@charset "utf-8";
a,img{max-width:100%;vertical-align:bottom}
.go,.min,a,body{color:#333}
body,dd,dl,figure,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0}
body,html{overflow-x:hidden}
body{max-height:100%;-webkit-text-size-adjust:100%}
img{height:auto}
a{display:inline-block;text-decoration:none}
.go,.min,body{font-size:15px;font-style:normal;font-weight:400}
.min{font-family:"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif}
.go,body{font-family:"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif}
ol,ul{list-style-type:none;padding:0}
.pa{margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px}
.df{display:flex;flex-wrap:wrap}
.jcsb{justify-content:space-between}
.aic{align-items:center}

.dif{display:inline-flex}
.jcsa{justify-content:space-around}
.jcfe{justify-content:flex-end}
.jcc{justify-content:center}
.aic{align-items:center}
.aife{align-items:flex-end}

.pcc{position:relative}

.pcc>.df{
	height:100%;
	position:absolute;
	top:0;
	width:100%;
}

.li,
.ul li{
	line-height:1.5em;
	padding-left:15px;
	position:relative;
}

.li::before,
.ul li::before{
	content:"・";
	left:0;
	position:absolute;
}

.mvp{
	position:relative;
}

.mv{
	position:absolute;
}

/**/

body{
	font-size:15px;
}

/**/

#hd-bk{
	border-bottom:5px solid #ff93a0;
	background:#fff;
	position:fixed;
	width:100%;
	z-index:4;
}

#hd-bx{
	max-width:960px;
	height:100px;
}

#hd-bx>nav{
	width:100%;
}

#hd-li>li{
	margin-left:30px;
}

#hd-li>li:nth-child(1){
	margin-right:auto;
	margin-left:0;
}

.mr{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:bold;
}

/**/

#ham-bx{
	background:#ff93a0;
	border-radius:5px;
	padding:10px 7px;
}

#ham{
	cursor:pointer;
	display:block;
	height:20px;
	width:30px;
	z-index:4;
	position:relative;
}

#ham>div{
	background:#fff;
	height:4px;
	margin:auto;
	position:absolute;
	-webkit-transition:1s;
	transition:1s;
	width:100%;
}

.close>.ham-1{
	bottom:100%;
	top:0;
}

.close>.ham-2{
	bottom:0;
	top:0;
}

.close>.ham-3{
	bottom:0;
	top:100%;
}

.open>.ham-1{
	bottom:0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

.open>.ham-2{
	opacity:0;
}

.open>.ham-3{
	top:0;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

#side-back{
	display:block;
	height:calc(100% - 95px);
	position:fixed;
	top:95px;
	transform:translateY(-100%);
	width:100%;
	z-index:3;
}

#side-back>div{
	height:100%;
	overflow:auto;
	position:absolute;
	transition:1s;
	width:100%;
}

.open#side-back>div{
	transform:translateY(100%);
}

/*

#side-box{
	display:table;
	height:100%;
	width:100%;
}

#side-box>div{
	display:table-cell;
}

*/

#side{
	background:#fff;
	overflow:hidden;
}

#side>ul{
	margin:30px auto;
	max-width:920px;
}

/**/

#side-1 li{
	width:32%;
}

#side-1 a{
	border:1px solid #ff93a0;
}

#side-1 img{
	box-sizing:border-box;
	padding:20px;
}

#side-1 div{
	background:#faf8f0;
	padding:18px;
}

#side-1 div::before{
	content:url(../img/head/ar.png);
	height:18px;
	margin-right:5px;
}

/**/

#side-2{
	display:table;
	border-collapse:collapse;
	table-layout:fixed;
	width:100%;
}

#side-2 li{
	display:table-cell;
	border:1px solid #ff93a0;
}

#side-2 a{
	display:block;
}

#side-2 div{
	background:#faf8f0;
	padding:25px 18px;
}

#side-2 div::before{
	content:url(../img/head/ar.png);
	height:18px;
	margin-right:5px;
}

/**/

#s-t,
#s-m{
	position:fixed;
	right:0;
	z-index:4;
}

#s-t{
	top:140px;
}

#s-m{
	top:340px;
}

/**/

#body{
	padding-top:95px;
}

#ttl>img{
	width:100%;
	max-width:none;
}

#ttl img{
	vertical-align:middle;
}

/**/

#fo-bk{
	background:#ff93a0;
}

#top{
	background:#eee;
	cursor:pointer;
	padding:20px 0;
}

#fo-bx{
	max-width:960px;
	padding-top:30px;
	padding-bottom:30px;
}

#fo-bx>div{
	width:18%
}

#fo-bx>nav{
	width:75%
}

#fo-li>li{
	margin:5px 0;
	width:25%;
}

#fo-li a{
	color:#fff;
	font-size:14px;
}

#fo-li a::before{
	content:url(../img/foot/ar.png);
	height:18px;
	margin-right:5px;
}

#fo-bk>small{
	color:#fff;
	text-align:center;
	display:block;
	padding:10px 0;
}

/**/

@media(min-width:960px){

	.hv{
		cursor:pointer;
	}

	.hv,
	a{
		transition:.5s;
	}

	.hv:hover,
	a:hover{
		opacity:.5;
	}

#hd-bx a:hover{
	color:#ff93a0;
}

}

/**/

@media(max-width:960px){

#hd-li{
	justify-content:space-between;
}

#hd-li>li:not(:last-child):not(:first-child){
	display:none;
}

#side a{
	font-size:12px;
	width:100%
}

#side-1 img{
	width:100%
}

#s-t,
#s-m{
	opacity:.7
}

/**/

#fo-bx>div,
#fo-bx>nav{
	width:100%
}

#fo-bx>nav{
	margin-top:10px;
}

#fo-li a{
	font-size:12px;
}

}

/**/

@media(max-width:600px){

#hd-bx{
	height:85px;
}

/**/

#side-back{
	top:65px;
	height:calc(100% - 65px);
}

/*#side>ul{
	margin:10px auto;
}*/

#side-1 li{
	width:100%
}

#side-1 li+li{
	margin-top:10px;
}

#side-2 li{
	display:block;
}

#side-2 li+li{
	margin-top:10px;
}

/**/

#s-t,
#s-m{
	width:40px;
}

#s-t{
	top:70px;
}

#s-m{
	top:205px;
}

/**/

#body{
	padding-top:90px;
	font-size:12px;
}

#ttl>img{
	width:200%;
	transform:translateX(-50%);
}

/**/

#fo-bx>div{
	text-align:center;
}

#fo-li>li{
	width:50%;
}

}
