@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    scroll-behavior: smooth;
}
img {
    width: 100%;
    vertical-align: bottom;
}
body {
    background-image: url(../img/hero.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 767px) {
    body {
        background-image: url(../img/hero2.jpg);
        background-position: bottom;
        background-size: cover;
    }
}

/* header */
header {
    position: relative;
    height: 120vh;
}
h1 {
    position: absolute;
    top: 0px;
    left: -5px;
    width: 100px;
    height: 10px;
}

.header-text {
    color: white;
    margin-top: 50px;
    font-size: 14px;
}
.header-tel {
    color: white;
    margin-bottom: 30px;
    font-size: 14px;
}

.header-container_02 {
    position: relative;
    height: 300px;
    font-family: serif;
}

.header__navi_02 {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    background: #544f68a0;
    width: 100%;
    transform: translateY(-120%);
    transition: all 0.6s;
}

.header__navi_02.active {
    transform: translateY(0%);
}

.header__navi_02 ul {
    padding-top: 48px;
    text-align: center;
}

.header__navi_02 li {
    list-style: none;
    margin-bottom: 24px;
}

.header__navi_02 li a {
    color: #f9f9f9;
    text-decoration: none;
}

/* メニューボタン */
.sp-menu-btn_02 {
    background-color: transparent;
    border: none;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 40px;
    cursor: pointer;
    z-index: 1000;
}

.sp-menu-btn_02 .line {
    display: block;
    position: absolute;
    height: 3px;
    right: 15px;
    background: #000000;
    transition: 0.3s ease-in-out;
}

.sp-menu-btn_02 span:nth-child(1) {
    top: 16px;
    width: 30px;
}

.sp-menu-btn_02 span:nth-child(2) {
    top: 24px;
    width: 20px;
}
nav ul li {
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    width: 10em;
    margin: 0 auto;
}

/* メニューが開いているときのボタン */
.sp-menu-btn_02.active span:nth-child(1) {
    top: 24px;
    background: #ffffff;
    transform: rotate(-45deg);
}

.sp-menu-btn_02.active span:nth-child(2) {
    top: 24px;
    background: #ffffff;
    width: 30px;
    transform: rotate(45deg);
}

.header-container_02 h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    font-weight: normal;
}
header h2 {
    opacity: 0;
}

@media (min-width: 767px) {
    h2{
        letter-spacing: 0.2em;
        font-weight: 500;
    }
    h1 img {
        width: 200px;
        height: 180px;
    }
    .inner-header {
        box-shadow: 3px 2px 20px rgb(50, 50, 50);
    }
    nav ul li {
        margin-left: 30px;
        border-bottom: none;
    }
    .sp-menu-btn_02 span:nth-child(1) {
        width: 80px;
        height: 3px;
        top: 28px;
    }
    .sp-menu-btn_02 span:nth-child(2) {
        width: 50px;
        top: 40px;
    }
    .sp-menu-btn_02.active span:nth-child(1) {
        top: 30px;
        background: #ffffff;
        transform: rotate(-45deg);
        width: 50px;
    }

    .sp-menu-btn_02.active span:nth-child(2) {
        top: 30px;
        background: #ffffff;
        width: 50px;
        transform: rotate(45deg);
    }
    .header__navi_02 {
        background: #6c759cd4;
        height: 80vh;
        box-shadow: 3px 3px 15px rgb(57, 55, 55);
    }
    .nav li {
        margin-bottom: 24px;
        transition: letter-spacing 0.3s;
        letter-spacing: 0.2em;
    }

    .nav li:hover {
        letter-spacing: 0.3em; /* 字間の設定 */
    }
    .header-text {
        font-size: 24px;
        margin-top: 160px;
        letter-spacing: 0.7em;
        margin-bottom: 10px;
    }

    .header-tel {
        font-size: 24px;
        letter-spacing: 0.5em;
    }
    .inner-header h2 {
        margin: 0 auto;
        text-align: center;
        padding-top: 30px;
        width: 100%;
        opacity: 1;
        color: white;
        font-weight: 400;
        font-size: 60px;
        letter-spacing: 0.5em;
        font-family: "Rock Salt", cursive;
        font-weight: 400;
        font-style: normal;
    }
    .nav-take {
        background-color: rgba(6, 1, 49, 0.6);
        border-radius: 50px;
        font-size: 40px;
        letter-spacing: 0.2em;
        transition: 0.7s;
        padding: 10px 0;
    }
    .nav-yoyaku {
        background-color: rgba(43, 39, 39, 0.558);
        border-radius: 50px;
        font-size: 40px;
        letter-spacing: 0.2em;
        transition: 0.7s;
        padding: 10px 0;
    }
    .nav-yoyaku:hover {
        background: rgb(43, 39, 39);
        transition: 0.7s;
    }
    .nav-take:hover {
        background-color: rgb(6, 1, 49);
        transition: 0.7s;
    }
    .nav {
        margin-top: 100px;
        font-size: 55px;
    }
    .nav2 {
        margin-top: 100px;
        padding: 0 50px;
    }
    .inner-header {
        background-color: #fffefe30;
        height: 160px;
    }

    .h-flex2 {
        display: flex;
        justify-content: space-evenly;
    }
}

/* hero */
.hero {
    position: relative;
}
.hero-img1 {
    opacity: 0;
    transition: 2s;
}
.hero-img1.is-inview {
    opacity: 1;
}

.hero-img2.is-inview2 {
    opacity: 1;
}
.hero-img2 {
    opacity: 0;
    transition: 2s;
    visibility: visible;
}
.hero-img2.is-inview2 {
    opacity: 1;
}

.hero-text {
    font-weight: bold;
    font-size: 30px;
    color: rgb(255, 255, 255);
    padding-left: 20px;
    margin-bottom: 50px;
    line-height: 1.7;
    text-shadow: -5px 5px 5px black;
    opacity: 0;
    transition: 1s;
}
.hero-text.is-fade-in {
    opacity: 1;
}
.hero-shoukai {
    font-size: 15px;
    color: rgb(255, 255, 255);
    padding-left: 20px;
    margin-bottom: 100px;
    line-height: 2.5;
    text-shadow: -5px 5px 5px rgb(0, 0, 0);
    opacity: 0;
    transition: 1s;
    width: 350px;
}
.hero-shoukai.shoukai {
    opacity: 1;
}
.hero-img1 img {
    margin-bottom: 200px;
    height: 300px;
    width: 250px;
    object-fit: cover;
}

.hero-img2 img {
    position: absolute;
    bottom: 550px;
    right: 0;
    width: 320px;
    height: 350px;
    object-fit: cover;
}
.hero-img3 {
    opacity: 0;
}
.hero-img4 {
    opacity: 0;
}
@media (min-width: 767px) {
    .hero-text {
        font-size: 50px;
        margin-left: 20px;
        margin-bottom: 120px;
        transition: 3s;
    }
    .hero-shoukai {
        margin-left: 20px;
        width: 35%;
        line-height: 3em;
        font-size: 18px;
    }
    .hero-img1 img {
        opacity: 0;
    }
    .hero-img2 img {
        width: 40%;
        height: 900px;
        object-fit: cover;
        right: 40px;
        bottom: -80px;
    }
    .hero-img2 {
        opacity: 1;
    }
    .hero-img3 {
        opacity: 1;
    }
    .hero-img3 img {
        position: absolute;
        width: 500px;
        height: 400px;
        object-fit: cover;
        top: 1550px;
        left: 280px;
    }
    .hero-img4 {
        opacity: 1;
    }
    .hero-img4 img {
        position: absolute;
        width: 350px;
        height: 310px;
        bottom: 100px;
        left: 80px;
        object-fit: cover;
    }
}
/* teras */
.bg-teras {
    margin-top: -40vh;
    height: 120vh;
    background-color: rgba(80, 90, 90, 0.801);
}
.bg-teras h2 {
    font-size: 25px;
    font-weight: 700;
    color: white;
    padding-top: 100px;
    text-align: center;
    margin-bottom: 50px;
}
.bg-teras p {
    color: white;
    text-align: center;
    padding-top: 30px;
}
.tyuui {
    font-size: 12px;
    font-weight: 200;
}
.bg-teras img {
    width: 260px;
    height: 180px;
    object-fit: cover;
    padding: 0 20px;
}
.slick img {
    width: 80%;
    height: 500px;
    overflow: hidden;
}
.teras-img img {
    width: 100%;
    margin: 0 auto;
}

.animation {
    animation: fdzm 4s 0s forwards;
}
/* para */
.bg-para {
    background-image: url(../img/bg-umi.jpg);
    height: 30vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
.bg-para2 {
    background-image: url(../img/bg-yuu.jpg);
    height: 30vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
}
.bg-para3 {
    background-image: url(../img/bg-yoru2.jpeg);
    height: 30vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

@media (min-width: 767px) {
    .bg-para {
        height: 60vh;
    }
    .bg-para2 {
        height: 60vh;
    }
    .bg-para3 {
        height: 60vh;
    }
    .bg-teras {
        margin-top: 100vh;
        height: 130vh;
        background-color: rgba(255, 255, 255, 0.866);
        position: relative;
        padding: 0 100px;
    }
    .bg-teras h2 {
        font-size: 40px;
        letter-spacing: 0.3em;
        font-weight: 700;
        color: rgb(21, 97, 138);
        padding-top: 80px;
        text-align: center;
        margin-bottom: 50px;
    }
    .tyuui {
        opacity: 0;
    }
    .slick img {
        height: 85vh;
        overflow: hidden;
    }
    .teras-img img {
        width: 100%;
    }
    @keyframes fdzm {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.05);
        }
        100% {
            transform: scale(1);
        }
    }
}
/* menu */
.bg-menu {
    background-color: rgb(21, 97, 138);
    color: white;
}

.bg-menu h2 {
    font-size: 25px;
    font-weight: 700;
    color: white;
    padding-top: 100px;
    text-align: center;
    margin-bottom: 50px;
}
.bg-menu img {
    height: 70vh;
    object-fit: cover;
    margin-bottom: 50px;
}
.food {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.food-text h3 {
    width: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    border-bottom: 5px double;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
}
.food-text p {
    font-size: 22px;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
    font-weight: 400;
    width: 200px;
    text-align: center;
}
.sweet {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.sweet-text h3 {
    width: 120px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    border-bottom: 5px double;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
}
.sweet-text p {
    font-size: 22px;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
    font-weight: 400;
    width: 200px;
    text-align: center;
}
.drink {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.drink-text h3 {
    width: 120px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    border-bottom: 5px double;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
}
.drink-text p {
    font-size: 22px;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
    font-weight: 400;
    width: 200px;
    text-align: center;
}
.menu-flex a {
    color: white;
}
@media (min-width: 767px) {
    .bg-menu {
        height: 130vh;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .bg-menu h2 {
        padding-top: 100px;
        font-size: 38px;
        margin-bottom: 40px;
    }
    .bg-menu img {
        height: 85vh;
        object-fit: cover;
        margin-bottom: 50px;
        padding: 0;
        width: 450px;
    }
    .bg-menu h3 {
        font-size: 34px;
        width: 150px;
        z-index: 10;
    }
    .bg-menu p {
        font-size: 26px;
        width: 220px;
        text-align: center;
        z-index: 10;
        bottom: 50px;
    }
    .menu-flex {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .food {
        overflow: hidden;
        height: 85vh;
        width: 450px;
    }
    .food img {
        transition: 0.7s;
    }
    .drink {
        overflow: hidden;
        height: 85vh;
        width: 450px;
    }
    .drink img {
        transition: 0.7s;
    }
    .sweet {
        overflow: hidden;
        height: 85vh;
        width: 450px;
    }
    .sweet img {
        transition: 0.7s;
    }
    .food:hover img,
    .sweet:hover img,
    .drink:hover img {
        transform: scale(1.05);
    }
}
/* accsess */
.accsess {
    height: 130vh;
    background-color: rgb(255, 255, 255);
    color: white;

    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.accsess p {
    color: black;
    line-height: 2;
    margin-bottom: 20px;
}
.accsess h2 {
    font-size: 25px;
    font-weight: 700;
    color: rgb(21, 97, 138);
    padding-top: 100px;
    text-align: center;
    margin-bottom: 50px;
}
.ac-sho,
.ac-tika {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.map {
    width: 85%;
    height: 300px;
    filter: grayscale(1);
    margin: 0 auto;
    display: block;
}
@media (min-width: 767px) {
    .flex-0 {
        display: flex;
        justify-content: center;
        gap: 250px;
    }
    .accsess {
        height: 120vh;
        background-color: rgb(255, 255, 255);
        color: white;

        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    .accsess p {
        line-height: 2;
        margin-left: 200px;
        margin-bottom: 20px;
        font-size: 16px;
        margin-top: 80px;
        letter-spacing: 0.4em;
    }
    .accsess h2 {
        font-size: 38px;
        font-weight: 700;
        color: rgb(21, 97, 138);
        padding-top: 100px;
        text-align: center;
        margin-bottom: 50px;
    }
    .map {
        width: 650px;
        height: 550px;
        margin-right: 60px;
        filter: grayscale(1);
        border-radius: 20px;
    }
}
/* yayaku */
.container {
    height: 130vh;
    background-color: rgb(255, 255, 255);
    padding-top: 100px;
}
.container img {
    height: 270px;
    object-fit: cover;
}
.take-out {
    position: relative;
    width: 85%;
    margin: 0 auto;
}
.take-out h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    border-bottom: 2px solid;
    letter-spacing: 5px;
    font-weight: 600;
    text-shadow: 5px 5px 5px black;
}
.out {
    margin-bottom: 40px;
}
.yoyaku {
    position: relative;
    margin: 0 auto;
    width: 85%;
}
.yoyaku h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    border-bottom: 2px solid;
    letter-spacing: 5px;
    font-weight: 600;
    text-shadow: 5px 5px 5px black;
}
@media (min-width: 767px) {
    .container {
        display: flex;
        justify-content: space-around;
        overflow: hidden;
        background-color: rgba(255, 255, 255, 0.932);
        gap: 20px;
        padding-top: 200px;
    }
    .container img {
        height: 550px;
        width: 650px;
        object-fit: cover;
    }
    .take-out {
        position: relative;
        overflow: hidden;
        height: 550px;
        width: 650px;
    }
    .take-out img {
        transition: 0.7s;
    }
    .take-out img:hover {
        transform: scale(1.05);
    }
    .take-out h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: rgb(255, 255, 255);
        border-bottom: 2px solid;
        letter-spacing: 5px;
        font-weight: 600;
        font-size: 40px;
        z-index: 10;
    }
    .out {
        margin-bottom: 40px;
    }
    .yoyaku {
        position: relative;
        height: 550px;
        width: 650px;
        overflow: hidden;
    }

    .yoyaku h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: rgb(255, 255, 255);
        border-bottom: 2px solid;
        letter-spacing: 5px;
        font-weight: 600;
        font-size: 40px;
        z-index: 10;
    }

    .take-out,
    .yoyaku {
        overflow: hidden;
        width: 650px;
        height: 550px;
    }

    .take-out img,
    .yoyaku img {
        object-fit: cover;
        transition: transform 0.7s ease;
        display: block;
    }

    .take-out:hover img,
    .yoyaku:hover img {
        transform: scale(1.05);
    }

    .take-out h2,
    .yoyaku h2 {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 5px;
        border-bottom: 2px solid;
        z-index: 2;
        pointer-events: none;
    }
}
/* footer */
footer {
    background-image: url(../img/teras.jpg);
    height: 15vh;
    background-size: cover;
    background-position: top;
    position: relative;
    color: white;
    font-size: 10px;
}
.juu {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 8px;
    color: white;
    font-weight: 300;
}
.footer-time {
    position: absolute;
    top: 35px;
    left: 20px;
    font-size: 8px;
}
.copy {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 300;
    font-size: 8px;
}
.cafe {
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 20px;
}
.footer-logo {
    opacity: 0;
    width: 100px;
}
@media (min-width: 767px) {
    footer {
        background-size: cover;
        background-position: center;
        padding: 50px 20px;
        height: 30vh;
    }
    .footer-logo {
        opacity: 1;
        position: absolute;
        width: 150px;
        top: 20px;
        left: 130px;
    }
    .footer-time {
        top: 120px;
        left: 300px;
        font-size: 20px;
    }

    .juu {
        font-size: 18px;
        top: 50px;
        right: 200px;
        line-height: 2em;
    }

    .copy {
        font-size: 12px;
        bottom: 10px;
        left: 400px;
    }

    .cafe {
        top: 60px;
        left: 300px;
        font-size: 36px;
        font-weight: 500;
        letter-spacing: 10px;
    }

    footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* 半透明オーバーレイ */
        z-index: -1;
    }
}
