@charset "UTF-8";

body{
    font-family: var(--font-family-serif);
    --font-family-serif: "notoSerifJp", "Noto Serif JP", "游明朝", "Yu Mincho", yumincho, "Hiragino Mincho Pro", serif;
    font-size: 15px;
    margin: 0 auto;
    width: 100%;
    background-color: white;
}

a{
    cursor: unset;
    text-decoration: none;
    color: initial;
}

.language{
    position: fixed;
    top: 20px;
    right: 50px;
    z-index: 100;
    font-weight: 600;
    font-family: "SF Pro JP", sans-serif;
}

.language ul{
    display: flex;
    list-style: none;
}

.language ul li{
    padding-left: 20px;
    padding-right: 20px;
}

.language ul li:nth-child(odd){
    border-right: solid 2px black;
}

.hamburger{
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 100; */
    width: 100vw;
    height: 100vh;
    background-color: #cccc;
    margin: 0 auto;
    display: none;
}

.hamburger{
    text-align: center;
}

.hamburger.is-active{
    display: flex;
    position: absolute;
    z-index: 200;
    justify-content: center;
    margin: 0 auto;
    position: fixed;
}

.hamburger ul li{
    margin-top: 15px;
    cursor: pointer;
    padding: 30px;
    list-style-type: none;
}

.material-icons-close{
    position: fixed;
    top: 80px;
    right: 80px;
}

.material-icons-close.is-active{
    z-index: 300;
}

.material-icons{
    position: fixed;
    top: 75px;
    right: 50px;
    cursor: pointer;
    font-size: 150px;
    z-index: 100;
}

.material-icons.is-active{
    display: none;
}

.material-icons:hover{
    opacity: .8;
    background-color: #808080;
}

/* .menu.is-active{
    display: none;
} */

.logo{
    text-align: center;
    margin: 30px;
    cursor: pointer;
}

.logo img{
    width: 120px;
}

.logo h1{
    font-family: "Zapfino";
    font-style: bold;
}

.header{
    margin: 0 auto;
    color: white;
    /* position: absolute; */
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
    width: 100%;
    position: fixed;
}

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

.header ul li a{
    text-decoration: none;
    color: initial;
}

.reserve_fix{
    position: fixed;
    right: 50px;
    bottom: 50px;
    border-radius: 50%;
    border: 2px solid #808080;
    color: #808080;
    width: 100px;
    height: 100px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

a{
    cursor: pointer;
}

.reserve_fix:hover{
    opacity: .8;
    background-color: #808080;
    color: white;
}

@media (min-width: 1100px){
.header ul{
    display: flex;
    text-align: center;
    width: 80%;
    padding-top: 70px;
}

.header ul li{
    width: 100%;
    text-align: center;
    margin: 0;
    border-right: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.3s;
    height: 40px;
    padding-top: 10px;
    }

    .header ul li:first-child{
        border-left: 1px solid #ddd;
    }
}

@media (max-width: 1100px){
    .header ul{
        margin: 20px;
    }
}


.header ul li:hover {
    opacity: 0.8;
    background-color: #ddd;
}

.header ul li a{
    display: block !important;
}

.head{
    margin-top: 200px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
}

#s_title h1{
    font-size: 30px;
}

#s_title p{
    font-size: 10px;
    color: #808080;
}

h1{
    font-size: 50px;
}

.head p{
    margin: 0;
    margin-top: -40px;
}

.service img{
    width: 400px;
    height: 300px;
    border-radius: 30px;
    /* opacity: .8; */
}

.service{
    margin: 50px;
    display: flex;
    gap: 50px;
}

.title{
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content{
    padding: 50px;
    background-color: #FFF9E6;
    border-radius: 200px;
    margin-top: 50px;
}

.content h2{
    color: #876244;
    font-size: 50px;
    margin-top: -40px;
    margin-left: -20px;
}

.explain{
    opacity: .4;
    margin: 10px;
}

.more{
    padding: 20px;
    border: solid 1px #876244;
    width: 220px;
    color: #876244;
}

.service a{
    cursor: pointer;
}

.more:hover{
    background-color: #876244;
    transition: .3s;
    color: #FFF9E6;
    border: solid 1px #FFF9E6;
}

.event h2{
    margin: 50px;
    font-size: 50px;
}

.footer{
    /* background-color: #ddd; */
    margin-top: 30px;
    padding-top: 20px;
    margin-left: 20%;
    margin-right: 20%;
    color: black;
    /* border-radius: 50px 50px 0 0; */
    text-align: left;
    border-top: solid 1px grey;
    padding-bottom: 20px;
}

.footer a{
    cursor: pointer;
    text-decoration: none;
    color: initial;
}

.f_contact_sns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.f_contact{
    padding: 30px;
    /* border: solid 1px #808080; */
    width: 500px;
    text-align: center;
}

.f_contact:hover{
    color: white;
    background-color: #808080;
}

.f_contact p{
    opacity: .7;
}

#f_contact{
    font-size: 50px;
}

#sns{
    text-align: center;
}

#sns img{
    width: 30px;
}

.f_logo{
    gap: 30px;
    display: flex;
    align-items: center;
}

.logo_mini img{
    width: 100px;
}

#title{
    font-size: 40px;
}

.menu_mini ul{
    display: flex;
    justify-content: space-between;
}

.menu_mini ul li{
    padding: 5px;
    opacity: 0.7;
    list-style: none;
}

.menu_mini ul li:hover{
    opacity: 0.8;
    color: white;
    background-color: #808080;
}

.menu_mini ul li a{
    cursor: pointer;
}

@media (max-width: 1150px){
    .header ul{
        display: none;  
    }
}

@media (min-width: 1100px){
    .header ul{
        display: flex;
        text-align: center;
        width: 80%;
        padding-top: 70px;
        padding-left: 0;
        padding-right: 150px;
    }
    
    .header ul li{
        width: 100%;
        text-align: center;
        margin: 0;
        border-right: 1px solid #ddd;
        cursor: pointer;
        transition: all 0.3s;
        height: 40px;
        padding-top: 10px;
        }
    
        .header ul li:first-child{
            border-left: 1px solid #ddd;
        }
    }
    
    @media (max-width: 1100px){
        .header ul{
            margin: 20px;
        }
        .header{
            display: initial;
        }
        .logo{
            position: fixed;
            top: 10px;
            left: 10px;
        }
    }

@media(max-width:1000px){
    .content_m img{
        right: -20px;
        bottom: -100px;
        width:350px;
    }
    .f_contact_sns{
        display: initial;
    }
    .f_contact{
        width: initial;
    }
    #sns{
        margin-top: 20px;
        margin-bottom: 20px;
    } 
    #sns a{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media(max-width:950px){
    .service_block{
        text-align: center;
    }
    .service{
        display: initial;
        display: inline-block;
        text-align: center;
    }
    .more{
        display: inline-block;
    }
}

@media(max-width:900px){
    #title{
        font-size: 30px;
    }
}

@media(max-width:800px){
    .content_m img{
        right: -100px;
        bottom: -100px;
        width:350px;
    }
}

@media(max-width:750px){
    #title{
        font-size: 20px;
    }
}

@media(max-width:700px){
    .logo img{
        width: 60px;
    }
    #s_title{
        color: #876244;
    }
    #s_title h1{
        font-size: 50px;
        transform: translate(-20px, -50px);
    }
    .f_logo{
        display: initial;
        text-align: center;
    }
    .logo_mini{
        margin: 30px;
    }
    .head{
        display: initial;
        display: inline-block;
        margin-top: 200px;
        margin-left: 50px;
    }
    #head_p{
        margin-top: 50px;
        margin-left: 50px;
        line-height: 30px;
    }
}

@media(max-width:600px){
    .language{
        right: 35px;
    }
    .reserve_fix{
        right: 30px;
        bottom: 30px;
        width: 70px;
        height: 70px;
        font-size: 10px;
        border: solid 0.7px #808080;
    }
}

@media(max-width:550px){
    #f_contact{
        font-size: 30px;
    }
    .service{
        margin: 0;
    }
    .service:nth-child(even){
        margin-top: 100px;
    }
}

@media(max-width:500px){
    .menu_mini ul{
        font-size: 10px;
        padding-left: 0;
    }
     .service img{
        width: 250px;
        height: 200px;
     }
     #head_p{
        font-size: 10px;
        margin-left: 90px;
     }
     .head{
        margin-top: 150px;
     }
     ul{
        padding-left: 0;
    }
    .logo{
        margin: 5px;
    }
    .language{
        right: 10px;
    }
    .material-icons{
        right: 25px;
    }
}