@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
.lower main {
  padding-top: 0;
}

.lower .mv .image {
  position: relative;
}

.lower .page-content {
  padding: 60rem 0 0;
}

.lower .page-content .image {
  position: relative;
}

.lower .page-content .page-titles {
  text-align: center;
  margin: 0 auto;
  width: 90%;
}

.lower .page-content .page-titles .page-ja {
  font-size: 21rem;
  line-height: 1.6;
  font-weight: normal;
}

.lower .page-content .page-titles .page-en {
  font-size: 32px;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.lower .page-content .page-titles .page-tit {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.lower .page-content .page-titles .page-lead {
  font-size: 16px;
  line-height: 2;
}

.lower .top-bg {
  padding: 72px 0 76px;
}

.lower .swipeArea {
  overflow-x: auto;
}

.lower .swipeArea img {
  min-width: 710px;
}

.lower .click-btn {
  max-width: 320px;
  margin: 20px auto 40px;
  text-align: center;
  clear: both;
}

.lower .click-btn a {
  position: relative;
}

.lower .click-btn a:hover {
  opacity: 0.8;
}

.lower .modal-wrapper {
  z-index: 29999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15vh 10px;
  text-align: center;
}

.lower .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.lower .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
  background: #fff !important;
}

.lower .modal-wrapper::after {
  display: inline-block;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.lower .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  max-width: 100%;
  padding: 0;
  border-radius: 2px;
  vertical-align: middle;
}

.lower .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: center;
}

.lower .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

.lower .modal-overlay:hover {
  opacity: 1 !important;
}

.lower .modal-close {
  z-index: 20;
  position: absolute !important;
  top: -12px;
  right: 0;
  color: #fff !important;
  font-size: 50px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
  font-family: 'Cinzel', serif;
}

.lower .modal-close:hover {
  color: #ccc !important;
}

@keyframes underline {
  100% {
    background-size: 100% 1px;
  }
}

.lower .underline-animation {
  background: linear-gradient(0deg, #5D6970, #5D6970) 0 100% no-repeat;
  background-size: 0 1px;
  text-decoration: none;
}

.lower .underline-animation.blk {
  background: linear-gradient(0deg, #453728, #453728) 0 100% no-repeat;
  background-size: 0 1px;
  text-decoration: none;
}

.lower .underline-animation.action {
  animation: underline 2s ease 0s forwards;
}

/*----------------
map
----------------*/
#map .page-content {
  padding: 80rem 0 120rem;
  background: url(../images/common/lower-bg.jpg) center;
  background-size: 100% auto;
}

#map .page-content .page-titles {
  padding: 60rem 0 0;
}

#map .page-content .map-sections {
  margin: 0 auto;
  width: 90%;
  max-width: 677rem;
}

#map .page-content .map-img {
  margin-bottom: 50rem;
  box-shadow: 0px 0px 8rem #888;
}

#map .page-content .links {
  font-size: 13rem;
  display: flex;
  justify-content: center;
  gap: 10rem;
}

#map .page-content .links li {
  width: 100rem;
}

#map .page-content .links .icon {
  display: block;
  width: 18rem;
  margin: 0 auto;
  padding-bottom: 14rem;
}

#map .page-content .links .icon02 {
  width: 26rem;
}

#map .page-content .links a {
  display: block;
  text-align: center;
  color: inherit;
}

#map .page-content .links a:hover {
  text-decoration: underline;
}

/*----------------
outline
----------------*/
#outline main .main-visual.no-mv {
  padding-top: 150px;
}

#outline main .main-visual.no-mv .big-tit {
  font-size: 40rem;
  margin-bottom: 10px;
}

#outline .page-content {
  background: url(../images/common/lower-bg.jpg);
  background-size: 100% auto;
}

#outline .page-content .page-titles {
  padding: 60rem 0 0;
}

#outline .contents {
  text-align: center;
}

#outline .contents .info-area h3 {
  text-align: center;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: .3em;
  font-weight: normal;
  margin-bottom: 50px;
}

#outline .contents .info-area table {
  margin: auto;
  max-width: 1000px;
  border-collapse: separate;
  border-spacing: 10px 0;
}

#outline .contents .info-area table .info_terms td {
  border-bottom: none;
}

#outline .contents .info-area table .info_terms + .row_detail td {
  border-top: 1px solid rgba(52, 72, 87, 0.6);
}

#outline .contents .info-area table th,
#outline .contents .info-area table td {
  padding: 15px;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 14px;
}

#outline .contents .info-area table th {
  border: none;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  background: #867D75;
}

#outline .contents .info-area table td {
  text-align: left;
  border-bottom: 1px solid rgba(52, 72, 87, 0.4);
}

#outline .contents .info-area .row_detail + .info_terms h3 {
  padding-top: 60px;
}

#outline .contents .info-area .buken_comment {
  text-align: left;
  max-width: 1000px;
  margin: auto;
  padding: 40px 0;
  line-height: 1.7;
  font-size: 11px;
}

#outline .contents .info-area .buken_comment p {
  line-height: 1.7;
  font-size: 11px;
}

#outline .contents .info-area .buken_comment + .buken_comment {
  padding-top: 0;
}

@media (max-width: 768px) {
  #outline .main-visual.no-mv {
    padding-top: 80px;
  }
  #outline .page-content {
    background: url(../images/common/lower-bg.jpg);
    background-size: 100% auto;
  }
  #outline .page-content .page-titles {
    padding: 30rem 0 0;
  }
  #outline .page-content .page-titles .page-tit {
    text-align: center;
    margin-bottom: 0;
  }
  #outline .contents {
    padding-top: 22rem;
  }
  #outline .contents .info-area h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #outline .contents .info-area table {
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #outline .contents .info-area table colgroup {
    display: block;
  }
  #outline .contents .info-area table .info_terms + .row_detail td {
    border-top: none;
    margin-bottom: 2px;
  }
  #outline .contents .info-area table th,
  #outline .contents .info-area table td {
    box-sizing: border-box;
    display: block;
    padding: 10px;
    font-size: 13px;
    width: 100%;
    margin-bottom: 2px;
  }
  #outline .contents .info-area .row_detail + .info_terms h3 {
    padding-top: 40px;
  }
  #outline .contents .info-area .buken_comment {
    padding: 30px 0;
    line-height: 1.4;
  }
  #outline .contents .info-area .buken_comment p {
    line-height: 1.4;
  }
}

/*----------------
access
----------------*/
#access .top-bg {
  background: url(../images/access/top-bg.jpg);
  background-size: cover;
}

#access .intro {
  text-align: center;
}

#access .intro .img01 {
  margin-bottom: 80px;
}

#access .intro .txt {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
}

#access .intro .txt span {
  font-size: 32px;
}

#access .intro .lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}

#access .intro .img02 {
  max-width: 704px;
  margin: 0 auto 60px;
}

#access .intro .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

#access .intro .list li {
  width: 24%;
}

#access .intro .list .name {
  font-size: 16px;
  margin-top: 10px;
}

#access .intro .list .name .big {
  font-size: 20px;
}

#access .intro .list .name .num {
  font-size: 32px;
}

#access .intro .list .name .min {
  font-size: 11px;
}

#access .intro .list .line {
  line-height: 1.5;
  font-size: 11rem;
  margin-top: 6rem;
}

#access .route {
  text-align: center;
  margin-bottom: 80px;
}

#access .route .tit {
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 16px;
}

#access .route .gmap-form-wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  background: #F9F7F5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 40px 0;
  box-sizing: border-box;
}

#access .route .gmap-form-wrap .gmap-form .content .texts {
  text-align: center;
  margin-bottom: 40px;
}

#access .route .gmap-form-wrap .gmap-form .content .text01 {
  font-size: 19px;
  line-height: 1.8;
}

#access .route .gmap-form-wrap .gmap-form .content .inputs .sub01 {
  width: 90%;
  max-width: 500px;
  margin: 0 auto 10px;
  background-color: #D6D9DB;
  text-align: left;
  font-size: 16rem;
  color: #484958;
  line-height: 1.3;
  box-sizing: border-box;
  position: relative;
}

#access .route .gmap-form-wrap .gmap-form .content .inputs .sub01 span {
  background: #5D6970;
  color: #fff;
  display: inline-block;
  padding: 18rem 40rem;
  box-sizing: border-box;
  margin-right: 40rem;
}

#access .route .gmap-form-wrap .gmap-form .content .inputs .sub02 {
  width: 90%;
  max-width: 500px;
  margin: auto;
  text-align: left;
  font-size: 16rem;
  background-color: #D6D9DB;
  color: #484958;
  line-height: 1.3;
  box-sizing: border-box;
  position: relative;
}

#access .route .gmap-form-wrap .gmap-form .content .inputs .sub02 span {
  background: #5D6970;
  color: #fff;
  padding: 18rem 40rem;
  display: inline-block;
  box-sizing: border-box;
}

#access .route .gmap-form-wrap .gmap-form .content .inputs .sub02 input {
  appearance: none;
  font-size: 16rem;
  display: inline-block;
  vertical-align: baseline;
  width: 64%;
  padding: 18rem 0 16rem 40rem;
  border: none;
  background-color: #D6D9DB !important;
}

#access .route .gmap-form-wrap .gmap-form .content .btn {
  width: 28%;
  margin: 40px auto 0;
}

#access .route .gmap-form-wrap .gmap-form .content .btn input {
  appearance: none;
  border: none;
  width: 100%;
  text-align: center;
}

#access .sections {
  text-align: center;
  background: url(../images/access/bg01.jpg);
  background-size: cover;
  padding: 80px 0;
}

#access .sections .txt {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 40px;
}

#access .sections .lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 80px;
}

#access .sec01 .img01 {
  max-width: 720px;
  margin: 0 auto 80px;
}

#access .sec01 .img02 {
  max-width: 720px;
  margin: 0 auto;
}

#access .sec02 .lead {
  margin-bottom: 30px;
}

#access .sec02 .image {
  max-width: 640px;
  margin: 0 auto;
}

#access .sec03 .lead {
  margin-bottom: 30px;
}

#access .sec03 ul {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#access .sec03 ul li {
  width: 49%;
}

#access .sec03 ul .sta {
  font-size: 16px;
  background: #fff;
  text-align: center;
  padding: 10% 0 11%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

#access .sec03 ul .sta .big {
  font-size: 20px;
}

#access .sec03 ul .sta .num {
  font-size: 32px;
  color: #AC3533;
}

#access .sec03 ul .sta .min {
  font-size: 11px;
}

#access .sec03 ul .sta01 {
  margin-bottom: 20px;
}

/*----------------
position
----------------*/
#position .top-bg {
  background: url(../images/position/top-bg.jpg) center;
  background-size: cover;
  position: relative;
}

#position .top-bg .moyou01 {
  position: absolute;
  width: 30%;
  top: 0;
  left: 0;
}

#position .top-bg .moyou02 {
  position: absolute;
  width: 30%;
  bottom: 0;
  right: 0;
}

#position .intro {
  text-align: center;
  margin-bottom: 80px;
}

#position .intro .img01 {
  margin-bottom: 80px;
}

#position .intro .txt {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
}

#position .intro .lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}

#position .sections {
  text-align: center;
  padding: 80px 0;
}

#position .sections .txt {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}

#position .sections .txt span {
  font-size: 32px;
}

#position .sections .lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 80px;
}

#position .sec01 {
  text-align: center;
  background: url(../images/position/bg01.jpg);
  background-size: cover;
}

#position .sec01 .img01 {
  max-width: 720px;
  margin: 0 auto 80px;
}

#position .sec01 .img02 {
  max-width: 720px;
  margin: 0 auto 80px;
}

#position .sec01 .list {
  max-width: 720px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#position .sec01 .list li {
  text-align: left;
  width: 40%;
}

#position .sec01 .list li:last-child {
  width: 50%;
}

#position .sec01 .list .lead {
  margin-bottom: 0;
}

#position .sec02 {
  padding-top: 0;
}

#position .sec02 .img01 {
  margin-bottom: 80px;
}

#position .sec02 .img02 {
  max-width: 720px;
  margin: auto;
}

#position .sec03 {
  padding-top: 0;
}

#position .sec03 .img01 {
  margin-bottom: 80px;
}

#position .sec03 .img02 {
  max-width: 720px;
  margin: auto;
}

#position .sec03 .list {
  max-width: 950px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#position .sec03 .list li {
  width: 46%;
}

#position .sec03 .list li:last-child {
  width: 52%;
}

#position .sec03 .list01 {
  display: flex;
  justify-content: space-between;
}

#position .sec03 .list01 .images {
  width: 48%;
}

#position .sec03 .name {
  font-size: 14px;
  margin: 10px auto 6px;
}

#position .sec03 .min {
  font-size: 11px;
  margin: 0 auto 20px;
}

#position .sec04 {
  display: none;
  background: url(../images/position/bg02.jpg) center;
  background-size: cover;
  position: relative;
}

#position .sec04 .moyou03 {
  position: absolute;
  width: 30%;
  top: 0;
  left: 0;
}

#position .sec04 .moyou04 {
  position: absolute;
  width: 30%;
  bottom: 0;
  right: 0;
}

#position .sec04 .img01 {
  max-width: 660px;
  margin: 0 auto 20px;
}

#position .sec04 .list {
  max-width: 660px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#position .sec04 .list li {
  width: 48%;
}

#position .sec04 .list .info {
  font-size: 18px;
  line-height: 2;
  margin-top: 10px;
}

#position .sec05 {
  background: #F9F7F5;
}

#position .sec05 .list {
  max-width: 1040px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#position .sec05 .list li {
  width: 48%;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#position .sec05 .list .txt01 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#position .sec05 .list .txt02 {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#position .sec05 .list .txt02 .red {
  color: #AC3533;
}

#position .sec05 .list .txt02 .big {
  font-size: 24px;
}

#position .sec05 .list .info {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#position .sec05 .list .info .red {
  color: #AC3533;
}

#position .sec05 .list .img01 {
  max-width: 315px;
  margin: 0 auto;
}

#position .sec05 .list .mini {
  margin-top: 30px;
  text-align: left;
  font-size: 11px;
  line-height: 1.6;
}

/* ========================================================
 brand
======================================================== */
#brand .page-content .image {
  position: relative;
}

#brand .page-content .image video {
  width: 100vw;
}

#brand .intro {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 100px;
}

#brand .intro .tit {
  font-size: 33px;
  margin-bottom: 20px;
}

#brand .intro .sub {
  font-size: 18px;
  margin-bottom: 100px;
}

#brand .intro .image {
  max-width: 360px;
  margin: 0 auto 80px;
}

#brand .intro .txt01 {
  font-size: 57px;
  line-height: 1.8;
  letter-spacing: .2em;
  margin-bottom: 80px;
}

#brand .intro .txt02 {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 30px;
}

#brand .intro .lead {
  font-size: 16px;
  line-height: 2;
}

#brand .slick-slider {
  margin-bottom: 200px;
}

#brand .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 5rem;
  position: static;
  padding-top: 20px;
}

#brand .slick-dots li {
  width: 34rem;
  height: 4rem;
}

#brand .slick-dots li.slick-active button {
  background: #595757;
}

#brand .slick-dots li button {
  appearance: none;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: #EAEAEA;
}

#brand .slick-dots li button:before {
  display: none;
}

#brand .promise {
  text-align: center;
  margin-bottom: 200px;
}

#brand .promise .tit {
  font-size: 26px;
  line-height: 1.8;
  margin-bottom: 30px;
}

#brand .promise .sub {
  font-size: 18px;
  margin-bottom: 100px;
}

#brand .promise .lists {
  background: #B6CBCF;
  margin-bottom: 50px;
}

#brand .promise .lists li {
  vertical-align: middle;
  display: inline-block;
  width: 30%;
}

#brand .promise .lists li:last-child {
  width: 69%;
}

#brand .promise .lists .txt01 {
  font-size: 30px;
  margin-bottom: 18px;
}

#brand .promise .lists .txt02 {
  font-size: 18px;
  margin-bottom: 50px;
}

#brand .promise .lists .lead {
  text-align: left;
  width: 76%;
  margin: auto;
  font-size: 14px;
  line-height: 2;
}

#brand .promise .list02 {
  background: #BDC1B1;
}

#brand .promise .list03 {
  background: #DBD1C1;
}

#brand .promise .list04 {
  background: #C7BBC8;
  margin-bottom: auto;
}

#brand .salon {
  display: none;
  text-align: center;
  margin-bottom: 200px;
}

#brand .salon .tit {
  font-size: 32px;
  margin-bottom: 50px;
}

#brand .salon .lead {
  font-size: 18px;
  line-height: 2;
  margin: 80px auto;
}

#brand .salon .image {
  max-width: 1200px;
  margin: auto;
}

#brand .cafe {
  text-align: center;
}

#brand .cafe .tit {
  font-size: 32px;
  margin-bottom: 50px;
}

#brand .cafe .lead {
  font-size: 18px;
  line-height: 2;
  margin: 0 auto 80px;
}

#brand .cafe .img01 {
  max-width: 1200px;
  margin: auto;
}

#brand .cafe .img02 {
  max-width: 1000px;
  width: 90%;
  margin: 80px auto 0;
}

#brand .achievement {
  text-align: center;
  background: #2E2E2E;
  padding: 140px 0;
  color: #fff;
  margin-bottom: 200px;
}

#brand .achievement .tit {
  font-size: 36px;
  margin-bottom: 10px;
}

#brand .achievement .sub {
  font-size: 20px;
  margin-bottom: 50px;
}

#brand .achievement li {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

#brand .achievement li:last-child {
  margin-right: auto;
}

#brand .achievement .caps {
  text-align: right;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
  color: #fff;
}

#brand .ginza {
  text-align: center;
  display: none;
}

#brand .ginza .logo {
  max-width: 385px;
  margin: 0 auto 80px;
}

#brand .ginza ul {
  max-width: 1200px;
  margin: auto;
}

#brand .ginza li {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-right: 3%;
}

#brand .ginza li:last-child {
  width: 56%;
  margin-right: auto;
}

#brand .ginza .img04 {
  max-width: 198px;
  margin: 30px 0;
}

#brand .ginza .info {
  text-align: left;
  font-size: 14px;
  letter-spacing: .12em;
  line-height: 1.6;
}

#brand .ginza .sns {
  max-width: 74px;
  margin: 80px auto 0;
}

@media screen and (max-width: 1024px) {
  #brand .promise .lists .txt01 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #brand .promise .lists .txt02 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  #brand .promise .lists .lead {
    width: 94%;
    line-height: 1.6;
  }
}

/* ========================================================
 zeh
======================================================== */
#zeh main {
  z-index: 1;
}

#zeh section.intro {
  padding-bottom: 80rem;
}

#zeh section.intro .txt {
  text-align: center;
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#zeh section.intro hgroup {
  padding-bottom: 120rem;
  text-align: center;
}

#zeh section.intro hgroup h3 {
  margin: auto;
  padding-bottom: 60rem;
  width: 252rem;
}

#zeh section.intro hgroup .catch {
  line-height: 1.4;
  font-size: 20rem;
}

#zeh section.intro hgroup .lead {
  line-height: 2;
  font-size: 15rem;
}

#zeh section.intro > .image {
  margin: auto;
  padding-bottom: 40rem;
  width: 611rem;
}

#zeh section.intro > .image figcaption {
  display: block;
  margin-top: 40rem;
  padding: 10rem 0 16rem;
  text-align: center;
  font-size: 20rem;
  color: #fff;
  background: #BD9E67;
}

#zeh section.intro > .image + .text {
  padding-bottom: 20rem;
  text-align: center;
  line-height: 2;
  font-size: 15rem;
}

#zeh section.intro .caps {
  text-align: center;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.5;
  padding-bottom: 80rem;
}

#zeh section.intro section.bels {
  text-align: center;
}

#zeh section.intro section.bels h4 {
  padding-bottom: 30rem;
  font-size: 24rem;
  font-weight: normal;
}

#zeh section.intro section.bels h4 .small {
  display: block;
  padding-bottom: 15rem;
  font-size: 15rem;
}

#zeh section.intro section.bels .lead {
  padding-bottom: 80rem;
  line-height: 2;
  font-size: 15rem;
}

#zeh section.intro section.bels .label {
  margin: auto;
  width: 321rem;
}

#zeh section.intro section.bels .caps {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.5;
}

#zeh section.merits .wrap {
  max-width: 1040px;
}

#zeh section.merits > header {
  display: flex;
  flex-direction: column;
}

#zeh section.merits > header h3 {
  padding-bottom: 80rem;
  text-align: center;
  font-size: 20rem;
  font-weight: normal;
}

#zeh section.merits > header .image {
  order: -1;
  margin-bottom: 85rem;
}

#zeh section.merits > section {
  position: relative;
}

#zeh section.merits > section:before {
  content: '';
  display: block;
  position: absolute;
  top: -48rem;
  left: 50%;
  height: 96rem;
  width: 1px;
  background: #fff;
  z-index: 1;
}

#zeh section.merits > section:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background: #8da688;
  opacity: .15;
  z-index: -1;
}

#zeh section.merits > section > hgroup {
  position: relative;
  padding: 80rem 0;
  margin-bottom: 80rem;
  text-align: center;
  color: #fff;
  background: url(../images/zeh/top-bg.jpg) center;
  background-size: cover;
}

#zeh section.merits > section > hgroup h4 {
  padding-bottom: 30rem;
  font-weight: normal;
  font-size: 30rem;
}

#zeh section.merits > section > hgroup h4 .number {
  display: block;
  padding-bottom: 15rem;
  font-size: 36rem;
}

#zeh section.merits > section > hgroup .lead {
  font-size: 15rem;
}

#zeh section.merits > section > section > hgroup {
  padding-bottom: 40rem;
  text-align: center;
}

#zeh section.merits > section > section > hgroup .lead {
  font-size: 15rem;
}

#zeh section.merits > section > section h5 {
  padding-bottom: 30rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  font-size: 20rem;
}

#zeh section.merits > section > section h5 .number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30rem;
  width: 124rem;
  height: 54rem;
  border-radius: 27rem;
  line-height: 1;
  font-size: 14rem;
  color: #fff;
  background: #BEA991;
}

#zeh section.merits > section > section > h5 {
  padding-bottom: 40rem;
}

#zeh section.merits > section > section .lead {
  text-align: center;
  font-size: 15rem;
  max-width: 1000px;
  margin: 0 auto 40px;
}

#zeh section.merits section.merit01 {
  padding-bottom: 130rem;
}

#zeh section.merits section.merit01 section.point01 .image-area {
  margin-bottom: 80rem;
  padding: 60rem 80rem;
  background: #fff;
}

#zeh section.merits section.merit01 section.point01 .image-area ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12rem;
}

#zeh section.merits section.merit01 section.point01 .image-area ul li:first-child {
  flex: 0 0 416rem;
}

#zeh section.merits section.merit01 section.point01 .image-area ul li:last-child {
  flex: 0 0 403rem;
}

#zeh section.merits section.merit01 section.point01 .image-area .text {
  text-align: center;
  line-height: 1.5;
  font-size: 11px;
}

#zeh section.merits section.merit01 section.point01 .image-area .text a {
  text-decoration: underline;
}

#zeh section.merits section.merit01 section.point02 .detail-area {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60rem 80rem;
  background: #fff;
}

#zeh section.merits section.merit01 section.point02 .detail-area figure {
  flex: 0 0 416rem;
}

#zeh section.merits section.merit01 section.point02 .detail-area dl {
  flex: 0 0 410rem;
}

#zeh section.merits section.merit01 section.point02 .detail-area dt {
  padding-bottom: 30rem;
  line-height: 1.5;
  font-size: 20rem;
  color: #00a8e1;
}

#zeh section.merits section.merit01 section.point02 .detail-area dd {
  line-height: 2;
  font-size: 15rem;
  letter-spacing: 0;
  word-break: break-all;
}

#zeh section.merits section.merit01 section.point02 .detail-area dd .source {
  display: block;
  padding-top: 10rem;
  font-size: 11px;
  line-height: 1.5;
}

#zeh section.merits section.merit01 section.point02 .detail-area dd .source a {
  text-decoration: underline;
}

#zeh section.merits section.merit02 {
  padding-bottom: 120rem;
}

#zeh section.merits section.merit02 section.point01 {
  margin-bottom: 80rem;
}

#zeh section.merits section.merit02 section.point01 .detail-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40rem 73rem;
  background: #fff;
}

#zeh section.merits section.merit02 section.point01 .detail-area dt {
  padding-bottom: 30rem;
  line-height: 1.5;
  font-size: 20rem;
  color: #00a8e1;
}

#zeh section.merits section.merit02 section.point01 .detail-area dd {
  line-height: 2;
  font-size: 15rem;
  letter-spacing: 0;
}

#zeh section.merits section.merit02 section.point01 .detail-area dd .source {
  display: block;
  padding-top: 10px;
  line-height: 1.5;
  font-size: 11px;
}

#zeh section.merits section.merit02 section.point01 .detail-area01 {
  margin-top: 40rem;
  margin-bottom: 40rem;
}

#zeh section.merits section.merit02 section.point01 .detail-area01 dl {
  flex: 0 0 482rem;
}

#zeh section.merits section.merit02 section.point01 .detail-area01 .image {
  flex: 0 0 348rem;
}

#zeh section.merits section.merit02 section.point01 .detail-area02 dl {
  flex: 0 0 666rem;
}

#zeh section.merits section.merit02 section.point01 .detail-area02 .image {
  flex: 0 0 163rem;
}

#zeh section.merits section.merit02 section.point02 .title {
  max-width: 280px;
  width: 90%;
  margin: 0 auto 30px;
}

#zeh section.merits section.merit02 section.point02 .detail-area {
  display: block;
  padding: 40rem 73rem;
  background: #fff;
}

#zeh section.merits section.merit02 section.point02 .detail-area dd {
  line-height: 2;
  font-size: 15rem;
  letter-spacing: 0;
}

#zeh section.merits section.merit02 section.point02 .detail-area dd .source {
  display: block;
  padding-top: 10px;
  line-height: 1.5;
  font-size: 11px;
}

#zeh section.merits section.merit02 section.point02 .detail-area01 {
  margin-bottom: 40rem;
}

#zeh section.merits section.merit02 section.point02 .detail-area01 .image {
  max-width: 640px;
  margin: 0 auto 30px;
}

#zeh section.equipments {
  position: relative;
  padding-bottom: 160rem;
}

#zeh section.equipments:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background: #9fb3c8;
  opacity: .19;
  z-index: -1;
}

#zeh section.equipments .wrap {
  max-width: 800px;
}

#zeh section.equipments > header {
  display: flex;
  flex-direction: column;
  padding-bottom: 60rem;
  text-align: center;
}

#zeh section.equipments > header h3 {
  position: relative;
  margin-bottom: 20rem;
  padding-bottom: 25rem;
  text-align: center;
  line-height: 1.5;
  font-size: 20rem;
  font-weight: normal;
}

#zeh section.equipments > header h3:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 10rem);
  width: 20rem;
  height: 1px;
  background: #1B2838;
}

#zeh section.equipments > header .catch {
  line-height: 1.5;
  font-size: 20rem;
}

#zeh section.equipments > header .lead {
  padding-top: 20rem;
  font-size: 15rem;
}

#zeh section.equipments > header .image {
  order: -1;
  margin-bottom: 85rem;
}

#zeh section.equipments > .image {
  margin-bottom: 60rem;
  padding-bottom: 30rem;
}

#zeh section.equipments > .image .caption01 {
  right: auto;
  left: 0;
}

#zeh section.equipments .points {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40rem 0;
  text-align: center;
  counter-reset: point-number;
}

#zeh section.equipments .points li {
  flex: 0 0 240rem;
  position: relative;
  counter-increment: point-number;
}

#zeh section.equipments .points li:before {
  content: counter(point-number);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 24rem;
  height: 24rem;
  font-size: 11rem;
  color: #fff;
  background: #61ADEC;
  z-index: 1;
}

#zeh section.equipments .points li .text {
  padding-top: 10rem;
  line-height: 1.4;
  font-size: 18rem;
}

#zeh .annotation, #zeh .caption {
  font-family: "Shippori Mincho B1", serif;
}

/*----------------
quality
----------------*/
#quality main {
  background: #fff;
}

#quality .page-content {
  padding-bottom: 0;
}

#quality .page-content .page-titles .page-title {
  width: 176px;
}

#quality .sec01 {
  background: #f8f7f3;
  padding: 80px 0 40px;
  text-align: center;
}

#quality .sec01 .tit-icon {
  max-width: 236px;
  margin: 0 auto 30px;
}

#quality .sec01 .txt {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
}

#quality .sec01 .bg {
  max-width: 1100px;
  margin: auto;
  background: #fff;
  padding: 60px 0;
  margin-bottom: 80px;
}

#quality .sec01 .inner {
  width: 90%;
  margin: auto;
}

#quality .sec01 .lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#quality .sec01 .lists li {
  text-align: left;
  width: 48%;
}

#quality .sec01 .list02 {
  width: 80%;
  margin: auto;
}

#quality .sec01 .txt01 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #1F63B5;
}

#quality .sec01 .title {
  font-size: 28px;
  margin: 0 auto 30px;
}

#quality .sec01 .lead {
  font-size: 15px;
  line-height: 2;
  margin: 0 auto 60px;
}

#quality .sec01 .box-txt {
  background: #1859A6;
  font-size: 14px;
  line-height: 1.6;
  padding: 14px 0;
  color: #fff;
  margin: 50px auto 10px;
}

#quality .sec01 .box-txt span {
  font-size: 20px;
}

#quality .sec01 .caps {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 50px;
}

#quality .sec01 .list03 {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

#quality .sec01 .list03 li {
  text-align: left;
  width: 23%;
  margin-bottom: 40px;
}

#quality .sec01 .list03 li .image {
  position: relative;
}

#quality .sec01 .list03 .name {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .05em;
  margin: 10px 0;
}

#quality .sec01 .list03 .name span {
  font-size: 14px;
  letter-spacing: .05em;
}

#quality .sec01 .list03 .info {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .05em;
  margin-bottom: 10px;
}

#quality .sec01 .list03 .mini {
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0;
}

/* ========================================================
 entry
======================================================== */
#entry .top-bg {
  padding: 0;
}

#entry main {
  text-align: center;
  background: url("../images/entry/bg.jpg") center;
  background-size: cover;
  min-height: 100vh;
  color: #fff;
  padding-bottom: 80px;
}

#entry .error {
  font-size: 14rem;
  text-decoration: underline;
  padding-bottom: 30rem;
}

#entry .contents {
  text-align: center;
}

#entry .error {
  display: none;
}

#entry .page-content {
  padding-top: 150px;
  padding-bottom: 0;
}

#entry .page-content .page-titles {
  padding-bottom: 65rem;
}

#entry .page-content .page-titles .page-title {
  width: 120px;
}

#entry .page-content .texts .text01 {
  font-size: 24rem;
  line-height: 1.4;
  padding-bottom: 30rem;
}

#entry .page-content .texts .text02 {
  font-size: 14rem;
  line-height: 2.1;
  padding-bottom: 40rem;
}

#entry .page-content .texts .text03 {
  font-size: 18rem;
  line-height: 1.5;
  padding-bottom: 21rem;
}

#entry .page-content .forget-box {
  padding-top: 110rem;
  margin: 0 auto;
  max-width: 600rem;
}

#entry .page-content .forget-box .txt01 {
  font-size: 18rem;
  line-height: 1.4;
  padding-bottom: 25rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 26rem;
}

#entry .page-content .forget-box .txt02 {
  font-size: 14rem;
  line-height: 2.2;
  padding-bottom: 20rem;
}

#entry .page-content .forget-box .lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 620rem;
}

#entry .page-content .forget-box .lists li {
  box-sizing: border-box;
}

#entry .page-content .forget-box .lists li a {
  display: block;
  color: #fff;
  position: relative;
  padding: 15rem 0;
  padding-left: 30rem;
  text-align: left;
}

#entry .page-content .forget-box .lists li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#entry .page-content .forget-box .lists .list01 {
  padding-right: 25rem;
  border-right: 1px solid #fff;
  width: 50%;
  font-size: 14rem;
}

#entry .page-content .forget-box .lists .list01 a:after {
  background: url("../images/entry/mail.svg") no-repeat center;
  background-size: 25rem 17rem;
  width: 25rem;
  height: 17rem;
}

#entry .page-content .forget-box .lists .list02 {
  padding-left: 25rem;
  width: 42%;
  font-size: 22rem;
}

#entry .page-content .forget-box .lists .list02 a {
  padding-left: 27rem;
}

#entry .page-content .forget-box .lists .list02 a:after {
  background: url("../images/entry/tel.svg") no-repeat center;
  background-size: 19rem 19rem;
  width: 19rem;
  height: 19rem;
}

#entry .page-content form.login .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 433rem;
}

#entry .page-content form.login input {
  display: block;
  box-sizing: border-box;
  padding: 12rem;
  width: 100%;
  font-size: 16rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  font-family: 'EB Garamond','Noto Serif JP', serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  height: 44rem;
  line-height: 44rem;
}

#entry .page-content form.login input[type="text"] {
  width: calc(100% - 115rem);
  margin-bottom: 19rem;
  border: 1px solid #B0B7CA;
}

#entry .page-content form.login input[type="text"]::placeholder {
  color: #000;
  opacity: .2;
}

#entry .page-content form.login input[type="submit"] {
  cursor: pointer;
  width: 115rem;
  padding: 3rem;
  border: none;
  background: #AA9B80;
  color: #fff;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

@media (min-width: 1025px) {
  #entry .page-content form.login input[type="submit"]:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  #entry .wrap {
    width: 84%;
  }
  #entry main {
    background-image: url("../images/entry/bg-sp.jpg");
    padding: 115rem 0 51rem;
  }
  #entry .main-header {
    padding-bottom: 61rem;
  }
  #entry .page-title {
    font-size: 30rem;
    padding-bottom: 17rem;
  }
  #entry .error {
    font-size: 14rem;
    padding-bottom: 15rem;
  }
  #entry .page-content {
    padding-top: 30px;
  }
  #entry .page-content .texts .text01 {
    font-size: 15rem;
    line-height: 1.8;
    padding-bottom: 25rem;
  }
  #entry .page-content .texts .text02 {
    line-height: 1.8;
    padding-bottom: 50rem;
  }
  #entry .page-content .texts .text03 {
    font-size: 18rem;
    line-height: 1.9;
    padding-bottom: 44rem;
  }
  #entry .page-content .forget-box {
    padding-top: 75rem;
  }
  #entry .page-content .forget-box .txt01 {
    line-height: 1.8;
    padding-bottom: 15rem;
  }
  #entry .page-content .forget-box .txt02 {
    padding-bottom: 54rem;
  }
  #entry .page-content .forget-box .lists {
    display: block;
    width: auto;
  }
  #entry .page-content .forget-box .lists li a {
    display: inline-block;
    padding: 15rem 0;
    padding-left: 30rem;
    text-align: center;
  }
  #entry .page-content .forget-box .lists .list01 {
    padding-right: 0;
    border-right: none;
    width: auto;
    font-size: 14rem;
    border-bottom: 1px solid #fff;
  }
  #entry .page-content .forget-box .lists .list01 a:after {
    background: url("../images/entry/mail.svg") no-repeat center;
    background-size: 25rem 17rem;
    width: 25rem;
    height: 17rem;
  }
  #entry .page-content .forget-box .lists .list02 {
    padding-left: 0;
    width: auto;
    font-size: 22rem;
  }
  #entry .page-content .forget-box .lists .list02 a {
    padding-left: 27rem;
  }
  #entry .page-content .forget-box .lists .list02 a:after {
    background-size: 19rem 19rem;
    width: 19rem;
    height: 19rem;
  }
  #entry .page-content form.login .inner {
    width: auto;
    display: block;
  }
  #entry .page-content form.login input[type="text"] {
    width: 100%;
    margin-bottom: 19rem;
  }
  #entry .page-content form.login input[type="submit"] {
    width: 100%;
  }
}

/* ========================================================
 limited
======================================================== */
#limited main {
  background: #E7E9E7;
  color: #454D67;
}

#limited .page-content .page-titles {
  padding-top: 65rem;
}

#limited .page-content .page-titles .page-title {
  width: 393px;
  padding-top: 160rem;
  padding-bottom: 15rem;
}

#limited .btn-lists {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

#limited .btn-lists li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 5%;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

#limited .btn-lists li:nth-child(3),
#limited .btn-lists li:last-child {
  margin-right: auto;
}

#limited .btn-lists .image {
  position: relative;
}

#limited .btn-lists .image video {
  width: 100%;
}

#limited .btn-lists .texts {
  padding: 15px 10px;
  color: #fff;
  background: #70BBCA;
}

#limited .btn-lists .texts.gray {
  background: #bea991;
  color: #fff;
}

#limited .btn-lists .texts .name {
  font-size: 20rem;
  font-weight: 200;
  margin-bottom: 15px;
  line-height: 1.6;
}

#limited .btn-lists .texts .name.mb {
  margin-bottom: 0;
}

#limited .btn-lists .texts .name span {
  font-size: 12px;
  display: block;
  padding-top: 5px;
  font-family: "Noto Serif JP", serif;
}

#limited .btn-lists .texts .info {
  font-size: 14rem;
  line-height: 2;
}

#limited .btn-lists .new {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  display: inline-block;
  padding: 8px 14px;
  color: #fff;
  background: #AA9B80;
  z-index: 1;
}

#limited .btn-lists a.none {
  pointer-events: none;
}

#limited .section-flow {
  display: none;
  max-width: 1000px;
  margin: auto;
}

#limited .section-flow .title {
  font-size: 22rem;
  padding-bottom: 20rem;
  font-weight: normal;
  text-align: center;
}

#limited .section-flow .sub {
  font-size: 14rem;
  padding-bottom: 30rem;
  text-align: center;
}

#limited .section-flow .lead {
  font-size: 14rem;
  line-height: 2;
  padding-bottom: 55rem;
  text-align: center;
}

#limited .section-flow .flow-lists {
  padding-top: 80px;
  border-top: 1px solid rgba(69, 77, 103, 0.3);
  display: flex;
  justify-content: space-evenly;
}

#limited .section-flow .flow-lists li {
  width: 38%;
  position: relative;
}

#limited .section-flow .flow-lists li::after {
  content: "";
  position: absolute;
  display: block;
  border-left: 14rem solid #454D67;
  border-top: 14rem solid transparent;
  border-bottom: 14rem solid transparent;
  top: 32%;
  left: 100%;
  margin-left: 34rem;
}

#limited .section-flow .flow-lists li:last-child::after {
  display: none;
}

#limited .section-flow .flow-lists li .img {
  position: relative;
}

#limited .section-flow .flow-lists li .image {
  margin-bottom: 20rem;
  position: relative;
}

#limited .section-flow .flow-lists li .caption {
  bottom: 6.5%;
  right: 3.5%;
}

#limited .section-flow .flow-lists li .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 60rem;
  z-index: 2;
}

#limited .section-flow .flow-lists .name {
  font-size: 14rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #limited .wrap {
    width: 84%;
  }
  #limited main {
    padding-bottom: 10rem;
  }
  #limited .main-header {
    padding-bottom: 61rem;
  }
  #limited .page-content .page-titles .page-title {
    width: 216px;
  }
  #limited .btn-lists {
    margin: 0 auto 100rem;
    padding-top: 0;
  }
  #limited .btn-lists li {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  #limited .btn-lists li:last-child {
    margin-right: auto;
  }
  #limited .btn-lists .texts .name {
    margin-bottom: 15px;
  }
  #limited .btn-lists .texts .info {
    font-size: 14rem;
  }
  #limited .section-flow .title {
    font-size: 18rem;
    padding-bottom: 10rem;
  }
  #limited .section-flow .lead {
    text-align: left;
  }
  #limited .section-flow .flow-lists {
    display: block;
    padding-top: 50px;
  }
  #limited .section-flow .flow-lists li {
    width: auto;
    padding-bottom: 20rem;
    margin-bottom: 20rem;
  }
  #limited .section-flow .flow-lists li::after {
    border-left: 13rem solid transparent;
    border-right: 13rem solid transparent;
    border-top: 16rem solid #454D67;
    border-bottom: 20rem solid transparent;
    top: 100%;
    left: 50%;
    margin-left: auto;
    transform: translate(-50%, -50%);
  }
  #limited .section-flow .flow-lists li:last-child {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
  }
  #limited .section-flow .flow-lists li .name {
    font-size: 14rem;
    padding-bottom: 20rem;
  }
}

#limited.plans main {
  background: url("../images/limited/bg.jpg") center;
  background-size: cover;
  min-height: 100vh;
  padding: 123rem 0 231rem;
}

#limited.plans .page-title {
  font-size: 40rem;
  line-height: 1.3;
  font-weight: normal;
  padding-bottom: 9rem;
}

#limited.plans .pageTitle {
  text-align: center;
  padding-bottom: 105rem;
}

#limited.plans .pageTitle .ja {
  font-size: 14rem;
  line-height: 1.3;
  font-weight: normal;
}

#limited.plans .btns {
  text-align: center;
  max-width: 960px;
  margin: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#limited.plans .btns li {
  flex: 0 0 300rem;
  background: #fff;
  padding: 40px 0;
}

#limited.plans .btns .texts {
  margin-bottom: 20px;
}

#limited.plans .btns .texts .copy {
  font-size: 22px;
  color: #fff;
  background: #454D67;
  padding: 15px 0;
  max-width: 280px;
  margin: 0 auto 20px;
}

#limited.plans .btns .texts .copy.open {
  background-color: #9E8A7A;
}

#limited.plans .btns .texts .type {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'EB Garamond','Noto Serif JP', serif;
}

#limited.plans .btns .texts .type span {
  font-size: 40px;
}

#limited.plans .btns .texts .spec {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: 'EB Garamond','Noto Serif JP', serif;
}

#limited.plans .btns .texts .width {
  font-size: 14px;
}

#limited.plans .btns .texts .width span {
  font-size: 24px;
  font-family: 'EB Garamond','Noto Serif JP', serif;
}

#limited.plans .btns .image {
  width: 90%;
  margin: 0 auto 20px;
}

#limited.plans .btns .button {
  width: 84%;
  margin: auto;
}

#limited.plans .mini {
  width: 660px;
  font-size: 11px;
  margin: 20px auto 0;
}

#limited.plans .btn {
  max-width: 300px;
  margin: 0 auto;
  padding: 100rem 0 0;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

#limited.plans .btn a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  padding: 5px 15px;
  background: #fff;
  color: #454D67;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #limited.plans .wrap {
    width: 84%;
  }
  #limited.plans main {
    background-image: url("../images/limited/bg-sp.jpg");
    padding: 150px 0 50px;
  }
  #limited.plans .main-header {
    padding-bottom: 61rem;
  }
  #limited.plans .page-title {
    font-size: 30rem;
    padding-bottom: 17rem;
  }
  #limited.plans .btns {
    max-width: 1000px;
    margin: auto;
    display: block;
  }
  #limited.plans .btns li {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  #limited.plans .btn {
    padding-bottom: 50rem;
  }
}

/*----------------
#limited.plans
----------------*/
#limited.plans main {
  padding: 123rem 0 100rem;
}

#limited.plans .page-content {
  padding: 0;
}

#limited.plans .page-content .page-titles {
  padding-top: 0;
}

#limited.plans .room-plan {
  text-align: center;
  background: #FAF9F6;
  padding: 80rem 0;
}

#limited.plans .room-plan .wrap {
  width: 94%;
}

#limited.plans .room-plan .tit {
  font-size: 24rem;
  margin-bottom: 40rem;
}

#limited.plans .room-plan .txt {
  font-size: 20rem;
  line-height: 1.8;
  margin-bottom: 80rem;
}

#limited.plans .room-plan .type-tabs {
  max-width: 600px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80rem;
}

#limited.plans .room-plan .type-tabs li {
  width: 32%;
}

#limited.plans .room-plan .type-tabs .button {
  display: block;
  color: #CECCCA;
  background-color: transparent;
  font-size: 14rem;
  letter-spacing: .2em;
  padding: 10rem 0;
  border: 2px solid #CECCCA;
  border-radius: 8rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#limited.plans .room-plan .type-tabs .button.current {
  pointer-events: none;
  color: #fff;
  background: linear-gradient(180deg, #BEA991, #5F5549);
  border: 2px solid #867D75;
}

#limited.plans .room-plan .type-tabs .button:hover {
  opacity: 1;
  color: #fff;
  background: linear-gradient(180deg, #BEA991, #5F5549);
  border: 2px solid #867D75;
  transition: .3s;
}

#limited.plans .room-plan .plans {
  text-align: center;
}

#limited.plans .room-plan .plans .list {
  max-width: 570rem;
  margin: 0 auto 120rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
}

#limited.plans .room-plan .plans .list.bottom {
  margin: 0 auto 40rem;
}

#limited.plans .room-plan .plans .list.last {
  margin: 0 auto;
}

#limited.plans .room-plan .plans .list li {
  width: 50%;
}

#limited.plans .room-plan .plans .list .type {
  font-size: 24rem;
  position: relative;
  text-align: center;
  margin-top: 40rem;
}

#limited.plans .room-plan .plans .list .type span {
  font-size: 64rem;
}

#limited.plans .room-plan .plans .list .type::before {
  background-color: #453728;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16px;
}

#limited.plans .room-plan .plans .list .spec {
  font-size: 24rem;
  margin: 30rem auto 10rem;
}

#limited.plans .room-plan .plans .list .spec .num {
  font-size: 27rem;
}

#limited.plans .room-plan .plans .list .width {
  font-size: 15rem;
}

#limited.plans .room-plan .plans .list .width span {
  font-size: 22rem;
}

#limited.plans .room-plan .plans .list .more {
  width: 86%;
  margin: 50rem auto 0;
}

#limited.plans .room-plan .plans .list .more img {
  max-width: 16rem;
  padding-left: 8rem;
  padding-bottom: 4rem;
}

#limited.plans .room-plan .plans .list .more a {
  text-align: center;
  display: block;
  font-size: 14rem;
  color: #fff;
  background: linear-gradient(180deg, #BEA991, #5F5549);
  border: 2px solid #867D75;
  border-radius: 8px;
  padding: 10rem 0 8rem;
}

#limited.plans .room-plan .plans .list01 {
  max-width: 720rem;
}

#limited.plans .room-plan .plans .list01 li {
  width: 40%;
}

#limited.plans .room-plan .plans .list01 li:last-child {
  width: 60%;
}

#limited.plans .room-plan .plans .list02 {
  max-width: 888rem;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 2%;
  background: transparent;
  box-shadow: none;
  margin: auto;
}

#limited.plans .room-plan .plans .list02 li {
  width: 32%;
  color: #fff;
  background: linear-gradient(90deg, #413d3a, #7e756e);
  padding: 40rem 0;
}

#limited.plans .room-plan .plans .list02 .type {
  margin-top: 0;
}

#limited.plans .room-plan .plans .list02 .type::before {
  background-color: #fff;
}

#limited.plans .room-plan .plans .list02 .lead {
  margin-top: 20rem;
  font-size: 16rem;
  line-height: 1.6;
  letter-spacing: 0;
}

#limited.plans .room-plan .plans .list02 .more {
  width: 86%;
  margin: 20rem auto 0;
}

@media screen and (max-width: 768px) {
  #limited.plans main {
    background-image: url("../images/limited/bg-sp.jpg");
    padding: 150px 0 50px;
  }
  #limited.plans .room-plan {
    padding: 40rem 0;
  }
  #limited.plans .room-plan .tit {
    font-size: 24rem;
    margin-bottom: 40rem;
  }
  #limited.plans .room-plan .txt {
    text-align: left;
    margin-bottom: 40rem;
  }
  #limited.plans .room-plan .txt br {
    display: none;
  }
  #limited.plans .room-plan .type-tabs {
    flex-wrap: wrap;
    margin: 0 auto 40rem;
  }
  #limited.plans .room-plan .type-tabs li {
    width: 49%;
    margin-bottom: 16rem;
  }
  #limited.plans .room-plan .type-tabs li:last-child {
    width: 100%;
  }
  #limited.plans .room-plan .plans {
    text-align: center;
  }
  #limited.plans .room-plan .plans .list {
    margin: 0 auto 40rem;
    display: block;
    padding: 40rem 0;
  }
  #limited.plans .room-plan .plans .list.bottom {
    margin: 0 auto 40rem;
  }
  #limited.plans .room-plan .plans .list li {
    width: 100%;
  }
  #limited.plans .room-plan .plans .list .type {
    margin-top: 0;
  }
  #limited.plans .room-plan .plans .list .more {
    margin: 10rem auto 0;
  }
}

/*----------------
asset
----------------*/
#asset .top-bg {
  background: url(../images/asset/top-bg.jpg);
  background-size: cover;
}

#asset .page-content {
  padding: 0;
}

#asset .sections {
  text-align: center;
  padding: 80rem 0;
}

#asset .sections .wrap {
  position: relative;
}

#asset .sections .image {
  position: relative;
}

#asset .sections .tit {
  font-size: 18rem;
  margin-bottom: 24rem;
}

#asset .sections .tit span {
  font-size: 32rem;
  font-family: "Shippori Mincho", serif;
}

#asset .sections .copy {
  font-size: 20rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 30rem;
}

#asset .sections .txt {
  font-size: 20rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 30rem;
}

#asset .sections .txt .red {
  color: #AC3533;
}

#asset .sections .lead {
  font-size: 16rem;
  letter-spacing: 0;
  line-height: 2;
}

#asset .sections .lead .red {
  color: #AC3533;
}

#asset .sections .underline-animation {
  letter-spacing: 0;
}

#asset .sec01 .list {
  max-width: 840px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#asset .sec01 .list li {
  text-align: left;
  width: 60%;
}

#asset .sec01 .list li:last-child {
  width: 38%;
}

#asset .sec01 .caps {
  font-size: 11rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 20rem;
}

#asset .sec02 {
  background: #FAF9F6;
}

#asset .sec02 .list {
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#asset .sec02 .list li {
  text-align: left;
  width: 48%;
}

#asset .sec02 .list li:last-child {
  width: 50%;
}

#asset .sec02 .caps {
  text-align: left;
  max-width: 800px;
  font-size: 11rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 20rem auto 0;
}

#asset .sec03 .list {
  max-width: 800px;
  margin: 40rem auto 0;
  display: flex;
  justify-content: space-between;
}

#asset .sec03 .list li {
  text-align: left;
  width: 64%;
}

#asset .sec03 .list li:last-child {
  width: 34%;
}

#asset .sec03 .list .name {
  font-size: 11rem;
  margin: 8rem 0;
  line-height: 1.4;
  text-indent: -1.8em;
  padding-left: 2em;
}

#asset .sec03 .list .name span {
  font-size: 9rem;
  color: #fff;
  background: #d1ac6c;
  padding: 1px 5px 2px;
  margin-right: 5px;
  border-radius: 50px;
}

#asset .sec03 .list .img-list {
  display: flex;
  justify-content: space-between;
}

#asset .sec03 .list .img-list .inner {
  width: 100%;
}

#asset .sec03 .caps {
  text-align: right;
  max-width: 800px;
  font-size: 11rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 20rem auto 0;
}

#asset .sec04 {
  background: #FAF9F6;
}

#asset .sec04 .list {
  max-width: 536px;
  margin: 40rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#asset .sec04 .list li {
  text-align: left;
  width: 66%;
}

#asset .sec04 .list li:last-child {
  width: 32%;
}

#asset .sec04 .list .name {
  font-size: 11rem;
  margin: 8rem 0;
  line-height: 1.4;
  text-indent: -1.8em;
  padding-left: 2em;
}

#asset .sec04 .list .name span {
  font-size: 9rem;
  color: #fff;
  background: #C41E20;
  padding: 1px 5px 2px;
  margin-right: 5px;
  border-radius: 50px;
}

#asset .sec04 .list .info {
  font-size: 11rem;
  line-height: 1.6;
  letter-spacing: .05em;
  text-align: left;
}

#asset .sec04 .list .img03 {
  margin-top: 10rem;
}

/*----------------
plan
----------------*/
#plan .top-bg {
  background: url(../images/plan/top-bg.jpg);
  background-size: cover;
}

#plan .intro {
  text-align: center;
  padding: 80rem 0;
}

#plan .intro .tit {
  font-size: 24rem;
  margin-bottom: 40rem;
}

#plan .intro .txt {
  font-size: 20rem;
  line-height: 1.8;
  margin-bottom: 40rem;
}

#plan .intro .lead {
  font-size: 16rem;
  line-height: 2;
  margin-bottom: 80rem;
}

#plan .intro .img01 {
  max-width: 663px;
  margin: auto;
}

#plan .intro .img00 {
  max-width: 663px;
  margin: 80rem auto 0;
}

#plan .intro .list {
  max-width: 776px;
  margin: 80rem auto 0;
  display: flex;
  justify-content: space-between;
}

#plan .intro .list li {
  width: 32%;
}

#plan .intro .list .name {
  text-align: left;
  font-size: 15rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 16rem 0 12rem;
}

#plan .intro .list .name img {
  max-width: 16rem;
  padding-right: 8rem;
}

#plan .intro .list .info {
  text-align: left;
  font-size: 13rem;
  line-height: 2;
  letter-spacing: 0;
}

#plan .room-plan {
  text-align: center;
  background: #FAF9F6;
  padding: 80rem 0;
}

#plan .room-plan .tit {
  font-size: 24rem;
  margin-bottom: 40rem;
}

#plan .room-plan .txt {
  font-size: 20rem;
  line-height: 1.8;
  margin-bottom: 80rem;
}

#plan .room-plan .type-tabs {
  max-width: 840px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80rem;
}

#plan .room-plan .type-tabs li {
  width: 19%;
}

#plan .room-plan .type-tabs .button {
  display: block;
  color: #CECCCA;
  background-color: transparent;
  font-size: 14rem;
  letter-spacing: .2em;
  padding: 10rem 0;
  border: 2px solid #CECCCA;
  border-radius: 8rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#plan .room-plan .type-tabs .button.current {
  pointer-events: none;
  color: #fff;
  background: linear-gradient(180deg, #BEA991, #5F5549);
  border: 2px solid #867D75;
}

#plan .room-plan .type-tabs .button:hover {
  opacity: 1;
  color: #fff;
  background: linear-gradient(180deg, #BEA991, #5F5549);
  border: 2px solid #867D75;
  transition: .3s;
}

#plan .room-plan .plans {
  text-align: center;
}

#plan .room-plan .plans .list {
  max-width: 570rem;
  margin: 0 auto 120rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.08);
}

#plan .room-plan .plans .list.bottom {
  margin: 0 auto 40rem;
}

#plan .room-plan .plans .list li {
  width: 50%;
}

#plan .room-plan .plans .list .type {
  font-size: 24rem;
  position: relative;
  text-align: center;
  margin-top: 40rem;
}

#plan .room-plan .plans .list .type span {
  font-size: 64rem;
}

#plan .room-plan .plans .list .type::before {
  background-color: #453728;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16px;
}

#plan .room-plan .plans .list .spec {
  font-size: 24rem;
  margin: 30rem auto 10rem;
}

#plan .room-plan .plans .list .spec .num {
  font-size: 27rem;
}

#plan .room-plan .plans .list .width {
  font-size: 15rem;
}

#plan .room-plan .plans .list .width span {
  font-size: 22rem;
}

#plan .room-plan .plans .list .more {
  width: 86%;
  margin: 50rem auto 0;
}

#plan .room-plan .plans .list .more img {
  max-width: 16rem;
  padding-left: 8rem;
  padding-bottom: 4rem;
}

#plan .room-plan .plans .list .more a {
  text-align: center;
  display: block;
  font-size: 14rem;
  color: #fff;
  background: linear-gradient(180deg, #BEA991, #5F5549);
  border: 2px solid #867D75;
  border-radius: 8px;
  padding: 10rem 0 8rem;
}

#plan .room-plan .plans .list01 {
  max-width: 720rem;
}

#plan .room-plan .plans .list01 li {
  width: 40%;
}

#plan .room-plan .plans .list01 li:last-child {
  width: 60%;
}

#plan .room-plan .plans .list02 {
  max-width: 888rem;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 2%;
  background: transparent;
  box-shadow: none;
  margin: auto;
}

#plan .room-plan .plans .list02 li {
  width: 32%;
  color: #fff;
  background: linear-gradient(90deg, #413d3a, #7e756e);
  padding: 40rem 0;
}

#plan .room-plan .plans .list02 .type {
  margin-top: 0;
}

#plan .room-plan .plans .list02 .type::before {
  background-color: #fff;
}

#plan .room-plan .plans .list02 .lead {
  margin-top: 20rem;
  font-size: 16rem;
  line-height: 1.6;
  letter-spacing: 0;
}

#plan .room-plan .plans .list02 .more {
  width: 86%;
  margin: 20rem auto 0;
}

#plan .casbee {
  padding: 40rem 0;
}

#plan .casbee .image {
  max-width: 380rem;
  margin: auto;
}

/*----------------
plan.detail
----------------*/
#plan.detail .plans {
  text-align: center;
  background: #FAF9F6;
  padding: 80rem 0;
  position: relative;
}

#plan.detail .plans .floor {
  position: absolute;
  max-width: 280rem;
  top: 100rem;
  right: 15%;
}

#plan.detail .plans .type {
  font-size: 24rem;
  position: relative;
  text-align: center;
}

#plan.detail .plans .type span {
  font-size: 64rem;
}

#plan.detail .plans .type::before {
  background-color: #453728;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16px;
}

#plan.detail .plans .spec {
  font-size: 16rem;
  margin: 30rem auto 10rem;
}

#plan.detail .plans .spec .big {
  font-size: 24rem;
}

#plan.detail .plans .spec .num {
  font-size: 27rem;
}

#plan.detail .plans .width {
  font-size: 15rem;
  line-height: 1.5;
  margin-bottom: 50rem;
}

#plan.detail .plans .width span {
  font-size: 22rem;
}

#plan.detail .plans .tab-inner {
  display: none;
}

#plan.detail .plans .tab-inner.current {
  display: block;
}

#plan.detail .plans .change-buttons {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#plan.detail .plans .change-buttons li {
  text-align: center;
  width: 48%;
}

#plan.detail .plans .change-buttons .button {
  display: block;
  font-size: 14px;
  color: #CECCCA;
  border: 2px solid #CECCCA;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: .3s;
  margin: 0 auto 60rem;
}

#plan.detail .plans .change-buttons .button.current {
  pointer-events: none;
  color: #fff;
  border: 2px solid #867D75;
  background: linear-gradient(180deg, #BEA991, #5F5549);
}

#plan.detail .plans .change-buttons .button span {
  display: inline-block;
  padding: 14px 0;
}

#plan.detail .plans .change-buttons .button:hover {
  opacity: 1;
  color: #fff;
  border: 2px solid #867D75;
  background: linear-gradient(180deg, #BEA991, #5F5549);
}

#plan.detail .plans .tab-inner {
  max-width: 850px;
  background: #fff;
  margin: auto;
  padding: 60rem 0;
}

#plan.detail .plans .tab-inner .room-img {
  max-width: 530px;
  margin: auto;
}

#plan.detail .plans .tab-inner .room-img.bgtype {
  max-width: 320px;
}

#plan.detail .plans .tab-inner .room-img.cgtype {
  max-width: 302px;
}

#plan.detail .plans .tab-inner .room-img.dtype {
  max-width: 384px;
}

#plan.detail .plans .tab-inner .room-img.egtype {
  max-width: 384px;
}

#plan.detail .plans .tab-inner .room-img.ftype {
  max-width: 332px;
}

#plan.detail .plans .tab-inner .room-img.gtype {
  max-width: 602px;
}

#plan.detail .plans .tab-inner .room-img.itype {
  max-width: 780px;
}

#plan.detail .plans .tab-inner .room-img.jtype {
  max-width: 490px;
}

#plan.detail .plans .tab-inner .guides {
  margin-top: 24rem;
}

#plan.detail .plans .tab-inner .guides .image {
  max-width: 370px;
  margin: auto;
}

#plan.detail .plans .tab-inner .guides .guide-txt {
  font-size: 11rem;
  line-height: 1.6;
  margin-top: 10rem;
}

#plan.detail .plans .btn {
  max-width: 480px;
  width: 90%;
  margin: auto;
}

#plan.detail .plans .btn .more {
  width: 86%;
  margin: 50rem auto 0;
}

#plan.detail .plans .btn .more img {
  max-width: 16rem;
  padding-left: 8rem;
  padding-bottom: 4rem;
}

#plan.detail .plans .btn .more a {
  text-align: center;
  display: block;
  font-size: 14rem;
  color: #fff;
  background: linear-gradient(180deg, #BEA991, #5F5549);
  border: 2px solid #867D75;
  border-radius: 8px;
  padding: 10rem 0 8rem;
}

/*----------------
plan.maisonnette
----------------*/
#plan.maisonnette .points {
  text-align: center;
  background: #666A65;
  color: #fff;
  padding: 80rem 0;
}

#plan.maisonnette .points .tit {
  font-size: 32rem;
  line-height: 1.6;
  margin-bottom: 10rem;
}

#plan.maisonnette .points .txt {
  font-size: 20rem;
  line-height: 1.6;
  margin-bottom: 70rem;
}

#plan.maisonnette .points .point {
  font-size: 20rem;
  line-height: 1.6;
}

#plan.maisonnette .points .point .garamond {
  font-size: 14rem;
}

#plan.maisonnette .points .point .big {
  font-size: 32rem;
}

#plan.maisonnette .points .view {
  margin: 80rem auto;
}

#plan.maisonnette .points .list {
  max-width: 820rem;
  margin: 40rem auto 0;
  display: flex;
  justify-content: space-between;
}

#plan.maisonnette .points .list li {
  width: 48%;
}

#plan.maisonnette .plans {
  text-align: center;
  background: #9C9686;
  color: #fff;
  padding: 80rem 0;
  position: relative;
}

#plan.maisonnette .plans .type {
  font-size: 24rem;
  position: relative;
  text-align: center;
}

#plan.maisonnette .plans .type span {
  font-size: 64rem;
}

#plan.maisonnette .plans .type::before {
  background-color: #fff;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16px;
}

#plan.maisonnette .plans .spec {
  font-size: 16rem;
  margin: 30rem auto 10rem;
}

#plan.maisonnette .plans .spec .big {
  font-size: 24rem;
}

#plan.maisonnette .plans .spec .num {
  font-size: 27rem;
}

#plan.maisonnette .plans .width {
  font-size: 15rem;
  line-height: 1.5;
  margin-bottom: 50rem;
}

#plan.maisonnette .plans .width span {
  font-size: 22rem;
}

#plan.maisonnette .plans .tab-inner {
  display: none;
}

#plan.maisonnette .plans .tab-inner.current {
  display: block;
}

#plan.maisonnette .plans .change-buttons {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#plan.maisonnette .plans .change-buttons li {
  text-align: center;
  width: 48%;
}

#plan.maisonnette .plans .change-buttons .button {
  display: block;
  font-size: 14px;
  color: #CECCCA;
  border: 2px solid #CECCCA;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: .3s;
  margin: 80rem auto 60rem;
  background: #fff;
}

#plan.maisonnette .plans .change-buttons .button.current {
  pointer-events: none;
  color: #fff;
  border: 2px solid #867D75;
  background: linear-gradient(180deg, #BEA991, #5F5549);
}

#plan.maisonnette .plans .change-buttons .button span {
  display: inline-block;
  padding: 14px 0;
}

#plan.maisonnette .plans .change-buttons .button:hover {
  opacity: 1;
  color: #fff;
  border: 2px solid #867D75;
  background: linear-gradient(180deg, #BEA991, #5F5549);
}

#plan.maisonnette .plans .tab-inner {
  max-width: 850px;
  background: #fff;
  margin: auto;
  padding: 60rem 0;
}

#plan.maisonnette .plans .tab-inner .room-img {
  max-width: 500px;
  margin: auto;
}

#plan.maisonnette .plans .tab-inner .guides {
  margin-top: 24rem;
}

#plan.maisonnette .plans .tab-inner .guides .image {
  max-width: 370px;
  margin: auto;
}

#plan.maisonnette .plans .tab-inner .guides .guide-txt {
  font-size: 11rem;
  line-height: 1.6;
  margin-top: 10rem;
  color: #453728;
}

#plan.maisonnette .plans .btn {
  max-width: 480px;
  width: 90%;
  margin: auto;
}

#plan.maisonnette .plans .btn .more {
  width: 86%;
  margin: 50rem auto 0;
}

#plan.maisonnette .plans .btn .more img {
  max-width: 16rem;
  padding-left: 8rem;
  padding-bottom: 4rem;
}

#plan.maisonnette .plans .btn .more a {
  text-align: center;
  display: block;
  font-size: 14rem;
  color: #fff;
  background: linear-gradient(180deg, #BEA991, #5F5549);
  border: 2px solid #867D75;
  border-radius: 8px;
  padding: 10rem 0 8rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#plan.maisonnette .equipment {
  text-align: center;
  background: #FAF9F6;
  padding: 80rem 0 40rem;
}

#plan.maisonnette .equipment .tit {
  font-size: 24rem;
  margin-bottom: 40rem;
}

#plan.maisonnette .equipment .txt {
  font-size: 24rem;
  line-height: 1.6;
  margin-bottom: 80rem;
}

#plan.maisonnette .equipment .list {
  max-width: 888rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#plan.maisonnette .equipment .list li {
  width: 32%;
  margin-bottom: 40rem;
}

#plan.maisonnette .equipment .list .name {
  font-size: 18rem;
  letter-spacing: 0;
  margin: 12rem auto;
}

#plan.maisonnette .equipment .list .name span {
  font-size: 11rem;
}

#plan.maisonnette .equipment .list .info {
  text-align: left;
  font-size: 13rem;
  line-height: 1.5;
}

#plan.maisonnette .equipment .list .mini {
  text-align: left;
  font-size: 11rem;
  line-height: 1.5;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .lower .site-header {
    position: fixed;
  }
  .lower .swipe-box {
    padding-bottom: 15rem;
    overflow-x: auto;
  }
  .lower .swipe-list {
    padding-bottom: 15rem;
    overflow-x: auto;
  }
  .lower .modal-window {
    width: 94%;
  }
  .lower .caption.noBg {
    color: #000;
    background: none;
  }
  .lower .page-content .image {
    position: relative;
  }
  .lower .swipeArea {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .lower .swipeArea::-webkit-scrollbar {
    display: none;
  }
  .lower .swipeArea:after {
    content: '';
    display: block;
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 15rem;
    height: 57rem;
    background: url(../images/common/icon_swipe.png) no-repeat center center;
    background-size: auto 100%;
  }
  .lower .swipeArea .caption {
    position: sticky;
    left: 0;
    padding: 0 3rem 0 0;
    text-align: right;
  }
  .lower .page-content {
    padding: 30rem 0 0;
  }
  .lower .page-content .page-titles .page-en {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  .lower .page-content .page-titles .page-tit {
    text-align: left;
  }
  .lower .page-content .page-titles .page-lead {
    text-align: left;
  }
  .lower .top-bg {
    padding: 40px 0;
  }
  /*----------------
map
----------------*/
  #map .page-content .page-titles {
    padding: 0;
  }
  #map .page-content .page-titles .page-tit {
    text-align: center;
    margin-bottom: 0;
  }
  #map .page-content .top-bg {
    position: relative;
    background: url(../images/location/info-bg.jpg);
    background-size: cover;
    margin-bottom: 40rem;
  }
  #map .page-content .map-img {
    margin-bottom: 40rem;
  }
  #map .page-content .links {
    font-size: 13rem;
  }
  #map .page-content .links li {
    width: 40%;
  }
  /*----------------
access
----------------*/
  #access .top-bg {
    background: url(../images/access/top-bg-sp.jpg);
    background-size: cover;
  }
  #access .intro {
    text-align: left;
  }
  #access .intro .img01 {
    margin-bottom: 40px;
  }
  #access .intro .lead br {
    display: none;
  }
  #access .intro .img02 {
    max-width: 704px;
    margin: 0 auto;
  }
  #access .intro .modal-overlay {
    background: rgba(255, 255, 255, 0.7) !important;
  }
  #access .intro .modal-close {
    color: #000 !important;
  }
  #access .intro .list {
    display: flex;
    flex-wrap: nowrap;
    width: 280vw;
    margin-bottom: 0;
  }
  #access .intro .list li {
    width: 97vw;
    margin-right: 3vw;
    margin-bottom: 0;
  }
  #access .intro .list .name {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 10px;
  }
  #access .intro .list .name .big {
    font-size: 16px;
    letter-spacing: 0;
  }
  #access .intro .list .name .num {
    font-size: 22px;
    letter-spacing: 0;
  }
  #access .intro .list .name .min {
    font-size: 10px;
    letter-spacing: 0;
  }
  #access .route {
    text-align: center;
    margin-bottom: 80px;
  }
  #access .route .tit {
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  #access .route .gmap-form-wrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    padding: 40px 20px;
    box-sizing: border-box;
  }
  #access .route .gmap-form-wrap .gmap-form .title {
    margin-bottom: 30px;
  }
  #access .route .gmap-form-wrap .gmap-form .content .text01 {
    font-size: 16px;
  }
  #access .route .gmap-form-wrap .gmap-form .content .inputs {
    display: block;
  }
  #access .route .gmap-form-wrap .gmap-form .content .inputs .sub01 {
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0 auto 10rem;
  }
  #access .route .gmap-form-wrap .gmap-form .content .inputs .sub01 span {
    padding: 18rem 20rem;
    margin-right: 20rem;
  }
  #access .route .gmap-form-wrap .gmap-form .content .inputs .sub02 {
    width: 100%;
  }
  #access .route .gmap-form-wrap .gmap-form .content .inputs .sub02 span {
    text-align: center;
    display: inline-block;
    padding: 18rem 20rem;
    box-sizing: border-box;
  }
  #access .route .gmap-form-wrap .gmap-form .content .inputs .sub02 input {
    appearance: none;
    font-size: 16rem;
    display: inline-block;
    vertical-align: baseline;
    width: 54%;
    padding: 18rem 0 14rem 20rem;
    border: none;
  }
  #access .route .gmap-form-wrap .gmap-form .content .btn {
    width: 100%;
    max-width: 240px;
    margin: 20px auto 0;
  }
  #access .sections {
    text-align: center;
    background: url(../images/access/bg01-sp.jpg);
    background-size: cover;
    padding: 40px 0;
  }
  #access .sections .txt {
    text-align: left;
  }
  #access .sections .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #access .sections .lead br {
    display: none;
  }
  #access .sec01 .img01 {
    margin: 0 auto;
  }
  #access .sec01 .img01 .swipe-img img {
    width: 540px !important;
    padding-bottom: 10px;
  }
  #access .sec01 .swipe {
    margin: 40px auto;
  }
  #access .sec01 .img02 {
    max-width: 720px;
    margin: 0 auto;
  }
  #access .sec02 .lead {
    margin-bottom: 30px;
  }
  #access .sec02 .image {
    max-width: 640px;
    margin: 0 auto;
  }
  #access .sec03 .lead {
    margin-bottom: 30px;
  }
  #access .sec03 ul {
    display: block;
  }
  #access .sec03 ul li {
    width: 100%;
  }
  #access .sec03 ul li:last-child {
    margin-top: 20px;
  }
  #access .sec03 ul .sta01 {
    margin-bottom: 10px;
  }
  /*----------------
position
----------------*/
  #position .top-bg {
    background: url(../images/position/top-bg-sp.jpg) center;
    background-size: cover;
    position: relative;
  }
  #position .top-bg .moyou01 {
    position: absolute;
    width: 60%;
    top: 0;
    left: 0;
  }
  #position .top-bg .moyou02 {
    position: absolute;
    width: 60%;
    bottom: 0;
    right: 0;
  }
  #position .intro {
    text-align: left;
    margin-bottom: 40px;
  }
  #position .intro .img01 {
    margin-bottom: 40px;
  }
  #position .intro .lead br {
    display: none;
  }
  #position .sections {
    text-align: center;
    padding: 40px 0;
  }
  #position .sections .txt {
    text-align: left;
  }
  #position .sections .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #position .sections .lead br {
    display: none;
  }
  #position .sec01 {
    text-align: center;
    background: url(../images/position/bg01-sp.jpg);
    background-size: cover;
  }
  #position .sec01 .img01 {
    margin: 0 auto 40px;
  }
  #position .sec01 .img02 {
    margin: 0 auto 40px;
  }
  #position .sec01 .list {
    display: block;
  }
  #position .sec01 .list li {
    width: 100%;
  }
  #position .sec01 .list li:last-child {
    width: 94%;
    margin: auto;
  }
  #position .sec01 .list .image {
    width: 80%;
    margin: 40px auto 0;
  }
  #position .sec01 .list .lead {
    margin-bottom: 0;
  }
  #position .sec02 {
    padding-top: 0;
  }
  #position .sec02 .img01 {
    margin-bottom: 40px;
  }
  #position .sec02 .img02 {
    max-width: 720px;
    margin: auto;
  }
  #position .sec03 {
    padding-top: 0;
  }
  #position .sec03 .img01 {
    margin-bottom: 40px;
  }
  #position .sec03 .img02 {
    max-width: 720px;
    margin: auto;
  }
  #position .sec03 .list {
    display: block;
  }
  #position .sec03 .list li {
    width: 100%;
  }
  #position .sec03 .list li:last-child {
    width: 100%;
  }
  #position .sec03 .list .img05 {
    width: 80%;
    margin: 20px auto 0;
  }
  #position .sec03 .list01 {
    display: flex;
    justify-content: space-between;
  }
  #position .sec03 .list01 .images {
    width: 50%;
  }
  #position .sec03 .list01 .name {
    line-height: 1.5;
  }
  #position .sec04 {
    background: url(../images/position/bg02-sp.jpg) center;
    background-size: cover;
    position: relative;
  }
  #position .sec04 .moyou03 {
    position: absolute;
    width: 60%;
    top: 0;
    left: 0;
  }
  #position .sec04 .moyou04 {
    position: absolute;
    width: 60%;
    bottom: 0;
    right: 0;
  }
  #position .sec04 .img01 {
    max-width: 660px;
    margin: 0 auto 40px;
  }
  #position .sec04 .list {
    max-width: inherit;
    margin: auto;
    display: block;
  }
  #position .sec04 .list li {
    width: 70%;
    margin: 0 0 40px auto;
  }
  #position .sec04 .list li:last-child {
    width: 70%;
    margin: 0 auto 40px 0;
  }
  #position .sec04 .list .info {
    text-align: left;
    width: 94%;
    font-size: 16px;
    letter-spacing: .08em;
    line-height: 1.8;
    margin: 10px auto 0;
  }
  #position .sec05 .list {
    display: block;
  }
  #position .sec05 .list li {
    width: 100%;
    background: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  #position .sec05 .list li:last-child {
    margin-top: 40px;
  }
  #position .sec05 .list .txt01 {
    text-align: left;
  }
  #position .sec05 .list .txt02 {
    text-align: left;
  }
  #position .sec05 .list .txt02 br {
    display: none;
  }
  #position .sec05 .list .info {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #position .sec05 .list .img01 {
    max-width: 315px;
    margin: 0 auto;
  }
  #position .sec05 .list .mini {
    margin-top: 30px;
    text-align: left;
    font-size: 11px;
    line-height: 1.6;
  }
  /* ========================================================
 brand
======================================================== */
  #brand .intro {
    padding-top: 60px;
    margin-bottom: 80px;
  }
  #brand .intro .sub {
    margin-bottom: 50px;
  }
  #brand .intro .image {
    max-width: 203px;
    margin: 0 auto 50px;
  }
  #brand .intro .txt01 {
    font-size: 34px;
    margin-bottom: 50px;
  }
  #brand .intro .txt02 {
    font-size: 22px;
  }
  #brand .slick-slider {
    margin-bottom: 80px;
  }
  #brand .promise {
    margin-bottom: 80px;
  }
  #brand .promise .tit {
    font-size: 22px;
  }
  #brand .promise .sub {
    margin-bottom: 50px;
  }
  #brand .promise .lists {
    padding-top: 30px;
  }
  #brand .promise .lists li {
    display: block;
    width: 86%;
    margin: 0 auto 30px;
  }
  #brand .promise .lists li:last-child {
    width: 100%;
  }
  #brand .promise .lists .txt01 {
    font-size: 22px;
  }
  #brand .promise .lists .txt02 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #brand .promise .lists .lead {
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 1.8;
  }
  #brand .promise .list04 {
    margin-bottom: auto;
  }
  #brand .salon {
    margin-bottom: 100px;
  }
  #brand .salon .tit {
    font-size: 22px;
  }
  #brand .salon .lead {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    margin: 50px auto;
  }
  #brand .cafe .tit {
    font-size: 22px;
    margin-bottom: 50px;
  }
  #brand .cafe .lead {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto 50px;
  }
  #brand .cafe .img02 {
    margin: 50px auto 0;
  }
  #brand .achievement {
    padding: 60px 0;
    margin-bottom: 100px;
  }
  #brand .achievement li {
    display: block;
    width: 100%;
  }
  #brand .achievement li:last-child {
    margin-top: 20px;
  }
  #brand .ginza .logo {
    max-width: 280px;
    margin: 0 auto 50px;
  }
  #brand .ginza li {
    display: block;
    width: 100%;
  }
  #brand .ginza li:last-child {
    width: 90%;
    margin: 50px auto 0;
  }
  #brand .ginza .img04 {
    margin: 50px 0 30px 3%;
  }
  #brand .ginza .sns {
    max-width: 74px;
    margin: 50px auto 0;
  }
  /* ========================================================
 zeh
======================================================== */
  #zeh .main-visual {
    margin-bottom: 80rem;
    height: 100vw;
  }
  #zeh .main-visual h2 {
    bottom: 20rem;
    left: 20rem;
    transform: translateY(30rem);
  }
  #zeh .main-visual h2 img {
    height: 50rem;
  }
  #zeh .main-visual .catch {
    top: 20rem;
    left: 20rem;
    line-height: 1.4;
    font-size: 18rem;
    transform: none;
  }
  #zeh .main-visual .image {
    height: 100vw;
  }
  #zeh .main-visual .image img {
    object-fit: cover;
    object-position: 65% center;
    height: 100%;
  }
  #zeh section .lead,
  #zeh section .text {
    line-height: 1.7 !important;
    text-align: left !important;
    font-size: 14rem !important;
    padding: 0 3%;
  }
  #zeh section .lead br,
  #zeh section .text br {
    display: none;
  }
  #zeh section.intro {
    padding-bottom: 30rem;
  }
  #zeh section.intro hgroup {
    padding-bottom: 60rem;
  }
  #zeh section.intro hgroup h3 {
    padding-bottom: 30rem;
    width: 200rem;
  }
  #zeh section.intro hgroup .catch {
    font-size: 18rem;
    margin-bottom: 16px;
  }
  #zeh section.intro > .image {
    padding-bottom: 20rem;
    width: auto;
  }
  #zeh section.intro > .image figcaption {
    margin-top: 20rem;
    padding: 10rem 0 14rem;
    font-size: 18rem;
  }
  #zeh section.intro > .image + .text {
    padding-bottom: 10rem;
  }
  #zeh section.intro .caps {
    text-align: left;
  }
  #zeh section.intro section.bels h4 {
    padding-bottom: 20rem;
    font-size: 20rem;
  }
  #zeh section.intro section.bels h4 .small {
    padding-bottom: 10rem;
    font-size: 13rem;
  }
  #zeh section.intro section.bels .lead {
    padding-bottom: 40rem;
  }
  #zeh section.intro section.bels .label {
    width: 80%;
  }
  #zeh section.intro section.bels .caps {
    text-align: left;
  }
  #zeh section.merits > header h3 {
    padding-bottom: 40rem;
    font-size: 18rem;
  }
  #zeh section.merits > header .image {
    margin-bottom: 40rem;
    height: 60vw;
  }
  #zeh section.merits > header .image img {
    object-fit: cover;
    object-position: 65% center;
    height: 100%;
  }
  #zeh section.merits > section:before {
    top: -25rem;
    height: 50rem;
  }
  #zeh section.merits > section > hgroup {
    padding: 40rem 0;
    margin-bottom: 40rem;
  }
  #zeh section.merits > section > hgroup h4 {
    padding-bottom: 20rem;
    font-size: 24rem;
  }
  #zeh section.merits > section > hgroup h4 .number {
    padding-bottom: 10rem;
    font-size: 28rem;
  }
  #zeh section.merits > section > section > hgroup {
    padding-bottom: 20rem;
  }
  #zeh section.merits > section > section h5 {
    padding-bottom: 20rem;
    font-size: 18rem;
  }
  #zeh section.merits > section > section h5 .number {
    margin-bottom: 20rem;
    width: 110rem;
    height: 46rem;
    border-radius: 27rem;
    font-size: 13rem;
  }
  #zeh section.merits > section > section > h5 {
    padding-bottom: 30rem;
  }
  #zeh section.merits section.merit01 {
    padding-bottom: 0;
  }
  #zeh section.merits section.merit01 hgroup .lead {
    text-align: center !important;
  }
  #zeh section.merits section.merit01 section.point01 hgroup .lead {
    text-align: left !important;
  }
  #zeh section.merits section.merit01 section.point01 .image-area {
    margin-bottom: 50rem;
    padding: 30rem;
  }
  #zeh section.merits section.merit01 section.point01 .image-area ul {
    flex-direction: column;
    gap: 20rem 0;
    justify-content: normal;
    padding-bottom: 20rem;
  }
  #zeh section.merits section.merit01 section.point01 .image-area ul li:first-child {
    flex: 0 0 auto;
  }
  #zeh section.merits section.merit01 section.point01 .image-area ul li:last-child {
    flex: 0 0 auto;
  }
  #zeh section.merits section.merit01 section.point01 .image-area .text {
    line-height: 1.3 !important;
    font-size: 10rem !important;
  }
  #zeh section.merits section.merit01 section.point02 hgroup .lead {
    text-align: left !important;
  }
  #zeh section.merits section.merit01 section.point02 .detail-area {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
    gap: 20rem 0;
    padding: 30rem 30rem 40rem;
  }
  #zeh section.merits section.merit01 section.point02 .detail-area figure {
    flex: 0 0 auto;
  }
  #zeh section.merits section.merit01 section.point02 .detail-area dl {
    flex: 0 0 auto;
  }
  #zeh section.merits section.merit01 section.point02 .detail-area dt {
    padding-bottom: 20rem;
    line-height: 1.3;
    font-size: 18rem;
  }
  #zeh section.merits section.merit01 section.point02 .detail-area dd {
    line-height: 1.7;
    font-size: 14rem;
  }
  #zeh section.merits section.merit01 section.point02 .detail-area dd .source {
    padding-top: 15rem;
    font-size: 12rem;
  }
  #zeh section.merits section.merit02 {
    padding-bottom: 30rem;
  }
  #zeh section.merits section.merit02 hgroup .lead {
    text-align: center !important;
  }
  #zeh section.merits section.merit02 section.point01 .detail-area {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
    gap: 20rem 0;
    padding: 30rem;
  }
  #zeh section.merits section.merit02 section.point01 .detail-area figure {
    flex: 0 0 auto;
  }
  #zeh section.merits section.merit02 section.point01 .detail-area dl {
    flex: 0 0 auto;
  }
  #zeh section.merits section.merit02 section.point01 .detail-area dt {
    padding-bottom: 20rem;
    line-height: 1.3;
    font-size: 18rem;
  }
  #zeh section.merits section.merit02 section.point01 .detail-area dd {
    line-height: 1.7;
    font-size: 14rem;
  }
  #zeh section.merits section.merit02 section.point01 .detail-area dd .source {
    padding-top: 15rem;
    font-size: 12rem;
  }
  #zeh section.merits section.merit02 section.point01 .detail-area01 {
    margin: 0 auto 40rem;
  }
  #zeh section.merits section.merit02 section.point01 .detail-area01 dl {
    flex: 0 0 auto;
  }
  #zeh section.merits section.merit02 section.point01 .detail-area01 .image {
    flex: 0 0 auto;
  }
  #zeh section.merits section.merit02 section.point01 .detail-area02 dl {
    flex: 0 0 auto;
  }
  #zeh section.merits section.merit02 section.point01 .detail-area02 .image {
    flex: 0 0 auto;
    margin: auto;
    width: 48%;
  }
  #zeh section.merits section.merit02 section.point02 .detail-area {
    display: block;
    padding: 30rem;
    background: #fff;
  }
  #zeh section.merits section.merit02 section.point02 .detail-area01 {
    margin-bottom: 40rem;
  }
  #zeh section.merits section.merit02 section.point02 .detail-area01 .image {
    max-width: 640px;
    margin: 0 auto 30px;
  }
  #zeh section.equipments {
    padding-bottom: 20rem;
  }
  #zeh section.equipments > header {
    padding-bottom: 50rem;
  }
  #zeh section.equipments > header h3 {
    margin-bottom: 30rem;
    padding-bottom: 30rem;
    line-height: 1.4;
    font-size: 18rem;
  }
  #zeh section.equipments > header .catch {
    font-size: 18rem;
  }
  #zeh section.equipments > header .lead {
    padding-top: 30rem;
  }
  #zeh section.equipments > header .image {
    margin-bottom: 40rem;
    height: 60vw;
  }
  #zeh section.equipments > header .image img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
  }
  #zeh section.equipments > .image {
    margin-bottom: 0;
    padding-bottom: 25rem;
  }
  #zeh section.equipments > .image .swipe-img img {
    width: 640px !important;
  }
  #zeh section.equipments .swipe {
    margin-bottom: 50px;
  }
  #zeh section.equipments .points {
    gap: 0;
    justify-content: space-between;
    display: flex;
    width: 240vw;
    flex-wrap: nowrap;
  }
  #zeh section.equipments .points li {
    flex: none;
    width: 60vw;
    margin-right: 2vw;
  }
  #zeh section.equipments .points li:before {
    width: 18rem;
    height: 18rem;
    font-size: 10rem;
  }
  #zeh section.equipments .points li .text {
    line-height: 1 !important;
    text-align: center !important;
    font-size: 13rem !important;
  }
  #zeh .bottom-image {
    height: 50vw;
  }
  #zeh .bottom-image img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
  }
  /*----------------
quality
----------------*/
  #quality .sec01 {
    padding: 60px 0 20px;
  }
  #quality .sec01 .tit-icon {
    max-width: 236px;
    margin: 0 auto 60px;
  }
  #quality .sec01 .txt {
    text-align: left;
  }
  #quality .sec01 .txt br {
    display: none;
  }
  #quality .sec01 .bg {
    max-width: 1100px;
    margin: auto;
    background: #fff;
    padding: 50px 0;
    margin-bottom: 60px;
  }
  #quality .sec01 .inner {
    width: 90%;
    margin: auto;
  }
  #quality .sec01 .lists {
    display: block;
  }
  #quality .sec01 .lists li {
    width: 100%;
  }
  #quality .sec01 .lists li:last-child {
    margin-top: 30px;
  }
  #quality .sec01 .list02 {
    width: 100%;
  }
  #quality .sec01 .txt01 {
    font-size: 22px;
  }
  #quality .sec01 .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #quality .sec01 .lead {
    text-align: left;
    line-height: 2;
    margin-bottom: 30px;
  }
  #quality .sec01 .caps {
    text-align: left;
    margin-bottom: 40px;
  }
  #quality .sec01 .list03 {
    max-width: inherit;
    margin: auto;
    display: block;
    flex-wrap: nowrap;
    gap: 0;
  }
  #quality .sec01 .list03 li {
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
  }
  #quality .sec01 .list03 .name {
    font-size: 15px;
  }
  #quality .sec01 .list03 .info {
    font-size: 13px;
  }
  /*----------------
asset
----------------*/
  #asset .top-bg {
    background: url(../images/asset/top-bg-sp.jpg);
    background-size: cover;
  }
  #asset .sections {
    text-align: center;
    padding: 40rem 0;
  }
  #asset .sections .txt br {
    display: none;
  }
  #asset .sections .lead {
    text-align: left;
  }
  #asset .sections .lead br {
    display: none;
  }
  #asset .sec01 .list {
    max-width: 840px;
    margin: auto;
    display: block;
  }
  #asset .sec01 .list li {
    width: 100%;
  }
  #asset .sec01 .list li:last-child {
    width: 100%;
    margin-top: 24px;
  }
  #asset .sec01 .caps {
    text-align: left;
  }
  #asset .sec02 .list {
    max-width: 800px;
    margin: auto;
    display: block;
  }
  #asset .sec02 .list li {
    width: 100%;
  }
  #asset .sec02 .list li:last-child {
    width: 100%;
    margin-top: 24rem;
  }
  #asset .sec03 .list {
    max-width: 800px;
    margin: 24rem auto 0;
    display: block;
  }
  #asset .sec03 .list li {
    text-align: left;
    width: 100%;
  }
  #asset .sec03 .list li:last-child {
    width: 100%;
    margin-top: 20rem;
  }
  #asset .sec03 .list .img-list {
    display: flex;
    justify-content: space-between;
  }
  #asset .sec03 .list .img-list .inner {
    width: 100%;
  }
  #asset .sec03 .caps {
    text-align: left;
  }
  #asset .sec04 .list {
    margin: 20rem auto 0;
    display: block;
  }
  #asset .sec04 .list li {
    text-align: left;
    width: 100%;
  }
  #asset .sec04 .list li:last-child {
    width: 100%;
    margin-top: 20rem;
  }
  #asset .sec04 .list .img03 {
    margin-top: 20rem;
  }
  /*----------------
plan
----------------*/
  #plan .top-bg {
    background: url(../images/plan/top-bg-sp.jpg);
    background-size: cover;
  }
  #plan .intro {
    padding: 40rem 0 0;
  }
  #plan .intro .txt {
    text-align: left;
  }
  #plan .intro .lead {
    text-align: left;
    margin-bottom: 40rem;
  }
  #plan .intro .lead br {
    display: none;
  }
  #plan .intro .img00 {
    max-width: 663px;
    margin: 40rem auto 0;
  }
  #plan .intro .list {
    max-width: inherit;
    margin: 40rem auto 0;
    width: 200vw;
  }
  #plan .room-plan {
    padding: 40rem 0;
  }
  #plan .room-plan .tit {
    font-size: 24rem;
    margin-bottom: 40rem;
  }
  #plan .room-plan .txt {
    text-align: left;
    margin-bottom: 40rem;
  }
  #plan .room-plan .txt br {
    display: none;
  }
  #plan .room-plan .type-tabs {
    flex-wrap: wrap;
    margin: 0 auto 40rem;
  }
  #plan .room-plan .type-tabs li {
    width: 49%;
    margin-bottom: 16rem;
  }
  #plan .room-plan .type-tabs li:last-child {
    width: 100%;
  }
  #plan .room-plan .plans {
    text-align: center;
  }
  #plan .room-plan .plans .list {
    margin: 0 auto 40rem;
    display: block;
    padding: 40rem 0;
  }
  #plan .room-plan .plans .list.bottom {
    margin: 0 auto 40rem;
  }
  #plan .room-plan .plans .list li {
    width: 100%;
  }
  #plan .room-plan .plans .list .type {
    margin-top: 0;
  }
  #plan .room-plan .plans .list .more {
    margin: 10rem auto 0;
  }
  #plan .room-plan .plans .list01 li {
    width: 100%;
  }
  #plan .room-plan .plans .list01 li:last-child {
    width: 100%;
  }
  #plan .room-plan .plans .list02 {
    max-width: inherit;
    width: 380vw;
    display: flex;
    flex-wrap: nowrap;
    background: transparent;
    box-shadow: none;
    margin: auto;
    padding: 0;
  }
  #plan .room-plan .plans .list02 li {
    width: 19%;
    margin-bottom: 0;
  }
  #plan .room-plan .plans .list02 .type {
    margin-top: 0;
  }
  #plan .room-plan .plans .list02 .more {
    width: 86%;
    margin: 20rem auto 0;
  }
  #plan .room-plan .limited .number {
    padding-top: 20rem;
    text-align: center;
    font-size: 20rem;
  }
  #plan .casbee .image {
    width: 90%;
    margin: auto;
  }
  /*----------------
plan.detail
----------------*/
  #plan.detail .plans {
    padding: 60rem 0;
  }
  #plan.detail .plans .floor {
    position: inherit;
    width: 80%;
    top: auto;
    right: auto;
    margin: 0 auto 40rem;
  }
  #plan.detail .plans .width {
    margin-bottom: 30rem;
  }
  #plan.detail .plans .change-buttons .button {
    margin: 40rem auto;
  }
  #plan.detail .plans .tab-inner {
    padding: 40rem 0;
  }
  #plan.detail .plans .tab-inner .room-img {
    width: 90%;
    margin: auto;
  }
  #plan.detail .plans .tab-inner .guides {
    margin-top: 20rem;
  }
  #plan.detail .plans .tab-inner .guides .image {
    max-width: 196px;
    margin: auto;
  }
  /*----------------
plan.maisonnette
----------------*/
  #plan.maisonnette .points {
    padding: 60rem 0;
  }
  #plan.maisonnette .points .tit {
    font-size: 32rem;
    line-height: 1.2;
    margin-bottom: 10rem;
  }
  #plan.maisonnette .points .txt {
    text-align: left;
    margin-bottom: 40rem;
  }
  #plan.maisonnette .points .view {
    margin: 40rem auto 20rem;
  }
  #plan.maisonnette .points .view .swipe-img img {
    width: 800rem !important;
  }
  #plan.maisonnette .points .list {
    margin: 40rem auto 0;
    display: block;
  }
  #plan.maisonnette .points .list li {
    width: 100%;
  }
  #plan.maisonnette .points .list li:last-child {
    margin-top: 20rem;
  }
  #plan.maisonnette .plans {
    padding: 60rem 0;
  }
  #plan.maisonnette .plans .floor {
    position: inherit;
    max-width: 336rem;
    top: 0;
    right: auto;
  }
  #plan.maisonnette .plans .width {
    margin-bottom: 30rem;
  }
  #plan.maisonnette .plans .change-buttons .button {
    margin: 40rem auto;
  }
  #plan.maisonnette .plans .tab-inner {
    padding: 40rem 0;
  }
  #plan.maisonnette .plans .tab-inner .room-img {
    width: 90%;
    margin: auto;
  }
  #plan.maisonnette .plans .tab-inner .guides {
    margin-top: 20rem;
  }
  #plan.maisonnette .plans .tab-inner .guides .image {
    max-width: 196px;
    margin: auto;
  }
  #plan.maisonnette .equipment {
    padding: 60rem 0 40rem;
  }
  #plan.maisonnette .equipment .tit {
    font-size: 24rem;
    margin-bottom: 24rem;
  }
  #plan.maisonnette .equipment .txt {
    text-align: left;
    margin-bottom: 40rem;
  }
  #plan.maisonnette .equipment .list {
    max-width: 888rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #plan.maisonnette .equipment .list li {
    width: 48%;
    margin-bottom: 20rem;
  }
  #plan.maisonnette .equipment .list .name {
    font-size: 16rem;
  }
}

/*# sourceMappingURL=lower.css.map */
