@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/

/*================================================
 *  一般・共通設定
 ================================================*/

header {
	width:100%;
	 position:fixed;
	 top:-35px;
	 z-index:10000;
	 background:#333;
	 opacity: 0.85;
	 
	 
}

#contents {
	width:1150px;
	margin:0 auto;
}

a {
	color:#043771;
}
a:hover {
	color:#144d8d;
}





.font_ss{
		font-size:10px;
		}
		
.font_s{
		font-size:13px;
		}
		
.font_m{
		font-size:14px;
		}
	
.font_l{
		font-size:16px;
		}
		
.font_ll{
		font-size:20px;
		}
		
.font_3l{
		font-size:25px;
		}
		
.line-h_0{
	line-height:none;
	}
	
.line-h_s{
	line-height:1.1em;
	}
	
.line-h_m{
	line-height:1.5em;
	}
	
.line-h_l{
	line-height:2em;
	}
	
.list_base{
	}
	
.list_base li{
	padding-left:1em;
	text-indent: -1em;
	margin-bottom:0.5em;
	}


/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:2em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* ボタン（タイプ1） */
.btn01 a {
	display:block;
	padding:2% 2% 2% 50px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#1b1b1b url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background:#2e2e2e url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:block;
	padding:2%;
	color:#1b1b1b;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #1b1b1b;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#1b1b1b;
	transition:all 0.2s ease 0s;
}

#all_area{
	position:relative;
	}
	
.w100{
	width:100%;
	}
.margin_auto{
	width:200px;
	margin:0px auto;
	
	}
	
.dr_tit_back{
	background:#000;
	padding:2px;
	color:#FFF;
	text-align:center;
	}

/*================================================
 *  ヘッダー
 ================================================*/

#rogo{
	margin-left:1%;
	float:left;
	margin-top:5px;
	
	}
#main_nav{
	float:right;
	margin-right:5%;
	}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
#menu{
	overflow: hidden;
	}
#menu li {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: 0;
    white-space: normal;
	float:left;
    margin: 0 0 0 0px; }
#menu li a {text-decoration: none;
    color: #fff;
    padding: 10px 20px 7px 20px;
    display: block; }
	
#menu li a:hover {
        background: #fff;
	color:#000;
	 }
.mbtn_cart a{
	background: #000;
	}
	
.mbtn_cart a:hover {
        background: #777 !important;
	color:#fff !important;
	 }
	

	

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

.cont_top{
	margin-top:100px;
	
	}
	
.gray_back{
	background:#e9e9e9;
	width:100%;
	}
.gray_back h2{
	line-height:none;
	padding:3px 0px;
	}
	
.grid news_top{
	text-align:center;
	}

	
.pic_mi{
	background:#fff;
	position:absolute;
	bottom:30px;
	right:30px;
	color:#333;
	line-height:none;
	padding:2px 10px;
	opacity: 0.85;
	}
	
.cont{
	padding-top:150px;
	}
	
.right_area{
	width:540px;
	margin-left:40px;
	}
	
.left_area{
	width:560px;
	}
	
.h-line{
	border-bottom:1px solid #999;
	width:100%;
	}
	
.sp-slides{
	height:560px;
	}
	

.open{
     cursor: pointer;
     }
	 
	#slideBox{
     display:none;
	 padding-top:20px;
     }
	 
.nav {
	padding: 0px;
    overflow:hidden;
}


.nav li {
    list-style: none;
    float: left;
	line-height:none;
}
.nav li a {
    text-decoration: none;
    color: #fff;
    padding: 5px 20px;
    display: block;
	background: #666;
}
.nav li a:hover {
    background: #333;
	color:#fff;
}
#cart_btn{
	width:161px;
	}
	
.brand_waku{
	border:1px solid #777;
	}
	
.brand_bun{
	margin:40px 25px;
	}
	
.list_base li{
	padding-left:1em;
	text-indent: -1em;
	margin-bottom:0.5em;
	}
	
.list_base3 li{
	padding-left:2em;
	text-indent: -2em;
	margin-bottom:0.5em;
	}
	
.textin_12{
	line-height:1.2em !important;
	}

.table03{
	width:100%;
	border-collapse:separate;
	border-spacing: 2px;
	}

.table03 th{
	background-color:#eee;
	padding:9px 16px 8px 16px;
	border-bottom:1px solid #aaa;
	text-align:center;
	line-height:none;
	width:110px;
	font-size:100%;
	}
	
.table03 td{
	border-bottom:1px dotted #aaa;
	padding:9px 16px 8px 16px;
	line-height:none !important;
	font-size:80%;
	}
	
.auto_pic{
	width:100%;
	}
.w500{
	width:500px;
	}

/*================================================
 *  フッター
 ================================================*/
	
#footer_area{
	background:#e4e4e4;
	width:100%;
	
	}
	
#footer_area footer{
	text-align:right !important;
	width:1150px;
	margin: 0px auto;
	}
	
.footer_c{
	
	padding-bottom:10px;
}

.f_nav {
	padding: 0px;
    overflow:hidden;
}


.f_nav li {
    list-style: none;
    float: left;
	line-height:none;
	font-size:13px;
}
.f_nav li a {
    text-decoration: none;
    color: #000;
    padding: 7px 20px;
    display: block;
}
.f_nav li a:hover {
    background: #333;
	color:#fff;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
	z-index:99999
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow:hidden;
	position:relative;
	clear:both;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	background-position:50% 0;
	background-repeat:no-repeat;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
	html {
	min-width:1200px !important;
}
}

/*================================================
 *  スマートフォン向けデザイン 767
 ================================================*/
@media screen and (max-width:601px) {
	
	div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,li{font-size:110%;}
	.font_ss{
		font-size:16px;
		}
		
	.font_s{
		font-size:20px;
		}
		
	.font_m{
		font-size:23px;
		}
	
	.font_l{
		font-size:28px;
		}
		
	.font_ll{
		font-size:30px;
		}
		
	.font_3l{
		font-size:40px;
		}
		
	.margin_6l{
	margin-bottom:180px !important;
	}
	
.margin_4l{
	margin-bottom:120px !important;
	}
.margin_3l{
	margin-bottom:80px !important;
	}

.margin_ll{
	margin-bottom:60px;
	}

.margin_l{
	margin-bottom:30px;
	}
	
.margin_m{
	margin-bottom:20px;
	}

.margin_ms{
	margin-bottom:15px;
	}

.margin_s{
	margin-bottom:8px;
	}
	
.margin_ss{
	margin-bottom:5px;
	}
	

	.imgC {
		margin-bottom:25px;
	}
	.imgC img {
		max-width:80%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}
	.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:1000px;
}
.slide {
	
}
header {
	width:100%;
	 opacity: 0;
	 display:none; 
}
.mbtn_cart a{
	background: #4c4c4c;
	}
.cont_top_area{
	position:relative;
	height:450px;

	}
	
.cont_top{
	position:absolute;
	z-index:100;
	top:-250px;
	margin-top:0px;
	}
.text_ar_auto{
	text-align:left;
	}
.frame {
	height: 250px !important;
}	
.frame2 {
	height: 320px !important;
}

html {
	min-width:600px !important;
}

#footer_area footer{
	text-align:right !important;
	width:600px;
	margin: 0px auto;
	}
.right_area{
	width:100%;
	margin-left:0px;
	}

#cart_btn{
	width:304px;
	}

.kosuu {
	font-size:20px;
	height:2em;
}
.nav li a {
    padding: 20px 20px;

}

.margin_auto{
	width:250px;
	
	}
	
.w100 nav li{
	float:left;
	}

}
body {
	margin:0;
	padding:0;
	font-size:100%;
}

.slicknav_menu {
	display:none;
	
}



@media screen and (max-width: 40em) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}