@charset "utf-8";
/* CSS Document */

/* 予約ボタンモーダルウィンドウ */
#modal_overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

#overlay{
	overflow: hidden;
}

.content_inner .modal_link_reserve, .oshigoto_point_bx02 .modal_link_reserve{
	display: none;
	opacity: 0;
	position: fixed;
	top: 15%;
	left: 10%;
	z-index: 110;
	margin: 0;
	border-radius: 4px;
	width: 80%;
	background-color: #fff;
}


.modal_link_reserve.food_modal{
	top: calc(50% - 106px);
}


.oshigoto_point_bx02 .modal_link_reserve{
	transform: translate(-50%);
}

.ttl_list_reserve{
	margin: 10px 20px;
	font-size: 16px;
}

.list_reserve{
	padding: 0 10px;
	font-size: 0;
}

.list_reserve > li{
	display: inline-table;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
	border: solid 1px #f16060;
	width: calc((100% - 10px) / 3 - 2px);
	height: 30px;
	line-height: 1.4;
	font-size: 12px;
}

.list_reserve > li:nth-of-type(3n){
	margin-right: 0;
}

.list_reserve > li > a{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	text-align: center;
	color: #f16060;
	text-decoration: none;
}

.list_reserve02{
	padding: 0 10px;
	font-size: 0;
}

.list_reserve02 > li{
	display: inline-table;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
	border: solid 1px #f16060;
	width: calc((100% - 10px) / 3 - 2px);
	height: 30px;
	line-height: 1.4;
	font-size: 12px;
}

.list_reserve02 > li:nth-of-type(3n){
	margin-right: 0;
}

.list_reserve02 > li > a{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	text-align: center;
	color: #f16060;
	text-decoration: none;
}


.modal_link_reserve > .note{
	margin: 5px 20px 10px;
	line-height: 1.4;
	font-size: 12px;
}

.btn_close_modal_link{
	display: table;
	margin: 10px auto;
	width: 50%;
	border: solid 1px #686868;
	text-decoration: none;
	color: #686868;
}

.ttl_list_reserve{
	margin: 10px 20px;
	font-size: 16px;
}

.list_reserve_02{
	padding: 0 10px;
	font-size: 0;
  margin-bottom:20px;
}

.list_reserve_02 > li{
	display: inline-table;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
	border: solid 1px #f16060;
	width: calc((100% - 10px) / 3 - 2px);
	height: 30px;
	line-height: 1.4;
	font-size: 12px;
}

.list_reserve_02 > li:nth-of-type(3n){
	margin-right: 0;
}

.list_reserve_02 > li > a{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	text-align: center;
	color: #f16060;
	text-decoration: none;
}

.modal_link_reserve_02 > .note{
	margin: 5px 20px 10px;
	line-height: 1.4;
	font-size: 12px;
}

.oshigoto_point_bx02 .ttl_list_reserve {
	color: #002249;
}


.list_reserve_02 > li > a{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	text-align: center;
	color: #f16060;
	text-decoration: none;
}

.oshigoto_point_bx02 .modal_link_reserve .list_reserve > li {
	position: relative;
	margin-bottom: 20px;
	border: none;
	font-weight: bold;
}

.oshigoto_point_bx02 .modal_link_reserve .list_reserve > li > a{
	display: table-cell;
	vertical-align: middle;
	padding: 20px 5px;
	text-align: center;
	color: #002249;
	text-decoration: none;
	background: #ffcf05;
	border-radius: 12px;
}

.oshigoto_point_bx02 .modal_link_reserve .list_reserve > li > a:after {
    position: absolute;
    content: '\276F';
    font-size: 20px;
    right: 30px;
    top: calc(50% - 10px);
    color: #002249;
    line-height: 1em;
}

.btn_close_modal_link:hover{
	color: #686868;
}

.btn_close_modal_link > .inner, .oshigoto_point_bx02 .modal_link_reserve .btn_close_modal_link > .inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.oshigoto_point_bx02 .modal_link_reserve .btn_close_modal_link > .inner{
	color: #9f9f9f;
}

.modal-close {
	display: block;
	width: 20%;
	text-align: center;
	margin: 15px auto;
	padding: 5px;
	color: #fff;
	background: #535353;
	text-decoration: none;
	font-weight: bold;
	border-radius: 3px;
}
.list_reserve.modal_adjheight{
  height:auto;
}

.list_reserve {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/* 予約ボタンモーダルウィンドウ over */

@media screen and (min-width: 769px){
	.ttl_list_reserve{
		margin: 10px 20px;
	}
	.list_reserve{
		height: 110px!important;
		padding: 0;
	}
	.list_reserve > li{
		font-size: 16px;
		height: 50px;
	}
	.list_reserve > li:first-child{
		margin-bottom: 10px;
	}
  .list_reserve02 > li {
    font-size: 16px;
 }
 	.btn_close_modal_link{
		 height: 30px;
	}

	.oshigoto_point_bx02 .modal_link_reserve .list_reserve{
		height: auto!important;
		padding: 0;
	}
	
}

.oshigoto_point_bx02 .modal_link_reserve .btn_close_modal_link{
	width: 140px;
	height: 50px;
	background: #f5f5f5;
	border: none;
	border-radius: 12px;
}

.oshigoto_point_bx02 .modal_link_reserve {
	left: 50%;
	width: 60%;
	height: auto;
	padding: 20px;
}

.btn02{
	background: #fff url(/images/shop/index/btn02.png) no-repeat calc(100% - 10px) 11px;
	color: #e3232d;
	padding: 6px 0px 8px;
	display: block;
	margin: 20px 0 0;
	width: calc(100% - 4px);
	text-align: center;
	font-size: 22px;
	text-decoration: none;
	border: 2px solid #e3232d;
	box-shadow: 0px 1px 3px #888888;
}

.oshigoto_point_bx02 a.btn_modal.btn02.button_modal {
	height: auto!important;
	padding: 15px 0!important;
	box-shadow: none!important;
}

.btn02:hover { opacity: 0.7; }

.ttl_list_reserve{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.btn02{
		background-size: 15px auto;
		margin: 20px 0 0;
		width: 100%;
		float: none;
		font-size: 14px;
		box-sizing: border-box;
	}
	.ttl_list_reserve{
		font-size: 1rem;
	}
	.list_reserve{
		height: auto!important;
	}
	.list_reserve > li{
		width: 90%;
	}
	.list_reserve > li:first-child{
		margin-bottom: 4%;
	}
	.btn_close_modal_link{
		width: 90%;
	}
	.oshigoto_point_bx02 .modal_link_reserve {
		width: 80%;
	}
	.modal_link_reserve.food_modal{
		top: 50%;
		transform: translateY(-50%);
	}
}