@charset "UTF-8";

body{
    font-family: "Noto Sans JP", sans-serif;
    background: transparent url(../img/haikei.png);
    padding: 0 3%;
}

p{
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
}


.wrapper{
    max-width: 700px;
    margin: 0 auto;
}

img{
    width: 100%;
    margin: 3% 0;
}

.bold{
    font-weight: bold;
}
.pink{
    color: rgb(209, 88, 108);
    font-weight: bold;
}
.red{
    color: rgb(255, 73, 73);
    font-weight: bold;
}
.blue{
    color: rgb(67, 138, 204);
    font-weight: bold;
}
.underline{
    font-weight:600;
    font-size:18px;
    border-bottom: 2px solid #d07283;
    display: block;
    margin-top: 2%;
    margin-bottom: -1%;
    padding-bottom: 1%;
}
.pr{
    text-align: right;
    font-size: 10px;
    margin: 0;
}

h2{
    font-size: 18px;
    background-color: #f5ebdf;
    padding: 3% 3%;
    line-height: 1.6;
    border-left: 6px solid #d07283;
    font-weight: 600;
    margin: 6% 0 3% 0;
}

.clinic-title{
    text-align: center;
    padding: 2.4%;
    background: linear-gradient(70deg, #b1937f, #723e43 );
    color: #fff;
    box-shadow: 2px 2px 5px #94868c;
    font-size: 20px;
}

.mark{
    background: linear-gradient(transparent 50%, #fffea8 50%);
}

.mv img{
    margin-bottom: 1%;
}

/*比較表*/
.rank-table-lead{
    text-align: center;
    font-weight: bold;
    margin-top: 6%;
    font-size: 18px;
    margin-bottom: 1%;
}

.rank-table{
    border-collapse: collapse;
    width: 100%;
    font-size: 15px;
    line-height: 1.2;
    border: 3px solid #ddd;
    margin-bottom: 6%;
}

.rank-table table{
    width:100%;
}


.rank-table th{
    background-color: #d07283;
    color: #fff;
    width: 16%;
    padding: 2% 1%;
    position: sticky;
    font-weight: 500;
    font-size: 13px;
    left: 0;
}

.rank-table tr{
    border-bottom: 2px dotted #ddd;
    background-color: #fff;
}

.rank-table td{
    text-align: center;
    padding: 2%;
    border-left: 2px dotted #ddd;
    font-size: 13px;
}

.rank-table table tr:last-child{
    border-bottom: none;
}
.rank-table table tr:first-of-type{
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    background-color: #d07283;

}

.rank-table table td:first-of-type{
    background-color: #fffae8;
    width: 21%;
}

.rank-table table td:nth-of-type(2){
width: 21%;
}

.rank-table table td:nth-of-type(3){
    width: 21%;
    }

.rank-table table td:nth-of-type(4){
width: 21%;
}


.mini-table{
    margin: 5% 0 8% 0;
}

.mini-table table{
    width: 100%;
    border: 2px solid #c9beae;
}

.mini-table table tr:first-of-type,
.mini-table table tr:nth-of-type(3){
    font-weight: 600;
    background-color: #f5ebdf;
    color: #7a5d49;
    font-size: 14px;
}

.mini-table table tr:nth-of-type(2),
.mini-table table tr:nth-of-type(4){
    font-weight: 400;
    padding: 2%;
    background-color: #fff;
    font-size: 12px;
}

.mini-table table tr:nth-of-type(4){
    border-bottom: 2px solid #c9beae;
}

.mini-table th,
.mini-table td{
    border-left: 2px solid #c9beae;
    padding: 2%;
    text-align: center;
    line-height: 1.5;
    width: 33.3%;
}

.scroll-lead{
    display: none;
}

/*スライダー*/

.slick-dotted.slick-slider{
    margin-bottom: 12% !important;
}

.slider img{
    filter:drop-shadow(1px 1px 4px #d6d6d6);
}
.slid-content{
 padding: 0 2px; 
}

.slick-dots li button:before {
    font-size: 8px !important;
    color: #7a5d49 !important;
}
.slick-dots li{
    margin: 0 2px !important;
}
.slick-dots{
    bottom: -8px !important;
}



/*cta*/
.cta-img{
    margin-bottom: 6%;
}
.cta_btn{
    background: linear-gradient(70deg, #41b886, #219766 );
    padding: 2%;
    width: 96%;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: #796e73 3px 3px 6px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: 300ms; 
}

.cta-img{
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 300ms; 
    
}

.cta{
    margin: 9% auto 10% auto;
    text-align: center;
}

.cta_btn a{
    color: #fff;
}


.cta_btn::before,
.cta-img::after{
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #ffffff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

.sp{
    display: none;
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}





.beige{
    background-color: #a59484;
    color: #fff;
    font-weight: 500;
    padding: 2%;
    font-size: 16px;
    margin-top: 4%;
    margin-bottom: 1%;
}

.clinic{
    background-color: #fff;
    padding: 4%;
    border: 2px solid #eeced4 ;
    box-shadow:  1px 6px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    margin-top: 3%;
}

.access_contents{
    margin: 5% 0;
}

.footer{
    background-color: #c5c5c5;
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding: 10% 0;
    margin-top: 10%;
    text-decoration: none;
    font-size: 13px;
}

.footer a{
        color: #fff;
}

.mini-text{
    font-size: 10px;
    text-align: right;
    line-height: 1.2;
    color: #7e7e7e;
    margin-top: 3%;
}

.cta_lead{
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.text-link{
    margin-top:4%;
    text-align: right;
    color:#a59484;
}

.text-link a{
 color:#a59484;
}

.map{
    width:100%;
    height: 200px;
}

iframe{
    width:100%;
    height:240px;
}

.down{
    text-align: center;
}

/*口コミ*/

.review-contents{
    display: flex;
    margin: 4% 0 4% 0;
    border: 1px solid #d07283;
    padding: 2% 4%;
    border-radius: 5px;
    background-color: #ffffff;
}

.review{
    font-size: 13px;
    line-height: 1.6;
}

.review-contents img{
    margin: 1% 4% 0 0;
    width: 60px;
    height: 60px;
}

.yellow{
    color: rgb(255, 145, 0);
}

.entrance{
    display: flex;
    width: 51%;
    gap: 3%;
    margin-bottom:2%;
}

@media screen and (min-width: 699px){
    .cta_btn:hover {
        text-decoration: none;
        color: #fff;
        box-shadow: none;
        -webkit-transform: translateY(3px);
}
}

@media screen and (max-width: 699px){
    .rank-table-lead{
        font-size: 16px;
    }
    
    .clinic-title{
        padding: 6% 0;
    }


    h3{
        font-size: 16px;
        padding: 3%;
    }

    h2{
        padding-left: 5%;
    }

    .cta_btn{
        font-size: 16px;
        padding: 3%;
    }

    .cta_lead{
        font-size: 15px;
    }

    .rank-table{
        overflow-x: scroll;
    }
    .rank-table table{
        width: 100%;
        min-width: 699px;
        border-collapse: collapse;
    }
    .scroll-lead{
        display: block;
        text-align: center;
        font-size: 12px;
        color: #7e7e7e;
    }
    .cta_btn{
        width:94%;
    }

    .sp{
        display: block;
    }

    .entrance{
        width: 49%;
    }

}