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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button,
button {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button:hover {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button {
  text-transform: none;
}

button {
  cursor: pointer;
}

@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}
/* Font-Family
================= */
/* Font-Weight
================= */
/* Line-Height
================= */
/* Letter-Spacing
================= */
/* Color
================= */
/* Transparency
================= */
/* Breakpoint / Center column
================= */
/* Padding
================= */
/* Layer
================= */
/* Breakpoint
================= */
/* Mediaquery
================= */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 479px) {
  html {
    font-size: max(3.3333333333vw, 10px);
  }
}

body {
  position: relative;
  z-index: -9999;
  background-color: #fff;
  color: #423f3f;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media screen and (min-width: 480px) {
  body {
    font-size: 0.875rem;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 480px) {
  a:hover {
    opacity: 0.8;
  }
}

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

b,
strong {
  font-weight: 700;
}

.l-footer {
  background-color: #d4e5f6;
  padding: 20px 0 50px;
  padding: 1.25rem 0 3.125rem;
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__lead {
  position: relative;
  margin: 0;
  font-size: 16.053px;
  font-size: 1.00336875rem;
  font-weight: 700;
  line-height: 1.45;
  color: #3b3b3b;
  text-align: center;
  letter-spacing: 0.075em;
}
.l-footer__lead span {
  font-size: 19.557px;
  font-size: 1.2223625rem;
}
.l-footer__lead::before, .l-footer__lead::after {
  content: "";
  position: absolute;
  top: 58%;
  width: 1px;
  width: 0.0625rem;
  height: 58px;
  height: 3.625rem;
  background-color: #3b3b3b;
}
.l-footer__lead::before {
  left: -28px;
  left: -1.75rem;
  -webkit-transform: translateY(-50%) rotate(-32deg);
          transform: translateY(-50%) rotate(-32deg);
}
.l-footer__lead::after {
  right: -25px;
  right: -1.5625rem;
  -webkit-transform: translateY(-50%) rotate(32deg);
          transform: translateY(-50%) rotate(32deg);
}

.l-footer__reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 387.313px;
  max-width: 24.2070875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  background-color: #e7747c;
  border-radius: 62.4375rem;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__reserve:hover {
  opacity: 0.8;
}

.l-footer__dots {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.l-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.l-footer__logo {
  width: 156.247px;
  width: 9.76546875rem;
  margin: 0;
}

.l-footer__table {
  width: 100%;
  margin-top: 26px;
  margin-top: 1.625rem;
  border-collapse: collapse;
  border: 1px solid #1273a4;
  border: 0.0625rem solid #1273a4;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1273a4;
  text-align: center;
}
.l-footer__table th,
.l-footer__table td {
  padding: 1em 0;
  border: 1px solid #1273a4;
  border: 0.0625rem solid #1273a4;
  background-color: #fff;
  vertical-align: middle;
  line-height: 1.28571429;
}
.l-footer__table th {
  width: 38%;
  letter-spacing: 0;
}
.l-footer__table td {
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.l-footer__table .l-footer__table-row--sm th,
.l-footer__table .l-footer__table-row--sm td {
  font-size: 14px;
  font-size: 0.875rem;
}

.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  gap: 1.5rem;
  width: 100%;
  margin-top: 44px;
  margin-top: 2.75rem;
}

.l-footer__link {
  display: block;
}
.l-footer__link img {
  width: 100%;
}
.l-footer__link--contact {
  width: 200px;
  width: 12.5rem;
}
.l-footer__link--instagram {
  width: 164px;
  width: 10.25rem;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.l-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.l-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.l-center {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 480px) {
  .l-center {
    max-width: 480px;
  }
}

.l-side {
  display: none;
}

@media screen and (min-width: 480px) {
  .l-side {
    display: block;
    position: fixed;
    top: 0;
    width: calc(50vw - 240px);
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
  }
  .l-side--left {
    left: 0;
    background-image: url(../images/side-img_left.jpg);
    background-position: right center;
  }
  .l-side--right {
    right: 0;
    background-image: url(../images/side-img_right.jpg);
    background-position: left center;
  }
}
.p-about {
  background: url(../images/about_bg.png);
  background-repeat: no-repeat;
  background-position: bottom 45px center;
  background-position: bottom 2.8125rem center;
  background-size: 135% auto;
  padding-bottom: 170px;
  padding-bottom: 10.625rem;
  position: relative;
  z-index: 1;
}
.p-about__banner {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-about__body {
  position: relative;
}
.p-about__content {
  margin-top: 250px;
  margin-top: 15.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
}
.p-about__title, .p-about__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #3288cb;
}
.p-about__title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.65230952;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.p-about__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.62132143;
  margin-top: 32px;
  margin-top: 2rem;
}
.p-about__text + p {
  margin-top: calc(4.6875rem + 1em);
  margin-right: 1em;
}

.p-employee {
  position: relative;
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
  background-color: #d4e5f6;
  overflow: visible;
  z-index: 2;
}
.p-employee::before {
  content: "";
  position: absolute;
  top: -81px;
  top: -5.0625rem;
  width: 100%;
  height: 82.613px;
  height: 5.16333125rem;
  background: url(../images/employee_bg.png) no-repeat top center/cover;
  z-index: 3;
}
.p-employee__inner {
  position: relative;
  z-index: 1;
  padding: 0 25px;
}
.p-employee__plan {
  max-width: 455px;
  max-width: 28.4375rem;
  margin: 18px auto 0;
  margin: 1.125rem auto 0;
}
.p-employee__plan img {
  display: block;
  width: 100%;
  height: auto;
}
.p-employee__message {
  margin-top: 44px;
  margin-top: 2.75rem;
  text-align: center;
  color: #0074a8;
}
.p-employee__message-label {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.11em;
}
.p-employee__message-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.22165833;
  letter-spacing: 0.07em;
}
.p-employee__message-text {
  margin: 1em 0 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.03419333;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-employee__footer-bg {
  width: calc(100% + 50px);
  margin: 0 -25px;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
.p-employee__footer-bg img {
  display: block;
  width: 100%;
  height: auto;
}

.p-mv {
  position: relative;
}
.p-mv__figure {
  margin: 0;
}
.p-mv__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.p-mv__cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  bottom: 3.125rem;
  padding: 0 25px;
}
.p-mv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 387.313px;
  max-width: 24.2070875rem;
  margin: 0 auto;
  padding: 20px;
  padding: 1.25rem;
  background-color: #e7747c;
  border-radius: 62.4375rem;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-mv__btn:hover {
  opacity: 0.8;
}

.p-option {
  padding: 28px 0 0;
  padding: 1.75rem 0 0;
  background-color: #fff;
}
.p-option__head {
  text-align: center;
}
.p-option__title {
  margin: 0;
}
.p-option__title img {
  width: 223.677px;
  width: 13.97985625rem;
  max-width: 100%;
  margin-inline: auto;
}
.p-option__lead {
  margin: 14px 0 0;
  margin: 0.875rem 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #455797;
  letter-spacing: 0.04em;
}
.p-option__list {
  margin: 28px 0 0;
  margin: 1.75rem 0 0;
  padding: 0;
  max-width: 100%;
}
.p-option__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  gap: 0.375rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.p-option__item + .p-option__item {
  margin-top: 18px;
  margin-top: 1.125rem;
}
.p-option__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 65.685px;
  min-width: 4.1053125rem;
  height: 22.055px;
  height: 1.37846875rem;
  padding: 0 7px;
  padding: 0 0.4375rem;
  border-radius: 62.4375rem;
  background-color: #455797;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-option__name {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #423f3f;
  letter-spacing: -0.01em;
  line-height: 1.2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  white-space: nowrap;
}
.p-option__dots {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20px;
          flex: 1 1 20px;
  -ms-flex: 1 1 1.25rem;
      flex: 1 1 1.25rem;
  height: 0;
  border-bottom: 2px dotted #3288cb;
  border-bottom: 0.125rem dotted #3288cb;
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
}
.p-option__price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  gap: 0.25rem;
  font-weight: 700;
  color: #3288cb;
  letter-spacing: -0.03em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  max-width: 100%;
}
.p-option__price-num {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.p-option__price-unit {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

@media (max-width: 479px) {
  .p-option__item {
    gap: 0.625rem;
  }
  .p-option__name {
    font-size: 1.0625rem;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 0;
  }
  .p-option__dots {
    border-bottom-width: 0.1875rem;
  }
  .p-option__price-num {
    font-size: 1.75rem;
  }
  .p-option__price-unit {
    font-size: 1.125rem;
  }
}
.p-plan {
  padding: 50px 0 26px;
  padding: 3.125rem 0 1.625rem;
  background-color: #fff;
}
.p-plan__head {
  padding: 0 25px;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.p-plan__title img {
  width: 181.087px;
  width: 11.3179625rem;
  margin-inline: auto;
}
.p-plan__lead {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #455797;
  letter-spacing: 0.04em;
}
.p-plan__slider-area {
  position: relative;
  margin-top: 23px;
  margin-top: 1.4375rem;
  overflow: hidden;
}
.p-plan__swiper {
  padding-left: 25px !important;
  overflow: visible !important;
}
.p-plan__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: calc(100% - 25px - 0.9375rem);
  max-width: 440px;
  max-width: 27.5rem;
}
.p-plan__nav-btn {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 34.77px;
  width: 2.1731625rem;
  height: 34.77px;
  height: 2.1731625rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-plan__nav-btn img {
  display: block;
  width: 100%;
  height: auto;
}
.p-plan__nav-btn--prev {
  left: 6px;
  left: 0.375rem;
}
.p-plan__nav-btn--next {
  right: 6px;
  right: 0.375rem;
}
.p-plan__nav-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.p-plan__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #f1efd8;
  border: 4px solid #edd78b;
  border: 0.25rem solid #edd78b;
  border-radius: 1.5625rem;
  overflow: hidden;
  margin-right: 12px;
  margin-right: 0.75rem;
}
.p-plan__card--color-01 {
  background-color: #e7e8f4;
  border-color: #caa5c5;
}
.p-plan__card--color-01 .p-plan__card-head {
  background-color: #caa5c5;
}
.p-plan__card--color-01 .p-plan__card-title,
.p-plan__card--color-01 .p-plan__card-subtitle {
  color: #66418b;
}
.p-plan__card--color-01 .p-plan__label--type,
.p-plan__card--color-01 .p-plan__label--info {
  background-color: #66418b;
}
.p-plan__card--color-01 .p-plan__card-btn {
  background-color: #66418b;
}
.p-plan__card--color-03 {
  background-color: #f4e1ec;
  border-color: #e7bbbf;
}
.p-plan__card--color-03 .p-plan__card-head {
  background-color: #e7bbbf;
}
.p-plan__card--color-03 .p-plan__card-title,
.p-plan__card--color-03 .p-plan__card-subtitle {
  color: #c94049;
}
.p-plan__card--color-03 .p-plan__label--type,
.p-plan__card--color-03 .p-plan__label--info {
  background-color: #c94049;
}
.p-plan__card--color-03 .p-plan__card-btn {
  background-color: #c94049;
}
.p-plan__card--color-04 {
  background-color: #f1efd8;
  border-color: #c5d793;
}
.p-plan__card--color-04 .p-plan__card-head {
  background-color: #c5d793;
}
.p-plan__card--color-04 .p-plan__card-title,
.p-plan__card--color-04 .p-plan__card-subtitle {
  color: #2f8f52;
}
.p-plan__card--color-04 .p-plan__label--type,
.p-plan__card--color-04 .p-plan__label--info {
  background-color: #2f8f52;
}
.p-plan__card--color-04 .p-plan__card-btn {
  background-color: #2f8f52;
}
.p-plan__card-head {
  padding: 16px 0 10px;
  padding: 1rem 0 0.625rem;
  text-align: center;
  background-color: #edd78b;
}
.p-plan__card-title {
  margin: 0;
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #cd5a26;
  line-height: 1.11538462;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-plan__card-subtitle {
  margin-top: 0.3em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #cd5a26;
  letter-spacing: -0.03em;
}
.p-plan__card-body {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 0 20px 9px;
  padding: 0 1.25rem 0.5625rem;
}
.p-plan__card-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.p-plan__card-port {
  font-size: 16.965px;
  font-size: 1.060325rem;
  color: #423f3f;
}
.p-plan__card-info {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
}
.p-plan__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  gap: 0.5rem;
}
.p-plan__info-item + .p-plan__info-item {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-plan__info-item dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-plan__info-item dd {
  margin: 0;
  font-size: 16.965px;
  font-size: 1.060325rem;
  color: #423f3f;
  line-height: 1.23683776;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-plan__info-item:last-child dd {
  font-size: 14.844px;
  font-size: 0.9277875rem;
}
.p-plan__card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
  padding: 9px 14px 16px;
  padding: 0.5625rem 0.875rem 1rem;
  margin-top: auto;
}
.p-plan__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6em 0.8em;
  border-radius: 1.25rem;
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
.p-plan__label--type {
  background-color: #cd5a26;
}
.p-plan__label--info {
  background-color: #cd5a26;
  min-width: 51px;
  min-width: 3.1875rem;
  padding: 0.6em 0.7em;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}
.p-plan__label--modal {
  background-color: #cd5a26;
  min-width: 62.804px;
  min-width: 3.92528125rem;
  padding: 0.6em 0.8em;
  font-size: 10.769px;
  font-size: 0.67306875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-plan__label--modal-min {
  width: 55.911px;
  width: 3.49444375rem;
  min-width: 55.911px;
  min-width: 3.49444375rem;
  height: 55.911px;
  height: 3.49444375rem;
  padding: 0;
  border-radius: 50%;
  background-color: #c50018;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
}
.p-plan__card-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  background-color: #c85a10;
  border: 2.7px solid #fff;
  border: 0.16875rem solid #fff;
  border-radius: 0.625rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-plan__card-btn span {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: left;
  padding-right: 1em;
}
.p-plan__card-btn::after {
  content: "";
  position: absolute;
  right: 12px;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27.778px;
  width: 1.73615625rem;
  height: 27.778px;
  height: 1.73615625rem;
  background: url(../images/icon_arrow-plan.svg) center/contain no-repeat;
}
.p-plan__card-btn:hover {
  border: 2.7px solid #fff;
  border: 0.16875rem solid #fff;
  opacity: 0.8;
}
.p-plan__card-reserve-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  background-color: #3288cb;
  border: 2px solid #fff;
  border: 0.125rem solid #fff;
  border-radius: 1.5625rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-plan__card-reserve-btn::after {
  content: "";
  position: absolute;
  right: 12px;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27.778px;
  width: 1.73615625rem;
  height: 27.778px;
  height: 1.73615625rem;
  background: url(../images/icon_arrow-plan.svg) center/contain no-repeat;
}
.p-plan__card-reserve-btn:hover {
  opacity: 0.8;
}
.p-plan__modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 0;
  padding: 1.5rem 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-plan__modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.p-plan__modal--color-01 .p-plan__modal-inner {
  background-color: #e7e8f4;
}
.p-plan__modal--color-01 .p-plan__modal-box {
  border-color: #caa5c5;
}
.p-plan__modal--color-01 .p-plan__modal-title,
.p-plan__modal--color-01 .p-plan__modal-subtitle {
  color: #66418b;
}
.p-plan__modal--color-01 .p-plan__modal-close-btn {
  background-color: #66418b;
}
.p-plan__modal--color-01 .p-plan__label--modal:not(.p-plan__label--modal-min),
.p-plan__modal--color-01 .p-plan__label--type {
  background-color: #66418b;
}
.p-plan__modal--color-01 .p-plan__modal-section:not(.p-plan__modal-section--labeled) {
  border-left-color: #66418b;
}
.p-plan__modal--color-03 .p-plan__modal-inner {
  background-color: #f4e1ec;
}
.p-plan__modal--color-03 .p-plan__modal-box {
  border-color: #e7bbbf;
}
.p-plan__modal--color-03 .p-plan__modal-title,
.p-plan__modal--color-03 .p-plan__modal-subtitle {
  color: #c94049;
}
.p-plan__modal--color-03 .p-plan__modal-close-btn {
  background-color: #c94049;
}
.p-plan__modal--color-03 .p-plan__label--modal:not(.p-plan__label--modal-min),
.p-plan__modal--color-03 .p-plan__label--type {
  background-color: #c94049;
}
.p-plan__modal--color-03 .p-plan__modal-section:not(.p-plan__modal-section--labeled) {
  border-left-color: #c94049;
}
.p-plan__modal--color-04 .p-plan__modal-inner {
  background-color: #f1efd8;
}
.p-plan__modal--color-04 .p-plan__modal-box {
  border-color: #c5d793;
}
.p-plan__modal--color-04 .p-plan__modal-title,
.p-plan__modal--color-04 .p-plan__modal-subtitle {
  color: #2f8f52;
}
.p-plan__modal--color-04 .p-plan__modal-close-btn {
  background-color: #2f8f52;
}
.p-plan__modal--color-04 .p-plan__label--modal:not(.p-plan__label--modal-min),
.p-plan__modal--color-04 .p-plan__label--type {
  background-color: #2f8f52;
}
.p-plan__modal--color-04 .p-plan__modal-section:not(.p-plan__modal-section--labeled) {
  border-left-color: #2f8f52;
}
.p-plan__modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, .6);
  cursor: pointer;
}
.p-plan__modal-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 460px;
  max-width: 28.75rem;
  max-height: calc(100vh - 3rem);
  margin: 0 10px;
  margin: 0 0.625rem;
  overflow-y: auto;
  background-color: #f1efd8;
  border-radius: 0.9375rem;
  padding: 20px;
  padding: 1.25rem;
}
.p-plan__modal-box {
  background-color: #fff;
  border: 4px solid #edd78b;
  border: 0.25rem solid #edd78b;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.p-plan__modal-close-bar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
}
.p-plan__modal-close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  padding: 0;
  background-color: #cd5a26;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-plan__modal-content {
  padding: 25px 30px 30px;
  padding: 1.5625rem 1.875rem 1.875rem;
}
.p-plan__modal-header {
  text-align: center;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.p-plan__modal-title {
  margin: 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #cd5a26;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.16129032;
  letter-spacing: 0;
}
.p-plan__modal-subtitle {
  margin: 4px 0 0;
  margin: 0.25rem 0 0;
  font-size: 16.965px;
  font-size: 1.060325rem;
  color: #cd5a26;
  letter-spacing: -0.03em;
}
.p-plan__modal-photo {
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
}
.p-plan__modal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 7px;
  gap: 0.4375rem;
  row-gap: 4px;
  row-gap: 0.25rem;
  padding: 7px 0;
  padding: 0.4375rem 0;
}
.p-plan__modal-row--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-plan__modal-row--benefit {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13px;
  gap: 0.8125rem;
}
.p-plan__modal-row-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.p-plan__modal-row-content p {
  margin: 0;
  font-size: 16.965px;
  font-size: 1.060325rem;
  line-height: 1.6;
  color: #423f3f;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-plan__modal-row-content p + p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}
.p-plan__modal-price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 16.965px;
  font-size: 1.060325rem;
  color: #423f3f;
  line-height: 1.3;
}
.p-plan__modal-note {
  width: 100%;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.45454545;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-plan__modal-section {
  margin-top: 14px;
  margin-top: 0.875rem;
  padding: 12px;
  padding: 0.75rem;
  background-color: rgba(255, 255, 255, .55);
  border-left: 3px solid #cd5a26;
  border-radius: 0 0.375rem 0.375rem 0;
}
.p-plan__modal-section p {
  margin-top: 0.3em;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.45454545;
}
.p-plan__modal-section--labeled {
  background-color: transparent;
  border-left: none;
  border-radius: 0;
  padding: 0;
}
.p-plan__modal-section-body {
  margin: 12px 0 0;
  margin: 0.75rem 0 0;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  line-height: 1.41776923;
  color: #423f3f;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-plan__modal-section-body a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.p-plan__modal-list {
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
}
.p-plan__modal-list li {
  font-size: 14.321px;
  font-size: 0.895075rem;
  line-height: 1.53618412;
  color: #423f3f;
  letter-spacing: -0.03em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-plan__modal-itinerary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
}
.p-plan__modal-day {
  padding-right: 10px;
  padding-right: 0.625rem;
}
.p-plan__modal-day:last-child {
  padding-right: 0;
  padding-left: 1.5em;
  border-left: 1px dashed #aaa;
}
.p-plan__modal-day p {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #423f3f;
}
.p-plan__modal-day-title {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
.p-plan__modal-day-arrow {
  margin: 4px 0 !important;
  margin: 0.25rem 0 !important;
}
.p-plan__modal-day-arrow::before {
  content: "";
  display: block;
  margin-left: 5px;
  margin-left: 0.3125rem;
  width: 14.097px;
  width: 0.88108125rem;
  height: 22.78px;
  height: 1.42380625rem;
  background: url(../images/icon_arrow-day.svg) center/contain no-repeat;
}
.p-plan__modal-notice {
  margin-top: 16px;
  margin-top: 1rem;
  padding: 8px 1em;
  padding: 0.5rem 1em;
  border: 1px solid #423f3f;
}
.p-plan__modal-notice-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.p-plan__modal-notice-text {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #423f3f;
  line-height: 1.63636364;
  letter-spacing: 0.01em;
}

.p-plan__modal-row--benefit .p-plan__modal-row-content p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-point {
  background-color: #d4e5f6;
  position: relative;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
.p-point::after {
  content: "";
  position: absolute;
  top: -148.678px;
  top: -9.29239375rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/point_bg.png) no-repeat top center/contain;
}
.p-point__warning {
  margin-top: -10px;
  margin-top: -0.625rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
.p-point__warning img {
  display: block;
  width: 100%;
  height: auto;
}
.p-point__head {
  position: relative;
  margin-top: 65px;
  margin-top: 4.0625rem;
  text-align: center;
}
.p-point__head::after {
  content: "";
  position: absolute;
  right: 30px;
  right: 1.875rem;
  top: -20px;
  top: -1.25rem;
  width: 74.033px;
  width: 4.62711875rem;
  height: 43.231px;
  height: 2.70195rem;
  background: url(../images/deco_point.png) no-repeat center/contain;
}
.p-point__title {
  margin: 0;
}
.p-point__title img {
  margin-inline: auto;
  width: 118px;
  width: 7.375rem;
}
.p-point__lead {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #455797;
  letter-spacing: 0.035em;
}
.p-point__accordion-list {
  margin-top: 21px;
  margin-top: 1.3125rem;
  background-color: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  padding: 0 20px;
  padding: 0 1.25rem;
}
.p-point__accordion {
  padding: 25px 0;
  padding: 1.5625rem 0;
}
.p-point__accordion + .p-point__accordion {
  border-top: 1px dashed #423f3f;
}
.p-point__accordion-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #3288cb;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 0.8em;
}
.p-point__accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease;
  transition: grid-template-rows 0.4s ease, -ms-grid-rows 0.4s ease;
}
.p-point__accordion-body > p {
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  color: #423f3f;
  line-height: 1.71428571;
  letter-spacing: 0.095em;
}
.p-point__accordion-content {
  overflow: hidden;
}
.p-point__accordion-content-box {
  padding: 21px 20px 23px;
  padding: 1.3125rem 1.25rem 1.4375rem;
  background-color: #e3e3e4;
  border-radius: 0.75rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.p-point__accordion-content-title {
  margin: 0;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  color: #3288cb;
  text-align: center;
  line-height: 1.4;
}
.p-point__accordion-content-lead {
  margin: 4px 0 0;
  margin: 0.25rem 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #3288cb;
  text-align: center;
  letter-spacing: 0.035em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.p-point__accordion-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 11px 18px 12px;
  padding: 0.6875rem 1.125rem 0.75rem;
  background-color: #fff;
  border-radius: 0.9375rem;
}
.p-point__accordion-inner > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #423f3f;
  line-height: 1.69230769;
}
.p-point__accordion-card {
  padding: 14px 16px;
  padding: 0.875rem 1rem;
  background-color: #fff;
  border-radius: 0.9375rem;
}
.p-point__accordion-card + .p-point__accordion-card {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-point__accordion-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  gap: 0.625rem;
}
.p-point__accordion-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #e75785;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
}
.p-point__accordion-card-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #3288cb;
  line-height: 1.41176471;
  letter-spacing: 0.03em;
}
.p-point__accordion-card-text {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #423f3f;
  line-height: 1.69230769;
}
.p-point__accordion-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 61px;
  width: 3.8125rem;
  height: 61px;
  height: 3.8125rem;
}
.p-point__accordion.is-open .p-point__accordion-body {
  grid-template-rows: 1fr;
}
.p-point__accordion.is-open .p-point__accordion-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-point__accordion-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.p-point__accordion-arrow {
  display: block;
  width: 21.515px;
  width: 1.34469375rem;
  height: 11.556px;
  height: 0.722275rem;
  background: url(../images/icon_arrow-point.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-point__cta {
  margin-top: 54px;
  margin-top: 3.375rem;
}
.p-point__cta-lead {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #455797;
  text-align: center;
  line-height: 1.5;
  width: 307.267px;
  width: 19.20424375rem;
  margin-inline: auto;
}
.p-point__cta-lead::before, .p-point__cta-lead::after {
  content: "";
  position: absolute;
  top: 10px;
  top: 0.625rem;
  width: 1px;
  width: 0.0625rem;
  height: 100%;
  background-color: #455797;
}
.p-point__cta-lead::before {
  left: 0;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.p-point__cta-lead::after {
  right: 5px;
  right: 0.3125rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.p-point__cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 387.313px;
  width: 24.2070875rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  background-color: #e7747c;
  border-radius: 3.125rem;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.04em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-point__cta-btn:hover {
  opacity: 0.8;
}
.p-point__cta-photo {
  margin: 28px 0 0;
  margin: 1.75rem 0 0;
}

.p-spot {
  padding: 52px 0 100px;
  padding: 3.25rem 0 6.25rem;
  background-color: #fff;
  overflow: hidden;
}
.p-spot__head {
  padding: 0 25px;
  text-align: center;
}
.p-spot__title img {
  width: 103.968px;
  width: 6.49805rem;
  margin-inline: auto;
}
.p-spot__lead {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3d5594;
  letter-spacing: 0.04em;
}
.p-spot__slider-area {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.p-spot__swiper {
  overflow: visible !important;
}
.p-spot__slide {
  width: 371.882px;
  width: 23.24263125rem;
}
.p-spot__figure {
  overflow: hidden;
}
.p-spot__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.p-spot__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  gap: 0.9375rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-spot__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-spot__nav-btn img {
  display: block;
  width: 100%;
  height: auto;
}
.p-spot__nav-btn:hover {
  opacity: 0.8;
}
.p-spot__pagination {
  position: static !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  gap: 0.6875rem;
  width: auto !important;
}
.p-spot__pagination .swiper-pagination-bullet {
  width: 14.976px;
  width: 0.93605625rem;
  height: 14.976px;
  height: 0.93605625rem;
  margin: 0 !important;
  background-color: #fff;
  border: 1px solid #0074bc;
  opacity: 1;
}
.p-spot__pagination .swiper-pagination-bullet-active {
  background-color: #0074bc;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/*# sourceMappingURL=style.css.map */
