@charset "utf-8";
@import "reset.css";
*{box-sizing:border-box;}
a{text-decoration:none;}
a:link{color:#000;}
a:visited,a:hover,a:active{color:#333;}

#container{
	width:100%;
	max-width:1430px;
	margin:0 auto;
}
section>h2{
	width:0; height:0;
	overflow:hidden;
	text-indent:-99999px;
	visibility:hidden;
	display:none;
}

.black_btn{
	width:200px; height:35px;
	line-height:35px;
	background:#000;
	font-size:11pt;
	color:#fff;
	text-align:center;
	display:inline-block;  
	cursor:pointer;
}
.white_btn{
	width:200px; height:35px;
	line-height:35px;
	background:#fff;
	font-size:11pt;
	color:#000;
	border:1px solid #000;
	font-family:serif;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}

header{
	height:auto;
	padding:10px;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-around;
	align-items:center;
}
.gnb,.util_sec{
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}
.gnb a{
	display:block;
	font-weight:bold;
	height:70px;
	line-height:70px;
	padding:0 30px;
}
.util_sec>li>a{	padding:0 10px;}
.util_sec img{vertical-align:middle;}


#visual_banner{
	width:100%;
	height:auto;
}
#visual_banner img{width:100%;}


#collection_sec,#banner_sec,.small_bnr{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-around;
	width:100%;
	margin-top:80px;
}
.img_box1,.img_box2{
	width:760px; height:433px;
	margin-bottom:80px;
	background:url('') no-repeat center/cover;
	border:1px solid #ccc;
}
.img_box1{background:url('../images/img01.jpg');}
.img_box2{background:url('../images/img02.jpg');}
.text_box>p:first-child{font-size:2rem;}
.text_box>p:nth-child(2){
	font-size:1.2rem; 
	color:#666;
	margin:15px 0;
}
.text_box>p:nth-child(3){
	margin-bottom:15px;
	line-height:2;
	color:#999;
}
.text_box{width:400px; padding-top:60px; margin-bottom:80px;}


#banner_sec{margin-bottom:80px;}
.small_bnr{justify-content:center;}
.small_bnr>figure{margin:0 30px;}
.small_bnr>figure>figcaption{font-weight:bold; margin:10px 0;}
.large_bnr{
	width:100%; height:320px;
	background:url('../images/img05.jpg') no-repeat center center/cover;
	margin-top:80px;
}

#scenes_sec{margin:190px 0px 95px;}
#scenes_sec img{width:50%;}
.g_title{
	width:100%; height:80px;
	line-height:80px;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:1.2rem;
}

footer{
	height:auto;
	background:#d3d3d3;
	padding:40px 50px;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.f_info{margin:0 20px;}
.info_title{font-weight:bold;
	padding:20px 0;
	color:#000;
}
.f_info>li>a{
	display:block;
	padding:5px 5px 5px 15px;
	line-height:30px;
}
.f_info:last-child{
	width:480px; 
}
.f_info:last-child>li:nth-child(1){
	color:#000;
	margin:30px 0;
	font-size:2rem;
}
.f_info:last-child>li:nth-child(2){
	color:#666;
	line-height:2;
	margin:20px 0;
}
#copy_sec{
	background:#000;
	color:#fff;
	text-align:center;
	height:55px;
	line-height:55px;
}