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

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
.section {
	color: var(--default-color);
	background-color: var(--background-color);
	padding: 48px 0 64px;
	scroll-margin-top: 64px;
	overflow: clip;
	overflow-x: hidden;
}

section.gradient-white-top,
section.gradient-white-bottom {
	position: relative;
}

section.gradient-white-top::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 150px;
	background-image: linear-gradient(#ffffff, transparent);
	z-index: 1;
	pointer-events: none;
}

section.gradient-white-bottom::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 150px;
	background-image: linear-gradient(0deg, #ffffff, transparent);
	z-index: 1;
	pointer-events: none;
}

section.gradient-white-top .container,
section.gradient-white-bottom .container {
	position: relative;
	z-index: 2;
}

section.bg_gradient_pastel {
	position: relative;
	background: linear-gradient(165deg, #fef9f3 0%, #f8f4ff 50%, #f0f9ff 100%);
}

section.bg_gradient_pastel::before,
section.bg_gradient_pastel::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 150px;
	z-index: 1;
	pointer-events: none;
}

section.bg_gradient_pastel::before {
	background-image: linear-gradient(#ffffff, transparent);
	top: -2px;
	left: 0;
}

section.bg_gradient_pastel::after {
	background-image: linear-gradient(0deg, #ffffff, transparent);
	left: 0;
	bottom: -2px;
}

section.bg_gradient_pastel .container {
	position: relative;
	z-index: 2;
}

/* title
---------------------------------------------------------------------- */
.section-title {
	text-align: center;
	padding-bottom: 2.25rem;
	position: relative;
	z-index: 2;
}

.section-title h2 {
	color: #741b47;
	line-height: 1.5;
	letter-spacing: .025rem;
	font-size: 2.25rem;
	font-weight: 200;
	letter-spacing: .075;
	margin-bottom: .5rem;
	position: relative;
}

.section-title .subtitle {
	display: block;
	font-size: .9rem;
	font-weight: 400;
	color: #a64d79;
	font-family: hiyorihotel, "Noto Serif", serif;
	text-transform: uppercase;
	margin-bottom: .25rem;
	letter-spacing: .075rem;
}

.section-title .title-decoration {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 1.25rem;
}

.section-title .title-decoration span {
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #a64d79;
}

.section-title .title-decoration span:nth-child(2) {
	width: 15px;
}

.section-title p {
	margin-bottom: 0;
	font-size: .9rem;
	font-weight: 500;
	line-height: 1.75;
	color: color-mix(in srgb, #4c1130, transparent 15%);
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.section-title--light h2 {
	color: #fff;
}

.section-title--light .subtitle {
	color: #c27ba0;
}

.section-title--light .title-decoration span {
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #c27ba0;
}

/* 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: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mainvisual_img img {
	width: 100%;
}

/*--------------------------------------------------------------
# Breakfast Section
--------------------------------------------------------------*/
.decorative-blob {
	position: absolute;
	border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	opacity: 0.12;
	z-index: 0;
	pointer-events: none;
}

.decorative-blob.blob-1 {
	width: 400px;
	height: 400px;
	background: linear-gradient(135deg, #667eea, #764ba2);
	top: -100px;
	left: -150px;
	animation: blobFloat 12s ease-in-out infinite;
}

.decorative-blob.blob-2 {
	width: 300px;
	height: 300px;
	background: linear-gradient(135deg, #f093fb, #f5576c);
	top: 20%;
	right: -100px;
	border-radius: 37% 63% 46% 54%/48% 55% 45% 52%;
	animation: blobFloat 10s ease-in-out infinite reverse;
}

.decorative-blob.blob-3 {
	width: 250px;
	height: 250px;
	background: linear-gradient(135deg, #4facfe, #00f2fe);
	bottom: -140px;
	left: 30%;
	border-radius: 54% 46% 63% 37%/52% 45% 55% 48%;
	animation: blobFloat 14s ease-in-out infinite;
}

@keyframes blobFloat {

	0%,
	100% {
		transform: translate(0, 0) rotate(0deg);
	}

	33% {
		transform: translate(20px, -30px) rotate(5deg);
	}

	66% {
		transform: translate(-15px, 20px) rotate(-5deg);
	}
}

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

.gnav_logo {
	width: 180px;
	padding: 10px 0 0 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_nav {
	padding: 20px 0 80px;
}

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

.menu_list {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	position: relative;
	z-index: 2;
}

.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: #a64d79;
	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 Sections
--------------------------------------------------------------*/

#room {
	padding-top: 100px;
	margin-top: -100px;
}

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

.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;
	margin: 20px -20px;
}

#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;
	background: linear-gradient(165deg, #fef9f3 0%, #f8f4ff 50%, #f0f9ff 100%);
}

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

	100% {
		opacity: 1;
	}
}

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

.tab_item .tab_item_txt {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

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

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

.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 1rem 1rem
}

.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: #a64d79;
	transform: translateX(-2px);
	padding-left: 3px;
}

#room_tab3:checked+.tab_item,
#room_tab6:checked+.tab_item {
	padding-left: 4px;
}

#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;
	margin: 20px 20px 0;
	position: relative;
	z-index: 2;
}

.room_detail {
	padding: 25px 40px 67px;
	position: relative;
	z-index: 2;
}

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

.romm_subTtl {
	font-size: 24px;
	letter-spacing: 0.15em;
	color: #a64d79;
	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: 50px 20px 50px;
	color: #fff;
	background: #efefef;
	display: flex;
}

.amenities_content {
	flex: 1;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}

.amenities_ttl {
	color: #741b47;
	font-size: 20px;
	letter-spacing: 0.15em;
	text-align: left;
	margin-bottom: 20px;
}

.amenities_txt {
	color: #4c1130;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.71;
}

.amenities_img {
	display: flex;
	gap: 20px;
	width: 38%;
	position: relative;
	z-index: 1;
}

.amenities_img li {
	flex: 1;
}


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

.meal .section-title p {
    flex: 1;
    line-height: 1.66;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-align: center;
}

.meal_inr {
	padding: 0 20px;
}

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

.meal_txt {
	font-size: 17px;
	margin-bottom: 31px;
	line-height: 1.88;
	font-weight: 500;
	position: relative;
	z-index: 2;
	letter-spacing: 0.1em;
}

/* specialty
  ---------------------------------------------------------------------- */
.specialty {
	padding-top: 55px;
	background-color: #741b47;
}

.specialty_inr {
	padding: 55px 20px 60px;
}

.specialty .section-title--light .subtitle {
	color: #fff;
}

.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: 21px;
	font-weight: 600;
	letter-spacing: 0.15em;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 4px;
	min-height: 2.8em;
}

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

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

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

.sightseeing .decorative-blob.blob-1 {
	top: -100px;
	left: -150px;
}

.sightseeing .decorative-blob.blob-2 {
	top: 10%;
	right: -100px;
}

.sightseeing .decorative-blob.blob-3 {
	top: 30%;
	left: 30%;
}

.sightseeing_inr {
	padding: 0 20px 8px;
}

.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;
	text-align: center;
}

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

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

.sightseeing_img {
	width: 420px;
	position: relative;
}

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

.sightseeing_ttl {
	color: #a64d79;
	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 50px;
	margin-top: -14px;
	position: relative;
}

.access_lead {
	text-align: center;
	margin-bottom: 35px;
}

.access_wrap {
	display: flex;
	align-items: flex-start;
	padding: 0 20px;
	gap: 20px;
}

.access_info {
	background-color: #f2e5ee;
	border-radius: 16px;
	padding: 32px;
}

.access_info h3 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 400;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #741b47;
}

.access_info p {
	color: #a64d79;
}

.accessAccordion-group {
	flex: 1;
}

.access summary {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 16px 10px 10px;
	margin-bottom: 0;
	transition: color .3s ease;
	cursor: pointer;
	background-color: #fff;
}

.access .heading-content {
	padding: 16px 20px 20px;
	font-weight: 400;
	background-color: #fff;
}

.access .heading-content ul.liner li {
	font-size: 13px;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: 1px dotted #d2a6bc;
}

.access .heading-content p {
	font-size: 13px;
	line-height: 1.3;
	margin-top: 5px;
}

.access .heading-content ul li {
	list-style: inside !important;
}

details {
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid #fff;
	margin-bottom: 10px;
	box-shadow: 0 2px 8px rgba(76, 17, 48, 0.04);
}

summary {
	list-style: none;
	position: relative;
	display: flex;
	gap: 5px;
}

summary::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: solid 1px #741b47;
	border-right: solid 1px #741b47;
	position: absolute;
	right: 20px;
	top: 50%;
	position: absolute;
	transform: translateY(-50%) scale(1, -1) rotate(-45deg);
}

summary::-webkit-details-marker {
	display: none;
}

details[open] {
	border-radius: 1rem;
	border: 1px solid #d2a6bc;
	overflow: hidden;
}

.access details[open] summary {
	background-color: #f8f1f4;
}

.access details[open] summary::after {
	transform: translateY(-50%) rotate(-45deg);
}

.access_map {
	margin: 25px;
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	z-index: 2;
}

.access_map iframe {
	width: 100%;
	height: 440px;
	padding: 0;
}

.table-sm {
	margin: 10px 0 10px;
}

.table-sm tr th,
.table-sm tr td {
	padding: .25rem .5rem;
	color: #4c1130;
	font-size: .8rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: .05rem;
	border-top: 1px solid #dee2e6;
}

.table-sm tr:last-of-type th,
.table-sm tr:last-of-type td {
	border-bottom: 1px solid #dee2e6;
}

.table-sm tr th {
	width: 100px;
	text-align: center;
	vertical-align: middle;
	background-color: #f5f5f5;
}

/* 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: #a64d79;
	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: url(../images/bg_logo.png) no-repeat;
	background-size: 226px 195px;
	background-position: top right;
	background-color: #741b47;
}

.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 30px;
	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 {
	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;
	color: var(--heading-color);
	background: #fff;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(76, 17, 48, 0.08);
	transition: all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

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

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

/* destinations
  ---------------------------------------------------------------------- */
.destinations {
	padding: 0 20px 100px;
}

.destinations_inr {
	display: flex;
	gap: 20px;
	position: relative;
}

.destinations_map {
	flex: 1;
}

.destinations_map_img {
	height: 600px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
	transition: all .4s ease;
	display: block;
}

.destinations_map_img:hover img {
	transform: scale(1.1);
}

.destinations_map_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .3s ease;
}

.destinations_map_note {
	color: rgba(33, 37, 41, 0.75);
	margin-top: 10px;
	text-align: right;
	font-size: 11px;
}

.destinations_hotel {
	flex: 1;
}

.destinations_hotel_item {
	background: #fff;
	border-radius: 1rem;
	overflow: hidden;
	display: flex;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
	transition: all .3s ease;
	min-height: 160px;
	border: 1px solid #dee2e6;
	margin-bottom: 15px;
}

.destinations_hotel_img {
	flex-shrink: 0;
	width: 160px;
	position: relative;
	overflow: hidden;
}

.destinations_hotel_item:hover .destinations_hotel_img img {
	transform: scale(1.1);
}

.destinations_hotel_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform .3s ease;
}

.destinations_hotel_details {
	flex: 1;
	padding: 20px;
	display: flex;
	flex-direction: column;
}

.destinations_hotel_details h4 {
	font-size: 16px;
	font-weight: 400;
	color: #741b47;
	margin-bottom: .5rem;
	line-height: 1.5;
}

.destinations_hotel_details p {
	font-size: 13px;
	line-height: 1.5;
	color: #896376;
	margin-bottom: 0;
}

.destinations_hotel_link {
	color: #a64d79;
    text-decoration: none;
    font-size:13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 2px;
    transition: all .3s ease;
    margin-top: 8px;
}

.destinations_hotel_link::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 1px #a64d79;
  border-right: solid 1px #a64d79;
  transform: rotate(45deg);
}

.badge-offer {
	position: absolute;
	top: 12px;
	left: 12px;
	background: linear-gradient(135deg, #ba3a63, #6a072e);
	color: white;
	padding: 4px 10px;
	border-radius: 15px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.badge-offer.suminoe {
	background: linear-gradient(135deg, #ffa44a, #dc6515);
	color: #fff;
}

.badge-offer.dotonbori {
	background: linear-gradient(135deg, #9e87e3, #5e4b8e);
	color: #fff;
}

.modal-wrap {
	display: none;
	background: rgba(255, 255, 255, 0.7);
}

.modal-wrap-inr {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	width: 100%;
	height: 100%;
}

#modal-toggle1:checked ~ .modal-wrap {
    display: flex;
    position: absolute;
    height: 100%;
    top: 0;
	right: -20px;
    left: -20px;
    z-index: 100;
}
.modal-wrap label {
    position: absolute;
    top: 0;
    right: 02px;
    z-index: 999;
    background-color: rgba(0, 0, 0, .32);
    width: 35px;
    height: 35px;
    opacity: .7;
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-wrap label svg{
    width: 18px;
    height: auto;
}

/* footer
  ---------------------------------------------------------------------- */
.footer {
	background-color: #741b47;
	color: #fff;
	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: #ffffff;
	background-color: #a64d79;
	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 #ffffff;
	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;
}