.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
body {
  letter-spacing: .1em;
}

/*notes*/
.header__main__wrap {
  background: center center / cover url(../assets/img/0000.png) no-repeat;
  padding: 180px 4% 0;
  text-align: center;
}
.header__main__wrap h1 {
  font-size: 4.0rem;
  font-weight: 400;
  margin-bottom: 3em;
}
.header__main__wrap p {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3em;
}

/*notes*/
.s01__wrap {
  padding: 170px 4%;
}
.s01__wrap h2,
.s02__wrap h2,
.s03__wrap h2 {
  background: center center / 675px url(../assets/img/h202.png) no-repeat;
  font-size: 4.5rem;
  font-weight: 400;
  margin: 0 auto 2em;
  max-width: 675px;
  padding: 1em;
  text-align: center;
}
.s01__wrap .box__wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1460px;
}
.s01__wrap .box__wrap img {
  margin-top: 2em;
  width: 47.94%;
}
.s01__wrap .box__wrap div {
  width: 49.58%;
}
.s01__wrap .box__wrap div h3 {
  font-size: 3.0rem;
  font-weight: 400;
  margin-bottom: 1em;
}

/*notes*/
.s02__wrap {
  padding: 170px 4%;
}
.s02__wrap .txt1 {
  color: #937F41;
  font-family: "游ゴシック体", YuGothic;
  font-size: 2.6rem;
  letter-spacing: .1em;
  margin-bottom: 1em;
  text-align: center;
}
.s02__wrap .txt2 {
  font-size: 2.0rem;
  letter-spacing: .1em;
  margin-bottom: .5em;
  text-align: center;
}
.s02__wrap img {
  display: block;
  margin: auto;
  max-width: 493px;
  margin-bottom: 2em;
  width: 100%;
}
iframe {
  display: block;
  height: 640px;
  margin: 0 auto 80px;
  max-width: 900px;
  width: 100%;
}
.s02__wrap .map {
  position: relative;
  border: 1px solid #333;
  display: block;
  margin: 0 auto;
  max-width: 290px;
  padding: .5em 0;
  text-align: center;
}
.s02__wrap .map:before {
  position: absolute;
  content: '';
  top: 50%;
  left: -3em;
  background: #333;
  height: 1px;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 78px;
}
dl {
  font-size: 2.5rem;
  margin: 4em auto 0;
  max-width: 900px;
}
dl div {
  align-items: center;
  border-top: 1px solid #C4C0C0;
  display: flex;
  padding: 1em 1.5em;
}
dl div:last-child {
  border-bottom: 1px solid #C4C0C0;
}
dt {
  font-size: 3.0rem;
  max-width: 10em;
  width: 100%;
}

/*notes*/
.s03__wrap {
  background: center center / cover url(img/0300.png) repeat-y;
  padding: 170px 4%;
}
.s03__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1130px;
}
.s03__wrap li {
  margin-bottom: 80px;
  width: 44.60%;
}
.s03__wrap h3 {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: .4em;
  margin-top: 1em;
}
.s03__wrap div {
  margin: auto;
  max-width: 1130px;
}

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

/*notes*/
.header__main__wrap {
  padding: 90px 4% 0;
}
.header__main__wrap h1 {
  font-size: 2.8rem;
  margin-bottom: 2em;
}
.header__main__wrap p {
  font-size: 1.6rem;
}

/*notes*/
.s01__wrap {
  padding: 80px 4%;
}
.s01__wrap h2,
.s02__wrap h2,
.s03__wrap h2 {
  background: center center / 100% url(../assets/img/h202.png) no-repeat;
  font-size: 2.5rem;
}
.s01__wrap .box__wrap {
  display: block;
}
.s01__wrap .box__wrap img {
  margin-top: 0;
  width: 100%;
}
.s01__wrap .box__wrap div {
  margin-top: 1em;
  width: 100%;
}
.s01__wrap .box__wrap div h3 {
  font-size: 2.4rem;
}

/*notes*/
.s02__wrap {
  padding: 80px 4%;
}
.s02__wrap .txt1 {
  font-size: 1.6rem;
}
.s02__wrap .txt2 {
  font-size: 1.4rem;
  line-height: 1.5;
}
.s02__wrap img {
  width: 80%;
}
iframe {
  height: 280px;
  margin: 50px 0 40px;
}
.s02__wrap .map {
  margin: 40px auto 0;
  max-width: 260px;
}
.s02__wrap .map:before {
  left: -2em;
  width: 64px;
}
dl {
  font-size: 1.6rem;
}
dl div {
  display: block;
  padding: 1em;
}
dt {
  font-size: 1.8rem;
  max-width: 4em;
}

/*notes*/
.s03__wrap {
  padding: 80px 4%;
}
.s03__wrap ul {
  display: block;
}
.s03__wrap li {
  margin-bottom: 40px;
  width: 100%;
}
.s03__wrap h3 {
  font-size: 1.8rem;
}
}