.header {
  background-image: url(/img/photoservice/header.jpg);
}
/* 各項目のボックスデザイン */
.box-wrapper {
  max-width: 976px;
  width: 100%;

  box-sizing: border-box;
  margin: auto;
  margin-bottom: 100px;
  padding: 30px 30px 45px 30px;
  border-radius: 50px;

  background-color: white;
  color: var(--myFontColor);
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.service-desc {
  text-align: left;
  margin: 0 auto;
}
.samplephoto-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
}
.samplephoto-box {
  width: calc(50% - 30px);
  margin: 30px 15px;
  box-sizing: border-box;

}
.samplephoto-box img {
  width: 100%;
  border-radius: 15px;
}
.samplephoto-box span {
  display: inline-block;
  width: 100%;
  padding: 5px;
  background-color: rgba(255,255,255,0.9);
  font-size: 125%;
  font-weight: bold;
  border-bottom: 3px solid var(--myAccentColor);
  box-sizing: border-box;
  margin-bottom: 10px;
}
.samplephoto-box p {
  font-size: 80%;
  line-height: 1.2;
  text-align: left;
  width: 95%;
  margin: 0 auto;
}
.charge-list {
  margin-bottom: 30px;
}
.charge-list li:before{
  content: '\f00c';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 10px;
}
.charge-h3 {
  font-size: 125%;
}
.charge-price {
  font-size: 125%;
  margin-bottom: 15px;
}
.button {
  padding: 0;
}
.mailform-button {
  width: 50%;
  margin: 0 auto;
  margin-top: 30px;
  font-weight: bold;
}
.mailform-button a {
  display: block;
  padding: 20px;
}

@media(max-width:767px) {
  .header {
    background-image: url(/img/photoservice/header_sp.jpg);
  }
  .box-wrapper {
    border-radius: 0px;
  }
  .samplephoto-wrapper {
    width:100%;
  }
  .samplephoto-box {
    width: 100%;
  }
  .samplephoto-box span {
    font-size: 100%;
  }
  .mailform-button {
    width: 80%;
  }
}
