.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #515151;
  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 {
  background: top center / cover url(../img/0000.webp) no-repeat;
  font-family: "Shippori Mincho", serif;
}
header .header__top__wrap {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 1;
}
header .header__top__wrap .logo {
  margin-left: 6rem;
  padding: 4rem 0;
  width: 34.6rem;
}
header .header__top__wrap .tel__wrap {
  background: rgba(0, 0, 0, 0.5);
  border: .1rem solid #fff;
  color: #fff;
  margin-left: auto;
  margin-right: 15.6rem;
  padding: .75em 1em .75em 3em;
  text-align: center;
}
header .header__top__wrap .tel__wrap p:nth-child(1) {
  font-size: 2.0rem;
}
header .header__top__wrap .tel__wrap p:nth-child(2) {
  position: relative;
  font-size: 4.5rem;
  line-height: 1;
}
header .header__top__wrap .tel__wrap p:nth-child(2):before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0002.webp) no-repeat;
  width: 4rem;
  height: 4rem;
  top: 10%;
  left: -20%;
}
header .header__main__wrap {
  margin: auto;
  padding: 26rem 4% 10rem;
  width: 157rem;
}
header .header__main__wrap .header__main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
h1 {
  color: #fff;
  font-size: 6.0rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.4;
  text-align: center;
}
h1 span {
  font-size: 16.0rem;
  font-weight: 400;
  letter-spacing: .13em;
}
header .header__main__wrap .header__main h3 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 2em;
  text-align: center;
}
header .header__main__wrap .header__main div ul {
  display: flex;
  justify-content: space-between;
  width: 96.4rem;
}
header .header__main__wrap .header__main div ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: 100% / 100% url(../img/0003.webp) no-repeat;
  color: #fff;
  font-size: 3.9rem;
  line-height: 1.4;
  text-align: center;
  height: 29.5rem;
  width: 29.5rem;
}
header .header__main__wrap .header__main div ul li:nth-child(2) {
  background: 100% / 100% url(../img/0004.webp) no-repeat;
}
header .header__main__wrap .header__main div .item {
  background: #fff;
  border: .1rem solid #dcb262;
  text-align: center;
  width: 49rem;
}
header .header__main__wrap .header__main div .item p:nth-child(1) {
  background: 100% / 100% url(../img/0005.webp) no-repeat;
  color: #fff;
  font-size: 3.0rem;
  margin: -5% auto 0;
  width: 24.8rem;
}
header .header__main__wrap .header__main div .item p:nth-child(2) {
  font-size: 2.8rem;
  line-height: 1;
}
header .header__main__wrap .header__main div .item p:nth-child(2) span {
  color: #df925c;
}
header .header__main__wrap .header__main div .item p:nth-child(2) span span {
  font-size: 5.6rem;
}
header .header__main__wrap .header__main div .item p:nth-child(3) {
  display: table;
  background: #ebebeb;
  font-size: 3.2rem;
  line-height: 1.4;
  margin: .5em auto;
  padding: 0 1.5em;
}

/*hamburger*/
.hamburger {
  display : block;
  position: fixed;
  right : 2rem;
  top   : 2.25rem;
  width : 12rem;
  height: 12rem;
  background: #b7a151;
  cursor: pointer;
  text-align: center;
  z-index: 100;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 7.0rem;
  height  : 0.2rem;
  left    : 2.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.0rem;
}
.hamburger span:nth-child(3) {
  top: 5.75rem;
}
.hamburger.active span:nth-child(1) {
  top: 4.0rem;
  -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.0rem;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger p {
  position: absolute;
  top: 6.75rem;
  left: 2rem;
  color: #fff;
  font-size: 2.4rem;
}
.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(-118%);
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
}
.globalMenuSp.active {
  transform: translateY(0%);
}
.globalMenuSp li {
  border-bottom: .1rem solid #b7a151;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: .75em;
  padding-bottom: .75em;
}
.globalMenuSp li:last-child {
  border-bottom: none;
}
.globalMenuSp li a {
  color: #b7a151;
}

/*notes*/
.s01__wrap {
  padding: 10rem 0;
}
.s01__wrap .box__wrap {
  border: .2rem solid #988431;
  box-sizing: border-box;
  margin: auto;
  padding: 7rem 14rem;
  width: 175.6rem;
}
.s01__wrap .box__wrap h2 {
  margin: 0 auto 1em;
  width: 70rem;
}
.s01__wrap .box__wrap h3 {
  color: #76693f;
  font-family: "Noto Serif JP", serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: .75em;
  text-align: center;
}
.s01__wrap .box__wrap .item__wrap {
  display: flex;
  justify-content: space-between;
  background: #f3edd8;
  padding: 7rem 10rem 5rem 10rem;
}
.s01__wrap .box__wrap .item__wrap div:nth-child(1) {
  width: 61.8rem;
}
.s01__wrap .box__wrap .item__wrap div:nth-child(1) p {
  font-size: 2.1rem;
  line-height: 1.4;
  margin-top: .5em;
}
.s01__wrap .box__wrap .item__wrap div:nth-child(2) {
  width: 59.8rem;
}
.s01__wrap .box__wrap .item__wrap div:nth-child(2) p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.1rem;
}
.s01__wrap .box__wrap .item__wrap div:nth-child(2) p span {
  font-size: 2.4rem;
}

/*notes*/
.s02__wrap {
  background: #f3edd8;
  padding: 15rem 0;
}
.s02__wrap h2,
.s03__wrap h2,
.s05__wrap h2,
.s06__wrap h2,
.s07__wrap h2,
.s09__wrap h2,
.s11__wrap h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 3.7rem;
  letter-spacing: .15em;
  margin: 0 auto 1.5em;
  text-align: center;
}
.s02__wrap h2 img,
.s03__wrap h2 img,
.s05__wrap h2 img,
.s06__wrap h2 img,
.s07__wrap h2 img,
.s09__wrap h2 img,
.s11__wrap h2 img {
  display: block;
  margin: 0 auto .5em;
  width: 69.2rem;
}
.s02__wrap ul {
  margin: auto;
  width: 175.5rem;
}
.s02__wrap ul li {
  position: relative;
  display: flex;
  margin-bottom: 15rem;
  width: 165rem;
}
.s02__wrap ul li:last-child {
  margin-bottom: 5rem;
}
.s02__wrap ul li:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
}
.s02__wrap ul li .ph {
  width: 90rem;
}
.s02__wrap ul li .box__wrap {
  position: absolute;
  right: 0;
  bottom: -4rem;
  background: #fff;
  box-sizing: border-box;
  filter: drop-shadow(.7rem .7rem .5rem rgba(0,0,0,0.15));
  padding: 6rem 8rem;
  width: 90rem;
}
.s02__wrap ul li:nth-child(even) .box__wrap {
  left: 0;
}
.s02__wrap ul li .box__wrap div {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.s02__wrap ul li .box__wrap div img {
  margin-right: .75em;
  width: 9.2rem;
}
.s02__wrap ul li .box__wrap div h3 {
  color: #988431;
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
}
.s02__wrap ul li .box__wrap p {
  letter-spacing: .1em;
  line-height: 1.6;
}

/*notes*/
.s03__wrap {
  background: #fffdfa;
  padding: 15rem 0;
}
.s03__wrap h2 img {
  width: 39rem;
}
.s03__wrap .slider {
  margin: 10rem auto 0;
  width: 150rem;
}
.s03__wrap .slider .box__wrap {
  position: relative;
  background: #f3edd8;
  margin-top: 7rem;
  padding: 4.5rem 3.2rem;
}
.s03__wrap .slider .box__wrap h3 {
  position: absolute;
  top: -6.8rem;
  left: 0;
  display: table;
  background: #b6a04f;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.0rem;
  letter-spacing: .08em;
  padding: .25em 2em .25em 1em;
}
.s03__wrap .slider .box__wrap .item1__wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}
.s03__wrap .slider .box__wrap .item1__wrap:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0308.webp) no-repeat;
  width: 3.2rem;
  height: 5.8rem;
  top: 40%;
  left: 49%;
}
.s03__wrap .slider .box__wrap .item1__wrap img {
  width: 69rem;
}
.s03__wrap .slider .box__wrap .item2__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 136rem;
}
.s03__wrap .slider .box__wrap .item2__wrap table {
  background: #fff;
  letter-spacing: .08em;
  width: 65.8rem;
}
.s03__wrap .slider .box__wrap .item2__wrap table tr {
  border-bottom: .1rem solid #c7b67f;
}
.s03__wrap .slider .box__wrap .item2__wrap table tr:last-child {
  border-bottom: none;
}
.s03__wrap .slider .box__wrap .item2__wrap table tr th {
  background: #b6a04f;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  vertical-align: middle;
  width: 16.4rem;
}
.s03__wrap .slider .box__wrap .item2__wrap table tr td {
  line-height: 1.4;
  padding: 1em .75em;
  vertical-align: middle;
}
.s03__wrap .slider .box__wrap .item2__wrap table tr td ul li {
  margin-bottom: .5em;
}
.s03__wrap .slider .box__wrap .item2__wrap table tr td ul li:last-child {
  margin-bottom: 0;
}
.s03__wrap .slider .box__wrap p {
  font-size: 2.0rem;
  letter-spacing: .1em;
  margin: 1em 0 0 2em;
}

/*slick*/
.slick-prev,
.slick-next {
  width: 3.8rem !important;
  height: 5.7rem !important;
  z-index: 10;
  background-color: transparent !important;
}
.slick-prev {
  left: -8rem !important;
  background: url("../img/0309.webp") no-repeat center/contain !important;
}
.slick-next {
  right: -8rem !important;
  background: url("../img/0310.webp") no-repeat center/contain !important;
}
.slick-prev:before,
.slick-next:before {
  content: none !important;
  display: none !important;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: transparent !important;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  display: none !important;
}

/*notes*/
.s04__wrap {
  padding: 15rem 0 0;
}
.s04__wrap .box__wrap {
  border: .2rem solid #988431;
  box-sizing: border-box;
  margin: auto;
  padding: 8rem 13rem;
  width: 176rem;
}
.s04__wrap .box__wrap .item1__wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.s04__wrap .box__wrap .item1__wrap h2 {
  margin-bottom: .5em;
  width: 68rem;
}
.s04__wrap .box__wrap .item1__wrap h3 {
  color: #76693f;
  font-family: "Noto Serif JP", serif;
  font-size: 3.1rem;
  letter-spacing: .1em;
  margin-bottom: 1em;
}
.s04__wrap .box__wrap .item1__wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 87rem;
}
.s04__wrap .box__wrap .item1__wrap ul li {
  line-height: 1.4;
  margin-bottom: .5em;
  padding-left: .5em;
  text-indent: -.5em;
  width: 41rem;
}
.s04__wrap .box__wrap .item1__wrap .ph {
  width: 52rem;
}
.s04__wrap .box__wrap .item2__wrap {
  background: #f3edd8;
  padding: 4rem 11rem;
}
.s04__wrap .box__wrap .item2__wrap div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s04__wrap .box__wrap .item2__wrap div img {
  width: 62rem;
}
.s04__wrap .box__wrap .item2__wrap div p {
  background: #fff;
  box-sizing: border-box;
  color: #76693f;
  line-height: 1.6;
  padding: 3rem 4rem;
  width: 62rem;
}
.s04__wrap .box__wrap .item2__wrap .txt {
  font-size: 2.1rem;
  margin-top: .5em;
}

/*notes*/
.s05__wrap {
  padding: 15rem 0;
}
.s05__wrap h2 img {
  width: 80rem;
}
.s05__wrap div {
  position: relative;
  background: top center / cover url(../img/0502.webp) no-repeat;
  margin-left: auto;
  height: 142.7rem;
  width: 166.5rem;
}
.s05__wrap div p:nth-child(1) {
  position: absolute;
  top: 66.5rem;
  left: 15rem;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.5rem;
}
.s05__wrap div p:nth-child(1) span {
  font-size: 4.0rem;
}
.s05__wrap div p:nth-child(2) {
  position: absolute;
  top: 14rem;
  left: 64rem;
  color: #686131;
  line-height: 1.5;
  width: 86.4rem;
}

/*notes*/
.s06__wrap {
  background: #f3edd8;
  padding: 15rem 0;
}
.s06__wrap h2 img {
  width: 44rem;
}
.s06__wrap ul {
  margin: auto;
  width: 134rem;
}
.s06__wrap ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 8.5rem;
  padding: 2.5rem 11rem 2.5rem 4rem;
}
.s06__wrap ul li:before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0607.webp) no-repeat;
  width: 15.4rem;
  height: 3.2rem;
  bottom: -25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s06__wrap ul li:last-child {
  margin-bottom: 0;
}
.s06__wrap ul li:last-child:before {
  display: none;
}
.s06__wrap ul li img {
  width: 40rem;
}
.s06__wrap ul li div {
  width: 72rem;
}
.s06__wrap ul li div h3 {
  border-bottom: .2rem dotted #988431;
  color: #988431;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  letter-spacing: .075em;
  margin-bottom: .5em;
}
.s06__wrap ul li div h3 span {
  font-size: 5.2rem;
}
.s06__wrap ul li div p {
  line-height: 1.5;
}

/*notes*/
.s07__wrap {
  padding: 15rem 0;
}
.s07__wrap h2 img {
  width: 47rem;
}
.s07__wrap .txt {
  font-family: "Shippori Mincho", serif;
  font-size: 2.3rem;
  margin: -2em 0 2em;
  text-align: center;
}
.s07__wrap .box1__wrap {
  display: flex;
  justify-content: space-between;
  background: top center / contain url(../img/0702.webp) no-repeat;
  box-sizing: border-box;
  margin: auto;
  padding: 39rem 5rem 5rem;
  width: 176rem;
}
.s07__wrap .box1__wrap .box {
  background: #fff;
  border: .6rem solid #dcdcdc;
  box-sizing: border-box;
  padding: 1rem;
  width: 53rem;
}
.s07__wrap .box1__wrap .box .h3__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b6a04f;
}
.s07__wrap .box1__wrap .box:nth-child(2) .h3__wrap {
  background: #6b6b6b;
}
.s07__wrap .box1__wrap .box:nth-child(3) .h3__wrap {
  background: #765e2b;
}
.s07__wrap .box1__wrap .box .h3__wrap h3 {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 4.3rem;
  letter-spacing: .15em;
  padding: 2.4rem 0;
}
.s07__wrap .box1__wrap .box .h3__wrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 2em;
  color: #b6a04f;
  font-size: 2.3rem;
  line-height: 1;
  text-align: center;
  height: 6rem;
  width: 21.4rem;
}
.s07__wrap .box1__wrap .box:nth-child(2) .h3__wrap p {
  color: #6b6b6b;
}
.s07__wrap .box1__wrap .box .h3__wrap p span span {
  font-size: 2.0rem;
}
.s07__wrap .box1__wrap .box .price {
  color: #b6a04f;
  font-family: "Shippori Mincho", serif;
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
}
.s07__wrap .box1__wrap .box:nth-child(2) .price {
  color: #6b6b6b;
}
.s07__wrap .box1__wrap .box:nth-child(3) .price {
  color: #765e2b;
}
.s07__wrap .box1__wrap .box .price span {
  font-size: 6.5rem;
}
.s07__wrap .box1__wrap .box .price span:nth-child(2) {
  font-size: 2.5rem;
}
.s07__wrap .box1__wrap .box .item__wrap {
  background: #f5f5f5;
  margin: .5em;
  padding: 1em .5em .5em;
}
.s07__wrap .box1__wrap .box .item__wrap h4 {
  display: table;
  margin: auto;
  border-bottom: .2rem solid #000;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-bottom: .25em;
  text-align: center;
}
.s07__wrap .box1__wrap .box .item__wrap ul li {
  line-height: 1.6;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.s07__wrap .box1__wrap .box .p1 {
  font-size: 2.0rem;
  line-height: 1.4;
  margin: 0 2em;
}
.s07__wrap .box2__wrap {
  border: .6rem solid #dcdcdc;
  box-sizing: border-box;
  margin: auto;
  padding: 3rem 7rem;
  width: 133rem;
}
.s07__wrap .box2__wrap h3 {
  background: #b6a04f;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 4.0rem;
  letter-spacing: .15em;
  margin-bottom: .5em;
  padding: .15em 0;
  text-align: center;
}
.s07__wrap .box2__wrap ul li {
  font-size: 2.5rem;
  letter-spacing: .18em;
  line-height: 1.4;
}

/*notes*/
.s08__wrap {
  background: #f3edd8;
  padding: 15rem 0;
}
.s08__wrap .box__wrap {
  background: top center / contain url(../img/0801.webp) no-repeat;
  box-sizing: border-box;
  margin: auto;
  padding: 4rem;
  height: 44.4rem;
  width: 133.7rem;
}
.s08__wrap .box__wrap .h3__wrap {
  border-bottom: .1rem solid #b6a04f;
  margin-bottom: .25em;
}
.s08__wrap .box__wrap .h3__wrap h3 {
  background: #b6a04f;
  border-bottom: .1rem solid #b6a04f;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 4.5rem;
  letter-spacing: .15em;
  margin: 0 .5em .25em;
  text-align: center;
}
.s08__wrap .box__wrap p:nth-child(2) {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .2em;
  padding: .5em 3em 0;
}
.s08__wrap .box__wrap p:nth-child(3) {
  font-size: 2.3rem;
  letter-spacing: .15em;
  line-height: 1.6;
  padding: 0 3em;
}

/*notes*/
.s09__wrap {
  background: top center / cover url(../img/0900.webp) no-repeat;
  padding: 15rem 0;
}
.s09__wrap h2 img {
  width: 101rem;
}
.s09__wrap table {
  margin: auto;
  width: 126rem;
}
.s09__wrap table tr th {
  background: #f7f7f7;
  border: .2rem solid #000;
  box-sizing: border-box;
  font-weight: 500;
  padding: 1em;
  vertical-align: middle;
  width: 24rem;
}
.s09__wrap table tr:nth-child(1) th:nth-child(1) {
  background: rgba(255, 255, 255, 0);
  border: none;
}
.s09__wrap table tr td {
  background: #fff;
  border: .2rem solid #000;
  box-sizing: border-box;
  vertical-align: middle;
  width: 51rem;
}
.s09__wrap table tr td p {
  background: #c9bda6;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  padding: .75em;
  text-align: center;
}
.s09__wrap table tr td:nth-child(3) p {
  background: #9d8f75;
}
.s09__wrap table tr td img {
  display: block;
  margin: 2.5rem auto;
  width: 41rem;
}
.s09__wrap table tr:nth-child(n+2) td {
  line-height: 1.2;
  padding: 1em 2em;
}

/*notes*/
.s10__wrap {
  background: #f5f5f5;
  padding: 15rem 0;
}
.s10__wrap h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 4.8rem;
  letter-spacing: .2em;
  margin-bottom: 1.5em;
  text-align: center;
}
.s10__wrap div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  width: 170rem;
}
.s10__wrap div p {
  letter-spacing: .2em;
  width: 66.6rem;
}
.s10__wrap div img {
  width: 96.5rem;
}

/*notes*/
.s11__wrap {
  padding: 15rem 0 0;
}
.s11__wrap h2 img {
  margin-bottom: 3em;
  width: 30rem;
}
.faq__wrap {
  margin: auto;
  max-width: 126rem;
}
.faq__wrap .que {
  position: relative;
  display: flex;
  align-items: center;
  background: #f3edd8;
  color: #5e4f10;
  cursor: pointer;
  font-family: "Shippori Mincho", serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4rem;
  padding-right: 1.5em;
}
.faq__wrap .que p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b6a04f;
  color: #fff;
  font-size: 4.0rem;
  font-weight: 700;
  margin-right: .5em;
  height: 7rem;
  width: 7rem;
}
.faq__wrap .que p:nth-of-type(2) {
  width: 90%;
}
.faq__wrap .que:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2rem;
  background: #000;
  transform: rotate(45deg);
  transition: all .3s ease-in-out;
  height: .2rem;
  width: 2rem;
}
.faq__wrap .que:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 3.2rem;
  background: #000;
  transform: rotate(-45deg);
  transition: all .1s ease-in-out;
  height: .2rem;
  width: 2rem;
}
.faq__wrap .que.open:before {
  background: #000;
  transform: rotate(-45deg);
}
.faq__wrap .que.open:after {
  background: #000;
  transform: rotate(45deg);
}
.faq__wrap .ans {
  display: flex;
  align-items: flex-start;
  background: #fff;
  margin-bottom: .5em;
}
.faq__wrap .ans p:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.0rem;
  margin-right: .5em;
  height: 7rem;
  max-width: 7rem;
  width: 100%;
}
.faq__wrap .ans p:nth-of-type(2) {
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 6rem;
  padding-right: 3em;
}

/*notes*/
footer {
  background: #f3edd8;
  margin-top: 15rem;
  padding: 8rem 0 0;
}
footer .box__wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 131rem;
}
footer .box__wrap div:nth-child(1) {
  width: 60rem;
}
footer .box__wrap div:nth-child(1) p:nth-child(3) {
  color: #76693f;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: .75em 1em;
}
footer .box__wrap div:nth-child(1) p:nth-child(3) span {
  font-size: 2.8rem;
}
footer .box__wrap div:nth-child(1) p:nth-child(5) {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: .25em;
}
footer .box__wrap div:nth-child(2) {
  width: 64rem;
}
footer .box__wrap div:nth-child(2) .iframe__wrap {
  border: 2px solid #000;
  width: 100%;
}
footer .box__wrap div:nth-child(2) .iframe__wrap iframe {
  height: 56rem;
  width: 100%;
}
footer .box__wrap div:nth-child(2) p {
  color: #76693f;
  font-size: 2.8rem;
  line-height: 1.4;
  margin-top: 1em;
  text-align: center;
}
footer .bnr {
  display: block;
  margin: 2rem auto;
}
footer .cp {
  background: #b69e4e;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: .15em;
  margin-top: 5rem;
  padding: 1em;
  text-align: center;
}










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

/*notes*/
header {
  background: top center / cover url(../img/0000_sp.webp) no-repeat;
}
header .header__top__wrap {
  background: rgba(0, 0, 0, 0.8);
}
header .header__top__wrap .logo {
  margin-left: .5rem;
  padding: 1rem 0;
  width: 15rem;
}
header .header__top__wrap .tel__wrap {
  margin-right: 6.0rem;
  padding: .25em .5em .25em 1.5em;
}
header .header__top__wrap .tel__wrap p:nth-child(1) {
  font-size: 1.2rem;
}
header .header__top__wrap .tel__wrap p:nth-child(2) {
  font-size: 2.0rem;
}
header .header__top__wrap .tel__wrap p:nth-child(2):before {
  width: 1.7rem;
  height: 1.7rem;
  left: -15%;
}
header .header__main__wrap {
  box-sizing: border-box;
  padding: 8.6rem 4% 3rem;
  width: 100%;
}
header .header__main__wrap .header__main {
  display: block;
}
h1 {
  font-size: 2.2rem;
}
h1 span {
  font-size: 5.8rem;
}
header .header__main__wrap .header__main h3 {
  font-size: 1.7rem;
  margin-bottom: 24rem;
}
header .header__main__wrap .header__main div ul {
  width: 100%;
}
header .header__main__wrap .header__main div ul li {
  font-size: 1.5rem;
  height: 11.3rem;
  width: 11.3rem;
}
header .header__main__wrap .header__main div .item {
  margin-left: auto;
  margin-bottom: 1rem;
  width: 20rem;
}
header .header__main__wrap .header__main div .item p:nth-child(1) {
  font-size: 1.3rem;
  margin: -5% auto 0;
  width: 10.2rem;
}
header .header__main__wrap .header__main div .item p:nth-child(2) {
  font-size: 1.3rem;
}
header .header__main__wrap .header__main div .item p:nth-child(2) span span {
  font-size: 2.3rem;
}
header .header__main__wrap .header__main div .item p:nth-child(3) {
  font-size: 1.4rem;
}

/*hamburger*/
.hamburger {
  right : .5rem;
  top   : .25rem;
  width : 5.2rem;
  height: 5.2rem;
}
.hamburger span {
  width   : 3.0rem;
  height  : 0.1rem;
  left    : 1.05rem;
}
.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: .5rem;
  font-size: 1.2rem;
}
.globalMenuSp li {
  font-size: 1.5rem;
}

/*notes*/
.s01__wrap {
  padding: 5rem 5%;
}
.s01__wrap .box__wrap {
  border: .1rem solid #988431;
  padding: 3rem 5%;
  width: 100%;
}
.s01__wrap .box__wrap h2 {
  width: 25rem;
}
.s01__wrap .box__wrap h3 {
  font-size: 1.8rem;
  line-height: 1.4;
}
.s01__wrap .box__wrap .item__wrap {
  display: block;
  padding: 3rem 3% 3rem 3%;
}
.s01__wrap .box__wrap .item__wrap div:nth-child(1) {
  width: 100%;
}
.s01__wrap .box__wrap .item__wrap div:nth-child(1) p {
  font-size: 1.3rem;
  margin-bottom: 1em;
}
.s01__wrap .box__wrap .item__wrap div:nth-child(2) {
  width: 100%;
}
.s01__wrap .box__wrap .item__wrap div:nth-child(2) p {
  font-size: 1.3rem;
  line-height: 1.4;
}
.s01__wrap .box__wrap .item__wrap div:nth-child(2) p span {
  font-size: 1.3rem;
}

/*notes*/
.s02__wrap {
  padding: 5rem 0;
}
.s02__wrap h2,
.s03__wrap h2,
.s05__wrap h2,
.s06__wrap h2,
.s07__wrap h2,
.s09__wrap h2,
.s11__wrap h2 {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.4;
}
.s02__wrap h2 img,
.s03__wrap h2 img,
.s05__wrap h2 img,
.s06__wrap h2 img,
.s07__wrap h2 img,
.s09__wrap h2 img,
.s11__wrap h2 img {
  width: 22.8rem;
}
.s02__wrap ul {
  width: 100%;
}
.s02__wrap ul li {
  margin-bottom: 32rem;
  width: 100%;
}
.s02__wrap ul li:nth-child(n+2) {
  margin-bottom: 36rem;
}
.s02__wrap ul li:last-child {
  margin-bottom: 32rem;
}
.s02__wrap ul li .ph {
  width: 34.8rem;
}
.s02__wrap ul li .box__wrap {
  right: 0;
  bottom: -28rem;
  padding: 5%;
  width: 90%;
}
.s02__wrap ul li:nth-child(n+2) .box__wrap {
  bottom: -32rem;
}
.s02__wrap ul li:nth-child(even) .box__wrap {
  left: 0;
}
.s02__wrap ul li .box__wrap div img {
  margin-right: 2em;
  margin-bottom: 2em;
  width: 4.6rem;
}
.s02__wrap ul li .box__wrap div h3 {
  font-size: 1.8rem;
  letter-spacing: .15em;
  line-height: 1.4;
  text-align: center;
}

/*notes*/
.s03__wrap {
  padding: 5rem 5%;
}
.s03__wrap h2 img {
  width: 13rem;
}
.s03__wrap .slider {
  margin: 3rem auto 0;
  width: 100%;
}
.s03__wrap .slider .box__wrap {
  margin-top: 5rem;
  padding: 2.6rem 1.6rem;
}
.s03__wrap .slider .box__wrap h3 {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.2;
  padding: .5em 0;
  text-align: center;
  width: 100%;
}
.s03__wrap .slider .box__wrap:nth-child(2) h3 {
  top: -2.8rem;
}
.s03__wrap .slider .box__wrap:nth-child(3) h3 {
  top: -4.6rem;
}
.s03__wrap .slider .box__wrap:nth-child(4) h3 {
  top: -2.8rem;
}
.s03__wrap .slider .box__wrap .item1__wrap {
  display: block;
  margin-bottom: .8rem;
}
.s03__wrap .slider .box__wrap .item1__wrap:before {
  width: 1.2rem;
  height: 2.6rem;
  transform: rotate(90deg);
  top: 46%;
  left: 50%;
}
.s03__wrap .slider .box__wrap .item1__wrap img {
  margin-bottom: 3rem;
  width: 100%;
}
.s03__wrap .slider .box__wrap .item2__wrap {
  display: block;
  width: 100%;
}
.s03__wrap .slider .box__wrap .item2__wrap table {
  width: 100%;
}
.s03__wrap .slider .box__wrap .item2__wrap table:nth-child(1) tr:last-child {
  border-bottom: .1rem solid #c7b67f;
}
.s03__wrap .slider .box__wrap .item2__wrap table tr th {
  font-size: 1.3rem;
  width: 7.4rem;
}
.s03__wrap .slider .box__wrap .item2__wrap table tr td {
  padding: .75em .5em;
}
.s03__wrap .slider .box__wrap .item2__wrap table tr td ul li {
  margin-bottom: .25em;
}
.s03__wrap .slider .box__wrap p {
  font-size: 1.3rem;
  margin: 1em 0 0 0;
}

/*slick*/
.slick-prev,
.slick-next {
  width: 1.4rem !important;
  height: 2.6rem !important;
}
.slick-prev {
  left: -1rem !important;
}
.slick-next {
  right: -1rem !important;
}

/*notes*/
.s04__wrap {
  padding: 5rem 5% 0;
}
.s04__wrap .box__wrap {
  border: .1rem solid #988431;
  padding: 3rem 5%;
  width: 100%;
}
.s04__wrap .box__wrap .item1__wrap {
  display: block;
  margin-bottom: 1rem;
}
.s04__wrap .box__wrap .item1__wrap h2 {
  margin: 0 auto 1em;
  width: 25rem;
}
.s04__wrap .box__wrap .item1__wrap h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.s04__wrap .box__wrap .item1__wrap ul {
  display: block;
  margin: auto;
  width: 90%;
}
.s04__wrap .box__wrap .item1__wrap ul li {
  width: 100%;
}
.s04__wrap .box__wrap .item1__wrap .ph {
  width: 100%;
}
.s04__wrap .box__wrap .item2__wrap {
  background: #f3edd8;
  padding: 2rem 3%;
}
.s04__wrap .box__wrap .item2__wrap div {
  display: block;
}
.s04__wrap .box__wrap .item2__wrap div img {
  margin-top: 1em;
  width: 100%;
}
.s04__wrap .box__wrap .item2__wrap div p {
  padding: 1em;
  width: 100%;
}
.s04__wrap .box__wrap .item2__wrap .txt {
  font-size: 1.3rem;
}

/*notes*/
.s05__wrap {
  padding: 5rem 0;
}
.s05__wrap h2 img {
  width: 26rem;
}
.s05__wrap div {
  background: top center / cover url(../img/0502_sp.webp) no-repeat;
  height: 122.8rem;
  width: 35.5rem;
}
.s05__wrap div p:nth-child(1) {
  position: absolute;
  top: 35.5rem;
  left: 2rem;
  color: #686131;
  font-size: 1.6rem;
}
.s05__wrap div p:nth-child(1) span {
  font-size: 1.8rem;
}
.s05__wrap div p:nth-child(2) {
  top: 40.5rem;
  left: 2rem;
  line-height: 1.6;
  width: 85%;
}

/*notes*/
.s06__wrap {
  padding: 5rem 5%;
}
.s06__wrap h2 img {
  width: 14rem;
}
.s06__wrap ul {
  width: 100%;
}
.s06__wrap ul li {
  display: block;
  box-sizing: border-box;
  margin-bottom: 5rem;
  padding: 3rem 5%;
}
.s06__wrap ul li:before {
  width: 4.4rem;
  height: 1.4rem;
  bottom: -10%;
}
.s06__wrap ul li img {
  margin: 1em 0;
  width: 100%;
}
.s06__wrap ul li div {
  width: 100%;
}
.s06__wrap ul li div h3 {
  font-size: 1.8rem;
  letter-spacing: 0;
}
.s06__wrap ul li div h3 span {
  font-size: 2.3rem;
}
.s06__wrap ul li div p {
  line-height: 1.8;
}

/*notes*/
.s07__wrap {
  padding: 5rem 0;
}
.s07__wrap h2 img {
  width: 14rem;
}
.s07__wrap .txt {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: -1em 0 1em;
}
.s07__wrap .box1__wrap {
  display: block;
  background: none;
  padding: 4rem 5% 4rem;
  width: 100%;
}
.s07__wrap .box1__wrap .box {
  margin-bottom: 3rem;
  padding: .5rem .5rem 2em;
  width: 100%;
}
.s07__wrap .box1__wrap .box:last-child {
  margin-bottom: 0;
}
.s07__wrap .box1__wrap .box .h3__wrap {
  justify-content: space-between;
  padding: 0 2em;
}
.s07__wrap .box1__wrap .box .h3__wrap h3 {
  font-size: 2.2rem;
}
.s07__wrap .box1__wrap .box .h3__wrap p {
  font-size: 1.5rem;
  height: 4.2rem;
  width: 14.5rem;
}
.s07__wrap .box1__wrap .box .h3__wrap p span span {
  font-size: 1.4rem;
}
.s07__wrap .box1__wrap .box .price {
  font-size: 2.3rem;
}
.s07__wrap .box1__wrap .box .price span {
  font-size: 4.2rem;
}
.s07__wrap .box1__wrap .box .price span:nth-child(2) {
  font-size: 1.6rem;
}
.s07__wrap .box1__wrap .box .item__wrap {
  padding: 1em 1em .5em;
}
.s07__wrap .box1__wrap .box .item__wrap h4 {
  font-size: 1.6rem;
}
.s07__wrap .box1__wrap .box .p1 {
  font-size: 1.3rem;
  margin: 0 3%;
}
.s07__wrap .box2__wrap {
  box-sizing: border-box;
  margin: 0 5%;
  padding: .5rem;
  width: 90%;
}
.s07__wrap .box2__wrap h3 {
  font-size: 2.2rem;
  line-height: 1.2;
  padding: .5em 0;
}
.s07__wrap .box2__wrap ul {
  margin: .5em;
}
.s07__wrap .box2__wrap ul li {
  font-size: 1.6rem;
  margin: .5em;
}

/*notes*/
.s08__wrap {
  padding: 5rem 0;
}
.s08__wrap .box__wrap {
  background: top center / contain url(../img/0801_sp.webp) no-repeat;
  padding: 1rem;
  height: 40.5rem;
  width: 34rem;
}
.s08__wrap .box__wrap .h3__wrap {
  border-bottom: none;
}
.s08__wrap .box__wrap .h3__wrap h3 {
  font-size: 2.0rem;
  margin: 0 0 1em;
  padding: .5em;
  text-align: center;
}
.s08__wrap .box__wrap p:nth-child(2) {
  font-weight: 400;
  letter-spacing: .075em;
  line-height: 1.6;
  padding: 0 4%;
}
.s08__wrap .box__wrap p:nth-child(3) {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1em;
  padding: 0 4%;
}

/*notes*/
.s09__wrap {
  padding: 5rem 5%;
}
.s09__wrap h2 img {
  width: 34rem;
}
.s09__wrap table {
  width: 81rem;
}
.s09__wrap table tr th {
  border: .1rem solid #000;
  width: 16rem;
}
.s09__wrap table tr td {
  border: .1rem solid #000;
  width: 32.5rem;
}
.s09__wrap table tr td p {
  font-size: 1.7rem;
}
.s09__wrap table tr td img {
  margin: 1.5rem auto;
  width: 26rem;
}
.table-scroll {
  overflow-x: auto;
}

/*notes*/
.s10__wrap {
  padding: 5rem 0;
}
.s10__wrap h2 {
  font-size: 2.2rem;
  letter-spacing: .1em;
}
.s10__wrap div {
  display: block;
  width: 100%;
}
.s10__wrap div p {
  margin: 2em auto 0;
  width: 90%;
}
.s10__wrap div img {
  width: 90%;
}

/*notes*/
.s11__wrap {
  padding: 5rem 5% 0;
}
.s11__wrap h2 img {
  width: 10rem;
}
.faq__wrap .que {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  padding: .5em 2em .5em 0;
}
.faq__wrap .que p:nth-of-type(1) {
  background: none;
  color: #5e4f10;
  font-size: 1.9rem;
  height: 4rem;
  width: 4rem;
}
.faq__wrap .que p:nth-of-type(2) {
  width: 90%;
}
.faq__wrap .que:before {
  right: 1rem;
  height: .1rem;
  width: 1rem;
}
.faq__wrap .que:after {
  right: 1.7rem;
  height: .1rem;
  width: 1rem;
}
.faq__wrap .ans {
  background: #fff;
  margin-bottom: .5em;
}
.faq__wrap .ans p:nth-of-type(1) {
  font-size: 1.7rem;
  height: 4rem;
  max-width: 4rem;
}
.faq__wrap .ans p:nth-of-type(2) {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  padding-right: 1.5em;
}

/*notes*/
footer {
  margin-top: 5rem;
  padding: 5rem 0 0;
}
footer .box__wrap {
  display: block;
  width: 90%;
}
footer .box__wrap div:nth-child(1) {
  width: 100%;
}
footer .box__wrap div:nth-child(1) p:nth-child(3) {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 1em;
}
footer .box__wrap div:nth-child(1) p:nth-child(3) span {
  font-size: 1.8rem;
}
footer .box__wrap div:nth-child(1) p:nth-child(5) {
  font-size: 1.4rem;
  margin-bottom: 2em;
}
footer .box__wrap div:nth-child(2) {
  width: 100%;
}
footer .box__wrap div:nth-child(2) .iframe__wrap iframe {
  height: 30rem;
  width: 100%;
}
footer .box__wrap div:nth-child(2) p {
  font-size: 1.8rem;
}
footer .cp {
  font-size: 1.3rem;
}

.floating__wrap {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.floating__wrap .tel__wrap {
  background: rgba(0, 0, 0, 0.8);
  border: .1rem solid #fff;
  color: #fff;
  margin-left: auto;
  margin-right: 6.0rem;
  padding: .25em .5em .25em 1.5em;
  text-align: center;
  transform: scale(1.2);
  width: 60%;
}
.floating__wrap .tel__wrap p:nth-child(1) {
  font-size: 1.2rem;
}
.floating__wrap .tel__wrap p:nth-child(2) {
  position: relative;
  font-size: 2.0rem;
  line-height: 1;
}
.floating__wrap .tel__wrap p:nth-child(2):before {
  content: '';
  position: absolute;
  background: 100% / 100% url(../img/0002.webp) no-repeat;
  width: 1.7rem;
  height: 1.7rem;
  top: 10%;
  left: 5%;
}














}
