.page1 {
  padding: 80px 0;
}
.page1 .tit {
  color: #333333;
  text-align: center;
}
.page1 .table {
  margin-top: 35px;
}
.page1 .table .table-top {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  background: #cfa25b;
}
.page1 .table .table-top td {
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 500;
}
.page1 .table .table-top td:nth-last-child(1) {
  border: 0;
}
.page1 .table .table-ctn {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: -1px;
  background: #f9f9f9;
}
.page1 .table .table-ctn tr:nth-child(1) td:nth-last-child(1) {
  border: 0;
}
.page1 .table .table-ctn td {
  border: 0;
  border-right: 1px solid rgba(148, 163, 184, 0.2);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 400;
  color: #666666;
}
.page2 {
  background: #fafafa;
  padding: 80px 0;
}
.page2 .tit {
  color: #333333;
  text-align: center;
}
.page2 .list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 35px auto 0;
}
.page2 .list .item {
  border-radius: 4px;
  background: #ffffff;
  padding: 50px 0px;
  width: 16%;
  position: relative;
}
.page2 .list .item .arr {
  width: 30%;
  position: absolute;
  top: 40%;
  right: -11%;
  z-index: 10;
}
.page2 .list .item .img {
  width: 50%;
  margin: 0 auto;
  transition: ease 0.5s;
}
.page2 .list .item .sw {
  width: 70%;
  margin: -20px auto 0;
  transition: ease 0.5s;
}
.page2 .list .item .txt {
  width: 90%;
  margin: 0 auto;
}
.page2 .list .item .txt p,
.page2 .list .item .txt span {
  display: block;
  text-align: center;
}
.page2 .list .item .txt p {
  color: #333333;
  font-weight: 400;
}
.page2 .list .item .txt span {
  font-weight: 300;
  color: #666666;
}
.page2 .list .item:hover {
  box-shadow: 0px 6px 32px rgba(0, 0, 0, 0.08);
}
.page2 .list .item:hover .img {
  transform: translateY(-10px);
}
.page2 .list .item:hover .sw {
  opacity: 0.5;
}
.page3,
.page4 {
  background: #f6f6f6;
  padding-top: 80px;
}
.page3 .reservation,
.page4 .reservation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}
.page3 .reservation .img-l,
.page4 .reservation .img-l {
  width: 18%;
  margin-left: 10%;
}
.page3 .reservation .img-l p,
.page4 .reservation .img-l p {
  font-weight: 500;
  color: #172033;
  display: block;
  margin-bottom: 15px;
}
.page3 .reservation .phone,
.page4 .reservation .phone {
  width: 24%;
}
.page3 .reservation .img-r,
.page4 .reservation .img-r {
  width: 14%;
  margin-right: 10%;
}
.page3 .reservation .img-r p,
.page4 .reservation .img-r p {
  display: block;
  font-weight: 500;
  color: #172033;
  text-align: center;
  margin-top: 10px;
}
.page3 .reservation .img-r span,
.page4 .reservation .img-r span {
  display: block;
  text-align: center;
  color: #6b6b6b;
  font-weight: 400;
}
.page3 .reservation .img-r .more,
.page4 .reservation .img-r .more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.page3 .reservation .img-r .more a,
.page4 .reservation .img-r .more a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  line-height: 1;
  padding: 12px 16px;
  background: var(--main-color);
  color: #fff;
  border-radius: 100px;
  font-size: 12px;
  transition: all 0.3s;
}
.page3 .reservation .img-r .more a svg,
.page4 .reservation .img-r .more a svg {
  width: 12px;
  height: 12px;
  margin: 0;
}
.page3 .reservation .img-r .more a svg path,
.page4 .reservation .img-r .more a svg path {
  transition: all 0.3s;
}
.page3 .reservation .img-r .more a:hover,
.page4 .reservation .img-r .more a:hover {
  background: var(--purple--color);
}
.page3 .reservation .img-r .more a:hover svg path,
.page4 .reservation .img-r .more a:hover svg path {
  fill: #fff;
}
.page4 {
  display: none;
}
.contactus {
  padding: 80px 0;
  display: none;
}
.contactus .wrapper {
  width: 90%;
}
.contactus .item {
  display: flex;
  justify-content: space-between;
}
.contactus .item .txt-l {
  width: 365px;
  border-radius: 20px;
  background: #fafafa;
  padding: 20px 20px 50px;
}
.contactus .item .txt-l .img {
  border-radius: 20px;
  overflow: hidden;
}
.contactus .item .txt-l .tit {
  margin-top: 40px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 1px;
}
.contactus .item .txt-l p {
  display: block;
  position: relative;
  margin-top: 22px;
  font-weight: 400;
  color: #666666;
  padding-left: 35px;
}
.contactus .item .txt-l p img {
  width: 24px;
  position: absolute;
  top: 2px;
  left: 0;
}
.contactus .item .map {
  width: calc(100% - 385px);
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.contactus .item .map img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contactus .item .map .ic {
  z-index: 10;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translate(-50%, -47%);
  }
  50% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -47%);
  }
}
.contactus .item:nth-child(1) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1700px) {
  .page3 .reservation .img-l p,
  .page4 .reservation .img-l p {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1170px) {
  .page3 .reservation .img-r .more a,
  .page4 .reservation .img-r .more a {
    padding: 7px 10px;
  }
}
@media screen and (max-width: 998px) {
  .anchor {
    display: none;
  }
  .page1 {
    padding: 60px 0;
  }
  .page3 .reservation .img-r .more a,
  .page4 .reservation .img-r .more a {
    font-size: 10px;
  }
  .page3 .reservation .img-r .more a svg,
  .page4 .reservation .img-r .more a svg {
    width: 10px;
    height: 10px;
  }
  .contactus .item {
    flex-wrap: wrap;
    background: #fafafa;
  }
  .contactus .item .txt-l {
    width: 100%;
    order: 3;
    background: transparent;
    z-index: 10;
    margin-top: -10vw;
  }
  .contactus .item .map {
    width: 100%;
    border-radius: 0;
  }
  .contactus .item .map img.pc,
  .contactus .item .map img.h5 {
    position: static;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 768px) {
  .page1 .tit {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .page1 .table {
    margin-top: 27px;
  }
  .page1 .table .table-top td {
    font-size: 8px;
    font-weight: 500;
  }
  .page1 .table .table-ctn {
    margin-top: 3px;
  }
  .page1 .table .table-ctn td {
    font-size: 8px;
    font-weight: 300;
  }
  .page2 {
    padding: 60px 0;
  }
  .page2 .tit {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .page2 .list {
    flex-wrap: wrap;
    margin: 28px auto 0;
  }
  .page2 .list .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    margin-bottom: 10px;
  }
  .page2 .list .item:nth-child(1) {
    z-index: 20;
  }
  .page2 .list .item:nth-child(2) {
    z-index: 19;
  }
  .page2 .list .item:nth-child(3) {
    z-index: 18;
  }
  .page2 .list .item:nth-child(4) {
    z-index: 17;
  }
  .page2 .list .item:nth-child(5) {
    z-index: 16;
  }
  .page2 .list .item:nth-child(6) {
    z-index: 15;
  }
  .page2 .list .item .img-top {
    width: 40%;
  }
  .page2 .list .item .img-top .img {
    width: 80%;
  }
  .page2 .list .item .img-top .sw {
    width: 90%;
    margin: -10px auto 0;
  }
  .page2 .list .item .txt {
    width: 50%;
    padding-bottom: 5%;
  }
  .page2 .list .item .txt p {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
  }
  .page2 .list .item .txt span {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
  }
  .page2 .list .item .arr {
    width: 19%;
    right: auto;
    left: 40%;
    top: auto;
    bottom: -16%;
    transform: rotate(90deg) !important;
    transition: all 0s!important;
    opacity: 1!important;
  }
  .page3,
  .page4 {
    padding-top: 60px;
  }
  .page3 .reservation,
  .page4 .reservation {
    width: 90%;
    flex-direction: column;
  }
  .page3 .reservation .img-l,
  .page4 .reservation .img-l {
    width: 100%;
    margin-left: 0;
  }
  .page3 .reservation .img-l p,
  .page4 .reservation .img-l p {
    display: none;
  }
  .page3 .reservation .img-l .txt,
  .page4 .reservation .img-l .txt {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #333333;
    margin-bottom: 25px;
  }
  .page3 .reservation .img-l .qr,
  .page4 .reservation .img-l .qr {
    width: 52%;
    margin: 0 auto 38px;
  }
  .page3 .reservation .img-r,
  .page4 .reservation .img-r {
    display: none;
  }
  .page3 .reservation .phone,
  .page4 .reservation .phone {
    width: 100%;
    margin-top: 40px;
  }
  .contactus .item .txt-l {
    margin-top: -25vw;
    padding: 15px 15px 50px;
  }
  .contactus .item:nth-child(1) .map .ic {
    width: 180%;
    left: 12%;
    top: 56%;
    height: auto;
  }
  .contactus .item .txt-l .img {
    border-radius: 10px;
  }
  .contactus .item .txt-l .tit {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 35px;
  }
  .contactus .item .txt-l p {
    font-size: 18px;
    font-weight: 400;
    padding-left: 30px;
  }
  .contactus .item:nth-child(2) .map .ic {
    width: 180%;
    left: 55%;
    top: 36%;
    height: auto;
  }
  .contactus {
    padding: 40px 0;
  }
}
/*# sourceMappingURL=./enrol.css.map */