@charset "utf-8";

/* ----------------------------------------------------------------------------
   予約
---------------------------------------------------------------------------- */
main{
	background-color: #f4f4f4;
}
.container {
	width: 1120px;
}
.col2-big {
	margin-right: 40px;
	width: 780px;
}
.res_box.col2-big {
	margin: auto;
	float: none;
}
.col2-small {
	position: relative;
	float: left;
}
.col2-small:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	z-index: 0;
}
.col2-small .fixed_right {
	width: 300px;
	z-index: 1;
}
.col2-small .fixed_right .caution_read_card {
	font-size: 13px;
	margin-bottom: 10px;
}
.card-tab-time__item {
    margin-left: 0;
	position: relative;
}
.form-item.remarks_box .htsr-point {
    margin: 20px 0 0;
    border-radius: 8px;
}
.form-item.remarks_box .other-point{
	margin: 10px 0 0 0;
	border-radius: 8px;
}
.form-item.remarks_box .htsr-point .point_name, .form-item.remarks_box .other-point .other-point_item .point_name{
	font-size: 14px;
	color: #333;
}
.form-item.remarks_box .other-point .other-point_item.inner .point_name{
	padding-left: 10px;
	margin-right: 20px;
	color: #8f8f8f;
	flex: 1px;
}
.form-item.remarks_box .other-point .other-point_item .point_name a.icon-question{
	color: #ADADAD;
	margin-left: 10px;
}
.form-item.remarks_box .htsr-point .pt, .form-item.remarks_box .other-point .pt{
	color: #a6764f;
    font-weight: bold;
}
.form-item.remarks_box .other-point_item.inner .pt{
	color: #8f8f8f;
}
.form-item.remarks_box .htsr-point .htsr-point_item, .form-item.remarks_box .other-point .other-point_item{
	font-size: 14px;
    line-height: 132%;
    padding: 13px 12px;
    background-color: #f4f4f4;
    color: #333;
    margin-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}
.form-item.remarks_box .htsr-point .htsr-point_item:only-child, .form-item.remarks_box .other-point .other-point_item:only-child{
	border-radius: 8px !important;
}
.form-item.remarks_box .htsr-point .htsr-point_item:first-child, .form-item.remarks_box .other-point .other-point_item:first-child{
	border-radius: 8px 8px 0 0 ;
}
.form-item.remarks_box .htsr-point .htsr-point_item:last-child, .form-item.remarks_box .other-point .other-point_item:last-child {
  margin-bottom: 0;
	border-radius: 0 0 8px 8px;
}
.reserve_title {
	margin: 40px 0 20px;
    display: flex;
    justify-content: space-between;
}
.reserve_title h2 {
    font-size: 24px;
    font-weight: 700;
}
.description_text {
    font-weight: 700;
    font-size: 20px;
    background-color: #fff;
    padding: 40px 40px 24px;
	margin-top: 1px;
}
.description_text b {
    font-size: 20px;
    font-weight: 700;
    color: #C65651;
}
.person_box {
    padding: 0 40px 40px;
    box-sizing: border-box;
    background-color: #fff;
	margin-bottom: 0;
}
.stage_list {
	counter-reset: li;
	display: flex;
	margin: 40px 0;
	position: relative;
    padding-bottom: 12px;
}
.stage_list::after{
	content: '';
	width: 780px;
	height: 4px;
	background-color: #fff;
	border-radius: 16px;
	display: block;
	position: absolute;
	bottom: 0;
}
.stage_list li {
	width: 25%;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
	color: #8F8F8F;
}
.stage_list li.now {
    color: #A8C434;
	position: relative;
}
.stage_list li.now::before{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #A8C434;
    bottom: -15px;
    z-index: 2;
    right: 50%;
}
.stage_list li.now::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: calc(195px / 2);
    height: 4px;
    background-color: #A8C434;
    z-index: 1;
    border-radius: 16px;
}
.stage_list li:last-child.now::before{
	right: 0;
}
.stage_list li:last-child.now::after{
	width: 100%;
}
.stage_list li:first-child.end::after{
	content: '';
    display: block;
    position: absolute;
    bottom: -12px;
	left: 0;
    width: 196px;
    height: 4px;
    background-color: #A8C434;
    z-index: 1;
	border-radius: 16px 0 0 16px;
}
.stage_list li.end::after{
	content: '';
    display: block;
    position: absolute;
    bottom: -12px;
	left: 0;
    width: 196px;
    height: 4px;
    background-color: #A8C434;
    z-index: 1;
}
.stage_list li.end {
	color: #A8C434;
	margin-left: 2px;
	position: relative;
}
.stage_list li:before {

}
.stage_list li.now:before {
	color: #90795a;
}
.stage_list li.end:before {
	color: #cacaca;
}
.stage_list .now:after {
	right: -10px;
}
.stage_list li:not(.now) b {
/*
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	right: -10px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 10px;
	border-color: transparent transparent transparent #f9f6f3;
*/
}
.stage_list li.now:after {
}
.stage_list li.end b {
	border-color: transparent transparent transparent #f2f2f2;
}
.caution_box {
	margin: 40px 0;
}

.caution_box .text--attention {
	font-size: 14px;
	font-weight: bold;
	color: #c65651;
	margin-bottom: 10px;
}

.caution_box .caution_inner {
	border-radius: 8px;
	background-color: #fff;
	padding: 40px;
}
.caution_box .caution_inner .caution_read {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
}
.caution_box .caution_inner .caution_text {
    color: #8f8f8f;
	line-height: 160%;
}
.caution_box .caution_inner .caution_text b {
	color: #C65651;
}
.caution_box.step_caution_box .caution_inner {
	background: #efefef;
}
.attention-text-link {
    text-decoration: none;
    font-weight: normal;
}
.caution_read_card {
	color: #FC765B;
	font-weight: 500;
}
.from_tabelog_box {
	text-align: center;
	margin: 40px 0 30px;
}
.from_tabelog_box img {
	width: 597px;
}
.shop_data_box .shop_data {
    width: 100%;
    background-color: #fff;
    padding: 20px;
}
.shop_data_box .shop_data .summary {
	margin-bottom: 10px;
	line-height: 160%;
}
.shop_data_box .shop_data_inner {
	margin-bottom: 1px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.shop_data_box .shop_data_inner div{
	width: 100%;
}
.shop_data_box .shop_data_inner img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    display: block;
}
.shop_data .summary b {
    font-weight: 700;
    font-size: 15px;
    color: #ADADAD;
}
.shop_data .summary .area {
	margin-right: 10px;
}
.shop_data .shop_name {
    font-weight: 700;
    font-size: 20px;
	margin-bottom: 20px;
	line-height: 132%;
}
.shop_data .address {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 16px;
	color: #8f8f8f;
	line-height: 160%;
}
.shop_data .address:before {
	display: none;
/*
	color: #946b39;
	margin-right: 3px;
	font-size: 20px;
*/
}
.reserve_calendar_box .calendar-wrap {
	width: 100%;
	justify-content: space-between;
}
.reserve_calendar_box .calendar {
	padding: 0;
    border-left: none;
	width: 340px;
}
.reserve_calendar_box {
    background-color: #fff;
    padding: 0 40px 40px;
}
.reserve_calendar_box .calendar-date__item {
	padding: 0;
	line-height: 1;
	height: 56px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.reserve_calendar_box .calendar-date__item:hover{
}
.calendar-date__item--disabled:hover{
	border: 1px solid #fff !important;
}
.reserve_calendar_box .calendar-date__item a .calendar-ttl_day,
.reserve_calendar_box .calendar-date__item p {
   
    font-weight: 700;
}
.reserve_calendar_box .calendar-date__item a{
    padding: 10px 0;
    height: 100%;
	border-radius: 4px;
	opacity: 1;
}
.reserve_calendar_box .calendar-date__item p{
	padding: 10px 0;
	border-radius: 4px;
	opacity: 1;
} 
.reserve_calendar_box .calendar-date__item:hover a{
	color: #ff6c58;
}
.calendar-date__item--active .calendar-seat-info.icon{
	color: #fff;
}
.reserve_calendar_box .calendar-date__item .picked {
	background: #90795a;
	color: #fff;
}
.reserve_calendar_box .calendar-date__item .picked .calendar-seat-info {
	color: #fff;
}
.reserve_calendar_box .calendar-date__item--tel {
	background-color: #F2F2F2;
}
.reserve_calendar_box .calendar-date__item--tel:hover {
	opacity: 1;
	cursor: default;
	border: 1px solid #fff;
}
.reserve_calendar_box .calendar-date__item--tel .calendar-date-inner {
	padding: 10px 7px;
	color: #8f8f8f !important;
}
.reserve_calendar_box .calendar-date__item--tel .calendar-date-inner:hover {
	cursor: text;
	opacity: 1;
}
.reserve_calendar_box .calendar-date__item--tel .calendar-date-inner .calendar-seat-info {
	color: #8f8f8f;
}
.time_box {
    padding: 0 40px 40px;
    box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 40px;
}
.time_box .card-tab-time {
	padding: 0;
}
.reserve_course_box {
    background-color: #fff;
    padding: 0 40px 40px;
}
.reserve_course_box li {

}
.reserve_course_box li .modal{
    display: flex;
}
.reserve_course_box li:first-child {
	border-top: 0;
}
.reserve_course_box li .course_select_box a {
    width: 64px;
    min-height: 74px;
    box-sizing: border-box;
    color: #A57E49;
    background: #f4f4f4;
    border-radius: 4px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reserve_course_box li .course_select_box a:hover{
	background-color: #B08C44;
	color: #fff;
	opacity: 1;
}
.reserve_course_box li .course_select_box a:active{
	background-color: #90744C;
	color: #fff;
}
.reserve_course_box li .course_select_box {
    display: flex;
}
.reserve_course_box li .course_select_box a.btn--medium {
}
.reserve_course_box li .course_select_box .picked {
	background: #90795a;
	color: #fff;
}
.reserve_course_box li .course_select_box a.picked:hover {
	opacity: 1;
	cursor: default;
}
.reserve_course_box li .contents-link__inner {
    padding: 16px;
    width: 635px;
    background-color: #f4f4f4;
    border-radius: 4px;
    margin-left: 2px;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 0;
    display: block;
}
.contents-link--shop .modal .contents-link__img {
    width: 60px;
    float: left;
	margin-right: 10px;
}
.attention_box .attention_caption {
	font-weight: 500;
	font-size: 17px;
	text-align: center;
	margin-bottom: 15px;
}
.attention_box .attention_detail {
	font-weight: 300;
	font-size: 13px;
	margin-bottom: 15px;
}
.attention_box .attention_check_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 10px 0;
	margin: 25px 0;
}
.attention_box .attention_check_box:hover {
	opacity: 0.7;
	cursor: pointer;
}
.attention_box .attention_check_box input[type="checkbox"] {
	display: block;
	margin: 0 5px 0 0;
	position: relative;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	box-sizing: border-box;
	width: 25px;
	min-width: 25px;
	height: 25px;
	min-height: 25px;
	content: "";
	border: 1px solid #e8e2dc;
	border-radius: 4px;
	vertical-align: middle;
	outline: none;
	background: #fff;
}
.attention_box .attention_check_box input[type="checkbox"]:checked {
	background: #90795a;
}
.attention_box .attention_check_box input[type="checkbox"]:checked:after {
	content: "\e926";
	font-family: "icomoon";
	color: #fff;
	position: relative;
	top: 5px;
	left: 5px;
}
.attention_box--top {
	margin-bottom: 60px;
}
.reserve_next_box {
	max-width: 100%;
	margin: auto;
	margin-bottom: 80px;
}
.fixed_right .reserve_next_box {
	margin-bottom: 40px;
	margin-top: 20px;
}
.reserve_next_box .btn {
	height: 48px;
}
.reserve_next_box .btn b {
	font-size: 16px;
	font-weight: 700;
}
.dl_box {
	width: 100%;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
}
.dl_box dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.dl_box dt {
	width: 28%;
	font-size: 11px;
}
.dl_box dd {
    width: 72%;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    line-height: 160%;
    padding: 12px 16px;
    box-sizing: border-box;
	text-align: left;
    display: flex;
    justify-content: flex-end
}
.fixed_right .shop_data_box .dl_box dd {
	border-bottom: 1px solid #f4f4f4 !important;
}
.input_result_box .dl_box dt,
.input_result_box .dl_box dd {
    border-bottom: 1px solid #fff;
}
.dl_box dt {
	font-weight: 700;
    /* line-height: 44px; */
    line-height: 48px;
    color: #8f8f8f;
    font-size: 16px;
    padding-left: 16px;
	margin-bottom: 1px;
	background-color: #fff;
    box-sizing: border-box;
}
.dl_box dt:last-of-type,
.dl_box dd:last-of-type {
/*	border-bottom: none;*/
}
.dl_box .right-link {
    font-size: 14px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
	border-radius: 0 0 8px 8px;
}
.dl_box .right-link a{
    width: 100%;
    display: inline-block;
    font-weight: 700;
    color: #A57E49;
}
.dl_box .right-link a b{
	font-weight: 700;
}
.dl_box--price{
	border-radius: 8px;
	margin-top: 20px;
	overflow: hidden;
}
.input_result_box_price .dl_box--price {
	margin-top: 0 !important;
}
.dl_box--price dt,
.dl_box--price dd{
	font-size: 14px !important;
    font-weight: 700;
    width: 40%;
}
.input_result_box_price .dl_box--price dt,
.input_result_box_price .dl_box--price dd {
    font-size: 14px !important;
    font-weight: 700;
    background-color: #f4f4f4;
	margin-bottom: 1px;
}
.dl_box--price dd {
	text-align: right;
    width: 60%;
}
.dl_box--price dt:first-child{
	border-radius: 8px 0 0 0;
}
.dl_box--price dd

.reserve_input_box,
.reserve_check_box {

}
.reserve_input_box .form-item {
/* .reserve_check_box .form-item { */
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    position: relative;
    margin: 0;
    padding: 0 40px 40px;
    background-color: #fff;
}
.reserve_input_box .form-item:first-child {
/* .reserve_check_box .form-item:first-child{ */
	padding: 40px;
} 

.reserve_check_box .input_box {
	width: 100%;
	flex: 1;
}
.reserve_input_box .remarks_box:after,
.reserve_check_box .remarks_box:after {
	display: none;
}
.reserve_input_box .remarks_box,
.reserve_check_box .remarks_box {

}
.form-item.remarks_box{
	background-color: #f4f4f4;
    padding: 0;
	margin: 40px 0 0;
}
.form-item.remarks_box.dpoint {
    margin: 1px 0 0;
}
.form-item.remarks_box.point-area{
	background-color: #fff;
	padding: 40px;
	box-sizing: border-box;
}
.form-item.remarks_box.point-area .form-label{
	font-size: 20px;
}

.form-item.remarks_box.point-area .point-area-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-item.remarks_box.point-area .point-area-wrapper .point-inner-area{
    margin-right: 20px;
    min-width: 340px;
}

.form-item.remarks_box.point-area .point-area-wrapper .login-area{
	width: 335px;
}
.form-item.remarks_box.point-area .point-area-wrapper .login-area .form-sns-btns{
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	padding: 20px 0 0;
}
.form-item.remarks_box.point-area .point-area-wrapper .login-area .form-sns-btns .form-sns-btns__item{
	width: calc(50% - 5px);
    margin-bottom: 10px;
}
.form-item.remarks_box.point-area .point-area-wrapper .login-area .form-sns-btns .form-sns-btns__item:first-child{
    width: 100%;
}
.point-area-wrapper .login-area .form-sns-btns .form-sns-btns__item .d_point {
    background-color: #A57E49;
    color: #fff;
}
.point-area-wrapper .login-area .form-sns-btns .form-sns-btns__item .d_point:hover {
    background-color: #b08c44;
}
.form-item.remarks_box.point-area .point-area-wrapper .login-area .form-sns-caption{
	font-size: 12px;
	color: #ADADAD;
	text-align: center;
}
.form-item.remarks_box.point-area .form-label .pt{
	color: #A8C434;
	font-weight: bold;
}
.form-item.remarks_box.point-area .dpoint-annotation {
    font-size: 14px;
    padding: 10px 0 0;
}
.form-item.remarks_box .input_box{
	background-color: #fff;
    padding: 40px;
}
.form-item.remarks_box .input_box.htsr_point,
.form-item.remarks_box .input_box.d_point{
	box-sizing: border-box;
	flex: none;
}
.form-item.remarks_box .input_box.d_point{
	margin: 1px 0 0;
}
.form-item.remarks_box .input_box.htsr_point p.remarks,
.form-item.remarks_box .input_box.d_point p.remarks{
	color: #333;
}
.form-item.remarks_box .input_box p{
    font-weight: 700;
	color: #adadad;
}
.form-item.remarks_box .input_box p.point_form_txt{
	color: #333;
	font-size: 14px;
}
.form-item.remarks_box .input_box .active_point_ttl{
	font-size: 20px;
	color: #333;
}
.form-item.remarks_box .input_box .active_point{
	margin: 20px 0 0;
	font-size: 16px;
	color: #333;
}
.form-item.remarks_box .input_box .active_point_inner{
	margin: 10px 0 0;
}
.form-item.remarks_box .input_box .point_form-input{
	margin: 20px 0 0;
}
.form-item.remarks_box .input_box p.ttl__M{
	font-size: 20px;
    margin-bottom: 10px;
	color: #333;
}
.form-item.remarks_box .input_box p b{
	font-weight: 700;
}
.reserve_check_box .form-item.remarks_box{
	margin: 40px 0 40px;
}
.reserve_check_box .form-item.remarks_box .question-item {
	margin-bottom: 40px;
}
.reserve_check_box .form-item.remarks_box .question-item:last-child {
	margin-bottom: 0;
}
.reserve_input_box .form-item .form-label {
/* .reserve_check_box .form-item .form-label { */
    width: 100%;
    font-size: 20px;
    font-weight: 700;
	margin-bottom: 20px;
/*	margin-top: 20px;*/
}
.reserve_check_box .form-item .form-label,
.reserve_input_box .form-item .form-label.form-label--line1 {
	margin-top: 0;
}
.reserve_check_box .form-item .form-label br{
	display: none;
}
.reserve_input_box .form-item .input_box {
    width: 100%;
}
.reserve_input_box .form-item .input_box input,
.reserve_input_box .form-item .input_box textarea {
	padding: 16px;
	font-size: 16px;
	outline: none;
}
.reserve_input_box .form-item .input_box input:focus, .reserve_input_box .form-item .input_box textarea:focus{
	border: 1px solid #B08C44;
}
.reserve_input_box .form-item .input_box textarea {
	line-height: 22px;
	display: block;
}
.form-restaurant-question-wrap {
    width: 100%;
    padding: 40px;
    background-color: #fff;
}
.form-restaurant-question-wrap .input_box:nth-child(2) .form-caption-small{
	padding:  10px 0 0 !important
} 
.form-restaurant-question-wrap .input_box {
}
.form-restaurant-question-wrap .input_box:first-child {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
	padding-bottom: 40px;
}
.reserve_check_box .form-restaurant-question-wrap {
	width: auto;
	flex: 1;
	padding: 0;
}
.reserve_check_box .form-restaurant-question-wrap .form-caption {
    font-size: 16px;
    font-weight: 500;
    color: #333;
	line-height: 160%;
}
.reserve_check_box .form-restaurant-question-wrap .form-caption b{
    font-size: 16px;
    font-weight: 700;
    color: #8f8f8f;
}
.reserve_input_box .form-item .input_box .form-caption {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 700;
}
.reserve_input_box .form-item .input_box .form-caption b{
	font-size: 16px;
	font-weight: 700;
	color: #8f8f8f;
}
.reserve_input_box .form-item .input_box .form-caption.caption-title:first-child {
	margin: 0 0 20px;
}
.reserve_input_box .form-item .input_box .form-caption.caption-title {
	color: #333;
	margin: 40px 0 20px;
	font-size: 20px;
}
.reserve_input_box .form-item .input_box .form-caption-small {
    font-size: 12px;
    line-height: 160%;
    color: #adadad;
    padding: 10px 0 0;
}
.reserve_input_box .form-item .question-base {
    display: flex;
}
.reserve_input_box .form-item .input_box input[type="radio"] {
    display: none;
}
.reserve_input_box .form-item .input_box input[type="radio"] + label {
	display: inline-block;
	background-color: #f4f4f4;
	line-height: 40px;
	border-radius: 22px;
	margin-right: 10px;
	padding: 0 16px;
	color: #8F8F8F;
	font-size: 14px;
	font-weight: 700;
}
.reserve_input_box .form-item .input_box input[type="radio"]:checked + label {
	background-color: #A57E49;
	color: #fff;
}
.reserve_input_box .form-item--name .input_box {
	width: 340px;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
#restaurant_forms{
    margin-top: 40px;
    background-color: #f4f4f4;
    padding: 0;
}
#restaurant_forms .form-label{
	font-size: 24px;
}
#restaurant_forms .form-label br{
	display: none;
}
.reserve_input_box .form-item--name .input_box:first-of-type {

}
.reserve_input_box .form-item--name .form-small-label {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    color: #8f8f8f;
}
.reserve_input_box .form-item--name .input_box input {
    height: 48px;
	width: 84%;
	outline: none;
}
.reserve_input_box .form-item--name .input_box input:focus{
	border: 1px solid #B08C44;
}
.reserve_input_box .form-item--name .form-error-text {
	color: #C65651;
    font-size: 14px;
    display: block;
    background-color: #fff;
    font-weight: 700;
    width: 100%;
}
.form-point-caution {
	font-size: 16px;
	text-align: right;
}
.private {
    margin: 40px 0;
    font-size: 16px;
    line-height: 160%;
    font-weight: 500;
    color: #8F8F8F;
    background-color: #fff;
    padding: 0 40px 40px;
	position: relative;
	z-index: 0;
}
.private p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
	color: #333;
	padding: 0;
	padding: 0 0 24px;
}
.private p:first-child{
	margin-left: -40px;
}
.private::after{
    content: "";
    display: block;
    width: 780px;
    height: 50px;
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    right: 0;
	z-index: -1;
}
.private a {
	 text-decoration: underline;
}
#reserve_form{
	background-color: #f4f4f4;
}
.reserve_form_submit {
	margin: 20px 0;
	text-align: center;
}
.reserve_form_submit a {
    height: 48px;
    display: block;
	margin-top: 20px;
}
.reserve_form_submit a b {
	font-size: 16px;
	font-weight: 700;
}
.reserve_check_submit {
	margin: 20px 0 80px;
	text-align: center;
}
.fixed_right .reserve_check_submit {
	margin-bottom: 40px;
}
.reserve_check_submit a {
	display: block;
	margin: 0 auto 20px;
	height: 48px;
}
.reserve_check_submit a b {
	font-size: 14px;
	font-weight: bold;

}
.input_result_box {
	display: -webkit-box;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    background: #fff;
	padding: 40px 40px 20px;
	margin-top: 20px;
}
.input_result_box img {
    width: 300px;
    height: 225px;
    margin-right: 20px;
}
.input_result_box .dl_box {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.input_result_box .dl_box dt,
.input_result_box .dl_box dd {
    background-color: #f4f4f4;
}
.input_result_box .shop_data {
    width: 380px;
}
.input_result_box .shop_data .summary {
	line-height: 132%;
	margin-bottom: 10px;
}v
.input_result_box .shop_data .shop_name {
	font-size: 15px;
	margin-bottom: 8px;
}
.input_result_box .dl_box {
	margin-top: 40px;
}
.input_result_box .dl_box dl {
	padding: 0;
	background-color: #f4f4f4;
	border-radius: 8px;
}
.input_result_box .dl_box dt {

}
.result_title {
	margin-bottom: 40px;
}
.result_title h2 {
    margin: 20px 0;
    color: #8f8f8f;
    text-align: left;
    font-weight: 700;
}
.result_title .result_h2 {
	font-size: 17px;
}
.result_title p {
	font-weight: 700;
}
.result_title p.exemption{
	font-size: 16px;
	color: #333;
	font-weight: 500;
	line-height: 160%;
}
.result_title .result_p {
	font-size: 20px;
	margin: 20px 0;
}
.reserve_result_box.padding_wide_s{
	padding: 0;
}
.reserve_result_box p b {
	color: #C65651;
}
.reserve_result_box .caution {
    margin: 0px 0 20px;
    line-height: 160%;
    color: #333;
}
.reserve_result_box .exemption {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 160%;
    color: #333;
    font-weight: 500;
}
.reserve_hitosara_point {
	margin-bottom: 15px;
}
.reserve_hitosara_point__text {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 15px;
}
.reserve_hitosara_point__icon {
	width: 17px;
	height: 19px;
	margin-right: 5px;
}
.reserve_hitosara_point .text-link {
	margin-top: 10px;
}
.reserve_hitosara_point .text-link .text-link__text,
.reserve_hitosara_point .text-link .text-link__icon {
	color: #946b39;
}
.reserve_tft_box {
	padding: 40px;
	background-color: #fff;
}
.reserve_tft_box img {
	width: 268px;
}
.reserve_tft_box .read {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 20px 0 12px;
}
.reserve_tft_box .detail {
    color: #8f8f8f;
	font-size: 16px;
	line-height: 160%;
}
.reserve_result_submit {
	margin: 40px auto 80px;
	display: flex;
}
.reserve_result_submit a {
	margin: 0 10px;
	height: 48px;
	font-size: 16px;
}
.reserve_contact_box .contact_caption {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.reserve_contact_box .contact_list {

}
.reserve_contact_box .contact_list li {
    display: flex;
    -webkit-align-items: center;
    /* align-items: center; */
    background-color: #fff;
    padding: 12px 16px;
    box-sizing: border-box;
    margin-bottom: 1px;
	justify-content: space-between;
}
.reserve_contact_box .contact_list li:first-child{
	border-radius: 8px 8px 0 0;
}
.reserve_contact_box .contact_list li:first-child b{
	color: #E26762;
}
.reserve_contact_box .contact_list li:last-child{
	border-radius: 0 0 8px 8px ;
}
.reserve_contact_box .contact_list li:last-child:after {
	display: none;
}
.reserve_contact_box .contact_list li p {
    font-size: 14px;
    color: #8f8f8f;
    font-weight: 700;
}
.reserve_contact_box .contact_list li b {
    font-size: 16px;
    font-weight: 700;
}
.reserve_contact_box .remarks {
    font-size: 14px;
    line-height: 160%;
    font-weight: 700;
    margin-top: 10px;
    color: #adadad;
}

.form-sns {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	background-color: #F8F5F3;
	border-radius: 4px;
}
.form-sns-ttl {
	font-size: 13px;
	font-weight: 500;
}
.form-sns-caption {
	font-size: 11px;
}
.form-sns-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 20px 0;
}
.form-sns-btns__item .btn {
	width: 135px;
	font-size: 11px;
	padding: 0;
}
.form-sns-btns__item {
	margin-right: 10px;
}
.right .form-sns-btns__item:first-child{
	margin-bottom: 10px;
}
.form-sns-btns__item:last-child {
	margin-right: 0px;
}
.form-sns-btns__item .icon {
	font-size: 11px;
	margin-right: 5px;
	vertical-align: middle;
}
.form-item-check {
    position: relative;
    padding: 0 40px 40px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
/* .form-item-check .checkbox__input{

}
.form-item-check .checkbox__label {
	font-size: 15px;
} */

.form-regist-btn {
	text-align: center;
	margin-bottom: 30px;
}
.form-cal-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 40px 0 20px;
	/* -webkit-align-items: center;
	align-items: center;
	margin-bottom: 25px; */
}
.form-cal-btns__item {
	width: 100%;
}
.form-cal-btns__item:first-child {
}

/*座席選択*/
.reserve_course_seat {
	margin-bottom: 40px;
}
.reserve_course_seat .form-error-text{
	margin: 0;
    padding: 0 40px 10px;
}
.reserve_course_box_small .contents-link__item:first-child {
	border-top: none;
}
.contents-link__smoking0,
.contents-link__smoking1 {
	padding: 0 3px;
	font-weight: 300;
}
.contents-link__smoking0:before {
	content: "";
	background: url(/img/pc/smoking0.png) no-repeat center;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
}
.contents-link__smoking1:before {
	content: "";
	background: url(/img/pc/smoking1.png) no-repeat center;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
}
.contents-link__seat-price {
	display: flex;
	align-item: center;
	font-size: 13px;
	margin-bottom: 3px;
}
.contents-link__seat-price__data {
	font-weight: 300;
}
.contents-link__seat-price__data b {
	margin-left: 3px;
}
.contents-link__seat-summary {
	font-size: 13px;
}
.reserve_course_more,
.reserve_course_more2 {
	display: none;
}
.reserve_course_box li.reserve_course_more--show {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-weight: 500;
	color: #946B39;
	border-bottom: none;
}
.reserve_course_more .icon {
	font-size: 10px;
	margin-left: 5px;
	vertical-align: middle;
}
.reserve_course_more--show:hover {
	opacity: 0.7;
	cursor: pointer;
}
.form_condition__smoking0:before {
	content: "";
	background: url(/img/pc/smoking0.png) no-repeat center;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	margin-left: 5px;
}
.form_condition__smoking1:before {
	content: "";
	background: url(/img/pc/smoking1.png) no-repeat center;
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	margin-left: 5px;
}
.form_condition_price {
    background-color: #fff;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 16px;
    /* margin: 0 2px; */
    /* margin-top: 15px; */
    border-radius: 0px 0px 4px 4px;

}
.dl_box.dl_box--price .form_condition_price{
	height: 48px;
    box-sizing: border-box;
}
.form_condition_price__ttl {
    font-size: 14px !important;
    color: #8f8f8f;
}
.form_condition_price__num {
    font-size: 14px;
    color: #333;
}
.form-reserve-login-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content: flex-end;
	align-items: center;
	padding: 0 10px;
	font-size: 11px;
}
.form-reserve-login-info img {
	width: 23px;
	height: 23px;
	margin-right: 5px;
}
.form-reserve-login-info__strong {
	font-size: 13px;
	font-weight: 300;
}

#loading-view {
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	background-image: url(/common/img/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*input credit card*/
.form-card-input {
	margin-top: 80px;
}
.form-card-input input[name="card_name"] {
	text-transform: uppercase;
}
.form-card-input .reserve_title {
	padding-bottom: 0;
	margin-bottom: 20px;
	border-bottom: none;
}
.form-card-input .reserve_input_box {
	border-top: 1px dashed #e8e2dc;
	margin-top: 30px;
}
.form-card-input .form-item-check {
	border-bottom: none;
	padding: 40px 0;
}
.form-card-input .form-item-check-inner {
	width: 350px;
	margin: 0 auto;
	background: #FFF5EC;
	padding: 20px;
	border-radius: 4px;
	text-align: left;
	box-sizing: border-box;
}
.form-card-input .reserve_input_box .form-item {
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.form-card-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	border-radius: 4px;
	background: #F8F5F3;
	padding: 25px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.form-card-list__item {
	width: 40px;
	padding: 0 12px;
}
.form-card-list__item img {
	vertical-align: middle;
}
.form-card-security {
	font-size: 12px;
	background: #F8F5F3;
	padding: 10px 20px;
	box-sizing: border-box;
}
.form-card-security-ttl {
	text-align: center;
	color: #946B39;
	font-weight: 500;
}
.form-card-security-description {
	margin: 5px 0 10px;
}
.form-card-security-ttl__icon {
	display: inline-block;
	margin-left: 2px;
}
.form-card-security-accordion-item {
	display: none;
}
.form-card-check {
	background: #FFF5EC;
	border-radius: 4px;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px 0 30px;
}
.form-card-select-expiration-date {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	flex: 1;
}
.form-card-select-expiration-date .select-wrap {
	margin-right: 10px;
}
.form-card-select-expiration-date-label {
	margin-right: 40px;
}

/*security code modal*/
.modal-security-code .modal-contents-inner {
	padding: 60px 150px;
	text-align: center;
}
.modal-security-code__img {
	margin: 20px 0;
}
.modal-security-code__img img {
	width: 400px;
}

/*step*/
.caution_step_list {
	margin: 20px 0 0;
	display: flex;
	justify-content: space-between;
}
.caution_step_list__item {
    width: 340px;
    background: #fff;
    border-radius: 7px;
    line-height: 160%;
    padding: 20px;
    box-sizing: border-box;
	margin-left: 20px;
}
.caution_step_list__item:first-child {
	margin-left: 0;
	position: relative;
}
.caution_step_list__item:first-child::after{
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.caution_step_list__ttl {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.caution_step_list__caption {
    font-size: 16px;
    color: #8f8f8f;
    line-height: 160%;
}
.caution_step_list__small_caption {
    font-size: 12px;
    color: #C65651;
    font-weight: 500;
    margin-top: 10px;
    line-height: 160%;
}
.caution_step_list__item:nth-child(3) .caution_step_list__caption{
	font-size: 16px;
    margin-bottom: 20px;
}
.caution_step_list__item:nth-child(3) .caution_step_list__caption:last-child{
	margin-bottom: 0;
}
.caution_step_list__head {
    position: relative;
	height: 16px;
}
.caution_step_list__item .caution_step_list__head::before{
	content: 'STEP  1';
	position: absolute;
	font-size: 16px;
	color: #A57E49;
	font-weight: 700;
}
.caution_step_list__item:nth-child(2) .caution_step_list__head::before{
	content: 'STEP  2';
	position: absolute;
	font-size: 16px;
	color: #A57E49;
	font-weight: 700;
}
.caution_step_list__item:nth-child(3) .caution_step_list__head::before{
	content: 'STEP  3';
	position: absolute;
	font-size: 16px;
	color: #A57E49;
	font-weight: 700;
}
.caution_step_list__head > img {
    display: none;
}
.caution_step_list__img {
    margin-top: 10px;
	margin-bottom: 20px;
}
.caution_step_list__img img {
	width: 84px;
}
.caution_step_list__arrow {
    display: none;
}
.caution_step_list__arrow img {
	width: 6px;
}
.caution_small_caption__text {
    font-size: 12px;
    line-height: 160%;
    color: #8f8f8f;
}
.caution_small_caption{
	margin-top: 20px;
}
/*option*/
.reserve_option {
	padding-bottom: 30px;
	background-color: #fff;
}
.reserve_option_title {
	color: #8f8f8f;
	font-weight: 300;
	padding: 15px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-pack:space-between;
	-ms-flex-pack:space-between;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.reserve_option_title:after {
	content: "\e929";
	font-family: "icomoon";
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	color: #946b39;
}
.reserve_option_title.is-active:after {
	content: "\e928";
}
.reserve_option_inner {
	border-radius: 4px;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 40px;
    background-color: #f4f4f4;
}
.reserve_option_list__inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.reserve_option_list__inner .select-wrap {
    width: 20%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #EFEFEF;
}
.reserve_option_list__thum_wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-box-align:flex-start;
	-ms-flex-align:flex-start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.reserve_option_list__info {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 80%;
}
.reserve_option_list__title {
	font-weight: 700;
	margin-bottom: 5px;
}
.reserve_option_list__desc {
	font-size: 14px;
	width: auto !important;
}
.reserve_option_list__price {
	font-size: 16px;
    font-weight: 500;
    color: #8f8f8f;
    text-align: right;
}
.reserve_option_list__img {
	width: 58px;
	margin-right: 20px;
}
.reserve_option_list__item {
	padding-top: 20px;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}
.reserve_option_list__item:first-child {
	margin-top: 0;
}
.reserve_option_list__form .form-caption {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    color: #333;
	font-weight: 700;
}
.reserve_option_list__item .reserve_option_list__form .form-input--textarea{
	background-color: #fff;
}
.reserve_option_list__item .reserve_option_list__form .form-error-text{
	background-color: #f4f4f4;
}
.reserve_option_list__item .reserve_option_list__form p.form-caption-small{
    background-color: #f4f4f4;
    padding: 10px 0 20px;
    font-size: 14px;
}

/*--------------------------------------------------------
2020/11/04 GoToEat追加
--------------------------------------------------------*/
.goto{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 160%;
    background-color: #A57E49;
    padding: 14px 16px;
}
.reserve_course_seat {
    margin-bottom: 40px !important;
}
.point{
    width: 100%;
    position: relative;
    margin: 40px auto 20px;
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
}
.final{
	margin: 0 auto 20px;
    font-size: 16px;
    color: #8f8f8f;
	font-weight: 700;
}
.get-point{
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.color{
	color: #a8c434;
}
.side{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}
.left, .right{
	width: 48%;
	height: auto;
}
.left ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    background-color: #f4f4f4;
    padding: 12px 16px;
    box-sizing: border-box;
}
.left li:first-child{
	border-radius: 8px 8px 0 0;
}
.left li:last-child{
	border-radius: 0 0 8px 8px;
	margin-top: 1px;
}
.left li:only-child{
	border-radius:10px;
}
.supplement{
    display: block;
    background-color: transparent;
    margin-top: 10px;
    color: #adadad;
    font-size: 14px;
    font-weight: 700;
	line-height: 160%;
}
.first{
	font-size: 16px;
	font-weight: bold;
	color: #8f8f8f;
}
.second{
	font-size: 16px;
	font-weight: bold;
	color: #a8c434;
}
.supplement .color{
	color: #A57E49;
}
.form-sns-btns__item {
    margin-right: 0;
}
.form-sns-btns__item .btn {
    width: 100%;
    height: 44px;
    font-size: 14px;
    font-weight: bold;
	color:#333;
    box-shadow: none;
	background-color: #f4f4f4;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 12px;
}
.form-sns-btns__item:first-child .btn{
    background-color: #A2D20D;
    border:none;
    color: #fff;
}
.form-sns-btns__item .btn:hover{
    opacity: 0.5;
}
.form-sns-btns__item:first-child .btn:hover{
    background-color: #B2E212;
    opacity: 1;
}
.form-sns-btns__item .btn .btn__inner{
	font-size: 14px;
	display: flex;
    align-items: center;
}
.form-sns-btns__item:first-child .btn .btn__inner{
    display: inline-block;
} 
.form-sns-btns__item .btn .btn__inner .text{
    flex: 1;
}
.btn--fb {
    margin-bottom: 2px;
}
.right li:last-child{
    display: block;
    background-color: transparent;
    color: #adadad;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}
.point:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #f4f4f4;
}
.form-sns-btns__item .icon {
    font-size: 20px;
    vertical-align: baseline;
}
.form-sns-btns__item .icon.icon-line{
    color: #06C755;
}
.form-sns-btns__item .icon.icon-fb{
    color: #4267b2;
}

#reserve_form .point{
  position: static;
  margin:20px 0 0;
  /* margin-bottom:40px; */
}
#reserve_form .point:before{
  border-bottom:none;
}
.icon-arrow-right-small:before, .icon-arrow-right-small-a:after{
	display: none;
}
.icon-arrow-left-small:before, .icon-arrow-left-small-a:after{
	display: none;
}
.bx-viewport{
	height: 48px !important;
}
.bx-wrapper .bx-controls-direction a{
	width: 48px;
    height: 48px;
	top: 0;
	margin-top: 0;
}
.input_result_box_price.dl_box{
	border: none ;
    background-color: #fff;
    border-radius: 0;
    padding: 0 40px 40px !important;
    margin-top: 0;
    margin-bottom: 40px;
}
.input_result_box_price dl{
	padding: 0 !important; 
}
.input_result_box_price .form_condition_price{
	background-color: #f4f4f4;
	margin: 0 !important;
}
.input_result_box .dl_box dl dt:first-child{
	border-radius: 8px 0 0 0;
}
.input_result_box .dl_box dl dd:nth-child(2){
	border-radius: 0 8px 0 0;
}
.input_result_box .dl_box dl dt:last-child{
	border-radius: 0 0 0 8px;
}
.input_result_box .dl_box dl dd:last-child{
	border-radius: 0 0 8px 0;
}

.card-time-list-wrap .bx-wrapper{
	width: 600px !important;
}
.person_list li, .time_list li {
    width: 74px !important;
    min-width: 60px;
    margin: 0 1px 10px 0 !important;
}
.contents-link__price{
	color: #8f8f8f;
}
.course_list .reserve_submit_foot .btn--medium:hover{
	background-color: #B08C44;
}




/*アンケート項目*/
.reserve_input_box .form-item.scene .input_box .form-caption b {
    color: #333;
	font-size: 20px;
}
.reserve_input_box .form-item.scene .input_box .form-caption {
    margin: 40px 0 20px;
}
.reserve_input_box .form-item.scene .input_box .form-caption:first-child {
    margin: 0 0 20px;
}
.use_scene, .scene_who{
	display: flex;
	flex-wrap: wrap;
}
.who_scene input[type="radio"]{
	display: none;
}
.who_scene input[type="radio"] + label {
  	color: #8F8F8F;
    font-weight: 700;
    font-size: 14px;
    background-color: #f4f4f4;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    border-radius: 22px;
    display: inline-block;
	margin-right: 10px;
}
.who_scene input[type="radio"]:checked + label {
  background-color: #A57E49;
  color: #fff;
}
.who_scene input[type="radio"] + label:hover{
	cursor: pointer;
}
.who_scene input[type="radio"]:not(:checked) + label:hover {
  background-color: #f4f4f4;
  color: #8F8F8F;
}



/*免責事項*/
div.private div.attention_goto p{
	font-size: 14px;
	font-weight: normal;
	line-height: 160%;
	color: #8f8f8f;
	margin: 0 auto;
	padding: 0;
}
div.private div.attention_goto p.ttl{
	color: #333;
	font-weight: 700;
	padding: 0 0 10px;
}
div.private div.attention_goto p strong{
	color: #C65651;
    padding-bottom: 5px;
    display: inline-block;
}
div.private div.attention_goto_scroll{
	background-color: #f4f4f4;
	padding: 20px;
	border-radius: 8px;
}
div.private div.attention_goto_scroll .attention_goto_scroll_inner{
    height: 80px;
    overflow-y: scroll;
	padding: 0 5px 0 0;
	overflow-y:auto;
    -ms-overflow-style:none;
}
div.private div.attention_goto_scroll .attention_goto_scroll_inner::-webkit-scrollbar {
    width: 4px;
	transition: .2s;
}
div.private div.attention_goto_scroll .attention_goto_scroll_inner::-webkit-scrollbar-thumb{
	background-color: #adadad;
    border-radius: 10px;
	color: #8f8f8f
}

div.private div.attention_goto_scroll .attention_goto_scroll_inner::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset 0 0 5px #adadad;
}
div.private p label[for="gte_check_flg"]{
	font-size: 16px;
    color: #c65651;
	font-weight: 700;
}
div.private p label[for="gte_check_flg"]:hover{
	font-weight: 700;
}

/*ポイント内訳 ツールチップ*/
.point_name button {
    position: relative;
	color: #ADADAD;
    font-size: 14px;
    margin-left: 10px;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
	cursor: pointer;
}
.point_name .tooltip {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    width: 260px;
    bottom: 145%;
    margin-bottom: 4px;
    left: 50%;
    margin-left: -130px;
}
.point_name .tooltip > .text {
    background-color: #fff;
    color: #8f8f8f;
	text-align: left;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 12px;
	font-weight: normal;
    display: inline-block;
	line-height: 132%;
	position: relative;
	box-shadow: 0px 2px 4px rgb(0 0 0 / 16%);
}
.point_name .tooltip > .text::after {
    content: " ";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.tooltip > .text::before{
		content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -9px;
    border-width: 9px;
    border-style: solid;
    border-color: rgba(0 0 0 / 16%) transparent transparent transparent;
	filter: blur(2px);
    z-index: -1;
	}
.tooltip > .text i{
		background-color: #A57E49;
		color: #fff;
		font-style: normal;
		padding: 3px 7px;
	    font-size: 10px;
		margin-right: 2px;
	}
button:hover > .tooltip{
	visibility: visible;
    opacity: 1;
}


/* 免責事項 */
.attention_goto {
	margin: 0 0 20px 0;
}
div.private div.attention_goto p{
	font-size: 14px;
	font-weight: normal;
	line-height: 160%;
	color: #8f8f8f;
	margin: 0 auto;
	padding: 0;
}
div.private div.attention_goto p.ttl{
	color: #333;
	font-weight: 700;
	padding: 0 0 10px;
}
div.private div.attention_goto p strong{
	color: #C65651;
	padding-bottom: 5px;
	display: inline-block;
}
div.private div.attention_goto_scroll {
	background-color: #f4f4f4;
	padding: 20px;
	border-radius: 8px;
}
div.private div.attention_goto_scroll .attention_goto_scroll_inner{
	height: 80px;
	overflow-y: scroll;
	padding: 0 5px 0 0;
	overflow-y:auto;
	-ms-overflow-style:none;
}
div.private div.attention_goto_scroll .attention_goto_scroll_inner::-webkit-scrollbar {
	width: 4px;
	transition: .2s;
}
div.private div.attention_goto_scroll .attention_goto_scroll_inner::-webkit-scrollbar-thumb{
	background-color: #adadad;
	border-radius: 10px;
	color: #8f8f8f
}
div.private div.attention_goto_scroll .attention_goto_scroll_inner::-webkit-scrollbar-track {
	border-radius: 5px;
	box-shadow: inset 0 0 5px #adadad;
}

/*///////////////////////////////////*/
/*/////////dポイント認証エリア//////////*/
/*///////////////////////////////////*/
.point-area.dpoint .attention_txt{
	font-size: 14px;
    margin: 10px 0 0;
    color: #8f8f8f;
} 
.dpoint_select_area{
	margin: 40px 0 0;
    font-size: 16px;
    color: #333;
}
.dpoint_select_txt{
	font-weight: bold;
	color: #666;
}
.dpoint_select_btn{
	margin: 20px 0 0;
}
.dpoint_select_btn .dpoint_select_item:first-child{
	margin-right: 10px;
}
.dpoint_select_area input[type="button"]{
	height: 44px;
    padding: 0 16px;
    border-radius: 8px;
    background-color: #f4f4f4;
    color: #a57e49;
    font-weight: bold;
    cursor: pointer;
	font-size: 14px;
}
.dpoint_select_area input[type="button"]:hover{
	background-color: #a57e49;
	color: #fff;
	transition: all .2s;
}
.dpoint_select_area input[type="button"]:focus{
	background-color: #a57e49;
	color: #fff;
} 
.dpoint_status_checked{
	background-color: #a57e49 !important;
	color: #fff !important;
}
.dpoint_login_area,
.dpoint_notlogin_area{
	margin: 20px 0 0;
    padding: 40px;
    background-color: #fff;
}
.login_area_txt{
	color: #8f8f8f;
	margin: 10px 0 0;
	line-height: 132%;
}
.login_area_txt a{
	font-weight: bold;
}
.login_area_catch{
	font-weight: bold;
	font-size: 20px;
	color: #333;
} 
.login_area_catch.complete{
	color: #a57e49;
}
.login_area_catch [class^="icon-"]{
	font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}
.unregistered{
	margin: 20px 0 0;
}



/*ポイント利用*/
.select_point{
	margin: 10px 0 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.select_point input[type="radio"]{
	display: none;
}
.select_point input[type="radio"] + label{
	font-weight: bold;
	font-size: 14px;
	color: #8f8f8f;
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
/* .select_point input[type="radio"] + label p{
	margin-left: 20px;
}
.select_point input[type="radio"] + label.d_point{
	margin-left: 20px;
}
.select_point input[type="radio"] + label::before{
	content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    position: absolute;
} */
.select_point input[type="radio"]:checked + label p{
	color: #a57e49;
}
.select_point input[type="radio"]:checked + label::before{
	background-color: #a57e49;
}
.select_point input[type="radio"]#htsr_point:checked + label ~ .htsr_point,
.select_point input[type="radio"]#d_point:checked + label ~ .d_point{
	display: block;
}
.select_point .input_data{
	width: 100%;
	display: none;
	margin: 20px 0 0;
}

/*ポイントアコーディオン*/
.shop_section.htsr_point{
	margin: 1px 0 0;
}
.shop_section.d_point{
	margin: 1px 0 0;
}
.htsr-point-area{
	padding: 40px;
	background-color: #fff;
}
.htsr-point-area .table-data .form-item.remarks_box.point-area{
    padding: 0;
    margin: 0;
    background: none;
}
.htsr-point-area .table-data .form-item.remarks_box.point-area .form-label{
	font-size: 16px;
    font-weight: bold;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	color: #8f8f8f;
}
.htsr-point-area .table-data .form-item.remarks_box.point-area .form-label .point_inner{
	color: #333;
}
.htsr-point-area .table-data .form-item.remarks_box.point-area .form-label .viewmore{
	color: #A57E49;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}
.htsr-point-area .table-data .form-item.remarks_box.point-area input[type="checkbox"]{
	display: none;
}
.htsr-point-area .table-data .form-item.remarks_box.point-area input[type="checkbox"]:checked + label ~ .acd-inner{
	height: auto;
	overflow: visible;
	transition: all 0.3s;
	margin-bottom: 6px;
}
.htsr-point-area .table-data .form-item.remarks_box.point-area .acd-inner{
	height: 0;
	overflow: hidden;
}
.htsr-point-area .table-data .form-item.remarks_box.point-area .htsr-point .htsr-point_item,
.htsr-point-area .table-data .form-item.remarks_box.point-area .other-point .other-point_item{
	background-color: #f4f4f4;
}
.htsr-point-area .card_number{
	font-size: 14px;
	color: #adadad;
	margin: 10px 0 0;
}
.usedpoint{
	margin: 1px 0 0;
}
.usedpoint p{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #8f8f8f;
	font-weight: bold;
	padding: 40px;
	background-color: #fff;
}
.usedpoint .point_inner{
	color: #333;
}
.code{
	text-align: right;
    margin: 10px 0 0;
    font-size: 14px;
	color: #adadad;
}
.reserve-section .code{
	margin: 10px 0 0;
}


/*point*/
.point-regist-balloon {
    position: relative;
    line-height: 1;
    /* border: 1px solid #F4A954; */
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #A57E49;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #F9F7F5;
    border: 1px solid #A57E49;
    line-height: 32px;
    border-radius: 16px;
    padding: 0 16px;
}
.point-regist-balloon span {
	color: #A57E49;
}

.point-regist-balloon__img {
	width: 17px;
	margin-right: 5px;
}

/*/////////////////////////////*/
/*////ワクチン接種情報入力エリア///*/
/*/////////////////////////////*/

.form-item.covid-19{
	padding: 40px;
    border-top: 1px solid #f4f4f4;
}
.form-item.covid-19 .form-item-check{
	padding: 10px 0 0;
	width: 100%;
}
.reserve_input_box .form-item.covid-19 .form-label{
	margin: 0 0 10px;
}
.form-item.covid-19 .form-caption{
    color: #8f8f8f;
    line-height: 132%;
}
.form-item.covid-19 .attention_txt{
	font-size: 12px;
    line-height: 132%;
    color: #adadad;
	width: 100%;
}
.form-item.covid-19 .attention_txt .coupon{
	color: #A6764F;
}
.covid-19_check_ttl{
    font-weight: bold;
    margin: 20px 0 0;
    width: 100%;
}
.covid-19_check_ttl .annotation{
	color:#A8C434;
	font-size: 14px;
}

.covid-19 .form-label .annotation{
	color:#A8C434;
	font-size: 14px;
}

input[type="checkbox"]#covid-19_check{
	display: none;
}
input[type="checkbox"]#covid-19_check + label{
    font-size: 14px;
    font-weight: bold;
    color: #333;
	position: relative;
	padding: 20px 20px 20px 46px;
    margin: 10px 0 0;
	cursor: pointer;
	background-color: #f4f4f4;
	border-radius: 8px;
}
input[type="checkbox"]#covid-19_check + label::before{
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 14px;
	height: 14px;
	border-radius: 3px;
	background-color: #fff;
	background-color: #fff;
	border: 1px solid #efefef;
}
input[type="checkbox"]#covid-19_check:checked + label{
	color: #B2794B;
}
input[type="checkbox"]#covid-19_check:checked + label::before{
	background-color: #B2794B;
	border: 1px solid #B2794B;
}
.form-item.covid-19 .number_select{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 10px 0 0;
    width: 100%;
}
.form-item.covid-19 .number_select .select-wrap{
	width: 8%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #EFEFEF;
	margin-left: 10px;
}
/* PUPカレンダー表記 */
.reserve_calendar_box .calendar-date__item .text--pup{
	color: #E26762;
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0 0;
	padding: 0;
}
.reserve_calendar_box .calendar-date__item .calendar-date-inner--disabled .text--pup,
.reserve_calendar_box .calendar-date__item .no-grant-point-rate{
	color: #ADADAD;
}
.reserve_calendar_box .calendar-date__item.calendar-date__item--active .text--pup{
	color: #fff;
}
.reserve_calendar_box .calendar-date__item .text--pup.icon-point:before{
	margin-right: 2px;
}
.calendar-seat-info{
	font-size: 16px;
}
.pup-area{
	background-color: #FAECEC;
	border-radius: 22px;
	color: #E26762;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 6px 12px 6px 6px;
}
.pup-area::before{
	font-size: 20px;
	margin-right: 10px;
}

/*////////////////////////////////////*/
/*///////// 特商法対応 新規追加　////////*/
/*///////////////////////////////////*/
/* ポイント利用 */
.select_point {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	background-color: #fff;
    border-radius: 12px;
    padding: 20px;
}
.select_point > .text--caption{
	color: #8f8f8f;
	width: 100%;
    font-size: 14px;
    margin: 10px 0 0;
}
.input_data.point {
    background-color: #f4f4f4;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0 0;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
    display: none;
}

.select_point input[type="radio"] {
    display: none;
}

.select_point input[type="radio"]+label {
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 40px;
    padding: 0 12px;
    border-radius: 22px;
	margin: 20px 0 0;
}

.select_point input[type="radio"]+label p {
    font-weight: bold;
    display: flex;
    align-items: center;
}
.select_point input[type="radio"]+label.htsr_point .icon-point::before{
    color: #a57e49;
    margin-right: 5px;
}
.select_point input[type="radio"]+label.htsr_point .icon-point::before{
    font-size: 20px;
}
.select_point input[type="radio"]+label.d_point {
    margin-left: 10px;
}
.select_point input[type="radio"]+label:hover{
	background-color: #f4f4f4;
}

.select_point input[type="radio"]:checked+label {
    background-color: #f4f4f4;
}

.select_point input[type="radio"]#htsr_point:checked+label~.htsr_point,
.select_point input[type="radio"]#d_point:checked+label~.d_point {
    display: block
}
.select_point .point_form-input{
	color: #8f8f8f;
	font-size: 14px;
    font-weight: bold;
	display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.select_point .point_form-input .form-input{
	border-radius: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 132%;
    padding: 13px 12px;
    width: 100%;
    box-sizing: border-box;
}
.text--caption{
	color: #adadad;
	font-size: 12px;
	line-height: 132%;
}
.checkbox__input{
	border: 1px solid #ddd;
    background-color: #fff;
    margin: 0 10px 0 20px;
}
.form-item.remarks_box .input_box p{
	font-weight: normal;
    color: #adadad;
    font-size: 12px;
    line-height: 132%;
}
.select_point .active_point{
	font-size: 14px;
	font-weight: bold;
    margin-bottom: 10px;
	color: #333;
}
.select_point .active_point b{
	color: #A8C434;
	font-size: 24px;
	font-weight: 700;
}
.form-item-wrapper .card-tab-time .slider{
	width: 640px;
}
.active_point_inner{
	color: #adadad;
    font-weight: normal;
    font-size: 12px;
}
.dl_box--price dd,
.lower_title h2{
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 132%;
}
.reserve_input_box .form-item,
.reserve_check_box .form-item {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    position: relative;
    margin: 20px 0 0;
}
.reserve_input_box .form-item:first-child,  
.reserve_check_box .form-item:first-child{
	margin: 0;
} 

.reserve_check_box .input_box {
	width: 100%;
	flex: 1;
}
.reserve_check_box .input_box .text_l{
	font-size: 14px;
    line-height: 132%;
    color: #333;
    padding: 13px 12px;
    background-color: #f4f4f4;
    border-radius: 8px;
	display: block;
    margin: 10px 0 0;
}
.reserve_check_box .input_box.htsr_point .text_l{
	font-weight: bold;
}
.reserve_check_box .input_box.htsr_point .text_l .point_ttl > b{
	font-weight: bold;
	color: #A8C434;
}
.reserve_check_box .input_box.htsr_point .text_l span{
	font-weight: normal;
}
.reserve_check_box .input_box input[type="text"].text_l,
.reserve_check_box .input_box textarea.text_l{
	border: 1px solid #ddd;
}
.reserve_check_box .input_box input[type="text"].text_l:focus,
.reserve_check_box .input_box textarea.text_l:focus{
	outline: none;
	border: 1px solid #A57E49;
}
.reserve_check_box .input_box .text_l:focus{
	outline: none;
	border: 1px solid #A57E49;
}
.reserve_check_box .input_box .question-item{
	margin: 10px 0 0;
}
.reserve_check_box .input_box .question-item .form-label{
	font-size: 14px;
}
.reserve_input_box .remarks_box:after,
.reserve_check_box .remarks_box:after {
	display: none;
}
.reserve_input_box .remarks_box,
.reserve_check_box .remarks_box {

}
.form-item.remarks_box .form-label{
	font-size: 24px;
}
.form-item.remarks_box .input_box,
.form-item-wrapper{
	background-color: #fff;
	border-radius: 12px;
    padding: 20px;
	margin: 20px 0 0;
}
.form-item-wrapper .seat_box{
	padding-bottom: 0;
}
/* アンケート */
.form-item .question-base {
    display: flex;
	margin: 10px 0 0;
}

.form-item .question-base .pull {
    width: 220px;
	position: relative;
}

.form-item .question-base select {
    background-color: #fff;
    border-radius: 4px;
    border: none;
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    font-weight: 700;
    font-size: 16px;
    color: #8F8F8F;
    border: 1px solid #E8E2DC;
	width: 100%;
}

.pull::after {
    position: absolute;
    display: block;
    top: 18px;
    right: 15px;
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 2px #A57E49;
    border-right: solid 2px #A57E49;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.form-item .input_box .question-base input[type="radio"] {
    display: none;
}
.form-item .input_box .question-base input[type="radio"] + label {
	display: inline-block;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	box-sizing: border-box;
	line-height: 40px;
	border-radius: 22px;
	margin-right: 10px;
	padding: 0 16px;
	color: #8F8F8F;
	font-size: 14px;
	font-weight: 700;
}
.form-item .input_box .question-base input[type="radio"] + label:hover{
	cursor: pointer;
}
.form-item .input_box .question-base input[type="radio"]:checked + label {
	background-color: #A57E49;
	color: #fff;
}
.reserve_check_box .form-item.remarks_box{
	/* margin: 40px 0 40px; */
}
.reserve_input_box .form-item .form-label,
.reserve_check_box .form-item .form-label {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
	margin-top: 20px;
}
.reserve_info_check{
    font-size: 14px;
    font-weight: bold;
    line-height: 160%;
	margin: 40px 0 0;
    text-align: center;
}
.reserve_info_check span{
    color: #adadad;
    font-size: 14px;
}
.title--L{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 132%;
}
.title--M{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 132%;
}
.title--m{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 132%;
}
.title--S{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 132%;
}
.text--S{
	color: #8f8f8f;
	font-size: 14px;
	line-height: 132%;
}
.text--S.text--box{
	background-color: #f4f4f4;
    border-radius: 4px;
    margin: 10px 0 0;
    padding: 13px 12px;
  }
  .text--S.text--box + .title--m,
  .text--S.text--box + .text--XS{
	  margin: 20px 0 0;
  }
  .text--S.modal--text{
	  line-height: 160%;
  }
.caution_text.text--S{
	margin: 10px 0 0;
}

/*-------------------*/
/*----モーダル表示-----*/
/*-------------------*/
.modal--bg {
    /* background-color: rgba(0,0,0,0.6); */
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;   
    z-index: 11;
}
.post--section .modal--bg,
.myapage-setting .modal--bg{
    background: none;
}
.modal--content {
    width: 340px;
    height: auto;
    box-sizing: border-box;
	top: 0; 
    right: 0;
    padding: 0 0 84px;
    position: fixed;
    opacity: 0;
    z-index: -1;
	background-color: #fff;
    border: 1px solid #f4f4f4;
}
.modal--title-box{
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    padding: 43px 20px 20px;
	position: relative;
}
.modal--btn--close.icon-cross{
    position: absolute;
    right: 12px;
    top: 12px;
}
.modal--btn--close.icon-cross:hover{
    cursor: pointer;
}
.modal--btn--close.icon-cross::before{
    color: #8f8f8f;
    font-size: 13px;
    padding: 7px;
}
.modal--main{
    background-color: #fff;
    box-sizing: border-box;
    min-height: calc(100vh - 168px);
    max-height: calc(100vh - 168px);
    overflow-y: scroll;
    padding: 20px 20px 60px;
}
  /* bottom閉じるボタン */
.modal--main + .modal--btn--close{
    background: #fff;
    border-top: 1px solid #f4f4f4;
    box-sizing: border-box;
    bottom: 0;
		line-height: 20px;
    padding: 20px;
    position: fixed;
    width: 340px;
}
.modal--main + .modal--btn--close [class*="button--"]{
    width: 100%;
}
.modal--btn:hover{
    cursor: pointer;
}
.form-item-wrapper .modal--btn {
    color: #A57E49;
}
/*下から上アニメーション*/
@keyframes SlideUp {
    0% {
		opacity: 0;
		bottom: -100%;
    }
    100% {
		opacity: 1;
		bottom: 0;
    }
}
.modal--content._slideUp {
    animation: SlideUp .2s ease-in-out forwards;
    z-index: 11;
    }
/*上から下アニメーション*/
@keyframes SlideDown {
    0% {
      opacity: 1;
      bottom: 0;
    }
    100% {
      opacity: 0;
      bottom: -100%;
    }
  }
  .modal--content._SlideDown {
    animation: SlideDown .2s ease-in-out forwards;
    z-index: 11;
    }


  /*右から左アニメーション（PCモーダル表示）*/
  @keyframes slideleft {
    0% {
      opacity: 0;
      right: -340px;
    }
    100% {
      opacity: 1;
      right: 0;
    }
  }
  .modal--content._slideleft {
    animation: slideleft .2s ease-in-out forwards;
    z-index: 11;
    }
  /*左から右アニメーション*/
  @keyframes slideright {
    0% {
        opacity: 1;
        right: 0;
      }
      100% {
        opacity: 0;
        right: -340px;
      }
  }
  .modal--content._slideright {
  animation: slideright .2s forwards;
  z-index: 11;
  }
  [class^="button--"] {
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: bold;
	min-height: 44px;
	padding: 13px 12px;
	text-align: center;
}
[class^="button--"]:hover{
	cursor: pointer;
}
[class*="button--b"]{
	background-color: #A57E49;
	color: #fff;
}
.shop_data .shop_address, 
.shop_data .shop_tel{
	color: #666;
	font-size: 12px;
	line-height: 132%;
}
.reserve_check_submit .link--text{
	display: inline-block;
}