.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*notes*/
header .header__main {
  align-items: center;
  background: center center / cover url(../assets/img/0006.png) repeat;
  display: flex;
  height: 240px;
  justify-content: center;
  margin: auto;
  max-width: 1300px;
}
header .header__main h1 {
  color: #ff6e80;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  margin: 0;
  padding: 0;
}

/*notes*/
.s01__wrap {
  padding: 80px 4% 0;
}
.s01 {
  margin: auto;
  max-width: 1000px;
}
.s01 h2,
.s02 h2 {
  border-top: 2px solid #805280;
  border-bottom: 2px solid #805280;
  color: #805280;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.6rem;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 2em;
  padding: .75em;
  text-align: center;
}
.s01 .box__wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 720px;
}
.s01 .box__wrap .ito {
  width: 240px;
}
.s01 .box__wrap div {
  width: 440px;
}
.s01 .box__wrap div img {
  display: block;
  margin-top: 3em;
  margin-left: auto;
  width: 343px;
}

/*notes*/
.s02__wrap {
  padding: 80px 4%;
}
.s02 {
  margin: auto;
  max-width: 1000px;
}
.s02 .box__wrap {
  margin: auto;
  max-width: 720px;
}
.s02 dl {
  max-width: 720px;
  width: 100%;
}
.s02 dl div {
  border-bottom: 1px solid #805280;
  display: flex;
  padding: 1em 4em;
}
.s02 dl div:last-child {
  border-bottom: none;
  margin-bottom: 3em;
}
.s02 dt {
  font-weight: 700;
  max-width: 10em;
  width: 100%;
}

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.4rem;
}

/*notes*/
header .header__main {
  height: 180px;
}
header .header__main h1 {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

/*notes*/
.s01__wrap {
  padding: 40px 4% 0;
}
.s01 h2,
.s02 h2 {
  font-size: 2.0rem;
}
.s01 .box__wrap {
  display: block;
}
.s01 .box__wrap .ito {
  display: block;
  margin: 0 auto 1em;
  width: 50%;
}
.s01 .box__wrap div {
  width: 100%;
}
.s01 .box__wrap div img {
  width: 80%;
}

/*notes*/
.s02__wrap {
  padding: 40px 4%;
}
.s02 dl div {
  padding: 1em 0;
}
.s02 dt {
  max-width: 7em;
}
.s02 iframe {
  height: 300px;
}
}