@media (max-width: 1200px) {
  .header-inner {
    height: 80px;
  }
  .openbtn {
    display: block;
  }
  .header-nav {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #1f1f1f;
    width: 300px;
    transform: translateX(100%);
    transition: 0.3s ease-in-out;
  }
  .header-nav.active {
    transform: translateX(0);
  }
  .header-nav ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 1.1rem;
  }
  .header-nav li + li {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 992px) {
  .fv-logo img {
    width: 35vw;
    min-width: 200px;
  }
  .footer-shop {
    width: 50%;
  }
  .footer-map {
    width: 50%;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 900px) {
  .about-shop-contents {
    justify-content: center;
  }
  .about-shop-item {
    width: calc((100% - 4rem) / 2);
  }
  .about-shop-bottom {
    margin-top: 2rem;
  }
  .recruit-contents {
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem;
  }
  .recruit-img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    height: 100%;
  }
  .recruit-textwrap {
    width: fit-content;
    padding: 2rem 3rem;
  }
  .shop-info-table th {
    width: 110px;
  }
  .shop-info-table td {
    width: calc(100% - 110px);
  }
  .shop-info-table th,
  .shop-info-table td {
    padding: 1rem 0.5rem;
  }
  .u-recruit-contents h3 {
    width: 200px;
  }
  .u-recruit-contents p {
    width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    align-items: center;
  }
  .footer-shop {
    border-right: none;
    width: 95%;
  }
  .footer-map {
    margin-left: 0;
    width: 95%;
    aspect-ratio: 2/1;
    margin-top: 1rem;
  }
  .footer-shop-table {
    width: fit-content;
  }
  .footer-shop {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .shop-info-contents {
    flex-direction: column;
    align-items: center;
  }
  .shop-info-table th,
  .shop-info-table td {
    padding: 0.5rem;
  }
  .shop-info-map {
    padding: 0;
    width: 100%;
    aspect-ratio: 2/1;
    margin-top: 2rem;
    max-width: 600px;
  }
  html {
    font-size: 14px;
  }
  .middle-img {
    height: 200px;
  }
  .shop-info-textwrap {
    width: fit-content;
  }
  .recruit-entry a {
    padding: 1rem 2rem;
  }
  .recruit-entry a {
    margin: 0 0.5rem;
  }
}
@media (max-width: 576px) {
  .footer-nav ul {
    flex-direction: column;
  }
  .footer-nav li + li {
    margin-top: 0.5rem;
  }
  .section-title {
    font-size: 1.75rem;
  }
  .about-shop-item {
    width: 100%;
  }
  .u-recruit-contents h3 {
    width: 150px;
  }
  .u-recruit-contents p {
    width: calc(100% - 150px);
  }
  .middle-img{
    background-attachment: scroll;
  }
}
@media (max-width: 480px) {
  .recruit-textwrap {
    padding: 2rem 1rem;
  }
  .u-recruit-des li {
    flex-direction: column;
  }
  .u-recruit-contents h3 {
    width: 100%;
  }
  .u-recruit-contents p {
    width: 100%;
    margin-top: 1rem;
  }
  .u-recruit-des li {
    padding: 1rem;
  }
  .recruit-entry a {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .recruit-entry a + a {
    margin-top: 1rem;
  }
  .recruit-entry {
    width: 80%;
    margin: 1.5rem auto 0;
    flex-direction: column;
  }
  .qa-1 p {
    padding: 0.3em 3em 1em 1em;
  }
}
@media (max-width: 400px) {
}
