@charset "utf-8";
/* seat_image_area */
.seat_image_area {
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 30px;
}
.seat_image {
	width: 100%;
  position: relative;
  margin-top: 90px;
}
.seat_image .logo_360 {
	position: absolute;
	top: 0;
	left: 20px;
	width: 50px;
}
.seat_image #rotation_frame {
	width: 100%;
	margin: 10px auto 0;
}
.seat_image #rotation_frame img {
	width: 100%;
}

/* slider */
.slider-wrapper {
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  cursor: pointer;
	height: 20px;
	box-sizing: border-box;
}
.ui-widget.ui-widget-content {
	width: 150px;
	position: absolute;
	top: 50%;
	border: 0;
	border-radius: 0;
	height: 1px;
	background-color: #b3b3b3;
	padding: 0 10px;
	box-sizing: border-box;
	left: 50%;
	transform: translateX( -50% ) translateY( -50% );
}
.ui-slider-horizontal .ui-slider-handle {
  border-radius: 100%;
  outline: none;
  top: -0.7em;
  cursor: pointer;
}
#content .main .left .left .slider-wrapper .left_text {
	position: absolute;
	left: 10%;
	top: 50%;
  transform: translateY( -50% );
  padding: 0;
}
#content .main .left .left .slider-wrapper .right_text {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY( -50% );
  padding: 0;
}
#content .main .left .left .slider-wrapper .center_text {
	position: absolute;
	left: 50%;
	top: 35px;
	transform: translateX( -50% );
	cursor: auto;
	padding: 0;
	font-size: 12px;
	display: block;
	width: 100%;
	text-align: center;
}
/* スライドポイントのサイズ */
.ui-slider-horizontal .ui-slider-handle {
	width: 20px;
	height: 20px;
	top: -10px;
	margin-left: -10px;
}
