body{
  color: #333;
}

.block-inquiry--form{
  padding-top: 36px;
}

#app{
  padding-bottom: 50px;
}

#app #app{
  padding-bottom: 0;
}

.eat_wrapper{
  padding-bottom: 50px;
}

#app .eat_wrapper{
  padding-bottom: 0;
}

/* ボタン */

.action .btn {
  cursor: pointer;
  height: auto;
  text-decoration: none !important;
  position: relative;
  border-radius: 50px;
  -webkit-transition: all 0.6s ease, opacity 0s;
  transition: all 0.6s ease, opacity 0s;
  min-height: 4.125rem;
  padding: 0 30px;
  max-width: 100%;
  width: 350px;
  white-space: break-spaces;
  font-weight: normal;
  line-height: 18px;
  line-height: 1.125rem;
  margin-top: 20px;
}

.action a.btn{
  line-height:4.125rem;
}

.action-buttons .btn.block-apply--forward{
  color: #333;
  background: #FFBB35;
  border-radius: 50px;
  font-weight: bold;
  min-height: 4.125rem;
  font-size: 16px;
  max-width: 100%;
  width: 350px;
}

.action-buttons .btn.block-inquiry--customer-back{
  border: 1px solid #aaa;
  background: #fff;
  font-weight: normal;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  max-width: 100%;
  width: 350px;
}

.block-purchase-history--button{
  margin-bottom: 50px;
}

.block-purchase-history--button a{
  cursor: pointer;
  height: auto;
  text-decoration: none !important;
  position: relative;
  border-radius: 50px;
  -webkit-transition: all 0.6s ease, opacity 0s;
  transition: all 0.6s ease, opacity 0s;
  min-height: 2.125rem;
  padding: 0 30px;
  max-width: 100%;
  width: 200px;
  white-space: break-spaces;
  font-weight: bold;
  border: 1px solid #686BC7;
  background: #fff;
  font-weight: normal;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
}

.btn-default{
  cursor: pointer;
  height: auto;
  text-decoration: none !important;
  position: relative;
  border-radius: 50px;
  -webkit-transition: all 0.6s ease, opacity 0s;
  transition: all 0.6s ease, opacity 0s;
  min-height: 4.125rem;
  padding: 0 30px;
  width: 100%;
  white-space: break-spaces;
  font-weight: bold;
  line-height: 18px;
  line-height: 1.125rem;
  color: #333;
  border-radius: 50px;
  font-weight: bold;
  min-height: 4.125rem;
  font-size: 16px;
}

a.btn-default{
  line-height: 4.125rem;
}

.block-purchase-history-detail--cancel{
  border: 1px solid rgba(170, 170, 170, 0.5);
  background: rgba(170, 170, 170, 0.4);
}

@media screen and (min-width: 769px) {
  .btn-default {
    max-width: 100%;
    width: 350px;
  }
}

.block-purchase-history--reservation-dt .btn-default{
  min-height: 40px;
  line-height: 40px;
  border: none;
  background-color: #FFBB35;
  width: 200px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-purchase-history-detail--order-info-table td a.btn-default{
  min-height: 40px;
  line-height: 40px;
  border: none;
  background-color: #FFBB35;
  width: 200px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-purchase-history--list .block-purchase-history--button:last-child{
  margin-bottom: 25px;
}

.action .btn.block-order-estimate--commit-btn{
  font-weight: bold;
}

.modal-footer{
  text-align: center;
}

.modal-footer .btn{
  border-radius: 50px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.modal-footer .btn.btn-secondary{
  border-width: 1px;
  border-style: solid;
  border-color: rgba(170, 170, 170, 0.5);
  background: rgba(170, 170, 170, 0.4);
  color: #333;
}

/* その他部品 */

.eat_reservation_title h1{
  padding: 0;
}

.shared-footer-wrap{
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.shared-footer{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap:22px;
  row-gap: 12px;
  place-content: center;
  padding-left: 12px;
  padding-right: 12px;
}

.shared-footer li{
  width:auto;
  margin:0;
  max-width:none;
  border: 1px solid #AAA;
}

.shared-footer-title{
  font-size: 1rem;
  border-bottom: 1px solid #AAA;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 1em;
  margin-top: 36px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .shared-footer{
    grid-template-columns: repeat(2,1fr);
    column-gap:12px;
  }
}

@media (max-width: 640px) {
  .shared-footer-wrap {
    max-width: none;
  }
}

#app .fieldset .form-control .form-select-wrap select{
  color: #333;
}

/* cookieボタン */

.block-cookie-close--btn {
  display: inline-block;
  min-width: 100px;
  color: #333;
  background: #fff;
  padding: 0.5em 1.5em;
  cursor: pointer;
  text-align: center;
  margin-right: 10px;
}

.block-cookie-consent--text a{
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .block-cookie-consent {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    height: 130px;
  }
}

@media screen and (max-width: 767px) {
  .block-cookie-btn {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .block-cookie-close--btn {
    margin-right: 0;
    margin-top: 10px;
  }
}

.block-purchase-history--reservation-id a{
  color: #686BC7;
}

/* 見出し */

.block-purchase-history--header,.block-purchase-history-detail--header,.block-waiting-list--header{
  margin: 3.125rem 0 1.875rem;
  padding-left: 1rem;
  font-size: 2rem;
  font-weight: bold;
  border-left: 8px solid #FFBB35;
  line-height: 1.125;
  padding-top: 0.25rem;
}

@media screen and (max-width: 640px) {
  .block-purchase-history--header,.block-purchase-history-detail--header,.block-waiting-list--header{
    margin: 1.875rem 0 1.25rem;
    padding-left: 0.5rem;
    font-size: 1.4375rem;
    font-weight: bold;
    border-left: 7px solid #FFBB35;
    line-height: 1.305;
  }
}

:is(.status-reserve, .status-income) [class^="status-progress"]:after{
  border-right: #686BC7 solid 4px;
  background: #686BC7;
}

.pager{
  text-align: right;
}

.block-common-alert-list {
  margin: 15px auto;
}

.block-order-estimate--pay-input{
  padding-bottom: 1px;
}

.block-member-info--items-use-spoofing-protection{
  margin-bottom: 40px;
}

.fieldset.block-order-estimate--pay-input{
  background: transparent!important;
}

.eat_top_title{
  padding: 30px 0 20px;
}

#app #daily-calendar-button{
  margin: 0 auto 30px;
}

#app .block-apply--applicant .form-control .form-control-title{
  font-size: 16px;
}

@media screen and (min-width: 769px) {
    #app .block-apply--coupon .form-control .form-control-separate .form-control-title {
        width: auto;
    }
}

#app .fieldset.block-order-estimate--pay-input .form-label{
  background: transparent;
}

#app .block-apply--header:first-child{
  padding-top: 0;
}

#app .fieldset .form-control .form-radio-wrap .form-label-wrap-text {
  width: calc(100% - 112px);
}

#app .block-apply--store{
  line-height: 1.5;
}

#app .fieldset .form-control .form-radio-wrap .form-label-wrap-text .form-label-name{
  line-height: 1.5;
}

[class^="status-progress"] {
  border-radius: 10px;
  overflow: hidden;
  margin: 5px auto;
}

.block-inquiry-completed{
  margin: 0;
  padding-top: 36px;
}

.block-inquiry-completed--customer-name {
  margin: 10px 0;
  padding: 0 20px;
}

.block-apply-checkin{
  margin-bottom: 50px;
}

.block-purchase-history-detail{
  margin-bottom: 50px;
}

.btn:active, .btn.active {
  outline: 0;
  box-shadow: none;
}

.block-purchase-history{
  margin-bottom: 50px;
}

.block-waiting-list{
  margin-bottom: 50px;
}

.block-order-cancellation{
  margin-bottom: 50px;
}

