@charset "UTF-8";
/* CSS Document */

html,
html *{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Gotham", "Helvetica Neue", "Helvetica, Arial"," sans-serif";
}

header{
	padding: 32px;
	
}

body{
	margin-left: auto;
	margin-right: auto;
}

img{
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

footer{
	padding: 10px 30px;
	background-color: #FF8A65;
}

.style-logo{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 150px;
	margin-bottom: 30px;
}

.row:before, .row:after{
	content: "";
	display:  table;
}

.row:after{
	clear:  both;
}

.hero{
	background-image : url(hero.jpg);
	background-size: cover;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
}

h1{
	font-size: 40px;
	font-weight: 1500;
	margin-bottom: 50px;
}

h2{
	font-size: 22px;
	font-weight: 1200;
	margin-bottom: 60px;
}

h3{
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 100px;
}

h4{
	font-size: 15px;
	font-weight: 1000;
	margin-bottom: 20px;
}

h5{
    font-size: 16px;
    font-weight: 1500;
    margin-bottom: 30px;
}

h6{
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 30px;
}

P{
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 30px;
}



.button{
	border:  2px #FFFFFF solid;
	padding: 8px 20px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.button1{
	border:  2px #FF8A65 solid;
	padding: 8px 20px;
	border-radius: 30px;
	color: #FF8A65;
	text-decoration: none;
}

.button2{
	border:  1px #3E2723 solid;
	padding: 6px 15px;
	border-radius: 20px;
	color: #3E2723;
	text-decoration: none;
	float: center;
}

.button3{
	border:  1px #3E2723 solid;
	padding: 6px 15px;
	border-radius: 20px;
	color: #3E2723;
	text-decoration: none;
	float: center;
}

.hero2-box{
	background-image : url(hero-2.jpg);
	background-size: cover;
	color: #301E1B;
	padding: 90px 30px;
	text-align: center;
}

.hero1-box{
	background-image : url(hero-1.jpg);
	background-size: cover;
	color: #FFFFFF;
	padding: 90px 30px;
	text-align: center;	
}


.beige-box{
	background-color: #8D6E63;
	color: #FFFFFF;
	padding: 60px 30px;
	text-align: center;
}

.orange-box{
	background-color: #3E2723;
	color: #FF8A65;
	padding: 60px 30px;
	text-align: center;
}
.white-box{
	background-color: #FFFFFF;
	color: #3E2723;
	padding: 60px 30px;
	text-align: center;
}
.footer-text{
	font-size: 12px;
	margin-bottom: 20px;
	
}

.col{
	width: 100%;
}

/*タブレット用*/
@media (min-width: 768px){
	
	body{
		max-width: 778px;
	}
	
	h1{
	font-size: 60px;
	margin-bottom: 100px;
}
	
	h2{
	font-size: 20px;
	margin-bottom: 40px;
}
	
	h3{
	font-size: 20px;
	margin-bottom: 150px;
}
	
	h4{
	font-size: 18px;
	margin-bottom: 30px;
}
		
	h5{
	font-size: 14px;
	margin-bottom: 12px;
}
	
	h6{
	font-size: 10px;
	margin-bottom: 20px;
}

	P{
	font-size: 15px;
	margin-bottom: 25px;
}

.col-md-half{
		width: 50%;
	}

	.col{
		float: left;
		padding: 0px 7px 14px;
	}
	
}
/*デスクトップ用*/
@media (min-width: 1024px){
	
	body{
		max-width: 1000px;
	}
	.style-logo{
		float: left;
	}
	.button2{
		float: right;
	}
	
	.button3{
		float: right;
	}
	
}
