
main,
.fix main{	padding-top: 231px;}
main > h2{
	font-size: 0;
	line-height: 0;
}
.top_title{
	position: relative;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_title span{
	display: block;
	font-family: "FontA";
	font-size: 30px;
	line-height: 1;
	background: rgb(195,166,128);
	background: linear-gradient(90deg, rgba(195,166,128,1) 0%, rgba(227,208,170,1) 50%, rgba(195,166,128,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.top_title em{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 14;
	line-height: 1;
}


/** event **/
.event p img{
	width: 100%;
	height: auto;
}


/** imgup **/

.imgup{
	font-size: 0;
	line-height: 0;
	padding: 20px;
}
.imgup p{
	margin: 0 0 20px 0;
}
.imgup p:last-of-type{	margin-bottom: 0;}
.imgup p img{
	width: 100%;
	height: auto;
}


/** news **/

#news{
	padding: 30px 20px;
	background: rgba(255, 255, 255, 0.9);
}
#news h3{	margin-bottom: 20px;}
#news ul{
	height: 293px;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
#news li{}
#news li a{
	position: relative;
	display: block;
	color: #000;
	text-align: left;
	margin: 0 0 2px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #eee7de;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#news li a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#news li a:last-of-type{	margin-bottom: 0;}
#news li a p:nth-of-type(1){
	font-size: 14px;
	line-height: 20px;
}
#news li a p:nth-of-type(2){
	font-size: 11px;
	color: #c5a983;
}
#news .bt_main{
	width: 230px;
	margin-top: 20px;
}


/** list **/

#therapist{
	padding-top: 30px;
	background: rgba(247, 246, 244, 0.9);
}
#schedule{
	padding-top: 30px;
}
#ranking{
	padding-top: 30px;
	color: #fff;
	background: rgba(46, 38, 27, 0.9);
}
#therapist .top_title,
#schedule .top_title{
	margin: 0 20px 40px 20px;
}
#ranking .top_title{
	margin: 0 20px 20px 20px;
}
#ranking h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	margin: 0 20px 20px 20px;
	padding: 10px 10px 10px 32px;
	background: url(./img/rank_h4.png) no-repeat 9px 10px #b89e7b;
	background-size: 20px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#ranking .list .rank_no{
	font-size: 0;
	line-height: 0;
}
#ranking .list .rank_no img{
	width: 100%;
	height: auto;
}


/** sns_bt **/

.sns_bt{
	font-size: 0;
	line-height: 0;
	background: rgba(255, 255, 255, 0.9);
	margin: 0 20px;
	padding: 20px 0;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sns_bt a{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	margin: 0 5px;
}
.sns_bt .sns_bt_x{	background: url(./img/sns_bt1.png) no-repeat #000; background-size: 40px auto;}
.sns_bt .sns_bt_ins{
	background-image:
	url(./img/sns_bt2.png),
	linear-gradient(45deg, rgba(255,207,0,1) 15%, rgba(255,55,0,1) 37%, rgba(255,0,197,1) 63%, rgba(118,9,255,1) 85%) !important;
	background-repeat: no-repeat, no-repeat;
	background-size: 40px auto, 40px auto;
}
.sns_bt .sns_bt_tik{	background: url(./img/sns_bt3.png) no-repeat #000; background-size: 40px auto;}
.sns_bt .sns_bt_cas{
	background-image:
	url(./img/sns_bt4.png),
	linear-gradient(135deg, rgba(0,143,255,1) 0%, rgba(0,234,161,1) 100%) !important;
	background-repeat: no-repeat, no-repeat;
	background-size: 40px auto;
}



/*=================================================
 * CSS for SP
 * ================================================= */

