@charset "utf-8";
/*ベースは480。PC用*/
@media screen and (min-width:897px)  {

#a_img1 {
    background-image: url(../img/6.access/a_img1.jpg);
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 80px;
    padding-top: 28%;
}
#a_leaf {
    background-size: auto 90%;
}
#a_box1 {
    width: 84%;
    background-image: url(../img/6.access/a_back1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 50px;
}  
#a_map {
    width: 84%;    /* 左右に余白が必要なら値を変更してもOK */
    margin-left: 8%;
    margin-right: 8%;
	height: 0;
    padding-bottom: 50%;    /* padding-topでもOK */
    overflow: hidden;
    margin-top: 60px;
    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: 450px;    /* 必要であれば!importantを付けてください */
}
#a_title {
    margin-top: 0px;
    width: 55%;
    margin-left: 45%;
}
#a_subtitle {
    width: 55%;
    margin-left: 45%;
    margin-bottom: 20px;
}
#t_toi {
    padding-top: 5%;
    padding-bottom: 0%;
}
}
