@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

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

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea {
  box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: none;
  color: inherit;
  font-family: inherit;
}

body {
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  color: #333333;
  background: #FFF9EB;
}
@media screen and (min-width: 1101px) {
  body {
    font-size: 18px;
  }
}

.l-inner {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
}
@media screen and (min-width: 1101px) {
  .l-inner {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-header {
  padding-top: 18px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .l-header {
    padding-top: 28px;
    padding-bottom: 29px;
    background: rgba(255, 249, 235, 0.5);
  }
}

.l-drawer {
  position: fixed;
  z-index: 90;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  background: #4FABBF;
  width: 100vw;
  height: 100vh;
  transition: transform 1s ease;
}
.l-drawer.is-checked {
  transform: translateY(0);
}

.l-charms {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1101px) {
  .l-charms {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 1101px) {
  .l-charms__inner {
    max-width: 950px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-balloon-tour {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../img/balloon-tour-bg_sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 1101px) {
  .l-balloon-tour {
    padding-top: 91px;
    padding-bottom: 91px;
    background: url(../img/balloon-tour-bg_pc.png) no-repeat center center/cover;
  }
}

.l-tour-plan {
  padding-top: 60px;
  padding-bottom: 61.5px;
}
@media screen and (min-width: 1101px) {
  .l-tour-plan {
    padding-top: 90px;
    padding-bottom: 164px;
  }
}

.l-about-camp {
  padding-bottom: 40px;
}
@media screen and (min-width: 1101px) {
  .l-about-camp {
    padding-bottom: 351px;
    background: url(../img/about-camp-bg_pc.png) no-repeat center top 0/100% 100%;
  }
}

.l-about-camp__inner {
  padding: 0;
}

@media screen and (min-width: 1101px) {
  .l-guest-opinion {
    padding-bottom: 91px;
  }
}

@media screen and (min-width: 1101px) {
  .l-guest-opinion__inner {
    max-width: 995px;
  }
}

.l-opinion-modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: #FFF9EB;
  z-index: 120;
  overscroll-behavior-y: none;
  border: none;
}
.l-opinion-modal::backdrop {
  background: #FFF9EB;
}

.l-faq {
  padding-bottom: 40px;
}
@media screen and (min-width: 1101px) {
  .l-faq {
    padding-bottom: 90px;
  }
}

.l-thought {
  padding-bottom: 41px;
  background: url(../img/thought-bg-img_sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 1101px) {
  .l-thought {
    padding-bottom: 91px;
    background: url(../img/thought-bg-img_pc.png) no-repeat center center/cover;
  }
}

.l-contact {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-bottom: 88px;
  }
}

@media screen and (min-width: 768px) {
  .l-contact__inner {
    max-width: 752px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #4FABBF;
  color: #FFFFFF;
}
@media screen and (min-width: 1101px) {
  .l-footer {
    padding-top: 41px;
    padding-bottom: 18px;
  }
}

@media screen and (min-width: 1101px) {
  .l-footer__inner {
    max-width: 950px;
  }
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  width: 300px;
  height: 60px;
  border-radius: 10px;
  background: #4FABBF;
  border: 2px solid #4FABBF;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1101px) {
  .c-button {
    font-size: 18px;
    width: 350px;
    height: 70px;
    padding-top: 1px;
  }
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 10px;
  height: 10px;
  background: url(../img/button-arrow-white.png) no-repeat center center/contain;
}
@media screen and (min-width: 1101px) {
  .c-button::after {
    right: 17px;
    width: 13px;
    height: 13px;
  }
}
.c-button.btn-small {
  width: 250px;
  height: 50px;
}
@media screen and (min-width: 1101px) {
  .c-button.btn-small {
    height: 60px;
  }
  .c-button.btn-small::after {
    right: 12px;
  }
}
.c-button:hover {
  color: #4FABBF;
  background: #FFFFFF;
}
.c-button:hover::after {
  background: url(../img/button-arrow-blue.png) no-repeat center center/contain;
}

.c-button-cta-sp {
  position: fixed;
  z-index: 80;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #4FABBF;
  font-size: 24px;
  font-weight: 700;
  background: #FFFFFF;
  border: 5px solid currentColor;
  transition: all 0.3s ease;
}
.c-button-cta-sp:hover {
  color: #FFFFFF;
  background: #4FABBF;
  border-color: #FFF9EB;
}
@media screen and (min-width: 1101px) {
  .c-button-cta-sp {
    display: none;
  }
}

.c-button-cta-pc {
  display: none;
}
@media screen and (min-width: 1101px) {
  .c-button-cta-pc {
    position: fixed;
    z-index: 100;
    left: auto;
    right: 40px;
    bottom: 40px;
    display: block;
    text-align: center;
    width: 147px;
    height: 226px;
    background: url(../img/balloon-to-cta.png) no-repeat center center/contain;
  }
  .c-button-cta-pc::before {
    content: "ご予約\aお問い合わせは\aこちら　";
    position: absolute;
    top: 33px;
    right: 0;
    width: 143px;
    color: #214E34;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    white-space: pre;
  }
  .c-button-cta-pc::after {
    content: "";
    position: absolute;
    top: 98px;
    right: 29px;
    width: 21px;
    height: 23px;
    background: url(../img/arrow-to-cta.png) no-repeat center center/contain;
  }
}

.c-header__drawer-icon {
  width: 24px;
  height: 30px;
  position: relative;
}
.c-header__drawer-icon span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #FFFFFF;
}
.c-header__drawer-icon span:nth-child(1) {
  top: 0;
}
.c-header__drawer-icon span:nth-child(2) {
  top: 8px;
}
.c-header__drawer-icon span:nth-child(3) {
  top: 16px;
}
.c-header__drawer-icon::after {
  content: "MENU";
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  color: #FFFFFF;
  font-weight: 700;
}
.c-header__drawer-icon.is-checked span:nth-child(1) {
  display: none;
}
.c-header__drawer-icon.is-checked span:nth-child(2),
.c-header__drawer-icon.is-checked span:nth-child(3) {
  top: 8px;
  left: -1px;
}
.c-header__drawer-icon.is-checked span:nth-child(2) {
  transform: rotate(45deg);
}
.c-header__drawer-icon.is-checked span:nth-child(3) {
  transform: rotate(-45deg);
}
.c-header__drawer-icon.is-checked::after {
  content: "CLOSE";
  top: 21px;
  left: calc(50% - 1px);
  line-height: 1.24309;
}

.c-charms-card__number {
  font-size: 45px;
  line-height: 1;
  letter-spacing: 1.35px;
  padding-bottom: 5px;
  font-weight: 500;
}
@media screen and (min-width: 1101px) {
  .c-charms-card__number {
    font-size: 65px;
    line-height: normal;
    letter-spacing: 1.3px;
  }
}
.c-charms-card__number span {
  letter-spacing: normal;
}
@media screen and (min-width: 1101px) {
  .c-charms-card__number span {
    letter-spacing: 1.3px;
  }
}

.p-charms-card:nth-child(2) .p-charms-card__head .c-charms-card__number,
.p-charms-card:nth-child(3) .p-charms-card__head .c-charms-card__number {
  letter-spacing: normal;
}

.c-charms-card__head--line {
  width: 3px;
  height: 50px;
  background: #333333;
  margin-left: 15px;
}
@media screen and (min-width: 1101px) {
  .c-charms-card__head--line {
    height: 75px;
    margin-left: 19px;
  }
}

.p-charms-card:nth-child(2) .p-charms-card__head .c-charms-card__head--line,
.p-charms-card:nth-child(3) .p-charms-card__head .c-charms-card__head--line {
  margin-bottom: 1px;
}

@media screen and (min-width: 1101px) {
  .p-charms-card:nth-child(2) .p-charms-card__head .c-charms-card__head--line {
    margin-left: 21px;
  }
}

.p-charms-card:nth-child(3) .p-charms-card__head .c-charms-card__head--line {
  margin-left: 16px;
}
@media screen and (min-width: 1101px) {
  .p-charms-card:nth-child(3) .p-charms-card__head .c-charms-card__head--line {
    margin-left: 19px;
  }
}

.c-tour-planning__slide--pagination {
  bottom: var(--swiper-pagination-bottom, -20px) !important;
  position: relative;
}
.c-tour-planning__slide--pagination span.swiper-pagination-bullet:nth-child(1), .c-tour-planning__slide--pagination span.swiper-pagination-bullet:nth-child(2), .c-tour-planning__slide--pagination span.swiper-pagination-bullet:nth-child(3) {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(51, 51, 51, 0.3);
}
.c-tour-planning__slide--pagination span.swiper-pagination-bullet:nth-child(1) {
  left: calc(50% - 29px);
}
.c-tour-planning__slide--pagination span.swiper-pagination-bullet:nth-child(2) {
  left: calc(50% - 9px);
}
.c-tour-planning__slide--pagination span.swiper-pagination-bullet:nth-child(3) {
  left: calc(50% + 11px);
}
.c-tour-planning__slide--pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333333;
}

.c-message-left-head {
  display: none;
}
@media screen and (min-width: 1101px) {
  .c-message-left-head {
    display: block;
    position: absolute;
    top: 70px;
    left: -21px;
    width: 126px;
    transform: rotate(-25.194deg);
  }
}

.c-message-right-head {
  display: none;
}
@media screen and (min-width: 1101px) {
  .c-message-right-head {
    display: block;
    position: absolute;
    top: 73px;
    right: -22px;
    width: 154.213px;
    height: 21.006px;
    transform: rotate(25.04deg);
  }
}

.c-guest-opinion__slide--pagination {
  bottom: var(--swiper-pagination-bottom, -30px) !important;
  position: relative;
}
.c-guest-opinion__slide--pagination span.swiper-pagination-bullet:nth-child(1), .c-guest-opinion__slide--pagination span.swiper-pagination-bullet:nth-child(2) {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(51, 51, 51, 0.3);
}
.c-guest-opinion__slide--pagination span.swiper-pagination-bullet:nth-child(1) {
  left: calc(50% - 24px);
}
.c-guest-opinion__slide--pagination span.swiper-pagination-bullet:nth-child(2) {
  left: calc(50% + 6px);
}
.c-guest-opinion__slide--pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333333;
}

.c-form-name {
  width: 100%;
  padding: 7px 0 7px 10px;
  border-radius: 3px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  background: #FFFFFF;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-form-name {
    padding: 16px 0 9px 27px;
  }
}
.c-form-name::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.c-form-name::placeholder {
  color: rgba(51, 51, 51, 0.3);
}
@media screen and (min-width: 768px) {
  .c-form-name::-moz-placeholder {
    font-size: 20px;
  }
  .c-form-name::placeholder {
    font-size: 20px;
  }
}

.c-form-email {
  width: 100%;
  padding: 7px 0 7px 10px;
  border-radius: 3px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  background: #FFFFFF;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-form-email {
    padding: 16px 0 9px 27px;
  }
}
.c-form-email::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.c-form-email::placeholder {
  color: rgba(51, 51, 51, 0.3);
}
@media screen and (min-width: 768px) {
  .c-form-email::-moz-placeholder {
    font-size: 20px;
  }
  .c-form-email::placeholder {
    font-size: 20px;
  }
}

.c-form-number {
  width: 100%;
  padding: 7px 0 8px 10px;
  border-radius: 3px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-form-number {
    padding: 16px 0 10px 27px;
  }
}

.c-form-textarea {
  width: 100%;
  height: 161px;
  padding: 7px 0 7px 10px;
  border-radius: 8px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-form-textarea {
    height: 227px;
  }
}

.c-form-submit {
  width: 170px;
  padding-top: 11px;
  padding-bottom: 13px;
  border-radius: 5px;
  background: #4FABBF;
  color: #FAFEFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border: 2px solid #4FABBF;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-form-submit {
    font-size: 20px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.c-form-submit:hover {
  background: #FAFEFF;
  color: #4FABBF;
  cursor: pointer;
}

.p-header__nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1101px) {
  .p-header__nav {
    justify-content: center;
  }
}

.p-header__nav--left {
  display: none;
}
@media screen and (min-width: 1101px) {
  .p-header__nav--left {
    display: block;
  }
  .p-header__nav--left ul {
    display: flex;
    gap: 2px;
  }
  .p-header__nav--left ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    padding-top: 20px;
    padding-bottom: 19px;
    border-radius: 5px;
    background: #4FABBF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #4FABBF;
    transition: all 0.3s ease;
  }
  .p-header__nav--left ul li a:hover {
    background: #FFFFFF;
    color: #4FABBF;
  }
}

.p-header__nav--left li:nth-child(1) a {
  padding-top: 22px;
  padding-bottom: 22px;
}
.p-header__nav--left li:nth-child(1) a img {
  width: 20px;
  height: 16px;
}

.p-header__nav--right {
  display: none;
}
@media screen and (min-width: 1101px) {
  .p-header__nav--right {
    display: block;
  }
  .p-header__nav--right ul {
    display: flex;
    gap: 2px;
  }
  .p-header__nav--right ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    padding-top: 20px;
    padding-bottom: 19px;
    border-radius: 5px;
    background: #4FABBF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #4FABBF;
    transition: all 0.3s ease;
  }
  .p-header__nav--right ul li a:hover {
    background: #FFFFFF;
    color: #4FABBF;
  }
}

.p-header__logo {
  padding-top: 2px;
}
@media screen and (min-width: 1101px) {
  .p-header__logo {
    padding-top: 5px;
    margin-left: 18px;
    margin-right: 18px;
  }
}
.p-header__logo img {
  width: 70px;
  height: 30px;
}
@media screen and (min-width: 1101px) {
  .p-header__logo img {
    width: 114px;
    height: 50px;
  }
}

.p-drawer__nav ul {
  text-align: center;
  margin-top: 130px;
}
.p-drawer__nav ul li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
.p-drawer__nav ul li:nth-child(1) a, .p-drawer__nav ul li:nth-child(2) a {
  padding-right: 3px;
}
.p-drawer__nav ul li + li {
  margin-top: 20px;
}

.p-first-view-card {
  position: relative;
}

.p-first-view-card__text {
  position: absolute;
  top: 140px;
  left: 0;
  max-width: 390px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card__text {
    top: 200px;
    left: auto;
    max-width: 700px;
    right: 90px;
  }
}
.p-first-view-card__text h2 {
  color: #FFFFFF;
  text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-first-view-card__text h2 {
    font-size: 32px;
    letter-spacing: 0.96px;
  }
}

.p-first-view-card.first-fv .p-first-view-card__text h2 .u-oswald {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.first-fv .p-first-view-card__text h2 .u-oswald {
    font-size: 36px;
    letter-spacing: 2.16px;
  }
}
.p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) {
  position: relative;
}
.p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .fv-sai,
.p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .fv-kou,
.p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .fv-accent,
.p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .saikou-space {
  position: absolute;
}
.p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .fv-sai {
  top: -3px;
  left: 205px;
  width: 33px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .fv-sai {
    top: -4px;
    left: 333px;
    width: 49px;
    height: 63px;
  }
}
.p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .fv-kou {
  top: 3px;
  left: 238px;
  width: 34px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .fv-kou {
    top: 5px;
    left: 377px;
    width: 51px;
    height: 63px;
  }
}
.p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .fv-accent {
  top: -27px;
  left: 245px;
  width: 38.575px;
  height: 24.548px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .fv-accent {
    top: -40px;
    left: 384px;
    width: 60px;
    height: 38px;
  }
}
.p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .saikou-space {
  top: 1px;
  left: 272px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .saikou-space {
    top: 0px;
    left: 427px;
  }
}
.p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .third-line {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.first-fv .p-first-view-card__text h2:nth-child(2) .third-line {
    display: block;
    position: absolute;
    top: 0px;
    left: 460px;
  }
}
.p-first-view-card.first-fv .p-first-view-card__text h2.third-line-h2 {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.first-fv .p-first-view-card__text h2.third-line-h2 {
    display: none;
  }
}
.p-first-view-card.first-fv .p-first-view-card__text h2 + h2 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.first-fv .p-first-view-card__text h2 + h2 {
    margin-top: 15px;
  }
}

.p-first-view-card.second-fv .p-first-view-card__text {
  top: 141px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.second-fv .p-first-view-card__text {
    top: 200px;
  }
}
.p-first-view-card.second-fv .p-first-view-card__text h2 {
  position: relative;
}
.p-first-view-card.second-fv .p-first-view-card__text h2 .fv-sanpo {
  position: absolute;
  top: -18px;
  left: 186px;
  max-width: 151px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.second-fv .p-first-view-card__text h2 .fv-sanpo {
    top: -25px;
    left: 307px;
    max-width: 250px;
  }
}
.p-first-view-card.second-fv .p-first-view-card__text h2:nth-child(2) span {
  display: inline-block;
}
.p-first-view-card.second-fv .p-first-view-card__text h2:nth-child(2) span:nth-child(1) {
  margin-bottom: 15px;
}
.p-first-view-card.second-fv .p-first-view-card__text h2 + h2 {
  margin-top: 15px;
}

.p-first-view-card.third-fv .p-first-view-card__text h2 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.third-fv .p-first-view-card__text h2:nth-child(1) {
    margin-left: -1px;
  }
}
.p-first-view-card.third-fv .p-first-view-card__text h2 .u-oswald {
  font-size: 22px;
  letter-spacing: 0.44px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.third-fv .p-first-view-card__text h2 .u-oswald {
    font-size: 36px;
    letter-spacing: normal;
  }
}
.p-first-view-card.third-fv .p-first-view-card__text h2 .u-oswald.u-plus-letter-spacing-large {
  letter-spacing: 2.2px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.third-fv .p-first-view-card__text h2 .u-oswald.u-plus-letter-spacing-large {
    letter-spacing: 3.6px;
  }
}
.p-first-view-card.third-fv .p-first-view-card__text h2 .hoshizora-space {
  position: absolute;
  left: 311px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.third-fv .p-first-view-card__text h2 .hoshizora-space {
    left: 503px;
  }
}
@media screen and (max-width: 349px) {
  .p-first-view-card.third-fv .p-first-view-card__text h2 .hoshizora-space {
    top: 45px;
    left: 240px;
  }
}
.p-first-view-card.third-fv .p-first-view-card__text h2 .fv-hoshizora {
  position: absolute;
  top: -7px;
  left: 248px;
  width: 64px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.third-fv .p-first-view-card__text h2 .fv-hoshizora {
    width: 96px;
    top: -8px;
    left: 403px;
  }
}
@media screen and (max-width: 349px) {
  .p-first-view-card.third-fv .p-first-view-card__text h2 .fv-hoshizora {
    top: 36px;
    left: 175px;
  }
}
.p-first-view-card.third-fv .p-first-view-card__text h2 + h2 {
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .p-first-view-card.third-fv .p-first-view-card__text h2 + h2 {
    margin-top: 15px;
  }
}

.p-charms__title {
  text-align: center;
  position: relative;
}

.p-charms__title--comment {
  position: absolute;
  top: -37px;
  right: 71%;
  width: 101px;
  transform: rotate(-14deg);
}
@media screen and (min-width: 1101px) {
  .p-charms__title--comment {
    width: 145px;
    top: -57px;
    right: 63.2%;
  }
}
.p-charms__title--comment p {
  letter-spacing: 0.42px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1101px) {
  .p-charms__title--comment p {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}
.p-charms__title--comment::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -5px;
  width: 110px;
  height: 28.84px;
  transform: rotate(13.653deg);
  background: url(../img/section-title-comment-accent.png) no-repeat center center/contain;
}
@media screen and (min-width: 1101px) {
  .p-charms__title--comment::after {
    width: 234px;
    height: 44px;
    top: 13px;
    left: -51px;
  }
}

.p-charms__title--sub p {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 1101px) {
  .p-charms__title--sub p {
    font-size: 30px;
  }
}

.p-charms__title--main {
  padding-left: 4px;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-charms__title--main {
    padding-left: 0;
    padding-right: 4px;
    margin-top: 5px;
  }
}
.p-charms__title--main h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 61px;
}
@media screen and (min-width: 1101px) {
  .p-charms__title--main h2 {
    font-size: 30px;
    line-height: 1.5;
  }
}
.p-charms__title--main h2 span {
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 500;
}
@media screen and (min-width: 1101px) {
  .p-charms__title--main h2 span {
    font-size: 42px;
    line-height: 1.5;
    letter-spacing: 4.2px;
  }
}
.p-charms__title--main span.main-title-star:nth-child(1), .p-charms__title--main span.main-title-star:nth-child(2), .p-charms__title--main span.main-title-star:nth-child(3), .p-charms__title--main span.main-title-star:nth-child(4) {
  position: absolute;
}
.p-charms__title--main span.main-title-star:nth-child(1), .p-charms__title--main span.main-title-star:nth-child(4) {
  width: 14px;
  height: 26px;
}
@media screen and (min-width: 1101px) {
  .p-charms__title--main span.main-title-star:nth-child(1), .p-charms__title--main span.main-title-star:nth-child(4) {
    width: 19px;
  }
}
.p-charms__title--main span.main-title-star:nth-child(2), .p-charms__title--main span.main-title-star:nth-child(3) {
  width: 10px;
  height: 18px;
}
@media screen and (min-width: 1101px) {
  .p-charms__title--main span.main-title-star:nth-child(2), .p-charms__title--main span.main-title-star:nth-child(3) {
    width: 14px;
  }
}
.p-charms__title--main span.main-title-star:nth-child(1) {
  top: 23px;
  right: calc(50% + 63px);
}
@media screen and (min-width: 1101px) {
  .p-charms__title--main span.main-title-star:nth-child(1) {
    top: 17px;
    right: calc(50% + 99px);
  }
}
.p-charms__title--main span.main-title-star:nth-child(2) {
  top: 39px;
  right: calc(50% + 53px);
}
@media screen and (min-width: 1101px) {
  .p-charms__title--main span.main-title-star:nth-child(2) {
    right: calc(50% + 84px);
  }
}
.p-charms__title--main span.main-title-star:nth-child(3) {
  top: 11px;
  left: calc(50% + 59px);
}
@media screen and (min-width: 1101px) {
  .p-charms__title--main span.main-title-star:nth-child(3) {
    top: -1px;
    left: calc(50% + 71px);
  }
}
.p-charms__title--main span.main-title-star:nth-child(4) {
  top: 19px;
  left: calc(50% + 69px);
}
@media screen and (min-width: 1101px) {
  .p-charms__title--main span.main-title-star:nth-child(4) {
    top: 11px;
    left: calc(50% + 86px);
  }
}

.p-charms__contents {
  margin-top: 23px;
}
@media screen and (min-width: 1101px) {
  .p-charms__contents {
    margin-top: 60px;
  }
}

.p-charms-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1101px) {
  .p-charms-card {
    gap: 50px;
  }
  .p-charms-card:nth-child(1), .p-charms-card:nth-child(3) {
    flex-direction: row;
  }
  .p-charms-card:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.p-charms-card:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (min-width: 1101px) {
  .p-charms-card:nth-child(n+2) {
    margin-top: 80px;
  }
}

.p-charms-card__images {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 1101px) {
  .p-charms-card__image {
    width: 450px;
  }
}
.p-charms-card__image.main-image {
  width: 100%;
}
.p-charms-card__image.main-image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1101px) {
  .p-charms-card__image.main-image img {
    width: 450px;
    height: 280px;
  }
}
.p-charms-card__image.sub-images {
  display: flex;
  gap: 10px;
}

.p-charms-card__sub-image {
  width: 100%;
}
.p-charms-card__sub-image img {
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .p-charms-card__sub-image img {
    width: 220px;
    height: 150px;
  }
}

.p-charms-card__head {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1101px) {
  .p-charms-card__head {
    margin-top: -8px;
  }
}

.p-charms-card__head--title {
  margin-left: 13px;
}
@media screen and (min-width: 1101px) {
  .p-charms-card__head--title {
    margin-left: 17px;
  }
}
.p-charms-card__head--title p {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1101px) {
  .p-charms-card__head--title p {
    font-size: 28px;
  }
}

.p-charms-card:nth-child(3) .p-charms-card__head .p-charms-card__head--title {
  margin-left: 12px;
}
@media screen and (min-width: 1101px) {
  .p-charms-card:nth-child(3) .p-charms-card__head .p-charms-card__head--title {
    margin-left: 17px;
    margin-top: -3px;
  }
}
.p-charms-card:nth-child(3) .p-charms-card__head .p-charms-card__head--title p {
  line-height: 1.4;
}
.p-charms-card:nth-child(3) .p-charms-card__head .p-charms-card__head--title p + p {
  margin-top: 2px;
}

.p-charms-card__text {
  margin-top: 20px;
}
@media screen and (min-width: 1101px) {
  .p-charms-card__text {
    margin-top: 17px;
  }
}
.p-charms-card__text p {
  line-height: 1.51;
}
@media screen and (min-width: 1101px) {
  .p-charms-card__text p {
    line-height: 1.72;
  }
}

.p-charms-card:nth-child(3) .p-charms-card__text {
  margin-top: 21px;
}
@media screen and (min-width: 1101px) {
  .p-charms-card:nth-child(3) .p-charms-card__text {
    margin-top: 16px;
  }
}

.p-charms-card__button {
  margin-top: 19px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1101px) {
  .p-charms-card__button {
    margin-top: 44px;
  }
}

.p-charms-card:nth-child(3) .p-charms-card__button a {
  padding-right: 3px;
}
@media screen and (min-width: 1101px) {
  .p-charms-card:nth-child(3) .p-charms-card__button a {
    padding-right: 0;
  }
}

.p-balloon-tour__title {
  text-align: center;
  position: relative;
}

.p-balloon-tour__title--comment {
  position: absolute;
  top: -37px;
  right: 69%;
  transform: rotate(-14deg);
}
@media screen and (min-width: 1101px) {
  .p-balloon-tour__title--comment {
    top: -51px;
    right: 61%;
  }
}
.p-balloon-tour__title--comment p {
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 1101px) {
  .p-balloon-tour__title--comment p {
    font-size: 20px;
    line-height: 20px;
  }
}
.p-balloon-tour__title--comment p::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -10px;
  width: 123px;
  height: 31px;
  transform: rotate(14.51deg);
  background: url(../img/section-title-comment-accent.png) no-repeat center center/contain;
}
@media screen and (min-width: 1101px) {
  .p-balloon-tour__title--comment p::after {
    top: 2px;
    left: -16px;
    width: 177px;
    height: 50px;
  }
}

.p-balloon-tour__title--main h2 {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 1101px) {
  .p-balloon-tour__title--main h2 {
    font-size: 30px;
  }
}

.p-balloon-tour__head {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .p-balloon-tour__head {
    margin-top: 50px;
  }
}
.p-balloon-tour__head p {
  line-height: 1.51;
}
@media screen and (min-width: 1101px) {
  .p-balloon-tour__head p {
    font-size: 20px;
  }
}
.p-balloon-tour__head p span {
  display: inline-block;
}

.p-balloon-tour__content {
  margin-top: 19px;
}
@media screen and (min-width: 1101px) {
  .p-balloon-tour__content {
    margin-top: 28px;
  }
}

.p-tour__card {
  display: flex;
  flex-direction: column;
  padding: 10px;
  background: #FFFFFF;
  box-shadow: 3px 3px 4px 0px rgba(51, 51, 51, 0.3);
  max-width: 680px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1101px) {
  .p-tour__card {
    flex-direction: row;
    padding: 0;
    max-width: 1000px;
  }
}
.p-tour__card:hover {
  opacity: 0.7;
}

.p-tour__card--image {
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .p-tour__card--image {
    width: 330px;
  }
  .p-tour__card--image img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1101px) {
  .p-tour__card--main {
    width: calc(100% - 330px);
    padding: 20px 30px 21px 25px;
  }
}

.p-tour__card--title {
  margin-top: 10px;
}
@media screen and (min-width: 1101px) {
  .p-tour__card--title {
    margin-top: 0;
  }
}
.p-tour__card--title h3 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1101px) {
  .p-tour__card--title h3 {
    font-size: 24px;
  }
}
.p-tour__card--title h3 span {
  display: inline-block;
}
.p-tour__card--title h3 span.letter-spacing {
  letter-spacing: 1.8px;
}
@media screen and (min-width: 1101px) {
  .p-tour__card--title h3 span.letter-spacing {
    letter-spacing: normal;
  }
}

.p-tour__card--price {
  margin-top: 5px;
  text-align: right;
  padding-right: 0.5px;
}
@media screen and (min-width: 1101px) {
  .p-tour__card--price {
    margin-top: -2px;
  }
}
.p-tour__card--price p {
  color: #D91621;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1101px) {
  .p-tour__card--price p {
    font-size: 24px;
    line-height: 1.5;
  }
}

.p-tour__card--text {
  margin-top: 11px;
}
@media screen and (min-width: 1101px) {
  .p-tour__card--text {
    margin-top: 16px;
  }
}

.p-balloon-tour__example {
  margin-top: 40px;
}
@media screen and (min-width: 1101px) {
  .p-balloon-tour__example {
    margin-top: 50px;
  }
}

.p-balloon-tour__example--title {
  text-align: center;
}
.p-balloon-tour__example--title h3 {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 1101px) {
  .p-balloon-tour__example--title h3 {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
  .p-balloon-tour__example--title h3 span {
    letter-spacing: 0.6px;
  }
}

.p-balloon-tour__schedule {
  margin-top: 10px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.p-balloon-tour__schedule:nth-child(n+2) {
  margin-top: 10px;
}

.p-balloon-tour__schedule--tag {
  display: flex;
  width: 50px;
  padding: 2px;
  background: #4FABBF;
  justify-content: center;
  align-items: center;
}
.p-balloon-tour__schedule--tag p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: normal;
}

.p-schedule-date {
  background: #FFFFFF;
  border: 0.5px solid #333333;
}

.p-schedule-date__box--top {
  padding: 12px 9px 10px 12px;
}
.p-schedule-date__box--top.day-fourth {
  padding: 13px 9px 10px 12px;
}
.p-schedule-date__box--top.day-fourth table th {
  padding-top: 1px;
}
.p-schedule-date__box--top.day-fourth table tr:nth-child(2) th {
  padding-top: 11px;
}
.p-schedule-date__box--top table th {
  width: 21px;
  vertical-align: top;
  padding-top: 3px;
}
.p-schedule-date__box--top table td {
  padding-left: 7px;
}
.p-schedule-date__box--top table td span {
  font-size: 13px;
}
.p-schedule-date__box--top table td .hot-balloon {
  line-height: 1.4;
}
.p-schedule-date__box--top table td .hot-balloon span {
  line-height: 1.51;
}
.p-schedule-date__box--top table tr:not(:last-child) td {
  padding-bottom: 7.5px;
}

.p-schedule-date__box--middle {
  border-top: 0.4px dashed rgba(51, 51, 51, 0.8);
  border-bottom: 0.4px dashed rgba(51, 51, 51, 0.8);
  padding: 6px 14px 4px;
  display: flex;
}
.p-schedule-date__box--middle dt {
  margin-left: 35px;
}
.p-schedule-date__box--middle.day-third {
  padding: 6px 14px 3px;
}
.p-schedule-date__box--middle.day-fourth dt {
  position: relative;
}
.p-schedule-date__box--middle.day-fourth dt::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  left: 52px;
  width: 12px;
  height: 12px;
  background: url(../img/airplane-icon-lunch.png) no-repeat center center/contain;
}

.p-schedule-date__box--bottom {
  padding: 6px 14px 3px;
  display: flex;
}
.p-schedule-date__box--bottom.day-third {
  padding: 5px 14px 3px;
}
.p-schedule-date__box--bottom dt {
  margin-left: 38px;
  position: relative;
}
.p-schedule-date__box--bottom dt.icon-park-outline_hotel::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  left: -18px;
  width: 17px;
  height: 12.8px;
  background: url(../img/icon-park-outline_hotel.png) no-repeat center center/contain;
}
.p-schedule-date__box--bottom dt.icon-park-outline_hotel span {
  display: inline-block;
}
.p-schedule-date__box--bottom dt.camphouse-icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  left: -18px;
  width: 17px;
  height: 14px;
  background: url(../img/camphouse-icon.png) no-repeat center center/contain;
}
.p-schedule-date__box--bottom dt.nothing {
  margin-left: 20px;
}

.p-balloon-tour__schedules {
  display: none;
}
@media screen and (min-width: 1101px) {
  .p-balloon-tour__schedules {
    display: block;
    margin-top: 29px;
  }
  .p-balloon-tour__schedules table {
    border: 1px solid #333333;
    max-width: 853px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
  }
  .p-balloon-tour__schedules table thead {
    background: #4FABBF;
    height: 44px;
  }
  .p-balloon-tour__schedules table thead tr th {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.8px;
    border-bottom: 1px solid #333333;
  }
  .p-balloon-tour__schedules table thead tr th:not(:last-child) {
    border-right: 0.4px dashed rgba(51, 51, 51, 0.8);
  }
  .p-balloon-tour__schedules table thead tr th:nth-child(1) {
    width: 7.7464788732%;
  }
  .p-balloon-tour__schedules table thead tr th:nth-child(2) {
    width: 71.5962441315%;
    letter-spacing: 0.9px;
  }
  .p-balloon-tour__schedules table thead tr th:nth-child(3) {
    width: 5.985915493%;
    letter-spacing: 0.9px;
  }
  .p-balloon-tour__schedules table thead tr th:nth-child(4) {
    width: 14.6713615023%;
  }
  .p-balloon-tour__schedules table tbody {
    background: #FFFFFF;
  }
  .p-balloon-tour__schedules table tbody tr:not(:last-child) {
    border-bottom: 0.4px dashed rgba(51, 51, 51, 0.8);
  }
  .p-balloon-tour__schedules table tbody tr th {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    vertical-align: top;
    padding-top: 8px;
    padding-left: 2px;
    text-align: center;
    border-right: 0.4px dashed rgba(51, 51, 51, 0.8);
  }
  .p-balloon-tour__schedules table tbody tr td.p-schedule-box {
    padding: 24px 0 24px 22px;
  }
  .p-balloon-tour__schedules table tbody tr td.p-schedule-box table {
    border: none;
  }
  .p-balloon-tour__schedules table tbody tr td.p-schedule-box table tr {
    border: none;
  }
  .p-balloon-tour__schedules table tbody tr td.p-schedule-box table tr:not(:last-child) th {
    padding-bottom: 19px;
  }
  .p-balloon-tour__schedules table tbody tr td.p-schedule-box table tr:nth-child(3) th {
    padding-top: 1px;
  }
  .p-balloon-tour__schedules table tbody tr td.p-schedule-box table th {
    width: 29px;
    border: none;
    padding-top: 0;
  }
  .p-balloon-tour__schedules table tbody tr td.p-schedule-box table td {
    padding-left: 14px;
    vertical-align: top;
    padding-top: 4px;
    font-size: 14px;
  }
  .p-balloon-tour__schedules table tbody tr td.p-schedule-box table td span {
    font-size: 12px;
  }
  .p-balloon-tour__schedules table tbody tr td.u-vertical-rl {
    text-align: center;
    font-size: 16px;
    padding-top: 7px;
    padding-right: 3px;
    letter-spacing: 5px;
  }
  .p-balloon-tour__schedules table tbody tr td.p-hotels {
    vertical-align: top;
  }
  .p-balloon-tour__schedules table tbody tr td:not(:last-child) {
    border-right: 0.4px dashed rgba(51, 51, 51, 0.8);
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(2) th {
    padding-top: 9px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(2) td.p-schedule-box {
    padding: 25px 0 23px 21px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(2) td.p-schedule-box table tr:nth-child(3) th {
    padding-bottom: 36px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(2) td.p-schedule-box table tr:nth-child(3) td {
    line-height: 1.4;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(2) td.p-hotels .p-hotels__icon {
    padding-top: 72px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(3) th {
    padding-top: 10px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(3) td.p-schedule-box {
    padding: 25px 0 21px 21px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(3) td.p-schedule-box table tr:nth-child(1) th {
    padding-bottom: 21px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(3) td.p-schedule-box table tr:nth-child(2) td {
    padding-top: 2px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(3) td.p-schedule-box table tr:nth-child(3) td {
    padding-top: 4px;
    line-height: 1.58;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(3) td.p-schedule-box table tr:nth-child(3) td span {
    padding-top: 1px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(3) td.u-vertical-rl {
    padding-top: 14px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(3) td.p-hotels .p-hotels__icon {
    padding-top: 65px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(4) th {
    padding-top: 10px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(4) td.p-schedule-box {
    padding: 25px 0 24px 21px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(4) td.p-schedule-box table tr:nth-child(1) th {
    padding-bottom: 20px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(4) td.p-schedule-box table tr:nth-child(1) td {
    padding-top: 1px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(4) td.p-schedule-box table tr:nth-child(2) td {
    padding-top: 1px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(4) td.p-schedule-box table tr:nth-child(3) td {
    padding-top: 2px;
    line-height: 1.5;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(4) td.p-schedule-box table tr:nth-child(3) td span {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(4) td.u-vertical-rl {
    padding-top: 14px;
    position: relative;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(4) td.u-vertical-rl::after {
    content: "";
    position: absolute;
    top: 88px;
    left: 17px;
    width: 16px;
    height: 16px;
    background: url(../img/airplane-icon-lunch.png) no-repeat center center/contain;
  }
  .p-balloon-tour__schedules table tbody tr:nth-child(4) td.p-hotels .p-hotels__icon {
    margin-top: 85px;
    padding: 0;
    width: 30px;
    height: 1.5px;
    background: #333333;
  }
}

.p-hotels__icon {
  padding-top: 41px;
  width: 33px;
  margin-left: auto;
  margin-right: auto;
}
.p-hotels__icon img {
  width: 100%;
}

.p-hotels__name {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.p-hotels__name span {
  display: inline-block;
}

.p-nomad__title {
  position: relative;
}

.p-nomad__title--comment {
  position: absolute;
  top: -36.5px;
  right: 66.4%;
  width: 113px;
  transform: rotate(-14deg);
}
@media screen and (min-width: 1101px) {
  .p-nomad__title--comment {
    top: -48px;
    right: 64.4%;
    width: 162px;
    transform: rotate(-14.5deg);
  }
}
.p-nomad__title--comment p {
  font-size: 14.4px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (min-width: 1101px) {
  .p-nomad__title--comment p {
    font-size: 20px;
  }
}
.p-nomad__title--comment p span {
  letter-spacing: -2.1px;
}
@media screen and (min-width: 1101px) {
  .p-nomad__title--comment p span {
    letter-spacing: 2.4px;
  }
}
.p-nomad__title--comment::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -10px;
  width: 128px;
  height: 32px;
  transform: rotate(14deg);
  background: url(../img/section-title-comment-accent.png) no-repeat center center/contain;
}
@media screen and (min-width: 1101px) {
  .p-nomad__title--comment::after {
    top: 2px;
    left: -7px;
    width: 176px;
    height: 46px;
    transform: rotate(15deg);
  }
}

.p-nomad__title--main {
  text-align: center;
}
.p-nomad__title--main h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1101px) {
  .p-nomad__title--main h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.p-nomad__title--main h2 span {
  display: inline-block;
}

.p-nomad__image {
  margin-top: 30px;
  max-width: 330px;
  height: 174px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-nomad__image {
    margin-top: 49px;
    max-width: 444px;
    height: 213px;
  }
}
.p-nomad__image img {
  width: 100%;
  height: 100%;
}

.p-nomad__text {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .p-nomad__text {
    margin-top: 60px;
  }
}
.p-nomad__text p {
  line-height: normal;
}
@media screen and (min-width: 1101px) {
  .p-nomad__text p {
    font-size: 20px;
    line-height: 1.5;
  }
}
.p-nomad__text p span {
  display: inline-block;
}

.p-nomad__content {
  margin-top: 20px;
}
@media screen and (min-width: 1101px) {
  .p-nomad__content {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .p-nomad__content .p-tour__card--main {
    padding: 20px 30px 17px 25px;
  }
}
@media screen and (min-width: 1101px) {
  .p-nomad__content .p-tour__card--image {
    height: 270px;
  }
}
@media screen and (min-width: 1101px) {
  .p-nomad__content .p-tour__card--price {
    margin-top: -1px;
  }
}
@media screen and (min-width: 1101px) {
  .p-nomad__content .p-tour__card--text {
    margin-top: 12px;
  }
}

.p-nomad-tour__card--note {
  margin-top: 4px;
}
@media screen and (min-width: 1101px) {
  .p-nomad-tour__card--note {
    margin-top: 10px;
  }
}
.p-nomad-tour__card--note p {
  color: #D91621;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1101px) {
  .p-nomad-tour__card--note p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-tour-planning {
  margin-top: 60px;
}
@media screen and (min-width: 1101px) {
  .p-tour-planning {
    margin-top: 79px;
  }
}

.p-tour-planning__title--comment {
  position: relative;
  z-index: 20;
}
.p-tour-planning__title--comment p {
  position: absolute;
  width: 50px;
  transform: rotate(-14.714deg);
  font-size: 12px;
  font-weight: 500;
}
@media screen and (min-width: 1101px) {
  .p-tour-planning__title--comment p {
    width: 72px;
    font-size: 18px;
  }
}
.p-tour-planning__title--comment p::after {
  content: "";
  position: absolute;
  top: 12px;
  left: -10px;
  width: 54px;
  height: 14px;
  transform: rotate(14.714deg);
  background: url(../img/section-title-comment-accent.png) no-repeat center center/contain;
}
@media screen and (min-width: 1101px) {
  .p-tour-planning__title--comment p::after {
    top: 16px;
    left: -17px;
    width: 103px;
    height: 24px;
  }
}
.p-tour-planning__title--comment p:nth-child(1) {
  top: -3.2px;
  right: 85.2%;
}
@media screen and (min-width: 1101px) {
  .p-tour-planning__title--comment p:nth-child(1) {
    top: -19px;
    right: 68.7%;
  }
}
.p-tour-planning__title--comment p:nth-child(1)::after {
  left: -5px;
}
@media screen and (min-width: 1101px) {
  .p-tour-planning__title--comment p:nth-child(1)::after {
    left: -10px;
  }
}
.p-tour-planning__title--comment p:nth-child(2) {
  top: 21px;
  right: 84.2%;
}
@media screen and (min-width: 1101px) {
  .p-tour-planning__title--comment p:nth-child(2) {
    top: 23px;
    right: 68.2%;
  }
}
.p-tour-planning__title--comment p:nth-child(3) {
  top: 47px;
  right: 83.3%;
}
@media screen and (min-width: 1101px) {
  .p-tour-planning__title--comment p:nth-child(3) {
    top: 66px;
    right: 67.85%;
  }
}

.p-tour-planning__title--main {
  text-align: center;
  position: relative;
  z-index: 50;
}
.p-tour-planning__title--main h2 {
  font-size: 22px;
  font-weight: 700;
}
.p-tour-planning__title--main h2 span {
  display: inline-block;
}
@media screen and (min-width: 1101px) {
  .p-tour-planning__title--main h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.p-tour-planning__contents {
  margin-top: 30px;
}
@media screen and (min-width: 1101px) {
  .p-tour-planning__contents {
    margin-top: 60px;
  }
}

.p-tour-planning__slide {
  overflow: hidden;
  padding-bottom: 50px;
}

.p-tour-planning__swiper-slide .p-tour__card {
  min-height: 452px;
}
.p-tour-planning__swiper-slide:nth-child(1) .p-tour__card--price {
  padding-right: 10px;
}
.p-tour-planning__swiper-slide:nth-child(1) .p-tour__card--text {
  margin-top: 8px;
}
.p-tour-planning__swiper-slide:nth-child(2) .p-tour__card--title {
  margin-top: 10px;
}
.p-tour-planning__swiper-slide:nth-child(2) .p-tour__card--title h3 {
  line-height: 1.24;
}
.p-tour-planning__swiper-slide:nth-child(2) .p-tour__card--price {
  margin-top: 15px;
  padding-right: 11px;
}
.p-tour-planning__swiper-slide:nth-child(2) .p-tour__card--text {
  margin-top: -1px;
}

.p-tour-planning__swiper {
  overflow: visible;
}

.p-tour-plan__message--left-img {
  position: relative;
  z-index: 50;
}
.p-tour-plan__message--left-img img {
  position: absolute;
  top: -32px;
  left: -13px;
  width: 75px;
  height: 101px;
}
@media screen and (min-width: 1101px) {
  .p-tour-plan__message--left-img img {
    top: 26px;
    left: 45px;
    width: 144px;
    height: 192px;
    transform: rotate(17deg);
  }
}

.p-tour-plan__message--right-img {
  position: relative;
  z-index: 50;
}
.p-tour-plan__message--right-img img {
  position: absolute;
  top: -18px;
  right: -11px;
  width: 94px;
  height: 84px;
}
@media screen and (min-width: 1101px) {
  .p-tour-plan__message--right-img img {
    top: 60px;
    right: 66px;
    width: 166px;
    height: 153px;
    transform: rotate(-13deg);
  }
}

.p-tour-plan__message--head {
  margin-top: 52px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-tour-plan__message--head {
    position: relative;
  }
}
.p-tour-plan__message--head p {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-tour-plan__message--head p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .p-tour-plan__message--head p {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-tour-plan__message--box {
  margin-top: 29px;
  background: #FFFFFF;
  border: 0.7px solid #4FABBF;
  padding: 15px 12px 10px 12px;
}
@media screen and (min-width: 768px) {
  .p-tour-plan__message--box {
    margin-top: -2px;
    padding: 22px 41px 18px 41px;
    max-width: 741px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .p-tour-plan__message--box p {
    font-size: 20px;
  }
}

.p-tour-planning__contents--cards {
  display: none;
}
@media screen and (min-width: 1101px) {
  .p-tour-planning__contents--cards {
    display: block;
  }
}

.p-tour-planning__contents--card:nth-child(n+2) {
  margin-top: 30px;
}
.p-tour-planning__contents--card .p-tour__card--price p {
  font-size: 22px;
}
.p-tour-planning__contents--card .p-tour__card--text {
  margin-top: 16px;
}
.p-tour-planning__contents--card .p-tour__card--text p {
  font-size: 18px;
}
.p-tour-planning__contents--card .p-tour__card--main {
  padding: 25px 30px 21px 25px;
}
.p-tour-planning__contents--card .p-tour__card--title h3 span.letter-spacing {
  letter-spacing: 2.4px;
}
.p-tour-planning__contents--card .p-tour__card--title h3 span.margin-left {
  margin-left: 24px;
}
.p-tour-planning__contents--card .p-tour__card--price {
  margin-top: 9px;
}
.p-tour-planning__contents--card .p-tour__card--text {
  margin-top: 10px;
}
@media screen and (min-width: 991px) and (max-width: 1040px) {
  .p-tour-planning__contents--card:nth-child(3) .p-tour__card--price {
    margin-top: 0;
  }
}
@media screen and (min-width: 1041px) {
  .p-tour-planning__contents--card:nth-child(3) .p-tour__card--price {
    margin-top: -22px;
  }
}
.p-tour-planning__contents--card:nth-child(3) .p-tour__card--text {
  margin-top: 12px;
}

.p-about-camp__bg-area {
  width: 100%;
  aspect-ratio: 390/200;
  background: url(../img/about-camp-bg_sp.png) no-repeat center top 0/100%;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__bg-area {
    background: none;
    height: 120px;
  }
}

.p-marking-section__title {
  padding-top: 40px;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-marking-section__title {
    padding-top: 90px;
  }
}

.p-marking-section__title--main {
  text-align: center;
}
.p-marking-section__title--main h2 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1101px) {
  .p-marking-section__title--main h2 {
    font-size: 30px;
  }
}

.p-marking-section__title--img {
  position: absolute;
  top: 44px;
  max-width: 58px;
  height: auto;
}
@media screen and (min-width: 1101px) {
  .p-marking-section__title--img {
    top: 90px;
    max-width: 125px;
    height: 100%;
    max-height: 46px;
  }
}
.p-marking-section__title--img.title-img-left img, .p-marking-section__title--img.title-img-right img {
  width: 100%;
  height: 100%;
}
.p-marking-section__title--img.title-img-left {
  right: calc(50% + 127px);
}
@media screen and (min-width: 1101px) {
  .p-marking-section__title--img.title-img-left {
    right: calc(50% + 210px);
  }
}
.p-marking-section__title--img.title-img-right {
  left: calc(50% + 127px);
}
@media screen and (min-width: 1101px) {
  .p-marking-section__title--img.title-img-right {
    left: calc(50% + 210px);
  }
}

.p-guest-opinion__title .p-marking-section__title--img {
  top: 42px;
}
@media screen and (min-width: 1101px) {
  .p-guest-opinion__title .p-marking-section__title--img {
    top: 90px;
  }
}
.p-guest-opinion__title .p-marking-section__title--img.title-img-left {
  right: calc(50% + 62px);
}
@media screen and (min-width: 1101px) {
  .p-guest-opinion__title .p-marking-section__title--img.title-img-left {
    right: calc(50% + 93px);
  }
}
.p-guest-opinion__title .p-marking-section__title--img.title-img-right {
  left: calc(50% + 62px);
}
@media screen and (min-width: 1101px) {
  .p-guest-opinion__title .p-marking-section__title--img.title-img-right {
    left: calc(50% + 93px);
  }
}

.p-about-camp__names {
  margin-top: 10.8%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__names {
    position: relative;
  }
}

.p-about-camp__name {
  background: rgba(255, 255, 255, 0.9);
  padding: 3px 5px;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__name {
    padding: 9px 5px;
  }
}
.p-about-camp__name p {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__name p {
    font-size: 16px;
  }
}
.p-about-camp__name:nth-child(n+2) {
  padding: 3px 6px;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__name:nth-child(n+2) {
    padding: 9px 6px;
  }
}
@media screen and (min-width: 1101px) {
  .p-about-camp__name:nth-child(1), .p-about-camp__name:nth-child(2), .p-about-camp__name:nth-child(3) {
    position: absolute;
    top: 449px;
  }
  .p-about-camp__name:nth-child(1) {
    left: 0;
  }
  .p-about-camp__name:nth-child(2) {
    left: 40.8%;
    transform: translateX(-50%);
  }
  .p-about-camp__name:nth-child(3) {
    right: 114px;
  }
}

.p-about-camp__cards {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__cards {
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    margin-top: 76px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}

.p-about-camp__card {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  background: #FFFFFF;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card {
    margin: 0;
    padding: 15px 15px 14px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.p-about-camp__card:nth-child(n+2) {
  margin-top: 9px;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card:nth-child(1) {
    position: relative;
  }
  .p-about-camp__card:nth-child(1)::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 34px;
    width: 21px;
    height: 25px;
    background: url(../img/about-camp-card_Polygon.png) no-repeat center center/contain;
  }
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card:nth-child(2) {
    position: relative;
  }
  .p-about-camp__card:nth-child(2)::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 58px;
    width: 21px;
    height: 25px;
    background: url(../img/about-camp-card_Polygon.png) no-repeat center center/contain;
  }
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card:nth-child(2) .p-about-camp__card--text {
    line-height: normal;
  }
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card:nth-child(3) {
    position: relative;
  }
  .p-about-camp__card:nth-child(3)::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 118px;
    width: 21px;
    height: 25px;
    background: url(../img/about-camp-card_Polygon.png) no-repeat center center/contain;
  }
}
.p-about-camp__card:nth-child(3) .p-about-camp__card--title {
  margin-top: 10px;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card:nth-child(3) .p-about-camp__card--title {
    margin-top: 15px;
  }
}

.p-about-camp__card--image {
  width: 100%;
}
.p-about-camp__card--image img {
  width: 100%;
}

.p-about-camp__card--title {
  margin-top: 9px;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card--title {
    margin-top: 15px;
  }
}
.p-about-camp__card--title h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card--title h3 {
    font-size: 18px;
  }
}

.p-about-camp__card--text {
  margin-top: 12px;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card--text {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card--text p {
    font-size: 16px;
  }
}
.p-about-camp__card--text span:not(.hidden-sp) {
  display: inline-block;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card--text span:not(.hidden-pc) {
    display: inline;
  }
  .p-about-camp__card--text span.hidden-pc {
    display: none;
  }
}
.p-about-camp__card--text .more-font-weight {
  font-weight: 700;
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card--text .more-font-weight {
    margin-left: 5px;
  }
}
.p-about-camp__card--text .space-left {
  padding-left: calc(100% - 163px);
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card--text .space-left {
    font-size: 14px;
    padding-left: calc(100% - 156px);
  }
}
@media screen and (min-width: 1101px) {
  .p-about-camp__card--text .pc-small-font-size {
    font-size: 14px;
  }
}

.p-guest-opinion__title {
  padding-top: 39px;
}
@media screen and (min-width: 1101px) {
  .p-guest-opinion__title {
    padding-top: 90px;
  }
}
.p-guest-opinion__title h2 {
  letter-spacing: 0.9px;
}
@media screen and (min-width: 1101px) {
  .p-guest-opinion__title h2 {
    letter-spacing: 1.5px;
  }
}

.p-guest-opinion__contents {
  margin-top: 30px;
}
@media screen and (min-width: 1101px) {
  .p-guest-opinion__contents {
    margin-top: 60px;
  }
}

.p-guest-opinion__slide {
  overflow: hidden;
  padding-bottom: 80px;
}

.p-guest-opinion__swiper {
  overflow: visible;
}

.p-guest-opinion__cards {
  display: none;
}
@media screen and (min-width: 1101px) {
  .p-guest-opinion__cards {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
}

.p-opinion__card {
  background: #FFFFFF;
  box-shadow: 3px 4px 4px 0px rgba(51, 51, 51, 0.3);
  padding: 30px 15px;
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1101px) {
  .p-opinion__card {
    margin: 0;
    padding: 33px 43px 29px 44px;
  }
}

@media screen and (min-width: 1101px) {
  .p-opinion__card--head {
    padding-left: 9px;
  }
}
.p-opinion__card--head h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 1101px) {
  .p-opinion__card--head h3 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.6px;
  }
}

.p-opinion__card--name {
  margin-top: 1px;
  text-align: right;
  padding-right: 5px;
}
@media screen and (min-width: 1101px) {
  .p-opinion__card--name {
    padding-right: 0;
  }
}
.p-opinion__card--name p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1101px) {
  .p-opinion__card--name p {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.p-opinion__card--text {
  margin-top: 14px;
  padding-right: 5px;
  background-image: linear-gradient(rgba(51, 51, 51, 0.2) 1px, transparent 1px);
  background-size: 100% 25px;
  background-repeat: repeat-y;
}
@media screen and (min-width: 1101px) {
  .p-opinion__card--text {
    margin-top: 30px;
    padding-top: 2px;
    padding-left: 8px;
    background-size: 100% 30.05px;
  }
}
.p-opinion__card--text p {
  line-height: 1.79;
}
@media screen and (min-width: 1101px) {
  .p-opinion__card--text p {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-opinion__card--button {
  margin-top: 20px;
  padding-right: 4px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1101px) {
  .p-opinion__card--button {
    margin-top: 32px;
    padding-right: 0;
  }
}
.p-opinion__card--button button {
  padding-top: 1px;
  border-radius: 6px;
}
.p-opinion__card--button button:hover {
  cursor: pointer;
}

.p-opinion-modal__card {
  position: fixed;
  inset: 0;
  margin: 30px 20px 110px;
  max-width: calc(100vw - 40px);
  height: calc(100vh - 30px - 110px);
  overflow: auto;
  background: #FFFFFF;
  box-shadow: 3px 4px 4px 0px rgba(51, 51, 51, 0.3);
  padding: 30px 15px;
  border: none;
  z-index: 120;
  overscroll-behavior-y: none;
}
@media screen and (min-width: 768px) {
  .p-opinion-modal__card {
    height: calc(100vh - 100px - 165px);
    margin: 100px auto 165px;
    padding: 50px 101px 53px 103px;
  }
}

.p-opinion-modal__text {
  margin-top: 30px;
  background-image: linear-gradient(rgba(51, 51, 51, 0.2) 1px, transparent 1px);
  background-size: 100% 25px;
  background-repeat: repeat-y;
}
@media screen and (min-width: 1101px) {
  .p-opinion-modal__text {
    margin-top: 36px;
    background-size: 100% 30px;
  }
}
.p-opinion-modal__text p {
  line-height: 1.785;
}
@media screen and (min-width: 1101px) {
  .p-opinion-modal__text p {
    line-height: 1.5;
  }
  .p-opinion-modal__text p:nth-child(1) {
    font-size: 20px;
  }
  .p-opinion-modal__text p:nth-child(2) {
    font-size: 18px;
    line-height: 1.66;
  }
}
.p-opinion-modal__text p .guest-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1101px) {
  .p-opinion-modal__text p .guest-name {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.p-opinion-modal__text p + p {
  margin-top: 23px;
}
@media screen and (min-width: 1101px) {
  .p-opinion-modal__text p + p {
    margin-top: 27px;
  }
}

.p-opinion-modal__button {
  display: flex;
  justify-content: center;
  position: fixed;
  inset: 0;
  margin-top: calc(100vh - 80px);
}

@media screen and (min-width: 1101px) {
  .p-faq__title {
    padding-top: 90px;
  }
  .p-faq__title h2 {
    letter-spacing: 0.9px;
  }
}
.p-faq__title .p-marking-section__title--img.title-img-left {
  right: calc(50% + 69px);
}
@media screen and (min-width: 1101px) {
  .p-faq__title .p-marking-section__title--img.title-img-left {
    right: calc(50% + 107px);
  }
}
.p-faq__title .p-marking-section__title--img.title-img-right {
  left: calc(50% + 69px);
}
@media screen and (min-width: 1101px) {
  .p-faq__title .p-marking-section__title--img.title-img-right {
    left: calc(50% + 108px);
  }
}

.p-faq__contents {
  margin-top: 29px;
}
@media screen and (min-width: 1101px) {
  .p-faq__contents {
    margin-top: 60px;
  }
}

.p-faq__card {
  border-radius: 5px;
  border: 1px solid rgba(51, 51, 51, 0.5);
  background: #FFFFFF;
}
.p-faq__card.is-open .p-faq-question::after {
  transform: rotate(180deg);
}
.p-faq__card:nth-child(n+2) {
  margin-top: 13px;
}
@media screen and (min-width: 1101px) {
  .p-faq__card:nth-child(n+2) {
    margin-top: 18.5px;
  }
}

.p-faq-question {
  padding: 9px 25px 8px 9px;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1101px) {
  .p-faq-question {
    padding: 12px 50px 11px 21px;
  }
}
.p-faq-question::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 9px;
  width: 11px;
  height: 11px;
  transform: rotate(0);
  background: url(../img/faq-toggle-icon.png) no-repeat center center/contain;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1101px) {
  .p-faq-question::after {
    top: 21px;
    right: 26px;
    width: 18px;
    height: 18px;
  }
}
.p-faq-question:hover {
  cursor: pointer;
}

.p-faq-question__head {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #4FABBF;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .p-faq-question__head {
    width: 37px;
    height: 37px;
  }
}
.p-faq-question__head p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: normal;
  margin-top: -2px;
}
@media screen and (min-width: 1101px) {
  .p-faq-question__head p {
    font-size: 28px;
    line-height: 1.5;
    margin-top: -5px;
  }
}

.p-faq-question__text {
  padding-top: 2px;
  padding-left: 15px;
}
@media screen and (min-width: 1101px) {
  .p-faq-question__text {
    padding-top: 3px;
    padding-left: 50px;
  }
  .p-faq-question__text p {
    font-size: 20px;
  }
}

.p-faq-answer {
  display: none;
}

.p-faq-answer__inner {
  display: flex;
  border-top: 1px solid rgba(51, 51, 51, 0.5);
  padding: 9px 17px 8px 9px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1101px) {
  .p-faq-answer__inner {
    padding: 8px 96px 12px 21px;
  }
}

.p-faq-answer__head {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFFFFF;
  flex-shrink: 0;
  border: 1px solid #4FABBF;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .p-faq-answer__head {
    margin-top: 14px;
    width: 37px;
    height: 37px;
  }
}
.p-faq-answer__head p {
  color: #4FABBF;
  font-size: 16px;
  line-height: normal;
  margin-top: -2px;
}
@media screen and (min-width: 1101px) {
  .p-faq-answer__head p {
    font-size: 28px;
    line-height: 1.5;
    margin-top: -5px;
  }
}

.p-faq-answer__text {
  padding-top: 1px;
  padding-left: 15px;
}
@media screen and (min-width: 1101px) {
  .p-faq-answer__text {
    padding-top: 3px;
    padding-left: 50px;
  }
  .p-faq-answer__text p {
    font-size: 20px;
  }
}

.p-faq__button {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1101px) {
  .p-faq__button {
    margin-top: 59px;
  }
}

.p-thought__title .title-img-left {
  right: calc(50% + 69px);
}
@media screen and (min-width: 1101px) {
  .p-thought__title .title-img-left {
    right: calc(50% + 105px);
  }
}
.p-thought__title .title-img-right {
  left: calc(50% + 69px);
}
@media screen and (min-width: 1101px) {
  .p-thought__title .title-img-right {
    left: calc(50% + 105px);
  }
}

.p-thought__content {
  margin-top: 30px;
}
@media screen and (min-width: 1101px) {
  .p-thought__content {
    margin-top: 60px;
  }
}

.p-thought__box {
  padding: 16px 21px 13px 18px;
  background: rgba(211, 211, 211, 0.7);
  border: 0.7px solid #4FABBF;
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1101px) {
  .p-thought__box {
    padding: 26px 38px 25px 38px;
  }
}
@media screen and (min-width: 1101px) {
  .p-thought__box p {
    line-height: 1.6;
  }
}
.p-thought__box p.heading-text {
  margin-top: 3px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 1101px) {
  .p-thought__box p.small-margin-top {
    margin-top: 3px;
  }
}

.p-contact__title .title-img-left {
  right: calc(50% + 69px);
}
@media screen and (min-width: 1101px) {
  .p-contact__title .title-img-left {
    right: calc(50% + 105px);
  }
}
.p-contact__title .title-img-right {
  left: calc(50% + 69px);
}
@media screen and (min-width: 1101px) {
  .p-contact__title .title-img-right {
    left: calc(50% + 105px);
  }
}

.p-contact__contents {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .p-contact__contents {
    margin-top: 56px;
  }
}

.p-form__field {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__field:nth-child(1), .p-form__field:nth-child(2), .p-form__field:nth-child(3), .p-form__field:nth-child(4) {
    flex-direction: row;
    align-items: center;
  }
}
.p-form__field:nth-child(2) {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-form__field:nth-child(2) {
    margin-top: 24px;
  }
  .p-form__field:nth-child(2) .p-form__label {
    margin-top: 3px;
  }
}
.p-form__field:nth-child(3) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-form__field:nth-child(3) {
    margin-top: 25px;
  }
  .p-form__field:nth-child(3) .p-form__label {
    margin-top: 3px;
  }
}
.p-form__field:nth-child(4) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-form__field:nth-child(4) {
    margin-top: 32px;
  }
  .p-form__field:nth-child(4) .p-form__label {
    margin-top: 3px;
  }
}
.p-form__field:nth-child(5) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-form__field:nth-child(5) {
    margin-top: 40px;
  }
}
.p-form__field:nth-child(6) {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-form__field:nth-child(6) {
    margin-top: 27px;
  }
  .p-form__field:nth-child(6) .p-form__input {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-form__field:not(:nth-child(5)) .p-form__label {
    width: 290px;
  }
}

.p-form__label label, .p-form__label p {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__label label, .p-form__label p {
    font-size: 24px;
  }
}
.p-form__label label .selects-possible, .p-form__label p .selects-possible {
  font-size: 12px;
  font-weight: 400;
  padding-left: 1px;
}
@media screen and (min-width: 768px) {
  .p-form__label label .selects-possible, .p-form__label p .selects-possible {
    font-size: 20px;
    padding-left: 0;
  }
}
.p-form__label label:hover, .p-form__label p:hover {
  cursor: pointer;
}
.p-form__label.required {
  position: relative;
}
.p-form__label.required label {
  position: relative;
}
.p-form__label.required label::after {
  content: "必須";
  position: absolute;
  top: 2px;
  right: -40px;
  padding-left: 3px;
  width: 30px;
  height: 16px;
  border-radius: 1px;
  background: #4FABBF;
  font-size: 12px;
  font-weight: 500;
  color: #FAFEFF;
}
@media screen and (min-width: 768px) {
  .p-form__label.required label::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-form__label.required::after {
    content: "必須";
    position: absolute;
    top: 6px;
    right: 24px;
    padding-left: 6px;
    padding-top: 1px;
    width: 44px;
    height: 26px;
    border-radius: 3px;
    background: #4FABBF;
    font-size: 16px;
    font-weight: 700;
    color: #FAFEFF;
  }
}

.p-form__input {
  margin-top: 4px;
  flex-grow: 1;
}

.p-form__radios {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}

.p-form__radio {
  padding-left: 14px;
}
@media screen and (min-width: 768px) {
  .p-form__radio {
    padding-left: 30px;
  }
}
.p-form__radio:nth-child(1) {
  margin-right: 25px;
}
@media screen and (min-width: 768px) {
  .p-form__radio:nth-child(1) {
    margin-right: 38px;
  }
}
.p-form__radio:nth-child(2) {
  margin-right: 25px;
}
@media screen and (min-width: 768px) {
  .p-form__radio:nth-child(2) {
    margin-right: 37px;
  }
}
.p-form__radio input:checked + span::after {
  opacity: 1;
}
.p-form__radio span {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__radio span {
    font-size: 20px;
  }
}
.p-form__radio span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -25px;
  width: 18px;
  height: 18px;
  border: 0.748px solid rgba(51, 51, 51, 0.5);
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-form__radio span::before {
    width: 25px;
    height: 25px;
    top: 4px;
    left: -40px;
  }
}
.p-form__radio span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -23px;
  width: 14px;
  height: 9px;
  background: url(../img/contact-check.png) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-form__radio span::after {
    top: 11px;
    left: -38px;
    width: 20px;
    height: 13px;
  }
}
.p-form__radio label:hover {
  cursor: pointer;
}

.p-form__checks {
  margin-top: 3px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-form__checks {
    margin-top: 13px;
  }
}

.p-form__check {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .p-form__check {
    padding-left: 29px;
  }
}
.p-form__check:not(:last-child) {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-form__check:not(:last-child) {
    margin-right: 30px;
  }
}
.p-form__check input:checked + span::after {
  opacity: 1;
}
.p-form__check span {
  line-height: 1.73;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-form__check span {
    font-size: 20px;
  }
}
.p-form__check span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -25px;
  width: 18px;
  height: 18px;
  border: 0.748px solid rgba(51, 51, 51, 0.5);
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-form__check span::before {
    width: 25px;
    height: 25px;
    top: 4px;
    left: -40px;
  }
}
.p-form__check span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -23px;
  width: 14px;
  height: 9px;
  background: url(../img/contact-check.png) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-form__check span::after {
    top: 11px;
    left: -38px;
    width: 20px;
    height: 13px;
  }
}
.p-form__check label:hover {
  cursor: pointer;
}

.p-form__button {
  margin-top: 19px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__button {
    margin-top: 23px;
  }
}

.p-contact__info {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-contact__info {
    margin-top: 51px;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
  }
}

.p-contact__info--card {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__info--card {
    margin-left: 0;
    margin-right: 0;
  }
}

.p-info-card {
  padding: 17px 15px 9px 20px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 3px 4px 4px 0px rgba(51, 51, 51, 0.3);
}
@media screen and (min-width: 768px) {
  .p-info-card {
    padding: 22px 17px 21px;
  }
}
.p-info-card.email-card {
  padding-bottom: 30px;
}

.p-info-card__head {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-info-card__image {
    margin-top: -1px;
  }
}
.p-info-card__image img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .p-info-card__image img {
    width: 36px;
    height: 36px;
  }
}

.p-info-card__title {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .p-info-card__title {
    padding-left: 10px;
  }
}
.p-info-card__title p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-info-card__title p {
    font-size: 20px;
  }
}

.p-info-card__main {
  text-align: center;
}
.p-info-card__main h3 {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-info-card__main h3 {
    line-height: normal;
  }
}

.tel-card .p-info-card__main {
  margin-top: 6px;
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  .tel-card .p-info-card__main {
    margin-top: 17px;
    padding-left: 1px;
  }
}
.tel-card .p-info-card__main h3 {
  letter-spacing: 2.4px;
}
@media screen and (min-width: 768px) {
  .tel-card .p-info-card__main h3 {
    letter-spacing: 1.2px;
  }
}

.email-card .p-info-card__main {
  margin-top: 7px;
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .email-card .p-info-card__main {
    margin-top: 19px;
    margin-left: 0px;
  }
}
.email-card .p-info-card__main h3 {
  letter-spacing: normal;
}

.p-info-card__person {
  margin-top: 1px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-info-card__person {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-info-card__person p {
    font-size: 16px;
  }
}

.p-contact__bottom-script {
  margin-top: 15px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-contact__bottom-script {
    margin-top: 21px;
    max-width: 644px;
  }
}
.p-contact__bottom-script p {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact__bottom-script p {
    font-size: 14px;
  }
}

.p-footer__nav {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    flex-direction: row;
    gap: 51px;
    max-width: 875px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-footer__nav--half {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--half {
    gap: 50px;
  }
}
.p-footer__nav--half:nth-child(2) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-footer__nav--half:nth-child(2) {
    margin-top: 0;
  }
}

.p-footer__nav--item {
  padding-left: 20px;
}
.p-footer__nav--item:nth-child(1) {
  width: 164px;
}
@media screen and (min-width: 768px) {
  .p-footer__nav--item:nth-child(1) {
    width: auto;
  }
}
.p-footer__nav--item.last-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--item.last-item {
    flex-direction: row;
    gap: 50px;
  }
}

@media screen and (min-width: 1101px) {
  .p-small-item:nth-child(2) {
    padding-left: 20px;
  }
}

.p-footer__nav--head {
  position: relative;
}
.p-footer__nav--head h4 {
  font-size: 12px;
  font-weight: 400;
}
.p-footer__nav--head::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -20px;
  width: 13px;
  height: 13px;
  background: url(../img/footer-item-head-icon.png) no-repeat center center/contain;
}

.p-footer__nav--list {
  margin-top: 9px;
  padding-left: 1px;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--list {
    margin-top: 4px;
    padding-left: 0px;
  }
}
.p-footer__nav--list li + li {
  margin-top: 5px;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--list li + li {
    margin-top: -1px;
  }
}
.p-footer__nav--list li a {
  font-size: 11.9px;
  position: relative;
}
.p-footer__nav--list li a::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -17px;
  width: 8px;
  height: 8px;
  background: url(../img/footer-item-list-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--list li a::before {
    left: -16px;
  }
}
.p-footer__nav--list li a span {
  display: inline-block;
}
.p-footer__nav--list.list-example {
  margin-top: 12px;
  margin-left: -1px;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--list.list-example {
    margin-top: 13px;
  }
}
.p-footer__nav--list.list-example li a {
  display: block;
  line-height: 1.536;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--list.list-example li a {
    line-height: 1.541;
    letter-spacing: 0.15px;
  }
}
.p-footer__nav--list.list-example li a::before {
  top: 6px;
  left: -16px;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--list.list-example li + li {
    margin-top: 4.9px;
  }
}
.p-footer__nav--list.about-camp {
  padding-left: 2px;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--list.about-camp {
    padding-left: 1px;
  }
}
.p-footer__nav--list.about-camp li + li {
  margin-top: 0;
}
.p-footer__nav--list.about-camp li a::before {
  top: 6px;
}
.p-footer__nav--list.chronicles {
  margin-top: 12px;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--list.chronicles {
    margin-left: -1px;
  }
}
.p-footer__nav--list.chronicles li a {
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--list.chronicles li:nth-child(1) a::before {
    top: 5px;
  }
}
.p-footer__nav--list.chronicles li:nth-child(2) {
  margin-top: 7px;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--list.chronicles li:nth-child(2) {
    margin-top: 11px;
  }
}
.p-footer__nav--list.chronicles li:nth-child(3) {
  margin-top: 10px;
}
.p-footer__nav--list.chronicles li:nth-child(4) {
  margin-top: 8px;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--list.chronicles li:nth-child(4) {
    margin-top: 10px;
  }
}
.p-footer__nav--list.chronicles li:nth-child(4) a::before {
  top: 6px;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--list.chronicles li:nth-child(4) a::before {
    top: 4px;
  }
}
.p-footer__nav--list.chronicles li:nth-child(5) {
  margin-top: 10px;
}
.p-footer__nav--list.chronicles li:nth-child(6) {
  margin-top: 9px;
}
@media screen and (min-width: 1101px) {
  .p-footer__nav--list.chronicles li:nth-child(6) {
    margin-top: 10px;
  }
}

.p-footer__sponsor {
  margin-top: 30px;
  padding-right: 3px;
  max-width: 644px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1101px) {
  .p-footer__sponsor {
    margin-top: 41px;
  }
}
.p-footer__sponsor p {
  font-size: 12px;
}
@media screen and (min-width: 1101px) {
  .p-footer__sponsor p {
    font-size: 16px;
  }
}

.p-footer__copyright {
  margin-top: 13px;
  border-top: 1px solid #FFFFFF;
  padding-top: 11px;
  text-align: center;
}
@media screen and (min-width: 1101px) {
  .p-footer__copyright {
    margin-top: 28px;
    padding-top: 3px;
  }
}
.p-footer__copyright small {
  font-size: 10px;
  line-height: normal;
}
@media screen and (min-width: 1101px) {
  .p-footer__copyright small {
    font-size: 12px;
  }
}

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

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

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

.u-oswald {
  font-family: "Oswald";
}

.u-plus-letter-spacing {
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .u-plus-letter-spacing {
    letter-spacing: 3.2px;
  }
}

.u-plus-letter-spacing-large {
  letter-spacing: 2.2px;
}
@media screen and (min-width: 768px) {
  .u-plus-letter-spacing-large {
    letter-spacing: 3.6px;
  }
}

.u-plus-letter-spacing-little {
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
  .u-plus-letter-spacing-little {
    letter-spacing: 0.96px;
  }
}

@media screen and (min-width: 768px) {
  .u-plus-letter-spacing-mini {
    letter-spacing: 0.64px;
  }
}

.u-vertical-rl {
  writing-mode: vertical-rl;
}