@charset "utf-8";
/* === responsive === */
@media screen and (max-width:1024px){
  .header h1 {
    width: 40vw;
    margin-top: 2vw;
  }
  .header p a {
    font-size: 3vw;
    margin-top: 2vw;
  }
  .header-sns {
    width: 30vw;
    margin-top: 2em;
  }
  .header-sns .insta-icon img {
    width: 5vw;
  }
  .header-sns .tabelog-icon img {
    width: 20vw;
  }
  .nav ul {
    width: 70%;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  .section-info .flex-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-info .map,
  .section-info .info,
  .section-info .insta {
    width: 65%;
    margin: 0 auto 40px;
  }
  .sns ul li:last-child img {
    width: 50%;
  }
}

@media screen and (max-width:768px){
  html {
    font-size: 14px;
  }
  .header h1 {
    width: 50vw;
    margin-top: 2vw;
  }
  .header p a {
    font-size: 3.5vw;
    margin-top: 2vw;
  }
  .header-sns {
    width: 40vw;
    margin-top: 3em;
  }
  .header-sns .insta-icon img {
    width: 6vw;
  }
  .header-sns .tabelog-icon img {
    width: 28vw;
  }
  .nav ul {
    width: 90%;
  }
  .section {
    padding: 100px 0;
  }
  .section-about p {
    font-size: 1.5em;
  }
  .section h2 {
    width: 14em;
  }
  .section-info .map,
  .section-info .info,
  .section-info .insta {
    width: 100%;
  }
  .section-info .info dl,
  .section-info p {
    font-size: 1.5em;
  }
  .sns ul {
    width: 70%;
  }
}

@media screen and (max-width:640px){
  html {
    font-size: 12px;
  }
  .header h1 {
    width: 70vw;
    margin-top: 2vw;
  }
  .header p a {
    font-size: 5vw;
    margin-top: 3vw;
  }
  .header-sns {
    width: 56vw;
    margin-top: 5em;
  }
  .header-sns .insta-icon img {
    width: 10vw;
  }
  .header-sns .tabelog-icon img {
    width: 40vw;
  }
  .section h2 {
    width: 9em;
  }
  .section-about p {
    text-align: justify;
    font-size: 1.6em;
  }
  .section-about .sp {
    display: none;
  }
}

@media screen and (max-width:480px){
  .header-sns {
    width: 64vw;
    margin-top: 4em;
  }
  .header-sns .insta-icon img {
    width: 10vw;
  }
  .header-sns .tabelog-icon img {
    width: 46vw;
  }
}

@media screen and (max-width:320px){
  .insta {
    display: none;
  }
}
@media screen and (orientation:landscape) and (max-height:500px){
  .header  {
    height: auto;
    padding: 7em 0;
  }
  .section {
    padding: 140px 0;
  }
}
