@charset "utf-8";

.form table {
	margin-bottom	: 25px;
}

.form table:last-child {
	margin-bottom	: 0px;
}

#submit div {
	padding-top		: 10px;
}

.form textarea {
	width			: 475px;
	height			: 160px;
}

/* 2025-12 */

.right {
    float: right;
}

.left {
    float: left;
}

span.ex {
    font-size: 93%;
    color: #999;
/*    white-space: nowrap; */
}

span.ex.nowrap {
    white-space: nowrap;
}

span.b {
    font-weight: bold;
}

span.red {
    color: #c00;
}

span.notes {
    font-size: 10px;
    color: red;
}

/*
.error-message {
    width: fit-content;
}
*/

#table_main, #table_reserve_nstep1, #table_reserve_nstep2 {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

#table_reserve_nstep1 td, #table_reserve_nstep2 td {
    font-size: 12px;
}

#table_reserve_nstep1 td label, #table_reserve_nstep2 td label {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

#table_main > tbody > tr > th, #table_main > tbody > tr > td {
    border: none;
    padding: 0;
}

#table_main .error {
    width: auto;
    padding: 0;
    color: black;
    text-align: left;
}

#reserve .box710 > h3 .right {
/*        width: 420px; */
    width: auto;
}

#reserve .box710 > h3 .right span {
    display: block;
    float: right;
    padding: 10px 20px 0 18px;
    height: 16px;
    background: url(/images/site/icon/lock.gif) no-repeat scroll left center;
    font-size: 77% !important;
    font-weight: normal;
    text-align: right;
}

#box_reserve_companion {
    margin: 0 auto 10px 2px; /* urbl */
/*    padding-bottom: 15px; */
    overflow: hidden;
/*    background: url(/images/site/border_dotted.gif) repeat-x left bottom; */
    width: 708px;
}

#box_reserve_companion > h2 {
    overflow: hidden;
/*    padding: 0 0 100px 0; */
/*    padding-right: 10px; */
/*    margin-right: 10px;
    margin-bottom: 10px; */
    margin: 10px 15px; /* urbl */
    border-bottom: 1px solid #650000;
    font-size: 100%;
}

#box_reserve_companion > h2 .left {
/*    width: 300px; */
    width: 50%;
}

#box_reserve_companion > h2 .right {
/*    width: 216px; */
    width: 50%;
    font-weight: normal;
    text-align: right;
}

#box_reserve_companion > .left {
    width: 62px;
    margin-left: 15px;
}

#box_reserve_companion > .left img {
    border: 1px solid #650000;
}

a.companion-detail img {
    position: relative;
    min-height: 50px;
    display: block;
    background: #eee;
}

a.companion-detail img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* make pattern (ex. dot) */
    background-color: #e5e5f7;
/*    background-image: radial-gradient(#444cf7 0.5px, transparent 0.5px), radial-gradient(#444cf7 0.5px, #e5e5f7 0.5px); */
    background-image: repeating-linear-gradient(45deg, #ddd, #ddd 10px, #f0f0f0 10px, #f0f0f0 20px);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}

#box_reserve_companion > .right {
    width: 595px;
    margin-right: 15px;
}

#box_reserve_companion .right table {
    width: auto;
    margin: 0;
}

#box_reserve_companion .right dl {
    margin-top: 3px;
    padding-top: 3px;
}

#box_reserve_companion .right dl dt {
    float: left;
    padding: 4px 0;
    width: 120px;
    text-align: right;
    background: url(/images/site/border_dotted.gif) repeat-x left bottom;
    font-weight: bold;
}

#box_reserve_companion .right dl dd {
    margin-left: 120px;
    padding: 4px 0 4px 5px;
    background: url(/images/site/border_dotted.gif) repeat-x left bottom;
}

#box_reserve_companion.box_reserve_confirm > .left {
    width: 158px;
}

#box_reserve_companion.box_reserve_confirm > .right {
    width: 515px;
    margin-right: 20px;
}

#table_companion_schedule {
    border-collapse: separate;
    border-spacing: 1px;
    font-size: 100%;
/*    width: 100%; */
}

#table_companion_schedule tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

#table_companion_schedule tbody tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

#table_companion_schedule tbody tr th, #table_companion_schedule tbody tr td {
    color: black;
    width: 98px;
    padding: 10px 0;
    text-align: center;
    background: #fcf3fe;
    line-height: 16px;
}

#table_companion_schedule tbody tr th {
    font-weight: bold;
}

#table_companion_schedule td a, #table_companion_schedule td a:visited {
    color: #630000;
    text-decoration: underline;
}

#table_companion_schedule td a:hover {
    color: #0000FF;
    text-decoration: none;
}


.sunday {
    color: #FF0000;
/*    display: inline !important; */
}

.saturday {
    color: #0000FF;
/*    color: #0066ff; */
/*    display: inline !important; */
}

.reserve_flow {
    margin: 10px auto 0 auto; /* trbl */
    width: 710px;
    height: 26px;
/*    background-image: url(/images/site/reserve_flow.png); */
    background-image: url(/images/site/reserve/flow.png);
    background-repeat: no-repeat;
/*    transform: scale(0.97); */
    transform: scale(0.95);
    transform-origin: center;
}

.reserve_flow span {
    display: none;
}

#flow1 {
    background-position: left top;
}

#flow2 {
    background-position: left -26px;
}

#flow3 {
    clear: both;
    margin-top: 40px;
    background-position: left -52px;
}

#flow4 {
    background-position: left -78px;
}

#flow5 {
    background-position: left bottom;
}

#reserve_nstep1_caution {
    font-weight: bold;
    color: #990000;
    text-align: center;
	letter-spacing: -1px;
    margin: 10px;
}

#table_reserve_nstep1 th {
/*    background: white; */
}

#table_reserve_nstep1 td label {
/*    margin-right: 10px; */
}

#table_reserve_nstep1 tr.reserve_date_time_course .caption {
	font-weight: normal;
/*    color: #4cbdc4; */
/*    color: #ff7d7d; */
    color: #9966ff;
}

tr.reserve_date_time_course td {
	vertical-align: top;
	width: 33%;
}

tr.reserve_date_time_course td:first-child {
    padding-left: 17px;
}

tr.reserve_date_time_course td span,
tr.reserve_date_time_course td select {
/*	font-size: 120%; */
}

tr.reserve_date_time_course td .error {
    padding: 0;
}

label[for="delivery-type-2"], label[for="delivery-type-3"] {
    margin-left: 10px;
}

/* Buttons */
.box_buttons {
    width: 100%;
    text-align: center;
}

.box_buttons .buttons p {
    margin-top: 10px;
}

.buttons {
    margin: 20px auto 15px auto;
}

.buttons button {
    margin: 0;
    padding: 0 12px;
    overflow: visible;
    cursor: pointer;
}

.buttons button span {
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: 2.3em;
    _width: 180px;
    font-weight: bold;
}

.buttons button span.edit {
    background: url(/images/site/icon/page_edit.png) no-repeat left center;
}

.buttons button span.confirm {
    background: url(/images/site/icon/page_white_edit.png) no-repeat left center;
}

.buttons button span.send {
    background: url(/images/site/icon/page_white_go.png) no-repeat left center;
}

.buttons button span.back {
    background: url(/images/site/icon/prev.png) no-repeat left center;
}

.buttons button span.close {
    background: url(/images/site/icon/cross.png) no-repeat left center;
}

.buttons button span.print {
    background: url(/images/site/icon/printer.png) no-repeat left center;
}

.buttons button span.google {
    background: url(/images/site/google.gif) no-repeat left center;
}

.buttons button span.comment {
    background: url(/images/site/icon/comment.png) no-repeat left center;
}

.buttons button span.email {
    background: url(/images/site/icon/email.png) no-repeat left center;
}

/* nstep2 */
input[type=text], textarea {
    padding-left: 3px;
}

#table_reserve_nstep2 th.caption {
    font-weight: bold;
    color: black;
    text-align: center;
/*    background-color: #ededed; */
    background-color: #fcf3fe;
}

#table_reserve_nstep2 th#caption {
    font-weight: bold;
    color: black;
    padding-left: 18px;
}

#table_reserve_nstep2 th#caption span {
    font-size: 100%;
    font-weight: bold;
}

#table_reserve_nstep2 .agree {
    padding-left: 18px;
}

#table_reserve_nstep2 td label {
    margin-right: 5px;
}

#table_reserve_nstep2 textarea {
    width: 500px;
    height: 110px;
}

#box_reserve_caution_by_shop {
    margin: 10px auto 10px 20px;
    line-height: 1.5;
    font-size: 12px;
}

#box_reserve_caution_by_shop > div {
    margin-top: 10px;
    text-align: center;
}

#box_reserve_caution_by_shop > div > label {
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

#box_reserve_caution_by_shop h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

#box_reserve_caution_by_shop .error {
    text-align: center;
}

#box_reserve_caution_by_shop .error-message {
    display: inline-block;
}

.box710_bg {
    padding-bottom: 35px;
}

.box_notes {
    overflow: hidden;
/*    margin: 10px 35px 15px auto; */
/*    margin: 10px 35px 15px 35px; */
    margin: 10px 35px 0 35px; /* urbl */
    padding: 10px;
    border: 1px solid #544a40;
    background: #FBF8F9;
    text-align: left;
}

.box_notes h3 {
    line-height: 1em;
    padding: 4px 0 4px 20px !important;
    border-bottom: 1px solid #544a40;
    color: #000 !important;
    font-size: 1.17em !important;
    font-weight: bold !important;
    text-shadow: none !important;
}

.box_notes h3.confirm {
    background: url(/images/site/icon/page_white_edit.png) no-repeat left center;
}

.box_notes h3.email {
    background: url(/images/site/icon/email.png) no-repeat left center;
}

.box_notes h3.error {
    background: url(/images/site/icon/error.png) no-repeat left center;
}

.box_notes ul {
    margin: 10px 10px -10px 20px;
}

.box_notes li {
    line-height: 1em;
    margin-bottom: 10px;
}

.box_notes .buttons {
    margin: 0 !important;
    float: right;
}

#toggle_option {
    padding: 0 5px;
}

.box_reserve_option {
    margin: 5px auto 0 auto;
    padding: 10px 0 0 0;
    border-top: 1px dotted #999;
}

#reserve_option_ex {
    clear: both;
}

.form-checkbox {
    float: left;
    margin: 0 0 10px 0;
    width: 125px;
}

#privacy h3 {
    font-weight: bold;
    margin: 5px 0;
}

#privacy dl {
    margin-left: 10px;
}

#privacy dl dt {
    font-weight: bold;
/*        font-size: 110%; */
}

#privacy dl dd {
    font-size: 100%;
    padding-left: 10px;
}

#privacy dl dd ol {
    list-style: decimal inside;
    padding-left: 10px;
    margin: 0;
}

#privacy dl dd ol li {
    display: list-item;
    margin: 5px 0;
    line-height: 1.5;
    width: 100%;
    font-size: 100%;
}

#reserve_confirm {
    margin: 10px 0 0 10px; /* trbl */
    font-size: 12px;
}

#reserve_confirm li {
    overflow: hidden;
    margin-bottom: 5px;
    padding-bottom: 5px;
/*    background: url(/images/site/border_dotted_x.gif) repeat-x left bottom; */
    background: url(/images/site/reserve/line.png) no-repeat bottom left;
    font-size: 108%;
}

#reserve_confirm li .left {
    width: 100px;
    font-weight: bold;
    text-align: right;
}

#reserve_confirm li .right {
    width: 404px;
    text-align: left;
}

#complete {
/*    margin: 10px auto; */
    margin: 20px 20px 0 20px; /* urbl */
/*    padding: 10px 10px 0 10px; */
    text-align: left;
/*    border: 1px solid #dbdbdb; */
}

#error {
    margin: 20px 15px -20px 15px; /* urbl */
/*    padding: 10px; */
/*    text-align: left; */
    text-align: center;
/*    border: 1px solid #dbdbdb; */
}

#complete h2, #error h2 {
    font-size: 1.5em;
    font-weight: bold;
}

#complete h3, #error h3 {
    font-size: 1.2em;
    font-weight: bold;
}

#complete p, #error p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#box_complete_pre_reserve_caution {
    margin: 20px 10px -10px 20px; /* urbl */
	font-weight: bold;
	line-height: 1.5;
}

#msg_date_target_excluded {
	color: #990000;
	background: url(/images/site/icon/exclamation.png) no-repeat scroll 0 center;
	margin: 10px;
	padding: 5px 2px 0 20px;
/*	font-size: 120%; */
	font-weight: bold;
}

.ward_form_element {
    clear: left;
    margin-top: 5px;
    padding-top: 8px;
    background: url(/images/site/border_dotted.gif) repeat-x left top;
}

#ssl_seal td {
    border: 0;
}
