@charset "UTF-8";
/*
Theme Name: 福喜寿司
Theme URI: https://wapon.co.jp
Author: T.Kikuchi
Author URI: https://wapon.co.jp
Description: 福喜寿司のサイトテーマです。
Version: 0.1
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
  transition: opacity 0.05s;
  position: fixed; }
  header.fixed {
    position: fixed;
    height: 5rem;
    background: white;
    transition: opacity 0.2s, top 0.3s;
    z-index: 100;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      header.fixed {
        overflow: visible; } }
    @media screen and (max-width: 768px) {
      header.fixed nav {
        background: rgba(255, 255, 255, 0.99);
        justify-content: center;
        padding: 0; } }
    header.fixed nav a {
      color: #333;
      height: 100%; }
      @media screen and (max-width: 768px) {
        header.fixed nav a {
          height: 3rem; } }
      header.fixed nav a:hover {
        color: #8f3129; }
      header.fixed nav a.important {
        color: white;
        background: #8f3129; }
        header.fixed nav a.important:hover {
          color: white;
          text-decoration: underline; }
          @media screen and (max-width: 768px) {
            header.fixed nav a.important:hover {
              color: #8f3129;
              text-decoration: none; } }
        @media screen and (max-width: 768px) {
          header.fixed nav a.important {
            color: #333;
            background: none;
            height: 3rem; } }
      header.fixed nav a.current:not(.important) {
        height: 98%;
        margin-top: 2px;
        color: #8f3129;
        border-bottom: 2px solid #8f3129;
        box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          header.fixed nav a.current:not(.important) {
            height: 3rem;
            border-bottom: none; } }
    header.fixed nav.matto a:hover {
      color: #207520; }
    header.fixed nav.matto a.important {
      background: #3d5530; }
      @media screen and (max-width: 768px) {
        header.fixed nav.matto a.important {
          background: none; } }
      header.fixed nav.matto a.important:hover {
        color: white;
        text-decoration: underline; }
        @media screen and (max-width: 768px) {
          header.fixed nav.matto a.important:hover {
            color: #207520;
            text-decoration: none; } }
    header.fixed nav.matto a.current:not(.important) {
      color: #207520;
      border-bottom: 2px solid #3d5530; }
      @media screen and (max-width: 768px) {
        header.fixed nav.matto a.current:not(.important) {
          border-bottom: none; } }
  header .shadow {
    position: absolute;
    top: -4rem;
    z-index: -1;
    height: 4rem;
    width: 100%;
    box-shadow: 0 0 10rem 0 rgba(0, 0, 0, 0.6); }
  header .logo {
    height: 2.6rem;
    margin-left: 2.5rem;
    margin-bottom: 0.5em; }
    @media screen and (max-width: 414px) {
      header .logo {
        margin-left: 1.4rem; } }
  header nav {
    display: flex;
    align-items: center;
    height: 100%; }
    @media screen and (max-width: 768px) {
      header nav {
        position: fixed;
        flex-direction: column;
        z-index: 10000;
        right: 0;
        top: 5rem;
        left: 0;
        bottom: 0;
        height: auto;
        padding: 2rem 0 0;
        background: white;
        transition: opacity 0.2s;
        opacity: 0;
        pointer-events: none;
        overflow: hidden; }
        header nav.visible {
          opacity: 1;
          pointer-events: all; } }
    header nav a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 2rem;
      margin: 0 2.5em;
      padding-top: 0.1em;
      font-family: serif;
      font-size: 0.8rem;
      text-align: center;
      letter-spacing: 0.15em;
      color: white; }
      header nav a.important {
        margin: 0;
        padding: 0 2.5em; }
    header nav .nav-item {
      display: flex;
      align-items: center;
      justify-content: center; }

.humburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  height: 2rem;
  width: 2rem;
  margin-right: 1.5rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .humburger {
      display: flex; } }
  .humburger span {
    height: 2px;
    width: 2.2rem;
    background: #333;
    transition: opacity,transform 0.2s; }
  .humburger.white span {
    background: white; }
  .humburger.visible span:nth-child(1) {
    transform: translateY(0.7rem) rotate(45deg); }
  .humburger.visible span:nth-child(2) {
    opacity: 0; }
  .humburger.visible span:nth-child(3) {
    transform: translateY(-0.7rem) rotate(-45deg); }

.nav-image {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  max-width: 30rem; }
  @media screen and (max-width: 768px) {
    .nav-image {
      display: block; } }

footer {
  position: relative;
  padding: 5rem 3rem 6rem;
  background: white; }
  footer.error {
    position: absolute;
    bottom: 0;
    padding-top: 0; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 3.5rem 2rem 6.5rem; } }
  footer .footer-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
    z-index: 100;
    transition: opacity 1s;
    pointer-events: none; }
  footer .footer-content {
    position: relative;
    max-width: 68rem;
    margin: auto; }
  footer .footer-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      footer .footer-row {
        flex-direction: column;
        align-items: center; } }
    footer .footer-row address p a {
      color: #888; }
  footer .logo {
    height: 3.3rem; }
  footer nav {
    font-size: 0.75rem; }
    @media screen and (max-width: 768px) {
      footer nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 2rem; } }
    footer nav a {
      color: #888;
      margin-left: 2rem; }
      footer nav a:hover {
        color: #8f3129; }
      @media screen and (max-width: 768px) {
        footer nav a {
          margin-top: 1.2rem;
          margin-left: 0;
          min-width: 34%;
          text-align: center; } }
    footer nav.matto a:hover {
      color: #3d5530; }
  footer address {
    margin-top: 1.8rem;
    color: #999;
    font-size: 0.75rem;
    font-style: normal; }
    @media screen and (max-width: 768px) {
      footer address {
        display: none; } }
    footer address.phone {
      display: none;
      margin-top: 1rem;
      text-align: center; }
      @media screen and (max-width: 768px) {
        footer address.phone {
          display: block; } }
    footer address p {
      margin-top: 1em; }
  footer small {
    position: absolute;
    right: 0;
    bottom: -0.5em;
    font-size: 0.7rem;
    color: #555;
    letter-spacing: 0.13em; }
    @media screen and (max-width: 768px) {
      footer small {
        bottom: -3.5rem;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 0.5rem;
        text-align: center; } }
  footer .nav-image {
    display: none; }
  footer .footer-extendedBottom {
    position: absolute;
    bottom: 0;
    background: white; }

.swiper-slide {
  overflow: hidden; }

.swiper-pagination-bullet {
  display: inline-block;
  width: 3.2rem;
  height: 1rem;
  margin-right: 0.7rem;
  background: none;
  border-bottom: 3px solid #666;
  border-radius: 0;
  box-sizing: border-box; }
  .swiper-pagination-bullet-active {
    border-color: #a63839; }

.swiper-pagination.white .swiper-pagination-bullet {
  border-color: white; }

.swiper-pagination.matto .swiper-pagination-bullet-active {
  border-color: #3d5530; }

.entrance {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 1rem;
  transition: opacity 1.5s; }
  @media screen and (max-width: 414px) {
    .entrance {
      flex-direction: column;
      padding: 0.8rem; } }
  .entrance-logo {
    height: 24rem;
    max-height: 75%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100; }
    .entrance-logo.phone {
      display: none; }
    @media screen and (max-width: 414px) {
      .entrance-logo {
        display: none; }
        .entrance-logo.phone {
          position: absolute;
          width: 70%;
          height: auto;
          display: block; } }
  .entrance-shop {
    position: relative;
    flex: 1; }
    @media screen and (max-width: 414px) {
      .entrance-shop {
        max-height: 50%; } }
    .entrance-shop-image {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .entrance-shop.kanazawa {
      background: url("img/entrance-kanazawa.jpg");
      background-size: cover; }
      @media screen and (max-width: 414px) {
        .entrance-shop.kanazawa {
          border-bottom: 1px solid white; } }
    .entrance-shop.matto {
      background: url("img/entrance-matto.jpg");
      background-size: cover; }
    .entrance-shop .cover {
      display: flex;
      justify-content: center;
      align-items: center;
      background: url("img/bg-noise.png");
      background-size: 50px;
      transition: opacity 0.3s;
      opacity: 0; }
      .entrance-shop .cover:hover {
        opacity: 1; }
      @media screen and (max-width: 414px) {
        .entrance-shop .cover {
          opacity: 1; }
          .entrance-shop .cover:hover {
            opacity: 0; } }
      .entrance-shop .cover img {
        height: 3.5rem; }
        @media screen and (max-width: 414px) {
          .entrance-shop .cover img {
            height: 2.5rem; } }

.top {
  position: relative;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -10; }
  .top-image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .top-image.sp {
      display: none; }
    @media screen and (max-width: 414px) {
      .top-image.pc {
        display: none; }
      .top-image.sp {
        display: block; } }
  .topSwiper {
    height: 100%; }
  .top-logo {
    height: 28rem;
    max-height: 60%;
    max-width: 60%;
    object-fit: contain;
    transition: opacity 0.8s; }
    @media screen and (max-width: 414px) {
      .top-logo {
        height: 22rem;
        max-height: 55%; } }
  .top .cover {
    transition: background-color 2s; }
  .topDescription {
    padding: 6rem 0;
    background: url("img/bg-washi.jpg");
    overflow: hidden; }
    @media screen and (max-width: 414px) {
      .topDescription {
        padding: 5rem 0; } }
    .topDescription-text {
      margin: auto;
      padding-bottom: 1.5rem;
      min-height: 18rem;
      writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      font-size: 0.9rem;
      line-height: 2.6em;
      font-family: ten-mincho, 'Noto Serif JP'; }
      @media screen and (max-width: 768px) {
        .topDescription-text {
          font-size: 0.85rem;
          line-height: 2em; } }
      @media screen and (max-width: 414px) {
        .topDescription-text {
          line-height: 1.8em;
          font-weight: 500; } }
      .topDescription-text h3 {
        font-size: 1.1rem;
        line-height: 2.3em;
        font-weight: normal; }
        @media screen and (max-width: 414px) {
          .topDescription-text h3 {
            line-height: 1.9em;
            font-weight: 500; } }
      .topDescription-text p {
        margin-right: 2.5rem; }
        @media screen and (max-width: 414px) {
          .topDescription-text p {
            margin-right: 1.8rem; } }
        @media screen and (max-width: 374px) {
          .topDescription-text p {
            margin-right: 1.2rem; } }

.content {
  position: relative;
  margin-top: 100vh;
  background: white;
  padding-top: 5rem;
  transition: opacity 2s; }
  @media screen and (max-width: 414px) {
    .content {
      padding-top: 2.5rem; } }
  .content-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
    z-index: 100;
    transition: opacity 1s;
    pointer-events: none; }

.topNews {
  display: flex;
  position: relative;
  margin: 0 auto 5rem;
  width: 82%;
  max-width: 70rem; }
  @media screen and (max-width: 768px) {
    .topNews {
      flex-direction: column; } }
  @media screen and (max-width: 414px) {
    .topNews {
      margin-bottom: 3rem; } }
  .topNews h2 {
    font-size: 1rem;
    border-right: 1px solid #333;
    padding: 0 2em 0 0;
    margin-right: 2em;
    writing-mode: vertical-rl; }
    @media screen and (max-width: 768px) {
      .topNews h2 {
        margin-right: 0;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-right: none;
        border-bottom: 1px solid #333;
        text-align: center;
        writing-mode: initial; } }
    @media screen and (max-width: 414px) {
      .topNews h2 {
        font-family: 'Noto Serif JP';
        font-weight: 500;
        letter-spacing: 0.17em;
        text-align: left;
        border: none; } }
  .topNews-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1; }
  .topNews-item {
    font-size: 0.75rem;
    display: flex;
    align-items: center; }
    .topNews-item:not(:last-child) {
      margin-bottom: 1.5em; }
    @media screen and (max-width: 414px) {
      .topNews-item {
        align-items: normal;
        font-family: 'Noto Serif JP';
        font-weight: 500; } }
  @media screen and (max-width: 414px) {
    .topNews-date {
      display: none; } }
  .topNews-date.phone {
    display: none;
    color: #666;
    font-size: 0.7rem;
    line-height: 1.5rem; }
    @media screen and (max-width: 414px) {
      .topNews-date.phone {
        display: block; } }
  .topNews-title {
    margin-left: 2rem;
    line-height: 1.5em; }
    @media screen and (max-width: 414px) {
      .topNews-title {
        margin-left: 1.2rem;
        line-height: 1.5rem;
        letter-spacing: 0.1em; } }
  .topNews-right {
    width: 4rem;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .topNews-right {
        width: 100%; } }
  .topNews-link {
    padding: 0.6em 0;
    font-size: 0.8rem;
    color: #8f3129;
    border-bottom: 1px solid #8f3129; }
    .topNews-link.matto {
      color: #3d5530;
      border-bottom: 1px solid #3d5530; }
    @media screen and (max-width: 414px) {
      .topNews-link {
        position: absolute;
        top: -0.1em;
        right: 0;
        width: 3rem;
        padding-top: 0.2em;
        padding-bottom: 0.2em; } }

.topMenu {
  display: flex;
  width: 100%;
  font-family: 'Noto Serif JP';
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .topMenu {
      flex-direction: column; } }
  .topMenu-content {
    display: flex;
    align-items: center;
    padding: 3rem 6rem;
    flex: 0.5;
    color: white;
    font-size: 0.9rem;
    z-index: 10;
    background: url("img/bg-nuno-kanazawa.jpg"); }
    .topMenu-content.matto {
      background: url("img/bg-nuno-matto.jpg"); }
      .topMenu-content.matto .moreButton:hover {
        color: #3d5530; }
    @media screen and (max-width: 1024px) {
      .topMenu-content {
        flex: 0.6;
        padding: 3rem 3rem;
        font-size: 0.8rem; } }
    @media screen and (max-width: 768px) {
      .topMenu-content {
        flex: auto; } }
    @media screen and (max-width: 414px) {
      .topMenu-content {
        padding: 4rem 1.5rem 5rem; }
        .topMenu-content h2 {
          font-size: 1.25rem;
          font-weight: 500;
          letter-spacing: 0.25em; }
        .topMenu-content .ruby {
          font-size: 0.75rem;
          margin-top: 1.1em; } }
  .topMenu-text {
    margin-top: 3em;
    letter-spacing: 0.25em;
    line-height: 2.4em; }
    @media screen and (max-width: 414px) {
      .topMenu-text {
        margin-top: 2em;
        font-size: 0.8rem;
        line-height: 2.1em; } }
  .topMenu-image {
    flex: 1;
    max-height: 34rem;
    min-width: 0;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .topMenu-image {
        width: 100%;
        max-height: 66vw;
        flex: auto; } }
    @media screen and (max-width: 414px) {
      .topMenu-image {
        height: 18rem;
        max-height: 80vw; } }
    .topMenu-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: 50em; }
  .topMenu .pageIndicator {
    margin-top: 2rem; }
    @media screen and (max-width: 768px) {
      .topMenu .pageIndicator {
        margin-top: 1.5rem; } }
    @media screen and (max-width: 414px) {
      .topMenu .pageIndicator {
        margin-top: 2rem; } }
  .topMenu .moreButton:hover {
    color: #893535;
    background: white; }
  @media screen and (max-width: 414px) {
    .topMenu .moreButton {
      margin-top: 1.5rem;
      padding: 1.2em 4em;
      font-size: 0.8rem; } }

.shop {
  padding: 7rem 0; }
  @media screen and (max-width: 414px) {
    .shop {
      padding: 5rem 0 4rem; } }
  .shop h2, .shop .ruby {
    margin-left: 10rem; }
    @media screen and (max-width: 768px) {
      .shop h2, .shop .ruby {
        margin-left: 5rem; } }
    @media screen and (max-width: 414px) {
      .shop h2, .shop .ruby {
        margin-left: 1.5rem; } }
  @media screen and (max-width: 414px) {
    .shop h2 {
      font-size: 1.25rem;
      letter-spacing: 0.2em; } }
  .shop .ruby {
    color: #888; }
    @media screen and (max-width: 414px) {
      .shop .ruby {
        font-size: 0.75rem;
        margin-top: 1em; } }
  .shop .shop-slide {
    position: relative;
    margin-top: 2rem; }
    @media screen and (max-width: 414px) {
      .shop .shop-slide {
        margin-top: 4.5rem; } }
  .shop .pageIndicator {
    position: absolute;
    top: -4.8rem;
    left: 0;
    right: 1.5rem; }
    @media screen and (max-width: 414px) {
      .shop .pageIndicator {
        top: unset;
        bottom: -2rem;
        margin: auto; } }
  .shop .swiper-pagination {
    right: 0; }
    @media screen and (max-width: 414px) {
      .shop .swiper-pagination {
        margin: auto;
        left: 0;
        right: 0; }
        .shop .swiper-pagination-bullet {
          width: 2.8rem; } }
  .shop-image {
    margin-top: 3.5rem;
    max-height: 18rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; }
    @media screen and (max-width: 414px) {
      .shop-image {
        margin-top: -2rem;
        margin-bottom: -4rem; } }
    .shop-image .swiper-slide {
      position: relative;
      height: 20rem;
      max-height: 24vw; }
      @media screen and (max-width: 1024px) {
        .shop-image .swiper-slide {
          max-height: 24vw; } }
      @media screen and (max-width: 768px) {
        .shop-image .swiper-slide {
          max-height: 36vw; } }
      @media screen and (max-width: 414px) {
        .shop-image .swiper-slide {
          max-height: 60vw; } }
    .shop-image img {
      width: 100%;
      margin: 0 7%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      margin-left: 7%; }
      @media screen and (max-width: 414px) {
        .shop-image img {
          width: 90%;
          margin: auto 0;
          padding-left: 5%; } }
  .shop-list {
    display: flex;
    justify-content: space-around;
    margin: auto;
    margin-top: 7rem;
    padding: 0 4rem;
    max-width: 70rem; }
    @media screen and (max-width: 768px) {
      .shop-list {
        flex-direction: column; } }
    @media screen and (max-width: 768px) {
      .shop-list {
        margin-top: 5rem;
        padding: 0 3rem; } }
    @media screen and (max-width: 414px) {
      .shop-list {
        margin-top: 11rem;
        padding: 0 1.5rem; } }
  .shop-detail {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .shop-detail {
        flex: auto; } }
    @media screen and (max-width: 414px) {
      .shop-detail {
        font-family: 'Noto Serif JP';
        font-weight: 500; } }
    .shop-detail:not(:last-child) {
      margin-right: 5rem; }
      @media screen and (max-width: 768px) {
        .shop-detail:not(:last-child) {
          margin-bottom: 5rem;
          margin-right: unset; } }
      @media screen and (max-width: 414px) {
        .shop-detail:not(:last-child) {
          margin-bottom: 4rem; } }
    .shop-detail h3 span {
      color: #a63837;
      margin-right: 0.8em; }
      .shop-detail h3 span.matto {
        color: #207520; }
    .shop-detail h3 .ruby {
      display: inline;
      margin-left: 1rem;
      color: #888; }
      @media screen and (max-width: 414px) {
        .shop-detail h3 .ruby {
          letter-spacing: 0.1em; } }
    .shop-detail ul {
      margin-top: 2rem;
      font-size: 0.8rem;
      line-height: 2em; }
      @media screen and (max-width: 414px) {
        .shop-detail ul {
          margin-top: 1.8rem;
          line-height: 2.2em; } }
      .shop-detail ul li.tall {
        margin: 1em 0; }
    .shop-detail h4 span {
      display: inline-block;
      margin-top: 1rem;
      padding: 0.5em 0;
      font-size: 0.8rem;
      font-weight: normal;
      border-bottom: 1px solid #333; }
    .shop-detail iframe, .shop-detail .map {
      margin-top: 2rem;
      max-width: 100%;
      height: 300px;
      max-height: 60vw; }

.anotherShop {
  position: relative; }
  .anotherShop img {
    width: 100%;
    height: 20rem;
    object-fit: cover; }
    @media screen and (max-width: 414px) {
      .anotherShop img {
        max-height: 62vw; } }
  .anotherShop-label {
    width: 25rem;
    max-width: 72%;
    padding: 2rem;
    background: url("img/bg-nuno-matto.jpg");
    background-size: 248px; }
    .anotherShop-label.matto {
      background: url("img/bg-nuno-kanazawa.jpg"); }
      .anotherShop-label.matto .anotherShop-label-inner:hover {
        color: #9c4638; }
    @media screen and (max-width: 414px) {
      .anotherShop-label {
        max-width: 75%;
        padding: 1.5rem; } }
    .anotherShop-label-inner {
      color: white;
      border: 1px solid white;
      padding: 1em 0;
      text-align: center;
      font-weight: 200; }
      .anotherShop-label-inner:hover {
        background: white;
        color: #252; }
      @media screen and (max-width: 414px) {
        .anotherShop-label-inner {
          font-size: 0.8rem;
          font-family: 'Noto Serif JP', serif;
          font-weight: 500; } }
  .anotherShop .cover {
    /*
    &:hover {
          background: rgba(0, 0, 0, 0.5);

    }*/ }

.about h2 {
  font-size: 1.4rem;
  letter-spacing: 0.2em; }
  .about h2 .ruby {
    margin-left: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.9rem;
    letter-spacing: 0.1em; }

.about h3 {
  font-size: 1.1rem; }
  .about h3 span {
    color: #a63837;
    margin-right: 0.8em; }
    .about h3 span.matto {
      color: #207520; }

.about .topDescription {
  position: relative;
  padding: 7rem 0 5rem;
  background: none; }
  .about .topDescription-bg {
    position: absolute;
    z-index: -1;
    width: 44%;
    max-width: 28rem; }
    .about .topDescription-bg.leftTop {
      top: 0;
      left: 0; }
    .about .topDescription-bg.rightBottom {
      right: 0;
      bottom: 0; }

.about-section {
  padding-top: 7rem;
  background: url("img/bg-washi-news.jpg"); }
  .about-section-inner {
    width: 70rem;
    max-width: 92%;
    margin: auto; }

.about-quality-text {
  margin-top: 2.5rem;
  font-size: 0.9rem;
  line-height: 2.7em; }
  @media screen and (max-width: 414px) {
    .about-quality-text {
      margin-top: 2rem;
      line-height: 2em; } }

.about-quality-item {
  display: flex;
  padding: 1rem;
  margin-top: 4rem;
  background: white; }
  @media screen and (max-width: 768px) {
    .about-quality-item {
      flex-direction: column; } }

.about-quality-content {
  padding: 1.8rem;
  padding-right: 9%;
  flex: 0.6; }
  @media screen and (max-width: 414px) {
    .about-quality-content {
      padding: 1.5rem; } }
  .about-quality-content p {
    font-family: sans-serif;
    font-size: 0.8rem;
    line-height: 2.3em; }

.about-quality-image {
  flex: 1;
  max-width: 100%; }
  .about-quality-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about-quality .pageIndicator {
  margin-top: 2rem; }

.about-message {
  padding-bottom: 7rem; }
  .about-message .about-quality-text {
    padding-left: 2em;
    font-size: 0.85rem; }

.menu {
  background: url("img/bg-washi-news.jpg"); }
  .menu h2 {
    margin-top: 6rem;
    margin-left: -0.5rem;
    font-size: 1.4rem; }
    @media screen and (max-width: 414px) {
      .menu h2 {
        margin-top: 5rem; } }
  .menu h3 {
    padding: 3em 0 1em;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding-left: 0.5rem;
    font-size: 0.85rem;
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 0.2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .menu h4 {
    margin-top: 1.6rem;
    font-family: sans-serif;
    font-size: 0.8rem; }
    .menu h4:not(:first-of-type) {
      margin-top: 2.5rem; }
  .menu .ruby {
    margin-left: 1.2em;
    color: #777;
    letter-spacing: 0.2em; }

.menu-caption {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  margin-top: 1em;
  margin-left: -0.5rem; }

.menu-content {
  padding: 1px 3rem 6rem;
  max-width: 62rem;
  margin: auto; }
  @media screen and (max-width: 1024px) {
    .menu-content {
      width: 40rem;
      max-width: 84%;
      padding: 1px 0 6rem; } }

.menu-list {
  columns: 2;
  column-gap: 10%; }
  @media screen and (max-width: 1024px) {
    .menu-list {
      columns: 1; } }
  .menu-list-section {
    break-inside: avoid; }

.menu-item {
  display: flex;
  margin-top: 1.5em;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  line-height: 1.7em; }
  @media screen and (max-width: 414px) {
    .menu-item {
      letter-spacing: 0.05em; } }
  .menu-item-name {
    flex: 1; }
  .menu-item-caption {
    margin-top: 0.3em;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.4em; }
  .menu-item-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    letter-spacing: 0.08em; }
  .menu-item-detail {
    display: flex; }
    .menu-item-detail:not(:last-child) {
      margin-bottom: 0.4em; }
    .menu-item-detail-price {
      width: 5em;
      text-align: right; }

.menu-bottom-image {
  width: 100%;
  margin-top: 4rem;
  object-fit: cover; }

a.newsLink:hover {
  color: #8f3129; }

a.newsLink.matto:hover {
  color: #207520; }

.news-top {
  position: relative;
  height: 20rem;
  margin-top: 5rem;
  overflow: hidden;
  color: white; }
  .news-top .cover {
    display: flex;
    align-items: center; }
  .news-top-inner {
    width: 100%; }
  .news-top h1 {
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.25em; }
  .news-top h1, .news-top .ruby {
    margin-left: 10rem; }
    @media screen and (max-width: 768px) {
      .news-top h1, .news-top .ruby {
        margin-left: 20%; } }

.news-list {
  padding: 6rem 13% 8rem;
  background: url("img/bg-washi-news.jpg"); }
  @media screen and (max-width: 414px) {
    .news-list {
      padding: 5rem 5% 6rem; } }
  .news-list .topNews-item {
    display: flex;
    align-items: center;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 414px) {
      .news-list .topNews-item {
        padding-bottom: 1.2rem; } }
    .news-list .topNews-item:not(:last-child) {
      margin-bottom: 1.8rem; }
      @media screen and (max-width: 414px) {
        .news-list .topNews-item:not(:last-child) {
          margin-bottom: 1.2rem; } }
  .news-list .topNews-title {
    flex: 1; }
  .news-list-link {
    width: 2rem; }
    .news-list-link img {
      height: 1.6rem; }

.newsDetail {
  width: 60rem;
  max-width: 90%;
  margin: auto;
  padding: 8rem 0; }
  .newsDetail h1 {
    font-size: 1.15rem;
    font-weight: normal;
    letter-spacing: 0.2em; }
  .newsDetail h2 {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4em;
    letter-spacing: 0.1em; }
  .newsDetail hr {
    margin: 1.2rem 0; }
  .newsDetail .ruby {
    font-size: 0.72rem;
    margin-top: 1em; }
  .newsDetail-date {
    margin-top: 2.5rem;
    font-size: 0.85rem;
    color: #909090; }
  .newsDetail-content {
    margin-top: 2.5rem;
    padding-bottom: 3.5rem;
    font-size: 0.9rem;
    line-height: 1.8em; }
  .newsDetail-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    font-size: 0.8rem; }
    .newsDetail-footer a {
      padding-bottom: 0.2em;
      color: #888; }
      .newsDetail-footer a:hover {
        border-bottom: 1px solid #aaa; }
    .newsDetail-footer-item {
      width: 10rem; }

.recruit {
  background: url("img/bg-washi-news.jpg"); }
  .recruit h3 {
    font-size: 1.3rem;
    letter-spacing: 0.15em;
    margin-bottom: 2.2rem; }
  .recruit section {
    margin-top: 5rem; }
    @media screen and (max-width: 414px) {
      .recruit section {
        margin-top: 4rem; } }
  .recruit-text {
    margin-top: 4rem;
    font-size: 0.95rem;
    letter-spacing: 0.15em;
    line-height: 1.4em; }
  .recruit-contact {
    width: 15rem;
    margin: auto;
    margin-top: 3rem;
    padding: 1.5rem 3rem 3rem;
    background: white; }
  .recruit-content {
    width: 70rem;
    max-width: 90%;
    padding: 1rem 0 6rem;
    margin: auto; }
  .recruit-row {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.85rem;
    line-height: 1.5em; }
    .recruit-row:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .recruit-label {
    width: 8rem;
    padding-left: 1em; }
  .recruit-value {
    flex: 1;
    padding: 2em 0 1.9em; }
    @media screen and (max-width: 414px) {
      .recruit-value {
        padding: 1.5em 0 1.4em; } }

.reservation {
  width: 67rem;
  max-width: 90%;
  margin: auto;
  padding: 5rem 0 2rem; }
  @media screen and (max-width: 768px) {
    .reservation {
      padding: 4rem 0 0; } }
  .reservation h3 {
    letter-spacing: 0.15em; }
    .reservation h3 .number {
      color: #a63837;
      margin-right: 0.3em; }
    .reservation h3 .ruby {
      color: #777;
      margin-left: 1rem; }
    .reservation h3 .matto {
      color: #207520; }
  .reservation-text {
    font-size: 0.95rem;
    letter-spacing: 0.15em;
    line-height: 1.4em; }
  .reservation-caption {
    margin-top: 1.8em;
    margin-bottom: 4.5rem;
    color: #888;
    font-size: 0.75rem;
    letter-spacing: 0.17em;
    line-height: 1.4em; }
    @media screen and (max-width: 768px) {
      .reservation-caption {
        margin-bottom: 2rem; } }
  .reservation hr {
    border-color: #dadada; }
    @media screen and (max-width: 768px) {
      .reservation hr {
        margin: 0.5em; } }

.reservation-shop {
  display: flex;
  align-items: center;
  height: 14rem;
  padding: 1.7rem 1rem 1.9rem;
  overflow: hidden;
  max-width: 96%; }
  @media screen and (max-width: 768px) {
    .reservation-shop {
      flex-direction: column;
      height: auto;
      width: 30rem;
      margin: auto;
      padding: 1.7rem 0 1.9rem; }
      .reservation-shop h3 {
        margin-top: 1.5rem; } }
  .reservation-shop-image {
    height: 100%;
    max-width: 50%; }
    @media screen and (max-width: 768px) {
      .reservation-shop-image {
        max-width: 100%; } }
    .reservation-shop-image img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .reservation-shop-content {
    flex: 1;
    margin-left: 4rem; }
    @media screen and (max-width: 768px) {
      .reservation-shop-content {
        width: 100%;
        margin-left: 0; } }
  .reservation-shop-address {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    margin-top: 1.5rem;
    line-height: 1.5em; }
  .reservation-shop-phone {
    margin-top: 1.5rem;
    font-size: 1.3rem;
    letter-spacing: 0.15em; }
    .reservation-shop-phone span {
      font-size: 0.8rem; }
  .reservation-shop-time, .reservation-shop-holiday {
    margin-top: 1.2rem;
    font-size: 0.85rem;
    color: #909090; }
  .reservation-shop-holiday {
    margin-top: 0.5rem; }
  .reservation-shop-link {
    display: inline-block;
    color: #999;
    padding: 0.7em 0;
    margin-top: 2rem;
    border-bottom: 1px solid #999;
    font-size: 0.85rem; }
    @media screen and (max-width: 768px) {
      .reservation-shop-link {
        font-size: 0.8rem;
        margin-top: 1.5rem; } }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333; }

a {
  color: #333;
  text-decoration: none; }

h2 {
  font-size: 1.45rem;
  font-weight: normal;
  letter-spacing: 0.25em; }

h3 {
  font-size: 1.2rem;
  font-weight: normal; }

ul {
  list-style: none; }

button:focus {
  outline: none; }

.flex {
  display: flex; }

.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center; }

.center {
  text-align: center; }

.relative {
  position: relative; }

.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1; }

.pageTop-heading {
  width: 100%; }

.ruby {
  font-size: 0.85rem;
  margin-top: 1rem; }

.moreButton {
  display: inline-block;
  margin-top: 2rem;
  padding: 1em 3em;
  color: #aa3d36;
  border: 1px solid #8f3129;
  font-size: 0.9rem;
  letter-spacing: 0.15em; }
  .moreButton.white {
    color: white;
    border-color: white; }
  .moreButton.matto {
    color: #3d5530;
    border-color: #3d5530; }

.pageIndicator-item {
  display: inline-block;
  width: 2.8rem;
  height: 0.15rem;
  margin-right: 0.3rem;
  background-color: #a63839; }

.pageIndicator.white .pageIndicator-item {
  background-color: white; }

.pageIndicator.matto .pageIndicator-item {
  background-color: #3d5530; }

.errorMessage {
  margin-top: 5rem;
  margin-left: 4rem; }
