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

.lower main {
  background-color: #F9F7F5;
}

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

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

@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%;
  }
}

.lower main {
  z-index: 1;
}

.lower .main-visual {
  position: relative;
  margin-bottom: 160rem;
  height: 51.25w;
}

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

.lower .main-visual h2 img {
  width: auto;
  height: 68rem;
}

.lower .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;
}

.lower .main-visual .catch.color01 {
  color: #1B2838;
}

.lower .main-visual .catch.left01 {
  left: 197rem;
}

.lower .main-visual .image {
  position: relative;
}

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

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

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

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

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

.lower .main-visual.no-mv {
  margin-bottom: auto;
  position: inherit;
  padding-top: 250px;
}

.lower .main-visual.no-mv .big-tit {
  text-align: center;
  font-size: 33px;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Lusitana", serif;
}

@media screen and (max-width: 768px) {
  .lower main {
    padding-top: 115rem;
  }
  .lower .page-content {
    padding-top: 45rem;
    padding-bottom: 0rem;
  }
  .lower .main-visual .page-title {
    position: absolute;
    top: -19%;
    left: 5%;
    width: 182rem;
  }
  .lower .main-visual .image {
    height: 220rem;
  }
  .lower .main-visual {
    margin-bottom: 80rem;
    height: 100vw;
  }
  .lower .main-visual h2 {
    bottom: 20rem;
    left: 20rem;
    transform: translateY(30rem);
  }
  .lower .main-visual h2 img {
    height: 50rem;
  }
  .lower .main-visual .catch {
    top: 20rem;
    left: 20rem;
    line-height: 1.4;
    font-size: 18rem;
    transform: none;
  }
  .lower .main-visual .image {
    height: 100vw;
  }
  .lower .main-visual .image img {
    object-fit: cover;
    object-position: 65% center;
    height: 100%;
  }
  .lower .main-visual.no-mv {
    height: 0;
    padding-top: 60px;
    margin-bottom: 0;
  }
}

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

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

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

#map .site-footer,
#map .foot-banner-navi {
  background-color: transparent;
}

#map .page-content {
  max-width: 676rem;
}

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

#map .page-content .title {
  text-align: center;
  padding-bottom: 60rem;
  font-size: 15rem;
}

#map .page-content .links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#map .page-content .links a {
  color: #1B2838;
}

#map .page-content .links li {
  width: 110rem;
  text-align: center;
  font-size: 13rem;
}

#map .page-content .links .icon {
  padding-bottom: 12rem;
}

#map .page-content .links .icon img {
  width: auto;
  height: 27rem;
}

@media screen and (max-width: 768px) {
  #map .page-content {
    max-width: 676rem;
  }
  #map .page-content .map-img {
    margin-bottom: 50rem;
  }
  #map .page-content .links {
    padding-top: 45rem;
    display: block;
  }
  #map .page-content .links li {
    width: 110rem;
    margin: auto;
    font-size: 13rem;
  }
  #map .page-content .links .icon {
    padding-bottom: 12rem;
  }
  #map .page-content .links .icon img {
    width: auto;
    height: 27rem;
  }
}

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

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

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

#position .intro ul {
  max-width: 980px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#position .intro ul li {
  text-align: left;
  width: 47%;
}

#position .intro ul li:last-child {
  width: 48%;
}

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

#position .intro .lead {
  font-size: 15px;
  line-height: 2;
}

#position .sec01 {
  text-align: center;
  color: #fff;
  background: url(../images/position/bg.jpg);
  background-size: cover;
  padding: 80px 0;
}

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

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

#position .sec01 .image {
  max-width: 396px;
  margin: 0 auto 10px;
}

#position .sec01 .mini {
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 30px;
}

#position .sec01 .lead {
  font-size: 15px;
  line-height: 2;
}

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

#position .sec02 .tit-icon {
  max-width: 180px;
  margin: 0 auto 60px;
}

#position .sec02 .list {
  max-width: 1040px;
  margin: auto;
  display: flex;
  align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#position .sec02 .list li {
  width: 40%;
}

#position .sec02 .list li:last-child {
  text-align: left;
  width: 60%;
  padding: 0 5%;
  box-sizing: border-box;
}

#position .sec02 .list .txt {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#position .sec02 .list .lead {
  font-size: 15px;
  line-height: 2;
}

#position .sec02 .list .mini {
  font-size: 10px;
  margin-top: 20px;
}

#position .sec02 .list01 {
  margin-bottom: 18px;
}

#position .sec03 {
  text-align: center;
  background: #EEF0F0;
  padding: 80px 0;
}

#position .sec03 .txt {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
}

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

#position .sec03 .image {
  max-width: 440px;
  margin: auto;
}

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

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

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

#access .intro .image {
  max-width: 450px;
  width: 80%;
  margin: auto;
}

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

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

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

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

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

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

#access .sec01 ul {
  display: flex;
}

#access .sec01 ul li {
  width: 25%;
}

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

#access .sec02 {
  background: #F9F7F5;
  padding: 80px 0;
}

#access .sec02 .tit-icon {
  max-width: 124px;
  margin: 0 auto 30px;
}

#access .sec02 ul {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#access .sec02 ul li {
  width: 50%;
}

#access .sec02 ul li:last-child {
  width: 45%;
}

#access .sec03 {
  padding: 80px 0;
}

#access .sec03 .tit-icon {
  max-width: 224px;
  margin: 0 auto 30px;
}

#access .sec03 .txt {
  margin-bottom: 60px;
}

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

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

#access .sec03 ul li:nth-child(2) .info {
  width: 100%;
}

#access .sec03 ul .info {
  width: 86%;
  margin-top: 10px;
}

#access .sec03 ul .info .num {
  font-size: 36px;
  letter-spacing: .08em;
  color: #942D32;
}

#access .sec03 ul .info .name {
  font-size: 24px;
  letter-spacing: .08em;
}

#access .sec03 .annotation {
  max-width: 768px;
  margin: 20px auto 0;
  font-size: 10px;
  text-align: left;
  line-height: 1.4;
}

#access .sec04 {
  background: #EEF0F0;
  padding: 80px 0;
}

#access .sec04 .tit-icon {
  max-width: 180px;
  margin: 0 auto 30px;
}

#access .sec04 .img01 {
  max-width: 768px;
  margin: 0 auto 40px;
}

#access .sec04 .img02 {
  max-width: 472px;
  margin: auto;
}

/*----------------
merit
----------------*/
#merit .intro {
  text-align: center;
}

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

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

#merit .merits {
  margin-bottom: 55rem;
  box-shadow: 0px 0px 6px #ccc;
  background-color: #fff;
}

#merit .merits .header {
  display: flex;
  background-color: #E1F2F3;
  justify-content: stretch;
  align-items: center;
}

#merit .merits .header .title {
  width: 80rem;
}

#merit .merits .header .lead {
  padding: 10rem 45rem;
  font-size: 20rem;
}

#merit .merits .body {
  padding: 50rem 45rem 55rem;
}

#merit .merits .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#merit .merits .flex-box > .image {
  width: 60%;
}

#merit .merits .flex-box > .text {
  width: 35%;
  font-size: 15rem;
  line-height: 2;
}

#merit .merit01 .flex-box {
  align-items: start;
}

#merit .merit01 li {
  width: 32%;
}

#merit .merit01 .name {
  font-size: 16rem;
  line-height: 1.8;
  padding-bottom: 15rem;
  padding-top: 19rem;
}

#merit .merit01 .name img {
  width: 20rem;
  margin-top: -4rem;
  margin-right: 5rem;
}

#merit .merit01 .text {
  font-size: 15rem;
  line-height: 1.85;
}

#merit .merit02 .header {
  background-color: #F9F4F4;
}

#merit .merit03 .header {
  background-color: #E8ECF5;
}

#merit .merit04 .header {
  background-color: #EEF7E4;
}

#merit .merit05 .header {
  background-color: #FDF4EA;
}

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

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

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

#outline .map-img {
  margin-bottom: 50rem;
  box-shadow: 0px 0px 8rem #ccc;
}

#outline .title {
  text-align: center;
  padding-bottom: 60rem;
  font-size: 15rem;
}

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

#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 .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 .main-visual {
  height: auto;
}

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

#brand .main-visual video {
  opacity: 0;
  animation: fade-only 1s ease forwards;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

#brand .contents .image {
  position: relative;
}

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

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

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

#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: 124px;
  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: 13px;
  line-height: 2;
}

#quality .sec01 .lead span {
  font-size: 11px;
}

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

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

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

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

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

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

#design .sections .tit-icon {
  max-width: 124px;
  margin: 0 auto 30px;
}

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

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

#design .sec01 {
  text-align: center;
  margin-bottom: 80px;
}

#design .sec01 .bg {
  background: url(../images/design/sec01-bg.jpg);
  background-size: cover;
  padding: 80px 0;
  color: #fff;
}

#design .sec01 .lead {
  margin: auto;
}

#design .sec02 {
  text-align: center;
  margin-bottom: 80px;
}

#design .sec02 .txt {
  text-align: left;
}

#design .sec02 .txt img {
  max-width: 35px;
  margin: auto;
  padding-right: 10px;
}

#design .sec02 ul {
  display: flex;
  justify-content: space-between;
}

#design .sec02 ul li {
  width: 49%;
}

#design .sec02 ul li:last-child {
  width: 47.5%;
}

#design .sec02 ul .txt {
  font-size: 19px;
}

#design .sec02 ul .box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#design .sec02 ul .box01 .image {
  width: 49%;
}

#design .sec02 ul .box01 .texts {
  width: 47%;
}

#design .sec02 ul .box01 .texts .lead {
  text-align: left;
  margin: auto;
}

#design .sec02 ul .box02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#design .sec02 ul .box02 .image {
  width: 40%;
}

#design .sec02 ul .box02 .texts {
  width: 56%;
  text-align: left;
}

#design .sec02 ul .box02 .texts .logo {
  max-width: 148px;
  margin: 0 0 20px;
}

#design .sec02 ul .box02 .texts .office {
  font-size: 14px;
  margin-bottom: 10px;
}

#design .sec02 ul .box02 .texts .name {
  font-size: 14px;
  margin-bottom: 15px;
}

#design .sec02 ul .box02 .texts .name span {
  font-size: 30px;
}

#design .sec02 ul .box02 .texts .lead {
  margin: auto;
}

#design .sec03 {
  text-align: center;
  background: #EEF0F0;
  padding: 80px 0;
}

#design .sec03 .list01 {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 850px;
  margin: 0 auto 80px;
}

#design .sec03 .list01 li {
  width: 50%;
}

#design .sec03 .list01 .lead {
  margin: auto;
}

#design .sec03 .img02 {
  max-width: 700px;
  margin: 0 auto 80px;
}

#design .sec03 .list02 {
  max-width: 850px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#design .sec03 .list02 li {
  width: 32%;
  margin-bottom: 40px;
}

#design .sec03 .list02 .name {
  font-size: 18px;
  line-height: 1.4;
  margin: 10px auto;
}

#design .sec03 .list02 .name span {
  font-size: 14px;
}

#design .sec03 .list02 .info {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}

#design .sec03 .list02 .mini {
  text-align: left;
  font-size: 11px;
  margin-top: 6px;
  line-height: 1.6;
}

#design .sec04 {
  text-align: center;
  padding: 80px 0;
}

#design .sec04 .image {
  max-width: 680px;
  margin: auto;
}

/* ========================================================
 entry
======================================================== */
#entry main {
  text-align: center;
  background: url("../images/entry/bg.jpg") center;
  background-size: cover;
  min-height: 100vh;
  padding: 0 0 231rem;
  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 .texts .text01 {
  font-size: 15rem;
  line-height: 1.4;
  padding-bottom: 30rem;
  color: #AA9B80;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#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: #8593A1;
  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-title {
    font-size: 30rem;
    padding-bottom: 10rem;
  }
  #limited .btn-lists {
    margin: 0 auto 100rem;
    padding-top: 0;
  }
  #limited .btn-lists li {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  #limited .btn-lists li:last-child {
    margin-right: auto;
  }
  #limited .btn-lists .texts .name {
    margin-bottom: 15px;
  }
  #limited .btn-lists .texts .info {
    font-size: 14rem;
  }
  #limited .section-flow .title {
    font-size: 18rem;
    padding-bottom: 10rem;
  }
  #limited .section-flow .lead {
    text-align: left;
  }
  #limited .section-flow .flow-lists {
    display: block;
    padding-top: 50px;
  }
  #limited .section-flow .flow-lists li {
    width: auto;
    padding-bottom: 20rem;
    margin-bottom: 20rem;
  }
  #limited .section-flow .flow-lists li::after {
    border-left: 13rem solid transparent;
    border-right: 13rem solid transparent;
    border-top: 16rem solid #454D67;
    border-bottom: 20rem solid transparent;
    top: 100%;
    left: 50%;
    margin-left: auto;
    transform: translate(-50%, -50%);
  }
  #limited .section-flow .flow-lists li:last-child {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
  }
  #limited .section-flow .flow-lists li .name {
    font-size: 14rem;
    padding-bottom: 20rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*----------------
plan
----------------*/
#plan.limited main {
  background: #F4F4F4;
}

#plan main {
  background: #fff;
}

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

#plan .intro {
  text-align: center;
  margin-bottom: 120px;
}

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

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

#plan .floor {
  text-align: center;
  padding-bottom: 80px;
}

#plan .floor .tit-icon {
  max-width: 126px;
  margin: 0 auto 60px;
}

#plan .floor .txt {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
}

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

#plan .floor .list-sp {
  display: none;
}

#plan .floor .list-pc {
  display: flex;
  justify-content: space-between;
}

#plan .floor .list-pc li {
  width: 20%;
}

#plan .floor .list-pc li:nth-child(2) {
  width: 60%;
  margin-top: 4%;
}

#plan .floor .list-pc li:nth-child(2) .caption {
  right: 15%;
}

#plan .floor .list-pc .name {
  text-align: left;
  font-size: 16px;
  margin: 20px 0 15px;
}

#plan .floor .list-pc .name img {
  max-width: 18px;
  padding-right: 8px;
}

#plan .floor .list-pc .info {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}

#plan .floor .list-pc .img03, #plan .floor .list-pc .img04 {
  margin-top: 40px;
}

#plan .rooms {
  text-align: center;
  background: #F4F4F4;
  padding: 80px 0;
}

#plan .rooms .tit-icon {
  max-width: 126px;
  margin: 0 auto 60px;
}

#plan .rooms .txt {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 30px;
}

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

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

#plan .rooms .btn-list li {
  width: 32%;
  background: #E8E9EB;
  border-radius: 8px;
  padding: 30px 20px 20px;
  box-sizing: border-box;
  color: #1B2838;
}

#plan .rooms .btn-list .box {
  background: #21354E;
  padding: 12px 0;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 6px;
}

#plan .rooms .btn-list .box.none {
  background: none;
}

#plan .rooms .btn-list .type {
  font-size: 36px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

#plan .rooms .btn-list .type span {
  font-size: 56px;
}

#plan .rooms .btn-list .type:before {
  background-color: #1B2838;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 20px;
}

#plan .rooms .btn-list .spec {
  font-size: 24px;
  margin-bottom: 10px;
}

#plan .rooms .btn-list .spec span {
  font-size: 30px;
}

#plan .rooms .btn-list .width {
  font-size: 14px;
  margin-bottom: 20px;
}

#plan .rooms .btn-list .width span {
  font-size: 30px;
}

#plan .rooms .btn-list .button {
  margin-top: 30px;
  padding: 18rem 20rem 16rem;
}

#plan .rooms .btn-list .button a {
  font-size: 16rem;
}

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

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

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

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

#plan.detail .type-box {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

#plan.detail .type-box .type {
  font-size: 36px;
  margin-bottom: 20px;
}

#plan.detail .type-box .type span {
  font-size: 56px;
}

#plan.detail .type-box .spec {
  font-size: 24px;
  margin-bottom: 10px;
}

#plan.detail .type-box .spec span {
  font-size: 30px;
}

#plan.detail .type-box .width {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  border-bottom: 2px dotted #aaa;
  display: inline-block;
  padding: 0 5% 15px;
  box-sizing: border-box;
}

#plan.detail .type-box .width .num01 {
  font-size: 30px;
}

#plan.detail .type-box .width .num02 {
  font-size: 16px;
}

#plan.detail .type-box .sub {
  font-size: 14px;
  line-height: 1.5;
}

#plan.detail .type-box .sub span {
  font-size: 16px;
}

#plan.detail .type-box .map {
  position: absolute;
  width: 15%;
  right: 5%;
  top: 10%;
}

#plan.detail .plans {
  text-align: center;
  padding-bottom: 100px;
}

#plan.detail .plans .plan-pc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#plan.detail .plans .plan-pc li {
  width: 30%;
}

#plan.detail .plans .plan-pc li:nth-child(2) {
  width: 36%;
}

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

#plan.detail .plans .tab-inner .image {
  width: 86%;
  margin: auto;
}

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

#plan.detail .plans .change-buttons {
  text-align: center;
  margin: 0 auto 60px;
}

#plan.detail .plans .change-buttons li {
  text-align: center;
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

#plan.detail .plans .change-buttons li:nth-child(2) {
  width: 48%;
}

#plan.detail .plans .change-buttons li:last-child {
  margin-right: 0;
}

#plan.detail .plans .change-buttons .button {
  display: block;
  color: #1B2838;
  font-size: 14rem;
  letter-spacing: .2em;
  border-radius: 4px;
  background: #D2D5D7;
}

#plan.detail .plans .change-buttons .button.current {
  pointer-events: none;
  color: #fff;
  background: #8D9CA5;
}

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

#plan.detail .plans .change-buttons .button:hover {
  opacity: 1;
  color: #fff;
  background: #8D9CA5;
  transition: .3s;
}

#plan.detail .plans .guides {
  margin-top: 50px;
}

#plan.detail .plans .guides img {
  max-width: 380px;
  margin: 0 auto 10px;
}

#plan.detail .plans .guides .caps {
  font-size: 11px;
}

#plan.detail .plans .back-button {
  max-width: 360px;
  width: 90%;
  margin: 60px auto 0;
}

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

#location .main-visual .caption.bottom {
  bottom: -40px;
  line-height: 1.4;
}

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

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

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

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

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

#location .right_side {
  width: 48%;
}

#location .right_side .tit {
  font-size: 24px;
  margin-bottom: 40px;
}

#location .right_side .tit span {
  color: #8A9097;
}

#location .right_side .tit .red {
  color: #A78C93;
}

#location .right_side .txt {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto 30px;
}

#location .right_side .lead {
  font-size: 15px;
  line-height: 2;
  margin: 0 auto 40px;
}

#location .right_side .img02 {
  margin-bottom: 60px;
}

#location .right_side .scroll-box {
  text-align: left;
  width: 90%;
  margin: 200px 0 400px;
}

#location .left_side {
  width: 40%;
  height: 0;
  display: flex;
  align-items: flex-start;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

#location .left_side p:first-child,
#location .left_side p.active {
  visibility: visible;
  opacity: 1;
  position: relative;
}

#location .sec01 .slick-dots {
  bottom: -26px;
}

#location .sec01 .slick-dots li button {
  background: #E7E9EA;
  border-radius: 10px;
}

#location .sec01 .slick-dots li.slick-active button {
  background: #1B2838;
}

#location .sec01 .slick-dots li button:before {
  color: transparent;
}

#location .sec02 {
  text-align: center;
  background: #F9F7F5;
  padding: 80px 0;
}

#location .sec02 .tit-icon {
  max-width: 124px;
  margin: 0 auto 30px;
}

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

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

#location .sec02 .list01 {
  max-width: 900px;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#location .sec02 .list01 li {
  width: 48%;
}

#location .sec02 .list01 .list-image {
  margin-bottom: 60px;
}

#location .sec02 .list01 .name {
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 12px;
}

#location .sec02 .list01 .name span {
  font-size: 14px;
}

#location .sec02 .list01 .info {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .02em;
  margin-bottom: 24px;
}

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

#location .sec02 .list02 li {
  width: 23%;
}

#location .sec02 .list02 .name {
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  margin: 20px 0 12px;
}

#location .sec02 .list02 .name span {
  font-size: 14px;
}

#location .sec03 {
  text-align: center;
  background: #F1F0E8;
  padding: 80px 0;
}

#location .sec03 .tit-icon {
  max-width: 188px;
  margin: 0 auto 30px;
}

#location .sec03 .txt {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 100px;
}

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

#location .sec03 .texts {
  max-width: 900px;
  margin: auto;
  position: relative;
}

#location .sec03 .texts .icon {
  position: absolute;
}

#location .sec03 .texts .icon01 {
  max-width: 62px;
  margin: 0 auto 40px;
}

#location .sec03 .texts .icon02 {
  max-width: 110px;
  left: 8%;
  top: 45%;
}

#location .sec03 .texts .icon03 {
  max-width: 107px;
  left: 0;
  bottom: 0;
}

#location .sec03 .texts .icon04 {
  max-width: 157px;
  right: 4%;
  top: 48%;
}

#location .sec03 .shops {
  width: 90%;
  margin: 0 0 120px auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

#location .sec03 .shops .box {
  position: relative;
  text-align: left;
  width: 45%;
}

#location .sec03 .shops .images {
  position: relative;
  width: 50%;
}

#location .sec03 .shops .images .caps {
  text-align: left;
  font-size: 11px;
  margin-top: 6px;
}

#location .sec03 .shops .category {
  font-size: 12px;
  margin-bottom: 6px;
}

#location .sec03 .shops .name {
  font-size: 11px;
  margin-bottom: 10px;
}

#location .sec03 .shops .name img {
  width: auto;
}

#location .sec03 .shops .comment {
  font-size: 15px;
  line-height: 2;
}

#location .sec03 .shops .shop-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#location .sec03 .shops .shop-info li {
  width: 30%;
}

#location .sec03 .shops .shop-info li:last-child {
  width: 66%;
}

#location .sec03 .shops .shop-info .info {
  font-size: 11px;
  line-height: 1.6;
}

#location .sec03 .shops .slick-dots {
  bottom: -26px;
}

#location .sec03 .shops .slick-dots li button {
  background: #E7E9EA;
  border-radius: 10px;
}

#location .sec03 .shops .slick-dots li.slick-active button {
  background: #1B2838;
}

#location .sec03 .shops .slick-dots li button:before {
  color: transparent;
}

#location .sec03 .shops .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#location .sec03 .shops.left {
  width: 90%;
  margin: 0 auto 160px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#location .sec03 .shops.left .box {
  width: 45%;
}

#location .sec03 .shops.left .images {
  width: 50%;
}

#location .sec03 .shop01 .copy {
  max-width: 72px;
  position: absolute;
  right: -10%;
  top: 8%;
}

#location .sec03 .shop01 .shop-icon01 {
  max-width: 114px;
  position: absolute;
  left: -25%;
  bottom: 30%;
}

#location .sec03 .shop01 .shop-icon02 {
  max-width: 132px;
  position: absolute;
  right: 6%;
  bottom: -20%;
}

#location .sec03 .shop01 .shop-info {
  margin-top: 22%;
}

#location .sec03 .shop02 .copy {
  max-width: 194px;
  position: absolute;
  left: 6%;
  top: -9%;
}

#location .sec03 .shop02 .shop-icon03 {
  max-width: 134px;
  position: absolute;
  right: 5%;
  bottom: -20%;
}

#location .sec03 .shop02 .shop-info {
  margin-top: 10%;
}

#location .sec03 .shop03 .copy {
  max-width: 72px;
  position: absolute;
  right: -10%;
  top: 4%;
}

#location .sec03 .shop03 .shop-icon04 {
  max-width: 140px;
  position: absolute;
  right: 5%;
  bottom: -16%;
}

#location .sec03 .shop03 .shop-info {
  margin-top: 10%;
}

#location .sec03 .shop04 .copy {
  max-width: 198px;
  position: absolute;
  left: 4%;
  top: -9%;
}

#location .sec03 .shop04 .shop-icon05 {
  max-width: 48px;
  position: absolute;
  right: -3%;
  bottom: 10%;
}

#location .sec03 .shop04 .shop-info {
  margin-top: 10%;
}

#location .sec03 .shop05 .copy {
  max-width: 166px;
  position: absolute;
  left: 4%;
  top: -9%;
}

#location .sec03 .shop05 .shop-info {
  margin-top: 10%;
}

#location .sec03 .shop06.left {
  margin: 0 auto 0 0;
}

#location .sec03 .shop06 .copy {
  max-width: 72px;
  position: absolute;
  left: -3%;
  top: 8%;
}

#location .sec03 .shop06 .shop-info {
  margin-top: 10%;
}

#location .sec04 {
  text-align: center;
  padding: 80px 0;
}

#location .sec04 .tit-icon {
  max-width: 124px;
  margin: 0 auto 30px;
}

#location .sec04 .txt {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 80px;
}

#location .sec04 ul {
  max-width: 864px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#location .sec04 ul li {
  width: 32%;
}

#location .sec04 ul .name {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px 0 10px;
}

#location .sec04 ul .name span {
  font-size: 14px;
}

#location .sec04 ul .info {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}

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

#location .life-info .tit-icon {
  max-width: 190px;
  margin: 0 auto 50px;
}

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

#location .life-info .title {
  width: 100%;
  display: inline-block;
}

#location .life-info .title .note {
  width: 30%;
  font-size: 10px;
  float: right;
  text-align: left;
  line-height: 1.4;
  margin-top: 10px;
}

#location .life-info .logo {
  width: 65%;
  float: left;
  text-align: right;
  font-size: 19px;
  line-height: 2;
  margin-bottom: 10px;
}

#location .life-info .logo:before {
  content: url(../images/location/map-logo.svg);
  margin-right: 10px;
  vertical-align: middle;
}

#location .life-info .tabs {
  text-align: center;
  padding: 10px 0;
  font-size: 0;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

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

#location .life-info .tabs a {
  display: block;
  color: #5D6970;
  background: rgba(134, 158, 209, 0.1);
  font-size: 14px;
  padding: 15px 0;
  transition: .3s;
}

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

#location .life-info .tabs a:hover {
  color: #fff;
  background: #C1A6AE;
  opacity: 1;
}

#location .life-info .maps {
  position: relative;
}

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

#location .life-info .list-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  min-height: 725px;
  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: 7px 10px 7px 40px;
  list-style: none;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}

#location .life-info .list-wrapper li:after {
  counter-increment: lis;
  content: counter(lis);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: #C1A6AE;
  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 {
    padding-top: 100rem;
  }
  #location .life-info .wrap {
    max-width: 1000px;
  }
  #location .life-info .title .note {
    width: 100%;
    text-align: center;
  }
  #location .life-info .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  #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: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #location .life-info .list-wrapper .minite {
    display: block;
    font-size: 10px;
    padding-top: 4px;
  }
}

@media screen and (max-width: 768px) {
  .lower .main-visual {
    margin-bottom: 80rem;
    height: 100vw;
  }
  .lower .main-visual h2 {
    bottom: 20rem;
    left: 20rem;
    transform: translateY(30rem);
  }
  .lower .main-visual h2 img {
    height: 50rem;
  }
  .lower .main-visual .catch {
    top: 20rem;
    left: 20rem;
    line-height: 1.4;
    font-size: 18rem;
    transform: none;
  }
  .lower .main-visual .image {
    height: 100vw;
  }
  .lower .main-visual .image img {
    object-fit: cover;
    object-position: 65% center;
    height: 100%;
  }
  .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;
  }
  /*----------------
map
----------------*/
  #map .main-visual.no-mv {
    padding-top: 80px;
  }
  #map .page-content .maps .links li {
    position: relative;
  }
  #map .page-content .maps .links li a {
    padding: 19rem 30rem 16rem;
  }
  #map .page-content .maps .links li .icon {
    width: 16rem;
    vertical-align: middle;
    margin-right: 25rem;
    margin-top: -3rem;
  }
  #map .page-content .maps .tap-btn {
    margin-top: 20px;
  }
  /*----------------
position
----------------*/
  #position .intro {
    margin-bottom: 60px;
  }
  #position .intro ul {
    display: block;
  }
  #position .intro ul li {
    text-align: left;
    width: 100%;
  }
  #position .intro ul li:last-child {
    width: 100%;
  }
  #position .intro .txt {
    font-size: 20px;
    text-align: left;
  }
  #position .intro .txt br {
    display: none;
  }
  #position .intro .lead {
    margin-bottom: 40px;
  }
  #position .sec01 {
    padding: 60px 0;
  }
  #position .sec01 .tit-icon {
    max-width: 124px;
    margin: 0 0 30px;
  }
  #position .sec01 .txt {
    text-align: left;
  }
  #position .sec01 .txt br {
    display: none;
  }
  #position .sec01 .mini {
    text-align: left;
  }
  #position .sec01 .lead {
    text-align: left;
  }
  #position .sec02 {
    padding: 60px 0;
  }
  #position .sec02 .tit-icon {
    max-width: 180px;
    margin: 0 0 50px;
  }
  #position .sec02 .list {
    display: block;
  }
  #position .sec02 .list .txt {
    font-size: 20px;
  }
  #position .sec02 .list li {
    width: 100%;
  }
  #position .sec02 .list li:last-child {
    width: 90%;
    margin: auto;
    padding: 20px 0;
  }
  #position .sec03 {
    padding: 60px 0;
  }
  #position .sec03 .txt {
    text-align: left;
  }
  #position .sec03 .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #position .sec03 .image {
    padding: 0 20px;
  }
  /*----------------
residence
----------------*/
  #residence .sections .tit {
    font-size: 18px;
    margin-bottom: 60px;
  }
  #residence .sec01 {
    background: url(../images/residence/sec01-bg-sp.jpg);
    background-size: cover;
    max-width: 1440px;
    margin: auto;
    padding: 0 0 60px;
  }
  #residence .sec01 ul {
    display: block;
  }
  #residence .sec01 ul li {
    width: 100%;
  }
  #residence .sec01 ul .txt {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
    margin: 60px auto 40px;
  }
  #residence .sec01 ul .lead {
    font-size: 13px;
    line-height: 2.2;
  }
  #residence .sec02 {
    padding: 60px 0;
  }
  #residence .sec02 ul {
    display: block;
  }
  #residence .sec02 ul li {
    width: 80%;
    margin: auto;
  }
  #residence .sec02 ul li:last-child {
    width: 100%;
    margin-top: 40px;
  }
  #residence .sec03 .tit {
    margin-top: 50px;
  }
  #residence .sec03 .txt {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 0;
  }
  #residence .sec03 ul {
    margin: 0 auto 60px;
    display: block;
  }
  #residence .sec03 ul li {
    width: 100%;
  }
  #residence .sec03 ul li:last-child {
    width: 100%;
    margin-top: 20px;
  }
  #residence .sec03 ul .cap01 {
    right: 6%;
    bottom: 4%;
  }
  #residence .sec03 .lead {
    margin: 0 auto 60px;
  }
  #residence .sec04 {
    padding: 60px 0;
  }
  #residence .sec04 .txt {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  #residence .sec04 .list01 {
    width: 230vw;
    margin-bottom: 0;
  }
  #residence .sec04 .bg {
    margin-top: 40px;
    padding: 30px 0;
  }
  #residence .sec04 .bg .list02 {
    display: block;
  }
  #residence .sec04 .bg .list02 li {
    width: 100%;
  }
  #residence .sec04 .bg .list02 li:last-child {
    width: 100%;
    margin-top: 20px;
  }
  #residence .sec04 .bg .list02 .txt01 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #residence .sec04 .bg .list02 .txt02 {
    font-size: 14px;
    line-height: 1.8;
  }
  /*----------------
access
----------------*/
  #access .intro {
    margin-bottom: 60px;
  }
  #access .intro .txt {
    text-align: left;
  }
  #access .intro .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #access .sections {
    text-align: center;
  }
  #access .sections .txt {
    text-align: left;
  }
  #access .sections .txt br {
    display: none;
  }
  #access .sections .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #access .sec01 {
    margin-bottom: 60px;
  }
  #access .sec01 ul {
    width: 220vw;
  }
  #access .sec01 ul li {
    width: 25%;
  }
  #access .sec01 .img05 {
    max-width: 840px;
    margin: 60px auto 0;
  }
  #access .sec02 {
    padding: 60px 0;
  }
  #access .sec02 .tit-icon {
    max-width: 124px;
    margin: 0 auto 30px;
  }
  #access .sec02 ul {
    display: block;
  }
  #access .sec02 ul li {
    width: 100%;
  }
  #access .sec02 ul li:last-child {
    width: 100%;
    margin-top: 20px;
  }
  #access .sec03 {
    padding: 60px 0;
  }
  #access .sec03 .tit-icon {
    max-width: 224px;
    margin: 0 auto 30px;
  }
  #access .sec03 .txt {
    margin-bottom: 60px;
  }
  #access .sec03 ul {
    margin: auto;
    width: 200vw;
  }
  #access .sec03 ul .info {
    font-size: 18px;
  }
  #access .sec03 ul .info .num {
    font-size: 26px;
  }
  #access .sec03 ul .info .name {
    font-size: 20px;
  }
  #access .sec04 {
    padding: 60px 0;
  }
  #access .sec04 .tit-icon {
    max-width: 180px;
    margin: 0 auto 30px;
  }
  #access .sec04 .img01 {
    max-width: 768px;
    margin: 0 auto 20px;
  }
  #access .sec04 .img02 {
    width: 90%;
    margin: auto;
  }
  /*----------------
merit
----------------*/
  #merit .intro {
    margin-bottom: 60px;
  }
  #merit .intro .txt {
    text-align: left;
  }
  #merit .intro .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #merit .merits {
    margin-bottom: 50rem;
  }
  #merit .merits .header {
    display: block;
  }
  #merit .merits .header .title {
    width: 100%;
  }
  #merit .merits .header .lead {
    padding: 25rem 20rem;
    font-size: 20rem;
  }
  #merit .merits .body {
    padding: 20rem 20rem 30rem;
  }
  #merit .merits .flex-box {
    display: block;
  }
  #merit .merits .flex-box > .image {
    width: auto;
    margin-bottom: 20rem;
  }
  #merit .merits .flex-box > .text {
    width: auto;
  }
  #merit .merit01 li {
    width: auto;
  }
  #merit .merit01 li + li {
    padding-top: 30rem;
  }
  #merit .merit01 .name {
    padding-bottom: 15rem;
    padding-top: 15rem;
  }
  #merit .merit01 .text {
    font-size: 15rem;
    line-height: 1.85;
  }
  /* ========================================================
 brand
======================================================== */
  #brand .movie video {
    width: 100vw;
  }
  #brand .intro {
    padding-top: 60px;
    margin-bottom: 80px;
  }
  #brand .intro .sub {
    margin-bottom: 50px;
  }
  #brand .intro .image {
    max-width: 203px;
    margin: 0 auto 50px;
  }
  #brand .intro .txt01 {
    font-size: 34px;
    margin-bottom: 50px;
  }
  #brand .intro .txt02 {
    font-size: 22px;
  }
  #brand .slick-slider {
    margin-bottom: 80px;
  }
  #brand .promise {
    margin-bottom: 80px;
  }
  #brand .promise .tit {
    font-size: 22px;
  }
  #brand .promise .sub {
    margin-bottom: 50px;
  }
  #brand .promise .lists {
    padding-top: 30px;
  }
  #brand .promise .lists li {
    display: block;
    width: 86%;
    margin: 0 auto 30px;
  }
  #brand .promise .lists li:last-child {
    width: 100%;
  }
  #brand .promise .lists .txt01 {
    font-size: 22px;
  }
  #brand .promise .lists .txt02 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #brand .promise .lists .lead {
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 1.8;
  }
  #brand .promise .list04 {
    margin-bottom: auto;
  }
  #brand .salon {
    margin-bottom: 100px;
  }
  #brand .salon .tit {
    font-size: 22px;
  }
  #brand .salon .lead {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    margin: 50px auto;
  }
  #brand .cafe {
    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 .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: 124px;
    margin: 0 auto 30px;
  }
  #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 {
    font-size: 15px;
    line-height: 2;
  }
  #quality .sec01 .caps {
    text-align: left;
    margin-bottom: 40px;
  }
  #quality .sec01 .list03 {
    max-width: inherit;
    width: 530vw;
    flex-wrap: nowrap;
    gap: .5%;
  }
  #quality .sec01 .list03 li {
    text-align: left;
    width: 23%;
    margin-bottom: 0;
  }
  #quality .sec01 .list03 .name {
    font-size: 15px;
  }
  #quality .sec01 .list03 .info {
    font-size: 13px;
  }
  /*----------------
design
----------------*/
  #design .intro {
    margin-bottom: 60px;
  }
  #design .intro .txt {
    text-align: left;
  }
  #design .intro .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #design .sections .txt {
    text-align: left;
  }
  #design .sections .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #design .sec01 {
    text-align: center;
    margin-bottom: 60px;
  }
  #design .sec01 .bg {
    background: url(../images/design/sec01-bg.jpg);
    background-size: cover;
    padding: 60px 0;
  }
  #design .sec01 .lead {
    margin: auto;
  }
  #design .sec02 {
    margin-bottom: 60px;
  }
  #design .sec02 ul {
    display: block;
  }
  #design .sec02 ul li {
    width: 100%;
  }
  #design .sec02 ul li:last-child {
    width: 100%;
    margin-top: 50px;
  }
  #design .sec02 ul .txt {
    font-size: 20px;
  }
  #design .sec02 ul .box01 {
    display: block;
  }
  #design .sec02 ul .box01 .image {
    width: 100%;
  }
  #design .sec02 ul .box01 .texts {
    width: 100%;
  }
  #design .sec02 ul .box01 .texts .lead {
    margin-top: 20px;
  }
  #design .sec02 ul .box02 {
    display: block;
  }
  #design .sec02 ul .box02 .image {
    width: 70%;
    margin: auto;
  }
  #design .sec02 ul .box02 .texts {
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }
  #design .sec02 ul .box02 .texts .logo {
    margin: 0 auto 20px;
  }
  #design .sec03 {
    padding: 60px 0;
  }
  #design .sec03 .tit-icon {
    margin: 0 auto 40px;
  }
  #design .sec03 .list01 {
    display: block;
    margin: 0 auto 50px;
  }
  #design .sec03 .list01 li {
    width: 100%;
  }
  #design .sec03 .list01 .lead {
    margin: auto;
  }
  #design .sec03 .img02 {
    margin: 0 auto 50px;
  }
  #design .sec03 .list02 {
    max-width: inherit;
    width: 320vw;
    flex-wrap: nowrap;
    gap: 1%;
  }
  #design .sec03 .list02 li {
    margin-bottom: 0;
  }
  #design .sec04 {
    text-align: center;
    padding: 60px 0;
  }
  #design .sec04 .image {
    max-width: 680px;
    margin: auto;
  }
  /*----------------
plan
----------------*/
  #plan .intro {
    margin-bottom: 60px;
  }
  #plan .intro .txt {
    text-align: left;
  }
  #plan .intro .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #plan .floor {
    text-align: center;
    padding-bottom: 60px;
  }
  #plan .floor .tit-icon {
    max-width: 126px;
    margin: 0 auto 30px;
  }
  #plan .floor .txt {
    text-align: left;
  }
  #plan .floor .lead {
    text-align: left;
    margin-bottom: 50px;
  }
  #plan .floor .list-pc {
    display: none;
  }
  #plan .floor .swipe-list {
    margin-top: 50px;
  }
  #plan .floor .list-sp {
    display: flex;
    justify-content: space-between;
    gap: 1%;
    width: 260vw;
  }
  #plan .floor .list-sp li {
    width: 99vw;
  }
  #plan .floor .list-sp .name {
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    margin: 20px 0 15px;
  }
  #plan .floor .list-sp .name img {
    max-width: 18px;
    padding-right: 8px;
  }
  #plan .floor .list-sp .info {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
  }
  #plan .rooms {
    padding: 60px 0;
  }
  #plan .rooms .tit-icon {
    max-width: 126px;
    margin: 0 auto 30px;
  }
  #plan .rooms .txt {
    text-align: left;
  }
  #plan .rooms .lead {
    text-align: left;
    margin-bottom: 50px;
  }
  #plan .rooms .btn-list {
    display: block;
  }
  #plan .rooms .btn-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  #plan .fixed-banner {
    top: 60%;
  }
  /*----------------
plan.detail
----------------*/
  #plan.detail .type-box {
    position: inherit;
    margin-bottom: 60px;
  }
  #plan.detail .type-box .type {
    font-size: 36px;
    margin-bottom: 20px;
  }
  #plan.detail .type-box .type span {
    font-size: 56px;
  }
  #plan.detail .type-box .spec {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #plan.detail .type-box .spec span {
    font-size: 30px;
  }
  #plan.detail .type-box .width {
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #aaa;
    display: inline-block;
    padding: 0 5% 30px;
    box-sizing: border-box;
  }
  #plan.detail .type-box .width .num01 {
    font-size: 30px;
  }
  #plan.detail .type-box .width .num02 {
    font-size: 16px;
  }
  #plan.detail .type-box .sub {
    font-size: 14px;
    line-height: 1.5;
  }
  #plan.detail .type-box .sub span {
    font-size: 16px;
  }
  #plan.detail .type-box .map {
    position: inherit;
    width: 48%;
    right: auto;
    top: auto;
    margin: 30px auto 0;
  }
  #plan.detail .plans {
    padding-bottom: 60px;
  }
  #plan.detail .plans .plan-pc {
    display: block;
  }
  #plan.detail .plans .plan-pc li:nth-child(2) {
    width: 100%;
  }
  #plan.detail .plans .plan-pc li:first-child,
  #plan.detail .plans .plan-pc li:last-child {
    display: none;
  }
  #plan.detail .plans .tab-inner {
    display: none;
  }
  #plan.detail .plans .tab-inner .image {
    width: 86%;
    margin: auto;
  }
  #plan.detail .plans .change-buttons {
    text-align: center;
    margin: 0 auto 30px;
    display: flex;
  }
  #plan.detail .plans .change-buttons li:first-child,
  #plan.detail .plans .change-buttons li:last-child {
    width: 48%;
    margin-right: 2%;
    display: inline-block;
  }
  #plan.detail .plans .change-buttons li:last-child {
    margin-right: auto;
  }
  #plan.detail .plans .plan-sp {
    display: flex;
    justify-content: space-between;
    gap: .5%;
    width: 400vw;
  }
  #plan.detail .plans .plan-sp li {
    width: 99.5vw;
  }
  #plan.detail .plans .plan-sp.btype {
    width: 468vw;
  }
  #plan.detail .plans .swipe-list {
    margin-top: 40px;
  }
  /*----------------
location
----------------*/
  #location .intro {
    text-align: left;
    margin-bottom: 80px;
  }
  #location .intro .txt {
    text-align: left;
  }
  #location .intro .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #location .all_box {
    display: block;
  }
  #location .right_side {
    width: 94%;
    margin: auto;
  }
  #location .right_side .scroll-box {
    text-align: left;
    width: 100%;
    margin: 60px 0 80px;
  }
  #location .sec01 .image.sp {
    width: 80%;
    margin: auto;
  }
  #location .sec02 {
    padding: 60px 0;
  }
  #location .sec02 .txt {
    text-align: left;
  }
  #location .sec02 .lead {
    text-align: left;
    margin-bottom: 30px;
  }
  #location .sec02 .list01 {
    max-width: inherit;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    width: 280vw;
    justify-content: space-between;
  }
  #location .sec02 .list01 li {
    width: 98vw;
    margin-right: 2vw;
  }
  #location .sec02 .list01 .list-image {
    margin-bottom: 0;
  }
  #location .sec02 .txt.top {
    margin-top: 50px;
  }
  #location .sec02 .list02 {
    max-width: inherit;
    width: 280vw;
  }
  #location .sec02 .list02 li {
    width: 98vw;
    margin-right: 2vw;
  }
  #location .sec03 {
    padding: 60px 0;
  }
  #location .sec03 .txt {
    text-align: left;
    margin-bottom: 50px;
  }
  #location .sec03 .lead {
    text-align: left;
    margin-bottom: 30px;
  }
  #location .sec03 .texts .icon02 {
    max-width: 110px;
    left: 8%;
    top: 45%;
    display: none;
  }
  #location .sec03 .texts .icon03 {
    max-width: 107px;
    left: 0;
    bottom: 0;
    display: none;
  }
  #location .sec03 .texts .icon04 {
    max-width: 157px;
    right: 4%;
    top: 48%;
    display: none;
  }
  #location .sec03 .shops {
    width: 94%;
    margin: 0 auto 100px;
    display: block;
  }
  #location .sec03 .shops .box {
    position: relative;
    text-align: left;
    width: 100%;
  }
  #location .sec03 .shops .images {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  #location .sec03 .shops .images .caps {
    text-align: left;
    font-size: 11px;
    margin-top: 6px;
  }
  #location .sec03 .shops.left {
    width: 94%;
    margin: 0 auto 100px;
    display: block;
  }
  #location .sec03 .shops.left .box {
    width: 100%;
  }
  #location .sec03 .shops.left .images {
    width: 100%;
  }
  #location .sec03 .shop01 .copy {
    max-width: 60px;
    position: absolute;
    right: -2%;
    top: -14%;
  }
  #location .sec03 .shop01 .shop-icon01 {
    display: none;
  }
  #location .sec03 .shop01 .shop-icon02 {
    max-width: 100px;
    position: absolute;
    right: 5%;
    bottom: -14%;
  }
  #location .sec03 .shop01 .shop-info {
    margin-top: 30px;
  }
  #location .sec03 .shop02 .copy {
    max-width: 180px;
    position: absolute;
    left: -3%;
    top: -3%;
  }
  #location .sec03 .shop02 .shop-icon03 {
    max-width: 100px;
    position: absolute;
    right: 5%;
    bottom: -14%;
  }
  #location .sec03 .shop02 .shop-info {
    margin-top: 30px;
  }
  #location .sec03 .shop03 .copy {
    max-width: 60px;
    position: absolute;
    right: -3%;
    top: 4%;
  }
  #location .sec03 .shop03 .shop-icon04 {
    max-width: 110px;
    position: absolute;
    right: 2%;
    bottom: -16%;
  }
  #location .sec03 .shop03 .shop-info {
    margin-top: 30px;
  }
  #location .sec03 .shop04 .copy {
    max-width: 180px;
    position: absolute;
    left: -2%;
    top: -4%;
  }
  #location .sec03 .shop04 .shop-icon05 {
    display: none;
  }
  #location .sec03 .shop04 .shop-info {
    margin-top: 30px;
  }
  #location .sec03 .shop05 .copy {
    max-width: 150px;
    position: absolute;
    left: -4%;
    top: -4%;
  }
  #location .sec03 .shop05 .shop-info {
    margin-top: 30px;
  }
  #location .sec03 .shop06.left {
    margin: auto;
  }
  #location .sec03 .shop06 .copy {
    max-width: 60px;
    position: absolute;
    left: -2%;
    top: -8%;
  }
  #location .sec03 .shop06 .shop-info {
    margin-top: 30px;
  }
  #location .sec04 {
    padding: 60px 0;
  }
  #location .sec04 .txt {
    text-align: left;
    margin-bottom: 40px;
  }
  #location .sec04 ul {
    max-width: inherit;
    width: 210vw;
  }
  #location .sec04 ul li {
    width: 98vw;
    margin-right: 2vw;
  }
  #location .life-info {
    text-align: center;
    background: #F1F0E8;
    padding: 80px 0;
  }
  #location .life-info .tit-icon {
    max-width: 190px;
    margin: 0 auto 80px;
  }
}

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