/*ここからAccess装飾*/
#access h2{
    color: rgb(176,146,87);
    font-size: 24px;
    border-bottom: rgb(176,146,87) solid 2px;
    text-align: center;
    padding-bottom: 3px;
    margin-bottom: -80px;
}

#access h3{
    color: rgb(176,146,87);
    font-size: 18px;
    text-align: center;
    margin-top: 80px;
}

#access img{
    width: 100%;
}

#access p{
    color: rgb(255,255,255);
    font-size: 12px;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 20px;
}

#access address p{
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
}

#access address p:first-child{
    padding-left:0.5em; 
}

#access address p:nth-child(2){
    padding-left:0.5em; 
}

#access iframe{
    width: 90%;
    display: block;
    margin: 0 auto;
}

#access .indoaview{
    width: 100%;
    height: 150px;
}

/*ここまでAccess装飾*/

@media screen and (min-width:768px){

    /*ここからAccess装飾*/
    #access h2{
        font-size: 32px;
        border-bottom: rgb(176,146,87) solid 2px;
        padding-bottom: 3px;
        margin-bottom: -80px;
    }

    #access h3{
        color: rgb(176,146,87);
        font-size: 20px;
        text-align: left;
        margin-top: 80px;
        margin-left: -0.5em;
    }

    #access img{
        width: 100%;
    }

    #access p{
        color: rgb(255,255,255);
        font-size: 14px;
        text-align: justify;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #access address p{
        line-height: 1.5em;
        margin-top: 0;
        margin-bottom: 0;
    }

    #access address p:first-child{
        padding-left:0.5em; 
    }

    #access address p:nth-child(2){
        padding-left:0.5em; 
    }

    #access iframe{
        width: 100%;
        height: 300px;
        display: block;
        margin-top: 110px;
    }
    
    #access .indoaview{
    width: 100%;
    height: 200px;
    margin-top: 0px;
    }

    /*ここまでAccess装飾*/
    
}




@media screen and (min-width:1200px){

    /*ここからAccess装飾*/
    #access{
        margin-bottom: 150px;
    }
    
    #access h2{
        font-size: 36px;
        border-bottom: rgb(176,146,87) solid 2px;
        padding-bottom: 3px;
        margin-bottom: -100px;
    }

    #access h3{
        color: rgb(176,146,87);
        font-size: 24px;
        text-align: left;
        margin-top: 150px;
        margin-left: -0.5em;
    }

    #access img{
        width: 100%;
    }

    #access p{
        color: rgb(255,255,255);
        font-size: 16px;
        text-align: justify;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #access address p{
        line-height: 1.5em;
        margin-top: 0;
        margin-bottom: 0;
    }

    #access address p:first-child{
        padding-left:0.5em; 
    }

    #access address p:nth-child(2){
        padding-left:0.5em; 
    }

    #access iframe{
        width: 100%;
        height: 400px;
        display: block;
        margin-top: 185px;
    }
    
    #access .indoaview{
    width: 100%;
    height: 300px;
    margin-top: 0px;
    }

    /*ここまでAccess装飾*/
    
}


