@charset "utf-8";

/*************************************************
	共有設定
*************************************************/

html { 	background: url(../img/bg_repeat.png) repeat 50% 0}

body {
	font-size: 14px; 
	font-family: Meiryo, メイリオ, 'Lucida Grande', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	color: #000;
	position: relative;
	background: url(../img/header_logo.png) no-repeat 50% 0
}

h1 { font-weight: normal; }
h2 { font-weight: normal; font-size: 0; }
h3 { font-weight: bold; }
h4 { font-weight: normal; }
h5 {  }

a         { color: #000; }
a:visited { color: #000; }
a:hover   { color: #F93; }
a:active  { color: #fff; }

/***** style *****/
p  { line-height: 20px; }
dt { line-height: 20px; }
dd { line-height: 20px; }
ol li { list-style: none; }
ol li { list-style: none; }

button{ border: 0; background: none; }

th { font-weight: normal; }
td { font-weight: normal; }

.acBody { display: none; }
.ofit {
object-fit: cover;
font-family: 'object-fit: cover;'
}

input[type="text"], textarea {
	font-family: inherit;
	font-size: 100%;
}

/*//////////////////////////////////////////////
	共通
//////////////////////////////////////////////*/

/***** #header *****/
#header {
	border-top: 5px solid #339;
	padding: 5px 0 30px;
	min-width: 1060px;
}
#header_inner {
	position: relative;
	width: 950px;
	height: 250px;
	margin: 0 auto 10px;
	background: url(../img/top_header.png) no-repeat 50% 0;
}
#header h1 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -445px;
	margin-top: 20px;
}
#header ul {
	width: 950px;
	margin: 0 auto;
	font-size: 0;
}
#header li {
	display: inline-block;
}
#header li a {
	display: block;
}

/***** #footer *****/
#ft_navi {
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}
#ft_navi ul {
	margin: 5px auto 0;
	padding: 0 60px;
	font-size: 0;
	width: 950px;
}
#ft_navi li {
	display: inline-block;
}
#ft_navi li+li {
	margin-left: 10px;
}

/***** #footer *****/
#footer {
	background: url(../img/top_footer.png) no-repeat 50% 0;
	padding-top: 31px;
	margin: 0 auto;
	min-width: 1060px;
}
#ft_inner {
	width: 950px;
	margin: 0 auto 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
}
#ft_left {
	float: left;
	width: 170px;
}
#ft_right {
	float: right;
	padding-top: 40px;
}
#ft_right ul {
	font-size: 0;
}
#ft_right li {
	display: inline-block;
	margin-right: 5px;
}
#footer nav {
	padding-bottom: 10px;
}
#footer nav ul {
	text-align: center;
	font-size: 0;
	margin-bottom: 11px;
}
#footer nav li {
	display: inline-block;
	font-size: 11px;
}
#footer nav li a {
	display: block;
	padding: 0 12px;
	color: #FFF;
	border-right: 1px solid #FFF;
}
#footer nav li:last-child a {
	border-right: 0;
}
#footer p {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding-bottom: 7px;
}
.keiretsulist {
	margin: 15px auto 10px;
}
.keiretsulist li {
	font-size: 11px;
	text-align: center;
}
.keiretsulist li img {
	display: block;
	margin: 0 auto 7px;
	box-shadow: 0 0 5px #fff;
	border: 1px solid rgba(255,255,255,.6);
}
.keiretsulist li a {
	color: #fff;
}
#contents {
	width: 950px;
	margin: 0 auto 60px;
	overflow: hidden;
}
#main_contents {
	float: left;
	width: 620px;
}
#side_contents {
	float: right;
	width: 310px;
}
#side_contents ul li {
	margin-bottom: 10px;
}
.block {
	margin-bottom: 30px;
}

.dammy {
	display: block;
	background-color: #666;
}

#contents {
	padding: 0 55px;
}
img[src="/img/top_footer_tel.png"] { margin-top: 15px; }

/*//////////////////////////////////////////////
	ホーム
//////////////////////////////////////////////*/
#slider {
	width: 950px;
	margin: 0 auto 20px;
}
#top_h2 {
	margin-bottom: 20px;
}
#top_h3 {
	margin-bottom: 10px;
}
#news {
	width: 590px;
	max-height: 300px;
	overflow-y: scroll;
	padding: 10px 15px;
	border: 1px solid #000;
	background-color: #FFF;
	overflow: auto;
}
#news dl {
	display: table;
}
#news dt {
	display: table-cell;
	color: #339;
	width: 100px;
	padding: 8px 0;
	border-bottom: 1px dotted #000;
}
#news dd {
	display: table-cell;
	padding: 8px 0 8px 20px;
	width: 490px;
	border-bottom: 1px dotted #000;
}
.block span {
	color: #F93;
}

/*//////////////////////////////////////////////
	セラピスト
//////////////////////////////////////////////*/

#therapist {
	overflow: hidden;
	padding: 20px 0;
}

.therapist_box {
	float: left;
	border: 1px solid #2626b7;
	box-shadow: inset 0 0 10px #C1C4FD;
	background: #FFF url(../img/therapist_bg.png) no-repeat 100% 100%;
	width: 440px;
	padding: 10px 15px;
	position: relative;
	margin-bottom: 15px;
}
.therapist_box:nth-of-type(2n) {
	float: right;
}
.therapist_box .top {
	font-size: 0;
	margin-bottom: 5px;
	position: relative;
}
.therapist_box .top p {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
}
.therapist_box .top .name {
	width: 332px;
	line-height: 1.1;
	font-size: 20px;
	color: #339;
}
.therapist_box .top .name span {
	font-size: 18px;
}
.therapist_box .top img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.therapist_box .schedule span {
	display: block;
	font-size: 14px;
	text-align: center;
	margin-top: 3px;
}
.schedule {
	position: absolute;
	top: 0;
	right: -5px;
}
.therapist_box .bottom dd {
	margin-bottom: 10px;
	line-height: 20px;
}

.bottom {
	overflow: hidden;
}
.box_left dl {
	float: left;
	width: 265px;
}
.bottom dd {
	font-size: 14px;
	line-height: 15px;
}
.weeklyBtn{
	display:inline-block;
	line-height:0;
	margin-bottom:8px;
}
.bottom .therapist_img {
	float: right;
}

/*** セラピスト画像スライダー ***/

#therapist_img {
	float: right;
	width: 160px;
	height: 240px;
}

/*** 50音順 - R01/10/17 ***/
/* therapistnameorder */
.therapistnameorder {
	width: 895px;
	margin: 30px auto 0;
	font-size: 0;
	right: 90%;
}
.therapistnameorder li {
	display: inline-block;
	width: 85px;
	text-align: center;
}
.therapistnameorder li + li {
	margin-left: 5px;
}
.therapistnameorder li a {
	display: block;
	padding: .8em 1em;
	background: linear-gradient(45deg, #00003d, #5a5b8a);
	background: -webkit-linear-gradient(45deg, #00003d, #5a5b8a);
	font-size: 16px;
	color: #fff;
	border-radius: 7px;
	box-shadow: 2px 2px 10px rgba(30, 30, 60, 0.4);
}
.therapistnameorder li a:hover {
	opacity: .8;
}
/* therapistname_section */
.therapistname_section {
	overflow: hidden;
}
.therapistname_section {
	padding-top: 20px;
}
#therapist .therapistname_title {
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
/* .therapistname_title {
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	font-size: 16px;
	padding-left: 1em;
	background: linear-gradient(90deg, rgba(25, 25, 115, 1), rgba(25, 25, 115, 0));
	background: -webkit-linear-gradient(0, rgba(25, 25, 115, 1), rgba(25, 25, 115, 0));
	color: #fff;
	margin-bottom: 15px;
}
.therapistname_title:first-letter {
	font-size: 20px;
} */
/* to_olbtn */
.to_olbtn, .to_olbtn a {
	width: 50px;
	height: 50px;
	border-radius: 25px;
}
.to_olbtn {
	margin: 0 0 20px auto;
}
.to_olbtn a {
	display: block;
	background: #336;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	
}

/*//////////////////////////////////////////////
	出勤情報
//////////////////////////////////////////////*/
#schedule_day ul {
	padding: 20px 0;
	font-size: 0;
}
#schedule_day li {
	display: inline-block;
	width: 305px;
	height: 40px;
	margin-right: 17px;
}
#schedule_day li:nth-child(1) { background: url(../img/schedule_hiduke_honjitsu.png) no-repeat 50% 0; }
#schedule_day li:nth-child(2) { background: url(../img/schedule_hiduke_asu.png) no-repeat 50% 0; }
#schedule_day li:nth-child(3) { background: url(../img/schedule_hiduke_asatte.png) no-repeat 50% 0; margin-right: 0; }
#schedule_day li:nth-child(1):hover { background: url(../img/schedule_hiduke_honjitsu_on.png) no-repeat 50% 0; }
#schedule_day li:nth-child(2):hover { background: url(../img/schedule_hiduke_asu_on.png) no-repeat 50% 0; }
#schedule_day li:nth-child(3):hover { background: url(../img/schedule_hiduke_asatte_on.png) no-repeat 50% 0; margin-right: 0; }
#schedule_day li a {
	display: block;
	padding: 12px 0 12px 185px;
	color: #339;
	font-size: 14px;
}
#tabs01 {
	background-color: #FFF;
	border: 1px solid #339;
	padding: 20px;
	margin-bottom: 50px;
	width: 908px;
}
#tabs01 ul {
	font-size: 0;
}
#tabs01 li {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	margin: 0 25px 10px 0;
	width: 160px;
	vertical-align: top;
	line-height: 17px;
}
.schedule_tablist img {
	width: 160px;
	height: 214px;
	object-fit: cover;
}
#tabs01 li:nth-child(5n) {
	margin-right: 0;
}
#tabs01 li img {
	margin-bottom: 8px;
}
.week {
	background-color: #FFF;
	border: 1px solid #339;
	padding: 20px;
	margin-top: 20px;
	width: 908px;
	overflow: hidden;
}
.week img {
	float: left;
	margin-right: 20px;
	width: 100px;
	height: 150px;
}
.week .week_inner {
	float: left;
	
}
.week .name {
	font-size: 22px;
	color: #339;
	margin-bottom: 20px;
}
.week .name span {
	font-size: 18px;
}
.week table {
	width: 700px;
	height: 100px;
}
.week th {
	height: 30px;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	border-top: 1px solid #339;
	border-bottom: 1px solid #339;
	background-color: #339;

}
.week td {
	text-align: center;
	font-size: 13px;
	vertical-align: middle;
	border-top: 1px solid #339;
	border-bottom: 1px solid #339;
	background-color: #FFF;
	line-height: 17px;
}
.week th, .week td {
	border-right: 1px dotted #000;
}
.week th:first-child, .week td:first-child {
	border-left: 1px solid #339;
}
.week th:last-child, .week td:last-child {
	border-right: 1px solid #339;
}

/*//////////////////////////////////////////////
	料金のご案内
//////////////////////////////////////////////*/

#system {
	padding: 20px 0;
}



/*//////////////////////////////////////////////
	ゆりかごへのアクセス
//////////////////////////////////////////////*/

#access {
	padding: 20px 0;
}
#access .map {
	margin-top: 20px;
}
#access p {
	margin-bottom: 10px;
}
#access span {
	color: #F93;
}

/*//////////////////////////////////////////////
	詳しいご利用方法
//////////////////////////////////////////////*/

#howto {
	padding: 20px 0;
}

.howto_inner {
	overflow: hidden;
	padding-bottom: 25px;
}
.howto_box {
	float: left;
	width: 700px;
}
.howto_box p {
	line-height: 25px;
}
.howto_box p span {
	color: #F93;
}
.howto_inner .howto_img {
	float: right;
}


/*//////////////////////////////////////////////
	求人
//////////////////////////////////////////////*/

#recruit {
	padding: 20px 0;
}
#recruit img {
	margin-bottom: 20px;
}
#rec_top {
	position: relative;
}
#rec_top .text {
	width: 860px;
	font-size: 13px;
	line-height: 22px;
	position: absolute; top: 340px; left: 40px;
}
#rec_top .shomei {
	position: absolute; top: 450px; right: 40px;
}
#rec_detail, #rec_form {
	padding: 20px 0;
}
.tbl {
	width: 950px;
}
.tbl th {
	background-color: #FC0;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dotted #000;
}
.tbl td {
	background-color: #FFF;
	padding: 15px;
	vertical-align: middle;
	border-bottom: 1px dotted #000;
	line-height: 20px;
}
.tbl .last th, .tbl .last td {
	border: none;
}
.tbl input[type="text"], .tbl textarea {
	width: 710px;
}
#recruitFrom input[type="submit"],
.reviewform input[type="submit"] {
	display: block;
	width: 100px;
	margin: 20px auto;
}
.sbmt {
	padding: 20px 0;
	text-align: center;
}
.sbmt div {
	display: block;
	width: 150px;
	margin: 0 auto;
}
#rec_detail td span { font-weight: bold; }

#toai {
	margin: 10px auto 30px;
	width: 400px;
}

.aitext {
	margin-bottom: 10px;
	text-align: center;
	color: crimson;
}

/*//////////////////////////////////////////////
	女性向けマッサージ
//////////////////////////////////////////////*/
.forw {
	margin-bottom:30px;
}

.forw_box p span {
	color: #F93;
}
	
.forw_box {
	margin-bottom:50px;
}

.forw_contact {
	text-align:center;
	font-weight:bold;
}

.forw_title {
		font-size:20px;
}
/*//////////////////////////////////////////////
	よくあるご質問
//////////////////////////////////////////////*/

#qa {
	padding: 20px 0;
}
.qa_inner {
	margin-bottom: 30px;
}
.qa_inner h3, #reviewPage .box .user,
.therapistname_title {
	font-weight: normal;
	width: 950px;
	height: 30px;
	line-height: 30px;
	text-indent: 1.5em;
	background: url(../img/qa_q_tittle.png) no-repeat 50% 0;
	margin-bottom: 10px;
}

/*//////////////////////////////////////////////
	リンク
//////////////////////////////////////////////*/
#link, #link_portal, #link_rec {
	padding: 20px 0;
}
#link h3 {
	font-weight: normal;
	margin-bottom: 30px;
}
#link p {
	margin-bottom: 5px;
	color: #339;
}
#link img {
	display: block;
	margin-bottom: 30px;
}

/*//////////////////////////////////////////////
	店舗概要
//////////////////////////////////////////////*/
#tenpo, #riyo {
	padding: 20px 0 50px;
}
#tenpo td span { font-weight: bold; }


/*//////////////////////////////////////////////
	新着情報一覧
//////////////////////////////////////////////*/

.news {
	padding: 20px 0 0px;
}
.newsttl {
	background: url(/img/news_s_tittle.png) no-repeat 50% 0;
	width: 950px;
	height: 35px;
	position: relative;
}

.newsttl p { position: absolute; top: 10px; left: 15px; }
.newsttl h3 { position: absolute; top: 12px; left: 125px; font-weight: normal; }
.comment {
	padding: 10px 0;
}


/*//////////////////////////////////////////////
	セラピスト詳細　2018/08/24 追加
//////////////////////////////////////////////*/
.therapist_detail * {
	box-sizing: border-box;
}
.therapist_detail {
	padding: 20px 0;
}
.therapist_detail p.name {
	width: 950px;
	font-size: 22px;
	color: #339;
	line-height: 1.3;
	margin: 30px 0 25px;
	font-weight: normal;
}
.therapist_more {
	overflow: hidden;
	margin-bottom: 30px;
}
.therapist_detail_message h2,
.therapist_diary h2 {
	margin-bottom: 15px;
}
.therapist_more_left {
	float: left;
	width: 655px;
}
.therapist_detail_message {
	margin-bottom: 20px;
}
.therapist_detail_img_wrapper {
	float: right;
	width: 242px;
}
#therapist_detail_img {
	/* float: right; */
	width: 242px;
	overflow: hidden;
}
.therapist_snsbtn:first-of-type {
	margin-top: 15px;
}
.therapist_snsbtn:not(:first-of-type) {
	margin-top: 10px;
}
.therapist_snsbtn a {
	display: block;
    width: 242px;
    height: 44px;
    text-align: center;
    border-radius: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    position: relative;
}
.therapist_snsbtn a:after {
	content: "";
	display: block;
	width: 236px;
	height: 38px;
	border-radius: 20px;
	border: 1px solid #fff;
	position: absolute;
	top: 2px;
	left: 2px;
}
.therapist_snsbtn a:hover {
	opacity: .6;
}
.snsbtn_instagram a {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.new_twitter a {
	background: #000;
}
.new_twitter .fa-twitter:before {
    content: '𝕏' !important;
    font-family: sans-serif !important;
    font-weight: bold;
}
.therapist_snsbtn a i {
	font-weight: 400;
}
.therapist_diarylist {
	background: #fff;
	border: 1px solid #2626b7;
	box-shadow: inset 0 0 10px #C1C4FD;
	width: 655px;
	height: 285px;
	/* height: 398px; */
	padding: 25px;
	overflow-y: auto;
}
.therapist_diarylist li {
	margin-bottom: 10px;
}
.therapist_diarylist li+li {
	border-top: 1px dotted #000;
	padding-top: 10px;
}
.therapist_diarylist li dl {
	display: table;
}
.therapist_diarylist li dl dt, .therapist_diarylist li dl dd {
	display: table-cell;
}
.therapist_diarylist li dl dt {
	width: 6em;
	color: #339;
}
.therapist_diarylist li dl dd {
	width: calc(100% - 6em);
	padding-left: 2em;
}
#therapist_detail_img .flex-control-thumbs li {
	width: 57px;
}
#therapist_detail_img .flex-control-thumbs li+li {
	margin-left: 4.6px;
}
#therapist_detail .week {
	background: transparent;
	padding: 0;
	width: 950px;
	border: none;
}
#therapist_detail .week table {
	width: 950px;
}

/*//////////////////////////////////////////////
	セラピスト写メ日記一覧　2018/08/24 追加
//////////////////////////////////////////////*/
.photodiarylist ul {
	margin: 20px auto 80px;
}
.photodiarylist ul li {
	display: table;
	width: 100%;
}
.photodiarylist ul li p {
	display: table-cell;
	line-height: 1.3;
}
.photodiarylist ul li p.date {
	width: 112px;
}
.photodiarylist ul li p.name {
	width: 210px;
	padding-right: 20px;
}
.photodiarylist ul li p.title {
	width: calc(100% - 342px);
}
.photodiarylist ul li p.title a {
	font-size: 22px;
	font-weight: bold;
	color: #339;
}
.photodiarylist ul li p.title a:hover {
	color: #F93;
}
.photodiarylist ul li+li {
	border-top: 1px dashed #000;
	padding-top: 20px;
	margin-top: 10px;
}
.pager ol {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
}
.pager li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff !important;
	background: #272484;
	text-align: center;
	font-size: 16px;
}
.pager li span {
	font-size: 16px;
	color: #000;
}
.pager li a:hover, .pager li.current a {
	background: #fff;
	color: #272484 !important;
	box-shadow: inset 0 0 0 1px #272484;
}

li b {
	background: #fff;
	color: #272484 !important;
	box-shadow: inset 0 0 0 1px #272484;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight:normal;
}


/*//////////////////////////////////////////////
	セラピスト写メ日記詳細　2018/08/24 追加
//////////////////////////////////////////////*/
#therapist_photodiary {
	margin: 20px auto 70px;
	overflow: hidden;
}
#therapist_photodiary .photodiary_img {
	float: left;
	width: 285px;
}
#therapist_photodiary .photodiary_text {
	float: right;
	width: 618px;
}
.photodiary_text h3 {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
.photodiary_text h3 span {
	display: table-cell;
	border-bottom: 1px dashed #000;
	padding-bottom: 5px;
}
.photodiary_text h3 span.date {
	width: 8em;
	font-weight: normal;
}
.photodiary_text h3 span.title {
	width: calc(100% - 8em);
	font-size: 22px;
	color: #339;
	line-height: 1.3;
}
.photodiary_text p.name {
	text-align: right;
	font-size: 12px;
	margin-bottom: 10px;
}
.photodiary_text p:not(.name) {
	font-size: 16px;
	line-height: 2;
}
.bluebtn {
	box-sizing: border-box;
	display: block;
	width: 320px;
	height: 44px;
	line-height: 40px;
	border-radius: 22px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	color: #fff !important;
	background: #272484;
	border: 4px double #fff;
}
.bluebtn:hover {
	color: #FF6 !important;
}

/* H30/11/29 review */
#reviewPage .entry a {
    display: block;
    width: 200px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 15px;
    font-weight: bold;
    margin: 15px 0 20px;
    border-radius: 7px;
    background: linear-gradient(#fff 30%,#D1D2EA);
    background: -webkit-linear-gradient(#fff 30%,#D1D2EA);
    color: #2626b7;
    letter-spacing: 1px;
    box-shadow: 2px 2px 5px #ccc;
    border: 2px solid #2626b7;
    box-sizing: border-box;
}
#reviewPage .entry a:hover {
    background: linear-gradient(#fff 30%,#fff38b);
    background: -webkit-linear-gradient(#fff 30%,#fff38b);
}
#reviewPage .entry a i {
	margin-left: 5px;
	font-size: 20px;
	vertical-align: -.1em;
}
#reviewPage .box+.box {
	margin-top: 20px;
}
#reviewPage .user span+span {
	margin-left: 1em;
}
.reviewform h2, .reviewform .explain {
	margin-bottom: 15px;
}
.reviewform form th {
	line-height: 1.3;
}
.reviewform textarea[name="comment"] {
	height: 11em;
}
.reviewform span.req {
	color: #f00;
	margin-left: .5em;
	font-size: 12px;
}
.reviewform #reviewPage .entry a {
	margin: 15px auto 20px;
	width: 250px;
}
.pager_review {
	margin: 20px auto 0;
	text-align: center;
}
.pager_review ol {
	font-size: 0;
}
.pager_review ol li {
	display: inline-block;
	font-size: 16px;
	margin: 5px;
}
.pager_review ol li.pager_on {
	color: #f93;
	font-weight: bold;
	font-size: 20px;
}
.pager_review ol b {
	color: #f93 !important;
	font-weight: bold;
	font-size: 20px;
	box-shadow:none;
	background:none;
	width:auto;
}


/* .pager_review {
	margin: 20px auto 0;
	text-align: center;
}
.pager_review ol {
	font-size: 0;
}
.pager_review ol li {
	display: inline-block;
	font-size: 16px;
	
	vertical-align: middle;
}
.pager_review ol li+li {
	margin-left: 8px;
}
.pager_review ol li i {
	font-size: 30px;
	line-height: 32px;
}
.pager_review ol li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: linear-gradient(#fff 30%,#D1D2EA);
    background: -webkit-linear-gradient(#fff 30%,#D1D2EA);
	color: #5e5eae;
	border: 2px solid #5e5eae;
	box-sizing: border-box;
	border-radius: 5px;
	font-weight: bold;
}
.pager_review ol li a:hover,
.pager_review ol li.pager_on {
	color: #f93;
	font-weight: bold;
	width: 35px;
	height: 35px;
	background: linear-gradient(#6f6fcb 30%,#4545a1);
    background: -webkit-linear-gradient(#6f6fcb 30%,#4545a1);
	color: #fff;
	border-radius: 5px;
}
.pager_review ol li a:hover {
	line-height: 35px;
}
.pager_review ol li.pager_on {
	line-height: 38px;
}
.pager_review ol li.prevbtn i {
	margin-left: -5px;
}
.pager_review ol li.nextbtn i {
	margin-left: 3px;
} */

/*--- therapist - lineclamp R02/03/18 ---*/
.lineclamp {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.lineclamp-4 {
	-webkit-line-clamp: 4;
}
.lineclamp-5 {
	-webkit-line-clamp: 5;
}
.lineclamp-6 {
	-webkit-line-clamp: 6;
}
/* IE */
.js_isIe .lineclamp-4 {
	max-height: 5.7em;
}
.js_isIe .lineclamp-5 {
	max-height: 7em;
}
.js_isIe .lineclamp-6 {
	max-height: 8.5em;
}

/* system 特定商取引追加　*/
.system_tokutei{
	margin: 1em;
	line-height: 25px;
}
.ttl_tokutei{
	margin-top: 24px;
}
#credit_note{
	margin-top: 1em;
}