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




/*--------------------------------------------------

 * 

--------------------------------------------------*/
.gallery__header{
	margin-bottom: 3em;
	padding-top: 3.25em;
	padding-bottom: 3.25em;
	background-color: #eeebdf;
}
.gallery__heading{
	margin: 0;
	padding: 0;
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1.25em;
}




.translate{
	padding: 1em;
	text-align: center;
}
.translate__title{
	font-size: 1.125em;
	font-weight: normal;
	line-height: 2em;
	
	margin-bottom: .5em;
}




@media (min-width: 769px){
	.galleryFrame{
		display: flex;
	}
	.galleryFrame__item--menu{
		flex: 0 0 30%;
		max-width: 300px;
	}
	.galleryFrame__item--gallery{
		margin-left: 3em;
	}
}
@media (max-width: 768px){
	.galleryFrame__item--menu{
		margin-bottom: 3em;
	}
}




.menu{
	background-color: #f5f5f5;
}
.menu__items{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu__button{
	display: block;
	padding: .25em .5em;

	color: inherit;
	text-decoration: none;
}
.menu__item.active .menu__button{
	background-color: #eeebdf;
}

@media (min-width: 769px){
	.menu__item{
		border-bottom: 1px solid;
	}
	.menu__item:first-child{
		border-top: 1px solid;
	}
	.menu__button{
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
	}
	.menu__button:after{
		content: "";

		display: block;

		width: .3em;
		height: .3em;
		margin-top: auto;
		margin-bottom: auto;
		margin-left: 1em;

		border-style: solid;
		border-width: 1px 1px 0 0;

		transform: rotate(45deg);
	}
}
@media (max-width: 768px){
	.menu__items{
		display: flex;
		flex-wrap: wrap;


		border-top: 1px solid;
	}
	.menu__item{
		box-sizing: border-box;
		overflow: hidden;

		flex: 1 1 33.33%;
		border-bottom: 1px solid;
	}
	.menu__item:nth-of-type(3n+2),
	.menu__item:nth-of-type(3n+3){
		border-left: 1px solid;
	}
	.menu__button{
		box-sizing: border-box;
		display: block;
		padding: .25em;

		color: inherit;
		text-align: center;


		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}




.reserve{
	margin-top: 1em;
}
@media (max-width: 768px){
	.reserve{
		display: none;
	}
}




.box:not(.active){
	display: none;
}
.box.active{
	display: block;
}
.box.active .box__image{
	animation: kf-box_show 320ms ease-out;
}
@keyframes kf-box_show{
	from{
		opacity: 0;
		transform: scale(.95);
	}
	to{
		opacity: 1;
		transform: scale(1);
	}
}

.box__heading{
	margin: 0;
	padding: 0;

	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.25em;
}
.box__image{
	display: block;
	max-width: 100%;
}
.box__image:not(:last-child){
	margin-bottom: 1em;
}





/*--------------------------------------------------
 *
 * Gallery 2021
 *
--------------------------------------------------*/

/* Hero */
.hero,
.hero > .sitewidth{
	display: flex;
}
.hero{
	color: #fff;
	
	position: relative;
	z-index: 0;
	
	box-sizing: border-box;
	min-height: 35vw;
	padding-top: 91px;
}
@media (min-width: 1260px){
	.hero{
		min-height: 441px;
	}
}
.hero:before{
	content: "";
	display: block;
	
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	
	background: rgba(0,0,0,.5);
}
.hero__bg{
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero__inner{
	text-align: center;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	box-sizing: border-box;
	height: 100%;
	
	padding: 3em 0;
}
.hero__title{
	line-height: 1.33;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}
.hero .back-nav{
	margin-top: 2.5em;
}
.hero .back-nav__more:before{
	filter: invert();
}






/* Menu */
.gallery-menu{
	margin: 2.5em 0;
}
.gallery-menu-list{
	display: flex;
	
	
	list-style: none;
	margin: 0 0 -.66% -.66%;
	padding: 0;
}
.gallery-menu-list__item{
	box-sizing: border-box;
	flex: 0 0 auto;
	display: flex;
	
	margin: 0 0 .66% .66%;
}
.gallery-menu-list__more{
	line-height: 1.33;
	text-align: center;
	text-decoration: inherit;
	color: inherit;
	border: 1px solid #bbb;
	
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	
	padding: 1em 2em;
	
	
}

@media (min-width: 769px){
	.gallery-menu-list{
		flex-wrap: wrap;
	}
}
@media (max-width: 768px){
	.gallery-menu-list{
		overflow: auto;
		
		
		margin: 0 -2.63%;
	}
	.gallery-menu-list:after,
	.gallery-menu-list:before{
		content: "";
		flex: 0 0 2.5%;
	}
}






/* Gallery */
html[data-version="2021"] .gallery{
	margin: 5em 0;
}




@media (min-width: 769px){
	.gallery__inner{
		display: grid;
		grid-gap: 1.875em .66%;
		grid-template-columns: repeat(5, 1fr);
	}
	.gallery-head{
		grid-row: 1;
		grid-column: 1 / 4;
		
		margin-right: 10%;
	}
	.gallery-list{
		display: contents;
		grid-row: 1;
		grid-column: 1;
	}
}
@media (max-width: 768px), all and (-ms-high-contrast:none){
	.gallery-head{
		margin:0 0 3em 0;
	}
}

.gallery__name{
	line-height: 1.33;
	font-size: 2.25em;
	font-weight: normal;
	
	margin: 0 0 1em;
}
.gallery__name:before{
	content: "";
	display: block;
	width: 42%;
	
	/*border-top: .13em solid;*/
	border-top: .08em solid;
	border-image: linear-gradient(to right, #F8A322 20%, #000 20%) 1;
	
	margin-bottom: .5em;
}
.gallery__description{
	margin: 0;
}




.gallery-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery-list__item{
	box-sizing: border-box;
	overflow: hidden;
}
.gallery-list__more{
	text-decoration: inherit;
	color: inherit;
	display: block;
}
.gallery-list__thumb{
	margin-bottom: 1em;
}
.gallery-list__photo{
	width: 100%;
}
.gallery-list__note{
	line-height: 1.33;
	margin: 0;
}
@media (min-width: 769px){
	/* .gallery-list__item:not(:target) .gallery-list__note{ */
	.gallery-list__item:not(.gallery-list__item--active) .gallery-list__note{
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.gallery-list__item:not(.gallery-list__item--active) .gallery-list__thumb{
		position: relative;
		z-index: 0;
		padding-top: 100%;
	}
	.gallery-list__item:not(.gallery-list__item--active) .gallery-list__photo{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: "object-fit: cover;";
	}
}

@media (max-width: 768px), all and (-ms-high-contrast:none){
	.gallery-list{
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 -2em -2.5%;
	}
	.gallery-list__item{
		flex: 0 0 17.5%;
		margin: 0 0 2em 2.5%;
	}
	.gallery-list__item.gallery-list__item--active{
		margin: 0;
	}
}
@media (max-width: 768px){
	.gallery-list__item{
		flex: 1 1 100%;
	}
	.gallery-list__more{
		pointer-events: none;
	}
}
@media all and (-ms-high-contrast:none){
	.gallery-list__item{
		flex: 0 0 17.5%;
	}
}




/* Modal Open */
@media (min-width: 769px){
	/* .gallery-list__item:target{ */
	.gallery-list__item.gallery-list__item--active{
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: #fff;
		background: rgba(0, 0, 0, .75);
		
		box-sizing: border-box;
		overflow: auto;
		padding: 10vh 10vw;
	}
	/* .gallery-list__item:target .gallery-list__more:after{ */
	.gallery-list__item.gallery-list__item--active .gallery-list__more:after{
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	/* .gallery-list__item:target .gallery-list__more:before{ */
	.gallery-list__item.gallery-list__item--active .gallery-list__more:before{
		content: "Close ×";
		line-height: 1.5;
		text-align: right;
		display: block;
		margin: 0 0 .5em;
	}
}






/* Back navi */
.back-to-hotel{
	margin: 4em 0;
}



.back-nav{
	list-style: none;
	margin: 0;
	padding: 0;
}
.back-nav__more{
	line-height: 1.33;
	text-align: center;
	text-decoration: inherit;
	color: inherit;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
.back-nav__more:hover{
	text-decoration: underline;
}
.back-nav__more:before{
	content: "";
	flex: 0 0 auto;
	
	width: 1.25em;
	height: 1.25em;
	background: url(../_img2/base/back.svg) no-repeat center center / contain;
	
	margin-right: .5em;
}







/*--------------------------------------------------

 * 

--------------------------------------------------*/