@charset "UTF-8";

/*iOS button Reset*/
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/*iOS zoom*/
input[type="text"],
select {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px !important;
}

body {
    padding: 0;
    margin: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
        "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic",
        sans-serif !important;
}

.reserve-contents h2 strong,
.text_xl {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
        "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic",
        sans-serif !important;
}

.reserve-contents {
    font-size: 14px;
    padding: 20px 0;
}

.reserve-text {
    padding: 0 20px;
}

.reserve-text p {
    margin: 0;
}

.activation-border {
    border: solid 2px red;
    border-radius: 4px;
    box-sizing: border-box;
    max-width: 760px;
    padding: 16px 20px;
    margin: 0 auto;
    margin-top: 20px;
    margin: 20px;
}

.activation-explain-text {
    /* padding: 0 20px; */
    /* padding-top: 16px; */
    color: red;
    padding: 0;
    margin: 0;
}

.activation-explain-text p {
    margin: 0;
}

.reserve-text.end {
    padding: 0 20px 40px;
}

.reserve-text a {
    color: #000;
    text-decoration: none;
}

.cancelDoneText,
.useDoneText,
.expiredText,
.usingText {
    box-sizing: border-box;
    padding: 0.5em;
    margin: 20px !important;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: #ff0000;
}

.base-color {
    /* color: #ff0000; */
    color: black;
    font-weight: bold;
    /* background-color: #000; */
    background-color: #f5f5f7;
    /* background-color: white; */
    border: 2px solid #000;
    /* border: 2px solid black; */
}

.reserve-error-text {
    padding: 0 20px;
    color: #ff0000;
    display: none;
}

.reserve-error-text p {
    margin: 0;
}

.reserve-error-text a {
    color: #000;
    text-decoration: none;
}

/*選択*/
.Reserve-check {
    padding: 20px 20px 0;
}

.Reserve-check label {
    display: block;
    position: relative;
    border: 2px solid #7F7F7F;
    border-radius: 5px;
    height: 50px;
    top: 0;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 20px;
}

.Reserve-check label::before {
    content: "";
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    left: 12px;
    margin-top: -6px;
    top: 50%;
    border: 2px solid #7F7F7F;
    border-radius: 12px;
}

.Reserve-check label::after {
    content: "";
    display: none;
    position: absolute;
    height: 8px;
    width: 12px;
    left: 12px;
    margin-top: -6px;
    top: 50%;
    transform: rotate(-45deg);
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
}

.Reserve-check label span {
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 1.2;
}

.Reserve-check label span.price {
    font-weight: bold;
    display: block;
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

.Reserve-check input {
    display: none;
}

.Reserve-check input[type="text"] {
    display: inline;
}

.Reserve-check input:checked+label {
    color: #000;
    border: 2px solid #000;
    font-weight: bold;
}

.Reserve-check input:checked+label::before {
    display: none;
}

.Reserve-check input:checked+label::after {
    display: block;
}

.Reserve-check .selectbox::after {
    content: "";
    clear: both;
    display: block;
}

.Reserve-check .selectbox {
    padding-bottom: 20px;
    position: relative;
}

.Reserve-check .selectbox span {
    height: 40px;
    line-height: 20px;
    font-weight: bold;
    display: inline-block;
}

.Reserve-check .selectbox span.price {
    height: 20px;
    position: absolute;
    top: 20px;
    left: 0;
}

.Reserve-check .selectbox .select {
    overflow: hidden;
    width: 40%;
    text-align: center;
    float: right;
    position: relative;
    border: 2px solid #000;
    border-radius: 5px;
    background: #ffffff;
}

.Reserve-check .selectbox .select::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: #000;
    padding: 0;
    content: "";
    pointer-events: none;
}

.Reserve-check .selectbox .select::after {
    position: absolute;
    top: 1.1em;
    right: 0.5em;
    width: 0;
    height: 0;
    padding: 0;
    content: "＞";
    font-weight: bold;
    color: #fff;
    transform: rotate(90deg) scale(0.7, 1.2);
    pointer-events: none;
}

.Reserve-check .selectbox .select select {
    cursor: pointer;
    box-shadow: none;
    border: none;
    outline: none;
    background-image: none;
    background: transparent;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    padding: 12px 40px 12px 10px;
}

.Reserve-check .selectbox .select select::-ms-expand {
    display: none;
}

.Reserve-check .selectbox .select.disabled {
    opacity: 0.5;
}

.Reserve-check .selectbox .select-caption {
    font-size: 12px;
    padding-top: 5px;
    width: 50%;
}

/*予約リスト*/
.Reserve-list-wrap {
    box-sizing: border-box;
    max-width: 800px;
    padding: 20px 20px 0;
    margin: 0 auto;
}

.Reserve-list-detail {
    position: relative;
    border: 2px solid #000;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0;
}

.Reserve-list-detail a {
    color: #000 !important;
    text-decoration: none;
}

.Reserve-list-detail p.ReserveCautionText {
    width: 100%;
    text-align: center !important;
    font-weight: bold !important;
    color: #ff0000;
}

.Reserve-list-detail ul {
    list-style: none;
    padding-left: 1em;
}

.Reserve-list-detail ul li {
    padding-right: 2em;
    position: relative;
    margin-bottom: 0.5em;
    display: flex;
    align-items: flex-start;
}

.Reserve-list-detail ul li:last-child {
    margin-bottom: 0;
}

.Reserve-list-detail ul li::before {
    display: inline-block;
    width: 8em;
    margin-right: 0.2em;
    border-radius: 5px;
    text-align: center;
    background-color: #000;
    color: #fff;
    flex-shrink: 0;
}

.Reserve-list-detail ul li.det-status::before {
    content: attr(data-content);
    background-color: gray;
    color: lightgray;
}

.Reserve-list-detail ul li.det-using::before {
    content: attr(data-content);
    background-color: red;
    color: white;
}

/* .Reserve-list-detail ul li.det-use-before {
    display: none;
} */

.Reserve-list-detail ul li.det-use-before::before {
    content: attr(data-content);
    background-color: red;
    color: white;
}

.Reserve-list-detail ul li.det-cycle::before {
    content: "自転車";
}

.Reserve-list-detail ul li.det-start-park::before {
    content: "貸出ポート";
}

.Reserve-list-detail ul li.det-end-park::before {
    content: "返却ポート";
}

.Reserve-list-detail ul li.det-start-datetime::before {
    content: "利用開始時間";
}

.Reserve-list-detail ul li.det-end-datetime::before {
    content: "利用終了時間";
}

.Reserve-list-detail ul li.det-use-time::before {
    content: "合計時間";
}

.Reserve-list-detail ul li.det-price::before {
    content: "お支払い金額";
}

.Reserve-list-detail ul li.det-resdate::before {
    content: "予約日時";
}

.Reserve-list-detail ul li.det-name::before {
    content: "予約者氏名";
}

.Reserve-list-detail ul li.det-tel::before {
    content: "連絡先";
}

.Reserve-list-detail ul li.det-reserve-no::before {
    content: "予約番号";
}

.Reserve-list-detail ul li.det-reserve-userid1::before {
    content: "お問い合わせID";
}

.Reserve-list-detail ul li.det-reserve-userid2::before {
    content: "お問い合わせID*";
}

.Reserve-list-detail ul li.det-reserve-limit::before {
    content: "予約有効期限";
}

.Reserve-list-detail ul li span {
    display: inline-block;
    text-align: left;
}

.open-customer_remarks {
    text-decoration: underline;
    cursor: pointer;
    pointer-events: auto;
}

.close-customer_remarks {
    text-decoration: underline;
    cursor: pointer;
    pointer-events: auto;
}

.Reserve-list-detail ul::after {
    display: block;
    position: absolute;
    content: "\025b6";
    right: 0.5em;
    top: calc(50% - 0.5em);
    font-weight: bold;
    color: #000;
}

.Reserve-list-detail ul .ticket-status img {
    width: 15%;
}

.bottomspaceWrap {
    height: 40px;
}

/*予約詳細*/
.Reserve-detail-wrap .Reserve-list-detail {
    cursor: default !important;
}

.Reserve-detail-wrap ul::after {
    display: none !important;
}

.det-information,
.det-caution {
    padding: 1em 1em 0 1em;
    background: #f5f5f7;
    font-size: 85%;
}

.det-access,
.det-cancelpolicy,
.det-cancelcharge {
    padding: 1em !important;
    background: #f5f5f7;
    font-size: 85%;
}

.det-access {
    word-break: break-all;
}

.det-access a {
    text-decoration: underline !important;
}

.det-information::before,
.det-caution::before,
.det-access::before,
.det-cancelpolicy::before,
.det-cancelcharge::before {
    display: block;
    font-weight: bold;
}

.det-information::before {
    content: "[利用当日のご案内]";
}

.det-caution::before {
    content: "[注意事項]";
}

.det-access::before {
    content: "[商品についてのお問い合わせ]";
}

.det-cancelpolicy::before {
    content: "[キャンセルポリシー]";
}

.det-cancelcharge::before {
    content: "[キャンセル料]";
}

/*利用確認オーバーレイ*/
.UseOverWrap {
    position: relative;
}

.useBtn label {
    display: block;
    width: 100%;
    cursor: pointer;
}

.useBtn input {
    display: none;
}

.useBtn .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0;
}

.useBtn input:checked~.hidden_show {
    padding: 0;
    opacity: 1;
    min-width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.6);
}

.UseCheckOverWrap {
    box-sizing: border-box;
    position: relative;
    min-width: 100%;
    height: 100vh;
}

.UseCheckOverBox {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 1em;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}

.UseCheckOverBox p {
    font-weight: bold;
    line-height: 1.8em;
}

.UseCheckOverBox .LinkBtnWrap {
    margin: 20px auto !important;
}

.UseCheckOverBox label {
    box-sizing: border-box;
    padding: 0 20px 20px;
    margin: 20px auto;
    max-width: 500px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    white-space: normal;
    text-align: center;
    background: #f5f5f7;
    color: #000;
}

/*予約内容の変更・キャンセル*/
.ReserveCautionText {
    color: #ff0000;
}

.RCT_space {
    padding: 20px 0 0 0;
}

/*規約等チェック*/
.Reserve-submit-check {
    padding: 20px 20px 0;
}

.Reserve-submit-check label {
    display: block;
    position: relative;
    min-height: 50px;
    top: 0;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 20px;
}

.Reserve-submit-check label::before {
    content: "";
    display: block;
    position: absolute;
    height: 12px;
    width: 12px;
    left: -20px;
    margin-top: -6px;
    top: 50%;
    border: 2px solid #f99ec1;
    border-radius: 2px;
}

.Reserve-submit-check label.kiyaku::before {
    border: 2px solid #000;
}

.Reserve-submit-check label::after {
    content: "";
    display: none;
    position: absolute;
    height: 8px;
    width: 12px;
    left: -20px;
    margin-top: -6px;
    top: 50%;
    transform: rotate(-45deg);
    border-left: 3px solid #f99ec1;
    border-bottom: 3px solid #f99ec1;
}

.Reserve-submit-check label.kiyaku::after {
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
}

.Reserve-submit-check label div {
    padding: 8px;
}

.Reserve-submit-check label div span {
    line-height: 1.2;
}

.Reserve-submit-check label {
    margin-left: 20px;
    background: rgb(249, 158, 193, 0.5);
    display: flex;
    justify-content: start;
    align-items: center;
}

.Reserve-submit-check label a {
    color: #000;
    text-decoration: none;
}

.Reserve-submit-check label a:hover {
    color: #000;
}

.Reserve-submit-check label a .icon {
    color: #000;
}

.Reserve-submit-check label.kiyaku {
    background: #fff;
}

.Reserve-submit-check input {
    display: none;
}

.Reserve-submit-check input:checked+label::before {
    display: none;
}

.Reserve-submit-check input:checked+label::after {
    display: block;
}

/*小計*/
.Reserve-total {
    margin: 0 20px 20px;
    border-top: 1px solid #f5f5f7;
    border-bottom: 1px solid #f5f5f7;
    padding: 10px 0;
    text-align: right;
    color: #000;
}

.Reserve-total span.total,
.Reserve-total span.yen {
    font-weight: bold;
    font-size: 18px;
}

/*予約情報*/
.Reserve-input .Reserve-input-ttl {
    padding: 10px 20px;
    background: #f5f5f7;
    font-weight: bold;
}

.Reserve-input .Reserve-input-input {
    padding: 20px;
}

.Reserve-input .Reserve-input-input::after {
    content: "";
    clear: both;
    display: block;
}

.Reserve-input ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Reserve-input ul::after {
    content: "";
    clear: both;
    display: block;
}

.Reserve-input li {
    float: left;
    width: 45%;
    padding-bottom: 5px;
}

.Reserve-input li:last-child {
    float: right;
}

.Reserve-input .Reserve-input-input .text {}

.Reserve-input .Reserve-input-input .text.min {
    width: 45%;
    float: left;
}

.Reserve-input .Reserve-input-input .text.min:last-child {
    float: right;
}

.Reserve-input .Reserve-input-input .text input {
    border: 1px solid #000;
    cursor: pointer;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 40px;
    text-indent: 0.5em;
    padding: 0;
}

.Reserve-input .Reserve-input-input .text input::placeholder {
    color: #f5f5f7;
}

.Reserve-input .Reserve-input-input .text textarea {
    width: 100%;
    border: 1px solid #000;
    text-indent: 0.4em;
}

.Reserve-input .Reserve-input-input .select {
    overflow: hidden;
    width: 80%;
    position: relative;
    border: 1px solid #000;
    border-radius: 5px;
    background: #ffffff;
}

.Reserve-input .Reserve-input-input .select.min {
    width: 45%;
}

.Reserve-input .Reserve-input-input .select::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: #000;
    padding: 0;
    content: "";
    pointer-events: none;
}

.Reserve-input .Reserve-input-input .select::after {
    position: absolute;
    top: 1.1em;
    right: 0.6em;
    width: 0;
    height: 0;
    padding: 0;
    content: "＞";
    font-weight: bold;
    color: #fff;
    transform: rotate(90deg) scale(0.7, 1.2);
    pointer-events: none;
}

.Reserve-input .Reserve-input-input .select select {
    cursor: pointer;
    box-shadow: none;
    border: none;
    outline: none;
    background-image: none;
    background: transparent;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    padding: 12px 40px 12px 10px;
}

.Reserve-input .Reserve-input-input .select select::-ms-expand {
    display: none;
}

.Reserve-input .Reserve-input-input span.caution {
    font-size: 12px;
    padding-bottom: 10px;
    display: block;
}

/*予約内容・商品内容*/
.Reserve-info,
.Product-info {
    background: #f5f5f7;
    background: linear-gradient(90deg, #f5f5f7, #f5f5f7 50%, #f5f5f7);
    padding: 20px;
}

.Reserve-info {
    margin: 20px 0;
}

.Product-info {
    margin: 20px 0 0 0 !important;
}

.Reserve-info-inner,
.Product-info-inner {
    background: #fff;
    border-radius: 5px;
    padding-bottom: 15px;
}

.Reserve-info-ttl,
.Product-info-ttl {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0 0;
}

.Reserve-info ul,
.Product-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Product-info li {
    padding: 15px;
    border-bottom: 1px solid #f5f5f7;
}

.Reserve-info li{
    padding: 15px;
    border-bottom: 1px solid #f5f5f7;
}

/* Flexboxを適用する要素 */
.Reserve-info li.flex-item {
    display: flex;  /* フレックスボックスを使用 */
    align-items: flex-start;  /* 上に揃える */
}

.Product-access-text {
    border-bottom: none !important;
    word-break: break-all;
}

.Reserve-info li span.plan {
    font-weight: bold;
    display: block;
}

/* .Reserve-info li span.option {
  background: #000;
  color: #fff;
  display: block;
  padding: 2px;
  text-align: center;
  width: 80px;
  margin-bottom: 5px;
} */
.Reserve-info li span.title {
    display: inline-block;
    width: 8em;
    margin-right: 0.2em;
    border-radius: 5px;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 2px;
}

.Reserve-info li span.item {
    color: #000;
    font-weight: bold;
    width: 100px;
    display: inline-block;
    flex-shrink: 0;  /* 幅を固定 */
}

.Reserve-info li span.text {
    flex-grow: 1;  /* 残りのスペースを占める */
    word-break: break-word;  /* 長い単語を折り返す */
}

.Reserve-info li span.item2 {
    color: #000;
    font-weight: bold;
    width: 120px;
    display: inline-block;
}

.Reserve-info li div.row {
    width: 100%;
    overflow: hidden;
}

.Reserve-info li div.row .left {
    width: 50%;
    float: left;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}

.Reserve-info li div.row .right {
    width: 50%;
    float: left;
}

.Reserve-info-total {
    color: #000;
    text-align: right;
}

.Reserve-info-total span.total,
.Reserve-info-total span.yen {
    font-weight: bold;
    font-size: 18px;
}

.Reserve-info-pay {
    text-align: right;
}

.Reserve-info-pay span {
    color: #000;
    display: block;
}

.Reserve-info-pay div.ReserveInfoPayText {
    display: flex;
    justify-content: flex-end;
}

.Reserve-info-pay div.ReserveInfoPayText span {
    color: black;
    text-align: start;
}

.Reserve-info-localpay {
    padding: 0 20px 20px;
}

.Reserve-info-localpay span {
    display: block;
    padding: 15px;
    border: 2px solid #f99ec1;
    border-radius: 5px;
    color: #f99ec1;
}

.Reserve-info-cation span {
    /* background-color: rgb(249, 158, 193, 0.5); */
    border: 2px solid #fd70a6;
    color: #fd70a6;
}

.Reserve-info-cation span.underline {
    padding: 0;
    border: none;
    text-decoration: underline;
}

.Product-intro-text p:first-child {
    font-weight: bold;
}

.Product-check-text,
.Product-access-text {
    font-size: 85%;
}

.Product-check-text {
    color: #00a0e9;
}

.Product-access-text a {
    color: #000;
    text-decoration: none;
}

.Product-access-text a::before {
    content: "\025b6";
    color: #000;
}

.Product-access-text a:hover {
    color: #000 !important;
}

/*送信ボタン*/
.Reserve-submit {
    padding: 20px 20px 60px;
    max-width: 500px;
    margin: 0 auto;
}

.Reserve-submit::after {
    content: "";
    clear: both;
    display: block;
}

.Reserve-submit .prev-btn {
    width: 40%;
    float: left;
    text-align: center;
    position: relative;
}

.Reserve-submit .prev-btn a {
    text-decoration: none;
    color: #000;
    height: 40px;
    display: block;
}

.Reserve-submit .prev-btn a span {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    line-height: 1.2;
}

.Reserve-submit .next-btn {
    width: 60%;
    float: right;
    position: relative;
}

.Reserve-submit .next-btn .icon {
    position: absolute;
    right: 5px;
    top: 12px;
    color: #fff;
}

.Reserve-submit .next-btn.color_b .icon {
    color: #000;
}

.Reserve-submit .prev-btn.color_b .icon {
    position: absolute;
    right: 5px;
    top: 12px;
    color: #000;
}

.Reserve-submit .next-btn input {
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 40px;
    width: 95%;
    font-size: 14px;
    position: absolute;
    right: 0;
    white-space: normal;
    line-height: 1.2;
    padding-right: 20px;
}

.Reserve-submit .prev-btn input {
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 40px;
    width: 95%;
    font-size: 14px;
    position: absolute;
    right: 0;
    white-space: normal;
    line-height: 1.2;
    padding-right: 20px;
}

.Reserve-submit .next-btn.color_b input {
    background: #f5f5f7;
    color: #000;
}

.Reserve-submit .prev-btn.color_b input {
    background: #f5f5f7;
    color: #000;
}

.Reserve-submit .next-btn input:disabled {
    opacity: 0.5;
}

.Reserve-submit .prev-btn.wide {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.Reserve-submit .prev-btn.wide a {
    width: 100%;
    margin: 0 auto;
}

.Reserve-submit .next-btn.wide {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.Reserve-submit .next-btn.wide input {
    width: 100%;
    margin: 0 auto;
    position: inherit;
}

.Reserve-submit .prev-btn.wide input {
    width: 100%;
    margin: 0 auto;
    position: inherit;
}

.LinkBtnWrap {
    box-sizing: border-box;
    padding: 0 20px 20px;
    margin: 20px;
    max-width: 500px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    white-space: normal;
    text-align: center;
    background: #000;
    color: #fff;
}

.inquiry_no-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.inquiry_no-box {
    align-self: center;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 16px 60px;
    /* background: #f5f5f7; */
}

.inquiry_no-title {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inquiry_no-data {
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#do_date {
    font-size: 24px;
    font-weight: bold;
}

#do_date>span {
    margin-right: 20px;
}

#table {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 20px;
}

.date-table {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: bold;
}

.date-table th,
.date-table td {
    padding: 5px 20px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}

.date-table th,
.date-table>tbody>tr>td:first-child {
    background-color: #fff;
    color: #000;
}

.vacant {
    cursor: pointer;
    background-color: #fff;
}

.novacant {
    cursor: pointer;
    background-color: #d3d3d3;
}

.tips {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.tips>span {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
}

.tips>span:first-child {
    background-color: #fff;
}

.tips>span:last-child {
    background-color: #d3d3d3;
    margin-left: 20px;
}

.dialog-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#favDialog {
    border-radius: 10px;
    border-color: #000;
    width: 480px;
}

.dialog-content {
    padding-left: 60px;
}

.dialog-item {
    margin: 30px 20px;
    font-size: 16px;
}

.dialog-item>span:first-child {
    font-weight: bold;
    margin-right: 10px;
}

.end-time-div {
    display: inline-block;
    width: 200px;
    height: 50px;
    position: relative;
    border: 2px solid #000;
    border-radius: 5px;
}

.end-time-div::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: #000;
    padding: 0;
    content: "";
    pointer-events: none;
}

.end-time-div::after {
    position: absolute;
    top: 1.1em;
    right: 0.5em;
    width: 0;
    height: 0;
    padding: 0;
    content: "＞";
    font-weight: bold;
    color: #fff;
    transform: rotate(90deg) scale(0.7, 1.2);
    pointer-events: none;
}

.end-time-div select {
    cursor: pointer;
    box-shadow: none;
    border: none;
    outline: none;
    background-image: none;
    background: transparent;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    padding: 12px 40px 12px 10px;
}

.end-time-div select::-ms-expand {
    display: none;
}

.dialog-item>select {
    width: 200px;
}

.dialog-item>button {
    cursor: pointer;
}

.dialog-item>button:first-child {
    background-color: #fff;
    border: none;
    color: #000;
}

.dialog-item>button:last-child {
    border: none;
    background-color: #000;
    color: #fff;
    padding: 15px 50px;
    border-radius: 5px;
}

.fix-time-back {
    display: block;
    width: 120px;
    font-weight: bold;
    margin: 0 auto;
    text-decoration: none;
    color: #000;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin-bottom: 30px;
}

@media (max-width:768px) {
    #favDialog {
        width: 80%;
    }

    .dialog-content {
        padding-left: 0;
    }

    .end-time-div {
        width: 130px;
        height: 34px;
    }

    .dialog-item>button:last-child {
        padding: 8px 10px;
    }

    .end-time-div select {
        padding: 4px 40px 0px 10px;
    }

    .end-time-div::after {
        top: 10px;
    }

    .Reserve-check label {
        height: unset;
        box-sizing: border-box;
        padding: 10px 10px 10px 30px !important;
    }

    .Reserve-check label span {
        position: unset;
    }
}

@media print,
screen and (min-width: 500px) {
    .button-wrapper .UseCheckOverBox {
        max-width: 400px;
    }

    .button-wrapper .LinkBtnWrap2 {
        margin: 20px auto;
        max-width: 400px;
    }
}

.LinkBtnWrap a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.LinkBtnWrap-change {
    box-sizing: border-box;
    padding: 0 20px 20px;
    margin: 20px;
    max-width: 500px;
    height: 40px;
    line-height: 40px;
    cursor: default;
    pointer-events: none;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    white-space: normal;
    text-align: center;
    background: lightgray;
    color: #fff;
}

.LinkBtnWrap-change a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.cancelBackBtn {
    color: #000 !important;
    background-color: #f5f5f7;
}

.cancelBackBtn a {
    color: #000 !important;
}

/*カレンダー*/
#ReserveCalendarContents {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

#ReserveCalendar-ttl {
    text-align: center;
    font-size: 20px;
    width: 100%;
    font-weight: bold;
}

#ReserveCalendar {
    text-align: center;
    width: 100%;
}

#ReserveCalendar table {
    width: 100%;
}

#ReserveCalendar th {
    color: #000;
}

#ReserveCalendar th,
#ReserveCalendar td {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
    width: 14.285%;
}

#ReserveCalendar tr.dayOfWeek th:first-child {
    color: #f99ec1;
}

#ReserveCalendar tr.dayOfWeek th:last-child {
    color: #00a0e9;
}

#ReserveCalendar td:first-child {
    color: #f99ec1;
}

#ReserveCalendar td:last-child {
    color: #00a0e9;
}

#ReserveCalendar td.disabled {
    color: #ccc;
}

#ReserveCalendar td.possible {
    cursor: pointer;
}

#ReserveCalendar td.selected {
    background-color: #000;
    color: #fff !important;
}

#ReserveCalendar td .day {
    vertical-align: top;
}

#ReserveCalendar .holiday {
    color: #f99ec1 !important;
}

#ReserveCalendar td .reserve {
    color: #000;
}
#ReserveCalendar td.selected .reserve {
    color: #fff;
}
#ReserveCalendar td .reserve-d {
    color: #fff;
}

#ReserveCalendar-next-prev-button {
    position: relative;
}

#ReserveCalendar-next-prev-button button {
    cursor: pointer;
    background: #fff;
    color: #000;
    border: none;
    font-size: 12px;
    width: 60px;
    height: 40px;
    margin: -35px 0 20px;
}

#ReserveCalendar-next-prev-button .prev {
    float: left;
}

#ReserveCalendar-next-prev-button .next {
    float: right;
}

#ReserveCalendar-cap {
    background: #f5f5f7;
    padding: 10px 20px;
}

#ReserveCalendar-cap ul {
    padding: 0;
    margin: 0;
}

#ReserveCalendar-cap li {
    display: inline-block;
    width: 32%;
    text-align: center;
    list-style: none;
}

#ReserveCalendar-cap li span {
    font-weight: bold;
    color: #000;
}

.ReserveCalendar-little {
    display: none;
}

#ReserveCalendarContents .r-hidden {
    display: none;
}

.error {
    max-width: 800px;
    margin: 0 auto;
    margin: 20px;
}

.is_error {
    border: 1px solid #f99ec1 !important;
    background-color: rgba(249, 158, 193, 0.25);
    /* color: #f99ec1 !important; */
}

.is_error::placeholder {
    color: #f99ec1 !important;
}

.is_error::before {
    background-color: #f99ec1 !important;
}

.is_error select {
    background-color: rgba(249, 158, 193, 0.25) !important;
}

.plan-contents {
    font-size: 12px;
    padding: 0 20px;
    margin-top: 8px;
    padding-bottom: 16px;
}

.item-option-title {}

.option_items {}

.option-name {}

.option-unitprice {}

.option-amount {}

.item-option {
    margin-top: 8px;
}

.item-option:first-child {
    margin-top: 0;
}

.item-option-subtotal {
    margin-top: 8px;
}

.save-wrapper {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

.save-wrapper span input {
    width: 24px;
}

@media print,
screen and (min-width: 768px) {
    .reserve-contents {
        padding: 40px 0;
    }

    .reserve-text {
        max-width: 800px;
        margin: 0 auto;
    }

    .cancelDoneText,
    .useDoneText,
    .expiredText,
    .usingText {
        max-width: 760px;
        margin: 20px auto 0 auto !important;
    }

    .reserve-error-text {
        max-width: 800px;
        margin: 0 auto;
    }

    .Reserve-check {
        max-width: 800px;
        margin: 0 auto;
        padding: 40px 20px 0;
    }

    .Reserve-check label {
        height: 60px;
        margin-bottom: 40px;
    }

    .Reserve-check label::before {
        height: 18px;
        width: 18px;
        left: 18px;
        margin-top: -9px;
        border-radius: 18px;
    }

    .Reserve-check label::after {
        height: 12px;
        width: 18px;
        left: 18px;
        margin-top: -9px;
    }

    .Reserve-check label span {
        left: 50px;
    }

    .Reserve-check .selectbox {
        padding-bottom: 40px;
    }

    .LinkBtnWrap,
    .LinkBtnWrap-change {
        margin: 20px auto;
        max-width: 500px;
    }

    .bottomspaceWrap {
        display: none;
    }

    #ReserveCalendarContents {
        padding: 40px 20px;
    }

    #ReserveCalendar-cap ul {
        max-width: 800px;
        margin: 0 auto;
    }

    .Reserve-total {
        max-width: 800px;
        margin: 0 auto 40px;
    }

    .Reserve-total span.total,
    .Reserve-total span.yen {
        font-size: 20px;
    }

    .Reserve-info {
        margin: 40px 0;
    }

    .Reserve-info-inner,
    .Product-info-inner {
        max-width: 800px;
        margin: 0 auto;
    }

    .Reserve-info-ttl,
    .Product-info-ttl {
        font-size: 20px;
        padding: 30px 0 0;
    }

    .Reserve-info li,
    .Product-info li {
        padding: 20px;
    }

    .Reserve-info-total span.total,
    .Reserve-info-total span.yen {
        font-size: 20px;
    }

    .Reserve-info-localpay {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 20px 40px;
    }

    .Reserve-input {
        max-width: 800px;
        margin: 0 auto;
    }

    .save-wrapper {
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .save-wrapper span input {
        width: 24px;
    }

    .Reserve-submit-check {
        max-width: 800px;
        margin: 0 auto;
    }

    .Reserve-submit-check label {
        margin-left: 40px;
        margin-bottom: 40px;
        min-height: 60px;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .Reserve-submit-check label div {
        padding: 8px;
    }

    .Reserve-submit-check label div span {
        line-height: 1.2;
    }

    .Reserve-submit-check label::before {
        content: "";
        display: block;
        position: absolute;
        height: 18px;
        width: 18px;
        left: -40px;
        margin-top: -8px;
    }

    .Reserve-submit-check label::after {
        content: "";
        display: none;
        position: absolute;
        height: 12px;
        width: 18px;
        left: -40px;
        margin-top: -8px;
    }

    .Reserve-submit {
        padding: 20px 20px 60px;
    }

    .Reserve-list-detail ul li {
        margin-bottom: 1em;
    }

    .Reserve-list-detail ul .ticket-status img {
        width: 6%;
    }

    .error {
        max-width: 800px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .activation-border-wrapper {
        box-sizing: border-box;
        max-width: 800px;
        padding: 0 20px;
        margin: 0 auto;
    }

    .activation-border {
        border: solid 2px red;
        border-radius: 4px;
        box-sizing: border-box;
        max-width: 760px;
        padding: 16px 20px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .option-wrapper {
        display: flex;
        justify-content: start;
    }

    .item-option-title {
        display: block;
        width: 100px;
    }

    .option-items {
        flex: 1;
    }

    .item-option {
        /* margin-bottom: 8px; */
        margin-top: 0;
    }

    .option-name {
        display: inline;
    }

    .option-unitprice {
        display: inline;
        margin-left: 12px;
    }

    .option-amount {
        display: inline;
        margin-left: 12px;
    }

    .item-option-subtotal {}

    .det-option {
        display: flex;
        justify-content: start;
    }

    .Reserve-list-detail ul li.det-option::before {
        height: 21.6px;
        margin-bottom: 0;
    }

    .ticket-option-title {
        display: inline-block;
    }

    .ticket-item-option {}
}
.tag_accent_secondary{
    background-color: #f996c1 !important; 
    border: 1px solid #f996c1 !important;
}
.bd_accent_secondary{
    border-color: #f996c1 !important;
}
.text_accent_secondary{
    color: #f996c1;
}