@charset "UTF-8";
/* CSS Document */

.section-top__img {
  margin-bottom: 80px;
}
.section-menu h2 {
  margin-bottom: 60px;
  font-weight: 600;
}
@media(min-width:768px){
  .section-menu h2 {
    font-size: 3.6rem;
    margin-bottom: 100px;
  }
  .section-base {
    margin: 0 0 0 auto;
    padding-right: 80px;
  }
  .section-base__icon ::after{
  right: 80px;
  }
}


.section-main__menu h3 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  width: 275px;
  margin: 0 auto 20px;
}
.section-main__menu ul li {
  background-color: #dddfe1;
  background-image: linear-gradient(160deg, #f8f8f8 0%, #ffffff 100%);
}
.section-main__group {
  padding: 30px 0 50px;
}
.section-pic {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5px;
  width: 275px;
  margin: 0 auto;
}

.bouquet_pic picture {
  height: 300px;
  overflow: hidden;
}

/* .bouquet_pic picture:nth-child(n+2) img {
  margin-top: -10px;
} */

.arrange_pic picture {
  height: 280px;
  overflow: hidden;
}

.arrange_pic picture:nth-child(n+2) img {
  margin-top: -10px;
}

.hachi_pic picture {
  height: 300px;
  overflow: hidden;
}

.hachi_pic picture:nth-child(n+2) img {
  margin-top: -5px;
}

.stand_pic picture {
  height: 300px;
  overflow: hidden;
}

.stand_pic picture:nth-child(n+2) img {
  margin-top: -5px;
}

.section-price {
  line-height: 1.4;
  text-align: left;
  width: 275px;
  margin: 0 auto;
}
.section-price h4 {
  margin-bottom: 10px;
}
.section-price p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
.section-price__rose {
  line-height: 1.4;
  text-align: left;
  width: 275px;
  margin: 0 auto;
}
.section-price__rose h4 {
  margin-bottom: 10px;
}
.section-price__rose p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}

@media(min-width:768px) {
  .section-pic {
  grid-template-columns: repeat(4,1fr);
  width: 88%;
  }
  .section-main__group {
    padding: 50px 0 70px;
  }
  .section-main__group h3 {
    padding-left: 6%;
    margin: auto 0 0 0;
    margin-bottom: 20px;
    width: 300px;
    font-weight: 600;
    font-size: 2.0rem;
  }
  .section-price {
    margin: auto 0 0 0;
    padding-left: 6%;
    width: 1000px;
  }
  .section-price h4 {
    padding: 10px 0;
    margin: 0;
  }
  .section-main__group br{
    display: none;
  }
}

.section-pic__rose {
  width: 275px;
  margin: 0 auto;
  padding: 30px 0 50px;
}
.section-oder {
  text-align: left;
  margin: 50px auto 100px;
  background: #FFF;
  padding: 40px;
}

.section-oder h2 {
  font-size: 2.0rem;
  font-weight: 600;
  width: 275px;
  margin: 0 auto 30px;
}
.section-oder h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.section-oder p {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 275px;
  margin: 10px auto 0;
  font-weight: 400;
}
.section-oder ul li {
  margin-bottom: 50px;
  background: #fff;
  list-style: none;
}
@media(min-width:768px){
  .section-rose__oder{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 95%;
  }
  .section-pic__rose {
    width: 30%;
    padding-top: 70px;
  }
  .section-pic__rose h3 {
    margin: 0;
    padding-bottom: 20px;
    font-size: 2.0rem;
    font-weight: 600;
  }
  .section-price__rose {
    margin: auto 0 0 0;
  }
  .section-price__rose h4 {
    padding: 10px 0;
    margin: 0;
  }
  .section-price__rose p {
    width: 355px;
  }
  .section-oder {
    width: 50%;
  }
  .section-oder h2 {
    margin: 0 0 30px;
  }
  .section-oder h3 {
    margin: 0;
  }
  .section-oder p {
    width: 100%;
    font-size: 1.8rem;
  }
}


.footer_nav ul {
  display: flex;
  justify-content: space-between;
  padding: 40px 50px 60px;
}

.footer_info {
  text-align: left;
  line-height: 25px;
  margin-left: 50px;
  padding: 0px 50px 30px 0px;
  font-size: 1.4rem;
}
.footer_info span {
  display: block;
}

@media(max-width:768px){
  .bouquet_pic picture,
  .arrange_pic picture,
  .hachi_pic picture,
  .stand_pic picture {
    height: 145px;
  }

  .section-price h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-price__rose h4 {
    margin-top: 10px;
  }
}

@media(min-width:768px) {
  .footer_nav ul {
    width: 420px;
    margin-left: auto;
  }
}
