@charset 'UTF-8';

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: white;
}

img {
    width: 100%;
}

header {
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #00542A;
    z-index: 10;
}

.header_inner {
    width: 100%;
    max-width: 1240px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 20px;
}

header a {
    display: block;
    height: 100px;
}

.logo {
    width: 100px;
    height: 100px;
}

nav {
    display: flex;
    align-items: center;
}

nav ul:not(.sns) {
    display: flex;
}

nav ul:not(.sns):not(.menu_tabs) li a {
    display: inline;
    position: relative;
    margin-left: 20px;
    padding-bottom: 8px;
}

nav ul:not(.sns):not(.menu_tabs) li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 100%;
    height: 2px;
    background-color: white;
    transition: transform 0.3s ease;
}

nav ul:not(.sns):not(.menu_tabs) li a:hover::after {
    opacity: 0.7;
    transform:  translateX(-50%) scaleX(1);
}

.toggle_btn,
.mask {
    display: none
}

.main_visual {
    height: calc(100vh - 100px);
    width: 100%;
    /* background-image: url(/OriginalSite/img/main_visual.png); */
    background-size: cover;
    aspect-ratio: 16 / 9;
    padding-bottom: 0;
}

.main_title {
    padding-top: 350px;
}

.main_visual h1 {
    display: inline-block;
    font-size: 4rem;
    color: #efefef;
    background-color: #00542A4d;
    padding-left: 10px;
}

.accessIn {
    opacity: 0;
    transform: translateX(-200px);
    animation: fadeInUp 1s ease forwards;
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform:  translateX(0);
    }
}

.bg_beige {
    background-color: #E9E1D0;
}

.bg_green {
    background-color: #00542A;
}

.slideIn {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.3s ease-out;
}



.bg_green h2,
.bg_green p {
    color: #efefef;
}

section {
    padding: 100px 20px;
}

.section_title {
    margin-bottom: 20px;
}
.section_title h2 {
    font-size: 2rem;
}

.section_title p {
    font-size: 1rem;
}

.wrapper {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

#news dl {
    display: flex;
    flex-wrap: wrap;
}

#news dl a {
    color: #333;
}

#news dl a:hover {
    opacity: 0.7;
}

#news dl dt {
    width: 20%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #333;
}

#news dl dd {
    width: 80%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #333;
}

section .btn,
.button input {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    color: #333;
    background-color: #E1B955;
    border-radius: 20px;
    border:2px solid #E1B955;
    transition: 0.3s;
    margin-top: 40px;
    align-items: center;
}

section .btn:hover,
.button input:hover {
    background-color: #F5F0E1;
}

section .btn::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #000;
    margin-left: 20px;
    vertical-align: middle;
}

#about {
    padding: 0;
}

#about .about_wrapper {
    position: relative;
    display: flex;
}

.about_img {
    width: 50%;
}

.about_img img {
    height: 100%;
}

.about_img .section_title {
    position: absolute;
    max-width: 1240px;
    margin: 60px auto 0 auto;
    left: 0;
    right: 0;
}

.about_txt {
    width: 50%;
    padding: 60px;
}

.about_txt p {
    margin-bottom: 100px;
}

.menu_wrapper {
    display: flex;
    justify-content: space-evenly;
}

.menu_wrapper a:hover {
    opacity: 0.7;
}

.menu_wrapper .menu_card {
    position: relative;
    height: 100%;
    padding: 40px 50px;
    background-color: #efefef;
    border-radius: 10px;
    box-shadow: 10px 10px 5px gray;
}

.menu_wrapper a:not(.btn) {
    margin: 0 10px;
}

.menu_card .limited {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    background-color: #E1B955;
    border-radius: 5px;
}

.menu_card .limited p {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.menu_img {
    position: relative;
    padding-bottom: 10px;
}

.menu_img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 120%;
    height: 1px;
    background-color: #333;
}

.menu_card p {
    color: #333;
}

.menu_card .price {
    max-width: 150px;
    margin-top: 15px;
}

.info_wrapper {
    display: flex;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s;
}

.info_wrapper .map {
    width: 50%;
}

.info_wrapper .map iframe {
    display: block;
    width: 100%;
}

.shop_info {
    width: 50%;
}

#shop .wrapper .info_wrapper:nth-child(2) .shop_info {
    padding-left: 100px;
}

.shop_info h3 {
    color: #efefef;
    margin-bottom: 10px;
}

.shop_info dl {
    display: flex;
    flex-wrap: wrap;
}

.shop_info dl dt {
    width: 28%;
    color: #efefef;
    margin-bottom: 5px;
}

.shop_info dl dd {
    width: 72%;
    color: #efefef;
    margin-bottom: 5px;
}

.contact_txt {
    margin: 0 auto;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s;
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 30px;
    padding-bottom: 10px;
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.footer_wrapper .sns {
    display: flex;
    margin-left: 10px;
}

.footer_wrapper .sns li {
    margin: 0 10px;
}

.footer_wrapper .sns li a:hover {
    opacity: 0.7;
}

footer p {
    font-size: 12px;
    color: #333;
    text-align: center;
    padding-bottom: 5px;
}


/* 個別ページスタイル */
.linked {
    padding-top: 160px;
    min-height: calc(100vh - 186px);
}

.footer_linked {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.accessSlideIn {
    opacity: 0;
    transform: translateY(50px);
    animation: slideInUp 1s ease forwards;
    animation-delay: 0.3s;
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform:  translateY(0);
    }
}

/* about.htmlスタイル */
.about_linked {
    flex-direction: column;
    padding-top: 100px;
}

.about_img_linked,
.about_txt_linked {
    width: 100%;
}

.particulars {
    padding:0 20px 60px 20px;
}

.material_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.fadeIn {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s;
}

.material_wrapper img {
    width: 48%;
}

.material_wrapper .material_txt {
    width: 45%;
    margin: 0 auto;
}

.material_wrapper .material_txt h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.material_wrapper .material_txt p {
    color: #333;
}


/* menu.htmlスタイル */
.menu_tabs li {
    opacity: 1;
    padding: 10px 30px;
    background-color: D9C6A1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.menu_tabs .active {
    opacity: 1;
    background-color: #F5F0E1;
}

.menu_tab i {
    font-size: 2rem;
}

#menu .wrapper .wrapper_row {
    display: block;
}

.menu_container {
    padding: 40px 60px;
    margin-bottom: 60px;
    background-color: #F5F0E1;
}

#side,
#drink {
    display: none;
}

.menu_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.menu_title {
    margin-bottom: 30px;
}

.menu_title h3 {
    font-size: 1.5rem;
} 

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

.modal_content {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    position: relative;
}

.modal_content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.modal_close {
    position: absolute;
    right: 3px;
    top: -11px;
    font-size: 2rem;
    cursor: pointer;
}

.modal.show {
    display: flex;
}

/* contact.htmlスタイル */
.linked .contact_txt {
    margin-bottom: 60px;
}

.form_flex {
    display: flex;
    gap: 30px;
}

.form_block {
    width: 50%;
}

form input,
form textarea {
    width: 100%;
    background-color: #efefef;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.contact_form textarea {
    height: 20rem;
}

.btn_wrapper {
    display: flex;
    justify-content: space-evenly;
}

/* .button {
    position: relative;
}

.button::after {
    content: '';
    display: inline-flex;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #000;
    margin-left: 20px;
} */

/* レスポンシブ */
@media(max-width:960px) {
    header {
        height: 70px;
    }

    .logo {
        width: 70px;
        height: 70px;
    }

    .toggle_btn {
    display: inline-block;
    position: fixed;
    top: 0;
    left: calc(100vw - 100px);
    width: 70px;
    height: 70px;
    background-color: #00542A;
    cursor: pointer;
    transition: all 0.5;
    z-index: 20;
    }

    header nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        width: 300px;
        background-color: #E9E1D0;
        opacity: 0;
        overflow-y: auto;
        transition: all 0.5s;
        z-index: 30;
        padding-top: 35px;
        padding-left: 20px;
    }

    nav ul:not(.sns):not(.menu_tabs):not(.footer_menu) {
        flex-direction: column;
    }

    nav ul:not(.sns):not(.menu_tabs):not(.footer_menu) li a {
        color: #333;
    }

    .toggle_btn:hover {
        opacity: 0.7;
    }
    
    .toggle_btn span {
        display: block;
        position: absolute;
        left: 25px;
        background: white;
        width: 50px;
        height: 2px;
        transition: all 0.5s;
    }
    
    .toggle_btn span:nth-child(1) {
        top: 18px;
    }
    
    .toggle_btn span:nth-child(2) {
        top: 35px;
    }
    
    .toggle_btn span:nth-child(3) {
        bottom: 18px;
    }
    
    .open .toggle_btn span:nth-child(1) {
        top: 50%;
        transform: rotate(-45deg);
    }
    
    .open .toggle_btn span:nth-child(2) {
        opacity: 0;
    }
    
    .open .toggle_btn span:nth-child(3) {
        top: 50%;
        transform: rotate(45deg);
    }

    .open nav {
        left: 0;
        opacity: 1;
    }

    .open .mask {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: #333;
        opacity: 0.7;
        z-index: 20;
    }

    .main_visual {
        height: auto;
    }

    .main_title {
        padding-top: 40px;
        padding-left: 40px;
    }

    .main_title h1 {
        font-size: 2rem;
    }

    .main_title p {
        font-size: 1rem;
    }

    section {
        padding: 100px 20px;
    }

    #news dl dt {
        width: 40%;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    #news dl dd {
        margin-bottom: 15px;
    }

    #about .section_title {
        padding: 0 20px;
    }

    #about .about_wrapper {
        flex-direction: column;
    }

    .about_img {
        width: 100%;
    }

    .about_txt {
        width: 100%;
    }

    /* aboutページレスポンシブ */
    .material_wrapper {
        flex-direction: column;
    }

    .particulars .material_wrapper:nth-child(2) {
        flex-direction: column-reverse;
    }

    .material_wrapper img {
        width: 100%;
    }

    .material_wrapper .material_txt {
        width: 100%;
        margin-top: 20px;
    }

    .menu_wrapper {
        flex-direction: column;
    }

    .menu_wrapper a:not(.btn) {
        margin: 30px 10px;
    }

    .menu_img::after {
        left: 0;
        width: 100%;
    }

    /* menuページレスポンシブ */
    .menu_container {
        padding: 30px 40px;
    }


    .menu_grid {
        flex-direction: column;
        display: flex;
        gap: 0;
    }

    #shop .info_wrapper {
        flex-direction: column;
    }
    #shop .wrapper .info_wrapper:nth-child(3) {
        flex-direction: column-reverse;
    }

    #shop .info_wrapper .map,
    #shop .info_wrapper .shop_info {
        width: 100%;
    }

    #shop .info_wrapper .map {
        margin-bottom: 20px;
    }

    #shop .wrapper .info_wrapper:nth-child(2) .shop_info {
        padding-left: 0px;
    }


    /* contactページレスポンシブ */
    .btn_wrapper {
        flex-direction: column;
    }


    /* footerレスポンシブ */
    .footer_wrapper {
        flex-direction: column;
        align-items: center;
    }

    .footer_wrapper .logo {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }

    .footer_wrapper nav {
        flex-direction: column;
        align-items: center;
    }
    .footer_wrapper nav .footer_menu  {
        margin-bottom: 10px;
    }

    .footer_wrapper nav .sns {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .footer_wrapper .sns li {
        margin: 5px 10px;
    }
}