@charset "UTF-8";

/* 必須指定 */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
　　content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
#contWrap * {
    box-sizing: border-box;
}
#contWrap {
    margin: 0 auto;
    width: 100%;
    color: #333;
    font-size: 16px;
	line-height: 1.7em;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
}
#contWrap figure,
#contWrap p,
#contWrap ul {
    border:0;
    margin:0;
    padding:0;
}
#contWrap img{
    border:0;
    margin:0;
    padding:0;
    vertical-align:bottom;
    width: 100%;
}
#contWrap table{
    border-collapse: collapse;
    border-spacing: 0;
    color: #333;
}
#contWrap a:hover {
    text-decoration: none;
	opacity: 0.7;
}
@media screen and (max-width: 750px) {
	#contWrap {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	#contWrap .overflow {
		overflow: auto;
	}
}

/* 共通 */
#contWrap .mt2h {/* 上マージン */
  margin-top: 2.5rem;
}
#contWrap .mt3 {
  margin-top: 3rem;
}
#contWrap .mt5 {
  margin-top: 5rem;
}
#contWrap .mb1h {/* 下マージン */
  margin-bottom: 1.5rem;
}
#contWrap .mb3 {
  margin-bottom: 3rem;
}
#contWrap .mtb2 {/* 上下マージン */
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/*----- pcだけ表示 -----*/
#contWrap .only-pc {
  display: block;
}
#contWrap .only-sp {
  display: none;
}

@media screen and (max-width: 750px){
	#contWrap .mt2h {/* 上マージン */
		margin-top: 1.25rem;
	}
	#contWrap .mt3 {
		margin-top: 1.5rem;
	}
	#contWrap .mt5 {
		margin-top: 2.5rem;
	}
	#contWrap .mb1h {/* 下マージン */
		margin-bottom: 0.75rem;
	}
	#contWrap .mb3 {
		margin-bottom: 1.5rem;
	}
	#contWrap .mtb2 {/* 上下マージン */
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	/*----- spだけ表示 -----*/
	#contWrap .only-pc {
		display: none!important;
	}
	#contWrap .only-sp {
		display: block;
	}
}


/* コンテンツ部分
---------------------------------------*/
#contWrap h2 {
	font-size: 52px;
	font-weight: 900;
	line-height: 1em;
	text-align: center;
	padding: 0;
	margin-bottom: 45px;
}
#contWrap h2 span {
	color: #a40000
}
#contWrap h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
}
#contWrap h3 + p {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
	#contWrap h2 {
		font-size: 32px;
		line-height: 1.1em;
		margin: 10px 0 30px 0;
	}
	#contWrap h3 {
		font-size: 24px;
		line-height: 1.2em;
		margin-bottom: 15px;
	}
	#contWrap h3 + p {
		font-size: 16px;
		line-height: 1.2em;
		padding-bottom: 15px;
	}
}


/* メインエリア */
#contWrap #mainArea {
	margin-bottom: 40px;
}

/* メインエリア - スライド */
#contWrap #mainArea #slide {
	width: 1160px;
	height: 283px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
	display: none;
}
#contWrap #mainArea #slide img {
	position: absolute;
	left: 0;
	top: 0;
}

/* メインエリア - ナビゲーション */
#contWrap #mainArea .mainNavi {
	padding: 0 0 40px;
}
#contWrap #mainArea .mainNavi .naviItems {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contWrap #mainArea .mainNavi .naviItems li {
	width: 24.2%;
}
#contWrap #mainArea .mainNavi .naviItems li a {
	display: block;
	border-radius: 12px;
	text-align: center;
	line-height: 1.5em;
	padding: 0 10px 10px 10px;
	border: 1px solid #999;
}
#contWrap #mainArea .mainNavi .naviItems li a .caption {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 56px;
	margin-bottom: 10px;
}
#contWrap #mainArea .mainNavi .naviItems li a.line2 .caption {
	line-height: 28px;
}
#contWrap #mainArea .mainNavi .naviItems li a figure {
	margin-bottom: 10px;
}
#contWrap #mainArea .mainNavi .naviItems li .arrow {
	width: 10px;
	height: 10px;
	border: 2px solid;
	border-color: transparent transparent #333 #333;
	transform: rotate(-45deg);
	margin: 5px auto 0;
}
#contWrap #mainArea .mainNavi .categoryTag span {
	margin: 0 0 7px 0;
}

@media screen and (max-width: 750px) {
	#contWrap #mainArea {
		margin-bottom: 20px;
	}
 	#contWrap #mainArea .mainNavi {
		padding: 0 0 20px;
	}
	#contWrap #mainArea .mainNavi .naviItems li {
		width: 49%;
		margin-bottom: 10px;
		font-size: 14px;
	}
	#contWrap #mainArea .mainNavi .naviItems li a {
		height: 100%;
	}
	#contWrap #mainArea .mainNavi .naviItems li a .caption {
		font-size: 18px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	#contWrap #mainArea .mainNavi .naviItems li a.line2 .caption {
		line-height: 20px;
	}
	#contWrap #mainArea .mainNavi .naviItems li .arrow {
		margin: 3px auto 0;
		border: 1px solid;
		border-color: transparent transparent #333 #333;
	}
}

/* カテゴリー共通レイアウト */
#contWrap .itemCategory {
	margin-bottom: 60px;
	margin-top: -60px;
	padding-top: 60px;
}
#contWrap .itemCategory .combiSample {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto 30px auto;
}
#contWrap .itemCategory .combiSample .sampleCase {
	width: 33.3%;
}
#contWrap .itemCategory .itemContents .itemCover {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#contWrap .itemCategory .itemContents .itemCover .itemEaselCover {
	width: calc(50% - 10px);
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 15px 10px;
}
#contWrap .itemCategory .itemContents .itemCover .itemPanelCover {
	width: calc(50% - 10px);
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 15px 10px;
}
#contWrap .itemCategory .itemContents .itemCover .multi {
	width: 20px;
	position: relative;
}
#contWrap .itemCategory .itemContents .itemCover .multi p {
	position: absolute;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	bottom: 0;
	left: -12px;
	margin: auto;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
#contWrap .itemCategory .attention {
	color: #f00;
	line-height: 1.5em;
	text-indent: -1em;
	margin-left: 1em;
}

@media screen and (max-width: 750px) {
	#contWrap .itemCategory {
		margin-bottom: 30px;
		margin-top: -90px;
		padding-top: 90px;
	}
	#contWrap .itemCategory .combiSample {
		max-width: 100%;
		margin: 0 auto 15px auto;
	}
	#contWrap .itemCategory .combiSample .sampleCase {
		font-size: 12px;
		line-height: 1.3em;
	}
	#contWrap .itemCategory .itemContents .itemCover {
		display: block;
	}
	#contWrap .itemCategory .itemContents .itemCover .itemEaselCover {
		width: 100%;
		padding: 20px 20px 1px;
		display: block;
	}
	#contWrap .itemCategory .itemContents .itemCover .itemPanelCover {
		width: 100%;
		padding: 20px 20px 1px;
		display: block;
	}
	#contWrap .itemCategory .itemContents .itemCover .multi {
		width: 100%;
		height: 20px;
	}
	#contWrap .itemCategory .itemContents .itemCover .multi p {
		font-size: 50px;
		line-height: 50px;
		width: 50px;
		height: 50px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
	}
	#contWrap .itemCategory .attention {
		font-size: 12px;
	}
}

/* 1アイテム */
#contWrap .itemCategory .itemContents .itemCover .item {
	width: 49%;
	background-color: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}
#contWrap .itemCategory .itemContents .itemCover .item .itemName {
	/*font-size: 18px;*/
	font-weight: 700;
}
#contWrap .itemCategory .itemContents .itemCover .item .itemPrice {
	color: #f93300;
	font-size: 22px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 15px;
}
#contWrap .itemCategory .itemContents .itemCover .item .itemPrice span {
	color: #333;
	font-size: 14px;
}
#contWrap .itemCategory .itemContents .itemCover .item .itemComment {
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 15px;
}
#contWrap .itemCategory .itemContents .itemCover .item .itemSize {
	margin-bottom: 15px;
}
#contWrap .itemCategory .itemContents .itemCover .item .itemSize dt {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}
#contWrap .itemCategory .itemContents .itemCover .item .itemSize .sizeTag {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	min-height: 48px;
}
#contWrap .itemCategory .itemContents .itemCover .item .itemSize .sizeTag li {
	min-width: 22%;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	border-radius: 10px;
	margin: 0 1.5% 4px 1.5%;
	padding: 0 5px;
	border: 1px solid #999;
	/*flex-grow:1;*/
}

@media screen and (max-width: 750px) {
	#contWrap .itemCategory .itemContents .itemCover .item {
		width: 100%;
		padding: 0 20px 10px 20px;
		margin-bottom: 20px;
	}
	#contWrap .itemCategory .itemContents .itemCover .item .itemSize dt {
		line-height: 1.5em;
	}
	#contWrap .itemCategory .itemContents .itemCover .item .itemSize .sizeTag {
		min-height: 0px;
	}
}

/* タグ */
#contWrap .categoryTag {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}
#contWrap .categoryTag span {
	display: inline-block;
	width: 10em;
	height: 22px;
	line-height: 22px; 
	text-align: center;
	margin: 0 0 30px 0;
}
#contWrap .categoryTag span.reasonable {
	background-color: #a40000;
}
#contWrap .categoryTag span.wood {
	background-color: #638c0b;
}
#contWrap .categoryTag span.aluminium {
	background-color: #0075a9;
}
#contWrap .categoryTag span.strong {
	background-color: #525252;
}

@media screen and (max-width: 750px) {
	#contWrap .categoryTag {
		font-size: 12px;
	}
	#contWrap .categoryTag span {
		height: 20px;
		line-height: 20px;
		margin: 0 0 15px 0;
	}
}

/* リーズナブル */
#contWrap #reasonable .h3Cover {
	background: url(../images/bg_reasonable.gif);
}
#contWrap #reasonable h3 {
	color: #a40000;
}
#contWrap #reasonable .categoryTag {
	border-top: 1px solid #a40000;
}
#contWrap #reasonable .itemEaselCover {
	background-color: #eee5e9;
}
#contWrap #reasonable .itemPanelCover {
	background-color: #eee9e5;
}
/*#contWrap #reasonable .itemSize dt {
	color: #a40000;
}*/

/* 木製 */
#contWrap #wood .h3Cover {
	background: url(../images/bg_wood.gif);
}
#contWrap #wood h3 {
	color: #638c0b;
}
#contWrap #wood .categoryTag {
	border-top: 1px solid #638c0b;
}
#contWrap #wood .itemEaselCover {
	background-color: #e5eee5;
}
#contWrap #wood .itemPanelCover {
	background-color: #eeede5;
}

/* アルミ */
#contWrap #aluminium .h3Cover {
	background: url(../images/bg_aluminium.gif);
}
#contWrap #aluminium h3 {
	color: #0075a9;
}
#contWrap #aluminium .categoryTag {
	border-top: 1px solid #0075a9;
}
#contWrap #aluminium .itemEaselCover {
	background-color: #e5e7ee;
}
#contWrap #aluminium .itemPanelCover {
	background-color: #e5eeeb;
}

/* 大型対応 */
#contWrap #strong .h3Cover {
	background: url(../images/bg_strong.gif);
}
#contWrap #strong h3 {
	color: #525252;
}
#contWrap #strong .categoryTag {
	border-top: 1px solid #525252;
}
#contWrap #strong .itemEaselCover {
	background-color: #e6eaed;
}
#contWrap #strong .itemPanelCover {
	background-color: #ebe8e8;
}
#contWrap #strong .combiSample {
	max-width: 770px;
}
#contWrap #strong .combiSample .sampleCase {
	width: 46.7%;
}

@media screen and (max-width: 750px) {
	#contWrap #strong .combiSample {
	max-width: 100%;
	}
	#contWrap #strong .combiSample .sampleCase {
		width: 49%;
	}
}


/* おすすめ特集 */
#contWrap #rcmdArea {
}
#contWrap #rcmdArea h3 {
	color: #1e4b98;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
#contWrap #rcmdArea ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}
#contWrap #rcmdArea ul li {
	width: 49%;
	margin-bottom: 20px;
}
#contWrap #rcmdArea ul li a {
	display: block;
}

@media screen and (max-width: 750px) {
	#contWrap #rcmdArea h3 {
		font-size: 16px;
	}
	#contWrap #rcmdArea ul {
		display: block;
		width: 100%;
	}
	#contWrap #rcmdArea ul li {
		width: 100%;
		margin-bottom: 15px;
	}
}


/* 商品ページへのリンクボタン
---------------------------------------*/
#contWrap .linkBtn {
	text-align: center;	
	width: 100%;
	margin: 0 auto 8px;
}
#contWrap .linkBtn a {
	color: #fff;
	background-color: #1e4b98;
	font-size: 16px;
	font-weight: 700;
	display: block;
	border-radius: 4px;
	line-height: 1em;
	padding: 0.6em 0;
}
#contWrap .linkBtn a.black {
	color: #fff;
	background-color: #333;
}
#contWrap .linkBtn a.brown {
	color: #fff;
	background-color: #52240d;
}
#contWrap .linkBtn a.white {
	color: #333;
	background-color: #fff;
	border: #666 solid 1px;
}
#contWrap .linkBtn a.silver {
	color: #fff;
	background-color: #b0b6bd;
}
#contWrap .linkBtn a.gold {
	color: #fff;
	background-color: #caa846;
}
#contWrap .linkBtn a.natural {
	color: #fff;
	background-color: #c7ad7e;
}
#contWrap .linkBtn a.lightbronze {
	color: #fff;
	background-color: #9d907f;
}
#contWrap .linkBtn a span {
	display: inline-block;
	position: relative;
	margin: 0 0 0 10px;
	padding: 0;
}
#contWrap .linkBtn a span::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
	left: -17px;
    width: 0;
    height: 0;
    margin: -5px 0 0 0;
    padding: 0;
	border: 5px solid transparent;
    border-left: 8px solid #fff;
}
#contWrap .linkBtn a.white span::before {
    border-left: 8px solid #333;
}
#contWrap .linkBtn a:hover {
	opacity: 0.7;
}

/*----- レコメンドエリアのみボタン2つを横並びにする -----*/
#contWrap #rcmdArea .linkBtnCover {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
#contWrap #rcmdArea .linkBtnCover .linkBtn {
	width: 48%;
	margin: 0 0 10px;
}
#contWrap #rcmdArea .linkBtnCover .linkBtn a {
	font-size: 24px;
	border-radius: 10px;
	line-height: 1em;
	padding: 1.2em 0;
}

@media screen and (max-width: 750px) {
	#contWrap #rcmdArea .linkBtnCover {
		display: block;
		margin-bottom: 40px;
	}
	#contWrap #rcmdArea .linkBtnCover .linkBtn {
		width: 100%;
		margin: 0 0 10px;
	}
	#contWrap #rcmdArea .linkBtnCover .linkBtn a {
		font-size: 18px;
		padding: 1em 0;
	}
	#contWrap #rcmdArea .linkBtnCover .linkBtn a span::before,
	#contWrap #rcmdArea .linkBtnCover a .linkBtn span::before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: -15px;
		width: 0;
		height: 0;
		margin: -3px 0 0 0;
		padding: 0;
		border: 4px solid transparent;
		border-left-color: transparent;
		border-left-style: solid;
		border-left-width: 5px;
		border-left: 7px solid #fff;
	}
}

/*お問合せ右下固定ボタン*/
.footer_fix_btn {
	position:fixed;
	width: 70px;
	right: 0px;
	bottom: 250px;
}
.footer_fix_btn02 {
	position:fixed;
	width: 70px;
	right: 0px;
	bottom: 105px;
}
.footer_fix_btn a,
.footer_fix_btn02 a{
	display:block;
	width:100%;
	text-decoration:none;
}
.footer_fix_btn a:hover,
.footer_fix_btn02 a:hover {
	opacity:0.7;
}
@media screen and (max-width: 750px){
	.footer_fix_btn {
		 position: fixed;
		 width: 45px;
		 right: 0px;
		 bottom: 105px;
		 z-index: 999;
	}
  .footer_fix_btn02 {
		 position: fixed;
		 width: 45px;
		 right: 0px;
		 bottom: 10px;
		 z-index: 999;
	}
}