/* プロフィールタイプアイコンの色変更 */

#topbox #profdata .type li, #option_box li, .gallist li article .type li {
    border-color: #deb887; /* ←枠線の色 */
    color: #000000; /* ←文字の色 */
    background-color: #e0ffff; /* ←背景の色 */
}

/* 翻訳ボタン調整用 */
#google_translate_element2 {
  text-align: center !important;
}

#main .gt_switcher img {
  width: auto !important;
}

#gt_float_wrapper {
  bottom: 10px !important;
  left: 50px !important;
}

@media screen and (max-width: 767px) {
    #gt_float_wrapper{
        bottom: 50px !important;
        left: 10px !important;
    }
}

 /* 2025/12/05セラピスト名カラー変更依頼 */
#main_con #todayssche-list li article h3 {
	color: #e53c6f;
}
 
 #todayssche li article {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) ,  rgba(255, 255, 255, 0.7) , rgba(255, 255, 255, 0.9) , rgba(255, 255, 255, 1));
 }

 #todayssche li article {
    height: 75px;
    padding-top: 30px;
}






