@charset "utf-8";
/* CSS Document */
/*大枠のcss*/
#outer{
	width: 1260px;
	margin: 0 auto;
}
/*マウスオーバーでふぉんってなる*/
#outer a:hover{
	opacity: 0.7;
}

/*見出し*/
#outer .top_parts{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #fceeda;
	margin-bottom: 50px;
}
#outer .top_parts .top_txt{
	width: 54%;
	color: #42210b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 0 0 25px;
}
#outer .top_parts .top_txt h1{
	font-size: 2.3em;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 1.2;
}

#outer .top_parts .top_txt p{		/*h1説明文*/		
	font-size: 1.3em;
	padding-top: 10px;
	font-weight: bold;
}
#outer .top_parts .top_img{
	width: 44%;
}
#outer .top_parts .top_img img{
	width: 100%;
}





/*レコメンドのところ*/
#recommend_block{
	border-top: inherit;
}
#recommend_block .ec-shelfRole{
	margin-bottom: 0px;
}
/*カテゴリボタン設定*/
#outer .category_btn{
	width: 100%;
	font-size: 1.5em;
	margin: 40px auto 60px;
}
#outer .category_btn a{
	color: #fceeda !important;
	text-decoration: none !important;
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 10px;
	font-weight: bold;
	border-radius: 6px;
	background-color: #42210b;
	/*border: solid 2px #42210b;*/
}
#outer .category_btn a:hover{
	opacity: 0.7;
}
/*IDとばす設定*/
#outer .jump{
	width: 100%;
	background-color: #42210b;
	margin: 0 auto 50px;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	z-index: 2;
	padding-bottom: 0;
	padding-top: 0;
	max-width: 100%;
}
#outer .jump li.genre_menu_btn a{
	display: block;
	padding: 20px;
	font-weight:bold;
	text-decoration: none;
	box-sizing: border-box;
	text-align:center;
	color:#fceeda;
	font-size:1.5em;
}
#outer .jump ul.genre_menu{
	width:100%;
	display: flex;
	justify-content: center;
	margin:0;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	border-radius: 6px;
	color:#fceeda;
}
#outer li.genre_menu_btn {
	width: 50%;
	border: solid 1px #fceeda;
	position: relative;
}



/*h2#outer .contents_01 .item_01 .item_txt_01 ul.btns a*/
/*#outer h2.uline_b,#outer .column h2{
	font-size: 1.8em;
	font-weight: bold;
	margin: 15px 0 10px;
	position: relative;
	padding: 5px;
	color: #42210b;
}*/
#outer h2.uline_b::before{
	content: "┃";
	color: #42210b;
}

/*h2見出し装飾*/
#outer h2.uline_b,#outer .column h2{
	font-size: 1.8em;
	font-weight: bold;
	margin: 15px 0 10px;
	position: relative;
	padding: 5px;
	color: #42210b;
}
 h2:after {
  position: absolute;
  bottom: -6px;
  left: 13px;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #42210b, #42210b 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #42210b, #42210b 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*h3のタイプ別の背景設定*/
.wrap {
    position: relative;
    padding: 1rem;
    border-radius: 10px;
    border: 3px solid #fceeda;
    background-color: #fceeda;
}



.wrap::before {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 3px solid #42210b;
    content: '';
}




/*h3のタイプ代表画像*/
#outer .h3_box{
	display:flex;
	flex-direction:row;
	margin-bottom:10px;

}
/*h3のタイプ一言説明*/
#outer .h3_typetxt_box{
	width:50%;
}	
#outer .h3_typetxt{
	width:125%;
}
#outer .h3_typetxt h3{
	margin: 20px 20px 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #42210b;
	padding: 20px 0 0;
}
#outer .h3_typetxt p{
	margin: 20px;
	font-size: 1.5em;
	line-height: 1.2;
	padding: 10px 0;
	color: #42210b;
	font-weight: bold;
}




/*h2の後の一言説明一括設定 (P class="contents_txt)*/
#outer p.contents_txt{
	font-size: 1.2em;
	padding: 10px;
	margin-bottom: 25px;
	line-height: 1.5;
	color: #42210b;
	font-weight: bold;
}



/*h4*「人気商品」見出し*/
#outer .contents_01 h4{
	width: 100%;
	font-size: 1.7em;
	font-weight: bold;
	border-bottom: solid 3px #ddc4a7;
	margin: 60px 0 30px;
	color: #42210b;
}

/*h4左画像・右文章部分*/
#outer .contents_01,#outer .contents_02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 155px;
}

#outer .contents_01 .item_01{
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
/*	margin: 0 auto 10px;*/
	padding: 3px;
	border: solid 1px #cccccc;
}

#outer .contents_01 .item_01 .item_img_01{
	width: 46%;
	text-align: center;
	margin: auto;
}
#outer .contents_01 .item_01 .item_img_01 img{
	width: 80%;
}

#outer .contents_01 .item_01 .item_txt_01{
	width: 54%;
	padding: 0 25px 15px 10px;
	box-sizing: border-box;
}

#outer .contents_01 .item_01 .item_txt_01 p{
	line-height: 1.5;
	font-size: 1.2em;
	padding: 30px 15px;
	margin: 15px auto 0;
	font-weight: bold;
	color: #42210b;
}

#outer .contents_01 .item_01 .item_txt_01 ul.btns{
	width: 100%;
	font-size: 1.2em;
	margin: 30px 0 0;
}

/*商品はこちらボタン*/
#outer .contents_01 .item_01 .item_txt_01 ul.btns a{
	background: #f1d3ab;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 14px;
    color: #42210b;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    text-decoration: none;
    z-index:0;
}
#outer .contents_01 .item_01 .item_txt_01 ul.btns a:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #42210b;
    transition: .3s;
    left:0;
}
#outer .contents_01 .item_01 .item_txt_01 ul.btns a:hover{
    background: #42210b;
	color: #fceeda;
}
#outer .contents_01 .item_01 .item_txt_01 ul.btns a:hover:before{
    width: 100%;
    z-index: -1;
}
/*規格一覧のところ*/
/* テーブルの基本設定*/
table {
    width: 100%;
    border-collapse: collapse; /* 枠線を重ねて結合 */
}

/* ヘッダーのスタイル */
th {
    background-color: #f1d3ab; /* ヘッダーの背景色 */
    color: #42210b;
    border: 1px solid #ddd; /* 枠線 */
    padding: 8px;
    text-align: center;
    font-weight: bold;
}

tr{
font-size: 1.2em;	
}

/* セルのスタイル */
tr td{
	font-weight:bold;
    color: #42210b;
}

td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

/* タイプ名セルのスタイル */
.category-cell {
    background-color: #fceeda; /* タイプ名セルの背景色 */
    font-weight: bold;
    text-align: center;
}
/* 耐熱温度セルの文字色を赤に */
/* 耐熱温度セルの色*/
.temp-cell {
    color: red; 
    font-weight: bold;
} 
.temp-cell-c {
    color: blue; 
    font-weight: bold;
} 

/* 画像セルの設定 */
.image-cell img {
 /* width: 100px;  画像の幅を調整 
    height: auto; /* 画像の縦横比を保持 */
    display: block;
    margin: 0 auto; /* 画像を中央に配置 */
}
/* 規格一覧の画像のリンク装飾*/
#outer .tbl-sp tr td a{
	text-decoration: none !important;
	color: #42210b !important;
}


/*規格一覧終わり*/


/*関連記事のところ*/
.column{
	width: 100%;
	margin-bottom: 45px;
}
.column h3{
	font-size: 1.5em;
	font-weight: bold;
	margin: 35px 0 15px;
	color: #42210b;
}
.column h3::before{
	content: "┃";
	color: #42210b;
}
.contents_02{
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
	margin: 0 auto;
}
.contents_02 .item_{
	width: 32%;
	box-sizing: border-box;
/*	border: solid 1px #cccccc;*/
	display: flex;
	flex-direction: column;
}
.contents_02::after{
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

.contents_02 .item_ ul.btns_{
	margin-top: auto;
	margin-bottom: 12px;
	padding: 0 10px;
}
.contents_02 .item_ ul.btns_ li.btn_gazou_{
	position: relative;
}
.item_ .btn_gazou_ a{
	display: block;
	position: relative;
	padding: 10px;
	color: #42210b;
	background-color: #fceeda;
	font-weight: bold;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	border: solid 2px #42210b;
}

.column ul.tokusyu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	list-style: none;
	margin: 0 auto;
}
.column ul.tokusyu li{
	width: 23%;
	margin-bottom: 10px;
}
.column ul.tokusyu li img{
	width: 100%;
	height: auto;
}
.column ul.tokusyu::before{
	content: "";
	display: block;
	width: 23%;
	order: 1;
}
.column ul.tokusyu::after{
	content: "";
	display: block;
	width: 23%;
}
.btn_gazou_:hover,.tokusyu li:hover{
	opacity: 0.7;
}




/*スマホの設定*/
@media screen and (max-width: 768px){
	#outer {
		width: 100%;
	}
	/*スマホ見出し*/
	#outer .top_parts{
		flex-direction: column-reverse;
	}
	#outer .top_parts .top_txt{
		width: 100%;
		padding: 15px;
	}
	#outer .top_parts .top_txt h1{
		font-size: 1.2em;
		padding: 5px 5px 0 5px;
	}

	#outer .top_parts .top_txt p{
		font-size: 1em;
		padding: 5px;	
	}
	#outer .top_parts .top_img{
		width: 100%;
	}
	#outer .top_parts .top_img img{
		width: 100%;
	}
	
	/*スマホカテゴリボタン設定*/
	#outer .category_btn{
		width: 95%;
		font-size: 1.7em;
		margin: 50px auto 40px;
	}
	#outer .category_btn a{
		padding: 6px;
		font-size: 0.8em;
	}
	/*スマホページジャンプ*/
	#outer .jump{
		width: 100%
	}
	/*スマホページ文字サイズ*/
	#outer h2.uline_b, #outer .column h2{
		font-size: 1.4em;
	}
	#outer .jump li.genre_menu_btn a {
	font-size:1.1em;
	}	/*スマホページ文字サイズ設定終わり*/

/*スマホh2下の斜線装飾の長さ調整*/
	 h2:after {
		 width: 90%;
		 
	}
	/*スマホh3のタイプ別のところ*/
	#outer .wrap{
		margin:5px 15px 20px;
		padding: 10px 5px 10px; 
	}
	#outer .contents_01, #outer .contents_02{
		margin: 0 15px 60px;	
	}
	#outer .contents_01 .item_01{
		width:100%;
		margin: 0 0 8px;
		padding: 10px 0;
	}

	#outer .h3_box{
		display: block;
		margin-bottom: 10px;
	}
	#outer .h3_typetxt_box{
		width: 60%;
		margin: 0 auto 20px;
	}
	#outer .h3_typetxt{
		width: 100%;
		margin: auto;
		/*text-align: center;*/
	}
	#outer .h3_typetxt h3{
		margin: 0;
		font-size: 1.4em;
		padding: 0;
		margin-bottom: 10px;
	}
	#outer .h3_typetxt p{
		margin: 0;
		font-size: 1em;
		padding: 0 10px;
	}
/*スマホ用 商品*/
	#outer .contents_01 .item_01 .item_txt_01{
		padding: 10px 0;
	}
	#outer .contents_01 .item_01 .item_txt_01{
		padding: 10px;		
	}/**/
	
	#outer .contents_01 .item_01 .item_txt_01 p{
		margin:0;	
		padding: 0;
		font-size: 1em;
		margin-bottom: 20px;
	}
	#outer .contents_01 .item_01 .item_txt_01 ul.btns{
		width: 100%;
		margin: 0;
	}

	#outer .contents_01 .item_01 .item_txt_01 ul.btns a{
		margin: 0;
		font-size: 0.9em;
		padding: 10px;
	}
	

/*スマホh4のところ*/
	#outer .contents_01 h4{
		width: 100%;
		font-size:1.3em;
		margin: 5px 0 10px;
	}


	/* スマホ用(規格一覧)テーブルの設定*/
	#outer p.contents_txt{
		margin: 0 auto;
		width: 90%;
	}
	
	/* スマホ・テーブル(表）を縦に変換 */	
	table.tbl-sp{
		width: 90%;
		margin: 0 auto;
	}
  .tbl-sp .thead {
    display: none; /* ヘッダー行を非表示 */
  }

  .tbl-sp tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  .tbl-sp td {
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
  }
	td.category-cell{
		font-size: 1.2em;
		text-align: center;
		margin-top: 10%;
	}
  /* スマホ・各セルの順序を指定 */
  .tbl-sp td[data-label="タイプ:"] {
    order: 1;
  }
  .tbl-sp td[data-label="耐冷温度:"] {
    order: 2;
  }
  .tbl-sp td[data-label="耐熱温度:"] {
    order: 3;
  }
  .tbl-sp td[data-label="容量:"] {
    order: 4;
  }
  .tbl-sp td[data-label="サイズ:"] {
    order: 5;
  }
  .tbl-sp td[data-label="用途目安:"] {
    order: 6; /* サイズの後に表示 */
  }

/* 各セルの文字揃えを指定 */	
 /*すべてのdata-label属性を持つセルを左揃え*/
  .tbl-sp td[data-label] {
    text-align: center;
}

	
	
	
	/*スマホ・ 各セルのラベル表示 */
  .tbl-sp td:before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 10px;
    color: #42210b;
  }

  /* スマホ画像セルのレスポンシブ対応 */
  .tbl-sp .image-cell img {
    width: 50%;
    height: auto;
    display: block;
    margin: 10px auto;
  }

/*スマホの規格一覧の設定終わり*/

/*関連記事のとこ*/
	.column{
		width: 100%;
	}
	.column h3{
		padding: 5px;
		font-size: 1.3em;
		margin: 0;
	}
	.column h3::before{
		content: "┃"
	}
	.contents_02{
		padding: 0 10px;
	}
	.contents_02 .item_{
		width: 100%;
		margin: 5px auto;
		padding: 0;
	}
	.contents_02::after{
		content: none;
	}
	.contents_02 .item_ ul.btns_{
		font-size: 0.8em;
		width: 100%;
		margin-bottom: 0;
		padding: 0;
	}
	.contents_02 .item_ ul.btns_ li.btn_gazou_{
		position: relative;
	}
	.item_ .btn_gazou_ a{
		padding: 10px 0;
		color: #42210b;
		font-weight: bold;
		text-align: center;
		display: block;
		position: relative;
		transition: .3s;
		margin: 5px;
	}
	
	.column ul.tokusyu{
		width: 96%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	.column ul.tokusyu li{
		width: 49%;
	}	
}

/* PC表示用スタイル (規格一覧の用途目安のとこ)*/
@media screen and (min-width: 769px) {
    .usage-row-mobile {
        display: none; /* スマホ版の用途目安行をPC版では非表示 */
    }
    .usage-cell-pc {
        display: table-cell; /* PC版の用途目安セルを表示 */
		width: 25%;
    }
}

/* スマホ表示用スタイル(規格一覧の用途目安のとこ) */
@media screen and (max-width: 768px) {
    td.usage-cell-pc {
        display: none; /* PC版の用途目安セルをスマホ版では非表示 */
    }
    .usage-row-mobile {
        display: table-row; /* スマホ版の用途目安行を表示 */
    }
}

/* スマホ358px～768px(#outer .contents_01 .item_01 .item_txt_01のとこ) */
@media screen and (min-width: 768px) {
	#outer .contents_01 .item_01 .item_txt_01　{
		padding: 10%;
	}
}


@media screen and (min-width:376px){
	#outer .contents_01 .item_01 .item_txt_01　{
		padding: 10%;
	}
a.adjustment{
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}	

}

