@charset 'UTF-8';
html{

    overflow-y:scroll;
}
html, body {
    word-break: break-all;
    font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
    }
body {
    position: relative;
    right: 0;
    margin: 0 1px;
    padding: 0;
    background-color: #fafafa;
    box-sizing: border-box;
    transition: .5s;
    padding-right:0px!important;
    }
body:after {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    background-color: #00000080;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    }
body.nav-open {
    right: 270px;
    }
body.nav-open:after {
    z-index: 999999;
    opacity: 1;
    }
header {
    width: 100%;
    height: 85px;
    top: 0;
    position: fixed;
    z-index: 1000;
    }
main {
    margin: 0;
    }
footer {
    height: 80px;
    }
pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: "sans-serif";
    }
textarea {
    font-family: "sans-serif";
    }
input, textarea, select, button,
input:active, textarea:active, select:active, button:active,
input:focus, textarea:focus, select:focus, button:focus {
    outline: 0;
    }

input[type="submit"],
input[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    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;
    }

/* header */
.header-wrap {
    padding: 10px 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px #aca4a4;
    }
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.header-back-button {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
    }
.header-back-button a {
    display: block;
    width: 34px;
    height: 34px;
    background: url('../images/menu_img01_b.png') no-repeat;
    background-size: contain;
    }
.header-drawer-button,
.header-close-btn {
    display: inline-block;
    width: 10%;
    vertical-align: middle;
    }
.header-close-btn {
    display: none;
    position: absolute;
    top: -5px;
    right: 15px;
    }
.header-drawer-button img,
.header-close-btn img {
    height: 2.5rem;
    }
.header-title {
    display: inline-block;
    min-width: 60%;
    height: 1.5rem;
    border-radius: 1.6rem;
    background: linear-gradient(to right, #02ab71, #9bc92b);
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    color: #ffffff;
    box-shadow: 10px 10px 15px -10px #2ab260;
    vertical-align: middle;
    }
.logo-header {
    padding: 30px 0.4rem;
    text-align: center;
    }
.logo-header img {
    width: 60%;
    height: 3.5rem;
    margin-top: auto;
    margin-bottom: auto;
    object-fit: contain;
    }

/* nav */
nav {
    position: fixed;
    top: 0;
    right: -270px;
    height: 100vh;
    width: 270px;
    background: #303936;
    z-index: 2000;
    overflow: auto;
    transition: .5s;
    }
nav div {
    position: relative;
    height: 100%;
    }
.nav-brand {
    display: none;
    }
nav .copyright {
    color: #666a69;
    font-size: 0.85rem;
    width: 100%;
    height: 20px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    }
nav ul.nav-menu {
    color: #f0f1f1;
    padding: 0 16px;
    list-style: none;
    }
nav ul.nav-menu li {
    font-size: 14px;
    position: relative;
    padding: 10px 5px;
    border-bottom: 1px solid #787e7c;
    background: url('../images/menu_img12.png') no-repeat;
    background-size: 0.5rem;
    background-position: right 3px center;
    }
nav ul.nav-menu li.nav-menu-title {
    color: #787e7c;
    background: none;
    }
nav ul.nav-menu img {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 10px;
    object-fit: contain;
    vertical-align: middle;
    }
nav ul.nav-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    }

#signout_submit {
    cursor: pointer;
    }

.content-section {
    position: absolute;
    width: 100%;
    right: 0;
    margin-top: 90px;
    }
.nav-open .content-section {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    }
.nav-open nav {
    right: 0;
    }
.nav-open .header-drawer-button {
    display: none;
    }
.nav-open .header-close-btn {
    display: block;
    height: 30px;
    width: 30px;
    }
.nav-open .header-close-btn img {
    width: 30px;
    height: 30px;
    }
.nav-open main {
    padding-top: 90px;
    }
.nav-open nav .copyright {
    position: static;
    margin: 0 0 60px;
    }

/* text color */
.text-green {
    color: #03ab71;
    }

.main-sp {
    overflow: auto;
    }

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    }
.validate_fail {
    font-size: 14px;
    font-weight: 600;
    color: #ed143d;
    margin: 10px 0;
    }

/* select box */
select {
    width: 80%;
    cursor: pointer;
    padding: 0.4rem 0.2rem;
    border-color: #2ab260;
    border-radius: 6px;
    font-size: 1rem;
    background-color: #fff;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    }
select option {
    background-color: #fff;
    color: #333;
    }
.selecttagwrap {
    position: relative;
    }
.selecttagwrap select {
    width: 100% !important;
    }
.selecttagwrap:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -5px;
    pointer-events: none;
    border-style: solid;
    border-width: 10px 6px;
    border-color: #2ab260 transparent transparent;
    }

/* button */
.btn-stacchi {
    cursor: pointer;
    display: inline-block;
    border-radius: 1.6rem;
    background: #02ab71;
    border: none;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    color: #ffffff;
    box-shadow: 10px 10px 15px -10px #2ab260;
    vertical-align: middle;
    text-decoration: none;
    }
.btn-light {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 8px 16px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    border: 2.4px solid #02ab71;
    text-align: center;
    font-size: 1rem;
    padding: 0rem;
    color: #02ab71;
    vertical-align: middle;
    }
.btn-plain {
    cursor: pointer;
    display: inline-block;
    border-radius: 1.6rem;
    border: 1px solid #93989d;
    background: #ffffff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    color: #93989d;
    vertical-align: middle;
    }
.btn-back {
    cursor: pointer;
    display: inline-block;
    border-radius: 1.6rem;
    background: #93989d;
    border: none;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem;
    color: #ffffff;
    box-shadow: 10px 10px 15px -10px #93989d;
    vertical-align: middle;
    text-decoration: none;
    }
.btn-plain.green {
    color: #02ab71;
    border-color: #02ab71;
    }
.btn-plain.green:hover {
    color: #ffffff;
    background: #02ab71;
    }

/* table */
table {
    width: 100%;
    border-collapse: collapse;
    }
th, td {
    padding: 5px 0;
    border: 1px solid #cde68d;
    }
th {
    background: #ebf4d5;
    color: #40be92;
    }

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        }
    }
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        }
    }

/* modal */
#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    }
#modal:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #0000004d;
    }
#modal #modal_wrap {
    position: absolute;
    box-sizing: border-box;
    top: 2vh;
    left: 50%;
    width: 96vw;
    margin: 0 0 0 -48vw;
    padding: 0;
    }
#modal .modal-content {
    box-shadow: 0 0 10px #00000080;
    border-radius: 5px;
    background: #f0f0f0;
    padding: 10px;
    }
#modal .modal-header {
    position: relative;
    padding-top: 15px;
    }
#modal .modal-header .modal-title {
    margin: 0;
    font-size: 16px;
    }
#modal .modal-header .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    border: 0;
    padding: 0;
    line-height: 1ex;
    cursor: pointer;
    }
#modal .modal-body {
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
    }
#modal .modal-footer {
    }
#modal .modal-footer button {
    cursor: pointer;
    margin: 0;
    font-size: 12px;
    background: #fff;
    border: 1px solid #808080;
    border-radius: 3px;
    color: #ffffff;
    padding: 5px 10px;
    }
#modal .modal-footer button.btn-primary {
    background: #2c3e50;
    box-shadow: 10px 10px 15px -10px #2c3e50;
    }
#modal .modal-footer button.btn-secondary {
    background: #95a5a6;
    box-shadow: 10px 10px 15px -10px #95a5a6;
    }
#modal .modal-footer button.btn-success {
    background: #18bc9c;
    box-shadow: 10px 10px 15px -10px #18bc9c;
    }
#modal .modal-footer button.btn-info {
    background: #3498db;
    box-shadow: 10px 10px 15px -10px #3498db;
    }
#modal .modal-footer button.btn-warning {
    background: #f39c12;
    box-shadow: 10px 10px 15px -10px #f39c12;
    }
#modal .modal-footer button.btn-danger {
    background: #e74c3c;
    box-shadow: 10px 10px 15px -10px #e74c3c;
    }

#modal #alert,
#modal #reload,
#modal #confirm,
#modal #spinner,
#modal #send_email,
#modal #send_sms,
#modal .modal-footer button.modal-choices {
    display: none;
    text-align: center;
    }

#modal #send_email input[type="email"],
#modal #send_sms input[type="text"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    width: 50%;
    margin: 0 3%;
    max-width: 500px;
    font-size: 1rem;
    padding: 5px;
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 4px 2px #75da7d;
    box-shadow: 0px 0px 4px 2px #75da7d;
    background: #f0f0f0;
    }
#modal #send_email #mail_fail,
#modal #send_sms #sms_fail {
    display: none;
    }
#modal #send_email button,
#modal #send_sms button {
    display: block;
    font-size: 16px;
    width: 30%;
    height: 40px;
    line-height: 40px;
    margin: 10px auto 0;
    border: 0;
    border-radius: 5px;
    background: #05aa72;
    color: #fff;
    cursor: pointer;
    }

#modal #spinner {
    padding: 0 0 20px;
    }
#modal #spinner .spinner-border {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    border: .8rem solid;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 2s linear infinite;
    animation: spinner-border 2s linear infinite;
    }

body.selModalBody{
	overflow: hidden;
}

.main-header {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    }

.error_message {
    margin: 0 !important;
    }
.error_message p {
    font-size: 14px;
    color: #ed143d;
    font-weight: 600;
    margin: 0;
    }
.header_shop_name{
    font-size:16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:100%;
    overflow: hidden;
    line-height:160%;
    border-radius:20px;
    margin-bottom:10px;
    padding-left:0;padding-right:0;
    padding-top:5px;padding-bottom:5px;
    text-align: center;
    font-weight: bold;
    background:#4eba4f;
    color:#FFF;
}
.shop_name_padding{
    padding: 0 2rem 20px;
    margin: 0 0 15px;
}
@media screen and (min-width: 1024px) {
    body {
        padding-left: 279px;
        }
    body:after {
        content: none;
        }
    header {
        width: calc(100% - 279px);
        }
    nav {
        width: 280px;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index:1001;
        }
    .nav-brand {
        display: block;
        width: 100%;
        height: 85px;
        background: #ffffff;
        text-align: center;
        }
    .nav-brand img {
        margin: 10px 0;
        width: 60%;
        height: 65px;
        object-fit: contain;
        }
    nav ul.nav-menu li {
        font-size: 0.9rem;
        }
    .header-wrap {
        padding: 0 0 0 0;
        height: 100%;
        margin: 0;
        background: linear-gradient(to right, #02ab71, #9bc92b);
        }
    .header-flex {
        height: 100%;
        margin: 0;
        padding: 0;
        display: block;
        text-align: center;
        }
    .header-title {
        position: relative;
        top: 18px;
        padding: 0;
        border-radius: 0%;
        font-size: 2.0rem;
        background: none;
        box-shadow: none;
        }
    .header-back-button,
    .header-drawer-button {
        display: none;
        }
    .content-section {
        position: relative;
        width: auto;
        right: unset;
        margin-top: 120px;
        }
    .main-header {
        padding: 0 5%;
        text-align: left;
        }

    #modal #modal_wrap {
        top: 50%;
        width: 50vw;
        height: 50vh;
        margin-top: -25vh;
        margin-left: -25vw;
        }
    .header_shop_name{
        font-size:20px;
    }
    }
