@charset "UTF-8";
/* ========================================
    Breakpoint settings
======================================== */
/**
* 0 - 639px:sp
* 640 - 1,023px:tab
* 1,024px - :pc
**/
/* ========================================
    Base settings (Foundation)
======================================== */
html {
  font-size: 62.5%;
}
@media (max-width: 1023px) {
  html {
    font-size: 1.563vw;
  }
}
@media (max-width: 639px) {
  html {
    font-size: 2.667vw;
  }
}

body {
  color: #251F18;
}

@media (min-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ========================================
    Header layout (Layout)
======================================== */
/* タブレット以下でのヘッダー固定表示 */
@media (max-width: 1023px) {
  .l-header {
    position: fixed;
    width: 100vw;
  }
} /* ヘッダーナビのレイアウト設定 */
.l-header .c-fluid-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
  padding: 0 1.6rem;
}
@media (max-width: 1023px) {
  .l-header .c-fluid-container {
    height: unset;
    padding: 0.8rem 1.6rem;
    display: block;
  }
}

/* ヘッダーナビのフォントサイズ設定 */
.l-header .c-fluid-container a {
  font-size: 1.6rem;
}

/* ヘッダーロゴの設定 */
.l-header .c-fluid-container .l-1row-header__branding .c-site-branding__title .custom-logo-link {
  display: inline-block;
  width: 3.6rem;
  aspect-ratio: 36/40;
}

.l-header .c-fluid-container .l-1row-header__branding .c-site-branding__title .custom-logo-link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ヘッダーメニューの間隔設定 */
.l-header .c-fluid-container .c-navbar {
  padding-left: 4rem;
  gap: 3.2rem;
}

/* ヘッダーメニュー【電話】の設定 */
.l-header .c-fluid-container .c-sub-nav--right .c-navbar .menu-item-629 {
  padding: 0.6rem 1.2rem 0.6rem 3.4rem;
  border: 1px solid #251F18;
  border-radius: 0.4rem;
  position: relative;
}

.l-header .c-fluid-container .c-sub-nav--right .c-navbar .menu-item-629::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  aspect-ratio: 14/16;
  top: 1.2rem;
  left: 1.2rem;
  background: url(../img/Icon_phone.png) no-repeat center/contain;
}

/* ヘッダーメニュー【フォーム予約ボタン】の設定 */
.l-header .c-fluid-container .c-sub-nav--right .c-navbar .menu-item-630 {
  padding: 0.6rem 3rem 0.6rem 1.2rem;
  background: #251F18;
  color: #fff;
  border-radius: 0.4rem;
  position: relative;
}

.l-header .c-fluid-container .c-sub-nav--right .c-navbar .menu-item-630::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  aspect-ratio: 1/2;
  top: 1.6rem;
  right: 1.4rem;
  background: url(../img/Icon_btn-arrow01.png) no-repeat center/contain;
}

/* ヘッダーメニュー【Instagram】の設定 */
.l-header .c-fluid-container .c-sub-nav--right .c-navbar .menu-item-678 {
  width: 4rem;
  aspect-ratio: 1/1;
  background: url(../img/Icon_Instagram_Glyph_Gradient.png) no-repeat center/contain;
  color: rgba(255, 255, 255, 0);
}

/* ========================================
    Layout (footer)
======================================== */
.l-footer {
  background: #fff;
}

/* フッターのタイトルロゴのサイズ調整 */
.l-footer__titleLogo {
  width: 32.9vw;
  aspect-ratio: 474/147;
}
@media (max-width: 1023px) {
  .l-footer__titleLogo {
    width: 60vw;
  }
}
@media (max-width: 1023px) {
  .l-footer__titleLogo {
    width: 80vw;
  }
}

.l-footer__titleLogo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-footer__address {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__address::before {
  content: "";
  position: absolute;
  width: 2.4rem;
  aspect-ratio: 1/1;
  top: 1rem;
  left: -0.4rem;
  background: url(../img/Icon_map.png) no-repeat center/contain;
}

/* フッターのSNSリンクロゴのサイズ調整 */
.l-footer__icon-group .l-footer__icon-image {
  width: 4rem;
  height: 4rem;
}

/* フッター・コピーライトのサイズ調整 */
.l-footer .c-copyright {
  background: #fff;
  color: var(--smb-section--color);
  padding-bottom: 1.6rem;
}

/* ========================================
    Component (drawer)
======================================== */
.c-drawer,
.c-drawer * {
  font-size: 1.6rem;
}
.c-drawer .c-drawer__inner > .c-drawer__menu,
.c-drawer * .c-drawer__inner > .c-drawer__menu {
  padding: 4rem 0 0 2.4rem;
  line-height: 3;
}
.c-drawer .c-drawer__sub-nav,
.c-drawer * .c-drawer__sub-nav {
  padding: 4rem 1.6rem 0;
  font-size: 1.6rem;
  line-height: 2;
}
.c-drawer #menu-item-629,
.c-drawer * #menu-item-629 {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  background: #fff;
  color: #251f18;
  border-radius: 4px;
  border: 1px solid #251f18;
  padding: 0.6rem 0 0.6rem 3.6rem;
  position: relative;
}
.c-drawer #menu-item-629::before,
.c-drawer * #menu-item-629::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  aspect-ratio: 14/16;
  top: 1.4rem;
  left: 1.2rem;
  background: url(../img/Icon_phone.png) no-repeat center/contain;
}
.c-drawer #menu-item-630,
.c-drawer * #menu-item-630 {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  background: #251f18;
  color: #FFF;
  padding: 1.2rem 0;
  margin-top: 2.4rem;
  border-radius: 4px;
  text-align: center;
}
.c-drawer #menu-item-678,
.c-drawer * #menu-item-678 {
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  color: rgba(255, 255, 255, 0);
  height: 6rem;
  margin-top: 6rem;
  text-align: center;
}
.c-drawer #menu-item-678 a,
.c-drawer * #menu-item-678 a {
  display: inline-block;
  height: 100%;
  aspect-ratio: 1/1;
  background: url(../img/Icon_Instagram_Glyph_Gradient.png) no-repeat center/contain;
}

/* ========================================
    Font settings in utilities
======================================== */
.u-fw-300 {
  font-weight: 300;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-600 {
  font-weight: 600;
}

.u-fw-600 {
  font-weight: 700;
}

.u-fw-700 {
  font-weight: 700;
}

.u-ff-candal {
  font-family: "Candal", sans-serif;
}

/* ========================================
    Project (Access)
======================================== */
/* レスポンシブ対応 - マップとテキストを縦並びに */
@media (max-width: 1023px) {
  .p-access__map-column {
    flex-direction: column-reverse;
    gap: 4rem;
  }
}

@media (max-width: 1023px) {
  .p-access__map-column div {
    flex-basis: unset;
  }
}

/* ========================================
    Project (common)
======================================== */
/* CTA見出しサイズの調整 */
.p-common__cta-heading img {
  width: 58rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1023px) {
  .p-common__cta-heading img {
    width: 54rem;
  }
}
@media (max-width: 639px) {
  .p-common__cta-heading img {
    width: 32rem;
  }
}

@media (max-width: 1023px) {
  .p-common__cta .p-common__cta-speachBar {
    width: 56rem;
  }
}
@media (max-width: 639px) {
  .p-common__cta .p-common__cta-speachBar {
    width: 32rem;
  }
}

@media (max-width: 1023px) {
  .p-common__cta .p-common__cta-speachBar img {
    width: 100%;
  }
}

/* CTAへの煩悩くんキャラクタ配置 */
.p-common__cta .p-common__cta-box {
  position: relative;
  max-width: 72.8rem;
}
@media (max-width: 1023px) {
  .p-common__cta .p-common__cta-box {
    width: 94vw;
  }
}

.p-common__cta .p-common__cta-box::after {
  content: "";
  position: absolute;
  width: 8rem;
  aspect-ratio: 173/130;
  background: url(../img/common-character_bonnow.png) no-repeat center/contain;
  right: 6.6rem;
  bottom: 7.2rem;
}
@media (max-width: 639px) {
  .p-common__cta .p-common__cta-box::after {
    right: 2rem;
    bottom: 8.5rem;
  }
}

/* CTAボタンへの矢印アイコン配置 */
.p-common__cta .p-common__cta-btn {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4rem;
  position: absolute;
}

.p-common__cta .p-common__cta-btn-w::after {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 1rem;
  background: url(../img/common-cta_arrow.png) no-repeat center/contain;
  right: 3.2rem;
  top: 2.5rem;
}

.p-common__cta .p-common__cta-btn-g::after {
  content: "";
  position: absolute;
  width: 2.6rem;
  height: 1rem;
  background: url(../img/common-cta_arrow-w.png) no-repeat center/contain;
  right: 3.2rem;
  top: 2.5rem;
}

/* CTAボタンのホバー挙動 */
.p-common__cta-btnBox {
  width: 28rem;
  height: 6rem;
  position: relative;
  display: inline-block;
}

.p-common__cta .p-common__cta-btn a {
  padding-right: 2rem;
  height: 100%;
  width: 100%;
}

.p-common__cta-btn-w {
  position: relative;
}

.p-common__cta-btn-g {
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 0, 0 100%);
  transition: 0.2s all;
}

@media (min-width: 1024px) {
  .p-common__cta-btn-w:hover + .p-common__cta-btn-g,
.p-common__cta-btn-g:hover {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
/* contactの電話アイコンの設定　*/
.p-common__contact-phone {
  display: inline-block;
  margin: 0 auto;
}

.p-common__contact-phone {
  position: relative;
}

.p-common__contact-phone::before {
  content: "";
  position: absolute;
  width: 3rem;
  aspect-ratio: 14/16;
  top: 2rem;
  left: 1.2rem;
  background: url(../img/Icon_phone.png) no-repeat center/contain;
}

/* 電話とボタンの中央ぞろえ　*/
.p-common__contact-container {
  text-align: center;
}

/* 問い合わせフォーム遷移ボタンの設定　*/
.p-common__contact-btn a {
  padding-left: 4rem;
  padding-right: 6.8rem;
}

.p-common__contact-btn a::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  aspect-ratio: 1/2;
  top: 2.4rem;
  right: 2.4rem;
}

.p-common__contact-btn-w a::before {
  background: url(../img/Icon_btn-arrow02.png) no-repeat center/contain;
}

.p-common__contact-btn-g a::before {
  background: url(../img/Icon_btn-arrow01.png) no-repeat center/contain;
}

.p-common__contact-btnBox {
  position: relative;
  display: inline-block;
}

.p-common__contact-btn-w {
  position: relative;
}

.p-common__contact-btn-g {
  position: absolute;
  -webkit-clip-path: polygon(0 100%, 0 100%, 50% 100%, 20% 100%);
          clip-path: polygon(0 100%, 0 100%, 50% 100%, 20% 100%);
  transition: 0.2s all;
}

@media (min-width: 1024px) {
  .p-common__contact-btn-w:hover + .p-common__contact-btn-g,
.p-common__contact-btn-g:hover {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.p-common__contact-btnBox .p-common__contact-btn-g > .wp-block-button__link {
  filter: brightness(1);
}

/* ========================================
    Project (Concept)
======================================== */
/* コンセプト掲載画像のレスポンシブ調整 */
.p-concept__img {
  padding: 0 2rem;
}
@media (max-width: 1023px) {
  .p-concept__img {
    max-width: unset;
  }
}
@media (max-width: 639px) {
  .p-concept__img {
    padding: 0;
  }
}

/* ========================================
    Project (home)
======================================== */
.p-home__fv {
  /* fvのレスポンシブ画像変更に伴う縦サイズ調整 */
  /* fv ロゴ イメージのサイズ調整 */
  /* fv キャッチフレーズ イメージのサイズ調整 */
}
@media (max-width: 1023px) {
  .p-home__fv {
    height: 50.3rem;
  }
}
@media (max-width: 639px) {
  .p-home__fv {
    height: 63rem;
  }
}
.p-home__fv .p-home__fv-titleLogo {
  width: 32.9vw;
  aspect-ratio: 474/147;
  display: inline-block;
}
@media (max-width: 1023px) {
  .p-home__fv .p-home__fv-titleLogo {
    width: 54vw;
  }
}
@media (max-width: 639px) {
  .p-home__fv .p-home__fv-titleLogo {
    width: 85vw;
  }
}
.p-home__fv .p-home__fv-titleLogo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-home__fv .p-home__fv-catchphrase {
  width: 49.7vw;
}
@media (max-width: 1023px) {
  .p-home__fv .p-home__fv-catchphrase {
    width: 80vw;
  }
}
@media (max-width: 639px) {
  .p-home__fv .p-home__fv-catchphrase {
    width: 95vw;
  }
}
.p-home__fv .p-home__fv-catchphrase img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Aboutの見出しのレイアウト調整 */
.p-home__about-heading {
  align-items: end;
}
@media (max-width: 639px) {
  .p-home__about-heading {
    flex-direction: column;
    align-items: start;
  }
}

/* 生演奏Barの見出しのレイアウト調整 */
.p-home__bar-heading {
  z-index: 1;
  transform: translateX(4rem);
  align-items: end;
}
@media (max-width: 1023px) {
  .p-home__bar-heading {
    transform: translateX(0);
  }
}
@media (max-width: 639px) {
  .p-home__bar-heading {
    flex-direction: column;
    align-items: start;
  }
}

/* About,生演奏Barのテキスト背景画像の配置設定 */
.p-home__about .p-home__about-box,
.p-home__bar .p-home__bar-box {
  width: 84rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1023px) {
  .p-home__about .p-home__about-box,
.p-home__bar .p-home__bar-box {
    width: 100vw;
  }
}

.p-home__about .p-home__about-box {
  padding-left: 4rem;
}

.p-home__about .p-home__about-box .p-home__about-boxImage,
.p-home__bar .p-home__bar-box .p-home__bar-boxImage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.p-home__about .p-home__about-box .p-home__about-boxImage img,
.p-home__bar .p-home__bar-box .p-home__bar-boxImage img {
  position: absolute;
  height: 100%;
  /* Aboutのテキストレイアウト調整 */
}
@media (max-width: 1023px) {
  .p-home__about .p-home__about-box .p-home__about-boxImage img,
.p-home__bar .p-home__bar-box .p-home__bar-boxImage img {
    width: 100%;
  }
}

.p-home__about .p-home__about-box .p-home__about-text {
  margin-top: 1.6rem;
  padding: 6.4rem 6.4rem 2.4rem;
  z-index: 1;
}
@media (max-width: 639px) {
  .p-home__about .p-home__about-box .p-home__about-text {
    margin-top: 0;
    padding: 8rem 3rem 2.4rem;
  }
}

.p-home__about .p-home__about-box .p-home__about-text-green {
  padding: 0 0 6.4rem 16rem;
  z-index: 1;
}
@media (max-width: 639px) {
  .p-home__about .p-home__about-box .p-home__about-text-green {
    padding: 0 0 8rem 2rem;
  }
}

.p-home__about .p-home__about-box .p-home__about-text-green a {
  text-decoration: none;
}

.p-home__about .p-home__about-box .p-home__about-text-green span:first-child {
  text-decoration: underline;
  display: inline-block;
}

/* 生演奏Barのテキストレイアウト調整 */
.p-home__bar .p-home__bar-box .p-home__bar-text-top {
  margin-top: 1.6rem;
  z-index: 1;
  padding: 6.4rem 6.4rem 1.6rem;
}
@media (max-width: 639px) {
  .p-home__bar .p-home__bar-box .p-home__bar-text-top {
    margin-top: 0;
    padding: 8rem 3rem 2rem;
  }
}

.p-home__bar .p-home__bar-box .p-home__bar-text-bottom {
  padding: 0 6.4rem 6.4rem;
  z-index: 1;
}
@media (max-width: 639px) {
  .p-home__bar .p-home__bar-box .p-home__bar-text-bottom {
    padding: 0 3rem 8rem;
  }
}

/* About,生演奏Barの左右画像の配置設定 */
.p-home__about,
.p-home__bar {
  position: relative;
}

.p-home__about::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4rem;
  height: calc(100% - 4rem);
  aspect-ratio: 341/498;
  background: url(../../../../uploads/2025/12/home-about_Image.png) no-repeat center/contain;
  z-index: 0;
}
@media (max-width: 1023px) {
  .p-home__about::after {
    display: none;
  }
}

.p-home__bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4rem;
  height: calc(100% - 4rem - 8rem);
  aspect-ratio: 341/498;
  background: url(../../../../uploads/2025/12/home-bar_Image.png) no-repeat center/contain;
  z-index: 0;
}
@media (max-width: 1023px) {
  .p-home__bar::after {
    display: none;
  }
}

/* ギャラリーレイアウトのスタイル設定 */
.p-home__gallery .p-home__gallery-heading {
  align-items: end;
}
@media (max-width: 639px) {
  .p-home__gallery .p-home__gallery-heading {
    flex-direction: column;
    align-items: start;
  }
}

.p-home__gallery .p-home__gallery-panels .p-home__gallery-unit {
  padding: 0.5rem;
}

.p-home__gallery .p-home__gallery-panels .p-home__gallery-unit > div {
  border: 0.8rem solid rgba(134, 216, 209, 0.8);
  overflow: hidden;
}
@media (max-width: 639px) {
  .p-home__gallery .p-home__gallery-panels .p-home__gallery-unit > div {
    border: 0.4rem solid rgba(134, 216, 209, 0.8);
  }
}

.p-home__gallery .p-home__gallery-panels .p-home__gallery-unit figure {
  filter: grayscale(80%);
  transition: all 0.3s ease-out;
}

.p-home__gallery .p-home__gallery-panels .p-home__gallery-unit:hover figure {
  filter: grayscale(0%);
  transform: scale(105%);
}

/* ========================================
    Project (system)
======================================== */
/* fv ロゴ イメージのサイズ調整 */
.p-system__fv .p-system__fv-titleLogo img {
  width: 58rem;
  aspect-ratio: 10/1;
  -o-object-fit: contain;
     object-fit: contain;
}

/* fv テキストのサイズ調整 */
.p-system__fv .p-system__fv-text {
  width: 42rem;
}

/* fv 煩悩キャラクタの調整 */
.p-system__fv {
  position: relative;
}

.p-system__fv-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15.3rem;
  aspect-ratio: 153/110;
}
@media (max-width: 639px) {
  .p-system__fv-image {
    width: 12rem;
  }
}

.p-system__fv-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* メインコンテンツの白色透過背景の設定 */
.p-system__sectionCommon,
.p-system__sectionCommon-rev {
  background: rgba(255, 255, 255, 0.8);
  padding-left: 4rem;
  position: relative;
}
@media (max-width: 1023px) {
  .p-system__sectionCommon,
.p-system__sectionCommon-rev {
    padding-left: 1.2rem;
  }
}

/* メインコンテンツの白色透過背景の右への延長設定 */
.p-system__sectionCommon:after {
  content: "";
  position: absolute;
  height: 100%;
  width: max(50vw - 570px, 0px);
  top: 0;
  left: 100%;
  background: rgba(255, 255, 255, 0.8);
}

/* メインコンテンツの白色透過背景の左への延長設定 */
.p-system__sectionCommon-rev:after {
  content: "";
  position: absolute;
  height: 100%;
  width: max(50vw - 570px, 0px);
  top: 0;
  right: 100%;
  background: rgba(255, 255, 255, 0.8);
}

/* 固定（Fixed）背景の設定 */
.p-system__common-bg {
  background: url(../../../../uploads/2025/12/system-body_background-pc.jpg) no-repeat fixed center/cover;
}
@media (max-width: 1023px) {
  .p-system__common-bg {
    background: url(../../../../uploads/2025/12/system-body_background-tab.jpg) no-repeat fixed center/cover;
  }
}
@media (max-width: 639px) {
  .p-system__common-bg {
    background: unset;
  }
}

.p-system__common-backgrond-sp-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-system__common-backgrond-sp-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* セクションタイトルのレスポンシブ設定 */
.p-system__sectionTitle {
  align-items: end;
}
@media (max-width: 1023px) {
  .p-system__sectionTitle {
    flex-direction: column;
    align-items: start;
  }
}

/* 小見出し（h3ヘッダー）の設定 */
.p-system__common-h3Title {
  position: relative;
  text-decoration: underline;
  padding: 4rem 0 0 8rem;
}
@media (max-width: 1023px) {
  .p-system__common-h3Title {
    padding: 4rem 0 0 4rem;
  }
}

.p-system__common-h3Title:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 3rem;
  height: 3rem;
  aspect-ratio: 41/46;
  background: url(../img/Icon_bonnow-green.png) no-repeat center/contain;
}
@media (max-width: 1023px) {
  .p-system__common-h3Title:before {
    left: 0rem;
  }
}

/* 横並びテキストのレスポンシブ対応 */
.p-system__flexText {
  align-items: start;
  padding-top: 0.8rem;
  padding-left: 16rem;
  padding-right: 1.2rem;
}
@media (max-width: 1023px) {
  .p-system__flexText {
    flex-direction: column;
    padding-left: 6rem;
  }
}
@media (max-width: 639px) {
  .p-system__flexText {
    padding-left: 0rem;
  }
}
.p-system__flexText p {
  word-break: break-all;
  padding-right: 4rem;
}
@media (max-width: 1023px) {
  .p-system__flexText p {
    padding-right: 0;
  }
}

/* 料金表のレイアウト調整 */
.p-system__rental .p-system__rental-table {
  table-layout: auto;
  max-width: 80rem;
  padding-top: 1.6rem;
  padding-left: 16rem;
}
@media (max-width: 1023px) {
  .p-system__rental .p-system__rental-table {
    padding-left: 6rem;
    padding-right: 1.2rem;
  }
}
@media (max-width: 639px) {
  .p-system__rental .p-system__rental-table {
    padding-left: 1.2rem;
  }
}
@media (max-width: 639px) {
  .p-system__rental .p-system__rental-table table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-system__rental .p-system__rental-table th,
.p-system__rental .p-system__rental-table td {
  padding: 0.4rem 0.8rem;
  white-space: nowrap;
}
.p-system__rental .p-system__rental-table th {
  text-align: center;
}

/* ホールレンタル表の備考の設定 */
.p-system__rental-note {
  margin-inline: auto;
}
.p-system__rental-note div {
  padding: 0 1.2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* レイアウト図面の配置微調整 */
.p-system__layout-img {
  padding-right: 1.2rem;
}

/* galleryの画像サイズ設定　*/
.p-system__gallery figure {
  width: 25%;
}
@media (max-width: 1023px) {
  .p-system__gallery figure {
    width: 50%;
  }
}

.p-system__gallery figure img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */