@charset "utf-8";
/* ==================================================
 * ネット予約モーダル Colorbox
================================================== */
/* Colorbox Core Style:
   The following CSS is consistent between example themes and should not be altered.
================================================== */
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	will-change: opacity;
}
#cboxWrapper {
	max-width: none;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	display: block;
	float: left;
	margin: auto;
	border: 0;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}
.cboxIframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* User Style:
   Change the following styles to modify the appearance of Colorbox.  They are
   ordered & tabbed in a way that represents the nesting of the generated HTML.
================================================== */
#cboxOverlay {
	background: #000000;
}
#colorbox {
	outline: 0;
}
#cboxContent {
	margin: 10px;
}
.cboxIframe {
	background: #ffffff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #cccccc;
}
#cboxLoadedContent {
	border-top: 10px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	border-radius: 6px;
	background: #ffffff;
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #cccccc;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0;
	color: #cccccc;
}
#cboxLoadingGraphic {
	border-radius: 6px;
	background: #ffffff url('../gif/tabeloader_m.gif') no-repeat center center;
}
#cboxClose {
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
	overflow: visible;
	background: none;
}
#cboxClose:active {
	outline: 0;
}
#cboxClose {
	position: absolute;
	top: 0;
	right: 20px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background: url('../gif/modal_close_btn.gif') no-repeat center center;
}
#colorbox.is-borderless #cboxContent { /* 即予約モーダル内　#cboxContentの上書き（iPad safariでmodalの角丸が効かない対策） */
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}
#colorbox.is-borderless #cboxLoadedContent { /* 即予約モーダル内　#cboxLoadedContentの上書き */
  border: none;
}
#colorbox.is-borderless #cboxClose { /* 即予約モーダル内　#cboxCloseの上書き */
  background: none;
}
#colorbox.is-borderless #cboxClose::after { /* 即予約モーダル内　#cboxClose::afterの上書き */
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  color: #999999;
  font-family: 'Tabelog Glyph';
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  text-transform: none;
  content: "\f62b";
  speak: none;
}
