/* 画面の横幅が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:1280px;
}
#main-wrapper {
				
}

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

/*コンテンツ幅*/
.content-inner{
	width:1100px;
	margin:0 auto;
	text-align:left;
	position: relative;
}
.content-innerS{
	width:960px;
	margin:0 auto;
	text-align:left;
}
.content-innerL{
	width:1140px;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}

.inner{
}

/*パターンcss*/
.bgcolor01{
	background-color:#09ACFF;
	color:#fff;
}

/*基本レイアウト*/
.photo-left .imgbox{
	float:left;
	margin:0 25px 0px 0;
	width:50%;
}
.photo-left .txtbox{
	float: right;
	width: 45%;
}

.photo-left02 .imgbox{
	float:left;
	margin:0 25px 0px 0;
	width:40%;
}
.photo-left02 .txtbox{
	float: right;
	width: 55%;
}


.photo-right .imgbox{
	float:right;
	margin:0 0px 0px 25px;
	width:50%;
}
.photo-right .txtbox{
	float:left;
	width: 45%;
}

.photo-right02 .imgbox{
	float:right;
	margin:0 0px 0px 25px;
	width:40%;
}
.photo-right02 .txtbox{
	float:left;
	width: 55%;
}


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


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


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


/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed !important;
	bottom:40px !important;
	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;
	border-bottom:solid #e5e0d1 1px;
	background-color:#fff;
}

#head-navi{
	border-bottom:solid #e5e0d1 1px;
}
#head-navi ul li{
	list-style: none;
	width: 20%;
	float: left;
}
#head-navi ul li a{
	display: block;
	background-color: #f9f3ea;
	color: #7d6650;
	text-decoration: none;

	line-height: 120%;
	padding: 12px;
	border-right:solid #e5e0d1 1px;
	font-size: 15px;
}
#head-navi ul li:last-child a{
	border: none;
}
#head-navi ul li a:hover{
	background-color: #694018;
	color: #fff;
}

#header-inner{
	height: 144px;
}
#header-inner h1{

	width: 334px;
	padding-left: 45px;
	float: left;
	padding-top: 33px;
}



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

#navi{
	float: right;
	vertical-align: middle;
	padding-right: 45px;
	padding-top: 40px;
}
#navi ul{
	text-align: right;
}
#navi ul li{
	list-style: none;
	display: inline-block;
}
#navi ul li a{
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #7d6650;
}
#navi ul li a span{
	display: block;
	padding: 18px 15px;
	border-bottom: solid #fff 2px;
	/**/
	-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;
}
#navi ul li a:hover span{
	border-bottom: solid #7d6650 2px;
}

#navi ul li a.current span{
	border-bottom: solid #7d6650 2px;
}

#utility{
	display: none !important;
}


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

#footer{
	color: #563515;
}
#footer-inner{
	border-bottom:solid #e5e0d1 1px;
	padding: 45px 0;
	font-size: 14px;
	
}
#footer-left{
	float: left;
	line-height: 140%;
}
#footer-right{
	float: right;
	text-align: right;
}

#footer-left strong{
	display: block;
	color: #ff6f6f;
	font-size: 18px;
	padding-bottom: 10px;
}

#footer-right a{
	text-decoration: none;
	color: #563515;
	display: inline-block;
	margin-left: 15px;
}
#footer-right p{
	padding-bottom: 10px;
}

#footer address{
	padding: 50px 0;
	text-align: center;
	font-size: 13px;
}

	
}
