* PC、スマホ共通スタイル */ .zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}


body {
    max-width: 1440px;
    margin: 0 auto 0 auto;
    font-family: "Zen Maru Gothic", serif;
    color: #333;
}


h2 {
    position: relative;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}


h2::before {
    background-image: linear-gradient(90deg, rgb(199, 235, 235), rgb(183, 231, 227) 13%, rgb(151, 204, 217) 34%, rgba(201, 233, 241, 0.8) 46%);   
    border-radius: 5px;
    bottom: -5px;
    content: "";
    height: 5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px;
}


/* ヘッダー */
/* header {
    margin: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.logo-top {
    max-width: 150px;
}

/* ナビゲーションのレイアウト */
#nav-pc {
    font-size: 12px;
    /* display: flex;
    justify-content: space-between;
    align-items: baseline; */
    margin-right: 48px;
}
.inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#nav-pc ul {
    display: flex;
    padding-left: 0;
}


/* ナビゲーションリンクの装飾設定 */
#nav-pc a {
    text-decoration: none;
    margin-left: 20px;
    color: #333;
    position: relative;
    display: inline-block;
}


ul a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, rgba(148, 189, 187, 1), rgba(233, 233, 222, 1) 50%, rgba(129, 194, 204, 1));    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}


#nav-pc a:hover::after {
    transform: scale(1, 1);
}
/* #logo {
    max-width:50%;
    display:block;
    margin:0 auto;
    
  } */
  
  header::after{
      
    display:none;
  } 
  .Toggle{
    display: none;
   }


/* メイン */
/* メインビジュアル */
#main-visual {
    position: relative;
    margin-top: 24px;
    padding-bottom: 40px;
    max-width: 900px;
    margin: 0 auto;
}


.main-visu {
    max-width: 100%;
}


#main-message {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    background-image: linear-gradient(90deg, rgba(217, 234, 235, 0.8) 29%, rgba(214, 217, 218, 0.8) 46%, rgba(214, 217, 218, 0.8) 61%, rgba(235, 234, 229, 0.8) 72%, rgba(222, 221, 217, 0.8) 76%, rgba(204, 203, 190, 0.8) 81%, rgba(214, 221, 202, 0.8) 89%);}

h1 {
    color:rgb(239, 239, 239);
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(74, 86, 108, 1);
    text-align: center;
    margin-top:16px;
}

#main-message>p {
    color:rgb(239, 239, 239);
    font-size: 20px;
    font-weight: bolder;
    text-shadow: 1px 1px 1px rgba(74, 86, 108, 1);
    text-align: center;
    margin: -23px 24px 16px 24px;
}

/* greeting */
#greeting {
    display: flex;
    flex-direction: column;
    
    margin-top: 24px;
    align-items: center;
}


.greeting-text {
    width: 90%;
    margin-top: 40px;
}


.greeting-img {
    width: 50%;
}


.greeting-img>img {
    width: 100%;
}


.greeting-text>p {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
}
.oshateam {
    text-align: right;
}

.greeting-text>a {
    text-align: right;
}


.greeting-text>a>div {
    padding-right: 50px;
}



/* スクロールすると下からふわっとさせるためのコード */
.fadein {
    /* 30px下げる */
    transform: translateY(30px);
    /* 要素を透明にする */
    opacity: 0;
    /* 2秒かsけて、変化させる */
    transition: transform 2s, opacity 2s;
}


.fadein.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}


/* イベントのご案内 */
#event {
    margin-top: 24px;
    padding-top: 24px;
}

.eldb {
    font-size: larger;
    font-weight: bold;
}

table {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 40px;
}

tr {
    border-bottom: 1px solid rgba(74, 86, 108, 1);
    padding: 24px auto;
    height: 80px;
}
.datebox {
    border: none;
}
tr:first-child{
    border-bottom: none;
    height: 40px;
}
tr:last-child {
    border: none;
}

table th {
    width: 30%;
}
.rice-box {
    height: 40px;
}
.rice {
    font-size: 12px;
    padding-bottom: 16px;

}

td>span {
    font-size: 12px;
}

/* 予約 */
.reservation {
    margin: 0 auto;
    width: 500px;
    padding: 8px 40px;
    border-radius: 20px;
    gap: 64px;
    align-items: center;
    margin-top: 24px;
    text-align: center;
}

/* フッター */
.footer-right div {
    text-align: center;
    font-size: 16px
}

.resa-link {
    padding: 8px 40px;
    width: 40%;
    margin: 0 auto;
    background-color:  rgba(192, 192, 182, 0.2);
    border-radius: 15px;
    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.09)
}

.resa-link a {
    color: #333;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
}



/* セール案内 */
#specialsale {
    padding-top: 40px;
}

.specialsale-text {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;
}

.specialsale-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    justify-content: center;
    margin: 0 auto;
    gap: 60px;
    margin-top: 80px;
}

.specialsale-item {
    display: flex;
    flex-direction: column;
}


.specialsale-item>a>div {
    width: 400px;
    height: 300px;
}

.specialsale-item a {
    text-decoration: none;
}

.specialsale-item a:hover {
    opacity: 0.6;
}

.specialsale-img {
    width: 400px;
    height: 300px;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 0 25px 0 0;
}


.specialsale-title {
    text-align: center;
    text-decoration: none;
    color: black;
}

#specialsale .viewmore {
    text-align: right;
}


/* meeting */
#meeting {
    margin-top: 40px;
    margin-bottom: 40px;
}
.meetingpic {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.meeting-text {
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;

}

.meetingpic>img {
    width: 150px;
    object-fit: cover;
    height: auto;
    border-radius: 0 25px 0 0;
    margin-top: 24px;
}

/* footer */
footer {
    padding-top: 24px;
    margin-top: 24px;
    border-top: solid 1px rgba(74, 86, 108, 1);
}

.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.companyinfo>p {
    text-align: left;
}

#cpname {
    font-size: 16px;
    font-weight: bold;
}

.cpname2 {
    font-weight: bold;
    font-size: 12px;
}

.cpadd {
    font-size: 12px;
}


.logo-foot {
    max-width: 100px;
}

.contact-link {
    padding: 8px 40px;
    background-color: #f2f2f2;
    border-radius: 15px;
}

.contact-link a {
    color: #333;
    font-size: 28px;
    text-decoration: none;
}

footer p {
    text-align: center;
}
.snsicon {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
margin: 0 auto;
}
.iconimg {
    height: 30px;
 
}
.iimg1 {
    max-height: 100%;
} 
.iimg2 {
    max-height: 70%;
} 
@media screen and (max-width:768px) {

    main {
        width: auto;
        font-size: 16px;
    }
    .inner {
        display: block;
    }
#nav-pc {
    margin-right: 0px;
}
    #nav-pc ul {
        flex-direction: column;
        font-size: 10px;
        text-align: right;
        
    }
    #nav-pc a::after {
        height: 1px;
        bottom: -1px;
    }
    /* ul a::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: rgb(163, 72, 69);
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform .3s;
    } */
    #main-visual {
        width: 100vw;
        padding-bottom: 0px;
    }
.main-visu {
    object-fit: cover;
    aspect-ratio: 1/1;
    height: 100vh;
}
    h1 {
        color:rgb(239, 239, 239);
        font-size: 32px;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(74, 86, 108, 1);
        text-align: center;
    }
    .h2-index {
        position: relative;
        font-size: 18px;}
        h2::before {
            background-image: linear-gradient(90deg, rgba(148, 189, 187, 1), rgba(233, 233, 222, 1) 50%, rgba(129, 194, 204, 1));    transform: scale(0, 1);
            border-radius: 5px;
            bottom: -5px;
            content: "";
            height: 5px;
            left: 50%;
            position: absolute;
            transform: translateX(-50%);
            width: 50px;
        }
        
    #main-message>p {
        color:rgb(239, 239, 239);
        font-size: 11px;
        font-weight: bolder;
        text-shadow: 1px 1px 1px rgba(74, 86, 108, 1);
        text-align: center;
        margin: 16px 0;

        
    }

    #greeting {
        flex-direction: column;
        padding-top: 0px;
        margin-top: 0px;
    }

    .greeting-img {
        width: 100%;
    }

    .greeting-text {
        width: 80%;
        padding-top: 16px;
    }

    #event {
        padding-top: 0px;
        margin-top: 0px;
    }

    table {
        max-width: 80%;
        margin: 0 auto;
        font-size: 12px;
    }

    .rice {
        font-size: 8px;
    }

    td>span {
        font-size: 8px;
    }

table th {
    width: 10%;
}
    .notice {
        font-size: 10px;
    }


    .reservation {
        flex-direction: column;
        margin: 0 auto;
        width: 90%;
        /* padding: 8px 40px; */
        border-radius: 20px;
        align-items: center;
        text-align: center;
        margin-top: 16px;
        gap: 8px;
    }
    .resanotice {
    font-size: 12px;
}
    .specialsale-text {
        width: 80%;
        margin-top: 0px;
    }

    #specialsale {
        padding-top: 0px;
    }

    .specialsale-container {
        width: 90%;
        display: flex;
        margin-top: 0px;
        flex-direction: column;
        gap: 16px;
    }

    .specialsale-item>a>div {
        width: 200px;
        height: 150px;

    }

    .specialsale-img {
        width: 100%;

        object-fit: cover;
        aspect-ratio: 1/1;
        border-radius: 0 25px 0 0;

    }

    .specialsale-title {
        font-size: 12px;
    }

    .meeting-text {
        width: 80%;
        margin-top: 0px;
    }

    .meetingpic {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 90%;
        justify-content: center;
        margin: 0 auto;
        gap: 16px;
    }

    .footer-container {
        flex-direction: column-reverse;
    }

    /* フッター */
    footer {
        padding-top: 0px;

    }
    .footer-container {
        gap: 0;
    }
    .footer-right div {
        text-align: center;
        width: 100%;
    }

    .resa-link {
        width: 70%;
        margin: 0 auto;
        padding: 8px 40px;
        background-color:   rgba(192, 192, 182, 0.2);
        border-radius: 15px;
        box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.09)
    }

    .resa-link a {
        color: #333;
        font-size: 24px;
        text-decoration: none;
    }

/*============
nav
=============*/
nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(74, 86, 108, 1);
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  /* nav .inner ul li a:hover {
    background: #e4e4e4;
  } */
  .copy {
    font-size: 10px;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  }
  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #f2f2f2ff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  /*============
  main
  =============*/
/* 
  main h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
  } */

  
  
}