@charset "utf-8";
/* =====================
  common
===================== */
.inner{
    margin: 50px 0;
}
h1.main-title{
    text-align: center;
    font-size: 1.5rem;
    margin: 0 0 1em;
}
.title{
    margin: 50px 0 0;
}
.title h1{
    font-size: 1.8rem;
    margin: 0 0 1em;
}
/* =====================
  nologin
===================== */
.nologin-logo-wrapper{
    position: fixed;
    height: 49px;
    width: 100%;
    background-color: white;
    z-index: 2;
}
.nologin-logo-wrapper #nologin-logo{
    height: 49px;
    width: 129px;
    margin: 0 auto;
}
.nologin-logo-wrapper #nologin-logo img{
    width: 100%;
}

@media(min-width:768px) {
    .nologin-logo-wrapper{
        height: 72px;
    }
    .nologin-logo-wrapper #nologin-logo{
        height: 72px;
        width: 176px;
    }
}
/* =====================
  header
===================== */
header {
    height: 65px;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

header nav {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    padding: 0 .5em!important;
}

header #logo {
    float: left;
    height: 49px;
    width: 132px;
    margin: 0;
}

header #logo img {
    width: 100%;
}

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

.top-left {
    float: left;
    padding: 1em 0 .5em;
    list-style: none;
    margin: 0;
    width: 100%;
}

.top-left li {
    margin: 0 0 .1em;
    padding: 0 .5em .5em;
}

.top-right {
    float: right;
    width: 100%;
    margin: 0 0 1em;
}

.top-right a {
    display: block;
    margin: 0;
}

#logoff p {
    text-align: center;
}

@media(min-width:768px) {
    header {
        height: 90px;
    }

    header #logo {
        height: 72px;
        width: 196px;
    }

    .top-left {
        padding: 0;
        width: inherit;
    }

    .top-left a {
        display: inline-block;
    }
    .top-left li{
        float: left;
    }

    .top-right {
        width: inherit;
        float: right;
        padding: 0 1em;
        position: absolute;
        right: 0;
        margin: 0;
    }

    .top-right p {
        display: inline-block;
        padding: 0 .5em;
        margin: 0;
    }

    .top-right a {
        display: inline-block;
        margin: 0;
    }
}
@media(min-width:992px){
    header nav {
    padding: 0!important;
}
    .top-left li {
        padding: 0 .5em;
        margin: 0;
    }
}
/* =====================
  drawer
===================== */
    .dropdown-item{
        position: relative;
    }
.dropdown-item i {
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 1px;
    color: #17a2b8;
}
@media(max-width:767px){
    .dropdown-menu{
        width: 100%;
        height: 250px;
    overflow-y: scroll;
    }
    .dropdown-item{
        white-space: pre-wrap;
    }
}
/* =====================
  main
===================== */
section#main {
    padding: 49px 0 150px;
    min-height: calc(100vh - 199px);
}

.content {
    width: 100%;
}

.m-b-md {
    width: 100%;
    margin-top: 150px;
}

@media(min-width:768px) {
    section#main {
        padding: 72px 0 150px;
        min-height: calc(100vh - 222px);
    }
}

/* =====================
  footer
===================== */
@keyframes bound {
    0% {
        margin-top: -10px;
        margin-bottom: 10px;
    }

    100% {
        margin-top: 10px;
        margin-bottom: -10px;
    }
}

@keyframes twinkle {
    0% {
        opacity: 0;
        z-index: -1;
    }

    45% {
        opacity: 0;
        z-index: -1;
    }

    55% {
        opacity: 1;
        z-index: 2;
    }

    100% {
        opacity: 1;
        z-index: 2;
    }
}

footer {
    width: 100%;
    background-color: #f0f0f0;
    color: #424846;
    padding: 1.5em 16px;
    position: fixed;
    bottom: 0;
    height: 70px;
    z-index: 2;
}

footer small {
    float: left;
    text-align: center;
    width: 100%;
}

footer button {
    position: absolute;
    right: 1em;
    bottom: .5em;
}

footer .btn-guide {
    animation: bound ease 1s infinite alternate, twinkle ease 5s infinite alternate;
    position: absolute;
    background-color: #fcd69e;
    bottom: 85px;
    width: 140px;
    right: 16px;
    border-radius: .25rem;
    padding: .5rem;
    /* color: white; */
    font-size: .8rem;
    line-height: 1.3;
    text-align: center;
}

footer .btn-guide::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 10px solid transparent;
    border-top: 15px solid #fcd69e;
}

@media(min-width:768px) {
    footer {
        padding: 1em 16px;
    }

    footer button {
        width: 150px;
    }
}
/* =====================
  事業者登録
===================== */
form.business-entry p{
    margin: 0;
}
form.business-entry dl{
    float: left;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
form.business-entry dl.business-info dl:nth-child(2n) {
    background-color: #f8f9fa;
}
form.business-entry dl.business-info{
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    font-size: .9rem;
}
form.business-entry dl.business-info-wrapper{
    border-top: 0;
    margin-bottom: 50px;
}
form.business-entry dl.business-info-wrapper h2{
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 1.4rem;
}
form.business-entry dl.form-wrapper{
    /*border: 1px solid #ccc;*/
    /*margin: 0 0 1em;*/
}
form.business-entry dl + dl{
    border-top: 1px solid #dee2e6;
}
form.business-entry dt{
    text-align: right;
    float: left;
    width: 30%;
    padding: 1em;
    word-break: break-all;
    border-right: 0;
    position: relative;
}

form.business-entry dt.dt1::after{
    position: absolute;
    content: '';
    height: calc(100% - 12px);
    width: 1px;
    background-color: #ccc;
    left: 0;
    top: 6px;
}
form.business-entry dt.dt2::after{
    position: absolute;
    content: '';
    height: calc(100% - 12px);
    width: 1px;
    background-color: #ccc;
    left: 0;
    top: 6px;
}

form.business-entry dt.dtl{
    font-weight: normal;
}
form.business-entry dd{
    float: left;
    width: 70%;
    margin: 0;
    padding: 1em;
}
.button-wrapper{
    clear: both;
    margin-bottom: 1em;
}
.required:after {
    color: #fff;
    background-color: #dc3545;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    content: "必須";
}
.required-outline:after {
    color: #dc3545;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    content: "必須";
    border: #dc3545;
    border-style: solid;
    border-width: thin;
}
/* =====================
  管理者ログイン
===================== */
body.backend-nologin{
    background-color: #c0c0c0;
}
body.backend-nologin .main-footer{
    margin: 0;
}
body.backend-nologin .backend-login-wrapper{
    border-radius: 4px;
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}
body.backend-nologin form.business-entry dl.form-wrapper{
    border: 0;
    margin: 0;
}
body.backend-nologin form.business-entry dl + dl{
    border-top: 0;
}
body.backend-nologin form.business-entry dt{
    width: 100%;
    text-align: left;
    border-right: 0;
    margin: 0 0 .5em;
    padding: 0;
}
body.backend-nologin form.business-entry dd{
    width: 100%;
    text-align: left;
    margin: 0 0 1em;
    padding: 0;
}

/* =====================
  商品一覧
===================== */
.search-box{
    background-color: #f8f9fa;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin: 0 0 1em;
    padding: 1em;
}
.search-box .input-group-append{
    z-index: 0;
}
.search-box label{
    text-align: right;
}
.pagination-wrapper{
    float: right;
}
.pagination-count{
    padding: 0;
    list-style: none;
    text-align: right;
    margin-bottom: 0;
    float: left;
}
.pagination-count p{
    margin: 0;
    color: #17a2b8;
    font-weight: 700;
    padding: .5rem .75rem;
    line-height: 1.25;
    border: 1px solid transparent;
}
.pagination{
    float: right;
}
.page-item.active .page-link{
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.page-item.disabled .page-link{
    background-color: #A0A0A0;
    border-color: #A0A0A0;
}

.pagination a.page-link{
    color: #6c757d;
}
.table-request-wrapper{
    width: 100%;
    overflow: scroll;
}
table.request tr.item{
    background-color: #f8f9fa;
    font-size: .9rem;
    border-left: 0;
}
table.request tr{
    border-left: 3px solid #17a2b8;
}
table.request{
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    min-width: 800px;
}
table.request tr.item td,table.request tr.item th{
    font-weight: bold;
}
table.request tr td,table.request tr th{
    font-weight: normal;
    vertical-align: middle;
}
table.request tr:nth-child(2n+1){
    background-color: #f8f9fa;
}
/* =====================
  商品詳細
===================== */
table.product-detail{
        border: 1px solid #dee2e6;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    font-size: .9rem;
}

table.product-detail tr td{
    font-weight: normal;
    vertical-align: middle;
    width: 60%;
}
table.product-detail tr th{
    vertical-align: middle;
    position: relative;
    width: 40%;
}
table.product-detail tr th::after{
position: absolute;
    content: '';
    height: calc(100% - 12px);
    width: 1px;
    background-color: #ccc;
    right: 0;
    top: 6px;
}
table.product-detail tr:nth-child(2n){
    background-color: #f8f9fa;
}
ul.product-detail-tab{
    position: relative;
}
ul.product-detail-tab .nav-link{
    color: #17a2b8;
}
ul.product-detail-tab .nav-link.active{
    background-color: #17a2b8;
}
.entry-button-area{
    margin: 0 0 2em;
}
.tab-guide {
    animation: bound ease 1s infinite alternate, twinkle ease 5s infinite alternate;
    position: absolute;
    background-color: #fcd69e;
    top: -77px;
    width: 140px;
    left: 16px;
    border-radius: .25rem;
    padding: .5rem;
    /* color: white; */
    font-size: .8rem;
    line-height: 1.3;
    text-align: center;
}

.tab-guide::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 10px solid transparent;
    border-top: 15px solid #fcd69e;
}

.error {
  background-color: #ffeaea !important;
}

.error-notice {
    background-color: #ffb0b0 !important;
}

/* 都道府県別送料 */
.flex-input{
    display: flex;
}
.flex-input p{
    min-width: 4.5em;
    padding: 0.375rem 0;
}

/* 日曜日のカラー設定 */
td.ui-datepicker-week-end:first-child a.ui-state-default{
  background-color: #ffecec;   /* 背景色を設定 */
  color: #f00!important;       /* 文字色を設定 */
}
/* 土曜日のカラー設定 */
td.ui-datepicker-week-end:last-child a.ui-state-default{
  background-color: #eaeaff;   /* 背景色を設定 */
  color: #00f!important;       /* 文字色を設定 */
}
/* ホバー時の動作 */
td.ui-datepicker-week-end a.ui-state-hover{
  opacity: 0.8;
}
/* 当日を示す色はそのまま */
td.ui-datepicker-week-end a.ui-state-highlight{
  background-color: #fffa90!important;
}
/* =====================
  管理統計
===================== */
table.table-statistic .statistic-blank{
            width: 10%;
    }
@media(max-width:767px){
    table.table-statistic .statistic-blank{
            width: 290px;
    }
}

/* badge */
.badge-light {
    border-color: black;
    border: 1px solid;
}