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

/*------------------------------------------------------------
ロゴ＋物件名
-----------------------------------------------------------*/
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: 23px;
  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: 13px;
    height: 12px;
  }
}

/*------------------------------------------------------------
kv
-----------------------------------------------------------*/
/*
.eng,.chi{
  .kv{
  @media screen and (max-width: 567px) {
    .sp-hide {
        display: none;
    }
}
  @media print, screen and (min-width: 568px) {
    .pc-hide {
        display: none;
    }
}
}
}
@include mq(pc) {
  .eng{
    .kv{
      .kvPcBg .kvPcCopy1.is-show{
        top: 45%!important;
      }
     .kvPcBg .kvPcCopy1 img {
        width: 100%!important;
      }
    }
  }
  .kv {
    background-color: #231815;

    .kvPcBg {
      position: relative;
      background-image: url(../img/top/kv-bg.jpg?20250203);
      background-size: 130%;
      background-repeat: no-repeat;
      background-position: center;
      aspect-ratio: 1920 / 960;
      opacity: 0;
      transition: all 3s ease;

      &.is-show {
        background-size: 100%;
        opacity: 1;
      }

      .kvPcCopy1 {
        position: absolute;
        top: 2%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        opacity: 0;
        transition: all 1.5s ease;

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

        img {
          width: 5%;
          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.jpg?20250203);
      background-size: 130%;
      background-repeat: no-repeat;
      background-position: center;
      aspect-ratio: 750 / 1080;
      opacity: 0;
      transition: all 3s ease;

      &.is-show {
        background-size: 100%;
        opacity: 1;
      }

      .kvSpCopy1 {
        position: absolute;
        top: 5%;
        opacity: 0;
        transition: all 2s ease;

        &.is-show {
          top: 0;
          opacity: 1;
          right: 0;
          left: 0;
        }

      }

      .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;
  }
}
*/
/*------------------------------------------------------------
kv　暫定版
-----------------------------------------------------------*/
@media screen and (max-width: 567px) {
  .eng .kv .sp-hide,
  .chi .kv .sp-hide {
    display: none;
  }
}
@media print, screen and (min-width: 568px) {
  .eng .kv .pc-hide,
  .chi .kv .pc-hide {
    display: none;
  }
}

@media print, screen and (min-width: 568px) {
  .chi .kvPcBg {
    background-image: url(../img/top/kv-bg-chi.png) !important;
  }
  .eng .top-point__item small, .chi .top-point__item small {
    font-size: 14px;
  }
}
@media screen and (max-width: 567px) {
  .chi .kvSpBg {
    background-image: url(../img/top/kv-bg-chi-sp.png) !important;
  }
  .eng .top-point__item small, .chi .top-point__item small {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 568px) {
  .kv {
    background-color: #231815;
  }
  .kv .kvPcBg {
    position: relative;
    background-image: url(../img/top/kv-bg-eng.png);
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1920/960;
    background-size: contain;
  }
  .kv .kvPcBg.is-show {
    background-size: 100%;
    opacity: 1;
  }
  .kv .kvPcBg .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;
  }
  .kv .kvPcBg .kvPcCopy1.is-show {
    top: 44%;
    opacity: 1.5;
  }
  .kv .kvPcBg .kvPcCopy1 img {
    width: 100%;
    max-width: none;
  }
  .kv .kvPcBg .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;
  }
  .kv .kvPcBg .kvPcCopy2.is-show {
    top: 61%;
    opacity: 1;
  }
  .kv .kvPcBg .kvPcCopy2 img {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 567px) {
  .kv {
    background-color: #231815;
  }
  .kv .kvSpBg {
    position: relative;
    background-image: url(../img/top/kv-bg-eng-sp.png);
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 750/1080;
    background-size: contain;
  }
  .kv .kvSpBg.is-show {
    background-size: 100%;
    opacity: 1;
  }
  .kv .kvSpBg .kvSpCopy1 {
    position: absolute;
    top: calc(43% + 25px);
    opacity: 0;
    transition: all 2s ease;
  }
  .kv .kvSpBg .kvSpCopy1.is-show {
    top: 43%;
    opacity: 1;
  }
  .kv .kvSpBg .kvSpCopy2 {
    position: absolute;
    top: calc(60% + 50px);
    opacity: 0;
    transition: all 2s ease;
  }
  .kv .kvSpBg .kvSpCopy2.is-show {
    top: 60%;
    opacity: 1;
  }
  .kv .kvSpBg .kv__scroll {
    width: 11%;
    top: 88%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    z-index: 100;
  }
  .kv .kvSpBg .kv__scroll.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.magome-r:not(.concept):not(.location):not(.access):not(.design):not(.plan):not(.plantype):not(.quality):not(.outline):not(.guide) {
  /* 路線案内 TYPE J */
}
body.magome-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.magome-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: 2.2rem;
  }
}
body.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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.magome-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;
    -moz-text-align-last: left;
         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 .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;
  }
}

/*-----------------------------------------------------------
 デザインページ
-----------------------------------------------------------*/
body.design .cc-block {
  position: relative;
}
body.design .headline-set {
  position: absolute;
  text-align: center;
}
body.design .headline {
  color: #fff;
  margin-bottom: 25px;
}
body.design .headline-sub {
  color: #fff;
  white-space: nowrap;
}
@media print, screen and (min-width: 568px) {
  body.design .headline-set {
    left: 48%;
    top: 23%;
  }
  body.design .headline-set .headline-sub {
    font-size: 4rem;
    margin-bottom: 15px;
    margin-left: 1em;
  }
  body.design .headline {
    font-size: 5rem;
  }
  body.design .cc-block02 {
    text-align: right;
  }
  body.design .cc-block02 .headline {
    left: 14%;
    top: 4%;
    position: absolute;
  }
  body.design .cc-block02 img {
    height: auto;
    width: 940px;
  }
  body.design .cc-block02 p {
    margin-top: 20px;
  }
  body.design .cc-block03 {
    margin-top: 100px;
    text-align: center;
  }
  body.design .cc-block03 .headline {
    position: relative;
  }
  body.design .cc-block04 {
    align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  body.design .cc-block04 .headline {
    position: relative;
    text-align: center;
  }
  body.design .cc-block04 img {
    width: 568px;
  }
}
@media screen and (max-width: 567px) {
  body.design .headline-set {
    left: 37%;
    top: 15%;
  }
  body.design .headline-set .headline-sub {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  body.design .headline {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  body.design .cc-block01 .headline {
    font-size: 2rem;
    left: inherit;
    right: 10%;
    top: 14%;
  }
  body.design .cc-block02 {
    text-align: right;
  }
  body.design .cc-block02 .headline {
    font-size: 2rem;
    left: 4%;
    position: absolute;
    top: -5%;
  }
  body.design .cc-block02 img {
    height: auto;
    width: 85%;
  }
  body.design .cc-block02 p {
    margin-top: 20px;
  }
  body.design .cc-block03 {
    margin-top: 50px;
  }
  body.design .cc-block03 h2 {
    font-size: 2.1rem;
  }
  body.design .cc-block03 .headline {
    position: relative;
    text-align: center;
  }
  body.design .cc-block04 {
    display: block;
    margin: 50px 0;
    text-align: center;
  }
  body.design .cc-block04 .headline {
    position: relative;
    text-align: center;
  }
  body.design .cc-block04 img {
    margin-top: 15px;
    width: 70%;
  }
}

/*-----------------------------------------------------------
  デザインページend
  -----------------------------------------------------------*/
/*-----------------------------------------------------------
コンセプト
-----------------------------------------------------------*/
body.concept .concept-kv {
  text-align: center;
}
body.concept .minato_mirai .minato_mirai_title_box > div:first-child {
  margin-top: 30px;
  width: 64%;
  margin: 30px auto 20px 0;
}
@media screen and (max-width: 567px) {
  body.concept .minato_mirai .minato_mirai_title_box > div:first-child {
    width: 100%;
    margin: 10px 0;
  }
}
body.concept .minato_mirai .minato_mirai_title_box h3 {
  text-align: left;
}
@media screen and (max-width: 567px) {
  body.concept .minato_mirai .minato_mirai_title_box h3 {
    font-size: 1.4rem;
  }
}
body.concept .minato_mirai .ribbon_title {
  background-color: #322b29;
  color: #fff;
  margin-bottom: 10px;
  padding: 0.64em;
  font-size: 1.6rem;
}
body.concept .minato_mirai .corp_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 567px) {
  body.concept .minato_mirai .corp_list {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
  }
  body.concept .minato_mirai .corp_list:last-child {
    margin-bottom: 0;
  }
}
body.concept .minato_mirai .corp_list li {
  width: 30.2%;
  border-left: solid 10px #ac9200;
  padding-left: 10px;
  font-size: 0.9em;
}
@media screen and (max-width: 567px) {
  body.concept .minato_mirai .corp_list li {
    width: 100%;
    margin-bottom: 4px;
    border-left-width: 6px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .minato_mirai .col {
    margin-top: 0;
  }
}
@media screen and (max-width: 567px) {
  body.concept .minato_mirai .col > div {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 567px) {
  body.concept .minato_mirai .col .col2 {
    margin-top: 20px;
  }
}
body.concept .minato_mirai .col .col2 p {
  font-size: 1.32rem;
  line-height: 1.6;
}
body.concept .minato_mirai .col .col2 .text-right {
  font-size: 0.8em;
  margin-bottom: 20px;
}
@media screen and (max-width: 567px) {
  body.concept .minato_mirai .col .col2 h4 {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 567px) {
  body.concept .minato_mirai .col .col3-1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .minato_mirai .col .col3-2 {
    margin-top: 20px;
  }
}
body.concept .minato_mirai .col .col3-2 .corp_list {
  gap: 24px 4.7%;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 567px) {
  body.concept .minato_mirai .col .col3-2 .corp_list {
    margin-bottom: 20px;
  }
  body.concept .minato_mirai .col .col3-2 .corp_list:last-child {
    margin-bottom: 20px;
  }
}
body.concept .minato_mirai .col .col3-2 .corp_list li {
  width: 30.2%;
  font-size: 1.16em;
}
@media screen and (max-width: 567px) {
  body.concept .minato_mirai .col .col3-2 .corp_list li {
    width: 100%;
    font-size: 0.9em;
  }
}
body.concept .bashamichi .bashamichi_title_box > div:first-child {
  margin-top: 30px;
  width: 74%;
  margin: 30px 0 20px auto;
}
@media screen and (max-width: 567px) {
  body.concept .bashamichi .bashamichi_title_box > div:first-child {
    width: 100%;
    margin: 10px 0;
  }
}
body.concept .bashamichi .bashamichi_title_box h3 {
  text-align: right;
}
@media screen and (max-width: 567px) {
  body.concept .bashamichi .bashamichi_title_box h3 {
    font-size: 1.8rem;
    text-align: left;
  }
}
body.concept .bashamichi .col .col3-1 {
  margin-bottom: 30px;
}
body.concept .bashamichi .col .title {
  margin: 16px 0 8px;
  font-size: 2rem;
  color: #706d7c;
}
@media screen and (max-width: 567px) {
  body.concept .bashamichi .col .title {
    font-size: 1.8rem;
  }
}
body.concept .bashamichi .col p {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 1.6;
}
body.concept .bashamichi .col .b_time {
  display: flex;
  align-items: baseline;
  justify-content: right;
  font-size: 1.2rem;
  color: #706d7c;
}
body.concept .bashamichi .col .b_time::before {
  position: relative;
  top: 6px;
  content: "";
  display: inline-block;
  width: 128px;
  height: 34px;
  background-image: url(../img/concept/by_bicycle.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
body.concept .bashamichi .col .b_time span {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 3.2rem;
}
body.concept .bashamichi .col .col2 .b_time span {
  font-size: 4rem;
}
body.concept .bashamichi .col .bashamichi_matsuri {
  margin-top: 60px;
}
body.concept .bashamichi .col .bashamichi_matsuri > div {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 567px) {
  body.concept .bashamichi .col .bashamichi_matsuri > div {
    width: 100%;
  }
}
body.concept .yokohama > div:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 567px) {
  body.concept .yokohama > div:first-child {
    margin-bottom: 10px;
  }
}
body.concept .yokohama .yokohama_title_box > div:first-child {
  width: 72%;
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 567px) {
  body.concept .yokohama .yokohama_title_box > div:first-child {
    width: 100%;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .yokohama .yokohama_title_box h3 {
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: left;
  }
}
body.concept .yokohama .yokohama_title_box p {
  text-align: center;
}
@media screen and (max-width: 567px) {
  body.concept .yokohama .yokohama_title_box p {
    font-size: inherit;
    text-align: left;
  }
}
body.concept .yokohama .yokohama_title_box .line10 {
  margin: 40px auto 50px;
  text-align: center;
}
@media screen and (max-width: 567px) {
  body.concept .yokohama .yokohama_title_box .line10 {
    margin: 15px auto;
  }
}
body.concept .yokohama .col .title {
  margin: 20% 0 16px 0;
  font-size: 2.2rem;
  color: #485157;
}
@media screen and (max-width: 567px) {
  body.concept .yokohama .col .title {
    margin-top: 0;
    font-size: 1.8rem;
  }
}
body.concept .yokohama .col .b_time {
  display: flex;
  align-items: baseline;
  justify-content: right;
  font-size: 1.2rem;
  color: #706d7c;
}
body.concept .yokohama .col .b_time::before {
  position: relative;
  top: 6px;
  content: "";
  display: inline-block;
  width: 128px;
  height: 34px;
  background-image: url(../img/concept/by_bicycle.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
body.concept .yokohama .col .b_time span {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 3.2rem;
}
body.concept .yokohama .col .col2:nth-child(3) {
  order: 4;
}
@media screen and (max-width: 567px) {
  body.concept .yokohama .col .col2:nth-child(3) {
    order: 3;
  }
}
body.concept .yokohama .col .col2:nth-child(4) {
  order: 3;
}
@media screen and (max-width: 567px) {
  body.concept .yokohama .col .col2:nth-child(4) {
    order: 4;
  }
}
@media screen and (max-width: 567px) {
  body.concept .yokohama > .pc-hide > div {
    margin-bottom: 30px;
  }
  body.concept .yokohama > .pc-hide > div:nth-child(2) {
    width: 64%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 567px) {
  body.concept .motomachi > .text-center:first-child > div:nth-child(1) {
    width: 70%;
    margin: 0 0 0 auto;
  }
}
body.concept .motomachi > .text-center:first-child > div:nth-child(2) {
  margin: 0 auto;
  width: 84%;
}
body.concept .motomachi > .text-center:first-child > div:nth-child(2) img {
  width: 100%;
  max-width: none;
}
body.concept .motomachi > .text-center:first-child h3 {
  margin-top: 20px;
}
@media screen and (max-width: 567px) {
  body.concept .motomachi > .text-center:first-child h3 {
    margin: 16px 0;
    font-size: 1.6rem;
    text-align: right;
  }
}
@media screen and (max-width: 567px) {
  body.concept .motomachi > .text-center:first-child h3 + p {
    font-size: inherit;
    text-align: left;
  }
}
@media screen and (max-width: 567px) {
  body.concept .motomachi .motomachi_kv {
    margin-bottom: 20px;
  }
}
body.concept .motomachi .motomachi_kv .motomachi_kv__inner {
  display: flex;
  gap: 48px;
  padding: 24px 30px 0;
}
@media screen and (max-width: 567px) {
  body.concept .motomachi .motomachi_kv .motomachi_kv__inner {
    flex-wrap: wrap;
    gap: 0 10px;
    padding: 0;
  }
}
body.concept .motomachi .motomachi_kv .motomachi_kv__inner > div:nth-child(1) {
  position: relative;
  top: -24px;
  width: 100px;
}
@media screen and (max-width: 567px) {
  body.concept .motomachi .motomachi_kv .motomachi_kv__inner > div:nth-child(1) {
    top: 0;
    width: 10%;
  }
}
@media screen and (max-width: 567px) {
  body.concept .motomachi .motomachi_kv .motomachi_kv__inner > div:nth-child(2) {
    width: calc(90% - 10px);
  }
}
body.concept .motomachi .motomachi_kv .motomachi_kv__inner > div:nth-child(2) .title {
  margin-bottom: 16px;
  font-size: 2.4rem;
  color: #49444f;
}
@media screen and (max-width: 567px) {
  body.concept .motomachi .motomachi_kv .motomachi_kv__inner > div:nth-child(2) .title {
    margin: 14px 0 8px 0;
    font-size: 1.8rem;
  }
}
body.concept .motomachi .motomachi_kv .motomachi_kv__inner > div:nth-child(3) {
  padding-top: 54px;
  white-space: nowrap;
}
@media screen and (max-width: 567px) {
  body.concept .motomachi .motomachi_kv .motomachi_kv__inner > div:nth-child(3) {
    width: 100%;
    padding-top: 0;
  }
}
body.concept .motomachi .motomachi_kv .motomachi_kv__inner > div:nth-child(3) .b_time {
  display: flex;
  align-items: baseline;
  justify-content: right;
  font-size: 1.2rem;
  color: #706d7c;
}
body.concept .motomachi .motomachi_kv .motomachi_kv__inner > div:nth-child(3) .b_time::before {
  position: relative;
  top: 6px;
  content: "";
  display: inline-block;
  width: 128px;
  height: 34px;
  background-image: url(../img/concept/by_bicycle.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
body.concept .motomachi .motomachi_kv .motomachi_kv__inner > div:nth-child(3) .b_time span {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 3.2rem;
}
body.concept .motomachi .col {
  margin-top: 60px;
}
body.concept .motomachi .col .title {
  margin: 20% 0 16px 0;
  font-size: 2.2rem;
  color: #49444f;
}
@media screen and (max-width: 567px) {
  body.concept .motomachi .col .title {
    margin-top: 0;
    font-size: 1.8rem;
  }
}
body.concept .motomachi .col .col2 {
  position: relative;
}
body.concept .motomachi .col .hikawa {
  position: absolute;
  right: -8%;
  top: -10%;
  width: 36%;
}
@media screen and (max-width: 567px) {
  body.concept .motomachi .col .hikawa {
    right: -16px;
  }
}
body.concept .motomachi .col .b_time {
  display: flex;
  align-items: baseline;
  justify-content: right;
  font-size: 1.2rem;
  color: #706d7c;
}
body.concept .motomachi .col .b_time::before {
  position: relative;
  top: 6px;
  content: "";
  display: inline-block;
  width: 128px;
  height: 34px;
  background-image: url(../img/concept/by_bicycle.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}
body.concept .motomachi .col .b_time span {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 3.2rem;
}
@media screen and (max-width: 567px) {
  body.concept .motomachi .col .col2:nth-child(3) {
    order: 4;
  }
}
@media screen and (max-width: 567px) {
  body.concept .motomachi .col .col2:nth-child(4) {
    order: 3;
  }
}
@media screen and (max-width: 567px) {
  body.concept .dev_kv {
    width: calc(100% - 30px);
    height: 480px;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    border: solid 1px #999;
  }
  body.concept .dev_kv img {
    width: auto;
    max-width: none;
    height: 480px;
  }
}
body.concept .dev .col .col3-1,
body.concept .dev .col .col3-2 {
  margin-top: 20px;
  margin-bottom: 30px;
}
body.concept .dev .col .title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 12px;
  border-bottom: solid 1px #4c4948;
}
@media screen and (max-width: 567px) {
  body.concept .dev .col .title {
    margin-top: 6px;
  }
}
body.concept .dev .col .title .alp {
  font-size: 4rem;
  color: #84858a;
}
@media screen and (max-width: 567px) {
  body.concept .dev .col .title .alp {
    padding-bottom: 2px;
    font-size: 3rem;
  }
}
body.concept .dev .col .title .name {
  width: 100%;
  padding: 0 1.24em 6px 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 567px) {
  body.concept .dev .col .title .name {
    font-size: 1.7rem;
  }
}
body.concept .dev .col .title .name small {
  font-size: 0.8em;
}
body.concept .dev .col .title .open {
  position: relative;
  left: -23px;
  width: 75px;
  height: 36px;
  padding: 6px 0 0 6px;
  font-size: 0.8em;
  color: #fff;
  background-color: #936789;
  word-break: keep-all;
}
@media screen and (max-width: 567px) {
  body.concept .dev .col .title .open {
    width: 60px;
  }
}
@media screen and (max-width: 567px) {
  body.concept .dev .col .title .open br {
    display: inline;
  }
}
body.concept .dev .col .title .open::after {
  position: absolute;
  top: 0;
  right: -12px;
  z-index: -1;
  content: "";
  display: inline-block;
  background-color: #936789;
  width: 28px;
  height: 36px;
  transform: skew(32deg, 0);
}
body.concept .dev .col .title .open.un {
  background-color: #5f6398;
}
body.concept .dev .col .title .open.un::after {
  background-color: #5f6398;
}
body.concept .dev .col .title_sub {
  font-size: 1.9rem;
  margin-bottom: 8px;
}
body.concept .dev .col p {
  font-size: 1.5rem;
  line-height: 1.6;
}
body.concept .dev .col .text-right {
  font-size: 1.1rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 567px) {
  body.concept .dev .col > div:has(.title:first-child) {
    margin-top: 0;
  }
}

/*-----------------------------------------------------------
ロケーション
-----------------------------------------------------------*/
@media screen and (max-width: 567px) {
  body.location .daily_life > *:has(+ .daily_life_title) {
    width: 72%;
    margin: 0 auto;
  }
}
body.location .daily_life .daily_life_title {
  margin: 30px 0 0;
}
body.location .daily_life .col.ribbon .col3-1 {
  margin-bottom: 30px;
}
body.location .daily_life .col.ribbon .col3-1 .title_box {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  margin: 8px 0;
  line-height: 1.2;
}
body.location .daily_life .col.ribbon .col3-1 .title_box .title {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 0 0 0.64em;
  background-color: #58506e;
  color: #fff;
}
body.location .daily_life .col.ribbon .col3-1 .title_box .time {
  display: flex;
  align-items: baseline;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
body.location .daily_life .col.ribbon .col3-1 .title_box .time .walk {
  font-size: 0.9em;
}
body.location .daily_life .col.ribbon .col3-1 .title_box .time .min_big {
  margin: 0 0.08em;
  font-size: 1.8em;
  letter-spacing: -1px;
}
body.location .daily_life .col.ribbon .col3-1 .title_box .time .min_small {
  font-size: 0.9em;
}
body.location .daily_life .col.ribbon .col3-1 .title_box .time .meter {
  font-size: 0.8em;
}
body.location .daily_life .col.ribbon .col3-1 .body {
  line-height: 1.6;
}
body.location .daily_life h3.underline {
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: solid 1px #231815;
  text-align: left;
  line-height: 1.3;
}
@media screen and (max-width: 567px) {
  body.location .daily_life h3.underline {
    margin-top: 20px;
  }
}
body.location .daily_life .col.shop_list::after {
  content: "";
  width: 32%;
}
body.location .daily_life .col.shop_list .col3-1 .title_box {
  display: flex;
  align-items: baseline;
  margin: 8px 0;
  line-height: 1.2;
}
@media screen and (max-width: 567px) {
  body.location .daily_life .col.shop_list .col3-1 .title_box {
    margin: 0;
  }
}
body.location .daily_life .col.shop_list .col3-1 .title_box .title {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 0 24px;
  font-size: 0.96em;
}
body.location .daily_life .col.shop_list .col3-1 .title_box .title .num {
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #58506e;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  letter-spacing: -1px;
}
body.location .daily_life .col.shop_list .col3-1 .title_box .time {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: right;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  white-space: nowrap;
}
body.location .daily_life .col.shop_list .col3-1 .title_box .time .walk {
  font-size: 0.9em;
}
body.location .daily_life .col.shop_list .col3-1 .title_box .time .min_big {
  margin: 0 0.08em;
  font-size: 1.8em;
  letter-spacing: -1px;
}
body.location .daily_life .col.shop_list .col3-1 .title_box .time .min_small {
  font-size: 0.9em;
}
body.location .daily_life .col.shop_list .col3-1 .title_box .time .meter {
  width: 100%;
  font-size: 0.8em;
  text-align: right;
}
body.location .daily_life .col.shop_list.hospital .col3-1 .title_box .title {
  padding: 0;
}
body.location .daily_life .col.shop_list.hospital .col3-1 .title_box .title small {
  font-size: 0.8em;
}
body.location .daily_life .city_hall {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 567px) {
  body.location .daily_life .city_hall {
    display: block;
  }
}
body.location .daily_life .city_hall > * {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 567px) {
  body.location .daily_life .city_hall > * {
    width: 100%;
  }
}
body.location .daily_life .city_hall > *.city_hall_box {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
body.location .daily_life .city_hall > *.city_hall_box h4 {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
body.location .daily_life .city_hall > *.city_hall_box h4 span {
  font-size: 0.64em;
}
body.location .daily_life .city_hall > *.city_hall_box .time {
  display: flex;
  align-items: baseline;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 20px auto;
  white-space: nowrap;
  font-size: 1.2em;
}
body.location .daily_life .city_hall > *.city_hall_box .time .walk {
  font-size: 0.8em;
}
body.location .daily_life .city_hall > *.city_hall_box .time .min_big {
  margin: 0 0.08em;
  font-size: 1.48em;
  letter-spacing: -1px;
}
body.location .daily_life .city_hall > *.city_hall_box .time .min_small {
  font-size: 0.9em;
}
body.location .daily_life .city_hall > *.city_hall_box .time .meter {
  font-size: 0.8em;
}
@media screen and (max-width: 567px) {
  body.location .area_walking_map > *:has(+ .area_walking_map_title) {
    margin: 0 auto;
  }
}
body.location .area_walking_map .area_walking_map_title {
  margin: 24px 0 0;
}
@media screen and (max-width: 567px) {
  body.location .area_walking_map .area_walking_map_title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
body.location .area_walking_map .restaurant .title_box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 16px;
  padding-bottom: 4px;
  border-bottom: solid 2px #231815;
}
body.location .area_walking_map .restaurant .title_box .title {
  font-size: 2rem;
}
@media screen and (max-width: 567px) {
  body.location .area_walking_map .restaurant .title_box .title {
    font-size: 1.8rem;
  }
}
body.location .area_walking_map .restaurant .title_box .walk {
  text-align: right;
  white-space: nowrap;
  font-size: 1.3rem;
}
body.location .area_walking_map .restaurant .title_box .walk .big_min {
  font-size: 2.4rem;
}
body.location .area_walking_map .restaurant .title_box .walk .small-min {
  font-size: 1em;
}
body.location .area_walking_map .restaurant .title_sub_box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 8px 0 10px;
  font-size: 0.8em;
}
body.location .area_walking_map .restaurant .body {
  line-height: 1.6;
  font-size: 0.96em;
}
body.location .noge_history {
  position: relative;
  display: flex;
  gap: 16px;
  width: 1000px;
  margin: 30px auto 0;
  padding: 32px 32px 24px;
}
@media screen and (max-width: 567px) {
  body.location .noge_history {
    display: block;
    width: 90%;
    margin-top: 24px;
    padding: 16px;
  }
}
body.location .noge_history::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  border: solid 1px #70586f;
  content: "";
}
body.location .noge_history::after {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #f2eff2;
  border: solid 2px #70586f;
  mix-blend-mode: multiply;
}
body.location .noge_history__read {
  width: calc(42.5% - 16px);
}
@media screen and (max-width: 567px) {
  body.location .noge_history__read {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
body.location .noge_history__read::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  content: "";
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #70586f;
  background-color: #fff;
  border-radius: 0 0 100% 0;
}
body.location .noge_history__read::after {
  position: absolute;
  top: 0;
  right: -2px;
  z-index: -2;
  content: "";
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: #70586f;
  background-color: #fff;
  border-radius: 0 0 0 100%;
}
body.location .noge_history__read > div:first-child {
  position: relative;
  top: -10px;
  width: 50%;
}
@media screen and (max-width: 567px) {
  body.location .noge_history__read > div:first-child {
    width: 64%;
  }
}
body.location .noge_history__read p {
  font-size: 1.3rem;
  line-height: 1.5;
}
body.location .noge_history__read p:last-child {
  margin-bottom: 0;
}
body.location .noge_history__history {
  width: calc(37.5% - 16px);
}
@media screen and (max-width: 567px) {
  body.location .noge_history__history {
    width: 100%;
    margin-top: 16px;
  }
}
body.location .noge_history__history::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -2;
  content: "";
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #70586f;
  background-color: #fff;
  border-radius: 0 100% 0 0;
}
body.location .noge_history__history::after {
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: -2;
  content: "";
  width: 16px;
  height: 16px;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #70586f;
  background-color: #fff;
  border-radius: 100% 0 0 0;
}
body.location .noge_history__history ul {
  margin-bottom: 0;
}
body.location .noge_history__history ul li {
  display: flex;
  align-items: baseline;
  margin-bottom: 3px;
}
body.location .noge_history__history ul li .year {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  color: #989399;
  white-space: nowrap;
  line-height: 1;
}
body.location .noge_history__history ul li .year span {
  font-size: 1.16rem;
  color: #333;
  vertical-align: middle;
}
body.location .noge_history__history ul li .body {
  position: relative;
  top: -2px;
  font-size: 1.3rem;
  line-height: 1.2;
}
body.location .noge_history__history ul li:last-child {
  margin-bottom: 0;
}
body.location .noge_history__image {
  width: 20%;
}
@media screen and (max-width: 567px) {
  body.location .noge_history__image {
    width: 100%;
    margin: 16px 0 0;
  }
}
body.location .noge_history__image .attribute-caption {
  width: auto !important;
}
body.location .noge_history__image .attribute-caption p {
  margin: 8px 0 0;
  text-align: right;
  font-size: 0.8em;
}
body.location .notice {
  margin-top: 30px;
}
body.location .col {
  margin-top: 30px;
}
@media screen and (max-width: 567px) {
  body.location .col {
    margin-top: 20px;
  }
}
body.location .flex_txt {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 567px) {
  body.location .flex_txt {
    display: block;
  }
}
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.plan .cc-section__inner .plan-list:nth-last-child(2) .plan-list__content__image img {
  height: auto;
}

/*-----------------------------------------------------------
 最寄
-----------------------------------------------------------*/
/*
.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;
        }
      }
    }
  }
}
*/
/*------------------------------------------------------------
クオリティ
-----------------------------------------------------------*/
body.quality .facility-item-tt .text__inner img {
  width: 100px;
}

/*
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{
}
*/
/*------------------------------------------------------------
クオリティ
-----------------------------------------------------------*/
/*
.quality{
　　
}
*/
/*----------------------------------------------------------
プラン　詳細
-----------------------------------------------------------*/
/*
.plan{
}
*//*# sourceMappingURL=kiyosumishirakawa-r.css.map */