@charset "UTF-8";
:root{
    --color01: #000000;
    --color02: #FFFFFF;
    --color03: #ff0000;
    --color04: #f38989;
    --color05: #ffa0a0;
    --color06: #fec6c6;
}
html{
    font-size: 16px;
}
body{
    font-family: "Acme","Aoboshi One","Yusei Magic","Klee One","游ゴシック","Yu Gothic","sans-serif";
    color: var(--color01);
    line-height: 1.7;
}
a{
    color: var(--color01);
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
.inner{
    /* border: 1px solid #000; */
    max-width: 1120px;
    margin: 0 auto;
}
header{
    /* border: 1px solid #000; */
    width: 100%;
    height: 80px;
    background-color: var(--color02);

}
header .inner{
    /* border: 1px solid #000; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
header a{
    color: var(--color03);
    font-weight: bolder;
    font-size: 2rem;
}
header a:hover{
    color: var(--color05);
    position: relative;
    top: 2px;
    left: 0;
    transition: 0.5s; 
}
h1 a{
    font-size: 35px;
    font-weight: bold;
}
.logo{
    /* border: 1px solid #000; */
    background-image: url(../img/logo.jpg);
    width: 200px;
    height: 80px;
    background-size:contain;
    background-position: left;
    margin-left: 0;
}
.telbox{
    /* border: 1px solid #000; */
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: bold;
    color: var(--color1);
}
.telbox ul{
    /* border: 1px solid #000; */
    width: 550px;
    height: 40px;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.telbox li{
    /* border: 1px solid #000; */
    background-color: var(--color03);
    border-radius: 20px;
    color: var(--color02);

}
.gnav ul{
    /* border: 1px solid #000; */
    width: 550px;
    height: 40px;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* --------メイン画像-------- */
.main_visual{
    /* border: 10px solid #000; */
    background-image: url(../img/1_mein-2500.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: calc(100vh - 80px);
}
.top_moji{
    /* border: 5px solid #1004f4; */
    width: 100%;
    height: 70%;
    text-align: center;
}
.topmoji_box{
    /* border: 1px solid #000; */
    color: var(--color02);
    font-weight: normal;
    font-size: 6rem;
    margin: 0 auto;
    margin-top: -10%;
    text-shadow: 0 15px 10px rgb(87, 76, 76)
}
h2{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
h2 .ja{
    font-size: 2.5rem;
    line-height: 1;
    color: var(--color03);
    text-align: center;
}
h2 .en{
    font-size: 20px;
    font-weight: normal;
    color: var(--color04);
}

#event{
    /* border: 1px solid #000; */
    padding-top: 5%;
    padding-bottom: 5%;
}
#event .inner{
    /* border: 5px solid var(--color03); */
    background-position: center;
    width: 920px; 
    text-align: center;
}
.event-pic{
    /* border: 1px solid #000; */
    background-image: url(../img/kumamoto-melon.jpg);
    /* width: 920px;
    height: 750px; */
    width: 500px;
    height: 500px;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
}
#event h3{
    /* border: 1px solid #000; */
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    margin-top: 1%;
    margin-bottom: 1%;
}
#event p{
    font-family: Klee One;
    font-size: 1.3rem;
    text-align: center;
    margin-top: 1%;
}
#event h3.dai2kai{
    font-size: 2.3rem;
}

.br-sumaho{
    display: none;
}


/* ----------ショップリスト（menu)--------- */
#menu{
    margin-bottom: 100px;
    padding-bottom: 70px;
    background-color: var(--color03);
    color: var(--color02);
}
#menu .inner{
    padding: 100;
}
#menu .ja{
    background-repeat: no-repeat;
    text-align: center;
    color: var(--color02);
    line-height: 150px;
}
#menu h3{
    font-size: x-large;
}

.menu_list{
    /* border: 10px solid #000; */
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
}
.menu_list li{
    /* border: 1px solid #00ff59; */
    width: calc((100% - 60px) / 3);
    background-color: var(--color03);
    color: var(--color02);
}
.menu_list p{
    /* border: 1px solid #000; */
}

/* ---------コンタクト-------- */
#contact-s{
    /* border: 1px solid #000; */
}

.contact-area{
    text-align: center;
    color: var(--color01);
    font-family: Klee One;
    font-size: 1.5rem;
    display: flex;
}
.box-l{
    /* border: 1px solid #000; */
    margin: 0 auto;
    width: calc(100% / 3);
    
}
.box-c{
    /* border: 1px solid #000; */
    margin: 0 auto;
    width: calc(100% / 3);
    padding-bottom: 5%;
    padding-top: 5%;
}
.box-r{
    /* border: 1px solid #000; */
    width: calc(100% / 3);
}
.contact-logo{
    /* border: 1px solid #000; */
    background-image: url(../img/logo.jpg);
    width: 330px;
    height: 200px;
    background-size:contain;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 8%;
}

.contact-pic-l{
    /* border: 1px solid #000; */
    background-image: url(../img/4_contact-pic-l.png);
    width: 40%;
    height: 50%;
    background-size:contain;
    background-position: center;
    margin-left: 15%;
    margin-right: auto;
 }
.contact-pic-r{
    /* border: 1px solid #000; */
    background-image: url(../img/4_contact-pic-r.png);
    width: 35%;
    height: 40%;
    background-size:contain;
    background-position: center;
    margin-left: auto;
    margin-right: 15%;
 }
.contact-pic-shita{
    /* border: 1px solid #000; */
    background-image: url(../img/4_contact-pic-shita.png);
    width: 100%;
    height: 80px;
    background-size:contain;
    background-position: center bottom;
    background-repeat: repeat-x;
    margin: 0 auto;
    margin-bottom: 0;
}

/* --------フッター-------- */
footer{
    /* border: 1px solid #000; */
    background-color: var(--color03);
    text-align: center;
}
footer small{
    color: var(--color02);
    font-weight: bold;
}


/* ---------1500px--------- */
@media screen and (max-width: 1500px){
    .main_visual{
        background-image: url(../img/1_mein-1100.jpg);
        width: 100%;
        height: 70vh;
    }
    .topmoji_box{
        margin-top: -12%;
    }
}
/* ---------1100px--------- */
@media screen and (max-width: 1100px){
    .main_visual{
        background-image: url(../img/1_mein-800.jpg);
        width: 100vw;
        height: 50vh;
    }
    .topmoji_box{
        font-size: 3.5rem;
        margin-top: -13%;
    }
    #event p{
        font-size: 99%;
    }
    .contact-area{
        font-size: 90%;
    }
    .contact-logo{
        width: 200px;
        height: 200px;
    }
    #event .inner{
        width: 75%; 
    }
    .event-pic{
        width: 100%;
        height: 55vh;
    }
.menu_list{
    justify-content: space-around;
}
    .menu_list li{
        /* border: 1px solid #00ff59; */
        width: calc(75% / 2);
        background-color: var(--color03);
        color: var(--color02);
    }
}


/* --------430px--------- */
@media screen and (max-width: 431px){
    html{
        font-size: 85%;
    }
    header{
        height: 5vh;
    }
    h2 .ja{
        font-size: 90%;
    }

    .logo{
        /* border: 1px solid #000; */
        width: 20vw;
        height: 5vh;
        background-position: center;
        margin-left: 0;
    }
    .telbox{
        border: 1px solid #000;
        display: none;
    }
    .gnav{
        display: none;
    }
    .main_visual{
    /* border: 10px solid #000; */
    background-image: url(../img/1_mein-2500.jpg);
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 300px;
    }
    .topmoji_box{
        /* font-size: 3rem; */
        margin-top: -22%;
    }
    #event .inner{
        /* border: 5px solid var(--color03); */
        width: 80vw; 
        height: 40vh;
        text-align: center;

    }
    .event-pic{
        /* border: 1px solid #000; */
        background-position: top;
        width: 70%;
        height: 65%;
    }
    #event h3{
    font-size: 85%;
    }
    #event p{
        /* border: 1px solid #000; */
        padding-top: 5%;
        padding-bottom: 5%;
        font-size: 78%;
        margin-top: 0;
    }
    .br-sumaho{
        display: block;
    }
    #menu{
        margin-bottom: 50px;
    }
    #menu h3{
        font-size: 75%;
    }
    #menu .ja{
        line-height: 4.5;
    }
    .contact-logo{
        width: 30vw;
        height: 15vh;
    }
    .contact-pic-shita{
        /* border: 1px solid #000; */
        height: 10vh;
    }
    footer small{
        font-weight: normal;
    }

}