@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
.lowerMainVisualSect {
  background-color: #fced75;
}
.lowerMainVisualSect__inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lowerMainVisualSect__inner {
    max-width: 1104px;
    margin-inline: auto;
    padding: 0 24px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .lowerMainVisualSect__inner {
    padding: 16px 0;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .lowerMainVisualSect__media {
    width: 60.1990049751vw;
  }
}
.lowerMainVisualSect__media .photo__image {
  max-height: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}

.programIntroduce__summary .dist {
  color: var(--color-white);
  display: block;
  align-items: flex-end;
  background: #e55808;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .programIntroduce__summary .dist {
    font-weight: 600;
    font-size: calc(22rem / 10);
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
    border-radius: 8px;
    text-align: center;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 767px) {
  .programIntroduce__summary .dist {
    font-weight: 600;
    font-size: calc(20rem / 10);
    line-height: 1.4;
    letter-spacing: 0.04em;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 12px 16px;
  }
}
@media screen and (min-width: 768px) {
  .programIntroduce__summary .dist .bold {
    padding-left: 5px;
    font-size: 1.4em;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 767px) {
  .programIntroduce__summary .dist .bold {
    font-size: 1em;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) {
  .bread-crumb {
    max-width: 1104px;
    margin-inline: auto;
    padding: 17px 24px;
  }
}
@media screen and (max-width: 767px) {
  .bread-crumb {
    padding: 12px 3.9800995025vw;
  }
}

.choiceGeneralSect {
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .choiceGeneralSect {
    padding-block: 64px;
  }
}
@media screen and (max-width: 767px) {
  .choiceGeneralSect {
    padding-block: 40px;
  }
}
@media screen and (min-width: 768px) {
  .choiceGeneralSect__inner {
    max-width: 1104px;
    margin-inline: auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .choiceGeneralSect__inner {
    padding: 0 3.9800995025vw;
  }
}
.choiceGeneralSect__head {
  padding-bottom: 24px;
}
.choiceGeneralSect__head h2.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  font-size: 34px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}
.choiceGeneralSect__head h2.heading::before {
  display: block;
  width: 80px;
  height: 94px;
  margin-right: 4px;
}
.choiceGeneralSect__body .txt {
  font-size: calc(16rem / 10);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .choiceGeneralSect__body .txt--center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .choiceGeneralSect__body .txt--center {
    text-align: left;
  }
}
.choiceGeneralSect--choiceMap h2.heading::before {
  content: url("../image/icon-haading-choice.svg");
}
.choiceGeneralSect--program {
  background-color: #fced75;
}
.choiceGeneralSect--program h2.heading::before {
  content: url("../image/icon-haading-program.svg");
}
.choiceGeneralSect--present h2.heading::before {
  content: url("../image/icon-haading-present.svg");
}
.choiceGeneralSect--contact {
  background-color: #fced75;
}
.choiceGeneralSect--contact h2.heading::before {
  content: url("../image/icon-haading-contact.svg");
}
.choiceGeneralSect--insta h2.heading::before {
  content: url("../image/icon-haading-insta.svg");
}
.choiceGeneralSect--lowerChoice {
  background-color: #fdf4a7;
}
.choiceGeneralSect--lowerChoice h2.heading::before {
  content: url("../image/icon-haading-choice.svg");
}
.choiceGeneralSect .generalButton {
  margin-inline: auto;
  max-width: 300px;
}
.choiceGeneralSect .generalButton .svgIcon--prev {
  right: unset;
  left: 20px;
}

.choiceMapList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
}
@media screen and (min-width: 768px) {
  .choiceMapList {
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .choiceMapList {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 12px;
  }
}
.choiceMapList__item {
  display: grid;
  grid-template-rows: subgrid;
}
.choiceMapList__item .choiceMapCard {
  background-color: var(--color-white);
  border-radius: 8px;
  border-bottom: 5px solid #e2d357;
}
.choiceMapList__item .choiceMapCard__link {
  display: grid;
  gap: 16px;
  text-decoration: none;
  color: var(--color-black);
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .choiceMapList__item .choiceMapCard__link {
    grid-template-columns: 1fr 1fr;
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .choiceMapList__item .choiceMapCard__link {
    grid-template-columns: 0.8fr 1.2fr;
    padding: 16px;
  }
}
.choiceMapList__item .choiceMapCard__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .choiceMapList__item .choiceMapCard__media {
    flex-basis: 240px;
  }
}
@media screen and (max-width: 767px) {
  .choiceMapList__item .choiceMapCard__media {
    flex-basis: 140px;
  }
}
.choiceMapList__item .choiceMapCard__media .photo__image {
  border-radius: 8px;
}
.choiceMapList__item .choiceMapCard__body .heading {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .choiceMapList__item .choiceMapCard__body .heading {
    font-weight: 600;
    font-size: calc(18rem / 10);
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .choiceMapList__item .choiceMapCard__body .heading {
    font-weight: 600;
    font-size: calc(16rem / 10);
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.choiceMapList__item .choiceMapCard__body .tvProg {
  font-size: calc(15rem / 10);
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
}
.choiceMapList__item .choiceMapCard__body .days {
  font-size: calc(15rem / 10);
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
}

.listPager {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.listPager__item {
  text-decoration: none;
  color: var(--color-white);
  background-color: var(--color-orange-300);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  width: 40px;
  height: 40px;
  transition: opacity 0.3s ease;
}
.listPager__item:hover {
  opacity: 0.7;
}
.listPager__item--current {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .bread-crumb {
    max-width: 1104px;
    margin-inline: auto;
    padding: 17px 24px;
  }
}
@media screen and (max-width: 767px) {
  .bread-crumb {
    padding: 12px 3.9800995025vw;
  }
}

.choice-map-section {
  background-color: #fef8c8;
}
@media screen and (min-width: 768px) {
  .choice-map-section {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .choice-map-section {
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 768px) {
  .choice-map-section .listPager {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .choice-map-section .listPager {
    margin-top: 32px;
  }
}
.choice-map-section .generalButton {
  max-width: 300px;
  margin-inline: auto;
  margin-top: 40px;
}
.choice-map-section .generalButton .svgIcon--prev {
  right: unset;
  left: 20px;
}

.footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .breadcrumb__list {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=list.css.map */