body {
  overflow-x: hidden;
}

:root {
  --animate-delay: 0.5s;
}

.wrap {
  width: 87.5%;
  margin: 0 auto;
  position: relative;
}

.w1440 {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.goTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
.goTop img {
  display: block;
}
.goTop::after {
  content: "";
  position: absolute;
  left: 5px;
  top: -20px;
  width: 55px;
  height: 16px;
  background: url(../images/top02.png) no-repeat;
  transition: all 0.5s;
}
.goTop:hover::after {
  top: -30px;
}

.leftMenu_z {
  display: none;
}

#leftMenu {
  display: none;
}

.subNavMain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.subNavMain .logo {
  float: left;
  line-height: 118px;
}
.subNavMain .logo img {
  display: inline-block;
  vertical-align: middle;
}
.subNavMain ul {
  float: right;
  margin-top: 35px;
}
.subNavMain ul li {
  float: left;
  margin-right: 36px;
  font: normal 16px/48px "NOTOSANSJP-REGULAR";
  color: #fff;
  position: relative;
}
.subNavMain ul li a {
  display: block;
  color: #fff;
  position: relative;
}
.subNavMain ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}
.subNavMain ul li a:hover::after {
  width: 100%;
}
.subNavMain .phoneNavBtn {
  display: none;
}

.subfooterBox {
  position: relative;
  padding: 66px 0 30px;
  background-color: #383028;
}
.subfooterBox .bottomLogo img {
  display: block;
}
.subfooterBox .footerNav {
  margin-top: 22px;
}
.subfooterBox .footerNav li {
  display: inline-block;
  margin-right: 30px;
  font: normal 14px/44px "NOTOSANSJP-REGULAR";
}
.subfooterBox .footerNav li a {
  display: block;
  color: #fff;
}
.subfooterBox .footerNav li a:last-child {
  margin-right: 0;
}
.subfooterBox .footerNav li a:hover {
  color: #868990;
}
.subfooterBox .share {
  position: absolute;
  right: 0;
  top: 44px;
}
.subfooterBox .share a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  border-radius: 50%;
  transition: all 0.5s;
}
.subfooterBox .share a img {
  display: block;
  width: 100%;
}
.subfooterBox .share a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
.subfooterBox .copyRight {
  font: normal 14px/52px "NOTOSANSJP-REGULAR";
  color: #fff;
}

.subBannerMain04 {
  position: relative;
  padding-bottom: 5.2%;
}
.subBannerMain04 .bg {
  display: block;
  width: 93.75%;
}
.subBannerMain04 .txt01 {
  position: absolute;
  left: 12.5%;
  top: 47%;
  width: 30.52%;
}
.subBannerMain04 .txt02 {
  position: absolute;
  right: 2.34%;
  top: 9.36%;
  width: 1.72%;
}
.subBannerMain04 .img01 {
  position: absolute;
  right: 17.18%;
  bottom: 0;
  width: 21.04%;
  transition: all 0.5s;
}
.subBannerMain04 .img01:hover {
  transform: translateY(-15px);
}

.campsite01 {
  padding-top: 60px;
}
.campsite01 .img {
  float: left;
  width: 54.5%;
  border: 12px solid #d7b87b;
  overflow: hidden;
  border-radius: 50px 0 50px 0;
}
.campsite01 .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.campsite01 .img img:hover {
  transform: scale(1.1);
}
.campsite01 .txt {
  float: right;
  width: 34%;
  margin-top: 6.25%;
}
.campsite01 .txt .tit {
  position: relative;
  border-bottom: 1px solid #3f392e;
}
.campsite01 .txt .tit span, .campsite01 .txt .tit div {
  font: bold 16px/30px "SourceHanSans";
  color: #655b48;
  text-transform: uppercase;
}
.campsite01 .txt .tit h2 {
  font: normal 44px/100px "Corporate Logo Rounded";
  color: #28241d;
}
.campsite01 .txt .tit div {
  position: absolute;
  right: 10%;
  bottom: -40px;
  color: #e5e3e0;
}
.campsite01 .txt p {
  margin-top: 4em;
  font: normal 20px/48px "NOTOSANSJP-MEDIUM";
  color: #54452c;
}

.campsite02 {
  padding-bottom: 9.58%;
  background: url(../images/campsite-bg01.png) no-repeat center top;
  background-size: 100% auto;
}
.campsite02 .tag {
  position: absolute;
  font: normal 24px/50px "CANDELIA-REGULAR-2";
  color: #d7b87b;
  transform: rotateZ(-15deg);
}
.campsite02 .img01 {
  position: relative;
  float: right;
  width: 21.25%;
  margin-right: 8.85%;
}
.campsite02 .img01 div {
  overflow: hidden;
  border-radius: 32px;
}
.campsite02 .img01 img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.campsite02 .img01 img:hover {
  transform: scale(1.1);
}
.campsite02 .img01 .tag {
  right: -15%;
  bottom: 0;
}
.campsite02 .img02 {
  position: relative;
  float: right;
  width: 20.73%;
  margin-right: 2.29%;
  margin-top: 17.5%;
}
.campsite02 .img02 div {
  overflow: hidden;
  border-radius: 32px;
}
.campsite02 .img02 img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.campsite02 .img02 img:hover {
  transform: scale(1.1);
}
.campsite02 .img02 .tag {
  left: -15%;
  top: 0;
}
.campsite02 .txt {
  float: right;
  max-width: 464px;
  margin-right: 6.975%;
  margin-top: 23%;
}
.campsite02 .txt span {
  display: block;
  font: bold 24px/60px "SourceHanSans";
  color: #c1b899;
  text-transform: uppercase;
  text-align: center;
}
.campsite02 .txt h2 {
  width: 100%;
  background-color: #fff;
  border-radius: 36px;
  font: normal 44px/72px "Corporate Logo Rounded";
  color: #28241d;
  text-align: center;
}
.campsite02 .txt h2 a {
  display: block;
  color: #28241d;
}
.campsite02 .txt h2:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.campsite02 .txt p {
  padding-left: 80px;
  margin-top: 15%;
  font: normal 20px/48px "NOTOSANSJP-MEDIUM";
  color: #54452c;
}

.campsite03 {
  margin-top: -60px;
  margin-bottom: 5.5%;
}
.campsite03 .title {
  position: relative;
  padding-top: 62px;
  padding-bottom: 18px;
  background: url(../images/campsite-bg03.png) no-repeat center bottom;
  text-align: center;
}
.campsite03 .title h2 {
  font: normal 44px/80px "Corporate Logo Rounded";
  color: #28241d;
}
.campsite03 .title span {
  display: block;
  font: bold 24px/48px "SourceHanSans";
  color: #c1b899;
  text-transform: uppercase;
}
.campsite03 .title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 454px;
  height: 52px;
  margin-left: -227px;
  background: url(../images/campsite-bg02.png) no-repeat;
}
.campsite03 ul {
  padding-top: 36px;
}
.campsite03 ul li {
  float: left;
  width: 27.32%;
  margin: 0 2.89%;
}
.campsite03 ul li img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.campsite03 ul li img:hover {
  transform: translateY(-15px);
}
.campsite03 ul li:nth-child(2) {
  width: 27.98%;
}

.campsite04 {
  padding-bottom: 44px;
  background: url(../images/campsite-bg04.png) no-repeat right bottom;
  background-size: 26.36% auto;
}
.campsite04 .img {
  float: left;
  width: 51.4%;
  overflow: hidden;
  margin-left: 6.25%;
}
.campsite04 .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.campsite04 .img img:hover {
  transform: scale(1.1);
}
.campsite04 .txt {
  float: right;
  width: 38.38%;
  margin-top: 5.88%;
}
.campsite04 .txt .tit {
  position: relative;
}
.campsite04 .txt .tit h2 {
  font: normal 44px/80px "Corporate Logo Rounded";
  color: #28241d;
}
.campsite04 .txt .tit span {
  font: bold 24px/54px "SourceHanSans";
  color: #655b48;
  text-transform: uppercase;
}
.campsite04 .txt p {
  position: relative;
  width: 90%;
  margin-top: 10%;
  font: normal 20px/48px "NOTOSANSJP-MEDIUM";
  color: #54452c;
}
.campsite04 .txt p::after {
  content: "";
  position: absolute;
  left: 0;
  top: -24px;
  width: 100px;
  height: 8px;
  border-radius: 4px;
  background: #d7b87b;
}

.campsite05 {
  position: relative;
  padding-top: 3.85%;
  padding-bottom: 10.1%;
  background: url(../images/campsite-bg05.png) no-repeat center bottom;
  background-size: 100% auto;
}
.campsite05 .title {
  position: relative;
}
.campsite05 .title h2 {
  font: normal 44px/80px "Corporate Logo Rounded";
  color: #28241d;
}
.campsite05 .title span {
  display: block;
  font: bold 24px/36px "SourceHanSans";
  color: #c1b899;
  text-transform: uppercase;
}
.campsite05 .title p {
  position: absolute;
  right: 0;
  top: 130px;
  font: normal 14px/24px "NOTOSANSJP-MEDIUM";
  color: #54452c;
}
.campsite05 .title::after {
  content: "";
  position: absolute;
  left: 142px;
  top: 40px;
  width: 208px;
  height: 154px;
  background: url(../images/campsite-img10.png) no-repeat;
}
.campsite05 .mySwiper {
  width: 40.36%;
  margin: 5.83% auto 0;
  overflow: initial !important;
}
.campsite05 .mySwiper .swiper-slide {
  box-sizing: border-box;
  border-radius: 36px;
  overflow: hidden;
}
.campsite05 .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.campsite05 .mySwiper .swiper-slide img:hover {
  transform: scale(1.1);
}
.campsite05 .img {
  position: absolute;
  right: 6.25%;
  bottom: -42px;
  width: 25.26%;
}

.campsite06 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 5.63%;
  background: url(../images/campsite-bg06.png) no-repeat center bottom;
  background-size: 100% auto;
}
.campsite06 .info {
  min-height: 235px;
  margin-bottom: 6%;
  background: #f7e6ac url(../images/campsite-img18.png) no-repeat right bottom;
}
.campsite06 .info > span {
  float: left;
  height: 200px;
  margin-top: 30px;
  margin-left: 3%;
  font: bold 26px/40px "SourceHanSans";
  color: #c5b887;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.campsite06 .info h2 {
  float: left;
  margin-left: 3.5%;
  margin-right: 6%;
  font: normal 44px/235px "Corporate Logo Rounded";
  color: #28241d;
}
.campsite06 .info p {
  float: left;
  margin-left: 3.5%;
  margin-top: 68px;
  font: normal 18px/38px "Corporate Logo Rounded";
  color: #28241d;
}
.campsite06 .info p span {
  display: inline-block;
}
.campsite06 ul li {
  float: left;
  width: 13.75%;
  margin-left: 2.5%;
  transition: all 0.5s;
}
.campsite06 ul li a {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
}
.campsite06 ul li a img {
  display: block;
  width: 100%;
}
.campsite06 ul li a h3 {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  font: normal 28px/48px "Corporate Logo Rounded";
}
.campsite06 ul li a span {
  display: block;
  width: 100%;
  font: normal 12px/48px "CANDELIA-REGULAR-2";
  color: #fff;
  transform: scale(0.7);
}
.campsite06 ul li:nth-child(3) a h3 {
  top: 20%;
}
.campsite06 ul li:hover {
  transform: translateY(-15px);
}
.campsite06::after {
  content: "";
  position: absolute;
  left: 15%;
  top: 0;
  width: 155px;
  height: 148px;
  background: url(../images/campsite-img16.png) no-repeat;
}
.campsite06::before {
  content: "";
  position: absolute;
  left: 3.3%;
  bottom: -12px;
  width: 132px;
  height: 83px;
  background: url(../images/campsite-img19.png) no-repeat;
  z-index: 2;
}

@media (min-width: 1000px) and (max-width: 1700px) {
  .wrap {
    width: 92%;
  }
  .subNavMain ul li {
    margin-right: 20px;
  }
  .subBannerMain04 .bg {
    width: 96%;
  }
  .subBannerMain04 .txt02 {
    right: 1%;
  }
  .campsite06 ul li {
    margin-left: 2.4%;
  }
  .campsite06 ul li a h3 {
    font-size: 24px;
  }
  .campsite06 ul li a span {
    width: 150%;
    margin-left: -25%;
    transform: scale(0.7);
  }
}
@media (min-width: 1000px) and (max-width: 1580px) {
  .w1440 {
    width: 92%;
  }
  .campsite06 .info p {
    margin-left: 0.5%;
  }
  .campsite06 .info .p02 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1000px) and (max-width: 1470px) {
  .subNavMain {
    text-align: center;
  }
  .subNavMain .logo {
    float: none;
    line-height: 60px;
  }
  .subNavMain .logo img {
    display: inline-block;
    vertical-align: middle;
  }
  .subNavMain ul {
    float: none;
    margin-top: 0;
  }
  .subNavMain ul li {
    float: none;
    display: inline-block;
    margin-right: 15px;
  }
  .subfooterBox .share {
    top: 0px;
  }
  .campsite02 .tag {
    font-size: 14px;
  }
  .campsite03 .title {
    background-size: 100% auto;
  }
  .campsite06 .info .p02 {
    margin-top: 30px;
  }
  .campsite06 ul li {
    width: 20%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .campsite02 .txt p {
    padding-left: 0;
  }
  .campsite04 .txt {
    margin-top: 1%;
  }
  .campsite05 .title p {
    left: 362px;
    top: 100px;
  }
}
@media (min-width: 1000px) and (max-width: 1080px) {
  .wrap {
    width: 94%;
  }
  .subfooterBox .footerNav li {
    margin-right: 20px;
  }
}/*# sourceMappingURL=campsite-pc.css.map */