@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Mediumない場合 */
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

/* -------------------------------------------
 initialize
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, nlegend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body {
  color: #2C343B;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "pwid";
  position: relative;
  letter-spacing: .2em;
}

.gothic {
  font-family: "Yu Gothic", YuGothic ,sans-serif;
}

.Libre {
  font-family: 'Cormorant Garamond', "游明朝", YuMincho, "HG明朝E", serif;
}

.cormorant,
.en,
.Cormorant {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.all-wrap {
  position: relative;
  z-index: 2;
  letter-spacing: .12em;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

div {
  line-height: 0;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  font-size: 100%;
  border-collapse: collapse;
  width: 100%;
}

main {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

a {
  text-decoration: none;
}

@media (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
  }
}

a.no-link {
  cursor: default !important;
}

a.no-link:hover {
  opacity: 1 !important;
}

.disable a {
  opacity: 0.25 !important;
  cursor: default;
}

.disable a:after {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  a:hover {
    transition: opacity .3s;
  }
}

@media screen and (min-width: 1025px) {
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}

@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  span.sp {
    display: inline !important;
  }
}

@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
.require-login {
  display: none !important;
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
}

.Cinzel {
  font-family: "Cinzel", serif;
}

.Infant {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
}

.logined .require-login {
  display: block !important;
}

.logined .no-login {
  display: none !important;
}

.all-wrap {
  position: relative;
  z-index: 1;
}

.wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.images,
.image {
  position: relative;
}

.annotation {
  font-size: 10px;
  line-height: 1.5;
}

.js-fade-obj {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.9s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.js-fade-obj.on {
  opacity: 1;
  transform: translateY(0);
}

.caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 5px;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Shippori Mincho", serif;
}

.caption.noBg {
  color: #000;
  background: none;
}

.caption.bottom {
  color: #000;
  background: none;
  bottom: -20px;
}

.caption.black {
  color: #333;
  background: rgba(255, 255, 255, 0.5);
}

.caption_model {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 8px;
  font-size: 14px;
  text-shadow: 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 5px #000;
  color: #fff;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

.disabled a,
.disabled {
  pointer-events: none;
}

video {
  width: 100%;
  height: auto;
}

html main {
  visibility: hidden;
}

html.wf-active main {
  visibility: visible;
}

html header {
  visibility: visible;
}

html.wf-active {
  visibility: visible;
}

main {
  background-attachment: 100% auto;
}

@media screen and (min-width: 1025px) {
  main {
    background-size: cover;
    background-attachment: fixed;
  }
}

.garamond,
.cormorant {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media (min-width: 1025px) {
  a:hover {
    transition: opacity .3s;
    opacity: 0.7;
  }
}

a.no-link, a.comming-soon, a.disable {
  cursor: default !important;
  pointer-events: none;
}

@media (min-width: 1025px) {
  a.no-link:hover, a.comming-soon:hover, a.disable:hover {
    opacity: 1 !important;
  }
}

@media (min-width: 769px) {
  a.tel {
    pointer-events: none;
  }
}

.disable {
  display: none;
  pointer-events: none;
}

.disable a {
  opacity: 0.25 !important;
  cursor: default;
}

.disable a:after {
  display: none !important;
}

.sp, .tb {
  display: none !important;
}

/*
@media (min-width: 1024px) {
  display: none !important;
}*/
@media (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}

@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

@media print {
  .site-header,
  .site-footer {
    display: none !important;
  }
  .main {
    padding: 0px !important;
  }
}

@media (min-width: 1025px) {
  .site-header .wrap {
    width: 94%;
  }
  .site-footer .wrap {
    width: 84%;
  }
}

.js-scroll {
  transition: transform 0.6s, opacity 0.6s;
  opacity: 0;
  transform: translateY(40px);
}

.js-scroll.on {
  opacity: 1;
  transform: translateY(0px);
}

main img {
  width: 100%;
}

/*==================================================================================
 common
==================================================================================*/
.font-size5 {
  font-size: 5%;
}

.font-size10 {
  font-size: 10%;
}

.font-size15 {
  font-size: 15%;
}

.font-size20 {
  font-size: 20%;
}

.font-size25 {
  font-size: 25%;
}

.font-size30 {
  font-size: 30%;
}

.font-size35 {
  font-size: 35%;
}

.font-size40 {
  font-size: 40%;
}

.font-size45 {
  font-size: 45%;
}

.font-size50 {
  font-size: 50%;
}

.font-size55 {
  font-size: 55%;
}

.font-size60 {
  font-size: 60%;
}

.font-size65 {
  font-size: 65%;
}

.font-size70 {
  font-size: 70%;
}

.font-size75 {
  font-size: 75%;
}

.font-size80 {
  font-size: 80%;
}

.font-size85 {
  font-size: 85%;
}

.font-size90 {
  font-size: 90%;
}

.font-size95 {
  font-size: 95%;
}

.font-size100 {
  font-size: 100%;
}

.font-size105 {
  font-size: 105%;
}

.font-size110 {
  font-size: 110%;
}

.font-size115 {
  font-size: 115%;
}

.font-size120 {
  font-size: 120%;
}

.font-size125 {
  font-size: 125%;
}

.font-size130 {
  font-size: 130%;
}

.font-size135 {
  font-size: 135%;
}

.font-size140 {
  font-size: 140%;
}

.font-size145 {
  font-size: 145%;
}

.font-size150 {
  font-size: 150%;
}

.font-size155 {
  font-size: 155%;
}

.font-size160 {
  font-size: 160%;
}

.font-size165 {
  font-size: 165%;
}

.font-size170 {
  font-size: 170%;
}

.font-size175 {
  font-size: 175%;
}

.font-size180 {
  font-size: 180%;
}

.font-size185 {
  font-size: 185%;
}

.font-size190 {
  font-size: 190%;
}

.font-size195 {
  font-size: 195%;
}

.font-size200 {
  font-size: 200%;
}

.font-size205 {
  font-size: 205%;
}

.font-size210 {
  font-size: 210%;
}

.font-size215 {
  font-size: 215%;
}

.font-size220 {
  font-size: 220%;
}

.font-size225 {
  font-size: 225%;
}

.font-size230 {
  font-size: 230%;
}

.font-size235 {
  font-size: 235%;
}

.font-size240 {
  font-size: 240%;
}

.font-size245 {
  font-size: 245%;
}

.font-size250 {
  font-size: 250%;
}

.font-size255 {
  font-size: 255%;
}

.font-size260 {
  font-size: 260%;
}

.font-size265 {
  font-size: 265%;
}

.font-size270 {
  font-size: 270%;
}

.font-size275 {
  font-size: 275%;
}

.font-size280 {
  font-size: 280%;
}

.font-size285 {
  font-size: 285%;
}

.font-size290 {
  font-size: 290%;
}

.font-size295 {
  font-size: 295%;
}

.font-size300 {
  font-size: 300%;
}

.font-size305 {
  font-size: 305%;
}

.font-size310 {
  font-size: 310%;
}

.font-size315 {
  font-size: 315%;
}

.font-size320 {
  font-size: 320%;
}

.font-size325 {
  font-size: 325%;
}

.font-size330 {
  font-size: 330%;
}

.font-size335 {
  font-size: 335%;
}

.font-size340 {
  font-size: 340%;
}

.font-size345 {
  font-size: 345%;
}

.font-size350 {
  font-size: 350%;
}

.font-size355 {
  font-size: 355%;
}

.font-size360 {
  font-size: 360%;
}

.font-size365 {
  font-size: 365%;
}

.font-size370 {
  font-size: 370%;
}

.font-size375 {
  font-size: 375%;
}

.font-size380 {
  font-size: 380%;
}

.font-size385 {
  font-size: 385%;
}

.font-size390 {
  font-size: 390%;
}

.font-size395 {
  font-size: 395%;
}

.font-size400 {
  font-size: 400%;
}

.font-size405 {
  font-size: 405%;
}

.font-size410 {
  font-size: 410%;
}

.font-size415 {
  font-size: 415%;
}

.font-size420 {
  font-size: 420%;
}

.font-size425 {
  font-size: 425%;
}

.font-size430 {
  font-size: 430%;
}

.font-size435 {
  font-size: 435%;
}

.font-size440 {
  font-size: 440%;
}

.font-size445 {
  font-size: 445%;
}

.font-size450 {
  font-size: 450%;
}

.swipe {
  display: none;
}

@media screen and (max-width: 768px) {
  .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .swipe-img img {
    max-width: auto !important;
    max-width: inherit !important;
    width: auto !important;
  }
  .swipe {
    padding-top: 15px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .swipe img {
    max-width: 242px;
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6, em, strong {
  font-weight: normal;
}

@media (max-width: 1024px) {
  .wrap {
    width: 94%;
  }
  .only-pc {
    display: none !important;
  }
}

@media print {
  .sp-menu {
    display: none !important;
  }
  .btns {
    display: none !important;
  }
}

.page-top {
  position: absolute;
  display: block;
  width: 40px;
  bottom: 130px;
  right: 2%;
  z-index: 1000;
  /*@media (max-width: $breakpoint_tb) {
    bottom: 30px;
  }*/
}

.page-annotation {
  font-size: 10px;
  line-height: 1.6;
}

a.common-button01:hover {
  opacity: 1 !important;
}

a.common-button01:hover:after {
  height: 50px;
}

a.common-button01:hover span.sub {
  transform: translateX(0);
}

.tools {
  display: flex;
  gap: 0 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 570px;
  width: 450px;
  width: 540px;
  font-size: 11px;
  align-items: center;
}

.tools .links01 {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  gap: 10px 0;
  text-align: left;
}

.tools .links01 a {
  position: relative;
  color: #000;
}

.tools .links02 {
  display: flex;
  gap: 0 8px;
  text-align: center;
}

.tools .links02 li {
  flex: 0 0 180px;
}

.tools .links02 li a {
  display: block;
  padding: 15px 0 14px;
}

.tools02 {
  display: none;
}

.request a,
.reserve a,
.reserve01 a,
.reserve02 a {
  transition: background-color .5s,color .5s ,border-color .5s,letter-spacing .5s;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #865C55;
  border: 1px solid #fff;
}

@media (min-width: 1025px) {
  .request a:hover,
  .reserve a:hover,
  .reserve01 a:hover,
  .reserve02 a:hover {
    letter-spacing: 0.3em;
    opacity: 1 !important;
    background-color: #fff;
    color: #865C55;
    border: 1px solid #865C55;
  }
}

.request a {
  background-color: #865C55;
}

@media (min-width: 1025px) {
  .request a:hover {
    background-color: #fff;
    color: #865C55;
    border: 1px solid #865C55;
  }
}

.reserve a {
  background-color: #A2956F;
}

@media (min-width: 1025px) {
  .reserve a:hover {
    background-color: #fff;
    color: #A2956F;
    border: 1px solid #A2956F;
  }
}

.reserve01 a {
  background-color: #505F5C;
}

@media (min-width: 1025px) {
  .reserve01 a:hover {
    background-color: #fff;
    color: #505F5C;
    border: 1px solid #505F5C;
  }
}

.reserve02 a {
  background-color: #505F5C;
}

@media (min-width: 1025px) {
  .reserve02 a:hover {
    background-color: #fff;
    color: #505F5C;
    border: 1px solid #505F5C;
  }
}

.site-footer .tools .links02 .request a {
  border-color: #1C1C1C;
  background-color: #865C55;
}

@media (min-width: 1025px) {
  .site-footer .tools .links02 .request a:hover {
    color: #fff;
    border-color: #fff;
    background-color: #1C1C1C;
  }
}

.site-footer .tools .links02 .reserve a {
  border-color: #1C1C1C;
  background-color: #A2956F;
}

@media (min-width: 1025px) {
  .site-footer .tools .links02 .reserve a:hover {
    color: #fff;
    border-color: #fff;
    background-color: #1C1C1C;
  }
}

.site-footer .tools .links02 .reserve01 a {
  border-color: #1C1C1C;
  background-color: #505F5C;
}

@media (min-width: 1025px) {
  .site-footer .tools .links02 .reserve01 a:hover {
    color: #fff;
    border-color: #fff;
    background-color: #1C1C1C;
  }
}

.site-footer .tools .links02 .reserve02 a {
  background-color: #fff;
}

@media (min-width: 1025px) {
  .site-footer .tools .links02 .reserve02 a:hover {
    color: #fff;
    border-color: #fff;
    background-color: #1C1C1C;
  }
}

.global-navi .links01,
.foot-navi ul {
  display: flex;
  gap: 0 10px;
  justify-content: center;
  font-size: 0;
}

.global-navi .links01 li,
.foot-navi ul li {
  min-width: 100px;
}

.global-navi .links01 li.disabled a,
.foot-navi ul li.disabled a {
  pointer-events: none;
  opacity: .3;
}

.global-navi .links01 .en,
.foot-navi ul .en {
  display: none;
}

.global-navi .links01 li a,
.foot-navi ul li a {
  display: block;
  position: relative;
  padding: 0px 0;
  font-size: 13px;
}

.global-navi .links01 li a {
  padding: 23px 0 12px;
}

.global-navi .links01 li.new a:before {
  content: 'NEW';
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  padding: 2px 4px;
  font-family: 'Cormorant Garamond', "游明朝", YuMincho, "HG明朝E", serif;
  font-size: 10px;
  color: #fff;
  background: #9E8D6B;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .tools {
    display: block;
    position: static;
    width: auto;
    font-size: 11px;
  }
  .foot-navi ul li.current a {
    border-bottom: 1px solid #9B921F;
  }
  .tools .links01 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 10px 0;
    text-align: right;
  }
  .tools .links01 a {
    position: relative;
    color: #000;
  }
  .tools .links02 {
    flex-flow: column;
    gap: 10px 0;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 20px;
    width: 90%;
  }
  .tools .links02 li {
    flex: 0 0 auto;
  }
  .tools .links02 li a {
    display: block;
    padding: 15px 0 14px;
    color: #fff;
    max-width: 350px;
    margin: auto;
  }
  .tools .links02 li.reserve01 a {
    display: block;
    padding: 15px 0 14px;
    color: #000;
  }
  .tools .links02 li.reserve02 a {
    display: block;
    background: #fff;
    color: #000;
    border: 1px solid;
  }
  .global-navi .links01,
  .foot-navi ul {
    flex-wrap: wrap;
    gap: 0 10%;
    background-color: #1C1C1C;
  }
  .foot-navi ul {
    gap: 0 0%;
    width: auto;
  }
  .global-navi .links01 li,
  .foot-navi ul li {
    flex: 0 0 45%;
    min-width: 0;
  }
  .foot-navi ul li {
    flex: 0 0 50%;
    box-sizing: border-box;
    position: relative;
  }
  .foot-navi ul li:nth-child(2n) {
    border-right: none;
  }
  .global-navi .links01 li .en,
  .foot-navi ul li .en {
    display: block;
    padding-bottom: 5px;
  }
  .global-navi .links01 li a,
  .foot-navi ul li a {
    display: block;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding: 15px 0;
  }
  .foot-navi ul li.new a:before,
  .global-navi .links01 li.new a:before {
    content: 'NEW';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 4px;
    transform: none;
  }
  .foot-navi ul li.new a:before {
    display: none;
    background-color: #9B921F;
    font-size: 9px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.common-scroll-effect {
  filter: blur(5px);
  opacity: 0;
  transition: opacity 1.0s,filter 1.0s ease-in;
}

.common-scroll-effect.on {
  filter: blur(0px);
  opacity: 1;
}

.icon-map {
  display: inline-block;
  padding-left: 30px;
  color: #4D4D4D;
  font-size: 13px;
  position: relative;
}

.icon-map:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 28px;
  background: url(../images/map/icon_pin.svg) no-repeat center;
  background-size: 19px 21px;
  transform: translateY(-50%);
}

.icon-map:hover {
  text-decoration: underline;
}

.commonLowerLinks01 {
  background-color: #ECE8DD;
  padding: 65px 0 90px;
  position: relative;
}

.commonLowerLinks01 .controls {
  position: absolute;
  bottom: 23px;
  right: 60px;
  display: flex;
  justify-content: space-between;
}

.commonLowerLinks01 .controls li {
  width: 49%;
}

@media (max-width: 768px) {
  .commonLowerLinks01 .controls {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
  }
  .commonLowerLinks01 .controls li {
    width: 47%;
  }
}

.commonLowerLinks01 .linksTitle {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 40px;
  font-weight: normal;
}

.commonLowerLinks01 .links-wrap {
  overflow: hidden;
  margin-left: -480px;
}

@media (max-width: 768px) {
  .commonLowerLinks01 .links-wrap {
    margin-left: -90px;
  }
}

.commonLowerLinks01 .links-wrap .links {
  width: calc(240px * 20);
  transform: translateX(0);
}

.commonLowerLinks01 .links-wrap .links.on {
  transition: transform 1.1s;
}

.commonLowerLinks01 .links-wrap li {
  width: 210px;
  margin-right: 30px;
  float: left;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 8px;
  background-color: #fff;
}

.commonLowerLinks01 .links-wrap li:last-child {
  margin-right: auto;
}

@media (max-width: 768px) {
  .commonLowerLinks01 .links-wrap li {
    padding: 5px;
    border-radius: 8px;
    width: 190px;
    margin-right: 10px;
  }
}

.commonLowerLinks01 .links-wrap a {
  display: block;
  position: relative;
  color: #F4DBAA;
  text-align: center;
}

.commonLowerLinks01 .links-wrap a:hover .image img {
  transform: scale(1.11);
}

.commonLowerLinks01 .links-wrap .image {
  overflow: hidden;
  border-radius: 6px;
}

.commonLowerLinks01 .links-wrap .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.commonLowerLinks01 .links-wrap .image img {
  transform: scale(1);
  transition: transform .5s;
}

.commonLowerLinks01 .links-wrap .texts {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
}

.commonLowerLinks01 .links-wrap .text01 {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 10px;
  word-break: break-all;
  font-family: "Cinzel", serif;
}

.commonLowerLinks01 .links-wrap .text02 {
  font-size: 13px;
}

@media (max-width: 768px) {
  .commonLowerLinks01 .links-wrap .text01 {
    font-size: 14px;
  }
  .commonLowerLinks01 .links-wrap .text02 {
    font-size: 12px;
  }
}

.common-link01 {
  position: relative;
  text-align: center;
}

.common-link01 .inner {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-bottom: 20px;
  max-width: 150px;
}

.common-link01 .inner::after {
  content: "";
  position: absolute;
  display: block;
  margin-top: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: url(../images/common/icon-arrow01.svg) no-repeat;
  background-size: 100% auto;
  z-index: 9;
}

.common-link01.brown .inner {
  color: #968125;
  padding-right: 15px;
  padding-bottom: 13px;
}

.common-link01.brown .inner::after {
  background-image: url(../images/common/icon-arrow02.svg);
}

@keyframes _e {
  0% {
    transform: translateX(0%);
  }
  50% {
    left: 100%;
    transform: translateX(100%);
  }
  51% {
    left: -100%;
    transform: translateX(0%);
  }
  100% {
    left: 0%;
    transform: translateX(0%);
  }
}

a:hover,
.common-link01:hover {
  opacity: 1 !important;
}

a:hover .inner:after,
.common-link01:hover .inner:after {
  animation: _e .9s linear;
}

.pageAnnotationArea {
  padding: 50px 0 80px;
  font-size: 11px;
  color: #fff;
  background: #333333;
}

.pageAnnotationArea p {
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
}

.swipeArea {
  overflow-x: auto;
}

.swipeArea img {
  min-width: 800px;
}

.common-title01 {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 85px;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
}

.common-title01:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #9B921F;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .common-title01 {
    padding-bottom: 24px;
    margin-bottom: 90px;
    font-size: 22px;
  }
  .common-title01:after {
    width: 50px;
  }
}

@media (max-width: 1024px) {
  .commonLowerLinks01 {
    padding-top: 100px;
  }
  .commonLowerLinks01 .linksTitle {
    padding-bottom: 25px;
    font-size: 22px;
  }
  .commonLowerLinks01 .links li {
    flex: 0 0 100%;
  }
  .commonLowerLinks01 .links a {
    padding: 0px 0 0px;
  }
  .commonLowerLinks01 .links .texts.en {
    padding-bottom: 10px;
    font-size: 30px;
  }
  .commonLowerLinks01 .links .texts.ja {
    padding-bottom: 15px;
  }
  .commonLowerLinks01 .links .texts.shadow {
    filter: drop-shadow(0 0 10px black) drop-shadow(0 0 10px black);
  }
}

@media (max-width: 768px) {
  .pageAnnotationArea {
    padding: 25px 0;
  }
  .swipeArea {
    scrollbar-width: none;
    -ms-overflow-style: none;
    /*&::-webkit-scrollbar {
      display: none;
    }
    &:after {
      content: '';
      display: block;
      position: sticky;
      right: 0;
      bottom: 0;
      left: 0;
      margin-top: 20px;
      height: 36px;
      background: url(../images/common/icon-swipe.png) no-repeat center center;
      background-size: auto 100%;
    }
    .caption {
      position: sticky;
      left: 0;
      padding: 0 5px;
      text-align: right;
    }*/
  }
}

/*==================================================================================
 siteHeader
==================================================================================*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 200;
  max-height: 84px;
}

.site-header h1 {
  text-align: right;
  padding: 5px 0 2px;
  font-size: 10px;
}

.site-header .logo {
  padding-bottom: 14px;
}

.site-header .logo img {
  max-height: 50px;
}

@media (max-width: 1024px) {
  .site-header .tools01 {
    display: none;
  }
  .site-header .tools02 {
    display: flex;
  }
  .site-header {
    position: fixed;
    background: #fff;
  }
  .site-header .logo {
    padding: 7px 0 8px;
  }
  .site-header .logo img {
    height: 40px;
    width: auto;
  }
  .site-header .menu-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    margin-top: -1px;
    width: 25px;
    height: 10px;
  }
  .site-header .menu-button span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    transform: rotate(0deg);
    transition: opacity 0.4s,transform 0.4s,top 0.4s;
    background: #2C343B;
  }
  .site-header .menu-button span.cond02 {
    top: 8px;
  }
  .site-header .menu-button.open span.cond01 {
    top: 5px;
    transform: rotate(45deg);
  }
  .site-header .menu-button.open span.cond02 {
    top: 5px;
    transform: rotate(-45deg);
  }
}

.global-navi-base {
  position: relative;
}

@media (min-width: 1025px) {
  .global-navi-base {
    min-height: 50px;
  }
}

.global-navi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  min-height: 50px;
  z-index: 300;
  font-family: "Shippori Mincho", serif;
}

.global-navi .contact {
  display: none;
}

@media (min-width: 1025px) {
  .global-navi {
    display: block !important;
  }
  .global-navi.fixed {
    position: fixed;
  }
  .global-navi .links01 li .en {
    display: none !important;
    font-size: 13px;
    padding-bottom: 4px;
  }
}

.global-navi .links01 li {
  position: relative;
  box-sizing: border-box;
}

.global-navi .links01 li .en {
  display: none;
}

.global-navi .links01 li a {
  position: relative;
  display: block;
  text-align: center;
  font-weight: normal;
  color: #000;
  color: #2F2F2F;
  background: transparent;
  letter-spacing: 0.1em;
}

.global-navi .links01 li.current a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70%;
  height: 2px;
  background: #ae9752;
}

@media (min-width: 1025px) {
  .global-navi .links01 li a:hover {
    opacity: 1;
  }
  .global-navi .links01 li a:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70%;
    height: 2px;
    background: #ae9752;
  }
  .global-navi .links01 li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    transition: width .35s;
  }
  .global-navi .links01 li:after {
    display: block;
    display: none;
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 90%;
    width: 1px;
    background: #A8A8A8;
  }
  .global-navi .links01 li.pc-last:after {
    display: none !important;
  }
  .global-navi .links01 li.top {
    width: 6%;
  }
  .global-navi .links01 li.location {
    width: 13%;
  }
  .global-navi .links01 li.history {
    width: 9%;
  }
  .global-navi .links01 li.design {
    width: 7%;
  }
  .global-navi .links01 li.access {
    width: 7%;
  }
  .global-navi .links01 li.plan {
    width: 7%;
  }
  .global-navi .links01 li.asset {
    width: 7%;
  }
  .global-navi .links01 li.education {
    width: 6%;
  }
  .global-navi .links01 li.conceptroom {
    width: 14%;
  }
  .global-navi .links01 li.equipment {
    width: 8%;
  }
  .global-navi .links01 li.achievement {
    width: 6%;
  }
  .global-navi .links01 li.qualitycheck {
    width: 8%;
  }
}

@media (max-width: 1024px) {
  .global-navi {
    background: #fff;
    display: none;
  }
  .global-navi .contact {
    display: block;
    display: none;
    padding: 20px 0 30px;
    text-align: center;
    color: #fff;
  }
  .global-navi .contact .lead {
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 18px;
  }
  .global-navi .contact .tel {
    font-size: 27px;
    line-height: 1.5;
    padding-bottom: 8px;
  }
  .global-navi .contact .tel a {
    color: #fff;
  }
  .global-navi .contact .business-hour {
    font-size: 14px;
    line-height: 1.8;
  }
  .global-navi .links01 {
    display: block;
    width: auto;
    padding: 0 0 10px;
    background: #fff;
    overflow: hidden;
  }
  .global-navi .links01 li a {
    color: #000;
  }
  .global-navi .links01 li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-bottom: none;
  }
  .global-navi .links01 li.current {
    border-bottom: #9B921F 1px solid;
  }
  .global-navi .links01 li:nth-child(2n) {
    float: right;
  }
  .global-navi .links01 li:nth-child(2n+1) {
    clear: both;
    border-right: none;
  }
  .global-navi .links01 li .en {
    display: none !important;
    letter-spacing: .15em;
    font-family: 'Cormorant Garamond', serif;
  }
  .global-navi .links01 li.current a:after {
    display: none;
  }
}

/*==================================================================================
 siteFooter
==================================================================================*/
.site-footer {
  position: relative;
  z-index: 1;
}

.site-footer .tel a {
  color: #fff;
  line-height: 1;
  font-size: 31px;
}

.foot-navi {
  text-align: center;
  background-color: #1c1c1c;
  font-family: "Shippori Mincho", serif;
}

.foot-navi ul {
  padding: 15px 0 18px;
}

.foot-navi ul li a {
  color: #fff;
}

@media (max-width: 1240px) {
  .site-footer .tools {
    width: 465px;
  }
  .site-footer .tools .links02 li {
    flex: 0 0 120px;
  }
}

@media (max-width: 1024px) {
  .site-footer .info-base {
    padding-top: 40px;
  }
  .foot-navi {
    padding-bottom: 0px;
    border-top: none;
    background-color: #1C1C1C;
  }
  .foot-navi ul {
    padding: 0;
  }
  .foot-navi ul li {
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
  }
  .foot-navi ul li:nth-child(2n) {
    border-right: none;
  }
  .foot-navi ul li .en {
    display: block;
    padding-bottom: 5px;
  }
  .foot-navi ul li a {
    display: block;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    padding: 22px 0 15px;
  }
}

.site-footer .info-base {
  position: relative;
  min-height: 87px;
  background: #1C1C1C;
  color: #fff;
}

.site-footer .info-base a {
  text-decoration: none;
}

.site-footer .links01 a {
  color: #fff;
}

.site-footer .info-base .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1C1C1C;
  padding: 20px 0 15px;
  z-index: 300;
  font-family: "Shippori Mincho", serif;
}

.site-footer .info-base .lead {
  padding-bottom: 10px;
  font-size: 11px;
}

.site-footer .info-base .image {
  float: left;
  margin-right: 12px;
}

.site-footer .bnr {
  max-width: 600px;
  margin: 25px auto;
  padding: 0 3%;
  text-align: center;
}

.site-footer .bnr .title01 {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px solid;
  padding: 0 5px 5px;
  margin-bottom: 10px;
}

.site-footer .bnr .title {
  text-align: left;
  font-size: 13px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .site-footer .info-base .image img {
    max-width: 246px;
  }
}

.site-footer .info-base .business-hour {
  position: relative;
  top: 2px;
  font-size: 11px;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .site-footer .info-base .info {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    width: auto;
    padding: 0;
    text-align: center;
  }
  .site-footer .info-base .lead {
    padding-bottom: 8px;
    font-size: 14px;
  }
  .site-footer .info-base .image {
    padding-bottom: 9px;
    float: none;
    margin-right: auto;
  }
  .site-footer .info-base .business-hour {
    font-size: 14px;
    line-height: 1.6;
  }
  .site-footer .contact-tel {
    padding-bottom: 20px;
  }
  .site-footer .info-base .business-hour .tb {
    display: inline !important;
  }
  .site-footer .tools {
    margin: 0 auto 25px;
    width: 90%;
  }
  .site-footer .tools .links01 {
    display: none;
  }
  .site-footer .tools .links02 li {
    flex: 0 0 auto;
  }
  .site-footer .bnr {
    margin: 0 auto 25px;
    padding: 0 3%;
  }
}

@media (max-width: 1024px) {
  .sp-fix {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 400;
    letter-spacing: 0;
  }
  .sp-fix .sp {
    display: block !important;
  }
  .sp-fix li {
    float: left;
    width: 33.333%;
    text-align: center;
  }
  .sp-fix li.one-colum {
    width: 100%;
  }
  .sp-fix li:nth-child(2n) {
    float: right;
    float: left;
  }
  .sp-fix li:last-child {
    margin-right: auto;
  }
  .sp-fix li a {
    display: block;
    padding: 13px 0;
    background: #A8A8A8;
    color: #fff;
    font-size: 11px;
  }
  .sp-fix li:nth-child(1) a {
    background: #777;
  }
  .sp-fix li.one-colum a,
  .sp-fix li:nth-child(2) a {
    background: #2f2f2f;
  }
  .sp-fix li:nth-child(3) a {
    background: #9B921F;
  }
  .sp-fix li div {
    padding: 8px;
  }
}

.site-footer {
  background-color: #1C1C1C;
  color: #fff;
}

.site-footer .footer-forms {
  padding-bottom: 65px;
}

.site-footer .footer-forms .button-wrap {
  display: none;
  text-align: center;
}

.site-footer .footer-forms.current .texts-section {
  opacity: 1;
}

.site-footer .footer-forms .inner-wrap {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  color: #fff;
}

.site-footer .footer-forms .texts-section {
  position: relative;
  display: inline-block;
  width: 30.5%;
  margin-bottom: 45px;
  margin-right: 2%;
  height: 170px;
  transition: opacity 1.8s;
  transition-delay: .9s;
}

.site-footer .footer-forms .texts-section .bg, .site-footer .footer-forms .texts-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.site-footer .footer-forms .texts-section:nth-child(2) {
  transition-delay: 1.75s;
}

.site-footer .footer-forms .texts-section:nth-child(3) {
  transition-delay: 2.4s;
}

.site-footer .footer-forms .texts-section:nth-child(3n) {
  margin-right: auto;
}

.site-footer .footer-forms .texts-section:nth-child(4) {
  transition-delay: 3s;
}

.site-footer .footer-forms .texts-section:nth-child(5) {
  transition-delay: 3.6s;
}

.site-footer .footer-forms .texts-section a {
  display: block;
  position: relative;
  height: 100%;
  with: 100%;
  color: #fff;
}

.site-footer .footer-forms .texts-section .head {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: 2;
}

.site-footer .footer-forms .texts-section .block-title {
  line-height: 1;
  font-size: 22px;
  padding-bottom: 20px;
}

.site-footer .footer-forms .texts-section .button-sub {
  width: 80%;
  max-width: 220px;
  padding: 16px 10px;
  border: 1px solid #fff;
  font-size: 12px;
  margin: 0 auto;
}

.site-footer .footer-forms .texts-section .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  padding: 4px 8px;
  background: none;
  z-index: 2;
}

.site-footer .footer-forms .texts-section.texts-top .bg {
  background-image: url(../images/top/link00.jpg);
}

.site-footer .footer-forms .texts-section.texts-plan .bg {
  background-image: url(../images/top/link01.jpg);
}

.site-footer .footer-forms .texts-section.texts-concept .bg {
  background-image: url(../images/top/link05.jpg);
}

.site-footer .footer-forms .texts-section.texts-about .bg {
  background-image: url(../images/top/link02.jpg);
}

.site-footer .footer-forms .texts-section.texts-map .bg {
  background-image: url(../images/top/link03.jpg);
}

.site-footer .footer-forms .texts-section.texts-outline {
  margin-right: auto;
}

.site-footer .footer-forms .texts-section.texts-outline .bg {
  background-image: url(../images/top/link04.jpg);
}

.site-footer .footer-forms .texts-section .body {
  background: #fff;
}

.site-footer .footer-forms .texts-section .block-title img {
  width: 40%;
}

.site-footer .footer-forms .texts-section01 {
  left: 0%;
}

.site-footer .footer-forms .texts-section02 {
  right: 0%;
}

.site-footer .footer-forms .texts-section02 .block-title img {
  width: 75%;
}

.site-footer .footer-forms .entry-title {
  font-size: 22px;
  line-height: 1;
  padding-bottom: 18px;
}

.site-footer .footer-forms .entry-button {
  line-height: 1;
  padding-bottom: 35px;
}

.site-footer .footer-forms .entry-button .button {
  display: inline-block;
  width: 48%;
  max-width: 400px;
  margin-right: 2%;
  padding-bottom: 17px;
}

.site-footer .footer-forms .entry-button .button a {
  display: block;
  padding: 25px 12px;
  font-size: 18px;
  color: #fff;
  background: #1C4A50;
  font-family: 'cormorant', serif;
}

.site-footer .footer-forms .entry-button .button01 a {
  background: #7C7A5C;
}

.site-footer .footer-forms .entry-button .button02 {
  margin-right: auto;
}

.site-footer .footer-forms .entry-button .entry-text {
  font-size: 14px;
  line-height: 1.5;
}

.site-footer .footer-forms .limited-form {
  max-width: 830px;
  text-align: center;
  margin: 0 auto;
}

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

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

.site-footer .footer-forms .limited-form .limited-text01 {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 13px;
}

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

.site-footer .footer-forms .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;
}

.site-footer .footer-forms .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;
}

.site-footer .footer-forms .inputArea form.login input[type="submit"] {
  font-family: 'cormorant', 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) {
  .site-footer .footer-forms .inputArea form.login input[type="submit"]:hover {
    opacity: .7;
  }
}

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

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

.site-footer .contacts {
  padding-bottom: 200px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.site-footer .contacts .place {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 10px;
}

.site-footer .contacts .tel {
  padding-bottom: 20px;
}

.site-footer .contacts .tel a {
  color: #fff;
  font-size: 27px;
  line-height: 1.5;
}

.site-footer .contacts .bussiness-hour, .site-footer .contacts .holiday {
  font-size: 12px;
  line-height: 1.8;
}

.site-footer .contacts .holiday {
  display: none;
}

.site-footer .logoes {
  margin: 0 auto;
  max-width: 340px;
  padding: 0 10px;
}

.site-footer .logo {
  width: 180px;
  padding-bottom: 20px;
  float: left;
  margin: 0 auto;
}

.site-footer .logo a {
  display: block;
}

.site-footer .company-info {
  background: #fff;
  padding: 35px 0 30px;
  color: #000;
  position: relative;
}

.site-footer .logo02 {
  float: right;
  max-width: 98px;
}

.site-footer .copyright {
  display: block;
  padding-top: 30px;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .site-footer .footer-forms {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .site-footer .footer-forms .inner-wrap {
    width: 80%;
  }
  .site-footer .footer-forms .button-wrap {
    padding-bottom: 50px;
  }
  .site-footer .footer-forms .texts-section {
    display: block;
    width: auto;
    margin-bottom: 20px;
    margin-right: auto;
    height: 170px;
  }
  .site-footer .footer-forms .texts-section .block-title {
    font-size: 22px;
  }
  .site-footer .footer-forms .texts-section .button-sub {
    max-width: 220px;
    font-size: 12px;
  }
  .site-footer .footer-forms .texts-section .block-title img {
    width: 40%;
  }
  .site-footer .footer-forms .entry-title {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 12px;
  }
  .site-footer .footer-forms .entry-button {
    padding-bottom: 25px;
  }
  .site-footer .footer-forms .entry-button .button {
    display: block;
    width: 100%;
    max-width: auto;
    max-width: inherit;
    padding-bottom: 13px;
  }
  .site-footer .footer-forms .entry-button .button a {
    padding: 25px 12px;
  }
  .site-footer .footer-forms .entry-button .entry-text {
    font-size: 11px;
  }
  .site-footer .footer-forms .limited-form {
    max-width: 830px;
    text-align: center;
    margin: 0 auto;
  }
  .site-footer .footer-forms .limited-form .limited-title {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 19px;
  }
  .site-footer .footer-forms .limited-form .limited-title span {
    display: none;
    font-size: 18px;
  }
  .site-footer .footer-forms .limited-form .limited-text01 {
    font-size: 11px;
  }
  .site-footer .footer-forms .inputArea form.login input[type="text"] {
    width: 100%;
  }
  .site-footer .footer-forms .inputArea form.login input[type="submit"] {
    width: 100%;
  }
  .site-footer .company-info {
    padding: 10px 0 60px;
  }
  .site-footer .logo {
    float: none;
    padding-bottom: 10px;
  }
  .site-footer .copyright {
    padding-top: 0px;
    font-size: 10px;
  }
}

.mo {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.mo .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
}

.mo .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px 0;
  width: 100%;
  overflow: auto;
  z-index: 1000;
}

.mo .close {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 30px;
  height: 30px;
  z-index: 1001;
}

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

.mo .close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fixed_bnr {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10000;
  opacity: 1;
}

.fixed_bnr ul {
  display: flex;
  justify-content: space-between;
}

.fixed_bnr ul li {
  text-align: center;
  width: 50%;
}

.fixed_bnr ul a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 16px 0;
}

.fixed_bnr ul .request-btn {
  background: #865C55;
}

.fixed_bnr ul .reserve-btn {
  background: #A2956F;
}

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

/*==================================================================================
 sp
==================================================================================*/
@media (max-width: 768px) {
  /* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
  /*==================================================================================
 default
==================================================================================*/
  /* -------------------------------------------
 initialize
*/
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
  }
  article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
    display: block;
  }
  sup {
    font-size: 10px;
    vertical-align: super;
  }
  div {
    line-height: 0;
  }
  ul li {
    list-style: none;
  }
  input, select {
    vertical-align: middle;
  }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
  }
  table {
    font-size: 100%;
    border-collapse: collapse;
    width: 100%;
  }
  iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .site-header .logo {
    top: 0;
  }
  .annotation {
    font-size: 10px;
    line-height: 1.5;
  }
  a {
    text-decoration: none;
  }
}

@media (max-width: 768px) and (min-width: 1025px) {
  a:hover {
    transition: opacity .3s;
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  a.no-link, a.comming-soon, a.disable {
    cursor: default !important;
  }
}

@media (max-width: 768px) and (min-width: 1025px) {
  a.no-link:hover, a.comming-soon:hover, a.disable:hover {
    opacity: 1 !important;
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  a.tel {
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  .disable a {
    opacity: 0.25 !important;
    cursor: default;
  }
  .disable a:after {
    display: none !important;
  }
  .sp, .tb {
    display: none !important;
  }
}

@media (max-width: 768px) and (max-width: 1024px) {
  .printBtn, a.print {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
  }
}

@media print and (max-width: 768px) {
  .site-header,
  .site-footer {
    display: none !important;
  }
  .main {
    padding: 0px !important;
  }
}

@media (max-width: 768px) {
  main .commonButton01 {
    font-size: 14px;
  }
  main .commonButton01 a {
    padding: 18px 0;
  }
  .commonButton02,
  .commonButton03 {
    max-width: 280px;
    font-size: 13px;
  }
  .commonButton02 a,
  .commonButton03 a {
    padding: 19px 0 17px;
  }
  .commonButton02 a {
    padding: 15px 0 13px;
  }
  .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;
  }
}

#plan.archive .body .page-catch {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 44px;
}

#plan.archive .body .page-lead {
  text-align: center;
  font-size: 16px;
  line-height: 2.3;
  padding-bottom: 50px;
}

#plan.archive .body .page-text {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 50px;
  border: 1px solid #000000;
  padding: 20px 20px;
  max-width: 680px;
}

#plan.archive .body .image {
  margin: 0 auto 150px;
  max-width: 550px;
  position: relative;
}

#plan.archive .body .links li {
  padding-bottom: 50px;
}

#plan.archive .body .links .common-link01 .inner::after {
  background-image: url(../images/common/icon-arrow03.svg);
}

#plan.archive .body .links .common-link01 {
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 30%;
}

#plan.archive .body .links .common-link01 .text {
  padding: 0 20px 20px;
}

#plan.archive .body .links a {
  display: block;
  padding: 24px 30px;
  background-color: #F1EFEE;
  color: #534900;
}

#plan.archive .body .links .width01 {
  color: #534900;
  font-size: 14px;
  text-align: center;
  padding-bottom: 9px;
  line-height: 1.7;
}

#plan.archive .body .links .width01 .big {
  font-size: 43px;
}

#plan.archive .body .links .type-name {
  color: #534900;
  padding-bottom: 13px;
  border-bottom: 2px solid #534900;
  text-align: center;
  font-size: 29px;
  margin: 0 auto 11px;
  max-width: 735px;
  position: relative;
}

#plan.archive .body .links .type-name .big01 {
  font-size: 60px;
}

#plan.archive .body .links .type-name .small {
  font-size: 22px;
}

#plan.archive .body .links .type-name .line {
  margin-right: 10px;
  position: absolute;
  left: 0;
}

#plan.archive .body .links .type-name .line .big01 {
  font-family: 'Cormorant Garamond';
}

#plan.archive .body .links .type-name .ldk {
  font-size: 43px;
}

#plan.archive .body .links .type-name .ic {
  font-size: 24px;
}

#plan.archive .body .casbee {
  width: 300px;
  margin: 50px auto 0;
}

#plan.archive .body .img-links li {
  position: absolute;
  width: 15%;
  height: 100px;
}

#plan.archive .body .img-links li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #534900;
  opacity: 0;
  transition: opacity .5s;
}

#plan.archive .body .img-links li a:hover {
  opacity: .3 !important;
}

#plan.archive .body .img-links .type-a {
  top: 52.3%;
  right: 0%;
  height: 38.8%;
}

#plan.archive .body .img-links .type-b {
  top: 52.3%;
  right: 15.5%;
  height: 38.8%;
}

#plan.archive .body .img-links .type-c {
  top: 26%;
  right: 31%;
  height: 52%;
}

#plan.archive .body .img-links .type-d {
  top: 78.5%;
  right: 46.6%;
  height: 12.5%;
  width: 9.7%;
}

#plan.archive .body .img-links .type-e {
  top: 0%;
  right: 46.5%;
  height: 78%;
}

#plan.archive .body .img-links .type-f {
  top: 26%;
  right: 62%;
  height: 52%;
}

#plan.archive .body .img-links .type-g {
  top: 52.3%;
  right: 77.6%;
  height: 25.6%;
}

#plan.archive .body .img-links .type-hr {
  top: 39%;
  right: 15.5%;
  height: 12.5%;
}

#plan.archive .body .img-links .type-ir {
  top: 39%;
  right: 77.6%;
  height: 12.5%;
}

#plan.archive .body .img-links .type-jr {
  top: 26%;
  right: 15.5%;
  height: 12.5%;
}

#plan.archive .body .img-links .type-k {
  top: 26%;
  right: 77.6%;
  height: 12.5%;
}

#plan.archive .body .img-links .type-lr {
  top: 13%;
  right: 31%;
  height: 12.5%;
}

#plan.archive .body .img-links .type-m {
  top: 13%;
  right: 62%;
  height: 12.5%;
}

#plan.archive .body .img-links .type-nr {
  top: 13%;
  right: 77.6%;
  height: 12.5%;
}

#plan.archive .body .img-links .type-or {
  top: 0%;
  right: 36.3%;
  width: 9.7%;
  height: 12.5%;
}

#plan.archive .body .img-links .type-pr {
  top: 0%;
  right: 62%;
  width: 23%;
  height: 12.5%;
}

@media screen and (max-width: 768px) {
  #plan.archive .img-links {
    display: none;
  }
  #plan.archive .body {
    margin: 0 auto;
    width: 90%;
  }
  #plan.archive .body .page-catch {
    text-align: left;
    font-size: 20px;
    line-height: 2;
    padding-bottom: 35px;
  }
  #plan.archive .body .page-lead {
    text-align: left;
    font-size: 14px;
    padding-bottom: 53px;
  }
  #plan.archive .body .page-lead br {
    display: none;
  }
  #plan.archive .body .image {
    margin: 0 auto 50px;
    width: 90%;
  }
  #plan.archive .body .links li {
    padding-bottom: 50px;
  }
  #plan.archive .body .links .common-link01 {
    position: static;
    font-size: 14px;
  }
  #plan.archive .body .links .common-link01 .text {
    padding: 0 20px 20px;
  }
  #plan.archive .body .links a {
    padding: 45px 30px 24px;
  }
  #plan.archive .body .links .width01 {
    font-size: 16px;
    padding-bottom: 79px;
    line-height: 1.7;
  }
  #plan.archive .body .links .width01 .big {
    font-size: 32px;
  }
  #plan.archive .body .links .type-name {
    padding-bottom: 13px;
    border-bottom: 2px solid #534900;
    font-size: 21px;
    margin-bottom: 11px;
  }
  #plan.archive .body .links .type-name .big01 {
    font-size: 40px;
  }
  #plan.archive .body .links .type-name .small {
    font-size: 22px;
  }
  #plan.archive .body .links .type-name .line {
    margin: 0 auto 30px;
    position: static;
    left: 0;
    display: block;
  }
  #plan.archive .body .links .type-name .line .big01 {
    font-size: 61px;
    margin: 0 auto 0px;
    display: block;
  }
  #plan.archive .body .links .type-name .ldk {
    font-size: 30px;
  }
  #plan.archive .body .links .type-name .ic {
    font-size: 21px;
  }
}

#plan.details .body .type-name {
  color: #534900;
  padding-bottom: 13px;
  border-bottom: 2px solid #534900;
  text-align: center;
  font-size: 29px;
  margin-bottom: 11px;
}

#plan.details .body .type-name .big01 {
  font-size: 60px;
}

#plan.details .body .type-name .small {
  font-size: 22px;
}

#plan.details .body .type-name .line {
  border-right: 1px solid #534900;
  margin-right: 10px;
}

#plan.details .body .type-name .line .big01 {
  font-family: 'Cormorant Garamond';
}

#plan.details .body .type-name .ldk {
  font-size: 43px;
}

#plan.details .body .type-name .ic {
  font-size: 24px;
}

#plan.details .body .width01 {
  color: #534900;
  font-size: 14px;
  text-align: center;
  padding-bottom: 9px;
  line-height: 1.7;
}

#plan.details .body .width01 .big {
  font-size: 43px;
}

#plan.details .body .width02 {
  color: #534900;
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
}

#plan.details .body .lead {
  padding-top: 31px;
  text-align: center;
  line-height: 2;
  font-size: 18px;
}

#plan.details .body .room {
  text-align: center;
}

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

#plan.details .body .room li a {
  color: #fff;
  font-size: 25px;
  padding: 5px 15px 10px;
  background: #534900;
}

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

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

#plan.details .body .room .image {
  padding-top: 100px;
  margin: 0 auto 100px;
  max-width: 1000px;
}

#plan.details .body .room .ctype img {
  max-width: 530px;
}

#plan.details .body .room .etype img {
  max-width: 625px;
}

#plan.details .body .room .ftype img {
  max-width: 477px;
}

#plan.details .body .room .lrtype img {
  max-width: 689px;
}

#plan.details .body .room .ortype img {
  max-width: 530px;
}

#plan.details .body .legends {
  text-align: center;
  padding-bottom: 14px;
}

#plan.details .body .legends img {
  width: auto;
  height: 14px;
}

#plan.details .body .annotation {
  font-size: 13px;
  line-height: 2;
  text-align: center;
  padding-bottom: 55px;
}

#plan.details .body .link {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

#plan.details .body .link a {
  color: #534900;
  display: inline-block;
  padding: 0 22px 10px;
  position: relative;
}

#plan.details .body .link a::before, #plan.details .body .link a::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #534900;
}

#plan.details .body .link a::after {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #534900;
}

#plan.details .body .link a::before {
  bottom: 0;
  right: 0;
  width: 15px;
  height: 1px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}

@media screen and (max-width: 768px) {
  #plan.details .body {
    width: 88%;
  }
  #plan.details .body .type-name {
    padding-bottom: 13px;
    font-size: 21px;
    margin-bottom: 11px;
  }
  #plan.details .body .type-name .big01 {
    font-size: 40px;
  }
  #plan.details .body .type-name .small {
    font-size: 22px;
  }
  #plan.details .body .type-name .line {
    display: block;
    border-right: none;
    margin: 0 auto;
    padding-bottom: 33px;
  }
  #plan.details .body .type-name .line .big01 {
    display: block;
    font-size: 61px;
  }
  #plan.details .body .type-name .ldk {
    font-size: 30px;
  }
  #plan.details .body .type-name .ic {
    font-size: 21px;
  }
  #plan.details .body .width01 {
    font-size: 16px;
    padding-bottom: 9px;
    line-height: 1.7;
  }
  #plan.details .body .width01 .big {
    font-size: 32px;
  }
  #plan.details .body .width02 {
    font-size: 14px;
    line-height: 1.7;
  }
  #plan.details .body .lead {
    padding-top: 49px;
    line-height: 2;
    font-size: 14px;
    text-align: left;
  }
  #plan.details .body .room li {
    margin: auto;
    width: 73%;
  }
  #plan.details .body .room li a {
    padding: 5px 10px 10px;
    font-size: 20px;
  }
  #plan.details .body .room li:first-child {
    margin-left: auto;
    width: 11%;
  }
  #plan.details .body .room li:last-child {
    margin-right: auto;
    width: 11%;
  }
  #plan.details .body .room .image {
    padding-top: 63px;
    margin: 0 auto 70px;
  }
  #plan.details .body .legends {
    padding-bottom: 30px;
  }
  #plan.details .body .legends img {
    width: 55%;
    height: auto;
  }
  #plan.details .body .annotation {
    font-size: 13px;
    line-height: 2;
    padding-bottom: 55px;
    text-align: left;
  }
  #plan.details .body .link {
    font-size: 14px;
    line-height: 1.5;
  }
  #plan.details .body .link a {
    padding: 0 22px 10px;
  }
}

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

/*==================================================================================
 matsubara
==================================================================================*/
#matsubara .pageTitleArea01 > .lead {
  padding-bottom: 120px;
}

#matsubara .pageTitleArea01 .areas {
  display: flex;
  justify-content: space-between;
}

#matsubara .pageTitleArea01 .areas > li {
  flex: 0 0 48.5%;
  max-width: 48.5%;
}

#matsubara .pageTitleArea01 .areas .slick-dots {
  padding-top: 20px;
}

#matsubara .pageTitleArea01 .areas .lead {
  padding-top: 10px;
  text-align: left;
}

#matsubara .section01 {
  padding-bottom: 180px;
}

#matsubara .section01 > header {
  padding-bottom: 50px;
}

#matsubara .section01 > header h3 {
  padding-bottom: 30px;
}

#matsubara .section01 .map {
  margin-bottom: 80px;
}

#matsubara .section01 .table {
  margin: auto;
  max-width: 590px;
  text-align: left;
}

#matsubara .section02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 70px 0;
  position: relative;
  padding: 150px 0;
  text-align: center;
  color: #fff;
  z-index: 1;
}

#matsubara .section02 h3 {
  display: flex;
  align-items: center;
  gap: 0 12px;
  max-width: 790px;
}

#matsubara .section02 h3 .texts {
  line-height: 34px;
  font-size: 19px;
}

#matsubara .section02 h3 img {
  width: 64px;
}

#matsubara .section02 .catch {
  line-height: 1;
  font-size: 53px;
}

#matsubara .section02 .detail {
  margin: auto;
  max-width: 515px;
  width: 80%;
}

#matsubara .section02 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#matsubara .section02 .bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#matsubara .section03 {
  padding-top: 100px;
  background: #DED9D0;
}

#matsubara .section03 > header {
  padding-bottom: 120px;
  text-align: center;
}

#matsubara .section03 > header .lead {
  padding-bottom: 100px;
}

#matsubara .section03 .catch02 {
  padding-bottom: 30px;
  text-align: center;
}

#matsubara .section03 .lead02 {
  padding-bottom: 90px;
  text-align: center;
}

#matsubara .section03 .catch03 {
  margin-bottom: 30px;
  padding: 10px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
}

#matsubara .section03 .scrollArea {
  margin-bottom: 130px;
}

#matsubara .section03 .scrollArea .caption {
  padding-top: 20px;
}

#matsubara .section03 .flexArea {
  display: flex;
  gap: 0 5%;
  padding-bottom: 150px;
}

#matsubara .section03 .flexArea .textArea {
  flex: 1 1 auto;
}

#matsubara .section03 .flexArea .textArea .catch {
  padding-bottom: 20px;
}

#matsubara .section03 .flexArea .slider {
  flex: 0 0 58.4%;
  max-width: 58.4%;
}

#matsubara .section03 .flexArea .slider .slick-dots {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  #matsubara .pageTitleArea01 h2 {
    line-height: 50px;
    word-break: break-all;
    font-size: 28px;
  }
  #matsubara .pageTitleArea01 > .lead {
    padding-bottom: 70px;
  }
  #matsubara .pageTitleArea01 .areas {
    flex-direction: column;
    justify-content: normal;
    gap: 30px 0;
  }
  #matsubara .pageTitleArea01 .areas > li {
    flex: 0 0 auto;
    max-width: none;
  }
  #matsubara .pageTitleArea01 .areas .slick-dots {
    padding-top: 10px;
  }
  #matsubara .section01 {
    padding-bottom: 50px;
  }
  #matsubara .section01 > header {
    padding-bottom: 30px;
  }
  #matsubara .section01 .map {
    margin-bottom: 0;
  }
  #matsubara .section01 .table {
    margin: 60px auto 10px;
  }
  #matsubara .section01 .annotation {
    padding-top: 15px;
  }
  #matsubara .section02 {
    padding: 80px 0;
  }
  #matsubara .section02 h3 {
    flex-direction: column;
    gap: 12px 0;
    max-width: none;
  }
  #matsubara .section02 h3.wrap {
    width: 100%;
  }
  #matsubara .section02 h3 .texts {
    line-height: 36px;
    font-size: 20px;
  }
  #matsubara .section02 h3 img {
    width: 25px;
  }
  #matsubara .section02 .catch {
    font-size: 40px;
  }
  #matsubara .section03 {
    padding-top: 70px;
  }
  #matsubara .section03 > header {
    padding-bottom: 70px;
  }
  #matsubara .section03 > header .lead {
    padding-bottom: 30px;
  }
  #matsubara .section03 > header .image {
    height: 50vw;
  }
  #matsubara .section03 > header .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #matsubara .section03 .catch02,
  #matsubara .section03 .lead02 {
    text-align: left;
  }
  #matsubara .section03 .lead02 {
    padding-bottom: 30px;
  }
  #matsubara .section03 .catch03 {
    margin-bottom: 20px;
    padding: 7px 0;
    line-height: 30px;
    font-size: 16px;
  }
  #matsubara .section03 .scrollArea {
    margin-bottom: 130px;
  }
  #matsubara .section03 .scrollArea img {
    width: 180%;
  }
  #matsubara .section03 .scrollArea .caption {
    padding-top: 15px;
    line-height: 20px;
  }
  #matsubara .section03 .flexArea {
    flex-direction: column;
    gap: 30px 0;
    padding-bottom: 40px;
  }
  #matsubara .section03 .flexArea .textArea {
    flex: 0 0 auto;
  }
  #matsubara .section03 .flexArea .slider {
    flex: 0 0 auto;
    max-width: none;
  }
  #matsubara .lowerEndImage .swipe-img img {
    width: 1000px !important;
  }
  #matsubara main {
    padding-bottom: 40px;
  }
}

/*==================================================================================
 residence
==================================================================================*/
#residence .pageTitleArea01 {
  padding-bottom: 0;
}

#residence .pageTitleArea01 .lead {
  padding-bottom: 120px;
}

#residence section.designer {
  margin-bottom: 100px;
  color: #fff;
  background: #000;
}

#residence section.designer .flexAreas {
  display: flex;
  align-items: center;
  gap: 0 60px;
  position: relative;
  padding: 80px 0;
  z-index: 1;
}

#residence section.designer .flexAreas .image {
  flex: 0 0 30%;
}

#residence section.designer .flexAreas .textArea {
  flex: 1 1 auto;
}

#residence section.designer .flexAreas h3 {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  padding-bottom: 15px;
}

#residence section.designer .flexAreas h3 .position {
  padding-left: .2em;
}

#residence section.designer .flexArea02 {
  flex-direction: row-reverse;
}

#residence section.designer .flexArea02:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background: #4A4442;
  z-index: -1;
}

#residence section.designer .flexArea02 .name {
  padding-bottom: 20px;
}

#residence section.designer .flexArea02 .image {
  flex: 0 0 50%;
}

#residence section.landScape > header {
  padding-bottom: 40px;
}

#residence section.landScape > header .lead {
  padding-bottom: 70px;
}

#residence section.landScape > header .max-wide {
  max-width: 100vw;
  padding-top: 40px;
}

#residence section.landScape section.planting {
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 40px;
  margin-bottom: 130px;
  padding: 50px 50px;
  background: #E8E7E4;
}

#residence section.landScape section.planting .image {
  flex: 0 0 50%;
}

#residence section.landScape section.planting .textArea {
  flex: 1 1 auto;
}

#residence section.landScape section.planting .textArea h4 {
  padding-bottom: 30px;
}

#residence section.landScape section.planting .textArea .catch {
  padding-bottom: 10px;
}

#residence section.landScape section.entrance > header {
  padding-bottom: 130px;
}

#residence section.landScape section.entrance > header .lead {
  padding-bottom: 70px;
}

#residence section.landScape section.facilitys h4 {
  padding-bottom: 40px;
}

#residence section.landScape section.facilitys .facilityList {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 2%;
}

#residence section.landScape section.facilitys .facilityList li {
  flex: 0 0 32%;
}

#residence section.landScape section.facilitys .facilityList li.doubleSize {
  flex: 0 0 66%;
}

#residence section.landScape section.facilitys .facilityList li.double {
  flex: 0 0 48%;
}

#residence section.landScape section.facilitys .facilityList li.full {
  flex: 0 0 100%;
}

#residence section.landScape section.facilitys .facilityList .image {
  margin-bottom: 30px;
}

#residence section.landScape section.facilitys .facilityList .image.zeh {
  width: 75%;
  margin: auto;
}

#residence section.landScape section.facilitys .facilityList .text {
  letter-spacing: .07em;
}

#residence section.landScape section.facilitys .facilityList .text span {
  display: block;
}

#residence section.landScape section.facilitys .facilityList .text .name {
  padding-bottom: 15px;
  line-height: 1.6;
}

#residence section.landScape section.facilitys .facilityList .text .annotation {
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  #residence .pageTitleArea01 {
    padding-bottom: 0;
  }
  #residence .pageTitleArea01 .lead {
    padding-bottom: 30px;
  }
  #residence .pageTitleArea01 .image02 {
    height: 68vw;
  }
  #residence .pageTitleArea01 .image02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #residence section.designer {
    margin-bottom: 70px;
  }
  #residence section.designer .flexAreas {
    flex-direction: column !important;
    gap: 20px 0;
    padding: 50px 0 60px;
  }
  #residence section.designer .flexAreas.flexArea01 .image {
    width: 70%;
    flex: 0 0 auto !important;
  }
  #residence section.designer .flexAreas .textArea {
    flex: 0 0 auto;
  }
  #residence section.designer .flexArea02 .image {
    width: 90%;
    flex: 0 0 auto !important;
  }
  #residence section.landScape > header .lead {
    padding-bottom: 30px;
  }
  #residence section.landScape .max-wide img {
    width: 800px !important;
  }
  #residence section.landScape .map .caption {
    bottom: -10px;
  }
  #residence section.landScape section.planting {
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 50px;
    padding: 0 0 50px;
  }
  #residence section.landScape section.planting .image {
    flex: 0 0 auto;
    order: -1;
  }
  #residence section.landScape section.planting .textArea {
    flex: 0 0 auto;
    padding: 0 5%;
  }
  #residence section.landScape section.planting .textArea h4 {
    padding-bottom: 20px;
  }
  #residence section.landScape section.entrance > header {
    padding-bottom: 40px;
  }
  #residence section.landScape section.entrance > header .lead {
    padding-bottom: 30px;
  }
  #residence section.landScape section.facilitys h4 {
    padding-bottom: 30px;
  }
  #residence section.landScape section.facilitys .facilityList {
    flex-direction: column;
    gap: 30px 0;
  }
  #residence section.landScape section.facilitys .facilityList li {
    flex: 0 0 auto;
  }
  #residence section.landScape section.facilitys .facilityList li.doubleSize {
    flex: 0 0 auto;
  }
  #residence section.landScape section.facilitys .facilityList li.full .caption {
    bottom: -20px;
  }
  #residence section.landScape section.facilitys .facilityList .image {
    margin-bottom: 20px;
  }
  #residence section.landScape section.facilitys .facilityList .text .name {
    padding-bottom: 10px;
  }
}

/*
 redevelopment
*/
#redevelopment .content01 {
  background-color: #E0E5DF;
}

#redevelopment ol li {
  list-style: none;
}

#redevelopment .outSide.caption {
  text-align: right;
}

#redevelopment .sections .header .title {
  margin-bottom: 44px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.4;
}

#redevelopment .sections .header .title .mini {
  font-size: 75%;
}

#redevelopment .sections .header .lead {
  padding-bottom: 18px;
  font-size: 20px;
  line-height: 1.5;
}

#redevelopment .sections .header .text {
  font-size: 14px;
  line-height: 2.2;
}

#redevelopment .sections .points .text01 {
  position: relative;
  padding-left: 24px;
  margin-top: 10px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.4;
}

#redevelopment .sections .points .text01 .num {
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  padding-left: 2px;
  border-radius: 50%;
  background-color: #900101;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}

#redevelopment .sections .points .text02 {
  padding-top: 9px;
  font-size: 12px;
  line-height: 2.2;
}

#redevelopment .sections .points .annotation {
  padding-top: 15px;
  font-size: 11px;
  line-height: 1.5;
}

#redevelopment .shibuya {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 215px;
}

#redevelopment .shibuya .header {
  width: 48%;
}

#redevelopment .shibuya .header .text {
  padding-bottom: 80px;
}

#redevelopment .shibuya .points {
  width: 48%;
}

#redevelopment .shibuya .points li {
  margin-bottom: 30px;
}

#redevelopment .shinjuku {
  padding-bottom: 215px;
}

#redevelopment .shinjuku .upper {
  display: flex;
  padding-bottom: 80px;
  justify-content: space-between;
  align-items: flex-start;
}

#redevelopment .shinjuku .upper .header {
  width: 45%;
}

#redevelopment .shinjuku .upper .header .text {
  padding-bottom: 20px;
}

#redevelopment .shinjuku .upper .map-img {
  width: 52%;
}

#redevelopment .shinjuku .upper-points li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 1%;
}

#redevelopment .shinjuku .upper-points .point01 {
  width: 76%;
  margin-bottom: 60px;
  float: left;
}

#redevelopment .shinjuku .upper-points .point01 .caption {
  background: none;
  color: #fff;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
}

#redevelopment .shinjuku .upper-points .point02 {
  width: 21%;
  float: right;
}

#redevelopment .shinjuku .upper-points .point02 .item + .item {
  padding-top: 35px;
}

#redevelopment .shinjuku .upper-points .point04 {
  margin: auto;
}

#redevelopment .shinjuku .down-points {
  display: flex;
  display: none;
  justify-content: space-between;
}

#redevelopment .shinjuku .down-points li {
  width: 19%;
}

#redevelopment .shinjuku .down-points li .text01 {
  font-size: 12px;
}

#redevelopment .shinjuku .section-annotation {
  padding-top: 15px;
  font-size: 11px;
  text-align: right;
}

#redevelopment .keio {
  padding-bottom: 114px;
  clear: both;
}

#redevelopment .keio .header {
  text-align: center;
  padding-bottom: 75px;
}

#redevelopment .keio .images-list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 97px;
}

#redevelopment .keio .images-list li {
  width: 49%;
}

#redevelopment .keio .images-list li:first-child {
  width: 45%;
}

#redevelopment .keio .images-slide .inner {
  position: relative;
  overflow: hidden;
}

#redevelopment .keio .images-slide .text {
  text-align: center;
  padding-bottom: 18px;
  font-size: 20px;
  line-height: 1.5;
}

#redevelopment .keio .images-slide .img-slides {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding-bottom: 30px;
  width: 600vw;
  margin-left: -44vw;
}

#redevelopment .keio .images-slide .img-slides:not(.pause) {
  transform: translateX(0);
  transition: transform 1s;
}

#redevelopment .keio .images-slide .img-slides li {
  width: 20vw;
  margin-right: 2vw;
}

#redevelopment .keio .images-slide .img-slides li .txt {
  padding-top: 20px;
  font-size: 18px;
  text-align: center;
}

#redevelopment .keio .images-slide .controls {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}

#redevelopment .keio .images-slide .controls .control {
  position: relative;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  cursor: pointer;
}

#redevelopment .keio .images-slide .controls .control::after, #redevelopment .keio .images-slide .controls .control::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -3px;
  border-right: 2px solid #C9BDA9;
  border-top: 2px solid #C9BDA9;
  transform: translate(-50%, -50%) rotate(45deg);
}

#redevelopment .keio .images-slide .controls .control.prev::after, #redevelopment .keio .images-slide .controls .control.prev::before {
  margin-left: 3px;
  transform: translate(-50%, -50%) rotate(-135deg);
}

#redevelopment .keio .images-slide .counter-wrap {
  padding-bottom: 30px;
  color: #395751;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

#redevelopment .keio .images-slide .annotation {
  text-align: right;
  font-size: 11px;
}

#redevelopment .station {
  padding: 125px 0 186px;
  background-color: #F7F5F2;
}

#redevelopment .station .header {
  padding-bottom: 75px;
  text-align: center;
}

#redevelopment .station .header .title {
  padding-bottom: 85px;
  font-size: 40px;
  line-height: 1.4;
  color: #A3875C;
}

#redevelopment .station .header .lead {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 15px;
}

#redevelopment .station .header .text {
  font-size: 14px;
  line-height: 1.5;
}

#redevelopment .station .image-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 195px;
}

#redevelopment .station .image-wrap li {
  width: 48.5%;
}

#redevelopment .station .image-wrap .annotation {
  padding-top: 5px;
  font-size: 11px;
  line-height: 1.4;
  text-align: right;
}

#redevelopment .station .map-image {
  padding-bottom: 50px;
}

#redevelopment .station .parsent {
  margin: 0 auto;
  width: 51.5%;
  padding-bottom: 195px;
}

#redevelopment .station .middle-texts {
  padding-bottom: 80px;
  text-align: center;
}

#redevelopment .station .middle-texts .text01 {
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
}

#redevelopment .station .middle-texts .text02 {
  font-size: 14px;
  line-height: 2.5;
}

#redevelopment .station .value-grows .example {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
}

#redevelopment .station .value-grows .example .list {
  margin: 20px auto 60px;
}

#redevelopment .station .value-grows .example .list li {
  display: inline-block;
  width: 48%;
}

#redevelopment .station .value-grows .example .list li:last-child {
  width: 50%;
}

#redevelopment .station .value-grows .example .list .txt {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

#redevelopment .station .value-grows .example .img-tit {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}

#redevelopment .station .value-grows .example02 {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  #redevelopment .fixedAnchorLinks {
    top: 30%;
  }
  #redevelopment .fixedAnchorLinks .links a {
    padding: 0 28px;
    width: auto;
  }
  #redevelopment .sections .header .lead {
    padding-bottom: 24px;
    line-height: 2;
    text-align: left;
  }
  #redevelopment .sections .header .text {
    padding-bottom: 35px;
    text-align: left;
  }
  #redevelopment .sections .header .text br {
    display: none;
  }
  #redevelopment .sections .points .text01 {
    padding: 0px 0px 5px 25px;
    margin-top: 20px;
    text-align: left;
  }
  #redevelopment .sections .points .text01 .num {
    width: 20px;
    height: 20px;
    padding-left: 2px;
  }
  #redevelopment .sections .points .annotation {
    text-align: left;
  }
  #redevelopment .shibuya {
    display: block;
    padding-bottom: 90px;
  }
  #redevelopment .shibuya .header {
    width: auto;
    margin-bottom: 30px;
  }
  #redevelopment .shibuya .header .text {
    padding-bottom: 30px;
  }
  #redevelopment .shibuya .points {
    width: auto;
  }
  #redevelopment .shibuya .points li {
    margin-bottom: 30px;
  }
  #redevelopment .shinjuku {
    padding-bottom: 95px;
  }
  #redevelopment .shinjuku .upper {
    display: block;
    padding-bottom: 35px;
  }
  #redevelopment .shinjuku .upper .header {
    width: auto;
    padding-bottom: 50px;
  }
  #redevelopment .shinjuku .upper .header .text {
    padding-bottom: 20px;
  }
  #redevelopment .shinjuku .upper .map-img {
    width: auto;
    margin-left: -3%;
    margin-right: -3%;
  }
  #redevelopment .shinjuku .upper-points .point01 {
    width: 100%;
    float: none;
  }
  #redevelopment .shinjuku .points-sp {
    display: flex;
    justify-content: space-between;
    width: 165vw;
  }
  #redevelopment .shinjuku .points-sp li {
    width: 95vw;
    margin-right: 5vw;
  }
  #redevelopment .shinjuku .down-points-wrap {
    margin-left: 3%;
    overflow: auto;
  }
  #redevelopment .shinjuku .down-points {
    width: 450vw;
    max-width: inherit;
  }
  #redevelopment .shinjuku .down-points li {
    width: 80vw;
    margin-right: 2vw;
  }
  #redevelopment .shinjuku .down-points li .text01 {
    font-size: 14px;
  }
  #redevelopment .shinjuku .section-annotation {
    padding-top: 15px;
    font-size: 11px;
    text-align: right;
  }
  #redevelopment .keio {
    padding-bottom: 114px;
  }
  #redevelopment .keio .header {
    text-align: center;
    padding-bottom: 0px;
  }
  #redevelopment .keio .images-list {
    display: block;
    padding-bottom: 27px;
  }
  #redevelopment .keio .images-list li {
    width: auto;
  }
  #redevelopment .keio .images-list li:first-child {
    width: auto;
    margin-bottom: 18px;
  }
  #redevelopment .keio .images-slide .img-slides {
    padding-bottom: 30px;
    width: 980vw;
    margin-left: -104vw;
  }
  #redevelopment .keio .images-slide .img-slides li {
    width: 50vw;
    margin-right: 2vw;
  }
  #redevelopment .keio .images-slide .img-slides li .txt {
    padding-top: 20px;
    font-size: 18px;
    text-align: center;
  }
  #redevelopment .keio .images-slide .controls {
    padding-bottom: 25px;
  }
  #redevelopment .keio .images-slide .annotation {
    font-size: 11px;
  }
  #redevelopment .station {
    padding: 87px 0 50px;
  }
  #redevelopment .station .header {
    padding-bottom: 38px;
    text-align: left;
  }
  #redevelopment .station .header .title {
    padding-bottom: 65px;
    font-size: 30px;
    line-height: 1.4;
  }
  #redevelopment .station .header .lead {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 40px;
  }
  #redevelopment .station .header .text {
    line-height: 1.9;
  }
  #redevelopment .station .image-wrap {
    display: block;
    padding-bottom: 50px;
  }
  #redevelopment .station .image-wrap li {
    width: auto;
    padding-bottom: 30px;
  }
  #redevelopment .station .image-wrap .annotation {
    line-height: 1.4;
    text-align: right;
  }
  #redevelopment .station .map-image {
    padding-bottom: 0px;
  }
  #redevelopment .station .parsent {
    margin: 0 auto;
    width: auto;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #redevelopment .station .middle-texts {
    padding-bottom: 80px;
    text-align: left;
  }
  #redevelopment .station .middle-texts .text01 {
    line-height: 1.8;
  }
  #redevelopment .station .middle-texts .text02 {
    font-size: 14px;
    line-height: 2.5;
  }
  #redevelopment .station .value-grows .example {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 40px;
  }
  #redevelopment .station .value-grows .example .list {
    margin: 20px auto 60px;
  }
  #redevelopment .station .value-grows .example .list li {
    display: inline-block;
    width: 100%;
  }
  #redevelopment .station .value-grows .example .list li:last-child {
    width: 100%;
    margin-top: 15px;
  }
  #redevelopment .station .value-grows .example .list .txt {
    margin-top: 15px;
  }
  #redevelopment .station .value-grows .example02 {
    margin: auto;
  }
  #redevelopment .station .value-grows .swipe-img img {
    width: 580px !important;
  }
}

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