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

/*notes*/
header {
  padding: 0;
}
.header__main__wrap {
  background: center center / cover url(img/0000.png) no-repeat;
  padding: 180px 4% 90px;
}
h1 {
  background: center center / 708px url(img/h101.png) no-repeat;
  font-size: 4.0rem;
  font-weight: 400;
  margin: 0 auto .5em;
  max-width: 708px;
  padding: 1em;
  text-align: center;
}
.header__main__wrap p {
  font-size: 2.0rem;
  letter-spacing: .2em;
  margin-bottom: 5em;
  text-align: center;
}
.header__main__wrap ul {
  display: flex;
  justify-content: center;
}
.header__main__wrap li {
  border-right: 1px solid #937F41;
  color: #937F41;
  font-family: "游ゴシック体", YuGothic, sans-serif;
  font-size: 2.0rem;
  letter-spacing: .2em;
  line-height: 1.3;
  margin-right: 1.5em;
  padding-right: 1.5em;
}
.header__main__wrap li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.header__main__wrap a:link,
.header__main__wrap a:visited {
  color: #937F41;
}

/*notes*/
.s01__wrap {
  background: center center / cover url(../about/img/0300.png) repeat-y;
  padding: 0 4% 140px;
}
.s01__wrap h3 {
  border: 1px solid #C4C0C0;
  display: table;
  font-size: 3.0rem;
  font-weight: 400;
  letter-spacing: .2em;
  margin: 0 auto 30px;
  padding: 0 1em;
  text-align: center;
}
.acc__wrap {
  font-family: "游ゴシック体", YuGothic, sans-serif;
  margin: auto;
  max-width: 900px;
}
.acc__wrap .question {
  position: relative;
  align-items: center;
  border-top: 1px solid #C4C0C0;
  cursor: pointer;
  display: flex;
  font-size: 2.0rem;
  line-height: 2;
  padding: 1.25em 5em 1.25em 2em;
}
.acc__wrap .question.open {
  border-bottom: 1px solid #C4C0C0;
}
.acc__wrap .question p:nth-of-type(1) {
  align-items: center;
  background: #937F41;
  border-radius: 3em;
  color: #fff;
  display: flex;
  font-size: 3.0rem;
  height: 51px;
  justify-content: center;
  margin-right: .5em;
  width: 51px;
}
.acc__wrap .question p:nth-of-type(2) {
  width: 90%;
}
.acc__wrap .question:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(img/0101.png) no-repeat;
  width: 39px;
  height: 39px;
  top: 1.5em;
  right: 2em;
}
.acc__wrap .question.open:before {
  transform: rotate(180deg);
}
.acc__wrap .question.open:after {
  opacity: 0;
}
.acc__wrap .answer {
  line-height: 2;
  padding: 1em 2em 1em 4em;
}
.acc__wrap .answer p:nth-of-type(2) {
  margin-top: 1em;
}
.acc__wrap .answer p .tel {
  font-family: "游明朝体", "Yu Mincho", serif;
  font-size: 3.0rem;
}
.acc__wrap .answer p a:link,
.acc__wrap .answer p a:visited {
  color: #DB7116;
  text-decoration: underline;
}
.s01__wrap .txt {
  font-size: 2.5rem;
  margin: 3em 0;
  text-align: center;
}
.s01__wrap .btn {
  position: relative;
  border: 1px solid #333;
  display: block;
  margin: 0 auto;
  max-width: 380px;
  padding: .5em 0;
  text-align: center;
}
.s01__wrap .btn:before {
  position: absolute;
  content: '';
  top: 50%;
  left: -3em;
  background: #333;
  height: 1px;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 78px;
}

@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% 40px;
}
h1 {
  background: center center / 100% url(img/h101.png) no-repeat;
  font-size: 2.4rem;
}
.header__main__wrap p {
  font-size: 1.8rem;
  margin-bottom: 3em;
}
.header__main__wrap ul {
  display: block;
}
.header__main__wrap li {
  border-right: none;
  font-size: 1.8rem;
  margin-right: 0;
  margin-bottom: 1em;
  padding-right: 0;
  text-align: center;
}

/*notes*/
.s01__wrap {
  padding: 0 4% 70px;
}
.s01__wrap h3 {
  font-size: 2.0rem;
}
.acc__wrap .question {
  font-size: 1.6rem;
  padding: 1.25em 3em 1.25em 0em;
}
.acc__wrap .question p:nth-of-type(1) {
  font-size: 2.0rem;
  height: 40px;
  width: 40px;
}
.acc__wrap .question:before {
  width: 26px;
  height: 26px;
  top: 1.7em;
  right: 0;
}
.acc__wrap .answer {
  padding: 1em 0 1em 0;
}
.acc__wrap .answer p .tel {
  font-size: 2.0rem;
}
.s01__wrap .txt {
  font-size: 1.8rem;
}
.s01__wrap .btn {
  max-width: 280px;
}
.s01__wrap .btn:before {
  left: -2em;
  width: 58px;
}
}