/* base setting */
body {
  color: #682d1e;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(0.0426666667 * 100vw), 25.6px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #fff;
  font-feature-settings: "palt";
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: min(calc(0.1066666667 * 100vw), 64px);
  line-height: 1.125;
  letter-spacing: 0.06em;
  color: #db3930;
  font-weight: bold;
  text-align: center;
  margin-top: min(calc(0.0106666667 * 100vw), 6.4px);
}
h1 .min {
  font-size: min(calc(0.0746666667 * 100vw), 44.8px);
}

h2 {
  position: relative;
  color: #db3930;
  font-weight: bold;
  font-size: min(calc(0.1066666667 * 100vw), 64px);
  line-height: 1;
  display: inline-block;
}
h2::before {
  content: "";
  position: absolute;
  background: url(/assets/images/img_bg_13.png);
  background-size: min(calc(0.1386666667 * 100vw), 83.2px) min(calc(0.2053333333 * 100vw), 123.2px);
  width: min(calc(0.1386666667 * 100vw), 83.2px);
  height: min(calc(0.2053333333 * 100vw), 123.2px);
  display: block;
  left: max(calc(-0.1066666667 * 100vw), -64px);
  bottom: max(calc(-0.0426666667 * 100vw), -25.6px);
}
h2::after {
  content: "";
  position: absolute;
  background: url(/assets/images/img_bg_13.png);
  background-size: min(calc(0.1386666667 * 100vw), 83.2px) min(calc(0.2053333333 * 100vw), 123.2px);
  width: min(calc(0.1386666667 * 100vw), 83.2px);
  height: min(calc(0.2053333333 * 100vw), 123.2px);
  display: block;
  right: max(calc(-0.096 * 100vw), -57.6px);
  bottom: max(calc(-0.0426666667 * 100vw), -25.6px);
  transform: scaleX(-1);
}
h2 .min {
  font-size: min(calc(0.0746666667 * 100vw), 44.8px);
}

h3 {
  margin-top: min(calc(0.0213333333 * 100vw), 12.8px);
  font-size: min(calc(0.0746666667 * 100vw), 44.8px);
  line-height: 1.125;
  letter-spacing: 0.06em;
  color: #db3930;
  font-weight: bold;
  display: inline-block;
  border-bottom: min(calc(0.0053333333 * 100vw), 3.2px) dotted #f9e5d6;
  padding-bottom: min(calc(0.016 * 100vw), 9.6px);
}

#wrap {
  overflow-x: clip;
  width: 100%;
}

#contents {
  width: 100%;
  background-color: #fcf7e9;
}

.l-container {
  width: min(100%, 600px);
  min-height: 100vh;
  margin-inline: auto;
  background: #fcf7e9;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

.inner-wrap {
  padding: 0 min(calc(0.04 * 100vw), 24px);
  text-align: center;
  width: 100%;
}

.img-wrap {
  text-align: center;
}

.accordion summary {
  font-size: min(calc(0.0533333333 * 100vw), 32px);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  list-style: none;
  cursor: pointer;
  position: relative;
  display: block;
  padding: min(calc(0.0533333333 * 100vw), 32px);
  background-color: #edd0b2;
  text-align: center;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion .icon {
  position: absolute;
  right: min(calc(0.0426666667 * 100vw), 25.6px);
  top: 50%;
  width: min(calc(0.0853333333 * 100vw), 51.2px);
  height: min(calc(0.0853333333 * 100vw), 51.2px);
  border-radius: 50%;
  background-color: #fff;
  transform: translateY(-50%);
}
.accordion .icon::before, .accordion .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #682d1e;
  transform: translate(-50%, -50%);
}
.accordion .icon::before {
  width: min(calc(0.04 * 100vw), 24px);
  height: min(calc(0.0053333333 * 100vw), 3.2px);
}
.accordion .icon::after {
  width: min(calc(0.0053333333 * 100vw), 3.2px);
  height: min(calc(0.04 * 100vw), 24px);
  transition: opacity all 0.3s ease;
}
.accordion[open] .icon::after {
  opacity: 0;
}/*# sourceMappingURL=common.css.map */