[v-cloak] {
    display:none !important;
}

.btn{
    touch-action: manipulation; /* ダブルタップ時の拡大防止 */
 }

.fade-enter-active{
    transition: opacity .3s;
}
.fade-leave-active{
    transition: opacity .1s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}

html, body{
    height: 100%;
}

body {
    animation: fadeIn 1.3s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.3s ease 0s 1 normal;
}
body.modal-open{
    /* position: fixed; */
    width: 100%;
}

a:hover {
    text-decoration: none;
}

.tooltip {
    z-index: 900 !important;
}

#no-topimg{
    height: 320px;
    background-color: #faebd7;
}

@media (max-width:767px){
    #no-topimg{
        height: 160px !important;
    }
}

@keyframes fadeIn {
    0% {opacity: 0.5}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0.5}
    100% {opacity: 1}
}

.bg-lightblue {
    background-color: #ddedff;
}

.opacity-5 {
    opacity: 0.5;
}

/* ---------- */
/*   button   */
/* ---------- */
.btn-danger,.badge-danger{
    background-color: #cc331f !important;
    color: #fff !important;
}
.btn-danger:hover{
    background-color: transparent !important;
    color: #cc331f !important;
    border-color: #cc331f!important;
}

.btn-outline-danger{
    background-color: transparent !important;
    color: #cc331f !important;
    border-color: #cc331f!important;
}

.btn-outline-danger:hover{
    background-color: #cc331f !important;
    color: #fff !important;
    border-color: #cc331f!important;
}
.text-danger{
    color: #e11900 !important;
}

.btn-secondary,.badge-secondary{
    background-color: #202020 !important;
    color: #fff !important;
}
.btn-secondary:hover{
    background-color: #fff !important;
    color: #202020 !important;
    border-color: #202020!important;
}

.btn-outline-secondary{
    background-color: transparent !important;
    color: #202020 !important;
    border-color: #202020!important;
}

.btn-outline-secondary:hover{
    background-color: #202020 !important;
    color: #fff !important;
    border-color: #202020!important;
}

.text-secondary{
    color: #202020 !important;
}

.btn-orange{
    background-color: #EB6E00;
    color: #fff;
}
.btn-orange:hover{
    background-color: #ff6f00;
    color: #fff;
}
.btn-outline-orange{
    color: #EB6E00;
    border: 1px solid #EB6E00;
}
.btn-outline--orange:hover{
    background-color: #EB6E00;
    color: #fff;
}
.btn-detail{
    color: #202020;
    border: 1px solid #202020;
}
.opacity-5 .btn-detail:hover{
    background-color: #202020 !important;
    color: #fff;
    cursor: default;
}
.card-button:hover .btn-detail{
    background-color: #202020 !important;
    color: #fff;
}
.btn-takeout {
    color: #3E2723;
    background-color: #FF999A;
    border-color: #FF999A;
}
.btn-takeout:hover {
    color: #FF999A;
    background-color: #FFF;
    border-color: #FF999A;
}

.btn-outline-dark:hover {
    color: #fff !important;
}

/* ------------ */
/*   category   */
/* ------------ */
@media (max-width:767px){
    #category-container{
        position: fixed;
        top: 51px;
        left: 0;
        z-index: 99;
    }
    #menu-container{
        margin-top: 4.6rem;
        margin-bottom: 4rem;
    }
}
.category-bar{
    width: 100%;
    display: flex;
    list-style:none;
    font-size: 13px;
    z-index: 1000;
    white-space: nowrap;
    border-top: 5px solid #e8e7e7;
    border-right: 5px solid #e8e7e7;
    border-left: 5px solid #e8e7e7;
    scrollbar-width: none;       /* Firefox 対応 */
    background-color: #e8e7e7;
  }

.category-bar::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}

.category-bar .category-item{
    padding-top: 0;
    padding-bottom: .6rem;
    width: 100%;
    max-width: 300px;
    height:56px;
    text-align: center;
    background-color: #e8e7e7;
    color: #6c757d;
    /* border-bottom: 2px solid rgba(0,0,0,.125); */
}

.category-span{
    display: block;
    border-left: 1px solid #fff;
    padding-right: .6rem;
    padding-left: .6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-bar .category-item:first-child .category-span,
.category-bar .category-item.current + .category-item .category-span,
.category-bar .category-item:hover + .category-item .category-span{
    border-left: none !important;
}

.category-bar .category-item.current,
.category-bar .category-item:hover{
    background-color: #fff !important;
    color: #000;
    border-bottom: none !important;
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important;
}

.category-bar .category-item:hover{
    opacity: 0.8;
}

.slide-arow{
    position: absolute;
    top: 10px;
    z-index: 1040;
    padding-right: .4rem;
    padding-left: .4rem;
    color: #212529;
    background-color: #888888a1;
    border-radius: .25rem;
    height: 46px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.slide-arow.left{
    left: 4px;
}
.slide-arow.right{
    right: 4px;
}

/* ------------ */
/*   menucard   */
/* ------------ */
.embed-responsive-3by2::before {
    padding-top: 66.6%;
}

.embed-responsive-7by4::before {
    padding-top: 57.14%;
}

.pickup-card{
    border: none;
    border-radius: unset;
    height: 100%;
    background-color: transparent !important;
}

.menu-card{
    height: 100%;
    background-color: transparent !important;
    position: relative;
    /* padding-bottom: calc(.6rem + 20px) !important; */
}

.menu-card .card-body{
    padding: .8rem !important;
    background-color: #fff;
    border-radius: .25rem;
}
.menu-card .price{
    position: absolute;
    bottom: .6rem;
    right: .4rem;
}
.menu-card.opacity-5 {
    opacity: 1 !important;
}

.menu-card.opacity-5::before{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,.5);
    z-index:1;
}

/* 売り切れ時のバッジコンテナ：カード全体を覆うように広げる */
.menu-card.opacity-5 .absolute-badges{
    inset: 0;                     /* top:0; right:0; bottom:0; left:0; */
    padding: 5px;                 /* 既存の余白は残す */
    z-index: 2;                   /* オーバーレイより上 */
    pointer-events: none;         /* 必要なら外してOK */
}

/* 中央に置きたい「売り切れ」バッジだけ */
.menu-card.opacity-5 .absolute-badges .badge-primary{
  position: absolute;             /* 他バッジのフローから切り離す */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* ど真ん中〜やや下に配置 */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .6em 1.4em;
  border-radius: 9999px;
  background: #000;               /* 好きな色に */
  color: #fff;
  font-weight: 800;
  font-size: clamp(14px, 2.4vw, 22px);
  letter-spacing: .08em;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
  border: none;
  pointer-events: auto;           /* クリックしたい場合だけ付ける */
}

.menu-card.opacity-5:hover{
    opacity:1;
}

@media (max-width:767px){
    .menu-card .card-body{
        font-size: 80%;
        padding: .4rem !important;
    }
}

.menu-card:not(.opacity-5):hover{
    opacity: 0.8;
}

/* 通常時のバッジ位置（左上）はそのまま */
.absolute-badges{
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}
.cursor-pointer {
    cursor: pointer;
}
.card-button {
    cursor: pointer;
}
.card-button:hover {
    border-color: #CC331F;
    background-color: #fffbfb;
}

input.form-control::placeholder {
    color: #CCC;
}
/* IE */
input.form-control:-ms-input-placeholder {
    color: #CCC;
}
/* Edge */
input.form-control::-ms-input-placeholder {
    color: #CCC;
}

@media (max-width:767px){
  .pickup-menu .card-title{
    font-size: 16px;
  }
  .normal-menu .card-title{
    font-size: 14px;
  }
  .menu-card image{
    height: auto!important;
  }
  .btn-detail {
    font-size: 12px;
    width: 100%;
  }
}

@media (min-width:768){
    .pickup-menu .card-title{
        font-size: 20px;
    }
    .normal-menu .card-title{
        font-size: 16px;
    }
}

@media (min-width:576px){
  #optionModal .modal-body{
    max-height:500px;
    overflow-y:auto;
  }
}

.credit-img{
  width: 42px;
  height: 42px;
}

/* ------------ */
/*   option     */
/* ------------ */
.option-checkbox input[type="checkbox"]:checked + label {
    color: #EB6E00;
}

.option-checkbox input[type="checkbox"] + label{
    display: block;
    position: relative;
    padding-left:40px;
    float: left;
    font-size: 14px;
}

.option-radio{
    display: none;
}
.btn-outline-orange{
    color: #EB6E00;
    border-color: #EB6E00;
}
.btn-outline-orange:hover,
.option-radio:checked + .btn-outline-orange {
    color: #fff;
    background-color: #EB6E00;
    border-color: #EB6E00;
}

.btn-outline-orange:not(:disabled):not(.disabled).active.focus{
    box-shadow: 0 0 0 0.2rem #ef7c2378;
}

.option-checkbox input[type="checkbox"] + label:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    background: #FFF;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.option-checkbox input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
    margin-top: -9px;
    border-radius: 5px;
}

.option-checkbox input[type="checkbox"]:checked + label:before {
    border: 1px solid #EB6E00;
    background-color: #EB6E00;
}

.option-checkbox input[type="checkbox"] + label i{
    position: absolute;
    top: calc(50% - 5px);
    left: 13px;
    color: #fff;
    font-size: 13.5px;
    display: none;
}
.option-checkbox input[type="checkbox"]:checked + label i{
    display: block;
}

.collapse:not(.show) + .check-header{
    font-size: 14px;
    display: flex !important;
    flex-flow: wrap;
}
.check-header span:not(:last-child):after{
    content: ','
}

input[type="checkbox"] + label,
input[type="radio"] + label,
select{
    cursor: pointer;
}

.option-range input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
    width: 100%;
    background: url(../../img/slider_bar.png) no-repeat center;
    background-size: 95% auto;
    margin: 0% 5%;
}
/* WebKit向けのつまみ */
.option-range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: url(../../img/slider_button.gif) no-repeat center;
    background-size: 30px;
    width: 30px;
    height: 30px;
}
/* Moz向けのつまみ */
.option-range input[type="range"]::-moz-range-thumb {
    background: url(../../img/slider_button.gif) no-repeat center;
    background-size: 30px;
    width: 30px;
    height: 30px;
    border: 0;
}

.option-plus .btn{
    font-size: 14px;
    width: 30px;
    height: 30px;
    padding: 4px 0;
}
.option-plus label{
    font-size: 14px;
}

footer ul{
    font-size: 11px;;
}
@media (max-width:576px){
    footer ul{
        font-size: 10px;
    }
}

.text-reserveid{
    font-size: 36px;
}
.recieve-way .list-group-item{
    background-color: transparent !important;
}
.recieve-way .list-group-item:first-child{
    margin-right: 30px;
}

@media (max-width:576px){
    .recieve-way .list-group-item:first-child{
        margin-right: 15px;
    }
}

.recieve-way .list-group-item.active{
    color: #000 !important;
    background-color: #ddedff !important;
}

.parkgo-img{
    width: 90px;
    height: 60px;
    display: inline-block;
    text-align: center;
}

.side-border{
	display: flex;
	align-items: center;
}
.side-border:before,
.side-border:after{
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #dee2e6;
    display: block;
    margin: 0 10px;
}

.coupon-body{
    background-color: rgba(0,0,0,.03);
}
.coupon-body.coupon .coupon-ticket{
    background-color: #ffc107;
}
.coupon-body.campaign .coupon-ticket{
    background-color: #dc3545;
}
.discount-ng .coupon-ticket{
    background-color: #6c757d!important;
}

.coupon-ticket-contents{
    border-bottom: 4px dotted #efefef;
    padding: 14px;
}
@media (min-width: 768px){
    .coupon-ticket-contents{
        border-bottom: none !important;
        border-left: 4px dotted #efefef;
    }
    .coupon-ticket-contents p{
        writing-mode: tb;
    }
}

.conf-cart-table td{
    min-width: 164px;
}

.shop-info{
    position:relative;
    padding-bottom:50px;
}

.shop-info .card{
    position:absolute;
    bottom:0;
    width:600px;
    left:calc(50% - 300px)
}

@media (min-width: 768px){
    .border-pc-right{
        border-right: 1px solid #dee2e6;
    }
}

@media (max-width:767px){
    .shop-info{
        padding-bottom:100px;
    }
    .shop-info .card{
        width: 90%;
        left:calc(50% - 45%);
    }

    .btn-sp-wide{
        width: 100%;
    }
}

#optionModal .form-control:disabled, .form-control[readonly]{
    background-color: #fff !important;
}

.option-form.not_view *{
    display: none !important;
}

/* ------------ */
/*   loading    */
/* ------------ */
/*初期設定*/
#loading-bg, #loading-bg2 {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
    opacity:0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
#loading, #loading2 {
    z-index: 10001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

#loading .line-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.fadeout-spinner {
    transition:1s;
    visibility: hidden !important;
}

#spinner{
    right: calc(50% - 1rem);
    top: calc(50% - 1rem);
    position: absolute;
}

.before_comma:not(:last-child)::after{
    content: ',';
}

.loading-wave,
.loading-wave:before,
.loading-wave:after {
  background: #f58a37;
  -webkit-animation: load1 2s infinite ease-in-out;
  animation: load1 2s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loading-wave {
  color: #f58a37;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loading-wave:before,
.loading-wave:after {
  position: absolute;
  top: 0;
  content: '';
}
.loading-wave:before {
  left: -1.7em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading-wave:after {
  left: 1.7em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/*--- breadcrumb_list ---*/
.breadcrumb_list {
    color: #000;
    font-size: 0.8rem;
    padding: 0PX 10px;
    background: #f7db88;
    position: sticky;
    z-index: 1001;
  }
.breadcrumb_list span.this_page {
    color: #fff;
    background: #eb723d;
}
.breadcrumb_list ul{
    padding-left: 3px;
}

.breadcrumb_list ul li {
    display:inline-block;
    list-style: none;
}
.breadcrumb_list ul li span{
    color: #000;
    display: inline-block;
    padding: 0.3rem 1rem;
    border-radius: 1rem;
    text-decoration: none;
    background: #fff;
    border: 1px solid #F5ECE4;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width:767px){
    .breadcrumb_list{
        padding: 0PX 5px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    .breadcrumb_list ul li span{
        font-size: 0.65rem;
        padding: 0.3rem 0.5rem;
    }
}

.breadcrumb_list ul li:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f061';
    margin-left: 5px;
    color: #eb723d;
}

.breadcrumb_list ul li:last-child:after {
    content: '';
}

.breadcrumb_list ul li a:hover {
    background: #f5baa0;
}
@media (max-width:450px){
    .takeout-center{
        text-align: center;
    }
    .eatin-center{
        text-align: center;
    }
    .delivery-center{
        text-align: center;
    }
}