@import url("https://fonts.googleapis.com/css2?family=Amiri:ital@1&family=Volkhov&display=swap");

body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

/* 変数 */
body {
  --font-main: "秀英明朝 B", sans-serif;
  --font-en: "Volkhov", serif;
  --font-price: "Amiri", serif;
}

/* スペース */
.space80 {
  margin-top: 80px;
}

/* ページトップへ戻るボタン */
#pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9995;
}
#pageTop span {
  line-height: 1em;
  padding-bottom: 4px;
}
#pageTop a {
  z-index: 9996;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border-radius: 30px;
  background-color: #c8161d;
  color: #fff;
  text-decoration: none;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* PC ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (min-width: 1024px) {
  /* PC時に改行をなくす */
  .br_sp {
    display: none;
  }

  /* ハンバーガーメニューPCで消す */
  .menu-btn {
    display: none !important;
  }
  .menu {
    display: none !important;
  }
  .header-logo-sf {
    display: none !important;
  }

  /* メインフレーム */
  .main-frame {
    margin: 0 auto;
    width: 1100px;
  }

  /* ヘッダー */
  header {
    position: fixed;
    z-index: 9997;
    width: 100%;
    height: auto;
    background-color: antiquewhite;
  }
  .header-area {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    padding: 0 0 5px 0;
    width: 95%;
  }
  .header-logo {
    margin-top: 3px;
    width: 150px;
    height: auto;
  }
  .header-menu-area {
    display: flex;
    flex-wrap: wrap;
  }
  .global-nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    list-style: none;
  }
  .global-nav li {
    margin: 0 25px;
    color: #604c3f;
    font-size: 17px;
    font-family: var(--font-en);
    line-height: 1em;
    transition: 0.5s; /*文字回転ホバー追加*/
  }
  .global-nav .header-menu-link:nth-of-type(-n + 5) {
    border-right: solid 1px #604c3f;
  }
  .global-nav li:hover {
    color: #387d39;
    -webkit-transform: rotateX(360deg); /*文字回転ホバー追加*/
    transform: rotateX(360deg); /*文字回転ホバー追加*/
  }
  .header-menu-link {
    text-decoration: none;
  }
  .header-contact {
    padding: 8px 15px 20px 15px;
    height: 30px;
    border-radius: 0px 0px 5px 5px;
    background-color: #604c3f;
    color: white;
    text-align: center;
    text-decoration: none;
    text-indent: 2px;
    letter-spacing: 2px;
    font-size: 15px;
    font-family: var(--font-main);
    line-height: 1em;
  }
  .header-tel-icon {
    margin-right: -6px;
    vertical-align: -2px;
    font-size: 20px;
  }
  .header-tel {
    color: white;
    text-decoration: none;
    font-size: 22px;
    font-family: var(--font-en);
    line-height: 1.5em;
  }
  .header-link {
    text-decoration: none;
  }

  /*固定ページアイキャッチ----------------------------*/
  .ec-area {
    position: relative;
    margin-bottom: -6px;
  }
  .ec-image {
    width: 100%;
    height: 500px;

    object-fit: cover;
  }
  .ec-title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    text-indent: 0.3em;
    text-shadow: 0 0 30px #333, 0 0 10px #333, 0 0 5px #333;
    letter-spacing: 0.3em;
    font-size: 80px;
    font-family: var(--font-en);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* スライダーSwiperを画面一杯・レシポンシブ対応にする */
  .swiper-container {
    position: relative; /* ← swiper.cssに含まれています */
    z-index: 20; /*自分で追加*/
    height: 100vh; /*追加*/
  }
  .swiper-container:before {
    display: block;
    padding-top: calc(9 / 16 * 100%); /* 縦/横*100の値を書く */
    content: "";
  }
  .swiper-wrapper {
    position: absolute; /* ← swiper.cssと優先順位が干渉するときは工夫してください */
    top: 0;
    left: 0;
  }
  .swiper-wrapper img {
    width: 100%;
    height: 100vh; /*変更*/

    object-fit: cover; /*変更*/
  }

  /* スライダーSwiper  テキストを入れる */
  .slide-area {
    position: relative;
  }
  .slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    text-align: center;
    text-indent: 0.2em;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.2em;
    font-size: 40px;
    font-family: var(--font-main);
    line-height: 1.8em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .swiper-slide-active .slider-title {
    animation: slideTextFade 5s ease 0s 1 normal;
  }
  @keyframes slideTextFade {
    0%,
    25% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .slider-logo {
    margin-bottom: 20px;
    width: 300px !important;
    height: auto !important;
    filter: drop-shadow(8px 8px 8px #000000) !important;
  }
  .slider-text {
    text-indent: 0.5em;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.5em;
    font-size: 20px;
    font-family: var(--font-main);
    line-height: 1.8em;
  }

  /* スライダーバレット色変更 */
  .swiper-pagination-bullet {
    background-color: white;
    opacity: 0.9;
  }
  .swiper-pagination-bullet-active {
    background-color: #c8161d;
  }

  /* スライダー ページ内リンク スクロール */
  .slider-scroll {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 8010;
    display: inline-block;
    width: 80px;
    height: 80px;
    border: solid 1px white;
    border-radius: 50%;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: serif;
    line-height: 80px;

    scroll-behavior: smooth;
  }
  .slider-scroll:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  /* タイトル */
  .title-menu-main-area {
    margin: 70px 0 30px 0;
  }
  .title-tax {
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
  }
  .title-menu-main {
    position: relative;
    margin-bottom: 30px;
    color: #387d39;
    text-align: center;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 40px;
    font-family: var(--font-main);
    line-height: 1em;
  }
  .title-menu-main::after {
    position: absolute;
    top: 90px;
    left: 50%;
    width: 800px;
    height: 100px;
    background-image: url(../img/back-line-course.svg);
    background-repeat: no-repeat;
    content: "　";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* トップページのイメージとインフォ */
  .top-main-back {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
    background-image: url(../img/back-dimare-sepia.png),
      url(../img/back-paper.jpg);
    background-repeat: no-repeat, repeat;
    background-size: 50vw, 50vw;
  }
  .top-info-area {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: 5vw;
    padding: 50px 0;
    text-align: center;
  }
  .top-main-title {
    position: relative;
    margin-top: -70px; /* ページ内リンクずれ解消 */
    margin-bottom: 80px;
    padding-top: 170px; /* ページ内リンクずれ解消 */
    color: #387d39;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: clamp(50px, 3.5vw, 60px);
    font-family: var(--font-main);
  }
  .top-main-title::after {
    position: absolute;
    top: 285px;
    left: 50%;
    display: inline-block;
    width: clamp(800px, 55vw, 900px);
    height: 100px;
    background-image: url(../img/back-line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "　";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top-info-text {
    text-indent: 0.3em;
    letter-spacing: 0.3em;
    font-size: clamp(20px, 1.8vw, 24px);
    line-height: 2em;
  }
  .top-image-area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10%;
    width: 100%;
  }
  .top-image-title {
    z-index: 17;
    margin-bottom: 50px;
    width: 100%;
    font-weight: 600;
    font-size: clamp(45px, 3.2vw, 60px);
    font-family: var(--font-main);
    line-height: 1.2em;
  }
  .top-image-text {
    position: relative;
    z-index: 16;
    padding: 60px 40px 60px 40px;
    width: 40vw;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 18px;
    line-height: 2em;
  }
  .top-image-text::before {
    position: absolute;
    top: 40px;
    left: 50%;
    width: calc(40vw - 15px);
    height: calc((40vw - 15px) / 25);
    background-image: url(../img/back-line2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "　";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top-image-text::after {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: calc(40vw - 15px);
    height: calc((40vw - 15px) / 25);
    background-image: url(../img/back-line3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "　";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top-image-box {
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 15;
    width: 55vw;
    min-width: 400px;
    max-width: 1600px;
    height: 550px;
    background-image: url(../img/top-main-food.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top-image-red {
    color: #c8161d;
  }

  /* トップ テイクアウト */
  .top-to-area {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .takeout-main {
    margin-bottom: 20px;
    width: 100%;
    color: #a48b78;
    text-align: center;
    font-size: 100px;
    font-family: var(--font-en);
  }
  .top-to-img {
    margin-right: 40px;
    width: 450px;
    height: auto;
  }
  .top-to-text-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 610px;
    line-height: 2em;
  }
  .top-to-title {
    color: #387d39;
    font-weight: 200;
    font-size: 30px;
    font-family: var(--font-main);
    line-height: 0.5em;
  }
  .top-to-text {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 19px;
    line-height: 2em;
  }
  .top-to-button {
    margin-top: 20px;
    padding: 0 30px;
    height: 40px;
    border: solid 2px #387d39;
    border-radius: 30px;
    color: #387d39;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
  }
  .top-to-button:hover {
    background-color: #dee2d1;
  }

  /* メニュー */
  .menu-area {
    margin: 0 auto 50px auto;
    width: 550px;
    border-collapse: collapse;
  }
  .menu-subtitle {
    display: inline-block;
    margin: 50px auto 30px auto;
    padding: 8px 0;
    width: 350px;
    border-radius: 50px;
    background-color: #604c3f;
    color: #fff;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    font-size: 22px;
    font-family: var(--font-main);
  }
  .menu-course {
    font-size: 22px;
    line-height: 1.5em;
  }
  .menu-course-price {
    text-align: right;
    font-size: 30px;
    font-family: var(--font-price);
  }
  .menu-note {
    padding: 5px 0 50px 0;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
  }
  .menu-copy {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
  }
  .menu-name {
    padding-bottom: 25px;
    font-size: 22px;
    line-height: 1.5em;
  }
  .menu-pizza-name {
    padding-bottom: 0;
  }
  .menu-price {
    padding-bottom: 25px;
    text-align: right;
    font-size: 30px;
    font-family: var(--font-price);
  }
  .menu-yen {
    font-weight: 600;
    font-size: 18px;
  }
  .menu-board {
    margin-left: 10px;
    color: #c8161d;
    text-align: right;
    font-size: 18px;
    font-family: var(--font-main);
  }
  .menu-size {
    margin-left: 10px;
    font-size: 16px;
  }
  .menu-wine {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
  }
  .menu-tax {
    margin: 50px 0 80px 0;
    text-align: center;
    font-size: 15px;
  }
  .menu-starter {
    padding: 30px 0 50px 0;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
  }

  /* テイクアウト*/
  .takeout-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .takeout-link-text {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .takeout-note {
    margin: 0 auto 80px auto;
    width: 650px;
    line-height: 1.5em;
  }

  /* アクセス */
  .access-area {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0;
    background-image: url(../img/back-paper.jpg);
    background-repeat: repeat;
    font-size: 16px;
  }
  .access-photo {
    margin: 0 auto 50px auto;
    width: 800px;
    height: auto;
  }
  .access-photo-size {
    width: 800px;
    height: auto;
  }
  .access-title {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 1em;
  }
  .access-copy {
    text-indent: 0.5em;
    letter-spacing: 0.5em;
    font-size: 18px;
    line-height: 2em;
  }
  .access-main {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 600;
    font-size: 55px;
    font-family: var(--font-main);
    line-height: 1.2em;
  }
  .access-name-area {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 2em;
  }
  .access-shop-name {
    color: #604c3f;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    font-size: 48px;
    font-family: var(--font-en);
  }
  .access-shop-sub {
    margin-bottom: 20px;
    font-size: 15px;
  }

  /* アクセス ショップデータ */
  .shop-data-area {
    margin: 0 auto 70px auto;
    width: 550px;
    text-align: center;
  }
  .shop-data-title {
    color: #387d39;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    font-size: 36px;
    font-family: var(--font-en);
    line-height: 1em;
  }
  .shop-table {
    margin-top: -20px;
    border-spacing: 10px 25px;
  }
  .shop-data-list {
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #604c3f;
    color: white;
    font-size: 18px;
    line-height: 18px;
  }
  .shop-data {
    text-align: left;
    font-size: 20px;
    line-height: 1.5em;
  }

  /* アクセス マップ設定 */
  .map-area {
    position: relative;
    overflow: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-bottom: 56.25%;
    max-width: none !important;
    height: 0;
  }
  .map-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* アクセス Googleマップ 色変更 PCのみ */
  .map-area iframe,
  .map-area object,
  .map-area embed {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;

    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
  }
  .map-area iframe:hover,
  .map-area object:hover,
  .map-area embed:hover {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);

    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
  }

  /* ブログRSS */
  .blogbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 40px auto;
    width: 100%;
  }
  .blogbox-text-area {
    width: 100%;
    text-align: center;
  }
  .blogbox-title {
    margin-bottom: 20px;
    color: #a48b78;
    font-size: 60px;
    font-family: var(--font-en);
  }
  .blogbox-sub {
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    font-size: 18px;
  }
  .blogbox tr {
    display: block;
    padding: 10px 0 10px 0;
  }
  .blogbox-day {
    color: #604c3f;
    font-size: 21px;
    font-family: var(--font-en);
    line-height: 1em;
  }
  .blogbox-lead {
    padding-left: 20px;
    font-size: 20px;
  }
  .blogbox-no {
    vertical-align: -3px;
  }
  .blogbox a {
    text-decoration: none;
    color: #000;
  }
  .blogbox a:hover {
    color: #c8161d;
  }

  /* バナー */
  .banner-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 80px;
    width: 100%;
  }
  .banner-text {
    width: 100%;
    text-align: center;
  }

  .banner-title {
    margin-bottom: 30px;
    color: #604c3f;
    font-size: 30px;
    font-family: var(--font-main);
    line-height: 1.2em;
  }
  .banner-sub {
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    font-size: 18px;
    line-height: 1.2em;
  }
  .banner-img {
    width: 400px;
    height: auto;
  }
  .banner-img:hover {
    opacity: 0.8;
  }

  /* フッター */
  footer {
    width: 100%;
    height: auto;
    background-color: antiquewhite;
  }
  .footer-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    font-size: 15px;
    font-family: serif;
    line-height: 1.5em;
    width: 100%;
  }
  .footer-logo {
    margin-right: 100px;
    width: 160px;
    height: auto;
  }
  .footer-address {
    margin-right: 40px;
    padding: 0 40px 0 0;
    border-right: solid 1px black;
  }
  .footer-text {
    margin-bottom: 13px;
  }
  .footer-icon {
    margin-right: -1px;
    font-size: 26px;
  }
  .footer-tel {
    color: #604c3f;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 34px;
    font-family: var(--font-en);
  }
  .footer-time {
    letter-spacing: 1px;
  }
  .footer-copy {
    padding: 10px 0px;
    background-color: #604c3f;
    color: white;
    text-align: center;
    font-family: serif;
  }
  .footer-contact-sp {
    display: none;
  }
} /* PC終了 */

/* タブレット ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (min-width: 520px) and (max-width: 1023px) {
  /* PC時に改行をなくす */
  .br_sp {
    display: none;
  }

  /* メインフレーム */
  .main-frame {
    margin: 0 auto;
    width: 95vw; /*変更*/
  }

  /* スマホ時にグローバルメニューを消す  */
  .header-area {
    display: none !important;
  }

  /* ヘッダー */
  header {
    position: fixed;
    z-index: 9997;
    display: flex; /*追加*/
    justify-content: space-between; /*追加*/
    padding: 5px 20px; /*追加*/
    width: 100%; /*変更*/
    height: auto;
    background-color: antiquewhite;
  }
  .header-logo-sf {
    width: 100px; /*変更*/
    height: auto;
  }

  /* ハンバーガーメニュー */
  .menu-btn {
    position: fixed;
    top: 10px; /*変更*/
    right: 10px; /*変更*/
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px; /*変更*/
    height: 30px; /*変更*/
    background: #604c3f;
    color: #fff;
    font-size: 14px;
  }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
  }
  .menu__item {
    box-sizing: border-box;
    padding: 0.5em 1em;
    width: 100%;
    height: auto;
    color: #604c3f;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: var(--font-en); /*追加*/
    line-height: 2em;
  }
  /* アニメーション前のメニューの状態 */
  .menu {
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0.5);
    transform-origin: center;
    pointer-events: none;
  }
  /* アニメーション後のメニューの状態 */
  .menu.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }

  /*固定ページアイキャッチ----------------------------*/
  .ec-area {
    position: relative;
    margin-bottom: -6px;
  }
  .ec-image {
    width: 100%;
    height: 30vh; /*変更*/
    min-height: 300px; /*追加*/
    object-fit: cover;
  }
  .ec-title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    text-indent: 0.3em;
    text-shadow: 0 0 30px #333, 0 0 10px #333, 0 0 5px #333;
    letter-spacing: 0.3em;
    font-size: 70px; /*変更*/
    font-family: var(--font-en);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* スライダーSwiperを画面一杯・レシポンシブ対応にする */
  .swiper-container {
    position: relative; /* ← swiper.cssに含まれています */
    z-index: 20; /*自分で追加*/
    height: 50vh; /*変更*/
  }
  .swiper-container:before {
    display: block;
    padding-top: calc(9 / 16 * 100%); /* 縦/横*100の値を書く */
    content: "";
  }
  .swiper-wrapper {
    position: absolute; /* ← swiper.cssと優先順位が干渉するときは工夫してください */
    top: 0;
    left: 0;
  }
  .swiper-wrapper img {
    width: 100%;
    height: 50vh; /*変更*/

    object-fit: cover; /*変更*/
  }

  /* スライダーSwiper  テキストを入れる */
  .slide-area {
    position: relative;
  }
  .slider-title {
    width: 100vw; /*追加*/
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    text-align: center;
    text-indent: 0.2em;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.2em;
    font-size: 32px; /*変更*/
    font-family: var(--font-main);
    line-height: 1.8em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .swiper-slide-active .slider-title {
    animation: slideTextFade 5s ease 0s 1 normal;
  }
  @keyframes slideTextFade {
    0%,
    25% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .slider-logo {
    margin-bottom: 20px;
    width: 280px !important; /*変更*/
    height: auto !important;
    filter: drop-shadow(8px 8px 8px #000000) !important;
  }
  .slider-text {
    text-indent: 0.5em;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.5em;
    font-size: 18px; /*変更*/
    font-family: var(--font-main);
    line-height: 1.8em;
  }

  /* スライダーバレット色変更 */
  .swiper-pagination-bullet {
    background-color: white;
    opacity: 0.9;
  }
  .swiper-pagination-bullet-active {
    background-color: #c8161d;
  }

  /* スライダー ページ内リンク スクロール */
  .slider-scroll {
    display: none;
  }

  /* タイトル */
  .title-menu-main-area {
    margin: 70px 0 30px 0;
  }
  .title-tax {
    text-align: center;
    font-size: 20px;
    line-height: 1.5em;
  }
  .title-menu-main {
    position: relative;
    margin-bottom: 30px;
    color: #387d39;
    text-align: center;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 40px;
    font-family: var(--font-main);
    line-height: 1em;
  }
  .title-menu-main::after {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 650px; /*変更*/
    height: 80px; /*変更*/
    background-image: url(../img/back-line-course.svg);
    background-repeat: no-repeat;
    content: "　";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* トップページのイメージとインフォ */
  .top-main-back {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px; /*変更*/
    background-image: url(../img/back-dimare-sepia.png),
      url(../img/back-paper.jpg);
    background-repeat: no-repeat, repeat;
    background-size: 55vw, 55vw; /*変更*/
  }
  .top-info-area {
    margin-bottom: 40px; /*変更*/
    margin-left: auto;
    margin-right: 3vw; /*変更*/
    padding: 30px 0; /*変更*/
    text-align: center;
  }
  .top-main-title {
    position: relative;
    margin-bottom: 60px; /*変更*/
    color: #387d39;
    text-indent: 0.1em; /*変更*/
    letter-spacing: 0.1em; /*変更*/
    font-weight: 600;
    font-size: clamp(35px, 2.8vw, 45px); /*変更*/
    font-family: var(--font-main);
  }
  .top-main-title::after {
    position: absolute;
    top: 100px; /*変更*/
    left: 50%;
    display: inline-block;
    width: clamp(500px, 45vw, 700px); /*変更*/
    height: 100px;
    background-image: url(../img/back-line.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: "　";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top-info-text {
    text-indent: 0.1em; /*変更*/
    letter-spacing: 0.1em; /*変更*/
    font-size: clamp(17px, 1.5vw, 22px); /*変更*/
    line-height: 2em;
  }
  .top-image-area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: 3vw; /*変更*/
    width: 100%;
  }
  .top-image-title {
    z-index: 17;
    width: 100%;
    font-weight: 600;
    font-size: clamp(36px, 2.8vw, 50px); /*変更*/
    font-family: var(--font-main);
    line-height: 1.2em;
  }
  .top-image-text {
    position: relative;
    z-index: 16;
    padding: 30px 15px 25px 15px; /*変更*/
    width: 50vw;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 15px; /*変更*/
    line-height: 1.8em; /*変更*/
  }
  .top-image-text::before {
    position: absolute;
    top: 25px; /*変更*/
    left: 50%;
    width: calc(50vw - 10px); /*変更*/
    height: calc((50vw - 10px) / 25); /*変更*/
    background-image: url(../img/back-line2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "　";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top-image-text::after {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: calc(50vw - 10px); /*変更*/
    height: calc((50vw - 10px) / 25); /*変更*/
    background-image: url(../img/back-line3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "　";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top-image-box {
    position: absolute;
    top: 0; /*変更*/
    right: 0;
    z-index: 15;
    width: 50vw;
    min-width: 300px; /*変更*/
    max-width: 700px; /*変更*/
    height: 400px; /*変更*/
    background-image: url(../img/top-main-food.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top-image-red {
    color: #c8161d;
  }

  /* トップ テイクアウト */
  .top-to-area {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 30px;
  }
  .takeout-main {
    width: 100%;
    color: #a48b78;
    text-align: center;
    font-size: 70px; /*変更*/
    font-family: var(--font-en);
  }
  .top-to-img {
    width: 360px; /*変更*/
    height: 260px; /*変更*/
    object-fit: cover; /*追加*/
  }
  .top-to-text-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 400px);
    line-height: 2em;
  }
  .top-to-title {
    color: #387d39;
    font-weight: 200;
    font-size: 22px; /*変更*/
    font-family: var(--font-main);
    line-height: 1em;
    margin: 0; /*変更*/
  }
  .top-to-text {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 16px; /*変更*/
    line-height: 2em;
  }
  .top-to-button {
    margin-top: 0; /*変更*/
    padding: 0 30px;
    height: 40px;
    border: solid 2px #387d39;
    border-radius: 30px;
    color: #387d39;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
  }
  .top-to-button:hover {
    background-color: #dee2d1;
  }

  /* メニュー */
  .menu-area {
    margin: 0 auto 50px auto;
    width: 550px;
    border-collapse: collapse;
  }
  .menu-subtitle {
    display: inline-block;
    margin: 50px auto 30px auto;
    padding: 8px 0;
    width: 350px;
    border-radius: 50px;
    background-color: #604c3f;
    color: #fff;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
    font-size: 22px;
    font-family: var(--font-main);
  }
  .menu-course {
    font-size: 22px;
    line-height: 1.5em;
  }
  .menu-course-price {
    text-align: right;
    font-size: 30px;
    font-family: var(--font-price);
  }
  .menu-note {
    padding: 5px 0 50px 0;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
  }
  .menu-copy {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
  }
  .menu-name {
    padding-bottom: 25px;
    font-size: 22px;
    line-height: 1.5em;
  }
  .menu-pizza-name {
    padding-bottom: 0;
  }
  .menu-price {
    padding-bottom: 25px;
    text-align: right;
    font-size: 30px;
    font-family: var(--font-price);
  }
  .menu-yen {
    font-weight: 600;
    font-size: 18px;
  }
  .menu-board {
    margin-left: 10px;
    color: #c8161d;
    text-align: right;
    font-size: 18px;
    font-family: var(--font-main);
  }
  .menu-size {
    margin-left: 10px;
    font-size: 16px;
  }
  .menu-wine {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
  }
  .menu-tax {
    margin: 50px 0 80px 0;
    text-align: center;
    font-size: 15px;
  }
  .menu-starter {
    padding: 30px 0 50px 0;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
  }

  /* テイクアウト*/
  .takeout-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .takeout-link-text {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .takeout-note {
    margin: 0 auto 80px auto;
    width: 650px;
    line-height: 1.5em;
  }

  /* アクセス */
  .access-area {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0;
    background-image: url(../img/back-paper.jpg);
    background-repeat: repeat;
    font-size: 16px;
  }
  .access-photo {
    margin: 0 auto 50px auto;
    width: 80vw; /*変更*/
    height: auto;
  }
  .access-photo-size {
    width: 80vw; /*変更*/
    height: auto;
  }
  .access-title {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 3vw; /*変更*/
    line-height: 1em;
  }
  .access-copy {
    text-indent: 0.5em;
    letter-spacing: 0.5em;
    font-size: 17px;
    line-height: 2em;
  }
  .access-main {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 600;
    font-size: 5.5vw; /*変更*/
    font-family: var(--font-main);
    line-height: 1.2em;
  }
  .access-name-area {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 2em;
  }
  .access-shop-name {
    color: #604c3f;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    font-size: 48px;
    font-family: var(--font-en);
  }
  .access-shop-sub {
    margin-bottom: 20px;
    font-size: 15px;
  }

  /* アクセス ショップデータ */
  .shop-data-area {
    margin: 0 auto 70px auto;
    width: 550px;
    text-align: center;
  }
  .shop-data-title {
    color: #387d39;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    font-size: 36px;
    font-family: var(--font-en);
    line-height: 1em;
  }
  .shop-table {
    margin-top: -20px;
    border-spacing: 10px 25px;
  }
  .shop-data-list {
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #604c3f;
    color: white;
    font-size: 18px;
    line-height: 18px;
  }
  .shop-data {
    text-align: left;
    font-size: 20px;
    line-height: 1.5em;
  }

  /* アクセス マップ設定 */
  .map-area {
    position: relative;
    overflow: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-bottom: 56.25%;
    max-width: none !important;
    height: 0;
  }
  .map-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* アクセス Googleマップ 色変更 PCのみ */
  .map-area iframe,
  .map-area object,
  .map-area embed {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;

    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
  }
  .map-area iframe:hover,
  .map-area object:hover,
  .map-area embed:hover {
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);

    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
  }

  /* ブログRSS */
  .blogbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 40px auto; /*変更*/
    width: 100%;
  }
  .blogbox-text-area {
    width: 100%;
    text-align: center;
  }
  .blogbox-title {
    margin-bottom: 20px;
    color: #a48b78;
    font-size: 50px; /*変更*/
    font-family: var(--font-en);
  }
  .blogbox-sub {
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    font-size: 18px;
  }
  .blogbox tr {
    display: block;
    padding: 10px 0 10px 0;
  }
  .blogbox-day {
    color: #604c3f;
    font-size: 21px;
    font-family: var(--font-en);
    line-height: 1em;
  }
  .blogbox-lead {
    padding-left: 20px;
    font-size: 20px;
  }
  .blogbox-no {
    vertical-align: -3px;
  }
  .blogbox a {
    text-decoration: none;
    color: #000;
  }
  .blogbox a:hover {
    color: #c8161d;
  }

  /* バナー */
  .banner-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px; /*変更*/
    margin-bottom: 80px;
    width: 100%;
  }
  .banner-text {
    width: 100%;
    text-align: center;
  }

  .banner-title {
    margin-bottom: 30px;
    color: #604c3f;
    font-size: 30px;
    font-family: var(--font-main);
    line-height: 1.2em;
  }
  .banner-sub {
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    font-size: 18px;
    line-height: 1.2em;
  }
  .banner-img {
    width: 300px; /*変更*/
    height: auto;
  }
  .banner-img:hover {
    opacity: 0.8;
  }

  /* フッター */
  footer {
    width: 100%;
    height: auto;
    background-color: antiquewhite;
  }
  .footer-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
    font-size: 15px;
    font-family: serif;
    line-height: 1.5em;
  }
  .footer-logo {
    margin-bottom: 20px; /*追加*/
    width: 160px;
    height: auto;
    /* margin-right: 100px; */
  }
  .footer-address {
    width: 100%;
    text-align: center;
  }
  .footer-text {
    margin-bottom: 13px;
  }
  .footer-icon {
    margin-right: 3px;
    vertical-align: 2px;
    font-size: 22px;
  }
  .footer-tel {
    color: #604c3f;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 34px;
    font-family: var(--font-en);
  }
  .footer-time {
    margin-top: 10px; /*追加*/
    text-align: center; /*追加*/
  }
  .footer-copy {
    padding: 10px 0px;
    background-color: #604c3f;
    color: white;
    text-align: center;
    font-family: serif;
    font-size: 14px; /*追加*/
  }
  .footer-contact-sp {
    margin: 0 auto;
    margin: 10px auto 15px auto;
    padding: 3px 10px;
    width: 150px;
    border-radius: 5px;
    background-color: #604c3f;
    color: white;
    font-weight: 600;
    font-size: 15px;
  }
} /* タブレット終了 */

/* スマホ ●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●● */
@media screen and (max-width: 519px) {
  /* メインフレーム */
  .main-frame {
    margin: 0 auto;
    width: 90%; /*変更*/
  }

  /* スマホ時に改行をなくす */
  .br_pc {
    display: none;
  }

  /* スマホ時にグローバルメニューを消す  */
  .header-area {
    display: none !important;
  }

  /* ヘッダー */
  header {
    position: fixed;
    z-index: 9997;
    display: flex; /*追加*/
    justify-content: space-between; /*追加*/
    padding: 5px 20px; /*追加*/
    width: 100%; /*変更*/
    height: auto;
    background-color: antiquewhite;
  }
  .header-logo-sf {
    width: 100px; /*変更*/
    height: auto;
  }

  /* ハンバーガーメニュー */
  .menu-btn {
    position: fixed;
    top: 10px; /*変更*/
    right: 10px; /*変更*/
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px; /*変更*/
    height: 30px; /*変更*/
    background: #604c3f;
    color: #fff;
    font-size: 14px;
  }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
  }
  .menu__item {
    box-sizing: border-box;
    padding: 0.5em 1em;
    width: 100%;
    height: auto;
    color: #604c3f;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: var(--font-en); /*追加*/
    line-height: 2em;
  }
  /* アニメーション前のメニューの状態 */
  .menu {
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0.5);
    transform-origin: center;
    pointer-events: none;
  }
  /* アニメーション後のメニューの状態 */
  .menu.is-active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }

  /*固定ページアイキャッチ----------------------------*/
  .ec-area {
    position: relative;
    margin-bottom: -6px;
  }
  .ec-image {
    width: 100%;
    height: 200px; /*変更*/

    object-fit: cover;
  }
  .ec-title {
    position: absolute;
    top: 60%; /*変更*/
    left: 50%;
    width: 100%; /*追加*/
    color: white;
    text-align: center; /*追加*/
    text-indent: 0.3em;
    text-shadow: 0 0 30px #333, 0 0 10px #333, 0 0 5px #333;
    letter-spacing: 0.3em;
    font-size: 30px; /*変更*/
    font-family: var(--font-en);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* スライダーSwiperを画面一杯・レシポンシブ対応にする */
  .swiper-container {
    position: relative; /* ← swiper.cssに含まれています */
    z-index: 20; /*自分で追加*/
    height: 380px; /*追加*/
  }
  .swiper-container:before {
    display: block;
    padding-top: calc(9 / 16 * 100%); /* 縦/横*100の値を書く */
    content: "";
  }
  .swiper-wrapper {
    position: absolute; /* ← swiper.cssと優先順位が干渉するときは工夫してください */
    top: 0;
    left: 0;
  }
  .swiper-wrapper img {
    width: 150%; /*変更*/
    height: auto;
  }

  /* スライダーSwiper  テキストを入れる */
  .slide-area {
    position: relative;
  }
  .slider-title {
    position: absolute;
    top: 50%; /*変更*/
    left: 50%;
    width: 300px; /*追加*/
    color: white;
    text-align: center;
    text-indent: 0.1em; /*変更*/
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.1em; /*変更*/
    font-size: 20px; /*変更*/
    font-family: var(--font-main);
    line-height: 1.5em; /*変更*/
    -webkit-transform: translate(-50%, -50%); /*変更*/
    -ms-transform: translate(-50%, -50%); /*変更*/
    transform: translate(-50%, -50%); /*変更*/
  }
  .swiper-slide-active .slider-title {
    animation: slideTextFade 5s ease 0s 1 normal;
  }
  @keyframes slideTextFade {
    0%,
    25% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .slider-logo {
    margin-bottom: 15px; /*変更*/
    width: 200px !important; /*変更*/
    height: auto !important;
    filter: drop-shadow(8px 8px 8px #000000) !important;
  }
  .slider-text {
    text-indent: 0.1em; /*変更*/
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.1em; /*変更*/
    font-size: 17px; /*変更*/
    font-family: var(--font-main);
    line-height: 1.5em; /*変更*/
  }

  /* スライダーバレット色変更 */
  .swiper-pagination-bullet {
    background-color: white;
    opacity: 0.9;
  }
  .swiper-pagination-bullet-active {
    background-color: #c8161d;
  }

  /* スマホ時に左右の矢印を消す */
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  /* スライダー ページ内リンク スクロール */
  .slider-scroll {
    display: none;
  }

  /* タイトル */
  .title-menu-main-area {
    margin: 50px 0 0 0;
  }
  .title-tax {
    text-align: center;
    font-size: 15px; /*変更*/
    line-height: 1.5em;
  }
  .title-menu-main {
    position: relative;
    margin-bottom: 30px; /*変更*/
    color: #387d39;
    text-align: center;
    text-indent: 0.1em; /*変更*/
    letter-spacing: 0.1em; /*変更*/
    font-weight: 600;
    font-size: 24px; /*変更*/
    font-family: var(--font-main);
    line-height: 1em;
  }
  .title-menu-main::after {
    position: absolute;
    top: 40px; /*変更*/
    left: 50%;
    width: 90vw; /*変更*/
    height: 30px; /*変更*/
    background-image: url(../img/back-line-course-sp.svg);
    background-repeat: no-repeat;
    content: "　";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* トップページのイメージとインフォ */
  .top-main-back {
    display: flex;
    flex-wrap: wrap;
    padding-top: 140px; /*追加*/
    padding-bottom: 40px; /*変更*/
    background-image: url(../img/back-dimare-sepia.png),
      url(../img/back-paper.jpg);
    background-size: 100%; /*追加*/
    background-repeat: no-repeat, repeat;
  }
  .top-info-area {
    margin-top: 20px; /*追加*/
    margin-bottom: -20px; /*変更*/
    /* margin-left: 35%; */
    padding: 50px 0;
    text-align: center;
  }
  .top-main-title {
    position: relative;
    margin-bottom: 50px;
    color: #387d39;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 32px; /*変更*/
    font-family: var(--font-main);
  }
  .top-main-title::after {
    position: absolute;
    top: 90px; /*変更*/
    left: 50%; /*変更*/
    display: inline-block;
    width: 300px; /*変更*/
    height: 32px; /*変更*/
    background-image: url(../img/back-line-sp.svg);
    background-repeat: no-repeat;
    content: "　";
    -webkit-transform: translate(-50%, -50%); /*変更*/
    -ms-transform: translate(-50%, -50%); /*変更*/
    transform: translate(-50%, -50%); /*変更*/
  }
  .top-info-text {
    margin: 0 auto;
    width: 90%; /*変更*/
    text-align: justify; /*追加*/
    text-justify: inter-ideograph; /*追加*/
    letter-spacing: 0.2em; /*変更*/
    font-size: 17px; /*変更*/
    line-height: 1.5em; /*変更*/
  }
  .top-image-area {
    position: relative;
    /* margin-left: 10%; */
    display: flex;
    flex-wrap: wrap;
  }
  .top-image-title {
    z-index: 17;
    margin-bottom: 210px; /*変更*/
    margin-left: 20px;
    font-weight: 600;
    font-size: 30px; /*変更*/
    font-family: var(--font-main);
    line-height: 1.2em;
  }
  .top-image-text {
    position: relative;
    z-index: 16;
    margin-left: 20px; /*追加*/
    padding: 40px 20px 40px 20px; /*変更*/
    width: 75%; /*変更*/
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 14px; /*変更*/
    line-height: 2em;
  }
  .top-image-text::before {
    position: absolute;
    top: 35px; /*変更*/
    left: 50%;
    width: 90%; /*変更*/
    height: auto;
    background-image: url(../img/back-line2-sp.svg);
    background-repeat: no-repeat;
    content: "　";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top-image-text::after {
    position: absolute;
    bottom: -10px; /*変更*/
    left: 50%;
    width: 90%; /*変更*/
    height: auto;
    background-image: url(../img/back-line3-sp.svg);
    background-repeat: no-repeat;
    content: "　";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .top-image-box {
    position: absolute;
    top: 140px; /*変更*/
    right: 0; /*変更*/
    z-index: 15;
    min-width: 80%; /*変更*/
    max-width: 70%; /*変更*/
    height: 220px; /*変更*/
    background-image: url(../img/top-main-food.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top-image-red {
    color: #c8161d;
  }

  /* トップ テイクアウト */
  .top-to-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /*追加*/
    margin-top: 40px; /*変更*/
    margin-bottom: 40px; /*変更*/
  }
  .takeout-main {
    margin-bottom: 20px;
    width: 100%;
    color: #a48b78;
    text-align: center;
    font-size: 50px;
    font-family: var(--font-en);
    line-height: 0.8em;
  }
  .top-to-img {
    width: 300px; /*変更*/
    height: 180px; /*変更*/
  }
  .top-to-text-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%; /*変更*/
    line-height: 2em;
  }
  .top-to-title {
    color: #387d39;
    text-align: center; /*追加*/
    font-weight: 200;
    font-size: 26px; /*変更*/
    font-family: var(--font-main);
    line-height: 1.2em; /*変更*/
  }
  .top-to-text {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 16px; /*追加*/
    line-height: 2em; /*追加*/
  }
  .top-to-button {
    margin-top: 20px;
    padding: 0 30px;
    height: 40px;
    border: solid 2px #387d39;
    border-radius: 30px;
    color: #387d39;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
  }
  .top-to-button:hover {
    background-color: #dee2d1;
  }

  /* メニュー */
  .menu-area {
    margin: 0 auto; /*変更*/
    width: 100%; /*変更*/
    border-collapse: collapse;
  }
  .menu-subtitle {
    display: inline-block;
    margin: 40px auto 30px auto; /*変更*/
    padding: 8px 0;
    width: 85%; /*変更*/
    border-radius: 50px;
    background-color: #604c3f;
    color: #fff;
    text-indent: 0.05em; /*変更*/
    letter-spacing: 0.05em; /*変更*/
    font-size: 18px; /*変更*/
    font-family: var(--font-main);
  }
  .menu-course {
    font-size: 22px;
    line-height: 1.5em;
  }
  .menu-course-price {
    text-align: right;
    font-size: 26px; /*変更*/
    font-family: var(--font-price);
  }
  .menu-note {
    padding: 5px 0 40px 0; /*変更*/
    text-align: left;
    font-weight: 400;
    font-size: 15px; /*変更*/
    line-height: 1.2em; /*変更*/
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .menu-copy {
    text-align: left;
    font-weight: 400;
    font-size: 15px; /*変更*/
    line-height: 1.2em; /*変更*/
  }
  .menu-name {
    padding-bottom: 25px;
    font-size: 17px; /*変更*/
    line-height: 1.2em; /*変更*/
  }
  .menu-price {
    padding-bottom: 25px;
    text-align: right;
    font-size: 26px; /*変更*/
    font-family: var(--font-price);
  }
  .menu-yen {
    font-weight: 600;
    font-size: 16px; /*変更*/
  }
  .menu-board {
    margin-left: 5px; /*変更*/
    color: #c8161d;
    text-align: right;
    font-size: 15px; /*変更*/
    font-family: var(--font-main);
  }
  .menu-size {
    margin-left: 5px;
    font-size: 16px;
  }
  .menu-pizza-name {
    padding-bottom: 0;
  }
  .menu-wine {
    text-align: center;
    font-weight: 400;
    font-size: 18px; /*変更*/
    line-height: 1.5em;
  }
  .menu-tax {
    margin: 50px 0 80px 0;
    text-align: center;
    font-size: 15px;
  }
  .menu-starter {
    padding: 30px 0 50px 0;
    text-align: center;
    font-weight: 400;
    font-size: 20px; /*変更*/
  }

  /* テイクアウト */
  .takeout-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .takeout-link-text {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 17px; /*変更*/
    line-height: 1.5em; /*追加*/
  }
  .takeout-note {
    margin: 0 auto 50px -10px; /*変更*/
    width: 100%; /*変更*/
    line-height: 1.5em;
  }

  /* アクセス */
  .access-area {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0; /*変更*/
    background-image: url(../img/back-paper.jpg);
    background-repeat: repeat;
    font-size: 16px;
  }
  .access-photo {
    margin: 0 auto 40px auto;
    width: 100%;
    height: auto;
  }
  .access-photo-size {
    max-width: 100%;
  }
  .access-title {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 24px; /*変更*/
    line-height: 1.5em; /*変更*/
  }
  .access-copy {
    text-indent: 0.1em; /*変更*/
    letter-spacing: 0.1em; /*変更*/
    font-size: 15px; /*変更*/
    line-height: 2em;
  }
  .access-main {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-weight: 600;
    font-size: 30px; /*変更*/
    font-family: var(--font-main);
    line-height: 1.2em;
  }
  .access-name-area {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.5em; /*変更*/
  }
  .access-shop-name {
    color: #604c3f;
    text-indent: 0.1em; /*変更*/
    letter-spacing: 0.1em; /*変更*/
    font-size: 44px; /*変更*/
    font-family: var(--font-en);
    line-height: 1.1em; /*追加*/
  }
  .access-shop-sub {
    margin-bottom: 20px;
    font-size: 15px;
  }

  /* アクセス ショップデータ */
  .shop-data-area {
    margin: 0 auto 40px auto; /*変更*/
    width: 100%; /*変更*/
    text-align: center;
  }
  .shop-data-title {
    color: #387d39;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    font-size: 30px; /*変更*/
    font-family: var(--font-en);
    line-height: 1em;
  }
  .shop-table {
    margin-top: -40px; /*変更*/
    border-spacing: 10px 15px; /*変更*/
  }
  .shop-data-list {
    padding: 5px 0; /*変更*/
    width: 65px; /*追加*/
    border-radius: 5px;
    background-color: #604c3f;
    color: white;
    font-size: 15px; /*変更*/
    line-height: 18px;
  }
  .shop-data {
    text-align: left;
    font-size: 17px; /*変更*/
    line-height: 1.5em;
  }

  /* アクセス マップ設定 */
  .map-area {
    position: relative;
    overflow: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-bottom: 56.25%;
    max-width: none !important;
    height: 250px; /*変更*/
  }
  .map-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* ブログRSS */
  .blogbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 30px auto; /*変更*/
    width: 100%;
  }
  .blogbox-text-area {
    width: 100%;
    text-align: center;
  }
  .blogbox-title {
    margin-bottom: 10px; /*変更*/
    color: #a48b78;
    font-size: 30px; /*変更*/
    font-family: var(--font-en);
  }
  .blogbox-sub {
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    font-size: 17px;
  }
  .blogbox table {
    width: 100%;
  }
  .blogbox tr {
    display: block;
    padding: 10px 0 10px 0;
  }
  .blogbox-day {
    color: #604c3f;
    font-size: 18px; /*変更*/
    font-family: var(--font-en);
    line-height: 1em;
  }
  .blogbox-lead {
    padding-left: 15px; /*変更*/
    padding-right: 0; /*変更*/
    font-size: 17px; /*変更*/
  }
  .blogbox-no {
    vertical-align: -3px;
  }
  .blogbox a {
    text-decoration: none;
    color: #000;
  }
  .blogbox a:hover {
    color: #c8161d;
  }

  /* バナー */
  .banner-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
  }
  .banner-text {
    width: 100%;
    text-align: center;
  }
  .banner-title {
    margin-bottom: 30px;
    color: #604c3f;
    font-size: 24px; /*変更*/
    font-family: var(--font-main);
    line-height: 1.2em;
  }
  .banner-sub {
    margin-bottom: 30px;
    letter-spacing: 0.1em; /*変更*/
    font-size: 17px;
    line-height: 1.2em;
  }
  .banner-img {
    width: 300px; /*変更*/
    height: auto;
  }
  .banner-img:hover {
    opacity: 0.8;
  }

  /* フッター */
  footer {
    width: 100%;
    height: auto;
    background-color: antiquewhite;
  }
  .footer-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
    font-size: 15px;
    font-family: serif;
    line-height: 1.5em;
  }
  .footer-logo {
    margin-bottom: 20px; /*追加*/
    width: 160px;
    height: auto;
    /* margin-right: 100px; */
  }
  .footer-address {
    text-align: center;
  }
  .footer-text {
    margin-bottom: 13px;
  }
  .footer-icon {
    margin-right: 3px;
    vertical-align: 2px;
    font-size: 22px;
  }
  .footer-tel {
    color: #604c3f;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-size: 34px;
    font-family: var(--font-en);
  }
  .footer-time {
    margin-top: 10px; /*追加*/
    text-align: center; /*追加*/
  }
  .footer-copy {
    padding: 10px 0px;
    background-color: #604c3f;
    color: white;
    text-align: center;
    font-family: serif;
    font-size: 14px; /*追加*/
  }
  .footer-contact-sp {
    margin: 0 auto;
    margin: 10px auto 15px auto;
    padding: 3px 10px;
    width: 150px;
    border-radius: 5px;
    background-color: #604c3f;
    color: white;
    font-weight: 600;
    font-size: 15px;
  }
} /* スマホ終了 */

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?679oxg");
  src: url("../fonts/iconfont.eot?679oxg#iefix") format("embedded-opentype"),
    url("../fonts/iconfont.ttf?679oxg") format("truetype"),
    url("../fonts/iconfont.woff?679oxg") format("woff"),
    url("../fonts/iconfont.svg?679oxg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-home:before {
  content: "\f015";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-phone:before {
  content: "\f095";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send:before {
  content: "\f1d8";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-telegram:before {
  content: "\f2c6";
}
