@charset "utf-8";
/*
 * Page name
 * Copyright 2020
 * Author
 * Licensed
 */
/* -------------------------- *\
	Content
\* -------------------------- */
/**
 * Content ............ You are reading it!
 * Globel ............ Set common styles
 * Layout ............ Set grid styles
 * Component ............ Set component styles
 */

/* -------------------------- *\
	Globel
\* -------------------------- */
* {
  box-sizing: border-box;
  position: relative;
}
html,
body {
  font-family: '微軟正黑體', arial;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}

/* -------------------------- *\
	Layout
\* -------------------------- */
.container {
  width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  /*border: 1px solid #ccc;*/
}
.row {
  /*border: 1px solid blue;*/
  margin-left: -16px;
  margin-right: -16px;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
.col-1-2,
.col-1-3,
.col-1-4 {
  /*border: 1px solid red;*/
  float: left;
  padding-left: 16px;
  padding-right: 16px;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.333333%;
}
.col-1-4 {
  width: 25%;
}

/* -------------------------- *\
	Component
\* -------------------------- */

/* btn */
.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 16px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s;
}
/* 主要的按鈕 */
.btn.btn-primary {
  background-color: #d5a26f;
  border: 1px solid #d5a26f;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #b2875c;
  border: 1px solid #b2875c;
}
/* 次要的按鈕 */
.btn.btn-secondary {
  border: 1px solid #d5a26f;
  color: #d5a26f;
}
.btn.btn-secondary:hover {
  background-color: #d5a26f;
  color: #fff;
}
/* 大小的設定 */
.btn.btn-lg {
  padding: 8px 32px;
}
.btn-group-center {
  /*border: 1px solid #fff;*/
  text-align: center;
}
.btn-group-center .btn {
  margin-left: 12px;
  margin-right: 12px;
}
.btn-group-right {
  text-align: right;
}
.btn-group-right .btn {
  margin-left: 24px;
}

/* image container */
.image-container {
  width: 100%;
  /*border: 1px solid #000;*/
}
.image-container:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 75%;
}
.image-container .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* mask-dark */
.mask-dark {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* hero */
.hero {
  padding-top: 200px;
  padding-bottom: 200px;
  /*border: 1px solid #000;*/
}
.hero.hero-bg-white {
  background-color: #fefefe;
}
.hero.hero-bg-grey {
  background-color: #efefef;
}

/* navbar */
.navbar {
  /*border: 1px solid #000;*/
  height: 64px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 500;
  width: 100%;
  left: 0;
  top: 0;
}
.navbar .brand {
  display: inline-block;
  vertical-align: top;
  /*border: 1px solid #000;*/
  width: 160px;
  height: 64px;
  background-image: url('../images/common/logo.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  /*color: #fff;*/
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.navbar .nav {
  float: right;
}
.navbar .nav .nav-item {
  float: left;
}
.navbar .nav .nav-link {
  display: block;
  color: #fff;
  line-height: 24px;
  padding: 20px 16px;
  /*border: 1px solid #fff;*/
  transition: color 0.3s;
}
.navbar .nav .nav-link:hover {
  color: #d5a26f;
}

/* jumbotron */
.jumbotron {
  /*border: 1px solid #000;*/
  padding-top: 224px;
  padding-bottom: 160px;
  background-image: url('../images/bg/bg001.jpg');
  background-size: cover;
  background-attachment: fixed;
}
.jumbotron .logo-image {
  width: 320px;
  height: 320px;
  /*border: 1px solid #000;*/
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
/*.jumbotron .btn-group-center{
	margin: 8px;
}*/

/* about-preview */
.about-preview .title {
  font-size: 32px;
  color: #333;
  margin-bottom: 24px;
  margin-top: 80px;
}
.about-preview .para {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #333;
  margin-bottom: 24px;
}

/* section-intro */
.section-intro {
  text-align: center;
  margin-bottom: 40px;
}
.section-intro .title {
  font-size: 48px;
  color: #333;
  margin-bottom: 24px;
}
.section-intro .para {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}

/* service-item */
.service-item .preview {
  padding-top: 16px;
}
.service-item .title {
  font-size: 24px;
  color: #333;
  margin-bottom: 8px;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-item .subtitle {
  font-size: 14px;
  color: #d5a26f;
  margin-bottom: 16px;
}
.service-item .para {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: justify;
  max-height: 72px;
  overflow: hidden;
}

/* reservation */
.reservation {
  background-image: url('../images/bg/bg002.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.reservation .section-intro .title,
.reservation .section-intro .para {
  color: #fff;
}

/* menu-list */
.menu-list {
  margin-bottom: 64px;
}
.menu-list:last-child {
  margin-bottom: 0;
}
.menu-list .title-bar {
  /*border: 1px solid #000;*/
  margin-bottom: 24px;
}
.menu-list .title-bar:after {
  content: '';
  display: block;
  clear: both;
}
.menu-list .title-bar .title {
  font-size: 24px;
  line-height: 40px;
  color: #d5a26f;
  float: left;
  padding-left: 16px;
}
.menu-list .title-bar .title:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: #d5a26f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.menu-list .title-bar .btn {
  float: right;
  padding-top: 8px;
  padding-bottom: 8px;
}
.menu-list .list-item .image-container:before {
  padding-top: 100%;
}
.menu-list .list-item .title {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 16px;
}
.menu-list .list-item .subtitle {
  font-size: 14px;
  color: #d5a26f;
}

/* contact-info */
.contact-info {
  padding-top: 40px;
}
.contact-info .info-item {
  margin-bottom: 24px;
}
.contact-info .info-item .title {
  color: #d5a26f;
  line-height: 36px;
  margin-bottom: 16px;
}
.contact-info .info-item .title span {
  border-bottom: 2px solid #d5a26f;
  display: inline-block;
}
.contact-info .info-item .info {
  line-height: 32px;
  color: #333;
}
/* map-container */
.map-container {
  width: 100%;
  padding-top: 75%;
  /*border: 1px solid #000;*/
}
.map-container iframe {
  position: absolute;
  left: 0;
  top: 0;
}

/* footer */
.footer {
  background-image: url('../images/bg/bg003.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.footer .brand {
  display: block;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  background-image: url('../images/common/logo-w.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.footer .nav {
  display: flex;
  justify-content: center;
}
.footer .nav .nav-link {
  color: #fefefe;
  display: block;
  padding: 24px;
  line-height: 24px;
  transition: all 0.3s;
}
.footer .nav .nav-link:hover {
  color: #d5a26f;
}
.footer .copyright {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ccc;
  text-align: center;
  line-height: 24px;
  padding: 16px 0;
  font-size: 14px;
}

.preview .para {
  transition: all ease 1s;
}

.active .para {
  max-height: 122px;
}