@media screen and (max-width: 767px) {
  .pc-element {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-element {
    display: none !important;
  }
}

.container h1 img {
  max-width: 100%;
}

#recommendedflowers_insummer {
  font-size: 20px;
}

#recommendedflowers_insummer img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #recommendedflowers_insummer{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
}

.anchor-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}

.anchor-links .child {
  width: calc(50% - 10px);
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  height: 100%;
  border: 2px solid #938675;
  border-radius: 50px;
  font-size: 18px;
  margin-top: 15px;
  position: relative;
  text-align: center;
  line-height: 1.4;
  text-decoration: none;
  background: url(../../common/img/ar_down.png) no-repeat 95%;
}

@media screen and (max-width: 767px) {
  .anchor-links {
    padding-top: 3%;
    display: block;
  }
  .anchor-links .child {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    padding: 10px 0;
    display: block;
  }
}

.category-title {
  font-size: 26px;
  text-align: center;
  margin: 80px 0 0;
  font-weight: bold;
}

.category-title .value {
  border-bottom: 2px solid #443829;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .category-title {
    margin: 45px 0 25px;
    font-size: 18px;
  }
  .category-title .value {
    padding-bottom: 2px;
  }
  h2 {
  margin-left: -10px;
  margin-right: -10px;
  }
}

.image-section {
  line-height: 1.875;
  margin: 70px auto 0;
}
.image-section-image {
    text-align: center;
}
.image-section-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 20px;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {
  .image-section {
    margin-top: 30px;
  }
  .image-section-title {
    font-size: 18px;
    margin: 20px 0 15px;
  }
  .image-section h2 {
    margin-top: 20px;
  }
}

.category-list {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .category-list {
    margin-bottom: 50px;
  }
}

.category-list .child + .child {
  margin-top: 100px;
}

.category-list .child:nth-of-type(even) .image {
  order: 2;
}

.category-list .child:nth-of-type(even) .detail {
  order: 1;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .category-list .child + .child {
    margin-top: 50px;
  }
  .category-list .child:nth-of-type(even) .detail {
    margin-bottom: 10px;
  }
}

.category-list .image-box {
  margin: 35px 0 55px;
  display: flex;
  align-items: center;
  line-height: 1.875;
}

.category-list .image-box .image {
  flex-shrink: 0;
  width: 373px;
}

.category-list .image-box .detail {
  margin-left: 20px;
}

.category-list .image-box .detail .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .category-list .image-box {
    flex-direction: column;
    margin: 40px 0 20px;
  }
  .category-list .image-box .image {
    order: 2;
    width: 100%;
  }
  .category-list .image-box .detail {
    order: 1;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .category-list .image-box .detail .title {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.detail-product-btn {
  width: 400px;
  margin: 0 auto;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 29px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  background-color: #443829;
  color: #fff;
  text-decoration: none;
}

.detail-product-btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
  top: 50%;
  margin-top: -6px;
}

.detail-product-btn:before {
  content: "";
  width: 13px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -1px;
}

@media screen and (max-width: 767px) {
  .detail-product-btn {
    width: 80%;
    height: 45px;
  }
}

.bnr-list img {
  max-width: 100%;
}

/*# sourceMappingURL=common.css.map */