@charset "UTF-8";
/* 1. 抽象化された設定・関数・ミックスイン */
:root {
  --wp--preset--spacing--xs: 4px;
  --wp--preset--spacing--s: 8px;
  --wp--preset--spacing--m: 16px;
  --wp--preset--spacing--l: 32px;
  --wp--preset--spacing--xl: 64px;
  --color-bg: #fbfbfa;
  --color-fg: #484232;
  --color-brand: #efcd0a;
  --color-brand-2: #fbddd2;
  --color-accent: #c1dc8d;
  --color-recruitment: #FEEAEA;
  --color-departure: #DBECF9;
  --jp-font: "Zen Kaku Gothic Antique", sans-serif;
  --en-font: "Montserrat", sans-serif;
}

html {
  font-size: 62.5%;
}

@media (max-width: 1024px) {
  .pc-br {
    display: none;
  }
}

.xl-br {
  display: none;
}
@media (max-width: 1440px) {
  .xl-br {
    display: block;
  }
}

.lg-br {
  display: none;
}
@media (max-width: 1024px) {
  .lg-br {
    display: block;
  }
}

.md-br {
  display: none;
}
@media (max-width: 781px) {
  .md-br {
    display: block;
  }
}

.sm-br {
  display: none;
}
@media (max-width: 576px) {
  .sm-br {
    display: block;
  }
}

/* 1. 抽象化された設定・関数・ミックスイン */
.home header .wp-block-site-logo {
  display: none;
}
.home header .l-header-inner {
  justify-content: flex-end;
}
.home header .boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .wp-block-site-logo {
  display: flex;
}

.fv-pc {
  margin-top: 100px !important;
  margin-bottom: 0 !important;
  height: 700px;
  position: relative;
}
@media (max-width: 1440px) {
  .fv-pc {
    height: 650px;
    margin-top: 80px !important;
  }
}
.fv-pc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, var(--color-bg) 0%, rgb(251, 251, 250) 30%, rgba(251, 251, 250, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
.fv-pc .wp-block-cover__inner-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 5;
}
.fv-pc .wp-block-cover__inner-container .fv-text-main {
  max-width: 783px;
  min-width: 670px;
  width: 49vw;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .fv-pc .wp-block-cover__inner-container .fv-text-main {
    min-width: 600px;
  }
}
.fv-pc .wp-block-cover__inner-container .fv-text-sub {
  max-width: 640px;
  min-width: 546px;
  width: 40vw;
}
@media (max-width: 1024px) {
  .fv-pc .wp-block-cover__inner-container .fv-text-sub {
    min-width: 500px;
  }
}
.fv-sp {
  margin-top: 80px !important;
  margin-bottom: 0 !important;
  height: 700px;
  position: relative;
}
@media (max-width: 576px) {
  .fv-sp {
    margin-top: 70px !important;
    height: 600px;
  }
}
.fv-sp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, var(--color-bg) 0%, rgb(251, 251, 250) 20%, rgba(251, 251, 250, 0) 100%);
  pointer-events: none;
  z-index: 2;
}
.fv-sp .wp-block-cover__inner-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 5;
}
.fv-sp .wp-block-cover__inner-container .fv-text-main {
  max-width: 600px;
  width: 94vw;
  margin-top: 15px;
}
.fv-sp .wp-block-cover__inner-container .fv-text-sub {
  max-width: 500px;
  width: 80vw;
}

.concept > div {
  margin: 0 !important;
  width: 100%;
  display: flex;
}
@media (max-width: 781px) {
  .concept > div {
    flex-direction: column;
  }
}
.concept .concept_inner {
  order: 2;
  flex: 1;
  max-width: 100%;
}
@media (max-width: 781px) {
  .concept .concept_inner {
    order: 1;
  }
}
.concept .concept_inner p {
  font-size: clamp(2.4rem, 1.75vw, 2.8rem);
  line-height: 3;
  font-weight: bold;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .concept .concept_inner p {
    font-size: clamp(2.2rem, 1.75vw, 2.8rem);
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .concept .concept_inner p {
    font-size: clamp(2rem, 1.75vw, 2.8rem);
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .concept .concept_inner p {
    font-size: clamp(1.6rem, 4.5vw, 1.8rem);
  }
}
.concept .concept_inner .button-yellow {
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .concept .concept_inner .button-yellow {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .concept .concept_inner .button-yellow {
    margin-top: 30px;
  }
}
.concept .concept-images-left,
.concept .concept-images-right {
  gap: 0;
  flex-direction: column;
  width: 260px;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .concept .concept-images-left,
  .concept .concept-images-right {
    width: 16.25vw;
    min-width: 200px;
  }
}
@media (max-width: 1024px) {
  .concept .concept-images-left,
  .concept .concept-images-right {
    min-width: 160px;
  }
}
.concept .concept-images-left figure,
.concept .concept-images-right figure {
  width: 100% !important;
}
.concept .concept-images-left figure img,
.concept .concept-images-right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept .concept-images-left {
  order: 1;
}
.concept .concept-images-left figure:first-child {
  aspect-ratio: 1/1.15;
}
.concept .concept-images-left figure:nth-of-type(2) {
  aspect-ratio: 1/0.82;
}
.concept .concept-images-left figure:nth-of-type(3) {
  aspect-ratio: 1/1.12;
}
.concept .concept-images-left figure:nth-of-type(4) {
  aspect-ratio: 1/0.8;
}
.concept .concept-images-right {
  order: 3;
}
.concept .concept-images-right figure:first-child {
  aspect-ratio: 1/0.94;
}
.concept .concept-images-right figure:nth-of-type(2) {
  aspect-ratio: 1/1.09;
}
.concept .concept-images-right figure:nth-of-type(3) {
  aspect-ratio: 1/1.06;
}
.concept .concept-images-right figure:nth-of-type(4) {
  aspect-ratio: 1/0.8;
}
@media (max-width: 781px) {
  .concept .concept-images-loop-wrap {
    order: 2;
    margin-top: 60px;
    gap: 0;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    /* ★重要：Flexアイテム（子要素）の幅計算による親要素の超過を防ぐ */
    min-width: 0;
    max-width: 100%;
  }
}
.concept .concept-images-loop-wrap > figure.concept-images-loop {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  animation: loop-slide 40s linear infinite;
  /* ★重要：幅が縮まないように設定 */
  flex-shrink: 0;
}
.concept .concept-images-loop-wrap > figure.concept-images-loop > figure {
  aspect-ratio: 200/150;
  /* ★修正：個々の画像の幅を固定値 (200px) に設定 */
  width: 200px !important;
  height: 160px;
  /* ★重要：画像が Flexbox で縮小されるのを拒否 */
  flex-shrink: 0;
}
.concept .concept-images-loop-wrap > figure.concept-images-loop > figure img {
  box-sizing: border-box;
}
@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.section-pick-up > div {
  max-width: 1500px;
  width: 90%;
}
@media (max-width: 781px) {
  .section-pick-up > div {
    gap: 40px !important;
  }
}
.section-pick-up .wp-block-buttons {
  margin-top: 70px;
}
@media (max-width: 576px) {
  .section-pick-up .wp-block-buttons {
    margin-top: 50px;
  }
}

.section-search {
  border-top: solid 2px var(--color-fg);
  border-bottom: solid 2px var(--color-fg);
  padding: 100px 0;
}
@media (max-width: 1440px) {
  .section-search {
    padding: 80px 0;
  }
}
@media (max-width: 781px) {
  .section-search {
    padding: 60px 0;
  }
}
.section-search > div {
  max-width: 1320px;
  width: 82.5vw;
}
@media (max-width: 781px) {
  .section-search > div {
    width: 90%;
  }
}
@media (max-width: 1440px) {
  .section-search > div .search-title figure {
    width: 80px;
  }
}
@media (max-width: 781px) {
  .section-search > div .search-title figure {
    width: 70px;
  }
}
@media (max-width: 576px) {
  .section-search > div .search-title figure {
    width: 60px;
  }
}
.section-search > div .search-title h2 {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .section-search > div .search-title h2 {
    font-size: 4.6rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .section-search > div .search-title h2 {
    font-size: 4rem;
  }
}
@media (max-width: 781px) {
  .section-search > div .search-title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section-search > div .search-title h2 {
    font-size: 2.8rem;
  }
}
.section-search > div .search-title p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .section-search > div .search-title p {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .section-search > div .search-title p {
    font-size: 2rem;
  }
}
@media (max-width: 781px) {
  .section-search > div .search-title p {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .section-search > div .search-title p {
    font-size: 1.6rem;
  }
}
.section-search > div .btq-as--search-form {
  background: #fff;
  padding: 40px 100px;
  position: relative;
  width: 100%;
  margin: 100px 0 0 0;
  box-sizing: border-box;
  gap: 0;
  border-radius: 12px;
}
@media (max-width: 781px) {
  .section-search > div .btq-as--search-form {
    border-radius: 8px;
  }
}
@media (max-width: 1440px) {
  .section-search > div .btq-as--search-form {
    padding: 40px 80px;
  }
}
@media (max-width: 1024px) {
  .section-search > div .btq-as--search-form {
    padding: 40px;
  }
}
@media (max-width: 781px) {
  .section-search > div .btq-as--search-form {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .section-search > div .btq-as--search-form {
    padding: 20px 15px;
  }
}
.section-search > div .btq-as--search-form::before {
  content: "検索条件を追加する";
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .section-search > div .btq-as--search-form::before {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .section-search > div .btq-as--search-form::before {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .section-search > div .btq-as--search-form::before {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.section-search > div .btq-as--search-form {
  /* --- 見出し（検索条件を追加する） --- */
}
.section-search > div .btq-as--search-form legend {
  width: 150px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .section-search > div .btq-as--search-form legend {
    width: 130px;
  }
}
@media (max-width: 576px) {
  .section-search > div .btq-as--search-form legend {
    width: auto;
    margin-bottom: 15px;
  }
}
.section-search > div .btq-as--search-form legend span {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-fg);
}
@media (max-width: 1024px) {
  .section-search > div .btq-as--search-form legend span {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .section-search > div .btq-as--search-form legend span {
    font-size: 1.6rem;
  }
}
.section-search > div .btq-as--search-form legend span::after {
  display: none;
}
.section-search > div .btq-as--search-form fieldset {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
}
.section-search > div .btq-as--search-form fieldset:not(:first-of-type) {
  border-top: 1px dashed var(--color-fg);
  padding-top: 40px;
  margin-top: 40px;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .section-search > div .btq-as--search-form fieldset:not(:first-of-type) {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.section-search > div .btq-as--search-form {
  /* --- チェックボックスグループ --- */
}
.section-search > div .btq-as--search-form .btq-as--checkbox-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px 40px;
  width: 70%;
}
@media (max-width: 576px) {
  .section-search > div .btq-as--search-form .btq-as--checkbox-group {
    width: 100%;
    gap: 20px;
  }
}
.section-search > div .btq-as--search-form {
  /* ============================
     カスタムチェックボックス
  ============================ */
}
.section-search > div .btq-as--search-form label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
  cursor: pointer;
  font-weight: bold;
  color: var(--color-fg);
  line-height: 1;
}
@media (max-width: 1024px) {
  .section-search > div .btq-as--search-form label {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .section-search > div .btq-as--search-form label {
    font-size: 1.5rem;
  }
}
.section-search > div .btq-as--search-form .btq-as--checkbox-group label input[value=あわら旅倶楽部Plus] {
  position: relative;
}
.section-search > div .btq-as--search-form {
  /* label 全体に画像差し替え */
}
.section-search > div .btq-as--search-form .btq-as--checkbox-group label:has(input[value=あわら旅倶楽部Plus]) {
  font-size: 0 !important;
  position: relative;
}
.section-search > div .btq-as--search-form {
  /* 画像表示 */
}
.section-search > div .btq-as--search-form .btq-as--checkbox-group label:has(input[value=あわら旅倶楽部Plus])::after {
  content: "";
  display: inline-block;
  width: 172px;
  height: 26px;
  background-image: url("../images/tabiclub-plus.webp");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .section-search > div .btq-as--search-form .btq-as--checkbox-group label:has(input[value=あわら旅倶楽部Plus])::after {
    width: 160px;
  }
}
@media (max-width: 576px) {
  .section-search > div .btq-as--search-form .btq-as--checkbox-group label:has(input[value=あわら旅倶楽部Plus])::after {
    width: 124px;
    height: 19px;
  }
}
.section-search > div .btq-as--search-form {
  /* 本来のinputを非表示 */
}
.section-search > div .btq-as--search-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid var(--color-brand);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background: #fff;
  transition: 0.2s;
}
.section-search > div .btq-as--search-form {
  /* --- チェックマーク（画像通り） --- */
}
.section-search > div .btq-as--search-form input[type=checkbox]::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  opacity: 0;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  top: 2px;
  left: 0;
  opacity: 0;
  transition: 0.2s;
  background: var(--color-brand);
}
.section-search > div .btq-as--search-form {
  /* --- チェック状態 --- */
}
.section-search > div .btq-as--search-form input[type=checkbox]:checked {
  background: var(--color-brand);
}
.section-search > div .btq-as--search-form input[type=checkbox]:checked::after {
  opacity: 1;
}
.section-search > div {
  /* ============================
     キーワード検索部分
  ============================ */
}
.section-search > div .btq-as--search-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -120px;
  max-width: 675px;
  min-width: 600px;
  height: 70px;
  width: 42vw;
}
@media (max-width: 1024px) {
  .section-search > div .btq-as--search-row {
    min-width: 500px;
  }
}
@media (max-width: 781px) {
  .section-search > div .btq-as--search-row {
    width: 100%;
    max-width: 600px;
    top: -100px;
  }
}
@media (max-width: 576px) {
  .section-search > div .btq-as--search-row {
    height: 60px;
    min-width: unset;
  }
}
.section-search > div .btq-as--search-row .btq-as--search-field {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border: 2px solid var(--color-fg);
  padding: 0 20px;
  font-size: 2rem;
  background: #fff;
}
@media (max-width: 1024px) {
  .section-search > div .btq-as--search-row .btq-as--search-field {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .section-search > div .btq-as--search-row .btq-as--search-field {
    font-size: 1.5rem;
  }
}
.section-search > div .btq-as--search-row .btq-as--button {
  margin-left: 12px;
  background: #4C412B;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 0 24px;
  height: 58px;
  width: 150px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .section-search > div .btq-as--search-row .btq-as--button {
    width: 120px;
  }
}
@media (max-width: 576px) {
  .section-search > div .btq-as--search-row .btq-as--button {
    height: 46px;
    width: 46px;
    font-size: 0;
    padding: 0;
    gap: 0;
  }
}
.section-search > div .btq-as--search-row .btq-as--button::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../images/search_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .section-search > div .btq-as--search-row .btq-as--button::before {
    width: 16px;
    height: 16px;
  }
}
.section-search > div .btq-as--search-row .btq-as--button:hover {
  background: var(--color-brand);
  transition: all 0.3s;
}
.section-search > div .pamphlet-wrap * {
  pointer-events: auto;
}
.section-search > div .pamphlet-wrap {
  max-width: 1100px;
  margin-inline: auto;
  position: relative;
  cursor: pointer;
}
.section-search > div .pamphlet-wrap a {
  display: none;
}
.section-search > div .pamphlet-wrap > .wp-block-group {
  background: #FBF0AE;
  border: 2px solid var(--color-fg);
  padding: 18px;
  display: grid;
  grid-template-columns: 300px 1fr 40px;
  gap: 40px;
  position: relative;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 12px;
}
@media (max-width: 781px) {
  .section-search > div .pamphlet-wrap > .wp-block-group {
    border-radius: 8px;
  }
}
@media (max-width: 1440px) {
  .section-search > div .pamphlet-wrap > .wp-block-group {
    grid-template-columns: 260px 1fr 40px;
    column-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .section-search > div .pamphlet-wrap > .wp-block-group {
    grid-template-columns: 200px 1fr 40px;
    column-gap: 20px;
  }
}
@media (max-width: 781px) {
  .section-search > div .pamphlet-wrap > .wp-block-group {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .section-search > div .pamphlet-wrap > .wp-block-group {
    padding: 15px !important;
    gap: 20px;
  }
}
.section-search > div .pamphlet-wrap > .wp-block-group:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.section-search > div .pamphlet-wrap > .wp-block-group figure:first-child {
  width: 100%;
  height: 100%;
}
.section-search > div .pamphlet-wrap > .wp-block-group figure:first-child img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.section-search > div .pamphlet-wrap > .wp-block-group > .wp-block-group {
  flex: 1;
}
.section-search > div .pamphlet-wrap > .wp-block-group > .wp-block-group h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color-fg);
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .section-search > div .pamphlet-wrap > .wp-block-group > .wp-block-group h3 {
    font-size: 2.2rem;
  }
}
.section-search > div .pamphlet-wrap > .wp-block-group > .wp-block-group h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-bg);
}
.section-search > div .pamphlet-wrap > .wp-block-group > .wp-block-group h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 9%;
  height: 2px;
  background: var(--color-fg);
  min-width: 50px;
}
.section-search > div .pamphlet-wrap > .wp-block-group > .wp-block-group p {
  line-height: 2;
  font-size: 1.6rem;
  color: var(--color-fg);
  font-weight: 500;
}
@media (max-width: 781px) {
  .section-search > div .pamphlet-wrap > .wp-block-group .pamphlet-download {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.section-search > div .pamphlet-wrap > .wp-block-group .pamphlet-download p {
  display: none;
}
@media (max-width: 781px) {
  .section-search > div .pamphlet-wrap > .wp-block-group .pamphlet-download p {
    display: flex;
    font-size: 2.2rem !important;
    font-family: var(--jp-font);
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 0;
  }
}
.section-search > div .pamphlet-wrap > .wp-block-group .pamphlet-download figure {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: var(--color-fg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0;
}
@media (max-width: 781px) {
  .section-search > div .pamphlet-wrap > .wp-block-group .pamphlet-download figure {
    margin-left: 0 !important;
  }
}
.section-search > div .pamphlet-wrap > .wp-block-group .pamphlet-download figure img {
  width: 24px;
  height: 24px;
}

.section-flow > div {
  align-items: center !important;
  max-width: 1500px;
  width: 90%;
}
@media (max-width: 1440px) {
  .section-flow > div {
    gap: 30px !important;
  }
}
@media (max-width: 781px) {
  .section-flow > div {
    gap: 20px !important;
  }
}
@media (max-width: 576px) {
  .section-flow > div {
    gap: 10px !important;
  }
}
.section-flow .left {
  padding-bottom: 50px;
}
@media (max-width: 1440px) {
  .section-flow .left {
    flex-basis: 45% !important;
  }
}
@media (max-width: 781px) {
  .section-flow .left {
    order: 2;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .section-flow .left .pc-br {
    display: block;
  }
}
@media (max-width: 781px) {
  .section-flow .left .pc-br {
    display: none;
  }
}
@media (max-width: 576px) {
  .section-flow .left .pc-br {
    display: block;
  }
}
.section-flow .left h2 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .section-flow .left h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .section-flow .left h2 {
    font-size: clamp(2.6rem, 2.8vw, 3rem);
    margin-bottom: 30px;
  }
}
@media (max-width: 781px) {
  .section-flow .left h2 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .section-flow .left h2 {
    text-align: center;
    font-size: 2.8rem;
  }
}
.section-flow .left p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .section-flow .left p {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .section-flow .left p {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .section-flow .left p {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .section-flow .left .wp-block-buttons {
    display: flex;
    justify-content: center;
  }
}
.section-flow .right {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1440px) {
  .section-flow .right {
    flex-basis: 55% !important;
  }
}
@media (max-width: 781px) {
  .section-flow .right {
    order: 1;
    padding-bottom: 70px;
  }
}
.section-flow .right .flow-main-img img {
  width: 100%;
  height: auto;
  display: block;
}
.section-flow .right .flow-chara-wrap {
  position: absolute;
  bottom: 0;
  left: -120px;
  z-index: 10;
  text-align: center;
}
@media (max-width: 1440px) {
  .section-flow .right .flow-chara-wrap {
    left: unset;
    right: -20px;
  }
}
@media (max-width: 781px) {
  .section-flow .right .flow-chara-wrap {
    bottom: -10px;
  }
}
@media (max-width: 576px) {
  .section-flow .right .flow-chara-wrap {
    bottom: -20px;
  }
}
.section-flow .right .flow-bubble {
  width: 200px;
  margin: 0 0 5px 0;
  position: relative;
  top: 40px;
  left: -130px;
}
@media (max-width: 1440px) {
  .section-flow .right .flow-bubble {
    width: clamp(150px, 12.5vw, 180px);
    left: -100px;
  }
}
@media (max-width: 1024px) {
  .section-flow .right .flow-bubble {
    width: clamp(140px, 12.5vw, 180px);
  }
}
@media (max-width: 576px) {
  .section-flow .right .flow-bubble {
    width: clamp(120px, 12.5vw, 180px);
    left: -70px;
    top: 30px;
  }
}
.section-flow .right .flow-bubble img {
  width: 100%;
  height: auto;
}
.section-flow .right .flow-chara {
  width: 180px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .section-flow .right .flow-chara {
    width: clamp(140px, 11.25vw, 160px);
  }
}
@media (max-width: 1024px) {
  .section-flow .right .flow-chara {
    width: clamp(130px, 11.25vw, 160px);
  }
}
@media (max-width: 576px) {
  .section-flow .right .flow-chara {
    width: clamp(100px, 11.25vw, 160px);
  }
}
.section-flow .right .flow-chara img {
  width: 100%;
  height: auto;
}
.section-flow .right .flow-chara-text {
  margin-top: 5px;
  text-align: left;
  position: relative;
  left: -40px;
  bottom: 20px;
}
.section-flow .right .flow-chara-text p:first-child {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .section-flow .right .flow-chara-text p:first-child {
    font-size: 1.3rem;
  }
}
.section-flow .right .flow-chara-text p:last-child {
  font-size: 1.2rem;
  color: #939086;
}
.section-facebook {
  background-color: #dfeaf5;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .section-facebook {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .section-facebook {
    padding: 50px 0 30px;
  }
}
.section-facebook .wp-block-columns {
  gap: 50px;
  width: 1100px;
}
@media (max-width: 1440px) {
  .section-facebook .wp-block-columns {
    width: 90% !important;
    max-width: 1100px !important;
  }
}
@media (max-width: 1024px) {
  .section-facebook .wp-block-columns {
    gap: 40px;
  }
}
@media (max-width: 781px) {
  .section-facebook .wp-block-columns {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .section-facebook .wp-block-columns {
    gap: 30px;
  }
}
.section-facebook .left {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .section-facebook .left {
    flex-basis: 45% !important;
  }
}
.section-facebook .left > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-facebook h2 {
  font-size: clamp(2.8rem, 1.6rem + 1.5vw, 4rem);
  line-height: 1.7;
  font-weight: bold;
  color: var(--color-fg);
  margin-bottom: 32px;
  text-decoration: underline;
  margin-bottom: 30px;
  text-underline-offset: 12px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  white-space: nowrap;
}
.section-facebook p {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--color-fg);
  font-weight: 500;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .section-facebook p {
    margin-bottom: 30px;
  }
}
.section-facebook .sns-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  margin-left: 30px !important;
}
@media (max-width: 1024px) {
  .section-facebook .sns-link {
    margin-left: 0 !important;
  }
}
.section-facebook .sns-link p {
  margin: 0;
}
.section-facebook .sns-link p a {
  color: var(--color-fg);
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .section-facebook .sns-link p a {
    font-size: 1.6rem;
  }
}
.section-facebook .sns-link p a:hover {
  opacity: 0.7;
}
.section-facebook .sns-link figure {
  width: 30px !important;
  height: 30px !important;
}
.section-facebook .sns-link figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-facebook .right {
  max-width: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-facebook .right {
    flex-basis: 55% !important;
    height: 400px;
  }
}
@media (max-width: 781px) {
  .section-facebook .right {
    height: auto;
    max-width: 340px;
  }
}
@media (max-width: 576px) {
  .section-facebook .right {
    max-width: 100%;
  }
}
.section-facebook iframe {
  border: none;
  display: block;
  max-width: 100% !important;
  width: 100% !important;
}
@media (max-width: 781px) {
  .section-facebook iframe {
    display: none;
  }
}
.section-facebook iframe:last-child {
  display: none;
}
@media (max-width: 781px) {
  .section-facebook iframe:last-child {
    display: block;
  }
}
@media (max-width: 576px) {
  .section-facebook iframe:last-child {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.section-group {
  background: var(--color-bg);
  padding: 36px;
  max-width: 1500px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px var(--color-fg);
  box-shadow: 6px 6px 0px 0px #484232;
  max-width: 1500px;
  width: 90%;
}
@media (max-width: 1024px) {
  .section-group {
    padding: 24px;
  }
}
@media (max-width: 781px) {
  .section-group {
    padding: 18px;
  }
}
@media (max-width: 576px) {
  .section-group {
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .section-group > div {
    max-width: 100% !important;
  }
}
.section-group .wp-block-columns {
  align-items: center;
  gap: 3.75vw;
  display: grid;
  grid-template-columns: 40% 1fr;
}
@media (max-width: 781px) {
  .section-group .wp-block-columns {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.section-group {
  /* 左側の画像 */
}
.section-group figure {
  margin: 0;
  height: 100%;
}
.section-group figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-group {
  /* 右側テキストエリア */
}
.section-group .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 781px) {
  .section-group .wp-block-column {
    width: 100%;
  }
}
.section-group .wp-block-column h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  color: var(--color-fg);
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .section-group .wp-block-column h2 {
    margin-bottom: 20px;
  }
}
.section-group .wp-block-column p {
  font-size: 1.6rem;
  line-height: 2;
  color: var(--color-fg);
  margin-bottom: 40px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .section-group .wp-block-column p {
    margin-bottom: 30px;
  }
}
@media (max-width: 781px) {
  .section-group .wp-block-column p {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section-group .wp-block-column p {
    font-size: 1.5rem;
  }
}
@media (max-width: 781px) {
  .section-group .wp-block-column .wp-block-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
/* 1. 抽象化された設定・関数・ミックスイン */
header {
  height: 100px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: var(--color-bg);
}
@media (max-width: 1440px) {
  header {
    height: 90px;
  }
}
@media (max-width: 1024px) {
  header {
    height: 80px;
  }
}
@media (max-width: 576px) {
  header {
    height: 60px;
  }
}
header .l-header {
  width: 100%;
  height: 100%;
  background-color: var(--color-bg);
}
header .l-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 30px;
  max-width: 1500px !important;
  width: 94vw;
  padding: 0 !important;
}
@media (max-width: 781px) {
  header .l-header-inner {
    gap: 16px;
  }
}
@media (max-width: 576px) {
  header .l-header-inner {
    width: 100vw;
  }
}
header .l-header-right {
  gap: 40px;
}
@media (max-width: 1024px) {
  header .l-header-right {
    gap: 30px;
  }
}
.wp-block-site-logo {
  width: 17.2vw;
  max-width: 276px;
  min-width: 250px;
}
@media (max-width: 1024px) {
  .wp-block-site-logo {
    min-width: 200px;
  }
}
@media (max-width: 576px) {
  .wp-block-site-logo {
    width: 30vw;
    min-width: 160px;
    margin-left: 10px !important;
  }
}
.wp-block-site-logo a {
  width: 100%;
}
.wp-block-site-logo a img {
  width: 100% !important;
  object-fit: contain;
}

.sns {
  display: flex !important;
  align-items: center;
  gap: 20px;
}
.sns figure {
  margin: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns figure img {
  width: 100%;
  height: auto;
}
.sns figure:hover img {
  opacity: 0.6;
}

.boutiq-hamburger .wp-block-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.boutiq-hamburger .wp-block-button::after {
  content: "";
  display: inline-flex;
  background-image: url(../images/MENU.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
  height: 16px;
  margin-top: 8px;
  position: relative;
  z-index: 1001;
}
@media (max-width: 781px) {
  .boutiq-hamburger .wp-block-button::after {
    width: 37px;
    height: 13px;
  }
}
@media (max-width: 576px) {
  .boutiq-hamburger .wp-block-button::after {
    margin-top: 4px;
  }
}
.boutiq-hamburger .boutiq-hamburger-button {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  background: none !important;
  color: var(--color-fg) !important;
  padding: 0;
}
.boutiq-hamburger .boutiq-hamburger-button:hover {
  box-shadow: unset !important;
}
.boutiq-hamburger .boutiq-hamburger-button.is-icon-only {
  align-items: center;
  padding: var(--hm-pad-y) var(--hm-pad-x) var(--hm-pad-y) calc(var(--hm-pad-x) + var(--hm-icon-size) + 9px) !important;
}
@media (max-width: 781px) {
  .boutiq-hamburger .boutiq-hamburger-button.is-icon-only {
    padding: 15px 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
}
.boutiq-hamburger .boutiq-hamburger-button[aria-expanded=true]::before {
  transform: translateY(-50%) rotate(35deg) !important;
}
.boutiq-hamburger .boutiq-hamburger-button[aria-expanded=true]::after {
  opacity: 1;
  transform: translateY(-50%) rotate(-35deg) !important;
}

.boutiq-hm--iconAH02 {
  position: relative;
}
.boutiq-hm--iconAH02::before, .boutiq-hm--iconAH02::after {
  content: "";
  width: 45px !important;
  height: 2px;
  background-color: var(--color-fg);
  position: absolute;
  left: 0;
  transition: 0.3s;
}
@media (max-width: 781px) {
  .boutiq-hm--iconAH02::before, .boutiq-hm--iconAH02::after {
    width: 38px !important;
  }
}
.boutiq-hm--iconAH02::before {
  top: -6px;
}
.boutiq-hm--iconAH02::after {
  top: 10px;
}

.l-header-inner .sns,
.l-header-inner .boutiq-hamburger {
  display: flex;
  align-items: center;
}

.boutiq-hamburger .boutiq-hamburger-menu-content.is-open {
  max-height: 100vh;
  /* 画面の高さを超えないように制限 */
  overflow-y: auto;
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div {
  margin-top: 100px;
}
@media (max-width: 781px) {
  .boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div {
    margin-top: 0;
  }
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .wp-block-site-logo {
  margin: 0 !important;
  min-width: 250px;
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-nav li {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
@media (max-width: 1024px) {
  .boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-nav li {
    font-size: 2.2rem;
  }
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-nav li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--color-brand);
  border-radius: 20px;
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-button {
  width: 100%;
  margin-top: 30px;
  flex-direction: column;
  align-items: flex-start;
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-button .wp-block-button {
  width: 100%;
  height: 74px;
  max-width: 330px;
}
@media (max-width: 576px) {
  .boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-button .wp-block-button {
    max-width: unset;
  }
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-button .wp-block-button::after {
  display: none;
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-button .wp-block-button a {
  border: solid 2px var(--color-fg);
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-button .wp-block-button:first-child a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--color-fg);
  border-right: 2px solid var(--color-fg);
  transform: translateY(-50%) rotate(45deg);
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-button .wp-block-button:last-child a::before {
  content: "";
  display: inline-block;
  background-image: url(../images/tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  aspect-ratio: 1/1;
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-info ul {
  gap: 20px;
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-info ul li {
  font-weight: 500;
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-info ul li:first-child {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
.boutiq-hamburger .boutiq-hamburger-menu-content.is-open .hmenu-content > div .hmenu-info ul li:first-child::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: var(--color-fg);
  margin: 0 12px;
  display: inline-block;
  margin: 0 !important;
}

.button-yellow .wp-block-button {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 1024px) {
  .button-yellow .wp-block-button {
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .button-yellow .wp-block-button {
    max-width: 260px;
  }
}
.button-yellow .wp-block-button .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: var(--wp--preset--spacing--m) var(--wp--preset--spacing--xl);
  border: solid 2px var(--color-brand);
  box-shadow: 4px 4px 12px 0 #EBE7C5;
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}
@media (max-width: 1024px) {
  .button-yellow .wp-block-button .wp-block-button__link {
    font-size: 1.6rem;
    height: 70px;
  }
}
@media (max-width: 576px) {
  .button-yellow .wp-block-button .wp-block-button__link {
    height: 64px;
  }
}
.button-yellow .wp-block-button .wp-block-button__link:hover {
  background-color: var(--color-bg);
  color: var(--color-brand) !important;
  transition: background-color 0.3s, color 0.3s;
}
.button-yellow .wp-block-button .wp-block-button__link:hover::after {
  background-image: url(../images/search_icon_reverse.svg);
  transition: background-image 0.3s;
}
.button-yellow .wp-block-button .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: var(--wp--preset--spacing--m);
  background-image: url(../images/search_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: background-image 0.3s;
}

.button-brown .wp-block-button {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 1024px) {
  .button-brown .wp-block-button {
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .button-brown .wp-block-button {
    max-width: 260px;
  }
}
.button-brown .wp-block-button .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: var(--wp--preset--spacing--m) var(--wp--preset--spacing--xl);
  border: solid 2px var(--color-fg);
  box-shadow: 4px 4px 12px 0 rgba(166, 158, 139, 0.74);
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}
@media (max-width: 1024px) {
  .button-brown .wp-block-button .wp-block-button__link {
    font-size: 1.6rem;
    height: 70px;
  }
}
@media (max-width: 576px) {
  .button-brown .wp-block-button .wp-block-button__link {
    height: 64px;
  }
}
.button-brown .wp-block-button .wp-block-button__link:hover {
  background-color: var(--color-bg) !important;
  color: var(--color-fg) !important;
  transition: background-color 0.3s, color 0.3s;
}
.button-brown .wp-block-button .wp-block-button__link:hover::after {
  transition: all 0.3s;
  border-top: 2px solid var(--color-fg);
  border-right: 2px solid var(--color-fg);
}
.button-brown .wp-block-button .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--color-bg);
  border-right: 2px solid var(--color-bg);
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

section {
  margin-top: 120px !important;
}
@media (max-width: 1440px) {
  section {
    margin-top: 100px !important;
  }
}
@media (max-width: 1024px) {
  section {
    margin-top: 80px !important;
  }
}
@media (max-width: 576px) {
  section {
    margin-top: 60px !important;
  }
}

@media (max-width: 1440px) {
  .heading-a-normal01 figure {
    width: 66px;
  }
}
@media (max-width: 1024px) {
  .heading-a-normal01 figure {
    width: 60px;
  }
}
@media (max-width: 576px) {
  .heading-a-normal01 figure {
    width: 44px;
  }
}
.heading-a-normal01 h2 {
  font-family: var(--en-font);
  font-size: 5.6rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .heading-a-normal01 h2 {
    font-size: 5.2rem;
  }
}
@media (max-width: 1024px) {
  .heading-a-normal01 h2 {
    font-size: 4.6rem;
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  .heading-a-normal01 h2 {
    font-size: 4rem;
  }
}
.heading-a-normal01 p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.archive-bn00 {
  margin-top: 0;
}
.archive-bn00 > div {
  max-width: 1500px;
  width: 100%;
}
.archive-bn00 > div ul.wp-block-post-template {
  display: flex;
  gap: 70px 30px !important;
  width: 100%;
}
@media (max-width: 1024px) {
  .archive-bn00 > div ul.wp-block-post-template {
    gap: 50px 20px !important;
  }
}
@media (max-width: 781px) {
  .archive-bn00 > div ul.wp-block-post-template {
    gap: 60px !important;
  }
}
@media (max-width: 576px) {
  .archive-bn00 > div ul.wp-block-post-template {
    gap: 45px !important;
  }
}
.archive-bn00 > div ul.wp-block-post-template > li {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .archive-bn00 > div ul.wp-block-post-template > li {
    width: calc((100% - 40px) / 3) !important;
  }
}
@media (max-width: 781px) {
  .archive-bn00 > div ul.wp-block-post-template > li {
    width: 100% !important;
  }
}
.archive-bn00 > div ul.wp-block-post-template > li > .wp-block-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.archive-bn00 figure.wp-block-post-featured-image {
  aspect-ratio: 1200/675 !important;
  width: 100%;
  overflow: hidden;
  margin: 0 0 16px 0;
}
@media (max-width: 1024px) {
  .archive-bn00 figure.wp-block-post-featured-image {
    margin: 0 0 10px 0;
  }
}
.archive-bn00 figure.wp-block-post-featured-image a {
  width: 100%;
  height: 100% !important;
}
.archive-bn00 figure.wp-block-post-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.archive-bn00 .archive-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 0;
  margin-left: 0 !important;
}
.archive-bn00 .archive-card h3 {
  flex-grow: 1;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left;
  width: 100%;
}
@media (max-width: 781px) {
  .archive-bn00 .archive-card h3 {
    margin-bottom: 30px;
  }
}
.archive-bn00 .archive-card .archive-card-cat {
  margin-top: auto;
  margin-left: 0 !important;
}

/* ==========================================================================
// Taxonomy Status Badge Styles (募集中/出発決定)
// ========================================================================== */
.taxonomy-category a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 16px !important;
  border-radius: 20px;
  width: 100px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid var(--color-fg);
}
.taxonomy-category a[href*="/category/recruitment/"] {
  background-color: var(--color-recruitment);
}
.taxonomy-category a[href*="/category/departure/"] {
  background-color: var(--color-departure);
}

/* -----------------------------
   タグ (taxonomy-post_tag)
----------------------------- */
.taxonomy-post_tag a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 16px !important;
  border-radius: 20px;
  margin-right: 5px;
  color: var(--color-fg);
  background-color: #F9F1DB !important;
  border: 1px solid var(--color-fg);
  width: 100px;
  box-sizing: border-box;
  text-align: center;
}

/* ---------------------
   特別色（グリーン）
---------------------- */
.taxonomy-post_tag a[href*="/tag/day-trip/"],
.taxonomy-post_tag a[href*="/tag/2days/"],
.taxonomy-post_tag a[href*="/tag/3days/"] {
  background-color: #E3F9DB !important;
}

.cta-cn00 {
  padding: 0 !important;
}
.cta-cn00 .wp-block-columns {
  display: flex;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
}
@media (max-width: 1024px) {
  .cta-cn00 .wp-block-columns {
    max-width: 100% !important;
  }
}
.cta-cn00 .wp-block-columns .wp-block-column {
  padding: 0 !important;
  position: relative;
}
.cta-cn00 .wp-block-columns .wp-block-column .is-linkbox__overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  margin-top: 0;
}
.cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover {
  min-height: 435px;
  border-top: solid 2px var(--color-fg);
  border-bottom: solid 2px var(--color-fg);
  display: flex;
  padding: 0;
  margin-bottom: 0 !important;
}
@media (max-width: 1440px) {
  .cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover {
    min-height: 380px;
  }
}
@media (max-width: 1024px) {
  .cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover {
    min-height: 330px;
  }
}
@media (max-width: 781px) {
  .cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover {
    min-height: 305px;
  }
}
.cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__background {
  opacity: 1 !important;
}
.cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
  padding: 60px 20px !important;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
    padding: 0 10px !important;
  }
}
.cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container > div {
  text-align: center;
}
.cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container h2 {
  font-size: clamp(4rem, 2rem + 2.5vw, 5.6rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 auto 20px;
  color: var(--color-fg);
  font-family: var(--en-font);
}
@media (max-width: 1440px) {
  .cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container h2 {
    margin: 0 auto 10px;
  }
}
@media (max-width: 1024px) {
  .cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container h2 {
    margin: 0 auto;
  }
}
.cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: var(--color-fg);
  margin: 0 auto;
}
.cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons {
  margin: 40px auto 0;
}
@media (max-width: 1024px) {
  .cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons {
    margin: 30px auto 0;
  }
}
@media (max-width: 576px) {
  .cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a {
  background: var(--color-brand-2);
  padding: 16px 48px 16px 16px;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-fg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  height: 80px;
  border-radius: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
@media (max-width: 1024px) {
  .cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a {
    font-size: 1.6rem;
    height: 70px;
  }
}
@media (max-width: 576px) {
  .cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a {
    max-width: 330px;
    width: 100%;
    height: 64px;
    font-size: 1.5rem;
    padding: 12px 32px 12px 12px;
  }
}
.cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--color-fg);
  border-bottom: 2px solid var(--color-fg);
  transform: rotate(-45deg) translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
}
@media (max-width: 576px) {
  .cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a::after {
    right: 12px;
  }
}
.cta-cn00 .wp-block-columns .wp-block-column .wp-block-cover .wp-block-cover__inner-container .wp-block-buttons .wp-block-button a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.cta-cn00 .wp-block-columns .cta-contact {
  border-right: solid 2px var(--color-fg);
}
@media (max-width: 781px) {
  .cta-cn00 .wp-block-columns .cta-contact {
    border-right: none;
  }
}
.cta-cn00 .wp-block-columns .cta-contact h2 {
  font-size: clamp(3rem, 2rem + 1.1vw, 4rem) !important;
  font-family: var(--jp-font) !important;
  font-weight: 600;
  letter-spacing: 0 !important;
}
@media (max-width: 1024px) {
  .cta-cn00 .wp-block-columns .cta-contact h2 {
    font-size: clamp(2.6rem, 2rem + 0.9vw, 4rem) !important;
    line-height: 1.5;
  }
}
.cta-cn00 .wp-block-columns .cta-contact .wp-block-cover__background {
  background-color: #f7ddd2 !important;
}
@media (max-width: 781px) {
  .cta-cn00 .wp-block-columns .cta-tel {
    margin-top: -2px;
  }
}
.cta-cn00 .wp-block-columns .cta-tel .wp-block-cover__background {
  background-color: #90c6c9 !important;
}
.cta-cn00 .wp-block-columns .cta-tel .wp-block-cover__inner-container {
  text-align: left !important;
  padding-left: 140px !important;
}
.cta-cn00 .wp-block-columns .cta-tel .wp-block-cover__inner-container h2 {
  text-align: left;
}
.cta-cn00 .wp-block-columns .cta-tel .wp-block-cover__inner-container p:first-of-type {
  font-size: clamp(4rem, 2rem + 2.5vw, 5.1rem);
  font-weight: bold;
  line-height: 1;
}
.cta-cn00 .wp-block-columns .cta-tel .wp-block-cover__inner-container p:first-of-type::before {
  content: "";
  display: inline-block;
  background-image: url(../images/tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  aspect-ratio: 1/1;
  margin-right: 10px;
}
@media (max-width: 1440px) {
  .cta-cn00 .wp-block-columns .cta-tel .wp-block-cover__inner-container p:first-of-type::before {
    width: 36px;
  }
}
@media (max-width: 1024px) {
  .cta-cn00 .wp-block-columns .cta-tel .wp-block-cover__inner-container p:first-of-type::before {
    width: 32px;
  }
}
.cta-cn00 .wp-block-columns .cta-tel .wp-block-cover__inner-container p:nth-of-type(2) {
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .cta-cn00 .wp-block-columns .cta-tel .wp-block-cover__inner-container p:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .cta-cn00 .wp-block-columns .cta-tel .wp-block-cover__inner-container p:nth-of-type(2) {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cta-cn00 .wp-block-columns .cta-tel .wp-block-cover__inner-container p:nth-of-type(2) {
    font-size: 1.5rem;
  }
}
.cta-cn00 .wp-block-columns .cta-tel .wp-block-cover__inner-container p:last-of-type {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--color-fg);
}
@media (max-width: 576px) {
  .cta-cn00 .wp-block-columns .cta-tel .wp-block-cover__inner-container p:last-of-type {
    font-size: 1.6rem;
  }
}

footer {
  background: #F5F3EE;
  padding: 80px 0 20px;
  color: var(--color-fg);
}
@media (max-width: 1440px) {
  footer {
    padding: 70px 0 20px;
  }
}
@media (max-width: 1024px) {
  footer {
    padding: 60px 0 20px;
  }
}
@media (max-width: 781px) {
  footer {
    padding: 50px 0 100px;
  }
}
footer .footer-a-normal00 {
  padding: 0 !important;
  max-width: 1500px !important;
  width: 94vw !important;
  margin: 0 auto !important;
}
footer {
  /* -------------------------------------
     上のカテゴリー丸ボタン
  ------------------------------------- */
}
footer .category-wrap {
  justify-content: center;
  padding-bottom: 70px;
}
@media (max-width: 1440px) {
  footer .category-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  footer .category-wrap {
    padding-bottom: 50px;
  }
}
@media (max-width: 781px) {
  footer .category-wrap {
    padding-bottom: 40px;
  }
}
footer .category-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  footer .category-wrap ul {
    gap: 20px 30px;
  }
}
footer .category-wrap ul li {
  list-style: none;
}
footer .category-wrap ul li.cat-item-plus a {
  padding: 0 !important;
  width: 220px;
  /* 画像の横サイズに合わせて調整 */
  height: 40px;
  /* 画像の縦サイズに合わせて調整 */
  background-image: url("../images/tabiclub-plus.webp");
  background-size: 172px 26px;
  background-repeat: no-repeat;
  background-position: left 45px center;
  /* テキストを視覚的に隠す */
  color: transparent !important;
  font-size: 0 !important;
}
@media (max-width: 576px) {
  footer .category-wrap ul li.cat-item-plus a {
    height: 30px;
  }
}
footer .category-wrap ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  color: var(--color-fg);
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
@media (max-width: 1440px) {
  footer .category-wrap ul li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  footer .category-wrap ul li a {
    font-size: 1.6rem;
  }
}
footer .category-wrap ul li a::before {
  content: "";
  display: inline-block;
  width: 35px;
  aspect-ratio: 1/1;
  background: var(--color-brand);
  border-radius: 50px;
}
@media (max-width: 1440px) {
  footer .category-wrap ul li a::before {
    width: 30px;
  }
}
footer .category-wrap ul li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #F5F3EE;
  border-bottom: 2px solid #F5F3EE;
  transform: rotate(-45deg) translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
}
@media (max-width: 1440px) {
  footer .category-wrap ul li a::after {
    width: 5px;
    height: 5px;
    left: 13px;
  }
}
footer .category-wrap ul li a:hover {
  opacity: 0.7;
}
footer {
  /* セパレーター線 */
}
footer hr {
  border: none;
  border-top: 1px solid var(--color-fg) !important;
  margin: 40px auto;
  max-width: 100%;
}
footer {
  /* -------------------------------------
     メイン3カラム
  ------------------------------------- */
}
@media (max-width: 1024px) {
  footer .footer-under {
    width: 100% !important;
  }
}
footer .footer-under .wp-block-columns {
  align-items: flex-start;
  margin-bottom: 50px;
  margin-top: 80px !important;
}
@media (max-width: 1440px) {
  footer .footer-under .wp-block-columns {
    margin-top: 70px !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  footer .footer-under .wp-block-columns {
    margin-top: 60px !important;
    width: 100% !important;
  }
}
@media (max-width: 781px) {
  footer .footer-under .wp-block-columns {
    margin-top: 50px !important;
    align-items: center;
  }
}
@media (max-width: 781px) {
  footer .footer-under .wp-block-columns {
    flex-direction: column;
    gap: 40px;
  }
}
footer .footer-under {
  /* ロゴ部分 */
}
footer .footer-under .footer-logo {
  display: flex;
  align-items: center;
}
@media (max-width: 781px) {
  footer .footer-under .footer-logo {
    justify-content: center;
  }
}
footer .footer-under .footer-logo .wp-block-site-logo {
  width: 23vw;
  max-width: 370px;
}
@media (max-width: 1024px) {
  footer .footer-under .footer-logo .wp-block-site-logo {
    min-width: 250px;
  }
}
@media (max-width: 781px) {
  footer .footer-under .footer-logo .wp-block-site-logo {
    min-width: 300px;
  }
}
@media (max-width: 576px) {
  footer .footer-under .footer-logo .wp-block-site-logo {
    max-width: 250px;
    width: 100%;
    min-width: unset;
  }
}
footer .footer-under {
  /* SNSアイコン */
}
footer .footer-under .footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-under .sns {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
footer .footer-under .sns figure {
  width: 26px;
  height: 26px;
  margin: 0;
}
@media (max-width: 1024px) {
  footer .footer-under .sns figure {
    width: 20px;
    height: 20px;
  }
}
footer .footer-under .sns figure img {
  width: 100%;
  height: auto;
}
footer .footer-under {
  /* ナビリンク */
}
footer .footer-under .footer-nav {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 781px) {
  footer .footer-under .footer-nav {
    justify-content: center;
  }
}
footer .footer-under .footer-nav nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  list-style: none;
}
@media (max-width: 781px) {
  footer .footer-under .footer-nav nav ul {
    align-items: center;
  }
}
footer .footer-under .footer-nav nav ul a {
  font-size: 1.8rem;
  color: var(--color-fg);
  text-decoration: none;
  font-weight: bold;
  display: flex !important;
  align-items: center;
  gap: 4px;
}
footer .footer-under .footer-nav nav ul a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--color-brand);
  border-radius: 20px;
}
footer .footer-under .footer-nav nav ul a:hover {
  opacity: 0.7;
}
footer .footer-under {
  /* -------------------------------------
     下の住所・リンク・コピーライト
  ------------------------------------- */
}
footer .footer-under .footer-info {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  footer .footer-under .footer-info {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  footer .footer-under .footer-info {
    gap: 5px;
  }
}
@media (max-width: 781px) {
  footer .footer-under .footer-info {
    margin-top: 40px !important;
    gap: 20px;
  }
}
footer .footer-under .footer-info > .wp-block-column {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 781px) {
  footer .footer-under .footer-info > .wp-block-column {
    justify-content: center;
  }
}
footer .footer-under .footer-info > .wp-block-column:nth-of-type(2) {
  justify-content: center;
}
footer .footer-under .footer-info > .wp-block-column:last-child {
  justify-content: flex-end;
}
@media (max-width: 781px) {
  footer .footer-under .footer-info > .wp-block-column:last-child {
    justify-content: center;
    margin-top: 20px;
  }
}
footer .footer-under .footer-info p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
footer .footer-under .footer-info nav ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  footer .footer-under .footer-info nav ul {
    gap: 15px;
  }
}
@media (max-width: 781px) {
  footer .footer-under .footer-info nav ul {
    gap: 24px;
  }
}
footer .footer-under .footer-info nav ul li:first-child {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1024px) {
  footer .footer-under .footer-info nav ul li:first-child {
    gap: 15px;
  }
}
@media (max-width: 781px) {
  footer .footer-under .footer-info nav ul li:first-child {
    gap: 20px;
  }
}
footer .footer-under .footer-info nav ul li:first-child::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: var(--color-fg);
  margin: 0 12px;
  display: inline-block;
  margin: 0 !important;
}
footer .footer-under .footer-info nav ul a {
  font-size: 1.4rem;
  text-decoration: none;
  color: var(--color-fg);
  font-weight: 500;
}
footer .footer-under .footer-info nav ul a:hover {
  opacity: 0.7;
}
footer .footer-under .footer-info .footer-copyright {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: var(--en-font);
}
@media (max-width: 781px) {
  footer .footer-under .footer-info .footer-copyright {
    text-align: center;
    margin-top: 10px;
  }
}

.title-c-photo00 {
  width: 100%;
  margin: 0;
  padding: 0;
}
.title-c-photo00 .wp-block-cover {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  box-sizing: border-box;
  min-height: unset;
}
@media (max-width: 1440px) {
  .title-c-photo00 .wp-block-cover {
    height: 480px;
  }
}
@media (max-width: 1024px) {
  .title-c-photo00 .wp-block-cover {
    height: 440px;
  }
}
@media (max-width: 781px) {
  .title-c-photo00 .wp-block-cover {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .title-c-photo00 .wp-block-cover {
    height: 280px;
  }
}
.title-c-photo00 .wp-block-cover img.wp-block-cover__image-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.title-c-photo00 .wp-block-cover .wp-block-cover__inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 12px;
  color: #fff;
}
.title-c-photo00 .wp-block-cover .archive-title {
  font-size: clamp(3rem, 2.8rem + 1.5vw, 5.4rem);
  font-weight: bold;
  margin: 0;
  color: var(--color-bg);
  letter-spacing: 0.05em;
}
.page .wp-block-template-part {
  max-width: 100%;
}

.title-a-screen00 {
  position: relative;
}
.title-a-screen00 .wp-block-cover {
  position: relative;
  width: 100%;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: unset;
}
@media (max-width: 1440px) {
  .title-a-screen00 .wp-block-cover {
    height: 480px;
  }
}
@media (max-width: 1024px) {
  .title-a-screen00 .wp-block-cover {
    height: 440px;
  }
}
@media (max-width: 781px) {
  .title-a-screen00 .wp-block-cover {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .title-a-screen00 .wp-block-cover {
    height: 280px;
  }
}
.title-a-screen00 .wp-block-cover img.wp-block-cover__image-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-a-screen00 .wp-block-cover .wp-block-cover__inner-container {
  text-align: center;
  color: #fff;
  z-index: 3;
  font-size: clamp(5.6rem, 5rem + 2.2vw, 8.8rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  margin: 0;
  color: var(--color-bg);
  font-family: var(--en-font);
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .title-a-screen00 .wp-block-cover .wp-block-cover__inner-container {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .title-a-screen00 .wp-block-cover .wp-block-cover__inner-container {
    margin-bottom: 5px;
  }
}
.title-a-screen00 .wp-block-cover .wp-block-cover__inner-container .page-title {
  font-size: clamp(2rem, 2rem + 0.5vw, 2.8rem);
  font-weight: bold;
  margin: 0;
  margin-top: 20px;
  color: var(--color-bg);
  letter-spacing: 0.05em;
}
@media (max-width: 1440px) {
  .title-a-screen00 .wp-block-cover .wp-block-cover__inner-container .page-title {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .title-a-screen00 .wp-block-cover .wp-block-cover__inner-container .page-title {
    margin-top: 5px;
  }
}

.wp-block-query-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 120px 0 80px;
}
@media (max-width: 1440px) {
  .wp-block-query-pagination {
    margin: 100px 0 80px;
  }
}
@media (max-width: 1024px) {
  .wp-block-query-pagination {
    margin: 80px 0;
  }
}
@media (max-width: 576px) {
  .wp-block-query-pagination {
    margin: 60px 0;
  }
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  gap: 20px;
  align-items: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 2px solid var(--color-brand);
  background: #fff;
  color: var(--color-brand);
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--en-font);
  transition: all 0.3s;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:hover {
  background: #fff3a0;
  transition: all 0.3s;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers .current {
  background: var(--color-brand) !important;
  color: #fff !important;
  border-color: var(--color-brand) !important;
  transition: all 0.3s;
}
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous {
  font-size: 0 !important;
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  border: 2px solid var(--color-brand);
  background: #fff;
  color: var(--color-brand);
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: var(--en-font);
  transition: all 0.3s;
}
.wp-block-query-pagination .wp-block-query-pagination-next:after,
.wp-block-query-pagination .wp-block-query-pagination-previous:after {
  content: "→";
  margin-left: 4px;
  font-size: 2rem;
  color: var(--color-brand);
  font-weight: 500;
  font-family: var(--en-font);
  transition: all 0.3s;
}
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  background: #fff3a0;
  transition: all 0.3s;
}
.wp-block-query-pagination .wp-block-query-pagination-previous:after {
  content: "←";
  margin-left: 0;
  margin-right: 4px;
}

/* ファーストビュー専用：一度だけフェードイン */
.fadein-fv {
  opacity: 0;
  animation: fadeInFV 1.2s ease-out forwards;
}

@keyframes fadeInFV {
  to {
    opacity: 1;
  }
}
/* スクロールで出てくる要素用 */
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 絶対アニメーションさせたくない要素用（ハンバーガーなど）*/
.no-fade {
  opacity: 1 !important;
  transform: none !important;
}

.wp-block-template-part:has(.float-wrap) {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: fit-content;
  max-width: 90vw;
  z-index: 100;
}
@media (max-width: 1440px) {
  .wp-block-template-part:has(.float-wrap) {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 781px) {
  .wp-block-template-part:has(.float-wrap) {
    max-width: 100vw;
    width: 100vw;
    bottom: 0;
    right: unset;
    left: 0;
  }
}
.wp-block-template-part:has(.float-wrap) figure {
  position: absolute;
  top: -80px;
  right: 0;
  width: 120px;
  height: auto;
  z-index: 99;
}
@media (max-width: 1440px) {
  .wp-block-template-part:has(.float-wrap) figure {
    width: 100px;
    top: -70px;
  }
}
@media (max-width: 781px) {
  .wp-block-template-part:has(.float-wrap) figure {
    z-index: 101;
    right: 10%;
    top: unset;
    bottom: 0;
    width: 80px;
  }
}
@media (max-width: 576px) {
  .wp-block-template-part:has(.float-wrap) figure {
    width: 50px;
    right: 2%;
  }
}
.wp-block-template-part:has(.float-wrap) figure.wp-block-image {
  margin: 0;
}
.wp-block-template-part:has(.float-wrap) figure.wp-block-image > img {
  display: block;
  width: 100%;
  height: auto;
}

.float-wrap {
  padding: 20px 60px 20px 20px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 100;
  border: solid 2px var(--color-fg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1440px) {
  .float-wrap {
    padding: 15px 50px 15px 15px;
  }
}
@media (max-width: 781px) {
  .float-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: none;
    border-right: none;
    padding: 10px;
  }
}
.float-wrap .is-linkbox__overlay {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.float-wrap .float-sub-title {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 50px;
  margin: 0 0 10px 0;
  display: inline-block;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .float-wrap .float-sub-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .float-wrap .float-sub-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 781px) {
  .float-wrap .float-sub-title {
    margin: 0 0 5px 0;
  }
}
@media (max-width: 576px) {
  .float-wrap .float-sub-title {
    font-size: 1.4rem;
  }
}
.float-wrap .float-title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1440px) {
  .float-wrap .float-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 781px) {
  .float-wrap .float-title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .float-wrap .float-title {
    font-size: 2rem;
  }
}
.float-wrap::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid var(--color-fg);
  z-index: 3;
  background-image: url(../images/cross.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1440px) {
  .float-wrap::after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 781px) {
  .float-wrap::after {
    display: none;
  }
}
/* 1. 抽象化された設定・関数・ミックスイン */
.blog main .wp-block-template-part,
.archive main .wp-block-template-part {
  margin-top: 120px;
}
@media (max-width: 1440px) {
  .blog main .wp-block-template-part,
  .archive main .wp-block-template-part {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  .blog main .wp-block-template-part,
  .archive main .wp-block-template-part {
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  .blog main .wp-block-template-part,
  .archive main .wp-block-template-part {
    margin-top: 60px;
  }
}

.tag-plus:not(.search-results) main .wp-block-cover__image-background.wp-image-482 {
  background-image: url("../images/tabiclub-plus-bg.webp") !important;
  opacity: 0 !important;
}
.tag-plus:not(.search-results) main span.wp-block-cover__background {
  background-color: rgba(0, 0, 0, 0.4) !important;
  opacity: 1 !important;
}
.tag-plus:not(.search-results) main .wp-block-cover {
  background-image: url("../images/tabiclub-plus-bg.webp") !important;
  background-size: cover;
  background-position: bottom center;
}
.tag-plus:not(.search-results) main .archive-title {
  text-indent: -9999px !important;
  display: block;
  height: 100px;
  width: 50vw;
  max-width: 600px;
  margin: 0 auto;
  background-image: url("../images/tabiclub-plus-white.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1024px) {
  .tag-plus:not(.search-results) main .archive-title {
    width: 60vw;
  }
}
@media (max-width: 781px) {
  .tag-plus:not(.search-results) main .archive-title {
    width: 70vw;
  }
}
@media (max-width: 576px) {
  .tag-plus:not(.search-results) main .archive-title {
    width: 80vw;
    min-width: 300px;
  }
}

/* 1. 抽象化された設定・関数・ミックスイン */
/* --------------------------------------------------------------
   TOUR STATUS LIST（ツアー出発情報一覧）
-------------------------------------------------------------- */
.page-id-169 {
  background: #F2F0E6;
}

.archive-gn00 {
  margin: 0 auto;
  padding: 90px 0 0;
  max-width: 1500px;
  width: 90%;
}
@media (max-width: 1440px) {
  .archive-gn00 {
    padding: 70px 0 0;
  }
}
@media (max-width: 781px) {
  .archive-gn00 {
    padding: 60px 0 0;
  }
}
@media (max-width: 576px) {
  .archive-gn00 {
    padding: 50px 0 0;
  }
}
.archive-gn00 {
  /* 各行（li） */
}
.archive-gn00 .wp-block-post {
  background: #fff;
  padding: 24px 67px 24px 32px;
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  transition: all 0.2s;
  border-radius: 7px;
  border: solid 2px #fff;
}
@media (max-width: 781px) {
  .archive-gn00 .wp-block-post {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .archive-gn00 .wp-block-post {
    padding: 15px;
  }
}
.archive-gn00 .wp-block-post:hover {
  transition: all 0.2s;
  border: solid 2px var(--color-fg);
}
.archive-gn00 .wp-block-post::before {
  content: "";
  position: absolute;
  right: 28px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: solid 1px var(--color-fg);
}
@media (max-width: 781px) {
  .archive-gn00 .wp-block-post::before {
    display: none;
  }
}
.archive-gn00 .wp-block-post {
  /* 右矢印ボタン */
}
.archive-gn00 .wp-block-post::after {
  content: "";
  position: absolute;
  right: 41px;
  color: #716C59;
  width: 11px;
  height: 8px;
  background-image: url(../images/arrow_tour_status.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 781px) {
  .archive-gn00 .wp-block-post::after {
    display: none;
  }
}
.archive-gn00 .wp-block-post > div {
  gap: 2rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .archive-gn00 .wp-block-post > div {
    gap: 1.5rem 2rem;
  }
}
@media (max-width: 781px) {
  .archive-gn00 .wp-block-post > div {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    width: 100%;
  }
}
.archive-gn00 .wp-block-post {
  /* ---------------------------
      No.
  --------------------------- */
}
.archive-gn00 .wp-block-post .status-no {
  gap: 0;
}
@media (max-width: 781px) {
  .archive-gn00 .wp-block-post .status-no {
    grid-column: 2/3;
    grid-row: 1/2;
    display: flex;
    justify-content: flex-end;
  }
}
.archive-gn00 .wp-block-post .status-no > div,
.archive-gn00 .wp-block-post .status-no p {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .archive-gn00 .wp-block-post .status-no > div,
  .archive-gn00 .wp-block-post .status-no p {
    font-size: 1.5rem;
  }
}
.archive-gn00 .wp-block-post {
  /* ---------------------------
      カテゴリバッジ（募集中 / 出発決定）
  --------------------------- */
}
.archive-gn00 .wp-block-post .taxonomy-category a {
  display: inline-block;
  padding: 5px 25px;
  width: 100px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50px;
  color: var(--color-fg);
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 781px) {
  .archive-gn00 .wp-block-post .taxonomy-category a {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 5px 5px !important;
    width: 80px;
  }
}
.archive-gn00 .wp-block-post .taxonomy-category a {
  /* 状態別色分け */
}
.archive-gn00 .wp-block-post .taxonomy-category a[href*=recruitment] {
  background: #F7DED1;
}
.archive-gn00 .wp-block-post .taxonomy-category a[href*=departure] {
  background: #D7E8F2;
}
.archive-gn00 .wp-block-post .taxonomy-category a[href*=full] {
  background: #E5E7EB;
}
.archive-gn00 .wp-block-post {
  /* ---------------------------
      日付（例：2025年11月20日出発）
  --------------------------- */
}
.archive-gn00 .wp-block-post .status-date {
  gap: 0;
  flex-wrap: wrap !important;
  display: block;
  white-space: normal;
}
@media (max-width: 781px) {
  .archive-gn00 .wp-block-post .status-date {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.archive-gn00 .wp-block-post .status-date > div,
.archive-gn00 .wp-block-post .status-date p {
  font-size: clamp(1.6rem, 1.6rem + 0.09vw, 1.8rem);
  font-weight: 500;
  color: #DB4813;
  display: inline;
  line-height: 1.5;
}
.archive-gn00 .wp-block-post {
  /* ---------------------------
      タイトル（ツアー名）
  --------------------------- */
}
.archive-gn00 .wp-block-post h3.wp-block-post-title {
  font-size: clamp(1.6rem, 1.6rem + 0.09vw, 1.8rem);
  line-height: 1.8;
  color: var(--color-fg);
  font-weight: bold;
  margin: 0;
}
@media (max-width: 781px) {
  .archive-gn00 .wp-block-post h3.wp-block-post-title {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
@media (max-width: 576px) {
  .archive-gn00 .wp-block-post h3.wp-block-post-title {
    line-height: 1.5;
  }
}
.archive-gn00 .wp-block-query-pagination {
  margin: 80px 0 20px;
}
@media (max-width: 1024px) {
  .archive-gn00 .wp-block-query-pagination {
    margin: 70px 0 10px;
  }
}
@media (max-width: 781px) {
  .archive-gn00 .wp-block-query-pagination {
    margin: 60px 0 0;
  }
}
/* 1. 抽象化された設定・関数・ミックスイン */
.fmenu-ac00 {
  margin-top: 60px !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .fmenu-ac00 {
    margin-top: 50px !important;
  }
}
.fmenu-ac00 > div {
  border-top: solid 2px var(--color-brand);
  padding-top: 45px;
  max-width: 1100px !important;
  margin: 0 auto !important;
  gap: 6.25vw;
  width: 90% !important;
}
@media (max-width: 1024px) {
  .fmenu-ac00 > div {
    gap: 30px;
    padding-top: 40px;
  }
}
@media (max-width: 781px) {
  .fmenu-ac00 > div {
    padding-top: 0;
    border-top: none;
  }
}
.fmenu-ac00 .wp-block-columns:not(.is-not-stacked-on-mobile) > .fmenu-nav {
  flex-basis: 28% !important;
}
@media (max-width: 781px) {
  .fmenu-ac00 .wp-block-columns:not(.is-not-stacked-on-mobile) > .fmenu-nav {
    border-bottom: solid 2px var(--color-brand);
    padding-bottom: 50px;
  }
}
.fmenu-ac00 .wp-block-columns:not(.is-not-stacked-on-mobile) > .fmenu-nav .sticky-nav {
  position: sticky;
  top: 120px;
  background: var(--color-bg);
  border: 1px solid #E3E3E3;
  padding: 0;
}
.fmenu-ac00 .wp-block-columns:not(.is-not-stacked-on-mobile) > .fmenu-nav .sticky-nav li {
  list-style: none;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.fmenu-ac00 .wp-block-columns:not(.is-not-stacked-on-mobile) > .fmenu-nav .sticky-nav li::before {
  font-family: var(--jp-font);
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-fg);
  line-height: 1.5;
}
.fmenu-ac00 .wp-block-columns:not(.is-not-stacked-on-mobile) > .fmenu-nav .sticky-nav li:last-child {
  border-bottom: none;
}
.fmenu-ac00 .wp-block-columns:not(.is-not-stacked-on-mobile) > .fmenu-nav .sticky-nav li:hover {
  background: #F5F3EE;
}
.fmenu-ac00 .wp-block-columns:not(.is-not-stacked-on-mobile) > .fmenu-nav .sticky-nav li a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-fg);
  transition: 0.2s;
  line-height: 1.5;
  padding: 15px 10px 15px 40px !important;
  width: 100%;
}
.fmenu-ac00 .wp-block-columns:not(.is-not-stacked-on-mobile) > .fmenu-nav .sticky-nav li.is-current {
  background: #F5F3EE;
  position: relative;
  z-index: 0;
}
.fmenu-ac00 .wp-block-columns:not(.is-not-stacked-on-mobile) > .fmenu-nav .sticky-nav li.is-current::before {
  color: var(--color-brand);
}
.fmenu-ac00 .wp-block-columns:not(.is-not-stacked-on-mobile) > .fmenu-nav .sticky-nav li.is-current a {
  color: var(--color-brand);
}
.fmenu-ac00 .wp-block-columns:not(.is-not-stacked-on-mobile) > .fmenu-nav .sticky-nav li.is-current::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 50px;
  background-image: url(../images/character_normal_flow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -35px;
  z-index: -1;
  opacity: 0;
  animation: CharaIn 0.5s ease-out forwards;
}
.fmenu-ac00 .wp-block-columns:not(.is-not-stacked-on-mobile) > .fmenu-nav .sticky-nav {
  /* ▼右から左へスライドするアニメーション */
}
@keyframes CharaIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fmenu-ac00 .fmenu-content {
  flex: 1;
  max-width: 750px;
  gap: 70px !important;
}
@media (max-width: 576px) {
  .fmenu-ac00 .fmenu-content {
    gap: 60px !important;
  }
}
.fmenu-ac00 .fmenu-content #flow01 h3::before {
  content: "01" !important;
}
.fmenu-ac00 .fmenu-content #flow02 h3::before {
  content: "02" !important;
}
.fmenu-ac00 .fmenu-content #flow03 h3::before {
  content: "03" !important;
}
.fmenu-ac00 .fmenu-content #flow04 h3::before {
  content: "04" !important;
}
.fmenu-ac00 .fmenu-content #flow05 h3::before {
  content: "05" !important;
}
.fmenu-ac00 .fmenu-content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  /* 上端を揃える */
  gap: 10px;
}
.fmenu-ac00 .fmenu-content h3::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  /* 中身を中央に */
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0 !important;
}
.fmenu-ac00 .fmenu-content p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 22px;
  font-weight: 500;
}
.fmenu-ac00 .fmenu-content p strong {
  font-weight: bold;
}
.fmenu-ac00 .fmenu-content figure {
  width: 100%;
  aspect-ratio: 21/9;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .fmenu-ac00 .fmenu-content figure {
    aspect-ratio: 16/9;
  }
}
.fmenu-ac00 .fmenu-content img {
  width: 100%;
}
.fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color {
  background: #F5F3EE !important;
  padding: 30px 28px !important;
  margin: 30px 0 0;
  border-radius: 12px;
}
@media (max-width: 781px) {
  .fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color {
    border-radius: 8px;
  }
}
@media (max-width: 1024px) {
  .fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color {
    padding: 25px 20px !important;
    width: 100% !important;
  }
}
.fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color p {
    margin-bottom: 15px;
  }
}
.fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .flow-line {
  aspect-ratio: unset;
  margin-top: 0;
  line-height: 0;
  height: 1px;
}
.fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .flow-line img {
  vertical-align: top !important;
}
@media (max-width: 576px) {
  .fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .flow-line img {
    vertical-align: middle !important;
  }
}
.fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .wp-block-group.is-layout-flex {
  justify-content: center;
  gap: 30px;
  width: 100%;
  padding-inline: 20px;
  margin-top: 30px;
}
@media (max-width: 1440px) {
  .fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .wp-block-group.is-layout-flex {
    padding-inline: 0;
    gap: 10px;
  }
}
@media (max-width: 1024px) {
  .fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .wp-block-group.is-layout-flex {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .button-brown {
  width: calc((100% - 35px) / 2);
  min-width: 280px;
}
@media (max-width: 1024px) {
  .fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .button-brown {
    min-width: 250px;
  }
}
.fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .flow01-text {
  width: calc((100% - 35px) / 2);
}
@media (max-width: 1024px) {
  .fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .flow01-text {
    width: fit-content;
  }
}
.fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .flow01-text .flow01-text-tel {
  padding-inline: 0;
  gap: 5px;
  align-items: center;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .flow01-text .flow01-text-tel {
    flex-direction: row;
  }
}
.fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .flow01-text .flow01-text-tel figure {
  width: 28px;
  height: 28px;
  margin-top: 7px;
}
.fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .flow01-text .flow01-text-tel p {
  font-size: 3.8rem;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .flow01-text .flow01-text-tel p {
    font-size: 3.4rem;
  }
}
@media (max-width: 781px) {
  .fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .flow01-text .flow01-text-tel p {
    font-size: 3.8rem;
  }
}
.fmenu-ac00 .fmenu-content .wp-block-group.has-surface-muted-background-color .flow01-text p.has-text-align-center {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 10px;
}
.fmenu-ac00 .fmenu-content #flow05 .flow-area {
  padding: 30px 28px !important;
}
.fmenu-ac00 .fmenu-content #flow05 .flow-area .wp-block-group p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .fmenu-ac00 .fmenu-content #flow05 .flow-area .wp-block-group p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.fmenu-ac00 .fmenu-content #flow05 .flow-area .wp-block-group .wp-block-group.is-layout-flex {
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 10px;
  padding-left: 0;
}
@media (max-width: 1024px) {
  .fmenu-ac00 .fmenu-content #flow05 .flow-area .wp-block-group .wp-block-group.is-layout-flex {
    flex-direction: row;
  }
}
.fmenu-ac00 .fmenu-content #flow05 .flow-area .wp-block-group .wp-block-group.is-layout-flex figure {
  width: 27px;
  height: 32px;
  margin-top: 0;
}
.fmenu-ac00 .fmenu-content #flow05 .flow-area .wp-block-group .wp-block-group.is-layout-flex figure img {
  width: 100%;
}
.fmenu-ac00 .fmenu-content #flow05 .flow-area .wp-block-group .wp-block-group.is-layout-flex p {
  margin: 0;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.6rem;
}
.fmenu-ac00 .fmenu-content #flow05 .flow-area .wp-block-group .wp-block-group.is-layout-flex p:hover {
  opacity: 0.7;
}
.fmenu-ac00 .fmenu-content #flow05 .flow-area hr {
  border: none;
  border-bottom: 1px solid #B8B2A4;
  margin: 24px 0;
}

/* 1. 抽象化された設定・関数・ミックスイン */
/* =========================================
   PRIVACY POLICY  ページ
   ========================================= */
/* ページ全体背景 */
.privacy-policy {
  background: #F9F7F0;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .privacy-policy {
    font-size: 1.5rem;
  }
}
.privacy-policy {
  /* ===========================
  タイトルエリア
  =========================== */
}
.privacy-policy .title-a-screen00 .wp-block-cover {
  height: 360px;
}
@media (max-width: 1024px) {
  .privacy-policy .title-a-screen00 .wp-block-cover {
    height: 320px;
  }
}
.privacy-policy .title-a-screen00 .wp-block-cover__background {
  background: transparent !important;
}
.privacy-policy .title-a-screen00 h1.page-title {
  color: var(--color-fg) !important;
}
.privacy-policy .title-a-screen00 {
  /* 英字タイトル PRIVACY POLICY */
}
.privacy-policy .title-a-screen00 .wp-block-cover__inner-container {
  color: var(--color-brand);
}

/* ===========================
   本文
   =========================== */
.privacy-an00 {
  max-width: 1100px;
  margin: 0 auto !important;
  width: 90%;
}
.privacy-an00 > div {
  gap: 80px !important;
  max-width: 100% !important;
}
@media (max-width: 1440px) {
  .privacy-an00 > div {
    gap: 70px !important;
  }
}
@media (max-width: 1024px) {
  .privacy-an00 > div {
    gap: 60px !important;
  }
}
.privacy-an00 > div > div,
.privacy-an00 > div p {
  max-width: 100% !important;
}
.privacy-an00 p {
  margin-bottom: 0;
}
.privacy-an00 h2 {
  font-size: 2.4rem;
  margin-top: 0 !important;
  margin-bottom: 25px;
  font-weight: bold;
}
.privacy-an00 h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .privacy-an00 h3 {
    font-size: 1.6rem;
  }
}
.privacy-an00 a {
  text-decoration: underline;
}

/* 1. 抽象化された設定・関数・ミックスイン */
/* =========================================
   404 Page  
   ========================================= */
.error-an00 {
  text-align: center;
  background-color: #F9F7F0;
  margin-top: 0 !important;
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .error-an00 {
    padding: 100px 0;
  }
}
@media (max-width: 576px) {
  .error-an00 {
    padding: 80px 0;
  }
}
.error-an00 h1 {
  font-family: var(--en-font);
  font-weight: 700;
  line-height: 1 !important;
  margin-bottom: 0 !important;
  font-size: clamp(10rem, 9rem + 5vw, 20rem) !important;
}
.error-an00 h2 {
  font-family: var(--en-font);
  font-weight: 700;
  margin-top: 0;
  font-size: clamp(4rem, 4rem + 1.5vw, 7rem) !important;
}
.error-an00 p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .error-an00 p {
    font-size: 1.5rem;
  }
}
.error-an00 {
  /* TOPへ戻るボタン */
}
.error-an00 .wp-block-buttons .wp-block-button {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 1024px) {
  .error-an00 .wp-block-buttons .wp-block-button {
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .error-an00 .wp-block-buttons .wp-block-button {
    max-width: 260px;
  }
}
.error-an00 .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: var(--wp--preset--spacing--m) var(--wp--preset--spacing--xl);
  border: solid 2px var(--color-brand);
  box-shadow: 4px 4px 12px 0 #EBE7C5;
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}
@media (max-width: 1024px) {
  .error-an00 .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 1.6rem;
    height: 70px;
  }
}
@media (max-width: 576px) {
  .error-an00 .wp-block-buttons .wp-block-button .wp-block-button__link {
    height: 64px;
  }
}
.error-an00 .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: var(--color-bg) !important;
  color: var(--color-brand) !important;
  transition: background-color 0.3s, color 0.3s;
}
.error-an00 .wp-block-buttons .wp-block-button .wp-block-button__link:hover::after {
  transition: all 0.3s;
  border-top: 2px solid var(--color-brand);
  border-right: 2px solid var(--color-brand);
}
.error-an00 .wp-block-buttons .wp-block-button .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--color-bg);
  border-right: 2px solid var(--color-bg);
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.error404 .cta-cn00 {
  margin-top: 0 !important;
}

/* 1. 抽象化された設定・関数・ミックスイン */
/* =========================================================
   Contact Page
   ========================================================= */
.page-id-20 {
  /* -------------------------------
     フォーム全体
  --------------------------------*/
}
.page-id-20 .form {
  max-width: 700px;
  margin: 80px auto 0;
  font-size: 1.6rem;
}
@media (max-width: 1024px) {
  .page-id-20 .form {
    margin: 60px auto 0;
    width: 90%;
  }
}
.page-id-20 .form .form-note {
  margin-bottom: 20px;
}
.page-id-20 .form .form-note p {
  color: #A0A0A0;
  font-weight: 500;
}
.page-id-20 .form .form-note .required {
  color: #DB4813;
  font-weight: 500;
  margin-right: 3px;
}
.page-id-20 .form .form-wrapper {
  display: grid;
  gap: 32px;
}
.page-id-20 .form .form-wrapper .form-group p {
  margin: 0;
}
.page-id-20 .form .form-wrapper .form-group .form-label {
  font-weight: 500;
  margin-bottom: 6px;
  display: inline-block;
}
.page-id-20 .form .form-wrapper .form-group .form-label span {
  color: #DB4813;
  margin-right: 3px;
}
.page-id-20 .form .form-wrapper .form-group input,
.page-id-20 .form .form-wrapper .form-group select,
.page-id-20 .form .form-wrapper .form-group textarea {
  width: 100%;
  height: 60px;
  border: 1px solid var(--color-brand);
  font-family: var(--jp-font);
  font-weight: 500;
  padding: 12px 14px;
  border-radius: 5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background-color: #fff;
}
.page-id-20 .form .form-wrapper .form-group input::placeholder,
.page-id-20 .form .form-wrapper .form-group select::placeholder,
.page-id-20 .form .form-wrapper .form-group textarea::placeholder {
  color: #A0A0A0;
}
.page-id-20 .form .form-wrapper .form-group textarea {
  min-height: 200px;
}
.page-id-20 .form .form-wrapper .form-group {
  /* ラジオ */
}
.page-id-20 .form .form-wrapper .form-group .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  gap: 15px 24px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.page-id-20 .form .form-wrapper .form-group .wpcf7-radio .wpcf7-list-item {
  margin: 0 !important;
}
.page-id-20 .form .form-wrapper .form-group .wpcf7-radio input[type=radio] {
  /* ラジオボタン本体を完全に非表示 */
  display: none;
}
.page-id-20 .form .form-wrapper .form-group .wpcf7-radio label {
  /* ラベル全体を Flex で整列 */
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.page-id-20 .form .form-wrapper .form-group .wpcf7-radio {
  /* ---------------------------------- */
  /* ラベル要素（::before, ::afterの基準） */
  /* ---------------------------------- */
}
.page-id-20 .form .form-wrapper .form-group .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  /* ::before / ::after の基準点 */
  display: flex;
  align-items: center;
  /* ① 外枠 (::before) の定義 */
}
.page-id-20 .form .form-wrapper .form-group .wpcf7-radio .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  /* 外枠のデザイン */
  border: 1px solid var(--color-brand);
  /* 黄色の外枠 */
  border-radius: 50%;
  background-color: #fff;
  /* 内部の ::after (●) の位置基準を確保 */
  position: relative;
  box-sizing: border-box;
  transition: background-color 0.3s, border-color 0.3s;
}
.page-id-20 .form .form-wrapper .form-group .wpcf7-radio .wpcf7-list-item-label {
  /* ② 中央のチェックマーク (::after) の定義 */
}
.page-id-20 .form .form-wrapper .form-group .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  display: block;
  /* サイズと形状 */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  background-color: var(--main_color);
  opacity: 0;
  transition: opacity 0.3s;
}
.page-id-20 .form .form-wrapper .form-group .wpcf7-radio {
  /* ---------------------------------------------------- */
  /* ③ 選択時: input[type="radio"]:checked に隣接するラベルのスタイル */
  /* ---------------------------------------------------- */
}
.page-id-20 .form .form-wrapper .form-group .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  background-color: #D9C400;
}
.page-id-20 .form .form-wrapper .form-group .wpcf7-radio span {
  /* ラベルテキストのスタイル */
  font-weight: 500;
}
.page-id-20 .form .form-wrapper .form-group {
  /* セレクト */
}
.page-id-20 .form .form-wrapper .form-group select.wpcf7-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* ▼アイコン（中央寄せ） */
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,0 20,0 10,12' fill='%23212121' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 10px 5px;
  cursor: pointer;
}
.page-id-20 .form .form-wrapper .form_people select,
.page-id-20 .form .form-wrapper .form_people input {
  width: 100px !important;
  margin-right: 10px;
}
.page-id-20 .form .form-wrapper .form_people {
  font-weight: 500;
}
.page-id-20 .form .form-wrapper .form_people .wpcf7-form-control-wrap {
  position: relative;
}
.page-id-20 .form .form-wrapper {
  /* プライバシーポリシー */
}
.page-id-20 .form .form-wrapper .form-privacypolicy p {
  display: flex;
  justify-content: center;
}
.page-id-20 .form .form-wrapper .form-privacypolicy .wpcf7-list-item {
  margin-left: 0;
}
.page-id-20 .form .form-wrapper .form-privacypolicy input[type=checkbox] {
  /* 標準のチェックを消す */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-brand);
  border-radius: 4px;
  /* 角丸 */
  background: #fff;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.page-id-20 .form .form-wrapper .form-privacypolicy {
  /* ✔ チェックマーク */
}
.page-id-20 .form .form-wrapper .form-privacypolicy input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  /* 中央に黄色のチェックを描く SVG */
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='8,17 13,22 24,11' fill='none' stroke='%23D9C400' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.page-id-20 .form .form-wrapper .form-privacypolicy label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.page-id-20 .form .form-wrapper .form-privacypolicy label .wpcf7-list-item-label {
  font-weight: 500;
}
.page-id-20 .form .form-wrapper .form-privacypolicy label a {
  color: var(--color-brand);
  text-decoration: underline;
}
.page-id-20 .form .form-wrapper {
  /* 送信ボタン */
}
.page-id-20 .form .form-wrapper .form-button {
  text-align: center;
}
.page-id-20 .form .form-wrapper .form-button .wp-block-button {
  width: 100%;
  max-width: 320px;
  height: 80px;
}
@media (max-width: 1024px) {
  .page-id-20 .form .form-wrapper .form-button .wp-block-button {
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .page-id-20 .form .form-wrapper .form-button .wp-block-button {
    max-width: 260px;
  }
}
.page-id-20 .form .form-wrapper .form-button p {
  margin-bottom: 0;
}
.page-id-20 .form .form-wrapper .form-button input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: var(--wp--preset--spacing--m) var(--wp--preset--spacing--xl);
  border: solid 2px var(--color-brand);
  box-shadow: 4px 4px 12px 0 #EBE7C5;
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  background: var(--color-brand);
  color: #fff;
}
@media (max-width: 1024px) {
  .page-id-20 .form .form-wrapper .form-button input[type=submit] {
    font-size: 1.6rem;
    height: 70px;
  }
}
@media (max-width: 576px) {
  .page-id-20 .form .form-wrapper .form-button input[type=submit] {
    height: 64px;
  }
}
.page-id-20 .form .form-wrapper .form-button input[type=submit]:hover {
  background-color: var(--color-bg) !important;
  color: var(--color-brand) !important;
  transition: background-color 0.3s, color 0.3s;
}
.page-id-20 .form .form-wrapper .form-button .wpcf7-spinner {
  display: none;
}
.page-id-20 .form .form-contact_tour {
  display: grid;
  gap: 32px;
}
.page-id-20 {
  /* -------------------------------
     CTA（PDF下部青背景）
  --------------------------------*/
}
.page-id-20 .cta-cn00 .cta-contact {
  display: none;
}
.page-id-20 .cta-cn00 .wp-block-cover {
  min-height: unset !important;
  padding: 0;
}
@media (max-width: 1024px) {
  .page-id-20 .cta-cn00 .wp-block-cover {
    padding: 40px 10px !important;
  }
}
.page-id-20 .cta-cn00 .wp-block-cover h2 {
  margin-bottom: 0 !important;
}
.page-id-20 .cta-cn00 .wp-block-cover p:nth-of-type(2) {
  margin-bottom: 10px !important;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

/* 1. 抽象化された設定・関数・ミックスイン */
.page-id-37 .wp-block-template-part .title-a-screen00 {
  display: none;
}
.page-id-37 .wp-block-template-part .cta-cn00 {
  display: none;
}
.page-id-37 .thanks-wrap {
  padding: 120px 0 200px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}
@media (max-width: 1024px) {
  .page-id-37 .thanks-wrap {
    padding: 100px 0 180px;
  }
}
@media (max-width: 781px) {
  .page-id-37 .thanks-wrap {
    padding: 80px 0 100px;
  }
}
@media (max-width: 576px) {
  .page-id-37 .thanks-wrap {
    padding: 70px 0 80px;
  }
}
.page-id-37 .thanks-wrap h2 {
  font-size: clamp(2.4rem, 2rem + 0.8vw, 3.2rem);
  font-weight: bold;
  margin-bottom: 45px;
}
@media (max-width: 781px) {
  .page-id-37 .thanks-wrap h2 {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.page-id-37 .thanks-wrap p {
  font-size: clamp(1.6rem, 1.5rem + 0.3vw, 2rem);
  line-height: 2;
  margin-bottom: 60px;
  font-weight: 500;
}
@media (max-width: 781px) {
  .page-id-37 .thanks-wrap p {
    text-align: center;
    margin-bottom: 250px;
  }
}
@media (max-width: 576px) {
  .page-id-37 .thanks-wrap p {
    margin-bottom: 230px;
  }
}
@media (max-width: 781px) {
  .page-id-37 .thanks-wrap .wp-block-buttons {
    display: flex;
    justify-content: center;
  }
}
.page-id-37 .thanks-wrap .wp-block-buttons .wp-block-button {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 1024px) {
  .page-id-37 .thanks-wrap .wp-block-buttons .wp-block-button {
    max-width: 300px;
  }
}
@media (max-width: 576px) {
  .page-id-37 .thanks-wrap .wp-block-buttons .wp-block-button {
    max-width: 260px;
  }
}
.page-id-37 .thanks-wrap .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: var(--wp--preset--spacing--m) var(--wp--preset--spacing--xl);
  border: solid 2px var(--color-brand);
  box-shadow: 4px 4px 12px 0 #EBE7C5;
  border-radius: 0;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
}
@media (max-width: 1024px) {
  .page-id-37 .thanks-wrap .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 1.6rem;
    height: 70px;
  }
}
@media (max-width: 576px) {
  .page-id-37 .thanks-wrap .wp-block-buttons .wp-block-button .wp-block-button__link {
    height: 64px;
  }
}
.page-id-37 .thanks-wrap .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: var(--color-bg) !important;
  color: var(--color-brand) !important;
  transition: background-color 0.3s, color 0.3s;
}
.page-id-37 .thanks-wrap .wp-block-buttons .wp-block-button .wp-block-button__link:hover::after {
  transition: all 0.3s;
  border-top: 2px solid var(--color-brand);
  border-right: 2px solid var(--color-brand);
}
.page-id-37 .thanks-wrap .wp-block-buttons .wp-block-button .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--color-bg);
  border-right: 2px solid var(--color-bg);
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.page-id-37 .thanks-wrap .thanks-images {
  position: absolute;
  right: 30%;
  bottom: 110px;
}
@media (max-width: 1024px) {
  .page-id-37 .thanks-wrap .thanks-images {
    right: 15%;
    bottom: 90px;
  }
}
@media (max-width: 781px) {
  .page-id-37 .thanks-wrap .thanks-images {
    bottom: 200px;
    right: unset;
    left: 52%;
    transform: translateX(-50%);
  }
}
.page-id-37 .thanks-wrap .thanks-images figure:first-child {
  position: absolute;
  top: -100px;
  left: -80px;
}
.page-id-37 .thanks-wrap .thanks-images figure:last-child img {
  width: 124px;
}
@media (max-width: 576px) {
  .page-id-37 .thanks-wrap .thanks-images figure:last-child img {
    width: 100px;
  }
}

/* 1. 抽象化された設定・関数・ミックスイン */
/* =====================================================
   Single Tour Page  (CTA以下なし)
===================================================== */
html {
  overflow-x: hidden;
}

@media (max-width: 781px) {
  .single-post {
    overflow-x: hidden;
  }
}
.single-post .l-header-inner {
  margin-bottom: 0 !important;
}
@media (max-width: 781px) {
  .single-post main > .wp-block-template-part {
    max-width: 100%;
  }
}
.single-post {
  /* -----------------------------
     ページ全体
  ----------------------------- */
}
.single-post .single-bn00 {
  max-width: 1100px;
  margin: 50px auto;
}
@media (max-width: 781px) {
  .single-post .single-bn00 {
    margin: 0 auto;
  }
}
.single-post .single-bn00 article {
  display: inline-block !important;
  max-width: 100%;
}
.single-post .single-bn00 {
  /* -----------------------------
     仕切り線
  ----------------------------- */
}
.single-post .single-bn00 hr.wp-block-separator {
  border: none;
  border-top: 1px solid #A0A0A0;
  margin: 60px 0 40px;
}
@media (max-width: 1024px) {
  .single-post .single-bn00 hr.wp-block-separator {
    margin: 40px 0 30px;
  }
}
@media (max-width: 781px) {
  .single-post .single-bn00 hr.wp-block-separator {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .single-post .single-bn00 hr.wp-block-separator {
    margin: 30px 0 20px;
  }
}
.single-post {
  /* -----------------------------
     アイキャッチ画像
  ----------------------------- */
}
.single-post .wp-block-post-featured-image {
  aspect-ratio: 1200/675;
}
.single-post .wp-block-post-featured-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  aspect-ratio: unset;
}
.single-post {
  /* -----------------------------
      カテゴリータグ
  ----------------------------- */
}
.single-post .single-info {
  margin: 0 !important;
  justify-content: space-between;
}
@media (max-width: 781px) {
  .single-post .single-info {
    width: 90%;
    margin: 0 auto !important;
  }
}
.single-post .single-info > div {
  margin-bottom: 0 !important;
}
@media (max-width: 576px) {
  .single-post .single-info > div {
    gap: 5px !important;
  }
}
.single-post .single-info > div:last-child {
  gap: 0 !important;
}
.single-post .single-info > div:last-child p {
  margin-bottom: 0;
  width: auto !important;
  color: #888479;
  font-weight: 500;
}
.single-post .single-info > div:last-child p,
.single-post .single-info > div:last-child div {
  margin-bottom: 0 !important;
  font-size: 2rem;
  font-weight: 500;
  color: #888479;
}
@media (max-width: 1024px) {
  .single-post .single-info > div:last-child p,
  .single-post .single-info > div:last-child div {
    font-size: 1.8rem;
  }
}
.single-post .single-info a {
  margin-right: 0;
}
.single-post .single-info .taxonomy-category a {
  width: auto !important;
}
.single-post .single-info .taxonomy-post_tag a {
  width: auto !important;
}
.single-post .single-info .taxonomy-post_tag span {
  display: none;
}
.single-post {
  /* -----------------------------
      タイトル
  ----------------------------- */
}
.single-post h1.wp-block-post-title {
  font-size: clamp(2.4rem, 2rem + 1.5vw, 3.6rem);
  font-weight: 500;
  margin: 24px 0 32px;
  line-height: 1.4;
}
@media (max-width: 781px) {
  .single-post h1.wp-block-post-title {
    width: 90%;
    margin: 20px 0 28px;
  }
}
.single-post {
  /* -----------------------------
      旅行基本情報（旅行代金/日程/目的地）
  ----------------------------- */
}
.single-post .single-about {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 781px) {
  .single-post .single-about {
    width: 90%;
    margin: 0 auto !important;
  }
}
.single-post .single-about > div {
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
}
@media (max-width: 576px) {
  .single-post .single-about > div {
    flex-direction: column;
    align-items: flex-start;
  }
}
.single-post .single-about > div p {
  margin-bottom: 0 !important;
  width: 140px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .single-post .single-about > div p {
    width: 120px;
  }
}
@media (max-width: 781px) {
  .single-post .single-about > div p {
    width: 100px;
  }
}
@media (max-width: 576px) {
  .single-post .single-about > div p {
    font-weight: bold;
  }
}
.single-post .single-about > div > div {
  line-height: 1.5;
}
.single-post .single-about > div:first-child {
  color: #DB4813;
}
.single-post .single-about > div:first-child p {
  font-size: 1.6rem;
  color: var(--color-fg);
}
.single-post {
  /* -----------------------------
      セクション見出し h3
  ----------------------------- */
}
.single-post h3.wp-block-heading {
  font-size: clamp(2rem, 2rem + 0.3vw, 2.2rem);
  font-weight: bold;
  padding: 3px 5px;
  background: #FAF2C5;
  border: solid 1px var(--color-fg);
  margin: 60px auto 20px 0 !important;
  width: fit-content;
}
@media (max-width: 781px) {
  .single-post h3.wp-block-heading {
    margin: 60px auto 20px calc((100vw - 90%) / 2) !important;
  }
}
.single-post {
  /* -----------------------------
      旅のポイント
  ----------------------------- */
}
.single-post .single-text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (max-width: 781px) {
  .single-post .single-text > div {
    width: 90%;
    margin: 0 auto !important;
  }
}
.single-post {
  /* -----------------------------
      TablePress（旅行詳細）
  ----------------------------- */
}
.single-post .table-note {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 781px) {
  .single-post .table-note {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .single-post .table-note {
    font-size: 1.5rem;
  }
}
@media (max-width: 781px) {
  .single-post .table-fixed-left {
    margin-left: 0 !important;
    overflow: visible;
  }
}
@media (max-width: 781px) {
  .single-post .table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 0 !important;
  }
}
.single-post table.tablepress {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-fg);
  margin-bottom: 10px;
}
@media (max-width: 781px) {
  .single-post table.tablepress {
    min-width: 830px;
    display: block;
    /* 左側の余白だけ維持 */
    padding-left: calc((100vw - 90%) / 2);
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .single-post table.tablepress {
    min-width: 1000px;
    padding-right: 20px;
  }
}
.single-post table.tablepress thead th {
  background: #F2F0E6;
  padding: 12px;
  border: 1px solid #5D5656;
  font-weight: bold;
  text-align: center;
  color: var(--color-fg);
  white-space: nowrap;
}
@media (max-width: 576px) {
  .single-post table.tablepress thead th {
    padding: 8px;
  }
}
.single-post table.tablepress tbody td {
  border: 1px solid #5D5656;
  padding: 12px;
  line-height: 2;
  color: var(--color-fg);
  background: #fff;
}
@media (max-width: 576px) {
  .single-post table.tablepress tbody td {
    padding: 8px;
  }
}
.single-post table.tablepress td.column-1,
.single-post table.tablepress td.column-3 {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .single-post table.tablepress td.column-1,
  .single-post table.tablepress td.column-3 {
    white-space: wrap;
    line-height: 1.5;
  }
}
.single-post table.tablepress td.column-1 {
  background: #F6F5F0;
}
.single-post table.tablepress caption {
  display: none;
}
.single-post {
  /* -----------------------------
      「前のツアーへ」「次のツアーへ」
  ----------------------------- */
}
.single-post .single-navigation {
  margin: 0 !important;
  max-width: 100%;
  margin-top: 120px !important;
}
@media (max-width: 1440px) {
  .single-post .single-navigation {
    margin-top: 100px !important;
  }
}
@media (max-width: 1024px) {
  .single-post .single-navigation {
    margin-top: 80px !important;
  }
}
@media (max-width: 781px) {
  .single-post .single-navigation {
    max-width: 90%;
    margin: 80px auto 0 !important;
  }
}
@media (max-width: 576px) {
  .single-post .single-navigation {
    margin: 60px auto 0 !important;
  }
}
.single-post .single-navigation hr {
  margin: 0 !important;
}
@media (max-width: 781px) {
  .single-post .single-navigation hr {
    width: 100%;
  }
}
.single-post .single-navigation > div {
  margin: 30px 0;
}
@media (max-width: 781px) {
  .single-post .single-navigation > div {
    margin: 20px 0;
  }
}
.single-post .wp-block-post-navigation-link {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .single-post .wp-block-post-navigation-link {
    font-size: 1.5rem;
  }
}
.single-post .wp-block-post-navigation-link a {
  color: #434028;
  text-decoration: underline;
}

/* 1. 抽象化された設定・関数・ミックスイン */
.search main .wp-block-cover {
  max-width: 100% !important;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  box-sizing: border-box;
  min-height: unset;
}
@media (max-width: 1440px) {
  .search main .wp-block-cover {
    height: 480px;
  }
}
@media (max-width: 1024px) {
  .search main .wp-block-cover {
    height: 440px;
  }
}
@media (max-width: 781px) {
  .search main .wp-block-cover {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .search main .wp-block-cover {
    height: 280px;
  }
}
.search main .wp-block-cover img.wp-block-cover__image-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.search main .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 12px;
  color: #fff;
}
.search main .wp-block-cover h2 {
  font-size: clamp(5.6rem, 5rem + 2.2vw, 8.8rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  margin: 0;
  color: var(--color-bg);
  font-family: var(--en-font);
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .search main .wp-block-cover h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .search main .wp-block-cover h2 {
    margin-bottom: 5px;
  }
}
.search main .wp-block-cover h3 {
  font-size: clamp(2rem, 2rem + 0.5vw, 2.8rem);
  font-weight: bold;
  margin: 0;
  color: var(--color-bg);
  letter-spacing: 0.05em;
}

/*# sourceMappingURL=child-theme.css.map */
