@charset "UTF-8";

/* =============================================================================

Top CSS

・トップページ用CSS「.top-×××」

上記はここに記述する

============================================================================= */

/* KV */
.bestrate-kv {
  position: absolute;
  bottom: 10.9rem;
  right: 0;
  width: 360px;
  height: 120px;
  z-index: 999;
}
.bestrate-kv img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-kv_title {
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.top-kv :is(.splide__track,.splide__list,.splide__slide) {
  height:100%;
}
.top-kv:not(.is-initialized) {
  opacity:0;
}
.top-kv {
  transition-property: opacity;
  transition-duration:3.0s;
  transition-timing-function: var(--ttf-eo-cubic);
}
.top-kv .splide_slide {
  position:relative;
  overflow:hidden;
  will-change:opacity;
}
.top-kv-copy {
  width:fit-content;
  font-size:2.0rem;
  font-weight:500;
  line-height:calc(46/20);
  letter-spacing: .2em;
  position:absolute;
}
.top-kv-img {
  z-index: -1;
  transform:scale(1.2);
  animation-fill-mode: both;
  will-change:transform;
}
.top-kv.is-scale-play .splide__slide.is-scale .top-kv-img {
  animation: top_kv_scale 8s linear forwards;
}
@keyframes top_kv_scale {
  0% {
    transform:scale(1.2);
  }
  100% {
    transform:scale(1.0);
  }
}
@media (width > 640px) {
  .top-kv-copy {
    text-align: right;
    top:20.0rem;
    right:9.0rem;
  }
}
@media (width <= 640px) {
  .bestrate-kv {
    top: 50%;
    right: 0;
    width: 60px;
    height: 180px;
    z-index: 999;
    transform: translateY(-50%);
  }
  .top-kv_title {
    bottom:18.0rem;
  }
  .top-kv-copy {
    margin-inline:auto;
    font-size:1.5rem;
    text-align: center;
    line-height:calc(34/15);
    top:6.8rem;
    inset-inline:0;
  }
}


/* PICKUP */
.top-pickup {
  padding-block:10.0rem;
  overflow:hidden;
}
.top-pickup-carousel .splide__arrow {
  display:flex;
  justify-content: center;
  align-items: center;
  width:4.0rem;
  height:auto;
  aspect-ratio: 1/1;
  background-color:var(--cc-orange-A-hex);
  transition-property: background-color;
  transition-duration: var(--duration-hover-A);
}
.top-pickup-carousel:not(.is-active) .splide__list {
  display:grid;
}
@media (hover) {
  .top-pickup-carousel .splide__arrow:hover {
    background-color:var(--cc-orange-B-hex);
  }
}
.top-pickup-carousel .splide__arrow svg {
  width:auto;
  height:.8rem;
  fill:#fff;
}
.top-pickup-carousel .splide__arrow.is-prev svg {
  transform:scaleX(-1);
}
.top-pickup-carousel-item > a {
  display:grid;
  gap:1.6rem;
}
.top-pickup-carousel-item .thumbnail {
  height:auto;
  aspect-ratio:26/18;
}
@media (width > 640px) {
  .top-pickup_inner {
    --carousel-w:88.0rem;
    display:grid;
    grid-template-columns:1fr var(--carousel-w);
    position:relative;
  }
  .top-pickup-carousel {
    grid-column:2/3;
    position:static;
    overflow:visible;
  }
  .top-pickup-carousel:not(.is-active) .splide__list {
    grid-template-columns: repeat(3,1fr);
    gap:5.0rem;
  }
  .top-pickup-carousel .splide__arrows {
    display:flex;
    gap:1.0rem;
    position:absolute;
    left:0;
    bottom:0;
  }
}
@media (width <= 640px) {
  .top-pickup {
    padding-block:6.0rem 8.0rem;
  }
  .top-pickup-carousel {
    margin-inline:auto;
    width:26.0rem;
    overflow:visible;
    position:relative;
  }
  .top-pickup-carousel .splide__arrow {
    width:3.0rem;
    position:absolute;
    z-index:10;
    top:calc(260 * 18/26 * .05rem - 1.5rem);
  }
  .top-pickup-carousel .splide__arrow.is-next {
    left:calc(100% + 1.7rem);
  }
  .top-pickup-carousel .splide__arrow.is-prev {
    right:calc(100% + 1.7rem);
  }
  .top-pickup-carousel .splide__track {
    overflow:visible;
  }
  .top-pickup-carousel-item > a {
    gap:1.4rem;
  }
  .top-pickup-carousel-item .l-date-A {
    font-size:1.4rem;
  }
}


/* NEWS */
.top-news {
  padding-block:8.0rem 12.0rem;
}
@media (width > 640px) {
  .top-news_inner {
    display:grid;
    grid-template-columns:1fr 88.0rem;
  }
}
@media (width <= 640px) {
  .top-news {
    padding-block:8.0rem 8.0rem;
  }
  .top-news-link {
    margin-top:2.8rem;
  }
}


/* RESERVATIONS */
.top-reservations_inner {
  padding:6.0rem 1.0rem 1.0rem;
}
.top-reservations .l-heading-D .en {
  margin-bottom:.4rem;
}
.top-reservations .l-heading-D .ja {
  font-size:2.4rem;
}
.top-reservations-form {
  margin-top:6.0rem;
  padding-block:4.8rem;
}
.top-reservations .bestrate-reservations {
  display: block;
  width: fit-content;
  margin-top: 5rem;
  margin-inline: auto;
  transition-property: opacity;
  transition-duration: var(--duration-hover-A);
}
.top-reservations .bestrate-reservations .bestrate-banner {
  display: block;
  width: 600px;
  height: 154px;
  margin: 0 auto;
}
.top-reservations .bestrate-reservations .bestrate-banner img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-reservations-banner {
  margin-top: 2rem;
}
@media (hover) {
  .top-reservations .bestrate-reservations:hover {
    opacity: 0.6;
  }
}
@media (width > 640px) {
  .top-reservations {
    padding-bottom:12.0rem;
  }
}
@media (width <= 640px) {
  .top-reservations_inner {
    padding:8.0rem 2.0rem;
  }
  .top-reservations .l-heading-D .en {
    margin-bottom:.6rem;
  }
  .top-reservations .l-heading-D .ja {
    font-size:1.5rem;
  }
  .top-reservations-link {
    margin-top:2.8rem;
  }
  .top-reservations-form {
    padding-block:4.0rem;
    margin-top:2.0rem;
  }
  .top-reservations .bestrate-reservations {
    margin-top: 3rem;
  }
  .top-reservations .bestrate-reservations .bestrate-banner {
    display: block;
    width: 100%;
    height: auto;
  }
  .top-reservations .top-reservations-banner {
    margin-top: 1.5rem;
  }
}


/* Concept */
.top-concept {
  padding-block:16.0rem 18.0rem;
  position:relative;
  z-index: 1;
}
.top-concept_inner {
  display:grid;
}
.top-concept .catch {
  width: fit-content;
  margin: 0 auto;
}
.top-concept .description {
  letter-spacing: .15em;
}
.top-concept-bg {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index: -1;
  pointer-events:none;
}
.top-concept-bg img {
  width:100%;
  height:100vh;
  object-fit: cover;
  position:sticky;
  top:0;
}
@media (width > 640px) {
  .top-concept .l-heading-D {
    margin-bottom:9.0rem;
  }
  .top-concept_inner {
    display:grid;
    grid-template-columns:10.0rem 55.0rem 3.0rem 13.0rem 1fr;
    grid-template-rows:41.0rem 5.0rem 31.0rem;
    align-items: center;
  }
  .top-concept .catch {
    grid-column:5/6;
    grid-row:1/2;
  }
  .top-concept .img01 {
    grid-column:1/4;
    grid-row:1/3;
  }
  .top-concept .description {
    grid-column:2/3;
    grid-row:3/4;
    margin-top:auto;
  }
  .top-concept .img02 {
    grid-column:5/6;
    grid-row:2/4;
  }
}
@media (width <= 640px) {
  .top-concept {
    padding-block:8.0rem;
  }
  .top-concept_inner {
    row-gap:4.0rem;
  }
  .top-concept .img01 {
    margin-left:calc(var(--pdi-sp-30) * -1);
  }
  .top-concept .img02 {
    margin-left:auto;
  }
}


/* Feature */
.top-feature {
  padding-block:16.0rem;
}
.top-feature_track {
  position:relative;
}
.top-feature-item .text-description {
  letter-spacing: .15em;
}
.js_top-feature_scroll {
}
@media (width > 640px) {
  .top-feature_inner {
    --fs-mbe:20;
    --gap:6.0rem;
    --item-w:calc((100vh - var(--header-height) - var(--fs-mbe)*2px) * (62/70));
    position:relative;
    height:var(--fh);
  }
  .top-feature_track::before {
    content:"";
    margin-block:auto;
    width:calc(50% - 72.0rem);
    height:0;
    border-bottom:1px solid var(--cc-black-A-hex);
    position:absolute;
    inset-block:0;
    left:0;
  }
  .top-feature_track {
    padding-left:calc(50vw - 65.0rem - var(--scrollbar-w) / 2);
    width:100%;
    overflow:hidden;
    position:sticky;
    top:calc(var(--header-height) + var(--fs-mbe)*1px);
  }
  .top-feature_list {
    display:flex;
    width:fit-content;
    gap:var(--gap);
    transform:translateX(calc(var(--ftl) * -100% + (var(--item-w) + 130.0rem - var(--item-w)) * (var(--ftl))));
  }
  .top-feature-item {
    flex-shrink: 0;
    width:var(--item-w);
    position:relative;
  }
  @media (hover) {
    .top-feature-item:has(.l-button-A:hover) .bg::before {
      opacity:0;
    }
  }
  .top-feature-item .text {
    padding-inline:6.0rem;
    padding-bottom:5.0rem;
    color:#fff;
    position:absolute;
    left:0;
    bottom:0;
    z-index: 1;
  }
  .top-feature-item .text .l-heading-C {
    margin-bottom:2.8rem;
  }
  .top-feature-item .text .l-heading-C .en {
    margin-bottom:.4rem;
  }
  .top-feature-item .text .l-heading-C .ja {
    font-size:2.6rem;
    letter-spacing: .1em;
  }
  .top-feature-item .bg {
    position:relative;
  }
  .top-feature-item .bg::before {
    content:"";
    margin:auto;
    display:block;
    background-color:var(--cc-black-A-hex);
    border-radius:var(--radius-B);
    opacity:.3;
    position:absolute;
    inset:1.0rem;
    mix-blend-mode: overlay;
    transition-property: opacity;
    transition-duration: var(--duration-hover-A);
  }
  .top-feature-item .bg img {
    object-fit:cover;
    height:100%;
  }
  .top-feature-item .l-button-A {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
  }
}
@media (width <= 640px) {
  .top-feature {
    padding-block:8.0rem;
  }
  .top-feature-item {
    display:grid;
    grid-template-rows:auto auto 1fr auto;
  }
  .top-feature-item + .top-feature-item {
    margin-top:8.0rem;
  }
  .top-feature-item .bg {
    grid-row:1/3;
    grid-column:1/2;
    margin-inline:calc(var(--pdi-sp-10) * -1);
  }
  .top-feature-item .text {
    grid-row:2/4;
    grid-column:1/2;
    display:grid;
    grid-template-rows:subgrid;
  }
  .top-feature-item .text .l-heading-C {
    margin-bottom:var(--pdi-sp-30);
    margin-inline:calc(var(--pdi-sp-10) * -1);
    padding-left:var(--pdi-sp-30);
    color:#fff;
    align-items: flex-start;
  }
  .top-feature-item .text .l-heading-C .ja {
    font-size:2.2rem;
    letter-spacing: .1em;
  }
  .top-feature-item .text-description {
    margin-top:2.4rem;
  }
  .top-feature-item .l-button-A {
    margin-top:2.4rem;
  }
}


/* Interlude */
.top-interlude {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:6.0rem;
  text-align: center;
  height:70.0rem;
  position:relative;
  z-index: 1;
}
.top-interlude .catch {
  font-size:2.4rem;
  line-height:1;
  letter-spacing: .11em;
}
.top-interlude .bg {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index: -1;
}
@media (width > 640px) {
}
@media (width <= 640px) {
  .top-interlude {
    gap:5.0rem;
    height:50.0rem;
  }
  .top-interlude .catch {
    font-size:1.6rem;
    letter-spacing: .10em;
  }
}


/* Access */
.top-access {
  padding-top:16.0rem;
}
.top-access:not(:has(+.top-neighborhood)) {
  padding-bottom:16.0rem;
}
.top-access_inner {
  padding-block:8.0rem;
}
.top-access .nearest {
  margin-top:.5em;
  font-size:1.4rem;
  line-height:calc(30/14);
}
.top-access .googlemap {
  margin-top:3.2rem;
}
.top-access .googlemap > iframe {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio: 1/1;
}
.top-access .googlemap_link {
  margin-top:.8rem;
  margin-left:auto;
  width:fit-content;
  font-size:1.2rem;
  line-height:1.5;
}
.top-access .googlemap_link > a {
  text-decoration: underline;
  text-underline-offset: 0;
}
.top-access .map {
  margin-top:5.2rem;
}
@media (hover) {
  .top-access .googlemap_link > a:hover {
    text-decoration: none;
  }
}
@media (width > 640px) {
  .top-access_inner {
    display:grid;
    grid-template-columns:repeat(2,43.4rem);
    justify-content: space-between;
  }
  .top-access .l-heading-D {
    grid-column:1/3;
  }
}
@media (width <= 640px) {
  .top-access {
    padding-top:8.0rem;
  }
  .top-access_inner {
    padding-block:6.0rem;
  }
  .top-access:not(:has(+.top-neighborhood)) {
    padding-bottom:8.0rem;
  }
  .top-access_block + .top-access_block {
    margin-top:5.2rem;
  }
  .top-access .address {
    font-size:1.2rem;
    letter-spacing: .15em;
    line-height:1.8;
  }
  .top-access .address > span {
    display:block;
    font-size:1.6rem;
    letter-spacing: .15em;
  }
  .top-access .googlemap > iframe {
    display:block;
    width:100%;
    height:auto;
    aspect-ratio: 1/1;
  }
  .top-access .map {
    margin-top:3.6rem;
  }
}


/* Neighborhood */
.top-neighborhood {
  padding-block:16.0rem;
}
.top-neighborhood-carousel {
  position:relative;
}
.top-neighborhood-carousel .splide__arrow {
  margin-block:auto;
  width:2.4rem;
  height:2.4rem;
  position:absolute;
  inset-block:0;
}
.top-neighborhood-carousel .splide__arrow.is-prev {
  transform:scaleX(-1);
  right:calc(100% + 3.6rem);
}
.top-neighborhood-carousel .splide__arrow.is-next {
  left:calc(100% + 3.6rem);
}
.top-neighborhood-carousel .splide__arrow svg {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio: 1/1;
}
.top-neighborhood-carousel-item .thumbnail {
  height:auto;
  aspect-ratio:55/40;
}
.top-neighborhood-carousel-item .text-title {
  font-size:2.4rem;
  line-height:2;
  letter-spacing: .05em;
}
.top-neighborhood-carousel-item .text-description {
  margin-top:1.6rem;
  font-size:1.4rem;
  line-height:calc(30/14);
  letter-spacing: .1em;
}
.top-neighborhood-carousel-item .text-collaboration {
  display:flex;
  align-items: center;
  margin-block:3.2rem;
  gap:3.2rem;
}
.top-neighborhood-carousel-item .text-collaboration {
  display:flex;
  align-items: center;
  gap:3.2rem;
}
.top-neighborhood-carousel-item .text-button_wrap {
  display:flex;
  gap:2.0rem;
  width:100%;
}
@media (width > 640px) {
  .top-neighborhood-carousel-item {
    display:grid;
    grid-template-columns:55.0rem 1fr;
    gap:6.0rem;
  }
  .top-neighborhood-carousel-item .text {
    display:flex;
    flex-direction: column;
  }
  .top-neighborhood-carousel-item .text-collaboration {
    margin-block:3.2rem;
  }
  .top-neighborhood-carousel-item .text-button_wrap {
    margin-top:auto;
  }
  .top-neighborhood-carousel-item .text-button_wrap:has(.l-button-A:nth-child(2)) .l-button-A  {
    margin-inline:0;
    min-width:calc(50% - 1.0rem);
  }
  .top-neighborhood-carousel-item .text-button_wrap .l-button-A {
    margin-left:0;
  }
}
@media (width <= 640px) {
  .top-neighborhood {
    padding-block:8.0rem;
  }
  .top-neighborhood .l-heading-D > .en {
    letter-spacing: .1em;
  }
  .top-neighborhood-carousel {
    padding-inline:5.0rem;
    overflow:hidden;
  }
  .top-neighborhood-carousel .splide__arrow {
    margin-block:0;
    width:2.0rem;
    height:2.0rem;
    inset-block:9.0rem auto;
  }
  .top-neighborhood-carousel .splide__arrow.is-prev {
    transform:scaleX(-1);
    inset-inline:1.6rem auto;
  }
  .top-neighborhood-carousel .splide__arrow.is-next {
    inset-inline:auto 1.6rem;
  }
  .top-neighborhood-carousel .splide__track {
    overflow:visible;
  }
  .top-neighborhood-carousel-item .text {
    margin-top:2.8rem;
  }
  .top-neighborhood-carousel-item .text-title {
    font-size:1.8rem;
    line-height:calc(32/18);
  }
  .top-neighborhood-carousel-item .text-title br {
    display:none;
  }
  .top-neighborhood-carousel-item .text-description {
    margin-top:1.2rem;
    font-size:1.4rem;
    line-height:calc(32/14);
  }
  .top-neighborhood-carousel-item .text-collaboration {
    justify-content: center;
    margin-top:1.6rem;
    gap:1.6rem;
  }
  .top-neighborhood-carousel-item .text-button_wrap {
    margin-top:4.8rem;
    flex-direction: column;
  }
  .top-neighborhood-carousel-item .l-button-A {
  }
}


/* SectionName */
@media (width > 640px) {
}
@media (width <= 640px) {
}

/* 英語ページフォーム部分 */

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock {
    padding: 8rem 0
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock {
    padding: 5rem 0
  }
}

.reservation .reservationBlock .reservationTitle {
  display: flex;
  flex-direction: column;
  align-items: center
}

.reservation .reservationBlock .reservationTitle img {
  display: block
}

.reservation .reservationBlock .reservationTitle span {
  display: block;
  color: #464237;
  text-align: center
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock .reservationTitle span {
    font-size: 4.5rem;
    line-height: 2, 13;
    letter-spacing: 0.1em;
    margin-top: 1.2rem
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock .reservationTitle span {
    font-size: 2.7rem;
    letter-spacing: 0.2rem;
    margin-top: 0.5rem
  }
}

.reservation .reservationBlock #Test1 {
  display: flex;
  flex-direction: column;
  width: calc(100% - 10rem);
  margin: 5.1rem auto 0
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 {
    width: calc(100% - 6rem);
    margin: 2.1rem auto 0
  }
}

.reservation .reservationBlock #Test1 .custom-calendar-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  background-color: #D77850;
  transition: 0.2s
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .custom-calendar-button {
    width: 4.5rem;
    height: 4.5rem
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .custom-calendar-button {
    width: 4.5rem;
    height: 4.5rem;
    margin-left: 1.5rem
  }
}

.no-touchevents .reservation .reservationBlock #Test1 .custom-calendar-button:hover {
  opacity: 0.7
}

.reservation .reservationBlock #Test1 .custom-calendar-button img {
  display: block;
  height: auto
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .custom-calendar-button img {
    width: 2rem
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .custom-calendar-button img {
    width: 2rem
  }
}

.reservation .reservationBlock #Test1 .selBox01,
.reservation .reservationBlock #Test1 .selBox02 {
  display: flex;
  align-items: center
}

@media print,
screen and (min-width:641px) {

  .reservation .reservationBlock #Test1 .selBox01,
  .reservation .reservationBlock #Test1 .selBox02 {
    width: 71.5rem
  }
}

@media screen and (max-width:640px) {

  .reservation .reservationBlock #Test1 .selBox01,
  .reservation .reservationBlock #Test1 .selBox02 {
    flex-direction: column;
    width: 100%
  }
}

.reservation .reservationBlock #Test1 .selBox01 dt,
.reservation .reservationBlock #Test1 .selBox02 dt {
  font-weight: 600;
  color: #D77850;
  text-align: center;
  white-space: pre
}

@media print,
screen and (min-width:641px) {

  .reservation .reservationBlock #Test1 .selBox01 dt,
  .reservation .reservationBlock #Test1 .selBox02 dt {
    margin-right: 4rem;
    font-size: 1.6rem;
    line-height: 1.43;
    letter-spacing: 0.05em
  }
}

@media screen and (max-width:640px) {

  .reservation .reservationBlock #Test1 .selBox01 dt,
  .reservation .reservationBlock #Test1 .selBox02 dt {
    width: 100%;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #D77850
  }
}

.reservation .reservationBlock #Test1 .selBox01 select,
.reservation .reservationBlock #Test1 .selBox02 select {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #D77850;
  border-radius: 4px
}

@media print,
screen and (min-width:641px) {

  .reservation .reservationBlock #Test1 .selBox01 select,
  .reservation .reservationBlock #Test1 .selBox02 select {
    font-size: 1.5rem
  }
}

@media screen and (max-width:640px) {

  .reservation .reservationBlock #Test1 .selBox01 select,
  .reservation .reservationBlock #Test1 .selBox02 select {
    font-size: 16px
  }
}

.reservation .reservationBlock #Test1 .selBox01 .arrowWrap,
.reservation .reservationBlock #Test1 .selBox02 .arrowWrap {
  position: relative;
  height: 100%
}

.reservation .reservationBlock #Test1 .selBox01 .arrowWrap:before,
.reservation .reservationBlock #Test1 .selBox02 .arrowWrap:before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 25%;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1px solid #464237;
  border-bottom: 1px solid #464237;
  transform: translateY(-50%) rotate(45deg)
}

@media screen and (max-width:640px) {

  .reservation .reservationBlock #Test1 .selBox01 .arrowWrap:before,
  .reservation .reservationBlock #Test1 .selBox02 .arrowWrap:before {
    right: 22%
  }
}

.reservation .reservationBlock #Test1 .selBox01 .arrowWrap select,
.reservation .reservationBlock #Test1 .selBox02 .arrowWrap select {
  display: block;
  box-sizing: content-box;
  text-align: center;
  text-align-last: center;
  color: #000
}

@media print,
screen and (min-width:641px) {

  .reservation .reservationBlock #Test1 .selBox01 .arrowWrap select,
  .reservation .reservationBlock #Test1 .selBox02 .arrowWrap select {
    width: 8rem;
    height: 100%;
    margin-right: 0.9rem
  }
}

@media screen and (max-width:640px) {

  .reservation .reservationBlock #Test1 .selBox01 .arrowWrap select,
  .reservation .reservationBlock #Test1 .selBox02 .arrowWrap select {
    padding: 0 2.5rem;
    height: 4.5rem
  }
}

.reservation .reservationBlock #Test1 .selBox01 {
  margin: 0 auto
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center {
  font-family: "Noto Serif", serif;
  font-weight: 400
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center {
    display: flex
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center {
    display: block;
    width: 100%
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 {
  display: flex;
  align-items: center;
  height: 4.5rem;
  margin-top: 0.1rem
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 {
    margin-top: 2.2rem
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_yyyymm {
  display: block
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_yyyymm {
    width: 12.8rem;
    height: 100%
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_yyyymm {
    height: auto
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_yyyymm select {
  display: block;
  color: #464237;
  text-align: center;
  text-align-last: center
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_yyyymm select {
    width: 100%;
    height: 100%
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_yyyymm select {
    padding: 0 2rem;
    height: 4.5rem
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_dd {
  display: block
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_dd {
    width: 8rem;
    height: 100%;
    margin-right: 1rem
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_dd select {
  display: block;
  color: #464237;
  text-align: center;
  text-align-last: center
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_dd select {
    width: 100%;
    height: 100%
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .dt_dd select {
    width: 4.5rem;
    height: 4.5rem
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .ui-datepicker-trigger {
  display: block;
  cursor: pointer
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .ui-datepicker-trigger {
    position: relative;
    width: 1.7rem;
    height: 2rem;
    margin: 0 1.7rem
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap01 .ui-datepicker-trigger {
    position: absolute;
    left: 16.2rem;
    width: 1.3rem;
    height: 1.6rem;
    margin: 0
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 4.5rem
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 {
    margin-top: 0.1rem;
    margin-left: 1.7rem
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 {
    margin-top: 1.5rem;
    margin-left: 0
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .le02Wrap {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .le02Wrap {
    height: auto
  }
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .le02Wrap .append01 {
    font-size: 1.6rem;
    margin-right: 2.1rem
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .le02Wrap .append01 {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 0 1rem
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .rc02Wrap {
  display: flex;
  align-items: center;
  position: relative
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .rc02Wrap {
    height: 100%
  }
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .rc02Wrap .append02 {
    font-size: 1.6rem
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .wrap02 .rc02Wrap .append02 {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 0 1rem
  }
}

.reservation .reservationBlock #Test1 .selBox01 .Lodging_day_area_center .style_layout {
  display: block;
  width: 100%;
  height: 20%
}

.reservation .reservationBlock #Test1 .selBox02 {
  margin: 4rem auto 0
}

.reservation .reservationBlock #Test1 .selBox02 dd {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  height: 4.5rem
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox02 dd {
    width: 100%;
    margin-top: 1.9rem
  }
}

.reservation .reservationBlock #Test1 .selBox02 dd .append01 {
  display: block;
  white-space: pre
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox02 dd .append01 {
    font-size: 1.6rem;
    margin-right: 2.1rem
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox02 dd .append01 {
    font-weight: bold;
    margin-right: 0.45rem;
    font-size: 1.5rem;
    line-height: 1.9rem;
    letter-spacing: 0.05em
  }
}

.reservation .reservationBlock #Test1 .selBox02 dd .append02 {
  display: block
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .selBox02 dd .append02 {
    font-size: 1.6rem
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox02 dd .append02 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.9rem;
    letter-spacing: 0.05em;
    margin-left: 2rem
  }
}

.reservation .reservationBlock #Test1 .selBox02 dd .append03 {
  white-space: pre;
  display: block;
  font-size: 1.6rem
}

.reservation .reservationBlock #Test1 .selBox02 .append04 {
  font-family: "Noto Serif", serif;
  font-weight: 400
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .selBox02 .append04 {
    width: 100%;
    font-weight: bold;
    display: block;
    margin-top: 1.5rem;
    font-size: 1.5rem;
    letter-spacing: 0
  }
}

.reservation .reservationBlock #Test1 .reserveLine {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2.4rem;
  background-color: #D77850
}

.reservation .reservationBlock #Test1 #booking_inner {
  margin-top: 0;
  padding-top: 0
}

.reservation .reservationBlock #Test1 .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto 0;
  background-color: #D77850;
  transition: 0.2s
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .search {
    margin-top: 4rem;
    width: 30rem;
    height: 6rem;
    font-size: 1.6rem;
    line-height: 2.12;
    letter-spacing: 0.04em;
    border-radius: 3rem
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .search {
    margin-top: 2.5rem;
    width: 22rem;
    height: 4.5rem;
    font-size: 1.5rem;
    line-height: 1.13;
    letter-spacing: 0.04em;
    border-radius: 2.25rem
  }
}

.no-touchevents .reservation .reservationBlock #Test1 .search:hover {
  opacity: 0.7
}

.reservation .reservationBlock #Test1 .search:before {
  pointer-events: none
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .search:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 2.2rem;
    height: 2.2rem;
    margin: auto;
    border-radius: 50%;
    background-color: #fff
  }
}

.reservation .reservationBlock #Test1 .search:after {
  pointer-events: none
}

@media print,
screen and (min-width:641px) {
  .reservation .reservationBlock #Test1 .search:after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    right: 3rem;
    margin: auto;
    border-radius: 50%;
    background-color: #fff
  }
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .search:after {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.8rem;
    margin: auto;
    border-top: 1px solid #D77850;
    border-right: 1px solid #D77850;
    transform: rotate(45deg)
  }
}

.reservation .reservationBlock #Test1 .search .mod_btn01 {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: 0.04em;
  cursor: pointer
}

@media screen and (max-width:640px) {
  .reservation .reservationBlock #Test1 .search .mod_btn01 {
    font-size: 1.5rem;
    line-height: 1.7rem;
    letter-spacing: 0.02em
  }
}