/* =========================================
   sub.css — 下層ページ用
   （index の style.css に依存しつつ、
    .subpage 以下を調整）
========================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=GFS+&display=swap');

html,
body {
  background-color: #ffffff;
  font-family: "Noto Sans JP"!important;
}

/* コンテンツ全体 */
.subpage {
  max-width: 100%;
  font-size: 16px;
}

@media (max-width: 768px) {
  .subpage {
    max-width: 100%;
    max-height: 95%;
    font-size: 16px;
    margin: 0 auto;
  }
}

.subpage-site-wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  align-items: stretch;
  background-color: #ffffff;
  background-image: none;
  font-family: "Noto Sans JP"!important;
}

.subpage-header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 0;
  background: #ffffff;
  padding: 40px 20px;
}

.subpage-header__inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.subpage-logo {
  text-align: left;
  min-width: 0;
}

.subpage-logo a {
  display: inline-block;
}

.subpage-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.side-nav__sns {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}
.subpage-side-nav__sns {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
  margin-bottom: -4px;
  white-space: nowrap;
}
.subpage-side-nav__sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: 0;
}
@media (max-width: 768px) {

  .subpage-header {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 10px;
    background: #ffffff;
  }
  .subpage-header__inner {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .subpage-logo {
    text-align: left;
    min-width: 0;
  }
  .side-nav__sns {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .subpage-side-nav__sns {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
    margin-bottom: -4px;
    margin-right: 8px;
    white-space: nowrap;
  }
  .subpage-side-nav__sns-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-left: 0;
  }

}
.subpage-head {
  max-width: 100%;
}

/* ================================
   subpage用カスタム
================================== */

.subpage-main {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-left: 0;
  min-height: 100vh;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  /* background-image: url(../images/sleapingbeauty_background.jpg); */
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  background-attachment: fixed;
  background-color: #ffffff;
}

.subpage-body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.subpage h1 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Noto Sans JP"!important;
  background: rgba(4, 0, 0, 0.9);
  padding-left: clamp(24px, 5.56vw, 80px);
  width: 100%;
  height: 120px;
  margin: 40px 0 20px;
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.04);
}
.subpage h2 {
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Noto Sans JP"!important;
  background: rgba(4, 0, 0, 0.9);
  padding-left: clamp(24px, 5.56vw, 80px);
  width: 100%;
  height: 100px;
  margin: 120px 0 80px;
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.subpage h3 {
  font-size: 24px;      /* お好みのサイズに */
  font-weight: 600;     /* 太さもここで指定 */
  margin: 0 0 16px;      /* 下だけ少し余白（お好みで） */
  font-family: "Noto Sans JP" !important;
  color: #ffffff;
  text-align: left;
}

.subpage-h2 {
  max-width: 1200px;
  width: 100%;
  background: rgba(4, 0, 0, 0.9);
  margin: 0 auto;
  color: #ffffff;
}
.inner-wrap {
  max-width: 1080px;
}

.subpage .section__inner > h2.inner-wrap {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 60px;
  line-height: 1.2;
  padding: 0 4%;
  min-height: 100px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.subpage .section__inner > h2.inner-wrap .section-title__en {
  font-family: var(--font-en);
  font-weight: 400;
  font-style: normal;
}

.subpage .section__inner > h2.inner-wrap .section-title__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.subpage-h2-head {
  padding: 40px 100px 0;
  font-family: "Noto Sans JP" !important;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.subpage-h2-text {
  padding: 20px 100px 20px;
  font-family: "Noto Sans JP" !important;
}
.subpage-h2-text a {
  text-decoration: underline;
  color: #ffffff;
}
.subpage-h2-text:hover {
  opacity: 0.8;
}
.subpage-h3-back ul {
  font-size: 16px;
  max-width: 1200px;
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.08em;
  list-style: none;
}

.subpage-button {
  margin-bottom: 80px;
}
.subpage-img{
  max-width: 1000px;
   text-align: center;
   margin-left: auto;
  margin-right: auto;
}
.subpage-img-container {
  width: 100%;
  margin-top: clamp(40px, 10vw, 100px);
  margin-bottom: clamp(40px, 8vw, 80px);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(24px, 10vw, 80px);
  background: rgba(4, 0, 0, 0.9);
}

.subpage-img-container img {
  margin: 0 auto;
}
.subpage-img img {
  margin: 0 auto;
}

/* .subpage-img img {
  max-width: 100%;
  margin-top: clamp(24px, 6vw, 50px);
  margin-bottom: clamp(24px, 6vw, 50px);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(16px, 6vw, 80px);
  background: #d5d5d5;
  display: block;
} */


/* .subpage-img {
  max-width: 1080px;
  width: 90%;
  margin: 100px auto 80px;
  padding: 80px;
  background: rgba(255, 255, 255, 0.95);
}
.subpage-img img {
  max-width: 768px;
  margin: 50px auto 50px;
  padding: 80px;
  background: #d5d5d5;
} */

.subpage-youtube {
  margin: 100px auto 80px;
  background: rgba(4, 0, 0, 0.9);
  max-width: 1200px;
  width: 100%;
  padding: 80px;
  text-align: center;
  color: #ffffff;
}
.subpage-youtube-frame {
  max-width: 768px;
  padding-bottom: 80px;
}
.iframe-wrapper {
  max-width: 768px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subpage-youtube-text{
  text-align: left;
  margin-top: 50px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.subpage-caution {
  font-family: "Noto Sans JP"!important;
  margin: 100px auto 80px;
  padding: 80px;
  background: rgba(4, 0, 0, 0.9);
  font-weight: 600;
  max-width: 1200px;
  width: 100%;
}
.subpage-caution-1 {
  font-size: 16px;
  color: #cc0000;
}
.subpage-caution-2 {
  font-size: 16px;
  color: #ffffff;
}

.subpage-btn-c {
  font-family: "Noto Sans JP"!important;
  background-color: #040000;
  color: #ffffff;
  margin: 0 auto;
  width: 220px;
  height: 80px;
  align-items: center;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
}

.subpage-btn-c a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
}

.subpage-space {
  margin-bottom: 100px;
}

.subpage-questionnaire {
  max-width: 1440px;
  width: 100%;
  margin: 80px auto;
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: #040000;
  display: flow-root;
}

.subpage-questionnaire-wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #e9e9e9;
}

.questionnaire-title {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}

.subpage-questionnaire-text {
  padding: 0 10%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: left;
}
.supporter_proce{
    width: 60%;
  }

/* ------------ */
/* pc / SP 切り替え
/* ------------ */
.pc{
  display: block;
}
.sp{
  display: none;
}

@media (max-width: 834px) {
  .subpage-questionnaire-text {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.subpage-questionnaire-button {
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.subpage-questionnaire-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 480px;
  max-width: 100%;
  height: 80px;
  padding: 0 16px;
  background-color: #040000;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {

  .subpage h1 {
    font-size: 18px;
    padding-left: clamp(24px, 5.56vw, 80px);
    padding-right: clamp(24px, 5.56vw, 80px);
    padding-bottom: 20px;
  }
  .subpage h2 {
    font-size: 28px;
    padding-left: clamp(20px, 1.5vw, 40px);
    margin: 80px 0 60px;
  }

  .subpage .section__inner > h2.inner-wrap {
    font-size: 24px;
    padding: 0 5%;
    width: 95%;
    min-height: 96px;
    height: auto;
  }
  .subpage h3 {
    font-size: 20px;
    margin: 0 0 14px;
  }

  .subpage-h2-head {
    padding: 40px 0 0;
  }
  .subpage-h2-text {
    padding: 20px 0 40px;
  }
  .subpage-h3-back {
    max-width: 1200px;
    margin: 80px 5%;
    padding: 60px 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .subpage-h3-back ul {
    font-size: 16px;
  }

  .subpage-button {
    margin-bottom: 60px;
  }

  .subpage-questionnaire-button {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .subpage-youtube {
    margin: 80px auto 60px;
    padding: 60px 5%;
    width: 100%;
  }
  .iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .subpage-youtube-frame {
    width: 80%;
    padding-bottom: 80px;
  }
  .subpage-youtube-text{
    margin-top: 50px;
  }

  .subpage-h3-back {
    margin: 80px auto 60px;
    padding: 60px;
  }

  .subpage-caution {
    margin: 80px auto 60px;
    padding: 20px 5%;
    width: 100%;
  }
  .subpage-caution-1 {
    font-size: 16px;
  }
  .subpage-caution-2 {
    font-size: 16px;
  }

  .subpage-btn-c {
    font-size: 16px;
  }

  .subpage-btn-c a {
    font-size: 16px;
  }
  .subpage-body{
    width: 90%;
  }
  .supporter_proce{
    width: 100%;
  }
  .subpage div.section__inner{
    margin-bottom: 10px;
  }
  /* ------------ */
  /* pc / SP 切り替え
  /* ------------ */

  .pc{
  display: none;
  }
  .sp{
    display: block;
  }
  
}



/* ------------------------------------------------
   tableカスタム
--------------------------------------------------- */


.subpage-table-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;              /* セクション間の余白 */
  background: rgba(4, 0, 0, 0.9);
  padding: 20px 0;                /* ★上下80pxぶん白い板を延長 */
  box-sizing: border-box;
}
.subpage-table {
  width: 100%;
  max-width: 768px;               /* PC時のtable外寸 */
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid rgba(255, 255, 255, 0.5);      /* 外枠 */
  background: rgba(4, 0, 0, 0.9);
  font-family: "Noto Sans JP"!important;
}
/* 行区切り線 */
.subpage-table tr + tr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
/* 日付列＋テキスト列 共通 */
.subpage-table th,
.subpage-table td {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  text-align: left;
  vertical-align: middle;
}
/* 左列（日付） */
.subpage-table th {
  width: 260px;
  white-space: nowrap;
  font-weight: 600;
  background-color: #efefef;
}
/* 右列との境目の縦線 */
.subpage-table td {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {

  .subpage-table-wrap {
    margin: 60px 0;              /* SP時は左右5%マージン */
    padding: 60px 0;              /* SPは少し薄めに */
  }
  .subpage-table {
    max-width: 90%;
  }
  .subpage-table th {
    padding: 12px 10px;
    font-size: 16px;
    width: 40%;
  }
  .subpage-table td {
    padding: 12px 10px;
    font-size: 16px;
  }

}

@media (max-width: 768px) {
  .subpage-img {
    width: 95%;
  }
  .subpage-img-container {
    padding: 24px;
    margin: 32px 5% 32px;
  }
  /* .subpage-img img {
    max-width: 100%;
    padding: 16px;
    margin: 16px auto 16px;
  } */
}

/* ------------------------------------------------
   footerカスタム
--------------------------------------------------- */


@media (max-width: 768px) {

  .subpage-p-footer {
    margin-bottom: 0;
  }

  .subpage-page-top {
    bottom: 0;
    width: 50px;
    height: 50px;
  }

}

/* ------------------------------------------------
   下層ページ専用配色上書き
--------------------------------------------------- */

.subpage h1,
.subpage h2,
.subpage h3,
.subpage .subpage-h2,
.subpage .sales-attention,
.subpage .subpage-youtube,
.subpage .subpage-caution,
.subpage .subpage-table-wrap,
.subpage .subpage-table,
.subpage-page-top,
.subpage-site-wrapper .l-footer {
  background: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(4, 0, 0, 1);
}

.subpage .subpage-h2-text a,
.subpage .subpage-caution-2,
.subpage-site-wrapper .l-footer a,
.subpage-site-wrapper .p-footer__copy {
  color: rgba(4, 0, 0, 1);
}

.subpage .sales-attention h3,
.subpage .sales-attention h4,
.subpage .sales-attention ul,
.subpage .sales-attention li,
.subpage .subpage-youtube-text,
.subpage .subpage-caution-2 {
  color: rgba(4, 0, 0, 1);
}

.subpage .subpage-table {
  border-color: rgba(4, 0, 0, 0.35);
}

.subpage .subpage-table tr + tr {
  border-top-color: rgba(4, 0, 0, 0.35);
}

.subpage .subpage-table th,
.subpage .subpage-table td {
  color: rgba(4, 0, 0, 1);
}

.subpage .subpage-table td {
  border-left-color: rgba(4, 0, 0, 0.35);
}

.subpage-page-top::before {
  border-bottom-color: rgba(4, 0, 0, 1);
}

.subpage-page-top:hover::before {
  border-bottom-color: rgba(4, 0, 0, 1);
}

.subpage .sales-attention,
.subpage .subpage-h2,
.subpage .subpage-h3-back,
.subpage .section__inner {
  margin: 5px auto;
  padding: 0px 5% 0px 5%;
}
  .subpage .section__inner{
    padding: 30px;
  }
.subpage .subpage-h3-back {
  max-width: 1200px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(4, 0, 0, 1);
}

.subpage .subpage-h3-back h3,
.subpage .subpage-h3-back ul,
.subpage .subpage-h3-back li {
  color: rgba(4, 0, 0, 1);
}

.subpage .subpage-h3-back li {
  list-style: none;
}

.subpage .subpage-h3-back h3,
.subpage .subpage-h3-back ul {
  padding-right: 5%;
  padding-left: 5%;
}

.subpage .section__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto 40px;
  background: rgba(255, 255, 255, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
}

.subpage .section__inner > h2 {
  width: min(1080px, 100%);
  max-width: 1080px;
  margin: 0 auto;
  background-color: transparent;
}

.subpage .performance-schedule__btn,
.subpage .pickup-btn,
.subpage .subpage-btn-c {
  background: #040000;
  background-color: #040000;
  color: #ffffff;
  border-color: #040000;
}

.subpage .performance-schedule__btn,
.subpage .subpage-btn-c,
.subpage .subpage-questionnaire-link,
.subpage-page-top {
  border: 1px solid rgba(4, 0, 0, 1);
}

.subpage .pickup-btn {
  border: 1px solid transparent;
}

.subpage .pickup-btn a,
.subpage .performance-schedule__btn,
.subpage .performance-schedule__btn-main,
.subpage .performance-schedule__btn-note,
.subpage .subpage-btn-c a {
  color: #ffffff;
}

.subpage .performance-schedule__btn:hover,
.subpage .pickup-btn:hover,
.subpage .subpage-btn-c:hover {
  background: #ffffff;
  background-color: #ffffff;
  color: #040000;
  border: 1px solid #040000;
  opacity: 1;
}

.subpage .pickup-btn:hover a,
.subpage .performance-schedule__btn:hover .performance-schedule__btn-main,
.subpage .performance-schedule__btn:hover .performance-schedule__btn-note,
.subpage .subpage-btn-c:hover a {
  color: #040000;
}

.subpage-site-wrapper .l-footer {
  background: #040000;
  background-color: #040000;
  color: #ffffff;
}

.subpage-site-wrapper .l-footer a,
.subpage-site-wrapper .p-footer__copy {
  color: #ffffff;
}
