.mk p,
.mk a,
.mk li {
  font-family: "Noto Serif JP", serif;
}

/* mv
------------------------------*/
.p-mv {
  position: relative;
}

.p-mv__header {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 422px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 576px) {
  .p-mv__header {
    width: 100%;
    max-width: 300px;
    -webkit-transform: translate3d(-50%, calc(-50% - 30px), 0);
            transform: translate3d(-50%, calc(-50% - 30px), 0);
  }
}
.p-mv__header-top {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: calc(60 / 36);
  margin: 0 0 24px;
  text-align: center;
  letter-spacing: 0.1em;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 576px) {
  .p-mv__header-top {
    font-size: 27px;
    margin: 0;
  }
}
.p-mv__swiper {
  width: 100%;
  height: 500px;
}

@media (max-width: 576px) {
  .p-mv__swiper {
    height: 300px;
  }
}
.p-mv__swiper .swiper {
  width: 100%;
  height: 100%;
}

.p-mv__swiper .swiper-slide-img {
  width: 100%;
  height: 100%;
}

.p-mv__swiper .swiper-slide.swiper-slide-active .swiper-slide-img,
.p-mv__swiper .swiper-slide.swiper-slide-duplicate-active .swiper-slide-img,
.p-mv__swiper .swiper-slide.swiper-slide-prev .swiper-slide-img {
  -webkit-animation: zoom-in 10s linear forwards;
          animation: zoom-in 10s linear forwards;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.p-mv__swiper .swiper-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* msg
------------------------------*/
.p-msg {
  position: relative;
  padding: 80px 0 0;
}

@media all and (max-width: 576px) {
  .p-msg {
    padding: 60px 0 0;
  }
}
.p-msg-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/top/img_msg01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: calc(976 / 700);
}
@media (max-width: 576px) {
  .p-msg-inner {
    background-image: url(../img/top/img_msg01_sp.jpg);
  }
}

.p-msg__header {
  position: relative;
  padding: 36px 77px 55px 58px;
}

.p-msg__header-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: calc(22 / 16);
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: left;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.p-msg__header-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: calc(52 / 26);
  position: relative;
  z-index: 2;
  margin-top: 4px;
  text-align: left;
  color: #09523f;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media all and (max-width: 576px) {
  .p-msg__header-heading {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .p-msg__header-heading span {
    display: inline-block;
    margin-bottom: 15px;
  }
}
.p-mv__header-inner {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0 29px;
}
@media (max-width: 576px) {
  .p-mv__header-inner {
    padding: 25px 12px;
  }
}

.p-mv__header-inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.23;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.86)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.86) 50%, rgba(0, 0, 0, 0) 100%);
}

.c-flower--1 {
  top: calc(-75px);
  left: -14px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  background-image: url(../img/top/img_flower01.svg);
  aspect-ratio: calc(218 / 246);
}

.c-flower--2 {
  top: calc(-75px);
  right: -59px;
  width: calc(375 / 1365 * 100%);
  max-width: 375px;
  opacity: 0.3;
  background-image: url(../img/top/img_flower01.svg);
  aspect-ratio: calc(375 / 361);
}

@media (max-width: 576px) {
  .p-msg-inner {
    padding: 108px 0;
  }
}

@media (max-width: 576px) {
  .p-msg__header {
    width: 100%;
    padding: 36px 24px;
  }
}

.p-msg__header::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.76;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(82%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, white 82%, rgba(255, 255, 255, 0) 100%);
}

/* about02
------------------------------*/
.p-about02 {
  padding: 64px 20px 116px;
  background-color: #f5f5f5;
}

@media all and (max-width: 576px) {
  .p-about02 {
    padding: 70px 20px;
  }
}
.p-about02__txt {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 60px;
  text-align: center;
}

@media all and (max-width: 576px) {
  .p-about02__txt {
    font-size: 18px;
  }
}
ul.p-about02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 780px;
  margin: 0 auto 20px;
  padding: 0;
  list-style: none;
}

@media all and (max-width: 576px) {
  ul.p-about02__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
ul.p-about02__list li:nth-of-type(1) {
  width: calc(386 / 780 * 100%);
}

ul.p-about02__list li:nth-of-type(2) {
  width: calc(326 / 780 * 100%);
  margin-top: 22px;
}

@media all and (max-width: 576px) {
  ul.p-about02__list li {
    margin-bottom: 34px;
  }

  ul.p-about02__list li:nth-of-type(1),
ul.p-about02__list li:nth-of-type(2) {
    width: 100%;
    max-width: 335px;
    margin-top: 0;
  }
}
.p-about02__list-heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 12px;
}

.p-about02__list-txt {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}

.p-about02__block {
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 650px;
  margin: 0 auto;
}

@media all and (max-width: 360px) {
  .p-about02__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about02__block-left {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 164px;
  height: 164px;
  margin-right: 30px;
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  background-color: #09523f;
}

.p-about02__block-left span {
  font-size: 13px;
  margin-top: 8px;
}

@media all and (max-width: 576px) {
  .p-about02__block-left {
    font-size: 16px;
    width: 122px;
    height: 122px;
    margin-right: 15px;
  }

  .p-about02__block-left span {
    font-size: 12px;
    margin-top: 4px;
  }
}
@media all and (max-width: 360px) {
  .p-about02__block-left {
    margin-bottom: 10px;
  }
}
.p-about02__block-right {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-about02__block-right span {
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin-left: -0.6em;
}

@media all and (max-width: 576px) {
  .p-about02__block-right {
    font-size: 16px;
    line-height: 1.6;
  }

  .p-about02__block-right span {
    font-size: 11px;
  }
}
.p-about02__block-right br {
  display: none;
}

@media all and (max-width: 375px) {
  .p-about02__block-right br {
    display: inline-block;
  }
}
/* access
------------------------------*/
.p-access {
  margin-top: 96px;
  padding: 75px 0 105px;
  background-color: #f8f8f8;
}
@media (max-width: 800px) {
  .p-access {
    padding: 60px 0 0;
  }
}
.p-access .c-img-flex--reverse {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 800px) {
  .p-access .c-img-flex__content-inner {
    margin: 0;
    padding: 0 20px 50px;
  }
}

.p-access__left-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-access__btn {
  margin-top: 51px;
}
@media (max-width: 576px) {
  .p-access__btn {
    margin-top: 40px;
  }
}

.p-access__copy {
  font-size: 26px;
  line-height: calc(40 / 26);
  margin: 0;
  letter-spacing: 0.1em;
  color: #09523f;
}
@media (max-width: 576px) {
  .p-access__copy {
    font-size: 22px;
  }
}

.p-access__desc {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: calc(40 / 20);
  margin: 39px 0 0;
  letter-spacing: 0.1em;
}
@media (max-width: 576px) {
  .p-access__desc {
    font-size: 16px;
    margin: 24px 0 0;
  }
}

.p-support {
  position: relative;
  margin-top: 120px;
}
@media (max-width: 800px) {
  .p-support {
    margin-top: 60px;
  }
}
.p-support .c-img-flex--reverse .c-img-flex__content-inner {
  padding-right: 0;
}
@media (max-width: 800px) {
  .p-support .c-img-flex--reverse .c-img-flex__content-inner {
    padding: 0 20px;
  }
}

.p-support-desc {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: calc(42 / 22);
  margin: 0;
}
@media (max-width: 576px) {
  .p-support-desc {
    font-size: 16px;
  }
}
.p-support-desc span {
  font-size: 16px;
  display: inline-block;
  margin-left: -8px;
  vertical-align: top;
}

@media (max-width: 800px) {
  .p-support-item01 {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
@media (max-width: 800px) {
  .p-support-item01 .c-img-flex__content-inner {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .p-support-item01 .c-img-flex__img {
    margin-top: 60px;
  }
}

.p-support-item02 {
  margin-top: 40px;
}
@media (max-width: 800px) {
  .p-support-item02.c-img-flex--reverse {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-support-item02 .p-support-desc {
  max-width: 442px;
}
@media (max-width: 800px) {
  .p-support-item02 .p-support-desc {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .p-support-item02 .c-img-flex__content-inner {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .p-support-item02 .c-img-flex__img {
    margin-top: 43px;
  }
}

.p-support-note {
  font-family: "Noto Serif JP", serif;
}
.p-support-note span {
  font-size: 14px;
  display: block;
  padding-left: 14px;
  text-indent: -14px;
}
@media (max-width: 576px) {
  .p-support-note span {
    font-size: 14px;
    padding-left: 14px;
    text-indent: -14px;
  }
}

.p-support__btn {
  margin: 80px auto 0;
}
@media (max-width: 576px) {
  .p-support__btn {
    margin: 40px auto 0;
  }
}

.c-flower--3 {
  z-index: 0;
  top: calc(-40px);
  right: -28px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  background-image: url(../img/top/img_flower03.svg);
  aspect-ratio: calc(218 / 246);
}

.c-flower--4 {
  z-index: 0;
  bottom: -19px;
  left: -21px;
  width: calc(334 / 1365 * 100%);
  max-width: 334px;
  background-image: url(../img/top/img_flower04.svg);
  aspect-ratio: calc(334 / 322);
}

/* room
------------------------------*/
.p-room {
  position: relative;
  margin-top: 0;
  padding: 73px 20px;
}

@media all and (max-width: 576px) {
  .p-room {
    margin-top: 60px;
    padding: 60px 20px;
  }
}
.p-room__header {
  margin-bottom: 60px;
}

@media all and (max-width: 576px) {
  .p-room__header {
    margin-bottom: 40px;
  }
}
.p-room__header-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 25px;
  text-align: center;
  letter-spacing: 0.2em;
}

@media all and (max-width: 576px) {
  .p-room__header-heading {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.p-room__header-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  line-height: 1;
  margin: 0 0 50px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #937861;
}

@media all and (max-width: 576px) {
  .p-room__header-sub-heading {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.p-room__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 914px;
  margin: 73px auto 0;
  gap: 66px;
}

@media all and (max-width: 576px) {
  .p-room__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 0;
  }
}
.p-room__box {
  width: calc(100% / 2 - 66px / 2);
}

@media all and (max-width: 576px) {
  .p-room__box {
    width: 100%;
    margin-bottom: 60px;
  }
}
.p-room__box-img {
  margin-bottom: 44px;
}

.p-room__box-img img {
  border-radius: 8px;
}

@media all and (max-width: 576px) {
  .p-room__box-img {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.p-room__box-header {
  margin-bottom: 40px;
}

@media all and (max-width: 576px) {
  .p-room__box-header {
    margin-bottom: 30px;
  }
}
.p-room__box-header-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 12px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #09523f;
}

/* .p-room__box:nth-of-type(1) .p-room__box-header-heading {
  max-width: 54px;
}

.p-room__box:nth-of-type(2) .p-room__box-header-heading {
  max-width: 176px;
} */
@media all and (max-width: 576px) {
  .p-room__box-header-heading {
    font-size: 24px;
    margin-bottom: 10px;
  }

  /* .p-room__box:nth-of-type(1) .p-room__box-header-heading {
    max-width: 50px;
  }

  .p-room__box:nth-of-type(2) .p-room__box-header-heading {
    max-width: 163px;
  } */
}
.p-room__box-header-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d8cec5;
}

/* .p-room__box:nth-of-type(1) .p-room__box-header-sub-heading {
  max-width: 58px;
}

.p-room__box:nth-of-type(2) .p-room__box-header-sub-heading {
  max-width: 174px;
} */
@media all and (max-width: 576px) {
  .p-room__box-header-sub-heading {
    font-size: 14px;
  }

  /* .p-room__box:nth-of-type(1) .p-room__box-header-sub-heading {
    max-width: 42px;
  }

  .p-room__box:nth-of-type(2) .p-room__box-header-sub-heading {
    max-width: 122px;
  } */
}
.p-room__box-txt {
  font-size: 18px;
  margin-bottom: 42px;
  text-align: center;
}

@media all and (max-width: 576px) {
  .p-room__box-txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 576px) {
  .p-room__box-btn {
    height: 60px;
  }
}
.p-room__btn {
  margin: 42px auto 0;
}
@media (max-width: 576px) {
  .p-room__btn {
    margin-top: 0;
  }
}

@media all and (max-width: 576px) {
  .p-room__box-btn .c-btn {
    font-size: 16px;
  }
}
.p-room__img {
  width: 100%;
  height: 400px;
  background: url(../img/top/room_img03_pc@2x.jpg) no-repeat center center/cover;
}

@media all and (max-width: 576px) {
  .p-room__img {
    height: 200px;
    background-image: url(../img/top/room_img03_sp@2x.jpg);
  }
}
.c-flower--5 {
  z-index: 0;
  top: -21px;
  right: -48px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  background-image: url(../img/top/img_flower05.svg);
  aspect-ratio: calc(218 / 246);
}

.c-flower--6 {
  z-index: 0;
  bottom: -95px;
  left: -21px;
  width: calc(334 / 1365 * 100%);
  max-width: 334px;
  background-image: url(../img/top/img_flower06.svg);
  aspect-ratio: calc(334 / 322);
}

/* meal
------------------------------*/
.p-meal {
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
}
@media (max-width: 800px) {
  .p-meal {
    padding-bottom: 72px;
  }
}
.p-meal .c-top-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 576px) {
  .p-meal .c-top-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
.p-meal .c-img-flex {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.p-meal .c-img-flex__img {
  width: calc(626 / 1365 * 100%);
  margin-left: auto;
}
@media (max-width: 800px) {
  .p-meal .c-img-flex__img {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  .p-meal .c-img-flex > .c-img-flex__img {
    display: none;
  }
}
.p-meal .c-img-flex > .c-img-flex__img picture {
  display: block;
  height: 100%;
}
.p-meal .c-img-flex > .c-img-flex__img picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-meal .c-img-flex__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-meal .c-img-flex__content-inner {
  padding: 20px;
}
@media (max-width: 800px) {
  .p-meal .c-img-flex__content-inner {
    margin-top: 50px;
  }
}
.p-meal .c-img-flex__content-inner .c-img-flex__img {
  display: none;
}
@media (max-width: 800px) {
  .p-meal .c-img-flex__content-inner .c-img-flex__img {
    display: block;
  }
}

.p-meal__desc {
  font-size: 18px;
  line-height: calc(40 / 22);
  max-width: 443px;
  margin: 43px 0 0;
}
@media (max-width: 576px) {
  .p-meal__desc {
    font-size: 16px;
    margin: 32px 0 0;
  }
}

.p-meal__btn {
  margin-top: 66px;
}
@media (max-width: 576px) {
  .p-meal__btn {
    margin-top: 40px;
  }
}

/* block01
------------------------------*/
.c-flower--7 {
  z-index: 0;
  top: -43px;
  right: -4px;
  width: calc(218 / 1365 * 100%);
  max-width: 218px;
  -webkit-transform: rotate(151deg);
          transform: rotate(151deg);
  background-image: url(../img/top/img_flower07.svg);
  aspect-ratio: calc(218 / 246);
}

.p-block01 {
  position: relative;
  padding: 80px 20px 20px;
}

@media all and (max-width: 576px) {
  .p-block01 {
    padding: 70px 20px;
  }
}
.p-block01__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 743px;
  margin: 0 auto;
  gap: 38px;
}
@media (max-width: 576px) {
  .p-block01__boxes {
    border: 1px solid #d8cec5;
    gap: 0;
  }
}

@media all and (max-width: 576px) {
  .p-block01__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-block01__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% / 3 - 38px * 2 / 3);
}
@media (max-width: 576px) {
  .p-block01__box:nth-child(n+2) {
    border-top: 1px solid #d8cec5;
  }
}

@media all and (max-width: 576px) {
  .p-block01__box {
    width: 100%;
  }
}
.p-block01__box a {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 127px;
  text-decoration: none;
  color: inherit;
}

@media all and (max-width: 576px) {
  .p-block01__box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.p-block01__box a:hover span {
  background-color: #ffffff;
}

.p-block01__box a > span {
  position: absolute;
  bottom: 50px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62px;
  height: 62px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  border: 1px solid #09523f;
  border-radius: 100%;
  background-color: #09523f;
}

@media all and (max-width: 576px) {
  .p-block01__box a > span {
    top: 50%;
    right: 20px;
    left: initial;
    width: 37px;
    height: 37px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-block01__box a span .arrow {
  position: relative;
}

.p-block01__box a > span .arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 19px;
  content: "";
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  background: url(../img/common/ico_caret_right_white.svg) no-repeat center center/contain;
}
@media (max-width: 576px) {
  .p-block01__box a > span .arrow::before {
    width: 6px;
    height: 9px;
  }
}

.p-block01__box a > span .arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 19px;
  content: "";
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  background: url(../img/common/ico_caret_right_green.svg) no-repeat center center/contain;
}
@media (max-width: 576px) {
  .p-block01__box a > span .arrow::after {
    width: 6px;
    height: 9px;
  }
}

.p-block01__box a:hover > span .arrow::before {
  opacity: 0;
}

.p-block01__box a:hover > span .arrow::after {
  opacity: 1;
}

.p-block01__box-img {
  width: 100%;
  margin: 0 0 24px;
}

.p-block01__box-img img {
  border-radius: 8px;
}

@media all and (max-width: 576px) {
  .p-block01__box-img {
    width: 97px;
    height: 113px;
    margin: 0;
  }

  .p-block01__box-img img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-block01__box-header {
  width: 100%;
}
@media all and (max-width: 576px) {
  .p-block01__box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 97px);
    padding-right: 50px;
  }
}
.p-block01__box-header span:nth-of-type(1) {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.15em;
  color: #09523f;
}

.p-block01__box-header span:nth-of-type(2) {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  line-height: calc(17 / 12);
  display: block;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d8cec5;
}

@media all and (max-width: 576px) {
  .p-block01__box-header span:nth-of-type(1) {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .p-block01__box-header span:nth-of-type(2) {
    font-size: 12px;
  }
}
/* 
.p-block01__box:nth-of-type(1) .p-block01__box-header {
  max-width: 122px;
}

.p-block01__box:nth-of-type(2) .p-block01__box-header {
  max-width: 126px;
}

.p-block01__box:nth-of-type(3) .p-block01__box-header {
  max-width: 230px;
}

@media all and (max-width: 900px) {
  .p-block01__box:nth-of-type(1) .p-block01__box-header {
    max-width: calc(122px * 0.8);
  }

  .p-block01__box:nth-of-type(2) .p-block01__box-header {
    max-width: calc(126px * 0.8);
  }

  .p-block01__box:nth-of-type(3) .p-block01__box-header {
    max-width: calc(230px * 0.8);
  }
}

@media all and (max-width: 576px) {
  .p-block01__box:nth-of-type(1) .p-block01__box-header {
    max-width: 92px;
  }

  .p-block01__box:nth-of-type(2) .p-block01__box-header {
    max-width: 92px;
  }

  .p-block01__box:nth-of-type(3) .p-block01__box-header {
    max-width: 167px;
  }
}

@media all and (max-width: 360px) {
  .p-block01__box:nth-of-type(1) .p-block01__box-header {
    max-width: calc(92px * 0.7);
  }

  .p-block01__box:nth-of-type(2) .p-block01__box-header {
    max-width: calc(92px * 0.7);
  }

  .p-block01__box:nth-of-type(3) .p-block01__box-header {
    max-width: calc(167px * 0.7);
  }
} */
/* block02
------------------------------*/
.p-block02__box-item .c-top-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media (max-width: 576px) {
  .p-block02__box-item .c-top-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-block02__box-item .c-top-header--main {
  font-size: 30px;
}
@media (max-width: 576px) {
  .p-block02__box-item .c-top-header--main {
    font-size: 26px;
    text-align: center;
  }
}
.p-block02__box-item .c-top-header--main span {
  font-size: 28px;
}
@media (max-width: 576px) {
  .p-block02__box-item .c-top-header--main span {
    font-size: 24px;
  }
}
.p-block02__box-item .p-block02__box-txt {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  margin: 26px 0 30px;
  text-align: left;
}
@media (max-width: 576px) {
  .p-block02__box-item .p-block02__box-txt {
    font-size: 16px;
    margin: 26px 0 30px;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .p-block02__box--reverse {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-block02__box--reverse .p-block02__box-item:first-child {
  padding-left: 90px;
}
@media (max-width: 800px) {
  .p-block02__box--reverse .p-block02__box-item:first-child {
    padding-left: 0;
  }
}

.p-block02__box {
  position: relative;
}
@media (max-width: 800px) {
  .p-block02__box {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    gap: 40px;
  }
}
.p-block02__box:nth-child(2) .p-block02__box-img {
  top: 0;
  right: initial;
  left: 0;
}

.p-block02__box-item {
  width: 50%;
}
@media (max-width: 800px) {
  .p-block02__box-item {
    width: 100%;
  }
}

.p-block02__box-img {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
@media (max-width: 800px) {
  .p-block02__box-img {
    position: relative;
    margin-top: 30px;
  }
}

.p-block02 {
  margin-top: 0;
  padding: 90px 0 147px;
  background-color: #f8f8f8;
}

@media all and (max-width: 576px) {
  .p-block02 {
    padding: 60px 0;
  }
}
.p-block02__boxes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 auto;
  gap: 110px;
}

@media all and (max-width: 576px) {
  .p-block02__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.p-block02__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-block02__box--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-block02__box-item img {
  border-radius: 8px;
}

@media all and (max-width: 576px) {
  .p-block02__box {
    width: 100%;
  }

  .p-block02__box:nth-of-type(1) {
    position: relative;
  }
}
.p-block02__box-header-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 10px;
  text-align: center;
  letter-spacing: 0.2em;
}

/* .p-block02__box:nth-of-type(1) .p-block02__box-header-heading {
  max-width: 140px;
}

.p-block02__box:nth-of-type(2) .p-block02__box-header-heading {
  max-width: 196px;
} */
.p-block02__box-header-sub-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1;
  margin: 0 0 60px;
  text-align: center;
  letter-spacing: 0.14em;
  color: #937861;
}

/* .p-block02__box:nth-of-type(1) .p-block02__box-header-sub-heading {
  max-width: 40px;
}

.p-block02__box:nth-of-type(2) .p-block02__box-header-sub-heading {
  max-width: 64px;
} */
.p-block02__box-txt {
  font-size: 18px;
  margin-bottom: 60px;
  text-align: center;
}

@media all and (max-width: 576px) {
  .p-block02__box-txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.p-block02__box-btn {
  width: 100%;
  max-width: 255px;
  height: 80px;
  margin: 0 auto;
}

@media all and (max-width: 576px) {
  .p-block02__box-btn {
    height: 60px;
  }
}
.p-block02__box-btn .c-btn {
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

@media all and (max-width: 576px) {
  .p-block02__box-btn .c-btn {
    font-size: 16px;
  }
}
/* news
------------------------------*/
.p-news {
  padding: 0 20px;
  background-color: #f7f5f1;
}

@media all and (max-width: 576px) {
  .p-news {
    padding: 0 20px 0;
  }
}
.p-news__inner {
  width: 100%;
  max-width: 968px;
  margin: 0 auto;
}

.p-news__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 94px 0;
}

@media all and (max-width: 800px) {
  .p-news__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    padding: 72px 0;
  }
}
.p-news__contents-left {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 266px;
}

@media all and (max-width: 800px) {
  .p-news__contents-left {
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-news__contents-left span {
  font-size: 16px;
  display: block;
}

@media all and (max-width: 800px) {
  .p-news__contents-left span {
    font-size: 12px;
  }
}
.p-news__contents-right {
  width: calc(100% - 266px);
  padding-right: 60px;
}

@media all and (max-width: 800px) {
  .p-news__contents-right {
    width: 100%;
    padding-right: 0;
  }
}
ul.p-news__contents-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.p-news__contents-list li {
  padding: 24px 20px;
  border-bottom: solid 1px #d8cec5;
}

@media all and (max-width: 800px) {
  ul.p-news__contents-list li {
    padding: 20px 10px;
  }
}
ul.p-news__contents-list li a {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  text-decoration: none;
  color: inherit;
}

@media all and (max-width: 800px) {
  ul.p-news__contents-list li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 50px;
  }
}
ul.p-news__contents-list li a:hover {
  opacity: 0.6;
}

ul.p-news__contents-list li a.no-link {
  pointer-events: none;
}

ul.p-news__contents-list li a.no-link span.arrow {
  display: none;
}

ul.p-news__contents-list li span {
  margin-right: 36px;
}

@media all and (max-width: 800px) {
  ul.p-news__contents-list li span {
    font-size: 12px;
    margin-right: 0;
  }
}
.p-news__txt {
  font-size: 12px;
}

ul.p-news__contents-list li a span.arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  overflow: hidden;
  width: 27px;
  height: 19px;
  margin: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

ul.p-news__contents-list li a span.arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  background: url(../img/common/ico_arrow02.svg) no-repeat center center/contain;
}

ul.p-news__contents-list li a:hover span.arrow::before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.c-top-header--main {
  font-size: 30px;
}
@media (max-width: 576px) {
  .c-top-header--main {
    font-size: 26px;
    text-align: center;
  }
}
.c-top-header--main span {
  font-size: 22px;
}
@media (max-width: 576px) {
  .c-top-header--main span {
    font-size: 20px;
  }
}