@charset "UTF-8";
/* ********************************************************************** */
/* For Room Page */
/* ********************************************************************** */

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */

/* ch3_room_mark */
.ch3_room_mark{
	display: inline-block;
	border: 1px solid #777777;
	padding: 0.3rem 1rem 0.2rem;
	margin-left: 2.5rem;
	/* font-size: 24px; */
	font-size: 20px;
	position: relative;
	top: -0.4rem;
}

.kome {
	padding-left: 1rem;
  text-indent: -1rem;
}

/* room_executive */
#room_executive {
	position: relative;
}
#room_executive .decoration_left {
	position: absolute;
	top: 180px;
	left: 10%;
}
#room_executive .decoration_right {
	position: absolute;
	top: 200px;
	right: 10%;
}

/* link_reserve */
.link_reserve {
	width: 400px;
	height: 94px;
}
.link_reserve a {
	background: #C4972F;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}
.link_reserve .mark {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    transition: 0.3s all ease-in-out;
}
.link_reserve .mark::before,
.link_reserve .mark::after {
	content: "";
	height: 0;
	border-bottom: 1px solid #fff;
	transition: 0.3s all ease-in-out;
}
.link_reserve .mark::before {
	width: 20px;
    transform-origin: center;
    transform: translateY(5px);
}
.link_reserve .mark::after {
	width: 7px;
    transform-origin: center;
    transform: rotate(48deg) translateX(6px) translateY(-5px);
}

/* room_bath */
.room_bath_ch3{
	justify-content: space-between;
}
.room_bath_type{
	justify-content: space-between;
}
.room_bath_type .item{
	/* width: 48.1818%; */
	font-size: 24px;
}
.room_bath_type .item .showimgeffect{
	margin-bottom: 1em;
}

/* room_bath_semiopenair */
#room_bath_semiopenair .link_detail {
	margin: 40px auto 0;
}

/* room_detail */
#room_detail {
	position: relative;
}
#room_detail .decoration {
	position: absolute;
	top: 10%;
  right: 10%;
}
#room_detail .mainw + .mainw{
	/* margin-top: 130px; */
	margin-top: 64px;
}
#room_detail .ch4 {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #CBCBCB;
}
.room_detail_items{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 30px 1rem;
	font-size: 20px;
	background: #EFEFEF;
	line-height: 1.5;
}
.room_detail_items .item{
	padding: 30px 1rem;
}
.room_detail_note{
	font-size: 18px;
	margin-top: 2rem;
}

/* checkinout */
.checkinout .item{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.checkinout .item:first-child{
	border-right: 1px solid #999999;
}
.checkinout .time{
	margin-left: 1.5rem;
	/* font-size: 40px; */
	font-size: 36px;
}

/* amenities_list */
.amenities_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 40px;
}
.amenities_list li {
	width: calc(32% - 20px);
	display: flex;
	align-items: center;
	gap: 10px;
}
.amenities_list li img {
	width: 56px;
}

/* room_detail_list */
.room_detail_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.room_detail_list li {
	width: calc(50% - 10px);
	display: flex;
	align-items: center;
	gap: 10px;
}
.room_detail_list li::before {
	content: "";
	width: 8px;
	height: 8px;
	/* background: #C4972F; */
	background: #002F59;
  transform: rotate(45deg);
}


/* End PC */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {

	.under_mv .ch3 .jp {
		font-size: 6.5vw;
	}

	/* ch3_room_mark */
	.ch3_room_mark{
		display: block;
		margin: 0.5rem 0 0;
		font-size: 1.15385rem;
		top: 0;
		width: fit-content;
	}

	/* room_bath_semiopenair */
	#room_bath_semiopenair .ch3 .jp {
		letter-spacing: 0;
	}

	/* room_bath */
	.room_bath_ch3 .link_detail{
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.room_bath_type{
		/* padding-bottom: 2rem; */
	}
	.room_bath_type .item{
		width: 100%;
		font-size: 1.15385rem;
		/* padding-bottom: 1.5em; */
	}
	.room_bath_type .item .showimgeffect{
		margin-bottom: 0.5em;
	}

	/* room_detail */
	#room_detail .decoration {
		width: 40vw;
    top: 20vw;
    right: -1vw;
	}
	#room_detail .mainw + .mainw{
		/* margin-top: 20vw; */
		margin-top: 10vw;
	}
	#room_detail .ch3_center .jp{
		letter-spacing: 0;
		font-size: 1.5rem;
	}
	.room_detail_items{
		display: block;
		padding: 2rem 3rem;
		font-size: 0.92308rem;
		text-align: left;
	}
	.room_detail_items .item{
		padding: 0.2rem;
	}
	.room_detail_note{
		font-size: 0.92308rem;
		margin-top: 1rem;
	}

	/* room_executive */
	#room_executive .ch3 .jp {
		letter-spacing: 0;
	}
	#room_executive .decoration_left {
		top: 50vw;
    left: 4vw;
	}
	#room_executive .decoration_right {
		display: none;
	}

	/* link_reserve */
	.link_reserve {
		width: 88vw;
		height: auto;
	}
	.link_reserve a {
		padding: 2vw;
	}

	/* checkinout */
	#room_detail .checkinout .ch3_center .jp{
		white-space: nowrap;
		margin-left: -1rem;
		letter-spacing: -0.03em;
	}
	.checkinout .room_detail_items{
		padding: 0 1rem;
	}
	.checkinout .item{
		padding: 1rem 0;
		width: 100%;
	}
	.checkinout .item:first-child{
		border-right: none;
		border-bottom: 1px solid #999;
	}
	.checkinout .time{
		margin-left: 1rem;
		font-size: 1.92308rem;
	}


/* amenities_list */
.amenities_list {
	gap: 0;
}
.amenities_list li {
	width: 100%;
}
.amenities_list li img {
	width: 15vw;
}

/* room_detail_list */
.room_detail_list li:last-of-type {
	width: 100%;
}
.room_detail_list li::before {
	padding: 4px;
}

}
/* End @media (max-width:1000px) */
