@charset "utf-8";

/* ==================================================
   SP Responsive (Max 640px)
================================================== */
@media screen and (max-width:820px) {

  #top .hero-content {
    position: absolute;
    z-index: 2;
    animation: fadeIn 2s ease;
    left: 0;
    right: 0;
    top: 77vw;
    width: 100vw;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
  }


  /* Reset / Base */
  .section {
    padding: 60px 0;
  }

  .section-inner {
    width: 90%;
  }

  .inview {
    transition: all 0.8s ease;
  }

  /* Header */
  #header {
    height: 60px;
  }

  .logo a {
    font-size: 2.2rem;
  }

  .gnav-pc {
    display: none;
  }

  .btn-reserve-header {
    display: none;
  }

  .hamburger {
    display: block;
  }

  /* Hero */
  .hero-title {
    font-size: 4.5rem;
  }

  .hero-tagline {
    font-size: 1.4rem;
  }

  /* Concept */
  .concept-content {
    flex-direction: column;
    gap: 30px;
  }

  .concept-title {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }

  .concept-desc {
    text-align: left;
  }

  /* Menu */
  .menu-cards {
    flex-direction: column;
    gap: 20px;
  }

  .menu-card {
    padding: 30px 20px;
  }

  .menu-option {
    padding: 30px 20px;
  }

  .menu-option-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .menu-option-item {
    padding-bottom: 8px;
  }

  /* Staff */
  .staff-card {
    flex-direction: column;
  }

  .staff-image {
    height: 300px;
  }

  .staff-info {
    padding: 40px 20px;
  }

  .staff-name-en {
    font-size: 2.6rem;
  }

  /* Access */
  .access-content {
    flex-direction: column;
    gap: 30px;
  }

  .access-table th,
  .access-table td {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: none;
  }

  .access-table th {
    padding-bottom: 0;
    font-size: 1.4rem;
    color: var(--color-main);
  }

  .access-table td {
    padding-top: 5px;
    border-bottom: 1px solid #eee;
  }

  .access-map iframe {
    height: 300px;
  }

  /* Contact */
  .contact-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .btn-contact {
    width: 100%;
    height: 80px;
  }

  .btn-icon {
    font-size: 2.4rem;
  }

  .btn-number {
    font-size: 2rem;
  }

  /* COTA */
  .cota-content {
    flex-direction: column;
  }

  /* Footer */
  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

}