@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
-----------------------------------------------------------*/
.kv {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
.kv.is-show {
  opacity: 1;
}
.kv.is-show .kv-inner {
  aspect-ratio: 1920/1350;
  background-color: #fff;
}
@media screen and (max-width: 567px) {
  .kv.is-show .kv-inner {
    aspect-ratio: 750/1350;
  }
}
.kv.is-show .kv-inner::before {
  animation-name: pc-kv-bg;
  animation-delay: 0s;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/ja/pc/kv-bg.jpg);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 110%;
  aspect-ratio: 1920/1350;
}
@media screen and (max-width: 567px) {
  .kv.is-show .kv-inner::before {
    animation-name: sp-kv-bg;
    animation-delay: 0.5s;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    background-size: cover;
    aspect-ratio: 750/1350;
  }
}
.kv.is-show .kv-inner > div > div {
  position: absolute;
}
.kv.is-show .kv-inner > .sp-hide {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.kv.is-show .kv-inner > .sp-hide img {
  width: 100%;
}
.kv.is-show .kv-inner > .sp-hide .kv-copy-ja-01 {
  animation-name: pc-kv-copy-ja-01;
  animation-delay: 0.8s;
  animation-duration: 2.5s;
  animation-fill-mode: both;
  top: 29%;
  left: 19%;
  width: 58%;
}
.kv.is-show .kv-inner > .sp-hide .kv-copy-ja-02 {
  animation-name: pc-kv-copy-ja-02;
  animation-delay: 1.5s;
  animation-duration: 2s;
  animation-fill-mode: both;
  top: 20%;
  left: 67%;
  width: 30%;
}
.kv.is-show .kv-inner > .sp-hide .kv-copy-ja-03 {
  bottom: 1%;
  right: 1%;
  width: 30%;
}
.kv.is-show .kv-inner > .pc-hide {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.kv.is-show .kv-inner > .pc-hide img {
  width: 100%;
}
.kv.is-show .kv-inner > .pc-hide .kv-copy-ja-01 {
  animation-name: sp-kv-copy-ja-01;
  animation-delay: 1.6s;
  animation-duration: 2.2s;
  animation-fill-mode: both;
  top: 16%;
  left: 0;
  right: 0;
  width: 86%;
  margin: 0 auto;
}
.kv.is-show .kv-inner > .pc-hide .kv-copy-ja-02 {
  animation-name: sp-kv-copy-ja-02;
  animation-delay: 2.2s;
  animation-duration: 1s;
  animation-fill-mode: both;
  top: 31%;
  left: 27%;
  width: 70%;
}
.kv.is-show .kv-inner > .pc-hide .kv-copy-ja-03 {
  bottom: 1%;
  right: 2%;
  width: 96%;
}
.kv.is-show .kv-inner .kv__scroll {
  display: none;
}
@media screen and (max-width: 567px) {
  .kv.is-show .kv-inner .kv__scroll {
    animation-name: kv__scroll;
    animation-delay: 3s;
    animation-duration: 1s;
    animation-fill-mode: both;
    position: absolute;
    top: 83%;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 11%;
    margin: 0 auto;
  }
}

@keyframes pc-kv-bg {
  0% {
    opacity: 0;
    filter: blur(8px);
    background-size: 110%;
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    background-size: 100%;
  }
}
@keyframes sp-kv-bg {
  0% {
    opacity: 0;
    background-position: 100% center;
  }
  75% {
    opacity: 1;
    background-position: 6% center;
  }
  100% {
    opacity: 1;
    background-position: 6% center;
  }
}
@keyframes pc-kv-copy-ja-01 {
  0% {
    opacity: 0;
    top: 29%;
  }
  100% {
    opacity: 1;
    top: 26%;
  }
}
@keyframes pc-kv-copy-ja-02 {
  0% {
    opacity: 0;
    top: 20%;
  }
  100% {
    opacity: 1;
    top: 17%;
  }
}
@keyframes sp-kv-copy-ja-01 {
  0% {
    opacity: 0;
    top: 16%;
  }
  100% {
    opacity: 1;
    top: 13%;
  }
}
@keyframes sp-kv-copy-ja-02 {
  0% {
    opacity: 0;
    top: 31%;
  }
  100% {
    opacity: 1;
    top: 28%;
  }
}
@keyframes kv__scroll {
  0% {
    opacity: 0;
    top: 83%;
  }
  100% {
    opacity: 1;
    top: 85%;
  }
}
/*------------------------------------------------------------
kv　暫定版
-----------------------------------------------------------*/
/*
  @include mq(pc) {
    .chi {
      .kvPcBg {
        background-image: url(../img/top/kv-bg_chi.png?v=20251022) !important;
      }
    }

    .kv {
      background-color: #231815;

      .kvPcBg {
        position: relative;
        background-image: url(../img/top/kv-bg.png?v=20251022);
        // 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 / 1228 !important;
      }
    }

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

    .kv {
      background-color: #231815;

      .kvSpBg {
        position: relative;
        background-image: url(../img/top/kv-bg-sp.png?v=20251022);
        // background-size: 130%;
        // background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        aspect-ratio: 750 / 1228;
        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.shinkoyasu:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) {
  /* 路線案内 TYPE J */
}
body.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-lead h2 br {
    display: inline;
  }
}
@media screen and (max-width: 567px) {
  body.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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.shinkoyasu: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);
  }
}

/*-----------------------------------------------------------
交通アクセス
-----------------------------------------------------------*/
.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;
  }
}
.cc-section .cc-section__inner .access-time .scroll-box {
  margin-bottom: 20px;
}
@media screen and (max-width: 567px) {
  .cc-section .cc-section__inner .access-time .scroll-box {
    overflow: scroll;
    height: 690px;
    border: 1px solid #666;
    text-align: center;
    padding: 5px;
  }
  .cc-section .cc-section__inner .access-time .scroll-box + .scroll-box {
    margin-top: 30px;
  }
  .cc-section .cc-section__inner .access-time .scroll-box img {
    width: 1200px;
    height: auto;
    max-width: none;
  }
}
@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;
  }
}

/*-----------------------------------------------------------
現地案内図
-----------------------------------------------------------*/
@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: 70px;
}
@media screen and (max-width: 567px) {
  body.design .cc-section__inner:last-of-type {
    padding-bottom: 40px;
  }
}
@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 #475b7c, 0px 0px 8px #475b7c, 0px 0px 8px #475b7c, 0px 0px 8px #475b7c, 0px 0px 8px #475b7c, 0px 0px 8px #475b7c, 0px 0px 8px #475b7c;
    position: absolute;
    top: 15%;
    left: 4%;
  }
  body.design .design-facade2-box.reverse.sp-reverse p {
    text-shadow: 0px 0px 8px #475b7c, 0px 0px 8px #475b7c, 0px 0px 8px #475b7c, 0px 0px 8px #475b7c, 0px 0px 8px #475b7c, 0px 0px 8px #475b7c, 0px 0px 8px #475b7c;
    position: absolute;
    top: 23%;
    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);
    margin: 0 auto;
  }
  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;
  }
  body.design .txt_f {
    position: absolute;
    top: 15%;
    right: -10px;
    text-align: left;
  }
}
@media screen and (max-width: 567px) {
  body.design .txt_f {
    margin-top: 20px;
  }
  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 figure {
  position: relative;
}
body.concept figure figcaption {
  bottom: 15px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  position: absolute;
  right: 15px;
  text-shadow: 1px 0 2px #000, -1px 0 2px #000, 0 1px 2px #000, 0 -1px 2px #000;
  /* 上 */
}
body.concept figure + p {
  margin-top: 20px;
}
body.concept figure.straight figcaption {
  color: #333;
  margin-top: 10px;
  position: static;
  text-shadow: none;
}
body.concept .text-copy {
  font-size: 1.9rem;
}
body.concept h2 span.section-title-label,
body.concept h3 span.section-title-label {
  font-weight: normal;
}
body.concept h2 span.section-title-label.label--gold {
  color: #E0BE00;
}
body.concept h5 {
  font-weight: normal;
}
body.concept .col.alic {
  align-items: center;
}
body.concept .two-city h2 {
  font-size: 2.8rem;
}
body.concept .two-city h2 span.section-title-label {
  font-size: 6.8rem;
}
body.concept .two-city h2 span.section-title-label span {
  color: #8D8D8E;
}
body.concept .two-city h3 {
  align-items: center;
  display: flex;
  font-size: 6.5rem;
  justify-content: center;
}
body.concept .two-city h3 img {
  margin: 0 0 0 30px;
  width: 120px;
}
body.concept .two-city .rosenzu {
  margin-top: 30px;
  padding-top: 15px;
}
body.concept .two-city .rosenzu .col {
  margin-top: 0;
}
body.concept .ueno,
body.concept .nippori {
  padding-top: 30px;
}
@media print, screen and (min-width: 568px) {
  body.concept .ueno,
  body.concept .nippori {
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .ueno,
  body.concept .nippori {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.concept .ueno .cc-section__inner,
body.concept .nippori .cc-section__inner {
  margin-top: 0;
}
body.concept .ueno h3 + h4,
body.concept .nippori h3 + h4 {
  text-align: center;
}
body.concept .ueno {
  background-color: #dfe3e3;
}
body.concept .ueno h3 span:first-child {
  display: flex;
  flex-direction: column;
}
body.concept .ueno h3 .s-label {
  font-size: 50%;
  line-height: 1;
}
body.concept .ueno h3 .s-label + span {
  line-height: 1.4;
}
body.concept .ueno .rosenzu {
  padding-left: 30px;
}
body.concept .ueno .rosenzu .col2 {
  margin-bottom: 0;
}
body.concept .nippori {
  background-color: #e8e1d7;
  border-top: 1px solid #fff;
}
body.concept .nippori .rosenzu {
  margin-left: auto;
  margin-right: auto;
  width: 750px;
}
body.concept .nippori .rosenzu img {
  width: 246px;
}
body.concept .nippori .rosenzu .col2 + .col2 {
  text-align: center;
}
body.concept .num {
  background: #c1882b;
  color: #fff;
  padding: 3px 7px;
  margin-right: 10px;
  display: inline-flex;
  height: 1.5em;
  width: 1.5em;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 566px) {
  body.concept .flex_b .col2 {
    width: 55%;
  }
  body.concept .flex_b .first-lead {
    width: 42% !important;
  }
}
body.concept .pp_ttl {
  color: #6d4054;
}
body.concept .pp_ttl small {
  color: #333 !important;
  font-size: 18px;
}
body.concept .not_icon {
  margin-bottom: 0 !important;
}
body.concept .not_icon li {
  text-indent: 0;
  margin-left: 0;
}
body.concept .not_icon li::before {
  display: none;
}
body.concept .nambokuline .box {
  background-color: #4b5579;
  padding: 20px;
  color: #fff;
  margin-bottom: 20px;
}
body.concept .nambokuline .box h4 {
  margin-bottom: 0;
}
body.concept .nambokuline .pp_ttl {
  margin-top: 20px;
}
body.concept .b_txt {
  font-size: 6.8rem;
}
@media screen and (max-width: 567px) {
  body.concept .b_txt {
    font-size: 4rem;
  }
}
body.concept .b_txt3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 567px) {
  body.concept .b_txt3 {
    font-size: 2rem;
  }
}
body.concept .b_txt2 {
  font-size: 4rem;
}
@media screen and (max-width: 567px) {
  body.concept .b_txt2 {
    font-size: 2.4rem;
  }
}
body.concept .pp_bg {
  background: #4b5579;
  padding: 20px;
  color: #fff;
  /*.flex-start-item{
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
  @include mq(sm) {position: inherit;}
  }*/
}
body.concept .pp_bg .col {
  margin-top: 10px;
}

@media screen and (max-width: 567px) {
  body.concept .text-copy {
    font-size: 1.6rem;
  }
  body.concept .cc-section .col .sp-expand {
    width: auto;
  }
  body.concept .two-city h2 {
    font-size: 1.8rem;
    padding: 0 15px;
  }
  body.concept .two-city h2 span.section-title-label {
    font-size: 4rem;
    line-height: 1.5;
    text-align: center;
  }
  body.concept .two-city h3 {
    font-size: 4.5rem;
  }
  body.concept .two-city h3 img {
    height: 80px;
    width: auto;
  }
  body.concept .two-city .rosenzu {
    padding-top: 0;
  }
  body.concept .ueno .rosenzu {
    padding-left: 0;
  }
  body.concept .ueno .ueno-shinka {
    display: flex;
    flex-direction: column-reverse;
  }
  body.concept .nippori .rosenzu {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  body.concept .nippori .rosenzu img {
    width: 55%;
  }
}
/*-----------------------------------------------------------
ロケーション
-----------------------------------------------------------*/
body.location .location-kv img {
  width: 100%;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner .text-center {
    text-align: left;
  }
}
body.location .cc-section .cc-section__inner .location_map_yokohama small {
  display: block;
  margin: 0.5em 0 0;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.5;
}
body.location .cc-section .cc-section__inner .location_map_yokohama .sp-hide {
  width: 1400px;
  margin: 0 -100px;
}
body.location .cc-section .cc-section__inner .location_map_yokohama .sp-hide > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 30px;
  background-color: #9f9fb6;
}
body.location .cc-section .cc-section__inner .location_map_yokohama .sp-hide > div > div:nth-child(1) {
  width: calc(62% - 20px);
}
body.location .cc-section .cc-section__inner .location_map_yokohama .sp-hide > div > div:nth-child(2) {
  width: 38%;
  padding: 16px;
  background-color: #fff;
  border: solid 1px #9f9fb6;
  outline: solid 2px #fff;
}
body.location .cc-section .cc-section__inner .location_map_yokohama .sp-hide > div > div:nth-child(2) > div {
  position: relative;
  width: 86%;
  margin: 0 auto 20px;
}
body.location .cc-section .cc-section__inner .location_map_yokohama .sp-hide > div > div:nth-child(2) > div::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -235px;
  width: 241px;
  height: 0;
  border-style: dashed;
  border-color: #856a77 transparent transparent transparent;
  border-width: 4px;
  transform: rotate(10deg);
}
body.location .cc-section .cc-section__inner .location_map_yokohama .sp-hide > div > div:nth-child(2) p.title {
  margin: 24px 0 8px;
  padding: 0 0 0 0.5em;
  border-left: solid 6px #58424a;
  font-size: 1.55rem;
  color: #58424a;
}
body.location .cc-section .cc-section__inner .location_map_yokohama .sp-hide > div > div:nth-child(2) p.body {
  margin: 0;
  line-height: 1.6;
  font-size: 1.35rem;
}
body.location .cc-section .cc-section__inner .location_map_yokohama .pc-hide > div {
  background-color: #9f9fb6;
  margin: 0 -15px;
  padding: 15px;
}
body.location .cc-section .cc-section__inner .location_map_yokohama .pc-hide > div small {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 50px;
  font-size: 10px;
  margin: 0;
  padding: 0 0.5em;
  background-color: #fff;
}
body.location .cc-section .cc-section__inner .location_map_yokohama .pc-hide > div > div:nth-child(2) {
  position: relative;
}
body.location .cc-section .cc-section__inner .location_map_yokohama .pc-hide > div > div:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 31%;
  width: 13%;
  height: 72px;
  border-style: dotted;
  border-color: transparent transparent #856a77 #856a77;
  border-width: 3px;
}
body.location .cc-section .cc-section__inner .location_map_yokohama .pc-hide > div > div:nth-child(3) {
  margin: 15px 0 0;
  padding: 15px;
  background-color: #fff;
  border: solid 1px #9f9fb6;
  outline: solid 2px #fff;
}
body.location .cc-section .cc-section__inner .location_map_yokohama .pc-hide > div > div:nth-child(3) p.title {
  margin: 24px 0 8px;
  padding: 0 0 0 0.5em;
  border-left: solid 6px #58424a;
  color: #58424a;
}
body.location .cc-section .cc-section__inner .location_map_yokohama .pc-hide > div > div:nth-child(3) p.body {
  margin: 0;
  line-height: 1.6;
  font-size: 0.9em;
}
body.location .cc-section .cc-section__inner.location_bycycle h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_bycycle h3 {
    gap: 10px;
    flex-direction: column;
    font-size: 1.8rem;
    text-align: right;
  }
}
body.location .cc-section .cc-section__inner.location_bycycle h3 img {
  margin: 0;
  max-width: 320px;
}
body.location .cc-section .cc-section__inner.location_bycycle ul.location_bycycle_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_bycycle ul.location_bycycle_list {
    flex-direction: column;
    gap: 15px;
  }
}
body.location .cc-section .cc-section__inner.location_bycycle ul.location_bycycle_list > li {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_bycycle ul.location_bycycle_list > li {
    width: 100%;
  }
}
body.location .cc-section .cc-section__inner.location_bycycle .minatomirai {
  max-width: 800px;
  margin: 30px auto 0;
}
body.location .cc-section .cc-section__inner.location_bycycle .minatomirai small {
  display: block;
  margin: 10px 0 0;
  font-size: 12px;
  text-align: right;
}
body.location .cc-section .cc-section__inner .location_store {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 30px 0 0;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner .location_store {
    flex-direction: column;
    margin-top: 20px;
  }
}
body.location .cc-section .cc-section__inner .location_store > li {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner .location_store > li {
    width: 100%;
  }
}
body.location .cc-section .cc-section__inner .location_store > li h4 {
  margin: 0 0 10px;
  font-size: 2rem;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner .location_store > li h4 {
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
  }
}
body.location .cc-section .cc-section__inner .location_store > li > img {
  margin: 0 0 10px;
}
body.location .cc-section .cc-section__inner .location_life_info {
  margin: 60px 0 0;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner .location_life_info {
    margin-top: 20px;
  }
}
body.location .cc-section .cc-section__inner .location_life_info > div img {
  width: auto;
  max-width: 50%;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner .location_life_info > div img {
    width: 100%;
    max-width: none;
  }
}
body.location .cc-section .cc-section__inner .location_life_info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 20px 0 0;
}
body.location .cc-section .cc-section__inner .location_life_info ul > li {
  width: calc((100% - 64px) / 5);
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner .location_life_info ul > li {
    width: calc((100% - 16px) / 2);
  }
}
body.location .cc-section .cc-section__inner.location_way_of_life {
  margin-top: 128px;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_way_of_life {
    margin-top: 30px;
  }
}
body.location .cc-section .cc-section__inner.location_way_of_life .min1 {
  width: 72%;
  margin: 60px auto 0;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_way_of_life .min1 {
    width: 90%;
    margin: 20px auto;
  }
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access {
  margin: 60px 0 0;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_way_of_life .car_access {
    margin-top: 30px;
  }
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access h3 {
  text-align: left;
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access h3 img {
  width: auto;
  max-height: 34px;
  margin: 0;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_way_of_life .car_access h3 img {
    max-height: 2rem;
  }
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_way_of_life .car_access h4 {
    text-align: left;
    font-size: 1.6rem;
  }
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
  margin: 30px 0;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list {
    margin-top: 20px;
  }
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li {
  font-size: 1.8rem;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li {
    font-size: 1.6rem;
  }
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li > img {
  margin: 0 0 10px;
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li .car_route {
  display: block;
  line-height: 1;
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li .car_route .place {
  display: inline-block;
  padding: 0 0.16em;
  font-size: 1.32em;
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li .car_route .min {
  display: inline-block;
  padding: 0 0.16em;
  font-size: 2.2em;
  color: #695e42;
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li .detail {
  display: flex;
  font-size: 12px;
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li .detail::before {
  content: "※";
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li:nth-child(1) {
  width: calc(66.5% - 24px);
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li:nth-child(1) {
    width: 100%;
  }
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li:nth-child(2) {
  width: 33.5%;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li:nth-child(2) {
    width: 100%;
  }
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li:nth-child(n+3) {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_way_of_life .car_access ul.car_access_list > li:nth-child(n+3) {
    width: 100%;
  }
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing {
  margin: 60px 0 0;
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing h3 {
  text-align: left;
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing h3 img {
  width: auto;
  max-height: 34px;
  margin: 0;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing h3 img {
    max-height: 2rem;
  }
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing .img {
  margin: 20px 0;
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing ul.car_sharing_list {
  display: flex;
  gap: 30px;
  margin: 30px 0 0;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing ul.car_sharing_list {
    flex-direction: column;
    gap: 16px;
  }
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing ul.car_sharing_list > li {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0 0 64px;
  background-repeat: no-repeat;
  background-size: 56px;
  background-position: top left;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 567px) {
  body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing ul.car_sharing_list > li {
    padding-left: 48px;
    background-size: 40px;
    font-size: inherit;
  }
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing ul.car_sharing_list > li > span:nth-child(2) {
  display: flex;
  justify-content: right;
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing ul.car_sharing_list > li > span:nth-child(2)::before {
  content: "……………";
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing ul.car_sharing_list > li:nth-child(1) {
  background-image: url(../img/location/car_p1.png);
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing ul.car_sharing_list > li:nth-child(2) {
  background-image: url(../img/location/car_p2.png);
}
body.location .cc-section .cc-section__inner.location_way_of_life .car_sharing ul.car_sharing_list > li:nth-child(3) {
  background-image: url(../img/location/car_p3.png);
}

/*-----------------------------------------------------------
 最寄
-----------------------------------------------------------*/
/*
.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;
  }
}

/*------------------------------------------------------------
クオリティ
-----------------------------------------------------------*/
body.quality .cc-section .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;
}
@media screen and (max-width: 567px) {
  body.quality .cc-section .facility-service .support {
    background-image: none !important;
    text-align: left;
  }
}
@media screen and (max-width: 567px) {
  body.quality .cc-section .facility-service .support h4 {
    font-size: 1.7rem;
    font-weight: bold;
  }
}

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