@charset "UTF-8";

/* ここからスライドショー設定 */

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

.slider-item02 {
    background-image: url('../img/slide_img02.jpg');
}

.slider-item03 {
    background-image: url('../img/slide_img03.jpg');
}

.slider-item04 {
    background-image: url('../img/slide_img04.JPG');
}

.slider-item05 {
    background-image: url('../img/slide_img05.jpg');
}

.slider-item06 {
    background-image: url('../img/slide_img10.jpg');
}

.slider-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ここまで スライドショー設定　　　ーーーーー　　　ここから コンセプト&h2設定 */

.concept,
.studio,
.plan,
.schedule,
.gallery {
    margin-top: 100px;
}

.h2-design {
    position: relative;
    width: 400px;
    margin: 0 auto;
}

.h2-design h2 {
    position: absolute;
    top: 45%;
    left: 48%;
    transform: translate(-52%, -55%);
    -webkit-transform: translate(-52%, -55%);
    -ms-transform: translate(-52%, -55%);
    font-family: 'Sacramento', cursive;
    font-style: normal;
    font-size: 60px;
    color: #fff;
}

.h2-design p {
    position: absolute;
    top: 60%;
    left: 47%;
    transform: translate(-53%, -40%);
    -webkit-transform: translate(-53%, -40%);
    -ms-transform: translate(-53%, -40%);
    font-family: "baskerville-urw", serif;
    font-weight: 400;
    font-size: 1em;
    color: #fff;
}

.gunyagunya01 {
    width: 400px;
    height: 180px;
    background: #B8CD9D;
    border-radius: 33% 56% 60% 35% / 38% 37% 64% 58%;
}

h3 {
    font-family: "yu-mincho-pr6n", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #434242;
    letter-spacing: 3px;
    text-align: center;
    margin: 50px 0 40px;
}

.concept_text p,
.studio_text p,
.plan_text {
    text-align: center;
    line-height: 34px;
    font-size: 1em;
    color: #434242;
}

/* ここまで コンセプト設定　　　ーーーーー　　　ここから スタジオ設定 */

.desigh_studio-ver h2 {
    top: 48%;
    left: 50%;
    transform: translate(-50%, -52%);
    -webkit-transform: translate(-50%, -52%);
    -ms-transform: translate(-50%, -52%);
}

.desigh_studio-ver p {
    top: 61%;
    left: 50%;
    transform: translate(-50%, -39%);
    -webkit-transform: translate(-50%, -39%);
    -ms-transform: translate(-50%, -39%);
}

.gunyagunya02 {
    width: 400px;
    height: 220px;
    background: #B8CD9D;
    border-radius: 66% 27% 18% 77% / 35% 59% 35% 60%;
}

.studio_text p {
    margin-bottom: 40px;
}

.studio_text h3 {
    margin: 55px 0 40px;
    position: relative;
}

.h3_border {
    position: absolute;
    content: "";
    background-color: #B8CD9D;
    width: 400px;
    height: 1.5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.studio_text span {
    font-style: oblique;
}

.slider_2 {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

.slider-item_2 {
    width: 450px;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-item07 {
    background-image: url('../img/slide_img07.jpg');
}

.slider-item08 {
    background-image: url('../img/slide_img08.jpg');
}

.slider-item09 {
    background-image: url('../img/slide_img09.jpg');
}

.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 15px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 7px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #DBDBDB;
}

.slick-dots .slick-active button {
    background: #BABABA;
}

.studio img {
    width: 450px;
    margin: 80px auto 0;
    display: block;
}

/* ここまで スタジオ設定　　　ーーーーー　　　ここから プラン設定 */

.desigh_plan-ver h2 {
    top: 48%;
    left: 50%;
    transform: translate(-50%, -52%);
    -webkit-transform: translate(-50%, -52%);
    -ms-transform: translate(-50%, -52%);
}

.desigh_plan-ver p {
    top: 63%;
    left: 49%;
    transform: translate(-51%, -37%);
    -webkit-transform: translate(-51%, -37%);
    -ms-transform: translate(-51%, -37%);
}

.plan_text {
    margin: 40px 0;
}

.plan_block_all {
    display: flex;
    justify-content: center;
}

.plan_block_all-2 {
    margin-top: 30px;
    padding-bottom: 30px;
}

.plan_block {
    max-width: 450px;
    min-width: 300px;
    margin-top: 40px;
    padding: 0 40px;
}

.plan_block img {
    display: block;
    box-shadow: 25px 28px 3px #EDEFEA;
}

.plan_block figcaption {
    margin: 40px 0 33px;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 2px;
    color: #434242;
}

.plan_block_link {
    text-align: center;
    margin-left: 20px;
}

.plan_block_link a,
.plan_reservation a {
    position: relative;
    font-family: "baskerville-urw", serif;
    font-weight: bold;
    font-size: 18px;
    background: #BACEA1;
    color: #fff;
    padding: 16.5px 70px 16.5px 35px;
    border-radius: 10px;
    transition: 0.5s;
}

.plan_block_link a::after {
    content: "";
    position: absolute;
    top: 52%;
    right: 15%;
    transform: translateY(-48%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

.plan_block_link a:hover {
    opacity: .7;
}

/* ここまで プラン設定　　　ーーーーー　　　ここから スケジュール設定 */

.schedule iframe {
    margin: 20px auto 0;
    display: block;
    width: 70%;
    height: 500px;
}

/* ここまで スケジュール設定　　　ーーーーー　　　ここから ギャラリー設定 */

.desigh_gallery-ver h2 {
    top: 45%;
    left: 48%;
    transform: translate(-52%, -55%);
    -webkit-transform: translate(-52%, -55%);
    -ms-transform: translate(-52%, -55%);
}

.gallery .h2-design p {
    top: 70%;
    left: 50%;
    transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
}

.gallery .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 70px 0 120px;
}

.item {
    padding: 7px 0px 7px;
    width: calc((100% - 14px * 2) / 3);
}

@media screen and (max-width: 768px) {

    .slider-item02 {
        background-position: 60% 50%;
    }

    .slider-item05 {
        background-position: 0% 50%;
    }

    .slider {
        padding-top: 30px;
        height: 60vh;
    }

    .slider-item {
        height: 60vh;
    }

    .plan_block_all {
        display: block;
    }

    .plan_block {
        max-width: 500px;
        min-width: 300px;
        margin: 60px auto 0;
    }

    .plan_block-first:first-child {
        margin: 0 auto 0;
    }

    .plan_block figcaption {
        margin: 40px 0 30px;
        font-size: 20px;
    }

    .schedule iframe {
        width: 100%;
    }

    .sp-none {
        display: none;
    }

    .item {
        padding: 7px 0px 7px;
        width: calc((100% - 14px * 1) / 2);
    }
}

@media screen and (max-width: 430px) {

    .slider-item05 {
        background-position: 35% 50%;
    }

    .slider {
        padding-top: 30px;
        height: 60vh;
    }

    .slider-item {
        height: 60vh;
    }

    .concept,
    .studio,
    .plan,
    .schedule,
    .gallery {
        margin-top: 70px;
    }

    .h2-design {
        width: 270px;
    }

    .h2-design h2 {
        font-size: 42px;
    }

    .h2-design p {
        top: 59%;
        left: 46%;
        transform: translate(-54%, -41%);
        -webkit-transform: translate(-54%, -41%);
        -ms-transform: translate(-54%, -41%);
        font-size: 12px;
    }

    .gunyagunya01 {
        width: 270px;
        height: 130px;
    }

    .gunyagunya02 {
        width: 270px;
        height: 140px;
    }

    .desigh_plan-ver p,
    .desigh_studio-ver p {
        top: 63%;
        left: 50%;
        transform: translate(-50%, -37%);
        -webkit-transform: translate(-50%, -37%);
        -ms-transform: translate(-50%, -37%);
        font-size: 12px;
    }

    h3 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1px;
        margin: 40px 0 20px;
    }

    .studio_text h3 {
        margin: 40px 0 20px;
    }

    .h3_border {
        width: 330px;
        height: .7px;
    }

    .concept_text p,
    .studio_text p,
    .plan_text {
        text-align: center;
        line-height: 25px;
        font-size: 12px;
    }

    .studio img {
        margin: 50px auto 0;
        padding: 0 30px;
    }

    .slider_2 {
        padding: 0 30px;
    }

    .slider-item_2 {
        height: 200px;
    }

    .plan_block figcaption {
        font-size: 18px;
    }

    .schedule iframe {
        height: 400px;
    }

    .gallery .h2-design p {
        top: 71%;
        left: 50%;
        transform: translate(-50%, -29%);
        -webkit-transform: translate(-50%, -29%);
        -ms-transform: translate(-50%, -29%);
        font-size: 12px;
    }

    .gallery .wrap {
        margin: 40px 0 80px;
    }
}