/* css for PC web pages */

/* header box */
@media screen and (min-width: 767px) {
  /* show hide layout */
  .head-pc {
    display: block;
  }
  .head-mobile {
    display: none;
  }
  .copyright {
    display: block;
  }
  .copyright-mobile {
    display: none;
  }
  /* header content */
  #top-header-box {
    width: 100%;
  }
  #page-header-box {
    width: 100%;
    min-height: 100px;
  }
  #top-header-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: black;
    z-index: 10002;
  }
  /* top-left, top-box, top-right flex */
  .head-left-box {
    flex-basis: auto;
    background-color: black;
  }
  .top-header-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 100px;
  }
  .header-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 100px;
  }
  /* logo and menu */
  .head-center-box {
    /* z-index: 10000; */
    width: 100%;
    max-width: 1100px;
    background-color: black;
    padding: 10px 0;
    flex-basis: 1100px;
  }
  .head-right-box {
    flex-basis: auto;
    background-color: black;
  }
  .head-pc {
    width: 100%;
  }
  .head-logo-box {
    width: 260px;
    text-align: left;
    padding-top: 10px;
    padding-left: 25px;
  }
  .head-logo {
    max-width: 260px;
    z-index: 10001;
  }
  .menu-box {
    display: flex;
    flex-direction: row-reverse;
    padding-right: 30px;
  }
  .menu-item {
    min-width: 80px;
    text-align: center;
    padding: 5px 15px;
    letter-spacing: 0.1em;
  }
  .menu-item a {
    color: white;
  }
  /* hide mobile menu */
  nav {
    display: none;
  }
  /* footer */
  #top-footer {
    position: fixed;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding: 8px 40px;
    background-color: white;
    z-index: 99999;
  }
  #page-footer {
    position: fixed;
    width: 100%;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    padding: 8px 40px;
    background-color: white;
    z-index: 99999;
  }
  .copyright {
    width: 100%;
    font-weight: 100;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.4em;
  }

  /* top main content */
  .top-container-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50%;
    text-align: center;
  }
  .top-logo-box {
    background-image: url("../img/gold-bkgnd.jpg");
    background-size: cover;
  }
  .top-logo {
    width: 70%;
    max-width: 320px;
    margin: 260px auto 180px;
  }
  .top-message-box {
  }
  .top-message h1 {
    color: #555;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.0em;
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }
  .top-message p {
    font-size: 18px;
    line-height: 1.7em;
    width: 100%;
    margin: 30px 0 60px 0;
    padding: 0 60px;
  }

  /* bottom margin */
  .bottom-margin {
    width: 100%;
    height: 100px;
  }

  /* header box for other pages */
  #header-box {
    width: 100%;
    height: 100px;
  }
  /* company main content */
  .company-container {
    width: 100%;
    height: 100%;
    padding: 35px;
  }
  .company-container h1 {
    font-size: 28px;
  }
  .summary-table {
    margin-top: 30px;
  }
  .summary-table ul {
    border-top: 1px solid #ccc;
  }
  .summary-table ul > li {
    list-style: none !important;
    border-bottom: 1px solid #ccc;
  }
  .summary-table dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%
  }
  .summary-table dt {
    width: 120px;
    padding: 15px;
  }
  .summary-table dd {
    width: 80%;
    padding: 17px 0;
  }
  .summary-table ol {
    list-style-type: decimal !important;
    margin-left: 18px;
  }
  .summary-table ol > li {
    list-style-type: decimal !important;
    line-height: 2.4em;
  }
  .summary-table span {
    font-size: 18px;
  }

  /* access main content */
  .access-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 35px;
  }
  .access-container h1 {
    font-size: 28px;
  }
  /* address */
  .address {
    margin: 30px 0 20px;
  }
  .address ul {
  }
  .address ul > li {
    list-style: none !important;
  }
  .address dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%
  }
  .address dt {
    flex-basis: 60px;
    padding: 5px;
  }
  .address dd {
    padding: 5px;
  }
  .address ol {
    list-style-type: decimal !important;
    margin-left: 18px;
  }
  .address ol > li {
    list-style-type: decimal !important;
    line-height: 1em;
  }
  /* access */
  .access {
    width: 100%;
    text-align: center;
    margin: 10px;
  }
  .access ul {
    padding: 10px 0;
  }
  .access ul > li {
    list-style: none !important;
    padding: 6px 0;
  }
  /* google map */
  .access-map {
    width: 100%;
  }
  .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
  }
  .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .gmap {
    display: block;
    margin: 0 auto;
  }

  /* for other pages */
  #page-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
  }
}
