@charset "UTF-8";

/* ----トップページ本文---- */

.block-top-body--body {
  margin-top: 40px;
  width: 900px;
  height: 390px;
}

/* ----トップページ予備テンプレート2---- */

.block-top-free2--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}

.block-top-free2--body {
  margin: 47px 0 50px;
}

.block-top-free2--items {
  width: 900px;
  height: auto;
  overflow: hidden;
}

.block-top-free2--items li {
  float: left;
}

.block-top-free2--items > li {
  width: 535px;
  height: auto;
}

.block-top-free2--items > li:first-child {
  width: 354px;
  height: auto;
  margin-right: 10px;
}

.block-top-free2--sub-items li {
  width: 172px;
  height: 172px;
  margin-left: 9px;
  margin-bottom: 9px;
}

.block-top-free2--sub-items li:nth-of-type(3n+1) {
  margin-left: 0;
}

/* ---- swiper ---- */
.swiper-container {
  overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  width: 56px;
  height: 56px;
}
.swiper-button-prev {
  left: -28px;
}
.swiper-button-next {
  right: -28px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-button-prev::after {
  background: url(../../../img/usr/common/arrow_prev02.png) no-repeat center / 100%;
}
.swiper-button-next::after {
  background: url(../../../img/usr/common/arrow_next02.png) no-repeat center / 100%;
}
.swiper-button-disabled {
  display: none;
}

/* ----ヘッダー---- */
#header {
  border-bottom: 1px solid #CCCCCC;
}

.block-headernav--item-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.block-headernav--item-list li i.fa {
  position: relative;
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
  z-index: 1;
}

.block-headernav--item-list li a {
  display: block;
}

.block-headernav--item-list li a:hover {
  text-decoration: none;
}

/* ----ヘッダー検索---- */

.block-global-search {
  width: 460px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block-global-search form {
  background-color: #eee;
}

input.block-global-search--keyword:hover,
input.block-global-search--keyword {
  border: none;
  background-color: transparent;
}

button.block-global-search--submit {
  border: none;
  background-color: transparent;
  width: 33px;
}

.block-global-search--searchdetail {
  margin-left: 15px;
}

.block-global-search--search-detail-link {
  color: #6fb4c3;
  text-decoration: underline;
}

.block-global-search--search-detail-link:hover {
  text-decoration: none;
}

/* ----ブランド画面---- */

.block-brand-list {
  margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}

.block-brand-list--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-brand-list--item {
  flex-grow: 1;
  flex-basis: 390px;
  max-width: 390px;
  margin: 0 0 20px 15px;
}

.block-brand-list--item:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-brand-list--item-img {
  width: 390px;
  height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
  border: #ddd 1px solid;
  border-top: none;
  border-bottom: none;
}

.block-brand-list--item-name {
  padding: 15px 35px 0;
}

.block-brand-list--item-comment {
  border-bottom: #ddd 1px solid;
  padding: 15px 35px 35px;
}

.block-brand-list--item-btn {
  display: block;
  text-align: center;
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 14px;
  margin: 15px auto 0;
  background: #e5e5e5;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
  text-align: center;
  margin-top: 50px;
}

/* ----定期購入商品サイクル情報変更画面---- */

.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}
/* ----アプリログイン訴求画面---- */
.block-applogin-body {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  text-align: center;
  margin: auto;
  height: 100px;
}

/* ----店舗受け取りフローステップ---- */

.block-eat-flow--step {
  position: relative;
  padding: 0;
  text-align: center;
  z-index: 1;
  background: #F0F0F0;
}

.block-eat-flow--step ul {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}

.block-eat-flow--step1,
.block-eat-flow--step2,
.block-eat-flow--step3,
.block-eat-flow--step4,
.block-eat-flow--step5 {
  position: relative;
  background: #fff;
  margin: 0 20px 0 0;
  padding: 15px 40px 5px 40px;
  height: 50px;
  color: #808080;
}

.block-eat-flow--step1:after,
.block-eat-flow--step2:after,
.block-eat-flow--step3:after,
.block-eat-flow--step4:after,
.block-eat-flow--step5:after {
  position: absolute;
  top: 0;
  right: -45px;
  content: "";
  width: 0;
  height: 0;
  border: 25px solid transparent;
  border-left: 20px solid #fff;
  border-bottom-width: 25px;
  border-top-width: 25px;
}

.block-eat-flow--step-current {
  color: #fff;
  background: #121212;
  font-weight: bold;
}

.block-eat-flow--step-current:after {
  border-left: 20px solid #121212;
}

/* --- 店舗受取トップ --- */
.block-eat-about {
  width: 860px;
  margin: 56px auto;
}

.block-eat-about--title {
  margin: 0 0 40px;
  text-align: center;
}

.block-eat-about--title-label {
  color: #AC0949;
  font-size: 16px;
  width: 527px;
  margin: 0 auto;
  padding: 9px 0;
  background: #FDE67C;
  border-radius: 30px;
}

.block-eat-about--contents {
  text-align: center;
}

.block-eat-about--contents > img {
  width: 800px;
}

.block-eat-about--contents-comment {
  color: #AC0949;
  font-size: 18px;
  margin: 28px 0 0;
  text-align: center;
  letter-spacing: 2px;
}

.block-eat-about--contents-guide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 165px;
  background: url(../../img/usr/top/img_person.png) no-repeat left top / auto 165px;
  padding: 0 0 0 150px;
  margin: 0 40px 20px;
}

.block-eat-about--contents-guide-text {
  width: 374px;
  background: #F5F5F5;
  border-radius: 12px;
  padding: 20px 30px;
  color: #551937;
  font-size: 15px;
  text-align: left;
}

.block-eat-about--contents-guide ul {
  width: 240px;
}

.block-eat-about--contents-guide li:not(:last-child) {
  margin: 0 0 12px;
}

.block-eat-about--contents-guide li a {
  display: block;
  color: #8D075C;
  font-size: 14px;
  width: 240px;
  padding: 9px 0;
  border: 1px solid #8D075C;
  border-radius: 30px;
  background: #FFF;
  letter-spacing: 1px;
  box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  transition: .3s ease;
}

.block-eat-about--contents-guide li a:hover {
  color: #EA0161;
  border-color: #EA0161;
  text-decoration: none;
}

.block-eat-about--contents-timing {
  background: #F7C700;
  border-radius: 2px;
  margin: 0 0 16px;
  padding: 18px 0;
}

.block-eat-about--contents-timing span {
  padding: 8px 0 8px 45px;
  background: url(../../img/usr/top/icon_calendar.png) no-repeat left center / 31px;
}

.block-eat-about--contents-note {
  font-size: 10px;
}

.block-eat-select {
  border-top: 20px solid #F0F0F0;
}

#app_store {
  width: 860px;
  margin: 54px auto 32px;
}

.block-choose-store--detail-map-view iframe {
  border: 0;
}

html[data-browse-mode="S"] .block-eat-flow--step {
  padding: 0 25px;
}

html[data-browse-mode="S"] .block-eat-flow--step ul {
  width: 100%;
}

html[data-browse-mode="S"] .block-eat-about {
  width: 100%;
  padding: 0 20px;
  margin: 32px 0;
}

html[data-browse-mode="S"] .block-eat-about--title {
  margin: 0 0 20px;
}

html[data-browse-mode="S"] .block-eat-about--contents-guide {
  flex-wrap: wrap;
  margin: 0 0 20px;
  height: auto;
  background: none;
  padding: 0;
}

html[data-browse-mode="S"] .block-eat-about--contents-guide img {
  width: 88px;
}

html[data-browse-mode="S"] .block-eat-about--contents-guide-text {
  width: calc(100% - 100px);
  background: #F8F2EB;
  font-size: 12px;
  padding: 20px;
}

html[data-browse-mode="S"] .block-eat-about--title-label {
  margin: 10px 0 0;
  width: 100%;
  font-size: 11px;
}

html[data-browse-mode="S"] .block-eat-about--contents-comment {
  margin: 32px 0;
  font-size: 14px;
}

html[data-browse-mode="S"] .block-eat-about--contents-guide ul {
  margin: 20px 0 0;
  width: 100%;
}

html[data-browse-mode="S"] .block-eat-about--contents-guide li a {
  width: 80%;
  margin: 0 auto;
  font-size: 12px;
  padding: 11px 0;
}

html[data-browse-mode="S"] .block-eat-about--contents-timing {
  margin: 0 0 8px;
  padding: 3px 28px;
}

html[data-browse-mode="S"] .block-eat-about--contents-timing span {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}

html[data-browse-mode="S"] .block-eat-about--contents-note {
  font-size: 11px;
}

html[data-browse-mode="S"] #app_store {
  width: 100%;
  padding: 32px 20px;
  margin: 0;
}

.block-apply--goods-modal-option.is-hide {
  display: none;
}
/* --- 共通パーツ ---*/
/* PC */
@media screen and (min-width:1001px) {
  #header.sp-header,
  nav.sp-nav,
  .sp-menu,
  .sp-footer,
  .sp {
    display: none !important;
  }
  .block-btn-more {
    display: block;
    width: 280px;
    margin: 40px auto 0;
    border: 1px solid #8D075C;
    background: #FFF;
    border-radius: 30px;
    text-align: center;
    color: #AA0046;
    font-size: 14px;
    padding: 16px 0 14px 0;
    box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
  }
  .block-btn-more:hover {
    text-decoration: none;
    border-color: #EA0161;
    color: #EA0161;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 985px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px;
    height: 67px;
    background: #FFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.03);
    z-index: 11;
    transition: .5s ease;
  }
  .page-top #header {
    background: transparent;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06));
    backdrop-filter: blur(26.483800888061523px);
    -webkit-backdrop-filter: blur(26.48380088061523px);
    background-color: rgba(255, 255, 255, 0.37);
    box-shadow: none;
  }
  #header.hide {
    top: -80px;
  }
  .block-header-logo {
    width: 80px;
    margin: 0 40px 0 0;
    padding: 4px 0 0;
  }
  .block-headernav--item-list {
    display: flex;
  }
  .block-headernav--item-list li:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .block-headernav--item-list li a {
    font-size: 12px;
  }
  .block-header-logo-center {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 120px;
    height: 45px;
    transition: .5s ease;
  }
  #header.hide .block-header-logo-center {
    height: 0;
  }
  .block-headernav-customer {
    display: flex;
    align-items: center;
  }
  .block-headernav-customer--search {
    margin: 0 10px 0 0;
  }
  .block-headernav-customer--search form {
    position: relative;
    width: 220px;
    height: 36px;
    border: 1px solid #F0EFEC;
    border-radius: 20px;
  }
  .block-global-search--submit {
    position: absolute;
    top: 0;
    right: 5px;
    width: 36px;
    height: 36px;
    background: url(../../../img/usr/common/icon_search.png) no-repeat center top 6px / 21px;
    border: 0;
    cursor: pointer;
  }
  .block-headernav-customer .block-global-search--keyword {
    background: #fff;
    border: 0;
    height: 100%;
    border-radius: 30px;
    padding: 0 15px;
    font-size: 12px;
    margin: 0;
    transition: .5s ease;
    outline: 0;
  }
  .block-headernav-customer--item a {
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
  }
  .block-headernav-customer--mypage {
    margin: 0 22px 0 0;
  }
  .block-headernav-customer--mypage a {
    width: 24px;
    height: 24px;
    background: url(../../../img/usr/common/icon_mypage.png) no-repeat center / 100%;
  }
  .block-headernav-customer--mypage a:hover {
    background-image: url(../../../img/usr/common/icon_mypage_on.png);
  }
  .block-headernav-customer--bookmark {
    margin: 0 20px 0 0;
    padding: 1px 0 0;
  }
  .block-headernav-customer--bookmark a {
    width: 21px;
    height: 19px;
    background: url(../../../img/usr/common/icon_bookmark.png) no-repeat center / 100%;
  }
  .block-headernav-customer--bookmark a:hover {
    background-image: url(../../../img/usr/common/icon_bookmark_on.png);
  }
  .block-headernav-customer--cart a {
    position: relative;
    width: 25px;
    height: 24px;
    background: url(../../../img/usr/common/icon_cart.png) no-repeat center / 100%;
  }
  .block-headernav-customer--cart a:hover {
    background-image: url(../../../img/usr/common/icon_cart_on.png);
  }
  .block-headernav--cart-count {
    position: absolute;
    top: -6px;
    right: -13px;
    text-indent : 0;
    width: 21px;
    height: 21px;
    background: #AA0046;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
  }

  /* FIXED HEADER */
  #header.fixed {
    background: #FFF;
  }
  #header.fixed .block-header-logo,
  #header.fixed .block-headernav {
    display: none;
  }
  #header.fixed .block-header-logo-center {
    position: static;
    margin: 0;
  }
  .pane-globalnav.hide .block-globalnav--head {
    top: -76px !important;
  }
  .pane-globalnav.fixed .block-globalnav--head {
    top: 5px;
    left: 85px;
    margin: 0;
    background: transparent;
    font-size: 12px;
  }
  .pane-globalnav.fixed .block-globalnav--item-head {
    border: 0;
    border-right: 1px solid #EEE;
    border-radius: 0;
    padding: 4px 10px !important;
    margin: 0;
    background: transparent;
  }
  .pane-globalnav.fixed .block-globalnav--item-head.active {
    color: #551937;
    background: transparent;
    border-color: #fff;
  }
  .pane-globalnav.fixed .block-globalnav--item-head:nth-child(2) a {
	/*padding: 0;*/
	padding: 10px 24px !important;
  }
  .pane-globalnav.fixed #gnav-feature .block-globalnav--item-head {
    border: 0;
  }
  .pane-globalnav.fixed .block-globalnav--item-head:hover,
  .pane-globalnav.fixed .block-globalnav--item-head a:hover {
    color: #551937;
    background: transparent;
    opacity: .8;
    border-color: #FFF;
  }
  .pane-globalnav.fixed .block-globalnav--item {
    padding-top: 0;
  }

  .pane-globalnav {
    position: fixed;
    top: 67px;
    left: 0;
    width: 100%;
    z-index: 11;
    transition: .5s ease;
  }
  body:not(.page-top) .pane-globalnav {
    background: #F5F5F5;
  }
  .pane-globalnav.hide .block-globalnav {
    top: -70px;
  }
  .block-globalnav {
    position: fixed;
    top: 67px;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    padding: 14px 0 0;
  }
  .block-globalnav.show {
    background: transparent;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06));
    backdrop-filter: blur(26.483800888061523px);
    -webkit-backdrop-filter: blur(26.48380088061523px);
    background-color: rgba(255, 255, 255, 0.37);
    height: 870px;
  }
  .block-globalnav--head {
    position: fixed;
    top: 66px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 14px 0;
    background: #F5F5F5;
    min-width: 645px;
    z-index: 1;
    transition: top .5s ease;
  }
  .fixed .block-globalnav--head {
    width: 650px;
  }
  .page-top .block-globalnav--head {
    background: transparent;
  }
  .block-globalnav--item-head {
    margin: 0 4px;
    background: #fff;
    padding: 10px 24px;
    text-align: center;
    border-radius: 30px;
    color: #551937;
    font-weight: bold;
    border: 1px solid #FFF;
    cursor: pointer;
    transition: .3s ease;
  }
  .block-globalnav--item-head:nth-child(2) {
	/*padding: 0;*/
	padding: 10px 24px !important;
  }
  .block-globalnav--item-head.active,
  .block-globalnav--item-head:hover {
    color: #FFF;
    background-color: #551937;
    border-color: #551937;
  }
  body:not(.page-top) .pane-globalnav:not(.fixed) .block-globalnav--item-head:hover {
    border: 1px solid #551937;
  }
  .block-globalnav--item-head.active:hover {
    opacity: .8;
  }
  .block-globalnav--item-head a {
    color: #551937;
  }
  .block-globalnav--item-head:hover a {
    color: #FFF;
  }
  .block-globalnav--item-head a:hover {
    text-decoration: none;
  }
  .block-globalnav--item-head:nth-child(1) span {
    padding: 4px 0 4px 31px;
    background: url(../../../img/usr/common/icon_gnav_cake.png) no-repeat left center / 23px;
  }
  .block-globalnav--item-head:nth-child(2) a {
    display: block;
    padding: 10px 24px;
  }
  .block-globalnav--item-head:nth-child(2) span {
    padding: 4px 0 4px 22px;
    background: url(../../../img/usr/common/icon_gnav_web.png) no-repeat left center / 18px;
  }
  .pane-globalnav:not(.fixed) .block-globalnav--item-head:nth-child(2):hover span {
    background-image: url(../../../img/usr/common/icon_gnav_web_w.png);
  }
  .block-globalnav--item-head:nth-child(3) span {
    padding: 4px 0 4px 29px;
    background: url(../../../img/usr/common/icon_gnav_store.png) no-repeat left center / 24px;
  }
  .block-globalnav--item-head:nth-child(4) span {
    padding: 4px 0 4px 25px;
    background: url(../../../img/usr/common/icon_gnav_features.png) no-repeat left center / 19px;
  }
  .block-globalnav--item {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    padding: 28px 0 0;
    height: 750px;
  }
  .block-globalnav-category-list {
    display: flex;
    flex-direction: column;
    height: calc(100% - 115px);
    column-count: 6;
    width: 80vw;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 8px;
    letter-spacing:1.5px;
  }
  .block-globalnav-category {
    width: 204px;
    margin: 0 0 10px;
  }
  .block-globalnav-category#gnav-cat-wine {
    margin: 0 0 40px;
  }

  .block-globalnav-category--title a {
    position: relative;
    display: block;
    text-align: center;
    background-color: #F0EBDE;
	  background-image: linear-gradient(-90deg, #EDE6D3 50%, transparent 50%);
	  background-size: 14px 14px;
    color: #551937;
    font-size: 13px;
    padding: 11px 0 10px;
  }
  .block-globalnav-category--title a:hover {
    color: #AA0046;
    text-decoration: none;
  }
  .block-globalnav-category--title a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-right: 2px solid #551937;
    border-bottom: 2px solid #551937;
    transform: rotate(-45deg);
    transition: .3s ease;
  }
  .block-globalnav-category--title a:hover::after {
    border-color: #AA0046;
  }
  .block-globalnav-category--title img {
    position: absolute;
    width: 60px;
  }
  #gnav-cat-cake .block-globalnav-category--title img {
    top: -16px;
    left: -12px;
  }
  #gnav-cat-chilled .block-globalnav-category--title img {
    top: -14px;
    left: -15px;
  }
  #gnav-cat-japanese .block-globalnav-category--title img {
    top: -16px;
    left: -6px;
  }
  #gnav-cat-western .block-globalnav-category--title img {
    top: -12px;
    left: -7px;
  }
  #gnav-cat-freshly-baked .block-globalnav-category--title img {
    top: -12px;
    left: -14px;
  }
  #gnav-cat-chocolate .block-globalnav-category--title img {
    top: -13px;
    left: -5px;
  }
  #gnav-cat-icecream .block-globalnav-category--title img {
    top: -12px;
    left: -8px;
  }
  #gnav-cat-frozen-food .block-globalnav-category--title img {
    top: -10px;
    left: -3px;
    width: 55px;
  }
  #gnav-cat-bread .block-globalnav-category--title img {
    top: -10px;
    left: -4px;
  }
  #gnav-cat-drink .block-globalnav-category--title img {
    top: -12px;
    left: -1px;
    width: 56px;
  }
  #gnav-cat-wine .block-globalnav-category--title img {
    top: -13px;
    left: 2px;
    width: 58px;
  }
  #gnav-cat-others .block-globalnav-category--title img {
    top: -10px;
    left: -4px;
  }
  .block-globalnav-category--items {
    background: #FFF;
    border: 1px solid #F0EBDE;
    border-top: 0;
    padding: 8px;
  }
  .block-globalnav-category--items li {
    padding: 4px 0;
    border-bottom: 1px solid #F0EBDE;
  }
  .block-globalnav-category--items li:first-child {
    padding-top: 0;
  }
  .block-globalnav-category--items li:last-child {
    border: 0;
    padding-bottom: 0;
  }
  .block-globalnav-category--items li a {
    display: block;
    text-decoration: none;
    line-height: 1.43;
    padding: 7px 8px;
    border-radius: 4px;
  }
  .block-globalnav-category--items li a:hover {
    color: #AA0046;
    background: #F7F7F7;
  }
  .block-globalnav--item-close {
    width: 160px;
    margin: 24px auto 0;
    text-align: center;
    background: #121212;
    border-radius: 30px;
    padding: 13px 0;
    cursor: pointer;
  }
  .block-globalnav--item-close span {
    position: relative;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 20px;
  }
  .block-globalnav--item-close span::before,
  .block-globalnav--item-close span::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 2px;
    background: #FFF;
    border-radius: 5px;
    transform: rotate(45deg);
  }
  .block-globalnav--item-close span::after {
    transform: rotate(-45deg);
  }
  .block-globalnav-search-purpose {
    width: 80vw;
    margin: 0 auto 36px;
  }
  .block-globalnav-search-purpose--title {
    font-size: 24px;
    font-weight: bold;
    font-family: serif;
    letter-spacing: 1px;
    margin: 0 0 8px;
  }
  .block-globalnav-search-purpose ul {
    display: flex;
  }
  .block-globalnav-search-purpose li:not(:last-child) {
    margin: 0 15px 0 0;
  }
  .block-globalnav-search-purpose li a {
    color: #AA0046;
  }
  .block-globalnav-search-purpose li a:hover {
    opacity: .8;
    text-decoration: none;
  }

  .block-globalnav-store-list {
    width: 1200px;
    margin: 0 auto;
  }
  .block-globalnav-store-list--brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    border-radius: 4px;
    margin: 0 0 8px;
    padding: 24px 32px;
    box-shadow: 3px 3px 6px rgba(37, 28, 41, 0.06);
  }
  .block-globalnav-store-list--brand:last-child {
    margin: 0;
  }
  .block-globalnav-store-list--brand.oversea {
    display: block;
  }
  .block-globalnav-store-list--brand-img {
    width: 220px;
    margin: 0 28px 0 0;
  }
  .block-globalnav-store-list--brand-text {
    width: 440px;
    margin-right: auto;
  }
  .block-globalnav-store-list--brand-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px;
  }
  .block-globalnav-store-list--brand-area {
    width: 325px;
    height: 100%;
    margin-bottom: auto;
  }
  .block-globalnav-store-list--brand-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 20px;
  }
  .block-globalnav-store-list--brand-area-list li {
    border: 1px solid #121212;
    padding: 3px 10px;
    border-radius: 2px;
  }
  .block-globalnav-store-list--brand-area-list li.current {
    color: #AA0046;
    border-color: #8D075C;
  }
  .block-globalnav-store-list--brand-area-list li:not(.current):hover {
    opacity: .8;
    cursor: pointer;
  }
  .block-globalnav-store-list--brand-prefecture-list ul {
    display: none;
    flex-wrap: wrap;
  }
  .block-globalnav-store-list--brand-prefecture-list li {
    position: relative;
    width: 25%;
    margin: 0 0 8px;
    padding: 0 0 0 16px;
  }
  .block-globalnav-store-list--brand-prefecture-list li:nth-last-child(-n+4) {
    margin: 0;
  }
  .block-globalnav-store-list--brand-prefecture-list li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-right: 1px solid #AA0046;
    border-bottom: 1px solid #AA0046;
    transform: rotate(-45deg);
  }
  .block-globalnav-store-list--brand-prefecture-list li.no-link:before {
    border-color: #999;
  }
  .block-globalnav-store-list--brand-prefecture-list a {
    color: #AA0046;
  }
  .block-globalnav-store-list--brand-prefecture-list .no-link a {
  color: #999;
  pointer-events: none;
}
  .block-globalnav-store-list--brand-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 325px;
    height: 116px;
  }
  .block-globalnav-store-list--brand.oversea .block-globalnav-store-list--brand-list {
    width: 100%;
    flex-direction: row;
    height: auto;
  }
  .block-globalnav-store-list--brand-list li {
    margin: 4px 0;
  }
  .block-globalnav-store-list--brand.oversea .block-globalnav-store-list--brand-list li {
    margin: 0 20px 0 0;
  }
  .block-globalnav-store-list--brand-list a {
    color: #AA0046;
  }
  .block-globalnav-feature-list {
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
  .block-globalnav-feature-list--item {
    width: 390px;
    border-radius: 12px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 3px 3px 6px rgba(37, 28, 41, 0.06);
  }
  .block-globalnav-feature-list--item a {
    text-decoration: none;
  }
  .block-globalnav-feature-list--item-img {
    line-height: 0;
  }
  .block-globalnav-feature-list--item-tag {
    display: flex;
  }
  .block-globalnav-feature-list--item-tag li {
    margin: 0 6px 6px 0;
    padding: 5px 8px 4px;
    border-radius: 2px;
    color: #FFF;
    font-size: 11px;
  }
  .block-globalnav-feature-list--item-tag li.blue {
    background: #83B7D8;
  }
  .block-globalnav-feature-list--item-tag li.pink {
    background: #E397AC;
  }
  .block-globalnav-feature-list--item-text {
    padding: 12px 16px 20px;
  }
  .block-globalnav-feature-list--item-text p {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block-globalnav-feature-list .swiper-pagination {
    position: static;
    margin: 20px 0 0;
  }
  .block-globalnav-feature-list--kodawari {
    margin: 28px 0 0;
  }
  .block-globalnav-feature-list--kodawari-title {
    font-size: 24px;
    font-family: serif;
    margin: 0 0 12px;
  }
  .block-globalnav-feature-list--kodawari-link {
    display: flex;
  }
  .block-globalnav-feature-list--kodawari-link li:not(:last-child) {
    margin: 0 48px 0 0;
  }
  .block-globalnav-feature-list--kodawari-link a {
    color: #AA0046;
  }
  .block-globalnav-feature-list .swiper-button-prev,
  .block-globalnav-feature-list .swiper-button-next {
    top: calc(50% - 73px);
  }
  .block-globalnav-feature-list .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #DEDEDE;
    margin: 0 8px;
    transition: .3s ease;
  }
  .block-globalnav-feature-list .swiper-pagination-bullet-active {
    background: #AA0046;
  }
  @media screen and (max-width : 1400px){
      .pane-globalnav .block-globalnav {
          overflow-y: scroll;
          overflow-x: hidden;
          width: 100%;
          padding: 14px 0 30px;
      }
      .pane-globalnav .block-globalnav.show {
          height: calc(100vh - 67px);
          max-height: 910px;
      }
      .block-globalnav--item {
          height: auto;
          padding: 40px 0;
      }
      .block-globalnav-category {
          max-width: 204px;
          width: calc((100% - 60px) / 6);
      }
      .block-globalnav-category-list {
          /*height: calc(100vh - 50px);*/
          max-height: 750px;
          min-width: 900px;
      }
      .pane-globalnav .block-globalnav::-webkit-scrollbar {
          width: 7px;
      }
      .pane-globalnav .block-globalnav::-webkit-scrollbar-track {
          background-color: #e9e9e9;
      }
      .pane-globalnav .block-globalnav::-webkit-scrollbar-thumb {
          background-color: #531f17;
          border-radius: 10px;
      }
      .block-globalnav-category--title a {
          padding: 11px 5% 10px 10%;
      }
      .block-globalnav-feature-list {
        width: 95%;
      }

	#gnav-cat-chilled .block-globalnav-category--title img {
	  left: -17px;
	}
	#gnav-cat-freshly-baked .block-globalnav-category--title img {
	  left: -20px;
	}
	#gnav-cat-chocolate .block-globalnav-category--title img {
	  left: -15px;
	}
	#gnav-cat-frozen-food .block-globalnav-category--title img {
	  left: -13px;
	}
	#gnav-cat-drink .block-globalnav-category--title img {
	  left: -11px;
	}
	#gnav-cat-wine .block-globalnav-category--title img {
	  left: -12px;
	}
	#gnav-cat-others .block-globalnav-category--title img {
	  left: -4px;
	}


  }
  @media screen and (min-width : 1400px) and (max-height : 1000px){
      .block-globalnav.show {
          height: calc(100vh - 90px);
          max-height: 750px;
          overflow-y: scroll;
          overflow-x: hidden;
          padding: 40px 0;
      }
      .block-globalnav--item {
          height: auto;
      }
      .block-globalnav-category-list {
          height: calc(100% - 115px);
          max-height: 720px;
      }
      .pane-globalnav .block-globalnav::-webkit-scrollbar {
          width: 7px;
      }
      .pane-globalnav .block-globalnav::-webkit-scrollbar-track {
          background-color: #e9e9e9;
      }
      .pane-globalnav .block-globalnav::-webkit-scrollbar-thumb {
          background-color: #531f17;
          border-radius: 10px;
      }
  }
  .pane-footer .container {
    width: 100% !important;
  }
  .block-footer-guide {
    background: #F5F5F5;
    padding: 60px 34px;
  }
  .block-footer-guide .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .block-footer-guide--title {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-family: serif;
    padding: 30px 0 8px;
    margin: 0 0 6px;
    background: url(../../../img/usr/common/icon_guide.png) no-repeat center top / 28px;
  }
  .block-footer-guide--title::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #121212;
  }
  .block-footer-guide--item {
    border-bottom: 1px solid #DEDEDE;
    padding: 10px 0;
  }
  .block-footer-guide--item:last-child {
    padding-bottom: 0;
    border: 0;
  }
  .block-footer-guide--item-head {
    color: #AA0046;
    font-weight: bold;
    margin: 0 0 8px;
  }
  .block-footer-guide--item-text {
    font-size: 12px;
    line-height: 1.67;
  }
  #footernav {
    padding: 56px 0;
    background: #5A2D14;
  }
  #footernav .inner {
    margin: 0 auto;
    padding: 0 34px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .block-footer-link {
    display: flex;
    align-items: flex-start;
  }
  .block-footer-link--item:nth-child(1) {
    margin: 0 90px 0 0;
  }
  .block-footer-link--item:nth-child(2) {
    margin: 0 108px 0 0;
  }
  .block-footer-link--item-title {
    color: #FFF;
    font-weight: bold;
    margin: 0 0 12px;
  }
  .block-footer-link--item a {
    color: #FFF;
    font-size: 12px;
    line-height: 2;
  }
  .block-footer-logo-area {
    text-align: center;
  }
  .block-footer-logo,
  .block-footer-logo02 {
    line-height: 0;
    margin: 0 0 32px;
  }
  .block-footer-logo img {
    width: 86px;
  }
  .block-footer-logo02 img {
    width: 163px;
  }
  .block-footer-sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px;
  }
  .block-footer-sns li {
    margin: 0 16px;
    line-height: 0;
  }
  .block-footer-sns li.twitter img,
  .block-footer-sns li.insta img {
    width: 18px;
  }
  .block-footer-sns li.fb img {
    width: 9px;
  }
  .block-footer-official-blog {
    margin: 0 0 16px;
  }
  .block-footer-official-blog a {
    color: #FFF;
    font-size: 12px;
  }
  .block-footer-copy {
    color: #FFF;
    font-size: 10px;
  }

  .wrapper {
    padding-top: 137px;
    width: 100%;
  }

  input[type="text"],
  input[type="password"],
  textarea {
    padding: 12px 16px;
    border: 1px solid #DEDEDE;
    background-color: #F7F7F7;
    font-size: 14px;
    border-radius: 2px;
  }
  input[type="checkbox"] {
    position: relative;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
    border: 1px solid #BBB;
    background: #FFF;
    border-radius: 2px;
    transition: .3s ease;
    -webkit-appearance: none;
  }
  input[type="checkbox"]:checked {
    background: #AA0046;
    border-color: #AA0046;
  }
  input[type="checkbox"]:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 7px;
    width: 8px;
    height: 13px;
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    transform: rotate(45deg);
    opacity: 0;
  }
  input[type="checkbox"]:checked:after {
    opacity: 1;
  }
  input[type="radio"] {
    position: relative;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    filter: drop-shadow(0px 4px 12px rgba(161, 133, 173, 0.16));
    -webkit-appearance: none;
  }
  input[type="radio"]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #AA0046;
    opacity: 0;
  }
  input[type="radio"]:checked::after {
    opacity: 1;
  }
  select {
    width: 220px;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
    padding: 12px 16px;
    background: #F7F7F7 url(../../../img/usr/common/arrow_select.png) no-repeat right 16px center / 12px;
    -webkit-appearance: none;
  }

  .block-topic-path {
    margin: 0;
    padding: 12px 0;
    color: #BBB;
  }
  .pane-topic-path .container {
    width: 1200px;
    margin: 0 auto;
  }
  .block-topic-path--list li a {
    color: #808080;
    padding: 0 0 0 3px;
  }
  .block-topic-path--list li:not(:last-child) a {
    color: #AA0046;
    padding: 0;
  }
}

/* SP */
@media screen and (max-width:1000px) {
  #header.pc-header,
  nav.pc-nav,
  .pc-footer,
  .pc {
    display: none !important;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06));
    backdrop-filter: blur(26.483800888061523px);
    -webkit-backdrop-filter: blur(26.48380088061523px);
    background-color: rgba(255, 255, 255, 0.37);
    padding: 0 14px;
    z-index: 10;
    transition: .5s ease;
  }
  #header_menu {
    position: relative;
    width: 48px;
    height: 48px;
  }
  #header_menu span {
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
  }
  #header_menu::before,
  #header_menu::after,
  #header_menu span::before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background: #320523;
  }
  #header_menu::before {
    top: 18px;
  }
  #header_menu::after {
    top: 25px;
  }
  #header_menu span::before {
    top: 32px;
  }
  #header .block-header-logo {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    padding: 0;
    font-size: 0;
  }
  #header .block-header-customer {
    display: flex;
    align-items: center;
  }
  #header .block-header-customer--item {
    width: 32px;
    margin: 0 8px 0 0;
    text-align: center;
  }
  #header .block-header-customer--mypage img {
    width: 28px;
  }
  #header .block-header-customer--cart img {
    width: 24px;
  }
  #header .block-header-customer--cart a {
    position: relative;
  }
  #header .block-headernav--cart-count {
    display: none;
    position: absolute;
    top: -14px;
    right: -12px;
    width: 21px;
    height: 21px;
    background: #AA0046;
    color: #FFF;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    letter-spacing: 0;
  }
  #header.fixed {
    background: #FFF;
    border-bottom: 1px solid #EFEFEF;
  }
  .pane-globalnav.fixed {
    top: 62px;
    background: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
  }
  .fixed .block-globalnav--item-list li {
    width: auto;
  }
  .fixed .block-globalnav--item-list li a {
    position: relative;
    background: transparent;
    border-radius: 0;
    padding: 11px 16px;
  }
  .fixed .block-globalnav--item-list li:not(:last-child) a::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 24px;
    background: #D3D3D3;
  }

  .pane-globalnav {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: .5s ease;
  }
  .block-globalnav--item-list {
    display: flex;
    justify-content: center;
  }
  .block-globalnav--item-list li {
    width: 115px;
    margin: 0 2px;
  }
  .block-globalnav--item-list li a,
.block-globalnav--item-list li.block-globalnav--item-item,
.block-globalnav--item-list li.block-globalnav--item-reservation,
.block-globalnav--item-list li.block-globalnav--item-store {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-align: center;
    background: #FFF;
    padding: 3px 10px;
  }
.block-globalnav--item-list li a {
  height: 100%;
  }
  .block-globalnav--item-list li span {
    color: #551937;
    font-size: 11px;
    line-height: 1.36;
    padding: 3px 0 3px 30px;
  }
  .block-globalnav--item-list li.block-globalnav--item-item a span,
.block-globalnav--item-list li.block-globalnav--item-item span { 
    background: url(../../../img/usr/sb/common/icon_cake.png) no-repeat left center / 23px;
  }
  .block-globalnav--item-list li.block-globalnav--item-reservation a span,
.block-globalnav--item-list li.block-globalnav--item-reservation span {
    background: url(../../../img/usr/sb/common/icon_web.png) no-repeat left center / 19px;
  }
  .block-globalnav--item-list li.block-globalnav--item-store span {
    background: #FFF url(../../../img/usr/sb/common/icon_store.png) no-repeat left center / 24px;
  }
/* ヘッダーナビ 店舗一覧 / WEB予約・店舗受取（モーダル）  */
  .block-globalnav-store-modal,.block-globalnav-store_vue-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 11;
  }
  .block-globalnav-store-modal--bg,.block-globalnav-store_vue-modal--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
  }
  .block-globalnav-store-modal--contents,.block-globalnav-store_vue-modal--contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    width: 92%;
    max-height: 70%;
    padding: 0 15px 24px;
    overflow-y: auto;
  }
  .block-globalnav-store-modal--close,.block-globalnav-store_vue-modal--close {
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    width: 20px;
    height: 20px;
  }
  .block-globalnav-store-modal--close:before,
.block-globalnav-store-modal--close:after,
.block-globalnav-store_vue-modal--close:before,
.block-globalnav-store_vue-modal--close:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 20px;
    background: #222;
    transform: rotate(45deg);
  }
.block-globalnav-store-modal--close:after,
.block-globalnav-store_vue-modal--close:after {
    transform: rotate(-45deg);
  }
.block-globalnav-store-modal--title,
.block-globalnav-store_vue-modal--title {
    font-size: 18px;
    font-weight: bold;
    font-family: serif;
    text-align: center;
    padding: 20px 0 16px;
  }
.block-globalnav-store-modal--box,
.block-globalnav-store_vue-modal--box {
    border-radius: 12px;
    border: 1px solid #F0EFEC;
    box-shadow: 0px 3px 12px rgb(37 28 41 / 12%);
    margin: 0 0 12px;
    padding: 12px;
    overflow: hidden;
  }
.block-globalnav-store-modal--box:last-child,
.block-globalnav-store_vue-modal--box:last-child {
    margin: 0;
  }
  .block-globalnav-store-modal--box > a {
    display: flex;
    justify-content: space-between;
  }
  .block-globalnav-store-modal--box-img {
    width: 48%;
  }
  .block-globalnav-store-modal--box-text {
    width: 48%;
  }
  .block-globalnav-store-modal--box-title {
    font-weight: bold;
    margin: 0 0 4px;
  }
  .block-globalnav-store-modal--box.overseas .block-globalnav-store-modal--box-title {
    text-align: center;
    margin: 4px 0;
  }
  .block-globalnav-store-modal--box-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .block-globalnav-store-modal--box.overseas ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block-globalnav-store-modal--box.overseas li {
    width: 48%;
    text-align: center;
  }
  .block-globalnav-store-modal--box.overseas li a {
    display: inline-block;
    color: #AA0046;
    padding: 8px 0;
  }

/* HEADER GLOBALNAVI FIXED */
  #header.hide {
    top: -80px;
  }
  .pane-globalnav.hide {
    top: -80px !important;
  }
  #header.fixed {
    background: #FFF;
    border-bottom: 1px solid #EFEFEF;
  }
  .pane-globalnav.fixed {
    top: 62px;
    background: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
  }
  .fixed .block-globalnav--item-list li {
    width: auto;
    background: transparent;
  }
  .fixed .block-globalnav--item-list li.block-globalnav--item-store {
    padding-left: 16px;
  }
  .block-globalnav--item-list li.block-globalnav--item-item span,
.block-globalnav--item-list li.block-globalnav--item-reservation span,
  .fixed .block-globalnav--item-list li a {
    position: relative;
  border-radius: 0;
  padding: 8px 16px 8px 30px;
  }
.page-top .block-globalnav--item-list li.block-globalnav--item-item span,
.page-top .block-globalnav--item-list li.block-globalnav--item-reservation span {
  padding: 8px 0 8px 30px;
}
.page-top .fixed .block-globalnav--item-list li.block-globalnav--item-item span,
.page-top .fixed .block-globalnav--item-list li.block-globalnav--item-reservation span {
  padding: 8px 16px 8px 30px;
}
.fixed .block-globalnav--item-list li a {
    background: transparent;
    padding: 14px 16px;
  }
.fixed .block-globalnav--item-list li.block-globalnav--item-item span::after,
.fixed .block-globalnav--item-list li.block-globalnav--item-reservation span::after,
  .fixed .block-globalnav--item-list li:not(:last-child) a::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 24px;
    background: #D3D3D3;
  }
.fixed .block-globalnav--item-list li.block-globalnav--item-item span::after,
.fixed .block-globalnav--item-list li.block-globalnav--item-reservation span::after {
  top: 50%;
  transform: translateY(-50%);
}

  .fixed .block-globalnav--item-list li.block-globalnav--item-store span {
    background-color: transparent;
  }

/* MENU */
  .block-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #F0F0F0;
    z-index: 100;
    overflow-y: scroll;
    transition: .3s ease;
  }
  .block-menu.show {
    left: 0;
  }
  .block-menu--close {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background: #A8A8A8;
    border-radius: 50%;
    border: 1px solid #B5B5B5;
    filter: drop-shadow(0px 4px 12px rgba(140, 85, 165, 0.12));
    transition: .5s ease;
    z-index: -1;
    opacity: 0;
  }
  .block-menu--close:before,
  .block-menu--close:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background: #FFF;
    transform: rotate(45deg);
  }
  .block-menu--close:after {
    transform: rotate(-45deg);
  }
  .show .block-menu--close {
    opacity: 1;
    z-index: 1;
  }
  .block-menu--head {
    padding: 0 0 16px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.06);
    background: #FFF;
  }
  .block-menu--head ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 20px 10px;
  }
  .block-menu--head li {
    width: 72px;
    margin: 0 4px;
  }
  .block-menu--head li a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 72px;
    padding: 48px 0 0;
    font-size: 11px;
  }
  .block-menu--head li.block-menu--head-customer a {
    background: url(../../../img/usr/sb/common/icon_mypage.png) no-repeat center top 15px / 28px;
  }
  .block-menu--head li.block-menu--head-cart a {
    background: url(../../../img/usr/sb/common/icon_cart.png) no-repeat center top 17px / 25px;
  }
  .block-menu--head li.block-menu--head-bookmark a {
    background: url(../../../img/usr/sb/common/icon_bookmark.png) no-repeat center top 21px / 20px;
  }
  .block-menu--head li.block-menu--head-store a {
    background: url(../../../img/usr/sb/common/icon_store02.png) no-repeat center top 20px / 35px;
  }
  .block-menu--cart-count {
    position: absolute;
    top: 8px;
    right: 13px;
    width: 21px;
    height: 21px;
    background: #AA0046;
    color: #FFF;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
  }
  #block_of_searchbox form {
    border: 1px solid #F0EFEC;
    border-radius: 2px;
    background: #F5F5F5;
    padding: 8px 0;
    margin: 0 20px;
  }
  #block_of_searchbox .input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #block_of_searchbox .input-group > span {
    display: block;
    width: calc(100% - 48px);
  }
  #block_of_searchbox .input-group > span.input-group-btn {
    width: 48px;
    border-left: 1px solid #DEDEDE;
  }
  #block_of_searchbox .block-menu-search--keyword {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0 0 0 16px;
  }
  #block_of_searchbox .block-menu-search--search-submit {
    border: 0;
    background: transparent;
    padding: 0;
    width: 100%;
  }
  #block_of_searchbox .block-icon-image--search-white {
    background: url(../../../img/usr/sb/common/icon_search.png) no-repeat center top 4px / 18px;
  }
  .block-menu-home-btn {
    padding: 20px 40px 10px;
  }
  .block-menu-home-btn a {
    display: block;
    background: #FFF;
    border-radius: 30px;
    text-align: center;
    padding: 13px 0;
    box-shadow: 0px 1px 12px rgba(159, 130, 172, 0.06);
  }
  .block-menu-home-btn a span {
    font-size: 13px;
    padding: 0 0 0 30px;
    background: url(../../../img/usr/sb/common/icon_home.png) no-repeat center left / 22px;
  }
.block-menu-os-btn {
  padding: 0 40px 0;
}
.block-menu-os-btn a {
  display: block;
  background: #5a2d14;
  border-radius: 30px;
  color: #FFF;
  text-align: center;
  padding: 13px 0;
}

  .block-menu-category--title,
  .block-menu-link--title,
  .block-menu-store-list--title,
  .block-menu-feature--title {
    font-size: 14px;
    font-weight: bold;
    padding: 28px 20px 10px;
    background: #F0F0F0;
  }
  .block-menu-category--item-parent {
    position: relative;
    background: #FFF;
    padding: 15px 20px;
    border-bottom: 1px solid #F0EFEC;
  }
  .block-menu-category--item-parent::before {
    content: '';
    position: absolute;
    top: 19px;
    right: 21px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #AA0046;
    border-bottom: 2px solid #AA0046;
    z-index: 1;
    transform: rotate(45deg);
    transition: .3s ease;
  }
  .block-menu-category--item-parent.open::before {
    top: 21px;
    transform: rotate(225deg);
  }
  .block-menu-category--item-parent::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: #F5F5F5;
    border-radius: 50%;
    opacity: 0;
    transition: .3s ease;
  }
  .block-menu-category--item-parent.open::after {
    opacity: 1;
  }
  .block-menu-category--item ul {
    display: none;
    background: #F5F5F5;
  }
  .block-menu-category--item li {
    border-bottom: 1px solid #E8E8E8;
  }
  .block-menu-category--item li a {
    display: block;
    padding: 15px 20px;
  }
  .block-menu-link--list li {
    background: #FFF;
    border-bottom: 1px solid #F0EFEC;
    padding: 15px 20px;
  }
  .block-menu-store-list--inner {
    background: #FFF;
    padding: 20px 0 20px 20px;
    overflow-x: scroll;
  }
  .block-menu-store-list ul {
    display: inline-block;
    white-space: nowrap;
  }
  .block-menu-store-list--item {
    display: inline-block;
    width: 290px;
    margin: 0 16px 0 0;
    border-radius: 12px;
    box-shadow: 0px 3px 12px rgba(37, 28, 41, 0.12);
    overflow: hidden;
  }
  .block-menu-store-list--item:last-child{
    margin: 0 20px 0 0;
    padding: 20px;
    min-height: 259px;
  }
  .block-menu-store-list--item-text {
    white-space: normal;
    padding: 16px 16px 20px;
  }
  .block-menu-store-list--item-name {
    font-size: 14px;
    margin: 0 0 8px;
  }
  .block-menu-store-list--item-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .block-menu-store-list--item-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px;
  }
  .block-menu-store-list ul.block-menu-store-list--item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block-menu-store-list--item-list li {
    width: 49%;
    margin: 0 0 8px;
  }
  .block-menu-store-list--item-list li a {
    color: #AA0046;
  }
  .block-menu-feature--list {
    background: #FFF;
    padding: 12px 20px 20px;
  }
  .block-menu-feature--item {
    padding: 8px 0;
    border-bottom: 1px solid #DEDEDE;
  }
  .block-menu-feature--item a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .block-menu-feature--item-text {
    width: calc(49% - 16px);
    padding: 2px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .block-menu-feature--item-img {
    width: 51%;
  }
  .block-menu-feature--btn {
    background: #FFF;
    padding: 0 0 25px;
  }
  .block-btn-more {
    display: block;
    width: 210px;
    border: 1px solid #8D075C;
    border-radius: 30px;
    text-align: center;
    background: #FFF;
    color: #AA0046;
    font-size: 12px;
    box-shadow: 0px 4px 12px rgba(37, 28, 41, 0.06);
    margin: 0 auto;
    padding: 11px 0;
  }

/* FOOTER */
  .pane-footer {
    padding: 32px 0 0;
    background: #F0F0F0;
  }
  .block-footer-guide {
    padding: 32px 20px 40px;
    background: #F5F5F5;
  }
  .block-footer-guide--title {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-family: serif;
    padding: 24px 0 6px;
    margin: 0 0 24px;
    background: url(../../../img/usr/sb/common/icon_guide.png) no-repeat center top / 22px;
  }
  .block-footer-guide--title::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #121212;
  }
  .block-footer-guide--item:not(:last-child) {
    border-bottom: 1px solid #DEDEDE;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }
  .block-footer-guide--item-head {
    color: #AA0046;
    margin: 0 0 4px;
    font-size: 13px;
  }
  .block-footer-guide--item-text {
    font-size: 11px;
  }
  .block-footer-nav {
    background: #5A2D14;
    color: #FFF;
    padding: 40px 20px; 
  }
  .block-footer-head {
    text-align: center;
    margin: 0 0 40px;
  }
  .block-footer-head--logo {
    margin: 0 0 32px;
  }
  .block-footer-head--logo img {
    width: 65px;
  }
  .block-footer-head--logo02 {
    margin: 0 0 32px;
  }
  .block-footer-head--logo02 img {
    width: 127px;
  }
  .block-footer-head--sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 32px;
  }
  .block-footer-head--sns li {
    margin: 0 20px;
  }
  .block-footer-head--sns li.twitter img,
  .block-footer-head--sns li.insta img {
    width: 18px;
  }
  .block-footer-head--sns li.fb img {
    width: 10px;
  }
  .block-footer-head--btn a {
    display: block;
    width: 160px;
    margin: 0 auto;
    background: #F8F2EB;
    border-radius: 24px;
    color: #4d2217;
    font-size: 11px;
    font-weight: bold;
    padding: 9px 0;
    text-decoration: none;
  }
  .block-footer-link {
    margin: 0 0 32px;
  }
  .block-footer-link--item:not(:last-child) {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #FFF;
  }
  .block-footer-link--item-title {
    position: relative;
    font-size: 14px;
    font-weight: bold;
  }
  .block-footer-link--item-title::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 12px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(45deg);
    transition: .3s ease;
  }
  .block-footer-link--item-title.open::after {
    top: 8px;
    transform: rotate(225deg);
  }
  .block-footer-link--item ul {
    display: none;
    margin: 16px 0 0;
  }
  .block-footer-link--item li:not(:last-child) {
    margin: 0 0 12px;
  }
  .block-footer-link--item a {
    color: #FFF;
    font-size: 12px;
  }
  .block-footer-copy {
    font-size: 10px;
    text-align: center;
  }

  .block-topic-path {
    padding: 13px 20px;
    margin: 0;
    font-size: 0;
    background: #F0F0F0;
    overflow-x: scroll;
  }
  .block-topic-path--list {
    display: inline-block;
    white-space: nowrap;
  }
  .block-topic-path--list li {
    display: inline-block;
    color: #BBB;
    font-size: 10px;
    padding-right: 8px;
  }
  .block-topic-path--list li:last-child {
    padding-right: 16px;
  }
  .block-topic-path--list a {
    display: inline-block;
    color: #AA0046;
    font-size: 10px;
    line-height: 1.8;
    padding: 0 0 0 2px;
    text-decoration: none;
  }
  .block-topic-path--list li:first-child a {
    padding: 0;
  }
  .block-topic-path--list .block-topic-path--item__current a {
    color: #808080;
  }

  .wrapper {
    padding-top: 105px
  }

  input[type="radio"] {
    position: relative;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
    border: 1px solid #DEDEDE;
    border-radius: 50%;
    filter: drop-shadow(0px 4px 12px rgba(161, 133, 173, 0.16));
    transform: translateY(-1px);
    -webkit-appearance: none;
  }
  input[type="radio"]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #AA0046;
    opacity: 0;
  }
  input[type="radio"]:checked::after {
    opacity: 1;
  }
  input[type="checkbox"] {
    position: relative;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
    background: #FFF;
    border-radius: 3px;
    border: 1px solid #808080;
    -webkit-appearance: none;
  }
  input[type="checkbox"]:checked {
    background: #AA0046;
    border-color: #AA0046;
  }
  input[type="checkbox"]::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 8px;
    height: 14px;
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    transform: rotate(45deg);
    opacity: 0;
  }
  input[type="checkbox"]:checked::after {
    opacity: 1;
  }

/* ヘッダーナビ 商品・通販（モーダル）  */
.block-globalnav-item-modal--btn {
    position: absolute;
    width: 100%;
    padding: 30px 40px 20px;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.5);
}
.hide .block-globalnav-item-modal--btn:not([style="display: none;"]) {
    display: none !important;
}
.block-globalnav-item-modal--btn-category a {
    display: block;
    background: #FFF;
    border-radius: 30px;
	color: #5a2d14;
	font-weight: 600;
    text-align: center;
    padding: 13px 0;
	border: 1px solid #5a2d14;
    box-shadow: 0px 1px 12px rgba(159, 130, 172, 0.06);
}
.block-globalnav-item-modal--btn-os a {
    display: block;
    background: #5a2d14;
    border-radius: 30px;
	color: #FFF;
	font-weight: 600;
    text-align: center;
	margin: 20px auto 0;
    padding: 13px 0;
	border: 1px solid #5a2d14;
    box-shadow: 0px 1px 12px rgba(159, 130, 172, 0.06);
}
.block-globalnav-item-modal--btn-close span {
	position: relative;
    display: block;
	width: 35%;
    background: #000;
    border-radius: 30px;
	color: #FFF;
	font-weight: 600;
    text-align: center;
	margin: 30px auto 0;
    padding: 13px 0 13px 20px;
}

.block-globalnav-item-modal--btn-close span:before, .block-globalnav-item-modal--btn-close span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 50px;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background: #FFF;
    transform: rotate(45deg);
}
.block-globalnav-item-modal--btn-close span:after {
    transform: rotate(-45deg);
}

.pane-globalnav:not(.fixed) .block-globalnav-item-modal--btn {
    padding: 90px 40px 20px;
    top: -8px;
    z-index: 3;
}
.pane-globalnav:not(.fixed) .block-globalnav--item-list,
.pane-globalnav:not(.fixed) .block-globalnav--store_vue-list {
    z-index: 6;
    position: relative;
}

/* ヘッダーナビ WEB予約・店舗受取（モーダル）  */
.block-globalnav-store_vue-list {
	margin-bottom: 20px;
}
.block-globalnav-store_vue-list p {
	width: 100%;
	margin: 0 auto 10px;
}

}

/* --- 予約・店舗受取 ---* /
/* PC */
@media screen and (min-width:1001px) {
  .page-apply {
    overflow-x: hidden;
  }
  #app.block-inquiry--form,
  #app.block-inquiry--confirmation-form {
    width: 1000px;
    max-width: 1000px;
  }
  .block-inquiry--form,
  .block-inquiry-completed {
    position: relative;
    padding: 74px 0 0;
  }
  .block-inquiry--confirmation-form #app.block-inquiry--form {
    padding-bottom: 0;
  }
  .block-inquiry--form .pane-topic-path,
  .block-inquiry-completed .pane-topic-path,
  .block-inquiry-completed .pane-topic-path {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    margin: 0;
    background: #F0F0F0;
  }
  .block-inquiry--form .pane-topic-path .container,
  .block-inquiry-completed .pane-topic-path .container {
    width: 1200px;
    margin: 0 auto;
  }
  .block-inquiry--form .block-topic-path,
  .block-inquiry-completed .block-topic-path {
    margin: 0;
    padding: 28px 0;
    background: #F0F0F0;
  }
  .block-inquiry--header {
    position: relative;
    margin: 0;
    z-index: 1;
  }
  .block-inquiry--header::after,
  .block-apply--subheader::after,
  #block-apply-reservation-coupon .action-buttons::after,
  .block-apply-reservation-choice::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #F0F0F0;
    z-index: -1;
  }
  .block-inquiry--header .eat_top_title {
    padding-top: 0;
  }
  .block-apply--subheader {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    padding: 18px 0 24px;
    z-index: 1;
  }
  .block-apply--store {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 24px 0 44px;
  }
  .block-apply--store::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 20px;
    background: #F0F0F0;
  }
  #app .block-apply--form .block-apply--store-name,
  .block-apply--selected-goods-title {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
  }
  #app .block-apply--form .block-apply--store-name,
  .block-apply--selected-goods-title {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin: 0;
    padding: 0 64px 0 30px;
    border-right: 1px solid #DEDEDE;
    background: url(../../img/usr/common/icon_check.png) no-repeat left center / 21px;
  }
  .block-apply--store-detail {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 12px 45px 12px 16px;
    width: 766px;
  }
  .block-apply--store-detail--title {
    display: none;
  }
  .block-apply--store-detail--info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block-apply--store-detail--info-name {
    font-weight: bold;
  }
  .block-apply--store-detail--change a {
    color: #AA0046;
  }
  .block-apply--store-detail--change a br {
    display: none;
  }
  .block-apply--items {
    padding: 56px 0 0;
  }

  .block-apply--method{
    margin-bottom: 12px;
  }

  #add_goods_form {
    position: relative;
    padding: 0 0 52px;
  }
  #add_goods_form::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 20px;
    background: #F0F0F0;
  }
  #app .fieldset .block-apply--course .form-label {
    display: flex;
    align-items: center;
    background: none;
    padding: 0;
    margin: 0 0 12px;
    font-size: 20px;
  }
  #app .fieldset .block-apply--course .form-label .is-required,
  .calendar-description-title .is-required,
  #app .fieldset #block-apply-reservation-coupon .form-label .is-required,
  .eat_reservation_confirm_content_sub .is-required {
    display: inline-block;
    position: static;
    background: #AA0046;
    width: 32px;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    border-radius: 2px;
    padding: 2px 0;
    margin: 0 0 0 44px;
  }
  .block-apply--goods-desc {
    font-size: 13px;
    margin: 0 0 20px;
  }
  .block-apply--goods-category-list .slick-list {
    padding: 0 0 10px;
  }
  .block-apply--goods-category-list .slick-track {
      display: flex;
      min-width: 100%;
      justify-content: center;
  }
  .block-apply--goods-category-list .slick-track .slick-slide {
      height: auto;
      display: flex;
      padding: 0 0 20px;
      /*min-width: calc((1000px - (12px * 4))/4);*/
      min-width: calc((1000px - (12px * 5))/5);
  }
  .block-apply--goods-category-list {
    display: flex;
    flex-wrap: wrap;
  }
  .block-apply--goods-category-list li {
    width: calc((100% - 60px) / 6);
    margin-right: 10px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
  }
  .block-apply--goods-category-list li:nth-child(6n) {
    margin-right: 0;
  }
  .block-apply--goods-category-list li:nth-child(n + 7) {
    margin-top: 10px;
  }
  .block-apply--goods-category-image {
      text-align: center;
      background-color: #fdfdfd;
  }
  .block-apply--goods-category-item {
    border: 2px solid #fdfdfd;
    height: 100%;
  }
  .block-apply--goods-category-item.is-select {
    border-color: #AA0046;
  }
  .block-apply--goods-category-name {
    color: #AA0046;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 50%);
    padding: 10px 5px;
    min-height: 62px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 5px white , 0 0 5px white;
  }
  .block-apply--goods-category-list .slick-arrow {
    position: absolute;
    top: 0;
    width: 50px;
    height: 158px;
    border-radius: 2px;
    border: 1px solid #DEDEDE;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
  }
  .block-apply--goods-category-list .slick-arrow.slick-prev {
    left: 0;
    background: #FFF url(../../../img/usr/common/arrow_prev03.png) no-repeat center;
    box-shadow: 10px 13px 11px 10px rgb(255 255 255 / 75%);
  }
  .block-apply--goods-category-list .slick-arrow.slick-next {
    right: 0;
    background: #FFF url(../../../img/usr/common/arrow_next03.png) no-repeat center;
    box-shadow: -10px 13px 11px 10px rgb(255 255 255 / 75%);
  }
  .block-apply--goods-category-list .slick-arrow.slick-disabled {
    display: none !important;
  }
  .block-apply--course .form-radio-wrap--frame {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 0;
  }
  #app .fieldset .block-apply--course .form-control .form-radio-wrap {
    width: 490px;
    border: 1px solid #DEDEDE;
    margin: 0 0 14px;
    border-radius: 8px;
    box-shadow: 0px 4px 20px rgba(140, 85, 165, 0.06);
  }
  #app .fieldset .block-apply--course .form-control .form-radio-wrap:last-of-type {
    border-bottom: 1px solid #DEDEDE;
  }
  .block-course-goods--frame {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    cursor: pointer;
  }
  .block-course-goods--image-frame {
    position: relative;
    width: 140px;
  }
  .block-course-goods--leadtime {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    padding: 2px 0 1px;
    background: rgba(18, 18, 18, .7);
  }
  .block-course-goods--text-frame {
    width: 296px;
  }
  .block-course-goods--icon {
    display: flex;
    gap: 4px;
    margin: 0 0 16px;
  }
  .block-course-goods--icon img {
    height: 16px;
  }
  .block-course-goods--name {
    font-size: 15px;
    margin: 0 0 12px;
  }
  .block-course-goods--price {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .block-course-goods--price span {
    font-size: 10px;
    padding: 0 0 0 8px;
  }
  .block-apply--goods-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: rgba(0,0,0,0.6);
  }
  .block-apply--goods-modal-window {
    position: fixed;
    top: 30px;
    left: calc(50% - 500px);
    width: 1000px;
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
    background: #FFF;
    border-radius: 12px;
    padding: 40px 32px;
  }
  .block-apply--goods-modal-window::-webkit-scrollbar {
    width: 8px;
  }
  .block-apply--goods-modal-window::-webkit-scrollbar-thumb {
    background: #AA0046;
    border-radius: 4px;
  }
  .block-apply--goods-modal-window::-webkit-scrollbar-track {
    background: #F0F0F0;
  }
  .block-apply--goods-modal-title {
    display: none;
  }
  .block-apply--goods-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    border: 0;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #616161;
    cursor: pointer;
  }
  .block-apply--goods-modal-close::before,
  .block-apply--goods-modal-close::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 12px;
    background: #FFF;
    transform: rotate(45deg);
  }
  .block-apply--goods-modal-close::after {
    transform: rotate(-45deg);
  }
  .block-apply--goods-modal-top {
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px;
    margin: 0 0 32px;
    border-bottom: 1px solid #F0F0F0;
  }
  .block-apply--goods-modal-image-frame {
    position: relative;
    width: 220px;
  }
  .block-apply--goods-modal-image-frame img {
    width: 100%;
  }
  .block-apply--goods-modal-image-frame .slick-arrow {
    position: absolute;
    top: 92px;
    border: 0;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    width: 36px;
    height: 36px;
    z-index: 1;
    cursor: pointer;
  }
  .block-apply--goods-modal-image-frame .slick-prev {
    left: -18px;
    background: url(../../../img/usr/common/arrow_prev02.png) no-repeat center / 100%;
  }
  .block-apply--goods-modal-image-frame .slick-next {
    right: -18px;
    background: url(../../../img/usr/common/arrow_next02.png) no-repeat center / 100%;
  }
  .block-apply--goods-modal-image-comment {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    font-family: serif;
    margin: 12px 0 0;
  }
  .block-apply--goods-modal-image-frame .slick-dots {
    display: flex;
    justify-content: center;
    line-height: 0;
    margin: 12px 0 0;
  }
  .block-apply--goods-modal-image-frame .slick-dots button {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    width: 8px;
    height: 8px;
    background: #DEDEDE;
    border-radius: 50%;
    margin: 0 4px;
    border: 0;
    padding: 0;
  }
  .block-apply--goods-modal-image-frame .slick-dots .slick-active button {
    background: #AA0046;
  }
  .block-apply--goods-modal-info {
    width: 628px;
  }
  .block-apply--goods-modal-icon {
    display: flex;
    gap: 4px;
    margin: 0 0 16px;
  }
  .block-apply--goods-modal-icon img {
    height: 16px;
  }
  .block-apply--goods-modal-remark {
    margin: 0 0 8px;
  }
  .block-apply--goods-modal-name {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 8px;
  }
  .block-apply--goods-modal-price {
    font-size: 12px;
  }
  .block-apply--goods-modal-price .price {
    color: #444;
    font-size: 25px;
    padding: 0 5px 0 0;
  }
  .block-apply--goods-modal-info-right {
    margin: 8px 0 0;
  }
  .block-apply--goods-modal-info-right a {
    display: block;
    width: 210px;
    border: 1px solid #8D075C;
    text-align: center;
    color: #AA0046;
    font-size: 12px;
    border-radius: 30px;
    padding: 10px 0;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    cursor: pointer;
  }
  .block-apply--goods-modal-info-right a:hover {
    color: #EA0161;
    border-color: #EA0161;
    text-decoration: none;
  }
  .block-apply--goods-modal-param-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px;
  }
  .block-apply--goods-modal-param-note,
  .calendar-description-note {
    color: #AA0046;
    font-size: 11px;
    background: #FCEAEF;
    border-radius: 2px;
    margin: 0 0 16px;
    padding: 8px 16px;
  }
  .calendar-description-errmsg {
    color: #FFF;
    font-size: 11px;
    background: #AA0046;
    border-radius: 2px;
    margin: 0 0 16px;
    padding: 8px 16px;
  }
  .block-apply--goods-modal-qty {
    margin: 0 0 20px;
  }
  .block-apply--goods-modal-option-title {
    background: #F7F7F7;
    padding: 6px 16px 5px;
    margin: 0 0 20px;
    font-weight: bold;
  }
  .block-apply--goods-modal-qty-frame {
    display: flex;
    align-items: center;
  }
  .block-apply--goods-modal-qty-frame input.block-apply--goods-modal-qty-text {
    border: 0;
    width: 78px;
    text-align: center;
    font-size: 20px;
    margin: 0;
    background: #FFF;
    outline: none;
  }
  .block-apply--goods-modal-qty-frame input.block-apply--goods-modal-qty-text::-webkit-inner-spin-button,
  .block-apply--goods-modal-qty-frame input.block-apply--goods-modal-qty-text::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
  }
  input.block-apply--goods-modal-qty-text:hover {
    border: 0;
  }
  .block-apply--goods-modal-qty-btn {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    cursor: pointer;
  }
  .block-apply--goods-modal-qty-btn.minus {
    border: 2px solid #DEDEDE;
  }
  .block-apply--goods-modal-qty-btn.minus:not(.is-active) {
    pointer-events: none;
  }
  .block-apply--goods-modal-qty-btn.minus.is-active,
  .block-apply--goods-modal-qty-btn.plus {
    border: 2px solid #AA0046;
  }
  .block-apply--goods-modal-qty-btn.minus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 3px;
    background: #DEDEDE;
    border-radius: 10px;
  }
  .block-apply--goods-modal-qty-btn.minus.is-active::before {
    background: #AA0046;
  }
  .block-apply--goods-modal-qty-btn.plus::before,
  .block-apply--goods-modal-qty-btn.plus::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 3px;
    background: #AA0046;
    border-radius: 10px;
  }
  .block-apply--goods-modal-qty-btn.plus::after {
    transform: rotate(90deg);
  }
  .block-apply--goods-modal-option .form-option-wrap:not(:last-child) {
    margin: 0 0 32px;
  }
  .block-apply--goods-modal-option-item-title {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
  }
  .block-apply--goods-modal-option-item-image:not(:last-of-type) {
    margin: 0 0 4px;
  }
  .block-apply--goods-modal-option-item-title .option-name {
    font-weight: bold;
  }
  .block-apply--goods-modal-option-item-title .option-price {
    margin: 0 0 0 16px;
    font-size: 12px;
  }
  .block-apply--goods-modal-option-item-title .birth-coupon-expiration {
    margin: 0 0 0 16px;
    font-weight: bold;
    color: red;
  }
  .block-apply--goods-modal-option-frame .is-disabled{
    color: silver;
    cursor: not-allowed;
  }
  .block-apply--goods-modal-option-frame .is-disabled input {
    cursor: not-allowed;
  }
  .block-apply--goods-modal-option-frame .is-disabled label {
    cursor: not-allowed;
  }
  .block-apply--goods-modal-option-frame .is-disabled select {
    cursor: not-allowed;
    background: #F7F7F7;
    color: silver;
  }
  .block-apply--goods-modal-option-frame .is-disabled textarea {
    cursor: not-allowed;
  }
  .block-apply--goods-modal-param .required {
    display: inline-block;
    margin: 0 0 0 16px;
  }
  .block-apply--goods-modal-param .required::after {
    display: inline-block;
    position: static;
    background: #AA0046;
    width: 32px;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    border-radius: 2px;
    padding: 2px 0;
  }
  .block-apply--goods-modal-option-item-description {
    margin: 8px 0;
  }
  .block-apply--goods-modal-option-item-comment {
    font-size: 12px;
    margin: 8px 0 0;
  }
  .block-apply--goods-modal-option-item-radio-split,
  .block-apply--goods-modal-option-item-check-split {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #F0F0F0;
  }
  .block-apply--goods-modal-option-item-radio-split:last-child {
    margin: 0;
  }
  .block-apply--goods-modal-option-item input[type="text"] {
    width: 500px;
  }
  .block-apply--goods-modal-caution {
    color: #808080;
    font-size: 11px;
    margin: 24px 0 0;
  }
  .block-apply--goods-modal-submit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 32px 0 0;
  }
  .block-apply--goods-modal-submit.is-hide { display: none; }
  .block-apply--goods-modal-submit-button {
    border: 0;
    width: 360px;
    border-radius: 30px;
    text-align: center;
    color: #AA0046;
    font-size: 14px;
    background: #fff;
    padding: 20px 0;
    border: 1px solid #8D075C;
    cursor: pointer;
  }
  .block-apply--goods-modal-submit-button:hover {
    color: #EA0161;
    border-color: #EA0161;
    text-decoration: none;
  }
  .block-apply--goods-modal-comment {
    margin: 0 0 20px;
  }
  .block-apply--goods-modal-comments-top .block-apply--goods-modal-comment {
    margin: 0 0 40px;
  }
  .block-apply--goods-modal-spec-list {
    display: flex;
    border: 1px solid #DEDEDE;
  }
  .block-apply--goods-modal-spec-list:first-of-type {
    margin-top: 50px;
  }
  .block-apply--goods-modal-spec-list:not(:last-of-type) {
    border-bottom: 0;
  }
  .block-apply--goods-modal-spec-name {
    width: 125px;
    text-align: center;
    background: #F5F5F5;
    border-right: 1px solid #DEDEDE;
    padding: 10px 16px;
  }
  .block-apply--goods-modal-spec-comment {
    width: 794px;
    padding: 10px 16px;
  }
  .block-apply--goods-modal-submit .block-apply--goods-modal-submit-button {
    width: 280px;
  }
  .block-apply--goods-modal-return-button {
    width: 280px;
    color: #AA0046;
    font-size: 14px;
    padding: 16px 0;
    border-radius: 30px;
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    margin-top: 12px;
    transition: .3s ease;
    cursor: pointer;
  }
  .block-apply--goods-modal-return-button:hover {
    background: #e6e6e6;
    border: 1px solid #d5d5d5;
  }
  .block-apply--selected-goods {
    padding: 24px 0;
  }
  .block-apply--selected-goods-frame {
    display: flex;
    justify-content: space-between;
  }
  .block-apply--selected-goods-inner {
    width: 766px;
  }
  .block-apply--selected-goods-list {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 12px 40px 12px 16px;
    margin: 0 0 8px;
  }
  .block-apply--selected-goods-list:last-of-type {
    margin: 0;
  }
  .block-apply--selected-goods-list-item {
    display: flex;
    align-items: center;
  }
  .block-apply--selected-goods-image-frame {
    width: 90px;
    margin: 0 15px 0 0;
  }
  .block-apply--selected-goods-text-frame {
    width: 215px;
    margin: 0 12px 0 0;
  }
  .block-apply--selected-goods--name {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 4px;
  }
  .block-apply--selected-goods--price {
    display: flex;
    align-items: center;
    font-weight: bold;
  }
  .block-apply--selected-goods--price span {
    font-size: 10px;
    font-weight: normal;
    padding: 0 0 0 8px;
  }
  .block-apply--selected-goods-point-rate-policy-message {
    color: #AA0046;
    font-size: 10px;
    margin: 0 0 4px;
  }
  .block-apply--selected-goods-option-list {
    width: 310px;
    word-break: break-all;
  }
  .block-apply--selected-goods-option-list dl {
    display: flex;
    align-items: center;
    margin: 0 0 4px;
  }
  .block-apply--selected-goods-option-list dl:last-child {
    margin: 0;
  }
  .block-apply--selected-goods-option-list dd {
    flex: 1;
  }
  .block-apply--selected-goods-option-item dt {
    position: relative;
    width: 60%;
    padding: 0 10px 0 0;
  }
  .block-apply--selected-goods-option-item dt::after {
    content: ':';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
  }
  .block-apply--selected-goods-option-item dt span {
    font-size: 12px;
    margin: 0 0 0 12px;
  }
  .block-apply--selected-goods-option-item dd {
    width: 40%;
    padding: 0 0 0 20px;
  }
  .block-apply--selected-goods-delete {
    margin-left: auto;
  }
  .block-apply--selected-goods-delete-button {
    border: 0;
    background: none;
    color: #AA0046;
    font-size: 14px;
    cursor: pointer;
  }
  .block-apply--selected-goods-delete-button:hover {
    text-decoration: underline;
  }
  .block-apply-reservation-choice {
    position: relative;
    padding: 32px 0 40px;
    margin: 0 0 56px;
    z-index: 0;
  }
  .block-apply-reservation-choice--text {
    font-size: 13px;
    text-align: center;
    margin: 0 0 20px;
  }
  .block-apply-reservation-choice--button-list {
    display: flex;
    justify-content: center;
  }
  .block-apply-reservation-choice--button-item {
    width: 240px;
    margin: 0 4px;
  }
  .block-apply-reservation-choice--button.reservation-day {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 40px;
    border-radius: 30px;
    background: #AA0046;
    border: 1px solid #E21469;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
  }
  .block-apply-reservation-choice--button.reservation-day:hover {
    background: linear-gradient(#c60051 0%, #e50069 100%);
    border: 1px solid #f8237b;
    text-decoration: none;
  }
  .block-apply-reservation-choice--button.goods-add {
    display: block;
    color: #8D075C;
    font-size: 14px;
    width: 240px;
    padding: 9px 0;
    border: 1px solid #8D075C;
    border-radius: 30px;
    background: #FFF;
    letter-spacing: 1px;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    text-align: center;
    transition: .3s ease;
  }
  .block-apply-reservation-choice--button.goods-add:hover {
    color: #EA0161;
    border-color: #EA0161;
    text-decoration: none;
  }
  .calendar-container {
    margin: 20px 0 0;
  }
  .calendar-description-title,
  #app .fieldset #block-apply-reservation-coupon .form-label label,
  .eat_reservation_confirm_content_sub {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 12px;
  }
  #app .calendar-description-text li span {
    display: inline-block;
    margin: 0 8px 0 0;
  }
  #app .calendar-description-text li span.selected {
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    width: 15px;
    height: 15px;
    border: 1px solid #AA0046;
    background: #FFEFF5;
  }
  .calendar-header-frame {
    position: relative;
    border: 1px solid #DEDEDE;
  }
  .calendar-header-frame #calendar_header {
    background: transparent;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .calendar-header-frame #prev {
    position: absolute;
    top: 0;
    left: 350px;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 25px;
    background: url(../../../img/usr/common/arrow_prev03.png) no-repeat center;
  }
  .calendar-header-frame #next {
    position: absolute;
    top: 0;
    right: 350px;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 25px;
    background: url(../../../img/usr/common/arrow_next03.png) no-repeat center;
    cursor: pointer;
  }
  .block-apply--reservation_dt table.calendar {
    border: 1px solid #DEDEDE;
    border-top: 0;
  }
  .block-apply--reservation_dt table.calendar td:not(:last-child) {
    border-right: 1px solid #DEDEDE;
  }
  .block-apply--reservation_dt table.calendar tr.week td {
    font-size: 17px;
    background: #EBEBEB;
  }
  .block-apply--reservation_dt table.calendar tr:not(.week) td:not(.disabled) {
    cursor: pointer;
  }
  .block-apply--reservation_dt table.calendar td.today {
    background: #F5F5F5;
  }
  .block-apply--reservation_dt table.calendar td.prevmonth,
  .block-apply--reservation_dt table.calendar td.nextmonth {
    opacity: .3;
  }
  .block-apply--reservation_dt table.calendar .day {
    font-size: 18px;
    font-weight: bold;
  }
  .block-apply--reservation_dt table.calendar .stock {
    color: #808080;
    font-size: 20px;
  }
  .block-apply--reservation_dt table.calendar tr:not(.week) td:first-child .day {
    color: #AA0046;
  }
  #block-apply-reservation-time,
  #block-apply-reservation-coupon {
    position: relative;
    padding: 70px 0 0;
    margin: 60px 0 0;
  }
  #block-apply-reservation-time::before,
  #block-apply-reservation-coupon::before,
  .block-apply--point::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 20px;
    background: #F0F0F0;
  }
  #daily-calendar-button {
    display: none;
  }
  .daily-calendar-container .daily-calendar .day {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 12px;
    text-align: center;
    font-family: serif;
  }
  .daily-calendar-container .daily-calendar .time-list {
    display: flex;
    flex-wrap: wrap;
  }
  .daily-calendar-container .daily-calendar .time-list-item {
    border: 1px solid #DEDEDE;
    text-align: center;
    width: 125px;
    margin: 0 0 16px;
    cursor: pointer;
  }
  .daily-calendar-container .daily-calendar .time-list-item:not(:nth-child(8n)):not(:last-child) {
    border-right: 0;
  }
  .daily-calendar-container .daily-calendar .time-list-item.active {
    position: relative;
    background: #FFEFF5;
  }
  .daily-calendar-container .daily-calendar .time-list-item.active:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 2px solid #AA0046;
  }
  .daily-calendar-container .daily-calendar .time-text {
    font-size: 18px;
    font-family: serif;
    padding: 2px 0;
    border-bottom: 1px solid #DEDEDE;
  }
  .daily-calendar-container .daily-calendar .status-text {
    color: #808080;
    font-size: 18px;
    padding: 8px 0;
  }
  #app .fieldset #block-apply-reservation-coupon .form-label {
    background: none;
    padding: 0;
  }
  .block-apply--coupon .form-control-title {
    display: none;
  }
  #app .block-apply--coupon .form-control > p {
    margin: 0 0 16px;
  }
  #app .block-apply--point .form-control > p {
    margin: 0 0 12px;
  }
  .block-apply--point-frame {
    display: flex;
    align-items: center;
    margin: 0 0 4px;
  }
  .block-apply--point-pointmessage {
    color: #000000;
    font-size: 13px;
  }
  .block-apply--point-title {
    color: #808080;
    font-size: 14px;
    font-weight: bold;
    margin: 0 12px 0 0;
  }
  .block-apply--point-num {
    font-size: 24px;
    font-weight: bold;
  }
  .block-apply--point-unit {
    font-size: 14px;
    padding: 0 0 0 4px;
  }
  .block-apply--point .form-control-separate {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
  }
  .block-apply--point .form-control-separate .form-control-title {
    font-size: 14px;
    margin: 0 16px 0 0;
  }
  #block-apply-reservation-coupon .action-buttons {
    position: relative;
    margin: 60px 0 0;
    padding: 32px 0;
    z-index: 1;
  }
  #block-apply-reservation-coupon .block-apply--forward {
    display: block;
    border: 0;
    width: 320px;
    border-radius: 30px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    background: #aa0046;
    padding: 20px 0;
    margin: 0 auto;
    cursor: pointer;
  }
  #block-apply-reservation-coupon .block-apply--forward:hover {
    background: linear-gradient(#c60051 0%, #e50069 100%);
    border: 1px solid #f8237b;
    padding: 19px 0;
  }
  .block-inquiry--confirmation-items {
    margin: 70px 0 0;
  }
  .eat_reservation_confirm_content {
    margin: 0 0 50px;
  }
  .eat_reservation_confirm_content.eat_reservation_confirm_content_terms {
    margin: 0 0 24px;
  }
  #app .fieldset .eat_reservation_confirm_content .form-group {
    margin: 0 0 8px;
    line-height: 1.5;
  }
  #app .fieldset .eat_reservation_confirm_content .form-group:last-child {
    margin: 0;
  }
  #app .fieldset .eat_reservation_confirm_content .form-label {
    width: 165px;
    background: transparent;
    font-weight: normal;
    padding: 0;
  }
  #app .fieldset .eat_reservation_confirm_content .form-control {
    font-size: 16px;
    width: 755px;
  }
  .eat_reservation_confirm_content_sub {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #808080;
    padding: 0 4px;
    margin: 0 0 16px;
  }
  .block-apply--goods-modal-option-item-error {
    color: #AA0046;
    font-weight: bold;
    margin: 4px 0 0;
  }
  .block-apply--goods-modal-alonebuy-notbuy {
    text-align: center;
    margin: 10px auto 5px;
    color: #FFF;
    background: #AA0046;
    padding: 8px 0 8px;
    width: 35%;
  }
  #apply .form-error.eyecatch-layout {
    color: #FFF;
    background: #AA0046;
    border-radius: 2px;
    margin: 5px 0 5px;
    padding: 8px 16px;
  }
  #apply .alert.eyecatch-layout {
    color: #FFF;
    background: #AA0046;
  }
  .eat_course_select_content_item {
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid #DEDEDE;
  }
  .eat_course_select_content_item:first-of-type {
    padding-top: 0;
  }
  .eat_course_select_content_img {
    width: 124px;
    margin: 0 40px 0 0;
  }
  .eat_course_select_content_text {
    width: 460px;
    margin: 0 40px 0 0;
  }
  .eat_course_select_content_text_course_icon {
    display: flex;
    margin: 0 0 16px;
  }
  .eat_course_select_content_text_course_icon span {
    display: inline-block;
    line-height: 0;
    margin: 0 4px 0 0;
  }
  .eat_course_select_content_text_course_icon img {
    height: 16px;
  }
  .eat_course_select_content_text_course_name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px;
  }
  .eat_course_select_content_text_course_price {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
  }
  .eat_course_select_content_text_course_price span {
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 0 8px;
  }
  .eat_course_select_content_option dl {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .eat_course_select_content_option dt {
    position: relative;
    padding: 0 12px 0 0;
    width: 50%;
  }
  .eat_course_select_content_option dt:after {
    content: ':';
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    margin: auto;
    height: 20px;
  }
  .eat_course_select_content_option dd {
    width: 50%;
  }
  .eat_course_select_content_option {
    width: 256px;
  }
  .eat_course_select_content_total {
    margin: 20px 0 0;
    text-align: right;
  }
  .eat_course_select_content_total dl {
    display: flex;
    justify-content: flex-end;
  }
  .eat_course_select_content_total dt {
    width: 200px;
  }
  .eat_course_select_content_total dd {
    width: 120px;
  }
  .eat_course_select_content_total_price {
    font-size: 12px;
    margin: 6px 0 0;
  }
  .eat_course_select_content_total_price span {
    font-size: 20px;
    font-weight: bold;
  }
  #app .fieldset.block-order-estimate--pay-input .form-group {
    align-items: center;
    padding: 0;
  }
  #app .eat_reservation_confirm_content .fieldset.block-order-estimate--pay-input .form-label {
    width: 120px;
  }
  .block-order-estimate--pay-card-brand select[name="card_brand"],
  .block-order-estimate--pay-card input[name="card_num"] {
    width: 420px;
  }
  .block-order-estimate--pay-security-code input,
  .block-order-estimate--pay-expire select {
    width: 180px;
  }
  #app .fieldset .eat_reservation_confirm_content .block-order-estimate--pay-security-code .form-control,
  #app .fieldset .eat_reservation_confirm_content .block-order-estimate--pay-card-method .form-control {
    display: flex;
    align-items: center;
  }
  #app .fieldset .eat_reservation_confirm_content .block-order-estimate--pay-security-code .help-block {
    width: 230px;
    color: #222;
  }
  #app .fieldset .eat_reservation_confirm_content .form-group.block-order-estimate--pay-card-method {
    margin: 17px 0 0;
  }
  #app .eat_reservation_confirm_content .fieldset.block-order-estimate--pay-input .block-order-estimate--pay-card-method .form-control .form-label {
    width: auto;
  }
  .block-order-estimate--pay-card-method .form-control .control-label {
    font-size: 14px;
  }
  #app .fieldset .eat_reservation_confirm_content .form-group.block-order-estimate--pay-card-method .help-block {
    color: #222;
    font-size: 14px;
    margin: 2px 0 0 5px;
  }
  .block-member-info--items-use-spoofing-protection {
    background: #F5F5F5;
    padding: 18px 0;
  }

  .block-order-estimate--privacy-agreement {
    background: #F5F5F5;
    padding: 18px 0;
    margin-bottom: 16px;
  }

  .block-order-estimate--privacy-agreement .form-control {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .block-member-info--use-spoofing-protection .form-control {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .block-order-estimate--order-terms-link {
    color: #AA0046;
    cursor: pointer;
    text-decoration: underline;
  }
  .block-order-estimate--order-terms-link:hover {
    text-decoration: none;
  }
  .modal-body {
    background: #FFF;
  }
  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: #121212;
    font-size: 16px;
    font-weight: bold;
    border-bottom: none;
    line-height: 1;
    background-color: #F0F0F0;
  }
  .modal-header .modal-close {
    color: #121212;
  }
  .block-member-terms--header {
    display: none;
  }
  .block-member-terms--body {
    font-size: 14px;
  }
  .modal-footer {
    background: #FFF;
  }
  .block-apply-confirm-cancel {
    text-align: center;
    margin: 0 0 20px;
  }
  .block-apply-confirm-cancel--title {
    color: #AA0046;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 4px;
  }
  .block-apply-confirm-cancel--text {
    font-size: 12px;
  }
  #app .block-inquiry--confirmation-forward {
    width: 360px;
    border: 1px solid #E21469;
    background: #AA0046;
    color: #FFF;
    border-radius: 30px;
    padding: 15px 0 !important;
    z-index: 0;
  }
  #app .block-inquiry--confirmation-forward:hover {
    background: linear-gradient(#c60051 0%, #e50069 100%);
    border: 1px solid #f8237b;
  }
  #app .block-inquiry--confirmation-back {
    background: transparent;
    width: auto;
    border: 0;
    padding: 0;
    margin: 40px 0 0;
    color: #AA0046;
    font-size: 14px;
    font-weight: bold;
  }
  #app .block-inquiry--confirmation-back:hover {
    text-decoration: underline;
  }
  .block-inquiry-completed {
    margin: 0;
  }
  .block-inquiry-completed .block-topic-path {
    margin: 0;
  }
  .block-inquiry-completed .block-inquiry-completed--message {
    width: 800px;
    margin: 40px auto 30px;
  }
  .block-inquiry-completed--message h2 {
    color: #BAA790;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin: 0 0 5px;
    padding: 140px 0 0;
    background: url(../../../img/usr/common/img_order_completed.png) no-repeat center top / 146px;
  }
  .block-inquiry-completed--message p {
    font-size: 14px;
    margin: 0 0 16px;
  }
  .block-inquiry-completed--message p:last-child {
    margin: 0;
  }
  .block-inquiry-completed--message a {
    color: #AA0046;
    text-decoration: underline;
  }
  .block-inquiry-completed--message a:hover {
    text-decoration: none;
  }
  .block-inquiry-completed--contents {
    width: 800px;
    margin: 0 auto 32px;
    padding: 28px 20px 30px;
    background: #F5F5F5;
    text-align: center;
  }
  .eat_reservation_completion_store {
    font-size: 18px;
    margin: 0 0 4px;
  }
  .eat_reservation_completion_tel {
    margin: 0 0 16px;
  }
  .eat_reservation_completion_number {
    background: #FFF;
    padding: 22px 0;
  }
  .eat_reservation_completion_date {
    display: inline-block;
    font-size: 24px;
    padding: 0 0 0 60px;
    background: url(../../img/usr/common/icon_calendar.png) no-repeat center left / 25px;
  }
  .eat_reservation_completion_reservation_num {
    font-size: 20px;
  }
  .block-inquiry-completed--text {
    width: 800px;
    margin: 0 auto 40px;
    text-align: center;
  }
}
@media screen and (min-width:1001px) {
  .block-inquiry--form .pane-topic-path,
  .block-inquiry--header::after,
  .block-apply--subheader::after,
  .block-apply--selected-goods::after,
  .block-apply--store::after,
  #block-apply-reservation-time::before,
  #block-apply-reservation-coupon::before,
  .block-apply--point::before,
  #block-apply-reservation-coupon .action-buttons::after,
  .block-apply-reservation-choice::after,
  #add_goods_form::after,
  .block-inquiry-completed .pane-topic-path {
    left: calc((100vw - 100%) / 2 * -1);
  }
}

/* SP */
@media screen and (max-width:1000px) {
  .block-inquiry--header {
    background: #F0F0F0;
    padding: 4px 0 0;
    width: calc(100% + 10px);
  }
  .block-apply--subheader {
    background: #F0F0F0;
    text-align: center;
    font-size: 16px;
  }
  .block-inquiry-completed .block-apply--subheader {
    padding-bottom: 16px;
  }
  .block-apply--store-name,
  .block-apply--selected-goods-title {
    margin: 20px 20px 10px;
    padding: 0 0 0 22px;
    font-size: 14px;
    font-weight: bold;
    background: url(../../img/usr/common/icon_check.png) no-repeat left center / 16px;
  }
  .block-apply--selected-goods-title {
    margin: 0 0 10px;
  }
  .block-apply--store-detail {
    margin: 0 20px 20px;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 12px;
  }
  .block-apply--store-detail--title {
    display: none;
  }
  .block-apply--store-detail--info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .block-apply--store-detail--info-frame {
    width: calc(100% - 90px);
  }
  .block-apply--store-detail--info-name {
    font-weight: bold;
  }
  .block-apply--store-detail--change {
    width: 70px;
    text-align: center;
  }
  .block-apply--store-detail--change a {
    color: #AA0046;
    font-weight: bold;
  }
  .block-apply--items {
    padding: 20px 20px 0;
    border-top: 20px solid #F0F0F0; 
  }
  .block-apply-reservation-choice {
    background: #F0F0F0;
    margin: -20px -20px 24px;
    padding: 0 20px 20px;
  }
  .block-apply-reservation-choice--text {
    margin: 0 0 10px;
  }
  .block-apply-reservation-choice--button-list {
    display: flex;
    justify-content: space-between;
  }
  .block-apply-reservation-choice--button-item {
    width: calc((100% - 8px) / 2);
  }
  .block-apply-reservation-choice--button {
    display: block;
    text-align: center;
    border-radius: 30px;
    font-size: 12px;
    padding: 11px 0;
  }
  .block-apply-reservation-choice--button.reservation-day {
    color: #FFF;
    border: 1px solid #E21469;
    background: #AA0046;
  }
  .block-apply-reservation-choice--button.goods-add {
    color: #AA0046;
    background: #FFF;
    border: 1px solid #8D075C;
  }
  #app .fieldset .block-apply--course .form-label,
  .eat_reservation_confirm_content_sub {
    display: flex;
    align-items: center;
    font-size: 14px;
    background: transparent;
    padding: 0;
    margin: 0 0 12px;
  }
  #app .fieldset .block-apply--course .form-label .is-required,
  .calendar-description-title .is-required,
  #app .fieldset #block-apply-reservation-coupon .form-label .is-required,
  .eat_reservation_confirm_content_sub .is-required {
    display: inline-block;
    position: static;
    color: #FFF;
    font-size: 10px;
    width: 32px;
    height: 19px;
    background: #AA0046;
    text-align: center;
    border-radius: 2px;
    padding: 2px 0 0;
    margin: 0 0 0 28px;
  }
  .block-apply--goods-desc {
    font-size: 11px;
    margin: 0 0 12px;
  }
  .block-apply--goods-category {
    margin: 0 -20px;
  }
  .block-apply--goods-category-list {
    display: inline-flex;
    white-space: nowrap;
    line-height: 0;
    margin: 0 0 20px;
  }
  .block-apply--goods-category-list li:not(.slick-slide) {
    display: inline-block;
    margin: 0 8px 0 0;
    width: 24vw;
    vertical-align: top;
  }
  .block-apply--goods-category-list li.slick-slide {
    width: 50vw;
  }
  .block-apply--goods-category-list li:not(.slick-slide):first-child {
    margin-left: 20px;
  }
  .block-apply--goods-category-list li:not(.slick-slide):last-child {
    margin-right: 20px;
  }
  .block-apply--goods-category-item {
    height: 100%;
    position: relative;
    border: 2px solid #fdfdfd;
  }
  .block-apply--goods-category-image {
    text-align: center;
    background-color: #fdfdfd;
  }
  .block-apply--goods-category-image img {
    height: 72px;
    object-fit: cover;
    margin: auto;
  }
  .block-apply--goods-category-name {
    color: #AA0046;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
    background-color: #fdfdfd;
    padding: 5px 3px;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .block-apply--goods-category-item.is-select {
    border-color: #AA0046;
  }
  .block-apply--goods-category-list .slick-arrow {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    border-radius: 2px;
    border: 0;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
  }
  .block-apply--goods-category-list .slick-arrow.slick-prev {
    left: 0;
    background: rgb(255 255 255 / 90%) url(../../../img/usr/common/arrow_prev03.png) 40% center / auto 10px no-repeat;
  }
  .block-apply--goods-category-list .slick-arrow.slick-next {
    right: 0;
    background: rgb(255 255 255 / 90%) url(../../../img/usr/common/arrow_next03.png) 60% center / auto 10px no-repeat;
  }
  .block-apply--goods-category-list .slick-arrow.slick-disabled {
    display: none !important;
  }
  .block-apply--course .form-radio-wrap {
    border-radius: 8px;
    box-shadow: 0px 0px 12px rgba(37, 28, 41, 0.1);
    margin: 0 0 8px;
    padding: 15px;
  }
  .block-apply--course .form-radio-wrap:last-child {
    margin: 0;
  }
  .block-course-goods--frame {
    display: flex;
    justify-content: space-between;
  }
  .block-course-goods--image-frame {
    position: relative;
    width: 90px;
  }
  .block-course-goods--leadtime {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
    font-size: 10px;
    text-align: center;
    padding: 2px 0;
    letter-spacing: 0;
    background: rgba(18, 18, 18, .7);
  }
  .block-course-goods--text-frame {
    width: calc(100% - 105px);
  }
  .block-course-goods--icon {
    display: flex;
    margin: 0 0 8px;
  }
  .block-course-goods--icon li:not(:last-child) {
    margin: 0 4px 0 0;
  }
  .block-course-goods--icon img {
    height: 16px;
  }
  .block-course-goods--name {
    margin: 0 0 8px;
  }
  .block-course-goods--price {
    display: flex;
    align-items: center;
  }
  .block-course-goods--price span {
    font-size: 10px;
    padding: 0 0 0 5px;
  }
  .block-apply--goods-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background: rgba(0,0,0,0.6);
  }
  .block-apply--goods-modal-window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    height: calc(100% - 60px);
    overflow: hidden;
    z-index: 99999;
    background: #FFF;
    border-radius: 12px;
  }
  .block-apply--goods-modal-frame {
    height: 100%;
  }
  .block-apply--goods-modal-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    background: #121212;
  }
  .block-apply--goods-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: 0;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #616161;
  }
  .block-apply--goods-modal-close::before,
  .block-apply--goods-modal-close::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 12px;
    background: #FFF;
    transform: rotate(45deg);
  }
  .block-apply--goods-modal-close::after {
    transform: rotate(-45deg);
  }
  .block-apply--goods-modal-inner {
    height: calc(100% - 60px);
    overflow-y: auto;
    padding: 50px 0 0;
  }
  .block-apply--goods-modal-image-frame .slick-arrow {
    display: none !important;
  }
  .block-apply--goods-modal-inner::-webkit-scrollbar {
    width: 5px;
  }
  .block-apply--goods-modal-inner::-webkit-scrollbar-thumb {
    background: #AA0046;
    border-radius: 4px;
  }
  .block-apply--goods-modal-inner::-webkit-scrollbar-track {
    background: #F0F0F0;
  }
  .block-apply--goods-modal-image-frame .slick-slide {
    margin-right: 6px;
    margin-left: 6px;
    text-align: center;
  }
  .block-apply--goods-modal-image {
    border-radius: 12px;
    text-align: center;
  }
  .block-apply--goods-modal-image img {
    margin: 0 auto;
  }
  .block-apply--goods-modal-image-comment {
    font-size: 12px;
    margin: 12px 0 0;
  }
  li:not(.slick-current) .block-apply--goods-modal-image-comment {
    display: none;
  }
  .block-apply--goods-modal-image-frame .slick-dots {
    display: flex;
    justify-content: center;
    margin: 8px 0 0;
    line-height: 0;
  }
  .block-apply--goods-modal-image-frame .slick-dots button {
    border: 0;
    background: #DEDEDE;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
  }
  .block-apply--goods-modal-image-frame .slick-dots li.slick-active button {
    background: #AA0046;
  }
  .block-apply--goods-modal-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 12px;
    margin: 12px 0 0;
    border-top: 1px solid #F0F0F0;
    border-bottom: 20px solid #F7F7F7;
  }
  .block-apply--goods-modal-info-left {
    width: calc(100% - 75px);
  }
  .block-apply--goods-modal-icon {
    display: flex;
    margin: 0 0 12px;
  }
  .block-apply--goods-modal-icon li:not(:last-child) {
    margin: 0 4px 0 0;
  }
  .block-apply--goods-modal-icon img {
    height: 16px;
  }
  .block-apply--goods-modal-remark {
    margin: 0 0 4px;
  }
  .block-apply--goods-modal-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px;
  }
  .block-apply--goods-modal-price {
    font-size: 11px;
  }
  .block-apply--goods-modal-price .price {
    color: #222;
    font-size: 16px;
  }
  .block-apply--goods-modal-info-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 1px solid #AA0046;
    border-radius: 2px;
    color: #AA0046;
    font-size: 11px;
    font-weight: bold;
    padding: 26px 0 0;
    background: url(../../../img/usr/sb/common/icon_search.png) no-repeat center top 14px / 18px;
  }
  .block-apply--goods-modal-info-right a span {
    display: none;
  }
  .block-apply--goods-modal-param {
    padding: 24px 20px 32px;
  }
  .block-apply--goods-modal-param-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 12px;
  }
  .block-apply--goods-modal-param-note,
  .calendar-description-note {
    background: #FCEAEF;
    border-radius: 2px;
    color: #AA0046;
    font-size: 11px;
    padding: 12px 16px;
    margin: 0 0 16px;
  }
  .calendar-description-errmsg {
    background: #AA0046;
    border-radius: 2px;
    color: #FFF;
    font-size: 11px;
    padding: 12px 16px;
    margin: 0 0 16px;
  }
  .block-apply--goods-modal-option {
    margin: 0 0 32px;
  }
  .block-apply--goods-modal-option-title {
    font-weight: bold;
    background: #F7F7F7;
    padding: 8px 12px;
    margin: 0 0 20px;
  }
  .block-apply--goods-modal-qty-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px;
  }
  input.block-apply--goods-modal-qty-text {
    border: 0;
    margin: 0 4px;
    width: 70px;
    text-align: center;
    font-size: 20px;
  }
  .block-apply--goods-modal-qty-btn {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    background: #FFF;
  }
  .block-apply--goods-modal-qty-btn.minus {
    border: 2px solid #DEDEDE;
  }
  .block-apply--goods-modal-qty-btn.minus.is-active,
  .block-apply--goods-modal-qty-btn.plus {
    border: 2px solid #AA0046;
  }
  .block-apply--goods-modal-qty-btn.minus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 3px;
    background: #DEDEDE;
    border-radius: 10px;
  }
  .block-apply--goods-modal-qty-btn.minus.is-active::before {
    background: #AA0046;
  }
  .block-apply--goods-modal-qty-btn.plus::before,
  .block-apply--goods-modal-qty-btn.plus::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 3px;
    background: #AA0046;
    border-radius: 10px;
  }
  .block-apply--goods-modal-qty-btn.plus::after {
    transform: rotate(90deg);
  }
  .block-apply--goods-modal-option .form-option-wrap:not(:last-child) {
    margin: 0 0 24px;
  }
  .block-apply--goods-modal-option-item-title {
    font-size: 13px;
    margin: 0 0 8px;
  }
  .block-apply--goods-modal-option-item-image:not(:last-of-type) {
    margin: 0 0 4px;
  }
  .block-apply--goods-modal-option-item-title .option-name {
    font-weight: bold;
  }
  .block-apply--goods-modal-option-item-title .option-price {
    display: block;
    font-size: 12px;
    margin: 4px 0 0;
  }
  .block-apply--goods-modal-option-item-title .birth-coupon-expiration {
    margin: 0 0 0 16px;
    font-weight: bold;
    color: red;
  }
  .block-apply--goods-modal-option-item-title .required {
    display: inline-block;
    margin: 4px 0 0;
  }
  .block-apply--goods-modal-option-item-title .required::after {
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    width: 32px;
    height: 19px;
    background: #AA0046;
    text-align: center;
    border-radius: 2px;
    padding: 2px 0 0;
  }
  .block-apply--goods-modal-option-frame .is-disabled{
    color: silver;
    cursor: not-allowed;
  }
  .block-apply--goods-modal-option-frame .is-disabled input {
    cursor: not-allowed;
  }
  .block-apply--goods-modal-option-frame .is-disabled label {
    cursor: not-allowed;
  }
  .block-apply--goods-modal-option-frame .is-disabled select {
    cursor: not-allowed;
    background: #F7F7F7;
    color: silver;
  }
  .block-apply--goods-modal-option-frame .is-disabled textarea {
    cursor: not-allowed;
  }
  .block-apply--goods-modal-option-item-description {
    margin: 8px 0;
  }
  .block-apply--goods-modal-option-item-comment {
    font-size: 12px;
    margin: -4px 0 0;
  }
  .block-apply--goods-modal-param select {
    width: 100px;
  }
  .block-apply--goods-modal-option-item-radio-split:not(:last-child),
  .block-apply--goods-modal-option-item-check-split:not(:last-child) {
    padding: 0 0 12px;
    margin: 0 0 12px;
    border-bottom: 1px solid #F0F0F0;
  }
  .block-apply--goods-modal-option-frame label {
    font-size: 13px;
  }
  .block-apply--goods-modal-submit-button {
    display: block;
    width: 280px;
    margin: 0 auto;
    color: #AA0046;
    font-size: 14px;
    background: #FFF;
    border: 1px solid #8D075C;
    border-radius: 30px;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    padding: 16px 0;
  }
  .block-apply--goods-modal-comments-top {
    padding: 24px 20px 0;
  }
  .block-apply--goods-modal-comments {
    padding: 24px 20px;
  }
  .block-apply--goods-modal-comment {
    margin: 0 0 24px;
  }
  .block-apply--goods-modal-comments-top .block-apply--goods-modal-comment {
    margin: 0;
  }
  .block-apply--goods-modal-spec-list {
    display: flex;
    border: 1px solid #DEDEDE;
  }
  .block-apply--goods-modal-spec-list:not(:last-of-type) {
    border-bottom: 0;
  }
  .block-apply--goods-modal-spec-name {
    border-right: 1px solid #DEDEDE;
    background: #F5F5F5;
    text-align: center;
    width: 123px;
    padding: 10px 16px;
    font-size: 13px;
  }
  .block-apply--goods-modal-spec-comment {
    font-size: 14px;
    width: calc(100% - 123px);
    padding: 10px 16px;
  }
  .block-apply--goods-modal-caution {
    color: #808080;
    font-size: 11px;
    margin: 20px 0 0;
  }
  .block-apply--goods-modal-submit {
    margin: 32px 0 0;
  }
  .block-apply--goods-modal-submit.is-hide { display: none; }
  .block-apply--goods-modal-return-button {
    display: block;
    color: #AA0046;
    padding: 16px 0;
    border-radius: 30px !important;
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    margin: 12px auto 0;
    width: 280px;
  }
  .block-apply--goods-modal-option-item-error {
    margin: 12px 0 8px;
  }
  .block-apply--goods-modal-option-item-error p {
    color: #AA0046;
    font-weight: bold;
  }
  .block-apply--goods-modal-alonebuy-notbuy {
    text-align: center;
    margin: 10px auto 5px;
    color: #FFF;
    background: #AA0046;
    padding: 8px 0 8px;
  }
  #apply .form-error.eyecatch-layout {
    background: #AA0046;
    border-radius: 2px;
    color: #FFF;
    padding: 12px 16px;
    margin: 0 0 16px;
  }
  #apply .alert.eyecatch-layout {
    color: #FFF;
    background: #AA0046;
  }
  .block-apply--selected-goods {
    padding: 20px 20px 0;
    border-top: 20px solid #F0F0F0;
  }
  .block-apply--selected-goods-list {
    background: #F5F5F5;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 12px;
    margin: 0 0 8px;
  }
  .block-apply--selected-goods-list:last-of-type {
    margin: 0 0 20px;
  }
  .block-apply--selected-goods-list-item {
    position: relative;
    overflow: hidden;
  }
  .block-apply--selected-goods-image-frame {
    float: left;
    width: 90px;
    margin: 0 15px 0 0;
  }
  .block-apply--selected-goods-text-frame {
    float: right;
    width: calc(100% - 105px);
  }
  .block-apply--selected-goods--name {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 4px;
  }
  .block-apply--selected-goods--price span {
    font-size: 11px;
    margin: 0 0 0 8px;
  }
  .block-apply--selected-goods-point-rate-policy-message {
    color: #AA0046;
    font-size: 10px;
    margin: 0 0 4px;
  }
  .block-apply--selected-goods-option-list dl {
    display: flex;
    align-items: center;
    font-size: 12px;
    word-break: break-all;
    margin: 0 0 5px;
  }
  .block-apply--selected-goods-option-list dl:last-child {
    margin: 0;
  }
  .block-apply--selected-goods-option-item dt {
    position: relative;
    width: 60%;
    padding: 0 10px 0 0;
  }
  .block-apply--selected-goods-option-item dt::after {
    content: ':';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
  }
  .block-apply--selected-goods-option-item dt span {
    margin: 0 0 0 12px;
  }
  .block-apply--selected-goods-option-item dd {
    width: 40%;
    padding: 0 0 0 12px;
  }
  .block-apply--selected-goods-option-list {
    float: right;
    width: calc(100% - 105px);
  }
  .block-apply--selected-goods-delete {
    float: left;
    clear: left;
    width: 90px;
    text-align: center;
    margin: 16px 0 0;
  }
  .block-apply--selected-goods-delete-button {
    border: 0;
    background: transparent;
    color: #AA0046;
    font-size: 11px;
    font-weight: bold;
  }
  .calendar-description-text li {
    display: flex;
    align-items: center;
    margin-right: 16px;
  }
  .calendar-description-text li span {
    margin: 0 4px 0 0;
  }
  .calendar-description-text li span.selected {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #AA0046;
    background: #FFEFF5;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
  }
  #block-apply-reservation-day {
    margin: 24px 0 0;
  }
  #add_goods_form {
    margin: 0 0 24px;
  }
  .calendar-description-title {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
  }
  #block-apply-reservation-day ul.calendar-description-text,
  #block-apply-reservation-time ul.calendar-description-text {
    font-size: 12px;
  }
  .calendar-header-frame {
    position: relative;
  }
  .calendar-header-frame #calendar_header {
    background: transparent;
    text-align: center;
    border: 1px solid #DEDEDE;
    border-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 0 5px;
  }
  .calendar-header-frame #prev,
  .calendar-header-frame #next {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 25px;
  }
  .calendar-header-frame #prev {
    left: -42%;
    background: url(../../../img/usr/common/arrow_prev03.png) no-repeat center / 7px;
  }
  .calendar-header-frame #next {
    right: -42%;
    background: url(../../../img/usr/common/arrow_next03.png) no-repeat center / 7px;
  }
  #calendar_body td {
    padding: 6px 0;
    border: 1px solid #DEDEDE;
  }
  #calendar_body tr.week td {
    background: #EBEBEB;
    font-size: 10px;
    padding: 5px 0;
  }
  #calendar_body td.prevmonth,
  #calendar_body td.nextmonth {
    opacity: .3;
  }
  #calendar_body .day {
    font-size: 11px;
    margin: 0 0 2px;
  }
  #block-apply-reservation-time,
  .block-apply--coupon,
  .block-apply--point {
    margin: 24px -20px 0;
    padding: 20px 20px 0;
    border-top: 20px solid #F0F0F0;
  }
  #daily-calendar-button {
    display: none;
  }
  .daily-calendar .day {
    font-size: 14px;
    text-align: center;
    margin: 0 0 12px;
  }
  #block-apply-reservation-time .time-list {
    display: flex;
    flex-wrap: wrap;
  }
  #block-apply-reservation-time .time-list-item {
    width: calc((100% - 21px) / 4);
    margin: 0 7px 10px 0;
    border: 1px solid #DEDEDE;
    text-align: center;
  }
  #block-apply-reservation-time .time-list-item:nth-child(4n) {
    margin-right: 0;
  }
  #block-apply-reservation-time .time-list-item.active {
    position: relative;
    background: #FFEFF5;
  }
  #block-apply-reservation-time .time-list-item.active::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 2px solid #AA0046;
  }
  #block-apply-reservation-time .time-text {
    border-bottom: 1px solid #DEDEDE;
    padding: 4px 0 2px;
  }
  #block-apply-reservation-time .status-text {
    color: #808080;
    font-size: 16px;
    padding: 3px 0;
  }
  #app .fieldset #block-apply-reservation-coupon .form-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 0 0 8px;
    background: transparent;
    padding: 0;
  }
  .block-apply--coupon p,
  .block-apply--point p {
    font-size: 11px;
    margin: 0 0 12px;
  }
  .block-apply--coupon .form-control-title {
    display: none;
  }
  #app #block-apply-reservation-coupon .block-apply--coupon .form-control .form-control-separate .form-control-param {
    width: 100%;
  }
  .block-apply--coupon .form-control-param input,
  .block-apply--point .form-control-param input {
    width: 100%;
    padding: 14px 12px;
  }
  .block-apply--point .form-control-separate {
    display: flex;
    align-items: center;
    margin: 0 14px 8px;
    font-size: 12px;
  }
  .block-apply--point-title {
    margin: 0 12px 0 0;
  }
  .block-apply--point-num {
    font-size: 18px;
    margin: 0 20px 0 0;
  }
  .block-apply--point .form-control-title label {
    font-size: 11px;
    margin: 0 16px 0 0;
  }
  .block-apply--point .form-control-param {
    /*width: calc(100% - 80px);*/
  }
  #block-apply-reservation-coupon .action-buttons {
    margin: 24px -20px 0;
    padding: 24px 20px;
    background: #F0F0F0;
  }
  #block-apply-reservation-coupon .block-apply--forward {
    display: block;
    width: 280px;
    margin: 0 auto;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(#aa0046 0%, #b70054 100%);
    border: 1px solid #E21469;
    border-radius: 30px;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    padding: 16px 0;
  }
  .eat_reservation_confirm_content_text {
    font-size: 11px;
    margin: 0 0 12px;
  }
  .fieldset.block-inquiry--confirmation-items .block-order-estimate--pay-input .form-group {
    display: block;
    padding: 0 20px;
    margin: 0 0 8px;
  }
  .fieldset.block-inquiry--confirmation-items .block-order-estimate--pay-input .form-group.block-order-estimate--pay-card-brand {
    padding-top: 20px;
  }
  .fieldset.block-inquiry--confirmation-items .block-order-estimate--pay-input .form-label label {
    font-size: 11px;
  }
  #app .fieldset.block-inquiry--confirmation-items .block-order-estimate--pay-input .form-label {
    width: 100%;
  }
  #app .fieldset.block-inquiry--confirmation-items .block-order-estimate--pay-input .form-control {
    width: 100%;
    padding: 0;
  }
  .block-order-estimate--pay-input select {
	  width: 100%;
	  cursor: pointer;
	  text-indent: 0.01px;
	  text-overflow: ellipsis;
	  outline: none;
	  background: transparent;
	  background-image: none;
	  box-shadow: none;
	  -webkit-appearance: none;
	  appearance: none;
    background: #F7F7F7 url(../../../img/usr/common/arrow_select.png) no-repeat right 16px center / 12px;
    border: 1px solid #C3C3C3;
    border-radius: 2px;
    font-size: 13px;
    padding: 12px 16px;
  }
  .block-order-estimate--pay-expire select {
    width: 120px;
  }
  .block-order-estimate--pay-input select[disabled] {
    background: #dcdcdc;
    cursor: not-allowed;
  }
  .block-order-estimate--pay-input input {
    padding: 12px 8px;
    border: 1px solid #C3C3C3;
    background-color: #F7F7F7;
    width: 100%;
    -webkit-appearance: none;
  }
  .block-order-estimate--pay-input .help-block {
    color: #222;
  }
  .block-order-estimate--pay-card-method .form-control {
    display: flex;
  }
  #app .block-order-estimate--pay-input .block-order-estimate--pay-card-method .form-control .form-label {
    width: auto;
  }
  #app .block-order-estimate--pay-input .block-order-estimate--pay-card-method .form-control .form-label label {
    font-size: 14px;
  }
  #app .block-order-estimate--pay-input .block-order-estimate--pay-card-method .form-control .help-block {
    font-size: 14px;
    margin: 0 0 0 4px;
  }
  .block-member-info--message-use-spoofing-protection {
    font-size: 11px;
  }
  .block-member-info--items-use-spoofing-protection {
    background: #FCEAEF;
    border-radius: 2px;
    padding: 16px 0;
  }

  .block-order-estimate--privacy-agreement {
    background: #FCEAEF;
    border-radius: 2px;
    padding: 16px 16px 16px 16px;
  }
  .block-order-estimate--privacy-agreement .form-control {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-wrap: wrap;
  }

  .block-order-estimate--privacy-agreement .form-control .block-order-estimate--order-terms-link {
    width: 100%;
    text-align: center;
  }

  #app .eat_reservation_confirm_content_terms .fieldset.block-member-info--items-use-spoofing-protection .form-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 12px;
  }
  .block-order-estimate--order-terms-link {
    color: #AA0046;
  }
}

/* モーダル画面 */
.is-body-fixed {
    position: fixed;
    width: 100%;
}
.js-apply-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all;
    opacity: 0;
    visibility: hidden;
}
.js-apply-modal-bg {
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.js-apply-modal {
    position: absolute;
    z-index: 1;
    background-color: white;
    transition: .2s all;
    opacity: 0;
    visibility: hidden;
    max-width: 500px;
}
.js-apply-modal h2 {
    background-color: #320523;
    color: white;
}
.js-apply-modal .btn-list {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.js-apply-modal .btn-list li:first-child {
  width: 100%;
  text-align: center;
}
.js-apply-modal .btn-list .btn-primary {
  width: 100%;
  max-width: 280px;
  cursor: pointer;
  color: white;
  background-color: #AA0046;
  padding: 8px 0;
}
.js-apply-modal-wrap.is-active,
.js-apply-modal.is-active {
    opacity: 1;
    visibility: visible;
}
.js-apply-modal .btn-list .btn-delete,
.js-apply-modal .btn-list .btn-back {
    cursor: pointer;
    color: #AA0046;
    background: transparent;
    border: 0;
    padding: 0;
    transition: .3s ease;
    margin-top: 10px;
}
.js-apply-modal .btn-list .btn-delete:hover,
.js-apply-modal .btn-list .btn-back:hover {
  text-decoration: underline;
}
#modal-apply-resgoodserror.js-apply-modal {
    width: 600px;
    max-width: 600px;
}
#modal-apply-resgoodserror.js-apply-modal h2 {
    background-color: #FFF;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    padding: 15px 15px 0px 15px;
    color: black;
    text-align: center;
}
#modal-apply-resgoodserror.js-apply-modal ul.resgoodserror-list {
    display: flex;
    justify-content: center;
    padding: 8px;
}
#modal-apply-resgoodserror.js-apply-modal .resgoodserror-list .btn {
    min-width: 150px;
    width: 210px;
    margin: 8px;
    padding: 8px 0;
    color: #AA0046;
    font-size: 14px;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    border-radius: 30px;
    border: 1px solid #8D075C;
    background: transparent;
}

#modal-apply-resgoodserror.js-apply-modal .resgoodserror-list .btn span {
    font-size: 16px;
}

/* 店舗受取・商品オプション */
.block-apply--goods-modal .form-option-wrap.is-hide {
  display: none;
}
.block-apply--goods-modal .form-option-wrap.is-over-gray {
  position: relative;
}
.block-apply--goods-modal .form-option-wrap.is-over-gray::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgb(0 0 0 / 30%);
}
.block-apply--goods-modal .block-option-select-image:not(:empty) {
  margin: 15px 0;
  display: inline-block;
  border: 1px solid #ccc;
}
.block-apply--goods-modal .block-option-select-image img {
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width:768px) {
  .js-apply-modal {
    max-width: 90%;
  }
  #modal-apply-resgoodserror.js-apply-modal {
    max-width: 90%;
  }
  #modal-apply-resgoodserror.js-apply-modal h2 {
    text-align: left;
  }
  #modal-apply-resgoodserror.js-apply-modal ul.resgoodserror-list {
    display: inline;
    text-align: center;
    padding: 0px;
  }
 #modal-apply-resgoodserror.js-apply-modal .resgoodserror-list .btn {
    width: 80%;
 }
 .block-apply--goods-modal .block-option-select-image.bag {
   width: 50%;
   margin: 10px auto;
 }
}
/* --- 予約履歴 ---　*/
.block-purchase-history--notice-text--paypay {
  border: 1px solid red;
  padding: 10px;
  margin-bottom: 20px;
}
/* PC */
@media screen and (min-width:1001px) {
  .block-purchase-history,
  .block-purchase-history-detail {
    width: 1000px;
    margin: 32px auto 60px;
  }
  .block-purchase-history--header,
  .block-purchase-history-detail--header {
    margin: 28px 0 30px;
    padding: 0;
    font-size: 28px;
    font-weight: normal;
    font-family: serif;
    letter-spacing: 3px;
  }
  .block-purchase-history--customer-name,
  .block-purchase-history-detail--customer-name {
    font-weight: normal;
  }
  .block-purchase-history .pager-total {
    text-align: right;
  }
  .block-purchase-history .pager-count span {
    font-weight: normal;
  }
  .block-purchase-history--order-id a:hover {
    text-decoration: none;
  }
  .block-purchase-history--table th,
  .block-purchase-history--table td,
  .block-purchase-history-detail--body th,
  .block-purchase-history-detail--body td {
    padding: 10px;
  }
  .block-purchase-history--table th,
  .block-purchase-history-detail--body th {
    font-weight: bold;
  }
  .page-applyhistory .block-purchase-history .block-purchase-history--back,
  .page-applyhistorydetail .block-purchase-history-detail .block-purchase-history-detail--back {
    position: relative;
    display: block;
    width: 280px;
    color: #AA0046;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #8D075C;
    background: transparent;
    padding: 16px 0;
    margin: 0 auto;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    border-radius: 30px;
    transition: .3s ease;
  }
  .page-applyhistory .block-purchase-history .block-purchase-history--back:hover,
  .page-applyhistorydetail .block-purchase-history-detail .block-purchase-history-detail--back:hover {
    background: #FFF;
    border-color: #EA0161;
    color: #EA0161;
  }
  .page-applyhistory .block-purchase-history--reservation-dt-message {
    color: red;
  }
  .page-applyhistorydetail .block-purchase-history-detail > .action-buttons {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
  }
  .page-applyhistorydetail .block-purchase-history-detail > .action-buttons .action {
    margin: 0 10px;
  }
  .page-applyhistorydetail .action .btn.block-purchase-history-detail--cancel {
    width: 280px;
    background: #F0F0F0;
    border: 1px solid #d5d5d5;
    border-radius: 30px;
    color: #AA0046;
    font-size: 16px;
    padding: 16px 0;
    margin: 0;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
  }
  .page-applyhistorydetail .action .btn.block-purchase-history-detail--cancel:hover {
    background: #e6e6e6;
    border-color: #d5d5d5;
  }
  .block-purchase-history-detail--payment-info-items {
    margin-bottom: 8px;
  }
  .page-applyhistorydetail .action .btn.block-purchase-history-detail--rsvdtchange {
    width: 280px;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #E21469;
    background: linear-gradient(#aa0046 0%, #ce005f 100%);
    padding: 16px 0;
    margin: 0 10px;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    border-radius: 30px;
    text-align: center;
    transition: .3s ease;
    cursor: pointer;
  }
  .page-applyhistorydetail .action .btn.block-purchase-history-detail--rsvdtchange:hover {
    color: #FFF;
    background: linear-gradient(#c60051 0%, #e50069 100%);
  }
  .page-applyhistorydetail .action .btn.block-purchase-history-detail--rsvdtchange--hidden {
    width: 280px;
    margin: 0 auto;
    border: 1px solid #DEDEDE;
    background: #FFF;
    border-radius: 30px;
    text-align: center;
    color: #999;
    font-size: 14px;
    padding: 16px 0;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    background: #F5F5F5;
  }
  .page-applyhistorydetail .rsvdtchange-message {
    width: 280px;
    color: #AA0046;
    text-align: center;
  }
  .page-applyhistorydetail .block-purchase-history-detail--ship-dt-message {
    color: red;
  }
}
/* SP */
@media screen and (max-width:1000px) {
  .block-purchase-history,
  .block-purchase-history-detail {
    margin: 20px 20px 30px;
  }
  .block-purchase-history--header,
  .block-purchase-history-detail--header {
    padding: 10px 20px;
    font-size: 24px;
    font-family: serif;
    text-align: center;
  }
  .block-purchase-history .pager-total {
    text-align: right;
  }
  .block-purchase-history .pager-count span {
    font-weight: normal;
  }
  .block-purchase-history--table th,
  .block-purchase-history--table td,
  .block-purchase-history-detail--body th,
  .block-purchase-history-detail--body td {
    padding: 8px;
  }
  .page-applyhistory .block-purchase-history .block-purchase-history--back,
  .page-applyhistorydetail .block-purchase-history-detail .block-purchase-history-detail--back {
    display: block;
    color: #AA0046;
    border: solid 1px #8D075C;
    background-color: #FFF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .page-applyhistory .block-purchase-history--reservation-dt-message {
    color: red;
  }
  .block-eat-flow--step {
    padding-bottom: 0;
  }
  #app .eat_reservation_confirm {
    width: 100%;
  }
  #app .eat_reservation_confirm .fieldset .form-label {
    background: transparent;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    width: 80px;
  }
  #app .eat_reservation_confirm .fieldset .form-control {
    font-size: 13px;
    width: calc(100% - 80px);
  }
  .eat_reservation_confirm_content {
    padding: 20px;
    border-bottom: 20px solid #F0F0F0;
  }
  .eat_reservation_confirm_content.eat_reservation_confirm_content_terms {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .eat_reservation_confirm_content_sub {
    margin: 0 0 6px;
    font-weight: bold;
  }
  .eat_course_select_content_item {
    padding: 16px 0;
    border-bottom: 1px solid #F0F0F0;
    overflow: hidden;
  }
  .eat_course_select_content_item:first-of-type {
    padding-top: 8px;
  }
  .eat_course_select_content_img {
    float: left;
    width: 92px;
    margin: 0 16px 0 0;
  }
  .eat_course_select_content_text {
    float: right;
    width: calc(100% - 108px);
  }
  .eat_course_select_content_text_course_icon {
    display: flex;
    margin: 0 0 8px;
  }
  .eat_course_select_content_text_course_icon span {
    margin: 0 4px 0 0;
    line-height: 0;
  }
  .eat_course_select_content_text_course_icon img {
    height: 16px;
  }
  .eat_course_select_content_text_course_name {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 4px;
  }
  .eat_course_select_content_text_course_price {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .eat_course_select_content_text_course_price span {
    font-size: 11px;
    padding: 0 0 0 5px;
  }
  .eat_course_select_content_option {
    float: right;
    width: calc(100% - 108px);
    padding: 0 0 0 12px;
    margin: 4px 0 0;
  }
  .eat_course_select_content_option dl {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  .eat_course_select_content_option dt {
    position: relative;
    width: 50%;
    padding: 0 12px 0 0;
  }
  .eat_course_select_content_option dt:after {
    content: ':';
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    height: 20px;
    margin: auto;
  }
  .eat_course_select_content_option dd {
    width: 50%;
  }
  .eat_course_select_content_total {
    margin: 16px 0 0;
    text-align: right;
  }
  .eat_course_select_content_total dl {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
  }
  .eat_course_select_content_total dt {
    width: 140px;
  }
  .eat_course_select_content_total dd {
    width: 80px;
  }
  .eat_course_select_content_total_price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 8px 0 0;
    font-size: 11px;
  }
  .eat_course_select_content_total_price span {
    font-size: 16px;
    padding: 0 0 0 4px;
  }
  .modal-dialog {
    width: 100% !important;
  }
  .modal-header {
    background-color: #F0F0F0;
    color: #222;
    font-size: 14px;
    padding: 16px 12px;
  }
  .modal-content {
    background: #FFF;
  }
  .block-member-terms--header {
    display: none;
  }
  .modal-close {
    color: #222;
  }
  .modal-body textarea {
    padding: 8px;
    border: 1px solid #DEDEDE;
    background-color: #F7F7F7;
  }
  .block-apply-confirm-cancel {
    padding: 0 20px 28px;
  }
  .block-apply-confirm-cancel--title {
    border: 0;
    background: none;
    padding: 0;
    text-align: left;
    color: #AA0046;
    font-size: 11px;
  }
  .block-apply-confirm-cancel--text {
    font-size: 11px;
  }
  #app.block-inquiry--confirmation-form,
  #app.block-inquiry--confirmation-form .block-inquiry--form {
    padding-bottom: 0;
  }
  #app .action-buttons.reserve_confirm {
    background: #F0F0F0;
    padding: 28px 30px 0;
  }
  #app .block-inquiry--confirmation-forward {
    border: 1px solid #E21469;
    background: #AA0046;
    border-radius: 30px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 17px 0 !important;
  }
  #app .block-inquiry--confirmation-back {
    margin: 16px 0 0;
    padding: 0;
    width: auto;
    background: none;
    border: 0;
    color: #AA0046;
    font-size: 13px;
  }
  .block-inquiry-completed {
    margin: 0;
  }
  .block-inquiry-completed .block-topic-path {
    margin: 0;
  }
  .block-inquiry-completed .block-inquiry-completed--message {
    margin: 0;
    padding: 40px 20px 60px;
    text-align: center;
  }
  .block-inquiry-completed--message h2 {
    color: #BAA790;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 28px;
    padding: 140px 0 0;
    background: url(../../../img/usr/common/img_order_completed.png) no-repeat center top / 146px;
  }
  .block-inquiry-completed--message p {
    font-size: 13px;
    margin: 0 0 16px;
  }
  .block-inquiry-completed--message a {
    color: #AA0046;
    text-decoration: underline;
  }
  .block-inquiry-completed--message p:last-child {
    margin: 0;
  }
  .block-inquiry-completed--contents {
    margin: 0 20px;
    padding: 20px 20px 24px;
    background: #F5F5F5;
    text-align: center;
  }
  .eat_reservation_completion_store {
    font-size: 18px;
    margin: 0 0 4px;
  }
  .eat_reservation_completion_tel {
    font-size: 14px;
    margin: 0 0 12px;
  }
  .eat_reservation_completion_tel span {
    color: #AA0046;
  }
  .eat_reservation_completion_number {
    background: #FFF;
    padding: 20px 0;
  }
  .eat_reservation_completion_date {
    display: inline-block;
    font-size: 18px;
    background: url(../../img/usr/common/icon_calendar.png) no-repeat center left / 25px;
    padding: 0 0 0 40px;
    margin: 0 0 4px;
  }
  .eat_reservation_completion_reservation_num {
    font-size: 16px;
  }
  .block-inquiry-completed--text {
    font-size: 11px;
    margin: 20px 20px 28px;
  }
  .page-applyhistorydetail .block-purchase-history-detail > .action-buttons {
    padding: 0;
  }
  .page-applyhistorydetail .action .btn.block-purchase-history-detail--cancel {
    display: block;
    background: #F0F0F0;
    border: 1px solid #d5d5d5;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    border-radius: 30px;
    color: #AA0046;
    margin: 0 auto 10px;
  }
  .block-purchase-history-detail--payment-info-items {
    margin-bottom: 8px;
  }
  .block-purchase-history--list th,
  .block-purchase-history-detail th {
    font-weight: bold;
  }
  .page-applyhistorydetail .action .btn.block-purchase-history-detail--rsvdtchange {
   position: relative;
   width: 100%;
   padding: 10px 0;
   background: linear-gradient(#aa0046 0%, #b70054 100%);
   border: 1px solid #E21469;
   border-radius: 30px;
   box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
   color: #FFF;
   font-size: 13px;
   text-align: center;
   margin: 0 0 8px;
  }
  .page-applyhistorydetail .action .btn.block-purchase-history-detail--rsvdtchange--hidden{
   position: relative;
   width: 100%;
   padding: 10px 0;
   background: #F5F5F5;
   border: 1px solid #DEDEDE;
   border-radius: 30px;
   box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
   color: #999;
   font-size: 13px;
   text-align: center;
   margin: 0 0 8px;
  }
  .page-applyhistorydetail .rsvdtchange-message {
    color: #AA0046;
    text-align: center;
    margin: 0 auto 10px;
  }
  .page-applyhistorydetail .block-purchase-history-detail--ship-dt-message {
    color: red;
  }
}

/* --- ログイン ---* /
/* PC */
@media screen and (min-width:768px) {
  .block-login {
    width: 1200px;
    margin: 20px auto 40px;
  }
  .block-login--member-body {
    border: 0;
    padding: 0;
  }
  .block-login--member-frame .eat_login_title {
    margin: 28px 0 30px;
    font-size: 28px;
    font-weight: normal;
    font-family: serif;
    letter-spacing: 3px;
    text-align: left;
    border: 0;
  }
  .block-login--member-frame .block-login--input-items {
    width: 700px;
    margin: 20px auto;
    border-top: #DEDEDE 1px solid;
    border-bottom: #DEDEDE 1px solid;
  }
  .block-login--uid {
    display: flex;
    border-bottom: #DEDEDE 1px solid;
  }
  .block-login--pwd {
    display: flex;
  }
  .block-login--uid .eat_login_input_content,
  .block-login--pwd .eat_login_input_content {
    width: 180px;
    padding: 25px 10px 25px 25px;
    text-align: left;
    background: #F0F0F0;
    font-size: 13px;
    margin: 0;
  }
  .block-login--uid .eat_login_input_content p,
  .block-login--pwd .eat_login_input_content p {
    margin: 0;
  }
  .block-login--member .block-login--uid .form-control,
  .block-login--member .block-login--pwd .form-control {
    padding: 10px 0 10px 15px;
    width: 520px;
  }
  .block-login--member .block-login--uid .form-control > input,
  .block-login--member .block-login--pwd .form-control > input {
    width: 350px;
    margin: 0;
    outline: 0;
  }
  .block-login--member .block-login--display-password {
    display: inline-block;
    margin-top: 8px;
    text-align: left;
    font-size: 11px;
  }
  .block-login--ask-password {
    text-align: left;
  }
  .block-login--ask-password:hover,
  .block-login--ask-password a:hover {
    text-decoration: none;
  }
  .block-login--first-time .block-login--first-time-body {
    border: 0;
    margin: 40px 0 0;
  }
  .block-login--first-time .btn.block-login--entry {
    position: relative;
    display: block;
    width: 280px;
    color: #AA0046;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #8D075C;
    background: transparent;
    padding: 16px 0;
    margin: 0 auto;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    border-radius: 30px;
    transition: .3s ease;
  }
  .block-login--first-time .block-login--entry:hover {
    color: #EA0161;
    border-color: #EA0161;
  }
}
/* SP */
@media screen and (max-width:767px) {
  .block-login {
    margin: 20px 20px 30px;
  }
  .block-login--member-body {
    border: 0;
    padding: 0;
  }
  .block-login--member-frame .eat_login_title {
    border: 0;
    margin: 0;
    padding: 10px 20px;
    font-size: 24px;
    line-height: 1.38;
    font-family: serif;
    text-align: center;
    width: 100%;
    font-weight: bold;
  }
  .block-login--member-frame form {
    border: 1px solid #DCDCDC;
    margin: 10px 0 20px;
    padding: 12px 10px 16px;
  }
  .block-login--uid {
    margin: 0 0 16px;
  }
  .block-login .eat_login_input_content p {
    margin: 0 0 8px;
    padding: 0;
  }
  .block-login .block-login--member-frame .fieldset .form-control {
    padding: 0;
  }
  .block-login .block-login--member-frame .fieldset .form-control > input {
    margin: 0;
    padding: 8px;
    border: 1px solid #DEDEDE;
    background-color: #F7F7F7;
    outline: 0;
  }
  .block-login--pwd .block-login--display-password {
    display: block;
    margin-top: 10px;
    text-align: left;
  }
  .block-login--ask-password a {
    font-size: 13px;
  }
  .reservation_btn_wrap {
    margin: 16px 0 0;
  }
  .reservation_btn_wrap .action-buttons,
  .block-login--first-time .action-buttons {
    padding: 0;
  }
  .block-login .reservation_btn_wrap .block-login--login {
    width: 100%;
  }
  .block-login .btn.block-login--entry {
    border-radius: 30px;
    font-size: 14px;
    padding: 17px 0;
  }
}

/* --- 予約キャンセル ---* /
/* PC */
@media screen and (min-width:1001px) {
  .block-order-cancellation {
    width: 1000px;
    margin: 50px auto 80px;
  }
  .block-order-cancellation--order-detail-header,
  .block-order-cancellation--cancellation-reasons-form .legend {
    margin: 40px 0 12px;
    padding: 0 0 5px 2px;
    font-size: 22px;
    font-weight: normal;
    border-bottom: #DEDEDE 1px solid;
    font-family: serif;
  }
  .block-order-cancellation--cancellation-reasons-form .fieldset-vertical .form-label label {
    font-weight: normal;
  }
  .block-order-cancellation--message {
    margin: 40px 0 0;
    text-align: center;
  }
  .block-order-cancellation--cancellation-reasons-form .action-buttons {
    display: flex;
    justify-content: center;
  }
  .block-order-cancellation--cancellation-reasons-form .action {
    width: 280px;
    margin: 0 10px;
  }
  .block-order-cancellation--cancellation-reasons-form .action .btn {
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
    margin: 16px 0 0;
  }
  .block-order-cancellation--back:hover {
    background: #FFF;
    color: #EA0161;
    border-color: #EA0161;
  }
  .block-order-cancellation--forward:hover {
    background: #E6E6E6;
    text-decoration: none;
  }
  .block-order-cancellation-completed {
    margin: 50px 20px 60px;
    text-align: center;
  }
  .block-order-cancellation-completed--back-to-mypage {
    position: relative;
    width: 280px !important;
    color: #AA0046;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #8D075C;
    background: transparent;
    padding: 16px 0 !important;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    border-radius: 30px;
    transition: .3s ease;
    margin-top: 20px !important;
  }
  .block-order-cancellation-completed--back-to-mypage:hover {
    background: #FFF;
    color: #EA0161;
    border-color: #EA0161;
  }
}
/* SP */
@media screen and (max-width:767px) {
}

.block-order-estimate--pay-card-annotation{
  padding: 10px 0 20px;
  font-size:13px;
  font-weight:bold;
}

/* */
#gnav-cat-fruits .block-globalnav-category--title img {
  top: -15px;
  left: -22px;
  width: 90px;
}
@media screen and (max-width : 1400px){
	#gnav-cat-fruits .block-globalnav-category--title img {
	  top: -5px;
	  left: -20px;
	  width: 70px;
	}
}


/* Web予約・店舗受取 */
.block-globalnav-store_vue-list {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
.block-globalnav-store_vue-list li {
    width: 390px;
    margin-right: 15px;
}
.block-globalnav-store_vue-list li img {
    width: 390px;
    margin-right: 15px;
	box-shadow: 3px 3px 6px rgba(37, 28, 41, 0.2);
}
.block-globalnav-store_vue-list li:last-child {
    margin-right: 0;
}

@media screen and (max-width : 1000px){
    .block-globalnav-store_vue-list {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

/* 目的から探す */
.block-globalnav-search-purpose ul {
    margin-top: 15px;
}
.block-globalnav-search-purpose li a {
    color: #AA0046;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #AA0046;
    padding: 8px 10px;
	white-space: nowrap;
}
#gnav-item .block-globalnav--item-close {
    margin-top: -10px;
}
/* ----ページャー---- */
.pagination {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.pagination .pager-previous a,
.pagination .pager-next a {
  display: block;
  width: 55px;
  height: 38px;
  border-radius: 2px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background: #F5F5F5 url(/img/usr/common/arrow_prev03.png) no-repeat center / 7px;
}

.pagination .pager-next a {
  left: auto;
  right: 0;
  background-image: url(/img/usr/common/arrow_next03.png);
}

.pagination  li {
  margin: 0 3px;
  background: transparent;
  border: 0;
  color: #222;
  font-weight: normal;
}

.pagination li.hide,.pagination .pager-first,.pagination .pager-last {
  display: none;
}

.pagination li.pager-bw {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 3px 0 0;
}

.pagination li.pager-bw::before {
  content: '...';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  padding: 7px 0 0;
}

.pagination li.pager-current + li.pager-bw {
  padding: 0 16px 0 0;
  margin: 0 0 0 3px;
}

.pagination li.pager-current + li.pager-bw::before {
  left: auto;
  right: 0;
}

.pagination li:not(.pager-previous):not(.pager-next) a,
.pagination li:not(.pager-previous):not(.pager-next) span {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
}

.pagination li.pager-current span {
  background: #DEDEDE !important;
}

.pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.pager-scope,.pager-total {
    width: 100%;
}
@media (max-width: 1000px){
    [class*="--pager-top"] ,pager {
        display: none;
    }
    .pager {
        justify-content: center;
    }
	.pagination .pager-previous, .pagination .pager-next { padding: 0; margin: 0;}
	.pagination .pager-previous a, .pagination .pager-next a {width: 47px;}
}

.block-apply--coupon-modal-alert-button-Yes,
.block-apply--coupon-modal-alert-button-No {
    display: block;
    width: 300px;
    color: #AA0046;
    font-size: 14px;
    background: #fff;
    border: 1px solid #8D075C;
    border-radius: 30px;
    box-shadow: 0px 4px 12px rgb(37 28 41 / 6%);
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}
.block-apply--coupon-modal-alert-button-Yes:hover,
.block-apply--coupon-modal-alert-button-No:hover {
    color: #EA0161;
    border-color: #EA0161;
    text-decoration: none;
}
.block-apply--coupon-modal-alert-button-Yes {
    margin: 0px auto 15px auto;
}
.block-apply--coupon-modal-alert-button-No {
    margin: 0px auto;
}