@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/*
mixinの使用記述

1080px以上
@include mq(pc) {
    スタイル
}
1079px以下
@include mq(tab) {
      スタイル
}
767px以下
@include mq(sp) {
      スタイル
}
*/
/* 
それぞれ( )内にpxでの数値を入れるとrem, px, vw(pc版), vw(sp版) に変換 
*/
/* 
それぞれ( )内にpxでの数値を入れるとrem, px, vw(pc版), vw(sp版) に変換 
*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  color: #211612;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
}
body p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
}
body.is-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

main {
  background-color: #f5f1e9;
}

.wpml-ls-native {
  padding: 5px;
  font-size: 0.625rem;
  color: #226414;
  background-color: transparent;
  border: 1px solid #226414;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .wpml-ls-native:hover {
    background-color: #226414;
    color: #fff;
  }
}

.wpml-ls-current-language a {
  pointer-events: none;
}
.wpml-ls-current-language .wpml-ls-native {
  background-color: #226414;
  color: #fff;
}

@media screen and (max-width: 1079px) {
  .wpml-ls-item.menu-item a {
    padding: 10px 0 !important;
  }
}

.wpml-ls-item-ja .wpml-ls-native {
  word-break: keep-all;
}

.l-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 5%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1079px) {
  .l-inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 5%;
  }
}

.l-innerWide {
  padding-left: 0;
  padding-right: 0;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-flex24 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .l-flex24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-flex40 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-flex40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-flex120 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 120px;
}

.l-flexCountry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 285px;
}
@media screen and (max-width: 1079px) {
  .l-flexCountry {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-flexCountry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-flexCharm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .l-flexCharm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.l-content {
  margin-bottom: 80px;
}
/* 追加 */
.l-narrow {
  max-width: 894px;
}
/* ここまで */
.l-news {
  background-color: #fff;
  padding: 60px 0;
}
.l-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.l-column32 {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}

.l-column24 {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.l-column16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.l-grid4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 24px;
}

.l-grid4 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-grid4 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.l-grid4 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.l-grid4 > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media screen and (max-width: 767px) {
  .l-grid4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-grid3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 24px;
}

.l-grid3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-grid3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.l-grid3 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 767px) {
  .l-grid3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-grid2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 0;
}

.l-grid2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-grid2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 767px) {
  .l-grid2 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-read {
  max-width: 760px;
  margin: 0 auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.l-tour {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 5%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1079px) {
  .l-tour {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-tour {
    padding: 0 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-main {
  width: 68.14%;
}
@media screen and (max-width: 767px) {
  .l-main {
    width: 100%;
  }
}

.l-side {
  width: 32.25%;
  margin-left: 5%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-side {
    width: 100%;
    margin-left: 0;
  }
}

.l-tourContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.l-tourContent:not(:first-child) {
  margin-top: 24px;
}

.l-tourIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-tourIcon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-topRecommendInner {
  max-width: 1126px;
  margin: 0 auto;
  padding: 0 5%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1079px) {
  .l-topRecommendInner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-topRecommendInner {
    padding: 0 5%;
  }
}

.c-thanksImg {
  margin: 0 auto;
  width: fit-content;
}

.c-thanksHead {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-thanksHead {
    font-size: 2rem;
  }
}

.c-thanksText {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.58333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-thanksText {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 1rem;
    line-height: 2;
    padding: 0 10px;
  }
}

.c-titleL {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}
.c-titleL span {
  display: block;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.333333;
  text-transform: capitalize;
}

.c-titleM {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.4;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-titleM {
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.625;
    font-weight: 700;
  }
}
.c-titleM.faq-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  line-height: 2;
  padding-left: 50px;
  position: relative;
  text-align-last: left;
}
.c-titleM.faq-title::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-titleM.faq-category00 {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
.c-titleM.faq-category00::before {
  background-image: url(../img/faq-category00.svg);
}
.c-titleM.faq-category01::before {
  background-image: url(../img/faq-category01.svg);
}
.c-titleM.faq-category02::before {
  background-image: url(../img/faq-category02.svg);
}
.c-titleM.faq-category03::before {
  background-image: url(../img/faq-category03.svg);
}
.c-titleM.faq-category04::before {
  background-image: url(../img/faq-category04.svg);
}
.c-titleM.faq-category05::before {
  background-image: url(../img/faq-category05.svg);
}
.c-titleM.faq-category06::before {
  background-image: url(../img/faq-category06.svg);
}
.c-titleM.faq-category07::before {
  background-image: url(../img/faq-category07.svg);
}
.c-titleM.faq-category08::before {
  background-image: url(../img/faq-category08.svg);
}
.c-titleM.faq-category09{
 padding-left: 0;
}

.c-titleM.icon {
  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;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-titleM.icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-titleM.ta-l {
  text-align: left;
}

.c-titleS {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  text-transform: capitalize;
  font-weight: 700;
}
.c-titleS span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2;
}

.c-btnMore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 32px 10px 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 100px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2;
}
.c-btnMore img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-btnMore:hover img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.c-btnMore.green {
  color: #226414;
  border: 2px solid #226414;
}
.c-btnMore.orange {
  background-color: #d95301;
  color: #fff;
}
.c-btnMore.w280 {
  max-width: 280px;
  width: 100%;
}
.c-btnMore.w300 {
  max-width: 300px;
  width: 100%;
}
.c-btnMore.en {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
}
@media (hover: hover) {
  .c-btnMore.en:hover img {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}
@media (hover: hover) {
  .c-btnMore.close:hover img {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
}


.c-ranking {
  width: 56px;
  height: 56px;
  color: #fff;
  font-size: 2.375rem;
  font-weight: 400;
  font-family: "shippori-mincho", sans-serif;
  line-height: 1;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1079px) {
  .c-ranking {
    width: 35px;
    height: 35px;
    font-size: 1.375rem;
  }
}

.number01 {
  background-color: #aa932a;
}

.number02 {
  background-color: #78787d;
}

.number03 {
  background-color: #a97e6a;
}

.c-newsTag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #578f4c;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.66667;
  line-height: 1.3;
}

.c-newsDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #226414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.66667;
}

.c-contactBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 100px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  background-color: #d95301;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.c-contactBtn.en {
  line-height: 1.4;
}
.c-contactBtn.footer-btn {
  width: 335px;
  position: relative;
  padding-block: 11px;
  padding-inline: 22px 44px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-contactBtn.footer-btn {
    font-size: 14px;
    padding-right: 54px;
    width: 100%;
    max-width: 335px;
  }
}
.c-contactBtn.footer-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-contactBtn.line {
  background-color: #00b900;
}
.c-contactBtn.line::before {
  background-image: url(../img/line-arrow.svg);
}
.c-contactBtn.whatsapp {
  background-color: #25d366;
}
.c-contactBtn.whatsapp::before {
  background-image: url(../img/whatsapp-arrow.svg);
}

@media (hover: hover) {
  .c-contactBtn:hover {
    opacity: 0.8;
  }
}

.c-btnText {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.57143;
  font-size: 0.875rem;
  color: #578f4c;
}

.c-greenMoreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #226414;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  text-transform: capitalize;
}
.c-greenMoreBtn img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-greenMoreBtn.ja {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2;
}
@media (hover: hover) {
  .c-greenMoreBtn:hover img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.c-whatBtn {
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  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;
  gap: 8px;
  color: #226414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  line-height: 1.57143;
  font-size: 0.875rem;
  padding: 19px 0;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .c-whatBtn {
    width: 100%;
  }
  .c-whatBtn.side {
    gap: 4px;
    padding: 19px 4px;
    font-size: clamp(0.625rem, 0.008rem + 1.29vw, 0.875rem);
  }
  .c-whatBtn.side img {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-whatBtn {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 0.75rem;
    line-height: 1.58333;
  }
}

.c-tourTitle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-tourTitle {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.58333;
  }
}

.c-tourHead {
  padding: 10px;
  background-color: #226414;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.33333;
  line-height: 1;
}
.c-tourHead span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  line-height: 1.2;
}

.c-plan {
  border-radius: 2px;
  height: 24px;
  padding: 4px 0 4px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-plan span {
  height: 20px;
  background-color: #f5f1e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.c-plan.usually {
  background-color: #e0e0e0;
  border: 2px solid #e0e0e0;
}
.c-plan.option {
  background-color: #f4cbb3;
  border: 2px solid #f4cbb3;
  color: #d95301;
  padding-left: 22px;
  position: relative;
}
.c-plan.option::before {
  content: "";
  position: absolute;
  background: url(../img/option-icon.svg) no-repeat center center/cover;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.c-tourCheck {
  padding-left: 32px;
  position: relative;
}
.c-tourCheck::before {
  content: "";
  position: absolute;
  background: url(../img/check-icon.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-tourCross {
  padding-left: 32px;
  position: relative;
}
.c-tourCross::before {
  content: "";
  position: absolute;
  background: url(../img/cross-icon.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-drawerIcon {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 300;
  display: none;
}
@media screen and (max-width: 1079px) {
  .c-drawerIcon {
    display: block;
  }
}
.c-drawerIcon .bar1,
.c-drawerIcon .bar2,
.c-drawerIcon .bar3 {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
}
.c-drawerIcon .bar1 {
  top: 8px;
  left: 8px;
}
.c-drawerIcon .bar2 {
  top: 18px;
  left: 8px;
}
.c-drawerIcon .bar3 {
  top: 27px;
  left: 8px;
}
.c-drawerIcon.is-open .bar1,
.c-drawerIcon.is-open .bar2 {
  background-color: #226414;
}
.c-drawerIcon.is-open .bar1 {
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-drawerIcon.is-open .bar2 {
  top: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-drawerIcon.is-open .bar3 {
  display: none;
}

.c-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  padding: 4px 4px 4px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  background: #d3e0d0;
  color: #226414;
  position: relative;
}
.c-tag::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
}
.c-tag.meal::before {
  background: url(../img/icon-meal.svg) no-repeat center center/contain;
}
.c-tag.tent::before {
  background: url(../img/icon-tent.svg) no-repeat center center/contain;
}
.c-tag.hotel::before {
  background: url(../img/icon-hotel.svg) no-repeat center center/contain;
}
.c-tag.ger::before {
  background: url(../img/icon-ger.svg) no-repeat center center/contain;
}
.c-tag.ger::before {
  background: url(../img/icon-ger.svg) no-repeat center center/contain;
}
.c-tag.gest::before {
  background: url(../img/icon-gest.svg) no-repeat center center/contain;
}
.c-tag.bath::before {
  background: url(../img/icon-bathroom.svg) no-repeat center center/contain;
}
.c-tag.shower::before {
  background: url(../img/icon-shower.svg) no-repeat center center/contain;
}
.c-tag.toilet::before {
  background: url(../img/icon-toilet.svg) no-repeat center center/contain;
}
.c-tag.bathToilet::before {
  background: url(../img/icon-bathToilet.svg) no-repeat center center/contain;
}
.c-tag.unit::before {
  background: url(../img/icon-unit.svg) no-repeat center center/contain;
}
.c-tag.wifi::before {
  background: url(../img/icon-wifi.svg) no-repeat center center/contain;
}
.c-tag.plug::before {
  background: url(../img/icon-plug.svg) no-repeat center center/contain;
}

.c-tag02 {
  border-radius: 2px;
  height: 24px;
  padding: 4px 0 4px 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #d3e0d0;
  border: 2px solid #d3e0d0;
  color: #226414;
}
.c-tag02 span {
  height: 20px;
  background-color: #f5f1e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 4px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.c-tag02.mountain {
  padding-left: 32px;
  position: relative;
}
.c-tag02.mountain::before {
  content: "";
  position: absolute;
  background: url(../img/icon-mountain01.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.c-tag02.small {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.57143;
  font-size: 0.875rem;
  padding-left: 28px;
  position: relative;
}
.c-tag02.small span {
  background-color: #fff;
}
.c-tag02.small::before {
  content: "";
  position: absolute;
  background: url(../img/icon-mountain02.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.c-tag02.horse {
  padding-left: 32px;
  position: relative;
}
.c-tag02.horse::before {
  content: "";
  position: absolute;
  background: url(../img/icon-horse02.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.c-video {
  width: 100%;
  height: auto;
  aspect-ratio: 1080/608;
  margin-bottom: 14px;
}
.c-video iframe,
.c-video object,
.c-video embed {
  width: 100%;
  height: 100%;
}

.c-tourImg {
  width: 100%;
}
.c-tourImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 845/474;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.c-titleSS {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.625;
  font-weight: 700;
}

.c-tourIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 111px;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
.c-tourIcon figure {
  margin: 0 auto;
}
.c-tourIcon p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.57143;
  font-size: 0.875rem;
}

.c-pagination {
  margin-top: 40px;
  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;
  gap: 15px;
}
.c-pagination .page-numbers {
  padding: 10px 20px;
  color: #226414;
  border: 1px solid #226414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pagination .current {
  color: #fff;
  background-color: #226414;
}
.c-pagination .prev, .c-pagination .next {
  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;
}
.c-pagination .prev img, .c-pagination .next img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-pagination a:not(.next, .prev):hover {
    color: #fff;
    background-color: #226414;
  }
}
@media (hover: hover) {
  .c-pagination a.prev:hover img {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@media (hover: hover) {
  .c-pagination a.next:hover img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.c-snsIcon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-snsIcon:hover {
    opacity: 0.7;
  }
}

.c-topRecommend {
  background: rgba(255, 255, 255, 0.4);
  padding: 3px 24px 24px;
  margin-bottom: 26px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.c-topRecommend h2 {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.625;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
}
.c-topRecommend h2 span {
  font-size: 2.375rem;
}

.c-newsSideHead {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.55556;
  color: #226414;
  padding: 10px 10px 10px 18px;
  position: relative;
}
.c-newsSideHead::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  top: 0;
  background-color: #226414;
}
.c-newsSideHead::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 7px;
  top: 0;
  background-color: #226414;
}

.c-singleNewsCategory {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.66667;
  color: #226414;
  margin-bottom: 10px;
  position: relative;
  padding-left: 21px;
}
.c-singleNewsCategory::before {
  content: "";
  position: absolute;
  background: url(../img/single-category.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-singleNewsCategory a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-singleNewsCategory a:hover {
    opacity: 0.7;
  }
}

.c-singleNewsTag {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.66667;
  color: #226414;
  position: relative;
  padding-left: 21px;
}
.c-singleNewsTag::before {
  content: "";
  position: absolute;
  background: url(../img/single-tag.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-singleNewsTag a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-singleNewsTag a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-singleNewsTag {
    margin-bottom: 80px;
  }
}

.c-termTitle {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.58333;
  color: #226414;
}

.c-404Head {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1;
  color: #226414;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .c-404Head {
    font-size: 2.5rem;
    margin-top: 100px;
  }
}
.c-404Head span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(34, 100, 20, 0.15);
  font-size: 21.875rem;
  letter-spacing: 17.5px;
}
@media screen and (max-width: 767px) {
  .c-404Head span {
    font-size: 8.75rem;
  }
}

.c-404Text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.58333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-404Text {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-tourCard01 {
  width: 100%;
}
.p-tourCard01 figure {
  position: relative;
  width: 100%;
  aspect-ratio: 344/320;
  height: auto;
  margin-bottom: 8px;
  overflow: hidden;
}
.p-tourCard01 figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-tourCard01:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-tourCard01__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.55556;
  line-height: 2.1111111111;
  margin-bottom: 8px;
}
@media screen and (max-width: 1079px) {
  .p-tourCard01__title {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    line-height: 1.57143;
    font-size: 0.875rem;
  }
}
.p-tourCard01__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1079px) {
  .p-tourCard01__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-tourCard01__info {
    gap: 0;
  }
}
.p-tourCard01__text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.66667;
  color: #757575;
}
.p-tourCard01__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.55556;
  line-height: 1.5555555556;
}
.p-tourCard01__price span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.57143;
  font-size: 0.875rem;
  line-height: 2.2857142857;
}
@media screen and (max-width: 767px) {
  .p-tourCard01__price {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 0.75rem;
    line-height: 1.58333;
    word-break: break-word;
  }
  .p-tourCard01__price span {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 0.625;
    line-height: 1.6;
  }
}

.p-tourCard02 {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-tourCard02 {
    max-width: 344px;
  }
}
.p-tourCard02 figure {
  position: relative;
  width: 100%;
}
.p-tourCard02 figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 334/192;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-tourCard02:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-tourCard02__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .p-tourCard02__title {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    line-height: 1.57143;
    font-size: 0.875rem;
  }
}
.p-tourCard02__title.en {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 1079px) {
  .p-tourCard02__title.en {
    font-size: clamp(0.438rem, -0.334rem + 1.61vw, 0.75rem);
  }
}
@media screen and (max-width: 1079px) and (max-width: 767px) {
  .p-tourCard02__title.en {
    font-size: 0.75rem;
  }
}
.p-tourCard02__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1079px) {
  .p-tourCard02__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.p-tourCard02__text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.66667;
  color: #eee;
}
.p-tourCard02__text.en {
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-tourCard02__text.en {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.66667;
  }
}
.p-tourCard02__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  line-height: 1.5555555556;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2;
}
.p-tourCard02__price span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.57143;
  font-size: 0.875rem;
  line-height: 2.2857142857;
}
@media screen and (max-width: 1079px) {
  .p-tourCard02__price {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    line-height: 1.57143;
    font-size: 0.875rem;
  }
  .p-tourCard02__price span {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.66667;
  }
}
.p-tourCard02__price.en {
  font-size: 0.875rem;
}
@media screen and (max-width: 1079px) {
  .p-tourCard02__price.en {
    font-size: clamp(0.625rem, 0.008rem + 1.29vw, 0.875rem);
  }
}
@media screen and (max-width: 767px) {
  .p-tourCard02__price.en {
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 1rem;
    line-height: 2;
  }
  .p-tourCard02__price.en span {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    line-height: 1.57143;
    font-size: 0.875rem;
  }
}
.p-tourCard02__content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-newsCard01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.p-newsCard01 figure {
  width: 100%;
  overflow: hidden;
}
.p-newsCard01 figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 252/167;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-newsCard01:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-newsCard01__body {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.p-newsCard01__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.55556;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-newsCard01__body {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.p-newsCard02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 24px 0;
  border-bottom: 1px solid #d3e0d0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-newsCard02:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-newsCard02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.p-newsCard02__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.55556;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.p-pointCard {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-pointCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.p-pointCard__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.55556;
  color: #fff;
}
.p-pointCard__text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  color: #fff;
}

.p-spotCard figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-spotCard figure img {
  width: 100%;
  aspect-ratio: 252/252;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-spotCard:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-spotCard__title {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.55556;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-voiceCard {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-voiceCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-voiceCard figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-voiceCard figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  aspect-ratio: 345/240;
}
@media screen and (max-width: 767px) {
  .p-voiceCard figure {
    width: 100%;
  }
}
.p-voiceCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67.87%;
          flex: 0 0 67.87%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.p-voiceCard__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.p-voiceCard__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2;
  width: 100%;
}
.p-voiceCard__title img {
  width: 88px;
}
.p-voiceCard__title span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.66667;
  line-height: 1.8333333333;
  color: #757575;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-voiceCard__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-voiceCard__text {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
}
.p-voiceCard__more {
  padding-top: 20px;
  background-color: #f5f1e9;
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  color: #226414;
  width: 100%;
  margin-left: auto;
  cursor: pointer;
}
.p-voiceCard__more img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-voiceCard__more:hover img {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.p-voiceCard.open .p-voiceCard__more {
  padding-top: 0px;
  margin-top: 0px;
}
@media (hover: hover) {
  .p-voiceCard.open .p-voiceCard__more:hover img {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.p-newsMeta01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-newsMeta02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 clamp(2.5rem, -1.25rem + 5.56vw, 3.75rem);
  z-index: 100;
  background: rgba(32, 38, 46, 0.3411764706);
}
@media screen and (max-width: 1079px) {
  .p-header {
    padding-left: clamp(2.5rem, -1.25rem + 5.56vw, 3.75rem);
    padding-right: 80px;
  }
}

.p-header__logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(0.875rem, -1rem + 2.78vw, 1.5rem);
     -moz-column-gap: clamp(0.875rem, -1rem + 2.78vw, 1.5rem);
          column-gap: clamp(0.875rem, -1rem + 2.78vw, 1.5rem);
  height: 100%;
  z-index: 200;
}
@media screen and (max-width: 1079px) {
  .p-header__nav.is-open {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    background: #f5f1e9;
    max-width: 400px;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
  .p-header__nav.is-open .p-header__btn {
    margin-top: 10px;
  }
  .p-header__nav.is-open .p-header__icon {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav .p-header__btn,
  .p-header__nav .p-header__icon {
    display: none;
  }
  .p-header__nav.is-open .p-header__btn,
  .p-header__nav.is-open .p-header__icon {
    display: block;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(0.875rem, -1rem + 2.78vw, 1.5rem);
     -moz-column-gap: clamp(0.875rem, -1rem + 2.78vw, 1.5rem);
          column-gap: clamp(0.875rem, -1rem + 2.78vw, 1.5rem);
  height: 100%;
  text-align: center;
}
.p-header__list .menu-item {
  height: 100%;
}
.p-header__list .menu-item a {
  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;
  height: 100%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.55556;
  font-size: clamp(0.75rem, -0.375rem + 1.67vw, 1.125rem);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header__list .menu-item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1079px) {
  .p-header__list {
    display: none;
    height: auto;
  }
  .p-header__list .menu-item {
    height: auto;
  }
  .p-header__list .menu-item a {
    color: #211612;
    font-family: "Noto Sans", sans-serif;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.55556;
    padding: 20px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1079px) and (hover: hover) {
  .p-header__list .menu-item a:hover {
    color: #226414;
  }
}
@media screen and (max-width: 1079px) {
  .p-header__list.is-open {
    display: block;
  }
}

.p-header__icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header__icon:hover {
    opacity: 0.8;
  }
}

.p-mv {
  height: 100vh;
  margin-top: -80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 100svh;
  }
}
.p-mv__inner {
  position: relative;
  height: 100%;
}
.p-mv__movie {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-mv__movie video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__movie img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__read {
  position: absolute;
  left: 12.5%;
  bottom: 33%;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.6;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
    .p-mv__read {
        font-size: 2.0rem;
        left: 0;
        padding: 0 10px;
    }
}
.p-mv__read.en {
  line-height: 1.5;
  font-size: 2.125rem;
  left: 5%;
}

.p-recommend.top {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
  margin-bottom: -30px;
}

.p-countryCard {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 482/285;
}
@media screen and (max-width: 767px) {
  .p-countryCard {
    width: 100%;
  }
}
.p-countryCard img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-countryCard__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.p-countryCard__title::after {
  content: "";
  position: absolute;
  background: url(../img/country-arrow.svg) no-repeat center center/cover;
  width: 36px;
  height: 36px;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-countryCard__en {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fff;
}
.p-countryCard__ja {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.55556;
  color: #fff;
}
.p-countryCard.soon {
  position: relative;
}
.p-countryCard.soon::after {
  content: "comming soon";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(85, 85, 85, 0.9);
  top: 0;
  left: 0;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fff;
  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;
  text-align: center;
}

@media (hover: hover) {
  a.p-countryCard:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-rankingSlide {
  padding-bottom: 50px;
}
.p-rankingSlide .splide__slide {
  aspect-ratio: 344/192;
}
.p-rankingSlide .splide__pagination {
  bottom: 0;
}
.p-rankingSlide .splide__pagination li {
  line-height: 0;
}
.p-rankingSlide .splide__pagination__page {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background-color: #d3e0d0;
  margin: 0 8px;
}
.p-rankingSlide .splide__pagination__page.is-active {
  background-color: #226414;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 767px) {
  .p-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news__list {
  border-top: 1px solid #d3e0d0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-news__title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    display: contents;
  }
  .p-news__title .c-titleM {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-news__title .c-greenMoreBtn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-card figure {
  width: 100%;
}
.p-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-card__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.55556;
}
.p-card__text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
}
.p-card.center {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-special {
  overflow-x: clip;
}
.p-special__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 120px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1079px) {
  .p-special__wrap {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-special__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-special__img {
  width: calc(53.5% - 60px);
  aspect-ratio: 708/900;
  height: 900px;
}
.p-special__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-special__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: auto;
  }
}
.p-special__content {
  margin-top: 50px;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 56px;
  position: relative;
  z-index: 1;
}
.p-special__content p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.55556;
  line-height: 2.7777777778;
}
@media screen and (max-width: 767px) {
  .p-special__content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-special__gallery {
  position: absolute;
  width: 100%;
  max-width: 1080px;
  padding: 0 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.p-special__gallery figure {
  width: 100%;
  height: auto;
  aspect-ratio: 344/240;
}
.p-special__gallery figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1079px) {
  .p-special__gallery {
    bottom: -15%;
  }
}
@media screen and (max-width: 767px) {
  .p-special__gallery {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-safe {
  padding-top: 140px;
  padding-bottom: 244px;
}
@media screen and (max-width: 1079px) {
  .p-safe {
    padding-top: 230px;
  }
}
@media screen and (max-width: 767px) {
  .p-safe {
    padding-bottom: 0;
  }
  .p-safe .p-card {
    margin-left: 0;
  }
}
.p-safe__content {
  position: relative;
  z-index: 1;
}
.p-safe__img {
  width: 73.8%;
  position: absolute;
  right: -4%;
  top: -76%;
  z-index: -1;
  max-width: 1063px;
}
.p-safe__img img {
  width: 100%;
  aspect-ratio: 1063/755;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 1079px) {
  .p-safe__img {
    top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .p-safe__img {
    width: 100%;
    right: -25%;
    top: -50%;
  }
}

.p-charmCard01 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 33.333%;
  height: 146px;
}
@media screen and (max-width: 767px) {
  .p-charmCard01 {
    width: 100%;
  }
}
.p-charmCard01.w25 {
  width: 25%;
}
.p-charmCard01 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 480/146;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-charmCard01:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-charmCard01__title {
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.p-charmCard01__title::after {
  content: "";
  position: absolute;
  background: url(../img/charm-arrow.svg) no-repeat center center/cover;
  width: 56px;
  height: 56px;
  bottom: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-charmCard01__en {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.625;
  color: #fff;
  white-space: nowrap;
}
.p-charmCard01__ja {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  color: #fff;
  margin: -10px 0;
}

.p-charmCard02 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-charmCard02 {
    width: 100%;
  }
}
.p-charmCard02 img {
  width: 100%;
  aspect-ratio: 718/285;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-charmCard02:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-charmCard02__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.p-charmCard02__title::after {
  content: "";
  position: absolute;
  background: url(../img/country-arrow.svg) no-repeat center center/cover;
  width: 36px;
  height: 36px;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-charmCard02__en {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #fff;
}
.p-charmCard02__ja {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  color: #fff;
}

.p-box {
  position: relative;
  overflow: hidden;
}
.p-box img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-box:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.55556;
}

.p-longCard {
  position: relative;
}
.p-longCard img {
  width: 100%;
  aspect-ratio: 237/400;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.p-longCard__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.55556;
}

.p-wideCard {
  position: relative;
}
.p-wideCard img {
  width: 100%;
  aspect-ratio: 356/200;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.p-wideCard__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.55556;
}

.p-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-profile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.p-profile__bg {
  width: 100%;
  height: 304px;
}
.p-profile__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-profile__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-profile__card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; /* 幅を自動調整させる */
    max-width: calc(50% - 12px); /* 幅を50%未満に設定して2列表示 */
  }
  .p-profile__card:nth-child(n+3) {
    margin-top: 24px; /* 折り返した行に間隔を追加 */
  }
}
.p-profile__img {
  max-width: 160px;
  height: auto;
  margin: 0 auto;
}
.p-profile__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 100px;
}
.p-profile__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-profile__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-profile__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-top: 3px;
}
.p-profile__name {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.55556;
}
.p-profile__name.en {
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-profile__name.en {
    text-align: left;
  }
}
.p-profile a {
  word-break: break-all;
  color: #226414;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-profile a:hover {
    opacity: 0.7;
  }
}

/* FAQ */
.p-faq__category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 52px;
  gap: 30px 20px;
}
.p-faq__category a {
  padding-inline: 10px 24px;
  padding-block: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #226414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.55556;
  position: relative;
  border-bottom: 1px solid #226414;
  transition: all 0.3s ease;
}
.p-faq__category a::before {
  content: "";
  position: absolute;
  background-image: url(../img/faq-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.p-faq__category a:hover {
  opacity: 0.7;
}
.p-faq__category a:hover::before {
  transform: translateY(-35%);
}

.p-faq__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/*ここまで*/


.p-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 92px;
  max-width: 1012px;
  margin: 0 auto;
}
@media screen and (max-width: 1079px) {
  .p-flow {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-flow__card {
  width: calc(25% - 46px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 32px;
}
.p-flow__card:not(:first-child) figure {
  position: relative;
}
.p-flow__card:not(:first-child) figure::before {
  content: "";
  position: absolute;
  background: url(../img/flow05.svg) no-repeat center center/cover;
  width: 60px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -76px;
}
@media screen and (max-width: 1079px) {
  .p-flow__card {
    width: calc(25% - 20px);
  }
  .p-flow__card:not(:first-child) figure::before {
    left: -35%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__card {
    width: 100%;
  }
  .p-flow__card:not(:first-child) figure::before {
    top: -35%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.p-flow figure {
  position: relative;
  width: 100%;
  max-width: 184px;
  margin: 0 auto;
}
.p-flow figure figcaption {
  position: absolute;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.42857;
  color: #d3e0d0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -32px;
}
.p-flow figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.p-flow__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.58333;
  color: #226414;
  text-align: center;
}
.p-flow.narrow {
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .p-flow.narrow {
    gap: 60px;
  }
}
.p-flow.narrow .p-flow__card {
  width: calc(25% - 18px);
}
.p-flow.narrow .p-flow__card:not(:first-child) figure::before {
  left: -50px;
}
@media screen and (max-width: 767px) {
  .p-flow.narrow .p-flow__card {
    width: 100%;
  }
  .p-flow.narrow .p-flow__card:not(:first-child) figure::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.p-qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 896px;
  margin: 0 auto;
  padding-bottom: 120px;
  width: 100%;
}
/* アコーディオン変更 */
.p-qa__item {
  position: relative;
  border-radius: 6px;
  border: 1px solid #226414;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-qa__item:hover {
    opacity: 0.8;
  }
}
.p-qa__q {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.55556;
  padding-right: 14px;
  cursor: pointer;
  padding-block: 20px 16px;
  padding-inline: 24px 20px;
}
.p-qa__a {
  display: none;
  padding-block: 0 20px;
  padding-inline: 24px 20px;
}
/* ./アコーディオン変更 */
.p-qa__a a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: blue;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-qa__a a:hover {
    opacity: 0.7;
  }
}
.p-qa__icon {
  height: 14px;
  position: absolute;
  right: 20px;
  top: 26px;
  width: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-qa__icon.is-open .p-qa__bar1 {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}
.p-qa__icon.is-open .p-qa__bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-qa__bar1 {
  background: #226414;
  height: 2px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 12px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-qa__bar2 {
  background: #226414;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 2px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-contact {
  background: url(../img/contact-bg.jpg) no-repeat center center/cover;
  padding: 71px 0;
}
.p-contact__title {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.55556;
  line-height: 2.1111111111;
  position: relative;
  padding-left: 65px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px;
}
.p-contact__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/contact-icon.svg) no-repeat center center/cover;
  width: 46px;
  height: 46px;
}
.p-contact__title.green {
  color: #226414;
}
.p-contact__title.green::before {
  background: url(../img/contact-icon-g.svg);
}
.p-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.p-contact__list a img:last-of-type {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-contact__list a:hover img:last-of-type {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 1079px) {
  .p-contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 344px;
    width: 100%;
    margin: 0 auto;
  }
}
.p-contact__other {
  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;
  gap: 4px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.66667;
  color: #fff;
}
.p-contact__other.green {
  color: #226414;
}
.p-contact__other img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-contact__other:hover img:last-of-type {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1079px) {
  .p-footer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1079px) {
  .p-footer__list > li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__list > li {
    width: 100%;
  }
}
.p-footer__list li a {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.57143;
  font-size: 0.875rem;
  line-height: 2.4285714286;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__list li a:hover {
    opacity: 0.7;
  }
}
.p-footer__list .bold > a {
  color: #226414;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 2;
}
.p-footer__list .none > a {
  display: none;
}

.p-footerBottom {
  background-color: #000;
  padding: 41px 0;
}
@media screen and (max-width: 767px) {
  .p-footerBottom .u-al-e {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-footerBottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .p-footerBottom__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-footerBottom__logo {
  width: 201px;
  height: auto;
  aspect-ratio: 201/120;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footerBottom__logo:hover {
    opacity: 0.7;
  }
}
.p-footerBottom__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
}
.p-footerBottom__info p {
  color: #fff;
}
.p-footerBottom__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-footerBottom__right {
    align-items: flex-start;
    margin-top: 40px;
  }
}
.p-footerBottom__right small {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.57143;
  font-size: 0.875rem;
  line-height: 1.5714285714;
  text-align: right;
  color: #fff;
}

.p-headLine01 {
  background: url(../img/head-line01.jpg) no-repeat center center/cover;
  height: 80px;
  margin-top: -80px;
}

.p-headLine02 {
  background: url(../img/head-line02.jpg) no-repeat center center/cover;
  height: 548px;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .p-headLine02 {
    height: 400px;
  }
}

.p-headLine03 {
  background: url(../img/head-line01.jpg) no-repeat center center/cover;
  height: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .p-headLine03 {
    height: 80px;
  }
}

.p-read {
  text-align: center;
}
.p-read h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.55556;
}
@media screen and (max-width: 767px) {
  .p-read {
    padding: 0 5%;
  }
}

.p-newsSlide {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.p-newsSlide.center {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 4% 70px;
}
.p-newsSlide .splide-controller {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.p-newsSlide .splide__pagination {
  bottom: 0;
}
.p-newsSlide .splide__pagination li {
  line-height: 0;
}
.p-newsSlide .splide__pagination__page {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background-color: #d3e0d0;
  margin: 0 8px;
}
.p-newsSlide .splide__pagination__page.is-active {
  background-color: #226414;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.p-newsSlide .splide__arrows {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500px;
}
@media screen and (max-width: 767px) {
  .p-newsSlide .splide__arrows {
    width: 100%;
    max-width: 500px;
  }
}
.p-newsSlide .splide__arrow {
  background-color: transparent;
  opacity: 1 !important;
  width: 56px;
  height: 56px;
}
.p-newsSlide .splide__arrow:disabled {
  opacity: 0 !important;
}

.splide:not(.is-overflow) .splide__pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.p-countryTable {
  max-width: 528px;
}
.p-countryTable tbody {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 24px;
  text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.8);
}
.p-countryTable tbody > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-countryTable tbody > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.p-countryTable tr {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  color: #226414;
}
.p-countryTable th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2;
}
.p-countryTable__text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2;
  color: #226414;
}

.p-countryInfo {
  position: relative;
  z-index: 1;
}
.p-countryInfo__img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1077px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-countryInfo__img {
    position: static;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.p-spotContent {
  counter-reset: h3-counter; /* .p-spotContent__item 内でカウンタをリセット */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.p-spotContent h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.55556;
  position: relative;
  padding-top: 60px;
  margin-bottom: 8px;
}
.p-spotContent h3::before {
  position: absolute;
  counter-increment: h3-counter 1; /* h3-counter カウンタを1ずつインクリメント */
  content: "0" counter(h3-counter); /* カウンタの値を表示 */
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.625;
  color: #226414;
}
.p-spotContent__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1077/632;
}
.p-spotContent__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-spotContent__item figure {
  height: auto;
  aspect-ratio: 528/280;
}
.p-spotContent__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-spotContent__card p {
  padding: 16px;
}

.p-spot .p-spotContent__img {
  margin-bottom: 24px;
}
.p-spot .wp-block-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-spot .p-spotContent__item {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-spot .p-spotContent__card {
    margin-top: 24px;
  }
}

.p-tourPoint__head {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.58333;
  position: relative;
  padding-left: 25px;
  color: #226414;
  margin-bottom: 16px;
}
.p-tourPoint__head::before {
  content: "";
  position: absolute;
  background: url(../img/point-icon.svg) no-repeat center center/cover;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 0;
}
.p-tourPoint__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.p-tourPoint__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  line-height: 1.5;
}
.p-tourPoint__list li span {
  padding: 10px;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.333333;
  color: #226414;
  border: 2px solid #226414;
}

.p-tourA {
  margin-left: 14px;
  padding-left: 18px;
  border-left: 8px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-tourA__head {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-tourA__head span {
  border-radius: 2px;
  border: 2px solid #e0e0e0;
  padding: 4px;
  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;
  height: 24px;
}

.p-tourB {
  margin-left: 14px;
  padding-left: 18px;
  border-left: 8px solid #f4cbb3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-tourB__head {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-tourB__head span {
  border-radius: 2px;
  border: 2px solid #f4cbb3;
  padding: 4px;
  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;
  height: 24px;
}

.p-tourInfo {
  margin-top: 100px;
}
.p-tourInfo__table {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
.p-tourInfo__row {
  border-top: 1px solid #bdbdbd;
  width: 100%;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-tourInfo__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-tourInfo__row dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  line-height: 2;
}
.p-tourInfo__row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-tourNumber {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr 64px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 16px 64px;
}

.p-tourNumber > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-tourNumber > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-tourNumber > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 767px) {
  .p-tourNumber {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 16px;
  }
}
@media screen and (max-width: 390px) {
  .p-tourNumber {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-tourNumber__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.p-tourNumber__row dt {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2;
  color: #226414;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.p-tourNumber__row dd {
  position: relative;
  padding-left: 28px;
}
.p-tourNumber__row dd::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: url(../img/number-line.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.p-form {
  margin-top: -78px;
}
@media screen and (max-width: 767px) {
  .p-form {
    margin-top: 0;
  }
}
.p-form.page-contact {
  margin-top: 0;
}
.p-form.page-contact .p-form__wrap {
  border: none;
}
.p-form__price {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.9;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.p-form__wrap {
  padding: 20px;
  background-color: #f5f1e9;
  border: 1px solid #d8dbdb;
}
.p-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-form__row:not(:first-child) {
  margin-top: 15px;
}
.p-form__row-data {
  width: 100%;
}
.p-form__row-data.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-form__row-data.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-form__message {
  text-align: center;
}
.p-form__message span {
  display: block;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=number],
.p-form textarea {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 16px;
  background: #fff;
  border: none;
  outline: 1px solid #dce0e0;
  border-radius: 5px;
}
.p-form input[type=text]:hover, .p-form input[type=text]:focus-visible, .p-form input[type=text]:focus,
.p-form input[type=email]:hover,
.p-form input[type=email]:focus-visible,
.p-form input[type=email]:focus,
.p-form input[type=tel]:hover,
.p-form input[type=tel]:focus-visible,
.p-form input[type=tel]:focus,
.p-form input[type=number]:hover,
.p-form input[type=number]:focus-visible,
.p-form input[type=number]:focus,
.p-form textarea:hover,
.p-form textarea:focus-visible,
.p-form textarea:focus {
  outline-color: #999999;
  outline-style: solid;
  outline-width: 1px;
}
.p-form input[type=text]::-webkit-input-placeholder, .p-form input[type=email]::-webkit-input-placeholder, .p-form input[type=tel]::-webkit-input-placeholder, .p-form input[type=number]::-webkit-input-placeholder, .p-form textarea::-webkit-input-placeholder {
  color: #646464;
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form input[type=number]::-moz-placeholder, .p-form textarea::-moz-placeholder {
  color: #646464;
}
.p-form input[type=text]:-ms-input-placeholder, .p-form input[type=email]:-ms-input-placeholder, .p-form input[type=tel]:-ms-input-placeholder, .p-form input[type=number]:-ms-input-placeholder, .p-form textarea:-ms-input-placeholder {
  color: #646464;
}
.p-form input[type=text]::-ms-input-placeholder, .p-form input[type=email]::-ms-input-placeholder, .p-form input[type=tel]::-ms-input-placeholder, .p-form input[type=number]::-ms-input-placeholder, .p-form textarea::-ms-input-placeholder {
  color: #646464;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form input[type=number]::placeholder,
.p-form textarea::placeholder {
  color: #646464;
}
.p-form textarea {
  height: 140px;
  min-height: 140px;
  resize: vertical;
}
.p-form input[type=date] {
  padding: 10px 10px 10px 16px;
  background: #fff;
  border: none;
  outline: 1px solid #dce0e0;
  border-radius: 5px;
}
.p-form input[type=date]:hover, .p-form input[type=date]:focus-visible, .p-form input[type=date]:focus {
  outline-color: #999999;
  outline-style: solid;
  outline-width: 1px;
}
.p-form .jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-form .submit {
  margin: 20px auto 0;
}
.p-form .submit .wpcf7-submit {
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1px solid #d95301;
  background: #d95301;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  outline: #d95301;
}
@media screen and (max-width: 767px) {
  .p-form .submit .wpcf7-submit {
    width: 100%;
  }
}
.p-form .submit .wpcf7-submit:hover, .p-form .submit .wpcf7-submit:focus {
  background-color: #fff;
  color: #d95301;
}
.p-form .wpcf7-spinner {
  display: none !important;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.p-tourLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.p-newsSingle h2,
.p-newsSingle h3,
.p-newsSingle h4,
.p-newsSingle h5,
.p-newsSingle h6 {
  margin-top: 40px;
}
.p-newsSingle h2 {
  padding: 10px;
  background-color: #226414;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.33333;
  line-height: 1;
}
.p-newsSingle h3 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  position: relative;
}
.p-newsSingle h3::before, .p-newsSingle h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #226414;
  left: 0;
}
.p-newsSingle h3::before {
  bottom: 0;
}
.p-newsSingle h3::after {
  bottom: -4px;
}
.p-newsSingle h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.55556;
  position: relative;
  padding-left: 10px;
}
.p-newsSingle h4::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  background-color: #226414;
}
.p-newsSingle * {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-newsSingle * {
    margin-bottom: 10px;
  }
}
.p-newsSingle ul li {
  list-style: disc;
  margin-bottom: 0;
  margin-left: 20px;
}
.p-newsSingle ol li {
  list-style: decimal;
  margin-bottom: 0;
  margin-left: 20px;
}
.p-newsSingle a {
  color: #226414;
  text-decoration: underline;
}

.p-breadcrumbs {
  background-color: #f5f1e9;
  padding: 10px 5%;
  color: #226414;
}
.p-breadcrumbs a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-breadcrumbs a:hover {
    opacity: 0.7;
  }
}
.p-breadcrumbs.single-page-breadcrumb {
  padding: 0 0 40px;
}

.p-tourSlide {
  margin-top: -80px;
  height: 548px;
}
@media screen and (max-width: 767px) {
  .p-tourSlide {
    height: 400px;
  }
}
.p-tourSlide .splide__track {
  width: 100%;
  height: 100%;
}
.p-tourSlide .splide__slide {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/548;
}
@media screen and (max-width: 767px) {
  .p-tourSlide .splide__slide {
    aspect-ratio: 1047/400;
  }
}
.p-tourSlide .splide__slide figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-tourSlide .splide__slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-tourSlide .splide__slide figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(32, 38, 46, 0.5);
  width: 100%;
  height: auto;
  color: #fff;
  padding: 0 20px 10px;
}
@media screen and (max-width: 767px) {
  .p-tourSlide .splide__slide figcaption {
    padding: 5px 20px 20px;
    font-size: 12px;
  }
}

.p-spotSlide {
  margin-top: -80px;
  height: 368px;
}
@media screen and (max-width: 767px) {
  .p-spotSlide {
    height: 400px;
  }
}
.p-spotSlide .splide__track {
  width: 100%;
  height: 100%;
}
.p-spotSlide .splide__slide {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/368;
}
.p-spotSlide .splide__slide figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-spotSlide .splide__slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-spotSlide .splide__slide figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(32, 38, 46, 0.5);
  width: 100%;
  height: auto;
  color: #fff;
  padding: 0 20px 10px;
}
@media screen and (max-width: 767px) {
  .p-spotSlide .splide__slide figcaption {
    padding: 5px 20px 20px;
    font-size: 12px;
  }
}

.p-newsCategory {
  padding: 0 16px;
}
.p-newsCategory li {
  position: relative;
}
.p-newsCategory li a {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.57143;
  font-size: 0.875rem;
  padding: 10px 24px 10px 0;
  border-bottom: 1px solid #d3e0d0;
}
.p-newsCategory li::before {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow-g.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-newsCategory li:hover::before {
    right: -5px;
  }
}

.p-newsTag {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-newsTag li a {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.66667;
  padding: 10px;
  border: 1px solid #578f4c;
  color: #226414;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-newsTag li:hover a {
    background-color: #578f4c;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .p-tabs {
    max-width: 500px;
  }
}
.p-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.57143;
  font-size: 0.875rem;
  color: #226414;
  border-top: 1px solid #226414;
  border-left: 1px solid #226414;
  border-right: 1px solid #226414;
}
.p-tabs__item[aria-selected=true] {
  background: #226414;
  color: #fff;
  pointer-events: none;
}
.p-tabs__item[aria-selected=false] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: transparent;
}
@media (any-hover: hover) {
  .p-tabs__item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.p-tabs__content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-tabs__content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-tabs__content {
  padding: 20px;
  border: 1px solid #226414;
}
.p-tabs__name {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  line-height: 1.57143;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.p-tabs__text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.57143;
  font-size: 0.875rem;
}
.p-tabs .--content1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.p-tabs .--content1 figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}
.p-tabs .--content1 figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-tabs .--content1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .p-tabs .--content1 figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
.p-tabs__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.p-tabs__link {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 5px 0;
  border-bottom: 1px solid #d3e0d0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-tabs__link:hover {
    opacity: 0.7;
  }
}
.p-tabs__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  color: #226414;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.57143;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-tabs__more img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-tabs__more:hover img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.p-tabs__title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 800;
  line-height: 1.57143;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-tabs__item[aria-selected=true] img {
  color: #fff;
  fill: #fff; /* 選択されているときの色 */
}

.p-tabs__item[aria-selected=false] img {
  color: #226414;
  fill: #226414; /* 選択されていないときの色 */
}

.p-page h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-page h2 {
    font-size: 1.25rem;
  }
}
.p-page h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-page h3 {
    font-size: 1.125rem;
  }
}
.p-page * {
  margin-bottom: 20px;
}
.p-page ol {
  margin-left: 20px;
}
.p-page ol li {
  list-style-type: decimal; /* 数字 */
  margin-bottom: 5px;
}
.p-page ul {
  margin-left: 20px;
}
.p-page ul li {
  list-style-type: disc; /* デフォルトのマーカー */
  margin-bottom: 5px;
}

@media screen and (min-width: 1080px) {
  .pc-hidden {
    display: none;
  }
}

@media screen and (max-width: 1079px) {
  .tab-hidden {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-visible {
    display: block;
  }
}

@media screen and (max-width: 374px) {
  .sm-hidden {
    display: none;
  }
}

.u-btnWrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-flex25 {
  width: calc(25% - 12px);
}
@media screen and (max-width: 767px) {
  .u-flex25 {
    width: 100%;
  }
}

.u-flex33 {
  width: calc(33% - 12px);
}
@media screen and (max-width: 767px) {
  .u-flex33 {
    width: 100%;
    max-width: 344px;
    margin: 0 auto;
  }
}

.u-flex50-6 {
  width: calc(50% - 60px);
}
@media screen and (max-width: 767px) {
  .u-flex50-6 {
    width: 100%;
  }
}

.u-flex50-2 {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .u-flex50-2 {
    width: 100%;
  }
}

.u-flex50-12 {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .u-flex50-12 {
    width: 100%;
  }
}

.u-flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.u-al-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-al-l {
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.u-al-s {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.u-al-e {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-al-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-mt160 {
  margin-top: 160px;
}

.u-mt140 {
  margin-top: 140px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt-50 {
  margin-top: -50px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-p45 p + p {
  margin-top: 45px;
}

.u-jc-b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-bg-beige {
  background-color: #f5f1e9;
}

.u-pt160 {
  padding-top: 160px;
}

.u-pt140 {
  padding-top: 140px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pb22 {
  padding-bottom: 22px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb140 {
  padding-bottom: 140px;
}

.u-r-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .u-r-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-moreNone {
  display: none;
}

.u-aspect1 {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.u-aspect1 img {
  width: 100%;
  height: 100%;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.u-grid3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 23px 1fr 23px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 60px 23px;
}

.u-grid3 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.u-grid3 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.u-grid3 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 1079px) {
  .u-grid3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .u-grid3 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

