/* 画面の横幅が641px以上　Portrait tablet to landscape and desktop */
@media screen and (min-width: 641px){

.PC{
	display:block;
}
.SP{
	display:none;
}

a {
	/**/
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
		
/* コンテンツ基本
------------------------------------------------------------ */		
body{
	min-width:1180px;
}
#main-wrapper {
				
}

#contents-wrapper{
	background-color:#fff;
}

/*コンテンツ幅*/
.content-inner{
	width:945px;
	margin:0 auto;
	text-align:left;
}
.content-innerS{
	width:900px;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}

.inner{
}



/*基本レイアウト*/
.photo-left .imgbox{
	float:left;
	margin:0 15px 15px 0;
	width:320px;
}
.photo-left .txtbox{
	
}

.photo-right .imgbox{
	float:right;
	margin:0 0px 15px 15px;
	width:320px;
}
.photo-right .txtbox{
	
}


.col2box .inner{
	margin:0 -10px;
}
.col2box .box{
	width:50%;
	float:left;
}
.col2box .box .box-inner{
	padding:0 10px;/*body min-widthより小さく*/
	margin-bottom: 10px;
}


.col3box .inner{
	margin:0 -10px;
}
.col3box .box{
	width:33.33333%;
	float:left;
}
.col3box .box .box-inner{
	padding:0 10px;
	margin-bottom: 10px;
}


.col4box .inner{
	margin:0 -10px;
}
.col4box .box{
	width:25%;
	float:left;
}
.col4box .box .box-inner{
	padding:0 10px;
	margin-bottom: 10px;
}


/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:50px;
	right:3%;
	display:none;
	z-index:1000;
}
.pagetop a{
	display: block;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background: url(../../images/btn_pagetop.png) center center no-repeat;
	background-size: cover;
}


/* ヘッダー
------------------------------------------------------------ */

#header	{
	position:relative;
	z-index:1020;
	width:100%;
	height:auto;
	background-color:#fff;
}

#header-logo{
	width:1100px;
	margin:0 auto;
	padding: 25px 0 0px 0;
	height: 80px;
}

#header-logo h1{
	width: 180px;
	margin: 0 auto;
}

#navi{
	
	padding: 25px 0;
	line-height: 120%;
	border-bottom: solid #ededed 1px;
	background-color:#f2f7f1;
}

.home #navi{
	position: absolute;
	width: 100%;
	top:630px;
	background-color:#f2f7f1;
	border-bottom: none;
}


#navi ul li{
	display: inline-block;
	font-size: 15px;
	
	vertical-align: top;
}

#navi ul li a{
	color: #666;
	text-decoration: none;
	display: block;
}

#navi ul li a:hover{
	color: #a1cab7;
	opacity: 1;
	filter: alpha(opacity=100);
}


.about #navi ul li#n07 a,
.howto #navi ul li#n06 a,
.contact #navi ul li#n08 a,
.concept #navi ul li#n03 a,
.single #navi ul li#n04 a,
.page-template-page_news_blog-php #navi ul li#n02 a,
.news-blog #navi ul li#n02 a,
.page-template-page_works-php #navi ul li#n04 a,
.category-land #navi ul li#n05 a,
.land #navi ul li#n05 a{
	color: #a1cab7 !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.news-blog .single #navi ul li#n04 a,
.land .single #navi ul li#n04 a{
	color: #666 !important;
	text-decoration: none !important;
	display: block !important;
}



#navi ul li a .nav{
	display: block;
	background: url(../../images/navi_line.png) right center no-repeat;
	padding: 0 15px 0 12px;
	letter-spacing: 0.07em;
}
#navi ul li:last-child a .nav{
	background: none;
}

#navi ul li a .sub{
	display: block;
	text-align: center;
	font-size: 11px;
	padding-top: 1px;
}






/* ナビ部分 
------------------------------------------------------------ */
#menuBtn,
#menuClose,
#shadows{
	display:none;
}

#navi{
	display:block;
	position:relative;
}


/* フッター
------------------------------------------------------------ */

#footer{
	padding: 60px 0;
	font-size: 14px;
	line-height: 170%;
	border-top: solid #ddd 1px;
}

#footer .footer-nav{
	float: right;
}

#footer .footer-nav ul{
	float: left;
	padding-left: 80px;
}
#footer .footer-nav ul li a{
	color: #666;
	text-decoration: none;
	display: block;
	line-height: 120%;
	padding: 5px 0;
}
#footer .footer-nav ul li a span{
	display: block;
	background: url(../../images/arrow01.png) left center no-repeat;
	background-size: 10px auto;
	padding-left: 15px;
}


#footer .footer-info{
	float: left;
	padding-top: 5px;
}
#footer .footer-info address{
	margin-top: 60px;
}




	
}
