@charset "UTF-8";
/* 管理画面のバーを非表示 */
#wpadminbar {
  display: none;
}

/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.45;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

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

/* リストのリセット */
ul,
ol {
  list-style: none;
}

dl,
dd {
  margin-bottom: 0;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

/* ベース */
html {
  scroll-behavior: smooth; /* スムーズスクロールを有効化 */
  scroll-padding-top: 96px; /* ヘッダーの高さ */
}

@media (max-width: 990px) {
  html {
    scroll-padding-top: 73px;
  }
}
body.active {
  overflow: hidden;
}

button.splide__arrow {
  border-color: transparent !important;
}

/* 予約 */
.header.edel-flex.edel-flex-end {
  margin-top: 10px;
}

/* 旅ともCSS */
/* SP・PC表示/非表示 */
.tab_visible {
  display: none !important;
}

@media (max-width: 990px) {
  .tab_visible {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .sp_hidden {
    display: none !important;
  }
}
.sp_visible {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_visible {
    display: block !important;
  }
}
@media (min-width: 990px) {
  .pc_hidden {
    display: none !important;
  }
}
@media (max-width: 990px) {
  .tab_hidden {
    display: none !important;
  }
}
/* レイアウト */
.l-inner {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 6%;
}

@media (max-width: 990px) {
  .l-inner {
    padding: 0 3%;
  }
}
@media (max-width: 768px) {
  .l-inner {
    padding: 0 5.33%;
  }
}
@media (max-width: 768px) {
  .l-narrow {
    padding: 0 4.26%;
  }
}
.l-inner.--wide {
  max-width: 1344px;
}

.l-section {
  padding-block: 80px;
}

.l-section.--low {
  padding-block: 50px;
}

.l-section.--faq {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

@media (max-width: 768px) {
  .l-section.--faq {
    gap: 40px;
  }
}
.l-section.--front-faq {
  padding-bottom: 160px;
}

@media (max-width: 768px) {
  .l-section.--front-faq {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .l-section {
    padding-block: 40px;
  }
  .l-section.--low {
    padding-block: 40px;
  }
  .l-section.--icon {
    padding-block: 90px 40px;
  }
}
.l-faq-section {
  padding-block: 50px;
}

@media (max-width: 768px) {
  .l-faq-section {
    padding-block: 30px;
  }
}
.l-faq-contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media (max-width: 768px) {
  .l-faq-contents {
    gap: 30px;
  }
}
.l-contents {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (max-width: 768px) {
  .l-contents {
    gap: 30px;
  }
}
.l-contents.--staff {
  gap: 80px;
}

@media (max-width: 768px) {
  .l-contents.--staff {
    gap: 80px;
  }
}
/* 共通パーツ */
.c-title {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.c-title.--left {
  margin-inline: 0 auto;
}

@media (max-width: 768px) {
  .c-title {
    font-size: 24px;
  }
  .c-title.--left {
    margin-inline: auto;
  }
}
.c-title.--sub {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .c-title.--sub {
    font-size: 20px;
    padding-left: 34px;
  }
}
.c-title.--small {
  font-size: 24px;
  font-weight: 700;
  color: #4067cd;
  padding-block: 12px;
}

.c-title.--icon {
  padding-left: 43px;
  position: relative;
}

.c-title.--icon02,
.c-title.--icon04 {
  padding-left: 50px;
}

.c-title.--icon::before,
.c-title.--icon02::before,
.c-title.--icon03::before,
.c-title.--icon04::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}

.c-title.--icon03 {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .c-title.--icon03 {
    padding-left: 34px;
  }
  .c-title.--icon04 {
    padding-left: 0;
  }
  .c-title.--icon04::before {
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
}
@media (max-width: 768px) {
  .c-title.--icon03::before {
    width: 24px;
    height: 24px;
  }
}
.c-title.--country::before {
  background-image: url(../img/common/icon-country.svg);
}

.c-title.--horse::before {
  background-image: url(../img/common/icon-horse.svg);
}

.c-title.--star::before {
  background-image: url(../img/common/icon-star.svg);
}

.c-title.--info::before {
  background-image: url(../img/common/icon-info.svg);
}

.c-title.--basic::before {
  background-image: url(../img/common/icon-basic.svg);
}

.c-title.--reason::before {
  background-image: url(../img/common/icon-reason.svg);
}

.c-title.--news::before {
  background-image: url(../img/common/icon-news.svg);
}

.c-title.--category::before {
  background-image: url(../img/common/icon-category.svg);
}

.c-title.--chart::before {
  background-image: url(../img/common/icon-chart.svg);
}

.c-title.--tour-schedule::before {
  background-image: url(../img/common/icon-time.svg);
}

.c-title.--tour-accommodation::before {
  background-image: url(../img/attention/attention-gel.webp);
}

.c-title.--tour-voice::before {
  background-image: url(../img/common/icon-voice.webp);
}

.c-title.--tour-travel-note {
  position: absolute;
  top: 5%;
  left: 0;
}

@media (max-width: 768px) {
  .c-title.--tour-travel-note {
    position: relative;
  }
}
.c-title.--tour-travel-note::before {
  background-image: url(../img/common/icon-book.svg);
}

.c-title.--country-article::before {
  background-image: url(../img/common/icon-book.svg);
}

.c-title.--tour-experience::before {
  background-image: url(../images/front/icon-star.svg);
}

.c-title.--tour-tabitomo span {
  color: #f9581c;
}

.c-title.--tour-tabitomo::before {
  background-image: url(../images/front/icon-tabitomo.png);
}

.c-title.--faq::before {
  background-image: url(../img/common/icon-faq.svg);
}

.c-title.--faq01::before {
  background-image: url(../img/attention/attention-look.webp);
}

.c-title.--faq02::before {
  background-image: url(../img/attention/attention-calendar.webp);
}

.c-title.--faq03::before {
  background-image: url(../img/attention/attention-flag.webp);
}

.c-title.--faq04::before {
  background-image: url(../img/attention/attention-pass.webp);
}

.c-title.--faq05::before {
  background-image: url(../img/attention/attention-car.webp);
}

.c-title.--faq06::before {
  background-image: url(../img/attention/attention-money.webp);
}

.c-title.--faq07::before {
  background-image: url(../img/attention/attention-bed.webp);
}

.c-title.--faq08::before {
  background-image: url(../img/attention/attention-gel.webp);
}

.c-title.--faq09::before {
  background-image: url(../img/attention/attention-gel.webp);
}

.c-title.--faq10::before {
  background-image: url(../img/attention/attention-tent.webp);
}

.c-title.--faq11::before {
  background-image: url(../img/attention/attention-horse.webp);
}

.c-title.--faq12::before {
  background-image: url(../img/attention/attention-clothes.webp);
}

.c-title.--faq13::before {
  background-image: url(../img/attention/attention-airplane.webp);
}

.c-title.--faq14::before {
  background-image: url(../img/attention/attention-cancel.webp);
}

.c-title.--tour-ranking::before {
  background-image: url(../img/common/ranking-title.webp);
}

.c-title.--contact::before {
  background-image: url(../img/common/icon-mail.webp);
}

.c-title.--tag-search {
  padding-inline: 66px;
  position: relative;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .c-title.--tag-search {
    font-size: 14px;
    padding-inline: 34px;
  }
}
.c-title.--tag-search::before {
  background-image: url(../img/common/tag-title.webp);
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 59px;
}

@media (max-width: 768px) {
  .c-title.--tag-search::before {
    width: 28px;
    height: 29px;
  }
}
.c-title.--tag-search::after {
  background-image: url(../img/common/tag-title.webp);
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 59px;
}

@media (max-width: 768px) {
  .c-title.--tag-search::after {
    width: 28px;
    height: 29px;
  }
}
@media (max-width: 768px) {
  .c-title.--youtube {
    padding-left: 0;
  }
}
.c-title.--youtube::before {
  background-image: url(../img/common/youtube-title.webp);
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .c-title.--youtube::before {
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.c-title.--voice::before {
  background-image: url(../img/voice/voice-icon.webp);
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn {
  border-radius: 100px;
  border: 2px solid #4067cd;
  background: #fff;
  display: flex;
  width: 335px;
  padding-block: 16px;
  padding-inline: 36px 44px;
  justify-content: center;
  align-items: center;
  color: #4067cd;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .c-btn {
    display: flex;
    width: 234px;
    height: 56px;
    padding-inline: 8px 36px;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 0.7;
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/arrow-blue03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .c-btn::before {
    width: 24px;
    height: 24px;
    right: 12px;
  }
}
.c-btn.center {
  margin-inline: auto;
}

.c-btn.line {
  background-color: #06c755;
  border-color: #06c755;
  color: #fff;
  padding-inline: 66px 44px;
}

.c-btn.line::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/icon-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn.line::before {
  background-image: url(../img/common/line-arrow.svg);
}

@media (max-width: 768px) {
  .c-btn.--tel {
    color: #f9581c;
    font-family: Inter;
    font-size: clamp(1.25rem, -0.932rem + 10.91vw, 1.625rem);
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 0.9;
    padding-inline: 70px 22px;
    border-color: #f9581c;
  }
}
@media (max-width: 768px) {
  .c-btn.--tel::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-btn.--tel::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    background-image: url(../images/front/icon-tel_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-btn.--reservation {
  border-color: #f9581c;
  background-color: #f9581c;
  color: #fff;
  width: 328px;
}

@media (max-width: 768px) {
  .c-btn.--reservation {
    padding-inline: 24px 44px;
  }
}
.c-btn.--reservation::before {
  background-image: url(../img/common/arrow-red.svg);
  width: 30px;
  height: 30px;
}

.c-btn.--tabitomo {
  padding-inline: 14px 44px;
  width: 328px;
}

@media (max-width: 768px) {
  .c-btn.--tabitomo {
    padding-inline: 14px 44px;
  }
}
.c-btn.--tabitomo::before {
  width: 30px;
  height: 30px;
}

@media (max-width: 768px) {
  .c-btn.--footer_btn {
    width: 100%;
    max-width: 335px;
    margin-inline: auto;
  }
}
.c-btn.--faq {
  flex-wrap: wrap;
  /* width: 234px; */
  width: calc(33% - 14px);
  padding-inline: 11px 44px;
}

@media (max-width: 768px) {
  .c-btn.--faq {
    width: calc(50% - 8px);
    padding-inline: 12px 46px;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.c-btn.--faq.--sub {
  flex: 1;
  max-width: 254px;
}

@media (max-width: 768px) {
  .c-btn.--faq.--sub {
    width: 155px;
  }
}
.c-btn.--faq::before {
  width: 30px;
  height: 30px;
  background-image: url(../img/common/dawn-arrow.svg);
}

.c-btn.--thinking {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  padding-inline: 14px 44px;
}

@media (max-width: 768px) {
  .c-btn.--thinking {
    padding-inline: 12px 40px;
    width: 220px;
  }
}
.c-btn.--thinking::before {
  background-image: url(../img/common/arrow-w.svg);
}

.c-btn.--customize {
  padding-inline: 14px 44px;
}

@media (max-width: 768px) {
  .c-btn.--customize {
    width: 100%;
    max-width: 335px;
  }
}
.c-btn.--customize::before {
  background-image: url(../img/common/icon-link.svg);
  width: 24px;
  height: 24px;
  right: 24px;
}

@media (max-width: 768px) {
  .c-btn.--customize::before {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .c-btn.--questionnaire {
    width: 100%;
    max-width: 343px;
  }
}
@media (max-width: 768px) {
  .c-btn.--staff {
    width: 100%;
    max-width: 273px;
  }
}
.c-tel {
  color: #333;
  font-family: Inter;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.28px;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  position: relative;
}

.c-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/front/icon-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 44px;
  height: 44px;
}

.c-tel span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}

.c-tel .ja {
  font-size: 14px;
  font-family: "Noto Sans JP";
}

.c-tour__tag {
  display: inline-flex;
  padding-inline: 20px 10px;
  padding-block: 4px;
  /* padding: 4px 10px; */
  align-items: center;
  border-radius: 100px;
  border: 1px solid #4067cd;
  background: #fff;
  color: #4067cd;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1; /* 12px */
  position: relative;
}

@media (any-hover: hover) {
  .c-tour__tag:hover {
    background-color: #4067cd;
    color: #fff;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .c-tour__tag {
    font-size: 10px;
    padding-inline: 18px 10px;
  }
}
@media (max-width: 768px) {
  .c-tour__tag.--header {
    font-size: 12px;
    border: none;
    background-color: transparent;
  }
}
.c-tour__tag.no-link {
  pointer-events: none;
}

.c-tour__tag::before {
  content: "＃";
  position: absolute;
  display: inline-block;
  font-size: 12px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .c-tour__tag::before {
    font-size: 10px;
  }
}
.c-tour__date {
  color: #89a1e5;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.u-title-wrap {
  padding-block: 50px;
}

@media (max-width: 768px) {
  .u-title-wrap {
    padding-block: 30px;
  }
}
/* メルマガフォーム */
.guest-subscribe-wrapper {
  margin-inline: 0;
  margin-block: 13px 0;
  display: flex;
  gap: 8px;
}

.guest-subscribe-wrapper input[type=submit] {
  background-color: #4067cd;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px;
}

/*MV*/
.l-main {
  background-color: #fff;
}

.l-main.--faq {
  margin-top: 90px;
}

@media (max-width: 990px) {
  .l-main.--faq {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .l-main.--faq {
    margin-top: 64px;
  }
}
.l-main.--page {
  margin-top: 94px;
}

@media (max-width: 990px) {
  .l-main.--page {
    margin-top: 64px;
  }
}
.l-main.--home {
  margin-top: 64px;
}

@media (max-width: 990px) {
  .l-main.--home {
    margin-top: 70px;
  }
}
.l-main.--contact {
  margin-top: 96px;
}

@media (max-width: 990px) {
  .l-main.--contact {
    margin-top: 70px;
  }
}
.l-main.--form {
  margin-top: 120px;
}

@media (max-width: 990px) {
  .l-main.--form {
    margin-top: 100px;
  }
}
/* ぱんくず */
.breadcrumb {
  padding: 11px 0;
  background: #efefef;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.breadcrumb ul li {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: var(--black);
}

.breadcrumb ul li a {
  color: var(--black);
}

.breadcrumb ul li + li::before {
  content: ">";
  margin-right: 7px;
}

.breadcrumb {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: translate 0.5s ease;
  padding: 11px 0;
}

@media (max-width: 990px) {
  .breadcrumb {
    top: 70px;
  }
}
@media (max-width: 768px) {
  .breadcrumb-title {
    display: inline-block;
    width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.breadcrumb ul {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: scroll;
}

.breadcrumb ul::-webkit-scrollbar {
  display: none;
}

.container-fluid {
  max-width: 1200px;
}

.breadcrumb.js-slide-up {
  translate: 0 -270%;
}

.breadcrumb ul li {
  font-size: 14px;
}

.container-fluid {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

/* ヘッダー */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  padding: 0 clamp(0.625rem, -10.144rem + 16.83vw, 5rem);
  background-color: #fff;
  z-index: 11;
  transition: translate 0.5s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  /* overflow-y: clip; */
}

.p-header.js-slide-up {
  translate: 0 -50%;
}

@media (max-width: 990px) {
  .p-header {
    height: 73px;
    overflow-y: visible;
  }
}
/* 固定ヘッダーが表示されたときのスタイル */
#js-header.is-show {
  top: 0; /* 隠していたヘッダーを表示 */
}

.p-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}

@media (max-width: 990px) {
  .p-header__wrap {
    display: block;
  }
}
.p-header__logo {
  display: flex;
  align-items: center;
  height: inherit;
  transition: transform 0.5s ease;
  transform-origin: left center;
}

.p-header__logo.js-slide-up {
  transform: translateY(20%) scale(0.6);
}

.p-header__logo a {
  display: block;
}

@media (max-width: 990px) {
  .p-header__logo img {
    width: 217px;
    height: auto;
  }
}
.p-header__nav {
  display: flex;
  align-items: center;
  height: inherit;
  transition: transform 0.5s ease;
}

@media (max-width: 990px) {
  .p-header__nav {
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    height: calc(100svh - 73px);
    overflow-y: scroll;
    background-color: #fff;
  }
}
@media screen and (min-width: 991px) {
  .p-header__nav.js-slide-up {
    transform: translateY(20%);
  }
}
.p-header__nav.active {
  opacity: 1;
  visibility: visible;
}

.p-header__list {
  display: flex;
  align-items: center;
  height: inherit;
  margin-bottom: 0;
}

@media (max-width: 990px) {
  .p-header__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 16px;
    height: auto;
    padding-block: 24px;
    padding-inline: 24px;
    background-color: #e7d5ac;
  }
}
.p-header__item {
  height: inherit;
  position: relative;
}

.p-header__item.--tabitomo {
  position: relative;
}

.p-header__item.--tabitomo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/common/tabitomo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 86px;
  height: 39px;
}

@media (max-width: 990px) {
  .p-header__item.--tabitomo::before {
    display: none;
  }
}
.p-header__item a,
.p-header__item > span {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-family: "Noto Sans";
  font-size: clamp(0.75rem, 0.135rem + 0.96vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  padding-inline: 16px;
}

@media (max-width: 990px) {
  .p-header__item a {
    border-radius: 100px;
    border: 2px solid #044b9b;
    background: #fff;
    padding: 10px 16px;
    gap: 2px;
    color: #4067cd;
    text-align: center;
    font-size: clamp(0.688rem, -0.813rem + 7.5vw, 0.875rem);
    justify-content: flex-start;
  }
}
.p-header__item a span {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 990px) {
  .p-header__item a span {
    white-space: nowrap;
  }
}
.p-header__item a .red {
  color: #f9581c;
}

@media (max-width: 990px) {
  .sp_order1 {
    order: 1;
  }
}
@media (max-width: 990px) {
  .sp_order2 {
    order: 2;
  }
}
@media (max-width: 990px) {
  .sp_order3 {
    order: 3;
  }
}
@media (max-width: 990px) {
  .sp_order4 {
    order: 4;
  }
}
@media (max-width: 990px) {
  .sp_order5 {
    order: 5;
  }
}
@media (max-width: 990px) {
  .sp_order6 {
    order: 6;
  }
}
.p-header__sub-list {
  position: absolute;
  width: 300px;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 2.672px 6.68px rgba(0, 0, 0, 0.25));
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.p-header__sp-list {
  display: none;
}

@media (max-width: 990px) {
  .p-header__sp-list {
    display: block;
    width: 100%;
    padding-inline: 24px;
    padding-top: 32px;
    margin-bottom: 0;
  }
}
.p-header__item.--sub > a {
  position: relative;
  padding-right: 32px;
}

@media (max-width: 990px) {
  .p-header__item.--sub > a {
    padding-right: 16px;
  }
}
.p-header__item.--sub > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../img/common/arrow-blue.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 990px) {
  .p-header__item.--sub > a::after {
    display: none;
  }
}
.p-header__item.--sub:hover .p-header__sub-list {
  opacity: 1;
  visibility: visible;
}

.p-header__sub-list::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10.4px 6px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 10;
}

@media (max-width: 990px) {
  .p-header__sub-list::after {
    display: none;
  }
}
.p-header__sub-item {
  border-bottom: 1px dashed #9fc3ea;
  position: relative;
}

.p-header__sub-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-image: url(../img/common/arrow-blue02.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-header__sub-item:last-of-type {
  border-bottom: none;
}

.p-header__sub-item a {
  padding: 8px 16px;
  justify-content: flex-start;
}

@media (max-width: 990px) {
  .p-header__sub-item a {
    display: flex;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    padding-block: 13px;
  }
}
.p-header__blog-list {
  display: none;
}

@media (max-width: 990px) {
  .p-header__blog-list {
    display: block;
    width: 100%;
    margin-top: 32px;
    padding-inline: 24px;
    margin-bottom: 0;
  }
}
.p-header__blog-item {
  border-bottom: 1px dashed #9fc3ea;
  position: relative;
}

.p-header__blog-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-image: url(../images/front/white-arrow.svg);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 990px) {
  .p-header__blog-item a {
    display: block;
    color: #333;
    font-family: "Noto Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    padding: 8px 16px;
    justify-content: flex-start;
  }
}
.p-header__tag {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
  align-self: stretch;
  flex-wrap: wrap;
  padding-inline: 24px;
  background-color: #fff;
  padding-top: 32px;
}

.p-header__tag-list {
  margin-bottom: 0;
}

.p-header__tag-title {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen {
  .p-header__tag-title {
    margin-bottom: 0;
  }
}
.p-header__btn {
  height: inherit;
  padding-inline: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 990px) {
  .p-header__btn {
    height: auto;
    padding-inline: 24px;
    justify-content: flex-start;
    width: 100%;
    background-color: #fff;
    padding-top: 32px;
  }
}
.p-header__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Sans";
  font-size: clamp(0.75rem, 0.135rem + 0.96vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  background-color: #4067cd;
  padding-inline: 16px;
  padding-block: 8px;
  border-radius: 100px;
}

@media (max-width: 990px) {
  .p-header__btn a {
    padding: 10px 16px;
    font-size: 14px;
    width: 154px;
  }
}
/* ドロワー */
.c-drawer-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 24px;
  height: 24px;
  padding: 5px 2px 6px 2px;
  transition: transform 0.5s ease;
  cursor: pointer;
}

@media (min-width: 991px) {
  .c-drawer-icon {
    display: none;
  }
}
.c-drawer-icon.js-slide-up {
  transform: translateY(20%);
}

.c-drawer-icon span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.c-drawer-icon span:nth-of-type(1) {
  top: 5px;
}

.c-drawer-icon span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-drawer-icon span:nth-of-type(3) {
  bottom: 5px;
}

.c-drawer-icon.active span:nth-of-type(1) {
  transform: translateX(-50%) rotate(45deg);
  top: 11px;
}

.c-drawer-icon.active span:nth-of-type(2) {
  opacity: 0;
}

.c-drawer-icon.active span:nth-of-type(3) {
  transform: translateX(-50%) rotate(-45deg);
  bottom: 11px;
}

/* フロー */
.p-flow {
  background: url(../img/common/flow.webp) 50% 50%/cover no-repeat;
}

@media (max-width: 768px) {
  .p-flow {
    background: url(../img/common/flow_sp.webp) 50% 50%/cover no-repeat;
  }
}
.p-flow__heading {
  color: #fff;
}

@media (max-width: 768px) {
  .p-flow__wrap {
    overflow-x: scroll;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 5.33% 0;
  }
}
.p-flow__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 48px;
}

@media (max-width: 768px) {
  .p-flow__list {
    width: 1080px;
    padding-right: 5.33%;
    box-sizing: content-box;
  }
}
.p-flow__item {
  background-color: #f2f5fa;
  border-radius: 20px;
  padding: 16px 20px;
  display: flex;
  padding: 16px 20px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
  position: relative;
}

@media (max-width: 768px) {
  .p-flow__item {
    width: 234px;
  }
}
.p-flow__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-10%);
  left: -34px;
  background-image: url(../img/common/flow-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 30px;
}

.p-flow__item img {
  margin-inline: auto;
}

.p-flow__item h3 {
  color: #4067cd;
  text-align: center;
  font-size: 24px;
}

@media (max-width: 768px) {
  .p-flow__item h3 {
    font-size: 20px;
  }
}
.p-flow__item p {
  color: #333;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-flow__item p {
    font-size: 14px;
  }
}
.p-flow__item p span {
  color: #757575;
  font-size: 14px;
}

@media (max-width: 768px) {
  .p-flow__item p span {
    font-size: 12px;
  }
}
.p-flow__item:last-of-type {
  background-color: #e7d5ac;
}

/* フッター */
.p-footer {
  background-color: #fff;
  padding-block: 50px;
  border-top: 1px solid #dadada;
}

.l-footer__contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 990px) {
  .l-footer__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 30px;
  }
}
.p-footer__list {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 768px) {
  .p-footer__list {
    gap: 16px;
  }
}
@media (max-width: 990px) {
  .p-footer__list:nth-of-type(1) {
    grid-column: 1/2;
  }
}
@media (max-width: 990px) and (max-width: 768px) {
  .p-footer__list:nth-of-type(1) {
    grid-column: 1/3;
  }
}
@media (max-width: 990px) {
  .p-footer__list:nth-of-type(2) {
    grid-column: 2/3;
  }
}
@media (max-width: 768px) {
  .p-footer__list:nth-of-type(2) {
    grid-column: 1/2;
  }
}
@media (max-width: 990px) {
  .p-footer__list:nth-of-type(3) {
    grid-column: 1/3;
  }
}
@media (max-width: 768px) {
  .p-footer__list:nth-of-type(3) {
    grid-column: 2/3;
  }
}
.p-footer__link {
  color: #333;
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-footer__link.--bold {
  font-weight: 700;
  font-size: 16px;
}

.p-footer__link.--icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-footer__link.--in {
  padding-left: 18px;
  position: relative;
}

.p-footer__link.--gray {
  color: #757575;
  font-size: 12px;
}

@media (max-width: 768px) {
  .p-footer__link.--gray {
    font-size: 10px;
  }
}
.p-footer__link.--in::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 1px;
  background: #4067cd;
}

.p-footer__icon-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 24px 40px;
}

@media (max-width: 768px) {
  .p-footer__icon-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.p-footer__link-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 990px) {
  .p-footer__link-wrap {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .p-footer__link-wrap {
    display: flex !important;
    flex-direction: column;
    margin-top: 40px;
  }
}
.p-footer__bottom {
  padding-block: 48px;
  background-color: #e5edf5;
}

@media (max-width: 768px) {
  .p-footer__link-wrap.bottom {
    display: none !important;
  }
}
.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media (max-width: 768px) {
  .l-footer__bottom {
    flex-direction: column;
    gap: 30px;
  }
}
.p-footer__bottom-logo {
  display: block;
}

@media (max-width: 768px) {
  .p-footer__bottom-logo {
    width: 94%;
    order: 1;
  }
}
.p-footer__left {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

@media (max-width: 768px) {
  .p-footer__left {
    display: contents;
  }
}
.p-footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .p-footer__right {
    display: contents;
  }
}
@media (max-width: 768px) {
  .p-footer__mail {
    order: 5;
  }
}
.p-footer__btn-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 768px) {
  .p-footer__btn-wrap {
    order: 3;
    gap: 16px;
  }
}
.p-footer__bottom-info {
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-footer__bottom-info {
    order: 2;
  }
}
.p-footer__bottom-info p,
.p-footer__bottom-info a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Mgen+ 1p";
}

.p-footer__bottom-info p span {
  font-weight: 500;
}

p.p-footer__bottom-tel span {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Mgen+ 1p";
  display: inline-block;
  text-decoration: underline;
}

.p-footer__bottom-info p span.small {
  font-size: 16px;
}

.p-footer__bottom-sns {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 768px) {
  .p-footer__bottom-sns {
    order: 4;
  }
}
.p-footer__bottom-sns p {
  color: #4067cd;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  white-space: pre;
}

.p-footer__bottom-sns a {
  display: block;
  width: 38px;
  height: 38px;
}

@media (max-width: 768px) {
  .p-footer__tel-caption {
    color: #f9581c;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: -6px;
  }
}
@media (max-width: 768px) {
  .p-footer__tel-caption span {
    font-family: Inter;
  }
}
.p-footer__caption {
  margin-bottom: 32px;
  max-width: 335px;
  margin-inline: auto;
  padding-block: 10px;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
}

@media (max-width: 768px) {
  .p-footer__caption {
    margin-bottom: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.p-footer__caption li {
  position: relative;
  padding-left: 14px;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-footer__caption li {
    font-size: 12px;
  }
}
.p-footer__caption li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* コピーライト */
.p-copyright {
  background-color: #4067cd;
  padding-block: 30px;
}

@media (max-width: 768px) {
  .p-copyright {
    padding-block: 20px;
  }
}
.p-copyright small {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .p-copyright small {
    font-size: 10px;
  }
}
.btn,
button,
input[type=button],
input[type=submit] {
  padding: 0;
  width: auto;
  border: none;
}

.p-mv {
  position: relative;
  height: 800px;
}

@media (max-width: 768px) {
  .p-mv {
    height: 727px;
  }
}
.p-mv .cover_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.p-mv__contents {
  position: absolute;
  top: 176px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1080px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media (max-width: 768px) {
  .p-mv__contents {
    top: 210px;
    gap: 36px;
  }
}
.p-mv__title {
  color: #fff;
  text-shadow: 0px 0px 15px rgba(4, 75, 152, 0.6);
  font-size: 56px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .p-mv__title {
    font-size: 38px;
  }
}
.p-mv__title .small {
  font-size: 48px;
}

@media (max-width: 768px) {
  .p-mv__title .small {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .p-mv__title .sp_small {
    font-size: 32.951px;
  }
}
.p-mv__text {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 15px rgba(4, 75, 152, 0.6);
  font-size: 24px;
  font-weight: 700;
  line-height: 2; /* 48px */
}

@media (max-width: 990px) {
  .p-mv__text {
    font-size: 18px;
  }
}
.p-mv__news {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 100px;
  background: #fff;
  padding-inline: 36px;
  padding-block: 16px;
  max-width: 704px;
}

@media (max-width: 768px) {
  .p-mv__news {
    padding-inline: 24px;
    padding-block: 8px;
    gap: 16px;
    width: 90%;
    max-width: 335px;
  }
}
.p-mv__point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media (max-width: 768px) {
  .p-mv__point {
    gap: 8px;
  }
}
.p-mv__point-item {
  border-radius: 100px;
  background-color: rgba(4, 75, 152, 0.3);
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  position: relative;
  line-height: normal;
}

@media (max-width: 768px) {
  .p-mv__point-item {
    width: 100px;
    height: 100px;
  }
}
.p-mv__point-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 123px;
  background-image: url(../img/front/mv-point.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .p-mv__point-item::before {
    width: 30px;
    height: 87px;
  }
}
.p-mv__point-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.p-mv__point-text.--number1 {
  font-size: 15px;
  margin-top: 7px;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number1 {
    font-size: 10px;
    margin-top: 5px;
  }
}
.p-mv__point-text.--number2 {
  line-height: 1;
  gap: 4px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number2 {
    gap: 2px;
  }
}
.p-mv__point-text.--number2 .top {
  font-size: 15px;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number2 .top {
    font-size: 12px;
  }
}
.p-mv__point-text.--number3 {
  font-size: 17px;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number3 {
    font-size: 12px;
  }
}
.p-mv__point-text.--number1 .number {
  font-family: Inter;
  font-size: 33px;
  letter-spacing: -0.671px;
  display: block;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number1 .number {
    font-size: 24px;
    letter-spacing: -0.479px;
  }
}
.p-mv__point-text.--number1 .number .comma {
  font-size: 26px;
  letter-spacing: -2.683px;
  display: inline;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number1 .number .comma {
    font-size: 17px;
    letter-spacing: -1.916px;
  }
}
.p-mv__point-text.--number1 .number .zero {
  letter-spacing: 0;
}

.p-mv__point-text.--number1 .number .ja {
  font-family: "Noto Sans JP";
  font-size: 22px;
  display: inline;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number1 .number .ja {
    font-size: 16px;
  }
}
.p-mv__point-text.--number1 .bottom {
  font-size: 10px;
  font-weight: 700;
  line-height: 10.677px; /* 106.773% */
  text-align: right;
  margin-inline: 15px;
  display: block;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number1 .bottom {
    font-size: 7px;
    line-height: 1.08952; /* 108.952% */
  }
}
.p-mv__point-text.--number2 .middle {
  font-size: 20px;
  display: block;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number2 .middle {
    font-size: 16px;
  }
}
.p-mv__point-text.--number2 .bottom {
  font-size: 16px;
  display: block;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number2 .bottom {
    font-size: 12px;
  }
}
.p-mv__point-text.--number2 .number {
  font-family: Inter;
  font-size: 22px;
  letter-spacing: 1.164px;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number2 .number {
    font-size: 16px;
  }
}
.p-mv__point-text.--number2 .number.wide {
  letter-spacing: 1.164px;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number2 .number.wide {
    letter-spacing: 0.831px;
  }
}
.p-mv__point-text.--number3 .number {
  font-family: Inter;
  font-size: 42px;
  letter-spacing: -0.833px;
  display: block;
  margin-top: -5px;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number3 .number {
    font-size: 30px;
    letter-spacing: -0.595px;
    margin-top: -3px;
  }
}
.p-mv__point-text.--number3 .small {
  font-size: 21px;
  letter-spacing: -0.414px;
  font-weight: 500;
  padding-left: 8px;
  position: relative;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number3 .small {
    font-size: 15px;
    letter-spacing: -0.296px;
  }
}
.p-mv__point-text.--number3 .small .ja {
  font-size: 17px;
  font-family: "Noto Sans JP";
}

@media (max-width: 768px) {
  .p-mv__point-text.--number3 .small .ja {
    font-size: 12px;
  }
}
.p-mv__point-text.--number3 .small::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  transform: rotate(19deg);
  width: 1px;
  height: 20px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .p-mv__point-text.--number3 .small::before {
    height: 15px;
  }
}
.p-mv__point-text.--number3 .small::after {
  content: "※";
  position: absolute;
  top: -17px;
  right: 0;
  font-size: 9px;
  line-height: 24px;
  font-family: "Noto Sans";
}

.p-mv__point-caption {
  text-align: right;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 9px;
  font-weight: 500;
  line-height: 2.666; /* 266.667% */
  margin-top: 4px;
}

.p-mv__scroll {
  position: absolute;
  bottom: 90px;
  right: 84px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  z-index: 1;
}

@media (max-width: 768px) {
  .p-mv__scroll {
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}
.p-mv__scroll:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  z-index: 2;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: -18px;
  }
  100% {
    bottom: -90px;
  }
}
@keyframes circlemove {
  0% {
    bottom: -18px;
  }
  100% {
    bottom: -90px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.p-mv__scroll:after {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 80px;
  background: #fff;
}

@media (max-width: 768px) {
  .p-mv__scroll:after {
    height: 40px;
    bottom: -40px;
  }
}
.p-mv_bar {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 40px;
  background: #4067cd;
  z-index: 1;
}

/*ツアー*/
@media (max-width: 768px) {
  .p-tour {
    overflow: hidden;
  }
}
.p-tour__slide {
  visibility: visible !important;
}

.p-tour__slide.--customize {
  margin-bottom: 46px;
}

.p-tour__slide .splide__track {
  overflow: visible !important;
}

@media (max-width: 768px) {
  .p-tour__slide .splide__track {
    /* overflow: hidden !important; */
  }
}
.p-tour__heading {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .p-tour__heading {
    padding-left: 0;
  }
}
.p-tour__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/ranking-title.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .p-tour__heading::before {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-tour__img {
  width: 100%;
  aspect-ratio: 328/218;
  height: auto;
}

.p-tour__img.--level {
  flex: 1;
  aspect-ratio: auto;
  /* aspect-ratio: 201 / 242;
  flex: 0 0 38.95%; */
}

@media screen and (max-width: 990px) {
  .p-tour__img.--level {
    /* aspect-ratio: 335 / 218; */
    flex: auto;
  }
}
.p-tour__label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 10px 0px 10px 0px;
  background: #e5edf5;
  color: #4067cd;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.p-tour__img img {
  display: block;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.p-tour__img.--level img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  aspect-ratio: 201/242;
}

@media (max-width: 990px) {
  .p-tour__img.--level img {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    aspect-ratio: 335/218;
  }
}
.p-tour__list.splide__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 48px;
}

@media (max-width: 990px) {
  .p-tour__list.splide__list {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .p-tour__list.splide__list {
    display: flex !important;
    gap: 0;
  }
}
.p-tour__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 48px;
}

@media (max-width: 768px) {
  .p-tour__list {
    /* display: flex;
    flex-direction: column;
    gap: 24px; */
  }
}
@media (max-width: 990px) {
  .p-tour__list.--home {
    gap: 48px 24px;
  }
}
@media (max-width: 768px) {
  .p-tour__list.--home {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.p-tour__item {
  /* display: flex;
  flex-direction: column; */
  align-items: flex-start;
  gap: 16px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

@media (max-width: 768px) {
  .p-tour__item {
    display: flex;
    flex-direction: column;
  }
}
.p-tour__item.--compare {
  position: relative;
}

.p-tour__compare-box {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 51px;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #4067cd;
  background: #faf1dd;
  z-index: 1;
  cursor: pointer;
}

.p-tour__compare-box.selected {
  background-color: #c3daf3;
}

.p-tour__compare-box span {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  color: #4067cd;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
}

.p-tour__compare-box::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/common/compare-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-tour__compare-box.selected::before {
  background-image: url(../img/common/compare-check-b.svg);
}

.p-tour__compare-box.disabled {
  border: 1px solid #bdbdbd;
  background: #eee;
}

.p-tour__compare-box.disabled::before {
  background-image: url(../img/common/compare-check-g.svg);
}

.p-tour__compare-box.disabled span {
  color: #bdbdbd;
}

.p-tour__item-inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  border-radius: 20px;
  background: #fff;
  position: relative;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  gap: 0;
}

@media (any-hover: hover) {
  .p-tour__item-inner:hover {
    transform: translateY(-10px);
  }
}
@media (max-width: 768px) {
  .p-tour__item-inner {
    display: block;
    width: 100%;
  }
}
.p-tour__text {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow-y: clip;
}

@media (max-width: 768px) {
  .p-tour__text {
    -webkit-line-clamp: 3;
  }
}
.p-ranking__badge {
  position: relative;
}

.p-ranking__badge::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 16px;
  width: 76px;
  height: 86px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-ranking__badge.--gold::before {
  background-image: url(../img/common/ranking_01.webp);
}

.p-ranking__badge.--silver::before {
  background-image: url(../img/common/ranking_02.webp);
}

.p-ranking__badge.--bronze::before {
  background-image: url(../img/common/ranking_03.webp);
}

.p-tour__body {
  display: flex;
  padding-block: 36px 12px;
  padding-inline: 12px;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  position: relative;
}

@media (max-width: 768px) {
  .p-tour__body {
    padding-inline: 24px;
  }
}
.p-tour__body.--level {
  padding-block: 12px;
  flex: 0 0 62%;
}

@media (max-width: 990px) {
  .p-tour__body.--level {
    flex: auto;
  }
}
.p-tour__description {
  position: absolute;
  /* top: -7%; */
  bottom: 96%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  /* margin-inline: 12px; */
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  border-radius: 100px;
  background: #4067cd;
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  word-break: keep-all;
}

@media (max-width: 990px) {
  .p-tour__description {
    font-size: 10px;
    top: -4%;
  }
}
@media (max-width: 768px) {
  .p-tour__description {
    height: 12%;
  }
  .p-tour__description.--home {
    height: 9%;
  }
}
.p-tour__description::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27%;
  background-image: url(../img/common/discription-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 12px;
}

.p-tour__title {
  color: var(--grayscale-gray90, #333);
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-y: clip;
}

@media (max-width: 768px) {
  .p-tour__title {
    min-height: 4.4em;
  }
}
.p-tour__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-grow: 1;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .p-tour__info.--ranking {
    min-height: 94px;
  }
}
.p-tour__info.--flex {
  flex-direction: row;
  gap: 35px;
}

@media (max-width: 768px) {
  .p-tour__info.--flex {
    gap: 8px 16px;
  }
}
.p-tour__info-list {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.p-tour__info-title {
  border-radius: 4px;
  background: #e5edff;
  display: flex;
  width: 80px;
  padding-block: 4px;
  /* padding: 4px 10px; */
  justify-content: center;
  align-items: center;
  color: #4067cd;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 14px */
}

@media (max-width: 768px) {
  .p-tour__info-title {
    font-size: 12px;
  }
}
.p-tour__info-title.--detail {
  width: 100px;
}

@media (max-width: 768px) {
  .p-tour__info-title.--detail {
    width: 90px;
  }
}
.p-tour__info-title.--day {
  font-size: 16px;
  width: 100px;
}

@media (max-width: 768px) {
  .p-tour__info-title.--day {
    font-size: 14px;
  }
}
.p-tour__info-text {
  flex: 1 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.p-tour__info-text.--level {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .p-tour__info-text {
    font-size: 12px;
  }
}
.p-tour__info-text.--day {
  font-size: 16px;
}

@media (max-width: 768px) {
  .p-tour__info-text.--day {
    font-size: 14px;
  }
}
.p-tour__caption-wrap {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-tour__caption {
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .p-tour__caption.--detail {
    font-size: 12px;
  }
}
.p-tour__price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.p-tour__price-wrap.--compare {
  align-items: center;
}

@media (max-width: 768px) {
  .p-tour__price-wrap.--detail {
    order: 3;
  }
}
.p-tour__price-wrap.--level {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

@media (max-width: 768px) {
  .p-tour__price-wrap.--level {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.p-tour__price {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #f9581c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  font-family: Inter;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .p-tour__price {
    font-size: 20px;
  }
}
.p-tour__price.--detail {
  font-size: 46px;
}

@media (max-width: 768px) {
  .p-tour__price.--detail {
    font-size: 40px;
  }
}
/* .p-tour__price.--people{ 
  color: #333;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42; 
  position: relative;
} */
/* .p-tour__price.--people:nth-child(2n)::before{ 
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  border-left: 1px dashed #BDBDBD
} */
/* .p-tour__price.--people .member{
  color: #757575;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  border-radius: 1px;
background: #EEE;
padding-block: 2px;
flex: 0 0 44px;
text-align: center;
} */
/* .p-tour__price.--people .member span{
  font-size: 12px;
  color: #757575;
} */
.p-tour__price span {
  color: #333;
  font-family: "Noto Sans JP";
  text-align: right;
  font-size: 16px;
}

@media (max-width: 768px) {
  .p-tour__price span {
    font-size: 14px;
  }
}
/* .p-tour__price.--people span{
font-size: 10px;
} */
.p-tour__btn {
  position: absolute;
  color: #4067cd;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding-right: 30px;
  bottom: 12px;
  right: 12px;
}

@media (max-width: 990px) {
  .p-tour__btn {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: initial;
    bottom: inherit;
  }
}
@media (max-width: 768px) {
  .p-tour__btn {
    position: absolute;
    font-size: 12px;
    bottom: 12px;
    right: 24px;
  }
}
.p-tour__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arrow-blue03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-tour__tag__list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}

/* 矢印のクリック範囲など */
.p-tour__slide .splide__arrows {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-tour__slide .button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 48px;
  transition: 0.2s;
  width: 48px;
  min-width: 48px;
  box-shadow: none;
  opacity: 1;
}

.p-tour__slide .splide__arrow--next {
  right: 0;
}

.p-tour__slide .splide__arrow--prev {
  left: 0;
}

/* 矢印共通のスタイル */
.p-tour__slide .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 48px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 48px;
}

/* 前の矢印 */
.p-tour__slide .prev::before {
  background-image: url(../img/common/slide-arrow_left.svg);
}

/* 次の矢印 */
.p-tour__slide .next::before {
  background-image: url(../img/common/slide-arrow_right.svg);
}

/* スライドのサイズ調整 */
.p-tour__slide .splide__slide img {
  height: auto;
  width: 100%;
}

.p-tour__slide.--customize .splide__pagination {
  bottom: -46px;
}

.p-tour__slide.--customize .splide__pagination__page {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  min-width: 16px;
  background: #bdbdbd;
  margin-inline: 8px;
  margin-block: 0;
}

.p-tour__slide.--customize .splide__pagination__page.is-active {
  background: #4067cd;
  opacity: 1;
  transform: scale(1);
}

/* レベル別おすすめ乗馬ツアー */
.p-level__heading {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .p-level__heading {
    padding-left: 0;
  }
}
.p-level__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/level-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .p-level__heading::before {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-level__list {
  display: flex;
  align-items: stretch;
  gap: 48px;
}

@media (max-width: 768px) {
  .p-level__list {
    display: block;
  }
}
.p-level__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  flex: 1;
}

@media (max-width: 768px) {
  .p-level__item {
    opacity: 0;
    visibility: hidden;
    height: 0;
    translate: 0 20px;
    transition: opacity 0.3s ease, translate 0.3s ease;
  }
  .p-level__item.js-show {
    opacity: 1;
    visibility: visible;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    translate: 0;
  }
}
.p-level__link {
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  position: relative;
  flex: 1;
  /* Drop Shadow */
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 990px) {
  .p-level__link {
    flex-direction: column;
  }
}
.p-level__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .p-level__title-wrap {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.p-level__title {
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding-block: 13px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .p-level__title {
    border-radius: 100px;
    pointer-events: auto;
    padding-block: 16px;
    width: calc(50% - 4px);
    min-width: auto;
  }
}
.p-level__title span {
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding-left: 45px;
}

@media (max-width: 768px) {
  .p-level__title span {
    color: #757575;
    font-size: 14px;
    padding-left: 33px;
  }
}
.p-level__title span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-level__title.--beginner {
  background: #9fc3ea;
}

@media (max-width: 768px) {
  .p-level__title.--beginner[aria-selected=true] {
    border: 1px solid #4067cd;
    background: #4067cd;
    pointer-events: none;
  }
  .p-level__title.--beginner[aria-selected=false] {
    transition: opacity 0.3s ease;
    border: 2px solid #eee;
    background: #eee;
  }
}
@media (max-width: 768px) and (any-hover: hover) {
  .p-level__title.--beginner[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.p-level__title.--experience {
  background: #4067cd;
}

@media (max-width: 768px) {
  .p-level__title.--experience {
    border-radius: 100px;
  }
  .p-level__title.--experience[aria-selected=true] {
    border: 1px solid #4067cd;
    background: #4067cd;
    pointer-events: none;
    color: #fff;
  }
  .p-level__title.--experience[aria-selected=false] {
    transition: opacity 0.3s ease;
    border: 2px solid #eee;
    background: #eee;
  }
}
@media (max-width: 768px) and (any-hover: hover) {
  .p-level__title.--experience[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .p-level__title.--beginner[aria-selected=true] span,
  .p-level__title.--experience[aria-selected=true] span {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .p-level__title.--beginner[aria-selected=false] span::before,
  .p-level__title.--experience[aria-selected=false] span::before {
    filter: invert(46%) sepia(0%) saturate(0%) hue-rotate(147deg) brightness(95%) contrast(92%);
  }
}
.p-level__title.--beginner span::before {
  background-image: url(../images/front/icon-beginner.png);
}

.p-level__title.--experience span::before {
  background-image: url(../images/front/icon-experience.png);
}

/* 比較表からツアーを選ぶ */
.p-compare__wrap {
  background-color: #f3e5c4;
  padding-block: 30px 46px;
}

@media (max-width: 768px) {
  .p-compare__wrap {
    padding-block: 30px 38px;
  }
}
.p-compare__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  padding: 24px 48px;
  border-radius: 20px;
  position: relative;
  width: 700px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-compare__box {
    gap: 8px;
    padding-inline: 16px;
    width: 100%;
  }
}
.p-compare__box::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 32px;
  height: 32px;
  background-image: url(../img/common/arrow-blue03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .p-compare__box::before {
    width: 24px;
    height: 24px;
    bottom: -8px;
  }
}
.p-compare__img {
  position: absolute;
  bottom: 24px;
}

@media (max-width: 768px) {
  .p-compare__img {
    bottom: -28px;
  }
}
.p-compare__img.--horse {
  left: 48px;
}

@media (max-width: 768px) {
  .p-compare__img.--horse {
    width: 40px;
    height: 58px;
    left: 22px;
  }
}
.p-compare__img.--search {
  right: 48px;
}

@media (max-width: 768px) {
  .p-compare__img.--search {
    width: 56px;
    height: 58px;
    right: 22px;
  }
}
.p-compare__heading {
  font-size: 24px;
  color: #4067cd;
}

@media (max-width: 768px) {
  .p-compare__heading {
    font-size: 20px;
  }
}
.p-compare__text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .p-compare__text {
    font-size: 12px;
  }
}
/*必読記事*/
.p-blog__heading {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .p-blog__heading {
    padding-left: 0;
  }
}
.p-blog__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/blog-title.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .p-blog__heading::before {
    width: 32px;
    height: 32px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .p-blog__slide {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-left: 5.33%;
  }
}
.p-blog__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

@media (max-width: 768px) {
  .p-blog__list {
    display: flex !important;
    gap: 0;
  }
}
.p-blog__item {
  display: flex;
  flex-direction: column;
}

.p-blog__img img {
  aspect-ratio: 327/214;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.p-blog__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-block: 24px;
}

.p-blog__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-y: clip;
}

.p-blog__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .p-blog__info {
    flex-wrap: wrap;
    gap: 8px;
  }
}
/* モンゴルの情報 */
.p-basic {
  background-color: #fafafa;
}

.p-basic__heading {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .p-basic__heading {
    padding-left: 0;
  }
}
.p-basic__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/info-title.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .p-basic__heading::before {
    width: 32px;
    height: 32px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-basic__wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}

.p-basic__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.p-basic__link {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.p-basic__img img {
  aspect-ratio: 240/158;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.p-basic__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}

.p-basic__title {
  font-size: 18px;
  font-weight: 700;
}

.p-basic__text {
  font-size: 14px;
  font-weight: 500;
}

/* 矢印のクリック範囲など */
.p-basic__slide .splide__arrows {
  max-width: 1080px;
  width: 100%;
  position: absolute;
  top: -25%;
  left: 36%;
  transform: translateX(-50%);
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .p-basic__slide .splide__arrows {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 112%;
    height: 48px;
  }
}
.p-basic__slide .button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 30px;
  transition: 0.2s;
  width: 30px;
  min-width: 30px;
  box-shadow: none;
  opacity: 1;
  position: initial;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .p-basic__slide .button {
    height: 48px;
    width: 48px;
  }
}
.p-basic__slide .splide__arrow--next {
  right: 0;
}

.p-basic__slide .splide__arrow--prev {
  left: 0;
}

/* 矢印共通のスタイル */
.p-basic__slide .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
}

@media (max-width: 768px) {
  .p-basic__slide .button::before {
    height: 48px;
    width: 48px;
  }
}
/* 前の矢印 */
.p-basic__slide .prev::before {
  background-image: url(../img/common/slide-arrow_left.svg);
}

/* 次の矢印 */
.p-basic__slide .next::before {
  background-image: url(../img/common/slide-arrow_right.svg);
}

/* お客様の声 */
.p-voice__slide .splide__list {
  padding-right: 46px !important;
}

@media (max-width: 768px) {
  .p-voice__slide .splide__list {
    padding-right: 0 !important;
  }
}
/* 矢印のクリック範囲など */
.p-voice__slide .splide__arrows {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-voice__slide .button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 48px;
  transition: 0.2s;
  width: 48px;
  min-width: 48px;
  box-shadow: none;
  opacity: 1;
}

.p-voice__slide .splide__arrow--next {
  right: 0;
}

.p-voice__slide .splide__arrow--prev {
  left: 0;
}

/* 矢印共通のスタイル */
.p-voice__slide .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 48px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 48px;
}

/* 前の矢印 */
.p-voice__slide .prev::before {
  background-image: url(../img/common/slide-arrow_left.svg);
}

/* 次の矢印 */
.p-voice__slide .next::before {
  background-image: url(../img/common/slide-arrow_right.svg);
}

.p-voice__heading {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .p-voice__heading {
    padding-left: 0;
  }
}
.p-voice__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/icon-voice.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .p-voice__heading::before {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-voice__wrap {
  max-height: 740px;
  overflow-y: scroll !important;
}

@media (max-width: 768px) {
  .p-voice__wrap {
    overflow: hidden;
  }
}
.p-voice__list {
  display: flex !important;
  flex-direction: column;
  gap: 24px;
  padding-right: 46px !important;
}

@media (max-width: 768px) {
  .p-voice__list {
    flex-direction: row;
    gap: 0;
  }
}
.p-voice__item {
  border-radius: 20px;
  border: 2px solid #bdbdbd;
  display: flex;
  /* overflow: hidden; */
}

@media (max-width: 768px) {
  .p-voice__item {
    flex-direction: column-reverse;
    position: relative;
  }
}
.p-voice__body {
  padding: 24px 24px 8px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .p-voice__body {
    padding: 16px 16px 8px 16px;
    /* border-top-right-radius: 0;
    border-top-left-radius: 0; */
  }
}
@media (max-width: 768px) {
  .modal-voice-item .p-voice__body {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.p-voice__img {
  width: 30%;
  display: flex;
  flex-direction: column;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .p-voice__img {
    width: 100%;
    overflow-x: scroll;
    flex-flow: row;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 0;
  }
}
.p-voice__img img {
  aspect-ratio: 328/230;
  -o-object-fit: cover;
  object-fit: cover;
  height: 25%;
}

@media (max-width: 768px) {
  .p-voice__img img {
    aspect-ratio: 335/235;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
  }
}
.p-voice__wrap::-webkit-scrollbar {
  width: 16px;
}

@media (max-width: 768px) {
  .p-voice__wrap::-webkit-scrollbar {
    display: none;
  }
}
.p-voice__wrap::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 100px;
}

@media (max-width: 768px) {
  .p-voice__wrap::-webkit-scrollbar-track {
    display: none;
  }
}
.p-voice__wrap::-webkit-scrollbar-thumb {
  background: #4067cd;
  border-radius: 100px;
}

@media (max-width: 768px) {
  .p-voice__wrap::-webkit-scrollbar-thumb {
    display: none;
  }
}
.p-voice__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 768px) {
  .p-voice__content {
    gap: 8px;
  }
}
.p-voice__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.p-voice__star {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

@media (max-width: 768px) {
  .p-voice__star {
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .p-voice__star img {
    width: 110px;
    height: 20px;
  }
}
.p-voice__star span {
  color: #ffae22;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-voice__star span {
    font-size: 12px;
  }
}
.p-voice__title {
  overflow: hidden;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-voice__title {
    font-size: 16px;
  }
}
.p-voice__info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

@media (max-width: 768px) {
  .p-voice__info {
    align-items: flex-start;
    /* align-content: flex-start; */
    gap: 4px 16px;
    /* align-self: stretch; */
    flex-wrap: wrap;
  }
}
.p-voice__info p {
  overflow: hidden;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 768px) {
  p.p-voice__tour {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  p.p-voice__name {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  p.p-voice__date {
    font-size: 12px;
  }
}
.p-voice__content h4 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}

@media (max-width: 768px) {
  .p-voice__content h4 {
    font-size: 14px;
  }
}
.p-voice__content h4::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/voice-head.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-voice__text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  word-break: break-all;
}

@media (max-width: 768px) {
  .p-voice__text {
    font-size: 12px;
  }
}
.p-voice__editor * + * {
  margin-top: 16px;
}

.p-voice__staff {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}

.p-voice__staff::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/voice-staff.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-voice__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: #4067cd;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.14286;
  cursor: pointer;
}

@media (max-width: 768px) {
  .p-voice__btn {
    font-size: 12px;
    pointer-events: none;
  }
}
/* お客様の声ページ */
.p-voice-img__slide {
  width: 30%;
}

@media (max-width: 768px) {
  .p-voice-img__slide {
    width: 100%;
    aspect-ratio: 335/235;
    height: auto;
    overflow-x: scroll;
    position: static !important;
  }
}
.p-voice-img__slide .splide__track {
  height: 100%;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

@media (max-width: 768px) {
  .p-voice-img__slide .splide__track {
    position: static !important;
    border-top-left-radius: 18px;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 768px) {
  .p-voice-img__slide .splide__list {
    width: 100%;
    flex-flow: row !important;
  }
}
.p-voice-img__slide img {
  width: 100%;
  aspect-ratio: 323/240;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 矢印のクリック範囲など */
.p-voice-img__slide .splide__arrows {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .p-voice-img__slide .splide__arrows {
    top: 30%;
  }
}
.p-voice-img__slide .button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 48px;
  transition: 0.2s;
  width: 48px;
  min-width: 48px;
  box-shadow: none;
  opacity: 1;
}

.p-voice-img__slide .splide__arrow--next {
  right: 0;
}

.p-voice-img__slide .splide__arrow--prev {
  left: 0;
}

/* 矢印共通のスタイル */
.p-voice-img__slide .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 48px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 48px;
}

/* 前の矢印 */
.p-voice-img__slide .prev::before {
  background-image: url(../img/common/slide-arrow_left.svg);
}

/* 次の矢印 */
.p-voice-img__slide .next::before {
  background-image: url(../img/common/slide-arrow_right.svg);
}

.p-page-voice {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-youtube__slide {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
  z-index: 1;
}

.p-youtube__slide .splide__track {
  width: 80%;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-youtube__slide .splide__track {
    width: 70%;
  }
}
.p-youtube__slide .splide__slide iframe {
  display: block;
  margin-inline: auto;
  max-width: 100%;
  height: auto;
  aspect-ratio: 704/394;
}

/* 矢印のクリック範囲など */
.p-youtube__slide .splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: -1;
}

.p-youtube__slide .button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 48px;
  transition: 0.2s;
  width: 48px;
  min-width: 48px;
  box-shadow: none;
  opacity: 1;
}

.p-youtube__slide .splide__arrow--next {
  right: 0;
}

.p-youtube__slide .splide__arrow--prev {
  left: 0;
}

/* 矢印共通のスタイル */
.p-youtube__slide .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 48px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 48px;
}

/* 前の矢印 */
.p-youtube__slide .prev::before {
  background-image: url(../img/common/slide-arrow_left.svg);
}

/* 次の矢印 */
.p-youtube__slide .next::before {
  background-image: url(../img/common/slide-arrow_right.svg);
}

/* .p-voice__img.collapsed {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
.p-voice__img.collapsed img {
  height: 100%;
}
.p-voice__img.collapsed img:nth-child(1) {
  grid-column: 1 / 2;
}
.p-voice__img.collapsed img:nth-child(2) {
  grid-column: 2 / 3;
}
.p-voice__img.collapsed img:nth-child(3) {
  grid-column: 1 / 3;
} */
/* .p-voice__img.collapsed img:nth-child(4) {
  grid-column: 2 / 3;
} */
/* ツォクトが選ばれる理由 */
.p-reason__heading {
  padding-left: 50px;
  /* @media (max-width: 768px) {
    padding-left: 0;
  } */
}

.p-reason__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/reason-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  /* @media (max-width: 768px) {
    width: 32px;
    height: 32px;
    top: -50px;
    left: 50%;
  } */
}

.p-reason__wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  position: relative;
}

.p-reason__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f3e5c4;
  border-radius: 20px;
}

.p-reason__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  gap: 8px;
}

.p-reason__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.1em;
}

.p-reason__title span {
  font-size: 14px;
  font-weight: 500;
}

.p-reason__text {
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.p-reason__text span {
  font-size: 12px;
  font-weight: 500;
}

.p-reason__slide {
  padding-bottom: 60px;
  position: static !important;
}

@media (max-width: 768px) {
  .p-reason__slide {
    padding-bottom: 40px;
  }
}
.p-reason__slide .splide__track {
  position: static !important;
}

.p-reason__slide .splide__pagination {
  bottom: 0;
  width: 100%;
  justify-content: center;
  gap: 16px;
  display: flex;
  position: absolute;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}

.p-reason__slide .splide__pagination__page {
  width: 10px;
  height: 10px;
  min-width: auto;
  margin: 0;
}

.p-reason__slide .splide__pagination__page.is-active {
  background-color: #4067cd;
  transform: scale(1);
}

/* 旅とも */
.p-tabitomo {
  overflow-x: clip;
}

.p-tabitomo.--tour-tabitomo {
  background-color: #e7d5ac;
}

.p-tabitomo__contents {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media (max-width: 768px) {
  .p-tabitomo__contents {
    gap: 30px;
  }
}
.p-tabitomo__img {
  text-align: center;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .p-tabitomo__img {
    margin-bottom: 8px;
  }
}
.p-tabitomo__heading {
  margin-bottom: 24px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}

.p-tabitomo__heading span {
  color: #f9581c;
}

@media (max-width: 768px) {
  .p-tabitomo__heading {
    margin-bottom: 6px;
    font-size: 24px;
  }
}
.p-tabitomo__text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 768px) {
  .p-tabitomo__text {
    font-size: 16px;
  }
}
.p-tabitomo__tabs {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-tabitomo__tabs-list {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-family: Inter;
  justify-content: flex-start;
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 10px;
  box-sizing: content-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.p-tabitomo__tabs-item {
  min-width: auto;
  display: flex;
  width: 94px;
  height: 54px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid #757575;
  color: #757575;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (any-hover: hover) {
  .p-tabitomo__tabs-item:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .p-tabitomo__tabs-item {
    width: 54px;
    height: 54px;
    font-size: 16px;
    aspect-ratio: 1/1;
  }
}
.p-tabitomo__tabs-item[aria-selected=true] {
  border: 1px solid #4067cd;
  background: #4067cd;
  color: #fff;
  pointer-events: none;
}

.p-tabitomo__tabs-item[aria-selected=false] {
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-tabitomo__tabs-item[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.p-tabitomo__tabs-years {
  color: #4067cd;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .p-tabitomo__tabs-years {
    font-size: 16px;
  }
}
.p-tabitomo__tabs-contents {
  padding-left: 46px;
  width: min(994px, 100%);
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-tabitomo__tabs-contents {
    margin-top: 30px;
    padding-inline: 5%;
  }
}
.p-tabitomo__tabs-content-wrap {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  transition: opacity 0.3s ease, translate 0.3s ease;
  max-height: 434px;
  overflow-y: auto;
  padding-right: 46px;
}

@media (max-width: 768px) {
  .p-tabitomo__tabs-content-wrap {
    padding-right: 16px;
    max-height: 410px;
  }
}
.p-tabitomo__tabs-content-wrap.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.p-tabitomo__tabs-content-wrap::-webkit-scrollbar {
  width: 8px;
}

.p-tabitomo__tabs-content-wrap::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 100px;
}

.p-tabitomo__tabs-content-wrap::-webkit-scrollbar-thumb {
  background: #757575;
  border-radius: 100px;
}

.p-tabitomo__tabs-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}

.p-tabitomo__item {
  border-radius: 10px;
  border: 1px solid #4067cd;
  background: #e5edf5;
  display: flex;
  padding-block: 8px;
  padding-inline: 20px 50px;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.p-tabitomo__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-image: url(../img/common/tabitomo-arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (any-hover: hover) {
  .p-tabitomo__item:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .p-tabitomo__item {
    flex-direction: column;
    align-items: stretch;
  }
  .p-tabitomo__item::after {
    background-image: url(../img/common/tabitomo-arrow_sp.svg);
  }
}
.p-tabitomo__item.--detail {
  padding-inline: 20px 50px;
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  /* 5つ目以降非表示 */
  .p-tabitomo__item.--detail:nth-child(n+5) {
    display: none;
  }
}
.p-tabitomo__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  border-right: 1px dashed #b1c3f3;
  padding-right: 15px;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .p-tabitomo__info {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    border-bottom: 1px dashed #b1c3f3;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.p-tabitomo__info.--detail::before {
  display: none;
}

.p-tabitomo__date {
  color: #4067cd;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .p-tabitomo__date {
    font-size: 14px;
  }
}
.p-tabitomo__price {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #f9581c;
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-tabitomo__price {
    font-size: 18px;
  }
}
.p-tabitomo__price p {
  margin-bottom: 0;
}

.p-tabitomo__price span {
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #4067cd;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  background-color: #fff;
  font-family: Noto Sans JP;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .p-tabitomo__price span {
    font-size: 12px;
  }
}
.p-tabitomo__title {
  margin-bottom: 0;
  color: #4067cd;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow-y: clip;
}

@media (max-width: 768px) {
  .p-tabitomo__title {
    min-height: 60px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
}
/* バナー */
.p-banner {
  display: flex;
  justify-content: center;
}

/* お知らせ */
.p-news__heading {
  position: relative;
  padding-left: 50px;
}

.p-news__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/news-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-news__list {
  display: flex;
  flex-direction: column;
}

.p-news__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 16px;
  padding-inline: 24px 48px;
  border-bottom: 1px solid #d4dffa;
  position: relative;
}

@media (max-width: 768px) {
  .p-news__item {
    padding-inline: 24px 24px;
  }
}
.p-news__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arrow-blue03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .p-news__item::after {
    display: none;
  }
}
.c-news__date {
  color: #4067cd;
  font-family: Inter;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.c-news__date.--black {
  color: #333;
}

@media (max-width: 768px) {
  .c-news__date {
    font-size: 12px;
  }
}
.c-news__title {
  font-size: 16px;
  font-weight: 500;
  overflow-y: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 768px) {
  .c-news__title {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .c-news__title.--mv {
    font-size: 12px;
    -webkit-line-clamp: 2;
    text-align: left;
  }
}
/* 記事カテゴリー */
.p-category__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 768px) {
  .p-category__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 16px;
  }
}
.p-category__heading {
  padding-left: 50px;
  position: relative;
}

.p-category__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../img/common/icon-category.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-category__item {
  display: flex;
  align-items: center;
  text-align: center;
  /* width: 349px; */
  width: 258px;
  height: 90px;
  padding-block: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #faf1dd;
  font-size: 20px;
  font-weight: 700;
  /* Drop Shadow */
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .p-category__item {
    width: 100%;
    padding-block: 68px 16px;
    font-size: 14px;
    box-shadow: none;
  }
}
.p-category__item > span {
  position: relative;
  padding-right: 47px;
  padding-left: 71px;
}

@media (max-width: 768px) {
  .p-category__item > span {
    padding-right: 24px;
    padding-left: 0;
  }
}
.p-category__item > span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .p-category__item > span::before {
    top: -52px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-category__item > span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/arrow-blue03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .p-category__item > span::after {
    width: 20px;
    height: 20px;
    right: 0;
  }
}
.p-category__item:nth-of-type(1) span::before {
  background-image: url(../img/common/icon-category01.webp);
}

.p-category__item:nth-of-type(2) span::before {
  background-image: url(../img/common/icon-category02.webp);
}

.p-category__item:nth-of-type(3) span::before {
  background-image: url(../img/common/icon-category03.webp);
}

.p-category__item:nth-of-type(4) span::before {
  background-image: url(../img/common/icon-category04.webp);
}

.p-category__tag-list {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
  gap: 24px 32px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 24px 32px;
}

@media (max-width: 768px) {
  .p-category__tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-category__tag-item {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  /* width: 160px; */
  position: relative;
  padding-block: 6px;
}

@media (max-width: 768px) {
  .p-category__tag-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 8px;
  }
}
.p-category__tag-item:not(.pc-no-before):not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  width: 2px;
  height: 100%;
  border-left: 1px dashed #b1c3f3;
}

.p-category__tag-item span {
  font-size: 12px;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
}

.p-category__tag-item span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-category__tag-item:nth-of-type(1) span::before {
  background-image: url(../img/common/icon-category05.webp);
}

.p-category__tag-item:nth-of-type(2) span::before {
  background-image: url(../img/common/icon-category06.webp);
}

.p-category__tag-item:nth-of-type(3) span::before {
  background-image: url(../img/common/icon-category07.webp);
}

.p-category__tag-item:nth-of-type(4) span::before {
  background-image: url(../img/common/icon-category08.webp);
}

.p-category__tag-item:nth-of-type(5) span::before {
  background-image: url(../img/common/icon-category09.webp);
}

.p-category__tag-item:nth-of-type(6) span::before {
  background-image: url(../img/common/icon-category10.webp);
}

.p-category__tag-item:nth-of-type(7) span::before {
  background-image: url(../img/common/icon-category11.webp);
}

.p-category__tag-item:nth-of-type(8) span::before {
  background-image: url(../img/common/icon-category12.webp);
}

.p-category__tag-item:nth-of-type(9) span::before {
  background-image: url(../img/common/icon-category13.webp);
}

.p-category__tag-item:nth-of-type(10) span::before {
  background-image: url(../img/common/icon-category14.webp);
}

/* ツアー比較表 */
.p-chart__heading {
  padding-left: 50px;
}

.p-chart__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/front/chart-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-chart__table-wrap {
  overflow-x: auto;
}

@media (max-width: 768px) {
  .p-chart__table-wrap {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 5.33% 0;
  }
}
.p-chart__table {
  width: 1080px;
  border-collapse: separate;
  border-spacing: 0 16px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .p-chart__table {
    width: 1040px;
  }
}
.p-chart__thead tr {
  border-radius: 10px;
  background: #f2f5fa;
}

.p-chart__thead th {
  color: #4067cd;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 8px;
  /* padding-inline: 24px;
  padding-block: 13px; */
}

@media (max-width: 768px) {
  .p-chart__thead th {
    font-size: 14px;
  }
}
.p-chart__thead th:first-of-type {
  border-radius: 10px 0 0 10px;
  text-align: left;
}

.p-chart__thead th:last-of-type {
  border-radius: 0 10px 10px 0;
}

.p-chart__table th:nth-of-type(1) {
  width: 345px;
}

.p-chart__table th:nth-of-type(2) {
  width: 133px;
}

.p-chart__table th:nth-of-type(3) {
  width: 118px;
}

.p-chart__table th:nth-of-type(4) {
  width: 150px;
}

.p-chart__table th:nth-of-type(5) {
  width: 206px;
}

.p-chart__table th:nth-of-type(6) {
  width: 128px;
}

.p-chart__table th span {
  padding-block: 5px;
  padding-inline: 24px;
  display: block;
  word-break: keep-all;
}

.p-chart__table th:not(:first-of-type) span {
  border-left: 1px dashed #9fc3ea;
}

.p-chart__table td:first-of-type {
  /* padding-right: 16px; */
}

.p-chart__table td:not(:first-of-type) {
  border-left: 1px dashed #9fc3ea;
  padding-inline: 16px;
}

.p-chart__title a {
  display: flex;
  align-items: center;
}

.p-chart__title p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 8px 16px;
}

@media (max-width: 768px) {
  .p-chart__title p {
    font-size: 14px;
  }
}
.p-chart__title img {
  width: 70px;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-chart__date {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-chart__date {
    font-size: 12px;
  }
}
.p-chart__price {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-chart__price {
    font-size: 12px;
  }
}
.p-chart__season {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding-inline: 8px !important;
}

.p-chart__place {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding-inline: 8px !important;
}

@media (max-width: 768px) {
  .p-chart__place {
    font-size: 12px;
  }
}
.p-chart__place span {
  background-color: #eee;
  color: #bdbdbd;
  display: flex;
  padding: 4px 10px 5px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.p-chart__place span.current {
  background-color: #4067cd;
  color: #fff;
}

.p-chart__place-wrap {
  display: flex;
  align-items: center;
  gap: 5px 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.p-chart__level {
  padding: 8px 16px;
  text-align: center;
}

.p-chart__level p {
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .p-chart__level p {
    font-size: 12px;
  }
}
/* ツアー季節 */
.p-season-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.c-season {
  border-radius: 100px;
  background: #eee;
  display: flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  color: #bdbdbd;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  .c-season {
    font-size: 12px;
  }
}
.c-season.--all {
  max-width: 114px;
  margin-inline: auto;
  margin-bottom: 8px;
}

.c-season.current.--all {
  background: #4067cd;
  color: #fff;
}

.c-season.current.--spring {
  background: #ff7581;
  color: #fff;
}

.c-season.current.--summer {
  background: #fff35c;
  color: #333;
}

.c-season.current.--autumn {
  background: #ffac00;
  color: #fff;
}

.c-season.current.--winter {
  background: #5287c1;
  color: #fff;
}

/* faq */
.p-blue__header {
  background: #f5faff;
  /* padding-bottom: 70px;

    @media (max-width: 768px) {
      padding-bottom: 50px;
    } */
}

.p-faq__title {
  padding: 50px 10px;
}

@media (max-width: 768px) {
  .p-faq__title {
    padding: 30px 10px;
  }
}
.p-faq__category {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px;
  gap: 24px;
  max-width: 800px;
  padding-inline: 25px;
  margin-inline: auto;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .p-faq__category {
    gap: 16px 8px;
    margin-top: 30px;
    padding-inline: 0;
  }
}
.p-faq__category.--sub {
  gap: 48px;
  max-width: 890px;
  padding-inline: 17px;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
}

@media (max-width: 768px) {
  .p-faq__category.--sub {
    gap: 8px;
    padding-inline: 0;
    overflow-x: scroll;
    width: 100vw;
    margin: 0px calc(50% - 50vw);
    display: grid;
    justify-content: flex-start;
    grid-template-columns: repeat(3, 155px);
    padding-inline: 5.33%;
  }
}
.p-faq__contents {
  display: flex;
  width: 100%;
  max-width: 800px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin: 0 auto;
}

.p-faq__contents.--tour {
  max-width: 704px;
}

.p-faq__item {
  padding: 10px 16px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2.672px 6.68px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.p-faq__item:hover {
  background: #f5faff;
}

.p-faq__question {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 42px;
  padding-right: 34px;
  position: relative;
}

@media (max-width: 768px) {
  .p-faq__question {
    font-size: 14px;
  }
}
.p-faq__question::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../img/common/question.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}

.p-faq__question::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon-open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.p-faq__question.is-open::after {
  background-image: url(../img/common/icon-close.svg);
}

.p-faq__answer {
  display: none;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 48px;
  padding-top: 10px;
  position: relative;
}

@media (max-width: 768px) {
  .p-faq__answer {
    font-size: 14px;
  }
}
.p-faq__answer p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.p-faq__answer p + p {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .p-faq__answer p {
    font-size: 14px;
  }
}
.p-faq__answer a {
  color: #4067cd;
  text-decoration: underline;
  word-break: break-word;
}

.p-faq__answer::before {
  content: "";
  position: absolute;
  top: 10px;
  /* top: 50%;
    transform: translateY(-50%); */
  left: 0;
  background-image: url(../img/common/answer.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}

/* 検索窓 */
.p-faq__search {
  margin: 20px 0;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .p-faq__search {
    padding-bottom: 50px;
  }
}
.p-faq__search-form {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.p-faq__search-form::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/common/search.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

input[type=text].p-faq__search-input {
  width: 100%;
  padding-block: 10px;
  padding-inline: 50px 16px;
  border-radius: 10px;
  border: 1px solid #e5edf5;
  background: #fff;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 2;
}

.p-faq__search-input::-moz-placeholder {
  color: #bdbdbd;
  font-weight: 500;
}

.p-faq__search-input::placeholder {
  color: #bdbdbd;
  font-weight: 500;
}

.p-faq__search-input:focus {
  border-color: #007cba;
}

.p-faq__search-results {
  margin: 0 auto 20px;
  max-width: 700px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: none;
  position: relative;
  z-index: 100;
}

.p-faq__search-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}

.p-faq__search-results li {
  border-bottom: 1px solid #e5edf5;
}

.p-faq__search-results li:last-child {
  border-bottom: none;
}

.p-faq__search-results a {
  display: block;
  padding-block: 10px;
  padding-inline: 58px 50px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

@media (max-width: 768px) {
  .p-faq__search-results a {
    font-size: 14px;
  }
}
.p-faq__search-results a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url(../img/common/question.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-faq__search-results a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/common/dawn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-faq__search-results a:hover {
  background: #f5faff;
}

.p-faq__no-results {
  padding-block: 10px;
  padding-inline: 58px 50px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.--no-breadcrumb {
  margin-top: 65px;
}

/* about */
.p-aboutHeader {
  position: relative;
  background-image: url(../img/staff/staff-head.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 625px;
}

@media (max-width: 768px) {
  .p-aboutHeader {
    background-image: url(../img/staff/staff-head_sp.webp);
    height: 650px;
  }
}
.p-aboutHeader__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 300px;
}

@media (max-width: 768px) {
  .p-aboutHeader__logo {
    width: 58%;
    max-width: 220px;
    top: 110px;
    transform: translateX(-50%);
  }
}
.p-about__title {
  padding: 50px 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .p-about__title {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
}
.p-about__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 80px;
}

.p-about__content p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
}

@media (max-width: 768px) {
  .p-about__content {
    margin-bottom: 40px;
  }
  .p-about__content p {
    font-size: 14px;
    text-align: left;
  }
}
.p-about__content p.last {
  margin-top: -20px;
}

.p-about__splide {
  padding-block: 150px;
}

@media (max-width: 768px) {
  .p-about__splide {
    padding-block: 60px;
  }
}
.p-about__splide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .p-about__splide__img img {
    border-radius: 18px;
  }
}
/* スタッフ紹介 */
.p-staff {
  padding-block: 160px;
}

@media (max-width: 768px) {
  .p-staff {
    padding-block: 80px 40px;
  }
}
.p-staff__heading {
  padding-left: 50px;
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .p-staff__heading {
    margin-bottom: 40px;
  }
}
.p-staff__heading::before {
  content: "";
  background-image: url(../img/staff/staff-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-staff__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 48px;
}

@media (max-width: 768px) {
  .p-staff__content {
    flex-direction: column;
    gap: 24px;
  }
}
.p-staff__content:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .p-staff__content:nth-of-type(even) {
    flex-direction: column;
  }
}
.p-staff__img,
.p-staff__video {
  flex: 0 0 30%;
  aspect-ratio: 328/410;
}

@media (max-width: 768px) {
  .p-staff__img,
  .p-staff__video {
    flex: auto;
    width: 100%;
    aspect-ratio: 335/419;
  }
}
.p-staff__img.wide,
.p-staff__video.wide {
  flex: 0 0 39%;
  aspect-ratio: 424/530;
}

@media (max-width: 768px) {
  .p-staff__img.wide,
  .p-staff__video.wide {
    flex: auto;
    width: 100%;
    aspect-ratio: 335/419;
  }
}
.p-staff__img img,
.p-staff__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.p-staff__video {
  position: relative;
}

.p-staff__video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  aspect-ratio: 1/1;
  height: auto;
  background-image: url(../images/about/icon-play.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

/* .p-staff__video a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  } */
.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s, visibility 0.2s;
  opacity: 0;
  visibility: hidden;
}

.p-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
  z-index: -1;
}

.p-modal__container {
  position: absolute;
  z-index: 1;
  max-width: 1080px;
  aspect-ratio: 1080/608;
  width: 75%;
  top: 50%;
  left: 50%;
  height: auto;
  /* overflow-y: scroll; */
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .p-modal__container {
    width: 90%;
  }
}
.p-modal__container.--voice {
  max-width: 600px;
  width: 90%;
  height: 80%;
  overflow-y: scroll;
  border-radius: 20px;
}

.p-modal__video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}

@media (max-width: 768px) {
  .p-modal__video {
    border-radius: 20px;
  }
}
.p-modal__close {
  min-width: 48px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: transparent;
  position: relative;
}

.p-modal__close.--voice {
  width: 32px;
  height: 32px;
  min-width: 32px;
}

.p-modal__bottom {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;
}

.p-modal__bottom.--voice {
  position: fixed;
  top: 4%;
  right: 17px;
  margin-bottom: 0;
}

.p-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.p-staff__text {
  flex: 1;
}

.p-staff__job {
  color: #4067cd;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

@media (max-width: 768px) {
  .p-staff__job {
    font-size: 12px;
  }
}
.p-staff__name {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .p-staff__name {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.p-staff__name span {
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

@media (max-width: 768px) {
  .p-staff__name span {
    font-size: 12px;
  }
}
.p-staff__text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .p-staff__text {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.p-staff__info {
  padding: 20px;
  border-radius: 20px;
  background: #f5faff;
}

.p-staff__info p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.p-staff__info h4 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-staff__info h4 {
    font-size: 14px;
  }
}
.p-staff__info h4 span {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .p-staff__info h4 span {
    font-size: 12px;
  }
}
.p-staff__info ul {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-staff__info ul {
    font-size: 12px;
  }
}
/* 動画モーダル */
.lity-container {
  max-width: 1080px !important;
  position: relative !important;
  width: 80% !important;
}

.lity-close {
  position: absolute !important;
  /* opacity: 0 !important; */
  z-index: 1000 !important;
  width: 48px !important;
  height: 48px !important;
  top: -15% !important;
  right: -19% !important;
}

.lity-close::before {
  content: "";
  position: absolute;
  background-image: url(../images/about/video-close.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* お問い合わせ */
.p-contact__title {
  padding: 50px 10px;
}

@media (max-width: 768px) {
  .p-contact__title {
    padding: 30px 10px;
  }
}
.p-contact__wrap {
  max-width: 890px;
  margin-inline: auto;
  padding-inline: 14px;
  padding-block: 50px;
}

@media (max-width: 768px) {
  .p-contact__wrap {
    padding-inline: 4.26%;
    padding-block: 24px;
  }
}
.p-contact__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.p-contact__link.--contact {
  flex-wrap: nowrap;
}
.p-contact__link.--contact a {
  flex: 1;
}
.p-contact__link a {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .p-contact__link a {
    width: 100%;
  }
}
.p-contact__link img {
  width: 100%;
}

@media (max-width: 768px) {
  .p-contact__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*     margin-bottom: 20px; */
  }
}
.p-contact__tel {
  margin: 7px auto 0;
  width: 97%;
}

@media (max-width: 768px) {
  .p-contact__tel {
    width: 100%;
    margin: 0;
  }
}
.p-contact__list {
  margin-block: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 4px 36px;
}
@media (max-width: 768px) {
  .p-contact__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}

.p-contact__list li {
  color: #757575;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 16px;
  position: relative;
}

@media (max-width: 768px) {
  .p-contact__list li {
    font-size: 14px;
  }
}
.p-contact__list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-contact__top {
  padding-block: 50px;
}
@media (max-width: 768px) {
  .p-contact__top {
    padding-block: 30px 20px;
  }
}

/* コンタクトフォーム */
.p-contactForm__wrap {
  max-width: 700px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-contactForm__wrap {
    margin-top: 30px;
    width: 100%;
  }
}
.p-contactForm__row {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-contactForm__row.flex-row {
  flex-direction: row;
  gap: 20px;
}

@media (max-width: 768px) {
  .p-contactForm__row.flex-row {
    flex-direction: column;
    gap: 8px;
  }
}
.p-contactForm__row.contents .p-contactForm__row-head {
  flex-shrink: 0;
}

.p-contactForm__row.contents .p-contactForm__row-date {
  flex: 1;
  width: auto;
}

.p-contactForm__row-head {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-contactForm__row-head {
    font-size: 14px;
  }
}
.p-contactForm__row-head span {
  display: inline-block;
  position: relative;
}

.p-contactForm__row-head span.must::after {
  background-color: #f9581c;
  content: "必須";
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  left: calc(100% + 8px);
  letter-spacing: 0em;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  border-radius: 2px;
  padding: 2px 4px;
}

.p-contactForm__row-date {
  width: 100%;
}

.p-contactForm__row-date.flex {
  display: flex;
}

.p-contactForm__row-date.flex.number {
  gap: 40px;
}

@media (max-width: 768px) {
  .p-contactForm__row-date.flex.number {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
.p-contactForm__row-date.flex.date {
  gap: 10px;
  max-width: 345px;
  align-items: center;
}

.p-contactForm__row-date.flex.date .wpcf7-form-control-wrap {
  position: relative;
}

.p-contactForm__row-date.flex.date .wpcf7-form-control-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-image: url(../img/common/form-calendar.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}

.p-contactForm__row-date.flex.date input {
  padding-left: 40px;
}

.p-contactForm__row-date.flex.number label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-contactForm__row-date.flex.number label span {
  flex-shrink: 1;
  word-break: auto-phrase;
}

@media (max-width: 768px) {
  .p-contactForm__row-date.flex.number label input {
    width: 56px;
  }
}
.p-contactForm__row-date span {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .p-contactForm__row-date span {
    font-size: 14px;
  }
}
.p-contactForm .wpcf7-checkbox {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px 32px;
  flex: 1 0 0;
  flex-wrap: wrap;
}

.p-contactForm .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}

.p-contactForm__row + .p-contactForm__row {
  margin-top: 31px;
}

.p-contactForm input[type=text],
input[type=email],
.p-contactForm input[type=tel],
.p-contactForm input[type=date],
.p-contactForm input[type=number],
.p-contactForm textarea {
  border: none;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  padding: 10px;
  transition: outline 0.2s;
  width: 100%;
  border-radius: 4px;
  outline: 1px solid #bdbdbd !important;
  background: #fafafa;
}

@media (max-width: 768px) {
  .p-contactForm input[type=text],
  input[type=email],
  .p-contactForm input[type=tel],
  .p-contactForm input[type=date],
  .p-contactForm input[type=number],
  .p-contactForm textarea {
    font-size: 14px;
  }
}
.p-contactForm input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
.p-contactForm input[type=tel]::-moz-placeholder,
.p-contactForm input[type=date]::-moz-placeholder,
.p-contactForm input[type=number]::-moz-placeholder,
.p-contactForm textarea::-moz-placeholder {
  color: #bdbdbd;
}

.p-contactForm input[type=text]::placeholder,
input[type=email]::placeholder,
.p-contactForm input[type=tel]::placeholder,
.p-contactForm input[type=date]::placeholder,
.p-contactForm input[type=number]::placeholder,
.p-contactForm textarea::placeholder {
  color: #bdbdbd;
}

.p-contactForm textarea {
  height: 206px;
  resize: vertical;
}

.p-contactForm input[type=text].three-column {
  width: 56px;
  text-align: center;
}

.p-contactForm input[type=date] ::-moz-placeholder {
  color: #bdbdbd;
}

.p-contactForm input[type=date] ::placeholder {
  color: #bdbdbd;
}

.p-contactForm__check.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-contactForm__check.center span {
  font-size: 14px;
}

@media (max-width: 768px) {
  .p-contactForm__check.center span {
    font-size: 12px;
  }
}
.p-contactForm__check a {
  color: #4067cd;
  font-size: 14px;
  font-weight: 400;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 768px) {
  .p-contactForm__check a {
    font-size: 12px;
  }
}
.p-contactForm__check label input[type=checkbox] {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

.p-contactForm__check label span {
  display: inline-block;
  padding-left: 27px;
  position: relative;
}

@media (max-width: 768px) {
  .p-contactForm__check label span {
    padding-left: 25px;
  }
}
.p-contactForm__check label span::before {
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
  border-radius: 2px;
  border: 1px solid #bdbdbd;
  background: #fafafa;
}

.p-contactForm__check label span::after {
  border-bottom: 2px solid #4067cd;
  border-left: 2px solid #4067cd;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
  width: 10px;
}

.p-contactForm__check label:hover::before {
  border: 1px solid #4067cd;
}

.p-contactForm__check label input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contactForm__check label input[type=checkbox]:checked + span::before {
  border: 1px solid #4067cd;
}

.p-contactForm__check label input[type=checkbox]:focus + span::before {
  border: 1px solid #4067cd;
}

.p-contactForm__check label input[type=checkbox]:focus-visible + span::before {
  border: 1px solid #4067cd;
}

.p-contactForm__check label:hover {
  cursor: pointer;
}

.p-contactForm .wpcf7-submit:disabled {
  background-color: #bdbdbd;
  color: #fff;
  opacity: 1;
  border: 2px solid #bdbdbd;
}

@media (any-hover: hover) {
  .p-contactForm .wpcf7-submit:disabled:hover {
    opacity: 1;
  }
}
.p-contactForm__submit {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  transition: all 0.3s ease;
  /* disabled状態でない場合のみホバー効果を適用 */
}

@media (any-hover: hover) {
  .p-contactForm__submit:hover:not(:has(.wpcf7-submit:disabled)) {
    opacity: 0.8;
  }
}
.p-contactForm__submit .wpcf7-spinner {
  display: none;
}

.p-contactForm__submit input[type=submit] {
  border-radius: 100px;
  border: 2px solid #4067cd;
  background: #4067cd;
  display: flex;
  width: 335px;
  padding-block: 16px;
  padding-inline: 14px 44px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .p-contactForm__submit input[type=submit] {
    font-size: 14px;
    max-width: 335px;
    width: 100%;
  }
}
@media (any-hover: hover) {
  .p-contactForm__submit input[type=submit]:hover {
    opacity: 0.8;
  }
}
.p-contactForm__submit::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 30px;
  height: 30px;
  background-image: url(../img/common/white-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .p-contactForm__submit::after {
    width: 24px;
    height: 24px;
    right: 12px;
  }
}
/* disabled時の::after要素の背景画像を変更 */
.p-contactForm__submit:has(.wpcf7-submit:disabled)::after {
  background-image: url(../img/common/white-arrow-disable.svg);
}

.p-contactForm .wpcf7-not-valid-tip {
  color: #f9581c;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}

/* お問い合わせ完了 */
.p-thanks {
  max-width: 700px;
  margin-inline: auto;
}

.p-thanks__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 768px) {
  .p-thanks__text {
    font-size: 14px;
  }
}
.p-thanks__text.bold {
  font-weight: 700;
}

/* ツアー比較 */
.p-tourCompare {
  border-top: 4px solid #4067cd;
  background: #faf1dd;
  padding-inline: 6.944%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

@media (max-width: 768px) {
  .p-tourCompare {
    padding-inline: 5.33%;
    padding-block: 4px;
  }
}
.p-tourCompare__contents {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1240px;
  margin-inline: auto;
  justify-content: center;
}

@media (max-width: 768px) {
  .p-tourCompare__contents {
    gap: 0;
  }
}
.p-tourCompare__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-tourCompare__list {
    gap: 0;
  }
}
.p-tourCompare__item {
  display: flex;
  align-items: stretch;
  padding-block: 16px;
  flex: 1;
  max-width: 264px;
  position: relative;
}

@media (max-width: 768px) {
  .p-tourCompare__item {
    flex-direction: column;
    gap: 2px;
    padding-inline: 4px;
    padding-block: 0;
    border-right: 1px dashed #9fc3ea;
    max-width: 70px;
  }
}
@media (max-width: 768px) {
  .p-tourCompare__item:last-child {
    border-right: none;
  }
}
.p-tourCompare__img {
  flex: 0 0 36%;
}

@media (max-width: 768px) {
  .p-tourCompare__img {
    flex: auto;
    aspect-ratio: 62/47;
  }
}
.p-tourCompare__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-tourCompare__title {
  flex: 1;
  padding-block: 8px;
  padding-inline: 16px;
  border-right: 1px dashed #9fc3ea;
}

@media (max-width: 768px) {
  .p-tourCompare__title {
    border-right: none;
    padding: 0;
  }
}
.p-tourCompare__title span {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .p-tourCompare__title span {
    font-size: 8px;
    -webkit-line-clamp: 2;
  }
}
.p-tourCompare__button {
  min-width: 128px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  background-color: #f9581c;
  border-radius: 100px;
  color: #fff;
  box-shadow: 0px 2.672px 6.68px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .p-tourCompare__button {
    font-size: 14px;
  }
}
.p-tourCompare__link {
  display: block;
  width: 100%;
  padding-block: 4px;
  text-align: center;
}

.p-tourCompare__link span {
  color: #4067cd;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-right: 24px;
}

@media (max-width: 768px) {
  .p-tourCompare__link span {
    font-size: 12px;
  }
}
.p-tourCompare__link span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/compare-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  right: 0;
}

.p-tourCompare__close {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 2px;
  right: 3px;
  width: 26px;
  height: 26px;
  min-width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .p-tourCompare__close {
    top: -2px;
    right: 3px;
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
}
@media (max-width: 768px) {
  .p-tourCompare__close img {
    width: 8px;
    height: 8px;
  }
}
.p-compareTable {
  overflow-x: scroll;
}

.p-compareTable__contents {
  display: flex;
  gap: clamp(1.25rem, -0.756rem + 4.17vw, 3rem);
  width: 1080px;
  padding-right: 6%;
  box-sizing: content-box;
}

@media (max-width: 990px) {
  .p-compareTable__contents {
    padding-right: 3%;
  }
}
@media (max-width: 768px) {
  .p-compareTable__contents {
    gap: 24px;
    width: 1028px;
    padding-right: 20px;
  }
}
.p-compareTable__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc(25% - clamp(0.625rem, -2.097rem + 5.66vw, 3rem));
}

@media (max-width: 768px) {
  .p-compareTable__item {
    width: 234px;
  }
}
.p-compareTable__item figure {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-compareTable__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  /* flex-grow: 1; */
  flex-grow: 0;
  overflow-y: clip;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 6.4em;
}

@media (max-width: 768px) {
  .p-compareTable__title {
    font-size: 16px;
  }
}
.p-compareTable__title.--cut {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-y: hidden;
  min-height: 4.8em;
}

.p-compareTable__img {
  width: 100%;
}

.p-compareTable__img img {
  width: 100%;
  aspect-ratio: 234/176;
  height: auto;
  border-radius: 20px;
}

.p-compareTable__button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.p-tourCompare__info {
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex-grow: 1;
}

.p-tourCompare__info-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-tourCompare__info-item.--schedule {
  flex-grow: 1;
}

.p-tourCompare__info-item p {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 3em;
}

.p-tourCompare__info-item ul {
  margin-bottom: 0;
}

.p-tourCompare__info-item .p-tourCompare__info-list {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-tourCompare__info-item .p-tourCompare__info-list {
    font-size: 12px;
  }
}
.p-tourCompare__info-item .p-tourCompare__info-list li {
  position: relative;
  padding-left: 18px;
}

.p-tourCompare__info-item .p-tourCompare__info-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-tourCompare__info-item-title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding-block: 8px;
  text-align: center;
  border-bottom: 1px solid #333;
}

@media (max-width: 768px) {
  .p-tourCompare__info-item-title {
    font-size: 16px;
  }
}
.p-tourCompare__info-item dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-tourCompare__info-item dt {
  border-radius: 4px;
  background: #eee;
  color: #757575;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding-block: 4px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-tourCompare__info-item dt {
    font-size: 14px;
  }
}
.p-tourCompare__info-item dd .space {
  height: 92px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-tourCompare__info-item dd .space {
    height: 87px;
  }
}
.p-tourCompare__info-item dd .space.--schedule {
  height: auto;
}

.p-tourCompare__info-item dd .space::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #757575;
}

p.p-tourCompare__info-note {
  color: #757575;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.5;
}

.p-tourCompare__info-note.center {
  text-align: center;
}

.p-tourCompare__level {
  padding: 8px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.p-tourCompare__level p {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-tourCompare__level p {
    font-size: 12px;
  }
}
.p-tourCompare__summary {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* 想い */
.p-thinking {
  background-image: url(../img/front/thinking-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 60px;
}

@media (max-width: 768px) {
  .p-thinking {
    background-image: url(../img/front/thinking-bg_sp.webp);
    padding-block: 70px;
  }
}
.p-thinking__contents {
  max-width: 900px;
  color: #fff;
  gap: 32px;
}

@media (max-width: 768px) {
  .p-thinking__contents {
    gap: 20px;
  }
}
.p-thinking__heading {
  color: #fff !important;
  margin-left: 0;
  text-align: left;
}

.p-thinking__text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

@media (max-width: 768px) {
  .p-thinking__text {
    font-size: 14px;
  }
}
/* モンゴルの人気スポット */
.p-spot__heading {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .p-spot__heading {
    padding-left: 0;
  }
}
.p-spot__heading::before {
  position: absolute;
  content: "";
  background-image: url(../images/front/icon-spot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .p-spot__heading::before {
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
}
.p-spot__list {
  display: flex;
  gap: 4.4%;
}

@media (max-width: 768px) {
  .p-spot__list {
    flex-direction: column;
    gap: 48px;
  }
}
.p-spot__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-spot__img img {
  width: 100%;
  aspect-ratio: 328/180;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .p-spot__img img {
    border-radius: 10px;
  }
}
.p-spot__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-block: 4px;
}

.p-spot__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-spot__title {
    font-size: 18px;
  }
}
.p-spot__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  font-feature-settings: "halt" on;
}

/* モンゴル基本情報 */
.p-info {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-info {
    padding-top: 320px;
  }
}

.p-info__heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-info__heading {
    font-size: 20px;
  }
}

.p-info__inner {
  position: relative;
  z-index: 1;
}

.p-info__img {
  position: absolute;
  right: 30%;
  top: -30%;
  z-index: -1;
  width: 1128px;
  height: 800px;
}

@media (max-width: 768px) {
  .p-info__img {
    right: 50%;
    transform: translateX(50%);
    top: -260px;
    width: 564px;
    height: 400px;
  }
}
.p-info__data-wrap {
  width: 48%;
  margin-inline: auto 0;
}

@media (max-width: 768px) {
  .p-info__data-wrap {
    width: 100%;
  }
}
.p-info__data .top {
  display: flex;
  gap: 32px;
  border-bottom: 1px solid #9fc3ea;
}

@media (max-width: 768px) {
  .p-info__data .top {
    flex-direction: column;
    gap: 0;
    border-bottom: none;
  }
}
.p-info__data .top .p-info__item {
  flex: 1;
  border-bottom: none;
}

@media (max-width: 768px) {
  .p-info__data .top .p-info__item {
    border-bottom: 1px solid #9fc3ea;
  }
}
.p-info__item {
  border-bottom: 1px solid #9fc3ea;
  display: flex;
  gap: 8px;
  padding-block: 8px;
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-info__item {
    display: table;
    width: 100%;
    font-size: 12px;
    gap: 4px;
  }
}
@media screen and (max-width: 768px) {
  .p-info__item dt,
  .p-info__item dd {
    display: table-cell;
    vertical-align: baseline;
  }
}
.p-info__item dt {
  flex: 0 0 64px;
  color: #044b98;
}

@media (max-width: 768px) {
  .p-info__item dt {
    width: 52px;
  }
}
.p-info__item dd {
  color: #333;
}

/* 連絡先 */
.p-contact__direct {
  border-radius: 10px;
  background: #faf1dd;
  box-shadow: 0 3.391px 8.476px 0 rgba(0, 0, 0, 0.25);
  padding-inline: 24px;
  padding-block: 30px;
  display: flex;
  gap: 40px;
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .p-contact__direct {
    padding: 16px;
    position: relative;
    margin-bottom: 20px;
    justify-content: center;
  }
}
.p-contact__direct-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-contact__direct-title {
  color: #4067cd;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-contact__direct-title {
    font-size: 24px;
  }
}
.p-contact__direct-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-contact__direct-text {
    font-size: 12px;
  }
  .p-contact__direct-text .sp_visible {
    display: inline !important;
  }
}
.p-contact__direct-sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .p-contact__direct-sub {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
.p-contact__direct-tel a {
  color: #333;
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  padding-left: 54px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-contact__direct-tel a {
    font-size: 28px;
    padding-left: 36px;
  }
}
.p-contact__direct-tel a::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon-whatsup.svg);
  left: 0;
  top: 5px;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .p-contact__direct-tel a::before {
    width: 28px;
    height: 28px;
    top: 2px;
  }
}
.p-contact__direct-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-contact__direct-img {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 26%;
    max-width: 88px;
  }
}
.p-contact__sns {
  padding-top: 40px;
  padding-bottom: 80px;
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.p-contact__sns p {
  color: #4067cd;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: Inter;
}

@media screen and (max-width: 768px) {
  .p-contact__sns {
    font-size: 14px;
  }
}
.p-contact__sns-list {
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-contact__sns-list {
    gap: 10px;
    max-width: 320px;
  }
  .p-contact__sns-list a {
    flex: 1;
  }
}

.p-questionnaire {
  background: #f3e5c4;
}

@media screen and (max-width: 768px) {
  .p-questionnaire {
    padding-block: 50px;
  }
}
.p-questionnaire__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-questionnaire__contents h2 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-questionnaire__contents h2 {
    font-size: 24px;
  }
}
.p-questionnaire__contents p {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-questionnaire__contents p {
    font-size: 14px;
    text-align: left;
  }
}
.p-questionnaire__img {
  width: fit-content;
  margin-inline: auto;
}

.p-questionnaire__box {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.p-questionnaire__box h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-questionnaire__box h3 {
    font-size: 20px;
  }
}
.p-questionnaire__box ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}

.p-questionnaire__box ul li {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 32px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.p-questionnaire__box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .p-questionnaire__box ul li {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .p-questionnaire__box ul li::before {
    top: -2px;
    transform: translateY(0);
  }
}
.p-questionnaire__caption {
  color: #757575;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .p-questionnaire__caption {
    font-size: 10px;
  }
}
.p-questionnaire__caption a {
  color: #4067cd;
  text-decoration: underline;
}

.top-banner {
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .top-banner {
    padding: 50px 0 0;
  }
}
/* 国から選ぶ */
.p-countryList {
  display: flex;
  gap: 3.5%;
}

@media screen and (max-width: 768px) {
  .p-countryList {
    gap: 24px;
    flex-direction: column;
  }
}
.p-countryItem {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  aspect-ratio: 416/285;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(51, 51, 51, 0.3) 0%, rgba(51, 51, 51, 0.3) 100%), lightgray 50%/cover no-repeat;
}
.p-countryItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.p-countryItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3); /* #333333を30%透過 */
  z-index: 1;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .p-countryItem {
    aspect-ratio: 335/225;
  }
}
.p-countryItem__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  padding-bottom: 40px;
  z-index: 2;
}
.p-countryItem__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/common/arrow-blue03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-countryItem__en {
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p-countryItem__en {
    font-size: 32px;
    line-height: 1.75;
  }
}
.p-countryItem__ja {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
}

@media screen and (max-width: 768px) {
  .p-countryItem__ja {
    font-size: 16px;
    line-height: 1.75;
  }
}
/* ツアータイプから選ぶ */
.p-tourTypeList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 48px 4.4%;
}

@media screen and (max-width: 768px) {
  .p-tourTypeList {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-tourTypeItem {
  position: relative;
  border-radius: 20px;
}
.p-tourTypeItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.p-tourTypeItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
  border-radius: 20px;
  z-index: 1;
}

.p-tourTypeItem__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 34px;
}
.p-tourTypeItem__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/common/arrow-blue03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .p-tourTypeItem__title {
    font-size: 18px;
  }
}
/* 現地と旅人を結ぶ */
@media (max-width: 768px) {
  .g-profile {
    padding-block: 0;
  }
}
.g-profile__wrap {
  display: flex;
  gap: 48px;
  align-items: center;
}

@media (max-width: 768px) {
  .g-profile__wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.g-profile__image {
  width: 37%;
  height: 100%;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .g-profile__image {
    width: 100%;
  }
}
.g-profile__image {
  aspect-ratio: 400/400;
  overflow: hidden;
}

@media (max-width: 768px) {
  .g-profile__image {
    max-width: 200px;
    max-height: 200px;
    margin-inline: auto;
    order: 2;
  }
}
.g-profile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.g-profile__content {
  width: 58.6%;
}

@media (max-width: 768px) {
  .g-profile__content {
    width: 100%;
    display: contents;
  }
}
.g-profile__title-wrap {
  padding-left: 50px;
  position: relative;
}

@media (max-width: 768px) {
  .g-profile__title-wrap {
    padding-left: 0px;
    text-align: center;
    order: 1;
  }
}
.g-profile__title-wrap::before {
  background-image: url(../img/front/kg-icon.svg);
  width: 40px;
  height: auto;
  aspect-ratio: 34/20;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .g-profile__title-wrap::before {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
  }
}
.g-profile__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .g-profile__title {
    font-size: 24px;
    line-height: 150%;
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .p-profile__meta {
    order: 3;
  }
}
.g-profile__position {
  font-size: 14px;
  color: #4067cd;
  font-weight: 500;
  line-height: 2;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .g-profile__position {
    text-align: center;
    margin-top: 0;
  }
}
.g-profile__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
}
.g-profile__name span {
  font-size: 16px;
  color: #757575;
  font-weight: 500;
  line-height: 200%;
  padding-left: 16px;
}

@media (max-width: 768px) {
  .g-profile__name {
    justify-content: center;
  }
}
.g-profile__text {
  padding: 20px;
  border-radius: 20px;
  background: #f2f5fa;
  line-height: 170%;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .g-profile__text {
    font-size: 16px;
    order: 4;
    margin-top: 0;
  }
}
.g-profile__career {
  margin-top: 24px;
}
.g-profile__career p {
  line-height: 170%;
  padding-left: 12px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.g-profile__career p::before {
  content: "";
  width: 4px;
  height: 100%;
  background: #d4dffa;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.g-profile__career p + p {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .g-profile__career {
    order: 5;
  }
}
.g-profile__bottom__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Instagram */
@media (max-width: 768px) {
  .g-instagram {
    padding-block: 30px;
  }
}
.c-title.--instagram::before {
  background-image: url(../img/front/instagram.svg);
}

#sb_instagram {
  padding-bottom: 0 !important;
}

#sbi_images {
  padding-block: 0 !important;
}

.l-tour-summary__content {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

@media (max-width: 768px) {
  .l-tour-summary__content {
    flex-direction: column;
    gap: 24px;
  }
}
.p-tour-main {
  padding-block: 24px 36px;
}

@media (max-width: 768px) {
  .p-tour-main {
    padding-block: 16px;
  }
}
.p-tour-main__slide {
  width: 100%;
}

.p-tour-main__slide .splide__slide {
  max-width: 600px;
}

.p-tour-main__slide .splide__slide figure {
  width: 100%;
  aspect-ratio: 996/560;
  height: auto;
}

.p-tour-main__slide .splide__slide video {
  width: 100%;
  aspect-ratio: 996/560;
  height: auto;
  border-radius: 20px;
}

.p-tour-main__slide .splide__slide figcaption,
.p-tour-main__slide .splide__slide .p-video-caption {
  color: #333;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .p-tour-main__slide .splide__slide figcaption,
  .p-tour-main__slide .splide__slide .p-video-caption {
    font-size: 10px;
    margin-top: 4px;
  }
}
.p-tour-main__slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .p-tour-main__slide .splide__slide img {
    border-radius: 10px;
  }
}
.p-tour-thumbnail__slide {
  width: 100%;
}

.p-tour-thumbnail__slide .splide__slide {
  width: 100%;
  height: auto;
  aspect-ratio: 67/50;
}

.p-tour-thumbnail__slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.p-tour-thumbnail__slide .splide__slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.p-tour-thumbnail__slide .splide__list {
  justify-content: center;
  align-items: flex-start;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none !important;
  opacity: 0.6;
}

/*video*/
.p-video-button__wrap {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 768px) {
  .p-video-button__wrap {
    top: calc(50% - 8px);
  }
}
.p-video-button {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.p-video-button-play {
  width: 16.46%;
  aspect-ratio: 1/1;
  height: auto;
  background-image: url(../images/about/icon-play.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media (max-width: 768px) {
  .p-video-button-play {
    width: 17.2%;
  }
}
.p-tour-summary {
  padding-top: 60px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .p-tour-summary {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.p-tour-summary__main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 768px) {
  .p-tour-summary__main {
    display: contents;
  }
}
.p-tour-summary__side {
  flex: 0 0 328px;
  display: flex;
  width: 328px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 768px) {
  .p-tour-summary__side {
    display: contents;
  }
}
.p-tour-summary__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

@media (max-width: 990px) {
  .p-tour-summary__top {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-tour-summary__top {
    flex-direction: row;
    order: 1;
  }
}
.p-tour-summary__link {
  flex: 0 0 122px;
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 990px) {
  .p-tour-summary__link {
    flex: auto;
  }
}
@media (max-width: 768px) {
  .p-tour-summary__link {
    flex: 0 0 104px;
  }
}
@media (max-width: 768px) {
  .p-tour-summary__link a {
    width: 24px;
    height: 24px;
  }
}
.p-tour-summary__title {
  color: #333;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-tour-summary__title {
    font-size: 24px;
    order: 2;
  }
}
@media (max-width: 768px) {
  .p-tour-summary__data {
    order: 7;
  }
}
.p-tour-summary__data-top {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

@media (max-width: 990px) {
  .p-tour-summary__data-top {
    flex-direction: column;
  }
}
.p-tour-summary__data-top-left {
  width: 50%;
}

.p-tour-summary__data-top-right {
  width: 50%;
}

@media (max-width: 990px) {
  .p-tour-summary__data-top-left {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .p-tour-summary__data-top-right {
    width: 100%;
  }
}
.p-tour__summary-date {
  margin-top: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .p-tour__summary-date {
    font-size: 12px;
  }
}
.p-tour-summary__feature {
  display: flex;
  padding: 18px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 20px;
  background: #fafafa;
  width: 100%;
}

@media (max-width: 768px) {
  .p-tour-summary__feature {
    order: 5;
  }
}
.p-tour-summary__feature-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  padding-left: 36px;
  position: relative;
}

@media (max-width: 768px) {
  .p-tour-summary__feature-title {
    font-size: 18px;
  }
}
.p-tour-summary__feature-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/tag-title.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}

.p-tour-summary__feature-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  counter-reset: number 0;
}

.p-tour-summary__feature-list li {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 52px;
  display: flex;
  align-items: center;
  min-height: 48px;
}

@media (max-width: 768px) {
  .p-tour-summary__feature-list li {
    font-size: 14px;
  }
}
.p-tour-summary__feature-list li::before {
  counter-increment: number 1; /* number カウンタを増加 */
  content: counter(number, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
  background: #e5edff;
  display: flex;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #4067cd;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.333;
}

.p-tour__btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

@media (max-width: 768px) {
  .p-tour__btn-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    z-index: 10;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
  }
}
.p-tour__people-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 8px;
}

@media (max-width: 768px) {
  .p-tour__people-list {
    order: 4;
  }
}
.p-tour__people-list.--compare {
  gap: 12px 4px;
}

.p-tour__people-list.--schedule {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 2px;
}

@media (max-width: 768px) {
  .p-tour__people-list.--schedule {
    flex-direction: column;
    align-items: flex-start;
    max-width: 235px;
    padding-right: 16px;
    gap: 4px;
  }
}
.p-tour__people-item {
  display: flex;
  padding-inline: 2px;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  position: relative;
}

.p-tour__people-item.--compare {
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}

.p-tour__people-item.--compare .member {
  background-color: transparent;
  font-size: 12px;
  color: #757575;
}

.p-tour__people-item.--compare .price {
  word-break: break-all;
}

.p-tour__people-item.--column {
  flex-direction: column;
  align-items: flex-start;
}

.p-tour__people-item:nth-child(2n)::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  border-left: 1px dashed #bdbdbd;
}

.p-tour__people-item .member {
  display: flex;
  padding-block: 2px;
  justify-content: center;
  align-items: center;
  color: #757575;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  border-radius: 1px;
  background: #eee;
  width: 44px;
}

.p-tour__people-item .member .number {
  font-size: 12px;
  font-family: Inter;
}

.p-tour__people-item .price {
  color: #333;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42857;
}

@media (max-width: 768px) {
  .p-tour__people-item .price {
    font-size: 12px;
  }
}
.p-tour__people-item .unit {
  font-size: 10px;
}

.--schedule .p-tour__people-item {
  padding-right: 16px;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
  width: auto;
}

@media (max-width: 768px) {
  .--schedule .p-tour__people-item {
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
}
.--schedule .p-tour__people-item .member {
  border-radius: 4px;
  background: #757575;
  padding: 4px 8px;
  font-size: 14px;
  color: #fff;
  width: auto;
}

@media (max-width: 768px) {
  .--schedule .p-tour__people-item .member {
    font-size: 12px;
  }
}
.--schedule .p-tour__people-item .member .number {
  font-size: 18px;
  line-height: 1.01;
}

@media (max-width: 768px) {
  .--schedule .p-tour__people-item .member .number {
    font-size: 16px;
  }
}
.--schedule .p-tour__people-item .price {
  color: #f9581c;
  font-size: 24px;
  line-height: 1.27;
}

@media (max-width: 768px) {
  .--schedule .p-tour__people-item .price {
    font-size: 20px;
    line-height: 1.52;
    display: flex;
    align-items: center;
    gap: 4px;
  }
}
.--schedule .p-tour__people-item .unit {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .--schedule .p-tour__people-item .unit {
    font-size: 14px;
    line-height: 2.17;
  }
}
.--schedule .p-tour__people-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  border-left: 1px dashed #bdbdbd;
}

@media (max-width: 768px) {
  .--schedule .p-tour__people-item:not(:first-child)::before {
    display: none;
  }
}
.p-tour-schedule__additional-fee-caption {
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .p-tour-schedule__additional-fee-caption {
    font-size: 10px;
  }
}
.p-tour-schedule__additional-fee {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .p-tour-schedule__additional-fee {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.p-tour-schedule__additional-fee span {
  font-size: 18px;
  position: relative;
  font-family: Inter;
}

@media (max-width: 768px) {
  .p-tour-schedule__additional-fee span {
    font-size: 16px;
  }
}
.p-tour-schedule__additional-fee span::before {
  content: "※";
  position: absolute;
  top: 0px;
  right: -10px;
  font-size: 10px;
  font-family: "Noto Sans JP";
}

/* .p-tour__people {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px 8px;

  @media (max-width: 768px) {
  order:4;
  }
}
.p-tour__people-item{
  display: flex;
} */
@media (max-width: 768px) {
  .p-tour__include {
    order: 8;
  }
  .p-tour__include.--exclusions {
    order: 9;
  }
}
.p-tour__include-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  padding-left: 33px;
  position: relative;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .p-tour__include-title {
    font-size: 18px;
  }
}
.p-tour__include-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/icon-yen.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
}

.p-tour__include-title.--exclusions::before {
  background-image: url(../img/common/icon-no.svg);
}

.p-tour__include-list {
  display: flex;
  align-items: flex-start;
  gap: 6px 24px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.p-tour__include-list li {
  color: var(--grayscale-gray90, #333);
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64; /* 164.286% */
  position: relative;
  padding-left: 28px;
}

@media (max-width: 768px) {
  .p-tour__include-list li {
    font-size: 12px;
  }
}
.p-tour__include-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}

.p-tour__include-list.--exclusions li::before {
  background-image: url(../img/common/circle-cross.svg);
}

.p-tour__banner a {
  display: block;
}

@media (max-width: 768px) {
  .p-tour__banner {
    order: 10;
  }
}
.p-tour__news {
  display: flex;
  padding: 18px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 20px;
  border: 2px solid #f9581c;
  width: 100%;
}

@media (max-width: 768px) {
  .p-tour__news {
    order: 6;
  }
}
.p-tour__news-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  padding-left: 36px;
  position: relative;
}

@media (max-width: 768px) {
  .p-tour__news-title {
    font-size: 18px;
  }
}
.p-tour__news-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/tour-news.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}

.p-tour__news-contents {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-tour__news-contents {
    font-size: 12px;
  }
}
.p-tour__news-contents a {
  color: #5287c1;
  text-decoration: underline;
}

.p-tour__news-contents .red {
  color: #c62728;
}

.p-tour-tabitomo {
  padding-top: 60px;
  background-color: #faf1dd;
}

@media (max-width: 768px) {
  .p-tour-tabitomo {
    padding-top: 30px;
  }
}
.p-tour-tabitomo__content {
  display: flex;
  align-items: center;
  gap: 16px;
  display: flex;
  max-width: 1440px;
  padding-inline: 6% 0;
  box-sizing: border-box;
}

@media (max-width: 990px) {
  .p-tour-tabitomo__content {
    padding-inline: 3% 0;
  }
}
@media (max-width: 768px) {
  .p-tour-tabitomo__content {
    flex-direction: column;
    padding-inline: 5.33%;
  }
}
.p-tour-tabitomo__title {
  color: #333;
  font-feature-settings: "halt" on;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 42px;
  flex-shrink: 0;
}

.p-tour-tabitomo__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/common/icon-tabitomo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}

.p-tour-tabitomo__list {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .p-tour-tabitomo__list {
    display: grid;
    grid-template-columns: repeat(2, 298px);
    gap: 8px 24px;
    width: 100vw;
    padding-left: 3%;
  }
}
.p-tour-tabitomo__list {
  overflow-x: scroll;
}

.p-tour-schedule__text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-tour-schedule__text {
    font-size: 14px;
  }
}
.p-tour-schedule__tabs {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .p-tour-schedule__tabs {
    margin-bottom: 30px;
  }
}
.p-tour-schedule__tab {
  border-radius: 100px;
  border: 2px solid #eee;
  background: #eee;
  min-width: auto;
  flex: 1;
  padding-block: 16px;
  color: #757575;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.p-tour-schedule__tab[aria-selected=true] {
  background: #4067cd;
  color: #fff;
  border: 2px solid #4067cd;
  pointer-events: none;
  position: relative;
}

.p-tour-schedule__tab[aria-selected=false] {
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-tour-schedule__tab[aria-selected=false]:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .p-tour-schedule__tab {
    font-size: 14px;
    padding-block: 8px;
  }
}
.p-tour-schedule__tab[aria-selected=true]::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #4067cd transparent transparent transparent;
}

.p-tour-schedule__item {
  opacity: 0;
  visibility: hidden;
  height: 0;
  translate: 0 20px;
  transition: opacity 0.3s ease, translate 0.3s ease;
}

.p-tour-schedule__item.js-show {
  opacity: 1;
  visibility: visible;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  translate: 0;
}

.p-tour-schedule__days {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  margin-top: 48px;
}

.p-tour-schedule__day {
  /* display: flex; */
  /* padding: 24px; */
  /* flex-direction: column;
  align-items: flex-start;
  gap: 24px; */
  background: #fafafa;
  box-shadow: 0px 2.672px 6.68px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  /* background: #044B98; */
  transition: background-color 0.2s ease;
}

.p-tour-schedule__day.is-open {
  /* background-color: #fff; */
}

.p-tour-schedule__day .p-tour-schedule__day-content {
  display: none;
  padding-inline: 24px;
  padding-bottom: 24px;
}

@media (max-width: 768px) {
  .p-tour-schedule__day .p-tour-schedule__day-content {
    padding-inline: 16px;
  }
}
.p-course__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-course__item {
  display: flex;
  align-items: stretch;
  gap: 24px;
}

@media (max-width: 768px) {
  .p-course__item {
    flex-direction: column;
    gap: 16px;
  }
}
.p-course__img-wrap {
  flex: 0 0 30.6%;
  align-self: flex-start;
}

@media (max-width: 768px) {
  .p-course__img-wrap {
    flex: 0 0 100%;
    margin-top: 16px;
  }
}
.p-course__img {
  aspect-ratio: 316/236;
}

.p-course__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.p-course__time {
  flex: 0 0 104px;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-course__time {
    flex: auto;
    align-self: flex-start;
  }
}
.p-course__text-box {
  flex: 1;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 40px;
  position: relative;
}

@media (max-width: 768px) {
  .p-course__text-box {
    font-size: 14px;
    padding-left: 32px;
  }
}
.p-course__text-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 17px;
  background-color: #bdbdbd;
  border-radius: 100px;
}

.p-course__text-box::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #bdbdbd;
}

.p-course__text a {
  color: #89a1e5;
  text-decoration: underline;
}

.p-course__link {
  color: #89a1e5;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.p-tour-options {
  background-color: #ffebe3;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .p-tour-options {
    padding: 12px;
  }
}

.p-tour-options__title {
  color: #f9581c;
  font-size: 20px;
  font-weight: 700;
  padding-left: 34px;
  position: relative;
}
@media (max-width: 768px) {
  .p-tour-options__title {
    font-size: 16px;
  }
}

.p-tour-options__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/tour/tour-option.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-tour-options__list {
  padding-inline: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-tour-options__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .p-tour-options__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    font-size: 14px;
  }
}

.p-tour-options__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8.5px;
  width: 12px;
  height: 12px;
  background-color: #f9581c;
  border-radius: 100px;
}

.p-tour-options__border {
  flex: 1;
  position: relative;
}

.p-tour-options__border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #757575;
}

.p-tour-options__item-price .price {
  font-family: Inter;
  font-size: 18px;
}
@media (max-width: 768px) {
  .p-tour-options__item-price .price {
    font-size: 16px;
  }
}

.p-tour-schedule__info {
  padding: 24px 36px;
  border-radius: 20px;
  background: #f2f5fa;
}

@media (max-width: 768px) {
  .p-tour-schedule__info {
    padding: 16px;
  }
}
.p-tour-schedule__info:not(:first-child) {
  margin-top: 16px;
}

.p-tour-schedule__info.--column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 768px) {
  .p-tour-schedule__info.--column {
    gap: 16px;
  }
}
.p-tour-schedule__info.--flex {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 768px) {
  .p-tour-schedule__info.--flex {
    gap: 16px;
    flex-direction: column;
  }
}
.p-tour-schedule__info.--flex.al-center {
  align-items: center;
}

@media (max-width: 768px) {
  .p-tour-schedule__info.--flex.al-center {
    align-items: flex-start;
  }
}
.p-tour-schedule__info-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .p-tour-schedule__info-title {
    font-size: 18px;
  }
}
.p-tour-schedule__info-title.w160 {
  flex: 0 0 160px;
}

@media (max-width: 768px) {
  .p-tour-schedule__info-title.w160 {
    flex: auto;
  }
}
.p-tour-schedule__caption {
  color: #757575;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .p-tour-schedule__caption {
    font-size: 10px;
  }
}
.p-tour-schedule__caption span {
  font-size: 16px;
  display: block;
}

@media (max-width: 768px) {
  .p-tour-schedule__caption span {
    font-size: 14px;
  }
}
.p-tour-schedule__caption a {
  color: #4067cd;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.p-tour-schedule__info ul {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 8px 24px;
  align-self: stretch;
  flex-wrap: wrap;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-tour-schedule__info ul {
    gap: 4px 16px;
  }
}
.p-tour-schedule__info ul li {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .p-tour-schedule__info ul li {
    font-size: 14px;
    width: auto;
  }
}
.p-tour-schedule__info-link {
  color: #4067cd;
  font-size: 16px;
  font-weight: 500;
  padding-right: 24px;
  position: relative;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .p-tour-schedule__info-link {
    font-size: 14px;
    word-break: break-all;
  }
}
.p-tour-schedule__info-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .p-tour-schedule__info-link::before {
    top: initial;
    bottom: -2px;
    transform: translateY(0);
  }
}
.p-tour-schedule__destinations-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.p-tour-schedule__distance {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

@media (max-width: 768px) {
  .p-tour-schedule__distance {
    gap: 24px;
  }
}
.p-tour-schedule__distance-item {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  gap: 2px;
  position: relative;
}

@media (max-width: 768px) {
  .p-tour-schedule__distance-item {
    font-size: 12px;
    gap: 2px;
  }
}
.p-tour-schedule__distance-item.--compare {
  justify-content: center;
  min-height: 54px;
}

@media (max-width: 768px) {
  .p-tour-schedule__distance-item.--compare {
    font-size: 12px;
  }
}
.p-tour-schedule__distance-item.--compare span {
  font-size: 36px;
}

.p-tour-schedule__distance-item span {
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-tour-schedule__distance-item span {
    font-size: 24px;
  }
}
.p-tour-schedule__distance-item span.p-tour-schedule__distance-item-caption {
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: -10px;
  left: 0;
  word-break: keep-all;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 768px) {
  .p-tour-schedule__distance-item span.p-tour-schedule__distance-item-caption {
    font-size: 10px;
  }
}
.p-tour-schedule__route-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 48px;
}

.p-tour-schedule__route {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-tour-schedule__route {
    flex-direction: column;
    gap: 10px;
  }
}
.p-tour-schedule__route-title {
  flex: 0 0 140px;
  background-color: #4067cd;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .p-tour-schedule__route-title {
    flex: auto;
    width: 100%;
    font-size: 18px;
  }
}
.p-tour-schedule__route-text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p-tour-schedule__route-text {
    font-size: 14px;
  }
}
.p-tour-schedule__map-wrap iframe {
  width: 100%;
  height: 480px;
  border-radius: 20px;
}

.p-tour-schedule__day-title {
  width: 100%;
  background-color: #4067cd;
  border-radius: 10px;
  padding: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.p-tour-schedule__day-title:hover {
  opacity: 0.7;
}

.p-tour-schedule__day-title.is-open {
  background-color: #fafafa;
  color: #333;
}

.p-tour-schedule__day-title span {
  font-size: 24px;
}

.p-tour-schedule__day-btn {
  position: absolute;
  right: 24px;
  top: 24px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100px;
  border: 2px solid #4067cd;
  padding-block: 8px;
  padding-inline: 16px 40px;
}

@media (max-width: 768px) {
  .p-tour-schedule__day-btn {
    font-size: 14px;
  }
}
.p-tour-schedule__day-btn::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(../img/common/open-arrow.svg);
  mask-image: url(../img/common/open-arrow.svg);
  background-color: #fff;
}

.p-tour-schedule__day-btn.is-open {
  color: #4067cd;
}

.p-tour-schedule__day-btn.is-open::before {
  background-color: #4067cd;
  transform: translateY(-50%) rotate(180deg);
}

.p-tour-accommodation__text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.p-tour-accommodation__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.p-tour-accommodation__item {
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 24px;
}

@media (max-width: 768px) {
  .p-tour-accommodation__item {
    flex-direction: column;
    padding-inline: 0;
    gap: 0;
  }
}
.p-tour-accommodation__img {
  flex: 0 0 30.6%;
  margin-top: 16px;
}

@media (max-width: 990px) {
  .p-tour-accommodation__img {
    flex: 0 0 40%;
    order: 6;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .p-tour-accommodation__img {
    flex: 0 0 100%;
    margin-top: 24px;
  }
}
.p-tour-accommodation__img-title {
  color: #4067cd;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}

@media (max-width: 768px) {
  .p-tour-accommodation__img-title {
    font-size: 14px;
  }
}
.p-tour-accommodation__img-title::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(145deg);
  width: 2px;
  height: 24px;
  background-color: #4067cd;
}

.p-tour-accommodation__img-title::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-145deg);
  width: 2px;
  height: 24px;
  background-color: #4067cd;
}

.p-tour-accommodation__img-caption {
  color: #333;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 8px;
}

.p-tour-accommodation__slide {
  position: relative;
}

.p-tour-accommodation__slide .splide__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 316/237;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 矢印のクリック範囲など */
.p-tour-accommodation__slide .splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-tour-accommodation__slide .button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 48px;
  transition: 0.2s;
  width: 48px;
  min-width: 48px;
  box-shadow: none;
  opacity: 1;
}

.p-tour-accommodation__slide .splide__arrow--next {
  right: 0;
}

.p-tour-accommodation__slide .splide__arrow--prev {
  left: 0;
}

/* 矢印共通のスタイル */
.p-tour-accommodation__slide .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 48px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 48px;
}

/* 前の矢印 */
.p-tour-accommodation__slide .prev::before {
  background-image: url(../img/common/slide-arrow_left.svg);
}

/* 次の矢印 */
.p-tour-accommodation__slide .next::before {
  background-image: url(../img/common/slide-arrow_right.svg);
}

@media (max-width: 768px) {
  .p-tour-accommodation__info {
    display: contents;
  }
}
.p-tour-accommodation__info-days {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .p-tour-accommodation__info-days {
    order: 1;
    margin-bottom: 8px;
  }
}
.p-tour-accommodation__info-days .schedule-days {
  display: none;
  align-items: flex-start;
  gap: 8px;
}

.p-tour-accommodation__info-days .schedule-days.js-show {
  display: flex;
}

.p-tour-accommodation__info-day {
  border-radius: 100px;
  background: #4067cd;
  display: flex;
  width: 48px;
  height: 48px;
  padding-top: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  .p-tour-accommodation__info-day {
    font-size: 20px;
  }
}
.p-tour-accommodation__info-day span {
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .p-tour-accommodation__info-day span {
    font-size: 10px;
  }
}
.p-tour-accommodation__info-title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-tour-accommodation__info-title {
    font-size: 20px;
    margin-bottom: 4px;
    order: 2;
  }
}
.p-tour-accommodation__info-text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .p-tour-accommodation__info-text {
    font-size: 14px;
    order: 3;
  }
}
.p-tour-accommodation__info-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8px;
}

@media (max-width: 990px) {
  .p-tour-accommodation__info-box {
    flex-direction: column;
    align-items: stretch;
    display: contents;
  }
}
.p-tour-accommodation__info-data {
  display: flex;
  flex-wrap: wrap;
  grid-template-rows: auto;
  gap: 8px 16px;
}

@media (max-width: 768px) {
  .p-tour-accommodation__info-data {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    order: 4;
    margin-bottom: 16px;
    width: 100%;
    max-width: 335px;
  }
}
.p-tour-accommodation__info-data-item {
  display: flex;
  align-items: stretch;
  font-size: 16px;
  color: #4067cd;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  border-radius: 4px;
  border: 1px solid #4067cd;
  word-break: keep-all;
  width: calc(33.333% - 16px);
}

@media (max-width: 990px) {
  .p-tour-accommodation__info-data-item {
    font-size: 14px;
    width: calc(50% - 8px);
  }
}
.p-tour-accommodation__info-data-item dt {
  flex: 0 0 116px;
  display: flex;
  padding-inline: 8px;
  justify-content: center;
  align-items: center;
  background: #f2f5fa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

@media (max-width: 768px) {
  .p-tour-accommodation__info-data-item dt {
    flex: auto;
    /* width: 94px; */
    width: 58%;
  }
}
.p-tour-accommodation__info-data-item dd {
  flex: 1;
  display: flex;
  padding-inline: 8px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .p-tour-accommodation__info-data-item dd {
    flex: auto;
    width: 42%;
  }
}
.p-tour-accommodation__info-link {
  color: #4067cd;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-right: 24px;
  width: fit-content;
}

@media (max-width: 990px) {
  .p-tour-accommodation__info-link {
    font-size: 14px;
    order: 7;
    margin: 24px auto 0;
    display: block;
  }
}
.p-tour-accommodation__info-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-tour-accommodation__caption {
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-tour-accommodation__caption {
    font-size: 10px;
    order: 5;
    margin-bottom: 16px;
  }
}
.p-tour-travel-note__content {
  position: relative;
}

@media (max-width: 768px) {
  .p-tour-travel-note__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.p-tour-travel-note__slide .splide__slide {
  display: flex;
  align-items: flex-end;
  gap: 45px;
}

@media (max-width: 768px) {
  .p-tour-travel-note__slide .splide__slide {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.p-tour-travel-note__slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.p-tour-travel-note__img {
  width: calc(50% - 22.5px);
  aspect-ratio: 516/387;
}

@media (max-width: 768px) {
  .p-tour-travel-note__img {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.p-tour-travel-note___body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 80px;
}

@media (max-width: 768px) {
  .p-tour-travel-note___body {
    padding-top: 0;
  }
}
.p-tour-travel-note__title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .p-tour-travel-note__title {
    font-size: 20px;
  }
}
.p-tour-travel-note__text {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-y: clip;
}

@media (max-width: 768px) {
  .p-tour-travel-note__text {
    font-size: 14px;
  }
}
.p-tour-travel-note__slide {
  position: relative;
}

/* 矢印のクリック範囲など */
.p-tour-travel-note__slide .splide__arrows {
  position: absolute;
  top: 0;
  left: 43%;
  transform: translateX(-50%);
  width: 91px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .p-tour-travel-note__slide .splide__arrows {
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 112%;
    height: 48px;
  }
}
.p-tour-travel-note__slide .button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 40px;
  transition: 0.2s;
  width: 40px;
  min-width: 40px;
  box-shadow: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .p-tour-travel-note__slide .button {
    height: 48px;
    width: 48px;
  }
}
.p-tour-travel-note__slide .splide__arrow--next {
  right: 0;
}

.p-tour-travel-note__slide .splide__arrow--prev {
  left: 0;
}

/* 矢印共通のスタイル */
.p-tour-travel-note__slide .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
}

@media (max-width: 768px) {
  .p-tour-travel-note__slide .button::before {
    height: 48px;
    width: 48px;
  }
}
/* 前の矢印 */
.p-tour-travel-note__slide .prev::before {
  background-image: url(../img/common/slide-arrow_left.svg);
}

/* 次の矢印 */
.p-tour-travel-note__slide .next::before {
  background-image: url(../img/common/slide-arrow_right.svg);
}

.p-tour-experience {
  overflow: hidden;
  padding-top: 90px;
}

@media screen and (max-width: 990px) {
  .p-tour-experience {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-tour-experience {
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .p-tour-experience__list {
    overflow-x: scroll;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 5.33%;
  }
}
.p-tour-experience__item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.p-tour-experience__img img {
  width: 100%;
  height: 246px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .p-tour-experience__img img {
    aspect-ratio: 240/246;
    height: auto;
  }
}
.p-tour-experience__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-tour-experience__title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-tour-experience__title {
    font-size: 16px;
  }
}
.p-tour-experience__text {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  flex: 1;
}

@media (max-width: 768px) {
  .p-tour-experience__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-option {
    padding-top: 80px;
  }
}

.p-option__title {
  position: relative;
  display: flex;
  padding: 24px 20px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-bottom: 1px solid #bdbdbd;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease;
}

.p-option__title:hover {
  opacity: 0.7;
}

.p-option__title:first-of-type {
  cursor: default;
}

@media (max-width: 768px) {
  .p-option__title {
    font-size: 20px;
    padding: 16px 20px;
  }
}
.p-option__text {
  display: none;
}

.p-option__text-content {
  display: flex;
  padding: 24px 36px;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
}

@media (max-width: 768px) {
  .p-option__text-content {
    padding: 16px 20px;
  }
}
.p-option__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.p-option__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon-open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.p-option__icon.is-open::before {
  background-image: url(../img/common/icon-close.svg);
}

.p-option__text-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
  cursor: pointer;
  gap: 40px;
  flex: 1;
}

@media (max-width: 768px) {
  .p-option__text-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
.p-option__number {
  font-family: Inter;
  color: #f9581c;
}

.p-option__number-unit {
  font-family: "Noto Sans JP", sans-serif;
}

.p-option__text-title-wrap {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-block: 4px;
}

.p-option__text-title-wrap:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .p-option__text-title-wrap {
    align-items: flex-start;
  }
}
.p-option__text-toggle {
  background-color: #fafafa;
  color: #4067cd;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64286;
  text-align: center;
  padding-inline: 8px 28px;
  padding-block: 4px;
  font-weight: 700;
  padding-right: 28px;
  position: relative;
}

@media (max-width: 768px) {
  .p-option__text-toggle {
    font-size: 12px;
  }
}
.p-option__text-toggle::before {
  content: "開く";
}

.p-option__text-toggle.is-open::before {
  content: "閉じる";
}

.p-option__text-toggle::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/open-arrow.svg);
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.p-option__text-toggle.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.p-option__text-item ul,
.p-option__text-item p,
.p-option__wrap {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64286;
}

.p-option__wrap {
  padding: 8px 10px;
}
@media screen and (max-width: 768px) {
  .p-option__wrap {
    padding: 4px 8px;
  }
}

.p-option__text-item .p-option__wrap a,
.p-option__text-item .p-option__link {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.p-option__text-item.--flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 32px;
}

@media (max-width: 768px) {
  .p-option__text-item.--flex {
    grid-template-columns: 1fr;
  }
}
.p-option__blog {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 768px) {
  .p-option__blog {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-option__blog-img {
  width: calc(50% - 4px);
}

@media (max-width: 768px) {
  .p-option__blog-img {
    width: 100%;
  }
}
.p-option__blog-img img {
  width: 100%;
  aspect-ratio: 240/180;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.p-option__blog-body {
  flex: 1;
}

.p-option__blog-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  overflow-y: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 768px) {
  .p-option__blog-title {
    font-size: 16px;
  }
}
.p-option__blog-text {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64286;
  overflow-y: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-tour-tabitomo__text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.p-tour__anchor-wrap {
  position: relative;
}

.p-tour__anchor {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  /* padding-top: 96px; */
  transition: translate 0.5s ease;
  z-index: 5;
  background-color: #fff;
}

.p-tour__anchor.js-slide-up {
  translate: 0 55%;
}

@media (max-width: 990px) {
  .p-tour__anchor.js-slide-up {
    translate: 0 40%;
  }
}
@media (max-width: 768px) {
  .p-tour__anchor.js-slide-up {
    translate: 0 65%;
  }
}
.p-tour__anchor.js-slide-down {
  translate: 0 150%;
}

@media (max-width: 990px) {
  .p-tour__anchor.js-slide-down {
    translate: 0 130%;
  }
}
@media (max-width: 768px) {
  .p-tour__anchor.js-slide-down {
    translate: 0 195%;
  }
}
@media (max-width: 768px) {
  .p-tour__anchor {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .p-tour__anchor-contents {
    padding: 0;
  }
}
.p-tour__anchor-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-tour__anchor-list {
    gap: 4px;
    padding-inline: 3%;
    padding-block: 4px;
    max-width: 500px;
    margin-inline: auto;
  }
}
.p-tour__anchor-item {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #757575;
  padding: 16px;
  border-bottom: 1px solid #757575;
  transition: all 0.3s ease;
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .p-tour__anchor-item {
    padding-block: 4px 20px;
    padding-inline: 4px;
    font-size: 14px;
  }
}
.p-tour__anchor-item:hover {
  border-bottom: 2px solid #4067cd;
  color: #4067cd;
}

.p-tour__anchor-item:hover::before {
  background-color: #4067cd;
}

.p-tour__anchor-item:hover::after {
  background-color: #4067cd;
}

.p-tour__anchor-item.current {
  color: #4067cd;
  border-bottom: 2px solid #4067cd;
}

.p-tour__anchor-item.current::before {
  background-color: #4067cd;
}

.p-tour__anchor-item.current::after {
  background-color: #4067cd;
}

.p-tour__anchor-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #757575;
}

@media (max-width: 768px) {
  .p-tour__anchor-item::before {
    display: none;
  }
}
.p-tour__anchor-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url(../img/tour/open-arrow.svg);
  mask-image: url(../img/tour/open-arrow.svg);
  background-color: #757575;
}

@media (max-width: 768px) {
  .p-tour__anchor-item::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: initial;
  }
}
.p-tour__anchor-item.--schedule::before {
  -webkit-mask-image: url(../img/tour/anchor-schedule.svg);
  mask-image: url(../img/tour/anchor-schedule.svg);
}

.p-tour__anchor-item.--voice::before {
  -webkit-mask-image: url(../img/tour/anchor-voice.svg);
  mask-image: url(../img/tour/anchor-voice.svg);
}

.p-tour__anchor-item.--experience::before {
  -webkit-mask-image: url(../img/tour/anchor-experience.svg);
  mask-image: url(../img/tour/anchor-experience.svg);
}

.p-tour__anchor-item.--option::before {
  display: none;
}

.p-accordion__item {
  padding: 0;
}

.p-accordion__title {
  position: relative;
  font-size: 24px;
  padding-inline: 20px;
  padding-block: 24px;
}

.p-accordion__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon-open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.p-accordion__title.is-open::after {
  background-image: url(../img/common/icon-close.svg);
}

.p-accordion__contents {
  padding-block: 0 24px;
  padding-inline: 36px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64286;
}

.c-line-share {
  width: 30px;
  height: 30px;
}

.p-tour-summary__link-item {
  flex: 1;
}

/* リンクコピーボタン */
.link-copy-container {
  position: relative;
  /* display: inline-block; */
  /* margin: 10px 0; */
}

.link-copy-btn {
  min-width: auto;
  background-color: transparent;
  /* display: flex;
  align-items: center; */
  /* cursor: pointer; */
  transition: all 0.2s ease;
}

.link-copy-btn:hover {
  /* background: #e9ecef;
  border-color: #adb5bd; */
}

.link-copy-btn:active {
  /* background: #dee2e6;
  transform: translateY(1px); */
}

/* .copy-text {
  font-weight: 500;
} */
.copy-feedback {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #044b98;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

@media (max-width: 768px) {
  .copy-feedback {
    font-size: 10px;
    padding: 4px 8px;
    left: -100%;
  }
}
.copy-feedback::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #044b98;
}

@media (max-width: 768px) {
  .copy-feedback::after {
    left: initial;
    right: 10%;
    transform: translateX(-50%);
  }
}
.copy-feedback.show {
  opacity: 1;
  visibility: visible;
}

/* カスタマイズツアー */
@media (max-width: 768px) {
  .p-customize {
    overflow: hidden;
    padding-block: 80px;
  }
}
.p-customize__text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.p-customize__text a {
  color: #044b98;
  text-decoration: underline;
}

.p-customize__contents {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .p-customize__contents {
    flex-direction: column;
    align-items: center;
  }
}
.p-customize__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-customize__title {
  display: flex;
  padding-block: 4px;
  padding-inline: 68px 20px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #4067cd;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-radius: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-customize__title {
    font-size: 20px;
    max-width: 335px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-customize__title.--combine {
    padding-inline: 82px 20px;
  }
}
@media (max-width: 768px) {
  .p-customize__title.--custom {
    padding-inline: 72px 20px;
  }
}
.p-customize__title.--combine::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../img/tour/icon-combine.webp) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .p-customize__title.--combine::before {
    left: 34px;
  }
}
.p-customize__title.--custom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url(../img/tour/icon-custom.webp) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .p-customize__title.--custom::before {
    left: 24px;
  }
}
.p-customize__img img {
  display: block;
  margin-inline: auto;
}

.p-customize__caption {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}

.p-customize__sub-title {
  color: #4067cd;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-customize__sub-title {
    font-size: 20px;
  }
}
.p-customize__sub-title::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(162deg);
  width: 2px;
  height: 30px;
  background-color: #4067cd;
  border-radius: 100px;
}

@media (max-width: 768px) {
  .p-customize__sub-title::before {
    height: 50px;
  }
}
.p-customize__sub-title::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(-162deg);
  width: 2px;
  height: 30px;
  background-color: #4067cd;
  border-radius: 100px;
}

@media (max-width: 768px) {
  .p-customize__sub-title::after {
    height: 50px;
  }
}
/* ツアー設備 */
.p-tour-facilities-data {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .p-tour-facilities-data {
    gap: 8px 16px;
  }
}
.p-tour-facilities-item {
  display: flex;
  align-items: stretch;
  font-size: 16px;
  color: #757575;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  border-radius: 4px;
  border: 1px solid #eee;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .p-tour-facilities-item {
    font-size: 14px;
  }
}
.p-tour-facilities-item dt {
  display: flex;
  padding-inline: 8px;
  justify-content: center;
  align-items: center;
  background: #eee;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: 500;
}

.p-tour-facilities-item dd {
  display: flex;
  padding-inline: 8px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

/* 国のヘッダー */
.p-headLineCountry {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 366px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-headLineCountry {
    height: 300px;
  }
}
.p-headLineCountry.Kyrgyzstan {
  background-image: url(../img/country/country01.webp);
}
.p-headLineCountry.kazakhstan {
  background-image: url(../img/country/country02.webp);
}
.p-headLineCountry.uzbekistan {
  background-image: url(../img/country/country03.webp);
}

.p-headLineCountry h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 50px;
  padding-inline: 60px 10px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-headLineCountry h1 {
    font-size: 24px;
    padding-block: 40px 20px;
  }
}
.p-headLineCountry h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-headLineCountry h1::before {
    top: 60%;
  }
}
.p-headLineCountry h1.Kyrgyzstan::before {
  background-image: url(../img/country/icon-kyrgyzstan.svg);
}
.p-headLineCountry h1.kazakhstan::before {
  background-image: url(../img/country/icon-kazakhstan.svg);
}
.p-headLineCountry h1.uzbekistan::before {
  background-image: url(../img/country/icon-uzbekistan.svg);
}

.p-headLineCountry p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-headLineCountry p {
    font-size: 14px;
  }
}/*# sourceMappingURL=system.css.map */