@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    color: #4a4a4a;
    line-height: 1.5;
    background-color: #fff;

}



h1,h2,h3,h4 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}



h1 {
    font-size: 42px;
    font-family: 'Pacifico', cursive;

    letter-spacing: 0.05em;
}

h2 {
    font-size: 28px;
    text-align: center;
    font-family: 'Pacifico', cursive;

}

h3 {
    font-size: 18px;
    text-align: center;
}

p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #4a4a4a;
}

a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 22px;

}

a:hover {
    opacity: 0.7;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    font-family: 'Pacifico', cursive;

}

.inner {
    padding: 70px 50px;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.line {
    background-color: #4a4a4a;
    width: 55px;
    height: 1px;
    margin: 30px auto 60px;
}

/* ヘッダー */

header {
    top: 0;
    position: sticky;
    z-index: 999;
}

.header {
    height: 10vh;
    background-color: black;
    color: #ff4500;
    width: 100%;
    display: flex;
    opacity: 0.9;

}

.header h1 {
    margin-left: 20px;
    line-height: 10vh;

}

.insta_btn {
    margin-left: auto;
    margin-right: 20px;
}

.insta_btn .fa-instagram {
    color: #fff;
    font-size: 40px;
    line-height: 10vh;
    position: relative;
    z-index: 2;

}

.nav_toggle {
    display: block;
    position: relative;
    width: 1.75rem;
    height: 1.5rem;
    visibility: hidden;
}
.nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
    top: 0;
}
.nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav_toggle i:nth-child(3) {
    bottom: 0;
}

.nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
    opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}
.nav {
    position: fixed;
    top: 3rem;
    bottom: 0;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	display: grid;
	justify-content: center;
	align-content: center;
	color: white;
	text-align: center;
}

.nav.show {
    opacity: 1;
    visibility: visible;
}

.nav_menu_ul a {
    color: #fff;

}

.nav_menu_ul li {
    margin-bottom: 20px;
}

#nav_inst {
    font-size: 42px;
}

/* メイン */

.mainvisual {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 100;
}


.slider img {
    width: 100%;
    height: 100%;
    text-align: center;

}




.slider {
    position: relative;
    z-index: 100;
}

/* menue */

.menue {
    height: 10vh;
    background-color: black;

}

.menue .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.menue ul {
    display: flex;
}

.menue li {
    padding: 0 20px;

}

.menue a {
    color: #ff4500;
}

/* ABOUT */

.about {
    background-color: #fff5ee;
    padding-bottom: 60px;
}

.about p {
    line-height: 2.5;
}


/* ACCESS */

.access {
    background-color: #fff;
}

.access p {
    line-height: 2.5;
    margin-bottom: 40px;
}

#map {
    width: 100%;
}

/* PRICE */

.price {
    background-color: #fff5ee;
}
.price strong {
    color: red;
    font-size: 27px;
}


/* INSTRACTER */

.instracter {
    background-color: #fff
}

#img4 {
    width: 300px;
    height: 300px;
    border-radius: 300px;
    object-fit: cover;
    margin-bottom: 60px;
}

/* NEWS */

.news {
    background-color: #fff5ee;
}

.news .inner {
    text-align: left;
}

.news ul {
    margin-bottom: 80px;
}

.news li {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
}

.news li span {
    margin-right: 30px;
}



/* CONTACT */

.contact {
    background-color: #fff;
}

input {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 30px;
}

textarea {
    width: 100%;
    padding: 5px 0 120px 0;
    margin-bottom: 30px;
}

.contact-btn {
    width: 150px;
    color: #fff;
    background-color: rgb(71, 189, 236);
    font-size: 16px;
    padding: 10px 0;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}

.contact-btn:hover {
    opacity: 0.7;
}
/* フッター */

footer {
    background-color: #000;
    text-align: center;
}

footer p {
    color: #fff;
    padding: 20px 0;
}

.pagetop{
    font-size: 40px;
    position: fixed;
    right: 20px;
    bottom: 50px;
    opacity: 0.6;
}

@media screen and (max-width: 1024px) {
    .menue a {
        font-size: 20px;

    }

   .menue li {
        padding: 0 10px;
    }

    .about p {
        font-size: 16px;
    }

}




@media screen and (max-width: 768px) {
    .inner {
        padding: 70px 20px;
    }

    h1 {
        font-size: 37px;
    }
    .insta_btn {
       display: none;
    }

    header h1 {
        font-size: 0px;
    }

    header h1::before {
        font-size: 25px;
        content: 'KICKOUT~hamamatsu~';
    }



    .menue {
        display: none;
    }

    .access iframe {
        width: 100%;
    }

    #movie {
        width: 100%

    }

    #map {
        width: 100%;
    }

    .contact input {
        width: 100%;
    }

    .contact textarea {
        width: 100%;
    }

    .nav_toggle {
        visibility: visible;
        margin-right: 20px;
        margin-left: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

}
