@charset "utf-8";

.access {
    margin-top: 8.1rem;
    width: 100vw;
    text-align: center;
}

.menu-item .border::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #333333;
    bottom: -0.4rem;
    transform: scale(0, 1);
    transform-origin: center top;
    /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    transition: transform 0.3s;
    /*変形の時間*/
}

.border:hover::after {
    transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
}


.accesstitle h2 {
    width: 100%;
    text-align: center;
    font-size: 3.6rem;
    padding: 11.2rem 0 5.4rem 0;
}

.nooklogo {
    margin-top: 6.6rem;
}

.nooklogo h3 {
    font-size: 3.2rem;
}

address {
    margin-top: 7.5rem;
}


address p {
    font-size: 2rem;
    line-height: 5rem;
}

.Transportation p {
    margin-top: 7rem;
    font-size: 2rem;
    line-height: 5rem;
}

.map-container {
    margin-top: 13.6rem;
}

.map-container iframe {
    width: 960px;
    height: 439px;
    border: 0;

}

footer {
    margin-top: 33.2rem;
    height: 47rem;
    background-color: #567272;
}

.information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    font-size: 2rem;
    color: #fff;
    padding-top: 13rem;
}

.footer-menu {
    width: 11.5rem;
    height: 21.1rem;
    margin: 0 auto;
}

.footer-menu ul {
    line-height: 4.5rem;
}

.sns {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
}

.sns a img {
    width: 3.7rem;
}

.footer-logo {
    margin: 0 auto;
}

.footer-logo h3 {
    font-size: 6.4rem;
    font-weight: bold;
    text-align: center;
}

.footer-address {
    margin-top: 4rem;
    line-height: 5rem;
    letter-spacing: 0.2rem;
}

.businessdays {
    margin: 0 auto;
    line-height: 3.5rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
}

.Regularholiday {
    margin-top: 3rem;
}