@charset "utf-8";
/*
001: Therapist Schedule Block
002: Therapist Block
*/
/*---------------------------------------
001: Therapist Schedule Block
---------------------------------------*/
ul.calendar_list {
border-top: 1px solid #dedede;
border-left: 1px solid #dedede;
margin-bottom: 15px;
padding: 0;
}
ul.calendar_list li {
float: left;
text-align: center;
width: 33.3%;
border-right: 1px solid #dedede;
border-bottom: 1px solid #dedede;
}
ul.calendar_list li:last-child {
display: none;
}
ul.calendar_list:before,
ul.calendar_list:after {content:" ";display:table}
ul.calendar_list:after {clear:both}
ul.calendar_list li a {
display: block;
color        : #fbfbfb;
padding: 14px 0;
}
ul.calendar_list li a:hover { background: #fbfbfb; color:#333; }
ul.calendar_list li.target a { background: #fbfbfb; color:#333; }
ul.calendar_list li.sun a { color: #cc0000; }
ul.calendar_list li.sat a { color: #0033cc; }



/*---------------------------------------
002: Therapist Block
---------------------------------------*/
/*
.therapist_block{padding-left:0;padding-right:0;}
*/
.therapist_box {
cursor: pointer;
overflow: hidden;
margin-bottom: 30px;
}
.therapist_box:nth-child(odd) {padding-left:0;}
.therapist_box:nth-child(even) {padding-right:0;}
.therapist_box img {
width: 100%;
height: auto;
}
.therapist_box_inner {
position: relative;
overflow: hidden;
width:100%;
height:210px;
}
.therapist_box img {
-moz-transition: -moz-transform 0.3s linear;
-webkit-transition: -webkit-transform 0.3s linear;
-o-transition: -o-transform 0.3s linear;
-ms-transition: -ms-transform 0.3s linear;
transition: transform 0.3s linear;
}
.therapist_box img:hover {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.therapist_box_inner:before {
position: absolute;
left: 0px;
bottom: 0;
content: "";
display: block;
width: 0;
height: 0;
border-bottom: 110px solid rgba(0, 0, 0, 0.6);
border-right: 200px solid transparent;
z-index: 2;
}
.therapist_box_inner:after {
position: absolute;
left: 0px;
bottom: 0;
content: "";
display: block;
width: 0;
height: 0;
border-bottom: 130px solid rgba(0, 0, 0, 0.6);
border-right: 200px solid transparent;
z-index: 3;
}
.therapist_hb {
display: block;
position: absolute;
left: 15px;
bottom: 0px;
font-weight: 700;
text-align: left;
color: #CCC;
padding: 2px;
z-index: 4;
}
h2.therapist_name_en,
h3.therapist_name,
.therapist_style,
.therapist_time {
margin: 0;
padding: 0;
}
h2.therapist_name_en {
font-family: 'Sevillana', cursive;
font-size: 26px;
font-size: 2.6rem;
margin-bottom: 0px;
}
h3.therapist_name {
font-size: 12px;
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 0;
padding-left: 0;
padding-right: 0;
}

p.therapist_style {
font-size: 8px;
font-size: 0.8rem;
margin-bottom: 5px;
padding: 0;
}

.therapist_time {
font-size: 14px;
font-size: 1.4rem;
margin-bottom: 5px;
}


/*---------------------------------------
004: Lordmore Block
---------------------------------------*/
.loadmore {
display: block;
position: relative;
cursor: pointer;
font-size: 12px;
font-size: 1.2rem;
font-weight: bold;
color: #525263;
text-align: center;
text-decoration: none;
height: 44px;
line-height: 44px;
border: 1px solid #525263;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
-ms-transition: 0.3s all ease;
-o-transition: 0.3s all ease;
transition: 0.3s all ease;
z-index: 0;
margin-top: 0px;
margin-bottom: 0px;
}
.loadmore:hover {
text-decoration: none;
opacity: 1;
color: #FFF !important;
background: #525263;
border: 1px solid #525263;
}
.loadmore:after {
content: "";
width: 100%;
height: 0;
position: absolute;
left: 0;
bottom: 0;
color: #FFF;
background: #525263;
-webkit-transition: 0.3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
-moz-transition: 0.3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
-ms-transition: 0.3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
-o-transition: 0.3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
transition: 0.3s all cubic-bezier(0.06, 0.74, 0.36, 0.94);
z-index: -1;
}
.loadmore:hover:after {
height: 100%;
}










@media only screen and (min-width: 768px) {
/*---------------------------------------
001: Therapist Schedule Block
---------------------------------------*/
ul.calendar_list {
border-top: 1px solid #dedede;
border-left: 1px solid #dedede;
margin-bottom: 50px;
padding: 0;
margin-left: 15px;
margin-right: 15px;
}
ul.calendar_list li {
float: left;
text-align: center;
width: 14.2857%;
border-right: 1px solid #dedede;
border-bottom: 1px solid #dedede;
}
ul.calendar_list li:last-child {
display: block;
}
ul.calendar_list li a {
display: block;
color        : #fbfbfb;
padding: 10px 0;
}


/*---------------------------------------
002: Therapist Block
---------------------------------------*/
.therapist_block {
margin-bottom: 40px;
}
.therapist_box:nth-child(odd) {padding-left:15px;}
.therapist_box:nth-child(even) {padding-right:15px;}
.therapist_box_inner:before {
position: absolute;
left: 0px;
bottom: 0;
content: "";
display: block;
width: 0;
height: 0;
border-bottom: 110px solid rgba(0, 0, 0, 0.6);
border-right: 200px solid transparent;
z-index: 5;
}
.therapist_box_inner:after {
position: absolute;
left: 0px;
bottom: 0;
content: "";
display: block;
width: 0;
height: 0;
border-bottom: 130px solid rgba(0, 0, 0, 0.6);
border-right: 200px solid transparent;
z-index: 6;
}
.therapist_hb {
display: block;
position: absolute;
left: 5px;
bottom: 0px;
font-weight: 700;
text-align: left;
color: #CCC;
padding: 0;
z-index: 7;
}
}