@charset "UTF-8";
/*
Theme Name: あいゆう
Author: 株式会社code3
Author URI: https:/code3.co.jp/
Description: あいゆうの専用テーマです。
Version: 1.0
*/

.text-priceRevision{
    color: #e00707;
    font-size: 14px;
}

.table-basic th{
    white-space: normal;
}

@media (min-width:576px){
    .table-basic th{
        white-space: nowrap;
    }
}

.haiji th,.haiji td{
    font-size: 14px;
    padding: 0.4rem;
    line-height: 1.2;
}

@media (min-width:576px){
    .haiji th,.haiji td{
        font-size: 1rem;
        padding: 0.75rem;
        line-height: 1.5;
    }
}

.hero-video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.movie-area{
    width: 100%;
    background: url(./images/common/bg-dot-beige.png);
    margin: 0 0 2rem;
    padding: 1rem;
}

.movie-area video{
    width: 100%;
}

@media (min-width: 768px) {
    .movie-area{
        margin-bottom: 4rem;
        padding: 4rem;
    }
}

/*-----240930リクルート更新-----*/
.recruit-head p{
    text-align: center;
    margin-top: -30px;
}
.shift-box_inner{
    margin-bottom: 20px;
}
.shift-box_inner .shift-note{
    font-size: 14px;
    margin-bottom: 0;
}
.recruit-head .recruit-points{
    margin-top: -20px;
    font-size: 16px;
}
.recruit-points span{
    color: #f39800;
    font-weight: bold;
    margin-right: 3px;
}
.trait span{
    color: #fff;
    font-weight: bold;
    padding: 3px 8px;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #f39800;
}
.form-group{
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.form-group .form-control{
    width: 100%;
} 
.form-group textarea{
    width: 100%;
    border: 1px solid #ced4da;
} 
@media (min-width: 768px) {
    .form-group .form-control{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .mw_wp_form .horizontal-item + .horizontal-item {
        margin-left: 0;
    }
}

/*-----241022利用料金目安-----*/
.table-basic .text-white.bg-blue{
    background: #a8bffe;
}
.table-basic .text-white.bg-blue td{
    text-align: center;
}
.table-basic td span{
    font-size: 12px;
}
.table-basic .bg-paleblue{
    background: #eef2ff;
}
.table-basic.feeguide .bg-paleblue td{
    text-align: center;
}
.table-basic .bg-gray{
    background: #f8f9fa;
}
.table-basic .bg-gray td{
    font-weight: bold;
}
.table-basic{
    border: 1px solid #e9ecef!important;
}
.table-basic.feeguide{
    font-size: 15px;
}
.service-price .bg-pink{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #eba2a2;
    padding: 2px 15px;
    margin: 5px 0;
    border-radius: 15px;
}
.table-basic.feeguide th,
.table-basic.feeguide td{
    padding: 0.6em 0.3em;
    line-height: 1.3;
    vertical-align: middle;
}
.table-basic.feeguide td{
    text-align: end;
}
.service-price{
    border: none!important;
}

@media (min-width: 768px) {
    .table-basic.feeguide{
        font-size: 16px;
    }
    .table-basic.feeguide th,
    .table-basic.feeguide td{
        padding: 0.75em 0.5em;
    }
}

.table.table-basic.gh td:first-of-type{
    border-right: 1px solid #dee2e6;
}

.service-price-type.kasihara-case{
    background: #eeeace;
    color: #444;
}

.footer--link{
    margin-top: 1em;
}

.footer--link a{
    color: #444;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    padding: 0.5em 0.75em;
}

.footer--link a i{
    color: #3e984d;
}

.important-matters--link{
    margin-top: 1em;
}

.important-matters--link a {
    color: #444;
}
.important-matters--link a i{
    color: #f39800;
}

