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

/*------------------------------------------------------------
kv　動き
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .kv {
    position: relative;
    width: 100%;
    aspect-ratio: 1920/960;
    margin: 0 auto;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .kv.is-show {
    opacity: 1;
  }
  .kv.is-show .kv-inner {
    /*.kv-copy-ja-pc-01 {
      animation-name: kv_copy_ja_pc_01;
      animation-delay: 2s;
      animation-duration: 2s;
      animation-fill-mode: both;
      animation-timing-function: ease-out;
      position: absolute;
      top: 0;
      right: -21%;
      width: 67%;
      height: auto;
      aspect-ratio: 1100 / 210;


      &::before {
        content: '';
        position: absolute;
        top: 5%;
        right: 58%;
        margin: auto;
        width: 100%;
        height: 100%;
        background-image: url(../img/top/kv-copy-ja-pc-01.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
      }
    }*/
  }
  .kv.is-show .kv-inner::before {
    content: "";
    animation-name: pc_kv-inner;
    animation-delay: 0.5s;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/kv-bg-only-pc.png?v=250722);
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    animation: zoom-out 5s;
  }
  @keyframes zoom-out {
    0% {
      transform: scale(1.5);
      /* 初期状態: 1.5倍に拡大 */
    }
    100% {
      transform: scale(1);
      /* 終了状態: 元のサイズ */
    }
  }
  .kv.is-show .kv-inner .kv-copy-ja-pc-01 {
    animation-name: kv_copy_ja_pc_01;
    animation-delay: 3.5s;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    position: absolute;
    top: 12% !important;
    right: 18%;
    width: 67%;
    height: auto;
    aspect-ratio: 1100/210;
    overflow: hidden;
  }
  .kv.is-show .kv-inner .kv-copy-ja-pc-01::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/kv-copy-ja-pc-01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .kv.is-show .kv-inner img {
    width: 100%;
    max-width: none;
  }
  .kv .kv__scroll {
    display: none;
  }
}
@keyframes pc_kv-inner {
  0% {
    filter: blur(16px);
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    filter: blur(0);
  }
}
@keyframes kv_copy_ja_pc_01 {
  0% {
    top: 18%;
    opacity: 0;
  }
  100% {
    top: 10%;
    opacity: 1;
  }
}
@keyframes kv_copy_ja_pc_02 {
  0% {
    top: 34%;
    opacity: 0;
  }
  100% {
    top: 26%;
    opacity: 1;
  }
}
@keyframes kv_copy_ja_pc_03 {
  0% {
    top: 86%;
    opacity: 0;
  }
  100% {
    top: 78%;
    opacity: 1;
  }
}
@media screen and (max-width: 567px) {
  .kv {
    position: relative;
    width: 100%;
    aspect-ratio: 750/1300;
    overflow: hidden;
    opacity: 0;
  }
  .kv.is-show {
    opacity: 1;
  }
  .kv.is-show .kv-inner::before {
    content: "";
    animation-name: sp_kv-inner;
    animation-delay: 0s;
    animation-duration: 4s;
    animation-fill-mode: both;
    background-image: url(../img/top/kv-bg-only-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% top;
    animation-timing-function: ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .kv.is-show .kv-inner .kv-copy-ja-sp-01 {
    animation-name: kv_copy_ja_sp_01;
    /*animation-delay: 2.5s;
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    position: absolute;
    left: 20%;
    bottom: -12%;
    width: 75%;
    height: auto;
    height: auto;*/
    animation-delay: 3.5s;
    animation-duration: 4s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    position: absolute;
    top: 32% !important;
    left: 20%;
    width: 75%;
    height: auto;
    aspect-ratio: 750/265;
  }
  .kv.is-show .kv-inner .kv-copy-ja-sp-01::before {
    content: "";
    position: absolute;
    top: -25%;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url(../img/top/kv-copy-ja-sp-01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .kv.is-show .kv-inner img {
    width: 100%;
    max-width: none;
  }
  .kv .kv__scroll {
    width: 11%;
    top: 84%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    z-index: 100;
    transition: all 1s ease;
  }
  .kv .kv__scroll.is-show {
    top: 87%;
    opacity: 1;
  }
}
@keyframes sp_kv-inner {
  0% {
    background-position: 100% top;
    filter: blur(16px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    background-position: 0% top;
    filter: blur(0);
  }
}
@keyframes kv_copy_ja_sp_01 {
  0% {
    top: 18%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 10%;
  }
}
/*------------------------------------------------------------
kv　暫定版
-----------------------------------------------------------*/
/*@include mq(pc) {
  .kv {
    background-color: #231815;

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

      // 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) {
  .kv {
    background-color: #231815;

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

      //  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.kiyosumishirakawa-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) {
  /* 路線案内 TYPE J */
}
body.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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;
  }
}
@media screen and (max-width: 567px) {
  body.kiyosumishirakawa-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) .top-lead p {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 567px) {
  body.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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.kiyosumishirakawa-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);
  }
}

/*-----------------------------------------------------------
交通アクセス
-----------------------------------------------------------*/
body.access .direct_access_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 567px) {
  body.access .direct_access_title {
    width: 80%;
    margin-bottom: 20px;
    margin: 0 auto 20px;
  }
}
body.access .station_text {
  margin-top: 40px;
  padding: 20px;
  border: solid 1px #ccc;
}
@media screen and (max-width: 567px) {
  body.access .station_text {
    padding: 10px;
  }
}
@media screen and (max-width: 567px) {
  body.access .station_text h4 {
    font-size: 1.5rem;
    text-align-last: left;
  }
}
body.access .station_text p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 567px) {
  body.access .station_text p {
    font-size: 1.2rem;
  }
}
body.access .train-map-lead-text {
  text-align: center;
}
body.access .access-time {
  margin-top: 60px;
}
@media screen and (max-width: 567px) {
  body.access .access-time {
    margin-top: 40px;
  }
}
body.access .airport-box,
body.access .shinkansen-box {
  margin-top: 40px;
}
@media screen and (max-width: 567px) {
  body.access .airport-box,
  body.access .shinkansen-box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 567px) {
  body.access .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;
  }
  body.access .scroll-box img {
    max-width: inherit;
    margin-right: 5px;
    width: 900px;
  }
}
@media screen and (max-width: 567px) {
  body.access h3.tspace {
    font-size: 2rem;
  }
}
body.access .shinkansen-box {
  margin-bottom: 40px;
}

/*-----------------------------------------------------------
現地案内図
-----------------------------------------------------------*/
@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;
  }
}

/*-----------------------------------------------------------
 デザインページ
-----------------------------------------------------------*/
@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 #54687c, 0px 0px 8px #54687c, 0px 0px 8px #54687c, 0px 0px 8px #54687c, 0px 0px 8px #54687c, 0px 0px 8px #54687c, 0px 0px 8px #54687c;
    position: absolute;
    top: 35%;
    right: 2%;
  }
  body.design .design-facade2-box.reverse.sp-reverse p {
    text-shadow: 0px 0px 8px #54687c, 0px 0px 8px #54687c, 0px 0px 8px #54687c, 0px 0px 8px #54687c, 0px 0px 8px #54687c, 0px 0px 8px #54687c, 0px 0px 8px #54687c;
    position: absolute;
    top: 45%;
    right: 10%;
    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;
}
@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 .area-title-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
@media print, screen and (min-width: 568px) {
  body.concept .area-title-block .area-title > img {
    width: auto;
    height: 60px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .area-title-block .area-title > img {
    width: auto;
    height: 30px;
  }
}
@media print, screen and (min-width: 568px) {
  body.concept .area-title-block .area-title-img {
    margin-left: 30px;
    width: 380px;
    height: auto;
  }
}
@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: 60px;
  }
}
@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 .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 > img {
  margin: 10px 0;
}
body.concept .column > h4 {
  color: #fff;
}
body.concept .column > p {
  color: #fff;
}
body.concept .column > p .syunko {
  border: solid 1px #fff;
}
body.concept .column > ul {
  color: #fff;
}
body.concept .align-items-center {
  align-items: center;
}
body.concept .column2 {
  display: block;
  background-color: #8babc4;
}
@media print, screen and (min-width: 568px) {
  body.concept .column2 {
    padding: 30px;
    margin: 50px 0;
  }
}
@media screen and (max-width: 567px) {
  body.concept .column2 {
    padding: 10px;
    margin: 30px 0;
  }
}
body.concept .column2 .col2 > img {
  margin: 10px 0;
}
body.concept .column2 .col2 > h4 {
  color: #fff;
}
body.concept .column2 .col2 > p {
  color: #fff;
}
body.concept .column2 .col2 > p .syunko {
  border: solid 1px #fff;
}
body.concept .column2 .col2 > ul {
  color: #fff;
}

/*-----------------------------------------------------------
ロケーション
-----------------------------------------------------------*/
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;
}

/*-----------------------------------------------------------
 最寄
-----------------------------------------------------------*/
/*
.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;
  }
  .quality .facility-service .support:after {
    display: none;
  }
}

/*----------------------------------------------------------
プラン　詳細
-----------------------------------------------------------*/
/*
.plan{
}
*/
/*------------------------------------------------------------
コンセプト
-----------------------------------------------------------*/
@media screen and (min-width: 568px) {
  body.concept .simg {
    display: none !important;
  }
  body.concept .pimg {
    display: block !important;
  }
}
@media screen and (max-width: 567px) {
  body.concept .pimg {
    display: none !important;
  }
  body.concept .simg {
    display: block !important;
  }
  body.concept .open.tall::after {
    height: 55px !important;
    right: -13px !important;
    transform: skew(20deg, 0) !important;
  }
  body.concept .tall {
    height: 55px !important;
  }
}
@media screen and (max-width: 567px) {
  body.concept .text-center p {
    text-align: left !important;
  }
}
@media screen and (min-width: 568px) {
  body.concept .minato_mirai {
    /* .center{
    padding: 20% 0;
    }*/
  }
}
body.concept .shinjuku small {
  padding-left: 1px;
  text-indent: 32px;
}
body.concept .bashamichi_title_box ul.location-point-others li .label {
  font-size: 100% !important;
}
body.concept .bashamichi_title_box ul.location-point-others li small {
  display: block;
  font-size: 12px;
  text-indent: 45px;
}
body.concept .bashamichi_title_box .label {
  background: #727171;
  color: #fff;
  padding: 3px 7px;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 100%;
  margin-right: 0.5em;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  height: 1.8em;
  width: 1.8em;
}
body.concept .yokohama .number {
  background-color: #000000;
  color: #fff;
  padding: 3px 7px;
  margin-right: 10px;
  display: inline-flex;
  height: 1.5em;
  width: 1.5em;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=kiyosumishirakawa-r.css.map */