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

/*PC用css*/
@media screen and (min-width: 897px){
.float_left{	float:left;}
.float_right{	float:right;}
.no_pc{	display: none;}
.harf_box{	width: 48%;}	
.box70{	width: 60%;}
.box30{ width: 35%;}
.harf_box img, .box70 img, .box30 img{ max-width: 100%;}
.img_left{
	float:left;
	margin:0 20px 20px 0;
	clear: both;
}
.img_right{
	float:right;
	margin:0 0 20px 20px;
	clear: both;
}
.btn01 a, .btn01 input, .btn03 a{
	width:300px;
	margin:20px auto;
}

.main{
	float:left;
	width:660px;
}
aside.sideWrap{
	float:right;
	width:363px;
	margin-bottom:80px;
	display:block;
}
div.side{
	width:363px;
}
div.side img{
	max-width: 100%;
	height: auto;
}
	
/*----------------------------*/


.container{
	width:1100px;
	margin: auto;
}

.header_in{
	margin:20px auto 20px;
	max-width: 1100px;
}
header button{
	display: none;
}
nav.g_navi_box{
	float: right;
}
ul.g_navi{
}
ul.g_navi li{
	float:left;
	padding-left: 40px;
}
ul.g_navi li a{
	color: #FFF;
	transition: 0.3s;
	font-size: 1.2rem;
	font-family: 'Anton', sans-serif;
}
.btn{
	margin-top: -6px;
}
.btn a{
	padding: 5px 20px;
	border: solid 1px #333!important;
}
.btn a:hover{
	color:#333;
}
.btn a:visited{
	color:#333;
}	
.g_navi01 a, .g_navi02 a, .g_navi03 a, .g_navi04 a, .g_navi05 a, .g_navi06 a, .g_navi07 a{
	transition: 0.3s;
	text-align: center;	
	background: url(../images/g_navi.jpg) no-repeat;
}

.g_navi li.g_navi01 a{ background-position:0 0; }
.g_navi li.g_navi02 a{ background-position:-120px 0;}
.g_navi li.g_navi03 a{ background-position:-240px 0;}
.g_navi li.g_navi04 a{ background-position:-360px 0;}
.g_navi li.g_navi05 a{ background-position:-640px 0;}
.g_navi li.g_navi06 a{ background-position:-760px 0;}
.g_navi li.g_navi07 a{ background-position:-880px 0;}


#mobile-head button{
	display: none;
}


/*------ ナビプルダウン --------*/

.g_navi li ul {
	display: none;
	position: absolute;
	z-index: 999999999;
	left: 0;
}


.g_navi li ul li {
	float: left;
	margin-top:0;
	padding: 0;
	width: 100px;
	margin-right: 2px;
	border-right: none!important;
}

.g_navi li ul li a{
	text-indent: 0;
	background-image:none;
	opacity:0.8;
	display: block;
	background: #FFF;
	color:#000;
	margin-bottom: 2px;
	height: 34px;
	line-height: 34px;
	font-size: 98%;
	text-align: center!important;
}
.g_navi li ul li a:hover{
	opacity:1.0;
}
.submenu{
	transition: 0.3s;
}
.submenu:hover{
	margin-bottom: 34px;
}
/*------ pc_style --------*/


.item_slider_box{
	width:100%;
}
/*-----------------------------------------*/



.project01{
	min-height: 680px;
}
.project02{
	min-height: 680px;
}
.bg_w .thum{
	height: 302px;
}
ul.xoxo li{
	width:49%;
	box-sizing:border-box;
}
ul.xoxo li:nth-child(even){
	float:left;
}
ul.xoxo li:nth-child(odd){
	float:left;
	clear:both;
	margin-right: 2%;
}
.product_name{
	margin-top: 30px;
	text-align: left;
}
}