@charset "utf-8";


/* 幅644px以下から ヘッダー等微調節
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 481px){
	
.spDisp {
	display:block;
}

.spHide {
	display:none;
}

.box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.img100 img{
	width:100%;
	height:auto;
}

/*　見出し・画像　*/

.pic-left {
	float: none;
	width:94%;
	height:auto;
}



/*　見出し・画像　*/

.midashi1 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #42BBBD;
	border-bottom-color: #42BBBD;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	letter-spacing: 0.01em;
	background-color: #FAFAFA;
	text-align:center;
}

.midashi2 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	background-image: url(../img/midashi2.webp);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50%;
	color: #333;
	padding: 20px 0px 20px 70px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #42BBBD;
	margin-bottom: 30px;
}

.midashi3 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	color: #42BBBD;
}



/*　ヘッダー　*/


header {
	overflow: hidden;
}

.header_cont {
	width: 100%;
	background-repeat: repeat;
	overflow: hidden;
}

.header_logo {
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}

.header_logo img{
	width: 70%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.toph1 {
	width:100%;
}

.main_img {
}

.main_img img{
	width:100%;
	height:auto;
}

.main1 {
	background-image: url(../img/main1_back2.webp),url(../img/main1_back1.webp);
	background-repeat: no-repeat,repeat;
	background-position: center bottom,center center;
	background-size: 100% ,100%;
	padding-top:30px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.main1_title {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../img/main1_tb1.webp),url(../img/main1_tb2.webp);
	background-repeat: no-repeat,no-repeat;
	background-position: left top,right top;
	background-size:80px,80px;
	padding:15px 0 25px 0;
}

.main1_title h2{
	font-size: 25px;
	color: #645D42;
	font-family: "Kosugi", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height:1.4em;
}

.main1_title h3{
	font-size: 30px;
	color: #EFC1AD;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	margin-bottom:15px;
}

.main1_in {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.main1_p {
	width:90%;
	margin-right: auto;
	margin-left: auto;
	order: 2;
}

.main1_p img{
	width:100%;
	height:auto;
}

.main1_t {
	order: 1;
	width:100%;
}

.main1_t p{
	line-height:1.8em;
	font-size:18px;
}

.main2 {
	width: 95%;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}

.main2_title {
	text-align: center;
	background-image: url(../img/main2_tb-sp.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:230px;
	padding:10px 0 20px 0;
	width:90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
}

.main2_title h3{
	font-size: 20px;
	color: #A3C92D;
	margin-bottom:20px;
}

.main2_title h2{
	font-size: 30px;
	font-family: "Kosugi", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height:1.4em;
	margin-bottom:80px;
}

.main2_title h2 span{
	font-size: 28px;
	font-family: "Kosugi", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.main2_txt {
	font-size: 20px;
	line-height:1.6em;
	margin-bottom:30px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main2_c {
	background-image: url(../img/main1_back1.webp);
	background-repeat: repeat;
	background-size: 100%;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #F8F5F1;
	padding-top: 0;
	padding-right: 5%;
	padding-bottom: 0;
	padding-left: 5%;
}

.main2_midashi {
	margin-top:-30px;
	margin-bottom:30px;
}

.main2_midashi p:nth-child(1){
	width:230px;
	margin-right:30px;
	margin-bottom:20px;
}

.main2_midashi p:nth-child(1) img{
	width:100%;
	height:auto;
}

.main2_midashi p:nth-child(2) {
	width:100%;
}

.main2_c ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.main2_c ul li{
	width: 90%;
	padding: 8% 5% 5% 5%;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	list-style-type: none;
	margin-bottom:5px;
}

.main2_c ul li:nth-child(1) h4 {
	color: #2A5A85;
	margin-bottom: 20px;
	text-align: center;
	font-family: Kosugi, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
}

.main2_c ul li:nth-child(2) h4 {
	color: #FC9A7C;
	margin-bottom: 20px;
	text-align: center;
	font-family: Kosugi, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
}

.main2_c ul li:nth-child(3) h4 {
	color: #A3C92D;
	margin-bottom: 20px;
	text-align: center;
	font-family: Kosugi, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
}

.main2_btm {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom:-15px;
}

.main2_btm p:nth-child(1){
	width:100%;
	font-size: 20px;
	color: #534741;
	line-height:1.6em;
	padding-bottom:20px;
}

.main2_btm p:nth-child(2){
	width:250px;
	margin-right: auto;
	margin-left: auto;
}

.main2_btm p:nth-child(2) img{
	width:100%;
	height:auto;
}

.main3 {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main3_b-sp.webp);
	background-repeat: no-repeat;
	background-position: right 80px;
	background-size:80px;
	padding-bottom:80px;
	overflow:hidden;
	padding-top:50px;
}

.main3 ul {
	margin-bottom:50px;
}

.main3 ul li h5{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	margin-bottom:15px;
}

.main3 ul li p{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height:1.6em;
	padding:0 15px;
}

.main3 ul li:nth-child(1){
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-image: url(../img/main3_lb1.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 260px;
	height: 260px;
	float: left;
}

.main3 ul li:nth-child(2){
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-image: url(../img/main3_lb1.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 260px;
	height: 260px;
	float: right;
	margin-top:-50px;
}

.main3 ul li:nth-child(3){
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-image: url(../img/main3_lb1.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	width: 260px;
	height: 260px;
	float: left;
	margin-top:-50px;
}

.main3 ul li:nth-child(4){
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-image: url(../img/main3_lb1.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	width: 260px;
	height: 260px;
	float: right;
	margin-top:-50px;
}

.main4 {
	background-image: url(../img/main4_b-top.webp),url(../img/main4_b-bottom.webp);
	background-repeat: repeat-x,repeat-x;
	background-position: center top,center bottom;
	background-size:contain, contain;
	padding-bottom:30px;
	background-color:#FFF4E7;
	padding-top: 1px;
}

.main4_c {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top:-30px;
}

.main4_ill {
	width:150px;
	margin-top:-80px;
	padding-left:5%;
	margin-bottom:20px;
}

.main4_ill img{
	width:100%;
	height:auto;
}

.main4_c h3{
	font-size: 45px;
	color: #494645;
	font-family: "Kosugi", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom:15px;
}

.main4_c h4{
	font-size: 23px;
	color: #EAAC97;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	margin-bottom:40px;
}

.main4_txt {
	width:100%;
}

.main4_pic {
	width:100%;
}

.main4_pic img{
	width:100%;
	height:auto;
}

.main5 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding:50px 0;
}

.main5_m {
	width: 100%;
	margin-bottom:50px;
}

.main5_m img{
	width: 100%;
	height:auto;
}

.main5 ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.main5 ul li{
	width:100%;
	margin-bottom:10px;
}

.main5 ul li img{
	width:100%;
	height:auto;
}

.main6_wrap {
	background-color: #F4FFFA;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	padding:5%;
}

.main6 {
	padding: 60px 0 60px 0;
}

.main6_img {
	width: 100%;
	margin-bottom: 20px;
}

.main6_img img{
	width: 100%;
	height:auto;
}

.main6 h3 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	color: #58ABBE;
	text-align: center;
	margin-bottom: 30px;
	line-height:1.5em;
}

.main6_ill {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
}

.main6_ill img{
	width: 100%;
	height:auto;
}

.main6 h4 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 19px;
	color: #FF7B84;
	text-align: center;
	margin-bottom: 20px;
	line-height:1.5em;
}

.main6_c {
	background-color: #DDECEF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 30px;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}

.main6_c h3 span{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	color: #FFFFFF;
}

.main6_c h3 {
	text-align: center;
	margin-top: -40px;
	margin-bottom: 30px;
	background-color: #58ABBE;
	padding: 10px 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.main6_c img{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.main6_btn {
	display: flex;
	justify-content: center;
	width: 90%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}

.main6_btn p{
	font-size: 20px;
	color: #58ABBE;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
}

.main6_btn:hover {
	background-color: #58ABBE;
}

.main6_btn:hover p{
	color: #FFFFFF;
}

.main6s {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:50px;
}

.main6s ul {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}

.main6s ul li{
	width: 100%;
}

.main6s ul li img{
	width: 100%;
	height:auto;
}

.main6s h4{
	font-size: 35px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	margin-bottom:30px;
}

.main6s h4 span{
	font-size: 35px;
	color: #58ABBE;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
}

.main6s_txt {
	color: #666;
	text-align: center;
}


footer {

}

.footer_c {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.foot1_1 {
	width:100%;
	margin-bottom:30px;
}

.foot1_2 {
	width:100%;
}

.foot_logo {
	width: 100%;
	margin-bottom: 30px;
}

.foot_logo img{
	width:100%;
	height:auto;
}

.foot_tel {
	margin-bottom: 20px;
}

.foot_tel p {
	color: #333333;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-bottom:10px;
}

.foot_tel div {
	color: #333333;
	font-family: Jost, sans-serif;
	font-weight: 400;
	font-size: 52px;
	background-image: url(../img/foot_tel.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:30px;
	padding-left: 40px;
	line-height:1.0em;
}

.foot_btn {
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #A3C92D;
	background-image: url(../img/foot_arr.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: auto 50%;
	margin-bottom:40px;
}

.foot_btn p{
	font-size: 20px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

.foot_btn p span{
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-right:20px;
	letter-spacing:0.1em;
}

.foot_btn:hover {
	background-color: #99BD2B;
}

.foot_hour img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.foot_hour p{
	color: #34211d;
	text-indent:-0.5em;
	padding-left:0.5em;
	font-size:16px;
}

.foot_add {
	color: #34211d;
	margin-bottom: 15px;
}

.foot_accm {
	background-image: url(../img/foot_acc.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 16px;
	font-size: 18px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 30px;
	line-height: 1em;
	color: #A3C92D;
	letter-spacing: 0.2em;
	margin-bottom: 10px;
}

.foot_map {
	width:100%;
}

.foot_card {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding:30px 0;
}

.footc_t {
	margin-bottom:20px;
}

.footc_t span{
	background-color: #F5F2ED;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size:16px;
	color: #34211d;
	padding:5px 20px 10px 20px;
	border-radius: 9999px;
	line-height:1.0em;
	margin-bottom:20px;
}

.footc_p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.footc_p img{
	width:100%;
	height:auto:
}

.foot_main {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.foot_main a {
	text-decoration: none;
}

.foot_mainb {
	box-shadow: 0px 0px 0px 8px #e6f4e5;
	border: dashed 2.5px white;
	padding: 0.8em;
	font-size: 26px;
	background-image: url(../img/foot_btn1.webp),url(../img/foot_btn2.webp);
	background-repeat: repeat;
	background-size:cover,0 0;
	margin-bottom: 50px;
	text-align: center;
	display: block;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 26px;
	color: #333;
}

.foot_mainb p:nth-child(1){
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 26px;
	color: #333;
	margin-bottom:15px;
}

.foot_mainb p:nth-child(2){
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	background-color: #FFFFFF;
	width: 100%;
	color: #82bdc9;
	margin-right: auto;
	margin-left: auto;
	border-radius: 9999px;
	padding-bottom:5px;
}

.foot2_wrap {
	background-image: url(../img/foot_ill1.webp),url(../img/foot_ill2.webp),url(../img/main1_back1.webp);
	background-repeat: no-repeat, no-repeat,repeat ;
	background-position: left bottom,right bottom;
	background-size:47%,47%,100%;
	padding-top:20px;
	padding-bottom:100px;
}

.foot_navc {
	width: 95%;
	margin-right: auto;
	margin-left: auto;	
}

.copyright {
	color: #333;
	font-size: 12px;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 600;
	font-style: normal;
}



/*　中ページ　*/


.page_cont {
	padding-bottom: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.page_title {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 80px;

}

.page_title div:nth-child(1){
	width:100%;
	padding-bottom:30px;
	background-image: url(../img/title_back.webp);
	background-repeat: no-repeat;
	background-position: 40% bottom;
}

.page_title div:nth-child(2){
	width:100%;
}

.page_title div:nth-child(2) img{
	width:100%;
	height:auto;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.page_title h3 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	background-image: url(../img/page_title.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	padding-top: 40px;
	font-size: 35px;
	line-height: 0.9em;
	margin-bottom: 30px;
}

.page_title h3 span{
	font-family: Jost, sans-serif;
	font-weight: 500;
	color: #999999;
	letter-spacing: 0.2em;
	font-size: 16px;
}

.page_in {
	margin-bottom: 50px;
}

.guide1 {
	background-color: #FFFBE8;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5% 5% 8% 5%;
}

.guide1 ul {
}

.guide1_li1 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 12px;
	font-size: 20px;
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
}

.guide1_li2 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	padding-top: 5px;
	text-align: center;
}

.guide1_li3 {
	text-indent:-1em;
	padding-left:1em;
}

.guide1_ill {
	display: flex;
	justify-content: space-between;
}

.guide1_ill img{
	width:40%;
	height:auto;
	margin-top:-20px;
}


.page_st img{
	width:100%;
	height:auto;
	margin-bottom:30px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.pic_r {
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.pic_l {
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


.kids_banner {
	width: 100%;
}

.kids_banner img{
	width: 100%;
	height:auto;
}

.kids_m1 {
	background-color: #A3BB97;
	padding: 20px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
}

.kids1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top:50px;

}

.kids1 div{
	width: 100%;
	background-color: #FFFCF2;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: 4px dashed #EEB506;
	margin-bottom:50px;
}


.kids1_m {
	width: 70px;
	height: 70px;
	background-color: #EEB506;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 400;
	font-size: 40px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: -35px;
	margin-bottom: 20px;
}

.kids1 div h6{
	font-size: 24px;
	color: #EEB506;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

.kids1 div h6 span{
	font-size: 35px;
	color: #EEB506;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

.kids1_txt {
	padding:8%;
}

.kids1_r {
	float: right;
	width: 50%;
	height: auto;
	margin-left: 20px;
	margin-bottom: 20px;
}

.kids2 {
	padding-top:40px;
}

.kids2 ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.kids2 ul li:nth-child(2n) {
	width:90%;
	padding: 1px 5% 5% 5%;
	background-image: url(../img/main1_back1.webp);
	background-repeat: repeat;
	background-size:100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom:2%;
}

.kids2 ul li:nth-child(2n-1){
	width:90%;
	padding: 1px 5% 5% 5%;
	background-image: url(../img/main1_back1.webp);
	background-repeat: repeat;
	background-size:100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom:2%;
}

.kids2_ill {
	width: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-20px;
	margin-bottom:10px;
}

.kids2_ill img{
	width:100%;
	height:auto:
}

.kids2 ul li h5{
	color: #3088a1;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
}

.kids2 ul li p{
	font-size: 17px;
	line-height:1.6em;
}

.kids3 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 30px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.kids3 div{
	background-image: url(../img/main1_back1.webp);
	background-repeat: repeat;
	background-size: 100%;
	padding: 0 5% 5% 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width:90%;
	margin-bottom:50px;
}

.kids3 div h5{
	width: 90%;
	background-color: #FC9A7C;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	text-align: center;
	padding: 3%;
	margin-bottom: 20px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-top: -30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
}

.kids4 ul{
	display : flex;
	flex-wrap : wrap;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kids4 ul li{
	margin-bottom: 40px;
	width: 100%;
}

.kids4 ul li img{
	width:100%;
	height:auto;
	margin-bottom:20px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.kids4 ul li p{
	font-size:16px;
}

.mat1 {
	margin-bottom: 50px;
	clear: both;
}

.mat1 dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom:10px;
}

.mat1 dl dt{
	background-color: #c3bce9;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mat1 dl dt span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
}

.mat1 dl dd{
	background-color: #F6F6F6;
	flex: 1;
	padding: 15px;
}

.mat2 {
	background-color: #F6F6F6;
	padding: 3%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

.mat2 div{
	background-color: #FFF;
	padding:5%;
	width:90%;
	margin-bottom:10px;
}

.mat2 h6{
	color: #f279a9;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom:10px;
	font-size:20px;
}

.mat3 {
	margin-bottom: 30px;
	background-color: #F6F6F6;
}

.mat3 h4 {
	background-color: #c3bce9;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #FFF;
	line-height: 1em;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 12px;
}

.mat3_in {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top: 30px;
	padding: 3%;
}

.mat3_in div{
	background-color: #FFFFFF;
	padding: 0 5% 5% 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 90%;
	margin-bottom:30px;
}

.mat3_in div h5{
	width: 110px;
	background-color: #f279a9;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 1.5em;
	margin-top: -20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
}

.ortho_wrap {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 30px;
	margin-bottom: 50px;
	background-color: #E3F2F5;
}

.ortho1 {
	width: 100%; /* 淡い背景色 */
	position: relative;
	box-sizing: border-box;
	padding: 40px; /* コンテンツ用の内側余白 */
	background-color: #eaf6f6;
	background-image: url(../img/ortho_st.webp), url(../img/ortho_kk.webp);
	background-repeat: no-repeat,no-repeat;
	background-position: 8% 30px,90% 30px;
	background-size:20px,50px;
  }

/* 可変に対応した点線枠 */
  .ortho1::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 2px dashed #7fbdb8; /* 点線の太さ・色 */
    pointer-events: none;
    box-sizing: border-box;
  }

.ortho1_in h3 {
	color: #00A7B5;
	font-size: 30px;
	text-align:center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom:20px;
}

.ortho1_in h4 {
	color: #00A7B5;
	font-size: 20px;
	text-align:center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom:10px;
}

.ortho1_p {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
}

.ortho1_p img{
	width: 100%;
	height:auto;
}

.ortho1_c {
	background-color: #FFF;
	padding-bottom:60px;
	padding:5%;
}

.ortho1_c p {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	text-align: left;
	line-height: 1.6em;
}

.ortho1_cp1 {
	width: 30px;
	height: auto;
	margin-left: 5%
}

.ortho1_cp2 {
	width:100px;
	height:auto;
	margin-top:-30px;
	margin-left:60%
}

.ortho2 h3 {
	color: #00A7B5;
	font-size: 40px;
	text-align:center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom:20px;
}

.ortho2 h4 {
	color: #00A7B5;
	font-size: 23px;
	text-align:center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom:10px;
	margin-bottom:50px;
}

.ortho2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:30px;
}

.ortho2 img{
	width:100%;
	height:auto;
}

.ortho_m1 {
	color: #00A7B5;
	font-size: 30px;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-style: normal;
	background-color: #E3F2F5;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.ortho3 {
	margin-bottom: 100px;
	width: 100%;
}

.ortho_c1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom:50px;
}

.ortho_c1 div:nth-child(1){
	width:100%;
	margin-bottom:20px;
}

.ortho_c1 div:nth-child(2){
	width:100%;
}

.ortho_c2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom:50px;
}

.ortho_c2 div:nth-child(1){
	width:100%;
	margin-bottom:20px;
}

.ortho_c2 div:nth-child(2){
	width:100%;
}

.ortho3 h4{
	color: #00A7B5;
	font-size: 35px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom:20px;
	text-align:center;
}

.ortho3 h4 span{
	color: #00A7B5;
	font-size: 23px;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	text-align:center;
}

.ortho3 p{
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	line-height:1.7em;
}

.ortho3 img{
	width:100%;
	height:auto;
}

.ortho4 {
	background-color: #E3F2F5;
	padding: 50px 0;
}

.ortho4 h3{
	color: #00A7B5;
	font-size: 35px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	line-height: 1.2em;
}

.ortho4 h3 span{
	color: #00A7B5;
	font-size: 20px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
}

.ortho4_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.ortho4_c1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.ortho4_t {
	width:100%;
	margin-bottom:20px;
}

.ortho4_p {
	width:100%;
}

.ortho4_p img{
	width:100%;
	height:auto;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.ortho4_m {
	font-size: 23px;
	color: #73BFC2;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
	text-align: center;
	line-height:1.9em;
}

.ortho4_m span{
	font-size: 20px;
	color: #73BFC2;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-radius: 9999px;
	background-color: #FFF;
}

.ortho4_txt {
	width: 100%;
}

.ortho5 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.ortho5 h3{
	color: #00A7B5;
	font-size: 35px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 30px;
	text-align: center;
	line-height:1.2em;
}

.fee_price {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 30px;
}

.fee_price dl{
}

.fee_price dl dt{
	width: 98%;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-right: 2%;
	padding-left: 2%;
}

.fee_price dl dd{
	width: 98%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #F3F3F3;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 2%;
	padding-left: 2%;
	text-align: right;
}



.pic_r {
	float: right;
	width: 35%;
	height: auto;
	margin-left: 20px;
	margin-bottom: 20px;
}

.page_ins {
	width:100%;
}


.page_ins img{
	width:100%;
	height:auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.acc1 dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: 100%;
}

.acc1 dl dt{
	width: 100%;
	padding: 3%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.acc1 dl dd{
	padding: 3%;
	width: 100%;
}

.acc_p {
	margin-bottom: 20px;
}

.acc_p ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.acc_p ul li{
	width:32%;
}

.acc_p ul li img{
	width:100%;
	height:auto;
}

.acc2 {
	border: 1px solid #CCC;
	margin-bottom:30px;
}

.acc3 {
	margin-bottom: 50px;
}

.acc3 h4 {
	margin-bottom: 20px;
	color: #34211d;
	font-size: 20px;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	padding-bottom: 10px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
}

.acc3 dl {
	display: flex;
	align-items: center;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin-bottom:10px;
}

.acc3 dl dt{
	background-color: #ede8df;
	width: 90%;
	margin-right: auto;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom:20px;
}

.acc3 dl dd{
	width: 100%;
}

.doctor1 {
	background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 10%, #fcfaf2 10%, #fcfaf2 100%);
	padding-bottom: 5%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 50px;
	padding-top: 8%;
	padding-right: 0;
	padding-left: 0;
}

.doctor1_p {
	width:90%
}

.doctor1_p img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.doctor1_t {
	width: 100%;
}

.doctor1_t h5{
	font-size: 28px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 40px;
	text-align: center;
}

.doctor1_t h5 span{
	font-size: 19px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #AABB96;
}

.doctor1_t p{
	line-height:1.7em;
}

.doctor1_m{
	display: flex;
	align-items: center;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	font-size: 50px;
	line-height:0.8em;
	margin-bottom:10px;
}

.doctor1_m:after {
	content: "";
	flex-grow: 1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.doctor1_m:after {
	margin-left: 1rem;
}

.doctor1_ms {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #AABB96;
	margin-bottom:20px;
}

.doctor1_p p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 28px;
	text-align: center;
	margin-bottom:40px;
	line-height:1.2em;
}

.doctor1_p p span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.doctor2 {
	font-size: 16px;
}

.doctor2 dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width:100%;
}

.doctor2 dl dt{
	width: 100%;
	padding: 3% 0 0 3%;
	color: #666;
}

.doctor2 dl dd{
	padding: 3%;
	width: 100%;
	font-size: 18px;
}

.ortho_dt {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.ortho_dt1 {
	width:100%;
	margin-bottom:30px;
}

.ortho_dt1 p:nth-child(1) {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #077E7B;
	font-size: 16px;
	margin-bottom:10px;
}

.ortho_dt1 p:nth-child(2) {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 32px;
}

.ortho_dt2 {
	width:100%;
}

.ortho_dt2 div{
	width: 90%;
	padding: 5%;
	background-color: #F6F6F6;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom:10px;
}

.ortho_dt2 div h5{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #077E7B;
	margin-bottom:10px;
}

.doctor3 {
	padding-top: 20px;
}

.doc3_p {
	width: 230px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.doc3_p img{
	width:100%;
	height:auto;
}

.doc3_t {
}

.doc3_m {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 28px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #AABB96;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.doc3_m span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size:17px;
	margin-right:15px;
}

.doc3_t li{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:5px;
}

.staff2_in table{
}

.staff2_in table th {
	text-align: left;
	width: 100px;
	padding-bottom: 5px;
}

.staff2_in table td {
	padding-bottom: 8px;
}

.faci {
	padding-top:40px;
}

.faci ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.faci ul li{
	width:100%;
	margin-bottom:50px;
}

.faci ul li img {
	width:100%;
	height:auto;
	margin-bottom:25px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.faci ul li h4 {
	color: #42BBBD;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #FC0;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	text-align: center;
}


.qa_q {
	margin-bottom:20px;
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
}

.qa_q dt{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #3088a1;
}

.qa_q dd{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-left:5px;
	padding-top:3px;
}

.qa_a {
	margin-bottom:40px;
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
}

.qa_a dt{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #FF9999;
}

.qa_a dd{
	margin-left:5px;
	padding-top:3px;
}

.infe1 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}

.infe1 div:nth-child(1) {
	width:100%;
	margin-bottom:20px;
}

.infe1 div:nth-child(1) img{
	width:100%;
	height:auto;
}

.infe1 div:nth-child(2) {
	width:100%;
}

.infe_spn {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	color: #666;
	margin-bottom: 10px;
}

.infe1 h5 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 22px;
	margin-bottom: 20px;
	color: #3088a1;
	padding-bottom: 15px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #3088a1;
}

.infe2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.infe2 div:nth-child(1) {
	width:100%;
	margin-bottom:20px;
}

.infe2 div:nth-child(1) img{
	width:100%;
	height:auto;
}

.infe2 div:nth-child(2) {
	width:100%;
}

.tab{
	margin: 10px auto;
	width: 100vw;
	height: auto;
}

.tab-3 {
	width: 100%;
	justify-content:center;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 0 280px 0;
	min-height: initial;
	box-shadow: none;
	flex: 0 0 auto;
}

.tab-3 > label {
	flex: 0 0 47.2vw;
	width: auto;
}
.tab-3 > .tab-content {
	width: 100%;
	bottom: 0;
	height: 280px;
	transition: unset;
}

}
