/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * FONT SETTINGS
 *
 * ****************************** */
/* ******************************
 *
 * Keyframes
 *
 * ****************************** */
@-webkit-keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loopCl {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loopClRv {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
#content.l-content {
  padding-top: 0 !important;
}

.otameshiIntro__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .otameshiIntro__inner {
    padding: 18em 0 0;
  }
}
@media screen and (min-width: 600px) {
  .otameshiIntro__inner {
    padding: 28em 0 128px;
  }
}
.otameshiIntro__bg {
  position: absolute;
}
@media screen and (min-width: 320px) {
  .otameshiIntro__bg {
    width: 150%;
    inset: 0 auto auto -25%;
  }
}
@media screen and (min-width: 600px) {
  .otameshiIntro__bg {
    width: 100%;
    inset: 0;
  }
}
.otameshiIntro__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 320px) {
  .otameshiIntro__bg img {
    -o-object-position: center 4em;
       object-position: center 4em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiIntro__bg img {
    -o-object-position: center center;
       object-position: center center;
  }
}
.otameshiIntro__main {
  position: relative;
  z-index: 1;
}
.otameshiIntro__head {
  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: 320px) {
  .otameshiIntro__headEn {
    font-size: 1.4em;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 600px) {
  .otameshiIntro__headEn {
    font-size: 2.4em;
    margin-bottom: 48px;
  }
}
.otameshiIntro__headJa {
  position: relative;
  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;
  font-weight: 700;
  color: rgb(var(--color-main));
}
.otameshiIntro__headJa .hrizontal {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 320px) {
  .otameshiIntro__headJa .hrizontal {
    font-size: 1.8em;
    inset: 0.2em -2.8em auto auto;
  }
}
@media screen and (min-width: 600px) {
  .otameshiIntro__headJa .hrizontal {
    font-size: 2.8em;
    inset: 0.3em -3.2em auto auto;
  }
}
.otameshiIntro__headJa .vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 320px) {
  .otameshiIntro__headJa .vert {
    font-size: 5em;
    line-height: 1.42;
  }
}
@media screen and (min-width: 600px) {
  .otameshiIntro__headJa .vert {
    font-size: 8em;
    line-height: inherit;
  }
}
.otameshiIntro__headJa .vert span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.04em;
}

.otameshiIntro__slider {
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .otameshiIntro__slider {
    padding-bottom: 8em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiIntro__slider {
    padding-bottom: 8em;
  }
}
.otameshiIntro__sliderHead {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  .otameshiIntro__sliderHead {
    font-size: 1.8em;
    margin: 4em 0 24px;
  }
}
@media screen and (min-width: 600px) {
  .otameshiIntro__sliderHead {
    font-size: 2.4em;
    margin: 0 0 24px;
  }
}
.otameshiIntro__sliderBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.otameshiIntro__sliderWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loopCl 30000ms linear infinite;
          animation: loopCl 30000ms linear infinite;
}
.otameshiIntro__sliderItem {
  position: relative;
  border: solid 1px;
}
@media screen and (min-width: 320px) {
  .otameshiIntro__sliderItem {
    width: 18em;
    margin-right: 32px;
    border-radius: 16px;
    padding: 32px;
    font-size: 1.4em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiIntro__sliderItem {
    width: 26em;
    margin-right: 48px;
    border-radius: 32px;
    padding: 56px;
    font-size: 2.4em;
  }
}
.otameshiIntro__sliderItem:nth-child(1) {
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
}
.otameshiIntro__sliderItem:nth-child(2) {
  -webkit-transform: translateY(14%);
          transform: translateY(14%);
}
.otameshiIntro__sliderItem:nth-child(3) {
  -webkit-transform: translateY(-4%);
          transform: translateY(-4%);
}
.otameshiIntro__sliderItem:nth-child(4) {
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
}
.otameshiIntro__sliderItem .icon {
  position: absolute;
}
@media screen and (min-width: 320px) {
  .otameshiIntro__sliderItem .icon {
    width: 3.2em;
    height: 3.2em;
    inset: 12px auto auto 24px;
  }
}
@media screen and (min-width: 600px) {
  .otameshiIntro__sliderItem .icon {
    width: 5.2em;
    height: 5.2em;
    inset: 12px auto auto 24px;
  }
}
.otameshiIntro__sliderItem .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: rgb(var(--color-accent));
  opacity: 0.64;
}
.otameshiIntro__sliderItem .text {
  position: relative;
  z-index: 1;
}

.otameshiJutakuPhoto {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgb(var(--color-white));
  -webkit-box-shadow: 0 16px 40px rgba(56, 56, 56, 0.08);
          box-shadow: 0 16px 40px rgba(56, 56, 56, 0.08);
  text-decoration: none;
  color: rgb(var(--color-wh));
  isolation: isolate;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuPhoto {
    border-radius: 16px;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuPhoto {
    border-radius: 24px;
  }
}
.otameshiJutakuPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.otameshiJutakuPhoto::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  height: 56%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(28%, rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.72)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 28%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}
.otameshiJutakuPhoto--lg {
  height: 100%;
}
.otameshiJutakuPhoto--modal {
  cursor: pointer;
}
.otameshiJutakuPhoto--modal:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.otameshiJutakuPhoto--modal:hover .otameshiJutakuPhoto__badge {
  -webkit-transform: translateY(0) scale(1.04);
          transform: translateY(0) scale(1.04);
  background: rgba(var(--color-white), 0.22);
  border-color: rgba(var(--color-white), 0.4);
}
.otameshiJutakuPhoto__badge {
  position: absolute;
  inset: 16px 16px auto auto;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(var(--color-white), 0.28);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  -webkit-transition: background 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 600px) {
  .otameshiJutakuPhoto__badge {
    inset: 20px 20px auto auto;
    padding: 11px 16px;
  }
}
.otameshiJutakuPhoto__badgeIcon {
  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;
  width: 16px;
  height: 16px;
  color: rgb(var(--color-wh));
}
@media screen and (min-width: 600px) {
  .otameshiJutakuPhoto__badgeIcon {
    width: 18px;
    height: 18px;
  }
}
.otameshiJutakuPhoto__badgeIcon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.otameshiJutakuPhoto__badgeText {
  display: block;
  font-family: var(--font-main);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuPhoto__badgeText {
    font-size: 1em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuPhoto__badgeText {
    font-size: 1.2em;
  }
}
.otameshiJutakuPhoto__caption {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuPhoto__caption {
    padding: 40px 18px 18px;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuPhoto__caption {
    padding: 56px 32px 32px;
  }
}
.otameshiJutakuPhoto__caption p {
  margin: 0;
  color: rgb(var(--color-wh));
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
  line-height: 1.46;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuPhoto__caption p {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuPhoto__caption p {
    font-size: 1.8em;
  }
}

.greenArea__galSlider {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.greenArea__galSliderWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loopCl 40000ms linear infinite both;
          animation: loopCl 40000ms linear infinite both;
}
@media screen and (min-width: 320px) {
  .greenArea__galSliderItem {
    width: 18em;
    margin-right: 16px;
  }
}
@media screen and (min-width: 600px) {
  .greenArea__galSliderItem {
    width: 48em;
    margin-right: 32px;
  }
}
.greenArea__galSlider .img {
  width: 100%;
}
.greenArea__galSlider .imgWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.32);
}
.greenArea__galSlider .img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.greenArea__main {
  background: rgb(var(--color-main));
}
@media screen and (min-width: 320px) {
  .greenArea__main {
    padding-top: 6em;
    margin-top: -6em;
  }
}
@media screen and (min-width: 600px) {
  .greenArea__main {
    padding-top: 16em;
    margin-top: -16em;
  }
}
.greenArea .otameshiJutakuHeading__en {
  color: rgb(var(--color-wh));
}

.otameshiJutakuFlow {
  position: relative;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuFlow {
    padding: 72px 0 96px;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuFlow {
    padding: 120px 0 140px;
  }
}

.otameshiJutakuStepsWrap {
  position: relative;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuStepsWrap {
    margin-top: 32px;
    min-height: 420px;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuStepsWrap {
    margin-top: 56px;
    min-height: 620px;
  }
}

.otameshiJutakuSteps {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuSteps {
    min-height: 420px;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuSteps {
    min-height: 620px;
  }
}

.otameshiJutakuStep {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-inline: auto;
  background: rgb(var(--color-white));
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 16px 40px rgba(56, 56, 56, 0.08);
          box-shadow: 0 16px 40px rgba(56, 56, 56, 0.08);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  will-change: transform, opacity;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuStep {
    max-width: 100%;
    padding: 26px 20px;
    border-radius: 16px;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuStep {
    max-width: 880px;
    padding: 40px 36px;
    border-radius: 32px;
  }
}
.otameshiJutakuStep:nth-child(1) {
  z-index: 1;
}
.otameshiJutakuStep:nth-child(2) {
  z-index: 2;
}
.otameshiJutakuStep:nth-child(3) {
  z-index: 3;
}
.otameshiJutakuStep__num {
  position: absolute;
  line-height: 1;
  color: rgb(var(--color-main));
}
@media screen and (min-width: 320px) {
  .otameshiJutakuStep__num {
    font-size: 5.8em;
    inset: 4.3em 20px auto auto;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuStep__num {
    font-size: 8.8em;
    inset: 40px 36px auto auto;
  }
}
@media screen and (min-width: 320px) {
  .otameshiJutakuStep__img {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuStep__img {
    width: 40%;
  }
}
@media screen and (min-width: 320px) {
  .otameshiJutakuStep__img .img {
    padding: 1.2em 20% 0;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuStep__img .img {
    padding: 0;
  }
}
.otameshiJutakuStep__img .imgWrapper {
  background: rgb(var(--color-main));
  padding-bottom: 100%;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  overflow: hidden;
}
.otameshiJutakuStep__img .imgWrapper.n2 {
  border-radius: 64% 36% 60% 40%/25% 60% 40% 75%;
}
.otameshiJutakuStep__img .imgWrapper.n3 {
  border-radius: 58% 42% 60% 40%/47% 53% 47% 53%;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuStep__body {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuStep__body {
    width: 50%;
  }
}
.otameshiJutakuStep__title {
  margin: 0 0 12px;
  color: rgb(var(--color-bk));
  line-height: 1.6;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuStep__title {
    font-size: 1.8em;
    margin-top: 2.2em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuStep__title {
    font-size: 2.8em;
    margin-top: 3.2em;
  }
}
.otameshiJutakuStep__text {
  margin: 0;
  line-height: 1.9;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuStep__text {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuStep__text {
    font-size: 1.7em;
  }
}

.otameshiJutaku {
  overflow: hidden;
  background: white;
  color: rgb(var(--color-text));
  padding-top: 48px;
}
@media screen and (min-width: 320px) {
  .otameshiJutaku {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutaku {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .otameshiJutaku {
    font-size: 0.5208335vw;
  }
}
@media screen and (min-width: 1921px) {
  .otameshiJutaku {
    font-size: 0.5208335vw;
  }
}
.otameshiJutaku .inner {
  margin-inline: auto;
}
@media screen and (min-width: 320px) {
  .otameshiJutaku .inner {
    width: 95%;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutaku .inner {
    width: 95%;
  }
}

.otameshiJutakuFv {
  position: relative;
}
.otameshiJutakuFv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.24) 100%), linear-gradient(135deg, rgba(var(--color-main2), 0.22) 0%, rgba(var(--color-main), 0.08) 100%);
  pointer-events: none;
}
.otameshiJutakuFv .pageFv__copy {
  z-index: 3;
}
.otameshiJutakuFv .pageFv__hr {
  z-index: 4;
}

.otameshiJutakuHeading {
  text-align: center;
  overflow: hidden;
}
.otameshiJutakuHeading__en {
  margin: 0 0 0.24em;
  font-family: var(--font-unique);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.64;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuHeading__en {
    font-size: 9.8em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuHeading__en {
    font-size: 16.8em;
  }
}
.otameshiJutakuHeading__ja {
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuHeading__ja {
    font-size: 1.8em;
    margin-top: -3em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuHeading__ja {
    font-size: 3.2em;
    margin-top: -2em;
  }
}
.otameshiJutakuHeading__ja span {
  position: relative;
  display: inline-block;
}
.otameshiJutakuHeading__ja span::before {
  content: "";
  display: block;
  width: 110%;
  height: 50%;
  position: absolute;
  inset: auto auto -5% -5%;
  background: rgb(var(--color-accent));
  mix-blend-mode: multiply;
  opacity: 0.32;
}

.otameshiJutakuPhoto {
  overflow: hidden;
  border-radius: 28px;
  background: rgb(var(--color-white));
  -webkit-box-shadow: 0 16px 40px rgba(56, 56, 56, 0.08);
          box-shadow: 0 16px 40px rgba(56, 56, 56, 0.08);
}
@media screen and (min-width: 320px) {
  .otameshiJutakuPhoto {
    height: 36em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuPhoto {
    height: 39em;
  }
}
.otameshiJutakuPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(0.88);
          filter: brightness(0.88);
}
.otameshiJutakuPhoto--lg {
  height: 100%;
}

.otameshiJutakuLead,
.otameshiJutakuIntro,
.otameshiJutakuPlan,
.otameshiJutakuFlow,
.otameshiJutakuSummary,
.otameshiJutakuSample,
.otameshiJutakuCta {
  position: relative;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuLead,
  .otameshiJutakuIntro,
  .otameshiJutakuPlan,
  .otameshiJutakuFlow,
  .otameshiJutakuSummary,
  .otameshiJutakuSample,
  .otameshiJutakuCta {
    padding: 72px 0;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuLead,
  .otameshiJutakuIntro,
  .otameshiJutakuPlan,
  .otameshiJutakuFlow,
  .otameshiJutakuSummary,
  .otameshiJutakuSample,
  .otameshiJutakuCta {
    padding: 120px 0;
  }
}

.otameshiJutakuLead {
  z-index: 1;
}
.otameshiJutakuLead__body {
  max-width: 820px;
  margin: 32px auto 0;
  text-align: center;
}
.otameshiJutakuLead__body p {
  margin: 0;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuLead__body p {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuLead__body p {
    font-size: 1.7em;
  }
}
.otameshiJutakuLead__body p + p {
  margin-top: 1.2em;
}

.otameshiJutakuIntro::before {
  content: "";
  position: absolute;
  inset: 12% auto auto -8%;
  width: 280px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(var(--color-main3), 0.18);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.otameshiJutakuIntro__grid {
  display: grid;
  gap: 16px;
  margin-top: 48px;
}
@media screen and (min-width: 600px) {
  .otameshiJutakuIntro__grid {
    grid-template-columns: 1.6fr 0.9fr;
    gap: 24px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.otameshiJutakuIntro__main {
  min-height: 320px;
}
@media screen and (min-width: 600px) {
  .otameshiJutakuIntro__main {
    min-height: 620px;
  }
}
@media screen and (min-width: 320px) {
  .otameshiJutakuIntro__main .otameshiJutakuPhoto {
    height: 40em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuIntro__main .otameshiJutakuPhoto {
    height: 80em;
  }
}
.otameshiJutakuIntro__sub {
  display: grid;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuIntro__sub {
    grid-template-rows: 1fr 1fr;
    gap: 16px;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuIntro__sub {
    grid-template-rows: 1fr 1fr;
    gap: 0px;
  }
}
.otameshiJutakuIntro__text {
  max-width: 900px;
  margin: 40px auto 0;
}
@media screen and (min-width: 600px) {
  .otameshiJutakuIntro__text {
    margin-top: 56px;
  }
}
.otameshiJutakuIntro__text p {
  margin: 0;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuIntro__text p {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuIntro__text p {
    font-size: 1.7em;
  }
}
.otameshiJutakuIntro__text p + p {
  margin-top: 1.2em;
}

.otameshiJutakuPlan {
  background: rgba(var(--color-main3), 0.12);
}
.otameshiJutakuPlan__content {
  margin-top: 40px;
}
.otameshiJutakuPlan__image {
  overflow: hidden;
  border-radius: 32px;
  background: rgb(var(--color-white));
  -webkit-box-shadow: 0 16px 40px rgba(56, 56, 56, 0.08);
          box-shadow: 0 16px 40px rgba(56, 56, 56, 0.08);
}
.otameshiJutakuPlan__image img {
  display: block;
  width: 100%;
  height: auto;
}
.otameshiJutakuPlan__note {
  margin-top: 20px;
}
.otameshiJutakuPlan__note p {
  margin: 0;
  color: rgba(var(--color-text), 0.85);
  line-height: 1.9;
  font-size: 1.3em;
}

.otameshiJutakuFlow__inner {
  position: relative;
}

.otameshiJutakuSummary {
  margin: 0;
}
.otameshiJutakuSummary .otameshiJutakuHeading {
  margin-bottom: 48px;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuSummary__inner {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuSummary__inner {
    padding: 0 10vw;
  }
}

.otameshiJutakuCards {
  display: grid;
}
@media screen and (min-width: 600px) {
  .otameshiJutakuCards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .otameshiJutakuCards {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.otameshiJutakuCard {
  background: rgb(var(--color-main));
  -webkit-box-shadow: 8px 8px 16px #529b43, -8px -8px 16px #72d55d;
          box-shadow: 8px 8px 16px #529b43, -8px -8px 16px #72d55d;
  color: rgb(var(--color-wh));
}
@media screen and (min-width: 320px) {
  .otameshiJutakuCard {
    padding: 28px 24px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuCard {
    padding: 34px 28px;
    border-radius: 16px;
  }
}
.otameshiJutakuCard__title {
  margin: 0 0 16px;
  font-size: 2em;
  line-height: 1.5;
}
.otameshiJutakuCard__value {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuCard__value {
    font-size: 2.3em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuCard__value {
    font-size: 2.8em;
  }
}
.otameshiJutakuCard__text, .otameshiJutakuCard__note {
  margin: 0;
  line-height: 1.9;
  font-size: 1.4em;
}
.otameshiJutakuCard__text + .otameshiJutakuCard__note, .otameshiJutakuCard__value + .otameshiJutakuCard__note {
  margin-top: 10px;
}
.otameshiJutakuCard__note {
  color: rgba(var(--color-text), 0.85);
}

.otameshiJutakuList,
.otameshiJutakuLinks {
  margin: 0;
  padding: 0;
  list-style: none;
}
.otameshiJutakuList li,
.otameshiJutakuLinks li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.9;
  font-size: 1.45em;
}
.otameshiJutakuList li::before,
.otameshiJutakuLinks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(var(--color-main));
}
.otameshiJutakuList li + li,
.otameshiJutakuLinks li + li {
  margin-top: 0.5em;
}

.otameshiJutakuLinks li::before {
  background: rgb(var(--color-accent));
}
.otameshiJutakuLinks a {
  text-decoration: underline;
}
.otameshiJutakuLinks a:hover {
  text-decoration: none;
}

.otameshiJutakuSample__inner {
  position: relative;
}

.otameshiJutakuTimeline {
  margin-top: 40px;
  display: grid;
  gap: 28px;
}
@media screen and (min-width: 600px) {
  .otameshiJutakuTimeline {
    margin-top: 56px;
    gap: 40px;
  }
}

.otameshiJutakuDay {
  position: relative;
  padding: 24px;
  border-radius: 32px;
  background: rgb(var(--color-white));
  -webkit-box-shadow: 0 16px 40px rgba(56, 56, 56, 0.08);
          box-shadow: 0 16px 40px rgba(56, 56, 56, 0.08);
}
@media screen and (min-width: 600px) {
  .otameshiJutakuDay {
    padding: 40px;
  }
}
.otameshiJutakuDay__head {
  margin-bottom: 20px;
}
.otameshiJutakuDay__num {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(var(--color-main2), 0.76);
  font-family: var(--font-unique);
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuDay__num {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuDay__num {
    font-size: 4em;
  }
}
.otameshiJutakuDay__title {
  margin: 0;
  color: rgb(var(--color-bk));
  line-height: 1.6;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuDay__title {
    font-size: 1.9em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuDay__title {
    font-size: 2.6em;
  }
}
.otameshiJutakuDay__body {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .otameshiJutakuDay__body {
    grid-template-columns: 1fr 1.1fr;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.otameshiJutakuDay__image {
  overflow: hidden;
  border-radius: 24px;
}
.otameshiJutakuDay__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuDay__image img {
    min-height: 220px;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuDay__image img {
    min-height: 320px;
  }
}
.otameshiJutakuDay__text p {
  margin: 0;
  line-height: 2;
  font-size: 1.5em;
}
@media screen and (min-width: 600px) {
  .otameshiJutakuDay__text p {
    font-size: 1.65em;
  }
}
.otameshiJutakuDay__text p + p {
  margin-top: 1em;
}

.otameshiJutakuCta {
  padding-top: 0;
}
.otameshiJutakuCta__box {
  position: relative;
  overflow: hidden;
  padding: 36px 24px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(var(--color-main), 0.92) 0%, rgba(var(--color-main2), 0.9) 100%);
  color: rgb(var(--color-white));
  -webkit-box-shadow: 0 20px 50px rgba(83, 147, 146, 0.22);
          box-shadow: 0 20px 50px rgba(83, 147, 146, 0.22);
}
@media screen and (min-width: 600px) {
  .otameshiJutakuCta__box {
    padding: 64px 56px;
  }
}
.otameshiJutakuCta__box::before, .otameshiJutakuCta__box::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(var(--color-white), 0.08);
  pointer-events: none;
}
.otameshiJutakuCta__box::before {
  width: 280px;
  height: 280px;
  top: -120px;
  right: -60px;
}
.otameshiJutakuCta__box::after {
  width: 180px;
  height: 180px;
  left: -40px;
  bottom: -60px;
}
.otameshiJutakuCta__en {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  font-family: var(--font-unique);
  line-height: 1;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
@media screen and (min-width: 320px) {
  .otameshiJutakuCta__en {
    font-size: 2.8em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuCta__en {
    font-size: 4.4em;
  }
}
.otameshiJutakuCta__title {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuCta__title {
    font-size: 2em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuCta__title {
    font-size: 3.2em;
  }
}
.otameshiJutakuCta__text {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  line-height: 2;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuCta__text {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuCta__text {
    font-size: 1.7em;
  }
}
.otameshiJutakuCta__buttons {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}
@media screen and (min-width: 600px) {
  .otameshiJutakuCta__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    margin-top: 36px;
  }
}

.reservation {
  padding: 120px 0;
}
@media screen and (min-width: 320px) {
  .reservation {
    margin-bottom: 10em;
  }
}
@media screen and (min-width: 600px) {
  .reservation {
    margin-bottom: 10em;
  }
}
.reservation__header {
  text-align: center;
  margin-bottom: 60px;
}
.reservation__en {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.reservation__ja {
  font-size: 32px;
  margin-top: 8px;
}
.reservation__lead {
  margin-top: 20px;
  line-height: 1.8;
  color: #555;
}
@media screen and (min-width: 320px) {
  .reservation__lead {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 600px) {
  .reservation__lead {
    font-size: 2.2em;
  }
}
.reservation__grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
}

.reservationCalendar {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.reservationCalendar__title {
  font-size: 20px;
  margin-bottom: 20px;
}
.reservationCalendar__note {
  margin-top: 16px;
  font-size: 13px;
  color: #777;
}

.reservationForm {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 30px;
}
.reservationForm__title {
  font-size: 20px;
  margin-bottom: 20px;
}

.cf7__field {
  margin-bottom: 20px;
}
.cf7__field label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
.cf7__field input,
.cf7__field textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}
.cf7__field textarea {
  height: 120px;
}
.cf7__submit {
  text-align: center;
}
.cf7__submit input {
  background: #222;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 50px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .reservation {
    padding: 80px 0;
  }
  .reservation__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.reservationCalendar {
  background: #fff;
  padding: 32px;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.reservationCalendar__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.reservationCalendar__title {
  font-size: 20px;
}
.reservationCalendar__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 13px;
}
.reservationCalendar__legend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.reservationCalendar__legend li span {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: block;
}
.reservationCalendar__legend .is-reserved span {
  background: #e74c3c;
}
.reservationCalendar__legend .is-pending span {
  background: #f39c12;
}
.reservationCalendar__note {
  margin-top: 14px;
  font-size: 13px;
  color: #777;
}

#reservation-calendar .fc {
  font-family: inherit;
}
#reservation-calendar .fc-toolbar-title {
  font-size: 18px;
  font-weight: 600;
}
#reservation-calendar .fc-button {
  background: #222;
  border: none;
  padding: 6px 10px;
  border-radius: 4px;
}
#reservation-calendar .fc-daygrid-day {
  height: 90px;
}

.event-reserved {
  background: #e74c3c !important;
  border: none !important;
}

.event-pending {
  background: #f39c12 !important;
  border: none !important;
}

@media (max-width: 768px) {
  #reservation-calendar .fc-daygrid-day {
    height: 70px;
  }
  #reservation-calendar .fc-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.otameshiJutakuSummary .otameshiJutakuHeading {
  margin-bottom: 48px;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuSummary__inner {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuSummary__inner {
    padding: 0 10vw;
  }
}

.otameshiJutakuCards {
  display: grid;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuCards {
    gap: 16px;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuCards {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .otameshiJutakuCards {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

.otameshiJutakuCard {
  background: rgb(var(--color-main));
  -webkit-box-shadow: 8px 8px 16px #529b43, -8px -8px 16px #72d55d;
          box-shadow: 8px 8px 16px #529b43, -8px -8px 16px #72d55d;
  color: rgb(var(--color-wh));
}
@media screen and (min-width: 600px) {
  .otameshiJutakuCard {
    padding: 34px 28px;
  }
}
.otameshiJutakuCard--light {
  background: rgb(var(--color-wh2));
  color: rgb(var(--color-bk));
  -webkit-box-shadow: 0 12px 32px rgba(83, 147, 146, 0.12);
          box-shadow: 0 12px 32px rgba(83, 147, 146, 0.12);
}
.otameshiJutakuCard--accent {
  background: rgb(var(--color-accent));
  color: rgb(var(--color-bk));
  -webkit-box-shadow: 0 12px 32px rgba(230, 223, 111, 0.22);
          box-shadow: 0 12px 32px rgba(230, 223, 111, 0.22);
}
@media screen and (min-width: 600px) {
  .otameshiJutakuCard--wide {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1025px) {
  .otameshiJutakuCard--wide {
    grid-column: span 2;
  }
}
.otameshiJutakuCard--contact {
  background: rgb(var(--color-main2));
  -webkit-box-shadow: 0 12px 32px rgba(83, 147, 146, 0.2);
          box-shadow: 0 12px 32px rgba(83, 147, 146, 0.2);
}
.otameshiJutakuCard__title {
  margin: 0 0 16px;
  font-size: 2em;
  line-height: 1.5;
}
.otameshiJutakuCard__value {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuCard__value {
    font-size: 2.3em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuCard__value {
    font-size: 2.8em;
  }
}
.otameshiJutakuCard__text, .otameshiJutakuCard__note {
  margin: 0;
  line-height: 1.9;
  font-size: 1.4em;
}
.otameshiJutakuCard__text + .otameshiJutakuCard__note, .otameshiJutakuCard__value + .otameshiJutakuCard__note {
  margin-top: 10px;
}
.otameshiJutakuCard__note {
  color: rgba(var(--color-wh), 0.76);
}
.otameshiJutakuCard--light .otameshiJutakuCard__note, .otameshiJutakuCard--accent .otameshiJutakuCard__note {
  color: rgba(var(--color-bk), 0.68);
}

.otameshiJutakuList,
.otameshiJutakuLinks {
  margin: 0;
  padding: 0;
  list-style: none;
}
.otameshiJutakuList li,
.otameshiJutakuLinks li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.9;
  font-size: 1.45em;
}
.otameshiJutakuList li + li,
.otameshiJutakuLinks li + li {
  margin-top: 0.5em;
}

.otameshiJutakuList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(var(--color-wh));
}
.otameshiJutakuList--numbered {
  counter-reset: item;
}
.otameshiJutakuList--numbered li {
  padding-left: 2em;
}
.otameshiJutakuList--numbered li::before {
  counter-increment: item;
  content: counter(item) ".";
  width: auto;
  height: auto;
  top: 0;
  border-radius: 0;
  background: none;
  font-weight: 700;
  color: inherit;
}

.otameshiJutakuCard--light .otameshiJutakuList li::before,
.otameshiJutakuCard--accent .otameshiJutakuList li::before {
  background: rgb(var(--color-main2));
}

.otameshiJutakuCard--light .otameshiJutakuList--numbered li::before,
.otameshiJutakuCard--accent .otameshiJutakuList--numbered li::before {
  background: none;
  color: rgb(var(--color-main2));
}

.otameshiJutakuLinks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(var(--color-accent));
}
.otameshiJutakuLinks a {
  color: inherit;
  text-decoration: underline;
}
.otameshiJutakuLinks a:hover {
  text-decoration: none;
}

.otameshiJutakuInfo {
  margin: 0;
}
.otameshiJutakuInfo__row {
  display: grid;
  border-top: 1px solid rgba(var(--color-bk), 0.1);
}
@media screen and (min-width: 320px) {
  .otameshiJutakuInfo__row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuInfo__row {
    grid-template-columns: 8em 1fr;
    gap: 16px;
    padding: 14px 0;
  }
}
.otameshiJutakuInfo__row:first-child {
  padding-top: 0;
  border-top: none;
}
.otameshiJutakuInfo dt {
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuInfo dt {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuInfo dt {
    font-size: 1.4em;
  }
}
.otameshiJutakuInfo dd {
  margin: 0;
  line-height: 1.9;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuInfo dd {
    font-size: 1.35em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuInfo dd {
    font-size: 1.45em;
  }
}
.otameshiJutakuInfo strong {
  font-size: 1.2em;
}

.otameshiJutakuWalk {
  display: grid;
  gap: 18px;
}
.otameshiJutakuWalk__item {
  padding-top: 14px;
  border-top: 1px solid rgba(var(--color-wh), 0.18);
}
.otameshiJutakuWalk__item:first-child {
  padding-top: 0;
  border-top: none;
}
.otameshiJutakuWalk__time {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0.3em 0.8em;
  border-radius: 999px;
  background: rgba(var(--color-wh), 0.14);
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuWalk__time {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuWalk__time {
    font-size: 1.3em;
  }
}

.otameshiJutakuStepsList {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
  display: grid;
  gap: 14px;
}
.otameshiJutakuStepsList li {
  position: relative;
  padding: 16px 16px 16px 4.2em;
  border-radius: 18px;
  background: rgba(var(--color-wh), 0.1);
  line-height: 1.9;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuStepsList li {
    font-size: 1.35em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuStepsList li {
    font-size: 1.45em;
  }
}
.otameshiJutakuStepsList li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 14px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: rgb(var(--color-wh));
  color: rgb(var(--color-main));
  font-weight: 700;
  line-height: 1;
}
.otameshiJutakuStepsList a {
  color: inherit;
  text-decoration: underline;
}
.otameshiJutakuStepsList a:hover {
  text-decoration: none;
}

.otameshiJutakuContact {
  display: grid;
  gap: 18px;
}
.otameshiJutakuContact p {
  margin: 0;
  line-height: 1.9;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuContact p {
    font-size: 1.35em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuContact p {
    font-size: 1.45em;
  }
}
.otameshiJutakuContact span {
  font-weight: 700;
}
.otameshiJutakuContact a {
  color: inherit;
  text-decoration: underline;
}
.otameshiJutakuContact a:hover {
  text-decoration: none;
}

@media screen and (min-width: 320px) {
  .otameshiJutakuPlan {
    padding: 0 0 16px !important;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuPlan {
    padding: 0 0 32px !important;
  }
}
.otameshiJutakuPlan__inner {
  width: 100% !important;
}
.otameshiJutakuPlan__tour {
  margin-top: 48px;
}
.otameshiJutakuPlan__tourLity:hover svg {
  fill: rgb(var(--color-wh));
}
.otameshiJutakuPlan__tourLity:hover img {
  -webkit-filter: brightness(0.72);
          filter: brightness(0.72);
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.otameshiJutakuPlan__tourIcon {
  position: absolute;
  inset: 0;
  z-index: 1;
  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;
}
.otameshiJutakuPlan__tourIconInner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuPlan__tourIconInner {
    width: 16.8em;
    height: 9.8em;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuPlan__tourIconInner {
    width: 14.8em;
    height: 14.8em;
    font-size: 1.8em;
  }
}
.otameshiJutakuPlan__tourIconInner svg {
  fill: rgb(var(--color-main));
  width: 70%;
  height: 70%;
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}
.otameshiJutakuPlan__tourIconInner span {
  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;
  background: rgb(var(--color-main));
  color: rgb(var(--color-wh));
  padding: 6px 12px;
  border-radius: 4px;
}
.otameshiJutakuPlan__tour .img {
  position: relative;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuPlan__tour .imgWrapper {
    padding-bottom: 72%;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuPlan__tour .imgWrapper {
    padding-bottom: 40%;
  }
}
.otameshiJutakuPlan__tour img {
  -webkit-transition: -webkit-transform 400ms ease, -webkit-filter 400ms ease;
  transition: -webkit-transform 400ms ease, -webkit-filter 400ms ease;
  transition: transform 400ms ease, filter 400ms ease;
  transition: transform 400ms ease, filter 400ms ease, -webkit-transform 400ms ease, -webkit-filter 400ms ease;
}

.otameshiJutakuSummary__btns {
  display: grid;
}
@media screen and (min-width: 320px) {
  .otameshiJutakuSummary__btns {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding: 0 5vw;
    margin-top: 6em;
  }
}
@media screen and (min-width: 600px) {
  .otameshiJutakuSummary__btns {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding: 0 20vw;
    margin-top: 10em;
  }
}
.otameshiJutakuSummary .commonBtn__text {
  color: rgb(var(--color-main));
}
.otameshiJutakuSummary .commonBtn__inner {
  background: rgb(var(--color-wh));
}/*# sourceMappingURL=otameshi-jutaku.css.map */