@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}
html ::-webkit-scrollbar {
  height: 10px;
  height: 0.625rem;
  width: 5px;
  width: 0.3125rem;
}
html ::-webkit-scrollbar-track {
  background: #D9D9D9;
}
html ::-webkit-scrollbar-thumb {
  background-color: #103A58;
  border-radius: 0.875rem;
}

/* 基本設定　*/
body {
  color: #000;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

body.is-fixed {
  width: 100%;
  overflow: hidden;
}

main {
  overflow: hidden;
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

::-webkit-input-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

::-ms-input-placeholder {
  color: #888;
}

::placeholder {
  color: #888;
}

/* 非常時設定 */
.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: block;
  }
}

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

.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
    font-size: 1rem;
  }
}

*,
*::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 */
/* 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;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 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;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.about {
  position: relative;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 3.75rem;
  }
}

.about__asirai01 {
  width: 109px;
  width: 6.8125rem;
  position: absolute;
  top: -19px;
  top: -1.1875rem;
  right: calc(50% - 10.3125rem);
}
@media screen and (min-width: 768px) {
  .about__asirai01 {
    width: 17.875rem;
    top: -6.6875rem;
    right: calc(50% - 32.3125rem);
  }
}

.about__section-title {
  text-align: center;
}

.about__button-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px 9px;
  gap: 0.375rem 0.5625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .about__button-link {
    margin-top: 1.875rem;
    gap: 0.9375rem 0.9375rem;
    margin-top: 2.3125rem;
    gap: 0.625rem 0.9375rem;
  }
}

.about__main-headline {
  text-align: center;
}

.about__recommend {
  padding-top: 31px;
  padding-top: 1.9375rem;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  margin-top: 29px;
  margin-top: 1.8125rem;
  background: url(../images/about/content-bg.svg) no-repeat top center/cover;
}
@media screen and (min-width: 768px) {
  .about__recommend {
    padding-top: 3rem;
    padding-bottom: 3.5625rem;
    margin-top: 1.4375rem;
    background: url(../images/about/content-bg_pc.svg) no-repeat top center/cover;
  }
}

.about__recommend-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  margin-top: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__recommend-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .about__recommend-block:nth-of-type(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.about__recommend-block:nth-of-type(n + 3) {
  margin-top: 47px;
  margin-top: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .about__recommend-block:nth-of-type(n + 3) {
    margin-top: 2.6875rem;
  }
}

.about__recommend-head {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__recommend-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}

.about__recommend-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 8px;
  margin-top: 0.5rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .about__recommend-text {
    font-size: 1.125rem;
    line-height: 1.5555;
    margin-top: 1.0625rem;
    letter-spacing: 0em;
  }
}

.about__recommend-text span {
  font-weight: 700;
}

.about__recommend-info {
  margin-top: 9px;
  margin-top: 0.5625rem;
  margin-left: 3px;
  margin-left: 0.1875rem;
  border-radius: 1.0625rem;
  width: 449px;
  width: 28.0625rem;
  overflow: hidden;
  -webkit-box-shadow: 0rem 0.125rem 0.25rem rgba(0, 0, 0, .1);
          box-shadow: 0rem 0.125rem 0.25rem rgba(0, 0, 0, .1);
}

.about__cospa {
  width: 64px;
  width: 4rem;
  position: absolute;
  right: -11px;
  right: -0.6875rem;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.about__message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  width: 100%;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-right: 8.6px;
  padding-right: 0.5375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .about__message-wrapper {
    margin-top: 0.625rem;
  }
}

.about__staff-picture {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 62.4375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.8955%;
          flex: 0 0 20.8955%;
}
@media screen and (min-width: 768px) {
  .about__staff-picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.875%;
            flex: 0 0 21.875%;
  }
}

.about__staff-picture:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.about__staff-picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.about__staff-message {
  background: url(../images/about/bubble.png) no-repeat center center/contain;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 246px;
          flex: 0 0 246px;
  -ms-flex: 0 0 15.375rem;
      flex: 0 0 15.375rem;
  height: 78.4px;
  height: 4.9rem;
  color: #103A58;
  padding: 8.4px 8.6px 7px 16.7px;
  padding: 0.525rem 0.5375rem 0.4375rem 1.04375rem;
}
@media screen and (min-width: 768px) {
  .about__staff-message {
    font-size: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 22.0625rem;
            flex: 1 1 22.0625rem;
    padding-top: 0.6875rem;
    padding-left: 1.5rem;
    height: 5.8125rem;
    background: url(../images/about/bubble_pc.png) no-repeat center center/contain;
  }
}

.about__staff-message span {
  font-weight: 700;
}

.about__recommend-body {
  margin-top: 9px;
  margin-top: 0.5625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__recommend-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-top: 0rem;
  }
}

.about__picture-general {
  position: relative;
  width: 100%;
  display: inline-block;
  border-radius: 0.6875rem;
  overflow: hidden;
  -webkit-box-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .about__picture-general {
    border-radius: 1.0625rem;
  }
}

.about__picture-general:before {
  content: "";
  display: block;
  padding-top: 29.5522%;
}

.about__picture-general img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.about__picture-tsogto {
  margin-top: 5px;
  margin-top: 0.3125rem;
  position: relative;
  width: 100%;
  display: inline-block;
  border-radius: 0.6875rem;
  overflow: hidden;
  -webkit-box-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .about__picture-tsogto {
    border-radius: 1.0625rem;
    margin-top: 0.625rem;
  }
}

.about__picture-tsogto:before {
  content: "";
  display: block;
  padding-top: 29.5522%;
}

.about__picture-tsogto img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.about__recommend-picture {
  width: 100%;
  position: relative;
  margin-top: 4px;
  margin-top: 0.25rem;
  display: inline-block;
  border-radius: 1.0625rem;
  overflow: hidden;
  -webkit-box-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .about__recommend-picture {
    margin-top: 0rem;
  }
}

.about__recommend-picture:before {
  content: "";
  display: block;
  padding-top: 62%;
}

.about__recommend-picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.about__accommodation {
  position: relative;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  padding-top: 56px;
  padding-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .about__accommodation {
    padding-bottom: 1.9375rem;
    padding-top: 3.1875rem;
  }
}

.about__asirai02 {
  width: 123px;
  width: 7.6875rem;
  position: absolute;
  top: -54px;
  top: -3.375rem;
  left: calc(50% - 11.3125rem);
}
@media screen and (min-width: 768px) {
  .about__asirai02 {
    width: 17.125rem;
    top: -7.125rem;
    left: calc(50% - 30.25rem);
  }
}

.about__tent-block,
.about__ger-block {
  margin-top: 25px;
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px 5px;
  gap: 0.5625rem 0.3125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 335px;
          flex: 1 1 335px;
  -ms-flex: 1 1 20.9375rem;
      flex: 1 1 20.9375rem;
}
@media screen and (min-width: 768px) {
  .about__tent-block,
  .about__ger-block {
    margin-top: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 41.25rem;
            flex: 0 1 41.25rem;
  }
}

@media screen and (min-width: 768px) {
  .about__tent-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 20rem;
            flex: 0 1 20rem;
  }
}

@media screen and (min-width: 768px) {
  .about__tent-ger {
    -webkit-box-flex: 1;
        -ms-flex: 1 41.25rem;
            flex: 1 41.25rem;
  }
}

.about__tent-head,
.about__ger-head {
  background-color: #103A58;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  -ms-flex: 0 0 1.875rem;
      flex: 0 0 1.875rem;
  border-radius: 0.5rem;
  text-align: center;
  padding-top: 11px;
  padding-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .about__tent-head,
  .about__ger-head {
    font-size: 1.5625rem;
    height: 3.125rem;
    width: 100%;
    padding: 0rem;
    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;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.125rem;
            flex: 0 0 3.125rem;
  }
}

.about__tent-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  -ms-flex: 1 1 18.75rem;
      flex: 1 1 18.75rem;
}

.about__inn-card {
  width: 100%;
}

.about__inn-explain {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.about__inn-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px 20px;
  gap: 2.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .about__inn-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.about__accommodation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 20px;
  gap: 0.75rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .about__accommodation-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2.375rem;
  }
}

.about__accommodation-attention {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .about__accommodation-attention {
    margin-top: 0.8125rem;
  }
}

.about__horse {
  padding-top: 22px;
  padding-top: 1.375rem;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  background: url(../images/about/about-horse-bg.png) no-repeat bottom center/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__horse {
    padding-top: 3rem;
    padding-bottom: 0.625rem;
    background: url(../images/about/about-horse-bg_pc.png) no-repeat bottom center/cover;
  }
}

.about__horse-main-headline {
  text-align: center;
}

.about__horse-text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
  line-height: 1.62;
}
@media screen and (min-width: 768px) {
  .about__horse-text {
    font-size: 1.125rem;
    margin-top: 2.4375rem;
  }
}

.about__horse-space {
  padding-top: 42%;
}

.about__horse-list {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .about__horse-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    position: absolute;
    bottom: -2.375rem;
    margin-left: 2.9375rem;
  }
}

.about__horse-mongol {
  display: block;
  width: 300px;
  width: 18.75rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .about__horse-mongol {
    width: 27.5625rem;
    margin-left: 0rem;
    margin-bottom: -0.1875rem;
  }
}

.about__horse-thoroughbred {
  display: block;
  width: 311px;
  width: 19.4375rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  left: calc(50% - 9.75rem);
}
@media screen and (min-width: 768px) {
  .about__horse-thoroughbred {
    width: 28.875rem;
    margin-bottom: -1.375rem;
  }
}

.about__horse-item {
  position: relative;
}

.about__horse-item img {
  width: 314px;
  width: 19.625rem;
  position: absolute;
}

.about__charm {
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 61px;
  padding-bottom: 3.8125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__charm {
    margin-top: 2.1875rem;
    padding-top: 3.125rem;
    padding-bottom: 2.4375rem;
  }
}

.about__charm-asirai01 {
  position: absolute;
  right: -22px;
  right: -1.375rem;
  top: -45vw;
  width: 24%;
  max-width: 130px;
  max-width: 8.125rem;
}

.about__charm-headline-add {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #103A58;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.about__charm-main-headline {
  text-align: center;
}

.about__charm-content {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .about__charm-content {
    margin-top: 2.9375rem;
  }
}

.about__charm-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about__charm-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.about__charm-card:nth-of-type(n + 2) {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .about__charm-card:nth-of-type(n + 2) {
    margin-top: 0rem;
  }
}

.about__desire {
  background-color: #E8ECF0;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__desire {
    padding-top: 2.875rem;
    padding-bottom: 5.375rem;
  }
}

.about__desire-main-headline {
  position: relative;
  left: calc(50% - 8.3125rem);
}
@media screen and (min-width: 768px) {
  .about__desire-main-headline {
    position: static;
    position: initial;
    margin-left: 1.8125rem;
  }
}

.about__desire-picture {
  position: absolute;
  top: -49px;
  top: -3.0625rem;
  left: calc(50% + 0.5625rem);
  width: 171px;
  width: 10.6875rem;
}
@media screen and (min-width: 768px) {
  .about__desire-picture {
    width: 16.125rem;
    top: -5.125rem;
    left: calc(50% - 9.9375rem);
  }
}

.about__desire-img01,
.about__desire-img02,
.about__desire-img03 {
  display: block;
  width: 134px;
  width: 8.375rem;
  border-radius: 62.4375rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__desire-img01,
  .about__desire-img02,
  .about__desire-img03 {
    position: absolute;
  }
}

.about__desire-img01 {
  position: relative;
  width: 134px;
  width: 8.375rem;
  left: 50%;
  -webkit-transform: translateX(-9.5rem);
          transform: translateX(-9.5rem);
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .about__desire-img01 {
    width: 17.875rem;
    position: absolute;
    -webkit-transform: translateX(7.125rem);
            transform: translateX(7.125rem);
    top: -4.6875rem;
    margin-top: 0rem;
  }
}

.about__desire-img02 {
  width: 92px;
  width: 5.75rem;
  position: absolute;
  z-index: 1;
  bottom: 23px;
  bottom: 1.4375rem;
  left: 50%;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
}
@media screen and (min-width: 768px) {
  .about__desire-img02 {
    width: 12.3125rem;
    top: 5.8125rem;
    bottom: auto;
    bottom: initial;
    -webkit-transform: translateX(18.9375rem);
            transform: translateX(18.9375rem);
    z-index: 3;
  }
}

.about__desire-img03 {
  width: 107px;
  width: 6.6875rem;
  position: absolute;
  z-index: 2;
  bottom: 57px;
  bottom: 3.5625rem;
  left: 50%;
  -webkit-transform: translateX(2.8125rem);
          transform: translateX(2.8125rem);
}
@media screen and (min-width: 768px) {
  .about__desire-img03 {
    width: 14.25rem;
    bottom: auto;
    bottom: initial;
    top: 14.5rem;
    -webkit-transform: translateX(11.4375rem);
            transform: translateX(11.4375rem);
  }
}

.about__desire-img01:before,
.about__desire-img02:before,
.about__desire-img03:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.about__desire-img01 img,
.about__desire-img02 img,
.about__desire-img03 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.about__desire-img02 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1.01) translate(-50%, -50%);
          transform: scale(1.01) translate(-50%, -50%);
}

.about__desire-text {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285;
}
@media screen and (min-width: 768px) {
  .about__desire-text {
    font-size: 1rem;
    margin-top: 2.375rem;
    line-height: 1.77;
  }
}

.accordion-type01__block {
  background-color: #fff;
  padding: 7px 15px 7px 8px;
  padding: 0.4375rem 0.9375rem 0.4375rem 0.5rem;
  -webkit-box-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0rem 0.25rem 0.25rem rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .accordion-type01__block {
    padding: 0.5625rem 1.9375rem 0.5rem 0.625rem;
  }
}

.accordion-type01__block:nth-of-type(n + 2) {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .accordion-type01__block:nth-of-type(n + 2) {
    margin-top: 1rem;
  }
}

.accordion-type01__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}

.accordion-type01__head:hover {
  cursor: pointer;
}

.accordion-type01__head p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  width: 69.2307%;
}
@media screen and (min-width: 768px) {
  .accordion-type01__head p {
    font-size: 1.125rem;
    line-height: 1.7777;
    width: auto;
    padding-left: 0.25rem;
    margin-top: 0.25rem;
  }
}

.accordion-type01-q {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  background-color: #C62728;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  font-size: 1.5625rem;
  border-radius: 50%;
}

.accordion-type01__icon-box {
  margin-left: auto;
}

.accordion-type01__body {
  display: none;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .accordion-type01__body {
    margin-top: 1.25rem;
  }
}

.accordion-type01__body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .accordion-type01__body-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.accordion-type01__body-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.333;
  width: 69.2307%;
}
@media screen and (min-width: 768px) {
  .accordion-type01__body-text {
    font-size: 1rem;
    line-height: 1.4375;
    padding-top: 0.5625rem;
    padding-left: 0.3125rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 51.875rem;
            flex: 0 1 51.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.accordion-type01__detail {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .accordion-type01__detail {
    margin-top: 1.4375rem;
  }
}

.accordion-type01__detail-lead {
  font-weight: 700;
}

.background-img {
  background: url(../images/common/background-img.svg) no-repeat top center/100% 715px;
}
@media screen and (min-width: 768px) {
  .background-img {
    background: url(../images/common/background-img_pc.svg) no-repeat top center/100% 1112.5px;
  }
}

.button-drawer {
  position: relative;
  cursor: pointer;
  width: 33px;
  width: 2.0625rem;
  height: 23px;
  height: 1.4375rem;
}

.button-drawer span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.button-drawer span:nth-of-type(1) {
  top: 0px;
  top: 0rem;
}

.button-drawer span:nth-of-type(2) {
  top: 11.5px;
  top: 0.71875rem;
}

.button-drawer span:nth-of-type(3) {
  top: 23px;
  top: 1.4375rem;
}

.button-drawer.is-checked span:nth-of-type(1) {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 10px;
  top: 0.625rem;
}

.button-drawer.is-checked span:nth-of-type(2) {
  display: none;
}

.button-drawer.is-checked span:nth-of-type(3) {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  top: 10px;
  top: 0.625rem;
}

.button {
  background-color: #103A58;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  border: 1px solid #103A58;
  border-radius: 62.4375rem;
  line-height: 1;
  max-width: 238px;
  max-width: 14.875rem;
  width: 100%;
  height: 46px;
  height: 2.875rem;
  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;
  -webkit-box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, .2);
          box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .button {
    max-width: 18.625rem;
    height: 3.5rem;
    font-size: 1.5625rem;
  }
}

.button:hover,
.button:focus {
  opacity: 0.8;
  cursor: pointer;
}

.button--red {
  background-color: #C62728;
  border-color: #C62728;
  max-width: 298px;
  max-width: 18.625rem;
}
@media screen and (min-width: 768px) {
  .button--red {
    height: 3.5rem;
    font-size: 1.5625rem;
  }
}

.button--link {
  background: #fff;
  color: #103A58;
  border: 1.6px solid #103A58;
  padding: 0 25.4px;
  padding: 0 1.5875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 39px;
  height: 2.4375rem;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  width: auto;
  width: initial;
}
@media screen and (min-width: 768px) {
  .button--link {
    font-size: 1.25rem;
    height: 3.0625rem;
    padding: 0 2rem;
    border: 2px solid #103A58;
  }
}

@media screen and (min-width: 768px) {
  .button--header {
    height: 2.875rem;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0 2.5rem;
    max-width: 14.875rem;
  }
}

.button--price {
  background-color: #C62728;
  border-color: #C62728;
  max-width: 258px;
  max-width: 16.125rem;
  height: 47px;
  height: 2.9375rem;
}
@media screen and (min-width: 768px) {
  .button--price {
    max-width: 18.625rem;
    height: 3.5625rem;
  }
}

.button--contact,
.button--reservation {
  max-width: 287px;
  max-width: 17.9375rem;
}
@media screen and (min-width: 768px) {
  .button--contact,
  .button--reservation {
    max-width: 37.25rem;
    font-size: 1.375rem;
  }
}

.card-type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .card-type01 {
    height: 29.8125rem;
  }
}

.card-type01__head {
  width: 100%;
  position: relative;
  display: block;
  border-radius: 0.6875rem;
  overflow: hidden;
}

.card-type01__head:before {
  content: "";
  display: block;
  padding-top: 57.6119%;
}
@media screen and (min-width: 768px) {
  .card-type01__head:before {
    padding-top: 75.3125%;
  }
}

.card-type01__head img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.card-type01__sub-headline {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.card-type01__text {
  margin-top: 2px;
  margin-top: 0.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3142;
}
@media screen and (min-width: 768px) {
  .card-type01__text {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.contact-banner {
  display: block;
  position: fixed;
  right: 6px;
  bottom: 22px;
  bottom: 1.375rem;
  z-index: 30;
  width: 117px;
  width: 7.3125rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .contact-banner {
    width: 10.0625rem;
    right: 2.5625rem;
    bottom: 3.4375rem;
  }
}

.contact-banner:before {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/common/contact-arrow_pc.png) no-repeat center center/cover;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  scale: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-12px, -6px);
          transform: scale(1) translate(-12px, -6px);
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
@media screen and (min-width: 768px) {
  .contact-banner:before {
    width: 1.1875rem;
    height: 1.1875rem;
    -webkit-transform: translate(-15px, -8px);
            transform: translate(-15px, -8px);
  }
}

.contact-banner:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.contact-banner:hover:before {
  -webkit-animation: arrow 0.3s;
          animation: arrow 0.3s;
}

@-webkit-keyframes arrow {
  50% {
    -webkit-transform: translate(-10px, -8px);
            transform: translate(-10px, -8px);
  }
  100% {
    -webkit-transform: translate(-15px, -8px);
            transform: translate(-15px, -8px);
  }
}

@keyframes arrow {
  50% {
    -webkit-transform: translate(-10px, -8px);
            transform: translate(-10px, -8px);
  }
  100% {
    -webkit-transform: translate(-15px, -8px);
            transform: translate(-15px, -8px);
  }
}
.contact-banner__picture {
  display: block;
}

.contact-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact-form__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact-form__list:nth-of-type(n + 2) {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .contact-form__list:nth-of-type(n + 2) {
    margin-top: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__list:nth-of-type(5) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contact-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .contact-form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.875rem;
            flex: 0 0 17.875rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__tag {
    margin-left: 0.3125rem;
  }
}

.contact-form__name-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .contact-form__name-list {
    width: 33.75rem;
    -webkit-column-gap: 1.1875rem;
       -moz-column-gap: 1.1875rem;
            column-gap: 1.1875rem;
  }
}

.contact-form__message-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 15px;
  gap: 0.3125rem 0.9375rem;
  padding-left: 19px;
  padding-left: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .contact-form__message-list {
    padding-left: 0.125rem;
    margin-top: 0.0625rem;
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}

.contact-form__message label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .contact-form__message label {
    font-size: 1rem;
    padding-left: 1.875rem;
  }
}

.contact-form__message label:before {
  content: "";
  position: absolute;
  display: block;
  border: 0.8px solid #000;
  font-size: 14px;
  font-size: 0.875rem;
  width: 13.6px;
  width: 0.85rem;
  height: 13.6px;
  height: 0.85rem;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .contact-form__message label:before {
    width: 1.0625rem;
    height: 1.0625rem;
    -webkit-transform: translateY(-43%);
            transform: translateY(-43%);
  }
}

.contact-form__message label:after {
  content: "";
  position: absolute;
  display: block;
  border-left: 2px solid #103A58;
  border-bottom: 2px solid #103A58;
  width: 10px;
  height: 5px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  left: 2px;
  top: 7px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .contact-form__message label:after {
    width: 1rem;
    height: 0.375rem;
  }
}

@media screen and (min-width: 768px) {
  .contact-form__input {
    width: 100%;
  }
}

.contact-form__input input[type=text],
.contact-form__input input[type=email],
.contact-form__input input[type=tel],
.contact-form__input textarea {
  background-color: #F0F0F0;
  padding: 11px;
  padding: 0.6875rem;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form__input input[type=text],
  .contact-form__input input[type=email],
  .contact-form__input input[type=tel],
  .contact-form__input textarea {
    margin-top: 0rem;
    font-size: 1rem;
    padding: 0.5rem 0.875rem;
  }
}

.contact-form__input textarea {
  height: 111px;
  height: 6.9375rem;
  resize: vertical;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .contact-form__input textarea {
    height: 10.625rem;
    margin-top: 0.8125rem;
  }
}

.contact-form__message-list input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.contact-form__dl .wpcf7-list-item {
  margin: 0;
}

.contact-form__dl .wpcf7-checkbox.wpcf7-exclusive-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 15px;
  gap: 0.3125rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact-form__dl .wpcf7-checkbox.wpcf7-exclusive-checkbox {
    padding-left: 0.125rem;
    margin-top: 0.0625rem;
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}

.contact-form__dl .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .contact-form__dl .wpcf7-list-item-label {
    font-size: 1rem;
    padding-left: 1.875rem;
  }
}

.contact-form__dl .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  display: block;
  border: 0.8px solid #000;
  font-size: 14px;
  font-size: 0.875rem;
  width: 13.6px;
  width: 0.85rem;
  height: 13.6px;
  height: 0.85rem;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
@media screen and (min-width: 768px) {
  .contact-form__dl .wpcf7-list-item-label:before {
    width: 1.0625rem;
    height: 1.0625rem;
    -webkit-transform: translateY(-43%);
            transform: translateY(-43%);
  }
}

.contact-form__dl .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: block;
  border-left: 2px solid #103A58;
  border-bottom: 2px solid #103A58;
  width: 14px;
  width: 0.875rem;
  height: 7px;
  height: 0.4375rem;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  left: 1px;
  left: 0.0625rem;
  top: 3px;
  top: 0.1875rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .contact-form__dl .wpcf7-list-item-label:after {
    width: 1.125rem;
    height: 0.5rem;
    border-left: 3px solid #103A58;
    border-bottom: 3px solid #103A58;
    top: 0.375rem;
  }
}

.contact-form__dl .wpcf7-submit {
  color: #fff;
  width: 100%;
  height: 100%;
}

.contact {
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 3.875rem;
  }
}

.contact__section-title {
  text-align: center;
}

.contact__message {
  width: 100%;
  margin-top: 23px;
  margin-top: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #103A58;
}
@media screen and (min-width: 768px) {
  .contact__message {
    margin-top: 2.125rem;
  }
}

.contact__message-head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 104px;
          flex: 0 0 104px;
  -ms-flex: 0 0 6.5rem;
      flex: 0 0 6.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .contact__message-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
            flex: 0 0 8rem;
    font-size: 1rem;
  }
}

.contact__message-head p {
  font-weight: 700;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.contact__message-head span {
  margin-top: -4px;
  margin-top: -0.25rem;
}

.contact__staff-picture {
  margin-top: 2px;
  margin-top: 0.125rem;
  width: 80.7692%;
}
@media screen and (min-width: 768px) {
  .contact__staff-picture {
    width: 82.0312%;
  }
}

.contact__staff {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .contact__staff {
    font-size: 1rem;
  }
}

.contact__message-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 231px;
          flex: 1 0 231px;
  -ms-flex: 1 0 14.4375rem;
      flex: 1 0 14.4375rem;
}
@media screen and (min-width: 768px) {
  .contact__message-body {
    margin-top: 0.8125rem;
  }
}

.contact__message-text {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 9px;
  margin-left: 0.5625rem;
  border: 0.8px solid #103A58;
  border-radius: 1.0625rem;
  padding: 10px 6px;
  padding: 0.625rem 0.375rem;
  position: relative;
  line-height: 1.4166;
}
@media screen and (min-width: 768px) {
  .contact__message-text {
    font-size: 1rem;
    border: none;
    border-radius: 0;
    margin-left: 0;
    background: url(../images/contact/bubble_pc.png) no-repeat left center/contain;
    padding-top: 1.1875rem;
    padding-left: 3.4375rem;
    padding-bottom: 1.6875rem;
  }
}

.contact__message-text:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 11px;
  height: 0.6875rem;
  left: -14.5px;
  left: -0.90625rem;
  top: 48%;
  -webkit-transform: translateY(-119%);
          transform: translateY(-119%);
  background: url(../images/contact/bubble-triangle.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .contact__message-text:after {
    display: none;
  }
}

.contact__message-bubble {
  position: absolute;
  width: 235px;
  width: 14.6875rem;
}

.contact__form {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .contact__form {
    margin-top: 1.875rem;
  }
}

.contact__button {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 3.3125rem;
  }
}

.contact__banner {
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .contact__banner {
    margin-top: 2.0625rem;
    padding-bottom: 5.375rem;
  }
}

.contact__banner-list {
  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 16px;
  gap: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .contact__banner-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}

.contact__telephone {
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .contact__telephone {
    margin-top: 0.3125rem;
  }
}

.drawer-content {
  background: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 15;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
}

.drawer-content.is-checked {
  opacity: 1;
  visibility: visible;
}

.drawer-content__inner {
  overflow: scroll;
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  height: 100vh;
}

.drawer-content__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer-content__item {
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
}

.drawer-content__item a {
  display: block;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.drawer-content__button {
  margin-top: 30px;
  text-align: center;
}

.faq {
  position: relative;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-top: 3.75rem;
    padding-bottom: 3.875rem;
  }
}

.faq__asirai {
  position: absolute;
  width: 34%;
  top: -123px;
  top: -7.6875rem;
  left: -37px;
  left: -2.3125rem;
  max-width: 218px;
  max-width: 13.625rem;
}
@media screen and (min-width: 768px) {
  .faq__asirai {
    width: 19.3vw;
    top: -20.25rem;
    left: 0.125rem;
    max-width: 100%;
  }
}

.faq__section-title {
  text-align: center;
}

.faq__all-open-btn-wrapper {
  text-align: center;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .faq__all-open-btn-wrapper {
    margin-top: -0.625rem;
    text-align: right;
  }
}

.faq__all-open-btn {
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 14px;
  padding: 0 0.875rem;
  height: 26px;
  height: 1.625rem;
  border: 1px solid #103A58;
  color: #103A58;
  border-radius: 0.875rem;
}
@media screen and (min-width: 768px) {
  .faq__all-open-btn {
    height: 2rem;
    padding: 0 1.125rem;
    font-size: 1.125rem;
    border-radius: 1rem;
  }
}

.faq__all-open-btn:hover {
  cursor: pointer;
}

.faq__all-open-icon:after {
  content: "";
  position: absolute;
  width: 1.6px;
  height: 100%;
  background-color: #103A58;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .faq__all-icon-box {
    margin-left: 0.3125rem;
  }
}

.faq__accordion {
  margin-top: 15px;
  margin-top: 0.9375rem;
  z-index: 2;
  position: relative;
}

.faq__button {
  margin-top: 36px;
  margin-top: 2.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .faq__button {
    margin-top: 3.8125rem;
  }
}

.flow-item {
  background-color: #E8ECF0;
  border-radius: 1.4rem;
  padding: 15px 14px;
  padding: 0.9375rem 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px 10px;
  gap: 0.6875rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 1.5625rem 0.75rem;
    border-radius: 1.75rem;
  }
}

.flow-item__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  -ms-flex: 0 0 4.5rem;
      flex: 0 0 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .flow-item__head {
    width: 100%;
  }
}

.flow-item__wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow-item__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.625rem;
            flex: 0 0 5.625rem;
  }
}

.flow-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flow-item__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #103A58;
}
@media screen and (min-width: 768px) {
  .flow-item__title {
    font-size: 1.5625rem;
    text-align: center;
  }
}

.flow-item__text {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .flow-item__text {
    font-size: 1rem;
    margin-top: 0.25rem;
  }
}

.flow {
  background: url(../images/flow/flow-bg.jpg) no-repeat top center/cover;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .flow {
    background: url(../images/flow/flow-bg_pc.jpg) no-repeat top center/cover;
    padding-top: 3.8125rem;
    padding-bottom: 4.5625rem;
  }
}

.flow__items {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .flow__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2.5rem;
  }
}

.flow__flow-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow__flow-item {
    width: 22.9%;
  }
}

.flow__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .flow__icon {
    height: auto;
    height: initial;
    width: 1.75rem;
    padding-top: 0.875rem;
  }
}

.flow__icon img {
  width: 14px;
  width: 0.875rem;
}

.flow__flow-item:nth-of-type(4) .flow-item {
  background-color: #ECEC7C;
}

.footer {
  background: url(../images/footer/footer-img.svg) no-repeat top center/contain;
  padding-top: 31px;
  padding-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 2.25rem;
    background: url(../images/footer/footer-img_pc.svg) no-repeat top center/contain;
  }
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__content {
    padding-bottom: 2.3125rem;
    font-size: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .footer__information {
    width: 32.375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer__information img {
  width: 287px;
  width: 17.9375rem;
}
@media screen and (min-width: 768px) {
  .footer__information img {
    width: 32.375rem;
  }
}

.footer__company {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__company {
    font-size: 1.125rem;
    margin-top: 2.6875rem;
    padding-left: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__company span {
    font-size: 1rem;
  }
}

.footer__english {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__english {
    margin-top: 0.1875rem;
    font-size: 1rem;
    padding-left: 0.25rem;
  }
}

.footer__phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__phone-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0.125rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}

.footer__phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .footer__phone-number {
    font-size: 1rem;
    padding-left: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__phone-number:nth-of-type(1) a {
    margin-left: 0.3125rem;
  }
}

.footer__phone-wrapper span {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.footer__sns {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    margin-right: 2.125rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    margin-top: 0.5rem;
  }
}

.footer__sns img {
  width: 30.5px;
  width: 1.90625rem;
}
@media screen and (min-width: 768px) {
  .footer__sns img {
    width: 2.5rem;
  }
}

.footer-copy {
  background-color: #FAFADE;
  height: 52px;
  height: 3.25rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-copy {
    height: 4.125rem;
    line-height: 4.125rem;
    font-size: 1rem;
  }
}

.header {
  height: 59px;
  height: 3.6875rem;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header {
    height: 7.5rem;
  }
}
@media screen and (min-width: 1395px) {
  .header {
    height: 4.625rem;
  }
}

.header__inner {
  height: inherit;
}

.header__wrapper {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    height: auto;
    height: initial;
    display: grid;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-template-rows: 4.625rem 2.875rem;
    grid-template-columns: auto 15.8125rem;
    grid-template-areas: "areaA areaC" "areaB areaB";
  }
}
@media screen and (min-width: 1395px) {
  .header__wrapper {
    grid-template-rows: 4.625rem;
    grid-template-columns: 22.75rem 1fr 15.8125rem;
    grid-template-areas: "areaA areaB areaC";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__logo {
  width: 272px;
  width: 17rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    margin-top: 0.5625rem;
    width: 21.5rem;
    margin-right: 20px;
    grid-area: areaA;
  }
}

.header__nav {
  margin-left: auto;
  height: inherit;
  grid-area: areaB;
}

.header__nav-items {
  height: auto;
  height: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__nav-items {
    height: 2.875rem;
  }
}
@media screen and (min-width: 1395px) {
  .header__nav-items {
    height: inherit;
  }
}

.header__nav-item a {
  display: inline-block;
  padding: 10px 15px 7px;
  padding: 0.625rem 0.9375rem 0.4375rem;
}

.header__btn {
  width: 238px;
  width: 14.875rem;
  margin-left: 17px;
  grid-area: areaC;
}

.icon-box {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .icon-box {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}

.icon-box__bar01 {
  position: absolute;
  width: 100%;
  height: 1.6px;
  background-color: #103A58;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icon-box__bar02 {
  position: absolute;
  width: 1.6px;
  height: 100%;
  background-color: #103A58;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.icon-box__bar02.is-open {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.icon__box--individual {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .icon__box--individual {
    width: 1.9375rem;
    height: 1.9375rem;
  }
}

.icon__box--individual .icon-box__bar01 {
  height: 2px;
}

.icon__box--individual .icon-box__bar02 {
  width: 2px;
}

.inn-card__picture {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}

.inn-card__picture-name {
  background: #A1B5C2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 28px;
  height: 1.75rem;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .inn-card__picture-name {
    height: 1.9375rem;
  }
}

.inn-card__frame {
  padding-top: 71.3333%;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .inn-card__frame {
    padding-top: 74.6875%;
  }
}

.inn-card__picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.inn-card__text {
  line-height: 1.5714;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .inn-card__text {
    line-height: 1.6875;
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.inn-card__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-top: 1px;
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .inn-card__table {
    margin-top: 0.8125rem;
  }
}

.inn-card__table tr {
  font-weight: 400;
}

.inn-card__table th,
.inn-card__table td {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333;
  border: 1px solid #103A58;
  text-align: center;
  width: 60px;
  width: 3.75rem;
}
@media screen and (min-width: 768px) {
  .inn-card__table th,
  .inn-card__table td {
    font-size: 1rem;
  }
}

.inn-card__table th {
  color: #103A58;
  height: 37px;
  height: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .inn-card__table th {
    height: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .inn-card__table th span {
    font-size: 0.875rem;
  }
}

.inn-card__table td {
  color: #000;
  height: 31px;
  height: 1.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .inn-card__table td {
    height: 2.25rem;
    font-size: 1rem;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1050px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .inner--header {
    max-width: 1440px;
    padding-left: 2.625rem;
    padding-right: 1.625rem;
  }
}

.inner--mainview {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .inner--mainview {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    max-width: none;
    max-width: initial;
  }
}

.inner--tour-card {
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .inner--tour-card {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }
}

.inner--extra-charge {
  padding-left: 0px;
  padding-left: 0rem;
  padding-right: 0px;
  padding-right: 0rem;
}
@media screen and (min-width: 768px) {
  .inner--extra-charge {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

.inner--banner {
  padding-left: 13px;
  padding-left: 0.8125rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .inner--banner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.inner--desire {
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 32px;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .inner--desire {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.inner--price {
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .inner--price {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .inner--contact,
  .inner--reservation {
    max-width: 998px;
  }
}

.main-headline {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #103A58;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .main-headline {
    font-size: 1.875rem;
    font-weight: 500;
  }
}

.main-headline.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-headline.u-hidden-sp {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .main-headline.u-hidden-pc {
    display: none;
  }
}

.main-headline:before,
.main-headline:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 27px;
  height: 1.6875rem;
  background-color: #103A58;
  border-radius: 62.4375rem;
}
@media screen and (min-width: 768px) {
  .main-headline:before,
  .main-headline:after {
    width: 3px;
    height: 2.4375rem;
  }
}

.main-headline:before {
  left: -17px;
  left: -1.0625rem;
  bottom: 2px;
  bottom: 0.125rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .main-headline:before {
    left: -1.5625rem;
    bottom: 0.1875rem;
  }
}

.main-headline:after {
  right: -17px;
  right: -1.0625rem;
  bottom: 2px;
  bottom: 0.125rem;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media screen and (min-width: 768px) {
  .main-headline:after {
    right: -1.5rem;
    bottom: 0.1875rem;
  }
}

.main-headline--desire {
  line-height: 1.1363;
  text-align: center;
}

.main-headline--desire:before,
.main-headline--desire:after {
  height: 37px;
  height: 2.3125rem;
}

.main-headline--desire:before {
  left: -9px;
  left: -0.5625rem;
  bottom: 7px;
  bottom: 0.4375rem;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}
@media screen and (min-width: 768px) {
  .main-headline--desire:before {
    left: -1.5rem;
    bottom: -0.0625rem;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}

.main-headline--desire:after {
  right: -9px;
  right: -0.5625rem;
  bottom: 7px;
  bottom: 0.4375rem;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}
@media screen and (min-width: 768px) {
  .main-headline--desire:after {
    right: -1.5625rem;
    bottom: -0.0625rem;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

.mainview {
  margin-top: 59px;
  margin-top: 3.6875rem;
  position: relative;
  padding-bottom: 187px;
  padding-bottom: 11.6875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mainview {
    margin-top: 7.5rem;
    padding-bottom: 22.5625rem;
  }
}
@media screen and (min-width: 1395px) {
  .mainview {
    margin-top: 4.625rem;
  }
}

.mainview__inner {
  position: relative;
}

.mainview__picture {
  display: block;
  border-radius: 1.625rem 1.625rem 0 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mainview__picture {
    border-radius: 4.1875rem 4.1875rem 0 0;
  }
}

.mainview__picture:before {
  content: "";
  display: block;
  padding-top: 158.3098%;
}
@media screen and (min-width: 768px) {
  .mainview__picture:before {
    padding-top: 52.5475%;
  }
}

.mainview__picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mainview__pic01,
.mainview__pic02 {
  position: absolute;
  display: block;
  z-index: 3;
}

.mainview__pic01 {
  width: 31vw;
  bottom: 25px;
  bottom: 1.5625rem;
  left: 16px;
  left: 1rem;
}
@media screen and (min-width: 768px) {
  .mainview__pic01 {
    width: 23.7vw;
    bottom: -2.5rem;
    left: 5.5625rem;
  }
}

.mainview__pic02 {
  width: 21vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -24px;
  bottom: -1.5rem;
}
@media screen and (min-width: 768px) {
  .mainview__pic02 {
    width: 10vw;
    -webkit-transform: translateX(-45%);
            transform: translateX(-45%);
    bottom: -2.1875rem;
  }
}

.mainview__maincopy {
  position: absolute;
  top: 12.8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 86%;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .mainview__maincopy {
    top: 24.8%;
    -webkit-transform: translate(-49.4%);
            transform: translate(-49.4%);
    width: 70%;
  }
}

.mainview__body {
  position: relative;
}

.mainview__message {
  text-align: center;
  color: #103A58;
  line-height: 1.4137;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 29px;
  font-size: 1.8125rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .mainview__message {
    font-size: 2.25rem;
    line-height: 1.6666;
    margin-top: 2.8125rem;
  }
}

.mainview__text {
  position: relative;
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mainview__text {
    font-size: 1.25rem;
    margin-top: 1.25rem;
    line-height: 2;
  }
}

.mainview__img01,
.mainview__img02,
.mainview__img03,
.mainview__img04 {
  display: inline-block;
  position: absolute;
  width: 117px;
  width: 7.3125rem;
  border-radius: 99%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mainview__img01,
  .mainview__img02,
  .mainview__img03,
  .mainview__img04 {
    width: 18.75rem;
    height: 18.75rem;
  }
}

.mainview__img01,
.mainview__img04 {
  bottom: -107px;
  bottom: -6.6875rem;
}
@media screen and (min-width: 768px) {
  .mainview__img01,
  .mainview__img04 {
    bottom: -14.375rem;
  }
}

.mainview__img02,
.mainview__img03 {
  bottom: -151px;
  bottom: -9.4375rem;
}
@media screen and (min-width: 768px) {
  .mainview__img02,
  .mainview__img03 {
    bottom: -19.375rem;
  }
}

.mainview__img01 {
  left: 47%;
  -webkit-transform: translateX(-160%);
          transform: translateX(-160%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .mainview__img01 {
    left: 43%;
  }
}
@media screen and (min-width: 1100px) {
  .mainview__img01 {
    left: 41%;
  }
}

.mainview__img02 {
  left: 51%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 3;
}

.mainview__img03 {
  right: 48%;
  -webkit-transform: translateX(84%);
          transform: translateX(84%);
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .mainview__img03 {
    right: 46%;
  }
}

.mainview__img04 {
  right: 49%;
  -webkit-transform: translateX(165%);
          transform: translateX(165%);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .mainview__img04 {
    right: 42.5%;
    -webkit-transform: translateX(31.25rem);
            transform: translateX(31.25rem);
  }
}

.mainview__img01:after,
.mainview__img02:after,
.mainview__img03:after,
.mainview__img04:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.mainview__img01 img,
.mainview__img02 img,
.mainview__img03 img,
.mainview__img04 img {
  position: absolute;
  left: 50%;
  top: 50%;
}

.mainview__img01 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1.9) translate(2%, -18%);
          transform: scale(1.9) translate(2%, -18%);
}
@media screen and (min-width: 376px) {
  .mainview__img01 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1.9) translate(-3%, -18%);
            transform: scale(1.9) translate(-3%, -18%);
  }
}
@media screen and (min-width: 768px) {
  .mainview__img01 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}

.mainview__img02 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1.01) translate(-50%, -49%);
          transform: scale(1.01) translate(-50%, -49%);
}
@media screen and (min-width: 768px) {
  .mainview__img02 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}

.mainview__img03 img {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1.01) translate(-50%, -49%);
          transform: scale(1.01) translate(-50%, -49%);
}
@media screen and (min-width: 768px) {
  .mainview__img03 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}

.mainview__img04 img {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -49%);
          transform: scale(1) translate(-50%, -49%);
}
@media screen and (min-width: 768px) {
  .mainview__img04 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
}

.mainview__asirai01 {
  position: absolute;
  left: 0;
  bottom: -150px;
  bottom: -9.375rem;
  width: 34.5%;
  max-width: 190px;
  max-width: 11.875rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mainview__asirai01 {
    max-width: 100%;
    width: 19.4vw;
    bottom: -25.4375rem;
  }
}

.mainview__asirai02 {
  display: none;
}
@media screen and (min-width: 768px) {
  .mainview__asirai02 {
    position: absolute;
    right: 0;
    width: 13.2vw;
    bottom: 0;
    display: block;
    z-index: 2;
  }
}

.modal-background {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(16, 58, 88, .35);
}

.modal-background.is-show {
  display: block;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50.5%);
          transform: translate(-50%, -50.5%);
  width: 724px;
  width: 45.25rem;
  max-width: calc(100% - 2.5rem);
  max-height: calc(100% - 3rem);
  padding: 15px 12px 22px;
  padding: 0.9375rem 0.75rem 1.375rem;
  background-color: #fff;
  z-index: 100;
  display: none;
}
@media screen and (min-width: 768px) {
  .modal {
    padding: 2.75rem 2rem 1.875rem;
    height: auto;
  }
}

.modal.is-limit {
  height: 100%;
}

.modal.is-show {
  display: block;
}

.modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__head-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 228px;
          flex: 1 1 228px;
  -ms-flex: 1 1 14.25rem;
      flex: 1 1 14.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .modal__head-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.modal__head-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 0.475rem;
     -moz-column-gap: 0.475rem;
          column-gap: 0.475rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
  line-height: 1.4375;
}
@media screen and (min-width: 768px) {
  .modal__head-profile {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
    padding-top: 0rem;
  }
}

.modal__head-profile img {
  width: 80px;
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .modal__head-profile img {
    width: 6.25rem;
  }
}

.modal__discription {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.modal__title {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #103A58;
}
@media screen and (min-width: 768px) {
  .modal__title {
    font-size: 1.5625rem;
    margin-top: 0.6875rem;
  }
}

.modal__name {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  color: #103A58;
}
@media screen and (min-width: 768px) {
  .modal__name {
    font-size: 1rem;
  }
}

.modal__plan {
  height: 19px;
  height: 1.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  border: 1px solid #103A58;
  color: #103A58;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal__plan {
    margin-top: 0.3125rem;
    height: 1.5rem;
    font-size: 0.875rem;
    display: inline-block;
    padding: 0 1.125rem;
  }
}

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

.modal__close-button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 83px;
          flex: 1 1 83px;
  -ms-flex: 1 1 5.1875rem;
      flex: 1 1 5.1875rem;
  text-align: right;
}

.modal__close-button img {
  max-width: 40px;
  max-width: 2.5rem;
  display: inline-block;
}

.modal__body {
  margin-top: 12px;
  margin-top: 0.75rem;
  height: calc(100% - 7.5rem);
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .modal__body {
    margin-top: 0.9375rem;
  }
}

.modal__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142;
}
@media screen and (min-width: 768px) {
  .modal__text {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.js_plan-slider {
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: auto;
  bottom: initial;
}

.price {
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .price {
    padding-top: 3.75rem;
    padding-bottom: 3.8125rem;
  }
}

.price__img01 {
  position: absolute;
  width: 121px;
  width: 7.5625rem;
  left: calc(50% - 7.1875rem);
  top: -4px;
  top: -0.25rem;
}
@media screen and (min-width: 768px) {
  .price__img01 {
    width: 17.25rem;
    left: calc(50% - 20.9375rem);
    top: -2.8125rem;
  }
}

.price__content {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .price__content {
    margin-top: 1.8125rem;
  }
}

.price__table-container {
  overflow-x: scroll;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .price__table-container {
    overflow: hidden;
  }
}

.price__table-container::-webkit-scrollbar-thumb {
  background-color: #103A58;
  /* スクロールバーのトラックの背景色 */
}

.pice__table {
  border-collapse: separate;
  border-spacing: 8px;
  border-spacing: 0.5rem;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .pice__table {
    border-spacing: 0.625rem;
    padding-bottom: 0rem;
  }
}

.price__table-col1 {
  width: 58px;
  width: 3.625rem;
}
@media screen and (min-width: 768px) {
  .price__table-col1 {
    width: 4.5rem;
  }
}

.price__table-col2 {
  width: 66.5px;
  width: 4.15625rem;
}
@media screen and (min-width: 768px) {
  .price__table-col2 {
    width: 7.375rem;
  }
}

th,
td {
  font-size: 14px;
  font-size: 0.875rem;
  width: 111px;
  width: 6.9375rem;
  height: 32px;
  height: 2rem;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
@media screen and (min-width: 768px) {
  th,
  td {
    width: 9.375rem;
    height: 2.5rem;
    font-size: 1.125rem;
  }
}

th {
  font-weight: 700;
  color: #103A58;
}

.price__term th {
  height: 67px;
  height: 4.1875rem;
  background-color: #FAFADE;
}
@media screen and (min-width: 768px) {
  .price__term th {
    height: 5.25rem;
  }
}

.price__term th:first-child {
  background-color: #fff;
  width: 132px;
  width: 8.25rem;
}
@media screen and (min-width: 768px) {
  .price__term th:first-child {
    width: 12.5rem;
  }
}

.price__term th:nth-child(2) {
  background-color: #ECEC7C;
}

.price__beginner-plan th {
  background-color: #ECCCCC;
}

.price__expert-plan th {
  background-color: #E8ECF0;
}

.price__beginner-plan:nth-of-type(2) th:first-child,
.price__expert-plan:nth-of-type(5) th:first-child {
  background-color: #C62728;
  color: #fff;
  width: 57px;
  width: 3.5625rem;
  padding-top: 9px;
  padding-top: 0.5625rem;
  height: 112px;
  height: 7rem;
  text-align: center;
}
@media screen and (max-width: 350px) {
  .price__beginner-plan:nth-of-type(2) th:first-child,
  .price__expert-plan:nth-of-type(5) th:first-child {
    padding-top: 0.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .price__beginner-plan:nth-of-type(2) th:first-child,
  .price__expert-plan:nth-of-type(5) th:first-child {
    font-size: 1rem;
    padding-top: 0.8125rem;
  }
}

.price__beginner-plan-text {
  display: inline-block;
  width: 30px;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .price__beginner-plan-text {
    width: 2.25rem;
  }
}

.price__expert-plan-text {
  display: inline-block;
  width: 12.5px;
  width: 0.78125rem;
}
@media screen and (min-width: 768px) {
  .price__expert-plan-text {
    width: 0.96875rem;
  }
}

.price__expert-plan:nth-of-type(5) th:first-child {
  background-color: #103A58;
}

.price__button {
  margin-top: 36px;
  margin-top: 2.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price__button {
    margin-top: 3.3125rem;
  }
}

.price__right {
  padding-left: 9px;
  padding-left: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .price__right {
    padding-left: 0.5625rem;
  }
}

.qa-icon {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  background-color: #103A58;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 25px;
  font-size: 1.5625rem;
  border-radius: 50%;
  font-family: "Amatic SC", cursive;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .qa-icon {
    width: 2.8125rem;
    height: 2.8125rem;
    font-size: 1.9375rem;
  }
}

.qa-icon--a {
  background-color: #C62728;
}

.reservation-form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .reservation-form__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.reservation-form__list:nth-of-type(n + 2) {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .reservation-form__list:nth-of-type(n + 2) {
    margin-top: 1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation-form__list:nth-of-type(5) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.reservation-form__list:nth-child(n+6):nth-child(-n+11) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .reservation-form__list:nth-child(n+6):nth-child(-n+11) {
    margin-top: 1.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation-form__list:nth-of-type(9),
  .reservation-form__list:nth-of-type(10),
  .reservation-form__list:nth-of-type(12) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .reservation-form__dl .reservation-form__list:nth-of-type(8) {
    margin-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation-form__dl .reservation-form__list:nth-of-type(10) {
    margin-top: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation-form__list:nth-of-type(11) .reservation-form__input input {
    padding: 0.75rem 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation-form__list:nth-of-type(12) {
    margin-top: 0.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation-form__list:nth-of-type(12) .reservation-form__label label {
    margin-top: 0.75rem;
  }
}

.reservation-form__label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .reservation-form__label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.875rem;
            flex: 0 0 17.875rem;
  }
}

.reservation-form__label span {
  font-weight: 400;
}

.reservation-form__label.is-arrival,
.reservation-form__label.is-hotel {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .reservation-form__label.is-arrival,
  .reservation-form__label.is-hotel {
    margin-top: -0.4375rem;
  }
}

.reservation-form__label.is-arrival span {
  display: inline-block;
  font-weight: 400;
}

.reservation-form__arrival-time {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.reservation-form__arrival-time:before {
  content: "※";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  font-size: 16px;
  font-size: 1rem;
  left: 0;
  top: 0;
}

.reservation-form__label.is-hotel span {
  display: inline-block;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .reservation-form__tag {
    margin-left: 0.3125rem;
  }
}

.reservation-form__name-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .reservation-form__name-list {
    width: 33.75rem;
    -webkit-column-gap: 1.1875rem;
       -moz-column-gap: 1.1875rem;
            column-gap: 1.1875rem;
  }
}

.reservation-form__schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.125rem;
     -moz-column-gap: 0.125rem;
          column-gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .reservation-form__schedule-list {
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation-form__schedule-list input {
    max-width: 9.75rem;
  }
}

.reservation-form__people-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .reservation-form__people-list {
    padding-left: 0rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.reservation-form__people-age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .reservation-form__people-age {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.reservation-form__people-age span {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .reservation-form__people-age span {
    font-weight: 700;
    font-size: 1rem;
  }
}

.reservation-form__people-age input[type=number] {
  background-color: #F0F0F0;
  padding: 6px 13px;
  padding: 0.375rem 0.8125rem;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  width: 35px;
  width: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reservation-form__people-age input[type=number] {
    width: 3.5625rem;
    font-size: 1.125rem;
    font-weight: 400;
  }
}

.reservation-form__option:nth-of-type(n +2) {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.reservation-form__message-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 15px;
  gap: 0.3125rem 0.9375rem;
  padding-left: 19px;
  padding-left: 1.1875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .reservation-form__message-list {
    padding-left: 0.125rem;
    margin-top: 0.0625rem;
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}

.reservation-form__input.is-option {
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .reservation-form__input.is-option {
    padding-left: 0rem;
    margin-top: 0rem;
    row-gap: 0.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation-form__input {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .reservation-form__input.is-days {
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }
}

.reservation-form__input input[type=text],
.reservation-form__input input[type=email],
.reservation-form__input input[type=tel],
.reservation-form__input input[type=date],
.reservation-form__input textarea {
  background-color: #F0F0F0;
  padding: 11px;
  padding: 0.6875rem;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reservation-form__input input[type=text],
  .reservation-form__input input[type=email],
  .reservation-form__input input[type=tel],
  .reservation-form__input input[type=date],
  .reservation-form__input textarea {
    margin-top: 0rem;
    font-size: 1rem;
    padding: 0.5rem 0.875rem;
  }
}

.reservation-form__plan label,
.reservation-form__days label {
  padding-left: 22px;
  padding-left: 1.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reservation-form__plan label,
  .reservation-form__days label {
    padding-left: 1.625rem;
    font-size: 1rem;
  }
}

.reservation-form__plan label:before,
.reservation-form__days label:before {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border-radius: 999px;
  border: 0.8px solid #000;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .reservation-form__plan label:before,
  .reservation-form__days label:before {
    width: 1.0625rem;
    height: 1.0625rem;
    left: -0.125rem;
  }
}

.reservation-form__plan label span:nth-of-type(even) {
  display: none;
}
@media screen and (min-width: 768px) {
  .reservation-form__plan label span:nth-of-type(even) {
    display: inline;
  }
}

.reservation-form__input textarea {
  height: 111px;
  height: 6.9375rem;
  resize: vertical;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .reservation-form__input textarea {
    height: 8.125rem;
    margin-top: 0.8125rem;
  }
}

/*-- コンタクトフォームの設定 --*/
.reservation-form .wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  padding-left: 22px;
  padding-left: 1.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    padding-left: 1.625rem;
    font-size: 1rem;
  }
}

.reservation-form .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .reservation-form .wpcf7-form-control.wpcf7-radio {
    padding-left: 0rem;
    margin-top: 0rem;
  }
}

.reservation-form .wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border-radius: 999px;
  border: 0.8px solid #000;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .reservation-form .wpcf7-radio .wpcf7-list-item-label:before {
    width: 1.0625rem;
    height: 1.0625rem;
    left: -0.125rem;
  }
}

.reservation-form .wpcf7-radio .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  border-radius: 999px;
  background-color: #103A58;
  position: absolute;
  left: 3px;
  left: 0.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .reservation-form .wpcf7-radio .wpcf7-list-item-label:after {
    width: 0.6875rem;
    height: 0.6875rem;
    left: 0.0625rem;
  }
}

.wpcf7-form-control.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.reservation-form__input.is-plan,
.reservation-form__input.is-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .reservation-form__input.is-plan,
  .reservation-form__input.is-days {
    padding-left: 0rem;
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation-form__input.is-days .wpcf7-radio {
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }
}

.reservation-form__schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.125rem;
     -moz-column-gap: 0.125rem;
          column-gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .reservation-form__schedule-list {
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
  }
}

.reservation-form__option-supplement {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .reservation-form__option-supplement {
    display: inline-block;
    font-size: 1rem;
  }
}

.reservation-form__schedule-list .wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reservation-form__schedule-list .wpcf7-form-control-wrap {
    margin-top: 0rem;
    font-size: 1rem;
    max-width: 9.75rem;
  }
}

.reservation-form__people-age {
  font-weight: 500;
}

.reservation-form__input.is-option {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .reservation-form__input.is-option {
    font-size: 1rem;
  }
}

.reservation-form__option .wpcf7-list-item-label {
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .reservation-form__option .wpcf7-list-item-label {
    padding-left: 1.625rem;
  }
}

.reservation-form__option .wpcf7-form-control-wrap:nth-of-type(n + 2) {
  margin-top: 3px;
  margin-top: 0.1875rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .reservation-form__option .wpcf7-form-control-wrap:nth-of-type(n + 2) {
    margin-top: 0.6875rem;
  }
}

.reservation-form__option .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  display: block;
  border: 0.8px solid #000;
  font-size: 14px;
  font-size: 0.875rem;
  width: 13.6px;
  width: 0.85rem;
  height: 13.6px;
  height: 0.85rem;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .reservation-form__option .wpcf7-list-item-label:before {
    width: 1.0625rem;
    height: 1.0625rem;
    -webkit-transform: translateY(-43%);
            transform: translateY(-43%);
  }
}

.reservation-form__option .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: block;
  border-left: 2px solid #103A58;
  border-bottom: 2px solid #103A58;
  width: 14px;
  width: 0.875rem;
  height: 7px;
  height: 0.4375rem;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  left: 1px;
  left: 0.0625rem;
  top: 3px;
  top: 0.1875rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .reservation-form__option .wpcf7-list-item-label:after {
    width: 1.125rem;
    height: 0.5rem;
    border-left: 3px solid #103A58;
    border-bottom: 3px solid #103A58;
    top: 0.375rem;
  }
}

.reservation-form__input.is-option input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.reservation-form .wpcf7-submit {
  color: #fff;
  width: 100%;
  height: 100%;
}

.reservation {
  margin-top: 114px;
  margin-top: 7.125rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .reservation {
    margin-top: 9rem;
    padding-bottom: 1.0625rem;
  }
}

.reservation__form {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .reservation__form {
    margin-top: 5.375rem;
  }
}

.reservation__section-title {
  text-align: center;
}

.reservation__message {
  width: 100%;
  margin-top: 23px;
  margin-top: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #103A58;
}
@media screen and (min-width: 768px) {
  .reservation__message {
    margin-top: 2.125rem;
  }
}

.reservation__message-head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 104px;
          flex: 0 0 104px;
  -ms-flex: 0 0 6.5rem;
      flex: 0 0 6.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .reservation__message-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
            flex: 0 0 8rem;
    font-size: 1rem;
  }
}

.reservation__message-head p {
  font-weight: 700;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.reservation__message-head span {
  margin-top: -4px;
  margin-top: -0.25rem;
}

.reservation__staff-picture {
  margin-top: 2px;
  margin-top: 0.125rem;
  width: 80.7692%;
}
@media screen and (min-width: 768px) {
  .reservation__staff-picture {
    width: 82.0312%;
  }
}

.reservation__staff {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .reservation__staff {
    font-size: 1rem;
  }
}

.reservation__message-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 231px;
          flex: 1 0 231px;
  -ms-flex: 1 0 14.4375rem;
      flex: 1 0 14.4375rem;
}
@media screen and (min-width: 768px) {
  .reservation__message-body {
    margin-top: 0.8125rem;
  }
}

.reservation__message-text {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 9px;
  margin-left: 0.5625rem;
  border: 0.8px solid #103A58;
  border-radius: 1.0625rem;
  padding: 10px 6px;
  padding: 0.625rem 0.375rem;
  position: relative;
  line-height: 1.4166;
}
@media screen and (min-width: 768px) {
  .reservation__message-text {
    font-size: 1rem;
    border: none;
    border-radius: 0;
    margin-left: 0;
    background: url(../images/reservation/bubble_pc.png) no-repeat left center/contain;
    padding-top: 1.1875rem;
    padding-left: 3.4375rem;
    padding-bottom: 1.6875rem;
  }
}

.reservation__message-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-121%);
          transform: translateY(-121%);
  border-right: 16px solid #103A58;
  border-top: 4px solid transparent;
  border-bottom: 8px solid transparent;
}
@media screen and (min-width: 768px) {
  .reservation__message-text:before {
    display: none;
  }
}

.reservation__message-text:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 97.7%;
  top: 50%;
  -webkit-transform: translateY(-119%);
          transform: translateY(-119%);
  border-right: 19px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 8px solid transparent;
}
@media screen and (min-width: 768px) {
  .reservation__message-text:after {
    display: none;
  }
}

.reservation__message-bubble {
  position: absolute;
  width: 235px;
  width: 14.6875rem;
}

.reservation__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .reservation__list {
    margin-top: 5.375rem;
  }
}

.reservation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .reservation__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.reservation__item textarea {
  height: 111px;
  height: 6.9375rem;
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .reservation__item textarea {
    height: 8rem;
  }
}

.reservation__item:nth-of-type(n + 2) {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .reservation__item:nth-of-type(n + 2) {
    margin-top: 1.3125rem;
  }
}

.reservation__item:nth-of-type(n + 6):nth-of-type(-n + 11) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .reservation__item:nth-of-type(n + 6):nth-of-type(-n + 11) {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation__list .reservation__item:nth-of-type(8) {
    margin-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation__list .reservation__item:nth-of-type(10) {
    margin-top: 1.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation__item:nth-of-type(n + 9) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.reservation__item dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .reservation__item dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.875rem;
            flex: 0 0 17.875rem;
  }
}

.reservation__item dt label span {
  display: inline-block;
  font-weight: 400;
}

.reservation__tag {
  font-weight: 400;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .reservation__tag {
    margin-left: 0.3125rem;
    margin-top: 0rem;
  }
}

.reservation__item dd {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .reservation__item dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.reservation__item dd span {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .reservation__item dd span {
    font-size: 1rem;
  }
}

.reservation__item dd input[type=text],
.reservation__item dd input[type=email],
.reservation__item dd input[type=tel],
.reservation__item dd input[type=date],
.reservation__item dd textarea {
  background-color: #F0F0F0;
  padding: 11px;
  padding: 0.6875rem;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reservation__item dd input[type=text],
  .reservation__item dd input[type=email],
  .reservation__item dd input[type=tel],
  .reservation__item dd input[type=date],
  .reservation__item dd textarea {
    margin-top: 0rem;
    font-size: 1rem;
    padding: 0.5rem 0.875rem;
  }
}

.reservation__item dd input[type=number] {
  background-color: #F0F0F0;
  padding: 6px 13px;
  padding: 0.375rem 0.8125rem;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  width: 35px;
  width: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reservation__item dd input[type=number] {
    width: 3.5625rem;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation__item:nth-of-type(11) dd input[type=text] {
    padding: 0.75rem 0.875rem;
  }
}

.reservation__name-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .reservation__name-wrapper {
    width: 33.75rem;
    -webkit-column-gap: 1.1875rem;
       -moz-column-gap: 1.1875rem;
            column-gap: 1.1875rem;
  }
}

.reservation__name-wrapper dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 min(48.6567%, 261px);
          flex: 1 1 min(48.6567%, 261px);
}

.reservation__plan-items,
.reservation__days-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .reservation__plan-items,
  .reservation__days-items {
    padding-left: 0rem;
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .reservation__days-items {
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }
}

.reservation__option-items {
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .reservation__option-items {
    padding-left: 0rem;
    margin-top: 0rem;
  }
}

.reservation__option-item:nth-of-type(n + 2) {
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .reservation__option-item:nth-of-type(n + 2) {
    margin-top: 0.625rem;
  }
}

.reservation__plan-label,
.reservation__days-label {
  padding-left: 22px;
  padding-left: 1.375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reservation__plan-label,
  .reservation__days-label {
    padding-left: 1.625rem;
    font-size: 1rem;
  }
}

.reservation__plan-label:before,
.reservation__days-label:before {
  content: "";
  display: block;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  border-radius: 999px;
  border: 0.8px solid #000;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .reservation__plan-label:before,
  .reservation__days-label:before {
    width: 1.0625rem;
    height: 1.0625rem;
    left: -0.125rem;
  }
}

.reservation__plan-label:after,
.reservation__days-label:after {
  content: "";
  display: block;
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  border-radius: 999px;
  background-color: #103A58;
  position: absolute;
  left: 3px;
  left: 0.1875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .reservation__plan-label:after,
  .reservation__days-label:after {
    width: 0.6875rem;
    height: 0.6875rem;
    left: 0.0625rem;
  }
}

.reservation__schedule-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.125rem;
     -moz-column-gap: 0.125rem;
          column-gap: 0.125rem;
}
@media screen and (min-width: 768px) {
  .reservation__schedule-wrapper {
    -webkit-column-gap: 0.6875rem;
       -moz-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
  }
}

.reservation__schedule-wrapper span {
  font-size: 14px;
  font-size: 0.875rem;
}

.reservation__schedule-wrapper dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
  .reservation__schedule-wrapper dd {
    max-width: 9.75rem;
  }
}

.reservation__people-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .reservation__people-wrapper {
    padding-left: 0rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.reservation__people-wrapper dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .reservation__people-wrapper dd {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.reservation__people-wrapper dd span {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .reservation__people-wrapper dd span {
    font-weight: 700;
    font-size: 1rem;
  }
}

.reservation__option-item input[type=checkbox]:checked + .reservation__option-label:after,
.reservation__plan-item input[type=radio]:checked + .reservation__plan-label:after,
.reservation__days-item input[type=radio]:checked + .reservation__days-label:after {
  opacity: 1;
}

.reservation__option-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .reservation__option-label {
    font-size: 1rem;
    padding-left: 1.875rem;
  }
}

.reservation__option-label:before {
  content: "";
  position: absolute;
  display: block;
  border: 0.8px solid #000;
  font-size: 14px;
  font-size: 0.875rem;
  width: 13.6px;
  width: 0.85rem;
  height: 13.6px;
  height: 0.85rem;
  background-color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .reservation__option-label:before {
    width: 1.0625rem;
    height: 1.0625rem;
    -webkit-transform: translateY(-43%);
            transform: translateY(-43%);
  }
}

.reservation__option-label:after {
  content: "";
  position: absolute;
  display: block;
  border-left: 2px solid #103A58;
  border-bottom: 2px solid #103A58;
  width: 10px;
  height: 5px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  left: 2px;
  top: 7px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .reservation__option-label:after {
    width: 1rem;
    height: 0.375rem;
  }
}

.reservation__arrival-time {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.reservation__arrival-time:before {
  content: "※";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  font-size: 16px;
  font-size: 1rem;
  left: 0;
  top: 0;
}

.reservation__button {
  text-align: center;
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .reservation__button {
    margin-top: 3.25rem;
  }
}

.reservation__banner-list {
  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 16px;
  gap: 0.5rem 1rem;
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .reservation__banner-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    margin-top: 3.125rem;
  }
}

.reservation__telephone {
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .reservation__telephone {
    margin-top: 0.3125rem;
  }
}

.section-title {
  text-align: center;
}

.section-title__main {
  font-size: 48px;
  font-size: 3rem;
  font-family: "Amatic SC", cursive;
  display: inline-block;
  color: #103A58;
  position: relative;
  line-height: 1;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .section-title__main {
    font-size: 3.75rem;
  }
}

.section-title__main:after {
  content: "";
  display: block;
  height: 4px;
  height: 0.25rem;
  width: 56px;
  width: 3.5rem;
  background-image: url(../images/common/section-parts.svg);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
}
@media screen and (min-width: 768px) {
  .section-title__main:after {
    width: 6.0625rem;
    height: 0.375rem;
    bottom: -1px;
    background-image: url(../images/common/section-parts_pc.svg);
  }
}

.section-title__sub {
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #103A58;
  font-weight: 500;
  margin-top: 12px;
  margin-top: 0.75rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .section-title__sub {
    font-size: 1.875rem;
  }
}

.section-title__sub span {
  white-space: nowrap;
  display: inline-block;
}

.section-title--flow .section-title__main,
.section-title--flow .section-title__sub {
  color: #fff;
}

.sub-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #103A58;
}

.sub-headline span {
  font-family: "Amatic SC", cursive;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sub-headline span {
    font-size: 4.375rem;
  }
}

.sub-headline p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .sub-headline p {
    line-height: 1.44;
    font-size: 1.5625rem;
    margin-left: 0.5rem;
  }
}

.sub-headline-charm p {
  line-height: 1.3142;
}
@media screen and (min-width: 768px) {
  .sub-headline-charm p {
    line-height: 1.2;
  }
}

.tag-date {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 7px;
  padding: 0 0.4375rem;
  height: 21px;
  height: 1.3125rem;
  background-color: #103A58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 62.4375rem;
}
@media screen and (min-width: 768px) {
  .tag-date {
    height: 1.625rem;
    font-size: 1rem;
    padding: 0 0.5625rem;
  }
}

.tag-date span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-right: 2px;
  margin-right: 0.125rem;
}
@media screen and (min-width: 768px) {
  .tag-date span {
    font-size: 1.5625rem;
  }
}

.tag-type01 {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 6px;
  padding: 0 0.375rem;
  height: 20px;
  height: 1.25rem;
  background-color: #103A58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tag-type01 {
    font-size: 0.875rem;
    height: 1.375rem;
    padding: 0 0.5rem;
  }
}

.tag-type02 {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 16px;
  padding: 0 1rem;
  height: 22px;
  height: 1.375rem;
  background-color: #103A58;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .tag-type02 {
    height: 1.625rem;
    padding: 0 1rem;
    font-size: 1.125rem;
  }
}

.tag-type02--contact {
  background-color: #C62728;
  height: 17px;
  height: 1.0625rem;
  padding: 0 7px;
  padding: 0 0.4375rem;
  border-radius: 0.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .tag-type02--contact {
    height: 1.375rem;
    padding: 0 0.625rem;
    border-radius: 0.3125rem;
    font-size: 1rem;
    margin-top: 0rem;
    margin-left: 0.375rem;
  }
}

.tour-card {
  width: 100%;
}

.tour-card__tabs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

.tour-card__tabs.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tour-card__tab {
  width: 33.1189%;
  height: 47px;
  height: 2.9375rem;
  color: #fff;
  background: #A1B5C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.625rem 0.625rem 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .tour-card__tab {
    font-size: 1.5625rem;
    -webkit-column-gap: 1.625rem;
       -moz-column-gap: 1.625rem;
            column-gap: 1.625rem;
    padding-left: 1.0625rem;
    height: 4.25rem;
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) {
  .tour-card__tab:after {
    content: "";
    display: inline-block;
    background: url(../images/tour-plan/triangle-icon01.svg) no-repeat center center/cover;
    width: 1.14375rem;
    height: 0.575rem;
    -webkit-transform: translateY(0.1875rem);
            transform: translateY(0.1875rem);
  }
}

.tour-card__tab.is-select,
.tour-card__tab.is-select:hover {
  background-color: #103A58;
}

.tour-card__tab:hover {
  background-color: #406179;
}

.tour-card__content {
  border-radius: 0 0 1.25rem 1.25rem;
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .tour-card__content {
    padding-top: 3.1875rem;
    border-radius: 0 0 2.3125rem 2.3125rem;
    padding-bottom: 1.0625rem;
  }
}

.tour-card__departure-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 8px;
  row-gap: 0.5rem;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .tour-card__departure-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 3.8125rem;
       -moz-column-gap: 3.8125rem;
            column-gap: 3.8125rem;
  }
}

.tour-card__departure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  color: #103A58;
}
@media screen and (min-width: 768px) {
  .tour-card__departure {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.tour-card__tag {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tour-card__departure-point,
.tour-card__riding-distance {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .tour-card__departure-point,
  .tour-card__riding-distance {
    font-size: 1.125rem;
  }
}

.tour-card__riding-distance {
  display: none;
}

.tour-card__riding-distance.is-active.is-select {
  display: block;
}

@media screen and (min-width: 768px) {
  .tour-card__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tour-card__main-box {
  border: 1px solid #103A58;
  border-radius: 1.0625rem;
  color: #103A58;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .tour-card__main-box {
    margin-top: 2.25rem;
    border: 2px solid #103A58;
    padding: 1.375rem 1.375rem 0.125rem;
  }
}

.tour-card__price {
  margin-top: 10px;
  margin-top: 0.625rem;
  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;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .tour-card__price {
    width: 57.3529%;
    -webkit-column-gap: 0rem;
       -moz-column-gap: 0rem;
            column-gap: 0rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tour-card__price-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .tour-card__price-text {
    padding-left: 0.5rem;
    font-size: 1rem;
    margin-top: -0.4375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50.2136%;
  }
}

.tour-card__price-value {
  display: none;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  margin-top: -3px;
  margin-top: -0.1875rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .tour-card__price-value {
    font-size: 1.875rem;
  }
}

.tour-card__price-value.is-active.is-select {
  display: block;
}

.tour-card__button {
  margin-top: 9px;
  margin-top: 0.5625rem;
  text-align: center;
  padding-left: 2.5px;
  padding-left: 0.15625rem;
  padding-right: 2.5px;
  padding-right: 0.15625rem;
}
@media screen and (min-width: 768px) {
  .tour-card__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.625rem;
            flex: 0 0 18.625rem;
    margin-top: 0;
  }
}

.tour-card__attention {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 480px;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .tour-card__attention {
    font-size: 1rem;
    position: relative;
    padding-left: 3.5rem;
    margin-left: 0.375rem;
    margin-top: 1.3125rem;
    padding-right: 0.625rem;
    max-width: 100%;
  }
}

.tour-card__attention:before {
  position: relative;
  top: 4px;
  top: 0.25rem;
  content: url("../images/tour-plan/attention-icon.svg");
}
@media screen and (min-width: 768px) {
  .tour-card__attention:before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .tour-card__attention:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url("../images/tour-plan/attention-icon.svg") no-repeat center center/cover;
    width: 2.6875rem;
    height: 2.6875rem;
    left: 0;
  }
}

.tour-card__attention span {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .tour-card__attention span {
    font-size: 1rem;
  }
}

.tour-card__service-wrapper {
  text-align: center;
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .tour-card__service-wrapper {
    margin-top: 1.1875rem;
  }
}

.tour-card__service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2.9px;
  row-gap: 0.18125rem;
  max-width: 480px;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .tour-card__service {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.625rem;
    max-width: 100%;
  }
}

.tour-card__service-picture {
  display: inline-block;
  width: 32.5931%;
  margin-left: 2.9px;
  margin-left: 0.18125rem;
}
@media screen and (min-width: 768px) {
  .tour-card__service-picture {
    width: 100%;
    margin-left: 0rem;
  }
}

.tour-card__service-picture:nth-of-type(3n + 1) {
  margin-left: 0px;
  margin-left: 0rem;
}

.tour-card__extra-charge-wrapper {
  max-width: 480px;
  max-width: 30rem;
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
}
@media screen and (min-width: 768px) {
  .tour-card__extra-charge-wrapper {
    max-width: 100%;
    margin-top: 1.25rem;
  }
}

.tour-card__extra-charge {
  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%;
  margin: 0 auto;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .tour-card__extra-charge {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}

.tour-card__extra-charge span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .tour-card__extra-charge span {
    font-size: 1.25rem;
  }
}

.tour-card__extra-charge:before,
.tour-card__extra-charge:after {
  content: "";
  display: block;
  background-image: url(../images/tour-plan/tour-card-line.svg);
  height: 2px;
  width: calc(100% - 2.5rem);
}

.tour-card__family-discount {
  margin-top: 14px;
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .tour-card__family-discount {
    margin-top: 1.0625rem;
  }
}

.tour-card__charge-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tour-card__charge-item {
  line-height: 1.6428;
  width: 100%;
  padding-right: 20px;
  padding-right: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .tour-card__charge-item {
    font-size: 1rem;
    width: auto;
    width: initial;
    padding-right: 0rem;
  }
}

.tour-card__charge-explain {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6666;
}
@media screen and (min-width: 768px) {
  .tour-card__charge-explain {
    font-size: 1rem;
    padding-left: 0.6875rem;
  }
}

.tour-card__discount-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tour-card__discount-grade {
  color: #C62728;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tour-card__discount-grade span {
  font-weight: 700;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.tour-card__charge-mass {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .tour-card__charge-mass {
    margin-top: 0.6875rem;
  }
}

.tour-card__charge-header {
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tour-card__charge-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .tour-card__charge-block {
    width: 100%;
  }
}

.tour-card__charge-value {
  text-align: right;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -3px;
  margin-top: -0.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}

.tour-card__charge-body {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
}

.tour-card__charge-explain {
  line-height: 1.6666;
}
@media screen and (min-width: 768px) {
  .tour-card__charge-explain {
    font-size: 1rem;
  }
}

.tour-card__charge-text {
  margin-left: -3px;
  margin-left: -0.1875rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .tour-card__charge-text {
    font-size: 0.875rem;
    padding-left: 1.25rem;
  }
}

.tour-card__option {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .tour-card__option {
    margin-top: 0.75rem;
  }
}

.tour-card__option-head {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  height: 2.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tour-card__option-head {
    height: 3.875rem;
  }
}

.tour-card__option-head:before,
.tour-card__option-head:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: url(../images/tour-plan/tour-card-option-line.svg);
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .tour-card__option-head:before,
  .tour-card__option-head:after {
    background: url(../images/tour-plan/tour-card-option-line_pc.svg);
    height: 1px;
  }
}

.tour-card__option-head:before {
  top: 0;
}

.tour-card__option-head:after {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .tour-card__option-head:after {
    display: none;
  }
}

.tour-card__option-subject {
  margin-left: -3px;
  margin-left: -0.1875rem;
}
@media screen and (min-width: 768px) {
  .tour-card__option-subject {
    font-size: 1.25rem;
  }
}

.tour-card__option-icon {
  margin-left: 15px;
  margin-left: 0.9375rem;
  width: 18.7px;
  width: 1.16875rem;
  height: 18.7px;
  height: 1.16875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tour-card__option-icon {
    width: 1.4375rem;
    height: 1.4375rem;
    margin-left: 1.25rem;
  }
}

.tour-card__option-bar01 {
  position: absolute;
  width: 100%;
  height: 2.7px;
  height: 0.16875rem;
  border-radius: 0.1875rem;
  background-color: #103A58;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tour-card__option-bar02 {
  position: absolute;
  height: 100%;
  width: 2.7px;
  width: 0.16875rem;
  border-radius: 0.1875rem;
  background-color: #103A58;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.tour-card__option-icon.is-open .tour-card__option-bar02 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.tour-card__option-body {
  display: none;
}
@media screen and (min-width: 768px) {
  .tour-card__option-body {
    padding-bottom: 0.625rem;
  }
}

.tour-card__option-mass {
  margin-top: 16px;
  margin-top: 1rem;
}

.tour-card__schedule {
  margin-top: 10px;
  margin-top: 0.625rem;
  position: relative;
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .tour-card__schedule {
    margin-top: 1rem;
    padding-top: 2.3125rem;
    padding-bottom: 2.875rem;
  }
}

.tour-card__schedule:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/tour-plan/tour-schedule.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 12px;
  height: 0.75rem;
  top: 0;
}
@media screen and (min-width: 768px) {
  .tour-card__schedule:before {
    background-image: url(../images/tour-plan/tour-schedule_pc.svg);
    height: 0.9375rem;
  }
}

.tour-card__schedule:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../images/tour-plan/tour-schedule.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 12px;
  height: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .tour-card__schedule:after {
    background-image: url(../images/tour-plan/tour-schedule_pc.svg);
    height: 0.9375rem;
    margin-top: 1.125rem;
  }
}

.tour-card__schedule-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  color: #103A58;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tour-card__schedule-head {
    font-size: 1.875rem;
  }
}

.tour-card__schedule-icon {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin-left: 18px;
  margin-left: 1.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tour-card__schedule-icon {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.tour-card__schedule-bar01 {
  position: absolute;
  width: 100%;
  height: 4px;
  height: 0.25rem;
  border-radius: 0.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #103A58;
}

.tour-card__schedule-bar02 {
  position: absolute;
  height: 100%;
  width: 4px;
  width: 0.25rem;
  border-radius: 0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #103A58;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.tour-card__schedule-icon.is-open .tour-card__schedule-bar02 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.tour-card__schedule-body {
  width: 100%;
  display: none;
  position: relative;
}

.tour-card__schedule-bg {
  position: relative;
  display: block;
  margin-top: 11px;
  margin-top: 0.6875rem;
  width: 90px;
  width: 5.625rem;
  left: 5px;
  left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .tour-card__schedule-bg {
    left: 50%;
    -webkit-transform: translateX(-21%);
            transform: translateX(-21%);
    width: 9.3125rem;
    margin-top: 1.9375rem;
  }
}

.tour-card__schedule-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .tour-card__schedule-icons {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}

.tour-card__schedule-plan {
  display: none;
}

.tour-card__schedule-plan.is-select.is-active {
  display: block;
}

.tour-card__tag-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tour-card__meal-1-icon {
  width: 34px;
  width: 2.125rem;
}
@media screen and (min-width: 768px) {
  .tour-card__meal-1-icon {
    width: 2.6875rem;
  }
}

.tour-card__meal-3-icon {
  width: 95px;
  width: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .tour-card__meal-3-icon {
    width: 6.75rem;
  }
}

.tour-card__ger-icon {
  width: 51px;
  width: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .tour-card__ger-icon {
    width: 4rem;
  }
}

.tour-card__tent-icon {
  width: 63px;
  width: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .tour-card__tent-icon {
    width: 4.9375rem;
  }
}

.tour-card__day01-block,
.tour-card__day02-block,
.tour-card__day03-block,
.tour-card__day04-block,
.tour-card__day05-block,
.tour-card__day06-block {
  width: 100%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .tour-card__day01-block,
  .tour-card__day02-block,
  .tour-card__day03-block,
  .tour-card__day04-block,
  .tour-card__day05-block,
  .tour-card__day06-block {
    width: 52.7842%;
    left: 50%;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}

.tour-card__day01-block {
  top: 53px;
  top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day01-block {
    top: 9.6875rem;
  }
}

.tour-card__day02-block {
  top: 382px;
  top: 23.875rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day02-block {
    top: 21.6875rem;
  }
}

.tour-card__day03-block {
  top: 788.8px;
  top: 49.3rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day03-block {
    top: 33.6875rem;
  }
}

.tour-card__day04-block {
  top: 1182.6px;
  top: 73.9125rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day04-block {
    top: 47.125rem;
  }
}

.tour-card__day05-block {
  top: 1595.4px;
  top: 99.7125rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day05-block {
    top: 60.5625rem;
  }
}

.tour-card__day06-block {
  top: 2012px;
  top: 125.75rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day06-block {
    top: 74.0625rem;
  }
}

.tour-card__action-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tour-card__action-firstDay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .tour-card__action-firstDay {
    margin-top: 0.625rem;
  }
}

.tour-card__action-morning {
  position: relative;
  margin-top: 7px;
  margin-top: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tour-card__action-morning {
    margin-top: 0.625rem;
  }
}

.tour-card__action-afternoon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .tour-card__action-afternoon {
    margin-top: 0.125rem;
  }
}

.tour-card__day04-block .tour-card__action-afternoon {
  position: absolute;
  top: 115px;
  top: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day04-block .tour-card__action-afternoon {
    top: 5.125rem;
  }
}

.tour-card__day05-block .tour-card__action-afternoon {
  position: absolute;
  top: 109px;
  top: 6.8125rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day05-block .tour-card__action-afternoon {
    top: 5.125rem;
  }
}

.tour-card__action-lastDay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.tour-card__time-1-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 17px;
  padding-right: 1.0625rem;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .tour-card__time-1-col {
    font-size: 1rem;
    padding-left: 0.9375rem;
  }
}

.tour-card__time-2-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 14px;
  padding-left: 0.875rem;
  padding-right: 43px;
  padding-right: 2.6875rem;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .tour-card__time-2-col {
    font-size: 1rem;
    padding-left: 1.25rem;
    padding-right: 3.125rem;
  }
}

.tour-card__time-1-col:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 0.8px;
  background-color: #103A58;
  top: 10px;
  top: 0.625rem;
  right: 2px;
  right: 0.125rem;
}
@media screen and (min-width: 768px) {
  .tour-card__time-1-col:after {
    top: 0.75rem;
  }
}

.tour-card__time-2-col:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  width: 2.1875rem;
  height: 0.8px;
  background-color: #103A58;
  top: 10px;
  top: 0.625rem;
  right: 4px;
  right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .tour-card__time-2-col:after {
    width: 2.5rem;
    top: 0.8125rem;
  }
}

.tour-card__action-1-col {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3142857;
  padding-right: 12px;
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .tour-card__action-1-col {
    font-size: 1rem;
    padding-top: 0.125rem;
    padding-right: 0rem;
    line-height: 1.4375;
  }
}

.tour-card__action-2-col {
  width: 100%;
  padding-right: 7px;
  padding-right: 0.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3142857;
}
@media screen and (min-width: 768px) {
  .tour-card__action-2-col {
    font-size: 1rem;
    padding-right: 0rem;
    line-height: 1.4375;
  }
}

.tour-card__day01-img,
.tour-card__day02a-img,
.tour-card__day02b-img,
.tour-card__day03-img,
.tour-card__day04-img,
.tour-card__day05-img {
  display: block;
  border-radius: 50%;
  position: relative;
}

.tour-card__day01-img:before,
.tour-card__day02a-img:before,
.tour-card__day02b-img:before,
.tour-card__day03-img:before,
.tour-card__day04-img:before,
.tour-card__day05-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.tour-card__day01-img img,
.tour-card__day02a-img img,
.tour-card__day02b-img img,
.tour-card__day03-img img,
.tour-card__day04-img img,
.tour-card__day05-img img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.tour-card__day01-img {
  width: 200px;
  width: 12.5rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
  margin-left: 65px;
  margin-left: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day01-img {
    width: 15.625rem;
    top: -13rem;
    left: -26.1875rem;
  }
}

.tour-card__day02a-img {
  width: 162px;
  width: 10.125rem;
  margin-top: 17px;
  margin-top: 1.0625rem;
  margin-left: 125px;
  margin-left: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day02a-img {
    width: 13.75rem;
    top: -10.1875rem;
    left: -23.5rem;
  }
}

@media screen and (min-width: 768px) {
  .js-5days .tour-card__day02a-img,
  .js-6days .tour-card__day02a-img {
    top: -9rem;
  }
}

@media screen and (min-width: 768px) {
  .js-expert-plan.js-4days .tour-card__day02a-img {
    top: -9.125rem;
  }
}

.tour-card__day02b-img {
  width: 133px;
  width: 8.3125rem;
  margin-top: -55px;
  margin-top: -3.4375rem;
  margin-left: 48px;
  margin-left: 3rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day02b-img {
    width: 11.25rem;
    top: -11.5rem;
    left: -25.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .js-5days .tour-card__day02b-img,
  .js-6days .tour-card__day02b-img {
    top: -10.125rem;
  }
}

@media screen and (min-width: 768px) {
  .js-expert-plan.js-4days .tour-card__day02b-img {
    top: -10.0625rem;
  }
}

.tour-card__day03-img {
  width: 200px;
  width: 12.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 64px;
  margin-left: 4rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day03-img {
    width: 15.625rem;
    top: -0.625rem;
    left: -21.625rem;
  }
}

@media screen and (min-width: 768px) {
  .js-expert-plan.js-4days .tour-card__day03-img {
    top: 0.8125rem;
  }
}

.tour-card__day04-img {
  width: 176px;
  width: 11rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: -9px;
  margin-left: -0.5625rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day04-img {
    width: 13.75rem;
    top: 5.4375rem;
    left: -21.625rem;
  }
}

@media screen and (min-width: 768px) {
  .js-5days .tour-card__day04-img,
  .js-6days .tour-card__day04-img {
    top: 2.5625rem;
    left: -27.9375rem;
  }
}

.tour-card__day05-img {
  width: 200px;
  width: 12.5rem;
  margin-top: 11px;
  margin-top: 0.6875rem;
  margin-left: -21px;
  margin-left: -1.3125rem;
}
@media screen and (min-width: 768px) {
  .tour-card__day05-img {
    width: 15.625rem;
    top: 3.75rem;
    left: -22.75rem;
  }
}

.tour-card__schedule-button {
  padding: 0 15px;
  padding: 0 0.9375rem;
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .tour-card__schedule-button {
    margin-top: 3.1875rem;
  }
}

.tour-plan {
  background: url(../images/tour-plan/tour-plan-bg.jpg) no-repeat center top/100% 240vw;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
  position: relative;
  padding-top: 39px;
  padding-top: 2.4375rem;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
}
@media screen and (min-width: 768px) {
  .tour-plan {
    padding-top: 3.75rem;
    background-image: url(../images/tour-plan/tour-plan-bg_pc.jpg);
    background-size: 100% 66.7361vw;
    padding-bottom: 3.75rem;
  }
}

.tour-plan__tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  margin-top: 1rem;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tour-plan__tab {
    margin-top: 2.375rem;
  }
}

.tour-plan__beginner,
.tour-plan__expert {
  color: #fff;
  width: 49.5522%;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  text-align: center;
  border-radius: 0.875rem 0.875rem 0 0;
  line-height: 1.375;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .tour-plan__beginner,
  .tour-plan__expert {
    width: 49.9%;
    font-size: 1.5625rem;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    -webkit-column-gap: 1.0625rem;
       -moz-column-gap: 1.0625rem;
            column-gap: 1.0625rem;
    cursor: pointer;
  }
}

.tour-plan__beginner:after,
.tour-plan__expert:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .tour-plan__beginner:after,
  .tour-plan__expert:after {
    content: "";
    display: inline-block;
    background: url(../images/tour-plan/triangle-icon01.svg) no-repeat center center/cover;
    width: 1.14375rem;
    height: 0.575rem;
    -webkit-transform: translateY(0.1875rem);
            transform: translateY(0.1875rem);
  }
}

.tour-plan__beginner {
  background-color: #ECCCCC;
}

.tour-plan__beginner.is-active {
  background-color: #C62728;
}

.tour-plan__beginner.is-active:hover {
  background-color: #C62728;
}

.tour-plan__beginner:hover {
  background-color: #D15253;
}

.tour-plan__expert {
  background-color: #A1B5C2;
}

.tour-plan__expert.is-active {
  background-color: #103A58;
}

.tour-plan__expert.is-active:hover {
  background-color: #103A58;
}

.tour-plan__expert:hover {
  background-color: #406179;
}

.tour-plan__tab li span {
  display: inline-block;
  white-space: nowrap;
}

.tour-plan__content {
  background: #fff;
  -webkit-box-shadow: 0 0 0.625rem rgba(16, 58, 88, .3);
          box-shadow: 0 0 0.625rem rgba(16, 58, 88, .3);
  position: relative;
  padding: 12px;
  padding: 0.75rem;
  border-radius: 0 0 2rem 2rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .tour-plan__content {
    padding-top: 2.0625rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    padding-bottom: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .tour-plan__swiper {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

.tour-plan__picture {
  display: block;
  padding-top: 76.2057%;
  position: relative;
  display: none;
}
@media screen and (min-width: 768px) {
  .tour-plan__picture {
    padding-top: 61.0869%;
  }
}

.tour-plan__picture.is-active {
  display: block;
}

.tour-plan__picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.tour-plan .swiper-pagination.js-tour-plan-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  margin-top: -2px;
  margin-top: -0.125rem;
}
@media screen and (min-width: 768px) {
  .tour-plan .swiper-pagination.js-tour-plan-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 0.75rem;
  }
}

.tour-plan .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #103A58 !important;
}

.tour-plan .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
  margin: 0 3.5px;
  margin: 0 0.21875rem;
  opacity: 1;
  background-color: #D9D9D9;
}
@media screen and (min-width: 768px) {
  .tour-plan .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.28125rem;
    width: 0.5625rem;
    height: 0.5625rem;
  }
}

.tour-plan__topic {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 33px;
  margin-top: 2.0625rem;
  color: #103A58;
  display: none;
}
@media screen and (min-width: 768px) {
  .tour-plan__topic {
    font-size: 1.5625rem;
    margin-top: 4.4375rem;
    padding-left: 0.9375rem;
  }
}

.tour-plan__topic.is-active {
  display: block;
}

.tour-plan__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .tour-plan__tags {
    margin-top: 1.1875rem;
    padding-left: 1rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}

.tour-plan__tag.js-beginner-plan,
.tour-plan__tag.js-expert-plan {
  display: none;
}

.tour-plan__tag.js-beginner-plan.is-active,
.tour-plan__tag.js-expert-plan.is-active {
  display: block;
}

.tour-plan__main-text {
  margin-top: 17px;
  margin-top: 1.0625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6428;
  padding: 0 6px;
  padding: 0 0.375rem;
  letter-spacing: 0.015em;
  display: none;
}
@media screen and (min-width: 768px) {
  .tour-plan__main-text {
    font-size: 1.125rem;
    line-height: 1.7777;
    margin-top: 1.1875rem;
    padding-left: 1.125rem;
    padding-right: 2.5rem;
    letter-spacing: 0em;
  }
}

.tour-plan__main-text.is-active {
  display: block;
}

.container {
  border-bottom: 1px dashed black;
  padding-bottom: 4px;
  /* 破線との間隔を調整する場合に使用 */
}

.tour-plan__main-text p {
  border-bottom: 1px dashed rgba(16, 58, 88, .3);
}

.tour-plan__tour-card {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .tour-plan__tour-card {
    margin-top: 2.9375rem;
  }
}

.voice-card {
  width: 100%;
  height: 100%;
  padding: 15px 12.5px 16px;
  padding: 0.9375rem 0.78125rem 1rem;
  background-color: #fff;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .17);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, .17);
}
@media screen and (min-width: 768px) {
  .voice-card {
    padding: 1.25rem 0.9375rem 1rem;
  }
}
@media screen and (min-width: 991px) {
  .voice-card {
    width: auto;
    width: initial;
  }
}

.voice__card:hover {
  cursor: pointer;
}

.voice-card:before {
  display: none;
  content: "";
  position: absolute;
  background: url(../images/voice/more-icon.svg) no-repeat center center/cover;
  right: 0;
  bottom: 0;
  width: 38px;
  width: 2.375rem;
  height: 38px;
  height: 2.375rem;
}
@media screen and (min-width: 768px) {
  .voice-card:before {
    width: 2.875rem;
    height: 2.875rem;
  }
}

.voice-card:after {
  display: none;
  content: "";
  position: absolute;
  background: url(../images/voice/arrow-icon.svg) no-repeat center center/cover;
  right: 6px;
  bottom: 6px;
  width: 13px;
  width: 0.8125rem;
  height: 11px;
  height: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .voice-card:after {
    width: 1rem;
    height: 0.9375rem;
  }
}

.voice-card.is-cut:before {
  display: block;
}

.voice-card.is-cut:after {
  display: block;
}

.voice-card__head-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 0.475rem;
     -moz-column-gap: 0.475rem;
          column-gap: 0.475rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .voice-card__head-profile {
    -webkit-column-gap: 0.59375rem;
       -moz-column-gap: 0.59375rem;
            column-gap: 0.59375rem;
  }
}

.voice-card__head-picture {
  width: 80px;
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .voice-card__head-picture {
    width: 6.25rem;
  }
}

.voice-card__head-picture:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.voice-card__head-img {
  position: absolute;
  left: 50%;
  top: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}

.voice-card__title {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #103A58;
}
@media screen and (min-width: 768px) {
  .voice-card__title {
    font-size: 1.25rem;
    margin-top: 0.8125rem;
  }
}

.voice-card__name {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  color: #103A58;
}
@media screen and (min-width: 768px) {
  .voice-card__name {
    font-size: 0.875rem;
  }
}

.voice-card__plan {
  height: 19px;
  height: 1.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  border: 1px solid #103A58;
  color: #103A58;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .voice-card__plan {
    height: 1.5rem;
    margin-top: 1.0625rem;
    font-size: 0.875rem;
  }
}

.voice-card__body {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .voice-card__body {
    margin-top: 0.8125rem;
  }
}

.voice-card__text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142;
}
@media screen and (min-width: 768px) {
  .voice-card__text {
    font-size: 1rem;
    line-height: 1.875;
  }
}

.voice {
  padding-top: 39px;
  padding-top: 2.4375rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice {
    padding-top: 3.75rem;
    padding-bottom: 0.375rem;
  }
}

.voice__section-title {
  z-index: 1;
  position: relative;
}

.voice__asirai01 {
  position: absolute;
  right: -8px;
  right: -0.5rem;
  top: -157px;
  top: -9.8125rem;
  width: 23.5%;
  max-width: 127px;
  max-width: 7.9375rem;
}
@media screen and (min-width: 768px) {
  .voice__asirai01 {
    width: 13.2vw;
    top: -17.8125rem;
    right: 0rem;
    max-width: 100%;
  }
}

.voice__swiper {
  margin-top: 17px;
  margin-top: 1.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .voice__swiper {
    margin-top: 2.375rem;
  }
}

.voice .swiper {
  width: 253px;
  width: 15.8125rem;
  height: 370px;
  height: 23.125rem;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .voice .swiper {
    width: 61.75rem;
    height: 28.8125rem;
  }
}

.swiper-pagination.js-voice-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  display: block;
  width: 238px;
  width: 14.875rem;
  margin: 26px auto;
  margin: 1.625rem auto;
}
@media screen and (min-width: 768px) {
  .swiper-pagination.js-voice-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 19rem;
    margin: 2.3125rem auto;
  }
}

.voice .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #D9D9D9;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  opacity: 1;
  margin-left: 6.5px;
  margin-left: 0.40625rem;
  margin-right: 6.5px;
  margin-right: 0.40625rem;
}
@media screen and (min-width: 768px) {
  .voice .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    margin-left: 0.53125rem;
    margin-right: 0.53125rem;
  }
}

.voice .swiper-pagination-bullet-active {
  background: #C62728 !important;
}

.voice .swiper-button-prev,
.voice .swiper-button-next {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  top: auto;
  top: initial;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .voice .swiper-button-prev,
  .voice .swiper-button-next {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.voice .swiper-button-prev {
  background: url(../images/voice/pagination-prev-icon.svg) no-repeat center center/cover;
  top: auto;
  top: initial;
  left: calc(50% - 7.5rem);
  bottom: 3px;
  bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .voice .swiper-button-prev {
    left: calc(50% - 9.5rem);
    bottom: 0rem;
  }
}

.voice .swiper-button-next {
  background: url(../images/voice/pagination-next-icon.svg) no-repeat center center/cover;
  top: auto;
  top: initial;
  left: calc(50% + 6.5rem);
  bottom: 3px;
  bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .voice .swiper-button-next {
    left: calc(50% + 8.4375rem);
    bottom: 0rem;
  }
}

.voice .swiper-button-prev::after,
.voice .swiper-button-next::after {
  content: "";
}
/*# sourceMappingURL=styles.css.map */
