@charset "UTF-8";

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    background-color: #ffffff;
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #485155;
    -webkit-text-size-adjust: 100%;
}

ul, ol, dl {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

hr {
    overflow: visible;
    height: 0;
}

h1 {
    vertical-align: middle;
    line-height: 1.5em;
}

h2, h3 {
    margin-top: 35px;
}

h2 {
    position: relative;
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #93c8d6;
    background-color: #d5f6ef;
}

h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #93c8d6;
}

h3 {
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #93c8d6;
}



label, input[type='checkbox'], input[type='radio'], input[type='date'], input[type='time'], select, button, a {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.label {
    display: block;
    margin-right: 40px;
    font-size: 14px;
    white-space: nowrap;
}

input:not([type='checkbox']):not([type='radio']):not(input[type='file']) {
    height: 30px;
}

select {
    height: 32px;
}

.input-control-base {
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    border-radius: 4px;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    font-size: 14px;
    padding: 5px;
}
.input-email{
    width: 235px;
    font-size: 14px;
    padding: 5px;
}
input:focus, textarea:focus, select:focus, div[contenteditable="true"]:focus {
    outline: none !important;
    border:1px solid #888888;
}
.top-bottom-margin {
    margin-top: 10px !important;
    margin-bottom: 10px;
}
.bottom-margin {
    margin-bottom: 10px;
}
.side-margin {
    margin-left: 10px;
    margin-right: 10px;
}
.right-margin {
    margin-right: 10px;
}
.top-bottom-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}
.zero-bottom-padding {
    padding-bottom: 0px !important;
}
.image-top-bottom-margin {
    margin-top: 5px !important;
    margin-bottom: 10px;
}

select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    min-width: 110px;
    padding-right: 5px;
    cursor: pointer;
}

select::-ms-expand {
    display: block;
}

::-webkit-input-placeholder {
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

::placeholder {
    color: #cccccc
}

a:hover, .btn:hover, button:hover, a:focus, .btn:focus, button:focus {
    opacity: 0.6;
    outline: none;
}

.contents {
    margin-left: 200px;
    padding-top: 70px;
    margin-bottom: 50px;
    padding-left: 20px;
}

.container {
    padding-left: 15px;
    padding-right: 100px;
}

.inner {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
}

.inline {
    display: flex;
    align-items: center;
}
.search-area-li {
    display: flex;
    align-items: center;
}
.search-area-h4 {
    min-width: 130px;
    white-space: nowrap;
}
.search-area-input {
    max-width: 110px;
}
.search-email-input {
    max-width: 250px;
}
.search-coupon-input {
    max-width: 500px;
}
.layout-li-h4 {
    min-width: 190px;
    border-right: 1px solid #cccccc;
}

.notetxt {
    color: #d71518;
    font-size: 13px;
    font-weight: normal;
}

.header {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    box-shadow: 0px -2px 6px 0px #888888;
    z-index: 50;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    height: 60px;
    padding: 10px 20px;
    min-width: 600px;
}

.header-inner img {
    width: 120px;
    height: auto;
    margin-bottom: 2px;
}

.card {
    border: solid 1px #cccccc;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 4px;
}
.card .layout-li {
    padding-bottom: 20px;
}
.card .layout-li h4:after {
    content: "：";
}

.btn {
    font-size: 16px;
    background-color: #93c8d6;
    border: 2px solid #93c8d6;
    color: #fff;
    border-radius: 4px;
    min-height: 40px;
    width: 100%;
    padding: 10px 20px;
    min-width: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1)
}
.btn_line {
    display: flex;
    justify-content: space-around;
}
.btn_line .btn {
    width: 130px;
}
.btn-outline-secondary {
    background-color: #fff;
    color: #d71518;
    border: 2px solid #d71518;
}
.btn-outline-secondary:hover {
    background-color: #485155;
    border: 2px solid #485155;
    color: #ffffff;
    opacity: 0.8;
}
.btn-outline-primary {
    background: transparent;
    border: 2px solid #d71518;
    color: #d71518;
    opacity: 1;
}
.btn-outline-primary:hover {
    background-color: #d71518;
    border: 2px solid #d71518;
    color: #ffffff;
    opacity: 0.8;
}
.btn-emoji {
    background: transparent;
    border: 2px solid #fa8072;
    color: #fa8072;
    opacity: 1;
    min-width: 150px;
}

.a-btn-logout {
    border: 2px solid #15d5d2;
    color: #15d5d2 !important;
    padding: 7px 15px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.btn-border {
    background-color: #ffffff;
    border: 2px solid #485155;
    color: #485155;
    opacity: 1;
}
.btn-border:hover {
    background-color: #485155;
    border: 2px solid #485155;
    color: #ffffff;
    opacity: 1;
}
.btn-danger {
    background-color: #ffffff;
    border: 2px solid #d71518;
    color: #d71518;
    opacity: 1;
}
.btn-danger:hover {
    background-color: #d71518;
    border: 2px solid #d71518;
    color: #ffffff;
    opacity: 1;
}

.btn-wrap {
    display: flex;
    justify-content: center;
}

.a-return {
    margin-top: 15px;
    margin-bottom: 15px;
}

.a-return a {
    color: #15d5d2 !important;
}

.a-btn-new-create {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-first;
}

.a-btn-new-create a {
    color: #d71518;
    font-size: 15px;
    font-weight: bold;
    border-radius:8px;
    padding: 10px;
    border: 1px solid #d71518;
}
.a-btn-new-create a:hover {
    color: #ffffff;
    background-color: #d71518;
}

.btn-line .btn {
    margin: 30px 10px;
    width: 140px;
}

.right-btn-area {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 30;
    margin-bottom: -60px;
}

.right-btn-area .btn {
    padding: 0px;
    min-width: 30px;
    min-height: 20px;
    width: 70px;
    margin-top: 15px;
    margin-bottom: -15px;
    box-shadow: none;
}

.nav {
    height: 100%;
    width: 200px;
    background-color: #93c8d6;
    position: fixed;
    margin-right: 20px;
    margin-top: 80px;
    z-index: 20;
    color: #ffffff;
}
.nav-title {
    padding: 10px 10px 10px 20px;
    background-color: #22aee6;
    color: #ffffff;
}
.nav-title .fas {
    width: 30px;
    margin: 0 auto;
}

.nav-link {
    margin: 20px;
}

.nav-link .layout-li {
    padding-left: 30px;
    font-size: 14px;
    padding-bottom: 20px;
}

.nav-link .layout-li a {
    color: #ffffff;
}

.nav-link .bottom {
    position: absolute;
    bottom: 4em;
    z-index: -10;
}


.pause-area-control {
    margin-top: 0;
    font-size: 14px;
}

.shortinput {
    width: 60px;
}

.required {
    background-color: #d71518;
    color: #ffffff;
    font-size: 14px;
    padding: 1px 3px;
    border-radius: 2px;
    margin-left: 8px;
    margin-right: 8px;
    font-weight: normal;
}

.any {
    background-color: #aaaaaa;
    color: #ffffff;
    font-size: 14px;
    padding: 1px 3px;
    border-radius: 2px;
    margin-left: 8px;
    margin-right: 8px;
    font-weight: normal;
}

/* 一覧用tableクラス */
ul.tb {
    display: -webkit-flex;
    display:flex;
    width: 100%;
    margin-top:20px;
}
ul.tb li.left {
    width: 35%;
    margin-right:5px;
}
ul.tb li.right {
    width: 65%;
}

table{
    width: 100%;
    border-collapse:separate;
    border-spacing: 0;
}


table th:last-child{
    border-right: 1px solid #3c6690;
}

table th, tr.sum{
    text-align: center;
    color:white;
    background: linear-gradient(#c0c0c0,#808080);
    border-left: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 5px 0;
}
tr.sum{
    text-align: center;
    color:black;
    background: linear-gradient(#dcdcdc,#f5f5f5);
    border-left: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0;
}

td.ttl{
    width:18%;
}

table td{
    text-align: center;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-top:none;
    padding: 5px 0;
}

table td:last-child{
    border-right: 1px solid #dcdcdc;
}




/* admin login */
.login-bg {
    background-color: #93c8d6;
}

.login {
    border-radius: 10px;
    padding: 80px 10px;
    width: 600px;
    margin: 150px auto 0;
    background-color: #ffffff;
}

.login-container {
    display: block;
    width: 70%;
    margin: 0 auto;
}

.login h1 {
    text-align: center;
    margin-bottom: 30px;
}

.login h1 img {
    width: 150px;
    margin: 0 auto;
}

.login input {
    font-size: 15px;
}


.friend-search .inline-area-li .layout-li-h4 {
    min-width: 120px;
}

.friend-search input:not(.longinput):not(.shortinput) {
    width: 130px;
}

.friend-search .data-table {
    margin-top: 40px;
}

.inline-search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inline-search ul {
    width: 470px;
}

.inline-search ul:last-child {
    border-right: none;
}

/** 検索窓 **/

.search-box {
    margin-top: 30px;
    border: 1px solid #cccccc;
    background-color: #fafafa;
    padding-top: 0px;
    padding: 20px;
}

.search-box li {
    margin-right: 10px;
}

.search-right-btn {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
}

.input-bg {
    background-color: #dddddd;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.search-box h4:after {
    content: "：";
}

/** ページナビ（前日・翌日など） **/
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: 40px;
    font-weight: 500;
}
.page-link {
    position: relative;
    display: block;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    color: #d71518;
    background-color: #fff;
    border: 1px solid #d71518;
    border-radius: 5px;
}

.page-link:hover {
    text-decoration: none;
    background-color: #ffebeb;
    border-color: #d71518;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    background-color: #ffebeb;
    box-shadow: 0 0 0 0.2rem rgba(249, 199, 200, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    width: 100px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    width: 100px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #d71518;
    border-color: #d71518;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}



.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100px;
}
.center {
    text-align: center;
}
.right {
    display: block;
    text-align: right;
}
.inline-left {
    float: left;
}
.inline-right {
    float: right;
}
.inline-reset {
    clear: both;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 20px;
}
.form-check-label {
    white-space: nowrap;
}
.form-check {
    position: relative;
    padding-left: 0;
    margin-bottom: .5rem;
}
.form-check .form-check-label {
    padding-left: 10px !important;
}

/* bootstrap pagination css */
/* laravelフレームワークはbootstrapのpagination classで出力するので、これをカスタマイズする */
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}





.text-right {
    text-align: right;
}
.inline-check {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inline-check label {
    display: inline;
}


.a-btn-member-modify {
    margin-top: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
}
.a-btn-member-modify a {
    color: #ffffff;
    font-size: 16px;
}

.member-login {
    padding-bottom: 10px;
}

.member-login h1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto 30px;
}

.member-login .logo {
    padding: 0;
}
.member-login h2 {
    background-color: #f17173;
    padding: 0;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 25px;
    margin-bottom: 20px;
}
.member-login h2::after {
    left: 0;
    bottom: 0;
    height: 0;
    border: none !important;
}
.member-login hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

.member-login .btn {
    margin-top: 10px;
    margin-bottom: 30px;
}

.member-login label {
    font-size: 15px;
    display: block;
}

.member-login input {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #cccccc;
}

.member-login input:active, .member-login input:focus {
    outline: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #d71518;
}

.member-login h2 {
    padding: 0;
    border: 0;
    background-color: inherit;
}
/* complete (barcode) */
.arrow {
    position: relative;
    display: inline-block;
    width: 110px;
}
.arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -6px;
}



/* エラーメッセージ */
.error-text {
    color: #d71518;
    font-weight: bold;
}

.assessment-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.flash_message.failed {
    color: #d71518;
}
.flash_message.logout {
    color: #3c6690;
}
