@charset "UTF-8";
:root {
  --header-btn-height: 44px;
  --_global--font-size-px: $root-font-size;
  --image-aspect-ratio: 3/2;
  --image-aspect-ratio-padding: 66.66%;
}
@media (max-width: 640px) {
  :root {
    --_global--font-size-px: 14px;
  }
}

body {
  background-color: #f4f4f4;
}

:root {
  font-weight: 400;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-weight: 500;
}

body {
  margin: 0;
}
body#body.logged-in::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: red;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
  /* 補助線がクリックの妨げにならないようにする */
}
body#body.logged-in::after {
  position: fixed;
  color: red;
  padding: 0 10px;
  background-color: white;
  bottom: 30px;
  left: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  z-index: 100;
}

@media screen and (max-width: 1022px) {
  body#body.logged-in::after {
    position: fixed;
    color: red;
    padding: 0 10px;
    background-color: white;
    bottom: 30px;
    left: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    z-index: 100;
  }
}
@media screen and (max-width: 640px) {
  /* （スマホ以下） */
  body#body.logged-in::before {
    position: fixed;
    color: green;
    padding: 0 10px;
    background-color: white;
    width: 375px;
    border-right: 10px solid;
    bottom: 0px;
    left: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    z-index: 100;
  }
}
body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
  display: none;
}

.c-page-top {
  display: none;
}

.wp-block-post-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--_s-1);
}
.wp-block-post-terms__separator {
  display: none;
}
.wp-block-post-terms a {
  text-decoration: none;
  background-color: white;
  padding: 0 20px;
  padding-left: 55px;
  border-radius: 20px;
  position: relative;
}
.wp-block-post-terms a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100px;
  height: 100px;
  top: 50%;
  left: 30px;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../image/posts/blur-dot.png);
  background-size: contain;
  background-position: center;
}

.wp-block-heading:where(h2).wp-block-heading:not([class*=ta-]) {
  font-size: 1.25rem;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: var(--_s-2) 0;
  font-weight: 500;
}
.wp-block-heading:where(h3).wp-block-heading {
  font-size: 1.125rem;
  padding-left: 20px;
  position: relative;
  color: #1c4d2d;
  font-weight: 500;
}
.wp-block-heading:where(h3).wp-block-heading::before {
  border-radius: 5px;
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-color: currentColor;
}
.wp-block-heading:where(h4).wp-block-heading {
  font-weight: 700;
}

.wp-block-table th,
.wp-block-table td {
  border-color: rgba(0, 0, 0, 0.1);
}
.wp-block-table--plan thead {
  border-top: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
  background: initial;
}
.wp-block-table--plan thead th {
  color: #1a1a1a;
}
.wp-block-table--plan th,
.wp-block-table--plan td {
  padding: var(--_padding-1) var(--_padding-2);
  border-color: rgba(0, 0, 0, 0.1);
  border-right: initial;
  border-left: initial;
  text-align: center;
  font-weight: 500;
}
.wp-block-table--plan th:first-child,
.wp-block-table--plan td:first-child {
  width: 20%;
  min-width: 9.375rem;
  text-align: left;
}
.wp-block-table--overflow {
  overflow-x: scroll;
}
.wp-block-table--overflow > table {
  min-width: 37.5rem;
}

.ta-section {
  --section-title-descender-false: 3.125rem;
  --section-title-descender-true: 4.0625rem;
}
@media (max-width: 639.98px) {
  .ta-section {
    --section-title-descender-false: 2.1875rem;
    --section-title-descender-true: 3.125rem;
  }
}
.ta-section::after {
  z-index: -1;
  position: absolute;
  display: inline-block;
  content: "";
  width: auto;
  height: 100%;
  top: 50%;
  right: 0%;
  background-repeat: no-repeat;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-size: contain;
  background-position: center;
}
.ta-section__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--_s2);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 639.98px) {
  .ta-section__btns {
    gap: var(--_s1);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ta-section__btns--2row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ta-section .smb-section__title, .ta-section__title {
  color: rgba(0, 0, 0, 0);
  text-align: var(--section-title-align);
  background-image: var(--section-title-image);
  background-position: top var(--section-title-image-align, center);
  /* 見出しの文字画像のディセンダーの有無により画像の高さを変更 */
  background-size: auto var(--section-title-descender, auto);
  background-repeat: no-repeat;
  line-height: var(--section-title-descender-true);
}
@media (max-width: 639.98px) {
  .ta-section .smb-section__title, .ta-section__title {
    background-size: contain;
  }
}
.ta-section .smb-section__lede-wrapper, .ta-section__lede-wrapper {
  -webkit-box-pack: var(--section-title-align, center);
      -ms-flex-pack: var(--section-title-align, center);
          justify-content: var(--section-title-align, center);
  margin-top: var(--_margin-1);
}
@media (max-width: 639.98px) {
  .ta-section .smb-section__lede-wrapper, .ta-section__lede-wrapper {
    text-align: left;
  }
}
.ta-section--popular-tours {
  --section-title-align: start;
  --section-title-image-align: left;
  --section-title-image: url(../image/section/popular-tours/title.svg);
  --section-title-descender: var(--section-title-descender-true);
}
.ta-section--popular-tours::after {
  aspect-ratio: 860/1060;
  background-image: url(../image/section/popular-tours/tree.svg);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.ta-section--guides {
  --section-title-image: url(../image/section/guides/title.svg);
  --section-title-descender: var(--section-title-descender-false);
}
.ta-section--guides::after {
  top: 0;
  left: 0;
  width: 400px;
  height: auto;
  aspect-ratio: 480/500;
  background-image: url(../image/section/guides/animal-2.svg);
  -webkit-transform: translate(-32%, 0%);
          transform: translate(-32%, 0%);
}
.ta-section--voice {
  --section-title-align: start;
  --section-title-image-align: left;
  --section-title-image: url(../image/section/voice/title.svg);
  --section-title-descender: var(--section-title-descender-false);
}
.ta-section--voice .ta-section__btns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 639.98px) {
  .ta-section--voice .ta-section__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 639.98px) {
  .ta-section--voice .ta-section__more-btns {
    margin-top: var(--_s2);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ta-section--voice .ta-section__btns--2row {
  -webkit-column-gap: var(--_s1);
     -moz-column-gap: var(--_s1);
          column-gap: var(--_s1);
  row-gap: var(--_s1);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --btn-max-width: calc((100% - var(--_s-1)) / 2);
}
@media (max-width: 639.98px) {
  .ta-section--voice .ta-section__btns--2row {
    row-gap: var(--_s-1);
    -webkit-column-gap: var(--_s-1);
       -moz-column-gap: var(--_s-1);
            column-gap: var(--_s-1);
  }
}
.ta-section--voice .smb-section__body {
  position: relative;
}
.ta-section--voice .ta-section__slider {
  position: absolute;
  margin-top: var(--_s3);
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  max-width: 100vw;
  margin-inline: calc(50% - 50vw) !important;
  width: 100vw;
}
@media (max-width: 639.98px) {
  .ta-section--voice .ta-section__slider {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.ta-section--voice .smb-section__contents-wrapper {
  background-color: white;
  padding: var(--_s4) var(--_s3) var(--_s4) var(--_s4);
  margin-bottom: var(--_s4);
  position: relative;
}
@media (max-width: 639.98px) {
  .ta-section--voice .smb-section__contents-wrapper {
    padding: var(--_s4) var(--_s1) var(--_s6) var(--_s1);
  }
}
.ta-section--voice .smb-section__contents-wrapper::after {
  width: 250px;
  height: auto;
  aspect-ratio: 250/100;
  background-image: url(../image/section/voice/wave.svg);
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  right: 0%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-23%, -50%);
          transform: translate(-23%, -50%);
  background-size: contain;
  background-position: center;
}
@media (max-width: 639.98px) {
  .ta-section--voice .smb-section__contents-wrapper::after {
    width: 43%;
    -webkit-transform: translate(-11%, -45%);
            transform: translate(-11%, -45%);
  }
}
.ta-section--seasonal-tours {
  --section-title-image: url(../image/section/seasonal-tours/title.svg);
  --section-title-descender: var(--section-title-descender-false);
}
.ta-section--seasonal-tours::after {
  width: 25rem;
  aspect-ratio: 340/200;
  background-image: url(../image/section/seasonal-tours/animal-1.svg);
  -webkit-transform: translate(9%, -71%);
          transform: translate(9%, -71%);
}
.ta-section--about-us {
  --section-title-image: url(../image/section/about-us/title.svg);
  --section-title-descender: var(--section-title-descender-false);
  color: white;
  overflow: hidden;
  width: 100vw;
}
.ta-section--about-us .smb-section__inner {
  position: relative;
  margin-inline: var(--_s1);
}
.ta-section--about-us .smb-section__inner::after {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../image/section/about-us/bg-au.jpg);
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  right: 0%;
  background-size: cover;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.ta-section--update {
  --smb-section--padding: 0;
}
@media (max-width: 639.98px) {
  .ta-section--update {
    --smb-section--padding: var(--_padding3);
  }
}
.ta-section--update.ta-section {
  margin-top: 0;
}

.ta-hero {
  overflow: visible;
  aspect-ratio: 16/9;
  min-height: 700px;
  min-width: 100vw;
  max-width: 100vw;
  margin-left: calc(-1 * var(--_container-margin-left));
  margin-right: calc(-1 * var(--_container-margin-right));
  position: relative;
}
.ta-hero::before, .ta-hero::after {
  z-index: 2;
  position: absolute;
  display: inline-block;
  content: "";
  width: 31%;
  height: 20%;
  bottom: -1px;
  left: 0%;
}
.ta-hero::before {
  width: 31%;
  height: 20%;
  background: url("../image/hero/mountain.svg") bottom center/contain no-repeat;
}
.ta-hero::after {
  width: 6%;
  height: 35%;
  background: url(../image/hero/root.svg) center/contain no-repeat;
  -webkit-transform: translate(102%, 54%);
          transform: translate(102%, 54%);
}
.ta-hero .smb-section-with-bgimage__bgimage::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 200px;
  top: 0%;
  left: 50%;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(40%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 100%);
}
.ta-hero__stage {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  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: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  gap: 1.25rem;
}
@media (max-width: 639.98px) {
  .ta-hero__stage {
    margin-top: 2vh;
  }
}
.ta-hero__stage::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 220%;
  height: 140%;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../image/hero/fv-text-bg.png);
  background-size: contain;
  background-position: center;
}
.ta-hero__copy {
  font-size: calc(var(--_fluid-font-size) * 1.5);
  z-index: 1;
}
@media (max-width: 639.98px) {
  .ta-hero__copy {
    -webkit-transform: translate(-30%, 0px);
            transform: translate(-30%, 0px);
  }
}
.ta-hero__sub-copy {
  font-size: calc(var(--_fluid-font-size) * 1);
  z-index: 1;
}
@media (max-width: 639.98px) {
  .ta-hero__sub-copy {
    -webkit-transform: translate(-30%, 40px);
            transform: translate(-30%, 40px);
  }
}
.ta-hero__sub-copy-line {
  position: relative;
}
.ta-hero__sub-copy-line::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  right: 0%;
  background-color: white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ta-hero__sub-copy-line:first-child {
  letter-spacing: 0.3em;
  margin-left: 5px;
}
.ta-hero__sub-copy-line span {
  text-combine-upright: all;
  margin: 3px 0 6px;
}
@media (max-width: 639.98px) {
  .ta-hero__sub-copy-line span {
    font-size: 16px;
    letter-spacing: 0;
    margin-right: 0;
  }
}

.ta-btn {
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: var(--btn-max-width);
  background-color: var(--btn-background-color);
  color: var(--btn-color);
  height: var(--btn-height);
  padding: var(--btn-padding);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--btn-border-bottom-color);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .ta-btn:not(.ta-btn--cta):hover {
    opacity: 0.7;
    --btn-icon-transform: translateX(30%);
  }
}
.ta-btn__inner {
  width: var(--btn-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: var(--btn-flex-direction);
          flex-direction: var(--btn-flex-direction);
  gap: var(--btn-icon-text-gap);
  -webkit-box-pack: var(--btn-justify-content);
      -ms-flex-pack: var(--btn-justify-content);
          justify-content: var(--btn-justify-content);
}
.ta-btn__icon {
  display: inline-block;
  height: var(--btn-icon-size);
  width: var(--btn-icon-size);
  background: var(--btn-icon-image-url) no-repeat center;
  -webkit-transform: var(--btn-icon-transform);
          transform: var(--btn-icon-transform);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ta-btn--cta {
  font-weight: 600;
  --btn-height: var(--header-btn-height);
  --btn-color: white;
  --btn-background-color: #005385;
  --btn-padding: 0 1.875rem;
  --btn-flex-direction: row-reverse;
  --btn-icon-size: 1.25rem;
  --btn-icon-image-url: url(../image/btn/icon-cta.svg);
  --btn-icon-text-gap:0.625rem;
  border-radius: 100px;
  border: 1px solid #005385;
}
@media (hover: hover) {
  .ta-btn--cta:hover {
    border: 1px solid white;
  }
}
.ta-btn--link {
  font-weight: 600;
  --btn-width: 12.5rem;
  --btn-height: 3.75rem;
  --btn-color: #1c4d2d;
  --btn-background-color: initial;
  --btn-padding: 0;
  --btn-flex-direction: row;
  --btn-justify-content: space-between;
  --btn-icon-size: 1.25rem;
  --btn-icon-image-url: url(../image/btn/arrow-right-green.svg);
  --btn-border-bottom-color: #1c4d2d;
}
.ta-btn--notched {
  font-weight: 600;
  --btn-width: 11.25rem;
  --btn-height: 4.375rem;
  --btn-color: white;
  --btn-background-color: #1c4d2d;
  --btn-padding: 1.25rem;
  --btn-flex-direction: row;
  --btn-justify-content: space-between;
  --btn-icon-size: 1.25rem;
  --btn-icon-image-url: url(../image/btn/arrow-right-white.svg);
  /* 右下の“欠け”半径（ブレークポイントで変更可） */
  --cut: 1.25rem;
  /* mask: 右下(100% 100%)に円を置き、その内側だけ透明に */
  mask-image: radial-gradient(circle at 100% 100%, rgba(0, 0, 0, 0) 0 var(--cut), rgb(0, 0, 0) var(--cut));
  /* それ以外＝表示 */
  -webkit-mask-image: radial-gradient(circle at 100% 100%, rgba(0, 0, 0, 0) 0 var(--cut), rgb(0, 0, 0) var(--cut));
  /* Safari 用 */
}
@media (max-width: 639.98px) {
  .ta-btn--notched {
    --btn-height: 3.75rem;
  }
}
.ta-btn--fill {
  font-weight: 600;
  --btn-width: 11.25rem;
  --btn-height: 3.75rem;
  --btn-color: white;
  --btn-background-color:#1c4d2d;
  --btn-padding: 1.25rem;
  --btn-flex-direction: row;
  --btn-justify-content: space-between;
  --btn-icon-size: 1.25rem;
  --btn-icon-image-url: url(../image/btn/arrow-right-white.svg);
}
.ta-btn--white {
  --btn-color: #1c4d2d;
  --btn-background-color: white;
  --btn-icon-image-url: url(../image/btn/arrow-right-green.svg);
}
.ta-btn--green {
  --btn-background-color: #1c4d2d;
}
.ta-btn--black {
  --btn-background-color: #1a1a1a;
}
.ta-btn--middle {
  --btn-width: 100%;
  max-width: 17.5rem;
  width: 100%;
}
.ta-btn--middle .ta-btn__label {
  margin: auto;
}
.ta-btn--large {
  --btn-width: 100%;
  --btn-height: 5rem;
  max-width: 50rem;
  width: 100%;
  font-size: 1.5rem;
}
@media (max-width: 639.98px) {
  .ta-btn--large {
    font-size: 1.25rem;
  }
}
.ta-btn--large .ta-btn__label {
  margin: auto;
}
.ta-btn--border {
  border: 1px solid currentColor;
}

.ta-posts {
  --block-gap: var(--_s2);
}
@media (max-width: 639.98px) {
  .ta-posts {
    --block-gap: var(--_s1);
  }
}
.ta-posts__image {
  position: relative;
}
.ta-posts__image::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  bottom: 0.9375rem;
  right: 0%;
  background-repeat: no-repeat;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  background-image: url(../image/btn/arrow-right-green.svg);
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: var(--arrow-transform);
          transform: var(--arrow-transform);
}
@media (max-width: 639.98px) {
  .ta-posts__image::after {
    bottom: 0.9375rem;
  }
}
.ta-posts__title {
  font-weight: 500;
}
@media (max-width: 639.98px) {
  .ta-posts__title {
    margin-bottom: var(--_s-1);
  }
}
.ta-posts .wp-block-post {
  margin-top: initial;
	width: 100%;
}
@media (hover: hover) {
  .ta-posts .wp-block-post:hover {
    --arrow-transform: translateX(30%);
    --image-opacity: 0.7;
  }
}
.ta-posts .wp-block-post-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--block-gap);
}
@media (max-width: 639.98px) {
  .ta-posts .wp-block-post-template {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ta-posts .wp-post-image {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  aspect-ratio: var(--image-aspect-ratio);
  opacity: var(--image-opacity);
  /* 右下の“欠け”半径 */
  --cut: 4.375rem;
  /* mask: 右下(100% 100%)に円を置き、その内側だけ透明に */
  mask-image: radial-gradient(circle at 100% 100%, rgba(0, 0, 0, 0) 0 var(--cut), rgb(0, 0, 0) var(--cut));
  /* それ以外＝表示 */
  -webkit-mask-image: radial-gradient(circle at 100% 100%, rgba(0, 0, 0, 0) 0 var(--cut), rgb(0, 0, 0) var(--cut));
}
.ta-posts .wp-block-post-excerpt__more-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.ta-posts--rich {
  --block-gap: var(--_s3);
}
@media (max-width: 639.98px) {
  .ta-posts--rich {
    --block-gap: var(--_s1);
  }
}
.ta-posts--rich .wp-block-post {
  width: 50%;
}
@media (max-width: 639.98px) {
  .ta-posts--rich .wp-block-post {
    width: 100%;
  }
}
.ta-posts--rich .ta-posts__title {
  padding-left: 2.0625rem;
  margin-bottom: var(--_s1);
  font-size: 1.25rem;
  position: relative;
}
@media (max-width: 639.98px) {
  .ta-posts--rich .ta-posts__title {
    margin-bottom: var(--_s-1);
  }
}
.ta-posts--rich .ta-posts__title::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.25rem;
  height: 1px;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #5c8d6d;
}
.ta-posts--rich .ta-posts__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 639.98px) {
  .ta-posts--rich .ta-posts__excerpt {
    margin-top: var(--_s-1);
  }
}
.ta-posts--rich .wp-block-post-excerpt__more-text {
  margin: 0;
}
.ta-posts--only-title .ta-posts__title {
  font-size: 1rem;
  margin-top: var(--_s1);
  line-height: 2em;
  margin-bottom: 0;
}
@media (max-width: 639.98px) {
  .ta-posts--only-title .ta-posts__title {
    margin: 0 0 var(--_s-2) 0;
    font-size: 1.125rem;
  }
}
@media (max-width: 639.98px) {
  .ta-posts--only-title .wp-block-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.ta-posts--only-title .wp-block-post-excerpt {
  margin: 0;
  height: 0;
  width: 0;
  opacity: 0;
}
.ta-posts--update {
  z-index: 1;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(calc(-50% + 65px));
          transform: translateY(calc(-50% + 65px));
  right: 0;
  width: 440px;
  background-color: #5c8d6d;
  color: white;
  padding: 2.25rem;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023.98px) {
  .ta-posts--update {
    padding: var(--_s-1) var(--_s1);
    width: 65%;
    -webkit-transform: translateY(calc(-50% + 0px));
            transform: translateY(calc(-50% + 0px));
  }
}
@media (max-width: 639.98px) {
  .ta-posts--update {
    position: relative;
    width: 100%;
    -webkit-transform: translateY(calc(0% + 0px));
            transform: translateY(calc(0% + 0px));
    padding: var(--_s1);
  }
}
@media (max-width: 1023.98px) {
  .ta-posts--update .wp-block-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 639.98px) {
  .ta-posts--update .wp-block-post {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .ta-posts--update .ta-posts__header {
    -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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: var(--_s-2);
  }
}
@media (max-width: 639.98px) {
  .ta-posts--update .ta-posts__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ta-posts--update .wp-block-heading.wp-block-heading {
  color: rgba(0, 0, 0, 0);
  width: 7.1875rem;
  height: 2.25rem;
  line-height: 1em;
  border: none;
  padding: 0;
  background-image: url(../image/section/update/title-update.svg);
  background-position: top left;
  background-repeat: no-repeat;
}
.ta-posts--update .wp-block-post-excerpt {
  margin: 0;
  padding-top: 1.625rem;
  margin-top: 1.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1023.98px) {
  .ta-posts--update .wp-block-post-excerpt {
    margin-top: 0;
    padding-top: 0;
    font-size: 14px;
    border-top: initial;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: var(--_s-1);
    margin-left: var(--_s-1);
  }
}
@media (max-width: 639.98px) {
  .ta-posts--update .wp-block-post-excerpt {
    padding-top: var(--_s-1);
    margin-top: var(--_s-1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: initial;
    padding-left: initial;
    margin-left: initial;
  }
}
.ta-posts--update .wp-block-post-excerpt__excerpt {
  line-height: 1.6em;
}

/* ─────────────────────────────────────
  ratio（左右幅の比率）― 重複生成
────────────────────────────────────── */
/* 例: 45-55, 4-6, 3-7, 2-8, 7-3, 8-2 */
.ta-blocks {
  /* text + image */
  /* ─────────────────────────────────────
    items-has-icon
  ────────────────────────────────────── */
  /* 比率の共通式（任意の --ratio-* に適用） */
  /* ─────────────────────────────────────
    broken-grid overflow right
  ────────────────────────────────────── */
}
.ta-blocks > .c-row--margin {
  /* ブロークングリッド計算用 */
  --calc-base-width: calc(var(--_container-max-width) - var(--_gap));
}
@media (max-width: 639.98px) {
  .ta-blocks--text-and-image > .c-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ta-blocks--text-and-image > .c-row > .c-row__col:nth-child(1),
  .ta-blocks--text-and-image > .c-row > .c-row__col:nth-child(2) {
    --_item-width: 100%;
  }
}
@media (max-width: 639.98px) {
  .ta-blocks--text-and-image .ta-blocks__image-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 639.98px) {
  .ta-blocks--text-and-image .ta-blocks__text-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.ta-blocks--items-has-icon .smb-items__item {
  border: 1px solid var(--ta-border-color_light);
  padding: var(--_s-2) var(--_s-1);
}
@media (max-width: 639.98px) {
  .ta-blocks--items-has-icon .smb-items__item {
    padding: var(--_s0) var(--_s0) var(--_s-1) var(--_s0);
  }
}
.ta-blocks--items-has-icon .smb-items__item__body {
  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: var(--_s-1);
}
@media (max-width: 639.98px) {
  .ta-blocks--items-has-icon .smb-items__item__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--_s-2);
  }
}
.ta-blocks--items-has-icon .smb-items__item__body > p {
  margin: initial !important;
}
.ta-blocks--items-has-icon .smb-items__item__body > .wp-block-image {
  width: 100%;
  height: 100%;
  max-width: 60px;
  display: inline-block;
  margin: initial !important;
}
@media (max-width: 639.98px) {
  .ta-blocks--items-has-icon img {
    margin: 6px auto 0;
    width: 45px;
  }
}
.ta-blocks--items-has-icon .c-row--margin {
  --_gap: var(--_margin-1);
}
@media (max-width: 639.98px) {
  .ta-blocks--items-has-icon .smb-items__item p {
    width: 100%;
    text-align: center;
    line-height: 1em;
  }
}
.ta-blocks--ratio-45-55 > .c-row {
  /* 55%-50% = 5% → 0.05 のように保持 */
  --difference-from-50: 0.05;
}
.ta-blocks--ratio-4-6 > .c-row {
  /* 55%-50% = 5% → 0.05 のように保持 */
  --difference-from-50: 0.1;
}
.ta-blocks--ratio-3-7 > .c-row {
  /* 55%-50% = 5% → 0.05 のように保持 */
  --difference-from-50: 0.2;
}
.ta-blocks--ratio-2-8 > .c-row {
  /* 55%-50% = 5% → 0.05 のように保持 */
  --difference-from-50: 0.3;
}
.ta-blocks--ratio-7-3 > .c-row {
  /* 55%-50% = 5% → 0.05 のように保持 */
  --difference-from-50: -0.2;
}
.ta-blocks--ratio-8-2 > .c-row {
  /* 55%-50% = 5% → 0.05 のように保持 */
  --difference-from-50: -0.3;
}
.ta-blocks[class*=ta-blocks--ratio-] > .c-row {
  --item-width-left: calc(50% - (var(--difference-from-50) * 100%));
  --item-width-right: calc(50% + (var(--difference-from-50) * 100%));
}
.ta-blocks[class*=ta-blocks--ratio-] > .c-row > .c-row__col:nth-child(1) {
  --_item-width: var(--item-width-left);
}
.ta-blocks[class*=ta-blocks--ratio-] > .c-row > .c-row__col:nth-child(2) {
  --_item-width: var(--item-width-right);
}
@media (max-width: 639.98px) {
  .ta-blocks[class*=ta-blocks--ratio-] > .c-row > .c-row__col:nth-child(n) {
    --_item-width: 100%;
  }
}
.ta-blocks--broken-grid-overflow-right > .c-row {
  --column-overflow: calc(var(--calc-base-width) * var(--difference-from-50));
  --half-gap: calc(var(--_gap) * .5);
  --overflow-from-center: calc(var(--column-overflow) - var(--half-gap));
}
.ta-blocks--broken-grid-overflow-right .ta-blocks__image-block > .smb-items__item > .smb-items__item__body {
  width: calc(var(--overflow-from-center) + 50vw);
  overflow: hidden;
  max-width: 800px;
}
.ta-blocks--title-left .ta-section__header {
  max-width: 340px;
  margin: 0 !important;
}
.ta-blocks--title-left .ta-blocks__title .smb-items__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ta-blocks--title-left .ta-blocks__title .smb-items__item__body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ta-blocks--title-left .ta-blocks__btns {
  margin-top: auto;
  margin-left: 0 !important;
}
@media (max-width: 639.98px) {
  .ta-blocks--title-left .ta-blocks__more-btns {
    margin-top: var(--_s1);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}

.ta-banner {
  max-width: 50rem;
  background-color: white;
  padding: var(--_s2);
  padding-right: calc(var(--_s2) + 50px);
  position: relative;
  --btn-transform: translate(0%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .ta-banner:hover {
    --btn-transform: translate(10%, -50%);
    opacity: 0.7;
  }
}
@media (max-width: 639.98px) {
  .ta-banner {
    padding: var(--_s1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--_margin-1);
  }
}
.ta-banner::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 18px;
  height: 34px;
  top: 0%;
  left: var(--_s2);
  background-repeat: no-repeat;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  background-image: url(../image/banner/icon-ribbon.svg);
  background-size: contain;
  background-position: center;
}
.ta-banner__image {
  width: 45%;
}
@media (max-width: 639.98px) {
  .ta-banner__image {
    width: 100%;
  }
}
.ta-banner__image img {
  width: 100%;
}
.ta-banner__body {
  width: 55%;
}
@media (max-width: 639.98px) {
  .ta-banner__body {
    width: 100%;
  }
}
.ta-banner__title {
  border: initial;
}
@media (max-width: 639.98px) {
  .ta-banner__title.ta-banner__title {
    margin-bottom: var(--_s-1);
  }
}
@media (max-width: 639.98px) {
  .ta-banner__text {
    padding-right: 20px;
  }
}
.ta-banner__btn {
  background-color: #1c4d2d;
  position: absolute;
  display: inline-block;
  content: "";
  width: 3.125rem;
  height: 3.125rem;
  top: 50%;
  right: 0;
  background-repeat: no-repeat;
  -webkit-transform: var(--btn-transform);
          transform: var(--btn-transform);
  background-image: url(../image/banner/arrow-right-white.svg);
  background-size: 20px;
  background-position: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 639.98px) {
  .ta-banner__btn {
    top: initial;
    bottom: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.ta-banner__link {
  position: absolute;
  inset: 0;
}

.ta-guides > .c-row {
  --_gap: var(--_margin2);
}
@media (max-width: 639.98px) {
  .ta-guides > .c-row {
    --_gap: var(--_margin3);
  }
}
.ta-guides__image img {
  aspect-ratio: 5/6;
  -o-object-fit: cover;
     object-fit: cover;
}
.ta-guides__person {
  position: relative;
}
.ta-guides .smb-items__item__body {
  padding-right: var(--_s1);
  position: relative;
}
.ta-guides__message {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  font-size: 1.25rem;
  padding: 1.875rem 1.5625rem 1.25rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 77, 45, 0)), color-stop(20%, rgba(28, 77, 45, 0.4)), color-stop(55%, rgba(28, 77, 45, 0.8)), to(rgba(28, 77, 45, 0.8)));
  background-image: linear-gradient(180deg, rgba(28, 77, 45, 0) 0%, rgba(28, 77, 45, 0.4) 20%, rgba(28, 77, 45, 0.8) 55%, rgba(28, 77, 45, 0.8) 100%);
}
.ta-guides__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--_s-1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ta-guides__name-jp {
  margin: initial;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 2px;
}
.ta-guides__name-en {
  margin: initial;
  font-size: 0.875rem;
  color: #5c8d6d;
}
.ta-guides__name-en.ta-guides__name-en {
  margin-top: 0;
}
.ta-guides__information {
  font-size: 0.875rem;
  position: relative;
}
.ta-guides__information-title {
  position: absolute;
  line-height: 1em;
  font-weight: 600;
}
.ta-guides__information-list {
  padding-top: calc(var(--_s1) + 0.625rem);
  padding-bottom: var(--_s1);
  border-bottom: 1px solid #c9d9ce;
}
.ta-guides__information-list::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: calc(100% - 8em);
  height: 1px;
  top: 2px;
  right: 0%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  background-color: #c9d9ce;
}
@media (max-width: 639.98px) {
  .ta-guides__information-list {
    padding-top: calc(var(--_s-1) + 0.625rem);
    padding-bottom: var(--_s-1);
  }
}
.ta-guides__popup-action {
  position: absolute;
  top: 0;
  right: 0;
}
.ta-guides__popup-action.ta-guides__popup-action {
  margin-top: 0;
}
.ta-guides__popup-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: initial;
  background-color: initial;
  padding: initial;
}
@media (hover: hover) {
  .ta-guides__popup-btn:hover {
    --btn-icon-transform: scale(1.2);
  }
}
.ta-guides__popup-btn-icon {
  display: block;
  width: 60px;
  height: 60px;
  background-color: white;
  border-radius: 60px;
  margin-top: 8px;
  margin-right: 8px;
  position: relative;
  -webkit-transition: background-color, -webkit-transform 0.2s ease;
  transition: background-color, -webkit-transform 0.2s ease;
  transition: background-color, transform 0.2s ease;
  transition: background-color, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: var(--btn-icon-transform);
          transform: var(--btn-icon-transform);
}
.ta-guides__popup-btn-icon::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: -webkit-gradient(linear, left top, right top, from(#1c4d2d), to(#1c4d2d)), -webkit-gradient(linear, left top, left bottom, from(#1c4d2d), to(#1c4d2d));
  background-image: linear-gradient(to right, #1c4d2d 0%, #1c4d2d 100%), linear-gradient(to bottom, #1c4d2d 0%, #1c4d2d 100%);
  background-size: 100% 2px, 2px 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ta-guides__popup-btn[aria-expanded=true] .ta-guides__popup-btn-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.ta-guides__popup-btn[aria-expanded=true] .ta-guides__popup-btn-icon {
  background-color: initial;
}
.ta-guides__popup-btn-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: var(--_s1);
  color: #1a1a1a;
}
.ta-guides__popup-text {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;
  position: absolute;
  inset: var(--_s-2);
  right: calc(var(--_s-2) + var(--_s1));
  padding: var(--_s2) var(--_s-1) var(--_s1);
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.ta-guides__popup-text.ta-guides__popup-text {
  margin-top: 0;
}
.ta-guides__popup-text--open {
  opacity: 1;
  pointer-events: auto;
}
.ta-guides__popup-text-inner {
  overflow-x: hidden;
  height: 100%;
}

.ta-flow-down > .c-row {
  margin-bottom: initial;
  --_gap: var(--_s4);
}
.ta-flow-down__title {
  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;
  text-align: center;
}
@media (max-width: 639.98px) {
  .ta-flow-down__title {
    padding: var(--_s3) 0 0;
  }
}
.ta-flow-down__title.c-row__col {
  margin-bottom: initial;
}
.ta-flow-down__title .smb-items__itme {
  height: auto;
}
.ta-flow-down__body {
  padding-top: 14vh;
  padding-bottom: 14vh;
  max-height: 70vh;
  min-height: 41.25rem;
  overflow-x: hidden;
  line-height: 2.4em;
}
@media (max-width: 639.98px) {
  .ta-flow-down__body {
    margin-block: var(--_s3);
    padding-top: 0;
    padding-bottom: 0;
  }
}
.ta-flow-down__body.c-row__col {
  margin-bottom: initial;
}
@media (max-width: 639.98px) {
  .ta-flow-down__body.c-row__col {
    margin-bottom: var(--_s3);
  }
}
.ta-flow-down__message {
  width: 18.75rem;
  max-width: 90%;
}
.ta-flow-down__message.ta-flow-down__message {
  margin: var(--_s3);
}
.ta-flow-down__person {
  position: relative;
}
.ta-flow-down__image-person {
  width: 60%;
  margin-left: 0;
}
.ta-flow-down__name {
  position: absolute;
  top: 50%;
  margin-top: 0;
  left: 50%;
  color: #1c4d2d;
  min-width: 250px;
}
.ta-flow-down__name-company, .ta-flow-down__name-person {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  padding: 0 var(--_s-2);
  font-weight: 500;
  margin-left: 0;
}
.ta-flow-down__name-person.ta-flow-down__name-person {
  margin-top: var(--_s-2);
}

/* クラス命名は ta- 名前空間 */
.ta-swiper .swiper-slide {
  width: auto;
}
.ta-swiper .swiper-slide img {
  display: block;
  height: clamp(160px, 24vw, 200px);
  width: auto;
}
.ta-swiper--voice .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.ta-swiper--voice .swiper-wrapper.auto-scroll {
  -webkit-animation: continuous-slide var(--animation-duration, 60s) linear infinite;
          animation: continuous-slide var(--animation-duration, 60s) linear infinite;
}

@-webkit-keyframes continuous-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--total-width)));
            transform: translateX(calc(-1 * var(--total-width)));
  }
}

@keyframes continuous-slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-1 * var(--total-width)));
            transform: translateX(calc(-1 * var(--total-width)));
  }
}
.ta-scrollbar .simplebar-scrollbar:before {
  width: 2px;
  opacity: 0.5;
  background-color: #c9d9ce;
}
.ta-scrollbar .simplebar-track.simplebar-vertical {
  margin-top: 0;
  width: 4px;
}

.ta-page-header.ta-page-header {
  margin-bottom: calc(var(--_s-2) + 1.4em + var(--_s3));
}
.ta-page-header .wp-block-cover-image,
.ta-page-header .wp-block-cover {
  min-height: 600px;
}
@media (max-width: 639.98px) {
  .ta-page-header .wp-block-cover-image,
  .ta-page-header .wp-block-cover {
    min-height: 500px;
    max-height: 80vh;
  }
}
.ta-page-header .wp-block-cover__background {
  background-color: #061e18 !important;
  opacity: 0.4;
}
.ta-page-header .wp-block-cover__inner-container {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 639.98px) {
  .ta-page-header .wp-block-cover__inner-container {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
  }
}
.ta-page-header__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ta-page-header__header-en {
  font-size: 1.125rem;
}
.ta-page-header__header-ja {
  font-size: 1.25rem;
}
.ta-page-header__deco {
  margin-top: 0;
  position: absolute;
  left: -3vw;
  height: 150px;
  top: 85px;
}
@media (max-width: 639.98px) {
  .ta-page-header__deco {
    height: 100px;
    top: 60px;
  }
}
.ta-page-header__deco--has-descender {
  height: 215px;
}
@media (max-width: 639.98px) {
  .ta-page-header__deco--has-descender {
    height: 165px;
  }
}
.ta-page-header__bredcrumbs {
  position: absolute;
  width: 100%;
  padding-left: var(--_container-margin-left);
  padding-right: var(--_container-margin-right);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ta-page-header__bredcrumbs.ta-page-header__bredcrumbs {
  margin-top: var(--_s-2);
}
.ta-page-header .p-breadcrumbs-wrapper {
  max-width: var(--wp--style--global--content-size);
  margin-inline: auto;
}
.ta-page-header--text-base .wp-block-cover {
  min-height: 260px;
}
@media (max-width: 639.98px) {
  .ta-page-header--text-base .wp-block-cover {
    min-height: 190px;
  }
}
.ta-page-header--text-base .wp-block-cover__inner-container {
  text-align: center;
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
  color: white;
}
@media (max-width: 639.98px) {
  .ta-page-header--text-base .wp-block-cover__inner-container {
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
  }
}
.ta-page-header--no-header .wp-block-cover {
  min-height: 100px;
}
@media (max-width: 639.98px) {
  .ta-page-header--no-header .wp-block-cover {
    min-height: 90px;
  }
}
.ta-page-header--no-header .wp-block-cover__inner-container {
  display: none;
}
.ta-page-header--no-header .wp-block-cover__background {
  background-color: initial !important;
}

.ta-plan-cta {
  background-color: #1c4d2d;
  color: white;
  padding: var(--_s2);
  width: 100%;
  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;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 639.98px) {
  .ta-plan-cta {
    padding: var(--_s2) var(--_s1);
  }
}
.ta-plan-cta__reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.ta-plan-cta__lade {
  margin-top: var(--_s1);
  position: relative;
  background-color: inherit;
  padding-inline: var(--_s-2);
  display: inline-block;
  margin-inline: auto;
}
@media (max-width: 639.98px) {
  .ta-plan-cta__lade {
    padding: 0;
    margin-top: var(--_s2);
  }
}
.ta-plan-cta__lade::before, .ta-plan-cta__lade::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  background-color: white;
  opacity: 0.2;
}
.ta-plan-cta__lade::before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media (max-width: 639.98px) {
  .ta-plan-cta__lade::before {
    left: -10px;
  }
}
.ta-plan-cta__lade::after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media (max-width: 639.98px) {
  .ta-plan-cta__lade::after {
    right: -10px;
  }
}
.ta-plan-cta__tel-contact {
  margin-top: var(--_s1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 639.98px) {
  .ta-plan-cta__tel-contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--_s1);
  }
}
.ta-plan-cta__tel-contact::before {
  left: 50%;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: white;
  opacity: 0.2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 639.98px) {
  .ta-plan-cta__tel-contact::before {
    display: none;
  }
}
.ta-plan-cta__tel {
  width: 50%;
  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;
}
@media (max-width: 639.98px) {
  .ta-plan-cta__tel {
    width: 100%;
  }
}
.ta-plan-cta__tel-text {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ta-plan-cta__tel-text-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.375rem;
  background: url(../image/btn/icon-phone.svg) center/contain no-repeat;
}
.ta-plan-cta__tel-number {
  line-height: 1em;
  margin-top: var(--_s-1);
  font-size: 1.875rem;
}
@media (max-width: 639.98px) {
  .ta-plan-cta__tel-number {
    margin-top: var(--_s-2);
  }
}
.ta-plan-cta__tel-number a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 639.98px) {
  .ta-plan-cta__tel-time {
    margin-top: var(--_s-2);
  }
}
.ta-plan-cta__contact {
  width: 50%;
  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;
}
@media (max-width: 639.98px) {
  .ta-plan-cta__contact {
    width: 100%;
  }
}
.ta-plan-cta__contact-text {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ta-plan-cta__contact-text-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.3125rem;
  background: url(../image/btn/icon-laptop.svg) center/contain no-repeat;
}
.ta-plan-cta__contact-btn {
  margin-top: var(--_s-1);
}

.ta-link {
  font-weight: 600;
  color: var(--link-color);
  text-underline-offset: 0.2em;
  font-size: 1.125rem;
}
.ta-ctf7.ta-ctf7 {
  margin-top: 0;
}
.ta-ctf7__title {
  color: #1c4d2d;
  border-left: 8px solid #1c4d2d;
  padding-left: var(--_s-2);
}
.ta-ctf7__input-area {
  border: 1px solid green;
  border-left: initial;
  border-right: initial;
  padding-block: var(--_s1) calc(var(--_s1) * 2);
}
.ta-ctf7__input-area + .ta-ctf7__input-area {
  border-top: initial;
}
.ta-ctf7__item {
  padding: var(--_s-1) 0;
}
.ta-ctf7__item--normal {
  border-top: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--_s1) 0;
  margin-top: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ta-ctf7__item--title {
  padding: var(--_s1) 0;
}
.ta-ctf7--title {
  font-size: 1.5rem;
}
.ta-ctf7__item-title {
  margin-bottom: var(--_s-1);
}
.ta-ctf7__item-label {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: var(--_s-1);
}
.ta-ctf7__item-title ~ .ta-ctf7__item-label, .ta-ctf7__item-group .ta-ctf7__item-label {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  margin-top: var(--_s-1);
  font-weight: 400;
  padding-left: var(--_s-1);
}
.ta-ctf7__item-title + .ta-ctf7__item-label {
  margin-top: 0;
}
.ta-ctf7__item-note {
  font-size: 0.875rem;
  color: #4d4d4d;
  margin-top: var(--_s-2);
}
.ta-ctf7__item-note--important {
  color: #a70008;
  font-weight: 600;
}
.ta-ctf7__item-input {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.ta-ctf7__item-title ~ .ta-ctf7__item-input, .ta-ctf7__item-group .ta-ctf7__item-input {
  padding-left: var(--_s-1);
}
.ta-ctf7__item-input input {
  line-height: 1em;
}
.ta-ctf7 .wpcf7-text,
.ta-ctf7 .wpcf7-textarea,
.ta-ctf7 .wpcf7-select,
.ta-ctf7 .wpcf7-number,
.ta-ctf7 .wpcf7-date {
  border: 1px solid #dddddd;
  width: 100%;
  border-radius: 0;
  background-color: white;
  padding: var(--_s-2) var(--_s-1);
}
.ta-ctf7 .wpcf7-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: linear-gradient(45deg, transparent 40%, #666 40%, #666 50%, transparent 60%), linear-gradient(-45deg, transparent 40%, #666 40%, #666 50%, transparent 60%);
  background-size: 8px 8px, 8px 8px;
  background-position: right 19px center, right 13px center;
  background-repeat: no-repeat;
  background-color: white;
}
.ta-ctf7 .wpcf7-radio {
  --input-size: 30px;
}
.ta-ctf7 .wpcf7-radio.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ta-ctf7 .wpcf7-radio input {
  display: none;
}
.ta-ctf7 .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  width: auto;
}
.ta-ctf7 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-left: var(--_s-1);
}
.ta-ctf7 .wpcf7-radio .wpcf7-list-item-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: calc(var(--input-size) + var(--_s-2));
  position: relative;
  width: auto;
  letter-spacing: 0;
}
.ta-ctf7 .wpcf7-radio .wpcf7-list-item-label::before,
.ta-ctf7 .wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  bottom: 50%;
  content: "";
  display: block;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  border-radius: 50%;
}
.ta-ctf7 .wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #dddddd;
  content: "";
  height: var(--input-size);
  width: var(--input-size);
  display: block;
  top: 50%;
  left: 0px;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.ta-ctf7 .wpcf7-radio .wpcf7-list-item-label::after {
  --adjust: 14px;
  content: "";
  display: block;
  height: calc(var(--input-size) - var(--adjust));
  width: calc(var(--input-size) - var(--adjust));
  top: 50%;
  left: calc(var(--adjust) / 2);
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  background-color: #1c4d2d;
  opacity: 0;
}
.ta-ctf7 .wpcf7-radio input:checked + .wpcf7-list-item-label::before {
  border-color: #1c4d2d;
}
.ta-ctf7 .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.ta-ctf7 .wpcf7-checkbox,
.ta-ctf7 .wpcf7-acceptance {
  --input-size: 30px;
}
.ta-ctf7 .wpcf7-checkbox.wpcf7-checkbox, .ta-ctf7 .wpcf7-checkbox.wpcf7-acceptance,
.ta-ctf7 .wpcf7-acceptance.wpcf7-checkbox,
.ta-ctf7 .wpcf7-acceptance.wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ta-ctf7 .wpcf7-checkbox input[type=checkbox],
.ta-ctf7 .wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.ta-ctf7 .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.ta-ctf7 .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.ta-ctf7 .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.ta-ctf7 .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #1c4d2d;
}
.ta-ctf7 .wpcf7-checkbox .wpcf7-list-item,
.ta-ctf7 .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
  margin-left: initial;
}
.ta-ctf7 .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item,
.ta-ctf7 .wpcf7-acceptance .wpcf7-list-item + .wpcf7-list-item {
  margin-top: var(--_s-2);
}
.ta-ctf7 .wpcf7-checkbox .wpcf7-list-item-label,
.ta-ctf7 .wpcf7-acceptance .wpcf7-list-item-label {
  padding-left: calc(var(--input-size) + var(--_s-2));
  display: inline-block;
  position: relative;
}
.ta-ctf7 .wpcf7-checkbox .wpcf7-list-item-label::before,
.ta-ctf7 .wpcf7-acceptance .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #dddddd;
  content: "";
  height: var(--input-size);
  width: var(--input-size);
  display: block;
  top: calc(50% + 1px);
  left: 0px;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.ta-ctf7 .wpcf7-checkbox .wpcf7-list-item-label::after,
.ta-ctf7 .wpcf7-acceptance .wpcf7-list-item-label::after {
  --adjust: 16px;
  content: "";
  display: block;
  height: calc(var(--input-size) - var(--adjust));
  width: calc(var(--input-size) - var(--adjust) - 7px);
  top: calc(50% - 1px);
  left: calc(var(--adjust) / 1.3);
  position: absolute;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  opacity: 0;
  border: 1.5px solid white;
  border-top: initial;
  border-left: initial;
}
.ta-ctf7 .wpcf7-acceptance .wpcf7-list-item-label::before {
  border: 2px solid #a70008;
}
.ta-ctf7 .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #a70008;
}
.ta-ctf7__item-required {
  display: inline-block;
  height: 100%;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.ta-ctf7__item-required::after {
  display: inline-block;
  height: 100%;
  content: "必須";
  background-color: #a70008;
  color: white;
  font-weight: 600;
  font-size: 0.75rem;
  margin-left: 0.625rem;
  line-height: 1em;
  text-align: justify;
  padding: 0.1875rem;
  border: 1px solid #a70008;
}
.ta-ctf7__acceptance-area {
  border: 1px solid #a70008;
  padding: var(--_s2);
  margin-top: var(--_s3);
}
@media (max-width: 639.98px) {
  .ta-ctf7__acceptance-area {
    padding: var(--_s2) var(--_s1);
  }
}
.ta-ctf7__acceptance-title {
  text-align: center;
  color: #a70008;
  font-size: 1.5rem;
  margin-bottom: var(--_s1);
}
.ta-ctf7__acceptance-list li + li {
  margin-top: var(--_s-1);
}
.ta-ctf7__acceptance {
  font-weight: 600;
  margin-top: var(--_s2);
  text-align: center;
  color: #a70008;
  font-size: 1.125rem;
}
.ta-ctf7__submit-area {
  margin-top: var(--_s2);
}
.ta-ctf7__submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  max-width: 100%;
}
.ta-ctf7__submit::after {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  display: inline-block;
  content: "";
  width: 28px;
  height: 7px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url(../image/btn/arrow-right-white.svg);
  background-size: contain;
  background-position: center;
}
.ta-ctf7__submit .wpcf7-submit {
  color: white;
  font-size: 1.25rem;
  border: 1px solid #1c4d2d;
  --btn--padding: 14px;
  width: 500px;
  height: 80px;
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  background-color: #1c4d2d;
  padding: 0;
}
.ta-ctf7__submit .wpcf7-submit:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  border-color: var(--accent-color);
  color: var(--accent-color);
}
.ta-ctf7__submit .wpcf7-spinner {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ta-ctf7__submit-small-text {
  margin-top: var(--_s-1);
}
.ta-ctf7 .wpcf7-not-valid-tip {
  color: #a70008;
}

.c-site-branding__title {
  max-width: 280px;
  width: 90%;
  position: relative;
}
@media (max-width: 639.98px) {
  .c-site-branding__title {
    width: 230px;
  }
}

@media (max-width: 639.98px) {
  .c-entries--rich-media {
    --entries--item-width: 100%;
  }
}
@media (hover: hover) {
  .c-entries--rich-media .c-entry-summary:hover {
    --btn-icon-transform: translateX(30%);
  }
}
.c-entries--rich-media .c-entry-summary__figure {
  background-color: initial;
  overflow: visible;
}
.c-entries--rich-media .c-entry-summary__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  /* 表示最大行数 */
  overflow: hidden;
}
.c-entries--rich-media .c-entry-summary__figure img {
  /* 右下の“欠け”半径（ブレークポイントで変更可） */
  --cut: 4.375rem;
  /* mask: 右下(100% 100%)に円を置き、その内側だけ透明に */
  mask-image: radial-gradient(circle at 100% 100%, rgba(0, 0, 0, 0) 0 var(--cut), rgb(0, 0, 0) var(--cut));
  /* それ以外＝表示 */
  -webkit-mask-image: radial-gradient(circle at 100% 100%, rgba(0, 0, 0, 0) 0 var(--cut), rgb(0, 0, 0) var(--cut));
  /* Safari 用 */
}
.c-entries--rich-media .c-entry-summary__figure:before {
  padding-top: var(--image-aspect-ratio-padding);
}
.c-entries--rich-media .c-entry-summary__figure::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 26px;
  height: 6px;
  bottom: 1.5rem;
  right: 0%;
  background-repeat: no-repeat;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  background-image: url(../image/btn/arrow-right-green.svg);
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: var(--btn-icon-transform);
          transform: var(--btn-icon-transform);
}
.c-entries--rich-media .c-entry-summary__meta {
  display: none;
}

body.page .c-entry__header {
  display: none;
}
body.single .c-entry__header {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: var(--_margin2);
}
body.single .c-entry__title {
  font-size: 1.875rem;
  font-weight: 500;
  margin-top: var(--_s-1);
  line-height: 1.5em;
}
body.single .c-entry__meta {
  margin-top: 0;
}
body.post-type-archive-tours .c-entry__header {
  display: none;
}

body.single .c-meta__item--author {
  display: none;
}

.c-eyecatch img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

body.l-body--left-sidebar .c-entry-summary__figure {
  width: 100px;
  aspect-ratio: 1;
}
body.l-body--left-sidebar .c-entry-summary__title {
  font-size: 1rem;
  margin-top: -0.45em;
  font-weight: 500;
}
body.l-body--left-sidebar .c-entry-summary__meta {
  font-size: 0.875rem;
  color: #4d4d4d;
}

.c-hamburger-btn__label {
  display: none;
}

.c-drawer-close-zone {
  /* ドロワーメニューの展開方向変更（右から左4 Close zone調整）	 */
  z-index: 98 !important;
}

.c-drawer {
  /* ドロワーメニューの展開方向変更（右から左1）	 */
  left: initial;
  right: -100%;
  z-index: 99;
  /* 展開メニューをcloseボタンより後ろに	 */
  color: black;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 1px solid var(--ta-border-color_mid);
  font-size: var(--ta-text-size_lv1);
}
.c-drawer::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, 0.4);
}
.c-drawer[aria-hidden=false] {
  /* ドロワーメニューの展開方向変更（右から左2）	 */
  -webkit-transition: right 0.2s ease-out, left 0.2s ease-out;
  transition: right 0.2s ease-out, left 0.2s ease-out;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  right: 0;
  left: initial;
}
.c-drawer__item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: initial;
  -webkit-font-smoothing: antialiased;
}
.c-drawer__item--has-submenu > a {
  border-right: 1px solid var(--ta-border-color_light);
}
.c-drawer__menu#menu-sp-main-menu {
  margin-top: 100px;
}
.c-drawer__menu {
  text-align: end;
  margin-right: 0px;
}
.c-drawer .c-ic-angle-right:before {
  border-color: #333;
}
.c-drawer__sub-nav {
  margin-top: var(--_s2);
  font-size: var(--ta-text-size_lv0);
}
.c-drawer__contact {
  border-top: 1px solid var(--ta-border-color_light);
  margin-top: var(--_s2);
  padding-top: var(--_s2);
  /* 	text-align: end; */
}
.c-drawer__heading.c-drawer__heading.c-drawer__heading {
  font-size: var(--ta-text-size_lv1);
  margin-bottom: var(--_s-2);
}
.c-drawer__menu .menu-item--cta {
  margin-top: var(--_s2);
  background-color: var(--accent-color);
  color: white;
  font-weight: 600;
  text-align: center;
}

.smb-box {
  --smb-box--padding: var(--_padding3);
}
@media (max-width: 639.98px) {
  .smb-box {
    --smb-box--padding: var(--_padding3) var(--_padding1);
  }
}
.smb-box h2.wp-block-heading {
  border: initial;
  font-size: 1.5rem;
}

.smb-faq {
  --smb-faq--border-color: rgba(0, 0, 0, 0.1);
}

.eo-fullcalendar.eo-fullcalendar .fc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--_s1);
}
.eo-fullcalendar.eo-fullcalendar .fc-left,
.eo-fullcalendar.eo-fullcalendar h2,
.eo-fullcalendar.eo-fullcalendar .fc-right {
  float: initial;
}
.eo-fullcalendar.eo-fullcalendar h2 {
  font-size: 1.25rem;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: var(--_s-2) 0;
  font-weight: 500;
}
.eo-fullcalendar.eo-fullcalendar .fc-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.eo-fullcalendar.eo-fullcalendar .fc-clear,
.eo-fullcalendar.eo-fullcalendar .fc-center {
  display: none;
}
.eo-fullcalendar.eo-fullcalendar a {
  pointer-events: none;
}

.l-header {
  padding-top: var(--_s-2);
}
.l-header .c-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header .c-row__col:nth-child(3) {
  margin-left: auto;
}

.l-footer-widget-area {
  background-color: #1a1a1a;
}
.l-footer-widget-area.l-footer-widget-area {
  padding-block: var(--_padding4);
  color: white;
}
@media (max-width: 639.98px) {
  .l-footer-widget-area.l-footer-widget-area {
    padding-block: var(--_padding5);
  }
}
.l-footer-widget-area__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--_s2);
}
@media (max-width: 639.98px) {
  .l-footer-widget-area__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--_s1);
  }
}
.l-footer-widget-area__top .widget {
  width: 20%;
  padding: 0 0 var(--_s1) var(--_s1);
  border-left: 1px solid #454545;
  margin-top: 0;
}
@media (max-width: 639.98px) {
  .l-footer-widget-area__top .widget {
    width: 100%;
  }
}
.l-footer-widget-area__top .widgettitle {
  font-size: 0.75rem;
  opacity: 0.5;
  margin-bottom: var(--_s-1);
  display: inline-block;
}
.l-footer-widget-area__top .menu-item {
  font-size: 0.875rem;
}
.l-footer-widget-area__top .menu-item + .menu-item {
  margin-top: var(--_margin-1);
}
.l-footer-widget-area__site-branding {
  margin: initial;
  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: var(--_s1);
}
@media (max-width: 639.98px) {
  .l-footer-widget-area__site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 639.98px) {
  .l-footer-widget-area__site-branding.l-footer-widget-area__site-branding {
    margin-bottom: var(--_s2);
  }
}
.l-footer-widget-area__logo-img {
  width: 280px;
}
.l-footer-widget-area__tel-number-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 7px;
}
.l-footer-widget-area__tel-icon {
  width: 1.25rem;
  height: 1.25rem;
  background: url(../image/btn/icon-phone.svg) center/contain no-repeat;
}
.l-footer-widget-area__tel-number {
  line-height: 1em;
}
.l-footer-widget-area__tel-number a {
  color: white;
}
.l-footer-widget-area__tel-time {
  margin-top: 4px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.l-footer-widget-area__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.75rem;
  opacity: 0.5;
}
@media (max-width: 639.98px) {
  .l-footer-widget-area__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: var(--_s1);
  }
}
.l-footer-widget-area__bottom .widget {
  margin: initial;
}
.l-footer-widget-area__bottom .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 639.98px) {
  .l-footer-widget-area__bottom .menu {
    -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: 20px;
  }
}
.l-footer-widget-area__bottom .menu-item a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.l-footer-widget-area__bottom .menu-item + .menu-item {
  margin-top: initial;
  margin-left: calc(var(--_s-1) * 2);
}
@media (max-width: 639.98px) {
  .l-footer-widget-area__bottom .menu-item + .menu-item {
    margin-left: initial;
  }
}
.l-footer-widget-area__bottom .menu-item + .menu-item::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 1px;
  height: 1.1em;
  top: 50%;
  left: calc(var(--_s-1) * -1);
  background-color: white;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 639.98px) {
  .l-footer-widget-area__bottom .menu-item + .menu-item::before {
    display: none;
  }
}
.l-footer-widget-area__copyright {
  margin: initial;
  font-size: 10px;
}
.l-footer-widget-area__copyright.l-footer-widget-area__copyright {
  margin-top: initial;
}
@media (max-width: 639.98px) {
  .l-footer-widget-area__copyright.l-footer-widget-area__copyright {
    margin-top: var(--_s4);
    text-align: center;
  }
}

.l-sidebar-widget-area__heading {
  color: #006937;
  font-size: 1rem;
  font-weight: 500;
}
.l-sidebar-widget-area__posts {
  display: none;
}
.l-sidebar-widget-area .c-entries {
  border-top: initial;
  margin-top: var(--_s2);
  --entries--gap: 2.625rem;
}
.l-sidebar-widget-area .c-entries__item {
  border-bottom-color: #c9d9ce;
}
.l-sidebar-widget-area .c-entries__item:first-child a {
  padding-top: 0;
}
.l-sidebar-widget-area > :not(:first-child) {
  margin-top: initial;
}
.l-sidebar-widget-area .c-entry-summary__meta {
  margin-top: var(--_margin-2);
  font-weight: 400;
}
body.coverage-template-default .l-sidebar-widget-area__posts--coverage {
  display: block;
}
body.tours-template-default .l-sidebar-widget-area__posts--tours {
  display: block;
}

body.page .l-contents__inner:first-child {
  padding-top: 0;
}
body.page .l-contents__inner:first-child {
  padding-top: 0;
}
body.l-body--left-sidebar .l-contents__main, body.l-body--left-sidebar .l-contents__sidebar {
  border-top: 1px solid #006937;
  padding-top: var(--_s2);
}

.l-footer {
  margin-top: var(--_s3);
}

.p-section-front-page-content {
  padding-top: 0;
}

.p-entry-content > h2 {
  --_margin-top: 2.5;
  --_margin-bottom: 1.7;
}
.p-entry-content > h3 {
  --_margin-bottom: 0.75;
}
.p-entry-content > h4 {
  --_margin-bottom: 0.75;
}

.p-header-content--sm {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
}

.p-social-nav.p-social-nav {
  background-color: initial;
}
.p-social-nav .c-navbar {
  background-color: initial;
}
.p-social-nav .menu-item {
  --s: 27px;
  width: var(--s);
  height: var(--s);
}
.p-social-nav a {
  width: 100%;
  height: 100%;
}
.p-social-nav svg {
  width: 100%;
  height: 100%;
}

.p-global-nav .c-navbar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  height: var(--header-btn-height);
  color: #1a1a1a;
  padding: 0 1.875rem;
  min-width: 610px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.p-global-nav .c-navbar__item.c-navbar__item[aria-haspopup=true]::before, .p-global-nav .c-navbar__item.c-navbar__item[aria-haspopup=true]::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-global-nav .c-navbar__item.menu-item-has-children {
  position: relative;
}
.p-global-nav .c-navbar__item.menu-item-has-children::after {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  top: 50%;
  right: 5px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(-135deg);
          transform: translateY(calc(-50% - 2px)) rotate(-135deg);
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-color: var(--ta-color_accent-light-01);
}
.p-global-nav .c-navbar__submenu {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}