main {
  background-image: url(../../images/hapr_cp16_4/all-bg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: "Noto Sans JP", sans-serif;
  color: #5C4636;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  main {
    background-image: url(../../images/hapr_cp16_4/all-bg-tab.png);
  }
}
img {
  width: 100%;
  vertical-align: bottom;
}
p {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}
a {
  transition: opacity .25s;
}
a:hover {
  opacity: .8;
}
.black {
  color: #5C4636;
}
.tar {
  font-size: 10px;
  text-align: right;
  color: #5C4636;
}
.plr-20 {
  padding: 0 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.pink {
  font-size: 17px;
  color: #DB5375;
  font-weight: 900;
}
.content {
  max-width: 428px;
  margin: auto;
  background-color: #F9F4F1;
  overflow: hidden;
}
h1 {
  position: relative;
  z-index: 10;
}
.img1-2 {
  border: 10px white solid;
  transform: translateX(10px) rotate(6deg);
  max-width: 96%;
  margin: auto;
  margin-top: -20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px rgba(173, 128, 128, 0.2);
}
.img3-1 {
  border: 10px white solid;
  transform: rotate(6deg);
  max-width: 85%;
  margin: auto;
  margin-top: 30px;
  box-shadow: 0px 5px 10px rgba(173, 128, 128, 0.2);
}
.bg-orange {
  background-color: #F5E7D6;
}
.bg-orange .orange-img1 {
  border: 10px white solid;
  transform: translateX(-13px) rotate(-5deg);
  max-width: 94%;
  margin: auto;
  margin-top: 0px;
  box-shadow: 0px 5px 10px rgba(173, 128, 128, 0.2);
}
.bg-orange .orange-img3 {
  border: 10px white solid;
  transform: translateX(33px) rotate(-5deg);
  max-width: 94%;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  box-shadow: 0px 5px 10px rgba(173, 128, 128, 0.2);
}
.bg-orange .orange-img4 {
  border: 10px white solid;
  transform: translateX(-13px) rotate(5deg);
  max-width: 94%;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 10px;
  box-shadow: 0px 5px 10px rgba(173, 128, 128, 0.2);
}
.bg-cream {
  background-color: #F9F4F1;
}
.bg-white {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 50px;
}
.bg-white .bg-white-item {
  background-color: #F3F2F1;
  border: 1px solid #807365;
  padding-bottom: 30px;
}
.bg-white .bg-white-item .item-title {
  display: flex;
  border-bottom: 1px solid #807365;
}
.bg-white .bg-white-item .item-title .number {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px;
  border-right: 1px solid #807365;
}
.bg-white .bg-white-item .item-title .number span {
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
  color: #5C4636;
}
.bg-white .bg-white-item .item-title h4 {
  padding: 28px 20px;
  padding-right: 0;
  font-size: 20px;
  font-weight: bold;
  color: #DB5375;
}
.bg-white .bg-white-item .bg-white-item-img {
  width: calc(100% + 13px);
  transform: translateX(-21px);
}
footer {
  padding: 30px 20px;
}
footer li {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
footer li a {
  text-decoration: none;
  color: #5C4636;
  font-weight: 600;
}
footer .copyright {
  text-align: center;
  font-size: 9px;
  font-weight: 400;
}
