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

/* ctitle
---------------------------------------------------------------------- */
.ctitle {
	color: #B45F06;
	font-size: 30px;
	padding-bottom: 23px;
	font-weight: 600;
	text-align: center;
	position: relative;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

.ctitle::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 250px;
	height: 10px;
	transform: translateX(-50%);
	background: url(../images/deco_ttl02.png) no-repeat;
	background-size: contain;
}

.ctitle span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	letter-spacing: 0.2em;
	font-weight: 600;
	gap: 23px;
}

.ctitle>span::before,
.ctitle>span::after {
	content: "";
	width: 24px;
	height: 30px;
	background: url(../images/deco_ttl01.png) no-repeat;
	background-size: contain;
}


/* mv
---------------------------------------------------------------------- */
#mainvisual {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

#mainvisual .mvslide {
	width: 100%;
	height: 100%;
}

#mainvisual .mvslide_img img {
	width: 100%;
	height: 500px;
	display: block;
	object-fit: cover;
}

.mainvisual_logo {
	position: absolute;
	top: 22px;
    left: 22px;
	z-index: 1;
}

.mainvisual_img {
    width: 487px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.mainvisual_img img {
	width: 100%;
}

/* gnav
  ---------------------------------------------------------------------- */
.box_nav {
	flex: 1;
	display: flex;
	color: #261F1A;
}

.gnav_logo {
	padding-top: 10px;
}

.gm_btn {
	width: 170px;
}

.box_gnav {
	flex: 1;
}

.gnav ul {
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 10px;
	gap: 17px;
}

.gnav a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.subnav ul {
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
}

.subnav ul li a {
	display: flex;
	align-items: center;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: 500;
}

.subnav ul li a::before {
	content: "▶";
	color: #A1A1A1;
	font-size: 6px;
	margin-right: 3px;
}

.subnav ul li.tel {
	margin: 0 5px 0 30px;
}

/* banner
  ---------------------------------------------------------------------- */
.banner {
	/*padding: 53px 0 0;*/
	text-align: center;
}
.banner > div:first-of-type {
	margin-top: 53px;
}
.banner a {
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
}

/* menu
  ---------------------------------------------------------------------- */
.menu {
	margin: 65px auto 0;
	padding-bottom: 10px;
}

.menu_list {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.menu_list li {
	flex: 1;
	position: relative;
	transition: padding-top 0.3s;
	border-radius: 20px;
	overflow: hidden;
}

.menu_list a::before {
	content: "";
	width: 100%;
	height: 100px;
	width: 308px;
	height: 180px;
	background: linear-gradient(transparent 33.07%, rgba(35, 24, 21, 0.6) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}

#RthCustomizeW .menu_list a:hover {
	opacity: 1;
}

.menu_list a:hover img {
	opacity: 1;
}

.menu_list a:hover:before {
	height: 0;
}

.menu_list a::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #B45F06;
	line-height: 1;
	width: 1.5em;
	height: 1.5em;
	border: 0.15em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg) translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -70px;
	transform-origin: top;
	transition: bottom 0.3s;
}

.menu_list a:hover::after {
	bottom: -80px;
}

.menu_txt {
	position: absolute;
	right: 20px;
	bottom: 14px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.08em;
	line-height: 1.58;
	text-align: center;
}

/* room
  ---------------------------------------------------------------------- */

#room {
	padding-top: 50px;
}

.room_inr {
	padding: 55px 20px 0;
	background-color: #FDFAF1;
}

.room .ctitle {
	margin-bottom: 55px;
}

#room input[name="tab_item"] {
	display: none;
}

.room_wrap {
	font-size: 0;
}

.tab_content {
	display: none;
	overflow: hidden;
	position: relative;
}

#room_tab1:checked~#room1_content,
#room_tab2:checked~#room2_content,
#room_tab3:checked~#room3_content,
#room_tab4:checked~#room4_content,
#room_tab5:checked~#room5_content,
#room_tab6:checked~#room6_content {
	display: block;
	animation: tab_fade .3s ease-in-out forwards;
}

@keyframes tab_fade {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.tab_item {
	color: #B45F06;
	width: calc(100% / 3);
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 0;
	letter-spacing: 0.08em;
	border-radius: 20px 20px 0 0;
	text-align: center;
	line-height: 1.3;
	cursor: pointer;
}

.tab_item>span {
	display: block;
	line-height: 2.2;
	border-right: 1px solid #B45F06;
}

.tab_item:nth-of-type(1),
.tab_item:nth-of-type(2),
.tab_item:nth-of-type(3) {
	border-bottom: 2px solid #B45F06;
}

.tab_item:nth-of-type(3)>span,
.tab_item:nth-of-type(6)>span {
	border-right: none;
}

.tab_item:nth-of-type(4),
.tab_item:nth-of-type(5),
.tab_item:nth-of-type(6) {
	border-radius: 0 0 20px 20px;
}

.tab_item span span {
	font-weight: 500;
	display: block;
	letter-spacing: 0.08em;
}

#room_tab1:checked+.tab_item,
#room_tab2:checked+.tab_item,
#room_tab3:checked+.tab_item,
#room_tab4:checked+.tab_item,
#room_tab5:checked+.tab_item,
#room_tab6:checked+.tab_item {
	color: #fff;
	background-color: #B45F06;
	    transform: translateX(-2px);
}

#room_tab1:checked+.tab_item span,
#room_tab2:checked+.tab_item span,
#room_tab3:checked+.tab_item span,
#room_tab4:checked+.tab_item span,
#room_tab5:checked+.tab_item span,
#room_tab6:checked+.tab_item span {
	border: none;
}

.room_img {
	margin-top: 15px;
	border-radius: 20px;
	overflow: hidden;
}

.room_detail {
	padding: 25px 10px 67px;;
}

.romm_ttl {
	display: flex;
	align-items: center;
	font-size: 24px;
	letter-spacing: 0.15em;
	font-weight: 600;
	color: #B45F06;
	line-height: 1.4;
	gap: 15px;
}

.romm_ttl span {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.romm_subTtl {
	font-size: 20px;
	letter-spacing: 0.15em;
	color: #594F3C;
	line-height: 1.5;
	margin-bottom: 20px;
}

.romm_txt {
	font-size: 18px;
	letter-spacing: 0.08em;
	font-weight: 500;
	line-height: 1.66;
}

.amenities {
	padding: 30px 20px 50px;
	color: #fff;
	background: url(../images/bg_logo.png) no-repeat;
	background-size: 226px 195px;
	background-position: top right;
	background-color: #332B27;
}

.amenities_ttl {
	font-size: 20px;
	letter-spacing: 0.15em;
	text-align: center;
	margin-bottom: 20px;
}

.amenities_txt {
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 52px;
	padding: 0 25px;
	line-height: 1.71;
}

.amenities_img {
	display: flex;
	gap: 20px;
}

.amenities_img li {
	flex: 1;
}


/* meal
  ---------------------------------------------------------------------- */
.meal {
	padding: 110px 0 45px;
	margin-top: -15px;
}

.meal_inr {
	padding: 0 20px;
}

.meal__mv {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

.meal_wrap {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.meal_img {
	width: 440px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.meal_content {
	flex: 1;
	max-width: 440px;
	border-radius: 20px;
	background: url(../images/bg_logo02.png) no-repeat;
	background-size: 226px 195px;
	background-position: bottom right;
	background-color: #EFEBE4;
	padding: 59px 33px 75px;
}

.meal_txt {
	font-size: 18px;
	margin-bottom: 31px;
	line-height: 1.88;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.meal_list {
	font-size: 21px;
	line-height: 1.71;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-bottom: 42px;
	text-align: center;
}

.meal_list ul {
	display: inline-block;
	margin-left: -48px;
}

.meal_list li {
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
}

.meal_list li::before {
	content: "";
	display: block;
	background: url(../images/icon_check.svg) no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
	margin-right: 12px;
}

.meal_catch {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	padding-left: 18px;
}

.meal_catch span {
	font-size: 26px;
	letter-spacing: 0.1em;
	background-image: linear-gradient(0deg, #B45F06 0.3em, transparent 0.3em);
}

/* specialty
  ---------------------------------------------------------------------- */
.specialty {
	padding-top: 55px;
}

.specialty_inr {
	padding: 55px 20px 60px;
	background-color: #FDFAF1;
}

.specialty_list {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	flex-wrap: wrap;
	row-gap: 47px;
}

.specialty_list li {
	width: 32%;
}

.specialty_img {
	margin-bottom: 13px;
}

.specialty_ttl {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #B45F06;
	margin-bottom: 4px;
	min-height: 2.8em;
}

.specialty_ttl span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.specialty_txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.57;
	letter-spacing: 0.1em;
}

/* sightseeing
  ---------------------------------------------------------------------- */
.sightseeing {
	padding-top: 110px;
}

.sightseeing_inr {
	padding: 55px 20px 8px;
	background-color: #F8F9FA;
}

.sightseeing_map {
	display: flex;
	gap: 20px;
	margin-bottom: 80px;
}

.sightseeing_map_img {
	width: 500px;
}

.sightseeing_map_txt {
	flex: 1;
	line-height: 1.66;
	font-size: 18px;
	letter-spacing: 0.08em;
}

.sightseeing .ctitle {
	margin-bottom: 64px;
}

.sightseeing_item {
	display: flex;
	align-items: center;
	margin-bottom: 71px;
}

.sightseeing_img {
	width: 420px;
}

.sightseeing_content {
	flex: 1;
	padding-left: 48px;
}

.sightseeing_ttl {
	color: #B45F06;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1.4;
	margin-bottom: 12px;
}

.sightseeing_txt {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.66;
}

.sightseeing_item:nth-of-type(even) {
	flex-direction: row-reverse;
}

.sightseeing_item:nth-of-type(even) .sightseeing_content {
	padding-left: 20px;
	padding-right: 48px;
}


/* access
  ---------------------------------------------------------------------- */
.access {
	padding: 110px 0 60px;
	margin-top: -14px;
	position: relative;
}

.access_map_img {
	margin: 50px auto;
}

.access_map_img img {
	width: 100%;
}

#access .ctitle {
	margin-bottom: 30px;
}

.access_item:not(:last-of-type) {
	margin-bottom: 60px;
}

.access_ttl {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #594F3C;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.access_ttl::before {
	content: "";
	background: url(../images/icon_map.png) no-repeat;
	background-size: contain;
	display: block;
	width: 14px;
	height: 17px;
	margin-right: 14px;
}

/* voice
  ---------------------------------------------------------------------- */
  #RthCustomizeW .voice_btn {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 14px;
	letter-spacing: 0.1em;
    width: 340px;
    height: 40px; line-height: 38px;
    text-align: center;
    color: #ffffff;
	background-color: #B45F06;
    font-weight: bold;
    transition: 0.3s ease-in-out;
	margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: 35px;
    line-height: 33px;
	position: relative;
}
.voice_btn::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #ffffff;
	border-right: 0;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

a.voice_btn:hover::after {
	right: 10px;
}

#voice {
    padding-top: 110px;
    margin-top: -110px;
    padding-bottom: 50px;
	margin-bottom: 50px;
    position: relative;
    z-index: 10;
}
.voice_inr {
    padding: 40px 0 40px;
	background-color: #332B27;
	background: url(../images/bg_logo.png) no-repeat;
    background-size: 226px 195px;
    background-position: top right;
    background-color: #332B27;
}

.voice_ttl {
	color: #fff;
	font-size: 26px;
	letter-spacing: 0.15em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 36px;
}

.voice ul {
    width: 860px;
    margin: 0 auto;
    justify-content: space-between;
}

.voice ul li {
    width: 280px;
    display: flex;
    flex-direction: column;
    padding: 20px 25px 30px;
	background-color: #fff;
}

.voice ul li img {
    margin-bottom: 15px;
}

.voice ul li.line {
    width: 1px;
    border-right: 1px dashed #808080;
    display: block;
    display: none;
}

.voice ul li p {
    margin-bottom: 31px;
    font-size: 14px;
    font-weight: 500;
	line-height: 1.57;
	letter-spacing: 0.08em;
}

.voice ul li .star {
    margin-bottom: 7px;
    font-size: 18px;
	font-weight: 500;
    letter-spacing: 0.1em;
}

.voice ul li a.cbtn2 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    height: 35px;
    line-height: 33px;
 }

/* plan
  ---------------------------------------------------------------------- */
.plan {
	padding: 55px 20px 115px;
	background-color: #FDFAF1;
}

.plan_list {
	padding: 20px 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.plan_list li {
	width: 440px;
	margin-bottom: 28px;
}

.plan_img {
	aspect-ratio: 1.82;
	width: 100%;
	margin-bottom: 13px;
	border-radius: 20px;
	overflow: hidden;
}

.plan_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.plan_txt {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.625;
}

/* footer
  ---------------------------------------------------------------------- */
.footer {
	color: #fff;
	background-color: #332B27;
	padding: 35px 0;
	margin-top: 5px;
}

.footer_wrap {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 0px 6px 31px 18px;
}

.foot_logo {
	width: 212px;
	margin-right: 10px;
}

.foot_logo img {
	width: 100%;
}

.foot_address address {
	font-style: normal;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.footer_btn_wwrap {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding-right: 10px;
}

#RthCustomizeW a.footer_btn {
	width: 307px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #B45F06;
	background-color: #EFEBE4;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	position: relative;
}

.footer_btn::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #B45F06;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.bn_coupon {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 5000;
}

#RthCustomizeW .bn_coupon a.pagetop {
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    color: #594F3C;
    font-size: 15px;
    margin-top: 5px;
    background: url("../images/pagetop.png") center 15px no-repeat #FFFFFF;
	background-size: 13px 5px;
    border: 1px solid #4E4B48;
    line-height: 72px;
}