.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #302f30;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  margin: 0;
}
.wrap {
  margin: auto;
  max-width: 100%;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
  width: 100%;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
a:link,a:visited,a:hover,a:active {
  color: #333;
  text-decoration: none;
}
a img:hover {
  filter: brightness(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media only screen and (max-width: 749px) {
  html {
    font-size: 2.67022696929239vw;
  }
}

/*notes*/
.header__top {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  background: #5c5651;
  width: 100%;
  z-index: 10;
}
.header__top .logo {
  margin-left: 2rem;
  max-width: 24rem;
}
.header__top__box {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: .75rem 10rem .75rem 0;
}
.header__top__box .tel {
  margin-right: 2rem;
  max-width: 25.5rem;
}
.header__top__box .reservation {
  max-width: 18.6rem;
}
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 0;
  top   : 0;
  width : 8rem;
  height: 8rem;
  cursor: pointer;
  text-align: center;
}
.hamburger.active {
  background: #5c5651;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 4.0rem;
  height  : 0.3rem;
  left    : 2rem;
  background: linear-gradient(to right, #a79052, #eee4c0);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 2.0rem;
}
.hamburger span:nth-child(2) {
  top: 3.5rem;
}
.hamburger span:nth-child(3) {
  top: 5.0rem;
}
.hamburger.active span:nth-child(1) {
  top : 3.5rem;
  left: 2rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 3.5rem;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  right : 0;
  background: #fff;
  box-sizing: border-box;
  color: #443000;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 3.2;
  transform: translateX(100%);
  transition: all 0.6s;
  padding: 10rem 1em 6rem;
  text-align: center;
  width: 50rem;
}
.globalMenuSp.active {
  transform: translateX(0%);
}
.globalMenuSp li a:hover {
  text-decoration: underline;
}
.globalMenuSp .tel {
  margin: 3em 0;
  max-width: 40rem;
}
.header__main {
  background: top center / cover url(../img/0000.webp) no-repeat;
  margin-top: 8rem;
}
.header__main div {
  margin: auto;
  max-width: 180rem;
  padding: 9rem 0 4rem;
}
.header__main div h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 6.6rem;
  font-weight: 600;
  letter-spacing: .05em;
}
.header__main div .pct {
  margin-top: -10rem;
}

/*notes*/
#s01 {
  background: #ede9e3;
  padding: 6rem 4%;
}
.s01__box {
  background: top center / contain url(../img/0100.webp) no-repeat;
  padding: 4rem 0 0;
}
.s01__box h2 {
  position: relative;
  color: #5c5651;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  letter-spacing: .075em;
  text-align: center;
}
.s01__box h2:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0101.webp) no-repeat;
  width: 96rem;
  height: 1.1rem;
  bottom: -30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s01__box div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 140rem;
}
.s01__box div iframe {
  height: 28rem;
  transform: scale(0.8);
}
.s01__box div .tel {
  max-width: 59.4rem;
}

/*notes*/
#s02 {
  background: top center / cover url(../img/0200.webp) no-repeat;
  padding: 15rem 4% 20rem;
}
.s02__box {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 172.8rem;
}
.s02__box:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0202.webp) no-repeat;
  width: 34.4rem;
  height: 31rem;
  top: -5%;
  right: 5%;
}
.s02__box img {
  max-width: 57.6rem;
}
.s02__item {
  max-width: 105.6rem;
}
.s02__item h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  margin-bottom: 2em;
}
.s02__item-box1 p:nth-child(1) {
  color: #5c5651;
  font-size: 2.0rem;
}
.s02__item-box1 p:nth-child(2) {
  color: #5c5651;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  letter-spacing: .05em;
  line-height: 1.4;
  margin-bottom: 1.25em;
}
.s02__item-box1 p:nth-child(2) span {
  font-size: 4.4rem;
  font-weight: 700;
}
.s02__item-box2 {
  display: flex;
  margin-top: 5em;
}
.s02__item-box2 p {
  border-left: .2rem solid #fff;
  font-size: 1.6rem;
  padding: 0 3em 0 2em;
}
.s02__item-box2 p span {
  display: block;
  font-weight: 700;
}

/*notes*/
#s03 {
  background: top center / cover url(../img/0300.webp) no-repeat;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .075em;
  padding: 8rem 4%;
  text-align: center;
}
.s03__box h2 {
  color: #decdb5;
  font-size: 4.4rem;
  font-weight: 500;
  margin-bottom: .5em;
}
.s03__box p {
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 2em;
}
.s03__box a {
  display: block;
  filter: drop-shadow(.14rem .14rem .14rem rgba(63,58,50,.75));
  margin: auto;
  max-width: 64rem;
}
.s03__box.p2 h2 {
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 1.5em;
}

/*notes*/
#s04 {
  position: relative;
  background: top center / cover url(../img/0400.webp) no-repeat;
  padding: 10rem 4%;
  text-align: center;
}
#s04:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7rem;
  border: 7rem solid transparent;
  border-top: 5rem solid #808080;
}
.s04__box h2 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: .075em;
  margin-bottom: 1.25em;
}
.s04__item {
  display: flex;
  justify-content: space-between;
}
.s04__item div {
  display: flex;
  align-items: center;
  justify-content: center;
  border: .1rem solid #fff;
  border-radius: 13.15rem;
  color: #fff;
  height: 26.3rem;
  max-width: 26.3rem;
  width: 100%;
}

/*notes*/
#s05 {
  background: top center / cover url(../img/0500.webp) no-repeat;
  padding: 8rem 0;
  z-index: -1;
}
.s05__title {
  margin: auto;
  max-width: 124.8rem;
  text-align: center;
}
.s05__title p:nth-child(1) {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  margin-bottom: 3em;
}
.s05__title img {
  max-width: 49.4rem;
}
.s05__title p:nth-child(3) {
  background: linear-gradient(to right, #ebe7e1, #fff 50%, #ebe7e1 100%);
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 700;
  margin-top: .5em;
}
.s05__item {
  margin-top: 8rem;
}
.s05__item-box {
  position: relative;
  display: flex;
  align-items: center;
}
.s05__item-box:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0510.webp) no-repeat;
  width: 18.2rem;
  height: 18.2rem;
  bottom: 5%;
  right: 5%;
}
.s05__item-box:nth-child(even) {
  flex-direction: row-reverse;
}
.s05__item-box:nth-child(even):before {
  left: 5%;
}
.s05__item-box img {
  max-width: 79.8rem;
}
.s05__item-box div {
  margin-left: 7rem;
}
.s05__item-box:nth-child(even) div {
  margin-right: 7rem;
}
.s05__item-box div img {
  max-width: 8.5rem;
}
.s05__item-box div h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin: .5em 0;
}
.s05__item-box div p {
  font-weight: 400;
  letter-spacing: .025em;
  max-width: 72rem;
}

/*notes*/
#s06 {
  background: linear-gradient(to right, #bbab97, #ede9e3 50%, #bbab97 100%);
  padding: 8rem 4%;
  text-align: center;
}
#s06 h2,
#s07 h2,
#s08 h2 {
  position: relative;
  color: #5c5651;
  font-family: "Noto Serif JP", serif;
  font-size: 4.4rem;
  font-weight: 600;
  letter-spacing: .075em;
  line-height: 1.4;
  margin-bottom: 3em;
  text-align: center;
}
#s06 h2:before,
#s07 h2:before,
#s08 h2:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0601.webp) no-repeat;
  width: 23rem;
  height: 3.2rem;
  bottom: -120%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#s06 img {
  margin: auto;
  max-width: 115.2rem;
}
.s06__box {
  background: top center / contain url(../img/0603.webp) no-repeat;
  margin-top: 8rem;
  max-width: 172.8rem;
  padding: 5rem 0;
}
.s06__box h3 {
  color: #5c5651;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  letter-spacing: .075em;
}
.s06__item {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 144.8rem;
}
.s06__item div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, #ede9e3 45%, transparent 70%);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.6;
  height: 26rem;
  max-width: 26rem;
  width: 100%;
}

/*notes*/
#s07 {
  background: top center / cover url(../img/0700.webp) no-repeat;
  padding: 10rem 4%;
}
#s07 h2 span {
  font-size: 6.6rem;
}
#s07 h2:before {
  bottom: -40%;
}
.s07__item {
  margin: auto;
  max-width: 153.6rem;
}
.s07__item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s07__item-box:nth-child(even) {
  flex-direction: row-reverse;
}
.s07__item-box img {
  max-width: 76.8rem;
}
.s07__item-box div img {
  max-width: 11.7rem;
}
.s07__item-box div h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.6;
  margin: .5em 0;
}
.s07__item-box div p {
  font-weight: 400;
  letter-spacing: .025em;
  max-width: 67rem;
}

/*notes*/
#s08 {
  padding: 10rem 0;
}
#s08 h2 {
  margin-bottom: 2em;
}
.s08__h3 {
  text-align: center;
}
.s08__h3 h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  letter-spacing: .075em;
  margin-bottom: 1em;
}
.s08__h3 p {
  letter-spacing: .025em;
  margin: 0 auto 3em;
  max-width: 115.2rem;
}
.s08__box {
  border: .2rem solid #c9bfb0;
  border-radius: 2rem;
  box-sizing: border-box;
  margin: 0 auto 6rem;
  max-width: 115.2rem;
  padding: 3rem 6rem;
}
.s08__box:last-child {
  margin: auto;
}
.s08__box h4 {
  color: #5c5651;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: .75em;
  text-align: center;
}
.s08__box dl {
  margin-top: 1em;
}
.s08__box dl div {
  display: flex;
  font-weight: 400;
  border-bottom: .2rem solid #cccccc;
  padding: .75em 0;
}
.s08__box dl div:last-child {
  border-bottom: none;
}
.s08__box dt {
  max-width: 14em;
  width: 100%;
}

/*notes*/
#s09 {
  background: linear-gradient(to right, #efe8df 50%, #efefef 100%);
  padding: 10rem 4%;
}
.s09__title,
.s10__title {
  margin: 0 auto 3em;
  max-width: 124.8rem;
  text-align: center;
}
.s09__title h2,
.s10__title h2 {
  margin: auto;
  max-width: 24.6rem;
}
.s09__title p,
.s10__title p {
  background: linear-gradient(to right, #ebe7e1, #fff 50%, #ebe7e1 100%);
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 700;
  margin-top: .5em;
}
.s09__h3 {
  margin: 0 auto 3em;
  max-width: 115.2rem;
  text-align: center;
}
.s09__h3 h3 {
  color: #5c5651;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  letter-spacing: .075em;
  margin-bottom: 1em;
}
.s09__h3 p {
  font-weight: 400;
}
.s09__item {
  margin: auto;
  max-width: 124.8rem;
}
.s09__item-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.5);
  border: .1rem solid #5c5651;
  border-radius: 1rem;
  margin-bottom: 8rem;
  padding: 1rem 6rem 1rem 1rem;
}
.s09__item-box:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0907.webp) no-repeat;
  width: 14rem;
  height: 4rem;
  bottom: -30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s09__item-box:last-child:before {
  display: none;
}
.s09__item-box:last-child {
  margin-bottom: 0;
}
.s09__item-box img {
  max-width: 60rem;
}
.s09__item-box div {
  max-width: 54rem;
}
.s09__item-box div h4 {
  color: #5c5651;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: .25em;
}
.s09__item-box div p {
  font-weight: 400;
}

/*notes*/
#s10 {
  background: linear-gradient(to right, #bbab97, #ede9e3 50%, #bbab97 100%);
  padding: 10rem 4%;
}
.s10__title h2 {
  max-width: 23rem;
}
.s10__title p {
  background: linear-gradient(to right, #bbab9700, #fff 50%, #bbab9700 100%);
}
#s10 h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  line-height: 1;
  margin-bottom: 2em;
  text-align: center;
}
#s10 h4 span {
  color: #c1272d;
  font-size: 7.2rem;
}
#s10 table {
  background: #fff;
  border: .2rem solid #c9bfb0;
  border-radius: 1.5rem;
  color: #5b5147;
  margin: 0 auto 6rem;
  max-width: 108.8rem;
  overflow: hidden;
  width: 100%;
}
#s10 table tr:nth-child(1) {
  background: #c9bfb0;
}
#s10 table tr th {
  border: .2rem solid #fff;
  font-size: 2.2rem;
  padding: .25em;
}
#s10 table tr th:nth-child(2) {
  font-size: 2.8rem;
}
#s10 table tr td {
  border: .2rem solid #c9bfb0;
  font-size: 2.2rem;
  padding: .5em;
  text-align: center;
}
#s10 table tr td:nth-child(2) {
  font-size: 2.4rem;
}
#s10 table tr:last-child td:nth-child(2) {
  color: #c1272d;
}
.s10__item {
  margin-bottom: 8rem;
  text-align: center;
}
.s10__item h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: .075em;
  margin-bottom: 2em;
}
.s10__item-box {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 67.2rem;
}
.s10__item-box div {
  max-width: 20rem;
}
.s10__item-box div p {
  margin-top: .5em;
}
.s10__box {
  background: linear-gradient(to right, #bbab9700, #fff 50%, #bbab9700 100%);
  margin: auto;
  max-width: 124.8rem;
  padding: 5rem 0;
  text-align: center;
}
.s10__box h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  letter-spacing: .075em;
  margin-bottom: .5em;
}
.s10__box p {
  font-weight: 400;
  letter-spacing: .025em;
}

/*notes*/
#s11 {
  padding: 10rem 4%;
}
#s11 h2 {
  color: #5b5147;
  font-family: "Shippori Mincho", serif;
  font-size: 4.0rem;
  margin-bottom: 1.5em;
  text-align: center;
}
.s11__faq {
  margin: auto;
  max-width: 115.2rem;
}
.s11__faq-que {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #988b7e, #f1e1c7 18%, #e9d9c0 43%, #d7c6b0 75%, #b3a491);
  cursor: pointer;
  filter: drop-shadow(0 0 .5rem rgba(0,0,0,0.1));
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 3rem;
  padding: .5em 1.5em;
}
.s11__faq-que p:nth-of-type(1) {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  margin-right: .5em;
}
.s11__faq-que p:nth-of-type(2) {
  width: 90%;
}
.s11__faq-que:before {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  background: #fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  height: .3rem;
  width: 3rem;
}
.s11__faq-que:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  background: #fff;
  transition: all .1s ease-in-out;
  height: .3rem;
  width: 3rem;
}
.s11__faq-que.open:before {
  background: #fff;
  transform: rotate(180deg);
}
.s11__faq-que.open:after {
  opacity: 0;
}
.s11__faq-ans {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border: .2rem solid #c9bfb0;
  cursor: pointer;
  filter: drop-shadow(0 0 .5rem rgba(0,0,0,0.1));
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  padding: 2em 1.5em;
}
.s11__faq-ans p:nth-of-type(1) {
  color: #b79646;
  font-size: 3.6rem;
  font-weight: 500;
  margin-right: 1em;
  margin-top: -.4em;
}

/*notes*/
#s12 {
  padding: 8rem 4%;
  text-align: center;
}
#s12 img {
  margin: 0 auto 4em;
  max-width: 34.4rem;
}
#s12 p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  letter-spacing: .075em;
}

/*notes*/
#s13 {
  background: #ede9e3;
  font-weight: 400;
  padding: 8rem 4% 10rem;
  text-align: center;
}
.s13__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 8rem;
  max-width: 153.6rem;
}
.s13__item .s13__item-box {
  letter-spacing: .025em;
  max-width: 67.2rem;
}
.s13__item .s13__item-box h2 {
  color: #5b5147;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
.s13__item .s13__item-box p:nth-child(2) {
  margin-bottom: 1em;
}
.s13__item .s13__item-box p:nth-child(5) {
  color: #c1272d;
  font-weight: 500;
  margin: .5em 0 2em;
}
.s13__item .s13__item-box ul {
  display: flex;
  align-items: center;
}
.s13__item .s13__item-box ul li {
  position: relative;
  margin-right: 2em;
  padding-left: 8rem;
}
.s13__item .s13__item-box ul li:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/1302.webp) no-repeat;
  width: 6.8rem;
  height: 6.8rem;
  top: -45%;
  left: 0;
}
.s13__item iframe {
  height: 50rem;
  max-width: 76.8rem;
}
.s13__box {
  position: relative;
  background: top center / contain url(../img/0100.webp) no-repeat;
  padding: 4rem 0;
}
.s13__box:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/1304.webp) no-repeat;
  width: 21.5rem;
  height: 21.5rem;
  top: -12%;
  right: 6%;
}
.s13__box h2 {
  position: relative;
  color: #5c5651;
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  letter-spacing: .075em;
  margin-bottom: 1em;
  text-align: center;
}
.s13__box h2:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0101.webp) no-repeat;
  width: 96rem;
  height: 1.1rem;
  bottom: -30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s13__box .s13__box-box {
  display: flex;
  justify-content: space-between;
  margin: 1em auto 0;
  max-width: 153.6rem;
}
.s13__box .s13__box-box div {
  background: #ede9e3;
  border-radius: 1.5rem;
  max-width: 67.2rem;
  padding: 1.5rem 0;
  text-align: center;
  width: 100%;
}
.s13__box .s13__box-box div:nth-child(2) {
  max-width: 76.8rem;
}
.s13__box .s13__box-box div p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
}
.s13__box .s13__box-box div p span {
  color: #c1272d;
}
.s13__box .s13__box-box div .tel {
  max-width: 55.1rem;
}
.s13__box .s13__box-box div a {
  display: block;
  margin: auto;
  max-width: 64rem;
}

/*notes*/
footer {
  background: #5c5651;
  padding: 3rem 0;
  text-align: center;
}
footer small {
  display: block;
  margin: auto;
  max-width: 25.6rem;
}















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

/*notes*/
.header__top {
  padding: 1.25rem 0;
}
.header__top .logo {
  margin-left: 1rem;
  max-width: 18.8rem;
}
.hamburger {
  width : 6rem;
  height: 6rem;
}
.hamburger span {
  width   : 2.6rem;
  height  : 0.2rem;
  left    : 1.8rem;
}
.hamburger span:nth-child(1) {
  top: 1.7rem;
}
.hamburger span:nth-child(2) {
  top: 2.7rem;
}
.hamburger span:nth-child(3) {
  top: 3.7rem;
}
.hamburger.active span:nth-child(1) {
  top : 2.7rem;
  left: 1.8rem;
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 2.7rem;
}
.globalMenuSp {
  position: fixed;
  inset: 0;
  overflow-y: auto;
  line-height: 1.4;
  padding: 6rem 1em 4rem;
  width: 100%;
}
.globalMenuSp li {
  margin-bottom: 1.4em;
}
.globalMenuSp .tel {
  margin: 1.5em 0;
  max-width: 29.5rem;
}
.header__main {
  background: top center / cover url(../img/0000_sp.webp) no-repeat;
  margin-top: 6rem;
}
.header__main div {
  padding: 2rem 0 2rem 2rem;
}
.header__main div h1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.header__main div .pct {
  margin-top: 1rem;
}

/*notes*/
#s01 {
  padding: 2rem 0;
}
.s01__box {
  background: top center / contain url(../img/0100_sp.webp) no-repeat;
  padding: 2rem 0;
}
.s01__box h2 {
  font-size: 2.6rem;
  line-height: 1.4;
}
.s01__box h2:before {
  width: 34.5rem;
  height: .5rem;
}
.s01__box div {
  display: block;
}
.s01__box div iframe {
  height: 18rem;
  width: 100%;
}
.s01__box div .tel {
  display: block;
  margin: auto;
  max-width: 31.6rem;
}

/*notes*/
#s02 {
  background: top center / cover url(../img/0200_sp.webp) no-repeat;
  padding: 26rem 5% 4rem;
}
.s02__box {
  display: block;
}
.s02__box:before {
  width: 24.2rem;
  height: 21.8rem;
  top: -13%;
  right: 20%;
}
.s02__box img {
  margin-bottom: 1em;
}
.s02__item h2 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.s02__item-box1 p:nth-child(1) {
  font-size: 1.5rem;
  font-weight: 700;
}
.s02__item-box1 p:nth-child(2) {
  font-size: 2.2rem;
  margin-bottom: .5em;
}
.s02__item-box1 p:nth-child(2) span {
  font-size: 3.2rem;
}
.s02__item-box2 {
  display: block;
  margin-top: 2em;
}
.s02__item-box2 p {
  border-left: none;
  border-top: .2rem solid #fff;
  font-size: 1.3rem;
  padding: .5em 0;
}

/*notes*/
#s03 {
  background: top left / cover url(../img/0300.webp) no-repeat;
  padding: 4rem 2%;
}
.s03__box h2 {
  font-size: 2.4rem;
}
.s03__box p {
  font-size: 1.6rem;
  margin-bottom:3em;
}
.s03__box a {
  max-width: 34.5rem;
}
.s03__box.p2 h2 {
  font-size: 1.6rem;
}

/*notes*/
#s04 {
  background: top left 7% / cover url(../img/0400.webp) no-repeat;
  padding: 4rem 8%;
}
#s04:before {
  margin-left: -4.2rem;
  border: 4.2rem solid transparent;
  border-top: 3rem solid #808080;
}
.s04__box h2 {
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: .5em;
}
.s04__item {
  flex-wrap: wrap;
}
.s04__item div {
  margin-top: 1rem;
  height: 15rem;
  max-width: 15rem;
}

/*notes*/
#s05 {
  background: top center / cover url(../img/0500_sp.webp) no-repeat;
  background-color: #ebe7e1;
  padding: 4rem 4%;
}
.s05__title p:nth-child(1) {
  font-size: 1.8rem;
  margin-bottom: 2em;
}
.s05__title img {
  max-width: 27.7rem;
}
.s05__title p:nth-child(3) {
  font-size: 2.0rem;
}
.s05__item {
  margin-top: 2rem;
}
.s05__item-box {
  display: block;
  margin-bottom: 2em;
}
.s05__item-box:last-child {
  margin-bottom: 0;
}
.s05__item-box:before {
  width: 8rem;
  height: 8rem;
  top: 0;
  right: 0;
}
.s05__item-box:nth-child(even):before {
  left: auto;
}
.s05__item-box div {
  margin-left: 0;
}
.s05__item-box:nth-child(even) div {
  margin-right: 0;
}
.s05__item-box div img {
  max-width: 6.6rem;
}
.s05__item-box div h3 {
  font-size: 2.2rem;
  margin: .25em 0;
}
.s05__item-box div p {
  margin-bottom: 1em;
}

/*notes*/
#s06 {
  padding: 4rem 2%;
}
#s06 h2,
#s07 h2,
#s08 h2 {
  font-size: 2.6rem;
  line-height: 1.6;
  margin-bottom: 2em;
}
#s06 h2:before,
#s07 h2:before,
#s08 h2:before {
  width: 12.9rem;
  height: 1.8rem;
  bottom: -50%;
}
#s06 img {
  max-width: 115.2rem;
}
.s06__box {
  background: top center / contain url(../img/0603_sp.webp) no-repeat;
  margin-top: 3rem;
  padding: 2rem 0;
}
.s06__box h3 {
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
.s06__item {
  flex-wrap: wrap;
  justify-content: center;
}
.s06__item div {
  margin: -5% 0;
  height: 15rem;
  max-width: 15rem;
}
.s06__item div:nth-child(3) {
  margin: 0 10%;
}

/*notes*/
#s07 {
  background: top center / cover url(../img/0700_sp.webp) no-repeat;
  padding: 5rem 0;
}
#s07 h2 span {
  font-size: 3.8rem;
}
#s07 h2:before {
  bottom: -25%;
}
.s07__item-box {
  display: block;
  margin-bottom: 6rem;
}
.s07__item-box div {
  margin: 0 auto 2em;
  width: 90%;
}
.s07__item-box div img {
  max-width: 8rem;
}
.s07__item-box div h3 {
  font-size: 2.2rem;
}

/*notes*/
#s08 {
  padding: 5rem 1%;
}
#s08 h2 {
  margin-bottom: 1.5em;
}
#s08 h2:before {
  bottom: -80%;
}
.s08__h3 h3 {
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: .5em;
}
.s08__h3 p {
  margin: 0 auto 2em;
  width: 85%;
}
.s08__box {
  margin: 0 auto 2rem;
  padding: 1.5rem 2rem;
}
.s08__box:last-child {
  margin: auto;
}
.s08__box h4 {
  font-size: 2.0rem;
  line-height: 1.4;
}
.s08__box dl {
  font-size: 1.2rem;
  margin-top: 0;
}
.s08__box dl div {
  padding: .5em 0;
}
.s08__box dt {
  max-width: 6em;
  width: 100%;
}

/*notes*/
#s09 {
  padding: 5rem 2%;
}
.s09__title,
.s10__title {
  margin: 0 auto 1.5em;
}
.s09__title h2,
.s10__title h2 {
  max-width: 13.8rem;
}
.s09__title p,
.s10__title p {
  font-size: 2.0rem;
}
.s09__h3 {
  margin: 0 auto 1.5em;
}
.s09__h3 h3 {
  font-size: 2.0rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
.s09__h3 p {
  margin: auto;
  width: 85%;
}
.s09__item-box {
  display: block;
  margin-bottom: 4rem;
  padding: 1rem 1rem 2rem 1rem;
}
.s09__item-box:before {
  width: 7.7rem;
  height: 2.2rem;
  bottom: -13%;
}
.s09__item-box div h4 {
  font-size: 2.2rem;
  text-align: center;
}

/*notes*/
#s10 {
  padding: 5rem 3%;
}
.s10__title h2 {
  max-width: 12.9rem;
}
#s10 h4 {
  font-size: 2.5rem;
}
#s10 h4 span {
  font-size: 4.8rem;
}
#s10 .s09__h3 p {
  width: 96%;
}
#s10 table {
  margin: 0 auto 3rem;
}
#s10 table tr th {
  font-size: 2.0rem;
  padding: .75em 0;
}
#s10 table tr th:nth-child(2) {
  font-size: 2.2rem;
}
#s10 table tr td {
  font-size: 2.0rem;
  line-height: 1.2;
  padding: 1em 0;
  vertical-align: middle;
}
#s10 table tr td span {
  font-size: 1.6rem;
}
#s10 table tr td:nth-child(2) {
  font-size: 2.2rem;
}
.s10__item {
  margin-bottom: 2rem;
}
.s10__item h3 {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
.s10__item-box div {
  max-width: 11.4rem;
}
.s10__item-box div p {
  font-size: 1.4rem;
}
.s10__box {
  background: linear-gradient(to right, #bbab9700, #fff 30%, #fff 70%, #bbab9700 100%);
  padding: 3rem 0;
}
.s10__box h3 {
  font-size: 2.2rem;
}
.s10__box p {
  margin: auto;
  width: 82%;
}

/*notes*/
#s11 {
  padding: 4rem 3%;
}
#s11 h2 {
  font-size: 2.6rem;
  margin-bottom: .5em;
}
.s11__faq-que {
  font-size: 1.7rem;
  margin-top: 1rem;
  padding: 1em 2em 1em .5em;
}
.s11__faq-que p:nth-of-type(1) {
  font-size: 2.2rem;
}
.s11__faq-que:before {
  right: 1rem;
  width: 2.2rem;
}
.s11__faq-que:after {
  right: 1rem;
  width: 2.2rem;
}
.s11__faq-ans {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: .75em 1.5em .75em .75em;
}
.s11__faq-ans p:nth-of-type(1) {
  font-size: 2.2rem;
  margin-right: .75em;
  margin-top: -.2em;
}

/*notes*/
#s12 {
  padding: 4rem 5%;
}
#s12 img {
  margin: 0 auto 1.5em;
  max-width: 20.9rem;
}
#s12 p {
  font-size: 1.6rem;
}

/*notes*/
#s13 {
  padding: 4rem 0;
}
.s13__item {
  display: block;
  margin: 0 auto 14rem;
}
.s13__item .s13__item-box h2 {
  font-size: 2.6rem;
  margin-bottom: .5em;
}
.s13__item .s13__item-box p:nth-child(2) {
  margin-bottom: 1em;
}
.s13__item .s13__item-box img {
  margin: auto;
  width: 95%;
}
.s13__item .s13__item-box p:nth-child(5) {
  margin: .25em 0 1em;
}
.s13__item .s13__item-box ul {
  margin: 0 auto 3rem;
  width: 90%;
}
.s13__item .s13__item-box ul li {
  line-height: 1.4;
  margin-right: 1em;
  padding-left: 6rem;
  text-align: left;
}
.s13__item .s13__item-box ul li:before {
  width: 5.5rem;
  height: 5.5rem;
  top: -15%;
  left: 0;
}
.s13__item iframe {
  height: 24.4rem;
  width: 100%;
}
.s13__box {
  background: top center / contain url(../img/1305_sp.webp) no-repeat;
  box-sizing: border-box;
  margin: auto;
  padding: 2rem 4% 4rem;
  width: 98%;
}
.s13__box:before {
  width: 14.1rem;
  height: 14.1rem;
  top: -13%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s13__box h2 {
  font-size: 2.6rem;
}
.s13__box h2:before {
  width: 34.5rem;
  height: .5rem;
  bottom: -30%;
}
.s13__box .s13__box-box {
  display: block;
}
.s13__box .s13__box-box div {
  margin-top: 1rem;
  padding: .5rem 0 1rem;
}
.s13__box .s13__box-box div p {
  font-size: 1.5rem;
}
.s13__box .s13__box-box div .tel {
  max-width: 27.6rem;
}
.s13__box .s13__box-box div a {
  width: 96%;
}

/*notes*/
footer {
  padding: 1rem 0 8rem;
}
footer small {
  max-width: 19.2rem;
}

.floating {
  position: fixed;
  bottom: 0;
  display: flex;
}
.floating a {
  width: 50%;
}













}
