@charset "UTF-8";
/********************************************************************************

page-top.css　トップページcss

********************************************************************************/

/*============================================================
 LPページ共通
*============================================================*/
.lp-page #main-contents {
    padding-top: 60px;
    /* padding-bottom: 0; */
}

/*============================================================
 ページ内共通
*============================================================*/
.lp-page .lp {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 0 0 0;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.lp-page .section {
    position: relative;
    margin-bottom: 0;
}
.lp-page .section a {
    display: block;
    transition: opacity 0.3s ease;
}
.lp-page .section a:hover {
    opacity: 0.8;
}
.lp-page .section a img {
    width: 100%;
    height: auto;
}


/*============================================================
 シミュレーション動画
*============================================================*/
#page-top .section .simulation {
    position: absolute;
    bottom: 23%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: auto;
}
#page-top .section .simulation video {
    width: 100%;
    height: auto;
}



/*============================================================
 CTA1
*============================================================*/
#page-top #cta {
    background: #F3F3F3;
    padding: 70px 0 80px;
    text-align: center;
}
#page-top #cta .cta-txt {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 16px;
}
#page-top #cta .cta-btn {
    width: 98%;
    margin: 0 auto;
}

/*============================================================
 CTA2
*============================================================*/
#page-top #cta2 {
    background: #F3F3F3;
    padding: 0 0 80px;
    text-align: center;
}
#page-top #cta2 .cta-access {
    width: 100%;
    margin: 0 auto;
}
#page-top #cta2 .cta-txt {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 16px;
}
#page-top #cta2 .cta-btn {
    width: 98%;
    margin: 0 auto;
}

/*============================================================
 地図
*============================================================*/
#page-top #access .map {
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    height: auto;
}
#page-top #access .map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 12;
    object-fit: cover;
}

/*============================================================
 院内情報
*============================================================*/
#page-top #clinic-info {
}
#page-top #clinic-info .slider {
    width: 94%;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 4%;
}
#page-top #clinic-info .slider-item {
    width: 100%;
    height: auto;
}
#page-top #clinic-info .slider-item .item-image {
    width: 100%;
    height: auto;
}
#page-top #clinic-info .slider-item .item-title {
    font-size: 28px;
    line-height: 180%;
    text-align: right;
    color: #484848;
}
#page-top #clinic-info .swiper-pagination {
    bottom: 3%;
}
#page-top #clinic-info .swiper-pagination-bullet {
    background: #949494;
    width: 15px;
    height: 15px;
    margin: 0 10px;
}
#page-top #clinic-info .swiper-pagination-bullet-active {
    background: #842333;
    width: 15px;
    height: 15px;
}
/* デフォルト矢印を消す */
#page-top #clinic-info .swiper-button-prev::after,
#page-top #clinic-info .swiper-button-next::after {
    display: none;
}

/* 共通設定 */
#page-top #clinic-info .swiper-button-prev,
#page-top #clinic-info .swiper-button-next {
    width: 50px;   /* アイコンサイズ */
    height: 50px;
    top: calc(50% - 7%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 100;
}

/* prev */
#page-top #clinic-info .swiper-button-prev {
    background-image: url("../images/common/arrow_l.png");
    left: 0;
}

/* next */
#page-top #clinic-info .swiper-button-next {
    background-image: url("../images/common/arrow_r.png");
    right: 0;
}


/*============================================================
 固定CTA
*============================================================*/
#page-top #fixed-cta {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 750px;
    width: 100%;
    height: auto;
    z-index: 500;
}




/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 Tablet
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 1024px) {
    

}



/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
 SP
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
@media screen and (max-width: 767px) {
    
    /* 共通設定 */
    #page-top #clinic-info .swiper-button-prev,
    #page-top #clinic-info .swiper-button-next {
        width: 35px;   /* アイコンサイズ */
        height: 35px;
    }
    #page-top #clinic-info .slider-item .item-title {
        font-size: 16px;
    }
    #page-top #clinic-info .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    #page-top #clinic-info .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
    }
    
}