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;
}

.body {
  background-color: #f7f3ea;
}

.indexNavMain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.indexNavMain .logo {
  float: left;
  margin-top: 2.6%;
}

.indexNavMain .logo img {
  display: block;
}

.indexNavMain ul {
  float: right;
  margin-top: 2.6%;
}

.indexNavMain ul li {
  float: left;
  margin-right: 36px;
  font: normal 16px/22px "NOTOSANSJP-REGULAR";
  color: #514b39;
  position: relative;
}

.indexNavMain ul li a {
  display: block;
  color: #514b39;
}

.indexNavMain ul li a:hover {
  color: #141414;
}

.indexNavMain ul li:last-child {
  margin-right: 0;
  margin-top: -2.6%;
  width: 136px;
  height: 156px;
  background: #323f6b;
  border-radius: 0 0 68px 68px;
}

.indexNavMain ul li:last-child a {
  color: #fff;
  writing-mode: initial;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
}

.indexNavMain ul li:last-child a img {
  display: block;
  margin: 29px auto 0;
}

.indexNavMain ul li:last-child a:hover {
  font-weight: bold;
}

.indexNavMain .phoneNavBtn {
  display: none;
}

.indexBannerMain {
  position: relative;
}

.indexBannerMain .img01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.indexBannerMain .img02 {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
}

.indexBannerMain .img03 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20.83%;
  transition: all 0.5s;
}

.indexBannerMain .img03:hover {
  transform: translateY(-15px);
}

.indexCommitmentMain {
  width: 100%;
  background: url(../images/indexBg01.png) no-repeat;
  background-position: center 20%;
  background-size: 100% auto;
}

.indexCommitmentMain .title {
  padding: 56px 0 85px;
  text-align: center;
}

.indexCommitmentMain .title h2 {
  display: inline-block;
  margin: 0 20px;
}

.indexCommitmentMain .title h2 img {
  display: block;
}

.indexCommitmentMain ul {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.indexCommitmentMain .left {
  padding-top: 120px;
}

.indexCommitmentMain .right {
  padding-top: 126px;
  margin-right: 0;
}

.indexCommitmentMain li {
  position: relative;
  margin-bottom: 60px;
}

.indexCommitmentMain li .img {
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
}

.indexCommitmentMain li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.indexCommitmentMain li .txt {
  position: absolute;
  left: 0;
}

.indexCommitmentMain li .txt h3 {
  position: relative;
  max-width: 100%;
  font: normal 40px/64px "Corporate Logo Rounded";
  color: #fff;
  z-index: 2;
}

.indexCommitmentMain li .txt span {
  position: relative;
  display: block;
  max-width: 100%;
  font: normal 13px/50px "CANDELIA-REGULAR-2";
  color: #fff;
  white-space: nowrap;
  z-index: 2;
}

.indexCommitmentMain li .txt p {
  position: relative;
  font: bold 24px/44px "Corporate Logo Rounded";
  color: #fff;
  z-index: 2;
}

.indexCommitmentMain li .txt img {
  position: absolute;
  z-index: 1;
}

.indexCommitmentMain li a {
  position: absolute;
  left: 50%;
  margin-left: -130px;
  bottom: 10%;
  width: 260px;
  height: 60px;
  background-color: #323f6b;
  border-radius: 30px;
  font: 22px/60px "SourceHanSansCN-Bold";
  color: #fff;
  text-align: center;
}

.indexCommitmentMain li a:hover {
  background-color: #ccac78;
  color: #323f6b;
}

.indexCommitmentMain li:hover .img img {
  transform: scale(1.1);
}

.indexCommitmentMain .li01 .txt {
  width: 100%;
  top: 40%;
  transform: rotateZ(-15deg);
  text-align: center;
}

.indexCommitmentMain .li01 .txt span {
  padding-right: 10%;
  text-align: right;
}

.indexCommitmentMain .li01 .txt img {
  width: 50%;
  left: 25%;
  top: 0;
}

.indexCommitmentMain .li02 .txt {
  width: 100%;
  bottom: 20%;
  text-align: center;
}

.indexCommitmentMain .li02 .txt h3 {
  padding-left: 14%;
  text-align: left;
}

.indexCommitmentMain .li02 .txt img {
  width: 39%;
  left: 35%;
  top: -10%;
}

.indexCommitmentMain .li02 a {
  bottom: -30px;
}

.indexCommitmentMain .li03 .txt {
  width: 100%;
  top: 10%;
  transform: rotateZ(-10deg);
  text-align: right;
}

.indexCommitmentMain .li03 .txt span {
  text-align: right;
}

.indexCommitmentMain .li03 .txt img {
  width: 43%;
  right: -22%;
  top: -36%;
}

.indexCommitmentMain .li04 .txt {
  width: 100%;
  top: 20%;
  text-align: center;
}

.indexCommitmentMain .li04 .txt h3 {
  font-size: 38px;
}

.indexCommitmentMain .li04 .txt span {
  padding-right: 10%;
}

.indexCommitmentMain .li04 .txt img {
  width: 39%;
  left: -10%;
  top: 0;
}

.indexCommitmentMain .li05 {
  margin-top: 56px;
}

.indexCommitmentMain .li05 .txt {
  width: 100%;
  left: 20%;
  top: 30%;
}

.indexCommitmentMain .li05 .txt img {
  width: 30%;
  left: 12%;
  top: -20%;
}

.indexCommitmentMain .li06 .txt {
  width: 100%;
  bottom: 40%;
  transform: rotateZ(-15deg);
  text-align: center;
}

.indexCommitmentMain .li06 .txt h3 {
  font-size: 36px;
}

.indexCommitmentMain .li06 .txt span {
  padding-right: 10%;
  text-align: right;
}

.indexCommitmentMain .li06 .txt img {
  width: 36%;
  right: -10%;
  top: 0;
}

.indexHowMain {
  color: #3a3528;
}

.indexHowMain .main {
  position: relative;
}

.indexHowMain .main img {
  display: block;
  width: 100%;
}

.indexHowMain .main .only-m {
  display: none;
}

.indexHowMain .main .title {
  position: absolute;
  left: 10%;
  top: 0;
  width: 90%;
  transform: rotateZ(-10deg);
}

.indexHowMain .main .title h2 {
  font: normal 74px/84px "Corporate Logo Rounded";
}

.indexHowMain .main .title p {
  padding-left: 10%;
  font: normal 34px/50px "AXUREHANDWRITING";
  color: #323f6b;
  text-transform: uppercase;
}

.indexHowMain .main .txt {
  position: absolute;
  right: 40.6%;
  top: 30%;
}

.indexHowMain .main .txt h3 {
  float: right;
  margin-left: 46px;
  font: bold 36px/46px "Corporate Logo Rounded";
  writing-mode: vertical-rl;
}

.indexHowMain .main .txt p {
  float: left;
  height: 380px;
  font: normal 22px/46px "KIWIMARU-MEDIUM";
  writing-mode: vertical-rl;
}

.indexHowMain .main .more {
  position: absolute;
  bottom: 15%;
}

.indexHowMain .main .more img {
  display: block;
  transition: all 0.5s;
}

.indexHowMain .main .more:hover img {
  transform: scale(1.1);
}

.indexHowMain .main02 .txt {
  right: 13.2%;
  top: 30%;
}

.indexHowMain .main02 .more {
  left: 12.5%;
}

.indexHowMain .main03 .txt {
  right: inherit;
  left: 8.8%;
  top: 25%;
}

.indexHowMain .main03 .txt h3 {
  float: none;
  margin-left: 0;
  margin-bottom: 50px;
  writing-mode: initial;
}

.indexHowMain .main03 .txt p {
  float: none;
  width: 440px;
  height: auto;
  writing-mode: initial;
}

.indexHowMain .main03 .more {
  right: 12.5%;
}

.indexEMain .title {
  padding-bottom: 66px;
  background: url(../images/titbg03.png) no-repeat center top;
  background-size: 100% auto;
  text-align: center;
  font: normal 54px/120px "Corporate Logo Rounded";
  color: #323f6b;
}

.indexEMain .title h2 {
  font-size: 74px;
}

.indexEMain .title p {
  font-size: 60px;
  text-transform: uppercase;
}

.indexEMain ul li {
  position: relative;
  margin-bottom: 140px;
}

.indexEMain ul li .img {
  float: right;
  width: 50%;
  height: 430px;
  border: 18px solid #fff;
  position: relative;
  box-sizing: border-box;
  margin-top: 30px;
}

.indexEMain ul li .img .imgbox {
  width: 100%;
  height: 0;
  padding-top: 394px;
  overflow: hidden;
  position: relative;
}

.indexEMain ul li .img .imgbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.indexEMain ul li .img img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -400px;
  transition: all 0.5s;
}

.indexEMain ul li .img img:hover {
  transform: scale(1.08);
}

.indexEMain ul li .txt {
  position: relative;
  float: left;
  width: 50%;
  height: 430px;
  margin-top: 30px;
  border-radius: 72px 0 0 0;
  background: #e5d2ac url(../images/libg01.png) no-repeat right top;
}

.indexEMain ul li .txt main {
  width: 82%;
  margin: 0 auto;
}

.indexEMain ul li .txt .tit {
  padding-top: 15%;
  padding-bottom: 17px;
  position: relative;
}

.indexEMain ul li .txt .tit h3 {
  position: relative;
  margin-bottom: -60px;
  font: normal 58px/82px "Corporate Logo Rounded";
  color: #3a3528;
  z-index: 2;
}

.indexEMain ul li .txt .tit span {
  position: relative;
  display: block;
  font: 60px/80px "impact";
  color: #cdbc9a;
  text-transform: uppercase;
  z-index: 1;
}

.indexEMain ul li .txt .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102px;
  height: 17px;
  border-radius: 8px;
  background-color: #323f6b;
}

.indexEMain ul li .txt p {
  margin-top: 46px;
  color: #4e481d;
  font: normal 22px/46px "Corporate Logo Rounded";
}

.indexEMain ul li .txt img {
  position: absolute;
}

.indexEMain ul li .txt .tag01 {
  left: 30%;
  bottom: -10%;
  width: 30%;
}

.indexEMain ul li .txt .tag02 {
  right: -15%;
  top: 10%;
  width: 21%;
}

.indexEMain ul li .more {
  position: absolute;
  right: -100px;
  top: -100px;
}

.indexEMain ul li .more img {
  display: block;
  transition: all 0.5s;
}

.indexEMain ul li .more:hover img {
  transform: scale(1.1);
}

.indexEMain ul li:nth-child(2n) .img {
  float: left;
}

.indexEMain ul li:nth-child(2n) .txt {
  float: right;
  border-radius: 0 72px 0 0;
  background: #323f6b url(../images/libg02.png) no-repeat left top;
}

.indexEMain ul li:nth-child(2n) .txt .tit h3 {
  color: #fff;
}

.indexEMain ul li:nth-child(2n) .txt .tit span {
  color: #364370;
}

.indexEMain ul li:nth-child(2n) .txt .tit::after {
  background-color: #e5d2ac;
}

.indexEMain ul li:nth-child(2n) .txt p {
  color: #fff;
}

.indexEMain ul li:nth-child(2n) .txt .tag01 {
  left: initial;
  right: 25%;
  top: -15%;
  bottom: inherit;
  width: 18.8%;
}

.indexEMain ul li:nth-child(2n) .more {
  position: absolute;
  left: -100px;
  top: -100px;
}

.indexEMain ul li:nth-child(3) .txt {
  background-image: url(../images/libg03.png);
}

.indexEMain ul li:nth-child(3) .txt .tag01 {
  left: -5%;
  width: 30%;
}

.indexEMain .wbanner {
  text-align: center;
}

.indexEMain .wbanner a {
  float: left;
  transition: all 0.5s;
}

.indexEMain .wbanner a:nth-child(1) {
  width: 41.25%;
  margin-left: 4%;
  margin-right: 2.4%;
}

.indexEMain .wbanner a:nth-child(2) {
  width: 45.95%;
  margin-left: 2.4%;
  margin-right: 4%;
}

.indexEMain .wbanner a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.indexEMain .wbanner a:hover {
  transform: translateY(-10px);
}

.indexEMain .wbanner02 {
  margin-top: 72px;
}

.indexEMain .wbanner02 a {
  display: block;
  transition: all 0.5s;
}

.indexEMain .wbanner02 a img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.indexEMain .wbanner02 a:hover {
  transform: translateY(-10px);
}

.indexMapMain {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #184582;
}

.indexMapMain p {
  font: normal 24px/60px "NOTOSANSJP-REGULAR";
  color: #fff;
}

.indexMapMain .mapAddress {
  padding: 40px;
}

.indexMapMain .mapAddress li:first-child {
  margin-left: 36px;
}

.indexMapMain .mapAddress li {
  float: left;
  margin-left: 54px;
  width: 44%;
}

.indexMapMain .mapAddress li img {
  width: 100%;
  height: auto;
}

.indexCampsiteMain {
  padding-top: 13.6%;
  padding-bottom: 60px;
  background: #184582 url(../images/indexBg06.png) no-repeat center top;
  background-size: 100% auto;
  position: relative;
}

.indexCampsiteMain .title {
  padding: 72px 0 0;
  background: url(../images/titbg01.png) no-repeat center top;
  text-align: center;
  position: relative;
}

.indexCampsiteMain .title h2 {
  font: normal 54px/80px "AXUREHANDWRITING";
  color: #d4b67e;
  text-transform: uppercase;
}

.indexCampsiteMain .title p {
  position: relative;
  font: bold 56px/110px "Corporate Logo Rounded";
  color: #fff;
  z-index: 2;
}

.indexCampsiteMain .title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 290px;
  height: 44px;
  margin-left: -145px;
  border-radius: 22px;
  background-color: #d4b67e;
  z-index: 1;
}

.indexCampsiteMain ul li {
  float: left;
  position: relative;
}

.indexCampsiteMain ul li .img {
  overflow: hidden;
  border-radius: 18px;
}

.indexCampsiteMain ul li .img img {
  display: block;
  width: 100%;
  transition: 0.5s;
}

.indexCampsiteMain ul li .img img:hover {
  transform: scale(1.07);
}

.indexCampsiteMain ul li:nth-child(1) {
  width: 30%;
}

.indexCampsiteMain ul li:nth-child(1) .txt {
  position: absolute;
  left: -10%;
  top: 10%;
}

.indexCampsiteMain ul li:nth-child(2) {
  width: 33%;
  margin: 10% 3% 0;
}

.indexCampsiteMain ul li:nth-child(2) .txt {
  position: relative;
  padding-top: 40px;
}

.indexCampsiteMain ul li:nth-child(2) .txt p {
  font: normal 22px/46px "KIWIMARU-MEDIUM";
  color: #789bca;
}

.indexCampsiteMain ul li:nth-child(2) .txt p span {
  display: block;
}

.indexCampsiteMain ul li:nth-child(2) .txt p span:nth-child(2) {
  padding-left: 3em;
}

.indexCampsiteMain ul li:nth-child(2) .txt img {
  position: absolute;
  right: 0;
  top: -54%;
  width: 38%;
}

.indexCampsiteMain ul li:nth-child(3) {
  width: 31%;
}

.indexCampsiteMain ul li:nth-child(3) .txt {
  position: absolute;
  right: -10%;
  bottom: -5%;
}

.indexCampsiteMain .more {
  position: absolute;
  left: 0;
  bottom: 0;
}

.indexCampsiteMain .more img {
  display: block;
  transition: all 0.5s;
}

.indexCampsiteMain .more:hover img {
  transform: scale(1.1);
}

.footerBox {
  padding-top: 140px;
  padding-bottom: 80px;
  background: #1f1f1f url(../images/indexBg07.png) no-repeat center top;
  text-align: center;
}

.footerBox .footerNav {
  color: #fff;
  font: normal 18px/48px "NOTOSANSJP-REGULAR";
}

.footerBox .footerNav li {
  display: inline-block;
  margin-right: 16px;
  margin-left: 16px;
}

.footerBox .footerNav li a {
  display: block;
  color: #fff;
}

.footerBox .footerNav li a:last-child {
  margin-right: 0;
}

.footerBox .footerNav li a:hover {
  color: #868990;
}

.footerBox .copyRight {
  font: normal 16px/60px "NOTOSANSJP-REGULAR";
  color: #fff;
}

.footerBox .share {
  margin-top: 25px;
}

.footerBox .share a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  border-radius: 50%;
  transition: all 0.5s;
}

.footerBox .share a img {
  display: block;
  width: 100%;
}

.footerBox .share a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.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: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

.subNavMain .wrap {
  border-bottom: 1px solid #c3b8a4;
}

.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: #3a3528;
  position: relative;
}

.subNavMain ul li a {
  display: block;
  color: #3a3528;
  position: relative;
}

.subNavMain ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #3a3528;
  transition: all 0.3s;
}

.subNavMain ul li a:hover::after {
  width: 100%;
}

.subNavMain ul li:last-child {
  margin-right: 0 !important;
}

.subNavMain .phoneNavBtn {
  display: none;
}

.subNavMainBg {
  background-color: #fff;
}

.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;
}

.subBannerMain {
  height: 247px;
  margin-top: 119px;
  margin-bottom: 63px;
  background: url(../images/sub-banner01.jpg) no-repeat left top;
}

.subBannerMain h1 {
  position: relative;
  padding-top: 106px;
  background: url(../images/titbg01.png) no-repeat;
  background-position: center 32px;
  font: normal 24px/44px "YUMIN";
  color: #3a3528;
  text-align: center;
}

.subBannerMain h1 span {
  display: block;
  font: italic 52px/60px "YUMIN";
  color: #49270e;
  text-transform: uppercase;
}

.subBannerMain h1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 260px;
  height: 247px;
  margin-left: -130px;
  background: url(../images/sub-banner-img02.png) no-repeat;
}

.subBannerMain h1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 235px;
  height: 211px;
  background: url(../images/sub-banner-img.png) no-repeat;
}

.menu-title-m {
  display: none;
}

.subMenumain {
  position: relative;
}

.subMenumain .menu-title {
  float: left;
  width: 18.5%;
}

.subMenumain .menu-title img {
  display: block;
  max-width: 100%;
}

.subMenumain .coffeeTea {
  float: right;
  width: 77.22%;
}
#cafeMenu .coffeeTea ul .coffeeStyle{
  width: 42%;
}
#sweetMenu  ul .sweetStyle{
  width: 35%;
}
.subMenumain ul li {
  float: left;
  width: 22.9%;
  margin-right: 2.8%;
  margin-bottom: 36px;
  background-color: #fff;
}

.subMenumain ul li a {
  display: block;
}

.subMenumain ul li .img {
  overflow: hidden;
}

.subMenumain ul li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.subMenumain ul .coffeStyle {
  width: 25.9%;
}

.subMenumain ul li h3 {
  margin: 14px 0 20px;
  font: normal 16px/26px "YUMIN";
  color: #3a3528;
}

.subMenumain ul li h3 span {
  font: normal 16px/26px "YUMIN";
  color: #3a3528;
  display: inline-block;
}

.subMenumain ul li h3 span:first-child {
  float: left;
}

.subMenumain ul li h3 span:last-child {
  float: right;
}

.subMenumain ul li p {
  border-top: 1px solid #e2d7d0;
  font: normal 24px/48px "YUMIN";
  color: #49270e;
}

#breadMenu ul li a p {
  font: normal 20px/40px "YUMIN";
}

#breadMenu ul li a p:first-child {
  border-top: 1px solid #e2d7d0;
}

#breadMenu ul li a p:last-child {
  border-top: none;
}

.subMenumain ul li p span {
  font-family: "Cataneo BT";
}

.subMenumain ul li p .sm {
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.subMenumain ul li:nth-child(4n) {
  margin-right: 0 !important;
}

.subMenumain ul li:hover img {
  transform: scale(1.07);
}

.subMenumain .tips {
  float: right;
  width: 77.22%;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #3a3528;
}

.subMenumain .cafeTit {
  position: relative;
  height: 1px;
  margin: 40px 0 75px;
  background-color: #e2d7d0;
}

.subMenumain .cafeTit span {
  display: inline-block;
  color: #49270e;
  content: "";
  position: absolute;
  left: 50%;
  top: -13px;
  margin-left: -40px;
  background-color: #fff;
  font: normal 18px / 28px "YUMIN";
}

.subMenumain .cafeTit .spanStyle {
  margin-left: -37px;
}

.subMenumain .cafeTit .yuan {
  display: inline;
  color: #49270e;
  content: "";
  position: absolute;
  left: 50%;
  top: -29px;
  margin-left: -55px;
  background: #fff;
  width: 120px
}

.subMenumain .cafeTit .yuan1 {
  top: -30px;
  margin-left: -55px;
  width: 124px;
}

.subMenumain .cafeTit .yuan2 {
  top: -39px;
  margin-left: -59px;
  width: 160px;
}

.subMenumain .cafeTit .yuan3 {
  top: -34px;
  margin-left: -54px;
  width: 140px;
}

.subMenumain .line {
  position: relative;
  height: 1px;
  margin: 40px 0 75px;
  background-color: #e2d7d0;
}

.subMenumain .line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  width: 117px;
  height: 60px;
  margin-left: -58px;
  background: #fff url(../images/menu-icon01.png) no-repeat;
}

.subMenumain .line02::before {
  background-image: url(../images/menu-icon02.png);
}

.subMenumain .line03::before {
  background-image: url(../images/menu-icon04.png);
}

.subMenumain .line04::before {
  background-image: url(../images/bread-icon01.png);
}

.subMenumain .bg01 {
  position: absolute;
  right: 0;
  top: 24%;
  width: 10%;
  z-index: -1;
}

.subMenumain .bg02 {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 4.49%;
  z-index: -1;
}

.subMenumain .bg03 {
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 9.79%;
  z-index: -1;
}

#sweetMenu ul,
#foodMenu ul,
#breadMenu ul {
  float: right;
  width: 77.22%;
}

/* #sweetMenu ul li:nth-child(3n) {
  margin-right: 22%;
}
#sweetMenu ul li:nth-child(4n) {
  margin-right: 2.8%;
} */

.btn-price {
  display: block;
  width: 300px;
  margin: 40px auto 80px;
  background-color: #383028;
  border-radius: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}

.facilityBox {
  background-color: #feefd8;
}

.facilityBox .subNavMain {
  background-color: #feefd8;
}

.facilityBox .subNavMainBg {
  background-color: #feefd8;
}

.facilityBox .subBannerMain {
  margin-bottom: 63px;
  background-image: url(../images/sub-banner02.jpg);
}

.facilityBox .subBannerMain h1:after {
  content: none;
}

.facilityBox .subBannerMain h1:before {
  left: initial;
  margin-left: 0;
  right: 0;
}

.facilityMain {
  padding-bottom: 55px;
}

.facilityMain ul li {
  margin-bottom: 64px;
}

.facilityMain ul li .img {
  float: right;
  width: 46.5%;
  height: 533px;
  position: relative;
}

.facilityMain ul li .img .imgbox {
  width: 100%;
  height: 533px;
  border-radius: 36px 0 0 36px;
  overflow: hidden;
  position: relative;
}

.facilityMain ul li .img img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -446px;
  transition: all 0.5s;
}

.facilityMain ul li .img img:hover {
  transform: scale(1.08);
}

.facilityMain ul li .txt {
  position: relative;
  float: left;
  width: 46.5%;
  height: 533px;
}

.facilityMain ul li .txt main {
  float: right;
  width: 500px;
}

.facilityMain ul li .txt .tit {
  padding-top: 48px;
  padding-bottom: 56px;
}

.facilityMain ul li .txt .tit .big {
  display: block;
  margin-bottom: -30px;
  font: 60px/80px "LHANDW";
  color: #fff;
}

.facilityMain ul li .txt .tit .small {
  display: block;
  font: 14px/14px "Arial";
  color: #bba375;
}

.facilityMain ul li .txt .tit h3 {
  color: #49270e;
  font: normal 36px/56px "NOTOSANSJP-MEDIUM";
}

.facilityMain ul li .txt p {
  width: 400px;
  margin-bottom: 70px;
  color: #49270e;
  font: normal 18px/30px "NOTOSANSJP-REGULAR";
}

.facilityMain ul li:nth-child(2n) .img {
  float: left;
}

.facilityMain ul li:nth-child(2n) .img .imgbox {
  border-radius: 0 36px 36px 0;
}

.facilityMain ul li:nth-child(2n) .txt {
  float: right;
}

.facilityMain ul li:nth-child(2n) .txt main {
  float: left;
  width: 600px;
}

.facilityMain ul li:nth-child(5) .txt main {
  width: 590px;
}

.spaceBox {
  background-color: #fff;
}

.spaceBox .subNavMain {
  background-color: #28241d;
}

.spaceBox .subNavMain .wrap {
  border-bottom: none;
}

.spaceBox .subNavMain ul li {
  color: #fff;
}

.spaceBox .subNavMain ul li a {
  color: #fff;
}

.spaceBox .subNavMain ul li a::after {
  background: #fff;
}

.spaceBox .subNavMainBg {
  background-color: #28241d;
}

.spaceBox .subBannerMain02 {
  position: relative;
  margin-top: 118px;
  background: #28241d;
}

.spaceBox .subBannerMain02 .bg {
  display: block;
  width: 100%;
}

.spaceBox .subBannerMain02 h1 {
  position: absolute;
  left: 15.6%;
  top: 33.78%;
  width: 41.35%;
  z-index: 3;
}

.spaceBox .subBannerMain02 h1 img {
  display: block;
  width: 100%;
}

.spaceBox .subBannerMain02 .img01 {
  position: absolute;
  width: 38%;
  top: 2%;
  left: 45.4%;
  z-index: 2;
}

.spaceBox .subBannerMain02 .img02 {
  position: absolute;
  width: 8.125%;
  top: 73.8%;
  left: 81%;
  z-index: 2;
}

.space01 {
  margin-top: 12.86%;
  padding-top: 8%;
  background: url(../images/spacetxt02.png) no-repeat center top;
  background-size: 100% auto;
}

.space01 main {
  padding-bottom: 6%;
  background: url(../images/spaceBg02.png) no-repeat;
  background-size: 90% 80%;
  background-position: left bottom;
}

.space01 main .img01 {
  float: left;
  width: 28.59%;
  overflow: hidden;
}

.space01 main .img01 img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.space01 main .img01 img:hover {
  transform: scale(1.1);
}

.space01 main .img02 {
  float: left;
  width: 40.99%;
  margin-left: 0.41%;
  overflow: hidden;
}

.space01 main .img02 img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.space01 main .img02 img:hover {
  transform: scale(1.1);
}

.space01 main .txt {
  float: left;
  margin-left: 2.6%;
  margin-top: 4.7%;
}

.space01 main .txt h2 {
  padding-bottom: 15%;
  color: #28241d;
  font: normal 44px/48px "Corporate Logo Rounded";
}

.space01 main .txt p {
  float: right;
  height: 224px;
  font: normal 20px/48px "NOTOSANSJP-MEDIUM";
  color: #54452c;
  writing-mode: vertical-rl;
}

.space02 {
  position: relative;
  margin: 4.6% 0 4.2%;
}

.space02 .img {
  float: left;
  width: 50%;
  height: 644px;
  overflow: hidden;
}

.space02 .img img {
  display: block;
  height: 100%;
  transition: all 0.5s;
}

.space02 .img img:hover {
  transform: scale(1.1);
}

.space02 .txt {
  float: left;
  width: 40.15%;
  padding-top: 120px;
  margin-left: 3.6%;
}

.space02 .txt .tit {
  position: relative;
  border-bottom: 1px solid #3f392e;
}

.space02 .txt .tit span,
.space02 .txt .tit div {
  font: bold 16px/30px "SourceHanSans";
  color: #655b48;
  text-transform: uppercase;
}

.space02 .txt .tit h2 {
  font: normal 44px/100px "Corporate Logo Rounded";
  color: #28241d;
}

.space02 .txt .tit div {
  position: absolute;
  right: 10%;
  bottom: -40px;
  color: #e5e3e0;
}

.space02 .txt p {
  max-width: 540px;
  margin-top: 120px;
  font: normal 20px/48px "NOTOSANSJP-MEDIUM";
  color: #54452c;
}

.space02 .txt img {
  position: absolute;
  right: 6.25%;
  bottom: 0;
  width: 7.6%;
}

.space02::before {
  content: "";
  position: absolute;
  right: 50%;
  top: -90px;
  width: 163px;
  height: 69px;
  background: url(../images/spaceImg17.png) no-repeat;
  background-size: 100% auto;
}

.space03 {
  position: relative;
  background: url(../images/spaceBg02.png) no-repeat;
  background-size: 90% 70%;
  background-position: right top;
}

.space03 .tit {
  padding-top: 3%;
  margin-bottom: -90px;
  text-align: center;
}

.space03 .tit h2 {
  display: inline-block;
  font: normal 44px/100px "Corporate Logo Rounded";
  color: #28241d;
  border-bottom: 1px solid #3f392e;
}

.space03 .tit span {
  display: block;
  font: bold 16px/60px "SourceHanSans";
  color: #655b48;
  text-transform: uppercase;
}

.space03 .img {
  float: left;
  width: 44.76%;
  overflow: hidden;
}

.space03 .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.space03 .img img:hover {
  transform: scale(1.1);
}

.space03 .txt {
  float: left;
  width: 50%;
  margin-left: 5.24%;
  margin-top: 14%;
}

.space03 .txt p {
  max-width: 520px;
  font: normal 20px/48px "NOTOSANSJP-MEDIUM";
  color: #54452c;
}

.space03::before {
  content: "";
  position: absolute;
  right: 0;
  top: 35%;
  width: 43.9%;
  height: 93px;
  background: url(../images/spacetxt03.png) no-repeat;
  background-position: right top;
  background-size: 100% auto;
}

.space03::after {
  content: "";
  position: absolute;
  left: 54%;
  bottom: 10%;
  width: 35.68%;
  height: 327px;
  background: url(../images/spaceBg03.png) no-repeat left bottom;
  background-size: 100% auto;
}

.space04 {
  position: relative;
  margin: 4.6% 0 4.2%;
}

.space04 .img {
  float: right;
  width: 50%;
  height: 644px;
  overflow: hidden;
}

.space04 .img img {
  display: block;
  height: 100%;
  transition: all 0.5s;
}

.space04 .img img:hover {
  transform: scale(1.1);
}

.space04 .txt {
  float: right;
  width: 40.15%;
  padding-left: 4%;
  padding-top: 120px;
  margin-right: 3.6%;
  box-sizing: border-box;
}

.space04 .txt .tit {
  position: relative;
  border-bottom: 1px solid #3f392e;
}

.space04 .txt .tit span,
.space04 .txt .tit div {
  font: bold 16px/30px "SourceHanSans";
  color: #655b48;
  text-transform: uppercase;
}

.space04 .txt .tit h2 {
  font: normal 44px/100px "Corporate Logo Rounded";
  color: #28241d;
}

.space04 .txt .tit div {
  position: absolute;
  right: 10%;
  bottom: -40px;
  color: #e5e3e0;
}

.space04 .txt p {
  max-width: 540px;
  margin-top: 120px;
  font: normal 20px/48px "NOTOSANSJP-MEDIUM";
  color: #54452c;
}

.space04::before {
  content: "";
  position: absolute;
  left: 8.6%;
  bottom: -20px;
  width: 156px;
  height: 150px;
  background: url(../images/spaceImg02.png) no-repeat;
  background-size: 100% auto;
}

.space05 {
  position: relative;
  padding: 5.1% 0 6.77%;
  background: #dabb81 url(../images/spaceBg07.png) no-repeat center top;
  background-size: 100% auto;
}

.space05 .mySwiper01 {
  float: right;
  width: 72%;
  overflow: hidden;
}

.space05 .mySwiper01 .swiper-slide {
  border: 8px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.space05 .mySwiper01 .swiper-slide img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.space05 .mySwiper01 .swiper-slide img:hover {
  transform: scale(1.1);
}

.space05 .txt {
  position: relative;
  float: right;
  max-width: 24%;
  margin-right: 4%;
}

.space05 .txt h2 {
  float: left;
  height: 400px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #3f392e;
  color: #28241d;
  font: normal 44px/48px "Corporate Logo Rounded";
  writing-mode: vertical-rl;
}

.space05 .txt p {
  float: left;
  height: 440px;
  font: normal 20px/48px "NOTOSANSJP-MEDIUM";
  color: #54452c;
  writing-mode: vertical-rl;
}

.space05 .tag {
  position: absolute;
  top: -16px;
  right: 50px;
  font: normal 28px/50px "CANDELIA-REGULAR-2";
  color: #28241d;
}

.space05 .tag02 {
  position: absolute;
  left: 10%;
  bottom: 2%;
  width: 10%;
  z-index: 99;
}

.space06 {
  background: url(../images/spaceBg05.png) no-repeat center top;
  background-size: 100% 100%;
}

.space06 .title {
  margin-left: 16%;
  padding: 80px 0;
}

.space06 .title h2 {
  font: normal 44px/80px "Corporate Logo Rounded";
  color: #fff;
}

.space06 .title span {
  display: block;
  font: bold 16px/20px "SourceHanSans";
  color: #655b48;
  text-transform: uppercase;
}

.space06 .wrap-box {
  background: url(../images/spaceBg06.png) no-repeat right bottom;
  background-size: 87% 100%;
}

.space06 .swiper {
  padding-top: 6.25%;
  padding-bottom: 8%;
}

.space06 .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.space06 .swiper-slide main {
  position: relative;
  padding-top: 40px;
}

.space06 .swiper-slide main .img {
  width: 95%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.space06 .swiper-slide main .img img {
  display: block;
  width: 100%;
}

.space06 .swiper-slide main .txt {
  position: relative;
  width: 95%;
  height: 150px;
  padding: 5%;
  background-color: #f0debd;
  border-radius: 0 0 20px 20px;
  box-sizing: border-box;
}

.space06 .swiper-slide main .txt .tit {
  position: absolute;
  left: 5%;
  top: -150px;
}

.space06 .swiper-slide main .txt .tit h2 {
  font: normal 34px/48px "Corporate Logo Rounded";
  color: #fff;
}

.space06 .swiper-slide main .txt .tit span {
  font: normal 13px/48px "CANDELIA-REGULAR-2";
  color: #fff;
}

.space06 .swiper-slide main .txt p {
  font: normal 14px/32px "NOTOSANSJP-MEDIUM";
  color: #221e17;
}

.space06 .swiper-slide main .tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 36%;
}

.space06 .swiper-pagination {
  text-align: right;
  bottom: 7% !important;
}

.space06 .swiper-pagination span {
  width: 70px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  opacity: 1;
}

.space06 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #655b48;
  opacity: 1;
}

.space07 {
  position: relative;
  padding: 6.77% 0 6.25%;
  background: url(../images/spaceBg04.png) no-repeat;
  background-size: 75% 100%;
  background-position: right top;
}

.space07 .img {
  float: left;
  width: 50%;
  height: 644px;
  overflow: hidden;
}

.space07 .img img {
  display: block;
  height: 100%;
  transition: all 0.5s;
}

.space07 .img img:hover {
  transform: scale(1.1);
}

.space07 .txt {
  float: left;
  width: 40.15%;
  padding-top: 120px;
  margin-left: 3.6%;
}

.space07 .txt .tit {
  position: relative;
  border-bottom: 1px solid #3f392e;
}

.space07 .txt .tit span,
.space07 .txt .tit div {
  font: bold 16px/30px "SourceHanSans";
  color: #655b48;
  text-transform: uppercase;
}

.space07 .txt .tit h2 {
  font: normal 44px/100px "Corporate Logo Rounded";
  color: #28241d;
}

.space07 .txt .tit div {
  position: absolute;
  right: 10%;
  bottom: -40px;
  color: #e5e3e0;
}

.space07 .txt p {
  max-width: 540px;
  margin-top: 85px;
  font: normal 20px/48px "NOTOSANSJP-MEDIUM";
  color: #54452c;
}

.space07 .txt p span {
  display: block;
  font-weight: bold;
}

.space07 .tag {
  position: absolute;
  bottom: 80px;
  left: 15%;
  font: normal 28px/50px "CANDELIA-REGULAR-2";
  color: #28241d;
  transform: rotateZ(-10deg);
  z-index: 99;
}

.space07::before {
  content: "";
  position: absolute;
  right: 20%;
  bottom: 87px;
  width: 138px;
  height: 136px;
  background: url(../images/spaceImg16.png) no-repeat;
  background-size: 100% auto;
}

.contact-title {
  position: relative;
  padding-top: 50px;
  margin-bottom: 70px;
  margin-top: 148px;
  background: url(../images/scooter-txt06.png) no-repeat top center;
  background-size: 100% auto;
  text-align: center;
}

.contact-title h2 {
  font: bold 60px/120px "YUMIN";
  transition: all 0.5s;
}

.contact-title h2 a {
  color: #323f6b;
}

.contact-title h2:hover {
  transform: translateY(-15px);
}

.contact-title p {
  font: normal 14px/24px "LiHei Pro";
  color: #c09f46;
}

.subPart03 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.subPart_03 {
  padding-top: 20px;
  padding-bottom: 0px;
}

.subPart03 .subTitleLine {
  font-size: 24px;
  line-height: 80px;
  position: relative;
}

.subPart03 .subTitleLine span {
  display: inline-block;
  padding-right: 15px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.subPart03 .subTitleLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #1a3ea1;
  z-index: 0;
}

.subPart03 .txt h3 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 40px;
  color: #1a3ea1;
}

.subPart03 .txt p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}

.subPart03 .txt .linkBtn {
  text-align: center;
  margin: 20px auto;
}

.subPart03 .txt .linkBtn a {
  display: inline-block;
  padding: 0 30px;
  background-color: #1a3ea1;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
}

.subPart03 .txt .linkBtn a:hover {
  background-color: #003c8a;
}

.scooter09 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.scooter09 .content {
  border-top: 1px solid #e9e8e8;
}

.scooter09 ul {
  width: 980px;
  margin: 0 auto;
}

.scooter09 ul li {
  padding: 28px 0 38px;
  border-top: 1px solid #e9e8e8;
}

.scooter09 ul li:first-child {
  border-top: none
}

.scooter09 ul li p {
  font: normal 18px/50px "NOTOSANSJP-REGULAR";
  color: #000;
}

.scooter09 ul li p strong {
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #1a3ea1;
  border-radius: 5px;
  font: normal 16px/26px "NOTOSANSJP-REGULAR";
  color: #1a3ea1;
  vertical-align: middle;
}

.scooter09 ul li div {
  font: normal 18px/50px "NOTOSANSJP-REGULAR";
  color: #222;
}

.scooter09 ul li div span {
  display: block;
}

.scooter09 ul li div .text,
.scooter09 ul li div textarea {
  display: block;
  width: 100%;
  height: 64px;
  padding-left: 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
}

.scooter09 ul li div textarea {
  height: 370px;
  padding: 20px;
  font: normal 18px/50px "NOTOSANSJP-REGULAR";
  color: #222;
}

.scooter09 ul .li-short div {
  float: left;
  width: 48%;
}

.scooter09 ul .li-short div:last-child {
  margin-left: 3%;
}

.scooter09 ul .li-long div {
  width: 100%;
  margin-top: 20px;
}

.scooter09 ul .li-max div {
  width: 100%;
}

.scooter09 ul .li-max div span {
  float: left;
  margin-right: 40px;
}

.scooter09 ul .li-max div span label {
  margin-left: 10px;
}

.scooter09 .submit {
  display: block;
  margin: 54px auto 40px;
  width: 386px;
  height: 60px;
  background-color: #323f6b;
  border: none;
  border-radius: 30px;
  font: normal 16px/60px "NotoSansJP";
  color: #fff;
  cursor: pointer;
}

.scooter09 .submit:hover {
  background-color: #41528b;
}

.scooter09 .txt {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.scooter09 .txt p {
  font: normal 14px/30px "NOTOSANSJP-REGULAR";
  color: #333;
}

.line {
  height: 1px;
  width: 100%;
  background-color: #e9e8e8;
}

.customcar {
  background: url(../images/customcar-bg01.png) repeat-y 100% 100%;
}

.customcar .subNavMain {
  position: absolute;
  background: none;
}

.customcar .subNavMainBg {
  background: none;
}

.customcar .subBannerMain03 {
  position: relative;
}

.customcar .subBannerMain03 .bg {
  display: block;
  width: 100%;
}

.customcar .subBannerMain03 h1 {
  position: absolute;
  left: 13.125%;
  top: 47.57%;
  width: 22.5%;
  z-index: 3;
}

.customcar .subBannerMain03 h1 img {
  display: block;
  width: 100%;
}

.customcar .subBannerMain03 .img01 {
  position: absolute;
  width: 15.57%;
  bottom: -2%;
  right: 12.5%;
  z-index: 2;
}

.customcarList li {
  position: relative;
  margin-bottom: 55px;
}

.customcarList li h3 {
  position: absolute;
  left: 0;
  top: 0;
  font: normal 25px/50px "CANDELIA-REGULAR-2";
  color: #d7b87b;
  white-space: nowrap;
  transform: rotateZ(-15deg);
  z-index: 10;
}

.customcarList li .tag {
  position: absolute;
  left: 50%;
  top: -50px;
  width: 10.8%;
}

.customcarList li .img {
  float: left;
  width: 57.14%;
  height: 526px;
  border-left: 8px solid #fff;
  border-top: 8px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  transform-origin: left;
  transform: skew(0deg, 4deg);
  -ms-transform: skew(0deg, 4deg);
  -moz-transform: skew(0deg, 4deg);
  -webkit-transform: skew(0deg, 4deg);
  -o-transform: skew(0deg, 4deg);
}

.customcarList li .img>div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
  box-sizing: border-box;
  transform-origin: left;
  transform: skew(0deg, -8deg);
  -ms-transform: skew(0deg, -8deg);
  -moz-transform: skew(0deg, -8deg);
  -webkit-transform: skew(0deg, -8deg);
  -o-transform: skew(0deg, -8deg);
}

.customcarList li .img>div img {
  display: block;
  width: 100%;
  height: 100%;
}

.customcarList li .img img {
  display: block;
  height: 100%;
  transition: all 0.5s;
}

.customcarList li .img img:hover {
  transform: scale(1.1);
}

.customcarList li .txt {
  float: right;
  width: 36%;
  padding-top: 70px;
}

.customcarList li .txt h2 {
  padding-bottom: 15px;
  font: normal 36px/50px "YUMIN";
  color: #28241d;
  border-bottom: 1px solid #424242;
  text-align: center;
}

.customcarList li .txt>div {
  margin: 28px 0 20px;
  color: #54452c;
  font: normal 18px/40px "NOTOSANSJP-REGULAR";
}

.customcarList li .txt>div span {
  display: inline-block;
  padding-left: 8px;
  margin-right: 5px;
  color: #fff;
  background: #085aa9;
}

.customcarList li .txt main p {
  font: normal 18px/40px "NOTOSANSJP-REGULAR";
  color: #666;
}

.customcarList li .txt main p span {
  font-weight: bold;
  color: #333;
  margin-right: 5px;
}

.customcarList li .txt main p strong {
  color: #085aa9;
  font-size: 20px;
}

.customcarList li:nth-child(2n) h3 {
  position: absolute;
  left: initial;
  right: 0;
  transform: rotateZ(8deg);
}

.customcarList li:nth-child(2n) .img {
  float: right;
  border-right: 8px solid #fff;
  border-top: 8px solid #fff;
  border-left: none;
  transform-origin: right;
  transform: skew(0deg, -4deg);
  -ms-transform: skew(0deg, -4deg);
  -moz-transform: skew(0deg, -4deg);
  -webkit-transform: skew(0deg, -4deg);
  -o-transform: skew(0deg, -4deg);
}

.customcarList li:nth-child(2n) .img>div {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  border-left: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-right: none;
  transform-origin: right;
  transform: skew(0deg, 8deg);
  -ms-transform: skew(0deg, 8deg);
  -moz-transform: skew(0deg, 8deg);
  -webkit-transform: skew(0deg, 8deg);
  -o-transform: skew(0deg, 8deg);
}

.customcarList li:nth-child(2n) .img>div img {
  display: block;
  width: 100%;
  height: 100%;
}

.customcarList li:nth-child(2n) .txt {
  float: left;
}

.wbanner04 {
  display: block;
  margin-bottom: 60px;
  transition: all 0.5s;
}

.wbanner04 img {
  display: block;
  width: 100%;
}

.wbanner04:hover {
  transform: translateY(-10px);
}

@media (min-width: 1000px) and (max-width: 1680px) {
  .wrap {
    width: 92%;
  }

  .indexCommitmentMain li .txt h3 {
    font-size: 36px !important;
  }

  .indexHowMain .main .title h2 {
    font-size: 60px;
  }

  .indexHowMain .main .title p {
    font-size: 30px;
  }

  .space01 main {
    background-size: 96% 80%;
  }

  .space02 .txt img {
    right: 4%;
  }
}

@media (min-width: 1000px) and (max-width: 1540px) {
  .indexNavMain ul li {
    margin-right: 15px;
  }

  .indexCommitmentMain li .txt h3 {
    font-size: 30px !important;
  }

  .indexCommitmentMain li .txt span {
    font-size: 12px;
    white-space: normal;
  }

  .indexHowMain .main03 .txt {
    left: 5%;
  }

  .indexEMain .title h2 {
    font-size: 48px;
  }

  .indexEMain .title p {
    font-size: 40px;
    line-height: 50px;
  }

  .indexEMain ul li .txt .tit {
    padding-top: 15%;
  }

  .indexEMain ul li .txt .tit h3 {
    font-size: 37px;
  }

  .indexEMain ul li .txt .tit span {
    font-size: 36px;
  }

  .indexEMain ul li .more {
    right: -50px;
  }

  .indexEMain ul li:nth-child(2n) .more {
    left: -50px;
  }

  .subNavMain ul li {
    margin-right: 20px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1340px) {
  .indexNavMain .wrap {
    width: 96%;
  }

  .indexNavMain ul li:last-child {
    width: 120px;
  }

  .indexCommitmentMain li .txt h3 {
    font-size: 28px !important;
  }

  .indexHowMain .main .title {
    top: -5%;
  }

  .indexHowMain .main .title h2 {
    font-size: 40px;
  }

  .indexHowMain .main .title p {
    font-size: 20px;
  }

  .indexHowMain .main .txt {
    top: 28%;
  }

  .indexHowMain .main .txt h3 {
    font-size: 30px;
    margin-left: 30px;
  }

  .indexHowMain .main .txt p {
    height: 300px;
    font-size: 20px;
    line-height: 30px;
  }

  .indexHowMain .main03 .txt {
    top: 20%;
  }

  .indexHowMain .main03 .txt h3 {
    margin-left: 0;
    margin-bottom: 20px;
    line-height: 50px;
  }

  .indexHowMain .main03 .txt p {
    width: 300px;
  }

  .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: 16px !important;
  }

  .subfooterBox .share {
    top: 0px;
  }

  .subBannerMain {
    margin-top: 109px;
  }

  .spaceBox .subBannerMain02 {
    margin-top: 108px;
  }

  .subMenumain {
    position: relative;
  }

  .subMenumain ul li {
    width: 31%;
    margin-right: 3.5%;
  }

  .subMenumain ul li:nth-child(4n) {
    margin-right: 3.5%;
  }

  .subMenumain ul li:nth-child(3n) {
    margin-right: 0;
  }

  .subMenumain .line {
    position: relative;
    height: 1px;
    margin: 40px 0 75px;
    background-color: #e2d7d0;
  }

  .subMenumain .line::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    width: 117px;
    height: 60px;
    margin-left: -58px;
    background: #fff url(../images/menu-icon01.png) no-repeat;
  }

  .subMenumain .line02::before {
    background-image: url(../images/menu-icon02.png);
  }

  .subMenumain .line03::before {
    background-image: url(../images/menu-icon04.png);
  }

  .subMenumain .bg01 {
    position: absolute;
    right: 0;
    top: 24%;
    width: 10%;
    z-index: -1;
  }

  .subMenumain .bg02 {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 4.49%;
    z-index: -1;
  }

  .subMenumain .bg03 {
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 9.79%;
    z-index: -1;
  }

  #sweetMenu ul li:nth-child(4n) {
    margin-right: 3.5%;
  }

  /* #sweetMenu ul li:nth-child(3n) {
    margin-right: 0;
  } */
  .facilityMain ul li .img {
    width: 48%;
  }

  .facilityMain ul li .txt {
    width: 48%;
  }

  .facilityMain ul li .txt main {
    float: right;
    width: 94%;
  }

  .facilityMain ul li .txt main .tit .big {
    font-size: 48px;
  }

  .facilityMain ul li .txt p {
    width: 80%;
  }

  .facilityMain ul li:nth-child(2n) .txt {
    float: right;
  }

  .facilityMain ul li:nth-child(2n) .txt main {
    width: 94%;
  }

  .facilityMain ul li:nth-child(5) .txt main {
    width: 94%;
  }
}

@media (min-width: 1000px) and (max-width: 1280px) {
  .indexNavMain .wrap {
    width: 98%;
  }

  .indexNavMain .logo img {
    height: 18px;
  }

  .indexNavMain ul li {
    font-size: 14px;
    margin-right: 10px;
  }

  .indexNavMain ul li:last-child {
    width: 100px;
  }

  .indexNavMain ul li:last-child a {
    font-size: 14px;
  }

  .w1200 {
    width: 92%;
  }

  .indexCommitmentMain .title h2 img {
    height: 100px;
  }

  .indexCommitmentMain li .txt h3 {
    font-size: 24px !important;
    line-height: 40px;
  }

  .indexCampsiteMain .title p {
    font-size: 48px;
  }

  .indexCampsiteMain ul li .txt {
    width: 80%;
  }

  .indexCampsiteMain ul li .txt img {
    display: block;
    width: 100%;
  }

  .indexCampsiteMain ul li:nth-child(2) .txt {
    width: 100%;
  }

  .indexCampsiteMain ul li:nth-child(2) .txt p {
    font-size: 18px;
    line-height: 36px;
  }

  .space01 main {
    background-size: 100% 90%;
  }

  .space01 main .txt {
    margin-top: 0.7%;
  }

  .space05 .txt {
    margin-right: 2.5%;
  }

  .space05 .txt h2,
  .space05 .txt p {
    height: 400px;
    line-height: 36px;
  }

  .scooter09 ul,
  .scooter09 .txt {
    width: 100%;
  }

  .customcarList li .txt h2 {
    font-size: 30px;
  }

  .customcarList li .txt main p span,
  .customcarList li .txt main p strong {
    font-size: 18px;
  }
}

@media (min-width: 1000px) and (max-width: 1080px) {
  .wrap {
    width: 94%;
  }

  .indexCommitmentMain .title {
    background-size: 900px auto;
  }

  .indexCommitmentMain .title h2 {
    font-size: 60px;
  }

  .indexCommitmentMain .title p {
    font-size: 50px;
  }

  .subfooterBox .footerNav li {
    margin-right: 20px;
  }

  .facilityMain ul li .txt main .tit .big {
    font-size: 40px;
  }
}

/*# sourceMappingURL=style-pc.css.map */