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

.lower .page-content {
  background-color: #E4E1D7;
}

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

.lower .page-body {
  position: relative;
  background-image: url(../images//common/lower-body-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 35%;
  padding-top: 210rem;
}

@media screen and (max-width: 768px) {
  .lower .page-body {
    padding-top: 120rem;
  }
}

.lower figure {
  position: relative;
}

.lower .mv {
  position: relative;
}

.lower .mv img {
  -webkit-mask-image: url(../images/common/mask-lower.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  -webkit-mask-position: 0px -900px;
  mask-image: url(../images/common/mask-lower.png);
  mask-repeat: no-repeat;
  mask-size: 300% 300%;
  mask-position: -1900px 0px;
  transition: -webkit-mask-position 3.4s, mask-position 3.4s;
}

.lower .mv.on img {
  -webkit-mask-position: 0px 0px;
  mask-position: 0px 0px;
}

.lower .page-title-wrap.on .texts::after {
  height: 70rem;
}

.lower .page-title-wrap.on .texts .page-title {
  opacity: 1;
  filter: blur(0px);
}

.lower .page-title-wrap.on .texts .lead {
  opacity: 1;
  filter: blur(0px);
}

.lower .page-title-wrap .texts {
  padding: 0;
  margin-bottom: 100rem;
  text-align: center;
  top: 0;
  margin-top: -60rem;
  width: 90%;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  position: absolute;
  color: #fff;
  text-shadow: 0px 0px 16px #000,0px 0px 16px #000,0px 0px 16px #000,0px 0px 16px #000,0px 0px 16px #000,0px 0px 16px #000,0px 0px 16px #000,0px 0px 16px #000;
}

@media screen and (max-width: 768px) {
  .lower .page-title-wrap .texts {
    margin-top: -10rem;
  }
}

.lower .page-title-wrap .texts .page-title {
  font-size: 24rem;
  line-height: 1.5;
  padding-bottom: 1.8rem;
  letter-spacing: .2em;
  font-weight: 500;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 1s , filter 1s;
}

@media screen and (max-width: 768px) {
  .lower .page-title-wrap .texts .page-title {
    transition: opacity 1s 1.5s, filter 1s 1.5s;
  }
}

.lower .page-title-wrap .texts .lead {
  font-size: 14rem;
  line-height: 1.5;
  letter-spacing: .15em;
  opacity: 0;
  filter: blur(5px);
  transition: opacity 1s .6s, filter 1s .6s;
}

@media screen and (max-width: 768px) {
  .lower .page-title-wrap .texts .lead {
    transition: opacity 1s 2.1s, filter 1s 2.1s;
  }
}

.lower#outline .page-title-wrap .texts, .lower#outline .page-title-wrap .texts, .lower#map .page-title-wrap .texts {
  padding: 0rem 0 90rem;
  margin-bottom: 70rem;
  text-align: center;
  top: 0;
  margin-top: 0rem;
  left: auto;
  transform: translateX(0%) translateY(0%);
  position: relative;
  color: inherit;
  text-shadow: none;
}

.lower#outline .page-title-wrap .texts::after, .lower#outline .page-title-wrap .texts::after, .lower#map .page-title-wrap .texts::after {
  top: auto;
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 70rem;
  background-color: #333333;
}

@media screen and (max-width: 768px) {
  .lower#outline .page-title-wrap .texts, .lower#outline .page-title-wrap .texts, .lower#map .page-title-wrap .texts {
    position: relative;
    padding: 0rem 0 50rem;
    margin-bottom: 40rem;
  }
  .lower#outline .page-title-wrap .texts::after, .lower#outline .page-title-wrap .texts::after, .lower#map .page-title-wrap .texts::after {
    top: auto;
    height: 40rem;
  }
}

@media screen and (max-width: 768px) {
  .lower .page-body {
    background-image: url(../images//common/lower-body-bg.png);
    background-size: 65%;
  }
  .lower .page-title-wrap.on .texts::after {
    height: 40rem;
  }
  .lower .page-title-wrap .texts {
    padding: 46rem 0 50rem;
    margin-bottom: 30rem;
  }
  .lower .page-title-wrap .texts::after {
    top: 115rem;
  }
  .lower .page-title-wrap .texts .page-title {
    font-size: 18rem;
    padding-bottom: 9rem;
  }
}

.lower .click {
  max-width: 300rem;
  width: 80%;
  margin: 20rem auto 0;
}

.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-content .swipe-img img {
  max-width: 800px !important;
}

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

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

/*==================================================================================
 value
==================================================================================*/
/*==================================================================================
 map
==================================================================================*/
#map .page-body {
  background-image: none;
}

#map header .texts .page-title {
  font-size: 32rem;
}

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

#map .page-content .maps .button {
  margin: 0 auto;
  max-width: 200rem;
  padding-top: 50rem;
}

#map .page-content .maps .gmap {
  display: block;
  border-bottom: 1px solid #1C3333;
  color: #1C3333;
  font-size: 12rem;
  font-family: "EB Garamond","Shippori Mincho B1", serif;
  padding: 6rem 20rem;
  position: relative;
}

#map .page-content .maps .gmap::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15rem;
  width: 14rem;
  height: 8rem;
  transform: translateY(-50%);
  background: url(../images/common/icon-link-arrow.svg);
  background-size: 14rem 8rem;
  transition: right .5s;
}

@media (min-width: 1025px) {
  #map .page-content .maps .gmap:hover {
    opacity: 1 !important;
  }
  #map .page-content .maps .gmap:hover::after {
    right: 5rem;
  }
}

/*==================================================================================
#outline
==================================================================================*/
#outline main {
  background: none;
}

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

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

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

#outline .page-title-wrap .texts {
  margin-bottom: 20rem;
}

@media screen and (max-width: 768px) {
  #outline .page-title-wrap .texts {
    padding: 105rem 0 60rem;
  }
  #outline .page-title-wrap .texts::after {
    top: 175rem;
  }
}

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

#outline #changeArea img {
  height: auto;
}

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

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

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

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

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

#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 #changeArea dl, #outline #changeArea dt, #outline #changeArea dd {
  font-size: 1.25em;
}

#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 #changeArea dl {
    display: block;
  }
  #outline #changeArea dd {
    display: block;
    width: auto;
  }
  #outline #changeArea dt {
    display: block;
    width: auto;
  }
  #outline .title {
    font-size: 22rem;
    padding-bottom: 25rem;
  }
}

/*==================================================================================
 access
==================================================================================*/
#access {
  text-align: center;
}

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

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

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

#access .intro .image {
  max-width: 720px;
  margin: auto;
}

#access .sec01 {
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}

#access .sec01 .wrap {
  padding: 50rem 0 100rem;
  color: #fff;
}

#access .sec01 .wrap .tit {
  font-size: 20rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

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

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

#access .sec01 ul li:last-child {
  width: 46%;
}

#access .sec01 ul .txt {
  text-align: left;
  font-size: 18rem;
  line-height: 2;
  margin-bottom: 30rem;
}

#access .sec01 ul .lead {
  text-align: left;
  font-size: 14rem;
  line-height: 2.2;
}

#access .sec01 .triangle {
  max-width: 50px;
  margin: 0 auto 50rem;
}

#access .sec02 {
  padding: 120rem 0 140rem;
}

#access .sec02 .bg {
  position: absolute;
  left: 0;
  width: 35%;
}

#access .sec02 .tit {
  font-size: 22rem;
  letter-spacing: .14em;
  margin-bottom: 20rem;
}

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

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

#access .sec02 .img01 {
  max-width: 790rem;
  margin: 0 auto 100rem;
}

#access .sec02 .list-tit {
  text-align: left;
  font-size: 18rem;
  margin-bottom: 20rem;
}

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

#access .sec02 ul li {
  width: 24%;
  margin-bottom: 50rem;
}

#access .sec02 ul .sta {
  text-align: left;
  font-size: 14rem;
  margin-top: 10rem;
}

#access .sec02 ul .sta .name {
  font-size: 18rem;
}

#access .sec02 ul .sta .num {
  font-size: 30rem;
  color: #1C3333;
}

#access .sec02 ul .line {
  text-align: left;
  font-size: 11rem;
  line-height: 1.8;
  border-top: 1px solid;
  padding-top: 10rem;
  margin-top: 10rem;
}

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

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

#access .sec03 .tit {
  font-size: 22rem;
  letter-spacing: .14em;
  margin-bottom: 20rem;
}

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

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

#access .sec03 .list01 {
  max-width: 1000rem;
  margin: 0 auto 70rem;
  display: flex;
  justify-content: space-between;
}

#access .sec03 .list01 li {
  width: 43%;
  position: relative;
}

#access .sec03 .list01 li:first-child {
  width: 55%;
}

#access .sec03 .list01 li:first-child .left {
  right: 0;
  left: auto;
  bottom: auto;
}

#access .sec03 .slider-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#access .sec03 .slider-list div {
  width: 49.5%;
}

#access .sec03 .slider-list div:first-child {
  width: 100%;
  margin-bottom: 5rem;
}

#access .sec03 .slick-slide img {
  width: 100%;
  height: auto;
}

#access .sec03 .slick-dots {
  width: stretch;
}

#access .sec03 .slick-dots li {
  width: 20px;
}

#access .sec03 .slick-dots li:last-child {
  width: 20px;
}

#access .sec03 .list02 {
  max-width: 1000px;
  margin-bottom: 100rem;
  border-top: 1px solid #1C3333;
  border-bottom: 1px solid #1C3333;
  padding: 50px 0;
  display: flex;
}

#access .sec03 .list02 li {
  width: 33%;
}

#access .sec03 .list02 li:first-child {
  width: 38%;
  margin-right: 4%;
}

#access .sec03 .list02 li:last-child {
  width: 23%;
}

#access .sec03 .list02 .txt01 {
  text-align: left;
  font-size: 18rem;
  line-height: 2;
  margin-bottom: 15rem;
}

#access .sec03 .list02 .txt02 {
  text-align: left;
  font-size: 14rem;
  line-height: 2.2;
}

#access .sec03 .white-bg {
  background: #fff;
  padding: 90rem 0;
  max-width: 1200px;
  margin: auto;
}

#access .sec03 .white-bg .tit {
  font-size: 22rem;
  letter-spacing: .14em;
  margin-bottom: 20rem;
}

#access .sec03 .white-bg .txt {
  font-size: 26rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#access .sec03 .white-bg .list03 {
  display: flex;
  justify-content: space-between;
}

#access .sec03 .white-bg .list03 li {
  width: 50%;
}

#access .sec03 .white-bg .list03 li:last-child {
  width: 48%;
}

#access .sec03 .white-bg .list03 .lead {
  text-align: left;
  line-height: 2.2;
  margin-bottom: 40rem;
}

/*==================================================================================
#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: "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: 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;
}

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

/*==================================================================================
 position
==================================================================================*/
#position .intro {
  max-width: 900rem;
  text-align: center;
  padding-bottom: 70rem;
}

#position .intro .title {
  font-size: 20rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .2em;
  padding-bottom: 55rem;
}

#position .intro .text {
  font-size: 14rem;
  line-height: 2.9;
  padding-bottom: 65rem;
}

#position .intro .caption {
  background-color: transparent;
  color: #1C3333;
}

#position .section-images .lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#position .section-images .lists li {
  width: 33%;
}

#position .section-images .lists .list01 {
  width: 100%;
  margin-bottom: 10rem;
}

#position .hiltop {
  padding: 100rem 0;
  background: url(../images/position/bg.png) no-repeat top left;
  background-size: 35%;
  position: relative;
}

#position .hiltop .header {
  text-align: center;
}

#position .hiltop .header .en {
  font-size: 22rem;
  letter-spacing: .14em;
  margin-bottom: 20rem;
}

#position .hiltop .header .title {
  font-size: 26rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#position .hiltop .text {
  font-size: 14rem;
  line-height: 2.8;
  padding-bottom: 45rem;
  text-align: center;
}

#position .hiltop .img01 {
  max-width: 1600rem;
  width: 94%;
  margin: 0 auto 100rem;
}

#position .hiltop .img01 .caption {
  background-color: transparent;
  color: #1C3333;
}

#position .hiltop .colums {
  display: flex;
  justify-content: space-between;
}

#position .hiltop .colums + .colums {
  padding-top: 50rem;
}

#position .hiltop .colums .colum-header {
  width: 65%;
}

#position .hiltop .colums .images {
  width: 32%;
}

#position .hiltop .colums .annotation {
  padding-top: 8rem;
  font-size: 11rem;
  text-align: right;
}

#position .hiltop .colums .sub-title {
  font-size: 18rem;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 27rem;
}

#position .hiltop .colums .text {
  font-size: 14rem;
  line-height: 2.2;
  text-align: left;
}

#position .hiltop .colums .legends {
  padding-top: 30rem;
}

#position .history {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1200rem;
}

#position .history .annotation {
  padding-top: 8rem;
  font-size: 11rem;
  text-align: right;
}

#position .history .images-lists,
#position .history .inner {
  padding: 92rem 0 40rem;
  margin: 0 auto;
  width: 94%;
  max-width: 1400rem;
}

#position .history .header {
  text-align: center;
  margin: 0 auto;
  max-width: 900rem;
}

#position .history .header .en {
  font-size: 22rem;
  letter-spacing: .14em;
  margin-bottom: 20rem;
}

#position .history .header .title {
  font-size: 26rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

#position .history .header .text {
  font-size: 14rem;
  line-height: 2.9;
  padding-bottom: 39rem;
}

#position .history .section-img {
  margin: 0 auto;
}

#position .history .colums-wrap {
  width: 90%;
  margin: auto;
  padding-top: 102rem;
  display: flex;
  justify-content: space-between;
}

#position .history .colums-wrap .colums {
  width: 48%;
}

#position .history .colums-wrap .colum01 .sub-title {
  font-size: 18rem;
  line-height: 2;
  font-weight: normal;
  padding-bottom: 35rem;
}

#position .history .colums-wrap .colum01 .text {
  font-size: 14rem;
  line-height: 2.2;
  padding-bottom: 25rem;
}

#position .history .colums-wrap .colum01 .annotation {
  padding-top: 8rem;
  font-size: 11rem;
  text-align: right;
}

#position .history .colums-wrap .colum02 .sub-title {
  font-size: 18rem;
  line-height: 2;
  font-weight: normal;
  padding-bottom: 20rem;
}

#position .history .images-lists .lists {
  display: flex;
  justify-content: space-between;
}

#position .history .images-lists .lists li {
  width: 32%;
}

#position .pageAnnotation {
  color: #1C3333;
}

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

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

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

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

#residence .intro ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

#residence .intro ul li {
  text-align: left;
  width: 50%;
}

#residence .intro ul li .texts {
  padding-left: 40rem;
}

#residence .intro ul .txt01 {
  font-size: 20rem;
  line-height: 1.6;
  margin-bottom: 20rem;
}

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

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

#residence .sec01 ul {
  max-width: 1000rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

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

#residence .sec01 .tit {
  font-size: 20rem;
  letter-spacing: .14em;
  border-bottom: 1px solid;
  margin-bottom: 20rem;
}

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

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

#residence .sec02 {
  background: #fff;
  padding: 80rem 0;
  max-width: 1200px;
  margin: 0 auto 100rem;
  text-align: left;
}

#residence .sec02 .wrap {
  max-width: 1100rem;
  width: 94%;
}

#residence .sec02 .tit {
  font-size: 20rem;
  letter-spacing: .14em;
  border-bottom: 1px solid;
  margin-bottom: 20rem;
}

#residence .sec02 .mini {
  font-size: 12rem;
  margin-bottom: 20rem;
}

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

#residence .sec02 .lead {
  font-size: 14rem;
  line-height: 2.8;
}

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

#residence .sec02 ul li {
  width: 20%;
}

#residence .sec02 ul li:nth-child(2) {
  width: 40%;
}

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

#residence .sec02 ul .office {
  font-size: 12rem;
  margin: 20rem 0 10rem;
}

#residence .sec02 ul .name {
  font-size: 20rem;
  margin-bottom: 8rem;
}

#residence .sec02 ul .position {
  font-size: 12rem;
}

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

#residence .sec03 .bg-left {
  background-image: url(../images/residence/bg-left.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 35%;
  padding-top: 100rem;
}

#residence .sec03 .tit {
  font-size: 22rem;
  letter-spacing: .14em;
  margin-bottom: 20rem;
}

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

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

#residence .sec03 .img01 {
  max-width: 1600rem;
  width: 94%;
  margin: auto;
}

#residence .sec04 {
  background: rgba(0, 0, 0, 0.8);
  padding-bottom: 100rem;
}

#residence .sec04 .inner01 {
  width: 88%;
  margin: 0 auto 100rem 0;
}

#residence .sec04 .inner01 ul {
  text-align: left;
  color: #fff;
  width: 85%;
  margin: 50rem 0 0 auto;
}

#residence .sec04 .inner01 ul li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}

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

#residence .sec04 .inner01 ul .txt {
  font-size: 18rem;
  line-height: 1.6;
}

#residence .sec04 .inner01 ul .lead {
  font-size: 13rem;
  line-height: 2;
}

#residence .sec04 .inner02 {
  width: 88%;
  margin: 0 0 0 auto;
}

#residence .sec04 .inner02 ul {
  text-align: left;
  color: #fff;
  width: 85%;
  margin: 50rem auto 0 0;
}

#residence .sec04 .inner02 ul li {
  display: inline-block;
  vertical-align: top;
  width: 38%;
}

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

#residence .sec04 .inner02 ul .txt {
  font-size: 18rem;
  line-height: 1.6;
}

#residence .sec04 .inner02 ul .lead {
  font-size: 13rem;
  line-height: 2;
}

#residence .sec05 .bg-left {
  background-image: url(../images/residence/bg-left.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 35%;
  padding-top: 100rem;
}

#residence .sec05 .tit {
  font-size: 22rem;
  letter-spacing: .14em;
  margin-bottom: 20rem;
}

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

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

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

#residence .sec05 .list01 {
  max-width: 1200px;
  margin: 0 auto 100rem;
  width: 94%;
  display: flex;
  justify-content: space-between;
}

#residence .sec05 .list01 li {
  display: inline-block;
  text-align: left;
  width: 48%;
  vertical-align: top;
}

#residence .sec05 .list01 li .txt01 {
  width: 100%;
}

#residence .sec05 .list01 li:nth-child(3) {
  margin-left: 3%;
}

#residence .sec05 .list01 .txt01 {
  font-size: 20rem;
  letter-spacing: .14em;
  border-bottom: 1px solid;
  margin-bottom: 20rem;
}

#residence .sec05 .list01 .txt02 {
  font-size: 18rem;
  line-height: 2;
  margin-bottom: 20rem;
}

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

#residence .sec05 .white-bg {
  background: #fff;
  padding: 80px 0;
  max-width: 1200px;
  margin: 0 auto 100px;
}

#residence .sec05 .white-bg .wrap {
  max-width: 1100px;
  width: 94%;
}

#residence .sec05 .white-bg .txt01 {
  text-align: left;
  font-size: 20rem;
  letter-spacing: .14em;
  border-bottom: 1px solid;
  margin-bottom: 10rem;
}

#residence .sec05 .white-bg .txt01 span {
  font-size: 12rem;
}

#residence .sec05 .white-bg .mini {
  text-align: left;
  font-size: 12rem;
  margin-bottom: 20rem;
}

#residence .sec05 .white-bg .list02 {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

#residence .sec05 .white-bg .list02 li {
  width: 20%;
}

#residence .sec05 .white-bg .list02 li:nth-child(2) {
  width: 40%;
}

#residence .sec05 .white-bg .list02 li:last-child {
  width: 34%;
}

#residence .sec05 .white-bg .list02 .txt02 {
  font-size: 20rem;
  line-height: 1.6;
  margin-bottom: 20rem;
}

#residence .sec05 .white-bg .list02 .lead {
  margin: auto;
}

#residence .sec05 .white-bg .list02 .office {
  font-size: 12rem;
  margin: 16rem 0 10rem;
}

#residence .sec05 .white-bg .list02 .name {
  font-size: 20rem;
}

#residence .sec05 .slider-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#residence .sec05 .slider-list div {
  width: 16.66%;
}

#residence .sec05 .caps {
  text-align: left;
  font-size: 11rem;
  padding: 10rem 0 0 1%;
}

#residence .sec06 {
  background-image: url(../images/residence/bg-right.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 35%;
  padding-top: 100rem;
}

#residence .sec06 .tit {
  font-size: 22rem;
  letter-spacing: .14em;
  margin-bottom: 20rem;
}

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

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

#residence .sec06 .image {
  max-width: 1000px;
  margin: auto;
}

#residence .sec06 .caps {
  text-align: left;
  font-size: 11rem;
}

#residence .sec07 {
  max-width: 1200px;
  margin: 100rem auto 0;
  background: #fff;
  padding: 80rem 0 30rem;
}

#residence .sec07 .tit {
  font-size: 22rem;
  letter-spacing: .14em;
  margin-bottom: 20rem;
}

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

#residence .sec07 ul {
  display: flex;
  flex-wrap: wrap;
}

#residence .sec07 ul li {
  text-align: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 50rem;
}

#residence .sec07 ul li:nth-child(3n) {
  margin-right: auto;
}

#residence .sec07 ul .name {
  font-size: 18rem;
  margin: 20rem 0 10rem;
}

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

#residence .sec07 ul .mini {
  font-size: 11rem;
  line-height: 1.8;
  margin-top: 6rem;
}

/*==================================================================================
 plan
==================================================================================*/
#plan {
  text-align: center;
}

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

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

#plan .intro .sub {
  font-size: 12rem;
  margin-bottom: 50rem;
}

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

#plan .intro .white-bg {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  padding: 80rem 0;
}

#plan .intro .white-bg .torikago {
  position: relative;
}

#plan .intro .white-bg .torikago .mark02,
#plan .intro .white-bg .torikago .mark01 {
  position: absolute;
  opacity: 0;
  transition: opacity .5s;
}

#plan .intro .white-bg .torikago .mark02.on,
#plan .intro .white-bg .torikago .mark01.on {
  opacity: 1;
}

#plan .intro .white-bg .torikago .mark01 {
  bottom: 0.58%;
  width: 18.5%;
}

#plan .intro .white-bg .torikago .mark01.east {
  left: 47.5%;
  width: 18.17%;
}

#plan .intro .white-bg .torikago .mark01.south {
  left: 24%;
  width: 22.3%;
}

#plan .intro .white-bg .torikago .mark01.west {
  left: 4.6%;
  width: 18.3%;
}

#plan .intro .white-bg .torikago .mark02 {
  right: 0;
}

#plan .intro .white-bg .torikago .mark02.east {
  bottom: 30.88%;
  right: 2.72%;
  width: 5.35%;
}

#plan .intro .white-bg .torikago .mark02.south {
  bottom: 5.15%;
  right: 2.78%;
  width: 13.915%;
}

#plan .intro .white-bg .torikago .mark02.west {
  bottom: 30.88%;
  right: 12.2%;
  width: 4.61%;
}

#plan .intro .white-bg .room-btn {
  position: absolute;
  width: 4.62%;
  top: 1.4%;
}

#plan .intro .white-bg .btn-b {
  left: 13.7%;
}

#plan .intro .white-bg .btn-c {
  left: 18.25%;
}

#plan .intro .white-bg .btn-d {
  width: 4.54%;
  left: 23.95%;
}

#plan .intro .white-bg .btn-f {
  left: 32.85%;
}

#plan .intro .white-bg .btn-g {
  width: 4.59%;
  left: 37.35%;
}

#plan .intro .white-bg .btn-h {
  width: 4.49%;
  left: 41.85%;
}

#plan .intro .mini {
  margin-top: 40rem;
  font-size: 14rem;
  line-height: 1.6;
  border: 1px solid;
  padding: 14rem 0;
}

#plan .btn-lists {
  padding-bottom: 200rem;
}

#plan .btn-lists .lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#plan .btn-lists .lists li {
  width: 32%;
  margin-bottom: 50rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 30rem 0;
}

#plan .btn-lists .lists .texts {
  text-align: center;
  width: 80%;
  margin: 0 auto 20rem;
}

#plan .btn-lists .lists .texts .type {
  font-size: 14rem;
  letter-spacing: .12em;
  margin-bottom: 10rem;
  color: #8a8068;
}

#plan .btn-lists .lists .texts .type .big {
  font-size: 46rem;
}

#plan .btn-lists .lists .texts .type .spec {
  font-size: 20rem;
  letter-spacing: .12em;
  margin-left: 10rem;
  padding-left: 10rem;
  border-left: 1px solid;
}

#plan .btn-lists .lists .texts .width {
  font-size: 12rem;
  letter-spacing: .12em;
  border-top: 1px solid;
  padding-top: 10rem;
}

#plan .btn-lists .lists .texts .width .garamond {
  font-size: 26rem;
  letter-spacing: .12em;
}

#plan .btn-lists .lists .texts .width .big {
  font-size: 31rem;
}

#plan .btn-lists .lists .image {
  width: 80%;
  margin: 0 auto 20rem;
}

#plan .btn-lists .link {
  margin: 0 auto;
  max-width: 195rem;
  display: block;
  border-bottom: 1px solid #1C3333;
  color: #1C3333;
  font-size: 12rem;
  font-family: "EB Garamond","Shippori Mincho B1", serif;
  padding: 6rem 20rem;
  position: relative;
  text-align: left;
}

#plan .btn-lists .link a {
  color: #1C3333;
}

#plan .btn-lists .link::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15rem;
  width: 14rem;
  height: 8rem;
  transform: translateY(-50%);
  background: url(../images/common/icon-link-arrow.svg);
  background-size: 14rem 8rem;
  transition: right .5s;
}

@media (min-width: 1025px) {
  #plan .btn-lists .link:hover {
    opacity: 1 !important;
  }
  #plan .btn-lists .link:hover::after {
    right: 5rem;
  }
}

#plan .equipment .tit {
  font-size: 22rem;
  letter-spacing: .14em;
  margin-bottom: 20rem;
}

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

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

#plan .equipment .lists li {
  text-align: left;
  width: 32%;
  margin-bottom: 60rem;
}

#plan .equipment .lists .name {
  font-size: 18rem;
  line-height: 1.6;
  margin: 20rem 0 10rem;
}

#plan .equipment .lists .info {
  font-size: 11rem;
  line-height: 2;
  margin-bottom: 6rem;
}

#plan .equipment .lists .mini {
  font-size: 11rem;
  line-height: 1.6;
}

#plan .kabesiki {
  max-width: 1200px;
  margin: 0 auto 50rem;
  background: #46413e;
  padding: 80rem 0;
  color: #F1F2EE;
}

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

#plan .kabesiki .list01 li {
  width: 50%;
  text-align: left;
}

#plan .kabesiki .list01 li:last-child {
  width: 46%;
}

#plan .kabesiki .txt {
  text-align: left;
  font-size: 20rem;
  line-height: 1.6;
  margin-bottom: 30rem;
}

#plan .kabesiki .lead {
  font-size: 14rem;
  line-height: 2;
}

#plan .kabesiki .list02 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50rem;
}

#plan .kabesiki .list02 li {
  width: 32%;
  background: #867369;
  padding: 20rem 0;
}

#plan .kabesiki .list02 li .num {
  font-size: 12rem;
  color: #d8bc98;
  margin-bottom: 10rem;
}

#plan .kabesiki .list02 li .copy {
  font-size: 20rem;
}

#plan .kabesiki .list03 {
  display: flex;
  justify-content: space-between;
}

#plan .kabesiki .list03 li {
  width: 48%;
}

#plan .environ .image {
  max-width: 330rem;
  margin: auto;
}

#plan .bg-left {
  background-image: url(../images/plan/bg-left.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 45%;
  background-size: 40%;
}

/*==================================================================================
 plan_detail
==================================================================================*/
#plan_detail {
  text-align: center;
}

#plan_detail .page-body {
  background-size: 0;
}

#plan_detail .plans {
  padding-top: 200rem;
}

#plan_detail .plans .white-bg {
  max-width: 900rem;
  margin: 0 auto 50rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 80rem 0;
}

#plan_detail .plans .texts {
  width: 90%;
  margin: 0 auto 20rem;
}

#plan_detail .plans .texts .type {
  font-size: 14rem;
  letter-spacing: .12em;
  margin-bottom: 20rem;
  color: #8a8068;
}

#plan_detail .plans .texts .type .big {
  font-size: 46rem;
}

#plan_detail .plans .texts .type .spec {
  font-size: 20rem;
  letter-spacing: .12em;
  margin-left: 10rem;
  padding-left: 10rem;
  border-left: 1px solid;
}

#plan_detail .plans .texts .width {
  border-top: 1px solid;
  padding-top: 20rem;
  font-size: 12rem;
  letter-spacing: .12em;
  margin-bottom: 60rem;
}

#plan_detail .plans .texts .width .garamond {
  font-size: 26rem;
  letter-spacing: .12em;
}

#plan_detail .plans .texts .width .big {
  font-size: 31rem;
}

#plan_detail .plans .room-img {
  max-width: 480px;
  margin: auto;
}

#plan_detail .plans .room-img.btype {
  max-width: 360px;
}

#plan_detail .plans .room-img.ctype {
  max-width: 400px;
}

#plan_detail .plans .room-img.dtype {
  max-width: 420px;
}

#plan_detail .plans .room-img.ftype {
  max-width: 420px;
}

#plan_detail .plans .room-img.gtype {
  max-width: 430px;
}

#plan_detail .guides {
  text-align: left;
  width: 94%;
  margin: 50rem auto 0;
}

#plan_detail .guides .image {
  max-width: 380px;
  margin: 0 0 20rem;
}

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

#plan_detail .link-btn {
  margin: 150rem auto 0;
  max-width: 195rem;
  display: block;
  border-bottom: 1px solid #1C3333;
  color: #1C3333;
  font-size: 12rem;
  font-family: "EB Garamond","Shippori Mincho B1", serif;
  padding: 6rem 20rem;
  position: relative;
  text-align: left;
}

#plan_detail .link-btn a {
  color: #1C3333;
}

#plan_detail .link-btn::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15rem;
  width: 14rem;
  height: 8rem;
  transform: translateY(-50%);
  background: url(../images/common/icon-link-arrow.svg);
  background-size: 14rem 8rem;
  transition: right .5s;
}

@media (min-width: 1025px) {
  #plan_detail .link-btn:hover {
    opacity: 1 !important;
  }
  #plan_detail .link-btn:hover::after {
    right: 5rem;
  }
}

/*==================================================================================
 location
==================================================================================*/
#location {
  text-align: center;
}

#location .intro {
  position: relative;
}

#location .intro .tit {
  font-size: 20rem;
  line-height: 1.6;
  margin-bottom: 50rem;
}

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

#location .intro .img00 {
  max-width: 1000px;
  margin: auto;
}

#location .intro ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 100rem;
}

#location .intro ul li {
  width: 33.33333%;
}

#location .intro ul li:first-child {
  width: 100%;
}

#location .intro .annotation {
  position: absolute;
  bottom: -30rem;
  padding: 6rem 15rem;
  box-sizing: border-box;
  font-size: 10rem;
  width: 100%;
  text-align: right;
}

#location .sections .tit {
  font-size: 22rem;
  letter-spacing: .14em;
  margin-bottom: 20rem;
}

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

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

#location .sec01 {
  margin-bottom: 140rem;
}

#location .sec01 .tit {
  padding-top: 120rem;
}

#location .sec01 .bg-left {
  background-image: url(../images/location/bg-left.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 35%;
}

#location .sec01 .img00 {
  max-width: 890px;
  margin: 0 auto 100rem;
}

#location .sec01 .slick-slide img {
  height: auto;
  transform: scale(0.9);
  transition: transform .5s;
  width: 100%;
}

#location .sec01 .slider01 .slick-center img {
  transform: scale(1);
}

#location .sec01 .slick-prev, #location .sec01 .slick-next {
  width: auto;
  height: auto;
}

#location .sec01 .slick-prev {
  left: 32%;
  z-index: 1;
}

#location .sec01 .slick-next {
  right: 32%;
  z-index: 1;
}

#location .sec01 .slick-prev:before, #location .sec01 .slick-next:before {
  font-size: 50px;
  color: #fff;
  opacity: 1;
}

#location .sec01 .slick-prev:before {
  content: url("../images/location/prev.jpg");
  display: block;
}

#location .sec01 .slick-next:before {
  content: url("../images/location/next.jpg");
  display: block;
}

#location .sec01 .slick-dots {
  bottom: -35rem;
}

#location .sec01 .name {
  font-size: 16rem;
  margin-top: 6rem;
}

#location .sec02 {
  border-top: 1px solid #363847;
  padding-top: 100rem;
  margin-bottom: 180rem;
}

#location .sec02.wrap {
  max-width: 1200rem;
}

#location .sec02 .list01 {
  max-width: 900rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

#location .sec02 .list01 li:last-child {
  width: 50%;
}

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

#location .sec02 .slick-dots {
  width: stretch;
}

#location .sec02 .slick-dots li {
  width: 20px;
}

#location .sec02 .slick-dots li:last-child {
  width: 20px;
}

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

#location .sec03 .tit {
  padding-top: 120rem;
}

#location .sec03 .bg-right {
  background-image: url(../images/location/bg-right.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 35%;
}

#location .sec03 .list01 {
  max-width: 900rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#location .sec03 .list01 li {
  position: relative;
  width: 45%;
}

#location .sec03 .list01 li .img01 {
  display: flex;
}

#location .sec03 .list01 li .caption01 {
  bottom: -40rem;
  text-align: right;
}

#location .sec03 .list01 li:last-child {
  width: 50%;
}

#location .sec03 .slick-slide img {
  width: 100%;
  height: auto;
}

#location .sec03 .slick-dots {
  width: stretch;
}

#location .sec03 .slick-dots li {
  width: 20px;
}

#location .sec03 .slick-dots li:last-child {
  width: 20px;
}

#location .sec04 {
  background: #999080;
  padding: 100rem 0 50rem;
}

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

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

#location .sec04 ul .images {
  display: flex;
  margin-bottom: 20rem;
}

#location .sec04 ul .images .image {
  width: 50%;
}

#location .sec04 ul .texts {
  text-align: left;
  display: flex;
}

#location .sec04 ul .texts .num {
  max-width: 50rem;
}

#location .sec04 ul .texts .name {
  font-size: 12px;
  line-height: 2;
  padding-left: 16rem;
  color: #1C3333;
}

#location .sec04 ul .texts .name span {
  font-size: 30rem;
  color: #fff;
}

#location .sec04 ul .info {
  text-align: left;
  font-size: 14rem;
  line-height: 2.2;
  padding-top: 15rem;
  margin-top: 15rem;
  border-top: 1px solid;
  color: #1C3333;
}

#location .sec05 {
  padding-top: 100rem;
}

#location .sec05 .list {
  max-width: 1000px;
  margin: 0 auto 50rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#location .sec05 .list li {
  width: 24%;
  margin-bottom: 50rem;
}

#location .sec05 .list .name {
  font-size: 16rem;
  line-height: 1.4;
  margin: 10rem auto;
}

#location .sec05 .list .min {
  font-size: 14rem;
}

#location .sec06 {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  padding: 80rem 0;
}

#location .sec06 .list01 {
  max-width: 900rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#location .sec06 .list01 li {
  width: 45%;
}

#location .sec06 .list01 li .img01 {
  display: flex;
}

#location .sec06 .list01 li .annotation {
  font-size: 10rem;
  line-height: 1.5;
  padding-top: 5rem;
  text-align: right;
}

#location .sec06 .list01 li:last-child {
  width: 50%;
}

#location .sec06 .slick-slide img {
  width: 100%;
  height: auto;
}

#location .sec06 .slick-dots {
  width: stretch;
}

#location .sec06 .slick-dots li {
  width: 20px;
}

#location .sec06 .slick-dots li:last-child {
  width: 20px;
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  .lower .swipe-list {
    overflow-y: hidden;
    padding-bottom: 10rem;
  }
  /*==================================================================================
 map
==================================================================================*/
  /*==================================================================================
 online
==================================================================================*/
  /*==================================================================================
 access
==================================================================================*/
  #access {
    text-align: center;
  }
  #access .intro {
    margin-bottom: 60rem;
  }
  #access .intro .tit {
    text-align: left;
    margin-bottom: 30rem;
  }
  #access .intro .lead {
    text-align: left;
    line-height: 2.2;
    margin-bottom: 30rem;
  }
  #access .intro .image {
    max-width: 800px;
    margin: auto;
  }
  #access .sec01 .wrap {
    padding: 80rem 0;
  }
  #access .sec01 .wrap .tit {
    text-align: left;
    margin-bottom: 30rem;
  }
  #access .sec01 ul {
    display: block;
  }
  #access .sec01 ul li {
    width: 100%;
  }
  #access .sec01 ul li:last-child {
    width: 100%;
  }
  #access .sec01 ul .lead {
    margin-bottom: 30rem;
  }
  #access .sec02 {
    padding: 0 0 80rem;
  }
  #access .sec02 .bg {
    position: absolute;
    left: 0;
    width: 45%;
  }
  #access .sec02 .tit {
    margin-top: 80px;
    text-align: left;
  }
  #access .sec02 .txt {
    text-align: left;
    margin-bottom: 30rem;
  }
  #access .sec02 .lead {
    text-align: left;
    line-height: 2.2;
    margin-bottom: 20rem;
  }
  #access .sec02 .img01 {
    margin: 0 auto;
  }
  #access .sec02 .list-tit {
    text-align: left;
    margin-top: 60rem;
  }
  #access .sec02 ul {
    display: flex;
    flex-wrap: nowrap;
    width: 520vw;
  }
  #access .sec02 ul li {
    width: 97vw;
    margin-right: 3vw;
    margin-bottom: 0;
  }
  #access .sec02 .caps {
    margin-top: 20rem;
  }
  #access .sec03 .annotation {
    font-size: 11px;
    text-align: right;
    padding: 4rem 12rem 65rem;
  }
  #access .sec03 .sp-map {
    margin: 0 auto;
    width: 250rem;
    padding-bottom: 10rem;
    margin-bottom: 68rem;
  }
  #access .sec03 .img00 {
    margin-bottom: 50rem;
  }
  #access .sec03 .tit {
    text-align: left;
  }
  #access .sec03 .txt {
    text-align: left;
    margin-bottom: 30rem;
  }
  #access .sec03 .lead {
    text-align: left;
    line-height: 2.2;
    margin-bottom: 50rem;
  }
  #access .sec03 .list01 {
    margin: 0 auto 70rem;
    display: block;
  }
  #access .sec03 .list01 li {
    width: 100%;
  }
  #access .sec03 .list01 li:last-child {
    width: 70%;
    margin: 60rem auto 0;
  }
  #access .sec03 .list01 li:first-child {
    position: relative;
  }
  #access .sec03 .slick-slide img {
    width: 94%;
    height: auto;
    margin: auto;
  }
  #access .sec03 .slick-dots {
    width: stretch;
  }
  #access .sec03 .slick-dots li {
    width: 20px;
  }
  #access .sec03 .slick-dots li:last-child {
    width: 20px;
  }
  #access .sec03 .list02 {
    margin-bottom: 80rem;
    padding: 40px 0;
    display: block;
  }
  #access .sec03 .list02 li {
    width: 100%;
  }
  #access .sec03 .list02 li:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30rem;
  }
  #access .sec03 .list02 li:last-child {
    width: 100%;
  }
  #access .sec03 .white-bg {
    padding: 80rem 0;
  }
  #access .sec03 .white-bg .list03 {
    display: block;
  }
  #access .sec03 .white-bg .list03 li {
    width: 100%;
  }
  #access .sec03 .white-bg .list03 li:last-child {
    width: 100%;
    margin-top: 50rem;
  }
  #access .sec03 .white-bg .list03 .lead {
    text-align: left;
    line-height: 2.2;
    margin-bottom: 40rem;
  }
  /*==================================================================================
 position
==================================================================================*/
  #position .modal-button {
    padding-top: 30rem;
    width: 80%;
    margin: 0 auto;
  }
  #position .intro {
    text-align: left;
    padding-bottom: 40rem;
  }
  #position .intro .title {
    line-height: 1.7;
    padding-bottom: 37rem;
  }
  #position .intro .text {
    padding-bottom: 50rem;
  }
  #position .intro .text br {
    display: none;
  }
  #position .swipe img {
    max-width: inherit;
    width: 80%;
  }
  #position .section-images {
    overflow: auto;
  }
  #position .section-images .lists {
    display: flex;
    flex-wrap: nowrap;
    width: 320vw;
  }
  #position .section-images .lists li {
    width: 25%;
  }
  #position .section-images .lists .list01 {
    width: 25%;
    margin-bottom: 0rem;
  }
  #position .hiltop {
    padding: 20rem 0 85rem;
  }
  #position .hiltop .header {
    text-align: left;
  }
  #position .hiltop .header .en {
    padding-top: 40rem;
    font-size: 16rem;
    padding-bottom: 28rem;
  }
  #position .hiltop .header .title {
    line-height: 2;
    padding-bottom: 30rem;
  }
  #position .hiltop .text {
    padding-bottom: 45rem;
    text-align: left;
  }
  #position .hiltop .text br {
    display: none;
  }
  #position .hiltop .img01 {
    margin-bottom: 0rem;
  }
  #position .hiltop .swipe-img img {
    height: 45vh;
  }
  #position .hiltop .colums {
    padding-top: 55rem;
    display: block;
    justify-content: space-between;
  }
  #position .hiltop .colums + .colums {
    padding-top: 50rem;
  }
  #position .hiltop .colums .colum-header {
    width: auto;
  }
  #position .hiltop .colums .images {
    width: auto;
  }
  #position .hiltop .colums .legends-sp {
    padding-top: 15rem;
  }
  #position .hiltop .colums .annotation {
    padding-top: 8rem;
    font-size: 11rem;
    text-align: right;
  }
  #position .hiltop .colums .sub-title {
    font-size: 18rem;
    font-weight: normal;
    line-height: 1.5;
    padding-bottom: 27rem;
  }
  #position .hiltop .colums .text {
    font-size: 14rem;
    line-height: 2.2;
    text-align: left;
  }
  #position .hiltop .colums .legends {
    padding-top: 30rem;
  }
  #position .history .inner {
    padding: 81rem 0 60rem;
  }
  #position .history .images-lists {
    padding: 0rem 0 75rem;
    width: auto;
  }
  #position .history .header {
    text-align: left;
    margin: 0 auto;
    max-width: 900rem;
  }
  #position .history .header .en {
    font-size: 16rem;
    padding-bottom: 22rem;
  }
  #position .history .header .title {
    line-height: 2;
    padding-bottom: 27rem;
  }
  #position .history .header .text {
    padding-bottom: 29rem;
  }
  #position .history .header .text br {
    display: none;
  }
  #position .history .section-img {
    margin: 0 auto;
    max-width: 900rem;
  }
  #position .history .colums-wrap {
    padding-top: 42rem;
    display: block;
  }
  #position .history .colums-wrap .colums {
    width: auto;
  }
  #position .history .colums-wrap .colum01 .sub-title {
    padding-bottom: 28rem;
  }
  #position .history .colums-wrap .colum01 .text {
    padding-bottom: 30rem;
  }
  #position .history .colums-wrap .colum02 {
    padding-top: 80rem;
  }
  #position .history .colums-wrap .colum02 .sub-title {
    padding-bottom: 20rem;
  }
  #position .history .images-lists img {
    width: 100% !important;
    height: auto;
  }
  #position .history .images-lists .lists {
    width: 216vw;
  }
  #position .history .images-lists .lists li {
    width: 70vw;
    margin-right: 2vw;
  }
  #position .history .images-lists .swipe img {
    max-width: inherit;
    width: 80% !important;
  }
  #position .pageAnnotation {
    color: #1C3333;
  }
  /*==================================================================================
 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;
  }
  #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
==================================================================================*/
  #residence .intro {
    margin-bottom: 60rem;
  }
  #residence .intro .tit {
    text-align: left;
    margin-bottom: 30rem;
  }
  #residence .intro .lead {
    text-align: left;
    line-height: 2.2;
    margin-bottom: 30rem;
  }
  #residence .intro ul {
    display: block;
  }
  #residence .intro ul li {
    text-align: left;
    width: 100%;
  }
  #residence .intro ul li .texts {
    padding-left: 0;
    width: 90%;
    margin: auto;
    padding: 50rem 0;
  }
  #residence .sec01 {
    margin-bottom: 60rem;
  }
  #residence .sec01 ul {
    max-width: 1000rem;
    margin: auto;
    display: block;
  }
  #residence .sec01 ul li {
    width: 100%;
    text-align: left;
  }
  #residence .sec01 ul li:last-child {
    margin-top: 30rem;
  }
  #residence .sec01 .txt {
    margin-bottom: 20rem;
  }
  #residence .sec02 {
    padding: 60rem 0;
    margin: 0 auto 60rem;
  }
  #residence .sec02 ul {
    display: block;
  }
  #residence .sec02 ul li {
    width: 60%;
    margin: auto;
  }
  #residence .sec02 ul li:nth-child(2) {
    width: 100%;
    margin-top: 40rem;
  }
  #residence .sec02 ul li:last-child {
    width: 100%;
    margin-top: 40rem;
  }
  #residence .sec03 {
    margin-bottom: 60rem;
  }
  #residence .sec03 .bg-left {
    padding-top: 60rem;
  }
  #residence .sec03 .tit {
    text-align: left;
  }
  #residence .sec03 .txt {
    text-align: left;
    margin-bottom: 20rem;
  }
  #residence .sec03 .lead {
    text-align: left;
    line-height: 2;
    margin-bottom: 0;
  }
  #residence .sec03 .swipe-img img {
    width: 840px !important;
  }
  #residence .sec03 .swipe {
    margin-top: 20rem;
  }
  #residence .sec04 {
    padding-bottom: 0;
  }
  #residence .sec04 .inner01 {
    width: 100%;
    margin: 0 auto 50rem;
  }
  #residence .sec04 .inner01 ul {
    width: 94%;
    margin: 50rem auto 0;
  }
  #residence .sec04 .inner01 ul li {
    display: block;
    width: 100%;
  }
  #residence .sec04 .inner01 ul li:last-child {
    width: 100%;
    margin-top: 30rem;
  }
  #residence .sec04 .inner02 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50rem;
  }
  #residence .sec04 .inner02 ul {
    width: 94%;
    margin: 50rem auto 0;
  }
  #residence .sec04 .inner02 ul li {
    display: block;
    width: 100%;
  }
  #residence .sec04 .inner02 ul li:last-child {
    width: 100%;
    margin-top: 30rem;
  }
  #residence .sec05 .bg-left {
    padding-top: 60rem;
  }
  #residence .sec05 .tit {
    text-align: left;
  }
  #residence .sec05 .txt {
    text-align: left;
    margin-bottom: 20rem;
  }
  #residence .sec05 .lead {
    text-align: left;
    line-height: 2;
    line-height: 2.8;
    margin-bottom: 0;
  }
  #residence .sec05 .img01 {
    margin-bottom: 0;
  }
  #residence .sec05 .list01 {
    margin: 50rem auto;
    display: block;
  }
  #residence .sec05 .list01 li {
    text-align: left;
    width: 100%;
  }
  #residence .sec05 .list01 li:nth-child(3) {
    margin-left: auto;
  }
  #residence .sec05 .list01 li:nth-child(2) {
    margin-bottom: 50rem;
  }
  #residence .sec05 .list01 .txt03 {
    margin-bottom: 30rem;
  }
  #residence .sec05 .white-bg {
    padding: 60px 0;
    margin: 0 auto 60px;
  }
  #residence .sec05 .white-bg .list02 {
    display: block;
  }
  #residence .sec05 .white-bg .list02 .txt02 {
    text-align: left;
  }
  #residence .sec05 .white-bg .list02 li {
    width: 100%;
  }
  #residence .sec05 .white-bg .list02 li.people {
    width: 60%;
    margin: auto;
  }
  #residence .sec05 .white-bg .list02 li:nth-child(2) {
    text-align: center;
    width: 100%;
    margin: 30rem auto;
  }
  #residence .sec05 .white-bg .list02 li:last-child {
    width: 100%;
  }
  #residence .sec05 .slick-slide {
    padding: 0 2px;
  }
  #residence .sec06 {
    padding-top: 50rem;
  }
  #residence .sec06 .tit {
    text-align: left;
  }
  #residence .sec06 .txt {
    text-align: left;
    margin-bottom: 20rem;
  }
  #residence .sec06 .lead {
    text-align: left;
    line-height: 2;
    margin-bottom: 50rem;
  }
  #residence .sec06 .swipe-img img {
    width: 1680px !important;
  }
  #residence .sec06 .caps {
    text-align: left;
    font-size: 11rem;
    padding-top: 10rem;
  }
  #residence .sec07 {
    margin: 60rem auto 0;
    padding: 60rem 0;
  }
  #residence .sec07 .tit {
    text-align: left;
  }
  #residence .sec07 .txt {
    text-align: left;
    margin-bottom: 30rem;
  }
  #residence .sec07 ul {
    display: flex;
    flex-wrap: nowrap;
    width: 550vw;
  }
  #residence .sec07 ul li {
    text-align: left;
    width: 98vw;
    margin-right: 2vw;
    margin-bottom: 0;
  }
  #residence .sec07 ul li:nth-child(3n) {
    margin-right: 2vw;
  }
  #residence .sec07 ul li:last-child {
    margin-right: 0;
  }
  #residence .sec07 ul .name {
    font-size: 18rem;
    margin: 20rem 0 10rem;
  }
  #residence .sec07 ul .info {
    font-size: 14rem;
    line-height: 2;
  }
  #residence .sec07 ul .mini {
    font-size: 11rem;
    line-height: 1.8;
    margin-top: 6rem;
  }
  /*==================================================================================
 plan
==================================================================================*/
  #plan {
    text-align: center;
  }
  #plan .intro {
    margin-bottom: 60rem;
  }
  #plan .intro .tit {
    text-align: left;
    margin-bottom: 15rem;
  }
  #plan .intro .lead {
    text-align: left;
    line-height: 2.2;
    margin-bottom: 30rem;
  }
  #plan .intro .white-bg {
    padding: 60rem 0;
  }
  #plan .intro .white-bg .tit {
    text-align: center;
  }
  #plan .intro .white-bg .room-btn {
    position: absolute;
    top: 1.2%;
    width: 7.06%;
  }
  #plan .intro .white-bg .btn-b {
    left: 20.85%;
  }
  #plan .intro .white-bg .btn-c {
    left: 27.8%;
  }
  #plan .intro .white-bg .btn-d {
    width: 6.95%;
    left: 36.4%;
  }
  #plan .intro .white-bg .btn-f {
    left: 50%;
  }
  #plan .intro .white-bg .btn-g {
    width: 7%;
    left: 56.9%;
  }
  #plan .intro .white-bg .btn-h {
    width: 6.85%;
    left: 63.67%;
  }
  #plan .intro .mini {
    margin-top: 0;
    margin-bottom: 40rem;
    font-size: 10rem;
    line-height: 1.6;
    border: 1px solid;
    padding: 14rem 0;
  }
  #plan .intro .img02 {
    max-width: 280rem;
    width: 60%;
    margin: 20px auto 0;
  }
  #plan .btn-lists {
    margin-bottom: 50rem;
  }
  #plan .btn-lists .lists {
    width: 400vw;
    flex-wrap: nowrap;
  }
  #plan .btn-lists .lists li {
    width: 96vw;
    margin-bottom: 0;
    margin-right: 4vw;
  }
  #plan .btn-lists .lists li:last-child {
    margin-right: 0;
  }
  #plan .btn-lists .lists .texts {
    width: 86%;
  }
  #plan .btn-lists .lists .texts .type .big {
    font-size: 40rem;
  }
  #plan .btn-lists .indicator {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
  }
  #plan .equipment {
    margin-bottom: 60rem;
  }
  #plan .equipment .lists {
    max-width: inherit;
    width: 470vw;
    flex-wrap: nowrap;
  }
  #plan .equipment .lists li {
    width: 96vw;
    margin-right: 4vw;
    margin-bottom: 0;
  }
  #plan .equipment .lists li:last-child {
    margin-right: 0;
  }
  #plan .kabesiki .list01 {
    margin-bottom: 50px;
    display: block;
    justify-content: space-between;
  }
  #plan .kabesiki .list01 li {
    width: 100%;
  }
  #plan .kabesiki .list01 li:last-child {
    width: 100%;
    margin-top: 40rem;
  }
  #plan .kabesiki .list02 {
    display: block;
  }
  #plan .kabesiki .list02 li {
    width: 100%;
    margin-bottom: 20rem;
  }
  #plan .kabesiki .list03 {
    display: block;
  }
  #plan .kabesiki .list03 li {
    width: 100%;
    margin-bottom: 20rem;
  }
  #plan .environ .image {
    width: 90%;
    margin: auto;
  }
  #plan .bg-left {
    background-size: 0;
  }
  /*==================================================================================
 plan_detail
==================================================================================*/
  #plan_detail {
    text-align: center;
  }
  #plan_detail .plans {
    padding-top: 100rem;
  }
  #plan_detail .plans .white-bg {
    width: 94%;
    margin: 0 auto 50rem;
    background: #fff;
    padding: 60rem 0;
  }
  #plan_detail .plans .texts {
    width: 86%;
    text-align: left;
    margin: 0 auto 20rem;
  }
  #plan_detail .plans .texts .width {
    line-height: 2;
    margin-bottom: 40rem;
  }
  #plan_detail .plans .room-img {
    width: 60%;
    margin: auto;
  }
  #plan_detail .guides .image {
    max-width: 380px;
    margin: 0 auto 20rem;
  }
  #plan_detail .guides .caps {
    font-size: 11rem;
    line-height: 1.8;
  }
  #plan_detail .link-btn {
    margin: 50rem auto 0;
  }
  /*==================================================================================
 location
==================================================================================*/
  #location {
    text-align: center;
  }
  #location .intro {
    margin-bottom: 60rem;
  }
  #location .intro .tit {
    text-align: left;
    margin-bottom: 30rem;
  }
  #location .intro .lead {
    text-align: left;
    line-height: 2.2;
    margin-bottom: 30rem;
  }
  #location .intro ul {
    width: 260vw;
    flex-wrap: nowrap;
    margin-top: 60rem;
  }
  #location .intro ul li {
    width: 98vw;
    margin-right: 2vw;
  }
  #location .intro ul li:first-child {
    width: 98vw;
    margin-right: 2vw;
    margin-bottom: 0;
  }
  #location .sections .tit {
    text-align: left;
  }
  #location .sections .txt {
    text-align: left;
    margin-bottom: 30rem;
  }
  #location .sections .lead {
    text-align: left;
    line-height: 2.2;
    margin-bottom: 50rem;
  }
  #location .sec01 {
    margin-bottom: 60rem;
  }
  #location .sec01 .tit {
    padding-top: 60rem;
  }
  #location .sec01 .bg-left {
    background-size: 0;
  }
  #location .sec01 .img00 {
    max-width: 890px;
    margin: 0 auto 50rem;
  }
  #location .sec01 .slick-prev {
    left: 6%;
    z-index: 1;
  }
  #location .sec01 .slick-next {
    right: 6%;
    z-index: 1;
  }
  #location .sec01 .slick-prev:before {
    content: url("../images/location/prev-sp.jpg");
    display: block;
  }
  #location .sec01 .slick-next:before {
    content: url("../images/location/next-sp.jpg");
    display: block;
  }
  #location .sec02 {
    margin-bottom: 80rem;
  }
  #location .sec02 .list01 {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #location .sec02 .list01 li {
    width: 100%;
  }
  #location .sec02 .list01 li:last-child {
    width: 100%;
    margin-top: 60rem;
  }
  #location .sec02 .slick-slide img {
    width: 94%;
    height: auto;
  }
  #location .sec02 .slick-slide .caption {
    right: 6%;
  }
  #location .sec02 .slick-dots li {
    width: 20px;
  }
  #location .sec02 .slick-dots li:last-child {
    width: 20px;
  }
  #location .sec03 {
    margin-bottom: 60rem;
  }
  #location .sec03 .tit {
    padding-top: 60rem;
  }
  #location .sec03 .bg-right {
    background-size: 0;
  }
  #location .sec03 .list01 {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #location .sec03 .list01 li {
    width: 100%;
  }
  #location .sec03 .list01 li:last-child {
    width: 100%;
    margin-top: 60rem;
  }
  #location .sec03 .slick-slide img {
    width: 94%;
    height: auto;
  }
  #location .sec03 .slick-slide .caption {
    right: 6%;
  }
  #location .sec03 .slick-dots li {
    width: 20px;
  }
  #location .sec03 .slick-dots li:last-child {
    width: 20px;
  }
  #location .sec04 {
    padding: 80rem 0 30rem;
  }
  #location .sec04 ul {
    max-width: 1000px;
    margin: auto;
    display: block;
    flex-wrap: nowrap;
  }
  #location .sec04 ul li {
    width: 100%;
    margin-bottom: 50rem;
  }
  #location .sec04 ul .images {
    width: 94vw;
    margin: 0 auto 10rem;
  }
  #location .sec04 ul .images .image {
    width: 50%;
  }
  #location .sec04 ul .swipe {
    padding: 10rem 0 20rem;
  }
  #location .sec04 ul .texts {
    width: 94%;
    margin: auto;
  }
  #location .sec04 ul .info {
    width: 94%;
    margin: 15rem auto 0;
  }
  #location .sec05 {
    padding-top: 80rem;
    padding-bottom: 80rem;
  }
  #location .sec05 .list {
    max-width: inherit;
    margin: 0 auto;
    flex-wrap: nowrap;
    width: 600vw;
  }
  #location .sec05 .list li {
    width: 98vw;
    margin-right: 2vw;
    margin-bottom: 0;
  }
  #location .sec05 .list .name {
    font-size: 16rem;
    line-height: 1.4;
    margin: 10rem auto;
  }
  #location .sec05 .list .min {
    font-size: 14rem;
  }
  #location .sec06 {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    padding: 60rem 0;
  }
  #location .sec06 .list01 {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #location .sec06 .list01 li {
    width: 100%;
  }
  #location .sec06 .list01 li:last-child {
    width: 100%;
    margin-top: 60rem;
  }
  #location .sec06 .slick-slide img {
    width: 94%;
    height: auto;
  }
  #location .sec06 .slick-slide .caption {
    right: 6%;
  }
  #location .sec06 .slick-dots li {
    width: 20px;
  }
  #location .sec06 .slick-dots li:last-child {
    width: 20px;
  }
}

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