@charset "utf-8";
/*—————————————————————————————————————
画面固定エリア
—————————————————————————————————————*/
body {
   font-family: Hiragino Sans !important; 
   font-size: 15px;
  /* background-color: #FFFFFF; */
}

.fixdarea {
    max-width: 75%;
    margin-left : auto;
    margin-right: auto;
    opacity: 1;
    overflow: hidden;
}

@media screen and (max-width: 639px) {
	.fixdarea {
            max-width: 960px;
            margin-left : auto;
            margin-right: auto;
            opacity: 1;
            overflow: hidden;
	}
}
/*—————————————————————————————————————
LINEログインなし
—————————————————————————————————————*/
.line_not_login {
    width: 100%;
    margin: 20px 0px 0px 10px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 15px;
    text-align: center;
}
.line_not_login span {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
@media screen and (max-width: 639px){
    .line_not_login span {
        width: 100%;
        display: inline-block;
    }
}
/*—————————————————————————————————————
LINEアカウント登録エリア
—————————————————————————————————————*/
.line_area {
    margin-left : auto;
    margin-right: auto;
    margin-top: 15px;
}
.line_area_title {
    width: 100%;
    margin-left: 5px;
    display: flex;
}
@media screen and (max-width: 639px){
    .line_area_title {
        margin-left: 16px;
    }
}
.line_area_title_decoration {
    width: 10px;
    height: 19px;
    /* background: #F05858; */
}
.line_area_title_string {
    /* color: #F05858; */
    margin-left: 10px;
    font-family: Hiragino Sans;
    font-weight: W7;
    font-size: 15px;
    opacity: 1;
    text-align: left;
}
.line_table {
    width: 100%;
    margin-top: 15px;
}
.line_row {
    width: 80%;
    margin: auto;
    opacity: 1;
    overflow: hidden;
    display: block;
}
.input_note {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.016em;
    /* color: #4A4A4A; */
    margin: 5px auto;
}
.line_note {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.016em;
    /* color: #8E8E8E; */
    margin: 0px 0px 5px 0px;
}
.line_image {
    margin: 0px 0px 5px 0px;
    text-align: center;
}
img.line {
    width: 72px;
    height: 72px;
    left: 442px;
    top: 115px;
    object-fit:cover;
    border-radius: 50%;
}
svg.line {
    width: 43px;
    height: 43px;
    margin-top: 10px;
}
.line_image .custom_icon {
    width: 72px;
    height: 72px;
    left: 442px;
    top: 115px;
    margin-left: auto;
    margin-right: auto;
    object-fit:cover;
    border-radius: 50%;
    border: 2px solid;
}
.input_mailaddress {
    width: 464px;
    border: 0.5px solid #8E8E8E;
    box-sizing: border-box;
    border-radius: 4px;
    height: 56px;
    display: flex;
    margin: auto;
}
@media screen and (max-width: 800px){
    .input_mailaddress {
        width: 343px;
    }
}
@media screen and (max-width: 639px){
    .input_mailaddress {
        width: 300px;
    }
}
input::placeholder {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #8E8E8E;
    padding-left: 20px;
}
.input_font {
    width: 464px;
    margin: 3px auto;
    padding-left: 15px;
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    letter-spacing: 0.006em;
    color: #8E8E8E;
}
@media screen and (max-width: 800px){
    .input_font {
        width: 343px;
    }
}
@media screen and (max-width: 639px){
    .line_row {
        width: 100%;
    }
    .input_note {
        width: 90%;
    }
}
.submit_tbl {
    width: 100%;
    margin: 30px 0px 0px 0px;
    opacity: 1;
    overflow: hidden;
    display: block;
}
.submit_btn {
    width: 343px;
    height: 48px;
    /* background: #F05858; */
    margin: auto;
    opacity: 1;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}
@media screen and (max-width: 639px){
    .submit_btn {
        width: 300px;
    }
}
.submit_btn span {
    line-height: 23px;
    margin-left: 45%;
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    /* color: #FFFFFF; */
    display: flex;
    align-items: center;
}
/*—————————————————————————————————————
顧客情報エリア
—————————————————————————————————————*/
.customer_area {
    margin-left : auto;
    margin-right: auto;
    margin-top: 15px;

}
.customer_area_title {
    width: 100%;
    margin-left: 5px;
    display: flex;
}
@media screen and (max-width: 639px){
    .customer_area_title {
        margin-left: 16px;
    }
}
.customer_area_title_decoration {
    width: 10px;
    height: 19px;
    /* background: #F05858; */
}
.customer_area_title_string {
    /* color: #F05858; */
    margin-left: 10px;
    font-family: Hiragino Sans;
    font-weight: W7;
    font-size: 15px;
    opacity: 1;
    text-align: left;
}
.customer_table {
    width: 100%;
    margin-top: 15px;
}
.connect_row {
    height: 51px;
    margin: 20px 0px 20px 0px;
    opacity: 1;
    overflow: hidden;
    display: flex;
    background: #F9F9F9;
}
@media screen and (min-width: 640px){
    .connect_row {
        height: 51px;
        margin: 20px 0px 20px 5px;
        opacity: 1;
        overflow: hidden;
        display: flex;
        background: #F9F9F9;
    }
}
.connect_point_label {
    width: 25%;
    margin-right: 10px;
    padding-left: 20px;
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -0.016em;
    color: #4A4A4A;
}
@media screen and (max-width: 639px){
    .connect_point_label {
        width: 30%;
        margin-right: 15px;
        margin-left: 10px;
        padding-left: 0px;
        font-family: Hiragino Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        display: flex;
        align-items: center;
        letter-spacing: -0.016em;
        color: #4A4A4A;
    }
}
.connect_point_nm {
    color: #F05858;
    font-size: 15px;
}
.connect_point {
    width: 50%;
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #4A4A4A;
}
.customer_row {
    width: 100%;
    height: 50px;
    margin-top: 1px;
    opacity: 1;
    overflow: hidden;
    display: flex;
}
.customer_name_label {
    width: 25%;
    margin-left: 5px;
    margin-right: 10px;
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -0.016em;
    /* color: #4A4A4A; */
}
@media screen and (max-width: 639px){
    .customer_name_label {
        width: 30%;
        margin-left: 16px;
    }
}
.customer_name {
    width: 50%;
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -0.016em;
    word-break: break-all;
    /* color: #4A4A4A; */
}
@media screen and (max-width: 639px){
    .customer_name {
        font-weight: 400;
    }
}
.logout {
    width: 109px;
    height: 32px;
    background: #8E8E8E;
    margin: 0 0 0 auto;
    margin-right: 0px;
    border-radius: 5px;
    display: flex;
}
@media screen and (max-width: 639px){
    .logout {
        margin-right: 10px;
    }
}
.logout span {
    margin-left: 10px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: Hiragino Sans;
    font-size: 13px;
    opacity: 1;
    text-align: left;
    font-weight: 600;
}
.logout_icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 8px;
}
a.logout:link {
    text-decoration : none;
    color : #FFFFFF;
}
a.logout:visited {
    text-decoration : none;
    color : #FFFFFF;
}
a.logout:active {
    text-decoration : none;
    color : #FFFFFF;
}
a.logout:hover {
    text-decoration : none;
    color : #FFFFFF;
}
/*—————————————————————————————————————
予約中の店舗エリア
—————————————————————————————————————*/
.reserved_area {
    margin-left : auto;
    margin-right: auto;
    margin-top: 30px;

}
.reserved_area_title {
    width: 100%;
    margin-left: 5px;
    display: flex;
}
@media screen and (max-width: 639px){
    .reserved_area_title {
        margin-left: 16px;
    }
}
.reserved_area_title_decoration {
    width: 10px;
    height: 19px;
    /* background: rgba(240,88,88,1); */
}
.reserved_area_title_string {
    /* color: rgba(240,88,88,1); */
    margin-left: 10px;
    font-family: Hiragino Sans;
    font-weight: W7;
    font-size: 15px;
    opacity: 1;
    text-align: left;
}
.reserved_table {
    width: 100%;
}
/* WEBアイコン */
.reserved_icon {
    width: 100%;
    /* height: 18px; */
    opacity: 1;
    overflow: hidden;
    display: flex;
    margin: 10px 10px 10px 6px;
}
.reserved_icon_name {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    /* background: #F05858; */
    /* color: #FFFFFF; */
    margin: 0px 10px;
    width: 80px;
    text-align: center;
}
.reserved_store {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    letter-spacing: -0.016em;
    /* color: #4A4A4A; */
}
.reserved_detail {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    letter-spacing: 0.006em;
    /* color: #4A4A4A; */
    flex: none;
    order: 0;
    /* align-self: center; */
    margin: 10px 20px 10px 16px;
    word-break: break-all;
}
.reserved_detail_parent {
    width: 100%;
    display: flex;
}
.reserved_detail_left {
    margin-right: auto;
}
.reserved_detail_right {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reserved_detail_right_detail {
    margin-left: auto;
    display: block;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 639px){
    .reserved_detail_parent {
        width: 100%;
        display: block;
    }
}
.reserved_detail_btn {
    width: 163.5px;
    height: 32px;
    /* background: #F05858; */
    margin: 0 0 0 auto;
    margin-right: 0px;
    border-radius: 6px;
    overflow: hidden;
}
@media screen and (max-width: 639px){
    .reserved_detail_btn {
        margin-right: 10px;
    }
}
.reserved_detail_btn span {
    /* color: rgba(255,255,255,1); */
    font-family: Hiragino Sans;
    font-size: 13px;
    /* font-weight: 700; */
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.reserved_detail_no_btn {
    margin: 10px 0px 0px auto;
    margin-right: 10px;
    overflow: hidden;
}
@media screen and (max-width: 639px){
    .reserved_detail_right {
        display: block;
    }
    .reserved_detail_no_btn {
        margin: 10px 0px 0px 10px;
        margin-right: 10px;
        overflow: hidden;
        text-align: center;
    }
}
/*—————————————————————————————————————
予約店舗履歴エリア
—————————————————————————————————————*/
.history_area {
    margin-left : auto;
    margin-right: auto;
    margin-top: 30px;
}
.history_area_title {
    width: 100%;
    margin-left: 5px;
    display: flex;
}
@media screen and (max-width: 639px){
    .history_area_title {
        margin-left: 16px;
    }
}
.history_area_title_decoration {
    width: 10px;
    height: 19px;
    /* background: rgba(240,88,88,1); */
}
.history_area_title_string {
    /* color: rgba(240,88,88,1); */
    margin-left: 10px;
    font-family: Hiragino Sans;
    font-weight: W7;
    font-size: 15px;
    opacity: 1;
    text-align: left;
}
.history_table {
    width: 100%;
}
.history_row {
    width: 100%;
    height: 50px;
    opacity: 1;
    overflow: hidden;
    display: flex;
}
.history_name {
    padding-left: 5px;
}
/* WEBアイコン */
.history_icon {
    width: 100%;
    /* height: 18px; */
    opacity: 1;
    overflow: hidden;
    display: flex;
    /* margin: 3px; */
    margin: 10px 10px 10px 6px;
}
.history_icon_name {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    background: #8E8E8E;
    color: #FFFFFF;
    margin: 0px 10px;
    width: 80px;
    text-align: center;
}
.history_store {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    letter-spacing: -0.016em;
    /* color: #4A4A4A; */
}
.history_detail {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    letter-spacing: 0.006em;
    /* color: #4A4A4A; */
    flex: none;
    order: 0;
    align-self: center;
    margin: 10px 20px 10px 16px;
}
.history_detail_parent {
    width: 100%;
    display: flex;
}
.history_detail_left {
    margin-right: auto;
}
.history_detail_right {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 639px){
    .history_detail_parent {
        width: 100%;
        display: block;
    }
}
.history_detail_btn {
    width: 163.5px;
    height: 32px;
    /* background: #F05858; */
    margin: 0 0 0 auto;
    margin-right: 0px;
    border-radius: 6px;
    overflow: hidden;
}
@media screen and (max-width: 639px){
    .history_detail_btn {
        margin-right: 10px;
    }
}
.history_detail_btn span {
    /* color: rgba(255,255,255,1); */
    font-family: Hiragino Sans;
    font-size: 13px;
    /* font-weight: 700; */
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
/*—————————————————————————————————————
店舗一覧エリア
—————————————————————————————————————*/
.store_list_area {
    margin-left : auto;
    margin-right: auto;
    margin-top: 30px;
}
.store_list_area_title {
    margin-left: 5px;
    display: flex;
}
@media screen and (max-width: 639px){
    .store_list_area_title {
        margin-left: 16px;
    }
}
.store_list_area_title_decoration {
    width: 10px;
    height: 19px;
    /* background: rgba(240,88,88,1); */
}
.store_list_area_title_string {
    /* color: rgba(240,88,88,1); */
    margin-left: 10px;
    font-family: Hiragino Sans;
    font-weight: W7;
    font-size: 15px;
    opacity: 1;
    text-align: left;
}
.store_list_table {
    width: 100%;
}
.store_list_row {
    width: 100%;
    opacity: 1;
    overflow: hidden;
    display: flex;
    margin: 25px 0px 25px 0px;
}
.store_list_name {
    width: 50%;
    margin: 0 0 0 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 3px;
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    letter-spacing: -0.016em;
}
@media screen and (max-width: 639px){
    .store_list_name {
        font-weight: 700;
    }
}
.reserve_btn {
    width: 163.5px;
    height: 32px;
    /* background: #F05858; */
    margin: 0 0 0 auto;
    margin-right: 0px;
    border-radius: 6px;
    overflow: hidden;
}
@media screen and (max-width: 639px){
    .reserve_btn {
        margin-right: 10px;
    }
}
.reserve_btn span {
    /* color: rgba(255,255,255,1); */
    font-family: Hiragino Sans;
    font-size: 13px;
    /* font-weight: 700; */
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
/*—————————————————————————————————————
二次元コード(QR Code) エリア
—————————————————————————————————————*/
#qrcode_area {
    display: none;
}
.qrcode_area {
    margin-left : auto;
    margin-right: auto;
    margin-top: 30px;
}
.qrcode_area_title {
    margin-left: 5px;
    display: flex;
}
@media screen and (max-width: 639px){
    .qrcode_area_title {
        margin-left: 16px;
    }
}
.qrcode_area_title_decoration {
    width: 10px;
    height: 19px;
    /* background: rgba(240,88,88,1); */
}
.qrcode_area_title_string {
    /* color: rgba(240,88,88,1); */
    margin-left: 10px;
    font-family: Hiragino Sans;
    font-weight: W7;
    font-size: 15px;
    opacity: 1;
    text-align: left;
}
#qrcode {
    width: 150px;
    height: 150px;
    margin: 15px auto;
}
/*—————————————————————————————————————
電話ボタン
—————————————————————————————————————*/
.tel {
    width: 163.5px;
    height: 32px;
    margin: 0 0 0 auto;
    margin-right: 0px;
    border-radius: 6px;
    overflow: hidden;
    display: block;
}
@media screen and (max-width: 639px){
    .tel {
        margin-right: 10px;
    }
}
.tel span {
    font-family: Hiragino Sans;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.tel_icon {
    margin-left: 5px;
    display: inline;
}
/*—————————————————————————————————————
フッターエリア
—————————————————————————————————————*/
/* TOPへ戻るリンク */
.top_back {
    width: 75%;
    margin-left : auto;
    margin-right: auto;
    margin-top: 30px;
    /* color: rgba(142,142,142,1); */
    font-family: Hiragino Sans;
    font-size: 15px;
    opacity: 1;
    text-align: center;
}
a.top_back:link {
    text-decoration : none;
    /* color : rgba(142,142,142,1); */
    /* font-weight: 500; */
}
a.top_back:visited {
    text-decoration : none;
    /* color : rgba(142,142,142,1); */
}
a.top_back:active {
    text-decoration : none;
    /* color : rgba(142,142,142,1); */
}
a.top_back:hover {
    text-decoration : none;
    /* color : rgba(142,142,142,1); */
}
/*—————————————————————————————————————
データなし
—————————————————————————————————————*/
.data_not_exist {
    width: 100%;
    margin: 20px 0px 20px 5px;
    /* padding-top: 5px; */
    /* padding-left: 20px; */
    /* padding-right: 15px; */
    font-weight: 600;
}
@media screen and (max-width: 639px){
    .data_not_exist {
        font-weight: 400;
        margin: 20px 0px 20px 16px;
    }
}
/*—————————————————————————————————————
罫線
—————————————————————————————————————*/
hr {
    height: 1px;
    border: none;
    border-top: 1px #CCCCCC solid;
    margin: 10px 0px 10px 5px;
}
@media screen and (max-width: 639px){
    hr {
        height: 1px;
        border: none;
        border-top: 1px #CCCCCC solid;
        margin: 10px 0px 10px 0px;
    }
}
/*—————————————————————————————————————
リンク
—————————————————————————————————————*/
a:link {
    text-decoration : none;
    /* color : rgba(255,255,255,1); */
}
a:visited {
    text-decoration : none;
    /* color : rgba(255,255,255,1); */
}
a:active {
    text-decoration : none;
    /* color : rgba(255,255,255,1); */
}
a:hover {
    text-decoration : none;
    /* color : rgba(255,255,255,1); */
}
/*—————————————————————————————————————
ダイアログ
—————————————————————————————————————*/
.dialog_main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #FFFFFF;
    border-radius: 6px;
    padding-top: 24px;
    padding-bottom: 8px;
}
.dialog_title {
    width: 100%;
    margin-left : auto;
    margin-right: auto;
    text-align: center;
}
.dialog_title span {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.016em;
}
.dialog_message {
    width: 90%;
    padding-top: 20px;
    margin-left : auto;
    margin-right: auto;
    text-align: center;
}
.dialog_message span {
    font-family: Hiragino Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    letter-spacing: -0.011em;
    word-break: break-all;
}
.dialog_button_main {
    width: 80%;
    padding-top: 20px;
    margin-left : auto;
    margin-right: auto;
    text-align: center;
}
.dialog_button {
    width: 182px;
    height: 32px;
    margin-top: 20px;
    margin-left : auto;
    margin-right: auto;
    /* background: #FF6663; */
    border-radius: 6px;
    border: 0px;
    font-size: 15px;
    line-height: 15px;
    /* color: #FFFFFF; */
    font-weight: 600;
}
button:focus {
	outline:0;
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
dialog {
  border: 0px;
  position:fixed
}

@media screen and (max-width: 639px){
    .dialog_main {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
