@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "Yu Mincho";
	src: local("Yu Mincho Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Mincho";
	src: local("Yu Mincho Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Mincho";
	src: local("Yu Mincho Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Mincho";
	src: local("Yu Mincho Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Mincho";
	src: local("Yu Mincho Bold");
	font-weight: bold;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

*{margin: 0; padding: 0; list-style: none;}
a{text-decoration: none; color: #333;}
a img{
	transition: all  0.3s ease;
}
a img:hover{
	opacity: 0.8;
}
img{display: inline-block;}
article, section{
	display: block;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	box-sizing: border-box;
}
th{
	text-align:left;
	font-weight:normal;
}
th,td{
	padding: 15px 20px;
	border: 2px solid #fff;
}
tr:nth-child(odd){
	background: #f8f5f2;
}
tr:nth-child(even){
	background: #f0ebe6;
}
th a,td a{
	text-decoration: underline;
}

.btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
}
.btn a{
	display:inline-block;
	margin: 0 5px;
	margin-top: 10px;
	width: 252px;
	padding: 16px;
	border: solid 1px #23375a;
	border-radius: 2px;
	box-sizing: border-box;
	text-align: center;
	color: #23375a;
	transition: all  0.3s ease;
}
.btn a:hover{
	background: #23375a;
	color:#fff;
}

.vw880{display: none;}

body{
	font-size: 16px;
	line-height: 1.5;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", serif;
	/*Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	color: #333;
}
h1,h2,h3,h4,h5,h6,p,div,li,dt,dd {
	font-size:100%;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	color:#23375a;
}

#base{
	position: relative;
}
#hNav{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	padding:0;
	background: #fff;
	font-size: 5vw;
	text-align: center;
	z-index: 9999;
	overflow-y: auto;
	display: none;
}
#hNav #close{
	padding: 10vw;
	background:#1F2B62;
	color: #fff;
	cursor: pointer;
}
#hNav ol{
	padding: 5vw;
}
#hNav ol li{
	border-bottom: dotted 1px #ddd;
}
#hNav ol li:last-child{
	margin-bottom: 20vh;
}
#hNav ol li a{
	display: block;
	padding: 3vw;
}
header{
	width: 100%;
	padding: 0 4%;
	box-sizing: border-box;
	margin: 0 auto;
	transition: all  0.3s ease;
}
header:hover{
	background: rgba(255,255,255,0.8);
}

header h1{
	float: left;
	margin-top: 2.6vw;
	font-size: 0;
	line-height: normal;
}
header h1 img{
	width: 11.2vw;
	max-width: 171px;
	height: auto;
}
header ul{
	float: right;
	margin-top: 14px;
	font-size: 0;
}
header ul li{
	display: inline-block;
	margin-right: 15px;
}
header li img{
	width: 18px;
	height: auto;
}
header div{
	float: right;
}
header div img{
	width: 16px;
	height: auto;
}
header div a{
	color: #fff;
	display: block;
	background: #a40814;
	border: solid 1px #a40814;
	border-top: none;
	line-height: 47px;
	padding: 0 50px;
	box-sizing: border-box;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	transition: all  0.3s ease;
}
header div a:hover{
	background: #b53842;
}
header nav ol{
	clear: both;
	display: flex;
	justify-content: center;
	padding: 2.6vw 0;
}
header nav ol li{
	padding: 0 2%;
}
header nav ol li a{
	position: relative;
	display: inline-block;
}
header nav ol li a:before{
	position: absolute;
	top: 1.8em;
	left: 50%;
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	background: #333;
	transition: 0.2s;
}
header nav ol li a:hover:before{
	width: 100%;
	left: 0;
}

article{
	width: 100%;
	max-width: 1038px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
}

footer{
	width: 88%;
	margin: 0 auto;
	margin-top: 90px;
	padding: 63px 0 90px;
	background: url(/parts/common/img/footerDot.png) center top repeat-x;
}
footer h1{
	text-align: center;
}
footer h1 img{
	width: 5.7vw;
	min-width: 70px;
	height: auto;
}
footer ul{
	display:flex;
	justify-content: center;
	font-size: 0;
	margin: 20px 0 45px;
}
footer ul li{
	margin: 0 5px;
}
footer ul li img{
	width: 18px;
	height: auto;
}
footer ol{
	display: flex;
	justify-content: center;
	font-size: 13px;
	margin-top: 25px;
}
footer ol li{
	padding: 0 15px;
}
footer address{
	display: block;
	margin-top: 90px;
	font-size: 13px;
	text-align: center;
}

article#map{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 60px auto 90px auto;
}
article#map div{
	padding: 0 15px;
}
article#map div p{
	line-height: 2;
}

#bList{
	border-top:solid 1px #f6f6f6;
	}
#bList ul{
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1038px;
	padding: 15px 30px;
	box-sizing: border-box;
	margin: 0 auto;
}
#bList li{
	font-size: 12px;
	line-height: normal;
	margin: 0 0.5em;
	white-space: nowrap;
}
#bList li:last-child{
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100em;
}
#bList li:after{
	content: " > ";
	margin-left: 0.5em;
}
#bList li:last-child:after{
	content: "";
	margin-left: 0;
}

#pageTopImg img{
	width: 100%;
	height: auto;
}
.under{
	margin-top: 60px;
}
.under h2{
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
	background: url(/parts/common/img/ttl.png) center top no-repeat;
	background-size: 42px;
	padding-top: 25px;
}

@media screen and (max-width: 880px) {
	.vw880{display: block;}
	
	header{
		position: fixed !important;
		z-index: 999999;
		top:0;
		left: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 3vw;
	}
	header nav{
		order: 1;
	}
	header nav img{
		width: 7vw;
		height: auto;
	}
	header h1{
		order: 2;
		float: none;
		margin-top: 0;
	}
	header h1 img{
		width: 20vw;
		max-width: 100%;
	}
	header div{
		order: 3;
	}
	header div a{
		width: 7vw;
		height: 7vw;
		border-radius: 100%;
		padding: 0;
		line-height: normal;
		border-radius: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header div img{
		width: 3vw;
	}
	header div span{
		display: none;
	}
	header > ul{
		display: none;
	}
	header nav ol{
		display: none;
	}

	#bList{
		margin-top: 15vw;
	}

	#bList ul{
		width: 100%;
		padding: 5vw;
	}
	#bList li{
		font-size: 3vw;
	}

}

@media screen and (max-width: 750px) {
	body{
		font-size: 4vw;
	}

	.btn{
		margin-top: 2vw;
		padding: 0 4vw;
	}
	.btn a{
		font-size: 5vw;
		margin: 0;
		margin-top: 3vw;
		width: 100%;
		padding: 5vw 3vw;
		border-radius: 1vw;
	}

	header nav img{
		width: 12vw;
	}
	header h1 img{
		width: 35vw;
	}
	header div a{
		width: 12vw;
		height: 12vw;
	}
	header div img{
		width: 5vw;
	}

	article{
		width: 100%;
		max-width: 100%;
		padding: 0 3vw;
	}

	footer{
		width: 88%;
		margin: 0 auto;
		margin-top: 18vw;
		padding: 12vw 0 18vw;
	}
	footer h1 img{
		width: 20vw;
		min-width: 0;
	}
	footer ul{
		margin: 4vw 0 6vw;
	}
	footer ul li{
		margin: 0 1vw;
	}
	footer ul li img{
		width: 6vw;
	}
	footer ol{
		display: block;
		font-size: 3vw;
		margin-top: 8vw;
	}
	footer ol:nth-child(4){
		margin-top: 0;
	}
	footer ol li{
		padding: 3vw 0;
		text-align: center;
	}
	footer address{
		margin-top: 18vw;
		font-size: 3vw;
	}

	article#map{
		display: block;
		margin-top: 12vw;
		margin-bottom: 18vw;
	}
	article#map div{
		padding: 0;
	}
	article#map div iframe{
		width: 100%;
		height: 60vh;
	}
	article#map div p{
		margin-top: 3vw;
	}

	#bList{
		margin-top: 21vw;
	}

}