@charset "utf-8";

html {
    font-size: 100%;
}
body {
    position: relative;
    background-color: #fff6da;
    color: #640000;
    font-family: 'Courgette', cursive;
    font-family: 'Kalam', cursive;
    font-family: 'Koulen', cursive;
    font-family: 'Lobster', cursive;
    font-family: 'Philosopher', sans-serif;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    }
a {
   text-decoration: none;
}
img {
    max-width: 100%;
}
ul {
   list-style: none;
}
.wrapper {
    width: 89%;    
    margin: 0 auto;
}
.logo {
    margin-right: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.box {
    position: absolute;
    top: 90px;
    width: 100%;
}

/* HEADER
--------------------*/
#header {
    width: 100vw;
    height: 90px;
    background-color: #640000;
    color: #fff6da;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 60px 10px 60px;
    position: fixed;
    z-index: 10;
}

#header .logo {
    font-size: 2.8rem;
    font-weight: normal;
    color: #fff6da;
    transition: 0.5s;
    font-family: 'Courgette', cursive;
    font-family: 'Kalam', cursive;
    font-family: 'Koulen', cursive;
    font-family: 'Lobster', cursive;
    font-family: 'Philosopher', sans-serif;
}
#header p {
    font-size: 1rem;
}
#header ul {
    display: flex;    
}
#header li a {
    margin-left: 30px;
    font-size: 1.2rem;
    color: #fff6da;
    transition: 0.6s;
}
#header li a:hover {
    color: #ffd700;
}
#header li span {
    color: #ffd700;
}
.mainvisual {   
    width: 100%;
    height: calc(100vh - 90px);
    background-image: url(img/main-visual.jpg);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    position: relative;
}
.mainvisual2 {
    width: 100%;
    height: calc(73vh - 90px);
    background-image: url(img/main-visual2.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    padding-top: 25%;
    position: relative;
}
.mainvisual3 {
    width: 100%;
    height: calc(73vh - 90px);
    background-image: url(img/main-visual3.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    padding-top: 25%;
    position: relative;
}
.mainvisual4 {
    width: 100%;
    height: calc(73vh - 90px);
    background-image: url(img/main-visual4.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    padding-top: 25%;
    position: relative;
}
.mainvisual p,
.mainvisual2 P,
.mainvisual3 P,
.mainvisual4 p   
 {
    font-size: 4rem;
    font-weight: normal;
    color: #960606;
    font-family: 'Courgette', cursive;
    font-family: 'Kalam', cursive;
    font-family: 'Koulen', cursive;
    font-family: 'Lobster', cursive;
    font-family: 'Philosopher', sans-serif;
}
.mainvisual2 P,
.mainvisual3 P,
.mainvisual4 p {
    color: #ffd700;
}
.catch1 {
    position: absolute;
    left: 50px;
    bottom: 50px;   
}
.theme {
    position: absolute;
    left: 50px;
    bottom: 20px; 
}   

.catch2 {
    position: absolute;
    right: 50px;
    bottom: 50px;
  
}

/* ABOUT
--------------------*/
#about {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 50px;
}
#about .sec-title {
    font-size: 1.8rem;
    margin-bottom: 40px;
    font-weight: 500;
}
#about .txt{
    width: 60.6%;
}
#about #slick {
    width: 39.4%;
    height: 380px;
}
#about p {
    font-size: 1.2rem;
    line-height: 3rem;
    margin-left: 30px;
}
#about img {
    object-fit: cover;    
}
#info {
    margin-bottom: 30px;
}
#info .sec-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
}

#info .contents {
    width: 100%;
    height: 25.58%;
    display: flex;
    justify-content: space-between;
    font-size: 1.1rem;
}
#info .sub-contents {
    width: 60.6%;
    padding: 40px 20px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffd700;
    border-radius: 20px;
    line-height: 2.5rem;
}
#info .sub-contents th {
    width: 30%;
    margin-top: 10px;
    font-weight: normal;
    text-align: left;
}
#info .sub-contents td {
    width: 70%;
    margin-left: 10px;
}
#info .sub-contents2{
    width: 26%;
    height: 330px;
    border: 2px solid #640000;
}
#info img {
    width: 100%;
    height: 326px;
    object-fit: cover
}

/* FOOTER
--------------------*/
#footer {
    height: 86px;
    background-color: rgb(255, 224, 163);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}
.footer2 {
    align-items: center;
}
#footer .footer2 {
    width: 90%;
    display: flex;
    justify-content: space-between;
}
#footer .sns-logo {
    display: flex;
    margin-left: 60px;
    
}
#footer img {
    width: 45px;
}
#footer .insta-logo {
    margin-right: 24px;
}
#footer .footer-link {
    display: flex;
}
#footer .footer-link a {
    font-size: 1.2rem;
    margin-left: 20px;
    color: #640000;
    
}
#footer p {
    font-size: 1.25rem;
    
}
#footer li a {
    transition: 0.5s;
}
#footer li a:hover {
    opacity: 0.4;
}
#footer li a span {
    opacity: 0.4;
}


/* schedule
--------------------*/

#schedule h1 {
    font-size: 1.8rem;
    font-weight: normal;
    margin-top: 30px;
    text-align: center;
}
#schedule p {
    font-size: 1.5rem;
    text-align: right;
    margin-bottom: 10px;
}
#schedule img {
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}
#schedule {
    position: relative;
    margin-bottom: 60px;
}
#schedule .online-reserve {
    position: absolute;
    right: 0%;
    background-color: #ffd700;
    border: 1px solid #640000;
    border-radius: 5%;
    padding: 10px 30px;
}
#schedule .online-reserve a {
    color: #640000;
    font-weight: bolder;

}
#schedule .online-reserve a:hover {
    opacity: 0.5;
    transition: 0.6s;
}

/* MENU
--------------------*/
#menu {
    display: flex;
    justify-content: space-between;
}
#menu h2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: normal;
}
#menu p {
    text-align: center;
}
#menu .menu-text {
    width: 82.75%;
    height: 320px;
    margin: 0 auto;
    padding: 20px 20px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffd700;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5rem;
}
#menu .food-menu,
#menu .drink-menu {
    width: 47.5%;
}
.single {
    width: 100%;
}
.single th {
    width: 65%;
    padding-left: 80px;
    text-align: left;
}
.single td {
    width: 35%;
}
.single {
    margin-bottom: 10px;
}

.drink-img {
    width: 280px;
    height: 240px;
    object-fit: cover;
    display: flex;
    justify-content: space-between;    
}

.food-img,
.drink-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: flex;
    justify-content: space-between; 
}
.food-img img,
.drink-img img {
    width: 47.83%;
    height: 100%;
    object-fit: cover;
}

/* RESERVE
--------------------*/
#reserve h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: normal;
}
#reserve h3 {
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: normal;
}
#reserve .form {
    width: 72.5%;
    height: 540px;
    font-size: 1rem;
    margin: 0 auto;
    padding: 30px 60px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffd700;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: 0.5s;
}
#reserve .tel {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
#reserve .tel-number {
    font-size: 1.5rem;
    color: red;
    margin-left: 150px;
    margin-right: 20px;
}
.tel-info {
    font-size: 1rem;
}
#reserve #contact {
    margin-left: 40px;
}
#contact input,
#contact select,
#contact textarea {
    background-color: #fff;
}
#contact label {
    display: block;
    width: 35%;
}
.m51 p {
    margin: 0 20px 0 5px;
}
#contact .label7{
    width: 15%;
    text-align: right;
    margin-right: 10px;
}
#contact .message8 {
    margin-right: 5px;
}
#contact .m1,
#contact .m2,
#contact .m3,
#contact .m4,
#contact .m5,
#contact .m8,
#contact .m9,
#contact .m51,
#contact .m81 {
    display: flex;
}
 
#contact .message1,
#contact .message2,
#contact .message3,
#contact .message4,
#contact .message5,
#contact .message6,
#contact .message7,
#contact .message8 {
    border: 1px solid #000;
    margin-bottom: 10px;
    text-align: center;
}
.form .message9 {
    border: 1px solid #000;
    margin-bottom: 10px;
}
.form .message1,
.form .message4 {
    width: 260px;
}
.form .message2,
.form .message3 {
    width: 440px;
}
.form .message5,
.form .message6,
.form .message8 {
    width: 40px;
}
.form .message7 {
    width: 85px;
}
.form .message9 {
    width: 500px;
}
.form .message5,
.form .message6,
.form .message7
 {
    text-align: center;
}
.form .memo {
    display: flex;
}
.form .message {
    background-color: gold;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 5px 20px;
}
#contact .message {
    background-color: gold;

}

#contact .button {
    text-align: center;
    margin-top: 10px;
}
#contact .button:hover {
    opacity: 0.5;
}

/* ACCESS
--------------------*/

#access h2 {
    font-size: 1.8rem;
    font-weight: normal;
}
#access .sub-contents {
    width: 54.9%;
    margin: 0 auto;
    padding: 40px 20px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffd700;
    border-radius: 20px;
    line-height: 2.5rem;
    margin-bottom: 30px;
    font-size: 1.2rem;
}
#access .sub-contents th {
    width: 30%;
    margin-top: 10px;
    font-weight: normal;
    text-align: left;
}
#access .sub-contents td {
    width: 70%;
    margin-left: 10px;
}
#access h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
#access .location-map {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}


/* SP INDEX
-------------------*/

@media (max-width: 820px) {
    /* HEADER */
    .wrapper {
        width: 100%;
    }
    #header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* text-align: center; */
        padding: 10px 20px 10px 10px;
    }
    #header .logo a {
        font-size: 2.5rem;
    }
    #header p {
        font-size: 0.8rem;
    }
    #header nav ul {
        display: block;
    }
    #header ul {
        display: block;     
    }
    #header li a {
        font-size: 1rem;
        margin: 0 0 0 0;
    }
    .header-navi {
        width: 160px;
        height: 240px;
        padding: 20px;
        position: fixed;
        top: 0;
        right: -400px;
        transition: 0.5s;
        z-index: 30;
    }
    .open .header-navi {
        right: 0;
    }
    .header-navi li {
        margin-bottom: 16px;        
    }
    .header-navi li a {       
        margin: 0 50px 0 0;
    }
    .header-toggle-button {
        position: relative;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        cursor: pointer;
        z-index: 30;
    }
    .header-toggle-button span {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 4px;
        background-color: #fff6da;
        transition: 0.5s;
    }
    .header-toggle-button span:first-child {
        top: 10px;
    }
    .header-toggle-button span:last-child {
        bottom: 10px;
    }
    .open .header-toggle-button span {
        background-color: #fff;
    }
    .open .header-toggle-button span:first-child {
        transform: translateY(4px) rotate(45deg);
    }
    .open .header-toggle-button span:last-child {
        transform: translateY(-4px) rotate(-45deg);
    }
    .header-nav-background {
        display: none;
        background-color: #000;
        }
    .open .header-nav-background {
        display: block;
        position: fixed;
        width: 160px;
        height: 240px;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 20;
    }
    .mainvisual,
    .mainvisual2,
    .mainvisual3,
    .mainvisual4 {           
        height: 250px;
    }
    .catch1 {
        left: 20px;
        bottom: 40px; 
    }
    .theme {
        left: 20px;
        bottom: 20px; 
    }   
    .catch2 {
        right: 20px;
        bottom: 40px; 
    }
    .mainvisual p,
    .mainvisual2 P,
    .mainvisual3 P,
    .mainvisual4 p {
    font-size: 1.5rem;
    }
    #about {
        flex-direction: column;
        margin-top: 0;
    }
    #about .txt{
        width: 100%;
        margin-bottom: 30px;
    }
    #about #slick {
        width: 100%;
        height: 250px;
        margin-bottom: 30px;
    }
    #about #slick li {
        height: 250px;
    }

    #about .sec-title {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 60px;
    }
    #about p {
        font-size: 0.8rem;
        line-height: 2rem;
        margin-left: auto 10px;
    }
    #info .sec-title {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 20px;
    }
    #info .contents {
        flex-direction: column;
    }
    #info .sub-contents {
        width: 100%;
        padding: 20px 6px;
        font-size: 0.8rem;
        line-height: 1.5rem;
        margin-bottom: 20px;
    }
    #info .sub-contents th {
        width: 27%;
    }
    #info .sub-contents td {
        width: 73%;
        margin-left: 0px;
    }
    #info .sub-contents2{
        width: 100%;
        height: 330px;
    }
    #footer .footer-link a {
        font-size: 0.8rem;
    }    
    #footer p {
        font-size: 0.9rem;
        margin: 0 100px 0 10px;
    }
    #footer .sns-logo {
        margin-left: 20px;        
    }
    #footer .insta-logo {
        margin-right: 10px;
    }
    #footer img {
        width: 30px;
    }
    #footer .footer-link a {
        font-size: 1rem;
        color: #fff;
        margin-left: 0;
        
    }    
    .footer-navi {
        width: 160px;
        height: 240px;
        padding: 20px;
        position: fixed;
        bottom: 0;
        right: -400px;
        transition: 0.5s;
        z-index: 30;    
    }  
    .open .footer-navi {
        right: 0;
        bottom: 0;
    }
    .footer-navi ul {
        flex-direction: column;
    }
    .footer-navi li {
        margin-bottom: 16px;        
    }
    .footer-toggle-button {
        position: relative;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        cursor: pointer;
        z-index: 30;
    }
    .footer-toggle-button span {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        border-radius: 4px;
        background-color: #640000;
        transition: 0.5s;
    }
    .footer-toggle-button span:first-child {
        top: 10px;
    }
    .footer-toggle-button span:last-child {
        bottom: 10px;
    }
    .open .footer-toggle-button span {
        background-color: #fff6da;
    }
    .open .footer-toggle-button span:first-child {
        transform: translateY(4px) rotate(45deg);
    }
    .open .footer-toggle-button span:last-child {
        transform: translateY(4px) rotate(-45deg);
    }
    .footer-nav-background {
        display: none;
        background-color: #000;
    }
    .open .footer-nav-background {
        display: block;
        position: fixed;
        width: 160px;
        height:240px;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 20;
    }
    

/* SP SCHEDULE */

    #schedule h1 {
        font-size: 1.8rem;
    }
    #schedule p {
        font-size: 0.8rem;
        margin-right: 10px;
    }
    #schedule .online-reserve a {
        font-size: 0.7rem;
        font-weight: normal;
    }
    #schedule .online-reserve {
        padding: 2px 10px;
        margin-right: 20px;
    }

/* SP MENU */
    #menu h2 {
        font-size: 1.2rem;
    }
    #menu {
        flex-direction: column;
    }
    #menu .food-menu,
    #menu .drink-menu {
        width: 100%;
        text-align: center;
    }
    #menu .menu-text {
        font-size: 0.8rem;
        font-weight: normal;
        line-height: 1.2rem;
        height: 280px;
    }
    .single th {
        padding-left: 20px;
    }

/* SP RESERVE */
    #reserve h2 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 1.2rem;
    }
    #reserve h3 {
        margin-bottom: 10px;
        font-size: 1.0rem;
    }
    #reserve .form {
        width: 100%;
        height: 650px;
        font-size: 0.8rem;
        margin: 0 auto;
        padding: 20px 0;
        margin-bottom: 20px;
        transition: 0.5s;
    }
    #reserve .tel {
        display: block;
        margin-bottom: 10px;
    }
    #reserve .tel-number {
        font-size: 1.3rem;
        margin-left: 80px;
    }
    .tel-info {
        font-size: 0.9rem;
        margin-left: 100px;
    }
    #reserve #contact {
        margin-left: 30px;
    }
    #contact .m1,
    #contact .m2,
    #contact .m3,
    #contact .m4,
    #contact .m5,
    #contact .m8,
    #contact .m9{
        display: block;
    }
    #contact label {
        display: block;
        width: 100%;
    }
    #contact .button {
        text-align: center;
    }
    .form .message1,
    .form .message2,
    .form .message3,
    .form .message4,
    .form .message9 {
        width: 90%;
    }

    .form .message5,
    .form .message6,
    .form .message8 {
        width: 30px;
    }
    .form .message7 {
        width: 85px;
    }
    

/* SP ACCESS */
#access h2 {
    font-size: 1.8rem;
    font-weight: normal;
}
#access .sub-contents {
    width: 100%;
    padding: 20px 6px;
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
}
#info .sub-contents th {
    width: 27%;
}
#info .sub-contents td {
    width: 73%;
    margin-left: 0px;
}
#access .location-map {
    width: 100%;
}
#access iframe {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    text-align: center;
}

} 

