@charset "utf-8";


/* ---------------------------------------------
　base modules
------------------------------------------------ */

.body {
	clear:both;
}

.wrap{
	clear:both;
}

.inner{
	width:980px;
	margin:0 auto;
}


/* ---------------------------------------------
　header
------------------------------------------------ */
header.pc{
	width: 100%;
	position: fixed;
	z-index: 999;
	background: #fff;
}
header.pc .header{
	padding: 10px;
}
header.pc .header h1{
	float: left;
}
header.pc .header h1 img{
	width: 80%;
}
header.pc .header h1 span{
	display: block;
	font-size: 84%;
	line-height: 1.0;
	padding: 0 0 0 50px;
}
header.pc .utility{
	float: right;
}
header.pc .utility p.tel{
	float: left;
	padding: 18px 0 0 0;
}
header.pc .utility p.access{
	float: left;
	margin: 0 15px;
	padding: 10px 0 0 0;
}
header.pc .utility p.faq{
	float: left;
}
header.pc .utility p.faq a{
	display: block;
	color: #139365;
	border: #139365 solid 1px;
	padding: 14px 15px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
header.pc .utility p.faq a:hover{
	color: #fff;
	background: #139365;
}
header.pc .utility p.medical{
	float: left;
	margin: 0 0 0 15px;
}
header.pc .utility p.medical a{
	display: block;
	color: #168c62;
	background: #b9dcd0;
	border: #168c62 solid 1px;
	padding: 14px 15px;
	text-decoration: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
header.pc .utility p.medical a:hover{
	color: #168c62;
	background: #fff;
}

header.pc .gNav{
	border-top: #139365 solid 1px;
	border-bottom: #139365 solid 1px;
	background: url(../images/bg_menu.png) repeat-x center center;
}
header.pc .gNav ul li{
	float: left;
	width: 20%;
	background: url(../images/bg_bar.png) no-repeat left center;
}
header.pc .gNav ul li a{
	display: block;
	padding: 7px 0;
	text-align: center;
	color: #139365;
	text-decoration: none;
}
header.pc .gNav ul li:last-child{
	background: none;
}
header.pc.ma .gNav ul li:nth-child(2){
	background: none;
}
header.pc .gNav ul li.kidsroom{
	background: #daa921;
}
header.pc .gNav ul li.kidsroom a{
	color: #fff;
}
header.pc .gNav ul li.menu{
	background: none;
}
header.pc .gNav ul li.menu button{
	background: #139365;
	color: #fff;
	padding: 9px 0;
	text-align: center;
	width: 100%;
	border: none;
}
header.pc .gNav ul li.menu button span{
	padding: 0 0 0 30px;
	background:  url(../images/btn_menu.png) no-repeat left center;
}

header.sp{
    display: none;
}

.drawer--left .drawer-nav{
	background: #139365;
}
.drawer--left .drawer-nav ul{
	padding: 50px 30px;
}
.drawer--left .drawer-nav ul li a{
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	border-bottom: #fff solid 1px;
	text-decoration: none;
}
.drawer--left .drawer-nav ul li:last-child a{
	border-bottom: none;
}

/* ---------------------------------------------
　container
------------------------------------------------ */
.container{
    margin: 0 auto;
	padding: 172px 0 50px 0;
	width: 100%;
    max-width: 980px;
}
.container h1{
    font-size: 220%;
    font-weight: bold;
    text-align: center;
}


/* ------ pagetop ------------------------------ */
.pagetop{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.pagetop p{
	margin: 20px 0 0 0;
}



/* ---------------------------------------------
　contact
------------------------------------------------ */
.contact{
	background: url(../images/bg_contact001.png) repeat-x center top, url(../images/bg_contact002.png) repeat-x center bottom;
	margin: 60px 0 0 0;
	padding: 36px 0 18px 0;
}
.contact .contactArea{
	background: #aad4a5;
	padding: 50px 0;
}
.contact .contactArea h2{
	margin: 0 0 30px 0;
	text-align: center;
}
.contact .contactArea .buttonArea{
	margin: 0 0 0 -24px;
}
.contact .contactArea .buttonArea p{
	margin: 0 0 0 24px;
	float: left;
}


/* ---------------------------------------------
　footer
------------------------------------------------ */

.footer{
	clear:both;
	padding: 60px 0 0 0;
}
.footer a{
	color: #139365;
	text-decoration: none;
}
.footer h2{
	margin: 0 0 40px 0;
	text-align: center;
}
.footer .footerArea .Box{
	width: 25%;
	float: left;
}
.footer .footerArea .Box h3{
	font-size: 114%;
}
.footer .footerArea .Box ul{
	margin: 5px 0 0 10px;
}

.copyright{
	font-size: 86%;
	color: #aad4a5;
	padding: 30px 0;
	text-align: center;
}


.footer.sp{
    display: none;
}

@media (max-width: 740px) {
/* ---------------------------------------------
　base modules
------------------------------------------------ */

.body {
	clear:both;
}

.wrap{
	clear:both;
}

.inner{
	width: 98%;
	margin:0 auto;
}
.inner img{
	max-width: 100%;
}


/* ---------------------------------------------
　header
------------------------------------------------ */
header.pc{
    display: none;
}
header.sp{
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 999;
	background: #fff;
    display: block;
}
header.sp .header h1{
	position: absolute;
    left: 50%;
    width: 162px;
    margin: 0 0 0 -81px;
    top: 5px;
}
header.sp .header h1 img{
	height: 50px;
}

header.sp p.kids{
	padding: 10px;
	background: #daa921;
	position: absolute;
	top: 0;
	right: 0;
}

header.sp .menu{
	background: none;
}
header.sp .menu button{
	width: 60px;
	padding: 21px 0;
	background:  url(../images/btn_menu.png) no-repeat center center,#139365;
	text-align: center;
	border: none;
}

.drawer--left .drawer-nav{
	background: #139365;
}
.drawer--left .drawer-nav ul{
	padding: 10px;
}
.drawer--left .drawer-nav ul li a{
	display: block;
	text-align: center;
	color: #fff;
	padding: 5px 0;
	border-bottom: #fff solid 1px;
	text-decoration: none;
	font-size: 84%;
}
.drawer--left .drawer-nav ul li:last-child a{
	border-bottom: none;
}

/* ---------------------------------------------
　container
------------------------------------------------ */
.container{
	padding: 90px 0 30px 0;
	width: 96%;
    margin: 0 auto;
}
.container h1 {
    font-size: 160%;
}

/* ------ pagetop ------------------------------ */
.pagetop{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.pagetop p{
	margin: 10px 0 0 0;
	width: 60px;
}
.pagetop p img{
	max-width: 100%;
}


/* ---------------------------------------------
　contact
------------------------------------------------ */
.contact{
	background: url(../images/bg_contact001.png) repeat-x center top, url(../images/bg_contact002.png) repeat-x center bottom;
	background-size: 100% 18px, 100% 9px;
	margin: 40px 0 0 0;
	padding: 18px 0 9px 0;
}
.contact .contactArea{
	background: #aad4a5;
	padding: 30px 0;
}
.contact .contactArea h2{
	margin: 0 0 30px 0;
	text-align: center;
}
.contact .contactArea .buttonArea{
	margin: 0;
}
.contact .contactArea .buttonArea p{
	margin: 10px 0 0 0;
	text-align: center;
    float: none;
}


/* ---------------------------------------------
　footer
------------------------------------------------ */
.footer{
	clear:both;
	padding: 50px 0 0 0;
}
.footer a{
	color: #139365;
	text-decoration: none;
}
.footer h2{
	margin: 0 20px 30px 20px;
	text-align: center;
}
.footer h2 img{
	max-width: 100%;
}
.footer .footerArea .Box {
    width: 100%;
    float: none;
}
.footer .footerArea .Box ul{
	margin: 5px 0 0 10px;
}
.footer .footerArea .Box ul li{
	background: url(../images/icon_arrow.png)  no-repeat 0 0.4em;
	background-size: 16px 14px;
	padding-left: 20px;
}

.copyright{
	font-size: 86%;
	color: #aad4a5;
	padding: 20px 0;
	text-align: center;
}
}