<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

.contentBox iframe {
  width: 100%;
  height: 300px;
}


.bookingArea{ max-width:1180px; margin:0 auto;}

.thankInfo {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}

.thankInfo2 {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  background:#fff;
}

.thankInfo2 .word{padding:5px; border: 1px solid #ccc; font-szie:18px; font-weight:bold; letter-spacing:0.08em;}

.thankInfo h3{
	font-size:25px;
  padding-bottom:10px;
  letter-spacing:0.075em;}

.formBox {
  margin-top: 20px;
  font-size: 16px;
  background:#EDEDED;
  padding:10px 15px;
  color: #000;
  /*字的顏色*/
}

.formBox .left {
  margin-bottom: 5px;
}

.formBox label {
  display: inline-block;
  margin-right: 7px;
  font-size: 16px;
  color: #000;
}

.formBox em {
  font-style: normal;
  font-weight: 400;
  color: #e61f6e;
  /*星號的顏色*/
}

.formBox input[type="text"], .formBox select, .formBox textarea {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
}

.formBox input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.formBox select {
  height: 40px;
  width:100%;
}

.formBox textarea {
  display: block;
  width: 100%;
  height: 100px;
}

/*--滑動解鎖--*/
.checkArea {
  clear: both;
  text-align:center;
  padding: 20px 0;
}

.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: middle;
}

.checkArea .btn a {
  /*送出按鈕*/
  display: inline-block;
padding:10px 20px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  letter-spacing:0.05em;
  background-color: #000;
}

.checkArea .btn a:hover {
  background-color: #050a15;
}

.spaceright{ margin-top:20px;}
.spaceright ul li img{
    width: 100%;
    display: block;
	border:1px solid #dcdcdc;
}
.spaceright .slick-prev {
    left: 5px;
    z-index: 50;
}
.spaceright .slick-next {
    right: 5px;
    z-index: 50;
}



@media (max-width: 400px) {
  .captchaArea, .checkArea .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .checkArea .btn {
    width: 100%;
    margin-top: 10px;
  }
  .checkArea .btn a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}


@media (max-width:360px){
	
	.formBox {
  padding:10px 5px;
}
	}

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}</pre></body></html>