@charset "utf-8";
/* CSS Document */

/*全体*/
.contents_wrap {
  margin: 80px auto;
}

.btn_topage {
  width: 320px;
}

/*アンカー*/
.anchor_3_area {
  width: 100%;
  /*padding: 0px 15px;*/
}

.anchor_ad {
  width: 28%;
  padding: 10px 30px 10px 10px;
  text-align: center;
  transition: 1.0s;
  border-bottom: 1px solid;
  margin: 0 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.anchor_ad::after {
  top: 0px;
  right: -180px;
}

.anchor_ad:hover {
  text-decoration: none;
  background-color: #EFE9E6;
  color: inherit;
}

.anchor_ad:link,
.anchor_ad:active {
  text-decoration: none;
  color: inherit;
}

/*ワイン紹介*/
.wine_title_area {
  margin: 4rem auto 3rem;
}

.wine_title_area h3 {
  font-weight: bold;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.5;
}

.wine_title_area p {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
}

.wine_intro_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.wine_intro_img {
  width: 44%;
  margin: 0;
}

.wine_intro_txt {
  width: 53%;
}

.wine_intro_txt p:nth-child(1) {
  margin: 0;
}

.wine_intro .wine_link_area {
  margin: 3rem 0;
}

.wine_intro .btn_topage {
  margin: 1.5rem auto;
}

.product_txt_link {
  width: 320px;
    text-align: center;
    display: block;
    margin: 2rem auto;
    font-size: 1.4rem;
    text-decoration: underline;
    color: inherit;
}

.caution_area {
  margin: 3rem 0 2rem;
}

.caution_area p {
  line-height: 2;
}

/*直営店紹介*/
.shop_info_wrap {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.5;
}

.shop_info {
  background: #f6f6f6;
  padding: 2rem;
   display: flex;
  flex-wrap: wrap;

  margin: 2rem auto;
  text-align: left;
}
.shop_detail_area {
  display: flex;
  justify-content: space-between;
}
.shop_detail_img {
      width: 48%;
    margin: 0;
}

.shop_detail_txt {
  width: 49%;
}
.shop_detail_txt p {
  margin: 0;
}
.shop_info dt {
  width: 17%;
}
.shop_info dd {
 width: 83%;
}

.shop_info dt, .shop_info dd {
    border-bottom: 1px solid #ccc;
    padding-top: 1.5rem;
}
.shop_info dt:nth-child(1) {
    padding-top: 0;

}
.shop_info dd:nth-child(2) {
    padding-top: 0;

}
.shop_info dt:last-of-type {
    border-bottom: none;

}
.shop_info dd:last-of-type {
    border-bottom: none;

}
.border_area {
  border: 1px solid #ccc;
  padding: 2rem;
  margin: 2rem auto;
      border-radius: 15px;
}
.border_area p {
  margin: 0;
  text-align: center;
      font-weight: bold;
}
.border_area .btn_topage {
  margin: 3rem auto 0;
}


.mail_area .btn_topage {
      margin: 3rem auto 1rem;
}
.mail_area .caution {
      text-align: center;
}

/*スライダーマーカーとの余白
.heading1 {
  margin-top: 4rem;
}*/

/*スライド*/
.slider-3 .slick-slide .slide-img {
  width: 200px;
}

.block {
  width: 306px;
  height: 230px;
}


/*/20250930追記/*/

.slick-prev:before, .slick-next:before {
	color: #000!important;
}
.slick-slide {
    margin: 4rem 0;
    line-height: 0;
}

.sns_post_column03 {

}
.sns_post_column03_box {
  display: flex!important;
  justify-content: center!important;
}
.slide-img_about {
	width: 200px!important;
	
}




/*アコーディオン*/
.accordion_one {
  margin-bottom: 2rem;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  /* border: 1px solid #ccc;*/
  padding: 1.5rem;
  position: relative;
  z-index: +1;
  cursor: inherit;
  transition: .2s;

}

.accordion_area .accordion_one .ac_inner {
  /*display: block;*/
  padding: 1.5rem 3rem;
  /*border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
  box-sizing: border-box;
  background: #fff;
  display: none;
}

/*開閉アイコン*/
/*.million_ac_title::after,
.million_ac_title::before {
    content: "";
    position: absolute;
    right: 2.25em;
    top: 2em;
    width: 3px;
    height: 1.1em;
    background-color: #999;
    transition: all 0.3s;
}*/
.million_ac_title::after {
  transform: rotate(90deg);
}

.toggle:checked+.million_ac_title::before {
  transform: rotate(90deg) !important;
}

/*=================
accordion
=================*/

/*.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: inherit;
  transition: .2s;
}*/

.accordion_area .accordion_one .ac_header .i_box {
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #2a3a6f;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #2a3a6f;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}



/*==========================================

　　　　　　　　　SPレイアウト

==========================================*/
@media screen and (max-width: 680px) {
  /*==========================================*/

  /*全体*/
  .btn_topage {
    width: 90%;
    margin: 30px auto;
  }
  .btn_topage::after {
    right: -260px;
    top: 0;
  }
  .wine_title_area {
    margin: 4rem auto 2rem;
}
  
  /*アンカー*/
  .anchor_3_area {
    display: flex;
    justify-content: space-between;

  }
  .anchor_ad {
    width: 47%;
  }
  .anchor_ad::after {
    right: -140px;
  }

  /*ワイン紹介*/
  .wine_intro_area {
    display: block;
  }

  .wine_intro_img {
    width: 100%;
  }

  .wine_intro_txt {
    width: 100%;
    margin: 2rem 0;
  }

  /*直営店紹介*/

  .shop_detail_area {
    display: block;
  }
  .shop_detail_img, .shop_detail_txt {
    width: 100%;
  }
  .shop_info dt {
    width: 20%;
  }
  .shop_info dd {
    width: 80%;
  }
.shop_detail_txt p {
  margin: 1rem 0;
  }

  .shop_info {

  }
  .border_area {
    margin: 4rem auto 2rem;
  }
  .border_area .btn_topage::after {
    right: -220px;
  }


/*==========================================*/  
}
/*==========================================*/ 