@charset "utf-8";

* {
	outline: 0;
}

.is-location a {
	outline: none;
}

.l-slider-item:focus {
	outline: none;
}

.is-location .u-content {
	padding: 10px;
}

.is-location .l-kv {
	height: 250px;
	background: #fff;
}

.l-subtitle {
	width: 100%;
	background-color: rgba(5, 15, 30, 0.85);
}

.l-subtitle .section-title {
	margin: 30px auto;
	border-color: #fff;
	color: #fff;
}

.btn_tab {
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 40px;
}

.btn_tab li {
	display: inline-block;
	width: 50%;
	text-align: center;
	font-size: 15px;
}

.btn_tab li a {
	text-decoration: none;
	display: block;
	padding: 25px 0;
	position: relative;
	color: #6d6d6d;
	border: 1px solid #6d6d6d;
	background: #eeeeee;
}

.btn_tab li a:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 9px;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	background-repeat: no-repeat;
	right: 50%;
	top: 75%;
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
	background-image: url(../../img/global/arrow_B.png);
}

.btn_tab li a:hover {
	opacity: 1;
	color: #fff;
	background: #0e2141;
}

.btn_tab li a:hover:after {
	background-image: url(../../img/global/arrow_W.png);
}

/*-----アクティブ-----*/

.btn_tab li.active a {
	color: #fff;
	background: #0e2141;
}

.btn_tab li.active a:after {
	background-image: url(../../img/global/arrow_W.png);
}

.u-container p.name {
	font-size: 36px;
	text-align: center;
	margin: 40px auto 10px;
	color: #0e2141;
	line-height: 2.2em;
}



.slick-next,
.slick-prev {
	top: 9%;
}

.slick-next:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 25px;
	background-image: url(../../img/global/arrow_2.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	background-repeat: no-repeat;
	right: 4px;
	bottom: -178px;
	background-color: transparent;
	left: auto;
}

.slick-prev:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 25px;
	background-image: url(../../img/global/arrow_2.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	background-repeat: no-repeat;
	right: 0;
	bottom: -178px;
	background-color: transparent;
	left: auto;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.slick-dots li button:before {
	color: #0e2141;
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	color: #d2d2d2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dotted.slick-slider {
	margin: 0;
}

.u-inner.l-location-list {
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: transparent;
}


.slick-dots {
	bottom: -15px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

/*----------------------------------------------------
5. layout[/location/]
----------------------------------------------------*/

.location_spot {
	overflow: hidden;
	display: block;
	vertical-align: top;
}

.location_spot .spot_list {
	display: block;
	vertical-align: top;
	letter-spacing: -5px;
	margin: 0px -30px 0px 0;
}


.location_spot .spot_list li {
	width: 50%;
	overflow: hidden;
	padding: 0 30px 0 0;
	letter-spacing: 0.7px;
	display: inline-block;
}

.location_spot .spot_list li dl {
	padding: 15px 0 25px 0;
	border-bottom: 1px solid #eeeeee;
}


.location_spot .spot_list li dt {
	float: left;
	clear: left;
	text-align: left;
}

.location_spot .spot_list li dd {
	float: right;
	text-align: right;
}

.location_text {
	margin-left: 30px;
	margin-top: 30px;
}

.headline {
	background: #d5c8a0;
	padding: 5px 0;
}

.colom_container {
	display: block;
	letter-spacing: -.5rem;
	margin: 0 -20px 0 0;
}

.colom_item {
	display: inline-block;
	letter-spacing: 0.8px;
}

.is-3line .colom_item {

	width: 33.3%;
	padding: 0 20px 20px 0;

}


.is-4line .colom_item {

	width: 25%;
	padding: 0 20px 20px 0;

}

.is-5line .colom_item {

	width: 20%;
	padding: 0 20px 15px 0;

}

.is-5line {
	margin-bottom: 40px;
}

.colom_item .l-note {
	text-align: right;
	font-size: 1.2rem;
	color: #595757;
	padding-top: 10px;
	line-height: 1.1;
}


.colom_container .is-1line {
	width: 100%;
}

.is-label {
	font-weight: bold;
	margin: 0 0 20px 0;
	letter-spacing: 0.7px;
	text-align: left;
}

.is-label p {
	padding: 10px 0 10px 20px;
	background: #d5c8a0;
}

.l-list_item li {
	margin-bottom: 15px;
}

.l-section-location {
	padding: 50px 0 0 0;
}

.slick-dots {
	position: relative;

}

.slick-next:before,
.slick-prev:before {
	color: #000;
}


.slick-next:before,
.slick-prev:before {
	display: none;
}

.slick_tab_list {
	display: block;
	letter-spacing: -.5rem;
	border: 1px solid #d2d2d2;
	border-bottom: 2px solid #0e2140;
	background: #eeeeee;
	margin: 20px 0px 30px 0;
}

.slick_tab_list li {
	position: relative;
}

.slick_tab_list li:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 9px;
	background-image: url(../../img/global/arrow_B.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	background-repeat: no-repeat;
	right: 50%;
	top: 70%;
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
}

.slick_tab_list li:hover:after {
	content: '';
	background-image: url(../../img/global/arrow_W.png);

}

.slick_tab {
	display: table-cell;
	width: 11%;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.8px;
	background: #eeeeee;
	padding: 20px 0;
	position: relative;
	color: #6d6d6d;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.slick_tab:before {
	content: '';
	width: 1px;
	height: 25px;
	background: #d2d2d2;
	display: inline-block;
	position: absolute;
	bottom: 20%;
	left: 0;
}

.slick_tab:nth-child(8) {
	/*padding: 20px 10px;*/
	font-size: 1.05rem;
}

.slick_tab:first-child:before {
	content: none;
}

.tab_content {}

.slick-5-nav .slick-current {
	color: #fff;
	background: #0e2141;
	position: relative;
}

.slick-5-nav .slick-current:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 9px;
	background-image: url(../../img/global/arrow_W.png);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	background-repeat: no-repeat;
	right: 50%;
	top: 70%;
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotate(90deg);
	transform: rotateZ(90deg);
}


.slick_tab {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.slick_tab:hover {
	color: #fff;
	background: #0e2141;

}

.slick-5-nav .slick-current .tab {
	background-color: #f15a24;
	border: 1px solid #f15a24;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.slick-dots:before {
	background-color: #ccc;
}

.slick_tab {
	display: table-cell !important;
	width: 2.82% !important;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.8px;
	background: #eeeeee;
	padding: 24px 0 20px 0;
	position: relative;
	color: #6d6d6d;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: -webkit-sticky !important;
	position: sticky !important;
	opacity: 1 !important;
	min-height: 60px;
	vertical-align: middle;
	left: 0 !important;

}

.slick_tab_list li:last-child {
	padding: 22px 16px;
	width: 2.59% !important;
}

.l-subtitle {}

.l-subtitle .u-inner {
	background: transparent;
	padding: 0 40px;
	margin: 0 auto;
}


.l-content {
	height: auto;
}

.l-headline {
	width: 100%;
	min-height: auto;
	margin: 0 0 100px;
	padding: 15% 0 0;
	background: url(../../img/location/main-01.jpg) no-repeat center top / 100% auto;
	position: relative;
	top: 100px;
	left: 0;
	z-index: 10;
	overflow-x: hidden
}


.l-headline:before,
.l-headline:after {
	font-size: 1.3rem;
	position: absolute;
	top: calc(100% + 15px);
}


.l-headline .u-inner {
	width: 1400px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.l-content-title .e-sub,
.l-content-title .e-main {
	color: #000;
	text-shadow:
		0px 0px 5px #fff,
		0px 0px 10px #fff,
		0px 0px 15px #fff,
		0px 0px 5px #fff,
		0px 0px 10px #fff;
}

.l-content-title .e-sub:after {
	background: rgba(0, 0, 0, .5);
}

.l-headline-title {
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.75;
	text-align: center;
	letter-spacing: 0;
	text-shadow: 0 0 50px #fff, 0 0 40px #fff, 0 0 30px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 20px #fff;
	padding: 180px 0 0;
}

.l-video-corner {
	padding: 80px 0;
	background: url("../../img/location/video-01.jpg") no-repeat center / cover;
}

.l-video-corner .e-title {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 60px;
	text-align: center;
	letter-spacing: .1em;
	text-shadow: 0 0 40px #000;
}

.l-video-corner .e-description {
	font-size: 1.6rem;
	text-align: center;
	width: 30em;
	margin: 0 auto 30px;
	padding: 10px 20px;
	display: block;
	background: #fff;
}

.video-inner {
	padding: 56.25% 0 0;
	background: #000;
	position: relative;
	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .5);
}

.video-inner video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.l-location-list__main-map {
	text-align: center;
	margin: 0 0 60px;
	/*	padding: 120px 0 280px;
	background: #f6f5f4;*/
}

.l-location-list__main-map .e-img {
	/*	max-width: 1000px;
	-webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .25);*/
}


.l-location-list__items {
	margin: 0 -10px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-location-list__item {
	text-align: center;
	width: calc(100% / 3);
	padding: 0 10px 20px;
}

@media all and (-ms-high-contrast:none) {
	.l-location-list__item {
		width: calc(100% / 3.01);
	}
}

.l-location-list__item .e-img {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.l-location-list__item .e-caption {
	letter-spacing: -.075em;
	padding: 10px 0 0;
}

.l-location-list__item .e-caption small {
	letter-spacing: 0;
	margin: 7px 0 0;
	display: block;
}

.l-location-list__item .e-caption small:before {
	content: '（';
}

.l-location-list__item .e-caption small:after {
	content: '）';
}

.l-location-list__inner .e-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .15em;
	margin: 0 0 20px;
	padding: 15px 20px 7.5px;
	background: #f1f1f1;
	border-bottom: 2px solid #ddd;
}

.is-main-large {
/*margin: -160px 0 0;*/
	padding: 0 5% 30px;
}

.is-main-large .l-location-list__item {
	width: calc(100% / 3);
}




.l-detail-corner {
	/*	padding: 120px 0 60px;*/
}

.l-detail__1,
.l-detail__2,
.l-detail__3 {
	/*	min-height: 235px;*/
	margin-bottom: 60px;
	position: relative;
}

.l-detail__1 .e-title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	text-align: center;
}

.l-detail__1 .e-caption {
	margin-top: 10px;
	font-size: 1.1rem;
	text-align: right;
	display: block;
	/*	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);*/
}

.l-detail__2 .e-title,
.l-detail__3 .e-title {
	color: #004121;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 20px;
	padding: 0 50% 0 0;
}

.l-detail__2 .e-text,
.l-detail__3 .e-text {
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 0 50% 0 0;
}

.l-detail__2 .e-image,
.l-detail__3 .e-image {
	padding: 0 0 0 60px;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

.l-detail__2 .e-img,
.l-detail__3 .e-img {
	width: 100%;
	max-width: none;
}



.g-container {
	/*	padding: 0;*/
}

.l-content {
	height: auto;
	padding: 0;
}

.l-headline {
	width: 100%;
	min-height: auto;
	margin: 0 0 180px;
	padding: 0 0 0 0px;
	background: #f7f7ef;
	position: relative;
	top: 100px;
	left: 0;
	z-index: 10;
}

.l-headline .u-inner {
	width: 100%;
}

.l-content-title .e-sub,
.l-content-title .e-main {
	text-shadow: 0px 0px 4px #fff;
}

.l-content-title .e-sub:after {
	background: rgba(0, 0, 0, .5);
}

.l-headline-title {
	font-weight: 600;
	text-align: center;
	text-shadow: 0 0 50px #fff, 0 0 40px #fff, 0 0 30px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 20px #fff;
	/* padding: 200px 0 0; */
	padding: 0;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.1px;
}


.l-headline-text {
	letter-spacing: 2.2px;
	line-height: 2;
}

.c-kv-main {
	max-width: 1400px;
	margin: 0 auto;
}

.c-kv-main-inner {
	width: 100%;
	padding: 40px 0;
	display: table;
}

.c-kv-main-title {
	text-align: right;
	vertical-align: middle;
	padding: 0 0 0 80px;
	display: table-cell;
}

.c-kv-main-image {
	vertical-align: middle;
	padding: 0 80px 0 0;
	display: table-cell;
}

.c-plan-detail {
	margin: 0 0 100px;
}

.c-plan-detail:last-of-type {
	margin: 0;
}

.c-plan-detail.is-bg-gray {
	padding: 100px 0;
	background: #f7f6ef;
}

.c-plan-detail-col-1 {
	width: 100%;
	margin: 0 0 60px;
	display: table;
}


.c-plan-detail-col-1 .e-title-main {
	width: 360px;
	display: table-cell;
}

.c-plan-detail-col-1 .e-title-main .e-title {
	text-align: center;
	margin: 0 0 20px;
	padding: 60px 0;
	background: #97805e;
}

.c-plan-detail-col-1 .e-image {
	text-align: right;
	padding: 0 150px 0 0;
	display: table-cell;
}




/* 下段 */
.c-plan-detail-col-2 {
	color: #5e5e5e;
	padding: 50px;
	background: #f7f7ef;
}

.is-bg-gray .c-plan-detail-col-2 {
	background: #fff;
}

.c-plan-detail-col-2 .e-title {
	color: #96815e;
	font-size: 4rem;
	text-align: center;
	letter-spacing: .05em;
	margin: 0 0 30px;
}

.c-plan-detail-col-2 .e-wrap {
	width: 100%;
	display: table;
}

.c-plan-detail-col-2 .e-wrap .e-image {
	text-align: right;
	width: 37%;
	padding: 0 40px 0 0;
	display: table-cell;
}

.c-plan-detail-col-2 .e-wrap .e-image img {
	border: 15px solid #fff;
}

.c-plan-detail-col-2 .e-wrap .e-description {
	width: 63%;
	display: table-cell;
}

.e-description-inner {
	display: table;
	margin: 0 0 10px;
}

.e-description-inner div {
	padding: 0 30px 0 0;
	display: table-cell;
}

.e-description-inner div p {
	font-size: 1.8rem;
}

.e-description-inner div p:before {
	content: '';
	width: .85em;
	height: .85em;
	margin: 0 .15em 0 0;
	display: inline-block;
	background: #5e5e5e;
}

.e-description-inner div p:nth-of-type(2):before {
	display: none;
}

.e-description-inner div p span {
	color: #96815e;
	font-size: 6rem;
	line-height: 1;
	vertical-align: -.025em;
}

.e-point-item {
	color: #5e5e5e;
	font-size: 1.7rem;
	line-height: 1.5;
	margin: 0 0 5px;
	padding: 0 0 0 1.25em;
	position: relative;
}

.e-point-item:nth-of-type(1) {
	margin: 0 0 20px;
}

.e-point-item:before {
	content: '';
	width: .85em;
	height: .85em;
	background: #5e5e5e;
	display: inline-block;
	position: absolute;
	top: .25em;
	left: 0;
}
