/* Start custom CSS for shortcode, class: .elementor-element-55d561c */#therapist ul a{
    color: #404040 ;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

td{
    font-family: serif;
    background: #fff;
    color: #018008;
    border: 2px solid #018008;
    text-align: center
}

td a{
    color:#018008 !important;
}

#therapist h2{
    
    font-family: serif;
    color: #018008 !important;
    text-align: center;
    background: #fff;
    border: 2px solid #018008;
}


#therapist ul{
    display: flex;
    flex-wrap: wrap;
}



#therapist p{
    margin:0;
    font-size: 1em;
    font-family: serif;
    padding:0 10px;
    text-align: center;
}

.img-block{
    height:250px;
    background-size: cover !important;
    background-position:top center !important;
    position: relative;
    overflow: hidden;
}
.info-block2{
    height:110px;
    background-image: url(http://tokyo-luxury.jp/wp-content/uploads/2025/06/image-35.png);
    background-size: cover !important;
    background-position:top center !important;
    position: relative;
    display: grid;
    padding: 5px 0;
}

#therapist .cast  a{
    margin:10px 5px;
    display: block;
    background-image: url(http://tokyo-luxury.jp/wp-content/uploads/2025/06/image-35.png);
    background-size: cover !important;
    color: #fff;
    background-position: top center !important;
}

#therapist .cast  b{
    color: #fff;
}

#therapist h2{
    font-size: 1.4em;
    padding: 10px;
    margin-bottom: 10px
}

#therapist h2:nth-child(3){
    background: none;
    border:none;
}

#therapist h3{
    color:#404040;
    font-family: serif;
    margin:0;
    text-align: center;
    font-size: 1em;
        padding:0 10px;
    padding-top: 5px;
     padding-bottom: 5px;

}

#therapist img{
    margin:0;
    height: auto;
    width: 100%;

}

#therapist li{
    width:25%;

    
}

.days li{
    width:33.333333333333333% !important;
    padding:0 !important;
    text-align: center;
    color:#fff;
border: 2px solid #018008;
}

.days li a{
    display: block;
    padding: 2px !important;
    font-size: 1em;
    font-weight:bold;

    font-family: serif;
}

.days li:first-child a{
    background: #d6edb7 !important;

}

.days li:nth-child(2) a{
    background: #ffc966;
}

.days li:nth-child(3) a{
    background: #e999ff;
}






.cast span{
    background: rgba(0,0,0,0.5);
    transform: rotate(-45deg);
    position: absolute;
    width:150px;
    top:10px;
    left:-55px;
    color:#fff;
    text-align: center;
}

.goldtag span{
      background: linear-gradient(90deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%) ;
      color: #000;
}
.silvertag span{
      background:linear-gradient(90deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);  
      color:#000;
}


@media screen and (max-width:480px){
    #therapist li{
        width:33%;
    }
    
    .img-block{
        height:150px;
    }
    
    #therapist p{
        font-size:0.8em;
    }
}


@media screen and (max-width:480px){
    
    tr{
        display:flex;
       justify-content:center;
        flex-wrap:wrap;
    }
    td{
        width:25%;
    }
    
     .cast span{

    transform: rotate(-45deg);
    position: absolute;
    width:150px;
    top:3px;
    left:-63px;
    font-size:0.8em;
}   
}/* End custom CSS */