#access_contain{
    width: 97%;
    margin: 4vw auto;
    font-size: 2.8vw;
    font-family: BIZ UDPMincho;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),url(../img/background/AdobeStock_1025377788.webp);
    background-size: contain;
    padding-top: 3vw;
}
iframe{
    width: 90vw;
    height: 50vh;
}
.access_h2{
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5)), url(../img/decoration/asset9_2.webp);
    background-size: 45vw;
    background-repeat: no-repeat;
    background-position: bottom left;
    /* margin-top: 4vw; */
    margin: 2vw auto;
    text-align: center;
    font-size: 4.5vw;
    color: crimson;
    /* border-bottom: 0.8vw solid; */
    width: 45vw;
    height: 10vw;
    /* font-weight: bold; */
    text-shadow: 0.5vw 0.5vw rgb(211, 208, 208);
}
.access_h3{
    margin: 3vw auto 1vw;
    font-size: 3.3vw;
    border-bottom: 0.3vw solid;
    font-weight: bold;
    width: 90%;
    border-image: linear-gradient(to right, #e8846d, #f6f1f6) 1;
}
.access_secction{
    margin: 2vw auto; 
    background-color: #f9f9f9;
    box-shadow: 0 0 1vw grey;
    width: 90vw;
    background-image: url(../img/decoration/asset12_1.webp),url(../img/decoration/asset12_3.webp);
    background-repeat: no-repeat;
    background-size: 20vw;
    background-position: top 1vw right 1vw,top 1vw left 1vw;
}
.access_opacity{
    background-color: rgba(255, 255, 255, 0.562);
    padding: 2vw;
}
.access_p{
    width: 85%;
    margin: 0 auto;
    font-size: 2.8vw;
}
.access_p_1{
    width: 100%;
    margin: 0 auto;
    font-size: 2.8vw;
    text-align: center;
}
#access_comment{
    margin-top: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1vw;
}
#map_link{
    margin-top: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;   
    column-gap: 3vw;
}
.map_link_a{
    width: 17vw;
    padding: 1vw;
    border-radius: 2vw;
    background: linear-gradient( #FF0045, #601F24);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.1vw solid silver;
    box-shadow: 0.5vw 0.5vw 0.5vw #b2b2b2;
}
.access_main{
    background-color: #f9f9f9;
    width: 90vw;
    padding: 1vw 1vw 3vw;
    margin-bottom: 2vw;
    box-shadow: 0 0 1vw grey;
}
.access_main_h2{
    background: linear-gradient(90deg, white,#2b2b2b,#2b2b2b,white);
    font-size: 5vw;
    width: 85vw;
    color: white;
    text-shadow: unset;
    border-radius: 3vw;
    height: 12vw;
}
.access_p_2{
    font-size: 3.4vw;
    line-height: 1.5;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    /* text-decoration: underline silver 1vw; */
    border-image: linear-gradient(to right, rgb(188, 93, 93), #f6f1f6) 1;
    border-bottom: 1vw solid;
    font-weight: bold;
}
small{
    margin-top: 1vw;
    font-size: 2.4vw;
}
.Transport_price{
    border-bottom: 0.5vw solid silver;
    font-weight: bold;
}
.access_main_h2_deco{
    height: 100%;
    width: 100%;
    background-image: url(../img/decoration/gold1.webp),url(../img/decoration/gold2_2.webp),url(../img/decoration/gold1_2.webp),url(../img/decoration/gold2.webp);
    background-size: 15vw,15vw,15vw,15vw;
    background-repeat: no-repeat;
    background-position: bottom right 20vw,center right 24vw,bottom left 20vw,center left 24vw;
    text-align: center;
    align-content: center;
    text-shadow:0 0 2vw goldenrod;
}
@media screen and (max-width: 768px) {
    #access_comment{
        font-size: 3vw;
        row-gap: 2vw;
        margin-bottom: 4vw;
    }
    .map_link_a{
        width: 40vw;
        height: 9vw;
        padding: 2vw;
        border-radius:5vw;
        background: linear-gradient( #FF0045, #601F24);
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 0.1vw solid silver;
        box-shadow: 0.5vw 0.5vw 0.5vw #b2b2b2;
        font-size: 3vw;
        font-weight: bold;
        margin-bottom: 3vw;
    }
}