@charset "utf-8";
#nav ul li a {
  color: #FFFFFF;
  padding: 8px 10px 10px 10px;
  padding: 8px 8px 10px;
  font-size: 13px;
}

.text-wh {
  color: #000;
}

@media only screen and (min-width: 769px){

  .menu-english, .menu-chinese {
    width: 70px;
    margin-right: 10px;
    display:inline-block;
    vertical-align: top;
    text-align: center;
  }
  .menu-chinese {
    margin-top: -20px;
  }

  .menu-english:hover, .menu-chinese:hover{
    color: #B9B9B9;
  }

  .new-year-holiday-info:after{
    content: '';
    display: block;
    clear: both;
  }

  .new-year-holiday-info .new-year-holiday-info-text{
    float: left;
    width: 450px;
    margin-right: 20px;
  }

  .new-year-holiday-info .new-year-holiday-info-image{
      /*width: 430px;*/
      margin: 10px 0;
  }

  .new-year-holiday-info .new-year-holiday-info-image{
    float: left;
    width: 520px;
  }

  .new-year-holiday-info .new-year-holiday-info-text-caution{
    font-weight: bold;
    padding-top: 30px;
  }

  .new-year-holiday-info .new-year-holiday-info-text-ex{
    font-weight: bold;
    padding-top: 20px;
  }

  .clear:after{
    content: '';
    clear: both;
    display: block;
  }

  footer .site-info{
    padding-bottom: 0;
  }

  .footer-copy{
    width: 100%;
  }

  .footer-copy-inner{
    width: 1024px;
    margin: 0 auto;
  }

  .image_dd {
    margin: 0;
    text-align: center !important;
    padding-bottom: 1em;
  }
  .image_div {
    width: 35%;
    float: left;
  }
}

.dl_license p {
  float: left;
}
.dl_license img {
  width: 240px;
  height: 150px;
  margin-left: 1em;
  margin-bottom: 1em;
  object-fit: contain;
}
.image_dd {
  float:left;
  width: 100% !important;
  padding-bottom: 1em;
}
.reserve_confirm_note {
  width: 615px;
  text-align: left;
  margin: 6em auto 1em auto;
  padding: 1.5em 8em;
  background: #fff;
}
.reserve_confirm_note h3 {
  text-align: center;
  margin-bottom: 1em;
}
.reserve_confirm_note h4 {
  text-align: left;
  margin-top: 1em;
}
.reserve_confirm_note table{
  width: 85%;
  text-align: left;
  margin: auto;
}
.reserve_confirm_note th{
  width: 23%;
}
.reserve_confirm_note .text_red{
  font-size: 12.5px;
  margin-left: 1.5em;
}
.reserve_confirm_note li{
  list-style-type: decimal;
  margin-left: 3em;
}

.visit_wrapper {
  width: 660px;
  text-align: left;
  margin: 6em auto 1em auto;
  padding: 1.5em 6em;
  background: #fff;
}

.visit_wrapper img{
  width: 10%;
  margin: 0 auto;
  display: block;
}

.visit_wrapper h3{
  color: #4285f4;
  font-size: 24px;
  text-align: center;
  margin: 10px 0;
  margin-top: 0px;
}

.visit_wrapper p{
  text-align: center;
}
.visit_wrapper p span{
  color: red;
  font-weight: bold;
}

.visit_wrapper .visit_info{
  width: 30%;
  padding: 5px 10px;
  margin: 20px auto;
  border: 2px solid #838383;
}

.visit_wrapper .visit_info ul li{
  padding: 0;
  line-height: 1.2em;
}

.visit_wrapper  .visit_form{
  display: block;
  width: 18%;
  text-align: center;
  margin: 20px auto 20px;
  background-color: #eee;
  border-radius: 5px;
  border: 2px solid #838383;
}

@media only screen and (max-width: 768px){
  .reserve_confirm_note {
    width: 90%;
    background: #fff;
    padding: .5em;
  }
  .reserve_confirm_note table{
    width: 95%;
    text-align: left;
    margin: auto;
  }
  .reserve_confirm_note th{
    width: 30%;
  }
  .reserve_confirm_note .text_red{
    font-size: 11.5px;
  }

  .visit_wrapper {
    width: 90%;
    background: #fff;
    padding: .5em;
  }

  .visit_wrapper h3{
    color: #4285f4;
    font-size: 24px;
    text-align: center;
    margin: 0px 0 5px;
  }

  .visit_wrapper .visit_info{
    width: 55%;
    padding: 5px 10px;
    margin: 10px auto;
    border: 2px solid #838383;
  }

  .visit_wrapper  .visit_form{
    display: block;
    width: 35%;
    text-align: center;
    margin: 20px auto 20px;
    background-color: #eee;
    border-radius: 5px;
    border: 2px solid #838383;
  }
}
