@charset "UTF-8";

/*===============================================
● default
===============================================*/
nav.navbar {
    padding: 12px 10px;
}
body.nav-sm .nav.toggle{
  float:none;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
body.nav-sm .nav.toggle i{
  margin-left:0px;
}

.park_title_bg {
    background-image: url(/img/index_pc/image-city-pc.svg);
    background-size: cover;
    background-position: center;
}

.park_title_bgc {
    background-color: rgba(0, 0, 0, 0.8);
    margin-bottom: 25px;
}

div.park_title {
    color: #FFFFFF;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    padding: 30px;
}

ul {
    padding: 0;
}

table td, table th {
    vertical-align: middle !important;
    line-height: 2em !important;
}

table {
    width: 100%;
}

.manage_index tr:hover {
    background-color: rgb(232, 240, 254);
}

.table>tbody+tbody {
    border: none;
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #F7F7F7;
    background-image: none;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/*===============================================
● information/manage_detail
===============================================*/
.information_date {
    margin-bottom: 15px;
}

.information_category {
    background: #337ab7;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}



/*===============================================
● parks/detail
===============================================*/
.unladen {
    background: #000066;
}

.full_car {
    background: #a60000;
}

.unladen, .full_car {
    width: 125px;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #FFFFFF;
}

.parks_map_area {
    margin-top: 30px;
}

.parks_map {
    background: #333333;
    color: #FFFFFF;
    width: 215px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.parks_map a {
    color: #FFFFFF;
}

.parks_map a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.panel-title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin: 50px 0 15px 0;
}

.panel-body {
    padding: 0 0 20px 0;
    text-align: center;
}

table.monthly_park_table {
    width: 600px;
    margin: 0 auto;
}

table.monthly_park_table th, table.monthly_park_table td {
    padding: 15px;
}

table.monthly_park_table th.normal {
    background: #666666;
}

table.monthly_park_table th.monthly_price_title {
    background: #d8d8d8;
    vertical-align: middle;
}

table.monthly_park_table td.monthly_price_txt {
    border: 1px solid #ddd;
}

table.monthly_park_table th.monthly_price_title_g {
    background: #F7F7F7;
    color: #333333;
    border: solid 1px #ddd;
}

.list-group a {
    color: #333333;
}

.list-group a:hover {
    text-decoration: none;
}

.park_no_box {
    background: #FFFFFF;
    border: solid 2px #DDDDDD;
    margin: 0 auto;
    width: 600px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 0px #DDDDDD;
    background-image: url(/img/index_pc/ico-selectArrow-right-pc.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 3%;
}

.park_no_box:hover {
    background: #FCFCFC;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.park_no_unladen {
    background: #000066;
}

.park_no_full_car {
    background: #a60000;
}

.park_no_unladen, .park_no_full_car {
    font-size: 16px;
    padding: 10px 20px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 4px;
}

.park_no_txt {
    font-size: 20px;
    font-weight: bold;
}

.monthly_area {
    margin: 25px 0;
}

.btn_monthly {
    color: #fff;
    background: #4BB997;
    width: 400px;
    border-radius: 40px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
}

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

.btn_monthly a:hover {
    opacity: 0.7;
}

.position_area {
    margin: 50px 0;
    text-align: center;
}

.position_txt {
    font-size: 20px;
    margin: 20px 0;
}

section.monthly_company {
    margin: 30px 0;
}

table.monthly_company_table {
    width: 40%;
    margin: 0 auto;
}

table.monthly_company_table th {
    background: #e6e6e6;
    color: #333333;
    padding: 0px !important;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}

table.monthly_company_table td {
    padding: 0px !important;
    text-align: center;
    font-size: 12px;
}

/*table SP*/
@media screen and (max-width:768px) {
    table:not(.picker__table) {
        width: 100%;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .parks_map {
        display: inline-block;
    }
}


/*===============================================
● parks/manage_add
===============================================*/
.panel_title h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.panel_title h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

.btn_back {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #999999;
    font-size: 18px;
    color: #FFF;
    border-bottom: solid 4px #666666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

a.btn_back {
    color: #FFFFFF;
}

.btn_back:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: solid 4px #FFFFFF;
}

/*===============================================
● parks/manage_detail 共通
===============================================*/
#files {
    margin-top: 5px;
}

.cancel {
    display: block;
}

.image-wrap {
    width: 12.5%;
    float: left;
    position: relative;
}

.inner-wrap {
    text-align: center;
    padding: 5px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    border-radius: 3px;
    margin: 10px;
}

.image-name {
    margin-top: 2px;
}

.cancel {
    position: absolute;
    bottom: 5px;
    left: 22px;
}

.modal.and.carousel {
    position: fixed; 
}

.manage_detail th {
    background: #efefef;
    color: #333333;
    font-weight: normal;
}

span.qr_preview {
    display: inline-block;
    padding: 0.1em 1em;
    text-decoration: none;
    background: #333333;
    color: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.qr_preview:hover {
    opacity: 0.8;
}

/*===============================================
● parks/entry
===============================================*/
    img.thumb {
        margin: 0 5px 5px 0;
        max-width: 260px;
        vertical-align: bottom;
        max-height: 380px;
    }

    .col-md-4.documet-img {
        height: 510px;
    }

    /*owners/manage_index---------------------------------------------------------*/
    .owned_park {
        background: #333333;
        color: #FFF;
        font-size: 12px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        text-align: center;
        padding: 5px;
        white-space: initial;
    }

    /*===============================================
● parks/flow
===============================================*/
    .flow {
        text-align: center;
    }

    .flow_box {
        margin: 20px 0;
    }

    .sankaku {
        font-size: 50px;
        color: #a60000;
    }

    .flow_box h2 {
        background: #faf2f2;
        border: 1px solid #e4b2b2;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        padding: 10px;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
    }

    .flow_box h3 {
        border-bottom: 1px solid #999999;
        padding-bottom: 3px;
        font-size: 18px;
        display: -webkit-inline-box;
    }


    /*===============================================
● entries/manage_detail
===============================================*/
    .manage_detail .flex_box {
        display: inline-flex;
    }

    .manage_detail .flex_item img {
        padding: 10px 0;
    }

    .manage_detail .flex_item {
        padding: 10px;
        border-radius: 5px;
        background: #ebf5fa;
        width: 350px;
        height: 240px;
        text-align: center;
        margin: 5px;
    }

    .progress {
        padding: 10px;
        text-align: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        display: inline;
    }

    .progress.box01 {
        color: #999;
        background: #e6e6e6;
    }

    .progress.box02 {
        color: #FFF;
        background: #a60000;
    }

    .preview_btn:hover {
        opacity: 0.8;
    }

    .btn_entries {
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        background: #a60000;
        font-size: 18px;
        color: #FFF;
        border-bottom: solid 4px #c14c4c;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .btn_entries:active {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        border-bottom: solid 4px #FFFFFF;
    }

    input[type="button"i], button {
        border-color: #a60000;
        border-width: 0px;
    }

    .guarantee_box {
        width: 100%;
        color: #000000;
        display: inline-flex;
        position: relative;
    }


    .switch_btn_red {
        background: #d64234;
        border: 2px solid #9c9c9c;
        color: #000000;
        border-radius: 35px !important;
        width: 110px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        transition: 0.5s;
    }


    .switch_btn_gray {
        background: #bfbfbf;
        border: 2px solid #9c9c9c;
        color: #000000;
        border-radius: 35px !important;
        width: 110px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        transition: 0.5s;
    }

    .alert-info.guarantee_box button.submit {
        width: 100%;
        height: 50px;
        color: #000000;
    }

    .switch {
        height: 30px;
    }

    .switch-label {
        font-size: 14px;
        font-weight: bold;
    }

    .switch-label:before, .switch-label:after {
        line-height: 2.5 !important;
        box-shadow: none !important;
    }

    .switch-yes-no {
        padding: 0 !important;
        margin: 0 !important;
        position: absolute !important;
        right: 140px !important;
        top: 40% !important;
        right: 60px !important;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .guarantee_box .switch-yes-no .switch-label:before {
        color: #000000;
        backface-visibility: hidden;
    }

    .guarantee_box .switch-yes-no .switch-label:after {
        color: #000000;
        background: #FCE0E0;
    }

    .switch-yes-no .switch-label:after, .switch-yes-no .switch-label:before {
        width: 200px !important;
        height: 30px !important;
        top: 7px !important;
        left: 0 !important;
        text-align: center !important;
        padding-top: 0 !important;
        box-shadow: none !important;
    }

    /*===============================================
● button 共通
===============================================*/
    .btn_entry {
        width: 25%;
        color: #fff;
        background: #a60000;
        margin: 0 auto;
        text-align: center;
        padding: 20px 30px;
        font-size: 24px;
        font-weight: bold;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -o-border-radius: 40px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        border: none;
    }

    .btn_entry a {
        color: #fff;
    }

    .btn_entry:hover {
        color: #fff;
        opacity: 0.8;
    }

    .btn_return {
        width: 25%;
        background: #e6e6e6;
        margin: 0 auto;
        text-align: center;
        padding: 20px 30px;
        font-size: 24px;
        font-weight: bold;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -o-border-radius: 40px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        border: none;
    }

    .btn_return:hover {
        opacity: 0.8;
    }

    .btn-danger {
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .btn-danger:hover {
        background-color: #337ab7;
        border-color: #337ab7;
        opacity: 0.7;
    }

    .btn-xsmall {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
    }

    /*===============================================
● footer 共通
===============================================*/
    .copy_light {
        background: #333333;
        color: #FFFFFF;
        padding: 50px 0;
        font-size: 14px;
    }

    .footer .footer_gnav {
        background: #222222;
        padding: 20px 0;
        font-size: 14px;
    }

    .footer .footer_gnav a {
        color: #FFFFFF;
        padding: 20px;
    }

    .footer .footer_gnav a:hover {
        text-decoration: none;
        opacity: 0.7;
    }

    .footer-img {
        background-image: url(/img/index_pc/image-city-pc.svg);
        background-repeat: no-repeat;
        height: 0;
        padding-top: 25.8%;
        background-size: contain;
        margin-top: 50px;
    }

    .footer_gnav li {
        display: inline-block;
    }

    .footer .footer_nav {
        background: #243752 !important;
    }

    .footer .copy {
        background: #243752 !important;
    }

    /*===============================================
● base
===============================================*/
    .bold {
        font-weight: bold;
    }

    .txt-c {
        text-align: center;
    }

    .txt-l {
        text-align: left;
    }

    /*===============================================
● style.css 画面の横幅が1400px以上
===============================================*/
    @media screen and (min-width: 1400px) {
        .w1400 {
            width: 1400px;
            margin: 0 auto;
        }

        .w980 {
            width: 980px;
            margin: 0 auto;
        }

        .p-none {
            display: none;
        }
    }

    /*===============================================
● tablet.css 画面の横幅が1200pxまで
===============================================*/
    @media only screen and (min-width: 769px) and (max-width: 1399px) {
        .w1400 {
            width: 100%;
            margin: 0 auto;
        }

        .w980 {
            width: 980px;
            margin: 0 auto;
        }

        .t-none {
            display: none;
        }
    }

    /*===============================================
● smart.css  画面の横幅が768pxまで
===============================================*/
    @media screen and (max-width:768px) {
        .w1400 {
            width: 100%;
            margin: 0 auto;
        }

        .w980 {
            width: 100%;
            margin: 0 auto;
        }

        h2 {
            font-size: 20px;
        }

        /*nav S*/
        div#navbar {
            background: #000000;
            padding: 20px 0;
        }

        .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
            max-height: 400px;
        }

        li.nav_txt {
            text-align: center;
        }

        .navbar-default .navbar-nav>li>a {
            color: #FFFFFF !important;
        }

        .navbar-header {
            padding: 15px;
        }

        nav.navbar {
            padding: 0px;
        }

        .navbar-nav>li>a {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .navbar-default .navbar-nav>li>a {
            color: #333333;
            border-top: solid 1px #333333;
            border-bottom: solid 1px #333333;
            width: 80%;
            margin: 0 auto;
        }

        /*page S*/
        section {
            margin: 25px 10px;
        }

        div.park_title {
            font-size: 24px;
            padding: 20px;
        }

        /*parks S*/
        .danger_area, .park_no_box, .info_no_box, li.list-group-item, table.table_entry_board, .confirm_service, p.entry_gray, .entry_block_title, input.entry_mail, .entry_required, input.entry_no, input.entry_receipt, button.btn_return, button.btn_entry, button.btn_confirmation, .info_txt {
            width: 100%;
            margin: 10px 0;
        }

        .btn_monthly {
            color: #fff;
            font-size: 16px;
            background: #3479A3;
            padding: 20px;
            width: 80%;
        }

        .btn_monthly_sp {
            color: #fff;
            background: #1FAAC1;
            text-align: center;
            padding: 20px;
            font-size: 16px;
            font-weight: bold;
            position: fixed;
            width: 100%;
            bottom: 0;
            z-index: 100;
        }

        .btn_monthly_sp a {
            color: #fff;
        }

        .btn_info_sp {
            color: #fff;
            background: #CB4E4E;
            text-align: center;
            padding: 20px;
            font-size: 16px;
            font-weight: bold;
            position: fixed;
            width: 100%;
            bottom: 0;
            z-index: 100;
        }

        .btn_info_sp a {
            color: #fff;
        }

        .entry_block_title {
            font-size: 12px;
        }

        table.table_entry_board th, td {
            font-size: 14px;
        }

        .panel-title {
            font-size: 22px;
        }

        table.confirm_table {
            width: 100%;
            margin: 0 auto;
            font-size: 22px;
        }

        h3.reservations_txt {
            width: 90%;
            font-size: 14px;
        }

        a.bx-prev, a.bx-next {
            display: none;
        }

        /*payment_end S*/
        table.payment_end {
            width: 100%;
            margin: 0 auto;
        }

        .gray_box {
            width: 100%;
        }

        .ico-car-gray {
            width: 35px;
        }

        button.btn_payment_end {
            font-size: 16px;
        }

        /*pagination S*/
        .pagination {
            display: inline-block;
            margin: 0px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            padding: 0px;
            font-size: 12px;
        }

        /*footer S*/
        .footer-img {
            padding-top: 50%;
            background-size: 200%;
            background-position: center;
        }

        .footer_gnav table {
            width: 100%;
        }

        .footer_gnav table td {
            width: 50%;
            font-size: 10px;
            font-weight: bold;
            border: solid 1px #333333;
            padding: 10px;
        }

        .footer .footer_gnav {
            padding: 0;
        }

        .font-22 {
            font-size: 16px;
        }

        .font-42 {
            font-size: 24px;
        }

        .s-none {
            display: none;
        }
    }

    hr {
        margin-top: 0px !important;
    }


    /*===============================================
● form
===============================================*/
    input:read-only {
        color: #555 !important;
    }

    input::placeholder {
        color: #cccccc;
    }

    /* IE */
    input:-ms-input-placeholder {
        color: #cccccc;
    }

    /* Edge */
    input::-ms-input-placeholder {
        color: #cccccc;
    }

    .d-inline-block {
        display: inline-block;
    }

    .w-auto {
        width: auto;
    }

    .mx-10 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .my-form-error {
        background-color: white;
        padding: 1px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-top: 3px;
        display: none;
    }

    .my-form-error>div {
        background-color: #ee0101;
        padding: 4px 10px;
        border: 1px solid #ee0101;
        border-radius: 5px;
        display: inline-block;
        color: white;
    }


    .d-flex {
        display: flex;
    }


    #waitloading {
        display: none;
    }
    
    #waitloading>div {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    }
    
    #waitloading i {
    color: white;
    }

    .label-start {
    background-color: #71C0B4;
    }
          
    .label-start[href]:hover,
    .label-start[href]:focus {
    background-color: #71C0B4;
    }

    .label-hope {
    background-color: #59b5dc;
    }
          
    .label-hope[href]:hover,
    .label-hope[href]:focus {
    background-color: #59b5dc;
    }

    .staff-del{
        display: flex;
        justify-content: space-between;
    }

    .trash{
        margin-top: 15px !important;
    }