@charset "UTF-8";

/***************************************
/ 指定席
/**************************************/
.shiteiseki_map_note{
	margin-top: 20px;
	font-size: 14px;
}
.price_list_note {
	margin-top: 20px;
}
.shiteiseki .shiteiseki_map_block {
	margin-top: 20px;
	margin-bottom: 60px;
	position: relative;
	width: 100%;
	display: block;
}

.shiteiseki .modal-open .point_span {
	display: block;
	position: absolute;
	cursor: pointer;
}

.shiteiseki .modal-open .restaurant {
	bottom: 105px;
	right: 285px;
	width: 74px;
	height: 15px;
}
.shiteiseki .modal-open .seat_a1 {
	bottom: 104px;
	right: 197px;
	width: 72px;
	height: 15px;
}
.shiteiseki .modal-open .seat_a2 {
	bottom: 87px;
	right: 197px;
	width: 72px;
	height: 15px;
}
.shiteiseki .modal-open .seat_a3 {
	bottom: 68px;
	right: 164px;
	width: 102px;
	height: 15px;
}
.shiteiseki .modal-open .seat_a4 {
	bottom: 51px;
	right: 186px;
	width: 82px;
	height: 15px;
}
.shiteiseki .modal-open .seat_a5 {
	bottom: 32px;
	right: 186px;
	width: 82px;
	height: 15px;
}

.shiteiseki .modal-open .seat_b1 {
	bottom: 105px;
	right: 62px;
	width: 92px;
	height: 15px;
}
.shiteiseki .modal-open .seat_b2 {
	bottom: 87px;
	right: 29px;
	width: 122px;
	height: 15px;
}
.shiteiseki .modal-open .seat_b3 {
	bottom: 69px;
	right: 84px;
	width: 70px;
	height: 15px;
}
.shiteiseki .modal-open .seat_b4 {
	bottom: 52px;
	right: 50px;
	width: 104px;
	height: 15px;
}
.shiteiseki .modal-open .seat_b5 {
	bottom: 33px;
	right: 30px;
	width: 122px;
	height: 15px;
}
.shiteiseki .modal-open .seat_b6 {
	bottom: 15px;
	right: 72px;
	width: 82px;
	height: 15px;
}

/* 指定席料金表 */
.shiteiseki .price_list {
	margin-top: 20px;
}
.shiteiseki .def_table2 {width: 100%;font-size: 1.2em;}
.shiteiseki .def_table2 tr:first-of-type {
	height: 40px;
}
.shiteiseki .def_table2 th {
	font-weight: bold;
	line-height: 1.5;
}
.shiteiseki .def_table2 th.east_point_stand {
	background-color: #ff1c1d;
}
.shiteiseki .def_table2 th.central_stand {
	background-color: #009ce1;
}
.shiteiseki .def_table2 th.col1 {
	width: 75px;
}
.shiteiseki .def_table2 th.col2 {
	width: 150px;
}
.shiteiseki .def_table2 th.col3 {
	width: 450px;
}
.shiteiseki .def_table2 th.col4 {
	width: 182px;
}
.shiteiseki .def_table2 th.col5 {
	width: 302px;
}
.shiteiseki .def_table2 tr:first-of-type th {
	border-top: 1px solid #5a8cda;
}
.shiteiseki .def_table2 tr:first-of-type th:last-of-type {
    border-right: 1px solid #5a8cda;
}
.shiteiseki .def_table2 tr:nth-of-type(9) th.col1 {
	border-bottom: 1px solid #5a8cda;
}
.shiteiseki .def_table2 td {
	height: 40px;
}
.shiteiseki .def_table2 td.col3 {
	text-align: left;
	padding-left: 15px;
}
.shiteiseki .def_table2 td.col4,
.shiteiseki .def_table2 td.col5 {
	text-align: right;
	padding-right: 15px;
}
.def_table2 tr:nth-child(2n){background-color:#ffffff;}
.def_table2 tr.color_row{background-color:#f4f4f4;}

/* モーダルウィンドウ表示 */
#modal-content{
    display: none;
    position: fixed;
    width: 1020px;
    margin:0;
    padding:0;
    border:0px;
    z-index: 101;
    margin-top: 150px;
}
#modal-overlay{
	z-index: 100;
	display:none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color: rgba(0,0,0,0.60);
}
#modal-image-area{
    top:73px;
    padding: 30px;
    height: auto;
    margin:0px;
    text-align: center;
    background-color: #ffffff;
}

.btn-close {
    height: 50px;
    width: 40px;
    position: absolute;
    right: 0;
    top: -65px;
}
#modal-close-icon {
    height: 50px;
    background-image: url(../images/batsu.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: right center;
    width: 40px;
    display: inline-block;
}

/* 画像 */
#modal-image{
    width: 960px;
}
/* タイトル */
#modal-img-title {
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
}
