@charset "UTF-8";

/* ---------- mediaQuery  ---------- */


@media all and (max-width: 767px) {
.viewpc {
	display: none!important;
}
.viewsp {
	display: block!important;
}

html {
font-size: 1em;
 overflow-x: hidden;
}
body {
	color: #000;
	font-size: 1.4rem;
 	overflow-x: scroll;
}
p {
	font-size: 18px;
}
.inner,
.inner_conpact {
	clear: both;
	width: 96%!important;
	margin: 0 auto;
	padding: 0 auto;
}
img {
	width: 100%;
	height: auto;
	text-align: center;
}
.margintopmainus30 {
	margin-top: 0!important;
}
.marginbottom60 {
	margin-bottom: 20px!important;
}
.cap {
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}

/* ===============
header
================*/
header {
	width: 55px;
	height: 55px;
	position: absolute;
}
header .inner {
	width: 100%;
	margin: 0 auto;
}
header .logo_area {
	width: 45%;
	max-width: 190px;
	height: 55px;
	float: left;
	text-align: center;
}
header .logo_area h1 {
	text-align: center;
	width: 80%;
	max-width: 100px;
	padding: 6px 0 0 0;
	margin: 0 auto;
}

/* ---------   メインメニュー --------- */
header #globalMenuS {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
#top-head {
	top: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	padding: 3px 0 0;
	line-height: 1;
	z-index: 1000;
	position: absolute;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}


/* Toggle Button */
#nav-toggle {
	display: none;
	position: fixed;
	right: 0;
	top: -2px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 999;
	background-color: #666;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 35px;
    background: #fff;
    left: 14px;
	top: 12px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 19px;
}
#nav-toggle span:nth-child(2) {
    top: 29px;
}
#nav-toggle span:nth-child(3) {
    top: 39px;
}

#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }

#nav-toggle {
     display: block;
    }
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 28px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
.open #nav-toggle span:nth-child(2) {
        top: 28px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
.open #nav-toggle span:nth-child(3) {
        top: 28px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
	
#global-nav {
	position: fixed;
	right: -220px;
	top: 60px;
 	background-color: #efefef;
 	padding: 0;
	width: 220px;
	height: 100%;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	z-index: 1000;
}
#global-nav .sidebar_top {
	width: 220px;
}
#global-nav .sidebar_top img {
	width: 100%;
	height: auto;
}
#global-nav ul {
 	padding-right: 0;
	padding: 0 0 1em 0;
}
#global-nav ul li {
	color: #000;
	font-weight: bold;
	font-size: 18px;
 	line-height: 1em
 }
#global-nav ul li span {
	font-size: 12px;
	color: #fbb03b;
}
#global-nav ul li a {
 	text-decoration: none;
	display: block;
	padding: 8px 14px 8px 14px;
	color: #333;
}
#global-nav ul li a:hover {
	text-decoration: none;
	background-color: #fff;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

/* #global-nav スライドアニメーション */
#global-nav.slideright {
  right: 0;
	position: fixed;
	display: block;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
}
main .bread {
	font-size: 16px;
	width: 96%;
	margin: 1em auto 1em auto;
	overflow: hidden;
}
main .bread ul li {
	float: left;
	margin-right: 1em;
}
main .bread ul li a {
	text-decoration: underline;
}

/* ===============
.topimage
================*/
.topimage {
 	width: 100%;
	margin-top: 60px;
 	height: 300px;
	min-height: auto!important;
	position: relative;
	overflow: hidden;
}
.wrapper {
 	height: 300px;
  position: absolute;
  width: 100%;
}
.topimage video {
	left: 0;
	top: 0;
  min-width: 100%;
 	width: 100%;
 	z-index: -1000;
}
.topimage h1 {
	width: 150px;
	position: absolute;
	left: 4px;
	top: 4px;
}
.topimage h1 img {
	width: 100%;
	height: auto;
}
	
/* ===============
.head-menu
================*/
main .head-menu {
	clear: both;
	border-top: 6px solid #ff9000;
 background-color: #8d8d8d;
 	width: 100%;
	height: auto;
 	padding: 10px 0;
	margin: -2px 0 0 0;
}
main .head-menu .head-menu-list {
 margin: 0 auto;
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;

}
main .head-menu .head-menu-list li {
 padding: 0 0.5em;
 border-left: 1px solid #fff;
	line-height: 1.8;
}
main .head-menu .head-menu-list li:first-child {
 border: none;
}
main .head-menu .head-menu-list li a {
	color: #fff;
	font-size: 14px;
	display: block;
	cursor: pointer;
}
main .head-menu .head-menu-list li a:hover {
 text-decoration: underline;
}

	
/* ===============
.item3
================*/
main .contents .item3 {
 width: 100%;
	background-color: #e4e4e4;
 padding: 40px 0 20px 0;
 margin: 0;
	position: relative;
}

main .contents .item3 h2 {
 width: 80%;
	max-width: 130px;
 margin: 0 auto;
 text-align: center;
}

main .contents .item3 .pointitem3_01 {
	width: 100%;
	height: 290px;
	background: url("../images/index/index_3point01_sp.jpg") no-repeat 30% top;
	 background-image: image-set(url("../images/index/index_3point01_sp.jpg.webp") type("image/webp"), url("../images/index/index_3point01_sp.jpg") type("image/jpeg")); /* WebP+fallback */
	background-size: cover;
	position: relative;
}
main .contents .item3 .pointitem3_02 {
	width: 100%;
	height: 310px;
	background: url("../images/index/index_3point02_sp.jpg") no-repeat 60% top;
	 background-image: image-set(url("../images/index/index_3point02_sp.jpg.webp") type("image/webp"), url("../images/index/index_3point02_sp.jpg") type("image/jpeg")); /* WebP+fallback */
	background-size: cover;
	position: relative;
}
main .contents .item3 .pointitem3_03 {
	width: 100%;
	height: 270px;
	background: url("../images/index/index_3point03_sp.jpg") no-repeat 30% top;
	 background-image: image-set(url("../images/index/index_3point03_sp.jpg.webp") type("image/webp"), url("../images/index/index_3point03_sp.jpg") type("image/jpeg")); /* WebP+fallback */
	background-size: cover;
	position: relative;
}
main .contents .item3 .pointitem3_01 .text_area,
main .contents .item3 .pointitem3_03 .text_area {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 67%;
}
main .contents .item3 .pointitem3_02 .text_area {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 67%;
}
main .contents .item3 .pointitem3_01 .text_area h3,
main .contents .item3 .pointitem3_02 .text_area h3,
main .contents .item3 .pointitem3_03 .text_area h3 {
	font-size: 24px;
	color: #fff;
	text-align: left;
	letter-spacing: 0em;
	margin: 10px 0 10px 0;
	line-height: 1.4;
}
main .contents .item3 .pointitem3_01 .text_area p,
main .contents .item3 .pointitem3_02 .text_area p,
main .contents .item3 .pointitem3_03 .text_area p {
	color: #fff;
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
}
	
/* ===============
#special_care
================*/
main .contents #special_care {
	width: 100%;
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 198, 1) 0%, rgba(255, 203, 137, 1) 100%);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 198, 1) 0%, rgba(255, 203, 137, 1) 100%);
  background-image: -ms-linear-gradient(45deg, rgba(255, 255, 198, 1) 0%, rgba(255, 203, 137, 1) 100%);
	padding: 1em 0;
}
main .contents #special_care .inner {
	width: 90%;
	margin: 0 auto;
}
main .contents #special_care h2 {
	text-align: center;
 margin: 1em auto 1em auto;
}
main .contents #special_care .specialcare_index {
	width: 90%;
	margin: 0 auto;
	display: block;
}
main .contents #special_care .specialcare_index .specialcare_item {
	clear: both;
	width: 100%;
	margin-bottom: 3em;
}
main .contents #special_care .specialcare_index .specialcare_item a {
	color: #000;
}
main .contents #special_care .specialcare_index .specialcare_item a:hover {
	opacity: 0.5;
}
main .contents #special_care .specialcare_index .specialcare_item h3 {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	margin: 1em auto 0.5em auto;
	color: #000;
}
main .contents #special_care .specialcare_index .specialcare_item p {
	color: #000;
	line-height: 1.6;
	margin-bottom: 0.5em;
	font-size: 16px;
}
main .contents #special_care .specialcare_index .specialcare_item .readmore{
	text-align: right;
	background: url("../images/common/arrow_right_g.png") no-repeat right center;
	 background-image: image-set(url("../images/common/arrow_right_g.png.webp") type("image/webp"), url("../images/common/arrow_right_g.png") type("image/png")); /* WebP+fallback */
	background-size: 15px;
	padding-right: 22px;
	float: right;
	font-size: 15px;
	margin-bottom: 20px;
}
main .contents #special_care .specialcare_index .specialcare_item img {
	max-width: 250px;
	width: 80%;
	margin: 0 auto 1em auto;
	display: block;
}
	
/* ===============
#treatment
================*/
main .contents #treatment {
 width: 100%;
 background-color: #fff;
 padding-top: 1em;
}

main .contents #treatment h2 {
 text-align: center;
 width: 250px;
 margin: 1em auto 1em;
}
main .contents #treatment .treatment_index {
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 background-color: #fff;
 padding: 5%;
 background: url("../images/common/bg05.png");
  background-image: image-set(url("../images/common/bg05.png.webp") type("image/webp"), url("../images/common/bg05.png") type("image/png")); /* WebP+fallback */
 background-repeat: no-repeat;
 background-size: cover;
}
main .contents #treatment .treatment_index article {
	flex-basis: 50%;
}
main .contents #treatment .treatment_index a {
	display: block;
	flex-basis: 50%;
} 

main .contents #treatment .treatment_index .treatmentitem h3 {
	color: #fff;
	margin: 50px 0 20px 0;
	font-size: 20px;
	text-align: left;
	
}
main .contents #treatment .treatment_index .treatmentitem p {
	color: #fff;
	width: 100%;
	font-size: 12px;
}
	
/* ===============
.information
================*/
main .contents .information {
 width: 90%;
 margin: 40px auto 70px auto;
 display: block!important;
}
main .contents .information article {
	clear: both;
	display: block;
 	width: 100%;
	margin-bottom: 3em;
}
main .contents .information article .divline {
	display: block;
	width: 2px;
	height: 60px;
	background-color: #ff9000;
	margin: 0 auto 20px auto;
}
main .contents .information h2 {
	width: 100px;
	height: 70px;
	text-align: center;
	margin: 0 auto;
}
main .contents .information img {
 width: 100%;
 height: auto;
}
main .contents .information dl dt {
	text-align: left;
	font-size: 16px;
	color: #a7a7a7;
	margin-bottom: 4px;
}
main .contents .information dl dd {
	text-align: left;
	border-bottom: 1px solid #dadada;
	margin-bottom: 16px;
	padding-bottom: 6px;
	white-space: wrap!important;
	width: 100%!important;
		text-overflow: ellipsis;
}
main .contents .information .link_index a {
	display: block;
	text-align: left;
	background: url("../images/common/arrow_right_g.svg") no-repeat left center;
	background-size: 18px;
	padding-left: 22px;
}
main .contents .information .link_index a:hover {
	text-decoration: underline;
}

/* ===============
#schedule
================*/
main .contents #schedule {
	clear: both;
 	width: 92%;
 	margin: 4em auto 2em auto;
	display: block;
	justify-content: space-between;
}
main .contents #schedule article.timetable {
	width: 100%;
	margin-right: auto;
}
main .contents #schedule article.timetable .divline {
	display: block;
	width: 2px;
	height: 60px;
	background-color: #ff9000;
	margin: 0 auto 20px auto;
}
main .contents #schedule article.timetable h2 {
	width: 156px;
	text-align: center;
	margin: 0 auto;
}
main .contents #schedule article.timetable table.time_table {
	margin: 10px 0 20px 0;
	border-top: 1px solid #E3e3e3;
	font-size: 16px;
}
main .contents #schedule article.timetable table.time_table th {
	border-bottom: 1px solid #E3e3e3;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 8px 2px;
}
main .contents #schedule article.timetable table.time_table td {
	border-bottom: 1px solid #E3e3e3;
	text-align: center;
	padding: 8px 2px;
}
main .contents #schedule article.timetable p {
	color: #a7a7a7;
	font-size: 18px;
	line-height: 1.4;
}
main .contents #schedule article.timetable .btn_phone a {
	display: block;
	width: 100%;
	border: 1px solid #ff9000;
	color: #ff9000;
	background: url("../images/common/icon_phone.svg") no-repeat 16px center;
	background-size: 20px;
	text-align: center;
	font-size: 16px;
	padding: 8px 0;
	margin-bottom: 10px;
}
main .contents #schedule article.timetable .btn_phone a:hover {
	background-color: #ff9000;
	color: #fff;
}
main .contents #schedule article.timetable .btn_reserve a {
	display: block;
	width: 100%;
	border: 1px solid #ff9000;
	color: #fff;
	background: url("../images/common/icon_schedule.svg") no-repeat 16px center;
	background-size: 20px;
	text-align: center;
	background-color: #ff9000;
	font-size: 18px;
	padding: 8px 0;
}
main .contents #schedule article.timetable .btn_reserve a:hover {
	background-image: none;
	border: 1px solid #ffbd67;
	background-color: #ffbd67;
}
main .contents #schedule article.kidsclub {
	width: 100%;
	margin-top: 2em;
	margin-right: auto;
}
main .contents #schedule article.kidsclub img {
	max-width: 260px;
}
main .contents #schedule article.kidsclub h3 {
	margin: 10px auto;
	font-size: 20px;
	color: #000;
}
main .contents #schedule article.kidsclub p {
	color: #a7a7a7;
	font-size: 18px;
	line-height: 1.3;
}
main .contents #schedule article.kidsclub .btn_detail a {
	display: block;
	width: 120px;
	clear: both;
	line-height: 30px;
	margin: 4px auto 10px auto;
	background: url("../images/common/arrow_right_g.png") no-repeat left center;
	 background-image: image-set(url("../images/common/arrow_right_g.png.webp") type("image/webp"), url("../images/common/arrow_right_g.png") type("image/png")); /* WebP+fallback */
	background-size: 18px;
	padding-left: 22px;
	color: #333;
	font-size: 16px;
}

/* ===============
#access
================*/
main .contents #access {
	clear: both;
 width: 92%;
 margin: 3em auto 1em auto;
}
main .contents #access article.maparea {
 width: 100%;
	float: none;
	height: 300px;
	position: relative;
}
main .contents #access article.maparea iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
}
main .contents #access article.access_text {
 	width: 100%;
	margin: 2em auto 0 auto;
}
main .contents #access .divline {
	display: block;
	width: 2px;
	height: 60px;
	background-color: #ff9000;
	margin: 0 auto 20px auto;
}
main .contents #access h2 {
	width: 100px;
	height: 70px;
	text-align: center;
	margin: 0 auto;
}
main .contents #access p {
	font-size: 18px;
	margin-bottom: 0.5em;
}
main .contents #access .btn_gmap a {
	display: block;
	width: 160px;
	clear: both;
	line-height: 30px;
	margin: 20px auto 0 auto;
	background: url("../images/common/arrow_right_g.png") no-repeat left center;
	 background-image: image-set(url("../images/common/arrow_right_g.png.webp") type("image/webp"), url("../images/common/arrow_right_g.png") type("image/png")); /* WebP+fallback */
	background-size: 18px;
	padding-left: 22px;
	color: #333;
	font-size: 18px;
}
main .contents #access .btn_gmap a:hover {
	text-decoration: underline;
}
	
/* ================
.btn_reservlink
================== */
.btn_reservlink {
	width: 90%;
	max-width: 700px;
	margin: 1em auto;
	text-align: center;
}
.btn_reservlink img {
	width: 100%;
	height: auto;
}
.btn_reservlink img:hover {
	opacity: 0.5;
}


/* ================
#pagetop
================== */
#pagetop {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 90px;
	width: 60px;
	height: 60px;
	background: url(../images/common/totop.png) no-repeat;
	 background-image: image-set(url("../images/common/totop.png.webp") type("image/webp"), url("../images/common/totop.png") type("image/png")); /* WebP+fallback */
	background-size: 60px;
	z-index: 5;
}
#pagetop a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

/* ===============
footer
================*/
footer {
 width: 100%;
 margin: 30px auto 0 auto;
 display: flex;
 flex-wrap: wrap;
 padding: 1em 0 1em;
 border-top: 1px solid #dadada;
}
footer .inner {
	width: 90%;
	margin: 0 auto;
}

footer .logo-box {
	width: 280px;
	float: none;
	margin: 0 auto;
}

footer .logo-box img {
 width: 100%;
}

footer .footer-navi {
 width: 100%;
 margin: auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

footer .footer-navi ul {
 width: 90%;
 text-align: none;
 line-height: 1.5;
 border-left: 1px solid #dadada;
 padding: 0 0 0 0.3em;
	margin: 0 auto;
}

footer .footer-navi ul li a {
 color: #000;
 font-size: 16px;
 font-weight: 300;
}

footer .footer-navi ul li a:hover {
 border-bottom: 1px solid #212121;
}

footer .copy-right p {
	margin-bottom: 0;
	padding-bottom: 4em;
	font-size: 12px;
	width: 100%;
	margin: 20px auto 0 auto;
	color: #000;
	font-weight: 400;
	text-align: center;
}


}