@charset "UTF-8";

/* ------------------------
    ヘッダー
------------------------ */
.header {
    position: absolute;
    width: 100%;
}
.header_inner {
    padding: 20px 20px 0 36px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.header_logo {
    width: 283px;
    min-width: 230px;
}
.global-nav__list {
    display: flex;
}
.global-nav__item {
    margin-left: 10px;
    padding: 12px 30px 12px 30px;
    border-radius: 31px;
    background-color: #000;
    background-clip: padding-box;
    border: solid 2px rgba(256, 256, 256, 0.2);
    box-sizing: content-box;
}
.global-nav__item a {
    font-size: 16px;
    white-space: nowrap;
    text-decoration: none;
}
@media only screen and (max-width: 1065px) {
    .header_inner {
        margin-top: 18px;
        padding: 0;
        display: block;
        text-align: center;
    }
    .global-nav__list {
        margin-top: 15px;
        overflow-x: scroll;
        justify-content: center;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .header_logo img {
        min-width: 310px;
    }
    .global-nav__item {
        margin-left: 5px;
        padding: 5px 10px 5px 10px;
        border-radius: 25px;
    }
    .global-nav__list::-webkit-scrollbar-track {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .global-nav__item a {
        font-size: 15px;
        white-space: nowrap;
    }
}

.feature {
    position: absolute;
    width: 100%;
    height: 100vh;
}
.main-tit {
    position: absolute;
    top: 170px;
    left: 150px;
    width: 47%;
}
.main-tit img {
    width: 100%;
}

@media only screen and (max-width: 1065px) {
    .feature-image {
        width: 110%;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .global-nav__item a {
        font-size: 15px;
        white-space: nowrap;
    }
    .feature-image {
        width: 100%;
        text-align: center;
    }
    .main-tit {
        top: 193px;
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
    }
    .main-tit img {
        width: 97.5%;
    }
}

#lemon-sour {
    margin: auto;
    margin-top: -300px;
    width: 95%;
}

@media only screen and (min-width: 1620px) {
    #lemon-sour {
        margin-top: -400px;
    }
}

@media only screen and (max-width: 945px) {
    #lemon-sour {
        margin-top: -200px;
    }
}

@media only screen and (max-width: 767px) {
    #lemon-sour {
        margin: auto;
        margin-top: -50px;
        width: 95%;
    }
}

.horumon-fire {
    margin-top: -240px;
    z-index: -99;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .horumon-fire {
        margin-top: -160px;
    }
}

#horumon {
    margin-top: 120px;
}
#horumon h3 {
    text-align: center;
}
#horumon h3 img {
    width: 80%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}
.pickup-horumon-image {
    width: 95%;
    margin: auto;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    #horumon h3 img {
        min-width: 700px;
    }
}
@media only screen and (max-width: 767px) {
    #horumon {
        margin-top: 60px;
    }
    .pickup-horumon-image {
        width: 100%;
    }
}
.pickup-horumon-text {
    display: flex;
    justify-content: center;
    margin-top: -100px;
}
.pickup-horumon-text::before {
    content: url(../img/img_horumon-accent_pc.svg);
    margin-right: 10px;
}
.pickup-horumon-text h4 {
    font-size: 30px;
}
.pickup-horumon-text h4 span {
    font-size: 15px;
    font-weight: 400;
}
.pickup-horumon-text p {
    font-size: 15px;
    font-weight: 400;
    width: 630px;
}
@media only screen and (max-width: 1024px) {
    .pickup-horumon-text {
        display: block;
        margin: auto;
        margin-top: -100px;
        width: 90%;
    }
    .pickup-horumon-text::before {
        content: url(../img/img_horumon-accent_sp.svg);
        margin-right: 0;
    }
    .pickup-horumon-text h4 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .pickup-horumon-text p {
        width: auto;
    }
}

.menu-wrap {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 65px;
}
.menu-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
}
.menu-item-wrap {
    padding: 0 10px;
    width: 33.333%;
}
.horumon-menu-item {
    display: flex;
    justify-content: space-between;
    border-top: dotted 2px #fff;
    border-bottom: dotted 2px #FFF;
    padding: 15px 0;
    margin-top: -2px;
}
.horumon-menu-item P {
    display: block;
    white-space: nowrap;
    font-size: 20px;
}
.horumon-price span {
    font-size: 15px;
    font-weight: 400;
}

@media only screen and (max-width: 1024px) {
    .menu-item-wrap {
        padding: 0 10px;
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .menu-wrap {
        margin-top: 30px;
    }
    .menu-container {
        display: block;
        flex-wrap: wrap;
        margin: 0 10px;
    }
    .menu-item-wrap {
        padding: 0 10px;
        width: 100%;
    }
    .horumon-menu-item P {
        font-size: 16px;
    }
}

.link-btn-container {
    max-width: 960px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
}

.link-btn-item {
    margin: 10px 0;
}

.link-btn-coupon {
    background-color: #E50911;
    border: 2px solid #E50911;
    transition: 0.3s;
}

.link-btn-line {
    background-color: #4CC764;
    border: 2px solid #4CC764;
    transition: 0.3s;
}


.link-btn-coupon,.link-btn-line {
    display: block;
    padding: 20px 30px;
}

@media only screen and (min-width: 1025px) {
    .link-btn-coupon:hover {
        background-color: #000;
    }
    .link-btn-line:hover {
        background-color: #000;
    }
}

@media only screen and (max-width: 767px) {
    .link-btn-container {
        display: block;
    }
    .link-btn-coupon,.link-btn-line {
        padding: 0 15px;
    }
}



#menu {
    margin-top: 120px;
}
#menu h3 {
    text-align: center;
}
#menu h3 img {
    width: 70%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    #menu h3 img {
        min-width: 700px;
    }
}

@media only screen and (max-width: 767px) {
    #menu {
        margin-top: 60px;
    }
}

.menu-inner {
    padding: 17px;
    background-color: #FFF;
    margin: 10px 0;
}
.menu-item {
    display: flex;
    justify-content: space-between;
}
.menu-item P {
    display: block;
    white-space: nowrap;
    font-size: 19px;
    color: #222;
}
.menu-price span {
    font-size: 15px;
    font-weight: 400;
}
.other-menu {
    margin-top: 40px;
    text-align: center;
}
.other-menu p {
    font-size: 30px;
}
.ather-menu-btn {
    margin-top: 30px;
}
.ather-menu-btn a {
    background-color: #FFF;
    border: solid #FFF;
    font-size: 21px;
    padding: 13px 50px 15px;
    text-decoration: none;
    color: #222;
}

@media only screen and (min-width: 1025px) {
    .ather-menu-btn a:hover {
        background-color: rgb(0, 0, 0);
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    .menu-inner {
        padding: 13px;
    }
    .menu-item P {
        font-size: 16px;
    }
    .other-menu {
        margin-top: 25px;
    }
    .other-menu p {
        font-size: 22px;
        padding: 0 10px;
    }
    .ather-menu-btn {
        margin-top: 18px;
    }
    .ather-menu-btn a {
        font-size: 20px;
        padding: 9px 20px 11px;
    }
}

#access {
    margin-top: 130px;
}
#access h3 {
    text-align: center;
}
#access h3 img {
    width: 75%;
    max-width: 900px;
    margin: auto;
    text-align: center;
}
.googlemap {
    width: 100%;
    height: 90vh;
    margin-top: 60px;
}
.access-info {
    text-align: center;
    margin-top: 50px;
    padding: 0 20px;
}

@media only screen and (min-width: 768px) {
    #access h3 img {
        min-width: 700px;
    }
}

@media only screen and (min-width: 1367px) {
    .access-info img {
        width: 33%;
    }
}

@media only screen and (max-width: 767px) {
    #access {
        margin-top: 80px;
    }
    #access h3 img {
        width: 85%;
    }
    .googlemap {
        height: 80vh;
        margin-top: 30px;
    }
    .access-info {
        margin-top: 30px;
    }
}

.contact {
    text-align: center;
    margin-top: 60px;
    padding: 0 10px;
}
.contact img {
    margin: auto;
}

@media only screen and (min-width: 768px) {
    .contact img {
        min-width: 700px;
    }
}

@media only screen and (min-width: 1367px) {
    .contact img {
        width: 66%;
    }
}

@media only screen and (max-width: 767px) {
    .contact {
        margin-top: 40px;
    }
    .contact img {
        width: 95%;
    }
}

.footer {
    margin: 100px auto 0;
    padding: 0 0 260px;
    text-align: center;
    position: relative;
}
.footer-logo {
    width: 25%;
    margin: auto;
    min-width: 275px;
}
.footer-logo img {
    width: 100%;
    margin-bottom: 30px;
}
.footer a {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
}
.footer__copy {
    margin-top: 85px;
    font-size: 14px;
    font-weight: 400;
}
.footer-fire {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -99;
}

@media only screen and (max-width: 767px) {
    .footer {
        padding: 0 0 100px;
    }
    .footer-logo img {
        margin-bottom: 20px;
    }
    .footer__copy {
        margin-top: 55px;
    }
    
}

.ekimae-kimuchi {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 1120px;
}
.ekimae-kimuchi img {
    width: 100%;
}
.ekimae-kimuchi .only-pc {
    display: block;
}
.ekimae-kimuchi .only-sp {
    display: none;
}
@media only screen and (max-width: 767px) {
    .ekimae-kimuchi {
        margin-bottom: 15px;
    }
    .ekimae-kimuchi .only-pc {
        display: none;
    }
    .ekimae-kimuchi .only-sp {
        display: block;
    }
}

/*# sourceMappingURL=common.css.map */