@charset "UTF-8";

/* facility-cont */
.facility-cont {
    padding-top: 80px;
}

/* facilityTitle */
.facilityTitle {
    text-align: center;
    color: #51646B;
}

.facilityTitle h2 {
    font-size: 6.8rem;
    line-height: 1;
    margin-bottom: 10px;
}

.main-ttl {
    display: block;
}

.sub-ttl {
    font-size: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-ttl~.sub-ttl {
    margin-top: 80px;
}

.sub-ttl::before,
.sub-ttl::after {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 2px;
    background-color: #51646B;
    margin: 0 .5em;
}

/* Supermarket */
.supermarket-kasumi {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
}

.supermarket-kasumi dt {
    width: 60%;
}

.supermarket-kasumi dt h3 {
    font-size: 1.8rem;
    font-weight: bold;
}

.supermarket-kasumi dt p {
    line-height: 2;
    margin-top: 20px;
}

.supermarket-kasumi dd {
    width: 40%;
}

.supermarket-kasumi .market-cap {
    color: #fff;
    font-size: 1.1rem;
    font-family: 'Noto Sans JP';
    line-height: 1.2;
    position: absolute;
}

.supermarket-kasumi .market-cap:nth-of-type(1) {
    bottom: 52%;
    right: 51%;
}

.supermarket-kasumi .market-cap:nth-of-type(2) {
    bottom: 52%;
    right: 1%;
}

.supermarket-kasumi .market-cap:nth-of-type(3) {
    bottom: 1%;
    right: 51%;
}

.supermarket-kasumi .market-cap:nth-of-type(4) {
    bottom: calc(1% + 2rem);
    right: 1%;
}

/* Common Area */
.commonareaBox h3 {
    font-size: 1.8rem;
    font-weight: bold;
}

.commonareaBox dd p {
    font-size: 1.5rem;
    line-height: 1.8;
}

.commonareaBox dd p span {
    font-size: 1.2rem;
}

.commonareaBoxBig {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin-top: 80px;
}

.commonareaBoxBig dt {
    width: 50%;

}

.commonareaBoxBig dd {
    width: 50%;
}

.commonareaBoxBig dd p {
    margin: 20px 0;
}

.commonareaBox-Container {
    margin-top: 72px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
    gap: 64px 0;
}

.commonareaBox-Container .commonareaBox {
    flex-basis: 46%;
}

.commonareaBox-Container dd {
    margin-top: 16px;
}

/* Others */
.othersList {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: flex-start;
    gap: 56px 5%;
}

.othersList li {
    flex-basis: 30%;
}

.othersList h3 {
    font-size: clamp(1.5rem, 1.1571rem + 0.335vw, 1.8rem);
    /* font-size: 1.8rem; */
    font-weight: bold;
}

.othersList h3 span {
    display: inline-block;
}

.othersList figure {
    margin-top: 8px;
}

.img-cap span {
    font-size: .9rem;
}

.othersList p {
    margin-top: 8px;
    font-size: 1.5rem;
    line-height: 1.8;
}

/* Equipment */
.equipmentList {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    /* align-items: center; */
    gap: 56px 5%;
}

.equipmentList li {
    flex-basis: 30%;
}

.equipmentList h3 {
    font-size: 1.8rem;
    font-weight: bold;
}

.equipmentList figure,
.equipmentList p {
    margin-top: 8px;
    font-size: 1.5rem;
    line-height: 1.8;
}

@media screen and (max-width: 1023px) {

    .othersList,
    .equipmentList {
        gap: 56px 5%;
    }

    .othersList li,
    .equipmentList li {
        flex-basis: 47%;
    }

    .othersList h3 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 767px) {

    /* facility-cont */
    .facility-cont {
        padding-top: 40px;
    }

    /* facilityTitle */
    .facilityTitle h2 {
        font-size: 5.6rem;
    }

    .sub-ttl {
        font-size: 3.6rem;
    }

    .main-ttl~.sub-ttl {
        margin-top: 40px;
    }

    .sub-ttl::before,
    .sub-ttl::after {
        width: .5em;
    }

    /* Supermarket */
    .supermarket-kasumi {
        flex-direction: column-reverse;
        gap: 20px;
        margin-top: 40px;
    }

    .supermarket-kasumi dt {
        width: 100%;
    }

    .supermarket-kasumi dd {
        width: 100%;
    }

    /* Common Area */
    .commonareaBoxBig {
        flex-flow: row wrap;
        gap: 20px;
    }

    .commonareaBoxBig dt {
        width: 100%;
    }

    .commonareaBoxBig dd {
        width: 100%;
    }

    .commonareaBox-Container .commonareaBox {
        flex-basis: 100%;
    }

    /* Others */
    .othersList li {
        flex-basis: 100%;
    }

    /* Equipment */
    .equipmentList li {
        flex-basis: 100%;
    }
}




/* map */
#REMapframe {
    width: 100%;
    max-width: 1500px;
    height: 1000px;
    background-color: transparent;
    border: none;
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) {
    #REMapframe {
        height: 1150px;
    }
}










.line-v {
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    background: #51646b;
    transition: all 0.5s ease;
}

.on .line-v,
.line-v.on {
    height: 100%;
}

.line-h {
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: #51646b;
    transition: all 1s linear;
}

.on .line-h,
.line-h.on {
    width: 100%;
}

sup {
    line-height: 1;
}

.sec-cmarea {
    display: grid;
    grid-template-columns: 220px calc(100% - 220px);
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #51646b;
}

.sec-cmarea .line-v {
    left: 220px;
}

.type-list .item {
    cursor: pointer;
    font-size: clamp(1.8rem, 1.25vw, 1.8rem);
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    opacity: 0.35;
    transition: all 0.3s ease;
}

.type-list .item+.item {
    margin-top: 20px;
}

.type-list .item:before {
    background: url(../imgs/access/icon_active.svg) no-repeat center center / 100% auto;
    content: "";
    height: clamp(32px, 2.7083333333333333333vw, 39px);
    width: clamp(60px, 4.375vw, 63px);
    position: absolute;
    left: 0;
    right: 0;
    top: clamp(-7px, -0.83333333333333333333vw, -12px);
    margin: auto;
    opacity: 0;
    transition: all ease 0.5s;
    margin: auto;
}

.type-list .item.is-active {
    opacity: 1;
    pointer-events: none;
}

.type-list .item.is-active:before {
    opacity: 1;
    visibility: visible;
}

.cmarea-anchor {
    position: relative;
    z-index: 0;
    color: #51646b;
    text-align: center;
    min-height: 60vh;
}

.cmarea-anchor .cmarea-select {
    position: relative;
    top: 160px;
    padding-bottom: 80px;
}

.cmarea-anchor.is-fixed .cmarea-select {
    position: fixed;
}

.cmarea-anchor .ttl {
    font-size: clamp(1.4rem, 1.1111111111111111111vw, 1.6rem);
    letter-spacing: 0.04em;
    font-weight: 300;
    margin: 0 0 40px;
}

.cmarea-anchor.is-bottom .cmarea-select {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0 !important;

}

.cmarea-content {
    padding: clamp(15px, 5.5555555555555555556vw, 80px) clamp(15px, 5.5555555555555555556vw, 80px) clamp(15px, 5.5555555555555555556vw, 80px) clamp(15px, 5.3472222222222222222vw, 77px);
}

@media screen and (min-width: 768px) {
    .type-list .item:hover {
        opacity: 1;
    }

    .type-list .item:hover:before {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .sec-cmarea {
        grid-template-columns: 180px calc(100% - 180px);
    }

    .sec-cmarea .line-v {
        left: 180px;
    }
}

@media screen and (max-width: 1024px) {
    .cmarea-content {
        padding: 60px 15px;
    }
}

@media screen and (max-width: 767px) {
    .sec-cmarea {
        display: flex;
        flex-direction: column;
        padding: 0;
        gap: 40px;
        min-height: unset;
        padding: 0 15px 60px;
        border-bottom: none;
    }

    .sec-cmarea:not(.sec-train) {
        z-index: -1;
    }

    .cmarea-anchor {
        position: unset;
        z-index: unset;
        padding-top: 0;
        text-align: left;
        min-height: initial;
        height: 50px;
        opacity: 0;
        visibility: hidden;
    }

    .cmarea-anchor.active {
        opacity: 1;
        visibility: visible;
    }

    .cmarea-anchor .cmarea-select {
        padding-top: 15px;
        top: 0;
        position: unset;
    }

    .cmarea-anchor.is-bottom .cmarea-select {
        position: unset;
        top: auto;
        bottom: auto;
    }

    .cmarea-anchor.is-fixed .cmarea-select {
        top: 0;
        z-index: 1;
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(20px);
        left: 0;
        padding: 15px 15px 0;
        width: 100% !important;
        left: 0 !important;
        position: fixed !important;
        z-index: 100;
        bottom: unset;
    }

    .cmarea-anchor .ttl {
        margin: 0 0 8px;
    }

    .is-bot .cmarea-anchor .cmarea-select {
        position: absolute !important;
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        display: none;
    }

    .type-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .type-list .item {
        text-align: center;
        padding: 0 3px 5px !important;
        margin: 7px 7px 0 !important;
        min-width: 50px;
    }

    .type-list .item+.item {
        margin-top: 0;
    }

    .line-sp {
        width: calc(100% + 30px);
        margin-left: -15px;
        position: relative;
        height: 1px;
    }

    .type-list .item::before {
        width: 50px;
        height: 30px;
        left: 0;
        top: -7px;
        margin: auto;
    }

    .cmarea-content {
        padding: 0;
    }
}