@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Fredoka:wght@300..700&display=swap');

/**
font-family: "Dela Gothic One", sans-serif;
font-family: "Fredoka", sans-serif;
**/


.cs-mv {
    background-image: url(../img/modelservice/back_main.jpg);
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.report-link {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    margin: 20px auto;
}

.report-link a {
    color: #fff;
    background-color: #FE549C;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) 40px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}

.type-model .dress-title h3 {
    padding-left: 0;
}

.type-model .post-contents ul {
    padding-left: 20px;
}

/**予約カレンダー**/
.booking-cal {
    background-color: #fff;
    padding: 20px;
    border-radius: 25px;
    margin: 20px auto;
}

.calendar-title {
    display: none;
}

.list-monthly-calendar table, .mix-calendar table, .timetable-calendar table, .multiple-calendar table, .monthly-calendar table {
    border-collapse: collapse;
    margin: 0 auto;
}

.mix-calendar th, .timetable-calendar th, .multiple-calendar th, .monthly-calendar th {
    font-size: 1.8rem;
    padding: 10px;
    border: 1px solid #c0c6c9;
    background-color: #f3f3f3;
}

.day-box.no-day {
    background-color: #e0e0e0;
}

.calendar-caption {
    font-size: 2rem;
    margin: 20px auto 15px;
    font-weight: 600;
}

.mix-calendar th, .mix-calendar td, .timetable-calendar th, .timetable-calendar td, .multiple-calendar th, .multiple-calendar td, .monthly-calendar th, .monthly-calendar td {
    border: 1px solid #c0c6c9;
}

.monthly-prev-next {
    padding: 10px;
}

.monthly-prev-next a, .monthly-prev-next .no-link {
    font-size: 1.6rem;
}

.day-number {
    font-weight: 600;
}

.day-box.today {
    background-color: #F2E4EA;
}

.week-row td {
    height: 80px;
    vertical-align: baseline;
}

.calendar-daylink {
    font-size: 2rem;
}

.calendar-daylink, .schedule-note {
    color: #FF69AA;
    font-weight: 600;
}

.vacant {
    background-color: #ebf7ff;
}

.article-name {
    display: none;
}

/**モデルサービス固有css**/
.cs-intro__txt_inner::after {
    left: -5%;
    transform: rotate(180deg);
}


.cs_prise__block {
    max-width: 700px;
    width: 80%;
    padding-top: 20px;
    border-top: 1px solid #848484;
    margin: 0 auto;
}

.cs_prise__block h3 {
    text-align: center;
    font-size: 2.8rem;
}

.cs_prise__block-ingrid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 7px;
    margin-top: 30px;
}

.cs_prce__txt p {
    font-size: 8.6rem;
    color: #15BA9F;
    font-weight: 900;
    margin-bottom: 0;
}

.cs_prce__txt span {
    font-size: 3.7rem;
    color: #222222;
    margin-right: 10px;
}

.cs_prce__txt .prise-span {
    font-size: 5.6rem;
    margin-left: 5px;
}

.cs_prce__txt .tuika {
    font-size: 1.8rem;
    font-weight: 800;
    color: #222222;
}

.for-dayuse {
    font-size: 2.4rem;
    font-weight: 700;
}

.for-daybooking {
    margin-bottom: 100px;
}

.dress-links a {
    max-width: 130px;
    display: flex;
    color: #fff;
}

.dress-links a span {
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    padding: 0 20px 0 0;
}

.dress-links img {
    max-width: 25px;
}

.cameraman__area {
    grid-template-columns: repeat(4, 1fr);
}

.tmb_img {
    height: 230px;
}

@media screen and (max-width: 768px) {
    .cs_prise__block-ingrid {
        display: flex;
        flex-direction: column-reverse;
    }

    .cs_prise__block p {
        text-align: center;
    }

    .cs_prce__txt p {
        text-align: center;
    }

    .cs_prise__block {
        width: 100%;
        padding: 20px 7px;
    }

    .cs_prce__txt {
        margin-top: -20px;
    }

    .cameraman__area {
        grid-template-columns: repeat(2, 1fr);
    }

    .tmb_img {
        height: auto;
    }
}

/**css調整251204**/
.cmn_detail {
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}
.cam-sns-cos{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}