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

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.style_logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100px;
}

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

header {
	padding: 10px;
}

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

footer {
	padding: 10px 5px;
	background-color: #FFFFFF;
	color: #fae6c6;
}

.style_nav ul {
	list-style-type: none;
}

.style_nav ul li a{
	text-decoration: none;
	color: #5D5D5D;
	text-align: center;
	display: block;
	padding: 8px;
}

	.style_nav ul li {
		display: inline-block;
	}
	.style_nav ul {
		text-align: center;
	}

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

.row:after {
	clear: both;
}

.hero {
	background-image: url("image/top_home.jpg");
	background-size: cover;
	background-position: bottom;
	padding: 20px 20px 50px 20px;
	color: #FFFFFF;
	text-align: center;
	list-style-type: none;
}

.hero li a{
	text-decoration: none;
	color: #FFFFFF;

}

.baige_box {
	background-color: #b9a88e;
	background-size: cover;
	background-position: center;
	background-image: url("image/top_prof.jpg");
	color: #ffffff;
	padding: 20px 20px 50px 20px;
	text-align: center;
	list-style-type: none;
}

.baige_box li a{
	text-decoration: none;
	color: #FFFFFF;

}

.grey_box {
	background-color: #2d2d35;
	background-size: cover;
	background-position: center;
	background-image: url("image/top_port.jpg");
	color: #ffffff;
	padding: 20px 20px 50px 20px;
	text-align: center;
	list-style-type: none;
}

.grey_box li a{
	text-decoration: none;
	color: #FFFFFF;

}


.header_text {
	font-size: 15px;
	font-weight: 1200;
}


.footer_text {
	font-size: 12px;
	margin-bottom: 0px;
}

.col {
	width: 100%;
	padding: 0px 7px 14px;
	
}

h3 {
	font-size: 30px;
	font-weight: 1200;
	margin-top: 100px;
	margin-bottom: 0px;
}

h5 {
	font-size: 15px;
	font-weight: 1200;
	margin-bottom: 100px;
}

h6 {
	font-size: 15px;
	font-weight: 1200;
	margin-bottom: 100px;
}

h4 {
	font-size: 15px;
	font-weight: 1200;
}


/*タブレット用*/
@media (min-width: 768px){
	
	body {
		max-width: 999px;
	}
	
	.style_nav ul li {
		display: inline-block;
	}
	.style_nav ul {
		text-align: center;
	}
	
	.col_md_half {
		width: 50%;
	}
	
	.col {
		float: left;
	}
	
	h3 {
	font-size: 40px;
	font-weight: 1200;
	margin-top: 100px;
	margin-bottom: 0px;
}

	h6 {
	font-size: 20px;
	font-weight: 1200;
	margin-bottom: 100px;
}
}



/*デスクトップ用*/
@media (min-width: 1000px){
	
	body {
		max-width: 1000px;
	}
	
	.style_logo {
		float: left;
		width: 50px;
	}
	
	.style_nav {float: right;
	}
	
	.col_lg_ptr {
		width: 25%;
	}
	
	h3 {
	font-size: 40px;
	font-weight: 1200;
	margin-top: 100px;
	margin-bottom: 0px;
}

	h6 {
	font-size: 20px;
	font-weight: 1200;
	margin-bottom: 100px;
}
}
