@charset "UTF-8";

.section__wrap {
	max-width: 1220px;
	margin: 0 auto;
	width: calc(100% - 30px);
}

.yt {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh
}

.yt img {
	width: 100%;
}

.yt::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.yt video {
	width: 100%;
}

.yt iframe {
	width: 100%;
	height: 140%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}



.w-full {
	overflow: hidden;
	position: relative
}

.w-full img {
	width: 100%;
}

.w-full .caption{position: absolute; bottom:5px; left:5px; color: white;
}
.map__img {
	overflow: hidden;
	width: fit-content;
	margin: 0 auto;
	padding: 0 0 10px;
}

@media screen and (max-width: 767px) {
	.map__img {
		padding-bottom: 20px;
	}

	.yt {
		height: 30vh;
	}

}

/* Intro */
.intro {
	padding: 90px 0 0;
	margin-bottom: 100px;
	text-align: center;
}

.intro .container {
	max-width: 1260px;
}

.intro .map__img {
	margin-top: 40px;
}

.intro .map__img .photo__capIn {
	right: 70px;
	bottom: 0;
	color: #000;
}

@media screen and (max-width: 767px) {
	.intro {
		margin: 0 0 70px;
		padding: 13vw 0 0;
	}

	.intro .container p {
/*		text-align: left;*/
	}

	.intro .map__img {
		width: calc(100% + 30px);
		margin-left: -15px;
		padding-top: 50px;
	}

	.intro .map__img .photo__capIn {
		position: static;
		text-align: right;
		padding-right: 5px;
	}

	.intro .map__img::before {
		left: 10px;
		right: auto;
	}
}

.mr40 {
	margin-right: -40px;
}

.text__rel {
	position: relative;
}

.text__abs {
	position: absolute;
	writing-mode: vertical-lr;
	font-size: 28px;
	line-height: 2;
	top: 0;
	left: -40px;
	font-family: 'Libre Caslon Display', serif;
}

.text__abs__right {
	left: unset;
	right: -40px;
}

@media screen and (max-width: 767px) {
	.mr40 {
		margin-right: 0px;
	}

	.text__abs {
		font-size: 5vw;
		left: -8vw;		
	}

	.text__abs__right {
		left: unset;
		right: -8vw;
	}
}

/* location__nav */
.txt-en {
	font-family: "Cormorant Garamond", serif;
}

.location__nav {
	padding-top: 60px;
	max-width: 1408px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}

.location__nav li {
	width: calc((100% - 20px)/3);
	cursor: pointer;
	background: #bcbcbc;
	transition: all 0.4s;
	padding: 10px 0 20px;
}

.location__nav li.active {
	background: #94adab;
	color: #fff;
	pointer-events: none;
}

.location__nav li:hover {
	background: #94adab;
	color: #fff;
}

.location__nav li span {
	display: block;
	text-align: center;
}

.location__nav .txt-jp {
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.15em;
	color: #fff;
}

.location__nav .txt-en {
	font-size: 13px;
	line-height: 1;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.location__nav {
		padding:45px 10px 10px;
		margin-bottom: 15px;
	}

	.location__nav .txt-jp {
		font-size: 4vw;
	}

	.location__nav .txt-en {
		font-size: 2.5vw;
	}

	.location__nav li {
		width: calc((100% - 5px)/3);
	}
}

/* location__tab */
.location__tab {
/*	display: none;*/
	background: #94adab;
	color: #fff;
	padding-bottom: 110px;
}

.location__tab .titJpEn {
	margin-bottom: 110px;
}

.location__tab .titJpEn .en {
	color: #fff;
}

.location__tab .titJpEn .jp {
	color: #fff;
}

.location__tab .location__wrap {
	padding: 60px 0 0px;
}

.location__tab .location__wrap .location__inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 80px auto 0;
	align-items: center;
}

.location__tab .location__wrap .location__inner .location__img {
	width: 46.5%;
	position: relative;
}

.location__tab .location__wrap .location__inner .location__txt {
	width: 53.5%;
}

.location__tab .location__wrap .location__inner .location__img figure:nth-of-type(1) {
	width: 100%;
}

.location__tab .location__wrap .location__inner .location__img figure:nth-of-type(2),
.location__tab .location__wrap .location__inner .location__img figure:nth-of-type(3) {
	width: 49.462365%;
	margin-top: 5px;
}

.location__tab .location__wrap .location__inner .location__img .cap2 {
	left: auto !important;
	right: 5px !important;
}

.location__tab .location__wrap .location__inner .location__txt .tit23 {
	margin-bottom: 20px;
}

.location__tab .terminal .text__abs__right {
	top: 30px;
}

@media screen and (max-width: 767px) {

	.location__tab {
		padding-bottom: 20vw;
	}	

	.location__tab .section__wrap {
		width: calc(100% - 80px);
	}

	.location__tab .titJpEn {
		margin-bottom: 0;
	}
	
	.location__tab .location__wrap {
		padding-top: 10vw;
	}

	.location__tab .location__wrap .location__inner {
		margin: 40px auto 0;
	}

	.location__tab .location__wrap .location__inner .location__img {
		width: 100%;
		margin-bottom: 20px;
	}

	.location__tab .location__wrap .location__inner .location__txt {
		width: 100%;
	}

	.location__tab .location__wrap .location__inner .location__img img {
		width: 100%;
	}

	.location__tab .location__wrap .location__inner .location__txt h5 {
		font-size: 4vw;
		margin-bottom: 15px;
	}

	.location__tab .location__wrap .location__inner.location__inner__reverts .location__img {
		order: -1;
		margin-bottom: 20px;
	}

	.location__tab .location__wrap .location__inner .location__txt p {
		font-size: 2.8vw;
		line-height: 3.2;
	}

	.location__tab .terminal .text__abs__right {
		top: 0;
	}
}


.wrapGastronomy {
	background: #94adab;
	padding: 0 0 150px;
}

.wrapGastronomy .gas {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.wrapGastronomy {
		padding: 0 0 60px;
	}
}








/* river */
.river .titJpEn {
	margin: 60px auto 0;
}

.river .river__inner {
	align-items: center;
	max-width: 1160px;
	margin: 80px auto 0;
}

.river .river__inner .river__txt h5 {
	margin: 0 0 30px;
}

.river .river__inner .river__img {
	width: 54.67%;
}

.river .river__inner .river__txt {
	width: 45%;
}

.river .river__inner .river__img figure:nth-of-type(1) {
	width: 100%;
}

.river .river__inner .river__img figure:nth-of-type(2),
.river .river__inner .river__img figure:nth-of-type(3) {
	width: 49.6845425%;
	margin-top: 5px;
}

@media screen and (max-width: 1200px) {
	.river .river__inner .river__txt h5 {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.river .river__inner {
		margin: 8.8vw auto 0;
	}

	.river .river__inner .river__img {
		width: 100%;
		order: -1;
		margin-bottom: 20px;
	}

	.river .river__inner .river__txt {
		width: 100%;
	}

	.river .river__inner .river__txt h5 {
		font-size: 4vw;
		margin-bottom: 15px;
	}

	.river .river__inner .river__txt p {
		font-size: 2.8vw;
		line-height: 3.2;
	}
}


/* utilities__tab */
.utilities__nav {
	display: flex;
	justify-content: space-between;
	margin: 160px 0 60px;
}

.utilities__nav li {
	width: calc((100% - 30px)/3);
	background: #8c8c8c;
	color: #fff;
	cursor: pointer;
	padding: 13px 0;
}
.utilities__nav li a{color: #fff}

.utilities__nav li:hover {
	background: #282828;
}

.utilities__nav li.active {
	background: #282828;
	pointer-events: none;
	
}

.utilities__nav li span {
	display: block;
	text-align: center;
	font-size: 11px;
}

.utilities__nav li .txt-en {
	font-size: 28px;
	line-height: 1;
}

/*
.utilities__tab {
	display: none;
}
*/

.utilities__tab .list__item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.utilities__tab .list__item .item {
	width: 23.5245906%;
	margin: 0 0 40px;
}

.utilities__tab .list__item .item figure {
	margin-bottom: 7px;
}

.utilities__tab .list__item .item .item__location {
	font-size: 11px;
	line-height: 1.6;
}

.utilities__tab .list__item .item h6 {
	font-size: 17px;
	margin: 2px 0 0;
	line-height: 1.2;
	letter-spacing: -1px;
}

.utilities__tab .list__item .item span {
	display: inline-block;
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	.utilities__nav {
		margin: 15vw 0 30px;
	}

	.utilities__nav li {
		width: calc((100% - 5px)/3);
	}

	.utilities__nav li .txt-en {
		font-size: 4.1vw;
	}

	.utilities__nav li span {
		font-size: 3vw;
	}

	.utilities__tab .list__item .item .item__location {
		font-size: 3vw;
	}

	.utilities__tab .list__item .item h6 {
		font-size: 3.4vw;
	}

	.utilities__tab .list__item .item span {
		font-size: 2.5vw;
	}

	.utilities__tab .list__item .item figure img {
		width: 100%;
	}

	.utilities__tab .list__item {
		display: block;
	}

	.utilities__tab .list__item .item {
		padding-right: 20px;
	}

	.utilities__tab .slick-dots {
		display: flex;
		align-items: center;
	}

	.utilities__tab .slick-dots li.slick-active {
		width: 12px;
		height: 12px;
		background: #658784;
	}

	.utilities__tab .slick-dots li {
		text-indent: -9999px;
		width: 10px;
		height: 10px;
		background: #bebebe;
		border-radius: 50%;
		margin: 5px;
		cursor: pointer;
	}
}