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

.lower main:not(.noBottomSpace) {
  padding-bottom: 200px;
}

.lower figure {
  position: relative;
}

.lower .max1300 {
  max-width: 1300px;
}

.lower .max1200 {
  max-width: 1200px;
}

.lower .max1100 {
  max-width: 1100px;
}

.lower .max900 {
  max-width: 900px;
}

.lower .max800 {
  max-width: 800px;
}

.lower .alignRight {
  text-align: right;
}

.lower .alignCenter {
  text-align: center;
}

.lower .alignLeft {
  text-align: left;
}

.lower .colorWhite {
  color: #fff !important;
}

.lower .colorBlack {
  color: #000 !important;
}

.lower .colorGold01 {
  color: #A3875C !important;
}

.lower .colorGold02 {
  color: #A2956F !important;
}

.lower .caption.outSide {
  position: static;
  padding: 10px 10px 0;
  color: #000;
  line-height: 1.2;
  font-size: 9px;
  background: none;
  text-align: right;
}

.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: #865C55;
  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 .pageTitleArea01 {
  display: flex;
  flex-direction: column;
  padding-bottom: 140px;
  text-align: center;
}

.lower .pageTitleArea01.no-text {
  padding-bottom: 30px;
}

.lower .pageTitleArea01 .image {
  order: -1;
  filter: blur(20px);
  opacity: 0;
  transition: filter 1s,opacity .8s;
  margin-bottom: 140px;
}

.lower .pageTitleArea01 .image.on {
  filter: blur(0px);
  opacity: 1;
}

.lower .pageTitleArea01 .in {
  position: relative;
}

.lower .commonTitle01 {
  padding-bottom: 70px;
  text-align: center;
  line-height: 1;
  font-size: 40px;
  color: #A3875C;
  filter: blur(20px);
  opacity: 0;
  transition: filter .6s,opacity .5s;
}

.lower .commonTitle01.on {
  filter: blur(0px);
  opacity: 1;
}

.lower .commonTitle02 {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
}

.lower .commonTitle02.pattern02 {
  margin-bottom: 15px;
  padding-bottom: 25px;
}

.lower .commonTitle02.pattern02 .en {
  font-size: 40px;
}

.lower .commonTitle02.pattern03 {
  margin-bottom: 15px;
  padding-bottom: 20px;
}

.lower .commonTitle02.pattern03 .en {
  font-size: 22px;
}

.lower .commonTitle02 span {
  display: block;
  line-height: 1;
}

.lower .commonTitle02 .ja {
  padding-bottom: 10px;
  font-size: 50px;
}

.lower .commonTitle02 .en {
  font-size: 18px;
  color: #A2956F;
}

.lower .commonTitle03 {
  padding-bottom: 60px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
}

.lower .commonText01 {
  line-height: 36px;
  font-size: 20px;
}

.lower .commonText02 {
  line-height: 30px;
  font-size: 14px;
}

.lower .commonText03 {
  line-height: 20px;
  font-size: 11px;
}

.lower .commonScrollArea01 {
  position: relative;
}

.lower .commonSlider01 {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0 !important;
  line-height: 0;
}

.lower .commonSlider01 * {
  min-width: 0;
  min-height: 0;
}

.lower .commonSlider01 img {
  width: auto !important;
  max-width: 100%;
}

.lower .commonSlider01 .slick-list,
.lower .commonSlider01 .slick-track {
  line-height: 0;
}

.lower .commonSlider01 .slick-slide {
  position: relative;
  line-height: 0;
}

.lower .commonSlider01 .slick-slide img {
  width: 100%;
  height: auto;
}

.lower .commonSlider01 .slick-dots {
  display: flex;
  gap: 0 6px;
  align-items: center;
  justify-content: center;
  position: static;
  margin: auto;
  padding-top: 10px;
  line-height: 0;
}

.lower .commonSlider01 .slick-dots li {
  display: block;
  margin: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-radius: 50%;
}

.lower .commonSlider01 .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #000;
}

.lower .commonSlider01 .slick-dots li button:before {
  display: none;
}

.lower .commonSlider01 .slick-dots li.slick-active {
  border-color: #000;
}

.lower .commonSlider01 .slick-dots li.slick-active button {
  background: transparent;
}

.lower header .catch + .lead {
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .lower main {
    padding-top: 55px;
  }
  .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;
    margin-right: auto;
    box-sizing: border-box;
  }
  .lower .inputArea form.login input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .lower main:not(.noBottomSpace) {
    padding-bottom: 60px;
  }
  .lower .spWidthRelease {
    width: auto;
  }
  .lower .caption.outSide {
    padding: 8px 0 0;
  }
  .lower .pageTitleArea01 {
    padding-bottom: 80px;
  }
  .lower .pageTitleArea01 .image {
    order: -1;
    margin-bottom: 70px;
  }
  .lower .pageTitleArea01.no-text {
    padding-bottom: 20px;
  }
  .lower .commonTitle01 {
    padding-bottom: 40px;
    text-align: left;
    font-size: 30px;
  }
  .lower .commonTitle02 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: left;
  }
  .lower .commonTitle02.pattern02 {
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
  .lower .commonTitle02.pattern02 .en {
    font-size: 30px;
  }
  .lower .commonTitle02 .ja {
    padding-bottom: 8px;
    font-size: 40px;
  }
  .lower .commonTitle03 {
    padding-bottom: 30px;
  }
  .lower .commonText01,
  .lower .commonText02,
  .lower .commonText03 {
    text-align: left;
  }
  .lower .commonScrollArea01 {
    position: relative;
  }
  .lower .commonScrollArea01 .image {
    overflow: auto;
  }
  .lower .commonScrollArea01 .image img {
    width: 150%;
    max-width: none;
  }
  .lower .commonScrollArea01.rightStart .image {
    direction: rtl;
  }
  .lower .commonSwipeIcon01,
  .lower .commonClickIcon01 {
    margin: auto;
    padding-top: 20px;
    width: 242px;
  }
}

/*==================================================================================
 map
==================================================================================*/
#map .map01 {
  width: 80%;
  margin: auto;
}

#map .content {
  padding-bottom: 70px;
}

#map .link {
  margin: 0 auto;
  padding-top: 100px;
  max-width: 260px;
  text-align: center;
}

#map .link a {
  display: block;
  position: relative;
  padding: 20px 30px;
  border: 1px solid #002F20;
  color: #002F20;
  font-size: 14px;
  text-decoration: none;
  transition: color .5s;
}

#map .link a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 3px;
  border-left: 10px solid #002F20;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(45deg);
  transform-origin: left;
  transition: border-color .5s;
}

#map .link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #002F20;
  transition: width .5s;
}

#map .link a .in {
  position: relative;
  z-index: 2;
}

#map .link a:hover {
  color: #fff;
}

#map .link a:hover::after {
  border-left: 10px solid #fff;
}

#map .link a:hover::before {
  width: 100%;
}

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

#brand .page-header {
  padding: 30px 0 50px;
}

#brand .page-header .image {
  margin-bottom: 30px;
}

#brand .main-visual {
  margin-bottom: 180px;
}

#brand .main-visual .image {
  background: url(../images/brand/mv-pc.jpg) no-repeat center;
  background-size: cover;
}

#brand .intro {
  text-align: center;
  background: #EEECE6;
  padding: 120px 0;
}

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

#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 {
  display: none;
  background: none;
}

#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;
  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: #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: #fff;
  padding: 0 0 120px;
}

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

@media screen and (max-width: 1024px) {
  #brand .page-header {
    padding-top: 0;
  }
}

/*==================================================================================
#plan
==================================================================================*/
#plan .page-header {
  background: #F7F5F2;
}

#plan .pageTitleArea01 {
  padding-top: 140px;
}

#plan .pageTitleArea01 .image {
  display: none !important;
}

#plan .intro {
  text-align: center;
  background: #F7F5F2;
  padding-bottom: 120px;
}

#plan .intro .tit {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
}

#plan .intro .lead {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 60px;
}

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

#plan .intro .image .caption {
  background: none;
  color: #000;
  bottom: -15px;
}

#plan .plan-btns {
  text-align: center;
  background: #E0E5DF;
  padding: 130px 0 50px;
}

#plan .plan-btns .tit {
  font-size: 40px;
  color: #A2956F;
  margin-bottom: 60px;
}

#plan .plan-btns .list li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 4%;
  margin-bottom: 80px;
}

#plan .plan-btns .list li:last-child,
#plan .plan-btns .list li:nth-child(3n) {
  margin-right: auto;
}

#plan .plan-btns .list .type {
  background: #505F5C;
  padding: 10px 0 16px;
  color: #fff;
  font-size: 16px;
  border-bottom: 4px solid #A2956F;
}

#plan .plan-btns .list .type span {
  font-size: 46px;
}

#plan .plan-btns .list .spec {
  background: #DBD7CC;
  padding: 10px 0;
  color: #000;
  font-size: 22px;
  line-height: 1.3;
}

#plan .plan-btns .list .spec span {
  font-size: 30px;
}

#plan .plan-btns .list .spec .floor {
  font-size: 15px;
}

#plan .plan-btns .list .match .spec {
  padding: 26px 0;
}

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

#plan .fixedAnchorLinks {
  display: none;
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 10;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
}

#plan .fixedAnchorLinks .closeButton {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  z-index: 1;
}

#plan .fixedAnchorLinks .closeButton span {
  display: block;
  position: absolute;
  top: 12px;
  left: 25%;
  width: 50%;
  height: 1px;
  background: #505F5C;
}

#plan .fixedAnchorLinks .closeButton span:first-child {
  transform: rotate(45deg);
}

#plan .fixedAnchorLinks .closeButton span:last-child {
  transform: rotate(-45deg);
}

#plan .fixedAnchorLinks .links {
  display: flex;
  flex-direction: column;
  gap: 1px 0;
  background: #fff;
}

#plan .fixedAnchorLinks .links a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 28px;
  position: relative;
  width: 180px;
  height: 52px;
  color: #000;
  background: #DBD7CC;
}

#plan .fixedAnchorLinks .links a.current {
  color: #fff;
  background: #A2956F;
}

#plan .fixedAnchorLinks .links a.current:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 3px;
  background: #505F5C;
}

#plan .fixedAnchorLinks .links a .num {
  font-size: 20px;
}

#plan .buttons {
  text-align: center;
  max-width: 1000px;
  margin: 50px auto;
}

#plan .buttons li {
  text-align: center;
  display: inline-block;
  width: 20%;
  margin-right: 1%;
}

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

#plan .buttons .button {
  display: block;
  color: #000;
  background: #DBD7CC;
  font-size: 16px;
}

#plan .buttons .button.current {
  pointer-events: none;
  color: #fff;
  background: #A2956F;
  border-bottom: 2px solid #505F5C;
  transition: .3s;
}

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

#plan .buttons .button span.num {
  font-size: 22px;
}

#plan .buttons .button:hover {
  opacity: 1;
  color: #000;
  border-bottom: 2px solid #505F5C;
}

/*==================================================================================
#plan.detail
==================================================================================*/
#plan.detail main {
  background: #E0E5DF;
}

#plan.detail .page-header {
  background: #E0E5DF;
}

#plan.detail .plans {
  background: #E0E5DF;
}

#plan.detail .plans .rooms {
  text-align: center;
  background: #F7F5F2;
  padding-bottom: 80px;
}

#plan.detail .plans .type {
  position: relative;
  background: #505F5C;
  padding: 10px 0 16px;
  color: #fff;
  font-size: 16px;
  border-bottom: 4px solid #A2956F;
  margin-bottom: 30px;
}

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

#plan.detail .plans .type .box {
  position: absolute;
  top: 35%;
  right: 10%;
  font-size: 16px;
  background-color: #fff;
  color: #505F5C;
  padding: 5px 10px;
}

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

#plan.detail .plans .spec {
  font-size: 30px;
  margin-bottom: 20px;
}

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

#plan.detail .plans .spec .floor {
  font-size: 20px;
}

#plan.detail .plans .width {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

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

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

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

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

#plan.detail .plans .image.ejtype {
  max-width: 275px;
}

#plan.detail .plans .image.ektype {
  max-width: 400px;
}

#plan.detail .plans .image.wktype {
  max-width: 400px;
}

#plan.detail .plans .image.wgtype {
  max-width: 360px;
}

#plan.detail .plans .image.entype {
  max-width: 640px;
}

#plan.detail .plans .image.wftype {
  max-width: 515px;
}

#plan.detail .plans .image.wjtype {
  max-width: 490px;
}

#plan.detail .plans .image.eitype {
  max-width: 440px;
}

#plan.detail .plans .image.eftype {
  max-width: 530px;
}

#plan.detail .plans .legends {
  max-width: 400px;
  width: 90%;
  margin: 0 auto 30px;
}

#plan.detail .plans .caps {
  font-size: 11px;
  line-height: 1.8;
}

#plan.detail .plan-btns {
  display: none;
}

#plan.detail .plan-btns .tit {
  font-size: 24px;
  margin-bottom: 30px;
}

#plan.detail .plan-btns .list .type {
  border-bottom: none;
}

#plan.detail .plan-btns .list .spec {
  background: #fff;
  border-bottom: 4px solid #A2956F;
}

#plan.detail .plan-btns .list .spec span {
  font-size: 29px;
}

#plan.detail .plan-btns .list .spec .floor {
  font-size: 15px;
}

#plan.detail .btn {
  text-align: center;
  margin: 100px auto;
}

#plan.detail .btn a {
  display: block;
  max-width: 300px;
  margin: auto;
  padding: 16px 0;
  background-color: #505F5C;
  color: #fff;
  border-bottom: 2px solid #A2956F;
  transition: .3s;
}

/*==================================================================================
#position
==================================================================================*/
#position .intro {
  text-align: center;
  margin-bottom: 100px;
}

#position .intro .tit {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
}

#position .intro .lead {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 80px;
}

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

#position .intro .image .caption {
  background: none;
  color: #000;
}

#position .areas {
  margin-bottom: 100px;
}

#position .areas .bg {
  position: relative;
  background: url(../images/position/area01-bg.png) right bottom;
  background-size: 40%;
  background-repeat: no-repeat;
  padding: 20px 0 0;
}

#position .areas .inner {
  position: relative;
  width: 74%;
  margin: 0;
}

#position .areas .tit {
  width: 30px;
}

#position .areas .txt {
  position: absolute;
  width: 90%;
  top: 0;
  right: 0;
  margin-bottom: 30px;
}

#position .areas .copy {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}

#position .areas .lead {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
}

#position .areas .list {
  position: absolute;
  width: 90%;
  top: 20%;
  right: 0;
}

#position .areas .list li {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-right: 4%;
}

#position .areas .list li:last-child {
  width: 35%;
  margin: auto;
}

#position .areas .list .slick-dots {
  bottom: -20%;
}

#position .areas .list .slick-dots li {
  width: 8px;
  margin-right: 10px;
}

#position .areas .list .slick-dots li:last-child {
  width: 8px;
}

#position .areas .list .slick-dots li button:before {
  background: transparent;
  border: 1px solid #000;
  opacity: 1;
  width: 8px;
  height: 8px;
}

#position .areas .list .slick-dots li.slick-active button:before {
  background: #000;
  border: 1px solid #000;
  opacity: 1;
}

#position .areas .points {
  background: #B6AF97;
  padding: 60px 0;
}

#position .areas .points li {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-right: 2%;
}

#position .areas .points li:last-child {
  margin: auto;
}

#position .areas .points .txt01 {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-bottom: 20px;
}

#position .areas .points .txt02 {
  font-size: 11px;
  line-height: 1.8;
}

#position .area02 {
  margin-bottom: 100px;
}

#position .area02 .bg {
  position: relative;
  background: url(../images/position/area02-bg.png) left bottom;
  background-size: 35%;
  background-repeat: no-repeat;
  padding: 20px 0 0;
}

#position .area02 .inner {
  position: relative;
  width: 74%;
  margin: 0 0 0 auto;
}

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

#position .access .big-tit {
  font-size: 40px;
  color: #A3875C;
  margin-bottom: 80px;
}

#position .access .tit {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
}

#position .access .lead {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 80px;
}

#position .access .list {
  max-width: 1000px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}

#position .access .list li {
  width: 32%;
}

#position .access .list .min {
  margin-top: 10px;
  font-size: 16px;
}

#position .access .list .min .name {
  font-size: 20px;
}

#position .access .list .min .num {
  font-size: 24px;
}

#position .access .img04 {
  max-width: 784px;
  margin: 0 auto 50px;
}

#position .access .img04 .caption {
  background: none;
  color: #000;
}

#position .access .img05 {
  margin-bottom: 120px;
}

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

#position .access .img06, #position .access .img07 {
  max-width: 900px;
  margin: 0 auto 120px;
}

#position .access .movie {
  position: relative;
}

/* outline */
/*==================================================================================
#outline
==================================================================================*/
#outline .commonTitle01 {
  padding-top: 130px;
}

@media (max-width: 1024px) {
  #outline .commonTitle01 {
    padding-top: 60px;
  }
}

#outline main {
  background: none;
}

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

#outline .page-header {
  padding: 160px 0 50px;
}

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

#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;
  font-family: "Shippori Mincho", serif;
}

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

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

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

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

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  .mo .content img {
    max-width: inherit !important;
    width: auto !important;
    height: 60vh;
  }
  .lower .modal-btn {
    max-width: 320px;
    width: 90%;
    margin: 20px auto 50px;
  }
  .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;
  }
  .lower .click-btn {
    max-width: 242px;
    margin: 20px auto;
  }
  .lower .sp-swipe-box {
    overflow: auto;
  }
  /*==================================================================================
 map
==================================================================================*/
  #map .map01 {
    width: 100%;
    margin: auto;
  }
  #map .link {
    padding-top: 50px;
    max-width: 220px;
  }
  #map .link a {
    padding: 18px 18px;
    font-size: 14px;
  }
  #map .link a::after {
    bottom: 3px;
    right: 3px;
    border-left: 10px solid #002F20;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  /*==================================================================================
 brand
==================================================================================*/
  #brand .page-header {
    padding-top: 0;
  }
  #brand .intro {
    padding: 80px 0;
  }
  #brand .intro .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #brand .intro .lead {
    font-size: 14px;
  }
  #brand .sections {
    padding: 80px 0 40px;
  }
  #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 .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 {
    width: 49%;
    margin-right: auto;
    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 {
    padding: 40px 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;
  }
  /*==================================================================================
#plan
==================================================================================*/
  #plan .page-header {
    background: #F7F5F2;
  }
  #plan .pageTitleArea01 {
    padding-top: 70px;
  }
  #plan .intro {
    text-align: left;
    padding-bottom: 80px;
  }
  #plan .intro .lead {
    margin-bottom: 40px;
  }
  #plan .plan-btns {
    padding: 60px 0 50px;
  }
  #plan .plan-btns .tit {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #plan .plan-btns .list li {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }
  #plan .plan-btns .list li:nth-child(3n) {
    margin: 0 auto 20px;
  }
  #plan .plan-btns .list .match .spec {
    padding: 10px 0;
  }
  #plan .casbee {
    width: 80%;
  }
  #plan .fixedAnchorLinks {
    top: 30%;
  }
  #plan .fixedAnchorLinks .links a {
    padding: 0 28px;
    width: auto;
  }
  #plan .buttons li {
    width: 31%;
  }
  #plan .buttons .button {
    font-size: 14px;
  }
  #plan .buttons .button span.num {
    font-size: 18px;
  }
  /*==================================================================================
#plan.detail
==================================================================================*/
  #plan.detail .plans .rooms {
    padding-bottom: 60px;
  }
  #plan.detail .plans .type .box {
    position: static;
    display: inline-block;
    margin: 10px 0;
  }
  #plan.detail .plans .point {
    text-align: left;
    padding: 0 20px;
  }
  #plan.detail .plans .point br {
    display: none;
  }
  #plan.detail .plans .image {
    width: 80%;
    margin: 0 auto 30px;
  }
  #plan.detail .plans .image.ejtype {
    max-width: 195px;
  }
  #plan.detail .plan-btns .tit {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #plan.detail .plan-btns .list {
    width: 540vw;
    display: flex;
    justify-content: space-between;
  }
  #plan.detail .plan-btns .list li {
    width: 95vw;
    margin-right: 5vw;
    clear: both;
  }
  #plan.detail .plan-btns .list .type {
    border-bottom: none;
  }
  #plan.detail .plan-btns .list .spec {
    background: #fff;
    padding: 26px 0;
    border-bottom: 4px solid #A2956F;
  }
  #plan.detail .plan-btns .list .spec span {
    font-size: 29px;
  }
  #plan.detail .plan-btns .list .wjtype .spec, #plan.detail .plan-btns .list .wktype .spec {
    padding: 10px 0;
  }
  #plan.detail .plan-btns .sp-swipe-box {
    overflow: auto;
  }
  /*==================================================================================
#position
==================================================================================*/
  #position .intro {
    text-align: center;
    margin-bottom: 60px;
  }
  #position .intro .tit {
    text-align: left;
  }
  #position .intro .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #position .intro .lead br {
    display: none;
  }
  #position .areas {
    margin-bottom: 60px;
  }
  #position .areas .bg {
    position: relative;
    background: url(../images/position/area01-bg.png) bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0;
  }
  #position .areas .inner {
    position: relative;
    width: 100%;
    margin: 0;
  }
  #position .areas .tit {
    display: none;
  }
  #position .areas .txt {
    position: inherit;
    width: 100%;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
  #position .areas .lead br {
    display: none;
  }
  #position .areas .list {
    position: inherit;
    width: 100%;
    padding-bottom: 40%;
  }
  #position .areas .list li {
    width: 100%;
    margin-bottom: 40px;
  }
  #position .areas .list li:last-child {
    width: 70%;
    margin: 0;
  }
  #position .areas .list .slick-dots {
    bottom: -46%;
    text-align: right;
  }
  #position .areas .points {
    padding: 40px 0;
  }
  #position .areas .points li {
    width: 100%;
    margin-bottom: 20px;
  }
  #position .areas .points li:nth-child(2) {
    margin-bottom: 40px;
  }
  #position .areas .points li:last-child {
    margin: auto;
  }
  #position .area02 {
    margin-bottom: 80px;
  }
  #position .area02 .bg {
    position: relative;
    background: url(../images/position/area02-bg.png) bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0;
  }
  #position .area02 .inner {
    position: relative;
    width: 100%;
    margin: 0;
  }
  #position .access .big-tit {
    text-align: left;
    font-size: 30px;
    margin-bottom: 50px;
  }
  #position .access .tit {
    text-align: left;
  }
  #position .access .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #position .access .lead br {
    display: none;
  }
  #position .access .list {
    max-width: 1000px;
    margin: 0 auto 15px;
    width: 250vw;
  }
  #position .access .list li {
    width: 95vw;
    margin-right: 5vw;
  }
  #position .access .list .min {
    line-height: 1.6;
  }
  #position .access .img04 {
    margin: 0 auto 20px;
  }
  #position .access .img05 {
    margin: 40px auto 60px;
  }
  #position .access .txt {
    text-align: left;
  }
  #position .access .img06, #position .access .img07 {
    max-width: 900px;
    margin: 0 auto 60px;
  }
  #position .access .img07 {
    margin: 0 auto;
  }
  #position .access .img07 .swipe-img img {
    width: 610px !important;
  }
  #position .access .img08 {
    margin-top: 60px;
  }
}

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

/*==================================================================================
 location
==================================================================================*/
#location .fixedAnchorLinks {
  display: none;
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 10;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
}

#location .fixedAnchorLinks .closeButton {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  z-index: 1;
}

#location .fixedAnchorLinks .closeButton span {
  display: block;
  position: absolute;
  top: 12px;
  left: 25%;
  width: 50%;
  height: 1px;
  background: #505F5C;
}

#location .fixedAnchorLinks .closeButton span:first-child {
  transform: rotate(45deg);
}

#location .fixedAnchorLinks .closeButton span:last-child {
  transform: rotate(-45deg);
}

#location .fixedAnchorLinks .links {
  display: flex;
  flex-direction: column;
  gap: 1px 0;
  background: #fff;
}

#location .fixedAnchorLinks .links a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  width: 150px;
  height: 45px;
  color: #000;
  background: #DBD7CC;
  font-size: 14px;
}

#location .fixedAnchorLinks .links a.current {
  color: #fff;
  background: #A2956F;
}

#location .fixedAnchorLinks .links a.current:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 3px;
  background: #505F5C;
}

#location article .shopLists {
  display: flex;
  justify-content: center;
  text-align: center;
}

#location article .shopLists.column02 {
  gap: 0 3%;
}

#location article .shopLists.column02 > li {
  flex: 0 0 48.5%;
  max-width: 48.5%;
}

#location article .shopLists.column03 {
  gap: 0 2%;
}

#location article .shopLists.column03 > li {
  flex: 0 0 32%;
  max-width: 32%;
}

#location article .shopLists.column04 {
  gap: 0 2%;
}

#location article .shopLists.column04 > li {
  flex: 0 0 23.5%;
  max-width: 23.5%;
}

#location article .shopLists .image {
  padding-bottom: 15px;
}

#location article .shopLists .name,
#location article .shopLists .distance {
  line-height: 1.7;
}

#location article.meidaimae {
  padding-bottom: 130px;
}

#location article.meidaimae > header {
  padding-bottom: 80px;
}

#location article.meidaimae > .image.map {
  margin-bottom: 70px;
}

#location article.meidaimae .sectionTopImage {
  margin-bottom: 120px;
}

#location article.meidaimae .shopTexts .distance {
  padding-bottom: 10px;
}

#location article.meidaimae .shopTexts .lead {
  padding-bottom: 15px;
}

#location article.meidaimae section.shopping {
  padding-bottom: 130px;
}

#location article.meidaimae section.shopping > header {
  padding-bottom: 130px;
}

#location article.meidaimae section.shopping > header .catch {
  padding-bottom: 60px;
}

#location article.meidaimae section.shopping > header .slider {
  margin-bottom: 15px !important;
}

#location article.meidaimae section.shopping section.floorGuide .scrollArea {
  margin-bottom: 40px;
}

#location article.meidaimae section.shopping section.floorGuide .scrollArea .image {
  padding: 0 30px;
  overflow: auto;
}

#location article.meidaimae section.shopping section.floorGuide .scrollArea .image img {
  width: 150%;
  max-width: none;
}

#location article.meidaimae section.shopping section.floorGuide .scrollArea .caption {
  padding-top: 0;
}

#location article.meidaimae section.shopping section.floorGuide .shopList {
  padding-bottom: 180px;
}

#location article.meidaimae section.shopping .flexArea01 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0 5%;
  padding-bottom: 80px;
}

#location article.meidaimae section.shopping .flexArea01 .image {
  flex: 0 0 48.5%;
}

#location article.meidaimae section.shopping .flexArea01 .textArea {
  flex: 1 1 auto;
}

#location article.meidaimae section.shopping .shopList01 {
  padding-bottom: 70px;
}

#location article.meidaimae .sectionTopImage02 {
  margin-bottom: 0;
}

#location article.meidaimae section.gourmet {
  margin-bottom: 130px;
  padding: 140px 0 170px;
  background: #E3DDCC;
}

#location article.meidaimae section.gourmet > header {
  padding-bottom: 50px;
}

#location article.meidaimae section.gourmet .restaurants {
  padding-bottom: 180px;
}

#location article.meidaimae section.gourmet .restaurants > li {
  display: flex;
  align-items: flex-start;
  gap: 0 4%;
}

@media (min-width: 1400px) {
  #location article.meidaimae section.gourmet .restaurants > li {
    width: 70%;
    min-width: 1300px;
  }
}

@media (max-width: 1399px) {
  #location article.meidaimae section.gourmet .restaurants > li {
    margin: auto;
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  #location article.meidaimae section.gourmet .restaurants > li {
    flex-direction: column;
  }
  #location article.meidaimae section.gourmet .restaurants > li .mainImage {
    margin-bottom: 20px;
  }
}

#location article.meidaimae section.gourmet .restaurants > li:nth-child(2n) {
  margin-left: auto;
  flex-direction: row-reverse;
}

#location article.meidaimae section.gourmet .restaurants > li:not(:last-child) {
  padding-bottom: 180px;
}

#location article.meidaimae section.gourmet .restaurants .mainImage {
  flex: 0 0 53.8%;
}

#location article.meidaimae section.gourmet .restaurants .textArea {
  flex: 1 1 auto;
}

#location article.meidaimae section.gourmet .restaurants .textArea .category {
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 11px;
  color: #fff;
  background: #A3875C;
}

#location article.meidaimae section.gourmet .restaurants .textArea .slider {
  padding-top: 35px;
  width: 333px;
}

#location article.meidaimae section.gourmet .shopList01 {
  text-align: left;
}

#location article.meidaimae section.gourmet .shopList01 .category {
  display: inline-block;
  margin: 20px 0 5px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 11px;
  color: #fff;
  background: #A3875C;
}

#location article.meidaimae section.gourmet .shopList01 .distance {
  padding-bottom: 10px;
}

#location article.meidaimae section.gourmet .shopList01 .lead {
  padding-bottom: 10px;
}

#location article.meidaimae section.education > header,
#location article.meidaimae section.medical > header,
#location article.meidaimae section.leisure > header,
#location article.meidaimae section.finance > header {
  margin-bottom: 50px;
}

#location article.meidaimae section.education .shopLists .name,
#location article.meidaimae section.medical .shopLists .name,
#location article.meidaimae section.leisure .shopLists .name,
#location article.meidaimae section.finance .shopLists .name {
  letter-spacing: .05em;
  font-size: 18px;
}

#location article.meidaimae section.education,
#location article.meidaimae section.medical,
#location article.meidaimae section.leisure {
  padding-bottom: 90px;
}

#location article.shimokitazawa {
  margin-bottom: 150px;
  padding: 130px 0;
  background: #E3DDCC;
}

#location article.shimokitazawa > header {
  padding-bottom: 120px;
}

#location article.shimokitazawa > .map {
  width: 80%;
  margin: auto;
  padding-bottom: 90px;
}

#location article.shimokitazawa > .mainImage {
  margin-bottom: 10px;
}

#location article.shimokitazawa .lead02 {
  margin-bottom: 30px;
}

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

#location .life-info .title {
  font-size: 30px;
  margin-bottom: 50px;
  color: #A2956F;
}

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

#location .life-info .tabs li {
  display: inline-block;
  width: 14%;
  padding: 0;
  box-sizing: border-box;
  background: #A2956F;
}

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

#location .life-info .tabs a {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 15px 0;
  border-bottom: 1px solid;
  font-family: "Shippori Mincho", serif;
}

#location .life-info .tabs a.current {
  background: #DBD7CC;
  color: #000;
}

#location .life-info .logo {
  float: left;
  width: 612px;
  text-align: right;
}

#location .life-info .logo span {
  display: block;
  margin-right: 20px;
}

#location .life-info .logo img {
  width: 20px;
}

#location .life-info .annotation {
  float: right;
  width: 388px;
}

#location .life-info .annotation span {
  display: block;
  text-align: left;
  line-height: 1.4;
  margin-left: 18px;
}

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

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

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

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

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

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

#location .life-info .list-wrapper li:after {
  counter-increment: lis;
  content: counter(lis);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50px;
  background: #A2956F;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  position: absolute;
}

#location .life-info .list-wrapper .minite {
  display: none;
  font-size: 10px;
  padding-top: 4px;
  margin-left: 10px;
}

@media screen and (max-width: 1024px) {
  #location .life-info .tabs {
    margin-bottom: 20px;
  }
  #location .life-info .tabs li {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    margin-bottom: 6px;
  }
  #location .life-info .tabs li:nth-child(2n) {
    margin-right: auto;
  }
  #location .life-info .tabs a {
    font-size: 11px;
    padding: 13px 10px;
  }
  #location .life-info .tabs a .none {
    display: none;
  }
  #location .life-info .logo {
    width: 50%;
    margin-bottom: 10px;
  }
  #location .life-info .annotation {
    width: 50%;
    margin-bottom: 10px;
  }
  #location .life-info .maps {
    margin-bottom: 20px;
  }
  #location .life-info .googlemap {
    float: none;
    height: 328px;
    margin-right: auto;
  }
  #location .life-info .list-wrapper {
    position: static;
    float: none;
    width: auto;
    height: auto;
    min-height: 0;
  }
  #location .life-info .list-wrapper li {
    padding: 9px 10px 9px 30px;
  }
  #location .life-info .list-wrapper li:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #location .life-info .list-wrapper .minite {
    display: block;
    font-size: 10px;
    padding-top: 4px;
  }
}

@media screen and (max-width: 768px) {
  #location .fixedAnchorLinks {
    top: 30%;
  }
  #location .fixedAnchorLinks .links a {
    padding: 0 16px;
    width: auto;
  }
  #location article .shopLists {
    justify-content: flex-start;
    overflow: auto;
    padding-bottom: 0 !important;
  }
  #location article .shopLists.column02 {
    display: none;
  }
  #location article .shopLists > li {
    gap: 0 2vw !important;
    flex: 0 0 66vw !important;
    max-width: 66vw !important;
  }
  #location article .shopLists .image {
    padding-bottom: 10px;
  }
  #location article .shopLists .name,
  #location article .shopLists .distance {
    line-height: 1.7;
    text-align: center;
  }
  #location article .shopLists .name,
  #location article .shopLists .name span {
    letter-spacing: 0;
    font-size: 16px !important;
  }
  #location article .shopLists + .swipeIcon:not(:last-child) {
    padding-bottom: 60px;
  }
  #location article.meidaimae {
    padding-bottom: 80px;
  }
  #location article.meidaimae > header {
    padding-bottom: 30px;
  }
  #location article.meidaimae > .image.map {
    margin-bottom: 0;
  }
  #location article.meidaimae > .commonSwipeIcon01 {
    padding-bottom: 80px;
    padding-top: 0;
  }
  #location article.meidaimae .sectionTopImage {
    margin-bottom: 70px;
  }
  #location article.meidaimae .shopTexts .distance {
    padding-bottom: 10px;
  }
  #location article.meidaimae .shopTexts .lead {
    padding-bottom: 15px;
  }
  #location article.meidaimae section.shopping {
    padding-bottom: 60px;
  }
  #location article.meidaimae section.shopping > header {
    padding-bottom: 80px;
  }
  #location article.meidaimae section.shopping > header .catch {
    padding-bottom: 30px;
  }
  #location article.meidaimae section.shopping > header .textArea .name,
  #location article.meidaimae section.shopping > header .textArea .distance {
    text-align: center;
  }
  #location article.meidaimae section.shopping section.floorGuide .scrollArea {
    margin-bottom: 0;
  }
  #location article.meidaimae section.shopping section.floorGuide .scrollArea .image {
    padding: 0 3%;
  }
  #location article.meidaimae section.shopping section.floorGuide .scrollArea .image img {
    width: 210%;
  }
  #location article.meidaimae section.shopping section.floorGuide .scrollArea .caption {
    padding-top: 15px;
  }
  #location article.meidaimae section.shopping section.floorGuide .shopList {
    padding: 40px 0 80px;
  }
  #location article.meidaimae section.shopping .flexArea01 {
    flex-direction: column;
    align-items: normal;
    gap: 30px 0;
    padding-bottom: 30px;
  }
  #location article.meidaimae section.shopping .flexArea01 .image {
    flex: 0 0 auto;
    height: 80vw;
  }
  #location article.meidaimae section.shopping .flexArea01 .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #location article.meidaimae section.shopping .flexArea01 .textArea {
    flex: 0 0 auto;
  }
  #location article.meidaimae section.shopping .shopList01 {
    padding-bottom: 0;
  }
  #location article.meidaimae .sectionTopImage02 {
    margin-bottom: 0;
  }
  #location article.meidaimae section.gourmet {
    margin-bottom: 60px;
    padding: 40px 0 70px;
  }
  #location article.meidaimae section.gourmet > header {
    padding-bottom: 30px;
  }
  #location article.meidaimae section.gourmet .restaurants {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 94%;
  }
  #location article.meidaimae section.gourmet .restaurants > li {
    flex-direction: column !important;
    align-items: normal;
    gap: 0 0;
    margin: 0 !important;
    width: auto;
  }
  #location article.meidaimae section.gourmet .restaurants > li:not(:last-child) {
    padding-bottom: 75px;
  }
  #location article.meidaimae section.gourmet .restaurants .mainImage {
    flex: 0 0 auto;
    height: 62vw;
  }
  #location article.meidaimae section.gourmet .restaurants .mainImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #location article.meidaimae section.gourmet .restaurants .textArea {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #location article.meidaimae section.gourmet .restaurants .textArea .slider {
    order: -1;
    margin-bottom: 20px !important;
    padding-top: 0;
    width: 94vw;
  }
  #location article.meidaimae section.gourmet .shopList01 {
    flex-direction: column;
    gap: 50px 0;
  }
  #location article.meidaimae section.gourmet .shopList01 li {
    flex: 0 0 auto !important;
    max-width: none !important;
  }
  #location article.meidaimae section.gourmet .shopList01 .name,
  #location article.meidaimae section.gourmet .shopList01 .distance {
    text-align: left;
  }
  #location article.meidaimae section.gourmet .shopList01 .name {
    font-size: 20px !important;
  }
  #location article.meidaimae section.education > header,
  #location article.meidaimae section.medical > header,
  #location article.meidaimae section.leisure > header,
  #location article.meidaimae section.finance > header {
    margin-bottom: 30px;
  }
  #location article.meidaimae section.education .shopLists .name,
  #location article.meidaimae section.education .shopLists .name span,
  #location article.meidaimae section.medical .shopLists .name,
  #location article.meidaimae section.medical .shopLists .name span,
  #location article.meidaimae section.leisure .shopLists .name,
  #location article.meidaimae section.leisure .shopLists .name span,
  #location article.meidaimae section.finance .shopLists .name,
  #location article.meidaimae section.finance .shopLists .name span {
    letter-spacing: 0;
    font-size: 16px !important;
  }
  #location article.meidaimae section.education,
  #location article.meidaimae section.medical,
  #location article.meidaimae section.leisure {
    padding-bottom: 50px;
  }
  #location article.shimokitazawa {
    margin-bottom: 70px;
    padding: 80px 0;
  }
  #location article.shimokitazawa > header {
    padding-bottom: 30px;
  }
  #location article.shimokitazawa > .map {
    padding-bottom: 0;
    width: 94%;
  }
  #location article.shimokitazawa > .mainImage {
    margin: 20px auto;
  }
  #location article.shimokitazawa .lead02 {
    margin-top: 40px;
    margin-bottom: 0;
  }
  #location .life-info {
    margin: 50px auto 60px;
  }
  #location .life-info .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #location .life-info .bg {
    padding-top: 80px;
    margin-bottom: 60px;
  }
  #location .life-info .maps {
    margin-top: 25px;
  }
  #location .life-info .logo, #location .life-info .annotation {
    width: 100%;
    float: none;
  }
  #location .life-info .logo span, #location .life-info .annotation span {
    text-align: center;
    margin-right: auto;
  }
}

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