﻿.mv {
  background-color: #002142;
  height: 352px
}
@media(max-width: 896px) {
  .mv {
    height: 350px
  }
}
@media(max-width: 480px) {
  .mv {
    height: 300px
  }
}
.mv__title {
  width: 90%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 3
}
.mv__title h1 {
  font-size: 3.6rem;
  font-weight: normal;
  letter-spacing: 3px
}
@media(max-width: 896px) {
  .mv__title h1 {
    font-size: 3.5rem
  }
}
.mv__title p {
  font-size: 2rem
}
@media(max-width: 896px) {
  .mv__title p {
    font-size: 1.6rem
  }
}
.mv__bg {
  background-image: url(../img/common/bg.webp);
  background-size: cover;
  mix-blend-mode: overlay;
  z-index: 1;
  opacity: .7
}
.mv__overlay {
  background-color: rgba(255, 255, 255, .4);
  mix-blend-mode: overlay;
  z-index: 2;
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 15% 100%)
}
.tab_block__item {
  margin: 0 5px;
  padding: 10px 3%;
  font-size: 1.4rem
}
@media(max-width: 480px) {
  .tab_block__item {
    margin: 2px 0;
    width: 45%
  }
}
.floor-plan__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/bg.webp);
  background-size: cover;
  z-index: -1;
  opacity: .2
}
.floor-plan__block {
  display: none;
  max-width: 1200px;
  width: 95%;
  margin: auto;
  padding-top: 5%;
  padding-bottom: 5.5%
}
.floor-plan__block_inner {
  padding: 7% 3% 5%;
  background-color: #fff
}
@media(max-width: 480px) {
  .floor-plan__block_inner {
    padding: 15% 3% 10%
  }
}
@media(max-width: 480px) {
  .floor-plan__block {
    padding-top: 10%;
    padding-bottom: 15%
  }
}
.floor-plan__typelist {
  display: flex;
  justify-content: center;
  align-items: stretch;
  text-align: center
}
.floor-plan__typelist.d-typelist {
  gap: 5%
}
@media(max-width: 896px) {
  .floor-plan__typelist.d-typelist {
    flex-direction: column;
    align-items: center
  }
}
.floor-plan__typeitem {
  max-width: 342px;
  width: 90%;
  display: block;
  padding: 15px;
  margin-right: 0;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5
}
.type {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5
}
.type h3 {
  font-size: 1.8rem;
  border-right: 1px solid #e5e5e5
}
.type h3 span {
  display: inline-block;
  font-size: 3.7rem;
  width: 65px;
  line-height: 1
}
@media(max-width: 480px) {
  .type h3 span {
    font-size: 3.3rem
  }
}
.type .size {
  font-size: 2rem
}
.type .size span {
  /* display: inline-block; */
  margin-right: 5px;
  font-size: 3.3rem;
  font-weight: 700
}
@media(max-width: 480px) {
  .type .size span {
    display: inline-block;
    font-size: 3rem;
    line-height: 1
  }
}
.type h3, .type p {
  width: 49%;
  display: inline-block;
  vertical-align: sub;
  padding: 10px
}
/* B,E top */
.type2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.type2 h3 {
  font-size: 1.8rem;
  border-right: 1px solid #e5e5e5
}
.type2 h3 span {
  display: inline-block;
  font-size: 3.7rem;
  width: 35px;
  line-height: 1
}
@media(max-width: 480px) {
  .type2 h3 span {
    font-size: 3.3rem
  }
}
.type2 .size {
  font-size: 2.5rem
}
.type2 .size span {
  display: inline-block;
  margin-right: 5px;
  font-size: 3.3rem;
  font-weight: 700
}
@media(max-width: 480px) {
  .type2 .size span {
    font-size: 3rem;
    line-height: 1
  }
}
.type2 h3, .type2 p {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  padding: 5px
}
/* B,E end */
/* A,D,D1 top */
.type3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.type3 h3 {
  font-size: 1.8rem;
  border-right: 1px solid #e5e5e5
}
.type3 h3 span {
  display: inline-block;
  font-size: 3.7rem;
  width: 35px;
  line-height: 1
}
@media(max-width: 480px) {
  .type3 h3 span {
    font-size: 3.3rem
  }
}
.type3 .size {
  font-size: 2.5rem
}
.type3 .size span {
  margin-right: 5px;
  font-size: 3.3rem;
  font-weight: 700
}
@media(max-width: 480px) {
  .type3 .size span {
    font-size: 3rem;
    line-height: 1
  }
}
.type3 h3, .type3 p {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  padding: 5px
}
/* A,D,D1 end */
/* C,C1 top */
.type4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
.type4 h3 {
  font-size: 1.8rem;
  border-right: 1px solid #e5e5e5
}
.type4 h3 span {
  display: inline-block;
  font-size: 3.7rem;
  width: 35px;
  line-height: 1
}
@media(max-width: 480px) {
  .type4 h3 span {
    font-size: 3.3rem
  }
}
.type4 .size {
  font-size: 2.5rem
}
.type4 .size span {
  display: inline-block;
  margin-right: 5px;
  font-size: 3.3rem;
  font-weight: 700
}
@media(max-width: 480px) {
  .type4 .size span {
    font-size: 3rem;
    line-height: 1
  }
}
.type4 h3, .type4 p {
  width: 32%;
  display: inline-block;
  vertical-align: middle;
  padding: 5px
}
/* C,C1 end */
.floor {
  padding: 13px 0 10px 0;
  font-size: 1.6rem;
  line-height: 1
}
.floor span {
  display: inline-block;
  font-size: 2.8rem;
  vertical-align: sub;
  margin-right: 5px
}
.data {
  text-align: left;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.4rem
}
.data li {
  line-height: 1.8;
  padding: 0 0 0 1.2em;
  position: relative
}
.data li::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #b2b2b2;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1
}
.floor_img {
  padding: 30px 0 80px;
  position: relative
}
.floor_img::after {
  display: block;
  content: "";
  width: 38px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 26px;
  transform: translateX(50%);
  background-image: url(../img/floor-plan/direction-symbol.svg)
}
@media(max-width: 896px) {
  .floor_img::after {
    bottom: auto
  }
}
@media(max-width: 896px) {
  .floor_img {
    padding: 0 0 100px
  }
}
.detail-label {
  font-size: 1.4rem;
  background-color: #002142;
  color: #fff;
  padding: 15px 10px;
  margin: 0 auto 20px auto
}
.detail-main {
  background-color: rgba(31, 30, 30, .95);
  padding: 70px 0
}
.common_detail {
  width: 90%;
  padding: 45px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  background-color: #fff
}
@media(max-width: 896px) {
  .common_detail {
    padding: 20px
  }
}
.detail {
  max-width: 800px
}
.detail__inner {
  max-width: 637px
}
@media(max-width: 896px) {
  .detail__inner {
    width: 100% !important
  }
}
.detail__head .type h3, .detail__head .type p {
  width: 175px;
  text-align: center;
  vertical-align: middle
}
/*.detail__head .type .size {
  border-right: 1px solid #e5e5e5;
}*/
.detail__head .type .floor span {
  margin-bottom: 7px
}
@media(max-width: 896px) {
  .detail__head .type h3 {
    margin-bottom: 15px
  }
  .detail__head .type h3, .detail__head .type p {
    width: 35%
  }
  .detail__head .type .size {
    border-right: none
  }
  .detail__head .type .floor {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5
  }
}
.detail .data {
  margin-bottom: 25px
}
.detail .cap {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 40px
}
@media(max-width: 896px) {
  .detail .cap {
    margin-bottom: 30px
  }
}
.menuplan h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #002142;
  text-align: center;
  margin-bottom: 50px
}
@media(max-width: 896px) {
  .menuplan h4 {
    margin-bottom: 30px
  }
}
.menuplan__item {
  margin-bottom: 50px
}
.menuplan__item dl {
  padding-bottom: 8px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #b2b2b2
}
.menuplan__item dt {
  display: inline-block;
  width: 85px;
  font-size: 1.8rem;
  color: #42403e;
  line-height: 1;
  vertical-align: super
}
.menuplan__item dt span {
  display: inline-block;
  margin-left: 3px;
  font-size: 2.8rem
}
.menuplan__item dd {
  display: inline-block;
  width: calc(100% - 100px);
  font-size: 1.3rem;
  color: #242520;
  line-height: 1.6;
  text-align: left
}
@media(max-width: 896px) {
  .menuplan__item dd {
    margin-top: 7px;
    width: 100%
  }
}
@media(max-width: 896px) {
  .menuplan__item {
    margin-bottom: 0
  }
}
.w115 {
  width: 115px !important
}
.w115__detail {
  width: 115px !important
}
@media(max-width: 896px) {
  .w115__detail {
  width: 75px !important
  }
}
.w115 .dot {
  display: unset !important
}
.w115 .dot::before {
  content: "•";
  display: inline-block;
  padding: 0 3px 0 5px;
  font-size: 2.5rem;
  transform: translateY(-2px)
}
.w115__detail .dot {
  display: unset !important
}
.w115__detail .dot::before {
  content: "•";
  display: inline-block;
  padding: 0 3px 0 5px;
  font-size: 2.5rem;
  transform: translateY(-2px)
}
.detail-close {
  position: fixed;
  bottom: 35px;
  right: 20px;
  z-index: 999;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: #11347a;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  transition: all .3s ease-out;
  padding-bottom: 5px;
  margin-bottom: 20px
}
@media(min-width: 768px) {
  .detail-close {
    font-size: 1.2rem;
    width: 60px;
    height: 60px
  }
  .detail-close::before, .detail-close::after {
    width: 32px
  }
}
.detail-close::before {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all .3s ease-out
}
.detail-close::after {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all .3s ease-out
}
.detail-close:hover {
  color: #11347a;
  background-color: #fff;
  border: #11347a 1.5px solid;
  filter: drop-shadow(0px 8px 5px rgba(0, 0, 0, 0.6));
  transition: all .3s ease-out;
  opacity: 1 !important
}
.detail-close:hover::before, .detail-close:hover::after {
  background-color: #11347a
}
@media(max-width: 896px) {
  .detail-close {
    right: 0
  }
} /*# sourceMappingURL=floor-plan.css.map */