body, h1, h2, h3, h4 {
  font-family: "Cinzel", "Cormorant Infant", serif;
  /* font-weight: normal;
  font-style: normal;
  font-stretch: normal; */
  color: #ffffff;
  line-height : 1.1;  
}
img{
  width:100%;
}
h1 {

  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 48px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-family: "PingFangTC-Regular", serif;
  font-size: 14px;
}
h4 {
  font-size: 16px;
  color: #c6b6a4;
}

p {
  font-size: 0.7rem;
}

.color_golden {
  color: #c6b6a4;
}

.color_white {
  color: #FFFFFF;
}

header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 999;
}

.nav_trigger {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 999;
}

.nav_trigger .hamburger {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 25px;
  height: 10px;
  position: relative;
  top: 2px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.nav_trigger .hamburger:after, .nav_trigger .hamburger:before {
  background-color: #c6b6a4;
  content: " ";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: background-color .15s, -webkit-transform .4s;
  transition: background-color .15s, -webkit-transform .4s;
  transition: transform .4s, background-color .15s;
  transition: transform .4s, background-color .15s, -webkit-transform .4s;
}

.nav_trigger .hamburger span {
  top: 12px;
  background-color: #c6b6a4;
  content: " ";
  display: inline-block;
  height: 0px;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: background-color .15s, -webkit-transform .4s;
  transition: background-color .15s, -webkit-transform .4s;
  transition: transform .4s, background-color .15s;
  transition: transform .4s, background-color .15s, -webkit-transform .4s;
}

.nav_trigger.active .hamburger:before {
  transform: translateY(5px) rotate(-225deg);
}

.nav_trigger.active .hamburger span {
  transform: opacity(0);
}

.nav_trigger.active .hamburger:after {
  transform: translateY(-4px) rotate(225deg);
}

.nav_trigger .hamburger:before {
  top: 0;
}

.nav_trigger .hamburger:after {
  bottom: 0;
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

nav {
  background-color: #000000;
  width: 100vw;
  height: 100vh;
  display: none;
  transform: opacity(0);
  position: absolute;
}

nav.active {
  display: block;
  -webkit-animation: fadeInFromNone 0.5s ease-out;
  -moz-animation: fadeInFromNone 0.5s ease-out;
  -o-animation: fadeInFromNone 0.5s ease-out;
  animation: fadeInFromNone 0.5s ease-out;
}

nav .nav__menu {
  padding-top: 128px;
}

nav .nav__menu .nav__menu__item {
  font-family: "Cinzel", "Cormorant Infant", serif;
  padding-bottom: 64px;
  text-align: center;
  color: #c6b6a4;
  display: relative;
  width: auto;
  font-size: 1rem;
}

nav .nav__menu .nav__menu__item a {
  color: #c6b6a4;
}

nav .nav__menu .nav__menu__item a:hover {
  color: #c6b6a4;
}

nav .nav__menu .nav__menu__item.active::after, nav .nav__menu .nav__menu__item:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

nav .nav__menu .nav__menu__item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  color: #c6b6a4;
  content: '';
  height: 1px;
  margin: auto;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
}

nav .nav__social {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

nav .nav__social li {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}

nav .nav__social li img {
  width: 100%;
}

.logo {
  position: relative !important;
  width: 100%;
  text-align: center;
  margin-top: 32px;
  margin-left: 0;
}

.logo img {
  width: 80px;
}

main {
  width: 100%;
}
.product__title{
  width: 100%;
  position: relative;
  padding: 20px 10% 30px;
  text-align: center;
}
.tour__line__m{
  display: none;
}
.tour__content{
  position: relative;
  width: 80%;
  /* min-height: 590px; */
  margin: 0 10% 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.07);
}


.tour__container{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row ;
}

.tour__containerR{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse ;
}

.tour__family {
  position: relative;
  width: 35%;
}

.tour__family .family_img{
  position: relative;
  /* border-radius: 50%;
  background-color: rgba(255, 255, 255,0.1); */
  margin: 50px ;
}
.tour__family > img{
  position: relative;
}
.tour__family .tour__dir{
  position: relative;
  padding: 10px ;
}
.tour__family .got__slogon{
  position: relative;
  padding: 15px ;
}
.tour__family .got__desc{
  position: relative;
  padding: 10px 20px 50px;
}
.tour__family .got__name{
  position: relative;
  padding: 22px ;
}
.tour__line{
  position: relative;
  width: 1px;
  background-image: url(../img/product/line-2.png);
  background-size: cover;
  background-position: center center;
  margin: 50px 0px;
}

.tour__ls{
  position: relative;
  width: 65%;
  display: flex;
  justify-content: center;
  flex-direction: row ;
  flex-wrap:  wrap;
  padding-left: 30px;
}

.tour__ls .tour__item {
  position: relative;
  width: 50%;
  padding: 50px 30px 15px 10px;
}
.tour__item .product_img{
  position: relative;
  width: 100%;
  padding: 0px 0px 20px;

}
.tour__item .product_img img{
    transition: 0.3s;
}
.tour__item .product_img img:hover{
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 5px 5px 20px rgb(12, 12, 12);
}


body {
  background-image: url(../img/product/tour-bg.jpg);
  background-position: center center;
}

@media(max-width:767px){

  .tour__line__m{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 1px;
    padding: 0px 50px;
  }
  .tour__content{
    position: relative;
    width: 100%;
    margin: 10px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  .tour__container{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column ;
  }
  
  .tour__containerR{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column ;
  }

  .tour__family {
    position: relative;
    width: 100%;
  }
  .tour__line{
    display: none;
  }
  .tour__ls{
    position: relative;
    width: 100%;
    padding-left: 1px;
  }
  h1 {
    font-size: 23px;
  }
  h3 {
    font-size: 12px;
  }
  .tour__family .tour__dir {
    position: relative;
    /* padding: 10px; */
}
.tour__family .got__slogon {
  position: relative;
  padding: 10px;
}
.tour__family .got__name {
  position: relative;
  padding: 0px;
}

.tour__family .got__desc {
  position: relative;
   padding: 10px 10px 20px;
}
.tour__family .family_img {
  position: relative;
    margin: 10px 140px 10px;
    padding: 20px 20px;
}

.tour__ls .tour__item {
  position: relative;
  width: 50%;
  padding: 0px 10px 20px;
}

.product__title {
  width: 100%;
  position: relative;
  padding: 20px 10% 0px;
  text-align: center;
}

.tour__item .product_img img{
  transition: 0s;
}
.tour__item .product_img img:hover{
margin-top: 1px;
margin-left: 1px;
box-shadow: 0px 0px 0px rgb(12, 12, 12);
}

}
@media(max-width:375px){
  .tour__family .family_img {
    position: relative;
    margin: 10px 80px 10px;
  }
  h3 {
    font-size: 12px;
  }
  .got__desc{
    padding: 10px 1px 10px;
  }
}

@media(min-width:768px) {
  p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  h1 {
    font-size: 28px;
  }
  h3 {
    
    font-size: 12px;
  }
}

@media(min-width:1024px) {
  .logo {
    text-align: left;
    margin-left: 38px;
    margin-top: 64px;
    z-index: 99;
  }

  .logo img {
    width: 100px;
  }

  nav {
    display: block;
    background-color: rgba(0, 0, 0, 0);
  }

  nav .nav__menu {
    padding-right: 64px;
    display: inline-flex;
    direction: ltr;
    writing-mode: tb-rl;
    position: absolute;
    right: 64px;
    padding-top: 32px;
    justify-content: center;
    height: 100%;
  }

  nav .nav__menu .nav__menu__item {
    padding-bottom: 20px;
    font-size: 0.8rem;
  }

  .nav_trigger {
    display: none;
  }

  .product__slogon{
    text-align: left;
  }
}
