@charset "UTF-8";

/* 共通部分 */

body,html {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    line-height: 0;
}



html {
    font-size: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}
body {
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    background: #bcad76;
	background-image: url('../images/background.png');
    background-attachment: scroll, fixed;
    background-position: center, center;
}

p,summary {
    line-height: 1.7;
    font-size: 0.875rem;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
}
img {
    width: 100%;
}

.red {
    color: red;
}

/* reserve */
.reserve {
    width: 100%;
    height: 80px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}
.reserve img {
    max-width: 470px;
    height: auto;
}


/* レイアウト */
.wrapper {
    max-width: 800px;
    padding-top: 80px;
    margin: auto;
    background-color: #000;
}
main {
    padding-top: 2rem;
}

/* header */
h1 img {
    width: 100%;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
}

nav ul li {
    list-style: none;
    width: 50%;
}
nav ul li {
    list-style: none;
    width: 50%;
    text-align: center; 
}

/* section */
section {
    margin: 0 auto;
    padding-bottom: 4rem;
}
h2 {
    text-align: center;
}

.lead {
    font-size: 1.5rem;
    padding: 1rem;
    font-weight: bold;
	text-align: center;
}

.text {
    font-size: 1.2rem;
    padding: 1rem;
}
.text span {
	font-size: 1.3rem;
}

.img_s {
    width: 50%;
    margin: 0 auto;
}

.accordion-head {
    font-weight: bold;
    padding: 0.5rem;
    cursor: pointer;
    font-size: 2rem;
    text-align: center;
    background: #fff;
    color: #000;
    margin: 0 1.5rem;
}
.dl_app {
    max-width: 650px;
    margin: auto;
    display: flex;
    gap: 1rem;
    padding: 0 1rem 0.5rem;
}
.app_text {
    font-size: 1rem;
    padding: 1rem;
    text-align: center;
}
.app_about {
	margin: 1rem;
}
.app_about img{
	padding-bottom: 1.5rem;
}
.sns {
    width: 80%;
    margin: 0 auto;
    padding: 1rem;
}
.jujutsu_text {   
    font-size: 1rem;
    padding: 1rem; 
}
.btn {
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background: #fff;
    font-size: 1.4rem;
    width: 80%;
    margin: 2rem auto;
}

#menu .menu1 {
	padding-bottom: 1rem;
}
#syokudo_menu{
	margin-top: 5rem;
}

#jujutsu .kv {
    width: 70%;
    margin: 0 auto;
}
#ec .lead {
	padding-top: 0;
}
#ec details {
	padding-top: 5%;
}
span.delivery {
	display: flex;
	align-content: center;
	justify-content: center;
}

#follow a ,#jujutsu a {
  display: flex;
  justify-content: center;
}
#follow {
	padding-bottom: 0.5rem;
}

.copyright {
    text-align: center;
    font-size: 1rem;
    padding: 2rem 0;
}

/* footer */
footer {
    width: 100%;
    background: #000;
    justify-content: center;
    align-items: center;
    line-height: 0;
    text-align: center;
    padding: 1rem 0;
}
footer img {
    max-width: 470px;
    height: auto;
}
.link {
    padding-top: 0.5rem;
}

.gotop {
    position: fixed;
    width: 100px;
    bottom: 16px;
    right: 16px;
}


/* SP */
@media (max-width: 767px) {
    h2 {
        font-size: 1.3rem;
    }
    section {
        width: 96%;
    }
    .reserve {
    width: 100%;
    height: 17.0454545455vw;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    }
    .reserve img {
        display: block;
        width: 79.5454545455vw;
        height: auto;
    }
    .wrapper {
        padding-top: 17.0454545455vw;
    }
    .accordion-head {
        font-size: 1.5rem;
        text-align: center;
        background: #fff;
        color: #000;
        margin: 0 1.5rem;
    }
    .sns {
        width: 100%;
    }
    .btn {
        padding: 1rem;
        font-size: 1rem;
        width: 90%;
    }
    .copyright {
        padding: 1rem 0;
    }
    footer {
        width: 100%;
    }
    footer img {
        width: 79.5454545455vw;
        height: auto;
    }
    .gotop {
        position: fixed;
        width: 70px;
        bottom: 5px;
        right: 8px;
    }
}