@charset "utf-8";

/*
  File Name   : photo-wedding.css
  Description : コンテンツエリア関係 他
*/

/* first-view
============================================================ */
.section-first-view {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 750px;
  max-height: 1080px;
  background: url(../img/top/first-view__bg.jpg) no-repeat center center;
  background-size: cover;
}

.first-view__title {
  position: absolute;
  bottom: 18.5%;
  left: 50%;
  width: 86.2%;
  height: auto;
  transform: translateX(-50%);
}

.first-view__title__inner {
  display: block;
  animation-delay: 0.5s;
}

.first-view__title__img {
  width: 100%;
  height: auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-first-view {
    min-height: 530px;
    max-height: 810px;
    background-image: url(../img/top/first-view__bg--sp.jpg);
  }

  .first-view__title {
    position: absolute;
    bottom: calc(50px + 3.3%);
    left: 20px;
    width: min(380px, 83.2%);
    height: auto;
    transform: none;
  }
}

/* second-view
============================================================ */
.section-second-view {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 750px;
  max-height: 1080px;
  background: url(../img/top/second-view__bg.jpg) no-repeat center center;
  background-size: cover;
}

.second-view-body {
  position: absolute;
  bottom: calc(50% - 34.2%);
  left: calc(50% + 0.2%);
  width: max(704px, 47%);
  height: auto;
  transform: translate(-50%, -50%);
}

.second-view-body__title__img {
  width: 100%;
  height: auto;
}

.second-view-body__subtitle {
  margin-top: max(42px, 2.604vw);
  margin-left: -3px;
  color: #fff;
  font-size: max(24px, 1.458vw);
  font-weight: normal;
  letter-spacing: 4.5px;
  line-height: 1;
}

.second-view-body__txt {
  width: max(382px, 50%);
  margin-top: max(25px, 1.563vw);
  margin-left: -3px;
  color: #fff;
  font-size: max(11px, 0.677vw);
  letter-spacing: 1px;
  line-height: 2;
  text-align: justify;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-second-view {
    min-height: 570px;
    max-height: 810px;
    background-image: url(../img/top/second-view__bg--sp.jpg);
  }

  .second-view-body {
    top: 6%;
    bottom: inherit;
    left: 50%;
    width: min(380px, 96%);
    transform: translateX(-50%);
  }

  .second-view-body__title {
    width: 84%;
    margin: 0 auto;
  }

  .second-view-body__subtitle {
    margin-top: 20px;
    margin-left: 0;
    font-size: 15px;
    letter-spacing: 4.5px;
    text-align: center;
  }

  .second-view-body__txt {
    width: 100%;
    margin-top: 22px;
    margin-left: 0;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.75;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .second-view-body__txt {
    font-size: 3.467vw;
    letter-spacing: 0.267vw;
  }
}

/* third-view
============================================================ */
.section-third-view {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 750px;
  max-height: 1080px;
  background: url(../img/top/third-view__bg.jpg) no-repeat center center;
  background-size: cover;
}

.third-view-body {
  position: absolute;
  bottom: calc(50% - 36.1%);
  left: calc(50% + 16.2%);
  width: max(436px, calc(24% + 40px));
  height: auto;
  transform: translate(-50%, -50%);
}

.third-view-body__title {
  color: #fff;
  font-size: max(22px, 1.354vw);
  font-weight: normal;
  letter-spacing: max(1px, 0.297vw);
  line-height: 1.8;
  text-align: center;
}

.third-view-body__txt {
  margin-top: max(22px, 1.354vw);
  padding: 0 1.042vw;
  color: #fff;
  font-size: max(12px, 0.729vw);
  letter-spacing: 0;
  line-height: 2;
  text-align: justify;
}

.third-view-body__logo {
  width: max(116px, 7.031vw);
  margin: 2.604vw auto 0;
}

.third-view-body__logo__img {
  width: 100%;
  height: auto;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-third-view {
    min-height: 530px;
    max-height: 810px;
    background-image: url(../img/top/third-view__bg--sp.jpg);
  }

  .third-view-body {
    position: absolute;
    bottom: calc(50px + 4.6%);
    left: 50%;
    width: 96%;
    transform: translateX(-50%);
  }

  .third-view-body__title {
    font-size: 16px;
    letter-spacing: 4.3px;
    line-height: 1.8;
  }

  .third-view-body__txt {
    width: 100%;
    max-width: 350px;
    margin: 15px auto 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.6px;
    line-height: 1.9;
    text-align: center;
  }

  .third-view-body__logo {
    width: 76px;
    margin: 20px auto 0;
  }
}

/* fourth-view
============================================================ */
.section-fourth-view {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
}

#section-course_01-1.section-fourth-view,
#section-course_01-2.section-fourth-view {
  background-color: rgba(3, 110, 183, 0.1);
}

#section-course_02-1.section-fourth-view,
#section-course_02-2.section-fourth-view {
  background-color: rgba(235, 108, 155, 0.1);
}

#section-course_03-1.section-fourth-view,
#section-course_03-2.section-fourth-view {
  background-color: rgba(190, 0, 8, 0.1);
}

.fourth-view-body {
  position: relative;
  width: 48%;
  padding: 38px 165px 20px 20px;
}

.fourth-view-body:has(.fourth-view-body__course) {
  padding-top: 0;
  padding-right: 75px;
}


.fourth-view-body__inner {
  position: sticky;
  top: 0;
  left: 0;
  width: 340px;
  margin-left: auto;
  padding: 120px 0 0;
}

.fourth-view-body__inner:has(.fourth-view-body__course) {
  width: 430px;
  padding-top: 60px;
}

.fourth-view-body__section-title {
  position: relative;
  padding-bottom: 18px;
}

.fourth-view-body__section-title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #000;
}

.fourth-view-body__section-title img {
  width: 260px;
}

@media screen and (max-width: 811px) {
  .fourth-view-body__section-title img {
    width: auto;
    height: 36px;
  }
}

.fourth-view-body__lead {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1;
}

.fourth-view-body__txt {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.47133333;
}

.fourth-view-body__title {
  display: grid;
  grid-template-columns: 1fr 74px;
  margin-top: 30px;
  font-size: 24px;
}

.fourth-view-body__title strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

#section-course_01-1 .fourth-view-body__title strong {
  color: #036eb7;
}

#section-course_02-1 .fourth-view-body__title strong {
  color: #eb6c9b;
}

#section-course_03-1 .fourth-view-body__title strong {
  color: #be0008;
}

.fourth-view-body__map {
  width: 317px;
  margin-top: 56px;
}

.fourth-view-body__map__img {
  width: 100%;
  height: auto;
}

.fourth-view-photo {
  width: 52%;
}

.fourth-view-photo__item {
  width: 100%;
  height: 50%;
}

@media screen and (max-width: 811px) {
  .fourth-view-photo__item {
    height: 100%;
  }
}

.fourth-view-photo__item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fourth-view-body__lists {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 5px;
  row-gap: 22px;
}

.fourth-view-body__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2px;
}

.fourth-view-body__list dt,
.fourth-view-body__list dd {
  font-size: 14px;
  line-height: 1.85714286;
}




/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1030px) {

  .fourth-view-body,
  .fourth-view-body:has(.fourth-view-body__course) {
    padding: 20px;
  }

  .fourth-view-body__inner,
  .fourth-view-body__inner:has(.fourth-view-body__course) {
    width: 320px;
    margin-left: 0;
    padding: 120px 0 0;
  }

  .fourth-view-body__title {
    position: relative;
    padding-bottom: 38px;
  }

  .fourth-view-body__lead {
    margin-top: 37px;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 1;
  }

  .fourth-view-body__txt {
    margin-top: 38px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 2;
  }

  .fourth-view-body__map {
    width: 317px;
    margin-top: 56px;
  }
}

@media screen and (max-width: 1000px) {

  .fourth-view-body__inner,
  .fourth-view-body__inner:has(.fourth-view-body__course) {
    margin-top: -65px;
    padding: 105px 0 0;
  }
}

@media screen and (max-width: 811px) {
  .section-fourth-view {
    display: block;
    overflow: hidden;
  }

  .fourth-view-body,
  .fourth-view-body:has(.fourth-view-body__course) {
    width: 100%;
    padding: 60px 20px 20px 20px;
  }

  .fourth-view-body__inner,
  .fourth-view-body__inner:has(.fourth-view-body__course) {
    position: static;
    width: 100%;
    margin-top: 0;
    padding: 0;
  }

  .fourth-view-body__title {
    padding-bottom: 18px;
  }

  .fourth-view-body__title::after {
    width: 20px;
  }

  .fourth-view-body__title__img {
    width: 180px;
  }

  .fourth-view-body__lead {
    margin-top: 16px;
    font-size: 12px;
  }

  .fourth-view-body__txt {
    margin-top: 18px;
    font-size: 12px;
    letter-spacing: 0.7px;
  }

  .fourth-view-body__map {
    position: absolute;
    z-index: 0;
    top: -17px;
    left: 230px;
    width: 182px;
    margin-top: 0;
  }

  .fourth-view-photo {
    width: 100%;
  }
}

/* fifth-view
============================================================ */
.section-fifth-view {
  padding: 280px 0 0;
}

.fifth-view-body__video {
  width: 100%;
  height: 605px;
  vertical-align: top;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1120px) {
  .section-fifth-view {
    padding: 140px 0 0;
  }

  .fifth-view-body__video {
    height: 54.018vw;
  }
}

@media screen and (max-width: 811px) {
  .section-fifth-view {
    padding: 40px 20px 0;
  }

  .fifth-view-body__video {
    width: 100%;
    height: 44vw;
  }
}

/* sixth-view
============================================================ */
.section-sixth-view {
  padding: 170px 0 0;
}

.sixth-view__title {
  position: relative;
  padding-bottom: 24px;
}

.sixth-view__title img {
  width: 150px;
}

.sixth-view__title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #000;
}

.sixth-view__lead {
  margin-top: 36px;
  font-size: 26px;
  /* font-weight: bold; */
  letter-spacing: 1.3px;
  line-height: 1;
}

.sixth-view__map {
  margin-top: 70px;
}

.sixth-view__map__img {
  width: 100%;
  height: auto;
}

.sixth-view-spot {
  margin-top: 150px;
}

.sixth-view-spot+.sixth-view-spot {
  margin-top: 145px;
}

.sixth-view-spot__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.sixth-view-spot-body {
  width: 50%;
  padding-top: 10px;
  padding-right: 20px;
}

.sixth-view-spot-body__title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}

.sixth-view-spot-body__num {
  width: auto;
  height: 33px;
}

.sixth-view-spot-body__num__img {
  width: auto;
  height: 100%;
}

.sixth-view-spot-body__title__sub {
  margin-left: 30px;
  color: #ee781f;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}

.sixth-view-spot-body__title__main {
  display: block;
  width: 100%;
  margin-top: 17px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0;
  /* line-height: 1; */
  line-height: 1.26923077;
}

.sixth-view-spot-body__lead {
  width: 100%;
  max-width: 390px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.85714286;
  text-align: justify;
}

.sixth-view-spot-body__remarks {
  max-width: 455px;
  margin-top: 28px;
  font-size: 10px;
  letter-spacing: 0;
  text-align: justify;
}

.sixth-view-spot-photo {
  width: 50%;
  height: 305px;
}

.sixth-view-spot-photo a {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}

.sixth-view-spot-photo a::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 5px;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-plus.svg) no-repeat center center;
  background-size: 100% auto;
}

.sixth-view-spot-photo__img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.sixth-view-spot-list__wrap {
  width: 100%;
  margin-top: 30px;
}

.sixth-view-spot-list,
.sixth-view-spot-list__wrap.splide.is-initialized:not(.is-active) .sixth-view-spot-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.sixth-view-spot-list__item {
  width: calc((100% - 105px) / 4 - 0.1px);
  height: 140px;
  margin-top: 35px;
  margin-right: 35px;
}

.sixth-view-spot-list__item:first-child {
  display: none;
}

.sixth-view-spot-list__item a {
  position: relative;
  border-radius: 10px;
  width: 100%;
}

.sixth-view-spot-list__item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 5px;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-plus.svg) no-repeat center center;
  background-size: 100% auto;
}

.sixth-view-spot-list__item:nth-child(4n + 5) {
  margin-right: 0;
}

.sixth-view-spot-list__item__img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.sixth-view-spot__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5px;
  margin-top: 16px;
}

.sixth-view-spot__list {
  display: flex;
  /* align-items: center; */
  align-items: baseline;
  column-gap: 5px;
  font-size: 14px;
  line-height: 1.30285714;
  letter-spacing: 0.035em;
}

.sixth-view-spot__list img {
  width: 18px;
  height: 18px;
  transform: translateY(4px);
}

.sixth-view-spot__list a {
  display: block;
  margin-left: 23px;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: underline;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1120px) {
  .section-sixth-view {
    padding: 80px 0 0;
  }

  .sixth-view-spot {
    margin-top: 8.036vw;
  }

  .sixth-view-spot+.sixth-view-spot {
    margin-top: 12.946vw;
  }

  .sixth-view-spot-body__num {
    height: max(24px, 2.946vw);
  }

  .sixth-view-spot-body__title__sub {
    margin-left: max(18px, 2.143vw);
    font-size: max(12px, 1.339vw);
  }

  .sixth-view-spot-body__title__main {
    margin-top: max(15px, 1.518vw);
    font-size: max(20px, 2.321vw);
  }

  .sixth-view-spot-body__lead {
    margin-top: max(25px, 2.857vw);
    font-size: max(11px, 1.161vw);
  }

  .sixth-view-spot-body__remarks {
    margin-top: max(22px, 2.5vw);
  }

  .sixth-view-spot-photo {
    height: 27.232vw;
  }

  .sixth-view-spot-list__wrap {
    margin-top: 2.679vw;
  }

  .sixth-view-spot-list__item {
    width: calc((100% - 9.375vw) / 4 - 0.1px);
    height: 12.5vw;
    margin-top: 3.125vw;
    margin-right: 3.125vw;
  }

  .sixth-view-spot-list__item:nth-child(4n + 5) {
    margin-right: 0;
  }

  .sixth-view-spot-list__item a::after {
    right: 7px;
    bottom: 5px;
  }
}

@media screen and (max-width: 811px) {
  .section-sixth-view {
    /* padding: 35px 0 0; */
    padding-top: 80px;
  }

  .section-sixth-view .com-section-inner {
    padding: 0;
  }

  .sixth-view__title {
    padding: 0 20px 12px;
  }

  .sixth-view__title img {
    /* width: 110px; */
    width: auto;
    height: 36px;
  }

  .sixth-view__title::after {
    left: 20px;
    width: 20px;
  }

  .sixth-view__lead {
    margin-top: 17px;
    padding: 0 20px;
    font-size: 20px;
    letter-spacing: 1.1px;
  }

  .sixth-view__map {
    margin-top: 15px;
    text-align: center;
    overflow-x: scroll;
  }

  .sixth-view__map__img {
    width: 750px;
    max-width: 750px;
  }

  .sixth-view-spot {
    margin-top: 30px;
  }

  .sixth-view-spot+.sixth-view-spot {
    margin-top: 30px;
  }

  .sixth-view-spot__inner {
    display: block;
  }

  .sixth-view-spot-body {
    width: 100%;
    padding: 0 20px;
  }

  .sixth-view-spot-body__num {
    height: 24px;
  }

  .sixth-view-spot-body__title__sub {
    margin-left: 16px;
    font-size: 10px;
  }

  .sixth-view-spot-body__title__main {
    margin-top: 15px;
    font-size: 14px;
  }

  .sixth-view-spot-body__lead {
    max-width: inherit;
    margin-top: 11px;
    font-size: 12px;
    line-height: 1.6;
  }

  .sixth-view-spot-body__remarks {
    margin-top: 9px;
  }

  .sixth-view-spot-photo {
    display: none;
  }

  .sixth-view-spot-list__wrap {
    margin-top: 10px;
  }

  .sixth-view-spot-list,
  .sixth-view-spot-list__wrap.splide.is-initialized:not(.is-active) .sixth-view-spot-list {
    flex-wrap: nowrap;
    width: auto;
    padding-left: 20px !important;
  }

  .sixth-view-spot-list__item {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .sixth-view-spot-list__item:first-child {
    display: block;
  }

  .sixth-view-spot-list__item a {
    display: block;
    /* aspect-ratio: 243/140; */
    aspect-ratio: 320/213;
  }

  .sixth-view-spot-list__item a::after {
    right: 5px;
    bottom: 5px;
    width: 10px;
    height: 10px;
  }

  .sixth-view-spot-list__item:nth-child(4n + 5) {
    margin-right: 0;
  }

  .sixth-view-spot-list__item__img {
    height: auto;
    border-radius: 5px;
    aspect-ratio: 243/140;
    object-fit: cover;
  }
}

/* seventh-view
============================================================ */
.section-seventh-view {
  padding: 98px 0 0;
}

.seventh-view__title {
  position: relative;
  padding-bottom: 34px;
}

.seventh-view__title::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  border-bottom: 1px solid #000;
}

.seventh-view__title__img {
  width: 523px;
  height: auto;
}

.seventh-view__lead {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.3px;
  line-height: 1;
}

.seventh-view-course {
  margin-top: 76px;
}

.seventh-view-course+.seventh-view-course {
  margin-top: 140px;
}

.seventh-view-course__title {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.8px;
}

.seventh-view-course__title__img {
  width: auto;
  height: 19px;
  margin-right: 30px;
}

.seventh-view-course__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
}

.seventh-view-course__list__item {
  width: calc((100% - 40px) / 3 - 0.1px);
  margin-top: 20px;
  margin-right: 20px;
}

.seventh-view-course__list__item:nth-child(3n + 3) {
  margin-right: 0;
}

.seventh-view-course__list__item__title {
  padding-left: 22px;
  background: url(../img/common/icon-camera.svg) no-repeat left center;
  background-size: 17px auto;
  letter-spacing: 0;
}

.seventh-view-course__list__item__photo {
  height: 200px;
  margin-top: 15px;
}

.seventh-view-course__list__item__photo__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seventh-view-course__recom-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  margin-top: 25px;
  padding: 10px 20px 20px;
  background: #f2f1e9;
}

.seventh-view-course__recom-list__item {
  width: calc((100% - 30px) / 4 - 0.1px);
  margin-top: 10px;
  margin-right: 10px;
}

.seventh-view-course__recom-list__item:nth-child(4n + 4) {
  margin-right: 0;
}

.seventh-view-course__recom-list__item.-txt {}

.seventh-view-course__recom-list__item.-img {
  height: 155px;
}

.seventh-view-course__recom-list__item a {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px 30px 0;
  background: url(../img/common/icon-blank-blk.svg) no-repeat center bottom 8%;
  background-size: 15px auto;
}

.seventh-view-course__recom-list__item a:active,
.seventh-view-course__recom-list__item a:hover {
  text-decoration: none;
}

.seventh-view-course__recom-list__item__txt {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.8;
  text-align: center;
  text-decoration: underline;
}

.seventh-view-course__recom-list__item__title {
  margin-top: 24px;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
}

.seventh-view-course__recom-list__item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1120px) {
  .seventh-view-course {
    margin-top: 6.786vw;
  }

  .seventh-view-course+.seventh-view-course {
    margin-top: 12.5vw;
  }

  .seventh-view-course__title {
    font-size: max(16px, 1.607vw);
  }

  .seventh-view-course__title__img {
    height: max(15px, 1.696vw);
  }

  .seventh-view-course__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 1.786vw;
  }

  .seventh-view-course__list__item {
    width: calc((100% - 3.571vw) / 3 - 0.1px);
    margin-top: 1.786vw;
    margin-right: 1.786vw;
  }

  .seventh-view-course__list__item:nth-child(3n + 3) {
    margin-right: 0;
  }

  .seventh-view-course__list__item__title {
    font-size: max(13px, 1.429vw);
  }

  .seventh-view-course__list__item__photo {
    height: 17.857vw;
    margin-top: 1.339vw;
  }

  .seventh-view-course__recom-list {
    margin-top: 2.232vw;
    padding: 0.893vw 1.786vw 1.786vw;
  }

  .seventh-view-course__recom-list__item {
    width: calc((100% - 2.679vw) / 4 - 0.1px);
    margin-top: 0.893vw;
    margin-right: 0.893vw;
  }

  .seventh-view-course__recom-list__item:nth-child(4n + 4) {
    margin-right: 0;
  }

  .seventh-view-course__recom-list__item.-img {
    height: 13.839vw;
  }

  .seventh-view-course__recom-list__item a {
    padding: 0.446vw 0.893vw 2.679vw 0;
    background-size: 1.339vw auto;
  }

  .seventh-view-course__recom-list__item__txt {
    font-size: max(11px, 1.25vw);
  }

  .seventh-view-course__recom-list__item__title {
    margin-top: 2.143vw;
    font-size: max(14px, 1.429vw);
  }
}

@media screen and (max-width: 811px) {
  .section-seventh-view {
    padding: 59px 0 0;
  }

  .seventh-view__title {
    padding-bottom: 18px;
  }

  .seventh-view__title::after {
    width: 20px;
  }

  .seventh-view__title__img {
    width: 265px;
  }

  .seventh-view__lead {
    margin-top: 17px;
    font-size: 10px;
    letter-spacing: 0.6px;
  }

  .seventh-view-course {
    margin-top: 30px;
  }

  .seventh-view-course+.seventh-view-course {
    margin-top: 50px;
  }

  .seventh-view-course__title {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .seventh-view-course__title__img {
    height: 11px;
    margin-right: 0;
    margin-bottom: 11px;
  }

  .seventh-view-course__list {
    display: block;
    width: 100%;
    margin-top: 0;
  }

  .seventh-view-course__list__item {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .seventh-view-course__list__item+.seventh-view-course__list__item {
    margin-top: 17px;
  }

  .seventh-view-course__list__item__title {
    padding-left: 21px;
    background-size: 16px auto;
    letter-spacing: -1px;
  }

  .seventh-view-course__list__item__photo {
    height: 40vw;
    margin-top: 8px;
  }

  .seventh-view-course__recom-list {
    flex-wrap: nowrap;
    margin-top: 20px;
    padding: 10px;
  }

  .seventh-view-course__recom-list__item {
    width: calc((100% - 10px) / 2 - 0.1px);
    margin-top: 0;
  }

  .seventh-view-course__recom-list__item:nth-child(n + 3) {
    display: none;
  }

  .seventh-view-course__recom-list__item.-img {
    height: 25.333vw;
  }

  .seventh-view-course__recom-list__item a {
    padding: 1.333vw 2.667vw 4vw 0;
    background-position: center bottom 5%;
    background-size: min(16px, 2.933vw) auto;
  }

  .seventh-view-course__recom-list__item__txt {
    font-size: min(15px, 2.667vw);
    letter-spacing: 0;
    line-height: 1.6;
  }

  .seventh-view-course__recom-list__item__title {
    margin-top: 2.933vw;
    font-size: min(18px, 3.2vw);
    letter-spacing: 0.5px;
    line-height: 1.4;
  }
}

/* eighth-view
============================================================ */
.section-eighth-view {
  padding: 100px 0 130px;
}

.eighth-view__lead {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
}

.eighth-view__photo {
  display: grid;
  grid-template-areas:
    "g1 g2 g3 g4"
    "g1 g5 g6 g7";
  grid-template-columns: 50% calc(50% / 3) calc(50% / 3) calc(50% / 3);
  grid-template-rows: 1fr 1fr;
  margin-top: 45px;
}

.eighth-view__photo.-reverse {
  grid-template-areas:
    "g2 g3 g4 g1"
    "g5 g6 g7 g1";
  grid-template-columns: calc(50% / 3) calc(50% / 3) calc(50% / 3) 50%;
}

.eighth-view__photo+.eighth-view__photo {
  margin-top: 0;
}

.eighth-view__photo__item {
  height: 12.5vw;
}

.eighth-view__photo__item:nth-child(1) {
  grid-area: g1;
  height: 25vw;
}

.eighth-view__photo__item:nth-child(2) {
  grid-area: g2;
}

.eighth-view__photo__item:nth-child(3) {
  grid-area: g3;
}

.eighth-view__photo__item:nth-child(4) {
  grid-area: g4;
}

.eighth-view__photo__item:nth-child(5) {
  grid-area: g5;
}

.eighth-view__photo__item:nth-child(6) {
  grid-area: g6;
}

.eighth-view__photo__item:nth-child(7) {
  grid-area: g7;
}

.eighth-view__photo__item__link__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eighth-view__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-top: 100px;
}

.eighth-view__btn__link {
  display: inline-block;
  padding: 30px 70px;
  border-radius: 100px;
  background: #ff8773;
  text-align: center;
}

.eighth-view__btn__link span {
  display: inline-block;
  padding-right: 35px;
  background: url(../img/common/icon-blank-wht.svg) no-repeat right center;
  background-size: 15px auto;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.6;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .section-eighth-view {
    padding: 30px 0;
  }

  .eighth-view__lead {
    font-size: 10px;
  }

  .eighth-view__photo,
  .eighth-view__photo.-reverse {
    grid-template-areas:
      "g1 g1 g1"
      "g2 g3 g4"
      "g5 g6 g7";
    grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
    grid-template-rows: 1fr 0.5fr 0.5fr;
    margin-top: 12px;
  }

  .eighth-view__photo+.eighth-view__photo {
    margin-top: 0;
  }

  .eighth-view__photo__item {
    height: 25.067vw;
  }

  .eighth-view__photo__item:nth-child(1) {
    height: 50.133vw;
  }

  .eighth-view__btn {
    margin-top: 25px;
  }

  .eighth-view__btn__link {
    padding: 10px 25px 13px;
  }

  .eighth-view__btn__link span {
    padding-right: 16px;
    background-size: 8px auto;
    font-size: 10px;
    letter-spacing: 0;
  }
}

/* p-main-visual
============================================================ */
.p-main-visual {
  position: relative;
  z-index: 1;
}

.p-main-visual__head {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 0);
  text-align: center;
}

@media screen and (max-width: 811px) {
  .p-main-visual__head {
    display: none;
  }
}

.p-main-visual__head img {
  display: inline-block;
  width: 555px;
  width: clamp(15rem, 0.572rem + 28.43vw, 34.688rem);
}

.p-main-visual__slider {
  position: relative;
  z-index: 1;
}

.splide__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__pagination {
  bottom: -30px;
  column-gap: 24px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0;
  border: 1px solid #ee781f;
  background-color: #fff;
  opacity: 1;
}

.splide__pagination__page.is-active {
  background-color: #ee781f;
  transform: scale(1);
}

.p-main-visual__icon {
  position: absolute;
  bottom: 0;
  left: 145px;
  z-index: 2;
  transform: translate(0, 22%);
}

.p-main-visual__icon a {
  display: block;
}

.p-main-visual__icon img {
  width: 170px;
  height: 278px;
}

@media screen and (max-width: 811px) {
  .p-main-visual__icon {
    display: none;
  }
}

/* introduction
============================================================ */
.introduction {
  padding-top: 160px;
  padding-bottom: 180px;
  background-color: #fdede4;
}

@media screen and (max-width: 811px) {
  .introduction {
    padding-top: 112px;
    padding-bottom: 85px;
    overflow-x: hidden;
  }
}

.introduction__inner {}

.introduction__movie {
  width: 960px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 811px) {
  .introduction__movie {
    margin-top: 80px;
    width: 100%;
  }
}

.introduction__box {
  aspect-ratio: 960 / 540;
}

.introduction__box iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #b3b3b3;
}

.introduction__img {}

.introduction__img img {
  transform: translate(-3%, 0) scale(1.22);
}

/* concept
============================================================ */
.concept {
  padding-top: 185px;
  padding-bottom: 245px;
}

@media screen and (max-width: 811px) {
  .concept {
    padding-top: 32px;
    padding-bottom: 0;
  }
}

.concept__inner {}

.concept__section-title {
  text-align: center;
}

.concept__section-title img {
  display: inline-block;
  width: 267px;
  max-width: 100%;
}

@media screen and (max-width: 811px) {
  .concept__section-title img {
    width: auto;
    height: 36px;
  }
}

.concept__map {
  margin-top: 45px;
  text-align: center;
}

.concept__map img {
  display: inline-block;
  width: 300px;
  max-width: 100%;
}

@media screen and (max-width: 811px) {
  .concept__map {
    margin-top: 35px;
  }

  .concept__map img {
    width: 90%;
  }
}

.concept__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: calc(140 / 1080 * 100%);
  row-gap: 58px;
  margin-top: 60px;
}

@media screen and (max-width: 811px) {
  .concept__lists {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 48px;
  }
}

.concept__list {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  row-gap: 20px;
  padding-bottom: 35px;
  border-bottom: 2px dotted #000;
}

@media screen and (max-width: 811px) {
  .concept__list {
    row-gap: 8px;
  }

  .concept__list:last-child {
    border-bottom: none;
  }
}

.concept__list dt {
  padding-left: 12px;
  font-size: 24px;
  line-height: 1.5;
  border-left: 3px solid #ed781e;
}

@media screen and (max-width: 811px) {
  .concept__list dt {
    padding-left: 6px;
    font-size: 18px;
  }
}

.concept__list dd {
  font-size: 14px;
  line-height: 1.85714286;
}

.concept__quiz-area {
  margin-top: 120px;
}

@media screen and (max-width: 811px) {
  .concept__quiz-area {
    margin-top: 70px;
    margin-inline: calc(50% - 50vw);
  }
}


/* quiz
============================================================ */
.quiz {
  padding-bottom: 65px;
  background-color: #f6b176;
}

.quiz__title {
  text-align: center;
}

.quiz__title img {
  display: inline-block;
  width: 400px;
  max-width: 100%;
}

@media screen and (max-width: 811px) {
  .quiz__title img {
    width: 90%;
  }
}

.quiz__wrap {
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: 1fr;
  column-gap: 40px;
  margin-top: 50px;
  /* width: 730px; */
  width: 340px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 811px) {
  .quiz__wrap {
    grid-template-columns: 1fr;
    column-gap: 0;
    margin-top: 50px;
  }
}

.quiz__box {}

.quiz__text {}

@media screen and (max-width: 811px) {
  .quiz__text {
    text-align: center;
  }

  .quiz__text img {
    display: inline-block;
    width: 90%;
    max-width: 100%;
  }
}

.quiz__icon {
  margin-top: 20px;
  text-align: center;
}

.quiz__icon img {
  display: inline-block;
  width: 220px;
  max-width: 100%;
  transform: translateX(8%);
}

@media screen and (max-width: 811px) {
  .quiz__icon {
    margin-top: 35px;
  }

  .quiz__icon img {
    transform: translateX(25%);
  }
}

.quiz__img {
  margin-top: 10px;
}

@media screen and (max-width: 811px) {
  .quiz__img {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* recommend
============================================================ */
.recommend {
  padding-top: 220px;
}

@media screen and (max-width: 811px) {
  .recommend {
    padding-top: 80px;
  }
}

.recommend__inner {}

.recommend__section-title {
  text-align: center;
}

.recommend__section-title img {
  display: inline-block;
  width: 218px;
  max-width: 100%;
}

@media screen and (max-width: 811px) {
  .recommend__section-title img {}
}

.recommend__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  row-gap: 65px;
  margin-top: 88px;
}

@media screen and (max-width: 811px) {
  .recommend__items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
    margin-top: 40px;
  }
}

.recommend__item {}

@media screen and (max-width: 811px) {
  .recommend__item {
    width: calc((100% - 20px) / 2);
  }
}

.recommend__item .sixth-view-spot-body {
  width: 100%;
  padding: 0;
}

.recommend__item .sixth-view-spot-photo {
  width: 100%;
  height: auto;
}

.recommend__item .sixth-view-spot-body__lead {
  margin-top: 10px;
}

@media screen and (max-width: 811px) {
  .recommend__item .sixth-view-spot-body__lead {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.5;
  }
}

.recommend__item .sixth-view-spot__lists {
  margin-top: 20px;
}

@media screen and (max-width: 811px) {
  .recommend__item .sixth-view-spot__lists {
    margin-top: 2px;
    row-gap: 0;
  }
  .recommend__item .sixth-view-spot__list {
    column-gap: 2px;
    font-size: 10px;
  }

  .recommend__item .sixth-view-spot__list img {
    width: 10px;
    height: 10px;
    transform: translateY(1px);
  }
}

@media screen and (max-width: 811px) {
  .recommend__item .sixth-view-spot-list {
    padding-left: 0 !important;
  }
}

.recommend__item .sixth-view-spot-photo {
  margin-top: 20px;
}

@media screen and (max-width: 811px) {
  .recommend__item .sixth-view-spot-body__title__main {
    margin-top: 10px;
    font-size: 13px;
  }
}

@media screen and (max-width: 811px) {
  .recommend__item .sixth-view-spot-list__item {
    width: 100% !important;
  }
}

/* information
============================================================ */
.information {
  padding-top: 175px;
  padding-bottom: 250px;
}

@media screen and (max-width: 811px) {
  .information {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.information__inner {}

.information__section-title {}

.information__section-title img {
  display: inline-block;
  width: auto;
  height: 60px;
}

@media screen and (max-width: 811px) {
  .information__section-title {
    text-align: center;
  }

  .information__section-title img {
    height: 36px;
  }
}

.information__wrap {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  column-gap: 60px;
  margin-top: 55px;
}

@media screen and (max-width: 811px) {
  .information__wrap {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px;
    row-gap: 25px;
  }
}

.information__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}

.information__item {
  position: relative;
  padding: 10px 16px 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.information__item a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.information__item::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  z-index: 1;
  width: 75px;
  height: 75px;
  background: url(../img/information-icon_03.svg) no-repeat center center / contain;
}
/* 
.information__item:nth-child(1)::after {
  background: url(../img/information-icon_01.svg) no-repeat center center / contain;
}

.information__item:nth-child(3)::after {
  background: url(../img/information-icon_03.svg) no-repeat center center / contain;
} */

@media screen and (max-width: 811px) {
  .information__item {
    padding: 5px 13px;
  }

  .information__item::after {
    width: 58px;
    height: 58px;
  }
}

.information__title {}

.information__title img {
  width: auto;
  height: 25px;
}

@media screen and (max-width: 811px) {
  .information__title img {
    height: 19px;
  }
}

.information__lists {
  margin-top: 8px;
}

.information__lists+.information__lists {
  /* margin-top: 5px; */
  margin-top: 15px;
}

@media screen and (max-width: 811px) {
  .information__lists+.information__lists {
    margin-top: 10px;
  }
}

.information__list {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.035em;
  line-height: 1.42857143;
}

.information__list img {
  width: 12px;
  height: 32px;
  margin-right: 5px;
}

@media screen and (max-width: 811px) {
  .information__list {
    font-size: 11px;
  }

  .information__list img {
    width: 9px;
    height: 22px;
    margin-right: 5px;
  }
}

.information__map {}

@media screen and (max-width: 811px) {
  .information__map {
    margin-inline: calc(50% - 50vw);
  }
}

.information__btn {
  margin-top: 60px;
  text-align: center;
}

.information__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 560px;
  max-width: 100%;
  height: 100px;
  background-color: #ed781e;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}

.information__btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translate(0, -50%);
  z-index: 1;
  width: 15px;
  height: 15px;
  background: url(../img/icon-link.svg) no-repeat center center / contain;
}

@media screen and (max-width: 811px) {
  .information__btn {
    margin-top: 30px;
  }

  .information__btn a {
    width: 100%;
    height: 70px;
    border-radius: 35px;
    font-size: 16px;
  }
}

.information__sns {
  margin-top: 230px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .information__sns {
    margin-top: 90px;
  }
}

.information__sns a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  row-gap: 5px;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}
.information__sns a img {
  width: 32px;
  height: 32px;
}


/* Asahi Onsen Modal
============================================================ */
.asahi-onsen-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.asahi-onsen-modal.is-active {
  display: block;
}

.asahi-onsen-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.asahi-onsen-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  background-color: #fff;
  /* border-radius: 8px; */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  /* padding: 20px; */
  z-index: 10001;
}

.asahi-onsen-modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  z-index: 10002;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.asahi-onsen-modal__close:hover {
  color: #000;
}

.asahi-onsen-modal__inner {
  display: flex;
  /* gap: 20px; */
  align-items: flex-start;
}

.asahi-onsen-modal__photo {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.asahi-onsen-modal__photo__img {
  width: 100%;
  height: auto;
  display: block;
  /* border-radius: 4px; */
}

.asahi-onsen-modal__text {
  flex: 1;
  padding: 60px 42px 50px;
}

.asahi-onsen-modal__title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

#asahi-onsen-modal .asahi-onsen-modal__title {
  color: #036eb7;
}

#mimata-onsen-modal .asahi-onsen-modal__title {
  color: #ea6da4;
}

.asahi-onsen-modal__description {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57142857;
  letter-spacing: 0.035em;
}

@media screen and (max-width: 811px) {
  .asahi-onsen-modal__content {
    width: 80%;
    max-width: none;
  }

  .asahi-onsen-modal__inner {
    flex-direction: column;
  }

  .asahi-onsen-modal__photo {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .asahi-onsen-modal__text {
    padding: 30px;
  }

  .asahi-onsen-modal__title {
    font-size: 18px;
  }

  .asahi-onsen-modal__description {
    font-size: 13px;
  }

  .asahi-onsen-modal__close {
    right: 0;
    transform: translateY(-160%);
    color: #fff;
  }
}