html {
    font-size: 62.5%;
    /* 16px * 62.5% = 10px */
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

body {
    color:#292B2C;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.92rem;
    line-height: 1.875;
    font-weight: 300;
    overflow-x: hidden;
}

a {
    color: #292B2C;
    text-decoration: none;
}

h2{
    font-size: 3.2rem;
    line-height: 1,75;
    font-weight: 600;
    letter-spacing: 0.3rem;
}

hr{
    margin: 0;
    padding-bottom: 16px;
    border-top:1px solid #5F9EA0;
}

.section-title{
    background-color: #00BB99;
    border-radius: 4px;
    margin-bottom: 33px;
}

.section-title h3{
    font-size: 2.4rem;
    line-height: 1.20;
    font-weight: 600;
    color: #FFF;
    padding: 15px 33px;
}

.section-title h3 span{
    font-size: 1.8rem;
    font-weight: 300;
}


.br-sp{
    display: none;
}

.none{
    display: none; 
}

img{
    width: 100%;
    height: auto;
}

a[href^="tel:"] {
    pointer-events: none;
}

@media(max-width:860px) {
    body {
        font-size: 1.44rem;
        line-height: 1.66;
        font-weight: 300;
    }

    h2{
        font-size: 2.2rem;
        line-height: 1.68;
        font-weight: 600;
    }

    .section-title{
        margin-bottom: 24px;
    }
    
    .section-title h3{
        font-size: 2rem;
        line-height: 1.20;
        padding: 16px 18px;
    }

    .section-title h3 span{
        font-size: 1.3rem;
    }

    .br-sp{
        display: block;
    }

    hr{
        padding-bottom: 10px;
    }

    a[href^="tel:"] {
        pointer-events:auto;

    }

}

/* ヘッダー */
.header-top{
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
}

.header-logo h1 a{
    width: 320px;
    display: flex;
    align-items: center;
}

.header-rightinfo-top{
    display: flex;
    justify-content: space-between;
    padding:10px 0;
}

.header-rightinfo-top-tel{
    width: 184px;
    height: 46px;
    background-color: #00BB99;
    border-radius: 4px;
    color: #FFF;
    display: flex;
    align-items: center;
}

.header-rightinfo-top-tel-icon{
    width: 20px;
    height: 20px;
    padding: 8px 4px 16px 10px;
}

.header-rightinfo-top-tel p{
   font-size: 1.7rem;
   font-weight: 700;
}

.header-rightinfo-top-line{
    width: 184px;
    height: 46px;
    background-color: #06C755;
    border-radius: 4px;
    color: #FFF;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

a .header-rightinfo-top-line:hover{
    opacity: 0.7;
    transition: opacity 0.5s ease-out;
} 

.header-rightinfo-top-line-icon{
    width: 21.8px;
    height: 20.77px;
    padding: 4px 3.6px 12px 6px;
}

.header-rightinfo-top-line-icon img{
    width: 100%;
    height: auto;
}

.header-rightinfo-top-line p{
    font-size: 1.7rem;
    font-weight: 700;
 }

.header-rightinfo-bottom-message{
    width: 379px;
    height: 46px;
    background-color: #EEFFEE;
    border-radius: 4px;
    text-align: center;
    padding-top: 4px;
}

.header-rightinfo-bottom-message:hover{
    opacity: 0.7;
    transition: opacity 0.5s ease-out;
}

.header-rightinfo-bottom-message p{
    font-size: 1.2rem;
    line-height: 1.75;
    font-weight: 600;
    color: #1A8749;
}

.header-rightinfo-bottom-message p span{
    font-size: 1.6rem;
    line-height: 1;
}

.header-grandmenu{
    background-color: #1A8749;
    /* border: 1px solid #707070; */
    height: 72px;
}

.header-grandmenu ul{
    text-decoration: none;
    list-style: none;
    width: 780px;
    margin: 0 auto;
    height: 100%;
    font-size:0;
    display: flex;
    justify-content: space-between;
}

.header-grandmenu li{
    /* display: inline-block; */
    text-align: center;
    /* width: 16%; */
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 400;
    padding:26px 0 26px;
    background-color: #1A8749;
    margin: 0;
}

.header-grandmenu li:hover{
    opacity: 0.7;
    transition: opacity 0.5s ease-out;
}

.header-drawer{
    display: none;
}

@media(max-width:1140px) {
    .header-top{
       padding: 0 20px 12px;
    }
}

@media(max-width:860px) {
    .header-top{
        display: block;
        /* padding: 0 20px 40px; */
        padding: 0 20px;
    }

    .header-leftinfo{
        display: flex;
        justify-content: space-between;
        padding: 16px 0 12px;
    }

    .header-rightinfo-top{
        display: none;
    }

    .header-logo h1 a{
        width: 227px;
    }

    .header-drawer-menu{
        display: block;
        width: 46px;
        height: 36px;
        color: #292B2C;
        cursor: pointer;
        /* z-index: 200; */
        border: 1px solid #C4C4C4;
        border-radius: 4px;
        position: relative;
        padding-top: 12px;
    }

    .header-drawer-menu span {
        position: absolute;
        right: 12px;
        height: 2px;
        width: 23px;
        background-color: #292B2C;
        display: block;
        content: "";
        border-radius: 3px;
        text-align: center;
    }

    .drawer-bar2 {
        top: 22px;
    }

    .drawer-bar3 {
        top: 32px;
    }

    .header-rightinfo-bottom-message{
        width: 100%;
        height: 42px;
        padding-top: 5px;
    }

    .header-grandmenu{
        display: none;
    }

    .header-rightinfo-bottom-message p{
        font-size: 1rem;
        line-height: 1.7;
    }
    
    .header-rightinfo-bottom-message p span{
        font-size: 1.3rem;
        line-height: 1.76;
    }
}

/* モーダル */

.blackpanel{
    position: fixed;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6) ;
    z-index: 100;
}

.navmodal{
    display: none;
}

.navmodal-close{
    font-size: 6rem;
    position: fixed;
    top:0;
    left: 3%;
    line-height: 1.2;
    color: #FFF;
    font-weight: 100;
    z-index: 150;
}

@media(max-width:860px) {
    .navmodal{
        display: block;
        position: fixed;
        top:0;
        right: -870px;
        width: 80%;
        height: 100%;
        background-color: #1A8749;
        z-index: 150;
        transition: right ease-out 0.3s;
    }
    
    .navmodal ul li{
        color: #FFF;
        font-size: 1.6rem;
        line-height: 1.25;
        padding: 24px;
        border-bottom:1px solid #FFF ;
        list-style: none;
        text-decoration: none;
    }
    
    .navmodal-open{
        position: fixed;
        top:0;
        right: 0;
        width: 80%;
        height: 100%;
        background-color: #1A8749;
        z-index: 150;
        transition: right ease-out 0.3s;
    
    }
    
    .navmodal-open ul li{
        color: #FFF;
        font-size: 1.6rem;
        line-height: 1.25;
        padding: 24px;
        border-bottom:1px solid #FFF ;
        list-style: none;
        text-decoration: none;
    }
    
}

/* メインタイトル、画像エリア */
.main-area{
    padding-bottom:140px;
}

.main-area-mainimg{
    width: 100%;
    height: 400px;
    position: relative;
}

.main-area-mainimg img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.main-area-title{
    width: 680px;
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mainimg-sp{
    display: none;
}

@media(max-width:860px) {
    .main-area{
        /* padding-bottom:56px; */
        padding: 40px 0 56px;
    }

    .main-area-mainimg{
        height: 342px;
    }

    .main-area-mainimg img{
        height: 100%;
        object-position: 16%;
    }

    .main-area-title{
        width: 324px;
        top: 340px;
    }

    .mainimg-pc{
        display: none;
    }

    .mainimg-sp{
        display: block;
    }

}


/* 最新のお知らせ */

.news-wrapper{
    max-width: 1140px;
    margin: 0 auto;
    padding:96px 0;
}

.news-title{
    text-align:center;
    padding-bottom: 56px;
}

.news-contents{
    border-top:2px solid #1A8749;
    border-bottom:2px solid #1A8749;
    margin-bottom: 56px;
}

.news-contents-article{
    padding:24px 0;
    border-bottom:1px solid #C1C1C1
}

.news-contents-article a:hover{
    opacity: 0.7;
    transition: opacity 0.5s ease-out;
}

date{
    font-size: 1.44rem;
    line-height: 1.73;
    color: #4F4F4F;
}

.news-contents-article p{
    color: #0275D8;
}

.news-link{
    text-align: center;
}

.news-link-button{
    background-color: #FFF;
    border: 1px solid #1A8749;
    border-radius: 5px;
    padding: 18px 0;
    margin:0 auto 40px;
    width: 353px;
    position: relative;
    color:#1A8749;
    font-size: 1.92rem;
    line-height: 1.3;
    font-weight: 600;
}

.news-link-button:hover{
    background-color: #1A8749;
    border: 1px solid #1A8749;
    color:#FFF;
    transition: all 0.5s ease-out;
}

.news-link-button::after{
    content:"";
    background-image: url(../img/arrow-right@2x.png);
    background-size: 18px;
    position: absolute;
    top:21px;
    right: 44px;
    width: 18px;
    height: 18px;
}

.news-link-button:hover::after{
    content:"";
    background-image: url(../img/arrow-right-white@2x.png);
    background-size: 18px;
    position: absolute;
    top:21px;
    right: 44px;
    width: 18px;
    height: 18px;
    transition: all 0.5s ease-out;
}


@media(max-width:1140px) {
    .news-wrapper{
        padding:96px 20px;
    }

    .news-link-button::after{
        background-size: 14px;
        width: 14px;
        height: 14px;
        top:15.5px;
        right: 32px;
    }

    .news-link-button:hover::after{   
        background-size: 14px;
        width: 14px;
        height: 14px;
        top:15.5px;
        right: 32px;
    }

    .news-link-button{
        width: 256px;
    }

    .news-link-button p{
        font-size: 1.44rem;
        line-height: 1;
    }

}

@media(max-width:860px) {
    .news-wrapper{
        padding:56px 20px;
    }

    .news-title{
        padding-bottom: 32px;
    }

    .news-contents{
        margin-bottom: 32px;
    }

    .news-contents-article{
        padding:10px 0 30px;
    }

    date{
        font-size: 1rem;
        line-height: 1.70;
    }

    .news-contents-article p{
        font-size: 1.4rem;
    }

    .news-link-button{
        padding: 16px 0;
    }
    
}

/* ページネーション */
.pagenation-wrapper{
    max-width: 1140px;
    display: flex;
    justify-content: center;
}

.pagenation-wrapper p a{
    padding: 0 10px;
    color: #0275D8;
}

.current{
    padding: 0 10px;
}

/* ブログ&SNS */

.blog-sns{
    background-color: #EDEDED;
}

.blog-sns-wrapper{
    max-width: 1104px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}

.blog-sns-title{
    color: #292B2C;
    font-size: 2.4rem;
}

.blog-sns-banners{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.blog-sns-banners a:hover{
    opacity: 0.7;
    transition: opacity 0.5s ease-out;
}

.blog-sns-banners-blogimg{
    padding: 0 12px;
    width: 290px;
}

.blog-sns-banners-snsimages a:hover{
    opacity: 0.7;
    transition: opacity 0.5s ease-out;
}

.blog-sns-banners-snsimg{
    width: 170px;
    padding: 0 12px;
}

.blog-sns-banners-snsimages-sp{
    display: none;
}

@media(max-width:910px) {

    .blog-sns-wrapper{
        padding: 32px 20px 37px;
    }

    .blog-sns-title{
        font-size: 2rem;
        padding-bottom: 32px;
    }

    .blog-sns-banners{
        display: block;
    }

    .blog-sns-banners-blogimg{
        padding: 0 0;
        width: 333px;
    }

    .blog-sns-banners-snsimages{
        display: none;
    }    

    .blog-sns-banners-snsimages-sp{
        display: flex;
        justify-content: center;
        padding-top:17px;
    }

    .blog-sns-banners-snsimages-sp a:hover{
        opacity: 0.7;
        transition: opacity 0.5s ease-out;
    }

    .blog-sns-banners-snsimg{
        width: 100px;
        padding: 0 8px;
    }

}

/* 整骨院情報 */

.clinic-info-wrapper{
    max-width: 1104px;
    margin: 0 auto;
    padding: 96px 0;
}

.clinic-info-map{
    width: 100%;
    height: 390px;
    padding-bottom: 96px;
}

.clinic-info-dataarea{
    display: flex;
    justify-content: space-between;
}

.clinic-info-dataarea-left{
    width: 353px;
}
.clinic-info-logo{
    padding-bottom: 32px;
}

.clinic-info-address{
    padding-bottom: 24px;
}

.clinic-info-clinicData p{
    font-size: 1.6rem;
    line-height: 1.5;
    color:#4F4F4F;
    border-bottom:1px solid #C4C4C4;
    padding: 8px 0;
}

.clinic-info-clinicData p span{
    font-size: 1.2rem;
    line-height: 2;
}

.clinic-info-calender{
    padding-bottom: 16px;
}

.clinic-info-scroll{
    display: none;
}


.clinic-info-calender table{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
    table-layout: fixed;
    width: 626px;
    padding-bottom: 16px;
}

.clinic-info-calender-head{
    border: 1px solid #00BB99;
}

.clinic-info-calender-head td{
    background-color: #00BB99;
    color: #FFF;
    border-right: 1px solid #FFF;
    /* border-style:none; */
    padding: 17px 0;
    font-weight: 500;
}

.clinic-info-calender-head td:last-child{
    border-right: 0px;
}

.clinic-info-calender-day td{
    border: 1px solid #C4C4C4;
    color: #4F4F4F;
    padding: 9px 0;
    vertical-align: middle;
}

.clinic-info-calender-lefttitle{
    width:152px
}

.clinic-info-businessday{
    color: #1A8749;
    font-size: 1.5rem;
    line-height: 1.6;
    padding-bottom: 25px;
}

.clinic-info-businessday p{
    padding-bottom: 8px;
}

.clinic-info-linetel{
    display: flex;
}

a .clinic-info-line:hover{
    opacity: 0.7;
    transition: opacity 0.5s ease-out;
}

.clinic-info-line{
    width: 290px;
}

.clinic-info-line img{
    width: 290px;
}

.clinic-info-telbutton{
    padding-left: 44px;
    width: 290px;
    text-align: center;
}

.clinic-info-telbutton-tel{
    background-color: #00BB99;
    border-radius: 4px;
    color:#fff;
    font-size:1.6rem;
    line-height: 1.2;
    font-weight: 700;
    padding:15px 0;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.clinic-info-telbutton-tel img{
    width: 18px;
    height: 18px;
    padding-right: 6px;
}

.clinic-info-telbutton-info{
    color: #4F4F4F;
    font-size: 1.4rem;
    line-height:1.71;
}

.clinic-info-message{
    color: #707070;
    font-size: 1.4rem;
}

@media(max-width:1140px) {
    .clinic-info-wrapper{
        padding: 96px 20px;
    }

    .clinic-info-map{
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        height: 250px;
    }
}

@media(max-width:1044px) {
    .clinic-info-address{
        padding-bottom: 20px;
        font-size: 1.6rem;
    }

    .clinic-info-dataarea-left{
        width: 270px;
    }

    .clinic-info-calender table{
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .clinic-info-calender-head td{
        padding: 14px 0;
    }
    
    .clinic-info-calender-lefttitle{
        width:132px
    }

    .clinic-info-businessday{
        font-size: 1.2rem;
        line-height: 1.2;
        padding-bottom: 34px;
    }

}

@media(max-width:980px) {
    .clinic-info-wrapper{
        padding: 56px 20px;
    }

    .clinic-info-map{
        height: 250px;
        padding-bottom: 56px;
    }

    .clinic-info-dataarea{
        display: block;
    }

    .clinic-info-dataarea-left{
        width:100%;
    }

    .clinic-info-logo{
        width: 245px;
        padding-bottom: 24px;
    }

    .clinic-info-logo img{
        width: 245px;
    }

    .clinic-info-clinicData{
        padding-bottom: 40px;
    }

    .clinic-info-clinicData p{
        font-size: 1.6rem;
        line-height: 1.5;
        color:#4F4F4F;
        border-bottom:1px solid #C4C4C4;
        padding-bottom: 8px;
    }

    .clinic-info-dataarea-right{
        padding-left: 0;
    }

    .clinic-info-calender{
        overflow: scroll;
        padding-bottom: 16px;
    }

    .clinic-info-linetel{
        justify-content: center;
    }

    .clinic-info-message{
        text-align: center;
    }
   
}
@media(max-width:665px) {
    .clinic-info-scroll{
        display: block;
        font-size: 1.2rem;
        color: #707070;
    }

    .clinic-info-linetel{
        display: block;
    }
    .clinic-info-line{
        width: 100%;
        padding-bottom: 32px;
    }

    .clinic-info-line img{
        width: 100%;
    }

    .clinic-info-telbutton{
        display: block;
        padding:0 0 32px 0;
        width: 100%;
    }

    .clinic-info-telbutton:hover {
        opacity: 0.7;
        transition: opacity 0.5s ease-out;
    }

    .clinic-info-telbutton-tel{
        font-size:2.1rem;
        line-height: 1.2;
        font-weight: 700;
        padding:12px 0;
        margin-bottom: 12px;
    }

    .clinic-info-telbutton-tel img{
        width: 22px;
        height: 22px;
        padding-right: 9px;
    }

    .clinic-info-telbutton-info{
        color: #707070;
        font-size: 1.4rem;
    }

    .clinic-info-message{
        text-align: left;
    }
}

/* フッター */
.footer-top{
    height: 83px;
    background-color: #EDEDED;
}

.footer-top-pc{
    height: 83px;
}

.footer-top ul{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-top ul li{
    text-decoration: none;
    list-style: none;
    padding: 0 30px;
    font-size: 1.5rem;
}

.footer-top ul li:hover{
    opacity: 0.7;
    transition: opacity 0.5s ease-out;
}

.footer-bottom{
    height: 61px;
    background-color: #1A8749;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-top-sp{
    display: none;
}

small{
    color: #FFF;
    font-size: 1.1rem;
    line-height: 1.72;
}


@media(max-width:920px) {
    .footer-top{
        padding: 24px 20px 70px;
    }

    .footer-top ul{
        justify-content: space-between;
        padding-bottom: 24px;
    }

    .footer-top ul li{
        padding: 0 8px 0 0;
    }

    .footer-top-pc{
        display: none;
    }

    .footer-top-sp{
        display: block;
    }

    small{
        color: #FFF;
        font-size: 0.9rem;
        line-height: 1.77;
    }
}

/* スクロールトップ 追従*/
.scrollTop{
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 120;
    background-color: #EDEDED;
    text-align: center;
}

.scrollTop:hover{
    opacity: 0.7;
    transition: opacity 0.5s ease-out;
}

.scrollTop img{
    width: 21px;
    height: 21px;
}

.scrollTop p{
    font-size: 1.2rem;
    line-height: 0.1;
}

@media(max-width:860px){
    .scrollTop{
        right: 20px;
        bottom: 80px;
    }

    .scrollTop img{
        padding-top: 5px;
    }
}

/* 画面下の固定メニュー */

.fixed-menu-sp{
    display: none;
}

@media(max-width:860px) {
    .fixed-menu-sp{
        display: flex;
        justify-content: space-around;
        background-color:rgba(255, 255, 255, 0.7);
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 200;
        padding: 10px 0;
    }

    .fixed-menu-sp img{
        width: 180px;
        height: 44px;
    }
}