@charset "UTF-8";
/* CSS Document */

body{
    color: #333;
    font-family: "Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
/*-------------------------------------------

全体のベース

-------------------------------------------*/

.content-wrapper, .wrapper {
    background: #fff;
    min-height: 100vh;
}
.no-side .content-wrapper {
    margin-left: 0 !important;
}

.main-footer {
    border: none;
}

.content-top {
    margin-top: 30px;
}

p i {
    margin-right: 5px;
}

i {
    margin-right: 5px;
}

a {
    text-decoration: underline;
    color: #00a0e9;
    transition: .3s;
    cursor: pointer;
}
a:hover{
    color: #ea66a1;
    text-decoration: underline;

}

.text_blue {
    color: #00a0e9;
}
.text-grey{
    color: #999;
}

/*-------------------------------------------

title

-------------------------------------------*/
/*none*/
.content-header h1 {
    font-size: 1.2rem;
}

.headline01 {
    font-size: 1.2rem;
    font-weight: 600;
}

.headline02 {
    font-size: 1.0rem !important;
    font-weight: 600;
}

@media (max-width: 767px) {
    .headline01 {
        font-size: 1.0rem !important;
        font-weight: 600;
    }

    .headline02 {
        font-size: 0.8rem !important;
        font-weight: 600;
    }
}

/*-------------------------------------------

    header

 -------------------------------------------*/

/*アカウント作成時*/
.account_logo {
    padding: 15px 30px;
}

.account_logo img {
    width: 200px;
}

/*通常header*/
.main-header {
    margin-bottom: 30px;
}

/*-------------------------------------------

    footer

 -------------------------------------------*/
div.copyright {
    padding-right: 133px !important;
}

@media (max-width: 767px) {
    div.copyright {
        padding-right: 90px !important;
        font-size: 0.8rem;
    }
}

/*-------------------------------------------

sidebar

-------------------------------------------*/
.main-sidebar {
    background: #FFF;
}

.nav-sidebar .nav-item > .nav-link {
    font-size: 0.8rem;
    color: #00a0e9;
    border-bottom: 1px solid;
}

.sidebar {
    padding: 0;
}

.nav-sidebar .nav-item {
    background: none;
}

.nav-sidebar .nav-item a {
    text-decoration: none;
    border-radius: 0;
}

.nav-pills .nav-link:not(.active):hover {
    color: #ea66a1;
}
.nav-sidebar .nav-item .nav .nav-item a{
    padding: 0 25px;
}
.nav-sidebar .nav-item .nav .nav-item a,
.nav-sidebar .nav-item > .nav-link.sidenav_main02{
    border: none;
}
.nav-sidebar .nav-item .nav .nav-item.sidenav_sb02 a{
    border-bottom: 1px solid;
    padding-bottom: 15px;
}
.side_logo{
    margin: auto;
    width: 80%;
}
.side_logo img {
    width: 100%;
}

/*-------------------------------------------

    form

 -------------------------------------------*/

.form_supplement {
    margin-bottom: 30px;
}

.card-header h2 {
    font-size: 1.2rem;
}

.form-group {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.alert {
    margin-bottom: 0;
    color: #ea66a1;
    font-size: 0.8rem;
    padding: 0.1rem 0.25rem 0;
    display: none;
}
.alert_text{
    font-size: 0.8rem;
}
.alert_color {
    color: #ea66a1;
}
.alert_csv {
    margin-top:10px;
    margin-bottom: 20px;
    color:#e83e8c!important;
}
.form-control, .form-select {
    height: calc(2.5rem + 2px);
}

.col-form-label {
    padding-top: calc(0.8rem + 1px);
    padding-bottom: calc(0.8rem + 1px);
    text-align: right;
    font-size: 0.9rem;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="password"],
.form-group input[type="email"],
.form-group select {
    font-size: 0.9rem;
    height: auto;
    padding: 0.5rem;
    margin-top: 0.25rem;
    box-shadow: 0 0 5px 0 rgb(153, 153, 153);
    border: 2px solid #FFF !important;
    color: #000;
}

.form-group input:focus {
    box-shadow: 0 0 5px 0 rgb(153, 153, 153);
    border: 2px solid #FFF !important;
}

input.input_short {
    width: 20%;
    max-width: 100%;
    display: inline-block;
}

input.input_medium {
    width: 30%;
    display: inline-block;
}

input.input_long {
    width: 50%;
    display: inline-block;
}

.form_short input {
    margin-bottom: 10px;
}

.form-check {
    display: inline-block;
    /*padding: 0 0 1rem;*/
    padding-left: 0;
}

.form-check-label {
    margin-bottom: 1rem;
}

.form-check:not(:first-of-type) {
    padding-left: 60px;
}

.form-radio-label {
    margin-top: 15px;
    font-weight: normal !important;
}

.form-radio-input {
    padding-left: 30px;
}

.custom-file {
    height: calc(3.25rem + 2px);
}

.custom-file-input {
    height: calc(3rem + 2px);
}

.custom-file-label {
    height: calc(3rem + 2px);
    width: 60%;
}

.custom-file-label::after {
    content: "画像を選択";
    height: 3rem;
    line-height: 2;
}

.ninni {
    color: #17a2b8;
    border: 1px solid #17a2b8;
    border-radius: 3px;
    font-size: 0.7rem;
    margin-left: 10px;
    padding: 2px 5px;
    display: inline-block;
}

.hissu {
    color: #d90707;
    border: 1px solid #d90707;
    border-radius: 3px;
    font-size: 0.7rem;
    margin-left: 10px;
    padding: 2px 5px;
    display: inline-block;
}

.complete_box {
    display: none;
}

.complete_box .form_supplement {
    padding: 30px;
}
.annotate{
    font-size: 0.8rem;
    color: #999;
}

@media (max-width: 1199px) {
    .col-form-label {
        text-align: left;
        padding: 0;
        font-weight: 600;
    }
}

@media (max-width: 991px) {
    .card-header {
        margin-bottom: 0;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .col-form-label {
        font-size: 0.8rem;
    }

    .form-control, .form-select {
        font-size: 0.8rem;
        height: calc(2rem + 2px);
    }

    input.input_long {
        width: 100%;
    }

    .form-check {
        font-size: 0.8rem;
    }

    .form-check-label {
        padding-left: 20px;
    }

    .custom-file-input {
        height: calc(2rem + 2px);
    }

    .custom-file-label {
        height: calc(2rem + 2px);
        width: 100%;
    }

    .custom-file-label::after {
        font-size: 0.8rem;
        height: calc(2rem + 2px);
    }

    .hissu, .ninni {
        font-size: 0.6rem;
    }

    .btn {
        font-size: 1.0rem;
    }

}
@media (max-width: 768px) {
}

/*確認画面*/
#check {
    display: none;
}

#check .col-form-label, .form_detail .col-form-label {
    padding: 0 15px 0 0;
    color: #555555;
}

#check .form-check-text p,
.form_detail .form-check-text p {
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .form-group{
        margin-bottom: 0;
    }
    #check .col-form-label, .form_detail .col-form-label{
        background: #f3f3f3;
        padding: 5px 10px;
        border-radius: 2px;
    }
    .form_view{
        margin-bottom: 0;
        margin-top: 5px;
    }
}
@media (max-width: 768px) {
    #check .col-form-label {
        padding: 0 7.5px;

    }

    #check .form_view {
        margin-top: 10px;
    }

    #check .form-check-text {
        margin-top: 10px;
        margin-bottom: 1rem;
    }

    #check .form-check-text p {
        margin: 0;
    }


}

/*form　other*/
.card-info:not(.card-outline) > .card-header {
    background: #00a0e9;;
}

.form_alert_box {
    background: #f1cfd3;
    padding: 5px;
    margin: 15px;
    border-radius: 5px;
}
.alart-text-sb{
    font-size: 0.8rem;
    color: #777;
}

/*-------------------------------------------

検索　search

-------------------------------------------*/
.search_wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 1px 1px 3px #ccc;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 5px;
}

.serch_box_two p, .serch_box_one p,
.search_box_calendar p{
    margin: 15px 0 0;
    font-size: 0.8rem;
    font-weight: 600;
}

.serch_box_two{
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
}

.serch_box_two:nth-child(even) {
    margin-right: 0;
}

.serch_box_one,
.serch_box_two select{
    width: 100%;
}


.serch_box_two select, .serch_box_one select,
.serch_box_two input, .serch_box_one input {
    padding: 5px;
    height: auto;
    font-size: 0.9rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.serch_box_two select, .serch_box_one select{
    padding: 7px;
}
.serch_box_two label {
    width: 100%;
    margin-top: 20px;
    font-size: 0.9rem;
}
.serch_box_two input[type=checkbox] {
    display: inline-block;
    width: auto;
}
.serch_box_two_check label{
    display: initial;
    padding-right: 15px;
}
.serch_box_two_check label{
    display: initial;
    padding-right: 15px;
}
.serch_box_four {
    width: calc((100% - 56px) / 4);
    margin-right: 10px;
}
.serch_box_four p {
    margin: 15px 0 0;
    font-size: 0.8rem;
    font-weight: 600;
}
.serch_box_four select, .serch_box_four input {
    padding: 5px;
    height: auto;
    font-size: 0.9rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.input_two {
    width: 100%;
}
.input_two input {
    width: 40%;
    display: inline-block;
}

.btn-search {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1.0rem;
    padding: .25rem 2rem;
    background: #00a0e9;
    color: #fff;
    border: none;
    border-radius: 3px;
}

.search_box_calendar{
    display: flex;
}
.search_box_calendar input{
    padding: 5px;
    height: auto;
    font-size: 0.9rem;
    width: 45%
}
.search_box_calendar_2{
    width: 10%;
    text-align: center;
}


@media (max-width: 767px) {
    .search_wrapper {
        padding: 15px;
    }
    .serch_box_two{
        width: 100%;
        margin-right: 0;
    }

}
/*SP用*/
@media (min-width: 768px) {
    .btn-search-open{
        display: none;
    }
}

@media (max-width: 767px) {
    .btn-search-open{
        display: block;
        width: 100%;
        font-size: 0.8rem;
        padding: .25rem 2rem;
        background: #fff;
        border: 1px solid #00a0e9;
        border-radius: .25rem;
        color: #00a0e9;
        margin-bottom: 5px;
    }
    .btn-search-open i{
        margin-left: 5px;
    }
    .search_content{
        display: none;
    }
    .search_content.active{
        display: block;
    }
}
/*-------------------------------------------

table

-------------------------------------------*/

table#example1 {
    width: 100%;
}

table#example1 th,
table#example1 td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 0;
}

table#example1 .col_1 {
    width: 17%;
}

table#example1 .col_2 {
    width: 17%;
}

table#example1 .col_3 {
    width: 17%;
}

table#example1 .col_4 {
    width: 17%;
}

table#example1 .col_5 {
    width: 16%;
}

table#example1 .col_6 {
    width: 16%;
}

table thead tr th {
    background: #efefef !important;
    text-align: center;
}

table tr th, table tr td {
    font-size: 0.9rem;
    padding: 1rem 0.75rem !important;
    color: #777;
}

.sec_table {
    margin: 0 auto;
}

.table_border tr th, .table_border tr td {
    border: 1px solid #eee;
}
.table-td-4{
    width: 80px;
    padding: 1rem 0.25rem !important;
    text-align: center;
}

@media (max-width: 1425px) {
    .sec_table {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .btn-secondary {
        margin-bottom: 5px;
    }

    .form-control, .form-select {
        width: 100%;
    }
    table tr th,
    table tr td{
        font-size: 0.8rem;
    }
}

.matter_table tr th label.form-check-label{
    padding-left: 30px;
    margin: 0.75rem 0;
}
.matter_table tr th label.form-radio-label{
    margin: 0.75rem 0.75rem 0.75rem 0;
}
.matter_table tr th .matter_radio p{
    margin: 0.75rem 0 0;
}

/*-------------------------------------------

ログイン画面

-------------------------------------------*/

.card-primary.card-outline {
    border-top: 5px solid #00a0e9;
    border-image: linear-gradient(to right, #00a0e9 0%,#ea66a1 100%);
    border-image-slice: 1;
}

.login-page, .register-page {
    background: #fff;
}

.login-box, .register-box {
    width: 450px;
}

.login-box .card, .register-box .card {
    padding: 30px;
}

.login-box .card-header {
    border: none;
}

.btn-primary {
    margin: 15px 0;
}

.login-box-ttl {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}

.input-group-text {
    background: #efefef;
    min-width: 45px;
    justify-content: center;
}

#shopidinput {
    font-size: 0.8rem;
}

#shopidinput span {
    cursor: pointer;
}

.login-box-msg{
    font-size: 1.0rem;
    font-weight: bold;
}
.login_logo img{
    width: 80%;
}
.login-box .notice{
    font-size: 0.8rem;
}

@media (max-width: 767px) {
    .login-box, .register-box {
        width: 95%;
    }

    .login-box .card, .register-box .card {
        padding: 15px;
    }

    .icheck-primary label {
        font-size: 0.8rem;
    }

    .card-body p {
        font-size: 0.8rem;
    }

    .btn {
        font-size: 0.8rem;
    }
}

/*-------------------------------------------

ボタン

-------------------------------------------*/

button.btn {
    font-size: 1.0rem;
    padding: .5rem 2rem;
}


a.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1.0rem;
    padding: .5rem 2rem;
}
a.btn-sm{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 0.8rem;
    padding: .2rem 1rem;
}
.btn_rp{
    border-radius: 4px;
    color: #ffffff;
    background-image: linear-gradient(45deg, #00a0e9 0%, #ea66a1 100%);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #97bee5;
}
.btn_rp:hover{
    opacity: 0.8;
    color: #fff;
}

.btn-bk {
    background-color: #00a0e9;
    color: #fff;
    border: none;
}

.btn-bk:hover {
    color: #fff;
    background-color: #022e9f;
}

.btn_border {
    border: 1px solid #00a0e9;
    color: #00a0e9;
    border-radius: 5px;
    background: #fff;
}

.btn_border:hover {
    background-color: #00a0e9;
    color: #fff;
    text-decoration: none;
}
.btn_red{
    background-color: #ea66a1;
    color: #fff;
    border: none;
}
.btn_red:hover{
    background-color: #cf367b;
    color: #fff;
}
.btn_border_red {
    color: #ea66a1;
    border: 1px solid #ea66a1;
    border-radius: 5px;
    background: #fff;
}

.btn_border_red:hover {
    color: #fff;
    background: #ea66a1;
    text-decoration: none;
}

.btn_tcancel {
    background: #777777;
    color: #fff;
    border: none;
    font-size: 0.8rem;
    border-radius: 2px;
}

.btn_mail, .btn_print {
    text-decoration: none;
}

.btn_mail i, .btn_print i {
    margin-right: 5px;
}

.btn_back {
    background: #fff;
    color: #00a0e9;
    border: none;
}

.btn-left {
    margin-left: 30px;
}

.btn_link {
    background: none;
    color: #00a0e9;
    text-decoration: underline;
    border: none;
}
@media (max-width: 1199px) {
    .btn-left {
        margin-left: 15px;
    }
}
@media (max-width: 767px) {

    button.btn {
        font-size: 0.8rem;
        padding: .25rem 1rem;
    }

    a.btn {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-size: 0.9rem;
        padding: .25rem 1rem;
    }
}
/*-------------------------------------------

モーダル

-------------------------------------------*/
.modal-title {
    font-weight: 600;
    font-size: 1.2rem;
}

/*-------------------------------------------

ダッシュボード

-------------------------------------------*/

/*ダッシュボードサマリ*/
.dashboard_box {
    display: flex;
}
.dashboard_link{
    font-size: 0.9rem;
    font-weight: normal;
}
button.dashboard_link{
    background: none;
    color: #00a0e9;
    border: none;
    text-decoration: underline;
    font-size: 0.9rem;
    font-weight: normal;
}
button.dashboard_link:hover{
    text-decoration: underline;
    color: #ea66a1;
}

.dashboard_c {
    box-shadow: 1px 1px 3px #ccc;
    padding: 30px 30px;
    border-radius: 5px;
    margin-right: 15px;
    width: 250px;
    background: #fff;
}

.dashboard_c h3 {
    font-size: 1.2rem;
    font-weight: 500;
}

.dashboard_c h3 span {
    font-size: 1.0rem;
    font-weight: 500;
    color: #999;
    margin-left: 10px;
}

.dashboard_c p {
    font-size: 2.0rem;
    font-weight: 600;
    margin-bottom: 0;
}

.dashboard_c p span {
    font-size: 1.0rem;
    font-weight: 600;
    margin-left: 10px;
}

.dashboard_1 {
    border-top: 4px solid #00a0e9;
}

.dashboard_2 {
    border-top: 4px solid #ea66a1;
}

.dashboard_3 {
    border-top: 4px solid #97bee5;
    display: none;
}
.dashboard_3.active{
    display: block;
}

.dashboard_time {
    text-align: right;
}

.dashboard_input {
    border: 1px solid #999;
    padding: 3px 10px;
    border-radius: 5px;
    color: #999;
    width: 150px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .dashboard_c {
        padding: 15px;
    }

    .dashboard_c h3 {
        font-size: 1.0rem;
    }

    .dashboard_c h3 span {
        font-size: 0.8rem;
    }

    .dashboard_c p {
        font-size: 1.6rem;
    }

    .dashboard_c p span {
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .dashboard_box {
        flex-wrap: wrap;
    }

    .dashboard_c {
        padding: 15px;
        width: calc((100% - 15px) / 2);
        margin-bottom: 15px;
    }

    .dashboard_c:nth-child(even) {
        margin-right: 0;
    }

    .dashboard_c h3 {
        font-size: 1.0rem;
    }

    .dashboard_c h3 span {
        font-size: 0.8rem;
    }

    .dashboard_c p {
        font-size: 1.6rem;
    }

    .dashboard_c p span {
        font-size: 0.8rem;
    }
    .dashboard_time {
        text-align: left;
    }
    .dashboard_input {
        border: 1px solid #999;
        padding: 1px 5px;
        border-radius: 5px;
        color: #999;
        width: 120px;
        font-size: 0.8rem;
    }
}

/*-------------------------------------------

お知らせ

-------------------------------------------*/
ul.news {
    padding: 30px;
    box-shadow: 1px 1px 3px #ccc;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
}

ul.news li {
    list-style: none;
    margin-bottom: 15px;
}

ul.news li div, ul.news li a {
    display: inline-block;
    margin-right: 15px;
    color: #777;
    text-decoration: none;
}

ul.news li div.news_cate {
    background: #97bee5;
    border-radius: 2px;
    font-size: 0.8rem;
    padding: 2px 10px;
    color: #FFF;
}

ul.news li a:hover {
    color: #00a0e9;
    cursor: pointer;
}

@media (max-width: 767px) {
    ul.news li div, ul.news li a {
        font-size: 0.9rem;
    }

}

/*-------------------------------------------

ローディング画面

-------------------------------------------*/
.load-display {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    z-index: 9999999;
}

.load-display-img {
    width: 30%;
    margin: auto;
}

.load-display-img img {
    width: 100%;
}


.course_setting {
    padding: 0 45px;
}

/*-------------------------------------------

ページャー

-------------------------------------------*/

.pager{
    text-align: center;
    margin-top: 30px;
}

.pager a{
    font-size: 1.0rem;
    margin: 0 0.5rem;
    display: inline-block;
    border:1px solid #00a0e9;
    border-radius: 4px;
    text-decoration: none;
    padding: 5px 10px;
}

.pager a:hover{
    background: #00a0e9;
    color: #fff;
}
.pager a.active{
    background: #00a0e9;
    color: #fff;
}
.pager a.pager_left,
.pager a.pager_right{
    border: none;
}
@media (max-width: 767px) {
    .pager a{
        font-size: 0.8rem;
        padding: 2px 5px;
    }
}


/*加盟店*/
/*取引詳細 / 口座確認*/

.sec_view{
    width: 60%;
}
.sec_view .card{
    padding: 30px;
}
.sec_view .card table tr th,
.sec_view .card table tr td{
    border-bottom: 1px solid #eee;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .sec_view{
        width: 90%;
    }
}
@media (max-width: 767px){
    .sec_view{
        width: 100%;
    }
    .sec_view .card{
        padding: 5px;
    }
    .sec_view .card table tr th,
    .sec_view .card table tr td{
        display: block;
        border: none;
    }
    .sec_view .card table tr th{
        background: #eee;
        padding: 5px 15px !important;
    }
    .sec_view .card table tr td{
        padding: 5px 15px!important;
        margin-bottom: 10px;
    }
}

/*店舗設定*/
.sec_shopsetting .shopsetting_box{
    border:1px solid #eee;
    box-shadow: 1px 1px 3px #eee;
    border-radius: .25rem;
    background: #fff;
    min-height: 400px;
    margin-bottom: 30px;
    padding: 30px;
}
.shopsetting_box02,.shopsetting_box03{
    min-height: auto !important;
}
.sec_shopsetting .shopsetting_box .headline03{
    font-size: 1.0rem;
    font-weight: 600;
}
.sec_shopsetting table{
    width: 100%;
}
.sec_shopsetting table tr th,
.sec_shopsetting table tr td{
    border-bottom: 1px solid #eee;
}
.shopsetting_box a.btn-sm{
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.shopsetting_box img{
    margin-top: 5px;
}
.shopsetting_box iframe{
    width: 100%;
    height: 330px;
    margin-top: 5px;
}

/*簡単モード切り替え*/

@media (max-width: 767px) {
    .sec_shopsetting .shopsetting_box{
        padding: 10px;
        min-height: auto;
    }
    .sec_shopsetting table tr th,
    .sec_shopsetting table tr td{
        display: block;
        padding: 5px 15px !important;
    }
    .sec_shopsetting table tr th{
        background: #eee;
    }
    .sec_shopsetting table tr td{
        margin: 20px 10px;
    }
}

/*入金 */
.shopay_seach p{
    margin-right: 30px;
}
.shopay_seach select,
.shopay_seach input{
    width: 400px;
    margin-right: 15px;
    height: 2rem;
}

.sec_shoppay .card table tr td{
    padding: 1rem 1.5rem !important;
}
@media (max-width: 767px) {

    .shoppay_search{
        text-align: center;
        margin: 5px auto;
    }
}
/*支払い受付*/
.sec_recep .headline02{
    margin-right: 15px;
    margin-top: 7px;
}

.sec_recep .serch_box_four input{
    margin-right: 5px;
    height: auto;
    width: 100px;
    padding: 5px 10px;
}
.sec_recep .btn-search{
    margin-top: 2px;
}
.back_white{
    background: #fff;
    box-shadow: 1px 1px 3px #ccc;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 5px;
}
.sec_recep table{
    margin: 0 auto;
}
@media (max-width: 991px) {
    .sec_recep .headline02{
        width: 100%;
    }
    .sec_recep .serch_box_four input{
        width: 75px;
    }
    .sec_recep .sec_recep_btn{
        text-align: center;
        margin: 15px auto;
    }
}

    /*もーだる*/
#complete_modal1,
#complete_modal2,
#complete_modal3{
    display: none;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.modal_ttl{
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}
.modal_text{
    font-size: 0.9rem;
    text-align: center;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
}
.modal_input{
    margin-bottom: 15px;
}
.modal_input p{
    margin-bottom: 2px;
    font-size: 0.9rem;
    font-weight: bold;
}
.modal_input .hissu,
.modal_input .ninni{
    margin-left: 5px;
}
.modal_input input,
.modal_input select,
.modal_input textarea{
    width: 100%;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 3px 15px;
}
.modal_input select{
    padding: 7px 10px;
}
.modal_input label{
    margin-bottom: 0;
    font-weight: normal !important;
}
.submit_modal1{
    background: #00a0e9;
    border: none;
}
.modal_input input[type=checkbox]{
    width: auto;
    margin-right: 5px;
    margin-left: 15px;
}
.modal_input input[type=checkbox]:first-child{
    margin-left: 0;
}
.js-modal-close{
    color: #383838;
    text-align: center;
}
.js-modal-close-text{
    margin-top: 15px;
}
@media(min-width: 768px)and (max-width: 991px){
    .modal__content{
        background: #fff;
        left: 50%;
        top: 50%;
        padding: 20px 10px;
        position: absolute;
        transform: translate(-45%,-50%);
        width: 60%;
    }
}
@media (max-width: 767px){
    .modal__content{
        background: #fff;
        left: 5%;
        top: 5%;
        padding: 20px 10px;
        position: absolute;
        transform: translate(0,0);
        width: 90%;
    }
    .shop_issue table{
        width: 100%;
    }
    .shop_issue table tr th,
    .shop_issue table tr td{
        display: block;
        padding: 5px 15px !important;
    }
    .shop_issue table tr th{
        background: #eee;
    }
    .shop_issue table tr td{
        margin-bottom: 10px;
    }
}

/*-------------------------------------------

簡単モード

-------------------------------------------*/

@media (min-width: 768px) {
    body:not(.sidebar-mini-md) .view_simple .content-wrapper,
    body:not(.sidebar-mini-md) .view_simple .main-footer,
    body:not(.sidebar-mini-md) .view_simple .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 0;
    }
}

/*ヘッダー*/
.s_simple_logo img{
    width: 100px;
}
.s_simple_left{
    margin-top: 0.5rem;
}
.s_simple_left p,
.s_simple_left a{
    margin-bottom: 0;
    font-size: 0.9rem;
}
.s_simple_left a{
    text-decoration: underline;
}
.s_simple_home a{
    border: 3px solid #00a0e9;
    text-align: center;
    display: block;
    border-radius: 5px;
    margin-bottom: 15px;
    text-decoration: none;
    padding: 5px 0;
}
.s_simple_home a:hover{
    background: #00a0e9;
    color: #fff;
}
.s_simple_home a i{
    font-size: 1.4rem;
}

/*ダッシュボード*/
.s_simple_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

a.s_simple_top_two {
    width: calc((100% - 15px) / 2);
    border: 3px solid #00a0e9;
    text-align: center;
    border-radius: 5px;
    padding: 20px 0;
    text-decoration: none;
    margin-bottom: 20px;
    margin-right: 15px;
}
a:hover.s_simple_top_two {
    background: #00a0e9;
    color: #fff;
}


a.s_simple_top_two i {
    font-size: 2.0rem;
}

a.s_simple_top_two p {
    font-size: 1.1rem;
    text-decoration: none;
    margin-bottom: 0;

}
a.s_simple_top_three {
    width: calc((100% - 15px) / 2);
    border: 3px solid #00a0e9;
    text-align: center;
    border-radius: 5px;
    padding: 20px 0;
    text-decoration: none;
    margin-bottom: 20px;
    margin-right: 15px;
}
a:hover.s_simple_top_three {
    background: #00a0e9;
    color: #fff;
}

a.s_simple_top_three i {
    font-size: 1.8rem;
}

a.s_simple_top_three p {
    font-size: 0.9rem;
    text-decoration: none;
    margin-bottom: 0;

}
@media (min-width: 991px) {
    a.s_simple_top_two{
        width: calc((100% - 30px) / 5);
    }
    .s_simple_top_two:nth-child(2){
        margin-right: 15px;
    }
    a.s_simple_top_two,a.s_simple_top_three{
        padding: 30px 0;
    }
    a.s_simple_top_three{
        width: calc((100% - 30px) / 5);
    }
}

.view_simple .view_simple_none{
    display: none !important;
}
.view_normal .view_normal_none{
    display: none !important;
}


.ui-datepicker td{
    padding: 1px !important;
}

/****大阪いらっしゃCP*/
#form_shop_issue table,
#form_edit_issue table,
#form_show_issue table{
    border: 1px solid #999;
    width: 100%;
    margin-bottom: 15px;
}
#form_shop_issue table tr,
#form_edit_issue table tr,
#form_show_issue table tr{
    border: 1px solid #999;
}
#form_shop_issue table tr th,
#form_edit_issue table tr th,
#form_show_issue table tr th{
    background: #e9e9e9;
}
#form_shop_issue table tr td label,
#form_edit_issue table tr td label,
#form_show_issue table tr td label{
    margin-right: 15px;
    margin-bottom: 0;
}
#form_shop_issue table tr td input[type="radio"],
#form_edit_issue table tr td input[type="radio"],
#form_show_issue table tr td input[type="radio"]{
    padding: 5px 0;
    margin-right: 5px;
}
#form_shop_issue table tr td input[type="text"],
#form_edit_issue table tr td input[type="text"],
#form_show_issue table tr td input[type="text"]{
    padding: 5px 10px;
    border: 1px solid #666;
    width: 100%;
    border-radius: 4px;
}
#form_shop_issue table tr td input[type="text"].input_short,
#form_edit_issue table tr td input[type="text"].input_short,
#form_show_issue table tr td input[type="text"].input_short{
    width: 40%;
    margin-right: 5px;
}
#form_shop_issue table tr td select,
#form_edit_issue table tr td select,
#form_show_issue table tr td select{
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #666;
    border-radius: 4px;
}
#form_shop_issue table tr th.table_issue_ttl,
#form_edit_issue table tr th.table_issue_ttl,
#form_show_issue table tr td.table_issue_ttl{
    background: #00a0e9;
    color: #fff;
    padding: 5px 15px !important;
}
#form_shop_issue .issue_btn,
#form_edit_issue .issue_btn,
#form_show_issue .issue_btn{
    border: none;
    background: #ea66a1;
    color: #fff;
    border-radius: 4px;
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
}
.download div{
    font-size: 1.4rem;
    line-height: 2.0;
}
.admin_table{
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 30px;
    table-layout: fixed;
}
.admin_table tr th{
    background: #f9f9f9;
    font-weight: bold;
    max-width: 30%;
    width: 250px;
}
.admin_table tr th,
.admin_table tr td{
    border: 1px solid #ccc;
}
@media (max-width: 767px) {
    .admin_table tr th,
    .admin_table tr td{
        width: 100%;
        display: block;
    }
}
.download_table{
    width: 100%;
    margin-bottom: 60px;
}
.download_table tr th,
.download_table tr td{
    border-bottom: 1px solid #ccc;
}
.download_table tr td{
    width: 300px;
}
.headline03{
    font-size: 1.4rem;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    background: #00a0e9;
}
@media (max-width: 767px) {
    .headline03{
        font-size: 1.2rem;
    }
    .download_table  th,
    .download_table  td{
        width: 100%;
        display: block;
        border-bottom: none !important;
    }
    .download_table  th{
        background: #d9d9d9;
        padding: 5px 15px !important;
        border-radius: 3px;
    }
    .download_table  td{
        margin: 0 0 15px;

    }
}
/*header*/
.nav_shopname {
    margin-top: 7px !important;
}

.nav_region_pull_down select {
    padding: 5px;
    font-size: 0.9rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .navbar-nav{
        display: block;
    }
    .navbar-nav li {
        font-size: 0.8rem;
        padding: 5px 0;
        line-height: 1.0;
    }
    .navbar-nav .nav-item.sp_none{
        display: none;
    }
    .navbar-expand .navbar-nav .nav-link{
        padding: 0 7px;
        margin: 0;
        text-align: right;
        height: 1rem;
        line-height: 1.0;
    }
}
.ui-widget.ui-widget-content{
    z-index: 9999 !important;
}
.user_details_modal .modal_input label{
    margin-top: 5px;
    font-weight: bold !important;
}

/*-------------------------------------------

Select2

-------------------------------------------*/
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    padding: 0.25rem !important;
    height: 33px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    color: inherit;
}
.form-select {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
