@charset "UTF-8";
.ttl01 {
	font-weight: bold;
	letter-spacing: 1px;
}

.ttl01 small {
	font-size: 2.2rem;
}

section {
	padding: 0 !important;
	background-image: none !important;
}

main section:last-child{
	margin-bottom: 0;
}

.list01 #active_img,.list01 .therapist_img a{
    border: 1px solid #dddddd;
    display: block;
}


.list01 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.list01 .therapist_img {
	width: 360px;
	max-width: 100%;
}

.list01 .therapist_img ol {
	display: flex;
	justify-content: space-between;
	margin: 5px 0 15px 0;
}

.list01 .therapist_img ol li {
	width: 118px;
}

.therapist_img_detail {
	width: 350px;
	max-width: 100%;
}

.sec01 .description {
	width: 100%;
}

.list01 .comment dt,
.sec01 .description .message dt {
	margin-bottom: 15px;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 1px;
}

.list01 .comment dd {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 20px;
	line-height: 1.6;
	max-height: 306px;
	overflow-x: hidden;
	font-size: 1.8rem;
}

.sec01 .description .message {
	text-align: center;
	padding: 25px 0;
	background-image: url(../img/profile/msg_top.jpg), url(../img/profile/msg_bottom.jpg), url(../img/profile/msg_line.png);
	background-repeat: no-repeat, no-repeat, repeat;
	-webkit-background-size: 100% auto, 100% auto, 100% auto;
	background-size: 100% auto, 100% auto, 100% auto;
	background-position: top left, bottom left, center left;
	padding: 20px 15px;
}

.sec01 .description .message dd {
	line-height: 1.6;
	text-align: left;
	padding: 0 50px;
}

@media screen and (max-width: 767px) {
	#active_img img {
		display: block;
		margin: 0 auto 10px;
	}
}



.blog_list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog_list>li {
	width: -webkit-calc(50% - 5px);
	width: calc(49% - 5px);
}

.blog_list>li:nth-of-type(odd) {
	margin-right: 20px;
}

.blog_list>li:nth-last-of-type(n+3) {
	margin-bottom: 20px;
}

.blog_list figure {
	width: 62px;
}

.blog_list a {
	display: flex;
	align-items: center;
}

.blog_list dt {
	font-size: 2rem;
	font-weight: bold;
	color: #7d5859;
	line-height: 1.2;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.blog_list dd {
	font-size: 1.2rem;
	color: #a0a0a0;
}

.blog_list a dl {
	margin-left: 15px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}

/* IE11 */
_:lang(x)::-ms-backdrop,
.blog_list dt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.btn-area{
	padding-bottom: 10px;
	margin-top: 0;
}

.table01 {
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.bg01 {
		padding: 0;
	}

	.ttl01 {
		font-size: 2.4rem;
	}

	.list01 {
		display: block;
	}

	.list01 .therapist_img ol li {
		margin-right: 10px;
		width: calc(33.333333333% - (20px / 3));
	}

	.list01 .therapist_img ol li:last-child {
		margin-right: 0;
	}

	.table_wrap {
		overflow: auto;
		white-space: nowrap;
	}

	.sec01 .description {
		width: auto;
	}

	.list01 .therapist_img {
		width: 360px;
		margin: 0 auto 40px;
	}

	.sec01 .description .message {
		background-color: #fffcfc;
		-webkit-box-shadow: inset 0 0 0 4px #fffcfc, inset 0 0 0 5px #7d5859;
		-moz-box-shadow: inset 0 0 0 4px #fffcfc, inset 0 0 0 5px #7d5859;
		box-shadow: inset 0 0 0 4px #fffcfc, inset 0 0 0 5px #7d5859;
		border: solid 2px #7d5859;
		background-image: none;
	}

	.blog_list>li:nth-last-of-type(n+3) {
		margin-bottom: 0;
	}

	.blog_list>li:nth-of-type(odd) {
		margin-right: 0;
	}

	.blog_list {
		display: block;
	}

	.blog_list>li {
		width: 100%;
		margin-bottom: 20px !important;
		border-bottom: 1px solid #dedede;
		padding-bottom: 15px;
	}

	.blog_list a {
		align-items: flex-start;
	}

	.blog_list a figure {
		width: 65px;
	}

	.blog_list a dl {
		margin-left: 10px;
	}

	.blog_list dt {
		margin-bottom: 5px;
	}
}


.tab {
	display: none;
}

.table01.tab_content {
	display: table;
}

@media screen and (max-width: 767px) {
	.tab {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.tab li {
		width: 50%;
	}

	.table01.tab_content {
		display: none;
	}

	.table01 thead,
	.table01 tbody,
	.table01 tr,
	.table01 td,
	.table01 th {
		display: block;
	}

	.table01.tab_content.active {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.table01 tbody {
		width: 100%;
	}

	.table01 td,
	.table01 th {
		display: flex;
		height: 50px;
		border-bottom: none;
		justify-content: center;
		align-items: center;
	}

	.table01 td:last-of-type,
	.table01 th:last-of-type {
		border-bottom: 1px solid #dfd5c7;
	}

	.table01 td {
		border-left: none;
	}

	.tab li:nth-of-type(-n+2) {
		border-bottom: none;
	}

	.tab li:nth-of-type(even)::after {
		background-color: #dfd5c7;
	}


	.sec01 .description .message dd {
		height: auto;
		overflow: unset;
		padding: 0;
	}

	.sec01 .description .message {
		height: auto;
	}
}

.table01 .tag {
	display: block;
	background-color: #aca6bd;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.table01 .tag {
		display: inline-block;
		padding: 3px 5px;
		font-size: 14px;
		margin-left: 10px;
	}
}


/**
 * Twitter
 */
.sec_tw .ttl03 {
	text-align: center;
	line-height: 1.4;
	margin-bottom: 20px;
}
.sec_tw .ttl03 span {
	display: block;
	font-size: 1.4rem;
}
.ttl03::before,
.ttl03::after {
	background-image: url(../img/common/img_011.png);
	content: "";
	display: block;
	width: 100%;
	height: 24px;
	background-repeat: no-repeat;
}
.ttl03::before {
	margin: 0 auto 10px;
}
.ttl03::after {
	margin: 10px auto 0;
	transform: scale(1,-1);
}
.sec_tw .bnr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	padding: 30px 15px;
	-webkit-box-shadow: inset 0 0 0 2px #dddddd;
	-moz-box-shadow: inset 0 0 0 2px #dddddd;
	box-shadow: inset 0 0 0 1px #dddddd, inset 0 0 0 3px #fff, inset 0 0 0 4px #f0f0f0;
	font-size: 1.8rem;
	width: 415px;
	max-width: 100%;
	font-weight: bold;
	margin: 0 auto;
	line-height: 1.4;
}
.sec_tw .bnr i {
	color: #49aae6;
	font-size: 2.8rem;
	margin-right: 10px;
}
.sec_tw .bnr span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


@media screen and (max-width: 767px) {
	.head01:before{
		top: -0.16%;
	}
	.sec_tw .ttl03 {
		font-size: 2rem;
	}
	.sec_tw .bnr {
		font-size: 1.4rem;
	}
	.sec_tw .bnr i {
		font-size: 2.6rem;
	}
	.ttl03::before,
	.ttl03::after {
		background-position: center top;
		margin: 0 auto;
	}
}










/* アンケート部分 */
.interview_box {
	border: solid 4px #c5c5c5;
	margin-bottom: 20px;
}
.interview_area {
	border: solid 1px #b0b0b0;
	background-color: #ffffff;
	padding: 30px 15px;
}
.interview_name {
	font-size: 20px;
	color: #7d5859;
	margin-bottom: 30px;
	font-weight: bold;
}
.interview_point_list {
	border-bottom: solid 1px #dddddd;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.interview_title {
	font-weight: bold;
}
.interview_point_list li {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size: 13px;
	margin-bottom: 9px;
}

.interview_point_list li.interview_point_type1 {
	width: 212px;
}
.interview_point_list li.interview_point_type1 .interview_title {
	width: 68px;
}

.interview_point_list li.interview_point_type2 {
	width: 227px;
}
.interview_point_list li.interview_point_type2 .interview_title {
	width: 84px;
}
.interview_point_list li.interview_point_type3 {
	width: 204px;
}
.interview_point_list li.interview_point_type3 .interview_title {
	width: 55px;
}
.interview_point {
	color: #be091e;
	font-weight: bold;
}
.interview_rate {
	display: flex;
}
.interview_comment {
	line-height: 160%;
	font-size: 14px;
}



/* パラーメーター */
.therapist_img_detail h4.en {
	margin-bottom: 15px;
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 1px;
	font-weight: normal;
}
.therapist_parameter {
	background-image: url(../img/profile/illust.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	max-width:1000px;
	margin: auto;
	padding: 21%;
	box-sizing: border-box;
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	/* アンケート部分 */
	.interview_box {
		border: solid 4px #e7e7e7;
		margin-bottom: 20px;
	}
	.interview_area {
		border: solid 1px #dddddd;
		background-color: #fffcfc;
		padding: 30px 15px;
	}
	.interview_name {
		font-size: 20px;
		color: #ea96aa;
		margin-bottom: 30px;
		font-weight: bold;
	}
	.interview_point_list {
		border-bottom: solid 1px #dddddd;
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.interview_title {
		font-weight: bold;
	}
	.interview_point_list li {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		font-size: 2vw;
		margin-bottom: 9px;
	}

	.interview_point_list li.interview_point_type1,
	.interview_point_list li.interview_point_type2,
	.interview_point_list li.interview_point_type3 {
		width: 47%;
	}
	.interview_point_list li.interview_point_type1 .interview_title, 
	.interview_point_list li.interview_point_type2 .interview_title, 
	.interview_point_list li.interview_point_type3 .interview_title {
		width: 40%;
	}
	.interview_point {
		color: #be091e;
		font-weight: bold;
	}
	.interview_rate {
		display: flex;
	}
	.interview_comment {
		line-height: 160%;
		font-size: 14px;
	}
	
	/* パラーメーター */
	.therapist_img_detail {
		margin: auto;
		margin-bottom: 5%;
	}
}
@media screen and (max-width: 630px) {
	.interview_point_list li.interview_point_type1,
	.interview_point_list li.interview_point_type2,
	.interview_point_list li.interview_point_type3 {
		width: 100%;
	}
	.interview_point_list li.interview_point_type1 .interview_title, 
	.interview_point_list li.interview_point_type2 .interview_title, 
	.interview_point_list li.interview_point_type3 .interview_title {
		width: 40%;
	}
	.interview_point_list li {
	    font-size: 4vw;
	}
}




.tag.shop_3 {
    background-color: #e6baae;
}



/* ----------------------------------------------------- */
/* メッセージの文字のサイズやリストの部分の対応 */
/* ----------------------------------------------------- */
.ql-size-huge {
	font-size: 30px;
}
.ql-size-large {
	font-size: 24px;
}
.ql-size-small {
	font-size: 14px;
}
.message ul,
.message ol {
	padding-top: 10px;
}
.message ul li{
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}
.message ol li{
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}


















