@charset "UTF-8";
/*--  背景、標題共通設定  --*/
html {
  background: #000000;
}

.container {
  background: url(../images/bg.jpg) top center repeat-y;
  text-align: center;
}

.titleC {
  margin: 30px auto 0;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  z-index: 2;
  position: relative;
}
.titleC h2 {
  background: url(../images/title_bg.png) top center no-repeat;
  width: 1200px;
  padding: 20px 0 65px;
  color: #fff;
  font-size: 60px;
}

.bg_1200 {
  width: 1000px;
  background: #b0d9b2;
  margin: 0 auto;
  border: 2.5px solid #000000;
  border-radius: 0 0 25px 25px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.bg_1200::before {
  content: "";
  width: 995px;
  height: 20px;
  background: #82c285;
  position: absolute;
  top: -25px;
  left: -2.5px;
  border: 2.5px solid #000000;
  border-radius: 25px 25px 0 0;
}
.bg_1200 li {
  margin: 20px auto;
}
.bg_1200 li img {
  width: 750px;
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 97vw;
    border: none;
    outline: 1.5px solid #000000;
    border-radius: 0 0 10px 10px;
    margin-bottom: 0;
    padding: 10px 0;
  }
  .bg_1200::before {
    content: "";
    width: 97vw;
    height: 15px;
    position: absolute;
    top: -15px;
    left: 0;
    border: none;
    border-radius: 10px 10px 0 0;
    outline: 1.5px solid #000000;
  }
  .bg_1200 li img {
    width: 93vw;
  }
  .titleC {
    margin: 20px auto 0;
    width: 100vw;
  }
  .titleC h2 {
    background: url(../images/title_bg_m.png) top center no-repeat;
    padding: 15px 0 35px;
    width: 100vw;
    font-size: 30px;
  }
}
/*--耶誕禮物看更多GO--*/
.btn-shopping {
  margin: 30px auto;
}

@media screen and (max-width: 991px) {
  .btn-shopping {
    margin: 15px auto;
  }
  .btn-shopping img {
    width: 85vw;
  }
}/*# sourceMappingURL=style.css.map */