@charset "UTF-8";
/* PCページ */
@media screen and (min-width: 768px){
main{
	padding-top: 114px;
}
/* ページタイトル */
.page-title::after{
	background-image : url(img/woman2-7.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.3;
	top: 0;
}
.page-text::before{
	position: absolute;
	content: "";
	background: #d898c3;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
}
/* 客室 */
.main-title{
	padding-top: 60px;
} 
#w-main-title span{
	color: #d898c3;
}
.woman1{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 4vw;
	display: grid;
	row-gap: 60px;
}
.woman1 div{
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0;
	display: grid;
	gap: 0 2vw;
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
}
.woman1 div.run{
	transform: translateY(0);
	opacity: 1;
}
.woman1 div:first-child{
	grid-template-columns: 3fr 2fr;
	align-items: center;
}
.woman1 div:first-child p{
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
	transition-delay: 0.3s;
}
.woman1 div:first-child p.run{
	transform: translateY(0);
	opacity: 1;
}
.woman1 div img{
	width: 100%;
	max-width: 768px;
}
.woman1 p{
	margin: 0;
}
.woman1 p span{
	display: block;
}
.woman1 p span:nth-child(2){
	padding: 3vw 0 1vw;
}
.woman1 p span:nth-child(3){
	padding-bottom: 1vw;
}
.woman1 p span:first-child{
	font-size: 26px;
	font-weight: bold;
	color: #8b837c;
	display: inline;
	background:linear-gradient(transparent 60%, rgba(216, 152, 195, 0.3) 30%);
}
.woman1 div:last-child{
	grid-template-columns: 2fr 3.5fr;
}
.woman1 div:last-child span img{
	width: 100%;
	max-width: 50px;
	margin-bottom: 5px;
}
.woman1 div:last-child p{
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;
 >img{
	 width: 100%;
	 max-width: 768px;
 }
}
.woman1 div ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
	transition-delay: .3s;
}
.woman1 div ul.run{
	opacity: 1;
	transform: translateY(0);
}
.woman1 div ul li{
	display: grid;
	grid-template-columns: 1fr 3fr;
	padding: 15px 0;
	margin: 0;
	gap: 0 10px;
}
.woman1 div ul li + li{
	border-top: 1px dotted #d8d8d8;
}
.woman1-span{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(4em, 4em));
	gap: 1vw;
}
.woman1-span span{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	line-height: 1.2em;
}
.woman1 div:last-child span:not(.woman1-span span):first-child{
	font-weight: bold;
	color: #8b837c;
}
.woman1 div:last-child span:not(.woman1-span,.woman1-span span):last-child{
	padding-left: 0.5em;
}
/* アメニティ・共用 */
.woman2{
	display: grid;
	width: 100%;
	max-width: 1920px;
	padding: 0 4vw 80px;
	margin: 80px auto 0;
	position: relative;
}
.woman2::after{
	position: absolute;
	content: "";
	background-image : url(img/24265763_s.jpg);
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.3;
	top: 0;
}
.woman2::before{
	position: absolute;
	content: "";
	background: #d898c3;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
}
.woman2-in1{
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	display: grid;
	text-align: center;
	row-gap: 50px;
}
.woman2 p:not(#w-main-title p){
	display: block;
	margin: 0;
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transform: translateY(20px);
}
.woman2-in1 ul{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, minmax(110px, 110px));
	font-size: 13px;
	gap: 0 20px;
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transform: translateY(20px);
}
.woman2-in1 p:not(#w-main-title).run,.woman2-in1 ul.run{
	opacity: 1;
	transform: translateY(0);
}
.woman2-in1 ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 10px;
}
.woman2-in1 span{
	line-height: 1.2em;
}
.woman2-in1 span span{
	display: block;
}
/* フロア設備 */
.woman4{
	width: 100%;
	max-width: 1920px;
	padding: 0 4vw 80px;
	margin: 0 auto;
}
.woman4-out{
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4vw 3vw;
}
.woman4-in1{
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	transition: opacity 1.4s, transform 1s;
	transform: translateY(20px);
	opacity: 0;
}
.woman4-in1 p{
	margin: 0;
}
.woman4 .sub-title{
	color: #8b837c;
	position: relative;
	 > span{
	 color: #d898c3;
 }
}
.woman4 .sub-title::after{
	position: absolute;
	content: "";
	background: linear-gradient(90deg, #d898c3 0, #d898c3 50%, #d8d8d8 50%, #d8d8d8 100%);
	width: 100%;
	height: 1px;
	bottom: 0;
}
.woman4-in1.run{
	opacity: 1;
	transform: translateY(0);
}
.woman4-in1:nth-child(2),.woman4-in1:nth-child(5){
	transition-delay: .3s;
}
.woman4-in1:nth-child(3),.woman4-in1:last-child{
	transition-delay: .6s;
}
.woman4 img{
	width: 100%;
	max-width: 768px;
}
.woman4-in1 div{
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}
/* 客室情報 */
.haikei2{
	position: relative;
	display: flex;
	align-items: center;
}
.haikei2::before{
	position: absolute;
	content: "";
	background-image : url(img/24265763_s.jpg);
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: -1;
}
.haikei2::after{
	position: absolute;
	content: "";
	background: #d898c3;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.guest3{
	padding: 0 4vw 50px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
}
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px){
main{
	padding-top: 79px;
}
}
/*スマホページ */
@media screen and (max-width: 768px){
main{
	padding-top: 72px;
}
/* ページタイトル */
.page-title::after{
	background-image : url(img/woman2-7.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;
}
/* ページタイトル */
#w-main-title span{
	color: #d898c3;
}
/* 客室 */
.woman1{
	display: grid;
	padding: 0 20px;
	margin: 0 auto;
}
.woman1 div:first-child{
	display: grid;
	row-gap: 20px;
}
.woman1 div:first-child img,.woman1 div:last-child img:not(.woman1-span img){
	width: 100%;
	max-width: 768px;
}
.woman1 p{
	margin: 0;
}
.woman1 div:first-child span:first-child{
	font-weight: bold;
	color: #8b837c;
	font-size: 17px;
	display: inline;
	background: linear-gradient(transparent 60%, rgba(216, 152, 195, 0.3) 30%);
}
.woman1 div:first-child span:nth-child(2){
	display: block;
	padding: 20px 0 0;
}
.woman1 div:first-child span:nth-child(3){
	display: block;
}
.woman1 div:last-child{
	display: grid;
	row-gap: 30px;
	padding-top: 30px;
}
.woman1-span img{
	width: 100%;
	max-width: 40px;
	margin-bottom: 5px;
}
.woman1 ul{
	display: grid;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	order: 2;
}
.woman1 ul li{
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 0 1vw;
	padding: 10px 0;
}
.woman1 ul li + li{
	border-top: 1px dotted #d8d8d8;
}
.woman1-span{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(4em, 4em));
	gap: 0 1vw;
}
.woman1-span span{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	line-height: 1.2em;
}
.woman1 ul li span:not(.woman1-span span):first-child{
	font-weight: bold;
	color: #8b837c;
}
.woman1 div:last-child p{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 20px;
}
.woman1 ul span:not(.woman1-span,.woman1-span span):last-child{
	padding-left: 0.5em;
}
/* アメニティ・共用 */
.woman2{
	display: grid;
	margin: 50px auto 0;
	padding: 0 20px 50px;
	position: relative;
}
.woman2::after{
	position: absolute;
	content: "";
	background-image : url(img/24265763_s.jpg);
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.3;
	top: 0;
}
.woman2::before{
	position: absolute;
	content: "";
	background: #d898c3;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
}
.woman2-in1{
	display: grid;
	row-gap: 30px;
}
.woman2-in1 p{
	margin: 0;
}
.woman2-in1 ul{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(auto, 100px));
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	jusitfy-items: center;
	gap: 15px 0;
}
.woman2-in1 ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	row-gap: 5px;
}
.woman2-in1 img{
	width: 100%;
	max-width: 60px;
}
.woman2-in1 span{
	text-align: center;
	line-height: 1.2em;
}
.woman2-in1 span span{
	display: block;
}
/* フロア設備 */
.woman4{
	padding: 0 20px 50px;
	margin: 0 auto;
}
.woman4-out{
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px 20px;
}
.woman4-in1{
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
.woman4-in1 p{
	margin: 0;
}
.woman4-in1 .sub-title{
	color: #8b837c;
	margin-bottom: 10px;
	position: relative;
	 > span{
	 color: #d898c3;
 }
}
.woman4-in1 .sub-title::after{
	position: absolute;
	content: "";
	background: linear-gradient(90deg, #d898c3 0, #d898c3 50%, #d8d8d8 50%, #d8d8d8 100%);
	width: 100%;
	height: 1px;
	bottom: 0;
}
.woman4 img{
	width: 100%;
	max-width: 768px;
}
/* 客室情報 */
.haikei2{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.haikei2::before{
	position: absolute;
	content: "";
	background-image : url(img/24265763_s.jpg);
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: -1;
}
.haikei2::after{
	position: absolute;
	content: "";
	background: #d898c3;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.guest3{
	padding: 0 20px;
	margin: 0 auto 40px;
}
}