@charset "utf-8";
/*ベースは480で。スマホ横、タブレット用*/
@media screen and (min-width:481px) and (max-width:896px) {
#a_line {
    width: 100%;    
    margin-left: 0%;
    margin-right: 0%;
}
#a_img1 {
    background-image: url(../img/6.access/a_img1.jpg);
    margin-top: 80px;
    padding-top: 35%;
}
#a_leaf {
    background-size: auto 80%;
}
#a_box1 {
    background-image: url(../img/6.access/a_back1.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#a_map {
    float: left;
    position: relative;
    width: 90%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 55%;    /* padding-topでもOK */
    overflow: hidden;
    margin-top: 30px;
    margin-left: 5%;
    filter: drop-shadow(20px 10px 10px rgba(0,0,0,0.3));   
}
#a_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 420px;    /* 必要であれば!importantを付けてください */
}
#a_title {
    width: 45%;
    margin-left: 50%;
}
#a_subtitle {
    width: 45%;
    margin-left: 50%;
}
#t_toi {
    padding-top: 5%;
}
}