@charset "UTF-8";

/*
en_US
*/


/* =========================================================
reserve intro (no login)
========================================================= */
/* -----------------------------------------------
about
----------------------------------------------- */
#reserve-intro-nologin .about {
	background-color: #db5800;
	color: #fff;
	padding: 15px 15px 17px;
	text-align: center;
}
#reserve-intro-nologin .about .wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#reserve-intro-nologin .about dl {
	text-align: left;
	flex: 1;
}
#reserve-intro-nologin .about dt {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}
#reserve-intro-nologin .about dt .box {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
#reserve-intro-nologin .about dt .box > span {
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	width: 18px;
	height: 18px;
	position: relative;
	margin-right: 5px;
	margin-bottom: -3px;
}
#reserve-intro-nologin .about dt .box span span {
	color: #db5800;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#reserve-intro-nologin .about dd {
	background-color: rgba(255,255,255,0.95);
	color: #db5800;
	padding: 15px 15px 10px 10px;
	border-radius: 10px;
	font-weight: bold;
}
#reserve-intro-nologin .about ul {
	margin: 0;
	padding-left: 1em;
}
#reserve-intro-nologin .about li {
	margin-bottom: 6px;
}
#reserve-intro-nologin .about img {
	height: 100px;
	opacity: 0.95;
	padding-left: 12px;
}
#reserve-intro-nologin .about a {
	color: #0089e4;
}
/* -----------------------------------------------
mod
----------------------------------------------- */
#reserve-intro-nologin.mod .about {
	padding: 1px;
}
#reserve-intro-nologin.mod .about dl {
	text-align: center;
}
#reserve-intro-nologin.mod .about dd {
	padding-bottom: 15px;
	border-radius: 2px;
}
/* -----------------------------------------------
button
----------------------------------------------- */
#reserve-intro-nologin .btn-login {
	margin-top: 8px;
}
#reserve-intro-nologin .btn-login a {
	background-color: #e65c00;
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 9px 15px 7px;
	min-width: 100px;
	height: 100%;
	white-space: nowrap;
}
#reserve-intro-nologin .btn-login a:hover {
	background-color: #fcc800;
}
/* =========================================================
reserve intro
========================================================= */
/* -----------------------------------------------
about
----------------------------------------------- */
#reserve-intro .about {
	background-color: #db5800;
	color: #fff;
	padding: 15px 15px 17px;
	text-align: center;
}
#reserve-intro .about .wrap {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#reserve-intro .about dl {
	text-align: left;
	flex: 1;
}
#reserve-intro .about dt {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}
#reserve-intro .about dt .box {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
#reserve-intro .about dt .box > span {
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	width: 18px;
	height: 18px;
	position: relative;
	margin-right: 5px;
	margin-bottom: -3px;
}
#reserve-intro .about dt .box span span {
	color: #db5800;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#reserve-intro .about dd {
	background-color: rgba(255,255,255,0.95);
	color: #db5800;
	padding: 15px 15px 10px 10px;
	border-radius: 10px;
	font-weight: bold;
}
#reserve-intro .about ul {
	margin: 0;
	padding-left: 1em;
}
#reserve-intro .about li {
	margin-bottom: 6px;
}
#reserve-intro .about img {
	height: 100px;
	opacity: 0.95;
	padding-left: 12px;
}
#reserve-intro .about .btn {
	background-color: #fff;
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
	color: #E65C00;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	border-radius: 3px;
	cursor: pointer;
	padding: 9px 15px 7px;
	min-width: 100px;
	height: 100%;
	white-space: nowrap;
	border: 3px solid transparent;
	margin-top: 17px;
}
#reserve-intro .about .btn:hover {
	border-color: #fcc800;
	color: #fcc800;
}
/* =========================================================
reserve setup
========================================================= */
#reserve-setup .btn-return {
	position: relative;
	padding: 0 0 0 18px;
	margin-bottom: 8px;
	color: #0085dd;
	cursor: pointer;
	font-weight: bold;
}
#reserve-setup .btn-return::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: '';
	width: 14px;
	height: 14px;
	background: #666666;
	border-radius: 50%;
	margin: auto;
}
#reserve-setup .btn-return::after {
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
	content: '';
	width: 4px;
	height: 4px;
	border: 0;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	transform: rotate(-45deg);
	margin: auto;
}
#reserve-setup .btn-return:hover {
	color: #ffcc00;
}
#reserve-setup .btn-return:hover::before {
	background: #ffcc00;
}
/* -----------------------------------------------
field
----------------------------------------------- */
#reserve-setup .reserve-field {
	margin-top: 20px;
}
#reserve-setup .reserve-field dt {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
	color: #ffffff;
	background-color: #777;
	border-radius: 3px;
	padding: 9px 8px 6px 8px;
	margin-bottom: 10px;
	line-height: 1;
}
/* -----------------------------------------------
calendar
----------------------------------------------- */
#reserve-setup .desc-memo ul {
	padding-left: 2em;
}
#reserve-setup .desc-memo li {
	clear: both;
	color: #5e635f;
	line-height: 137%;
	margin: 4px 0;
}
#reserve-setup .desc-memo li .reverse {
	width: 15px;
	height: auto;
}
#reserve-setup .desc-memo li .resv {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background-color: #db5800;
}
#reserve-setup .desc-memo li .cancelled {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background-color: #999;
}
#reserve-setup .calendar-navi {
	display: flex;
	margin: 0 74px;
	justify-content: space-between;
	align-items: center;
}
#reserve-setup .calendar-box {
	display: flex;
	align-items: center;
	margin: 20px 0;
}
#reserve-setup .calendar-box .next-month,
#reserve-setup .calendar-box .prev-month {
	font-weight: bold;
	font-size: 15px;
	width: 22px;
	flex-grow: 1;
}
#reserve-setup .calendar-box .prev-month {
	text-align: right;
	margin-right: 5px;
}
#reserve-setup .calendar-box .next-month {
	text-align: left;
	margin-left: 5px;
}
#reserve-setup .show-calendars {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 auto;
	justify-content: center;
}
#reserve-setup .show-calendars .calendar-table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	width: 220px;
	margin: 5px;
}
#reserve-setup .show-calendars .calendar-table th {
	font-weight: bold;
	border: 1px solid #cccccc;
	background-color: #e8ece9;
	text-align: center;
	padding: 0;
}
#reserve-setup .show-calendars .calendar-table th.reverse-month > div {
	background-image: url(/img/common/common/reservation/icon_calendar_reverse_off.gif);
	background-size: 13px auto;
	background-repeat: no-repeat;
	background-position: 66% 50%;
	padding: 8px 10px 5px;
}
#reserve-setup .show-calendars .calendar-table th.reverse-week > div {
	background-image: url(/img/common/common/reservation/icon_calendar_reverse_off.gif);
	background-size: 13px auto;
	background-repeat: no-repeat;
	background-position: 87% 50%;
	padding: 9px 18px 6px 5px;
}
#reserve-setup .show-calendars .calendar-table th.reverse-month > div:hover,
#reserve-setup .show-calendars .calendar-table th.reverse-week > div:hover {
	background-image: url(/img/common/common/reservation/icon_calendar_reverse_on.gif);
	cursor: pointer;
	color: #ffcc00;
}
#reserve-setup .show-calendars .calendar-table td {
	vertical-align: middle;
	border: 1px dotted #cccccc !important;
	width: 1% !important;
	line-height: 1 !important;
	padding: 0 !important;
	text-align: center;
	white-space: nowrap;
}
#reserve-setup .show-calendars .calendar_day {
	padding: 9px 6px 4px 6px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
#reserve-setup .show-calendars .calendar_day:hover {
	cursor: pointer;
	background-color: #eee;
}
#reserve-setup .show-calendars td .day-label {
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
	margin: 2px auto 0;
}
#reserve-setup .show-calendars td .day-label span {
	display: none;
}
#reserve-setup .show-calendars td .day-label.reserved {
	background-color: #db5800;
}
#reserve-setup .show-calendars td .day-label.cancelled {
	background-color: #999;
}
#reserve-setup .show-calendars td .past {
	padding: 9px 6px 4px 6px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	color: #ddd;
	background-color: #fff;
}
#reserve-setup .show-calendars td .closed {
	color: #999999;
	background-color: #eeeeee;
}
#reserve-setup .show-calendars td .reserved {
	color: #ffffff;
	background-color: #db5800;
}
#reserve-setup .show-calendars td .open {
	color: #333333;
	background-color: #ffffff;
}
#reserve-setup .show-calendars td .default {
	color: red;
}
#reserve-setup .show-calendars td .selected {
	color: #333;
	background-color: #ffffff !important;
}
#reserve-setup .show-calendars td .deselected {
	color: #999999;
	background-color: #eeeeee !important;
}
#reserve-setup .show-calendars .calendar-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#reserve-setup .show-calendars .use-default {
	position: relative;
	font-size: 12px;
	color: #0089e4;
	margin-bottom: 10px;
	margin-right: 3px;
}
#reserve-setup .show-calendars .use-default::before {
	content: '';
	position: absolute;
	top: 3px;
	left: -11px;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 7px solid #0089e4;
}
#reserve-setup .show-calendars .use-default:hover::before {
	border-bottom-color: #ffb400;
}
#reserve-setup .show-calendars .use-default:hover {
	cursor: pointer;
	color: #ffb400;
}
#reserve-setup .reserve-confirm .show-calendars .open:hover {
	cursor: default;
	background-color: #fff;
}
#reserve-setup .reserve-confirm .show-calendars .past:hover {
	cursor: default;
	background-color: #fff;
}
#reserve-setup .reserve-confirm .show-calendars .closed:hover {
	cursor: default;
	background-color: #eeeeee;
}
#reserve-setup .reserve-confirm .show-calendars th {
	padding: 8px 5px 5px 5px;
	min-width: auto;
}

/* -----------------------------------------------
table
----------------------------------------------- */
#reserve-setup .reserve-field table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
	width: 100%;
	background-color: #fff;
}
#reserve-setup .reserve-field table .memo {
	color: #ff9900;
	font-size: 12px;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 0;
}
#reserve-setup .reserve-field table .side-note {
	font-size: 12px;
	margin-left: 3px;
	color: #666;
	display: inline-block;
}
#reserve-setup .reserve-field .req {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 12px 10px 10px 0;
	border-left: none;
	white-space: nowrap;
}
#reserve-setup .reserve-field .req span {
	display: block;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	background-color: #ff9900;
	border-radius: 3px;
	padding: 2px;
}
#reserve-setup .reserve-field input[type="checkbox"],
#reserve-setup .reserve-field input[type="radio"] {
	vertical-align: middle;
	cursor: pointer;
	margin-right: 4px;
}
#reserve-setup .reserve-field input:nth-of-type(2) {
	margin-left: 8px;
}
#reserve-setup .reserve-field td .time,
#reserve-setup .reserve-confirm td .time {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#reserve-setup .reserve-field td .time li:not(:last-child),
#reserve-setup .reserve-confirm td .time li:not(:last-child) {
	margin-bottom: 6px;
}

/* ul 横並び */

#reserve-setup td ul.col {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#reserve-setup td ul.col:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#reserve-setup td ul.col li {
	float: left;
	margin-right: 12px;
}
/* -----------------------------------------------
advanced-setting
----------------------------------------------- */
#reserve-setup .reserve-field .advanced-setting {
	text-align: right;
	margin-bottom: 20px;
}
#reserve-setup .reserve-field .advanced-btn {
	display: inline-block;
	color: #666c67;
	text-align: center;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
	line-height: 1;
	border: 2px solid #666c67;
	background-color: #fff;
	border-radius: 3px;
	cursor: pointer;
	padding: 8px 8px 7px;
	min-width: 80px;
	height: 100%;
	white-space: nowrap;
}
#reserve-setup .reserve-field .advanced-btn:hover,
#reserve-setup .reserve-field .advanced-btn.on {
	color: #fcc800;
	border: 2px solid #fcc800;
}
#reserve-setup .reserve-field .advanced-list {
	padding: 6px;
	margin-bottom: 30px;
	border-radius: 2px;
	background-color: #f7f6f5;
	border: 1px solid #e6eae6;
}
#reserve-setup .reserve-field .advanced-list .wrap {
	background-color: #fff;
	border: 1px dotted #ccc;
	padding: 12px 12px 0;
}
#reserve-setup .reserve-field .advanced-list th {
	min-width: 230px;
}
#reserve-setup .reserve-field .advanced-list td {
	background-color: #fff;
}
/* -----------------------------------------------
reserve-confirm
----------------------------------------------- */
#reserve-setup .reserve-confirm table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 0;
	width: 100%;
	table-layout: auto;
}
#reserve-setup .reserve-confirm tr {
	border-bottom: 1px dotted #e6eae6;
	border-top: 0;
}
#reserve-setup .reserve-confirm tr:last-child {
	border-bottom: 0;
}
#reserve-setup .reserve-confirm th {
	font-weight: normal;
	text-align: left;
	line-height: 137%;
	vertical-align: top;
	background-color: #f7f6f5;
	border-left: 1px solid #e6eae6;
	padding: 8px;
	white-space: nowrap;
}
#reserve-setup .reserve-confirm td:not(.none) {
	vertical-align: top;
	line-height: 137%;
	border-left: 1px #e6eae6 dotted;
	border-right: 1px #e6eae6 solid;
	background-color: #fff;
	padding: 8px;
	width: 100%;
}
#reserve-setup .reserve-confirm td.none {
	border: none;
	padding: 5px;
}
#reserve-setup .reserve-confirm tr.advanced th {
	background-color: rgba(247, 246, 245, 0.8);
	color: #999;
}
#reserve-setup .reserve-confirm tr.advanced td {
	color: #999;
}
#reserve-setup .reserve-confirm tr.advanced td.none {
	color: #666;
	padding: 12px 5px 5px;
}
/* -----------------------------------------------
key
----------------------------------------------- */
#reserve-setup .reserve-confirm .key {
	color: #5e635f;
	line-height: 137%;
	text-align: center;
	margin: -10px 0 5px;
}
#reserve-setup .reserve-confirm .key .today {
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 1px solid #ccc;
	vertical-align: bottom;
	background-image: linear-gradient(130deg, #db5800 0%, #db5800 25%, #fff 25%, #fff 100%);
}
#reserve-setup .reserve-confirm .key .resv {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background-color: #db5800;
}
#reserve-setup .reserve-confirm .key .cancelled {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background-color: #999;
}
/* =========================================================
unlist article
========================================================= */
.resv-unlist-note {
	clear: both;
	display: table;
	background: url(/img/common/common/att_warning.png) no-repeat 0 50%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 2px #fdd35c solid;
	border-bottom: 2px #fdd35c solid;
	padding: 6px 10px;
	margin-bottom: 10px;
	width: 100%;
	min-height: 50px;
}
.resv-unlist-note p {
	display: table-cell;
	vertical-align: middle;
	color: #72640c;
	line-height: 126%;
	padding: 5px 0 5px 47px;
}
/* =========================================================
delete article
========================================================= */
.resv-del-note {
	color: #ea5549;
	line-height: 1.4;
	text-align: center;
	margin: 30px 0 25px;
}