.full_screen_hero {
  height: 80%;
  background: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center center; 
  border-bottom: 1px solid #eee;
  z-index:-2;
 }
@media only screen and (orientation:landscape) {
.full_screen_hero {
  height: 110%;
  }
}
.dot-overlay-light {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1;
}
.dot-overlay-light:before{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJElEQVQYV2NkwAT1jGhi9QwMDI3IgmABkCKYIFwAJogiABIEAM2/BIWEpQYtAAAAAElFTkSuQmCC
    ) repeat;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.title-area{
  margin-bottom:35px;
}
.title-area h1{
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
  letter-spacing:0em !important;
  color:cfd8dc !important;
  line-height: 1.45em !important;
  font-size: 7px !important;
  font-weight: 700 !important;
  margin:50px 0 10px 0 !important;
}

 /* add page top title */
.canvas {
    width: 250px;
    height: auto;
    position: relative;
    text-align: center;
    margin:0 auto;
    margin-top:50px ;
    margin-bottom:15px ;
}
 
#illust,
#line {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
 
#illust {
    display: none;
}

h2 {
  margin: 0 !important;
  padding: 0 !important;
}
 /* add page top title end */

.title-area p {
  font-size: 14px !important;
  font-weight: 100!important;
  margin:0px 0 30px 0 !important;
}

.therapistlist {
  padding: 30px 20px 0px 20px;
}



.therapistlist h3{
  font-size: 18px ;
  line-height: 1.35rem !important;
  font-weight: 100!important;
  margin-top : 0px !important;
  margin-bottom :10px !important;
}

.therapistlist h3 > span{
 font-size: 12px ;
}

.therapistlist .photo-item {
  width: 43%;
  height: auto;
}

.therapistlist .text-item {
  width: 53%;
  height: auto;
  padding-left:4%;
}

.therapistlist .marklabel-box {
 margin-top : 10px ;
 margin-bottom : 10px ;
}

.therapistlist .marklabel {
  display: inline-block;
  padding: 0.6em 0.6em 0.4em 0.6em ;
  font-size: 65%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  margin-bottom : 10px ;
}

.content-wapper{
  padding : 15px;
}

.minup-btn {
  font-size: 13px;
  color : #444;
  border: solid 1px #444;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.minup-btn-light {
  font-size: 13px;
  color : #fff;
  border: solid 1px #fff;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.minup-btn-light:focus,
.minup-btn-light:hover,
.minup-btn-light:visited {
  background-color: transparent;
  border: solid 1px #ffcc80;
  color : #ffcc80;
}

.p-01 {
  padding-right:2px !important;
}

.p-02 {
  padding-left:2px !important;
}

.p-03 {
  padding-right:2px !important;
  padding-left:2px !important;
}

.m-01 {
 margin-top: 3px !important;
 margin-bottom: 3px !important;
}

.minup-btn:focus,
.minup-btn:hover,
.minup-btn:visited {
  background-color: transparent;
  border: solid 1px #f50057;
  color : #f50057;
}

.mix{
     display: none;
     opacity: 0;
}
.therapistlist .overly-photo {
  width: 100%;
  height:100%;
  overflow:hidden;
  position:relative;
}
.therapistlist .overly-photo .caption {
  width:100%;
  height:100%;
  visibility:hidden;
  font-size:100%;
  position:absolute;
  top:0;
  left:0;
  text-align:center;
  -webkit-transition:all 0.4s step-end;
  transition:all 0.4s step-end;
}
.therapistlist .overly-photo:hover .caption {
  visibility:visible;
}
.therapistlist .overly-photo .caption p {
  font-size:100%;
  padding-top:70px;
  color:#fff;
  opacity:0;
}
.therapistlist .overly-photo:hover .caption p {
  opacity:1;
}
.therapistlist .overly-photo .mask1,
.therapistlist .overly-photo .mask2 {
  width:50%;
  height:98%;
  position:absolute;
  top:0;
  background-color:	rgba(0,0,0,0.4);
  -webkit-transition:	all 0.4s ease;
  transition:all 0.4s ease;
}
.therapistlist .overly-photo .mask1 {
  left:-50%;
}
.therapistlist .overly-photo:hover .mask1 {
  left:0px;
}
.therapistlist .overly-photo .mask2 {
  right:-50%;
}
.therapistlist .overly-photo:hover .mask2 {
  right:0px;
}

.inline01{
 display:inline-block;
 line-height: 1.5rem !important;
 margin-top: 2px !important;
 font-size: 13px !important;
}

#lean_overlay {
    position: fixed;
    z-index:-1;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
    overflow: auto;
        -webkit-overflow-scrolling: touch !important;
    -webkit-text-size-adjust : 100% !important;
}

.cls-btn{
  display: inline-block;
  color: #fff;
  position: fixed;
  overflow: hidden;
  z-index: 1;
  padding: 10px 10px 8px 10px;
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  margin-left: -30px ;
}

 .cls-btn i{
  color: #fff;
  font-size: 30px;
}

.leanModal01 {
    display: none;
    width: 320px;
    height:350px;
    padding: 0px 30px 20px 30px;
    overflow: auto;
    background: rgba(0,0,0,0.8);
    -webkit-overflow-scrolling: touch !important;
    -webkit-text-size-adjust : 100% !important;
}

@media only screen and (orientation:landscape) {
  .leanModal01 {
    display: none;
    width: 500px;
    height:250px;
    }
}

.leanModal01 .header {
  margin-bottom: 50px ;
}

.leanModal01 .header i{
  color: #fff;
  font-size: 20px;
}

.leanModal01 .inner{
 padding-top:10px;
}

.leanModal01 .leanModal-footer{
 text-align: center;
 padding-bottom:80px;
}

.anotherface{
 margin-top: 20px ;
 margin-bottom: 15px ;
}

.photography {
 margin-top: 20px ;
 margin-bottom: 50px ;
}

.anotherface .overly-photo ,
.photography .overly-photo{
  width: 100%;
  height:100%;
  overflow:hidden;
  position:relative;
}
.anotherface .overly-photo .caption,
.photography .overly-photo .caption {
  width:100%;
  height:100%;
  visibility:hidden;
  font-size:100%;
  position:absolute;
  top:0;
  left:0;
  text-align:center;
  -webkit-transition:all 0.4s step-end;
  transition:all 0.4s step-end;
}
.anotherface .overly-photo:hover .caption,
.photography .overly-photo:hover .caption {
  visibility:visible;
}
.anotherface .overly-photo .caption p {
  font-size:100%;
  padding-top:100px;
  color:#fff;
  opacity:0;
}

.photography .overly-photo .caption p {
  font-size:100%;
  padding-top:120px;
  color:#fff;
  opacity:0;
}
.anotherface .overly-photo:hover .caption p ,
.photography .overly-photo:hover .caption p {
  opacity:1;
}
.anotherface .overly-photo .mask1,
.anotherface .overly-photo .mask2,
.photography .overly-photo .mask1,
.photography .overly-photo .mask2 {
  width:50%;
  height:100%;
  position:absolute;
  top:0;
  background-color:	rgba(0,0,0,0.4);
  -webkit-transition:	all 0.4s ease;
  transition:all 0.4s ease;
}
.anotherface .overly-photo .mask1,
.photography .overly-photo .mask1 {
  left:-50%;
}
.anotherface .overly-photo:hover .mask1,
.photography .overly-photo:hover .mask1 {
  left:0px;
}
.anotherface .overly-photo .mask2,
.photography .overly-photo .mask2 {
  right:-50%;
}
.anotherface .overly-photo:hover .mask2,
.photography .overly-photo:hover .mask2 {
  right:0px;
}

.bg-none{
 background-color:transparent !important;
}

.thumbnail-therpist {
  width: 150px;
  height: 150px;
}
