@charset "utf-8";

body{
	background-color: #000;
	color:#fff;
	margin:0;
	padding: 0;
	font-size: 13px;
}
ul,li{
	padding: 0;
	margin: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
	font-weight: normal;
}
.wrap{
	width: 1200px;
	margin:0 auto;
}

.header{
	text-align: center;
}
.logo{
	margin:30px;
}
h1{
	font-family: 'Lora', serif;
	font-size: 70px;
}
.ttl,.ttl2{
	font-size: 50px;
	font-family: 'Open Sans', sans-serif;
}
.g_nav{
	font-family: 'Lora', serif;	

}
.g_nav li{
	display: inline-block;
	font-size: 26px;
	margin:30px;
}
.g_nav li a{
	color:#fff;
	text-decoration: none;
}

.overview{
	height: 500px;
	background-image: url(../img/overview.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.overview h2{
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	padding:40px 0;
}

.overview:after{
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.overview .left{
	width: 459px;
    float: left;

    margin: 0 100px;
}    
.gt3{
	background-image: url(../img/bg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}   
.gt4{
	background-image: url(../img/bg3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}   
.gt3 h2,.gt4 h2,.information h2{
	text-align: center;
	font-family: 'Lora', serif;
	font-size: 30px;
	margin:0px 0 60px 0;
	border-top: 1px solid #666;
	padding-top: 60px;
}

.gt3,.gt4{
		padding-bottom: 60px;
}

.spec{

}
.spec h3{
	width: 200px;
	float:left;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
}
.spec_list{
	width: 300px;
	padding-right: 30px;
	float:left;
}
.spec_list h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
}
.spec_list ul{
	margin-bottom: 20px;
}
.spec:after{
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.spec_list li{
	margin-bottom:10px;
	line-height: 1.2em;
}


.option{
	
}
.option h3{
	font-size: 25px;
	margin:50px 0;
	font-family: 'Oswald', sans-serif;
}
.option h4{
	font-size: 20px;
	font-family: 'Oswald', sans-serif;	
	margin-bottom: 20px;
}
.option .extras{
	width: 500px;
	float:left;	
	margin:30px 60px 0 150px;
}
.option .extras li{
	margin-bottom:10px;
	line-height: 1.2em;
}	
	
.option .price{
	margin:30px;
	width: 400px;
	float:left;	
}
.option:after{
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}


.information{
	
}
.information .wrap h2{
	
}
.information .wrap h3{
	width: 200px;
	margin-left: 200px;
	float:left;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;	
}

.information:after{
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.infotxt{
	float: left;
}
.information .sendmail{
	background-color: #fff;
	color:#000;
	text-decoration: none;
	padding: 5px 15px;
	margin-top: 20px;
	display: inline-block;
}
.information:after{
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
} 


.footer{
	padding-top: 120px;

	margin:50px;
	text-align: center;
}
.footer .copyright{
	font-size:12px;
	color: #666;
	margin:50px 0;
}



@media screen and (max-width: 768px) {
h1{
	font-size: 33px;
}

.ttl, .ttl2 {
    font-size: 30px;
}
.g_nav{
	margin-top:20px;
}
.g_nav li {
    display: inline-block;
    font-size: 20px;
    margin: 20px 0;
    width: 48%;
}
.wrap{
	width: 100%;
	}
.overview{
	height: auto;
}
.overview h2{
	padding: 20px;
}
.overview .left,.overview .right{
	float: none;
	width: 90%;
	margin:10px auto 30px auto;
}
.gt3 h2, .gt4 h2, .information h2{
	font-size: 25px;
}
.spec,.option{
	width: 90%;
	margin:0 auto;
}
.spec h3{
	float: none;
	margin-bottom: 20px;
}
.option .extras{
	float: none;
    width: 100%;	
	margin:0 auto;
}
.option .price {
    margin: 0;
    width: 100%;
    float: none;
}
.information .wrap h3{
    width: 90%;
    margin:0 auto;
    float: none;
    font-size: 25px;
}

.infotxt{
	float: none;
    width: 90%;
    margin:20px auto;
}

.gt3{
	background-image: none;
}	
.gt4{
	background-image: none;
}

}	
	