@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:16px;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}
.jcsb{justify-content:space-between}
.aic{align-items:center}

/**/

.jcc{
	justify-content:center;
}

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

.hosi::before,
.kome::before{
	left:0;
	position:absolute;
}

.kome::before{
	content:"※";
}

.hosi::before{
	content:"★";
}

.pcc{
	position:relative;
}

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

.zi{
	overflow:hidden;
}

.zi>img{
	transition:.5s;
}

/**/

body{
	background:#f2f2f2;
}

#ttl{
	margin:auto;
	max-width:1200px;
}

/**/

#he{
	background:#fff;
	padding:10px 0;
}

#he ul{
	max-width:1200px;
}

#he li{
	padding-left:40px;
	width:100%;
}

#he li:nth-child(1){
	margin-right:auto;
	max-width:143px;
	padding-left:0;
}

#he li:nth-child(2){
	max-width:149px;
}

#he li:nth-child(3){
	max-width:104px;
}

#he li:nth-child(4){
	max-width:60px;
}

#he li:nth-child(5){
	max-width:74px;
}

#he li:nth-child(6){
	max-width:32px;
}

#he li:nth-child(7){
	max-width:89px;
}

#he a{
	border-bottom:2px solid transparent;
	opacity:1;
}

#he-l a{
	border:0;
}

#he img{
	vertical-align:middle;
}

/**/

#ham,
#side-back{
	display:none;
}

/**/

#cont{
	background:#fff;
	border:1px solid #000;
	border-radius:10px;
	box-sizing:border-box;
	margin:50px auto;
	max-width:900px;
	padding:20px;
	position:relative;
	width:95%;
}

#cont::before{
	bottom:0;
	border-left:2px dashed #000;
	content:"";
	height:85%;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:0;
	width:0;
}

#cont>a{
	text-align:center;
	width:49%;
}

#top{
	bottom:0;
	cursor:pointer;
	position:fixed;
	right:5px;
	transition:.5s;
	transform:translateY(-5px);
	z-index:1;
}

#top.hide{
	transform:translateY(100%);
}

/**/

#fo-bk{
	background:#fff;
}

#fo{
	font-size:15px;
	max-width:1080px;
	padding:40px 10px;
}

#fo-tx{
	width:30%;
}

#fo-mp{
	width:40%;
}

#fo-nv{
	width:25%;
}

#fo b{
	display:block;
	margin-bottom:15px;
}

#fo address{
	font-style:normal;
}

#fo .kome{
	color:#f00;
	font-size:12px;
}

#ac{
	padding:0 100% 60% 0;
	position:relative;
}

#ac iframe{
	height:100%;
	position:absolute;
	width:100%;
}

#fo-nv{
	border-left:1px dashed #4d4d4d;
}

#fo-nv nav{
	padding-left:25px;
}

#fo-nv li+li{
	margin-top:5px;
}

#fo-bk img{
	vertical-align:middle;
}

/**/

#fo-bk hr{
	border:0;
	border-top:1px solid #000;
	margin:0;
}

#fo-bk small{
	display:block;
	padding:15px 0;
	text-align:center;
}

/**/

@media(min-width:960px){

a{
	transition:.5s;
}

a:hover{
	opacity:.5;
}

/**/

#he a:hover{
	border-bottom-color:#333;
}

	/**/

	.zi:hover>img{
		transform:scale(1.1);
	}

}

/**/

@media(max-width:960px){

#he li{
	padding-left:15px;
}

#he-l{
	width:100px !important;
}

#he li:nth-child(2){
	max-width:104px;
}

#he li:nth-child(3){
	max-width:72px;
}

#he li:nth-child(4){
	max-width:42px;
}

#he li:nth-child(5){
	max-width:51px;
}

#he li:nth-child(6){
	max-width:22px;
}

#he li:nth-child(7){
	max-width:62px;
}

}

/**/

@media(max-width:600px){

body{
	font-size:12px;
}

	#ham{
		cursor:pointer;
		display:block;
		height:20px;
		position:fixed;
		right:10px;
		top:11px;
		width:30px;
		z-index:3;
	}

	#ham>div{
		background:#3d5168;
		height:3px;
		margin:auto;
		position:absolute;
		-webkit-transition:.5s;
		transition:.5s;
		width:100%;
	}

	#ham>.ham-1{
		background:#a6090d;
	}

	#ham>.ham-2{
		background:#120966;
	}

	#ham>.ham-3{
		background:#bcab00;
	}

	.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:100%;
		position:fixed;
		top:0;
		transform:translateX(100%);
		width:100%;
		z-index:2;
	}

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

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

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

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

	#side{
		text-align:center;
	}

	#side li{
		margin:15px 0;
	}

	#side a{
		color:#333;
	}

/**/

#he li:not([id]){
	display:none;
}

/**/

#ttl h1 img{
	transform:scale(.6);
}

/**/

#cont{
	display:block;
	margin:10px auto;
}

#cont::before{
	display:none;
}

#cont>a{
	width:100%;
}

#cont>a+a{
	margin-top:10px;
}

#top{
	transform:translateY(100%) !important;
}

/**/

#fo{
	display:block;
	font-size:12px;
	padding:0 10px;
}

#fo>div{
	box-sizing:border-box;
	width:100%;
}

#fo-tx{
	padding:10px;
}

#fo-nv{
	border:0;
	padding:10px;
}

#fo-nv nav{
	padding-left:0;
}

#fo-nv ul{
	display:flex;
	flex-wrap:wrap;
}

#fo-nv li:nth-child(1){
	width:100%;
}

#fo-nv li+li{
	width:50%;
}

#fo b{
	margin-bottom:5px;
	margin-left:-10px;
}

#fo b img{
	transform-origin:left;
	transform:scale(.8);
}

#fo-bk small{
	padding:5px 0;
}

}