@charset 'UTF-8';

/* ========================================
	Founfation (id推奨)
========================================= */

html {
  font-size: 100%;
}

body {
  font-family: 'YakuHanJP', YuGothic, 'Yu Gothic', 'Yu Gothic UI', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 1rem;
  position: relative;
  color: #333;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

main {
  position: relative;
}

picture {
  display: block;
  width: 100%;
  height: auto;
}

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

a,
button {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

/* ========================================
	Layout & Project(コンテンツを構成する具体的な要素)
	命名規則: #l- .p-
========================================= */

/*----- TOP FVカスタマイズ -----*/

.p-top__logo {
  position: absolute;
  z-index: 3;
  top: 4.375rem;
  left: 50%;
  visibility: hidden;
  width: 15rem;
  height: auto;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.p-top__logo.js-display {
  visibility: visible;
  opacity: 1;
}

.p-top__links {
  font-family: 'Cardo', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 3.75rem;
  visibility: hidden;
  -webkit-transition: opacity 1.5s, visibility 1.5s;
  transition: opacity 1.5s, visibility 1.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.p-top__links.js-display {
  visibility: visible;
  opacity: 1;
}

.p-top__link {
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
}

.p-top__link:hover a {
  letter-spacing: .3em;
}

.p-top__link:not(:last-child) {
  margin-bottom: 1.75rem;
}

.p-top__link a {
  font-size: .75rem;
  line-height: 1;
  display: block;
  -webkit-transition: letter-spacing .3s;
  transition: letter-spacing .3s;
  text-decoration: none;
  letter-spacing: .1em;
  color: #333;
}

.p-top__link .p-top__link__icon {
  width: 1.125rem;
  height: auto;
}

#l-top__fv {
  position: relative;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  -webkit-transition: opacity 1.2s, visibility 1.2s;
  transition: opacity 1.2s, visibility 1.2s;
  opacity: 0;
}

#l-top__fv.js-display {
  visibility: visible;
  opacity: 1;
}

.p-top__fv__contentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 200px);
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top__fv__contentbox video {
  display: block;
  width: 100%;
  height: auto;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

#layer_board_area {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.layer_board {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

.layer_borad_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.layer_borad_content video {
  max-width: 95%;
}

.p-top__linkbtn {
  position: relative;
  z-index: 100;
  visibility: hidden;
  -webkit-transition: opacity 5s, visibility 5s;
  transition: opacity 5s, visibility 5s;
  opacity: 0;
}

.p-top__linkbtn.js-display {
  visibility: visible;
  opacity: 1;
}

/*----- Photo カスタマイズ -----*/

#l-photo__dining {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 8.25rem 0 15rem;
}

.p-photo__dining__imgboxes1 {
  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;
  width: 100%;
  height: auto;
  margin: 1.6875rem auto 0;
  padding-left: 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-photo__dining__imgbox1 {
  width: 54.83871%;
  height: auto;
  margin-bottom: 5rem;
}

.p-photo__dining__img1 {
  padding-top: 66.61765%;
}

.p-photo__dining__imgbox2 {
  width: 25.80645%;
  height: auto;
}

.p-photo__dining__img2 {
  padding-top: 66.5625%;
}

.p-photo__dining__imgbox3 {
  width: 68.75%;
  height: auto;
  margin: 10rem auto 0;
}

.p-photo__dining__img3 {
  padding-top: 66.70455%;
}

.p-photo__dining__imgboxes2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 5rem auto 0;
  padding: 0 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-photo__dining__imgbox4 {
  width: 40%;
  height: auto;
  margin-top: 5rem;
}

.p-photo__dining__img4 {
  padding-top: 149.70167%;
}

.p-photo__dining__imgbox5 {
  width: 23.333333%;
  height: auto;
}

.p-photo__dining__img5 {
  padding-top: 66.42857%;
}

.p-photo__dining__imgbox6 {
  width: 28.20312%;
  height: auto;
  margin: -18.375rem 18.75% 0 auto;
}

.p-photo__dining__img6 {
  padding-top: 149.8615%;
}

.p-photo__dining__imgboxes3 {
  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;
  width: 100%;
  height: auto;
  margin: 10rem auto 0;
  padding: 0 0 0 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-photo__dining__moviebox {
  width: 48.3871%;
  height: auto;
  margin-top: 6.25rem;
}

.p-photo__dining__moviebox video {
  display: block;
  width: 100%;
  height: auto;
}

.p-photo__dining__imgbox7 {
  width: 22.58065%;
  height: auto;
}

.p-photo__dining__img7 {
  padding-top: 66.78571%;
}

.p-photo__dining__imgboxes4 {
  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;
  width: 78.125%;
  height: auto;
  margin: 5rem 9.375% 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-photo__dining__imgbox8 {
  width: 72%;
  height: auto;
  margin-top: 9.375rem;
}

.p-photo__dining__img8 {
  padding-top: 66.6666667%;
}

.p-photo__dining__imgbox9 {
  width: 20%;
  height: auto;
}

.p-photo__dining__img9 {
  padding-top: 150%;
}

#l-photo__living {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 14.5rem 0 15rem;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  background-color: #f0f0f0;
}

#l-photo__living.js-colorchanged {
  color: #fff;
  background-color: #151623;
}

.p-photo__living__imgboxes1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  height: auto;
  margin: -3.375rem auto 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-photo__living__imgbox1 {
  width: 39.28571%;
  height: auto;
  margin-bottom: 5rem;
}

.p-photo__living__img1 {
  padding-top: 66.59091%;
}

.p-photo__living__imgbox2 {
  width: 35.71429%;
  height: auto;
}

.p-photo__living__img2 {
  padding-top: 150%;
}

.p-photo__living__imgbox3 {
  width: 62.5%;
  height: auto;
  margin: 9.9375rem auto 0;
}

.p-photo__living__img3 {
  padding-top: 66.625%;
}

.p-photo__living__imgboxes2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  height: auto;
  margin: 10rem 0 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-photo__living__moviebox {
  width: 58.62069%;
  height: auto;
  margin-bottom: 7.5rem;
}

.p-photo__living__moviebox video {
  display: block;
  width: 100%;
  height: auto;
}

.p-photo__living__imgbox4 {
  width: 31.12069%;
  height: auto;
}

.p-photo__living__img4 {
  padding-top: 66.48199%;
}

.p-photo__living__imgboxes3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 2.5rem auto 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-photo__living__imgbox5 {
  width: 36.66667%;
  height: auto;
}

.p-photo__living__img5 {
  padding-top: 66.81818%;
}

.p-photo__living__imgbox6 {
  width: 50%;
  height: auto;
  margin-top: 9.0625rem;
}

.p-photo__living__img6 {
  padding-top: 66.6667%;
}

.p-photo__living__imgbox7 {
  width: 25%;
  height: auto;
  margin: 5rem auto 0 15.625%;
}

.p-photo__living__img7 {
  padding-top: 66.875%;
}

#l-photo__bedroom {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 14.4375rem 0 15rem;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  background-color: #f0f0f0;
}

#l-photo__bedroom.js-colorchanged {
  color: #fff;
  background-color: #151623;
}

#l-photo__bedroom .c-photo__section__titlebox.js-sclollslide {
  color: rgba(255, 255, 255, 0);
}

#l-photo__bedroom .c-photo__section__titlebox.js-sclollslide.js-active {
  color: white;
}

.p-photo__bedroom__imgbox1 {
  width: 68.75%;
  height: auto;
  margin: 4.1875rem auto 0;
}

.p-photo__bedroom__img1 {
  padding-top: 66.69091%;
}

.p-photo__bedroom__imgboxes1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  height: auto;
  margin: 10rem auto 0 0;
  padding-left: 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-photo__bedroom__imgbox2 {
  width: 32.14286%;
  height: auto;
}

.p-photo__bedroom__img2 {
  padding-top: 150%;
}

.p-photo__bedroom__moviebox {
  width: 50%;
  height: auto;
  margin-bottom: 6.5625rem;
}

.p-photo__bedroom__moviebox video {
  display: block;
  width: 100%;
  height: auto;
}

.p-photo__bedroom__imgbox3 {
  width: 18.67188%;
  height: auto;
  margin: 5rem 2.5rem 0 auto;
}

.p-photo__bedroom__img3 {
  padding-top: 66.94561%;
}

.p-photo__bedroom__imgboxes2 {
  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;
  width: 65.625%;
  height: auto;
  margin: -5rem auto 0 0;
  padding-left: 5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-photo__bedroom__imgbox4 {
  width: 42.10526%;
  height: auto;
}

.p-photo__bedroom__img4 {
  padding-top: 66.875%;
}

.p-photo__bedroom__imgbox5 {
  width: 31.57895%;
  height: auto;
  margin-top: 6.5625rem;
}

.p-photo__bedroom__img5 {
  padding-top: 150%;
}

.p-photo__bedroom__imgbox6 {
  width: 53.125%;
  height: auto;
  margin: 5rem 15.625% 0 auto;
}

.p-photo__bedroom__img6 {
  padding-top: 66.61765%;
}

#l-photo__fittingroom {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 14.5rem 0 15rem;
}

.p-photo__fittingroom__imgbox1 {
  width: 59.375%;
  height: auto;
  margin: 4.1875rem auto 0 12.5%;
}

.p-photo__fittingroom__img1 {
  padding-top: 66.71053%;
}

.p-photo__fittingroom__imgboxes1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 5rem 0 0 auto;
  padding-right: 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-photo__fittingroom__imgbox2 {
  width: 24.13793%;
  height: auto;
  margin-bottom: 3.75rem;
}

.p-photo__fittingroom__img2 {
  padding-top: 66.42857%;
}

.p-photo__fittingroom__imgbox3 {
  width: 24.13793%;
  height: auto;
}

.p-photo__fittingroom__img3 {
  padding-top: 150.35714%;
}

.p-photo__fittingroom__imgbox4 {
  width: 56.25%;
  height: auto;
  margin: 10rem auto 0;
}

.p-photo__fittingroom__img4 {
  padding-top: 66.52778%;
}

#l-photo__rooftop {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 14.5rem 0 15rem;
  background-color: #f0f0f0;
}

.p-photo__rooftop__imgboxes1 {
  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;
  width: 100%;
  max-width: 1160px;
  height: auto;
  margin: -3.375rem auto 0 0;
  padding-left: 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-photo__rooftop__imgbox1 {
  width: 35.71429%;
  height: auto;
  margin-bottom: 9.125rem;
}

.p-photo__rooftop__img1 {
  padding-top: 66.75%;
}

.p-photo__rooftop__imgbox2 {
  width: 28.66071%;
  height: auto;
}

.p-photo__rooftop__img2 {
  padding-top: 66.66667%;
}

.p-photo__rooftop__imgboxes2 {
  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;
  width: 100%;
  max-width: 1160px;
  height: auto;
  margin: 4.1875rem 0 0 auto;
  padding-right: 2.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-photo__rooftop__imgbox3 {
  width: 25%;
  height: auto;
}

.p-photo__rooftop__img3 {
  padding-top: 66.78571%;
}

.p-photo__rooftop__imgbox4 {
  width: 64.28571%;
  height: auto;
  margin-top: 5.625rem;
}

.p-photo__rooftop__img4 {
  padding-top: 66.80556%;
}

#l-photo__linkarea {
  width: 100%;
  height: auto;
  padding: 21.125rem 0 19.9375rem;
}

.p-photo__linkarea__linkbox {
  display: block;
  width: 34.25rem;
  height: auto;
  margin: 0 auto;
}

.p-photo__linkarea__linkbox.js-sclollslide {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}

.p-photo__linkarea__linkbox.js-sclollslide.js-active {
  opacity: 1;
}

.p-photo__linkarea__linkbox.js-sclollslide.js-active::before {
  -webkit-transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  opacity: 1;
}

.p-photo__linkarea__linkbox::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  pointer-events: none;
  opacity: 0;
  background-color: #000;
}

.p-photo__linkarea__linkbox:hover::after {
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  opacity: 1;
}

.lightbox .lb-image {
  border: none;
  border-radius: 0;
}

.lightboxOverlay {
  opacity: .95;
  background: #fff;
}

.lb-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: .9375rem;
  -webkit-transform: translate(11.25rem, -71.9%);
  transform: translate(11.25rem, -71.9%);
  background: url(../images/common/icon-close.svg) 50% 50% no-repeat;
}

.lb-caption {
  font-family: 'Cardo', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: .75rem;
  line-height: 1;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  max-width: 70%;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  text-align: left;
  white-space: initial;
  letter-spacing: .25em;
  color: #333;
}

.lb-prev,
.lb-next {
  position: absolute;
  bottom: -1.25rem;
  width: 10px;
  height: 20px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.lb-next {
  right: 0;
  background: url(../images/common/icon-lightbox_next.svg) 50% 50% no-repeat;
  background-size: cover;
}

.lb-prev {
  right: 3rem;
  background: url(../images/common/icon-lightbox_prev.svg) 50% 50% no-repeat;
  background-size: cover;
}

.lb-details {
  display: none;
}

/*----- Guide カスタマイズ -----*/

.p-guide__wrapper .c-container {
  max-width: 1040px;
  padding: 0 2.5rem;
}

#l-guide__fv {
  padding: 5.5rem 0 4.375rem;
}

.p-guide__fv__img {
  width: 100%;
  height: auto;
}

#l-guide__concept {
  padding: 0 0 11.4375rem;
}

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

.p-guide__concept__titlebox__text {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 2.125rem;
  line-height: calc(48 / 34);
  letter-spacing: .125em;
}

.p-guide__concept__titlebox__text .u-small {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 1.625rem;
  line-height: calc(48 / 26);
  letter-spacing: .125em;
}

.p-guide__concept__sliders {
  margin-top: 5rem;
}

.p-guide__concept__sliders .p-guide__concept__slider {
  width: 2520px;
  padding-bottom: 20px;
}

.p-guide__concept__sliders .p-guide__concept__slider.u-small {
  width: 1400px;
}

.p-guide__concept__slider__text {
  font-family: 'Cardo', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 7.5rem;
  line-height: 1;
  letter-spacing: .01em;
}

#l-guide__outline {
  padding: 0 0 7.5rem;
}

.p-guide__outline__3f_studio {
  padding-top: .9375rem;
}

.p-guide__outline__text {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .1em;
}

.p-guide__outline__info_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.25rem auto 0;
}

.p-guide__outline__info_list:not(:first-child) {
  margin-left: 10.41667%;
}

.p-guide__outline__info_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-guide__outline__info_list dt {
  font-size: 12px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.1875rem;
  padding: 0 5px;
  letter-spacing: .075em;
  border: 1px solid #999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-guide__outline__info_list dd {
  font-size: .875rem;
  line-height: calc(24 / 14);
  margin-left: .5rem;
  letter-spacing: .075em;
}

.p-guide__outline__image {
  width: 100%;
  height: auto;
  margin: 3.25rem auto 0;
}

.p-guide__outline__rooftop {
  padding-top: 6.125rem;
}

.p-guide__outline__linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 5rem auto 0;
}

.p-guide__outline__link {
  font-size: .875rem;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.25rem;
  padding: .875rem 1.8125rem 1rem 1.4375rem;
  -webkit-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
  letter-spacing: .075em;
  color: #333;
  border: 1px solid #c7c7c7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-guide__outline__link span {
  position: relative;
  z-index: 2;
}

.p-guide__outline__link::after {
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  pointer-events: none;
  background-color: #333;
}

.p-guide__outline__link:hover {
  color: #fff;
}

.p-guide__outline__link:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.p-guide__outline__link:not(:first-child) {
  margin-left: 2.4375rem;
}

.p-guide__outline__linkicon {
  position: relative;
  z-index: 2;
  width: 2.25rem;
  height: auto;
  margin-right: .625rem;
}

#l-guide__detail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 7rem 0 7.1875rem;
  background-color: #f0f0f0;
}

#l-guide__detail .c-guide__section__titlebox {
  width: 12.5rem;
}

.c-guide_sliders {
  position: relative;
  visibility: hidden;
  width: calc(100% + 40px);
  height: auto;
  margin: 1.875rem auto 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}

.c-guide_sliders.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.c-guide_sliders .slick-list {
  overflow: visible;
}

.c-guide_sliders .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 35%;
  width: 3.5rem;
  height: 7rem;
  padding: 0;
  text-indent: -9999px;
}

.c-guide_sliders .slick-prev {
  left: -1.25rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url(../images/common/icon-slider_prev.svg) 50% 50% no-repeat;
  background-size: cover;
}

.c-guide_sliders .slick-next {
  right: -1.25rem;
  width: 3.5rem;
  height: 7rem;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  background: url(../images/common/icon-slider_next.svg) 50% 50% no-repeat;
  background-size: cover;
}

.c-guide_slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0 20px;
}

.c-guide_slider__img {
  width: 100%;
  height: auto;
}

.c-guide_slider__textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.25rem auto 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-guide_slider__title {
  font-family: 'Cardo', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: .625rem;
  letter-spacing: .125em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-guide_slider__title__number {
  font-family: 'Cardo', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: .625rem;
  padding: 0;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50%;
  background-color: #49648b;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-guide_slider__title__icon {
  width: 20px;
  height: auto;
}

.c-guide_slider__text {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.7142857142;
  width: 50%;
  padding-top: .3125rem;
  padding-right: .625rem;
  letter-spacing: .05em;
}

#l-guide__group {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: calc(240/16*1rem) 0 0;

  & .c-container {
    max-width: 1080px;
  }

  &.u-contact {
    & .c-container {
      max-width: 1000px;
    }

    & .c-groupstudio_banner__textbox {
      padding: calc(50/16*1rem) calc(20/16*1rem) calc(126/16*1rem) min(3.42vw,48px);
    }

    & .c-groupstudio_banner__link {
      left: min(3.42vw,48px);
    }

    & .c-groupstudio_banner__slider {
      width: calc( 480 / 960 * 100%);
    }
  }
}

.c-groupstudio_banner {
  display: flex;
  width: 100%;
  height: auto;
}

.c-groupstudio_banner__textbox {
  position: relative;
  flex: 1;
  height: auto;
  min-height: 321px;
  padding: calc(50/16*1rem) calc(20/16*1rem) calc(126/16*1rem) min(6.43vw,90px);
  background-color: #f0f0f0;
  font-family: 'Cardo', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  box-sizing: border-box;
}

.c-groupstudio_banner__title {
  position: relative;
  font-size: calc(19/16*1rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  &:after {
    content: '';
    position: absolute;
    bottom: calc(-25/16*1rem);
    left: 0;
    width: calc(50/16*1rem);
    height: 1px;
    background-color: #333;
  }
}

.c-groupstudio_banner__text {
  margin-top: calc(43/16*1rem);
  font-size: calc(16/16*1rem);
  font-weight: 500;
  line-height: calc(32/16);
  letter-spacing: 0.05em;
}

.c-groupstudio_banner__link {
  position: absolute;
  bottom: calc(38/16*1rem);
  left: min(6.43vw,90px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(16/16*1rem);
  width: calc(176/16*1rem);
  height: calc(43/16*1rem);
  border: 1px solid #9e9e9e;
  text-decoration: none;
  font-size: calc(16/16*1rem);
  font-weight: 500;
  color: #333;
  line-height: 1;
  letter-spacing: 0.05em;

  &:hover {
    opacity: .7;
  }
}

.c-groupstudio_banner__linkicon {
  width: calc(10/16*1rem);
  height: auto;
}

.c-groupstudio_banner__slider {
  width: calc( 480 / 1000 * 100%);
  height: auto;

  & .slick-list {
    height: 100%;
  }

  & .slick-track {
    height: 100%;
  }
}

.c-groupstudio_banner__slideritem {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-groupstudio_banner__slideritem__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  object-fit: cover;

  & img {
    width: auto;
    height: 100%;
  }
}

#l-guide__linkarea {
  width: 100%;
  height: auto;
  padding: calc(290/16*1rem) 0 20.625rem;
}

.p-guide__linkarea__linkbox {
  display: block;
  width: 34.25rem;
  height: auto;
  margin: 0 auto;
}

.p-guide__linkarea__linkbox.js-sclollslide {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}

.p-guide__linkarea__linkbox.js-sclollslide.js-active {
  opacity: 1;
}

.p-guide__linkarea__linkbox.js-sclollslide.js-active::before {
  -webkit-transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  opacity: 1;
}

.p-guide__linkarea__linkbox::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  pointer-events: none;
  opacity: 0;
  background-color: #000;
}

.p-guide__linkarea__linkbox:hover::after {
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  opacity: 1;
}

/*----- Price カスタマイズ -----*/

.p-price__wrapper {
  padding-top: 5.4375rem;
}

.p-price__wrapper .c-container {
  max-width: 1040px;
  padding: 0 2.5rem;
}

#l-price__cost {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 7.5rem 0 6.3125rem;
  background-color: #f0f0f0;
}

#l-price__cost .c-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-price__cost__timeinfoboxes {
  margin-top: 1.25rem;
}

.p-price__cost__timeinfobox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-price__cost__timeinfobox dt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.625rem;
  height: 19px;
  letter-spacing: .075em;
  border: 1px solid #999;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-price__cost__timeinfobox dd {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-left: .8125rem;
  letter-spacing: .075em;
}

.p-price__cost__timeinfobox:not(:first-child) {
  margin-top: 1.1875rem;
}

.p-price__cost__lists {
  margin-top: 2.3125rem;
}

.p-price__cost__list {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(22 / 14);
  position: relative;
  padding-left: 1em;
  letter-spacing: .05em;
}

.p-price__cost__list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.p-price__cost__list:not(:first-child) {
  margin-top: .5625rem;
}

.p-price__cost__left {
  padding-right: 8.3333%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-price__cost__right {
  width: 27.5rem;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-price__cost__infobox {
  width: 100%;
  height: auto;
  padding: 2.5rem 2.5rem 2.25rem;
  background-color: #fff;
}

.p-price__cost__infobox:not(:first-child) {
  margin-top: 1.25rem;
}

.p-price__cost__infobox__title {
  font-family: 'Cardo', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 1.1875rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
}

.p-price__cost__infobox__title .u-small {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: .875rem;
  padding-left: .875rem;
  letter-spacing: .075em;
}

.p-price__cost__infobox__price {
  font-family: 'Cardo', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5625rem;
  letter-spacing: .025em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-price__cost__infobox__price::before {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  padding-bottom: .125rem;
  content: '¥';
  letter-spacing: .125em;
}

.p-price__cost__infobox__price::after {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  padding-bottom: .3125rem;
  padding-left: .5rem;
  content: '（税込）';
  letter-spacing: .075em;
}

.p-price__cost__infobox__text {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(22 / 14);
  margin-top: 1.4375rem;
  letter-spacing: .05em;
}

#l-price__cancel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 4rem 0 0;
}

#l-price__cancel .c-container {
  max-width: 800px;
  padding: 0 2.5rem;
}

.p-price__cancel__table,
.p-price__cancel__table--3colums,
.p-price__cancel__table--4colums {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  display: table;
  width: 100%;
  height: auto;
  margin: 2.5rem auto 0;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  letter-spacing: .075em;
}

.p-price__cancel__table tbody,
.p-price__cancel__table--3colums tbody,
.p-price__cancel__table--4colums tbody {
  width: 100%;
}

.p-price__cancel__table tr,
.p-price__cancel__table--3colums tr,
.p-price__cancel__table--4colums tr {
  width: 100%;
  height: auto;
}

.p-price__cancel__table th,
.p-price__cancel__table--3colums th,
.p-price__cancel__table--4colums th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 7);
  padding: 1.875rem .3125rem 1.6875rem;
  text-align: center;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #f0f0f0;
}

.p-price__cancel__table td,
.p-price__cancel__table--3colums td,
.p-price__cancel__table--4colums td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.8125rem .3125rem 1.875rem;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.p-price__cancel__lists {
  margin-top: 1.4375rem;
}

.p-price__cancel__list {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(22 / 14);
  position: relative;
  padding-left: 1em;
  letter-spacing: .05em;
}

.p-price__cancel__list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.p-price__cancel__list:not(:first-child) {
  margin-top: .5625rem;
}

#l-price__payment {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 4rem 0 6rem;
}

#l-price__payment .c-container {
  max-width: 800px;
  padding: 0 2.5rem;
}

.p-price__payment__lists {
  margin-top: 1.0625rem;
}

.p-price__payment__list {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(22 / 14);
  position: relative;
  padding-left: 1em;
  letter-spacing: .05em;
}

.p-price__payment__list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.p-price__payment__list:not(:first-child) {
  margin-top: .5625rem;
}

#l-price__linkarea {
  width: 100%;
  height: auto;
  padding: 21.25rem 0 20.625rem;
}

.p-price__linkarea__linkbox {
  display: block;
  width: 44.3125rem;
  height: auto;
  margin: 0 auto;
}

.p-price__linkarea__linkbox.js-sclollslide {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}

.p-price__linkarea__linkbox.js-sclollslide.js-active {
  opacity: 1;
}

.p-price__linkarea__linkbox.js-sclollslide.js-active::before {
  -webkit-transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  opacity: 1;
}

.p-price__linkarea__linkbox::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  pointer-events: none;
  opacity: 0;
  background-color: #000;
}

.p-price__linkarea__linkbox:hover::after {
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  opacity: 1;
}

/*----- Terms カスタマイズ -----*/

.p-terms__wrapper {
  /* padding-top: 5.4375rem; */
  padding-top: 2rem;
}

.p-terms__wrapper .c-container {
  max-width: 1040px;
  padding: 0 2.5rem;
}

.p-terms__fv {
  width: 100%;
  height: auto;
}

.p-terms__fv__img {
  width: 100%;
  height: auto;
}

#l-terms__notes {
  width: 100%;
  height: auto;
  margin: 0 auto;
  /* padding: 7.375rem 0 7.1875rem; */
  padding: 0 0 7.1875rem;
}

.p-terms__notes__lists {
  margin-top: 1.0625rem;
}

.p-terms__notes__list {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(22 / 14);
  position: relative;
  padding-left: 1em;
  letter-spacing: .05em;
}

.p-terms__notes__list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.p-terms__notes__list:not(:first-child) {
  margin-top: .5625rem;
}

.p-terms__notes__list a {
  text-decoration: underline;
  color: #333;
}

#l-terms__terms {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 7.5rem 0 7.3125rem;
  background-color: #f0f0f0;
}

.p-terms__terms__textboxes {
  margin-top: 1.4375rem;
}

.p-terms__terms__textbox:not(:first-child) {
  margin-top: 1.5rem;
}

.p-terms__terms__textbox__title {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
}

.p-terms__terms__textbox__lists {
  margin-top: 1.0625rem;
  list-style-type: none;
  counter-reset: item;
}

.p-terms__terms__textbox__list {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(22 / 14);
  position: relative;
  padding-left: 1.2em;
  letter-spacing: .05em;
}

.p-terms__terms__textbox__list::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item) '.';
  counter-increment: item;
}

.p-terms__terms__textbox__list:not(:first-child) {
  margin-top: .75rem;
}

.p-terms__terms__textbox__text {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(22 / 14);
  margin-top: 1.0625rem;
  letter-spacing: .05em;
}

.p-terms__terms__textbox__lists--circle {
  margin-top: .8125rem;
}

.p-terms__terms__textbox__list--circle {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(22 / 14);
  position: relative;
  padding-left: 1.2em;
  letter-spacing: .05em;
}

.p-terms__terms__textbox__list--circle::before {
  position: absolute;
  top: 0;
  left: 0;
}

.p-terms__terms__textbox__list--circle:nth-child(1)::before {
  content: '①';
}

.p-terms__terms__textbox__list--circle:nth-child(2)::before {
  content: '②';
}

.p-terms__terms__textbox__list--circle:nth-child(3)::before {
  content: '③';
}

.p-terms__terms__textbox__list--circle:nth-child(4)::before {
  content: '④';
}

.p-terms__terms__textbox__list--circle:nth-child(5)::before {
  content: '⑤';
}

.p-terms__terms__textbox__list--circle:nth-child(6)::before {
  content: '⑥';
}

.p-terms__terms__textbox__list--circle:nth-child(7)::before {
  content: '⑦';
}

.p-terms__terms__textbox__list--circle:nth-child(8)::before {
  content: '⑧';
}

.p-terms__terms__textbox__list--circle:not(:first-child) {
  margin-top: .75rem;
}

#l-terms__linkarea {
  width: 100%;
  height: auto;
  padding: 21.0625rem 0;
}

.p-terms__linkarea__linkbox {
  display: block;
  width: 38.5625rem;
  height: auto;
  margin: 0 auto;
}

.p-terms__linkarea__linkbox.js-sclollslide {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}

.p-terms__linkarea__linkbox.js-sclollslide.js-active {
  opacity: 1;
}

.p-terms__linkarea__linkbox.js-sclollslide.js-active::before {
  -webkit-transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  opacity: 1;
}

.p-terms__linkarea__linkbox::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  pointer-events: none;
  opacity: 0;
  background-color: #000;
}

.p-terms__linkarea__linkbox:hover::after {
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  opacity: 1;
}

/*----- Access カスタマイズ -----*/

.p-access__wrapper {
  padding-top: 5.4375rem;
}

.p-access__wrapper .c-container {
  position: relative;
  max-width: 800px;
  padding: 0 2.5rem;
}

#l-access__map {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 7.375rem 0 7.5rem;
  background-color: #f0f0f0;
}

.p-access__map__lists {
  width: 100%;
  height: auto;
  margin: 1.25rem auto 0;
}

.p-access__map__list {
  width: 100%;
  height: auto;
}

.p-access__map__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.p-access__map__list dt {
  font-size: .75rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  height: 1.1875rem;
  letter-spacing: .075em;
  border: 1px solid #999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-access__map__list dd {
  padding-left: .9375rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-access__map__list:not(:first-child) {
  margin-top: 1rem;
}

.p-access__map__list__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .075em;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-access__map__list__text .u-small {
  font-size: .875rem;
  font-weight: 500;
  margin-left: 1.125rem;
}

.p-access__map__list__smalltext {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(22 / 14);
  margin-top: .3125rem;
  letter-spacing: .05em;
}

.p-access__map__btn {
  position: absolute;
  top: 0;
  right: 2.5rem;
}

.p-access__map__mapbox {
  position: relative;
  width: 100%;
  height: auto;
  margin: 2.5rem auto 0;
  padding-top: 52.777778%;
}

.p-access__map__mapbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

#l-access__car {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 7.5rem 0 0;
}

.p-access__car__btn {
  position: absolute;
  top: 0;
  right: 2.5rem;
}

.p-access__car__text {
  font-size: .875rem;
  line-height: calc(30 / 14);
  margin: .875rem auto 0;
  letter-spacing: .05em;
}

#l-access__train {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 6.875rem 0 0;
}

.p-access__train__text {
  font-size: .875rem;
  line-height: calc(30 / 14);
  margin: .875rem auto 0;
  letter-spacing: .05em;
}

#l-access__linkarea {
  width: 100%;
  height: auto;
  padding: 22.8125rem 0 20.625rem;
}

.p-access__linkarea__linkbox {
  display: block;
  width: 50.875rem;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

.p-access__linkarea__linkbox.js-sclollslide {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}

.p-access__linkarea__linkbox.js-sclollslide.js-active {
  opacity: 1;
}

.p-access__linkarea__linkbox.js-sclollslide.js-active::before {
  -webkit-transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  opacity: 1;
}

.p-access__linkarea__linkbox::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  pointer-events: none;
  opacity: 0;
  background-color: #000;
}

.p-access__linkarea__linkbox:hover::after {
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
}

/*----- FAQカスタマイズ -----*/

.p-faq__wrapper {
  padding-top: 5.4375rem;
}

.p-faq__fv__img {
  width: 100%;
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}

#l-faq__main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 7.5rem 0 0;
}

#l-faq__main .c-container {
  max-width: 800px;
  padding: 0 40px;
}

.p-faq__main__text {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(24 / 14);
  margin: 1.1875rem auto 0;
  letter-spacing: .05em;
}

.p-faq__main__boxes {
  width: 100%;
  height: auto;
  margin: 2.25rem auto 0;
}

.p-faq__main__box {
  width: 100%;
  height: auto;
  padding: 1.5rem 5.55556% 1.625rem;
  background-color: #f0f0f0;
}

.p-faq__main__box:not(:first-child) {
  margin-top: .625rem;
}

.p-faq__main__question {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(24 / 14);
  position: relative;
  padding-left: 1.5625rem;
  letter-spacing: .05em;
}

.p-faq__main__question::before {
  position: absolute;
  top: 0;
  left: 0;
  content: 'Q';
}

.p-faq__main__answer {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(24 / 14);
  position: relative;
  margin-top: .5625rem;
  padding-left: 1.5625rem;
  letter-spacing: .05em;
  color: #282b5a;
}

.p-faq__main__answer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: 'A';
}

.p-faq__main__answer a {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #282b5a;
}

.p-faq__main__answer a:hover {
  opacity: .7;
}

.p-faq__main__answer a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #adaeb6;
}

.p-faq__other__text {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(24 / 14);
  margin: 1.125rem auto 0;
  letter-spacing: .05em;
}

.p-faq__other__text a {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #333;
}

.p-faq__other__text a:hover {
  opacity: .7;
}

.p-faq__other__text a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #adaeb6;
}

#l-faq__other {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 7.5rem 0 0;
}

#l-faq__other .c-container {
  max-width: 800px;
  padding: 0 40px;
}

#l-faq__linkarea {
  width: 100%;
  height: auto;
  padding: 23.5625rem 0 20.625rem;
}

.p-faq__linkarea__linkbox {
  display: block;
  width: 38.25rem;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

.p-faq__linkarea__linkbox.js-sclollslide {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}

.p-faq__linkarea__linkbox.js-sclollslide.js-active {
  opacity: 1;
}

.p-faq__linkarea__linkbox.js-sclollslide.js-active::before {
  -webkit-transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  opacity: 1;
}

.p-faq__linkarea__linkbox::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  pointer-events: none;
  opacity: 0;
  background-color: #000;
}

.p-faq__linkarea__linkbox:hover::after {
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  opacity: 1;
}

/*----- RESERVEカスタマイズ -----*/

.p-reserve__wrapper {
  /* padding-top: 5.4375rem; */
  padding-top: 2rem;
}

.p-reserve__fv {
  width: 100%;
  height: auto;
}

.p-reserve__fv .c-container {
  max-width: 1040px;
  padding: 0 2.5rem;
}

.p-reserve__fv__img {
  width: 100%;
  height: auto;
}

#l-reserve__flow {
  width: 100%;
  height: auto;
  margin: 0 auto;
  /* padding: 7.5rem 0 0; */
}

#l-reserve__flow .c-container {
  max-width: 800px;
  padding: 0 2.5rem;
}

.p-reserve__flow__lists {
  width: 100%;
  height: auto;
  margin: 1.25rem auto 0;
}

.p-reserve__flow__list:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.p-reserve__flow__list:not(:last-child) dt::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.875rem;
  height: .9375rem;
  content: '';
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background: url(../images/common/icon-chevron_below_white.svg) 50% 50%/cover no-repeat;
}

.p-reserve__flow__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.p-reserve__flow__list dt {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 12.5rem;
  height: auto;
  letter-spacing: .075em;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-reserve__flow__list:nth-child(1) dt {
  z-index: 4;
  background-color: #434670;
}

.p-reserve__flow__list:nth-child(2) dt {
  z-index: 3;
  background-color: #343657;
}

.p-reserve__flow__list:nth-child(3) dt {
  z-index: 2;
  background-color: #25263d;
}

.p-reserve__flow__list:nth-child(4) dt {
  z-index: 1;
  background-color: #151623;
}

.p-reserve__flow__list dd {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(24 / 14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 5rem;
  padding: 1.125rem 2.5rem;
  letter-spacing: .05em;
  background-color: #f0f0f0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-reserve__flow__list dd a {
  position: relative;
  text-decoration: none;
  color: #333;
}

.p-reserve__flow__list dd a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #afafaf;
}

.p-reserve__flow__supplement {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(24 / 14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5625rem auto 0;
  letter-spacing: .05em;
}

.p-reserve__flow__supplement + .p-reserve__flow__supplement {
  margin: 0.5rem auto 0;
}

.p-reserve__flow__supplement span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#l-reserve__to_customer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 4rem 0 0;
}

#l-reserve__to_customer .c-container {
  max-width: 800px;
  padding: 0 2.5rem;
}

.p-reserve__to_customer__text {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(30 / 14);
  margin: .9375rem auto 0;
  letter-spacing: .05em;
}

.p-reserve__to_customer__text a {
  position: relative;
  text-decoration: none;
  color: #333;
}

.p-reserve__to_customer__text a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #afafaf;
}

#l-reserve__form {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 6rem 0;
  background-color: #f0f0f0;
}

#l-reserve__form .c-container {
  max-width: 800px;
  padding: 0 2.5rem;
}

.p-reserve__form__toptext {
  font-size: .875rem;
  line-height: 1;
  padding-bottom: 2.5rem;
  letter-spacing: .075em;
}

.p-reserve__form__toptext--red {
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: .075em;
  color: #b00;

  &:after {
    /* content: ''; */
    display: block;
    width: calc(640/720 * 100%);
    height: auto;
    aspect-ratio: 1282/122;
    margin: calc(40/16*1rem) auto 0 0;
    background: url(../images/reserve/img-reserve_progress.png) 50% 50% / cover no-repeat;
  }
}

.mw_wp_form_confirm .p-reserve__form__toptext--red:after {
  background: url(../images/reserve/img-reserve_progress2.png) 50% 50% / cover no-repeat;
}

.p-reserve__form__toptext--red a {
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: #b00;
}

.p-reserve__form__toptext--red a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #b00;
}

.p-reserve__form__container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 1.4375rem auto 0;
}

.p-reserve__form__label {
  font-size: .875rem;
  margin: 2.5rem 0 .875rem;
  letter-spacing: .1em;

  & .u-red {
    color: #d10000;
  }
}

.p-reserve__form__label a {
  position: relative;
  text-decoration: none;
  color: #333;
}

.p-reserve__form__label a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #afafaf;
}

.p-reserve__form__label.u-margin_top_adjust {
  margin-top: 1.25rem;
}

.p-reserve__form__label sup {
  vertical-align: text-top;
  letter-spacing: .75em;
}

.p-reserve__form__label-comment {
  font-size: 85%;
  display: block;
  padding-bottom: 10px;
}

.p-reserve__form__date-checkbox {
  line-height: 1;
  margin-bottom: 1.25rem;
}

.js-reserve__form-disabled.disabled {
  opacity: .3;
}

.mw_wp_form_confirm .js-reserve__form-disabled.disabled {
  opacity: 1;
}

.p-reserve__form__text,
.p-reserve__form__email,
.p-reserve__form__textarea,
.p-reserve__form__select,
.p-reserve__form__select-short,
.p-reserve__form__date,
.p-contact__form__textarea {
  font-size: .875rem;
  width: 27.5rem;
  height: 2.75rem;
  padding: 0 1rem;
  border: 1px solid #ccc;
  background-color: #fff;
}

.p-reserve__form__text.u-small {
  width: 13.75rem;
}

.p-reserve__form__select-short {
  width: 80px;
}

.p-reserve__form__text::-webkit-input-placeholder,
.p-reserve__form__email::-webkit-input-placeholder,
.p-reserve__form__textarea::-webkit-input-placeholder,
.p-reserve__form__select::-webkit-input-placeholder,
.p-reserve__form__select-short::-webkit-input-placeholder,
.p-reserve__form__date::-webkit-input-placeholder,
.p-contact__form__textarea::placeholder {
  color: #a6a6a6;
}

.p-reserve__form__text::-moz-placeholder,
.p-reserve__form__email::-moz-placeholder,
.p-reserve__form__textarea::-moz-placeholder,
.p-reserve__form__select::-moz-placeholder,
.p-reserve__form__select-short::-moz-placeholder,
.p-reserve__form__date::-moz-placeholder,
.p-contact__form__textarea::placeholder {
  color: #a6a6a6;
}

.p-reserve__form__text:-ms-input-placeholder,
.p-reserve__form__email:-ms-input-placeholder,
.p-reserve__form__textarea:-ms-input-placeholder,
.p-reserve__form__select:-ms-input-placeholder,
.p-reserve__form__select-short:-ms-input-placeholder,
.p-reserve__form__date:-ms-input-placeholder,
.p-contact__form__textarea::placeholder {
  color: #a6a6a6;
}

.p-reserve__form__text::-ms-input-placeholder,
.p-reserve__form__email::-ms-input-placeholder,
.p-reserve__form__textarea::-ms-input-placeholder,
.p-reserve__form__select::-ms-input-placeholder,
.p-reserve__form__select-short::-ms-input-placeholder,
.p-reserve__form__date::-ms-input-placeholder,
.p-contact__form__textarea::placeholder {
  color: #a6a6a6;
}

.p-reserve__form__text::placeholder,
.p-reserve__form__email::placeholder,
.p-reserve__form__textarea::placeholder,
.p-reserve__form__select::placeholder,
.p-reserve__form__select-short::placeholder,
.p-reserve__form__date::placeholder,
.p-contact__form__textarea::placeholder {
  color: #a6a6a6;
}

.p-reserve__form__email {
  width: 100%;
}

.p-reserve__form__textarea,
.p-contact__form__textarea {
  width: 100%;
  height: 4.6875rem;
  padding: 1rem;
  resize: vertical;
  line-height: 1.5;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: calc(28/16*1rem);
}

.p-reserve__form__usage__checkbox {
  display: block;
  margin-bottom: .875rem;
}

.p-reserve__form__usage__checkbox + span {
  margin-left: -5px;
}

.p-reserve__form__usage__textarea {
  margin-top: calc(12/16*1rem);
}

.p-contact__form__textarea {
  height: calc(150/16*1rem);
}

.p-reserve__form__radio {
  /* display: none; */
  margin-bottom: 2.5rem;
}

.p-reserve__form__radio .wpcf7-list-item-label {
  font-size: .875rem;
  position: relative;
  /* padding-left: 1.5625rem; */
}

/* .p-reserve__form__radio .wpcf7-list-item-label:before,
.p-reserve__form__radio .wpcf7-list-item-label:after {
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
}

.p-reserve__form__radio .wpcf7-list-item-label:before {
  left: 0;
  width: 1rem;
  height: 1rem;
  margin-right: .375rem;
  border: 1px solid #ccc;
}

.p-reserve__form__radio:checked .p-reserve__form__radio .wpcf7-list-item-label:after {
  left: .1875rem;
  width: .75rem;
  height: .75rem;
  background-color: #343657;
} */

.mwform-radio-field.horizontal-item:not(:first-child) {
  margin-left: 3.75rem;
}

.p-reserve__form__select__cover {
  position: relative;
  width: 27.5rem;
  background: no-repeat url(../images/common/icon-chevron_below.svg) top 18px right 12px/20px;
  background-color: #fff;
}

.p-reserve__form__select__cover .error {
  position: absolute;
}

.p-reserve__form__select__cover-short {
  width: 80px;
  background: no-repeat url(../images/common/icon-time_chevron.svg) top 12px right 12px/14px;
  background-color: #fff;
  background-size: 14px auto;
}

.mw_wp_form_confirm .p-reserve__form__select__cover {
  width: auto;
  height: 100%;
  background: none;
}

.mw_wp_form_confirm .p-reserve__form__select__cover-short {
  font-size: .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  background: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-reserve__form__select,
.p-reserve__form__select-short {
  color: #333;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-reserve__form__select option {
  color: #333;
}

.p-reserve__form__date__cover {
  position: relative;
  width: 13.75rem;
  margin-bottom: 1.25rem;
}

.mw_wp_form_confirm .p-reserve__form__date__cover {
  margin-bottom: 0;
  background: none;
}

.p-reserve__form__date__cover:before {
  position: absolute;
  top: 22px;
  right: .875rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  background: url(../images/common/icon-calendar.svg) 50% 50% no-repeat;
}

.mw_wp_form_confirm .p-reserve__form__date__cover:before {
  display: none;
}

.p-reserve__form__confirm__cover {
  position: relative;
  margin-top: 2.5rem;
  text-align: center;
}

.p-reserve__form__confirm__cover .p-reserve__form__confirm + span {
  padding-left: 1rem;
}

.p-reserve__form__confirm__cover span {
  font-size: .875rem;
  margin: 0;
  letter-spacing: .1em;
}

.p-reserve__form__confirm__cover a {
  position: relative;
  text-decoration: none;
  color: #333;
}

.p-reserve__form__confirm__cover a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #afafaf;
}

.p-reserve__form__confirm__cover .error {
  display: none;
}

.mw_wp_form_confirm .p-reserve__form__confirm__cover.agree {
  display: none;
}

.p-reserve__form__confirm__cover input,
.p-reserve__form__confirm__cover-check input {
  margin: 0;
}

.p-reserve__form__confirm__cover-check__text {
  font-size: .875rem;
  margin-left: 1em;
}

/* .p-reserve__form__confirm + span {
  font-size: .875rem;
  position: relative;
  padding-left: 2.1875rem;
}

.p-reserve__form__confirm-check + span {
  position: relative;
  padding-left: 35px;
}

.p-reserve__form__confirm + span:before,
.p-reserve__form__confirm-check + span:before {
  position: absolute;
  top: 50%;
  left: -3px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: '';
  border: 1px solid;
  border-color: #b5b3b0;
  background-color: #fff;
}

.p-reserve__form__confirm + span:after,
.p-reserve__form__confirm-check + span:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: #9c9a97 3px solid;
  border-left: #9c9a97 3px solid;
}

.p-reserve__form__confirm + span a,
.p-reserve__form__confirm-check + span a {
  text-decoration: underline;
  color: #333;
}

.p-reserve__form__confirm:checked + span:after,
.p-reserve__form__confirm-check:checked + span:after {
  display: block;
} */

.p-reserve__form__submit__cover p {
  position: relative;
  width: 17.5rem;
  height: 5rem;
  margin: 2.5rem auto 0;
  text-align: center;
}

.p-reserve__form__submit {
  display: block;
  width: 18.75rem;
  height: 5rem;
  margin: 2.5rem auto 0;
  text-align: center;
  font-size: 1rem;
  background: #676767;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-reserve__form__submit:hover {
  opacity: .8;
}
.p-reserve__form__submit:disabled:hover {
  opacity: 1;
}


.p-reserve__form__date {
  width: 13.75rem;
}

.p-reserve__form__number__cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -ms-flex-wrap: wrap; */
  /* flex-wrap: wrap; */
}

.p-reserve__form__number__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-reserve__form__number__start p {
  font-size: .875rem;
}

.p-reserve__form__number__start + p {
  margin: 0 2rem;
}

.p-reserve__form__number__end {
  font-size: .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-reserve__form__number__end p {
  font-size: .875rem;
}

.p-reserve__form__number__item {
  position: relative;
  width: 5rem;
  height: 2.75rem;
  margin-right: .9375rem;
}

.p-reserve__form__number__item:last-of-type {
  margin-left: .25rem;
  margin-left: .9375rem;
}

.p-reserve__form__number {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  margin-right: .9375rem;
  padding: 0;
  padding-left: 1.25rem;
  border: 1px solid #b5b3b0;
  -moz-appearance: textfield;
}

.mwform-checkbox-field-text {
  font-size: .875rem;
}

.p-reserve__form__number::-webkit-inner-spin-button,
.p-reserve__form__number::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.p-reserve__form__number__nav {
  position: absolute;
  top: 0;
  right: .875rem;
  bottom: 0;
}

.p-reserve__form__number__up,
.p-reserve__form__number__down {
  font-family: 'Trebuchet MS', Helvetica, sans-serif !important;
  font-size: 13px;
  line-height: 1.7;
  position: absolute;
  width: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-select: none;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  text-align: center;
  color: #333;
  -o-user-select: none;
}

.p-reserve__form__number__up {
  position: absolute;
  top: 0;
  height: 50%;
  background: url(../images/common/icon-linearrow_up.svg) 50% 80% no-repeat;
}

.p-reserve__form__number__down {
  position: absolute;
  bottom: 0;
  height: 50%;
  background: url(../images/common/icon-linearrow_below.svg) 50% 20% no-repeat;
}

#l-reserve__rokehan {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 6rem 0 0;
}

#l-reserve__rokehan .c-container {
  max-width: 800px;
  padding: 0 2.5rem;
}

.p-reserve__rokehan__text {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(30 / 14);
  margin: .9375rem auto 0;
  letter-spacing: .05em;
}

.p-reserve__rokehan__text a {
  position: relative;
  text-decoration: none;
  color: #333;
}

.p-reserve__rokehan__text a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #afafaf;
}

#l-reserve__phone {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 4rem 0 0;
}

#l-reserve__phone .c-container {
  max-width: 800px;
  padding: 0 2.5rem;
}

.p-reserve__phone__text {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(30 / 14);
  margin: .9375rem auto 0;
  letter-spacing: .05em;
}

.p-reserve__phone__text:last-child {
  margin: 1.5rem auto 0;
}

.p-reserve__phone__text a {
  position: relative;
  text-decoration: none;
  color: #333;
}
.p-reserve__phone__text a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #afafaf;
}

.p-reserve__phone__infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.375rem auto 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-reserve__phone__infobox dt {
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.0625rem;
  height: 1.1875rem;
  letter-spacing: .075em;
  border: 1px solid #999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-reserve__phone__infobox dd {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
  letter-spacing: .075em;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-reserve__phone__infobox dd .u-small {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 1.75rem;
  letter-spacing: .075em;
}

#l-reserve__linkarea {
  width: 100%;
  height: auto;
  padding: 12rem 0 14rem;
}

.p-reserve__linkarea__linkbox {
  display: block;
  width: 36.25rem;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

.p-reserve__linkarea__linkbox.js-sclollslide {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}

.p-reserve__linkarea__linkbox.js-sclollslide.js-active {
  opacity: 1;
}

.p-reserve__linkarea__linkbox.js-sclollslide.js-active::before {
  -webkit-transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  opacity: 1;
}

.p-reserve__linkarea__linkbox::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  pointer-events: none;
  opacity: 0;
  background-color: #000;
}

.p-reserve__linkarea__linkbox:hover::after {
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  opacity: 1;
}

.p-reserve__thanks {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(30 / 14);
  letter-spacing: .1em;
}

/*----- CONTACTカスタマイズ -----*/

.p-contact__wrapper {
  padding-top: 5.4375rem;
}

#l-contact__form {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 7.5rem 0;
  background-color: #f0f0f0;
}

#l-contact__form .c-container {
  max-width: 800px;
  padding: 0 2.5rem;
}

.p-contact__form__toptext {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(30 / 14);
  padding-bottom: .75rem;
  letter-spacing: .075em;

  & .u-red {
    color: #b40d0d;
    font-weight: 500;
  }
}

.p-contact__form__toptext a {
  position: relative;
  text-decoration: none;
  color: #333;
}

.p-contact__form__toptext a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #afafaf;
}

.p-contact__form__container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 1.4375rem auto 0;
}

#l-contact__reserve {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 7.5rem 0 0;
}

#l-contact__reserve .c-container {
  max-width: 800px;
  padding: 0 2.5rem;
}

.p-contact__reserve__text {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(30 / 14);
  margin: .9375rem auto 0;
  letter-spacing: .05em;
}

.p-contact__reserve__text a {
  position: relative;
  text-decoration: none;
  color: #333;
}

.p-contact__reserve__text a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #afafaf;
}

#l-contact__phone {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 7rem 0 0;
}

#l-contact__phone .c-container {
  max-width: 800px;
  padding: 0 2.5rem;
}

.p-contact__phone__text {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(30 / 14);
  margin: .9375rem auto 0;
  letter-spacing: .05em;
}

.p-contact__phone__text:last-child {
  margin: 1.5rem auto 0;
}

.p-contact__phone__infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.375rem auto 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contact__phone__infobox dt {
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5.0625rem;
  height: 1.1875rem;
  letter-spacing: .075em;
  border: 1px solid #999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contact__phone__infobox dd {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
  letter-spacing: .075em;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-contact__phone__infobox dd .u-small {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  margin-left: 1.75rem;
  letter-spacing: .075em;
}

#l-contact__linkarea {
  width: 100%;
  height: auto;
  padding: 22.9375rem 0 19.0625rem;
}

.p-contact__linkarea__linkbox {
  display: block;
  width: 23.75rem;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

.p-contact__linkarea__linkbox.js-sclollslide {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}

.p-contact__linkarea__linkbox.js-sclollslide.js-active {
  opacity: 1;
}

.p-contact__linkarea__linkbox.js-sclollslide.js-active::before {
  -webkit-transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  transition: right .3s cubic-bezier(1, 0, 1, 1) 0s, transform .3s cubic-bezier(0, 0, 0, 1) .55s, -webkit-transform .3s cubic-bezier(0, 0, 0, 1) .55s;
  opacity: 1;
}

.p-contact__linkarea__linkbox::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  pointer-events: none;
  opacity: 0;
  background-color: #000;
}

.p-contact__linkarea__linkbox:hover::after {
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  opacity: 1;
}

.p-contact__thanks {
  font-size: .875rem;
  font-weight: 500;
  line-height: calc(30 / 14);
  letter-spacing: .05em;
}

@media screen and (min-width: 769px) {
  .p-price__cancel__table--3colums {
    display: none;
  }

  .p-price__cancel__table--4colums {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }

  .p-top__logo {
    top: 3.125rem;
    width: 7.5rem;
  }

  .p-top__fv__contentbox {
    width: 100%;
  }

  .p-photo__wrapper .c-container {
    max-width: 590px;
  }

  #l-photo__dining {
    padding: 8.75rem 0 7.5rem;
  }

  .p-photo__dining__imgboxes1 {
    display: block;
    margin: 3rem auto 0;
    padding-left: 0;
  }

  .p-photo__dining__imgbox1 {
    width: 100%;
    margin-bottom: 0;
  }

  .p-photo__dining__imgbox2 {
    width: 50%;
    margin-top: 1.875rem;
  }

  .p-photo__dining__imgbox3 {
    width: 100%;
    margin: 3.6875rem auto 0;
  }

  .p-photo__dining__imgboxes2 {
    margin: 3.75rem auto 0;
    padding: 0;
  }

  .p-photo__dining__imgbox4 {
    width: 50%;
    margin-top: 1.875rem;
  }

  .p-photo__dining__imgbox5 {
    width: 33.28358%;
  }

  .p-photo__dining__imgbox6 {
    width: 67.16418%;
    margin: 3.75rem 0 0 auto;
  }

  .p-photo__dining__imgboxes3 {
    display: block;
    margin: 3.75rem auto 0;
    padding: 0;
  }

  .p-photo__dining__moviebox {
    width: 66.56716%;
    margin-top: 1.78125rem;
  }

  .p-photo__dining__imgbox7 {
    width: 33.42384%;
    margin-left: auto;
  }

  .p-photo__dining__imgboxes4 {
    display: block;
    width: 100%;
    margin: 1.875rem auto 0;
  }

  .p-photo__dining__imgbox8 {
    width: 66.56716%;
    margin: 3.75rem auto 0;
  }

  .p-photo__dining__imgbox9 {
    width: 32.83582%;
    margin-left: auto;
  }

  #l-photo__living {
    padding: 6.5rem 0 7.5rem;
  }

  .p-photo__living__imgboxes1 {
    margin: 3.0625rem auto 0;
  }

  .p-photo__living__imgbox1 {
    width: 33.28358%;
    margin-bottom: 3.75rem;
  }

  .p-photo__living__imgbox2 {
    width: 50%;
  }

  .p-photo__living__imgbox3 {
    width: 100%;
    margin: 3.75rem auto 0;
  }

  .p-photo__living__imgboxes2 {
    display: block;
    margin: 3.75rem auto 0;
  }

  .p-photo__living__moviebox {
    width: 66.56716%;
    margin-bottom: 0;
  }

  .p-photo__living__imgbox4 {
    width: 50%;
    margin: 1.875rem 0 0 auto;
  }

  .p-photo__living__imgboxes3 {
    display: block;
    margin: 3.90625rem auto 0;
  }

  .p-photo__living__imgbox5 {
    width: 50%;
    margin: 0 auto 0 0;
  }

  .p-photo__living__imgbox6 {
    width: 100%;
    margin-top: 3.75rem;
  }

  .p-photo__living__imgbox7 {
    width: 33.43284%;
    margin: 1.875rem auto 0 16.86567%;
  }

  #l-photo__bedroom {
    padding: 7rem 0 7.5rem;
  }

  .p-photo__bedroom__imgbox1 {
    width: 100%;
    margin: 3rem auto 0;
  }

  .p-photo__bedroom__imgboxes1 {
    display: block;
    margin: 3.75rem auto 0;
    padding-left: 0;
  }

  .p-photo__bedroom__imgbox2 {
    width: 50%;
  }

  .p-photo__bedroom__moviebox {
    width: 66.41791%;
    margin: 1.875rem 0 0 auto;
  }

  .p-photo__bedroom__imgbox3 {
    width: 33.58209%;
    margin: 3.75rem 0 0 auto;
  }

  .p-photo__bedroom__imgboxes2 {
    display: block;
    width: 100%;
    margin: 1.875rem auto 0;
    padding-left: 0;
  }

  .p-photo__bedroom__imgbox4 {
    width: 50%;
    margin: 0 auto;
  }

  .p-photo__bedroom__imgbox5 {
    width: 33.28358%;
    margin: 3.75rem auto 0 0;
  }

  .p-photo__bedroom__imgbox6 {
    width: 100%;
    margin: 3.75rem auto 0;
  }

  #l-photo__fittingroom {
    padding: 7rem 0 7.5rem;
  }

  .p-photo__fittingroom__imgbox1 {
    width: 100%;
    margin: 2.96875rem auto 0;
  }

  .p-photo__fittingroom__imgboxes1 {
    margin: 1.875rem auto 0;
    padding-right: 0;
  }

  .p-photo__fittingroom__imgbox2 {
    width: 33.43284%;
    margin-bottom: 1.875rem;
  }

  .p-photo__fittingroom__imgbox3 {
    width: 50%;
  }

  .p-photo__fittingroom__imgbox4 {
    width: 66.71642%;
    margin: 3.71875rem auto 0;
  }

  #l-photo__rooftop {
    padding: 7rem 0 7.5rem;
  }

  .p-photo__rooftop__imgboxes1 {
    display: block;
    margin: 1.125rem auto 0;
    padding-left: 0;
  }

  .p-photo__rooftop__imgbox1 {
    width: 50%;
    margin: 0 0 0 auto;
  }

  .p-photo__rooftop__imgbox2 {
    width: 50%;
    margin: 1.875rem auto 0 0;
  }

  .p-photo__rooftop__imgboxes2 {
    display: block;
    margin: 0 auto;
    padding-right: 0;
  }

  .p-photo__rooftop__imgbox3 {
    width: 33.43284%;
    margin: 0 0 0 auto;
  }

  .p-photo__rooftop__imgbox4 {
    width: 100%;
    margin: 3.75rem auto 0;
  }

  #l-photo__linkarea {
    padding: 19.28125rem 0 19.1875rem;
  }

  .p-photo__linkarea__linkbox {
    width: 14.25rem;
  }

  .lb-close {
    top: -8.875rem;
    right: 0rem;
    width: 2.1875rem;
    height: 2.1875rem;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  .lb-caption {
    font-size: .625rem;
  }

  .lb-prev,
  .lb-next {
    bottom: -1rem;
  }

  .lb-prev {
    right: 3.3125rem;
  }

  .p-guide__wrapper .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  #l-guide__fv {
    padding: 5.5rem 0 3.40625rem;
  }

  .p-guide__fv__img {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  #l-guide__concept {
    padding: 0 0 6.875rem;
  }

  .p-guide__concept__titlecontainer {
    display: block;
  }

  .p-guide__concept__titlebox__text {
    font-size: 1rem;
    margin-top: 2.125rem;
    letter-spacing: .06em;
  }

  .p-guide__concept__titlebox__text .u-small {
    font-size: .75rem;
    letter-spacing: .1em;
  }

  .p-guide__concept__sliders {
    margin-top: 2.90625rem;
  }

  .p-guide__concept__sliders .p-guide__concept__slider {
    width: 1470px;
    padding-bottom: 10px;
  }

  .p-guide__concept__sliders .p-guide__concept__slider.u-small {
    width: 780px;
  }

  .p-guide__concept__slider__text {
    font-size: 4.375rem;
  }

  .p-guide__outline__3f_studio {
    padding-top: .5rem;
  }

  .p-guide__outline__text {
    font-size: 1rem;
    line-height: calc(59 / 32);
  }

  .p-guide__outline__info_lists {
    display: block;
  }

  .p-guide__outline__info_list:not(:first-child) {
    margin-top: .9375rem;
    margin-left: 0;
  }

  .p-guide__outline__info_list dt {
    font-size: .625rem;
    width: 3rem;
    height: 1rem;
    padding: 0;
  }

  .p-guide__outline__info_list dd {
    font-size: .75rem;
    margin-left: .4375rem;
    letter-spacing: .03em;
  }

  .p-guide__outline__image {
    margin: 2.5rem auto 0;
  }

  .p-guide__outline__rooftop {
    padding-top: 4.6875rem;
  }

  .p-guide__outline__linkbox {
    display: block;
    max-width: 400px;
    margin: 4.875rem auto 0;
  }

  .p-guide__outline__link {
    font-size: .75rem;
    width: 100%;
    height: 3.75rem;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-guide__outline__link:not(:first-child) {
    margin-top: 1.25rem;
    margin-left: 0;
  }

  .p-guide__outline__linkicon {
    width: 1.34375rem;
  }

  #l-guide__detail {
    padding: 7.5rem 0 7.28125rem;
  }

  .c-guide_sliders {
    width: calc(100% + 35px);
    margin: 1.25rem auto 0;
    -webkit-transform: translateX(-17.5px);
    transform: translateX(-17.5px);
  }

  .c-guide_sliders .slick-arrow {
    top: 21%;
    width: 1.75rem;
    height: 3.5rem;
  }

  .c-guide_sliders .slick-prev {
    left: 5px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .c-guide_sliders .slick-next {
    right: 5px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .c-guide_slider {
    padding: 0 17.5px;
  }

  .c-guide_slider__textbox {
    display: block;
    margin: 1.125rem auto 0;
  }

  .c-guide_slider__title {
    font-size: .875rem;
    width: 100%;
    margin: 0;
  }

  .c-guide_slider__title__number {
    font-size: .9375rem;
    width: 28px;
    height: 28px;
    margin-right: .5rem;
  }

  .c-guide_slider__title__icon {
    width: 16px;
  }

  .c-guide_slider__text {
    font-size: .75rem;
    line-height: calc(44 / 24);
    width: 100%;
    margin: .65625rem auto 0;
    text-align: justify;
    letter-spacing: .05em;
  }

  #l-guide__group {
    padding: 7.5rem 0 0 0;

    &.u-contact {
      & .c-groupstudio_banner__slider {
        width: 100%;
      }
    }
  }

  .c-groupstudio_banner {
    display: block;
  }

  .c-groupstudio_banner__textbox {
    width: 100%;
    min-height: initial;
    padding: calc(40/16*1rem) calc(20/16*1rem) calc(119/16*1rem);
  }

  .c-groupstudio_banner__title {
    font-size: calc(14/16*1rem);
    &:after {
      bottom: calc(-14.5/16*1rem);
    }
  }

  .c-groupstudio_banner__text {
    margin-top: calc(30/16*1rem);
    font-size: calc(12/16*1rem);
    line-height: calc(44/24);
    letter-spacing: 0.125em;
  }

  .c-groupstudio_banner__link {
    position: absolute;
    bottom: calc(39/16*1rem);
    left: calc(21.5/16*1rem);
    gap: calc(8.5/16*1rem);
    width: calc(128.5/16*1rem);
    height: calc(33/16*1rem);
    font-size: calc(12/16*1rem);
  }

  .c-groupstudio_banner__linkicon {
    width: calc(7/16*1rem);
  }

  .c-groupstudio_banner__slider {
    width: 100%;

    & .slick-list {
      height: auto;
    }

    & .slick-track {
      height: auto;
    }
  }

  .c-groupstudio_banner__slideritem {
    width: 100%;
  }

  .c-groupstudio_banner__slideritem__img {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    display: block;
    height: auto;
    object-fit: initial;

    & img {
      width: 100%;
      height: auto;
    }
  }

  #l-guide__linkarea {
    padding: 19.28125rem 0 19.1875rem;
  }

  .p-guide__linkarea__linkbox {
    width: 13rem;
  }

  .p-price__wrapper {
    padding-top: 5.5rem;
  }

  .p-price__wrapper .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  #l-price__cost {
    padding: 5.5rem 0 7.1875rem;
  }

  #l-price__cost .c-container {
    display: block;
  }

  .p-price__cost__timeinfoboxes {
    margin-top: .9375rem;
  }

  .p-price__cost__timeinfobox dt {
    font-size: .625rem;
    width: 4.6875rem;
    height: 1rem;
  }

  .p-price__cost__timeinfobox dd {
    font-size: .8125rem;
    margin-left: .4375rem;
    letter-spacing: .05em;
  }

  .p-price__cost__timeinfobox:not(:first-child) {
    margin-top: .9375rem;
  }

  .p-price__cost__lists {
    margin-top: 1.5625rem;
  }

  .p-price__cost__list {
    font-size: .75rem;
    line-height: calc(44 / 24);
    letter-spacing: .05em;
  }

  .p-price__cost__list:not(:first-child) {
    margin-top: .4375rem;
  }

  .p-price__cost__left {
    padding-right: 0;
  }

  .p-price__cost__right {
    width: 100%;
    margin-top: 1.875rem;
  }

  .p-price__cost__infobox {
    padding: 1.875rem 8.95522% 1.5625rem;
  }

  .p-price__cost__infobox:not(:first-child) {
    margin-top: .9375rem;
  }

  .p-price__cost__infobox__title {
    font-size: 1.0625rem;
    padding-bottom: .90625rem;
  }

  .p-price__cost__infobox__title .u-small {
    font-size: .75rem;
    padding-left: .75rem;
  }

  .p-price__cost__infobox__price {
    font-size: 1.875rem;
    margin-top: 1.25rem;
  }

  .p-price__cost__infobox__price::before {
    font-size: 1.6875rem;
    padding-bottom: .125rem;
  }

  .p-price__cost__infobox__price::after {
    font-size: .75rem;
    padding-bottom: .1875rem;
    padding-left: .3125rem;
  }

  .p-price__cost__infobox__text {
    font-size: .75rem;
    line-height: calc(44 / 24);
    margin-top: .6875rem;
    letter-spacing: .05em;
  }

  #l-price__cancel {
    padding: 4rem 0 0;
  }
	
  #l-price__cancel .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  .p-price__cancel__table,
  .p-price__cancel__table--3colums,
  .p-price__cancel__table--4colums {
    display: none;
  }

  .p-price__cancel__table--3colums {
    font-size: .75rem;
    display: table;
    margin-top: 1.25rem;
  }

  .p-price__cancel__table--3colums th {
    width: calc(100% / 3);
    padding: .9375rem .3125rem;
  }

  .p-price__cancel__table--3colums td {
    padding: .9375rem .3125rem;
  }

  .p-price__cancel__table--4colums {
    font-size: .75rem;
    display: table;
    margin-top: .625rem;
  }

  .p-price__cancel__table--4colums th {
    width: calc(100% / 4);
    padding: .9375rem .3125rem;
  }

  .p-price__cancel__table--4colums td {
    padding: .9375rem .3125rem;
  }

  .p-price__cancel__lists {
    margin-top: 1.625rem;
  }

  .p-price__cancel__list {
    font-size: .75rem;
    line-height: calc(44 / 24);
    letter-spacing: .05em;
  }

  .p-price__cancel__list:not(:first-child) {
    margin-top: .5rem;
  }

  #l-price__payment {
    padding: 4rem 0 5rem;
  }

  #l-price__payment .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  .p-price__payment__lists {
    margin-top: .8125rem;
  }

  .p-price__payment__list {
    font-size: .75rem;
    line-height: calc(44 / 24);
    letter-spacing: .05em;
  }

  .p-price__payment__list:not(:first-child) {
    margin-top: .5rem;
  }

  #l-price__linkarea {
    padding: 18.875rem 0 19.1875rem;
  }

  .p-price__linkarea__linkbox {
    width: 18.125rem;
  }

  .p-terms__wrapper {
    /* padding-top: 5.5rem; */
  }

  .p-terms__wrapper .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  .p-terms__fv__img {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  #l-terms__notes {
    padding: 3.375rem 0 7.1875rem;
  }

  .p-terms__notes__lists {
    margin-top: .65625rem;
  }

  .p-terms__notes__list {
    font-size: .75rem;
    line-height: calc(44 / 24);
    letter-spacing: .05em;
  }

  .p-terms__notes__list:not(:first-child) {
    margin-top: .5rem;
  }

  #l-terms__terms {
    padding: 7.5rem 0 7.1875rem;
  }

  .p-terms__terms__textboxes {
    margin-top: 1.21875rem;
  }

  .p-terms__terms__textbox:not(:first-child) {
    margin-top: 1.4375rem;
  }

  .p-terms__terms__textbox__title {
    font-size: .75rem;
    letter-spacing: .05em;
  }

  .p-terms__terms__textbox__lists {
    margin-top: .5625rem;
  }

  .p-terms__terms__textbox__list {
    font-size: .75rem;
    line-height: calc(44 / 24);
    letter-spacing: .05em;
  }

  .p-terms__terms__textbox__list:not(:first-child) {
    margin-top: .28125rem;
  }

  .p-terms__terms__textbox__text {
    font-size: .75rem;
    line-height: calc(44 / 24);
    margin-top: .5625rem;
    letter-spacing: .05em;
  }

  .p-terms__terms__textbox__lists--circle {
    margin-top: .5625rem;
  }

  .p-terms__terms__textbox__list--circle {
    font-size: .75rem;
    line-height: calc(44 / 24);
    letter-spacing: .05em;
  }

  .p-terms__terms__textbox__list--circle:not(:first-child) {
    margin-top: .28125rem;
  }

  #l-terms__linkarea {
    padding: 19.25rem 0 19.1875rem;
  }

  .p-terms__linkarea__linkbox {
    width: 15.625rem;
  }

  .p-access__wrapper {
    padding-top: 5.5rem;
  }

  .p-access__wrapper .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  #l-access__map {
    padding: 3.4375rem 0 7.5rem;
  }

  .p-access__map__lists {
    margin: .9375rem auto 0;
  }

  .p-access__map__list dl {
    display: block;
  }

  .p-access__map__list dt {
    font-size: .625rem;
    width: 3.5rem;
    height: .875rem;
  }

  .p-access__map__list dd {
    padding-left: 0;
  }

  .p-access__map__list:not(:first-child) {
    margin-top: .9375rem;
  }

  .p-access__map__list__text {
    font-size: .8125rem;
    display: block;
    margin-top: .5625rem;
    letter-spacing: .03em;
  }

  .p-access__map__list__text .u-small {
    font-size: .75rem;
    display: block;
    margin-top: 5px;
    margin-left: 0;
    letter-spacing: .03em;
  }

  .p-access__map__list__smalltext {
    font-size: .75rem;
    line-height: calc(34 / 24);
    margin-top: .40625rem;
    letter-spacing: .05em;
  }

  .p-access__map__btn {
    position: initial;
    right: initial;
    margin: 1.59375rem auto 0;
  }

  .p-access__map__mapbox {
    margin: 1.875rem auto 0;
    padding-top: 65.67164%;
  }

  .p-access__car__btn {
    position: initial;
    right: 0;
    margin: 1.25rem auto 0;
  }

  .p-access__car__text {
    font-size: .75rem;
    line-height: calc(44 / 24);
    margin: 1.5625rem auto 0;
    letter-spacing: .05em;
  }

  #l-access__train {
    padding: 7.625rem 0 0;
  }

  .p-access__train__text {
    font-size: .75rem;
    line-height: calc(44 / 24);
    margin: .625rem auto 0;
    letter-spacing: .05em;
  }

  #l-access__linkarea {
    padding: 19.6875rem 0 19.1875rem;
  }

  .p-access__linkarea__linkbox {
    width: 20.8125rem;
    max-width: initial;
  }

  .p-faq__wrapper {
    padding-top: 5.5rem;
  }

  .p-faq__fv__img {
    max-width: 550px;
  }

  #l-faq__main {
    padding: 3.40625rem 0 0;
  }

  #l-faq__main .c-container {
    max-width: 590px;
    padding: 0 20px;
  }

  .p-faq__main__text {
    font-size: .75rem;
    line-height: calc(44 / 24);
    margin: 1.1875rem auto 0;
    letter-spacing: .05em;
  }

  .p-faq__main__boxes {
    margin: 1.625rem auto 0;
  }

  .p-faq__main__box {
    padding: .9375rem 1.25rem;
  }

  .p-faq__main__box:not(:first-child) {
    margin-top: 1.25rem;
  }

  .p-faq__main__question {
    font-size: .75rem;
    line-height: calc(44 / 24);
    padding-left: 1.125rem;
    letter-spacing: .05em;
  }

  .p-faq__main__answer {
    font-size: .75rem;
    line-height: calc(44 / 24);
    padding-left: 1.125rem;
    letter-spacing: .05em;
  }

  #l-faq__other .c-container {
    max-width: 590px;
    padding: 0 20px;
  }

  #l-faq__linkarea {
    padding: 19.6875rem 0 19.1875rem;
  }

  .p-faq__linkarea__linkbox {
    width: 15.625rem;
    max-width: initial;
  }

  .p-reserve__wrapper {
    /* padding-top: 5.5rem; */
    padding-top: 1rem;
  }

  .p-reserve__fv .c-container {
    max-width: 630px;
    padding: 0 1.25rem;
  }

  .p-reserve__fv__img {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  #l-reserve__flow {
    /* padding: 3.375rem 0 0; */
  }

  #l-reserve__flow .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  .p-reserve__flow__lists {
    margin: .9375rem auto 0;
  }

  .p-reserve__flow__list:not(:last-child) dt::after {
    width: 1.75rem;
    height: .875rem;
  }

  .p-reserve__flow__list dt {
    font-size: .8125rem;
    width: 8.625rem;
  }

  .p-reserve__flow__list dd {
    font-size: .75rem;
    line-height: calc(44 / 24);
    min-height: initial;
    padding: .9375rem 1.1875rem;
  }

  .p-reserve__flow__supplement {
    font-size: .75rem;
    line-height: calc(44 / 24);
    margin: 1.28125rem auto 0;
    letter-spacing: .05em;
  }

  #l-reserve__to_customer {
    /* padding: 7.25rem 0 7.1875rem; */
    padding: 4rem 0 0;
  }

  #l-reserve__to_customer .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  .p-reserve__to_customer__text {
    font-size: .75rem;
    line-height: calc(44 / 24);
    margin: .9375rem auto 0;
    letter-spacing: .05em;
  }

  #l-reserve__form {
    padding: 5rem 0;
  }

  #l-reserve__form .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  .p-reserve__form__toptext {
    font-size: .75rem;
    padding-bottom: 1.875rem;
    letter-spacing: .05em;
  }

  .p-reserve__form__toptext--red {
    font-size: .75rem;
    line-height: calc(44 / 24);
    padding-bottom: .125rem;
    letter-spacing: .05em;

    &:after {
      width: 100%;
      aspect-ratio: 996/122;
      margin: calc(30/16*1rem) auto 0 0;
      background: url(../images/reserve/img-reserve_progress_sp.png) 50% 50% / cover no-repeat;
    }
  }

  .mw_wp_form_confirm .p-reserve__form__toptext--red:after {
    background: url(../images/reserve/img-reserve_progress_sp2.png) 50% 50% / cover no-repeat;
  }

  .p-reserve__form__container {
    margin: 1.25rem auto 0;
  }

  .p-reserve__form__label {
    margin: 1.875rem 0 .5625rem;
    letter-spacing: .075em;
  }

  .p-reserve__form__label .u-small {
    font-size: .75rem;
  }

  .p-reserve__form__text,
  .p-reserve__form__email,
  .p-reserve__form__textarea,
  .p-reserve__form__select,
  .p-reserve__form__select-short,
  .p-reserve__form__date {
    width: 100%;
    height: 2.5rem;
    padding: 0 .75rem;
  }

  .p-reserve__form__textarea {
    height: 5.75rem;
    padding: .8125rem;
  }

  /* .p-reserve__form__radio .wpcf7-list-item-label {
    padding-left: 1.875rem;
  }

  .p-reserve__form__radio .wpcf7-list-item-label:before {
    width: 1.375rem;
    height: 1.375rem;
  }

  .p-reserve__form__radio:checked + .p-reserve__form__radio .wpcf7-list-item-label:after {
    width: 1.125rem;
    height: 1.125rem;
  }

  .mwform-radio-field.horizontal-item:not(:first-child) {
    margin-left: 5.3125rem;
  } */

  .p-reserve__form__select__cover {
    width: 100%;
    background: no-repeat url(../images/common/icon-chevron_below.svg) top 15px right 12px/14px;
    background-color: #fff;
  }

  .p-reserve__form__select__cover-short {
    width: 3.4375rem;
    background: no-repeat url(../images/common/icon-time_chevron.svg) top 14px right 7px/14px;
    background-color: #fff;
    background-size: 7px auto;
  }

  .p-reserve__form__date__cover {
    margin-bottom: .625rem;
  }

  .p-reserve__form__confirm__cover {
    margin-top: 2.0625rem;
  }

  .p-reserve__form__confirm__cover-check__text {
    font-size: .75rem;
    display: block;
    margin-top: .875rem;
    margin-left: 0;
  }

  /* .p-reserve__form__confirm-check + span {
    padding-left: 1.625rem;
  } */

  .p-reserve__form__submit {
    width: 100%;
    max-width: 350px;
    height: 3.75rem;
    margin: 2.125rem auto 0;
    font-size: .8125rem;
  }

  .p-reserve__form__number__start + p {
    margin: -.5625rem .25rem 0;
  }

  .p-reserve__form__number__item {
    width: 3.4375rem;
    height: 2.5rem;
    margin-right: .25rem;
  }

  .p-reserve__form__number__item:last-of-type {
    margin-left: .25rem;
  }

  #l-reserve__rokehan .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  .p-reserve__rokehan__text {
    font-size: .75rem;
    line-height: calc(44 / 24);
    margin: .875rem auto 0;
    letter-spacing: .05em;
  }

  #l-reserve__phone {
    padding: 4rem 0 0;
  }

  #l-reserve__phone .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  .p-reserve__phone__text {
    font-size: .75rem;
    line-height: calc(44 / 24);
    margin: .875rem auto 0;
    letter-spacing: .05em;
  }

  .p-reserve__phone__infobox {
    margin: 1.6875rem auto 0;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .p-reserve__phone__infobox dt {
    font-size: .6875rem;
    width: 3.90625rem;
    height: 1.375rem;
    letter-spacing: .1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-reserve__phone__infobox dd {
    font-size: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: .71875rem;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .p-reserve__phone__infobox dd .u-small {
    font-size: .75rem;
    margin-top: .78125rem;
    margin-left: 0;
  }

  #l-reserve__linkarea {
    padding: 10rem 0;
  }

  .p-reserve__linkarea__linkbox {
    width: 14.6875rem;
    max-width: initial;
  }

  .p-reserve__thanks {
    font-size: .75rem;
    line-height: calc(44 / 24);
    letter-spacing: .05em;
  }

  .p-contact__wrapper {
    padding-top: 5.5rem;
  }

  #l-contact__form {
    padding: 3.6875rem 0 7.5rem;
  }

  #l-contact__form .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  .p-contact__form__toptext {
    font-size: .75rem;
    line-height: calc(44 / 24);
    padding-bottom: 1.4375rem;
    letter-spacing: .05em;
  }

  .p-contact__form__container {
    margin: 1.25rem auto 0;
  }

  #l-contact__reserve .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  .p-contact__reserve__text {
    font-size: .75rem;
    line-height: calc(44 / 24);
    margin: .875rem auto 0;
    letter-spacing: .05em;
  }

  #l-contact__phone {
    padding: 8.5625rem 0 0;
  }

  #l-contact__phone .c-container {
    max-width: 590px;
    padding: 0 1.25rem;
  }

  .p-contact__phone__text {
    font-size: .75rem;
    line-height: calc(44 / 24);
    margin: .875rem auto 0;
    letter-spacing: .05em;
  }

  .p-contact__phone__infobox {
    margin: 1.6875rem auto 0;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .p-contact__phone__infobox dt {
    font-size: .6875rem;
    width: 3.90625rem;
    height: 1.375rem;
    letter-spacing: .1em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-contact__phone__infobox dd {
    font-size: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: .71875rem;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .p-contact__phone__infobox dd .u-small {
    font-size: .75rem;
    margin-top: .78125rem;
    margin-left: 0;
  }

  #l-contact__linkarea {
    padding: 20rem 0 18.4375rem;
  }

  .p-contact__linkarea__linkbox {
    width: 9.6875rem;
    max-width: initial;
  }

  .p-contact__thanks {
    font-size: .75rem;
    line-height: calc(44 / 24);
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: 100%;
  }

  .c-guide_sliders .slick-arrow {
    width: 2.4625rem;
    height: 4.9rem;
  }

  .c-guide_sliders .slick-prev {
    left: 40px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .c-guide_sliders .slick-next {
    right: 40px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 100%;
  }

  .lb-close {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transform: translate(0, -120%);
    transform: translate(0, -120%);
  }

  .p-guide__concept__titlebox__text {
    font-size: 1.5rem;
  }

  .p-guide__concept__titlebox__text .u-small {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
  html {
    font-size: 100%;
  }

  .c-guide_sliders .slick-arrow {
    width: 1.75rem;
    height: 3.5rem;
  }

  .p-price__cost__left {
    padding-right: 4%;
  }

  .p-price__cost__right {
    width: 380px;
  }

  .p-price__cost__infobox__title {
    font-size: 1.25rem;
  }

  .p-price__cost__infobox__title .u-small {
    font-size: .75rem;
  }

  .p-price__linkarea__linkbox {
    width: 37.5rem;
  }

  .p-terms__linkarea__linkbox {
    width: 31.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 800px) {
  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 421px) and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  html {
    font-size: 100%;
  }

  .c-guide_sliders .slick-arrow {
    top: 30%;
  }
}

@media screen and (min-width: 601px) and (max-width: 768px) {
  html {
    font-size: 100%;
  }

  .c-guide_sliders .slick-arrow {
    top: 35%;
  }
}



.wpcf7-list-item {
  margin: 0 3em 0 0;
}
.wpcf7-not-valid-tip {
  background: #f0f0f0;
  white-space: nowrap;
  padding-top: .25em;
  font-size: 85%;
}

.p-reserve__form__radio .wpcf7-list-item {
  position: relative;
}
.p-reserve__form__radio .wpcf7-list-item label {
  cursor: pointer;
}
.p-reserve__form__radio .wpcf7-list-item input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.p-reserve__form__radio .wpcf7-list-item-label::before,
.p-reserve__form__radio .wpcf7-list-item-label::after {
  content: '';
  width: 1rem;
  height: 1rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-reserve__form__radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::after {
  left: .125rem;
  width: .75rem;
  height: .75rem;
  background: #343657;
}
.p-reserve__form__radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.5rem;
}

.wpcf7-acceptance .wpcf7-list-item label,
.p-reserve__form__checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  user-select: none;
  position: relative;
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"],
.p-reserve__form__checkbox .wpcf7-list-item input[type="checkbox"] {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.p-reserve__form__checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 1.5rem;
  font-size: .875rem;
}
.wpcf7-acceptance .wpcf7-list-item-label::before,
.p-reserve__form__checkbox .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: -3px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: '';
  border: 1px solid;
  border-color: #b5b3b0;
  background-color: #fff;
}
.wpcf7-acceptance .wpcf7-list-item-label::after,
.p-reserve__form__checkbox .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: #9c9a97 3px solid;
  border-left: #9c9a97 3px solid;
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
.p-reserve__form__checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  display: block;
}


.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-form-control-wrap.is-show .wpcf7-not-valid-tip {
  display: block;
}