﻿/* ▼▼▼▼▼TOPスライダーページ用▼▼▼▼▼▼ */

/* サムネイルの幅を調整 */
.splide__track--nav > .splide__list > .splide__slide {
	width: 100% !important;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
	width: 100% !important;
}
/* サムネイルをグリッド表示 */
#thumbnail-carousel .splide__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
#thumbnail-carousel2 .splide__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: 500px;
}
#thumbnail-carousel3 .splide__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: 500px;
}
#thumbnail-carousel4 .splide__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
#thumbnail-carousel5 .splide__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 600px;
	margin: auto;
	height:150px;
}

/* 選択されていないサムネイルは暗くする */
.splide__slide {
	opacity: .6;
}
/* 選択されているサムネイルだけ透過しない */
.splide__slide.is-active {
	opacity: 1;
}
/* 画像サイズ調整 */
.splide__slide img {
	height: auto;
	width: 100%;
}
/* スライダーの幅 */
.splide_wrapper {
	margin-inline: auto;
	max-width: 1200px;
	width: 100%;
	display: flex;
	margin: 5em auto;
	flex-direction: row-reverse;
}
.splide_wrapper2 {
	margin-inline: auto;
	max-width: 100%;
	width: auto;
	display: flex;
	flex-direction: column-reverse;
	margin: 1em auto;
	justify-content: center;
	align-items: center;
}
/* サムネイル＆設備アメニティの幅 */
#thumbnail-carousel {
	max-width: 500px;
	}
#thumbnail-carousel2 {
	max-width: 500px;
	}
#thumbnail-carousel3 {
	max-width: 500px;
	}
#thumbnail-carousel4 {
	max-width: 500px;
	}
#thumbnail-carousel5 {
	max-width: 1000px;
	margin: auto;
	}
/* スライダー矢印の調整 */
.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 4em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	bottom: -3%;
	transform: translateY(-50%);
	width: 4em;
	z-index: 1;
	top:auto;
}
.splide_wrapper2 button.splide__arrow{
	align-items: center;
	background: #e6e6e6;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 4em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	bottom: -3%;
	transform: translateY(-965%);
	width: 4em;
	z-index: 1;
	top: auto;
}
.splide-side_text {
	text-align: left;
}

.splide-side_content {
	display: flex;
	margin: 0;
	padding: 0;
}

p.splide-side_title {
	color: #999;
	width: 80px;
}

.splide-side_content p {
	margin: 0;
}
p.splide-side_top {
	font-size: 1.5em;
	margin: 0;
}

.rooms_text h2 {
	 color: #333;
	 padding: .5em 0;
	 margin: 1em;
	 font-weight: bold;
	 font-size: 1.2em;
	 line-height: 1.8em;
	 position: relative;
	 text-align: left;
	 bottom: 0;
	 text-align: center;
}

.rooms_text p {
	font-weight: 400;
	text-align: left;
	margin: 0 2em;
}

p.directions {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 4em auto 0 auto;
	color: #767676;
}

p.directions:before {
	font-family: 'Material Symbols Rounded';
	content: '\e536';
	position:relative;
	display:block;
	font-size: 40px;
	color: #767676;
	transition: 0.3s;
	font-weight: normal;
	bottom: 0.6em;
}

p.check_in {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 4em auto 0 auto;
	color: #767676;
}

p.check_in:before {
	font-family: 'Material Symbols Rounded';
	content: '\e200';
	position:relative;
	display:block;
	font-size: 40px;
	color: #767676;
	transition: 0.3s;
	font-weight: 100;
	bottom: 0.6em;
}

p.secure_touch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 4em auto 0 auto;
	color: #767676;
}

p.secure_touch:before {
	font-family: 'Material Symbols Rounded';
	content: '\f12b';
	position:relative;
	display:block;
	font-size: 40px;
	color: #767676;
	transition: 0.3s;
	font-weight: 100;
	bottom: 0.6em;
}

p.emergency {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 4em auto 0 auto;
	color: #767676;
}

p.emergency:before {
	font-family: 'Material Symbols Rounded';
	content: '\f79f';
	position:relative;
	display:block;
	font-size: 40px;
	color: #767676;
	transition: 0.3s;
	font-weight: 100;
	bottom: 0.6em;
}

.video_tab {
	text-align: center;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

div#thumbnail-carousel5 .splide__track--nav>.splide__list>.splide__slide.is-active {
	border:0;
	background: #ebebeb;div#thumbnail-carousel5
} 

/*ポップアップここから*/
.popup_wrap input {
	display: none;
}

.popup_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
}

.popup_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}

.popup_content {
	position: relative;
	align-self: center;
	width: 90%;
	max-width: 1200px;
	padding: 30px 30px 15px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.5s;
}

.close_btn {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 30px;
	cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

.open_btn {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 30px;
	margin:10px auto;
	padding: 8px 16px;
	color: #fff;
	background: #b3b2b1;
	font-weight: bold;
	/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6); */
	/* border-radius: 3px; */
	cursor: pointer;
	transition: .3s ease;
}
.open_btn:hover{
	background:#000;
	color:#fff;
	transition: .3s ease;
}

.popup_detail {
	display: flex;
}
.popup_text p {
	font-weight: 300;
	color: #666;
	text-align: left;
}
p.popup_title {
	font-size: 1em;
	font-weight: 400;
}
p.popup_item {
	font-size: .9em;
}
.popup_icon img {
	 height: 4em;
	margin: 0 1em 1em 0;
}
/*ポップアップココまで*/


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

.splide_wrapper {
	display: flex;
	flex-direction:column;
	max-width: 100%;
	margin: 5em 0 0 0;
}

.splide_wrapper2 {
    margin-inline: auto;
    max-width: 100%;
    width: auto;
    display: flex;
    flex-direction: column-reverse;
    margin: 1em auto;
    justify-content: center;
    align-items: center;
}

.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #e6e6e6;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 4em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .7;
	padding: 0;
	position: absolute;
	bottom: -3%;
	transform: translateY(-50%);
	width: 4em;
	z-index: 1;
}

/* サムネイルをグリッド表示 */
#thumbnail-carousel .splide__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
#thumbnail-carousel2 .splide__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	display: none;
}
#thumbnail-carousel3 .splide__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	display: none;
}
#thumbnail-carousel4 .splide__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
#thumbnail-carousel5 .splide__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 400px;
}

.splide-side_text {
	text-align: left;
}
.popup_icon {
	display: none;
}
.popup_detail {
	display: flex;
}
.popup_text p {
	font-weight: 300;
	color: #666;
	text-align: left;
	margin: 0 0 1em 0;
	padding: 0;
}
p.popup_title {
	font-size: 1em;
	font-weight: 400;
}
p.popup_item {
	font-size: .9em;
}
.popup_icon img {
	 height: 4em;
	margin: 0 1em 1em 0;
}
.splide_wrapper2 button.splide__arrow {
    align-items: center;
    background: #e6e6e6;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: none;
    height: 4em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    bottom: -3%;
    transform: translateY(-48%);
    width: 4em;
    z-index: 1;
}

iframe {
    width: 100%;
    height: 30vh;
}
	
}
