@charset "UTF-8";
/* media query */
body {
  font-size: 2rem;
}
body .spShow {
  display: none;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 668px) {
  body {
    font-size: 1.6rem;
  }
  body .pcShow {
    display: none;
  }
  body .spShow {
    display: block;
  }
}

.aboutArea {
  background-color: #f2f2f2;
  padding: 70px 30px 50px;
}
@media screen and (max-width: 960px) {
  .aboutArea {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 668px) {
  .aboutArea {
    padding: 30px 20px;
  }
}
.aboutArea > p {
  line-height: 140%;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .aboutArea > p {
    font-size: 1.6rem;
  }
}
.aboutArea > section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 960px) {
  .aboutArea > section {
    padding: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea > section {
    padding: 20px;
  }
}
.aboutArea > section h3 {
  font-size: 2.5rem;
  line-height: 130%;
  margin-bottom: 20px;
  color: #055f8c;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .aboutArea > section h3 {
    font-size: 2rem;
  }
}
.aboutArea > section h3 small {
  font-size: 0.8em;
}
.aboutArea > section > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .aboutArea > section > section {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.aboutArea > section > section:not(:last-child) {
  margin-bottom: 30px;
}
.aboutArea > section > section .photo {
  width: 250px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea > section > section .photo {
    width: 100%;
    margin-bottom: 10px;
  }
}
.aboutArea > section > section .photo img {
  border-radius: 15px;
}
.aboutArea > section > section > div {
  width: calc(100% - 280px);
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .aboutArea > section > section > div {
    width: 100%;
  }
}
.aboutArea > section > section > div h4 {
  margin-bottom: 10px;
}

.hotelArea {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1260px) {
  .hotelArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .hotelArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.hotelArea > p {
  text-align: center;
  margin-bottom: 30px;
}
.hotelArea h3 {
  font-size: 2.5rem;
  line-height: 130%;
  margin-bottom: 50px;
  color: #055f8c;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .hotelArea h3 {
    font-size: 2rem;
  }
}
.hotelArea > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.hotelArea > section:not(:last-child) {
  margin-bottom: 50px;
}
.hotelArea > section:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.hotelArea > section.campaign_end .text {
  width: 100%;
  text-align: center;
}
.hotelArea > section.campaign_end .text div > p.linkBtn {
  text-align: center;
}
.hotelArea > section .text {
  width: calc(50% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .hotelArea > section .text {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 668px) {
  .hotelArea > section .text {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
}
.hotelArea > section .text * {
  line-height: 140%;
}
@media screen and (max-width: 668px) {
  .hotelArea > section .text > div {
    width: 100%;
  }
}
.hotelArea > section .text > div > h4 {
  font-size: 3.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .hotelArea > section .text > div > h4 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .hotelArea > section .text > div > h4 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .hotelArea > section .text > div > h4 {
    margin-bottom: 20px;
  }
}
.hotelArea > section .text > div > p > span {
  margin-left: 10px;
  color: red;
}
.hotelArea > section .text > div > p.sub {
  font-size: 2.5rem;
  line-height: 130%;
  margin-bottom: 20px;
  color: #055f8c;
}
@media screen and (max-width: 960px) {
  .hotelArea > section .text > div > p.sub {
    font-size: 2rem;
  }
}
.hotelArea > section .text > div > p.linkBtn {
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .hotelArea > section .text > div > p.linkBtn a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.hotelArea > section .photo {
  width: 50%;
}
@media screen and (max-width: 668px) {
  .hotelArea > section .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hotelArea > section .photo img {
  width: 100%;
  border-radius: 15px;
}

.mainArea .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 1367px) {
  .mainArea .inner {
    padding: 0 5vw;
  }
}
.mainArea .morningWrap__item {
  padding: clamp(3em, 10vw, 5em) 0;
}
.mainArea .morningWrap__item:first-child {
  padding-top: 0;
}
.mainArea .morningWrap__item:nth-child(2n) {
  background: #f2f2f2;
}
.mainArea .morningWrap__item:nth-child(2n) .main .textArea {
  background: rgba(242, 242, 242, 0.9019607843);
}
.mainArea .morningWrap__item .inner > .ttl {
  text-align: center;
  margin-bottom: 1em;
  font-size: 3.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .mainArea .morningWrap__item .inner > .ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .mainArea .morningWrap__item .inner > .ttl {
    font-size: 2.5rem;
  }
}
.mainArea .morningWrap__item .inner > .ttl small {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
.mainArea .morningWrap__item .main {
  margin-bottom: 4em;
  position: relative;
  padding-top: 5em;
  min-height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mainArea .morningWrap__item .main .thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  overflow: hidden;
  border-radius: 1em;
}
.mainArea .morningWrap__item .main .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.mainArea .morningWrap__item .main .textArea {
  background: rgba(255, 255, 255, 0.9019607843);
  padding: 3em 3em 3em 0;
  max-width: 730px;
  width: 70%;
  position: relative;
  border-radius: 1em 1em 0 0;
}
.mainArea .morningWrap__item .main .textArea .ttl {
  margin-bottom: 0.6em;
  font-size: 2.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .mainArea .morningWrap__item .main .textArea .ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 668px) {
  .mainArea .morningWrap__item .main {
    display: block;
    padding-top: 50vw;
    min-height: 0;
  }
  .mainArea .morningWrap__item .main .thumb {
    right: -5vw;
    bottom: auto;
    top: 0;
    width: 100vw;
    height: 60vw;
  }
  .mainArea .morningWrap__item .main .thumb img {
    max-width: 100vw;
  }
  .mainArea .morningWrap__item .main .textArea {
    padding: 7vw 5vw 0;
    width: 100%;
  }
}
.mainArea .morningWrap__item .detailList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
  gap: clamp(1.5em, 4vw, 3em);
  margin-bottom: 30px;
}
.mainArea .morningWrap__item .detailList .thumb {
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 1em;
}
.mainArea .morningWrap__item .detailList .thumb img {
  width: 100%;
  height: auto;
}
.mainArea .morningWrap__item .detailList .textArea .ttl {
  color: #055f8c;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 2.5rem;
  line-height: 130%;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .mainArea .morningWrap__item .detailList .textArea .ttl {
    font-size: 2rem;
  }
}
.mainArea .morningWrap__item .textKome li {
  text-indent: -1em;
  padding-left: 1em;
}
.mainArea .morningWrap__item .point {
  margin-top: 3em;
}
.mainArea .morningWrap__item .point .ttl {
  margin-bottom: 1em;
  font-size: 2.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .mainArea .morningWrap__item .point .ttl {
    font-size: 2rem;
  }
}
.mainArea .morningWrap__item .point .pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mainArea .morningWrap__item .point .pointList li {
  width: 22%;
}
.mainArea .morningWrap__item .point .pointList li img {
  width: 100%;
  height: auto;
  border-radius: 1em;
}
.mainArea .morningWrap__item .point .pointList li p {
  display: block;
  margin-top: 1em;
  text-align: center;
  font-size: 90%;
  line-height: 1.4;
}
@media screen and (max-width: 668px) {
  .mainArea .morningWrap__item .point .pointList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mainArea .morningWrap__item .point .pointList li {
    width: 47%;
    margin-bottom: 1.5em;
  }
  .mainArea .morningWrap__item .point .pointList li:nth-last-child(2), .mainArea .morningWrap__item .point .pointList li:last-child {
    margin-bottom: 0;
  }
}
.mainArea .linkBtn {
  margin-top: 2em;
}
.mainArea .linkBtn a {
  cursor: pointer;
}

.pageTitle {
  padding: 40px 30px;
  border-bottom: 1px solid #055f8c;
  background-color: #f2f2f2;
  text-align: center;
  position: relative;
  padding-top: 115px;
}
@media screen and (max-width: 960px) {
  .pageTitle {
    padding: 30px 30px;
    padding-top: 90px;
  }
}
.pageTitle > h2 {
  font-size: 3.5rem;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 960px) {
  .pageTitle > h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .pageTitle > h2 {
    font-size: 2.5rem;
  }
}
.pageTitle::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  border-left: 1px solid #055f8c;
  margin: 0 auto;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 960px) {
  .pageTitle::after {
    height: 20px;
  }
}

.linkBtn {
  text-align: center;
}
.linkBtn a {
  display: inline-block;
  background-color: #055f8c;
  color: #fff !important;
  font-size: 2.5rem;
  line-height: 130%;
  padding: 10px 50px;
  letter-spacing: 3px;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .linkBtn a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .linkBtn a {
    border-radius: 15px;
  }
}
@media screen and (max-width: 668px) {
  .linkBtn a {
    display: block;
    padding: 10px;
  }
}
.linkBtn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.linkBtn a:hover::after {
  background-color: #fff;
}
@media screen and (max-width: 668px) {
  .linkBtn a:hover::after {
    background-color: transparent;
  }
}

.card {
  margin: 40px auto 32px; /* 上に少し余白、下はボタンと距離をとる */
  padding: 32px 40px;
  background-color: #f2f2f2;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 24px 16px;
  max-width: 960px;
}
@media screen and (max-width: 668px) {
  .card {
    display: block;
    padding: 32px;
  }
  .card dt {
    border-bottom: 1px solid;
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .card dd {
    margin-bottom: 24px;
  }
}

.cupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 960px;
  gap: 32px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 668px) {
  .cupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cupon__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 668px) {
  .cupon__img {
    width: 95%;
  }
}
.cupon__img img {
  width: 100%;
  vertical-align: middle;
}
.cupon__txt {
  color: #055f8c;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 4.8rem;
  text-align: center;
  line-height: normal;
}
.cupon__txt span {
  font-size: 2.4rem;
}
@media screen and (max-width: 668px) {
  .cupon__txt span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 668px) {
  .cupon__txt {
    font-size: 3.2rem;
  }
}