@charset "UTF-8";
/* CSS Document */
body {
  background-image: radial-gradient(rgba(230, 241, 232, 0.1), rgba(230, 241, 232));
  /*background-color: rgba(230, 241, 232, 0.7);*/
  text-align: left;
  letter-spacing: 0.1em;
  margin: 0;
}
p {
  padding: 0 25px;
}
/*トップ*/
.section-price__top-img {
  background-image: url("../assets/materials-assets/price-top-img.jpg");
  background-color: gray;
  background-position: 78% 10%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  margin-bottom: 30px;
  opacity: 0.8;
}
.section-top__title {
  width: 145px;
  position: absolute;
  top: 20%;
  left: 10%;
  filter: drop-shadow(0 0 0.6rem #333);
}
@media(min-width:480px) {
  .section-price__top-img {
    height: 65vh;
    margin-bottom: 50px;
  }
  .section-top__title {
    width: 200px;
  }
}
/*説明*/
.text-wrapper {
  text-align: center;
}
.price {
  margin-top: 50px;
}
.fee {
  padding: 1.5em 0.5em;
  margin: 3em 25px;
  box-shadow: 0px 0px 0px 5px #f5f2cc;
  border: dashed 2px white;
  position: relative;
}
.fee p {
  margin: 0;
  padding: 0;
}
.fee img {
  position: absolute;
  top: -40px;
  right: 7px;
  width: 100px;
}
.fee-wrapper {
  display: flex;
  text-align: left;
}
.fee-wrapper li {
  list-style: none;
  margin-left: 15px
}
@media(min-width:480px) {
  .fee {
    margin: 3em auto;
  }
}
.recomend h2 {
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin: 50px auto 30px;
  display: flex;
  /*  align-items: center;*/
  justify-content: center;
  line-height: 3.5rem;
}
.recomend h2:before {
  position: absolute;
  margin-left: -280px;
  content: url("../assets/materials-assets/leaf2.png");
}
.recomend h2:after {
  position: absolute;
  margin-right: -280px;
  content: url("../assets/materials-assets/leaf5.png");
}
.maru {
  height: 280px;
  width: 280px;
  border-radius: 50%;
  text-align: center;
  background: #f5f2cc;
  position: relative;
  display: inline-block;
  margin: 15px auto;
}
.maru:after {
  position: absolute;
  top: -4px;
  left: -4px;
  height: 280px;
  width: 280px;
  border-radius: 50%;
  content: '';
  border: 3px solid #b1a17f;
}
.maru:before {
  position: absolute;
  top: -9px;
  left: -9px;
  height: 280px;
  width: 280px;
  border-radius: 50%;
  content: '';
  border: 1px solid #3f382a;
}
.maru div {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 280px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  line-height: 4rem;
}
.maru span {
  font-size: 3rem;
  font-weight: 600;
}
.recomend {
  padding: 40px 0 60px;
}
.recomend ul {
  margin: 0 auto;
  list-style: none;
  max-width: 280px;
}
@media(min-width:480px) {
  .fee {
    max-width: 480px;
  }
}
@media(min-width:960px) {
  .text-wrapper {
    max-width: 960px;
    margin: 0 auto;
  }
  .recomend ul {
    display: flex;
    margin: 30px auto;
    justify-content: space-between;
    max-width: 960px;
  }
}