@charset "UTF-8";
main section, .bg01 {
    background-color: #eeeeee;
}
.bg_none{
	background: none;
	padding: 0;
}
.bg_none h2{
	display: none;
}


/**
 * Slider
 */
#slick-container {
	position: relative;
	height: 500px;
}
.slide{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: auto;
	overflow: hidden;
}
#arrows > div {
	z-index: 10;
}
#arrows > div::before {
	display: none;
}
.slick-prev {
	left: calc(50% - 520px);
	left: -webkit-calc(50% - 520px);
}
.slick-next {
	right: calc(50% - 520px);
	right: -webkit-calc(50% - 520px);
}
.slick-dots {
	bottom: 26px;
}
.slick-dots li.slick-active button::before {
	color: #c29e66;
	opacity: 1;
}
.slick-dots li button::before {
	color: #050405;
	opacity: 1;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button::before,
.slick-dots li.slick-active button::before {
	width: 10px;
	height: 10px;
}
@media screen and (max-width: 767px) {
	.slick-prev {
		left: 3%;
	}
	.slick-next {
		right: 3%;
	}
	#slick-container{
		height: auto;
	}
	.wrap.flex{
		margin: 0;
		width: 100%;
	}
	.sec2,.twitter,.sec3,.sec4,aside .shop_info,.bnr_list01{
		margin:0 2% 40px 2%;
		width: 96%;
	}
	.slick-slide li {
		display: block !important;
	}
}



/**
 * Button
 */
section .btn {
	margin-top: 30px;
}



/**
 * TODAY'S ATTENDANCE
 */

.tab_content.active {
	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;
}
.tab_content li {
    position: relative;
    width: calc(25% - 8px);
	height: 292px;
    margin-top: 10px;
    overflow: hidden;
    border: solid 1px #dddddd;
}
.tab_content li:not(:nth-of-type(4n)) {
	margin-right: 10px;
}
.bg_none ul li {
	margin-bottom: 20px;
    padding: 0 0;
}
@media screen and (max-width: 767px) {
	.tab_content li {
		width: -webkit-calc(50% - 2px);
		width: calc(50% - 2px);
		height: auto;
		margin-top: 4px;
	}
	.tab_content li:nth-of-type(odd) {margin-right: 4px;}
	.tab_content li:nth-of-type(even) {margin-right: 0;}
	.bg_none ul li {
		margin-bottom: 20px;
		padding: 0 2%;
	}
}


.tab_content figure {
    width: 100%;
    height: auto;
    position: relative;
}
.tab_content figure img {
	display: block;
	width: 100%;
	height: auto;
}
.tab_content figure span.btn_01 {
	position: absolute;
	right: 4px;
	top: 4px;
	font-size: 12px;
	padding: 4px 8px;
}
.tab_content figure span.btn_01.btn_c1 {
	background-color: #c2839f;
}
.tab_content figure span.btn_01.btn_c2 {
	background-color: #5a85db;
}


.tab_content a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
}
.tab_content .detail {
    width: 100%;
    text-align: center;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.71));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.71));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.71));
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 0px 5px 0;
}
.tab_content .detail > * {
	display: block;
}
.tab_content .time,
.tab_content .name {
    font-size: 1.8rem;
}
.tab_content .time {
	color: #000000;
	margin-bottom: 8px;
    display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
}
.tab_content .time::before {
	content: '';
    width: 18px;
    height: 18px;
	background-image: url(../img/common/img_004.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 5px;
}
.tab_content .name {
    width: 100%;
    text-align: center;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.71));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.71));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.71));
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 0px 12px 0;
}
.shop_name span {
    padding: 14px 0 14px 0;
}
.tab_content .new_therapist::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/common/new_icon.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 51px;
	height: 51px;
    z-index: 5;
}
.tab_content .age,
.tab_content .t_size {
	font-weight: bold;
	letter-spacing: 1px;
}
.tab_content .age {
	font-size: 1.2rem;
}
.tab_content .t_size {
	font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
	.tab_content figure {
		position: relative;
		overflow: hidden;
		margin-bottom: 8px;
	}
	.tab_content figure img {
		margin-bottom: -8px;
	}
	.tab_content .detail{
		bottom: 0px;
		padding: 0 10px;
	}
}

@media screen and (max-width: 375px) {
	.tab_content .time, .tab_content .name {
		font-size: 1.6rem;
	}
	.tab_content .t_size {
		font-size: 1rem;
	}
	.tab_content .age {
		font-size: 1.2rem;
	}
}


/**
 * THERAPIST BLOG
 */
.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(50% - 5px);
}
.blog_list > li:nth-of-type(odd) {
	margin-right: 10px;
}
.blog_list > li:nth-last-of-type(n+3) {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.blog_list > li {
		width: 100%;
	}
	.blog_list > li:nth-of-type(odd) {margin-right: 0;}
	.blog_list > li:nth-last-of-type(n+3) {margin-bottom: 0;}
	.blog_list > li:not(:last-of-type) {
		margin-bottom: 6%;
		border-bottom: 1px solid #dddddd;
		padding-bottom: 6%;
	}
}

.blog_list a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.blog_list dl {
	padding: 0 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	line-height: 1.4;
	width: -webkit-fill-available;
}
.blog_list .ttl {
	font-size: 2rem;
	font-weight: bold;
	color: #c80017;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.blog_list dd {
	font-weight: bold;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.blog_list .name {
	color: #0f0e0c;
	display: block;
}
.blog_list small,
.blog_list .post_date {
	font-size: 1.2rem;
}
.blog_list .post_date {
	color: #a0a0a0;
}

.blog_list figure{
	width:100px;
}

@media screen and (max-width: 767px) {
	.blog_list dl {
		padding-right: 0;
		padding-left: 3%;
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}
	.blog_list .ttl {
		border-bottom: none;
		margin-bottom: 6px;
		padding-bottom: 0;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.blog_list dd {
		line-height: 1;
	}
}
@media screen and (max-width: 424px) {
	.blog_list figure {
		width: 75px;
		min-width: 75px;
		max-width: 75px;
	}
	.blog_list dl {
		width: -webkit-calc(100% - 75px);
		width: calc(100% - 75px);
	}
	.blog_list dd {
		display: block;
	}
}


/**
 * 新着情報
 */
.sec3.news {
	padding: 0 0 40px;
}
.sec3.news h3 {
	color: #fff;
	font-size: 2rem;
	height: 55px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	/* background-image: url(../img/common/bg_001.jpg); */
}
.sec3.news h3::before,
.sec3.news h3::after {
	content: '';
	display: block;
	width: 125px;
	height: 30px;
	/* background-image: url(../img/common/img_008.svg); */
}
.sec3.news h3::before {
	margin-right: 25px;
}
.sec3.news h3::after {
	margin-left: 25px;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.sec3.news .news_list {
    padding: 0px 40px 0;
}
.sec3.news .news_list li {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
}
.sec3.news .news_list li:not(:last-of-type) {
	margin-bottom: 20px;
}
.sec3.news .news_list a {
	color: #c80017;
	font-size: 2rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height: 1.2;
	display: block;
}
.sec3.news .news_list span {
	color: #0f0e0c;
	display: block;
	font-size: 1.2rem;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
	.sec3.news .news_list {
    	padding: 5% 4% 0;
	}
	.sec3.news .news_list a {
		font-size: 1.6rem;
	}
	.sec3.news h3::before, .sec3.news h3::after {
		width: 15%;
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.sec3.news h3::before {
		margin-right: 3%;
		background-position: left center;
	}
	.sec3.news h3::after {
		margin-left: 3%;
		background-position: right center;
	}
}
@media screen and (max-width: 374px) {
	.sec3.news h3 {
		font-size: 5.2vw;
	}
}


/**
 * Concept
 */
.sec4 {
	background-image: url(../img/top/sec_bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: bottom center;
	color: #fff;
	text-align: center;
}
.sec4 .ttl01 {
	color: #c80017;
	background-image: url(../img/common/img_009.png);
}
.sec4 .ttl01 span {
	color: #fff;
}
.sec4 p {
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	
}

.sec3.news .news_list a.front_news_li  {
	display: flex;
    align-items: center;
}
.sec3.news .news_list a.front_news_li figure {
	width: 76px;
}
.sec3.news .news_list a.front_news_li div {
	padding: 0 0 0 15px;
}
.sec3.news .news_list a.front_news_li span {
	display: block;
}
@media screen and (max-width: 767px) {
	.sec3.news .news_list a.front_news_li figure {
		width: 75px;
		min-width: 75px;
		max-width: 75px;
	}
	.sec3.news .news_list a.front_news_li div {
	    padding: 0 0 0 3%;
	}
}


/*--------------------------------------------
近日公開予定css
※公開後はトリます
-----------------------------------------------*/
.comingsoon{
	text-align: center;
}
.tab .active {
    background-color: #c80017;
    color: #ffffff;
}
.tab li {
	background-color: #f1e8df;
    color: #1f1a14;
}
@media screen and (max-width: 767px) {
	.tab {
		-webkit-flex-wrap: nowrap;
		-moz-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		-o-flex-wrap: nowrap;
		flex-wrap:nowrap;
	}
}
@media screen and (max-width: 767px) {
	.btn02 {
		min-width: 80%;
	}
	.pc_head {
		display: none;	
	}
}
.tab_content.active {
    /* background-image: url(../img/common/bg_003.jpg); */
    /* padding: 10px; */
}
.tab_content.active img{
	display: block;
}
.tab_content a {
    background-color: #FFFFFF;
}
.tab_content .time {
	margin-bottom: 0;
}
.tab_content li {
    background-color: #FFFFFF;
}
.sec3_head{
	padding: 40px;
	padding-bottom: 0;
}


@media only screen and (max-width: 780px) {
  .twitter{
    overflow: hidden;
  }
  .twitter iframe{
    /* 20pxの部分は埋め込んだタイムラインの左右に必要な余白の総計を記載 */
    width: calc(100vw - 20px)!important;
  }
}


@media screen and (max-width: 768px) {
	.pc_no_bgimg {
		background-image: none;
	}
	.tab_content.active {
		padding: 0;
		background-image: none;
	}
	.tab {
		display: none;
	}
	.tab_content {
		display: flex;
		flex-wrap: wrap;
	}
	.pc_head {
		font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		display: block;
		margin-top: 50px;
		margin-bottom: 20px;
		background-image: url(../img/common/headline_2.png);
		width: 731px;
		height: 51px;
		font-size: 20px;
		padding-top: 7px;
		padding-left: 40px;
	}
	
	.sec3_head .ttl01 {
		background-image: url(../img/profile/therapist_name_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		margin: -3% 0% 4% 0%;
	}
	
	.sec3_head {
		padding: 0;
	}
	
	.slick-dots {
		bottom: 17px;
	}
}


.slick-dots li button::before {
    color: #828282;
}
.slick-dots li.slick-active button::before {
	color: #c80017;
}
