@charset "utf-8";
/* CSS Document */
/*---------------------- Main Banner ------------------------*/
#mainBanner img{
	width: 100%;
}
#mainBanner{
	position:relative;
}
@media (min-width: 768px) {
#mainBanner{
	width: 980px;
	margin: 0px auto 50px;
}
}
#mainBanner .title{
	position:absolute;
	z-index:100;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
}
#mainBanner .titleBg{
	height:7.5vw;
	background-color: rgba(244,133,161, 0.7);
	width:0;
	display: inline-block;
}
#mainBanner .text{
	position:absolute;
	z-index:100;
	left: 0px;
	top: 50%;
	right: 0px;
	margin-top:-2.8vw;
	font-size:2vw;
	line-height: 140%;
	text-align:center;
	color:#FFFFFF;
	display: none;
	padding:0 0 0 1em;
	box-sizing: border-box;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media (max-width: 767px){
#mainBanner .title{
	position:absolute;
	z-index:100;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
}
#mainBanner .titleBg{
	height:50px;
	background-color: rgba(244,133,161, 0.7);
	width:0;
	display: inline-block;
}
#mainBanner .text{
	position:absolute;
	z-index:100;
	left: 0px;
	top: 50%;
	right: 0px;
	margin-top:-20px;
	font-size:13px;
	line-height: 140%;
	text-align:center;
	color:#FFFFFF;
	display: none;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
}
/*---------------------- Sec ------------------------*/
.sec h2{
		color:#f485a1;
		text-align:center;
		font-size:2.4em;
		padding:40px 0;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		letter-spacing: 0.2em;
		vertical-align: middle;
}
.sec .inner{
    max-width:980px;
		margin:0 auto 40px;
		line-height: 180%;
}
.sec .subTitle{
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto 20px;
    text-align: center;
}
.sec .subTitle h3{
	text-align: center;
	font-size:1.8em;
	display: inline-block;
	padding: 0 0.5em;
  position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #f485a1;
}
.sec .subTitle h3:before{
	right: 103%;
	border-top: 2px solid #f485a1;
  content: "";
  position: absolute;
  top: 50%;
	margin-top:-1px;
  width: 99em;
}
.sec .subTitle h3:after{
	left: 103%;
	border-top: 2px solid #f485a1;
  content: "";
  position: absolute;
  top: 50%;
	margin-top:-1px;
  width: 99em;
}
@media (max-width: 767px){
.sec h2{
		font-size:2em;
		padding:30px 0;
		letter-spacing: 0.1em;
}
.sec .inner{
		margin:0 20px 30px;
}
.sec .subTitle{
    margin: 0 0 15px;
}
.sec .subTitle h3{
	font-size:1.6em;
}
}
/*---------------------- Service ------------------------*/
#service{
background-color: #FFFFFF;
padding:1px 0;
}
#service dt{
margin-bottom:15px;
line-height: 180%;
padding: 15px 20px;
background-color: #f0faff;
border-radius: 15px;
position: relative;
font-size:1.2em;
font-weight: 700;
color: #00afeb;
display: inline-block;
}
#service dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
	margin-top:-12px;
  border: 12px solid transparent;
  border-right: 12px solid #f0faff;
}
#service dd{
margin-bottom:20px;
line-height: 180%;
padding: 0 0 0 20px;
font-size:1.1em;
}
#service dd:last-child{
margin-bottom:0;
}
@media (min-width: 768px) {
#service .sitting .illust{
float:left;
width:170px;
}
#service .sitting .illust img{
width:100%;
height:auto;
}
#service .sitting dl{
float:right;
width:770px;
padding-top:10px;
}
}
@media (max-width: 767px){
#service .sitting .illust{
width:140px;
margin:0 auto 10px;
}
#service .sitting .illust img{
width:100%;
height:auto;
}
#service dt{
padding: 10px 20px;
}
#service dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
	margin-top:-12px;
  border: 12px solid transparent;
  border-right: 12px solid #f0faff;
}
#service dd{
padding: 0 20px;
}
}
/*---------------------- Guide ------------------------*/
#guide .application dt{
background-color: #f485a1;
color: #FFFFFF;
border-radius: 6px;
padding:10px 0;
width:120px;
text-align: center;
font-weight: 700;
}
#guide .application dd{
padding:10px 20px;
}
#guide .sickKidsCare h4{
font-weight:bold;
text-align: center;
font-size:1.2em;
margin:20px 0 10px;
color: #7ecdf4;
}
#guide .sickKidsCare table{
background-color: #FFFFFF;
}
#guide .sickKidsCare th{
border:1px solid #CCC;
padding:10px;
text-align: center;
vertical-align: middle;
background-color: #f0faff;
font-weight: 700;
}
#guide .sickKidsCare th.w50{
width:calc(860px / 2);
}
#guide .sickKidsCare td{
border:1px solid #CCC;
padding:10px 15px;
vertical-align: middle;
}
#guide .sickKidsCare td.symptoms{
white-space: nowrap;
text-align: center;
width: 120px;
box-sizing: border-box;
font-weight: 700;
}
#guide .sickKidsCare td ul{
padding-left:1.5em;
}
#guide .kidsroom{
text-align: center;
}
#guide .kidsroom .illust{
width:300px;
margin: 0 auto 10px;
}
#guide .kidsroom .illust img{
width:100%;
height: auto;
}
#guide .kidsroom .map{
margin: 20px 0;
}
#guide .kidsroom .map iframe{
height:400px;
}
#guide .kidsroom p .bold{
font-weight: 700;
}
#guide .kidsroom p a{
text-decoration: none;
}
@media (min-width: 768px) {
#guide .application dl{
display: table;
margin-bottom:15px;
}
#guide .application dt, #guide .application dd{
display: table-cell;
}
}
@media (max-width: 767px){
#guide .application dl{
margin-bottom:15px;
}
#guide .application dt, #guide .application dd{
display: table-cell;
vertical-align: middle
}
#guide .application dt{
width:110px;
padding:0;
}
#guide .application dd{
padding:0 0 0 15px;
}
#guide .sickKidsCare table{
font-size:10px;
line-height: 160%;
width: 100%;
}
#guide .sickKidsCare th{
border:1px solid #CCC;
padding:5px;
text-align: center;
vertical-align: middle;
background-color: #f0faff;
box-sizing: border-box;
}
#guide .sickKidsCare th.symptoms{
letter-spacing: normal;
}
#guide .sickKidsCare th.w50{
width:50%;
}
#guide .sickKidsCare td{
border:1px solid #CCC;
padding:5px 10px;
vertical-align: middle;
}
#guide .kidsroom{
text-align: left;
}
#guide .kidsroom .illust{
width:200px;
margin: 0 auto 10px;
}
#guide .kidsroom .map{
margin: 15px 0;
}
#guide .kidsroom .map iframe{
height:350px;
}
}
/*---------------------- Fee ------------------------*/
#fee{
background-color: #FFFFFF;
padding:1px 0;
}
#fee .intax{
text-align: center;
margin-bottom:20px;
}
#fee table{
background-color: #FFFFFF;
width:100%;
margin:0 0 30px;
}
#fee th{
border:1px solid #CCC;
padding:10px;
text-align: center;
vertical-align: middle;
font-weight: 700;
}
#fee td{
border:1px solid #CCC;
padding:10px;
text-align: center;
vertical-align: middle;
}
#fee .membership th{
background-color: #ebf7f2;
width: 33%;
color: #2bac75;
}
#fee .weekday th{
background-color: #e5f5fd;
color: #20a6e8;
}
#fee .holiday th{
background-color: #fde5e5;
color: #f00000;
}
#fee .add-on th{
background-color: #eaeff9;
width: 33%;
color: #3264c8;
}
#fee .cancel th{
background-color: #fff5c8;
width: 33%;
color: #000000;
}
#fee .feeImage h4{
font-size:1.3em;
font-weight:700;
text-align: center;
margin:30px 0 20px;
padding:0 0 10px;
}
#fee h4.weekday{
border-bottom:2px solid #20a6e8;
}
#fee h4.weekday span{
color: #20a6e8;
font-weight:700;
}
#fee h4.holiday{
border-bottom:2px solid #f00000;
margin:40px 0 20px;
}
#fee h4.holiday span{
color: #f00000;
font-weight:700;
}
#fee .feeImage h5{
font-weight:700;
margin:0 0 15px;
font-size:1.2em;
text-align: center;
}
#fee .feeImage table{
margin:0 0 20px;
}
#fee .weekdayBasic th{
background-color: #20a6e8;
color: #FFFFFF;
width: 33%;
}
#fee .weekdayImage th{
background-color: #e5f5fd;
color: #20a6e8;
width: 33%;
}
#fee .holidayBasic th{
background-color: #dc0000;
color: #FFFFFF;
width: 33%;
}
#fee .holidayImage th{
background-color: #fde5e5;
color: #f00000;
width: 33%;
}
#fee .feeImage tr.total td{
font-weight: 700;
background-color: #f5f5f5;
border-top:2px solid #999999;
}
#fee .feeImage tr.total td.totalPrice{
color: #FF0000;
}
#fee .notice{
font-size:0.9em;
line-height: 160%;
}
#fee .notice ul{
padding-left:1.5em;
}
#fee .notice p, #fee .notice ul li{
margin-bottom:5px;
}
#fee .feeImage .notice{
margin:25px 0 0;
}
#fee .acsa{
margin-top:30px;
text-align: center;
padding:15px;
background-color: #f0faff;
}
@media (max-width: 767px){
#fee table{
font-size:10px;
line-height: 160%;
margin:0 0 20px;
}
#fee th{
padding:5px;
}
#fee td{
padding:5px 0;
letter-spacing: normal;
}
#fee .feeImage h4{
font-size:1.1em;
margin:0 0 10px;
padding:0 0 5px;
}
#fee h4.holiday{
margin:20px 0 10px;
}
#fee .feeImage h5{
margin:0 0 5px;
font-size:1em;
}
#fee .feeImage table{
margin:0 0 10px;
}
#fee .feeImage .notice{
margin:15px 0 0;
}
}
/*---------------------- Contact ------------------------*/
#contact{
padding:1px 0;
text-align: center;
}
#contact h2{
		color: #f485a1;
}
#contact .bold{
		font-weight: 700;
}
#contact .tel{
		font-size:2.8em;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		margin:10px 0 30px;
		color: #f485a1;
}
#contact .tel a{
		color: #f485a1;
		text-decoration: none;
}
#contact .mailContact{
	margin:40px 0 30px;
}
#contact .mailContact a{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 20px;
	padding:15px 40px;
	border-radius:6px;
	cursor:pointer;
	border-style: none;
	background-color: rgba(244,133,161,0.8);
	color: #FFFFFF;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	display: inline-block;
}
@media screen and (min-width: 768px) {
#contact .mailContact a:hover {
    background-color: rgba(244,133,161,1.0);
}
}
@media (max-width: 767px){
#contact .tel{
		font-size:1.8em;
		margin:0 0 15px;
}
#contact .mailContact{
	margin:20px 0 20px;
}
#contact .mailContact a{
	font-size: 16px;
	padding:15px 0;
	display: block;
}
}