/* TOP専用 */
.wrapper_inner {
    width: 81%;
    margin: auto;
}

@media(max-width:768px) {
    .wrapper_inner {
        width: 92%;
    }
}

/* MV */
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
    }
}


.mv .swiper-slide-active .swiper_img,
.mv .swiper-slide-duplicate-active .swiper_img,
.mv .swiper-slide-prev .swiper_img {
    animation: zoomUp 7s linear 0s normal both;
}

.mv {
    position: relative;
    border-bottom-left-radius: 30px;
}

.mv_text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    z-index: 5;
    top: 10%;
    right: 10%;
    font-size: 32px;
    color: #666;
}

.mv_text_under {
    position: absolute;
    top: 30%;
    right: 110%;
    white-space: nowrap;
}

.swiper_img img {
    width: 100%;
}

@media(max-width:1100px) {
    .mv_text {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .mv_text {
        font-size: 16px;
    }
}

/* 予約ボタン */
.reservation {
    position: absolute;
    margin: auto;
    bottom: -60px;
    right: 116px;
    content: "";
    z-index: 80;
}

.reservation_container {
    position: relative;
    width: 128px;
    height: 128px;
}


/* ボタンを中央に */
.reservation_btn {
    position: absolute;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 130%;
    width: 128px;
    height: 128px;
    z-index: 102;
}

/* SVG をボタンの外側にピッタリ重ねる */
.rotating-text {
    position: absolute;
    content: "";
    background: url(../image/path_reservation.svg) no-repeat;
    right: 116px;
    bottom: -50px;
    top: 50%;
    left: 50%;
    width: 169px;
    height: 169px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* クリックはボタンに */
    animation: rotate360 12s linear infinite;
    z-index: 101;
}

/* テキストをくるっと回すアニメーション */
@keyframes rotate360 {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media(max-width:768px) {
    .reservation_btn {
        font-size: 10px;
        position: absolute;
        right: -90px;
        text-align: center;
        width: 128px;
        height: 128px;
    }

    .reservation_btn span {
        font-size: 11px;
    }

    .rotating-text {
        position: absolute;
        content: "";
        background: url(../image/path_reservation_sp.svg) no-repeat;
        top: 50%;
        left: 120%;
        width: 120px;
        height: 120px;
    }
}

/* キャッチコピー */
.bg_image {
    position: relative;
    overflow: hidden;
}

.content_copy {
    background-image: url(/image/shape.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.copy_title {
    font-size: 40px;
    margin-left: 40px;
    margin-top: 70px;
    line-height: 1.5;
}

.copy_text_flex {
    display: flex;
    justify-content: flex-end;
}

.copy_text {
    width: 490px;
    height: auto;
    line-height: 180%;
}

.img_family_sp {
    display: none;
}

@media(max-width:768px) {
    .copy_title {
        font-size: 22px;
    }

    .copy_text {
        margin-top: 45px;
    }

    .about_button {
        margin-top: 5px;
    }

}

.about_button {
    margin-top: 20px;
}

.about_button,
.news_button,
.gallery_button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

.button {
    background-color: #BB9E71;
    border-radius: 50%;
    padding: 20px 20px;
}

/* 写真が浮かび上がってくる */
.scroll-space img {
    border-radius: 30px;
}

.img_family {
    transform: translate(-100px, 0);
    text-align: right;
    margin-left: 610px;
}

.img_girl {
    margin-top: -230px;
    transform: translate(110px, 0);
    margin-right: 640px;
}

.img_baby {
    margin-top: -100px;
    transform: translate(-150px, 0);
    text-align: right;
    margin-left: 480px;
}

.img_maternity {
    margin-right: 610px;
}

.img_pet {
    margin-top: -160px;
    text-align: right;
    transform: translate(0, 0);
    margin-left: 650px;
}

.picture {
    margin-top: 60px;
}

@media(max-width:1100px) {
    .img_family {
        margin-left: 600px;
    }

    .img_girl {
        margin-right: 600px;
    }

    .img_baby {
        margin-top: 10px;
        margin-left: 500px;
    }

    .img_maternity {
        margin-right: 550px;
    }

    .img_pet {
        margin-left: 550px;
    }
}

@media(max-width:900px) {
    .img_family {
        margin-left: 500px;
    }

    .img_girl {
        margin-right: 500px;
    }

    .img_baby {
        margin-top: 10px;
        margin-left: 400px;
    }

    .img_maternity {
        margin-right: 500px;
    }

    .img_pet {
        margin-left: 500px;
    }
}

@media(max-width:768px) {
    .img_family_sp {
        display: flex;
        justify-content: flex-end;
        width: 90%;
        margin-top: 30px;
    }

    .img_family {
        display: none;
    }

    .content_copy {
        background-image: url(/image/shape_sp.jpg);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .img_girl {
        margin-right: 350px;
        margin-top: 20px;
    }

    .img_baby {
        margin-top: 10px;
        margin-left: 300px;
    }

    .img_maternity {
        margin-right: 300px;
        margin-bottom: 50px;
    }

    .img_pet {
        margin-left: 350px;
    }
}

@media(max-width:480px) {

    .img_girl {
        margin-right: 245px;
        margin-top: -50px;
    }

    .img_baby {
        margin-top: 10px;
        margin-left: 200px;
    }

    .img_maternity {
        margin-right: 215px;
        margin-bottom: 50px;
    }

    .img_pet {
        margin-left: 235px;
        margin-bottom: 20px;
    }
}

/* プラン */
.plan_title h2 {
    font-size: 72px;
    font-weight: 400;
    color: #BB9E71;
}

.plan_title p {
    color: #666;
}

.plan_title {
    position: absolute;
    top: -50px;
    left: 55px;
}

.plan {
    position: relative;
    background-image: url("/image/plan_back.jpg");
    background-repeat: repeat;
    background-size: auto 120%;
    padding-bottom: 85px;
    padding-top: 40px;
}

.plan_inner p {
    text-align: center;
    font-size: 18px;
    margin-top: 37px;
}

.light_plan {
    border: solid 2px #BB9E71;
    padding: 23px 34px 30px 29px;
    width: 38%;
    background-color: #fff;
}

.plan_box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.plan h3 {
    font-size: 40px;
    border-bottom: #BB9E71 solid 3px;
    display: inline-block;
    padding-bottom: 4px;
}

.plan_detail {
    display: flex;
    gap: 23px;
    margin-top: 22px;
}

.light_plan .detail,
.plemium_plan .detail {
    margin-top: 25px;
}

.plemium_plan {
    border: solid 2px #BB9E71;
    padding: 23px 40px 30px 41px;
    width: 57%;
    background-color: #fff;
}

.original_plan {
    border: solid 2px #BB9E71;
    padding: 30px 70px 50px 90px;
    margin-top: 45px;
    position: relative;
    background-color: #fff;
}

.original_plan h3 {
    margin-top: 25px;
}

.original_plan .detail {
    margin-top: 20px;
}

.detail span {
    color: #BB9E71;
}

.detail {
    line-height: 1.5;
}

.announce {
    background-color: #BB9E71;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 138px;
    height: 138px;
    position: absolute;
    top: -35px;
    left: -50px;
}

.announce_text_under {
    font-size: 20px;
}

.plan_button {
    margin-top: 20px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    gap: 8px;
}

.button_plan {
    background-color: #E6E4E3;
    border-radius: 50%;
    padding: 20px 20px;
}

.plan_note {
    background-color: #F7F1E7;
    border-radius: 30px;
    margin-top: 30px;
    padding: 30px 180px;
}

.plan_note h4 {
    border-bottom: dotted 2px #BB9E71;
    display: inline-block;
    font-size: 24px;
}

.plan_note p {
    margin-top: 16px;
    line-height: 1.5;
}

@media(max-width:768px) {
    .plan {
        padding-bottom: 30px;
    }

    .plan_box {
        flex-direction: column;
    }

    .light_plan,
    .plemium_plan {
        width: 100%;
        padding: 15px 35px;
    }

    .plemium_plan,
    .original_plan {
        margin-top: 35px;
    }

    .plan h3 {
        font-size: 18px;
    }

    .plan_note {
        font-size: 14px;
        padding: 20px 30px;
        margin-top: 20px;
    }

    .plan_title h2 {
        font-size: 30px;
    }

    .plan_title p {
        font-size: 10px;
    }

    .plan_title {
        top: -20px;
        left: 20px;
    }

    .plan_inner p {
        font-size: 12px;
        text-align: left;
        margin-top: 10px;
    }

    .plan_note h4 {
        font-size: 14px;
    }

    .plan_detail {
        margin-top: 10px;
    }

    .original_plan {
        padding: 25px 35px;
    }

    .light_plan .detail,
    .plemium_plan .detail {
        margin-top: 13px;
    }

    .original_plan .detail {
        margin-top: 13px;
    }

    .original_plan h3 {
        margin-top: 5px;
    }

    .announce {
        width: 60px;
        height: 60px;
        top: -30px;
        left: -15px;
    }

    .announce_text {
        font-size: 7px;
    }

    .announce_text_under {
        font-size: 12px;
    }
}

/* ギャラリー */
.gallery_title h2 {
    font-size: 72px;
    color: #BB9E71;
}

.gallery_title {
    line-height: 1.1;
}

.gallery {
    text-align: center;
    margin-top: 35px;
    line-height: 180%;
}

@media(max-width:768px) {
    .gallery_title h2 {
        font-size: 30px;
    }

    .gallery_title p {
        font-size: 10px;
    }
}

/* ギャラリーのスワイパー */
.gallery .swiper-slide img {
    height: auto;
    width: 100%;
    background-color: #fff;
}

.swiper02 .swiper-pagination {
    color: #fff;
}

.gallery .swiper {
    margin-top: 50px;
}

.gallery .swiper-button-prev,
.gallery .swiper-rtl .swiper-button-next,
.gallery .swiper-button-next,
.gallery .swiper-rtl .swiper-button-prev {
    color: #fff;
}

.button_gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.gallery_button {
    background-color: #F7F1E7;
    border-radius: 50%;
    padding: 15px 20px;
}

@media(max-width:768px) {
    .gallery .swiper {
        margin-top: 7px;
    }
}

/* スタッフ */
.staff_title h2,
.access_title h2 {
    font-size: 72px;
    color: #BB9E71;
}

.staff_title {
    line-height: 250%;
    position: absolute;
    top: -30px;
    left: 30px;
}

.staff {
    background-color: #E6E4E3;
    border-radius: 30px 0 0 30px;
    margin-top: 95px;
    padding-bottom: 115px;
    position: relative;
    padding-top: 100px;
}

.staff_woman {
    margin-top: 50px;
    display: flex;
    background-color: #F7F1E7;
    border-radius: 60px;
    padding: 30px 30px 0;
    justify-content: space-evenly;
}

.staff_man {
    background-color: #F7F1E7;
    border-radius: 60px;
    height: 265px;
    margin-top: 110px;
    display: flex;
    justify-content: space-evenly;
}

.staff_man .staff_content {
    padding: 45px 0;
}

.staff_img {
    margin-top: -100px;
}

.staff_man_img img {
    width: 95%;
    margin-top: -100px;
}

.staff_name {
    font-size: 24px;
    border-bottom: #BB9E71 2px dotted;
    display: inline-block;
}

.staff_carrer {
    margin-top: 12px;
}

.staff_detail {
    margin-top: 25px;
    line-height: 1.6;
    font-size: 14px;
}

.staff_content {
    width: 30%;
    padding: 30px 0;
}

@media(max-width:768px) {
    .staff {
        border-radius: 20px 0 0 20px;
        margin-left: 23px;
        padding-top: 50px;
        margin-top: 40px;
        padding-bottom: 50px;
    }

    .staff_title h2 {
        font-size: 30px;
    }

    .staff_title p {
        font-size: 10px;
    }

    .staff_title {
        top: -15px;
        left: 10px;
        line-height: 160%;
    }

    .staff_woman {
        margin-top: 15px;
        display: flex;
        background-color: #F7F1E7;
        border-radius: 18px;
        padding: 12px;
        justify-content: space-between;
    }

    .staff_man {
        margin-top: 30px;
        display: flex;
        background-color: #F7F1E7;
        border-radius: 18px;
        padding: 12px;
    }

    .staff_content {
        width: 43%;
        padding: 0;
        margin-top: 40px;
    }

    .staff_man .staff_content {
        width: 46%;
        margin-top: 0;
        padding: 15px 0 0 10px;
    }

    .staff_img {
        position: relative;
        width: 57%;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        bottom: -12px;
    }

    .staff_img img {
        width: 100%;
    }

    .staff_man_img {
        position: relative;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        top: 13px;
        bottom: -12px;
        right: -7px;
        width: 52%;
    }

    .staff_name {
        font-size: 14px;
    }

    .staff_carrer p,
    .staff_detail p {
        font-size: 10px;
    }

    .staff_carrer {
        margin-top: 5px;
    }

    .staff_detail {
        margin-top: 10px;
    }

    .staff_man_img img {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .staff_content {
        margin-top: 10px;
    }

    .staff_man {
        height: 195px;
    }
}

/* ニュース */

.news_title h2 {
    font-size: 72px;
    color: #BB9E71;
}

.news_title {
    line-height: 250%;
    text-align: center;
}

.news {
    margin-top: 60px;
}

.news_box {
    margin-top: 30px;
    gap: 13px;
    display: flex;
    justify-content: center;
}

.news_list {
    width: 350px;
    height: 450px;
    border: #BB9E71 solid 2px;
    padding: 25px 25px 15px;
}

.news_day {
    font-size: 14px;
    margin-top: 13px;
}

.news_body {
    letter-spacing: -0.05em;
    color: #444;
    margin-top: 5px;
}

.news_detail {
    color: #222;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5;
}

.news_button {
    margin-top: 20px;
    text-align: end;
}

@media(max-width:768px) {
    .news_title h2 {
        font-size: 30px;
    }

    .news_title p {
        font-size: 10px;
    }

    .news_title {
        line-height: 150%;
    }

    .news_day,
    .news_detail {
        font-size: 11px;
    }

    .news_body {
        font-size: 12px;
    }

    .news {
        margin-top: 30px;
    }
}

/* 初期状態ではスマホ用Swiperを隠す */
.mySwiper {
    display: none;
}

/*--------------------------------------
    ② スマホ用：Swiperを表示、カードグリッド非表示
---------------------------------------*/
@media (max-width: 768px) {

    /* PC用カードグリッドを隠す */
    .cards-grid {
        display: none;
    }

    /* Swiperを表示 */
    .mySwiper {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 16px 0;
        /* スマホなら上下余白を少し確保 */
    }

    .swiper-slide {
        width: 100%;
        /* 1枚ずつ全幅で表示 */
        padding: 0 12px;
        /* 両サイドに余白を付ける */
        box-sizing: border-box;
    }

    .swiper-button-prev,
    .swiper-button-next {
        color: #BB9E71;
    }

    .news_list {
        margin: 0 auto;
    }
}

/* アクセス */
.access {
    background-color: #F7F1E7;
    border-radius: 50px 0 0 50px;
    margin-top: 120px;
    position: relative;
    padding-top: 70px;
}

.access_title {
    position: absolute;
    top: -50px;
    left: 30px;
}

.map {
    text-align: center;
}

.access_detail {
    text-align: center;
    padding-bottom: 360px;
}

.access_address {
    margin-top: 25px;
}

.access_train {
    margin-top: 15px;
    line-height: 1.5;
}

iframe {
    filter: sepia(1) saturate(0.3) hue-rotate(-20deg) brightness(0.9) contrast(1.1);
    transition: all 0.7s ease;
    width: 90%;
}

/* CTAとアクセスが重なるところ */
.action {
    margin-top: -260px;
    position: relative;
    z-index: 90;
}

@media(max-width:768px) {
    .access_title h2 {
        font-size: 30px;
    }

    .access_title p {
        font-size: 10px;
    }

    .access_map {
        width: 100%;
    }

    .access_title {
        top: -20px;
    }

    .access_detail {
        padding-bottom: 80px;
    }

    .access {
        margin-top: 45px;
    }

    .action {
        margin-top: 15px;
    }
}