body {
    font-family: "Noto Sans JP", sans-serif !important;
    margin: 0px;
}

article {
    padding-top: 65px;
}

/* ローディング */

.loadingWrap {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    right: 0px;
    bottom: 0px;
    opacity: 0;
}

/* ヘッダ　START */

header {
    position: fixed;
    width: 100%;
    height: 65px;
    z-index: 999;
}

header .back {
    position: fixed;
    background: #61a3ba;
    width: 100%;
    height: 65px;
}

header .header_logo_size {
    margin-left: 15px;
    width: 44px;
}

/* ヘッダ　タイトル */
header .title1 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin-top: -6px;
    padding-left: 20px;
}

header .title2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin-top: -10px;
    text-align: left;
    padding-left: 20px;
}

/* ヘッダ　アカウント登録 */

header .home {
    display: inline-block;
    margin-right: 20px;
}

header .storelist {
    display: inline-block;
    margin-right: 20px;
}

header .users {
    display: inline-block;
    margin-right: 20px;
}

header .moveLogin {
    display: inline-block;
    margin-right: 20px;
}

header .createUser {
    display: inline-block;
    margin-right: 20px;
}

header .avatar_img, footer .avatar_img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-top: -3px;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #999;
}

header .avatar_img:hover {
    opacity: 0.5;
}

header .menu_list {
    position: absolute;
    display: flex;
    text-align: right;
    top: 15px;
    right: 0px;
}

header .logo {
    position: absolute;
    display: flex;
    top: 15px;
    left: 0px;
}

header .menu {
    width: 180px;
    height: 36px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 7px 0px 5px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0px;
    color: #fff;
    background-color: #d2de32;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: 0px;
}

/* ヘッダ　END */

/* フッター非表示 */

#footer-fix {
    display: none;
}

/* アバターメニューSTART */

nav.header_nav {
    z-index: 998;
    top: 56px;
    right: 6px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #c6c6c6;
    border-radius: 10px;
    width: 300px;
}

nav.footer_nav {
    z-index: 998;
    bottom: 56px;
    right: 6px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #c6c6c6;
    border-radius: 10px;
    width: 300px;
}

.login_profile_photo>img {
    width: 100px;
    border-radius: 50%;
}

.avatar_menu_up {
    padding: 20px;
    text-align: left;
}

.avatar_menu_down {
    padding: 15px 20px 20px 20px;
    text-align: center;
    display: flex;
}

.login_menu_main {
    margin-top: 1rem;
}

.login_user {
    font-size: 20px;
    margin-top: 10px;
}

.login_email {
    font-size: 14px;
}

.login_menu>a {
    color: #61a3ba;
}

.login_menu>a:hover {
    color: #a2c579;
    background-color: initial;
}

.login_menu_border {
    border-bottom: 1px solid #c6c6c6;
}

.login_menu_d {
    width: 50%;
}

.login_menu_d>a {
    display: inline-block;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}

.login_menu_d>a:hover {
    color: #000;
    text-decoration: none;
    background-color: initial;
}

/* アバターメニューEND */

/* コンテンツ */

.content {
    flex: 1;
    z-index: 0;
    text-align: center;
    background-color: white;
    min-height: 85vh;
}

/* コンテンツの中のフレーム */

.content_frame {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px 30px 0px 30px;
    background: #fff;
    border-radius: 10px;
    background: linear-gradient(rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0.4));
}

.content .title {
    margin-top: 60px;
    font-size: 24px;
    font-weight: bold;
}

.content .cmdArea {
    height: 58px;
}

/* 共通メッセージ START */

.messageAreaI {
    margin: 5px 5px 0px 5px;
    padding: 5px;
    font-size: 15px;
    text-align: left;
    border: solid 2px #000000;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    background-color: #fff;
}

.messageAreaE {
    margin: 5px 5px 0px 5px;
    padding: 5px;
    background-color: #fecbcb;
    font-size: 15px;
    text-align: left;
    border: solid 2px #000000;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
}

.messageI {
    color: #a2c579;
}

.messageW {
    color: #d2de32;
}

.messageE {
    color: red;
}

/* 共通メッセージ END */

.menu:hover {
    color: #fff;
}

.errorArea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
    text-align: center;
}

.errorCode {
    font-size: 20pt;
    text-shadow: 1px 1px 2px #ffffff;
}

.errorComment {
    font-size: 26pt;
    height: 150px;
    font-weight: bold;
    margin-top: 45px;
    color: white;
    text-align: center;
    text-shadow: 2px 2px 1px #000000, -2px 2px 1px #000000, 2px -2px 1px #000000,
        -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000,
        -2px 0px 1px #000000, 0px -2px 1px #000000;
}

.back_img {
    width: 100%;
}

/* ページング */

.page-parent {
    justify-content: flex-end;
    text-decoration: none;
    flex-wrap: wrap;
    margin-top: 15px;
    /* margin-right: 30px; */
}

.page-child {
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: solid 1px #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0px;
}

.page-child-left {
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: solid 1px #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0px;
}

.page-child-left-last {
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: solid 1px #707070;
    border-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
}

.page-child-right {
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: solid 1px #707070;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-child-right-last {
    width: 36px;
    height: 36px;
    cursor: pointer;
    border: solid 1px #707070;
    border-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
}

.page-font {
    text-decoration: none;
    color: #707070;
    font-size: 14px;
}

.page-font:hover {
    text-decoration: none;
    color: #707070;
    background-color: #ffffff;
}

.disabled {
    pointer-events: none;
}

.pagination-current {
    background-color: #61a3ba;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-current>a {
    pointer-events: none;
    color: #ffffff !important;
    font-size: 14px;
}

.pagination-current>a:hover {
    pointer-events: none;
    color: #ffffff !important;
}

.pagination-disabled {
    background-color: #b1b1b1;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-disabled>a {
    pointer-events: none;
    color: #ffffff !important;
}

.pagination-disabled>a:hover {
    pointer-events: none;
    color: #ffffff !important;
}

.pagination-enabled:hover {
    background-color: #a2c579;
}

.pagination-enabled>a:hover {
    background-color: #a2c579;
}

.required {
    background-color: red;
    width: 32px;
    height: 17px;
    text-align: center;
    font-size: 11px;
    color: white;
    border-radius: 5px;
    margin-right: 10px;
    float: left;
    margin-top: 4px;
}

/* 個別コントロールデザイン(ボタン) */

.btn,
a.btn,
button.btn {
    font-size: 20px;
    line-height: 26px;
    height: 30px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #d2de32;
    padding: 0px 10px;
}

/* 個別コントロールデザイン(ファイル選択) */

.fileUpload input {
    display: none;
}

.fileUpload .customInput {
    font-size: 20px;
    line-height: 26px;
    height: 30px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #61a3ba;
    padding: 0px 10px;
}

.fileUpload .customInput:hover {
    color: #fff;
}

/* 個別コントロールデザイン(プルダウン) */

select:hover {
    cursor: pointer;
}

/* 個別コントロールデザイン(リンク) */

.link {
    color: #fff !important;
    text-decoration: none !important;
}

.link:hover {
    background-color: initial;
}

/* ボタンホバー */

a:hover,
button:hover,
input[type="button"]:hover,
label[class^="file_input"]:hover,
.fileUpload .customInput:hover {
    background: #a2c579;
}

/* フッター用プライバシー＆利用規約ホバー */

.privacy-hover:hover {
    background: #61a3ba;
}

/* 予約画面用プライバシー＆利用規約ホバー */

.Reserve-privacy-hover:hover {
    background: #ffffff;
}

/* iPadデザイン */

@media screen and (max-width: 1200px) {
    .content_frame {
        padding: 10px;
        margin: 0px 10px;
        background: #fff;
        border-radius: 10px;
        background: linear-gradient(rgba(255, 255, 255, 0.8),
                rgba(255, 255, 255, 0.4));
    }

    /* 個別コントロールデザイン(ボタン) */
    .btn,
    a.btn,
    button.btn {
        font-size: 16px;
        line-height: 22px;
        height: 26px;
        position: relative;
        display: inline-block;
        cursor: pointer;
        user-select: none;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        color: #fff;
        border-radius: 4px;
        background: #d2de32;
    }
}

@media screen and (max-width: 1000px) {
    header .menu {
        width: 100px;
    }

    header .home {
        margin-right: 10px;
    }

    header .storelist {
        margin-right: 10px;
    }

    header .moveLogin {
        margin-right: 10px;
    }
}

/* スマホデザイン */

@media screen and (max-width: 700px) {
    body {
        padding-bottom: 85px;
    }

    header .menu_list {
        display: none;
    }

    /* フッター START */
    footer {
        position: fixed;
        z-index: 2;
        bottom: 0;
        width: 100%;
        height: 48px;
    }

    #footer-fix {
        display: initial;
    }

    #footer-fix #footer-fix-menu {
        text-align: center;
        padding: 0;
        display: table;
        width: 100%;
        margin: 0;
    }

    #footer-fix #footer-fix-menu li {
        display: table-cell;
        width: 25%;
        background: #61a3ba;
        padding: 0;
        margin: 0;
        height: 48px;
        position: relative;
        vertical-align: middle;
        font-size: 14px;
        text-align: -webkit-center;
    }

    #footer-fix #footer-fix-menu li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .menu_logo_size {
        width: 50px;
        display: inline-block;
    }

    .footer_font {
        color: #fff;
        text-decoration: none;
    }

    .footer_font:hover {
        color: #fff;
        text-decoration: none;
    }

    .footer_btn {
        margin-top: 15px;
    }

    input[type="radio"][name="btnFooter"] {
        display: none;
    }

    input[type="radio"][name="btnFooter"]+label:before {
        content: "";
        display: inline-block;
        background-size: contain;
        width: 32px;
        height: 32px;
    }

    input[type="radio"][name="btnFooter"][value="FooterHome"]+label:before {
        background-image: url(../img/FooterHome01.png);
        background-repeat: no-repeat;
        display: flex;
        cursor: pointer;
        width: 32px;
        height: 32px;
    }

    input[type="radio"][name="btnFooter"][value="FooterStoreList"]+label:before {
        background-image: url(../img/FooterStoreList01.png);
        background-repeat: no-repeat;
        display: flex;
        cursor: pointer;
        width: 32px;
        height: 32px;
    }

    input[type="radio"][name="btnFooter"][value="FooterUsers"]+label:before {
        background-image: url(../img/FooterUserList01.png);
        background-repeat: no-repeat;
        display: flex;
        cursor: pointer;
    }

    input[type="radio"][name="btnFooter"][value="FooterUserIcon"]+label:before {
        background-image: url(../img/footerUserIcon.png);
        background-repeat: no-repeat;
        display: flex;
        cursor: pointer;
    }

    input[type="radio"][name="btnFooter"][value="FooterLogin"]+label:before {
        background-image: url(../img/FooterLoginIcon01.png);
        background-repeat: no-repeat;
        display: flex;
        cursor: pointer;
        width: 32px;
        height: 32px;
    }

    .content .title {
        margin-top: 20px;
    }

    /* フッターEND */
}

/* スマホ */

@media screen and (max-width: 480px) {
    header .register {
        margin-right: 5px;
    }

    header .profile {
        margin-right: 5px;
    }

    header .logout {
        margin-right: 5px;
    }

    header .logo {
        top: 20px;
    }

    header .title1 {
        font-size: 12px;
    }

    header .title2 {
        font-size: 22px;
    }

    .errorCode {
        font-size: 14pt;
    }

    .errorComment {
        font-size: 18pt;
    }
}