@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	background-image: url(../images/visual_02.jpg);
}

/* ---------------------------------------------------------
	CSS Document address
--------------------------------------------------------- */

#address {
	margin: 40px 5vw 20px;
}

#address h2 {
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 5.5vw;
	line-height: 1;
}

#address dl {
	margin-bottom: 1.5em;
	font-size: 4vw;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

#address .logo {
	margin-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 18px;
	color: #b81c22;
}

#address .red {
	color: #b81c22;
}

#address .blue {
	color: #2d3796;
}

#address .icon {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: url(../images/icon_red.png) no-repeat left / 20px auto;
}

#address .logo.blue .icon {
	background-image: url(../images/icon_blue.png);
}

#address .phone {
	margin-bottom: 30px;
	letter-spacing: 0.05em;
	line-height: 1;
}

#address .tel {
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 5vw;
	color: #1e1e1e;
}

#address ol {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#address li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	border: solid 2px #b81c22;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 4vw;
	line-height: 3em;
}

#address li a {
	display: block;
	text-decoration: none;
	color: #1e1e1e;
}

#address .f_right {
	height: 54.00048309178744vw;
}

/* ---------------------------------------------------------
	CSS Document map_canvas
--------------------------------------------------------- */

#map {
	margin: 60px 5vw 0;
}

#map h3 {
	margin-bottom: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 5vw;
	color: #b81c22;
}

#map .red {
	color: #b81c22;
}

#map .blue {
	color: #2d3796;
}

#map h3 .icon {
	display: inline-block;
	vertical-align: top;
	width: 5vw;
	height: 5.5vw;
	margin-left: 5px;
	background: url(../images/icon_red.png) no-repeat left / 100% auto;
}

#map h3.blue .icon {
	background-image: url(../images/icon_blue.png);
}

#map iframe {
	vertical-align: top;
	width: 100%;
	height: 220px;
	overflow: hidden;
	border: 0;
}

#map .map_anchor {
	margin-bottom: 20px;
	text-align: right;
	font-size: 3vw;
}

#map .map_youtube {
	margin-bottom: 15vw;
	text-align: center;
	font-size: 4vw;
	line-height: 1.6;
}

#map .map_youtube iframe {
	vertical-align: top;
	width: 100%;
	height: 62vw;
	overflow: hidden;
	margin-top: 0.5em;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document train
--------------------------------------------------------- */

#train {
	margin: 40px 5vw 60px;
}

#train h2 {
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
}

#train dl {
	margin-bottom: 20px;
}

#train dl.nth4 {
	margin-bottom: 10px;
}

#train dt {
	height: 40px;
	margin-bottom: 2px;
	border: solid 2px #d3d4d4;
	background: #fff;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 36px;
}

#train dd span {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.3;
}

#train p.note {
	text-align: left;
	font-size: 13px;
	color: #777;
}

/* ---------------------------------------------------------
	CSS Document highway
--------------------------------------------------------- */

#highway {
	margin: 0 15px 40px;
}

#highway h2 {
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
}

#highway dl {
	margin-bottom: 20px;
}

#highway dt {
	height: 40px;
	margin-bottom: 2px;
	border: solid 2px #d3d4d4;
	background: #fff;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 36px;
}

#highway dd.end {
	display: none;
}

