@charset "utf-8";
@import url('reset.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap');

body {
  font-family: 'Noto sant TC', sans-serif;
}

input,
select,
textarea,
button {
  font-family: 'Noto sant TC', sans-serif;
}

.mb{
  display: none !important;
}

/* header */
header {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  transition: all .3s;
}
header .top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .top-menu li{
  position: relative;
}
header .top-menu li a{
  color: #777;
  font-size: 13px;
  display: flex;
  padding: 0 15px;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
header .top-menu li:first-child a{
  border: none;
}
header .top-menu li .options{
  width: 80px;
  background: #777;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 5px;
  padding: 5px 0;
  transform: translateX(-50%);
  display: none;
  z-index: 998;
}
header .top-menu li .options a{
  color: #fff;
  font-weight: 400;
  justify-content: center;
  padding: 5px;
}
header .top-menu li a.lang::after{
  content: "";
  width: 14px;
  height: 14px;
  background: url('../images/arrow.svg') center / 80% auto no-repeat;
  display: block;
  margin-left: 3px;
}
header .top-menu li a.reservation{
  background: #666;
  width: 120px;
  height: 40px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  border: none;
}
header .top-menu li a.reservation:hover{
  background: #99755a;
  color: #fff;
}

/* logo */
header .wrap{
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
}
header .logo{
  width: 130px;
  height: 60px;
  background: url('../images/logo-mb.svg') top / 100% auto no-repeat;
  display: block;
  text-indent: -9999px;
  margin-left: 20px;
}

/* navigation */
#nav{
  display: flex;
  margin-left: 20px;
}
#nav a{
  color: #666;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  transition: all .3s;
}
#nav a:hover{
  color: #000;
}
#nav li{
  position: relative;
  transition: all .3s;
}
#nav li .submenu{
  min-width: 180px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  display: none;
}
#nav li .submenu p{
  color: #999;
  font-size: 16px;
  font-weight: 500;
  padding: 15px;
}
#nav li .submenu a{
  color: #666;
  font-size: 14px;
  padding: 5px 15px;
  transition: all .3s;
}
#nav li .submenu a:hover{
  color: #000;
  font-weight: 500;
}
#nav li .submenu a p{
  padding: 0;
}
#nav li:hover .submenu{
  display: block;
}
#nav .hide{
  display: none;
}

/* device */
#mobi-btn {
  display: none;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: relative;
  margin-left: 20px;
}
#mobi-btn::before,
#mobi-btn::after{
  content: "";
  width: 25px;
  height: 2px;
  background: #99755a;
  display: block;
  position: absolute;
  transition: all .3s;
  left: 5px;
}
#mobi-btn::before{
  top: 12px;
}
#mobi-btn::after{
  bottom: 12px;
}
#mobi-btn.active::before{
  transform: rotate(-45deg);
  left: 5px;
  top: 20px;
}
#mobi-btn.active::after{
  transform: rotate(45deg);
  left: 5px;
  top: 20px;
}
#mobile{
  background: #999;
  width: 100%;
  height: calc(100vh - 40px);
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -100;
  transition: all .3s;
  padding: 0 20px 20px 20px;
  overflow: auto;
  pointer-events: none;
}
#mobile.active{
  opacity: 1;
  z-index: 999;
  pointer-events: all;
}
#mobile > li{
  background: url('../images/icon-arrow.png') right / 10px 5px no-repeat;
  border-top: 1px solid rgba(255, 255, 255, .2);
  padding: 20px 0;
}
#mobile > li:first-child{
  border: none;
}
#mobile li a{
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}
#mobile li .submenu{
  display: none;
  padding-top: 10px;
}
#mobile li .submenu a{
  font-size: 14px;
  display: block;
}
#mobile li .submenu p{
  color: #fff;
  font-weight: 500;
  margin: 10px 0;
}

/* footer */
footer {
  width: 100%;
  background: #ccc;
  color: #777;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 50px;
  overflow: hidden;
  box-sizing: border-box;
}
footer .copyright {
  float: right;
  padding-top: 20px;
}
footer .copyright a {
  color: #777;
  margin-right: 10px;
  transition: all .6s;
}
footer .copyright a:hover {
  color: #fff;
}
footer .left {
  float: left;
}
footer .left::before {
  content: "";
  width: 284px;
  height: 40px;
  display: block;
  background: url(../images/logo-footer.png);
}
footer .left ul {
  padding-top: 20px;
}
footer .left .info li {
  display: inline-block;
  margin-right: 30px;
}
footer .left .info li .map {
  width: 12px;
  height: 16px;
  background: url(../images/icon-go-map.png);
  display: inline-block;
  text-indent: -9999px;
  vertical-align: text-bottom;
  margin-left: 5px;
}
footer .left .sns li {
  display: inline-block;
  margin-right: 10px;
}
footer .left .sns li a {
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  opacity: .5;
  transition: all .5s;
}
footer .left .sns li a:hover {
  opacity: 1;
}
footer .left .sns li a.fb {
  background: url(../images/footer-sns1.png);
}
footer .left .sns li a.ig {
  background: url(../images/footer-sns2.png);
}
footer .left .sns li a.line {
  background: url(../images/footer-sns3.png);
}
footer .left .sns li a.message {
  background: url(../images/footer-sns4.png);
}
footer .left .sns li a.tripadvisor {
  background: url(../images/footer-sns5.png);
}

@media screen and (max-width: 1024px) {
  .mb{
    display: block !important;
  }
  .pc{
    display: none !important;
  }
  #nav,
  #reservation,
  header .top-menu li:nth-child(2),
  header .top-menu li:nth-child(3),
  header .top-menu li:nth-child(4) {
  display: none;
  }
  #mobi-btn {
    display: block;
  }
  header .logo{
    width: 80px;
    height: 40px;
    background-size: 92% auto;
    background-position: center;
  }
  header .wrap{
    padding-bottom: 0;
  }
  header .top-menu{
    position: absolute;
    top: 0;
    right: 0;
  }
  header,
  header.scroll{
    background: #fff !important;
  }
  header .top-menu li a.reservation{
    background: #777;
    color: #fff;
  }
  header .top-menu li .options a{
    color: #fff;
  }
  header .top-menu li a{
    color: #99755a;
  }
  header .top-menu li a.lang::after{
    background-image: url('../images/arrow2.svg');
  }
  header .top-menu li .options{
    width: 100%;
    background: #99755a;
  }
  
  footer {
    padding: 50px 5%;
  }
  footer .left {
    float: none;
  }
  footer .left .info {
    padding-top: 10px;
  }
  footer .left .info li {
    display: block;
    margin: 10px 0 0 0;
  }
  footer .left .sns li a {
    opacity: 1;
  }
  footer .copyright {
    float: none;
    text-align: right;
  }
  footer .copyright a {
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  footer .left {
    position: static;
    padding-left: 0;
  }
  footer .left::before {
    position: static;
  }
  footer p {
    text-align: left;
  }
}
