@charset "utf-8";
/* CSS Document */
html,
html *{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

header {
	padding: 20px 10px;
}

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

footer {
	padding: 20px;
	text-align: center;
}

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

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

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

.style-nav ul li a {
	text-decoration: none;
	color: #666666;
	text-align: center;
	display: block;
	padding: 8px;
}

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

.row:after {
	clear: both;
}

.hero {
	background-image: url(../catarog2/storobo/pix/nissin/Shooting_img.jpg);

	background-position: center;
	background-size: cover;
	padding: 0px 30px 30px 30px;
	color: #D8D8D8;
	text-align: center;
}

.hero2 {
	background-image: url(../catarog2/camera/pix/phase/XF_front_w700.jpg);
	background-size: cover;
	padding: 100px 20px 50px 20px;
	color: #D8D8D8;
	text-align: center;
}

.hero3 {
	background-image: url(../catarog2/camera/pix/phase/BL-lense_set.jpg);
	background-size: cover;
	padding: 20px 20px 20px 20px;
	color: #D8D8D8;
	text-align: center;
}

.bar {
	background-color: #666666;
	height: 60px;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
	vertical-align: middle;
}

.bar1 {
	background-color: #666666;
	height: 10px;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
	vertical-align: middle;
}

.barwhite {
	height: 150px;
	padding: 10px;
	vertical-align: middle;
	border-style: double;
	border-color: #0765C8;
}

.barwhite1 {
	height: 30px;
	vertical-align: middle;
	border-style: double;
	border-color: #0765C8;
	background-color: #F4EF57;
}

h1 {
	font-size: 40px;
	font-weight: 200;
	margin-bottom: 10px;
	color: #FD0206;
}

h2 {
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 20px;
	color: #666666;
	text-shadow: 2px 2px 0 #FFFFFF,
		-2px 2px 0 #FFFFFF,
		2px -2px 0 #FFFFFF,
        -2px -2px 0 #FFFFFF;
	}

h3 {
	font-size: 30px;
	font-weight: 200;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #2C96F8;
}

h4 {
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 10px;
	color: #000000;
}

p {
	font-size: 12px;
	font-weight: 200;
	margin-bottom: 10px;
}

.button {
	border: 2px #666666 solid;
	padding: 8px 20px;
	border-radius: 30px;
	text-decoration: none;
	margin-bottom: 50px;
}

.white-box {
	padding: 60px 30px;
	border: 2px #666666 solid;
	border-radius: 10px;
	text-align: center;
	height: auto;
}

.gray-box2 {
	background-color: #D8D8D8;
	padding: 60px 30px;
	text-align: center;
	height: 500px;
}

.col {
	width: 100%;
}

/*タブレット用*/
@media (min-width: 800px){
	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul{
		text-align: center;
	}
	
	h1 {
	font-size: 48px;
	font-weight: 200;
	margin-bottom: 20px;
	color: #FD0206;
	}
	
	h2 {
	font-size: 36px;
	font-weight: 200;
	margin-bottom: 10px;
	color: #666666;
	}
	
	h3 {
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #2C96F8;
	}
	
	.col-md-half {
		width: 50%;
		padding: 10px 20px;
	}
	
	.col {
		float: left;
		padding: 10px 7px 14px;
	}
}



/*ディスクトップ用*/
@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-md-half {
		width: 50%;
		border: 0px;
		padding: 8px 20px;
	}
	
	.col-lg-qtr {
		width: 25%;
	}
}