@charset "euc-jp";

/* 再入荷通知のレイアウト調整 */
.RestockRequest-label-LGoMK span:first-child {
    display: none;
}
.RestockRequest-restockRequestFab-BXUem {
    border-radius: 6px!important;
    box-shadow: unset!important;
}
span.RestockRequest-restockRequestFabText-3JjHa {
  background-color: #337a99;
  /*background-color: #999933;*/
  border-radius: 6px;
  padding: 0.5rem 1rem!important;
  box-shadow: unset !important;
}
span.RestockRequest-restockRequestFab-BXUem {
  background-color: #337a99;
}
.RestockRequest-restockRequestFab-BXUem:hover {
  background-color: #337a99!important;
  color:#FFF!important;
  border-radius: 6px!important;;
}
.fa, .fas,
.RestockRequest-restockRequestFabText-3JjHa .RestockRequest-label-LGoMK {
    color: #FFF;
}
.RequestForm-submitButton-HPMy7 {
  background-color: #337a99!important;
}
@media screen and (max-width: 767px) {
	/* SPの配置 */
	.RestockRequest-restockRequest-nVwrx {
      bottom: 5.2rem!important;
      left: 0.5rem!important;
      z-index: 105!important;
	  }
}

/* 再入荷通知のレイアウト調整ここまで */

/* パンくず
ul.unstyled {
    display: none;
}
ul.unstyled:nth-child(4) {
    display: block;
}
パンくずここまで */

/* 価格表示PC
#option_tbl tr {
    display: inline-grid;
    width: 50%;
    vertical-align: top;
}
#option_tbl th, #option_tbl td {
    min-height: 70px;
}
 */

/* レビュー画像 */
.reviewlist_content img {
  width: auto;
}

/* amazon bnr ここから */
.amazon-bnr {
    margin-top: 20px;
}
.amazon-bnr a {
    display: block;
    text-align: center;
}
/* amazon bnr ここまで */


/* アコーディオン ここから */
.item-ac .acbox {
	border-top: solid 1px #ddd;
}
.item-ac .acbox:nth-last-child(1) {
	border-bottom: solid 1px #ddd;
}
	.item-ac .acbox h3 {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.3em;
		padding: 20px 50px 20px 25px;
		position: relative;
		cursor: pointer;
	}
	.item-ac .acbox h3:before {
		content: "";
		width: 20px;
		height: 1px;
		background: #231815;
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -0.5px;
	}
	.item-ac .acbox h3:after {
		content: "";
		width: 1px;
		height: 20px;
		background: #231815;
		position: absolute;
		top: 50%;
		right: 30px;
		margin-top: -10px;
	}
	.item-ac .acbox h3.active:after {
		display: none;
	}

	.item-ac .acbox .text {
		display: none;
		padding: 0 25px 20px 25px;
	}
		.item-ac .acbox .text .txt {
			margin-bottom: 18px;
		}
		.item-ac .acbox .text .txt:nth-last-child(1) {
			margin-bottom: 0;
		}

/* アコーディオン ここまで */

/* カートのポップアップ ここから */

.pop-cart,
.popup_title {	
display: none;	
}
.cart-box-detail  [type="submit"] {
font-family: inherit;
}


/* ポップアップ ここまで */

/* 購入数 ここから */
.item-num-box {
    margin-bottom: 30px;
    
}
.item-num-box [type="text"] {
    height: 35px;
    
}
/* 購入数 ここまで */


/* この商品について問い合わせる ここから */

.item-contact {
    margin-top: 30px;
}
.item-contact a {
    display: block;
    color: #231815;
    text-align: center;
    background: #FFF;
    font-size: 14px;
    padding: 16px 30px 16px 30px;
    border: 1px solid #dddddd;
    border-radius: 3px;    
}

/* この商品について問い合わせる ここまで */

/* カート下 送料無料 ここから */

.del-price {
    color:#999933;
    text-align: center;
}
.btn-02.item-btn {
    border: 1px solid #999933;
    background-color: #999933;
    color: #fff;
}
.btn-02.item-btn a {
    color: #fff;
}

/* カート下 送料無料 ここまで*/

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

PC　商品説明エリア：ここから

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

/* すべての原稿入れ替えができたら、.item-pageにしたい */
.product-exp p {
  margin-bottom: 30px;
}
.product-exp p:last-child {
    margin: 0;
}

.item-page .item-txt {
    margin-bottom: 20px;    
}
    .item-page .item-txt:last-child {
        margin-bottom: 0;
    }

.item-page {
}

/* tableタブ */
.item-page .tabbox ul.tab {
	margin-bottom: 25px;
	border: solid 1px #ddd;
}
	.item-page .tabbox ul.tab li {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 33.3%;
		height: 75px;
		font-size: 20px;
		text-align: center;
		cursor: pointer;
		border-right: solid 1px #ddd;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	.item-page .tabbox ul.tab.tablay-02 li {
      width: 50%;
	}
	.item-page .tabbox ul.tab li:nth-child(3),
	.item-page .tabbox ul.tab.tablay-02 li:last-child {
		border-right: none;
	}
	.item-page .tabbox ul.tab li:hover {
		background: #231815;
		color: #fff;
	}
	.item-page .tabbox ul.tab li.select {
		background: #231815;
		color: #fff;
	}

/* 見出し・本文 */
    .item-page .item-bottom-wrap {
        margin-bottom: 60px;
    }
    .item-page .item-bottom-line {
        padding-bottom: 60px;
        border-bottom: 1px solid #DDDDDD;
    }
    .item-page .item-com-ttl {
        font-size: 26px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .item-page h3.item-info-ttl {
        font-size: 26px;
        font-weight: 500;
        border-top: solid 1px #231815;
        border-bottom: solid 1px #231815;
        padding: 22px 0;
        margin-bottom: 30px;
    }
    .item-page h4.item-info-ttl {
        font-size: 20px;
        font-weight: 500;
        border-top: solid 1px #231815;
        border-bottom: solid 1px #231815;
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .item-page p.item-info-ttl {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .item-info-txt span.item-att {
        font-size: 13px;
    }

    .item-size-main .item-info-txt span.item-att {
        display: block;
        margin-top: 5px;
    }

    .item-page iframe.youtube01,
    .item-page iframe.youtube02 {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

/* サイズ・製品仕様 */
    .item-page .item-size .item-size-main {
        width: 100%;
    }
    /* 表 item-size-main */
    .item-page .item-size > table > tbody > tr {
        border-bottom: 1px solid #DDDDDD;        
    }
    .item-page .item-size > table > tbody > tr > th {
        text-align: left;
        width: 155px;
        padding: 30px 0 30px 20px;
    }
    .item-page .item-size > table > tbody > tr > td {
        width: calc(100% - 155px);
        padding: 30px 20px 30px 0;
    }

    /* 熱源 */ 
    .item-page .item-size .item-size-main .item-size-heat {
     min-width: 560px;
     text-align: center;
     border-collapse: collapse;
     border-spacing: 0;
    }
    .item-page .item-size .item-size-main .item-size-heat th,
    .item-page .item-size .item-size-main .item-size-heat td {
        width: 20%;
        padding: 10px 0;
    }
    .item-page .item-size .item-size-main .item-size-heat th {
     border: solid 1px #DDDDDD;
     background-color: #F5F5F5;
    }
    .item-page .item-size .item-size-main .item-size-heat td {
     border: solid 1px #DDDDDD;
     background-color: #ffffff;
    }

    /* 注意事項　リスト */
    .item-page .item-size ul.item-size-list li {
        position: relative;
        text-indent: -0.8em;
        padding-left: 0.8em;
    }
    .item-page .item-size ul.item-size-list li:before {
      content: '';
      display: inline-block;
      width: 0.3em;
      height: 0.3em;
      background-color: #231815;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 0.5em;
    }

    
    /*　リンクボタン　*/
    .item-page .item-btn a {
        display: inline-block;
        color: #231815;
        text-align: center;
        background: #FFF;
        font-size: 14px;
        padding: 16px 30px 16px 30px;
        border: 1px solid #dddddd;
        border-radius: 3px;
    }


/* かまどさんのみ適用レイアウト */

    /* かまどさん1~5合 */
    .item-kamadosan-list {
        margin-bottom: 40px;
    }
    .item-kamadosan-list p.size-maintitle {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 20px;
    }
        /*
        .item-kamadosan-list ul {
            border: 1px solid #DDDDDD;
        }
        */
        .item-kamadosan-list ul li {
            width: 20%;
            padding: 20px 10px;
        }
        /*
        .item-kamadosan-list ul li {
            border-right: 1px solid #DDDDDD;
        }
            .item-kamadosan-list ul li:last-child {
                border-right: none;
            }
        */
        .item-kamadosan-list p {
            text-align: center;
        }
        .item-kamadosan-list .size-img {
            height: 105px;
            margin-bottom: 10px;
            display: flex;
            vertical-align: middle;
            align-items: center;
            justify-content: center;
        }
            .item-kamadosan-list .size-img img {
                width: auto;
            }

        .item-kamadosan-list p.size-ttl {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 12px;
        }
        .item-kamadosan-list p.size-txt {
            font-size: 14px;
            line-height: 1.4;
            text-align: left;
        }
    /* 炊き方 */
    .item-kamadosan-taku {
        margin-bottom: 20px;
    }
    .item-kamadosan-taku .text-pht {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .item-kamadosan-taku .text-pht .pht {
            /* aspect-ratio: 16 / 13; */
            /* width: 47%; */
            height: 100%;
            /* overflow: hidden; */
            order: 1;
        }
            .item-kamadosan-taku .text-pht .pht img {

            }
        .item-kamadosan-taku .text-pht .text {
            width: 100%;
            padding-left: 30px;
            order: 2;
        }
    .item-kamadosan-taku .pht-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .item-kamadosan-taku .pht-text .pht {
            /* aspect-ratio: 16 / 13; */
            /* width: 47%; */
            height: 100%;
            /* overflow: hidden; */
        }
            .item-kamadosan-taku .pht-text .pht img {
            }
        .item-kamadosan-taku .pht-text .text {
            width: 100%;
            padding-right: 30px;
        }

/* かまどさんのみ適用レイアウト　ここまで */

/* 蒸し鍋オプション組み合わせ表 */
.item-page .table-scroll {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
.item-page .table-layout table {
  width: 100%;
}
  .item-page .table-layout th {
      width: 16%;
  }
        .item-page .table-scroll table {
            min-width: 859px; /* 横スクロール発生用 */
            border-collapse: separate; /* stickyに必須 */
            border-spacing: 0;
            box-sizing: border-box;
        }
		.item-page .table-scroll th,
		.item-page .table-layout th {
            border: 1px solid #d9d9d9;
  			line-height: 1.3;
        }
			.item-page .table-scroll th img {
              width: 27px;
              margin-right: 5px;
			}
			.item-page .table-scroll tr:nth-child(5) th img {
                width: 40px;
            }
            .item-page .table-scroll table tr th span,
			.item-page .table-layout table tr th span {
                display: block;
            }
            .item-page table-scroll table tr th span.small-th,
			.item-page .table-scroll table tr td span.small-td,
			.item-page .table-layout table tr th span.small-th, 
			.item-page .table-layout table tr td span.small-td {
                font-size: 13px;
            }
    .item-page .table-scroll td,
    .item-page .table-layout td {
      border: 1px solid #d9d9d9;
      padding: 12px;
      text-align: center;
      vertical-align: middle;
    }
	.item-page .table-scroll td.td-ng,
	.item-page .table-layout td.td-ng {
      background-color: #F7F7F7;
	}

/* 1行目の横見出し */
.item-page .table-scroll table tr:first-child th,
.item-page .table-layout table tr:first-child th{
  width: 160px;
  min-width: 160px;
  padding: 20px 10px;
  vertical-align: baseline;
}
/* 左の縦見出し */
.item-page .table-scroll table tr th:first-child {
  width: 220px;
  min-width: 220px;
  background-color: #FFFFFF;
  text-align: left;
  padding: 12px;
}
/* 該当商品の強調 */
.item-page .table-scroll table tr.tr-bg,
.item-page .table-scroll table tr.tr-bg th:first-child {
  background-color: #fff9e4;
}
/* 左上だけは縦見出し幅を優先 */
.item-page .table-scroll table tr:first-child th:first-child {
    width: 150px;
    min-width: 150px;
  }
            .item-page .table-scroll th {
                position: sticky;
                z-index: 2;
            }
            .item-page .table-scroll tr:first-child th {
                top: 0;
                z-index: 3;
            }
            .item-page .table-scroll th:first-child {
                left: 0;
                z-index: 3;
            }
            .item-page .table-scroll tr:first-child th:first-child {
                z-index: 4;
            }

/* scroll02 */
.item-page .table-scroll.scroll02 th {
  position: unset;
}
.item-page .table-scroll.scroll02 th:first-child {
    text-align: center;
}

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

PC　商品説明エリア：ここまで

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

.prd-opt-src {
  display: none !important;
}
.product-image {
  padding: 0 10px 0 10px;
}
.product-image-main img {
  display: block;
  margin: 0 auto;
  height: 600px;
}
.product-image-thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.thumb {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #dbdbdb;
}
.thumb-active {
  border: 1px solid #ecd062;
}
.product-exp {
  clear: both;
  margin: 20px 0 40px;
  padding: 60px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.8;
}
.product-spec-block {
  margin-bottom: 3em;
}
  .product-spec-block table {
    width: 100%;
  }
    .product-spec-table {
      margin-bottom: 20px;
      border-top: 1px solid #dbdbdb;
    }
    .product-spec-table th {
      padding-top: 1em;
      padding-right: .5em;
      padding-bottom: 1em;
      border-right: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb;
    }
    .product-spec-table td {
      overflow: hidden;
      padding-top: 1em;
      padding-bottom: 1em;
      padding-left: 1em;
      border-bottom: 1px solid #dbdbdb;
    }
      .product-spec-table th {
        width: 33.333%;
      }
      .product-spec-table td {
        width: 66.666%;
      }
        .product-spec-table select {
          width: 90%;
        }
        .product-order-form input {
          float: left;
          margin-right: .3em;
          padding: .3em;
          width: 3em;
          text-align: right;
        }
        .product-unit {
          float: left;
          padding: .3em;
        }
        .product-init {
          display: none;
        }
        .product-option-table td div {
          margin-bottom: .5em;
        }
.product-info-lst {
  margin-bottom: 2em;
}
  .product-info-lst li {
    margin: 15px 0;
  }
  .product-info-lst a {
    /* color: #444; */
    text-decoration: none;
  }
  /*
    .product-info-lst a:hover {
    text-decoration: underline;
  }
    */
  .product-review {
    margin-bottom: 30px;
  }
  .product-review a {
    font-weight: bold;
  }
.social-share {
  margin-top: 1.5em;
}
  .social-share li {
    margin-bottom: .5em;
  }
.product-cart-btn {
  margin-top: 1em;
}
.product-member-sale-msg {
  color: #df7676;
}
.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;
}
#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
  .trackback-url {
    padding: .5em;
  }
.together-block {
  clear: both;
  margin-bottom: 80px;
}

/* 予約商品 */
.p-pre-order__icon {
	background-color: #4d4d4d;
    color: #FFFFFF;
    text-align: center;
    padding: 2%;
    margin-bottom: 2%;
}
.pre_order_box ul {
	list-style: none;
	margin: 0 auto;
}
	.pre_order_box ul li {
		margin-bottom: 2%;
	}
	.pre_order_box ul li .txt_b {
		font-weight: 600;	
	}
.price_off {
	color: #ff0000;
	display: block;
}
.att {
  font-size: 20px;
  font-weight: bold;
  color:#C73C2E;
}

/*  レビュー  */
.review_box {
      clear: both;
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
/*  レビューここまで  */



/*=========

SP

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

@media only screen and (max-width: 1130px) {
    /* かまどさんのみ適用レイアウト */
    .item-kamadosan-list p.size-maintitle {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 30px;
        margin-bottom: 12px;
    }
        .item-kamadosan-list ul li {
            width: 100%;
            padding: 20px 10px;
            border-right: none;
            border-bottom: 1px solid #dddddd;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
            .item-kamadosan-list ul li:last-child {
                border-bottom: none;
            }
        .item-kamadosan-list .size-img {
            height: auto;
            width: 30%;
            margin-bottom: 0;
            display: flex;
            vertical-align: middle;
            justify-content: center;
        }
            .item-kamadosan-list .size-img img {
                width: unset;
                min-width: 0;
            }
        .item-kamadosan-list .size-txt-box {
            width: 65%;
        }
        .item-kamadosan-list p {
            text-align: left;
        }
        .item-kamadosan-list p.size-ttl{
            margin-bottom: 5px;
        }
        .item-kamadosan-list p.size-txt{

        }
    /* 炊き方 */
    .item-kamadosan-taku .text-pht {
        margin-bottom: 20px;
    }
    .item-kamadosan-taku .pht-text {
        margin-bottom: 20px;
    }

        /* かまどさんのみ適用レイアウトここまで */
}

@media screen and (min-width: 980px) {
    
    /* レビュー画像 */
    .review_img {
        clear: both;
        float: none;
    }
    .cart-box {	
        display: block!important;	
    }
}

@media screen and (max-width: 980px) {	
    .pop-cart {	
        display: block;
    }
    .pop-cart a{	
        display: block;
      	padding: 10px 0;
        font-size: 21px;
    }
    .popup_title {	
        display: block;
        padding: 0 3px 10px;
        -js-display: flex;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }
    .popup_title dd {
        font-size: 22px;
        font-weight: normal;
    }

    .cart-box {	
        display: none;	
        width: 100%;	
        height: 100%;	
        padding: 5%;	
        background: rgba(0, 0, 0, 0.8);	
        overflow-y: auto;	
        position: fixed;	
        top: 0;	
        left: 0;	
        z-index: 20;	
    }	
    .cart-box .cart-box-detail {	
        padding: 15px;	
        background: #fff;	
        border-radius: 5px;	
    }	
}	

@media only screen and (max-width: 768px) {
    
    /* 見出し・本文 */
    .item-page h3.item-info-ttl {
        font-size: 18px;   
        padding: 18px 0;
        margin-bottom: 20px;
    }
    .item-page h4.item-info-ttl {
        font-size: 16px;
        padding: 15px 0;
        margin-bottom: 15px;
    }
	.item-page p.item-info-ttl {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .item-page .item-com-ttl {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .item-page .info-movie iframe {
        width: 100%;
    }
    
    .item-page iframe.youtube01 {
        aspect-ratio: 8 / 11;
    }
    
    /* サムネイル画像 */
    ul.item-thum {
        display: flex;
        flex-wrap: nowrap;
        list-style: none;
        overflow-x: scroll;
        padding: 0;
    }
    ul.item-thum li {
        flex-basis: 80px;
        flex-shrink: 0;
    }
    .item-page .tabbox ul.tab li {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* サイズ・製品仕様 */
    .item-page .item-size {
        
    }
    /* 表 item-size-main */
        .item-page .item-size > table > tbody > tr { 
           
        }
        .item-page .item-size > table > tbody > tr > th {
            vertical-align: top;
            width: 30%;
            padding: 30px 10px 30px 0px;
        }    
        .item-page .item-size > table > tbody > tr > td {
            width: 70%;
            padding: 30px 0px 30px 0;
        }

        /* 熱源 */ 
        .item-page .item-size .item-size-main .item-size-heat {
             min-width: auto;
        }
        .item-page .item-size .item-size-main .item-size-heat tbody {
            display: flex;
            width: 220px;
        }
        .item-page .item-size .item-size-main .item-size-heat th,
        .item-page .item-size .item-size-main .item-size-heat td {
            display: block;
            width: 100%;
        }
        .item-page .item-size .item-size-main .item-size-heat tr {
             width: 50%;
        }
        .item-page .item-size .item-size-main .item-size-heat th {
        }
        .item-page .item-size .item-size-main .item-size-heat td {
        }

    /* 蒸し鍋オプション組み合わせ表 */

	.item-page .table-layout {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
  
  
      .item-page .table-scroll th img {
        display: block;
        margin-right: 0;
      }
  		/* 1行目の横見出し 
        .item-page .table-scroll table tr:first-child th {
          width: 100px;
          min-width: 100px;
        }*/
  		/* 左上：左の縦見出しと揃える */
        .item-page .table-scroll table tr:first-child th:first-child {
            width: 120px;
            min-width: 120px;
          }
  		.item-page .table-scroll.scroll02 table tr:first-child th:first-child {
            width: 160px;
            min-width: 160px;
  		}
      /* 左の縦見出し */
      .item-page .table-scroll table tr th:first-child {
        width: 120px;
        min-width: 120px;
        background-color: #FFFFFF;
        text-align: left;
        padding: 12px;
      }


}
/*=========

SP終了

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