.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #37151f;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;
  font-feature-settings: "palt";
  font-size: 2.5rem;
  font-weight: 400;
  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 .header__top__wrap {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  background: #fff;
  filter: drop-shadow(0 .1rem .3rem rgba(0,0,0,0.4));
  width: 100%;
  z-index: 10;
}
header .header__top__wrap .logo {
  margin-left: 6rem;
  padding: 2rem 0;
  width: 81.6rem;
}
header .header__top__wrap .tel__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #20ac39;
  margin-left: auto;
  margin-right: 14rem;
  text-align: center;
  height: 14rem;
  width: 36rem;
}
header .header__top__wrap .tel__wrap a {
  color: #fff;
}
header .header__top__wrap .tel__wrap p:nth-child(1) {
  font-size: 2.8rem;
}
header .header__top__wrap .tel__wrap p:nth-child(2) {
  position: relative;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 1em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif !important;
}
header .header__top__wrap .tel__wrap p:nth-child(2):before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0002.webp) no-repeat;
  width: 3.2rem;
  height: 3.3rem;
  top: 10%;
  left: -12%;
}
header .header__main__wrap {
  background: top center / cover url(../img/0000.webp) no-repeat;
  margin-top: 14rem;
}
header .header__main__wrap div {
  margin: auto;
  padding: 5rem 0;
  width: 178rem;
}
h1 {
  margin-left: auto;
  width: 108.4rem;
}

/*hamburger*/
.hamburger {
  display : block;
  position: fixed;
  right : 0;
  top   : 0;
  width : 14rem;
  height: 14rem;
  background: #fe8b09;
  cursor: pointer;
  text-align: center;
  z-index: 100;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 7.0rem;
  height  : 0.4rem;
  left    : 3.5rem;
  background : #fff;
  -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.25rem;
}
.hamburger span:nth-child(2) {
  top: 4.25rem;
}
.hamburger span:nth-child(3) {
  top: 6.25rem;
}
.hamburger.active span:nth-child(1) {
  top: 4.25rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 4.25rem;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger p {
  position: absolute;
  top: 7.25rem;
  left: 2.25rem;
  color: #fff;
  font-size: 3.0rem;
}
.globalMenuSp {
  position: fixed;
  z-index : 3;
  top  : 0;
  left : 0;
  color: #fff;
  background: #fff;
  margin-top: 0rem;
  padding-top: 7rem;
  text-align: center;
  transform: translateY(-108%);
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
}
.globalMenuSp.active {
  transform: translateY(0%);
}
.globalMenuSp li {
  border-bottom: .2rem solid #fe8b09;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: .075em;
  margin-bottom: .75em;
  padding-bottom: .75em;
}
.globalMenuSp li:last-child {
  border-bottom: none;
}
.globalMenuSp li a {
  color: #42171d;
}

/*notes*/
.s01__wrap {
  background: top center / cover url(../img/0100.webp) no-repeat;
  margin-top: -7rem;
  padding: 17rem 0 10rem;
}
.s01__wrap h2 {
  display: table;
  border-bottom: .1rem solid #000;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.4;
  margin: 0 auto .25em;
  padding: .5em;
  text-align: center;
}
.s01__wrap h2 span {
  color: #ea7e05;
}
.s01__wrap .txt {
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: 26rem;
  text-align: center;
}
.s01__wrap .txt span {
  font-size: 2.8rem;
}
.s01__wrap .box__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-sizing: border-box;
  margin: auto;
  padding: 28rem 16rem 8rem;
  width: 170rem;
}
.s01__wrap .box__wrap:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0101.webp) no-repeat;
  width: 124rem;
  height: 34.8rem;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s01__wrap .box__wrap div {
  font-size: 2.8rem;
  font-weight: 600;
  width: 63.4rem;
}
.s01__wrap .box__wrap div p {
  border-bottom: .2rem solid #b4a892;
  font-size: 3.3rem;
  margin-bottom: .5em;
}
.s01__wrap .box__wrap div dl div {
  display: flex;
}
.s01__wrap .box__wrap div dl div dt {
  width: 10em;
}
.s01__wrap .box__wrap div dl div dd {
  width: 100%;
}
.s01__wrap .box__wrap div ul {
  margin-bottom: 2em;
}
.wave {
  display:inline-block;
  transform: rotate(90deg);
}

/*notes*/
.s02__wrap {
  padding: 12rem 0;
}
.s02__wrap h2,
.s03__wrap h2,
.s04__wrap h2,
.s05__wrap h2,
.s06__wrap h2,
.s07__wrap h2,
.s08__wrap h2,
.s09__wrap h2,
.s10__wrap h2,
.s13__wrap h2 {
  color: #fc9918;
  font-family: "Noto Serif JP", serif;
  font-size: 5.0rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
  margin-bottom: .5em;
  text-align: center;
}
.s02__wrap h3,
.s03__wrap h3,
.s04__wrap h3,
.s06__wrap h3,
.s07__wrap h3,
.s08__wrap h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 1.5em;
  text-align: center;
}
.s02__wrap .box__wrap {
  background: #fffbe8;
  box-sizing: border-box;
  margin: auto;
  padding: 7rem 13rem;
  width: 155.6rem;
}
.s02__wrap .box__wrap div {
  display: flex;
  justify-content: space-between;
}
.s02__wrap .box__wrap div img {
  width: 61.8rem;
}
.s02__wrap .box__wrap p {
  font-size: 2.8rem;
  margin-top: .75em;
  text-align: center;
}

/*notes*/
.s03__wrap {
  background: bottom center / cover url(../img/0300.webp) no-repeat;
  padding: 12rem 0;
}
.s03__wrap div {
  background: bottom center / cover url(../img/0301.webp) no-repeat;
  margin: auto;
  height: 36.6rem;
  width: 134rem;
}
.s03__wrap div p {
  color: #fff;
  font-size: 2.8rem;
  padding: 6.0rem 3.5rem;
  width: 50rem;
}

/*notes*/
.s04__wrap {
  background: linear-gradient(to bottom, #fff 20%, #fffbe8 20%);
  padding: 12rem 0;
}
.s04__wrap .box__wrap {
  display: flex;
  align-items: flex-start;
}
.s04__wrap .box__wrap div {
  width: 112rem;
}
.s04__wrap .box__wrap div h2 {
  background: #fc9918;
  color: #fff;
  margin-top: 8rem;
  padding: .5em 0;
}
.s04__wrap .box__wrap div h3 {
  color: #fc9918;
  font-size: 3.3rem;
  letter-spacing: .05em;
  margin: 0 auto .5em;
  text-align: left;
  width: 90rem;
}
.s04__wrap .box__wrap div p {
  font-size: 2.8rem;
  margin: auto;
  width: 90rem;
}
.s04__wrap .box__wrap img {
  width: 80rem;
}

/*notes*/
.s05__wrap {
  background: top center / cover url(../img/0500.webp) no-repeat;
  padding: 12rem 0;
}
.s05__wrap h2 {
  color: #67101e;
}
.s05__wrap ul {
  margin: auto;
  width: 155.5rem;
}
.s05__wrap ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10rem;
}
.s05__wrap ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.s05__wrap ul li:last-child {
  margin-bottom: 0;
}
.s05__wrap ul li img {
  width: 80.8rem;
  z-index: 1;
}
.s05__wrap ul li div {
  position: relative;
  background: #fff;
  filter: drop-shadow(.7rem .7rem .5rem rgba(0,0,0,0.15));
  padding: 7.5rem;
}
.s05__wrap ul li div:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0506.webp) no-repeat;
  width: 12.8rem;
  height: 12.8rem;
  top: -13%;
  left: 3%;
}
.s05__wrap ul li:nth-child(2) div:before {
  background: 100% / 100% url(../img/0507.webp) no-repeat;
}
.s05__wrap ul li:nth-child(3) div:before {
  background: 100% / 100% url(../img/0508.webp) no-repeat;
}
.s05__wrap ul li:nth-child(4) div:before {
  background: 100% / 100% url(../img/0509.webp) no-repeat;
}
.s05__wrap ul li:nth-child(5) div:before {
  background: 100% / 100% url(../img/0510.webp) no-repeat;
}
.s05__wrap ul li div h3 {
  border-bottom: .1rem solid #ff9210;
  color: #ff9210;
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  letter-spacing: .13em;
  line-height: 1.2;
  margin-bottom: .5em;
  padding: .5em 1em;
}
.s05__wrap ul li div p {
  letter-spacing: .1em;
}

/*notes*/
.s06__wrap {
  padding: 12rem 0;
}
.s06__wrap h2 {
  color: #37151f;
}
.s06__wrap .slider {
  margin: 10rem auto 0;
  width: 150rem;
}
.s06__wrap .slider .box__wrap {
  position: relative;
  background: #fffbe8;
  margin-top: 15rem;
  padding: 4.5rem 3.2rem;
}
.s06__wrap .slider .box__wrap h3 {
  position: absolute;
  top: -6.8rem;
  left: 0;
  display: table;
  background: #f3a73f;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.0rem;
  letter-spacing: .08em;
  padding: .25em 2em .25em 1em;
}
.s06__wrap .slider .box__wrap img {
  margin-bottom: 2rem;
  width: 144rem;
}
.s06__wrap .slider .box__wrap .item2__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 136rem;
}
.s06__wrap .slider .box__wrap .item2__wrap table {
  background: #fff;
  letter-spacing: .08em;
  width: 65.8rem;
}
.s06__wrap .slider .box__wrap .item2__wrap table tr {
  border-bottom: .1rem solid #c7b67f;
}
.s06__wrap .slider .box__wrap .item2__wrap table tr:last-child {
  border-bottom: none;
}
.s06__wrap .slider .box__wrap .item2__wrap table tr th {
  background: #f3a73f;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
  width: 16.4rem;
}
.s06__wrap .slider .box__wrap .item2__wrap table tr td {
  line-height: 1.4;
  padding: 1em .75em;
  vertical-align: middle;
}
.s06__wrap .slider p {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: .025em;
  margin-top: 1em;
}

/*notes*/
.s07__wrap {
  padding: 3rem 0 12rem;
}
.s07__wrap .box__wrap {
  border: .6rem solid #b29e75;
  box-sizing: border-box;
  margin: auto;
  padding: 7.5rem;
  width: 170rem;
}
.s07__wrap .box__wrap h2 {
  color: #42171d;
}
.s07__wrap .item__wrap {
  background: #fffbe8;
  box-sizing: border-box;
  margin: auto;
  padding: 4rem 13rem;
  width: 155.6rem;
}
.s07__wrap .item__wrap h3 {
  margin-bottom: 1em;
}
.s07__wrap .item__wrap div {
  display: flex;
  justify-content: space-between;
}
.s07__wrap .item__wrap div img {
  width: 61.8rem;
}
.s07__wrap .item__wrap p {
  font-size: 2.8rem;
  margin-top: .75em;
  text-align: center;
}

/*notes*/
.s08__wrap {
  background: #fff3dc;
  padding: 12rem 0;
}
.s08__wrap h2 {
  color: #42171d;
  margin-bottom: 2em;
}
.s08__wrap .box1__wrap {
  position: relative;
  background: 100% / 100% url(../img/0801.webp) no-repeat;
  margin: auto;
  width: 168.4rem;
  height: 174.2rem;
}
.s08__wrap .box1__wrap .pro__wrap {
  position: absolute;
  top: 6%;
  left: 47%;
  color: #fff;
  width: 80rem;
}
.s08__wrap .box1__wrap .pro__wrap h3 {
  border-bottom: .2rem solid #fff;
  font-size: 3.3rem;
  letter-spacing: .2em;
  line-height: 1.4;
  margin-bottom: .5em;
  padding-bottom: .5em;
}
.s08__wrap .box1__wrap .pro__wrap p {
  font-size: 2.8rem;
  letter-spacing: .2em;
  line-height: 1.6;
}
.s08__wrap .box1__wrap .txt {
  position: absolute;
  top: 44%;
  left: 15%;
  font-size: 2.2rem;
  font-weight: 600;
}
.s08__wrap .box1__wrap .txt span {
  font-size: 2.6rem;
}
.s08__wrap .box2__wrap {
  margin: auto;
  padding-top: 100rem;
  width: 140rem;
}
.s08__wrap .box2__wrap h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: 100% / 100% url(../img/0802.webp) no-repeat;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: .2em;
  margin: 0 auto 1em;
  height: 6.5rem;
  width: 52.8rem;
}
.s08__wrap .box2__wrap .item__wrap {
  display: flex;
  justify-content: space-between;
}
.s08__wrap .box2__wrap .item__wrap div {
  width: 63.4rem;
}
.s08__wrap .box2__wrap .item__wrap div h5 {
  border-bottom: .2rem solid #b4a892;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: .25em;
  padding-bottom: .25em;
}
.s08__wrap .box2__wrap .item__wrap div p {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: .1em;
}
.s08__wrap .box2__wrap .item__wrap div img {
  margin-top: 1em;
}

/*notes*/
.s09__wrap {
  background: top center / cover url(../img/0900.webp) no-repeat;
  padding: 12rem 0;
}
.s09__wrap h2 {
  color: #42171d;
  margin-bottom: 2em;
}
.s09__wrap ul {
  position: relative;
  margin: auto;
  width: 154rem;
}
.s09__wrap ul::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 5%;
  width: .2rem;
  height: calc(100% - 30rem);
  background: #ff9412;
  transform: translateX(-50%);
  z-index: -1;
}
.s09__wrap ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.s09__wrap ul li:last-child {
  margin-bottom: 0;
}
.s09__wrap ul li .no {
  width: 15.6rem;
}
.s09__wrap ul li div {
  width: 85.4rem;
}
.s09__wrap ul li div h3 {
  border-bottom: .4rem dotted #ffa232;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: .5em;
}
.s09__wrap ul li div h3 span {
  color: #ffa232;
}
.s09__wrap ul li div p {
  font-size: 2.7rem;
  letter-spacing: .075em;
}
.s09__wrap ul li .ph {
  width: 40rem;
}

/*notes*/
.s10__wrap {
  background: linear-gradient(to right, #ffedc0, #fff 50%, #ffedc0);
  padding: 12rem 0;
}
.s10__wrap h2 {
  color: #42171d;
  margin-bottom: 2em;
}
.s10__wrap .box__wrap {
  background: #fff;
  box-sizing: border-box;
  margin: auto;
  padding: 12rem 10rem 6rem;
  width: 170rem;
}
.s10__wrap .box__wrap .item__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s10__wrap .box__wrap .item,
.s10__wrap .box__wrap .item2 {
  border: .2rem solid #9e9e9e;
  border-radius: 2.4rem;
  box-sizing: border-box;
  padding: 4rem 2rem;
}
.s10__wrap .box__wrap .item__wrap .item {
  margin-bottom: 3rem;
  width: 49%;
}
.s10__wrap .box__wrap .item h3,
.s10__wrap .box__wrap .item2 h3 {
  background: #f3a73f;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  letter-spacing: .1em;
  margin-bottom: 1em;
  padding: .25em;
  text-align: center;
}
.s10__wrap .box__wrap .item p {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}
.s10__wrap .box__wrap .item p span {
  color: #fc4d11;
}
.s10__wrap .box__wrap .item p span span {
  font-size: 4.5rem;
}
.s10__wrap .box__wrap .item:nth-child(n+2) p span {
  font-style: italic;
  font-weight: 600;
}
.s10__wrap .box__wrap .item:nth-child(n+2) p span span {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
}
.s10__wrap .box__wrap .item div p {
  background: #faf8f4;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 1em;
  padding: 1em;
  text-align: left;
}
.s10__wrap .box__wrap .item2 .pox__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.s10__wrap .box__wrap .item2 .pox__wrap div {
  border: .1rem solid #b39a63;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 3rem;
  padding: .75em;
  text-align: center;
  width: 32%;
}
.s10__wrap .box__wrap .item2 .pox__wrap div p:nth-child(2) {
  font-size: 2.6rem;
  font-style: italic;
  font-weight: 700;
}
.s10__wrap .box__wrap .item2 .pox__wrap div p:nth-child(2) span {
  font-size: 3.8rem;
}
.s10__wrap .box__wrap .txt {
  font-size: 2.6rem;
  font-weight: 500;
  margin: 1em 0 0 2em;
}

/*notes*/
.s11__wrap {
  padding: 12rem 0;
}
.s11__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 6rem;
  width: 145.4rem;
}
.s11__wrap .box {
  background: #fdf8eb;
  border: 4px double #b29e75;
  box-sizing: border-box;
  padding: 5rem;
  width: 71.4rem;
}
.s11__wrap .box2 {
  margin: auto;
  padding: 5rem 11rem;
  width: 145.4rem;
}
.s11__wrap .box h3 {
  border-bottom: .2rem solid #7e5c36;
  color: #443727;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: .2em;
  margin-bottom: 1em;
  text-align: center;
}
.s11__wrap .box h3 span {
  color: #f3a73f;
}
.s11__wrap .box p {
  font-size: 3.0rem;
  letter-spacing: .13em;
}
.s11__wrap .box__wrap .box p {
  text-align: center;
}
.s11__wrap .box p span {
  background: linear-gradient(transparent 72%, #fc0 0%);
}
.s11__wrap .box p:nth-child(3) {
  font-size: 2.5rem;
  letter-spacing: .075em;
  line-height: 1.4;
  margin-top: 1em;
}
.s11__wrap .box2 p {
  font-size: 2.8rem;
}

/*notes*/
.s12__wrap {
  background: top center / cover url(../img/1200.webp) no-repeat;
  padding: 12rem 0;
}
.s12__wrap .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 171rem;
}
.s12__wrap .box__wrap div {
  background: #fff;
  box-sizing: border-box;
  padding: 5.5rem 4rem;
  width: 49%;
}
.s12__wrap .box__wrap div h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: 100% / 100% url(../img/0802.webp) no-repeat;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: .2em;
  margin: 0 auto 1em;
  height: 9.2rem;
  width: 74.5rem;
}
.s12__wrap .box__wrap div p {
  font-size: 2.8rem;
  letter-spacing: .075em;
  margin: 0 7%;
}

/*notes*/
.s13__wrap {
  padding: 12rem 0;
}
.s13__wrap h2 {
  color: #42171d;
  margin-bottom: 2em;
}
.s13__wrap .box__wrap {
  margin: auto;
  width: 154.8rem;
}
.s13__wrap .box__wrap div {
  display: flex;
}
.s13__wrap .box__wrap div:nth-child(1) {
  background: #fffbe8;
  margin-bottom: .75em;
}
.s13__wrap .box__wrap div:nth-child(1) p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fd9816;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 4.9rem;
  height: 8.5rem;
  width: 8.5rem;
}
.s13__wrap .box__wrap div:nth-child(1) p:nth-child(2) {
  display: flex;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-size: 3.8rem;
  letter-spacing: .075em;
  margin-left: .75em;
}
.s13__wrap .box__wrap div:nth-child(2) p:nth-child(1) {
  font-size: 4.3rem;
  margin-left: .75em;
  width: 8.5rem;
}
.s13__wrap .box__wrap div:nth-child(2) p:nth-child(2) {
  font-size: 2.8rem;
  letter-spacing: .05em;
  margin-left: .75em;
  margin-bottom: 2em;
  width: 86%;
}

/*notes*/
.s14__wrap {
  padding: 0;
}
.s14__wrap .box__wrap {
  background: 100% / 100% url(../img/1401.webp) no-repeat;
  box-sizing: border-box;
  color: #fff;
  margin: auto;
  padding: 8rem 14rem;
  height: 60.3rem;
  width: 183.2rem;
}
.s14__wrap .box__wrap h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0rem;
  letter-spacing: .075em;
  margin-bottom: .5em;
  text-align: center;
}
.s14__wrap .box__wrap p {
  font-size: 2.8rem;
  letter-spacing: .075em;
}

/*notes*/
.s15__wrap {
  margin-top: -20rem;
  padding: 0;
}
.s15__wrap .box__wrap {
  background: #fff;
  border: none;
  filter: drop-shadow(.7rem .7rem .5rem rgba(0,0,0,0.2));
}
.s15__wrap .box__wrap .txt {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .075em;
  margin-bottom: 1em;
  text-align: center;
}

/*notes*/
footer {
  padding: 10rem 0 0;
}
footer .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 163.5rem;
}
footer .box__wrap .l_box__wrap {
  width: 82.7rem;
}
footer .box__wrap .l_box__wrap .adress {
  background: #fed9b0;
  border-radius: 2rem;
  color: #67625c;
  font-size: 2.6rem;
  margin: 2em 0;
  text-align: center;
}
footer .box__wrap .l_box__wrap h3 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.2;
  margin: 2em 0 1em;
  text-align: center;
}
footer .box__wrap .l_box__wrap div {
  display: flex;
  justify-content: space-between;
}
footer .box__wrap .l_box__wrap div a {
  width: 39.5rem;
}
footer .box__wrap .l_box__wrap .txt {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1em;
}
footer .box__wrap .r_box__wrap {
  width: 67.2rem;
}
footer .box__wrap .r_box__wrap iframe {
  height: 54rem;
  width: 100%;
}
footer .box__wrap .r_box__wrap h4 {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 1.4;
  margin: 1em 0;
  text-align: center;
}
footer .box__wrap .r_box__wrap div {
  border: .2rem solid #000;
  border-radius: 2rem;
  padding: 2rem 6rem;
}
footer .box__wrap .r_box__wrap div p {
  letter-spacing: .12em;
  line-height: 1.2;
  margin-bottom: .5em;
}
footer .cp {
  background: #fd9816;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: .15em;
  margin-top: 3rem;
  padding: 1em;
  text-align: center;
}










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

/*notes*/
header .header__top__wrap .logo {
  margin-left: 1rem;
  padding: 1rem 0;
  width: 27.6rem;
}
header .header__top__wrap .tel__wrap {
  display: none;
}
header .header__main__wrap {
  background: top center / cover url(../img/0000_sp.webp) no-repeat;
  margin-top: 5rem;
}
header .header__main__wrap div {
  padding: 3rem 4%;
  width: 90%;
}
h1 {
  width: 100%;
}

/*hamburger*/
.hamburger {
  right : 0;
  top   : 0;
  width : 5.4rem;
  height: 5.3rem;
}
.hamburger span {
  width   : 3.0rem;
  height  : 0.1rem;
  left    : 1.25rem;
}
.hamburger span:nth-child(1) {
  top: 1.0rem;
}
.hamburger span:nth-child(2) {
  top: 1.75rem;
}
.hamburger span:nth-child(3) {
  top: 2.5rem;
}
.hamburger.active span:nth-child(1) {
  top: 2.0rem;
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 2.0rem;
}
.hamburger p {
  top: 3.0rem;
  left: .75rem;
  font-size: 1.2rem;
}
.globalMenuSp li {
  font-size: 1.5rem;
}

/*notes*/
.s01__wrap {
  background: top center / cover url(../img/0100_sp.webp) no-repeat;
  margin-top: 0;
  padding: 4rem 5%;
}
.s01__wrap h2 {
  font-size: 2.4rem;
  letter-spacing: 0;
  padding: .25em;
}
.s01__wrap .txt {
  font-size: 1.4rem;
  margin-bottom: -3rem;
}
.s01__wrap .txt span {
  font-size: 1.5rem;
}
.s01__wrap .item {
  position: relative;
  z-index: 1;
}
.s01__wrap .box__wrap {
  display: block;
  margin-top: -1rem;
  padding: 3rem 4% 1rem;
  width: 100%;
}
.s01__wrap .box__wrap:before {
  display: none;
}
.s01__wrap .box__wrap .sp {
  margin-bottom: 2em;
}
.s01__wrap .box__wrap div {
  font-size: 1.4rem;
  width: 100%;
}
.s01__wrap .box__wrap div p {
  font-size: 1.5rem;
}
.s01__wrap .box__wrap div dl div dt {
  width: 9em;
}
.s01__wrap .box__wrap div:nth-child(3) p:nth-child(1){
  margin-top: 2em;
}

/*notes*/
.s02__wrap {
  padding: 4rem 5%;
}
.s02__wrap h2,
.s03__wrap h2,
.s04__wrap h2,
.s05__wrap h2,
.s06__wrap h2,
.s07__wrap h2,
.s08__wrap h2,
.s09__wrap h2,
.s10__wrap h2,
.s13__wrap h2 {
  font-size: 2.2rem;
  margin-bottom: 1.5em;
}
.s02__wrap h3,
.s03__wrap h3,
.s04__wrap h3,
.s06__wrap h3,
.s07__wrap h3,
.s08__wrap h3 {
  font-size: 1.8rem;
  line-height: 1.6;
}
.s02__wrap .box__wrap {
  padding: 3rem 4%;
  width: 100%;
}
.s02__wrap .box__wrap div {
  display: block;
}
.s02__wrap .box__wrap div img {
  margin-bottom: 2.5rem;
  width: 100%;
}
.s02__wrap .box__wrap p {
  font-size: 1.4rem;
  margin-top: 0;
  text-align: left;
}

/*notes*/
.s03__wrap {
  background: bottom center / cover url(../img/0300_sp.webp) no-repeat;
  padding: 4rem 5%;
}
.s03__wrap h3 {
  text-align: left;
}
.s03__wrap div {
  background: #baa35b;
  height: auto;
  width: 100%;
}
.s03__wrap div p {
  font-size: 1.5rem;
  padding: 5%;
  width: 90%;
}

/*notes*/
.s04__wrap {
  background: #fffbe8;
  padding: 3rem 0;
}
.s04__wrap .box__wrap {
  display: block;
}
.s04__wrap .box__wrap div {
  width: 100%;
}
.s04__wrap .box__wrap div h2 {
  font-size: 1.8rem;
  margin: 0 0 1.5em;
  padding: .75em 0;
}
.s04__wrap .box__wrap div h3 {
  font-size: 1.8rem;
  width: 80%;
}
.s04__wrap .box__wrap div p {
  font-size: 1.4rem;
  margin: 0 auto 2em;
  width: 80%;
}
.s04__wrap .box__wrap img {
  display: block;
  margin-left: auto;
  width: 90%;
}

/*notes*/
.s05__wrap {
  background: top center / cover url(../img/0500_sp.webp) no-repeat;
  padding: 4rem 0;
}
.s05__wrap ul {
  width: 100%;
}
.s05__wrap ul li {
  display: block;
  margin-bottom: 4rem;
}
.s05__wrap ul li img {
  display: block;
  margin-left: auto;
  width: 80%;
  z-index: 0;
}
.s05__wrap ul li:nth-child(even) img {
  margin-left: 0;
}
.s05__wrap ul li div {
  position: relative;
  box-sizing: border-box;
  margin: -4rem auto 0;
  padding: 1.5rem 3rem;
  width: 80%;
  z-index: 1;
}
.s05__wrap ul li div:before {
  width: 5rem;
  height: 5rem;
  top: -13%;
  left: 3%;
}
.s05__wrap ul li div h3 {
  font-size: 1.6rem;
}
.s05__wrap ul li div p {
  letter-spacing: .1em;
}

/*notes*/
.s06__wrap {
  padding: 4rem 5%;
}
.s06__wrap h2 {
  color: #fc9918;
}
.s06__wrap h3 {
  font-size: 1.6rem;
}
.s06__wrap .slider {
  margin: 6rem auto 0;
  width: 100%;
}
.s06__wrap .slider .box__wrap {
  margin-top: 8rem;
  padding: 1.5rem;
}
.s06__wrap .slider .box__wrap h3 {
  top: -5.8rem;
  font-size: 1.4rem;
  padding: .5em 1em;
  text-align: left;
}
.s06__wrap .slider .box__wrap img {
  width: 100%;
}
.s06__wrap .slider .box__wrap .item2__wrap {
  display: block;
  width: 100%;
}
.s06__wrap .slider .box__wrap .item2__wrap table {
  width: 100%;
}
.s06__wrap .slider .box__wrap .item2__wrap table:nth-child(1) tr:last-child {
  border-bottom: .1rem solid #c7b67f;
}
.s06__wrap .slider .box__wrap .item2__wrap table tr th {
  font-size: 1.3rem;
  width: 7.4rem;
}
.s06__wrap .slider .box__wrap .item2__wrap table tr td {
  font-size: 1.3rem;
}
.s06__wrap .slider p {
  font-size: 1.3rem;
}

/*notes*/
.s07__wrap {
  padding: 1rem 5% 4rem;
}
.s07__wrap .box__wrap {
  border: none;
  padding: 0;
  width: 100%;
}
.s07__wrap .item__wrap {
  padding: 5%;
  width: 100%;
}
.s07__wrap .item__wrap div {
  display: block;
}
.s07__wrap .item__wrap div img {
  margin-bottom: 2.5rem;
  width: 100%;
}
.s07__wrap .item__wrap p {
  font-size: 1.4rem;
  margin-top: 0;
  text-align: left;
}

/*notes*/
.s08__wrap {
  padding: 4rem 5%;
}
.s08__wrap h2 {
  margin-bottom: 1.5em;
}
.s08__wrap .box1__wrap {
  position: static;
  background: #fff;
  filter: drop-shadow(.4rem .4rem .6rem rgba(0,0,0,0.18));
  width: 100%;
  height: auto;
}
.s08__wrap .box1__wrap .pro__wrap {
  position: static;
  background: linear-gradient(135deg, #f3a84d, #f48c1a);
  padding: 7% 5%;
  width: 90%;
}
.s08__wrap .box1__wrap .pro__wrap h3 {
  font-size: 1.8rem;
}
.s08__wrap .box1__wrap .pro__wrap p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.s08__wrap .box1__wrap .txt {
  position: static;
  font-size: 1.3rem;
  text-align: right;
}
.s08__wrap .box1__wrap .txt span {
  font-size: 1.4rem;
}
.s08__wrap .box2__wrap {
  margin: auto;
  padding: 10% 5%;
  width: 90%;
}
.s08__wrap .box2__wrap h4 {
  font-size: 1.4rem;
  height: 3rem;
  width: 24.5rem;
}
.s08__wrap .box2__wrap .item__wrap {
  display: block;
}
.s08__wrap .box2__wrap .item__wrap div {
  width: 100%;
}
.s08__wrap .box2__wrap .item__wrap div h5 {
  font-size: 1.4rem;
}
.s08__wrap .box2__wrap .item__wrap div p {
  font-size: 1.4rem;
}
.s08__wrap .box2__wrap .item__wrap div img {
  margin-top: 1em;
}

/*notes*/
.s09__wrap {
  padding: 4rem 5%;
}
.s09__wrap ul {
  width: 100%;
}
.s09__wrap ul::before {
  left: 9%;
}
.s09__wrap ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.s09__wrap ul li .no {
  width: 6rem;
}
.s09__wrap ul li div {
  width: 80%;
}
.s09__wrap ul li div h3 {
  font-size: 1.7rem;
}
.s09__wrap ul li div p {
  font-size: 1.4rem;
}
.s09__wrap ul li .ph {
  width: 100%;
}

/*notes*/
.s10__wrap {
  padding: 4rem 5%;
}
.s10__wrap h2 {
  margin-bottom: 1.5em;
}
.s10__wrap .box__wrap {
  padding: 10% 5%;
  width: 100%;
}
.s10__wrap .box__wrap .item__wrap {
  display: block;
}
.s10__wrap .box__wrap .item,
.s10__wrap .box__wrap .item2 {
  padding: 2rem 1rem;
}
.s10__wrap .box__wrap .item__wrap .item {
  margin-bottom: 2rem;
  width: 100%;
}
.s10__wrap .box__wrap .item h3,
.s10__wrap .box__wrap .item2 h3 {
  font-size: 1.5rem;
  padding: .5em;
}
.s10__wrap .box__wrap .item p {
  font-size: 1.4rem;
}
.s10__wrap .box__wrap .item p span span {
  font-size: 1.9rem;
}
.s10__wrap .box__wrap .item:nth-child(n+2) p span span {
  font-size: 2.0rem;
}
.s10__wrap .box__wrap .item div p {
  font-size: 1.3rem;
}
.s10__wrap .box__wrap .item2 .pox__wrap {
  display: block;
}
.s10__wrap .box__wrap .item2 .pox__wrap div {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  width: 100%;
}
.s10__wrap .box__wrap .item2 .pox__wrap div p:nth-child(2) {
  font-size: 1.5rem;
}
.s10__wrap .box__wrap .item2 .pox__wrap div p:nth-child(2) span {
  font-size: 2.2rem;
}
.s10__wrap .txt {
  font-size: 1.3rem;
  margin: 1em 0 0;
  text-align: center;
}

/*notes*/
.s11__wrap {
  padding: 4rem 5%;
}
.s11__wrap .box__wrap {
  display: block;
  margin: 0 auto 2rem;
  width: 100%;
}
.s11__wrap .box {
  margin-bottom: 2rem;
  padding: 5%;
  width: 100%;
}
.s11__wrap .box2 {
  padding: 5%;
  width: 100%;
}
.s11__wrap .box h3 {
  font-size: 1.6rem;
}
.s11__wrap .box p {
  font-size: 1.5rem;
}
.s11__wrap .box p:nth-child(3) {
  font-size: 1.4rem;
  text-align: left;
}
.s11__wrap .box2 p {
  font-size: 1.4rem;
}

/*notes*/
.s12__wrap {
  padding: 4rem 5%;
}
.s12__wrap .box__wrap {
  display: block;
  width: 100%;
}
.s12__wrap .box__wrap div {
  margin-bottom: 3rem;
  padding: 5%;
  width: 100%;
}
.s12__wrap .box__wrap div:last-child {
  margin-bottom: 0;
}
.s12__wrap .box__wrap div h3 {
  font-size: 1.6rem;
  height: 3.7rem;
  width: 30rem;
}
.s12__wrap .box__wrap div p {
  font-size: 1.4rem;
  margin: 0;
}

/*notes*/
.s13__wrap {
  padding: 4rem 5%;
}
.s13__wrap h2 {
  margin-bottom: 1.5em;
}
.s13__wrap .box__wrap {
  border: .2rem solid #87826f;
  margin-bottom: 3rem;
  width: 100%;
}
.s13__wrap .box__wrap:last-child {
  margin-bottom: 0;
}
.s13__wrap .box__wrap div:nth-child(1) {
  margin-bottom: 0;
  padding: .5em;
}
.s13__wrap .box__wrap div:nth-child(1) p:nth-child(1) {
  font-size: 1.7rem;
  height: 3rem;
  max-width: 3rem;
  width: 100%;
}
.s13__wrap .box__wrap div:nth-child(1) p:nth-child(2) {
  font-size: 1.7rem;
  line-height: 1.4;
}
.s13__wrap .box__wrap div:nth-child(2) {
  padding: .5em;
}
.s13__wrap .box__wrap div:nth-child(2) p:nth-child(1) {
  font-size: 1.7rem;
  margin-left: .5em;
  width: 3rem;
}
.s13__wrap .box__wrap div:nth-child(2) p:nth-child(2) {
  font-size: 1.4rem;
  margin-left: 0;
  margin-bottom: 0;
}

/*notes*/
.s14__wrap .box__wrap {
  background: top center / cover url(../img/1401_sp.webp) no-repeat;
  padding: 3rem 5% 18rem;
  height: auto;
  width: 100%;
}
.s14__wrap .box__wrap h2 {
  font-size: 2.0rem;
}
.s14__wrap .box__wrap p {
  font-size: 1.4rem;
}

/*notes*/
.s15__wrap {
  margin-top: -16rem;
  padding: 5%;
}
.s15__wrap .box__wrap {
  box-sizing: border-box;
  filter: none;
  padding: 10% 5%;
  width: 100%;
}
.s15__wrap .box__wrap h2 {
  margin-bottom: .5em;
}
.s15__wrap .box__wrap .txt {
  display: table;
  font-size: 1.4rem;
  margin: 0 auto 1em;
  text-align: left;
}
.s15__wrap .item__wrap h3 {
  font-size: 1.4rem;
}

/*notes*/
footer {
  padding: 5rem 0 0;
}
footer .box__wrap {
  display: block;
  width: 90%;
}
footer .box__wrap .l_box__wrap {
  width: 100%;
}
footer .box__wrap .l_box__wrap .adress {
  font-size: 1.4rem;
}
footer .box__wrap .l_box__wrap h3 {
  font-size: 1.5rem;
}
footer .box__wrap .l_box__wrap div {
  display: block;
  margin: auto;
  width: 90%;
}
footer .box__wrap .l_box__wrap div a {
  display: block;
  margin-bottom: 1rem;
  width: 100%;
}
footer .box__wrap .l_box__wrap .txt {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
footer .box__wrap .r_box__wrap {
  width: 100%;
}
footer .box__wrap .r_box__wrap iframe {
  height: 27rem;
}
footer .box__wrap .r_box__wrap h4 {
  font-size: 1.4rem;
}
footer .box__wrap .r_box__wrap div {
  padding: 2rem;
}
footer .cp {
  font-size: 1.3rem;
}

.floating__wrap {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}
.floating__wrap div {
  display: flex;
}





}
