@charset "UTF-8";

/***** COLOR *****/
/***** FONT *****/
/***** SIZE *****/
/***** DECORATION *****/
/***** RESPONSIVE *****/
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
  border-style: none;
  list-style-type: none;
  line-height: normal;
}

input,
textarea,
select,
button {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
}

figure {
  margin: 0;
}

img,
iframe {
  width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  cursor: pointer;
}

body {
  background-color: #C3D3D4;
  color: #3C2F2F;
  font-family: "游ゴシック体", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.05em;
}

p {
  line-height: 1.5;
}

/***** SECTION COMMON ******/
.section-common {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 150px 0;
}

/***** SECTION INNER ******/
.section-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/***** HEADLINE *****/
.headline {
  width: 100wv;
  height: 400px;
  position: relative;
  background: url("  https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/lets/assets/media/images/common/headline/headline-bg_pc.png") center/contain no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}

.headline img {
  position: absolute;
  width: auto;
  height: 100%;
  right: 0;
}

.headline .headline-title {
  position: absolute;
  top: 100px;
  left: 80px;
  z-index: 2;
}

.headline .headline-title .title-en,
.headline .headline-title .title-ja {
  display: block;
}

.headline .headline-title .title-en {
  font-family: "Anton", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: 0.07em;
  color: #C3D3D4;
}

.headline .headline-title .title-ja {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.07em;
  color: #3C2F2F;
  padding-top: 7px;
}

/***** SECTION TITLE *****/
.section-title {
  margin-bottom: 50px;
}

.section-title .title-en,
.section-title .title-ja {
  display: block;
}

.section-title .title-en {
  font-family: "Antique Olive Compact", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: 0.07em;
  color: #365E83;
}

.section-title .title-ja {
  font-family: "游ゴシック体", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 18px;
  line-height: 1.25em;
  letter-spacing: 0.07em;
  color: #3C2F2F;
}

.section-title .title-ja {
  position: relative;
  display: inline-block;
}

.section-title .title-ja::before,
.section-title .title-ja::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #3C2F2F;
  margin: 0 12px;
  vertical-align: middle;
  transform: translateY(-2px);
}

/***** BG ACCENT COMMON *****/
.bg-accent-common {
  height: 0;
}

/***** FOOTER *****/
footer {
  background: #FDE9D0;
  padding: 30px 0;
}

footer .footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .group-top {
  display: flex;
  align-items: center;
  width: 95%;
}

footer .group-top::before,
footer .group-top::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #000;
}

footer .group-top a {
  padding: 0 30px;
}

footer .group-top a img {
  height: 40px;
  display: block;
}

footer .hotel,
footer .shop {
  display: flex;
  align-items: center;
  margin: 50px 0;
}

footer .hotel p,
footer .shop p {
  font: "DIN Condensed", "游ゴシック体";
  padding-right: 20px;
}

footer .hotel a,
footer .shop a {
  padding: 0 15px;
}

footer .hotel a img,
footer .shop a img {
  width: 100px;
  display: block;
}

footer .copyright {
  font-size: 12px;
  text-align: center;
}

.pc-nav {
  z-index: 9999;
  position: fixed;
  top: 75%;
  right: 20px;
  transform: translateY(-50%);
  padding: 10px;
  border-radius: 10px;
}

.pc-nav ul li:last-child {
  margin-top: 20px;
}

.pc-nav ul li:last-child a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.pc-nav ul li:last-child a .icon_reserve {
  display: block;
  width: 55px;
  margin-bottom: 6px;
}

.pc-nav a {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  color: #3C2F2F;
  transition: 0.3s ease;
}

.pc-nav a:hover {
  color: #365E83;
}

.mobile-nav {
  display: none;
}

.mobile-nav .drawer_hidden {
  display: none;
}

.mobile-nav .drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
}

.mobile-nav .drawer_open span {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

.mobile-nav .drawer_open span::before {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  bottom: 8px;
  transition: 0.5s;
}

.mobile-nav .drawer_open span::after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 8px;
  transition: 0.5s;
}

.mobile-nav #drawer_input:checked~.drawer_open span {
  background: rgba(255, 255, 255, 0);
}

.mobile-nav #drawer_input:checked~.drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

.mobile-nav #drawer_input:checked~.drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

.mobile-nav #drawer_input:checked~.nav_content {
  transform: translateY(0);
  opacity: 1;
}

.mobile-nav .nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(123, 167, 176, 0.95);
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.mobile-nav .nav_content .nav_list {
  list-style: none;
  margin-top: 60px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.mobile-nav .nav_content .nav_list li {
  margin: 15px 0;
}

.mobile-nav .nav_content .nav_list li a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  transition: 0.3s;
}

.mobile-nav .nav_content .nav_list li a:hover {
  color: #365E83;
  border-bottom: 1px solid #365E83;
}

.btn-common {
  margin: 70px 0;
}

.btn-common a {
  background: #3D8A9E;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 40px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  width: auto;
  max-width: none;
}

.btn-common a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #3C2F2F;
  transition: 0.3s;
}

.btn-common a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #3C2F2F;
  transition: 0.3s;
}

.btn-common a:hover:before,
.btn-common a:hover:after {
  right: -2.5em;
}

.btn-common a:hover {
  background: rgba(54, 94, 131, 0.8);
}

.info-box {
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  background: #D8D3CD;
  border-radius: 8px;
  padding: 20px;
}

.info-box .info-title {
  font-size: 22px;
  color: #365E83;
  font-weight: 600;
  border-bottom: 1px solid #365E83;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.info-box .info-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-box .info-items .info-item {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.info-box .info-items .info-item .item-label {
  flex: 1;
}

.info-box .info-items .info-item .item-value {
  flex: 4;
}

.info-box .info-items .info-item .item-value .caution {
  display: block;
  font-size: 14px;
}

.info-box .info-items .info-item .item-value .caution::before {
  content: "※";
}

.info-box .info-items .info-item:last-child {
  margin-bottom: 0;
}

.info-box .info-items .info-item .table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.info-box .info-items .info-item .table th,
.info-box .info-items .info-item .table td {
  border-bottom: 1px solid #3D8A9E;
  padding: 10px;
}

.info-box .info-items .info-item .table thead th {
  background-color: #3D8A9E;
  color: #fff;
  border: 1px solid #3D8A9E;
}

.info-box .info-items:last-child {
  margin-bottom: 0;
}

.facility-icon {
  display: inline-block;
  background-color: #f0f0f0;
  border-radius: 16px;
  padding: 3px 10px;
  font-size: 12px;
  color: #fff;
  background: #365E83;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.facility-icon.mb {
  margin-bottom: 10px;
}

/***** KEY VISUAL *****/
.kv {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background: url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/lets/assets/media/images/home/kv/kv-image_pc.png") center/contain no-repeat;
  background-size: 100% 100%;
}

.kv .site-title {
  font-size: 0;
  opacity: 0;
}

.kv .kv__logo {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.kv .kv__logo img {
  width: 40vw;
  height: auto;
}

.kv .bg-accent-common.kv-top,
.kv .bg-accent-common.kv-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.kv .bg-accent-common.kv-top .right {
  position: absolute;
  top: -30px;
  right: 70px;
  width: 25%;
}

.kv .bg-accent-common.kv-bottom .left {
  position: absolute;
  bottom: 40px;
  left: 60px;
  width: 15%;
}

.kv .bg-accent-common.kv-bottom .right {
  position: absolute;
  bottom: -100px;
  right: 300px;
  width: 30%;
}

/* HOTEL'S APPEAL */
.appeal {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.appeal__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
}

.appeal__item:nth-child(even) {
  flex-direction: row-reverse;
}

.appeal__image img {
  width: 250px;
  height: 250px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.appeal__overview {
  width: 400px;
  text-align: left;
}

.appeal__label {
  font-family: "DIN Condensed", "游ゴシック体";
  color: #365E83;
  font-size: 26px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}

.appeal__label::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #365E83;
  margin-left: 12px;
  vertical-align: middle;
  transform: translateY(-2px);
}

.appeal__text p {
  max-width: 450px;
}

/***** BG ACCENT ****/
.bg-accent-common.appeal-room {
  position: relative;
}

.bg-accent-common.appeal-room .left {
  position: absolute;
  top: -200px;
  left: 30px;
  width: 30%;
}

.bg-accent-common.appeal-room .right {
  position: absolute;
  top: 200px;
  right: 300px;
  width: 10%;
}

/***** ROOM *****/
.room {
  position: relative;
  padding-bottom: 0;
}

/* ROOM IMAGES */
.wrapper {
  width: 100%;
  margin: 50px auto;
}

.swiper {
  margin-inline: auto;
}

.swiper-slide {
  width: 250px;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

/***** DIVIDER ****/
.divider.room-membership {
  background: #7BA7B0;
}

/***** MEMBERSHIP DEALS *****/
.membership {
  background: #7BA7B0;
  position: relative;
}

.membership__image {
  width: 200px;
  transform: rotate(-10deg);
  border-radius: 8px;
  margin-bottom: 30px;
}

/***** BG ACCENT ****/
.bg-accent-common.membership-news {
  position: relative;
}

.bg-accent-common.membership-news .right {
  position: absolute;
  /* top: -100px; */
  top: -50px;
  right: 250px;
  width: 13%;
}

/***** NEWS *****/
.news {
  background: #7BA7B0;
}

.news .section-title {
  margin-bottom: 30px;
}

.news__link {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.news__link a {
  display: inline-block;
  text-decoration: underline;
  color: #365E83;
  font-weight: 600;
  transition: all 0.3s ease;
}

.news__link a:hover {
  opacity: 0.7;
}

.news__pop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 20px;
}

.news__pop a {
  flex: 0 0 auto;
  width: 200px;
}

.news__pop a img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.3s ease-in-out;
}

.news__pop a img:hover {
  opacity: 0.8;
}

/***** DIVIDER ****/
.divider.news-footer {
  background: #7BA7B0;
}

/***** RECOMMEND ROOMS *****/
.recommend {
  padding-bottom: 0;
}

.recommend__content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 100px;
  justify-content: center;
}

.recommend__item {
  width: 300px;
}

.recommend__room-name {
  margin: 8px 0;
  font-weight: bold;
}

.recommend__facilities {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

/***** SERVICE ****/
.service {
  padding-bottom: 0;
}

.service__content {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}

/***** DIVIDER ****/
.divider.service-prices {
  background: #7BA7B0;
}

/***** BG ACCENT ****/
.bg-accent-common.service-prices {
  position: relative;
}

.bg-accent-common.service-prices .left {
  position: absolute;
  top: -150px;
  left: 20px;
  width: 18%;
}

.bg-accent-common.service-prices .right {
  position: absolute;
  top: -100px;
  right: 0;
  width: 30%;
}

/***** PRICES *****/
.prices {
  background: #7BA7B0;
}

.prices__content {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.prices__content .btn-common {
  margin-top: 30px;
  position: absolute;
  right: 0;
  bottom: -140px;
}

.prices__content .items {
  max-width: 780px;
  margin: 0 auto;
  /* --- タブ行 --- */
  /* --- 下の全幅表示エリア --- */
}

.prices__content .items .tabs-row {
  display: flex;
  width: 100%;
}

.prices__content .items .tabs-row .tab {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0.7em 1em 0.5em;
  background-color: #3D8A9E;
  color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.prices__content .items .tabs-row .tab input {
  display: none;
}

.prices__content .items .tabs-row .tab span {
  display: block;
}

.prices__content .items .tabs-row .tab:hover {
  opacity: 0.7;
}

.prices__content .items .tabs-row .tab:first-child {
  border-top-left-radius: 8px;
}

.prices__content .items .tabs-row .tab:last-child {
  border-top-right-radius: 8px;
}

.prices__content .items .details {
  width: 100%;
  margin-top: 0;
  position: relative;
  z-index: 3;
}

.prices__content .items .details .type-detail {
  display: none;
  width: 100%;
  padding: 20px 30px;
  background-color: #D8D3CD;
  border-radius: 0 0 12px 12px;
  box-sizing: border-box;
}

.prices__content .items .details .type-detail .caution {
  display: block;
  font-size: 14px;
  text-align: left;
}

.prices__content .items .details .type-detail .caution::before {
  content: "※";
}

.prices__content .items .details .type-detail .info-block {
  margin-bottom: 20px;
}

.prices__content .items .details .type-detail .info-block:last-child {
  margin-bottom: 0;
}

.prices__content .items .details .type-detail .info-block .info-title {
  font-size: 22px;
  color: #365E83;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #365E83;
  text-align: left;
}

.prices__content .items .details .type-detail .info-block .room-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-content: center;
  gap: 20px 30px;
}

.prices__content .items .details .type-detail .info-block .room-items .room-item .mb {
  margin-bottom: 3px;
}

.prices__content .items .details .type-detail .info-block .info-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.prices__content .items .details .type-detail .info-block .info-items .info-item {
  display: flex;
  width: 100%;
}

.prices__content .items .details .type-detail .info-block .info-items .info-item .item-label {
  flex: 1;
  text-align: left;
}

.prices__content .items .details .type-detail .info-block .info-items .info-item .item-value {
  flex: 2;
  text-align: left;
}

.prices__content .items .details .type-detail .info-block .info-items .info-item:last-child {
  margin-bottom: 0;
}

.prices__content .items:has(.tabs-row .tab:nth-child(1) input:checked) .details .type-detail:nth-child(1) {
  display: block;
}

.prices__content .items:has(.tabs-row .tab:nth-child(2) input:checked) .details .type-detail:nth-child(2) {
  display: block;
}

.prices__content .items:has(.tabs-row .tab:nth-child(3) input:checked) .details .type-detail:nth-child(3) {
  display: block;
}

.prices__content .items .tabs-row .tab:has(input:checked) {
  background: #D8D3CD;
  color: #3D8A9E;
}

/***** BG ACCENT ****/
.bg-accent-common.prices-facility {
  position: relative;
  z-index: 2;
}

.bg-accent-common.prices-facility .left {
  position: absolute;
  top: -330px;
  left: 20px;
  width: 30%;
}

/***** FACILITY *****/
.facility {
  background: #7BA7B0;
}

.facility__content {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}

/***** MEMBERS CARD *****/
.card__content {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  max-width: 780px;
  gap: 40px;
}

.card__content .card__text {
  flex: 2;
  text-align: left;
}

.card__content .card__text p {
  padding: 8px 0;
}

.card__content .card__img {
  flex: 1;
  margin: 0 auto;
}

.card__content .card__img img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/***** BG ACCENT ****/
.bg-accent-common.card-deals {
  position: relative;
}

.bg-accent-common.card-deals .left {
  position: absolute;
  top: -150px;
  left: 20px;
  width: 25%;
}

/***** MEMBERSHIP DEALS *****/
.deals .section-inner .deals__content .info-box .info-items .info-item {
  padding-top: 0;
}

.deals .section-inner .deals__content .info-box .info-items .info-item .item-value.basic-only {
  max-width: 600px;
  margin: 0 auto;
}

.deals .section-inner .deals__content .info-caution {
  text-align: left;
}

.deals .section-inner .deals__content .info-caution p:not(:last-child) {
  padding-bottom: 10px;
}

/***** ADDRESS *****/
.address {
  position: relative;
  z-index: 1;
}

.address__content>*:not(:last-child) {
  margin-bottom: 30px;
}

.address__info {
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  max-width: 780px;
  gap: 40px;
}

.address__info-img {
  flex: 1;
  margin: 0 auto;
}

.address__info-img img {
  height: auto;
  display: block;
  border-radius: 8px;
}

.address__info-detail {
  flex: 1;
  text-align: left;
}

.address__info-detail .summary p {
  font-size: 18px;
}

.address__info-detail .title {
  margin-top: 12px;
  color: #365E83;
  font-size: 22px;
  font-weight: 600;
  font-family: "DIN Condensed", "游ゴシック体";
}

.address__info-detail .hotel-info p {
  border-left: 2px solid #365E83;
  padding-left: 10px;
}

.address__info-detail .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.address__map .address__map-iframe {
  max-width: 780px;
  height: 450px;
}

/***** BG ACCENT ****/
.bg-accent-common.address-other {
  position: relative;
}

.bg-accent-common.address-other .right {
  position: absolute;
  top: -200px;
  right: 200px;
  width: 28%;
}

/***** OTHER INFORMATION *****/
.other {
  align-content: center;
}

.other .section-inner .other__content .info-table {
  width: 100%;
  max-width: 780px;
  padding: 20px;
  margin: 0 auto;
  border-collapse: collapse;
}

.other .section-inner .other__content .info-table .row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #3C2F2F;
  gap: 30px;
}

.other .section-inner .other__content .info-table .row:last-child {
  border-bottom: none;
}

.other .section-inner .other__content .info-table .row .label {
  flex: 0 0 35%;
  text-align: left;
}

.other .section-inner .other__content .info-table .row .value {
  flex: 1;
  text-align: left;
}

@media (min-width: 1200px) {
  .section-inner {
    padding: 0 200px;
  }
}

@media (max-width: 768px) {

  /***** SECTION COMMON ******/
  .section-common {
    padding: 100px 0;
  }

  /***** HEADLINE *****/
  .headline {
    width: 100wv;
    height: 350px;
  }

  .headline img {
    display: none;
  }

  .headline .headline-title {
    left: 50px;
  }

  .headline .headline-title .title-en {
    font-size: 48px;
  }

  .headline .headline-title .title-ja {
    font-size: 24px;
  }

  /***** BG ACCENT ****/
  .bg-accent-common.prices-facility {
    position: relative;
    z-index: 2;
  }

  .bg-accent-common.prices-facility .left {
    position: absolute;
    top: -100px;
    left: 20px;
    width: 30%;
  }

  /***** FOOTER *****/
  footer .hotel,
  footer .shop {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  footer .hotel p,
  footer .shop p {
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .pc-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }
}

@media (max-width: 1200px) {

  /***** KEY VISUAL ****/
  .kv .bg-accent-common.kv-top .right {
    top: 0;
    right: 50px;
  }

  .kv .bg-accent-common.kv-bottom .right {
    bottom: -50px;
    right: 120px;
  }

  /***** BG ACCENT ****/
  .bg-accent-common.appeal-room .left {
    width: 40%;
  }

  /***** BG ACCENT ****/
  .bg-accent-common.membership-news .right {
    right: 100px;
    width: 17%;
  }
}

@media (max-width: 768px) {

  /***** KEY VISUAL ****/
  .kv {
    background: url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/lets/assets/media/images/home/kv/kv-image_mobile.png") center/contain no-repeat;
    background-size: 100% 100%;
  }

  .kv .bg-accent-common.kv-top .right {
    top: 0;
    right: 50px;
    width: 40%;
  }

  .kv .bg-accent-common.kv-bottom .left {
    left: 40px;
    width: 30%;
  }

  .kv .bg-accent-common.kv-bottom .right {
    bottom: 100px;
    right: 70px;
    width: 45%;
  }

  /***** APPEAL ****/
  .appeal {
    padding: 0 20px;
  }

  .appeal__item {
    flex-direction: column !important;
    gap: 20px;
  }

  .appeal__overview {
    width: 100%;
  }

  .appeal__image img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /***** BG ACCENT ****/
  .bg-accent-common.appeal-room {
    display: none;
  }

  /***** ROOM *****/
  .room {
    padding: 100px 0;
  }

  .room__content {
    padding: 0 20px;
  }

  /***** MEMBERSHIP DEALS ****/
  .membership {
    padding: 0 20px;
  }

  /***** BG ACCENT ****/
  .bg-accent-common.membership-news .right {
    right: 70px;
  }
}

@media (max-width: 430px) {

  /***** KEY VISUAL ****/
  .kv {
    height: 75vh;
    /***** BG ACCENT *****/
  }

  .kv .bg-accent-common.kv-top .right {
    top: 30px;
    right: 200px;
  }

  .kv .bg-accent-common.kv-bottom .left {
    bottom: 10px;
    left: 20px;
    width: 40%;
  }

  .kv .bg-accent-common.kv-bottom .right {
    bottom: 150px;
    right: 40px;
    width: 55%;
  }

  /***** BG ACCENT ****/
  .bg-accent-common.appeal-room .left {
    left: 10px;
    width: 50%;
  }

  /***** BG ACCENT ****/
  .bg-accent-common.membership-news .right {
    right: 40px;
    width: 30%;
  }
}

@media (max-width: 1200px) {

  /***** PRICES *****/
  .prices__content .btn-common a::before,
  .prices__content .btn-common a::after {
    display: none;
  }
}

@media (max-width: 768px) {

  /***** PRICES *****/
  /* .prices__content .details .type-detail .info-block .info-items .info-item .item-value {
    flex: 1;
    text-align: right;
  } */

  .prices__content .items .details .type-detail .info-block .info-items .info-item .item-value {
    flex: 1;
    text-align: right;
  }

  /***** FACILITY *****/
  .facility {
    background: #7BA7B0;
  }

  .facility__content .info-box .info-items .info-item {
    flex-direction: unset;
  }
}

@media (max-width: 430px) {

  /***** PRICES *****/
  .prices__content .items .tabs-row .tab {
    font-size: 14px;
  }

  /***** BG ACCENT ****/
  .bg-accent-common.service-prices {
    position: relative;
  }

  .bg-accent-common.service-prices .left {
    position: absolute;
    top: -150px;
    left: 20px;
    width: 23%;
  }

  .bg-accent-common.service-prices .right {
    position: absolute;
    top: -100px;
    right: 0;
    width: 40%;
  }
}

/***** MEMBERS CARD *****/
@media (max-width: 768px) {
  .card__content {
    flex-direction: column-reverse;
  }

  .card__content .card__img {
    width: 60%;
  }

  /***** BG ACCENT ****/
  .bg-accent-common.card-deals .left {
    top: -120px;
    left: 20px;
    width: 30%;
  }

  .deals__content .info-box .info-items .info-item {
    flex-direction: row;
    border-bottom: none;
    padding-top: 10px;
  }
}

@media (max-width: 430px) {

  /***** BG ACCENT ****/
  .bg-accent-common.card-deals .left {
    top: -120px;
    left: 10px;
    width: 50%;
  }
}

@media (max-width: 1200px) {

  /***** BG ACCENT ****/
  .bg-accent-common.address-other {
    position: relative;
  }

  .bg-accent-common.address-other .right {
    top: -160px;
    right: 50px;
    width: 35%;
  }
}

@media (max-width: 768px) {

  /***** ADDRESS *****/
  .address__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .address__info-img,
  .address__info-detail {
    flex: none;
    width: 100%;
  }

  .address__info-detail {
    text-align: left;
  }
}

@media (max-width: 430px) {

  /***** BG ACCENT ****/
  .bg-accent-common.address-other {
    position: relative;
  }

  .bg-accent-common.address-other .right {
    top: -100px;
    right: 30px;
    width: 40%;
  }
}

@media (max-width: 768px) {
  .info-box .info-items {
    gap: 0;
  }

  .info-box .info-items .info-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px dashed #365E83;
  }

  .info-box .info-items .info-item:first-child {
    padding-top: 0;
  }

  .info-box .info-items .info-item:last-child {
    border-bottom: none;
  }

  .info-item:last-child {
    border-bottom: none;
  }

  .item-label {
    color: #365E83;
    font-weight: bold;
  }

  .item-value {
    margin-left: 0;
  }
}

@media (max-width: 430px) {
  .info-box .info-items .info-item .table {
    text-align: left;
  }

  .info-box .info-items .info-item .table thead {
    display: none;
  }

  .info-box .info-items .info-item .table th,
  .info-box .info-items .info-item .table td {
    display: block;
    border: 0;
  }

  .info-box .info-items .info-item .table tbody th {
    background: #3D8A9E;
    color: #fff;
  }

  .info-box .info-items .info-item .table td::before {
    content: attr(data-label);
    color: #3D8A9E;
    font-weight: bold;
    display: inline-block;
    min-width: 100px;
  }
}

/*# sourceMappingURL=style.css.map */