﻿@charset "UTF-8";
body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
.wrapper {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
footer {
  flex-shrink: 0;
}
/* header */
#header {
  border-bottom: 3px solid #485F66;
}
.pane-header > .container {
  max-width: 1080px;
  width: 100%;
  height: 120px;
  gap: 20px;
}
.block-header-logo {
  margin: 0;
  width: auto;
}
@media (max-width: 1080px) {
  .pane-header > .container {
    padding: 0 5px;
    gap: 5px;
    height: calc(60 / 393 * 100vw);
  }
  .block-header-logo {
    width: calc(121 / 393 * 100vw);
  }
  .block-header-bnr {
    width: calc(171 / 393 * 100vw);
  }
}
/* footer */
.pane-footer {
  background-color: #485f66;
  color: #fff;
}
.block-footernav li a {
  color: #fff;
}
.block-copyright {
  color: #fff;
}

.eat_wrapper {
	max-width: 1080px;
  width: 100%;
	margin: 0 auto;
	padding-bottom: 79px;
  color: #000;
}
.eat_wrapper .container {
	width: 100%;
}
.eat_wrapper h1 {
	margin: 0;
}

.eat_top_title {
	font-size: 24px;
	line-height: 1.46;
	text-align: center;
	padding: 17px 0 20px;
	font-weight: bold;
}
.eat_select_title {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	background-color: #F5F5F5;
	padding: 12.5px 0 13.5px;
	padding-left: 4%;
	position: relative;
}
.eat_select_title_free {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	background-color: #F5F5F5;
	padding: 12.5px 0 13.5px;
	padding-left: 4%;
	position: relative;
}
.eat_select_title:after {
  position: absolute;
  content: "\5FC5\9808";
  color: #DC0000;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5px;
}
.eat_select_contents_wrap {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 1.43em;
	text-align: center;
}
.eat_select_contents_wrap select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.eat_select_contents_wrap select.readonly {
	pointer-events: none;
}
.eat_select_contents_wrap select::-ms-expand {
	display: none;
}
/* .eat_select_contents_wrap.eat_select_contents_wrap_triangle {
	width: 92%;
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.eat_select_contents_wrap.eat_select_contents_wrap_triangle::before {
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #666666;
	pointer-events: none;
}
.eat_select_contents_wrap.eat_select_contents_wrap_triangle:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.eat_select_contents_wrap.eat_select_contents_wrap_triangle select {
	padding: 8px 38px 8px 8px;
	color: #666666;
} */
.eat_shop_reservation_btn {
	display: block;
	font-size: 16px;
	width: 92%;
	background-color: #000000;
	color: white;
	line-height: 1.416;
	letter-spacing: 0.07em;
	padding: 13px 0;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	/* margin-bottom: 85px; */
}
.eat_shop_reservation_btn_mark {
	display: block;
	font-size: 12px;
	width: 60px;
	color: white;
	line-height: 1.5;
	letter-spacing: 0.07em;
	padding: 6px 0 0;
	border-radius: 3px;
	text-align: center;
	margin-right: auto;
	margin-top: 10px;
	position: relative;
}
.eat_shop_reservation_btn_mark:after {
	position: absolute;
	right: 10.7px;
	width: 9px;
	top: 3px;
}
.eat_shop_reservation_btn_mark_wrap {
	position: absolute;
	bottom: 0;
	right: 0;
}
/* コース選択 */
.eat_course_select_content_wrap {
	position: relative;
	z-index: 0;
	margin-top: -1px;
}
.eat_course_select_contents {
	padding: 10px 0;
}
.eat_top_selected_shop_name {
	font-size: 14px;
	line-height: 1.07;
	margin-left: 13.5px;
	margin-bottom: 17px;
}
.eat_course_select_tab_group_wrap {
	position: relative;
	z-index: 1;
}
.eat_course_select_tab_group {
	display: flex;
	width: 92%;
	/* width: 100%; */
	text-align: center;
	color: white;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 auto;
	margin-top: 20px;
}
.eat_course_select_tab {
	width: 100%;
	padding: 13px 0;
	background-color: black;
	box-sizing: border-box;
	border: 1px solid #707070;
}
.eat_course_select_tab.active {
	background: white;
	color: black;
	border-color: #707070;
	border-bottom: none;
}
.eat_course_select_content {
	display: flex;
	gap: 15px;
	width: 92%;
	margin: 0 auto;
	border-bottom: 1px dotted #D5D5D5;
	padding-bottom: 20px;
	padding-top: 21px;
}
.eat_course_select_content_img {
	width: 20%;
	height: auto;
}
.eat_course_select_content_img img {
	max-width: 100%;
	height: auto;
}
.eat_course_select_content_text {
	width: 67.5%;
	position: relative;
}
.eat_course_select_content_text_course_name {
	display: block;
	font-size: 14px;
	line-height: 1.07;
	font-weight: bold;
	margin-bottom: 5px;
}
.eat_course_select_content_text_course_description {
	font-size: 12px;
	line-height: 1.5;
}
.eat_course_select_content_text_course_price {
	font-size: 14px;
	line-height: 1.07;
	text-align: right;
	margin-top: 10px;
}
.eat_select_map {
	width: 92%;
	margin:auto;
	margin-top: 20px;
}
.eat_select_map img {
	width: 100%;
}
.eat_content {
	display: none;
}
.eat_content.show {
	display: block;
}
.selected_course {
	display: none;
}
.eat_course_select_content_selected.active .selected_course {
	display: block;
	width: 92%;
	margin: 0 auto;
	margin-top: 10px;
	/* margin-bottom: 10px; */
}
.eat_course_select_content_selected.active .selected_course img {
	width: 17.4%;
}
/* STEP1 */
/* 予約日時選択 */
.eat_select_step_title {
	display: flex;
	flex-shrink: 0;
	font-size: 14px;
	line-height: 1.42;
	width: 92%;
	margin: 0 auto;
	font-weight: bold;
	gap: 10px;
	margin-bottom: 16px;
	margin-top: 21px;
}
.eat_select_step_title_mark {
	width: 20.3%;
	text-align: center;
	color: white;
	background-color: black;
	padding: 2px 0;
}
.eat_select_step_title_text {
	line-height: 24px;
}
.eat_select_step_title_content {
	font-size: 13px;
	line-height: 1.92;
	width: 92%;
	margin: 0 auto;
	margin-bottom: 17px;
	position: relative;
}
.eat_select_step_content_status_ok {
	color: #32A263;
}
.eat_select_step_content_status_little {
	color: #0052CC;
}
.eat_select_step_content_status_no {
	color: #707070;
}
.eat_select_step_content_status_selected {
	color: #F6B419;
}
/* カレンダー */
.calendar-wrap {
	width: 100%;
}
.calendar_month {
	font-size: 18px;
	line-height: 1.44;
	font-weight: bold;
	text-align: center;
	background: #777;
	color: white;
	padding: 14px 0;
	position: relative;
}
.calendar_month_back{
	position: absolute;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	width: 12px;
	height: 12px;
	transform: rotate(215deg);
	left: 16px;
	top: 40%;
}
 .calendar_month_next{
	position: absolute;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	right: 16px;
	top: 40%;
}
.calendar {
	width: 100%;
	text-align: center;
}
.calendar th {
	padding: 12px -0 15px;
	background: #EBEBEB;
}
.calendar th + th {
	border-left: 1px solid #ffffff42;
}
.calendar td {
	font-size: 13px;
	line-height: 1.46;
	padding: 7px 0 9.5px;
	border-bottom: 1px solid #D5D5D5;
}
.calendar td a {
	display: block;
}
.calendar td.selected {
	background: #333;
	color: white;
}
.calendar td.selected .calendar_reservation_status {
	color: #F6B622;
}
.col {
	font-size: 19px;
	line-height: 1.15;
}
.last_moth_day {
	color: #999999;
}
.calendar_reservation_status.ok {
	color: #32A263;
}
.calendar_reservation_status.no {
	color: #333333;
}
.calendar_reservation_status.little {
	color: #0052CC;
}
.calendar th.sat_top {
	color: #4466BB;
	background-color: #CDE5F3;
}
.calendar th.sun_top {
	color: #BB5555;
	background-color: #FFDEE7;
}
.sat {
	background-color: #F3FBFF;
}
.sun {
	background-color: #FFF3F3;
}
/* STEP2 */
.calendar_month_week {
	font-size: 12px;
	line-height: 1.41;
	color: #666666;
	height: 32px;
}
.calendar_month_week a {
	width: 30%;
	border: 1px solid #333;
	border-radius: 3px;
	padding: 6px 0 7px;
	display: inline-block;
	text-align: center;
}
.calendar_month_week_back {
	position: absolute;
	left: 0;
}
.calendar_month_week_next {
	position: absolute;
	right: 0;
}
.calendar_month_week_back_text {
	position: relative;
	padding-left: 16px;
}
.calendar_month_week_back_text::before {
	content: "";
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	width: 7px;
	height: 7px;
	transform: rotate(225deg);
	left: 15px;
	top: 33%;
	position: absolute;
}
.calendar_month_week_next_text {
	position: relative;
	padding-right: 16px;
}
.calendar_month_week_next_text::before {
	content: "";
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	right: 15px;
	top: 33%;
	position: absolute;
}
.week_calendar {
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 1.41;
}
.week_calendar th {
	font-weight: normal;
}
.week_calendar td, .week_calendar th {
	vertical-align: middle;
	border: 1px solid #D5D5D5;
}
.week_calendar_month {
	padding: 5.5px 0 7px;
}
.week_calendar_day {
	background-color: #EBEBEB;
	padding: 7px 0 10px;
}
.week_calendar_day.sat {
	background-color: #CDE5F3;
	color: #4466BB;
}
.week_calendar_day.sun {
	background-color: #FFDEE7;
	color: #BB5555;
}
.week_calendar_date th {
	background-color: #FCFAEA;
	padding: 9px 0;
}
.calendar_day_of_week th {
	padding: 7px 0 10px;
}
.week_calendar_reservation_status a {
	display: block;
}
.week_calendar_reservation_status.ok{
	color: #32A263;
}
.week_calendar_reservation_status.little {
	color: #0052CC;
}
.week_calendar td.selected {
	background: #333;
	color: #F6B622;
}
/* オプション選択 */
.eat_select_title_option {
	margin-top: 34px;
}
#hidden1, #hidden2 {
	display: none;
}
.eat_select_option {
	font-size: 14px!important;
	line-height: 1.07;
	width: 92%;
	margin: 0 auto;
	margin-top: 20px;
}
#Checkbox1,#Checkbox2 {
	width: 25px;
	height: 25px;
	background: none;
	border: 1px solid;
}
.eat_select_option textarea {
	margin-bottom: 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #D5D5D5;
	height: 7.2em;
	margin-top: 10px;
}
.eat_select_option input[type="checkbox"] {
	margin-right: 11px;
}
input#Checkbox1[type="checkbox"]:checked,input#Checkbox2[type="checkbox"]:checked {
	background: url(../../img/eat/eat_checked_box.png) no-repeat;
	background-size: auto;
	background-size: 25px auto;
}
.eat_select_option_mg {
	margin-bottom: 30px;
}
/* ログイン・新規会員登録 */
.eat_login_title {
	font-size: 16px;
	line-height: 2.5;
	text-align: center;
	width: 92%;
	border-bottom: 1px solid #000;
	margin: 0 auto;
}
.eat_login_description {
	font-size: 14px;
	line-height: 1.42;
	width: 92%;
	margin: 0 auto;
	margin-top: 18px;
	margin-bottom: 24px;
}
.eat_login_input_contents {
	margin-bottom: 30px;
}
.eat_login_input_content {
	font-size: 12px;
	line-height: 1.41;
	margin: 0 auto;
}
.eat_login_input_content input {
	width: 100%;
	height: 40px;
	padding-left: 12px;
	background-color: white;
	border: 1px solid #707070;
}
.eat_login_input_content p {
	margin-bottom: 7px;
	margin-top: 16px;
}
.eat_register_description {
	font-size: 14px;
	line-height: 1.42;
	width: 92%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 17px;
}
/* 予約内容の確認 */
.eat_reservation_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #F5F5F5;
	padding: 12.5px 0 13.5px;
	padding-left: 4%;
}
.eat_reservation_title h1 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
.eat_reservation_confirm {
	font-size: 14px;
	width: 92%;
	margin: 0 auto;
	line-height: 1.66;
}
.eat_shop_reservation_back_btn {
	display: block;
	font-size: 14px;
	width: 100%;
	color: #333333;
	line-height: 1.07;
	letter-spacing: 0.07em;
	padding: 12px 0;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	border: 1px solid #707070;
	box-sizing: border-box;
	border-radius: 3px;
}
.eat_reservation_map {
	width: 100%;
	margin-top: 18px;
}
.eat_reservation_map img {
	width: 100%;
}
.eat_course_reservation_content {
	display: flex;
	gap: 15px;
	width: 100%;
	margin: 0 auto;
}
.eat_reservation_confirm_content_sub {
	display: block;
	margin-bottom: 13px;
	font-weight: bold;
}
.eat_reservation_confirm_content {
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 18px;
	margin-top: 17px;
}
.eat_reservation_confirm_content .form-label {
	background-color: #fff!important;
    width: 160px!important;
    font-size: 14px!important;
	display: inline-block;
	font-weight: normal!important;
	padding: 0!important;
    padding-left: 0!important;
	flex-shrink: 0;
}
.block-inquiry--confirmation-mail .form-control {
	word-break: break-all;
}
.eat_reservation_confirm_content.borderless {
	border:none;
}
.eat_reservation_confirm_content_option,
.eat_reservation_confirm_content_goods {
	border-bottom: 1px solid #D5D5D5;
	margin-top: 17px;
}
.eat_reservation_confirm_content_point {
	color: #CC0000;
	background-color: #FFEEEE;
	padding: 8px 0 7px;
	text-align: center;
	font-size: 14px;
	line-height: 1.43;
	margin-bottom: 16px;
}
.eat_reservation_confirm_content_point_description {
	font-size: 13px;
	line-height: 1.46;
}
.eat-reservation-confirm-content--point {
	color: #999;
}
.eat_shop_reservation_last_btn {
	display: block;
	font-size: 16px;
	width: 100%;
	background-color: #000000;
	color: white;
	line-height: 1.5;
	letter-spacing: 0.07em;
	padding: 13px 0;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	position: fixed;
	bottom: 0;
}
.eat_reservation_confirm_content_message {
	background-color: #F5F5F5;
	margin-top: 17px;
	padding: 14px;
}
.eat-reservation-confirm--total .form-label {
    width: 200px!important;
}
.block-inquiry--confirmation-total-price,
.block-inquiry--confirmation-total-price .form-label {
	font-weight: bold!important;
}
.action-buttons.reserve_confirm {
	padding: 0;
	text-align: center;
}
.fieldset.block-order-estimate--pay-input {
  margin-bottom: 40px;
  padding-bottom: 10px;
	background-color: #ECE4DB;
}
.block-inquiry--confirmation-form .form-control {
	display: inline-block;
  min-height: auto;
}
.block-inquiry--confirmation-form .form-control--option {
	margin-left:10px
}
 #app .fieldset.block-order-estimate--pay-input .form-label {
	display: inline-block;
	width: min(calc(120 / 393 * 100vw), 160px);
	padding: 0;
  padding-left: 0;
	flex-shrink: 0;
  font-size: 14px;
 }
 #app .block-order-estimate--pay-input.block-order-estimate--pay-input--konbini .form-label {
	width: 120px;
 }
 .fieldset.block-order-estimate--pay-input input[type="radio"] {
  /* height: 26px; */
}
.fieldset.block-order-estimate--pay-input .form-group {
	display: flex;
	padding: 0 10px;
	margin-bottom: 5px;
}
.fieldset.block-inquiry--confirmation-items .form-group {
	display: flex;
}
.block-order-estimate--pay-header {
	background: #583829;
  color: #fff;
  width: 100%;
  padding-left: 5px;
  margin-bottom: 10px;
  padding: 9.5px 10px 9.5px;
}
/* 予約完了 */
.block-inquiry-completed--message, .eat_reservation_completion_number {
	font-size: 16px;
	line-height: 1.75;
	margin: 0 auto;
	text-align: center;
}
.block-inquiry-completed--message {
	margin: 27px 0 34px;
}
.eat_reservation_completion_number {
	padding: 18px 0;
	width: 86.3%;
	border: 3px solid #D5D5D5;
	margin-bottom: 15px;
}
.eat_reservation_completion_number p {
	text-align: left;
	display: inline-block;
}
.eat_reservation_completion_home {
	width: 92%;
	margin: 0 auto;
}
.block-order-complete--cash-paymentinfo-items {
	margin-bottom: 30px;
}
.block-order-complete--cash-paymentinfo-items td a {
  text-decoration: underline;
}

/* 予約完了画面の打消しcss  */
.pane-contents .container {
	width: 100%;
}
.fieldset .form-label {
	padding: 0 10px 0 10px;
	width: 24%;
}
.fieldset .form-group {
	border-top:none
}
.fieldset .form-group:last-child {
	border-bottom: none;
}
.fieldset .form-control {
	padding: 0;
}
.block-order-estimate--pay-input .form-control {
	padding: 0px 0 5px 10px;
}
.block-order-estimate--pay-input label {
	font-size: 14px;
}
.form-group.block-member-info--use-spoofing-protection {
	font-size: 13px;
}
.fieldset .constraint {
	background: #fff;
}

.block-inquiry--confirmation-forward {
	display: block;
	font-size: 16px;
	width: 92%;
	background-color: #000000;
	color: white;
	line-height: 1.5;
	letter-spacing: 0.07em;
	padding: 13px 0;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	bottom: 0;
	margin-top: 30px;
}
.btn-primary {
	background-color: #d53100;
	color: white;
	border: none;
}
.action .btn {
	width: 100%;
}
.action-buttons {
	padding: 0 15px;
}
.action {
	margin: 0;
	text-align: center;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"], input[type="number"], select, textarea {
	margin-right: 10px;
}

/* キャンセル待ち申し込み完了 */
.eat_waitinglist_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #F5F5F5;
	padding: 12.5px 0 13.5px;
	padding-left: 4%;
}
.eat_waitinglist_title h1 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}
.eat_waitinglist_completion_data {
	font-size: 16px;
	line-height: 1.75;
	margin: 0 auto;
	text-align: center;
	padding: 18px 0;
	width: 86.3%;
	border: 3px solid #D5D5D5;
	margin-bottom: 119px;
}
.eat_waitinglist_completion_data p {
	text-align: left;
	display: inline-block;
}
.eat_waitinglist_completion_home, .eat_waitinglist_completion_list {
	width: 92%;
	margin: 0 auto;
}

/* firstview_category.cssの打消しcss */

/* メニュー選択の調整 */
.block-goods-list-l--table {
	border:none;
	padding: 0 15px;
}
.block-goods-list-l--stock {
	text-align: initial;
}
.block-login--input-items {
	width: 100%;
}
.js-enhanced-ecommerce-item {
	border-bottom: 1px dotted #D5D5D5;
}
.js-enhanced-ecommerce-item-img {
	width: 32.5%;
	flex-shrink: 0;
}
.js-enhanced-ecommerce-item-img img {
	width: 100%;
}
.js-enhanced-ecommerce-item-flex{
	display: flex;
	width: 100%;
	gap: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.js-enhanced-ecommerce-item input {
	flex-shrink: 0;
}


/* 予約完了画面の追加css */
.confirmation-reservation_title h1 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 4%;
	margin: 20px 0 15px;
}

/* ログイン画面の追加css */
.block-common-alert-list {
	width: 92%;
	margin: 15px auto 0;
}
.block-login--member-message, .block-login--first-time-message {
  margin: 0 0 20px;
  padding: 10px;
  color: #583829;
  background-color: #ECE4DB;
  font-size: 20px;
}
.block-login--first-time-message, .eat_login_input_content p, .block-login .fieldset .form-control {
	padding: 0 15px;
}
.block-login .fieldset .form-control {
	display: block;
}
.block-login--member-body input[type="text"], .block-login--member-body input[type="password"] {
	height: 40px;
	padding-left: 12px;
	background-color: white;
	border: 1px solid #707070;
	width: 100%;
}
.block-login--display-password {
	display: block;
}

/* 申込フォーム */
#app {
  max-width: 1080px;
  width: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
}
#app .block-apply--header {
	font-size: 24px;
	line-height: 1.46;
	text-align: center;
	padding: 17px 0 20px;
	font-weight: bold;
}
#app .block-apply--store ,
#applyGoodsApp .block-apply--store {
	font-size: 14px;
	line-height: 1.07;
	margin-left: 13.5px;
	margin-right: 13.5px;
	margin-bottom: 17px;
}

#app .block-apply--freespace {
	font-size: 14px;
	line-height: 1.07;
	margin-left: 13.5px;
	margin-right: 13.5px;
	margin-bottom: 17px;
}

#app .fieldset .form-group {
	width: 100%;
}
#app .fieldset .form-group:not(:last-child) {
  margin-bottom: 25px;
}
#app .fieldset .form-group .form-label-wrap {
	display: flex;
}
#app .fieldset .form-label {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
  background-color: #ECE4DB;
  margin-bottom: 20px;
  padding: 10px;
	position: relative;
}
#app .fieldset .form-label .is-required,
#app .fieldset .form-control .is-required {
	top: 14.8px;
	right: 15px;
	color: #DC0000;
	font-size: 12px;
	content: "必須";
	margin-left: 5px;
}
#app .fieldset .form-control .form-radio-wrap {
	width: 92%;
  margin: 0 10px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #D5D5D5;
}
#app .fieldset .form-control .form-radio-wrap:last-of-type {
	border-bottom: 0;
}
#app .fieldset .form-control .form-radio-wrap input[type="radio"] {
	display: block;
}
#app .fieldset .form-control .form-radio-wrap input[type="radio"] + label {
	display: flex;
}
#app .fieldset .form-control .form-radio-wrap input[type="radio"]:checked + label {
	position: relative;
	padding-top: 40px;
}
#app .fieldset .form-control .form-radio-wrap input[type="radio"] + label .form-label-wrap-selected {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
}
#app .fieldset .form-control .form-radio-wrap input[type="radio"]:checked + label .form-label-wrap-selected {
	display: block;
	width: 60px;
}
#app .fieldset .form-control .form-radio-wrap input[type="radio"] + label .form-label-wrap-image {
	width: 112px;
}
#app .fieldset .form-control .form-radio-wrap input[type="radio"] + label .form-label-wrap-image img {
	width: 100%;
}
#app .fieldset .form-control .form-radio-wrap input[type="radio"] + label .form-label-wrap-text {
	width: 67.5%;
	padding-left: 4.35%;
	flex-shrink: 0;
}
#app .fieldset .form-control .form-radio-wrap input[type="radio"] + label .form-label-wrap-text .form-label-name {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.0;
	font-weight: bold;
}
#app .fieldset .form-control .form-radio-wrap input[type="radio"] + label .form-label-wrap-text .form-label-desc {
	font-size: 12px;
	line-height: 1.5;
}
#app .fieldset .form-control .form-radio-wrap input[type="radio"] + label .form-label-wrap-text .form-label-price {
	font-size: 14px;
	line-height: 1.0;
	text-align: right;
}
#app .fieldset .form-control .form-select-wrap {
	position: relative;
	width: 92%;
	margin: 20px auto;
	text-align: center;
	background: #FFF;
}
#app .fieldset .form-control .form-select-wrap::before {
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #666666;
	pointer-events: none;
	content: '';
}
#app .fieldset .form-control .form-select-wrap::after {
	position: absolute;
	top: 0;
	right: 2.7em;
	bottom: 0;
	width: 1px;
	border-left: 1px solid #bbbbbb;
	content: '';
}
#app .fieldset .form-control .form-select-wrap select {
	width: 100%;
	padding: 8px 38px 8px 8px;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	color: #666666;
	cursor: pointer;
	text-overflow: ellipsis;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
#app .fieldset .form-control .form-select-wrap select.readonly {
	pointer-events: none;
}
#app .calendar-description .calendar-description-title {
	display: flex;
	width: 92%;
	margin: 10px auto 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
}
#app .calendar-description .calendar-description-title span {
	display: inline-block;
	width: 140px;
	margin-right: 10px;
	text-align: center;
	color: #FFF;
	background: #000;
}
#app .calendar-container {
	margin: 20px auto 0px;
}

#app .calendar-header-frame {
	display: flex;
	flex-direction: row;
	position: relative;
	text-align: center;
	color: #222;
	width: 92%;
	margin: 0 auto;
}
#app .calendar-header-frame h2 {
	flex: 1;
	padding: 14px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	background: none;
	margin: 0;
	border: none;
}
#app .calendar-header-frame #prev {
	display: flex;
	align-items: center;
	width: 60px;
}
#app .calendar-header-frame #prev .arrow {
    flex: 1;
	padding: 16px 0;
	border: 1px solid #333;
    border-radius: 3px;
	cursor: pointer;
}
#app .calendar-header-frame #prev .arrow::before {
	position: absolute;
	border-top: solid 1px #222;
	border-left: solid 1px #222;
	width: 12px;
	height: 12px;
	transform: translate(-50%, -50%) rotate(-45deg);
	content: "";
}
#app .calendar-header-frame #next {
	display: flex;
	align-items: center;
	width: 60px;
}
#app .calendar-header-frame #next .arrow {
	flex: 1;
	padding: 16px 0;
	border: 1px solid #333;
	border-radius: 3px;
	cursor: pointer;
}
#app .calendar-header-frame #next .arrow::before {
	position: absolute;
	border-top: solid 1px #222;
	border-right: solid 1px #222;
	width: 12px;
	height: 12px;
	transform: translate(-50%, -50%) rotate(45deg);
	content: "";
}
#app table.calendar {
	margin: 0 0 20px;
}
#app table.calendar tr {
	border-bottom: 1px solid #D5D5D5;
}
#app table.calendar tr.week td {
	width: calc(100% / 7);
	height: 48px;
	padding: 0;
	border: 0;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}
#app table.calendar tr.week td:nth-of-type(7n-6) {
	color: #BB5555;
}
#app table.calendar tr.week td:nth-of-type(7n) {
    color: #4466BB;
}
#app table.calendar tr td {
	padding: 0;
	font-size: 13px;
	line-height: 1.5;
}
#app table.calendar tr td:nth-of-type(7n-6) .day {
	color: #BB5555;
}
#app table.calendar tr td:nth-of-type(7n) .day {
	color: #4466BB;
}
#app table.calendar tr td.disabled .click-off div  {
	color: #c0c0c0;
}
#app table.calendar tr td.select {
	background-color: #c0e0ff;
}
#app table.calendar tr td > div {
	padding: 7px 0 8px;
}
#app table.calendar tr td > div.click-on {
	cursor: pointer;
}
#app table.calendar tr td > div.click-on:hover {
	opacity: 0.5;
}
#app table.calendar tr td.prevmonth div.day,
#app table.calendar tr td.prevmonth div.stock,
#app table.calendar tr td.nextmonth div.day,
#app table.calendar tr td.nextmonth div.stock {
	display: none;
}
#app #daily-calendar-button {
	display: flex;
	justify-content: space-between;
	width: 92%;
	margin: 0 auto 18px;
}
#app #daily-calendar-button #daily-prev {
	position: relative;
	width: 30%;
	border: 1px solid #333;
	border-radius: 3px;
	padding: 6px 0 6px 16px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
#app #daily-calendar-button #daily-prev::before {
	position: absolute;
	top: calc(50% - 4px);
	left: 15px;
	width: 8px;
	height: 8px;
	border-top: solid 1px #333;
	border-left: solid 1px #333;
	transform: rotate(-45deg);
	content: "";
}
#app #daily-calendar-button #daily-next {
	position: relative;
	width: 30%;
	border: 1px solid #333;
	border-radius: 3px;
	padding: 6px 16px 6px 0;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
#app #daily-calendar-button #daily-next::before {
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
	content: "";
}
#app .daily-calendar {
	width: 92%;
	margin: 0 auto 35px;
}
#app .daily-calendar .day {
	margin: 0 0 20px;
}
#app .daily-calendar .time-slider {
	overflow-x: auto;
	overflow-y: hidden;
}
#app .daily-calendar .time-list {
	display: flex;
}
#app .daily-calendar .time-list .time {
	min-width: 80px;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #333;
	border-radius: 3px;
	margin-right: 10px;
	text-align: center;
}
#app .daily-calendar .time-list .time.active {
	border-color: #0f4173;
	background-color: #c0e0ff;
}
#app .daily-calendar .time-list .time-text {
	padding: 2px 10px;
	border-bottom: 1px solid #333;
}
#app .daily-calendar .time-list .status-text {
	padding: 2px 10px;
}
#app .daily-calendar .time-list .click-on {
	cursor: pointer;
}
#app .daily-calendar th.time {
	background: #FCFAEA;
}
#app .daily-calendar td div.click-on,
#app .daily-calendar td div.click-off {
	height: 100%;
	padding: 9px 0;
}
#app .daily-calendar td div.click-on {
	cursor: pointer;
}
#app .daily-calendar td div.click-on:hover {
	opacity: 0.5;
}
#app .block-apply--option .form-control {
	width: 92%;
	margin: 10px auto 20px;
}
#app .block-apply--option .form-control .form-control-option {
	display: flex;
	width: 100%;
	margin-top: 10px;
}
#app .block-apply--option .form-control .form-control-option .form-control-option--items > div:nth-child(1) {
	margin: 0 0 20px 15px;
}
#app .block-apply--option .form-control .form-control-option .form-control-option--minutes {
	font-size: 14px;
	line-height: 1.0;
	margin-bottom: 10px;
}
#app .block-apply--option .form-control .form-control-option .form-control-option--price {
	font-size: 14px;
	line-height: 1.0;
	font-weight: bold;
}
#app .block-apply--option .form-control .form-control-option .form-control-option--price.special-price {
	color: #d53115
}
#app .block-apply--option .form-control .form-control-option .form-control-option--default-price {
	font-size: 12px;
	line-height: 1.5;
	text-decoration: line-through ;
}
#app .block-apply--option .form-control .form-control-option .form-control-option--image {
	margin-bottom: 15px;
	width: 112px;
	height: 112px;
	flex-shrink: 0;
}
#app .block-apply--option .form-control .form-control-option .form-control-option--image>img {
	max-width: 100%;
	max-height: 100%;
}
#app .block-apply--option .form-control .form-control-option .form-control-option--param{
	margin: 20px 0px 15px 15px;
}

#app .block-apply--option .form-control .form-control-option .form-control-option--param-qty{
	margin-bottom: 10px;
}

.form-control-option--items {
	display: flex;
	flex-direction: column;
	flex-grow:1;
	min-width: 0;
}

#app .block-apply--coupon .form-control {
	width: 92%;
	margin: 20px auto 30px;
}
#app .block-apply--coupon .form-control > p {
	margin: 0 0 30px;
}
#app .block-apply--coupon .form-control .form-control-separate {
	display: flex;
	align-items: center;
}
#app .block-apply--coupon .form-control .form-control-separate .form-control-title {
	width: calc(36% - 10px);
	margin-right: 10px;
	font-weight: bold;
}
#app .block-apply--coupon .form-control .form-control-separate .form-control-param {
	width: 64%;
}
#app .block-apply--method .form-control {
	width: 92%;
	margin: 20px auto 30px;
}
#app .block-apply--method .form-control-method-param {
	margin-bottom: 10px;
}
#app .block-apply--method .form-control-method-param .help-block {
	margin-left: 30px;
}
#app .block-apply--applicant .form-control {
	width: 92%;
	margin: 0 auto 30px;
}
#app .block-apply--applicant .form-control .form-control-separate {
	padding: 20px 0;
	border-bottom: 1px solid #D5D5D5;
}
#app .block-apply--applicant .form-control .form-control-title {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	border-left: 4px solid black;
	padding-left: 5px;
	font-weight: bold;
}
#app .block-apply--applicant .form-control .form-control-title span.is-required {
	display: block;
	padding: 0.2em 0.6em;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	color: #DC0000;
}
#app .block-apply--applicant .form-control .form-control-param {
	display: flex;
	flex-wrap: wrap;
	row-gap: 12px;
}
#app .block-apply--applicant .form-control .form-control-param > span {
	display: flex;
	align-items: center;
	width: 280px;
}
#app .block-apply--applicant .form-control .form-control-param > span.checktype_name input,
#app .block-apply--applicant .form-control .form-control-param > span.checktype_kana input {
	flex: 1;
	overflow: hidden;
}
#app .block-apply--applicant .form-control .form-control-param > span.checktype_name label,
#app .block-apply--applicant .form-control .form-control-param > span.checktype_kana label {
	width: 25%;
	white-space: nowrap;
	text-align: center;
}
#app .block-apply--applicant .form-control .form-control-param > div.help-block {
	width: 100%;
}
.action-buttons .btn.block-apply--forward {
	display: block;
	width: 96%;
	margin: 0 auto;
	padding: 13px 0;
	border-radius: 3px;
	color: #FFF;
	font-size: 16px;
	line-height: 1.416;
	letter-spacing: 0.07em;
	text-align: center;
	background: #d53100;
}
.action-buttons .btn.block-inquiry--customer-back {
	width: 96%;
}

/* コース選択ボタン調整 */
.form-label-wrap-selected {
	width: 60px;
	margin-bottom: 10px;
}
.form-label-wrap {
	display: flex;
	align-items: center;
}
.form-label-content {
	display: flex;
	width: 100%;
}

#app .fieldset .form-control .form-radio-wrap input[type="radio"] {
	width: 7%;
    margin-right: 5%;
    display: block;
    flex-shrink: 0;
}

#app .fieldset .form-control .form-radio-wrap .form-label-wrap-text {
	width: 62.5%;
	padding-left: 4.35%;
	flex-shrink: 0;
}
#app .fieldset .form-control .form-radio-wrap  .form-label-wrap-text .form-label-name {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.0;
	font-weight: bold;
}
#app .fieldset .form-control .form-radio-wrap  .form-label-wrap-text .form-label-desc {
	font-size: 12px;
	line-height: 1.5;
}
#app .fieldset .form-control .form-radio-wrap  .form-label-wrap-text .form-label-price {
	font-size: 14px;
	line-height: 1.0;
	text-align: right;
	font-weight: bold;
}
#app .fieldset .form-control .form-radio-wrap  .form-label-wrap-text .form-label-price.special-price {
	color: #d53115
}
#app .fieldset .form-control .form-radio-wrap  .form-label-wrap-text .form-label-default-price {
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
	text-decoration: line-through ;
}
.form-label-wrap-image {
	width: 112px;
	flex-shrink: 0;
}


@media screen and (min-width:769px) { 
	/*　画面サイズが769pxからはここを読み込む　*/
	.eat_shop_reservation_last_btn {
		display: block;
		font-size: 16px;
		width: 92%;
		background-color: #000000;
		color: white;
		line-height: 1.5;
		letter-spacing: 0.07em;
		padding: 13px 0;
		border-radius: 3px;
		text-align: center;
		margin: 0 auto;
		position: relative;
		bottom: 0;
		margin-top: 30px;
	}
	.action .btn {
		width: 50%;
	}
	#app .fieldset .form-control .form-radio-wrap input[type="radio"]:checked + label {
		padding-top: 50px;
	}
	#app .fieldset .form-control .form-radio-wrap input[type="radio"] + label .form-label-wrap-selected {
		width: 60px;
	}
	#app .block-apply--option .form-control .form-control-option .form-control-option--isselect-param input[type="radio"] + label {
		padding-left: 40px;
	}
	#app .block-apply--option .form-control .form-control-option .form-control-option--isselect {
		width: calc(28% - 10px);
	}
	#app .block-apply--coupon .form-control .form-control-separate .form-control-title {
		width: calc(28% - 10px);
	}
	#app .block-apply--coupon .form-control .form-control-separate .form-control-param {
		width: 72%;
	}
}
.block-store-detail {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.block-login--member-message:not(:first-child) {
  margin-top: min(calc(40 / 393 * 100vw), 40px);
}
.action .block-login--login,
.action-buttons .btn.block-apply--forward {
  border: 1px solid #FF6537;
  width: min(calc(300 / 393 * 100vw), 300px);
  font-size: min(calc(16 / 393 * 100vw), 16px);
  font-weight: bold;
  border-radius: min(calc(5 / 393 * 100vw), 5px);
  background-color: #FF6537;
  cursor: pointer;
  transition: 0.3s ease;
}
.action .block-login--login:hover,
.action-buttons .btn.block-apply--forward:hover {
  background-color: #fff;
  color: #FF6537;
}
.eat_top_title {
  padding: min(calc(40 / 393 * 100vw), 40px) 0;
  text-align: center;
  color: #583829;
  font-size: min(calc(24 / 393 * 100vw), 24px);
}
.eat_select_contents_wrap {
  position: relative;
  width: min(calc(300 / 393 * 100vw), 600px);
}
.eat_select_contents_wrap select {
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%!important;
  height: 45px!important;
  z-index: 10;
  font-size: min(calc(16 / 393 * 100vw), 16px)!important;
}
.customSelect {
  position: relative;
  padding: 0 45px 0 10px;
  width: 100%!important;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
}
.customSelectInner {
  padding: 0;
  width: 100%!important;
  font-size: min(calc(16 / 393 * 100vw), 16px);
}
.block-store-detail dl {
  font-size: min(calc(14 / 393 * 100vw), 14px);
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px 1px inset;
  box-shadow: 1px 1px 1px 1px inset;
  -webkit-border-radius: 10px / 10px;
  border-radius: 10px / 10px;
  position: relative;
  margin-bottom: 3px;
  margin-right: 5px;
}
.js-enhanced-ecommerce-item input,
#app .fieldset .form-control .form-radio-wrap input[type="radio"],
.radio-item input[type="radio"],
.form-control-method-param input[type="radio"],
.block-apply-entry--point-use-select input[type="radio"],
.fieldset.block-order-estimate--pay-input input[type="radio"] {
  margin-right: 10px;
  width: auto;
  aspect-ratio: 1;
  box-shadow: unset;
  border: 1px solid #707070;
}
.js-enhanced-ecommerce-item input[type="radio"]:checked:before,
#app .fieldset .form-control .form-radio-wrap input[type="radio"]:checked:before,
.radio-item input[type="radio"]:checked:before,
.form-control-method-param input[type="radio"]:checked:before,
.block-apply-entry--point-use-select input[type="radio"]:checked:before,
.fieldset.block-order-estimate--pay-input input[type="radio"]:checked:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -6px 0 0 -6px;
  -webkit-box-shadow: 1 1px 1px;
  box-shadow: 1 1px 1px;
  -webkit-border-radius: 10px / 10px;
  border-radius: 10px / 10px;
  content: "";
  width: 12px;
  height: 12px;
  background: #FF6537;
}
.eat_shop_reservation_btn_mark img {
  width: 100%;
}
.block-goods-list-l--table {
  margin-bottom: min(calc(80 / 393 * 100vw), 80px);
}
.js-enhanced-ecommerce-item-flex {
  line-height: 1.5;
  font-size: min(calc(14 / 393 * 100vw), 14px);
}
.block-goods-list-l--goods-name,
#app .fieldset .form-control .form-radio-wrap .form-label-wrap-text .form-label-name {
  margin-bottom: 10px;
  color: #583829;
}
#app .fieldset .form-control {
  margin-bottom: min(calc(40 / 393 * 100vw), 40px);
  padding: 0 10px;
  width: 100%;
}
#app .daily-calendar .time-list .time-text {
  background-color: #ECE4DB;
}
#applyGoodsApp .block-apply-goods {
  padding: min(calc(40 / 393 * 100vw), 10px) 0;
  max-width: 1080px;
  width: 100%;
}
#applyGoodsApp .block-apply-goods--header {
  margin: 0 0 20px;
  padding: 10px;
  color: #583829;
  background-color: #ECE4DB;
  font-size: min(calc(16 / 393 * 100vw), 20px);
}
.block-apply-goods--selectGenre {
  margin: 0 auto 10px;
  padding: 0 10px;
  border: none;
  color: #583829;
  font-size: min(calc(14 / 393 * 100vw), 24px);
}
.selectResomoGenreRadio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 10px;
}
.selectResomoGenreRadio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.selectResomoGenreRadio label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  border: 1px solid #ECDFC9;
  cursor: pointer;
  background: #fff;
  font-size: min(calc(13 / 393 * 100vw), 16px);
}
.selectResomoGenreRadio label::before {
  content: "";
  width: min(calc(20 / 393 * 100vw), 24px);
  height: min(calc(20 / 393 * 100vw), 24px);
  border: 1px solid #707070;
  border-radius: 50%;
  box-sizing: border-box;
}
.selectResomoGenreRadio input[type="radio"]:checked + label {
  border: 2px solid #ff6a00;
}
.selectResomoGenreRadio input[type="radio"]:checked + label::before {
  border: 1px solid #707070;
  outline: 3px solid #fff;
  outline-offset: -4px;
  background: #ff6a00;
  aspect-ratio: 1;
}
.selectResomoGenreRadio label img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
#applyGoodsApp #applyGoods {
  margin-bottom: 25px;
  padding: 0;
}
#applyGoodsApp .block-apply-goods--list {
  margin: 0;
  width: 100%;
}
#applyGoodsApp #applyGoodsProductsList {
  margin: 0;
  padding: 0 30px 70px;
  width: 100%;
}
#applyGoodsApp .block-apply-goods--list-line {
  padding: min(calc(10 / 393 * 100vw), 20px) 0;
  border-bottom: 1px solid #DEDEDE;
  gap: min(calc(5 / 393 * 100vw), 20px);
}
#applyGoodsApp .block-apply-goods--list-line-variation-parent {
  gap: min(calc(5 / 393 * 100vw), 20px);
}
#applyGoodsApp .block-apply-goods--list-line-img {
  height: min(calc(120 / 393 * 100vw), 200px);
  margin: 0;
}
#applyGoodsApp .block-apply-goods--list-line-variation-list-line {
  gap: min(calc(5 / 393 * 100vw), 20px);
}
#applyGoodsApp .block-apply-goods--list-line-content {
  display: flex;
  flex-direction: column;
  margin: 0;
}
#applyGoodsApp .block-apply-goods--list-line-content .cart_goods_,
#applyGoodsApp .block-apply-goods--list-line-content .no_wizard,
#applyGoodsApp .block-apply-goods--list-line-content .attribute {
  display: flex;
  align-items:center;
  justify-content: space-between;
}
#applyGoodsApp .block-apply-goods--list-line-content .cart_goods_ .goods_code,
#applyGoodsApp .block-apply-goods--list-line-content .no_wizard .goods_code,
#applyGoodsApp .block-apply-goods--list-line-content .disabled .goods_code,
#applyGoodsApp .block-apply-goods--list-line-content .attribute .goods_code {
  font-size: 12px;
  color: #444;
  margin-left: 8px;
}
@media (max-width: 768px) {
  #applyGoodsApp .block-apply-goods--list-line-content .cart_goods_ .goods_code,
  #applyGoodsApp .block-apply-goods--list-line-content .no_wizard .goods_code,
  #applyGoodsApp .block-apply-goods--list-line-content .disabled .goods_code {
    display: none;
  }
}
@media (min-width: 769px) {
#applyGoodsApp .block-apply-goods--list-line-content .attribute .goods_code {
    display: none;
  }
}
#applyGoodsApp .block-apply-goods--list-line-variation-list-line-content {
  margin-left: 0;
}
#applyGoodsApp .block-apply-goods--list-line-variation-list {
  margin-bottom: 30px;
  margin-left: auto;
  width: 95%;
  float: none;
}
#applyGoodsApp .block-apply-goods--list-line-variation-list-line-img {
  margin-left: 0;
  height: min(calc(120 / 393 * 100vw), 150px);
}
#applyGoodsApp .block-apply-goods--list-line-content-line.name,
#applyGoodsApp .block-apply-goods--list-line-variation-list-line-content-line.name {
  margin-bottom: min(calc(10 / 393 * 100vw), 10px);
  font-size: min(calc(14 / 393 * 100vw), 16px);
  color: #583829;
}
#applyGoodsApp .block-apply-goods--list-line-content-line.comment {
  margin-bottom: auto;
}
#applyGoodsApp .block-apply-goods--list-line-content-line.format_price {
  margin-top: auto;
}
#applyGoodsApp .block-apply-goods--discount-price {
  color: #E83333;
  font-weight: normal;
}
#applyGoodsApp .price-num {
  font-size: min(calc(20 / 393 * 100vw), 20px);
  font-weight: bold;
  color: #E83333;
}
.action-buttons .btn.block-inquiry--customer-back {
  position: relative;
  border: 1px solid #ECE4DB;
  padding: 13px 0;
  width: min(calc(300 / 393 * 100vw), 300px);
  font-size: min(calc(16 / 393 * 100vw), 16px);
  font-weight: bold;
  border-radius: min(calc(5 / 393 * 100vw), 5px);
  background-color: #ECE4DB;
  color: #000;
  cursor: pointer;
  transition: 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7.5 2 L3.5 6 L7.5 10' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100px 50%;
  background-size: 15px 15px;
}
#applyGoodsApp .cart_goods_ {
  margin: 10px auto 0;
  height: auto!important;
}
#applyGoodsApp .cart_goods_ a.btn_ {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  border: 1px solid #485F66;
  width: min(calc(220 / 393 * 100vw), 300px);
  max-width: 100%;
  height: min(calc(40 / 393 * 100vw), 45px);
  font-size: min(calc(14 / 393 * 100vw), 16px);
  font-weight: bold;
  border-radius: min(calc(5 / 393 * 100vw), 5px);
  color: #485F66;
  transition: 0.3s ease;
}
#applyGoodsApp .cart_goods_ a.btn_:hover {
  background-color: #485F66;
  color: #fff;
  text-decoration: none;
}
#applyGoodsApp .cart_goods_ a.btn_::before {
  content: 'レシピを選択する';
}
#applyGoodsApp .cart_goods_ a.btn_ img {
  display: none;
}
#applyGoodsApp .block-apply-goods--list-line .cartqty_ {
  justify-content: flex-end;
  margin-top: auto;
}
#applyGoodsApp .block-apply-goods--list-line-variation .cartqty_,
#applyGoodsApp .block-apply-goods--list-line-variation-list-line .cartqty_ {
  justify-content: flex-end;
  margin-top: auto;
}
#applyGoodsApp .block-apply-goods--list-line-content-line.qty {
  margin: 0;
}
#applyGoodsApp .block-apply-goods--list-line-variation .cartqty_ .place_btn_,
#applyGoodsApp .block-apply-goods--list-line .cartqty_ .place_btn_,
#applyGoodsApp .block-apply-goods--list-line-variation .cartqty_ .minus_btn_,
#applyGoodsApp .block-apply-goods--list-line .cartqty_ .minus_btn_ {
  background-size: contain;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
}
#applyGoodsApp .block-apply-goods--list-line .cartqty_ input[type="text"],
#applyGoodsApp .block-apply-goods--list-line-variation .cartqty_ input[type="text"] {
  width: 70px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  margin: 0 5px;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #e0dcd9;
}
#applyGoodsApp .block-apply-goods--notuse_wizard.btn-default {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-top: 10px;
  padding: 0;
  border: 1px solid #485F66;
  width: min(calc(220 / 393 * 100vw), 300px);
  max-width: 100%;
  height: min(calc(40 / 393 * 100vw), 45px);
  font-size: min(calc(14 / 393 * 100vw), 16px);
  font-weight: bold;
  border-radius: min(calc(5 / 393 * 100vw), 5px);
  background-color: #485F66;
  color: #fff;
  transition: 0.3s ease;
}
#applyGoodsApp .block-apply-goods--notuse_wizard.btn-default:hover {
  background-color: transparent;
  color: #485F66;
}
#applyGoodsApp .recipe_form_ {
  position: relative;
}
#applyGoodsApp .recipe_tab_content_inner_ {
  padding: 0;
}
#applyGoodsApp .modal_close_box_ {
  position: absolute;
  top: min(calc(16 / 393 * 100vw), 15px);
  right: min(calc(5 / 393 * 100vw), 38px);
}
#applyGoodsApp .form_goods_list .info_tittle h2 {
  background-color: #709AA6;
  margin: 0;
  padding: min(calc(15 / 393 * 100vw), 15px) 0;
  text-align: center;
  font-size: min(calc(16 / 393 * 100vw), 16px);
  color: #fff;
}
#applyGoodsApp .form_goods_list .goodscomment2_ {
  margin: 0;
  padding: min(calc(10 / 393 * 100vw), 40px) min(calc(5 / 393 * 100vw), 40px) min(calc(20 / 393 * 100vw), 20px);
  background-color: #F7F0E7;
  font-size: min(calc(14 / 393 * 100vw), 16px);
  line-height: calc(24 / 14);
}
#applyGoodsApp .goods_area_ {
  padding: 0 min(calc(5 / 393 * 100vw), 40px) min(calc(20 / 393 * 100vw), 40px);
  background-color: #F7F0E7;
}
#applyGoodsApp .form_goods_list .chart_accordion_toggle {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 min(calc(5 / 393 * 100vw), 10px) 0;
  border-bottom: 1px solid #DEDEDE;
  font-size: min(calc(14 / 393 * 100vw), 14px);
  font-weight: bold;
  background-color: transparent;
}
#applyGoodsApp .chart_accordion_content {
  padding: min(calc(10 / 393 * 100vw), 40px) min(calc(5 / 393 * 100vw), 40px);
}
#applyGoodsApp .form_goods_list .info_box {
  padding: 0;
  background-color: #F7F0E7;
}
#applyGoodsApp .form_goods_list .chart_accordion_toggle::after {
  content: "＋";
  position: absolute;
  right: min(calc(5 / 393 * 100vw), 40px);
  top: 50%;
  transform: translateY(-50%);
  font-size: inherit;
  font-weight: bold;
}
#applyGoodsApp .form_goods_list .chart_accordion_toggle.is-show::after {
  content: "－";
}
#applyGoodsApp .goods_area_ + ul {
  border-top: 1px solid #DEDEDE;
  padding: min(calc(10 / 393 * 100vw), 40px) min(calc(5 / 393 * 100vw), 40px);
}
#applyGoodsApp .normal_list_box_ form.form_goods_list .goods_area_ + ul li {
  border-bottom: 1px dashed #dedede;
}
.chart_graph_box {
  margin-top: 20px;
}
#applyGoodsApp .chart_graph_box .img_.chart_img_ {
  padding:0 0 0 60px;
}
#applyGoodsApp .chart_graph_box .img_.chart_img_ li {
  margin: 8px 0;
  padding: 0;
  height: calc(34px - 8px * 2);
}
#applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart00,
#applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart0 {
  background-position: 2px 0px;
}
#applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart05,
#applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart5 {
  background-position: 2px -34px;
}
#applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart10 {
  background-position: 2px -68px;
}
#applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart15 {
  background-position: 2px -102px;
}
#applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart20 {
  background-position: 2px -136px;
}
#applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart25 {
  background-position: 2px -170px;
}
#applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart30 {
  background-position: 2px -204px;
}
#applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart35 {
  background-position: 2px -238px;
}
#applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart40 {
  background-position: 2px -272px;
}
#applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart45 {
  background-position: 2px -306px;
}
#applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart50 {
  background-position: 2px -340px;
}
#applyGoodsApp .normal_list_box_ form.form_goods_list ul li label {
  margin: 0 10px 18px 0;
}
#applyGoodsApp .normal_list_box_ form.form_goods_list ul li.gram_radio_ label:nth-of-type(9n),
#applyGoodsApp .normal_list_box_ form.form_goods_list ul li label:nth-of-type(9n) {
  margin-right: 0;
}
#applyGoodsApp form[class*="form_goods_"] ul li.saw_radio_ label:first-of-type {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0 0 0 -2px;
  padding: 0;
}
#applyGoodsApp .normal_list_box_ form.form_goods_list ul input[value="20017"] + label,
#applyGoodsApp .normal_list_box_ form.form_goods_list ul input[value="20008"] + label {
  margin: 0 10px 18px 0;
}
#applyGoodsApp .normal_list_box_ form.form_goods_list ul input[value="20011"] + label,
#applyGoodsApp .normal_list_box_ form.form_goods_list ul input[value="20002"] + label {
  margin-right: 0;
}
#applyGoodsApp .recipe_cart_btn_.modal_detail_btn_ {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #485F66;
  width: 100%;
  max-width: 400px;
  height: min(calc(52 / 393 * 100vw), 60px);
  font-size: min(calc(16 / 393 * 100vw), 16px);
  font-weight: bold;
  border-radius: min(calc(5 / 393 * 100vw), 5px);
  background-color: #485F66;
  color: #fff;
  transition: 0.3s ease;
  cursor: pointer;
}
#applyGoodsApp .recipe_cart_btn_.modal_detail_btn_:hover {
  background-color: transparent;
  color: #485F66;
}
#applyGoodsApp .recipe_cart_btn_.modal_detail_btn_::before {
  content: 'カートに入れる';
}
#applyGoodsApp .recipe_cart_btn_.modal_detail_btn_ img {
  display: none;
}
#applyGoodsApp .block-apply-goods--selected-goods {
  background-color: #F7F0E7;
}
#applyGoodsApp .block-apply-goods--selected-goods .block-apply-goods--header {
  margin-bottom: 0;
  background-color: #583829;
  color: #fff;
}
#applyGoodsApp .block-apply--selected-goods-list-item {
  position: relative;
  align-items: center;
  gap: min(calc(5 / 393 * 100vw), 20px);
  padding: 20px 34px;
  border-bottom: none;
}
#applyGoodsApp .block-apply--selected-goods-list-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 34px;
  right: 34px;
  height: 1px;
  background-color: #555;
}
#applyGoodsApp .block-apply--selected-goods-image-frame {
  height: min(calc(120 / 393 * 100vw), 200px);
  width: auto;
  aspect-ratio: 1;
}
#applyGoodsApp #applyGoods .action-buttons:not(:has(.block-apply--forward[style*="display: none"])) {
  margin-bottom: min(calc(40 / 393 * 100vw), 80px);
  padding: 40px 0;
  background-color: #F7F0E7;
}
#applyGoodsApp .block-apply--selected-goods-right-frame {
  margin-bottom: auto;
}
#applyGoodsApp .block-apply--selected-goods-delete-button {
  position: relative;
  padding: 5px 5px 5px 30px;;
  background-color: #ECDFC9;
  border-radius: 5px;
  color: #583829;
}
#applyGoodsApp .block-apply--selected-goods-delete-button::before {
  content: "×";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/shop/reserve/img/icon-close.png) no-repeat;
  background-size: contain;
}
#applyGoodsApp .block-apply--selected-goods--name {
  margin-bottom: min(calc(10 / 393 * 100vw), 10px);
  font-size: min(calc(14 / 393 * 100vw), 16px);
  color: #583829;
}
#applyGoodsApp .block-apply--selected-goods-qty_qty {
  font-size: min(calc(16 / 393 * 100vw), 22px);
}
#applyGoodsApp .modal-goodsDelete-overlay {
  width: 80%;
  max-width: 400px;
  background: #f5f5f5;
}
#applyGoodsApp .modal-goodsDelete-overlay .modal-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background-color: transparent;
  text-align: center;
}
#applyGoodsApp .modal-goodsDelete-overlay .modal-content p {
  width: 100%;
  font-size: min(calc(14 / 393 * 100vw), 16px);
}
#applyGoodsApp .modal-goodsDelete-overlay .modal-content button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #485F66;
  width: calc((100% - 20px) /2);
  height: min(calc(30 / 393 * 100vw), 40px);
  font-size: min(calc(14 / 393 * 100vw), 14px);
  font-weight: bold;
  border-radius: min(calc(5 / 393 * 100vw), 5px);
  background-color: #485F66;
  color: #fff;
  transition: 0.3s ease;
  cursor: pointer;
}
#applyGoodsApp .modal-goodsDelete-overlay .modal-content button:last-child {
  border: 1px solid #485F66;
  color: #485F66;
  background-color: #fff;
}
#applyGoodsApp .action-buttons .btn.block-apply--forward {
  position: relative;
  width: 100%;
  max-width: 600px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M4.5 2 L8.5 6 L4.5 10' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 15px 15px;
}
#app .block-apply--form,
#app.block-inquiry--confirmation-form  {
  padding-top: min(calc(40 / 393 * 100vw), 10px);
}
#app .fieldset .form-label {
  margin: 0 0 20px;
  padding: 10px;
  color: #583829;
  background-color: #ECE4DB;
  font-size: min(calc(16 / 393 * 100vw), 20px);
}
#app .block-apply--form .action-buttons {
  margin-bottom: 20px;
  padding: 0;
}
#app .block-apply--form .action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 20px;
}
#app .block-apply--form .action-buttons .btn.block-apply--forward {
  margin: 0;
}
#app .block-apply--form .action-buttons .btn.block-inquiry--customer-back {
  margin-top: 0;
}
.eat_reservation_title {
  font-size: 24px;
  line-height: 1.46;
  text-align: center;
  padding: 17px 0 20px;
  font-weight: bold;
  background-color: transparent;
}
.confirmation-reservation_title h1 {
  margin: 0 0 20px;
  padding: 10px;
  color: #583829;
  background-color: #ECE4DB;
  font-size: min(calc(16 / 393 * 100vw), 20px);
}
.eat_reservation_confirm {
  width: 100%;
}
#app .fieldset .form-control {
  padding: 0;
  border: 1px solid #e0dcd9;
}
#app .block-apply--applicant .form-control .form-control-separate {
  display: flex;
  padding: 0;
  border: none;
  border-bottom: 1px solid #e0dcd9;
}
#app .block-apply--applicant .form-control .form-control-separate:last-child {
  border: none;
}
#app .block-apply--applicant .form-control .form-control-title {
  align-items: flex-start;
  margin: 0;
  padding: 8px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background-color: #ece4db;
  border: none;
  width: 25%;
  color: #555555;
}
#app .block-apply--applicant .form-control .form-control-param {
  flex: 1;
  padding: 8px;
  font-weight: normal;
  background-color: #FFF;
  border: none;
}
#app .block-apply--applicant input {
  height: 1.4em;
  padding: 0.6em;
  margin: 5px 0;
  border: 1px solid #999;
  border-radius: 5px;
  position: relative;
  height: 40px;
}
#app .block-apply--applicant .efo-required {
  /* background: #ffeeee; */
}
#app .block-apply--applicant .form-control .form-control-title span.is-required {
  margin: 0 0 0 auto;
}
#app .block-apply--method .form-control-method {
  padding: 8px;
}
#app .block-apply--method .form-control-method-param:last-child {
  margin-bottom: 0;
}
.eat_reservation_confirm_content_sub {
  border-bottom: 1px solid #e0dcd9;
  border-top: 3px solid #583829;
  color: #281700;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
  padding: 19px 0;
}
.eat_reservation_confirm_content {
  margin-bottom: 40px;
  border: none;
}
.fieldset.block-inquiry--confirmation-items .form-group {
  padding: 8px;
  border-bottom: 1px solid #e0dcd9;
}
#app .eat_reservation_confirm .form-control {
  margin-bottom: 0;
  border: none;
}
.form-group.block-member-info--use-spoofing-protection {
  display: flex;
  align-items: center;
}
#app .form-group.block-member-info--use-spoofing-protection .form-control {
  margin: 0 0 0 20px;
}
.action-buttons.reserve_confirm {
  margin-top: 100px;
}
.action-buttons.reserve_confirm .action {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.action-buttons.reserve_confirm .action .btn,
.page-applythanks .block-inquiry-completed--back-to-home,
.page-applyhistory .block-purchase-history--back {
  margin: 0;
  padding: 13px 0;
  width: min(calc(300 / 393 * 100vw), 300px);
  font-size: min(calc(16 / 393 * 100vw), 16px);
  font-weight: bold;
  border-radius: min(calc(5 / 393 * 100vw), 5px);
  transition: 0.3s ease;
}
.action-buttons.reserve_confirm .action .block-inquiry--confirmation-back {
  border: 1px solid #ECE4DB;
  background-color: #ECE4DB;
  color: #000;
  cursor: pointer;
  transition: 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7.5 2 L3.5 6 L7.5 10' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100px 50%;
  background-size: 15px 15px;
}
.action-buttons.reserve_confirm .action .block-order-estimate--commit-btn,
.page-applythanks .block-inquiry-completed--back-to-home,
.page-applyhistory .block-purchase-history--back {
  border: 1px solid #FF6537;
  background-color: #FF6537;
  color: #fff;
}
#app .eat_reservation_confirm .form-label {
  margin-bottom: 0;
}
.eat_reservation_confirm_content_option,
.eat_reservation_confirm_content_goods {
  margin-bottom: 40px;
  border: none;
}
#app.block-inquiry--form .fieldset .form-control {
  border: none;
}
#app #daily-calendar-button,
#app .daily-calendar {
  width: 100%;
}
#app .block-apply--header {
  padding-top: 30px;
  font-size: min(calc(20 / 393 * 100vw), 24px);
}
#app .daily-calendar .time-slider {
  padding-bottom: 20px;
}
.goods_area_ .info_box .chart_box h2 {
  font-size: min(calc(14 / 393 * 100vw), 18px);
}
.page-applythanks .eat_reservation_completion_home,
.page-applyhistory .action-buttons {
  margin-top: 50px;
}
.eat_reservation_title h1 {
  font-size: min(calc(20 / 393 * 100vw), 24px);
}
.block-inquiry-completed--customer-name {
  text-align: center;
}
.pane-main > .block-purchase-history,
.pane-main > .block-purchase-history-detail {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.block-purchase-history--header,
.block-purchase-history-detail--header {
  margin: 0 0 20px 0;
  padding: 39px 0;
  color: #281700;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #e0dcd9;
}
.block-purchase-history--table th,
.block-purchase-history-detail--order-info-table th,
.block-purchase-history-detail--payment-info-items th,
.block-purchase-history-detail--payment-info-items th {
  padding: 8px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background-color: #ece4db;
  border-top: 1px solid #e0dcd9;
  border-bottom: 1px solid #e0dcd9;
  width: 25%;
  font-size: 15px;
  color: #555;
}
.block-purchase-history--table .block-purchase-history--reservation-dt,
.block-purchase-history--table td {
  padding: 8px;
  font-weight: normal;
  vertical-align: top;
  border: 1px solid #e0dcd9;
  background-color: transparent;
}
.block-purchase-history-detail--order-detail-items th,
.block-purchase-history-detail--order-detail-goods-items th {
  padding: 8px;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
  background-color: #ece4db;
  border-top: 1px solid #e0dcd9;
  border-bottom: 1px solid #e0dcd9;
  font-size: 15px;
  color: #555;
}
.block-purchase-history-detail--requests-for-order {
  margin-top: 30px;
}
.block-purchase-history-detail--requests-for-order .btn,
.block-purchase-history-detail--requests-for-order + .action-buttons .btn {
  display: block;
  margin: 10px auto 0;
  padding: 13px 0;
  width: min(calc(300 / 393 * 100vw), 300px);
  font-size: min(calc(16 / 393 * 100vw), 16px);
  font-weight: bold;
  border-radius: min(calc(5 / 393 * 100vw), 5px);
  transition: 0.3s ease;
}
.block-purchase-history-detail--requests-for-order + .action-buttons .block-purchase-history-detail--re_reserve {
  border: 1px solid #FF6537;
  background-color: #FF6537;
  color: #fff;
}
.block-purchase-history-detail--requests-for-order + .action-buttons .block-purchase-history-detail--back {
  border: 1px solid #ECE4DB;
  background-color: #ECE4DB;
  color: #000;
  cursor: pointer;
  transition: 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7.5 2 L3.5 6 L7.5 10' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100px 50%;
  background-size: 15px 15px;
}
@media (max-width: 1080px) {
  .eat_wrapper,
  #app,
  #applyGoodsApp .block-apply-goods,
  .pane-main > .block-purchase-history,
  .pane-main > .block-purchase-history-detail {
    padding-top: 0;
    width: calc(383 / 393 * 100vw);
  }
  #applyGoodsApp .action-buttons .btn.block-apply--forward {
    width: calc(300 / 393 * 100vw);
  }
  #applyGoodsApp .block-apply--selected-goods-list-item {
    padding: calc(10 / 393 * 100vw) calc(5 / 393 * 100vw);
  }
  #applyGoodsApp .block-apply--selected-goods-list-item::after {
    left: calc(5 / 393 * 100vw);
    right: calc(5 / 393 * 100vw);
  }
  #applyGoodsApp .block-apply--selected-goods-list-item {
    position: relative;
    flex-wrap: wrap;
  }
  .block-apply--selected-goods-text-frame {
    margin-top: 40px;
    width: calc(100% - (120 / 393 * 100vw) - (5 / 393 * 100vw));
  }
  #applyGoodsApp .block-apply--selected-goods-right-frame {
    margin: 0 0 0 auto;
    width: calc(100% - (120 / 393 * 100vw) - (5 / 393 * 100vw));
  }
  .block-apply--selected-goods-delete {
    position: absolute;
    top: calc(15 / 393 * 100vw);
    right: calc(5 / 393 * 100vw);
  }
  .selectResomoGenreRadio {
    gap: calc(7 / 393 * 100vw);
    grid-template-columns: 1fr;
  }
  .selectResomoGenreRadio label {
    margin: 0;
    padding: calc(5 / 393 * 100vw);
  }
  .selectResomoGenreRadio label img {
    width: calc(40 / 393 * 100vw);
    height: auto;
  }
  #applyGoodsApp #applyGoodsProductsList {
    margin-bottom: calc(40 / 393 * 100vw);
    padding: 0 calc(5 / 393 * 100vw);
  }
  #applyGoodsApp .recipe_form_ {
    min-width: unset;
    width: calc(383 / 393 * 100vw);
  }
  #applyGoodsApp .chart_graph_box .img_.chart_img_ li.chart40 {
    width: 100%;
  }
  #applyGoodsApp .goods_area_ .info_box .chart_box {
    margin: 40px auto 0;
    width: calc(263 / 393 * 100vw);
  }
  #applyGoodsApp form[class*="form_goods_"] ul li .sort_order_ {
    width: auto;
  }
  #applyGoodsApp .sort_order_ {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    box-sizing: border-box;
  }
  #applyGoodsApp .sort_order_ > input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  #applyGoodsApp .sort_order_ > label.radio {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  #applyGoodsApp .block-apply-goods--list-line .cartqty_ {
    width: auto;
  }
  #applyGoodsApp .recipe_cart_btn_.modal_detail_btn_ {
    width: calc(362 / 393 * 100vw);
  }
  .block-apply--selected-goods--namelevel {
    flex-direction: column;
  }
  .block-apply--selected-goods--opt_level_name {
    margin-bottom: min(calc(10 / 393 * 100vw), 10px);
  }
  #app .block-apply--applicant .form-control .form-control-separate {
    flex-direction: column;
  }
  #app .block-apply--applicant .form-control .form-control-title {
    width: 100%;
  }
  #app .block-apply--form .action,
  .action-buttons.reserve_confirm .action {
    flex-direction: column;
  }
  #app .apply-confirm-comment textarea {
    margin-right: 0;
  }
  .block-purchase-history--table tr {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .block-purchase-history--table th {
    padding: 4px 2px 4px 6px;
    width: 100%;
    border: none;
  }
  .block-purchase-history--table td,
  .block-purchase-history--table .block-purchase-history--reservation-dt {
    padding: 5px 2px 5px 12px;
    width: 100%;
    border: none;
  }
  #applyGoodsApp .block-apply-goods--list-line-variation .cartqty_ input[type="text"],
  #applyGoodsApp .block-apply-goods--list-line .cartqty_ input[type="text"] {
    width: 70px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    margin: 0 5px;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #e0dcd9;
  }
}

.pane-order-contents .block-history {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 45px;
  padding: 0 15px;
  text-align: center;
}
.block-history-text {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #583829;
}
.block-history-text::before,
.block-history-text::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 36px;
  background: #583829;
  transform: translateY(-50%) rotate(24deg);
  opacity: .95;
}
.block-history-text::before{
  left: -27px;
  transform: translateY(-50%) rotate(-24deg);
}
.block-history-text::after{
  right: -27px;
  transform: translateY(-50%) rotate(24deg);
}
.pane-order-contents .block-history .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #583829;
  background-color: #F7F0E7;
  font-size: 16px;
  font-weight: bold;
  max-width: 400px;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  text-decoration: none;
}
.action .block-login--login {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  height: 60px;
}
.block-apply-entry--point-use-select {
  margin: 10px auto;
}
.block-apply-entry--point-use-select input[type="text"] {
  margin-left: 10px;
  height: 1.4em;
  padding: 0.6em;
  margin: 5px 0;
  border: 1px solid #999;
  border-radius: 5px;
  position: relative;
  height: 40px;
}


.selectResomoGenreRadio{
  position: relative;
}
.selectResomoGenreRadio:not(.is-open):not(.has-more)::after{
  display: none;
}
.selectResomoGenreRadio:not(.is-open).has-more::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: #fff;
  pointer-events: none;
}
.selectResomoGenreRadio + .js-resomoGenre-more{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -60px auto 0;
  z-index: 5;
  border: none;
  width: 300px;
  height: 60px;
  background-color: #ECE4DB;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #583829;
  cursor: pointer;
}
.selectResomoGenreRadio.is-open + .js-resomoGenre-more{
  margin: 30px auto 0;
}
.selectResomoGenreRadio + .js-resomoGenre-more .arrow {
  position: absolute;
  right: 30px;
}
.selectResomoGenreRadio + .js-resomoGenre-more .arrow::before,
.selectResomoGenreRadio + .js-resomoGenre-more .arrow::after {
  background-color: #583829;
  width: 2px;
}
.selectResomoGenreRadio:not(.is-open) + .js-resomoGenre-more .arrow {
  transform: translateY(6px);
}
.selectResomoGenreRadio:not(.is-open) + .js-resomoGenre-more .arrow::before {
  transform: rotate(135deg);
}
.selectResomoGenreRadio:not(.is-open) + .js-resomoGenre-more .arrow::after {
  transform: rotate(-135deg);
}
@media (max-width: 1080px) {
  .selectResomoGenreRadio:not(.is-open)::after {
    height: calc(30 / 393 * 100vw);
  }
  .selectResomoGenreRadio + .js-resomoGenre-more{
    margin-top: calc(-30 / 393 * 100vw);
    width: calc(300 / 393 * 100vw);
    height: calc(40 / 393 * 100vw);
    font-size: 14px;
  }
  .selectResomoGenreRadio.is-open + .js-resomoGenre-more{
    margin-top: calc(30 / 393 * 100vw);
  }
  .selectResomoGenreRadio + .js-resomoGenre-more .arrow {
    right: calc(30 / 393 * 100vw);
  }
}

.block-apply-goods--list-line-variation .variationAccordionToggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin: 30px auto 0;
  padding: 0;
  border: 1px solid #485F66;
  background-color: transparent;
  color: #485F66;
  width: min(calc(300 / 393 * 100vw), 500px);
  height: min(calc(40 / 393 * 100vw), 45px);
  font-size: min(calc(14 / 393 * 100vw), 16px);
  font-weight: bold;
}
.block-apply-goods--list-line-variation .variationAccordionToggle .arrow {
  position: absolute;
  right: min(calc(10 / 393 * 100vw), 50px);
  top: 50%;
  margin-top: -3px;
}
.block-apply-goods--list-line-variation .variationAccordionToggle .arrow::before,
.block-apply-goods--list-line-variation .variationAccordionToggle .arrow::after {
  width: 2px;
}

/* STEP */
.block-inquiry--header {
  margin: 30px auto 10px;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
}
.block-inquiry--header br.sp {
  display: none;
}
.block-eat-flow--step ul {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  counter-reset: headerStep;
}
.block-eat-flow--step ul li[class*="block-eat-flow--step"] {
  position: relative;
  padding-top: 50px;
  width: calc((100% - 40px * 5) / 6);
  text-align: center;
  font-size: 14px;
}
.block-eat-flow--step ul li.block-eat-flow--step-current {
  color: #583829;
  font-weight: bold;
}
.block-eat-flow--step ul li[class*="block-eat-flow--step"]::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  border-radius: 50vh;
  width: 40px;
  height: 40px;
  counter-increment: headerStep;
  content: counter(headerStep);
  font-size: 20px;
  background-color: #eee;
  color: #555;
}
.block-eat-flow--step ul li.block-eat-flow--step-current::before {
  font-weight: bold;
  background-color: #583829;
  color: #fff;
}
.block-eat-flow--step ul li[class*="block-eat-flow--step"]::after {
  display: block;
  position: absolute;
  right: calc((-40px - 15px) / 2);
  top: calc((40px / 2) - (15px / 2));
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #eee;
  border-right: 0;
}
.block-eat-flow--step ul li.block-eat-flow--step-current::after {
  border-left: 13px solid #583829;
}
.block-eat-flow--step ul li[class*="block-eat-flow--step"]:last-child::after {
  display: none;
}
@media (max-width: 768px) {
  .block-inquiry--header {
    margin: 30px auto 0;
    padding: 0 10px;
  }
  .block-inquiry--header br.sp {
    display: block;
  }
  .block-eat-flow--step ul {
    gap: 10px;
  }
  .block-eat-flow--step ul li[class*="block-eat-flow--step"] {
    padding-top: 30px;
    width: calc((100% - 10px * 5) / 6);
    font-size: 12px;
  }
  .block-eat-flow--step ul li[class*="block-eat-flow--step"]::before {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
  .block-eat-flow--step ul li[class*="block-eat-flow--step"]::after {
    top: calc((25px / 2) - (10px / 2));
    right: calc(-25px / 2);
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 9px;
  }
  footer {
    margin: 0;
  }
  .block-footernav--item-list a {
    text-decoration: none;
  }
  .pane-footer #copyright {
    text-align: left;
    padding: 0;
  }
}

/* mypage */
.block-topic-path {
  margin: 10px auto;
  max-width: 1080px;
  width: 100%;
  box-sizing: border-box;
}
.block-order-cancellation {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.block-order-cancellation .legend {
  margin: 0 0 20px 0;
  padding: 39px 0;
  color: #281700;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #e0dcd9;
}
.block-order-cancellation--body .action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.block-order-cancellation--body .action-buttons .block-order-cancellation--back {
  display: block;
  margin: 10px auto 0;
  padding: 13px 0;
  width: min(calc(300 / 393 * 100vw), 300px);
  font-size: min(calc(16 / 393 * 100vw), 16px);
  font-weight: bold;
  border-radius: min(calc(5 / 393 * 100vw), 5px);
  border: 1px solid #ECE4DB;
  background-color: #ECE4DB;
  color: #000;
  cursor: pointer;
  transition: 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7.5 2 L3.5 6 L7.5 10' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 100px 50%;
  background-size: 15px 15px;
}
.block-order-cancellation--body .action-buttons .btn-danger {
  display: block;
  margin: 10px auto 0;
  padding: 13px 0;
  width: min(calc(300 / 393 * 100vw), 300px);
  font-size: min(calc(16 / 393 * 100vw), 16px);
  font-weight: bold;
  border-radius: min(calc(5 / 393 * 100vw), 5px);
  transition: 0.3s ease;
  background-color: transparent;
}
@media (max-width: 1080px) {
  .block-order-cancellation {
    padding-top: 0;
    width: calc(383 / 393 * 100vw);
  }
  .block-order-cancellation--body .action-buttons {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.page-applycancel .modal-footer .btn.btn-secondary {
  display: block;
  margin: 10px auto 0;
  padding: 12px 0;
  width: min(calc(300 / 393 * 100vw), 300px);
  font-size: min(calc(16 / 393 * 100vw), 16px);
  font-weight: bold;
  border-radius: min(calc(5 / 393 * 100vw), 5px);
  border: 1px solid #ECE4DB;
  background-color: #ECE4DB;
  color: #000;
  cursor: pointer;
  transition: 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7.5 2 L3.5 6 L7.5 10' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: 100px 50%;
  background-size: 15px 15px;

}
.page-applycancel .modal-footer .btn.btn-primary,
.page-applyconfirm .modal-footer .btn.btn-primary {
  display: block;
  margin: 10px auto 0;
  padding: 12px 0;
  width: min(calc(300 / 393 * 100vw), 300px);
  font-size: min(calc(16 / 393 * 100vw), 16px);
  font-weight: bold;
  border-radius: min(calc(5 / 393 * 100vw), 5px);
  transition: 0.3s ease;
  border: 1px solid #FF6537;
  background-color: #FF6537;
  color: #fff;
}
.block-order-cancellation-completed--message {
  margin: 50px auto;
  text-align: center;
}
.block-order-cancellation-completed .block-order-cancellation-completed--back-to-mypage {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  max-width: 600px;
  width: 100%;
  padding: 12px 0;
  font-size: min(calc(16 / 393 * 100vw), 16px);
  font-weight: bold;
  border-radius: min(calc(5 / 393 * 100vw), 5px);
  transition: 0.3s ease;
  border: 1px solid #FF6537;
  background-color: #FF6537;
  color: #fff;
}

/* コース詳細 */
.payment-info-inline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 18px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  font-size: 0.9rem;
}
.payment-info-inline .cards {
  color: #444;
  letter-spacing: 0.03em;
}
.payment-info-inline .benefit {
  color: #555;
  padding-top: 10px;
  border-top: 1px dashed #ddd;
}
.js-enhanced-ecommerce-item-text > .block-goods-list-l--comment:nth-child(2) {
  display: none;
}
.block-goods-list-l--goods-minutes,
.block-goods-list-l--goods-price {
  display: none;
}
.form-label-wrap-text > div:nth-child(3),
.form-label-price {
  display: none;
}

@media (max-width: 480px) {
  .payment-info-inline .cards { font-size: 0.85rem; word-break: break-word; }
}