@charset "utf-8";
#a_line {
    float: left;
    width: 90%;
    border-bottom: thin solid #419b3e;
    height: 5px;
    display: block;
    margin-top: 60px;
    transition: 2s;
    margin-left: 5%;
    margin-right: 5%;
}
#a_img1 {
    background-image: url(../img/6.access/a_img1_sp.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    float: left;
    margin-top: 30px;
    transition: 2s;
    padding-top: 90%;
}

#a_comment {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    float: left;
    transition: 2s;
    height: auto;
    text-align: center;
    font-size: 20px;
}
#a_leaf {
    background-image: url(../img/2.intro/i_leaf.png);
    background-size: 90%;
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
    float: left;
    margin-top: 80px;
    height: 50px;
    transition: 2s;
    background-position: center center;
    background-repeat: no-repeat;
}
#a_address {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    float: left;
    transition: 2s;
    height: auto;
    text-align: center;
    font-size: 18px;
    margin-top: 50px;
}
#a_box1 {
    float: left;
    height: auto;
    width: 100%;
    transition: 2s;
    padding-bottom: 20px;
}
#a_map {
    float: left;
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 100%;    /* padding-topでもOK */
    overflow: hidden;
    margin-top: 10px;
    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: 600px;    /* 必要であれば!importantを付けてください */
}
#a_title {
    margin-top: 40px;
    float: left;
    height: auto;
    width: 95%;
    text-align: left;
    transition: 2s;
    margin-left: 5%;
    font-weight: bold;
}
#a_subtitle {
    margin-top: 5px;
    float: left;
    height: auto;
    width: 90%;
    text-align: left;
    transition: 2s;
    margin-left: 5%;
    margin-bottom: 0px;
}
#t_toi {
    float: left;
    height: auto;
    width: 84%;
    transition: 2s;
    padding-top: 15%;
    padding-left: 8%;
    padding-right: 8%;
    text-align: center;
    padding-bottom: 5%;
}
#t_toi span {display: inline-block;}
#t_toi h5 {
    font-size: 24px;
    padding-bottom: 50px;
}
.t_bigtext{
    font-size: 18px;
    font-weight: bold;
    padding-right: 5px;
}
.t_time {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}
.t_tel {
    font-size: 18px;
    font-weight: normal;
    margin-right: 5px;
}
.t_telno {
    font-size: 28px;
    font-weight: bold;
}
.b_5px {
    padding-bottom: 5px;
}
.b_15 {
    padding-bottom: 5%;
}
