.location .main-visual {
	background: url(../images/location/image-mainvisual.jpg) no-repeat center center;
	background-size: cover;
	height: auto;
	line-height: 1;
	margin: 100px 0 0;
	padding-top: 46.9%;
	position: relative;
	width: 100%
}

@media screen and (max-width: 736px) {
	.location .main-visual {
		background: url(../images/location/image-mainvisual-sp.jpg) no-repeat center center;
		background-size: cover;
		padding-top: 58.4%;
		margin: 60px 0 0;
	}
}

.location .main-visual .logo {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 88.2%
}

.location .main-visual .logo img {
	height: auto;
	width: 100%;
}

.location .chapter-page {
	margin: 0;
	padding: 65px 0;
}

@media screen and (max-width: 736px) {
	.location .chapter-page {
		background: #263d71;
		padding: 35px 0;
	}
}


.main.location {
	background-color: #000;
}

.location-concept {
	background-color: #000;
}

.location-concept .content {
	padding: 130px 0 135px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.location-concept .content {
		padding: 70px 0;
	}
}

.location-concept .content .title {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 27px;
	letter-spacing: 0.3em;
	margin-bottom: 85px;
	text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.8);
	text-indent: 0.3em;
}

@media screen and (max-width: 736px) {
	.location-concept .content .title {
		font-size: 18px;
		letter-spacing: 0.1em;
		margin-bottom: 40px;
		text-shadow: none;
		text-indent: 0.1em;
	}
}

.location-concept .content .text {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 16px;
	line-height: 2.8;
	letter-spacing: 0.07em;
	text-indent: 0.07em;
}

@media screen and (max-width: 736px) {
	.location-concept .content .text {
		font-size: 14px;
		line-height: 2;
		padding: 0 20px;
	}
}

.location-concept > img {
	height: auto;
	width: 100%;
}



.location-area {
	background-color: #000;
	padding: 330px 0 115px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.location-area {
		padding: 165px 0 65px;
	}
}

.location-area::after {
	background-color: #fff;
	content: '';
	height: 80px;
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1px;
}

@media screen and (max-width: 736px) {
	.location-area::after {
		top: 70px;
		height: 40px;
	}
}

.location-area .headding {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 18px;
	letter-spacing: 0.4em;
	margin-bottom: 105px;
	text-align: center;
	text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.8);
	text-indent: 0.4em;
}

@media screen and (max-width: 736px) {
	.location-area .headding {
		font-size: 14px;
		margin-bottom: 70px;
	}
}

.location-area .wrap .list {
	margin-bottom: 100px;
}

@media screen and (max-width: 736px) {
	.location-area .wrap .list {
		margin-bottom: 70px;
	}
}

.location-area .wrap .list:last-child {
	margin-bottom: 0;
}

.location-area .wrap .list .title {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 22px;
	letter-spacing: 0.4em;
	margin-bottom: 35px;
	text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 736px) {
	.location-area .wrap .list .title {
		font-size: 20px;
		letter-spacing: 0.2em;
		margin-bottom: 30px;
		text-align: center;
		text-indent: 0.2em
	}
}

.location-area .wrap .list .title span {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.07em;
	text-shadow: none;
}

@media screen and (max-width: 736px) {
	.location-area .wrap .list .title span {
		font-size: 14px;
		line-height: 2;
		margin-top: 20px;
		text-align: justify;
		text-indent: 0;
	}
}

.location-area .wrap .list .inner {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 736px) {
	.location-area .wrap .list .inner {
		flex-wrap: wrap;
	}
}

.location-area .wrap .list .inner .item {
	width: 22%
}

@media screen and (max-width: 736px) {
	.location-area .wrap .list .inner .item {
		margin-bottom: 20px;
		width: 45.7%;
	}

	.location-area .wrap .list .inner .item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

.location-area .wrap .list .inner .item > p {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 12px;
	letter-spacing: 0.08em;
	margin-top: 5px;
}

@media screen and (max-width: 736px) {
	.location-area .wrap .list .inner .item > p {
		font-size: 10px;
		letter-spacing: 0;
	}
}

.location-area .wrap .list .inner .item img {
	height: auto;
	width: 100%
}



.location-map {
	background-color: #000;
	padding: 155px 0 70px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.location-map {
		padding: 95px 0 10px;
	}
}

.location-map::after {
	background-color: #fff;
	content: '';
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1px;
}

@media screen and (max-width: 736px) {
	.location-map::after {
		height: 40px;
	}
}

.location-map > .headding {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 18px;
	letter-spacing: 0.4em;
	margin-bottom: 85px;
	text-align: center;
	text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.8);
	text-indent: 0.4em;
}

@media screen and (max-width: 736px) {
	.location-map > .headding {
		font-size: 14px;
		margin-bottom: 65px;
	}
}

.location-map .map-wrap {
	background-color: #fff;
	margin-bottom: 105px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.location-map .map-wrap {
		margin-bottom: 70px;
	}
}

.location-map .map-wrap img {
	height: auto;
	margin: 0 auto;
	width: 1000px
}

@media screen and (max-width: 736px) {
	.location-map .map-wrap img {
		padding: 0 20px;
		width: 100%;
	}
}

.location-map .detail-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 55px;
	padding: 0;
	width: 1000px
}

@media screen and (max-width: 1200px) {
	.location-map .detail-wrap {
		width: 90%;
	}
}

@media screen and (max-width: 736px) {
	.location-map .detail-wrap {
		flex-direction: column;
	}
}

.location-map .detail-wrap .list {
	width: 485px;
}

@media screen and (max-width: 1200px) {
	.location-map .detail-wrap .list {
		width: 49%
	}
}

@media screen and (max-width: 736px) {
	.location-map .detail-wrap .list {
		margin-bottom: 55px;
		width: 100%;
	}

	.location-map .detail-wrap .list:last-child {
		margin-bottom: 0;
	}
}

.location-map .detail-wrap .list .headding {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 18px;
	letter-spacing: 0.08em;
	margin-bottom: 15px
}

@media screen and (max-width: 736px) {
	.location-map .detail-wrap .list .headding {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.location-map .detail-wrap .list .child .item {
	margin-bottom: 30px
}

@media screen and (max-width: 736px) {
	.location-map .detail-wrap .list .child .item {
		margin-bottom: 55px;
	}
}

.location-map .detail-wrap .list .child .item:last-child {
	margin-bottom: 0
}

.location-map .detail-wrap .list .child .item .title {
	color: #fff;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 14px;
	letter-spacing: 0.08em;
	margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
	.location-map .detail-wrap .list .child .item .title {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.location-map .detail-wrap .list .child .item dl {
	display: flex;
	margin-bottom: 8px;
}

@media screen and (max-width: 736px) {
	.location-map .detail-wrap .list .child .item dl {
		flex-direction: column;
		margin-bottom: 20px;
	}
}

.location-map .detail-wrap .list .child .item dl:last-child {
	margin-bottom: 0;
}

.location-map .detail-wrap .list .child .item dt {
	position: relative;
	width: calc(100% - 245px);
}

@media screen and (max-width: 1200px) {
	.location-map .detail-wrap .list .child .item dt {
		width: calc(100% - 175px);
	}
}

@media screen and (max-width: 736px) {
	.location-map .detail-wrap .list .child .item dt {
		margin-bottom: 10px;
		width: 100%;
	}
}

.location-map .detail-wrap .list .child .item dt::after {
	border-top: 1px dotted #fff;
	content: '';
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 97%;
	z-index: 0;
}

@media screen and (max-width: 736px) {
	.location-map .detail-wrap .list .child .item dt::after {
		content: none;
	}
}

.location-map .detail-wrap .list .child .item dt p {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 14px;
	letter-spacing: 0.08em;
	padding-right: 3px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 1200px) {
	.location-map .detail-wrap .list .child .item dt p {
		font-size: 12px;
	}
}

@media screen and (max-width: 736px) {
	.location-map .detail-wrap .list .child .item dt p {
		padding-right: 0;
		font-size: 14px;
	}
}

.location-map .detail-wrap .list .child .item dd {
	color: #fff;
	display: inline-block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 14px;
	letter-spacing: 0.08em;
	width: 245px;
	white-space: nowrap;
}

@media screen and (max-width: 1200px) {
	.location-map .detail-wrap .list .child .item dd {
		font-size: 12px;
	}
}

@media screen and (max-width: 736px) {
	.location-map .detail-wrap .list .child .item dd {
		font-size: 13px;
		width: 100%;
	}
}

.location-map .detail-wrap .list .child .item dd .num {
	display: inline-block;
	min-width: 43px;
	text-align: right;
}

@media screen and (max-width: 1200px) {
	.location-map .detail-wrap .list .child .item dd .num {
		min-width: 38px;
	}
}

.location-map .detail-wrap .list .child .item dd .toho {
	display: inline-block;
	min-width: 19px;
	text-align: right;
}

@media screen and (max-width: 1200px) {
	.location-map .detail-wrap .list .child .item dd .toho {
		min-width: 14px;
	}
}

.location-map .info {
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}