@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', "游明朝", YuMincho, "HG明朝E", serif;
  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 {
  font-family: 'Cormorant Garamond', "游明朝", YuMincho, "HG明朝E", serif;
}

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

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

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

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

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

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

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

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

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

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

.cinzel {
  font-family: 'Cinzel', serif;
}

@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) {
  main {
    padding-top: 55px;
  }
  .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: 25px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .swipe img {
    max-width: 152px;
    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;
}

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

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

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

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

.tools {
  display: flex;
  gap: 0 10px;
  position: absolute;
  top: 6px;
  right: 0;
  width: 645px;
  width: 345px;
  width: 452px;
  font-size: 11px;
}

.tools.tools01 {
  display: flex;
  gap: 0 10px;
  position: absolute;
  top: 6px;
  right: 0;
  width: 430px;
  font-size: 11px;
}

.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 {
  display: flex;
  gap: 0 8px;
  gap: 0;
  text-align: center;
}

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

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

.tools02 {
  display: none;
}

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

.request a .in,
.reserve a .in,
.reserve01 a .in,
.reserve02 a .in {
  position: relative;
  z-index: 2;
}

.request a::before,
.reserve a::before,
.reserve01 a::before,
.reserve02 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  display: block;
  background: #002f20;
  background: linear-gradient(90deg, #002f20 0%, #0f1c18 100%);
}

@media (min-width: 1025px) {
  .request a:hover,
  .reserve a:hover,
  .reserve01 a:hover,
  .reserve02 a:hover {
    transition: letter-spacing .5s , background-color .5s,color .5s ,border-color .5s;
    opacity: 1 !important;
    letter-spacing: .15em;
    color: #968125;
  }
  .request a:hover::before,
  .reserve a:hover::before,
  .reserve01 a:hover::before,
  .reserve02 a:hover::before {
    opacity: 0;
  }
}

.request a {
  border-color: #fff;
}

.request a::before {
  background: #675a00;
  background: linear-gradient(90deg, #342d00 0%, #675a00 100%);
}

@media (min-width: 1025px) {
  .request a:hover {
    border-color: #968125;
    color: #968125;
  }
}

.reserve a {
  border-color: #fff;
}

.reserve a::before {
  background: #002f20;
  background: linear-gradient(90deg, #002f20 0%, #54746a 100%);
}

@media (min-width: 1025px) {
  .reserve a:hover {
    background: transparent;
    border-color: #293034;
    color: #293034;
  }
}

.reserve01 a {
  background: #fff;
  border-color: #fff;
}

.reserve01 a::before {
  background: #2c343b;
  background: linear-gradient(90deg, #2c343b 0%, #565657 100%);
}

@media (min-width: 1025px) {
  .reserve01 a:hover {
    border-color: #555555;
    color: #555555;
  }
}

.reserve02 a {
  border-color: #fff;
}

.reserve02 a::before {
  background: none;
}

@media (min-width: 1025px) {
  .reserve02 a:hover {
    border-color: #555555;
    color: #555555;
  }
}

.hidden-info .request a,
.hidden-info .reserve a,
.hidden-info .reserve01 a,
.hidden-info .reserve02 a,
.site-footer .request a,
.site-footer .reserve a,
.site-footer .reserve01 a,
.site-footer .reserve02 a {
  border: none;
  color: #fff;
}

.hidden-info .request a:hover,
.hidden-info .reserve a:hover,
.hidden-info .reserve01 a:hover,
.hidden-info .reserve02 a:hover,
.site-footer .request a:hover,
.site-footer .reserve a:hover,
.site-footer .reserve01 a:hover,
.site-footer .reserve02 a:hover {
  color: #fff;
  border: 1px solid #fff;
}

.image {
  position: relative;
}

.common-button01 {
  display: block;
  color: #fff;
  border: 1px solid currentColor;
  text-align: center;
  padding: 15px 10px;
  position: relative;
  background-color: rgba(229, 229, 223, 0.01);
  transition: backgroun-color .5s;
}

.common-button01 span {
  letter-spacing: 0.2em;
  transition: letter-spacing .5s;
}

.common-button01:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2px;
  right: 3px;
  border-right: 10px solid currentColor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transform: rotate(-135deg);
}

.common-button01.color02 {
  color: #2C343B;
}

.common-button01.color03 {
  color: #002F20;
}

.common-button01:hover {
  background-color: rgba(229, 229, 223, 0.3);
}

.common-button01:hover span {
  letter-spacing: .5em;
}

.global-navi .links01,
.foot-navi ul {
  display: flex;
  gap: 0 30px;
  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: 10px 0;
  border-bottom: 2px solid transparent;
  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: #9B921F;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .tools {
    display: block;
    position: static;
    width: auto;
    font-size: 11px;
  }
  .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: 10px;
    width: 90%;
  }
  .tools .links02 li {
    flex: 0 0 auto;
  }
  .tools .links02 li a {
    display: block;
    padding: 15px 0 14px;
    color: #fff;
  }
  .tools .links02 li.reserve01 a {
    display: block;
    padding: 15px 0 14px;
    color: #fff;
  }
  .tools .links02 li.reserve02 a {
    display: block;
    padding: 15px 0 14px;
    color: #000;
    border: 1px solid #000;
  }
  .global-navi .links01,
  .foot-navi ul {
    flex-wrap: wrap;
    gap: 0 10%;
  }
  .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;
    border-bottom: 1px solid #364147;
    border-right: 1px solid #364147;
  }
  .foot-navi ul li:first-child {
    flex: 0 0 100%;
    border-right: none;
  }
  .foot-navi ul li:nth-child(2n+1) {
    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;
  }
  .global-navi .links01 li.new a:before {
    content: 'NEW';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 4px;
    transform: none;
  }
}

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;
  font-size: 11px;
  color: #fff;
  background: #002f20;
  background: linear-gradient(90deg, #0f1c18 0%, #002f20 100%);
}

.pageAnnotationArea p {
  line-height: 1.4;
  word-break: break-all;
}

.swipeArea {
  overflow-x: auto;
}

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

@media (min-width: 1025px) {
  .global-navi.hidden {
    display: none !important;
  }
  .global-navi.hidden.fixed {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .global-navi.hidden {
    position: fixed !important;
    top: 53px;
  }
}

@media (max-width: 1024px) {
  .hidden-info {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pageAnnotationArea {
    padding: 25px 0;
  }
  .swipeArea {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

/*==================================================================================
 siteHeader
==================================================================================*/
.site-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background-color: #fff;
}

.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;
    padding-bottom: 30px;
  }
  .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: #000000;
  }
  .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;
}

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

@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 .links01 {
    display: block;
    width: auto;
    padding: 0 0 10px;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
  }
  .global-navi .links01 li {
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
  .global-navi .links01 li:nth-child(3n) {
    float: right;
  }
  .global-navi .links01 li:nth-child(2n+2) {
    clear: both;
  }
  .global-navi .links01 li .en {
    display: block !important;
  }
  .global-navi .links01 li.top {
    width: 100%;
  }
}

/*==================================================================================
 siteFooter
==================================================================================*/
.site-footer {
  background: #fff;
}

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

.hidden-info {
  transition: opacity 1s;
  opacity: 0;
}

.hidden-info.on {
  opacity: 1;
}

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

.foot-navi {
  text-align: center;
  background-color: #1C1C1C;
}

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

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

.foot-navi ul li.current a {
  border-bottom-color: #877369;
}

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

@media (max-width: 1024px) {
  .foot-navi {
    padding-bottom: 30px;
    border-top: none;
  }
  .foot-navi ul {
    padding: 0;
  }
  .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: 15px 0;
  }
}

.hidden-info {
  position: fixed !important;
}

.hidden-info a {
  text-decoration: none;
}

.hidden-info .in {
  margin: 0 5%;
  position: relative;
}

.hidden-info .lead {
  padding-bottom: 10px;
  font-size: 11px;
}

.hidden-info .image {
  float: left;
  margin-right: 12px;
}

.hidden-info .links01 a {
  color: #fff;
}

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

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

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

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

.hidden-info .info .in,
.site-footer .info-base .info .in {
  margin: 0 3%;
  position: relative;
}

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

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

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

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

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

.hidden-info,
.site-footer .info-base .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1C1C1C;
  padding: 10px 0 5px;
  z-index: 300;
  transition: opacity 1s;
  opacity: 0;
}

.hidden-info.on,
.site-footer .info-base .info.on {
  opacity: 1;
}

@media (max-width: 1024px) {
  .hidden-info,
  .site-footer .info-base .info {
    position: static !important;
    width: auto;
    padding: 0;
    text-align: center;
  }
  .site-footer .info-base .info {
    opacity: 1;
  }
  .site-footer .info-base .lead {
    padding-bottom: 8px;
    font-size: 10px;
  }
  .site-footer .info-base .image {
    padding-bottom: 9px;
    float: none;
    margin-right: auto;
  }
  .site-footer .info-base .business-hour {
    font-size: 10px;
    line-height: 1.6;
  }
  .site-footer .contact-tel {
    padding-bottom: 40px;
  }
  .site-footer .info-base .business-hour .tb {
    display: inline !important;
  }
  .site-footer .tools {
    margin: auto;
    width: 90%;
  }
  .site-footer .tools .links01 {
    display: none;
  }
  .site-footer .tools .links02 li {
    flex: 0 0 auto;
  }
  .site-footer .tools .links02 li.reserve02 a {
    color: #fff;
    background-color: none;
    border: 1px solid;
  }
}

@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 {
  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: 'Cinzel', 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: 'Cinzel', serif;
  cursor: pointer;
  padding: 17px 0;
  width: 250px;
  border: none;
  border-radius: 0;
  line-height: 1;
  font-size: 14px;
  letter-spacing: .12em;
  color: #fff;
  background: #7C7A5C;
  appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 1025px) {
  .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;
  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 .copyright {
    padding-top: 20px;
    font-size: 10px;
  }
  .site-footer .company-info {
    padding: 10px 0 55px;
  }
}

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

/*==================================================================================
 lower common
==================================================================================*/
.lower {
  opacity: 0;
  transition: opacity 2s;
  color: #2C343B;
}

.lower.on {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#brand main {
  padding-bottom: 0;
}

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

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

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

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

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

#brand .intro .text {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 70px;
}

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

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

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

#brand .sections .tit {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: .2em;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  max-width: 600px;
  margin: 0 auto 20px;
}

#brand .sections .sub {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 60px;
}

#brand .sections .policy {
  margin-bottom: 100px;
}

#brand .sections .policy .text {
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: .2em;
  margin: 40px auto 20px;
}

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

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

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

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

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

#brand .sec02 .text {
  font-size: 22px;
  line-height: 2;
  letter-spacing: .2em;
  color: #5A501C;
  margin-bottom: 60px;
}

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

#brand .sec02 .img-list li {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 20px;
}

#brand .sec02 .img-list li:nth-child(2n) {
  margin-right: auto;
}

#brand .sec03 {
  background: none;
  padding-bottom: 100px;
}

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

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

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

#brand .sec03 .name {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: .2em;
  color: #5A501C;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding: 0 100px;
}

#brand .sec03 .name:before, #brand .sec03 .name:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #5A501C;
}

#brand .sec03 .name:before {
  left: 0;
}

#brand .sec03 .name:after {
  right: 0;
}

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

#brand .sec03 .img-list {
  max-width: 780px;
  margin: auto;
}

#brand .sec03 .img-list li {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
}

#brand .sec03 .img-list li:nth-child(2n) {
  margin-right: auto;
}

#brand .sec04 {
  background: url(../images/brand/bg.png) top left;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 180px 0 100px;
}

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

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

#brand .sec04 .logo li .keio {
  max-width: 380px;
  margin: 0 auto 30px;
}

#brand .sec04 .logo li .img02 {
  max-width: 380px;
  margin: auto;
}

#brand .sec04 .logo li:last-child {
  margin-right: auto;
  width: 60%;
}

#brand .sec04 .lead {
  font-size: 16px;
  line-height: 1.8;
  margin: 70px auto 0;
}

#brand .sec04 .lead span {
  font-size: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#access main {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#outline img {
  height: auto;
}

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

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

#outline #fontSize li {
  float: left;
  text-align: center;
}

#outline #fontSize li span {
  color: #fff;
}

#outline #fontSize li span, #outline #fontSize li a, #outline #fontSize li a:link, #outline #fontSize li a:visited, #outline #fontSize li a:hover, #outline #fontSize li a:active {
  float: left;
  display: block;
  padding: 10px;
  width: 76px;
  text-decoration: none;
  font-size: 13px;
}

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

#outline #changeArea .outlineTitle2, #outline #changeArea .outlineTitle3, #outline #changeArea .outlineTitle4, #outline #changeArea .outlineTitle5, #outline #changeArea .outlineTitle6, #outline #changeArea .outlineTitle1, #outline #changeArea .outlineTitle {
  font-size: 113%;
}

#outline .outlineTitle2, #outline .outlineTitle3, #outline .outlineTitle4, #outline .outlineTitle5, #outline .outlineTitle6, #outline .outlineTitle1, #outline .outlineTitle {
  padding: 15px 0;
  font-weight: bold;
}

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

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

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

#outline dl {
  display: table;
}

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

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

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

#outline #fontSize .active {
  background: transparent;
  color: #000;
  box-sizing: border-box;
  border: 1px solid #000;
}

#outline #fontSize .active:hover {
  background-color: transparent;
  border: 1px solid #000;
}

#outline #fontSize a {
  background-color: #efefef;
  color: #000;
  border: 1px solid #222;
}

#outline #fontSize a:hover {
  background-color: #222;
  color: #ddd;
  opacity: 1;
  border: 1px solid #222;
}

#outline .buttons-wrap {
  text-align: center;
}

#outline .buttons-wrap .button1 {
  padding-bottom: 17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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