/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.tb{
	display:none;
}
.sp{
	display:none;
}
p{
	color:#624a1f;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:14px;
	line-height:2;
}
h1,h2,h3{
	font-family: heisei-maru-gothic-std, sans-serif;
}

.container{
	width:80%;
	margin:0 auto;
}
header{
    height:100vh;
    background-color:#f6f4e1;
}
.header-menu{
    height:110px;
    background-color:#fff;
	padding-top:5px;
	box-sizing:border-box;
	position:fixed;
	width:100%;
	top:0;
	z-index:100;
}
.flag{
	width:100%;
	position:absolute;
	top:110px;
}
.header-menu .container{
	display:flex;
	justify-content:space-between;
}
.phone-workinghour{
	display:flex;
}
.phone-number{
	width:70%;
	padding-right:50px;
	text-align:center;
	margin-top:20px;
}
.phone-number p{
	font-size:12px;
	margin-bottom:5px;
}
.phone-number a{
	color:#ed4f69;
	font-size:30px;
	text-decoration:none;
	font-weight:bold;
	font-family:DIN Alternate;
	letter-spacing:0.1em;
	
	margin-top:30px;
}
.phone-number a:hover{
	opacity:0.7;
}
.phone-number a:before{
	font-family: "Font Awesome 5 Free";
	content: '\f879';
	font-weight: 900;
}
.logo img{
	width:120px;
	height:auto;
	margin-top:15px;
}
.working-hour img{
	width:230px;
	height:auto;
}

.key-visual{
	background-image:url(img/key-visual.png);
	background-position:0 110px;
	background-size:contain;
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	position:relative;
}
.booking-button{
	position:fixed;
	top:180px;
	right:0;
	z-index:100;
}
.location-button{
	position:fixed;
	top:360px;
	right:0;
	z-index:100;
}
.booking-button a img{
	width:100px;
}
.booking-button a img:hover{
	width:110px;
}
.location-button a img{
	width:100px;
}

.location-button a img:hover{
	width:110px;
}

.sec01{
	background-color:#f6f4e1;
	height:800px;
	padding-top:7%;
	box-sizing:border-box;
	position:relative;
}
.sec01 h1{
	margin:0 auto;
}
.heading-sec01{
	width:100%;
	margin-bottom: -8%;
}
.sec01-inner{
	width:80%;
	background-color:#fff;
	margin:0 auto;
	border:3px solid #ed4f69;
	border-radius:50px;
	padding-bottom:50px;
	background-repeat:no-repeat;
}
.sec01-flexbox{
	padding-top:10%;
	width:90%;
	margin:0 auto;
	display:flex;
	margin: 0 13%;
	align-items:center
}
.sec01-flexbox img{
	max-width:170px;
}
.sec01-flexbox div{
	text-align:right;
}
.sec01-flexbox p{
	margin-left:30px;
	letter-spacing:0.1em;
	text-align:left;
}
.character01{
	position:absolute;
	bottom:150px;
	right:12%;
}
.tree{
	position:absolute;
	bottom:0;
	width:100%;
}
.practice-photo01{
	position:absolute;
	bottom:100px;
	left:3%;
}

.sec02{
	background-color:#9dd7ea;
	padding:50px 0;
}
.sec02 h1{
	text-align: center;
    margin-top: -100px;
}
.sec02 h1 img{
	width:100%;
}
.examination{
	margin-top: -100px;
	display:flex;
	justify-content: space-between;
}


.sec03{
	background-color:#f8ced5;
	position:relative;
	padding:50px 0 30px;
}
.deco-pink{
	position:absolute;
	top:0;
	width:100%;
}
.sec03 h1{
	text-align: center;
	color:#e86278;
	font-size:24px;
}
.sec03 h1 img{
	margin-top:5px;
}

.sec03 h2 span{
	font-weight:bold;
	font-size:18px;
}
.sec03 h2{
	margin:50px 0 20px;
	color:#624a1f;
	text-align: center;
}
.sec03 .explain{
	text-align: center;
}
.attention{
	color:#ed4f69;
	font-size:12px;
}
.memo-box{
	display:flex;
	justify-content: space-between;
	margin:80px auto;
	text-align:center;
}
.memo1 h3, .memo2 h3, .memo3 h3{
	margin-bottom:16px;
	font-weight:bold;
}
.memo1{
	background-image:url(img/memo1t.png);
	background-size:cover;
	width:28%;
	padding:70px 20px 50px;
}
.memo2{
	background-image:url(img/memo2t.png);
	background-size:cover;
	width:28%;
	padding:70px 20px 50px;
}
.memo3{
	background-image:url(img/memo3t.png);
	background-size:cover;
	width:28%;
	padding:70px 20px 50px;
}
.memo1 p, .memo2 p, .memo3 p{
	font-size:14px;
}
.memo1 h3, .memo1  p{
	color:#ed4f69;
}

.memo2 h3, .memo2 p{
	color:#f4bf3e;
}
.memo3 h3, .memo3 p{
	color:#34a6ca;
}
.memo-box img {
	width: 60%;
	height: auto;
	margin: 0 auto 10px;
}

.sec04-outside{
	background-color:#f8ced5;
}
.sec04{
	background-image:url(img/sec04-bg.png);
	background-size: cover;
	background-position:center 30px;
	background-repeat:no-repeat;
	position:relative;
	padding-bottom:90px;
}
.sec04 h1{
	padding-top:180px;
	text-align:center;
	color:#76c332;
	font-size:24px;
}
.sec04 h1 img{
	margin:5px auto;
}

.sec04 h2 span{
	font-weight:bold;
	font-size:18px;
}
.sec04 h2{
	margin:50px 0 20px;
	color:#624a1f;
	text-align: center;
	font-weight:bold;
}
.sec04 .explain{
	text-align: center;
}
.sec04 img{
	display:block;
}
.practice-photo04{
	position:absolute;
	right:0;
	top:250px;
	width:300px;
}
.price{
	margin:60px auto;
}
.deco-sec05{
	position: absolute;
	top: 500px;
	left: 48%;
	transform:translateX(-50%);
	margin:auto;
	width:700px;
}
.troubles{
	margin:0 auto;
	width:80%;
}

.arrow{
	margin:50px auto 0;
}
.sec05-outside{
	background-color:#cfefb3;
	position:relative;
}
.kid1{
	position:absolute;
	/* top:-340px; */
	top:-360px;
	right:10%;
	z-index:9;
}
.balloon{
	position:absolute;
	top:-300px;
	left:10%;
	z-index:11;
}
.sec05{
	background-image:url(img/sec05-bg.png);
	background-size:cover;
	/* position:absolute; */
	/* top:-50px; */
	width:100%;
	z-index:10;
	padding-top:100px;
	text-align:center;
	padding-bottom:50px;
}
.sec05 h1{
	text-align: center;
}
.heading-sec05{
	width:80%;
}
.example{
	width:90%;
}
.button1:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	color:#fff;
	font-weight: 900;
	font-size:80px;
	margin-right:30px;
	vertical-align: middle;
}
.button1{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,149,165,1) 31%, rgba(237,79,105,1) 66%, rgba(237,79,105,1) 77%, rgba(237,79,105,1) 100%);
	color:#fff;
	font-weight:bold;
	display:block;
	width:500px;
	height:150px;
	line-height:150px;
	font-size:32px;
	border-radius: 30px;
	margin:80px auto 0;
	box-shadow:5px 5px 5px gray;
	text-decoration: none;
}
.button1:hover{
	box-shadow: none;
	transform: translateY(5px);
}

.sec06{
	background-image:url(img/sec06-bg.png);
	/* padding-top:1300px; */
	padding-top:30px;
	background-size:contain;
	background-position:bottom;
}
.reason{
	text-align:center;
	margin-top:100px;
	position:relative;
}
.reason-bg{
	margin:100px auto;
}
.heading-reason{
	position:absolute;
	top:0;
}
.reason-inner{
	position:absolute;
	top:250px;
	left: 50%;
	transform:translateX(-50%);
	margin:auto;
	width: 60%;
}

.kid2{
	position:absolute;
	right:8%;
	top:330px;
}
.character04{
	position:absolute;
    left:10%;
	top:500px
}
.reason1 h3, .reason2 h3, .reason3 h3{
	color:#ed4f69;
	font-weight:bold;
	text-align:left ;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-size:24px;
	margin-bottom:10px;
}

.reason1, .reason2, .reason3{
	margin-bottom:30px;
}
.reason1 p ,.reason2 p, .reason3 p{
	text-align:left;
	margin-left:90px;
}
.price2{
	margin:-30px auto;
	display: block;
	width:50%;
}
.contact-button-box{
	width:60%;
	margin:0 auto;
	position:relative;
}
.contact-button{
	width:100%;
	margin-top:50px;
}
.contact-button-blue{
	font-weight:bold;
	position:absolute;
	bottom:23%;
	left:8%;
	color:#fff;
	text-decoration: none;
	padding:10px 20px;
	border-radius:10px;
	box-shadow:5px 5px 5px #3333;
	background: rgb(255,255,255);
	background: linear-gradient(183deg, rgba(255,255,255,1) 0%, rgba(202,232,241,1) 11%, rgba(145,207,226,1) 31%, rgba(52,166,202,1) 100%);
}
.contact-button-blue:hover{
	box-shadow: none;
	transform: translateY(5px);
}
.contact-button-blue:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	color:#fff;
	font-weight: 900;
	font-size:30px;
	margin-right:10px;
	vertical-align: middle;
}
.contact-button-clear{
	position: absolute;
    bottom: 23%;
    right: 20%;
    color: #fff;
    text-decoration: none;
    padding: 18px 95px;
}
.sec07{
	background-image: url(img/sec07-bg.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.sec07 h1{
	padding-top:50px;
	text-align:center;
	color:#34a6ca;
	font-size:24px;
}
.sec07 h1 img{
	margin:5px auto;
}
.sec07 .explain{
	text-align: center;
	margin-top:50px;
}
.attention2{
	color:#34a6ca;
	font-size:12px;
}
.feature{
	width:60%;
	display:block;
	margin:50px auto;
}
.heading-big{
	display:block;
	width:80%;
	margin:0 auto;
}
.doctors{
	display:block;
	margin:0 auto;
	WIDTH:80%;
}

.menus{
	width:80%;
	display:flex;
	justify-content: space-between;
	margin:50px auto;
}
.menu-child{
	background-color:#fff;
	border-radius:30px;
	height:200px;
	width:23%;
}
.menu-child h3{
	margin-bottom:10px;
	text-align:center;
	color:#fff;
	border-radius:30px 30px 0 0;
	padding:20px;
	font-weight:bold;
}

.menu-child ul{
	width:45%;
	margin:0 auto;
}
.age3 ul {
	width:60%;
}
.menu-child ul li{
	list-style:disc;
	font-size:14px;
	color:#624a1f;
	padding:3px;
	font-family: heisei-maru-gothic-std, sans-serif;
}
.age3 h3{
	background-color:#34a6ca;
} 
.age3-6 h3{
	background-color:#76c332;
	padding:28px 0;
} 
.age6-8 h3{
	background-color:#ed4f69;
	padding:28px 0;
} 
.age8-12 h3{
	background-color:#f4bf3e;
	padding:28px 0;
} 
.sec08-bg-top{
	width:100%;
}
.sec08{
	background-color:#fdf7d5;
	margin-top:-3px;
	background-size:cover;
	padding-bottom:50px;
}
.sec08-logo{
	width:200px;
}

.logo-tell{
	display:flex;
	margin-bottom:60px;
	justify-content: space-between;
	align-items: flex-end;
}
.logo-tell .phone-number{
	width:auto;
}
 .web-booking{
	 font-family: heisei-maru-gothic-std, sans-serif;
	 font-weight:bold;
	 font-size:24px;
	 color:#fff;
	 text-decoration: none;
	 padding:10px 20px;
	 display:block;
	 text-align:center;
	 width:80%;
	 border-radius:10px;
	 box-shadow:5px 5px 5px #3333;
	 background: rgb(255,255,255);
	 background: linear-gradient(183deg, rgba(255,255,255,1) 0%, rgba(246,200,89,1) 51%, rgba(244,191,62,1) 100%);
 }
 .company-info{
	 display:flex;
	 justify-content: space-between;
	 padding-top:50px;
	 align-items:center;
}
 
 .company-info-inner{
	 width:50%;
	 vertical-align:bottom;
 }
 .sec08 .working-hour img{
	 width:450px;
 }
 .web-booking:before{
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	color:#fff;
	font-weight: 900;
	font-size:80px;
	margin-right:30px;
	vertical-align: middle;
}
.web-booking:hover{
	box-shadow: none;
	transform: translateY(5px);
}

.sec09{
	background-color:#fdf7d5;
	padding-bottom:50px;
}
.sec09 h2{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#624a1f;
	margin-bottom:50px;
}
.access-flex{
	width:80%;
	display:flex;
	justify-content: space-around;
	margin:0 auto;
	align-items: center;
}
.access-flex img{
	width:40%;
}
.practice-outside{
	width:40%;
}
.practice-outside img{
	width:100%;
}
/* Google Mapを囲う要素 */
.googlemap {
	text-align:center;
	width:70%;
	margin:0 auto;
	margin-top:50px;
	position: relative;
	height: 0;
	padding-top: 75%; /* 比率を4:3に固定 */
  }
  
  /* Google Mapのiframe */
  .googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
.adress{
	width:50%;
}
.adress-big{
	font-size:20px;
}
.adress-medium{
	font-size:18px;
}
.adress img{
	width:100%;
}
.adress p{
	padding:5px;
}


.contact{
	background-color:#f8ced5;
	padding-top:50px;
	padding-bottom:50px;
}
.contact h2{
	margin-bottom:50px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#624a1f;
	margin-bottom:50px;
}
.Form{
	width:70%;
	margin:0 auto;
}
.Form-Item-Label-Required{
	background-color:#ed4f69;
	padding:3px 5px;
	border-radius:3px;
	margin-left:10px;
	color:#fff;
}
.Form-Item{
 display:flex;
 padding:10px;
}
.Form-Item-Label{
	width:40%;
}
.Form-Btn {
border-radius: 6px;
margin-top: 32px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
width: 280px;
display: block;
letter-spacing: 0.05em;
background: #624a1f;
color: #fff;
font-weight: bold;
font-size: 20px;
}
.Form-Btn:hover{
	opacity:0.7;
}
.Form-Item-Input,.Form-Item-Textarea{
	width:50%;
	height:50px;
	border-radius:10px;
}
.Form-Item-Textarea{
	height:150px;
	border:2px solid #624a1f;
}


footer{
	background-color:#ed4f69;
	height:50px;
	color:#fff;
	text-align:center;
}

footer p{
	color:#fff;
	line-height:50px;
}
@media(max-width:1180px){
	.key-visual{
		background-image:url(img/key-visual-tb.png);
		background-size:contain;
		height:100vh;
		background-position:0 20px;
	}
	.memo1{
		padding:70px 30px 50px;

	}
	.reason-bg{
		height: 500px;
	}
	.sec06{
		/* padding-top:1127px; */
	}
	.sec08 .phone-number a{
		font-size:24px;
	}
	.memo-box{
		display:block;
	}
	.memo1 ,.memo2, .memo3{
		width:50%;
		margin:20px auto;
		min-height:200px;
	}
	.sec01-inner{
		width: 85%;
	}
	.menus{
		width: 100%;
	}
	.contact-button-blue {
		bottom:22%;
	}
	.contact-button-clear{
		right: 22%;
		padding: 16px 70px;
	}
}

@media(max-width:1081px){

	.sec01{
		padding-top:4%;
	}
	.sec01-flexbox{
		padding-top:8%;
		margin:0 8%;
	}
	.sec01-inner{
		width:90%;
		height:auto;
	}
	
	.examination a img{
		width:210px;
	}
	.practice-photo04 {
		width:150px;
	}
	.heading-reason{
		width:60%;
	}
	.price2 {
		width:60%;
	}
	.sec06{
		background-image:url(img/sec06-bg-sp.png);
		/* padding-top:1100px; */
	}
	.reason-bg{
		height:550px;
		width: 100%;
	}
	.kid2{
		right: 0;
    	top: 66%;
    	width: 120px;
	}
	.reason-inner{
		width:80%;
	}

	.menu-child ul {
		width: 80%;
		margin: 0 auto;
		padding-left: 20%;
	}
	.age3 ul{
		padding-left:10%;
	}
	.company-info{
		padding-top:0;
	}
	.sec08-logo{
		width:100px;
	}
	.phone-number a{
		font-size:20px;
	}
	.web-booking{
		font-size:18px;
	}
	.sec08 .working-hour{
		width:50%;
	}
	.sec08 .working-hour img{
		width:100%;
	}
	.access-flex{
		width:90%;
	}
	.booking-button a img{
		width:80px;
	}
	.booking-button a img:hover{
		width:90px;
	}
	.location-button a img{
		width:80px;
	}
	
	.location-button a img:hover{
		width:90px;
	}
	.contact-button-blue {
		font-size: 14px;
		padding: 5px 15px;
	}
	.contact-button-clear{
		right: 24%;
		padding: 16px 60px;
	}

}

@media (max-width: 1000px){
	.sec06{
	/* padding-top:990px; */
	}
	.kid1 {
		top: -230px;
		width: 200px;
	}
	.balloon {
		top: -200px;
		left: 17%;
		width: 100px;
	}
}
@media (max-width: 900px){
	.contact-button-blue {
		font-size: 14px;
		padding: 3px 10px;
	}
	.sec08 .phone-number a {
		font-size: 22px;
	}
	.phone-number {
		padding-right: 20px;
	}
	.web-booking:before {
		font-size: 50px;
	}
	.contact-button-clear{
		right: 22%;
		padding: 14px 55px;
	}

}
@media(max-width:820px){
	.price2 {
		width: 80%;
	}
	.header-menu{
		padding-top:10px;
	}
	.phone-number{
		padding-right:10px;
	}
	.header-menu .working-hour{
		margin-top:8px;
	}
	.working-hour img {
		width:180px;
	}
	.key-visual{
		background-image:url(img/key-visual-tb-long.png);
		background-position:bottom;
	}
	.sec01-inner{
		width:100%;
	}
	.sec03 h2 span{
		font-size:16px;
	}
	.tb{
		display:block;
	}
	.troubles{
		width:100%;
	}
	.sec06{
		/* padding-top: 900px; */
		padding-top: 30px;
		background-position: 0 2600px;
		padding-bottom:50px;
	}
	
	.character04 {
		left: 5%;
		top: 540px;
	}
	.kid2{
		right: -5%;
	}
	.contact-button-box{
		width:100%;
	}
	.reason-inner{
		width:85%;
	}
	.reason1 h3, .reason2 h3, .reason3 h3 {
		font-size: 22px;
	}
	.pc{
		display:none;
	}
	.age3-6 h3{
		padding:35px 0;
	} 
	.age6-8 h3{
		padding:35px 0;
	} 
	.age8-12 h3{
		padding:35px 0;
	} 
	.menus{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.menu-child{
		width:70%;
		margin:0 auto;
		margin-bottom:20px;
	}
	.contact-button-blue {
		bottom: 23%;
		font-size: 16px;
		padding: 10px 15px;
	}
	.price {
		width: 70%;
	}
	.deco-sec05{
		width:80%;
	}	
	.sec08 .phone-number a {
		font-size: 20px;
	}
}

@media(max-width:768px){
	.examination a{
		width:30%;
	}
	.examination a img{
		width:100%;
	}
	.container{
		width:85%;
	}
	.sec04-outside{
		margin-top:-20px;
	}
	.reason1 h3, .reason2 h3, .reason3 h3 {
    font-size: 20px;
	}
	.reason-inner {
		top:200px;
	}
	.access-flex{
		display:block;
	}
	.practice-outside{
		width:100%;
		margin-bottom:50px;
	}
	.adress{
		width:100%;
	}
	.sec01-inner{
		width:80%;
		text-align:center;
		padding-bottom:30px;
	}
	.sec01-flexbox div{
		width:100%;
	}
	.sec01-flexbox{
		margin:0 auto;
	}
	.sec01-flexbox img{
		display:none;
	}
}
@media(max-width:700px){
	.contact-button-blue {
    bottom: 22%;
	}
	.company-info{
		display:block;
	}
	.company-info-inner{
		width:100%;
	}
	.logo-tell {
		justify-content: space-around;
	}
	.working-hour img{
		display:none;
	}
	.phone-number{
		width:100%;
	}
	.phone-workinghour{
		width:60%;
	}
}
@media(max-width:600px){
	.contact-button-blue {
		padding: 8px 12px;
		}
	}

@media(max-width:540px){
	header{
		height:70vh;
	}
	.key-visual{
		background-position:center;
		height: 70vh;
	}
	.booking-button a img{
		width:50px;
	}
	.booking-button a img:hover{
		width:60px;
	}
	.location-button a img{
		width:50px;
	}
	
	.location-button a img:hover{
		width:60px;
	}
	.location-button{
		top:280px;
	}
	p{
		font-size:12px;
	}
	.key-visual{
		background-image:url(img/key-visual-sp.png);
	}
	.logo img{
		width:100px;
	}
	.sec01{
		height:600px;
	}
	.practice-photo01{
		width:200px;
		bottom:50px;
	}
	.character01{
		width:120px;
		bottom:50px;
	}
	.sec01-flexbox p{
		margin-left:0;
		text-align:center;
	}
	.examination{
		margin-top:-50px;
	}
	.examination a img{
		width:100px;
	}
	h1 img {
		width:240px;
	}
	.sp{
		display:block;
	}
	.practice-photo04{
		width:100px;
	}
	.price{
		width:80%;
	}
	.deco-sec05{
		top:600px;
		width:90%;
	}
	.balloon{
		width:100px;
	}
	.kid1 {
		top: -250px;
		right: 0%;
		width: 200px;
	}
	.button1{
		width:100%;
	}
	.sec03 h2{
		line-height:2;
	}
	.memo1, .memo2, .memo3 {
		width: 80%;
	}
	.example{
		display:none;
	}
	.example-sp{
		width:90%;
		margin: 20px auto;
	}
	.feature{
		display:none;
	}
	.feature-sp{
		width:100%;
		margin: 20px auto;
	}
	.doctors{
		display:none;
	}
	.doctors-sp{
		width:100%;
		margin: 20px auto;
	}
	.sec06 {
		/* padding-top: 160%; */
		height:auto;
		background-position:bottom;
	}
	.reason-inner{
		top:25%;
		width:90%;
	}
	.reason-bg{
		height:400px;
	}
	.reason1 h3, .reason2 h3, .reason3 h3 {
		font-size:16px;
	}
	.reason1 p, .reason2 p, .reason3 p{
		margin-left:60px;
	}
	.character04 {
		top: 440px;
		width: 100px;
	}
	.kid2{
		width:90px;
		top:65%;
	}
	.price2{
		width:80%;
	}
	.contact-button-blue {
			bottom: 22%;
			left: 3%;
			padding: 1px 20px;
	}
	.feature{
		width:100%;
	}
	.heading-big{
		width:100%;
	}
	.doctors{
		width:100%;
	}
	
	.age3-6 h3{
		padding:28px 0;
	} 
	.age6-8 h3{
		padding:28px 0;
	} 
	.age8-12 h3{
		padding:28px 0;
	} 
	.menu-child ul li{
		padding:5px;
	}
	.menu-child ul{
			width: 80%;
			margin: 0 auto;
			padding-left: 25%;
	}
	.age3 ul{
		padding-left:10%;
	}
	.sec08 .working-hour {
		width: 80%;
		margin:50px auto;
	}
	.logo-tell {
		margin: 0 auto;
		margin-bottom: 60px;
		width: 80%;
		justify-content: space-between;

	}
	.web-booking{
		margin:0 auto;
	}

	.Form{
		width:100%;
	}
	@media(max-width:500px){
		.sec01-inner {
			width: 100%;
		}
		.header-menu{
			height:60px;
		}
		.booking-button {
			top: 90px;
		}
		.location-button {
			top: 180px;
		}
		.flag{
			top:60px;
		}
		.logo img {
			width: 50px;
			margin-top: 8px;
		}
		.phone-number a {
			font-size: 14px;
		}
		.phone-number p {
			font-size: 10px;
			margin-bottom: -3px;
		}
		.phone-number{
			margin-top:5px;
		}
		.reason1 h3, .reason2 h3, .reason3 h3 {
			font-size: 14px;
		}
		.booking-button a img{
			width:40px;
		}
		.booking-button a img:hover{
			width:50px;
		}
		.location-button a img{
			width:40px;
		}
		
		.location-button a img:hover{
			width:50px;
		}
		
		.container {
			width: 90%;
		}
		.sec03 h1,.sec04 h1{
			font-size:18px;
		}
		.sec03 h2,.sec04 h2{
			font-size:14px;
		}
		.sec03 h2 span{
			font-size:14px;
		}
		.sec05{
			padding-top:50px;
		}
		.button1{
			font-size:24px;
			height: 120px;
    		line-height: 120px;
			margin-top:30px;
		}
		.reason{
			margin-top:50px;
		}
		s
		.reason-bg{
			margin:50px auto;
			height:450px;
		}
		.reason-inner{
			width: 92%;
		}
		.sec03 h1,.sec04 h1{
			font-size:16px;
		}
		.sec03 h2,.sec04 h2{
			font-size:12px;
		}
		.sec03 h2 span{
			font-size:12px;
		}
		.sec04 h1{
			line-height: 1.5;
		}
		.balloon{
			top:-260px
		}
		.practice-photo04 {
			width: 85px;
		}

		.reason1 p, .reason2 p, .reason3 p {
			margin-left: 50px;
		}
		.kid2 {
			top: 76%;
    		width: 64px;
		}
		.character04 {
			width: 65px;
		}
	}
	@media(max-width:450px){
		.menus{
			display:block;
		}
		.sec08 .phone-number a {
			font-size: 18px;
		}
		.contact-button-blue {
			bottom: 21%;
			padding: 1px 10px;
			font-size: 14px;
		}
		.contact-button-clear{
			bottom: 21%;
			right: 18%;
			padding: 8px 50px;
		}
		.Form {
			text-align: center;
		}
		.Form-Item {
			display:block;
		}
		.Form-Item-Label {
			width: 100%;
			margin-bottom: 10px;
		}
		.Form-Item-Input, .Form-Item-Textarea {
			width: 80%;
		}
		footer p{
			font-size:10px;
		}
	}
	
}


.clear {
  clear:both
}
.taiken {
	background: #ffffff;
	padding: 60px;
	border-radius: 40px;
	margin: 40px auto;
}
.taiken h3 {
	font-size: 20px;
	font-weight: bold;
	color: #624a1f;
}
.taiken h4 {
	font-size: 18px;
	font-weight: bold;
	color: #624a1f;
	margin-top: 30px;
	margin-bottom: 20px;
}
.taiken p {
	margin-bottom: 1em;
}
.taiken .mp3_box {
	width: 80%;
	margin: 20px auto 40px;
	text-align: center;
}
.taiken .mp3_box_tit {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.taiken .mp3_box_tit p {
	font-size: 16px;
	font-weight: bold;
	color: #624a1f;
	margin: 0 0 0 10px;;
}
.imgL {
	float: left;
	margin-right: 20px;
}
.imgR {
	float: right;
	margin-left: 20px;
}
.img_size_ss {
	width: 40px;
}
.img_size_s {
	width: 200px;
}
.img_size_m {
	width: 300px;
}
.img_size_l {
	width: 400px;
}
.img_size_ll {
	width: 600px;
}

@media(max-width:450px){
	.taiken {
		padding: 20px;
		border-radius: 20px;
	}
	.taiken h3 {
		font-size: 18px;
	}
	.taiken h4 {
		font-size: 16px;
	}
	.imgL,
	.imgR {
	float: none;
	margin: 20px auto;
	}
.img_size_ss,
.img_size_s,
.img_size_m,
.img_size_l,
.img_size_ll {
	max-width: 100%;
}


}