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

.lower .page-content .bg {
  background: url(../images/map/bg.png) #F1F2EE top right no-repeat;
  background-size: 60% auto;
  color: #1C3333;
}

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

.lower .page-title-wrap {
  position: relative;
  margin-bottom: 120px;
}

.lower .page-title-wrap .images {
  position: relative;
}

.lower .page-title-wrap .images img {
  -webkit-mask-image: url(../images/top/mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  -webkit-mask-position: 0px -900px;
  mask-image: url(../images/top/mask.png);
  mask-repeat: no-repeat;
  mask-size: 100% 200%;
  mask-position: 0px -900px;
  transition: -webkit-mask-position 1.4s, mask-position 1.4s;
}

.lower .page-title-wrap .images.on img {
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
}

.lower .page-title-wrap .images.on::after {
  width: 100%;
}

.lower .page-title-wrap .texts {
  position: absolute;
  bottom: 0;
  left: 80rem;
}

.lower .top-texts {
  padding: 135rem 0 95rem;
  text-align: center;
}

.lower .top-texts .page-title {
  font-size: 60rem;
  line-height: 1.5;
  padding-bottom: 1rem;
  letter-spacing: .15em;
  font-weight: 100;
}

.lower .top-texts .lead {
  font-size: 15rem;
  line-height: 1.5;
}

.lower .top-texts .text01 {
  padding-top: 60rem;
  font-size: 16rem;
}

.lower .underline-animation {
  background-image: linear-gradient(#FFD693, #FFD693);
  background-repeat: no-repeat;
  background-position: left calc(100% - 1px);
  background-size: 0% 1px;
  transition: background-size .6s ease;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.lower .underline-animation.white {
  background-image: linear-gradient(#fff, #fff);
}

.lower .underline-animation.action {
  background-size: 100% 1px;
}

@media screen and (max-width: 768px) {
  .lower .page-title-wrap .texts {
    padding: 43rem 0 60rem;
  }
  .lower .page-title-wrap .texts .page-title {
    font-size: 37rem;
  }
  .lower .page-title-wrap .texts .lead {
    font-size: 14rem;
    line-height: 1.5;
  }
  .lower .top-texts {
    padding: 43rem 0 60rem;
  }
  .lower .top-texts .lead {
    font-size: 14rem;
    line-height: 1.5;
  }
  .lower .top-texts .text01 {
    padding-top: 44rem;
    font-size: 14rem;
  }
}

.lower .modal-button {
  max-width: 320rem;
  width: 70%;
  margin: 40rem auto 40rem;
  text-align: center;
  clear: both;
}

.lower .modal-button a {
  position: relative;
}

.lower .modal-button a:hover {
  opacity: 0.8;
}

.lower .modal-wrapper {
  z-index: 29999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 75px 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: 94%;
  max-width: 100%;
  padding: 0;
  border-radius: 2px;
  vertical-align: middle;
}

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

.lower .modal-window .modal-content .swipe-img img {
  width: 660rem !important;
}

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

.lower .modal-overlay.overlay01 {
  background: rgba(225, 225, 225, 0.8) !important;
}

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

.lower .modal-close {
  z-index: 20;
  position: absolute !important;
  top: -35rem;
  left: 0;
  width: 36rem;
  color: #000 !important;
  font-size: 36rem;
  font-weight: 700;
  line-height: 36rem;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
}

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

/*==================================================================================
 value
==================================================================================*/
/*==================================================================================
 map
==================================================================================*/
#map .page-content .bg {
  background: url(../images/map/bg.png) #F1F2EE top right no-repeat;
  background-size: 60% auto;
  color: #1C3333;
}

#map .page-content .maps {
  padding-bottom: 100px;
}

#map .page-content .maps .images {
  margin: 0 auto;
  max-width: 900rem;
  margin-bottom: 80rem;
}

#map .page-content .maps .images.map02 {
  width: 80%;
  max-width: 550rem;
}

#map .page-content .maps .button {
  margin: 0 auto;
  width: 90%;
  max-width: 263rem;
}

#map .page-content .maps .button a {
  font-size: 12rem;
}

@media screen and (max-width: 768px) {
  #map .page-content .maps .images {
    margin-bottom: 60rem;
  }
  #map .page-content .maps .images.map02 {
    margin-bottom: 40rem;
  }
  #map .page-content .maps .button {
    max-width: 263rem;
  }
  #map .page-content .maps .button a {
    font-size: 12rem;
  }
}

/*==================================================================================
#outline
==================================================================================*/
#outline main {
  background: none;
  padding-top: 60rem;
  padding-bottom: 70rem;
  font-size: 10px;
}

@media screen and (max-width: 1024px) {
  #outline main {
    padding-top: 60rem;
  }
}

#outline .pageTitle02 {
  text-align: center;
  font-size: 35rem;
  padding-bottom: 50rem;
}

#outline .pageTitle02:before {
  background: none;
}

#outline .page-title-wrap .texts {
  padding-top: 100rem;
  position: inherit;
  left: 0;
  right: 0;
}

#outline .page-title-wrap .texts img {
  height: 70px;
}

#outline #changeArea {
  margin-bottom: 50rem;
}

#outline #changeArea img {
  height: auto;
}

#outline main dl {
  margin-bottom: 1rem;
  border-bottom: 1px solid #000;
  display: table;
  overflow: hidden;
  zoom: 1;
}

#outline main p + dl {
  border-top: 1px solid #000;
}

#outline main dt, #outline main dd {
  padding: 12rem 16rem 10rem;
  line-height: 1.3;
  letter-spacing: 0;
  box-sizing: border-box;
}

#outline main dd {
  display: table-cell;
  width: 715rem;
}

@media (max-width: 1024px) {
  #outline main dd {
    width: auto;
  }
}

#outline main dt {
  display: table-cell;
  width: 225rem;
  color: #000;
  background: #E1E4D9;
}

#outline .pageTitleArea01 .image {
  position: relative;
}

#outline .footer-cv-button {
  display: none;
}

#outline #fontSize {
  overflow: hidden;
  color: #333333;
  margin-left: 689rem;
  margin-bottom: 20rem;
}

#outline #fontSize li {
  float: left;
  text-align: center;
}

#outline #fontSize li span, #outline #fontSize li a, #outline #fontSize li a:link, #outline #fontSize li a:visited, #outline #fontSize li a:hover, #outline #fontSize li a:active {
  float: left;
  display: block;
  padding: 10rem;
  width: 76rem;
  text-decoration: none;
  font-size: 13rem;
}

#outline #changeArea .outlineTitle2, #outline #changeArea .outlineTitle3, #outline #changeArea .outlineTitle4, #outline #changeArea .outlineTitle5, #outline #changeArea .outlineTitle6, #outline #changeArea .outlineTitle1, #outline #changeArea .outlineTitle {
  font-size: 113%;
}

#outline .outlineTitle2, #outline .outlineTitle3, #outline .outlineTitle4, #outline .outlineTitle5, #outline .outlineTitle6, #outline .outlineTitle1, #outline .outlineTitle {
  padding: 15rem 0;
  font-weight: bold;
}

#outline main {
  font-size: 16rem;
  background: #F1F2EE;
  color: #000;
}

#outline #fontSize .active {
  background: transparent;
  color: #000;
  box-sizing: border-box;
  border: 1px solid #000;
}

#outline #fontSize .active:hover {
  background-color: transparent;
  border: 1px solid #000;
}

#outline #fontSize a {
  background-color: #efefef;
  color: #000;
  border: 1px solid #222;
}

#outline #fontSize a:hover {
  background-color: #222;
  color: #ddd;
  opacity: 1;
  border: 1px solid #222;
}

#outline .buttons-wrap {
  text-align: center;
}

#outline .buttons-wrap .button1 {
  padding-bottom: 17rem;
}

@media screen and (max-width: 1024px) {
  #outline .content {
    padding-top: 120rem;
  }
  #outline .content .title {
    text-align: center;
    font-size: 20rem;
    padding-bottom: 20rem;
  }
  #outline .page-title-wrap {
    margin-bottom: 0;
  }
  #outline .page-title-wrap .texts {
    padding-top: 40rem;
    position: inherit;
    transform: translateY(0);
  }
  #outline .page-title-wrap .texts img {
    height: 35rem;
  }
  #outline main {
    font-size: 12rem;
  }
  #outline main dl {
    display: block;
  }
  #outline main dd {
    display: block;
    width: auto;
  }
  #outline main dt {
    display: block;
    width: auto;
  }
  #outline main p + dl {
    border-top: none;
  }
  #outline .title {
    font-size: 22rem;
    padding-bottom: 25rem;
  }
}

/*==================================================================================
 access
==================================================================================*/
#access .intro {
  text-align: center;
  padding-bottom: 120rem;
}

#access .intro .wrap {
  max-width: 1000px;
}

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

#access .intro .lead {
  font-size: 14rem;
  line-height: 2.8;
  margin-bottom: 50rem;
}

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

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

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

#access .sec01 .img01 {
  margin-bottom: 120rem;
}

#access .sec01 .list {
  display: flex;
  justify-content: space-between;
}

#access .sec01 .list li {
  text-align: left;
  width: 42%;
}

#access .sec01 .list li:last-child {
  width: 54%;
}

#access .sec01 .list .lead {
  font-size: 14rem;
  line-height: 2.8;
}

/*==================================================================================
#brand
==================================================================================*/
#brand .bg {
  background: url(../images/map/bg.png) #F1F2EE top right no-repeat;
  background-size: 60% auto;
  color: #1C3333;
}

#brand .intro {
  text-align: center;
  margin-bottom: 180px;
}

#brand .intro .logo01 {
  max-width: 145px;
  width: 35%;
  margin: 0 auto 60px;
}

#brand .intro .text {
  font-size: 22rem;
  line-height: 1.7;
  margin-bottom: 50rem;
}

#brand .intro .lead {
  font-size: 16rem;
  line-height: 2.8;
}

#brand .sections {
  text-align: center;
  background: #E0DCD9;
  padding: 180px 0 100px;
  color: #191D1D;
}

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

#brand .sections .tit {
  font-size: 22rem;
  line-height: 1.4;
  letter-spacing: .2em;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  max-width: 600px;
  margin: 0 auto 20px;
}

#brand .sections .sub {
  font-size: 16rem;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 60px;
}

#brand .sections .policy {
  margin-bottom: 100px;
}

#brand .sections .policy .text {
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: .2em;
  margin: 40px auto 20px;
  font-family: "EB Garamond", serif;
}

#brand .sections .policy .lead {
  font-size: 16px;
  line-height: 1.8;
}

#brand .sec02 {
  background: none;
}

#brand .sec02 .tit {
  margin: 0 auto 100px;
}

#brand .sec02 .logo02 {
  max-width: 145px;
  width: 35%;
  margin: 0 auto 60px;
}

#brand .sec02 .tit01 {
  font-size: 26px;
  letter-spacing: .2em;
  margin-bottom: 60px;
}

#brand .sec02 .text {
  font-size: 22rem;
  line-height: 1.7;
  margin-bottom: 50rem;
}

#brand .sec02 .lead {
  font-size: 16rem;
  line-height: 2.8;
  margin-bottom: 120rem;
}

#brand .sec02 .img-list li {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 20px;
}

#brand .sec02 .img-list li:nth-child(2n) {
  margin-right: auto;
}

#brand .sec03 {
  background: none;
}

#brand .sec03 .tit {
  margin: 0 auto 100px;
}

#brand .sec03 .logos {
  display: flex;
  justify-content: center;
}

#brand .sec03 .logo04 {
  max-width: 145px;
  margin: 0 auto 60px;
  margin-right: 30px;
}

#brand .sec03 .logo03 {
  max-width: 145px;
  margin: 0 auto 60px;
}

#brand .sec03 .tit01 {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 60px;
}

#brand .sec03 .name {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding: 0 100px;
}

#brand .sec03 .name:before, #brand .sec03 .name:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #191d1d;
}

#brand .sec03 .name:before {
  left: 0;
}

#brand .sec03 .name:after {
  right: 0;
}

#brand .sec03 .lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 120px;
}

#brand .sec03 .img-list {
  max-width: 780px;
  margin: auto;
}

#brand .sec03 .img-list li {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
}

#brand .sec03 .img-list li:nth-child(2n) {
  margin-right: auto;
}

#brand .sec04 .logo {
  margin: auto;
  text-align: center;
}

#brand .sec04 .logo li {
  display: inline-block;
  width: 33%;
  margin-right: 6%;
  vertical-align: middle;
}

#brand .sec04 .logo li .keio {
  max-width: 380px;
  margin: 0 auto 30px;
}

#brand .sec04 .logo li .img02 {
  max-width: 380px;
  margin: auto;
}

#brand .sec04 .logo li:last-child {
  margin-right: auto;
  width: 60%;
}

#brand .sec04 .lead {
  font-size: 16px;
  line-height: 1.8;
  margin: 70px auto 0;
}

#brand .sec04 .lead span {
  font-size: 22rem;
}

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

#residence .intro .wrap {
  max-width: 1000px;
}

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

#residence .intro .lead {
  font-size: 14rem;
  line-height: 2.8;
  margin-bottom: 50rem;
}

#residence .intro .boxs {
  display: flex;
}

#residence .intro .box01 {
  width: 50%;
  background: #6E6E6E;
  padding: 40rem 0;
}

#residence .intro .box02 {
  width: 50%;
  background: #BEB8B6;
  padding: 40rem 0;
}

#residence .intro .box-list {
  max-width: 528px;
  width: 72%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

#residence .intro .box-list.list01 {
  color: #fff;
}

#residence .intro .box-list li:first-child {
  width: 40%;
}

#residence .intro .box-list li:last-child {
  width: 50%;
}

#residence .intro .box-list .office {
  font-size: 16rem;
  margin: 10rem 0 20rem;
}

#residence .intro .box-list .category {
  font-size: 11rem;
  margin-bottom: 10rem;
}

#residence .intro .box-list .name {
  font-size: 11rem;
}

#residence .intro .box-list .name span {
  font-size: 24rem;
  padding-left: 10rem;
}

#residence .intro .box-list .career {
  font-size: 11rem;
  line-height: 1.4;
  margin-top: 10rem;
}

#residence .sections {
  text-align: center;
  padding: 120rem 0;
}

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

#residence .sections .lead {
  font-size: 14rem;
  line-height: 2.8;
  margin-bottom: 50rem;
}

#residence .sec01 {
  background: #BEB8B6;
}

#residence .sec01 .img01 {
  max-width: 1200rem;
  margin: 0 auto 100rem;
}

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

#residence .sec01 .list li {
  text-align: left;
  width: 46%;
}

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

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

#residence .sec02 .img01 {
  max-width: 900rem;
  margin: auto;
}

#residence .sec03 {
  background: #201E21;
  padding: 120rem 0;
  color: #fff;
}

#residence .sec03 .img01 {
  margin-bottom: 120rem;
}

#residence .sec03 .img02 .caption {
  right: 20%;
}

#residence .sec03 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100rem;
}

#residence .sec03 .list li {
  width: 49%;
  margin-bottom: 100rem;
}

#residence .sec03 .list li:last-child {
  width: 49%;
  margin: 0 auto;
}

#residence .sec03 .list .copy {
  font-size: 16rem;
  line-height: 1.6;
  margin-top: 20rem;
}

#residence .sec03 .list .mini {
  font-size: 14rem;
  line-height: 2;
  margin-top: 10rem;
}

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

#position .intro .wrap {
  max-width: 1000px;
}

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

#position .intro .lead {
  font-size: 14rem;
  line-height: 2.8;
  margin-bottom: 50rem;
}

#position .sections {
  text-align: center;
  padding: 120rem 0;
}

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

#position .sections .lead {
  font-size: 14rem;
  line-height: 2.8;
  margin-bottom: 50rem;
}

#position .sec01 .list {
  display: flex;
  justify-content: space-between;
}

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

#position .sec02 {
  background: #BEB8B6;
}

#position .sec02 .img02 {
  margin: 40rem auto 100rem;
}

#position .sec02 .img03 {
  max-width: 830rem;
  margin: auto;
}

#position .sec02 .caps {
  text-align: left;
  font-size: 11rem;
  line-height: 1.6;
  max-width: 830rem;
  margin: 10rem auto 0;
}

#position .sec02 .img-txt {
  max-width: 830rem;
  text-align: left;
  font-size: 20rem;
  line-height: 1.8;
  margin: 0 auto 10rem;
}

#position .sec03 .image {
  max-width: 830rem;
  margin: auto;
}

#position .sec03 .image .hanrei {
  max-width: 720px;
  position: absolute;
  bottom: -25px;
  right: 0;
}

#position .sec03 .image .caption.bottom {
  bottom: -45px;
}

#position .sec04 {
  background: #BEB8B6;
}

#position .sec04 .img01 {
  max-width: 830px;
  margin: auto;
}

#position .sec05 {
  background: #2E1F1F;
  color: #fff;
}

#position .sec05 .inners {
  margin-top: 100rem;
}

#position .sec05 .inners .num {
  font-size: 70rem;
  color: #FFD693;
  margin-bottom: 10rem;
}

#position .sec05 .inners .big-txt {
  font-size: 32rem;
  line-height: 1.8;
  color: #FFD693;
  margin-bottom: 50rem;
}

#position .sec05 .inners .lead {
  margin-bottom: 20rem;
}

#position .sec05 .inners .mini {
  font-size: 11rem;
  line-height: 1.6;
}

#position .sec05 .inners .img01 {
  max-width: 500rem;
  margin: 0 auto 50rem;
}

/*==================================================================================
 plan
==================================================================================*/
#plan .page-title-wrap {
  margin-bottom: 0;
}

#plan .intro {
  text-align: center;
  background: #666666;
  color: #fff;
  padding-top: 120rem;
}

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

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

#plan .intro .txt02 {
  font-size: 14rem;
  line-height: 2.8;
  margin-bottom: 50rem;
}

#plan .intro .lead {
  font-size: 14rem;
  line-height: 1.7;
  margin-bottom: 50rem;
}

#plan .intro .bg {
  background: #201E21;
  color: #fff;
  padding: 120rem 0;
  margin-top: 120rem;
}

#plan .intro .bg .caption {
  right: 20%;
}

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

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

#plan .intro .change-buttons {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 15px;
  display: flex;
  gap: 2%;
}

#plan .intro .change-buttons li {
  width: 49%;
}

#plan .intro .change-buttons .button {
  display: block;
  color: #fff;
  font-size: 16px;
  background: #848484;
}

#plan .intro .change-buttons .button.current {
  pointer-events: none;
  color: #fff;
  background: #9E8D6B;
}

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

#plan .intro .change-buttons .button:hover {
  background: #9E8D6B;
  transition: .3s;
}

#plan .intro .swipe-img {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

#plan .intro .swipe-img img {
  max-width: auto !important;
  max-width: inherit !important;
  width: 1800rem !important;
}

#plan .intro .swipe {
  padding-top: 25rem;
  display: block;
  text-align: center;
  margin-bottom: 30rem;
}

#plan .intro .swipe img {
  max-width: 280rem;
  width: 100%;
}

#plan .sec01 {
  text-align: center;
  padding: 120rem 0 20rem;
}

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

#plan .sec01 .plan-btns li {
  width: 45%;
  background: #fff;
  padding-bottom: 40rem;
  margin-bottom: 60rem;
}

#plan .sec01 .plan-btns .texts {
  background: #BEB8B6;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  text-align: left;
  align-items: center;
}

#plan .sec01 .plan-btns .texts .type {
  background: #201E21;
  color: #fff;
  font-size: 18rem;
  padding: 10rem 16rem 12rem;
  box-sizing: border-box;
  margin-right: 20rem;
}

#plan .sec01 .plan-btns .texts .type span {
  font-size: 30rem;
}

#plan .sec01 .plan-btns .texts .spec {
  font-size: 18rem;
  line-height: 1.4;
  color: #333333;
}

#plan .sec01 .plan-btns .texts .spec .num {
  font-size: 30rem;
}

#plan .sec01 .plan-btns .texts .spec .width {
  font-size: 14rem;
}

#plan .sec01 .plan-btns .image {
  margin: 40rem auto;
}

#plan .sec01 .plan-btns .more {
  max-width: 126rem;
  margin: auto;
}

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

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

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

#plan .sec02 .list li {
  width: 32%;
  margin-bottom: 50rem;
}

#plan .sec02 .list .name {
  text-align: left;
  font-size: 18rem;
  line-height: 2;
  margin: 20rem 0 10rem;
}

#plan .sec02 .list .info {
  text-align: left;
  font-size: 14rem;
  line-height: 2;
}

#plan .sec02 .list .mini {
  text-align: left;
  font-size: 11rem;
  margin-top: 10rem;
}

#plan .casbee {
  max-width: 360px;
  margin: 50px auto 0;
}

/*==================================================================================
 plan.detail
==================================================================================*/
#plan.detail .page-title-wrap {
  margin-bottom: 120rem;
}

#plan.detail .plans {
  text-align: center;
  margin-bottom: 60rem;
}

#plan.detail .plans .wrap {
  background: #fff;
  padding-bottom: 80rem;
}

#plan.detail .plans .texts {
  background: #BEB8B6;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#plan.detail .plans .texts .type {
  width: 14%;
  background: #201E21;
  color: #fff;
  font-size: 18rem;
  padding: 50rem 40rem;
  box-sizing: border-box;
}

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

#plan.detail .plans .texts .spec {
  width: 80%;
  text-align: left;
  font-size: 26rem;
  line-height: 1.3;
}

#plan.detail .plans .texts .spec.wide {
  width: 84%;
}

#plan.detail .plans .texts .spec .num01 {
  font-size: 42rem;
}

#plan.detail .plans .texts .spec .num02 {
  font-size: 30rem;
}

#plan.detail .plans .texts .spec .width {
  display: inline-block;
  font-size: 14rem;
  line-height: 2;
  padding-top: 10rem;
}

#plan.detail .plans .point {
  font-size: 16rem;
  line-height: 1.8;
  margin: 50rem auto;
}

#plan.detail .plans .image {
  max-width: 700px;
  margin: auto;
}

#plan.detail .plans .image.ctype {
  max-width: 377px;
}

#plan.detail .plans .image.ftype {
  max-width: 310px;
}

#plan.detail .plans .image.gtype {
  max-width: 425px;
}

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

#plan.detail .guides .image {
  max-width: 372px;
  margin: 0 auto 20rem;
}

#plan.detail .guides .caps {
  font-size: 11rem;
  line-height: 2;
}

#plan.detail .guides .back {
  max-width: 186rem;
  margin: 100rem auto 0;
}

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

#plan.detail .sec01 .plan-btns li {
  width: 32%;
  background: #fff;
  padding-bottom: 40rem;
  margin-bottom: 60rem;
}

/*==================================================================================
 location
==================================================================================*/
#location .intro {
  text-align: center;
  padding-bottom: 120rem;
}

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

#location .intro .lead {
  font-size: 14rem;
  line-height: 2.8;
  margin-bottom: 50rem;
}

#location .intro .tab-btn {
  max-width: 1000px;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
}

#location .intro .tab-btn li {
  position: relative;
  width: 32%;
}

#location .intro .caps {
  text-align: right;
  font-size: 11rem;
  line-height: 1.6;
}

#location .sections {
  text-align: center;
  padding-bottom: 120rem;
}

#location .sections .wrap {
  max-width: 900px;
}

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

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

#location .sections .lead {
  font-size: 14rem;
  line-height: 2.8;
  margin-bottom: 50rem;
}

#location .sections .photoes {
  position: relative;
  margin: 100rem auto 10rem;
  max-width: 900px;
  width: 90%;
}

#location .sections .photoes .bg {
  opacity: 0;
}

#location .sections .photoes .photo-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#location .sections .photoes .photo-list li {
  position: absolute;
  cursor: pointer;
  list-style: none;
}

#location .sections .photoes .photo-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .5s;
}

#location .sections .photoes .photo-list li:hover .texts {
  opacity: 0;
}

#location .sections .photoes .photo-list li:hover::after {
  opacity: 0;
}

#location .sections .photoes .photo-list .texts {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 4;
  text-align: center;
  transition: opacity .5s;
}

#location .sections .photoes .photo-list .num {
  font-size: 30px;
  padding-bottom: 20px;
  font-family: "EB Garamond", serif;
}

#location .sections .photoes .photo-list .name {
  font-size: 20px;
}

#location .sections .photoes .photo-list .list01 {
  top: 0;
  left: 0;
  width: 66.66667%;
}

#location .sections .photoes .photo-list .list02 {
  top: 0;
  left: 66.66667%;
  width: 33.33333%;
  z-index: 6;
}

#location .sections .photoes .photo-list .list03 {
  top: 25%;
  left: 66.66667%;
  width: 33.33333%;
}

#location .sections .photoes .photo-list .list04 {
  top: 50%;
  left: 0;
  width: 33.33333%;
}

#location .sections .photoes .photo-list .list05 {
  top: 50%;
  left: 33.33333%;
  width: 33.33333%;
}

#location .sections .photoes .photo-list .list06 {
  top: 50%;
  left: 66.66667%;
  width: 33.33333%;
}

#location .sections .photoes .photo-list .list07 {
  top: 75%;
  left: 0;
  width: 66.66667%;
}

#location .sections .photoes .photo-list .list08 {
  top: 75%;
  left: 66.66667%;
  width: 33.33333%;
}

#location .sections .annotation {
  text-align: left;
  font-size: 11px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}

#location .sections .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#location .sections .modal .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#location .sections .modal .contents {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 700px;
  padding: 20px 15px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

#location .sections .modal .contents .close {
  position: absolute;
  top: 0;
  left: 100%;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 35px;
  z-index: 1000;
  height: 35px;
  cursor: pointer;
}

#location .sections .modal .contents .close::after, #location .sections .modal .contents .close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 1px;
  background-color: #fff;
}

#location .sections .modal .contents .close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#location .sections .modal .contents .controls {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/location/prev.svg);
  background-size: cover;
  z-index: 10;
  cursor: pointer;
}

#location .sections .modal .contents .prev {
  right: 100%;
  margin-right: 10px;
}

#location .sections .modal .contents .next {
  left: 100%;
  margin-left: 10px;
  background-image: url(../images/location/next.svg);
}

#location .sections .modal .contents li {
  list-style: none;
}

#location .sections .modal .contents .num {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 13px;
  font-family: "EB Garamond", serif;
}

#location .sections .modal .contents .current {
  font-size: 26px;
}

#location .sections .modal .contents .list-wrap {
  position: relative;
  overflow: hidden;
}

#location .sections .modal .contents .lists {
  width: 7000px;
  will-change: transform;
}

#location .sections .modal .contents .lists:not(.move) {
  transition: transform 1.2s;
}

#location .sections .modal .contents .lists::after {
  content: "";
  display: table;
  clear: both;
}

#location .sections .modal .contents .lists li {
  float: left;
  width: 670px;
  margin-right: 10px;
}

#location .sections .modal .contents .lists .text {
  text-align: left;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}

#location .sections .modal .contents .lists .name {
  font-size: 30px;
  line-height: 1.4;
  padding-bottom: 3px;
  text-align: center;
}

#location .sections .modal .contents .lists .distance {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 15px;
}

#location .green {
  background: #BEB8B6;
}

#location .shop .photoes .photo-list .list05 {
  top: 50%;
  left: 33.33333%;
  width: 66.66667%;
}

#location .shop .photoes .photo-list .list-none01 {
  pointer-events: none;
  top: 75%;
  left: 0;
  width: 33.33333%;
}

#location .shop .photoes .photo-list .list06 {
  top: 75%;
  left: 0;
  width: 100%;
}

#location .shop .photoes .photo-list .list-none02 {
  pointer-events: none;
  top: 75%;
  left: 66.66667%;
  width: 33.33333%;
}

#location .gourmet {
  background: #BEB8B6;
}

#location .gourmet .photoes .photo-list .list04 {
  top: 50%;
  left: 0;
  width: 66.66667%;
}

#location .gourmet .photoes .photo-list .list05 {
  top: 50%;
  left: 66.66667%;
  width: 33.33333%;
}

#location .gourmet .photoes .photo-list .list06 {
  top: 75%;
  left: 0;
  width: 33.33333%;
}

#location .gourmet .photoes .photo-list .list07 {
  top: 75%;
  left: 33.33333%;
  width: 66.66667%;
}

#location .life-info {
  text-align: center;
  margin: 120px auto 0;
}

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

#location .life-info .title {
  font-size: 22px;
  padding-bottom: 25px;
  border-bottom: 1px solid;
  margin-bottom: 50px;
}

#location .life-info .tabs {
  text-align: center;
  font-size: 0;
  margin: 30px 0;
}

#location .life-info .tabs li {
  display: inline-block;
  vertical-align: middle;
  width: 13.3%;
  margin-right: 1%;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

#location .life-info .tabs li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 26px;
  height: 2px;
  background-color: #fff;
}

#location .life-info .tabs li:last-child {
  margin-right: auto;
}

#location .life-info .tabs a {
  text-align: left;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 25px 0 25px 10px;
  background: #6E6E6E;
  font-family: "Shippori Mincho", serif;
}

#location .life-info .tabs a.padding {
  padding: 15px 0 16px 10px;
}

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

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

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

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

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

#location .life-info .googlemap {
  height: 700px;
  margin-right: 388px;
}

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

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

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

#location .life-info .list-wrapper li {
  padding: 9px 10px 9px 40px;
  list-style: none;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
  cursor: hand;
  font-family: "Shippori Mincho", serif;
}

#location .life-info .list-wrapper li:after {
  counter-increment: lis;
  content: counter(lis);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  background: #6E6E6E;
  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 screen and (max-width: 1024px) {
  #location .life-info .tabs {
    margin-bottom: 20px;
  }
  #location .life-info .tabs li {
    display: inline-block;
    width: 48%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  #location .life-info .tabs li:first-child {
    width: 100%;
  }
  #location .life-info .tabs li:nth-child(2n+1) {
    margin-right: auto;
  }
  #location .life-info .tabs a .none {
    display: none;
  }
  #location .life-info .name .logo {
    width: 100%;
    float: none;
    font-size: 16px;
    text-align: center;
  }
  #location .life-info .name .note {
    width: 100%;
    font-size: 12px;
    float: none;
    text-align: center;
    margin-top: 0px;
  }
  #location .life-info .maps {
    margin-bottom: 20px;
  }
  #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;
  }
  #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;
  }
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  .lower .page-title-wrap {
    margin-bottom: 80px;
  }
  .lower .page-title-wrap .texts {
    position: absolute;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 20rem;
  }
  .lower .page-title-wrap .texts img {
    height: 35px;
  }
  .lower .swipe-list {
    overflow-y: hidden;
    padding-bottom: 20rem;
  }
  .lower .click {
    max-width: 300rem;
    width: 70%;
    margin: 20rem auto 40rem;
  }
  /*==================================================================================
 map
==================================================================================*/
  /*==================================================================================
 online
==================================================================================*/
  /*==================================================================================
 access
==================================================================================*/
  #access .intro {
    padding-bottom: 80rem;
  }
  #access .intro .txt {
    font-size: 20rem;
    text-align: left;
    margin-bottom: 30rem;
  }
  #access .intro .lead {
    text-align: left;
    font-size: 14rem;
    line-height: 1.8;
    margin-bottom: 30rem;
  }
  #access .intro .lead br {
    display: none;
  }
  #access .intro .img01 {
    margin-bottom: 0;
  }
  #access .intro .img02 {
    width: 80%;
    margin: auto;
  }
  #access .caption.bottom02 {
    bottom: -40px;
  }
  #access .sec01 {
    text-align: left;
  }
  #access .sec01 .txt {
    font-size: 20rem;
    margin-bottom: 30rem;
  }
  #access .sec01 .txt br {
    display: none;
  }
  #access .sec01 .img01 {
    margin-bottom: 20rem;
  }
  #access .sec01 .img01 .swipe-img img {
    width: 500px !important;
  }
  #access .sec01 .list {
    display: block;
    margin-top: 60rem;
  }
  #access .sec01 .list li {
    text-align: left;
    width: 100%;
  }
  #access .sec01 .list li:last-child {
    width: 100%;
  }
  #access .sec01 .list .lead {
    margin-bottom: 30rem;
    line-height: 1.8;
  }
  #access .sec01 .list .lead br {
    display: none;
  }
  /*==================================================================================
 brand
==================================================================================*/
  #brand .intro {
    margin-bottom: 80px;
  }
  #brand .intro .text {
    font-size: 20rem;
    margin-bottom: 30px;
  }
  #brand .intro .lead {
    font-size: 14rem;
  }
  #brand .sections {
    padding: 80px 0 20px;
  }
  #brand .sections .tit {
    font-size: 20rem;
    padding-bottom: 10px;
    margin: 0 auto 10px;
  }
  #brand .sections .sub {
    font-size: 14rem;
    margin-bottom: 40px;
  }
  #brand .sections .policy {
    margin-bottom: 60px;
  }
  #brand .sections .policy .text {
    font-size: 20px;
    margin: 20px auto 10px;
  }
  #brand .sections .policy .lead {
    font-size: 14px;
    line-height: 1.8;
  }
  #brand .sec02 {
    background: none;
  }
  #brand .sec02 .tit {
    margin: 0 auto 40px;
  }
  #brand .sec02 .logo02 {
    margin: 0 auto 40px;
  }
  #brand .sec02 .tit01 {
    font-size: 22rem;
    margin-bottom: 20px;
  }
  #brand .sec02 .text {
    font-size: 20rem;
    margin-bottom: 20px;
  }
  #brand .sec02 .lead {
    font-size: 14rem;
    margin-bottom: 40px;
  }
  #brand .sec02 .img-list li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #brand .sec02 .img-list li:last-child {
    margin-bottom: auto;
  }
  #brand .sec03 {
    background: none;
  }
  #brand .sec03 .tit {
    margin: 0 auto 40px;
  }
  #brand .sec03 .logo03 {
    margin: 0 auto 40px;
  }
  #brand .sec03 .tit01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #brand .sec03 .name {
    font-size: 17px;
    letter-spacing: .1em;
    margin-bottom: 20px;
    padding: 0 50px;
  }
  #brand .sec03 .name:before, #brand .sec03 .name:after {
    width: 40px;
  }
  #brand .sec03 .lead {
    font-size: 14px;
    margin-bottom: 40px;
  }
  #brand .sec03 .img-list li {
    display: block;
    width: 100%;
  }
  #brand .sec03 .img-list li:last-child {
    margin-top: 20px;
  }
  #brand .sec04 .logo {
    margin: auto;
    text-align: center;
  }
  #brand .sec04 .logo li {
    display: block;
    width: 80%;
    margin: auto;
  }
  #brand .sec04 .img01 {
    margin: 0 auto 30px;
    width: 85%;
  }
  #brand .sec04 .lead {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    margin: 30px auto;
  }
  #brand .sec04 .lead span {
    font-size: 20rem;
  }
  /*==================================================================================
 residence
==================================================================================*/
  #residence .intro {
    padding-bottom: 0;
  }
  #residence .intro .txt {
    font-size: 20rem;
    text-align: left;
    margin-bottom: 30rem;
  }
  #residence .intro .lead {
    font-size: 14rem;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 30rem;
  }
  #residence .intro .lead br {
    display: none;
  }
  #residence .intro .boxs {
    display: block;
  }
  #residence .intro .box01 {
    width: 100%;
    padding: 40rem 0;
  }
  #residence .intro .box02 {
    width: 100%;
    padding: 40rem 0;
  }
  #residence .intro .box-list {
    width: 90%;
    margin: auto;
    display: block;
  }
  #residence .intro .box-list li:first-child {
    width: 50%;
    margin: auto;
  }
  #residence .intro .box-list li:last-child {
    text-align: center;
    width: 100%;
    margin-top: 30rem;
  }
  #residence .intro .box-list .logo01 {
    max-width: 255rem;
    margin: auto;
  }
  #residence .intro .box-list .logo02 {
    max-width: 204rem;
    margin: auto;
  }
  #residence .intro .img02 {
    margin-top: 0;
  }
  #residence .sections {
    text-align: center;
    padding: 80rem 0;
  }
  #residence .sections .txt {
    font-size: 20rem;
    text-align: left;
    margin-bottom: 30rem;
  }
  #residence .sections .lead {
    text-align: left;
    font-size: 14rem;
    line-height: 1.8;
    margin-bottom: 30rem;
  }
  #residence .sections .lead br {
    display: none;
  }
  #residence .sec01 .img01 {
    margin: 0 auto 80rem;
  }
  #residence .sec01 .list {
    width: 90%;
    margin: auto;
    display: block;
  }
  #residence .sec01 .list li {
    width: 100%;
  }
  #residence .sec01 .list li:last-child {
    width: 100%;
    margin-top: 30rem;
  }
  #residence .sec01 .list .lead {
    margin-bottom: 0;
  }
  #residence .sec02 .img01 {
    max-width: 900rem;
    margin: auto;
  }
  #residence .sec03 {
    padding: 80rem 0;
  }
  #residence .sec03 .img01 {
    margin-bottom: 0;
  }
  #residence .sec03 .img01 .swipe-img img {
    width: 900rem !important;
  }
  #residence .sec03 .img02 .caption {
    right: 2%;
  }
  #residence .sec03 .swipe-img img {
    width: 570rem !important;
  }
  #residence .sec03 .list {
    display: block;
    flex-wrap: nowrap;
    margin-top: 0;
  }
  #residence .sec03 .list li {
    width: 90%;
    margin: 0 auto 40rem;
  }
  #residence .sec03 .list li:last-child {
    width: 90%;
    margin-bottom: 0;
  }
  #residence .sec03 .list .copy {
    font-size: 18rem;
    line-height: 2;
    margin-top: 20rem;
  }
  /*==================================================================================
 position
==================================================================================*/
  #position .intro {
    padding-bottom: 0;
  }
  #position .intro .txt {
    text-align: left;
    font-size: 20rem;
    margin-bottom: 30rem;
  }
  #position .intro .lead {
    text-align: left;
    font-size: 14rem;
    line-height: 1.8;
    margin-bottom: 30rem;
  }
  #position .intro .lead br {
    display: none;
  }
  #position .sections {
    padding: 80rem 0;
  }
  #position .sections .txt {
    text-align: left;
    font-size: 20rem;
    margin-bottom: 30rem;
  }
  #position .sections .txt br {
    display: none;
  }
  #position .sections .lead {
    text-align: left;
    font-size: 14rem;
    line-height: 1.8;
    margin-bottom: 30rem;
  }
  #position .sections .lead br {
    display: none;
  }
  #position .sec01 .list {
    display: flex;
    justify-content: space-between;
  }
  #position .sec01 .list li {
    width: 50%;
  }
  #position .sec02 {
    background: #BEB8B6;
  }
  #position .sec02 .img02 {
    margin: 20rem auto 60rem;
  }
  #position .sec02 .click.top {
    margin: 40rem auto 30rem;
  }
  #position .sec02 .caps {
    text-align: left;
    font-size: 11rem;
    line-height: 1.6;
    margin-top: 10rem;
  }
  #position .sec03 {
    padding-bottom: 100rem;
  }
  #position .sec03 .image .hanrei {
    max-width: 312px;
    position: absolute;
    bottom: -65px;
    left: 0;
    right: auto;
  }
  #position .sec03 .image .caption.bottom {
    bottom: -90px;
  }
  #position .sec03 .caption {
    right: auto;
    left: 0;
  }
  #position .sec05 .inners {
    margin-top: 60rem;
  }
  #position .sec05 .inners .num {
    font-size: 50rem;
  }
  #position .sec05 .inners .big-txt {
    text-align: left;
    font-size: 24rem;
    margin-bottom: 40rem;
  }
  #position .sec05 .inners .big-txt br {
    display: none;
  }
  #position .sec05 .inners .lead {
    margin-bottom: 20rem;
  }
  #position .sec05 .inners .mini {
    text-align: left;
  }
  #position .sec05 .inners .img01 {
    width: 90%;
    margin: 0 auto 40rem;
  }
  /*==================================================================================
 plan
==================================================================================*/
  #plan .page-title-wrap {
    margin-bottom: 0;
  }
  #plan .intro {
    padding-top: 80rem;
  }
  #plan .intro .txt {
    text-align: left;
    font-size: 20rem;
    margin-bottom: 30rem;
  }
  #plan .intro .txt02 {
    text-align: left;
    font-size: 14rem;
    line-height: 1.8;
    margin-bottom: 30rem;
  }
  #plan .intro .lead {
    text-align: left;
    font-size: 14rem;
    line-height: 1.8;
    margin-bottom: 30rem;
  }
  #plan .intro .lead br {
    display: none;
  }
  #plan .intro .swipe-img img {
    width: 540rem !important;
  }
  #plan .intro .bg {
    padding: 80rem 0 40rem;
    margin-top: 80rem;
  }
  #plan .intro .bg .caption {
    right: 2%;
    bottom: -5%;
  }
  #plan .sec01 {
    text-align: center;
    padding: 80rem 0 20rem;
  }
  #plan .sec01 .plan-btns {
    display: flex;
    width: 300vw;
    flex-wrap: nowrap;
  }
  #plan .sec01 .plan-btns li {
    width: 24%;
    padding-bottom: 30rem;
    margin-bottom: 0;
  }
  #plan .sec01 .plan-btns .texts {
    padding: 0 0 15px;
    display: block;
  }
  #plan .sec01 .plan-btns .texts .type {
    margin-right: 0;
  }
  #plan .sec01 .plan-btns .texts .type span {
    font-size: 30rem;
  }
  #plan .sec01 .plan-btns .texts .spec {
    padding: 15px 10px 0;
    box-sizing: border-box;
  }
  #plan .sec01 .plan-btns .image {
    margin: 30rem auto 10rem;
  }
  #plan .sec02 .txt {
    text-align: left;
    margin-bottom: 30rem;
  }
  #plan .sec02 .list {
    display: flex;
    width: 400vw;
    flex-wrap: nowrap;
  }
  #plan .sec02 .list li {
    width: 15.5%;
    margin-bottom: 0;
  }
  #plan .sec02 .list .name {
    font-size: 16rem;
  }
  #plan .indicator {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-family: "EB Garamond", serif;
  }
  /*==================================================================================
 plan.detail
==================================================================================*/
  #plan.detail .page-title-wrap {
    margin-bottom: 80rem;
  }
  #plan.detail .plans {
    text-align: center;
    margin-bottom: 20rem;
  }
  #plan.detail .plans .wrap {
    padding-bottom: 50rem;
  }
  #plan.detail .plans .texts {
    background: #BEB8B6;
    padding: 0 0 15rem;
    display: block;
  }
  #plan.detail .plans .texts .type {
    width: 100%;
    font-size: 20rem;
    padding: 15rem 0;
  }
  #plan.detail .plans .texts .type span {
    font-size: 36rem;
  }
  #plan.detail .plans .texts .spec {
    width: 100%;
    text-align: center;
    font-size: 22rem;
    padding-top: 15rem;
  }
  #plan.detail .plans .texts .spec.wide {
    width: 100%;
  }
  #plan.detail .plans .texts .spec .num01 {
    font-size: 35rem;
  }
  #plan.detail .plans .texts .spec .width {
    font-size: 16rem;
    line-height: 1.5;
  }
  #plan.detail .plans .texts .spec .mini {
    font-size: 12rem;
  }
  #plan.detail .plans .point {
    width: 90%;
    text-align: left;
    margin: 30rem auto;
  }
  #plan.detail .plans .point br {
    display: none;
  }
  #plan.detail .plans .image {
    width: 60%;
    margin: auto;
  }
  #plan.detail .guides .back {
    margin: 50rem auto 0;
  }
  #plan.detail .sec01 .plan-btns {
    width: 220vw;
    flex-wrap: nowrap;
  }
  #plan.detail .sec01 .plan-btns li {
    width: 32%;
    padding-bottom: 30rem;
    margin-bottom: 0;
  }
  /*==================================================================================
 location
==================================================================================*/
  #location .intro {
    padding-bottom: 80rem;
  }
  #location .intro .txt {
    text-align: left;
    font-size: 20rem;
    margin-bottom: 30rem;
  }
  #location .intro .lead {
    text-align: left;
    font-size: 14rem;
    line-height: 1.8;
    margin-bottom: 30rem;
  }
  #location .intro .lead br {
    display: none;
  }
  #location .intro .caps {
    text-align: right;
    font-size: 11rem;
    line-height: 1.6;
  }
  #location .sections {
    padding-bottom: 80rem;
  }
  #location .sections .img00 {
    margin-bottom: 40rem;
  }
  #location .sections .txt {
    text-align: left;
    font-size: 20rem;
    margin-bottom: 30rem;
  }
  #location .sections .lead {
    text-align: left;
    font-size: 14rem;
    line-height: 1.8;
    margin-bottom: 30rem;
  }
  #location .sections .lead br {
    display: none;
  }
  #location .sections .photoes {
    margin: 40rem auto 10rem;
    max-width: inherit;
    width: 90%;
  }
  #location .sections .photoes .bg {
    display: none;
  }
  #location .sections .photoes .photo-list {
    position: static;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #location .sections .photoes .photo-list li {
    position: relative;
    width: 50% !important;
    top: 0 !important;
    left: 0 !important;
  }
  #location .sections .photoes .photo-list li::after {
    display: none;
  }
  #location .sections .photoes .photo-list .texts {
    display: none;
  }
  #location .sections .annotation {
    max-width: 900px;
    width: 90%;
  }
  #location .sections .modal .contents {
    max-width: 700px;
    padding: 20px 15px 20px;
  }
  #location .sections .modal .contents .close {
    margin-bottom: 4px;
    margin-left: 4px;
    width: 35px;
    height: 35px;
  }
  #location .sections .modal .contents .controls {
    width: 40px;
    height: 40px;
  }
  #location .sections .modal .contents .prev {
    right: 100%;
    margin-right: 0px;
  }
  #location .sections .modal .contents .next {
    left: 100%;
    margin-left: 0px;
    background-image: url(../images/location/next.svg);
  }
  #location .sections .modal .contents .list-wrap {
    padding-top: 30px;
  }
  #location .sections .modal .contents li {
    list-style: none;
  }
  #location .sections .modal .contents .num {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px;
  }
  #location .sections .modal .contents .current {
    font-size: 26px;
  }
  #location .sections .modal .contents .list-wrap {
    position: relative;
    overflow: hidden;
  }
  #location .sections .modal .contents .lists {
    width: 7000px;
    will-change: transform;
  }
  #location .sections .modal .contents .lists:not(.move) {
    transition: transform 1.2s;
  }
  #location .sections .modal .contents .lists::after {
    content: "";
    display: table;
    clear: both;
  }
  #location .sections .modal .contents .lists li {
    float: left;
    width: 670px;
    margin-right: 10px;
  }
  #location .sections .modal .contents .lists .text {
    padding-top: 15px;
    font-size: 12px;
    line-height: 1.8;
  }
  #location .sections .modal .contents .lists .name {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 3px;
    text-align: center;
  }
  #location .sections .modal .contents .lists .distance {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 15px;
  }
  #location .gourmet .photoes .photo-list li:last-child {
    width: 100% !important;
  }
  #location .life-info {
    margin: 50px auto 0;
  }
  #location .life-info .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #location .life-info .maps {
    margin-top: 20px;
  }
}

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