@charset "UTF-8";
/* Icon Font */
img {
  image-rendering: -webkit-optimize-contrast;
}

/*------------------------------------------------------------
ロゴ＋物件名
-----------------------------------------------------------*/
.header__top__logo.concieira-logo .logo_main,
.footer-concieria__logo.concieira-logo .logo_main,
.bukken-bottom-menu__logo.concieira-logo .logo_main {
  position: relative;
  top: -4px;
}
@media screen and (max-width: 567px) {
  .header__top__logo.concieira-logo .logo_main,
  .footer-concieria__logo.concieira-logo .logo_main,
  .bukken-bottom-menu__logo.concieira-logo .logo_main {
    top: -3px;
  }
}
.header__top__logo.concieira-logo .logo_main::before,
.footer-concieria__logo.concieira-logo .logo_main::before,
.bukken-bottom-menu__logo.concieira-logo .logo_main::before {
  display: inline-block;
  margin: 0 6px 0 0;
  font-weight: bold;
  content: "";
  width: auto;
  height: 33px;
  /*-webkit-mask: url(../img/logo_char_r.svg) no-repeat;
  mask: url(../img/logo_char_r.svg) no-repeat;
  -webkit-mask-position: 0 13px;*/
  mask-position: 0 13px;
  background-color: #030000;
  vertical-align: -2px;
}
@media screen and (max-width: 567px) {
  .header__top__logo.concieira-logo .logo_main::before,
  .footer-concieria__logo.concieira-logo .logo_main::before,
  .bukken-bottom-menu__logo.concieira-logo .logo_main::before {
    width: auto;
    height: 17px;
    -webkit-mask-position: 0 7px;
    mask-position: 0 7px;
    vertical-align: -1px;
  }
}

.footer-concieria__logo.concieira-logo .logo_main::before,
.bukken-bottom-menu__logo.concieira-logo .logo_main::before {
  background-color: #fff;
}

body.guide .header__top__logo.concieira-logo .logo_main {
  top: -1px;
  height: 18px;
}
@media screen and (max-width: 567px) {
  body.guide .header__top__logo.concieira-logo .logo_main {
    top: 2px;
  }
}
body.guide .header__top__logo.concieira-logo .logo_main::before {
  width: auto;
  height: 18px;
  -webkit-mask-position: 0 3px;
  mask-position: 0 3px;
  vertical-align: 0;
}
@media screen and (max-width: 567px) {
  body.guide .header__top__logo.concieira-logo .logo_main::before {
    width: auto;
    height: 12px;
  }
}

@media print, screen and (min-width: 568px) {
  .concieira-logo span.logo_sub {
    vertical-align: text-bottom;
  }
  .eng .concieira-logo span.logo_sub,
  .chi .concieira-logo span.logo_sub {
    font-size: 2.4rem !important;
    vertical-align: middle !important;
  }
}
/*------------------------------------------------------------
kv
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .chi .higashijujo-r_kvbg_01 {
    background-image: url(../img/top/kv01_chi.jpg?v=251104);
  }
  .chi .higashijujo-r_kvbg_02 {
    background-image: url(../img/top/kv02_chi.jpg?v=251104);
  }
  .kv {
    padding-top: 63.66%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1920/1300;
  }
  .kv .pc-hide {
    display: none;
  }
  .kv .sp-hide {
    display: block;
  }
  .higashijujo-r_kvbg_01 {
    background-image: url(../img/top/kv01.jpg?v=251104);
    opacity: 1;
    -webkit-transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    /*transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;*/
    transition: opacity 10s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 10s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 10s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    transition-duration: 30s;
    /*transition-timing-function:ease;*/
  }
  .higashijujo-r_kvbg_01.is-hide {
    opacity: 0;
  }
  .higashijujo-r_kvbg_02 {
    background-image: url(../img/top/kv02.jpg?v=251029);
    z-index: 200;
    opacity: 0;
    -webkit-transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .higashijujo-r_kvbg_02.is-show {
    opacity: 1;
  }
  .higashijujo-r_kvbg_01,
  .higashijujo-r_kvbg_02 {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100%;
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 63.66%;
  }
  .higashijujo-r_kv__copy1,
  .higashijujo-r_kv__copy2,
  .higashijujo-r_kv__copy3 {
    position: absolute;
    left: 190px;
    z-index: 300;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: opacity 5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .higashijujo-r_kv__copy1.is-show,
  .higashijujo-r_kv__copy2.is-show,
  .higashijujo-r_kv__copy3.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .higashijujo-r_kv__copy1 img,
  .higashijujo-r_kv__copy2 img,
  .higashijujo-r_kv__copy3 img {
    width: 80%;
    height: auto;
  }
  .higashijujo-r_kv__copy1 {
    top: 50px;
  }
  .higashijujo-r_kv__copy2 {
    top: 130px;
  }
  .higashijujo-r_kv__copy3 {
    top: 210px;
  }
  .higashijujo-r_kv__scroll {
    display: none;
  }
}
@media screen and (max-height: 600px) and (min-width: 568px) {
  .kv {
    padding-top: 37.27%;
  }
}
@media screen and (max-width: 567px) {
  .chi .higashijujo-r_kvbg_01 {
    background-image: url(../img/top/kv01_sp_chi.jpg?v=251104);
  }
  .chi .higashijujo-r_kvbg_02 {
    background-image: url(../img/top/kv02_sp_chi.jpg?v=251104);
  }
  .kv {
    /*height: calc(100vh - 86px);
    height: calc(102.7vh - 86px);*/
    height: 462px;
    position: relative;
  }
  .higashijujo-r_kv__copy1 {
    top: 3%;
    left: 4%;
    position: absolute;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    z-index: 300;
    width: 90vw;
  }
  .higashijujo-r_kv__copy1.is-show {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
    -webkit-transition: opacity ease-in 0.6s, -webkit-transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, -webkit-transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, transform ease-in 0.6s, -webkit-transform ease-in 0.6s;
  }
  .higashijujo-r_kv__copy2 {
    top: 10%;
    left: 4%;
    position: absolute;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    z-index: 1000;
    width: 73vw;
  }
  .higashijujo-r_kv__copy2.is-show {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
    -webkit-transition: opacity ease-in 0.6s, -webkit-transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, -webkit-transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, transform ease-in 0.6s, -webkit-transform ease-in 0.6s;
  }
  .higashijujo-r_kv__copy3 {
    top: 17%;
    left: 4%;
    position: absolute;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    z-index: 1000;
    width: 54vw;
  }
  .higashijujo-r_kv__copy3.is-show {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
    -webkit-transition: opacity ease-in 0.6s, -webkit-transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, -webkit-transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, transform ease-in 0.6s, -webkit-transform ease-in 0.6s;
  }
  .higashijujo-r_kvbg_01 {
    background-image: url(../img/top/kv01_sp.jpg?v=251104);
    opacity: 1;
    -webkit-transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 20s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 20s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 20s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    /* transition-duration: 3s, 1s;*/
    /*transition: opacity   10s ease-in-out;*/
    /* 2秒でopacityが変わるトランジションを設定 */
  }
  .higashijujo-r_kvbg_01.is-hide {
    opacity: 0;
  }
  .higashijujo-r_kvbg_02 {
    background-image: url(../img/top/kv02_sp.jpg?v=251104);
    opacity: 0;
    -webkit-transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .higashijujo-r_kvbg_02.is-show {
    opacity: 1;
  }
  .higashijujo-r_kvbg_01,
  .higashijujo-r_kvbg_02 {
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background-position: top left -36vw;
  }
  .higashijujo-r_kvbg_01.is-show,
  .higashijujo-r_kvbg_02.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .higashijujo-r_kv__scroll {
    width: 11%;
    top: 90%;
    position: absolute;
    left: 50%;
    opacity: 0;
  }
  .higashijujo-r_kv__scroll.is-show {
    -webkit-animation: encourageScroll 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2 forwards;
    animation: encourageScroll 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2 forwards;
  }
}
@-webkit-keyframes encourageScroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(-60%);
    transform: translateX(-50%) translateY(-60%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
@keyframes encourageScroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(-60%);
    transform: translateX(-50%) translateY(-60%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
/*------------------------------------------------------------
kv　暫定版
-----------------------------------------------------------*/
/*@include mq(pc) {



  .chi {
    .kvPcBg {
      background-image: url(../img/top/kv-bg_chi.png?v=20250909) !important;
    }
  }

  .kv {
    background-color: #231815;

    .kvPcBg {
      position: relative;
      background-image: url(../img/top/kv-bg.png?v=20250909);
      // background-size: 130%;
      // background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      aspect-ratio: 1920 / 1300;
      background-size: 100%;

      // opacity: 0;
      // transition: all 3s ease;
      &.is-show {
        background-size: 100%;
        opacity: 1;
      }

      .kvPcCopy1 {
        position: absolute;
        top: calc(44% + 50px);
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        opacity: 0;
        transition: all 1.5s ease;

        &.is-show {
          top: 44%;
          opacity: 1.5;
        }

        img {
          width: 100%;
          max-width: none;
        }
      }

      .kvPcCopy2 {
        position: absolute;
        top: calc(61% + 50px);
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        opacity: 0;
        transition: all 2s ease;

        &.is-show {
          top: 61%;
          opacity: 1;
        }

        img {
          width: 100%;
          max-width: none;
        }
      }
    }
  }
}

@include mq(sm) {
  .eng {
    .kvSpBg {
      aspect-ratio: 750 / 905 !important;
    }
  }

  .chi {
    .kvSpBg {
      aspect-ratio: 750 / 905 !important;
      background-image: url(../img/top/kv-bg-sp_chi.png?v=20250909) !important;
    }
  }

  .kv {
    background-color: #231815;

    .kvSpBg {
      position: relative;
      background-image: url(../img/top/kv-bg-sp.png?v=20251023);
      // background-size: 130%;
      // background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      aspect-ratio: 750 / 1080;
      background-size: 100%;

      //  opacity: 0;
      // transition: all 3s ease;
      &.is-show {
        background-size: 100%;
        opacity: 1;
      }

      .kvSpCopy1 {
        position: absolute;
        top: calc(43% + 25px);
        opacity: 0;
        transition: all 2s ease;

        &.is-show {
          top: 43%;
          opacity: 1;
        }
      }

      .kvSpCopy2 {
        position: absolute;
        top: calc(60% + 50px);
        opacity: 0;
        transition: all 2s ease;

        &.is-show {
          top: 60%;
          opacity: 1;
        }
      }

      .kv__scroll {
        width: 11%;
        top: 88%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        // transform: translateX(-50%) translateY(-55%);
        opacity: 0;
        z-index: 100; //600;

        &.is-show {
          animation: encourageScroll 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2 forwards;
        }
      }
    }
  }
}

@keyframes encourageScroll {
  0% {
    transform: translateX(-50%) translateY(-60%);
    opacity: 0;
  }

  100% {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
*/
/*-----------------------------------------------------------
TOP
-----------------------------------------------------------*/
body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) {
  /* 路線案内 TYPE J */
}
body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-lead h2 {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-lead h2 {
    margin-bottom: 12px;
    font-size: 1.24em;
  }
}
body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-lead h2 br {
  display: none;
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-lead h2 br {
    display: inline;
  }
}
body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-location .type-d__main__title small {
  font-size: 0.65em;
  margin-bottom: 15px;
  text-align: left;
  display: block;
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-location .type-d__main__title small {
    font-size: 0.75em;
  }
}
@media print, screen and (min-width: 568px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-location .type-d__sub__list {
    display: flex;
    justify-content: center;
  }
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-location .type-d__sub__list li {
    margin: 0 2%;
  }
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main {
    width: 230px;
  }
}
body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item {
  align-items: baseline;
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item {
    text-align: center;
  }
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item--line {
    text-align: left;
  }
}
body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item--station {
  margin-right: 0;
}
@media print, screen and (min-width: 568px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item--station {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item--station {
    display: inline-block;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 568px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item small {
    margin: 0 8px;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 568px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item--walk {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__main__item--walk strong {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub {
    border-bottom: none;
  }
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__inner {
    display: none;
    width: 230px;
  }
}
@media print, screen and (min-width: 568px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list {
    justify-content: space-between;
    gap: 24px 2%;
    margin: 0;
  }
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list {
    display: block;
    text-align: center;
  }
}
body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list li {
  margin: 0;
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list li {
    margin-bottom: 20px;
  }
}
body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list dd {
    font-size: 1.3em;
  }
}
body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list dd small {
  display: inline-block;
  margin: 0 8px;
}
@media screen and (max-width: 567px) {
  body.higashijujo-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .location__list.type-j .type-j__sub__list dd .meter {
    display: inline-block;
  }
}

@media print, screen and (min-width: 568px) {
  a.more {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  a.more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 230px;
    height: 48px;
    margin: 10px auto;
    border-bottom: 1px dotted #8c8055;
  }
  a.more::after {
    display: inline-block;
    margin-left: 1em;
    font-family: concieria;
    content: "\e906";
    transform: rotate(90deg);
  }
  a.more.open::after {
    transform: rotate(-90deg);
  }
}

/*-----------------------------------------------------------
交通アクセス
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .cc-section .cc-section__inner .object-center img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.cc-section .cc-section__inner img {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 568px) {
  .cc-section .cc-section__inner h2 {
    line-height: 1.6;
  }
}
@media screen and (max-width: 567px) {
  .cc-section .cc-section__inner h2 {
    font-size: 2.4rem;
  }
}
.cc-section .cc-section__inner h2 br {
  display: block;
}
.cc-section .cc-section__inner .train-map div + div {
  margin-top: 60px;
}
.cc-section .cc-section__inner .train-map .scroll-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 567px) {
  .cc-section .cc-section__inner .train-map .scroll-box {
    overflow: scroll;
    height: 680px;
    border: 1px solid #666;
    text-align: center;
    padding: 5px;
  }
  .cc-section .cc-section__inner .train-map .scroll-box + .scroll-box {
    margin-top: 30px;
  }
  .cc-section .cc-section__inner .train-map .scroll-box img {
    width: 1020px;
    height: auto;
    max-width: none;
  }
}
.cc-section .cc-section__inner .access-time {
  margin-top: 60px;
}
@media screen and (max-width: 567px) {
  .cc-section .cc-section__inner .access-time {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 568px) {
  .cc-section .cc-section__inner .access_type2 img {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 567px) {
  .cc-section .cc-section__inner .access_type2 img {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 568px) {
  .cc-section .cc-section__inner .access_type3 img {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 567px) {
  .cc-section .cc-section__inner .access_type3 img {
    margin-top: 30px;
  }
}
.cc-section .train-minut .notice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 960px;
  margin: 10px auto 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 567px) {
  .cc-section .scroll-box {
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
    border: 2px solid #666;
    -webkit-overflow-scrolling: auto;
  }
  .cc-section .scroll-box img {
    max-width: inherit;
    margin-right: 5px;
    width: 900px;
  }
}

/*-----------------------------------------------------------
現地案内図
-----------------------------------------------------------*/
@media screen and (max-width: 567px) {
  body.guide .guide-content__location::after {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  body.guide .guide-content__location .location__list.type-j .type-j__sub__inner {
    display: none;
  }
}

/*-----------------------------------------------------------
 デザインページ
-----------------------------------------------------------*/
body.design .materials {
  background: url(../img/design/design4_bg.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
  background-position: right;
}
body.design .materials .notice,
body.design .materials .flex_box {
  color: #fff;
}
body.design .materials h2.u_b_l:after {
  background: #fff;
}
@media screen and (max-width: 567px) {
  body.design .materials {
    background-position: left;
    padding: 20px 0 50px;
  }
}
body.design .cc-section__inner:last-of-type {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 568px) {
  body.design .design-facade2-box.reverse.sp-reverse {
    position: relative;
  }
  body.design .design-facade2-box.reverse.sp-reverse h3 {
    text-align: left;
    color: #fff;
    text-shadow: 0px 0px 8px #54717d, 0px 0px 8px #54717d, 0px 0px 8px #54717d, 0px 0px 8px #54717d, 0px 0px 8px #4a5d71, 0px 0px 8px #54717d, 0px 0px 8px #54717d;
    position: absolute;
    top: 15%;
    left: 4%;
  }
  body.design .design-facade2-box.reverse.sp-reverse p {
    text-shadow: 0px 0px 8px #54717d, 0px 0px 8px #54717d, 0px 0px 8px #54717d, 0px 0px 8px #54717d, 0px 0px 8px #54717d, 0px 0px 8px #54717d, 0px 0px 8px #54717d;
    position: absolute;
    top: 29%;
    left: 4%;
    color: #fff;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-facade2-box__summary h2 {
    color: #b5b5b6;
    font-size: 6rem;
    line-height: 1.3;
    font-feature-settings: "palt";
    position: absolute;
    top: 155px;
    left: 85px;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-facade2-box__summary p {
    color: #fff;
    font-size: 2rem;
    line-height: 2.2;
    font-feature-settings: "palt";
    letter-spacing: 6px;
    position: absolute;
    top: 245px;
    left: 192px;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-material2-box {
    position: absolute;
    top: 511px;
    left: 0;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-material2-box h4 {
    width: 471px;
    margin: 38px 0 0 22px;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-material2-box p {
    font-size: 1.2rem;
    color: #fff;
    margin: 20px 0 0 22px;
  }
  body.design .flex_box {
    display: flex;
    justify-content: space-between;
  }
  body.design .flex_box li {
    width: calc(50% - 1rem);
  }
  body.design .flex_box li h2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }
  body.design .flex_box li h2::after {
    display: none;
  }
  body.design .cc-section.white .cc-section__inner {
    margin-top: 0;
  }
  body.design .cc-section.white .cc-section__inner p {
    font-size: 1.9rem;
    margin-bottom: 0;
  }
  body.design .cc-section h2.u_b_l:after {
    width: 390px;
  }
  body.design .cc-section p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 567px) {
  body.design .design-facade2-box p,
  body.design .design-facade2-box h3 {
    text-align: left;
    color: #333;
    text-shadow: none;
    position: initial;
    margin-top: 30px;
  }
  body.design .design-facade2-box h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  body.design .design-facade2-box h3 br {
    display: block;
  }
  body.design .design-facade2-box p {
    margin-top: 0;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-facade2-box__summary {
    display: none;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-material2-box {
    padding: 30px 0;
    margin: 30px 0 0 0;
    background: #27292e;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-material2-box h4 {
    width: 92%;
    max-width: 320px;
    margin: 0 auto;
  }
  body.design .design-facade2-box.reverse.sp-reverse .design-material2-box p {
    font-size: 1.2rem;
    color: #fff;
    width: 92%;
    max-width: 320px;
    margin: 20px auto 0 auto;
  }
  body.design .cc-section.white .cc-section__inner {
    margin-top: 10px;
  }
  body.design .cc-section.white .cc-section__inner p {
    font-size: 1.6rem;
  }
  body.design .cc-section p {
    font-size: 1.6rem;
  }
  body.design .flex_box {
    display: block;
  }
  body.design .flex_box li {
    width: 100%;
  }
}

/*-----------------------------------------------------------
コンセプト
-----------------------------------------------------------*/
body.concept .concept-kv {
  text-align: center;
  margin-bottom: 0;
}
body.concept .first-lead {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
body.concept .h2-title {
  font-size: 6rem;
  text-align: center;
}
@media screen and (max-width: 567px) {
  body.concept .h2-title {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 568px) {
  body.concept .h2-title {
    margin: 0 auto;
  }
  body.concept .h2-title > img {
    display: block;
    width: auto;
    height: 6rem;
  }
}
@media print, screen and (min-width: 568px) {
  body.concept .section-title > img {
    width: auto;
    height: 65px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .section-title > img {
    width: auto;
    height: 30px;
  }
}
@media print, screen and (min-width: 568px) {
  body.concept .section-title2 > img {
    width: auto;
    height: 150px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .section-title2 > img {
    width: auto;
    height: 60px;
  }
}
@media print, screen and (min-width: 568px) {
  body.concept .section-title-label {
    font-size: 3rem;
    line-height: 1.2;
    margin: 50px 0;
  }
}
@media screen and (max-width: 567px) {
  body.concept .section-title-label {
    font-size: 2rem;
    line-height: 1.2;
    margin: 20px 0;
  }
}
body.concept .section-lead-text2 {
  margin-top: 20px;
}
@media print, screen and (min-width: 568px) {
  body.concept .section-lead-text2 {
    text-align: center;
    font-size: 1.9rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .section-lead-text2 {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
body.concept .area-title-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 568px) {
  body.concept .area-title-block {
    margin: 20px 0;
  }
}
@media screen and (max-width: 567px) {
  body.concept .area-title-block {
    margin: 0;
  }
}
@media print, screen and (min-width: 568px) {
  body.concept .area-title-block .area-title > img {
    width: auto;
    height: 80px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .area-title-block .area-title > img {
    width: auto;
    height: 50px;
  }
}
@media print, screen and (min-width: 568px) {
  body.concept .area-title-block .area-title-img {
    margin-left: 30px;
    width: auto;
    height: 80px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .area-title-block .area-title-img {
    width: 200px;
    height: auto;
  }
}
body.concept .area-title-block-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 568px) {
  body.concept .area-title-block-vertical .area-title > img {
    width: auto;
    height: 80px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .area-title-block-vertical .area-title > img {
    width: auto;
    height: 30px;
  }
}
@media print, screen and (min-width: 568px) {
  body.concept .area-title-block-vertical .area-title-img {
    width: 380px;
    height: auto;
  }
}
@media screen and (max-width: 567px) {
  body.concept .area-title-block-vertical .area-title-img {
    width: 200px;
    height: auto;
  }
}
body.concept .area-title-block-vertical > p {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 568px) {
  body.concept .area-title-block-vertical > p {
    font-size: 3rem;
    margin-top: 60px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .area-title-block-vertical > p {
    font-size: 2.2rem;
    margin-top: 30px;
  }
}
body.concept .syunko {
  display: block;
  border: solid 1px #333;
  padding: 10px;
  text-align: center;
}
body.concept .align-items-center {
  align-items: center;
}
body.concept .column {
  display: block;
  background-color: #826247;
}
@media print, screen and (min-width: 568px) {
  body.concept .column {
    padding: 30px;
    margin: 50px 0;
  }
}
@media screen and (max-width: 567px) {
  body.concept .column {
    padding: 10px;
    margin: 30px 0;
  }
}
body.concept .column .col {
  margin-top: 0;
}
body.concept .column .col .col2 > img {
  margin: 10px 0;
}
body.concept .column .col .col2 > h4 {
  color: #fff;
}
body.concept .column .col .col2 > p {
  color: #fff;
}
body.concept .column .col .col2 > p .syunko {
  border: solid 1px #fff;
}
body.concept .column .col .col2 > ul {
  color: #fff;
}
body.concept .notice-img {
  text-align: right;
}
body.concept .flex-start-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.concept .flex-start-item h3 {
  margin-bottom: 0;
}
body.concept .flex-start-item .item-h4 {
  margin-top: 0;
}

/*-----------------------------------------------------------
ロケーション
-----------------------------------------------------------*/
body.location .col3-1 h4.labelin {
  display: block;
}
body.location .cc-section.minamidai {
  margin-top: 96px;
}
@media screen and (max-width: 567px) {
  body.location .cc-section.minamidai {
    margin-top: 48px;
  }
}
body.location .cc-section.minamidai .cc-section__inner {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
body.location .cc-section.minamidai .cc-section__inner h2 img {
  width: auto;
  max-width: 50vw;
  height: auto;
  max-height: 160px;
}
@media screen and (max-width: 567px) {
  body.location .cc-section.minamidai .cc-section__inner h2 img {
    width: 88%;
    max-width: none;
    max-height: none;
  }
}
body.location .cc-section.minamidai .cc-section__inner .text-center {
  margin-top: 40px;
}
@media screen and (max-width: 567px) {
  body.location .cc-section.minamidai .cc-section__inner .text-center {
    margin-top: 24px;
    text-align: left;
  }
}
body.location .cc-section.minamidai .cc-section__inner > img {
  width: 100%;
}
@media screen and (max-width: 567px) {
  body.location .cc-section.minamidai .cc-section__inner > img {
    width: calc(100% + 30px);
    max-width: none;
    margin-left: -15px;
    margin-right: -15px;
  }
}
body.location .cc-section.kouteisa .cc-section__inner h3 {
  font-size: 2.6rem;
  text-align: left;
}
@media screen and (max-width: 567px) {
  body.location .cc-section.kouteisa .cc-section__inner h3 {
    font-size: 2.3rem;
  }
}
body.location .cc-section.temple .cc-section__inner h4 {
  margin-bottom: 0.5em;
  /*border-bottom: solid 1px #231815;*/
}
body.location .cc-section.daily_life .cc-section__inner p {
  font-size: 1.9rem;
}
@media screen and (max-width: 567px) {
  body.location .cc-section.daily_life .cc-section__inner p {
    font-size: 1.6rem;
  }
}
body.location .cc-section.cafe .cc-section__inner .labelin__att {
  margin-top: 10px;
  color: #666;
  margin: 15px auto 10px;
  display: block;
  font-size: 16px;
}
body.location .cc-section.cafe .cc-section__inner h2 img {
  width: auto;
  max-width: 50vw;
  height: auto;
  max-height: 100px;
}
@media screen and (max-width: 567px) {
  body.location .cc-section.cafe .cc-section__inner h2 img {
    width: 88%;
    max-width: none;
    max-height: none;
  }
}
body.location .cc-section.cafe .cc-section__inner .col .col2 {
  position: relative;
}
body.location .cc-section.cafe .cc-section__inner .col .col2:nth-child(1) .food {
  position: absolute;
  top: 38%;
  left: -5%;
  display: block;
  width: 40%;
}
@media screen and (max-width: 567px) {
  body.location .cc-section.cafe .cc-section__inner .col .col2:nth-child(1) .food {
    top: 21%;
    left: -5%;
    width: 54%;
  }
}
body.location .cc-section.cafe .cc-section__inner .col .col2:nth-child(2) .food {
  position: absolute;
  top: 44%;
  right: -7%;
  display: block;
  width: 42%;
}
@media screen and (max-width: 567px) {
  body.location .cc-section.cafe .cc-section__inner .col .col2:nth-child(2) .food {
    top: 36%;
    width: 51%;
  }
}
body.location .cc-section.cafe .cc-section__inner .col .col2:nth-child(3) .food {
  position: absolute;
  top: 48%;
  left: -16%;
  display: block;
  width: 40%;
}
@media screen and (max-width: 567px) {
  body.location .cc-section.cafe .cc-section__inner .col .col2:nth-child(3) .food {
    top: 32%;
    right: -9%;
    width: 55%;
  }
}
body.location .cc-section.cafe .cc-section__inner .col .col2:nth-child(4) .food {
  position: absolute;
  top: 36%;
  right: -17%;
  display: block;
  width: 38%;
}
@media screen and (max-width: 567px) {
  body.location .cc-section.cafe .cc-section__inner .col .col2:nth-child(4) .food {
    top: 20%;
    right: -8%;
    width: 51%;
  }
}
body.location .cc-section.cafe .cc-section__inner .col .col2 h4 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.5em;
  border-bottom: solid 1px #231815;
}
body.location .cc-section.cafe .cc-section__inner .col .col2 h4 .shop_name {
  display: block;
}
body.location .cc-section.cafe .cc-section__inner .col .col2 h4 small {
  display: block;
  font-size: 0.64em;
}
body.location .cc-section.store .cc-section__inner h2 img {
  width: auto;
  max-width: 50vw;
  height: auto;
  max-height: 100px;
}
@media screen and (max-width: 567px) {
  body.location .cc-section.store .cc-section__inner h2 img {
    width: 56%;
    max-width: none;
    max-height: none;
  }
}
body.location .cc-section.store .cc-section__inner .col .col3-1 h4 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 0.5em;
  border-bottom: solid 1px #231815;
  font-size: 1.9rem;
}
@media screen and (max-width: 567px) {
  body.location .cc-section.store .cc-section__inner .col .col3-1 h4 {
    font-size: 1.6rem;
  }
}
body.location .cc-section.store .cc-section__inner .col .col3-1 h4 .shop_name {
  display: flex;
  align-items: baseline;
  gap: 0.32em;
}
body.location .cc-section.store .cc-section__inner .col .col3-1 h4 .shop_name small {
  display: inline-block;
  font-size: 0.8em;
}
body.location .cc-section.store .cc-section__inner .col .col3-1 h4 > small {
  display: block;
  font-size: 0.72em;
}
body.location .num {
  background: #394349;
  color: #fff;
  padding: 3px 7px;
  margin-right: 10px;
  display: inline-flex;
  height: 1.5em;
  width: 1.5em;
  align-items: center;
  justify-content: center;
}
body.location .access-time .scroll-box {
  height: auto !important;
}
body.location .point {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 0;
  max-width: 1120px;
}
body.location .point span {
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 567px) {
  body.location .point {
    display: block;
  }
  body.location .point span {
    display: block;
    margin-right: 0;
  }
  body.location .point li {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
}
body.location .point li {
  /*span{margin-right: 20px;}*/
  width: calc(33.3333333333% - 1rem);
  /* width: calc(25% - 1rem); */
  margin: 0 5px 10px;
  background: #eeebe5;
  padding: 15px;
}
body.location .point li p {
  margin-bottom: 10px;
}
body.location .cafe .col2 h4 {
  border: none !important;
  display: block !important;
}
body.location .cafe .col3-1 span.labelin__att {
  line-height: 1.5;
}
@media print, screen and (min-width: 568px) {
  body.location .cafe .col::after {
    content: "";
    display: block;
    width: 32%;
  }
}
@media screen and (max-width: 567px) {
  body.location .cc-section__inner h4 {
    display: block;
  }
}

/*-----------------------------------------------------------
 最寄
-----------------------------------------------------------*/
/*
.location__list.type-a{
  dd{
    strong{
      @include mq(pc) {
        font-size: 1.3em;
      }
    }
  }
  .type-a__sub{
    dl{
      @include mq(pc) {
        align-items: start;
        flex-flow: column;
      }
      dd{
        strong{
          @include mq(pc) {
            width: 150px;
            display: inline-block;
            text-align-last: justify;
          }
        }
      }
    }
  }
}

.guide-content__location, .top-location{
  .location__list{
    dl{
      dd.secondary{
        @include mq(pc) {
          font-size: 1.2rem;
          text-align: right;
          align-self: flex-end;
          margin-top: 0;
        }
      }
    }
  }
}
*/
/*------------------------------------------------------------
クオリティ
-----------------------------------------------------------*/
/*
ul.anchor-list.category-quality{
  li{
    &+ li {
     @include mq(pc) {
       margin-left: 16px;
     }
    }
    a {
     @include mq(pc) {
       padding: 8px 0 24px;
       line-height: 1.3;
       display: flex;
       height: 100%;
       justify-content: center;
       align-items: center;
     }
     &::after{
       @include mq(pc) {
         bottom: 10px;
       }
     }
   }
  }
}
*/
/*------------------------------------------------------------
物件概要
-----------------------------------------------------------*/
/*
.outline{
}
*/
/*------------------------------------------------------------
デザイン
-----------------------------------------------------------*/
/*
.design{
}
*/
/*------------------------------------------------------------
プラン
-----------------------------------------------------------*/
.plan .cc-section.facility-section .cc-section__inner.facility-item-list ul.notice {
  text-align: right;
}
@media screen and (max-width: 567px) {
  .plan .cc-section.facility-section .cc-section__inner.facility-item-list ul.notice {
    text-align: left;
  }
}

/*------------------------------------------------------------
クオリティ
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .quality .facility-service .support {
    background: url(../img/quality/quality18.jpg?v=250722);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: relative;
    text-align: right;
  }
}

/*----------------------------------------------------------
プラン　詳細
-----------------------------------------------------------*/
/*
.plan{
}
*//*# sourceMappingURL=higashijujo-r.css.map */