img {
	max-width: 100%;
	height: auto;
}

html {
	position: relative;
	min-width: 1260px;
	width: 100%;
	background:#f6f6e3;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

body {
	color: #333;
	width: 100%;
	font-family: "kozuka-gothic-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-justify: inter-ideograph;
	font-size: clamp(16px,0.9375dvw,18px);
	font-feature-settings: 'palt';
	padding:0px 0 0;
}
a {
	color: #25708e;
}

a:hover {
	transition: 0.5s;
}

a:hover img {
	opacity: 0.7;
	transition: 0.5s;
}

details summary {
	cursor: pointer;
}
h1,h2,h3,h4,h5,h6{
	font-family: "fot-udmarugo-large-pr6n", sans-serif;
	font-weight: 600;
	font-style: normal;
}

header {
	width: calc(100% - 3.125dvw);
	min-width: 1260px;
	white-space:nowrap;
	margin:0 auto;
	padding: 0 10px 0 30px;
	border-radius:40px;
	height: 80px;
	min-width: 1200px;
	box-sizing: border-box;
	position: fixed;
	display: flex;
	justify-content: space-between;
	top: 20px;
	left: 1.5625dvw;
	z-index: 10000;
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(5px) brightness(110%);
	backdrop-filter: blur(5px) brightness(110%);
}

header.bg_white {}

header h1{
	font-size:40px;
}
header h1 a{
	text-decoration:none;
	color:#333;
}
header h1 a small{
	font-size:14px;
	display:block;
	letter-spacing:0.45em;
}
#gnav{
	display: flex;
	align-items:center;
	justify-content: flex-end;
	gap:20px;
}

#gnav ul {
	display: flex;
	gap:20px;
	padding:0 10px 0 0;
}

#gnav ul a{
	display:block;
	color: #333;
	line-height:40px;
	font-weight:400;
	text-decoration:none;
}
#gnav ul a:hover{
	color:#7ec069;
}
.header_tel{
	font-size:clamp(20px,1.5625dvw,30px);
	color:#7ec069;
	font-weight:500;
	line-height:30px;
}
.header_tel img{
	vertical-align:middle;
	margin-right:5px;
}
.header_families a{
	display:flex;
	flex:none;
	align-items:center;
	justify-content:center;
	width:130px;
	height:61px;
	color:#fff;
	text-decoration:none;
	background:url('../images/common/contact_button.svg') no-repeat;
}
.header_families a:hover{
	opacity:0.6;
}
#wrapper {
	padding: 0px 0 0;
}
main {
	line-height: 1.8em;
	position: relative;
	width: 100%;
}

#bottom{
	padding:80px 3% 150px;
	line-height:1.8em;
}
#bottom-l{
	max-width:780px;
	margin:0 auto 50px;
}
#bottom-l h3{
	font-size:21px;
	color:#2b840f;
	margin-bottom:40px;
	text-align:center;
}
#bottom-r{
	display:flex;
	gap:40px;
	justify-content:center;
}
#bottom-r dl{
	width:calc((100% - 40px) / 2);
	padding:30px 0;
	box-sizing:border-box;
	max-width:610px;
	text-align:center;
	background:url('../images/common/bg_contact.svg') no-repeat center center;
	background-size:cover;
}
#bottom-r dt{
	font-size:30px;
	color:#2b840f;
	margin-bottom:30px;
}
#bottom-r .tel{
	font-size:24px;
	color:#2b840f;
	margin-bottom:30px;
}
#bottom-r .tel strong{
	font-size:30px;
}
#bottom-r .tel small{
	font-size:16px;
}
#bottom-r dd a{
	display:block;
	max-width:500px;
	margin:0 auto;
	font-size:30px;
	line-height:120px;
	background:#7dbf68;
	color:#fff;
	font-size:30px;
	text-align:center;
	text-decoration:none;
	border-radius:200px 200px 200px 200px / 100px 100px 100px 100px;
}
#bottom-r dd a:hover{
	background:#2b840f;
}
footer {
	padding:50px 0;
	background:#7dbf68;
	border-radius:20px;
	color:#fff;
	font-size:16px;
}
#footer_inner{
	max-width:1260px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
footer h3{
	font-size:20px;
	margin-bottom:20px;
}
footer address {
	font-style: normal;
	white-space: nowrap;
	line-height: 1.8em;
}
#fnav{
	display: flex;
	gap:45px;
}
#fnav dt{
	margin-bottom:10px;
}
#fnav dt a:before{
	content:"●";
}
#fnav ul{
	list-style:disc;
	padding:0 0 0 20px;
}
#fnav ul li{
	margin-bottom:10px;
}
#fnav a{
	position: relative;
	display: block;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}
#fnav a:hover {
	text-decoration:underline;
}

.gotop {
	width: 138px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 10000;
}
.gotop a{
	display:block;
	background:#fff;
	border:#7dbf68 solid 2px;
	color:#222;
	text-align:center;
	line-height:36px;
	text-decoration:none;
	border-radius:20px;
	box-shadow:0 3px 3px rgba(0,0,0,0.5);
}
.gotop a span {
	color:#7dbf68;
}
.gotop a:hover {
	color:#fff;
	background:#7dbf68;
}
.gotop a:hover span{
	color:#fff;
}
#copyright {
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color:#222;
}

.sp_only {
	display: none;
}