@media all and (min-width: 641px) {

body {
	font-size: 100%; /* 16pt */
	color: #42210B;
	background: #ffffff;
	line-height:2.0;
	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;
	text-decoration:none;
}

a:hover {
	color: #E95E6E;
	text-decoration:underline;
}

.container {
	width: 100%;
    min-width: 1160px;
}

.container-inner {
	width: 960px;
	margin: 0 auto;
}

.pc-anchor {
	margin-top: -80px!Important;
	padding-top: 80px!Important;
}
	
	.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 {
    height: 135px;
	margin:0;
}

#header .container-inner {
    padding: 0;
	width: 100%;
	min-width: 1040px;
	max-width: 1280px;
}

#header .primary{
    float: left;
	display: flex;
	align-items: center;
    width: 370px;
    height: 135px;
	padding: 12px 10px 12px 50px;
	box-sizing: border-box;
}
#header .primary .h-logo{
    margin-bottom: 0;
}
#header .primary .h-logo a{
	display: block;
}
#header .h-logo a:hover {
	text-decoration:none;
	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 .secondary{
    float: right;
	width: 665px;
}
	#header .h-access a{
		display: inline-block;
		padding: 10px 27px;
		color: #42210B;
		font-size: 112.5%; /* 18px */
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-weight: bold;
		line-height: 1.75;
		background-color: #E0EEFA;
	}
	#header .h-access a:before{
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 32px;
		height: 24px;
		margin-right: 20px;
		background-image: url("../images/common/h-access.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 32px auto;
	}
	#header .h-access a:hover {
		text-decoration:none;
		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*/
	}
	




/* NAV */
	.nav-list{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		width: 100%;
		height: 135px;
		margin-bottom: 0;
	}
	.nav-list > li{
		display: flex;
		align-content: stretch;
		flex: 1;
		height: 100%;
		box-sizing: border-box;
	}
	.nav-list > li a{
		text-decoration: none;
	}
	.nav-list > li > a{
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1;
		height: 100%;
		padding: 15px 10px 60px;
		color: #42210B;
		font-size: 112.5%;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-weight: bold;
		line-height: 1.3;
		letter-spacing: 0.75pt;
		text-align: center;
		position: relative;
		box-sizing: border-box;
	}
	.nav-list > li.vaccine > a{
		line-height: 0.777778;
	}
	.nav-list > li.activities > a{
		letter-spacing: 1em;
		text-indent: 1em;
	}
	.nav-list > li a .inner{
		transition-duration:0s;
		-webkit-transition-duration:0s;
		-moz-transition-duration:0s;
		-o-transition-duration:0s;
		-ms-transition-duration:0s;
	}
	.nav-list > li > a:after{
		content: "";
		display: block;
		width: 100%;
		height: 55px;
		background-image: url("../images/common/nav-home.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 55px;
		position: absolute;
		right: 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:after{
		background-image: url("../images/common/nav-home.png");
	}
	.nav-list > li.about > a:after{
		background-image: url("../images/common/nav-about.png");
		background-size: auto 60px;
		height: 60px;
	}
	.nav-list > li.treatment > a:after{
		background-image: url("../images/common/nav-treatment.png");
		background-size: auto 50px;
		height: 50px;
	}
	.nav-list > li.vaccine > a:after{
		background-image: url("../images/common/nav-vaccine.png");
		background-size: auto 50px;
		height: 50px;
	}
	.nav-list > li.activities > a:after{
		background-image: url("../images/common/nav-activities.png");
	}
	.nav-list > li.reservation > a:after{
		background-image: url("../images/common/nav-reservation.png");
		background-size: auto 50px;
		height: 50px;
	}
	.nav-list > li.on > a,
	.nav-list > li > a:hover{
		background-color: #E1D7CD;
	}
	.nav-list > li.about.on > a,
	.nav-list > li.about > a:hover{
		color: #E95E6E;
		background-color: #FFD9DC;
	}
	.nav-list > li.treatment.on > a,
	.nav-list > li.treatment > a:hover{
		color: #4678C8;
		background-color: #D0E5F7;
	}
	.nav-list > li.vaccine.on > a,
	.nav-list > li.vaccine > a:hover{
		color: #649835;
		background-color: #E1EEC7;
	}
	.nav-list > li.activities.on > a,
	.nav-list > li.activities > a:hover{
		color: #F7931E;
		background-color: #FEF1BC;
	}
	.nav-list > li.reservation.on > a,
	.nav-list > li.reservation > a:hover{
		color: #F7931E;
		background-color: #FEE7C4;
	}
	.nav-list > li.home.on > a:after,
	.nav-list > li.home > a:hover:after{
		background-image: url("../images/common/nav-home_on.png");
	}
	.nav-list > li.about.on > a:after,
	.nav-list > li.about > a:hover:after{
		background-image: url("../images/common/nav-about_on.png");
	}
	.nav-list > li.treatment.on > a:after,
	.nav-list > li.treatment > a:hover:after{
		background-image: url("../images/common/nav-treatment_on.png");
	}
	.nav-list > li.vaccine.on > a:after,
	.nav-list > li.vaccine > a:hover:after{
		background-image: url("../images/common/nav-vaccine_on.png");
	}
	.nav-list > li.activities.on > a:after,
	.nav-list > li.activities > a:hover:after{
		background-image: url("../images/common/nav-activities_on.png");
	}
	.nav-list > li.reservation.on > a:after,
	.nav-list > li.reservation > a:hover:after{
		background-image: url("../images/common/nav-reservation_on.png");
	}
	.nav-list > li ul{
		display: none;
	}



/* FOOTER */

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

#footer .container-inner {
	padding: 35px 0 15px;
}

#footer a{
	color: #42210B;
}
	
	#footer:before{
		content: "";
		display: block;
		width: 100%;
		height: 20px;
		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: 25px;
}
#footer .f-secondary{
    margin-bottom: 35px;
}
	#footer .f-primary .f-names{
		float: left;
		width: 580px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	#footer .f-primary .f-banner{
		float: right;
		width: 240px;
	}
	#footer .f-primary .f-banner .banner{
		text-align: right;
	}
	#footer .f-secondary .f-address,
	#footer .f-secondary .f-access{
		display: inline-block;
		vertical-align: top;
	}
	#footer .f-secondary .f-address{
		margin-right: 50px;
	}
	#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;
	}



/* NAVIGATION */

#toggle {
	display: none;
}

.fixed {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: -40px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 9999;
}



/* TITLE */

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

#title .container-inner {
	padding:0;
	width: 100%;
	min-width: 1040px;
	max-width: 1280px;
}

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

	#title .title-box .inner-box{
		letter-spacing: -.4em;
	}
#title .title-box .title {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 30px;
	margin-bottom:0;
	color:#ffffff;
	font-size: 225%; /* 36px */
    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: 125%; /* 20px */
    font-family: 'RocknRoll One', sans-serif;
	line-height:1.5;
	letter-spacing: normal;
}


/* CONTENT */

	#content{
		padding-top: 10px;
	}
#content a{
    text-decoration:underline;
}

#content .container-inner {
}

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

#main{
	float: left;
	width: 710px;
}

#side{
	float: right;
	width: 200px;
}

.section {
	margin-bottom: 70px;
}

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

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

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

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

.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:-30px;
	padding-top:30px;
}


/* SNAV */


/* SUBNAV */
	.subnav-wrapper{
		background-color: #FFEBED;
	}
	.subnav-wrapper .inner-wrapper{
		padding: 20px 0;
	}
	.subnav-list{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-bottom: 0;
	}
	.subnav-list > li{
		display: flex;
		align-content: stretch;
		padding-right: 50px;
		box-sizing: border-box;
	}
	.subnav-list.type02 > li{
		padding-right: 150px;
	}
	.subnav-list > li:last-child{
		padding-right: 0;
	}
	.subnav-list > li a,
	.subnav-list > li .not{
		display: block;
		padding: 5px 0 10px;
		color: #42210B;
		font-size: 125%;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-weight: bold;
		line-height: 1.75;
		text-decoration: none;
		position: relative;
		box-sizing: border-box;
	}
	.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-list{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 0;
	}
	.innerlink-list.type02{
		flex-wrap: wrap;
	}
	.innerlink-list > li{
		display: flex;
		align-content: stretch;
		padding-right: 50px;
		box-sizing: border-box;
	}
	.innerlink-list.type02 > li{
		padding-right: 25px;
	}
	.innerlink-list.type02 > li:nth-child(4n){
		padding-right: 0;
	}
	.innerlink-list > li a,
	.innerlink-list > li .not{
		display: block;
		padding: 10px 0 10px 33px;
		color: #42210B;
		font-size: 112.5%;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		font-weight: bold;
		line-height: 1.75;
		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: 22px;
		height: 22px;
		background-color: #FF8276;
		background-image: url("../images/common/innerlink-icon.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 10px 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: #64AAE6;
	}
	body.activities .innerlink-list > li a:hover{
		color: #64AAE6;
	}
	body.reservation .innerlink-list > li a:hover{
		color: #64AAE6;
	}


}