@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;
**/

.cameraservice {
    padding-top: 5em;
}

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

.cs-inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.cs-mv_logo {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

.cs-contents_wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.cs-contents_wrap section {
    margin: 80px 0;
}

.cameraservice h2 {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
}

.cs-intro__wrap {
    display: grid;
    grid-template-columns: 616px 1fr;
    gap: 10px;
}

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

.cs-intro__txt_inner {
    background-color: #fff;
    border-radius: 45px;
    padding: 19px 30px;
    position: relative;
}

.cs-intro__txt_inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
}

.cs-intro__txt_inner h2 {
    font-size: 4.8rem;
    color: #FF929C;
    margin: 0;
}

.cs-intro__txt_inner p {
    font-size: 2.4rem;
    letter-spacing: .05em;
    font-weight: 500;
}

.cs-intro__txt_inner span {
    color: #FF929C;
}

.cs-title {
    text-align: center;
    margin-bottom: 75px;
}

.cs-title h2 {
    font-size: 5rem;
    margin-bottom: 0;
}

.cs-title span {
    display: block;
    text-align: center;
    font-family: "Fredoka", sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    margin-top: -20px;
}

.cs-point .cs-title span {
    color: #81D8E7;
}

.cs-price .cs-title span {
    color: #ED6CCB;
}

.cs-flow .cs-title span {
    color: #309DE7;
}

.cs-cameraman .cs-title span {
    color: #7BDB52;
}

.cs-rule .cs-title span {
    color: #309DE7;
}

.booking .cs-title span {
    color: #FFC400;
}

.cs-point__grid {

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.cs-point__grid .grid-item {
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    padding: 25px 0 30px;
}

.cs-point__grid .grid-item h3 {
    font-family: "Fredoka", sans-serif;
    text-align: center;
    font-weight: 700;
    color: #81D8E7;
    font-size: 4.8rem;
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translateY(-0%) translateX(-50%);
    -webkit-transform: translateY(-0%) translateX(-50%);
}

.cs-point__grid .grid-item img {
    display: block;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
}

.cs-point__grid .overimg img {
    max-width: 256px;
}

.cs-point__grid .grid-item p {
    text-align: center;
    margin-top: 25px;
    font-weight: 600;
    font-size: 1.8rem;
}

.cs-price__box {
    background-color: #fff;
    border: 11px solid #FF929D;
    border-radius: 45px;
    max-width: 717px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cs-price__box-inner {
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.cs-price__time {
    border-top: 5px solid #FF929D;
    border-bottom: 5px solid #FF929D;
}

.cs-price__time p {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 6px 0;
}

.cs-price__price {
    margin-left: 63px;
}

.cs-price__price p {
    font-size: 7rem;
    font-weight: 900;
    color: #FF929C;
}

.cs-price__price span {
    font-size: 4.5rem;
}

.cs-flow__timebox {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 40px;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}

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

.timebox__title__inner {
    background-color: #fff;
    padding: 18px;
    position: relative;
    border-radius: 45px;
}

.timebox__title__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
}

.timebox__title__inner h3 {
    font-family: "Dela Gothic One", sans-serif;
    text-align: center;
    font-size: 5rem;
    font-weight: 400;
    margin: 10px 0;
}

.timebox__timetable table {
    border-spacing: 8px;
}

.timebox__timetable table th {
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    max-width: 164px;
    width: 40%;
    background-color: #fff;
    padding: 8px 0;
}

.timebox__timetable table td {
    max-width: 543px;
    width: 100%;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: .075em;
    background-color: #fff;
    padding: 8px 0;
}

.timebox__timetable table tr:nth-child(odd) th, .timebox__timetable table tr:nth-child(odd) td {
    background-color: #F7DADD;
}

.time__box-bottom p {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}


/* タブ */
.tab-list {
    display: flex;
    justify-content: space-between;
}

.tab-item {
    width: 49%;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #309DE7;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .4s ease-in-out;
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
}

/* タブをクリックした時 ホバーした時 */
.tab-item:hover, .tab-item.is-active {
    color: #fff;
}

.tab-item:first-child:hover, .tab-item:first-child.is-active {
    background-color: #309DE7;
}

.tab-item:nth-child(2):hover, .tab-item:nth-child(2).is-active {
    background-color: #309DE7;
}

.tab-item.is-active {
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

/* パネル */
.panel-list {
    background-color: #fff;
    border-top: 3px solid #309DE7;
}

.panel-item {
    display: none;
    width: 100%;
    padding: 20px 60px 50px;
    background-color: #fff;
    border: 3px solid #309DE7;
}

.panel-item.is-active {
    display: block;
    animation: panel-show .9s ease-in-out forwards;
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.cs-flow__tab {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.csflow__box {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
}

.csflow__timg {
    position: relative;
    padding-top: 60px;
}

.csflow__ttl {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
}

.csflow__ttl h3 {
    font-family: "Fredoka", sans-serif;
    color: #309DE7;
    font-size: 3.2rem;
    margin: 0;
}

.csflow__ttl span {
    font-size: 6.3rem;
    margin-left: 10px;
}

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

.csflow__txt_inner p {
    font-size: 2.8rem;
    font-weight: 900;
    margin: 0;
    margin-bottom: 11px;
}

.csflow__txt_inner span {
    font-size: 1.8rem;
    font-weight: 600;
}

.csflow__interval {
    text-align: center;
    position: relative;
    z-index: 1;
}

.csflow__interval::after {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #309DE7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: -2;
}

.csflow__interval h4 {
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    font-size: 2.8rem;
    font-weight: 900;
    position: relative;
    z-index: 1;
}


/***ポップアップ***/

.tmb_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    height: 310px;
    object-fit: cover;
}

.tmb_img:hover {
    cursor: pointer;
}

.popup {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s, transform 0s 0.3s;
}

.popup__btn {
    display: block;
    z-index: 13;
    position: absolute;
    top: 1vh;
    right: 1vh;
    width: 5vh;
    height: 5vh;
    cursor: pointer;
}

.popup__btn::before,
.popup__btn::after {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    content: '';
}

.popup__btn::before {
    transform: rotate(45deg);
}

.popup__btn::after {
    transform: rotate(-45deg);
}

.popup__btnarea {
    z-index: 12;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup__img {
    z-index: 11;
    position: absolute;
    top: 25%;
    left: 7%;
    width: 80%;
}

.popup__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cam-pop {
    z-index: 0;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked~.popup {
    transform: scale(1);
    opacity: 1;
    transition: opacity 0.3s;
}


.cameraman__area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.cam-tmb {
    background-color: #fff;
    border-radius: 14px;
    padding: 15px;
}

.cam-tmb p {
    margin: 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    margin-top: 15px;
}

.cmn_detail {
    max-width: 1000px;
    width: 100%;
    background-color: #f2f2f2;
    left: 50%;
    transform: translateY(15%) translateX(-50%);
    -webkit-transform: translateY(15%) translateX(-50%);
    padding: 20px 20px;
    border-radius: 10px;
}

.cmn_detail-inner {
    padding-left: 0px;
    display: grid;
    grid-template-columns: 55% 1fr;
}

.cam_detail_main-wrap {
    padding-left: 40px;
}



.cam_detail_main h3 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 800;
}

.cmn_detail-inner .top-sns__wrap {
    margin-top: 30px;
}

.post-contents a {
    color: #15BA9F;
    text-decoration: underline;
}

.booking-inner, .cs-rule__inner {
    max-width: 1000px;
    width: 100%;
    margin: 80px auto;
    display: block;
}

.booking-shortcut {
    position: fixed;
    bottom: 100px;
    right: 50px;
}

.booking-shortcut img {
    max-width: 180px;
    width: 100%;
}

.cam-sns__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.cam-sns__links img {
    max-width: 50px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.cam-sns__links a {
    max-width: 70px;
    width: 100%;
    height: 50px;
    background-color: #000000;
    border-radius: 7px;
}

/**
.cam-sns__wrap h3 {
    margin-bottom: 0;
}**/

/*****スリックの設定*******/
.cameraservice .cs-mv .slick-slider .slick-track {
    height: 650px;
}

.cameraservice .cs-mv .slick-slide img {
    height: 100%;
    object-fit: cover;
}

.cameraservice .slick-slider .slick-track {
    height: 450px;
}

.cameraservice .slick-slide img {
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .pc-hide {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .sp-hide {
        display: none;
    }

    .cs-intro__wrap, .cs-flow__timebox, .csflow__box {
        grid-template-columns: 1fr;
    }

    .cmn_detail {
        max-width: 380px;
        width: 100%;
        grid-template-columns: 1fr;
        transform: translateY(0) translateX(-50%);
        -webkit-transform: translateY(0%) translateX(-50%);
        top: 10%;
    }

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

    .tmb_img {
        height: auto;
    }

    .cmn_detail-inner {
        padding-left: 0;
    }

    .cmn_detail-inner .top-sns__wrap {
        max-width: 360px;
    }

    .cameraservice {
        padding: .1em;
    }

    .cs-intro__txt_inner h2 {
        font-size: 3.2rem;
        text-align: center;
    }

    .cs-intro__txt_inner::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #fff;
    }

    .cs-intro__txt_inner p {
        font-size: 1.6rem;
    }

    .cs-contents_wrap {
        padding: 0 7px;
    }

    .cs-title h2 {
        font-size: 2.8rem;
    }

    .cs-title span {
        font-size: 2.4rem;
        margin-top: 0;
    }

    .cs-point__grid {
        grid-template-columns: 1fr;
    }

    .sp-flex {
        display: grid;
        grid-template-columns: 90px 1fr;
        gap: 7px;
        padding: 0 10px;
        margin-top: 40px;
    }

    .cs-point__grid .grid-item p {
        text-align: left;
        font-size: 1.8rem;
        display: flex;
        align-items: center;
    }

    .cs-price__box-inner {
        display: block;
        padding: 30px 10px;
    }

    .cs-price__time {
        text-align: center;
        border: none;
    }

    .cs-price__time p {
        display: inline-block;
        border-top: 5px solid #FF929D;
        border-bottom: 5px solid #FF929D;
    }

    .cs-price__price {
        margin: 0;
    }

    .cs-price__price p {
        font-size: 4rem;
        text-align: center;
        margin: 20px 0;
    }

    .cs-price__price span {
        font-size: 2rem;
    }

    .timebox__title__inner {
        border-radius: 10px;
    }

    .timebox__title__inner h3 {
        font-size: 2.8rem;
    }

    .timebox__title__inner::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #fff;
    }

    .time__box-bottom p {
        margin-top: 0;
    }

    .tab-item {
        font-weight: 400;
    }

    .panel-item {
        padding: 20px 20px 50px;
    }

    .csflow__box {
        gap: 10px;
    }

    .csflow__txt_inner p {
        font-size: 1.9rem;
    }

    .csflow__txt_inner span {
        font-size: 1.4rem;
    }

    .cmn_detail-inner {
        display: block;
    }

    .cam_detail_main-wrap {
        padding-left: 0;
    }

    .cam_detail_main-wrap {
        margin-top: 0px;
    }

    .popup__img img {}

    .booking-shortcut {
        position: initial;
    }

    .sp-shortcut {
        width: 100%;
        background-color: #15BA9F;
        padding: 5px;
        position: fixed;
        bottom: 0;
        z-index: 6;
    }

    .shortcut__inner {
        border: 1px dashed #fff;
        padding: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .shortcut__inner img {
        max-width: 35px;
        width: 100%;
        margin-right: 10px;
    }

    .shortcut__inner p {
        font-size: 2rem;
        color: #F6FF08;
        padding-bottom: 5px;
        border-bottom: 2px solid #F6FF08;
        margin: 0;
    }

    .cam_detail_main h3 {
        margin: 10px 0;
    }

    /*******スリックのレスポンシブ*******/
    .cameraservice .cs-mv .slick-slider .slick-track {
        height: 235px;
    }

    .cameraservice .slick-slider .slick-track {
        height: 235px;
    }

    .cameraservice .slick-slide img {
        height: 100%;
        object-fit: contain;
    }

    .cs-mv_logo {
        bottom: -40%;

    }

    .cs-mv_logo img {
        max-width: 280px;
    }

}

.fst-btn {
    max-width: 675px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
    margin-bottom: 30px;
}

.fst-btn a {
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    border: 4px solid #000;
    border-radius: 999px;
    text-align: center;
    padding: 14px;
    letter-spacing: .1em;
    font-size: 2rem;
    font-weight: 700;
}

.fst-btn a::after {
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(../img/first/arrow_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}