@charset "utf-8";
html {
    scroll-behavior: smooth;
}
/* common */
* {
    margin: 0;
    padding: 0;
    color: #4A4438;
    font-family: "Hina Mincho";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

img {
    width: 100%;
}

/* common */
/* ============================
header
=============================== */
.logo_top {
    color: #4A4438;
    font-family: "Libre Caslon Display";
    font-size: 18px;
    text-decoration: none;
    margin-left: 8%;
}
.header {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #BEC599;
    height: 100px;
    z-index: 2;
    position: fixed;
    top: 0;
    width: 100%;
}

.nav{
    background-color: #BEC599;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;

}

.nav_list {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding-left: 50%;
    margin-top: 50%;
    transform: translate(-25%, -25%);
}
.nav.active{
    transform: translateX(0);
}

.nav_item{
    list-style: none;
}
.nav_item a {
    color: #000;
    text-align: center;
    font-family: "Libre Caslon Display";
    font-size: 30px;
    text-decoration: none;
    transition: 0.3s;
}
.nav_item a:hover {
    color: #fff;
}

.close_btn{
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    display: inline-block;
    margin-top: 70px;
    margin-left: 80%;
    transition:0.3s;
    filter: brightness(0%);
}
.close_btn:hover {
    filter: opacity(0.1);
}
.nav_list_footer{
    display: none;
}
.header_btn {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    margin-right: 10%;
    transition: 0.3s;
}

.header_btn:hover {
    filter: opacity(0.1);
}
.logo_top{
font-size: 18px;
}
/* header pc */
@media screen and (min-width:769px) {
    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
        
    }
    
    .nav_list{
        display: flex;
        flex-direction: row;
        gap: 70px;
        width: 100%;
        align-items: center;
        margin: 0 100px 0 auto;
    }

    .logo_pc{
        display: none;
    }

    .nav_item {
        display: flex;
        margin-right: 40px;
    }

    .nav_item a {
        color: #000;
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        font-style: normal;
    }
    .nav_item a:hover {
        color: #f5f5f5;
    }

    .header_btn {
        display: none;
    }
    .close_btn{
        display: none;
    }
    .logo_top{
        font-size: 30px;
        }
}
@media screen and (min-width:1200px) {
    .nav_item a{
        font-size:22px;
    }}

/* nav */
/* menu */
.title {
    font-size: 22px;
    line-height: normal;
}

.top {
    margin-top: 100px;
}

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

.menu_naiyou {
    text-align: left;
    margin: 0 auto;
    width: 70%;
}

.menu_group {
    display: flex;
    width: 70%;
    max-width: 500px;
    padding: 50px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 20px;
    background: rgba(202, 187, 154, 0.48);
    margin: 0 auto;
    margin-top: 50px;
}

.menu_div {
    margin: 0 auto;
    line-height: 34px;
}

.menu_moji {
    margin-bottom: 14px;
}

.option {
    text-align: left;
    margin: 0 auto;
}

.option_moji {
    font-size: 12px;
}

.location {
    padding-bottom: 3px;
    border-bottom: 1px solid;
}
.location_kazoku{
    text-decoration: none;
    border: none;
}

/* menu */
/* cancel */
.cancel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 50px 0;
    background: #BEC599;
}

.cancel_moji {
    font-size: 14px;
}

.cancel_group {
    line-height: 24px;
}

/* cancel */
/* photo */
.photo1 {
    width: 50%;
}

.photo_2 {
    display: flex;
    width: 80%;
    margin: 10px auto;
    justify-content: center;
    gap: 10px;
}

.photo_group {
    margin: 50px 0;
}

.under {
    text-align: center;
    padding-bottom: 50px;
    font-size: 12px;
}

.otoiawase {
    display: flex;
    padding: 9px 34.5px 9px 35.5px;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 200px;
    background: #CABB9A;
    margin: 0 auto;
    color: #F1F4F5;
    line-height: normal;
    text-decoration: none;
}

.btn {
    display: flex;
    padding: 9px 34.5px 9px 35.5px;
    justify-content: center;
    align-items: center;
    width: 40%;
    max-width: 200px;
    margin: 0 auto;
    line-height: normal;
    text-decoration: none;
    color: #F1F4F5;
    font-size: 14px;
    background: #4A4438;
}

.btn_group {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
}

/* photo */
/* footer */
.top_position {
    background-image: url(../images/top_btn_2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 100px;
    right: 40px;
    width: 52px;
    height: 46px;
}

.topbtn {
    text-decoration: none;
    display: flex;
    font-family: "Libre Caslon Display";
    font-size: 12px;
    line-height: normal;
    padding-top: 24px;
    justify-content: center;
}

.insta {
    display: flex;
    justify-content: center;
}

.instagram {
    width: 50px;
    height: 50px;
    margin: 50px;
}

.footer {
    background-color: #BEC599;
    padding-bottom: 20px;
}

.footer a {
    text-decoration: none;
    font-family: "Libre Caslon Display";
    font-size: 18px;
    line-height: normal;
    padding-top: 10%;
    padding-left: 10%;
    display: block;
}

.copy {
    padding-left: 80%;
    font-size: 14px;
}
@media screen and (min-width:1024px) {
    .menu{
        padding: 120px 0;
    }
    .menu_group{
        padding: 100px 30px;
        margin-top: 100px;
        gap: 50px;
    }
    .photo_group{
        margin: 100px 0;
    }
    .btn_group{
        margin-bottom: 100px;
    }
}
@media screen and (min-width:1200px) {
    .instagram{
        margin: 100px;
    }
    .footer a{
        font-size: 30px;
    }
    .top_position{
        bottom: 100px;
        right: 80px;
        width: 102px;
        height: 90px;
    }
    .topbtn{
        font-size: 20px;
        padding-top: 50px;
    }
    }