@charset "UTF-8";
/* 變數: */
/* responsive */
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .hidden_xs {
    display: none;
  }
}

.show_xs {
  display: none;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .show_xs {
    display: block;
  }
}

/* setting */
.test_content {
  width: 1200px;
  margin: 0 auto;
}

::selection {
  background: #658095;
  color: black;
}

::-moz-selection {
  background: #658095;
  color: black;
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif, "微軟正黑體", \5FAE\8EDF\6B63\9ED1\9AD4;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
}

a {
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
a:hover {
  color: #ffba00;
}
a:active {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

input {
  max-width: 100%;
}

textarea {
  max-width: 100%;
}

img {
  max-width: 100%;
}

.highlight {
  color: #ffeb80;
}

.tt2 {
  font-size: 1.2em;
}

.tt4 {
  font-size: 1.4em;
}

.tt6 {
  font-size: 1.6em;
}

#main {
  width: 100%;
  float: left;
}

.wow {
  visibility: hidden;
}

.fit_img {
  position: relative;
  overflow: hidden;
}

.main_wrapper {
  width: 100%;
  min-height: 100%;
}

.a-555 {
  color: #555;
}
.a-555:hover {
  color: #ffba00;
}

.a-blue {
  color: #00a0e8;
}
.a-blue:hover {
  color: #ffba00;
}

.main_text {
  width: 100%;
  float: left;
  font-size: 1em;
  color: #333;
  line-height: 1.6em;
  margin-bottom: 40px;
}
.main_text textarea {
  width: 100%;
}

.btn_wrapper {
  width: 100%;
  float: left;
  text-align: center;
}

.wrapper {
  width: 100%;
}

.wrapper-float {
  width: 100%;
  float: left;
}

.ffleft {
  float: left;
}

.ffright {
  float: right;
}

.loading_icon {
  width: 100%;
  float: left;
  text-align: center;
}

.page_content {
  width: 100%;
  float: left;
}

.bg_wrapper {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 991px), (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .hidden-sm {
    display: none;
  }
}

.sl-overlay {
  opacity: 0.85;
}

/* primary */
section {
  float: left;
  width: 100%;
}

.section_title {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .section_title {
    margin-bottom: 10px;
  }
}
.section_title img {
  max-width: 80%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section_title img {
    max-width: 530px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section_title img {
    max-width: 56%;
  }
}

#s_main {
  background: url(../images/primary/main_bg.jpg) center;
  background-size: cover;
}
#s_main .container {
  position: relative;
}
#s_main .main_img {
  position: relative;
  max-width: 720px;
  width: 80%;
  margin: 60px auto -50px auto;
  z-index: 3;
}
#s_main .main_img .main_img_m {
  display: none;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s_main .main_img {
    margin-top: 40px;
    overflow: hidden;
    width: 100%;
  }
  #s_main .main_img .main_img_m {
    display: inline;
  }
  #s_main .main_img img {
    max-width: 116%;
    margin-left: -7%;
  }
}

.main_title {
  width: 100%;
  float: left;
  font-size: 2.3em;
  color: #658095;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 50px;
  background: url(../images/primary/main_title_bg.png) top center no-repeat;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .main_title {
    font-size: 1.6em;
  }
}

#s01 {
  padding: 70px 0 60px 0;
  padding-top: 120px;
  background: url(../images/primary/s01_bg.jpg) center;
  background-size: 100%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s01 {
    background-image: url(../images/primary/s01_bg_m.jpg);
  }
}
#s01 .s01_img {
  text-align: center;
  float: left;
  overflow: hidden;
}
#s01 .s01_img .img_item {
  margin-bottom: 40px;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s01 .s01_img .img_item {
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -webkit-transform: scale(1.18);
    transform: scale(1.18);
  }
}

#s02 {
  padding: 60px 0;
  background: url(../images/primary/s02_bg.jpg) center;
  background-size: cover;
  text-align: center;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s02 {
    background: #79b3ca;
  }
}
#s02 .img_m {
  display: none;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s02 .img_m {
    width: 90%;
    display: inline;
  }
}

#s03 {
  padding: 80px 0 60px 0;
}

.info_block {
  width: 100%;
  float: left;
  margin-bottom: 100px;
}
.info_block.muti_block {
  margin-bottom: 0;
}
.info_block .block_item {
  position: relative;
  width: 50%;
  padding-bottom: 44%;
  float: left;
  background: #658095;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .info_block .block_item {
    width: 100%;
    padding-bottom: 86%;
  }
  .info_block .block_item.text_block {
    padding-bottom: 0;
  }
}
.info_block .item_img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info_block .item_text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 22%;
  color: #fff;
  line-height: 2.2em;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .info_block .item_text {
    padding: 12%;
    line-height: 1.8em;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .info_block .item_text {
    position: relative;
    font-size: 1.1em;
    line-height: 2em;
    padding: 12% 10%;
  }
}

.style_block {
  width: 100%;
  float: left;
  margin-bottom: 100px;
}
@media (min-width: 481px) and (max-width: 767px) {
  .style_block {
    padding: 0 10%;
  }
}
@media (max-width: 480px) {
  .style_block {
    padding: 0 4%;
  }
}
.style_block .style_item {
  position: relative;
  width: 25%;
  padding-bottom: 25%;
  float: left;
  overflow: hidden;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .style_block .style_item {
    width: 50%;
    padding-bottom: 50%;
  }
}
.style_block .style_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.style_block .style_item .item_text {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  letter-spacing: 0.2em;
  z-index: 3;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  .style_block .style_item .item_text {
    font-size: 1.2em;
  }
}
.style_block .style_item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #658095;
  opacity: 0.7;
  z-index: 2;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.style_block .style_item:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.style_block .style_item:hover:after {
  opacity: 0;
}
.style_block .style_item:hover .item_text {
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

#s04 {
  padding: 140px 0 20px 0;
  margin-top: 2%;
  margin-bottom: 2%;
  background: #ded9c9;
  color: #658095;
  font-size: 2.2em;
  text-align: left;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s04 {
    text-align: center;
    padding-top: 0;
    font-size: 1.6em;
  }
}
#s04 .s04_img {
  max-width: 44%;
  float: right;
  margin-top: -26%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s04 .s04_img {
    max-width: 60%;
    float: none;
    margin-top: -36%;
  }
}
#s04 p {
  float: left;
  margin-top: 6%;
  margin-left: 4%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s04 p {
    margin: 6% 4% 0 4%;
  }
}

#s05 {
  padding: 60px 0 60px 0;
  overflow: hidden;
}
#s05 .s05_info {
  position: relative;
  width: 100%;
  float: left;
  padding: 6% 10% 16% 6%;
  background: url(../images/primary/s05_bg.jpg) center;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  #s05 .s05_info {
    padding: 4% 0 20% 4%;
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s05 .s05_info {
    padding: 36%;
  }
}
#s05 .s05_info .s05_text {
  position: relative;
  float: left;
  padding: 40px 60px;
  background: #658095;
  color: #fff;
  line-height: 2em;
  font-size: 1.2em;
  letter-spacing: 0.2em;
}
#s05 .s05_info .s05_text .text_deco {
  position: absolute;
  bottom: -30%;
  right: -30%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #s05 .s05_info .s05_text {
    padding: 30px 50px;
    line-height: 1.8em;
    font-size: 1.1em;
  }
  #s05 .s05_info .s05_text .text_deco {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s05 .s05_info .s05_text {
    display: none;
  }
}
#s05 .s05_text_m {
  position: relative;
  width: 100%;
  float: left;
  padding: 30px 30px;
  background: #658095;
  color: #fff;
  line-height: 1.8em;
  font-size: 1em;
  letter-spacing: 0.1em;
  display: none;
  overflow: hidden;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s05 .s05_text_m {
    display: block;
  }
}
#s05 .s05_text_m .text_deco {
  position: absolute;
  bottom: -29%;
  right: -26%;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

#s06 .s6_gallery {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#s06 .s6_gallery .gallery_img {
  float: left;
  width: 16%;
  padding-bottom: 16%;
  margin-bottom: 0.66%;
  position: relative;
  overflow: hidden;
}
#s06 .s6_gallery .gallery_img:hover {
  opacity: 0.8;
}
#s06 .s6_gallery .gallery_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s06 .s6_gallery .gallery_img {
    width: 32%;
    padding-bottom: 32%;
    margin-bottom: 1.7%;
  }
}

#s07 {
  padding: 80px 0 80px 0;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s07 {
    padding-bottom: 40px;
  }
}

#s08 {
  padding: 80px 0 80px 0;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s08 {
    padding-top: 40px;
  }
}
#s08 .comment_gallery {
  width: 100%;
  float: left;
}
#s08 .comment_gallery_m {
  width: 100%;
  float: left;
  padding: 0 5%;
  height: 80vh;
  overflow-y: auto;
  display: none;
}
#s08 .comment_gallery_m img {
  width: 100%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s08 .comment_gallery_m {
    display: block;
  }
}

#s_end_img {
  width: 100%;
  float: left;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
#s_end_img img {
  max-width: 80%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s_end_img img {
    max-width: 120%;
    margin-left: -11.5%;
  }
}

#s_end {
  padding: 80px 0;
  background: #658095;
  color: #fff;
}
#s_end .end_text {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 60px;
}
#s_end .end_text img {
  max-width: 90%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s_end .end_text img {
    max-width: 80%;
  }
}
#s_end .end_info {
  width: 100%;
  padding: 60px;
  background: #f7f3da;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
#s_end .end_info .highlight {
  color: #eb6276;
}
#s_end .end_info .info_img {
  width: 32%;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s_end .end_info {
    padding: 60px 40px;
  }
  #s_end .end_info .info_img {
    width: 90%;
  }
}
#s_end .end_info .info_text {
  font-size: 1.2em;
  color: #614b3e;
  line-height: 2em;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  #s_end .end_info .info_text {
    font-size: 1.1em;
    line-height: 1.8em;
  }
}
#s_end .show_gift {
  display: inline-block;
  margin: 12px 0;
  background: #eb6276;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1.1em;
  padding: 8px 20px;
  border-radius: 6px;
  text-decoration: none;
}
#s_end .show_gift:hover {
  background: #658095;
  text-decoration: none;
}

footer {
  float: left;
  width: 100%;
  background: #658095;
  padding-bottom: 120px;
}
footer .footer_wrapper {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer_logo {
  width: 30%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  footer .footer_logo {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .footer_info {
  width: 70%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  footer .footer_info {
    width: 100%;
  }
}
footer .footer_info a {
  color: #fff;
}
footer .footer_info a:hover {
  color: #ffeb80;
  text-decoration: none;
}
footer .footer_info .info_item {
  width: 50%;
  padding: 15px;
  float: left;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  text-decoration: none;
}
footer .footer_info .info_item img {
  margin-right: 15px;
}
@media (min-width: 481px) and (max-width: 767px), (max-width: 480px) {
  footer .footer_info .info_item {
    width: 100%;
    font-size: 1.1em;
  }
}

.copyright {
  width: 100%;
  float: left;
  padding-top: 30px;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9em;
  text-align: center;
}

.contact_info {
  width: 100%;
  float: left;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-wrap: nowrap;
  text-align: center;
  z-index: 9999;
  -moz-transition: ease 0.4s;
  -o-transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.contact_info .contact_item {
  width: 33.333%;
  padding: 15px 10px;
  color: #fff;
  text-decoration: none;
}
.contact_info .item_fb {
  background: #3c599b;
}
.contact_info .item_fb:hover {
  background: #4364ad;
}
.contact_info .item_line {
  background: #5bbf21;
}
.contact_info .item_line:hover {
  background: #65d525;
}
.contact_info .item_phone {
  background: #eaca38;
}
.contact_info .item_phone:hover {
  background: #ecd04f;
}
.contact_info.active {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
