/* ★★付け足しました 表組み（本文用）　202304 */
.table_1 {
 width: 100%;
 text-align: center
 border-collapse: collapse;
 border-spacing: 0;
 border: solid 1px #778ca3;
}
.table_1 th {
 width: 30%;
 padding: 4px;
 background: #efefef;
 border: solid 1px #778ca3;
 vertical-align:middle
}
.table_1 td {
 padding: 4px;
 background: #fff;
 text-align: left;
 border: solid 1px #778ca3;
}



/* ★★付け足しました BOX各種　202203 */
.box1, .box2, .box3  {
    padding: 1.4em 1.5em;
    margin: 0;
    color: #2c2c2f;
}
.box1 {
    border:1px solid #999;
    background: #FFF;/*背景色*/
}

/* ★グレーBOX */
.box2 {
    background: #e9e9e9;/*背景色*/
}

/* ★薄茶　BOX */
.box3 {
    background: #ede4cd;/*背景色*/
}

/* ★リンク強調 h3　BOX */
.box4 h3C a, {
  background: #ede4cd;/*背景色*/
  margin: 10px auto 10px auto;
  letter-spacing: 2px;
  border-bottom:1px dotted #666666
}
.box4 .h3C a hover, {
   border-bottom:1px solid #333333
  }

.box1 p, .box2 p, .box3 p {
  margin-bottom: 8px;
}

.box1 .h3C, .box2 .h3C, .box3 .h3C {
  margin-bottom: 10px;
  border-bottom: 1px solid #6f6f6f;
  letter-spacing: 2px;
}



/* ★★付け足しました スペーサー　202209 */
.spacer8 {
    clear: both;
    height: 8px;
    font-size: 1px;
}

.spacer15 {
    clear: both;
    height: 15px;
    font-size: 1px;
}

.spacer30 {
    clear: both;
    height: 30px;
    font-size: 1px;
}

.spacer50 {
    clear: both;
    height: 50px;
    font-size: 1px;
}

.spacer70 {
    clear: both;
    height: 70px;
    font-size: 1px;
}




/*▽▽▽20220329_str_add option_box(table)scroll▽▽▽*/
@media (max-width: 767px) {
  .option_box {
    overflow: scroll !important;
  }

  .option_box .cell_1 {
    min-width: 140px;
  }

  .stock_head td, #option_tbl tr:not(.stock_head) .cell_1 {
    position: -webkit-sticky;
    position: sticky !important;
    left: 0;
    border: none !important;
    min-width: 100px;
  }

  .stock_head td::before, #option_tbl tr:not(.stock_head) .cell_1::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 1px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  #option_tbl tr:not(.stock_head):last-child .cell_1::before {
    border-bottom: 1px solid #ccc;
  }

  #option_tbl tr:not(.stock_head):last-child .cell_1::before {
    border-bottom: 1px solid #ccc;
    height: 102%;
  }
}
/*△△△20220329_end_add option_box(table)scroll△△△*/

/* ★★付け足しました 商品ページYou Tube　202206 */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* ★★付け足しましたおわり */





table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

      .product__fav-item {
          margin-top: 10px;
        }

        .product__fav-item button {
          padding: 0;
          cursor: pointer;
          transition: .2s;
          color: #999;
          border: 0;
          outline: none;
          background: transparent;
        }

        .product__fav-item .fav-items {
          color: #ff7373;
        }

        .product__fav-item svg {
          width: 20px;
          height: 20px;
          vertical-align: -.35em;
          fill: currentColor;
        }


.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 767px) {
  .fav-item{
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}

.searchForm input[type="text"], .ccSearch input, .ccSearch select {height: auto;}
.cateBlock li a {
    border-radius: 5px;
}

@media (min-width:768px) {
  .shopInfo--text h3 {margin-top: 20px !important;}
  table.shopInfoTable {margin-bottom: 31px !important;}
}
.footstamp {padding-top: 20px;}



/* ★★付け足しました 商品詳細＆フリーページ幅60％　202203 */

@media screen and (min-width:767px){
    .free_60{
            width: 60%;
			margin: 40px auto;
}
	}
@media screen and (max-width: 767px) {
  .free_60{
			margin-top: 30px;
}
	}
  
/* ★★付け足しました H1H2H3　202203 */
h1, h2, h3　.a {
    line-height:1.6em; }
