@charset "UTF-8";
/* PCページ */
@media screen and (min-width: 768px){
main{
	padding-top: 114px;
}
/* ページタイトル */
.page-title::after{
	background-image : url(img/guest-15.jpg);
}
.page-text::after{
	position: absolute;
	content: "";
	background-image : url(img/24265763_s.jpg);
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
	top: 0;
}
.page-text::before{
	position: absolute;
	content: "";
	background: #8b837c;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
}
/* ゲストルームカテゴリ */
.guest1{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
	gap: 5px;
	justify-content: center;
	margin: 40px auto 0;
	width: 100%;
	max-width: 1380px;
	padding: 0;
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
}
.guest1.run{
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.6s;
}
.guest1 p{
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.guest1 p a::before{
	position: absolute;
	content: "";
	background: #8b837c;
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
}
.guest1 p a:hover::before{
	height: 100%;
	opacity: 1;
	transition: .3s;
}
.guest1 p a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 100%;
	padding: 20px 5px 30px;
	color: #545454;
	font-weight: bold;
	column-gap: 5px;
	z-index: 1;
	font-size: 16px;
}
.guest1 p a:hover{
	color: #fff;
}
.guest1 p a::after{
	position: absolute;
	content: "";
	border-right: 2px solid #d8d8d8;
	border-bottom: 2px solid #d8d8d8;
	transform: rotate(45deg);
	bottom: 15px;
	width: 6px;
	height: 6px;
	transition: .3s;
}
.guest1 p a:hover::after{
	bottom: 5px;
	border-color: #fff;
}
/* 客室案内 */
.guest2{
	display: grid;
	width: 100%;
	max-width: 1920px;
	padding: 80px 4vw;
	margin: 0 auto;
	row-gap: 130px;
}
.guest2-in1{
	display: grid;
	grid-template-columns: 3fr 2fr;
	align-items: start;
	gap: 0 2vw;
	width: 100%;
	max-width: 1380px;
	margin: -80px auto 0;
	position: relative;
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
	padding-top: 80px;
}
.guest2-in1.run{
	opacity: 1;
	transform: translateY(0);
}
.guest2-in1 div:first-child{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 79%;
}
.guest2-in1 iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}
.guest2 p{
	margin: 0;
}
.guest2-in1 div{
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
}
.guest2-in1 div.run{
	opacity: 1;
	transform: translateY(0);
}
.guest2-in1 div:last-child{
	width: 100%;
	min-width: 350px;
	transition-delay: .3s;
}
.sub-title::after{
	position: absolute;
	content: "";
	background: linear-gradient(90deg, #8b837c 0%, #8b837c 50%, #d8d8d8 50%, #d8d8d8 100%);
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
}
.guest2 .guest2-in1:last-child .sub-title::after{
	background: linear-gradient(90deg, #d898c3 0%, #d898c3 50%, #d8d8d8 50%, #d8d8d8 100%);
}
.guest2 .guest2-in1:last-child .sub-title span{
	color: #d898c3;
}
.guest2-text1{
	padding: 20px 0;
 > span{
	 display: block;
	}
}
.guest2 ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: grid;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.guest2 ul li{
	display: grid;
	grid-template-columns: 100px 3fr;
	padding: 15px 0;
	gap: 0 1vw;
}
.guest2 ul li span:first-child{
	color: #8b837c;
	font-weight: bold;
}
.guest2 ul li:nth-child(-n+3) span:last-child{
	padding-left: 0.5em;
}
.guest2 ul li + li{
	border-top: 1px dotted #d8d8d8;
}
.gi-out{
	display: grid;
	grid-template-columns: repeat(auto-fit, 65px);
	align-items: start;
	row-gap: 10px;
	padding-bottom: 5px;
}
.gi-img{
	font-size: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 5px;
}
.gi-img span{
	line-height: 0;
}
.gi-img img{
	width: 100%;
	max-width: 50px;
}
.guest2-text2{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 10px 1vw;
	align-items: center;
	padding-top: 20px;
	font-size: 15px;
}
.guest2-text2 span:first-child{
	text-indent: -1em;
	padding-left: 1em;
}

.guest2-text2 span:last-child{
	display: flex;
	justify-content: center;
	aling-items: center;
	position: relative;
	border: 1px solid #8b837c;
	border-radius: 4px;
	width: 100%;
	max-width: 250px;
}
.guest2-text2 span:last-child::before{
	position: absolute;
	content: "";
	background: #8b837c;
	width: 0;
	height: 100%;
	opacity: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
	transition: .3s;
}
.guest2-text2 span:last-child:hover::before{
	opacity: 1;
	width: 100%;
	transition: .3s;
}
.guest2-text2 a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	font-size: 15px;
	width: 100%;
	color: #8b837c;
	z-index: 1;
}
.guest2-text2 a::before,.guest2-text2 a::after{
	position: absolute;
	content: "";
	right: 10px;
	background: #8b837c;
	transition: .3s;
}
.guest2-text2 a::before{
	width: 25px;
	height: 1px;
	top: 23px;
}
.guest2-text2 a:hover::before,.guest2-text2 a:hover::after{
	right: -12px;
}
.guest2-text2 a:hover::before{
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #8b837c 50%, #8b837c 100%);
}
.guest2-text2 a::after{
	width: 5px;
	height: 1px;
	transform: rotate(45deg); 
}
.guest2-text2 a:hover{
	color: #fff;
}
.guest2 .guest2-in1:nth-child(even){
	display: grid;
	grid-template-columns: 2fr 3fr;
}
.guest2 .guest2-in1:nth-child(even) div:first-child{
	order: 2;
}
.guest2 .guest2-in1:nth-child(even) div:last-child{
	order: 1;
}
/* 客室情報 */
.guest3{
	padding: 60px 4vw 50px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
}
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px){
main{
	padding-top: 79px;
}
/* ゲストルームカテゴリ */
.guest1{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 5px;
}
.guest1 p a{
	font-size: 15px;
}
/* ゲストルーム */
.guest2-in1{
	all: unset;
	display: grid;
}
.guest2 .guest2-in1:nth-child(even){
	all: unset;
	display: grid;
	grid-template-rows: auto;
}
.guest2 .guest2-in1:nth-child(even) div:first-child{
	order: 1;
}
.guest2 .guest2-in1:nth-child(even) div:last-child{
	order: 2;
}
.guest2-text2{
	all: unset;
	padding-top: 20px;
	display: grid;
	row-gap: 20px;
}
}
/*スマホページ */
@media screen and (max-width: 768px){
main{
	padding-top: 72px;
}
/* ページタイトル */
.page-title::after{
	background-image : url(img/guest-15.jpg);
}
.page-text::after{
	position: absolute;
	content: "";
	background-image : url(img/24265763_s.jpg);
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
	top: 0;
}
.page-text::before{
	position: absolute;
	content: "";
	background: #8b837c;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
}
/* ゲストルームカテゴリ */
.guest1{
	width: 100%;
	display: grid;
	padding: 0;
	margin: 40px auto 10px;
}
.guest1 p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	position: relative;
	background: #fff;
}
.guest1 p a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: bold;
	color: #545454;
	padding: 15px 10px 15px 45px;
	font-size: min(1.2em, 15px);
	width: 100%;
}
.guest1 p a::before{
	position: absolute;
	content: "";
	background: #8b837c;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	left: 15px;
}
.guest1 p a::after{
	position: absolute;
	content: "";
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	width: 4px;
	height: 4px;
	left: 22px;
}
.guest1 p a:not(.guest1 p:last-child a){
	border-bottom: 1px solid #d8d8d8;
}
.guest1 p a:hover{
	opacity: 0.8;
	transition: .3s;
}
/* サブタイトル */
.sub-title::after{
	position: absolute;
	content: "";
	background: linear-gradient(90deg, #8b837c 0, #8b837c 50%, #d8d8d8 50%, #d8d8d8 100%);
	width: 100%;
	height: 1px;
	bottom: 0;
}
/* 客室案内 */
.guest2{
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	padding: 50px 20px;
	row-gap: 80px;
}
.guest2-in1{
	display: grid;
	grid-template-columns: 1fr;
}
.guest2-in1 div:first-child{
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 80%;
}
.guest2-in1 iframe{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
}
.guest2 p{
	margin: 0;
}
.guest2-text1{
	padding-top: 20px;
}
.guest2-text1 span{
	display: block;
}
.guest2-in1 ul{
	list-style: none;
	padding: 0;
	margin: 20px 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	display: grid;
	grid-template-columns: 1fr;
}
.guest2-in1 ul li{
	display: grid;
	grid-template-columns: 110px auto;
	padding: 10px;
}
.guest2-in1 ul span:not(.gi-out,.gi-out span):last-child{
	padding-left: 0.8em;
}
.guest2-in1 ul li span:not(.gi-img):first-child{
	font-weight: bold;
	color: #8b837c;
}
.guest2-in1 li + li{
	border-top: 1px dotted #d8d8d8;
}
.gi-out{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(auto, 60px));
	gap: 20px 0;
	justify-content: start;
}
.gi-img{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	font-size: 11px;
	line-height: 1.2em;
}
.gi-img span{
	display: block;
}
.gi-img img{
	width: 100%;
	max-width: 40px;
	margin-bottom: 5px;
}
.guest2-text2{
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 10px;
}
.guest2-text2 a{
	border: 1px solid #8b837c;
	color: #8b837c;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 220px;
	border-radius: 4px;
	padding: 6px 10px;
	font-size: 14px;
	position: relative;
}
.guest2-text2 a::after{
	position: absolute;
	content: "";
	border-right: 1px solid #8b837c;
	border-bottom: 1px solid #8b837c;
	transform: skew(45deg);
	width: 20px;
	height: 4px;
	right: 10px;
	top: 16px;
}
.guest2-text2 a:hover{
	opacity: 0.8;
	transition: .3s;
}
/* 客室情報 */
.guest3{
	padding: 0 20px 40px;
	margin: 0 auto 50px;
}
}