@charset "utf-8";
.page_ttl_eng::after {
    content: "Access";
}
.page_ttl_txt::after {
    content: "アクセス";
}

picture {
    display: block;
}

ul.bxslider li.slide01 {
    background-image: url(./img/page_ttl_bg.jpg);
}

.access_img04 .yelleo_subtxt {
    margin-top: -50px;
    margin-left: 30px;
}
.yelleo_subtxt.-blue-sub {
    background-color: #6075cf;
}

.span_indent {
    line-height: 2.2;
}
.span_indent span{
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    padding-left: 1em;
    text-indent: -1.1em;
}

.lower_inner .googlmap {
    height: 550px;
}


#transport {
    padding-top: 40px;
}
#transport .section_ttl_wrap {
    padding: 60px 0;
}
#transport .section_ttl_wrap .h2_ttl {
    padding: 0;
    font-size: 26px;
}

/*================================

　ここからPC適用

================================*/
@media(min-width: 897px) {
}

/*================================

　ここからTABLET適用

================================*/
@media(max-width: 1023px) {
    .lower_flex01_item img{
        width: 450px;
        margin: 0 auto;
    }

    .hd_right_tel img {
        width: auto;
        margin: 0;
    }
}

/*================================

　ここからTABLET・SP適用

================================*/
@media(max-width: 896px) {
    .h2_ttl_wrap::before, .h2_ttl_wrap::after {
        width: 30%;
    }
}

/*================================

　ここからSP適用

================================*/
@media(max-width: 480px) {

    #access_sec {
        padding-top: 30px;
    }
    .access_img04 .yelleo_subtxt {
        max-width: 95%;
        margin-inline: auto;
    }
    .span_indent span {
        text-align: justify;
    }
}