@charset "UTF-8";
/* ---------------------------------------------------✁
	変数
------------------------------------------------------*/
@media screen and (max-width: 640px) {
  /* ---------------------------------------------------✁
  基本
   ------------------------------------------------------*/
  html {
    font-size: 3.8461538462vw;
  }
  .title h2 {
    font-size: 1.8rem;
  }
  /* ---------------------------------------------------✁
  ヘッダー
   ------------------------------------------------------*/
  #header {
    padding: 1rem;
  }
  #header .logo {
    width: 3rem;
  }
  #header nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header nav ul li {
    margin: 0 0.4rem;
  }
  #header nav ul li a {
    display: flex;
    vertical-align: middle;
  }
  #header nav ul li a span {
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
  }
  #header nav ul li a img {
    width: 1.2rem;
  }
  /* ---------------------------------------------------✁
    フッター
  ------------------------------------------------------*/
  #footer {
    padding: 3rem 0;
  }
  #footer .content .logo {
    width: 5rem;
  }
  /* ---------------------------------------------------✁
  トップページ
   ------------------------------------------------------*/
  #top > section {
    padding: 3rem 0;
  }
  #top .visual {
    height: 100svh;
    max-height: 200vw;
  }
  #top .visual .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #top .visual .content h2 {
    width: 100%;
    margin: 0 auto 1rem;
  }
  #top .visual .content p {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 2em;
  }
  #top .visual .content p span {
    transform: scaleY(0.9);
  }
  #top .concept ul li {
    width: 100%;
    padding: 0 0 1rem;
  }
  #top .concept ul li h3 {
    font-size: 1.2rem;
    margin: 1.5rem 0 0.5rem;
  }
  #top .concept ul li p {
    font-size: 0.8rem;
    line-height: 1.6em;
  }
  #top .news ul li h3 {
    font-size: 1rem;
  }
  #top .story h3 {
    font-size: 1.2rem;
  }
  #top .story p {
    font-size: 0.8rem;
    line-height: 1.9rem;
    text-align: left;
  }
  #top .store ul {
    display: block;
  }
  #top .store ul li {
    width: 100%;
    margin: 0 0 1rem;
  }
  #top .store ul li article a {
    padding: 4rem 0;
  }
  /* ---------------------------------------------------✁
  店舗詳細
  ------------------------------------------------------*/
  .page-store .title h1 {
    font-size: 2rem;
  }
  .page-store .store p {
    text-align: left;
    font-size: 0.9rem;
  }
  .page-store .store .detail {
    display: block;
  }
  .page-store .store .detail .text {
    width: 100%;
    padding: 1.5rem;
  }
  .page-store .store .detail .text .button {
    padding: 1.2rem 0;
    display: block;
  }
  .page-store .store .detail .map {
    width: 100%;
  }
  .store-photo {
    margin: 2rem 0;
  }
  .store-photo ul li article {
    padding: 1rem;
    text-align: left;
  }
  .store-photo ul li article h3 {
    margin: 0 0 0.25rem;
    font-size: 1rem;
  }
  .store-photo ul li article p {
    font-size: 0.7rem;
    line-height: 1.6em;
  }
  .store-photo ul li article p br {
    display: none;
  }
  .menu-list section {
    margin: 1rem 0;
    padding: 0;
    display: block;
  }
  .menu-list section .image {
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 0;
  }
  .menu-list section .text {
    width: 100%;
  }
  .menu-list section .text h3 {
    font-size: 1.2rem;
  }
  .menu-list section .text ul li h4 {
    font-size: 0.9rem;
  }
  .menu-list section .text ul li span {
    font-size: 0.9rem;
  }
  /* ---------------------------------------------------✁
  記事本文
   ------------------------------------------------------*/
  .post {
    max-width: 740px;
    margin: auto;
  }
  .post .content {
    padding: 0;
  }
}

/*# sourceMappingURL=sp.css.map */
