@charset "UTF-8";

/*                .l-content-container
======================================================= */

#top  {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-right: 50px;
  padding-left: 50px;
}

@media only screen and (max-width: 1500px) {
  .main_width {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1115px) {
  .main_width {
    padding-right: 4.6875%;
    padding-left: 4.6875%;
  }
}

.p-gallery__title {
  text-shadow: 1px 2px 3px #000;
}

@media print,
screen and (min-width: 64em) {
  .p-gallery__title {
    margin-bottom: 20px;
  }
}

.p-gallery__panel {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-gallery__panel-inner {
  align-items: center;
}

@media print,
screen and (min-width: 1280px) {
  .p-gallery__info-block {
    width: 990px;
  }
}

@media print,
screen and (min-width: 1420px) {
  .p-gallery__info {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.375rem;
  }
}

.p-gallery__info span {
  font-size: 1rem;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media print,
screen and (min-width: 64em) {
  .p-gallery__info span {
    min-width: 150px;
  }
}

@media only screen and (max-width: 63.9375em) {
  .p-gallery__info span {
    padding: 4px;
  }
}

.p-gallery__info-text {
  text-shadow: 1px 2px 3px #000;
}


@media print,
screen and (min-width: 1500px) {
  .p-gallery__heading {
    padding-top: 0;
    font-size: 1.3rem;
  }
}

@media print,
screen and (min-width: 1420px) and (max-width: 1499px) {
  .p-gallery__heading {
    padding-top: 0;
    font-size: 1rem;
  }
}

.p-gallery__action {
  align-items: center;
}

.p-gallery__action .c-button {
  padding: 5px 50px 3px;
}

@media print,
screen and (min-width: 1024px) and (max-width: 1420px) {
  .p-gallery__action .c-button {
    padding: 10px 50px 8px;
  }
}

.p-gallery__action .c-button.-document {
  background-color: #cc1725;
}

.p-gallery__action .c-button.-document > .c-arrow::before {
  border-color: #cc1725;
}

.p-gallery__action .c-button.-document::after {
  background-color: #d74e59;
}


@media print,
screen and (min-width: 1024px) and (max-width: 1420px) {
  .p-tel-mod.-home {
    margin-right: 16px;
    padding-top: 20px;
  }
}

.p-gallery__action .p-tel-mod.-home::before {
  width: 20px;
  height: 20px;
}

.p-gallery__action .p-tel-mod__number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

@media print,
screen and (min-width: 64em) {
  #top .p-gallery__action .p-tel-mod__number {
    font-size: 1.5rem;
  }
}

/*                .p-gallery__banner
======================================================= */

.p-gallery__banner {
  z-index: 50000;
  display: block
}

@media only screen and (max-width: 63.9375em) {
  .p-gallery__banner {
    width: 300px;
    position: relative;
    padding-left: 4.6875%;
    padding-right: 4.6875%
  }
}

@media print,
screen and (min-width: 64em) {
  .p-gallery__banner {
    width: 520px;
    position: absolute;
    top: -80px;
  }
}

@media print,
screen and (min-width: 75em) {
  .p-gallery__banner {
    width: 508px;
  }
}

/*                企業ロコスライド
======================================================= */

.corporate-logo {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .corporate-logo {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .corporate-logo p {
    text-align: center;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.logotitle {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .logotitle {
    display: block;
  }
}
.logotitle::before {
  display: inline-block;
  border-top: 1px solid #a18822;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 30px;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .logotitle::before {
    display: none;
  }
}
.logotitle::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 48px;
  background-color: #a18822;
  position: absolute;
  right: -15px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .logotitle::after {
    display: none;
  }
}

.logotitle2 {
  color: #a18822;
  font-weight: bold;
}

.logotext {
  line-height: 1.5;
  font-size: 17px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .logotext {
    font-size: 1pc;
  }
}

.bg_slide {
  width: auto;
  height: 135px;
  margin-top: 30px;
  -webkit-animation: bg-slider 46s linear infinite;
          animation: bg-slider 46s linear infinite;
  background: url("/img/home/scroll-logo@1x.jpg") repeat-x 50%;
  position: relative;
}

@-webkit-keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2765px 0;
    /* ← x:画像の横のサイズのマイナス y:0 */
  }
}

@keyframes bg-slider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2765px 0;
    /* ← x:画像の横のサイズのマイナス y:0 */
  }
}

/*                include
======================================================= */

.webp .p-gallery__main>span:nth-child(1) {
  background-image: url("../../img/home/mainkv/main_kv_img_01.webp");
}

.webp .p-gallery__main>span:nth-child(2) {
  background-image: url("../../img/home/mainkv/main_kv_img_02.webp");
}

.webp .p-gallery__main>span:nth-child(3) {
  background-image: url("../../img/home/mainkv/main_kv_img_03.webp");
}

.webp .p-gallery__main>span:nth-child(4) {
  background-image: url("../../img/home/mainkv/main_kv_img_04.webp");
}

.webp .p-gallery__main>span:nth-child(5) {
  background-image: url("../../img/home/mainkv/main_kv_img_05.webp");
}

@media only screen and (min-width: 1025px) {
  .p-gallery__main {
    background: linear-gradient to bottom, #afcc5b, #fff;
  }
}

.p-gallery__item {
  -webkit-transition: all 1s ease 0s, z-index 0s;
  transition: all 1s ease 0s, z-index 0s;
  opacity: 0;
  z-index: 0;
}

.p-gallery__item:first-of-type {
  position: relative;
}

.p-gallery__item:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-gallery__item.-current {
  -webkit-transition: all 1s ease 0s, z-index 0s;
  transition: all 1s ease 0s, z-index 0s;
  opacity: 1;
  z-index: 1;
}

.p-gallery__item>img {
  width: 100%;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  .p-gallery__text {
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media only screen and (min-width: 769px) {
  .p-gallery__text {
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media only screen and (max-width: 768px) {
  .p-gallery__text {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .p-gallery__text {
    margin-top: 13px;
  }
}

.p-gallery__caption {
  width: 100%;
  background-color: #1a1a1a;
  display: block;
  position: absolute;
  bottom: 0;
  color: #fff;
  line-height: 30px;
  padding: 4px 20px 2px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .p-gallery__caption {
    font-size: 0.75rem;
  }
}

.browser-is-ie .p-gallery__caption {
  padding: 6px 20px 0px 20px;
}

@media only screen and (max-width: 1024px) {
  .p-gallery__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
  }
}

@media only screen and (min-width: 1025px) {
  .p-gallery__nav {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    margin-right: -5px;
  }
}

.p-gallery__nav>li {
  position: relative;
  width: 100px;
  margin-right: 10px;
  cursor: pointer;
  padding: 1px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .p-gallery__nav>li {
    background-color: #dddddd;
    border-radius: 50%;
  }
}

.p-gallery__nav>li:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  opacity: 0;
  border: 3px solid transparent;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.p-gallery__nav>li>img,
.p-gallery__nav>li>picture {
  display: block;
  width: 100%;
  height: auto;
}

.p-gallery__nav>li:hover:before,
.p-gallery__nav>li.-current:before {
  opacity: 1;
  content: "";
  border-color: #c1a42b;
  background-color: transparent;
}

.p-gallery__nav.-under-main {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 1086px;
}

.p-gallery__nav.-under-main>li:before {
  background-color: rgba(0, 0, 0, 0);
}

.p-gallery__nav.-under-main>li img,
.p-gallery__nav.-under-main>li picture {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .p-gallery__nav>li {
    width: 6px;
    height: 6px;
    margin-right: 4px;
    margin-left: 4px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-gallery__nav>li:before {
    opacity: 1;
    background-color: #dddddd;
    border-radius: 50%;
  }
}

@media only screen and (max-width: 1024px) {
  .p-gallery__nav>li>img {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .p-gallery__nav.-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .p-gallery__nav.-under-main>li {
    margin-right: 4px;
    margin-left: 4px;
  }
}

@media only screen and (min-width: 1025px) {
  .p-gallery__nav.-under-main>li {
    width: calc(16.6666% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    height: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .p-gallery__nav.-under-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*                section
======================================================= */
.home_section {
  padding: 90px 0 90px;
}

@media only screen and (max-width: 768px) {
  .home_section {
    padding: 70px 0 80px;
  }
}

@media only screen and (max-width: 480px) {
  .home_section {
    padding: 60px 0 0;
  }
}

.home_section_title {
  color: #1a1a1a;
  text-align: center;
}

.home_section_title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  font-family: "Noto Serif JP", "Zen Old Mincho", serif;
}

@media only screen and (max-width: 1024px) {
  .home_section_title h2 {
    font-size: 20px;
    padding: 0.75em 0;
  }
}

@media only screen and (max-width: 768px) {
  .home_section_title h2 {
    padding: 0.75em 0;
  }
}

@media only screen and (max-width: 480px) {
  .home_section_title h2 {
    font-size: 18px;
    padding: 0.5em 0;
  }
}

.home_section_title .en_title {
  margin-bottom: 16px;
  text-align: center;
  color: #d0b858;
  width: 100%;
  line-height: 1em;
  opacity: 0.15;
  font-size: 86px;
  font-weight: 900;
  /* font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif; */
  font-family: adobe-garamond-pro, serif;
  letter-spacing: -0.075em;
}

@media only screen and (max-width: 1115px) {
  .home_section_title .en_title {
    font-size: 7.7125vw;
  }
}

@media only screen and (max-width: 1024px) {
  .home_section_title .en_title {
    font-size: 5vw;
    left: 75%;
  }
}

.section_read {
  padding: 2em 0 0;
}

.section_read p {
  color: #a18822;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.015em;
  line-height: 1.5;
}

.section_read p>span {
  display: inline-block;
}

.section_read p.sub_text {
  margin-top: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .section_read p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .section_read {
    padding: 0.75em 0 1.25em;
  }

  .section_read p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .section_read p {
    font-size: 16px;
  }
}

/*                #intro
======================================================= */
.home-block-intro {
  padding-top: 35px;
}

.home-block-intro+.home-block-intro {
  padding-top: 100px;
}

@media only screen and (max-width: 1115px) {
  .home-block-intro {
    padding-top: 30px;
  }

  .home-block-intro+.home-block-intro {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .home-block-intro {
    padding-top: 0px;
  }

  .home-block-intro+.home-block-intro {
    padding-top: 30px;
  }
}

.intro_title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.intro_title h2>span {
  display: block;
}

.intro_title .title_01 {
  font-size: 31px;
  color: #a18822;
}

.intro_title .title_01 .brackets {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.intro_title .title_02 {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-size: 36px;
  letter-spacing: 0.085em;
}

.intro_title .title_02 .brackets {
  margin-left: -0.1em;
  margin-right: -0.1em;
}

@media only screen and (max-width: 1115px) {
  .intro_title .title_01 {
    font-size: 28px;
  }

  .intro_title .title_02 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  .intro_title {
    padding-bottom: 20px;
  }

  .intro_title .title_01 {
    font-size: 20px;
  }

  .intro_title .title_02 {
    margin-top: 0.5em;
    font-size: 22px;
  }

  .intro_title .title_02>span {
    display: block;
  }
}

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

  .intro_title .title_01>span,
  .intro_title .title_02>span {
    display: block;
  }

  .intro_title .title_01 .brackets,
  .intro_title .title_02 .brackets {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}

.intro_bar_title {
  margin-bottom: 40px;
}

.intro_bar_title p {
  margin: auto;
  width: 100%;
  max-width: 33.6em;
  padding: 0.6em 0.5em 0.6em;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a18822;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1115px) {
  .intro_bar_title {
    margin-bottom: 30px;
  }

  .intro_bar_title p {
    padding: 0.4em 0.5em;
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .intro_bar_title {
    margin-bottom: 20px;
  }

  .intro_bar_title p {
    font-size: 16px;
  }

  .intro_bar_title p>span>span {
    display: inline-block;
  }
}

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

.intro_images>div {
  width: 33.3333%;
}

.intro_images>div img,
.intro_images>div picture {
  display: block;
  width: 100%;
  height: auto;
}

.intro_catch_title {
  margin-bottom: 1em;
}

.intro_catch_title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 0.5em;
}

.intro_catch_title p .brackets {
  margin-left: -0.25em;
  margin-right: -0.25em;
}

.intro_catch_title p>span {
  width: 50%;
  text-align: right;
  color: #a18822;
  margin-right: 1.25em;
}

.intro_catch_title p>span+span {
  text-align: left;
  color: #1a1a1a;
  margin-right: auto;
}

@media only screen and (max-width: 1115px) {
  .intro_catch_title p {
    font-size: 24px;
  }

  .intro_catch_title p>span {
    margin-right: 0.75em;
  }
}

@media only screen and (max-width: 768px) {
  .intro_catch_title {
    margin-bottom: 30px;
  }

  .intro_catch_title p {
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 1.5;
  }

  .intro_catch_title p>span {
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    margin-right: 0.5em;
  }

  .intro_catch_title p>span+span {
    text-align: center;
    text-indent: -0.5em;
  }
}

.intro_read {
  margin: 1.5em auto 0.5em;
}

.intro_read p {
  line-height: 1.7;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.005em;
}

.intro_read p>span {
  display: block;
}

@media only screen and (max-width: 1115px) {
  .intro_read p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .intro_read p {
    font-size: 16px;
    text-align: left;
  }
}

.intro_access_into {
  background-color: #f7f6f6;
  padding: 10px 0;
}

.intro_access_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -37px;
  margin-right: -37px;
}

.intro_access_flex>div {
  background-color: #fff;
  width: 33.3333%;
  padding-left: 37px;
  padding-right: 37px;
}

@media only screen and (max-width: 1300px) {
  .intro_access_flex {
    margin-left: -1.5vw;
    margin-right: -1.5vw;
  }

  .intro_access_flex>div {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .intro_access_flex {
    margin-left: auto;
    margin-right: auto;
    margin-left: -5px;
    margin-right: -5px;
    background-color: #fff;
  }

  .intro_access_flex>div {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .intro_access_flex>div {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .intro_access_flex>div {
    width: 100%;
    max-width: 360px;
    margin: auto;
  }
}

.intro_access_cont {
  padding: 12px 0;
}

.intro_access_cont .thumb {
  position: relative;
}

.intro_access_cont .thumb .caption {
  position: absolute;
  right: 1.15em;
  bottom: 0.7em;
  line-height: 1.1;
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 2px 2px #000;
}

.intro_access_cont .thumb img,
.intro_access_cont .thumb picture {
  width: 100%;
  display: block;
  height: auto;
}

.intro_access_cont .text {
  padding: 1.2em 0 0;
}

.intro_access_cont .text .access_dt {
  padding-bottom: 0.5em;
  letter-spacing: 0.025em;
  border-bottom: solid 1px #e4e4e4;
}

.intro_access_cont .text .access_dt>span {
  position: relative;
  display: block;
  padding-left: 1.35em;
}

.intro_access_cont .text .access_dt>span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #a18822;
}

.intro_access_cont .text .access_dd {
  margin-top: 0.2em;
  font-size: 26px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro_access_cont .text .access_dd .time {
  letter-spacing: 0.1em;
}

.intro_access_cont .text.haneda .access_dd {
  padding: 0.2em 0;
}

.intro_access_cont .text.haneda .access_dd>span {
  font-size: 20px;
}

.intro_access_cont .text.haneda .access_dd>span.time {
  font-size: 19px;
}

@media only screen and (max-width: 1300px) {
  .intro_access_cont .text .access_dt {
    font-size: 1.225vw;
  }

  .intro_access_cont .text .access_dd {
    font-size: 2vw;
  }

  .intro_access_cont .text.haneda .access_dd>span {
    font-size: 1.6vw;
  }

  .intro_access_cont .text.haneda .access_dd>span.time {
    font-size: 1.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .intro_access_cont .text .access_dt {
    font-size: 16px;
    text-align: center;
  }

  .intro_access_cont .text .access_dt>span {
    display: inline-block;
  }

  .intro_access_cont .text .access_dd {
    display: block;
    font-size: 18px;
    text-align: center;
  }

  .intro_access_cont .text .access_dd>span {
    display: inline;
  }

  .intro_access_cont .text.haneda .access_dd>span {
    font-size: 18px;
  }

  .intro_access_cont .text.haneda .access_dd>span.time {
    display: inline-block;
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .intro_access_cont .text .access_dt {
    font-size: 18px;
  }

  .intro_access_cont .text .access_dt>span {
    display: inline-block;
  }

  .intro_access_cont .text .access_dd {
    font-size: 22px;
  }

  .intro_access_cont .text .access_dd>span {
    display: inline;
  }

  .intro_access_cont .text.haneda .access_dd>span {
    font-size: 22px;
  }

  .intro_access_cont .text.haneda .access_dd>span.time {
    font-size: 22px;
  }
}

/*                #features
======================================================= */
#features {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  #features {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 480px) {
  #features {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

.features_head {
  background-color: #f7f6f6;
}

.features_head_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.features_head_copy p {
  text-align: center;
  margin: 18px auto;
  font-size: 32px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  border-radius: 4px;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 769px) {
  .features_head_copy p {
    background-color: #2e68b5;
    padding: 0.15em 0.75em 0;
    color: #fff;
  }
}

.features_head_copy p>span>span {
  display: inline-block;
}

@media only screen and (max-width: 1300px) {
  .features_head_copy p {
    margin: 0.5em auto;
    font-size: 32px;
    font-size: 2.4vw;
  }
}

@media only screen and (max-width: 768px) {
  .features_head_copy .main_width {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .features_head_copy p {
    color: #2e68b5;
    margin: 0.5em auto;
    font-size: 21px;
  }

  .features_head_copy p>span>span {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .features_head_copy p {
    margin: 0.5em auto;
    font-size: 4.25vw;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 350px) {
  .features_head_copy p {
    font-size: 4.5vw;
  }
}

.features_head_title {
  background-color: #2e68b5;
  text-align: center;
  color: #fff;
}

.features_head_title .head_title_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.features_head_title .head_title_flex p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.features_head_title .head_title_flex p>span {
  display: block;
}

.features_head_title .head_title_flex h2 {
  padding: 0 .5em;
  text-align: left;
  font-size: 62px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  -webkit-transform: skewX(-11.5deg);
  transform: skewX(-11.5deg);
  letter-spacing: 0.02em;
  line-height: 1.6;
}

@media only screen and (max-width: 1300px) {
  .features_head_title .head_title_flex p {
    font-size: 1.8vw;
  }

  .features_head_title .head_title_flex h2 {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .features_head_title .head_title_flex {
    padding: 10px 0;
    display: block;
  }

  .features_head_title .head_title_flex p {
    font-size: 16px;
  }

  .features_head_title .head_title_flex h2 {
    padding: 0.1em 0;
    text-align: center;
    font-size: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .features_head_title .head_title_flex {
    padding: 10px 0;
  }

  .features_head_title .head_title_flex p {
    font-size: 14px;
  }

  .features_head_title .head_title_flex h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 350px) {
  .features_head_title .head_title_flex {
    padding: 10px 0;
  }

  .features_head_title .head_title_flex p {
    font-size: 14px;
    font-size: 4.25vw;
  }

  .features_head_title .head_title_flex h2 {
    font-size: 7.5vw;
  }
}

.feature_detail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1720px;
  padding-block: 160px 80px;
  position: relative;
}

@media only screen and (max-width: 1115px) {
  .feature_detail {
    padding-block: 100px 80px;
  }
}

@media only screen and (max-width: 768px) {
  .feature_detail {
    padding-block: 50px 32px;
  }
}

.feature_detail .detail_head {
  position: relative;
  padding-left: 170px;
  /*
  @include media480 {
    padding-left: 60px;
    .num{
      left: -17px;
      width: 60px;
      height: 54px;
      &:before{
        width: 3px;
      }
      span{
        font-size: 26px;
      }
    }
  }
  */
}

.feature_detail .detail_head .js-animation {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}

.feature_detail .detail_head .js-animation.is-active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feature_detail .detail_head .num {
  position: absolute;
  left: 40px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 74px;
}

.feature_detail .detail_head .num:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #2e68b5;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
}

.feature_detail .detail_head .num span {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 70px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  -webkit-transform: skewX(-11.5deg);
  transform: skewX(-11.5deg);
  color: #2e68b5;
  /* opacity: 0.2; */
  opacity: 0.75;
}

@media only screen and (max-width: 1115px) {
  .feature_detail .detail_head {
    padding-left: 130px;
  }

  .feature_detail .detail_head .num {
    left: 0px;
    width: 100px;
  }

  .feature_detail .detail_head .num span {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .feature_detail .detail_head {
    padding-left: 90px;
  }

  .feature_detail .detail_head .num {
    left: -20px;
    width: 80px;
    height: 60px;
  }

  .feature_detail .detail_head .num:before {
    width: 3px;
  }

  .feature_detail .detail_head .num span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .feature_detail .detail_head {
    padding-left: 0;
  }

  .feature_detail .detail_head .num {
    position: relative;
    left: auto;
    width: 100%;
    height: 50px;
    margin-bottom: 2em;
  }

  .feature_detail .detail_head .num:before {
    width: 1.6em;
    height: 2px;
    top: auto;
    bottom: -0.5em;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .feature_detail .detail_head .num span {
    font-size: 44px;
    text-indent: 0.15em;
  }
}

.feature_detail .detail_title+div {
  margin-top: .5em;
}

.feature_detail .detail_title .brackets {
  margin-left: -0.25em;
  margin-right: -0.25em;
}

.feature_detail .detail_title .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature_detail .detail_title .icon {
  font-size: 20px;
  font-weight: normal;
  background: #2e68b5;
  color: #fff;
  line-height: 1.1;
  padding: 0.2em 1.75em;
  border-radius: 7px;
  margin-right: 1em;
  text-align: center;
  box-sizing: border-box;
}

.feature_detail .detail_title .catch {
  font-size: 20px;
  font-weight: 700;
  color: #2e68b5;
}

.feature_detail .detail_title .catch>span>span {
  display: inline-block;
}

.feature_detail .detail_title > h3 {
  font-size: 29px;
  font-weight: 700;
  padding: .15em 0 .3em;
}

.feature_detail .detail_title>h3.indent {
  margin-left: -0.25em;
}

@media only screen and (max-width: 1115px) {
  .feature_detail .detail_title .meta {
    display: block;
  }

  .feature_detail .detail_title .icon {
    display: inline-block;
    margin-bottom: 0.3em;
    font-size: 16px;
    border-radius: 6px;
    margin-right: auto;
  }

  .feature_detail .detail_title .catch {
    font-size: 18px;
  }

  .feature_detail .detail_title>h3 {
    font-size: 24px;
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .feature_detail .detail_title .icon {
    font-size: 14px;
    border-radius: 4px;
    margin-right: auto;
  }

  .feature_detail .detail_title>h3 {
    font-size: 22px;
    padding: 0.15em 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .feature_detail .detail_title {
    text-align: center;
  }

  .feature_detail .detail_title+div {
    margin-top: 1.5em;
  }

  .feature_detail .detail_title .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 19px;
    border-radius: 6px;
    margin-bottom: 0.8em;
    padding: 0.2em 0.15em 0.25em;
  }

  .feature_detail .detail_title .icon>span>span {
    display: inline-block;
  }

  .feature_detail .detail_title .catch {
    text-align: center;
    font-size: 19px;
    line-height: 1.5;
    margin: 0 -0.5em;
  }

  .feature_detail .detail_title>h3 {
    text-align: center;
    font-size: 19px;
    padding: 0.5em 0 0;
    line-height: 1.5;
    margin: 0 -0.75em;
  }
}

@media only screen and (max-width: 350px) {
  .feature_detail .detail_title {
    text-align: center;
  }

  .feature_detail .detail_title .catch>span>span {
    display: inline-block;
  }

  .feature_detail .detail_title>h3>span>span {
    display: inline-block;
  }

  .feature_detail .detail_title>h3>span>span.sp_none {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .sp_block {
    display: block;
  }

  .sp_inline {
    display: inline;
  }

  .sp_none {
    display: none;
  }
}

.feature_detail .detail_text {
  font-size: 18px;
  max-width: 61.5em;
}

.feature_detail .detail_text p {
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 1115px) {
  .feature_detail .detail_text {
    font-size: 16px;
  }
}

.feature_detail .en_title {
  color: #a18822;
  position: absolute;
  left: 50%;
  bottom: .25rem;
  width: 100%;
  line-height: 1em;
  opacity: 0.15;
  font-size: 86px;
  font-weight: 900;
  /* font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif; */
  font-family: adobe-garamond-pro, serif;
  letter-spacing: -0.075em;
}

@media only screen and (max-width: 1600px) {
  .feature_detail .en_title {
    font-size: 5.5vw;
  }
}

@media only screen and (max-width: 1300px) {
  .feature_detail .en_title {
    bottom: .5rem;
    left: 46%;
  }
}

@media only screen and (max-width: 1024px) {
  .feature_detail .en_title {
    font-size: 5vw;
    left: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .feature_detail .en_title {
    display: none;
  }
}

.feature_image {
  background-color: #f7f6f6;
}

.feature_image .image_cont {
  margin: 0;
  background-color: #fff;
}

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

.feature_image .text_cont {
  text-align: center;
  padding: 0.35em 0 0.5em;
  color: #a18822;
}

.feature_image .text_cont p.main {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.feature_image .text_cont p.main>span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}

.feature_image .text_cont p.main>span:before,
.feature_image .text_cont p.main>span:after {
  position: absolute;
  display: block;
  content: "";
  width: 0.3em;
  height: 2px;
  line-height: 0.05em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #a18822;
}

.feature_image .text_cont p.main>span:before {
  left: 0;
}

.feature_image .text_cont p.main>span:after {
  right: 0;
}

.feature_image .text_cont p.sub {
  font-weight: 700;
  font-size: 22px;
  padding: 0.3em 0;
}

.feature_image .text_cont p.en {
  font-size: 15px;
}

@media only screen and (max-width: 1115px) {
  .feature_image .text_cont {
    padding: 0.35em 0 0.5em;
  }

  .feature_image .text_cont p.main {
    font-size: 26px;
  }

  .feature_image .text_cont p.sub {
    font-size: 22px;
  }

  .feature_image .text_cont p.en {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .feature_image .text_cont {
    padding: 0.35em 0 0.5em;
  }

  .feature_image .text_cont p.main {
    font-size: 22px;
  }

  .feature_image .text_cont p.sub {
    font-size: 16px;
    padding: 0.15em 0;
  }

  .feature_image .text_cont p.en {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .feature_image .text_cont {
    padding: 0.35em 0 0.5em;
  }

  .feature_image .text_cont p.main {
    font-size: 18px;
  }

  .feature_image .text_cont p.sub {
    font-size: 13px;
    padding: 0.15em 0;
  }

  .feature_image .text_cont p.en {
    font-size: 12px;
  }
}

@media only screen and (max-width: 350px) {
  .feature_image .text_cont {
    padding: 0.35em 0 0.5em;
  }

  .feature_image .text_cont p.main {
    font-size: 20px;
  }

  .feature_image .text_cont p.sub {
    font-size: 14px;
    padding: 0.15em 0;
  }

  .feature_image .text_cont p.en {
    font-size: 12px;
  }
}

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

.feature_image.twin_image>div {
  width: 50%;
}

@media only screen and (max-width: 350px) {
  .feature_image.twin_image {
    display: block;
  }

  .feature_image.twin_image>div {
    width: 100%;
  }

  .feature_image.twin_image>div+div {
    margin-top: 15px;
  }
}

.feature_image.three_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature_image.three_image>div {
  width: 33.3333%;
}

@media only screen and (max-width: 350px) {
  .feature_image.three_image>div {
    width: 100%;
  }

  .feature_image.three_image>div+div {
    width: 50%;
  }
}

.feature_image.tripleset_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature_image.tripleset_image>div {
  width: 67.2%;
}

.feature_image.tripleset_image>div+div {
  width: 32.8%;
}

.feature_image.tripleset_image.reverse>div {
  width: 32.8%;
}

.feature_image.tripleset_image.reverse>div+div {
  width: 67.2%;
}

.feature_image.tripleset_image.tiered>div {
  width: 67.2%;
}

.feature_image.tripleset_image.tiered>div+div {
  width: 32.8%;
}

.feature_image.slidein_cont.js-animation {
  position: relative;
}

.feature_image.slidein_cont.js-animation .image_cont {
  overflow: hidden;
}

.feature_image.slidein_cont.js-animation .image_cont picture,
.feature_image.slidein_cont.js-animation .image_cont>img {
  display: block;
}

.feature_image.slidein_cont.js-animation:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #f7f6f6;
  z-index: 1;
}

.feature_image.slidein_cont.js-animation.left_image:before {
  left: 0;
}

.feature_image.slidein_cont.js-animation.right_image:before {
  right: 0;
}

.feature_image.slidein_cont.js-animation.is-active:before {
  width: 0%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

@media only screen and (min-width: 1025px) {
  .feature_image.slidein_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .feature_image.slidein_cont.left_image {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .feature_image.slidein_cont.right_image {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .feature_image.slidein_cont .image_cont {
    width: 73.02%;
  }
}

@media only screen and (max-width: 1024px) {
  .feature_image.slidein_cont .image_cont {
    width: 100%;
  }
}

.feature_image.thumbs_cont {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.feature_image.thumbs_cont>div {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .feature_image.thumbs_cont {
    display: block;
  }

  .feature_image.thumbs_cont>div {
    width: 100%;
  }
}

.feature_image.thumbs_cont .thumbs_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature_image.thumbs_cont .thumbs_set>div {
  width: 50%;
}

.feature_image.thumbs_cont .thumbs_set .text_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 8%;
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.3;
}

.feature_image.thumbs_cont .thumbs_set .text_inner h4,
.feature_image.thumbs_cont .thumbs_set .text_inner p {
  text-align: left;
  width: 100%;
}

.feature_image.thumbs_cont .thumbs_set .text_inner h4 {
  font-size: 1.3725vw;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  letter-spacing: -0.1em;
  padding-bottom: 0.25em;
  margin-bottom: 0.8em;
}

.feature_image.thumbs_cont .thumbs_set .text_inner h4:before {
  position: absolute;
  display: block;
  content: "";
  width: 1em;
  height: 1px;
  bottom: 0;
  background: #1a1a1a;
}

.feature_image.thumbs_cont .thumbs_set .text_inner h4>span {
  display: block;
}

.feature_image.thumbs_cont .thumbs_set .text_inner h4>span>span {
  display: inline-block;
}

.feature_image.thumbs_cont .thumbs_set .text_inner p.en {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif;
  letter-spacing: -0.075em;
  font-size: 1.003vw;
}

@media only screen and (min-width: 1920px) {
  .feature_image.thumbs_cont .thumbs_set .text_inner h4 {
    font-size: 26px;
  }

  .feature_image.thumbs_cont .thumbs_set .text_inner p.en {
    font-size: 19px;
  }
}

@media only screen and (max-width: 1115px) {
  .feature_image.thumbs_cont .thumbs_set .text_inner h4 {
    font-size: 1.5vw;
  }

  .feature_image.thumbs_cont .thumbs_set .text_inner p.en {
    font-size: 1.15vw;
  }
}

@media only screen and (max-width: 768px) {
  .feature_image.thumbs_cont .thumbs_set .text_inner h4 {
    font-size: 3.294vw;
  }

  .feature_image.thumbs_cont .thumbs_set .text_inner p.en {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 480px) {
  .feature_image.thumbs_cont .thumbs_set .text_inner {
    padding: 10px;
  }

  .feature_image.thumbs_cont .thumbs_set .text_inner h4 {
    font-size: 14px;
    line-height: 1.35;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
  }

  .feature_image.thumbs_cont .thumbs_set .text_inner p.en {
    font-size: 10px;
  }
}

.feature_image.thumbs_cont .thumbs_set.image_left .thumbs_text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.feature_image.thumbs_cont .thumbs_set.image_left .thumbs_image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.feature_image.thumbs_cont .thumbs_set.image_left .text_inner h4,
.feature_image.thumbs_cont .thumbs_set.image_left .text_inner p {
  text-align: left;
}

.feature_image.thumbs_cont .thumbs_set.image_left .text_inner h4:before {
  left: 0.1em;
}

.feature_image.thumbs_cont .thumbs_set.image_right .thumbs_text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.feature_image.thumbs_cont .thumbs_set.image_right .thumbs_image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.feature_image.thumbs_cont .thumbs_set.image_right .text_inner h4,
.feature_image.thumbs_cont .thumbs_set.image_right .text_inner p {
  text-align: right;
}

.feature_image.thumbs_cont .thumbs_set.image_right .text_inner h4:before {
  right: 0.1em;
}

.feature_image.thumbs_cont .thumbs_set.js-animation {
  position: relative;
}

.feature_image.thumbs_cont .thumbs_set.js-animation:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  z-index: 1;
}

.feature_image.thumbs_cont .thumbs_set.js-animation.image_left:before {
  right: 0;
}

.feature_image.thumbs_cont .thumbs_set.js-animation.image_right:before {
  left: 0;
}

.feature_image.thumbs_cont .thumbs_set.js-animation.is-active:before {
  width: 0%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (min-width: 1116px) {
  #guest-room .feature_detail .detail_title .icon {
    min-width: 10em;
  }
}

@media only screen and (min-width: 1116px) {
  #conference-room .feature_detail .detail_title .icon {
    margin-right: 0.75em;
    min-width: 8em;
  }
}

/*                #floor-price
======================================================= */
#floor-price {
  /* padding-top: 90px; */
  padding-top: 50px;
}

@media only screen and (max-width: 768px) {
  #floor-price {
    padding-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  #floor-price {
    /* padding-top: 60px; */
    padding-top: 20px;
  }
}

#floor-price .floortext {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #floor-price .floortext {
    margin-top: 16px;
  }
}

/* #floor */
#floor {
  padding-bottom: 2.5em;
}

@media only screen and (max-width: 1024px) {
  #floor {
    padding-bottom: 2em;
  }
}

@media only screen and (max-width: 768px) {
  #floor {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .floor-price_read p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .floor-price_read {
    padding: 0.75em 0 1.25em;
  }

  .floor-price_read p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .floor-price_read p {
    font-size: 16px;
  }
}

#floor .floormap {
  margin-top: 40px;
}

.floormap {
  max-width: 1556px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.floormap .caution {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.floormap .caution p,
.floormap .caution ul {
  line-height: 1.3;
  font-size: 14px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  #floor .floormap {
    margin-top: 16px;
  }

  .floormap .caution p,
  .floormap .caution ul {
    font-size: 13px;
  }
}

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

  .floormap .caution p,
  .floormap .caution ul {
    font-size: 12px;
  }
}

.floormap .caution ul li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}

.floormap_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -42px;
}

.floormap_flex>div {
  padding: 42px;
  /* width: 50%; */
  width: 100%;
}

@media only screen and (max-width: 1500px) {
  .floormap_flex {
    margin: 0;
  }

  .floormap_flex>div {
    padding: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .floormap_flex {
    margin: 0;
  }

  .floormap_flex>div {
    padding: 0px;
    width: 100%;
  }

  .floormap_flex>div+div {
    /* margin-top: 20px; */
  }
}

.floormap_cont img,
.floormap_cont picture {
  width: 100%;
  max-width: 1150px;
  height: auto;
  display: block;
  margin: auto;
}

/* #price */
#floor-price #price .main_width_price {
  max-width: 1146px;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  #floor-price #price .main_width_price {
    margin-top: 50px;
  }  
}

#floor-price #price .main_width_price .detail_head {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
}

@media only screen and (max-width: 768px) {
  #floor-price #price .main_width_price .detail_head {
    display: block;
    padding-left: 0;
  }
}

#floor-price #price .main_width_price .detail_head .js-animation {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}

#floor-price #price .main_width_price .detail_head .js-animation.is-active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#floor-price #price .main_width_price .detail_head .combine_option dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 400px;
  border: solid 1px #1a1a1a;
  box-sizing: border-box;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  #floor-price #price .main_width_price .detail_head .combine_option dl {
    width: 100%;
    font-size: 14px;
  }
}

#floor-price #price .main_width_price .detail_head .combine_option dl:not(:first-child) {
  margin-top: 6px;
}

#floor-price #price .main_width_price .detail_head .combine_option dt {
  width: 260px;
  padding: 14px 0 12px 52px;
  background-color: #a18822;
  color: #fff;
  font-weight: bold;
  border-right: solid 1px #1a1a1a;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  #floor-price #price .main_width_price .detail_head .combine_option dt {
    width: 60%;
  }
}

@media only screen and (max-width: 480px) {
  #floor-price #price .main_width_price .detail_head .combine_option dt {
    padding-left: 1rem;
  }
}

#floor-price #price .main_width_price .detail_head .combine_option dd {
  width: 140px;
  padding: 14px 50px 12px;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  #floor-price #price .main_width_price .detail_head .combine_option dd {
    width: 40%;
    padding: 14px 0 12px;
  }
}

#floor-price #price .main_width_price .detail_title {
  position: relative;
}

#floor-price #price .main_width_price .detail_title::before {
  content: "";
  display: block;
  width: 5px;
  height: 74px;
  background-color: #a18822;
  position: absolute;
  top: 0;
  left: -30px;
}

#floor-price #price .main_width_price .detail_title .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#floor-price #price .main_width_price .detail_title .catch {
  font-size: 20px;
  font-weight: 700;
  color: #a18822;
}

#floor-price #price .main_width_price .detail_title .catch>span>span {
  display: inline-block;
}

#floor-price #price .main_width_price .detail_title>h3 {
  padding: 0;
  font-size: 30px;
  font-weight: 700;
  text-indent: -1rem;
}

#floor-price #price .main_width_price .detail_title>h3.indent {
  margin-left: -0.25em;
}

@media only screen and (max-width: 1115px) {
  #floor-price #price .main_width_price .detail_title .meta {
    display: block;
  }

  #floor-price #price .main_width_price .detail_title .catch {
    font-size: 18px;
  }

  #floor-price #price .main_width_price .detail_title>h3 {
    font-size: 24px;
    padding: 0;
  }

  #floor-price #price .main_width_price .detail_title::before {
    width: 3px;
    height: 60px;
    top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #floor-price #price .main_width_price .detail_title>h3 {
    font-size: 22px;
    padding: 0.15em 0 0;
  }
}

@media only screen and (max-width: 768px) {
  #floor-price #price .main_width_price .detail_title {
    text-align: center;
  }

  #floor-price #price .main_width_price .detail_title+div {
    margin-top: 1.5em;
  }

  #floor-price #price .main_width_price .detail_title .icon>span>span {
    display: inline-block;
  }

  #floor-price #price .main_width_price .detail_title .catch {
    text-align: center;
    font-size: 19px;
    line-height: 1.5;
    margin: 0 -0.5em;
  }

  #floor-price #price .main_width_price .detail_title>h3 {
    text-align: center;
    font-size: 19px;
    padding: 0.5em 0 0;
    line-height: 1.5;
    margin: 0 -0.75em;
  }

  #floor-price #price .main_width_price .detail_title::before {
    display: none;
  }
}

@media only screen and (max-width: 350px) {
  #floor-price #price .main_width_price .detail_title {
    text-align: center;
  }

  #floor-price #price .main_width_price .detail_title .catch>span>span {
    display: inline-block;
  }

  #floor-price #price .main_width_price .detail_title>h3>span>span {
    display: inline-block;
  }

  #floor-price #price .main_width_price .detail_title>h3>span>span.sp_none {
    display: none;
  }
}

#floor-price #price .main_width_price .detail_text {
  font-size: 18px;
  max-width: 61.5em;
}

#floor-price #price .main_width_price .detail_text p {
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 1115px) {
  #floor-price #price .main_width_price .detail_text {
    font-size: 16px;
  }
}

#floor-price #price .pricetable {
  position: relative;
}

#floor-price #price .pricetable .p-scrollable {
  margin-top: 14px;
}

#floor-price #price .pricetable .p-room-table {
  width: 100%;
  min-width: 1145px;
  border: solid 1px #1a1a1a;
  border-collapse: collapse;
}

#floor-price #price .pricetable .p-room-table tr:last-of-type {
  border-bottom: none;
}

.p-room-table td:last-of-type {
    padding-right: 0;
}


#floor-price #price .pricetable .p-room-table th {
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 0;
  background-color: #eee9d5;
  color: #1a1a1a;
  font-weight: bold;
  text-align: center;
  border-right: dotted 1px #1a1a1a;
}

/* #floor-price #price .pricetable .p-room-table th:first-child {
  width: 16.6%;
}

#floor-price #price .pricetable .p-room-table th:nth-child(2) {
  width: 36.24%;
} */

/* #floor-price #price .pricetable .p-room-table th:last-child {
  width: 47.16%;
  border-right: none;
} */

#floor-price #price .pricetable .p-room-table td {
  padding-top: 10px;
  padding-bottom: 8px;
  background-color: #f2f2f2;
  color: #1a1a1a;
  text-align: center;
  border-top: solid 1px #1a1a1a;
  box-sizing: border-box;
  line-height: 1.3;
}

#floor-price #price .pricetable .p-room-table.combine tr:nth-child(2) td:first-child,
#floor-price #price .pricetable .p-room-table.combine tr:nth-child(2) td:nth-child(5),
#floor-price #price .pricetable .p-room-table.combine tr:nth-child(3) td:nth-child(4) {
  border-right: dotted 1px #1a1a1a;
}

#floor-price #price .pricetable .p-room-table.divide tr:nth-child(2) td:nth-child(4),
#floor-price #price .pricetable .p-room-table.divide tr:nth-child(n+3) td:first-child,
#floor-price #price .pricetable .p-room-table.divide tr:nth-child(n+3) td:nth-child(5) {
  border-right: dotted 1px #1a1a1a;
}

#floor-price #price .pricetable .p-room-table tr:nth-child(n+3) td,
#floor-price #price .pricetable .p-room-table.combine tr:nth-child(2) td:first-child {
  height: 3.475rem;
  background-color: #fff;
}

/* #floor-price #price .pricetable .p-room-table.combine tr:nth-child(2) td:first-child span,
#floor-price #price .pricetable .p-room-table.divide tr:nth-child(n+3) td:first-child span {
  font-size: 30px;
  font-weight: bold;
} */


#floor-price #price .pricetable .p-room-table tr:nth-child(2) td:nth-child(n+4) span {
  display: block;
  font-size: 12px;
}

#floor-price #price .main_width_price .caution {
  margin-top: 30px;
}

#floor-price #price .main_width_price .caution li {
  font-size: 14px;
}

/*                #gallery
======================================================= */
#gallery.home_section {
  margin-top: 90px;
  padding-bottom: 32px;
  background-color: #f3eddd;
}

@media only screen and (max-width: 768px) {
  #gallery.home_section {
    margin-top: 30px;
  }   
}

#gallery.home_section .en_title {
  opacity: 0.4;
}

#gallery #section-gallery {
  margin-top: 90px;
}

@media only screen and (max-width: 768px) {
  #gallery #section-gallery {
    margin-top: 40px;
  }  
}

#gallery .js-slider-item .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(174, 23, 116, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 1px 2px 3px #000;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 16px;
  min-width: 280px;
  min-height: 72px;
  padding: 0.25em 0.3em;
}

#gallery .js-slider-item .caption>span>span {
  display: block;
}

@media only screen and (min-width: 1921px) {
  #gallery .js-slider-item .caption {
    font-size: 0.84vw;
    min-width: 14.7vw;
    min-height: 3.75vw;
  }
}

@media only screen and (max-width: 1024px) {
  #gallery .js-slider-item .caption {
    font-size: 15px;
    min-width: 266px;
    min-height: 68px;
  }
}

@media only screen and (max-width: 768px) {
  #gallery .js-slider-item .caption {
    font-size: 14px;
    min-width: 240px;
    min-height: 60px;
  }
}

@media only screen and (max-width: 640px) {
  #gallery .js-slider-item .caption {
    font-size: 14px;
    min-width: 200px;
    min-height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  #gallery .js-slider-item .caption {
    background: #a18822;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    font-size: 13px;
    min-width: 180px;
    padding: 0.15em 15%;
    height: 24px;
    min-height: 22px;
  }

  #gallery .js-slider-item .caption>span>span {
    display: inline;
  }

  #gallery .js-slider-item .caption>span>span+div {
    margin-left: 0.5em;
  }
}

@media only screen and (max-width: 400px) {
  #gallery .js-slider-item .caption {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  #gallery .js-slider-item {
    margin-bottom: 22px;
  }
}

.webp #gallery .js-slider-item.gallery_01 {
  background-image: url(/img/home/gallery/img_gallery_01.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_01.jpg.webp) 1x, url(/img/home/gallery/img_gallery_01@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_01.jpg.webp) 1x, url(/img/home/gallery/img_gallery_01@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_01 {
    background-image: url(/img/home/gallery/img_gallery_01_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_01_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_01.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_01_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_01.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_02 {
  background-image: url(/img/home/gallery/img_gallery_02.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_02.jpg.webp) 1x, url(/img/home/gallery/img_gallery_02@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_02.jpg.webp) 1x, url(/img/home/gallery/img_gallery_02@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_02 {
    background-image: url(/img/home/gallery/img_gallery_02_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_02_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_02.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_02_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_02.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_03 {
  background-image: url(/img/home/gallery/img_gallery_03.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_03.jpg.webp) 1x, url(/img/home/gallery/img_gallery_03@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_03.jpg.webp) 1x, url(/img/home/gallery/img_gallery_03@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_03 {
    background-image: url(/img/home/gallery/img_gallery_03_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_03_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_03.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_03_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_03.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_04 {
  background-image: url(/img/home/gallery/img_gallery_04.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_04.jpg.webp) 1x, url(/img/home/gallery/img_gallery_04@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_04.jpg.webp) 1x, url(/img/home/gallery/img_gallery_04@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_04 {
    background-image: url(/img/home/gallery/img_gallery_04_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_04_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_04.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_04_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_04.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_05 {
  background-image: url(/img/home/gallery/img_gallery_05.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_05.jpg.webp) 1x, url(/img/home/gallery/img_gallery_05@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_05.jpg.webp) 1x, url(/img/home/gallery/img_gallery_05@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_05 {
    background-image: url(/img/home/gallery/img_gallery_05_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_05_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_05.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_05_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_05.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_06 {
  background-image: url(/img/home/gallery/img_gallery_06.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_06.jpg.webp) 1x, url(/img/home/gallery/img_gallery_06@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_06.jpg.webp) 1x, url(/img/home/gallery/img_gallery_06@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_06 {
    background-image: url(/img/home/gallery/img_gallery_06_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_06_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_06.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_06_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_06.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_07 {
  background-image: url(/img/home/gallery/img_gallery_07.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_07.jpg.webp) 1x, url(/img/home/gallery/img_gallery_07@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_07.jpg.webp) 1x, url(/img/home/gallery/img_gallery_07@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_07 {
    background-image: url(/img/home/gallery/img_gallery_07_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_07_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_07.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_07_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_07.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_08 {
  background-image: url(/img/home/gallery/img_gallery_08.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_08.jpg.webp) 1x, url(/img/home/gallery/img_gallery_08@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_08.jpg.webp) 1x, url(/img/home/gallery/img_gallery_08@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_08 {
    background-image: url(/img/home/gallery/img_gallery_08_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_08_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_08.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_08_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_08.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_09 {
  background-image: url(/img/home/gallery/img_gallery_09.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_09.jpg.webp) 1x, url(/img/home/gallery/img_gallery_09@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_09.jpg.webp) 1x, url(/img/home/gallery/img_gallery_09@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_09 {
    background-image: url(/img/home/gallery/img_gallery_09_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_09_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_09.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_09_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_09.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_10 {
  background-image: url(/img/home/gallery/img_gallery_10.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_10.jpg.webp) 1x, url(/img/home/gallery/img_gallery_10@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_10.jpg.webp) 1x, url(/img/home/gallery/img_gallery_10@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_10 {
    background-image: url(/img/home/gallery/img_gallery_10_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_10_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_10.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_10_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_10.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_11 {
  background-image: url(/img/home/gallery/img_gallery_11.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_11.jpg.webp) 1x, url(/img/home/gallery/img_gallery_11@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_11.jpg.webp) 1x, url(/img/home/gallery/img_gallery_11@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_11 {
    background-image: url(/img/home/gallery/img_gallery_11_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_11_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_11.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_11_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_11.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_12 {
  background-image: url(/img/home/gallery/img_gallery_12.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_12.jpg.webp) 1x, url(/img/home/gallery/img_gallery_12@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_12.jpg.webp) 1x, url(/img/home/gallery/img_gallery_12@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_12 {
    background-image: url(/img/home/gallery/img_gallery_12_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_12_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_12.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_12_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_12.jpg) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_13 {
  background-image: url(/img/home/gallery/img_gallery_13.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_13.jpg.webp) 1x, url(/img/home/gallery/img_gallery_13@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_13.jpg.webp) 1x, url(/img/home/gallery/img_gallery_13@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_13 {
    background-image: url(/img/home/gallery/img_gallery_13_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_13_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_13.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_13_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_13.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_14 {
  background-image: url(/img/home/gallery/img_gallery_14.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_14.jpg.webp) 1x, url(/img/home/gallery/img_gallery_14@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_14.jpg.webp) 1x, url(/img/home/gallery/img_gallery_14@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_14 {
    background-image: url(/img/home/gallery/img_gallery_14_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_14_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_14.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_14_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_14.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_15 {
  background-image: url(/img/home/gallery/img_gallery_15.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_15.jpg.webp) 1x, url(/img/home/gallery/img_gallery_15@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_15.jpg.webp) 1x, url(/img/home/gallery/img_gallery_15@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_15 {
    background-image: url(/img/home/gallery/img_gallery_15_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_15_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_15.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_15_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_15.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_16 {
  background-image: url(/img/home/gallery/img_gallery_16.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_16.jpg.webp) 1x, url(/img/home/gallery/img_gallery_16@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_16.jpg.webp) 1x, url(/img/home/gallery/img_gallery_16@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_16 {
    background-image: url(/img/home/gallery/img_gallery_16_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_16_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_16.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_16_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_16.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_17 {
  background-image: url(/img/home/gallery/img_gallery_17.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_17.jpg.webp) 1x, url(/img/home/gallery/img_gallery_17@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_17.jpg.webp) 1x, url(/img/home/gallery/img_gallery_17@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_17 {
    background-image: url(/img/home/gallery/img_gallery_17_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_17_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_17.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_17_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_17.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_18 {
  background-image: url(/img/home/gallery/img_gallery_18.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_18.jpg.webp) 1x, url(/img/home/gallery/img_gallery_18@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_18.jpg.webp) 1x, url(/img/home/gallery/img_gallery_18@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_18 {
    background-image: url(/img/home/gallery/img_gallery_18_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_18_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_18.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_18_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_18.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_19 {
  background-image: url(/img/home/gallery/img_gallery_19.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_19.jpg.webp) 1x, url(/img/home/gallery/img_gallery_19@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_19.jpg.webp) 1x, url(/img/home/gallery/img_gallery_19@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_19 {
    background-image: url(/img/home/gallery/img_gallery_19_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_19_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_19.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_19_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_19.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_20 {
  background-image: url(/img/home/gallery/img_gallery_20.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_20.jpg.webp) 1x, url(/img/home/gallery/img_gallery_20@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_20.jpg.webp) 1x, url(/img/home/gallery/img_gallery_20@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_20 {
    background-image: url(/img/home/gallery/img_gallery_20_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_20_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_20.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_20_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_20.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_21 {
  background-image: url(/img/home/gallery/img_gallery_21.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_21.jpg.webp) 1x, url(/img/home/gallery/img_gallery_21@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_21.jpg.webp) 1x, url(/img/home/gallery/img_gallery_21@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_21 {
    background-image: url(/img/home/gallery/img_gallery_21_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_21_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_21.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_21_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_21.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.gallery_22 {
  background-image: url(/img/home/gallery/img_gallery_22.jpg.webp);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_22.jpg.webp) 1x, url(/img/home/gallery/img_gallery_22@2x.jpg.webp) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_22.jpg.webp) 1x, url(/img/home/gallery/img_gallery_22@2x.jpg.webp) 2x);
}

@media only screen and (max-width: 768px) {
  .webp #gallery .js-slider-item.gallery_22 {
    background-image: url(/img/home/gallery/img_gallery_22_sp.jpg.webp);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_22_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_22.jpg.webp) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_22_sp.jpg.webp) 1x, url(/img/home/gallery/img_gallery_22.jpg.webp) 2x);
  }
}

.webp #gallery .js-slider-item.bg-lazy {
  background-image: none !important;
}

.no-webp #gallery .js-slider-item.gallery_01 {
  background-image: url(/img/home/gallery/img_gallery_01.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_01.jpg) 1x, url(/img/home/gallery/img_gallery_01@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_01.jpg) 1x, url(/img/home/gallery/img_gallery_01@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_01 {
    background-image: url(/img/home/gallery/img_gallery_01_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_01_sp.jpg) 1x, url(/img/home/gallery/img_gallery_01.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_01_sp.jpg) 1x, url(/img/home/gallery/img_gallery_01.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_02 {
  background-image: url(/img/home/gallery/img_gallery_02.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_02.jpg) 1x, url(/img/home/gallery/img_gallery_02@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_02.jpg) 1x, url(/img/home/gallery/img_gallery_02@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_02 {
    background-image: url(/img/home/gallery/img_gallery_02_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_02_sp.jpg) 1x, url(/img/home/gallery/img_gallery_02.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_02_sp.jpg) 1x, url(/img/home/gallery/img_gallery_02.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_03 {
  background-image: url(/img/home/gallery/img_gallery_03.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_03.jpg) 1x, url(/img/home/gallery/img_gallery_03@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_03.jpg) 1x, url(/img/home/gallery/img_gallery_03@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_03 {
    background-image: url(/img/home/gallery/img_gallery_03_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_03_sp.jpg) 1x, url(/img/home/gallery/img_gallery_03.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_03_sp.jpg) 1x, url(/img/home/gallery/img_gallery_03.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_04 {
  background-image: url(/img/home/gallery/img_gallery_04.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_04.jpg) 1x, url(/img/home/gallery/img_gallery_04@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_04.jpg) 1x, url(/img/home/gallery/img_gallery_04@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_04 {
    background-image: url(/img/home/gallery/img_gallery_04_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_04_sp.jpg) 1x, url(/img/home/gallery/img_gallery_04.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_04_sp.jpg) 1x, url(/img/home/gallery/img_gallery_04.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_05 {
  background-image: url(/img/home/gallery/img_gallery_05.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_05.jpg) 1x, url(/img/home/gallery/img_gallery_05@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_05.jpg) 1x, url(/img/home/gallery/img_gallery_05@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_05 {
    background-image: url(/img/home/gallery/img_gallery_05_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_05_sp.jpg) 1x, url(/img/home/gallery/img_gallery_05.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_05_sp.jpg) 1x, url(/img/home/gallery/img_gallery_05.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_06 {
  background-image: url(/img/home/gallery/img_gallery_06.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_06.jpg) 1x, url(/img/home/gallery/img_gallery_06@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_06.jpg) 1x, url(/img/home/gallery/img_gallery_06@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_06 {
    background-image: url(/img/home/gallery/img_gallery_06_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_06_sp.jpg) 1x, url(/img/home/gallery/img_gallery_06.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_06_sp.jpg) 1x, url(/img/home/gallery/img_gallery_06.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_07 {
  background-image: url(/img/home/gallery/img_gallery_07.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_07.jpg) 1x, url(/img/home/gallery/img_gallery_07@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_07.jpg) 1x, url(/img/home/gallery/img_gallery_07@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_07 {
    background-image: url(/img/home/gallery/img_gallery_07_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_07_sp.jpg) 1x, url(/img/home/gallery/img_gallery_07.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_07_sp.jpg) 1x, url(/img/home/gallery/img_gallery_07.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_08 {
  background-image: url(/img/home/gallery/img_gallery_08.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_08.jpg) 1x, url(/img/home/gallery/img_gallery_08@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_08.jpg) 1x, url(/img/home/gallery/img_gallery_08@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_08 {
    background-image: url(/img/home/gallery/img_gallery_08_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_08_sp.jpg) 1x, url(/img/home/gallery/img_gallery_08.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_08_sp.jpg) 1x, url(/img/home/gallery/img_gallery_08.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_09 {
  background-image: url(/img/home/gallery/img_gallery_09.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_09.jpg) 1x, url(/img/home/gallery/img_gallery_09@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_09.jpg) 1x, url(/img/home/gallery/img_gallery_09@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_09 {
    background-image: url(/img/home/gallery/img_gallery_09_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_09_sp.jpg) 1x, url(/img/home/gallery/img_gallery_09.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_09_sp.jpg) 1x, url(/img/home/gallery/img_gallery_09.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_10 {
  background-image: url(/img/home/gallery/img_gallery_10.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_10.jpg) 1x, url(/img/home/gallery/img_gallery_10@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_10.jpg) 1x, url(/img/home/gallery/img_gallery_10@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_10 {
    background-image: url(/img/home/gallery/img_gallery_10_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_10_sp.jpg) 1x, url(/img/home/gallery/img_gallery_10.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_10_sp.jpg) 1x, url(/img/home/gallery/img_gallery_10.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_11 {
  background-image: url(/img/home/gallery/img_gallery_11.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_11.jpg) 1x, url(/img/home/gallery/img_gallery_11@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_11.jpg) 1x, url(/img/home/gallery/img_gallery_11@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_11 {
    background-image: url(/img/home/gallery/img_gallery_11_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_11_sp.jpg) 1x, url(/img/home/gallery/img_gallery_11.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_11_sp.jpg) 1x, url(/img/home/gallery/img_gallery_11.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_12 {
  background-image: url(/img/home/gallery/img_gallery_12.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_12.jpg) 1x, url(/img/home/gallery/img_gallery_12@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_12.jpg) 1x, url(/img/home/gallery/img_gallery_12@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_12 {
    background-image: url(/img/home/gallery/img_gallery_12_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_12_sp.jpg) 1x, url(/img/home/gallery/img_gallery_12.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_12_sp.jpg) 1x, url(/img/home/gallery/img_gallery_12.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_13 {
  background-image: url(/img/home/gallery/img_gallery_13.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_13.jpg) 1x, url(/img/home/gallery/img_gallery_13@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_13.jpg) 1x, url(/img/home/gallery/img_gallery_13@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_13 {
    background-image: url(/img/home/gallery/img_gallery_13_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_13_sp.jpg) 1x, url(/img/home/gallery/img_gallery_13.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_13_sp.jpg) 1x, url(/img/home/gallery/img_gallery_13.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_14 {
  background-image: url(/img/home/gallery/img_gallery_14.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_14.jpg) 1x, url(/img/home/gallery/img_gallery_14@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_14.jpg) 1x, url(/img/home/gallery/img_gallery_14@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_14 {
    background-image: url(/img/home/gallery/img_gallery_14_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_14_sp.jpg) 1x, url(/img/home/gallery/img_gallery_14.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_14_sp.jpg) 1x, url(/img/home/gallery/img_gallery_14.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_15 {
  background-image: url(/img/home/gallery/img_gallery_15.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_15.jpg) 1x, url(/img/home/gallery/img_gallery_15@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_15.jpg) 1x, url(/img/home/gallery/img_gallery_15@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_15 {
    background-image: url(/img/home/gallery/img_gallery_15_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_15_sp.jpg) 1x, url(/img/home/gallery/img_gallery_15.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_15_sp.jpg) 1x, url(/img/home/gallery/img_gallery_15.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_16 {
  background-image: url(/img/home/gallery/img_gallery_16.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_16.jpg) 1x, url(/img/home/gallery/img_gallery_16@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_16.jpg) 1x, url(/img/home/gallery/img_gallery_16@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_16 {
    background-image: url(/img/home/gallery/img_gallery_16_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_16_sp.jpg) 1x, url(/img/home/gallery/img_gallery_16.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_16_sp.jpg) 1x, url(/img/home/gallery/img_gallery_16.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_17 {
  background-image: url(/img/home/gallery/img_gallery_17.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_17.jpg) 1x, url(/img/home/gallery/img_gallery_17@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_17.jpg) 1x, url(/img/home/gallery/img_gallery_17@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_17 {
    background-image: url(/img/home/gallery/img_gallery_17_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_17_sp.jpg) 1x, url(/img/home/gallery/img_gallery_17.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_17_sp.jpg) 1x, url(/img/home/gallery/img_gallery_17.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_18 {
  background-image: url(/img/home/gallery/img_gallery_18.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_18.jpg) 1x, url(/img/home/gallery/img_gallery_18@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_18.jpg) 1x, url(/img/home/gallery/img_gallery_18@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_18 {
    background-image: url(/img/home/gallery/img_gallery_18_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_18_sp.jpg) 1x, url(/img/home/gallery/img_gallery_18.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_18_sp.jpg) 1x, url(/img/home/gallery/img_gallery_18.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_19 {
  background-image: url(/img/home/gallery/img_gallery_19.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_19.jpg) 1x, url(/img/home/gallery/img_gallery_19@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_19.jpg) 1x, url(/img/home/gallery/img_gallery_19@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_19 {
    background-image: url(/img/home/gallery/img_gallery_19_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_19_sp.jpg) 1x, url(/img/home/gallery/img_gallery_19.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_19_sp.jpg) 1x, url(/img/home/gallery/img_gallery_19.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_20 {
  background-image: url(/img/home/gallery/img_gallery_20.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_20.jpg) 1x, url(/img/home/gallery/img_gallery_20@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_20.jpg) 1x, url(/img/home/gallery/img_gallery_20@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_20 {
    background-image: url(/img/home/gallery/img_gallery_20_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_20_sp.jpg) 1x, url(/img/home/gallery/img_gallery_20.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_20_sp.jpg) 1x, url(/img/home/gallery/img_gallery_20.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_21 {
  background-image: url(/img/home/gallery/img_gallery_21.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_21.jpg) 1x, url(/img/home/gallery/img_gallery_21@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_21.jpg) 1x, url(/img/home/gallery/img_gallery_21@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_21 {
    background-image: url(/img/home/gallery/img_gallery_21_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_21_sp.jpg) 1x, url(/img/home/gallery/img_gallery_21.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_21_sp.jpg) 1x, url(/img/home/gallery/img_gallery_21.jpg) 2x);
  }
}

.no-webp #gallery .js-slider-item.gallery_22 {
  background-image: url(/img/home/gallery/img_gallery_22.jpg);
  background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_22.jpg) 1x, url(/img/home/gallery/img_gallery_22@2x.jpg) 2x);
  background-image: image-set(url(/img/home/gallery/img_gallery_22.jpg) 1x, url(/img/home/gallery/img_gallery_22@2x.jpg) 2x);
}

@media only screen and (max-width: 768px) {
  .no-webp #gallery .js-slider-item.gallery_22 {
    background-image: url(/img/home/gallery/img_gallery_22_sp.jpg);
    background-image: -webkit-image-set(url(/img/home/gallery/img_gallery_22_sp.jpg) 1x, url(/img/home/gallery/img_gallery_22.jpg) 2x);
    background-image: image-set(url(/img/home/gallery/img_gallery_22_sp.jpg) 1x, url(/img/home/gallery/img_gallery_22.jpg) 2x);
  }
}

.swiper-container.gallery-top .swiper-slide {
  position: relative;
  padding-top: 34.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

@media only screen and (min-width: 1025px) {
  .swiper-container .swiper-button-white {
    opacity: 0;
  }

  .swiper-container.gallery-thumbs {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1086px;
    overflow: visible;
  }

  .swiper-container.gallery-thumbs .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: none !important;
    transform: none !important;
    justify-content: center;
  }

  .swiper-container.gallery-thumbs .swiper-slide {
    padding: 10px;
    width: 6.6666%;
    max-width: 6.6666%;
    min-width: 6.6666%;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .swiper-container.gallery-thumbs .swiper-slide img,
  .swiper-container.gallery-thumbs .swiper-slide picture {
    display: block;
    width: 100%;
    height: auto;
  }

  .swiper-container.gallery-thumbs .swiper-slide>span {
    display: block;
    position: relative;
    cursor: pointer;
  }

  .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active span::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    border: solid 3px #a18822;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1024px) {
  .swiper-container .swiper-button-white {
    opacity: 0;
  }

  .swiper-container.gallery-thumbs {
    margin: 20px auto 10px;
    padding-top: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: visible;
  }

  .swiper-container.gallery-thumbs .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: none !important;
    transform: none !important;
    margin: -4px;
  }

  .swiper-container.gallery-thumbs .swiper-slide {
    -webkit-transform: none !important;
    transform: none !important;
    width: 6px;
    max-width: 6px;
    height: 6px;
    margin-right: 2px;
    margin-left: 2px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .swiper-container.gallery-thumbs .swiper-slide img,
  .swiper-container.gallery-thumbs .swiper-slide picture {
    display: block;
    width: 4px;
    height: auto;
  }

  .swiper-container.gallery-thumbs .swiper-slide>span {
    display: block;
    position: relative;
    cursor: pointer;
  }

  .swiper-container.gallery-thumbs .swiper-slide span {
    position: relative;
  }

  .swiper-container.gallery-thumbs .swiper-slide span:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    content: "";
    background-color: #dddddd;
  }

  .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active span:before {
    border: solid 3px #a18822;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-container.gallery-top .swiper-slide {
    padding-top: 50%;
  }

  .swiper-container.gallery-thumbs {
    margin: 5px auto 10px;
  }
}

#gallery .p-home-block__button {
  margin-top: 24px;
}

/*                #access
======================================================= */
#access .accesstext {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
#access .accesstext {
    margin-top: 16px;
  }
}

.access_map {
  margin-top: 42px;
  background-color: #f7f6f6;
}

.access_map .gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.access_map .gmap iframe,
.access_map .gmap object,
.access_map .gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 769px) {
  .access_map .gmap {
    padding-bottom: 22.5%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .access_map .gmap {
    padding-bottom: 38.75%;
  }
}

.access_info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1360px;
  margin: 90px auto 0;
  padding-bottom: 32px;
  gap: 64px;
}

@media only screen and (max-width: 768px) {
  .access_info {
    margin-top: 60px;
  }
} 

.access_info .train_list {
  padding-left: 1em;
  flex: 1 1 auto;
}

@media only screen and (max-width: 1024px) {
  .access_info {
    display: block;
  }

  .access_info .access_info_cont:not(:first-child) {
    margin-top: 40px;
  }
}

.access_info .map_text dt {
  font-size: 28px;
  font-weight: bold;
}

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

  .access_info .map_text dt span,
  .access_info .map_text dd span {
    display: block;
  }
}

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

  .access_info .map_text dt span,
  .access_info .map_text dd span {
    display: inline;
  }
}

.access_info .map_text dd {
  font-size: 22px;
}

.access_info .map_text p {
  margin-top: .5em;
  padding-left: .25em;
  font-size: 22px;
}

.access_info .map_text p .c-blank,
.access_info .map_text p .c-blank::before,
.access_info .map_text p .c-blank::after {
  transform: scale(1.5);
}

.access_info .map_text p .c-blank+span {
  padding-left: 1em;
}

.access_info .map_text .p-home-block__button {
  margin-top: 40px;
}

.access_info .train_list .station {
  position: relative;
  font-size: 18px;
}

.access_info .train_list .station:not(:first-child) {
  margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .access_info .train_list .station:not(:first-child) {
    margin-top: 16px;
  }
}

.access_info .train_list .station span {
  padding: 0 .1em;
  font-size: 24px;
  font-weight: bold;
}

.access_info .train_list .station::before {
  content: "";
  display: block;
  background-color: #c3d0c9;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: -1em;
}

.access_info .train_list .station .line {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.5em;
  font-size: 16px;
}

.access_info .train_list .station .line li {
  position: relative;
}

.access_info .train_list .station .line li:not(:last-child) {
  margin-right: 3em;
}

.access_info .train_list .station .line li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -1.25em;
  transform: translateY(-50%);
}

.access_info .train_list .station .line li.ginza::before {
  background: radial-gradient(circle, transparent 30%, #f39700 33%);
  border-radius: 50%;
}

.access_info .train_list .station .line li.marunouchi::before {
  background: radial-gradient(circle, transparent 30%, #e60012 33%);
  border-radius: 50%;
}

.access_info .train_list .station .line li.hibiya::before {
  background: radial-gradient(circle, transparent 30%, #9caeb7 33%);
  border-radius: 50%;
}

.access_info .train_list .station .line li.chiyoda::before {
  background: radial-gradient(circle, transparent 30%, #009944 33%);
  border-radius: 50%;
}

.access_info .train_list .station .line li.mita::before {
  background: radial-gradient(circle, transparent 30%, #0079c2 33%);
  border-radius: 50%;
}

.access_info .train_list .station .line li.keihintohoku::before {
  background-color: #00bae8;
  border-radius: 4px;
}

.access_info .train_list .station .line li.yamanote::before {
  background-color: #99cc00;
  border-radius: 4px;
}

.access_info .train_list .station .line li.chuou::before {
  background-color: #f15a22;
  border-radius: 4px;
}

.access_info .train_list .station .line li.chuou_soubu::before {
  background-color: #ffd400;
  border-radius: 4px;
}

.access_info .train_list .station .line li.saikyou::before {
  background-color: #00b48d;
  border-radius: 4px;
}

.access_info .train_list .station .line li.syounanshinjuku::before {
  background-color: #e31f26;
  border-radius: 4px;
}

.access_info .train_list .station .line li.odakyuodawara::before {
  background-color: #06559d;
  border-radius: 4px;
}

.access_info .train_list .station .line li.keiou::before {
  background-color: #d6007f;
  border-radius: 4px;
}

.access_info .train_list .station .line li.toeishinjuku::before {
  background-color: #b0bf1e;
  border-radius: 4px;
}

.access_info .train_list .station .line li.toeiooedo::before {
  background-color: #b6007a;
  border-radius: 4px;
}

.access_info .train_list .station .line li.tokaido::before {
  background-color: #f68b1e;
  border-radius: 4px;
}

.access_info_cont .caption {
  margin-top: 32px;
  list-style: none;
}

.access_info_cont .caption .caption_item {
  display: grid;
  grid-auto-flow: column;
  gap: 4px;
}

@media only screen and (max-width: 1024px) {
  .access_info_cont .caption {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 1115px) {
  .access_info .map_text dt {
    font-size: 24px;
  }

  .access_info .map_text dd,
  .access_info .map_text p {
    font-size: 20px;
  }

  .access_info .map_text p .c-blank,
  .access_info .map_text p .c-blank::before,
  .access_info .map_text p .c-blank::after {
    transform: scale(1.25);
  }

  .access_info .map_text p .c-blank+span {
    padding-left: .75em;
  }

  .access_info .map_text .p-home-block__button {
    margin-top: 20px;
    max-width: 350px;
    min-width: unset;
  }

  .access_info .train_list .station {
    font-size: 14px;
  }

  .access_info .train_list .station span {
    font-size: 20px;
  }

  .access_info .train_list .station::before {
    top: 14px;
  }

  .access_info .train_list .station .line {
    padding-left: 1.25em;
    font-size: 14px;
  }

  .access_info .train_list .station .line li::before {
    width: 14px;
    height: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .access_info .map_text dt {
    font-size: 16px;
  }

  .access_info .map_text dd,
  .access_info .map_text p {
    font-size: 14px;
  }
  .access_info .train_list .station span {
    font-size: 16px;
  }
  .access_info .train_list .station::before {
    top: 12px;
  }
}

.feature_content .p-home-block__button {
  min-width: 350px;
}

@media print,
screen and (min-width: 48em) {
  .p-home-block__button {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .feature_content .p-home-block__button {
    min-width: unset;
  }
}

@media only screen and (max-width: 480px) {
  #cleanliness .c-button span {
    font-size: .9rem;
  }
}

/*20250129*/
.cont_btn_area{
	background-color: #A90000;
	width: 450px;
	height: 80px;
	margin-left: 10%;
	margin-right: auto;
	position: relative;
	transition: all 0.4s;
}
.cont_btn_area:hover {
  box-shadow: none;
  transform: translateY(4px);
}
@media only screen and (max-width: 480px) {
	.cont_btn_area{
		width:300px;
	}
}
.cont_btn_block{
	display: flex;
	width: 450px;
	height: 80px;
}
.cont_btn_l{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30%;
}
@media only screen and (max-width: 480px) {
	.cont_btn_l{
		width: 20%;
	}
}
.cont_btn_l span{
	background-color: #fff;
	padding: 6px 12px;
	color: #A90000;
	font-weight: 700;
	font-size: 21px;
}
@media only screen and (max-width: 480px) {
	.cont_btn_l span{
		font-size: 18px;
	}
}
.cont_btn_r{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
@media only screen and (max-width: 480px) {
	.cont_btn_r{
		width: 40%;
	}
}
.cont_btn_rr{
	text-align: center;
}
.cont_btn_rr_text{
	font-weight: 700;
	font-size: 21px;
}
@media only screen and (max-width: 480px) {
	.cont_btn_rr_text{
		font-size: 18px;
	}
}
.arrow_right{
	display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 13px;
    border-left-color: currentColor;
    border-right: 0;
    position: absolute;
    top: 30px;
    right: 30px;
}
@media only screen and (max-width: 480px) {
	.arrow_right{
		right: 10px;
	}
}
.top_banner_area {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .top_banner_area {
    display: block;
  }
  .cont_btn_area {
    margin-top: 30px;
    margin-left: auto;
  }
}
.top_banner_area .cont_btn_area{
  margin: 40px auto 0px auto;
}
.p-gallery.-top{
  overflow: hidden;
}


/* 20250310 add start */

#floor-price #price .pricetable .p-room-table.combine tr:nth-child(2) td:nth-child(5),
#floor-price #price .pricetable .p-room-table.combine tr:nth-child(3) td:nth-child(4){
  border-right: none;
}

#floor-price #price .pricetable .p-room-table.combine tr:nth-child(2) td:nth-child(2),
#floor-price #price .pricetable .p-room-table.combine tr:nth-child(2) td:nth-child(6),
#floor-price #price .pricetable .p-room-table.combine tr:nth-child(3) td:nth-child(4){
  border-right: dotted 1px #1a1a1a;
}


#floor-price #price .pricetable .p-room-table.divide tr:nth-child(2) td:nth-child(4),
#floor-price #price .pricetable .p-room-table.divide tr:nth-child(n+3) td:nth-child(5) { 
  border-right: none;
}

#floor-price #price .pricetable .p-room-table.divide tr:nth-child(2) td:nth-child(4),
#floor-price #price .pricetable .p-room-table.divide tr:nth-child(n+3) td:nth-child(2),
#floor-price #price .pricetable .p-room-table.divide tr:nth-child(n+3) td:nth-child(6){
  border-right: dotted 1px #1a1a1a;
}




.p-room-table__has-link-cell{
  position: relative;
  padding-bottom: 40px;
}
.p-room-table__layout-link{
  position: absolute;
  bottom: 5px;
  left: 140px;
  white-space: nowrap;
}

#floor-price #price .pricetable .p-room-table tr:nth-child(n+3) .p-room-table__has-link-cell{
  height: 4rem;
}

.u-va-top{
    vertical-align: top;
}

.p-room-table__room-btn-wrap{
  padding: 0 10px;
}
.p-room-table__room-btn{
  /* background-color: #696969; */
  background-color: #696969;
  border-radius: 9999px;
  color: #fff;
  padding: 10px;
  transition: opacity 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}



.p-room-table__room-btn:hover{
  opacity: 0.6;
  color: #fff;
}
.p-room-table__room-btn:hover .p-room-table__btn-arrow{
  background-color: #fff;
}

.p-room-table__btn-arrow{
  margin-right: 10px;
  background-color: #fff;
}
.p-room-table__btn-arrow::before{
  border-color: #696969 !important;
}

#floor-price #price .pricetable .p-room-table .p-room-table__faci-name{
  width: 16%;
}
#floor-price #price .pricetable .p-room-table .p-room-table__area{
  width: 10%;
}
#floor-price #price .pricetable .p-room-table .p-room-table__capacity{
  width: 40%;
}
#floor-price #price .pricetable .p-room-table .p-room-table__price{
  /* width: 47.16%; */
  width: 34%;
  border-right: none;
}



.u-bg-white{
  background-color: #fff !important;
}


/* 20250310 add end */