[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;
}

@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: #e11900 !important;
    color: #fff !important;
}
.btn-danger:hover{
    background-color: #fff !important;
    color: #e11900 !important;
    border-color: #e11900!important;
}

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

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


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

/* ------------ */
/*   category   */
/* ------------ */ 
.category-bar{
    list-style:none;
    font-size: 13px;
    z-index: 1000;
  }
  
  .category-bar .category-item:nth-child(6n),
  .category-bar .category-item:last-child{
    border-right: 1px solid rgba(0,0,0,.125);
  }
  
  .category-bar .category-item{
    border-left: 1px solid rgba(0,0,0,.125);
    padding: 1rem .2rem;
    width:16.666667%;
    height:50px;
    text-align: center;
    background-color: #f5f5f5;
  }
  
  .category-bar .category-item span{
    position: absolute;top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); 
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  
  .category-bar .category-item.current,
  .category-bar .category-item:hover{
    background-color: #fde3cd !important;
  }

  @media (max-width:767px){
    .categpry-padding{
      padding-left: 100px;
    }
    .category-bar{
      flex-direction: column!important;
      position:fixed;
      left:0;
      top: 5rem;
      padding: 0;
      max-height: calc(100% - 200px);
      overflow-y: auto;
      font-size: 10px;
      border-top: 1px solid rgba(0,0,0,.125);
      border-right: 1px solid rgba(0,0,0,.125);
      border-bottom: 1px solid rgba(0,0,0,.125);
    }
    /* .category-bar .category-item:first-child{
      border-top: 1px solid rgba(0,0,0,.125) !important;
    } */
    .category-bar .category-item{
      border-left:none !important;
      /* border-right: 1px solid rgba(0,0,0,.125) !important; */
      border-bottom: 1px solid rgba(0,0,0,.125) !important; 
      width: 90px;
      height:60px;
      margin-top: 0!important;
    }
    .category-bar .category-item:last-child{
      border-bottom: none !important;
    }
  }

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

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

.menu-card{
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
    height: 100%;
    background-color: transparent !important;
}
.menu-card:not(.opacity-5):hover{
    opacity: 0.8;
}
.cursor-pointer {
    cursor: pointer;
}
.card-button {
    cursor: pointer;
}
.card-button:hover {
    border-color: #e11900;
    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;
}

.menu-card .card-body{
    padding-top: 0;
}
/* 売り切れカード用 */
.menu-card.opacity-5 {
    position: relative;      /* オーバーレイ・バッジの基準 */
    opacity: 1 !important;
}
/* 黒い半透明オーバーレイ */
.menu-card.opacity-5::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
}
/* ★ opacity-5 & price 内の badge = 売り切れバッジを中央に配置 */
.menu-card.opacity-5 .price .badge {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-45%, -30%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .6em 1.4em;
    border-radius: 9999px;
    background: #000 !important;
    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: none;
}
.menu-card.opacity-5:hover {
    opacity: 1;
}
@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: #f58a37;
}

.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: #f58a37;
    border-color: #f58a37;
}
.btn-outline-orange:hover,
.option-radio:checked + .btn-outline-orange {
    color: #fff;
    background-color: #f58a37;
    border-color: #f58a37;
}

.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 #f58a37;
    background-color: #f58a37;
}

.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-plus .btn{
    font-size: 10px;
    width: 24px;
    height: 24px;
    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;
}

@media (max-width:767px){
    .btn-sp-wide{
        width: 100%;
    }
}

.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;
}
#spinner{
    right: calc(50% - 1rem);
    top: calc(50% - 1rem);;
    position: absolute;
}

.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;
    }
}