@charset "UTF-8";
/* Icon Font */
/*------------------------------------------------------------
kv
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .kv {
    padding-top: 63.66%;
    position: relative;
    overflow: hidden;
  }
  .kv .pc-hide {
    display: none;
  }
  .kv .sp-hide {
    display: block;
  }
  .shinjukuochiai_kvbg_01 {
    background-image: url(../img/shinjukuochiai/top/kv01.jpg);
    opacity: 1;
    -webkit-transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .shinjukuochiai_kvbg_01.is-hide {
    opacity: 0;
  }
  .shinjukuochiai_kvbg_02 {
    background-image: url(../img/shinjukuochiai/top/kv02.jpg);
    z-index: 200;
    opacity: 0;
    -webkit-transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .shinjukuochiai_kvbg_02.is-show {
    opacity: 1;
  }
  .shinjukuochiai_kvbg_01, .shinjukuochiai_kvbg_02 {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 100%;
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 63.66%;
  }
  .shinjukuochiai_kv__copy1, .shinjukuochiai_kv__copy2 {
    position: absolute;
    left: 50px;
    z-index: 1000;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .shinjukuochiai_kv__copy1.is-show, .shinjukuochiai_kv__copy2.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .shinjukuochiai_kv__copy1 img, .shinjukuochiai_kv__copy2 img {
    width: 80%;
    height: auto;
  }
  .shinjukuochiai_kv__copy1 {
    top: 50px;
  }
  .shinjukuochiai_kv__copy2 {
    top: 130px;
  }
  .shinjukuochiai_kv__scroll {
    display: none;
  }
}

@media screen and (max-height: 600px) and (min-width: 568px) {
  .kv {
    padding-top: 37.27%;
  }
}

@media screen and (max-width: 567px) {
  .kv {
    height: calc(100vh - 86px);
    position: relative;
  }
  .kv .pc-hide {
    display: block;
  }
  .kv .sp-hide {
    display: none;
  }
  .shinjukuochiai_kv__copy1-1-sp {
    top: 3%;
    left: 4%;
    position: absolute;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    z-index: 1000;
    width: 30vw;
  }
  .shinjukuochiai_kv__copy1-1-sp.is-show {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
    -webkit-transition: opacity ease-in 0.6s, -webkit-transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, -webkit-transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, transform ease-in 0.6s, -webkit-transform ease-in 0.6s;
  }
  .shinjukuochiai_kv__copy1-2-sp {
    top: 10%;
    left: 4%;
    position: absolute;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    z-index: 1000;
    width: 73vw;
  }
  .shinjukuochiai_kv__copy1-2-sp.is-show {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
    -webkit-transition: opacity ease-in 0.6s, -webkit-transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, -webkit-transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, transform ease-in 0.6s, -webkit-transform ease-in 0.6s;
  }
  .shinjukuochiai_kv__copy2 {
    top: 17%;
    left: 4%;
    position: absolute;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
    z-index: 1000;
    width: 54vw;
  }
  .shinjukuochiai_kv__copy2.is-show {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
    -webkit-transition: opacity ease-in 0.6s, -webkit-transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, -webkit-transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, transform ease-in 0.6s;
    transition: opacity ease-in 0.6s, transform ease-in 0.6s, -webkit-transform ease-in 0.6s;
  }
  .shinjukuochiai_kvbg_01 {
    background-image: url(../img/shinjukuochiai/top/kv01.jpg);
    opacity: 1;
    -webkit-transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .shinjukuochiai_kvbg_01.is-hide {
    opacity: 0;
  }
  .shinjukuochiai_kvbg_02 {
    background-image: url(../img/shinjukuochiai/top/kv02.jpg);
    opacity: 0;
    -webkit-transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: opacity 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }
  .shinjukuochiai_kvbg_02.is-show {
    opacity: 1;
  }
  .shinjukuochiai_kvbg_01,
  .shinjukuochiai_kvbg_02 {
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background-position: top left -36vw;
  }
  .shinjukuochiai_kvbg_01.is-show,
  .shinjukuochiai_kvbg_02.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .shinjukuochiai_kv__scroll {
    width: 11%;
    top: 90%;
    position: absolute;
    left: 50%;
    opacity: 0;
  }
  .shinjukuochiai_kv__scroll.is-show {
    -webkit-animation: encourageScroll 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2 forwards;
    animation: encourageScroll 1.5s cubic-bezier(0.39, 0.575, 0.565, 1) 2 forwards;
  }
}

@-webkit-keyframes encourageScroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(-60%);
    transform: translateX(-50%) translateY(-60%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}

@keyframes encourageScroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(-60%);
    transform: translateX(-50%) translateY(-60%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}

/*------------------------------------------------------------
Concept
-----------------------------------------------------------*/
.concept-kv {
  background-position: center top;
  background-size: 100% auto;
  line-height: 0;
  position: relative;
  text-indent: -9999px;
}

@media print, screen and (min-width: 568px) {
  .concept-kv {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url(../img/shinjukuochiai/concept/img_concept01.jpg);
    padding-top: calc((700 / 1920 ) * 100%);
  }
}

@media screen and (max-width: 567px) {
  .concept-kv {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url(../img/shinjukuochiai/concept/img_concept01sp.jpg);
    background-size: 100% auto;
    background-position: center  top;
    padding-top: calc((400 /800 ) * 100%);
  }
}

.so-concept01 {
  background-color: #00105b;
  color: #fff;
}

@media print, screen and (min-width: 568px) {
  .so-concept01 {
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
  }
}

@media screen and (max-width: 567px) {
  .so-concept01 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media print, screen and (min-width: 568px) {
  .so-concept01 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 567px) {
  .so-concept01 {
    padding: 30px;
  }
}

@media print, screen and (min-width: 568px) {
  .so-concept01 p {
    font-size: 2.1rem;
  }
}

@media print, screen and (min-width: 568px) {
  .so-concept01__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
  }
}

@media screen and (max-width: 567px) {
  .so-concept01__block {
    margin-top: 35px;
    text-align: center;
  }
  .so-concept01__block div + div {
    margin-top: 40px;
  }
  .so-concept01__block img {
    width: 100%;
  }
}

.so-concept02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 568px) {
  .so-concept02 {
    margin-top: 45px;
  }
}

@media screen and (max-width: 567px) {
  .so-concept02 {
    margin-top: 30px;
  }
}

.so-concept02 > div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media print, screen and (min-width: 568px) {
  .so-concept02 > div {
    width: 275px;
  }
}

@media screen and (max-width: 567px) {
  .so-concept02 > div {
    width: 48%;
  }
}

@media screen and (max-width: 567px) {
  .so-concept02 > div:nth-child(2) ~ div {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 568px) {
  .so-concept02 > div:nth-child(4) ~ div {
    margin-top: 30px;
  }
}

@media screen and (max-width: 567px) {
  .so-concept02 ul.notice {
    font-size: 0.8rem;
  }
}

.so-concept03 {
  background-position: center top;
  color: #fff;
}

@media print, screen and (min-width: 568px) {
  .so-concept03 {
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
  }
}

@media screen and (max-width: 567px) {
  .so-concept03 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media print, screen and (min-width: 568px) {
  .so-concept03 {
    background-image: url(../img/shinjukuochiai/concept/img_concept12.jpg);
    height: 420px;
    padding-top: 35px;
  }
  .so-concept03 p {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 567px) {
  .so-concept03 {
    background: -webkit-gradient(linear, left top, right top, from(#014086), to(#003f82));
    background: linear-gradient(to right, #014086 0%, #003f82 100%);
    background-image: url(../img/shinjukuochiai/concept/img_concept12sp.jpg);
    background-size: cover;
    background-position: center bottom;
    height: 400px;
  }
}

@media print, screen and (min-width: 568px) {
  .so-concept03__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 567px) {
  .so-concept03__header {
    padding-top: 30px;
    text-align: center;
  }
  .so-concept03__header br:not(.spbr) {
    display: inherit;
  }
  .so-concept03__header img {
    width: 150px;
  }
}

@media print, screen and (min-width: 568px) {
  .so-concept03__header div + div {
    margin-left: 55px;
  }
}

@media screen and (max-width: 567px) {
  .so-concept03__header div + div {
    margin-top: 20px;
  }
}

@media screen and (max-width: 567px) {
  .so-concept04 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 567px) {
  .so-concept04 p.text-center {
    text-align: center;
  }
}

@media screen and (max-width: 567px) {
  .so-concept04 ul.notice {
    margin-top: 20px;
  }
}

.so-concept05 .caption {
  font-size: 1.4rem;
  margin-top: 5px;
  text-align: right;
}

@media screen and (max-width: 567px) {
  .so-concept05 .caption {
    font-size: 1.2rem;
  }
}

.so-concept06 .label {
  color: #fff;
  background: #1b99d6;
}

.so-concept06 .labelin__title {
  color: #1b99d6;
}

@media print, screen and (min-width: 568px) {
  .so-concept06 h4.labelin .labelin__att {
    display: inline-block;
    margin-left: 15px;
  }
}

@media screen and (max-width: 567px) {
  .so-concept06 .col2 > div + div {
    margin-top: 25px;
  }
}

.link-location-blocks .block a {
  background-image: url(../img/shinjukuochiai/concept/img_concept-location.jpg);
}

.link-location-blocks .block a:before {
  background: rgba(0, 0, 0, 0.15);
}

/*------------------------------------------------------------
guide
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  body.guide_html .header__top,
  body.guide_html .footer-clearth,
  body.guide_html .guide-content,
  body.guide_html .guide-content__location {
    width: 1200px;
  }
}

body.guide_html .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (max-width: 567px) {
  body.guide_html .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

body.guide_html .col .col {
  margin-top: 0;
}

body.guide_html .col .col .col2, body.guide_html .col .col .col3-1, body.guide_html .col .col .col3-2 {
  margin-bottom: 0;
}

@media print, screen and (min-width: 568px) {
  body.guide_html .col > * {
    margin-bottom: 10px;
  }
}

body.guide_html .col > * .attribute-image + * {
  margin-top: 14px;
}

body.guide_html .col > * .attribute-image + h4 + * {
  margin-top: 12px;
}

body.guide_html .col .col3-1 {
  width: 32%;
}

body.guide_html .col .col3-2 {
  width: 66%;
}

@media screen and (max-width: 567px) {
  body.guide_html .col .col3-1, body.guide_html .col .col3-2 {
    width: 100%;
  }
}

body.guide_html .col .col2 * + h4, body.guide_html .col .col3-1 * + h4, body.guide_html .col .col3-2 * + h4 {
  margin-top: 14px;
}

body.guide_html .col .last-row-col {
  margin-bottom: 0;
}

@media screen and (max-width: 567px) {
  body.guide_html .col .col-image-spfull .attribute-image {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 567px) {
  body.guide_html .col > * + * {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 568px) {
  body.guide_html .col .col3-1 {
    width: 490px;
  }
}

@media screen and (max-width: 567px) {
  body.guide_html .col .col3-1 {
    margin: 0;
  }
}

@media print, screen and (min-width: 568px) {
  body.guide_html .col .col3-2 {
    width: 695px;
  }
}

@media screen and (max-width: 567px) {
  body.guide_html .col .col3-2 {
    margin: 0;
  }
}

/*------------------------------------------------------------
location
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .location_html .cc-section:first-of-type h2 + p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.location_html .location-point__item {
  background: #f5f5f5;
}

.location_html .location-point__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 0;
  padding: 0 15px;
}

@media screen and (max-width: 567px) {
  .location_html .location-point__item__title {
    padding: 0 8px;
  }
}

@media screen and (max-width: 567px) {
  .location_html .location-point__item__title img {
    width: 40px;
  }
}

.location_html .location-point__item__title p {
  margin: 0 0 0 15px;
  font-size: 2rem;
}

@media screen and (max-width: 567px) {
  .location_html .location-point__item__title p {
    margin: 0 0 0 8px;
    font-size: 1.6rem;
  }
}

.location_html .location-point__item__text {
  margin: 10px 0 0;
  padding: 0 15px 15px;
}

@media screen and (max-width: 567px) {
  .location_html .location-point__item__text {
    padding: 0 8px 8px;
  }
}

.location_html .location-point__item__text p {
  margin: 0;
}

@media print, screen and (min-width: 568px) {
  .location_html .location-point__top .location-point__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .location_html .location-point__top .location-point__item img {
    display: block;
    width: 100%;
  }
}

@media print, screen and (min-width: 568px) and (min-width: 568px) {
  .location_html .location-point__top .location-point__item__title img {
    width: 53px;
  }
}

@media print, screen and (min-width: 568px) {
  .location_html .location-point__top .location-point__item__title p {
    white-space: nowrap;
    word-break: keep-all;
  }
  .location_html .location-point__top .location-point__item__text {
    margin: 12px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.location_html .location-point__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.location_html .location-point__bottom .location-point__item {
  width: 48%;
  margin-top: 30px;
}

@media print, screen and (min-width: 568px) {
  .location_html .location-point__bottom .location-point__item {
    width: 384px;
  }
}

.location_html .location-point__bottom .location-point__item.short {
  width: 48%;
}

@media print, screen and (min-width: 568px) {
  .location_html .location-point__bottom .location-point__item.short {
    width: 280px;
  }
}

.location_html .location-point__bottom .location-point__item.short .location-point__item__title {
  margin: 15px 0 0;
}

@media screen and (max-width: 567px) {
  .location_html .cc-section.history .section__header {
    overflow: hidden;
  }
  .location_html .cc-section.history .section__header img {
    height: 320px;
    width: auto;
    max-width: inherit;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
}

.location_html .cc-section.history .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.location_html .cc-section.history .col2-img {
  width: 230px;
}

@media screen and (max-width: 567px) {
  .location_html .cc-section.history .col2-img {
    width: 40%;
  }
}

.location_html .cc-section.history .col2-txt {
  width: 320px;
}

@media screen and (max-width: 567px) {
  .location_html .cc-section.history .col2-txt {
    width: 55%;
  }
  .location_html .cc-section.history .col2-txt h4 {
    text-align: left;
  }
}

@media screen and (max-width: 567px) {
  .location_html .cc-section.history .col2 + .col2 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 567px) {
  .location_html .cc-section.history .col3-1 {
    padding: 0 20px;
  }
}

.location_html .cc-section.history .col3-1-txt {
  margin: 15px 0 0;
}

.location_html .guide-block {
  background: #f0fcff;
  padding-top: 1px;
  text-align: center;
}

@media print, screen and (min-width: 568px) {
  .location_html .guide-block__station {
    margin: 50px auto 0;
    width: 770px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 567px) {
  .location_html .guide-block__station {
    margin: 20px auto 0;
    text-align: left;
    width: 190px;
  }
  .location_html .guide-block__station img {
    margin-top: 13px;
  }
  .location_html .guide-block__station img:nth-of-type(2) {
    width: calc(190px * 0.937);
  }
  .location_html .guide-block__station img:first-of-type {
    width: calc(190px * 0.941);
  }
  .location_html .guide-block__station img:last-of-type {
    width: 190px;
  }
}

.location_html .guide-block .btn-guide {
  display: block;
  padding: 10px;
  border: 1px solid #8c8055;
  text-align: center;
  margin-top: 30px;
  background: #fff;
}

@media print, screen and (min-width: 568px) {
  .location_html .guide-block .btn-guide {
    display: inline-block;
    width: 350px;
  }
}

.location_html .guide-block .btn-guide:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 106px;
  text-align: center;
  font-family: concieria;
  content: "";
  font-size: 2rem;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 567px) {
  .location_html .guide-block .btn-guide:before {
    left: 10px;
  }
}

/*------------------------------------------------------------
design
-----------------------------------------------------------*/
.design_html {
  /*.material{
    .col{
      background: #000;
      padding: 20px ;
      color: #fff;
      align-items: center;
      border: 3px solid #8b8054;
      @include mq(pc) {
        padding: 30px 120px;
      }
      &3-2{
        @include mq(pc) {
          width: 63%;
        }
      }
      & > *{
        @include mq(pc) {
        margin-bottom: 0;
        }
      }
    }
  }*/
}

@media print, screen and (min-width: 568px) {
  .design_html .design-facade-box__summary {
    margin-left: 0;
    margin-right: 45px;
  }
}

@media screen and (max-width: 567px) {
  .design_html .design-facade-box__summary {
    margin-top: 20px;
  }
}

@media screen and (max-width: 567px) {
  .design_html .design-facade-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

@media print, screen and (min-width: 568px) {
  .design_html .design-facade-box__summary__message {
    padding-top: 100px;
  }
}

.design_html .design-facade-box__summary__message p {
  text-align: left;
  margin-top: 12px;
}

@media screen and (max-width: 567px) {
  .design_html .design-facade-box__summary__message p {
    margin-bottom: 30px;
  }
}

.design_html .design-facade-box__summary__message__material {
  margin: 130px 60px 0;
}

@media screen and (max-width: 567px) {
  .design_html .design-facade-box__summary__message__material {
    margin: 30px 40px 0;
  }
}

/*------------------------------------------------------------
quality
-----------------------------------------------------------*/
@media print, screen and (min-width: 568px) {
  .quality_html .fa-list .fa-2.side + .fa-2.up {
    margin-top: 70px;
  }
}

.quality_html .fa-list ul.notice {
  margin-top: 10px;
}
