/*900-1200*/
@media screen and (min-width:901px) and (max-width:1200px) {

    body {
        min-width: 900px;
    }
    
    .center-box {
        width: 96%;
    }
    
    .header-line .logo-box {
        width:432px;
	}
	    .header-line .logo-box img {
            height:120px;
    	}
    .header-line .header-box {
        float:right;
        width:432px;
	}
	    .header-line .header-box .top-tel {
            margin-top:40px;
            line-height:52px;
            font-size:42px;
    	}
    	
            .nav-box ul li a {
                padding:10px 15px;
                font-size:18px;
            }

}

/*600-900*/
@media screen and (min-width:601px) and (max-width:900px) {
    
    body {
        min-width: 600px;
    }
    
    .center-box {
        width: 90%;
    }
    
    h1 {

    }
    h2 {
    	text-align:center;
    }
    
    .header-line .logo-box {
        float:none;
        width:100%;
        text-align:center;
        padding:10px 0;
	}
	.header-line .header-box {
        float:none;
        width:100%;
        text-align:center;
        padding:15px 0;
	}
	.header-line .header-box .top-tel {
        margin-top: 0;
	}
	
	.nav-line {
        height:auto;
    }
    .nav-box ul {
        height:auto;
    }
    .footer-line .footer-logo img {
        height:200px;
    }
    .footer-line .footer-devel {
        position:relative;
        bottom:unset; 
        right:unset;
        color:#d0b9ac;
        font-size:14px;
        margin-top:15px;
        text-align:right;
    }
}

/*320-600*/
@media screen and (max-width:600px) {

    body {
        min-width: 320px;
    }
    
    .center-box {
        width: 95%;
    }
    
    h1 {
    	text-align:center;
    	padding:10px;
	    margin:15px 0px 10px;
	    font-size:24px;
	    line-height:32px;
    }
    h2 {
    	text-align:center;
    	margin: 20px 0 10px;
    	font-size:28px;
	    line-height:36px;
    }
    
    .header-line .logo-box {
        float:none;
        width:100%;
        text-align:center;
        padding:10px 0;
	}
	.header-line .logo-box img {
        height:auto;
	}
	.header-line .header-box {
        float:none;
        width:100%;
        text-align:center;
        padding:15px 0;
	}
	.header-line .header-box .top-tel {
        margin-top: 0;
        line-height:36px;
        font-size:32px;
	}
	
	.nav-line {
        height:auto;
        border-bottom:5px solid #fedf53;
    }
    .nav-line .mob-menu {
        display: block;
        height: 45px;
        width:160px;
        text-align:center;
        margin:auto;
        line-height: 25px;
        font-size: 16px;
        padding: 10px 10px 10px 40px;
        text-transform: uppercase;
        background: url(../images/mob-menu.png) center left no-repeat;
        color:#312521;
    }
    .nav-box {
        display:none;
    }
    .nav-box ul {
        height:auto;
    }
        .nav-box ul li {
            display:block;
            height:50px;
        }
    
    .footer-line .footer-logo img {
        height:auto;
    }
    .footer-line .footer-devel {
        position:relative;
        bottom:unset; 
        right:unset;
        color:#d0b9ac;
        font-size:14px;
        margin-top:15px;
        text-align:right;
    }
    
}
