@charset "UTF-8";
/* =======================================
Access
======================================= */
.access {
    display: flex;
    padding: 40px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    background-color: var(--primary-beige);
}

.access__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    font-family: Lato;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 88.889% */
    letter-spacing: 0.36px;
}

.access__title p {
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.12px;
}

.nagano_map {
    width: 375px;
    height: 414.29px;
    flex-shrink: 0;
    background-image: url(../images/nagano_map.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
}

.mapName {
    color: #594A32;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 15px; /* 125% */
}

/* 位置調整 */
.mapName_villa {
    position: absolute;
    top: 45px;
    left: 20px;  
}

.mapName_koyasu {
    text-align: right;
    position: absolute;
    top: 34px;
    right: 20px; 
}

.mapName_izuna {
    position: absolute;
    top: 134px;
    left: 20px; 
}

.mapName_cafe {
    text-align: right;
    position: absolute;
    top: 113px;
    right: 20px; 
}

.mapName_winery {
    text-align: right;
    position: absolute;
    top: 195px;
    right:20px; 
}

.attention {
    display: inline-flex;
    width: 77%;
    height: auto;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border: 1px dashed #705D3F;
    background: rgba(245, 242, 232, 0.30);
    font-size: 1.2rem;
    line-height: 18px; /* 150% */
    letter-spacing: 0.12px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Access-PC */
@media screen and (min-width:1000px) {
    .article {
        max-width: 1440px;
        margin: 0 auto;
    }

    .access {
        padding: 0;
        gap: 0px;
    }

    .access__title {
        display: flex;
        padding: 120px 0px 90px;
        font-size: 4rem;
        line-height: normal;
    }

    .access__title p {
        font-size: 1.4rem;
    }

    .nagano_map {
        width: 1000px;
        height: 887.607px;
        flex-shrink: 0;
        background-image: url(../images/nagano_map_PC.png);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        position: relative;
        margin: 0 auto;
    }

    .mapName {
        font-size: 2.4rem;
        line-height: normal;
        padding: 0 6px;
        background-image: linear-gradient(to right,#F2EABF, #F2EABF); 
        background-size: 0% 100%;
        background-repeat: no-repeat;
        background-position: center bottom;
        transition: all 0.4s ease;
    }

    .mapName:hover {
        background-size: 120% 100%;
        transform: translateY(-2px);
    }

    .br_sp {
        display: none;
    }

    /* 位置調整_PC*/
    .mapName_villa {
        position: absolute;
        top: 153px;
        left: 45px;  
    }

    .mapName_koyasu {
        text-align: right;
        position: absolute;
        top: 127px;
        right: 15px; 
    }

    .mapName_izuna {
        position: absolute;
        top: 367px;
        left: 45px; 
    }

    .mapName_cafe {
        text-align: right;
        position: absolute;
        top: 284px;
        right: 15px; 
    }

    .mapName_winery {
        text-align: right;
        position: absolute;
        top: 516px;
        right:15px; 
    }

    .attention {
        display: flex;
        width: 42.4%;
        font-size: 1.8rem;
        line-height: 32px; /* 177.778% */
        bottom: 10px;
        left: 782px;
    }
}/* pc 769px */

