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

.lower.on {
  opacity: 1;
}

.lower.on .page-titles .title {
  transform: translateY(0);
}

.lower.on .page-titles .ja {
  transform: translateY(0);
}

.lower.on .page-titles .page-lead {
  transform: translateY(0);
}

.lower main {
  padding-bottom: 100px;
}

.lower #visitor .limited-form input[type="submit"] {
  background: #1C4A50;
}

.lower .limited-form {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 180px;
}

.lower .limited-form .limited-title {
  font-size: 22px;
  line-height: 1.8;
  padding-bottom: 10px;
}

.lower .limited-form .limited-title span {
  display: none;
  font-size: 18px;
}

.lower .limited-form .limited-text01 {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 63px;
}

.lower .limited-form .limited-text02 {
  display: none;
  padding-top: 13px;
  font-size: 14px;
  line-height: 1.5;
}

.lower .inputArea form.login input {
  display: inline-block;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Noto Serif JP', 'Noto serif' ,serif;
}

.lower .inputArea form.login input[type="text"] {
  box-sizing: border-box;
  margin-right: 30px;
  padding: 0 .75em;
  width: 360px;
  height: 48px;
  border-radius: 0;
  border: 1px solid #A8A8A8;
  text-align: center;
  font-size: 16px;
  color: #8B896A;
  letter-spacing: .2em;
}

.lower .inputArea form.login input[type="submit"] {
  font-family: 'Cinzel', serif;
  cursor: pointer;
  padding: 17px 0;
  width: 250px;
  border: none;
  border-radius: 0;
  line-height: 1;
  font-size: 14px;
  letter-spacing: .12em;
  color: #fff;
  background: #7C7A5C;
  appearance: none;
  -webkit-appearance: none;
}

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

.lower .inputArea form.login .error {
  display: none;
  padding-bottom: 15px;
  font-size: 16px;
  color: #ff0000;
}

.lower .inputArea .entry-button a {
  padding: 20px 0;
  font-size: 18px;
}

.lower .mv {
  position: relative;
  text-align: center;
}

.lower .mv .image {
  margin-bottom: 112px;
}

.lower .page-titles {
  text-align: center;
  padding-bottom: 116px;
}

.lower .page-titles .title {
  font-size: 40px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
  transform: translateY(60px);
  transition: transform 2s;
}

.lower .page-titles .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 2px;
  background-color: currentColor;
}

.lower .page-titles .ja {
  font-size: 24px;
  line-height: 2.7;
  transform: translateY(60px);
  transition: transform 2s;
}

.lower .page-titles .page-lead {
  font-size: 16px;
  line-height: 1.8;
  transform: translateY(60px);
  transition: transform 2s;
  margin: 50px auto 100px;
}

@media screen and (max-width: 1024px) {
  .lower .limited-form {
    max-width: 830px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 90px;
  }
  .lower .limited-form .limited-title {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 19px;
  }
  .lower .limited-form .limited-title span {
    display: none;
    font-size: 18px;
  }
  .lower .limited-form .limited-text01 {
    font-size: 11px;
  }
  .lower .inputArea form.login input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .lower .inputArea form.login input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
  }
  .lower .mv {
    position: relative;
    text-align: center;
  }
  .lower .mv .image {
    margin-bottom: 56px;
  }
  .lower .page-titles {
    padding-bottom: 56px;
  }
  .lower .page-titles .title {
    font-size: 30px;
    padding-bottom: 25px;
    margin-bottom: 37px;
  }
  .lower .page-titles .title::after {
    width: 28px;
    height: 2px;
  }
  .lower .page-titles .ja {
    font-size: 20px;
  }
  .lower .page-titles .page-lead {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin: 50px auto;
  }
}

/*==================================================================================
 map
==================================================================================*/
#map .map01 {
  width: auto;
  margin: auto;
  padding-bottom: 20px;
}

#map .map02 {
  width: 96%;
  max-width: 800px;
  margin: auto;
  padding-bottom: 20px;
}

#map .link {
  text-align: center;
}

#map .list {
  max-width: 1000px;
  margin: 90px auto 0;
}

#map .list li {
  display: block;
  width: 48%;
  margin: 0 auto 30px;
}

#map .button {
  margin: 0 auto;
  line-height: 1;
}

#map .button a {
  font-size: 14px;
}

/*==================================================================================
 plan
==================================================================================*/
#plan main {
  padding-bottom: 0;
}

#plan .mv .image {
  margin-bottom: 0;
}

#plan .slide-img-box {
  position: relative;
}

#plan .slide-img-box .controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  cursor: pointer;
}

#plan .slide-img-box .img img {
  width: 140vw;
}

#plan .slide-img-box .next {
  right: 30px;
}

#plan .slide-img-box .prev {
  left: 30px;
}

#plan .slide-img-box.pc .img-wrap {
  position: relative;
}

#plan .slide-img-box.pc .img-wrap.onMove {
  transition: margin-left .5s;
}

#plan .slide-img-box.pc .img {
  width: 500vw;
  text-align: left;
  transform: translateX(-140vw);
}

#plan .page-titles {
  position: relative;
  background: url(../images/plan/bg.png) top left;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 112px 0 100px;
}

#plan .page-titles .img01 {
  max-width: 760px;
  margin: auto;
}

#plan .page-titles .caption.top {
  top: 0;
  bottom: auto;
}

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

#plan .sections .tit {
  font-size: 24px;
  line-height: 2.5;
  margin-bottom: 50px;
}

#plan .sections .lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 100px;
}

#plan .sections .wrap {
  max-width: 1200px;
  width: 90%;
}

#plan .section01 {
  margin-bottom: 100px;
}

#plan .section02 {
  margin-bottom: 100px;
}

#plan .section02 .title {
  padding: 20px 10px 20px 20px;
  border: 1px solid #2C343B;
  display: inline-block;
  margin-bottom: 50px;
  line-height: 1.6;
}

#plan .section02 .torikago {
  max-width: 760px;
  margin: 0 auto 100px;
}

#plan .section02 .links {
  position: absolute;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  width: 10%;
  height: 100%;
  top: 0;
}

#plan .section02 .links:hover {
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  transition: .3s;
}

#plan .section02 .link-a {
  height: 56%;
  width: 17.5%;
  top: 14.2%;
  left: 11.4%;
  background: url(../images/plan/atype.svg);
}

#plan .section02 .link-a:hover {
  background: url(../images/plan/atype-hover.svg);
}

#plan .section02 .link-b {
  height: 56%;
  width: 17.5%;
  top: 14.2%;
  left: 28.8%;
  background: url(../images/plan/btype.svg);
}

#plan .section02 .link-b:hover {
  background: url(../images/plan/btype-hover.svg);
}

#plan .section02 .link-c1 {
  height: 28%;
  width: 17.4%;
  top: 42.2%;
  left: 46.3%;
  background: url(../images/plan/c1type.svg);
}

#plan .section02 .link-c1:hover {
  background: url(../images/plan/c1type-hover.svg);
}

#plan .section02 .link-c2 {
  height: 28%;
  width: 17.6%;
  top: 14.2%;
  left: 46.2%;
  background: url(../images/plan/c2type.svg);
}

#plan .section02 .link-c2:hover {
  background: url(../images/plan/c2type-hover.svg);
}

#plan .section02 .link-d {
  height: 28%;
  width: 17.5%;
  top: 42.2%;
  right: 18.8%;
  background: url(../images/plan/dtype.svg);
}

#plan .section02 .link-d:hover {
  background: url(../images/plan/dtype-hover.svg);
}

#plan .section02 .link-e {
  height: 28%;
  width: 17.5%;
  top: 42.2%;
  right: 1.3%;
  background: url(../images/plan/etype.svg);
}

#plan .section02 .link-e:hover {
  background: url(../images/plan/etype-hover.svg);
}

#plan .section02 .link-fr {
  height: 14%;
  width: 17.5%;
  top: 28%;
  right: 18.8%;
  background: url(../images/plan/frtype.svg);
}

#plan .section02 .link-fr:hover {
  background: url(../images/plan/frtype-hover.svg);
}

#plan .section02 .link-gr {
  height: 14%;
  width: 17.5%;
  top: 0%;
  left: 20%;
  background: url(../images/plan/grtype.svg);
}

#plan .section02 .link-gr:hover {
  background: url(../images/plan/grtype-hover.svg);
}

#plan .section02 .link-jg {
  height: 14%;
  width: 17.5%;
  top: 72.5%;
  right: 1.3%;
  background: url(../images/plan/jgtype.svg);
}

#plan .section02 .link-jg:hover {
  background: url(../images/plan/jgtype-hover.svg);
}

#plan .section02 .btns {
  max-width: 900px;
  margin: 0 auto 30px;
}

#plan .section02 .btns a {
  color: #2C343B;
}

#plan .section02 .btns a:hover {
  opacity: .6 !important;
}

#plan .section02 .btns .btn {
  position: relative;
  background: url(../images/plan/btn-bg.png) center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 18px 0;
  margin-bottom: 30px;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.37);
}

#plan .section02 .btns .btn.atype .type {
  padding-top: 20px;
}

#plan .section02 .btns li {
  display: inline-block;
  vertical-align: middle;
  width: 23%;
}

#plan .section02 .btns li:nth-child(2) {
  width: 60%;
}

#plan .section02 .btns li:last-child {
  width: 15%;
}

#plan .section02 .btns li:last-child .image {
  max-width: 44px;
  margin: auto;
}

#plan .section02 .btns .box {
  position: absolute;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 5px 10px;
  box-sizing: border-box;
  /* margin-bottom: 20px; */
  color: #2C343B;
  background: #fff;
  left: 20px;
  top: 20px;
}

#plan .section02 .btns .type {
  color: #fff;
  font-size: 24px;
}

#plan .section02 .btns .type .big {
  font-size: 52px;
}

#plan .section02 .btns .type .mini {
  font-size: 11px;
}

#plan .section02 .btns .spec {
  font-size: 38px;
  line-height: 1.2;
}

#plan .section02 .btns .spec .num01 {
  font-size: 52px;
}

#plan .section02 .btns .spec .mini {
  font-size: 26px;
}

#plan .section02 .btns .spec .width {
  font-size: 14px;
}

#plan .section02 .btns .spec .num02 {
  font-size: 30px;
}

#plan .section02 .btns .spec .num03 {
  font-size: 17px;
}

#plan .section02 .btns .spec .price {
  display: block;
  padding-top: 5px;
  font-size: 14px;
}

#plan .section03 {
  margin-bottom: 100px;
}

#plan .section03 .list {
  max-width: 900px;
  margin: auto;
}

#plan .section03 li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 3%;
  margin-bottom: 50px;
}

#plan .section03 li:nth-child(2n) {
  margin-right: auto;
}

#plan .section03 .name {
  font-size: 18px;
  color: #fff;
  background: #002F20;
  padding: 7px 0;
}

#plan .section03 .info {
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8;
}

#plan .section03 .info .mini {
  font-size: 12px;
}

#plan .section03 .casbee {
  max-width: 480px;
  margin: auto;
}

/*==================================================================================
 plan.detail
==================================================================================*/
#plan.detail .page-titles .title {
  margin-bottom: 200px;
}

#plan.detail .type-texts {
  max-width: 900px;
  margin: 0 auto 100px;
}

#plan.detail .type-texts .type {
  position: relative;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
}

#plan.detail .type-texts .type .alpha {
  font-size: 52px;
}

#plan.detail .type-texts .type .box {
  position: absolute;
  top: -24%;
  right: 2%;
  font-size: 11px;
  line-height: 1.5;
  border: 1px solid;
  padding: 10px 20px;
}

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

#plan.detail .type-texts .spec {
  font-size: 38px;
}

#plan.detail .type-texts .spec .num {
  font-size: 52px;
}

#plan.detail .type-texts .spec .mini {
  font-size: 26px;
}

#plan.detail .type-texts .width {
  font-size: 14px;
  margin-bottom: 20px;
}

#plan.detail .type-texts .width .num {
  font-size: 30px;
}

#plan.detail .type-texts .sub {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}

#plan.detail .type-texts .price {
  font-size: 14px;
  margin-bottom: 50px;
  display: inline-block;
  border: 1px solid;
  padding: 8px 10px;
}

#plan.detail .type-texts .price .num {
  font-size: 17px;
}

#plan.detail .type-texts .point {
  font-size: 18px;
  line-height: 1.8;
}

#plan.detail .type-texts .point span {
  display: none;
}

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

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

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

#plan.detail .change-buttons li {
  text-align: center;
  float: left;
  width: 48%;
  margin-right: 4%;
}

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

#plan.detail .change-buttons .button {
  display: block;
  max-width: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: .2em;
  background: #54746a;
}

#plan.detail .change-buttons .button.current {
  pointer-events: none;
  background: #002F20;
}

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

#plan.detail .change-buttons .button:hover {
  opacity: 1;
  background: #002F20;
  transition: .3s;
}

#plan.detail .room {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}

#plan.detail .room li {
  display: inline-block;
  margin: 0 10px;
  width: 80%;
}

#plan.detail .room li a {
  color: #fff;
  font-size: 25px;
  width: 72px;
  padding: 5px 0 10px;
  background: #002F20;
  display: inline-block;
}

#plan.detail .room li a .txt {
  font-size: 11px;
}

#plan.detail .room li a .alpha {
  font-size: 14px;
}

#plan.detail .room li:first-child {
  margin-left: auto;
  width: 5%;
}

#plan.detail .room li:last-child {
  margin-right: auto;
  width: 5%;
}

#plan.detail .room .image {
  margin: 0 auto 20px;
  max-width: 1000px;
}

#plan.detail .room .image.atype img {
  max-width: 640px;
  margin: auto;
}

#plan.detail .room .image.c2type img {
  max-width: 530px;
  margin: auto;
}

#plan.detail .room .image.etype img {
  max-width: 450px;
  margin: auto;
}

#plan.detail .room .image.dtype img {
  max-width: 300px;
  margin: auto;
}

#plan.detail .room .image.grtype img {
  max-width: 830px;
  margin: auto;
}

#plan.detail .room .image.frtype img {
  max-width: 570px;
  margin: auto;
}

#plan.detail .room .image.jgtype img {
  max-width: 460px;
  margin: auto;
}

#plan.detail .guide {
  margin: 0 auto 100px;
}

#plan.detail .guide .image {
  max-width: 320px;
  margin: 0 auto 20px;
}

#plan.detail .guide .caps {
  font-size: 13px;
  line-height: 2;
}

#plan.detail .button {
  max-width: 220px;
  margin: 0 auto 100px;
}

#plan.detail #slider {
  position: relative;
  margin: 20px auto;
}

#plan.detail #slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
}

#plan.detail #slider li.current {
  opacity: 1;
}

#plan.detail #slider .caption {
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
}

#plan.detail #slider img {
  width: 100%;
}

#plan.detail #thumbnail {
  margin-bottom: 100px;
}

#plan.detail #thumbnail img {
  width: 100%;
}

#plan.detail #thumbnail li {
  float: left;
  margin-right: 1%;
  width: 24.2%;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#plan.detail #thumbnail li:nth-child(4n) {
  margin-right: 0;
}

#plan.detail #thumbnail li a {
  display: block;
  position: relative;
  box-sizing: border-box;
}

#plan.detail #thumbnail li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: opacity .5s ease;
}

#plan.detail #thumbnail li.current a:before {
  opacity: 0;
}

#plan.detail #thumbnail li.current a {
  pointer-events: none;
}

#plan.detail #thumbnail li.current a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border: 4px solid #746501;
  box-sizing: border-box;
}

#plan.detail #thumbnail li .name {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
  transition: opacity .25s,top .5s ease;
}

#plan.detail #thumbnail li.current .name {
  opacity: 0;
  top: 30%;
}

@media (min-width: 1025px) {
  #plan.detail #thumbnail li a:hover {
    opacity: 1;
  }
  #plan.detail #thumbnail li a:hover:before {
    opacity: 0;
  }
  #plan.detail #thumbnail li a:hover .name {
    opacity: 0;
    top: 30%;
  }
}

@media (max-width: 1024px) {
  #plan.detail #slider {
    margin-bottom: 10px;
  }
  #plan.detail #thumbnail li {
    margin-bottom: 10px;
  }
  #plan.detail #thumbnail li .name {
    font-size: 9px;
  }
  #plan.detail #thumbnail li.current a:after {
    border-width: 2px;
  }
}

#plan.detail .fixed-banner {
  position: fixed;
  width: 230px;
  height: auto;
  bottom: 170px;
  right: 0%;
  transform: translateY(-50%);
  z-index: 10000;
}

#plan.detail .fixed-banner a {
  display: block;
}

#plan.detail .fixed-banner img {
  display: block;
}

#plan.detail .fixed-banner .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 9%;
}

@media (max-width: 768px) {
  #plan.detail .fixed-banner {
    width: 200px;
    bottom: 170px;
  }
  #plan.detail .fixed-banner .close {
    width: 23px;
    top: 0px;
    right: 0px;
  }
}

/*==================================================================================
 position
==================================================================================*/
/*==================================================================================
 redevelopment
==================================================================================*/
#redevelopment main {
  padding-bottom: 0;
}

#redevelopment .mv .image {
  margin-bottom: 0;
}

#redevelopment .page-titles {
  padding: 112px 0 0;
}

#redevelopment .sections .tit {
  font-size: 24px;
  line-height: 2.5;
  margin-bottom: 50px;
}

#redevelopment .sections .lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 100px;
}

#redevelopment .section01 {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 100px;
}

#redevelopment .section01 .lists li {
  vertical-align: top;
  display: inline-block;
  width: 48%;
  margin-right: 3%;
}

#redevelopment .section01 .lists li:last-child {
  margin-right: auto;
}

#redevelopment .section01 .lists .name {
  background: #002F20;
  font-size: 18px;
  padding: 7px 0;
  color: #fff;
  margin-bottom: 20px;
}

#redevelopment .section01 .lists .info {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}

#redevelopment .section01 .lists .mini {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 10px;
  text-align: left;
}

#redevelopment .section01 .list01 {
  margin: 100px auto 50px;
}

#redevelopment .section01 .list02 {
  margin-bottom: 50px;
}

#redevelopment .section01 .list02 li {
  width: 100%;
  margin-right: auto;
}

#redevelopment .section01 .list02 li:last-child {
  margin-right: auto;
}

#redevelopment .section02 {
  position: relative;
  text-align: center;
  background: url(../images/redevelopment/bg.png) top left;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 140px 0 70px;
}

#redevelopment .section02 .caption.top {
  bottom: auto;
  top: 0;
}

#redevelopment .section02 .img01 {
  max-width: 600px;
  margin: 0 auto 50px;
  box-shadow: 10px 5px 22px rgba(0, 0, 0, 0.3);
}

#redevelopment .section02 .texts {
  max-width: 900px;
  margin: auto;
}

#redevelopment .section02 .texts .txt01 {
  font-size: 18px;
  background: #002F20;
  color: #fff;
  padding: 7px 0;
  margin-bottom: 20px;
}

#redevelopment .section02 .texts .txt02 {
  padding: 10px 0;
  font-size: 14px;
  line-height: 2;
}

#redevelopment .section02 .texts li {
  display: inline-block;
  width: 48%;
  margin-right: 3%;
  vertical-align: top;
  margin-bottom: 20px;
  border: 1px solid;
  box-sizing: border-box;
}

#redevelopment .section02 .texts li:nth-child(2n) {
  margin-right: auto;
}

#redevelopment .section03 {
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 170px;
  color: #fff;
}

#redevelopment .section03 .wrap {
  max-width: 1000px;
}

#redevelopment .section03 .tit {
  padding-top: 100px;
}

#redevelopment .section03 .list {
  margin-bottom: 100px;
}

#redevelopment .section03 .list li {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  width: 48%;
  margin-right: 3%;
}

#redevelopment .section03 .list li:last-child {
  margin-right: auto;
}

#redevelopment .section03 .list .txt01 {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
}

#redevelopment .section03 .list .txt02 {
  font-size: 16px;
  line-height: 1.8;
}

#redevelopment .section03 .txt03 {
  font-size: 16px;
  line-height: 1.8;
  border: 1px solid;
  padding: 15px 0;
}

#redevelopment .section03 .img03 {
  margin: 20px auto;
}

#redevelopment .section03 .mini {
  text-align: left;
  font-size: 11px;
  line-height: 1.6;
}

/*==================================================================================
 brand
==================================================================================*/
#brand {
  position: fixed;
  perspective: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

#brand main {
  padding-bottom: 0;
}

#brand .mv .image {
  margin-bottom: 0;
}

#brand .page-titles {
  padding: 112px 0 0;
  position: relative;
}

#brand .page-titles .caption.top {
  bottom: auto;
  top: 0;
}

#brand .intro {
  text-align: center;
  margin: 100px auto;
}

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

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

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

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

#brand .sec02 {
  background: none;
  padding-bottom: 0;
}

#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;
  color: #5A501C;
  margin-bottom: 60px;
}

#brand .sec02 .text {
  font-size: 22px;
  line-height: 2;
  letter-spacing: .2em;
  color: #5A501C;
  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;
  padding-bottom: 100px;
}

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

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

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

#brand .sec03 .name {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: .2em;
  color: #5A501C;
  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: #5A501C;
}

#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 {
  background: url(../images/brand/bg.png) top left;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 180px 0 100px;
}

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

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

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

#brand .sec05 {
  text-align: center;
  margin-bottom: 100px;
  background: none;
}

#brand .sec05.wrap {
  max-width: 960px;
  width: 94%;
}

#brand .sec05 .logo {
  max-width: 240px;
  width: 80%;
  margin: 0 auto 60px;
}

#brand .sec05 .tit {
  font-size: 24px;
  line-height: 2.5;
  margin-bottom: 50px;
}

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

#brand .sec05 .time-line {
  margin-bottom: 100px;
}

#brand .sec05 .list {
  max-width: 800px;
  margin: auto;
}

#brand .sec05 .list li {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

#brand .sec05 .list li:last-child {
  margin-right: auto;
}

/*==================================================================================
 access
==================================================================================*/
#access {
  position: fixed;
  perspective: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

#access .parallax-box {
  position: relative;
  overflow: hidden;
  perspective: 1000;
}

#access .parallax-box .parallax-img-bg {
  opacity: 0;
  pointer-events: none;
  perspective: 1000;
}

#access .parallax-box .parallax-img {
  position: absolute;
  perspective: 1000;
  top: 0%;
  left: 0;
  width: 100%;
  transform: scale(1.1);
  transition: top .5s ease-out,transform .5s ease-out;
}

#access .parallax-box .parallax-img video {
  perspective: 1000;
}

#access .parallax-box .p-target {
  perspective: 1000;
  transform: scale(1);
  transition: margin-top .5s ease-out,transform .5s ease-out;
}

#access main {
  padding-bottom: 0;
}

#access .mv .image {
  margin-bottom: 0;
}

#access .page-titles {
  background: url(../images/access/bg.png) top left;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 112px 0 100px;
  position: relative;
}

#access .page-titles .caption.top {
  bottom: auto;
  top: 0;
}

#access .sections .wrap {
  max-width: 1200px;
  width: 90%;
}

#access .sections .tit {
  font-size: 24px;
  line-height: 2.5;
  margin-bottom: 50px;
}

#access .sections .lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 100px;
}

#access .section01 {
  text-align: center;
  margin-bottom: 200px;
}

#access .section01 li {
  vertical-align: top;
  display: inline-block;
  width: 23%;
  margin-right: 1%;
}

#access .section01 li:last-child {
  margin-right: auto;
}

#access .section01 .texts {
  border-left: 1px solid;
  border-right: 1px solid;
  margin-top: 10px;
}

#access .section01 .texts .name {
  font-size: 18px;
  margin-bottom: 6px;
}

#access .section01 .texts .min {
  font-size: 24px;
}

#access .section01 .texts .min .mini {
  font-size: 14px;
}

#access .section02 {
  text-align: center;
  margin-bottom: 200px;
}

#access .section02 .lines {
  max-width: 1200px;
  margin: auto;
  background: #EEEFEF;
  padding: 50px;
  box-sizing: border-box;
}

#access .section02 .shinkansen {
  margin-top: 100px;
  background: url(../images/access/box-bg.png) center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#access .section02 .shinkansen .texts {
  padding: 50px 0;
}

#access .section02 .shinkansen .texts .lead {
  margin-bottom: 50px;
}

#access .section02 .shinkansen .texts .img03 {
  max-width: 950px;
  width: 80%;
  margin: auto;
}

#access .section03 {
  text-align: center;
  margin-bottom: 200px;
}

#access .section03 .texts01 {
  margin: 100px auto;
}

#access .section03 .texts01 .lead {
  margin-bottom: auto;
}

#access .section03 .haneda {
  margin-top: 100px;
  background: url(../images/access/box-bg.png) center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#access .section03 .haneda .texts {
  padding: 50px 0;
}

#access .section03 .haneda .texts .lead {
  margin-bottom: 50px;
}

#access .section03 .haneda .texts .img03 {
  max-width: 490px;
  width: 42%;
  margin: auto;
}

#access .section04 {
  text-align: center;
  margin-bottom: 200px;
}

#access .section04 .texts01 {
  margin: 100px auto;
}

#access .section04 .texts01 .lead {
  margin-bottom: auto;
}

#access .section04 .fee {
  margin-top: 100px;
  background: url(../images/access/box-bg.png) center;
  background-size: 100%;
  background-repeat: no-repeat;
}

#access .section04 .fee .text {
  font-size: 24px;
  color: #fff;
  padding: 6px 0;
  background: rgba(83, 128, 155, 0.6);
}

#access .section04 .fee .texts {
  padding: 50px 0;
}

#access .section04 .fee .texts .img02 {
  max-width: 880px;
  width: 74%;
  margin: auto;
}

#access .section05 {
  text-align: center;
  margin-bottom: 200px;
}

#access .section05 .texts01 {
  margin: 100px auto;
}

#access .section05 .texts01 .lead {
  margin-bottom: auto;
}

#access .section05 .lists {
  max-width: 900px;
  margin: 0 auto 40px;
}

#access .section05 .lists .text {
  font-size: 18px;
  line-height: 1.6;
  background: #152E55;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 20px;
}

#access .section05 .lists li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 3%;
}

#access .section05 .lists li:last-child {
  margin-right: auto;
}

#access .section05 .lists .texts {
  border-left: 1px solid;
  border-right: 1px solid;
  margin-top: 10px;
}

#access .section05 .lists .texts .name {
  font-size: 18px;
  margin-bottom: 6px;
}

#access .section05 .lists .texts .min {
  font-size: 16px;
}

#access .section05 .lists .texts .min .big {
  font-size: 24px;
}

#access .section05 .lists .texts .min .mini {
  font-size: 14px;
}

#access .section05 .list03 {
  margin-bottom: 0;
}

/*==================================================================================
 design
==================================================================================*/
#design main {
  padding-bottom: 0;
}

#design .mv .image {
  margin-bottom: 0;
}

#design .page-titles {
  background: url(../images/design/bg.png) top left;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 112px 0 0;
  position: relative;
}

#design .page-titles .caption.top {
  bottom: auto;
  top: 0;
}

#design .page-titles .img01 {
  max-width: 1200px;
  margin: 0 auto 100px;
}

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

#design .sections .wrap {
  max-width: 1200px;
  width: 90%;
}

#design .sections .tit {
  font-size: 24px;
  line-height: 2.5;
  margin-bottom: 50px;
}

#design .sections .lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 100px;
}

#design .sec01 {
  background: url(../images/design/bg01.jpg) top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #fff;
}

#design .sec01 .img01 {
  max-width: 500px;
  margin: 0 auto 100px;
}

#design .sec01 .list {
  max-width: 900px;
  margin: auto;
}

#design .sec01 .list li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 10%;
}

#design .sec01 .list li:last-child {
  width: 59%;
  margin-right: auto;
}

#design .sec01 .list .logo {
  max-width: 120px;
  margin: 0 0 30px;
}

#design .sec01 .list .office {
  font-size: 24px;
  margin-bottom: 20px;
}

#design .sec01 .list .position {
  font-size: 16px;
  margin-bottom: 20px;
}

#design .sec01 .list .name {
  font-size: 24px;
  margin-bottom: 30px;
}

#design .sec01 .list .info {
  font-size: 16px;
  line-height: 1.8;
}

#design .sec02 .bg {
  background: url(../images/design/bg02.jpg) top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}

#design .sec02 .list {
  max-width: 900px;
  margin: auto;
}

#design .sec02 .list li {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 55%;
  margin-right: 10%;
}

#design .sec02 .list li:last-child {
  width: 34%;
  margin-right: auto;
}

#design .sec02 .list .logo {
  max-width: 317px;
  margin: 0 0 30px;
}

#design .sec02 .list .office {
  font-size: 24px;
  margin-bottom: 20px;
}

#design .sec02 .list .position {
  font-size: 16px;
  margin-bottom: 20px;
}

#design .sec02 .list .name {
  font-size: 24px;
  margin-bottom: 30px;
}

#design .sec02 .list .info {
  font-size: 16px;
  line-height: 1.8;
}

#design .sec03 {
  background: url(../images/design/bg03.jpg) top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
}

#design .sec03 .image {
  max-width: 385px;
  margin: auto;
}

#design .sec04 {
  padding-top: 100px;
}

#design .sec04 .img01 {
  max-width: 750px;
  margin: 0 auto 100px;
}

#design .sec04 .img01 .caption {
  bottom: -20px;
}

#design .sec04 .list {
  max-width: 1000px;
  margin: auto;
}

#design .sec04 .list li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 60px;
}

#design .sec04 .list li:nth-child(2n) {
  margin-right: auto;
}

#design .sec04 .list .name {
  background: #002F20;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
}

#design .sec04 .list .info {
  text-align: left;
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}

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

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

#outline .content {
  padding-top: 200px;
}

#outline .content .title {
  text-align: center;
  font-size: 25px;
  padding-bottom: 40px;
}

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

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

#outline img {
  height: auto;
}

#outline .main .title {
  padding-top: 25px;
  padding-bottom: 20px;
  margin-top: 15px;
  margin-bottom: 45px;
  color: #000;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

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

#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: 10px;
  width: 76px;
  text-decoration: none;
  font-size: 13px;
}

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

#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: 15px 0;
  font-weight: bold;
}

#outline #changeArea dl, #outline #changeArea dt, #outline #changeArea dd {
  font-size: 100%;
}

#outline dl {
  margin-bottom: 1px;
  border-bottom: 1px solid #6a8ca599;
  overflow: hidden;
  zoom: 1;
}

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

#outline dl {
  display: table;
}

#outline dd {
  display: table-cell;
  width: 715px;
  color: #000;
}

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

#outline dt {
  display: table-cell;
  width: 225px;
  color: #fff;
  background: #102E21;
}

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

@media screen and (max-width: 1024px) {
  #outline .content {
    padding-top: 120px;
  }
  #outline .content .title {
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
  }
  #outline dl {
    display: block;
  }
  #outline dd {
    display: block;
    width: auto;
    color: #000;
  }
  #outline dt {
    display: block;
    width: auto;
  }
}

/*==================================================================================
 entry
==================================================================================*/
#entry main {
  padding-bottom: 0;
}

#entry .pageTitle01 {
  padding-top: 180px;
}

#entry .flow-image {
  margin: 0 auto 100px;
  max-width: 960px;
}

#entry .action-area .in {
  padding: 42px 15px 10px;
  text-align: left;
}

#entry .action-area .in span {
  position: relative;
  display: inline-block;
  padding-right: 45px;
}

#entry .action-area .in span:before, #entry .action-area .in span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 30px;
  height: 1px;
  background: #fff;
}

#entry .action-area .in span:after {
  width: 10px;
  transform: rotate(35deg);
  transform-origin: right;
}

#entry.entry02 .title {
  margin-bottom: 20px;
}

#entry.entry02 .sub {
  line-height: 1.6;
}

#entry.movie .flow-image {
  margin-bottom: 100px;
  max-width: 960px;
}

#entry.movie.entry02 .flow-image {
  max-width: 720px;
}

#entry.movie.entry02 .flow-image h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}

#entry.movie.entry02 .flow-image h3 span {
  font-size: 80%;
}

#entry.movie .video-area {
  margin: 0 auto 55px;
  max-width: 765px;
}

#entry.movie .video-area .info {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  border: 1px solid;
  padding: 20px;
  box-sizing: border-box;
}

#entry.movie .video-area .video-texts {
  margin: 0 auto;
}

#entry.movie .video-area .video-title {
  text-align: center;
  font-size: 25px;
  line-height: 1.8;
  padding-bottom: 35px;
}

#entry.movie .video-area .video-text01 {
  font-size: 18px;
  line-height: 2.1;
  padding-bottom: 18px;
}

#entry.movie .video-area .video-annotation {
  font-size: 13px;
  line-height: 1.5;
  padding-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  #entry.movie .video-area .video-texts {
    width: 90%;
  }
}

#entry.movie .text {
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 30px;
}

#entry.movie .text.btnarea {
  margin: 0 auto;
}

#entry.movie .text .lead {
  opacity: .7;
  padding: 70px 0 71px;
  background: #fff;
  line-height: 1.6;
}

#entry.movie .text .mini {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}

#entry.movie .text .mini span {
  color: #B80B1F;
}

#entry.movie .text .mini a {
  border-bottom: 1px solid;
}

#entry.movie .text.conceptroom {
  margin-bottom: 100px;
}

#entry.movie .banner-area {
  display: none;
  margin: -276px auto 0;
  padding-bottom: 130px;
  max-width: 720px;
  text-align: center;
  position: relative;
  z-index: 2;
}

#entry.movie .banner-area a {
  display: block;
  color: #fff;
  padding: 40px 0 45px;
  background: linear-gradient(90deg, #002f20 0%, #54746a 100%);
  background-size: cover;
}

#entry.movie .banner-area a:hover {
  opacity: 1 !important;
}

#entry.movie .banner-area .tit {
  font-size: 40px;
  line-height: 1.5;
  padding-bottom: 20px;
}

#entry.movie .banner-area .lead {
  font-size: 22px;
  line-height: 2.2;
  padding-bottom: 15px;
}

#entry.movie .banner-area .mini {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 20px;
}

#entry.login input::placeholder {
  color: #9B921F;
  letter-spacing: .2em;
}

#entry.login section.inputArea {
  padding-bottom: 120px;
  max-width: 830px;
  text-align: center;
  color: #3B5055;
}

#entry.login section.inputArea > header {
  padding-bottom: 30px;
}

#entry.login section.inputArea > header h2 {
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 26px;
}

#entry.login section.inputArea > header .lead {
  line-height: 1.7;
  font-size: 14px;
}

#entry.login section.inputArea form.login input {
  display: inline-block;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Noto Serif JP', serif;
}

#entry.login section.inputArea form.login input[type="text"] {
  box-sizing: border-box;
  margin-right: 30px;
  padding: 0 .75em;
  width: 360px;
  height: 48px;
  border-radius: 0;
  border: 1px solid #A8A8A8;
  text-align: left;
  font-size: 18px;
  color: #9B921F;
  letter-spacing: .2em;
}

#entry.login section.inputArea form.login input[type="submit"] {
  cursor: pointer;
  padding: 17px 0;
  width: 250px;
  border: none;
  border-radius: 0;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  background: #2C2A09;
}

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

#entry.login section.inputArea form.login .error {
  display: none;
  padding-bottom: 15px;
  font-size: 16px;
  color: #ff0000;
}

#entry.login section.inputArea .text01 {
  font-size: 15px;
  line-height: 1.8;
  margin: 30px auto 20px;
}

#entry.login section.inputArea .text02 {
  font-size: 22px;
  color: #9B921F;
  line-height: 1.6;
  border: 1px solid #ae9752;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
}

#entry.login section.inputArea .button01 {
  max-width: 300px;
  margin: 20px auto 0;
}

#entry.login section.inputArea .button01 a {
  display: block;
  padding: 15px 0px 12px;
  background: #8B896A;
  transition: letter-spacing .45s , background .45s;
  font-size: 16px;
  color: #fff;
  border: 1px solid #9B921F;
  letter-spacing: 0.05em;
}

#entry.login section.inputArea .button01 a .en {
  padding-top: 13px;
  font-size: 13px;
}

#entry.login section.inputArea .button01 a:hover {
  letter-spacing: 0.1em;
  background: #fff;
  color: #333333;
}

@media screen and (max-width: 768px) {
  #entry .action-area .in {
    padding: 22px 10px 22px;
    text-align: center;
  }
  #entry .action-area .in span {
    padding-right: 45px;
  }
  #entry .pageTitle01 {
    padding-top: 90px;
  }
  #entry .pageTitle01 .en {
    letter-spacing: .1em;
    text-align: center;
  }
  #entry .flow-image {
    width: 94%;
    max-width: 300px;
    margin: 0 auto 50px;
  }
  #entry.movie .video-area {
    margin: 0 auto 50px;
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  #entry.movie .video-area .info {
    width: 94%;
    font-size: 16px;
    padding: 10px;
    margin: 0 auto 20px;
  }
  #entry.movie .video-area .video-title {
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 20px;
  }
  #entry.movie .video-area .video-text01 {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 14px;
  }
  #entry.movie .video-area .video-annotation {
    font-size: 11px;
    line-height: 1.5;
    padding-bottom: 45px;
  }
  #entry.movie .text .lead {
    padding: 57px 0 58px;
  }
  #entry.movie .text .mini {
    width: 94%;
    margin: auto;
  }
  #entry.movie .banner-area {
    margin: -340px auto 140px;
  }
  #entry.movie .banner-area a {
    padding: 55px 0 45px;
    padding: 40px 0 45px;
  }
  #entry.movie .banner-area .tit {
    font-size: 22px;
  }
  #entry.movie .banner-area .lead {
    padding-bottom: 15px;
  }
  #entry.login section.inputArea {
    padding-bottom: 30px;
    text-align: left;
    margin: 0 auto;
    width: 90%;
  }
  #entry.login section.inputArea > header {
    padding-bottom: 25px;
  }
  #entry.login section.inputArea > header h2 {
    padding-bottom: 20px;
    line-height: 2.1;
    font-size: 22px;
  }
  #entry.login section.inputArea > header .lead {
    line-height: 2.4;
  }
  #entry.login section.inputArea form.login input[type="text"] {
    box-sizing: border-box;
    margin-right: auto;
    width: 100%;
    height: 60px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    display: block;
  }
  #entry.login section.inputArea form.login input[type="submit"] {
    padding: 24px 0;
    display: block;
    width: 100%;
    border: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #entry.login section.inputArea .text01 {
    font-size: 14px;
    line-height: 2.3;
    margin: 30px auto 20px;
  }
  #entry.login section.inputArea .text02 {
    font-size: 22px;
  }
  #entry.login section.inputArea .button01 {
    max-width: inherit;
  }
  #entry.login section.inputArea .button01 a {
    text-align: center;
  }
  #entry.login section.inputArea .button01 a .en {
    padding-top: 13px;
    font-size: 13px;
  }
  #entry.login section.inputArea .button01 a:hover {
    letter-spacing: 0.1em;
    background: #fff;
    color: #333333;
  }
}

/*==================================================================================
 visitor
==================================================================================*/
#visitor .site-footer .info-base .info {
  opacity: 1;
}

/*==================================================================================
 visitor
==================================================================================*/
#visitor.archive .page-titles {
  padding-bottom: 0;
}

#visitor.archive .link-lists li {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 60px;
  display: inline-block;
}

#visitor.archive .link-lists li:last-child, #visitor.archive .link-lists li:nth-child(3) {
  margin-right: auto;
}

#visitor.archive .link-lists li:last-child .img .bg {
  opacity: 1;
}

#visitor.archive .link-lists li span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
}

#visitor.archive .link-lists li span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -20px;
  margin-top: -1px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  transition: right .3s linear;
}

#visitor.archive .link-lists .img {
  position: relative;
  overflow: hidden;
}

#visitor.archive .link-lists .img .bg {
  opacity: 1;
}

#visitor.archive .link-lists .img .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1.03);
  transition: transform .3s linear;
}

#visitor.archive .link-lists .txt {
  padding: 15px 0 15px;
  background: #5c5822;
  background: linear-gradient(90deg, #5c5822 0%, #989163 100%);
  text-align: center;
}

#visitor.archive .link-lists .text01 {
  margin: 0 auto;
  width: 90%;
  max-width: 300px;
  border: 1px solid #fff;
  padding: 10px 0;
}

#visitor.archive .link-lists a {
  display: block;
  color: #fff;
}

#visitor.archive .link-lists a:hover {
  opacity: 1 !important;
}

#visitor.archive .link-lists a:hover .image {
  transform: scale(1.2);
}

#visitor.archive .link-lists a:hover span:after {
  right: -28px;
}

#visitor.archive .link-lists.list02 {
  width: 66%;
  margin: auto;
}

#visitor.archive .link-lists.list02 li {
  margin-right: 3%;
  width: 48%;
}

#visitor.archive .link-lists.list02 li:last-child {
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  #visitor.archive .link-lists li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 45px;
  }
  #visitor.archive .link-lists li:nth-child(2n) {
    margin-right: auto;
  }
  #visitor.archive .link-lists li:nth-child(3) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 768px) {
  #visitor.archive .link-lists li, #visitor.archive .link-lists li:nth-child(3) {
    display: block;
    min-width: 300px;
    width: 75%;
    margin: 0 auto 45px;
  }
}

/*==================================================================================
 location
==================================================================================*/
/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  .mo .content img {
    max-width: auto !important;
    max-width: inherit !important;
    width: 200% !important;
  }
  .lower .modal-btn {
    max-width: 320px;
    width: 90%;
    margin: 20px auto 0;
  }
  .lower .modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center;
  }
  .lower .modal-wrapper .swipe-img img {
    max-height: 40vh;
  }
  .lower .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  .lower .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .lower .modal-wrapper.on {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .lower .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: "";
  }
  .lower .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 94%;
    max-width: 800px;
    padding: 0;
    border-radius: 2px;
    vertical-align: middle;
  }
  .lower .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }
  .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.1) !important;
  }
  .lower .modal-overlay:hover {
    opacity: 1 !important;
  }
  .lower .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    color: #243051 !important;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    padding: 0;
  }
  .lower .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important;
  }
  /*==================================================================================
 map
==================================================================================*/
  #map .page-titles {
    padding-bottom: 30px;
  }
  #map .map01 {
    width: 94%;
    margin: auto;
    padding: 0;
  }
  #map .map02 {
    padding-bottom: 0;
  }
  #map .list {
    max-width: 1000px;
    margin: auto;
  }
  #map .list li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  #map .list li .map02 {
    margin-top: 20px;
  }
  #map .list li:last-child {
    width: 94%;
    margin: auto;
  }
  /*==================================================================================
 plan
==================================================================================*/
  #plan main {
    padding-bottom: 0;
  }
  #plan .mv .image {
    margin-bottom: 0;
  }
  #plan .slide-img-box.sp .img {
    width: 100vw;
    transform: translateX(0);
  }
  #plan .page-titles {
    background: url(../images/plan/bg-sp.png) top left;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 56px 0 50px;
  }
  #plan .sections .tit {
    text-align: left;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 30px;
  }
  #plan .sections .lead {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
  }
  #plan .section01 {
    margin-bottom: 50px;
  }
  #plan .section02 {
    margin-bottom: 50px;
  }
  #plan .section02 .torikago {
    max-width: 760px;
    margin: 0 auto 50px;
  }
  #plan .section02 .btns {
    max-width: 340px;
    margin: auto;
  }
  #plan .section02 .btns .btn {
    background: url(../images/plan/btn-bg-sp.png) center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
    margin-bottom: 30px;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.37);
  }
  #plan .section02 .btns li {
    display: block;
    width: 100%;
  }
  #plan .section02 .btns li:nth-child(2) {
    width: 100%;
  }
  #plan .section02 .btns li:last-child {
    width: 100%;
  }
  #plan .section02 .btns li:last-child .image {
    max-width: 36px;
    margin: auto;
  }
  #plan .section02 .btns .box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 16px;
  }
  #plan .section02 .btns .type {
    color: #fff;
    font-size: 22px;
    margin-bottom: 50px;
  }
  #plan .section02 .btns .type span {
    font-size: 46px;
  }
  #plan .section02 .btns .spec {
    font-size: 28px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #plan .section02 .btns .spec .num01 {
    font-size: 40px;
  }
  #plan .section02 .btns .spec .mini {
    font-size: 20px;
  }
  #plan .section02 .btns .spec .width {
    font-size: 14px;
  }
  #plan .section02 .btns .spec .num02 {
    font-size: 22px;
  }
  #plan .section03 {
    margin-bottom: 50px;
  }
  #plan .section03 .list {
    max-width: 320px;
    margin: auto;
  }
  #plan .section03 li {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
  }
  #plan .section03 .info {
    font-size: 14px;
  }
  #plan .section03 .casbee {
    max-width: 320px;
    margin: auto;
  }
  /*==================================================================================
 plan.detail
==================================================================================*/
  #plan.detail .page-titles .title {
    margin-bottom: 50px;
  }
  #plan.detail .type-texts {
    margin: 0 auto 60px;
  }
  #plan.detail .type-texts .box {
    font-size: 11px;
    line-height: 1.5;
    border: 1px solid;
    padding: 10px 20px;
    box-sizing: border-box;
    max-width: 230px;
    margin: 0 auto 10px;
  }
  #plan.detail .type-texts .box span {
    font-size: 15px;
  }
  #plan.detail .type-texts .type {
    font-size: 22px;
  }
  #plan.detail .type-texts .type .alpha {
    font-size: 48px;
  }
  #plan.detail .type-texts .spec {
    font-size: 28px;
  }
  #plan.detail .type-texts .spec .num {
    font-size: 40px;
  }
  #plan.detail .type-texts .spec .mini {
    font-size: 20px;
  }
  #plan.detail .type-texts .width {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #plan.detail .type-texts .width .num {
    font-size: 26px;
  }
  #plan.detail .type-texts .sub {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #plan.detail .type-texts .point {
    text-align: left;
    font-size: 14px;
  }
  #plan.detail .type-texts .point span {
    display: inline-block;
  }
  #plan.detail .room li {
    margin: auto;
    width: 66%;
  }
  #plan.detail .room li a {
    font-size: 20px;
    width: 50px;
    padding: 5px 0 10px;
  }
  #plan.detail .room li a .txt {
    font-size: 11px;
  }
  #plan.detail .room li a .alpha {
    font-size: 16px;
  }
  #plan.detail .room li:first-child {
    margin-left: auto;
    width: 15%;
  }
  #plan.detail .room li:last-child {
    margin-right: auto;
    width: 15%;
  }
  #plan.detail .guide {
    margin: 0 auto 50px;
  }
  #plan.detail .guide .caps {
    text-align: left;
    font-size: 10px;
    line-height: 1.6;
  }
  #plan.detail .button {
    margin: 0 auto 80px;
  }
  #plan.detail #thumbnail {
    margin-bottom: 60px;
  }
  #plan.detail #thumbnail img {
    width: 100%;
  }
  #plan.detail #thumbnail li {
    float: left;
    margin-right: 2%;
    width: 49%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  #plan.detail #thumbnail li .name {
    font-size: 12px;
  }
  #plan.detail #thumbnail li:nth-child(2n+1) {
    clear: both;
  }
  #plan.detail #thumbnail li:nth-child(2n) {
    margin-right: 0;
  }
  #plan.detail #slider .caption {
    font-size: 12px;
  }
  /*==================================================================================
 redevelopment
==================================================================================*/
  #redevelopment main {
    padding-bottom: 0;
  }
  #redevelopment .mv .image {
    margin-bottom: 0;
  }
  #redevelopment .page-titles {
    padding: 56px 0 0;
  }
  #redevelopment .page-titles .wrap {
    width: 90%;
  }
  #redevelopment .sections .wrap {
    width: 90%;
  }
  #redevelopment .sections .tit {
    text-align: left;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 30px;
  }
  #redevelopment .sections .lead {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
  }
  #redevelopment .sections .btn.sp {
    margin: 20px auto 0;
    width: 80%;
  }
  #redevelopment .section01 {
    margin: 0 auto 100px;
  }
  #redevelopment .section01 .lists li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  #redevelopment .section01 .lists li:last-child {
    margin-bottom: auto;
  }
  #redevelopment .section01 .lists .name {
    margin-bottom: 10px;
    line-height: 1.4;
  }
  #redevelopment .section01 .lists .info {
    font-size: 14px;
  }
  #redevelopment .section01 .list01 {
    margin: 50px auto 30px;
  }
  #redevelopment .section01 .list02 {
    margin-bottom: 30px;
  }
  #redevelopment .section01 .list03 li {
    margin-bottom: 0;
  }
  #redevelopment .section02 {
    position: relative;
    text-align: center;
    background: url(../images/redevelopment/bg-sp.png) top left;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 50px 0 80px;
  }
  #redevelopment .section02 .texts li {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
  }
  #redevelopment .section02 .texts li:last-child {
    margin-bottom: auto;
  }
  #redevelopment .section03 {
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 20px;
    margin-bottom: 100px;
    color: #fff;
  }
  #redevelopment .section03 .tit {
    padding-top: 50px;
  }
  #redevelopment .section03 .list {
    margin-bottom: 50px;
  }
  #redevelopment .section03 .list li {
    display: block;
    width: 100%;
    margin-right: auto;
  }
  #redevelopment .section03 .list .txt01 {
    font-size: 20px;
    margin: 40px auto 20px;
  }
  #redevelopment .section03 .list .txt02 {
    font-size: 14px;
    line-height: 1.8;
  }
  #redevelopment .section03 .txt03 {
    font-size: 14px;
    padding: 10px 0;
  }
  #redevelopment .section03 .img03 {
    margin: 20px auto;
  }
  #redevelopment .section03 .mini {
    text-align: left;
    font-size: 11px;
    line-height: 1.6;
  }
  /*==================================================================================
 brand
==================================================================================*/
  #brand main {
    padding-bottom: 0;
  }
  #brand main .btn.sp {
    margin: 20px auto 0;
    width: 80%;
  }
  #brand .mv .image {
    margin-bottom: 0;
  }
  #brand .page-titles {
    padding: 56px 0 0;
  }
  #brand .intro {
    margin: 60px auto;
  }
  #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: 18px;
    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 {
    background: url(../images/brand/bg-sp.png) top left;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 80px 0;
  }
  #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;
  }
  #brand .sec05 {
    text-align: center;
    margin-bottom: 100px;
  }
  #brand .sec05 .logo {
    margin: 0 auto 50px;
    max-width: 180px;
  }
  #brand .sec05 .tit {
    text-align: left;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 30px;
  }
  #brand .sec05 .lead {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
  }
  #brand .sec05 .time-line {
    width: 90%;
    margin: 0 auto 50px;
  }
  #brand .sec05 .list li {
    display: block;
    width: 100%;
  }
  #brand .sec05 .list li:last-child {
    margin-top: 15px;
  }
  /*==================================================================================
 access
==================================================================================*/
  #access main {
    padding-bottom: 0;
  }
  #access main .btn.sp {
    margin: 20px auto 0;
    width: 80%;
  }
  #access .mv .image {
    margin-bottom: 0;
  }
  #access .page-titles {
    background: url(../images/access/bg-sp.png) top left;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 56px 0 50px;
  }
  #access .sections .tit {
    text-align: left;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 30px;
  }
  #access .sections .lead {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
  }
  #access .section01 {
    margin-bottom: 50px;
  }
  #access .section01 li {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    margin-bottom: 30px;
  }
  #access .section01 li:nth-child(2) {
    margin-right: auto;
  }
  #access .section01 li:last-child {
    margin-right: auto;
  }
  #access .section01 .texts {
    padding: 10px 0;
  }
  #access .section01 .texts .name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #access .section01 .texts .min {
    font-size: 16px;
  }
  #access .section01 .texts .min .mini {
    font-size: 12px;
  }
  #access .section01 .texts .min .big {
    font-size: 20px;
  }
  #access .section02 {
    margin-bottom: 80px;
  }
  #access .section02 .lines {
    padding: 10px 0;
  }
  #access .section02 .lines .caption {
    bottom: -10px;
  }
  #access .section02 .shinkansen {
    margin-top: 50px;
    background: url(../images/access/box-bg-sp.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #access .section02 .shinkansen .texts {
    padding: 50px 10px;
    box-sizing: border-box;
  }
  #access .section02 .shinkansen .texts .tit {
    margin-bottom: 30px;
  }
  #access .section02 .shinkansen .texts .lead {
    margin-bottom: 30px;
  }
  #access .section02 .shinkansen .texts .img03 {
    width: 100%;
    margin: auto;
  }
  #access .section03 {
    margin-bottom: 80px;
  }
  #access .section03 .texts01 {
    margin: 50px auto;
  }
  #access .section03 .texts01 .lead {
    margin-bottom: auto;
  }
  #access .section03 .haneda {
    margin-top: 50px;
    background: url(../images/access/box-bg-sp.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #access .section03 .haneda .texts {
    padding: 30px 10px;
  }
  #access .section03 .haneda .texts .tit {
    margin-bottom: 30px;
  }
  #access .section03 .haneda .texts .lead {
    margin-bottom: 30px;
  }
  #access .section03 .haneda .texts .img03 {
    width: 100%;
  }
  #access .section04 {
    margin-bottom: 80px;
  }
  #access .section04 .texts01 {
    margin: 30px auto;
  }
  #access .section04 .texts01 .lead {
    margin-bottom: auto;
  }
  #access .section04 .fee {
    margin-top: 50px;
    background: url(../images/access/box-bg-sp.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #access .section04 .fee .text {
    font-size: 20px;
    padding: 10px 0;
  }
  #access .section04 .fee .texts {
    padding: 20px;
    box-sizing: border-box;
  }
  #access .section04 .fee .texts .img02 {
    width: 100%;
  }
  #access .section05 {
    margin-bottom: 80px;
  }
  #access .section05 .texts01 {
    margin: 50px auto;
  }
  #access .section05 .texts01 .lead {
    margin-bottom: auto;
  }
  #access .section05 .lists .text {
    text-align: left;
    font-size: 14px;
    padding: 15px 0 15px 10px;
    box-sizing: border-box;
  }
  #access .section05 .lists li {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
  }
  #access .section05 .lists li:last-child {
    margin-right: auto;
  }
  #access .section05 .lists .texts {
    padding: 10px 0;
  }
  #access .section05 .lists .texts .name {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #access .section05 .lists .texts .min {
    font-size: 12px;
  }
  #access .section05 .lists .texts .min .big {
    font-size: 18px;
    letter-spacing: 0;
  }
  #access .section05 .lists .texts .min .mini {
    font-size: 11px;
    letter-spacing: 0;
  }
  #access .section05 .list03 {
    margin-bottom: 0;
  }
  #access .parallax-box .parallax-img {
    transform: scale(1.6);
  }
  /*==================================================================================
 design
==================================================================================*/
  #design main {
    padding-bottom: 0;
  }
  #design .mv .image {
    margin-bottom: 0;
  }
  #design .page-titles {
    background: url(../images/design/bg-sp.png) top left;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 56px 0 0;
  }
  #design .page-titles .img01 {
    margin: 0 auto 50px;
  }
  #design .sections .tit {
    text-align: left;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 30px;
  }
  #design .sections .lead {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 50px;
  }
  #design .sec01 {
    padding: 50px 0;
  }
  #design .sec01 .img01 {
    margin: 0 auto 50px;
  }
  #design .sec01 .list {
    max-width: 900px;
    margin: auto;
  }
  #design .sec01 .list li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #design .sec01 .list li:last-child {
    width: 100%;
    margin: auto;
  }
  #design .sec01 .list .info {
    margin-bottom: 50px;
  }
  #design .sec01 .list .img02 {
    max-width: 300px;
    margin: auto;
  }
  #design .sec02 .bg {
    padding: 50px 0;
  }
  #design .sec02 .list li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #design .sec02 .list li:last-child {
    width: 100%;
    margin: auto;
  }
  #design .sec02 .list .img02 {
    max-width: 300px;
    margin: 0 auto 50px;
  }
  #design .sec03 {
    background: none;
    padding: 0;
  }
  #design .sec03 .img01 {
    max-width: 202px;
    width: 90%;
    margin: 50px auto 0;
  }
  #design .sec03 .tit {
    margin-top: 50px;
  }
  #design .sec03 .bg {
    margin-bottom: 50px;
  }
  #design .sec04 {
    padding-top: 0;
  }
  #design .sec04 .img01 {
    width: 90%;
    margin: 0 auto;
  }
  #design .sec04 .btn {
    width: 90%;
    margin: auto;
    padding: 30px 0 50px;
  }
  #design .sec04 .list li {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  #design .sec04 .list li:nth-child(2n) {
    margin-bottom: 50px;
  }
  #design .sec04 .list .info {
    width: 90%;
    margin: 20px auto 0;
  }
  /*==================================================================================
 residence
==================================================================================*/
  /*==================================================================================
 location
==================================================================================*/
}

/*==================================================================================
 position
==================================================================================*/
#position .commonLowerLinks01 {
  background: #fff;
}

#position main {
  background: #fff;
}

#position .intro {
  padding-bottom: 140px;
  text-align: center;
}

#position .intro .text {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: .15em;
  margin-bottom: 40px;
}

#position .intro .lead {
  font-size: 16px;
  color: #8C5937;
  line-height: 2.2;
  padding-bottom: 55px;
}

#position .intro .image {
  margin: 0 auto;
  max-width: 610px;
}

#position .intro .image .caption {
  bottom: -15px;
  background: transparent;
  color: #000000;
}

#position .relax {
  position: relative;
  background: #000;
  background-size: cover;
  padding-bottom: 267px;
}

@media screen and (min-width: 1025px) {
  #position .relax {
    background-attachment: fixed;
    padding-bottom: 67px;
  }
}

#position .relax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: #fff;
}

#position .relax .title {
  color: #000000;
  font-size: 30px;
  line-height: 1.5;
  padding-bottom: 70px;
  text-align: center;
  position: relative;
  z-index: 2;
}

#position .relax .image {
  margin: -45px 0px 20px;
  transform: scale(0.85);
  transition: transform .6s, margin .6s;
}

#position .relax .image img {
  max-height: 470px;
}

#position .relax .slick-current .image {
  margin-top: 0;
  transform: scale(1);
  transition: transform .6s .7s, margin .6s .7s;
}

#position .relax .slick-slider {
  height: 470px;
}

#position .relax .slick-slider .slick-track {
  left: -15vw;
}

#position .relax .slick-next {
  left: auto;
  right: 70px;
  bottom: 20px;
  top: auto;
}

#position .relax .slick-next:before {
  content: url(../images/position/next.svg);
}

@media screen and (max-width: 1024px) {
  #position .relax .slick-next {
    bottom: -100px;
  }
}

#position .relax .slick-prev {
  left: auto;
  top: auto;
  right: 135px;
  bottom: 20px;
}

#position .relax .slick-prev:before {
  content: url(../images/position/prev.svg);
}

@media screen and (max-width: 1024px) {
  #position .relax .slick-prev {
    bottom: -100px;
  }
}

#position .relax .slick-prev, #position .relax .slick-next {
  z-index: 2;
}

#position .relax .annotation {
  color: #fff;
  font-size: 10px;
  padding: 80px 5% 0;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 0;
}

#position .welbe {
  padding: 202px 0 174px;
}

#position .welbe .title {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 80px;
}

#position .welbe .body {
  margin: 0 auto;
  width: 90%;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#position .welbe .body .welbe-photoes {
  width: 55%;
  order: 2;
}

#position .welbe .body .welbe-photoes .slick-dots {
  bottom: -35px;
}

#position .welbe .body .welbe-photoes .slick-dots li button:before {
  opacity: 1;
  color: #D9EAF2;
}

#position .welbe .body .welbe-photoes .slick-dots li.slick-active button:before {
  color: #BFB086;
}

#position .welbe .body .text {
  width: 40%;
  order: 1;
  font-size: 16px;
  line-height: 2;
  color: #8C5937;
}

#position .welbe .annotation {
  width: 90%;
  margin: auto;
  text-align: right;
}

#position .big-image {
  position: relative;
}

#position .town {
  overflow: hidden;
  position: relative;
  margin-bottom: 172px;
}

#position .town .header {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #8C5937;
  z-index: 1;
}

#position .town .title {
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 66px;
}

#position .town .lead {
  font-size: 16px;
  line-height: 2;
}

#position .town .image {
  position: relative;
  margin: 500px auto 0;
  max-width: 1000px;
}

#position .town .image .caption {
  background: none;
  color: #2b2b2b;
}

#position .history {
  position: relative;
  margin-bottom: 174px;
}

#position .history .wrap {
  max-width: 1320px;
  display: flex;
  justify-content: center;
}

#position .history .image {
  width: 40%;
}

#position .history .image .in {
  position: relative;
}

#position .history .image.park {
  margin-left: 2%;
}

#position .history .header {
  width: 62.4%;
  color: #8C5937;
}

#position .history .photoes li {
  position: relative;
  float: left;
  width: 60%;
}

#position .history .photoes li:last-child {
  float: right;
  width: 35%;
}

#position .history .title {
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 27px;
}

#position .history .text {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 30px;
}

#position .musashono {
  padding: 82px 0;
  background: #E2DDDB;
  background-size: cover;
  color: #8C5937;
}

@media screen and (min-width: 1025px) {
  #position .musashono {
    background-attachment: fixed;
  }
}

#position .musashono .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#position .musashono .header {
  width: 50%;
  order: 2;
}

#position .musashono .image {
  width: 47%;
  position: relative;
  order: 1;
}

#position .musashono .title {
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 20px;
}

#position .musashono .text {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #position .intro {
    padding-bottom: 100px;
  }
  #position .intro .text {
    text-align: left;
    margin-bottom: 20px;
  }
  #position .intro .lead {
    font-size: 16px;
    padding-bottom: 75px;
    text-align: left;
  }
  #position .intro .lead br {
    display: none;
  }
  #position .relax {
    padding-bottom: 147px;
  }
  #position .relax::before {
    height: 40%;
  }
  #position .relax .title {
    font-size: 22px;
    padding-bottom: 40px;
    text-align: left;
  }
  #position .relax .image {
    margin: 0px 10px 20px;
    transform: scale(1);
  }
  #position .relax .slick-current .image {
    margin-top: 0;
    transform: scale(1);
  }
  #position .relax .slick-slider {
    height: inherit;
    padding-bottom: 80px;
  }
  #position .relax .slick-slider .slick-track {
    left: 0vw;
  }
  #position .relax .slick-next {
    bottom: -8%;
    left: auto;
    right: 10px;
  }
  #position .relax .slick-prev {
    bottom: -8%;
    right: 80px;
    top: auto;
  }
  #position .relax .annotation {
    padding: 0px 5% 0;
    bottom: 20px;
    right: 0;
    text-align: left;
  }
  #position .relax .slick-prev, #position .relax .slick-next {
    width: 70px;
    height: 70px;
  }
  #position .welbe {
    padding: 103px 0 140px;
  }
  #position .welbe .title {
    font-size: 22x;
    text-align: left;
    padding-bottom: 40px;
  }
  #position .welbe .body {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  #position .welbe .body .welbe-photoes {
    width: auto;
  }
  #position .welbe .body .annotation {
    padding-top: 10px;
  }
  #position .welbe .body .text {
    width: auto;
    padding-top: 28px;
  }
  #position .big-image {
    position: relative;
    margin-bottom: 105px;
  }
  #position .town {
    margin-bottom: 108px;
  }
  #position .town .header {
    position: static;
    transform: translate(0%, 0%);
    margin: 0 auto;
    width: 90%;
    text-align: center;
    color: #8C5937;
    z-index: 1;
  }
  #position .town .title {
    font-size: 22px;
    line-height: 1.8;
    padding-bottom: 40px;
    text-align: left;
  }
  #position .town .lead {
    text-align: left;
  }
  #position .town .lead br {
    display: none;
  }
  #position .town .image {
    position: relative;
    margin-top: 0;
  }
  #position .town .image .swipe-img img {
    width: 1000px !important;
  }
  #position .town .image .caption {
    bottom: -20px;
  }
  #position .history {
    position: relative;
    margin-bottom: 111px;
  }
  #position .history .wrap {
    display: block;
  }
  #position .history .image {
    width: auto;
  }
  #position .history .image.park {
    margin-left: 0;
    margin-top: 20px;
  }
  #position .history .header {
    width: auto;
  }
  #position .history .photoes {
    padding-top: 20px;
  }
  #position .history .photoes li {
    position: relative;
    float: left;
    width: 100%;
  }
  #position .history .photoes li:last-child {
    float: right;
    width: 100%;
  }
  #position .history .title {
    font-size: 22px;
    text-align: left;
    padding-bottom: 35px;
  }
  #position .history .text {
    font-size: 16px;
    padding-bottom: 20px;
  }
  #position .musashono {
    padding: 62px 0 0;
  }
  #position .musashono .wrap {
    display: block;
    width: auto;
  }
  #position .musashono .header {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  #position .musashono .image {
    width: auto;
  }
  #position .musashono .title {
    font-size: 22px;
    padding-bottom: 35px;
    text-align: left;
  }
  #position .musashono .text {
    padding-bottom: 0;
  }
}

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