@charset "UTF-8";

/* ----------------------------------------------------------------
 2026年以前 共通 PC
----------------------------------------------------------------- */
@media screen and (min-width: 1000px) {
  .content_campain .c-underContents {
    width: 100%;
    max-width: 100%;
    padding: 60px;
  }
  .c-underContents .btn {
    padding: 15px 20px;
  }
  .c-underContents .btn br {
    display: none;
  }

  .c-underContents .read {
    line-height: 160%;
  }
  .c-underContents .attention {
    margin-top: 20px;
    line-height: 160%;
  }
  .c-underContents .attention.blank {
    margin-bottom: 30px;
  }

  .c-underContents h4 {
    font-size: 1.7em;
    margin-bottom: 30px;
    line-height: 1.3em;
  }
  .c-underContents .js-scrollable {
    width: 100%;
    overflow-y: hidden !important;
  }

  /*----------キャッチコピー見出し PC-----------*/
  .c-underContents .box_catchcopy {
    margin-bottom: 60px;
    background-size: 250px;
  }
  .c-underContents .box_catchcopy h3 {
    font-size: 3em;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .c-underContents .box_catchcopy .read {
    line-height: 160%;
  }
  .c-underContents .box_catchcopy .btn {
    width: 300px;
    margin-top: 20px;
  }

  /*----------左右並びメッセージ-----------*/
  .c-underContents .box_message {
    display: flex;
  }
  .c-underContents .box_message picture {
    width: 50%;
    height: 330px;
    align-items: center;
  }
  .c-underContents .box_message .text {
    width: 50%;
    padding: 60px;
  }
  .c-underContents .box_message .text .read {
    font-weight: bold;
    line-height: 180%;
  }

  /*-----------テーブル　グレー-------------*/
  .list_detail caption,
  .list_detail th,
  .list_detail td {
    padding: 20px;
  }
}
/* ----------------------------------------------------------------
   2026年以前 共通 SP
----------------------------------------------------------------- */
@media screen and (max-width: 999px) {
  .c-underContents .btn {
    padding: 1emx;
    width: 80%;
    max-width: 300px;
    margin: 30px auto;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 140%;
  }
  .c-underContents .btn2 {
    padding: 28px 10px 25px !important;
  }
  .c-underContents .attention {
    line-height: 150%;
  }
  .c-underContents .read,
  .c-underContents th,
  .c-underContents td {
    font-size: 0.92em;
    line-height: 150%;
    letter-spacing: 0;
  }

  .c-underContents .read span.small {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
  }

  .c-underContents h4 {
    font-size: 1.3em;
    line-height: 120%;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .c-underContents picture {
    margin-bottom: 20px;
    display: block;
  }
  .c-underContents table {
    margin-bottom: 20px;
  }
  .c-underContents .js-scrollable {
    overflow-y: hidden !important;
    margin: 20px auto;
  }
  .c-underContents .js-scrollable table {
    white-space: nowrap;
    margin-bottom: 10px;
  }

  /*----------キャッチコピー見出し SP-----------*/
  .c-underContents .box_catchcopy {
    padding: 30px 20px;
    background-position: center 30px;
    background-size: 160px;
    padding-top: 140px;
  }
  /*----------左右並びメッセージ-----------*/
  .c-underContents .box_message picture {
    margin-bottom: 0;
  }
  .c-underContents .box_message .text {
    padding: 30px;
  }
}

/* ----------------------------------------------------------------
   2026年以前 共通 タブレット 
----------------------------------------------------------------- */
@media screen and (min-width: 500px) and (max-width: 1000px) {
  .c-underContents .p-camp__container .read,
  .c-underContents .p-camp__container .detail {
    max-width: 550px;
    margin: 30px auto;
  }
  .c-underContents .box_catchcopy .read,
  .c-underContents .box_catchcopy .catch,
  .c-underContents .box_catchcopy img {
    text-align: center;
    margin: auto;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■
2026年用　共通CSS
■■■■■■■■■■■■■■■■■■■■■■■■■■*/
:root {
  --color-bg_main: #9d9283;
  --color-bg_sub: #eadbc7;
  --color-bg_second: #faebd7;
  --color-text: #614c3f;
  --color-white: #ffffff;
  --color-gray: #cccccc;
  --color-beige: #f3eeea;
  --color-green: #0da098;
  --color-yellow: #fbfade;
  --color-blue: #0085ce;
  --color-red: #e94f53;
  --color-orange: #f1a657;
}
* {
  line-height: 1;
}
html {
  font-size: 16px;
  width: 100vw;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-family: "inter", "Helvetica Neue", "Helvetica", "Noto Sans JP", "Yu Gothic", "メイリオ", sans-serif;
  color: var(--color-text);
  letter-spacing: 1px;
  font-weight: 400;
}
/*-------------------------------------------
レイアウト
--------------------------------------------*/
.l-main {
  width: 100%;
  padding-top: 60px;
  position: relative;
}
img {
  display: block;
  max-width: 100%;
}
.c-sub {
  font-size: 80%;
}
@media screen and (min-width: 769px) {
  .c-pc {
    display: block;
  }
  .c-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .c-pc {
    display: none;
  }
  .c-sp {
    display: block;
  }
}
.js-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  height: 100dvh;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

/*-------------------------------------------
リンクとボタン
--------------------------------------------*/
a:hover {
  opacity: 0.6;
}
.c-link__main {
  font-weight: 600;
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
}
.c-link__main::before {
  content: "";
  height: 0.5em;
  aspect-ratio: 1/1;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(135deg);
  display: block;
}
.c-link__main:hover {
  opacity: 0.6;
}
.c-button__main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 1em 2em;
  border-radius: 50px;
  color: var(--color-white);
  font-weight: 600;
}
.c-button__main--order {
  background: var(--color-bg_main);
  width: min(17em, 80%);
}

.c-link--arrow {
  line-height: 100%;
  display: flex;
  align-items: center;
  font-size: 0.75em;
}
.c-link--arrow.--medium {
  display: inline-flex;
  font-size: 1em;
  color: var(--color-green);
}
.c-link--arrow::before,
.c-btn--arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-top: min(5px, 0.8vw) solid transparent;
  border-bottom: min(5px, 0.8vw) solid transparent;
  border-left: min(6px, 1vw) solid;
  margin-right: min(5px, 0.5vw);
}
.c-linkTel {
  display: inline;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}
/*-------------------------------------------
カラー
--------------------------------------------*/
.u-color__green {
  color: var(--color-green);
}
.u-color__white {
  color: var(--color-white);
}
.u-color__text {
  color: var(--color-text);
}
.u-bg__green {
  background: var(--color-green);
}
.u-bg__white {
  color: var(--color-white);
}
.u-bg__orange {
  background: var(--color-orange);
}
.u-bg__red {
  background: var(--color-red);
}
.u-bg__brown {
  background: var(--color-bg_main);
}
.u-bg__bage {
  background: var(--color-bg_second);
}
.u-bg__blue {
  background: var(--color-blue);
}
/*-------------------------------------------
共通 ポップアップJS
--------------------------------------------*/
.js-popup_warp,
.js-hoverpop__wrap {
  position: relative;
}
.js-popup,
.js-hoverpop {
  cursor: pointer;
}
.js-popup__modal,
.js-hoverpop__modal {
  display: none;
}
.js-popup__modal.is-active,
.js-hoverpop__modal.is-active {
  display: block !important;
  position: absolute;
}

/*-------------------------------------------
共通ヘッダー
--------------------------------------------*/
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 60px;
  background: var(--color-bg_main);
  padding-inline: min(30px, 3vw);
}
.site-header__siteName {
  font-size: 1.25em;
  font-weight: 600;
  color: var(--color-white);
}
.site-header__links {
  display: flex;
  gap: 20px;
}
.site-header__seasonLink {
  background: var(--color-white);
  color: var(--color-bg_main);
  border-radius: 50px;
  padding: 0.5em 1em;
  font-size: 0.9em;
}
.site-header__snsList {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-header__link img {
  display: block;
  aspect-ratio: 1/1;
  width: 25px;
}

@media screen and (max-width: 768px) {
  .site-header__links {
    display: none;
  }
}
/*-------------------------------------------
共通 スマホ用ナビメニュー
--------------------------------------------*/
.site-drawer {
  display: block;
  position: fixed;
  z-index: 3;
  right: -100vw;
  top: 59px;
  width: 100%;
  height: 100dvh;
  overflow-y: scroll;
  transition: 0.25s ease-in-out;
  background: var(--color-bg_main);
}
.site-drawer__list {
  padding: 0 30px 90px;
  background: var(--color-bg_main);
  color: var(--color-white);
  height: fit-content;
}
.site-drawer__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-drawer__item > a {
  width: 100%;
  font-weight: 600;
  padding-block: 0.8em;
  display: block;
}
.site-drawer__note {
  font-size: 0.9em;
  background: var(--color-white);
  position: absolute;
  top: calc(-100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  padding: 1em;
  width: 10em;
  text-align: center;
  line-height: 1.4;
}
.site-drawer__note::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid var(--color-white);
  display: block;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.site-drawer__subList {
  width: 100%;
  padding-left: 1em;
}
.site-drawer__subItem {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-drawer__subItem > a {
  padding-block: 0.8em;
  display: flex;
  align-items: center;
  font-size: 0.84em;
}
.site-drawer__item--season {
  font-size: 0.8em;
  justify-content: center;
}
.site-drawer__item--sns {
  justify-content: center;
  gap: 2em;
  border-bottom: none;
}
.site-drawer__item--sns > a {
  width: fit-content;
}
.site-drawer__item--sns img {
  max-width: 30px;
}
/*-------------------------------------------
共通 HBボタン
--------------------------------------------*/
.site-drawer__toggle {
  display: none;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  aspect-ratio: 1/1;
  cursor: pointer;
  z-index: 4;
  align-items: center;
}
.site-drawer__toggleIcon,
.site-drawer__toggleIcon::before,
.site-drawer__toggleIcon::after {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--color-white);
  transition: 0.2s ease-in;
}
.site-drawer__toggleIcon {
  position: relative;
}
.site-drawer__toggleIcon::before,
.site-drawer__toggleIcon::after {
  position: absolute;
  content: "";
  left: 0;
}
.site-drawer__toggleIcon::before {
  top: -10px;
}
.site-drawer__toggleIcon::after {
  top: 10px;
}
@media screen and (max-width: 768px) {
  .site-drawer__toggle {
    display: grid;
  }
}
/*-------------------------------------------
HBクリック時
--------------------------------------------*/
html.is-scrollLock {
  overflow: hidden !important;
}
.is-active.js-overlay {
  display: block;
  opacity: 1;
  visibility: visible;
}
.is-navOpen.site-drawer {
  right: 0;
}
.is-navOpen .site-drawer__toggleIcon {
  background: transparent;
}
.is-navOpen .site-drawer__toggleIcon::before {
  transform: translateY(10px) rotate(45deg);
}
.is-navOpen .site-drawer__toggleIcon::after {
  transform: translateY(-10px) rotate(-45deg);
}
/*-------------------------------------------
共通 アイコンナビメニュー
--------------------------------------------*/
.site-globalNav {
  position: sticky;
  top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding-inline: min(5vw, 30px);
  z-index: 2;
}
.site-globalNav__list {
  width: min(100%, 1200px);
  display: flex;
  justify-content: space-between;
}
.site-globalNav__item {
  width: min(10%, 100px);
}
.site-globalNav__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 0.72em;
  letter-spacing: 0.1em;
  height: 80px;
  cursor: pointer;
}
.site-globalNav__item a:hover {
  background: var(--color-gray);
  opacity: 1;
}
.site-globalNav__item img {
  display: block;
  width: min(50px, 5vw);
}
.site-globalNav__item--hasChild {
  position: relative;
}
.site-globalNav__subList {
  display: none;
  position: absolute;
  background: var(--color-white);
  width: 160px;
}
.is-subNavOpen.site-globalNav__subList {
  display: block;
}
.site-globalNav__subItem a {
  display: block;
  padding: 1em;
  height: fit-content;
  text-align: left;
  border-bottom: 1px solid var(--color-gray);
}
.site-globalNav__subItem:last-child a {
  border-bottom: 0;
}
.site-globalNav__subItem a:hover {
  color: var(--color-white);
}

@media screen and (max-width: 768px) {
  .site-globalNav {
    display: none;
  }
}
/*-------------------------------------------
メインイメージ
--------------------------------------------*/
.p-hero {
  position: relative;
  width: 100%;
  height: 570px;
}
.p-hero__photo {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.p-hero .photo,/*--スライダー用クラス「photo」--*/
.p-hero__photoImage {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.p-hero__title {
  position: absolute;
  z-index: 1;
  inset: 0;
  margin: auto;
  width: min(700px, 100vw);
  aspect-ratio: 175/88;
}
.p-hero__titleImage {
  width: 100%;
}
.p-hero__date {
  position: absolute;
  bottom: 20px;
  right: 40px;
  color: var(--color-white);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1em;
}
.p-hero__dateYm {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--color-white);
}
.p-hero__dateDay {
  font-size: 4.5em;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-hero {
    height: 80vh;
  }
  .p-hero__photo,
  .p-hero__photoImage {
    height: 80vh;
  }
  .p-hero__date {
    display: none;
  }
}

/*-------------------------------------------
共通 下層コンテンツ　
--------------------------------------------*/
.c-underContents {
  width: min(1180px, 90vw);
  margin: min(100px, 5vw) auto min(100px, 25vw);
}
.c-underContents__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px dashed var(--color-bg_sub);
  padding-bottom: min(60px, 8vw);
  margin-bottom: min(60px, 8vw);
  gap: 40px;
}
.c-underContents__inner {
  display: flex;
  flex-direction: column;
  gap: 1.7em;
  flex: 1;
  max-width: 600px;
}
.c-underContents .c-underContents__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em 1em;
  letter-spacing: 2px;
  font-weight: 500;
}
.c-underContents .c-underContents__titleSub {
  font-size: min(1.6em, 7vw);
  font-weight: 600;
}
.c-underContents .c-underContents__titleMain {
  font-size: min(1.25em, 5vw);
}
.c-underContents .c-underContents__catch {
  font-weight: 600;
  line-height: 1.6;
  font-size: 1.3em;
}
.c-underContents .c-underContents__read {
  line-height: 1.8;
  font-size: min(1em, 4.5vw);
}
.c-underContents .c-underContents__noteList {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}
.c-underContents__noteItem {
  font-size: 0.9em;
  line-height: 1.4;
}
.c-underContents__figure {
  width: clamp(200px, 40vw, 350px);
}
.c-underContents__image {
  width: 100%;
}
.c-underContents__btnWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.c-underContents_information {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.c-underContents_information dt {
  max-width: 8em;
}
@media screen and (max-width: 768px) {
  .c-underContents__header {
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
  }
  .c-underContents__inner {
    order: 1;
  }
  .c-underContents__figure {
    order: 0;
  }
  .c-underContents__header .p-camp_noticeWrap {
    order: 2;
  }
  .c-underContents__title {
    justify-content: center;
    gap: 10px;
  }
  .c-underContents__catch {
    line-height: 1.4;
    font-size: 1.2em;
  }
  .c-underContents__catch br {
    display: none;
  }
  .c-underContents__read {
    line-height: 1.6;
  }
}
/*-------------------------------------------
共通 ページ下部　注意書き
--------------------------------------------*/
.c-notice {
  width: min(1180px, 90vw);
  border-top: 2px dashed var(--color-bg_sub);
  padding-top: min(60px, 8vw);
  margin: min(60px, 8vw) auto min(120px, 16vw);
  display: grid;
  gap: 2em;
  justify-content: center;
}
.c-notice__container {
  width: min(900px, 100%);
  display: grid;
  gap: 1em;
  margin-inline: auto;
}
.c-notice__title {
  font-weight: 600;
  font-size: min(1.25em, 4.6vw);
  line-height: 1.4;
}
.c-notice__list {
  display: grid;
  gap: 0.5em;
}
.c-notice__item::before {
  content: "・";
}
.c-notice__item {
  text-indent: -1em;
  line-height: 1.6;
  padding-left: 2em;
}
.c-notice__read {
  padding-left: 1em;
}
@media screen and (max-width: 500px) {
  .c-notice__item {
    text-indent: -1.1em;
    line-height: 1.6;
    padding-left: 1em;
  }
}
.c-notice__box {
  display: grid;
  gap: 0.5em;
  padding-left: 1em;
}
.c-notice__container p {
  line-height: 1.6;
}
.c-notice__container .c-notice__item ul {
  margin-block: 5px 10px;
  display: grid;
  gap: 5px;
}
.c-notice__container .c-notice__item li {
  text-indent: 0;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 95%;
}

.c-notice__box a,
.c-notice__item a {
  text-decoration: underline;
}
/*-------------------------------------------
共通 footer
--------------------------------------------*/
.c-footer {
  position: relative;
  z-index: 1;
  background: var(--color-bg_main);
  padding: 56px 0 110px;
  color: var(--color-white);
}
.c-footer__inner {
  align-items: flex-start;
  display: grid;
  gap: 30px;
  margin-inline: auto;
  padding-inline: min(50px, 5vw);
  width: fit-content;
  max-width: 100%;
}

.c-footerLogo {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.c-footerLogo__item img {
  width: min(100px, 15vw);
}
.c-footerLogo__item--meiho img {
  width: min(150px, 20vw);
}

.c-footerContent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: min(3vh, 30px) min(5vw, 50px);
  align-items: flex-start;
  justify-content: flex-start;
}
.c-footerContent__section {
  flex: 0 1 auto;
  display: grid;
  gap: 1rem;
  align-items: start;
}
.c-footerContent__address {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.c-footerContent__title {
  font-weight: bold;
}

@media screen and (max-width: 500px) {
  .c-footer {
    padding: 30px 0 110px;
  }

  .c-footerContent {
    justify-content: space-between;
  }
  .c-footerContent__section {
    flex: 1 1 55%;
  }
  .c-footerContent__section:nth-of-type(odd) {
    flex: 1 1 35%;
  }
  .c-footerContent__section:first-child {
    flex: 1 1 100%;
  }
}
.c-footerLinks {
  display: grid;
  gap: 0.7rem;
}
.c-footerLinks__item a {
  display: flex;
  align-items: center;
  border-radius: 50px;
  line-height: 100%;
  font-size: 0.875em;
}
.c-footerLinks__item a::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid;
  margin-right: 5px;
}
/*---------------------------------------------
GOTOPボタン
-----------------------------------------------*/
.js-backToTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  gap: 10px;
  background: var(--color-bg_main);
  color: var(--color-white);
  position: fixed;
  bottom: 30px;
  right: 30px;
  aspect-ratio: 1/1;
  width: min(80px, 16vw);
  height: min(80px, 16vw);
  font-size: min(1.1em, 3.3vw);
  opacity: 0;
}
.js-backToTop::before {
  content: "";
  display: block;
  width: min(25px, 30%);
  height: min(15px, 20%);
  background: var(--color-white);
  clip-path: polygon(50% 0, 100% 100%, 0% 100%);
}
.js-backToTop.is-show {
  opacity: 1;
  pointer-events: auto;
}

.js-backToTop.is-stop {
  position: absolute;
  top: -30px;
}

/*-------------------------------------------
共通 注意書きモーダル
--------------------------------------------*/
.c-noteModal {
  display: block;
  visibility: hidden;
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 40px;
  width: min(800px, 80vw);
  height: fit-content;
  max-height: 90vh;
  background: var(--color-white);
  z-index: 5;
  border-radius: 10px;
  opacity: 0;
  transition: 0.5s ease;
  overflow-y: hidden;
}
.c-noteModal.is-openModal {
  opacity: 1;
  visibility: visible;
}
.c-noteModal__title {
  font-weight: 600;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 2em;
}
.c-noteModal__list {
  display: grid;
  align-items: start;
  gap: 1em;
  overflow-y: auto;
  height: fit-content;
  max-height: 70vh;
  padding-bottom: 1em;
}
.c-noteModal__list li {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
.c-noteModal__list li::before {
  content: "・";
}
.is-active.js-navOverlay {
  opacity: 1;
  visibility: visible;
}

/*-------------------------------------------
共通 注意書きアコーディオン
--------------------------------------------*/
.c-accordion {
  display: grid;
  gap: 1em;
}
.c-btn__toggle {
  width: 100%;
  border-radius: 25px;
  padding: 10px;
  color: #614c3f;
  font-size: 1.1em;
  font-weight: bold;
  background: #faebd7;
  position: relative;
  display: flex;
  justify-content: center;
}
.c-btn__toggle::before {
  content: "＋";
  position: absolute;
  right: 20px;
}
.c-btn__toggle.is-open::before {
  content: "－";
}
.c-accordion__content {
  display: none;
  padding: 10px;
  width: 100%;
}
.c-accordion__content.is-open {
  display: block;
}
ul.c-accordion__content.is-open {
  display: grid;
  gap: 1.5em;
}
ul.c-accordion__content > li {
  display: grid;
  gap: 0.5em;
}
.c-accordion__title {
  font-weight: bold;
}
.c-accordion__read {
  line-height: 1.4;
}
.c-accordion__note {
  font-size: 0.9em;
  line-height: 1.4;
}
.c-accordion__note--grid {
  border-bottom: 2px dashed var(--color-bg_sub);
  padding-bottom: 1em;
}
/*-------------------------------------------
共通 タブ展開
--------------------------------------------*/
.js-tabWrap {
  display: none;
}
.js-tabWrap.is-select {
  display: block;
}

/*-------------------------------------------
共通 -テーブル
--------------------------------------------*/
/*-----------テーブルと注意書き併設用ラップ-------------*/
.p-information-price {
  overflow: hidden;
  width: 100%;
  display: grid;
  gap: min(20px, 3vw);
}
.p-information-price .js-scrollable {
  margin: 0 auto;
  width: 100%;
}
.p-information-price .attention {
  margin-top: 0 !important;
  font-size: min(1em, 4vw);
  display: grid;
  gap: 3px;
  text-align: left !important;
  font-size: min(1em, 3.2vw);
  line-height: 1.4;
}
.p-information-price .attention li {
  font-size: min(1em, 3.2vw);
  line-height: 1.4;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
}
/*-----------テーブル　オレンジ-------------*/
.list_basic {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cba;
  border-left: 1px solid #cba;
}
.list_basic caption {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}
.list_basic th {
  background: #faebd7;
  text-align: center;
  border-bottom: 1px solid #cba;
  border-right: 1px solid #cba;
  padding: 5px;
}

.list_basic td {
  text-align: center;
  border-bottom: 1px solid #cba;
  border-right: 1px solid #cba;
  padding: 10px;
}

.list_basic .price_date {
  font-size: 0.7em;
  font-weight: normal;
  padding: 8px 0 0;
  line-height: 1.3em;
}

/*-----------テーブル　グレー-------------*/
.list_detail {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.list_detail caption {
  text-align: left;
  font-size: 1.2em;
}
.list_detail caption span {
  font-size: 80%;
  margin-left: 10px;
}
.list_detail th,
.list_detail td {
  border-top: dotted 1px #333;
  font-weight: normal;
}
.list_detail tr:first-child th,
.list_detail tr:first-child td {
  border-top: none;
}
.list_detail th span {
  font-size: 80%;
  margin-left: 10px;
  letter-spacing: 0;
}
/*------------------------------------------------
スクロールヒントアイコン
---------------------------------------------------*/
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: none;
  pointer-events: none;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.is-scrollable .scroll-hint-icon-wrap {
  opacity: 1;
}

.scroll-hint-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  transform: translateY(-50%);
  width: 27px;
  height: 22px;
  border-radius: 0;
  transition: none;
  opacity: 0;
  background: none;
  text-align: center;
  padding: 0;
  display: block;
}
.scroll-hint-icon:before {
  content: "";
  background: url(../img/common/icon_scroll.png) 0 0 no-repeat;
  background-size: 100%;
  display: block !important;
  width: 27px;
  height: 22px;
  opacity: 1;
}
.scroll-hint-text {
  display: none;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}

.scroll-hint-icon:after {
  display: none;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: none;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: none;
  box-shadow: none;
}

.scroll-hint-icon-white:before {
  display: none;
}

.scroll-hint-icon-white:after {
  display: none;
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
