@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: #FFF5D2;
  color: #1A110F;
  font-family: "游ゴシック体", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.05em;
}

p {
  line-height: 1.5;
}

.bg-red-text {
  color: #FFF5D2;
}

/***** 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 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.headline .bg {
  position: relative;
  top: 0;
  left: 50%;
  height: 400px;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-50%);
  z-index: 1;
}
.headline .frame {
  position: absolute;
  bottom: -30px;
  left: 20px;
  height: auto;
  width: 750px;
  z-index: 2;
}
.headline .accent {
  position: absolute;
  top: 0;
  right: 20px;
  height: auto;
  width: 40%;
  z-index: 3;
}
.headline .headline-title {
  position: absolute;
  top: 220px;
  left: 120px;
  z-index: 4;
}
.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: #C72F23;
}
.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: #1A110F;
  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: #C72F23;
}
.section-title .title-ja {
  font-family: "游ゴシック体", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 18px;
  line-height: 1.25em;
  letter-spacing: 0.07em;
  color: #1A110F;
  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: #1A110F;
  margin: 0 12px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.section-title .title-en.bg-red-text {
  color: #FFF5D2;
}
.section-title .title-ja.bg-red-text {
  color: #FFF5D2;
}
.section-title .title-ja.bg-red-text::before, .section-title .title-ja.bg-red-text::after {
  background-color: #FFF5D2;
}

/***** FOOTER *****/
footer {
  background: #1DBDB4;
  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 .group-top.text-white::before,
footer .group-top.text-white::after {
  background: #fff;
}

.hotel,
.shop {
  display: flex;
  align-items: center;
  margin: 50px 0;
}
.hotel p,
.shop p {
  font: "DIN Condensed", "游ゴシック体";
  padding-right: 20px;
}
.hotel p.text-white,
.shop p.text-white {
  color: #fff;
}
.hotel a,
.shop a {
  padding: 0 15px;
}
.hotel a img,
.shop a img {
  width: 100px;
  display: block;
}

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

.copyright.text-white {
  color: #fff;
}

.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: #1A110F;
  transition: 0.3s ease;
}
.pc-nav a:hover {
  color: #1DBDB4;
}

.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: #1DBDB4;
  transition: 0.5s;
  position: absolute;
}
.mobile-nav .drawer_open span::before {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #1DBDB4;
  position: absolute;
  bottom: 8px;
  transition: 0.5s;
}
.mobile-nav .drawer_open span::after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #1DBDB4;
  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(199, 47, 35, 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: #1DBDB4;
  border-bottom: 1px solid #1DBDB4;
}

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

.btn-common a {
  background: #1DBDB4;
  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: #1A110F;
  transition: 0.3s;
}
.btn-common a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #1A110F;
  transition: 0.3s;
}
.btn-common a:hover:before, .btn-common a:hover:after {
  right: -2.5em;
}
.btn-common a:hover {
  background: rgba(29, 189, 180, 0.8);
}

.info-box {
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  background: #F0E2BA;
  border-radius: 8px;
  padding: 20px;
}
.info-box .info-title {
  font-size: 22px;
  color: #1DBDB4;
  font-weight: 600;
  border-bottom: 1px solid #1DBDB4;
  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 #F0ECDA;
  padding: 10px;
}
.info-box .info-items .info-item .table thead th {
  background-color: #F0ECDA;
  color: #fff;
  border: 1px solid #F0ECDA;
}
.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: #1DBDB4;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

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

/***** NAV *****/
.pc-nav {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.pc-nav.hidden {
  display: none;
}

.pc-nav.show {
  opacity: 1;
  pointer-events: auto;
}

/***** KEY VISUAL *****/
.kv {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images//home/kv/kv-image_pc.jpg") center/cover no-repeat;
  background-size: 100% 100%;
}
.kv .site-title {
  font-size: 0;
  opacity: 0;
}

/* HOTEL'S APPEAL */
.appeal {
  background-image: linear-gradient(to bottom, transparent 80%, #FFF5D2 100%), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-charel.png");
  background-repeat: repeat-y;
  background-position: 100px top;
  background-size: 50% auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.appeal .content {
  position: relative;
}
.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: #C72F23;
  font-size: 26px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
.appeal__label::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #C72F23;
  margin-left: 12px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.appeal__text p {
  max-width: 450px;
}

/***** 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: #FFF5D2;
}

/***** MEMBERSHIP DEALS *****/
.membership {
  background-color: #C72F23;
  position: relative;
  overflow: hidden;
}
.membership::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 40px;
  width: 90px;
  height: 100%;
  background-image: url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/media/images/common/bg-accent/bg-car-rb.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/media/images/common/bg-accent/bg-car-rb.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom 40px center;
  background-size: contain, contain;
  pointer-events: none;
}
.membership::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 40px;
  width: 90px;
  height: 100%;
  background-image: url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/media/images/common/bg-accent/bg-car-rc.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/media/images/common/bg-accent/bg-car-rc.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom 40px center;
  background-size: contain, contain;
  pointer-events: none;
}
.membership.section-common {
  padding-bottom: 0;
}
.membership__content {
  width: calc(100% - 300px);
}
.membership__image {
  width: 200px;
  border-radius: 8px;
  margin-bottom: 30px;
}

/***** DIVIDER ****/
.divider.membership-news {
  background: #FFF5D2;
}

/***** NEWS *****/
.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: #1DBDB4;
  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: #FFF5D2;
  overflow: hidden;
  height: 30px;
  position: relative;
  margin-bottom: 2px;
}
.divider.news-footer img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  min-width: 100%;
}

/***** RECOMMEND ROOMS *****/
.recommend {
  position: relative;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, transparent 80%, #FFF5D2 100%), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-charel.png");
  background-repeat: repeat-y;
  background-position: 100px top;
  background-size: 50% auto;
}
.recommend__content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 100px;
  justify-content: center;
}
.recommend__item {
  width: 300px;
}
.recommend__item a:hover {
  opacity: 0.8;
}
.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;
}

/***** PRICES *****/
.prices {
  background: #C72F23;
  position: relative;
  overflow: hidden;
}
.prices::before, .prices::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 90px;
  height: 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, contain, contain, contain;
  pointer-events: none;
  z-index: 0;
}
.prices::before {
  left: 40px;
  background-image: url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rb.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rb.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rb.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rb.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rb.png");
  background-position: top center, top 340px center, top 680px center, top 1020px center, top 1360px center;
}
.prices::after {
  right: 40px;
  background-image: url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rc.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rc.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rc.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rc.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rc.png");
  background-position: top center, top 340px center, top 680px center, top 1020px center, top 1360px center;
}
.prices__content {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
}
.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: #1DBDB4;
  color: #FFF5D2;
  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 {
  background: #12a19a;
}
.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: #F0E2BA;
  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: #1DBDB4;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1DBDB4;
  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: #F0E2BA;
  color: #C72F23;
}

/***** FACILITY *****/
.facility {
  background-image: linear-gradient(to bottom, transparent 80%, #FFF5D2 100%), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-charel.png");
  background-repeat: repeat-y;
  background-position: 100px top;
  background-size: 50% auto;
}
.facility__content {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}

/***** ROOM *****/
.room-d {
  position: relative;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, transparent 80%, #FFF5D2 100%), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-charel.png");
  background-repeat: repeat-y;
  background-position: 100px top;
  background-size: 50% auto;
}
.room-d .section-title {
  margin-bottom: 25px;
}
.room-d__content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 100px;
  justify-content: center;
}
.room-d__item {
  width: 500px;
}

/***** DIVIDER *****/
.divider.room-d-price {
  margin-top: 150px;
}

/***** PRICE *****/
.price {
  background: #C72F23;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.price::before, .price::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 90px;
  height: 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: contain, contain, contain, contain;
  pointer-events: none;
  z-index: 0;
}
.price::before {
  left: 40px;
  background-image: url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rb.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rb.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rb.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rb.png");
  background-position: top center, top 340px center, top 680px center, top 1020px center;
}
.price::after {
  right: 40px;
  background-image: url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rc.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rc.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rc.png"), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-car-rc.png");
  background-position: top center, top 340px center, top 680px center, top 1020px center;
}
.price__content {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  z-index: 2;
}
.price__content .info-box .info-items .info-item .item-value {
  flex: 3;
}
.price .caution {
  display: block;
  font-size: 14px;
  color: #FFF5D2;
  text-align: left;
}
.price .caution::before {
  content: "※";
}

/***** FACILITY *****/
.facility {
  background-image: linear-gradient(to bottom, transparent 80%, #FFF5D2 100%), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-charel.png");
  background-repeat: repeat-y;
  background-position: 100px top;
  background-size: 50% auto;
}
.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;
}

/***** MEMBERSHIP DEALS *****/
.deals {
  position: relative;
  background-image: linear-gradient(to bottom, transparent 80%, #FFF5D2 100%), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-charel.png");
  background-repeat: repeat-y;
  background-position: 100px top;
  background-size: 50% auto;
}
.deals .section-title {
  position: relative;
  z-index: 1;
}
.deals .section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 200px;
  transform: translate(-50%, -50%);
  background-image: url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/section-title-back.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.deals .deals__content {
  padding-top: 50px;
  margin: 0 auto;
  max-width: 780px;
}
.deals .deals__content .info-box .info-items .info-item {
  padding-top: 0;
}
.deals .deals__content .info-box .info-items .info-item .item-value.basic-only {
  max-width: 600px;
  margin: 0 auto;
}
.deals .deals__content .info-caution {
  text-align: left;
}
.deals .deals__content .info-caution p:not(:last-child) {
  padding-bottom: 10px;
}

/***** ADDRESS *****/
.address {
  max-width: 780px;
  position: relative;
  margin: 0 auto;
  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: #1DBDB4;
  font-size: 22px;
  font-weight: 600;
  font-family: "DIN Condensed", "游ゴシック体";
}
.address__info-detail .hotel-info p {
  border-left: 2px solid #1DBDB4;
  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;
}
.address__transportation .info-box .info-items .info-item {
  display: block;
}
.address__transportation .caution {
  padding-top: 5px;
}

/***** OTHER INFORMATION *****/
.other {
  align-content: center;
  background-image: linear-gradient(to bottom, transparent 80%, #FFF5D2 100%), url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images/common/bg-accent/bg-charel.png");
  background-repeat: repeat-y;
  background-position: 100px top;
  background-size: 50% auto;
}
.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 #1A110F;
  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;
}
.other .section-inner .other__content .info-table .row .value a {
  display: inline-block;
  text-decoration: underline;
  color: #1DBDB4;
  font-weight: 600;
  transition: all 0.3s ease;
}
.other .section-inner .other__content .info-table .row .value a:hover {
  color: #C72F23;
}

@media (max-width: 768px) {
  /***** SECTION COMMON ******/
  .section-common {
    padding: 100px 0;
  }
  /***** HEADLINE *****/
  .headline {
    height: 350px;
  }
  .headline .bg {
    display: block;
    height: 300px;
    z-index: 1;
  }
  .headline .frame {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 60%;
  }
  .headline .accent {
    display: none;
  }
  .headline .headline-title {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .headline .headline-title .title-en {
    font-size: 48px;
  }
  .headline .headline-title .title-ja {
    font-size: 24px;
  }
  /***** 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: 430px) {
  /***** HEADLINE *****/
  .headline {
    height: 200px;
  }
  .headline .bg {
    display: block;
    height: 300px;
    z-index: 1;
  }
  .headline .frame {
    position: absolute;
    top: 50%;
    width: 90%;
  }
  .headline .headline-title {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .headline .headline-title .title-en {
    font-size: 32px;
  }
  .headline .headline-title .title-ja {
    font-size: 18px;
  }
  /***** SECTION TITLE *****/
  .section-title .title-en {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .pc-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
}
@media (max-width: 768px) {
  /***** APPEAL ****/
  .appeal {
    padding: 100px 20px;
  }
  .appeal__item {
    flex-direction: column !important;
    gap: 20px;
  }
  .appeal__overview {
    width: 100%;
  }
  .appeal__image img {
    margin-top: 30px;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /***** ROOM *****/
  .room {
    padding: 100px 0;
  }
  .room__content {
    padding: 0 20px;
  }
  .membership::before, .membership::after {
    background-image: none;
  }
  .membership__content {
    width: calc(100% - 40px);
  }
}
@media (max-width: 430px) {
  /***** KEY VISUAL ****/
  .kv {
    background: url("https://ilc-hotel-group.com/wp-content/themes/ilc-hotel-group_wp/charel/assets/media/images//home/kv/kv-image_mobile.jpg") center/contain no-repeat;
    background-size: 100% 100%;
  }
}
@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::before, .prices::after {
    background-image: none;
  }
  .prices__content .items .details .type-detail .info-block .info-items .info-item .item-value {
    text-align: right;
  }
  /***** FACILITY *****/
  .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;
  }
  .prices__content .items .details .type-detail .info-block .info-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  /***** DIVIDER *****/
  .divider.room-d-price {
    margin-top: 0;
  }
  /***** PRICE *****/
  .price::before, .price::after {
    background-image: none;
  }
  /***** FACILITY *****/
  .facility.section-common {
    padding-top: 0;
  }
  .facility__content .info-box .info-items .info-item {
    flex-direction: unset;
  }
}
@media (max-width: 1200px) {
  /***** MEMBERSHIP DEALS *****/
  .deals .section-inner {
    max-width: 780px;
  }
}
@media (max-width: 768px) {
  /***** MEMBERS CARD *****/
  .card__content {
    flex-direction: column-reverse;
  }
  .card__content .card__img {
    width: 60%;
  }
  /***** MEMBERSHIP DEALS *****/
  .deals__content .info-box .info-items .info-item {
    flex-direction: row;
    border-bottom: none;
    padding-top: 10px;
  }
}
@media (max-width: 430px) {
  /***** MEMBERSHIP DEALS ****/
  .deals .deals__content {
    padding-top: 0;
  }
}
@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: 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 #1DBDB4;
  }
  .info-box .info-items .info-item:first-child {
    padding-top: 0;
  }
  .info-box .info-items .info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .info-item:last-child {
    border-bottom: none;
  }
  .item-label {
    color: #1DBDB4;
    font-weight: bold;
  }
  .item-value {
    margin-left: 0;
  }
}
@media (max-width: 430px) {
  .info-box .info-title {
    font-size: 20px;
  }
  .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: #F0ECDA;
    color: #fff;
  }
  .info-box .info-items .info-item .table td::before {
    content: attr(data-label);
    color: #F0ECDA;
    font-weight: bold;
    display: inline-block;
    min-width: 100px;
  }
}/*# sourceMappingURL=style.css.map */