@charset "Shift_JIS";

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
	width: 890px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-image : url(containerBg_4Kc.gif);
	background-position: center top;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#hpb-header{
	height: 100px;
	background-image : url(headerBg_4Kc.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 40px;
	padding-left: 29px;
}

#hpb-inner{
	position: relative;
	width: 100%;
	background-image : url(innerBg_4Kc_01.png);
	background-repeat: no-repeat;
	background-position: center top;
}

* html .hpb-layoutset-01 #hpb-inner{
    /* for IE6 レイアウト崩れに対応するために背景にメインイメージを配置 */
    background-image : url(mainimg_4Kc.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.hpb-layoutset-01 #hpb-inner{
    padding-top: 0px;
}

.hpb-layoutset-02 #hpb-inner{
	padding-top: 50px;
}

#hpb-inner::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
	width: 560px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:40px;
	float: left;
	position: relative;
}

#hpb-title{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

.hpb-layoutset-01 #hpb-title{
	width: 810px;
	height: 270px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 50px;
	margin-left: 0px;
}

.hpb-layoutset-02 #hpb-title{
    width: 560px;
    margin-bottom: 10px;
}

#hpb-main{
	width: 560px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	padding-top: 17px;
}

.hpb-layoutset-02 #hpb-main{
    padding-top: 5px;
}

#hpb-aside{
	width: 230px;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	float: right;
	padding-bottom:20px;
}

* html #hpb-aside{
    float: none; /* for IE6 */
}

.hpb-layoutset-01 #hpb-aside{
	padding-top: 340px;
}

#hpb-nav{
	position: absolute;
	left: 40px;
	width: 810px;
	height: 35px;
	overflow:hidden;
	top: -1px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul{
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
    display: inline;
    float: left;
    width: 135px;
}


#hpb-nav li a{
    display: block;
    width: 135px;
    height: 35px;
}

#hpb-nav li span.en{
    display: none;
}

#hpb-nav li span.ja{
	display: block;
	line-height: 37px;
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
}


#hpb-nav a:link{
	text-decoration: none;
	background-image : url(nav_4Kc_01.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#hpb-nav a:visited{
    text-decoration: none;
	background-image : url(nav_4Kc_01.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#hpb-nav a:hover{
    text-decoration: none;
	background-image : url(nav_4Kc_01_on.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#hpb-nav a:active{
    text-decoration: none;
	background-image : url(nav_4Kc_01_on.png);
	background-position: left top;
	background-repeat: no-repeat;
}

/* トップページデザイン */
.hpb-layoutset-01 #hpb-title h2{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:0;
    overflow: hidden;
    text-indent: -9999px;
    height: 270px;
    width: 810px;
    background-image : url(mainimg_4Kc.png);
    background-position: center center;
    background-repeat: no-repeat;
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#hpb-inner #shopinfo {
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
		background-image : none;
	}

	#hpb-header{
		height:auto;
		padding-bottom: 10px;
		padding-right: 0;
		padding-left: 0;
	}

	#hpb-inner{
		background-image : none;
	}

	.hpb-layoutset-02 #hpb-inner{
		padding-top: 0;
	}
	
	#hpb-wrapper{
		width: 100%;
		margin-left: 0;
		float: none;
	}

	.hpb-layoutset-01 #hpb-title{
		width: 96%;
		margin-right: auto;
		margin-top: 0;
		margin-left: auto;
		padding-top: 15px;
		height: 180px;
	}

	.hpb-layoutset-02 #hpb-title{
		width: 100%;
		margin-top: 15px;
	}

	#hpb-main{
		width: 96%;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	#hpb-aside{
		max-width: 96%;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	.hpb-layoutset-01 #hpb-aside{
		padding-top: 0;
	}

	#hpb-nav{
		position: relative;
		left: 0;
		width: 100%;
		height: auto;
		top: 0;
		background-color: #19882b;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* 背景設定 */

	/* コンテンツ配置領域 */

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
	}
	
	#hpb-nav ul.toggled-on{
		display: block;
	}
	
	#hpb-nav li{
		float: none;
		width: 100%;
	}


	#hpb-nav li a{
		width: 100%;
		height: auto;
		border-top-color: #ffffff;
		border-top-width: 1px;
		border-top-style: solid;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		text-align: left;
		box-sizing: border-box;
	}

	#hpb-nav li span.ja{
		line-height: 1.4;
	}


	#hpb-nav a:link{
		background-image : none;
	}
	#hpb-nav a:visited{
		background-image : none;
	}
	#hpb-nav a:hover{
		background-image : none;
		background-color: #07550e;
	}
	#hpb-nav a:active{
		background-image : none;
		background-color: #07550e;
	}

	/* トップページデザイン */
	.hpb-layoutset-01 #hpb-title h2{
		height: 180px;
		width: 100%;
		background-size: contain;
		background-position: top center;
		margin-right: auto;
		margin-left: auto;
	}


	/*--------------------------------------------------------
	  共通パーツデザイン設定
	--------------------------------------------------------*/

}