@charset "UTF-8";


/*===============================================
●共通
===============================================*/

    

/*===============================================
●画面の横幅が641px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 641px) {

/* !サブページ　タイトル */
    #sub-page-title > h1 > img {
        width: 115px;
    }
    

/* box01 */
    #box01 {
        width: 960px;
        margin:50px auto 0 auto;
        text-align:center;
    }
    
    #box01 > div > div:nth-of-type(1) {
        width: 62px;
        margin: 0 148px 0 0;
        padding: 25px 0 0 0;
        text-align: left;
    }
    
    #box01 > div > div:nth-of-type(1) img {
        width: 62px;
    }
    
    #box01 > div > div:nth-of-type(2) {
        width: 750px;
        margin: 0;
        text-align: left;
    }
    
    #box01 > div > div:nth-of-type(2) > table {
        width: 750px;
        margin: 0;
        text-align: left;
    }
    
    #box01 > div > div:nth-of-type(2) > table th {
        width: 90px;
        padding: 18px 0 16px 0;
        color: #b09a4d;
        border-bottom: #cccccc 1px solid;
    }
    
    #box01 > div > div:nth-of-type(2) > table td {
        width: 690px;
        padding: 18px 0 16px 0;
        border-bottom: #cccccc 1px solid;
    }
    
    #box01 > div > div:nth-of-type(2) > ul {
        width: 750px;
        margin: 50px 0 0 0;
    }
    
    #box01 > div > div:nth-of-type(2) > ul li {
        width: 360px;
        margin: 0 30px 0 0;
    }
    
    #box01 > div > div:nth-of-type(2) > ul li:nth-of-type(2) {
        margin: 0;
    }
    
    #box01 > div > div:nth-of-type(2) > ul li img {
        width: 360px;
    }


/* !地図
----------------------------------------------------------*/ 
    #map-box{
        width:100%;
        margin: 80px auto 60px auto;
        padding:0;
        text-align: center;
    }
    
    #map-box > div{
        width: 100%;
        height: 500px;
        margin: 0 auto;
    }
    
    #map-box > div > iframe {
        width: 100%;
        height: 500px;
    }
    
}

/*===============================================
●画面の横幅が640px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 640px) {	

/* !サブページ　タイトル */
    #sub-page-title > h1 > img {
        width: 82px;
    }
    
    
/* box01 */
    #box01 {
        width:100%;
        margin:35px auto 0 auto;
        text-align:center;
    }
    
    #box01 > div > div:nth-of-type(1) {
        width:100%;
        margin: 0 auto;
    }
    
    #box01 > div > div:nth-of-type(1) img {
        width: 59px;
    }
    
    #box01 > div > div:nth-of-type(2) {
        width: 90%;
        margin: 0 auto 30px auto;
        text-align: left;
    }
    
    #box01 > div > div:nth-of-type(2) > table {
        width:100%;
        margin: 0;
        text-align: left;
    }
    
    #box01 > div > div:nth-of-type(2) > table th {
        display: block;
        width:100%;
        padding: 10px 0 0 0;
        color: #b09a4d;
    }
    
    #box01 > div > div:nth-of-type(2) > table td {
        display: block;
        width:100%;
        padding: 0 0 10px 0;
        border-bottom: #cccccc 1px solid;
    }
    
    #box01 > div > div:nth-of-type(2) > ul {
        width:100%;
        margin: 20px 0 0 0;
    }
    
    #box01 > div > div:nth-of-type(2) > ul li {
        width:100%;
        margin: 0 0 20px 0;
    }
    
    #box01 > div > div:nth-of-type(2) > ul li img {
        width:100%;
    }

    
/* !地図
---------------------------------------------------------- */		
    #map-box{
        width:100%;
        margin: 0 auto 60px auto;
        padding:0;
        text-align: center;
    }
    
    #map-box > div{
        width: 100%;
        height: 250px;
        margin: 0 auto;
    }
    
    #map-box > div > iframe {
        width: 100%;
        height: 250px;
    }    
    
}
