@charset "utf-8";
/* ============================
common
============================ */
    html{
        font-size: 62.5%;
    }

    body{
        font-family: "Noto serif JP" ;
        color: #17214D;
        font-style: normal;
        font-weight: 500;
        line-height: 1;
        background-color: #F5F3EE;
    }

    img{
        max-width: 100%;
        height: auto;
    }

    @media screen and  (min-width:769px){
        .pc_b{
            display: block;
        }
        .sp_b{
            display: none;
        }
        .c-ttl.pc{
            display: flex;
        }
        .c-ttl.sp{
            display: none;
        }
    }

    @media screen and (max-width:870px){
        .pc_b{
        display: none;
        }
        .sp_b{
            display: block;
        }
        .c-ttl.sp{
            display: flex;
        }
        .c-ttl.pc{
            display: none;
        }
        .sub_page_top {
            margin-top: 34px;
        }
    }

/* ２ページ目以降メニュー */
        .header_logo.-sub img {
            width: 99px;
            left: 13%;
            top:35% ;
        }

        .gold {
            color:#DCBE7A !important;
            position: relative;
        }
        .gold::before {
            content: "";
            position: absolute;
            background:url(../images/fish.png);
            width: 20px;
            height: 12px;
            top: -5px;
            left: 50%;
            transform: translateX(-50%);
        }

/* タイトル */
    .c-ttl {
        display: flex;
        align-items: flex-start;
        gap: 8px;

    }

    .c-ttl-ja,
    .c-ttl-en {
        writing-mode: vertical-rl;
        padding: 4px;
        background: #FFF;
        color: #001722;
        font-size: 3.6rem;
    }

    .c-ttl-en {
        font-family: "Zen Maru Gothic";
        font-size: 1.2rem;
    }

/* ボタン */
    .btn{
        border: 1px solid #FFF;
        max-width:  385px;
        width: 100%;
        height: 83px;
        display: flex;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .btntxt{
        color: #FFF;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.3;
        letter-spacing: 1.6px; 
    }

    .btnimg {
        width: 39px;
        height: 22px;
        position: absolute;
        top: 50%;
        right: 6%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .btn-info{
        background: #17214D;
        border: none;
    }

    .btn:hover {
        background-color: #DCBE7A;
    }

/* ヘッダー */
    .nav{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .nav_header{
        grid-area: 1 / 2 / 2 / 3;
        padding-top: 6vw;
    }

    .header_logo img {
        display: block;
        width: 8.68%;
        position: absolute;
        top: 37%;
        left: 45%;
    }

    .header{
        position: relative;
        background: url(../images/noren.png) no-repeat center center / contain;
        height: 44vw;
    }

    .header_inner {
        width: 100%;
        max-width: 1100px;
        margin: auto;
        height: 640px;
        padding: 0 2% 0 2%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
    }

    .nav_topic{
        text-align: center;
        padding-top: 175px;
    }

    .headerImg{
        width: 126px;
    }

    .nav_list{
        display: flex;
        grid-area: 1 / 3 / 2 / 4;
        gap: 50px;
        padding-right: 82px;
        padding-top: 130px;
        flex-direction: row-reverse;
    }

    .nav_btn,
    .menu_btn,
    .menu_logo{
        display: none;
    }

    header .menu ul {
        position: absolute;
        top: 158px;
        right: 0;
        width: 33%;
        justify-content: center;
    }

    header .menu ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        }

    header .menu ul li a {
        display: block;
        font-size: 1.8rem;
        font-weight:400;
        padding: 20px;
        color: #fff;
        }

    .vertical-text li {
        writing-mode: vertical-rl;
    }

    .vertical-text li a {
        text-decoration: none;
    }

    ul.vertical-text {
        display: flex;
        flex-direction: row-reverse;
    }

/* 下層ページ　トップ */
    .sub_page_top{
        position: relative;
    }

    .sub_page_top_img{
        width: 100%;
    }

    .sub_page_top_txt{
        color: #fff;
        font-size:clamp(16px, 4vw, 32px);
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
    }

/* 1ページ目 */
/* 魚はるについて */
    .section--about{
        margin-top: 200px;
    }
    
    .about{
        margin-left: 70px;
        margin-top: -72px;
    }

    .about_top{
        display: flex;
        align-items: flex-start;
        position: relative;
        flex-wrap: wrap;
    }

    .about_top::after {
        content: "";
        width: 347px;
        height: 339px;
        background-image: url(../images/bg02.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0px;
        right: 0;
        z-index: -2;
    } 

    .about_top_right{
        display: flex;
        position: relative;
        margin: -45px auto 0;
        z-index: -1;
    }

    .about_top_right::before {
        content: "";
        width: 587px;
        height: 395px;
        background-image: url(../images/bg01.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 180px;
        left: -501px;
        z-index: -1;
    }

    .about_bottom{
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .about_bottom_left {
        width: 50%;
        background-color: #17214D;
        padding-bottom: 65px;
    }

    .topImg01{
        max-width: 719px;
        width: 100%;
    }

    .mainTxt{
        font-size: clamp(2.2rem, 1.944vw, 2.8rem);
        font-weight: 600;
        line-height: 2.4em;
        letter-spacing: .3em;
        margin: 0 auto;
    }


    .about_top_right_txtarea{
        writing-mode: vertical-rl;
    }

    .aboutTxt{
        color: #FFF;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 1.6px;
        max-width: 375px;
        margin: 75px auto 70px;
    }
    
    .topImg02{
        width: 87%;
    }

    .topImg01{
        width: 87%;
    }


    .topImg01__box{
        box-shadow: -74px -92px 0 #E7D5A9;
        margin-left: auto;
        text-align: right;
        background-color: #E7D5A9;
    }

    .topImg01__wrap{
        width: 50%;
    }

    .topImg02__box{
        box-shadow: 0px 90px 0 #E7D5A9;
        margin-left: auto;
        background: linear-gradient(0deg,rgba(231, 213, 169, 1) 0%, rgba(231, 213, 169, 1) 90%, rgba(245, 243, 238, 1) 80%, rgba(245, 243, 238, 1) 100%);
    } 

    .topImg02__wrap{
        width: 50%;
    }

/* 店主 */
    .section--chef{
        width: 100%;
        background-image: url(../images/bg_chef.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 115px 140px 50px;
    }

    .section--chef_cont{
        justify-content: space-between;
        align-items: flex-start;
    }

    .chef-sp{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 20px;
    }

    .c-ttl-chef{
        position: relative;
    }

    .section--chef_txtarea{
        max-width: 582px;
        margin-top: 124px;
        flex: 1;
    }

    .chefImg{
        width: 41.896%; /* 486px */
    }

    .chefTxt{
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 2.5;
        margin-top: 74px;
    }

    .chefbox{
        display: flex;
    }

/* お品書き */
    .section--menu{
        background-color: #17214D;
        width: 100%;
        height:1109px
    }
    
    .menubox{
        position: relative;
        z-index: 1;
    }

    .c-ttl-menu{
        margin-left: 98px;
        padding-top: 49px;
    }

    .menuimg{
        max-width: 1226px;
        width: 100%;
        display: block;
        margin: 71px auto 0;
    }

    .menuimg_sp{
        display: none;
    }

    .bg-menu-01{
        position: absolute;
        left: 0px;
        top: 87px;
        z-index: -1;
    }

    .bg-menu-02{
        width: 307px;
        position: absolute;
        right: 0px;
        top: 4px;
        z-index: -1;
    }

    .bg-menu-03{
        position: absolute;
        left:0px ;
        bottom:-70px;
    }

    .bg-menu-04{
        position: absolute;
        right: 0px;
        bottom: -230px;
    }

    .menutxt{
        color: #FFF;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.2; 
        letter-spacing: 1.6px;
        width: fit-content;
        margin: 55px auto 0;
    }

    .btn-menu{
        margin-left: 509px;
        margin: 53px auto 0;
    }

    .menuimg_sp{
        display: none;
    }
/* 店舗情報 */

    .section--store{
        background-image: url(..//images/info.png);
        width: 100%;
        padding-bottom: 75px;
    }

    .c-ttl-info{
        margin-left: 40px;
        padding-top: 98px;
    }

    .info-detail{
        display: flex;
        gap: 58px;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-left: 77px;
        max-width: calc(1120px + 77px);
        margin: 0 auto;
    }

    .infotxtbox{
        position: relative;
        display: flex;
        gap:77px ;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 1.5px;
        padding:40px 17px ;
        align-items: center;
    }

    .infotxtbox dt {
        width: calc(4em * 1.15);
        font-size: 1.6rem;
        font-weight: 600;
    }

    .infotxtbox dd{
        flex:1;
    } 

    .infotxtbox::before{
        content: "";
        width: 100%;
        height: 1px;
        background: #BEA894;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    .infotxtbox:last-child::before {
        content: none;
    }

    .map{
        width: 100%;
        height: 100%;
    }

    .map-wrapper{
        width: 41.339%;
    }


    .btn-info{
        margin-top: 65px;
        margin: 65px auto 0;
    }

    .infotxtbox-wrapper{
        flex: 1;
    }


/* フッター */
    .footer{
        background-color: #17214D;
        width: 100%;
        position: relative;
        padding: 32px 117px;
    }

    .footer-logo{
        width: 114px;
        height: 251px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 68px;
    }

    .copy{
        color: #FFF;
        font-family: "Zen Maru Gothic";
        font-size: 1.6rem;
        font-weight: 400;
        text-align: center;
        margin-top: 159px;
    }

    .footertxtbox{
        justify-content: flex-start;
        display: flex;
        flex-direction: row-reverse;
        gap: 40px;
    }

    .footertxt{
         writing-mode: vertical-rl;
         text-orientation: upright;
         color: #FFF;
         font-size: 1.8rem;
         font-weight: 400;
         margin-bottom: 34px;
    }

    .footertxt-en{
        font-family: "Zen Maru Gothic";
    }

/* １ページ目　魚はるについて */
/* sp */
@media screen and (max-width:870px) {

/* タイトル */
    .c-ttl {
        gap: 6px;
    }

    .c-ttl-ja,
    .c-ttl-en {
        font-size: 2.0rem;
    }

    .c-ttl-en {
        font-size: 1.0rem;
    }

/* ボタン */
    .btn{
        max-width: 261px;
        height: 58px;
        margin: 0 auto;
    }

    .btntxt{
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.3; 
        letter-spacing: 1.4px;
    }

    .btnimg{
        width: 30px;
        height: 16px;
    }

    .btn:hover {
        background-color: #DCBE7A;
    }

    .gold{
        color: #fff!important;
    }

    .gold::before{
        content: none;
    }

/* header */
    .nav__logo,
    .header__btn,
    .nav_btn{
        display: block;
    }

     .nav_btn{
        width: 22px;
        margin-left: auto;
        position: absolute;
        right: 9%;
        top: 45px;
     }

    .noren_sp{
        background: url(../images/bg_curtain_sp.png);
        height: 100%;
        max-width: 100%;
    }

    .header_btn{
        width: 30px;
        display: block;
        position: absolute;
        top: 44px;
        right: 29px;
    }

    .nav_list,
    .gold{
        display: none;
    }

    .nav_topic{
        padding-top: 0px;
    }

    .header{
        display: flex;
        justify-content: center;
        background: url(../images/bg_curtain_sp.png);
        background-repeat: repeat-x;
        background-size: 375px;
        background-position: center top;
        height: 60vw;
    }

    .headerImg{
        width: 51px;
        margin: 0 auto;
        padding-top: 22px;
    }

    .header_inner {
        width: 100%;
        height: 50px;
        z-index: 99;
        }

    .header_logo img {
        display: block;
        width: 45px;
        padding-left: 0;
    }

    .header_inner .header_content {
        width: 100%;
    }

    .header_inner .header_content nav ul {
        display: flex;
    }

    header .menu_btn {
        display: block;
        width: 40px;
        height: 60px;
        box-sizing: border-box;
        background-image: url(../images/btn_menu.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: auto;
        position: absolute;
        right: 35px;
        top: 73px;
    }

    .open header .menu_btn {
        display: none;
        line-height: 30px;
        text-align: center;
        z-index: 999;
    }

    .open header .menu_btn span {
        background: #493f3c;
    }

    .open header .menu_btn span.middle {
    background: rgba(255, 255, 255, 0);
    }

    .open header .menu_btn span.top {
        -webkit-transform: rotate(-45deg) translate(-8px, 12px);
        -ms-transform: rotate(-45deg) translate(-8px, 12px);
        transform: rotate(-45deg) translate(-8px, 12px);
    }

    .open header .menu_btn span.bottom {
        -webkit-transform: rotate(45deg) translate(9px, 5px);
        -ms-transform: rotate(45deg) translate(9px, 5px);
        transform: rotate(45deg) translate(9px, 5px);
    }

    header .menu_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #17214D;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        visibility: hidden;
        opacity: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    header .menu {
        display: table;
        width: 100%;
        padding: 0;
        border: none;
    }

    header .menu ul {
        width: 100%;
        margin: auto;
        box-sizing: border-box;
        padding: 10% 10% 0;
        gap: 20px;
    }

    header .menu ul li {
        text-align: center;
    }

    header .menu ul li::after {
        display: none;
    }

    header .menu ul li.sp {
        font-size: 13px;
    }

    header .menu ul li a {
        display: block;
        width: 80%;
        padding: 1px 10px;
        border-right: 1px solid;
    }

    header .menu ul li {
        border-left: none;
        border-right: none;
    }

    header .menu ul li:first-child {
        border-left: none;
    }

    /* 開閉用ボタンがクリックされた時のスタイル */
    .open header .menu_bg {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        visibility: visible;
        opacity: 1;
    }

    .vertical-menu {
        display: none; /* スマートフォンでは非表示 */
    }

    .vertical-text li {
        list-style: none;
    }

    .sp-menu {
        display: block; /* スマートフォンでは表示 */
    }

    .menu-btn {
        display: block; /* スマートフォンでは表示 */
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 101;
    }

    .sp-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #1a1a3c;
        transition: 0.5s;
        z-index: 100;
    }

    .sp-menu.active {
        right: 0;
    }

    .menu-items {
        padding-top: 80px;
        text-align: center;
    }

    .menu-items a {
        display: block;
        padding: 20px;
        color: #d4c1a7;
        text-decoration: none;
    }

/* 魚はるについて */
    .section--about{
        margin-top: 90px;
    }

    .about{
        margin-left: 0px;
        padding-top: 72px;
    }

    .txt :last-of-type{
        padding-bottom:62px;
    }

    .about_top_right_txtarea{
        margin-top: 45px;
    }

    .mainTxt{
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 2.8; 
        letter-spacing: 2.2px;
    }

    .about_top{
        flex-direction: column-reverse;
        padding-right: 0px;
        align-items: center;
    }

    .about_top_right{
        gap: 18px;
        margin-left: auto;
        transform: translateX(24px);
    }

    .aboutTxt{
        font-size: 1.4rem;
        line-height: 2.2;
        letter-spacing: 1.4px;
        margin-bottom: 62px;
        text-align: center;
        margin: 57px auto;
    }

    .about_bottom_left{
        width: 100%;
        margin-top: 24px;
    }

    .about_bottom{
        flex-direction: column-reverse;
        margin-top: 0;
        background-color: #17214D;
    }

    .topImg01{
        width: 100%;
    }

    .topImg01__wrap{
        background: linear-gradient(0deg,rgba(23, 33, 77, 1) 0%, rgba(23, 33, 77, 1) 53%, rgba(245, 243, 238, 1) 50%, rgba(245, 243, 238, 1) 100%);
        width: 100%;
        margin-top: 106px;
    }

    .topImg01__box{
        box-shadow: -24px 24px 0 #E7D5A9;
        margin-left: auto;
        width: 87%;
    }
    
    .topImg01__box{
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
 

    .topImg02{
        width: 100%;
    }
    
    .topImg02__wrap{
        background-color: #17214D;
        width: 100%;
        padding-top: 55px;
    }

    .topImg02__box{
        box-shadow: 24px 24px 0 #E7D5A9;
        margin-right: auto;
        width: 87%;
    }

    .about_top::after{
        width: 201px;
    }

    .about_top_right::before{
        width: 273px;
        height: 188px;
        left: -216px;
        top: 147px;
    }

    .btn-about{
        bottom: 65px;
    }

    .btn-about:hover {
        background-color: #D4AC4E;
    }

/* 店主 */
    .section--chef {
        background-image: url(../images/bg_chef_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 70px 26px 54px;
    }

    .section--chef_txtarea {
        max-width: 323px;
        margin-top: 27px;
    }

    .chefTxt {
        font-size: 1.4rem;
        line-height: 2.2;
        letter-spacing: 1.4px;
        margin-top: 42px;
        text-align: left;
    }

    .c-ttl-chef{
        text-align: right;
        margin-left: auto;
    }

    .chefImg {
        width: 214px;
    }

    .chef-sp{
        flex-direction: column;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

/* お品書き */
    .section--menu {
        height: 1653px;
    }

    .c-ttl-menu {
        margin-left: 25px;
        padding-top: 42px;
    }

    .menuimg {
        display: none;
    }
    
    .menuimg_sp{
        width: 100%;
        max-width: 324px;
        display: block;
        margin: 0 auto;
        padding-top: 93px;
    }

    .menutxt {
        font-size: 1.4rem;
        line-height: 2.5;
        letter-spacing: 1.8px;
        margin: 59px auto 35px;
        padding: 0 30px;
    }

    
    .bg-menu-01 {
        width: 171px;
        position: absolute;
        left: -25px;
        top: 40px;
        z-index: -1;
    }

    .bg-menu-02 {
        width: 129px;
        position: absolute;
        right: 0px;
        top: 42px;
        z-index: -1;
    }

    .bg-menu-03 {
        width: 274px;
        position: absolute;
        left: -9px;
        top: 1451px;
    }

    .bg-menu-04 {
        width: 190px;
        position: absolute;
        right: 0px;
        top: 1530px;
    }

/* 店舗情報　*/
    .section--store{
        background-image: url(../images/info_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .map{
        width: 100%;
        margin-left: 0px;
        margin: 0 auto;
    }

    .map-wrapper{
        width: 100%;
    }

    .info-detail{
        display: block;
        padding-top: 51px;
    }

    .infotxtbox {
        display: block;
        gap: 77px;
        font-size: 1.4rem;
        letter-spacing: 1.4px;
        padding: 39px 47px 40px;
    }

    .infotxtbox dt{
        margin-bottom: 20px;
    }

    .infotxtbox::before {
        width: calc(100% - 50px);
        left: 25px;
    }

    .info-detail{
        padding-left: 0px;
    }

/* フッター */
    .footer{
        align-items: center;
        padding: 0px;
    }

    .footertxtbox{
        display: none;
    }

    .copy {
        font-size: 1.0rem;
        padding-bottom: 30px;
    }

    .footer-logo {
        width: 51px;
        height: 114px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 29px;
    }

    .footerbox{
        display: grid;
        align-items: center;
        position: relative;
    }

/* nav menu */
    .nav {
        background:#17214D;
        width: 100%;
        height: 100vh;
        padding: 10px 6.4%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        transform: translateX(-100%);
        transition: transform 0.4s;
    }

    .nav__header{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav__list{
        margin-top: 66px;
    }

    .navitem{
        font-size: 1.7rem;
        font-weight: 600;
        text-align: left;
        margin-top: 60px;
    }
    
    .nav__item img{
        display: inline-block;
        vertical-align: -3px;
        margin-right: 24px;
    }

    .nav.active{
        transform: translateX(0);
    }

    .header__btn{
        display: block;
        width: 18px;
        cursor: pointer;
        position: absolute;
        top: 37px;
        right: 6.4%;
        color: #FFF;
    }

    .menu_logo{
        display: block;
        width: 35px;
        position: absolute;
        top: 48px;
        left: 33px;
    }
}/* spの終わり */

/* ２ページ目 */
/* 魚はるについて */

    .about_top_sp,
    .slider{
        display: none;
    }

    .container-about{
        max-width: 1200px;
        margin: auto;
        margin-bottom: 100px;
        padding-left: 20px;
    }

    .about02{
        margin: auto;
        background-image: url(../images/about_bg.png), url(../images/about_bg.png), url(../images/about_bg_01.png),url(../images/about_bg_02.png);
        background-repeat: no-repeat;
        background-size: 660px,660px,398px,398px;
        background-position: top 47px left, bottom 50px right,top 427px left, bottom 478px right;
        padding-bottom: 90px;
    }

    .about_upper{
        justify-content: space-between;
        position: relative;
        display: flex;
        margin-top: 170px;
        margin-bottom: 20px;
        padding-right: 40px;
    }

    .about-sub{
        margin-left: 0px;
    }

    .upper-img-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        max-width: 707px;
        gap: 27px;
        margin-top: 10px;
    }

    .upper-img-list::before{
        content: "";
        position: absolute;
        width: 720px;
        height: 540px;
        background-color: #E7D5A9;
        z-index: -1;
        top: -50px;
        right: 0;
    }

    .img-list_item{
        width: 340px;
        display: flex;
    }

    .about_center{
        display: flex;
        justify-content: space-between;
        gap: 50px;
    }

    .center-img-list{
        display: flex;
        max-width: 495px;
        gap: 25px;
        margin-top: 22px;
        margin-right: 40px;
    }

    .center-img-list_item{
        width: 313px;
    }

    .bottom-img-list{
        display: flex;
        justify-content: space-between;
        gap: 40px;
        margin-top: 128px;
    }

    .about_txt_cont{
        width: 612px;
        font-size: 1.8rem;
        line-height: 2;
        margin-top: 83px;
    }

    .about_txt02{
        margin-top: 70px;
    }

/* 素材のこだわり */
    .sozai{
        background-color: #17214D;
        margin: auto;
        background-repeat: no-repeat;
        background-image: url(../images/sozai_bg.png),url(../images/sozai_bg_02.png);
        background-size: 661px,786px;
        background-position: top right, bottom  left;
        padding-bottom: 153px;
    }

    .container-sozai{
        max-width: 1200px;
        margin: auto;
    }

    .sozai-sub{
        justify-content: flex-end;
        padding-top: 45px;
    }

    .food_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 70px;
    }

    .food_item{
        position: relative;
        background-color: #F5F3EE;
    }

    .food_item_ttl{
        font-size: 2.0rem;
        color: #FFF;
        writing-mode: vertical-rl;
        text-orientation: upright;
        text-align: center;
        background: #B29800;
        border-radius:2px;
        position: absolute;
        right: -20px;
        top: -30px;
        padding: 10px;
        letter-spacing: 4px;
    }

    .food_box{
        width: 412px;
    }

    .food_item_img{
        width: 340px;
        display: block;
        margin: auto;
        padding-top: 30px;
    }

    .food_item_txt{
        font-size: 1.7rem;
        color: #17214D;
        line-height: 1.8;
        max-width: 340px;
        margin: auto;
        padding: 30px 0 40px;
    }

/* ご挨拶 */
    .greeting{
        background-image: url(../images/greeting_bg_pc.png);
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 122px;
    }

    .greeting .-sub{
        padding-top:86px ;
        padding-left: 158px;
    }

    .greeting_box{
        display: flex;
        justify-content: center;
        gap: 34px;
        max-width: 1151px;
        margin: auto;
    }

    .greeting_img{
        width: 520px;
    }

    .greeting_txt{
        font-size: 1.6rem;
        line-height: 2.5;
    }

/* 魚はるについて sp*/
@media screen and (max-width:870px) {
    .upper-img-list,
    .center-img-list{
        display: none;
    }

    .header_logo.-sub img{
        display: block;
        width: 35px;
        position: absolute;
        top: 77px;
        left: 47px;
    }

    .container-about{
        margin-bottom: 0px;
    }

    .about_top_sp{
        display: block;
        width: 286px;
        margin: auto;
    }

    .about_upper{
        padding: 0px 21px;
        margin-top: 83px;
    }

    .about-sub {
        position: absolute;
        top: -24px;
    }

    .about02 {
        background-image: url(../images/about_bg.png), url(../images/about_bg.png), url(../images/about_bg_01.png), url(../images/about_bg_02.png);
        background-repeat: no-repeat;
        background-size: 262px, 254px, 186px, 154px;
        background-position: top 50px left, bottom right, top 522px left, bottom 236px right;
        padding-bottom: 0px;
    }

    .about_txt_cont {
        width: 80%;
        font-size: 1.4rem;
        line-height: 2.3;
        margin: auto;
    }

    .bottom-img-list {
        display: none;
    }

    .about_txt01 {
        padding-bottom: 80px;
    }

    .about_txt02{
        margin-top: 0px;
        margin-bottom: 67px;
    }


    .slider{
        display: block;
    }

    .slider {
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden;
        text-align: center;
    }

    .slider .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        animation: slideShow 12s infinite; 
    }

     .slider .slide:nth-child(1) { animation-delay: 0s; }
     .slider .slide:nth-child(2) { animation-delay: 4s; }
     .slider .slide:nth-child(3) { animation-delay: 8s; }

        @keyframes slideShow {
        0%   { opacity: 0; }
        5%   { opacity: 1; }
        30%  { opacity: 1; }
        35%  { opacity: 0; }
        100% { opacity: 0; }
    }

/* 素材のこだわり */
    .sozai{
        background-image: url(../images/sozai_bg_sp_01.png), url(../images/sozai_bg_sp_02.png);
        background-size: 259px;
        background-position: top 10px right, bottom -60px left;
        padding-bottom: 153px;
    }

    .sozai-sub {
        justify-content: flex-end;
        padding: 34px 27px 70px;
    }

    .food_list{
        gap: 40px;
    }

    .food_item_ttl {
        font-size: 1.8rem;
    }

    .food_box {
        width: 309px;
    }

    .food_item_ttl{
        padding: 8px;
        letter-spacing: 2px;
        right: -6px;
        top: -9px;
    }

    .food_item_img {
        width: 215px;
        display: block;
        margin: auto;
        padding-top: 35px;
    }

    .food_item_txt {
        font-size: 1.4rem;
        max-width: 285px;
        margin: auto;
        padding: 24px 20px;
    }

/* ご挨拶 */
    .greeting{
        background-image: url(../images/greeting_bg_sp.png);
        padding-bottom: 40px;
    }

    .greeting .-sub {
        padding: 68px 0px 27px 48px;
    }

    .greeting_box {
        display: block;
    }

    .greeting_img {
        width: 272px;
        display: block;
        margin: auto;
    }

    .greeting_txt {
        font-size: 1.4rem;
        letter-spacing: 1.1px;
        line-height: 2;
        width: 80%;
        margin: auto;
        padding-top: 20px;
    }
}

/* ３ページ目 */
/* お品書き */
    .menu_ttl{
        width: 195px;
        position: absolute;
        top: 220px;
        left: 90px;
    }

    .menu_txt{
        font-size: 1.5rem;
        line-height: 3.5;
    }

    .menu_box{
        display: flex;
        justify-content: flex-end;
        justify-content: space-between;
        align-items: flex-start;
    }

/* 握り */
    .menu_cont_01{
        max-width: 1200px;
        padding: 254px 50px 92px 85px;
        background-image: url(../images/menu_bg_01.png);
        background-repeat: no-repeat;
        background-size: 343px;
        background-position: bottom right;
        position: relative;
        margin: auto;
    }

    .menu_img_01{
        width: 599px;
        text-align: right;
    }

    .menu_img_sp,
    .menu_img_sp_02{
        display: none;
    }

    .menu_txt_cont_01{
        padding-top: 125px;
    }

/* おつまみ */
    .menu_cont_02{
        padding: 92px 50px 197px 85px;
        background-image: url(../images/menu_bg_02.png);
        background-repeat: no-repeat;
        background-size: 280px;
        background-position: bottom right;
        max-width: 1200px;
        margin: auto;
    }

    .menu_ttl_02{
        width: 175px;
    }

    .menu_img_02{
        width: 548px;
        padding-top: 130px;
    }

    .menu_txt_cont_02{
        padding-top: 112px;
    }

/* ランチメニュー */
    .menu_cont_03{
        padding: 0px 270px 130px 101px;
        background-image: url(../images/menu_bg_03.png);
        background-repeat: no-repeat;
        background-size: 1032px;
        background-position: bottom left;
        max-width: 1200px;
        margin: auto;
    }

    .menu_ttl_03{
        width: 175px;
    }

    .menu_txt_cont_03{
        padding-top: 73px;
    }

    .menu_img_03{
        width: 371px;
        padding-left: 40px;
    }

/* ドリンク */
    .menu_cont_04{
        padding: 100px 80px 137px 101px;
        max-width: 1200px;
        margin: auto;
    }

    .menu_ttl_04{
        width: 175px;
    }

    .category-header{
        font-size: 1.6rem;
        background-color: #17214D;
        color: #fff;
        padding: 12px 0px 12px 36px;
    }

    .menu-drink_wrapper{
        max-width: 1040px;
        margin: auto;
        margin-top: 51px;
        flex-wrap: wrap;
    }

    .menu-drink_list{
        display: flex;
        justify-content: space-between;
        padding-top:47px ;
        row-gap:46px;
        flex-wrap: wrap;
    }

    .menu-drink_list .item{
        display: flex;
        width: 500px;
        justify-content: space-between;
    }

    .item-name,
    .price,
    .glass-bottle,
    .note,
    .alcohol_icon{
        font-size: 1.4rem;
    }

    .item-name{
        flex: 1;
    }

    .note{
        line-height: 1.5;
        margin-top: 50px;
    }

    .glass-bottle{
        display: grid;
        gap: 10px;
    }

    .glass-bottle_item{
        width: 110px;
        display: flex;
        justify-content: space-between;
    }

    .alcohol_icon{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px; 
        height: 32px;
        border: 1px solid #17214D;
        border-radius: 50%; 
        margin-top: 25px;
    }
/* footer menu */
    .footer_menu{
        margin-top: 137px;
    }
/* 3ページ目 */
/* SP */
@media screen and (max-width:870px) {
    .menu_img_01,
    .menu_img_02{
        display: none;
    }

    .menu_ttl,
    .menu_ttl_02,
    .menu_ttl_03,
    .menu_ttl_04{
        width: 150px;
    }

/* 握り */
    .menu_cont_01 {
        padding: 0px;
        background-size: 146px;
    }

    .menu_box{
        display: block;
    }
    
    .menu_ttl {
        top: 57px;
        left: 4px;
    }

    .menu_txt_cont_01 {
        padding: 132px 26px 29px;
    }

    .menu_img_sp{
        display: block;
        width: 358px;
        margin: auto;
        padding-bottom: 50px;
    }

    .menu_img_sp_02{
        display: block;
        width: 293px;
        margin: auto;
    }

/* おつまみ */
    .menu_cont_02 {
        padding: 108px 26px;
        background-size: 95px;
        background-position: bottom 37px right;
    }

    .menu_txt_cont_02{
        padding-top :23px;
    }


/* ランチメニュー */
    .menu_cont_03 {
        padding: 0px 26px 46px;
        background-size: 322px;
    }

    .menu_img_03{
        width: 276px;
        padding-left: 0px;
    }

    .menu_img_lunch{
        text-align: center;
    }

    .menu_txt_cont_03 {
        padding-top: 13px;
    }

/* ドリンク */
    .menu_cont_04 {
        padding:70px 26px 0px;
    }

    .menu-drink_wrapper {
        max-width: 323px;
        margin-top: 57px;
    }
}
/* ４ページ目 */
/* 店舗情報 */
    .info_map{
        max-width: 1120px;
        width: 100%;
        height: 400px;
        margin: auto;
        margin-top: 200px;
    }

    .info_txt_cont_top,
    .info_txt_cont{
        display: flex;
    }

    .info_txt_cont_top{
        justify-content: center;
        padding-top: 72px;
    }

    .acsess,
    .info_sub_ttl{
        font-size: 1.7rem;
        font-weight: bold;
    }

    .info_details,
    .acsess_details{
        font-size: 1.5rem;
    }

    .acsess{
        display: grid;
        place-items: center;
        padding-right: 76px;
        margin-right: 76px;
        border-right: 1px solid #17214D;
    }

    .acsess_details{
        line-height: 3;
    }

    .info_bottom{
        display: flex;
        justify-content: center;
        gap: 173px;
        padding: 129px 40px 158px;
    }

    .info_txt_cont{
        gap: 70px;
        padding: 38px 0px;
        position: relative;
    }

    .info_txt_cont::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #BEA894;
        position: absolute;
        top: 0;
        left: 0;
    }

     .info_txt_cont:first-child:before{
        content: none;
     }

    .info_instagram{
        text-align: center;
        padding: 50px 0;
    }

    .info_bg{
        width: 100%;
    }

/* 4ページ目 */
/* SP */
@media screen and (max-width:870px) {
    .info_map{
        height: 153px;
        margin-top: 34px;
    }

    .info_txt_cont_top {
        display: block;
        padding-top: 29px;
        width: fit-content;
        margin: auto;
    }

    .acsess{
        border-right: none;
    }

    .info_txt_cont {
        display: block;
        padding: 38px 46px;
    }

    .info_txt_cont::before{
        width: 80%;
        left: revert;
    }

    .info_bottom {
        display: block;
        padding: 0px;
    }

    .info_details{
    padding-top: 16px;
    }

    .info_instagram{
        width: 285px;
        margin: auto;
    }

    .acsess_details {
        border-left: 1px solid #17214D;
        margin-bottom: 68px;
        padding-left: 20px;
        margin-top: 31px;
    }

}