.location-inner {
    max-width: 1280px;
    padding: 0 40px;
    margin: auto;
    position: relative;
}
@media screen and (max-width: 767px) {
    .location-inner {
        padding: 0 20px;
    }
}
.location-mv {
    position: relative;
    z-index: 2;
    padding-top: 90px;
}
@media screen and (max-width: 767px) {
    .location-mv {
        padding-top: 60px;
    }
}
.location-mv img {
    display: block;
}
.location-concept {
    background: transparent url(../img/lineup/yokohama-kannai/location/concept-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 120px 0;
    margin-top: -70px;
}
@media screen and (max-width: 767px) {
    .location-concept {
        padding-bottom: 80px;
    }
}
.location-concept-title {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: .2em;
    margin-bottom: 53px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .location-concept-title {
        font-size: 40px;
        margin-bottom: 24px;
    }
}
.location-concept-title small {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: .05em;
    display: block;
}
@media screen and (max-width: 767px) {
    .location-concept-title small {
        font-size: 20px;
    }
}
.location-concept-description {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.4;
    letter-spacing: .06em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
    .location-concept-description {
        font-size: 16px;
    }
}
.location-restaurants {
    background: transparent url(../img/lineup/yokohama-kannai/location/restaurants-bg.png) center top no-repeat;
    background-size: 100% auto;
    margin-top: 82px;
}
.location-restaurants-h2 {
    width: 588px;
    margin: 0 auto;
    max-width: 100%;
}
.location-restaurants-section {
    margin: 40px 0;
}
.location-restaurants-h3 {
    width: 150px;
    margin: 0 auto 39px;
}
@media screen and (max-width: 767px) {
    .location-restaurants-h3 {
        width: 110px;
    }
}
.location-restaurants-list {
    display: flex;
    flex-wrap: wrap;
    gap: 55px 30px;
    list-style: none;
}
@media screen and (max-width: 767px) {
    .location-restaurants-list {
        gap: 40px 20px;
    }
}
.location-restaurants-list > li {
    width: calc(25% - 22.5px);
}
@media screen and (max-width: 767px) {
    .location-restaurants-list > li {
        width: calc(50% - 10px);
    }
}
.location-restaurants-list-image {
    margin-bottom: 16px;
}
.location-restaurants-list-title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}
.location-restaurants-list-title .number {
    flex-shrink: 0;
    display: block;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: "tt-commons-pro", sans-serif;
    background-color: #BC5204;
    line-height: 1;
    padding-top: 3px;
}
.location-restaurants-list-title .number.black {
    background-color: #000;
}
.location-restaurants-list-title .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .location-restaurants-list-title .name {
        font-size: 16px;
    }
}
.location-restaurants-list-description {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .06em;
    font-feature-settings: "palt";
}
.location-tab {
    margin-top: 86px;
}
.location-tab-nav {
    display: flex;
    align-items: flex-end;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.location-tab-nav-item {
    width: 100%;
    background-color: #fff;
    display: block;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    transition: none;
    border: 2px solid #C7A388;
}
.location-tab-nav-item[aria-selected="true"] {
    background-color: #C7A388;
    color: #fff;
}
.location-tab-contents-item {
    display: none;
}
.location-tab-contents-item[aria-hidden="false"] {
    display: block;
}
.location_note {
    margin-top: 12px;
}
.location_note p {
    font-size: 11px;
    text-align: left;
    line-height: 1.8;
}




.location-development {
    margin-top: 177px;
}
@media screen and (max-width: 767px) {
    .location-development {
        margin-top: 80px;
    }
}
.location-development-h2 {
    font-family: "tt-commons-pro", sans-serif;
    font-weight: 700;
    font-size: 75px;
    line-height: 1;
    margin-bottom: 68px;
    padding-top: 194px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .location-development-h2 {
        padding-top: 120;
        font-size: 38px;
    }
}
.location-development-h2-outline {
    letter-spacing: 0.1em;
    -webkit-text-stroke: 3px #BC5204;
    text-stroke: 3px #BC5204;
    color: #fff;
    display: block;
}
@media screen and (max-width: 767px) {
    .location-development-h2-outline {
        -webkit-text-stroke: 2px #BC5204;
        text-stroke: 2px #BC5204;
    }
}
.location-development-header {
    position: absolute;
    top: 0;
    left: 296px;
    z-index: -1;
    width: 1121px;
    max-width: calc(100vw - 296px);
}
@media screen and (max-width: 767px) {
    .location-development-header {
        width: 340px;
        max-width: 100%;
        right: 0px;
        left: auto;
    }
}
.location-development-base {
    max-width: 485px;
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}
.location-development-base-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 32px;
    letter-spacing: .06em;
}
@media screen and (max-width: 767px) {
    .location-development-base-title {
        font-size: 24px;
    }
}
.location-development-base-description {
    font-size: 16px;
    line-height: 2;
    letter-spacing: .06em;
    font-feature-settings: "palt";
    margin-top: 1em;
}
.location-development-live {
    background-color: #C7A388;
    display: flex;
    align-items: center;
    gap: 42px;
    width: 100%;
    padding: 28px 32px 32px 69px;
    color: #fff;
    margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
    .location-development-live {
        flex-direction: column-reverse;
        padding: 20px;
        gap: 20px;
    }
}
.location-development-live-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 22px;
    letter-spacing: .06em;
}
@media screen and (max-width: 767px) {
    .location-development-live-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
.location-development-live-description {
    font-size: 16px;
    line-height: 2;
    letter-spacing: .06em;
    font-feature-settings: "palt";
}
.location-development-live-image img {
    border-radius: 15px;
    display: block;
    width: 376px;
}
@media screen and (max-width: 767px) {
    .location-development-live-image img {
        width: 100%;
    }
}
.location-development-places {
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
}
.location-development-places > li {
    width: calc(50% - 28px);
    border-top: 1px solid #000;
    padding-top: 32px;
    display: flex;
    gap: 40px;
}
@media screen and (max-width: 767px) {
    .location-development-places > li {
        width: 100%;
        flex-direction: column-reverse;
        gap: 20px;
    }
}
.location-development-places-text {
    width: 230px;
}
@media screen and (max-width: 767px) {
    .location-development-places-text {
        width: 100%;
    }
}
.location-development-places-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
    .location-development-places-title {
        margin-bottom: 8px;
    }
}
.location-development-places-description {
    font-size: 16px;
    line-height: 2;
    letter-spacing: .06em;
    font-feature-settings: "palt";
}
.location-development-places-image {
    width: 300px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .location-development-places-image {
        width: 100%;
    }
}
.location-development-places-image-badge {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 90px;
    height: 90px;
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    font-size: 10px;
    text-align: center;
    display: grid;
    place-content: center;
    place-items: center;
}
.location-development-places-image-badge .strong {
    font-size: 15px;
    display: block;
    font-weight: 500;
}
.location-development-places-caption {
    font-size: 10px;
}
.location-facilities {
    background: transparent url(../img/lineup/yokohama-kannai/location/facilities-bg.png) center top 131px no-repeat;
    background-size: cover;
    margin-top: 196px;
    padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .location-facilities {
        margin-top: 80px;
    }
}
.location-facilities-h2 {
    width: 913px;
    margin: 0 auto 93px;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .location-facilities-h2 {
        margin-bottom: 40px;
    }
}
.location-facilities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 55px 50px;
    list-style: none;
    margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
    .location-facilities-list {
        gap: 40px 20px;
    }
}
.location-facilities-list > li {
    width: calc(25% - 37.5px);
}
@media screen and (max-width: 767px) {
    .location-facilities-list > li {
        width: calc(50% - 10px);
    }
}
.location-facilities-list-image {
    margin-bottom: 16px;
}
.location-facilities-list-title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}
.location-facilities-list-title .number {
    flex-shrink: 0;
    display: block;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: "tt-commons-pro", sans-serif;
    background-color: #BC5204;
}
.location-facilities-list-title .number.black {
    background-color: #000;
}
.location-facilities-list-title .name {
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .location-facilities-list-title .name {
        font-size: 16px;
    }
}
.location-facilities-list-description {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: .06em;
    font-feature-settings: "palt";
}
.location-after {
    background: transparent url(../img/lineup/yokohama-kannai/location/after-bg.png) center top 14px no-repeat;
    margin-top: 196px;
    margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
    .location-after {
        margin-top: 80px;
    }
}
.location-after-h2 {
    width: 710px;
    margin: 0 auto 86px;
    max-width: 100%;
}
.location-after-list {
    padding: 0 10px;
}
@media screen and (max-width: 1180px) {
    .location-after-list {
        padding: 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .location-after-list {
        padding: 0;
    }
}
.location-after-list > li {
    position: relative;
    display: flex;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .location-after-list > li {
        display: block;
    }
}
.location-after-list > li:nth-child(2n) {
    flex-direction: row-reverse;
}
.location-after-list > li:nth-child(2n) .location-after-list-image {
    border-radius: 0 0 20px 0;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .location-after-list > li:nth-child(2n) .location-after-list-image {
        border-radius: 0 20px 0 0;
    }
}
.location-after-list > li:nth-child(2n) .location-after-list-text {
    border-radius: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
    .location-after-list > li:nth-child(2n) .location-after-list-text {
        border-radius: 0 0 0 20px;
    }
}
.location-after-list > li:nth-child(2n+1) .location-after-list-image {
    border-radius: 0 0 0 20px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .location-after-list > li:nth-child(2n+1) .location-after-list-image {
        border-radius: 20px 0 0 0;
    }
}
.location-after-list > li:nth-child(2n+1) .location-after-list-text {
    border-radius: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
    .location-after-list > li:nth-child(2n+1) .location-after-list-text {
        border-radius: 0 0 20px 0;
    }
}
.location-after-list-image {
    width: 550px;
}
@media screen and (max-width: 767px) {
    .location-after-list-image {
        width: 100%;
    }
}
.location-after-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.location-after-list-text {
    width: 630px;
    background-color: #EFECE7;
    padding: 28px 34px 35px 45px;
}
@media screen and (max-width: 767px) {
    .location-after-list-text {
        padding: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .location-after-list-text--2 {
        padding-left: 84px;
    }
}
.location-after-list-text--3 {
    padding-right: 84px;
}
.location-after-list-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .06em;
    margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
    .location-after-list-title {
        font-size: 18px;
    }
}
.location-after-list-description {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .06em;
    font-feature-settings: "palt";
}
.location-after-list-illust1 {
    position: absolute;
    top: -130px;
    right: 197px;
    width: 59px;
}
@media screen and (max-width: 767px) {
    .location-after-list-illust1 {
        top: -84px;
        right: 60px;
        width: 38px;
    }
}
.location-after-list-illust2 {
    position: absolute;
    top: 91px;
    left: -86px;
    width: 70px;
}
@media screen and (max-width: 767px) {
    .location-after-list-illust2 {
        top: 154px;
        left: -17px;
        width: 56px;
    }
}
.location-after-list-illust3 {
    position: absolute;
    top: 70px;
    right: -70px;
    width: 130px;
}
@media screen and (max-width: 767px) {
    .location-after-list-illust3 {
        top: 247px;
        right: -20px;
        width: 95px;
    }
}
.location-after-list-illust4 {
    position: absolute;
    top: 154px;
    left: 546px;
    width: 70px;
}
@media screen and (max-width: 767px) {
    .location-after-list-illust4 {
        bottom: -111px;
        left: 60px;
        width: 56px;
        top: auto;
    }
}

/* ==========================
内覧予約へのボタン
========================== */
.lineup-reserve-button{
  text-align: center;
  margin-top: 180px;
  font-size: 20px;
  font-weight: 700;
}

.lineup-reserve-button a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  transition: .5s;
  position: relative;
  padding: 15px 35px;
}

.lineup-reserve-button a:hover{
  opacity: .5;
}

.lineup-reserve-button a span{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: absolute;
  width: 10px;
  height: 10px;
  transform: translateX(-25%) rotate(45deg);
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lineup-reserve-button a span::before,
.lineup-reserve-button a span::after{
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}

.lineup-reserve-button a span::before{
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}

.lineup-reserve-button a span::after{
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}

@media screen and (max-width: 767px) {

  .lineup-reserve-button{
    margin-top: 150px;
    font-size: 16px;
    font-weight: 700;
  }

  .lineup-reserve-button a{
    width: 100%;
    padding: 12px 20px;
  }

  .lineup-reserve-button a span{
  right: 20px;
  }

}

