﻿/* 画面全体 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}
#Content{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#BodyArea {
    width: 100%;
    background-color: rgba(255,255,255,1);
}

/* アラートメッセージ */
.alert-container {
    width: 90%;
    background-color: #ffebee;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.alert-title {
    text-align: center;
    font-weight: bold;
    color: #d32f2f;
    margin: 0;
    font-size: 16px;
}

.alert-description {
    text-align: center;
    color: #757575;
    margin: 5px 0 0 0;
    font-size: 14px;
}

/* ヘッダー */
#Header {
    width: 100%;
    height: 100%;
    background-color: rgba(247,247,247,1);
    border-bottom: solid 0.15rem rgba(181,196,210,1);
    font-family: Noto Sans CJK JP, sans-serif;
    font-style: normal;
    text-align: center;
    word-wrap: break-word;
    color: rgba(112,112,112,1);
    font-weight: lighter;
    font-size: 15px;
}

/* ヘッダーテキスト */
.header-text-position {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.header-title {
    margin: 10px 0 5px 0;
    padding: 10px 15px;
}

.line-box {
    padding: 0 0;
    width: 100%;
    border-bottom: solid 0.01rem rgba(181,196,210,1);
}

.header-text {
    margin: 14px 0 3px 0;
    padding: 5px 0 15px 0;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
}

/* ヘッダープログレス */
.header-progress-bar {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
}
.header-progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-progress-step span {
    font-size: 11px;
}
.header-progress-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 0.13rem rgba(115,145,172,1);
    margin-bottom: 5px;
}
.header-progress-circle.active {
    background-color: rgba(115,145,172,1);
}
.header-progress-circle.small {
    width: 13px;
    height: 13px;
    background-color: rgba(115,145,172,1);
    margin-top: 3.4px;
}
.header-progress-line {
    flex-grow: 1;
    height: 2px;
    background-color: rgba(152,176,198,1);
    margin: 25px 0 0 0;
}




/*フッター*/
.footer{
    width: 100%;
    font-family: Noto Sans CJK JP, sans-serif;
    font-style: normal;
    font-weight: lighter;
}

.footer-links {
    width: 100%;
    height: 40px;
    overflow: visible;
    background-color: white; /*rgba(247,247,247,1);*/
}

.footer-nhs-text {
    font-size: 6pt;
    height: 40px;
    padding-bottom: 5px;
}

.line-footer {
    overflow: visible;
    width: 100%;
    display:flex;
    flex-direction: column;
    font-size: 10px;
}

/* LINE公式アカウント */
.line {
    position: relative;
    display: flex;
    margin: 5px 0;
}

.line img {
    margin-right: 20px;
}

.line span {
    white-space: nowrap;
    text-align: left;
    color: rgba(68,68,68,1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.line a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

/*フッターテキスト*/
.footer-text{
    position: relative;
    display:flex;
    flex-direction: column;
}

/* フッターリンク */
.footer-text-link {
    margin: 7px 0 5px;
}

.footer-text-link span {
    text-align: left;
}

.footer-text-link a {
    color: rgba(6,153,230,1);
}

.footer-privacy {
    margin-right: 20px;
}

/* コピーライト */
.copy-write {
    margin: 5px 0;
    text-align: left;
    letter-spacing: 0.23px;
}

/* フッターボタン */
.footer-button {
    display: flex;
    width: 100%;
    height: 57px;
    overflow: visible;
    transform-origin: center;
    background-color: rgba(247,247,247,1);
    filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.161));
    margin-bottom: 50px;
}

.completed-footer-button {
    height: 250px;
    width: 100%;
    overflow: visible;
    transform-origin: center;
    background-color: rgba(247,247,247,1);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.button-text {
    top: 18px;
    position: absolute;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: rgba(255,255,255,1);
}

.button-arrow {
    background-position: left;
    background-repeat: no-repeat;
    opacity: 0.45;
    overflow: visible;
    width: 23.881px;
    height: 57px;
    transform: matrix(1,0,0,1,0,0);
}

.button-none {
    width: 100%;
    height: 100%;
    position: relative;
    transform-origin: center;
    border-top: solid 1px rgba(152,176,198,1);
    border-bottom: solid 1px rgba(152,176,198,1);
}

/* 戻るボタン */
.back-button {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(152,176,198,1);
    margin-right: 2px;
}

.back-button-and-none{
    margin-right: 0;
}

.back-button-arrow {
    background-image: url(../img/icon/left-arrow.svg);
    margin-left: 3px
}

.back-button a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*次へボタン*/
.next-button {
    width: 100%;
    height: 100%;
    position: relative;
    transform-origin: center;
    cursor: pointer;
    background-color: rgba(6,153,230,1);
}

.next-button-danger {
    background-color: rgba(245,32,67,1);
}

.next-button-arrow {
    background-image: url(../img/icon/left-arrow.svg);
    right: 0;
    position: absolute;
    transform: translate(0px, 0px) rotate(180deg);
    transform-origin: center;
    margin-right: 3px;
}

.next-button a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*トップボタン*/
.top-button {
    position: relative;
    overflow: visible;
    width: 194px;
    height: 57px;
    cursor: pointer;
    background-color: rgba(6,153,230,1);
    margin: 30px 0 10px;
    display: flex;
    align-items: center;
}

.top-button-text {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: rgba(255,255,255,1);
}

.top-button-arrow {
    background-image: url(../img/icon/top-arrow.svg);
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 25px;
    overflow: visible;
    position: absolute;
    top: 0;
    transform: matrix(1,0,0,1,0,0);
    opacity: 0.45;
}

.top-link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*キャンセルボタン*/
.cancel-button {
    width: 194px;
    height: 57px;
    position: relative;
    transform-origin: center;
    cursor: pointer;
    background-color: rgba(152,176,198,1);
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.cancel-button-text {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: rgba(255,255,255,1);
}

.cancel-button-arrow {
    background-image: url(../img/icon/top-arrow.svg);
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 25px;
    top: 33px;
    overflow: visible;
    position: absolute;
    transform: translate(0px, 0px) rotate(180deg);
    transform-origin: center;
    opacity: 0.45;
}

.cancel-link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ボディ */
#ContentBody{
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom:50px;
    font-family: Noto Sans CJK JP, sans-serif;
    font-style: normal;
    word-wrap: break-word;
    color: rgba(112,112,112,1);
    font-size: 15px;
}

.select-field {
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.select-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-bottom: solid 1px rgba(215, 218, 220, 1);
    display: flex;
}

.select-item-name {
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    margin-left: 15px;
}

.content-width {
    width: 100%;
    padding:0 14px;
}

.item-arrow-position {
    margin: 0 5px 0 auto;
}

.item-arrow {
    background-image: url(../img/icon/item-arrow.svg);
    background-position: right;
    background-repeat: no-repeat;
    width: 10px;
    height: 5px;
    transform: rotate(90deg);
    transform-origin: center;
}

.selected-item-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.selected-item {
    padding: 0 30px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

/*店舗選択*/
#StoreList {
    margin-top: 10px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.select-store {
    height: 58px;
    align-items: center;
    cursor: pointer;
}

.store-name {
    display: block;
    white-space: normal;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    margin-left: 15px;
    overflow-wrap: break-word;
}

.store-arrow {
    margin: 0 0 0 auto;
}

.store-arrow-position {
    background-image: url(../img/icon/item-arrow.svg);
    background-position: right;
    background-repeat: no-repeat;
    width: 10px;
    height: 5px;
    transform: rotate(90deg);
    transform-origin: center;
}

.select-store a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

/*店舗検索*/
#StoreSearch {
    position: relative;
    width: 75%;
}

#StoreSearch input[type=text] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0.3em;
    transition: 0.3s;
    border: 1px solid rgba(204,204,204,1);
    border-radius: 4px;
    outline: none;
}

#StoreSearch input[type=text] {
    padding-left: 30px;
}

#StoreSearch input[type=text]::placeholder {
    color: rgba(204,204,204,1);
}

#StoreSearch::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/icon/search.svg) no-repeat center center / auto 100%;
    position: absolute;
    top: 10px;
    left: 8px;
}

/*店舗詳細*/
.store-detail {
    width: 100%;
    padding:0 32px;
    margin: 10px 0 15px 0;
    font-weight: lighter;
    font-size: 0.9rem;
}

.selected-store-name {
    margin: 5px 0;
}

.store-detail .selected-store-name {
    font-size: 15px;
}

.store-info {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 5px;
}

.store-address {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store-address span {
    width: 100%;
}

.store-access {
    margin-top: 22px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store-access span {
    width: 100%;
}

.store-access-headline {
    font-weight: bold;
    font-size: 12px;
    color: rgba(6,153,230,1);
}

.map-info {
    width:100%;
}

.map-app {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    width: 130px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 7px;
    color: rgba(255,255,255,1);
    background-color: rgba(52,168,83,1);
}

#Map {
    height: 300px;
    margin: 10px 0;
}

.store-contact {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.store-contact span {
    width: 100%;
}

.store-contact a {
    width: 100%;
    color: rgba(6,153,230,1);
}

/*予約メニュー*/
#MenuList {
    margin-top: 20px;
}

.select-menu {
    padding: 10px 20px 10px 10px;
    align-items: center;
    cursor: pointer;
}

.select-menu:first-child {
    border-top:solid 1px rgba(215,218,220,1);
}

.menu-text{
    padding:5px 15px 5px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.menu-name {
    width: 100%;
    margin: 5px 0 5px 0;
    font-weight: bold;
}

.menu-period {
    width: 100%;
    font-size: 14px;
    margin: 10px 0 5px 0;
    font-weight: bold;
}

.menu-message-to-visitor {
    width: 100%;
    font-size: 14px;
    font-weight: lighter;
    color: rgba(68,68,68,1);
    white-space: nowrap; /* 横幅のMAXに達しても改行しない */
    overflow: hidden; /* ハミ出した部分を隠す */
    text-overflow: ellipsis; /* 「…」と省略 */
    margin-bottom: 5px;
}

/*予約年月*/
#MonthList {
    margin-top: 30px;
}

.selected-menu-name {
    margin: 5px 0;
}

.selected-menu-message-to-visitor {
    margin: 5px 60px 5px 60px;
    text-align: left;
    font-weight: lighter !important;
    font-size: 14px !important;
    color: rgba(68, 68, 68, 1) !important;
}

.reservation-detail .selected-menu-message-to-visitor {
    margin-top: 15px;
    margin-bottom: 15px;
}

.completed-detail .selected-menu-message-to-visitor {
    margin-top: 15px;
}

.select-month {
    padding: 10px 20px 10px 10px;
    align-items: center;
    cursor: pointer;
}

.select-month:first-child {
    border-top: solid 1px rgba(215, 218, 220, 1);
}

.month-name {
    width: 100%;
    padding: 5px 0 5px 20px;
    margin: 17px 0;
    text-align: center;
    font-weight: bold;
}

.ended-slot-month {
    color: rgba(215,218,220,1);
}

/*予約日付*/
#DateList {
    margin-top: 10px;
}

.select-date {
    padding: 3px 40px 3px 0;
    align-items: center;
    cursor: pointer;
}

.date-name {
    width: 100%;
    padding: 5px 0;
    margin: 17px 0;
    text-align: center;
    font-weight: bold;
}

.enddate-display-button {
    margin: 30px 0 10px;
    padding: 0 14px;
    width: 100%;
}

.date-button {
    background-color: rgba(6,153,230,1);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
    width: 148px;
    height: 56px;
    border-radius:5px;
    font-weight: bold;
    font-size: 11px;
}

#EndDateHidden {
    color: #fff;
    opacity: 0.65;
    height: 40px;
    display: none;
}

#EndDateDisplay {
    color: #fff;
    opacity: 0.27;
    height: 40px;
}

.reservation-slot {
    height: 20px;
    width: 20px;
}

.ended-slot {
    cursor: default;
    pointer-events: none;
    display: none;
}

.ended-slot div.reservation-state div.reservation-slot {
    display: none;
}

.ended-slot-text {
    color: rgba(215,218,220,1);
    padding-right: 20px;
}

.full-slot-text {
    color: rgba(215,218,220,1);
}

.date-top{
    width: 100%;
    height: 100%;
    position: relative;
    border-bottom: solid 1px rgba(215, 218, 220, 1);
}

/*予約枠*/
.selected-date {
    margin: 3px 0;
}

#SlotList {
    margin-top: 20px;
}

.slot-field {
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slot-item {
    width: 100%;
    padding: 5px 50px 5px 40px;
    cursor: pointer;
}

div.sch_box div.reservation-state div.reservation-slot {
    width: 15px;
    height: 15px;
}

/*予約内容確認*/
.reservation-detail {
    padding:0 32px;
    margin: 15px 0 5px;
    overflow: visible;
    text-align: center;
}

.selected-slot {
    padding: 0 14px;
    margin: 6px 0;
    text-align: center;
    font-weight: bold;
    word-wrap: break-word;
}

.selected-item-margin {
    margin: 10px 0 0 0;
}

.reservation-detail-text {
    margin: 3px 0;
    text-align: center;
    font-weight: lighter;
}

.reservation-message {
    width: 100%;
    padding:20px 0 50px 0;
    margin: 10px 0 0 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(245, 245, 245);
}

.message-text {
    width: 100%;
    font-size: 0.8em;
    color: #999999;
}

.message-note {
    margin-bottom: 20px;
    padding: 0 50px 15px 50px;
}

.message-note-text {
    margin: 5px 0 30px 0;
}

.message-form {
    padding-right: 50px;
    padding-left: 50px;
    width: 100%
}

.form-label {
    width: auto;
}

.message-checkbox-text{
    margin: 3px 3px 3px 6px;
    cursor: pointer;
    width: auto;
}

.selected-text {
    width: 100%;
    font-size: 16px;
    color: rgba(68,68,68,1);
    font-weight: bold;
}

.purpose {
    width: 100%;
    padding:0 32px;
    margin: 5px 0 15px 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.purpose-select {
    position: relative;
    width: 95%;
}

.purpose-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: .4em 3.6em .4em .8em;
    border: 1px solid #545454;
    border-radius: 3px;
    font-size: 1em;
    cursor: pointer;
}

.disabled-checkbox {
    margin: 10px auto;
    display: flex;
    justify-content: center;
}

textarea#Message {
    height: 150px;
    border: 1px solid #545454;
}

/*予約完了*/
.completed-select-item {
    margin: 3px 0;
    text-align: center;
    font-weight: bold;
    background-color: rgba(247,247,247,1);
}

.selected-store-detail{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reservation-item {
    border-radius: 3px;
    background-color: #fff;
    padding: 5px 30px;
    margin: 15px 0;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.161));
}

.completed-detail {
    padding: 0;
    margin: 5px 0;
    overflow: visible;
    text-align: center;
}

.detail-text {
    width: 100%;
    padding: 0 14px;
    margin: 10px 0 20px;
    text-align: center;
    font-weight: lighter;
}

.detail-store-name {
    text-align: center;
}

.selected-store-detail .detail-text {
    font-size: 15px;
}

.selected-message {
    text-align: left;
    width: 100%;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px 0 5px;
}

.reservation-item-text {
    font-size: 15px;
}

.selected-purpose-dot {
    width: 15px;
    height: 15px;
    text-align: center;
    font-weight: bold;
    color: rgba(131,131,131,1);
    margin: 0 10px;
}

.reservation-number {
    width: 100%;
    margin: 15px 0;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reservation-number-title {
    font-size: 18px;
    margin-right: 30px;
}

.reservation-note {
    margin-top: 50px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}

.reservation-item-title {
    margin-bottom: 5px;
    font-size: 16px;
}

.reservation-item-detail {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: rgba(112,112,112,1)
}

.completed-text{
    color: rgba(245,32,67,1);
}

/*同意規約*/
.consent-detail {
    width: 100%;
    padding:0 32px;
    margin: 15px 0 5px;
}

.usage-text {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.consent-text {
    width: 100%;
    font-size: 11px;
}

.consent-checkbox {
    margin: 20px auto 10px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.form-check-input {
    cursor: pointer;
}

.next-button-inert {
    opacity: 0.5;
    pointer-events: none;
}

/*アイコン*/
.reservation-slot-existence {
    background-image: url(../img/icon/circle.svg);
    background-position: right;
    background-repeat: no-repeat;
}

.reservation-slot-few-remaining {
    background-image: url(../img/icon/triangle.svg);
    background-position: right;
    background-repeat: no-repeat;
}

.reservation-slot-none {
    background-image: url(../img/icon/x-lg.svg);
    background-position: right;
    background-repeat: no-repeat;
}

#SlotList .reservation-slot-none {
    background-image: url(../img/icon/x-lg-dark.svg);
    background-position: right;
    background-repeat: no-repeat;
}

/*予約枠表示*/
.time {
    width: 100%
}

ul.time-list {
    list-style: none;
    margin: 0 0 2.2em 2.8em;
    padding: 0;
    box-sizing: border-box;
    text-align: right;
}

ul.time-list span.time {
    width: 5em;
    display: inline-block;
    margin-left: -8em;
    padding: 0 10px 0;
    margin-top: 142px;  /* TODO:画面幅による調整が必要 */
    vertical-align: top;
    position: relative;
    text-align: right;
    box-sizing: border-box;
    font-size: 12px;
}

ul.time-list li:first-child span.time {
    margin-top: 0;
}

ul.time-schedule {
    list-style: none;
    width: 100%;
    margin: 0 2.4em 2.8em 0;
    padding: 0;
    box-sizing: border-box;
}

ul.time-schedule .sch_box {
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(220,220,220,1);
    display: flex;
    align-items: center;
}

ul.time-schedule li:first-child .sch_box {
    border-top: 1px solid rgba(220,220,220,1);
}

ul.time-schedule li:first-child {
    margin-top: 10px;
}

ul.time-schedule li:last-child .sch_box {
    border-bottom: 1px solid rgba(220,220,220,1);
}

.existence-slot{
    background: rgba(235,247,253,1);
}

.white-slot{
    background: #fff;
}

.none-slot{
    opacity: 0.68;
    background: rgba(215,218,220,0.969);
}

.few-remaining-slot{
    background: rgba(255,251,221,1);
}

.slot-text{
    width: 100%;
    text-align: center;
    font-weight: lighter;
    font-size: 15px;
    color: rgba(68,68,68,1);
    margin: 0;
}

.none-slot .slot-text {
    color: rgba(131,131,131,1);
}

/*スピナー*/
#loading {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    background-color: rgba(0, 0, 0, 0.50);
    background-image: url(../img/LINE_spinner_light.svg);
    background-position: center;
    background-repeat: no-repeat;
}

/* 予約キャンセル */
.danger-text{
    color: rgba(245,32,67,1);
}

#ContentBody.reservation-massage-view {
    margin-top: 0;
    margin-bottom: 0;
    background-color: rgba(247, 247, 247, 1);
}

div.main-message-aria {
    background-color: #fff;
    width: 100%;
}

div.main-message-aria div.main-message {
    font-weight: bold;
    text-align: center;
    padding: 4rem 0 4rem 0;
    width: 95%;
    margin: auto;
}

div.main-message-aria div.main-message.completed-message {
    padding: 4rem 0 2rem 0;
    border-bottom: solid 0.1rem rgba(245, 32, 67, 1);
}

#currentTime {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 0, 0, 1);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

/* -------------------------------------------------------- */

.reservationForm {
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 30px;
    width: 100%;
}

.reservationFormSimple {
    width: 100%;
}

.reservationFormForReview {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}

.hr-line {
    text-align: center;
    border-bottom: solid 0.05rem rgb(212, 212, 212);
    padding: 20px 0 10px 0;
}

.detail-frame {
    width: 90%;
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 50px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.sub-header-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.custom-fields {
    margin-top: 20px;
    width: 90%;
}

.custom-field-group {
    width: 90%;
    text-align: left;
}

.custom-field-title {
    color: #2394E3;
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom-field-email-group {
    margin-left: 15px;
    width: 90%;
    text-align: left;
}

.custom-field-title-accent {
    text-align: left;
    border-left: 3px solid #B4DEF7;
    padding-left: 5px;
    display: inline-block;
    line-height: 1.2;
}


.custom-control-label {
    margin-top: 10px;
    display: block;
    font-size: 0.95rem;
    color: #333;
}
.label-text-description {
    color: gray;
    font-size: 0.8rem;
}
.label-text-required {
    margin-left: 10px;
    font-size: 0.8rem;
    color: red;
}


.custom-field {
    margin-left: 30px;
}

.custom-field input {
    margin: 0 0 5px 0;
}

.custom-field input[type="text"] {
    padding: 8px 12px;
    height: 30px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-field input[type="tel"] {
    padding: 8px 12px;
    height: 30px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-field textarea {
    padding: 8px 12px;
    font-size: 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-field select {
    width: 100%;
    margin: 5px 0 5px 0;
}

.custom-field input[type="date"] {
    width: 100%;
}
.custom-field input[type="radio"],
.custom-field input[type="checkbox"] {
    vertical-align: middle;
    position: relative;
    top: 4px;
}
.report-radioList {
    margin: 5px 0 7px 0;
}
.report-checkList {
    margin: 5px 0 7px 0;
}

.custom-field-row {
    width: 100%;
    margin-left: 30px;
    margin-bottom: 10px;
}

.custom-field-row nl2br {
    padding-left: 0;
}

.completed-custom-field-title {
    color: #575757;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.completed-custom-field-title-accent {
    text-align: left;
    border-left: 3px solid #d5d5d5;
    padding-left: 5px;
    display: inline-block;
    line-height: 1.2;
}

.completed-custom-field-sub-title {
    font-weight: normal;
    font-size: 0.75rem;
    text-align: left;
    margin-bottom: 2px;
}

.completed-custom-field-name {
    font-weight: normal;
}

.completed-custom-field-value {
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
}

.completed-detail-spacer {
    padding-bottom: 30px;
}


/*----------------------------------*/

.totp-info {
    margin-left: 30px;
    font-size: 0.95rem;
    color: #666;
}


.totp-form {
    width: 100%;
    background-color: rgb(245, 245, 245);
}

.totp-form form {
    width: 100%;
    padding-left: 60px;
    margin: 20px 0px 60px 0px;
}

.totp-alert {
    margin-bottom: 5px;
    margin-right: 60px;
}

.totp-input {
    margin-bottom: 5px;
}

.totp-input label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #333;
}

.totp-input input {
    padding: 8px 12px;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 5px 0px 10px 0px;
}

.email-submit-button {
    background-color: rgba(6,153,230,1);
    color: white;
    border: none;
    padding: .425rem .75rem;
    border-radius: .25rem;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.5;
    width: 70%;
}


.totp-submit-button {
    background-color: rgba(6,153,230,1);
    color: white;
    border: none;
    padding: .425rem .75rem;
    border-radius: .25rem;
    cursor: pointer;
    vertical-align: middle;
    line-height: 1.5;
    width: 70%;
}

.totp-submit-button:hover {
    background-color: #0056b3;
}

.totp-resend-button {
    padding: .425rem .75rem;
    border-radius: .25rem;
    cursor: pointer;
    vertical-align: middle;
    line-height: 1.5;
    width: 70%;
}

.totp-footer-info {
    font-size: 0.8rem;
    color: #666;
    margin-top: 20px;
}

.completed-lower-content {
    background-color: rgba(247,247,247,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 250px;
}
.completed-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0px 8px 0px;
}
.completed-button button {
    text-align: center;
    width: 200px;
    height: 60px;
}

.seri-button {
    color: white; /* Text color */
    font-weight: bold;
    font-size: 1.1rem; /* Font size */
    padding: 2% 4% 2% 4%; /* Padding around the text */
    border: none; /* No border */
    border-radius: 0px; /* Slightly rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    position: relative; /* For pseudo-element positioning */
    opacity: 0.95;
    overflow: hidden; /* Hide overflow for the pseudo-element */
}

.forward-button {
    background-color: rgb(7, 153, 230);
}
.backward-button {
    background-color: rgba(152,176,198,1);
}

.up-button {
    background-image: url(../img/icon/top-arrow.svg);
    background-repeat: no-repeat;
}

.down-button {
    background-image: url(../img/icon/down-arrow.svg);
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.right-button {
    background-image: url(../img/icon/right-arrow.svg);
    background-position-x: right;
    background-repeat: no-repeat;
}

.left-button {
    background-image: url(../img/icon/left-arrow.svg);
    background-position-x: left;
    background-repeat: no-repeat;
}

.seri-button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3); /* White overlay */
    transform: translateX(-50%) translateY(100%);
    transition: transform 0s ease; /* Transition for the hover effect */
}

.seri-button:hover::after {
    transform: translateX(-50%) translateY(0); /* Slide up effect on hover */
}

.seri-button:focus {
    outline: none; /* Remove outline on focus */
}

/*----------------------------------*/
.error-header-text-position {
    padding: 10px 0px 0px 0px;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: white;
}

.error-header-title {
    margin: 10px 0 5px 0;
    padding: 10px 15px;
}

.error-body {
    background-color: rgba(247,247,247,1);
}

.error-content-body {
    background-color: white;
    width: 90%;
    margin: 40px auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: #757575;
}

.header-error-message {
    border-top: solid 0.01rem rgba(115,145,172,1);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}

.error-message {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
}

.error-footer {
    width: 100%;
    font-size: 6pt;
    font-family: Noto Sans CJK JP, sans-serif;
    font-style: normal;
    font-weight: lighter;
}

.error-footer-links {
    width: 100%;
    overflow: visible;
    background-color: white;
}

.error-line-footer {
    overflow: visible;
    width: 100%;
    padding: 10px 30px 5px 57px;
    display:flex;
    flex-direction: column;
    font-size: 10px;
}

.reservation-line-footer {
    font-size: 6pt;
    background-color: white;
    width: 100%;
    height: 115px;
    padding-bottom: 7px;
}

.reservation-error-footer {
    font-size: 6pt;
    background-color: white;
    width: 100%;
    height: 40px;
    margin-top: 30px;
    padding-bottom: 5px;
}

.reservation-line-error-footer {
    font-size: 6pt;
    background-color: white;
    width: 100%;
    height: 115px;
    margin-top: 30px;
    padding-bottom: 7px;
}

.reservation-error-footer-link {
    margin-top: 20px;
    color: black;
    text-decoration: none;
}
.reservation-error-footer-link img {
    margin-right: 5px;
}

.footer-line-bottom {
    position: fixed;
    bottom: 75px;
}
.footer-bottom {
    position: fixed;
    bottom: 0;
}

.line-box-home {
    padding: 0 0;
    width: 100%;
    border-bottom: solid 2px rgba(181,196,210,1);
}

