@charset "UTF-8";

/* タグ内の文字を改行表示(textareaからの登録) */

.pre-wrap {
    white-space: pre-wrap;
}

.l-inner-gallery__movie {
    width: 1110px;
    max-width: 100%;
    margin: auto;
}

/* css/bootstrap_customize.cssのリセット */

.btn::after {
    content: none;
}

/* ユーザー認証周りのページのメインのbackgroundの設定 */

.p-home__head {
    height: auto;
    max-height: 100%;
}

.p-profile-create__head {
    height: 56vw;
    max-height: 96vh;
    display: block;
    padding: 30px;
    overflow: scroll;
}

.p-mypage__price__info {
    min-height: 90px;
}

.p-header__mypage__text {
    margin: 0 auto;
    padding-left: 50px;

}

.l_text__font-size{
    font-size: 1.15rem;
    font-weight: bold;
}

/* ユーザー認証周りのページのレスポンシブ対応 */
@media screen and (max-width: 992px) {
    .p-mypage__flex__column {
        flex-direction: column !important;
    }
}

@media screen and (min-width: 768px) {
    .p-reset-email__head,
    .p-reset__head,
    .p-verify__head {
        height: 56vw;
        max-height: 96vh;
    }
}

@media screen and (max-width: 767px) {
    .p-profile-create__head {
        padding: 0;
        height: auto;
        max-height: 100%;
    }
}

/* placeholderの色変更 */

.form-control::-moz-placeholder {
    color: #ccc;
}

.form-control:-ms-input-placeholder {
    color: #ccc;
}

.form-control::-ms-input-placeholder {
    color: #ccc;
}

.form-control::placeholder {
    color: #ccc;
}

/* pタグ内の改行表示(textareaからの登録) */

/*p {*/
/*  white-space: pre-wrap;*/
/*}*/

/* ヘッダーロゴ */

.head-logo {
    font-weight: bold;
    font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
}

/* ナビゲーション */

.dropdown-item:hover {
    background-color: #FFFFFF55;
}

/* 案件一覧 */

.job-item {
    width: 31%;
}

.job-item-image {
    height: 200px;
}

/* 案件詳細 */

.job-show-carousel,
.job-show-no-image {
    width: 40vw;
}

.job-show-image {
    height: 30vw;
}

/* ナビゲーション */

@media screen and (min-width: 1200px) {
    .navbar-light .navbar-toggler {
        border-color: rgba(0, 0, 0, 0);
        outline: none;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .nav-item {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    /* ホーム未報告一覧 */
    .unreport-text {
        font-size: 0.75rem;
    }

    /* ホーム案件一覧 */
    .home-job-image {
        height: 65.5vw;
    }

    .home-slider-button {
        padding-bottom: 129px;
    }

    /* 案件一覧 */
    .job-item {
        width: 100%;
    }

    .job-item-image {
        width: 100%;
        height: 65.5vw;
    }

    /* 案件詳細 */
    .job-show-carousel,
    .job-show-no-image {
        width: 100%;
    }

    .job-show-image {
        width: 100%;
        height: 65.5vw;
    }

    /* ニュース詳細 */
    .news-title {
        font-size: 1.4rem;
    }
}

/* bootstrap：パンくずリストのスタイル変更 */

.breadcrumb {
    background: #f8fafc;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

/* bootstrap：チェックボックスの大きさ変更 */

.form-check-input {
    width: 1.2rem;
    height: 1.2rem;
}

.form-check-label {
    margin: 2px 0 0 10px;
}

/* widthの定義 */

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

/* スケジュールのカレンダースタイル設定 */

th.fc-col-header-cell.fc-day {
    background: #f0f0f0;
}

th.fc-col-header-cell.fc-day.fc-day-sat {
    background: #dfeaff;
}

th.fc-col-header-cell.fc-day.fc-day-sun {
    background: #ffe0eb;
}

.fc-daygrid-day {
    background: #fff;
}

.fc-list-event {
    background: #fff;
    height: 50px;
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
    float: left;
}

@media screen and (max-width: 767px) {
    .fc .fc-toolbar-title {
        font-size: 1.3rem;
    }

    .fc-button-group,
    .fc-toolbar-chunk {
        font-size: 0.75rem;
    }
}


/* 円の上向き吹き出し */

.circle {
    position: relative;
    display: inline-block;
    color: #555;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #FFF;
    text-align: center;
    line-height: 80px;
    border: solid 1px #2BA69D;
    box-sizing: border-box;
}

.circle:before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -11px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.circle:after {
    content: "";
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -13px;
    border: 14px solid transparent;
    border-top: 14px solid #2BA69D;
    z-index: 1;
}

.circle p {
    margin: 0;
    padding: 0;
}

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

.circle-text {
    position: relative;
    top: 8px;
    left: 3px;
}

.circle-right {
    /*float: right;*/
}

.theme-img {
    /*background-image: url(../images/mypage.jpg);*/
    width: 100px;
    height: 100px;
    background: #000;
}

/* ギャラリー画面サイズで切り替え */
@media screen and (min-width: 767px) {
    /*.sp-mypageGallery{*/
    /*    display:none;*/
}

/* オススメポイント３つ */
/*枠線*/
.border-none {
    border: none;
}

/* 画像 */
.p-page__mypage-head {
    background: #f2f2f2;
    width: 100%;
}
@media screen and (min-width: 767px) {
    .p-page__mypage-head {
        margin: 50px auto 0;
        width: 70%;
    }
}

.img-box-w100 {
    width: 100%;
    /*background: #6c757d;*/
}

.img-box-w50 {
    width: 50%;
    /*background: #6c757d;*/
}

.img-box-w33 {
    width: 33.3%;
    background: #6c757d;
}

.img-box-w25 {
    width: 25%;
    background: #6c757d;
}

.img-box-w20 {
    width: 20%;
    /*background: #6c757d;*/
}

.top-img {
    width: 100%;
    /*height: 30vw;*/
    /*padding-top: 40%;*/
    /*position: relative;*/
}

@media screen and (max-width: 767px) {
    .top-img {
        /*padding-top: 75%;*/
    }
}

.top-img img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    /*position: absolute;*/
    /*top: 0;*/
}

.sub-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.sub-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.gallery-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.gallery-img:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
    opacity: 0.8;
}

.recommend-img {
    width: 100%;
    padding-top: 75%;
    position: relative;
}

.recommend-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.theme-img {
    width: 100%;
    padding-top: 65%;
    position: relative;
}

.theme-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.menu-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.menu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.shop-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.shop-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}
.shop-img:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
    opacity: 0.8;
}

.car_photo-img {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.car_photo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}
.car_photo-img:hover {
    transform: scale(1.1, 1.1);
    transition-duration: 0.5s;
    opacity: 0.8;
}

/* 画像のモーダル表示サイズ */
.modal-body-pc img {
    width: auto;
    max-width: 100%;
    max-height: 70vh;
}

/* SPカルーセルの表示サイズ */
.custom-carousel-item {
    overflow: hidden;
    height: 60vw;
    background: #000;
}
.custom-carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* TOP基本情報 */
.mypage__car-name {
    margin-bottom: 8px;
    text-align: left;
}

.line {
    margin-top: 0px;
    margin-bottom: 5px;
    border-bottom: solid 1px #2BA69D;
}


/* 特徴 */
.feature-title {
    background: #d3ecea;
    color: #5d6867;
    border-bottom: 0;
}

.feature-body {
    background: #f2f1f2;
    color: #797979;
}

/* 五分割 */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

.col-xs-2-5 {
    width: 40%;
    float: left;
}

.col-xs-3-5 {
    width: 60%;
    float: left;
}

.col-xs-4-5 {
    width: 80%;
    float: left;
}

.col-md-1-5 {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }

    .col-sm-2-5 {
        width: 40%;
        float: left;
    }

    .col-sm-3-5 {
        width: 60%;
        float: left;
    }

    .col-sm-4-5 {
        width: 80%;
        float: left;
    }
    .col-md-1-5 {
        width: 100%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }

    .col-md-2-5 {
        width: 40%;
        float: left;
    }

    .col-md-3-5 {
        width: 60%;
        float: left;
    }

    .col-md-4-5 {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }

    .col-lg-2-5 {
        width: 40%;
        float: left;
    }

    .col-lg-3-5 {
        width: 60%;
        float: left;
    }

    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}

/* マイページのギャラリースライダー */
/*@media (min-width: 1100px) {*/
/*    .pc-slider{*/
/*        display: block;*/
/*    }*/
/*    .sp-slider{*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (max-width: 1100px) {*/
/*    .pc-slider{*/
/*        display: none;*/
/*    }*/
/*    .sp-slider{*/
/*        display: block;*/
/*    }*/
/*}*/

.slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slider__container {
    padding: 0;
    overflow: hidden;
    margin: auto;
    list-style: none;
    position: relative;
    box-sizing: border-box;
}

.slider__item {
    width: 20%;
    height: 100%;
    background: #333;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 300px;
    font-size: 5em;
    border: none;
}

.slider__nav {
    color: #6b6969;
    position: absolute;
    top: 80px;
    font-size: 40px !important;
    cursor: pointer;
    z-index: 2;
}

.slider__prev {
    left: 20px;
}

.slider__next {
    right: 20px;
}

.word-break__all > tr > td {
  word-break: break-all;
}

/* 電話番号テキスト */
a[href^="tel:"]{
    /*text-decoration: none;*/
    color : inherit;
}
@media screen and (max-width: 767px) {
    .phone-text {
        font-size: 1.6rem;
    }
}
@media(min-width: 768px){
    a[href^="tel:"]{
        text-decoration: none;
        pointer-events: none;
    }
}
