<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; li {
  width: 535px;
  height: auto;
}

.block-top-free2--items &gt; 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;
}

/* ----ヘッダー---- */
#header {
  border-bottom: 1px solid #CCCCCC;
}

.block-header-logo {
	width: 132px;
	margin: 0 auto;
}

.block-headernav {
  width: 440px;
}

.block-headernav--item-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.block-headernav--item-list li {
  position: relative;
  display: inline-block;
  font-size: 11px;;
  text-align: 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-headernav--cart-count {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  background-color: #e61d50;
  color: #fff;
  border-radius: 10px;
  top: -5px;
  right: -2px;
  z-index: 2;
}

/* ----ヘッダー検索---- */

.block-global-search {
  width: 460px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block-global-search--keyword {
  width: 280px;
}

.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-globalnav--item-list {
  display: table;
  width: 100%;
}

.block-globalnav--item-list &gt; div {
  display: table-cell;
  width: 20%;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}

.block-globalnav--item-list &gt; div &gt; a {
  position: relative;
  display: block;
  color: #fff;
  padding: 20px 0;
}

.block-globalnav--item-list &gt; div &gt; a {
  text-decoration: none;
}

.block-globalnav--item-list &gt; div:hover &gt; .block-globalnav--item-link {
  opacity: 0.7;
}

.block-globalnav--item-list &gt; div &gt; a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 38px;
  border-left: 1px solid #666;
  top: 10px;
  left: 0;
}

.block-globalnav--item-list &gt; div:last-child &gt; a:before {
  border-right: 1px solid #666;
}

.block-globalnav--item-list &gt; div &gt; a .fa-chevron-down {
  position: absolute;
  font-size: 12px;
  right: 12px;
}

.block-globalnav--item-list &gt; div &gt; a.active {
  transition: color 0.2s linear 0;
  color: #6fb4c3;
  text-decoration: none;
}

.block-globalnav--item-list &gt; div &gt; a.active .fa-chevron-down {
  color: #fff;
  transform: rotate(180deg);
}

.block-globalnav--item-list div a .block-icon-image--flex .block-icon-image-small {
  padding-right: 30px;
}

.block-globalnav--item-list div a .block-icon-image--flex .block-icon-image-double-small {
  position: relative;
  left: 50px;
  width: 30px;
}

.block-globalnav-menu {
  position: absolute;
  background-color: #191919;
  opacity: 0.98;
  width: 100%;
  top: 58px;
  left: 0;
  padding: 30px 0 20px;
  text-align: left;
  z-index: 10;
}

.block-globalnav-menu * {
  color: #fff;
}

.block-globalnav-menu &gt; div {
  width: 1200px;
  margin: auto;
}

.block-globalnav-menu .block-dynamic-category--body,
.block-globalnav-menu .block-dynamic-genre--body {
  display: flex;
  align-items: center;
}

.block-globalnav-menu .block-dynamic-category--body li,
.block-globalnav-menu .block-dynamic-genre--body li {
  width: 20%;
  font-size: 14px;
  margin-bottom: 20px;
}

.block-globalnav-menu .block-dynamic-category--body li a,
.block-globalnav-menu .block-dynamic-genre--body li a {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.block-globalnav-menu .block-dynamic-category--body li a:before,
.block-globalnav-menu .block-dynamic-genre--body li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.block-globalnav-menu .block-dynamic-category--body li a img,
.block-globalnav-menu .block-dynamic-genre--body li a img {
  vertical-align: middle;
  width: 30px;
  margin-right: 10px;
}

.block-globalnav-menu--freespace * {
  font-size: 14px;
}

.block-globalnav-menu--freespace h3 {
  margin-top: 0;
}

.block-globalnav-menu--freespace p {
  font-size: 12px;
  margin: 10px 10px 10px 0;
}

.block-globalnav-menu--freespace &gt; div {
  display: flex;
  align-items: center;
}

.block-globalnav-menu--freespace div li img {
  vertical-align: middle;
}

/* ----フッター---- */

footer .container {
	width: 100%;
  position: relative;
}

.block-footernav {
  padding: 8px 0 0;
  margin: 0 0 25px;
  text-align: left;
}

.block-footernav li {
  padding: 5px 0;
}

.block-footernav li:last-of-type {
  border-right: 0;
}

.block-footernav li a {
  color: #111;
}

@media screen and (min-width: 769px) {
  .block-footernav {
    margin-bottom: 15.5px;
    text-align: center;
  }
   
  .block-footernav li {
    padding: 0 2.5em;
    border-right: 1px solid #111;
    display: inline-block;
  }
  
  .block-footernav li:last-of-type {
    border-right: 0;
  }
  
  .block-footernav li a {
    color: #444;
  }
}

/* ----ページトップに戻る---- */
.block-page-top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #444;
}

@media screen and (min-width: 769px) {
  .block-page-top a {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    background-color: #444;
  }
}

.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.block-page-top {
  display: none;
}

/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
  width: 400px;
  text-align: center;
  margin: 0 auto 20px;
}

.block-switcher-container {
  float: left;
  padding: 0 0 10px 10px;
  width: 50%;
}

.block-switcher--switch {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background-color: #444;
  color: #fff;
}
.block-switcher--switch:hover {
  text-decoration: none;
  background-color: #ccc;
}
.block-switcher--switch--inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.block-switcher--current {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background-color: #ccc;
  color: #fff;
}

.block-switcher .block-switcher-container .block-switcher--switch .block-switcher--switch--inline .block-icon-image-small {
  background-size: 10px auto;
}

/* ----Copyright---- */

.block-copyright {
  margin: 0 0 20px;
  font-size: 10px;
  color: #111;
}

@media screen and (min-width: 769px) {
  .block-copyright {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
  }
}

/* ----ブランド画面---- */

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

/* ----商品詳細画面---- */

/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap;
}

.block-goods-sns {
  order: 10;
}

.page-goods .block-icon {
  order: 20;
}

.block-goods-comment {
  order: 30;
}

.block-goods-name {
  order: 40;
}

.block-goods-price {
  order: 50;
}

.block-goods-code {
  order: 60;
}

.block-goods-item-code {
  order: 70;
}

.block-goods-item-code2 {
  order: 80;
}

.block-goods-item-code3 {
  order: 90;
}

.block-goods-release-dt {
  order: 100;
}

.block-goods-class1 {
  order: 110;
}

.block-goods-class2 {
  order: 120;
}

.block-goods-attr1 {
  order: 130;
}

.block-goods-attr2 {
  order: 140;
}

.block-goods-attr3 {
  order: 150;
}

.block-goods-size {
  order: 160;
}

.block-goods-color {
  order: 170;
}

.block-goods-point {
  order: 180;
}

.block-goods-postage {
  order: 190;
}

.block-goods-stock {
  order: 200;
}

.block-goods-spec {
  order: 210;
}

.block-goods-sales-detail-append {
  order: 220;
}

.block-variation {
  order: 230;
}

.block-custom-order {
  order: 240;
}

.block-add-cart {
  order: 250;
}

.block-no-stock {
  order: 260;
}

.block-outside-sales-period {
  order: 260;
}

.block-arrival-notice {
  order: 270;
}

.block-goods-store-stock {
  order: 280;
}

.block-goods-set {
  order: 290;
}

.block-accessory-list {
  order: 300;
}

.block-variation-back-order {
  order: 310;
}

.block-contact-about-goods {
  order: 320;
}

.block-goods-favorite {
  order: 330;
}

.block-goods-link {
  order: 340;
}

/* ----ゲストお気に入り画面---- */
.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-purchase-history-detail--google-map {
  width: 100%;
  max-width: 600px;
  height: auto;
  aspect-ratio: 3/2;
  border: none;
}

.block-purchase-history-detail--store-basic-info {
  padding-top: 10px;
}

.sp {
  display: none !important;
}

/*▼▼▼▼ header ▼▼▼▼*/
.header_frame {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 103px;
   background: #443E40;
   z-index: 100;
}
.header_frame .header_block {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_frame .header_block .header_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 322px;
    margin-right: auto;
    line-height: 0;
}
.header_frame .header_block .header_menu {
    display: flex;
    gap: 20px;
    margin: 0 45px 0 0;
}
.header_frame .header_block .header_menu a {
    color: #FFF;
}
.header_frame .header_block .header_right {
    display: flex;
    margin-right: 25px;
}
.header_frame .header_block .header_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
}
.header_frame .header_block .header_sns li:not(:last-child) {
    margin-right: 24px;
}
.header_frame .header_block .header_sns li.insta_icon {
    width: 22.17px;
    height: 22.17px;
}
.header_frame .header_block .header_sns li.mypage_icon {
    width: 18.64px;
    height: 22.17px;
}
.header_frame .header_block .header_sns li.favorite_icon {
    width: 23.55px;
    height: 21.14px;
}
.header_frame .header_block .header_sns li a {
    display: flex;
}
.header_frame .header_block .header_reservation a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 141px;
    height: 53px;
    background-color: #00ADAA;
}
.header_frame .header_block a:hover {
    text-decoration: none;
    opacity: .8;
}
.header_frame .header_block .header_reservation a .header_reservation_icon {
    margin-right: 14.1px;
    width: 21.14px;
    height: 21.14px;
}
.header_frame .header_block .header_reservation a .header_reservation_text {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}
.header_frame .header_block .header_bespoke {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    height: 53px;
    background-color: #000000;
}
.header_frame .header_block .header_bespoke img{
    width: 148.7px;
    height: 21.7px;
    padding-top: 4px;
}
/*▲▲▲▲ header ▲▲▲▲*/

/*▼▼▼▼ CONTACT ▼▼▼▼*/
.contact_frame {
    margin: 0 auto;
    width: 100%;
    background: url('../../../img/usr/top/contact_bg.jpg') no-repeat right center / cover;
}
.contact_frame .contact_block {
    margin: 0 auto;
    padding: 110px 0 110px 500px;
    width: 1000px;
    color: #fff;
}
.contact_frame .contact_block .contact_logo {
    line-height: 0;
    margin-bottom: 30px;
}
.contact_frame .contact_block .logo_bespoke {
    line-height: 0;
    margin: 0 0 10px;
}
.contact_frame .contact_block .contact_address {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.contact_frame .contact_block .contact_phone {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 10px;
    padding-left: 16.12px;
    color: #fff;
}
.contact_frame .contact_block .contact_phone:after {
    content: '';
    position: absolute;
    top: 58%;
    transform: translate(0, -50%);
    left: 0;
    width: 13.32px;
    height: 16.01px;
    background: url(../../../img/usr/top/call_icon.png) no-repeat;
    background-size: 100% 100%;
}
.contact_frame .contact_block .contact_time {
    margin: 0 0 30px;
}
.contact_frame .contact_block .contact_time dl {
    display: flex;
    line-height: 1.4;
}
.contact_frame .contact_block .contact_time dt {
    width: 55px;
}
.contact_frame .contact_block .contact_link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 25px;
}
.contact_frame .contact_block ul {
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
}
.contact_frame .contact_block ul:last-child {
    margin: 0;
}
.contact_frame .contact_block ul li a {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}
.contact_frame .contact_block ul li a:hover {
    text-decoration: underline;
}
.contact_frame .contact_block .contact_sns {
    width: 22px;
    line-height: 0;
    margin: 0 0 3px;
}
.contact_frame .contact_block .contact_copyright {
    font-size: 12px;
    line-height: 18px;
    color: #909090;
    text-align: right;
}
/*▲▲▲▲ CONTACT ▲▲▲▲*/

/* ----page top---- */
footer .pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 11;
}

.block-topic-path {
  padding: 10px 35px;
  margin: 0;
  font-size: 0;
  background: #D1D1D1;
}
.block-topic-path--list li {
  font-size: 0;
}
.block-topic-path--list li:not(:last-child) {
  position: relative;
  padding: 0 18px 0 0;
  margin: 0 12px 0 0;
}
.block-topic-path--list li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
}
.block-topic-path--list a {
  font-size: 12px;
  text-decoration: none;
}

.pane-contents,
.pane-order-contents {
  padding: 60px 0 80px;
  background: url(../../../img/usr/common/bg.jpg) repeat-x;
}
.pane-main .pane-contents .container {
  width: 1200px;
  margin: 0 auto;
}

h1 {
  font-size: 28px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 28px;
}

.wrapper {
  padding-top: 103px;
}

.action .btn {
  font-size: 16px;
}

.eat_wrapper {
  padding-bottom: 0 !important;
}

.modal-content .modal-body h1 {
  font-size: 20px;
}

/* ----ログイン---- */
.page-login .wrapper {
  color: #FFF;
  background: #191919;
}
.page-login .eat_wrapper {
  max-width: 100%;
}
.page-login .pane-order-contents {
  background: none;
  padding: 0;
}
.block-login {
  margin: 0;
}
.page-login .block-topic-path {
  background: #000;
  color: #FFF;
}
.page-login .block-topic-path li {
  font-size: 12px;
}
.page-login .block-topic-path li:after {
  border-color: #FFF;
}
.page-login .block-topic-path li a {
  color: #FFF;
}
.block-login-contents {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 10px;
}
.block-login h1 {
  color: #FFF;
  font-size: 28px;
  font-weight: 500;
  border: 0;
}
.block-login-first {
  margin: 50px 0 70px;
}
.block-login h2 {
  position: relative;
  text-align: center;
  padding: 0;
}
.block-login h2:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
}
.block-login h2 span {
  position: relative;
  display: inline-block;
  background: #191919;
  padding: 0 60px;
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  z-index: 1;
}
.block-login-first--note {
  font-size: 16px;
  text-align: center;
  margin: 25px 0 35px;
}
.block-login-first--point {
  align-items: center;
  background: #2B2B2B;
  padding: 25px 370px 35px;
  margin: 0 0 50px;
}
.block-login-first--point li {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
  counter-increment: cnt;
}
.block-login-first--point li:last-child {
  margin: 0;
}
.block-login-first--point li:before {
  content: counter(cnt)'.';
  margin-right: 4px;
  font-size: 34px;
}
.block-login-first--btn p {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin: 0 0 15px;
}
.block-login-first--btn p:before,
.block-login-first--btn p:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #FFF;
  margin: 3px 20px 0 0;
  transform: rotate(-35deg);
}
.block-login-first--btn p:after {
  margin: 3px 0 0 15px;
  transform: rotate(35deg);
}
.page-login .block-login--entry,
.page-login .btn.block-login--login {
  display: block;
  width: 524px !important;
  margin: 0 auto;
  font-weight: bold !important;
  padding: 20px 0 !important;
  border-radius: 40px !important;
}
.block-login--body {
  width: 800px;
  margin: 0 auto 80px;
}
.block-login--body .eat_login_input_content p {
  font-size: 16px;
  font-weight: bold;
}
.block-login--body .block-login--input-items .form-control input[name="uid"],
.block-login--body .block-login--input-items .form-control input[name="pwd"] {
  border-radius: 30px;
  background: #FFF !important;
  padding: 0 40px;
  height: 48px;
}
.block-login--body .block-login--input-items .form-control input[name="pwd_display"] {
  border-color: #443E40;
}
.block-login--ask-password {
  margin: 0 0 35px;
}
.block-login--ask-password a {
  color: #FFF;
  font-size: 12px;
  text-decoration: underline;
}
.block-login--ask-password a:hover {
  text-decoration: none;
}
.block-login--first-time {
  display: none;
}

/* ----予約履歴一覧---- */
.block-purchase-history--header {
  margin: 0 0 28px;
}
.block-purchase-history--reservation-dt a.btn {
  color: #FFF;
  background: #00ADAA;
  margin: 10px 0 0;
}
.block-purchase-history--order-id a:hover {
  text-decoration: none;
}

/* ----予約履歴詳細---- */
.block-purchase-history-detail--header {
  margin: 0 0 28px;
}
.page-applyhistorydetail .btn.block-purchase-history-detail--cancel,
.page-applyhistorydetail .btn.block-purchase-history-detail--back {
  width: 250px;
}

/* ----予約---- */
#app.block-inquiry--form {
  max-width: 100%;
}
#app.block-inquiry--form .block-apply--header {
  padding: 0;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 28px;
}
#app.block-inquiry--form .block-apply--store {
  background: #FFF;
  padding: 15px;
  margin: 0 0 40px;
  font-size: 16px;
}
#app.block-inquiry--form .fieldset .form-label {
  padding: 0 0 8px;
  margin: 0 0 15px;
  border-bottom: 1px solid #000;
}
#app.block-inquiry--form .form-label-wrap-image {
  display: none;
}
#app.block-inquiry--form .block-apply--coupon .form-control-title {
  width: auto !important;
}
#app.block-inquiry--form .action-buttons .btn.block-apply--forward {
  width: 200px;
}

/* ----予約内容確認---- */
#app.block-inquiry--confirmation-form {
  max-width: 100%;
}
#app.block-inquiry--confirmation-form .eat_wrapper {
  max-width: 100%;
}
#app.block-inquiry--confirmation-form .eat_reservation_title {
  background: none;
  padding: 0;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 28px;
}
#app.block-inquiry--confirmation-form .confirmation-reservation_title h1 {
  padding: 0 0 4px;
  margin: 0 0 25px;
  border-bottom: 2px solid #000;
}
#app.block-inquiry--confirmation-form .block-inquiry--confirmation-items .form-label {
  border: 0;
}
#app.block-inquiry--confirmation-form .eat_course_select_content_img {
  display: none;
}
#app.block-inquiry--confirmation-form .block-inquiry--confirmation-forward,
#app.block-inquiry--confirmation-form .block-inquiry--confirmation-back {
  width: 200px;
}

/* ----予約申し込み完了---- */
.page-applythanks .eat_wrapper {
  max-width: 100%;
}
.page-applythanks .eat_reservation_title {
  background: none;
  padding: 0;  
  margin: 0 0 28px;
}
.page-applythanks .eat_reservation_title h1 {
  font-size: 28px;
  font-weight: 500;
}
.page-applythanks .block-inquiry-completed--customer-name {
  font-weight: normal;
}
.page-applythanks .block-inquiry-completed--back-to-home {
  width: 200px !important;
}
.page-applythanks .block-topic-path--list li {
  font-size: 12px;
}</pre></body></html>