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

.lower .mv {
  position: relative;
}

.lower .mv .image {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  clip-path: polygon(10% 10%, 90% 10%, 90% 90%, 10% 90%);
}

.lower .mv.on .image {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
}

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

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

.lower .page-content .page-titles .page-title {
  width: 93rem;
  margin: 0 auto;
  padding-bottom: 15rem;
}

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

.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: 10vh 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.white {
  background: rgba(255, 255, 255, 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.blk {
  color: #000 !important;
}

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

@keyframes fade-in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes fade-only {
  100% {
    opacity: 1;
  }
}

@keyframes right100 {
  100% {
    right: 100%;
  }
}

@keyframes left100 {
  100% {
    left: 100%;
  }
}

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

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

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

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

/*----------------
map
----------------*/
#map .page-content {
  padding-top: 160rem;
}

#map .page-content .map-sections {
  margin: 0 auto;
  padding-bottom: 100rem;
  width: 90%;
  max-width: 800rem;
  text-align: center;
}

#map .page-content .map-sections .title {
  position: relative;
  margin: 0 auto;
  width: 105rem;
  padding-bottom: 45rem;
  margin-bottom: 30rem;
}

#map .page-content .map-sections .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 20rem;
  background-color: #707070;
}

#map .page-content .map-sections .links {
  padding-top: 30rem;
  display: flex;
  justify-content: center;
  gap: 20rem;
}

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

/*----------------
access
----------------*/
#access .page-content h3 {
  font-weight: normal;
}

#access .page-content .page-titles .page-title {
  width: 163rem;
  margin: 0 auto;
  padding-bottom: 15rem;
}

#access .intro {
  text-align: center;
  margin-bottom: 100rem;
}

#access .intro .txt {
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

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

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

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

#access .sections .img00 {
  margin-bottom: 100rem;
}

#access .sections .tit {
  position: absolute;
  max-width: 43rem;
  top: -70px;
}

#access .sections .inners {
  max-width: 1000px;
  margin: auto;
}

#access .sections .txt {
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#access .sec01 {
  margin-bottom: 200px;
}

#access .sec01 .map {
  max-width: 800px;
  margin: 100px auto 20px;
}

#access .sec01 .swipe-img img {
  width: 600px !important;
}

#access .sec01 .swipe-list {
  position: relative;
}

#access .sec01 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto 80px;
}

#access .sec01 .list li {
  width: 32%;
  margin-bottom: 30rem;
}

#access .sec01 .img07 {
  max-width: 1440px;
  margin: 0 auto 100px;
}

#access .sec01 .map01 {
  max-width: 935px;
  margin: 100px auto;
}

#access .sec01 .txt-img {
  max-width: 1000px;
  margin: auto;
}

#access .sec01 .box {
  max-width: 1440px;
  margin: 100px auto 0;
  background: #F4EFEA;
  padding: 80rem 120rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
}

#access .sec01 .box li {
  width: 44%;
}

#access .sec01 .box .ranking {
  width: 80%;
  margin: auto;
}

#access .sec02 .img-txt {
  margin: 100px auto 0;
}

#access .gmap-form-wrap {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 200px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  padding: 60px;
  box-sizing: border-box;
}

#access .gmap-form-wrap .gmap-form .title {
  text-align: center;
  color: #8593A1;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 50px;
}

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

#access .gmap-form-wrap .gmap-form .content .text01 {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
}

#access .gmap-form-wrap .gmap-form .content .inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#access .gmap-form-wrap .gmap-form .content .inputs .sub01 {
  width: 46%;
  background-color: #fff;
  border: 1px solid #8593A1;
  text-align: left;
  font-size: 16rem;
  color: #484958;
  line-height: 1.3;
  box-sizing: border-box;
  position: relative;
  margin-right: 8%;
}

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

#access .gmap-form-wrap .gmap-form .content .inputs .sub01::after {
  content: "";
  position: absolute;
  display: block;
  width: 20rem;
  height: 22rem;
  background: url(../images/access/arrow.svg) no-repeat center;
  background-size: 100% auto;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 7.5%;
}

#access .gmap-form-wrap .gmap-form .content .inputs .sub02 {
  width: 46%;
  background-color: #fff;
  border: 1px solid #8593A1;
  text-align: left;
  font-size: 16rem;
  color: #484958;
  line-height: 1.3;
  box-sizing: border-box;
  position: relative;
}

#access .gmap-form-wrap .gmap-form .content .inputs .sub02 span {
  background: #8593A1;
  color: #fff;
  display: inline-block;
  width: 32%;
  padding: 18rem 37rem;
  box-sizing: border-box;
}

#access .gmap-form-wrap .gmap-form .content .inputs .sub02 input {
  appearance: none;
  font-size: 16rem;
  display: inline-block;
  vertical-align: baseline;
  width: 58%;
  padding: 18rem 0 14rem 40rem;
  border: none;
}

#access .gmap-form-wrap .gmap-form .content .inputs .sub02 ::placeholder {
  color: #C8CDD3;
}

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

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

/*----------------
residence
----------------*/
#residence .page-content {
  padding: 60rem 0 0;
}

#residence .page-content h3 {
  font-weight: normal;
}

#residence .page-content .page-titles .page-title {
  width: 243rem;
  margin: 0 auto;
  padding-bottom: 15rem;
}

#residence .intro {
  text-align: center;
  margin-bottom: 100rem;
}

#residence .intro .txt {
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#residence .sections {
  text-align: center;
  padding-top: 170rem;
}

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

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

#residence .sections .tit {
  position: absolute;
  max-width: 43rem;
  top: -70px;
}

#residence .sections .inners {
  max-width: 1000px;
  margin: auto;
}

#residence .sections .txt {
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#residence .sec01 {
  position: relative;
  background: url(../images/residence/sec01-bg.png) #D8CEC3 bottom;
  background-size: contain;
  padding: 50px 0 78vh;
  background-repeat: no-repeat;
}

#residence .sec01 .bg {
  max-width: 1200px;
  width: 94%;
  margin: auto;
  position: relative;
}

#residence .sec01 .tit {
  position: absolute;
  max-width: 43rem;
  top: 0;
  left: 0;
}

#residence .sec01 .txt {
  font-size: 20rem;
  line-height: 1.6;
  margin-bottom: 30rem;
}

#residence .sec01 .texts {
  text-align: left;
  width: 27%;
  position: absolute;
  top: 0;
  right: 0;
}

#residence .sec01 .txt {
  margin-top: 38%;
}

#residence .sec02 {
  margin-bottom: 100rem;
}

#residence .sec02 .lead {
  margin-bottom: 100rem;
}

#residence .sec02 .img01 {
  max-width: 1100px;
  margin: 0 0 0 auto;
}

#residence .sec02 .name {
  margin-top: 20rem;
  font-size: 18rem;
  line-height: 1.8;
  text-align: right;
}

#residence .sec02 .list {
  display: flex;
  justify-content: space-between;
}

#residence .sec02 .list li {
  width: 30%;
}

#residence .sec02 .list li:nth-child(2) {
  width: 28%;
  margin: 84rem auto 0 50rem;
}

#residence .sec02 .list li:last-child {
  width: 28%;
  margin: 84rem auto 0 0;
}

#residence .sec02 .list .name01 {
  text-align: left;
  margin: 0 auto 20rem 0;
}

#residence .sec03 {
  background: #F4EFEA;
  padding: 120rem 0;
}

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

#residence .sec03 ul li {
  width: 24%;
}

#residence .sec03 ul li:last-child {
  width: 70%;
}

#residence .sec03 ul .office {
  font-size: 16rem;
  margin-bottom: 10rem;
}

#residence .sec03 ul .name {
  font-size: 24rem;
  margin-bottom: 30rem;
}

#residence .sec03 ul .name span {
  font-size: 40rem;
  margin-left: 10rem;
}

#residence .sec03 ul .prof {
  font-size: 16rem;
  margin-bottom: 10rem;
}

#residence .sec03 ul .info {
  font-size: 14rem;
  line-height: 2;
}

#residence .sec04 {
  margin-bottom: 200rem;
}

#residence .sec04 .inners {
  max-width: 1000px;
  margin: auto;
}

#residence .sec04 ul {
  max-width: 945px;
  margin: 100px 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#residence .sec04 ul li {
  text-align: left;
  width: 47%;
}

#residence .sec04 ul li:last-child {
  width: 50%;
}

#residence .sec04 ul .txt01 {
  font-size: 22rem;
  margin-bottom: 50rem;
}

#residence .sec04 ul .txt02 {
  font-size: 14rem;
  line-height: 2;
}

#residence .sec05 {
  background: #F4F4F4;
  padding-bottom: 100rem;
}

#residence .sec05 .inners {
  max-width: 1000px;
  margin: auto;
}

#residence .sec05 .list01 {
  max-width: 945px;
  margin: 100px 0 200px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#residence .sec05 .list01 li {
  text-align: left;
  width: 47%;
}

#residence .sec05 .list01 li:last-child {
  width: 45%;
}

#residence .sec05 .list01 .txt01 {
  font-size: 14rem;
  line-height: 2;
}

#residence .sec05 .img02 {
  max-width: 600px;
  margin: 50rem auto 60rem;
}

#residence .sec05 .list02 {
  display: flex;
  justify-content: space-between;
}

#residence .sec05 .list02 li {
  text-align: left;
  width: 24%;
}

#residence .sec05 .list02 .name {
  font-size: 16rem;
  line-height: 1.8;
  margin: 10rem 0;
  padding-bottom: 10rem;
  border-bottom: 1px solid #C8CDD3;
}

#residence .sec05 .list02 .info {
  font-size: 14rem;
  line-height: 1.6;
}

#residence .sec05 .list02 .mini {
  font-size: 11rem;
  line-height: 1.6;
  margin-top: 6rem;
}

/*----------------
asset
----------------*/
#asset .page-content {
  padding: 60rem 0 0;
}

#asset .page-content h3 {
  font-weight: normal;
}

#asset .page-content .page-titles .page-title {
  width: 284rem;
  margin: 0 auto;
  padding-bottom: 15rem;
}

#asset .intro {
  text-align: center;
  margin-bottom: 100rem;
}

#asset .intro .txt {
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#asset .sections {
  text-align: center;
  padding-top: 170rem;
}

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

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

#asset .sections .tit {
  position: absolute;
  max-width: 43rem;
  top: -70px;
}

#asset .sections .inners {
  max-width: 1000px;
  margin: auto;
}

#asset .sections .txt {
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#asset .sections .txt .red {
  color: #CE1919;
  font-size: 28rem;
}

#asset .sections .lead .red {
  color: #CE1919;
  font-size: 20rem;
}

#asset .sections .mini {
  font-size: 11rem;
  line-height: 1.6;
  margin-top: 10rem;
}

#asset .sec01 {
  background: #F4F4F4;
  padding-bottom: 100rem;
}

#asset .sec01 .image {
  max-width: 1000px;
  margin: 60rem auto 0;
}

#asset .sec01 .caps {
  font-size: 11rem;
  line-height: 1.6;
  margin-top: 10rem;
}

#asset .sec02 {
  padding-bottom: 100rem;
}

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

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

#asset .sec02 .list .txt01 {
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#asset .sec02 .list .txt01 .red {
  font-size: 28rem;
  color: #CE1919;
}

#asset .sec02 .list .txt02 {
  font-size: 14rem;
  line-height: 2;
}

#asset .sec02 .list .txt02 .red {
  font-size: 20rem;
  color: #CE1919;
}

#asset .sec02 .list .mini {
  text-align: right;
  font-size: 11rem;
  line-height: 1.6;
  margin-top: 10rem;
}

#asset .sec02 .list .mini a {
  color: #595757;
  text-decoration: underline;
}

#asset .sec03 {
  background: #F4F4F4;
  padding-bottom: 100rem;
}

#asset .sec03 .img-tit {
  text-align: left;
  font-size: 15rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 70rem auto 50rem;
}

#asset .sec03 .image {
  max-width: 700px;
  margin: 0 auto 30rem;
}

#asset .sec03 .mini {
  font-size: 11rem;
  line-height: 1.6;
}

/*----------------
position
----------------*/
#position .page-content {
  background: #F4F4F4;
  padding: 60rem 0 0;
}

#position .page-content h3 {
  font-weight: normal;
}

#position .page-content .page-titles .page-title {
  width: 211rem;
  margin: 0 auto;
  padding-bottom: 15rem;
}

#position .intro {
  text-align: center;
  margin-bottom: 100rem;
}

#position .intro .txt {
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#position .sections {
  text-align: center;
}

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

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

#position .sections .txt {
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#position .sections .lead {
  margin-bottom: 50rem;
}

#position .sec01 {
  padding-bottom: 100rem;
}

#position .sec01 .img01, #position .sec01 .img02 {
  max-width: 1000px;
  margin: 0 auto 100rem;
}

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

#position .sec01 .list li {
  width: 51%;
}

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

#position .sec01 .caps {
  text-align: right;
  font-size: 11rem;
  line-height: 1.6;
  margin-top: 10rem;
}

#position .sec01 .caps a {
  color: #595757;
  text-decoration: underline;
}

#position .sec02 {
  background: #fff;
  padding: 100rem 0;
}

#position .sec02 .img01 {
  max-width: 1000px;
  margin: 0 auto 60rem;
}

#position .sec02 .sample {
  position: absolute;
  width: 50%;
  max-width: 406px;
  bottom: -20rem;
  right: 0;
}

#position .sec02 .slider .slick-slide {
  margin: 0 5px;
}

#position .sec02 .slider .slick-slide img {
  width: 100%;
  height: auto;
}

#position .sec02 .slider .slick-dots li button:before {
  content: "";
  border: 1px solid;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#position .sec02 .slider .slick-dots li.slick-active button:before {
  background: #484958;
}

#position .sec02 .slider .name {
  font-size: 18rem;
  margin: 20rem auto 10rem;
}

#position .sec02 .slider .min {
  font-size: 14rem;
}

#position .sec02 .bg {
  max-width: 1000px;
  background: #F4EFEA;
  margin: 100rem auto 0;
  padding: 14px;
  box-sizing: border-box;
}

#position .sec02 .bg .box {
  border: 1px solid #7F4F21;
  padding: 40rem;
  box-sizing: border-box;
}

#position .sec02 .bg .box .big-tit {
  font-size: 22rem;
  line-height: 1.5;
  margin-bottom: 20rem;
}

#position .sec02 .bg .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#position .sec02 .bg .list li {
  text-align: left;
  width: 43%;
}

#position .sec02 .bg .list li:last-child {
  width: 55%;
}

#position .sec02 .bg .slider01 {
  text-align: center;
}

#position .sec02 .bg .slider01 .slick-dots {
  bottom: -30rem;
}

#position .sec02 .bg .slider01 .slick-dots li button:before {
  content: "";
  border: 1px solid;
  width: 10px;
  height: 10px;
  opacity: 1;
}

#position .sec02 .bg .slider01 .slick-dots li.slick-active button:before {
  background: #484958;
}

#position .sec02 .bg .slider01 .slick-dots li {
  width: auto;
}

#position .sec02 .bg .slider01 .name {
  font-size: 16rem;
  margin: 10rem auto;
}

#position .sec02 .bg .slider01 .min {
  font-size: 11rem;
}

#position .sec03 {
  background: #FAF9F2;
  padding: 100rem 0;
}

#position .sec03 .img01 {
  max-width: 1000px;
  margin: auto;
}

#position .sec03 .img01 .caption {
  bottom: 10%;
}

/*----------------
outline
----------------*/
#outline main {
  position: relative;
}

#outline main.titleNoImage {
  padding-top: 150px;
}

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

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

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

#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: #8593A1;
}

#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 .page-titles .page-title {
    width: 128rem;
    padding-bottom: 10rem;
  }
  #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;
  }
}

/* ========================================================
 brand
======================================================== */
#brand.lower {
  background: #fff;
}

#brand .mv {
  height: auto;
}

#brand .mv .image {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#brand .mv .bg {
  position: absolute;
  top: 0;
  z-index: -1;
}

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

#brand .page-content .page-titles .page-title {
  width: 140px;
}

#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 {
  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;
  margin-bottom: 200px;
}

#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 .img01 .caption {
  color: #404040;
}

#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;
  }
}

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

#entry .main-visual.no-mv {
  padding-top: 150px;
}

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

#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: 110rem 0;
  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 .main-visual.no-mv {
    padding-top: 80px;
  }
  #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: 75rem 0;
  }
  #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%;
  }
}

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

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

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

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

#quality .intro .txt {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 30px;
}

#quality .intro .lead {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 80px;
}

#quality .sec01 {
  background: rgba(238, 240, 240, 0.7);
  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 .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 li:last-child {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#quality .sec01 .list03 li:last-child .image {
  width: 23%;
}

#quality .sec01 .list03 li:last-child .text {
  width: 75%;
}

#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;
}

/*----------------
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: 621rem;
}

#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;
  color: #8DA688;
}

#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: #8da688;
}

#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: #8DA688;
}

#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;
  color: #5d6970;
}

#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: 15rem;
  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;
}

/*=======================================================
 sp style
=======================================================*/
@media (max-width: 768px) {
  #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: 60rem;
  }
  #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;
  }
  #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: 0;
  }
  #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 {
    padding-top: 60rem;
  }
  #zeh section.merits > section:before {
    top: -25rem;
    height: 50rem;
  }
  #zeh section.merits > section > hgroup {
    padding-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: 70rem;
  }
  #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 .detail-area {
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
    gap: 20rem 0;
    padding: 30rem;
  }
  #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: 60rem;
  }
  #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-bottom: 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: 700px !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%;
  }
}

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

#limited .page-content .page-titles {
  padding-bottom: 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: #EFF2F2;
  color: #454D67;
}

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

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

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

#limited.plans .sections .wrap {
  position: relative;
}

#limited.plans .sections .image {
  position: relative;
}

#limited.plans .sections .tit {
  position: absolute;
  max-width: 43rem;
  top: -70px;
}

#limited.plans .sections .inners {
  max-width: 1000px;
  margin: auto;
}

#limited.plans .sections .txt {
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#limited.plans .sec02 {
  background: #EFF2F2;
  padding: 50rem 0 10rem;
}

#limited.plans .sec02 .tit {
  position: absolute;
  max-width: 43rem;
  top: -70px;
}

#limited.plans .sec02 .lead {
  margin-bottom: 140rem;
}

#limited.plans .sec02 .inners {
  max-width: 1100px;
  margin: auto;
}

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

#limited.plans .sec02 .type-tabs li {
  width: 48%;
}

#limited.plans .sec02 .type-tabs .button {
  display: block;
  color: #484958;
  background-color: #E5E6E8;
  font-size: 16rem;
  letter-spacing: .2em;
  padding: 10rem 0;
}

#limited.plans .sec02 .type-tabs .button.current {
  pointer-events: none;
  color: #fff;
  background-color: #BEA991;
}

#limited.plans .sec02 .type-tabs .button:hover {
  opacity: 1;
  color: #fff;
  background-color: #BEA991;
  transition: .3s;
}

#limited.plans .sec02 .plans {
  margin-bottom: 80rem;
}

#limited.plans .sec02 .plans .more {
  background: #fff;
  width: 86%;
  margin: auto;
  padding: 12rem 10rem;
  box-sizing: border-box;
}

#limited.plans .sec02 .plans .more a {
  text-align: left;
  display: block;
  position: relative;
  font-size: 14rem;
  padding-bottom: 8rem;
  color: #BEA991;
}

#limited.plans .sec02 .plans .more a::after, #limited.plans .sec02 .plans .more a::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #BEA991;
  bottom: 0;
}

#limited.plans .sec02 .plans .more a::before {
  width: 100%;
  height: 1px;
  left: 0;
}

#limited.plans .sec02 .plans .more a::after {
  width: 1px;
  height: 10rem;
  right: 2rem;
  bottom: -1rem;
  transform: rotate(-45deg);
}

#limited.plans .sec02 .oneldk, #limited.plans .sec02 .twoldk, #limited.plans .sec02 .threeldk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100rem;
}

#limited.plans .sec02 .oneldk .list, #limited.plans .sec02 .twoldk .list, #limited.plans .sec02 .threeldk .list {
  display: flex;
  justify-content: space-between;
  max-width: 540rem;
  color: #fff;
  margin: 0 auto 80rem;
}

#limited.plans .sec02 .oneldk .list li, #limited.plans .sec02 .twoldk .list li, #limited.plans .sec02 .threeldk .list li {
  width: 44%;
}

#limited.plans .sec02 .oneldk .list li:last-child, #limited.plans .sec02 .twoldk .list li:last-child, #limited.plans .sec02 .threeldk .list li:last-child {
  width: 56%;
}

#limited.plans .sec02 .oneldk .list li:first-child, #limited.plans .sec02 .twoldk .list li:first-child, #limited.plans .sec02 .threeldk .list li:first-child {
  position: relative;
  background: linear-gradient(40deg, #BEA991, #9F8567);
}

#limited.plans .sec02 .oneldk .list .type, #limited.plans .sec02 .twoldk .list .type, #limited.plans .sec02 .threeldk .list .type {
  font-size: 22rem;
  margin-bottom: 6rem;
  margin-top: 50rem;
}

#limited.plans .sec02 .oneldk .list .type span, #limited.plans .sec02 .twoldk .list .type span, #limited.plans .sec02 .threeldk .list .type span {
  font-size: 55rem;
}

#limited.plans .sec02 .oneldk .list .spec, #limited.plans .sec02 .twoldk .list .spec, #limited.plans .sec02 .threeldk .list .spec {
  font-size: 20rem;
  margin-bottom: 12rem;
}

#limited.plans .sec02 .oneldk .list .spec span, #limited.plans .sec02 .twoldk .list .spec span, #limited.plans .sec02 .threeldk .list .spec span {
  font-size: 30rem;
}

#limited.plans .sec02 .oneldk .list .width, #limited.plans .sec02 .twoldk .list .width, #limited.plans .sec02 .threeldk .list .width {
  font-size: 14rem;
}

#limited.plans .sec02 .oneldk .list .width span, #limited.plans .sec02 .twoldk .list .width span, #limited.plans .sec02 .threeldk .list .width span {
  font-size: 24rem;
}

#limited.plans .sec02 .oneldk .list .more, #limited.plans .sec02 .twoldk .list .more, #limited.plans .sec02 .threeldk .list .more {
  position: absolute;
  bottom: 30rem;
  left: 0;
  right: 0;
}

#limited.plans .sec02 .twoldk .list {
  margin: 0 0 80rem;
}

#limited.plans .sec02 .limited {
  max-width: 730rem;
  margin: auto;
}

#limited.plans .sec02 .limited .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  margin-bottom: 80rem;
}

#limited.plans .sec02 .limited .list li {
  width: 31%;
  margin-bottom: 50rem;
  position: relative;
  background: linear-gradient(40deg, #BEA991, #9F8567);
  margin-right: 2%;
}

#limited.plans .sec02 .limited .list .text {
  font-size: 33rem;
  margin: 50rem auto 10rem;
}

#limited.plans .sec02 .limited .list .mini {
  width: auto;
  margin: auto;
  font-size: 11rem;
  line-height: 1.6;
}

#limited.plans .sec02 .limited .list .type {
  font-size: 14rem;
  margin-bottom: 6rem;
  margin-top: 30rem;
}

#limited.plans .sec02 .limited .list .type span {
  font-size: 30rem;
}

#limited.plans .sec02 .limited .list .spec {
  font-size: 20rem;
  margin-bottom: 12rem;
}

#limited.plans .sec02 .limited .list .spec span {
  font-size: 30rem;
}

#limited.plans .sec02 .limited .list .width {
  font-size: 14rem;
  margin-bottom: 80rem;
}

#limited.plans .sec02 .limited .list .width span {
  font-size: 24rem;
}

@media screen and (max-width: 768px) {
  #limited.plans .wrap {
    width: 84%;
  }
  #limited.plans main {
    padding-bottom: 10rem;
  }
  #limited.plans .main-header {
    padding-bottom: 61rem;
  }
  #limited.plans .page-content .page-titles .page-title {
    width: 216px;
  }
  #limited.plans .sections {
    text-align: left;
  }
  #limited.plans .sections .tit {
    position: absolute;
    max-width: 16rem;
    top: 0;
  }
  #limited.plans .sections .txt {
    margin-bottom: 30rem;
  }
  #limited.plans .sections .txt.left {
    margin-left: 40rem;
  }
  #limited.plans .sections .lead br {
    display: none;
  }
  #limited.plans .sections .lead.left {
    margin-left: 40rem;
  }
  #limited.plans .sec02 {
    padding: 60rem 0 10rem;
  }
  #limited.plans .sec02 .tit {
    position: absolute;
    max-width: 16rem;
    top: 0;
  }
  #limited.plans .sec02 .lead {
    margin-bottom: 40rem;
  }
  #limited.plans .sec02 .type-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30rem;
  }
  #limited.plans .sec02 .type-tabs li {
    text-align: center;
    width: 48%;
    margin-bottom: 10rem;
  }
  #limited.plans .sec02 .plans {
    margin-bottom: 0;
  }
  #limited.plans .sec02 .plans .more {
    display: none;
  }
  #limited.plans .sec02 .plans .more01 {
    background: linear-gradient(40deg, #BEA991, #9F8567);
    width: 100%;
    margin: auto;
    padding: 20rem 18rem;
    box-sizing: border-box;
  }
  #limited.plans .sec02 .plans .more01 a {
    text-align: left;
    display: block;
    position: relative;
    font-size: 14rem;
    padding-bottom: 8rem;
    color: #fff;
    width: 76%;
    margin: auto;
  }
  #limited.plans .sec02 .plans .more01 a::after, #limited.plans .sec02 .plans .more01 a::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    bottom: 0;
  }
  #limited.plans .sec02 .plans .more01 a::before {
    width: 100%;
    height: 1px;
    left: 0;
  }
  #limited.plans .sec02 .plans .more01 a::after {
    width: 1px;
    height: 10rem;
    right: 2rem;
    bottom: -1rem;
    transform: rotate(-45deg);
  }
  #limited.plans .sec02 .oneldk .list, #limited.plans .sec02 .twoldk .list, #limited.plans .sec02 .threeldk .list {
    display: block;
    margin-bottom: 60rem;
  }
  #limited.plans .sec02 .oneldk .list li, #limited.plans .sec02 .twoldk .list li, #limited.plans .sec02 .threeldk .list li {
    text-align: center;
    width: 90%;
    margin: auto;
  }
  #limited.plans .sec02 .oneldk .list li:last-child, #limited.plans .sec02 .twoldk .list li:last-child, #limited.plans .sec02 .threeldk .list li:last-child {
    width: 90%;
  }
  #limited.plans .sec02 .oneldk .list li:first-child, #limited.plans .sec02 .twoldk .list li:first-child, #limited.plans .sec02 .threeldk .list li:first-child {
    padding: 20rem 0;
  }
  #limited.plans .sec02 .oneldk .list .type, #limited.plans .sec02 .twoldk .list .type, #limited.plans .sec02 .threeldk .list .type {
    margin-top: 0;
  }
  #limited.plans .sec02 .limited .list {
    text-align: center;
    flex-wrap: nowrap;
    margin-bottom: 0;
    width: 350vw;
  }
  #limited.plans .sec02 .limited .list li {
    width: 95vw;
    margin-bottom: 0;
    margin-right: 5vw;
  }
  #limited.plans .sec02 .limited .list .width {
    margin-bottom: 60rem;
  }
  #limited.plans .sec02 .limited .plan-lists-wrap {
    overflow: auto;
  }
  #limited.plans .sec02 .limited .num {
    padding-top: 20rem;
    text-align: center;
    font-size: 20rem;
  }
}

/*=======================================================
 voice
=======================================================*/
/*=======================================================
 animations
=======================================================*/
@keyframes fade-in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes fade-only {
  100% {
    opacity: 1;
  }
}

@keyframes right100 {
  100% {
    right: 100%;
  }
}

@keyframes left100 {
  100% {
    left: 100%;
  }
}

#voice {
  background-color: #FFFFFF;
}

#voice main {
  padding-bottom: 60rem;
  z-index: 1;
  background-color: #FFFFFF;
}

#voice .main-visual {
  margin-bottom: 0rem;
  height: 51.25vw;
}

#voice .main-visual h2 {
  position: absolute;
  bottom: 40rem;
  left: 112rem;
  z-index: 1;
  transform: translateY(50rem);
  opacity: 0;
  animation: fade-in 1s ease .5s forwards;
}

#voice .main-visual .catch {
  position: absolute;
  top: 50%;
  left: 297rem;
  line-height: 32rem;
  font-size: 24rem;
  color: #fff;
  opacity: 0;
  z-index: 1;
  transform: translateY(-50%);
  animation: fade-only 1s ease .5s forwards;
}

#voice .main-visual .image {
  position: relative;
}

#voice .main-visual .image:before, #voice .main-visual .image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
}

#voice .main-visual .image:before {
  right: 30%;
  left: 0;
  animation: right100 1s ease .5s forwards;
}

#voice .main-visual .image:after {
  right: 0;
  left: 30%;
  animation: left100 1s ease .5s forwards;
}

#voice .main-visual .image img {
  opacity: 0;
  animation: fade-only 1s ease .5s forwards;
}

#voice .main-visual .image .caption {
  opacity: 0;
  animation: fade-only 1s ease 1s forwards;
}

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

#voice section.page-content .page-titles .page-title {
  width: 260px;
}

#voice section.intro {
  padding: 0 0 165rem;
  text-align: center;
}

#voice section.intro .title {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 30rem;
  font-weight: normal;
}

#voice section.intro .text {
  font-size: 15rem;
  line-height: 2.2;
}

#voice section.voices {
  text-align: center;
}

#voice section.voices .voice-title {
  font-size: 20rem;
  font-weight: normal;
  padding-bottom: 50rem;
}

#voice section.voices .voice-title .en {
  font-size: 160%;
  letter-spacing: 0;
}

#voice section.voices .topics {
  background-color: #8593a1;
  background-size: cover;
  position: relative;
  padding: 120rem 0 125rem;
}

#voice section.voices .topics .mark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 164rem;
}

#voice section.voices .topics .txt {
  position: relative;
  z-index: 2;
  font-size: 24rem;
  line-height: 1.3;
  color: #fff;
}

#voice section.voices .answers {
  padding: 55rem 0;
  position: relative;
  background-color: rgba(230, 230, 230, 0.5);
}

#voice section.voices .answers.answer02 {
  background-color: rgba(159, 136, 84, 0.1);
  background-color: #fff;
}

#voice section.voices .answers .mark {
  margin: 0 auto;
  padding-bottom: 40rem;
  width: 108rem;
}

#voice section.voices .answers .text {
  font-size: 15rem;
  line-height: 2.2;
  padding-bottom: 32rem;
}

#voice section.voices .answers .user {
  font-size: 15rem;
  line-height: 1.6;
}

#voice section.voices .caption {
  background-color: transparent;
  color: #1B2838;
}

#voice section.voices .images {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 200rem;
  width: 20%;
}

#voice section.voices .images.left {
  left: 0;
  margin-left: 100rem;
}

#voice section.voices .images.right {
  margin-left: 250rem;
}

#voice section.voices .images.right .caption.right {
  right: -32%;
}

#voice section.voice02 .topics {
  background: #bea991;
}

#voice section.voice02 .answers {
  padding: 55rem 0;
  position: relative;
  background-color: rgba(159, 136, 84, 0.1);
}

#voice section.voice02 .answers.answer02 {
  background-color: #fff;
}

#voice section.voice01 {
  padding-bottom: 85rem;
}

#voice section.voice01 .voice-list01 .images {
  width: 268rem;
}

#voice section.voice01 .voice-list02 .images {
  width: 268rem;
}

#voice section.voice01 .voice-list03 .images {
  width: 268rem;
}

#voice section.voice02 .voice-list01 .images {
  width: 268rem;
}

#voice section.voice02 .voice-list02 .images {
  width: 268rem;
}

#voice section.voice02 .voice-list03 .images {
  width: 268rem;
}

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

#voice .fixed-banner {
  position: fixed;
  max-width: 200px;
  width: 46%;
  top: 40%;
  right: 10px;
  z-index: 10000;
  transition: .5s;
  opacity: 0;
  transform: translateY(20px);
}

#voice .fixed-banner.show {
  opacity: 1;
  transform: translateY(0);
}

#voice .fixed-banner .close {
  position: absolute;
  display: block;
  right: 0;
  top: 0px;
  width: 25px;
}

/*=======================================================
 sp style
=======================================================*/
@media (max-width: 768px) {
  #voice .main-visual {
    margin-bottom: 0rem;
    height: 100vw;
  }
  #voice .main-visual h2 {
    bottom: 20rem;
    left: 20rem;
    transform: translateY(30rem);
  }
  #voice .main-visual h2 img {
    height: 50rem;
  }
  #voice .main-visual .catch {
    top: 20rem;
    left: 20rem;
    line-height: 1.4;
    font-size: 18rem;
    transform: none;
  }
  #voice .main-visual .image {
    height: 100vw;
  }
  #voice .main-visual .image img {
    object-fit: cover;
    object-position: 65% center;
    height: 100%;
  }
  #voice section.page-content {
    padding: 45rem 0 0;
  }
  #voice section.intro {
    padding: 0 0 65rem;
  }
  #voice section.intro .title {
    font-size: 20px;
    padding-bottom: 22rem;
  }
  #voice section.intro .text {
    font-size: 15px;
    text-align: left;
  }
  #voice section.intro .text br {
    display: none;
  }
  #voice section.voices {
    width: 100%;
  }
  #voice section.voices .voice-title {
    font-size: 15rem;
    padding-bottom: 26rem;
  }
  #voice section.voices .topics {
    position: relative;
    padding: 60rem 0 65rem;
  }
  #voice section.voices .topics .mark {
    width: 104rem;
  }
  #voice section.voices .topics .txt {
    font-size: 19rem;
  }
  #voice section.voices .answers {
    padding: 35rem 5%;
  }
  #voice section.voices .answers .mark {
    padding-bottom: 20rem;
    width: 88rem;
  }
  #voice section.voices .answers .text {
    font-size: 13rem;
    padding-bottom: 16rem;
    text-align: left;
  }
  #voice section.voices .answers .text.right {
    margin-left: 30%;
  }
  #voice section.voices .answers .user {
    font-size: 10rem;
    line-height: 1.6;
    text-align: left;
  }
  #voice section.voices .answers .user.right {
    margin-left: 40%;
  }
  #voice section.voices .caption {
    right: auto;
    left: -50rem;
  }
  #voice section.voices .images {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0rem;
    margin-left: 0rem;
    width: 152rem !important;
  }
  #voice section.voices .images.left {
    margin-left: 0;
    padding-bottom: 20px;
  }
  #voice section.voices .images.left .caption {
    left: 0;
  }
  #voice section.voices .images.right .caption.right {
    right: auto;
    left: -75rem;
  }
  #voice section.voice02 .topics {
    background: #B1989F;
  }
  #voice section.voice01 {
    padding-bottom: 65rem;
  }
  #voice .fixed-banner {
    top: 60%;
  }
}

/*----------------
location
----------------*/
#location .page-content {
  padding: 60rem 0 0;
}

#location .page-content h3 {
  font-weight: normal;
}

#location .page-content .page-titles .page-title {
  width: 233rem;
  margin: 0 auto;
  padding-bottom: 15rem;
}

#location .float-link-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10002;
  background: #fff;
}

#location .float-link-wrap .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 17px;
  background: #fff;
}

#location .float-link-wrap .close:before,
#location .float-link-wrap .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #BEA991;
  transform: translate(-50%, -50%) rotate(45deg);
}

#location .float-link-wrap .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#location .float-link-wrap .float-links {
  width: 150px;
  margin: auto;
}

#location .float-link-wrap .float-links li {
  text-align: center;
  margin-bottom: 2px;
}

#location .float-link-wrap .float-links li:last-child {
  margin-bottom: 0;
}

#location .float-link-wrap span {
  background: #E5E6E8;
  color: #484958;
  padding: 17px 0;
  display: block;
  font-size: 12px;
  cursor: pointer;
  transition: background .3s;
}

#location .float-link-wrap span:hover {
  background: #BEA991;
  color: #fff;
}

#location .float-link-wrap .float-links span.current {
  opacity: 1;
  background: #BEA991;
  color: #fff;
}

#location .intro {
  margin-bottom: 200px;
}

#location .intro .image {
  position: relative;
}

#location .intro .txt {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 50px;
}

#location .intro .lead {
  font-size: 14px;
  line-height: 2;
}

#location .intro .list {
  max-width: 920px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#location .intro .list li {
  width: 42%;
}

#location .intro .list .caption {
  bottom: 3%;
}

#location .sections {
  text-align: center;
}

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

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

#location .sections .img00 {
  margin-bottom: 100rem;
}

#location .sections .tit {
  position: absolute;
  max-width: 43rem;
  left: 10%;
}

#location .sections .txt {
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#location .sections .lead {
  font-size: 14px;
  line-height: 2;
}

#location .sections .list02 {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

#location .sections .list02 li {
  text-align: center;
  width: 24%;
}

#location .sections .list02 .name {
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0 10px;
}

#location .sections .list02 .min {
  font-size: 14px;
}

#location .sections .li-sp {
  display: none;
}

#location .shopping {
  background: #FCFBF5;
  padding-bottom: 100px;
}

#location .shopping .list01 {
  width: 80%;
  margin: 0 0 100px auto;
  display: flex;
  justify-content: space-between;
}

#location .shopping .list01 li {
  text-align: left;
  width: 34%;
}

#location .shopping .list01 li:first-child {
  margin-top: 6%;
}

#location .shopping .list01 li:last-child {
  width: 62%;
}

#location .shopping .list01 .name {
  font-size: 18px;
  margin: 20px 0 10px;
}

#location .shopping .list01 .min {
  font-size: 14px;
}

#location .gourmet {
  background: url(../images/location/gourmet-bg.jpg);
  background-size: cover;
  padding: 100px 0;
}

#location .gourmet .list01 {
  width: 80%;
  margin: 0 0 100px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#location .gourmet .list01 li {
  text-align: left;
  width: 32%;
}

#location .gourmet .list01 .name {
  text-align: center;
  font-size: 18px;
  margin: 20px 0 10px;
}

#location .gourmet .list01 .min {
  text-align: center;
  font-size: 14px;
}

#location .bike {
  background: #EFF2F2;
  padding-bottom: 100px;
}

#location .bike .img01 {
  max-width: 812px;
  margin: 50px auto;
}

#location .bike .list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#location .bike .list li {
  text-align: left;
  width: 32%;
}

#location .bike .list .name {
  font-size: 14px;
  color: #FF91A2;
  margin: 20px 0 10px;
}

#location .bike .list .name.blue {
  color: #93A1C4;
}

#location .bike .list .name.green {
  color: #73D8CD;
}

#location .bike .list .copy {
  font-size: 16px;
  margin-bottom: 20px;
}

#location .bike .list .info {
  font-size: 14px;
  line-height: 2;
}

#location .area {
  margin-bottom: 100px;
}

#location .area .wrap01 {
  max-width: 1000px;
  margin: auto;
}

#location .area .list {
  width: 88%;
  margin: 0 0 100px auto;
  display: flex;
  justify-content: space-between;
}

#location .area .list li {
  text-align: left;
  width: 40%;
}

#location .area .list li:first-child {
  margin-top: 10%;
}

#location .area .list li:last-child {
  width: 54%;
}

#location .area .list01 {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 100px;
}

#location .area .list01 li {
  width: 58%;
}

#location .area .list01 li:nth-child(2) {
  width: 41%;
}

#location .area .list01 .name {
  font-size: 18px;
  margin: 20px auto 10px;
}

#location .area .list01 .min {
  font-size: 14px;
}

#location .area .list01 .img04 {
  margin-top: 20px;
}

#location .area .topics {
  max-width: 1200px;
  margin: auto;
  background: #F7F4EF;
  padding: 80px 0;
}

#location .area .topics .en {
  font-size: 16px;
  color: #484958;
  margin-bottom: 10px;
}

#location .area .topics .list03 {
  width: 84%;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

#location .area .topics .list03 li {
  text-align: left;
  width: 32%;
}

#location .area .topics .list03 .copy {
  font-size: 16px;
  margin: 20px auto;
  line-height: 1.6;
}

#location .area .topics .list03 .info {
  font-size: 14px;
  line-height: 2;
}

#location .park {
  background: #FFFAFA;
  padding-bottom: 100px;
}

#location .park .img01 {
  max-width: 830px;
  margin: 100px auto;
}

#location .park .list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#location .park .list li {
  width: 26%;
}

#location .park .list li:first-child {
  width: 44%;
}

#location .park .list .images.top {
  margin-top: 17%;
}

#location .park .list .name {
  font-size: 16px;
  margin: 20px auto 10px;
}

#location .park .list .min {
  font-size: 14px;
}

#location .public {
  background: #FFFAFA;
  padding-bottom: 200px;
}

#location .public .list {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto 100px;
  display: flex;
  justify-content: space-around;
}

#location .public .list li {
  width: 24%;
}

#location .public .list .name {
  font-size: 16px;
  margin: 20px auto 10px;
}

#location .public .list .min {
  font-size: 14px;
}

#location .life-info {
  text-align: center;
  padding: 100px 0 0;
}

#location .life-info .wrap {
  max-width: 1000px;
}

#location .life-info .tit {
  font-size: 22px;
  margin: 0 auto 50px;
}

#location .life-info .tabs {
  text-align: center;
  font-size: 0;
  margin-bottom: 25px;
  position: relative;
  z-index: 10001;
  margin: 0 auto 10px;
  background: #fff;
}

#location .life-info .tabs li {
  display: inline-block;
  width: 14%;
  padding: 0 1px;
  box-sizing: border-box;
}

#location .life-info .tabs a {
  display: block;
  background: #E5E6E8;
  color: #484958;
  font-size: 14px;
  padding: 15px 0;
}

#location .life-info .tabs a.current {
  background: #BEA991;
  color: #fff;
}

#location .life-info .tabs a:hover {
  opacity: 1;
}

#location .life-info .maps {
  position: relative;
  margin: 10px 0 25px;
}

#location .life-info .googlemap {
  height: 580px;
  margin-right: 350px;
  background: #fff;
}

#location .life-info .list-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  min-height: 580px;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  padding: 9px 10px;
  border-left: 1px solid #eee;
}

#location .life-info .list-wrapper ol {
  counter-reset: lis;
  display: none;
}

#location .life-info .list-wrapper ol.current {
  display: block;
}

#location .life-info .list-wrapper li {
  padding: 9px 10px 9px 40px;
  list-style: none;
  border-bottom: 1px solid #eee;
  font-size: 12.5px;
  line-height: 1.2;
  position: relative;
  color: #484958;
}

#location .life-info .list-wrapper li:after {
  counter-increment: lis;
  content: counter(lis);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 15px;
  background: #BEA991;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  position: absolute;
}

#location .life-info .list-wrapper .minite {
  display: none;
  font-size: 10px;
  padding-top: 4px;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  #location .life-info .tabs {
    padding: 0;
    margin-bottom: 15px;
  }
  #location .life-info .tabs li {
    display: inline-block;
    width: 50%;
    margin-bottom: 2px;
  }
  #location .life-info .tabs a {
    font-size: 11px;
    padding: 13px 10px;
  }
  #location .life-info .googlemap {
    float: none;
    height: 328px;
    margin-right: auto;
  }
  #location .life-info .list-wrapper {
    position: static;
    float: none;
    width: auto;
    height: auto;
    min-height: 0;
    border: none;
  }
  #location .life-info .list-wrapper li {
    padding: 9px 10px 9px 30px;
  }
  #location .life-info .list-wrapper li:after {
    width: 15px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #location .life-info .list-wrapper .minite {
    display: block;
    font-size: 10px;
    padding-top: 4px;
  }
}

/*----------------
plan
----------------*/
#plan .page-content {
  padding: 60rem 0 0;
}

#plan .page-content h3 {
  font-weight: normal;
}

#plan .page-content .page-titles .page-title {
  width: 114rem;
  margin: 0 auto;
  padding-bottom: 15rem;
}

#plan .intro {
  text-align: center;
  margin-bottom: 100rem;
}

#plan .intro .txt {
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#plan .sections {
  text-align: center;
}

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

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

#plan .sections .tit {
  position: absolute;
  max-width: 43rem;
  top: -70px;
}

#plan .sections .inners {
  max-width: 1000px;
  margin: auto;
}

#plan .sections .txt {
  font-size: 22rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#plan .sec01 {
  margin-bottom: 120px;
}

#plan .sec01 .list {
  display: flex;
  justify-content: space-between;
  margin-top: 160rem;
}

#plan .sec01 .list li {
  width: 64%;
  text-align: left;
}

#plan .sec01 .list li:last-child {
  width: 32%;
}

#plan .sec01 .list .name {
  font-size: 15rem;
  margin: 10rem 0;
}

#plan .sec01 .list .name img {
  width: 24rem;
  margin-right: 10rem;
}

#plan .sec01 .list .info {
  font-size: 14rem;
  line-height: 2.2;
  margin-bottom: 20rem;
}

#plan .sec01 .list01 li {
  width: 100%;
}

#plan .sec01 .list01 li:last-child {
  width: 100%;
}

#plan .sec01 .tab-inner {
  display: none;
  border: 1px solid #BEA991;
  padding: 70rem 50rem;
  box-sizing: border-box;
}

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

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

#plan .sec01 .change-buttons li {
  text-align: center;
  width: 32%;
}

#plan .sec01 .change-buttons li:last-child {
  width: 32%;
}

#plan .sec01 .change-buttons .button {
  display: block;
  font-size: 14px;
  background: #E5E6E8;
}

#plan .sec01 .change-buttons .button.current {
  pointer-events: none;
  color: #fff;
  background: #BEA991;
}

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

#plan .sec01 .change-buttons .button:hover {
  opacity: 1;
  color: #fff;
  background: #BEA991;
  transition: .3s;
}

#plan .sec02 {
  background: #EFF2F2;
  padding: 180rem 0 10rem;
}

#plan .sec02 .tit {
  position: absolute;
  max-width: 43rem;
  top: -70px;
}

#plan .sec02 .lead {
  margin-bottom: 140rem;
}

#plan .sec02 .inners {
  max-width: 820px;
  max-width: 1100px;
  margin: auto;
}

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

#plan .sec02 .type-tabs li {
  width: 24%;
}

#plan .sec02 .type-tabs .button {
  display: block;
  color: #484958;
  background-color: #E5E6E8;
  font-size: 16rem;
  letter-spacing: .2em;
  padding: 10rem 0;
}

#plan .sec02 .type-tabs .button.current {
  pointer-events: none;
  color: #fff;
  background-color: #BEA991;
}

#plan .sec02 .type-tabs .button:hover {
  opacity: 1;
  color: #fff;
  background-color: #BEA991;
  transition: .3s;
}

#plan .sec02 .plans {
  margin-bottom: 80rem;
}

#plan .sec02 .plans .more {
  background: #fff;
  width: 86%;
  margin: auto;
  padding: 12rem 10rem;
  box-sizing: border-box;
}

#plan .sec02 .plans .more a {
  text-align: left;
  display: block;
  position: relative;
  font-size: 14rem;
  padding-bottom: 8rem;
  color: #BEA991;
}

#plan .sec02 .plans .more a::after, #plan .sec02 .plans .more a::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #BEA991;
  bottom: 0;
}

#plan .sec02 .plans .more a::before {
  width: 100%;
  height: 1px;
  left: 0;
}

#plan .sec02 .plans .more a::after {
  width: 1px;
  height: 10rem;
  right: 2rem;
  bottom: -1rem;
  transform: rotate(-45deg);
}

#plan .sec02 .oneldk, #plan .sec02 .twoldk, #plan .sec02 .threeldk {
  margin: auto;
}

#plan .sec02 .oneldk .list, #plan .sec02 .twoldk .list, #plan .sec02 .threeldk .list {
  display: flex;
  justify-content: space-between;
  max-width: 540rem;
  color: #fff;
  margin: 0 auto 80rem;
}

#plan .sec02 .oneldk .list li, #plan .sec02 .twoldk .list li, #plan .sec02 .threeldk .list li {
  width: 44%;
}

#plan .sec02 .oneldk .list li:last-child, #plan .sec02 .twoldk .list li:last-child, #plan .sec02 .threeldk .list li:last-child {
  width: 56%;
}

#plan .sec02 .oneldk .list li:first-child, #plan .sec02 .twoldk .list li:first-child, #plan .sec02 .threeldk .list li:first-child {
  position: relative;
  background: linear-gradient(40deg, #BEA991, #9F8567);
}

#plan .sec02 .oneldk .list .type, #plan .sec02 .twoldk .list .type, #plan .sec02 .threeldk .list .type {
  font-size: 22rem;
  margin-bottom: 6rem;
  margin-top: 50rem;
}

#plan .sec02 .oneldk .list .type span, #plan .sec02 .twoldk .list .type span, #plan .sec02 .threeldk .list .type span {
  font-size: 55rem;
}

#plan .sec02 .oneldk .list .spec, #plan .sec02 .twoldk .list .spec, #plan .sec02 .threeldk .list .spec {
  font-size: 20rem;
  margin-bottom: 12rem;
}

#plan .sec02 .oneldk .list .spec span, #plan .sec02 .twoldk .list .spec span, #plan .sec02 .threeldk .list .spec span {
  font-size: 30rem;
}

#plan .sec02 .oneldk .list .width, #plan .sec02 .twoldk .list .width, #plan .sec02 .threeldk .list .width {
  font-size: 14rem;
}

#plan .sec02 .oneldk .list .width span, #plan .sec02 .twoldk .list .width span, #plan .sec02 .threeldk .list .width span {
  font-size: 24rem;
}

#plan .sec02 .oneldk .list .more, #plan .sec02 .twoldk .list .more, #plan .sec02 .threeldk .list .more {
  position: absolute;
  bottom: 30rem;
  left: 0;
  right: 0;
}

#plan .sec02 .threeldk {
  display: flex;
  justify-content: space-between;
}

#plan .sec02 .threeldk .list {
  margin: 0 0 80rem;
}

#plan .sec02 .limited {
  max-width: 730rem;
  margin: auto;
}

#plan .sec02 .limited .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  margin-bottom: 80rem;
}

#plan .sec02 .limited .list li {
  width: 31%;
  margin-bottom: 50rem;
  position: relative;
  background: linear-gradient(40deg, #BEA991, #9F8567);
  margin-right: 2%;
}

#plan .sec02 .limited .list li a {
  color: #fff;
}

#plan .sec02 .limited .list .text {
  font-size: 33rem;
  margin: 50rem auto 10rem;
}

#plan .sec02 .limited .list .mini {
  width: auto;
  margin: auto;
  font-size: 13rem;
  line-height: 1.6;
}

#plan .sec02 .limited .list .type {
  font-size: 14rem;
  margin-bottom: 6rem;
  margin-top: 30rem;
}

#plan .sec02 .limited .list .type span {
  font-size: 30rem;
}

#plan .sec02 .limited .list .spec {
  font-size: 20rem;
  margin-bottom: 12rem;
}

#plan .sec02 .limited .list .spec span {
  font-size: 30rem;
}

#plan .sec02 .limited .list .width {
  font-size: 14rem;
  margin-bottom: 80rem;
}

#plan .sec02 .limited .list .width span {
  font-size: 24rem;
}

/*----------------
plan.detail
----------------*/
#plan.detail .page-content {
  padding: 200rem 0 0;
}

#plan.detail .plan-rooms {
  margin-bottom: 120rem;
}

#plan.detail .plan-rooms .wrap {
  max-width: 1000px;
}

#plan.detail .plan-rooms .texts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20rem;
  border-left: 7rem solid #BEA991;
}

#plan.detail .plan-rooms .texts li {
  width: 70%;
}

#plan.detail .plan-rooms .texts li:last-child {
  width: 20%;
}

#plan.detail .plan-rooms .texts .type {
  font-size: 22rem;
}

#plan.detail .plan-rooms .texts .type span {
  font-size: 50rem;
}

#plan.detail .plan-rooms .texts .spec {
  font-size: 30rem;
  margin-bottom: 10rem;
}

#plan.detail .plan-rooms .texts .spec span {
  font-size: 40rem;
}

#plan.detail .plan-rooms .texts .width {
  font-size: 14rem;
}

#plan.detail .plan-rooms .texts .width .num01 {
  font-size: 30rem;
}

#plan.detail .plan-rooms .texts .width .num02 {
  font-size: 24rem;
}

#plan.detail .plan-rooms .room {
  width: 70%;
  margin: 50rem auto;
}

#plan.detail .plan-rooms .room.a1type {
  max-width: 386px;
}

#plan.detail .plan-rooms .room.b1type {
  max-width: 320px;
}

#plan.detail .plan-rooms .room.ctype {
  max-width: 338px;
}

#plan.detail .plan-rooms .room.dtype {
  max-width: 404px;
}

#plan.detail .plan-rooms .room.etype {
  max-width: 424px;
}

#plan.detail .plan-rooms .room.ftype {
  max-width: 335px;
}

#plan.detail .plan-rooms .room.gtype {
  max-width: 330px;
}

#plan.detail .plan-rooms .room.hrtype {
  max-width: 552px;
}

#plan.detail .plan-rooms .guides {
  max-width: 373rem;
  margin: auto;
}

#plan.detail .plan-rooms .guides .txt {
  font-size: 11rem;
  text-align: left;
  line-height: 1.6;
  margin-top: 10rem;
}

#plan.detail .cards {
  background: #F7F4EF;
  padding: 100rem 0;
}

#plan.detail .cards .wrap {
  max-width: 1100px;
}

#plan.detail .cards .card-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#plan.detail .cards .card-list li {
  text-align: center;
  position: relative;
  width: 32%;
  margin-bottom: 70rem;
  background: #fff;
  border-radius: 20rem;
  padding: 30rem 10rem;
  box-sizing: border-box;
}

#plan.detail .cards .card-list .icon {
  max-width: 130rem;
  position: absolute;
  top: -35rem;
  left: -6rem;
}

#plan.detail .cards .card-list .num {
  display: inline-flex;
  font-size: 22rem;
  color: #BEA991;
  margin-bottom: 10rem;
}

#plan.detail .cards .card-list .num span {
  font-size: 40rem;
}

#plan.detail .cards .card-list .name {
  font-size: 21rem;
  margin-bottom: 20rem;
  line-height: 1.6;
}

#plan.detail .cards .card-list .info {
  font-size: 13rem;
  line-height: 2.2;
  letter-spacing: 0;
}

#plan.detail .cards .card-list .image {
  position: relative;
  margin-top: 20rem;
}

#plan.detail .cards .card-list .image img {
  width: 90%;
  margin: auto;
}

#plan.detail .cards .card-list.list-05 {
  justify-content: flex-start;
}

#plan.detail .cards .card-list.list-05 li {
  margin-right: 2%;
}

#plan.detail .cards .card-list.list-05 li:nth-child(3n) {
  margin-right: auto;
}

#plan.detail .cards .card-list.list-07 {
  justify-content: center;
}

#plan.detail .cards .card-list.list-07 li {
  width: 24%;
  margin-right: 1%;
}

#plan.detail .cards .card-list.list-07 li .icon {
  max-width: 130rem;
  top: -54rem;
}

#plan.detail .cards .card-list.list-07 li li:nth-child(4) {
  margin-right: 0;
}

#plan.detail .cards .card-list.list-07 li li:last-child {
  margin-right: 0;
}

#plan.detail .btn {
  max-width: 400rem;
  margin: 50rem auto;
}

#plan.detail .btn .more {
  background: linear-gradient(40deg, #BEA991, #9F8567);
  width: 80%;
  margin: auto;
  padding: 20rem 16rem;
  box-sizing: border-box;
}

#plan.detail .btn .more a {
  text-align: left;
  display: block;
  position: relative;
  font-size: 14rem;
  padding-bottom: 8rem;
  color: #fff;
}

#plan.detail .btn .more a::after, #plan.detail .btn .more a::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  bottom: 0;
}

#plan.detail .btn .more a::before {
  width: 100%;
  height: 1px;
  left: 0;
}

#plan.detail .btn .more a::after {
  width: 1px;
  height: 10rem;
  right: 2rem;
  bottom: -1rem;
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .lower main {
    padding-top: 60rem;
  }
  .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 .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: 60rem 0 0;
  }
  .lower .page-content .page-titles {
    padding-bottom: 50rem;
  }
  .lower .page-content .page-titles .page-title {
    width: 70rem;
    padding-bottom: 10rem;
  }
  .lower .page-content .page-titles .page-ja {
    font-size: 11rem;
    line-height: 1.6;
  }
  /*----------------
map
----------------*/
  #map .page-content {
    padding-top: 30rem;
  }
  #map .page-content .map-sections .title {
    width: 103rem;
    padding-bottom: 30rem;
    margin-bottom: 10rem;
  }
  #map .page-content .map-sections .title::after {
    height: 20rem;
  }
  #map .page-content .map-sections .links {
    padding-top: 30rem;
    display: block;
  }
  #map .page-content .map-sections .links li {
    width: auto;
    padding-bottom: 20rem;
  }
  /*----------------
access
----------------*/
  #access .page-content .page-titles .page-title {
    width: 122rem;
    padding-bottom: 10rem;
  }
  #access .intro {
    text-align: left;
    margin-bottom: 50rem;
  }
  #access .intro .txt {
    margin-bottom: 30rem;
  }
  #access .sections {
    text-align: left;
  }
  #access .sections .img00 {
    margin-bottom: 50rem;
  }
  #access .sections .tit {
    position: absolute;
    max-width: 16rem;
    top: 0;
  }
  #access .sections .txt {
    margin-bottom: 30rem;
  }
  #access .sections .txt.left {
    margin-left: 40rem;
  }
  #access .sections .lead br {
    display: none;
  }
  #access .sec01 {
    margin-bottom: 100px;
  }
  #access .sec01 .map {
    max-width: 800px;
    margin: 50px auto 20px;
  }
  #access .sec01 .list {
    width: 400vw;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 50px auto 0;
  }
  #access .sec01 .list li {
    width: 97vw;
    margin-right: 3vw;
    margin-bottom: 0;
  }
  #access .sec01 .img07 {
    margin: 0 auto 50px;
  }
  #access .sec01 .map02 {
    margin: 50px auto 0;
  }
  #access .sec01 .name {
    text-align: center;
    font-size: 18rem;
    margin: 10rem auto 20rem;
  }
  #access .sec01 .map01 {
    max-width: 935px;
    margin: 30px auto;
  }
  #access .sec01 .map01 .caption {
    bottom: -14px;
  }
  #access .sec01 .txt-img {
    max-width: 1000px;
    margin: 50rem auto 0;
  }
  #access .sec01 .box {
    margin: 50px auto 0;
    padding: 50rem 5%;
    display: block;
  }
  #access .sec01 .box li {
    width: 100%;
  }
  #access .sec01 .box li:last-child {
    margin-top: 40rem;
  }
  #access .sec01 .box .ranking {
    width: 100%;
  }
  #access .sec01 .swipe-list {
    padding-bottom: 30rem;
  }
  #access .sec02 .img-txt {
    margin: 50px auto 0;
  }
  #access .gmap-form-wrap {
    margin: 50px auto 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    padding: 50px 20px;
    box-sizing: border-box;
  }
  #access .gmap-form-wrap .gmap-form .title {
    margin-bottom: 30px;
  }
  #access .gmap-form-wrap .gmap-form .content .text01 {
    font-size: 16px;
  }
  #access .gmap-form-wrap .gmap-form .content .inputs {
    display: block;
  }
  #access .gmap-form-wrap .gmap-form .content .inputs .sub01 {
    width: 100%;
    background-color: #fff;
    border: 1px solid #8593A1;
    text-align: left;
    font-size: 16rem;
    color: #484958;
    line-height: 1.3;
    box-sizing: border-box;
    position: relative;
    margin-right: 0;
    margin-bottom: 50rem;
  }
  #access .gmap-form-wrap .gmap-form .content .inputs .sub01 span {
    background: #8593A1;
    color: #fff;
    display: inline-block;
    padding: 18rem 20rem;
    box-sizing: border-box;
    margin-right: 20rem;
  }
  #access .gmap-form-wrap .gmap-form .content .inputs .sub01::after {
    content: "";
    position: absolute;
    display: block;
    width: 20rem;
    height: 22rem;
    background: url(../images/access/arrow-sp.svg) no-repeat center;
    background-size: 100% auto;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-left: 0;
  }
  #access .gmap-form-wrap .gmap-form .content .inputs .sub02 {
    width: 100%;
    background-color: #fff;
    border: 1px solid #8593A1;
    text-align: left;
    font-size: 16rem;
    color: #484958;
    line-height: 1.3;
    box-sizing: border-box;
    position: relative;
  }
  #access .gmap-form-wrap .gmap-form .content .inputs .sub02 span {
    text-align: center;
    background: #8593A1;
    color: #fff;
    display: inline-block;
    width: 29%;
    padding: 18rem 10rem;
    box-sizing: border-box;
  }
  #access .gmap-form-wrap .gmap-form .content .inputs .sub02 input {
    appearance: none;
    font-size: 16rem;
    display: inline-block;
    vertical-align: baseline;
    width: 58%;
    padding: 18rem 0 14rem 20rem;
    border: none;
  }
  #access .gmap-form-wrap .gmap-form .content .btn {
    width: 100%;
    max-width: 240px;
    margin: 20px auto 0;
  }
  /*----------------
residence
----------------*/
  #residence .page-content .page-titles .page-title {
    width: 182rem;
    padding-bottom: 10rem;
  }
  #residence .intro {
    text-align: left;
    margin-bottom: 50rem;
  }
  #residence .intro .txt {
    margin-bottom: 30rem;
  }
  #residence .sections {
    text-align: left;
    padding-top: 50rem;
  }
  #residence .sections .tit {
    position: absolute;
    max-width: 16rem;
    top: 0;
  }
  #residence .sections .txt {
    margin-bottom: 30rem;
  }
  #residence .sections .txt.left {
    margin-left: 40rem;
  }
  #residence .sections .lead br {
    display: none;
  }
  #residence .sections .lead.left {
    margin-left: 40rem;
  }
  #residence .sec01 {
    position: inherit;
    background: #D8CEC3;
    padding: 50px 0 0;
  }
  #residence .sec01 .bg {
    position: inherit;
  }
  #residence .sec01 .tit {
    position: inherit;
    max-width: 16rem;
    top: 0;
    left: 0;
  }
  #residence .sec01 .txt {
    margin-bottom: 30rem;
  }
  #residence .sec01 .txt.left {
    margin-left: 40rem;
  }
  #residence .sec01 .lead {
    margin-left: 40rem;
  }
  #residence .sec01 .lead br {
    display: none;
  }
  #residence .sec01 .texts {
    text-align: left;
    width: 94%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
  #residence .sec01 .txt {
    margin-top: 50px;
  }
  #residence .sec01 .image.sp {
    margin-top: 50rem;
  }
  #residence .sec02 {
    margin-bottom: 50rem;
  }
  #residence .sec02 .lead {
    margin-bottom: 50rem;
  }
  #residence .sec02 .img01 {
    width: 96%;
    margin: 0 auto 0 0;
  }
  #residence .sec02 .list {
    display: none;
  }
  #residence .sec02 .img02 {
    width: 70%;
    margin: 30rem 0 0;
  }
  #residence .sec02 .name01 {
    text-align: left;
  }
  #residence .sec02 .img03 {
    width: 60%;
    margin: 30rem 0 0 auto;
  }
  #residence .sec02 .img04 {
    width: 70%;
    margin: 30rem 0 0;
  }
  #residence .sec03 {
    padding: 50rem 0;
  }
  #residence .sec03 ul {
    text-align: center;
    display: block;
  }
  #residence .sec03 ul li {
    max-width: 140px;
    margin: 0 auto 20px;
    width: 100%;
  }
  #residence .sec03 ul li:last-child {
    max-width: inherit;
    width: 100%;
    margin: auto;
  }
  #residence .sec03 ul .office {
    font-size: 14rem;
  }
  #residence .sec03 ul .name {
    font-size: 14rem;
    line-height: 1.6;
    margin-bottom: 30rem;
  }
  #residence .sec03 ul .name span {
    font-size: 22rem;
    margin-left: 10rem;
  }
  #residence .sec03 ul .prof {
    text-align: left;
  }
  #residence .sec03 ul .info {
    text-align: left;
  }
  #residence .sec04 {
    margin-bottom: 50rem;
  }
  #residence .sec04 ul {
    margin: 50px 0 0 auto;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  #residence .sec04 ul li {
    text-align: left;
    width: 100%;
  }
  #residence .sec04 ul li:last-child {
    width: 100%;
    margin-top: 30rem;
  }
  #residence .sec04 ul .txt01 {
    margin-bottom: 30rem;
  }
  #residence .sec05 {
    padding-bottom: 50rem;
  }
  #residence .sec05 .list01 {
    margin: 50rem 0 50px auto;
    display: block;
  }
  #residence .sec05 .list01 li {
    text-align: left;
    width: 100%;
  }
  #residence .sec05 .list01 li:last-child {
    width: 80%;
    margin: auto;
  }
  #residence .sec05 .list01 .txt01 {
    display: none;
  }
  #residence .sec05 .img02 {
    margin: 50rem auto;
  }
  #residence .sec05 .list02 {
    width: 220vw;
  }
  /*----------------
asset
----------------*/
  #asset .page-content .page-titles .page-title {
    width: 213rem;
    padding-bottom: 10rem;
  }
  #asset .intro {
    text-align: left;
    margin-bottom: 50rem;
  }
  #asset .intro .txt {
    margin-bottom: 30rem;
  }
  #asset .sections {
    text-align: left;
    padding-top: 50rem;
  }
  #asset .sections .tit {
    position: absolute;
    max-width: 16rem;
    top: 0;
  }
  #asset .sections .txt {
    margin-bottom: 30rem;
  }
  #asset .sections .txt.left {
    margin-left: 40rem;
  }
  #asset .sections .lead br {
    display: none;
  }
  #asset .sections .lead.left {
    margin-left: 40rem;
  }
  #asset .sec01 {
    background: #F4F4F4;
    padding-bottom: 50rem;
  }
  #asset .sec01 .image {
    max-width: 1000px;
    margin: 50rem auto 0;
  }
  #asset .sec02 {
    padding-bottom: 50rem;
  }
  #asset .sec02 .list {
    display: block;
  }
  #asset .sec02 .list li {
    text-align: left;
    width: 100%;
    margin: auto;
  }
  #asset .sec02 .list li:last-child {
    margin-top: 30rem;
  }
  #asset .sec02 .list .txt01 {
    margin-left: 40rem;
  }
  #asset .sec03 {
    padding-bottom: 50rem;
  }
  #asset .sec03 .img-tit {
    margin: 50rem auto;
    text-indent: -22rem;
    padding-left: 22rem;
  }
  /*----------------
position
----------------*/
  #position .page-content .page-titles .page-title {
    width: 158rem;
    padding-bottom: 10rem;
  }
  #position .intro {
    text-align: left;
    margin-bottom: 50rem;
  }
  #position .intro .txt {
    margin-bottom: 30rem;
  }
  #position .intro .lead br {
    display: none;
  }
  #position .sections {
    text-align: left;
  }
  #position .sections .txt {
    font-size: 22rem;
    line-height: 1.6;
    margin-bottom: 30rem;
  }
  #position .sections .lead {
    margin-bottom: 50rem;
  }
  #position .sections .lead br {
    display: none;
  }
  #position .sec01 {
    padding-bottom: 50rem;
  }
  #position .sec01 .img01, #position .sec01 .img02 {
    max-width: 1000px;
    margin: 0 auto 50rem;
  }
  #position .sec01 .list {
    display: block;
  }
  #position .sec01 .list li {
    width: 100%;
  }
  #position .sec01 .list li:last-child {
    width: 90%;
    margin: 30rem auto 0;
  }
  #position .sec02 {
    padding: 50rem 0;
  }
  #position .sec02 .img01 {
    margin: 0 auto 40rem;
  }
  #position .sec02 .img01 .sample {
    width: 90%;
    right: 5%;
  }
  #position .sec02 .modal-content img {
    width: 600px !important;
  }
  #position .sec02 .slide-list {
    display: flex;
    justify-content: space-between;
    width: 340vw;
  }
  #position .sec02 .slide-list li {
    text-align: center;
    margin-right: 3vw;
  }
  #position .sec02 .slide-list .name {
    font-size: 14rem;
    margin: 10rem auto;
  }
  #position .sec02 .slide-list .min {
    font-size: 11rem;
  }
  #position .sec02 .bg {
    margin: 50rem auto 0;
    padding: 0;
  }
  #position .sec02 .bg .box {
    border: none;
    padding: 50rem 0;
    width: 94%;
    margin: auto;
  }
  #position .sec02 .bg .list {
    display: block;
  }
  #position .sec02 .bg .list li {
    width: 100%;
  }
  #position .sec02 .bg .list li:last-child {
    width: 100%;
  }
  #position .sec02 .bg .slider01 .slick-dots li {
    width: auto;
  }
  #position .sec02 .bg .img09 {
    margin-bottom: 50rem;
  }
  #position .sec03 {
    padding: 50rem 0;
  }
  #position .sec03 .img01 {
    max-width: 1000px;
    margin: auto;
  }
  #position .sec03 .img01 .caption {
    bottom: 10%;
  }
  /* ========================================================
 brand
======================================================== */
  #brand .mv video {
    width: 100vw;
  }
  #brand .page-content .page-titles .page-title {
    width: 102rem;
    padding-bottom: 10rem;
  }
  #brand .intro {
    padding-top: 0;
    margin-bottom: 0;
  }
  #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 {
    margin-bottom: 100px;
  }
  #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;
  }
  /*----------------
quality
----------------*/
  #quality .page-content .page-titles .page-title {
    width: 131rem;
    padding-bottom: 10rem;
  }
  #quality .intro {
    margin-bottom: 60px;
  }
  #quality .intro .txt {
    text-align: left;
  }
  #quality .intro .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #quality .sec01 {
    padding: 60px 0;
  }
  #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 .lead {
    text-align: left;
    line-height: 2;
  }
  #quality .sec01 .caps {
    text-align: left;
    margin-bottom: 40px;
  }
  #quality .sec01 .list03 {
    display: block;
    max-width: inherit;
    width: auto;
    flex-wrap: nowrap;
    gap: .5%;
  }
  #quality .sec01 .list03 li {
    text-align: left;
    width: 100%;
    margin-bottom: 30rem;
  }
  #quality .sec01 .list03 li:last-child {
    width: 100%;
    display: block;
  }
  #quality .sec01 .list03 li:last-child .image, #quality .sec01 .list03 li:last-child .text {
    width: 100%;
  }
  #quality .sec01 .list03 .name {
    font-size: 15px;
  }
  #quality .sec01 .list03 .info {
    font-size: 13px;
  }
  /*----------------
location
----------------*/
  #location .page-content .page-titles .page-title {
    width: 174rem;
    padding-bottom: 10rem;
  }
  #location .float-link-wrap .float-links {
    width: 120px;
    margin: auto;
  }
  #location .float-link-wrap span {
    padding: 12px 0;
    font-size: 11px;
  }
  #location .intro {
    margin-bottom: 50px;
  }
  #location .intro .txt {
    margin-bottom: 30px;
  }
  #location .intro .lead {
    margin-bottom: 50px;
  }
  #location .intro .list {
    display: block;
  }
  #location .intro .list li {
    width: 100%;
  }
  #location .intro .list .caption {
    bottom: 3%;
  }
  #location .sections .img00 {
    margin-bottom: 50rem;
  }
  #location .sections .tit {
    position: absolute;
    max-width: 16rem;
    left: 4%;
  }
  #location .sections .txt {
    text-align: left;
    margin-bottom: 30rem;
  }
  #location .sections .txt.left {
    margin-left: 40rem;
  }
  #location .sections .lead {
    text-align: left;
  }
  #location .sections .lead.left {
    margin-left: 40rem;
  }
  #location .sections .lead br {
    display: none;
  }
  #location .sections .list02 {
    width: 260vw;
    max-width: inherit;
    margin: auto;
  }
  #location .sections .list02 li {
    text-align: center;
    width: 24%;
  }
  #location .sections .list02 .name {
    font-size: 15px;
    line-height: 1.8;
    margin: 20px 0 10px;
  }
  #location .sections .list02 .min {
    font-size: 14px;
  }
  #location .sections .li-sp {
    display: block;
  }
  #location .sections .swipe-img img {
    width: 600px !important;
  }
  #location .shopping {
    padding-bottom: 50px;
  }
  #location .shopping .list01 {
    width: 94%;
    margin: 0 auto 50px;
    display: block;
  }
  #location .shopping .list01 li {
    text-align: left;
    width: 88%;
  }
  #location .shopping .list01 li:first-child {
    margin: 0 0 50px auto;
  }
  #location .shopping .list01 li:last-child {
    display: none;
  }
  #location .shopping .list01 .name {
    text-align: center;
  }
  #location .shopping .list01 .min {
    text-align: center;
  }
  #location .shopping .list02 {
    width: 328vw;
  }
  #location .shopping .list02 li {
    width: 19%;
  }
  #location .gourmet {
    background: url(../images/location/gourmet-bg-sp.jpg);
    background-size: cover;
    padding: 50px 0;
  }
  #location .gourmet .list01 {
    width: 94%;
    margin: 0 auto 50px;
    display: block;
  }
  #location .gourmet .list01 li {
    text-align: left;
    width: 88%;
    margin: 0 0 50px auto;
  }
  #location .gourmet .list01 li:nth-child(2),
  #location .gourmet .list01 li:last-child {
    display: none;
  }
  #location .gourmet .list02 {
    width: 390vw;
  }
  #location .gourmet .list02 li {
    width: 16%;
  }
  #location .bike {
    padding-bottom: 50px;
  }
  #location .bike .img01 {
    max-width: 812px;
    margin: 50px auto 0;
  }
  #location .bike .list {
    max-width: inherit;
    width: 195vw;
  }
  #location .bike .list li {
    text-align: left;
    width: 32%;
  }
  #location .area {
    margin-bottom: 0;
  }
  #location .area .list {
    width: 94%;
    margin: 0 auto 50px;
    display: block;
  }
  #location .area .list li {
    width: 100%;
  }
  #location .area .list li:first-child {
    width: 88%;
    margin: 0 0 50px auto;
  }
  #location .area .list li:last-child {
    width: 100%;
  }
  #location .area .list01 {
    display: flex;
    width: 195vw;
    margin: 50px auto 0;
  }
  #location .area .list01 li {
    width: 32%;
  }
  #location .area .list01 li:nth-child(2) {
    width: 32%;
  }
  #location .area .list01 .img04 {
    margin-top: 0;
  }
  #location .area .topics {
    margin-top: 50px;
    padding: 50px 0;
  }
  #location .area .topics .inner {
    width: 94%;
    margin: auto;
  }
  #location .area .topics .en {
    text-align: left;
  }
  #location .area .topics .list03 {
    width: 195vw;
  }
  #location .area .topics .list03 li {
    text-align: left;
    width: 32%;
  }
  #location .park {
    padding-bottom: 50px;
  }
  #location .park .img01 {
    margin: 50px auto 0;
  }
  #location .park .list {
    display: none;
  }
  #location .park .list-sp {
    max-width: inherit;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0;
    width: 330vw;
  }
  #location .park .list-sp li {
    width: 19%;
  }
  #location .park .list-sp .name {
    font-size: 16px;
    margin: 20px auto 10px;
  }
  #location .park .list-sp .min {
    font-size: 14px;
  }
  #location .public {
    padding-bottom: 50px;
  }
  #location .public .list {
    max-width: inherit;
    margin: 0 auto 0;
    width: 260vw;
    margin-left: 40rem;
  }
  #location .public .list li {
    width: 24%;
  }
  #location .life-info {
    padding: 50px 0 0;
  }
  #location .life-info .tabs {
    padding: 0;
    z-index: 10000;
  }
  #location .life-info .tabs li {
    display: inline-block;
    width: 49%;
    margin-bottom: 2px;
  }
  #location .life-info .bukken {
    margin-bottom: 10px;
  }
  #location .life-info .logo {
    width: 100%;
    text-align: center;
  }
  #location .life-info .annotation {
    text-align: center;
    float: none;
    width: 100%;
  }
  /*----------------
plan
----------------*/
  #plan .page-content .page-titles .page-title {
    width: 84rem;
    padding-bottom: 10rem;
  }
  #plan .intro {
    text-align: left;
    margin-bottom: 50rem;
  }
  #plan .intro .txt {
    margin-bottom: 30rem;
  }
  #plan .sections {
    text-align: left;
  }
  #plan .sections .tit {
    position: absolute;
    max-width: 16rem;
    top: 0;
  }
  #plan .sections .txt {
    margin-bottom: 30rem;
  }
  #plan .sections .txt.left {
    margin-left: 40rem;
  }
  #plan .sections .lead br {
    display: none;
  }
  #plan .sections .lead.left {
    margin-left: 40rem;
  }
  #plan .sec01 {
    margin-bottom: 50px;
  }
  #plan .sec01 .list {
    display: block;
    justify-content: space-between;
    margin-top: 50rem;
  }
  #plan .sec01 .list li {
    width: 100%;
    text-align: left;
  }
  #plan .sec01 .list li:last-child {
    width: 100%;
    margin-top: 40rem;
  }
  #plan .sec01 .list01 {
    display: flex;
    justify-content: space-between;
    width: 206vw;
  }
  #plan .sec01 .list01 li {
    width: 32%;
  }
  #plan .sec01 .list01 li:nth-child(2) .name {
    font-size: 12rem;
  }
  #plan .sec01 .list01 li:last-child {
    width: 32%;
    margin: 0;
  }
  #plan .sec01 .tab-inner {
    padding: 50rem 30rem;
  }
  #plan .sec01 .change-buttons .button {
    text-align: center;
  }
  #plan .sec01 .change-buttons li:last-child {
    margin: 0;
  }
  #plan .sec02 {
    padding: 60rem 0 10rem;
  }
  #plan .sec02 .tit {
    position: absolute;
    max-width: 16rem;
    top: 0;
  }
  #plan .sec02 .lead {
    margin-bottom: 40rem;
  }
  #plan .sec02 .type-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30rem;
  }
  #plan .sec02 .type-tabs li {
    text-align: center;
    width: 48%;
    margin-bottom: 10rem;
  }
  #plan .sec02 .plans {
    margin-bottom: 0;
  }
  #plan .sec02 .plans .more {
    display: none;
  }
  #plan .sec02 .plans .more01 {
    background: linear-gradient(40deg, #BEA991, #9F8567);
    width: 100%;
    margin: auto;
    padding: 20rem 18rem;
    box-sizing: border-box;
  }
  #plan .sec02 .plans .more01 a {
    text-align: left;
    display: block;
    position: relative;
    font-size: 14rem;
    padding-bottom: 8rem;
    color: #fff;
    width: 76%;
    margin: auto;
  }
  #plan .sec02 .plans .more01 a::after, #plan .sec02 .plans .more01 a::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    bottom: 0;
  }
  #plan .sec02 .plans .more01 a::before {
    width: 100%;
    height: 1px;
    left: 0;
  }
  #plan .sec02 .plans .more01 a::after {
    width: 1px;
    height: 10rem;
    right: 2rem;
    bottom: -1rem;
    transform: rotate(-45deg);
  }
  #plan .sec02 .oneldk .list, #plan .sec02 .twoldk .list, #plan .sec02 .threeldk .list {
    display: block;
    margin-bottom: 60rem;
  }
  #plan .sec02 .oneldk .list li, #plan .sec02 .twoldk .list li, #plan .sec02 .threeldk .list li {
    text-align: center;
    width: 90%;
    margin: auto;
  }
  #plan .sec02 .oneldk .list li:last-child, #plan .sec02 .twoldk .list li:last-child, #plan .sec02 .threeldk .list li:last-child {
    width: 90%;
  }
  #plan .sec02 .oneldk .list li:first-child, #plan .sec02 .twoldk .list li:first-child, #plan .sec02 .threeldk .list li:first-child {
    padding: 20rem 0;
  }
  #plan .sec02 .oneldk .list .type, #plan .sec02 .twoldk .list .type, #plan .sec02 .threeldk .list .type {
    margin-top: 0;
  }
  #plan .sec02 .threeldk {
    display: block;
    margin-bottom: 60rem;
  }
  #plan .sec02 .limited .list {
    text-align: center;
    flex-wrap: nowrap;
    margin-bottom: 0;
    width: 350vw;
  }
  #plan .sec02 .limited .list li {
    width: 95vw;
    margin-bottom: 0;
    margin-right: 5vw;
  }
  #plan .sec02 .limited .list .width {
    margin-bottom: 60rem;
  }
  #plan .sec02 .limited .plan-lists-wrap {
    overflow: auto;
  }
  #plan .sec02 .limited .num {
    padding-top: 20rem;
    text-align: center;
    font-size: 20rem;
  }
  /*----------------
plan.detail
----------------*/
  #plan.detail .page-content {
    padding: 60rem 0 0;
  }
  #plan.detail .plan-rooms {
    margin-bottom: 50rem;
  }
  #plan.detail .plan-rooms .texts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 10rem;
    border-left: 4rem solid #BEA991;
  }
  #plan.detail .plan-rooms .texts li {
    width: 74%;
  }
  #plan.detail .plan-rooms .texts li:last-child {
    width: 32%;
  }
  #plan.detail .plan-rooms .texts .type {
    font-size: 14rem;
  }
  #plan.detail .plan-rooms .texts .type span {
    font-size: 30rem;
  }
  #plan.detail .plan-rooms .texts .spec {
    font-size: 14rem;
    margin-bottom: 10rem;
  }
  #plan.detail .plan-rooms .texts .spec span {
    font-size: 22rem;
  }
  #plan.detail .plan-rooms .texts .spec .num {
    font-size: 30rem;
  }
  #plan.detail .plan-rooms .texts .width {
    font-size: 13rem;
    line-height: 1.8;
  }
  #plan.detail .plan-rooms .texts .width .num01 {
    font-size: 24rem;
  }
  #plan.detail .plan-rooms .texts .width .num02 {
    font-size: 14rem;
  }
  #plan.detail .plan-rooms .room {
    width: 80%;
    margin: 50rem auto;
  }
  #plan.detail .plan-rooms .guides {
    max-width: 320rem;
    margin: auto;
  }
  #plan.detail .cards {
    padding: 50rem 0;
  }
  #plan.detail .cards .card-list {
    display: flex;
    flex-wrap: nowrap;
    width: 385vw;
    padding-top: 50rem;
  }
  #plan.detail .cards .card-list.list-05 {
    width: 315vw;
  }
  #plan.detail .cards .card-list.list-05 li {
    margin-right: 1%;
  }
  #plan.detail .cards .card-list.list-05 li:nth-child(3) {
    margin-right: 1%;
  }
  #plan.detail .cards .card-list.list-03 {
    width: 193vw;
  }
  #plan.detail .cards .card-list.list-04 {
    width: 248vw;
  }
  #plan.detail .cards .card-list.list-07 {
    width: 450vw;
  }
  #plan.detail .cards .card-list li {
    width: 97vw;
    margin-right: 3vw;
    margin-bottom: 0;
    padding: 20rem 10rem;
    box-sizing: border-box;
  }
  #plan.detail .cards .card-list .icon {
    max-width: 130rem;
    position: absolute;
    top: -54rem;
    left: -4rem;
  }
  #plan.detail .cards .card-list .num span {
    font-size: 30rem;
  }
  #plan.detail .cards .card-list .name {
    font-size: 19rem;
    line-height: 1.5;
  }
  #plan.detail .cards .card-lists-wrap {
    overflow: auto;
  }
  #plan.detail .cards .num {
    padding-top: 20rem;
    text-align: center;
    font-size: 20rem;
  }
}

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