@charset "utf-8";
/*********** 前後台編輯器區塊共用的CSS設定 ***********/
/* 內頁鯉龍山頁面 */
.a_layout {
  font-family: "Noto Serif TC", serif;
  position: relative;
  color: #525252;
  font-size: 17px;
  line-height: 2;
}
.a_layout .middle-title-1 {
  position: relative;
  font-size: 40px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 8px;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
}

.a_layout .middle-title-1::before {
  content: "";
  background: #bfa55b;
  width: 42px;
  height: 3px;
  position: absolute;
  left: calc(50% - 21px);
  bottom: 0;
}

.a_layout .a-1 {
  text-align: center;
  margin-bottom: 50px;
}
.a_layout .a-1 .title {
  color: #bfa55a;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 8px;
  margin: 0;
  margin-bottom: 35px;
}
.a_layout .a-1 p {
  line-height: 2;
  margin: 0;
}
.a_layout .a-2 {
  margin-bottom: 50px;
}

.a_layout .a-2 img {
  border-radius: 20px;
}
.a_layout .a-2 .row {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}

.a_layout .a-2 .row .col {
  width: 50%;
}

.a_layout .a-2 .row .col.pic {
  margin-top: -50px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
.a_layout .a-2 .row .col.txt {
  padding-left: 85px;
}

.a_layout .a-3 {
  margin-bottom: 50px;
}

.a_layout .a-3 .row {
  display: flex;
  align-items: center;
}

.a_layout .a-3 .col.txt h4 {
  text-align: center;
}

.a_layout .a-3 img {
  border-radius: 15px;
}
.a_layout .a-3 .row:last-child {
  flex-direction: row-reverse;
}

.a_layout .a-3 .col {
  width: 50%;
}

.a_layout .a-3 .col + .col {
  margin-top: 50px;
}

.a_layout .a-3 .row:nth-child(even) .col.txt {
  padding-right: 60px;
}
.a_layout .a-3 .row:nth-child(odd) .col.txt {
  padding-left: 60px;
}

.a_layout .a-3 .col.txt h4 {
  margin: 0;
  color: #333333;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 3px;
}

.a_layout .a-3 .col.txt p {
  margin: 0;
}

.a_layout .a-3 .col.txt span {
  color: #977f3a;
  font-size: 19px;
  display: block;
}
.a_layout .a-4 {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 50px 20px;
  margin-bottom: 50px;
}
.a_layout .a-4 .row {
  display: flex;
  max-width: 1016px;
  margin: 0 auto;
  justify-content: center;
  gap: 15px;
}

.a_layout .a-4 .col.item {
  text-align: center;
  width: 25%;
}

.a_layout .a-4 .col.item .pic {
  border: 2px solid #dddddd;
  margin: 0 auto;
  margin-bottom: 10px;
  background: #fff;
  max-width: 230px;
}

.a_layout .a-5 .historylist .year-box + .year-box {
  margin-top: -40px;
}

.a_layout .a-5 .historylist img {
  border-radius: 10px;
}

.a_layout .a-5 .year {
  color: #bfa559;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding-left: 50px;
  letter-spacing: 3px;
}

.a_layout .a-5 .year span {
  font-size: 50px;
  letter-spacing: 0;
  margin-right: 10px;
}

.a_layout .a-5 .year::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #bfa55b;
  border-radius: 100%;
  margin-right: 10px;
  position: absolute;
  top: 38px;
  left: -1px;
}

.a_layout .a-5 .historylist .row {
  display: flex;
  border-left: 1px solid #bfa55b;
  box-sizing: border-box;
  padding: 56px 0px 50px 45px;
  margin-left: 6px;
  margin-top: -55px;
  margin-bottom: 0;
  align-items: center;
}

.a_layout .a-5 .historylist .col.txt {
  width: 59%;
  padding-left: 40px;
}

.a_layout .a-5 .historylist .col.pic {
  width: 41%;
}

@media screen and (max-width: 1280px) {
  .a_layout .a-1 .title {
    margin-bottom: 15px;
  }
  .a_layout .a-2 {
    margin-bottom: 60px;
  }

  .a_layout .a-2 .row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .a_layout .a-2 .row .col.pic {
    width: 100%;
  }

  .a_layout .a-2 .row .col.txt {
    padding-left: 0;
    width: 100%;
    padding-top: 50px;
  }

  .a_layout .a-3 .row {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .a_layout .a-3 .col {
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
  }

  .a_layout .a-3 .col + .col {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .a_layout .a-3 .row:nth-child(even) .col.txt {
    padding-right: 0;
  }
  .a_layout .a-3 .row:last-child {
    flex-direction: column;
    display: flex;
  }
  .a_layout .a-3 .row:nth-child(odd) .col.txt {
    padding-left: 0;
  }

  .a_layout .a-3 .row .col.txt {
    margin-bottom: 30px;
  }

  .a_layout .a-4 .row {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    justify-content: center;
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .a_layout .a-4 .col.item {
    text-align: center;
    width: calc(50% - 20px);
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .a_layout {
    line-height: 1.8;
  }

  .a_layout .middle-title-1 {
    margin-bottom: 20px;
  }

  .a_layout .a-2 .col.pic img {
  }

  .a_layout .a-2 .row .col.pic {
    margin-top: 20px;
  }

  .a_layout .a-4 .col.item {
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
  }

  .a_layout .a-5 .historylist .col.txt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .a_layout .a-5 .historylist .col.pic {
    width: 100%;
  }

  .a_layout .a-5 .historylist .row {
    display: flex;
    padding: 65px 0px 60px 45px;
    margin-left: 6px;
    margin-top: -65px;
    margin-bottom: 0;
    align-items: center;
    flex-direction: column-reverse;
  }

  .a_layout .a-5 .year span {
    font-size: 40px;
    display: block;
    margin-bottom: -20px;
  }

  .a_layout .a-5 .year {
    font-size: 25px;
  }

  .a_layout .a-5 .year::before {
    top: 33px;
  }
}

/* END 內頁鯉龍山頁面 */

/* 內頁園區導覽頁面 */

.gd_layout {
  font-family: "Noto Serif TC", serif;
  position: relative;
  color: #525252;
  font-size: 17px;
  line-height: 2;
}

.gd_layout .middle-title-1 {
  position: relative;
  font-size: 40px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 8px;
  margin: 0;
  padding: 28px 0;

  margin-bottom: 0;
  position: relative;
  text-align: center;
  background: #f1ede0;
  line-height: 1;
}

.gd_layout .gd-1 {
  max-width: 970px;
  margin: 0 auto 80px;
}

.gd_layout .gd-1 .row {
  display: flex;
}

.gd_layout .gd-1 .col {
  width: 60%;
}

.gd_layout .gd-1 img {
  border-radius: 20px;
}

.gd_layout .gd-1 .col.txt {
  width: 40%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  display: flex;
  padding-top: 70px;
  padding-left: 0;
  flex-direction: column;
  justify-content: center;
}

.gd_layout .gd-1 .title-box {
  margin-left: 15px;
}

.gd_layout .gd-1 .title-box .title {
  color: #bfa55a;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 8px;
  margin: 0;
  margin-bottom: 35px;
}
.gd_layout .gd-1 .title-box span {
  color: #888888;
  font-size: 20px;
  margin-left: -8px;
  display: block;
}

.gd_layout .gd-1 p {
  line-height: 2;
  margin: 0;
  padding-top: 55px;
  letter-spacing: 3px;
}

.gd_layout .gd-2 {
  margin-bottom: 50px;
}

.gd_layout .gd-3 {
  background: #fff;
  margin-bottom: 90px;
  padding: 0px 0 70px;
}

.gd_layout .gd-3 .gdlist {
  padding: 0 50px;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 30px;
}

.gd_layout .gd-3 .gd-box .row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.gd_layout .gd-3 .gd-box:nth-child(even) .row {
  flex-direction: row-reverse;
}

.gd_layout .gd-3 .gd-box .col.pic {
  width: 40%;
}

.gd_layout .gd-3 .gd-box .col.txt {
  width: 60%;
  padding-left: 80px;
}

.gd_layout .gd-3 .gd-box:nth-child(even) .col.txt {
  padding-left: 0px;
  padding-right: 80px;
}

.gd_layout .gd-3 .gd-box .col.txt h4 {
  margin: 0;
  color: #97803b;
  font-size: 22px;
  letter-spacing: 2px;
  font-weight: 600;
}
.gd_layout .gd-3 .gd-box .col.txt p {
  margin: 0;
}

.gd_layout .gd-3 .gd-box .col.txt p .note {
  color: #7d3928;
}
@media screen and (max-width: 1280px) {
  .gd_layout .gd-1 .title-box {
    margin-left: 0;
    text-align: center;
    margin: 0 auto;
  }
  .gd_layout .gd-1 .title-box .title {
    line-height: 1;
  }

  .gd_layout .gd-1 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gd_layout .gd-1 .col {
    width: 100%;
  }

  .gd_layout .gd-1 .col.txt {
    width: 100%;
    writing-mode: horizontal-tb;
    direction: ltr;
    position: relative;
    display: flex;
    padding-top: 0px;
    padding-left: 0;
    flex-direction: column;
    justify-content: center;
  }

  .gd_layout .gd-1 p {
    line-height: 2;
    margin: 0;
    padding-top: 0px;
    letter-spacing: 3px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 1200px) {
  .gd_layout .gd-3 .gd-box .row {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-direction: column;
  }
  .gd_layout .gd-3 .gd-box:nth-child(even) .row {
    flex-direction: column;
    display: flex;
    align-items: center;
  }

  .gd_layout .gd-3 .gd-box .col.pic {
    width: 100%;
  }

  .gd_layout .gd-3 .gd-box .col.txt {
    width: 100%;
    padding-left: 0;
  }
  .gd_layout .gd-3 .gd-box:nth-child(even) .col.txt {
    padding-left: 0px;
    padding-right: 0;
  }
  .gd_layout .gd-3 .gd-box .col.txt h4 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .gd_layout {
    line-height: 1.8;
  }

  .gd_layout .middle-title-1 {
    font-size: 30px;
    letter-spacing: 4px;
    padding: 20px 0;
  }

  .gd_layout .gd-3 {
    margin-bottom: 50px;
    padding: 0px 0 20px;
  }

  .gd_layout .gd-3 .gdlist {
    padding: 0 25px;
  }
}
/* END 內頁園區導覽頁面 */

/* 內頁生命禮儀頁面 */
.fs_layout {
  position: relative;
  color: #525252;
  font-size: 17px;
  line-height: 2;
}
.fs_layout .middle-title-1 {
  position: relative;
  font-size: 40px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 8px;
  margin: 0;
  padding: 28px 0;

  margin-bottom: 50px;
  position: relative;
  text-align: center;
  background: #ffffff;
  line-height: 1;
}

.fs_layout .fs-1 {
  margin-bottom: 50px;
}

.fs_layout .fs-1 .fslist {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  justify-content: space-around;
}

.fs_layout .fs-1 .fslist .fs-box {
  width: calc(50% - 45px);
  position: relative;
}

.fs_layout .fs-1 .fslist .fs-box .row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 190px;
}

.fs_layout .fs-1 .fslist .fs-box .col.txt {
  position: relative;
}

.fs_layout .fs-1 .fslist .title {
  position: relative;
}
.fs_layout .fs-1 .fslist .title::before {
  content: "";
  background: #977f39;
  width: 50px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -18px;
}

.fs_layout .fs-1 .fslist .title h4 {
  margin: 0;
  margin-bottom: -15px;
  color: #977f39;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 500;
}

.fs_layout .fs-1 .fslist .title span {
  color: #858585;
  font-size: 20px;
}

.fs_layout .fs-1 .fslist .fs-box p {
  border-top: 1px solid #d0d0d0;
  padding-top: 30px;
}

.fs_layout .fs-1 .fslist .fs-box .note {
  display: block;
  color: #7d3928;
}

@media screen and (max-width: 1380px) {
  .fs_layout .fs-1 .fslist .fs-box .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: unset;
  }
  .fs_layout .fs-1 .fslist .fs-box .row .col.pic {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    justify-content: center;
  }

  .fs_layout .fs-1 .fslist .title {
    position: relative;
    text-align: center;
    margin-top: 15px;
  }

  .fs_layout .fs-1 .fslist .title::before {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
  }
}
@media screen and (max-width: 767px) {
  .fs_layout .middle-title-1 {
    letter-spacing: 4px;
  }
  .fs_layout .fs-1 .fslist .fs-box {
    width: 100%;
    position: relative;
    max-width: 484px;
    margin: 0 auto;
  }
}

/* END 內頁生命禮儀頁面 */

/* 內頁塔位資訊頁面 */
.ni_layout {
  position: relative;
  color: #525252;
  font-size: 17px;
  line-height: 2;
}

.ni_layout .title {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1;
}

.ni_layout .title h3 {
  color: #bfa559;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 8px;
  margin: 0 0 20px;
}

.ni_layout .title span {
  color: #bfa55a;
  font-size: 17px;
  opacity: 0.7;
  letter-spacing: 3px;
}

.ni_layout .ni-box {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.ni_layout .row {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 570px;
  padding-left: 150px;
}

.ni_layout .ni-box:nth-child(even) .row {
  display: flex;
  flex-direction: row-reverse;
  padding-left: 0px;
  padding-right: 150px;
}

.ni_layout .row .col {
  width: 50%;
}

.ni_layout .row .col.pic img {
  border-radius: 10px;
}

.ni_layout .ni-box .pic-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 290px;
  height: 570px;
  background-color: #f1ede0;
  background-repeat: no-repeat;
  background-position: left;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}

.ni_layout .ni-box:nth-child(even) .pic-bg {
  left: unset;
  right: 0;
  background-position: 0 center;
}

.ni_layout .ni-box .pic-bg.ni01 {
  background-image: url(../../images/common/about/ni-bg01.png);
}

.ni_layout .ni-box .pic-bg.ni02 {
  background-image: url(../../images/common/about/ni-bg02.png);
}

.ni_layout .ni-box .pic-bg.ni03 {
  background-image: url(../../images/common/about/ni-bg03.png);
}

.ni_layout .ni-box .pic-bg.ni04 {
  background-image: url(../../images/common/about/ni-bg04.png);
}

.ni_layout .ni-box .pic-bg.ni05 {
  background-image: url(../../images/common/about/ni-bg05.png);
}

.ni_layout .ni-box .pic-bg.ni06 {
  background-image: url(../../images/common/about/ni-bg06.png);
}

.ni_layout .ni-box .col.txt {
  padding-left: 50px;
}

.ni_layout .ni-box:nth-child(even) .col.txt {
  padding-left: 0px;
  padding-right: 50px;
}

.ni_layout .ni-box .col.txt h4 {
  color: #977f39;
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 600;
  margin: 0;
}

.ni_layout .ni-box .col.txt p {
  margin: 0;
}

.ni_layout .ni-box .col.txt p + p {
  margin-top: 20px;
}

.ni_layout .ni-box .col.txt strong {
  color: #977f39;
  font-weight: unset;
}

/*---*/

.ni_layout .ni-2 .ni-box .pic-bg {
  background-color: #e9e8e2;
}

.ni_layout .ni-2 .ni-box .col.txt h4 {
  color: #80785f;
}

.ni_layout .ni-2 .ni-box:nth-child(even) .pic-bg {
  left: unset;
  right: 0;
  background-position: 0px center;
}

.ni_layout .ni-box .pic-bg.ch01 {
  background-image: url(../../images/common/about/ch-bg01.png);
}

.ni_layout .ni-box .pic-bg.ch02 {
  background-image: url(../../images/common/about/ch-bg02.png);
}

.ni_layout .ni-box .pic-bg.ch03 {
  background-image: url(../../images/common/about/ch-bg03.png);
}

.ni_layout .ni-box .pic-bg.ch04 {
  background-image: url(../../images/common/about/ch-bg04.png);
}

@media screen and (max-width: 1280px) {
  .ni_layout .row .col {
    width: 100%;
  }

  .ni_layout .ni-box .col.txt {
    padding-left: 0;
    margin-top: 30px;
  }

  .ni_layout .ni-box:nth-child(even) .col.txt {
    padding-left: 0px;
    padding-right: 0;
  }

  .ni_layout .row {
    display: flex;
    position: relative;
    min-height: 570px;
    padding-left: 0;
    flex-direction: column;
  }
  .ni_layout .ni-box:nth-child(even) .row {
    display: flex;
    position: relative;
    min-height: 570px;
    padding: 0;
    padding-left: 0;
    flex-direction: column;
  }

  .ni_layout .row .col.pic {
    min-height: 570px;
    padding-top: 0;
    line-height: 570px;
  }

  .ni_layout .ni-box .col.txt h4 {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .ni_layout .title h3 {
    font-size: 40px;
    letter-spacing: 3px;
    margin: 0 0 10px;
  }

  .ni_layout .row .col.pic {
    padding-top: 0;
    padding: 0 30px;
    min-height: unset;
    line-height: 1;
  }

  .ni_layout .ni-box .pic-bg {
    display: none;
  }
}

/* END 內頁塔位資訊頁面 */

.products-editor-pic {
  float: right;
  width: 400px;
  margin: 0 0 10px 30px;
}

.contact-editor .row {
  margin: 0 -2% 30px;
  display: flex;
  align-items: center;
}
.contact-editor .col {
  float: left;
  padding: 0 2%;
}
.contact-editor .col1 {
  width: 44%;
}
.contact-editor .col2 {
  width: 56%;
}
.contact-map {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border: 8px solid #fff;
}
.contact-map iframe {
  display: block;
  max-height: 100%;
}
.contact-info-list {
  color: #333;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.contact-info-list li {
  position: relative;
  padding: 0;
  margin: 5px 0;
  line-height: 25px;
}
.contact-info-list li:before {
  display: inline-block;
  font-family: "icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #8e88db;
  position: absolute;
  left: 0;
  top: 6px;
}
.contact-info-list li.tel:before {
  content: "\ff001";
}
.contact-info-list li.fax:before {
  content: "\ff002";
}
.contact-info-list li.mail:before {
  content: "\ff003";
}
.contact-info-list li.add:before {
  content: "\ff004";
  font-size: 18px;
  left: 3px;
  top: 4px;
}
.contact-info-list a:hover {
  text-decoration: underline;
}
.notice-editor-title {
  color: #444;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin: 0 0 0.4em;
}
.notice-editor-title img {
  vertical-align: text-bottom;
}
.terms-title {
  font-size: 18px;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 1350px) {
  .about-editor-index .row,
  .about-editor-index .col {
    display: block;
    width: auto;
  }
  .about-editor-index .row {
    max-width: 728px;
    margin: 0 auto;
  }
  .about-editor-index .col1 {
    padding: 0;
    margin-bottom: 4px;
  }
  .about-editor-index .col2 {
    padding: 10px;
  }
  .about-editor-title-index {
    font-size: 16px;
    padding: 5px 0;
  }
  .about-editor-title-index:after {
    display: none;
  }

  /* about頁面 */
  .about-editor .row,
  .about-editor .col {
    display: block;
    width: auto;
  }
  .about-editor .row {
    max-width: 728px;
    margin: 0 auto;
  }
  .about-editor .col1 {
    padding: 0;
    margin-bottom: 4px;
  }
  .about-editor .col2 {
    padding: 10px;
  }
  .about-editor-title {
    font-size: 14px;
    padding: 5px 0;
  }
  .about-editor-title:after {
    display: none;
  }
  .row img {
    margin: 0;
  }
  .contact-editor .row {
    margin: 0 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact-editor .col1 {
    width: 100%;
  }
  .contact-editor .col2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .products-editor-pic {
    float: none;
    width: auto;
    text-align: center;
  }
  .contact-editor {
    padding: 0 2%;
  }
  .contact-editor .col {
    width: 100%;
    padding: 0;
  }
  .contact-map {
    margin-bottom: 1.8em;
  }
}
@media screen and (max-width: 600px) {
}
