body, a, p, span, strong, li, td, h1, h2, h3{
  line-height: 1.5;  
}
.wrap-page {
  color: #332D2B;
  font-size: 18px;
  font-family: 'Noto Serif SC', 'Kaiti SC', 'SimSun', serif;
}
@media(max-width:767px){
  .wrap-page{
    font-size: 18px;
  }
}
.pt100{
  padding-top: 90px;
}
.pt90{padding-top: 90px;}
.pb90{padding-bottom: 90px;}
.pb80{padding-bottom: 80px;}
.mt50{margin-top: 50px;}
.mt30{margin-top: 30px;}
.mt20{margin-top: 20px;}
.bg-cm{
  background: url("../img/bg.jpg") repeat;
}
img{
  max-width: 100%;
  height: auto;
}
.title-cm{
  font-weight: bold;
  font-size: 50px !important;
  display: block;
  text-align: center;
}
.decs-notice{
    font-size: 14px;
    line-height: 1.5;
}
@media(min-width:480px){
  .block-480{
    display: none;
  }
}
@media(min-width:767px){
  .decs {
      text-align: center;
  }
  .block-mb{
    display: none;
  }
}
@media(max-width:767px){
  .hidden-mb{
    display: none;
  }
  .title-cm{
    font-size: 34px !important;
  }
  .mt50{margin-top: 20px;}
  .pt90{padding-top: 40px;}
  .pb90{padding-bottom: 40px;}
  .pb80{padding-bottom: 35px;}
}
/*----- Banner ------*/
.banner{
  width: 100%;
}
.banner-inner{
  display: flex;
  align-items: center;  
  flex-wrap: wrap;
}
.banner-inner > div{
  width: 100%;
  padding: 25px 0 25px 25px;
  text-align: center;
}
.banner-content img{
  width: 75%;
}
.banner-img img{
  width: 100%;
}
@media(min-width:767px){
  .banner-inner > div:nth-child(2){
    width: 64%;
    order: 1;
  }
  .banner-inner > div:nth-child(1){
    width: 36%;
    padding: 0 3vw;
    order: 2;
  } 
  .banner-content img{
    width: 100%;
  }
}
@media(max-width:767px){
  .banner-inner > div{
    padding: 20px;
  }
  .banner-inner > div:nth-child(2){
    padding-top: 0;
  }
}
.slick-prev,
.slick-next{
  width: 47px;
  height: 47px;
  position: absolute;
  margin-top: 0;
  padding: 0;
	top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
  font-size: 0;
  border:none;
  background: none;  
}
.slick-prev:before,
.slick-next:before{
  width: 47px;
  height: 47px;
  border-radius: 50%;
}
.slick-prev:before,
.slick-next:before{
  content: '';
  color: #CBC8C8;
  display: inline-block;
  background: url(../img/icon-arrow.svg) no-repeat center center / 100%;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.slick-prev:before {
  transform: rotate(-180deg);
}
.slick-prev {
  left: -23px;  
}
.slick-next {
  right: -23px;
}
.slick-prev:focus,
.slick-next:focus{
  border:none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover{
  opacity: 0.9;
  cursor: pointer;
}
@media(max-width:767px){
  .slick-prev,
  .slick-next{
    width: 20px;
    height: 20px;	
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
}
/*----- Intro -----*/
.decs{
  width: 845px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.intro > div{
  position: relative;
  z-index: 2;
}
.intro h1 {
  font-weight: normal;
  font-size: 18px;
}
.intro h1 span{
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.intro .title-cm{
  margin: 5px 0;
}
.title-cm{
  display: block;
}
@media(max-width:767px){
  .intro h1 {
    font-size: 15px;
  }
}

/*----- anchor-link -----*/
.anchor-link {
  padding-top: 25px;
}
.anchor-link ul {
  display: flex;
  justify-content: space-evenly;
}
.anchor-link li{
  width: 33.333%;
  text-align: center;
  position: relative;
}
.anchor-link li a{
  font-weight: bold;
  font-size: 22px;
  padding: 10px;
  display: block;
}
.anchor-link li + li:before{
  content: '';
  width: 2px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #332D2B;  
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.anchor-link li a:hover {
	text-decoration: none;
	transition: 0.3s;
	color: #AB962D;
}
@media(max-width:991px){  
	.anchor-link ul{
    justify-content: space-between;
	}
}
@media(max-width:767px){
  .anchor-link li a{
    font-size: 18px;
    padding: 0 10px;
  }
}
/*----- End anchor-link -----*/

/*----- About -----*/
.aboutCars > div {
  position: relative;
  z-index: 2;
}
.about-cars-img{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.about-cars-img img {
  width: 100%;
}
.aboutCars > div.about-cars-img {
  position: relative;
  z-index: 1;
}
.aboutCars-txt{
  position: relative;
}
.aboutCars-txt:before{
  content: '';
  background: url("../img/bg-01.png") no-repeat;
  background-size: 100%;
  position: absolute;
  width: 20vw;
  height: 38vw;
  left: 10px;
  top: -10px;
  z-index: -1;
}
.about-cars-img:before{
  content: "";
  display: block;
  position: absolute;
  background: url("../img/bg-02.png") no-repeat center top / 100%;
  width: 58vw;
  height: 45vw;
  max-width: 251px;
  max-height: 192px;
  right: 0;
  top: -35vw;
  z-index: -1;
  pointer-events: none;
}
.about-cars-img:after{
  content: "";
  display: block;
  position: absolute;
  background: url(../img/bg-01.png) no-repeat center top / 100%;
  width: 20vw;
  height: 38vw;
  max-width: 75px;
  max-height: 140px;
  right: 15px;
  bottom: -92px;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 501px) {
	.about-cars-img:before{
		top: -25vw;
	}
}
@media (min-width: 768px) {
  .aboutCars-txt:before{
    width: 185px;
    height: 345px;
    left: -110px;
    top: -345px;
  }
	.about-cars-img{
		margin: 40px auto 15px;
	}
	.about-cars-img:before{
		background: url(../img/bg-02.png) no-repeat center top / 100%;
		width: 31.3vw;
		height: 24vw;
		max-width: 601px;
		max-height: 461px;
		left: calc(50% + 7vw);
		top: -13vw;
	}
	.about-cars-img:after{
    background: url(../img/bg-01.png) no-repeat center top / 100%;
    width: 12vw;
    height: 24vw;
    max-width: 185px;
    max-height: 345px;
    right: inherit;
    left: calc(50% + 25vw);
    bottom: -22vw;
    z-index: -1;
    transform: scale(-1, 1);
	}
}

@media (min-width: 1401px) {
	.about-cars-img:after{
    bottom: -310px;
    z-index: 1;
	}
}

@media (min-width: 2001px) {
	.about-cars-img:before{
		left: calc(50% + 180px);
    top: -190px;
	}
}
@media(max-width:767px){
  .about-cars-img{
    gap:8px;
  }
}

/*----- Meal -----*/
.meal {
  position: relative;
  z-index: 2;
}
.meal:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/bg-03.png") no-repeat center top / 100%;
  width: 258px;
  height: 124px;
  left: 0;
  top: 105px;
  pointer-events: none;
  z-index: -1;
}
@media(min-width:767px){
  .meal:before{
    width: 439px;
    height: 210px;
    top: 125px;
	}
}
@media(min-width:991px){
  .meal:before{
    left: calc(50% - 665px);    
	}
}
.meal-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 14px;
}
.meal-list > div {
  width: calc(50% - 7px);
}
.meal-item > p {
  margin-top: 20px;
  text-align: center;
}
@media(max-width:767px){
  .meal-list{
    gap:30px 0;
  }
  .meal-list > div{
    width: 100%;
  }
  .meal-item > p{
    margin-top: 15px;
  }
}

/*----- booking-----*/
.booking{
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
  z-index: 2;
}
.booking:before{
	content: "";
	display: block;
	position: absolute;
	background: url("../img/bg-04.png") no-repeat center top / 100%; 
  width: 154px;
  height: 130px;
  left: 20px;
  top: 0;
  z-index: -1;
}
.booking:after{
	content: "";
	display: block;
	position: absolute;
	background: url("../img/bg-05.png") no-repeat center top / 100%; 
  width: 55px;
  height: 55px;
  right: 130px;        
  top: 100px;
  z-index: -1;
}
.note-txt{
  font-size: 16px;
}
.wrap-btn {
  position: relative;
}
.wrap-period {
  width: 360px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  background: #772123;
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  padding: 1px 0 2px;
}
.wrap-time {
  display: flex;
}
@media(max-width:767px){
  .booking:before{   
    width: 93px;
    left: 10px;
    top: 0;
    transform: rotate(0.91turn);
  }
  .booking:after{
    width: 35px;
    height: 35px;
    top: 88px;
    right: 15px;
  }
  .wrap-period {
    width: 90%;
    font-size: 15px;
  }
  .wrap-time {
    flex-direction: column;
  }
  .link-btn .icon-triangle {
    display: none;
  }
}
.link-btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-size: 16px;
  color: #332D2B;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  width: 100%;
  padding: 20px 30px 20px 10px;
  margin: 45px auto 15px;
  transition: 0.3s;
}
.link-btn:hover {
  color: inherit;
  border: 1px solid #AB962D;
  text-decoration: none;
}
.link-btn:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  z-index: 2;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translate(0, -50%);
  color: #AB962D;
  font-weight: bold;
  font-size: 12px;
}
.link-btn > span {
  display: block;
}
.link-btn .icon-triangle {
  font-size: 8px;
  vertical-align: 2px; 
  padding: 0 5px;
  margin-top: 8px;
}
.link-btn > .price {
  font-size: 18px;
  padding-bottom: 5px;
}
@media (min-width: 991px) {
  .link-btn {
    font-size: 18px;
    width: 990px;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 25px 70px 25px 30px;
    margin: 25px auto;
  }
  .link-btn .price {
    font-size: 20px;
  }
  .link-btn .price span{
    font-size: 24px;
  }
  .link-btn:before {
    font-size: 16px;
    right: 30px;
  }
  .link-btn > span {
    display: inline;
  }
  .link-btn .icon-triangle {
    font-size: 10px;
    padding: 0 8px;
  }
  p.link-btn{
    width: 563px;
  }
}

@media(max-width:767px){
  .link-btn {
    flex-direction: column-reverse;
  }
}