*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: 'Cormorant Garamond', serif;
}

html, body {
  height: 100%;
}

h1 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h1, h4, h5 {
  font-weight: 400;
}

#container {
  height: 100vh;
  margin: auto;
}

#header {
  background: black;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 4px;
  height: 8%;
  margin-bottom: 10px;
  border-bottom: 1px solid white;
  z-index: 1;
}

.header-title {
  text-align: left;
  top: 0;
  left: 60px;
  height: 56px;
  line-height: 56px;
}

.header-title img {
  height: 30px;
  width: auto;
  margin-left: 10px;
}

.hamburger {
  width: 35px;
  height: 35px;
  margin: 0.2rem 1rem;
  text-align: center;
  top: 0;
  left: 0;
  /* 讓三條線平均 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger>span {
  display: inline-block;
  width: 80%;
  height: 2px;
  background: white;
  z-index: 2000;
  position: relative;
}

.hamburger span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: inherit;
  top: 8px;
  left: 0;
}

.hamburger span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: inherit;
  bottom: 8px;
  left: 0;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked+#sidebar {
  left: 0;
  opacity: 1;
}

#sidebar {
  text-align: center;
  height: 100vh;
  width: 280px;
  background: white;
  position: fixed;
  top: 8%;
  left: -100%;
  transition: 0.5s;
  z-index: 1000;
}

.menu-btn {
  width: 260px;
  margin: 20px 10px;
  padding: 10px 0;
}

.botton {
  display: inline-block;
  width: 200px;
  height: 50px;
  position: relative;
  color: black;
  border: 1px solid black;
  padding: 14px 14px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  /* 字元間距 */
  letter-spacing: 5px;
  text-align: center;
  box-shadow: 2px 3px 0 0 black;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s;
}

/* 做陰影的位移，看起來有按鈕效果 */
.botton::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 100%;
  transition: all .3s ease;
  background-color: black;
  z-index: -1;
}

/* BOOK ONLINE HOVER之後陰影位移不見 */
.botton:hover {
  color: white;
  box-shadow: none;
  transform: translate(2px, 3px);
}

/* 做出 HOVER 效果 */
.botton:hover::before {
  left: 0;
  top: 0;
}


.sidebar-ul {
  margin: 20px 0;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.sidebar-item {
  width: 280px;
  height: 40px;
  display: flex;
  padding: 10px;
  justify-content: space-between;
}

.sidebar-ul .sidebar-item:nth-child(1) {
  background: black;
  color: white;
}

.sidebar-ul .sidebar-item:nth-child(1) a {
  color: white;
}

.sidebar-item a {
  color: black;
  text-decoration: none;
}

.sidebar-item:hover {
  color: white;
  background: black;
}

.sidebar-item:hover a {
  color: white;
}


/* 內容區 */

#content {
  width: 100%;
  height: 100%;
}

#header_inner {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(./images/index-parallax-1-1920x1080.jpg)no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

.header_content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}

.header_content p {
  color: white;
}

.header_content .welcome {
  font-size: 34px;
}

.header_content .title {
  font-size: 100px;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 20px;
}

.header_content .information {
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
}

#drop-down {
  display: none;
}

.largeImg {
  display: none;
}

/* 兩條線 */

.hr span {
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: white;
  position: relative;
  margin-top: 20px;
  z-index: 1;
}

.hr span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: inherit;
  top: 8px;
  left: 0;
}

#content2 {
  width: 100%;
  padding: 20px 20px;
  text-align: left;
}

#content2 .italic {
  font-style: italic;
}

#content2 h5 {
  margin: 20px 0 0;
  font-style: italic;
  line-height: 1.2;
}

#content2 .hr span {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: black;
  position: relative;
  margin: 20px 0px;
}

#content2 .hr span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: inherit;
  top: 6px;
  left: 0;
}

#content2 p {
  font-size: 20px;
  color: grey;
  line-height: 1.5;
  margin-bottom: 20px;
}

.restaurant-img {
  margin: 20px -20px;
}

.restaurant-img img {
  width: 100%;
}

#content3 {
  width: 100%;
  padding: 0px 20px;
  text-align: left;
}

#content3 h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

#content3 .hr span {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: black;
  position: relative;
}

#content3 .hr span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: inherit;
  top: 4px;
  left: 0;
}

#content3 h4 {
  font-size: 22px;
  margin: 20px 0;
}

#content3 p {
  font-size: 18px;
  line-height: 1.5;
  color: grey;
}

.content3-4 {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(./images/index-parallax-2-1920x1080.jpg)no-repeat center;
  background-size: cover;
  width: auto;
  height: 80%;
  padding: 50px 0px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 20px -20px;
}

.content3-4-word {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 40px 0px;
  color: white;
}

.content3-4 .hr span {
  background-color: white !important;
}

.content3-4-word h5 {
  font-style: italic;
  line-height: 1.5;
}

#content4 {
  width: 100%;
  padding: 0 20px;
}

.content4 {
  position: relative;
  margin-bottom: 30px;
}

#content4 h1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content4-img {
  margin-bottom: 10px;
}

.content4-img img {
  width: 100%;
}

.content4-img img:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5);
  transition: 0.8s;
}

.content4 .chefs-special {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  line-height: 17px;
  font-style: italic;
  text-align: center;
  border-radius: 50%;
  box-shadow: 2px 3px;
  transition: 350ms ease-out;
}

.content4 .content4-word, .content4-word2 {
  display: flex;
  justify-content: space-between;
}

.content4 .content4-word a {
  text-decoration: none;
  color: black;
  font-size: 26px;
}

.content4 .content4-word2 {
  line-height: 2.5;
  font-style: italic;
  font-size: 20px;
  color: gray;
}

#content4 .btn {
  margin-top: 10px;
  text-align: center;
}

#content5 {
  margin-top: 60px;
}


.content5:hover>.content5-img {
  opacity: 0.8;
}

.content5:hover>.content5-word {
  opacity: 0.8;
  transition: 0.3s;
}

.content5-word {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: 350ms ease-in-out;
  color: white;
}

.content5-word h2 {
  font-size: 60px;
  margin-bottom: 20px;
}

.content5-word h5 {
  font-style: italic;
  font-size: 30px;
  margin-bottom: 20px;
}

.content5 {
  position: relative;
  margin-top: 50px;
}

.content5-img img {
  width: 100%;

}

.content5-img {
  object-fit: cover;
}

.content5-word {
  background: black;
  opacity: 0;
}

#content6 {
  margin-top: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(./images/index-parallax-3-1920x1080.jpg)no-repeat center;
  background-size: cover;
  object-fit: cover;
}

.content6-titleword {
  margin-top: 20px;
  color: white;
  padding: 30px 100px;
  align-self: center;
  text-align: center;
}

.content6-word .hr {
  text-align: center;
}

.content6-people {
  text-align: center;
}

.people-img img {
  width: 30%;
  border-radius: 50%;
}

.people-text {
  color: white;
  line-height: 1.5;
  font-size: 22px;
  padding: 20px 10px;
}

.namedash {
  margin-top: 5px;
  font-size: 18px;
}

.post {
  font-style: italic;
  font-size: 18px;
  margin-top: -100px;
}

/* 人名前面那條白線 */
.namedash::before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 14px;
  border-top: 1px solid white;
}

#content7 {
  margin-top: 50px;
  text-align: center;
}

.content7-img img {
  width: 371px;
  height: 192px;
  object-fit: cover;
}

.content7:hover>.content7-img {
  opacity: 0.8;
}

.content7:hover>.content7-word {
  opacity: 0.8;
  transition: 0.3s;
}

.content7-word {
  width: 371px;
  height: 192px;
  opacity: 0;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  margin: auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: white;
  background: black;
}

.content7-word h2 {
  font-size: 60px;
}

.content7 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#footer-1 {
  margin-top: 50px;
  border-top: 1px solid rgb(211, 211, 211);
  border-bottom: 1px solid rgb(211, 211, 211);
}

.footer-logo {
  padding: 25px 15px;
  text-align: center;
}

.nav-list {
  text-align: center;
  padding-bottom: 25px;
}

.nav-list li {
  margin: 10px 0 0;
  padding: 0 15px;
  width: 20%;
}

.nav-list>li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-list a {
  text-decoration: none;
  color: gray;
}

.nav-list a:hover {
  color: black;
}

.footer-icon {
  text-align: center;
  margin-bottom: 25px;
}

.footer-icon a {
  color: rgb(211, 211, 211);
  margin: 5px 0 0;
  padding: 0 8px;
}

.footer-icon a:hover {
  color: black;
}

#footer-2 {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}

.footer2-text {
  color: gray;
  font-size: 16px;
  margin-bottom: 15px;

}

.footer2-text2 {
  color: gray;
  font-size: 16px;
  line-height: 2;
}

.footer2-text2 a {
  text-decoration: none;
}

.footer2-text2 .phone:hover {
  color: black !important
}

.footer2-text2 .email:hover {
  color: gray !important
}