@charset "utf-8";
.low {
  padding-bottom: clamp(120px, 16vw, 186px);
}
.mv--none {
  padding-top: 240px !important;
}
.mv-wrap .mv {
  height: 40.32vw;
  max-height: 500px;
  min-height: 140px;
  border-radius: clamp(20px, 5.33vw, 40px);
  overflow: hidden;
  position: relative;
}
.mv__heading {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv__heading--type02 {
  width: 100%;
  position: static;
  transform: initial;
}
.mv__heading-en {
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
.mv__heading-ja {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}

.anchor-link {
  padding: 30px 0 22px;
  border-bottom: 2px solid #c8455a;
}
.menu__list {
  display: flex;
  justify-content: center; /* どちらでもOK */
  align-items: center;
  flex-wrap: wrap;
}
.menu__listItem {
  padding: 6px 4.5%;
  position: relative;
}
.menu__listItem::after {
  content: "";
  display: block;
  width: 1px;
  height: 29px;
  background-color: #c9c9c9;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.menu__listItem:last-child:after {
  display: none;
}
.menu__listLink {
  color: #646464;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%; /* ← アイテム内で中央に揃う */
  line-height: 1.75;
}
.menu__listLink span {
  position: relative;
  padding-left: 1em;
}
.menu__listLink span::before {
  content: "";
  display: block;
  width: 11px;
  height: 10px;
  background: url("../imgs/common/arrow_down_red.svg") center center / cover no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.anchor-pdt {
  padding-top: 108px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.table th,
.table td {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  padding: 10px;
  line-height: 2;
  letter-spacing: 0.03em;
  vertical-align: middle;
}
.table th.table__tbody-th02 {
  width: 194px;
  padding-left: 55px;
  padding-right: 38px;
  border-right: 1px solid #c8c8c8;
}
.table th.table__tbody-th03 {
  font-size: 16px;
  font-weight: 500;
  width: 106px;
  padding-left: 19px;
  line-height: 1.75;
}
.table th.table__tbody-th04 {
  padding-left: 20px;
  padding-right: 13px;
}
.table th.table__tbody-th05 {
  padding-left: 38px;
  padding-right: 15px;
}
.table td.table__tbody-td02 {
  padding-top: 21px;
  padding-bottom: 21px;
}
.table td.table__tbody-td03 {
  padding-left: 24px;
  padding-right: 15px;
}
.table td.table__tbody-td04 {
  width: 92px;
  padding-left: 23px;
  padding-right: 15px;
}
.table td.table__tbody-td05 {
  width: 105px;
  padding-left: 28px;
  padding-right: 15px;
}
.table td.table__tbody-td06 {
  width: 122px;
  padding-left: 36px;
  padding-right: 15px;
}
.table td {
  padding-left: 57px;
  padding-right: 57px;
}
.table td.letter-spacing__negative {
  letter-spacing: -0.02em;
}
.table th.table-caption {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 10px 0;
  line-height: 1.75;
  letter-spacing: 0.05em;
  background-color: #f5dde1;
}
.table tbody {
  background-color: #fff;
}
.table tbody tr:not(:last-child) {
  border-bottom: 1px solid #c8c8c8;
}
.table td ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.table .border-lft {
  border-left: 1px solid #c8c8c8;
}

/* スケジュール表↓ */
.low__schedule {
  padding: 41px 20px 62px;
  background-color: #fbf1f3;
}
.low__schedule .footer__schedule-wrap {
  width: 100%;
  max-width: 662px;
  padding-bottom: 16px;
  margin: 0 auto;
}
.low__schedule .footer__schedule-notes {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 662px;
  margin: 0 auto 30px;
}
.low__schedule .reserve {
  width: 100%;
  max-width: 662px;
  padding-top: 37px;
  padding-bottom: 32px;
  margin: 0 auto;
  border: 1px solid #c8c8c8;
  background-color: transparent;
}
.low__schedule .footer__schedule th,
.low__schedule .footer__schedule td {
  font-size: 19px;
}
.low__schedule .footer__schedule tr th:first-child {
  height: 51px;
}
.low__schedule .reserve__wrap {
  max-width: 530px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.low__schedule .reserve__lft {
  width: 85px;
}
.low__schedule .reserve__heading {
  font-size: 23px;
  margin-bottom: 0;
}
.low__schedule .vertical {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}
.low__schedule .reserve__rgt {
  width: calc(100% - 105px);
  max-width: 426px;
}
.low__schedule .footer__contact-tel {
  font-size: 22px;
}
.low__schedule .footer__contact-web {
  font-size: 12px;
}
.low__schedule .reserve__noteItem {
  font-size: 12px;
}
.low__schedule .reserve__noteItem a {
  font-size: 12px;
}
.low__schedule .reserve__download {
  padding: 8px 6% 10px;
}
.low__schedule .reserve__downloadText {
  font-size: 14px;
}
.low__schedule .reserve__downloadText--sml {
  font-size: 12px;
}
/* スケジュール表↑ */

.link-collection__list {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 20px;
}
.link-collection__list.column1 {
  max-width: 343px;
  justify-content: center;
}
.link-collection__listItem {
  width: calc((100% - 20px) / 2);
  max-width: 343px;
  border: 1px solid #c8c8c8;
  border-radius: 20px;
  position: relative;
}
.link-collection__list.column1 .link-collection__listItem {
  width: 100%;
}
.link-collection__listItem::after {
  content: "";
  width: 8px;
  height: 17px;
  background: url(../imgs/index/arrow_gray2.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.link-collection__listItem:hover::after {
  animation: arrowMove04 0.6s ease-in-out;
}
@keyframes arrowMove04 {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(5px);
  }
  100% {
    transform: translateY(-50%) translateX(0);
  }
}
.link-collection__link {
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3px;
  padding-bottom: 8px;
  padding-right: 35px;
}
.link-collection__listItem:nth-child(1) .link-collection__link {
  padding-left: 41px;
}
.link-collection__listItem:nth-child(2) .link-collection__link {
  padding-left: 23px;
}
.link-collection__listItem:nth-child(1) .link-collection__link img {
  width: 72px;
}
.link-collection__listItem:nth-child(2) .link-collection__link img {
  width: 85px;
}
.link-collection__heading--type02 {
  color: #c8455a;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.03em;
}
.link-collection__listItem:nth-child(1) .link-collection__heading {
  width: calc(100% - 82px);
  max-width: 160px;
}
.link-collection__listItem:nth-child(2) .link-collection__heading {
  width: calc(100% - 95px);
  max-width: 170px;
}

.link-collection__list--type02 {
  justify-content: center;
  gap: 15px 20px;
}
.link-collection__list--type02.column1 {
  justify-content: flex-start;
}
.link-collection__list--type02 .link-collection__listItem {
  max-width: 268px;
  min-width: 231px;
  border: 1px solid #c8c8c8;
  border-radius: 15px;
  position: relative;
}
.link-collection__list--type02.column1 .link-collection__listItem {
  width: 100%;
  max-width: 307px;
}
.link-collection__list--type02 .link-collection__link {
  color: #c8455a;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  height: auto;
  display: block;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-right: 35px;
  line-height: 1.57;
  background-color: #fff;
  border-radius: 15px;
}
.link-collection__list--type02 .link-collection__listItem:nth-child(1) .link-collection__link,
.link-collection__list--type02 .link-collection__listItem:nth-child(2) .link-collection__link {
  padding-left: 20px;
}

.line-text {
  color: #c8455a;
  font-size: 21px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1em;
  margin-bottom: 34px;
  position: relative;
  line-height: 1.52;
}
.line-text::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #c8455a;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1080px) {
  .line-text br {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .table th.table__tbody-th02,
  .table td {
    padding-left: 25px;
    padding-right: 25px;
  }
  .table th.table__tbody-th02 {
    width: 152px;
  }
}

@media screen and (max-width: 750px) {
  .mv--none {
    padding-top: 200px !important;
  }

  .mv__heading-en {
    font-size: 40px;
  }

  .anchor-link {
    padding: 25px 0 17px;
  }
  .menu__listItem {
    padding: 6px 3%;
  }
  .menu__listItem::after {
    height: 22px;
  }
  .menu__listLink {
    font-size: 17px;
  }
  .menu__listLink span {
    padding-left: 0.9em;
  }
  .menu__listLink span::before {
    width: 10px;
    height: 9px;
  }

  .anchor-pdt {
    padding-top: 70px;
  }

  .table th.table__tbody-th03 {
    font-size: 15px;
    width: 100px;
  }

  /* スケジュール表↓ */
  .low__schedule .footer__schedule th,
  .low__schedule .footer__schedule td {
    font-size: 16px;
  }
  .low__schedule .footer__schedule tr th:first-child {
    height: 48px;
  }
  .low__schedule .reserve .footer__contact {
    flex-direction: row;
  }
  /* スケジュール表↑ */

  .link-collection__list {
    max-width: 610px;
  }
  .link-collection__list.column1 {
    max-width: 290px;
  }
  .link-collection__link {
    height: 90px;
  }
  .link-collection__listItem:nth-child(1) .link-collection__link {
    padding-left: 31px;
  }
  .link-collection__listItem:nth-child(2) .link-collection__link {
    padding-left: 20px;
  }
  .link-collection__list.column1 .link-collection__link {
    padding-left: 20px;
  }
  .link-collection__listItem:nth-child(1) .link-collection__link img {
    width: 62px;
  }
  .link-collection__listItem:nth-child(2) .link-collection__link img {
    width: 75px;
  }
  .link-collection__list.column1 .link-collection__listItem .link-collection__link img {
    width: 75px;
  }
  .link-collection__heading--type02 {
    font-size: 21px;
  }
  .link-collection__listItem:nth-child(1) .link-collection__heading {
    width: calc(100% - 72px);
    max-width: 140px;
  }
  .link-collection__listItem:nth-child(2) .link-collection__heading {
    width: calc(100% - 85px);
    max-width: 140px;
  }
  .link-collection__list.column1 .link-collection__listItem:nth-child(1) .link-collection__heading {
    max-width: 130px;
  }
  .link-collection__list--type02.column1 {
    justify-content: center;
  }

  .line-text {
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0.7em;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .table th.table__tbody-th03 {
    width: 94px;
    padding-left: 15px;
  }
  .table th.table__tbody-th04 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .table th.table__tbody-th05 {
    padding-left: 15px;
  }
  .table td.table__tbody-td05,
  .table td.table__tbody-td06 {
    width: 81px;
    padding-left: 15px;
  }
  .table td.table__tbody-td03 {
    padding-left: 15px;
  }
  .table td.table__tbody-td04 {
    width: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 580px) {
  /* スケジュール表↓ */
  .low__schedule .reserve__lft {
    width: 70px;
  }
  .low__schedule .reserve__heading {
    font-size: 20px;
  }
  .low__schedule .reserve__rgt {
    width: calc(100% - 90px);
  }
  .low__schedule .reserve .footer__contact {
    flex-direction: column;
    gap: 15px;
  }
  .low__schedule .footer__contact-tel {
    font-size: 20px;
  }
  /* スケジュール表↑ */

  .link-collection__list {
    display: block;
    max-width: 290px;
  }

  .link-collection__listItem {
    width: 100%;
    max-width: 100%;
  }

  .link-collection__listItem:not(:last-child) {
    margin-bottom: 15px;
  }

  .link-collection__heading--type02 {
    font-size: 18px;
  }
  .link-collection__listItem:nth-child(1) .link-collection__heading {
    max-width: 130px;
  }
  .link-collection__listItem:nth-child(2) .link-collection__heading {
    max-width: 130px;
  }

  .link-collection__list--type02 {
    display: flex;
    max-width: 610px;
  }
  .link-collection__list--type02 .link-collection__listItem {
    width: calc((100% - 20px) / 2);
  }
  .link-collection__list--type02 .link-collection__listItem:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .mv__heading-en {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .mv--none {
    padding-top: 160px !important;
  }

  .menu__listItem {
    padding: 6px 10px;
  }
  .menu__listLink {
    font-size: 15px;
  }
  .menu__listLink span::before {
    width: 9px;
    height: 8px;
  }
  .menu__listLink span {
    padding-left: 0.8em;
  }

  .table th.table__tbody-th02,
  .table td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .table th.table__tbody-th02 {
    width: 103px;
  }
  .table th.table__tbody-th03 {
    width: 78px;
  }

  /* スケジュール表↓ */
  .low__schedule .reserve {
    padding-top: 25px;
    padding-bottom: 32px;
  }
  .low__schedule .reserve__wrap {
    display: block;
  }
  .low__schedule .footer__schedule th,
  .low__schedule .footer__schedule td {
    font-size: 14px;
  }
  .low__schedule .reserve__lft {
    width: 100%;
    margin-bottom: 10px;
  }
  .low__schedule .reserve__heading {
    text-align: center;
    font-size: 18px;
  }
  .low__schedule .vertical {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
  .low__schedule .reserve__rgt {
    width: 100%;
    max-width: 100%;
  }
  /* スケジュール表↑ */
}
