@charset "utf-8";

/* ========= モバイル版コンテナ全体設定ここから ========= */

.mobile-container {
    background-image: url(../image/About/black-linen-1920x1080.png);
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
}

h2 {
    margin: 0 auto -8%;
    font-family: "ab-appare", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #192346;
    font-size: clamp(1.625rem, 0.063rem + 7.813vw, 3.813rem);
}

/* ========= モバイル版コンテナ全体設定ここまで ========= */

/* ========= ファーストビューここから ========= */
#first-view{
    position: relative;
    height: calc(100vh - 76px)
  }

.first-view-container {
    position: absolute;
    width: 100%;
    height: calc(100vh - 76px);
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    z-index: 99;
    width: 50%;
}


  .first-view-slider li {
    height: calc(100vh - 76px);
  }

  .first-view-item01 {
    background-image: url(../image/FirstView/heroimage1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

  .first-view-item02 {
    background-image: url(../image/FirstView/heroimage2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

  .first-view-item03 {
    background-image: url(../image/FirstView/heroimage3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

  .first-view-item04 {
    background-image: url(../image/FirstView/heroimage4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .first-view-item05 {
    background-image: url(../image/FirstView/heroimage5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

    .first-view-item06 {
        background-image: url(../image/FirstView/heroimage6.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        }

/* ========= ファーストビューここまで ========= */

/* ========= アバウトここから ========= */
.about-title{
    text-align: center;
    width: 100%;
    text-align: center;
    width: 100%;
    margin: 20% 0 -5%;
}

.about-container-inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
}  
.about-title h2{
    color: #DFC068;
}
.about-title img{
    width: clamp(9.563rem, -0.036rem + 47.991vw, 23rem);
    margin-right: clamp(0.813rem, 0.009rem + 4.018vw, 1.938rem);
}
.about-title h2{
    color: #DFC068;
}

.about-container{
    background-image: 
    url(../image/About/line-img.svg);
    background-repeat: no-repeat;
    background-position: left 20% top 20%;
    background-size: 170%;
    overflow: hidden;
}

.about-item {
    margin:15% 0 60%;
}

.about-item-catch{
    width: 75%;
    margin: 0 0 40%;
    aspect-ratio: 2/ 4;
    position: relative;
}

.about-item-catch > p{
    color: #fff;
    font-family: "ab-appare", sans-serif;
    font-weight: 400;
    writing-mode: vertical-rl;
    position: absolute;
    font-size: clamp(1.625rem, -0.25rem + 9.38vw, 4.25rem);
	text-indent: -6%;
	left: clamp(4.375rem, 0.223rem + 20.76vw, 10.188rem);
	bottom: clamp(1.063rem, 0.304rem + 3.79vw, 2.125rem);
}

.about-item-catch > p span{
    color: #192346;
}

.about-item-catch img{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.about-item-concept {
    display: grid;
    width: 100%;
}

.about-item-concept-right {
    grid-column-start: 2;
    grid-column-end: 4;
}

.about-item-concept-left {
    grid-column-start: 1;
    grid-column-end: 3;
}

.concept-list {
    background-color: #FBF5DB;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    aspect-ratio: 1/ 1;
}

.concept-list-number {
    position: absolute;
    top: 19%;
    /* right: clamp(3.438rem, 0.089rem + 16.741vw, 8.125rem); */
    right: clamp(5.188rem, 0.589rem + 22.991vw, 11.625rem);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.concept-number-text {
    font-family: "ab-appare", sans-serif;
    font-size: clamp(1rem, 0.018rem + 4.911vw, 2.375rem);
    letter-spacing: -3px;
    color: #192346;
}

.concept-number-text span {
    line-height: 85%;
    font-size: clamp(2.813rem, 0.000rem + 14.063vw, 6.75rem);
    letter-spacing: 0px;
}

/* .concept-list-number img {
    width: 70%;
} */

.concept-list-image {
    width: 43%;
    position: absolute;
    top: 5%;
    right: 3%;
}

.concept-list-text {
	font-size: clamp(0.688rem, -0.027rem + 3.571vw, 1.688rem);
    font-weight: bold;
    line-height: 130%;
    padding-top: 58%;
    color: #192346;
}

.about-cloud {
    position: absolute;
    width: 40%;
}

.about-cloud01 {
    bottom: 26%;
    left: 88%;
}

.about-cloud02 {
    transform: scale(-1, 1);
    bottom: -6%;
    left: -28%;
}

/*==================================================
じわっ
===================================*/

/* ぼかしから出現 */
.blur {
    animation-name:blurAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
  }
  
  @keyframes blurAnime{
    from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
    }
  
    to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
    }
  }
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .about-item-catch {
      opacity: 0;
  }
  

/*==================================================
ふわっ
===================================*/ 
.box{
    opacity: 0;
}

.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
        
@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(50px);
}

    to {
    opacity: 1;
    transform: translateY(0);
}
}

/* ========= アバウトここまで ========= */

/* ========= メニューここから ========= */

.menu-container {
    max-width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #ffffff;
}

.menu-title {
    width: 100%;
    text-align: center;
    margin-bottom: 15%;
}

.menu-title > h2 {
    color: #dfc068;
    padding-left: 7vmin;
}

.menu-title > img {
    width: 100%
}

.menu-food-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30%;   
}

h3 {
    font-family: 'ab-appare',sans-serif;
    font-weight: 400;
    font-size: clamp(1.875rem, 0.536rem + 6.696vw, 3.75rem);
    margin-bottom: 5%;
}

.card-container > h3 {
    margin-bottom: 10%;
}

.kerning {
    margin-left: -17px;
    margin-right: -5px;
}

h4 {
    font-family: 'ab-appare',sans-serif;
    font-weight: 400;
    font-size: clamp(26px, 3.143px + 7.143vw, 58px);
    color: #192346;
    margin-top: clamp(0.625rem, 0.179rem + 2.232vw, 1.25rem);
}

.text-blank {
    font-family: "Potta One", system-ui;
    font-weight: 400;
    font-style: normal;
}

.invisible {
    font-size: clamp(0.5rem, 0.143rem + 1.786vw, 1rem)
}

.h4-2 {
    margin-top: 0;
}

.garlic {
    letter-spacing: -10px;
}

p {
    font-size: clamp(10px, 2.857px + 2.232vw, 20px);
}

h4 + p {
    font-size: clamp(0.75rem, 0.259rem + 2.455vw, 1.438rem);
    margin-bottom: 3%;
}

ul li {
    list-style: none;
}

/* 笑月スペシャルここから */
.menu-food-image01 {
    position: relative;
}

.menu-food-title-vertical {
    font-family: 'ab-appare',sans-serif;
    font-weight: 400;
    font-size: clamp(1.875rem, 0.536rem + 6.696vw, 3.75rem);
    text-shadow: 2px 2px 2px black;
    writing-mode: vertical-rl;
    letter-spacing: -1vmin;
    color: #ffffff;
    position: absolute;
    top: 10%;
    right: 2%;
}

.menu-food-title-vertical span:first-child {
    letter-spacing: 0vmin;
}

.menu-food-title-vertical span:nth-of-type(3) {
    letter-spacing: -2vmin;
}


.menu-food-big-image {
    margin-bottom: -14%;
    width: 100%;
}

/* 笑月そばここから */
.menu-food-image02 {
    position: relative;
}

/* food-container共通部分 */

.menu-food-price {
    position: absolute;
    top: clamp(222px, -8.000px + 71.875vw, 544px);
    right: 5%;
    color: #192346;
    font-size: clamp(25px, 7.143px + 5.58vw, 50px);
    text-shadow: 1px 2px 3px #ffffff;
    font-weight: bold;
}

.menu-food-text {
    border: #dfc068 solid 3px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.menu-food-text-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    aspect-ratio: 1 / 1;
}

.menu-food-text-item > p {
    font-size: clamp(11px, 1.714px + 2.902vw, 24px);
}

.appeal-point + p {
    padding: 3% 0;
}

.appeal-point {
    color: #c01920;
    font-weight: bold;
}

/* 共通部分-ボタン */
a {
    position: relative;
    display: flex;
    justify-content: center;
}
 
.link-text{
    position: absolute;
    top: 20%;
    left: auto;
    font-size: clamp(10px, 2.857px + 2.232vw, 20px);
    color: #192346;
    padding:0;
    margin:0;
    font-weight: bold;
}

.menu-images {
    width: clamp(175.84px, 15.726px + 50.036vw, 400px);
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

a {
    transition: 0.5s;
}

a:hover {
    transition: 0.3s;
}

.list-bottom a:hover, .gallery-list a:hover {
    scale: 1.05;
}

.pc-header-nav li a:hover {
    color: #dfc068;
}



/*=== 一品物カード ===*/
.menu-card-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-card-slider {
    width: 100%;
}

.slider-card {
    background-image: url(../image/Menu/menu-card.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 7vmin;
    /* width: 100%; */
    margin: 0 10px;
}

.slider-card-item {
    padding: 10% 0;
    width: 100%;
}

.slider-card-item-image {
    position: relative;
}

.menu-card-image {
    width: clamp(11.875rem, 2.545rem + 46.652vw, 24.938rem);
    margin-bottom: 3%;
}

.menu-card-price {
    position: absolute;
    bottom: clamp(0.063rem, -0.339rem + 2.009vw, 0.625rem);
    right: clamp(0.438rem, -0.143rem + 2.902vw, 1.25rem);
    font-weight: bold;
    font-size: clamp(1rem, 0.554rem + 2.232vw, 1.625rem);
    color: #192346;
}

.slider-card-item > p {
    color: #192346;
}

.slider-card-item .appeal-point {
    color: #c01920;
    font-weight: bold;
    margin-bottom: 2%;
}

.slider-card-item > p:last-child {
    padding: 0 30px;
    min-height: 70.4px;
}

.menu-card-other {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-card-messege {
    font-size: clamp(0.625rem, 0.134rem + 2.455vw, 1.313rem);
    margin: 0 0 5%;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #192346;/*矢印の色*/
    border-right: 2px solid #192346;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: 7.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:7.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
    margin-top: 15px;
}

.slick-dots li {
    display:inline-block;
    margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: clamp(6.4px, -0.457px + 2.143vw, 16px);
    height: clamp(6.4px, -0.457px + 2.143vw, 16px);
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background: #c01920;/*ドットボタンの現在地表示の色*/
    width: clamp(8.4px, 1.543px + 2.143vw, 18px);
    height: clamp(8.4px, 1.543px + 2.143vw, 18px);
}


/* バナー */
.menu-banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10% 0 30%;
    gap: 7vmin;
    width: 100%;
}

    /* モーダル設定 */
    /*全て共通：モーダルのボタンの色を変更したい場合*/
    .modaal-close:after, 
    .modaal-close:before{
        background:#ccc;	
    }

    .modaal-close:focus:after,
    .modaal-close:focus:before,
    .modaal-close:hover:after,
    .modaal-close:hover:before{
        background:#666;
    }

    .modaal-image .modaal-container {
        width: auto;
        max-width: 80%;
    }


    .modaal-gallery-control {
        bottom: -12%;
    }

/* ========= メニューここまで ========= */

/* ========= アウトサイドビューここから ========= */
.outside-view {
    margin-bottom: 50%;
}

.outside-view-item {
    position: relative;
}

.outside-view-cloud {
    display: flex;
}

.outside-view-cloud-item01 {
    width: 30%;
    position: absolute;
    bottom: clamp(19.188rem, 0.125rem + 95.31vw, 45.875rem);
    left: clamp(14.813rem, 0.036rem + 73.884vw, 35.5rem);
}

.outside-view-cloud-item01-back {
    width: 30%;
    position: absolute;
    bottom: clamp(18.375rem, -0.107rem + 92.411vw, 44.25rem);
    left: clamp(14.625rem, 0.295rem + 71.652vw, 34.688rem);
    opacity: 40%;
}

.outside-view-cloud-item02 {
    width: 30%;
    position: absolute;
    top: clamp(19.313rem, 0.295rem + 95.089vw, 45.938rem);
    right: clamp(16rem, 1.000rem + 75vw, 37rem);
}

.outside-view-cloud-item02-back{
    width: 30%;
    position: absolute;
    top: clamp(18.625rem, 0.321rem + 91.518vw, 44.25rem);
    right: clamp(15.375rem, 1.179rem + 70.982vw, 35.25rem);
    opacity: 40%;
}

.outside-view-slider {
    z-index: -1;
}
  
.outside-view-slider-item01 {
    background:url(../image/OutsideView/slide1.jpg);
}
  
.outside-view-slider-item02 {
    background:url(../image/OutsideView/slide2.jpg);
}
  
.outside-view-slider-item03 {
    background:url(../image/OutsideView/slide3.jpg);
}

.outside-view-slider-item04 {
    background:url(../image/OutsideView/slide4.jpg);
}

.outside-view-slider-item05 {
    background:url(../image/OutsideView/slide5.jpg);
}

.outside-view-slider-item {
    height:clamp(320px, 0.000px + 100vw, 768px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* ========= アウトサイドビューここまで ========= */

/* ========= アクセスここから ========= */
.access-container {
    margin: 0 auto -5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../image/Access/access-baskground-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    border-radius: 150vmin 150vmin 0 0;
}

.access-container-cloud {
    width: clamp(4rem, 0.027rem + 19.866vw, 9.563rem);
    margin-left: clamp(10rem, 0.000rem + 50vw, 24rem);
    margin-top: 15px;
}


.access-container-item {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(16px, 13.143px + 0.893vw, 20px);
    margin-top: clamp(0.8rem, -2.057rem + 14.286vw, 4.8rem)
}

.access-title {
    width: 100%;
    text-align: center;
    margin-bottom: clamp(2rem, 0.000rem + 10vw, 4.8rem);
}

.access-title img {
    width: clamp(9.563rem, -0.036rem + 47.991vw, 23rem);
    margin-right: clamp(0.813rem, 0.009rem + 4.018vw, 1.938rem);
}

iframe {
    width: 100%;
    margin-bottom: 5%;
}

/*=============== 全ページ共通の青ボタン ==============*/
.blue-btn {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    width: 65%;
    padding: 8px;
    background-color: #192346;
    border-radius: 20px;
    margin-top: 1rem;
    margin-bottom: 40px;
}

.blue-btn a {
    display: block;
    text-align: center;
}
@media (min-width: 769px){
    .blue-btn {
        font-size: 15px;
        padding: 6px 0;
        border-radius: 30px;
        margin-bottom: 60px;
        max-width: 630px;
    }
}


.tabelog_link {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    color: #192346;
    margin-bottom: clamp(0.6rem, 0.002rem + 2.991vw, 1.438rem);
}

.access-container-item-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 2em;
}

.image {
    position: relative;
    margin-top:20px;
    margin-bottom: 20px;
    width: 100%;
}

.image img {
    display: block;
    width: 100%;
}

table {
    width: 100%;
    line-height: 1.2;
    color: #192346;
}

th {
    display: none;
}

td {
    padding-bottom: clamp(0.6rem, 0.002rem + 2.991vw, 1.438rem);
}

table span {
    font-size: clamp(0.54rem, 0.000rem + 2.7vw, 1.296rem);
}

.list-bottom {
    border-bottom:solid
    #707070 1px; /*borderの指定*/
}

.list-bottom a {
    display: flex;
    justify-content: flex-start;
    text-decoration: underline;
}


.w-container {
    width: 100%;
}


.route p {
    color: #192346;
    margin-top: 16px;
    display: block;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.route span {
    display: block;
    margin-top: 32px;
    /* font-weight: bold; */
    font-size: 16px;
    padding-bottom: 4px;
    border-bottom: solid 1px #707070 ;
    margin-bottom: 24px;
}


/*==================================================
スライダーのためのcss
===================================*/

.slider-about {/*横幅94%で左右に余白を持たせて中央寄せ*/
    /* width: 300px; */
    height: 47vh;
    width:94%;
     margin:0 auto;
 }
 
 .slider-about img {
     width:100%;/*スライダー内の画像を横幅100%に*/
     height:auto;
 }
 
 /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
 
 .slider-about .slick-slide {
     margin:0 10px;
 }
 
 /*矢印の設定*/
 
 .slick-prev-access, 
 .slick-next-access {
     position: absolute;/*絶対配置にする*/
     top: 42%;
     cursor: pointer;/*マウスカーソルを指マークに*/
     outline: none;/*クリックをしたら出てくる枠線を消す*/
     border-top: 2px solid #192346;/*矢印の色*/
     border-right: 2px solid #192346;/*矢印の色*/
     height: 15px;
     width: 15px;
 }
 
 .slick-prev-access {/*戻る矢印の位置と形状*/
     left: -2.5%;
     transform: rotate(-135deg);
 }
 
 .slick-next-access {/*次へ矢印の位置と形状*/
     right: -2.5%;
     transform: rotate(45deg);
 }
 






























/* ========= アクセスここまで ========= */

/* ========= フッターここから ========= */

footer {
    padding: 70px;
    background-color: #DFC068;
}

.footer-container {
    background-color: #DFC068;
    text-align: center;
    margin-bottom: 15%;
}

small {
    font-size: 10px;
    color: #192346;
}

/* ========= フッターここまで ========= */

/* ========= PC版コンテナ全体設定ここから ========= */

@media (min-width: 769px) {
    h2 {
        margin: 0 auto -30px;
        font-family: "ab-appare", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #192346;
        font-size: 39px;
        letter-spacing: -6px
    }

    #first-view{
        position: relative;
        height: 100vh;
      }
    
    .first-view-container {
        position: absolute;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    h1 {
        z-index: 99;
        width: 50%;
    }
    
    
      .first-view-slider li {
        height: 100vh;
      }

    /* ========= ファーストビューここまで ========= */

    .about-title {
        margin: 24% 0 -25%;
    }

    .about-item {
        margin: 70% 0 60%; 
    }

    .about-container{
        background-position: left 20% top 42%;
        background-size: 170%;
    }

    .about-item-catch > p{
        font-size: 32px;
        left: 80px;
        bottom: 18px;
        text-indent: -30px;
    }

    .concept-list-number{
        position: absolute;
        top: 19%;
        right: 110px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .concept-number-text{
    font-family: "ab-appare", sans-serif;
    font-size: 18px;
    letter-spacing: -3px;
    }

    .concept-number-text span{
    font-size: 54px;
    line-height: 85%;
    letter-spacing: 0vmin;
    }

    .concept-list-image {
    width: 43%;
    position: absolute;
    top: 5%;
    right: 3%;
    }

    .concept-list-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
    padding-top: 58%;
    }

    .about-title h2{
        margin-bottom: -33px;
    }
    .about-title img{
    width: 194px;
    margin-right: 26px;
    }

/* ========= メニューここから ========= */

    .menu-title > h2 {
        padding-left: 30px;
    }


    .menu-title {
        width: 100%;
        text-align: center;
        margin-bottom: 10%;
    }

    .menu-title > img {
        width: 100%
    }

    .menu-food-container {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20%;   
    }

    h3 {
        font-family: 'ab-appare',sans-serif;
        font-weight: 400;
        font-size: 35px;
        letter-spacing: 0px;
        margin-bottom: 5%;
    }

    .card-container > h3 {
        margin-bottom: 10%;
    }

    .kerning {
        margin-left: -17px;
        margin-right: -5px;
    }

    h4 {
        font-family: 'ab-appare',sans-serif;
        font-weight: 400;
        font-size: 35px;
        color: #192346;
        margin-bottom: 5px;
        margin-top: 30px;
        letter-spacing: -5px;
    }

    .invisible {
        font-size: 8px;
    }

    .h4-2 {
        display: flex;
        margin-top: 15px;
        align-items: center;
    }

    p {
        font-size: 12px;
    }

    h4 + p {
        font-size: 16px;
        margin-bottom: 3%;
    }

    ul li {
        list-style: none;
    }

    /* 笑月スペシャルここから */
    .menu-food-image01 {
        position: relative;
    }

    .menu-food-title-vertical {
        font-family: 'ab-appare',sans-serif;
        font-weight: 400;
        font-size: 30px;
        writing-mode: vertical-rl;
        letter-spacing: -2px;
        color: #ffffff;
        position: absolute;
        top: 25px;
        right: 15px;
    }

    .menu-food-title-vertical span:first-child {
        letter-spacing: -2px;
    }

    .menu-food-title-vertical span:nth-of-type(3) {
        letter-spacing: -12px;
    }


    .menu-food-big-image {
        margin-bottom: -80px;
        width: 100%;
    }

    /* 笑月そばここから */
    .menu-food-image02 {
        position: relative;
    }

    /* food-container共通部分 */

    .menu-food-price {
        position: absolute;
        top: 260px;
        right: 25px;
        color: #192346;
        font-size: 30px;
        text-shadow: 1px 2px 3px #ffffff;
        font-weight: bold;
    }

    .menu-food-text {
        border: #dfc068 solid 3px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1 / 1;
        margin-top: 24px;
    }

    .menu-food-text-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 75%;
        aspect-ratio: 1 / 1;
        margin-top: 30px;
    }

    .menu-food-text-item > p {
        font-size: 13px;
    }

    .appeal-point + p {
        padding: 10px 0;
    }

    .appeal-point {
        color: #c01920;
        font-weight: bold;
    }

    /* 共通部分-ボタン */
    a {
        position: relative;
        display: flex;
        justify-content: center;
    }    
    
    .link-text{
        position: absolute;
        top: 19%;
        left: auto;
        font-size: 13px;
        color: #192346;
        padding:0;
        margin:0;
        font-weight: bold;
    }

    .menu-images {
        width: 77%;
    }

    .menu-food-text-item .menu-images {
        width: 100%;
    }

    /*全て共通：hideエリアをはじめは非表示*/
    .hide-area{
        display: none;
    }

    /*全て共通：モーダルのボタンの色を変更したい場合*/
    .modaal-close:after, 
    .modaal-close:before{
        background:#ccc;	
    }

    .modaal-close:focus:after,
    .modaal-close:focus:before,
    .modaal-close:hover:after,
    .modaal-close:hover:before{
        background:#666;
    }

    /*確認を促すモーダル：タイトルの色を変更したい場合*/
    #modaal-title{
        font-size:1.2rem;
        text-align: center;
        margin: 0 0 20px 0;
    }

    /*動画表示のモーダル：余白を変更したい場合*/
    .modaal-image .modaal-container {
        width: auto;
        max-width: 400px;
    }

    /*=== 一品物カード ===*/
    .menu-card-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .menu-card-slider {
        width: 100%;
    }

    .slider-card {
        background-image: url(../image/Menu/menu-card.jpg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 30px;
        width: 100%;
        margin-bottom: 13px;
        margin: 0 3px;
    }

    .slider-card-item {
        width: 100%;
        padding: 0;
    }

    .slider-card-item-image {
        position: relative;
    }

    .menu-card-image {
        width: 200px;
        margin-bottom: 12px;
    }

    .menu-card-price {
        position: absolute;
        bottom: 10px;
        right: 15px;
        font-weight: bold;
        font-size: 15px;
        color: #192346;
    }

    .slider-card-item > p {
        color: #192346;
        font-size: 14px;
    }

    .slider-card-item .appeal-point {
        color: #c01920;
        font-weight: bold;
        margin-bottom: 0;
        font-size: 15px;
    }


    .slider-card-item > p:last-child {
        padding: 0 30px;
        margin: 15px 0 30px;
    }

    .menu-card-messege {
        font-size: 13px;
        margin: 0 0 15px;
    }

    .menu-card-other {
        margin: 15px 0 0;
    }

    /*矢印の設定*/

    /*戻る、次へ矢印の位置*/
    .slick-prev, 
    .slick-next {
        position: absolute;/*絶対配置にする*/
        z-index: 3;
        top: 42%;
        cursor: pointer;/*マウスカーソルを指マークに*/
        outline: none;/*クリックをしたら出てくる枠線を消す*/
        border-top: 2px solid #192346;/*矢印の色*/
        border-right: 2px solid #192346;/*矢印の色*/
        height: 15px;
        width: 15px;
    }

    .slick-prev {/*戻る矢印の位置と形状*/
        left:7.5%;
        transform: rotate(-135deg);
    }

    .slick-next {/*次へ矢印の位置と形状*/
        right:7.5%;
        transform: rotate(45deg);
    }

    .slick-prev-access {/*戻る矢印の位置と形状*/
        left:-2.5%;
        transform: rotate(-135deg);
    }

    .slick-next-access {/*次へ矢印の位置と形状*/
        right:-2.5%;
        transform: rotate(45deg);
    }



    /*ドットナビゲーションの設定*/

    .slick-dots {
    position: absolute;
    z-index: 3;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    }

    .slick-dots li {
        display:inline-block;
        margin:0 5px;
    }

    .slick-dots button {
        color: transparent;
        outline: none;
        width:6px;/*ドットボタンのサイズ*/
        height:6px;/*ドットボタンのサイズ*/
        display:block;
        border-radius:50%;
        background:#ccc;/*ドットボタンの色*/
    }

    .slick-dots .slick-active button{
        background: #c01920;/*ドットボタンの現在地表示の色*/
        width: 8px;
        height: 8px;
    }

    .slick-list {
        overflow: hidden;
    }



    /* バナー */
    .menu-banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    margin: 0 0 40%;
    gap: 20px;
    width: 100%;
    }

    /* モーダル設定 */
    /*全て共通：モーダルのボタンの色を変更したい場合*/
    .modaal-close:after, 
    .modaal-close:before{
        background:#ccc;	
    }

    .modaal-close:focus:after,
    .modaal-close:focus:before,
    .modaal-close:hover:after,
    .modaal-close:hover:before{
        background:#666;
    }

    /*動画表示のモーダル：余白を変更したい場合*/
    .modaal-video .modaal-inner-wrapper{
        padding:0;
        max-width: 500px;
    }

    .modaal-gallery-control {
        bottom: -8%;
    }

    .modaal-image .modaal-inner-wrapper {
        padding-left: 200px;
        padding-right: 200px;
    }
    /* ========= メニューここまで ========= */

    .outside-view {
        margin-bottom: 50%;
    }

    .outside-view-item {
        position: relative;
    }

    .outside-view-cloud {
        display: flex;
    }

    .outside-view-cloud-item01 {
        width: 30%;
        position: absolute;
        bottom: 359px;
        left: 270px;
    }

    .outside-view-cloud-item01-back {
        width: 30%;
        position: absolute;
        bottom: 350px;
        left: 263px;
        opacity: 40%;
    }

    .outside-view-cloud-item02 {
        width: 30%;
        position: absolute;
        top: 360px;
        right: 275px;
    }

    .outside-view-cloud-item02-back{
        width: 30%;
        position: absolute;
        top: 369px;
        right: 267px;
        opacity: 40%;
    }

    .outside-view-slider {
        z-index: -1;
    }
    
    .outside-view-slider-item01 {
        background:url(../image/OutsideView/slide1.jpg);
    }
    
    .outside-view-slider-item02 {
        background:url(../image/OutsideView/slide2.jpg);
    }
    
    .outside-view-slider-item03 {
        background:url(../image/OutsideView/slide3.jpg);
    }

    .outside-view-slider-item04 {
        background:url(../image/OutsideView/slide4.jpg);
    }

    .outside-view-slider-item05 {
        background:url(../image/OutsideView/slide5.jpg);
    }

    .outside-view-slider-item {
        height:375px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .access-container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url(../image/Access/access-baskground-img.jpg);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        /* border-radius: 150vmin 150vmin 0 0; */
    }

    .access-container-cloud {
        width: 30%;
        margin-left: 59%;
    }

    .access-container-item {
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 18px;
        margin-top: 20%;
    }

    .access-title {
        width: 100%;
        text-align: center;
        /* margin-bottom: 10vmin; */
        margin-bottom: 25%;
    }

    .access-title img {
        width: 194px;
        margin-right: 26px;
    }

    .tabelog_link {
        display: none;
    }

    .access-container-item-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        line-height: 2em;
    }

    .image {
        position: relative;
        margin-top: 7%;
        margin-bottom: 6%;
        width: 100%;
    }

    .image img {
        display: block;
        width: 100%;
    }

    table {
        width: 100%;
        line-height: 1.2;
    }

    th {
        display: none;
        /* padding-bottom: 3vmin; */
    }

    td {
        padding-bottom: 5%;
    }

    table span {
        font-size: 16px;
    }

    .list-bottom {
        border-bottom:solid
        #707070 1px; /*borderの指定*/
    }

    .top {
        padding-top: 5%;
    }

.route p {
    font-size: 15px;
}

.route img + p {
    font-size: 12px;
}
.route span {
    margin-top: 48px;
    font-size: 15px;
    margin-bottom: 32px;
}
/* .access-img + p {
    font-size: 12px;
    letter-spacing: 1px;
}
.about-images {
    width: 375px;
} */
}
/* @media (min-width: 980px){
.route p {
    font-size: 14px;
}
} */
/* ========= PC版コンテナ全体設定ここまで ========= */