@charset "utf-8";

/* =======================================

  全体 共通

======================================= */
*,*::after,*::before {
	box-sizing: border-box;}
html,
.input_button,
.btn {
	font-family: Century, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 62.5%;}
.input_button,
.btn {
	outline: 0 ;
	border: none;
	font-size: 13px;
	font-size: 1.3rem;}
@media all and (-ms-high-contrast:none) {
    body {font-family: Century, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;}}
body {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	background: #f8fbfa url(../img/common/bg.gif) repeat;
	background-repeat: repeat;
	color: #000;
	font-style: normal;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;}	
br { letter-spacing: normal; }
.border { border-bottom: solid 1px #ddd; }

/* ---------------------------------------
  ラップ
--------------------------------------- */
.wrap{
	width: 1000px;
	margin: 0 auto;
	padding: 1%;}
.wrap_right {
	position: relative;
	display: inline-block;
	float: right;
	width: 740px;
	margin: 20px 0;}
#leftSide {
	position: relative;
	display: inline-block;
	float: left;
	width: 200px;
	margin: 20px 0;}

/* ---------------------------------------
  リンク
--------------------------------------- */
a {
	color: #000;
	text-decoration: none;}
a:hover {
	cursor: pointer;
	color: #c80000;}
.atag a{
	color: #fff;
	text-decoration: none;}
.atag a:hover {
	cursor: pointer;
	color: #ede1d3;}
.atag2 a{
	color: #c80000;
	text-decoration: none;}
.atag2 a:hover {
	cursor: pointer;
	color: #999;}
.atag3 {
	color: #000;
	text-decoration: none;}
.atag3:hover {
	cursor: pointer;
	color: #fff;}
	
a, a img {
	transition: all .3s;}
a:hover img {
	cursor: pointer;
	opacity: .6;}

/* ---------------------------------------
  フォント
--------------------------------------- */
.fs13 {
	font-size: 13px !important;
	font-size: 1.3rem !important;}
.fs14 {
	font-size: 14px !important;
	font-size: 1.4rem !important;}
.fs18 {
	font-size: 18px !important;
	font-size: 1.8rem !important;}
.fs24 {
	font-size: 24px !important;
	font-size: 2.4rem !important;}
.fs30 {
	font-size: 30px !important;
	font-size: 3.0rem !important;}

/* ---------------------------------------
  文字カラー
--------------------------------------- */
.cfff { color: #fff !important; }
.c000 { color: #000 !important; }
.cDred { color: #c80000 !important; }
.cBeige { color: #ede1d3 !important; }
.c333 { color: #333 !important; }
.cddd { color: #ddd !important; }

/* ---------------------------------------
  マージン
--------------------------------------- */
.-mt30 { margin-top: -30px !important; }
.-mt25 { margin-top: -25px !important; }
.-mt20 { margin-top: -20px !important; }
.-mt15 { margin-top: -15px !important; }
.-mt10 { margin-top: -10px !important; }
.-mt5 { margin-top: -5px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }

/* ---------------------------------------
  テキスト アライン
--------------------------------------- */
.text_center {
	text-align: center !important;}
.text-left {
	text-align: left !important;}
.text-right {
	text-align: right !important;}

/* ---------------------------------------
  ディスプレイ
--------------------------------------- */
.block {
	display: block !important;}
.inline_block {
	display: inline-block !important;}

/* ---------------------------------------
  フロート
--------------------------------------- */
.float_left {
	float: left !important;}
.float_right {
	float: right !important;}

/* ---------------------------------------
  見出し
--------------------------------------- */
h1 {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;}
h2 {
	display: inline-block;
	padding: 0 5px;}
.h2_title {
	height: 80px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: lighter;
	text-align: center;
	padding-right: 50px;}
.h2_listtitle {
	text-align: left;}
.h2_contitle {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: left;}
.h2_title img {
	display: inline-block;
	margin-top: -10px;}
h3 {
	clear: both;
	font-size: 1.8rem;
	font-size: 18px;
	text-align: left;}
.h3_title {
	display: block;
	width: auto;
	margin: 0 6px;
	margin-bottom: 20px;
	padding: 5px 20px;
	background: #f7f2f3;
	border-top: 2px solid #CE6464;}
h4 {
	clear: both;
	font-size: 1.8rem;
	font-size: 18px;
	text-align: left;
	font-weight: normal;}
.h4_title {
	display: block;
	width: auto;
	margin: 0 6px;
	margin-bottom: 20px;
	padding: 1px 20px;
	background: #efefef;
	border-radius: 30px;}
	
/* ---------------------------------------
  もっと見る
--------------------------------------- */	
.showDetails {
	width: 230px;
	background-color: #ede1d3;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	padding: 15px 10px;
	margin-top: 10px;
	margin-bottom: 50px;
	transition: 0.5s;}
.showDetails span {
	float: right;}
.showDetails:hover {
	background-color: #a09180;}

/* ---------------------------------------
  トピックパス
--------------------------------------- */
#topic{
	font-size: 0;
	height: 35px;}
#topic a {
	margin: 0 5px;
	font-size: 1.3rem;
	font-size: 13px;
	transition: 0.5s;}
#topic a:hover {
	text-decoration: underline;}
#topic span {
	margin: 0 5px;
	font-size: 1.3rem;
	font-size: 13px;}

/* ---------------------------------------
  ダミー (左サイド下部)
--------------------------------------- */
.dummy_leftSide{
	width:200px;
	height:200px;
	display:inline-block;
	float:right;}
.dummy_rightSide{
	float:left;
	width:740px;}

/* ---------------------------------------
  トップへ戻る
--------------------------------------- */
#toTopPage {
    position: fixed;
    bottom: 5px;
    right: 5px;
	z-index: 2;}	
#toTopPage a {
	display: block;
    background: #000;
	background-image: url(../img/common/topPage_bg.jpg);
    text-decoration: none;
    color: #fff;
    width: 65px;
	height: 65px;
    padding: 1px;
    text-align: center;
    border-radius: 50px;}
#toTopPage a:hover {
    text-decoration: none;
    background: #333;}

/* =======================================

  ヘッダー

======================================= */
header {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 1000px;
	height: 150px;}
header span {
	float: right;}
#com_blog {
	display: inline-block;
	background: #fff;
	border: solid #999 1px;
	border-top: none;
	padding: 1px 0;
	width: 103px;
	text-align: center;
	transition: 0.5s;}
#com_facebook {
	display: inline-block;
	background: #fff;
	border: solid #999 1px;
	border-top: none;
	padding: 1px 0;
	width: 123px;
	text-align: center;
	transition: 0.5s;}
#com_blog:hover,
#com_facebook:hover {
	background: #ddd;}
#com_cartbtn {
	width: 230px;
	height: 46px;
	background: radial-gradient(#ea6264, #c80000);
	border-radius: 8px;
	float: right;
	text-align: center;
	margin-top: 15px;
	padding-top: 7px;}
#com_cartbtnMask {
	right: 0;
	margin-top: 15px;
	position: absolute;
	width: 230px;
	height: 46px;
	background-color: rgba(255,255,255,0);
	transition: 0.5s;}
#com_cartbtnMask:hover {
	position: absolute;
	width: 230px;
	height: 46px;
	background-color: rgba(255,255,255,0.4);}
#com_hnav {
	margin-top:-25px;}
#com_hnav a {
	padding-left: 15px;}
#com_hnav a:hover {
	text-decoration: underline;}

/* ---------------------------------------
  ヘッダー Gnavi
--------------------------------------- */
#hnav {
	position: relative;
	display: table;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	text-align: center;
	background: url(../img/gnavi/nav.png) repeat;
	background-repeat: repeat;
	color: #fff;}
#hnavlink {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;}
.hnavlink a {
	padding-left: 23px;
	padding-right: 23px;}
.hnavlink a:hover {
	text-decoration: underline;}

/* =======================================

  左サイド エリア

======================================= */
/* ---------------------------------------
  検索ボックス
--------------------------------------- */
#s_search {
	width: 200px;
	height: 40px;
	margin-bottom: 20px;}
#s_search > .item_name_s_search {
    outline: 0;
	width: 160px;
	height: 40px;
	float: left;
	border: solid 1px #999;
	border-right: none;
	background: #fff;
	padding: 8px 0 8px 8px;}
#s_searchBtn {
	width: 40px;
	height: 40px;
	float: right;
	border: solid 1px #999;
	border-left: none;
	background: #fff;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;}
.s_searchBtn {
	outline: 0;
	border: none;
	width: 30px;
	height: 30px;
	margin-top: -2px;
	background: #333;
	border-radius: 4px;
	transition: 0.5s;}
.s_searchBtn:hover {
	background: #999;	
	cursor: pointer;}
#s_searchBtn i {
	vertical-align: top;
	margin-top: 5px;
	color: #fff;}
	
/* ---------------------------------------
  カテゴリー
--------------------------------------- */
#s_itemList {
	display:table-cell;
	width: 200px;
	height: 40px;
	background: url(../img/side/itemlist.png) no-repeat;
	text-align: center;
	vertical-align: middle;}
.s_itemList {
	border: 1px solid #999;}
#s_itemListTitle {
	display: table-cell;
	width: 200px;
	height: 40px;
	vertical-align: middle;}
.s_itemList,
.s_itemList ul {				
	margin-top: -1px;
    margin-left:0;
    padding-left:0;
	text-align: left;
    list-style-type: none;}
.s_itemList {
	position: relative;
	width: 200px;
	background-color: #fff;}
.s_itemList a {
	display: block;
	text-decoration: none;}
.s_itemList > li {
	position: relative;
	width: 199px;
	height: 70px;
	border-bottom: 1px solid #999;}
.s_itemList > li:last-child {
	border-bottom: none;}
.s_itemList span {
	float: right;
	padding-right: 10px;}
.s_itemList > .fa-minus {
	opacity: 0;
	transition: 0.3s;}
.s_itemList > li > a {
	width: 198px;
	height: 69px;
	padding: 18px 0 0 3px;}
.s_itemList > li > a:hover {
	background: #efefef;}
.s_itemList li .childnav {
	display: none;
	padding:10px 15px;
	border:1px solid #999;
	background-color: #fff;
	position:absolute;
	left:190px;
	top: 8px;
	z-index: 1;}
.s_itemList li:hover .childnav {
    display: block;}
.s_itemList:hover .fa-minus {
	opacity: 1;}
.chilnav ul {
	margin-bottom:20px;}
.childnav li {
	width: 200px;}
.childnav li a {
	display: block;
	padding: 7px 5px;
	border-bottom: none;
	transition: 0.3s;}
.childnav li a:hover {
	text-decoration: none;
	background: #efefef;}

/* ---------------------------------------
  左サイド リンク
--------------------------------------- */
#toc{
	background: url(../img/side/to_c.jpg);
	width: 200px;
	height: 89px;
	padding: 12px 15px;
	line-height: 1.2em;}
#tocMask {
	position: absolute;
	width: 200px;
	height: 89px;
	background-color: rgba(255,255,255,0);
	transition: 0.5s;}
#tocMask:hover {
	position: absolute;
	width: 200px;
	height: 89px;
	background-color: rgba(255,255,255,0.5);	}
#shop {
	background: url(../img/side/shop.jpg) no-repeat;
	width: 200px;
	height: 66px;
	padding: 9px 0 0 55px;}
#estimate {
	background: url(../img/side/estimate.jpg) no-repeat;
	width: 200px;
	height: 66px;
	padding: 11px 0 0 55px;}
#traceability {
	background: url(../img/side/traceability.jpg) no-repeat;
	width: 200px;
	height: 66px;
	padding: 11px 0 0 55px;}
#sideMask {
	position: absolute;
	width: 200px;
	height: 66px;
	background-color: rgba(255,255,255,0);
	transition: 0.5s;	}
#sideMask:hover {
	position: absolute;
	width: 200px;
	height: 66px;
	background-color: rgba(255,255,255,0.5);	}
#shop i,
#estimate i,
#traceability i {
	float: right;
	margin-top: -15px;
	padding: 8px;}

/* =======================================

  フッター

======================================= */
footer {
	position: relative;
	margin: 0 auto;
	width: auto;
	height: 230px;
	background: url(../img/footer/footbg.jpg) repeat;
	background-repeat: repeat;
	text-align: center;}
footer img {
	width: 350px;
	margin: 25px 0 5px;}
#footCap span {
	font-size: 1.3rem;
	font-size: 13px;
	vertical-align: middle;}
#footCap img {
	width: 160px;
	margin-top: -1px;
	margin-top: 8px;}
#copy {
	margin-top: 45px;}

/* ---------------------------------------
  フッター Gnavi
--------------------------------------- */
#fnav {
	position: relative;
	display: table;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	text-align: center;
	background: url(../img/gnavi/nav.png) repeat;
	background-repeat: repeat;}
#fnavlink {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;}
#fnavlink a {
	padding-left: 18px;
	padding-right: 18px;
	transition: 0.5s;}
#fnavlink a:hover {
	text-decoration: underline;}

/* 全角モード */
.imeon {
  ime-mode: active;}
/* 半角モード */
.imeoff {
  ime-mode: inactive;}

.for_sp{
	display: none;
}