@charset "UTF-8";

/*---------------------
基本
---------------------*/

/* 変数指定 */
:root {
    --side-margin: 25cqw;
}

.all_hotplate_mtx2025 {
    width: 100%;
    max-width: 750px;
    box-sizing: border-box;
	margin: 0 auto;
	/* コンテナクエリを指定 */
    container-type: inline-size;
}
.all_hotplate_mtx2025 *{
	box-sizing: border-box;
}
.all_hotplate_mtx2025 a {
	display: block;
	width: 100%;
}
.all_hotplate_mtx2025 img {
	display: block;
	width: 100%;
	height: auto;
}

/* ================================
   大見出し ここから
===================================*/

.all_hotplate_mtx2025 .content-title {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #222;
    color: #FFF;
}
.all_hotplate_mtx2025 .content-title h2 {
	font-size: min(4.5cqw, 22px);
	padding: 0.3em;
	color: #FFF;
}

/* ================================
   大見出し ここまで
===================================*/

/* ================================
	チェックリスト 処理
===================================*/

/* アイテム幅 */
.all_hotplate_mtx2025 .item {
	display: block;
	width: 40%;
}

/* 非対象の場合 */
.all_hotplate_mtx2025 .item.is-hide {
	display: none;
}

/* 検索結果が無かった場合 */
.all_hotplate_mtx2025 .item.result-none {
	width: 100%;
}
.all_hotplate_mtx2025 .item.result-none::after {
	content: '検索結果は0件です。\A絞り込みを再度お試しください。';
	white-space: pre;
    position: absolute;
    top: 1em;
    left: 0;
    text-align: center;
    font-size: min(3.6cqw, 16px);
    width: 100%;
}
.all_hotplate_mtx2025 .item.result-none .itemsell{
	border: none !important;
}



.all_hotplate_mtx2025 .is-hide {
	display: none;
}
  
.all_hotplate_mtx2025 .search-form {
	width: 100%;
    border-bottom: 2px solid #222;
}
.all_hotplate_mtx2025 .search-box__wrap{
	width: 80%;
    display: flex;
    flex-wrap: wrap;
	padding: 1.5% 0;
	padding-left: 2%;
	background-color: #fff9ef;
	gap: .5rem;
}
.all_hotplate_mtx2025 .search_cal {
	width: 100%;
	display: flex;
    background-color: #a9503a;
}
.all_hotplate_mtx2025 .search-title {
	width: 20%;
	font-size: min(3.2cqw, 16px);
	padding: .3em 0;
    box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	/* border-right: 1px solid #bfbfbf; */
	text-align: center;
	color: #fff;
}

.all_hotplate_mtx2025 .search-box label,
.all_hotplate_mtx2025 .search-box2 label{
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: min(3.3cqw, 16px);
	padding: .5em;
	border: 2px solid #a9503a;
	border-radius: 5px;
	cursor: pointer;
	text-align: left;
	transition: all 0.2s;
	background-color: #fff;
	/* min-width: 1.5rem; */
	position: relative;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	font-size: .8rem;
	letter-spacing: 2px;
	gap: .5rem;
}

.all_hotplate_mtx2025 .search-box label:hover,
.all_hotplate_mtx2025 .search-box2 label:hover {
	transform: translateY(-3px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
input[type="checkbox"], input[type="radio"]{
	accent-color: #a9503a; /* または他の色コード */
  }

.all_hotplate_mtx2025 .search-box label,
.all_hotplate_mtx2025 .search-box2 label{
	margin-left: .3em;
}
.all_hotplate_mtx2025 .search-box input,
.all_hotplate_mtx2025 .search-box2 input{

}
.all_hotplate_mtx2025 .search-box label:hover,
.all_hotplate_mtx2025 .search-box2 label:hover {
	cursor: pointer;
}
.all_hotplate_mtx2025 .search-box label.width,
.all_hotplate_mtx2025 .search-box2 label.width {
	width: 100%;
}

/* ================================
   チェックリスト2 ここまで
===================================*/
	
/* スライダー部分 */
.all_hotplate_mtx2025 .swiper-container_cl {
	box-sizing: border-box;
    margin-left: var(--side-margin);
    overflow-y: hidden;
    background-color: #FFF;
}
.all_hotplate_mtx2025 .swiper-container_cl::-webkit-scrollbar{
	display: none;
}
.all_hotplate_mtx2025 .slidefilter-list {
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}

/* 検索結果数表示 */
.all_hotplate_mtx2025 .pagination_cl {
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
	/* 固定バー */
    width: var(--side-margin);
    font-size: min(4.2cqw, 20px);
}
.all_hotplate_mtx2025 .pagination_cl__tit {
	font-size: .8em;
	padding-top: .3em;
}
.all_hotplate_mtx2025 .pagination_cl__num {
	font-size: 1em;
}

/* 固定サイドバー */
.all_hotplate_mtx2025 .tab_content .hyo_title {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 0;
	width: var(--side-margin);
	z-index: 10;
	box-sizing: border-box;
}
.all_hotplate_mtx2025 .tab_content .hyo_title ul {
	margin: 0;
	padding: 0;
	background-color: #fff9ef;
}

/* アイテムコンテンツ */
.all_hotplate_mtx2025 .tab_content .iteminfo {
	text-align: center;
}


	
/* 線の色指定 */
/* 絞り込み右 */
.all_hotplate_mtx2025 .search_cal {
	/* border-bottom: 1px solid #bfbfbf; */
	margin: 0 0 .2rem;
}
.all_hotplate_mtx2025 .search_cal:last-child {
	/* border-bottom: 1px solid #bfbfbf; */
	margin: 0 0 .5rem;
}
/* 絞り込み左 */
/* .all_hotplate_mtx2025 .search-title {
	border-right: 2px solid #bfbfbf;
} */
/* 検索結果左 */
.all_hotplate_mtx2025 .tab_content .hyo_title {
	border-right: 2px solid#b3b3b3;
}
/* 検索結果右 */
.all_hotplate_mtx2025 .tab_content .iteminfo {
	border-right: 1px solid #bfbfbf;
}
/* 検索結果共通 */
.all_hotplate_mtx2025 .tab_content .iteminfo .itemsell, 
.all_hotplate_mtx2025 .tab_content .hyo_title li {
	box-sizing: border-box;
	border-bottom: 1px solid#bfbfbf;
}
.all_hotplate_mtx2025 .tab_content .iteminfo .itemsell:nth-last-child(1), 
.all_hotplate_mtx2025 .tab_content .hyo_title li:nth-last-child(1) {
	border-bottom: none;
}
	
/* ================================
  表の高さ指定 ここから
===================================*/

/* sell共通 */
.all_hotplate_mtx2025 .hyo_title .hyo,
.all_hotplate_mtx2025 .iteminfo .itemsell {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: min(8cqw,40px);
	text-align: center;
	line-height: 1.2;
}
.all_hotplate_mtx2025 .hyo_title .hyo {
    font-size: min(3.1cqw, 16px);
}
.all_hotplate_mtx2025 .iteminfo .itemsell {
	font-size: min(3.4cqw,16px);
}
/* 価格 */
.all_hotplate_mtx2025 .iteminfo .itemsell.price  {
	color: #eb0012;
}

/* サムネ */
.all_hotplate_mtx2025 .hyo_title .hyo-1,
.all_hotplate_mtx2025 .iteminfo .itemsell-1 {
    height: min(50cqw, 245px);
}
.all_hotplate_mtx2025 .iteminfo .itemsell-1__thum {
	margin-bottom: 2cqw;
}
/* 商品名 */
.all_hotplate_mtx2025 .itemsell-1__itemname {
    font-size: min(3.1cqw, 14px);
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    height: 2.7em;
    padding: 0 .5em;
    text-align: start;
}
/* 商品はこちら */
.all_hotplate_mtx2025 .iteminfo .itemsell-1__text {
	font-size: min(3.1cqw, 14px);
    background-color: #383b3e;
    margin: .5rem;
    color: #fff !important;
}

/* レビュー */
.all_hotplate_mtx2025 .tab_content .iteminfo .star a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.all_hotplate_mtx2025 .hyo-11,.all_hotplate_mtx2025 .itemsell-11,
.all_hotplate_mtx2025 .hyo-12,.all_hotplate_mtx2025 .itemsell-12 {
    height: min(10cqw, 52px)!important;
}

/* ================================
  表の高さ指定 ここまで
===================================*/