@charset "UTF-8";

.topic__access{
    margin-top: 32px;
}

.topic__txt__access{
    color: var(--primary-red);
    text-align: center;
    margin-top: 8px;
}

.access{
    margin: 32px auto 0;
    padding: 0 16px;
}

.access__title{
    color: var(--primary-red);
    padding: 14px;
    float: left;
    clear: left;
    font-size: 1.6rem;
    vertical-align: text-bottom;
}

.access__txt{
    padding: 14px;
    font-size: 1.6rem;
    margin-top: -2px;
}

.border{
    border-top: 2px dashed var(--primary-white);
}

.map{
    width: 100%;
    height: 70vw;
    margin-top: 8px;
}

.access__title img{
    width: 22px;
    height: 22px;
    vertical-align: text-bottom;
}

.access__map__txt{
    margin-left: 40px;
}

.access__btm{
    margin: 0 auto;
    padding: 0 16px;
}

.access__btm__txt{
    padding: 0 8px 16px 8px;
    font-size: 1.6rem;
    margin-top: -2px;
}

.border__btm{
    border-bottom: 2px dashed var(--primary-white);
}

.access__btm__title{
    color: var(--primary-red);
    padding: 8px;
    font-size: 1.6rem;
    vertical-align: text-bottom;
    width: 100%;
}

.insta{
    color: var(--primary-red);
    padding-left: 1em;
}

.tel{
    text-align: center;
}

.btn__insta{
    display: block;
    width: 247px;
    height: 56px;
    background-color: rgba(225, 240, 243, 1);
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 13px 22px;
    border-radius: 10px;
    margin: 0 auto 32px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.map__pc{
    display: none;
}

.access__pc2{
    padding: 0 16px;
}

@media screen and (min-width:769px) {
    .topic__access{
        margin-top: 24px;
    }
    
    .topic__txt__access{
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 8px;
        margin-top: 0;
    }

    .access{
        margin: 64px auto 0;
        padding: 0;
    }

    .access__title{
        padding: 24px 24px 24px 0;
        float: left;
        clear: left;
        font-size: 2.4rem;
        vertical-align: text-bottom;
    }

    .access__txt{
        padding: 24px;
        font-size: 2.4rem;
    }

    .at__pd{
        padding-top: 0;
    }
    
    .map__pc{
        display: block;
        width: 50%;
        height: 50vw;
        margin: 64px auto 0;
    }

    .map{
        display: none;
    }
    
    .access__title img{
        width: 26px;
        height: 26px;
        vertical-align: baseline;
    }
    
    .access__pc{
        display: flex;
        padding: 0 9.7%;
        gap: 0 40px;
    }

    .access__pc__txt{
        width: 50%;
    }

    .access__map__txt{
        margin-left: 30px;
    }
    
    .access__btm{
        margin: 0 auto;
        padding: 0;
    }

    .access__btm__txt{
        font-size: 2.4rem;
        padding: 0 0 24px 0;
    }

    .border__pc{
        border-top: 2px dashed var(--primary-white);
    }

    .access__btm__title{
        padding: 24px 24px 8px 0px;
        font-size: 2.4rem;
    }

    .insta{
        padding-left: 0;
    }

    .btn__insta{
        display: none;
    }
    
    .access__pc2{
        padding: 0 9.7% 56px;
    }

}
