@charset "UTF-8";
/*共通*/
#wine_sf_brd img {
  max-width: 100%;
}
#wine_sf_brd a:hover {
  opacity: .8;
}
#wine_sf_brd .dd02 hr {
  height: 2px;
  background-color: #0090fa;
  width: 30%;
  border: none;
  margin-bottom: 20px;
  margin-left: 0;
}
#wine_sf_brd .dd01 hr {
  height: 2px;
  background-color: #0090fa;
  width: 30%;
  border: none;
  margin-left: 1.5em;
  margin-bottom: 20px;
}
/*説明文2カラム*/
#wine_sf_brd .wrapBg01 {
  margin: 15px 0 30px;
}
/*コンテンツ*/
#wine_sf_brd .sec01 dl, #wine_sf_brd .sec02 dl {
  display: flex;
}
#wine_sf_brd dd {
  width: 600px;
  height: 330px;
  position: relative;
}
#wine_sf_brd dd p {
  display: block;
  font-size: 1.4rem;
}
#wine_sf_brd .sec01 .sec_img, #wine_sf_brd .sec02 .sec_img {
  width: 400px;
}
#wine_sf_brd .sec01 dl, #wine_sf_brd .sec02 dl {
  padding-top: 4.0rem;
  margin-bottom: 1.0rem
}
#wine_sf_brd .sec01, #wine_sf_brd .sec02 {
  border-top: solid 1px #ececec;
}
#wine_sf_brd dd .name {
  font-weight: bold;
  font-size: 2.2rem;
  margin-left: 1em;
}
#wine_sf_brd dd .name span {
  font-size: 1.6rem;
  margin-right: 1em;
  position: relative;
  top: -.2rem;
}
#wine_sf_brd dd .price {
  font-weight: bold;
  font-size: 1.8rem;
  margin-left: 1.2em;
  margin-bottom: 2.6rem;
}
#wine_sf_brd dd .price span {
  font-size: 1.4rem;
}
#wine_sf_brd dd .copy {
  font-weight: 500;
  background: #f4e8de;
  padding: .3em 1.5em .3em 1.5em;
  font-size: 1.6rem;
  margin: 0 0 1.4rem 2.1rem;
}
#wine_sf_brd dd .description {
  margin-left: 1.5em;
  line-height: 2;
}
#wine_sf_brd .sec02 dl {
  flex-direction: row-reverse;
}
#wine_sf_brd .sec02 .dd02 {
  height: auto;
}
#wine_sf_brd .sec01 .dd01 {
  height: auto;
}
#wine_sf_brd .sec02 dl:first-of-type, #wine_sf_brd .sec02 dl:nth-of-type(2) {
  margin-bottom: 2rem;
}
#wine_sf_brd .sec02 .name, #wine_sf_brd .sec02 .price, #wine_sf_brd .sec02 .description {
  margin-left: 0;
  margin-right: 2rem;
}
#wine_sf_brd .sec02 .copy {
  margin: 0 0 1.4rem;
}
#wine_sf_brd .sec02 dl dd:nth-of-type(3) {
  height: 385px;
}
/*商品を購入するボタン*/
#wine_sf_brd dd .buy_btn {
  background-repeat: no-repeat;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  text-align: center;
  width: 230px;
  height: 50px;
  float: right;
  font-weight: 500;
  bottom: 0;
  right: 0;
  margin: 2rem 0 3rem;
  background: #a67f5d;
}
#wine_sf_brd .sec02 .buy_btn {
  float: left;
}
#wine_sf_brd .frmap {
  /*width: 40%;*/
  margin: 30px 0 0;
}
/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #wine_sf_brd {
    width: min(80vw, 767px);
  }
}
/*SP*/
@media screen and (max-width:767px) {
  /*コンテンツ*/
  #wine_sf_brd .sec01 dl, #wine_sf_brd .sec02 dl {
    display: block;
  }
  #wine_sf_brd .sec01 .sec_img, #wine_sf_brd .sec02 .sec_img {
    width: 100%;
  }
  #wine_sf_brd .sec01 dl, #wine_sf_brd .sec02 dl {
    padding-top: 1.5rem;
    margin-bottom: 3rem;
  }
  #wine_sf_brd .sec02 dl:first-of-type, #wine_sf_brd .sec02 dl:nth-of-type(2) {
    margin-bottom: 3rem;
  }
  #wine_sf_brd .sec02 .description {
    margin-right: 0;
  }
  #wine_sf_brd dd {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
  }
  #wine_sf_brd dd .name, #wine_sf_brd dd .price, #wine_sf_brd dd .description {
    margin-left: 0;
  }
  #wine_sf_brd dd .name {
    font-size: 1.8rem;
  }
  #wine_sf_brd dd .price {
    margin-bottom: 1.3rem;
  }
  #wine_sf_brd dd .copy, #wine_sf_brd .sec02 .copy {
    padding: 1em 0.8em;
    font-size: 1.4rem;
    text-align: center;
  }
  #wine_sf_brd .sec01 .copy {
    margin-left: 0;
  }
  #wine_sf_brd .sec02 .dd02 {
    height: auto;
    margin-bottom: 6rem;
  }
  #wine_sf_brd .sec01 .dd01 {
    height: auto;
    margin-bottom: 6rem;
  }
  /*商品を購入するボタン*/
  #wine_sf_brd .sec02 .buy_btn {
    float: none;
  }
  #wine_sf_brd dd .buy_btn {
    border-radius: 4px;
    padding: 1rem 3rem;
    font-size: 1.6rem;
    position: relative;
    text-align: center;
    width: 70%;
    height: 5rem;
    margin: 3rem auto 0 auto;
    float: unset;
  }
  #wine_sf_brd .frmap {
    /*width: 60%;*/
    margin: 30px auto 0;
  }
}