@charset "UTF-8";
body {
  text-align: justify;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font-weight: 900;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000 !important;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #fff !important;
  text-decoration: none;
  background-color: #696969 !important;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #696969 !important;
  border-color: transparent !important;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* list */
.list-item {
  display: -webkit-flex;
  display: flex;
}
/* ---- */

article .news {
  overflow: hidden;
}

article .news:hover {
  text-decoration: none;
}

article .news:hover .newsContent .newsText h1:before {
  width: 100%;
}

article .news:hover .newsContent .newsText p:before {
  color: #000;
}

article .news .newsWrap {
  text-decoration: none;
}

article .news .newsWrap .newsContent {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

article .news .newsWrap .newsContent:hover {
  background-size: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

article .news .newsWrap .newsContent:hover .newsText {
  -webkit-transform: scale(1);
          transform: scale(1);
}

article .news .newsWrap .newsContent .newsText h1 {
  position: relative;
  color: #fff;
  line-height: 2;
  border-bottom: 1px solid #fff;
}

article .news .newsWrap .newsContent .newsText h1:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  width: 0%;
  font-size: 2.5rem;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}

article .news .newsWrap .newsContent .newsText h1 span {
  font-size: 20px;
}

article .news .newsWrap .newsContent .newsText p {
  color: #fff;
  position: relative;
}

article .profile:hover {
  text-decoration: none;
}

article .profile .profileWrap {
  text-decoration: none;
}

article .profile .profileWrap .profileContent {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 15%;
}

article .profile .profileWrap .profileContent .profileText h1 {
  color: #fff;
  line-height: 2;
  border-bottom: 1px solid #fff;
}

article .profile .profileWrap .profileContent .profileText h1 span {
  font-size: 20px;
}

article .profile .profileWrap .profileContent .profileText p {
  color: #fff;
}

.newTitle {
  background: url(../images/breadbg.jpg);
  padding: 10px;
}

.newTitle .newTitle-content h2 {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 5px;
  font-weight: 900;
  margin-bottom: 0;
  padding: 10px 0 10px 20px;
}

.newTitle .newTitle-content h3 {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: 900;
  padding: 10px 0 10px 10px;
  margin-bottom: 0;
}

.newContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

.newContent img {
  max-width: 100%;
  height: auto !important;
}

.newContent .newContent-list {
  border-radius: 0 !important;
  padding: 0.75rem 0.5rem;
}

.newContent .newContent-list:hover {
  background: #8990b0;
}

.newContent .newContent-list:hover .nav-link h3 {
  color: #fff;
}

.newContent .newContent-list .nav-link {
  padding: 0;
  text-align: center;
}

.newContent .newContent-list .nav-link h3 {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #87806f;
  text-align: center;
}

.newContent .custom-list {
  padding: 0;
  text-align: center;
}

.newContent .custom-list ul .custom-list_wrap {
  padding: 10px;
}

.newContent .custom-list ul .custom-list_wrap:hover {
  background: #8990b0;
}

.newContent .custom-list ul .custom-list_wrap:hover a {
  color: #fff;
}

.newContent .custom-list ul .custom-list_wrap a {
  font-size: 1rem;
  letter-spacing: 3px;
  color: rgba(128, 128, 128, 0.658);
  font-weight: 900;
  text-decoration: none;
}

.newContent .custom-list ul .custom-list_item.newContent-list_active a {
  color: #fff;
}

.newContent .input-group-prepend .btn-outline-secondary {
  width: 100%;
}

.newContent .input-group-prepend .dropdown-menu {
  width: 100%;
}

.newContent .input-group-prepend .dropdown-menu .custom-list_mobileWrap .custom-list_mobile a {
  font-size: 1rem;
  letter-spacing: 3px;
  color: rgba(128, 128, 128, 0.658);
  font-weight: 900;
  text-decoration: none;
}

.newContent .newContent-list_active {
  background: #8990b0;
}

.newContent .newContent-list_active .nav-link {
  padding: 0;
  text-align: center;
}

.newContent .newContent-list_active .nav-link h3 {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #fff;
}

.custom-list_wrap_active {
  background: #8990b0;
}
.newContent .custom-list ul .custom-list_wrap_active a {
  color: #fff;
}

.newContent .newContentWrap:hover {
  background: url(../images/japanteabg.jpg);
}

.newContent .newContentWrap:hover .newContent-text {
  color: #fff;
}

.newContent .newContentWrap:hover .newContent-text .card-body .card-title {
  color: #fff;
}

.newContent .newContentWrap:hover .newContent-text .card-body hr {
  border-top: 1px dashed #fff;
}

.newContent .newContentWrap .newContent-image {
  height: 300px;
  position: relative;
}

.newContent .newContentWrap .newContent-image img {
  width: 100%;
  height: 300px !important;
}

.newContent .newContentWrap .newContent-image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 0;
}

.newContent .newContentWrap .newContent-image .newContent-image_content {
  position: absolute;
  width: 370px;
  height: 280px;
  top: 3%;
  left: 1.5%;
  border: transparent solid 1px;
  z-index: 2;
}

.newContent .newContentWrap .newContent-image .newContent-image_content p {
  color: transparent;
  font-size: 1.12rem;
  letter-spacing: 3px;
  line-height: 15;
  text-align: center;
}

.newContent .newContentWrap .newContent-image:hover::after {
  background: rgba(0, 0, 0, 0.5);
}

.newContent .newContentWrap .newContent-image:hover .newContent-image_content {
  border: #fff solid 1px;
}

.newContent .newContentWrap .newContent-image:hover .newContent-image_content p {
  color: #fff;
}

.newContent .newContentWrap .newContent-text {
  max-height: 300px;
  overflow: hidden;
}

.newContent .newContentWrap .newContent-text .card-body .card-time {
  font-size: 14px;
  letter-spacing: 3px;
}

.newContent .newContentWrap .newContent-text .card-body .card-title {
  font-size: 1.12rem;
  letter-spacing: 3px;
  position: relative;
  color: #556b2f;
  font-weight: 900;
}

.newContent .newContentWrap .newContent-text .card-body h4 {
  border-top: 1px dotted #fff;
}

.newContent .newContentWrap .newContent-text .card-body .card-text {
  font-size: 1rem;
  letter-spacing: 3px;
}

.pagination {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.pagination li {
  display: inline;
  text-align: center;
}

.pagination a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  border: 1px solid transparent;
  line-height: 1.5;
}

.pagination a.active {
  cursor: default;
}

.pagination a:active {
  outline: none;
}

.modal-3 a {
  margin-left: 3px;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 1.12rem;
  line-height: 40px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 900;
}

.modal-3 a:hover {
  background-color: #87736F;
  color: #fff;
  text-decoration: none;
}

.modal-3 a.active, .modal-3 a:active {
  background-color: #87736F;
  color: #fff;
}

.newsInner-wrap .newsInner-Image img {
  width: 100%;
}

.newsInner-wrap .newsInner-Content {
  margin-top: 20px;
}

.newsInner-wrap .newsInner-Content .newsInner-Content_time span {
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: 900;
}

.newsInner-wrap .newsInner-Content .newsInner-Content_title h3 {
  font-size: 1.5rem;
  letter-spacing: 3px;
  font-weight: 900;
  padding-bottom: 10px;
}

.newsInner-wrap .newsInner-Content hr {
  border-top: 1px dashed #87806f;
}

.newsInner-wrap .newsInner-Content .newsInner-Content_text {
  margin-top: 20px;
}

.newsInner-wrap .newsInner-Content .newsInner-Content_text p {
  font-size: 1rem;
  letter-spacing: 3px;
}

.introduction-wrap .introduction-Image img {
  width: 100%;
}

.introduction-wrap .introduction-Content {
  margin-top: 20px;
}

.introduction-wrap .introduction-Content .introduction-Content_time span {
  font-size: 1rem;
  letter-spacing: 3px;
}

.introduction-wrap .introduction-Content .introduction-Content_title h3 {
  font-size: 1.5rem;
  letter-spacing: 3px;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 20px;
}

.introduction-wrap .introduction-Content hr {
  border-top: 2px solid #87806f;
}

.introduction-wrap .introduction-Content .introduction-Content_text {
  margin-top: 20px;
}

.introduction-wrap .introduction-Content .introduction-Content_text p {
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: 900;
  color: #87806f;
  line-height:32px;
}

.establisher .establisher-image .establisher-image_content {
  margin-bottom: 20px;
}

.establisher .establisher-image .establisher-image_content img {
  width: 100%;
}

.establisher .establisher-content .establisher-content_title h3 {
  font-size: 1.5rem;
  letter-spacing: 3px;
  font-weight: 900;
  margin-bottom: 20px;
}

.establisher hr {
  border-top: 2px solid #87806f;
}
/*
.establisher .establisher-content .establisher-content_title:before {
  content: "【";
  padding-right: 10px;
  font-weight: 900;
  color: #87806f;
}

.establisher .establisher-content .establisher-content_title:after {
  content: "】";
  padding-left: 10px;
  font-weight: 900;
  color: #87806f;
}
*/
.establisher .establisher-content p {
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: 900;
  color: #87806f;
  line-height:32px;
}

.history {
  margin-top: 20px;
  margin-bottom: 20px;
}

.history .history-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.history .history-timeline::after {
  position: absolute;
  content: "";
  width: 100%;
  background: #87806f;
  left: 0;
  top: 50%;
  height: 3px;
  z-index: -1;
}

.history .history-timeline .timeline-stepOne,
.history .history-timeline .timeline-stepTwo,
.history .history-timeline .timeline-stepThree {
  text-align: center;
  width: 120px;
  background: #87806f;
  border-radius: 50%;
}

/* 新增語音導覽機借用辦法開始 */
.iease {
	text-indent: 5em;
}

.iease a {
	text-decoration: none;
	color: #fff;
}
/* 新增語音導覽機借用辦法結束 */

@media (max-width: 576px) {
  .history .history-timeline .timeline-stepOne,
  .history .history-timeline .timeline-stepTwo,
  .history .history-timeline .timeline-stepThree {
    width: 90px;
  }
}

.history .history-timeline .timeline-stepOne .stepName,
.history .history-timeline .timeline-stepTwo .stepName,
.history .history-timeline .timeline-stepThree .stepName {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    padding: 8px 5px;
    color: #fff;
    
}

.history .history-timeline .timeline-stepOne .stepName h3,
.history .history-timeline .timeline-stepOne .stepName h4,
.history .history-timeline .timeline-stepTwo .stepName h3,
.history .history-timeline .timeline-stepTwo .stepName h4,
.history .history-timeline .timeline-stepThree .stepName h3,
.history .history-timeline .timeline-stepThree .stepName h4 {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 576px) {
  .history .history-timeline .timeline-stepOne .stepName h3,
  .history .history-timeline .timeline-stepOne .stepName h4,
  .history .history-timeline .timeline-stepTwo .stepName h3,
  .history .history-timeline .timeline-stepTwo .stepName h4,
  .history .history-timeline .timeline-stepThree .stepName h3,
  .history .history-timeline .timeline-stepThree .stepName h4 {
    font-size: 12px;
  }
}

.history .history-timeline .timeline-stepTwo {
  text-align: center;
}

.history .history-timeline .timeline-stepThree {
  text-align: center;
}

.history .history-image {
  margin-top: 20px;
}

.history .history-image img {
  width: 100%;
}

.history .history-content .history-content_title {
  padding-top: 30px;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 3px;
}

.history .history-content hr {
  border-top: #87806f solid 2px;
}

.history .history-content .history-content_text {
  padding: 10px 0;
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: 900;
  color: #87806f;
  line-height:32px;
}

.history-detail {
  border-top: #87806f solid 2px;
  margin-top: 20px;
  padding-top: 30px;
}

.history-detail .card-img img {
  width: 100%;
}

.history-detail .card-body {
  height: 100px;
  overflow: hidden;
}

.history-detail .card-body .card-title {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 3px;
}

.history-detail .card-body .card-text {
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: 900;
  color: #87806f;
}

.visiting .visiting-title {
  margin-bottom: 20px;
}

.visiting .visiting-title h2 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 3px;
}

.visiting .visiting-content_wrap {
  background-image: url(../images/visitingbg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 20px;
}

.visiting .visiting-content_wrap .visiting-content {
  margin-bottom: 20px;
  color: #fff;
}

.visiting .visiting-content_wrap .visiting-content h3 {
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.visiting .visiting-content_wrap .visiting-content h4 {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: lighter;
}

.location .busOne img {
  width: 100%;
}

.location .busTwo img {
  width: 100%;
}

.location .busBtn {
  color: #87806f;
  letter-spacing: 2px;
  border: 1px solid #87806f;
  border-radius: 0 !important;
  font-weight: 900;
}

.location .busBtn:hover {
  color: #fff;
  background: #87806f;
}

.location .busBtn.active {
  background: #87806f !important;
}

.location hr {
  border-top: 2px solid #87806f;
}

.location .locationRoute .route-title {
  padding: 30px 0;
  text-align: center;
}

.location .locationRoute .route-title h2 {
  font-size: 1.25rem;
  letter-spacing: 3px;
  font-weight: 900;
  text-align: center;
}

.location .locationRoute .route-title h3 {
  font-size: 1rem;
  letter-spacing: 3px;
  padding-top: 20px;
  font-weight: 900;
  color: #87806f;
  text-align: center;
}

.map-en {
  display: none;
}
.site-en .map-tw {
  display: none;
}
.site-en .map-en {
  display: block;
}



.arrive .arrive-header .arrive-header_image img {
  width: 100%;
}

.arrive .arrive-header .arrive-header_content h4 {
  display: inline-block;
  padding: 2%;
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #87806f;
}

.arrive .arrive-body .driveTitle {
  background: url(../images/japanteabg.jpg);
  padding: 1.5% 3%;
  color: #fff;
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.arrive .arrive-body .driveContent {
  padding: 1.5% 3%;
}

.arrive .arrive-body .driveContent .driveContent-title {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  padding-bottom: 20px;
  color: #000;
}

.arrive .arrive-body .driveContent .driveContent-title span {
  padding-left: 5%;
  font-weight: 900;
}

.arrive .arrive-body .driveContent h4 {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #87806f;
}

.arrive .arrive-body .driveContent h4 span {
  width: 90px;
  display: inline-block;
  font-weight: 900;
  margin-top: 10px;
}

.arrive .arrive-body .driveContent p {
  color: #f75757;
  letter-spacing: 2px;
  font-weight: 900;
}

.historical .historical-hover .historical-header {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}

.historical .historical-hover .historical-header .historical-header_content {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  padding: 10px 40px;
  transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
  .historical .historical-hover .historical-header .historical-header_content {
    width: 80%;
  }
}

.historical .historical-hover .historical-header .historical-header_content h4 {
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 0;
  color: #0088a8;
  text-align: center;
}

.historical .historical-one,
.historical .historical-two,
.historical .historical-three {
  position: relative;
}

.historical .historical-one img,
.historical .historical-two img,
.historical .historical-three img {
  width: 100%;
  opacity: 0.7;
}

.historical .historical-one .historical-one_content,
.historical .historical-two .historical-one_content,
.historical .historical-three .historical-one_content {
  position: absolute;
  left: 50%;
  top: 50%;
  border: #fff solid 1px;
  color: #fff;
  padding: 2% 10%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 576px) {
  .historical .historical-one .historical-one_content,
  .historical .historical-two .historical-one_content,
  .historical .historical-three .historical-one_content {
    width: 76% !important;
  }
}

.historical .historical-one .historical-one_content h4,
.historical .historical-two .historical-one_content h4,
.historical .historical-three .historical-one_content h4 {
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 0;
  text-align: center;
}

.historical .historical-one:hover img,
.historical .historical-two:hover img,
.historical .historical-three:hover img {
  opacity: 1;
}

.historical .historical-one:hover .historical-one_content,
.historical .historical-two:hover .historical-one_content,
.historical .historical-three:hover .historical-one_content {
  color: #000;
  background: #ffffffa9;
}

.historical .historical-one:hover .historical-one_content h4,
.historical .historical-two:hover .historical-one_content h4,
.historical .historical-three:hover .historical-one_content h4 {
  font-size: 1.12rem;
  font-weight: 900;
}

.building .building-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  overflow: hidden;
}

.building .building-content .building-content_title {
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.building .building-content hr {
  border-top: #000 dashed 1px;
}

.building .building-content .building-content_text {
  /* height: 450px;
  overflow: hidden; */
}

.building .building-content .building-content_text p {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #87806f;
}

.building .building-content img {
  width: 100%;
}

.building .building-describe_one,
.building .building-describe_two {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 40px;
}

.building .building-describe_one h4,
.building .building-describe_two h4 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.building .building-describe_one p,
.building .building-describe_two p {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #87806f;
}

.building .building-describe_two {
  padding-left: 40px;
  border-left: #87806f solid 1px;
  padding-right: 0;
}

.wrapper {
  max-width: 950px;
  width: 100%;
}

.wrapper .gallery-top {
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
}

.wrapper .gallery-top .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.wrapper .gallery-thumbs {
  width: 100%;
  height: 100px;
}

.wrapper .gallery-thumbs .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.4;
}

.wrapper .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.historicalContent-text {
  margin-top: 20px;
}

.historicalContent-text hr {
  border-top: 2px solid #87806f;
}

.historicalContent-text h4 {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.historicalContent-text p {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #87806f;
  text-align: justify;
}
.site-en .historicalContent-text p {
  text-align: left;
}

.exhibition .exhibition-content:hover {
  background: #87806f;
}

.exhibition .exhibition-content:hover .exhibition-content_link p {
  color: #fff;
}

.exhibition .exhibition-content .exhibition-content_link {
  color: #000;
  text-decoration: none;
}

.exhibition .exhibition-content .exhibition-content_link .card-title {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #000;
}

.exhibition .exhibition-content .exhibition-content_link .exhibition-content_title {
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: left;
}

.exhibition .exhibition-content .exhibition-content_link p {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #87806f;
  margin-bottom: 20px;
}

.exhibition .exhibition-content .exhibition-content_link .exhibition-content_text {
  background: #f28500;
  color: #fff;
  padding: 0 10px;
  cursor: default;
  letter-spacing: 2px;
  font-weight: 900;
}

.exhibition .exhibition-content .exhibition-content_link .exhibition-content_ing {
  background: #d1788b;
  color: #fff;
  padding: 0 10px;
  cursor: default;
  letter-spacing: 2px;
  font-weight: 900;
}

.exhibition .exhibition-content .exhibition-content_link .exhibition-content_done {
  background: #8990b0;
  color: #fff;
  padding: 0 10px;
  cursor: default;
  letter-spacing: 2px;
  font-weight: 900;
}

.exhibition .exhibition-image img {
  width: 100%;
}

.exhibition .exhibition-inner_content {
  height: 100%;
  padding-top: 30%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  background: url(../images/japanteabg.jpg);
  color: #fff;
}

@media (max-width: 576px) {
  .exhibition {
    max-width: 90%;
    margin: 0 auto;
  }
  .exhibition .exhibition-inner_content {
    padding: 5%;
  }
}

.exhibition .exhibition-inner_content h4 {
  font-size: 1.12rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 900;
}

.exhibition .exhibition-inner_content h5 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.exhibition .exhibition-inner_describe {
  padding: 2% 5%;
  background: #f1f3f5;
}

.exhibition .exhibition-inner_describe .describe-title {
  font-size: 1.12rem;
  letter-spacing: 3px;
  font-weight: 900;
  margin-bottom: 20px;
  font-weight: 900;
}

.exhibition .exhibition-inner_describe p {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.exhibition .exhibition-inner_describe h5 {
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 20px;
  font-weight: 900;
}

.exhibition .exhibition-inner_describe h5 span {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.exhibition .exhibition-inner_describe h5 a {
  color: #000;
  text-decoration: none;
}

.exhibition .exhibition-inner_describe h5 a:hover {
  color: #f75757;
}

.exhibition .exhibitionInner-Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.exhibition .exhibitionInner-Btn .exhibitionInner-Button {
  background: #556b2f;
  width: 20%;
  color: #fff;
  border-radius: 0;
  font-size: 1rem;
  letter-spacing: 3px;
  padding: 0.75rem;
}

.exhibition .exhibitionInner-Btn .exhibitionInner-Button:hover {
  color: #556b2f;
  border: #556b2f solid 1px;
  background: #fff;
}

.exhibition .artExhibition-image img {
  width: 100%;
}

.exhibition .artExhibition-content h4 {
  display: inline-block;
  font-size: 1.12rem;
  color: #000;
  font-weight: 900;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 20px;
}

.exhibition .artExhibition-content span {
  margin-left: 20px;
  padding: 2px 15px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
  background: #d1788b;
}

.exhibition .artExhibition-content p {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #c0c0c0;
  font-weight: 900;
}

.exhibition .artExhibition-describe .card {
  border: 0;
}

.exhibition .artExhibition-describe .card .card-body {
  padding-left: 0;
}

.exhibition .artExhibition-describe .card .card-body .card-text {
  font-size: 1rem;
  color: #87806f;
  font-weight: 900;
  letter-spacing: 2px;
}

.exhibition .negotiate-image img {
  width: 100%;
}

.exhibition .negotiate-content {
  margin: 5% 0;
  text-align: center;
}

.exhibition .negotiate-content .negotiate-content_title {
  font-size: 1.12rem;
  color: #556b2f;
  letter-spacing: 2px;
  font-weight: 900;
}

.exhibition .negotiate-content .negotiate-content_th {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.exhibition .negotiate-content .negotiate-content_text {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  background: #c0c0c0;
}

.exhibition .negotiate-time h4,
.exhibition .negotiate-notice h4 {
  font-size: 1.12rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 3px;
  background: #87806f;
  padding: 2% 4%;
}

.exhibition .negotiate-time .negotiate-time_describe,
.exhibition .negotiate-time .negotiate-time_notice,
.exhibition .negotiate-notice .negotiate-time_describe,
.exhibition .negotiate-notice .negotiate-time_notice {
  padding: 2% 4%;
}

.exhibition .negotiate-time .negotiate-time_describe p,
.exhibition .negotiate-time .negotiate-time_notice p,
.exhibition .negotiate-notice .negotiate-time_describe p,
.exhibition .negotiate-notice .negotiate-time_notice p {
  font-size: 1rem;
  color: #87806f;
  letter-spacing: 2px;
  font-weight: 900;
}

.exhibition .negotiate-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5% 0;
}

.exhibition .negotiate-contact .negotiate-contact_button {
  background: #556b2f;
  padding: 1% 3%;
  letter-spacing: 3px;
  color: #fff;
  border-radius: 0;
}

.exhibition .negotiate-contact .negotiate-contact_button:hover {
  color: #556b2f;
  background: #fff;
  border: #556b2f solid 1px;
}

.cultural .specialEvent {
  position: relative;
}

.cultural .specialEvent .specialEvent-image img {
  width: 100%;
  height: 100%;
}

.cultural .specialEvent .specialEvent-content .card-body .card-text {
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 900;
}

.cultural .specialEvent .specialEvent-content .card-body .card-title {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 20px;
}

.cultural .specialEvent .specialEvent-content .card-body .specialEvent-content_button {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  background: #87806f;
  color: #fff;
  border-radius: 0;
  padding: 2% 10%;
}

@media (max-width: 1200px) {
  .cultural .specialEvent .specialEvent-content .card-body .specialEvent-content_button {
    width: 100%;
  }
}

.cultural .specialEvent:hover .specialEvent-image:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #87806f;
  opacity: 0.7;
}

.cultural .specialEvent:hover .specialEvent-content {
  background: #87806f;
  opacity: 0.7;
}

.cultural .specialEvent:hover .specialEvent-content .card-body .card-text {
  color: #fff;
}

.cultural .specialEvent:hover .specialEvent-content .card-body .card-text .text-muted {
  color: #fff;
}

.cultural .specialEvent:hover .specialEvent-content .card-body .card-title {
  color: #fff;
  font-weight: 900;
}

.cultural .specialEvent:hover .specialEvent-content .specialEvent-content_button {
  background: #fff;
  color: #000;
}

.cultural .specialEvent-inner_image img {
  width: 100%;
}

.cultural .specialEvent-inner_content .main-describe {
  text-align: center;
  margin: 5% 0 10% 0;
}

.cultural .specialEvent-inner_content .main-describe h4 {
  font-size: 1.12rem;
  letter-spacing: 3px;
  font-weight: 900;
  margin: 20px 0;
  text-align: center;
}

.cultural .specialEvent-inner_content .main-describe p {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #87806f;
  margin-bottom: 20px;
  font-weight: 900;
}

.cultural .specialEvent-inner_content .second-describe {
  padding: 2% 5%;
  background: #f1f3f5;
}

.cultural .specialEvent-inner_content .second-describe h5 {
  font-size: 1.12rem;
  letter-spacing: 3px;
  font-weight: 900;
  margin-bottom: 20px;
}

.cultural .specialEvent-inner_content .second-describe p {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #87806f;
}

.cultural .specialEvent-inner_content .second-describe hr {
  margin: 20px 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.651);
}

.cultural .specialEvent-inner_content .backBtn {
  margin: 5% 0;
  text-align: center;
}

.cultural .specialEvent-inner_content .backBtn .specialEvent-inner_button {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  background: #556b2f;
  color: #fff;
  border-radius: 0;
  padding: 1% 10%;
}

.cultural .specialEvent-inner_content .backBtn .specialEvent-inner_button:hover {
  background: #fff;
  border: 1px solid #556b2f;
  color: #556b2f;
}

.cultural .drawlots .drawlots-image img {
  width: 100%;
  height: 100%;
}

.cultural .drawlots .drawlots-head {
  height: 400px;
  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;
  text-align: center;
  background: #87806f;
}

.cultural .drawlots .drawlots-head .drawlots-head_title {
  width: 100%;
}

.cultural .drawlots .drawlots-head .drawlots-head_title h4 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10%;
  text-align: center;
}

.cultural .drawlots .drawlots-head .drawlots-head_title .drawlots-button {
  display: block;
  background: #fff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  width: 50%;
  margin: 0 auto;
}

.cultural .drawlots .drawlots-head .drawlots-head_title .drawlots-button h5 {
  font-size: 1.12rem;
  color: #556b2f;
  letter-spacing: 5px;
  font-weight: 900;
  padding: 1% 10%;
  margin-bottom: 0;
  text-align: center;
}

.cultural .drawlots .drawlots-body {
  margin-top: 15px;
}

.cultural .drawlots .drawlots-body .drawlots-body_content {
  padding: 10% 5%;
}

.cultural .drawlots .drawlots-body .drawlots-body_content p {
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 900;
  color: #87806f;
}

.cultural .drawlots .drawlots_describe {
  background-color: #f1f3f5;
  padding: 5% 7%;
}

.cultural .drawlots .drawlots_describe ul {
  padding-left: 20px;
}
.cultural .drawlots .drawlots_describe li {
  list-style: square;
  margin-bottom: 1em;
}

.cultural .ceremony .ceremony-image img {
  width: 100%;
}

.cultural .ceremony .ceremony-content {
  margin: 2% 0;
}

.cultural .ceremony .ceremony-content h3 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 20px;
}

.cultural .ceremony .ceremony-content p {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.cultural .ceremony .ceremony-describe .ceremony-describe_card {
  border: #87806f solid 1px;
}

.cultural .ceremony .ceremony-describe .ceremony-describe_card .card-header {
  padding: 7% 2%;
  background: url(../images/japanteabg.jpg);
  text-align: center;
}

.cultural .ceremony .ceremony-describe .ceremony-describe_card .card-header .card-img-top {
  width: auto;
  margin-bottom: 10px;
}

.cultural .ceremony .ceremony-describe .ceremony-describe_card .card-header .card-title {
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.cultural .ceremony .ceremony-describe .ceremony-describe_card .card-body {
  height: 100%;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .cultural .ceremony .ceremony-describe .ceremony-describe_card .card-body {
    height: 350px;
  }
}

.cultural .ceremony .ceremony-describe .ceremony-describe_card .card-body .card-text {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #87806f;
}

.cultural .ceremony .ceremony-describe .ceremony-describe_card .card-body .ceremony-content_button {
  font-size: 1rem;
  letter-spacing: 2px;
  padding: 5px 30px;
  border: 1px solid #87806f;
  border-radius: 0px;
}

.cultural .ceremony .ceremony-describe .ceremony-describe_card .card-body .ceremony-content_button:hover {
  background: #87806f;
  color: #fff;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_image {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/japanteabg.jpg);
}

.cultural .ceremony .ceremony-inner .ceremony-inner_image h4 {
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2% 5%;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_text .card-text {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_describe {
  padding: 5% 7%;
  margin-bottom: 20px;
  background: #f1f3f5;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_describe h5 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 20px;
  font-weight: 900;
  color: #556b2f;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_describe p {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 15px;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_describe ol {
  padding-left: 15px;
}
.cultural .ceremony .ceremony-inner .ceremony-inner_describe li {
  list-style: decimal;
  font-weight: 900;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_describe a {
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 2;
  font-weight: 900;
  color: black;
  text-decoration: none;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_describe a:hover {
  color: red;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_describe hr {
  border: #87806f dashed 1px;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_teacher h4 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin-top: 40px;
  margin-bottom: 20px;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_teacher .ceremony-teacher-content {
  background: #87736f;
  padding: 5%;
  color: #fff;
  letter-spacing: 2px;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_teacher .ceremony-teacher-content h5 {
  font-size: 1.25rem;
  letter-spacing: 3px;
  font-weight: 900;
}

.cultural .ceremony .ceremony-inner .ceremony-inner_teacher .ceremony-teacher-content p {
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 2;
  font-weight: 900;
}

.cultural .fruit .fruit-image {
  position: relative;
}

.cultural .fruit .fruit-image img {
  width: 100%;
}

.cultural .fruit .fruit-image .fruit-image_content {
  position: absolute;
  left: 10%;
  top: 30%;
}

.cultural .fruit .fruit-image .fruit-image_content h4 {
  color: #fff;
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.cultural .fruit .fruit-image .fruit-image_content h5 {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: 900;
}

.cultural .fruit .fruit-content {
  margin-top: 2%;
}

.cultural .fruit .fruit-content .fruit-content_title {
  text-align: center;
  background: url(../images/japanteabg.jpg);
  padding: 5%;
}

.cultural .fruit .fruit-content .fruit-content_title h4 {
  color: #fff;
  font-size: 1.12rem;
  letter-spacing: 3px;
  font-weight: 900;
  text-align: center;
}

.cultural .fruit .fruit-content .fruit-content_body {
  padding: 5%;
  background: #87806f;
  border-top: #fff solid 2px;
}

.cultural .fruit .fruit-content .fruit-content_body p {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 900;
}

.cultural .fruit .fruit-content_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5% 0;
}

.cultural .fruit .fruit-content_button .fruit-button {
  background: url(../images/bg.jpg);
  border-radius: 0;
  padding: 0.5rem 3rem;
  color: #fff;
  letter-spacing: 3px;
}

.cultural .fruit .fruitInner-content {
  padding: 10%;
  margin: 20px 0;
  /* background: #f1f3f5; */
}

.cultural .fruit .fruitInner-content h4 {
  font-size: 1.25rem;
  letter-spacing: 3px;
  font-weight: 900;
  margin-bottom: 20px;
  font-weight: 900;
  color: #556b2f;
}

.cultural .fruit .fruitInner-content ol {
  list-style: decimal;
  padding-left: 15px;
}
.cultural .fruit .fruitInner-content li {
  font-weight: 900;
}

.cultural .fruit .fruitInner-content p {
  font-size: 1rem;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-weight: 900;
}

.cultural .fruit .fruitInner-content a {
  font-size: 1rem;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-weight: 900;
  color: black;
  text-decoration: none;
}

.cultural .fruit .fruitInner-content a:hover {
  color: red;
}

.cultural .fruit .fruitInner-content hr {
  border: dashed 1px #87806f;
}

.cultural .fruit .fruitInner-teacher {
  margin-bottom: 20px;
}

.cultural .fruit .fruitInner-teacher h4 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.cultural .fruit .fruitInner-teacher_describe {
  padding: 10%;
  background: #87736f;
}

.cultural .fruit .fruitInner-teacher_describe h5 {
  font-size: 1.12rem;
  letter-spacing: 3px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
}

.cultural .fruit .fruitInner-teacher_describe p {
  font-size: 1rem;
  letter-spacing: 3px;
  margin-bottom: 20px;
  color: #fff;
}

.food .menu-image {
  position: relative;
  overflow: hidden;
  padding-left: 0;
}

@media (max-width: 576px) {
  .cultural .fruit .fruit-image .fruit-image_content {
    position: relative;
    color: #212529;
    left: 0;
    top: 0;
    margin-top: 20px;
  }
  .cultural .fruit .fruit-image .fruit-image_content h4 {
    color: #212529;
  }
  .cultural .fruit .fruit-image .fruit-image_content h5 {
    color: #212529;
  }
  .cultural .fruit .fruitInner-content {
    padding: 2%;
  }
  .food .menu-image {
    margin-left: 7px;
    margin-right: 7px;
  }
}

.food .menu-image img {
  width: 100%;
}

.food .menu-image::after {
  position: absolute;
  left: -15%;
  top: 4%;
  content: "NEW";
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  width: 200px;
  border-top: solid #fff 1px;
  border-bottom: solid #fff 1px;
  padding: 10px 30px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  background: #f75757;
  font-weight: 900;
}

@media (min-width: 768px) {
  .food .menu-image::after {
    left: -5%;
    top: 4%;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}

@media (min-width: 992px) {
  .food .menu-image::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media (min-width: 1200px) {
  .food .menu-image::after {
    width: 200px;
  }
}

.food .menu-food {
  margin: 5% 0;
  padding-left: 0;
}

@media (max-width: 576px) {
  .food .menu-food {
    padding-left: 15px;
  }
}

.food .menu-food .card .menu-food_image {
  background: url(../images/japanteabg.jpg);
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.food .menu-food .card .menu-food_image h4 {
  font-size: 1.12rem;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
}

.food .menu-food .card .menu-food_image .menu-food_btn {
  color: #556b2f;
  font-weight: 900;
  background: #fff;
  border: none;
  padding: 0.375rem 1.5rem;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.food .menu-food .card .menu-food_content {
  padding: 2%;
}

.food .menu-food .card .menu-food_content p {
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: 900;
}

.food .menu-food .card .menu-food_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: dashed #87806f 1px;
}

@media (max-width: 576px) {
  .food .menu-food .card .menu-food_price {
    padding: 10px;
    border-top: dashed #87806f 1px;
    border-left: none;
  }
}

.food .menu-food .card .menu-food_price h5 {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 0;
}

.food .menu-food .card:hover .menu-food_content {
  background: #87806f;
  color: #fff;
}

.food .menu-food .card:hover .menu-food_price {
  background: #87806f;
  color: #fff;
  border-left: dashed #fff 1px;
}

.food .menu-food_innerImage img {
  width: 100%;
}

.food .menu-food_inner .menu-food_innerTitle {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.food .menu-food_inner .menu-food_innerTitle h4 {
  font-size: 1.12rem;
  letter-spacing: 2px;
  color: #fff;
}

.food .menu-food_inner .menu-food_innerContent {
  padding: 2%;
  background: #87736F;
}

.food .menu-food_inner .menu-food_innerContent p {
  color: #fff;
  font-size: 1.12rem;
  letter-spacing: 3px;
}

.food .menu-food_inner .menu-food_innerContent .card-footer {
  border-top: dashed #fff 1px;
  background: #87736F;
  text-align: center;
}

.food .menu-food_inner .menu-food_innerContent .card-footer h5 {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 3px;
  margin: 10px 0;
}

.food .menu-food_innerBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5%;
}

.food .menu-food_innerBtn a {
  color: #fff;
  background: #556b2f;
  border-radius: 0;
  padding: 0.375rem 3rem;
  font-size: 1rem;
  letter-spacing: 3px;
}

.food .menu-food_innerBtn a:hover {
  background: #fff;
  color: #556b2f;
  border: solid #556b2f 1px;
}

.food .season .seasonImage {
  position: relative;
  height: 400px;
}

.food .season .seasonImage img {
  width: 100%;
}

.food .season .seasonImage .seasonImage-content {
  background: #fff;
  position: absolute;
  left: 3%;
  top: 3%;
  max-width: 400px;
  max-height: 429px;
  padding: 10px;
}

@media (max-width: 576px) {
  .food .season .seasonImage .seasonImage-content {
    background: #dadadaad;
    position: absolute;
    left: 4%;
    top: 0%;
    width: 310px;
    height: 400px;
    padding: 30px;
  }
}

.food .season .seasonImage .seasonImage-content .seasonImage-content_text h4 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
}

.food .season .seasonImage .seasonImage-content .seasonImage-content_text p {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #000;
  font-weight: 900;
  word-break: break-all;
}

.food .season .seasonImage .seasonImage-content .seasonImage-content_button {
  text-align: right;
}

.food .season .seasonImage .seasonImage-content .seasonImage-content_button .seasonImage-button {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  border: solid #87806f 1px;
  border-radius: 0;
}

.food .season .seasonImage:hover img {
  -webkit-filter: sepia(50%);
          filter: sepia(50%);
}

.food .season .seasonImage:hover .seasonImage-content {
  background: #87736F;
}

.food .season .seasonImage:hover .seasonImage-content .seasonImage-content_text h4,
.food .season .seasonImage:hover .seasonImage-content .seasonImage-content_text p {
  color: #fff;
}

.food .season .seasonImage:hover .seasonImage-content .seasonImage-content_button .seasonImage-button {
  background: #f1f3f5;
}

.food .season .seasonInner-title {
  text-align: center;
}

.food .season .seasonInner-title h4 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
  line-height: 2;
}

.food .season .seasonInner-title p {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  line-height: 1.5;
}

.food .season .seasonInner-describe {
  background: #87736F;
  margin-top: 15px;
  background-clip: content-box;
}

.food .season .seasonInner-describe .seasonInner-describe_image {
  text-align: center;
  border-bottom: dashed #fff 1px;
}

.food .season .seasonInner-describe .seasonInner-describe_image img {
  margin: 20px 0;
}

.food .season .seasonInner-describe .seasonInner-describe_text {
  padding: 3%;
}

.food .season .seasonInner-describe .seasonInner-describe_text p {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.food .season .seasonInner-content {
  margin-top: 15px;
}

.food .season .seasonInner-content img {
  width: 100%;
  height: 100%;
}

.food .season .seasonInner-content_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5% 0;
}

.food .season .seasonInner-content_button .seasonInner-button {
  background: url(../images/bg.jpg);
  border-radius: 0;
  padding: 0.5rem 3rem;
  color: #fff;
  letter-spacing: 3px;
}
.food .customMenu ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.food .customMenu .customMenu-image img {
  width: 100%;
}

.food .customMenu .customMenu-content {
  padding: 2%;
}

.food .customMenu .customMenu-content .card-body .card-title {
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.food .customMenu .customMenu-content .card-body .card-text {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.food .customMenu .customMenu-content .card-footer {
  padding: 0;
  border: none;
  text-align: center;
  background: #fff;
}

.food .customMenu .customMenu-content .card-footer .customMenu-content_button {
  border: solid #87806f 1px;
  border-radius: 0;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.food .customMenu:hover .customMenu-image img {
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
}

.food .customMenu:hover .customMenu-content {
  background: #87806f;
}

.food .customMenu:hover .customMenu-content .card-body .card-title,
.food .customMenu:hover .customMenu-content .card-body .card-text {
  color: #fff;
}

.food .customMenu:hover .customMenu-content .card-footer {
  background: #87806f;
}

.food .customMenu:hover .customMenu-content .card-footer .customMenu-content_button {
  background: #fff;
  color: #87806f;
}

.food .customMenu .customMenu-inner_image {
  overflow: hidden;
}

.food .customMenu .customMenu-inner_image img {
  width: 100%;
}

.food .customMenu .customMenu-inner_content .card-body .card-title {
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.food .customMenu .customMenu-inner_content .card-body .card-text {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.food .customMenu .customMenu-inner_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5%;
}

.food .customMenu .customMenu-inner_button a {
  color: #fff;
  background: #556b2f;
  border-radius: 0;
  padding: 0.375rem 3rem;
  font-size: 1rem;
  letter-spacing: 3px;
}

.food .customMenu .customMenu-inner_button a:hover {
  background: #fff;
  color: #556b2f;
  border: solid #556b2f 1px;
}

.food .environment:hover .environmentContent {
  background: #87806f;
}

.food .environment:hover .environmentContent .card-title,
.food .environment:hover .environmentContent .card-text {
  color: #fff;
}

.food .environment:hover .card-footer .environmentBtn {
  background: #556b2f;
  color: #fff;
  border: solid #556b2f 1px;
}

.food .environment .environmentImage img {
  width: 100%;
}

.food .environment .environmentContent {
  background: #fff;
}

.food .environment .environmentContent .card-title {
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.food .environment .environmentContent .card-text {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.food .environment .card-footer {
  border: 0;
  text-align: center;
}

.food .environment .card-footer .environmentBtn {
  border-radius: 0;
  padding: 0.375rem 3rem;
  font-size: 1rem;
  letter-spacing: 3px;
  font-weight: 900;
  border: solid #000 1px;
}
.food .environment .environment-main-image {
  position: relative;
  overflow: hidden;
}
.food .environment .environment-innerImage img  {
  width: 100%;
}
.food .environment .environment-main-image img {
  position: absolute;
  object-fit: cover;
  height: 100% !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.food .environment .environment-innerContent {
  background: #87806f;
}

.food .environment .environment-innerContent .card-body .card-title {
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #fff;
}

.food .environment .environment-innerContent .card-body .card-text {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #fff;
}

.food .environment .environment-innerBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5%;
}

.food .environment .environment-innerBtn a {
  color: #fff;
  background: #556b2f;
  border-radius: 0;
  padding: 0.375rem 3rem;
  font-size: 1rem;
  letter-spacing: 3px;
}

.food .environment .environment-innerBtn a:hover {
  background: #fff;
  color: #556b2f;
  border: solid #556b2f 1px;
}

.gift .gift-content {
  position: relative;
}

.gift .gift-content .gift-title h4 {
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin: 20px 0;
}

.gift .gift-content .gift-title p {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  color: #87806f;
}

.gift .gift-content .gift-craft h4 {
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin: 20px 0;
  text-align: center;
}

.gift .gift-content .gift-craft p {
  font-size: 1rem;
  letter-spacing: 2px;
}

.gift .gift-swiper {
  border-bottom: solid #000 1px;
}

.gift .gift-swiper .swiper-container {
  width: 100%;
}

.gift .gift-swiper .swiper-container .swiper-slide {
  width: 240px;
}

.gift .gift-swiper .swiper-container .swiper-slide .card {
  width: 100%;
  border-radius: 8px;
  background: white;
  overflow: hidden;
  position: relative;
}

.gift .gift-swiper .swiper-container .swiper-slide .card .giftNew-tag {
  position: absolute;
  left: -12%;
  top: 1%;
  color: #fff;
  border-top: solid #fff 1px;
  border-bottom: solid #fff 1px;
  padding: 10px 50px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  background: #f75757;
  font-weight: 900;
}

.gift .gift-swiper .swiper-container .swiper-slide .card .card__img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gift .gift-swiper .swiper-container .swiper-slide .card .card__body {
  padding: 10px 20px;
  font-weight: 600;
  text-align: center;
}

.gift .gift-swiper .swiper-container .swiper-slide .card .card__body > h3 {
  font-size: 1.12rem;
  line-height: 2;
  font-weight: 900;
  border-top: #87806f solid 1px;
  border-bottom: #87806f solid 1px;
}

.gift .gift-swiper .swiper-container .swiper-slide .card .card__body > span {
  display: block;
  font-size: 1rem;
}

.gift .gift-swiper .swiper-container .swiper-slide .card .card__body > p {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: normal;
  color: red;
}

.gift .gift-swiper .swiper-container .swiper-slide .card .card__body > p span {
  font-size: 1.25rem;
}

.gift .gift-swiper .swiper-container .swiper-slide .card .card__footer {
  text-align: center;
  padding: 10px;
}

.gift .gift-swiper .swiper-container .swiper-slide .card .card__footer .btn {
  background: #87806f;
  color: #fff;
  letter-spacing: 2px;
}

.gift .gift-imageWrap {
  margin: 2% 0;
}

.gift .gift-imageWrap .gift-image {
  position: relative;
}

.gift .gift-imageWrap .gift-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  background: rgba(222, 184, 135, 0.534);
}

.gift .gift-imageWrap .gift-image img {
  width: 100%;
}

.gift .gift-imageWrap .gift-describe {
  position: absolute;
  left: 0%;
  top: 0%;
  height: 100%;
  width: 100%;
  text-align: center;
  background-clip: padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gift .gift-imageWrap .gift-describe h5 {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 900;
  line-height: 14;
  text-align: center;
}

@media (min-width: 768px) {
  .gift .gift-imageWrap .gift-describe h5 {
    line-height: 10;
  }
}

@media (min-width: 1024px) {
  .gift .gift-imageWrap .gift-describe h5 {
    line-height: 14;
  }
}

.gift .gift-imageWrap:hover .gift-image::before {
  background: transparent;
}

.gift .gift-imageWrap:hover .gift-describe h5 {
  color: #000;
}

.gift .giftInner .card {
  border: 0;
}

.gift .giftInner .card .giftInner-image {
  padding: 2%;
}

.gift .giftInner .card .giftInner-image .card-img {
  width: 100%;
  border-radius: 50%;
}

.gift .giftInner .giftInner-describe .card-title {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: solid #000 1px;
}

.gift .giftInner .giftInner-describe .card-text {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #87806f;
}

.gift .giftInner-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: #87806f solid 1px;
  padding-bottom: 10px;
}

.gift .giftInner-select .giftInner-selectContent {
  margin: 0 10px;
}

.gift .giftInner-item {
  margin: 20px 0;
}

.gift .giftInner-item .card {
  border: 0;
}

.gift .giftInner-item .card .giftInner-itemImage img {
  width: 100%;
}

.gift .giftInner-item .card .card-body .card-title {
  font-size: 1.12rem;
  letter-spacing: 2px;
  border-top: #87806f solid 1px;
  border-bottom: #87806f solid 1px;
  padding: 10px 0;
  text-align: center;
}

.gift .giftInner-item .card .card-body .card-text {
  font-size: 1rem;
  letter-spacing: 2px;
}

.gift .giftInner-item .card .card-body .card-price {
  font-size: 14px;
  letter-spacing: 2px;
  color: #f75757;
  font-weight: 900;
  text-align: center;
}

.gift .giftInner-item .card .card-body .card-price span {
  font-size: 1.25rem;
}

.gift .giftInner-item .card .card-body .btn-giftInner {
  display: block;
  background: #fff;
  color: #87806f;
  font-size: 1rem;
  letter-spacing: 2px;
  border: #87806f solid 1px;
  border-radius: 0;
}

.gift .giftInner-item .card .card-body .btn-giftInner:hover {
  background: #87806f;
  color: #fff;
}

.gift .giftDetail .wrapper {
  max-width: 950px;
  width: 100%;
}

.gift .giftDetail .wrapper .gallery-top {
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
}

.gift .giftDetail .wrapper .gallery-top .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.gift .giftDetail .wrapper .gallery-thumbs {
  width: 100%;
  height: 100px;
}

.gift .giftDetail .wrapper .gallery-thumbs .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.4;
}

.gift .giftDetail .wrapper .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.gift .giftDetail .giftDetail-mainImage {
  padding: 0 5px;
}

.gift .giftDetail .giftDetail-mainImage img {
  width: 100%;
}

.gift .giftDetail .giftDetail-otherImage {
  margin-top: 10px;
  padding: 0 5px;
}

.gift .giftDetail .giftDetail-otherImage img {
  width: 100%;
}

.gift .giftDetail .giftDetail-title {
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 20px;
}

.gift .giftDetail .giftDetail-price {
  color: #f75757;
  font-size: 14px;
  letter-spacing: 2px;
}

.gift .giftDetail .giftDetail-price span {
  font-size: 1.5rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.gift .giftDetail .giftDetail-list {
  border-bottom: #87806f solid 1px;
}

.gift .giftDetail .giftDetail-list li {
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 10px;
}

.gift .giftDetail .giftDetail-list .giftDetail-list_title {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.gift .giftDetail .giftDetail-list .giftDetail-list_text {
  font-size: 1rem;
  letter-spacing: 3px;
  color: #87806f;
}

.gift .giftDetail .giftDetail-button {
  text-align: right;
}

.gift .giftDetail .giftDetail-button .btn {
  padding: 0;
}

.gift .giftDetail .giftDetail-button .btn:hover {
  cursor: pointer;
}

@media (min-width: 576px) {
  .gift .giftDetail-content {
    padding: 0;
  }
}
.product_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.gift .giftDetail-content h4 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin: 20px 0 10px;
}

.gift .giftDetail-content img {
  width: 100%;
  margin: 20px 0;
}

.gift .giftDetail-content p {
  font-size: 1rem;
  letter-spacing: 2px;
}

.gift .giftDetail-content .giftDetail-content_button {
  text-align: center;
  margin-bottom: 20px;
}

.gift .giftDetail-content .giftDetail-content_button .btn {
  background: #000;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 2px;
  padding: 10px 30px;
}

.gift .giftDetail-content .giftDetail-content_button .btn:hover {
  border: #87806f solid 1px;
  background: #fff;
  color: #000;
}
.gift .relatived-product {
  border-top: 1px solid #87806f;
}
.gift .otherItem {
  padding: 20px 5px;
}
.gift .otherItem.hide {
  display: none;
}
.gift .otherItem .otherItem-title h4 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
}

.gift .otherItem .otherItem-content {
  position: relative;
  text-align: center;
}

.gift .otherItem .otherItem-content img {
  width: 100%;
}

.gift .otherItem .otherItem-content .otherItem-content_text {
  padding: 20px;
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.gift .otherItem .otherItem-content .otherItem-content_text p {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 2px;
}

.gift .otherItem .otherItem-content .otherItem-content_text .btn {
  background: #87806f;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 2px;
  border-radius: 0;
  border: #87806f solid 1px;
  padding: 0.5rem 1rem;
}

.gift .otherItem .otherItem-content .otherItem-content_text .btn:hover {
  background: #fff;
  border: #87806f solid 1px;
  color: #000;
}

.gift .master .masterContent {
  padding: 5%;
  background: url(../images/japanteabg.jpg);
}

.gift .master .masterContent .card-body .card-title {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 5px;
  font-weight: 900;
  padding-bottom: 15px;
  border-bottom: #fff dashed 1px;
}

.gift .master .masterContent .card-body .card-title span {
  font-size: 1rem;
  letter-spacing: 10px;
  font-weight: 900;
  padding-left: 5px;
}

.gift .master .masterContent .card-body .card-text {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 2px;
}

.gift .masterDescribe img {
  width: 100%;
  margin-bottom: 20px;
}

.gift .masterDescribe p {
  color: #000;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: lighter;
}

.rent .weddingRent .weddingRent-title {
  background: url(../images/japanteabg.jpg);
  text-align: center;
  color: #fff;
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
  padding: 2%;
}
.rent .weddingRent .weddingRent-title h3 {
  text-align: center;
}

.rent .weddingRent-image img {
  width: 100%;
}

.rent .weddingRent-Describe {
  padding: 2% 5%;
  background: #f1f3f5;
}

.rent .weddingRent-Describe .weddingRent-content .weddingRent-content_title {
  font-size: 1.25rem;
  letter-spacing: 5px;
  font-weight: 900;
  padding: 2% 0;
}

.rent .weddingRent-Describe .weddingRent-content .weddingRent-content_text {
  font-size: 1rem;
  letter-spacing: 3px;
  color: #87806f;
  font-weight: 900;
}

.rent .weddingRent-Describe .weddingRent-content a {
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 3px;
  color: red;
  font-weight: 900;
  margin-bottom: 10px;
}

.rent .weddingRent-Describe .weddingRent-content hr {
  margin: 20px 0;
  border: #87806f dashed 1px;
}

.rent .multipleRent {
  text-align: center;
}

.rent .multipleRent img {
  width: 100%;
}

.rent .multipleRent h3 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin: 2% 0;
  text-align: center;
}

.rent .multipleRent-content:hover img {
  -webkit-filter: sepia(2);
          filter: sepia(2);
}

.rent .multipleRent-content .card {
  border: none;
  border-radius: 0;
}

.rent .multipleRent-content .card img {
  width: 100%;
  border-radius: 0;
}

.rent .multipleRent-content .card .card-img-overlay {
  top: 30%;
  text-align: center;
}

.rent .multipleRent-content .card .card-img-overlay .card-title {
  color: #fff;
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
}

.rent .multipleRent-content .card .card-img-overlay .btn {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}

.rent .multipleRent-content .card .card-img-overlay .btn:hover {
  background: #fff;
  color: #000;
}

.rent .multipleRent-innerContent .multipleRent-innerContent_head .card-img-overlay {
  text-align: center;
  top: 40%;
}

.rent .multipleRent-innerContent .multipleRent-innerContent_head .card-img-overlay img {
  width: auto;
}

.rent .multipleRent-innerContent .multipleRent-innerContent_head .card-img-overlay h4 {
  color: #fff;
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-align: center;
}

.rent .multipleRent-innerContent .multipleRent-innerContent_body {
  padding: 2% 3%;
  background: #87806f;
}

.rent .multipleRent-innerContent .multipleRent-innerContent_body .card-body .card-text {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #fff;
}

.rent .multipleRent-innerContent_image img {
  width: 100%;
  height: 100% !important;
}

.rent .multipleRent-innerContent_describe {
  padding: 5%;
  background: #f1f3f5;
}

.rent .multipleRent-innerContent_describe h3 {
  font-size: 1.12rem;
  color: #000;
  letter-spacing: 5px;
  font-weight: 900;
  margin-bottom: 20px;
}

.rent .multipleRent-innerContent_describe p {
  font-size: 1rem;
  color: black;
  letter-spacing: 3px;
  color: #87806f;
  font-weight: 900;
}

.rent .multipleRent-innerContent_describe hr {
  border: #87806f dashed 1px;
}

.rent .multipleRent-innerContent_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rent .multipleRent-innerContent_btn .btn {
  background: url(../images/japanteabg.jpg);
  color: #fff;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  padding: 0.75rem 4.75rem;
}

/* reservation form */
.reservation-form .people .input__box {
  display: -webkit-flex;
  display: flex;
}
  .reservation-form .input__box select {
    width: 70px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 5px;
    border: 1px solid #b5b3b1;
    border-radius: 3px;
    text-align: center;
    text-align-last: right;
    padding-right: 20px;
  }
  .reservation-form .input__box .adult {
    margin-right: 30px;
  }
  .reservation-form .input__box .item-row {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
  }
  .reservation-form .input__box .item-row .title {
    width: 70px;
  }
  .reservation-form .input__group.time {
    align-items: flex-start;
  }

  .customMenu.en .reservation-form .time .title {
    width: 160px;
  }

  .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-image: none;
  }
  .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #8990b0;
  }
/* contact */
.contact .contactTitle {
  margin: 20px 0;
  text-align: center;
}

.contact .contact-form {
  margin: 20px 0;
}

.contact .contact-form .form-group .col-form-label {
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  text-align: center;
}

.contact .contact-form .form-group .form-control {
  border: none;
  border-radius: 0;
  background-color: rgba(223, 222, 222, 0.815);
  color: #87806f;
  font-size: 1rem;
  letter-spacing: 2px;
}

.contact .contact-form .form-group .formCheckBox {
  height: 20px;
  width: 20px;
  padding-left: 20px;
}

.contact .contact-form .form-group .formCheckBox-label {
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 2px;
  margin-left: 5px;
  margin-top: 1px;
}

.contact .contact-form .form-submit {
  text-align: center;
}

.contact .contact-form .form-submit .btn-form {
  padding: 10px 40px;
  background: url("../images/japanteabg.jpg");
  color: #fff;
  letter-spacing: 2px;
  border-radius: 0;
}

.common {
  margin: 2% 0;
}

.common h4 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 1px solid #87806f;
  padding-left: 20px;
}

.common p {
  font-size: 1.12rem;
  letter-spacing: 2px;
  font-weight: 900;
  margin-bottom: 15px;
  padding-left: 20px;
}

.common .guided {
  margin: 20px 0;
}

.common .guided .guided-box {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin: 0px 9px 30px;
  border: none;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .common .guided .guided-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .contact .contact-form .form-group .col-form-label {
    text-align: left;
  }
}

.common .guided .guided-box h3 {
  display: block;
  background-color: #556b2f;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.25rem;
}

.common .guided .guided-box h3 a {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 900;
  text-decoration: none;
}

.common .guided .guided-box h3:hover {
  background: #80a147;
}

.common .guided .guided-box ul {
  margin-top: 20px;
}

.common .guided .guided-box ul .guided-innerBox h4 {
  font-size: 1.12rem;
  border: none;
}

.common .guided .guided-box ul .guided-innerBox h4 a {
  color: #000;
  letter-spacing: 2px;
  font-weight: 900;
  text-decoration: none;
}

.common .guided .guided-box ul .guided-innerBox h4:hover a {
  color: red;
}

.body-overflow {
  overflow-y: hidden;
}

body {
  font-family: "Noto Sans TC", "思源黑體", Helvetica, Arial, "LiHei Pro",
 sans-serif !important;
  -moz-font-family: Helvetica, Arial, "LiHei Pro", "Noto Sans TC", "思源黑體",
 sans-serif !important;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  /*----------------------------------
  Back To Top
------------------------------------*/
}

body .header-top {
  background: #222328;
  color: #919194;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body .header-top .header-top-socials {
  border: none;
  padding: 12px 0px;
}

body .header-top .header-top-socials a {
  color: #919194;
  margin-right: 5px;
  font-size: 16px;
  text-decoration: none;
}

body .header-top .header-top-socials .CN {
  color: #919194;
}

body .header-top .header-top-socials .CN:hover {
  color: #f75757;
}

body .header-top .header-top-socials .EN {
  color: #fff;
}

body .header-top .header-top-socials .EN:hover {
  color: #f75757;
}

body .header-top .header-top-socials .font-active {
  color: #f75757;
}

body .header-top .header-top-info {
  color: #919194;
  font-size: 16px;
}

body .header-top .header-top-info a {
  margin-left: 35px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 576px) {
  body .header-top .header-top-info a {
    margin-left: 0;
    display: block;
  }
}

body .header-top .header-top-info a i {
  vertical-align: unset;
}

body .header-top .header-top-info a span {
  color: #fff;
}

body .header-top .header-top-info a:hover {
  color: #f75757;
}

body .header-top .header-top-info a:hover span {
  color: #f75757;
}

body header {
  position: relative;
}

body header .navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

body header .navigation .headerLogo {
  background-color: #222328;
  opacity: 0.8;
  text-align: center;
}

@media (max-width: 992px) {
  body header .navigation .headerLogo {
    display: none;
  }
}

body header .navigation #navbar {
  background: #222328;
  opacity: 0.8;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
}

body header .navigation #navbar .container li {
  padding-left: 15px;
}

@media (max-width: 576px) {
  body header .navigation #navbar .container li {
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  body header .navigation #navbar .container li {
    padding-left: 15px;
  }
}

body header .navigation #navbar .container li .nav-link {
  font-weight: 900;
  color: #fff;
}

body header .navigation #navbar .container li .nav-link:hover,
body header .navigation #navbar .container li .nav-link :focus {
  color: #f75757;
}

body header .navigation #navbar .container li .nav-link h3 {
  font-size: 1rem;
  letter-spacing: 2px;
  text-align: center;
}

@media (min-width: 1200px) {
  body header .navigation #navbar .container li .nav-link h3 {
    font-size: 1.12rem;
  }
}

body header .navigation #navbar .container .headerTrigger {
  display: none;
}

@media (max-width: 920px) {
  body header .navigation #navbar .container .headerTrigger {
    display: block;
    position: relative;
    z-index: 9999;
    width: 3.125rem;
    height: 3.125rem;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    margin: 0 0 0 auto;
  }
}

body header .navigation #navbar .container .headerTrigger .headerTrigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 1.375rem;
  height: 0.0625rem;
  background: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

body header .navigation #navbar .container .headerTrigger .headerTrigger-icon:before, body header .navigation #navbar .container .headerTrigger .headerTrigger-icon:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: " ";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
  -webkit-transition: width 0.5s, top 0.3s, -webkit-transform 0.5s;
  transition: width 0.5s, top 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s, -webkit-transform 0.5s;
}

body header .navigation #navbar .container .headerTrigger .headerTrigger-icon:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.4375rem, 0);
  transform: translate3d(0, 0.4375rem, 0);
}

body header .navigation #navbar .container .headerTrigger .headerTrigger-icon:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, -0.4375rem, 0);
  transform: translate3d(0, -0.4375rem, 0);
}

body header .navigation #navbar .container .headerTrigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

body header .navigation #navbar .container .headerTrigger circle {
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

body header .navigation #navbar .container .-is-active.headerTrigger {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

body header .navigation #navbar .container circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

body header .navigation #navbar .container .-is-active .headerTrigger-icon {
  background: #fff;
}

body header .navigation #navbar .container .-is-active .headerTrigger-icon:before, body header .navigation #navbar .container .-is-active .headerTrigger-icon:after {
  width: 50%;
  -webkit-transition: transform 0.5s, width 0.5s;
  -webkit-transition: width 0.5s, -webkit-transform 0.5s;
  transition: width 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s, -webkit-transform 0.5s;
}

body header .navigation #navbar .container .-is-active .headerTrigger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body header .navigation #navbar .container .-is-active .headerTrigger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 992px) {
  body header .navigation #navbar .container .headerBg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(34, 35, 36, 0);
    visibility: hidden;
    -webkit-transition: all 1s ease-in 0.4s;
    transition: all 1s ease-in 0.4s;
  }
}

@media (max-width: 576px) {
  body header .navigation #navbar .container .headerBg-overlay .navbar-nav {
    padding-top: 55%;
  }
}

@media (max-width: 768px) {
  body header .navigation #navbar .container .headerBg-overlay .navbar-nav {
    padding-top: 40%;
  }
}

body header .navigation #navbar .container .headerBg-overlay .navbar-nav .dropdown:hover .dropdown-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
}

body header .navigation #navbar .container .headerBg-overlay .navbar-nav .dropdown .dropdown-toggle::after {
  display: none;
}

body header .navigation #navbar .container .headerBg-overlay .navbar-nav .dropdown:nth-child(2) .dropdown-menu {
  left: -10px;
}

body header .navigation #navbar .container .headerBg-overlay .navbar-nav .dropdown:nth-child(3) .dropdown-menu {
  left: -10px;
}

body header .navigation #navbar .container .headerBg-overlay .navbar-nav .dropdown .dropdown-menu {
  min-width: 7rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  display: block;
  border: 0px solid transparent;
  background-color: #27272a;
  text-align: left;
}

@media (max-width: 1024px) {
  body header .navigation #navbar .container .headerBg-overlay .navbar-nav .dropdown .dropdown-menu {
    display: none;
  }
}

body header .navigation #navbar .container .headerBg-overlay .navbar-nav .dropdown .dropdown-menu li {
  text-align: center;
  padding-right: 15px;
}

body header .navigation #navbar .container .headerBg-overlay .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
  font-size: 14px;
  padding: 8px 10px !important;
  color: #fff;
  background-color: #27272a;
}

body header .navigation #navbar .container .headerBg-overlay .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover {
  color: #f75757 !important;
}

body header .navigation #navbar .container .headerBg-overlay.-is-open {
  background: rgba(34, 35, 36, 0.99);
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

body header .navigation #navbar .btn {
  padding: 0.5rem 1.5rem;
  color: #fff;
}

body header .navigation .navFixed {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 !important;
  margin-top: 0;
  min-width: 100%;
  opacity: 0.94;
  -webkit-transition: opacity 5s ease-out;
  transition: opacity 5s ease-out;
}

body header .navigation .navbar-brand {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

body header .navigation .navbar-brand span {
  color: #f75757;
}
.home__slider .swiper-container {
  width: 100%;
  height: 100%;
}

.home__slider .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.banner-wrapper {
  max-width: 100%;
}
  .banner {
    width: 100%;
    padding-bottom: 43.5%;
    height: 0;
    position: relative;
    overflow: hidden;
  }
    .banner img {
      position: absolute;
      top: 0;
      left: -1%;
      width: 102%;
    }

.home__slider .swiper-container .swiper-slide p {
  font-weight: 900;
  letter-spacing: 3px;
}

body main .breadcrumb-bg {
  background: url(../images/japanteabg.jpg);
  padding-left: 10% !important;
}

body main .breadcrumb-bg .breadcrumb {
  background: transparent;
  margin-bottom: 0;
}

body main .breadcrumb-bg .breadcrumb .breadcrumb-list {
  padding-right: 5px;
}

body main .breadcrumb-bg .breadcrumb .breadcrumb-list a {
  color: #fff;
  text-decoration: none;
}

body main .breadcrumb-bg .breadcrumb .breadcrumb-list a h2 {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 3px;
}

body main .breadcrumb-bg .breadcrumb .breadcrumb-list a:hover {
  color: #f75757;
}

body main .breadcrumb-bg .breadcrumb .breadcrumb-list h2 {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 3px;
}

body main .breadcrumb-bg .breadcrumb .breadcrumb-list span {
  color: #fff;
}

body main .breadcrumb-bg .breadcrumb .active {
  color: #f75757;
  cursor: default;
  font-weight: 900;
}
body main .breadcrumb-bg .breadcrumb .active > span {
  display: none;
}
body main .commonBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5%;
}

body main .commonBtn .customButton {
  background: url(../images/japanteabg.jpg);
  border-radius: 0 !important;
  width: 50%;
  color: #fff;
  border-radius: 5px;
  font-size: 1rem;
  letter-spacing: 3px;
  padding: 0.75rem;
}

@media (min-width: 1200px) {
  body main .commonBtn .customButton {
    width: 20%;
  }
}

body main .commonBtn .customButton:hover {
  color: #fff;
  border: #556b2f solid 1px;
  background: url(../images/breadbg.jpg);
}

body footer {
  background: url(../images/indexfooter_bg.jpg);
}

body footer .footer-nav {
  padding-top: 20px;
}

body footer .footer-nav .footer-nav_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

body footer .footer-nav .footer-nav_logo .footer-nav_logoImg {
  padding-right: 10px;
}

body footer .footer-nav .footer-nav_logo .footer-nav_logoImg img {
  width: 100%;
}

body footer .footer-nav .footer-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body footer .footer-nav .footer-nav_list ul {
  text-align: center;
}

body footer .footer-nav .footer-nav_list ul li {
  display: inline-block;
  margin-right: 5px;
}

body footer .footer-nav .footer-nav_list ul li a {
  color: #fff;
}

body footer .footer-nav .footer-nav_list ul li a:hover {
  color: #f75757;
  text-decoration: none;
}

body footer .footer-nav .footer-nav_list ul li a:hover span {
  color: #fff;
}

body footer .footer-nav .footer-nav_list ul li a h3 {
  font-size: 16px;
  letter-spacing: 2px;
}

body footer .footer-nav .footer-nav_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #fff;
}

body footer .footer-nav .footer-nav_icon ul {
  text-align: center;
}

body footer .footer-nav .footer-nav_icon ul li {
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  padding: 5px;
}

body footer .footer-nav .footer-nav_address {
  text-align: center;
}

body footer .footer-nav .footer-nav_address a {
  color: #fff;
  text-decoration: none;
}

body footer .footer-nav .footer-nav_address a h3 {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 3px;
}

body footer .footer-nav .footer-nav_address a:hover {
  color: #f75757;
}

body footer .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 920px) {
  body footer .sitemap {
    display: block;
    padding: 20px;
  }
}

body footer .sitemap ul {
  display: inline-block;
  text-align: center;
  margin: 1%;
}

@media (max-width: 920px) {
  body footer .sitemap ul {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
}

body footer .sitemap ul h3 {
  font-size: 1.25rem;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff;
  letter-spacing: 2px;
}

@media (min-width: 992px) {
  body footer .sitemap ul h3 {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  body footer .sitemap ul h3 {
    font-size: 1.12rem;
    margin-bottom: 20px;
  }
}

body footer .sitemap ul h3:hover {
  color: #f75757;
  text-decoration: none;
  cursor: default;
}

@media (max-width: 920px) {
  body footer .sitemap ul li {
    display: none;
  }
  body footer .sitemap ul h3 {
    text-align: center;
  }
}
body footer .sitemap a {
  color: #fff;
  text-decoration: none;
}
body footer .sitemap ul li h4 a {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 2px;
}

body footer .sitemap ul li h4 a:hover {
  color: #f75757;
  text-decoration: none;
}

body footer .copyright {
  background: url(../images/footerbg.jpg);
  text-align: center;
}

body footer .copyright a {
  color: #fff;
  padding-top: 10px;
}

body footer .copyright a h3 {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 2px;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

body footer .copyright a:hover {
  color: #f75757;
  text-decoration: none;
}

body footer .copyright a:hover h3 {
  color: #f75757;
}

body footer .copyright span {
  color: #fff;
}

body footer .copyright h3 {
  font-size: 1rem;
  letter-spacing: 2px;
  cursor: default;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

body footer .copyright h3 a {
  font-size: 1rem;
  letter-spacing: 2px;
}

body .back-to-top {
  position: fixed;
  right: 3.125rem;
  bottom: -3.125rem;
  display: block;
  width: 3rem;
  height: 3rem;
  z-index: 9;
  background: #b5956f;
  border-radius: 3.125rem;
  text-align: center;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  /* The button becomes visible */
  /* If the user keeps scrolling down, the button is out of focus and becomes less visible */
}

@media (max-width: 576px) {
  body .back-to-top {
    right: 1rem;
  }
}

body .back-to-top:before {
  display: block;
  font-size: 2rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 3rem;
  content: "\e65c";
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
          transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

body .back-to-top:hover {
  background: #b5956f;
}

body .back-to-top:hover:before {
  color: #fff;
}

body .back-to-top:focus, body .back-to-top:hover {
  text-decoration: none;
}

body .back-to-top.-is-visible {
  bottom: 3.125rem;
  opacity: 0.8;
}

body .back-to-top.-is-visible:hover {
  opacity: 1;
}

body .back-to-top.-zoom-out {
  opacity: 0.6;
}

@media(max-width: 576px) {
  .site-logo {
    height: 80px;
    margin-left: 10px;
  }
}

.home__content {
  margin-top: 20px;
}

/* en ver */
.site-en body {
  text-align: unset;
}

/* page news */
.page-news .newContent .newContentWrap .newContent-image {
  height: unset;
}
  .page-news .newContent .newContentWrap .newContent-image img {
    height: auto !important;
  }

.page-news .newContent .newContentWrap .newContent-image .newContent-image_content {
  height: 94%;
}
.page-news .newContent .newContentWrap .newContent-image::after {
  height: 100%;
}
.page-news .newContent-image_content .overlay {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* action */
.action {
  position: fixed;
  bottom: 120px;
  right: 18px;
  text-align: center;
  z-index: 999;
}
  .action a {
    color: #333;
    display: inline-block;
    outline: none;
    text-decoration: none;
  }
  .action a:hover {
    text-decoration: none;
  }
    .action-text {
      font-size: 15px;
      background-color: #eee;
      padding: 3px 10px;
      border-radius: 8px;
      margin-bottom: 10px;
      display: block;
      transition: 0.3s;
    }
    .action a:hover .action-text {
      background-color: #a28977;
      color: #fff;
    }
    .action img {
      width: 120px;
      transition: 0.3s;
    }
    .action a:hover img {
      transform: scale(1.1);
    }

@media(max-width: 576px) {
  .action {
    right: 12px;
    text-align: right;
  }
  .action img {
    width: 80px;
  }
}
