@charset "UTF-8";
/*共通*/
#wine_365_clf {
  padding-bottom: 60px;
}
#wine_365_clf img {
  max-width: 100%;
}
#wine_365_clf a:hover {
  opacity: .8;
}
#wine_365_clf .dd02 hr {
  height: 2px;
  background-color: #0090fa;
  width: 30%;
  border: none;
  margin-bottom: 20px;
  margin-left: 0;
}
#wine_365_clf .dd01 hr {
  height: 2px;
  background-color: #0090fa;
  width: 30%;
  border: none;
  margin-left: 1.5em;
  margin-bottom: 20px;
}
/*説明文2カラム*/
#wine_365_clf .wrapBg01 {
  margin: 15px 0 30px;
}
/*コンテンツ*/
#wine_365_clf .sec01 dl, #wine_365_clf .sec02 dl {
  display: flex;
}
#wine_365_clf dd {
  width: 600px;
  height: 330px;
  position: relative;
}
#wine_365_clf dd p {
  display: block;
  font-size: 1.4rem;
}
#wine_365_clf .sec01 .sec_img, #wine_365_clf .sec02 .sec_img {
  width: 400px;
}
#wine_365_clf .sec01 dl, #wine_365_clf .sec02 dl {
  padding-top: 4.0rem;
  margin-bottom: 1.0rem
}
#wine_365_clf .sec01, #wine_365_clf .sec02 {
  border-top: solid 1px #e479d5;
}
#wine_365_clf dd .number {
  font-weight: bold;
  background: #f8f5ef;
  display: inline-block;
  float: left;
  margin-right: .5em;
  padding: 0.05rem 1em;
  margin-left: 1.5em;
  letter-spacing: 0.1em;
}
#wine_365_clf dd .name {
  font-weight: bold;
  font-size: 2.2rem;
  margin-left: 1em;
}
#wine_365_clf dd .name span {
  font-size: 1.6rem;
  margin-right: 1em;
  position: relative;
  top: -.2rem;
}
#wine_365_clf dd .price {
  font-weight: bold;
  font-size: 1.8rem;
  margin-left: 1.2em;
  margin-bottom: 2.6rem;
}
#wine_365_clf dd .price span {
  font-size: 1.4rem;
}
#wine_365_clf dd .copy {
  font-weight: 500;
  background: #ffe8ea;
  padding: .3em 1.5em .3em 1.5em;
  font-size: 1.6rem;
  margin: 0 0 1.4rem 2.1rem;
}
#wine_365_clf dd .description {
  margin-left: 1.5em;
  line-height: 2;
}
#wine_365_clf .sec02 dl {
  flex-direction: row-reverse;
}
#wine_365_clf .sec02 .dd02 {
  height: auto;
}
#wine_365_clf .sec01 .dd01 {
  height: auto;
}
#wine_365_clf .sec02 dl:first-of-type, #wine_365_clf .sec02 dl:nth-of-type(2) {
  margin-bottom: 2rem;
}
#wine_365_clf .sec02 .number, #wine_365_clf .sec02 .name, #wine_365_clf .sec02 .price, #wine_365_clf .sec02 .description {
  margin-right: 1em;
  margin-left: 0;
}
#wine_365_clf .sec02 .copy {
  margin: 0px 2.1rem 1.4rem 0px;
}
#wine_365_clf .sec02 dl dd:nth-of-type(3) {
  height: 385px;
}
/*商品を購入するボタン*/
#wine_365_clf 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;
  margin: 2rem 0 3rem;
  bottom: 0;
  right: 0;
  background: #f04882;
}
#hawaiihawaii dd .buy_btn::after {
  content: "";
  display: inline-block;
  /*background-image: url(../../d_images/campaign/201105_seibo_restaurant/icon_arrow01.png);
	background-repeat: no-repeat;*/
  position: absolute;
  width: 11px;
  height: 15px;
  background-size: contain;
  right: 1rem;
  top: 1.9rem;
  letter-spacing: .15em;
  content: "\e5e1";
  font-family: "Material Icons";
}
#wine_365_clf .sec02 .buy_btn {
  float: left;
}
/*TB*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #wine_365_clf {
    width: min(80vw, 767px);
  }
}
/*SP*/
@media screen and (max-width:767px) {
  #wine_365_clf {
    padding-bottom: 0;
  }
  #wine_365_clf .dd01 hr, .dd02 hr {
    height: 2px;
    background-color: #0090fa;
    width: 50%;
    border: none;
    margin: 20px 25%;
  }
  /*コンテンツ*/
  #wine_365_clf .sec01 dl, #wine_365_clf .sec02 dl {
    display: block;
  }
  #wine_365_clf .sec01 .sec_img, #wine_365_clf .sec02 .sec_img {
    width: 100%;
  }
  #wine_365_clf .sec01 dl, #wine_365_clf .sec02 dl {
    padding-top: 1.5rem;
    margin-bottom: 3rem;
  }
  #wine_365_clf .sec02 dl:first-of-type, #wine_365_clf .sec02 dl:nth-of-type(2) {
    margin-bottom: 3rem;
  }
  #wine_365_clf .sec02 .description {
    margin-right: 0;
  }
  #wine_365_clf dd {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
  }
  #wine_365_clf dd .number, #wine_365_clf dd .name, #wine_365_clf dd .price, #wine_365_clf dd .description {
    margin-left: 0;
  }
  #wine_365_clf dd .name {
    font-size: 1.8rem;
  }
  #wine_365_clf dd .price {
    margin-bottom: 1.3rem;
  }
  #wine_365_clf dd .copy, #wine_365_clf .sec02 .copy {
    padding: 1em 0.8em;
    font-size: 1.4rem;
    text-align: center;
    margin-right: 0;
  }
  #wine_365_clf .sec01 .copy {
    margin-left: 0;
  }
  #wine_365_clf .sec02 .dd02 {
    height: auto;
    margin-bottom: 6rem;
  }
  #wine_365_clf .sec01 .dd01 {
    height: auto;
    margin-bottom: 6rem;
  }
  /*商品を購入するボタン*/
  #wine_365_clf .sec02 .buy_btn {
    float: none;
  }
  #wine_365_clf 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;
  }
}