.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%;
}
.s01__wrap h2 {
  color: #805280;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.0rem;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.s01__wrap .txt1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  letter-spacing: .05em;
  margin-bottom:3em;
  text-align: center;
}
.s01__wrap .box__wrap {
  position: relative;
  border: 4px solid #c1a25b;
  margin: 0 auto 20px;
  max-width: 920px;
}
.s01__wrap .box__wrap:nth-child(5) {
  border: 4px solid #428080;
}
.s01__wrap .box__wrap:nth-child(6) {
  border: 4px solid #8d5f7d;
}
.s01__wrap .box__wrap:nth-child(7) {
  border: 4px solid #104e84;
}
.s01__wrap .box__wrap:nth-child(4):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(img/0102.svg) no-repeat;
  width: 100px;
  height: 100px;
  top: -30px;
  left: -60px;
}
.s01__wrap .box__wrap:nth-child(6):before {
  position: absolute;
  content: '';
  background: 100% / 100% url(img/0107.svg) no-repeat;
  width: 100px;
  height: 100px;
  top: -30px;
  left: -60px;
}
.s01__wrap .box__top__wrap {
  align-items: center;
  background: #c1a25b;
  display: flex;
  padding: 0 40px;
}
.s01__wrap .box__wrap:nth-child(5) .box__top__wrap {
  background: #428080;
  color: #fff;
}
.s01__wrap .box__wrap:nth-child(6) .box__top__wrap {
  background: #8d5f7d;
  color: #fff;
}
.s01__wrap .box__wrap:nth-child(7) .box__top__wrap {
  background: #104e84;
  color: #fff;
}
.s01__wrap .box__top__wrap .t1 {
  background: #79692e;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: .5em;
  padding: 0 .75em;
}
.s01__wrap .box__wrap:nth-child(5) .box__top__wrap .t1 {
  background: #214642;
}
.s01__wrap .box__wrap:nth-child(6) .box__top__wrap .t1 {
  background: #63303f;
}
.s01__wrap .box__wrap:nth-child(7) .box__top__wrap .t1 {
  background: #203950;
}
.s01__wrap .box__top__wrap h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.8rem;
}
.s01__wrap .box__top__wrap div {
  align-items: center;
  display: flex;
  font-weight: 700;
  margin-left: auto;
}
.s01__wrap .box__top__wrap img {
  margin-right: .5em;
  width: 20px;
}
.s01__wrap .box__mid__wrap {
  padding: 40px;
}
.s01__wrap .box__mid__wrap h4 {
  color: #9a8021;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  line-height: 1.6em;
  margin-bottom: 1em;
}
.s01__wrap .box__mid__wrap div {
  display: flex;
  justify-content: space-between;
}
.s01__wrap .box__mid__wrap img:nth-child(1) {
  width: 50%;
}
.s01__wrap .box__mid__wrap img:nth-child(2) {
  width: 44.04%;
}

.acc__wrap {
  margin: auto;
  max-width: 800px;
  padding-bottom: 1em;
}
.acc__wrap .question {
  position: relative;
  background: #ebeeea;
  cursor: pointer;
  margin-bottom: 1em;
  padding: .5em 0 1em;
}
.acc__wrap .question p {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}
.acc__wrap .question p:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(img/0109.svg) no-repeat;
  width: 18px;
  height: 10px;
  bottom: -.5em;
  left: 0;
  right: 0;
  margin: auto;
}
.acc__wrap .question.open p:before {
  transform: rotate(180deg)
}

.s01__wrap .box__bottom__wrap {
  margin: auto;
  max-width: 720px;
  padding-bottom: 40px;
}
.s01__wrap .box__bottom__wrap table {
  border: 2px solid #545458;
  line-height: 1.3;
  margin: auto;
  max-width: 720px;
  width: 100%;
}
.s01__wrap .box__bottom__wrap table th {
  background: #e4e4e0;
  border: 1px solid #545458;
  padding: .5em;
  width: 33.33%;
}
.s01__wrap .box__bottom__wrap table td {
  border: 1px solid #545458;
  padding: .5em;
  vertical-align: middle;
}
.s01__wrap .box__bottom__wrap table td div {
  align-items: center;
  display: flex;
}
.s01__wrap .box__bottom__wrap table img {
  width: 120px;
}
.s01__wrap .box__bottom__wrap table td:nth-child(3) {
  color: #ba5f7d;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.s01__wrap .box__bottom__wrap table td:nth-child(3) span {
  font-size: 2.8rem;
}
.s01__wrap .box__bottom__wrap .t1 {
  font-size: 1.2rem;
}
.s01__wrap .box__bottom__wrap h2 {
  border-top: 2px solid #805280;
  border-bottom: 2px solid #805280;
  margin-top: 1em;
  padding: .5em;
}
.s01__wrap .box__bottom__wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 680px;
}
.s01__wrap .box__bottom__wrap ul:after {
  content: "";
  width: 32.35%;
}
.s01__wrap .box__bottom__wrap li {
  position: relative;
  background: #b68165;
  border-radius: 2em;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding: .5em;
  text-align: center;
  width: 32.35%;
}
.s01__wrap .box__bottom__wrap li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../list/img/0001.png) no-repeat;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 20px;
}
.s01__wrap .box__bottom__wrap li a:link,
.s01__wrap .box__bottom__wrap li a:visited {
  color: #fff;
}
.s01__wrap .box__bottom__wrap li:nth-child(2) {
  background: #9bb6d1;
}
.s01__wrap .box__bottom__wrap li:nth-child(3) {
  background: #c6b6b3;
}
.s01__wrap .box__bottom__wrap li:nth-child(4) {
  background: #8c8d90;
}
.s01__wrap .box__bottom__wrap li:nth-child(5) {
  background: #80a34f;
}
.s01__wrap .box__bottom__wrap li:nth-child(6) {
  background: #ff7132;
}
.s01__wrap .box__bottom__wrap li:nth-child(7) {
  background: #687867;
}
.s01__wrap .box__bottom__wrap li:nth-child(8) {
  background: #5b3e48;
}

/*notes*/
.s02__wrap {
  background: #fafafa;
  padding: 80px 4%;
}
.s02__wrap h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  margin-bottom: 2em;
  text-align: center;
}
.s02__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 900px;
}
.s02__wrap .box__wrap img {
  width: 48.88%
}
.s02__wrap .box__wrap div {
  width: 44.44%;
}
.s02__wrap .box__wrap div h3 {
  color: #805280;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.s02__wrap .box__wrap div li {
  align-items: center;
  display: flex;
}
.s02__wrap .box__wrap div li p:nth-of-type(1) {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.0rem;
  width: 11em;
}
.s02__wrap .box__wrap div li p:nth-of-type(2) {
  color: #ba5f7d;
  font-size: 1.8rem;
  font-weight: 700;
}
.s02__wrap .box__wrap div li p:nth-of-type(2) span {
  font-size: 2.8rem;
}
.s02__wrap .box__wrap div .txt {
  font-size: 1.2rem;
}

/*notes*/
.s03__wrap {
  padding: 80px 4%;
}
.s03__wrap h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  margin-bottom: 1em;
  text-align: center;
}
.s03__wrap .txt1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  margin-bottom: 2em;
  text-align: center;
}
.s03__wrap .box__wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}
.s03__wrap .box__wrap img {
  width: 42%;
}
.s03__wrap .box__wrap div {
  width: 54%;
}
.s03__wrap .box__wrap div h3 {
  color: #805280;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.8rem;
  margin-bottom: .5em;
}
.s03__wrap .box__wrap div ul {
  margin-top: 2em;
}
.s03__wrap .box__wrap div li {
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 2em;
  padding-left: 60px;
}
.s03__wrap .box__wrap div li:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(img/0304.png) no-repeat;
  width: 50px;
  height: 50px;
  top: -10px;
  left: 0;
}
.s03__wrap .box__wrap div span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.s03__wrap .txt2 {
  align-items: center;
  display: flex;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  max-width: 1000px;
  margin: 2em auto;
  text-align: center;
}
.s03__wrap .txt2:before,
.s03__wrap .txt2:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #545458;
}
.s03__wrap .txt2:before {
  margin-right: 1em;
}
.s03__wrap .txt2:after {
  margin-left: 1em;
}
.s03__wrap .txt3 {
  font-weight: 700;
  margin: 1em 0;
}
.s03__wrap .box__wrap .tel {
  margin: 1em 0;
  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 2%;
}
.s01__wrap h2 {
  font-size: 2.0rem;
}
.s01__wrap .txt1 {
  font-size: 1.6rem;
  line-height: 1.5;
}
.s01__wrap .box__wrap:nth-child(4):before {
  width: 80px;
  height: 80px;
  top: -20px;
  left: -10px;
}
.s01__wrap .box__wrap:nth-child(6):before {
  width: 80px;
  height: 80px;
  top: -20px;
  left: -10px;
}
.s01__wrap .box__top__wrap {
  display: block;
  padding: 10px;
}
.s01__wrap .box__top__wrap .t1 {
  font-size: 1.5rem;
  margin: 0;
  text-align: center;
}
.s01__wrap .box__top__wrap h3 {
  font-size: 2.0rem;
  text-align: center
}
.s01__wrap .box__top__wrap div {
  justify-content: center;
}
.s01__wrap .box__mid__wrap {
  padding: 15px;
}
.s01__wrap .box__mid__wrap h4 {
  font-size: 1.8rem;
}
.s01__wrap .box__mid__wrap div {
  display: block;
}
.s01__wrap .box__mid__wrap img:nth-child(1) {
  width: 100%;
}
.s01__wrap .box__mid__wrap img:nth-child(2) {
  margin-top: 1em;
  width: 100%;
}

.acc__wrap {
  margin: 0 2%;
}
.acc__wrap .question p {
  font-size: 1.6rem;
}
.acc__wrap .question p:before {
  width: 9px;
  height: 5px;
}

.s01__wrap .box__bottom__wrap {
  padding-bottom: 20px;
}
.s01__wrap .box__bottom__wrap table {
  font-size: 1.3rem;
}
.s01__wrap .box__bottom__wrap table td {
  padding: .25em;
}
.s01__wrap .box__bottom__wrap table td div {
  display: block;
  text-align: center;
}
.s01__wrap .box__bottom__wrap table img {
  width: 80px;
}
.s01__wrap .box__bottom__wrap table td:nth-child(3) {
  font-size: 1.3rem;
}
.s01__wrap .box__bottom__wrap table td:nth-child(3) span {
  font-size: 1.8rem;
}
.s01__wrap .box__bottom__wrap .t1 {
  font-size: 1.0rem;
}
.s01__wrap .box__bottom__wrap h2 {
  margin: 1em 2%;
}
.s01__wrap .box__bottom__wrap ul {
  margin: 0 2%;
}
.s01__wrap .box__bottom__wrap li {
  font-size: 1.0rem;
}
.s01__wrap .box__bottom__wrap li:before {
  display: none;
}

/*notes*/
.s02__wrap {
  padding: 40px 4%;
}
.s02__wrap h2 {
  font-size: 2.0rem;
}
.s02__wrap .box__wrap {
  display: block;
}
.s02__wrap .box__wrap img {
  width: 100%;
}
.s02__wrap .box__wrap div {
  margin-top: 1em;
  width: 100%;
}
.s02__wrap .box__wrap div h3 {
  font-size: 2.0rem;
  text-align: center
}
.s02__wrap .box__wrap div li p:nth-of-type(1) {
  font-size: 1.6rem;
}
.s02__wrap .box__wrap div li p:nth-of-type(2) {
  font-size: 1.5rem;
}
.s02__wrap .box__wrap div li p:nth-of-type(2) span {
  font-size: 2.4rem;
}
.s02__wrap .box__wrap div .txt {
  font-size: 1.0rem;
}

/*notes*/
.s03__wrap {
  padding: 40px 4%;
}
.s03__wrap h2 {
  font-size: 2.0rem;
}
.s03__wrap .txt1 {
  font-size: 1.8rem;
}
.s03__wrap .box__wrap {
  display: block;
}
.s03__wrap .box__wrap img {
  width: 100%;
}
.s03__wrap .box__wrap div {
  margin-top: 1em;
  width: 100%;
}
.s03__wrap .box__wrap div h3 {
  font-size: 2.2rem;
}
.s03__wrap .box__wrap div li {
  font-size: 1.5rem;
  padding-left: 40px;
}
.s03__wrap .box__wrap div li:before {
  width: 30px;
  height: 30px;
  top: -2px;
}
.s03__wrap .box__wrap div span {
  font-size: 1.0rem;
}
.s03__wrap .txt2 {
  font-size: 2.0rem;
}
}