@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: #0B0B0B;
    font-size: 16px;
		line-height: 1.7em;
    background-size: auto auto;
}
#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: #0B0B0B;
}
#contWrap a :hover{
	text-decoration: none;
}
@media screen and (max-width: 750px) {
	#contWrap {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		font-size: 14px;
	}
	#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だけ表示・spだけ表示 -----*/
#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;
	}
}


/*メインエリア
------------------------------------*/
.main .container {
	max-width: 1160px;
	padding-left: 0;
	padding-right: 0;
}
.main .container .breadcrumb {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#contWrap .mainImage {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
#contWrap .mainImage .mainImage_text {
	position: absolute;
	right: -1px;
	bottom: -1px;
	z-index: 99;
}

@media screen and (max-width: 750px){
	.main .container .breadcrumb,
	.main .container .contents {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.main .container .breadcrumb {
		font-size: 14px;
		padding: 4px 10px 16px;
	}
	.mainImage {
		margin-bottom: 40px;
	}
	#contWrap .mainImage .mainImage_text {
		right: 0;
	}
}


/* 黒い看板について */
#contWrap #about {
	background-color: #0B0B0B;
}
#contWrap #about .about_inner {
	max-width: 1160px;
  margin: 0 auto;
	padding: 60px 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contWrap #about h3 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	color: #fff;
	font-size: 33px;
	margin-bottom: 30px;
}
#contWrap #about .about_text,
#contWrap #about figure {
	width: calc(50% - 5px);
	margin-bottom: 10px;
}
#contWrap #about .about_text {
	padding: 0 20px;
	display: flex;
  align-items: center;
}
#contWrap #about .about_text p {
	margin-bottom: 1em;
	color: #fff;
}

@media screen and (max-width: 750px){
	#contWrap #about .about_inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#contWrap #about h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#contWrap #about .about_text {
		width: 100%;
		padding: 0 0 0 0;
		display: block;
		order: 3;
	}
	#contWrap #about figure {
		margin-bottom: 20px;
	}
	#contWrap #about figure:nth-of-type(1) {
		order: 1;
		width: 100%;
	}
	#contWrap #about figure:nth-of-type(2) {
		order: 2;
	}
	#contWrap #about figure:nth-of-type(3) {
		width: 80%;
		margin: 0 auto;
		order: 4;
	}
}


/* 黒い看板　商品一覧 */
#contWrap #contents {
	background-color: #fff;
	margin-bottom: 80px;
	padding-bottom: 5px;
	margin-top: 60px;
}
#contWrap #contents .cat {
	max-width: 1160px;
    margin: 0 auto 40px;
}
#contWrap #contents .cat h2 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0 0 50px;
	padding: 0 0 10px 5px;
	border-bottom: #0B0B0B solid 1px;
}
#contWrap #contents .item_cover {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contWrap #contents .item_cover::after{
	content: "";
	display: block;
	width: 23.6%;
}
#contWrap #contents .item_inner {
	margin-bottom: 40px;
}
#contWrap #contents .item_inner .item_link {
	display: block;
}
#contWrap #contents .item_inner .item_link:hover{
	text-decoration: none;
}
#contWrap #contents .item_img {
	margin-bottom: 10px;
}
#contWrap #contents .photo1 {
	width: 22.5%;
}
#contWrap #contents .photo1:hover{
	opacity: 0.7;
}
#contWrap #contents .photo2 {
	width: 49%;
}
#contWrap #contents .photo2 .item_img {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
#contWrap #contents .photo2 .item_img figure {
	width: 49%;
}
#contWrap #contents .photo2 .item_img figure:nth-of-type(2) {
	padding: 10px!important;
}
#contWrap #contents .spec .spec_name {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 3px;
	padding-bottom: 8px;
	border-bottom: 1px solid #0B0B0B;
}
#contWrap #contents .spec .spec_price {
	font-size: 18px;
	font-weight: 600;
	color: #e0423a;
}
#contWrap #contents .spec .spec_price span {
	font-size: 14px;
	font-weight: 600;
}

#contWrap #contents #fabric {
	background-color: #fff;
	padding: 30px 0px;
}
#contWrap #contents #fabric h2 {
	font-size: 22px;
	text-align: center;
	padding-bottom: 5px;
	border: none;
	border-bottom: 1px solid #0B0B0B;
}
#contWrap #contents #fabric .fabric_img {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
#contWrap #contents #fabric .fabric_img li {
	width: 24.9%;
}
#contWrap #contents #fabric .fabric_text {
	margin-bottom: 50px;
	text-align: center;
}

@media screen and (max-width: 750px){
	#contWrap #contents {
		margin-bottom: 40px;
		padding-bottom: 10px;
	}
	#contWrap #contents .cat {
		margin-bottom: 40px;
	}
	#contWrap #contents .cat:last-of-type {
		margin-bottom: 0px;
	}
	#contWrap #contents .cat h2 {
		font-size: 24px;
		margin-bottom: 50px;
		padding: 0 0 5px 2px;
	}
	#contWrap #contents .item_inner {
		margin-bottom: 50px;
	}
	#contWrap #contents .photo1 {
		width: 48.5%;
	}
	#contWrap #contents .photo2 {
		width: 100%;
	}
	#contWrap #contents .spec {
		margin-left: 5px;
	}
	#contWrap #contents .spec .spec_name {
		margin-bottom: 2px;
	}
	#contWrap #contents #fabric {
		padding: 20px 10px;
	}
	#contWrap #contents #fabric h2 {
		font-size: 16px;
	}
	#contWrap #contents #fabric .fabric_img {
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	#contWrap #contents #fabric .fabric_img li {
		width: 31.3%;
		margin: 0 1% 10px 1%;
	}
	#contWrap #contents #fabric .fabric_text {
		margin-bottom: 20px;
	}
}


/* おすすめアイテム・特集 */
#contWrap #rcmItems {

}
#contWrap #rcmItems .rcmItem {
	max-width: 1160px;
    margin: 0 auto 80px;
}
#contWrap #rcmItems .rcmItem h2 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: #0B0B0B solid 1px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
#contWrap #rcmItems .rcm_cover {
	display: flex;
	justify-content: space-between;
}
#contWrap #rcmItems .rcm_inner {
	width: 49%;
	border: #dedede solid 1px;
	padding: 10px 10px 20px;
}
#contWrap #rcmItems .rcm_inner figure {
	margin-bottom: 20px;
}
#contWrap #rcmItems .rcm_banner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contWrap #rcmItems .rcm_banner li {
	width: 49%;
	margin-bottom: 10px;
}
#contWrap #rcmItems .rcm_banner li img {
	width: 100vw;
}
#contWrap #rcmItems .rcm_banner a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 750px){
	#contWrap #rcmItems .rcmItem {
		margin: 0 auto 40px;
	}
	#contWrap #rcmItems .rcmItem h2 {
		font-size: 18px;
		margin-bottom: 20px;
		padding-bottom: 5px;
	}
	#contWrap #rcmItems .rcm_cover {
		display: block;
	}
	#contWrap #rcmItems .rcm_inner {
		width: 100%;
		margin-bottom: 20px;
	}
	#contWrap #rcmItems .rcm_banner {
		display: block;
	}
	#contWrap #rcmItems .rcm_banner li {
		width: 100%;
	}
}


/* リンクボタン */
#contWrap .linkBtn {
    text-align: center;
    width: 50%;
    margin: 20px auto 0 auto;
}
#contWrap .linkBtn a {
    font-size: 18px;
    line-height: 1em;
    display: block;
    padding: 20px 0;
		color: #fff;
		background-color: #0B0B0B;
}
#contWrap .linkBtn a:hover {
	opacity: 0.8;
}
#contWrap .linkBtn a span {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0;
}
#contWrap .linkBtn a span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    width: 0;
    height: 0;
    margin: -5px 0 0 0;
    padding: 0;
    border: 5px solid transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 5px;
    border-left: 8px solid #fff;
}
#contWrap .linkBtn a.btn_white span::after {
	border-left: 8px solid #0B0B0B;
}
#contWrap .linkBtn-cat {
	text-align: center;
	width: 100%;
	margin: 20px auto 50px auto;
}
#contWrap .linkBtn-cat a{
	font-size: 18px;
	line-height: 1em;
	display: inline-block;
	padding: 20px 50px;
	color: #fff;
	background-color: #0B0B0B;
}
#contWrap .linkBtn-cat :hover{
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (max-width: 750px){
	#contWrap .linkBtn{
		width: 100%;
	}
	#contWrap #fabric .linkBtnCover .linkBtn a,
	#contWrap #fabric .linkBtn .btn_white{
		font-size: 16px!important;
	}
	#contWrap .linkBtn-cat a{
		width: 100%;
		font-size: 16px;
	}
}

/*----- ファブリック系サインのエリアのみ有効 -----*/
#contWrap #fabric .linkBtn .btn_white {
	color: #0B0B0B;
	font-size: 20px;
	background-image: none;
	background-color: #fff;
	border: #0B0B0B solid 1px;
	margin-top: 50px;
}
#contWrap #fabric .linkBtnCover {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contWrap #fabric .linkBtnCover>div{
	width: 32%;
}
#contWrap #fabric .linkBtnCover .linkBtn {
	width: 100%;
	margin: 20px 0 0;
}
#contWrap #fabric .linkBtnCover .linkBtn a {
	font-size: 20px;
}
@media screen and (max-width: 750px){
	#contWrap #fabric .linkBtnCover{
		display: block;
	}
	#contWrap #fabric .linkBtnCover>div{
		width: 100%;
		margin-bottom: 30px;
	}
	#contWrap #fabric .linkBtnCover .linkBtn {
		margin: 0;
	}

}



/*表示面デザイン
------------------------------------*/
#designArea {
	max-width: 1160px;
    margin: 0 auto 80px;
    background-color: #f0f0f0;
    padding: 20px 0;
}
#designArea h3 {
	color: #0B0B0B;
    font-size: 32px;
    font-weight: 600;
	text-align: center;
	line-height: 1.3em;
    margin: 20px auto 40px auto;
}
#designArea h3 span {
    font-size: 20px;
}
#designArea .designArea-img {
	width: 90%;
	margin: 0 5% 20px;
	display: flex;
	justify-content: space-between;
}
#designArea .designArea-img li {
	width: 32%;
}
#designArea .designArea-h4 {
    color: #0B0B0B;
    font-size: 24px;
    font-weight: 600;
}
#designArea .designArea-box {
    background-color: #fff;
    margin: 25px 2% 20px;
    padding: 25px 2% 20px;
}
#designArea .boxTop {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
	text-align: center;
	margin-bottom: 20px;
}
#designArea .boxTop p {
    margin-bottom: 10px;
}
#designArea .boxBottom {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
    margin: 0 20px;
}
#designArea .boxBottom-text {
        width: 45%;
 }
#designArea .boxBottom-img {
        width: 50%;
 }
#designArea .designAreaBtn { /*ボタン*/
    margin-top: 20px;
}
#designArea .designAreaBtn a {
	display: inline-block;
	color: #fff;
	line-height: 1.4;
	font-weight: 600;
	border-radius: 100vh;
	padding: 15px 50px;
	text-decoration: none;
	background-color: #e0423a;
}
#designArea .designAreaBtn a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 750px) {
    #designArea h3 {
        font-size: 20px;
        margin: 0 15px 15px;
        text-align: center;
    }
    #designArea h3 span {
        font-size: 14px;
    }
    #designArea > img {
        margin-bottom: 0;
    }
    #designArea .designArea-h4 {
        font-size: 18px;
        margin:2%;
    }
	#designArea .designArea-box {
		margin: 20px 10px;
		padding: 20px 10px;
	}
    #designArea .boxTop p {
        margin:2%;
    }
    #designArea .boxBottom {
		display: block;
        margin: 2%;
    }
    #designArea .boxBottom-text {
        width: 100%;
    }
    #designArea .boxBottom-img {
        width: 100%;
     }
	#designArea .designAreaBtn {
        text-align: center;
		font-size: 16px;
    }
}

/*contactA お問合せエリア
---------------------------------------*/
#designArea .contactA-area {
    width: 100%;
    background-color:  #f0f0f0;
    padding: 0 0 44px 0;
}
#designArea .contactA-area > p:nth-child(1) {
	color: #0B0B0B;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
    font-weight: 600;
	margin: 30px 0 4px 0;
}
#designArea .contactA-area > p:nth-child(2) {
	color: #0B0B0B;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
#designArea .contactA-area .contactA-wrap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#designArea .contactA-area .contactA-box {
    width: 48.86%;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 0 3px;
    text-align: center;
}
#designArea .contactA-h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    background-color: transparent;
    color: #0B0B0B;
    margin-top: 0;
    padding-top: 12px;
}
#designArea .contactA-tel {
    color: #ff6c00;
    text-decoration: none;
    font-size: 38px;
    font-weight: 700;
    line-height: 0.8;
}
#designArea .contactA-box-p {
    color: #0B0B0B;
    margin: 20px 0;
    font-size: 14px;
}
#designArea .contactA-btn { /*ボタン*/
    display: inline-block;
    background-color: #ff6c00;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 11% 12px 11%;
    border-bottom: solid 4px #a14400;
    margin-bottom: 20px;
    position: relative;
}
#designArea .contactA-btn:hover,
#designArea .contactA-tel:hover {
    text-decoration: none;
    opacity: 0.5;
}
@media screen and (max-width: 750px) {
	#designArea .contactA-area {
        padding: 0 0 20px 0;
    }
    #designArea .contactA-area > p {
        font-size: 14px;
		padding: 0 15px;
    }
	#designArea .contactA-area > p:nth-child(1) {
		font-size: 18px;
		line-height: 1.3;
		margin: 20px 0 15px;
	}
	#designArea .contactA-area > p:nth-child(2) {
		margin-bottom: 20px;
		line-height: 1.3;
	}
    #designArea .contactA-area .contactA-wrap {
        width: 100%;
        display: block;
    }
    #designArea .contactA-area .contactA-box {
        width: 95%;
        margin: 0 auto;
        padding: 20px 0 8px;
    }
    #designArea .contactA-box:nth-child(1) {
        margin-bottom: 20px;
    }
}



/*お問合せ右下固定ボタン*/
#contWrap .footer_fix_btn {
	position:fixed;
	width: 80px;
	right: 0px;
	bottom: 100px;
}
#contWrap .footer_fix_btn a {
	display:block;
	width:100%;
	text-decoration:none;
}
#contWrap .footer_fix_btn a:hover {
	opacity:0.7;
}
@media screen and (max-width: 750px){
	#contWrap .footer_fix_btn {
		 position: fixed;
		 width: 48px;
		 right: 0px;
		 bottom: 10px;
		 z-index: 999;
	}
}