@charset "utf-8";

/* リセットCSS */
*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* 共通設定 */
body {
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  background-color: #444;
}

img {
  max-width: 100%;
  /* 親要素より大きくならない設定 */
}








/* ここから自分用 */


/* header */ 

.header-site-menu ul{
    display: flex;
    justify-content: space-between;
}
  
  .header-site-menu li{
  font-weight: bold;
  display: inline-block;
  padding: 5px 30px 2px 27px;
  font-size: 24px;
  background: #000;
  line-height: 1.2;
  width: 100%;
  
  }
  
  .header-img img{
    position: relative;
    width: 100%
  }
  .header-text{
    position: absolute;
    top: 350px;
    left: 15%;
    width: 80%;
    z-index: 1;
  }
  
  /* footer */
  footer{
      background: #000;
  }
  
  .footer-inner{
      display: flex;
      justify-content: center;
      justify-content: space-between;
      padding: 30px 30px 0;
  }
  
  
  .footer-site-menu{
      font-weight: bold;
      display: inline-block;
      padding: 5px 30px 2px 27px;
      font-size: 24px;
      background: #000;
      line-height: 1.2;
      letter-spacing: 0;
      width: 250px;
  }
  
  .sns-logo{
      display: flex;
      width: 300px;
      justify-content: space-between;
      align-items: center;
  }
  .company-logo{
      display: flex;
      align-items: center;
  }
  
  .copyright{
      display: flex;
      justify-content: center;
  }










  /* main */

  .access-section {
    text-align: center;
    padding: 60px 20px;
  }
  
  .access-section h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
  
  .access-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  
  .info-box {
    background-color: #3b3b3b;
    padding: 30px;
    border-radius: 10px;
    width: 600px;
    text-align: left;
    line-height: 4;
  }
  
  .info-logo img {
    width: 80px;
    margin-bottom: 10px;
  }
  
  .info-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .info-table th, .info-table td {
    padding: 10px;
    border-bottom: 2px solid #555;
    vertical-align: top;
    font-size: 14px;
  }
  
  .info-table th {
    width: 30%;
    color: #f5c16c;
    text-align: left;
    height: 60px;
  }
  
  .building-img img {
    height: 800px;
  }
  
  .map-box iframe {
    border: none;
    border-radius: 10px;
    margin-top: 40px;
  }

  .access-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }