@charset "utf-8";
/* ルートフォント 16px 基準（旧 10px 基準から rem を 0.625 倍で変換済み）
============================================== */

/* 基本
============================================== */

:where(figure) {
    margin: 0;
}

main img{
    display: inline-block;
}

/*アプリ訴求*/
.area__application {
    padding-bottom: 100px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.app__wrap {
    display: flex;
    column-gap: 1.5em;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.app__icon {
    width: 120px;
    height: 120px;
}
.app__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.app__text {
    font-weight: 700;
    font-size: 22px;
}
@media (max-width:767px) {
    .app__text {
        font-size: 14px;
    }
}
.app__btn {
    background-color: #333;
    color: #fff;
    border-radius: 10px;
}
.app__btn.btn {
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 20px;
}
@media (max-width:767px) {
    .app__btn.btn {
        font-size: 14px;
    }
}

@media (hover: hover) {
    .app__btn.btn:hover {
        opacity: 0.7;
    }
}
.app__btn.btn > svg {
    margin-right: 0.2em;
}
@media (max-width: 767px) {
    .area__application {
        padding-bottom: 50px;
    }
    .app__wrap {
        width: 100%;
        column-gap: 1em;
    }
    .app__icon {
        width: 85px;
        height: 85px;
    }
    .app__btn.btn > svg {
        width: 20px;
    }
}
/* 下層ページ共通
============================================== */
.contentArea {
    max-width: 1080px;
    margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1119px) {
    .contentArea {
        padding: 0 2%;
    }
}
@media (max-width: 768px) {
    .contentArea {
        padding: 0 4%;
    }
}
.contentBox {
    padding: 6% 0;
}
@media (max-width: 767px) {
    .contentBox {
        padding: 12% 0;
    }
}
.pageTitle {
    padding: 3.125rem 0 6.25rem;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    color: #141414;
    letter-spacing: 2px;
}
@media (min-width: 768px) and (max-width: 1119px) {
    .pageTitle {
        padding: 1.5625rem 0 3.125rem;
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) {
    .pageTitle {
        padding: 2.1875rem 0;
        font-size: 1.25rem;
        letter-spacing: 1px;
    }
}
.pageBody {
    padding-bottom: 6.25rem;
}
@media (max-width: 767px) {
    .pageBody {
        padding-bottom: 3.125rem;
    }
}

/* 汎用クラス
============================================== */

/* font-weight */
.f-medium {
    font-weight: 500 !important;
}
.f-bold {
    font-weight: 700 !important;
}
/* font-size */
.f-small {
    font-size: 0.875rem !important;
}
.f-large-s {
    font-size: 0.75rem !important;
}
.f-large-m {
    font-size: 1.375rem !important;
}
.f-large-l {
    font-size: 1.625rem !important;
}
@media (max-width: 767px) {
    .f-small {
        font-size: 0.875rem !important;
    }
    .f-large-s {
        font-size: 0.875rem !important;
    }
    .f-large-m {
        font-size: 1rem !important;
    }
    .f-large-l {
        font-size: 1.125rem !important;
    }
}

/* margin */
.m_auto {
    margin: auto !important;
}
.mt_0 {
    margin-top: 0 !important;
}
.mt_10 {
    margin-top: 0.625rem !important;
}
.mt_20 {
    margin-top: 1.25rem !important;
}
.mt_30 {
    margin-top: 1.875rem !important;
}
.mt_40 {
    margin-top: 1.5625rem !important;
}
.mt_50 {
    margin-top: 3.125rem !important;
}
.mt_60 {
    margin-top: 3.75rem !important;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.mb_10 {
    margin-bottom: 0.625rem !important;
}
.mb_20 {
    margin-bottom: 1.25rem !important;
}
.mb_30 {
    margin-bottom: 1.875rem !important;
}
.mb_40 {
    margin-bottom: 1.5625rem !important;
}
.mb_50 {
    margin-bottom: 3.125rem !important;
}
.mb_60 {
    margin-bottom: 3.75rem !important;
}
.mb_80 {
    margin-bottom: 3.125rem !important;
}
@media (max-width: 767px) {
    .mt_10 {
        margin-top: 0.3125rem !important;
    }
    .mt_20 {
        margin-top: 0.625rem !important;
    }
    .mt_30 {
        margin-top: 0.8125rem !important;
    }
    .mt_40 {
        margin-top: 1.25rem !important;
    }
    .mt_50 {
        margin-top: 1.5625rem !important;
    }
    .mt_60 {
        margin-top: 1.875rem !important;
    }
    .mb_10 {
        margin-bottom: 0.3125rem !important;
    }
    .mb_20 {
        margin-bottom: 0.625rem !important;
    }
    .mb_30 {
        margin-bottom: 0.8125rem !important;
    }
    .mb_40 {
        margin-bottom: 1.25rem !important;
    }
    .mb_50 {
        margin-bottom: 1.5625rem !important;
    }
    .mb_60 {
        margin-bottom: 1.875rem !important;
    }
    .mb_80 {
        margin-bottom: 1.5625rem !important;
    }
}

/*font-family*/
.sans-serif {
    font-family: "Noto Sans JP", sans-serif;
}

/* indent */
.indent {
    padding-left: 1em !important;
    text-indent: -1em !important;
}

/* flex */
.flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
/* .container2 {
  width: calc((100% - 10px) / 2);
  max-width: 520px;
}
.container2--sp-pc {
  width: calc((100% - 10px) / 2);
  max-width: 520px;
}
.container4 {
  width: calc((100% - 40px) / 4);
  max-width: 260px;
}

@media (max-width: 767px) {
  .container2 {
    width: 100%;
  }
  .container4 {
    width: calc((100% - 10px) / 2);
    max-width: 323px;
  }
  .container4:first-child,
  .container4 + .container4 {
    margin: 3% 0;
  }
} */

/* button */
.btnContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
@media (max-width: 767px) {
    .btnContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.btnContainer > .btn {
    width: 48%;
}
@media (min-width: 768px) {
    .btnContainer > .btn:nth-child(even) {
        margin-left: 4%;
    }
    .btnContainer > .btn:nth-child(n + 3) {
        margin-top: 2%;
    }
}
.btn {
    display: inline-block;
    padding: 0.4em 1.2em;
    font-weight: 700;
    font-size: 1.375rem;
    text-align: center;
    color: #333;
    text-decoration: none;
    border: solid 1px transparent;
    outline: none;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn:hover {
    box-shadow: none;
}
@media (min-width: 768px) and (max-width: 1279px) {
    .btn {
        font-size: 1.25rem;
    }
    .btnContainer > .btn {
        width: auto;
        min-width: 48%;
    }
}
@media (max-width: 767px) {
    .btn {
        width: 100%;
        max-width: 520px;
        font-size: 1rem;
    }
    .btnContainer > .btn {
        width: 100%;
    }
    .btnContainer > .btn:nth-child(n + 2) {
        margin-top: 3%;
    }
}
.btn--sm {
    padding: 0.3125rem 0.8125rem;
}
.btn--md {
    padding: 1.125rem 1.875rem 0.625rem;
}
.btn--lg {
    padding: 1.5625rem 3.125rem;
}
@media (max-width: 767px) {
    .btn--lg {
        padding: 1.3125rem 1.5625rem 1.1875rem;
    }
}
.btn--primary {
    background-color: #fff;
    border: solid 1px #333;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .btn--primary:active,
    .btn--primary:focus,
    .btn--primary:hover {
        color: #fff;
        background: #333;
        border: solid 1px #333;
    }
}
.btn--txt {
    font-size: 1.4375rem;
}
@media (min-width: 768px) and (max-width: 1279px) {
    .btn--txt {
        font-size: 1.25rem;
    }
}
@media (max-width: 767px) {
    .btn--txt {
        font-size: 0.875rem;
    }
}
.arrow {
    position: relative;
    padding: 0.35em 2em 0.4em 0.5em;
}
.arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    width: 11px;
    height: 14px;
    background-image: url(img/icon-arrow-b.svg);
    background-size: cover;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .arrow:hover::after,
    .arrow:active::after,
    .arrow:focus::after {
        background-image: url(img/icon-arrow-w.svg);
    }
}
@media (max-width: 767px) {
    .arrow::after {
        width: 8px;
        height: 10px;
    }
}

/* display */
@media (min-width: 768px) {
    .pcOnly {
        display: block !important;
    }
    .pcOnly-inline-block {
        display: inline-block !important;
    }
    .pcOnly-inline {
        display: inline !important;
    }
    .spOnly,
    .spOnly-inline-block,
    .spOnly-inline {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .pcOnly,
    .pcOnly-inline-block,
    .pcOnly-inline {
        display: none !important;
    }
    .spOnly {
        display: block !important;
    }
    .spOnly-inline-block {
        display: inline-block !important;
    }
    .spOnly-inline {
        display: inline !important;
    }
}

/* text-align */
.txt--center {
    text-align: center !important;
}
.txt--left {
    text-align: left !important;
}

/* background-color */
.bg_gray {
    background-color: #ebe8de !important;
}

/* color */
.color_red {
    color: #900 !important;
}

/* 別窓リンク時アイコン
============================================== */
.icon-outlink {
    display: inline-block;
    content: "";
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.2em;
    margin-bottom: 0.2em;
    vertical-align: middle;
    background: url(img/icon-outlink.svg) 50% 50% no-repeat;
    background-size: contain;
}
.icon-outlink.-red {
    background: url(img/icon-outlink-red.svg) 50% 50% no-repeat;
    margin-left: 0.1em;
}

/* Utility
============================================== */
.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (min-width: 768px){
    .flex_pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .flex_pc > * {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        max-width: 48%;
    }
}
@media (max-width: 767px){
    .flex_pc > *:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}

/* container */
.lp_container {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1160px) {
    .lp_container {
        padding-right: 4%;
        padding-left: 4%;
    }
}

/* heading */
.lp_lv1heading {
    font-weight: 700;
    font-size: 2.375rem;
}
@media (max-width: 767px) {
    .lp_lv1heading {
        font-size: 1.5rem;
    }
}
.lp_lv2heading {
    position: relative;
    font-weight: 700;
    font-size: 1.4375rem;
}
@media (max-width: 767px) {
    .lp_lv2heading {
        font-size: 1.2375rem;
    }
}
.lp_lv2heading::after {
    content: "";
    position: absolute;
    bottom: -.4em;
    left: 50%;
    display: block;
    width: 400px;
    height: 1px;
    background-color: #030303;
    transform: translateX(-50%);
}
@media (max-width: 458px) {
    .lp_lv2heading::after {
        width: 100%;
    }
}

/* main */
.lp_main {
    width: 100%;
    overflow: hidden;
}
/* @media (max-width: 767px) {
  .lp_main {
    padding-bottom: 20px;
  }
} */
.lp_main_content {
    padding: 70px 0;
    text-align: center;
}
@media (max-width: 767px) {
    .lp_main_content {
        padding: 35px 0 ;
    }
}
.lp_main_text {
    font-size: 1.5rem;
}
@media (max-width: 767px) {
    .lp_main_text {
        font-size: 0.9375rem;
    }
}

/* section */
.lp_section {
    padding: 100px 0;
    text-align: center;
}
@media (max-width: 767px) {
    .lp_section {
        padding: 35px 0;
    }
}
.lp_section_text {
    font-size: 1.25rem;
    text-align: left;
}
@media (max-width: 767px) {
    .lp_section_text {
        font-size: 0.9375rem;
    }
}

/* button */
.lp_btn {
    display: inline-block;
    min-width: 520px;
    padding: .5em 2.5em;
    font-weight: 500;
    font-size: 1.3125rem;
    text-align: center;
    color: #030303;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #707070;
    border-radius: 50px;
    transition: .4s;
}
@media (max-width: 767px) {
    .lp_btn {
        width: 100%;
        min-width: auto;
        max-width: 500px;
        padding: .5em 1.5em;
        font-size: 0.9375rem;
    }
}
@media (min-width: 768px) {
    .lp_btn:active,
    .lp_btn:focus,
    .lp_btn:hover {
        color: #fff;
        background-color: #1a1a1a;
        border: solid 1px #1a1a1a;
    }
}

/* 大口注文 .large_ */
.large_shade{
    background-color: #F5EFC9;
}
.large_btn--text{
    font-size: 22px;
    font-weight: 500;
}
@media (max-width:767px) {
    .large_btn--text{
        font-size: 16px;
    }
}
.large_lv1heading-sub{
    font-size: 15px;
    font-weight: 500;
    margin-left: -0.5em;
}
@media (max-width:767px) {
    .large_lv1heading-sub{
        font-size: 12px;
    }
}
.large_title{
    line-height: 1;
    max-inline-size: max-content;
    margin-inline: auto;
}
.large_btn--wrapper{
    margin: 85px auto 0;
}
@media (max-width:768px) {
    .large_btn--wrapper{
        margin: 50px auto 18px;
    }
}

/* 店舗一覧 / UberEats・LINE用
============================================== */
/*店舗一覧*/
.area-selectContainer {
    margin: 6.25rem 0 10%;
    color: #333;
}
@media (max-width: 767px) {
    .area-selectContainer {
        margin: 1.875rem 0 21%;
    }
}
.area-selectContainer .area--ttl {
    margin-top: 6%;
    font-size: clamp(1.2rem, 2.8vw, 1.7375rem);
    line-height: 2;
    text-align: center;
    background-color: #F4F2EC;
    font-weight: 700;
}
@media (max-width: 767px) {
    .area-selectContainer .area--ttl {
        margin-top: 15%;
    }
}
.area-selectContainer .area--city {
    margin-top: 3.7%;
    padding-bottom: 2%;
    font-size: 1.1875rem;
    text-align: left;
    border-bottom: 2px solid #dedede;
}
@media (max-width: 767px) {
    .area-selectContainer .area--city {
        margin-top: 8%;
        padding-bottom: 4.5%;
    }
}
.area-selectContainer .area--city.area--shopName {
    position: relative;
    margin-top: 2%;
    text-indent: 1.25rem;
}
@media (max-width: 767px) {
    .area-selectContainer .area--city.area--shopName {
        margin-top: 4.5%;
    }
}
.lineArea  picture{
    display: block;
}
.lineArea img{
    margin-inline: auto;
}
.lineArea .line-kv{
    max-width: 1080px;
    width: 96%;
    margin-inline: auto;
}
.lineArea .line-kv-img{
    width: 100%;
}
.lineArea .area-selectContainer .area--city.area--shopName{
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 161px auto;
    gap: 187px;
    text-indent: unset;
}
@media only screen and (max-width:768px){
    .lineArea{
        padding-top: 0;
    }
    .lineArea .line-kv{
        width: 100%;
    }
    .lineArea .area-selectContainer .area--city.area--shopName{
        grid-template-columns: auto 135px;
        justify-content: space-between;
        padding-inline: 22px;
        gap: unset;
    }
    .lineArea .area-selectContainer .area--city.area--shopName{
        font-size: 16px;
    }
}
/* お問い合わせ
============================================== */
#contact .container2 {
    width: calc((100% - 40px)/2);
    margin: 0% auto 5%;
}
@media (max-width: 767px){
    #contact .container2{
        width: 100%;
    }
}
#contact .bg_white_frame {
    background-color: #fff;
    border: 2px solid #B1B1B1;
}
#contact .txt--height {
    line-height: 1.75rem;
}
@media (max-width: 767px) {
    #contact .txt--height {
        line-height: inherit;
    }
}
#contact .item_description {
    padding: 8% 5%;
}
#contact .item_description + .item_description {
    border-top: 2px solid #B1B1B1;
}
#contact .tellArea {
    padding: 2.5%;
}
#contact .tell span {
    font-size: 2.5rem;
    letter-spacing: 0.125rem;
    margin: 0 0 1% 2%;
}
@media (max-width: 767px){
    #contact .tell span{
        font-size: 1.4375rem;
        letter-spacing: 0.125rem;
    }
    #contact .tell img {
        width: 30px;
    }
    #contact .tell span a{
        color:#821923;
    }
}
a.contactBtn {
    background-color: #AC000C;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 4% 0;
    letter-spacing: 0.125rem;
}
a.contactBtn:before {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 14px 3px 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    content: "";
}

a.contactBtn:hover {
    opacity: 0.7;
}
@media (max-width: 767px) {
    a.contactBtn:before {
        width: 9px;
        height: 9px;
        margin: 0 9px 2px 0;
    }
}

#contact .f-contact-m{
    font-size: 1.25rem;
}
@media (max-width: 767px) {
    #contact .f-contact-m {
        font-size: 0.9375rem;
    }
}

.container2 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 4% 5px;
}
a.contactBtn {
    background-color:#000;
    border:2px solid #000;
    color:#fff;
}
a.contactBtn:hover {
    background-color:#fff;
    border:2px solid #000;
    color:#000;
}
@media (min-width: 751px){
    .sp{display:none;}
}

/* FAQ
---------------------*/
/* 緊急お知らせ非表示 */
.systemTicker{
    display: none;
}
/* space */
.faq_mb-15 {
    margin-bottom: 15px;
}
.faq_mb-20 {
    margin-bottom: 20px;
}

/* layout */
.faq_contentArea {
    font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
    /* PC時背景固定 */
    /* .faq_bg {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100vh;
      overflow: auto;
      background: url() no-repeat bottom;
      background-size: max(100%,1366px);
    } */
    .faq_contentArea {
        position: relative;
        z-index: 2;
        width: min(375px, 100%);

        margin-inline: auto;
    }
}

/* heading */
.faq_head {
    padding-top: 60px;
    padding-bottom: 60px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #3a3a3a;
}

/* accordion */
.faq_accordion {
    max-width: 500px;
    background-color: #fafafa;
    margin-inline: auto;
}

.faq_accordion:not([open]) {
    margin-bottom: 2px;
}

.faq_accordion summary {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding: 16px 32px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #900000;
    cursor: pointer;
}

.faq_accordion summary::-webkit-details-marker {
    display: none;
}

.faq_accordion summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 14px;
    height: 8px;
    margin-left: 10px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='10.519' viewBox='0 0 16 10.519'><path d='M194.5,118.983l-7.753-8.86a1,1,0,0,1,1.505-1.317l6.247,7.14,6.247-7.14a1,1,0,0,1,1.505,1.317Z' transform='translate(202.5 118.983) rotate(180)' fill='%23fff'/></svg>");
    transform: translateY(-50%) rotateX(180deg);
    transition: transform .3s;
}

.faq_accordion[open] summary::after {
    transform: translateY(-80%) rotate(0deg);
}

.faq_accordion > .faq_body {
    margin: 0;
    padding: 30px;
    color: #333;
    transform: translateY(-10px);
    opacity: 0;
}

.faq_accordion[open] > .faq_body {
    transform: none;
    opacity: 1;
}
.faq_text {
    font-size: 14px;
}
.faq_ttl {
    font-weight: 700;
    font-size: 16px;
    color: #900000;
}
.faq_ttl-md {
    font-weight: 700;
    font-size: 15px;
    color: #454545;
}
.faq_body > *,
.faq_body > dl > * {
    margin-bottom: 30px;
}
