@charset "UTF-8";

body{
    font-size: 15px;
    margin: 0 auto;
    width: 100%;
    font-weight: 700;
    font-style: normal;
    position: relative;
    background-color: #f2f2f2;
    /* text-align: left;
    background-image: url(../../picture/logo.png);
    background-repeat: no-repeat; */
}

.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;
}

ul li{
    font-family: var(--font-family-serif);
    --font-family-serif: "notoSerifJp", "Noto Serif JP", "游明朝", "Yu Mincho", yumincho, "Hiragino Mincho Pro", serif;
    font-weight: lighter;
}

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

.logo img{
    width: 120px;
}

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

.header{
    margin: 0 auto;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.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;
}

.header ul{
    display: flex;
    text-align: center;
}

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

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

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

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

.header_img{
    text-align: center;
    display: block;
    margin: 30px;
    /* position: relative; */
}

.header_img img{
    opacity: 0.6;
}


.header_img p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
    font-family: 'fantasy';
    opacity: 0.7;
    font-family: "Damion", cursive;
    font-weight: 400;
    font-style: normal;
}


.sns img{
    width: 50px;
}

p{
    margin: 50px;
}

a{
    text-decoration: none;
    color: black;
}
/* --en-font-family: 'brandon-grotesque', sans-serif; */

.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: 20px;
    cursor: pointer;
    padding: 30px;
}

.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: gray;
    /* position: absolute; */
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
    width: 100%;
    position: fixed;
}

@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 gray;
    cursor: pointer;
    transition: all 0.3s;
    height: 40px;
    padding-top: 10px;
    }

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

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


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

.header ul li, .hamburger ul li{
    list-style: none
}

.hamburger ul{
    color: white;
}

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

.header_img{
    text-align: center;
    display: block;
    margin: 0;
    position: relative;
}

.header_img img{
    opacity: 0.6;
    position: relative;
    width: 100%;
}

.body{
    margin-top: 350px;
}

.content_m, .content_v, .content_v2{
    padding-left: 30%;
    font-family: ta-rehitsu-m, sans-serif;
    font-style: normal;
    font-weight: 400;
}

.body h2{
    margin-bottom: 15px;
    font-size: 200px;
    /* border-bottom: 1px solid; */
    display: inline-block;
    font-family: 'Anton', sans-serif;
    color: white;
    overflow: hidden;
}

.content{
    line-height: 45px;
    background-color: linear-gradient(90deg, rgb(22, 135, 237), rgb(20, 55, 90));
}

.content_v{
    margin-bottom: 500px;
    height: 600px;
    margin-bottom: 50px;
    margin: 100px;
}

.foto_v{
    width: 500px;
    margin-left: 100px;
}

.content_m{
    position: relative;
}

.content_m img{
    width: 500px;
    position: absolute;
    bottom: -150px;
    right: 50px;
    z-index: -500;
}

.p{
    line-height: 45px;
    /* margin: 80px; */
    padding-top: 70px;
    padding-bottom: 70px;
    /* background-color: #f5f5f5; */
    display: inline-block;
    z-index: 0;
}

.free{
    z-index: 1;
    height: auto;
    /* margin-left: 800px; */
    padding-top: 5%;
}

.content_m{
    margin: 50px;
    line-height: 400%;
    /* line-height: 45px; */
}

.content_v2{
    margin: 50px;
    line-height: 200%;
}

#title{
    /* color: #800000; */
    opacity: 0.8;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 30px;
    background: linear-gradient(90deg, #800000, #DBFF71);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#other{
    margin-bottom: 5%;
}

.aboutus{
    margin-top: 50px;
    margin-bottom: 50px;
}

.vision{
    margin-top: 100px;
    /* margin-bottom: 50px; */
}

.mission::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewY(-7deg);
}

.mission h2{
    margin-top: -50px;
}

.value{
    margin-bottom: 150px;
}

.footer{
    margin-top: 30px;
    padding-top: 20px;
    margin-left: 20%;
    margin-right: 20%;
    color: black;
    text-align: left;
    border-top: solid 1px grey;
    padding-bottom: 20px;
}

.footer a{
    cursor: pointer;
}

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

.f_contact{
    padding: 30px;
    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;
}

#title2{
    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-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){
    .p img{
        margin-left: initial;
    }
    .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:900px){
    .body h2{
        font-size: 150px;
    }
        #title{
        font-size: 30px;
    }
}

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

@media(max-width:850px){
    .content_v{
        margin: 0;
    }
    .mission h2{
        margin-top: 75px;
    }
}

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

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

@media(max-width:700px){
    .f_logo{
        display: initial;
        text-align: center;
    }
    .logo_mini{
        margin: 30px;
    }
    .body h2{
        font-size: 120px;
    }
    .p img{
        width: 100%;
    }
}

@media(max-width:600px){
    .logo img{
        width: 60px;
    }
    .logo img{
        width: 60px;
    }
    .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;
    }
    .body{
        margin-top: 150px;
    }
    .body h2{
        font-size: 90px;
    }
    .mission h2{
        margin-top: 100px;
        overflow: hidden;
    }
    .mission img{
        width: 250px;
    }
    .content_m,.content_v{
        font-size: 10px;
    }
    #title{
        font-size:13px;
    }
    #other{
        font-size: 10px;
    }
}

@media(max-width:500px){
    .menu_mini ul{
        /* display: initial; */
        font-size: 10px;
    }
    /* .menu_mini ul li{
        line-height: 30px;
    } */
    .mission h2{
        font-size: 90px;
    }
    .logo{
        margin: 5px;
    }
    .language{
        right: 10px;
    }
    .material-icons{
        right: 25px;
    }
    .p{
        padding-top: 25px;
    }
}