@charset "utf-8";

/* ちょっと隙間空けます、広がりすぎないようにします */
.tcontents{padding-left:1em;padding-right: 1em;max-width: 1080px;margin:auto;}

/* コンセプト */
/* #tconcept{margin-top: 2em;}*/
#tconcept h3{font-size: 130%;}
#tconcept h3,
#tconcept h4,
#tconcept p{text-align: center;}
#tconcbtn a{
    display: block;
    padding: 1em 0;
    background: #89e994;
    text-align: center;
    max-width:600px;
    margin: auto;
    color: #fff;
}

/* 施術者自己紹介 */
#tprofile h4{text-align: center;}

#tprofile #tproimg img{width: 100%;height: auto;}

@media only screen and (min-width:768px){
    #tprocont #tproimg{
        width: 45%;
        max-width:404px;
        float: left;
        margin-top: 1.3em;
    }

    #tprocont #tprotxt{
        width: 50%;
        float: left;
        margin-left:5%;
    }

    #tprofbtn{clear: both;}
}
#tprofbtn a{
    display: block;
    padding: 1em 0;
    background: #89e994;
    text-align: center;
    max-width:600px;
    margin: auto;
    color: #fff;
}


/* カレンダー */
#tcalendar{
    margin-top: 2.3em;
    max-width:100%!important;
}
#tcalendar h3{font-size:130%;text-align: center;}
#tcalendar iframe{
    display: block;
    min-height: 350px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

/* tprofile */
#tprofile{margin-top: 2em;}
#tprofile h3{
    font-size: 130%;
    text-align: center;
}

#tprofile p{text-align: center;}



/* お客様の声 */
#tvoice{margin-top: 2.5em;}
#tvoice h3{
    font-size: 130%;
    text-align: center;
}

#tvoice h4{
    text-align: center;
}

@media only screen and (max-width: 767px){
    #tvoice .tvoicel .tvoicelc:first-child,.tvoicelc:nth-child(2){
        margin-bottom: 1em;
    }
}

@media only screen and (min-width:768px){
    #tvoice .tvoicel{display: flex;}
    #tvoice .tvoicel .tvoicelc{
        display: block;
        width:calc(100%/3);
        padding:1em 0 1em 0;
    }
    #tvoice .tvoicel .tvoicelc:nth-child(2),.tvoicelc:nth-child(3){
        margin-left: 1em;
    }
}

#tvoice .tvoicel .tvoicelc{width: 100%;}

#tvoice .tvoicel .tvoicet{
    padding: 15px;
	color: #fff;
	font-size: 20px;
	background: #20c828;
    opacity: 0.6;
}

#tvoice .tvoicel div>div{
    display: none;/* 後で動くので一旦displaynone */
    padding: 0.5em;
    border:2px solid #20c828;
}

#tvoice .tvoicel .tvoiceli{
    display: block;
    padding: 0.5em 0;
    background: #89e994;
    text-align: center;
}

#tvoice .tvoicel .tvoiceli a{color: #fff;}

/* お知らせ */
#tnews h3{
    font-size: 130%;
    text-align: center;
}

#tnews div{
    border-bottom: 2px dotted #f0f0f0;
    padding:1em 0;
}
#tnews div:first-child{padding-top: 0;}
#tnews div:last-child{border-bottom: none;}

#tnews div a{
    color:#000;
}

/* ブログ */
#tblog h3{
    font-size: 130%;
    text-align: center;
}

#tblog div{
    border-bottom: 2px dotted #f0f0f0;
    padding:1em 0;
}
#tblog div:first-child{padding-top: 0;}
#tblog div:last-child{border-bottom: none;}

#tblog div a{
    color:#000;
}


