@charset "UTF-8";
/* CSS Document */
.projectArea .projectList .Img img, .projectArea .projectList .Img a:before, .banquetArea .Img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.outerWrap.noAlbum .insidePageBanner {
  padding-top: 50px;
  background-image: url(../images/noiseBg.jpg);
}

.mainArea {
  padding-bottom: 0;
}

.hallPage .mainArea .wrap {
  max-width: 100%;
  padding: 0;
}

.hallBox .hallList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hallBox .hallList .hallItem {
  width: 50%;
  position: relative;
}
@media (min-width: 1201px) {
  .hallBox .hallList .hallItem:hover .Img .mask {
    -webkit-mask-size: 3000vmax 3000vmax;
            mask-size: 3000vmax 3000vmax;
    -webkit-transition: all 0.7s cubic-bezier(1, -0.02, 0.43, 1.02);
    transition: all 0.7s cubic-bezier(1, -0.02, 0.43, 1.02);
  }
  .hallBox .hallList .hallItem:hover .titleBox .titleEn,
.hallBox .hallList .hallItem:hover .titleBox .titleTw {
    color: #ffffff;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.hallBox .hallList .hallItem:nth-child(1) .mask {
  -webkit-mask: url(../images/hall/wedding_mask.svg) no-repeat center center;
          mask: url(../images/hall/wedding_mask.svg) no-repeat center center;
  -webkit-mask-size: 583px 355px;
          mask-size: 583px 355px;
  -webkit-mask-position: 50% 50.4%;
          mask-position: 50% 50.4%;
  margin-top: -3px;
}
@media (max-width: 1180px) {
  .hallBox .hallList .hallItem:nth-child(1) .mask {
    -webkit-mask-size: 90%;
            mask-size: 90%;
    -webkit-mask-position: center;
            mask-position: center;
  }
}
@media (max-width: 1023px) {
  .hallBox .hallList .hallItem:nth-child(1) .mask {
    margin-top: 0;
  }
}
.hallBox .hallList .hallItem:nth-child(2) .mask {
  -webkit-mask: url(../images/hall/meeting_mask.svg) no-repeat center center;
          mask: url(../images/hall/meeting_mask.svg) no-repeat center center;
  -webkit-mask-size: 440px 356px;
          mask-size: 440px 356px;
  margin-top: -2px;
}
@media (max-width: 1180px) {
  .hallBox .hallList .hallItem:nth-child(2) .mask {
    -webkit-mask-size: 70%;
            mask-size: 70%;
  }
}
@media (max-width: 1023px) {
  .hallBox .hallList .hallItem:nth-child(2) .mask {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .hallBox .hallList .hallItem .titleBox .titleEn,
.hallBox .hallList .hallItem .titleBox .titleTw {
    color: #ffffff;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
@media (max-width: 1023px) {
  .hallBox .hallList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hallBox .hallList .hallItem {
    width: 100%;
  }
}
.hallBox .hallList .Img {
  position: relative;
}
.hallBox .hallList .Img .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: all 0.8s cubic-bezier(0.63, 0.02, 0.32, 0.96);
  transition: all 0.8s cubic-bezier(0.63, 0.02, 0.32, 0.96);
}
.hallBox .hallList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .hallBox .hallList .Img img {
    min-height: 960px;
  }
}
@media (max-width: 1023px) {
  .hallBox .hallList .Img .mask {
    -webkit-mask: none !important;
            mask: none !important;
  }
  .hallBox .hallList .Img img {
    height: calc(100vh - 115px);
  }
}
@media (max-width: 600px) {
  .hallBox .hallList .Img img {
    height: 100%;
  }
}
@media (max-width: 480px) {
  .hallBox .hallList .Img img {
    height: 400px;
  }
}
.hallBox .hallList .Txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 105px;
  text-align: center;
  z-index: 2;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .hallBox .hallList .Txt {
    bottom: 50px;
  }
}
.hallBox .hallList .titleBox {
  margin-bottom: 0;
}
.hallBox .hallList .titleBox .titleEn,
.hallBox .hallList .titleBox .titleTw {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.hallBox .hallList .titleBox .titleEn {
  color: #5a5c65;
  font-size: 25px;
  letter-spacing: 0.125px;
  /*5*/
  line-height: 1.4;
}
.hallBox .hallList .titleBox .titleTw {
  font-size: 48px;
  letter-spacing: 1.68px;
  /*35*/
}
@media (max-width: 1440px) {
  .hallBox .hallList .titleBox .titleEn {
    font-size: 20px;
    letter-spacing: 0.1px;
  }
  .hallBox .hallList .titleBox .titleTw {
    font-size: 40px;
    letter-spacing: 1.4px;
  }
}
@media (max-width: 1023px) {
  .hallBox .hallList .titleBox .titleEn {
    font-size: 18px;
    letter-spacing: 0.09px;
  }
  .hallBox .hallList .titleBox .titleTw {
    font-size: 30px;
    letter-spacing: 1.05px;
    padding-top: 5px;
  }
}
.hallBox .hallList .btnBox {
  padding-top: 45px;
}
@media (max-width: 1023px) {
  .hallBox .hallList .btnBox {
    padding-top: 30px;
  }
}

@media (max-width: 1440px) {
  .goBack {
    display: none;
  }
}

.weddingPage .titleBox .titleEn,
.conferencePage .titleBox .titleEn {
  color: #5a5c65;
  font-size: 18px;
  font-weight: 400;
  font-family: "Tenor Sans", sans-serif;
  letter-spacing: 0.09px;
  /*5*/
  text-transform: capitalize;
}
.weddingPage .titleBox .titleTw,
.conferencePage .titleBox .titleTw {
  color: #232a56;
  font-size: 32px;
  letter-spacing: 1.12px;
  /*35*/
}

.banquetArea {
  padding-top: 104px;
  padding-bottom: 15px;
  background-image: url(../images/noiseBg.jpg);
}
.banquetArea .wrap {
  max-width: 1445px;
}
.banquetArea .banquetBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.banquetArea .leftBox {
  width: 550px;
}
.banquetArea .rightBox {
  width: calc(100% - 550px);
}
@media (max-width: 1366px) {
  .banquetArea {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1180px) {
  .banquetArea .leftBox,
.banquetArea .rightBox {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .banquetArea .banquetBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banquetArea .leftBox,
.banquetArea .rightBox {
    width: 100%;
  }
  .banquetArea .leftBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .banquetArea {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.banquetArea .Txt .title {
  color: #232a56;
  padding-bottom: 24px;
}
.banquetArea .Txt .title .titleEn {
  font-size: 18px;
  font-family: "Tenor Sans", sans-serif;
  letter-spacing: 0.09px;
  /*5*/
}
.banquetArea .Txt .title .titleTw {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.12px;
  /*35*/
  line-height: 1.5625;
  padding-top: 5px;
}
.banquetArea .Txt .text {
  color: #5a5c65;
  font-size: 15px;
  letter-spacing: 0.525px;
  /*35*/
  line-height: 2;
}
.banquetArea .Txt .btnBox {
  padding-top: 45px;
}
.banquetArea .Txt .btnBox a {
  max-width: 260px;
  -webkit-box-shadow: 0px 6px 14.72px 1.28px rgba(183, 183, 183, 0.33);
          box-shadow: 0px 6px 14.72px 1.28px rgba(183, 183, 183, 0.33);
}
.banquetArea .Img img {
  width: 100%;
}
.banquetArea .Img.img_main {
  padding-left: 18.715%;
  /*160*/
  width: 81.872%;
}
.banquetArea .Img.img_sec {
  display: inline-block;
  position: relative;
  z-index: 2;
  left: 10px;
  bottom: 45px;
  width: 30.41%;
}
.banquetArea .Img.img_third {
  position: absolute;
  right: 30px;
  bottom: 22px;
  display: inline-block;
  width: 30.41%;
}
@media (max-width: 1440px) {
  .banquetArea .Img.img_third {
    right: 0;
  }
}
@media (max-width: 992px) {
  .banquetArea .Img.img_main {
    width: 100%;
    padding-left: 10%;
    padding-right: 7%;
  }
  .banquetArea .Img.img_sec {
    left: 0;
  }
  .banquetArea .Img.img_third {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .banquetArea .Img.img_sec {
    bottom: 30px;
  }
}
@media (max-width: 480px) {
  .banquetArea .Img.img_sec {
    bottom: 15px;
    width: 40%;
  }
  .banquetArea .Img.img_third {
    width: 40%;
  }
}
.banquetArea .bottomImg {
  width: 100%;
  position: relative;
}

.informationArea {
  padding: 110px 0;
}
@media (max-width: 1180px) {
  .informationArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .informationArea {
    padding: 60px 0;
  }
}
@media (min-width: 769px) {
  .informationArea .titleBox {
    margin-bottom: 0;
  }
}
.informationArea .siteTblBox {
  white-space: nowrap;
  overflow-x: auto;
}
.informationArea .siteTblBox .siteTable {
  width: 1250px;
  table-layout: fixed;
}
.informationArea .siteTblBox .specTable thead {
  position: relative;
}
.informationArea .siteTblBox .specTable thead:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  background-color: #151934;
  width: 100%;
  height: 1px;
}
.informationArea .siteTblBox .specTable thead tr th {
  border-bottom: 0;
}
.informationArea .siteTblBox .specTable thead tr:first-child th:first-child {
  color: #ffffff;
  background-color: #151934;
  border-bottom: 0;
  position: relative;
}
.informationArea .siteTblBox .specTable thead tr:first-child th:first-child:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  z-index: 2;
}
.informationArea .siteTblBox .specTable tbody tr td:first-child {
  color: #ffffff;
  background-color: #151934;
  border-bottom-color: #ffffff;
}
.informationArea .siteTblBox .priceTable thead tr th:first-child {
  color: #ffffff;
  background-color: #151934;
  border-bottom-color: #ffffff;
}
.informationArea .siteTblBox .priceTable tbody tr td:first-child {
  color: #ffffff;
  background-color: #151934;
  border-bottom-color: #ffffff;
}
.informationArea .siteTblBox tbody tr:last-child td:first-child {
  border-bottom-color: #151934;
}
.informationArea .siteTblBox tr th,
.informationArea .siteTblBox tr td {
  color: #151934;
  font-size: 15px;
  font-family: "Tenor Sans", sans-serif, "Noto Sans JP";
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.075px;
  /*5*/
  padding: 32.5px 10px;
  border: 1px solid #d2d2d2;
}
.informationArea .siteTblBox tr th {
  font-weight: 400;
  background-color: #ffffff;
  border-bottom-color: #151934;
}
.informationArea .siteTblBox tr .enName {
  font-family: "Tenor Sans", sans-serif;
  letter-spacing: 0.075px;
  /*5*/
}
.informationArea .siteTblBox tr .twName {
  font-weight: 500;
  letter-spacing: 0.525px;
  /*35*/
}
.informationArea .siteTblBox .btnMore {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  margin: auto;
  border: 1px solid #e5e5e5;
  background-color: #151934;
}
.informationArea .siteTblBox .btnMore:before, .informationArea .siteTblBox .btnMore:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
}
.informationArea .siteTblBox .btnMore:before {
  width: 12px;
  height: 2px;
}
.informationArea .siteTblBox .btnMore:after {
  width: 2px;
  height: 12px;
}
@media (min-width: 1201px) {
  .informationArea .siteTblBox .btnMore:hover {
    background-color: #db0632;
  }
}
.informationArea .tab {
  margin-top: 20px;
}
@media (max-width: 460px) {
  .informationArea .tab {
    margin: 0 -10px;
  }
  .informationArea .tab li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px;
  }
  .informationArea .tab a {
    min-width: auto;
  }
}
.informationArea .tabContent {
  padding-bottom: 0;
}
.informationArea .siteModule .moduleContent {
  padding-top: 20px;
}
.informationArea .siteModule .siteList img {
  width: 100%;
}
.informationArea .siteModule .siteList .slick-dots {
  position: relative;
  bottom: 0;
  padding-left: 0 !important;
  padding-top: 10px;
}

.projectArea {
  padding-top: 100px;
  padding-bottom: 55px;
  background-image: url(../images/noiseBg.jpg);
  overflow: hidden;
}
@media (max-width: 768px) {
  .projectArea {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
.projectArea .titleBox {
  margin-bottom: 20px;
}
.projectArea .infoBox {
  color: #454545;
  font-size: 15px;
  letter-spacing: 0.525px;
  /*35*/
  line-height: 2;
  text-align: center;
  max-width: 460px;
  margin: auto;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .projectArea .infoBox {
    padding-bottom: 40px;
  }
}
.projectArea .projectList {
  margin: 0 -38.5px;
}
.projectArea .projectList .slick-dots {
  position: relative;
  bottom: 0;
  padding-top: 30px;
}
.projectArea .projectList > .projectItem {
  float: left;
  width: 33.33%;
}
.projectArea .projectList > .projectItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .projectArea .projectList > .projectItem {
    width: 50%;
  }
  .projectArea .projectList > .projectItem:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 600px) {
  .projectArea .projectList > .projectItem {
    width: 100%;
  }
  .projectArea .projectList > .projectItem:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
  }
}
.projectArea .projectList .projectItem {
  padding: 0 38.5px;
}
@media (max-width: 1440px) {
  .projectArea .projectList {
    margin: 0 -20px;
  }
  .projectArea .projectList .projectItem {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .projectArea .projectList {
    margin: 0 -10px;
  }
  .projectArea .projectList .projectItem {
    padding: 0 10px;
  }
}
.projectArea .projectList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
.projectArea .projectList .item:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  bottom: 1px;
  content: "";
  border: 1px solid #c9c9c9;
  pointer-events: none;
}
.projectArea .projectList .Img {
  position: relative;
  z-index: 2;
}
.projectArea .projectList .Img a {
  display: block;
  overflow: hidden;
}
.projectArea .projectList .Img a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: rgba(21, 25, 52, 0.4);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 1201px) {
  .projectArea .projectList .Img a:hover:before {
    opacity: 1;
  }
  .projectArea .projectList .Img a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.projectArea .projectList .Img img {
  width: 100%;
}
.projectArea .projectList .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  text-align: center;
  background-color: #f5f3f4;
  padding: 48px 10px;
}
.projectArea .projectList .Txt .title {
  padding-bottom: 15px;
}
.projectArea .projectList .Txt .title a {
  display: inline-block;
  color: #232a56;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.875px;
  line-height: 1.04;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(35, 42, 86, 0.5);
}
@media (min-width: 1201px) {
  .projectArea .projectList .Txt .title a:hover {
    color: #db0632;
  }
}
.projectArea .projectList .Txt .price {
  color: #b19b6a;
  font-size: 18px;
  font-family: "Tenor Sans", sans-serif;
  letter-spacing: 0.63px;
  line-height: 1.444;
}
.projectArea .projectList .Txt .text {
  color: #454545;
  font-size: 15px;
  letter-spacing: 0.525px;
  /*35*/
  line-height: 2;
  padding-top: 23px;
}
.projectArea .projectList .Txt .btnBox {
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
.projectArea .projectList .Txt .btnBox a {
  color: #232a56;
  font-size: 15px;
  letter-spacing: 0.075px;
  /*5*/
  line-height: 1;
  display: block;
  border: 1px solid #232a56;
  background-color: transparent;
  text-align: center;
  padding: 14px 10px;
}
@media (min-width: 1201px) {
  .projectArea .projectList .Txt .btnBox a:hover {
    color: #ffffff;
    background-color: #db0632;
    border-color: #db0632;
  }
}
@media (max-width: 768px) {
  .projectArea .projectList .Txt {
    padding: 30px 10px 35px;
  }
  .projectArea .projectList .Txt .title a {
    font-size: 20px;
  }
  .projectArea .projectList .Txt .text {
    font-size: 14px;
  }
  .projectArea .projectList .Txt .btnBox {
    padding-top: 30px;
  }
}

.contentArea {
  padding: 60px 0;
  background-image: url(../images/noiseBg.jpg);
  border-bottom: 1px solid rgba(35, 42, 86, 0.35);
}
@media (max-width: 768px) {
  .contentArea {
    padding: 30px 0;
  }
}
.contentArea .wrap {
  max-width: 100%;
  padding: 0;
}
.contentArea .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contentArea .leftBox {
  width: 870px;
}
.contentArea .rightBox {
  padding-left: 90px;
  padding-right: 20px;
  width: calc(100% - 870px);
  height: 450px;
}
@media (min-width: 993px) {
  .contentArea .rightBox {
    overflow-y: auto;
  }
  .contentArea .rightBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15);
    background-color: #c8c8c8;
  }
  .contentArea .rightBox::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #c8c8c8;
  }
  .contentArea .rightBox::-webkit-scrollbar-thumb {
    background: #232a56;
  }
}
@media (max-width: 1500px) {
  .contentArea .leftBox {
    width: 750px;
  }
  .contentArea .rightBox {
    width: calc(100% - 750px);
    height: 387px;
    padding-left: 50px;
  }
}
@media (max-width: 1366px) {
  .contentArea .leftBox {
    width: 650px;
  }
  .contentArea .rightBox {
    width: calc(100% - 650px);
    height: 335px;
  }
}
@media (max-width: 1180px) {
  .contentArea .leftBox {
    width: 550px;
  }
  .contentArea .rightBox {
    width: calc(100% - 550px);
    height: 285px;
  }
}
@media (max-width: 992px) {
  .contentArea .contentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
  .contentArea .leftBox,
.contentArea .rightBox {
    width: 100%;
  }
  .contentArea .rightBox {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    height: auto;
  }
}
.contentArea .Img img {
  width: 100%;
}
.contentArea .Txt {
  max-width: 650px;
}
@media (max-width: 992px) {
  .contentArea .Txt {
    max-width: 100%;
  }
}
.contentArea .editorBox .edGroup {
  padding-bottom: 35px;
}
.contentArea .editorBox .edTitle {
  color: #db0632;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.63px;
  /*35*/
  line-height: 1.6667;
  padding-bottom: 12px;
}
.contentArea .editorBox .edTxt {
  color: #5a5c65;
  font-size: 15px;
  letter-spacing: 0.525px;
  /*35*/
  line-height: 2;
}
.contentArea .editorBox .btnBar {
  padding-top: 20px;
}
.contentArea .editorBox .btnBar .btnBox {
  padding-top: 0;
}
.contentArea .editorBox .btnBar .menu {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentArea .editorBox .btnBar .menu .left {
  width: 45px;
}
.contentArea .editorBox .btnBar .menu .right {
  width: calc(100% - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .contentArea .editorBox .btnBar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contentArea .editorBox .btnBar .btnBox,
.contentArea .editorBox .btnBar .menu {
    width: 100%;
  }
  .contentArea .editorBox .btnBar .menu {
    padding-left: 0;
    padding-top: 20px;
  }
}
.contentArea .editorBox .btnBox a {
  color: #ffffff;
  max-width: 260px;
  -webkit-box-shadow: 0px 6px 14.72px 1.28px rgba(183, 183, 183, 0.33);
          box-shadow: 0px 6px 14.72px 1.28px rgba(183, 183, 183, 0.33);
  background-color: #232a56;
}
@media (min-width: 1201px) {
  .contentArea .editorBox .btnBox a:hover {
    background-color: #db0632;
  }
}
.contentArea .editorBox .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contentArea .editorBox .menu .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #a38a66;
  margin-right: 15px;
}
.contentArea .editorBox .menu .icon svg {
  color: #232a56;
  width: 22px;
  height: 18px;
}
.contentArea .editorBox .menu a {
  display: block;
  color: #a78f6d;
  font-size: 15px;
  letter-spacing: 0.525px;
  line-height: 1.8666;
  position: relative;
}
@media (min-width: 1201px) {
  .contentArea .editorBox .menu a:hover {
    color: #db0632;
  }
}
.contentArea .editorBox .menu a:not(:last-child):after {
  display: inline-block;
  vertical-align: -2px;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #a78f6d;
  margin-right: 11px;
  margin-left: 11px;
}
.contentArea .editorBox .topBox .edGroup {
  padding-bottom: 22px;
}
.contentArea .editorBox .bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 42px;
}
.contentArea .editorBox .bottomBox .left {
  padding-right: 36px;
}
@media (max-width: 992px) {
  .contentArea .editorBox .bottomBox .left,
.contentArea .editorBox .bottomBox .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 480px) {
  .contentArea .editorBox .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contentArea .editorBox .bottomBox .left {
    padding-right: 0;
  }
}

.reserveArea {
  padding: 110px 0;
  background-image: url(../images/hall/reserveBg_conference.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /*驗證碼*/
}
@media (max-width: 1180px) {
  .reserveArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .reserveArea {
    padding: 50px 0;
  }
}
.reserveArea .titleBox {
  margin-bottom: 20px;
}
.reserveArea .thankInfo {
  color: #5a5c65;
  font-size: 15px;
  letter-spacing: 0.525px;
  /*35*/
  line-height: 2;
  text-align: center;
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  .reserveArea .thankInfo {
    padding-bottom: 10px;
  }
}
.reserveArea .formBox {
  margin-top: 20px;
}
.reserveArea .formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  color: #232a56;
  margin-left: -7.5px;
  margin-right: -7.5px;
  /*字的顏色*/
}
.reserveArea .formList [class^=g-] {
  float: none;
  padding: 7.5px;
}
.reserveArea .formList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #b5b5b5;
}
.reserveArea .formList .item.full {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.reserveArea .formList .item.full .left,
.reserveArea .formList .item.full .right {
  width: 100%;
}
.reserveArea .formList .item.time .left {
  width: 130px;
}
.reserveArea .formList .item.time .right {
  width: calc(100% - 130px);
}
.reserveArea .formList .left {
  width: 95px;
  padding-left: 15px;
}
.reserveArea .formList .right {
  width: calc(100% - 95px);
}
.reserveArea .formList label {
  display: block;
  color: #232a56;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.525px;
  /*35*/
}
.reserveArea .formList .inputStyle,
.reserveArea .formList select,
.reserveArea .formList textarea {
  color: #232a56;
  font-size: 15px;
  padding: 5px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-family: "Noto Sans JP";
}
.reserveArea .formList .inputStyle {
  width: 100%;
  height: 45px;
  line-height: 45px;
}
.reserveArea .formList select {
  width: 100%;
  height: 45px;
  color: #232a56;
  font-size: 14px;
  letter-spacing: 0.525px;
  /*35*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.reserveArea .formList select select::-ms-expand {
  display: none;
}
.reserveArea .formList textarea {
  display: block;
  width: 100%;
  height: 100px;
  padding: 10px 15px;
}
.reserveArea .checkArea {
  clear: both;
  margin-top: 33px;
}
@media (max-width: 768px) {
  .reserveArea .checkArea {
    margin-top: 25px;
  }
}
.reserveArea .checkArea .btn {
  /*送出按鈕*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserveArea .checkArea .btn a {
  margin: 0 5px;
}
.reserveArea .checkArea .btn a.reset {
  color: #232a56;
  background-color: transparent;
  border: 1px solid #232a56;
  padding: 14px 5px;
}
@media (min-width: 1201px) {
  .reserveArea .checkArea .btn a.reset:hover {
    color: #ffffff;
    background-color: #232a56;
  }
}
.reserveArea .sliderBox {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.reserveArea .note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-family: "微軟正黑體";
  font-size: 15px;
  color: #999;
}
.reserveArea .error {
  border-color: #f00 !important;
}

@media (min-width: 769px) {
  .relationArea.relatedNews {
    padding: 95px 20px 110px;
  }
}

.conferencePage .banquetArea .Img.img_sec {
  width: 33.335%;
  bottom: 55px;
}
@media (max-width: 768px) {
  .conferencePage .banquetArea .Img.img_sec {
    left: -25px;
    bottom: 30px;
  }
}