@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: none;
    zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    font-family: inherit;
}
input,textarea,select {
    font-family: inherit;
    font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}
input[type="button"]:hover {
  cursor: pointer;
}
textarea {
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
}
th,td {
    border-collapse: collapse;
}
ul,ol {
    list-style-type: none;
}
img {
    vertical-align: text-bottom;
    vertical-align: -webkit-baseline-middle;
    max-width: 100%;
    height: auto;
    width: auto;
}

.center {
    text-align: center;
}

/* PC-共通 */
html,
body {
  height: 100%;
  width: 100%;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", serif;
  font-size: 18px;
  background-image: url(image/bg.jpeg);
  background-attachment: fixed;
  position: relative;
  z-index: -1;
}

img {
  border-style: none;
  object-fit: cover;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
}

p {
  line-height: 2;
}

.fa,
.fas {
    margin-left: 0.5em;
}

h2 {
  line-height: 1.5;
}
.section h2 {
    padding: 2em;
    font-size: 2em;
    margin-bottom: 3em;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    color: #fff;
    z-index: 1;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
}
#menu h2 {
    background-image: url(image/kanimenu.jpg);
}
#access h2 {
    background-image: url(image/tennai_2.jpg);
    background-position: 0 15%;
}
.section h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: brightness(70%);
    top: 0;
    left: 0;
    z-index: -1;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

main {
    overflow-x: hidden;
}

.pc {
  display: block;
}

.sp,
#sp-nav {
  display: none;
}

.block {
  display: flex;
  flex-direction: column;
}

img {
  object-fit: cover;
}

.section {
    margin: 7em 0;
}

.section-inner,
.menu {
    width: 80%;
    margin: 0 auto;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.red {
  color: #D12C27;
}

.bold {
  font-weight: bold;
}

/* PC-ヘッダー-header */
#page-top {
    display: flex;
    justify-content: space-between;
    height: 65px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    font-size: 0.8em;
    font-weight: bold;
    transition: color 0.4s ease-out;
}
.header {
    background-color: rgba(255,255,255,0.8);
}
/* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
   background-color: #fff;
   transition: color 0.4s ease-out;
   box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.logo {
    width: 90px;
}

.logo img {
    max-height: 100%;
    width: auto;
    display: block;
    filter: none;
}
.insta {
    text-align: center;
    margin: auto 1.5em;
}
.insta img {
    width: 40px;
    filter: none;
}

.page-top-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
}

.page-top-ul li {
    width: auto;
    display: inline-block;
    text-align: center;
    margin-right: 2em;
}

.page-top-ul li a {
    color: #D12C27;
    position: relative;
    text-decoration: none;
}
.page-top-ul li a:after{
    position: absolute;
    bottom: -6px;
    left: 20%;
    content: '';
    width: 60%;
    height: 2px;
    background-color: #D12C27;
    transition: all .3s;
    transform: scaleX(0);
}
.page-top-ul li a:hover:after {
    width: 60%;
    transform: scaleX(1);
}

.top-tel {
    position: relative;
    text-align: center;
    display: flex;
    padding: 0 2em;
    background-image: linear-gradient(180deg, rgba(206, 181, 149, 1) 10%, rgba(141, 117, 88, 1));
}

.top-tel a {
    color: #fff;
    display: inline-block;
    margin: auto;
}
.top-tel .fas {
    padding-left: 2em;
}

/* PC-#FV */
#fv {
    width: 100%;
    height: calc(100% - 60px );
    max-height: 750px;
    overflow: hidden;

    position: relative;
    filter: none;
}
  
.fv-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: change-img-anim 16s infinite;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fv-bg:nth-of-type(1) {
    animation-delay: 0s;
    background-image: url(image/kani_2.jpg);
}
.fv-bg:nth-of-type(2) {
    animation-delay: 8s;
    background-image: url(image/ebi_3.jpg);
}

@keyframes change-img-anim {
    0%{ opacity: 0;}
    50%{ opacity: 1;}
    80%{
        opacity: 0;
        transform: scale(1.1);
      }
    100%{
    opacity: 0;
    transform: scale(1);
    }
}

.fv-logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 50%;
    height: auto;
}

.fv-text {
    position: absolute;
    font-size: 0.9em;
    bottom: 2em;
    right: 3em;
    text-align: right;
    line-height: 1.5;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
    font-weight: bold;
    color: #333;
}

/* PC-かに倉えび蔵について-#about */
.about-item {
    display: flex;
}

.about-item img {
    width: 60%;
}

.about-item h1 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    font-size: 2em;
    line-height: 2;
}

.about-item p {
    width: 80%;
    margin: auto;
    display: inline-block;
}


/* PC-コース-#course */
.course-text {
    margin-bottom: 2em;
    margin: 0 auto 3em;
    width: 80%;
    max-width: 700px;
}

.course-about {
    width: 53%;
    position: relative;
    z-index: 2;
}

.coursemenu {
    width: 55%;
    margin: -14em 0 2em auto;
}

.coursemenu-inner {
    width: auto;
    background-image: url(image/menu.jpg);
    background-size: cover;
    padding: 3em 0em 2em 7em;
    position: relative;
}
.coursemenu-inner::before,
.coursemenu-inner::after {
    content: "";
    position: absolute;
    background-image: url(image/course.png);
    width: 20%;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.coursemenu-inner::before {
    top: -2em;
    right: -2em;
}
.coursemenu-inner::after {
    bottom: -2em;
    left: -2em;
    transform: scale(-1, -1);
}

.coursemenu-inner h3 {
    position: relative;
    z-index: 1;
    font-size: 1.4em;
}

.coursemenu-inner p {
    text-align: end;
    width: 90%;
    font-size: 1.2em;
    font-weight: bold;
}

.coursemenu-inner ul {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding: 0.7em 0 1em;
}

.pick-menu {
    position: relative;
}
.pick-menu::before {
    content: "";
    position: absolute;
    background-image: url(image/red_line.png);
    background-size: contain;
    background-repeat: no-repeat;

    left: 2.2em;
    width: 1em;
    bottom: -3em;
    height: 6em;
    transform: rotateZ(-90deg);
}

/* PC-メニュー-#menu */
.menu {
    margin: 0 auto 8em;
    padding: 2em 10%;
    max-width: 800px;
    position: relative;
    background-image: url(image/menu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.menu-head {
    display: flex;
}
.menu .sp {
    display: none;
}

.menu-inner {
    display: flex;
    justify-content: space-between;
}

.menu p {
    font-size: 1.4em;
    font-weight: bold;
    width: calc(100% / 3 + 0.4em);
}

.menu img {
    position: absolute;
}

.menu img {
    width: 30%;
}

.menu img:first-child {
    left: 5%;
    top: -2em;
}
.menu img:nth-child(2) {
    right: 10%;
    bottom: -2em;
}

.menu-list {
    padding: 1em 0 2em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1em;
    height: 15em;/* 6行+改行文+見出し分 */
}
.menu-list li:nth-child(8) {
    margin-top: 4em;
}

/* PC-店舗情報-#access */
.access-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6em;
}

.access-box table {
    width: 40%;
}

.access-box table tr {
    border-bottom: 1px solid;
    display: flex;
    padding: 1em 0 1em 0.5em;
    align-items: center;
    font-size: 1.1em;
}
.access-box table tr:last-child {
    border-bottom: none;
}

.access-box table th {
    width: 30%;
    text-align: left;
}
.access-box table a {
    color: #333;
}

.gmap {
    position: relative;
    width: 50%;
    height: 0;
    padding-top: 34%;
  }

 .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row{
    display: -ms-grid;
    -ms-grid-columns: min-content;
}

.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  animation: 30s linear infinite sliderAnimation;
}
#menu .autoplay-slider {
    animation: 45s linear infinite sliderAnimation;
}

.slide {
  height: 200px;
  width: 400px;
  margin: 20px;
  position: relative;
}
#menu .slide {
    height: 200px;
    width: 300px;
}

.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}

/* PC-ご予約-#reserve */
#reserve {
    text-align: center;
}

.reserve {
    padding: 10px;
    margin: 0 auto;
    display: inline-block;
}
.reserve {
    background-image: URL(image/tennai_3.jpg);
    width: 100%;
    background-size:cover;
    background-position:50%;
    position: relative;
}
.reserve::after {
    content: '';
    background-color: rgba(0,0,0,.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.reserve-inner {
    color: #fff;
    font-size: 1em;
    padding: 2em;
    position: relative;
    z-index: 2;
}

.reserve-inner h3 {
    background-image: linear-gradient(180deg, rgba(206, 181, 149, 1) 10%, rgba(141, 117, 88, 1));
    padding: 1em 4em;
    display: inline-block;
    margin: 0 auto 1em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.reserve-inner p {
    margin-bottom: 1em;
}

.reserve-inner a {
    color: #fff;
    text-decoration: underline;
    font-size: 2em;
}

.reserve-inner table {
    margin: 0 auto;
    font-size: 1em;
    text-align: left;
    color: #fff;
}

.reserve-inner table th,
.reserve-inner table td {
    padding-bottom: 5px;
}

.reserve-inner table th {
    padding-right: 2em;
}

/* PC-フッター-footer */
footer {
    padding: 1.5em;
    text-align: center;
    font-size: 0.7em;
}

/* ローディング画面 */
.loader-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-image: url(image/bg.jpeg);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background-color: #D12C27;
    background: -moz-linear-gradient(left, #D12C27 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #D12C27 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #D12C27 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #D12C27 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #D12C27 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .loader:before {
    width: 50%;
    height: 50%;
    background-color: #D12C27;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  
  .loader:after {
    background-image: url(image/bg.jpeg);
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  @-webkit-keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }


/* スクリーンサイズが768px以下の場合に適用-タブレット */
@media screen and (max-width: 768px) {
    /* タブレット-共通 */
    body {
        background-size: cover;
    }

    .section {
        margin: 4em 0;
    }
    .section h2 {
        margin-bottom: 2em;
    }

    /* タブレット-ヘッダー-header */
    .insta {
        margin: auto 1em auto 0;
    }

    /* タブレット-#FV */
    .fv-logo {
        width: 70%;
    }
    .top-tel {
        padding: 0 1em;
    }


    /* タブレット-かに蔵えび蔵について-#about */
    .about-item {
        position: relative;
    }
    .about-item h1 {
        position: absolute;
        right: 0;
    }

    .about-item:nth-child(2) {
        margin-top: 1em;
        flex-direction: column-reverse;
    }

    .about-item:nth-child(2) img {
        width: 100%;
        margin-bottom: 3em;
    }

    /* タブレット-コースメニュー-#course */
    .course-about {
        width: 70%;
    }
    .coursemenu {
        width: 85%;
        margin: -2.5em 0 0em auto;
    }
    .coursemenu-inner {
        padding: 4em 0em 1em 3em;
    }

    /* タブレットーメニュー-#menu */
    .menu {
        padding: 2em 5%;
    }

    .menu p {
        width: calc(100% / 3 + -0.6em);
    }

    /* タブレット-店舗情報-#access */
    .access-box {
        flex-direction: column;
    }

    .access-box {
        flex-direction: column;
    }

    .access-box table {
        width: 90%;
        margin: 0 auto 2em;
    }

    .gmap {
        width: 90%;
        margin: 0 auto;
        padding-top: 40%;
    }
}


/* スクリーンサイズが480px以下の場合に適用-スマホ */
@media screen and (max-width: 480px) {
    /* SP-共通 */
    body {
        font-size: 14px;
    }

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    .section-inner {
        width: 90%;
    }

    .section h2 {
        margin-bottom: 1.5em;
    }

    /* SP-ヘッダー-header */
    #page-header,
    #page-top {
        height: 60px;
    }
    #page-top .pc {
        display: none;
    }

    .insta {
        text-align: center;
        margin: 2em auto;
        display: block;
    }

    #sp-nav {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    #sp-label {
    display: flex;
    justify-content: right;
    position: relative;
    z-index: 30;
    }
    #sp-label .site-title {
    margin: 0 auto;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    }

    .site-title img {
    width: auto;
    height: 60px;
    }

    #drawer {
        position: fixed;
        top:0;
        right: 0;
        width: 100%;
        height: calc(33.5em - 2px);
        display: block;
        background-color: #F6F0E3;
        -webkit-transition: 0.3s;
            -webkit-transform: translateX(100%);
        transition: 0.3s;
        overflow-y: hidden;
        z-index: 999;
    }

    #hamburger_checkbox:checked ~ #drawer{
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    #drawer_inner{
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: calc(100vh - 50px);
        overflow-y:scroll;
    }

    #hamburger_checkbox{
        display: none;
    }

    #hamburger_label{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: 33px;
        height: 30px;
        position: relative;
        margin: 15px;/* page-topのheight: 60px; - heoght: 30px; */
    }

    #hamburger_span{
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: #D12C27;
    }

    #hamburger_span::before,#hamburger_span::after{
        display: block;
        content:"";
        position: absolute;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: #D12C27;
    }

    #hamburger_span::before{
      top:0;
    }

    #hamburger_span::after{
      bottom: 0;
    }

    #hamburger_close{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        left: calc(100% - 65px);
        top: 10px;
        width: 35px;
        height: 35px;
        position: relative;
        margin-left: 10px;
    }

    #hamburger_close::before{
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: #D12C27;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    #hamburger_close::after{
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: #D12C27;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    #drawer_nav {
     margin: 1em 10% 0;
    }

    #drawer_nav li{
        padding: 1em 0 0.7em;
        text-align: center;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
        padding: 0.5em;
        margin-bottom: 0.5em;
    }

    #drawer_nav li a p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        margin: 0 auto;
        border: 2px solid;
        padding: 0.3em;
        color: #D12C27;
        font-weight: bold;
    }

    #drawer_nav span {
     font-size: 0.8rem;
    }

    #drawer_inner .top-tel {
        padding: 1.5em;
        font-size: 1.1em;
    }

    /* sp-#FV */
    #FV {
        max-height: 500px;
    }

    .fv-bg {
        background-position: center;
    }

    /* sp-追従-.tuiju */
    .tuiju {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 20;
        background-image: linear-gradient(180deg, rgba(206, 181, 149, 1) 10%, rgba(141, 117, 88, 1));

        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    /*このクラスが付与されると表示する*/
    .active{
        opacity: 1;
        visibility: visible;
    }

    /*footerまでスクロールしたら消す*/
    .is-hidden {
        visibility: hidden;
        transition: 0.3s;
        opacity: 0;
    }

    .tuiju ul {
        display: flex;
        justify-content: space-around;
        padding: 0.6em 1em;
    }

    .tuiju ul li {
        font-weight: bold;
        padding: 0.7em;
        width: 50%;
        text-align: center;
        border-right: 1px solid #fff;
    }
    .tuiju ul li:last-child {
        border-right: none;
    }

    .tuiju ul li a {
        color: #fff;
    }
  

    /* sp-かに蔵えび蔵について-#about */
    .about-item img {
        width: 50%;
    }
    .about-item:nth-child(2) {
        margin-top: -6em;
    }
    .about-item:nth-child(2) img {
        width: 90%;
        margin: 0 auto;
    }

    /* sp-コース-#course */
    .course-about {
        width: 90%;
        margin: 0 auto;
    }

    .coursemenu {
        margin: 3em auto 0;
    }

    .coursemenu-inner {
        padding: 2em 0em 1em 3em;
    }

    /* sp-メニュー-#menu */
    #menu {
        margin: 4em auto;
    }

    .menu {
        padding: 2em;
        margin: 0 auto 6em;
        width: 70%;
    }

    .menu .sp {
        display: flex;
    }

    .menu-inner {
        flex-direction: column;
    }

    .menu-list {
        padding: 0em 0 1em;
        height: 11em;
    }
    
    .menu-list:last-child {
        padding: 0;
    }

    .menu-list li {
        width: 50%;
    }

    /* sp-店舗情報-#access */
    #access h2 {
        padding: 1.5em;
    }

    .access-box table tr {
        font-size: 1em;
    }

    .access-box {
        margin-bottom: 3em;
    }

    .gmap {
        padding-top: 70%;
    }

    .slide {
        height: 150px;
        width: 200px;
        margin: 0 20px;
    }


    .reserve {
        padding: 0;
    }
    .reserve-inner h3 {
        padding: 1em 2em;
    }
}

/* スクリーンサイズが320px以下の場合に適用-スマホsmall */
@media screen and (max-width: 360px) {
    body,
    .access-box table tr {
        font-size: 12.5px;
    }

    #drawer {
        height: calc(34em - 2px);
    }

    #FV {
        height: calc(100% - 60px );
        max-height: 380px;
    }

    .about-item h1 {
        font-size: 1.7em;
    }

    .section h2 {
        padding: 1em;
    }

    .menu-list {
        height: 10em;
    }

    .reserve-inner h3 {
        padding: 1em;
    }
    
}

/* スクリーンサイズが1500px　以上の場合に適用-デスクトップ */
@media screen and (min-width: 1500px) {
    body,
    .access-box table tr {
        font-size: 20px;
    }
    #page-top {
        height: 90px;
    }
}