.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*/
.s00__wrap {
  padding: 80px 4%;
}
.s00__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 860px;
}
.s00__wrap ul:after {
  content: "";
  width: 30.23%;
}
.s00__wrap li {
  position: relative;
  background: #b68165;
  border-radius: 2em;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: .5em;
  text-align: center;
  width: 30.23%;
}
.s00__wrap li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(img/0001.png) no-repeat;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 20px;
}
.s00__wrap li a:link,
.s00__wrap li a:visited {
  color: #fff;
}
.s00__wrap li:nth-child(2) {
  background: #9bb6d1;
}
.s00__wrap li:nth-child(3) {
  background: #c6b6b3;
}
.s00__wrap li:nth-child(4) {
  background: #8c8d90;
}
.s00__wrap li:nth-child(5) {
  background: #80a34f;
}
.s00__wrap li:nth-child(6) {
  background: #ff7132;
}
.s00__wrap li:nth-child(7) {
  background: #687867;
}
.s00__wrap li:nth-child(8) {
  background: #5b3e48;
}

/*notes*/
.s01__wrap {
  padding: 40px 4%;
}
.s01 {
  margin: auto;
  max-width: 1000px;
}
.s01 h2 {
  background: #b68165;
  border-radius: 2em;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.2rem;
  letter-spacing: .05em;
  line-height: 1.6;
  margin-bottom: 1em;
  text-align: center;
}
.s01 h3 {
  border-bottom: 1px solid #b68165;
  color: #b68165;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  margin-bottom: .5em;
  text-align: center;
}
.s01 .box1,
.s01 .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s01 .box2:after {
  content: "";
  width: 22%;
}
.s01 .box1 li,
.s01 .box2 li {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
  width: 30%;
}
.s01 .box2 li {
  margin-bottom: 40px;
  width: 22%;
}
.s01 .box1 li img,
.s01 .box2 li img {
  margin-bottom: .5em;
}
.s01 .box3 {
  background: #ebeeea;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 1em;
}
.s01 .tel {
  display: block;
  margin: 2em auto;
  max-width: 348px;
}
.s01 .txt1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
}
.s01 .txt2 {
  font-size: 1.2rem;
}

.s01__wrap:nth-child(4) .s01 h2 {
  background: #9bb6d1;
}
.s01__wrap:nth-child(5) .s01 h2 {
  background: #c6b6b3;
}
.s01__wrap:nth-child(6) .s01 h2 {
  background: #8c8d90;
}
.s01__wrap:nth-child(7) .s01 h2 {
  background: #80a34f;
}
.s01__wrap:nth-child(8) .s01 h2 {
  background: #ff7132;
}
.s01__wrap:nth-child(9) .s01 h2 {
  background: #687867;
}
.s01__wrap:nth-child(10) .s01 h2 {
  background: #5b3e48;
}

.s01__wrap:nth-child(10) {
  padding-bottom: 80px;
}

@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*/
.s00__wrap {
  padding: 40px 4%;
}
.s00__wrap ul:after {
  width: 48%;
}
.s00__wrap li {
  font-size: 1.2rem;
  margin-bottom: 10px;
  width: 48%;
}
.s00__wrap li:before {
  width: 10px;
  height: 10px;
  top: 12px;
  right: 12px;
}

/*notes*/
.s01__wrap {
  padding: 20px 4%;
}
.s01 h2 {
  font-size: 2.0rem;
}
.s01 h3 {
  font-size: 1.8rem;
}
.s01 .box2:after {
  width: 24%;
}
.s01 .box1 li,
.s01 .box2 li {
  font-size: 1.0rem;
  width: 33%;
}
.s01 .box2 li {
  margin-bottom: 20px;
  width: 24%;
}
.s01 .box3 {
  font-size: 1.0rem;
  margin-bottom: 20px;
}
.s01 .tel {
  max-width: 80%;
}
.s01 .txt1 {
  font-size: 1.4rem;
}
.s01 .txt2 {
  font-size: 1.0rem;
}

.s01__wrap:nth-child(10) {
  padding-bottom: 40px;
}
}