@charset "UTF-8";
.lower_main_recruit {
	background-image: url(../img/common/lower_main.png);
	background-size: cover;
	background-position: top center;
}
.btns {
	text-align: center;
	padding-top: 20px;
}

.week_day > .item {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eeeeee;
	color: #444444;
	width: 88px;
	height: 46px;
	font-weight: bold;
}
.slick-prev,.slick-next{
	border: none;
	background: none;
	cursor: pointer;
}

.slick-prev {
	position: absolute;
	left: 0px;
	top: 46px;
}
.slick-next{
	position: absolute;
	top: 6px;
	right: 12px;
}

#week_slider {
 position: relative;
 margin-bottom: 60px;
	-webkit-tap-highlight-color:transparent;
}

.slick-dots{display: none !important;}

.regular {
width: 670px;
margin: auto;
}

.slick-prev {
	display: block;
    position: absolute;
    padding-top: 0px;
    overflow: hidden;
    z-index: 8000;
    box-sizing: border-box;
    top: 10px;
    left: -25px;
}
.slick-prev::after {
	content: "\f104";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 3rem;
	left: 0px;
	top: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slick-next {
	display: block;
    position: absolute;
    padding-top: 0px;
    overflow: hidden;
    z-index: 8000;
    box-sizing: border-box;
    top: 10px;
    right: -25px;
}
.slick-next::after{
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.regular {
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flex !important;
	display: -o-flex !important;
	display: flex !important;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.tab {
	display: none;
}
@media screen and (max-width: 767px) {
	.tab {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: -1px;
	}
	.tab li {
		width: 50%;
	}
	.regular.tab_content {
		display: none !important;
		margin-top: 10px;
	}
	.regular.tab_content.active {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
	}
	.slick-prev {
		left: -17px;
	}
	.slick-next {
		right: -17px;
	}
	.regular {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.week_day {
		width: 48%;
	}
	.week_day:nth-child(2n+1){
		margin: 0 10px 10px 0;
	}
	.week_day > .item {
    	width: 100%;
	}
	.slick-list {
    	margin-left: 1%;
	}
	.slick-prev, .slick-next {
		display: none;
	}
	
	#week_slider {
		margin-bottom: 20px;
	}

}
















/**
 * TODAY'S ATTENDANCE
 */
.sec2 .schedule_tab {
	width: 25%;
	cursor: pointer;
}
.sec2 .schedule_tab {
	color: rgba(15,14,12,.3);
	width: 100%;
	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;
	height: 45px;
	background-color: #f1e8df;
	position: relative;
}


.sec2 .schedule_tab .active {
	background-image: url(../img/common/bg_003.jpg);
	color: #fff;
}
.week_day .item {
	cursor: pointer;
}
.week_day .active{
	color: #ffffff;
    background-color: #444444;
}

.day_attendance {
	display: none;
}
.day_attendance.active {
	display: block;
}
.no-attendance {
    padding: 30px 0;
    text-align: center;
    margin-bottom: 60px;
}
.no-attendance p {
	line-height: 180%;
	color: #D2AD6E;
}
@media screen and (max-width: 550px) {
	.sec2 .schedule_tab li {
		width: 50%;
	}
	.sec2 .schedule_tab li:nth-of-type(-n+2) {
		border-bottom: 1px solid #6f6157;
	}
	.sec2 .schedule_tab li:nth-of-type(odd)::before {
		display: none;
	}
	.sec2 .schedule_tab li::before {
		height: 100%;
	}
	.sec2 .schedule li:nth-of-type(even)::after {
		content: '';
		height: 100%;
		width: 1px;
		background-color: #6f6157;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media screen and (max-width: 410px) {
	.sec2 .schedule li {
		font-size: 3.6vw;
	}
}

/**
 * main
 */

.t_store_1,
.t_store_2 {
	 /*padding-bottom: 80px;*/
 }


@media screen and (max-width: 767px) {
	.regular{width: auto;}
}
.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: 293px;
	margin-top: 10px;
	overflow: hidden;
    border: solid 1px #dddddd;
}
.tab_content li:not(:nth-of-type(4n)) {
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.tab_content li {
		width: -webkit-calc(50% - 2px);
		width: calc(50% - 2px);
		height: auto;
		margin-top: 4px;
	    padding-bottom: 10px;
	}
	.tab_content li:nth-of-type(odd) {margin-right: 4px;}
	.tab_content li:nth-of-type(even) {margin-right: 0;}
}


.tab_content figure {
	width: 100%;
	height: auto;
	position: relative;
}
.tab_content figure img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.tab_content figure {
		position: relative;
	}
}
.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;
}
.tab_content .time::before {
    content: '';
    width: 20px;
    height: 21px;
    background-image: url(../img/common/img_004.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 5px;
}
.tab_content .name {
	margin-bottom: 5px;
}
.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;
}
.tab_content .age {
	font-size: 1.4rem;
}
.tab_content .t_size {
	font-size: 1.2rem;
}

@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;
	}
}



/*2019/03/08　ozaki　下記のcssを追加してください*/
.shop_list01{
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}
.shop_list01 li {
	border-left:1px solid #dfd5c7;
}
.shop_list01 li:last-child {
	border-right:1px solid #dfd5c7;
}
.shop_list01 li a{
	padding:0 15px;
}
.shop_list01 li a:before{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 8px;
}

@media screen and (max-width: 767px) {
	.bg01{padding: 20px;}
	.shop_list01{
		flex-wrap: wrap;
		justify-content: left;
		}
	.shop_list01 li{
		width: 50%;
	}
	.shop_list01 li:nth-child(1),.shop_list01 li:nth-child(2){
	margin-bottom: 15px;
	}
	.shop_list01 li:nth-child(2n){
    border-right: 1px solid #dfd5c7;
	}
	.shop_list01 li a{
	    text-align: center;
		padding: 10px;
		display: block;
	}
}


.shop_name {
	bottom: 0;
	width: 100%;
	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;
	color: #ffffff;
	border-top: none;
	flex-direction: column;
}
.shop_name span {
    padding: 14px 0 14px 0;
    display: flex;
    align-items: center;
}
.shop_name .btn_01 {
    background-color: #D2AD6E;
    width: 92%;
    text-align: center;
    margin: 0 auto;
}
.shop_name .btn_02 {
	background-color: #D2AD6E;
    width: 92%;
    text-align: center;
    margin: 0 auto;
}
.shop_name .btn_03 {
	background-color: #D2AD6E;
    background-color: #D2AD6E;
    width: 92%;
    text-align: center;
    margin: 0 auto;
}
.shop_name .btn_04 {
	background-color: #D2AD6E;
}


main section, .bg01 {
    padding: 30px 40px 40px 40px;
    margin-bottom: 40px;
    -ms-align-self: flex-start;
    align-self: flex-start;
    background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
	main section, .bg01 {
		padding: 30px 0px 40px 0px;
		margin-bottom: 40px;
		-ms-align-self: flex-start;
		align-self: flex-start;
		background-color: #FFFFFF;
	}
}
.new_therapist figure {
	overflow: hidden;
	margin-bottom: 2px;
}
.new_therapist figure img {
	margin-bottom: -5px;
}



@media screen and (max-width: 767px) {
	.regular.tab_content.active {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
		padding: 4% 4% 2% 4%;
		background-color: #444;
		margin-top: 0;
	}
	.week_day > .item {
		background-color: #FFFFFF;
	}
	.week_day .active {
		
		color: #ffffff;
	    background-color: #c92033;
	}
	.tab .active {
		background-image:none;
		color: #fff;
		background-color: #444444;
	}
	
}