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

.lower .page-title {
  text-align: center;
  font-size: 56rem;
  line-height: 1.1;
  padding-bottom: 4rem;
}

.lower .page-ja {
  font-size: 18rem;
  text-align: center;
}

.lower .page-titles {
  padding-bottom: 70rem;
}

.lower .mv {
  margin-bottom: 115rem;
}

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

.lower .mv .image img {
  transition: transform 1s,filter 1s;
}

.lower .mv .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.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:hover {
  opacity: 1 !important;
}

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

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

/*----------------
map
----------------*/
#map .maps {
  margin: 0 auto;
  width: 90%;
  max-width: 1200rem;
}

#map .maps .map-img {
  max-width: 800px;
  margin: auto;
}

#map .maps .links {
  display: flex;
  justify-content: center;
  padding-top: 40rem;
}

#map .maps .links li {
  line-height: 1;
}

#map .maps .links li a {
  position: relative;
  display: block;
  padding: 19rem 50rem 16rem;
  color: #000000;
  font-size: 16rem;
  background-color: #C9BC9B;
}

#map .maps .links li .icon {
  width: 16rem;
  vertical-align: middle;
  margin-right: 15rem;
  margin-top: -3rem;
}

.ginza {
  max-width: 1000rem;
  width: 94%;
  margin: auto;
  padding-top: 160rem;
}

.ginza .text {
  font-size: 11rem;
  text-align: center;
}

.ginza a {
  color: #3D6042;
  display: block;
}

.ginza .icon {
  margin: 0 auto 10rem;
  width: 19rem;
}

.ginza .title {
  font-weight: normal;
  font-size: 24rem;
  text-align: center;
  padding-bottom: 40rem;
}

.ginza .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ginza .images {
  width: 52%;
}

.ginza .texts {
  width: 45%;
}

.ginza .tables {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #454D67;
  margin-bottom: 30rem;
  padding-bottom: 25rem;
}

.ginza .tables dt {
  font-size: 16rem;
  width: 120rem;
  line-height: 1.5;
}

.ginza .tables dd {
  font-size: 14rem;
  width: calc(100% - 120rem);
}

.ginza .tables .text01 {
  line-height: 1.5;
}

.ginza .tables .text03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 5rem;
}

.ginza .tables .text03 span {
  line-height: 1.5;
}

.ginza .tables .text02 {
  padding-bottom: 23rem;
}

.ginza .tables .text04 {
  padding: 40rem 0  12rem;
}

.ginza .button {
  text-align: center;
  line-height: 1;
}

.ginza .button a {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 10rem 50rem 8rem;
  color: #000000;
  font-size: 16rem;
  background-color: #C9BC9B;
}

.ginza .button .icon {
  width: 16rem;
  vertical-align: middle;
  margin-right: 15rem;
  margin-top: 6rem;
}

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

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

#position .sections .caption.bottom {
  background: none;
  color: #000;
}

#position .sec01 .img-tit {
  max-width: 457px;
  margin: 0 auto 10px;
}

#position .sec01 .bg {
  background: url(../images/position/sec01-bg.jpg) center bottom;
  background-size: cover;
  padding: 22% 0;
  position: relative;
}

#position .sec01 .bg .texts {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

#position .sec01 .bg .txt {
  font-size: 32rem;
  line-height: 2;
  margin-bottom: 60rem;
}

#position .sec01 .bg .lead {
  font-size: 14rem;
  line-height: 2;
}

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

#position .sec02 .tit {
  font-size: 20px;
  margin-bottom: 80px;
  color: #6C552E;
}

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

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

#position .sec02 .lead {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 80px;
}

#position .sec02 .line {
  width: 1px;
  margin: auto;
}

#position .sec03 .tit {
  font-size: 20px;
  color: #6C552E;
  margin-bottom: 80px;
}

#position .sec03 .txt {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 80px;
  color: #6C552E;
}

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

#position .sec04 .txt {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 80px;
  color: #6C552E;
}

#position .sec04 .lead {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 80px;
}

#position .sec04 .lists {
  max-width: 1000px;
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#position .sec04 .lists .txt01 {
  text-align: left;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}

#position .sec04 .lists .txt02 {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}

#position .sec04 .lists .caps {
  text-align: left;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 10px;
}

#position .sec04 .list01 li {
  width: 28%;
}

#position .sec04 .list01 li:last-child {
  width: 35%;
  margin-left: 5%;
}

#position .sec04 .list02 li {
  width: 38%;
}

#position .sec04 .list02 li:last-child {
  width: 56%;
}

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

#position .sec05 .img01 .caption {
  background: none;
  color: #000;
  bottom: 10%;
}

#position .sec05 .list01 {
  display: flex;
  align-items: center;
}

#position .sec05 .list01 li {
  width: 55%;
}

#position .sec05 .list01 li:last-child {
  text-align: left;
  width: 30%;
  margin-left: 4%;
}

#position .sec05 .list01 .txt {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}

#position .sec05 .list01 .lead {
  font-size: 14px;
  margin-bottom: 40px;
}

#position .sec05 .list01 .caps {
  text-align: left;
  margin-top: 10px;
  font-size: 10px;
}

#position .sec05 .tit {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 30px;
  color: #6C552E;
}

#position .sec05 .list02 {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}

#position .sec05 .list02 li {
  width: 32%;
}

#position .sec05 .list02 .info {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}

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

#position .sec05 .list03 li {
  width: 48.5%;
}

#position .sec05 .list03 .info {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}

#position .sec06 {
  padding: 100px 0;
}

#position .sec06 .line {
  width: 1px;
  margin: 0 auto 80px;
}

#position .sec06 .tit {
  font-size: 20px;
  margin-bottom: 80px;
  color: #6C552E;
}

#position .sec06 .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

#position .sec06 .list li {
  width: 49.5%;
}

#position .sec06 .list li:last-child {
  width: 49%;
}

#position .sec06 .list .top {
  margin-top: 20px;
}

#position .sec06 .caps {
  text-align: right;
  font-size: 11rem;
  line-height: 1.6;
  letter-spacing: .08em;
  margin-bottom: 80rem;
}

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

#position .sec06 .lead {
  font-size: 14px;
  line-height: 1.8;
}

#position .sec07 {
  background: url(../images/position/sec07-bg.jpg);
  background-size: cover;
  padding: 100px 0 10px;
  color: #fff;
}

#position .sec07 .tit {
  font-size: 20px;
  margin-bottom: 80px;
}

#position .sec07 .image {
  max-width: 800px;
  margin: 0 auto 50px;
}

#position .sec07 .lead {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 200px;
}

#position .sec07 .caps {
  font-size: 10px;
  line-height: 1.6;
}

/*----------------
residence
----------------*/
#residence main {
  background: #F3F1EA;
}

#residence .sections .tit {
  font-size: 20px;
  color: #6C552E;
  letter-spacing: .08em;
  margin-bottom: 80px;
}

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

#residence .sec01 {
  background: url(../images/residence/sec01-bg.jpg);
  background-size: cover;
  max-width: 1440px;
  margin: auto;
  padding: 160px 0;
}

#residence .sec01 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

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

#residence .sec01 ul .txt {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 40px;
}

#residence .sec01 ul .lead {
  font-size: 13px;
  line-height: 2.2;
}

#residence .sec02 {
  text-align: center;
  padding: 100px 0;
}

#residence .sec02 .tit {
  font-size: 20px;
  color: #6C552E;
  letter-spacing: .08em;
  margin-bottom: 80px;
}

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

#residence .sec02 ul li {
  text-align: left;
  width: 30%;
}

#residence .sec02 ul li:last-child {
  width: 62%;
}

#residence .sec02 ul .office {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#residence .sec02 ul .name {
  font-size: 24px;
  margin-bottom: 50px;
}

#residence .sec02 ul .info {
  font-size: 14px;
  line-height: 1.8;
}

#residence .sec02 .bnr {
  max-width: 914px;
  width: 80%;
  margin: 60px auto 0;
}

#residence .sec03 {
  text-align: center;
  background: #fff;
  padding-bottom: 100px;
}

#residence .sec03 .txt {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 50px;
}

#residence .sec03 .list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#residence .sec03 .list li {
  width: 34%;
}

#residence .sec03 .list li:nth-child(2) {
  width: 68%;
}

#residence .sec03 .list li:last-child {
  width: 30%;
}

#residence .sec03 .img02 {
  margin-bottom: 40px;
}

#residence .sec03 .images {
  display: flex;
  justify-content: space-between;
}

#residence .sec03 .images li {
  width: 50%;
}

#residence .sec03 .images li:last-child {
  width: 50%;
}

#residence .sec03 .lead {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 80px;
}

#residence .sec03 .info {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}

#residence .sec03 .mini {
  font-size: 11px;
  margin-top: 6px;
}

#residence .sec03 .img10, #residence .sec03 .img11 {
  margin-top: 20px;
}

#residence .sec03 .sp-list {
  display: none;
}

#residence .sec04 {
  text-align: center;
  padding: 100px 0;
}

#residence .sec04 .txt {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 60px;
}

#residence .sec04 .list01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

#residence .sec04 .list01 li {
  width: 32%;
}

#residence .sec04 .list01 .info {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 15px;
}

#residence .sec04 .list01 .mini {
  font-size: 10px;
  margin-top: 8px;
}

#residence .sec04 .bg .list02 {
  width: 88%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#residence .sec04 .bg .list02 li {
  text-align: left;
  width: 50%;
}

#residence .sec04 .bg .list02 li:last-child {
  width: 46%;
}

#residence .sec04 .bg .list02 .txt01 {
  font-size: 24px;
  color: #6C552E;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#residence .sec04 .bg .list02 .icon {
  max-width: 200px;
  margin: 0 auto 20px;
}

#residence .sec04 .bg .list02 .txt02 {
  font-size: 14px;
  line-height: 1.8;
}

/*----------------
access
----------------*/
#access .sections .tit {
  font-size: 20px;
  color: #6C552E;
  letter-spacing: 0;
  margin-bottom: 80px;
}

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

#access .sec01 {
  text-align: center;
  margin-bottom: 120px;
}

#access .sec01 .txt {
  font-size: 24px;
  line-height: 1.8;
  color: #6C552E;
  margin-bottom: 80px;
}

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

#access .sec01 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

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

#access .sec01 .img02 {
  max-width: 928px;
  margin: 60px auto;
}

#access .sec02 {
  text-align: center;
  background: #EBEFF3;
  padding: 100px 0;
}

#access .sec02 .txt {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 80px;
}

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

#access .sec02 ul .caps {
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
}

#access .sec02 ul .lead {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  margin: 20px 0 0;
}

#access .sec03 {
  text-align: center;
  padding: 100px 0;
}

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

#access .sec03 .txt01 {
  font-size: 18px;
  line-height: 2;
  margin: 60px auto 0;
}

#access .sec03 .caps {
  font-size: 11px;
  margin-top: 10px;
}

#access .sec03 .img02 {
  max-width: 960px;
  margin: 0 auto 100px;
}

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

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

#access .sec03 ul li:last-child {
  width: 58%;
}

#access .sec03 .lead {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}

#access .sec04 {
  text-align: center;
  background: #CFD7E2;
  padding: 100px 0;
}

#access .sec04 .txt {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 80px;
}

#access .sec04 ul {
  display: flex;
  justify-content: space-between;
}

#access .sec04 ul li {
  width: 52%;
}

#access .sec04 ul li:last-child {
  width: 42%;
}

#access .sec04 ul .mini {
  text-align: left;
  margin-top: 20px;
  font-size: 10px;
  line-height: 1.3;
}

/*----------------
plan
----------------*/
#plan .sections .tit {
  font-size: 20px;
  color: #6C552E;
  letter-spacing: 0;
  margin-bottom: 80px;
}

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

#plan .sec01 {
  text-align: center;
  margin-bottom: 100px;
}

#plan .sec01 .txt {
  font-size: 24px;
  line-height: 1.8;
  color: #6C552E;
  margin-bottom: 40px;
}

#plan .sec01 .lead {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 100px;
}

#plan .sec01 .list01 {
  max-width: 900px;
  margin: 0 auto 160px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#plan .sec01 .list01 li {
  text-align: left;
  width: 28%;
}

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

#plan .sec01 .list01 .img07 {
  margin-top: 50px;
}

#plan .sec01 .list01 .tab-inner {
  display: none;
}

#plan .sec01 .list01 .tab-inner .image {
  position: relative;
  max-width: 580rem;
  margin: auto;
}

#plan .sec01 .list01 .tab-inner .image .caption {
  bottom: -30rem;
  color: #fff;
  background-color: transparent;
}

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

#plan .sec01 .list01 .change-buttons {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
}

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

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

#plan .sec01 .list01 .change-buttons .button {
  display: block;
  color: #9C8F7D;
  font-size: 16rem;
  letter-spacing: .2em;
  background: #fff;
  border: 1px solid #9C8F7D;
}

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

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

#plan .sec01 .list01 .change-buttons .button:hover {
  opacity: 0.8;
  color: #fff;
  background: #9C8F7D;
  transition: .3s;
}

#plan .sec01 .list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#plan .sec01 .list02 li {
  text-align: left;
  width: 48%;
  margin-bottom: 50px;
}

#plan .sec01 .list02 .name {
  font-size: 18px;
  margin: 14px 0;
}

#plan .sec01 .list02 .info {
  font-size: 14px;
  line-height: 1.8;
}

#plan .plan-btns {
  text-align: center;
  background: #F3F1EA;
  padding: 100px 0 180px;
}

#plan .plan-btns .lists .type {
  font-size: 18px;
  color: #9C8F7D;
  margin-bottom: 20px;
}

#plan .plan-btns .lists .type span {
  font-size: 24px;
}

#plan .plan-btns .lists .spec {
  font-size: 24px;
  color: #000;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

#plan .plan-btns .lists .spec span {
  font-size: 36px;
}

#plan .plan-btns .lists .spec:before {
  background-color: #707070;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 70px;
}

#plan .plan-btns .lists .width {
  font-size: 12px;
  color: #000;
  margin-bottom: 40px;
}

#plan .plan-btns .lists .width span {
  font-size: 24px;
}

#plan .plan-btns .lists .btn {
  background: #9C8F7D;
  padding: 30px 0;
  font-size: 18px;
  color: #fff;
}

#plan .plan-btns .list01 {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#plan .plan-btns .list01 li {
  width: 31%;
  background: #fff;
  padding: 30px 0 0;
  margin-bottom: 80px;
}

#plan .plan-btns .list01 .image {
  width: 80%;
  margin: 0 auto 30px;
}

#plan .plan-btns .list02 {
  max-width: 650px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#plan .plan-btns .list02 li {
  width: 48%;
  background: #fff;
  padding: 30px 0 0;
}

#plan .plan-btns .list02 .image {
  width: 80%;
  margin: 0 auto 30px;
}

/*----------------
plan.detail
----------------*/
#plan.detail main {
  background: #F3F1EA;
  padding: 0 0 120px;
}

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

#plan.detail .plans.no-mv {
  padding-top: 15%;
}

#plan.detail .plans .type {
  font-size: 18px;
  color: #9C8F7D;
  margin-bottom: 50px;
}

#plan.detail .plans .type span {
  font-size: 48px;
}

#plan.detail .plans .spec {
  font-size: 24px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

#plan.detail .plans .spec span {
  font-size: 36px;
}

#plan.detail .plans .spec:before {
  background-color: #707070;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 70px;
}

#plan.detail .plans .width {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 60px;
}

#plan.detail .plans .width .num01 {
  font-size: 24px;
}

#plan.detail .plans .width .num02 {
  font-size: 18px;
}

#plan.detail .plans .point {
  max-width: 654px;
  margin: 0 auto 50px;
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
}

#plan.detail .plans .room-img {
  position: relative;
  width: 50%;
  margin: 0 auto 70px;
}

#plan.detail .plans .room-img.atype {
  max-width: 450px;
}

#plan.detail .plans .room-img.btype {
  max-width: 228px;
}

#plan.detail .plans .room-img.ctype {
  max-width: 230px;
}

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

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

#plan.detail .plans .room-img .cage {
  width: 150px;
  position: absolute;
  right: -220px;
  bottom: 0;
}

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

#plan.detail .plans .guide-txt {
  font-size: 11px;
  line-height: 1.8;
  margin-top: 10px;
}

#plan.detail .btn {
  width: 368px;
  margin: 120px auto 0;
}

#plan.detail .btn a {
  font-size: 14px;
  background-color: #9C8F7D;
  color: #fff;
  padding: 15px 120px;
  text-align: center;
}

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

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

#plan.detail .change-buttons {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 80px;
}

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

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

#plan.detail .change-buttons .button {
  display: block;
  color: #595757;
  font-size: 14rem;
  letter-spacing: .2em;
  background: #D3D2D0;
  border: 1px solid #D3D2D0;
}

#plan.detail .change-buttons .button.current {
  pointer-events: none;
  color: #fff;
  background: #9C8F7D;
  border: 1px solid #9C8F7D;
}

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

#plan.detail .change-buttons .button:hover {
  opacity: 0.8;
  color: #fff;
  background: #9C8F7D;
  transition: .3s;
  border: 1px solid #9C8F7D;
}

/*----------------
asset
----------------*/
#asset .sections .tit {
  font-size: 20px;
  color: #6C552E;
  letter-spacing: 0;
  margin-bottom: 80px;
}

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

#asset .sec01 {
  text-align: center;
}

#asset .sec01 .tit {
  margin-bottom: 10px;
}

#asset .sec01 .img01 {
  max-width: 1000px;
  margin: 0 auto 40px;
}

#asset .sec01 .bg {
  background: #F3F1EA;
  padding: 80px 0;
}

#asset .sec01 .txt {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 40px;
}

#asset .sec01 .lead {
  font-size: 14px;
  line-height: 1.8;
}

#asset .sec02 {
  text-align: center;
  padding: 100px 0;
}

#asset .sec02 .txt {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px;
}

#asset .sec02 .lead {
  font-size: 14px;
  line-height: 1.8;
}

#asset .sec02 ul {
  margin: 50px auto 10px;
  display: flex;
  justify-content: space-between;
}

#asset .sec02 ul li {
  width: 49.8%;
}

#asset .sec02 ul li:last-child {
  width: 48.8%;
}

#asset .sec02 ul .img03 {
  margin-top: 2%;
}

#asset .sec02 .caps {
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 50px;
}

#asset .sec03 {
  text-align: center;
}

#asset .sec03 .bgs {
  position: relative;
}

#asset .sec03 .bg01 {
  background: url(../images/asset/bg01.jpg) right;
  background-size: cover;
  padding: 100px 0;
}

#asset .sec03 .bg01 .box {
  width: 40%;
  margin: 0;
}

#asset .sec03 .bg01 .box .txt {
  background: #C6D3D8;
  padding: 20px 0;
  font-size: 18px;
  line-height: 2;
  text-align: left;
  padding-left: 30px;
}

#asset .sec03 .bg01 .box01 {
  margin-bottom: 40px;
}

#asset .sec03 .bg02 {
  display: none;
  background: url(../images/asset/bg02.jpg) right;
  background-size: cover;
  padding: 100px 0;
}

#asset .sec03 .bg02 .box {
  width: 40%;
  margin: 0;
}

#asset .sec03 .bg02 .box .txt {
  background: #C6D3D8;
  padding: 20px 0;
  font-size: 18px;
  line-height: 2;
  text-align: left;
  padding-left: 30px;
}

#asset .sec03 .bg02 .box .txt span {
  background: #fff;
  font-size: 13px;
  color: #103861;
  padding: 0 20px 2px;
  box-sizing: border-box;
}

#asset .sec03 .bg02 .box .lead {
  text-align: left;
  background: #C6D3D8;
  font-size: 14px;
  letter-spacing: .08em;
  padding: 0 30px 20px;
  box-sizing: border-box;
}

#asset .sec03 .bg03 {
  background: url(../images/asset/bg03.jpg) right;
  background-size: cover;
  padding: 100px 0;
}

#asset .sec03 .bg03 .box {
  width: 86%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#asset .sec03 .bg03 .box .txt {
  font-size: 18px;
  line-height: 2;
  text-align: left;
  margin-bottom: 10px;
}

#asset .sec03 .bg03 .box .txt span {
  background: #fff;
  font-size: 13px;
  color: #103861;
  padding: 0 20px 2px;
  box-sizing: border-box;
}

#asset .sec03 .bg03 .box .lead {
  text-align: left;
  font-size: 14px;
  letter-spacing: .08em;
  box-sizing: border-box;
}

#asset .sec03 .bg03 .box .mini {
  text-align: left;
  letter-spacing: 0;
  font-size: 10px;
  line-height: 1.6;
  margin-top: 10px;
}

#asset .sec03 .bg03 .box .image, #asset .sec03 .bg03 .box .texts {
  width: 49%;
}

#asset .sec03 .bg03 .box .texts {
  background: #C6D3D8;
  padding: 20px 30px;
  box-sizing: border-box;
}

#asset .sec04 {
  text-align: center;
  background: #F3F1EA;
  padding: 100px 0 50px;
}

#asset .sec04 .img01 {
  max-width: 810px;
  margin: 0 auto;
}

#asset .sec04 .mini {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 60px;
}

#asset .sec04 .txt {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}

#asset .sec04 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#asset .sec04 ul li {
  width: 42%;
}

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

#asset .sec04 ul .mini {
  text-align: left;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 16px;
}

#asset .sec04 .images {
  display: flex;
  justify-content: space-between;
}

#asset .sec04 .images .image {
  width: 49%;
}

#asset .sec04 .lead {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}

#asset .sec05 {
  text-align: center;
}

#asset .sec05 .txt {
  font-size: 24px;
  line-height: 2;
  color: #6C552E;
  margin-bottom: 30px;
}

#asset .sec05 .list01 {
  display: flex;
  justify-content: space-between;
}

#asset .sec05 .list01 li {
  background: #F3F1EA;
  padding: 50px 0 20px;
  width: 45%;
}

#asset .sec05 .list01 li:last-child {
  width: 55%;
  padding: 0;
}

#asset .sec05 .list01 .txt01 {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 10px;
}

#asset .sec05 .list01 .num01 {
  font-size: 36px;
  color: #6C552E;
  margin-bottom: 20px;
}

#asset .sec05 .list01 .num01 span {
  font-size: 55px;
  letter-spacing: 0;
}

#asset .sec05 .list01 .txt02 {
  font-size: 17px;
  margin-bottom: 20px;
}

#asset .sec05 .list01 .txt02 .middle {
  font-size: 40px;
  letter-spacing: 0;
  color: #6C552E;
}

#asset .sec05 .list01 .txt02 .big {
  font-size: 55px;
  letter-spacing: 0;
  color: #6C552E;
}

#asset .sec05 .list01 .txt02 .mini {
  font-size: 34px;
  letter-spacing: 0;
  color: #6C552E;
}

#asset .sec05 .list01 sup {
  font-size: 14px;
  vertical-align: super;
}

#asset .sec05 .mini {
  margin-top: 10px;
  text-align: left;
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 100px;
}

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

#asset .sec05 .list02 li {
  width: 45%;
}

#asset .sec05 .list02 li:last-child {
  position: relative;
  width: 55%;
  background: url(../images/asset/sec05-04.jpg);
  background-size: cover;
}

#asset .sec05 .list02 .lead {
  text-align: left;
  position: absolute;
  font-size: 14px;
  line-height: 2.2;
  color: #fff;
  top: 50%;
  left: 30%;
  transform: translate(-20%, -50%);
}

/*----------------
lgente
----------------*/
#lgente .sections .image {
  position: relative;
}

#lgente .sec01 {
  text-align: center;
  margin-bottom: 50px;
}

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

#lgente .sec01 .slider .slick-slide {
  margin: 0 20px;
}

#lgente .sec01 .txt {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px;
}

#lgente .sec01 .obi {
  font-size: 27px;
  background: linear-gradient(to right, transparent, rgba(15, 52, 88, 0.13) 50%, transparent 90%);
  padding: 12px 0;
}

#lgente .sec01 .img01 {
  max-width: 186px;
  margin: 0 auto;
}

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

#lgente .sec01 .list li {
  width: 32%;
}

#lgente .sec01 .list .obi01 {
  font-size: 18px;
  background: linear-gradient(to top, transparent, rgba(15, 52, 88, 0.13) 90%);
  padding: 12px 0;
}

#lgente .sec01 .list .txt01 {
  margin-top: 20px;
  font-size: 22px;
  ruby-position: under;
}

#lgente .sec01 .list .txt01 span {
  font-size: 46px;
  color: #6D542E;
  letter-spacing: .05em;
  font-family: "Cinzel", serif;
}

#lgente .sec01 .list rt {
  text-align: left;
  letter-spacing: .05em;
}

#lgente .sec01 .caps {
  max-width: 1000px;
  margin: auto;
  text-align: left;
  font-size: 10px;
  line-height: 1.5;
}

#lgente .sec02 {
  text-align: center;
  background: #F3F1EA;
  padding: 60px 0 100px;
  margin-bottom: 100px;
}

#lgente .sec02 .wrap {
  max-width: 1000px;
}

#lgente .sec02 .tit {
  font-size: 24px;
  line-height: 2;
  margin-bottom: 40px;
  background: #738C91;
  color: #fff;
  padding: 10px 0;
}

#lgente .sec02 .lead {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
}

#lgente .sec02 .image {
  max-width: 1200px;
  margin: auto;
}

#lgente .sec03 {
  text-align: center;
}

#lgente .sec03 .img01 {
  max-width: 1000px;
  margin: 0 auto 80px;
}

#lgente .sec04 {
  text-align: center;
  padding-bottom: 40px;
}

#lgente .sec04 .bg {
  background: linear-gradient(to top, transparent, rgba(81, 129, 165, 0.4) 90%);
  padding-top: 80px;
  position: relative;
}

#lgente .sec04 .bg .caption.top {
  bottom: auto;
  top: 0;
}

#lgente .sec04 .img02 {
  max-width: 600px;
  margin: 0 auto 100px;
}

#lgente .sec04 .img03 {
  max-width: 800px;
  margin: 0 auto 50px;
}

#lgente .sec04 .img03 .caption {
  text-align: left;
  line-height: 1.4;
}

#lgente .sec04 .txt {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}

#lgente .sec04 .img04 {
  max-width: 200px;
  margin: auto;
}

#lgente .tab-inner {
  display: none;
}

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

#lgente .change-buttons {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 100px;
}

#lgente .change-buttons li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
  ruby-position: under;
}

#lgente .change-buttons li rt {
  padding-top: 1px;
  font-size: 12px;
}

#lgente .change-buttons li .button span {
  padding: 22px 0;
}

#lgente .change-buttons li:last-child {
  margin-right: 0;
}

#lgente .change-buttons li:last-child .button span {
  padding: 14px 0 30px;
}

#lgente .change-buttons .button {
  display: block;
  color: #fff;
  font-size: 16px;
  background: rgba(185, 185, 185, 0.5);
}

#lgente .change-buttons .button.current {
  pointer-events: none;
  color: #fff;
  background: #6A8388;
}

#lgente .change-buttons .button span {
  display: inline-block;
}

#lgente .change-buttons .button:hover {
  opacity: 1;
  color: #fff;
  background: #6A8388;
  transition: .3s;
}

#lgente .change-buttons .none {
  pointer-events: none;
}

#lgente .sec05 {
  text-align: center;
  background: linear-gradient(to top, #F3F7F7 95%, transparent);
  padding-bottom: 60px;
}

#lgente .sec05 .tit {
  font-size: 36px;
  color: #718A8F;
  margin-bottom: 30px;
}

#lgente .sec05 .txt {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}

#lgente .sec05 .lead {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 100px;
}

#lgente .sec05 .kitchen00 {
  max-width: 800px;
  margin: 0 auto 80px;
}

#lgente .sec05 .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 2%;
  margin-bottom: 200px;
}

#lgente .sec05 .list li {
  width: 32%;
}

#lgente .sec05 .list .texts {
  text-align: left;
  margin-top: 20px;
}

#lgente .sec05 .list .texts li {
  display: inline-block;
  vertical-align: middle;
  width: 16%;
}

#lgente .sec05 .list .texts li:last-child {
  width: auto;
  margin-left: 3%;
}

#lgente .sec05 .list .texts li:last-child .info {
  font-size: 16px;
  line-height: 1.5;
}

#lgente .sec05 .dresser00 {
  max-width: 900px;
  margin: 0 auto 80px;
}

#lgente .sec05 .list02 {
  margin: auto;
}

/* ========================================================
 brand
======================================================== */
#brand .movie {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #000;
}

#brand video {
  width: 100%;
  height: auto;
}

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

#brand .intro {
  text-align: center;
  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 .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;
  }
}

/*----------------
location
----------------*/
#location .mv {
  margin-bottom: 0;
}

#location .mv .caption {
  text-align: right;
  line-height: 1.4;
}

#location .intro {
  text-align: center;
  background: url(../images/location/intro-bg.jpg);
  background-size: cover;
  padding: 100px 0 200px;
  color: #fff;
}

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

#location .intro .tit {
  font-size: 20px;
  margin-bottom: 80px;
}

#location .intro .txt {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 80px;
}

#location .intro .lead {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  max-width: 740px;
  margin: 100px auto 80px;
}

#location .intro .slick-slide {
  margin: 0 10px;
}

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

#location .intro .slider01 .min {
  font-size: 12px;
}

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

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

#location .sections .tit {
  font-size: 20px;
  padding-bottom: 80px;
  color: #6C552E;
}

#location .sec01 {
  background: #2C2B28;
  color: #fff;
}

#location .sec01 .tit {
  font-size: 20px;
  color: #C9BC9B;
  padding-top: 100px;
}

#location .sec01 .txt {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 80px;
}

#location .sec01 .lists .texts {
  text-align: left;
}

#location .sec01 .lists .category {
  font-size: 13px;
  color: #C9BC9C;
  margin: 50px 0 10px;
}

#location .sec01 .lists .name {
  font-size: 23px;
}

#location .sec01 .lists .min {
  font-size: 13px;
  color: #C9BC9C;
  margin-top: 10px;
}

#location .sec01 .lists .info {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #C9BC9C;
}

#location .sec01 .lists .image.small {
  max-width: 300px;
  margin: 0;
}

#location .sec01 .list01 {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 260px;
}

#location .sec01 .list01 li {
  width: 50%;
}

#location .sec01 .list01 li:last-child {
  width: 23%;
  margin-left: 2%;
}

#location .sec01 .list02 {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 200px;
}

#location .sec01 .list02 li {
  width: 20%;
}

#location .sec01 .list02 li:last-child {
  width: 60%;
  margin-left: 2%;
}

#location .sec01 .list02 li:first-child {
  margin-top: -6%;
}

#location .sec01 .list03 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 200px;
}

#location .sec01 .list03 li {
  width: 22%;
}

#location .sec01 .list03 li:nth-child(2) {
  width: 21%;
  margin-left: 12%;
  margin-top: -14%;
}

#location .sec01 .list03 li:last-child {
  width: 30%;
  margin-left: 2%;
}

#location .sec02 {
  margin-bottom: 150px;
}

#location .sec02 .txt {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 80px;
}

#location .sec02 .tab-inner {
  display: none;
}

#location .sec02 .tab-inner.current {
  display: block;
}

#location .sec02 .change-buttons {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
}

#location .sec02 .change-buttons li {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
  ruby-position: under;
}

#location .sec02 .change-buttons li rt {
  padding-top: 1px;
  font-size: 12px;
}

#location .sec02 .change-buttons li:last-child {
  margin-right: 0;
}

#location .sec02 .change-buttons .button {
  display: block;
  color: #A09177;
  font-size: 16px;
  border: 1px solid;
}

#location .sec02 .change-buttons .button.current {
  pointer-events: none;
  color: #fff;
  background: #A09177;
}

#location .sec02 .change-buttons .button span {
  display: inline-block;
  padding: 20px 0;
}

#location .sec02 .change-buttons .button:hover {
  opacity: 1;
  color: #fff;
  background: #A09177;
  transition: .3s;
}

#location .sec02 .lead {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 100px;
}

#location .sec02 .map {
  max-width: 1000px;
  margin: auto;
}

#location .sec03 {
  background: #F3F1EA;
  padding: 100px 0;
}

#location .sec03 .txt {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 80px;
}

#location .sec03 .list01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

#location .sec03 .list01 li {
  width: 23%;
}

#location .sec03 .list01 .name {
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  color: #6C552E;
  margin: 10px 0;
}

#location .sec03 .list01 .min {
  text-align: left;
  font-size: 10px;
}

#location .sec03 .txt01 {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}

#location .sec03 .list02 {
  display: flex;
  justify-content: space-between;
}

#location .sec03 .list02 li {
  width: 46%;
}

#location .sec03 .list02 li:last-child {
  position: relative;
  width: 54%;
  background: #C9D6D9;
}

#location .sec03 .list02 .texts {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-10%, -50%);
}

#location .sec03 .list02 .texts .box {
  background: #fff;
  padding: 20px;
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
}

#location .sec03 .list02 .texts .box span {
  font-size: 14px;
}

#location .sec03 .list02 .texts .box.box01 {
  margin-bottom: 10px;
}

#location .sec04 .list01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

#location .sec04 .list01 li {
  width: 48%;
  margin-bottom: 50px;
}

#location .sec04 .list01 .category {
  text-align: left;
  font-size: 18px;
  color: #6C552E;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#location .sec04 .list01 .shops {
  display: flex;
  justify-content: space-between;
}

#location .sec04 .list01 .shops .images {
  width: 47%;
}

#location .sec04 .list01 .shops .name {
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0 8px;
  color: #6C552E;
}

#location .sec04 .list01 .shops .min {
  text-align: left;
  font-size: 10px;
}

#location .sec04 .list02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  align-items: center;
}

#location .sec04 .list02 li {
  width: 25%;
}

#location .sec04 .list02 li:last-child {
  width: 45%;
  margin-left: 4%;
}

#location .sec04 .list02 .txt {
  text-align: left;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}

#location .sec04 .list02 .lead {
  text-align: left;
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 2;
}

#location .sec05 {
  background: #F3F1EA;
  padding: 100px 0;
}

#location .sec05 .txt {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}

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

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

#location .sec05 ul .caption {
  text-align: left;
  letter-spacing: 0;
}

#location .sec05 ul li {
  width: 30%;
}

#location .sec05 ul li:last-child {
  width: 68%;
}

#location .sec05 ul .images {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}

#location .sec05 ul .images .image {
  width: 49.9%;
}

#location .sec05 ul .caps {
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 10px;
}

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

#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: #A09177;
  border: 1px solid;
  font-size: 14px;
  padding: 15px 0;
}

#location .life-info .tabs a.current {
  background: #A09177;
  color: #fff;
  border: 1px solid;
  pointer-events: none;
}

#location .life-info .tabs a:hover {
  color: #fff;
  background: #A09177;
  border: 1px solid;
  opacity: 1;
}

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

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

#location .life-info .list-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  min-height: 666px;
  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: #A09177;
  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: 60rem 0 0;
  }
  #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;
  }
}

/*----------------
outline
----------------*/
#outline .intro {
  padding-top: 150px;
}

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

#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 {
  padding-top: 60px;
  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 .intro {
    padding-top: 200px;
  }
  #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-top: 40px;
    line-height: 1.4;
  }
  #outline .contents .info-area .buken_comment p {
    line-height: 1.4;
  }
}

/* ========================================================
 quality
======================================================== */
#quality .page-sub {
  text-align: center;
  font-size: 18rem;
  color: #6C552E;
  margin: 60rem auto;
}

#quality .tab-btns {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 100px;
}

#quality .tab-btns li {
  text-align: center;
  display: inline-block;
  width: 16%;
  margin-right: 4%;
}

#quality .tab-btns li:last-child {
  margin-right: 0;
}

#quality .tab-btns .button {
  display: block;
  color: #9A9A9A;
  font-size: 20px;
  letter-spacing: .2em;
}

#quality .tab-btns .button.current {
  pointer-events: none;
  color: #000;
  border-bottom: 2px solid;
  transition: .3s;
}

#quality .tab-btns .button span.en {
  display: inline-block;
  padding: 16px 0;
}

#quality .tab-btns .button:hover {
  opacity: 1;
  color: #000;
  border-bottom: 2px solid;
}

#quality .sections {
  text-align: center;
  padding-bottom: 80rem;
}

#quality .sections .wrap {
  max-width: 1024px;
}

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

#quality .sections .tit {
  font-size: 36rem;
  color: #6C552E;
  margin-bottom: 60rem;
}

#quality .sections .items {
  display: flex;
  flex-wrap: wrap;
}

#quality .sections .items li {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 50rem;
}

#quality .sections .items li:nth-child(3n),
#quality .sections .items li:last-child {
  margin-right: auto;
}

#quality .sections .items .name {
  text-align: left;
  font-size: 16rem;
  line-height: 1.5;
  margin: 20rem 0 14rem;
}

#quality .sections .items .info {
  text-align: left;
  font-size: 12rem;
  line-height: 2;
}

#quality .sections .items .mini {
  text-align: left;
  font-size: 10rem;
  line-height: 1.5;
  margin: 10rem 0 0;
}

#quality .sections .item01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#quality .sections .item01 li {
  width: 65%;
  margin-right: 3%;
}

#quality .sections .item01 li:last-child {
  width: 31%;
  margin-right: auto;
}

#quality .sections .item01 .name {
  margin: 0 0 14rem;
}

#quality .sections .item02 {
  display: flex;
  flex-wrap: wrap;
}

#quality .sections .item02 li {
  width: 65%;
  margin-right: 3%;
}

#quality .sections .item02 li:last-child {
  width: 31%;
  margin-right: auto;
}

#quality page-content .bg {
  background: #F3F1EA;
  padding: 120rem 0 0;
  margin-bottom: 120rem;
}

#quality page-content .bg.last {
  margin-bottom: 0;
}

#quality .safety .box {
  max-width: 1200px;
  margin: 0 auto 80rem;
  background: #F3F1EA;
  padding: 60rem 0;
}

#quality .safety .box .list {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#quality .safety .box .list li {
  width: 50%;
}

#quality .safety .box .list li:last-child {
  width: 46%;
}

#quality .safety .box .list .txt {
  font-size: 24px;
  color: #6C552E;
  border-bottom: 1px solid;
  padding-bottom: 16rem;
  margin-bottom: 20rem;
}

#quality .safety .box .list .icon {
  max-width: 190px;
  margin: 0 auto 16rem;
}

#quality .safety .box .list .lead {
  text-align: left;
  font-size: 14rem;
  line-height: 1.8;
}

#quality .zeh .sub {
  font-size: 24rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#quality .zeh .box {
  max-width: 1000px;
  margin: 0 auto 100rem;
  background: #9C8F7D;
  padding: 40rem 0 30rem;
  color: #fff;
}

#quality .zeh .box .big-tit {
  font-size: 24rem;
  margin-bottom: 40rem;
}

#quality .zeh .box .list {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#quality .zeh .box .list li {
  width: 50%;
}

#quality .zeh .box .list li:last-child {
  width: 46%;
}

#quality .zeh .box .list .lead {
  text-align: left;
  font-size: 14rem;
}

#quality .zeh .box .list .img-tit {
  text-align: left;
  font-size: 14rem;
  line-height: 1.6;
  margin-bottom: 20rem;
}

#quality .zeh .box .caps {
  width: 90%;
  margin: 20rem auto 0;
  text-align: left;
  font-size: 10rem;
  line-height: 1.5;
}

#quality .zeh .inners {
  margin-bottom: 120rem;
}

#quality .zeh .inners .txt {
  font-size: 24rem;
  line-height: 2;
  margin-bottom: 40rem;
}

#quality .zeh .inners .lead {
  font-size: 14rem;
  line-height: 1.8;
  margin-bottom: 40rem;
}

#quality .zeh .inners .mini {
  font-size: 10rem;
  line-height: 1.5;
}

#quality .zeh .inner01 .image {
  max-width: 785px;
  margin: 40rem auto 0;
}

#quality .zeh .inner02 .image {
  max-width: 785px;
  margin: 0 auto 40rem;
}

#quality .zeh .inner02 .mini {
  max-width: 785px;
  margin: auto;
  text-align: left;
}

#quality .zeh .inner03 .list01 {
  max-width: 716px;
  margin: 0 auto 60rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#quality .zeh .inner03 .list01 li {
  width: 55%;
}

#quality .zeh .inner03 .list01 li:last-child {
  width: 40%;
}

#quality .zeh .inner03 .list01 .lead {
  text-align: left;
  margin: auto;
}

#quality .zeh .inner04 {
  margin-bottom: 0;
}

#quality .zeh .inner04 .txt {
  margin-bottom: 20rem;
}

#quality .zeh .inner04 .mini01 {
  font-size: 12rem;
  margin-bottom: 40rem;
}

#quality .zeh .inner04 .image {
  max-width: 588px;
  margin: 0 auto 20rem;
}

#quality .zeh .inner04 .mini {
  max-width: 588px;
  margin: auto;
  text-align: left;
}

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

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

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

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

#entry .error {
  display: none;
}

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

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

#entry .page-content .page-titles .page-title {
  text-align: center;
  font-size: 56rem;
  line-height: 1.1;
  padding-bottom: 4rem;
  color: #C9BC9B;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ========================================================
 limited
======================================================== */
#limited main {
  background: #F3F1EA;
  color: #000;
  padding-bottom: 100px;
}

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

#limited .page-content .page-titles .page-title {
  font-size: 40rem;
}

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

#limited .btn-lists .texts .name {
  font-size: 20rem;
  font-weight: 200;
  margin-bottom: 25px;
  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: 14px;
  display: inline-block;
  padding: 7px 12px;
  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 .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;
  }
}

@media screen and (max-width: 768px) {
  .lower .site-header {
    position: fixed;
  }
  .lower .swipe-box {
    padding-bottom: 15rem;
    overflow-x: auto;
  }
  .lower .swipe-list {
    padding-bottom: 15rem;
    overflow-x: auto;
  }
  .lower .modal-window {
    width: 94%;
  }
  .lower .caption.noBg {
    color: #000;
    background: none;
  }
  .lower .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 .mv {
    margin-bottom: 88rem;
    padding-top: 49rem;
  }
  .lower .mv.on .image img {
    transform: scale(1);
    filter: blur(0px);
  }
  .lower .page-title {
    font-size: 36rem;
    padding-bottom: 9rem;
  }
  .lower .page-ja {
    font-size: 16rem;
    line-height: 2;
  }
  .lower .page-titles {
    padding-bottom: 60rem;
  }
  /*----------------
map
----------------*/
  #map .maps .links li {
    position: relative;
  }
  #map .maps .links li a {
    padding: 19rem 30rem 16rem;
  }
  #map .maps .links li .icon {
    width: 16rem;
    vertical-align: middle;
    margin-right: 25rem;
    margin-top: -3rem;
  }
  #map .maps .tap-btn {
    margin-top: 20px;
  }
  #map .ginza {
    padding-top: 85rem;
    width: 90%;
  }
  #map .ginza .title {
    margin: 0 auto;
    width: auto;
    line-height: 1.6;
    padding-bottom: 41rem;
  }
  #map .ginza .box {
    display: block;
  }
  #map .ginza .images {
    width: auto;
    margin-bottom: 24rem;
  }
  #map .ginza .texts {
    margin: 0 auto;
    width: auto;
  }
  #map .ginza .tables {
    display: block;
    text-align: center;
    margin-bottom: 27rem;
    padding-bottom: 23rem;
  }
  #map .ginza .tables dt {
    font-size: 16rem;
    width: auto;
    padding-bottom: 17rem;
  }
  #map .ginza .tables dd {
    font-size: 14rem;
    width: auto;
  }
  #map .ginza .tables .text01 {
    line-height: 1.7;
  }
  #map .ginza .tables .text03 {
    display: block;
    padding-bottom: 6rem;
  }
  #map .ginza .tables .text03 span {
    line-height: 1.8;
  }
  #map .ginza .tables .text02 {
    padding-bottom: 12rem;
  }
  #map .ginza .tables .text04 {
    padding: 20rem 0  12rem;
  }
  #map .ginza .button a {
    padding: 19rem 30rem 16rem;
  }
  #map .ginza .button .icon {
    width: 16rem;
    vertical-align: middle;
    margin-right: 25rem;
    margin-top: -3rem;
  }
  /*----------------
position
----------------*/
  #position .sec01 {
    margin-bottom: 60px;
  }
  #position .sec01 .img-tit {
    width: 90%;
    margin: 0 auto 10px;
  }
  #position .sec01 .bg {
    background: url(../images/position/sec01-bg-sp.jpg) center bottom;
    background-size: cover;
    padding: 22% 0;
    position: relative;
  }
  #position .sec01 .bg .texts {
    position: inherit;
    width: 94%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
  }
  #position .sec01 .bg .txt {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 50px;
  }
  #position .sec01 .bg .lead {
    font-size: 14px;
    line-height: 2;
  }
  #position .sec02 {
    margin-bottom: 60px;
  }
  #position .sec02 .tit {
    font-size: 18px;
    margin-bottom: 50px;
  }
  #position .sec02 .img01 {
    margin-bottom: 60px;
  }
  #position .sec02 .txt {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  #position .sec02 .lead {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 60px;
  }
  #position .sec03 .tit {
    font-size: 18px;
    color: #6C552E;
    margin-bottom: 40px;
  }
  #position .sec03 .txt {
    font-size: 18px;
    margin-bottom: 60px;
  }
  #position .sec04 {
    background: url(../images/position/bg-sp.jpg);
    background-size: cover;
    padding: 60px 0 0;
  }
  #position .sec04 .txt {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #position .sec04 .lead {
    margin-bottom: 40px;
  }
  #position .sec04 .lists {
    max-width: 1000px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #position .sec04 .list01 li {
    width: 48%;
  }
  #position .sec04 .list01 li:last-child {
    width: 100%;
    margin-left: auto;
    margin-top: 40px;
  }
  #position .sec04 .list02 li {
    width: 100%;
  }
  #position .sec04 .list02 li:last-child {
    display: none;
  }
  #position .sec04 .caps.sp {
    margin-bottom: 40px;
  }
  #position .sec05 {
    background: url(../images/position/bg-sp.jpg);
    background-size: cover;
    padding: 0 0 10px;
  }
  #position .sec05 .img01 .caption {
    bottom: 8%;
  }
  #position .sec05 .list01 {
    display: block;
    margin-bottom: 40px;
  }
  #position .sec05 .list01 li {
    width: 100%;
  }
  #position .sec05 .list01 li:last-child {
    text-align: left;
    width: 94%;
    margin: auto;
  }
  #position .sec05 .tit {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
    color: #6C552E;
  }
  #position .sec05 .list02 {
    margin-bottom: 0;
    width: 240vw;
  }
  #position .sec05 .list02 li {
    width: 98%;
    margin-right: 2%;
  }
  #position .sec05 .list02 li:last-child {
    margin-right: 0;
  }
  #position .sec05 .list03 {
    max-width: inherit;
    margin-bottom: 0;
    width: 158vw;
  }
  #position .sec05 .list03 li {
    width: 97%;
    margin-right: 3%;
  }
  #position .sec05 .list03 li:last-child {
    margin-right: 0;
  }
  #position .sec05 .swipe {
    margin: 20px auto 50px;
  }
  #position .sec06 {
    padding: 50px 0;
  }
  #position .sec06 .line {
    width: 1px;
    margin: 0 auto 50px;
  }
  #position .sec06 .tit {
    font-size: 18px;
    margin-bottom: 50px;
  }
  #position .sec06 .list {
    display: block;
  }
  #position .sec06 .list li {
    width: 100%;
  }
  #position .sec06 .list li:last-child {
    width: 100%;
    margin-top: 10px;
  }
  #position .sec06 .list .top {
    margin-top: 10px;
  }
  #position .sec06 .caps {
    text-align: left;
    margin-bottom: 50px;
  }
  #position .sec06 .txt {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
  }
  #position .sec06 .lead {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
  }
  #position .sec07 {
    background: url(../images/position/sec07-bg-sp.jpg);
    background-size: cover;
    padding: 80px 0 30px;
    color: #fff;
  }
  #position .sec07 .tit {
    font-size: 18px;
    margin-bottom: 60px;
  }
  #position .sec07 .caps {
    text-align: left;
  }
  /*----------------
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: 30px 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: 80%;
    margin-top: 40px;
  }
  #residence .sec03 .tit {
    margin-top: 50px;
  }
  #residence .sec03 .txt {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
  }
  #residence .sec03 .list {
    margin: 0 auto 50px;
    display: block;
  }
  #residence .sec03 .list li {
    width: 100%;
  }
  #residence .sec03 .list li:nth-child(2) {
    width: 80%;
    margin: auto;
  }
  #residence .sec03 .list li:last-child {
    width: 100%;
  }
  #residence .sec03 .img02 {
    width: 100%;
    margin: 40px auto;
  }
  #residence .sec03 .images {
    display: none;
  }
  #residence .sec03 .img10, #residence .sec03 .img11 {
    margin-top: 0;
  }
  #residence .sec03 .lead {
    margin: 0 auto 60px;
  }
  #residence .sec03 .boxs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 200vw;
  }
  #residence .sec03 .boxs .box {
    width: 32%;
  }
  #residence .sec03 .sp-list {
    display: flex;
    justify-content: space-between;
  }
  #residence .sec03 .sp-list li {
    width: 50%;
  }
  #residence .sec04 {
    padding: 60px 0;
  }
  #residence .sec04 .txt {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  #residence .sec04 .list01 {
    width: 200vw;
    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 .sections .tit {
    font-size: 18px;
    margin-bottom: 60px;
  }
  #access .sec01 {
    margin-bottom: 80px;
  }
  #access .sec01 .txt {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
  #access .sec01 .img01 {
    margin: 0 auto;
  }
  #access .sec01 .img01 .swipe-img img {
    width: 580px !important;
  }
  #access .sec01 ul {
    display: block;
    width: 90%;
    margin: 60px auto 40px;
  }
  #access .sec01 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #access .sec01 .img02 {
    margin: 30px auto 0;
  }
  #access .sec01 .img02 .swipe-img img {
    width: 600px !important;
  }
  #access .sec01 .img03 {
    margin-top: 50px;
  }
  #access .sec02 {
    padding: 80px 0;
  }
  #access .sec02 .txt {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
  #access .sec02 ul {
    display: block;
  }
  #access .sec02 ul li {
    width: 100%;
  }
  #access .sec02 ul li:last-child {
    width: 100%;
    margin-top: 50px;
  }
  #access .sec03 {
    padding: 80px 0;
  }
  #access .sec03 .txt {
    font-size: 18px;
    letter-spacing: 0;
  }
  #access .sec03 .txt01 {
    font-size: 18px;
    letter-spacing: 0;
    margin: 20px auto;
  }
  #access .sec03 .img02 {
    margin: 0 auto;
  }
  #access .sec03 .img02 .swipe-img img {
    width: 680px !important;
  }
  #access .sec03 ul {
    display: block;
    margin-top: 50px;
  }
  #access .sec03 ul li {
    width: 100%;
  }
  #access .sec03 ul li:last-child {
    width: 90%;
    margin: auto;
  }
  #access .sec03 ul li:last-child .caption {
    bottom: auto;
    top: 35.3%;
  }
  #access .sec03 .lead {
    margin-bottom: 40px;
  }
  #access .sec04 {
    width: 94%;
    margin: auto;
    padding: 80px 0;
  }
  #access .sec04 .txt {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  #access .sec04 ul {
    display: block;
  }
  #access .sec04 ul li {
    width: 100%;
  }
  #access .sec04 ul li:last-child {
    width: 100%;
    margin-top: 50px;
  }
  /*----------------
plan
----------------*/
  #plan .sections .tit {
    font-size: 18px;
    margin-bottom: 60px;
  }
  #plan .sec01 {
    margin-bottom: 60px;
  }
  #plan .sec01 .txt {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  #plan .sec01 .lead {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 50px;
  }
  #plan .sec01 .list01 {
    margin: 0 auto 80px;
    display: block;
  }
  #plan .sec01 .list01 li {
    width: 55%;
    margin: 0 auto 50px;
  }
  #plan .sec01 .list01 li:last-child {
    width: 100%;
  }
  #plan .sec01 .list01 .img07 {
    margin-top: 40px;
  }
  #plan .sec01 .list01 .change-buttons li {
    text-align: center;
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  #plan .sec01 .list01 .change-buttons li:last-child {
    width: 48%;
    margin-right: 0;
    margin-bottom: 0;
  }
  #plan .sec01 .list01 .change-buttons .button {
    font-size: 13rem;
  }
  #plan .sec01 .list02 {
    display: flex;
    flex-wrap: nowrap;
    row-gap: 0;
    column-gap: 1%;
    width: 322vw;
    margin-bottom: 0;
  }
  #plan .sec01 .list02 li {
    width: auto;
    margin-bottom: 10px;
  }
  #plan .sec01 .list02 .name {
    font-size: 15px;
  }
  #plan .sec01 .list02 .info {
    font-size: 13px;
  }
  #plan .plan-btns {
    padding: 60px 0;
  }
  #plan .plan-btns .lists .btn {
    background: #9C8F7D;
    padding: 30px 0;
    font-size: 18px;
    color: #fff;
  }
  #plan .plan-btns .list01 {
    display: block;
  }
  #plan .plan-btns .list01 li {
    width: 100%;
    margin-bottom: 50px;
  }
  #plan .plan-btns .list01 .image {
    width: 80%;
    margin: 0 auto 30px;
  }
  #plan .plan-btns .list02 {
    display: block;
  }
  #plan .plan-btns .list02 li {
    width: 100%;
    margin-bottom: 50px;
  }
  #plan .plan-btns .list02 li:last-child {
    margin: auto;
  }
  /*----------------
plan.detail
----------------*/
  #plan.detail main {
    padding: 0 0 80px;
  }
  #plan.detail .plans {
    text-align: center;
  }
  #plan.detail .plans.no-mv {
    padding-top: 40%;
  }
  #plan.detail .plans .width {
    margin-bottom: 40px;
  }
  #plan.detail .plans .room-img {
    width: 100%;
    margin: 0 auto 50px;
  }
  #plan.detail .plans .cage {
    width: 150px;
    margin: 50px auto;
  }
  #plan.detail .plans .guide-txt {
    text-align: left;
  }
  #plan.detail .plans .change-buttons {
    margin: 0 auto 40px;
  }
  /*----------------
asset
----------------*/
  #asset .sections .tit {
    font-size: 18px;
    margin-bottom: 60px;
  }
  #asset .sec01 .tit {
    margin-bottom: 10px;
  }
  #asset .sec01 .img01 {
    margin-bottom: 0;
  }
  #asset .sec01 .img01 .swipe-img img {
    width: 680px !important;
  }
  #asset .sec01 .img02 {
    margin-top: 60px;
  }
  #asset .sec01 .bg {
    padding: 50px 0;
  }
  #asset .sec01 .txt {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  #asset .sec01 .lead {
    text-align: left;
  }
  #asset .sec02 {
    text-align: center;
    padding: 80px 0;
  }
  #asset .sec02 .txt {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
  #asset .sec02 .lead {
    text-align: left;
  }
  #asset .sec02 ul {
    margin: 30px auto 10px;
    display: block;
  }
  #asset .sec02 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #asset .sec02 ul li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  #asset .sec02 ul .img03 {
    margin: 20px auto 0;
  }
  #asset .sec03 .bg-img {
    position: relative;
  }
  #asset .sec03 .bg-img .caption {
    bottom: auto;
    top: 0;
  }
  #asset .sec03 .bg01 {
    background: none;
    padding: 0;
    margin-bottom: 60px;
  }
  #asset .sec03 .bg01 .box {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  #asset .sec03 .bg01 .box .txt {
    padding-left: 10px;
    letter-spacing: 0;
  }
  #asset .sec03 .bg01 .box01 {
    margin-top: -50px;
    margin-bottom: 10px;
  }
  #asset .sec03 .bg02 {
    background: none;
    padding: 0;
    margin-bottom: 60px;
  }
  #asset .sec03 .bg02 .box {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: -50px;
  }
  #asset .sec03 .bg02 .box .txt {
    padding-left: 10px;
    letter-spacing: 0;
  }
  #asset .sec03 .bg02 .box .lead {
    padding: 0 20px 20px;
  }
  #asset .sec03 .bg03 {
    background: none;
    padding: 0;
    margin-bottom: 60px;
  }
  #asset .sec03 .bg03 .box {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: -50px;
    display: block;
  }
  #asset .sec03 .bg03 .box .txt {
    letter-spacing: 0;
  }
  #asset .sec03 .bg03 .box .image, #asset .sec03 .bg03 .box .texts {
    width: 100%;
  }
  #asset .sec03 .bg03 .box .texts {
    padding: 20px;
    box-sizing: border-box;
  }
  #asset .sec04 {
    padding: 80px 0 50px;
  }
  #asset .sec04 .mini {
    text-align: left;
    margin-bottom: 60px;
  }
  #asset .sec04 .txt {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  #asset .sec04 ul {
    display: block;
  }
  #asset .sec04 ul li {
    width: 100%;
  }
  #asset .sec04 ul li:last-child {
    width: 100%;
    margin-top: 50px;
  }
  #asset .sec05 {
    text-align: center;
  }
  #asset .sec05 .tit {
    margin-top: 60px;
  }
  #asset .sec05 .txt {
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  #asset .sec05 .list01 {
    display: block;
  }
  #asset .sec05 .list01 li {
    background: #F3F1EA;
    padding: 40px 0 20px;
    width: 100%;
  }
  #asset .sec05 .list01 li:last-child {
    display: none;
  }
  #asset .sec05 .list01 .txt01 {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  #asset .sec05 .list01 .num01 {
    font-size: 26px;
    color: #6C552E;
    margin-bottom: 20px;
  }
  #asset .sec05 .list01 .num01 span {
    font-size: 42px;
    letter-spacing: 0;
  }
  #asset .sec05 .list01 .txt02 {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #asset .sec05 .list01 .txt02 .middle {
    font-size: 30px;
  }
  #asset .sec05 .list01 .txt02 .big {
    font-size: 42px;
  }
  #asset .sec05 .list01 .txt02 .mini {
    font-size: 26px;
  }
  #asset .sec05 .list01 .mini {
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 10px;
    line-height: 1.5;
  }
  #asset .sec05 .mini {
    margin: 10px auto 60px;
  }
  #asset .sec05 .list02 {
    display: block;
  }
  #asset .sec05 .list02 li {
    width: 100%;
  }
  #asset .sec05 .list02 li:last-child {
    width: 100%;
    background: url(../images/asset/sec05-04-sp.jpg);
    background-size: cover;
    padding: 60% 0;
  }
  #asset .sec05 .list02 .lead {
    text-align: left;
    position: absolute;
    font-size: 14px;
    line-height: 2.2;
    color: #fff;
    top: 50%;
    left: 20%;
    transform: translate(-10%, -50%);
  }
  /*----------------
lgente
----------------*/
  #lgente .sec01 {
    text-align: center;
    margin-bottom: 50px;
  }
  #lgente .sec01 .slider {
    margin-bottom: 50px;
  }
  #lgente .sec01 .slider .slick-slide {
    margin: 0 20px;
  }
  #lgente .sec01 .obi {
    font-size: 20px;
    line-height: 1.4;
  }
  #lgente .sec01 .img01 {
    max-width: 180px;
    margin: 0 auto;
  }
  #lgente .sec01 .list {
    max-width: 1000px;
    margin: 0 auto 40px;
    display: block;
  }
  #lgente .sec01 .list li {
    width: 100%;
    margin-bottom: 40px;
  }
  #lgente .sec02 {
    padding: 60px 0 60px;
    margin-bottom: 60px;
  }
  #lgente .sec02 .tit {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 40px;
    background: #738C91;
    color: #fff;
    padding: 10px 0;
  }
  #lgente .sec02 .lead {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  #lgente .sec03 .img01 {
    margin: 0 auto;
  }
  #lgente .sec03 .img01 .swipe-img img {
    width: 1000px !important;
  }
  #lgente .sec04 {
    text-align: center;
    padding-bottom: 40px;
  }
  #lgente .sec04 .bg {
    background: linear-gradient(to top, transparent, rgba(81, 129, 165, 0.4) 97%);
    padding-top: 60px;
  }
  #lgente .sec04 .img02 {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  #lgente .sec04 .img03 {
    max-width: 800px;
    margin: 0 auto 80px;
  }
  #lgente .sec04 .img03 .caption {
    bottom: -40px;
  }
  #lgente .sec04 .txt {
    font-size: 18px;
    letter-spacing: 0;
  }
  #lgente .sec04 .img04 {
    max-width: 200px;
    margin: auto;
  }
  #lgente .change-buttons {
    margin: 0 auto 80px;
  }
  #lgente .sec05 {
    text-align: center;
    background: linear-gradient(to top, #F3F7F7 95%, transparent);
    padding-bottom: 1px;
  }
  #lgente .sec05 .txt {
    font-size: 18px;
    letter-spacing: 0;
  }
  #lgente .sec05 .lead {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 60px;
  }
  #lgente .sec05 .kitchen00 {
    max-width: 800px;
    margin: 0 auto 60px;
  }
  #lgente .sec05 .list {
    display: flex;
    flex-wrap: nowrap;
    row-gap: 0;
    column-gap: 1%;
    width: 322vw;
    margin-bottom: 0;
  }
  #lgente .sec05 .list li {
    width: auto;
  }
  #lgente .sec05 .list .texts {
    text-align: left;
    margin-top: 20px;
  }
  #lgente .sec05 .list .texts li {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
  }
  #lgente .sec05 .list .texts li:last-child {
    width: 82%;
    margin-left: 2%;
  }
  #lgente .sec05 .list .texts li:last-child .info {
    font-size: 13px;
    line-height: 1.5;
  }
  #lgente .sec05 .swipe {
    margin-bottom: 80px;
  }
  #lgente .sec05 .dresser00 {
    max-width: 900px;
    margin: 0 auto 80px;
  }
  #lgente .sec05 .list02 {
    width: 390vw;
  }
  /* ========================================================
 brand
======================================================== */
  #brand .movie video {
    width: 100vw;
  }
  #brand .intro {
    margin-bottom: 60px;
  }
  #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 .cafe .img02 .swipe-img img {
    width: 1000px !important;
  }
  #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;
  }
  /*----------------
location
----------------*/
  #location .intro {
    text-align: center;
    background: url(../images/location/intro-bg-sp.jpg);
    background-size: cover;
    padding: 60px 0 80px;
  }
  #location .intro .tit {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 60px;
  }
  #location .intro .txt {
    font-size: 18px;
    line-height: 2;
    letter-spacing: .05em;
    margin-bottom: 60px;
  }
  #location .intro .swipe-img img {
    width: 768px !important;
  }
  #location .intro .lead {
    margin: 60px auto 60px;
  }
  #location .sections {
    text-align: center;
  }
  #location .sections .image {
    position: relative;
  }
  #location .sections .tit {
    font-size: 18px;
    letter-spacing: 0;
    padding-bottom: 50px;
  }
  #location .sec01 .txt {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 60px;
  }
  #location .sec01 .lists .texts {
    text-align: left;
    width: 90%;
    margin: auto;
  }
  #location .sec01 .list01 {
    display: block;
    padding-bottom: 100px;
  }
  #location .sec01 .list01 li {
    width: 84%;
    margin-bottom: 30px;
  }
  #location .sec01 .list01 li:last-child {
    width: 100%;
    margin: auto;
  }
  #location .sec01 .list01 .image.small {
    max-width: 70%;
    margin: 0 0 0 auto;
  }
  #location .sec01 .list02 {
    display: block;
    padding-bottom: 100px;
  }
  #location .sec01 .list02 li {
    width: 100%;
  }
  #location .sec01 .list02 li:last-child {
    display: none;
  }
  #location .sec01 .list02 li:first-child {
    margin-top: 0;
  }
  #location .sec01 .list02 .img04 {
    width: 84%;
    margin: 0 0 30px auto;
  }
  #location .sec01 .list02 .image.small {
    max-width: 64%;
    margin: 0;
  }
  #location .sec01 .list03 {
    display: block;
    padding-bottom: 80px;
  }
  #location .sec01 .list03 li {
    width: 60%;
    margin: 0 0 20px auto;
  }
  #location .sec01 .list03 li:nth-child(2) {
    width: 100%;
    margin: auto;
  }
  #location .sec01 .list03 li:nth-child(2) .image {
    width: 65%;
  }
  #location .sec01 .list03 li:last-child {
    width: 60%;
    margin: 40px 20px 0 auto;
  }
  #location .sec02 {
    margin-bottom: 150px;
  }
  #location .sec02 .tit {
    margin-top: 60px;
  }
  #location .sec02 .txt {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 60px;
  }
  #location .sec02 .change-buttons {
    margin: 0 auto 40px;
  }
  #location .sec02 .change-buttons .button {
    font-size: 12px;
  }
  #location .sec02 .change-buttons .button span {
    letter-spacing: 0;
  }
  #location .sec02 .lead {
    margin-bottom: 40px;
  }
  #location .sec02 .map .swipe-img img {
    width: 700px !important;
  }
  #location .sec02 .swipe {
    margin-top: 40px;
  }
  #location .sec03 {
    padding: 60px 0;
  }
  #location .sec03 .txt {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 60px;
  }
  #location .sec03 .list01 {
    width: 300vw;
    margin-bottom: 0;
  }
  #location .sec03 .txt01 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px;
  }
  #location .sec03 .list02 {
    display: block;
  }
  #location .sec03 .list02 li {
    width: 100%;
  }
  #location .sec03 .list02 li:last-child {
    position: inherit;
    width: 100%;
    background: #C9D6D9;
  }
  #location .sec03 .list02 .texts {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0);
    padding: 15px;
    box-sizing: border-box;
  }
  #location .sec03 .list02 .texts .box.box01 {
    margin-bottom: 15px;
  }
  #location .sec04 .tit {
    margin-top: 60px;
  }
  #location .sec04 .list01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #location .sec04 .list01 li {
    width: 100%;
    margin-bottom: 40px;
  }
  #location .sec04 .list01 .shops .images {
    width: 49%;
  }
  #location .sec04 .list01 .shops .name {
    letter-spacing: 0;
  }
  #location .sec04 .list02 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    align-items: center;
  }
  #location .sec04 .list02 li {
    width: 49.5%;
  }
  #location .sec04 .list02 li:last-child {
    width: 100%;
    margin-top: 50px;
  }
  #location .sec04 .list02 .txt {
    letter-spacing: 0;
    margin-bottom: 40px;
  }
  #location .sec05 {
    padding: 60px 0;
  }
  #location .sec05 .lead {
    text-align: left;
    margin-bottom: 50px;
  }
  #location .sec05 ul {
    flex-wrap: wrap;
  }
  #location .sec05 ul .caption {
    text-align: right;
    letter-spacing: 0;
  }
  #location .sec05 ul li {
    width: 94%;
    margin: 0 auto 40px;
  }
  #location .sec05 ul li:last-child {
    display: none;
  }
  #location .sec05 .swipe-img img {
    width: 800px !important;
  }
  /* ========================================================
 quality
======================================================== */
  #quality .page-sub {
    text-align: left;
    font-size: 20rem;
    line-height: 1.6;
    margin: 60rem auto 0;
  }
  #quality .tab-btns {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 60px;
  }
  #quality .tab-btns li {
    text-align: center;
    display: inline-block;
    width: 16%;
    margin-right: 4%;
  }
  #quality .tab-btns li:last-child {
    margin-right: 0;
  }
  #quality .tab-btns .button {
    display: block;
    color: #9A9A9A;
    font-size: 20px;
    letter-spacing: .2em;
  }
  #quality .tab-btns .button.current {
    pointer-events: none;
    color: #000;
    border-bottom: 2px solid;
    transition: .3s;
  }
  #quality .tab-btns .button span.en {
    display: inline-block;
    padding: 16px 0;
  }
  #quality .tab-btns .button:hover {
    opacity: 1;
    color: #000;
    border-bottom: 2px solid;
  }
  #quality .tab-btns {
    width: 90%;
    margin: 0 auto 60rem;
  }
  #quality .tab-btns li {
    width: 47%;
    margin-bottom: 10px;
  }
  #quality .tab-btns li:nth-child(2n),
  #quality .tab-btns li:last-child {
    margin: auto;
  }
  #quality .sections {
    text-align: center;
    padding-bottom: 50rem;
  }
  #quality .sections .tit {
    font-size: 30rem;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 30rem;
  }
  #quality .sections .items {
    display: block;
    flex-wrap: wrap;
  }
  #quality .sections .items li {
    width: 100%;
    margin-right: 30;
    margin-bottom: 30rem;
  }
  #quality .sections .item01 {
    display: block;
  }
  #quality .sections .item01 li {
    width: 100%;
    margin-right: auto;
  }
  #quality .sections .item01 li:last-child {
    width: 100%;
    margin-right: auto;
    margin-top: 20rem;
  }
  #quality .sections .item01 .name {
    margin: 0 0 14rem;
  }
  #quality .sections .item02 {
    display: block;
  }
  #quality .sections .item02 li {
    width: 100%;
    margin-right: auto;
  }
  #quality .sections .item02 li:last-child {
    width: 100%;
  }
  #quality page-content .bg {
    background: #F3F1EA;
    padding: 60rem 0 0;
    margin-bottom: 60rem;
  }
  #quality page-content .bg.last {
    margin-bottom: 0;
  }
  #quality .safety .box {
    width: 94%;
    margin: 0 auto 60rem;
    background: #F3F1EA;
    padding: 60rem 0;
  }
  #quality .safety .box .list {
    width: 90%;
    margin: auto;
    display: block;
  }
  #quality .safety .box .list li {
    width: 100%;
  }
  #quality .safety .box .list li:last-child {
    margin-top: 30rem;
    width: 100%;
  }
  #quality .safety .box .list .txt {
    line-height: 1.4;
    text-align: left;
  }
  #quality .zeh .sub {
    font-size: 18rem;
    text-align: left;
    margin-bottom: 30rem;
  }
  #quality .zeh .box {
    max-width: 1000px;
    margin: 0 auto 50rem;
    padding: 40rem 0 30rem;
    color: #fff;
  }
  #quality .zeh .box .big-tit {
    width: 90%;
    margin: 0 auto 40rem;
    text-align: left;
    line-height: 1.5;
  }
  #quality .zeh .box .list {
    width: 90%;
    margin: auto;
    display: block;
  }
  #quality .zeh .box .list li {
    width: 100%;
  }
  #quality .zeh .box .list li:last-child {
    margin-top: 30rem;
    width: 100%;
  }
  #quality .zeh .inners {
    margin-bottom: 60rem;
  }
  #quality .zeh .inners .txt {
    text-align: left;
  }
  #quality .zeh .inners .lead {
    text-align: left;
    margin-bottom: 20rem;
  }
  #quality .zeh .inners .mini {
    text-align: left;
  }
  #quality .zeh .inner01 .image {
    max-width: 785px;
    margin: 40rem auto 0;
  }
  #quality .zeh .inner02 .image {
    max-width: 785px;
    margin: 0 auto 40rem;
  }
  #quality .zeh .inner03 .list01 {
    max-width: 716px;
    margin: 0 auto 60rem;
    display: block;
  }
  #quality .zeh .inner03 .list01 li {
    width: 100%;
  }
  #quality .zeh .inner03 .list01 li:last-child {
    width: 80%;
    margin: 20rem auto 0;
  }
  #quality .zeh .inner04 {
    margin-bottom: 0;
  }
  #quality .zeh .inner04 .txt {
    margin-bottom: 20rem;
  }
  #quality .zeh .inner04 .mini01 {
    text-align: left;
  }
}

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