@charset "UTF-8";
@media screen and (min-width: 768px), print {

.accordion-target {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: 
    max-height 0.7s cubic-bezier(.25, 1, .5, 1),
    opacity 0.7s ease,
    transform 0.7s ease;
}

.accordion-target.is-open {
  max-height: 3000px; /* 必要に応じて調整 */
  padding-top: 20px;
  opacity: 1;
  transform: translateY(0);
}

  :root {
    --main-color: #b98560;
    --accent-color: #b79333;
    --text-color: #543926;
    --black-color: #3a3934;
    --blue-color: #608db9;
  }
  main p {
    color: #3a3934;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .flex {
    display: flex;
    justify-content: space-between;
  }
  #contentsmain {
    margin-bottom: 60px;
    width: 1100px;
    margin: 80px auto 115px;
    text-align: center;
  }
  .contentsmain-img {
    margin-bottom: 66px;
  }
  .contentsmain-text01 {
    font-size: 20px;
    color: #543926;
    margin-bottom: 76px;
    line-height: 2.2;
    letter-spacing: 0.01em;
  }
  .contentsmain-text02 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #543926;
  }
  .contentsmain-text03 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #dc7c37;
    font-family: "Zen Maru Gothic", sans-serif;
  }
  .contentsmain-text04 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #dc7c37;
    margin-bottom: 21px;
  }
  .contentsmain-text05 {
    margin-bottom: 30px;
    font-size: 20px;
    color: #543926;
    line-height: 2.3;
  }
  #contents01 {
    position: relative;
    text-align: center;
    margin-bottom: 130px;
  }
  #contents01 h2 {
    color: #543926;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 38px;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
  }
  .contents01-list {
    background-color: #fff;
    padding: 100px 90px 64px;
    width: 1280px;
    gap: 36px 64px; /* li同士の間にだけ64pxの空きを作る */
    justify-content: center; /* 中央寄せ（必要に応じて） */
    margin: 0 auto 28px;
    display: flex;
    flex-wrap: wrap;
    p {
      color: #543926;
      text-align: left;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 2.3;
    }
    p.contents01-listttl {
      text-align: center;
      margin-bottom: 20px;
      color: #dc7c37;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 27px;
      letter-spacing: -0.05em;
      line-height: 1.48;
    }

    li {
      width: 320px;
    }
    figure {
      display: flex;
      justify-content: center;
      margin-bottom: 41px;
    }
  }
  .contents01-listundertext {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-color);
    font-family: "Zen Maru Gothic", sans-serif;
    .text01 {
      font-size: 40px;
      color: #dc7c37;
    }
    .text02 {
      font-size: 38px;
      color: #dc7c37;
    }
  }
  #contents02 {
    margin: 0 auto;
    max-width: 1920px;
    padding: 130px 0 87px;
    background-color: #f1ecdb;
    .point {
      margin-bottom: 30px;
    }
    .innerBox {
      width: 1280px;
      margin: 0 auto;
      text-align: center;
    }
    h2 {
      color: #543926;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 38px;
      line-height: 1.5;
      margin-bottom: 24px;
    }
    .contents02-maintext {
      font-size: 20px;
      color: #543926;
      margin-bottom: 70px;
      line-height: 2.3;
    }
    .contents02-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 1100px;
      margin: 70px auto 0;
      figure {
        margin-bottom: 10px;
      }
      li {
        width: 346px;
        margin-bottom: 50px;
        text-align: left;
      }
    }
    .contents02-img {
      margin-bottom: 50px;
    }
    .contents02-list-name {
      color: #543926;
      font-size: 24px;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
    }
  }
  #contents03 {
    width: 1280px;
    padding: 132px 0 132px;
    margin: 0 auto;
    .contents03-flextext {
      margin-right: 35px;
    }
    .flex {
      width: 1100px;
      margin: 0 auto 76px;
    }
    strong {
      font-size: 20px;
      font-weight: bold;
    }
    h2 {
      color: #543926;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 38px;
      line-height: 1.4;
      margin-bottom: 62px;
      text-align: center;
      letter-spacing: 0.05em;
    }
    .contents03-text01 {
      margin-bottom: 20px;
    }
    .contents03-text02 {
      color: #dc7c37;
      font-size: 20px;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      picture {
        margin: 0;
        padding: 0;
        line-height: 1;
        margin-right: 15px;
      }
    }
  }
  #contents04 {
    padding: 132px 0 132px;
    margin: 0 auto;
    background-color: #f1ecdb;
    .contents04-flextext {
      margin-right: 35px;
      justify-content: center;
      display: flex;
      flex-direction: column;
    }
    .contents04-text00 {
      font-size: 22px;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      margin-bottom: 24px;
      color: #dc7c37;
    }
    h2 {
      color: #543926;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 38px;
      line-height: 1.4;
      margin-bottom: 62px;
      text-align: center;
    }
    .flex {
      width: 1100px;
      margin: 0 auto 33px;
    }
    .contents04-list {
      width: 1100px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
    }
    .contents04-listttl {
      color: #543926;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 24px;
      margin-top: 12px;
      figure {
        margin-bottom: 20px;
      }
      strong {
        color: #dc7c37;
      }
    }
  }
  #contents05 {
    width: 1100px;
    margin: 0 auto;
    padding: 133px 0 115px;
    .contents05-list {
      display: flex;
      justify-content: space-between;
      li {
        width: 346px;
      }
    }
    h2 {
      color: #543926;
      font-weight: 700;
      letter-spacing: 0.05em;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 38px;
      line-height: 1.4;
      margin-bottom: 45px;
      text-align: center;
    }
    figure {
      margin-bottom: 20px;
    }
    .contents05-listttl {
      color: #543926;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 24px;
      text-align: center;
      margin-bottom: 6px;
    }
    .btn {
      a {
        display: block;
        color: #fff;
        text-align: center;
        background-color: var(--main-color);
        border-radius: 40px;
        color: #fff;
        font-weight: 700;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 16px;
        width: 240px;
        padding: 15px;
        position: relative;
        margin: 0 auto;
      }
      a:after {
        content: ">";
        position: absolute;
        right: 30px;
        font-family: "Zen Maru Gothic", sans-serif;
      }
    }
  }
  .basic-btn  {
    background-color: var(--main-color);
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 60px;
    margin: 0 auto;
    position: relative;
  }
  .basic-btn:after {
    content: ">";
    position: absolute;
    right: 30px;
    top: 47%;
    transform: translateY(-50%);
    font-family: "Zen Maru Gothic", sans-serif;
  }
  .basic-btn:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1450px) {
}

@media screen and (max-width: 767px) {
.accordion-target {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  opacity: 0;
  transform: translateY(-2vw);
  transition: 
    max-height 0.7s cubic-bezier(.25, 1, .5, 1),
    opacity 0.7s ease,
    transform 0.7s ease;
}

.accordion-target.is-open {
  max-height: 1300vw; /* 必要に応じて調整 */
  padding-top: 1.5vw;
  opacity: 1;
  transform: translateY(0);
}

  :root {
    --main-color: #b98560;
    --accent-color: #b79333;
    --text-color: #543926;
    --black-color: #3a3934;
    --blue-color: #608db9;
  }
  body {
    background: #faf6f2;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .flex {
    display: flex;
    flex-direction: column;
  }
  main p {
    color: #3a3934;
    letter-spacing: 0.05em;
    line-height: 2;
    font-size: 3.86vw;
  }
  #contentsmain {
    margin-bottom: 14.49vw;
    padding: 0 2.9vw;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 12vw;
    margin-bottom: 15vw;
  }
  .contentsmain-img {
    margin-bottom: 4.83vw;
  }
  .contentsmain-text01 {
    color: #543926;
    font-size: 3.86vw;
    text-align: left;
    margin-bottom: 12.08vw;
    padding: 0 2.9vw;
  }
  .contentsmain-text02 {
    color: #543926;
    font-size: 3.86vw;
    margin-bottom: 2vw;
    padding: 0 2.9vw;
  }

  .contentsmain-text03 {
    color: #dc7c37;
    font-weight: 500;
    font-size: 3.62vw;
    padding: 0 2.9vw;
    line-height: 1;
  }
  .contentsmain-text04 {
    font-weight: 500;
    font-size: 5.31vw;
    margin-bottom: 4.11vw;
    color: #dc7c37;
    padding: 0 2.9vw;
  }
  .contentsmain-text05 {
    color: #543926;
    font-size: 3.86vw;
    margin-bottom: 4.83vw;
    text-align: left;
    padding: 0 2.9vw;
  }
  #contents01 {
    position: relative;
    text-align: center;
    margin-bottom: 25vw;
    padding: 0 2.9vw;
  }
  #contents01 h2 {
    color: #543926;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 6.28vw;
    position: absolute;
    top: -5vw;
    left: 0;
    right: 0;
  }
  .contents01-listundertext {
    font-size: 4.83vw;
    color: var(--text-color);
    font-weight: 700;
    padding-top: 10vw;
    font-family: "Zen Maru Gothic", sans-serif;
    strong {
      font-size: 7.97vw;
      color: #dc7c37;
    }
  }
  .contents01-list {
    background-color: #fff;
    padding: 16.43vw 7.45vw 16.43vw;
    width: 100%;
    gap: 12.08vw;
    justify-content: center; /* 中央寄せ（必要に応じて） */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    p {
      color: #543926;
      text-align: left;
      font-size: 4.35vw;
      line-height: 1.78;
    }
    p.contents01-listttl {
      text-align: center;
      margin-bottom: 4.83vw;
      color: #dc7c37;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 5.31vw;
      letter-spacing: -0.05em;
      line-height: 1.48;
    }
    li {
      width: 100%;
    }
    figure {
      display: flex;
      justify-content: center;
      width: 40.1vw;
      margin: 0 auto 4.83vw;
    }
  }
  #contents02 {
    padding: 21vw 2.9vw 13vw;
    margin: 0 auto;
    max-width: 100%;
    background-color: #f1ecdb;
    .contents02-img {
      margin-bottom: 6vw;
    }
    .innerBox {
      width: 100%;
      margin: 0 auto;
      text-align: center;
    }
    .point {
      width: 68.6vw;
      margin: 0 auto 2.66vw;
    }
    h2 {
      color: #543926;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 6.04vw;
      line-height: 1.4;
      margin-bottom: 2vw;
    }
    .contents02-maintext {
      font-size: 3.86vw;
      text-align: left;
      color: #543926;
      margin-bottom: 9.66vw;
      line-height: 2;
    }
    .contents02-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      margin: 12.08vw auto 0;
      padding: 0 2.9vw;
      figure {
        margin-bottom: 1vw;
      }
      li {
        width: 100%;
        margin-bottom: 10.87vw;
        text-align: left;
      }
    }
    .contents02-list-name {
      color: #543926;
      font-size: 5.8vw;
      font-weight: 500;
      font-family: "Zen Maru Gothic", sans-serif;
    }
  }
  #contents03 {
    width: 100%;
    padding: 21vw 0 21vw;
    margin: 0 auto;
    .sp-photo {
      padding: 0 5.8vw;
    }
    .flex {
      width: 100%;
      margin: 8vw auto 8vw;
      padding: 0 5.8vw;
      flex-direction: column;
    }
    strong {
      font-size: 20px;
      font-weight: bold;
    }
    h2 {
      color: #543926;
      padding: 0 5.8vw;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 6.04vw;
      line-height: 1.68;
      margin-bottom: 8vw;
      text-align: center;
    }
    .passive img {
      height: 131.4vw;
      width: auto;
    }
    .contents03-text01 {
      margin-bottom: 4.83vw;
    }
    .contents03-text02 {
      color: #dc7c37;
      font-size: 4.83vw;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      margin-bottom: 2vw;
      display: flex;
      align-items: center;
      picture {
        margin: 0 2vw 0 0;
        padding: 0;
        line-height: 1;
        width: 5vw;
      }
    }
  }
  .scroll-wrap {
    width: 100%;
    margin-left: 5.31vw;
    overflow-x: auto; /* 横スクロール可能に */
    -webkit-overflow-scrolling: touch; /* iOSで慣性スクロール */
  }
  .scroll-text {
    margin-left: 5.31vw;
    margin-bottom: 3vw;
  }
  #contents04 {
    margin: 0 auto;
    padding: 22vw 5.8vw;
    background-color: #f1ecdb;
    h2 {
      color: #543926;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 6.04vw;
      line-height: 1.68;
      margin-bottom: 8vw;
      text-align: center;
    }
    .contents04-flextext {
      order: 2;
    }
    .contents04-text00 {
      font-size: 4.59vw;
      font-weight: 500;
      line-height: 1.58;
      font-family: "Zen Maru Gothic", sans-serif;
      margin-top: 5vw;
      margin-bottom: 3vw;
      color: #dc7c37;
    }
    .flex {
      width: 100%;
      flex-direction: column;
      margin: 0 auto 10vw;
      figure {
        order: 1;
      }
    }
    .contents04-list {
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 7vw;
    }
    .contents04-listttl {
      color: #543926;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 5.8vw;
      margin-top: 2vw;
      figure {
        margin-bottom: 4.83vw;
      }
      strong {
        color: #dc7c37;
      }
    }
  }
  #contents05 {
    width: 100%;
    margin: 0 auto;
    padding: 22vw 5.8vw;
    .contents05-list {
      display: flex;
      flex-direction: column;
      gap: 17vw;
      justify-content: space-between;
      li {
        width: 100%;
      }
    }
    h2 {
      color: #543926;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 6.04vw;
      line-height: 1.68;
      margin-bottom: 13vw;
      text-align: center;
    }
    figure {
      margin-bottom: 2vw;
    }
    .contents05-listttl {
      color: #543926;
      font-weight: 700;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 24px;
      text-align: center;
      margin-bottom: 2vw;
    }
    .btn {
      a {
        display: block;
        color: #fff;
        text-align: center;
        background-color: var(--main-color);
        border-radius: 9.66vw;
        color: #fff;
        font-weight: 500;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 3.86vw;
        width: 57.97vw;
        padding: 3.35vw;
        position: relative;
        margin: 0 auto;
      }
      a:after {
        content: ">";
        position: absolute;
        right: 30px;
        font-family: "Zen Maru Gothic", sans-serif;
      }
    }
  }
  .basic-btn {
    background-color: var(--main-color);
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3.86vw;
    font-weight: 500;
    color: #fff;
    border-radius: 7.25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 14.49vw;
    position: relative;
  }
  .basic-btn:after {
    content: ">";
    position: absolute;
    right: 5vw;
    top: 47%;
    transform: translateY(-50%);
    font-family: "Zen Maru Gothic", sans-serif;
  }
  .basic-btn:hover {
    text-decoration: none;
  }
}
