@media only screen and (max-width: 640px) {

body {
	/* font-size: 100%; */ /* 16px */
	font-size: 87.5%; /* 14px */
	color: #42210B;
	background: #ffffff;
	line-height:1.6428571;
	word-break:break-word;
}

a,
span,
img{
	transition-duration:0.3s;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	-ms-transition-duration:0.3s;
}

a, a:link, a:visited {
	color: #E95E6E;
}

a:hover {
	color: #E95E6E;
}

#top {
	position: relative;
}

#md-site {
	padding-top: 60px !important;
}

.container-inner {
	width: auto;
}
	
	.fade-in {
		opacity : 0.0;
		-webkit-transform : translate(0, 50px);
		-moz-transform : translate(0, 50px);
		-o-transform : translate(0, 50px);
		-ms-transform : translate(0, 50px);
		transform : translate(0, 50px);
		-webkit-transition : all 500ms;
		-moz-transition : all 500ms;
		-o-transition : all 500ms;
		-ms-transition : all 500ms;
		transition : all 500ms;
	}
	.scroll-in {
		opacity : 1;
		-webkit-transform : translate(0, 0);
		-moz-transform : translate(0, 0);
		-o-transform : translate(0, 0);
		-ms-transform : translate(0, 0);
		transform : translate(0, 0);
	}



/* HEADER */


#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:60px;
	background-color:rgba(255,255,255,1.0);
	z-index:1200;
	box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.3);
}

#header .container-inner {
	padding:10px 130px 10px 18px;
}

#header .primary{
}
#header .h-logo {
	display:block;
	margin:0;
	line-height:0;
}
#header .h-logo a {
	display:inline-block;
	text-decoration:none;
}
#header .h-logo a:hover,
#header .h-logo a:active {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
#header .h-logo a img {
	width: auto;
	max-height: 40px;
}

#header .secondary{
	display:none;
}



/* FOOTER */

#footer {
	padding-bottom: 15px;
	background-color:#ffffff;
	border-top: 1px solid #42210B;
	position: relative;
}

#footer .container-inner {
	padding: 25px 20px 5px;
}

#footer a{
	color: #42210B;
}
	
	#footer:before{
		content: "";
		display: block;
		width: 100%;
		height: 15px;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		
		background: rgb(255,130,140);
		background: linear-gradient(90deg, rgba(255,130,140,1) 0%, rgba(255,130,140,1) 20%, rgba(100,170,230,1) 20%, rgba(100,170,230,1) 40%, rgba(155,200,70,1) 40%, rgba(155,200,70,1) 60%, rgba(252,209,33,1) 60%, rgba(252,209,33,1) 80%, rgba(251,176,59,1) 80%, rgba(251,176,59,1) 100%);
	}

#footer .f-primary{
    margin-bottom: 20px;
	text-align: center;
}
#footer .f-secondary{
	display: none;
}
	#footer .f-primary .f-names{
		width: 218px;
		margin: 0 auto 20px;
	}
	#footer .f-primary .f-bln{
		position: relative;
	}
	#footer .f-primary .f-bln .text{
		margin-bottom: 0;
		padding: 5px 10px;
		font-size: 71.4285%;
		line-height: 1.6;
		text-align: center;
		background-color: #FFEBF4;
		border-radius: 6px;
	}
	#footer .f-primary .f-bln:before{
		content: "";
		display: block;
		width: 16px;
		height: 16px;
		position: absolute;
		top: -15px;
		left: 26px;
		background-image: url("../images/common/fbln-icon.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 16px;
	}
	#footer .f-primary .f-tel{
		display: none;
	}
	#footer .f-primary .f-banner .banner{
		text-align: center;
	}
	#footer .f-secondary{
		display: none;
	}
	#footer a:hover {
		filter:alpha(opacity=60); /* IE 6,7*/
		-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
		-moz-opacity:0.6; /* FF , Netscape */
		-khtml-opacity: 0.6; /* Safari 1.x */
		opacity:0.6;
		zoom:1; /*IE*/
	}
	#footer .copyright {
		margin: 0;
		padding-bottom: 10px;
		font-size: 85.714285%;
		text-align: center;
	}






/* NAVIGATION */

#nav{
    display: none;
}

#sp-menu {
	right: 5px;
	margin-bottom:0;
}

#sp-menu a {
}

#sp-menu .menu,
#sp-menu .tel,
#sp-menu .access {
	position: fixed;
	top: 5px;
	width: 40px;
	height: 50px;
	margin: 0;
	z-index: 1600;
}
	#sp-menu .menu{
		right: 5px;
		z-index: 3500;
	}
	#sp-menu .tel{
		right: 45px;
	}
	#sp-menu .access{
		right: 85px;
	}
	

#sp-menu .menu a,
#sp-menu .tel a,
#sp-menu .access a {
	display: block;
	width: 100%;
	height: 100%;
	position:relative;
}

	#sp-menu .menu a .icon{
		display: block;
		position: absolute;
		top: 0;
		bottom:0;
		right:0;
		left:0;
		margin:auto;
		width: 20px;
		height: 2px;
		background: #42210B;
		transition: .2s;
	}
	#sp-menu .menu a .icon:before,
	#sp-menu .menu a .icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 0;
		bottom:0;
		right:0;
		left:0;
		margin:auto;
		width: 20px;
		height: 2px;
		background: #42210B;
		transition: .3s;
	}
	#sp-menu .menu a .icon:before{
		margin-top: -7px;
	}
	#sp-menu .menu a .icon:after{
		margin-top: 7px;
	}
	#sp-menu .menu a.close{
		background-color: #ffffff;
	}
	#sp-menu .menu a.close .icon{
		background: transparent;
	}
	#sp-menu .menu a.close .icon:before{
		margin-top: 0;
	}
	#sp-menu .menu a.close .icon:after{
		margin-top: 0;
	}
	#sp-menu .menu a.close .icon:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#sp-menu .menu a.close .icon:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
    
	#sp-menu .tel a .icon,
	#sp-menu .access a .icon{
		display: block;
        width: 100%;
        height: 20px;
		position: absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		margin:auto;
        text-align: center;
        background-image: url(../images/common/tel_sp.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 16px;
    }
	#sp-menu .access a .icon{
        background-image: url("../images/common/access_sp.png");
        background-size: auto 16px;
    }



#md-nav {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow:auto;
	margin:auto;
	padding-bottom: 60px;
	z-index:2000;
	display:none;
	background-color:rgba(255,255,255,1.0);
}
#md-nav .nav-list > li{
	font-size: 114.285714%;
}













/* TITLE */

#title {
	margin: 0;
    width: auto;
	height: 84px;
	overflow: hidden;
	background-color: #FF828C;
}

#title .container-inner {
	padding:0;
	width: 100%;
}

#title .title-box {
	display: flex;
	align-items: center;
	height: 84px;
	padding: 10px 0 10px 106px;
	position: relative;
	box-sizing: border-box;
}
#title .title-box:before{
	content: "";
	display: block;
	width: 90px;
	height: 75px;
	background-image: url("../images/common/title-bg.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 90px auto;
	position: absolute;
	bottom: 0;
	left: -6px;
}

	#title .title-box .inner-box{
		letter-spacing: -.4em;
	}
#title .title-box .title {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 15px;
	margin-bottom:0;
	color:#ffffff;
	font-size: 164.285714%; /* 23px */
    font-family: 'RocknRoll One', sans-serif;
	line-height:1.5;
    letter-spacing: normal;
}
#title .title-box .title_en {
	display: inline-block;
	vertical-align: baseline;
	margin-bottom:0;
	color:#FFD9DC;
	font-size: 92.85714%; /* 13px */
    font-family: 'RocknRoll One', sans-serif;
	line-height:1.5;
    letter-spacing: normal;
}


/* CONTENT */

#content {
}

#content .container-inner {
	padding: 10px 20px;
}

	#breadcrumb{
		margin-bottom: 20px;
	}
#breadcrumb li{
	display:inline-block;
	vertical-align:middle;
	font-size: 78.571428%;
}
#breadcrumb li a{
	color:#000000;
}
#breadcrumb li.on{
	color:#000000;
	font-weight:bold;
}

#c-wrapper {
}

#main {
	margin-bottom:50px;
}

#side {
	padding:10px;
}

#content #side #snav {
	padding:0 10px;
}

.section {
	margin-bottom: 60px;
}

.section-s {
	margin-bottom: 40px;
}

.section-ss {
	margin-bottom: 20px;
}

.section-sss {
	margin-bottom: 10px;
}

.section-ssss {
	margin-bottom: 5px;
}

.pagetop {
	position:fixed;
	bottom:10px;
	right:10px;
	text-align: right;
	margin: 0;
	z-index:5000;
}
.pagetop a {
	display:block;
	width: 40px;
	height: 40px;
	line-height:0;
	text-decoration:none;
	background-color: #42210B;
	border-radius: 50%;
	position: relative;
}

.pagetop a:hover {
	filter:alpha(opacity=60); /* IE 6,7*/
	-ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
	-moz-opacity:0.6; /* FF , Netscape */
	-khtml-opacity: 0.6; /* Safari 1.x */
	opacity:0.6;
	zoom:1; /*IE*/
}
.pagetop a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inlink{
	margin-top:-65px;
	padding-top:65px;
}


/* SNAV */


/* SUBNAV */
	.subnav-wrapper{
		background-color: #FFEBED;
	}
	.subnav-wrapper .inner-wrapper{
		padding: 10px 20px;
	}
	.subnav-list{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 0;
	}
	.subnav-list > li{
		display: flex;
		align-content: stretch;
		justify-content: center;
		width: 50%;
		margin-bottom: 10px;
		padding: 0 5px;
	}
	.subnav-list > li:nth-last-child(-n+2){
		margin-bottom: 0;
	}
	.subnav-list > li a,
	.subnav-list > li .not{
		display: inline-block;
		padding: 5px 0;
		color: #42210B;
		/* font-size: 87.5%;   */
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-weight: bold;
		line-height: 1.75;
		text-decoration: none;
		position: relative;
	}
	.subnav-list > li a:before{
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		background-color: transparent;
		
		transition-duration:0.3s;
		-webkit-transition-duration:0.3s;
		-moz-transition-duration:0.3s;
		-o-transition-duration:0.3s;
		-ms-transition-duration:0.3s;
	}
	.subnav-list > li.on a:before,
	.subnav-list > li a:hover:before{
		background-color: #42210B;
	}
	
	/* INNERLINK */
	.innerlink-box{
		margin-bottom: 40px;
	}
	.innerlink-list{
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 0;
	}
	.innerlink-list > li{
		display: flex;
		align-content: stretch;
		width: 48%;
	}
	.innerlink-list > li a,
	.innerlink-list > li .not{
		display: block;
		padding: 10px 0 10px 25px;
		color: #42210B;
		font-size: 92.857142%; 
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-weight: bold;
		line-height: 1.461538;
		text-decoration: none !important;
		position: relative;
		box-sizing: border-box;
	}
	.innerlink-list > li .not{
		opacity: 0.5;
	}
	.innerlink-list > li a:before,
	.innerlink-list > li .not:before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 16px;
		height: 16px;
		background-color: #FF8276;
		background-image: url("../images/common/innerlink-icon.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 7px auto;
		border-radius: 50%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.innerlink-list > li a:hover{
		color: #E95E6E;
	}
	body.treatment .innerlink-list > li a:before,
	body.treatment .innerlink-list > li .not:before{
		background-color: #64AAE6;
	}
	body.vaccine .innerlink-list > li a:before,
	body.vaccine .innerlink-list > li .not:before{
		background-color: #9BC846;
	}
	body.activities .innerlink-list > li a:before,
	body.activities .innerlink-list > li .not:before{
		background-color: #FCD121;
	}
	body.reservation .innerlink-list > li a:before,
	body.reservation .innerlink-list > li .not:before{
		background-color: #FBB03B;
	}
	body.treatment .innerlink-list > li a:hover{
		color: #64AAE6;
	}
	body.vaccine .innerlink-list > li a:hover{
		color: #9BC846;
	}
	body.activities .innerlink-list > li a:hover{
		color: #FCD121;
	}
	body.reservation .innerlink-list > li a:hover{
		color: #FBB03B;
	}




	.mdnav-logo{
		margin-bottom: 0;
		padding: 15px 30px 10px;
		text-align: center;
	}


/* NAV */
	.nav-list{
		width: 100%;
		margin-bottom: 0;
	}
	.nav-list > li{
	}
	.nav-list > li a,
	.nav-list > li .not{
		display: block;
		padding: 10px 20px 10px 95px;
		color: #42210B;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-weight: bold;
		line-height: 1.3;
		letter-spacing: 0.75pt;
		text-decoration: none;
		position: relative;
	}
	.nav-list > li.activities > a{
		letter-spacing: 1em;
	}
	.nav-list > li > a:after{
		content: "";
		display: block;
		width: 95px;
		height: 100%;
		background-image: url("../images/common/nav-about_sp.png");
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: auto 45px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		
		transition-duration:0.3s;
		-webkit-transition-duration:0.3s;
		-moz-transition-duration:0.3s;
		-o-transition-duration:0.3s;
		-ms-transition-duration:0.3s;
	}
	.nav-list > li.home > a,
	.nav-list > li.home > ul{
		background-color: #E1D7CD;
	}
	.nav-list > li.about > a,
	.nav-list > li.about > ul{
		background-color: #FFD9DC;
	}
	.nav-list > li.treatment > a,
	.nav-list > li.treatment > ul{
		background-color: #D0E5F7;
	}
	.nav-list > li.vaccine > a,
	.nav-list > li.vaccine > ul{
		background-color: #E1EEC7;
	}
	.nav-list > li.activities > a,
	.nav-list > li.activities > ul{
		background-color: #FEF1BC;
	}
	.nav-list > li.reservation > a,
	.nav-list > li.reservation > ul{
		background-color: #FEE7C4;
	}
	.nav-list > li.home > a:after{
		background-image: url("../images/common/nav-home_sp.png");
		background-size: auto 47px;
	}
	.nav-list > li.about > a:after{
		background-image: url("../images/common/nav-about_sp.png");
		background-size: auto 45px;
	}
	.nav-list > li.treatment > a:after{
		background-image: url("../images/common/nav-treatment_sp.png");
		background-size: auto 45px;
	}
	.nav-list > li.vaccine > a:after{
		background-image: url("../images/common/nav-vaccine_sp.png");
		background-size: auto 42px;
	}
	.nav-list > li.activities > a:after{
		background-image: url("../images/common/nav-activities_sp.png");
		background-position: 3px center;
	}
	.nav-list > li.reservation > a:after{
		background-image: url("../images/common/nav-reservation_sp.png");
		background-size: auto 40px;
		background-position: 0 center;
	}
	.nav-list > li > a.open,
	.nav-list > li.on > a{
		color: #ffffff;
		background-color: #FF828C;
	}
	.nav-list > li.home > a.open,
	.nav-list > li.home.on > a{
		color: #ffffff;
		background-color: #977451;
	}
	.nav-list > li.about > a.open,
	.nav-list > li.about.on > a{
		background-color: #FF828C;
	}
	.nav-list > li.treatment > a.open,
	.nav-list > li.treatment.on > a{
		background-color: #64AAE6;
	}
	.nav-list > li.vaccine > a.open,
	.nav-list > li.vaccine.on > a{
		background-color: #9BC846;
	}
	.nav-list > li.activities > a.open,
	.nav-list > li.activities.on > a{
		background-color: #FCD121;
	}
	.nav-list > li.reservation > a.open,
	.nav-list > li.reservation.on > a{
		background-color: #FBB03B;
	}
	.nav-list > li.home > a.open:after,
	.nav-list > li.home.on > a:after{
		background-image: url("../images/common/nav-home_sp_on.png");
	}
	.nav-list > li.about > a.open:after,
	.nav-list > li.about.on > a:after{
		background-image: url("../images/common/nav-about_sp_on.png");
	}
	.nav-list > li.treatment > a.open:after,
	.nav-list > li.treatment.on > a:after{
		background-image: url("../images/common/nav-treatment_sp_on.png");
	}
	.nav-list > li.vaccine > a.open:after,
	.nav-list > li.vaccine.on > a:after{
		background-image: url("../images/common/nav-vaccine_sp_on.png");
	}
	.nav-list > li.activities > a.open:after,
	.nav-list > li.activities.on > a:after{
		background-image: url("../images/common/nav-activities_sp_on.png");
	}
	.nav-list > li.reservation > a.open:after,
	.nav-list > li.reservation.on > a:after{
		background-image: url("../images/common/nav-reservation_sp_on.png");
	}
	.nav-list > li > a > .inner,
	.nav-list > li > .not > .inner{
		display: block;
		padding: 10px 0;
		position: relative;
	}
	.nav-list > li > a.parent > .inner{
		padding-right: 34px;
	}
	.nav-list > li > a.parent > .inner:before,
	.nav-list > li > a.parent > .inner:after{
		content: "";
		display: block;
		width: 14px;
		height: 2px;
		background-color: #42210B;
		position: absolute;
		top: 0;
		right: 12px;
		bottom: 0;
		margin: auto;
		
		transition-duration:0.3s;
		-webkit-transition-duration:0.3s;
		-moz-transition-duration:0.3s;
		-o-transition-duration:0.3s;
		-ms-transition-duration:0.3s;
	}
	.nav-list > li > a.parent > .inner:after{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.nav-list > li > a.parent.open > .inner:after{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	.nav-list > li > a.parent.open > .inner:before{
		background-color: transparent;
	}
	.nav-list > li.on > a.parent > .inner:before,
	.nav-list > li.on > a.parent > .inner:after,
	.nav-list > li > a.parent.open > .inner:after{
		background-color: #ffffff;
	}
	.nav-list > li ul{
		display: none;
		margin-bottom: 0;
		padding: 15px 20px 15px 95px;
	}
	.nav-list > li ul li:not(:last-child){
		margin-bottom: 2px;
	}
	.nav-list > li ul li a,
	.nav-list > li ul li .not{
		display: inline-block;
		padding: 0 0 5px;
		font-size: 87.5%;
		position: relative;
	}
	.nav-list > li ul li a:before{
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		background-color: transparent;
		
		transition-duration:0.3s;
		-webkit-transition-duration:0.3s;
		-moz-transition-duration:0.3s;
		-o-transition-duration:0.3s;
		-ms-transition-duration:0.3s;
	}
	.nav-list > li ul li.on > a:before{
		background-color: #42210B;
	}



}
