
body {
	background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    color: #222; 
	margin: auto;
}

.fv img {
    width: 100%; 
    height: 350px;
    object-fit: cover;  
    filter: grayscale(100%);
}

.fv div {
    width: 100%; 
    height: 200px;
    background-color: #fff;
}

@media(min-width:900px) {
    .fv img {
        height: 500px;
    }
    .fv .reserve-img {
        object-fit: none;
    }
}

.fv {
    position: relative;
    max-width: 1280px;
    margin: auto;
}

.fv h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: fit-content; 
}

.h1-black {
    background: #fff;
    color:#000;
    font-size: 2em;
    font-weight: 500;
    padding: 4px 16px;
    margin: auto;
    width: fit-content;
    height: fit-content;
}

@media (min-width: 700px) {
    .h1-black {
        padding: 18px 33px;
        letter-spacing : 0.42em;
    }  
}

.basic_block {
    max-width: 1280px;
    margin: auto;
}

/* ヘッダー */
header {
    height: 78px;
    padding: 16px;
    box-sizing: border-box;
    font-weight: bold;
}

header .hamburger_icon {
    position: absolute;
    right: -4px;
    top: 0;
}

.about_navi ul li a {
    text-decoration: none;
    color: #000;
}

.site_name img {
    width: 160px;
}

header .about_navi ul li {
    list-style: none;
}

.nav_main {
    display: none;
}

@media (min-width:768px) {
    .head_main  {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .nav_main {
        display: block;
        flex-basis: 70%;
    }

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

    header ul {
        display: flex;
        justify-content: space-evenly;
        flex-basis: 85%;
    }
}


/* フッター */

footer {
    background: #000;
    box-sizing: border-box;
    font-weight: bold;
    padding: 16px;
}

.footer_main {
    max-width: 1200px;
    margin: 0 auto;
}

footer .about_navi ul li {
    color: #fff;
}

footer .about_navi ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

@media (min-width:768px) {
    footer .about_navi {
        display: flex;
        justify-content: space-between;
        text-decoration: #fff;
        align-items: center;
    }

    footer ul  {
        display: flex;
        justify-content: space-evenly;
    }
}

footer nav .navi  {
    flex-basis: 50%;
}


@media(min-width: 520px) {
    footer .navi ul {
        display: flex;
        justify-content: space-evenly;
        padding-right: 40px;
    }
}

footer p {
    color: #fff;
}

footer .navi-icon {
    width: 280px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}








