.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 425px) {
  .sp {
    display: block;
  }
}
.section-common {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .section-common {
    padding: 40px 0;
  }
}
@media screen and (max-width: 425px) {
  .section-common {
    padding: 30px 0;
  }
}
.section-price {
  padding: 60px 0;
}
.section-price .columns-5-item {
  margin-bottom: 40px;
}
.section-price .columns-5-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .section-price {
    padding: 40px 0;
  }
}
@media screen and (max-width: 425px) {
  .section-price {
    padding: 30px 0;
  }
}
.pricetable .pricetable-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: solid 1px #eee;
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .pricetable .pricetable-dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.pricetable .pricetable-dl dt {
  width: 45%;
  display: block;
  font-size: 18px;
  padding: 15px 40px;
  background: #a69472;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .pricetable .pricetable-dl dt {
    width: 100%;
    padding: 10px 20px;
  }
}
.pricetable .pricetable-dl dd {
  width: 55%;
  display: block;
  font-size: 18px;
  padding: 15px 40px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pricetable .pricetable-dl dd {
    width: 100%;
    padding: 10px 20px;
  }
}
.pricetable .pricetable-dl dd .pricetable-tax {
  font-size: 1.2rem;
  margin-left: 5px;
}
.pricetable .pricetable-mini {
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .pricetable .pricetable-mini {
    font-size: 1.1rem;
  }
}
.pricetable .pricetable-micro {
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .pricetable .pricetable-micro {
    font-size: 1.1rem;
  }
}
.pricetable .pricetable-note {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
}

.hikaku {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.hikaku img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .hikaku img {
    width: 100%;
    margin-bottom: 0;
  }
}

.box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .box3 {
    margin-bottom: 0px;
  }
}
.box3 .box3_child {
  width: 30%;
  list-style: none;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .box3 .box3_child {
    width: 100%;
  }
}
.box3 .box3_child .box3p {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .box3 .box3_child .box3p {
    width: 90%;
    margin: 0 auto;
  }
}
.box3 .box3_child .box_title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  text-align: center;
  margin: 20px auto;
  line-height: 1.6;
  letter-spacing: 0.01rem;
  font-weight: bold;
  color: #be7248;
}
.box3 .box3_child .box_tex {
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  color: #333;
  line-height: 1.8;
  font-weight: 300;
}