@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "M PLUS Rounded 1c", sans-serif;
	/*font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;*/
	background: #ffeef0;
}
body * {
	box-sizing: border-box;
}
header {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
header .site-logo {
	width: 100%;
	max-width: 420px;
}
header .htel {
	font-size: 1.8rem;
	background: url("../img/icon_tel.png") no-repeat;
	background-position: 0 50%;
	padding-left: 2.2rem;
}
.has-parallax {
	min-height: 400px;
	aspect-ratio: unset;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 1rem;
	overflow: hidden;
}
.has-parallax .wp-image-311 {
	background-position: 50% 50%;
	background-image: url("../img/mainimg.jpg");
	height: 100%;
	width: 100%;
	position: absolute;
	background-attachment: fixed;
}
.entry-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 3rem;
}
.entry-content h2 {
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
	margin-bottom: 3rem;
	position: relative;
}
.entry-content h2::before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #c2007b;
}
table.infotb {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 3rem;
	padding: 0 1.5rem;
	line-height: 1.5;
	font-size: 1.25rem;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
table.infotb th {
	width: 135px;
	background: url("../img/icon_nikukyu.png") no-repeat;
	background-position: 0 50%;;
	padding: 1rem 0 1rem 3rem;
	text-align: left;
	font-weight: 500;
}
table.infotb td {
	border-bottom: 1px solid #ccc;
	padding: 1rem;
}
.imgpet {
	width: 100%;
	text-align: center;
	margin-bottom: 5rem;
}
.imgpet img {
	max-width: 525px;
}

footer .site-info {
	width: 100%;
	max-width: 1200px;
	margin: 3rem auto 0;
}
footer .site-logo {
	width: 100%;
	max-width: 280px;
}
footer .footerinfo {
	margin: 0.5rem 0 1rem 3rem;
}
footer .footerinfo p {
	margin: 0;
}
footer .copyright {
	background: #c2007b;
	text-align: center;
	color: #fff;
}
footer .copyright a {
	text-decoration: none;
	color: #fff;
}
/*
--------スマホ用固定メニュー----------*/
ul.sp_fixednavi {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #008000;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 100;
	border-top: 1px solid #fff;
}
ul.sp_fixednavi li{
	margin: 0 !important;
	width: 100%;
	height: 60px;
	position: relative;
}
ul.sp_fixednavi li a {
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	font-size: 0.9rem;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
}
ul.sp_fixednavi li a:before {
	padding-top: 0.3rem;
}
ul.sp_fixednavi li.tel a:before {
	content: url("../img/icon_tel_wh.png");
}
@media (min-width: 768px) {
	.sp {
		display: none;
	}
	.sp_fixednavi {
		display: none;
	}

}
@media (max-width: 1199px) {
	header {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.has-parallax {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
}
@media (max-width: 767px) {
	header .htel {
		display: none;
	}
	.has-parallax {
		min-height: 250px;
	}
	.has-parallax .wp-image-311 {
		background-position: 0 0;
		background-size: 100%;
	}
	footer {
		margin-bottom: 60px;
	}
}
@media (max-width: 599px) {
	table.infotb th {
		float: left;
		width: 100%;
	}
	table.infotb td {
		float: left;
		width: 100%;
		padding-top: 0;
		font-size: 1.1rem;
	}
	footer .footerinfo {
		margin-left: 0.5rem;
	}
}
