@charset "utf-8";
/* CSS Document */
.txt-box-wh {
  background-color: #ffffffa8;
  padding-top: 1em;
}
/* おすすめ商品レイアウト */
/** 背景あり枠 **/
.box-txt-lg{
  padding: 1.5em 1em;
  background-image: url("/event/osechi/images/2026osechi_bg2.jpg");
}

.box-md {
  display: flex;
  flex-direction: column;
  padding: 1.5em 1em;
  background-image: url("/event/osechi/images/2026osechi_bg1.jpg");
}
.box-md:nth-child(even) {
  background-image: url("/event/osechi/images/2026osechi_bg2.jpg");
  padding: 1.5em 1em;
}
/** リボン **/
.icon_gift_01 {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 30px 0 15px;
    font-size: 15px;
    background: #80d0d1;
    color: #FFF;
    box-sizing: border-box;
}
.icon_gift_02 {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 30px 0 15px;
    font-size: 15px;
    background: #83cb66;
    color: #FFF;
    box-sizing: border-box;
}
.icon_gift_01:after,
.icon_gift_02:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
    top: 0;
    right: -1px;
    border-width: 20px 15px 20px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
/*Flexbox*/

@media (min-width:768px) {
  .box-md {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0px;
    padding: 1em 0.5em;
  }
  .box-md:nth-child(even) {
    flex-direction: row;
  }
  .box-md:nth-child(even) .text {
    text-align: left;
  }
  .box-md:nth-child(even) .pict {
    margin-left: 0;
  }
}

/*ボタン*/
@media (max-width:767px){
  .main_contents .article_detail .content_inner .blog_grid{
    justify-content: center;
  }
}
@media (min-width:768px){
  .main_contents .article_detail .content_inner .blog_grid{
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
  }
}

/*スクロール*/
.box_assort{
  max-height: 5em;
  overflow-y: scroll;
  background: #f3f3f3;
  padding: 5px;
  line-height: 1.1em;
}