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

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

.lower .page-title-wrap .images::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 0%;
  transition: width 1.4s;
  bottom: 0;
  left: 0;
  background: linear-gradient(-10deg, #CBA97D, #887253);
}

.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 {
  padding: 135rem 0 95rem;
  text-align: center;
}

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

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

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

@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: 200px 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(0, 0, 0, 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: 135rem 0 35rem;
}

#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 .texts {
    padding: 43rem 0 25rem;
  }
  #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 .bg {
  background: url(../images/access/bg.png) #F1F2EE top right no-repeat;
  background-size: 60% auto;
  color: #1C3333;
}

#access .sections {
  text-align: center;
  padding-bottom: 165rem;
}

#access .sections .header {
  padding-bottom: 63rem;
}

#access .sections .header .title {
  font-size: 24rem;
  line-height: 1.5;
  padding-bottom: 55rem;
}

#access .sections .header .lead {
  font-size: 14rem;
  line-height: 2.3;
}

#access .sections .train-map {
  position: relative;
  margin: 0 auto;
  max-width: 900rem;
}

#access .sections .train-map .caption {
  background-color: transparent;
  color: #1C3333;
}

#access .train {
  padding-top: 88rem;
  padding-bottom: 165rem;
}

#access .train .train-map {
  margin-bottom: 180rem;
}

#access .train .stations {
  padding: 100rem 0 80rem;
  background-color: #1C3333;
  color: #fff;
}

#access .train .stations .lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#access .train .stations .lists li {
  position: relative;
  width: 32%;
  margin-bottom: 20rem;
}

#access .train .stations .images::after {
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access .train .stations .texts {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width: 90%;
}

#access .train .stations .text01 {
  font-size: 30rem;
  line-height: 1.2;
  padding-bottom: 22rem;
}

#access .train .stations .text01 .mini {
  font-size: 75%;
  padding-top: 8px;
}

#access .train .stations .text02 {
  font-size: 24rem;
  padding-bottom: 5rem;
  letter-spacing: .1em;
}

#access .train .stations .text02 .num {
  font-size: 220%;
}

#access .train .stations .text03 {
  letter-spacing: .1em;
  font-size: 24rem;
}

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

#access .train03 .box .img01 {
  width: 51%;
}

#access .train03 .box .train-map {
  width: 44%;
}

#access .train03 .box .caps {
  font-size: 11px;
  margin-top: 30px;
}

/*==================================================================================
#brand
==================================================================================*/
#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: 30px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 70px;
}

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

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

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

#brand .sections .tit {
  font-size: 26px;
  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: 18px;
  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: "Raleway", sans-serif;
}

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

#brand .sec02 {
  background: none;
  color: #fff;
}

#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: 22px;
  line-height: 2;
  letter-spacing: .2em;
  margin-bottom: 60px;
}

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

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

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

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

#brand .sec03 .logo04 {
  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: #fff;
}

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

/*==================================================================================
 residence
==================================================================================*/
/*==================================================================================
 plan
==================================================================================*/
/*==================================================================================
 plan.detail
==================================================================================*/
/*==================================================================================
 position
==================================================================================*/
#position .image {
  position: relative;
}

#position .bg {
  background: url(../images/plan/bg.png) #1C3333 top right no-repeat;
  background-size: 60% auto;
  color: #fff;
}

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

#position .intro .tit {
  font-size: 16rem;
  line-height: 1.8;
  margin-bottom: 160rem;
}

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

#position .intro .lead {
  font-size: 14rem;
  line-height: 2.2;
}

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

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

#position .sec01 .bg01 {
  position: absolute;
  top: 38%;
  left: 0;
}

#position .sec01 .txt {
  font-size: 24rem;
  margin: 100rem auto;
}

#position .sec01 .list {
  max-width: 900rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

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

#position .sec01 .images {
  display: flex;
}

#position .sec01 .caps {
  max-width: 900rem;
  margin: 20px auto 0;
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
}

#position .sec02 {
  background: #F1F2EE;
  padding-bottom: 150rem;
  color: #1C3333;
}

#position .sec02 .txt {
  font-size: 24rem;
  line-height: 1.8;
  margin: 100rem auto 50rem;
}

#position .sec02 .lead {
  font-size: 14rem;
  line-height: 2.2;
  margin-bottom: 100rem;
}

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

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

#position .sec03 {
  background: #E0DCD9;
  color: #1C3333;
  padding: 150rem 0;
}

#position .sec03 .txt {
  font-size: 24rem;
  line-height: 1.8;
  margin-bottom: 50rem;
}

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

#position .sec03 .img01 {
  max-width: 900rem;
  margin: 0 auto 150rem;
}

#position .sec03 .img02 {
  max-width: 900rem;
  margin: 0 auto 50rem;
}

#position .sec03 .img03 {
  max-width: 900rem;
  margin: 0 auto 150rem;
}

#position .sec03 .box {
  max-width: 800px;
  margin: auto;
}

#position .sec03 .box .img-tit {
  text-align: left;
  font-size: 24rem;
  margin-bottom: 20rem;
}

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

#position .sec04 {
  background: #2D2F26;
  padding: 150rem 0;
  color: #F1F2EE;
}

#position .sec04 .txt {
  font-size: 40rem;
  line-height: 1.8;
  margin-bottom: 120rem;
  color: #DDDFC5;
}

#position .sec04 .txt span {
  font-size: 24rem;
}

#position .sec04 .lead {
  font-size: 14rem;
  line-height: 2.6;
  margin-bottom: 20rem;
}

#position .sec04 .mini {
  font-size: 11rem;
  line-height: 1.6;
  margin-bottom: 100rem;
}

#position .sec04 .image {
  max-width: 536px;
  margin: auto;
}

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

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

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

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

#plan main .image {
  position: relative;
}

#plan .intro {
  text-align: center;
  padding-top: 60rem;
  padding-bottom: 100rem;
}

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

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

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

#plan .plan-btns {
  background: #93947C;
  padding: 160rem 0;
}

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

#plan .plan-btns ul li {
  width: 32%;
  background: #fff;
  padding-bottom: 30px;
}

#plan .plan-btns ul .texts {
  background: url(../images/plan/text-bg.jpg);
  background-size: cover;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #887253 0%, #CBA97D 100%);
  border-image-slice: 1;
}

#plan .plan-btns ul .texts .type {
  font-size: 18rem;
  letter-spacing: .15em;
  font-weight: 100;
}

#plan .plan-btns ul .texts .type span {
  font-size: 44rem;
}

#plan .plan-btns ul .texts .dot {
  max-width: 10px;
  margin: 20px auto;
}

#plan .plan-btns ul .texts .spec {
  font-size: 22rem;
  letter-spacing: .15em;
  margin-bottom: 10rem;
}

#plan .plan-btns ul .texts .spec span {
  font-size: 32rem;
}

#plan .plan-btns ul .texts .width {
  font-size: 10rem;
  letter-spacing: .15em;
}

#plan .plan-btns ul .texts .width span {
  font-size: 20rem;
  letter-spacing: .15em;
}

#plan .plan-btns ul .thamb-img {
  width: 90%;
  margin: 30px auto;
}

#plan .plan-btns ul .button {
  width: 80%;
  margin: auto;
}

#plan .plan-btns .indicator {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

#plan .equipment {
  text-align: center;
  background: #F1F2EE;
  padding: 160rem 0;
  color: #1C3333;
}

#plan .equipment .tit {
  font-size: 24rem;
  line-height: 1.6;
  margin-bottom: 60rem;
}

#plan .equipment .bg {
  max-width: 1000px;
  margin: 0 auto 50px;
  background: #D6D1C3;
  padding: 80rem 0;
}

#plan .equipment .bg .wrap {
  width: 90%;
  margin: auto;
}

#plan .equipment .bg01 {
  padding: 50rem 0;
  margin: 0 auto 80rem;
}

#plan .equipment .txt {
  font-size: 24rem;
  line-height: 1.6;
  margin-bottom: 50rem;
  color: #9B7F2C;
}

#plan .equipment .list01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#plan .equipment .list01 li {
  width: 32%;
}

#plan .equipment .img04 {
  width: 90%;
  margin: auto;
}

#plan .equipment .list02 {
  margin: 50rem auto 30rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

#plan .equipment .list02 li {
  width: 22%;
}

#plan .equipment .list02 li:last-child {
  width: 48%;
}

#plan .equipment .txt01 {
  font-size: 20rem;
  line-height: 2;
  text-align: left;
}

#plan .equipment .lead {
  text-align: left;
  font-size: 16rem;
  line-height: 1.8;
}

#plan .equipment .list03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

#plan .equipment .list03 li {
  width: 50%;
}

#plan .equipment .list03 li:last-child {
  width: 46%;
}

#plan .equipment .list03 .txt01 {
  margin-bottom: 10px;
}

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

#plan .equipment .list04 li {
  width: 32%;
  margin-bottom: 60rem;
}

#plan .equipment .list04 .name {
  text-align: left;
  font-size: 20rem;
  margin: 20rem 0;
}

#plan .equipment .list04 .info {
  text-align: left;
  font-size: 16rem;
  line-height: 1.8;
}

#plan .equipment .list04 .mini {
  text-align: left;
  font-size: 11rem;
  line-height: 1.6;
  margin-top: 8rem;
}

#plan .equipment .environ {
  max-width: 490px;
  margin: 20rem auto 0;
}

/*==================================================================================
 plan_detail
==================================================================================*/
#plan_detail .bg {
  background: url(../images/plan/bg.png) #F1F2EE top right no-repeat;
  background-size: 60% auto;
  color: #1C3333;
  padding-bottom: 160rem;
}

#plan_detail .plans {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 40rem;
  background: #fff;
  padding-bottom: 80rem;
}

#plan_detail .plans .texts {
  background: url(../images/plan/plans-bg.jpg);
  background-size: cover;
  padding: 40rem 0;
  color: #fff;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #887253 0%, #CBA97D 100%);
  border-image-slice: 1;
  margin-bottom: 80rem;
}

#plan_detail .plans .texts ul {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#plan_detail .plans .texts .type {
  font-size: 28rem;
  letter-spacing: .15em;
  font-weight: 100;
}

#plan_detail .plans .texts .type .big {
  font-size: 60rem;
  letter-spacing: .15em;
}

#plan_detail .plans .texts .type .mini {
  font-size: 20rem;
  letter-spacing: .15em;
}

#plan_detail .plans .texts .type .num {
  font-size: 34rem;
}

#plan_detail .plans .texts .type img {
  max-width: 8px;
  margin: 0 20px;
  box-sizing: border-box;
}

#plan_detail .plans .texts .width {
  font-size: 12rem;
  line-height: 2.5;
  letter-spacing: .15em;
}

#plan_detail .plans .texts .width span {
  font-size: 22rem;
  letter-spacing: .1em;
}

#plan_detail .plans .inner {
  width: 94%;
  margin: auto;
}

#plan_detail .plans .inner .txt {
  font-size: 14rem;
  line-height: 2.2;
  margin-bottom: 50rem;
}

#plan_detail .plans .inner .image {
  width: 60%;
  margin: auto;
}

#plan_detail .plans .inner .image.btype {
  max-width: 380px;
}

#plan_detail .plans .inner .image.htype {
  max-width: 420px;
}

#plan_detail .guides {
  text-align: center;
  margin-bottom: 160rem;
}

#plan_detail .guides .image {
  max-width: 340px;
  margin: 0 auto 40rem;
}

#plan_detail .guides .caps {
  font-size: 11rem;
  line-height: 1.8;
}

#plan_detail .figure .image {
  max-width: 700rem;
  margin: 0 auto 80rem;
  margin: auto;
}

#plan_detail .figure .button {
  display: none;
  max-width: 260px;
  margin: auto;
}

#plan_detail .plan-btns {
  background: #93947C;
  padding: 160rem 0;
}

#plan_detail .plan-btns ul {
  display: flex;
  max-width: 570px;
  margin: auto;
  justify-content: space-between;
}

#plan_detail .plan-btns ul .texts {
  background: url(../images/plan/text-bg.jpg);
  background-size: cover;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #887253 0%, #CBA97D 100%);
  border-image-slice: 1;
}

#plan_detail .plan-btns ul .texts .type {
  font-size: 18rem;
  letter-spacing: .15em;
  font-weight: 100;
}

#plan_detail .plan-btns ul .texts .type span {
  font-size: 44rem;
}

#plan_detail .plan-btns ul .texts .dot {
  max-width: 10px;
  margin: 20px auto;
}

#plan_detail .plan-btns ul .texts .spec {
  font-size: 22rem;
  letter-spacing: .15em;
  margin-bottom: 10rem;
}

#plan_detail .plan-btns ul .texts .spec span {
  font-size: 32rem;
}

#plan_detail .plan-btns ul .texts .width {
  font-size: 10rem;
  letter-spacing: .15em;
}

#plan_detail .plan-btns ul .texts .width span {
  font-size: 20rem;
  letter-spacing: .15em;
}

#plan_detail .plan-btns ul .thamb-img {
  width: 90%;
  margin: 30px auto;
}

#plan_detail .plan-btns ul .button {
  width: 80%;
  margin: auto;
}

#plan_detail .plan-btns ul li {
  width: 48%;
  background: #fff;
  padding-bottom: 30px;
}

#plan_detail .plan-btns .indicator {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  .lower .top-texts .page-title {
    font-size: 37rem;
  }
  .lower .swipe-list {
    overflow-y: hidden;
    padding-bottom: 20rem;
  }
  /*==================================================================================
 map
==================================================================================*/
  /*==================================================================================
 online
==================================================================================*/
  /*==================================================================================
 access
==================================================================================*/
  #access .bg {
    background: url(../images/access/bg-sp.png) #F1F2EE top right no-repeat;
    background-size: 100% auto;
  }
  #access .sections {
    text-align: left;
    padding-bottom: 85rem;
  }
  #access .sections .header {
    padding-bottom: 45rem;
  }
  #access .sections .header .title {
    font-size: 24rem;
    line-height: 2;
    padding-bottom: 40rem;
  }
  #access .train {
    padding-top: 0rem;
    padding-bottom: 80rem;
  }
  #access .train .train-map {
    margin-bottom: 40rem;
  }
  #access .train .train-map .caption {
    bottom: -15px;
  }
  #access .train .modal-button {
    margin-bottom: 80rem;
  }
  #access .train .stations {
    padding: 80rem 0 60rem;
  }
  #access .train .stations .lists {
    display: block;
  }
  #access .train .stations .lists li {
    width: auto;
    margin-bottom: 20rem;
  }
  #access .train .stations .texts {
    position: absolute;
    text-align: center;
  }
  #access .train .stations .text01 {
    font-size: 30rem;
    padding-bottom: 12rem;
  }
  #access .train .stations .text01 br {
    display: none;
  }
  #access .train .stations .text02 {
    display: inline-block;
    font-size: 16rem;
    padding-bottom: 0rem;
  }
  #access .train .stations .text02 .mini {
    margin-right: .4em;
  }
  #access .train .stations .text02 .num {
    font-size: 170%;
  }
  #access .train .stations .text03 {
    display: inline-block;
    font-size: 16rem;
  }
  #access .train02 {
    padding-bottom: 40rem;
  }
  #access .train03 .box {
    display: block;
  }
  #access .train03 .box .img01 {
    width: 80%;
    margin: 0 auto 20rem;
  }
  #access .train03 .box .train-map {
    width: auto;
  }
  /*==================================================================================
 brand
==================================================================================*/
  #brand .intro {
    margin-bottom: 80px;
  }
  #brand .intro .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #brand .intro .lead {
    font-size: 14px;
  }
  #brand .sections {
    padding: 80px 0 20px;
  }
  #brand .sections .tit {
    font-size: 22px;
    padding-bottom: 10px;
    margin: 0 auto 10px;
  }
  #brand .sections .sub {
    font-size: 16px;
    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: 20px;
    margin-bottom: 20px;
  }
  #brand .sec02 .text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #brand .sec02 .lead {
    font-size: 14px;
    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;
  }
}

@media screen and (max-width: 768px) and (max-width: 340px) {
  #brand .sec03 .logo04 {
    max-width: 145px;
    width: auto;
  }
}

@media (max-width: 768px) {
  #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: 26px;
  }
  /*==================================================================================
 residence
==================================================================================*/
  /*==================================================================================
 plan
==================================================================================*/
  /*==================================================================================
 plan.detail
==================================================================================*/
  /*==================================================================================
 position
==================================================================================*/
  #position .bg {
    background: url(../images/plan/bg-sp.png) #1C3333 top right no-repeat;
    background-size: 100% auto;
  }
  #position .intro {
    text-align: center;
    padding-bottom: 50rem;
  }
  #position .intro .tit {
    margin-bottom: 60rem;
  }
  #position .intro .txt {
    text-align: left;
    margin-bottom: 40rem;
  }
  #position .intro .lead {
    text-align: left;
  }
  #position .sec01 {
    padding-bottom: 60rem;
  }
  #position .sec01 .txt {
    text-align: left;
    line-height: 1.6;
    margin: 60rem auto;
  }
  #position .sec01 .list {
    max-width: 900rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  #position .sec01 .list li {
    width: 50%;
  }
  #position .sec01 .images {
    display: block;
  }
  #position .sec01 .images li {
    width: 100%;
  }
  #position .sec02 {
    padding-bottom: 60rem;
  }
  #position .sec02 .txt {
    text-align: left;
    margin: 60rem auto 40rem;
  }
  #position .sec02 .lead {
    text-align: left;
    margin-bottom: 50rem;
  }
  #position .sec02 .img01 {
    max-width: 1000px;
    margin: 0 auto 50rem;
  }
  #position .sec02 .img02 {
    max-width: 1200px;
    margin: auto;
  }
  #position .sec02 .img02 img {
    width: 900px !important;
  }
  #position .sec03 {
    padding: 60rem 0;
  }
  #position .sec03 .txt {
    text-align: left;
    margin-bottom: 40rem;
  }
  #position .sec03 .lead {
    text-align: left;
    margin-bottom: 50rem;
  }
  #position .sec03 .img01 {
    max-width: 900rem;
    margin: 0 auto 60rem;
  }
  #position .sec03 .img02 {
    margin: 0 auto 40rem;
  }
  #position .sec03 .img03 {
    width: 70%;
    margin: 0 0 50rem;
  }
  #position .sec03 .box .img-tit {
    font-size: 20rem;
    line-height: 1.8;
    margin-bottom: 20rem;
  }
  #position .sec03 .box .swipe-img img {
    width: 500px !important;
  }
  #position .sec04 {
    padding: 60rem 0;
  }
  #position .sec04 .txt {
    text-align: left;
    font-size: 30rem;
    margin-bottom: 40rem;
  }
  #position .sec04 .txt span {
    font-size: 18rem;
  }
  #position .sec04 .lead {
    text-align: left;
    margin-bottom: 20rem;
  }
  #position .sec04 .mini {
    text-align: left;
    margin-bottom: 50rem;
  }
  #position .sec04 .image {
    width: 90%;
    margin: auto;
  }
  /*==================================================================================
 plan
==================================================================================*/
  #plan .bg {
    background: url(../images/access/bg-sp.png) #F1F2EE top right no-repeat;
    background-size: 100% auto;
  }
  #plan .intro {
    padding-top: 20rem;
    padding-bottom: 60rem;
  }
  #plan .intro .txt {
    text-align: left;
    margin-bottom: 40rem;
  }
  #plan .intro .lead {
    text-align: left;
    margin-bottom: 50rem;
  }
  #plan .plan-btns {
    padding: 60rem 0;
  }
  #plan .plan-btns .swipe-list {
    overflow-x: auto;
  }
  #plan .plan-btns ul {
    width: 230vw;
  }
  #plan .plan-btns ul li {
    padding-bottom: 30px;
  }
  #plan .plan-btns ul .texts {
    padding: 10px 0;
  }
  #plan .plan-btns ul .texts .dot {
    max-width: 10px;
    margin: 10px auto;
  }
  #plan .plan-btns ul .thamb-img {
    width: 70%;
    margin: 20px auto 10px;
  }
  #plan .equipment {
    padding: 60rem 0;
  }
  #plan .equipment .tit {
    text-align: left;
    margin-bottom: 40rem;
  }
  #plan .equipment .bg {
    padding: 50rem 0;
  }
  #plan .equipment .bg01 {
    padding: 50rem 0;
    margin: 0 auto 60rem;
  }
  #plan .equipment .list01 {
    display: block;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #plan .equipment .list01 li {
    width: 100%;
    margin-bottom: 10rem;
  }
  #plan .equipment .img04 {
    width: 100%;
  }
  #plan .equipment .img04 .swipe-img img {
    width: 800px !important;
  }
  #plan .equipment .list02 {
    margin: 50rem auto 30rem;
    display: block;
  }
  #plan .equipment .list02 li {
    width: 60%;
    margin: auto;
  }
  #plan .equipment .list02 li:last-child {
    margin-top: 10rem;
    width: 100%;
  }
  #plan .equipment .list03 {
    display: block;
  }
  #plan .equipment .list03 li {
    width: 100%;
  }
  #plan .equipment .list03 li:last-child {
    width: 100%;
  }
  #plan .equipment .list03 .txt01 {
    margin: 20px 0 10px;
  }
  #plan .equipment .list04 {
    display: block;
  }
  #plan .equipment .list04 li {
    width: 100%;
    margin-bottom: 30rem;
  }
  /*==================================================================================
 plan_detail
==================================================================================*/
  #plan_detail .top-texts {
    padding: 60rem 0;
  }
  #plan_detail .bg {
    background: url(../images/access/bg-sp.png) #F1F2EE top right no-repeat;
    background-size: 100% auto;
    padding-bottom: 60rem;
  }
  #plan_detail .plans {
    width: 94%;
    margin: 0 auto 40rem;
    background: #fff;
    padding-bottom: 50rem;
  }
  #plan_detail .plans .texts {
    background: url(../images/plan/plans-bg-sp.jpg);
    background-size: cover;
    padding: 20rem 0;
  }
  #plan_detail .plans .texts ul {
    width: 90%;
    margin: auto;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  #plan_detail .plans .texts .type {
    margin-bottom: 10rem;
  }
  #plan_detail .plans .texts .type img {
    max-width: 8px;
    margin: 10rem auto;
  }
  #plan_detail .plans .inner {
    width: 94%;
    margin: auto;
  }
  #plan_detail .plans .inner .txt {
    text-align: left;
    margin-bottom: 30rem;
  }
  #plan_detail .plans .inner .image {
    width: 80%;
    margin: auto;
  }
  #plan_detail .guides {
    margin-bottom: 60rem;
  }
  #plan_detail .guides .image {
    max-width: 293px;
    margin: 0 auto 20rem;
  }
  #plan_detail .guides .caps {
    text-align: left;
  }
  #plan_detail .figure .image {
    width: 94%;
    margin: 0 auto 50rem;
    margin: auto;
  }
  #plan_detail .plan-btns ul {
    width: 230vw;
  }
  #plan_detail .plan-btns ul .swipe-list {
    overflow-x: auto;
  }
  #plan_detail .plan-btns ul .texts {
    padding: 10px 0;
  }
  #plan_detail .plan-btns ul .texts .dot {
    max-width: 10px;
    margin: 10px auto;
  }
  #plan_detail .plan-btns ul .thamb-img {
    width: 70%;
    margin: 20px auto 10px;
  }
}

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