@charset "UTF-8";

/*--------------------------------------
宅配追加保険　/takuhai-kaitori/flow.html
202310
--------------------------------------*/

.add_takuhai_kaitori_toha{
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 900px;
}
.add_takuhai_kaitori_toha li{
  text-align: center;
  width: calc(100% / 3);
}

.add_takuhai_kaitori_toha li p{
  height: 2.8em;
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
 }
 .add_takuhai_kaitori_toha li img{
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .add_takuhai_kaitori_toha{
    margin: 0 auto 0;
  }
  .add_takuhai_kaitori_toha li{
    width: 100%;
  }
  .add_takuhai_kaitori_toha li p{
    font-size: 2.8vw;
  }
  .add_takuhai_kaitori_toha li img{
    width: 65%;
    margin-top: 15px;
  }
}

.flow_ship_inner {
  padding: 0 80px;
  display: inline-block;
  background-color: #ffffff;
}
.h3_green {
  margin-top: 5vw;
  color: #325c1b;
  border-top: #325c1b solid 4px;
  padding: 20px 5px 0;
}
.h3_green_list {
  padding-top: 20px;
  width: 98%;
  margin: 0 auto;
}
.h3_green_list li{
  text-align: left;
  display: flex;
  align-items: center;
  background-color: #D4ECD6;
  margin-top: 20px;
  padding: 4px;
  border-radius: 40px;
}
.h3_green_list li::before{
  content: "⚫︎";
  color: #325c1b; 
  margin-left: 1em;
  padding-right: 0.5em;
}
.h3_green_inner{
  padding-top: 20px;
}
.h3_green_inner img{
  margin: 0 auto;
}
.h3_green_text{
  padding-top: 20px;
}
.annotation {
  display: inline-block;
  padding-top: 20px;
  margin: 0 20px;
}
ul.annotation li {
  text-align: left;
  list-style-type: none;
  text-indent: -1em;
  line-height: 2;
}
ul.annotation li:before {
  display: inline;
  content: "※";
}


@media all and (max-width: 767px) {
  .flow_ship_group{
    padding-bottom: 40px;
  }
  .flow_ship_inner {
    padding: 0 0 40px;
    margin: 0 20px;
  }
  .h3_green_text{
    text-align: left;
  }
}

/*--------------------------------------
店舗4つの特徴　/shop/各店舗
202310
--------------------------------------*/

.add_shop_toha{
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 900px;
}
.add_shop_toha li{
  text-align: center;
  width: calc(100% / 4);
}
.add_shop_toha li a{
  text-decoration: none;
  color: #000000;
}

.add_shop_toha li p{
  height: 2.8em;
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
 }
 .add_shop_toha li img{
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .add_shop_toha{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 0;
  }
  .add_shop_toha li{
    width: calc(100% / 2);
    margin-bottom: 20px;
  }
  .add_shop_toha li p{
    font-size: 2.8vw;
  }
  .add_shop_toha li img{
    width: 42%;
    margin-top: 15px;
  }
}
/*--------------------------------------
店舗対象外エリアバナー
202311
--------------------------------------*/

  .outside_area{
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    align-items: center;
    text-align: center;
  }
  @media all and (max-width: 767px) {
    .outside_area{
      margin-top: 40px;
    }
    .outside_area img{
      width: 100%; 
    }
  }

  /*202401 /top/スライダーコンテンツ追加*/
.slider-container {
  display: none;
}
.top_campaign_wrap{
  overflow: hidden;
  padding-top: 40px;
}
.top_campaign_inner{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 40px;
  height: 300px;
}
.top_campaign_item{
  position: relative;
}
.top_campaign_btn{
  width: 290px;
  height: 60px;
  position: absolute;
  right: 32px;
  bottom: 16px;
}
.top_campaign_slide{
  max-width: 474px;
  margin: 0 auto;
  padding: 0;
}
.top_campaign_slide > div{
  width: 474px;
}
.top_campaign_slide .slick-list {
  overflow: visible;
}
.top_campaign_slide .slick-track {}
.top_campaign_slide .slick-slide {
  padding: 0 15px;
  /*opacity: .5;*//*前後の画像を白く*/
  filter: brightness(0.3);/*前後の画像を暗く*/
  transition-duration: 0.3s;
  cursor: pointer;
}
.top_campaign_slide .slick-slide.slick-current {
  /*opacity: 1;*//*前後の画像を白く　　解除*/
  filter: none;/*前後の画像を暗く　　解除*/
  cursor:auto
}

.top_campaign_slide .slick-prev,
.top_campaign_slide .slick-next{
  background: rgba(0,0,0,0.70);
  width: 30px;
  height: 46px;
  top: 50%;
  right: -15px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_campaign_slide .slick-prev{
  left: -15px;
}
.top_campaign_slide .slick-prev:before,
.top_campaign_slide .slick-next:before
{
  display: block;
  content: "";
  background: url("../img/icon/arrow_wh.svg") no-repeat center/contain;
  background-size: 11px;
  width: 11px;
  height: 20px;
  opacity: 1;
}
.top_campaign_inner .slick-dotted.slick-slider{
  margin-bottom: 0;
}
.top_campaign_slide .slick-dots li{
  width: 9px;
  height: 9px;
  margin: 0 10px;
}
.top_campaign_slide .slick-dots li button{
  width: 9px;
  height: 9px;
  padding: 0;
}
.top_campaign_slide .slick-prev:before{
  transform:rotate(180deg);
}
.top_campaign_slide .slick-prev:hover,
.top_campaign_slide .slick-prev:focus,
.top_campaign_slide .slick-next:hover,
.top_campaign_slide .slick-next:focus
{
    color: transparent;
    outline: none;
    background: #000;
}
.top_campaign_slide .slick-dots li button:before {
  content: "";
  background: #fff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #000;
  opacity: 1;
}
.top_campaign_slide .slick-dots li.slick-active button:before {
  border: none;
  content: "";
  background: #000;
  border: 1px solid #000;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.top_campaign_slide .slick-dots {
  bottom: -26px;
}

@media(max-width:767px) {
  .top_campaign_inner{
    height: auto;
  }
  .top_campaign_slide{
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
  }
  .top_campaign_slide .slick-slide {
    padding: 0 5px;
  }
  .top_campaign_slide > div{
    width: 90%;
  }
  .top_campaign_slide .slick-prev {
    left: 0;
  }
  .top_campaign_slide .slick-next {
    right: 0;
  }

  .top_campaign_btn{
    width: 90%;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
  }
}

.top_campaign_slide img {
  height: auto;
  width: 444px;
}
.top_campaign_slide img.show_pc{
  display: block;
}
.top_campaign_slide img.show_sp{
  display: none;
}

@media(max-width:767px) {
  .top_campaign_slide img {
    height: auto;
    width: 100%;
  }
}

/*--------------------------------------
コラムKARTE
202404
--------------------------------------*/

.other_btn_block.ver_orange {
	margin-top: 0;
}

.ver_orange a.other_btn {
	background: #ff8f00;
	color: #fff;
	box-shadow: 0 3px 0 #ef6c00;
	border: 2px solid #ef6c00;
}

.ver_orange .other_btn:before {
	border: solid #fff;
	border-width: 3px 3px 0 0;
}

.c_kaitori02 {
  margin: 40px 0;
  padding: 20px 16px;
  width: 48%;
  height: 96px;
  border: 1px solid #999;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: inline-end;
}

.c_back02{
  margin: 40px 0;
  padding: 20px 16px;
  width: 48%;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #999;
  border-radius: 3px;
}