@charset "UTF-8";
/* CSS Document */

.tablet {
  /*タブレット991pxまでのみ表示*/
  display: block;
}

.pc_only {
  /*クラス名pcは768px以上は表示だが、このクラスは992px以上でのみ表示*/
  display: none;
}

.last {
  margin-bottom: 0 !important;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mb30 {
  margin-bottom: 30px;
}

#gift .contents .message {
  padding: 0px 0 20px;
  margin-bottom: 0;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #040000;
  font-size: 18px;
  font-size: min(5vw, 24px);
  display: block;
  line-height: 1.5;
  text-align: left;
}

#gift .row {
  padding-bottom: 0;
}

#gift .row img {
  width: 100%;
}

#gift h1 {
  margin: 0;
}

#gift h1 img {
  width: 100%;
}

#gift .contents {
  background: #fff;
  padding: 50px 3% 0;
}

#gift .contents p {
  margin-top: 0;
  line-height: 1.7;
  text-align: justify;
  font-size: 14.5px;
}

#gift .contents .top_img {
  margin: 0 auto 50px;
  margin: 0px auto 30px;
}

/*商品ブロック*/

#gift .contents .item_block {
  margin-bottom: 25px;
}

#gift .contents h2,
#gift .contents h3 {
  margin: 0 0 10px;
  font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #040000;
}

#gift .contents h2 {
  font-size: 1.6em;
}

#gift .contents .item_number {
  /* background: #f4da24;
  color: #221815; */
  background: #006934;
  color: #fff;
  padding: 3px 11px;
  margin-right: 5px;
  font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.red {
  background: #cc524b;
}

.ivory {
  background: #eae4d1;
  color: #222;
}

#gift .contents .sub_title,
#gift .item_name {
  color: #b7282c;
  font-weight: bold;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 1.6;

}

#gift .contents .item_img_sp {
  margin-bottom: 15px;
}

#gift .contents img.align_left {
  float: left;
  max-width: 200px;
  width: 55%;
  height: auto;
  margin-right: 3%;
  margin-bottom: 15px;
}

#gift .contents .regular_price {
  text-align: center;
  text-decoration: line-through;
  margin-bottom: 0;
  clear: both;
}

#gift .contents .price {
  font-size: 120%;
  text-align: center;
  color: #990000;
  line-height: 1.3;
}

#gift .contents .price .price_number {
  font-size: 150%;
}


/*購入ボタン*/
#gift .contents .to_item {
  margin-bottom: 0;
  clear: both;
}

#gift .contents .to_item a {
  background: #f39700;
  border: 1px solid #eb6100;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 10px;
  display: block;
  width: 100%;
  max-width: 300px;
  transition: 0.6s;
  margin: 0 auto 30px;
}



/*商品ブロック下のライン*/
#gift .contents .item_line {
  margin-bottom: 50px;
  border-bottom: 1px dashed #886858;
  ;
}

/*サブ商品ブロック*/
#gift .contents .sub_item_block {
  /*background: #fafeff;
	border: 2px solid #73cde6;*/
  padding: 5%;
  margin-bottom: 20px;
  margin-top: -20px;
}

#gift .contents .sub_item_block>.row {
  padding-bottom: 0;
}

#gift .contents .sub_item_block img {
  display: block;
  margin: 0 auto 10px;
}

/*ポエム*/
#gift .sub_message {
  font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #040000;
}

/*おまとめ割引*/
#gift .omatome {
  border: 3px solid #ef532f;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 50px;
  background: #fff3de;
}

#gift .omatome .o-title {
  margin: 0;
  font-size: 115%;
  font-weight: bold;
  border-bottom: 2px dotted #ef532f;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

#gift .omatome .o-text {
  margin: 0;
}

#gift .contents .message, #gift .contents .sub_title, #gift .contents h2 {
  text-align: center;
}

/*大豆こだわり噺*/
#gift .daizu {
  /*margin-bottom: 50px;*/
}

#gift .daizu .message {
  padding: 0px;
}

@media only screen and (min-width: 768px) {


  #gift .row {
    padding-bottom: 16px;
  }

  #gift .contents .top_img {
    margin: 0 auto 80px;
    margin: 0 auto 15px;
  }

  #gift .contents h2 {
    font-size: 24px;
  }

  .sub_title {
    font-size: 20px;
  }

  #gift .contents p {
    font-size: 16px;
  }

  #gift .contents .to_item a {
    margin: 0;
  }

  #gift .contents .to_item a:hover {
    background: #eb6100;
  }

  #gift .contents .sub_item_block {
    padding: 2%;
  }

  #gift .contents .regular_price {
    text-align: left;
    margin-bottom: 0;
  }

  #gift .contents .price {
    text-align: left;
    font-size: 120%;
  }

  #gift .contents .price .price_number {
    font-size: 150%;
  }

  #gift .contents .item_block {
    margin-bottom: 20px;
  }

  #gift .contents .message, #gift .contents .sub_title {
    text-align: left;
  }

  #gift .contents h2 {
    text-align: left;
  }

  /*大豆こだわり噺*/
  #gift .daizu .daizu-img img {
    width: 100%;
  }

  /*
  #gift .daizu {
    margin-bottom: 80px;
  }
  #gift .daizu .message {
    padding: 40px 0;
  }
  #gift .daizu .text {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3;
  }
  */

}


@media only screen and (min-width: 992px) {

  #gift .contents .message {
    font-size: 24px;
    padding-bottom: 15px;
  }


  #gift .contents h2 {
    font-size: 32px;
  }

  .tablet {
    /*タブレット991pxまでのみ表示*/
    display: none;
  }

  .pc_only {
    /*クラス名pcは768px以上は表示だが、このクラスは992px以上でのみ表示*/
    display: block;
  }
}


/*====================
   2021お歳暮ページ
====================*/

.item_detail .sub_text {
  font-size: 20px;
  margin-right: 5px;
}

#gift .main-title {
  text-align: center;
  background: #5a5ea3;
  color: #fff;
  border-radius: 15px;
  padding: 1%;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 400;
  font-family: "ten-mincho", serif;
}

#gift .set-number {
  background: #B12A2F;
  color: #fff;
  padding: 6px;
  border-radius: 50%;
  font-size: 16px;
  margin: 0 5px;
}

#gift .main-title.orange {
  background: #ED8D25;
}

#gift .main-title.green {
  background: #677F4C;
}

#gift .main-title.purple {
  background: #7f4c67;
}

#gift .main-title.summer-blue {
  background: #53a5c5;
}

#gift .main-title.summer-green {
  background: #43b89d;
}

.item_img_sp img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

#gift .contents {
  padding: 50px 3%;
}


@media (max-width:480px) {

  #gift .main-title h1 {
    font-size: 25px;
  }

  #gift .main-title {
    padding: 3%;
  }

  .item_detail .sub_text {
    font-size: initial;

  }

  #gift .contents .price {
    clear: both;
  }
}

/*====================
   2023お中元ページ
====================*/
#gift .main-title.green-02 {
  background: #9ac376;
}

.daizu-img .tb {
  display: block;
}

@media only screen and (min-width: 768px) {
  #gift .row.daizu {
    margin-top: 3em;
  }

  .col-sm-4.daizu-left {
    width: 59%;
    margin-right: 2%;
  }

  .col-sm-8.daizu-right {
    width: 39%;
  }

  .daizu-img .tb {
    display: none;
  }
}

/*====================
   2023お歳暮ページ
====================*/
#gift .contents .item_number {
  background: #604c3f;
}

#gift .main-title.summer-green {
  background: #939a26;
}

/*====================
   2024お歳暮ページ
====================*/
#gift .main-title.winter_gry {
  background: #6e6562;
}