body{
    font-size:75%; 
}
#container{
	width: 100%;
	margin: 0 auto;
  background-image: url(/imgs/bg.png); 
  font-family: 'Prata', serif;
}



#datetime{
    color: #fff;
    font-size: 1em;
    margin: 0px 0px 0px 3%;

}
@media screen and (max-width: 768px) {
  #datetime{
   display: none;
}

}/* 手机(max-width: 768px) */

.header{
   padding:20px 0px 30px; 
   background-image: url(/imgs/headerbg.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size:cover;
}



.logo{
    text-align: center;
}


.gnavi__pc-style {
    width: 50%;
    margin: 60px auto 0px;
    font-size: 1.4em;
  }
  .gnavi__pc-style ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    color:#696031;/*下划线颜色 可能需要改*/
  }

  .gnavi__pc-style ul li{
    padding-bottom: 5px;
    background: 
    linear-gradient(currentColor 0 0) 
    bottom /var(--d, 0) 1px 
    no-repeat;
    transition:0.5s;
  }
  .gnavi__pc-style ul li:hover {
    --d: 100%;
  }

  .gnavi__pc-style ul li:not(:last-of-type) {
    margin-right: 10px;
  }
  .gnavi__pc-style a {
      text-decoration: none;
       color: #fff;
  }

   /*以下是汉堡menucss*/
   .gnavi__sp-style{
    display: none;
  }
  @media screen and (max-width: 768px) {
  .gnavi__pc-style {
    display: none;    
  }

.gnavi__sp-style{
  display:block; 
}
  
/*展开后*/
.NavMenu{
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background-color: rgba(5, 5, 5, 0.93);
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
  }
  
.NavMenu ul{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  }
  
.NavMenu ul li{
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px;
  }
  
.NavMenu ul li:last-child{
  padding-bottom: 0;
  }
.NavMenu ul li a{
  display: block;
  color: #fff;
  padding: 30px 0;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  }
  .NavMenu ul li a:hover{
    background :#696031;
  }
  
  /*汉堡包菜单*/
.Toggle {
  position: fixed;
  right:10px;
  top: 10px;
  width: 48px;
  height: 45px;
  cursor: pointer;
  z-index: 13;
  display: block;
  background-color: #696031;
  }
  
  .Toggle span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
  }
  
  .Toggle span:nth-child(1) {
  top: 9px;
  }
  
  .Toggle span:nth-child(2) {
  top: 20px;
  }
  
  .Toggle span:nth-child(3) {
  top: 31px;
  }
  
  .Toggle.active span:nth-child(1) {
  top: 20px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #fff;
  }
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
  top: 20px;
  left:8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #fff;
  }

  }/* 手机(max-width: 768px) */

  
.shopinfo-tittle{
  display: block;
  width: 90%;
  margin:0 auto;
  border-top: 1px  solid #696031 ;
  border-bottom: 1px  solid #696031 ;
  text-align: center;
  padding: 20px 0;
  color: #aaa381;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {

  .shopinfo-tittle{
    width: 98%;
    font-size: 1.2em;
  } 
  } /*max-width: 768px */


.shopinfo{
  width: 90%;
  margin:5px auto 60px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns:45% 55%;
  background-color:rgba(0,3,5,0.4);
}
.shopinfo-left{
    width: 96%;
    height: 700px;
    margin-bottom: 30px;
    background-image: url(/imgs/View2.jpeg );
    background-size: cover;
}
.shopinfo-right{
  width: 90%;
}
.shopinfo-right table{
  width: 90%;
  margin: 0 auto;
  color: #fff;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left;
  line-height: 2em;
}
.shopinfo-right table th{
  font-size: 1.4em;
  padding:50px 0 20px;
  border-bottom:  1px solid #696031;
}
.shopinfo-right table td {
  padding: 10px 50px 10px 0; 
  font-size: 1em;
  border-bottom: 1px solid #696031;
}

.opentime{
width: 96%;
margin: 20px auto;

}
.opentime img{
  width: 100%;
  height: auto;
}

.iframe-map {
  position: relative;
  width: 98%;
  margin: 10px auto;
  padding-top: 50%; /* = height ÷ width × 100 */
  filter: grayscale(100%) invert(92%) contrast(83%);
}
.iframe-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {


  .shopinfo{
    width: 100%;
    grid-template-columns:1fr;
  }

  .shopinfo-right{
    width: 100%;
  }
.shopinfo-left{
    width: 100%;
    margin:0 auto;
    height: 400px;
    background-size: cover;
}


.shopinfo-right table{
  width: 96%;
  margin: 0 auto;
  color: #fff;
  border-spacing: 0;
  line-height: 2em;
}
.shopinfo-right table th{
  font-size: 1.2em;
  padding:10px 0 10px;
}
.shopinfo-right table td{
  font-size: 0.8em;
}

}




.footer{
  background-color: #111;
  color: #fff;
  padding: 30px 0 0;
}
.footer p{
  margin: 20px auto 0;
  text-align: center;
  line-height: 30px;
}
.footer a{
display: block;
background-color: #111;
color: #fff;
text-decoration: none;
}
.gnavi__pc-style_down{
  padding: 20px 0;
}
.gnavi__pc-style_down a{
  color: #fff;
}
.copyright{
  font-size:0.8em;
  padding: 5px 0;
  color: #696031;
  border-top:1px solid #696031;
}





