.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.flower .f_h2 {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .flower .f_h2 {
    font-size: 34px;
    margin-bottom: 50px;
  }
}

.flower .f_h3 {
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flower p.p1 {
    font-size: 28px;
    margin-bottom: 53px;
  }
}

@media screen and (max-width: 768px) {
  .flower .p2 {
    font-size: 16px;
    padding: 0 4vw;
  }
}

@media screen and (max-width: 768px) {
  .flower .flower__ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 4vw;
  }
  .flower .flower__ul li {
    text-align: center;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flower .flower__ul li .l,
  .flower .flower__ul li .r {
    width: 100%;
  }
  .flower .flower__ul li .l {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 14px;
  }
  .flower .flower__ul li .r {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    line-height: 30px;
    padding: 8px 14px;
    letter-spacing: 0;
  }
  .flower .flower__ul li.fu1 {
    margin-bottom: 10px;
  }
  .flower .flower__ul li.fu2, .flower .flower__ul li.fu3 {
    width: 49%;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .flower .flower__ul li.fu2 .l, .flower .flower__ul li.fu3 .l {
    height: 78px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .flower .flower__ul li.fu2 .r {
    height: 100%;
  }
}

.flower #bodySec {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .flower #bodySec {
    margin-bottom: 90px;
    padding: 0 4vw;
  }
}

.flower .sstl.tl-dearly.f_h2 {
  background: none;
  width: auto;
  height: auto;
  display: block;
  text-indent: 0;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 40px;
}

.flower .sstl.tl-dearly2.f_h2 {
  background: none;
  width: auto;
  height: auto;
  display: block;
  text-indent: 0;
  overflow: hidden;
  margin-left: 0;
  margin-bottom: 40px;
}

.flowerList {
  margin-bottom: 125px;
}

.flowerList .name {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .flowerList {
    padding-top: 20px;
    width: 100%;
  }
  .flowerList ul li {
    width: 49%;
    margin-right: 2%;
  }
  .flowerList ul li .name {
    font-size: 20px;
    line-height: 30px;
    white-space: normal;
  }
}

.flowerList p.p2 {
  margin-bottom: 25px;
}

.flowerList p.price {
  font-size: 12px;
  line-height: 1.7;
  margin: 14px 0 16px;
  clear: both;
  float: none;
  display: block;
  color: #666;
}

@media screen and (max-width: 768px) {
  .flowerList p.price {
    font-size: 14px;
  }
}

.flowerList p.price span {
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .flowerList p.price span {
    font-size: 18px;
  }
}

.flowerList p.price span.tax {
  font-size: 100%;
  color: #333;
}

@media screen and (max-width: 768px) {
  .flowerList p.price span.tax {
    font-size: 12px;
  }
}

.flowerList p.pic {
  margin-bottom: 20px;
  height: auto;
}

.flowerList ul li .category span {
  color: #333;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.09em;
  font-weight: 400;
  display: inline-block;
  border: 1px solid #dddddd;
  padding: 5px 25px;
  border-radius: 35px;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 768px) {
  .flowerList ul li .category span {
    margin-bottom: 8px;
  }
}

.flowerList p.text {
  margin-top: 16px;
  line-height: 1.57;
  color: #333;
}

@media screen and (max-width: 768px) {
  .flowerList p.text {
    margin-top: 0;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.06em;
  }
}

.flowerList .orderArea .btn-select {
  float: right;
  margin-top: 5px;
  margin-bottom: 25px;
  width: auto;
  border: none;
}

.flowerList .orderArea .btn-select::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .flowerList .orderArea .btn-select::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .flowerList .orderArea .btn-select {
    float: left;
  }
  .flowerList .orderArea .btn-select select {
    border: 1px solid #9681b4;
    width: 80px;
    background-position: right 5px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

#bodySec p.p-t30 {
  text-align: center;
  margin-top: 0px;
  padding-top: 0 !important;
}

@media screen and (max-width: 768px) {
  #bodySec p.p-t30 {
    padding: 0 4vw;
  }
}

#bodySec p.p-t30 .btn {
  font-family: "Noto Sans JP", sans-serif;
  width: 320px;
  height: 64px;
  color: #8269a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px auto 0;
  border-radius: 100px !important;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  position: relative;
  border: 1px solid #8269a4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #8269a4 !important;
  color: #fff;
  border: 1px solid #8269a4 !important;
}

#bodySec p.p-t30 .btn::after {
  content: "";
  background: url("../../images/common/arrow.svg");
  width: 5px;
  height: 9px;
  display: block !important;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  #bodySec p.p-t30 .btn {
    height: 50px;
    width: 100%;
    margin: 0;
  }
}

.flower .sec_f2 {
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .flower .sec_f2 {
    display: block;
    padding: 0 8vw;
  }
}

.flower .sec_f2 .btn {
  margin: 5px 15px 0;
}

@media screen and (max-width: 768px) {
  .flower .sec_f2 .btn {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .flower .sec_f3 {
    width: 100%;
  }
  .flower .sec_f3 > ul li {
    width: 50%;
    margin: 0;
  }
  .flower .sec_f3 > ul li:nth-child(3n) {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .flower .sec_f4 h2 {
    line-height: 44px;
    margin-bottom: 60px;
  }
}

.flower .sec_f4 img {
  margin-bottom: 23px;
}

.flower .sec_f4 p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flower .sec_f4 p {
    width: 100%;
    padding: 0 8vw;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
}







/* flower index */

html {
  scroll-behavior: smooth;

}
.flower_index {
  font-family: "Noto Sans JP",sans-serif;
}

.flower_index .mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.flower_index .page_nav {
  background-color: #F7F7F7;
  padding: 40px 0;
  margin-bottom: 60px;
}
.flower_index .page_nav .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}
.flower_index .page_nav h2 {
  font-size: 16px;
  color: #8269A4;
}
.flower_index .page_nav ul {
  display: flex;
  margin-left: auto;
}
.flower_index .page_nav ul li {
  margin-right: 20px;
}
.flower_index .page_nav ul a {
  font-size: 16px;
  color: #333333;
  padding-right: 20px;
  background-image: url(../img/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 7px;
}
.flower_index .concept .inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}
.flower_index .concept .inner h2 {
  text-align: left;
  font-size: 24px;
  color: #8269A4;
  margin-bottom: 20px;
}
.flower_index .concept .inner .text {
  font-size: 14px;
  line-height: 2em;
}

.concept_list {
  display: flex;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.concept_list > li {
  background-color: #F7F7F7;
  padding: 40px 30px 20px;
  position: relative;
  width: 350px;
  margin: 0 10px 40px;
  border-radius: 5px;
}
.concept_list > li:nth-child(1) {
  margin-left: 0;
}
.concept_list > li:nth-child(3) {
  margin-right: 0;
}
.concept_list > li .point {
  width: 130px;
  background-color: #8269A4;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: -20px;
  color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 5px;
  border-radius: 20px;
  letter-spacing: 1px;
    font-weight: 700;
}
.concept_list > li h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #8269A4;
  margin-bottom: 15px;
}
.concept_list > li .text {
  font-size: 14px;
  line-height: 2em;
}
.flower_index .coordinator {
  max-width: 1160px;
  margin: 0 auto 0px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flower_index .coordinator > picture {
  width: 550px;
}
.flower_index .coordinator > .exp {
  width: calc(100% - 550px);
  padding-left: 60px;
}
.flower_index .coordinator > .exp h2 {
  text-align: left;
  color: #8269A4;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.flower_index .coordinator > .exp .text {
  font-size: 14px;
  line-height: 2em;
}
.flower_index .products_sec .heading {
  max-width: 1160px;
  margin: 0 auto 10px;
  padding: 0 30px;
}
.flower_index .products_sec .heading h2 {
  text-align: left;
  font-size: 24px;
  color: #8269A4;
  margin-bottom: 20px;
}
.flower_index .products_sec .heading .text {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2em;
}
.flower_index .flowerList {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto 0;
  padding: 0 30px;
}
.flower_index .flowerList ul li {
  width: 29.091%;
  margin-right: 6.3635%;
}
.flower_index .flowerList ul li .name {
  font-size: 18px;
}
.flowerList p.price span {
  font-size: 18px;
}
.flower_index .flowerList ul li:nth-child(3n) {
  margin-right: 0;
}
.flower_index .products_sec {
  padding-top: 120px;
}

#kouden {
  background-image: url(../../images/flower/kouden_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 70px;
  margin-top: 100px;
}
#kouden .flowerList ul > li {
  width: 23.637%;
  margin-right: 1.817%;
}
#kouden .flowerList ul > li:nth-child(3n) {
  margin-right: 1.817%;
}
#kouden .flowerList ul > li:nth-child(4n) {
  margin-right: 0;
}


.flower_index .btnBuy {
  text-align: center;
  margin-bottom: 150px;
  margin-top: 20px;
}
.flower_index .btnBuy button{
  background: #8269a4;
  color: #fff;
  border: 1px solid #8269a4;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  font-size: 22px;
  padding: 15px 0;
  border-radius: 50px;
  font-weight: 700;
  transition: all .3s;
}
.flower_index .btnBuy button:hover {
  transform: scale(1.1);
}
.flower_index .biko {
  text-align: center;
  font-size: 15px;
  margin-top: 60px;
  line-height: 2em;
}

.flower_index hr {
  width: 1100px;
  margin: 100px auto 0;
  background-color: #CCCCCC;
  border: none;
  height: 1px;
}



@media screen and (max-width: 768px) {
  .flower_index .page_nav .inner {
    flex-direction: column;
    padding: 0 20px;
  }
  .flower_index .page_nav h2 {
    text-align: left;
  }
  .flower_index .page_nav ul {
    flex-direction: column;
    margin-left: 0;
    margin-top: 20px;
  }
  .flower_index .page_nav ul li:last-child a {
    border-bottom: 1px solid #CCCCCC;
  }
  .flower_index .page_nav ul li a {
    padding: 15px 0px;
    width: 100%;
    border-top: 1px solid #CCCCCC;
    display: block;
    background-size: 10px;
  }
  .concept_list {
    margin-top: 20px;
  }
.concept_list > li {
  width: 100%;
  margin: 40px auto 0;
}
.flower_index .concept .inner {
  padding: 0 20px;
}
.flower_index .coordinator {
  padding: 0 0px;
}
.flower_index .coordinator > .exp {
  width: 100%;
  padding: 30px 20px 0;
}
.flower_index .coordinator > .exp h2 {
  font-size: 18px;
}

  .flower_index .products_sec .heading {
    padding: 0 20px;
  }
  .flower_index .flowerList {
    padding: 0 20px;
  }

  .flower_index .flowerList ul li {
    width: 48%;
    margin-right: 4%;
  }
  .flower_index .flowerList ul li:nth-child(3n) {
    margin-right: 4%;
  }
  .flower_index .flowerList ul li:nth-child(2n) {
    margin-right: 0;
  }
  .flower_index .flowerList ul li .name {
    font-size: 16px;
  }

  .flower_index .flowerList p.pic {
    margin-bottom: 10px;
  }
  .flower_index hr {
    width: calc(100% - 40px);
    margin-top: 50px;
  }
  .flower_index .products_sec {
    padding-top: 80px;
  }
  #kouden {
    margin-top: 70px;
  }
  #kouden .flowerList ul > li {
    width: 48%;
    margin-right: 4%;
  }
  #kouden .flowerList ul > li:nth-child(4n),
  #kouden .flowerList ul > li:nth-child(3n)
   {
    margin-right: 4%;
  }
  #kouden .flowerList ul > li:nth-child(2n) {
    margin-right: 0;
  }


}
/*# sourceMappingURL=flower.css.map */