@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}
.jcsa{justify-content:space-around}
.jcfe{justify-content:flex-end}
.jcc{justify-content:center}
.aic{align-items:center}

/**/

body{
	background:#fbfaec;
}

.pcc{
	position:relative;
}

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

.ten{
	line-height:1.5em;
}

.ten li{
	padding-left:15px;
	position:relative;
}

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

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

.kome::before{
	content:"※";
	left:0;
	position:absolute;
}

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

.hosi::before{
	left:0;
	position:absolute;
	content:"★";
}

.nl{
	line-height:1.5em;
}

.nl li{
	counter-increment:num;
	padding-left:15px;
	position:relative;
}

.nl li::before{
	content:counter(num)".";
	left:0;
	position:absolute;
}

/**/

[data-trans-box]{
	position:relative;
}

[data-trans-box]>*:not([data-trans]){
	left:0;
	position:absolute;
	top:0;
	visibility:hidden;
}

[data-trans]{
	-webkit-transition:.5s;
	transition:.5s;
}

/**/

.op-1{
	opacity:0;
}

.op-2{
	opacity:1;
}

/**/

#he{
	max-width:1160px;
	padding-top:10px;
}

#he-nv{
	margin:auto;
	margin-top:-30px;
	max-width:1080px;
	position:relative;
}

#he-nv li{
	padding:0 3px;
	width:100%;
}

#he-nv li:not(:first-child){
	padding-top:30px;
}

#he-nv li:nth-child(1){
	max-width:150px;
}

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

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

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

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

#he-nv li:nth-child(10){
	max-width:105px;
}

#he-nv li:nth-child(12){
	max-width:106px;
}

#he-nv li:empty{
	max-width:19px;
}

#he-nv li:empty::before{
	content:url(../img/header/sl.png);
}

/**/

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

/**/

#cont{
	background:#ffc078;
	border-radius:10px;
	box-sizing:border-box;
	margin:50px auto;
	max-width:860px;
	padding:20px;
	position:relative;
	width:95%;
}

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

#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{
	background:#fff;
	text-align:center;
}

#fo-nv{
	margin:auto;
	max-width:660px;
	padding:10px 0;
}

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

#fo small{
	display:block;
	font-size:11px;
	padding-bottom:10px;
}

/**/

#ac-bk{
	background:#ff9c2a;
}

#ac{
	margin:auto;
	max-width:1100px;
	padding:40px 0;
}

#ac h2{
	margin-bottom:40px;
	text-align:center;
}

#mp-1{
	width:50%;
}

#mp-2{
	color:#fff;
	font-size:15px;
	width:45%;
}

#gm{
	padding:0 100% 65% 0;
	position:relative;
}

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

#mp .kome{
	margin-bottom:20px;
}

#mp-2 address{
	font-style:normal;
}

#mp-2 a{
	color:#fff;
}

/**/

@media(min-width:960px){

a{
	transition:.5s;
}

a:hover{
	opacity:.5;
}

}

/**/

@media(max-width:960px){

#he-nv li:nth-child(1){
	max-width:90px;
}

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

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

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

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

#he-nv li:nth-child(10){
	max-width:73px;
}

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

#he-nv li:empty{
	max-width:13px;
}

}

/**/

@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%;
	}

	.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{
	position:relative;
}

#he-nv{
	left:10px;
	margin:0;
	position:absolute;
	top:10px;
}

#he-nv li:nth-child(1){
	max-width:50px;
	padding:0;
}

#he-nv li:not(:first-child){
	display:none;
}

/**/

#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;
}

/**/

#ac{
	padding:10px 0;
}

#ac h2{
	margin-bottom:10px;
}

#ac h2 img{
	transform-origin:center;
	transform:scale(.7);
	vertical-align:middle;
}

#mp{
	display:block;
}

#mp>div{
	width:100%;
}

#mp-2{
	font-size:13px;
	margin-top:10px;
}

/**/

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

#fo-nv li{
	width:33.33%;
}

}
