.effectbg {
  opacity: 0;
  bottom: -100px;
}

.hide {
  display: none;
}

.page-about {
  position: relative;
  width: 100%;
}
.page-about h5, .page-about big {
  font-family: "Noto Sans TC";
  font-weight: 500;
  font-size: 1rem;
}
.page-about h5 {
  color: #1fbbd5;
  margin: 5px auto;
}
.page-about h5 i {
  margin-left: 5px;
}
.page-about h5 span {
  line-height: 100%;
  cursor: pointer;
  font-weight: normal;
  color: #fff;
  font-size: 0.813rem;
  display: inline-block;
  margin-left: 5px;
  background: #1fbbd5;
  padding: 5px 8px;
  border-radius: 5px;
}
.page-about h5 span:hover {
  background: #5bd7ec;
}
.page-about .grid1, .page-about .grid2 {
  position: relative;
  opacity: 0;
  padding-top: 50px;
  width: 100%;
}
.page-about .grid1 .column1, .page-about .grid1 .column2, .page-about .grid1 .column3 {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.page-about .grid1 .column2, .page-about .grid1 .column3 {
  background: #fff;
  font-size: 0.938em;
  border-radius: 50px;
  padding: 1.5%;
  margin: 10px auto;
}
.page-about .grid1 .column2 .child, .page-about .grid1 .column3 .child {
  display: block;
  padding: 20px;
  border: dashed 2px #ccc;
  border-radius: 30px;
}
.page-about .grid1 .column2 .child .backdrop, .page-about .grid1 .column2 .child .backdrop_top, .page-about .grid1 .column2 .child .backdrop_top2, .page-about .grid1 .column3 .child .backdrop, .page-about .grid1 .column3 .child .backdrop_top, .page-about .grid1 .column3 .child .backdrop_top2 {
  position: relative;
}
.page-about .grid1 .column2 .child .backdrop, .page-about .grid1 .column2 .child .backdrop_top, .page-about .grid1 .column3 .child .backdrop, .page-about .grid1 .column3 .child .backdrop_top {
  float: right;
  width: 220px;
  height: 220px;
  padding: 12px;
  margin-right: 2%;
  border-radius: 50%;
  background: #f5f5f5;
}
.page-about .grid1 .column2 .child .backdrop img, .page-about .grid1 .column2 .child .backdrop_top img, .page-about .grid1 .column3 .child .backdrop img, .page-about .grid1 .column3 .child .backdrop_top img {
  width: 100%;
  border-radius: 50%;
}
.page-about .grid1 .column2 .child .backdrop, .page-about .grid1 .column3 .child .backdrop {
  bottom: -100px;
  margin-top: -180px;
}
.page-about .grid1 .column2 .child .backdrop_top, .page-about .grid1 .column3 .child .backdrop_top {
  top: -100px;
  margin-bottom: -100px;
}
.page-about .grid1 .column2 .child .backdrop_top2, .page-about .grid1 .column3 .child .backdrop_top2 {
  opacity: 0;
  width: 170px;
  top: -170px;
  margin-bottom: -170px;
}
.page-about .grid1 .column2 .child .backdrop_top2 img, .page-about .grid1 .column3 .child .backdrop_top2 img {
  -webkit-transform: rotateZ(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotateZ(-10deg);
  width: 100%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.page-about .grid1 .column1 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  margin-bottom: 25%;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 1px 1px 3px #333;
}
.page-about .grid1 .column1 span {
  display: block;
}
.page-about .grid1 .column2 .map1, .page-about .grid1 .column2 .map2 {
  position: relative;
  width: 100%;
}
.page-about .grid1 .column2 .map1 {
  top: -90px;
  margin-bottom: -70px;
  max-width: 650px;
}
.page-about .grid1 .column2 .map2 {
  bottom: -110px;
  margin-top: -110px;
}
.page-about .grid1 .column2 .hc168 {
  position: relative;
  margin-bottom: -100px;
  max-width: 480px;
  top: -150px;
  margin-left: -100px;
  opacity: 0;
  width: 100%;
}
.page-about .grid1 .column2 .turtle {
  background: #f5f5f5;
  display: inline-block;
  margin: 3px;
  border: 1px dashed #ccc;
  padding: 6px;
  width: 90px;
  height: 90px;
  border-radius: 10%;
}
.page-about .grid1 .column2 .turtle img {
  width: 100%;
  border-radius: 8%;
}
.page-about .grid1 .column2 .child iframe {
  margin: 10px auto;
  max-width: 560px;
  height: 315px;
}
.page-about .grid1 .column2 .child ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.page-about .grid1 .column2 .child ul a {
  color: #318eaa;
  display: inline-block;
  border-bottom: 1px dashed #318eaa;
}
.page-about .grid1 .column2 .child li {
  list-style: circle outside;
}
.page-about .grid1 .column2 .child .img, .page-about .grid1 .column2 .child .text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.page-about .grid1 .column2 .child .img {
  width: 190px;
}
.page-about .grid1 .column2 .child .img a {
  margin: auto;
  display: block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
}
.page-about .grid1 .column2 .child .img a img {
  width: 100%;
}
.page-about .grid1 .column2 .child .text {
  padding: 0 10px;
}
.page-about .grid1 .column2 .child .text small {
  display: block;
  margin-top: 20px;
  font-size: 0.75em;
  color: #ccc;
}
.page-about .grid1 .column3 {
  text-align: center;
}
.page-about .grid1 .column3 .child {
  padding: 30px 20px;
}
.page-about .grid1 .column3 .child ul li {
  position: relative;
  padding: 1.5%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 2%;
  width: 42.5%;
  max-width: 460px;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#eafdff), to(#fff7ef));
  background-image: linear-gradient(to left bottom, #eafdff, #fff7ef);
  -webkit-box-shadow: 0 3px 7px #ddd;
          box-shadow: 0 3px 7px #ddd;
}
.page-about .grid1 .column3 .child ul li big {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px dashed #1fbbd5;
  font-size: 1em;
  font-family: "Noto Sans TC";
  font-weight: 500;
}
.page-about .grid1 .column3 .child ul li big span {
  padding: 5px 20px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 20px;
  color: #1fbbd5;
  background: #fff;
  border: 2px solid #1fbbd5;
}
.page-about .grid1 .column3 .child ul li big strong {
  display: inline-block;
  font-weight: 500;
  display: block;
  margin: 5px auto;
}
.page-about .grid1 .column3 .child ul li .youtube {
  position: absolute;
  right: 10px;
  top: 10px;
}
.page-about .grid1 .column3 .child ul li .youtube a {
  display: block;
  line-height: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 3px 6px;
  border-radius: 20px;
}
.page-about .grid1 .column3 .child ul li .youtube a img {
  width: 22px;
}
.page-about .grid1 .column3 .child ul li .youtube a span {
  margin-left: 5px;
  font-size: 0.813rem;
}
.page-about .grid1 .column3 .child ul li .youtube a:hover {
  border: 1px solid #8dffff;
  -webkit-box-shadow: 0 0 5px #8dffff;
          box-shadow: 0 0 5px #8dffff;
}
.page-about .grid1 .column3 .child ul li .listblock {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.page-about .grid1 .column3 .child ul li .bookingbar .column table td big {
  padding-bottom: 0;
  border-bottom: none;
}
.page-about .grid1 .column3 .child ul li ul li {
  display: block;
  width: 100%;
  padding: 5px 0;
  margin: 3px auto;
  border: none;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-about .grid1 .column3 .child ul li ul li i, .page-about .grid1 .column3 .child ul li ul li span {
  display: inline-block;
  vertical-align: top;
}
.page-about .grid1 .column3 .child ul li ul li i {
  letter-spacing: 3px;
  text-align: center;
  width: 15%;
  margin: 0 1.5%;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 15px;
  background: #f7bfaa;
  color: #fff;
  font-size: 90%;
}
.page-about .grid1 .column3 .child ul li ul li span {
  width: 77%;
}
.page-about .grid1 .column3 .child ul li ul li span small {
  font-size: 0.813rem;
}
.page-about .grid1 .column3 .child ul li ul .itemnote {
  overflow: hidden;
  padding: 4.5%;
  width: 90%;
  margin: auto;
  border: 1px solid #a7dbe8;
  font-size: 92%;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, right top, left bottom, from(#fff7ef), to(#eafdff));
  background-image: linear-gradient(to left bottom, #fff7ef, #eafdff);
}
.page-about .grid1 .column3 .child ul li ul .itemnote .itemtext {
  position: relative;
  height: 160px;
  overflow: hidden;
  line-clamp: 6;
  box-orient: vertical;
  text-overflow: ellipsis;
  z-index: 1;
}
.page-about .grid1 .column3 .child ul li ul .itemnote .itemtext p {
  margin: 20px 0;
  line-height: 130%;
}
.page-about .grid1 .column3 .child ul li ul .itemnote .textmore {
  cursor: pointer;
  position: absolute;
  bottom: 7px;
  right: 7px;
  padding: 5px;
  font-size: 95%;
  z-index: 3;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.page-about .grid1 .column3 .child ul li ul .itemnote .textmore:hover {
  font-size: 100%;
  color: #1fbbd5;
}
.page-about .grid1 .column3 .child ul li ul .itemnote .textblock {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 150px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  z-index: 2;
}
.page-about .grid2 .column {
  max-width: 900px;
  margin: 18% auto;
  text-align: center;
}
.page-about .grid2 .column li {
  display: inline-block;
  position: relative;
  margin: 10px;
  padding: 5px;
  height: 180px;
  width: 180px;
  background: #fff;
  border-radius: 15%;
}
.page-about .grid2 .column li a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 14%;
}
.page-about .grid2 .column li a img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  right: -100%;
  left: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
}
.page-about .grid2 .column li:hover {
  -webkit-box-shadow: 0 10px 12px #0a5e79;
          box-shadow: 0 10px 12px #0a5e79;
}

.bookingbar {
  display: none;
  font-size: 0.938rem;
}
.bookingbar .column {
  position: relative;
  margin: 20px 1.5%;
  border-top: 1px dashed #1fbbd5;
}
.bookingbar .column h6 {
  font-family: "Noto Sans TC";
  font-weight: 500;
  display: block;
  font-size: 1rem;
}
.bookingbar .column form input, .bookingbar .column form textarea {
  font-size: 1rem;
  border: 1px solid #1fbbd5;
  color: #1fbbd5;
  font-family: "Noto Sans TC";
  font-weight: 500;
}
.bookingbar .column form input::-webkit-outer-spin-button, .bookingbar .column form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bookingbar .column form input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.bookingbar .column form input[type=radio], .bookingbar .column form input[type=checkbox] {
  display: none;
}
.bookingbar .column form input::-webkit-input-placeholder, .bookingbar .column form textarea::-webkit-input-placeholder {
  color: #ababab;
  font-size: 0.875rem;
  font-family: initial;
  font-weight: initial;
}
.bookingbar .column form input::-moz-placeholder, .bookingbar .column form textarea::-moz-placeholder {
  color: #ababab;
  font-size: 0.875rem;
  font-family: initial;
  font-weight: initial;
}
.bookingbar .column form input:-ms-input-placeholder, .bookingbar .column form textarea:-ms-input-placeholder {
  color: #ababab;
  font-size: 0.875rem;
  font-family: initial;
  font-weight: initial;
}
.bookingbar .column form input::-ms-input-placeholder, .bookingbar .column form textarea::-ms-input-placeholder {
  color: #ababab;
  font-size: 0.875rem;
  font-family: initial;
  font-weight: initial;
}
.bookingbar .column form input::placeholder, .bookingbar .column form textarea::placeholder {
  color: #ababab;
  font-size: 0.875rem;
  font-family: initial;
  font-weight: initial;
}
.bookingbar .people {
  display: none;
}
.bookingbar .bookbtn {
  cursor: pointer;
  text-align: center;
  border: 1px solid #1fbbd5;
  margin: 10px auto;
  width: 98%;
  padding: 8px 0;
}
.bookingbar .noteinfo {
  display: none;
  color: red;
  margin: 5px auto;
  font-size: 0.875rem;
}
.bookingbar .mainbooknote {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px dashed #1fbbd5;
  font-size: 0.875rem;
}
.bookingbar .mainbooknote div {
  display: table;
  margin: 3px 0;
}
.bookingbar .mainbooknote div span, .bookingbar .mainbooknote div small {
  display: table-cell;
}
.bookingbar .mainbooknote div span {
  width: 22px;
  font-size: 1rem;
}

.showbookinglist {
  display: block;
  text-align: center;
  font-size: 0.813rem;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #f79d7b;
  margin: 15px auto;
  border-radius: 6px;
}

.orderbtn {
  display: inline-block;
  margin: 5px 10px 5px 0;
  font-size: 0.875rem;
}
.orderbtn img {
  opacity: 0.7;
  width: 20px;
  margin-right: 10px;
}

.orderbtn:hover img {
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .page-about .grid0 {
    height: 300px;
  }
  .page-about .grid1 .column1 {
    text-align: center;
  }
  .page-about .grid1 .column2 .child .backdrop, .page-about .grid1 .column2 .child .backdrop_top {
    width: 180px;
    height: 180px;
  }
  .page-about .grid1 .column3 .child ul li {
    width: 94%;
    margin: 15px auto;
  }
}
@media screen and (max-width: 600px) {
  .page-about .grid1 .column2 .child, .page-about .grid1 .column3 .child {
    border-radius: 46px;
  }
  .page-about .grid1 .column1 span {
    display: inline;
  }
  .page-about .grid1 .column2 .hc168 {
    top: -130px;
  }
  .page-about .grid1 .column2 .child .backdrop, .page-about .grid1 .column2 .child .backdrop_top {
    width: 150px;
    height: 150px;
    padding: 8px;
  }
  .page-about .grid1 .column2 .child .backdrop {
    display: none;
  }
  .page-about .grid2 .column li {
    width: 180px;
    height: 180px;
    margin: 5px;
  }
}
@media screen and (max-width: 520px) {
  .page-about .grid1 .column2 .child .img, .page-about .grid1 .column2 .child .text {
    display: block;
    margin: 10px auto;
  }
  .page-about .grid1 .column2 .child .text {
    width: 96%;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-about h3 {
    font-size: 3em;
  }
  .page-about .grid1 .column2 .hc168 {
    top: -105px;
  }
  .page-about .grid2 .column li {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 420px) {
  .bookingbar .column table td a small span {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .page-about .grid1 .column2 .child .backdrop, .page-about .grid1 .column2 .child .backdrop_top {
    display: none;
  }
  .page-about .grid1 .column3 .child {
    padding: 30px 5px;
  }
  .page-about .grid2 .column li {
    width: 130px;
    height: 130px;
    padding: 5px;
  }
}
@media screen and (max-width: 380px) {
  .page-about .grid1 .column3 .child ul li ul li span {
    display: block;
    width: 100%;
  }
  .page-about .grid1 .column3 .child ul li ul li i {
    width: 50px;
  }
}