@charset "utf-8";



/* アクセス---------- */
.access_map{
    width: 60%;
}

.en .access_map{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.access{
    width: 40%;
}

.en .access{
    width: 100%;
}

.en .access{
    display: flex;
    justify-content: space-between;
}

.en .access:nth-child(4){
    margin-top: 50px;
}

.en .access_map_inner{
    margin-right: 60px;
}

.sec_mini_tit{
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    margin:0 auto 25px;
}

.page_access .color_btn{
    margin-top: 25px;
}


h3.sec_mini_tit{
    margin-bottom: 10px;
    font-size: 1.7rem;
}

.access p{
    line-height: 2.5rem;
}
.access p span{
    font-size: 1.2rem;
}

.gmap{
    width: 80%;
}

.en .gmap{
    width: 49%;
}

.gmap {
    position: relative;
    padding-bottom: 46.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.en .gmap {
    padding-bottom: 35.25%;
    padding-top: 0px;
    overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.en .bubble_tit h2 {
    font-weight: 900;
    text-align: center;
    color: #1255d0;
    margin: auto;
    margin-bottom: 30px;
    text-shadow: 0px 3px 6px #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
}

.en .appeal_point2 .bubble_tit h2 {
    font-size: 1.7rem;
}

.en .bubble_tit h2::after,
.en .bubble_tit h2::before {
    filter: drop-shadow(1px 3px 6px #cfcfcf);
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../../images/special/line_right.webp) no-repeat;
    background-size: contain;
    margin-top: 20px;
}

.en .bubble_tit h2::before {
    background: url(../../images/special/line_left.webp) no-repeat;
    background-size: contain;
}


.en .appeal_point .color_btn{
    color: #fff;
    display: inline-block;
    min-width: 400px;
    padding: 15px;
    box-shadow: 0px 0px 15px -5px #777777;
    position: relative;
    background: rgb(254, 55, 90);
    background: linear-gradient(152deg, rgba(254, 55, 90, 1) 0%, rgba(198, 64, 186, 1) 100%);
    border: unset;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
    border-radius: 10px;
    margin-top: 0;
}

.en .appeal_point .center {
    margin: auto;
    text-align: center;
}

.en .fix_txt{
    text-indent: -1em;
    padding-left: 1em;
}



.en .access_inner{
    width: 49%;
}

@media screen and ( max-width: 900px) {
    br.sp{
        display: block;
    }
    .ja .train{
        margin-top: 50px;
    }
    .en .access_map{
        flex-direction: column;
    }
    .gmap{
        width: 100%;
    }
    .en .gmap{
        margin-top: 50px;
        position: relative;
        padding-bottom: 46.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        width: 100%;
    }
    .en .access {
        flex-direction: column;
    }
    .en .access_inner,
    .en .access_inner:nth-child(2){
        width: 100%;
        margin-right: 0px;
        margin-bottom: 50px;
    }
    .en .access:nth-child(4){
        margin-top: 0px;
    }
}


@media screen and ( max-width: 850px) {
    .ja .access_map{
        width: 100%;
    }
    .ja .access{
        width: 100%;
    }
}
