@charset "UTF-8";
/*reset css*/
a,ins{text-decoration:none}a,hr{padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0;list-style-type:none}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:2em 0},.clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden}


/*---------------------------------------------------------------

common

---------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
}
body {
	font-size: 1.6rem;
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	color: #0f0e0c;
	/*
	background-image: url(../img/common/bg_002.jpg);
	*/
	min-width: 1100px;
}
img{
	max-width: 100%;
	display: inline-block;
}
a:hover{
	opacity:0.7;
}


iframe {
    border: solid 1px #dddddd !important;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 100%;
	}
	body.on {
		overflow: hidden;
		height: 100%;
		width: 100%;
		position: fixed;
	}
	img {
		max-width: 100%;
	}
}

a {
	color: #0f0e0c;
}
.wrap{
	margin: auto;
	width: 1100px;
}
.red {
	color: #f00;
}
.input-parent .red {
	margin-top: 5px;
}
.sp {
	display: none !important;
}
.i5 {
	display: none;
}
.spif {
	display: none !important;
}
.spf {
	display: none !important;
}
@media screen and (max-width: 767px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.wrap {
		width: 100%;
	}
	.spif {
		display: inline-flex !important;
	}
	.spf {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
	}
}

.micho{
	font-family: "Yu Mincho";
	font-weight: bold;
}
.en{font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
.gothic{font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;}

/* arrow */

.arrow01::before{
	background-color: #000000;
	color: #FFFFFF;
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px;
	display: inline-flex;
	height: 14px;
	width: 14px;
	justify-content: center;
	align-items: center;
	
    top: -2px;
    position: relative;
}

footer .arrow01::before{
	background-color: #FFFFFF;
	color: #000000;
}
.sp .arrow01::before {
	background-color: #FFFFFF;
	color: #000000;
}
.flex{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.bgi_brown {
	background-image: url(../img/common/bg_001.jpg);
	background-position: top left;
}

.tab {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.tab_content {
	display: none;
}
.tab_content.active {
	display: block;
}


header .shop_info,footer .shop_info{
	overflow: hidden;
	width: 250px;
}
@media screen and (max-width: 767px) {
	footer .shop_info {
		margin: 5% auto;
	}
	.tab {
		
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

header .shop_info a,footer .shop_info a {
	color: #444;
    font-weight: bold;
}

header .shop_info dt,footer .shop_info dt{
	color: #444;
	font-size: 1.4rem;
	margin-bottom: 10px;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;

}
header .shop_info dt {
	justify-content: center;
    font-weight: bold;
}

footer .shop_info a, 
footer .shop_info dt{
	color: #FFFFFF;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	footer .shop_info {
		width: 100%;
		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;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}
	footer .shop_info dt {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		width: 100%;
	}
}
/*
header .shop_info dt::before,footer .shop_info dt::before{
	content: "";
	background-image: url(../img/common/img_002.svg);
	display: block;
	margin-right: 10px;
	height: 15px;
	width: 51px;
}

header .shop_info dt::after,footer .shop_info dt::after{
	content: "";
	background-image: url(../img/common/img_002.svg);
	display: block;
	margin-left: 10px;
	height: 15px;
	width: 51px;
	transform: scale(-1, 1);
}
*/
header .shop_info dd,footer .shop_info dd{
	font-size: 1.4rem;
	float: left;
	margin-right: 10px;
	line-height: 2;
}

header .shop_info dd:nth-child(2),header .shop_info dd:nth-child(4),
footer .shop_info dd:nth-child(2),footer .shop_info dd:nth-child(4){
	margin-left: 35px;
}

header .shop_info .arrow01::before,footer .shop_info .arrow01::before{
	font-size: 10px;
}

@media screen and (max-width: 767px) {
	footer .shop_info dd,
	footer .shop_info dd:nth-child(2),
	footer .shop_info dd:nth-child(4) {
		margin-right: 0;
		margin-left: 0;
	}
	footer .shop_info dd {
		width: 35%;
	}
}


#Panel-btn {
	display: none;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 0 0 auto;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	cursor: pointer;
	width: 35px;
	height: 40px;
	top: 5px;
	right: 0;
	transition: .5s;
	background: none;
}
#Panel-btn::after {
	content: 'MENU';
	display: block;
	font-size: 1rem;
	color: #000000;
	position: absolute;
	bottom: -2px;
	text-align: center;
	width: 100%;
}
#Panel-btn::before {
	content: '';
	width: 1px;
	height: 40px;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	background-color: #000000;
	margin: auto;
}
#Panel-btn .on {
	background: transparent;
}
#Panel-btn .on::before, #Panel-btn .on::after {
	margin-top: 0;
}
#Panel-btn .on::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#Panel-btn .on::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#Panel-btn-icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 4px;
	margin: -10px 0 0 -18px;
	background: #000000;
	transition: .2s;
}
#Panel-btn-icon::before, #Panel-btn-icon::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 35px;
	height: 4px;
	background: #000000;
	transition: .3s;
}
#Panel-btn-icon::before {
	margin-top: -12px;
}
#Panel-btn-icon::after {
	margin-top: 8px;
}

@media screen and (max-width: 767px) {
	#Panel-btn {
		display: block;
		z-index: 1000;
	}
}

/* Overlay */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.6);
	z-index: 100;
}


/* btn */
.btn-area {
	text-align: center;
	margin-top: 30px;
}

.btn01 {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 3px #FFFFFF;
    color: #444444;
    display: inline-flex;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    border: 2px solid #444444;
    padding: 0 15px;
    height: 50px;
    margin: 0 auto;
    font-weight: bold;
    min-width: 30%;
	
	
}
.btn02 {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 0px 3px #FFFFFF;
    color: #444444;
    display: inline-flex;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    border: 2px solid #444444;
    padding: 0 15px;
    height: 50px;
    margin: 0 auto;
    font-weight: bold;
    min-width: 30%;
}

.btn02::before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #444444;
	margin-right: 5px;
}

.btn02:hover{
	opacity: 1;
	/*border-bottom: 0;*/
}

.btn02v2 {
	background-color: #1f1a14;
	color: #d4b17b;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	border-bottom: none;
	padding: 0 15px;
    height: 50px;
    margin: 0 auto;
    font-weight: bold;
    min-width: 100%;
	border-radius: 3px;
}
.btn02v3 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dcbd6b+0,b9975a+100 */
	background: #740005; /* Old browsers */
	background: -moz-linear-gradient(top, #c92033 0%, #740005 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #c92033 0%,#740005 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #c92033 0%,#740005 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92033', endColorstr='#740005',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	border-bottom: none;
	padding: 0 15px;
    height: 50px;
    margin: 0 auto;
    font-weight: bold;
    min-width: 100%;
	border-radius: 3px;
    align-items: center;
}

.btn02v2 img, 
.btn02v3 img {
	width: 20px;
	margin-right: 3px;
}


/*ttl*/
.ttl01{
	/*
	background-image: url(../img/common/img_007.png);
	background-repeat: no-repeat;
	background-position: bottom  center;
	font-size: 3.4rem;
	letter-spacing: 3px;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	*/
    background-image: url(../img/profile/therapist_name_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: -40px -40px 40px -40px;
    height: 115px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 38px;
    font-weight: 400;
}

.ttl01 span{
	display: block;
    font-size: 1.8rem;
    font-weight: 500;
    padding-top: 8px;
}

h2.ttl01::before{
	content: "";
	/*background-image: url(../img/common/img_005.svg);*/
	background-repeat: no-repeat;
	width: 95px;
	height: 50px;
	display: block;
	position: absolute;
	left: 30px;
	top: 0;
}

h2.ttl01::after{
	content: "";
/*	background-image: url(../img/common/img_005.svg);*/
	background-repeat: no-repeat;
	width: 95px;
	height: 50px;
	display: block;
	position: absolute;
	right: 30px;
	transform: scale(-1, 1);
	top: 0;
}


.table_recruit {
	background-color: #ececec;
}

/*common にいれたいcss*/
.ttl02{
	font-size: 2.2rem;
	font-weight: normal;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.table01{
	font-size: 1.4rem;
	width: 100%;
	text-align: center;
}

.table01 th{
	background-color: #090708;
	color: #FFFFFF;
	padding: 10px;
	border: 1px solid #e7e7e7;
}

.table01 td{
	border: 1px solid #e7e7e7;
	padding: 10px;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.4;
	background-color: #FFFFFF;
}

.table01 .saturday{
    color: #4176bf;
}
.table01 .sunday{
    color: #ce132d;
}



@media screen and (max-width: 767px) {
	.ttl02{
		text-align: center;
	}
	.ttl01 {
		font-size: 3rem;
		-webkit-background-size: contain;
		background-size: contain;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	h2.ttl01::before,
	h2.ttl01::after {
		width: 10%;
	}
	h2.ttl01::before {
		background-position: center left;
		left: 0;
	}
	h2.ttl01::after {
		background-position: center right;
		right: 0;
	}
}
@media screen and (max-width: 600px) {
	.ttl01 {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 500px) {
	.ttl01 {
		font-size: 5vw;
	}
	.ttl01 span {
		font-size: 4.2vw;
	}
}


/*---------------------------------------------------------------

Tab

---------------------------------------------------------------*/
.tab li {
	width: 25%;
	cursor: pointer;
	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: #eeeeee;
    color: #000000;
	position: relative;
	font-weight: 700;
}
.tab li::before {
	content: '';
	width: 1px;
	height: 25px;
	background-color: #6f6157;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.tab .active+li::before,
.tab li:first-of-type::before,
.tab .active::before {
	display: none;
}
.tab .active {
	/* background-image: url(../img/common/fooger_bg.jpg); */
    background-color: #000000;
	color: #fff;
}

@media screen and (max-width: 550px) {
	.tab li {
		width: 100%;
	}
	.tab li:nth-of-type(-n+2) {
		/* border-bottom: 1px solid #6f6157; */
	}
	.tab li:nth-of-type(odd)::before {
		display: none;
	}
	.tab li::before {
		height: 100%;
	}
	/*
	.tab li:nth-of-type(even)::after {
		content: '';
		height: 100%;
		width: 1px;
		position: absolute;
		top: 0;
		left: 0;
	}
	*/
}

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



/*---------------------------------------------------------------

header

---------------------------------------------------------------*/

header{
	border-top: 4px solid #000000;
	background-color: #FFFFFF;
	color: #444444;
	padding: 5px 0;
}

header a{color: #444444;}

header .wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

header .logo{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

header .ttl{
	font-size: 1.4rem;
	margin-left: 15px;
}

@media screen and (max-width: 767px) {
	header .logo {
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		-o-flex: 1;
		flex: 1;
	}
	header .ttl {
		margin-left: 0;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000000;
		color: #FFFFFF;
		width: 100%;
		padding: 5px 3%;
		font-size: 1.2rem;
		height: 20px;
	}
	header .ttl br {
		display: none;
	}
}

header .right{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
    padding: 20px 0;
}

header .tel{
	text-align: right;
	letter-spacing: 1px;
	margin-left: 20px;
}

header .tel dt{
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}

header .tel .en{
    font-weight: 500;
	font-size: 3.2rem;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 10px;
}

header .tel .en::before{
    background-image: url(../img/common/img_006.svg);
    content: "";
    display: block;
    height: 26px;
    width: 19px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}

header .tel .time{
	font-size: 1.4rem;
}

header .tel .time span{
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	header {
		height: 80px;
		top: 0;
		left: 0;
		transition: left .5s;
		position: fixed;
		width: 100%;
		z-index: 10;
		padding: 25px 0 5px;
		border-top: 0px solid #000000;
	}
	header.on {
		left: -85%;
	}
	header .wrap {
		height: 100%;
		padding: 0 3%;
	}
	header .logo a{
		width: 55%;
		max-width: 130px;
	}
	header .wrap img {
		height: auto;
	}
	body {
		transition: left .5s;
		left: 0;
		padding-top: 79px;
		position: relative;
	}
	body.on {
		left: -85%;
	}
	.h_tel {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		font-size: 1rem;
		margin-right: 10px;
		padding-right: 10px;
	}

	.h_tel span {
		width: 40px;
		color: #000000;
	}
	.h_tel::before {
		background-image: url(../img/common/img_006.svg);
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		width: 18px;
		height: 26px;
		display: block;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 320px) {
	h1 .i5 {
		display: block;
	}
}

/* Menu */

header + nav{
	background-color: #fff;
	border-top: solid 1px #e3e3e3;
	position: relative;
	z-index: 1;
}

nav ul.wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: 1px;
}

nav .wrap > li{
	position: relative;
	/* width: 16.6%; */
	width: 50%;
}
nav .wrap > li::before,
nav .wrap > li:last-child::after {
	content: '';
	display: block;
	background-color: #DDDDDD;
	height: 23px;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
nav .wrap > li::before {
	left: 0;
}
nav .wrap > li:last-child::after {
	right: 0;
}

nav a{
	color: #1f1a14;
	/* text-align: center; */
	font-size: 1.2rem;
}

nav .en {
	font-weight: normal;
	font-size: 1.6rem;
	display: block;
}

nav .micho{
	display: block;
	text-align: center;
	padding: 15px 0;
	line-height: 1.4;
}

nav .pulldown {
	font-size: 2rem;
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: .3s height;
    box-shadow: 0px 11px 11px -9px rgba(31, 26, 20, 0.27) inset;
	z-index: 10;
}
nav .wrap > li:hover .pulldown {
	height: auto;
}


nav .pulldown li {
	width: 100%;
	border: none;
}

nav .pulldown li:last-child{
	border-right: none;
}

nav .pulldown a {
	width: 157px;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 20px 10px;
	box-sizing: border-box;
	letter-spacing: -1px;
	border-bottom: 1px solid #dddddd;
}

nav .pulldown .arrow01::before{font-size: 14px;}

@media screen and (max-width: 767px) {
	header + nav {
		border-left: 1px solid #e7e7e7;
		background-color: #fff;
		height: 100vh;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 3px;
		position: absolute;
		position: fixed;
		top: 0;
		width: 85%;
		right: -85%;
		transition: right .5s;
		z-index: 1000;
		max-height: 100%;
		overflow: scroll;
	}
	header.on + nav {
		right: 0;
	}


	nav ul.wrap {
		display: block;
	}
	nav ul.wrap > li {
		border-bottom: 1px solid #e7e7e7;
		margin-left: 0;
		position: relative;
		width: 100%;
	}
	nav .wrap > li::before,
	nav .wrap > li:last-child::after {
		display: none;
	}
	nav ul.wrap a {
		height: 60px;
		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: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		padding: 0 5%;
		font-size: 1.6rem;
		border-bottom: none;
	}
	nav ul.wrap .pulldown a {
		font-size: 1.4rem;
	}
	nav ul.wrap a.sp {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
	}
	nav ul.wrap .arrow01::before {
		display: none;
	}
	nav ul.wrap a::after {
		content: '\f105';
		font-weight: bold;
		font-family: 'Font Awesome 5 Free';
	}
	nav ul.wrap .submenu::after {
		content: '\f067';
	}
	nav ul.wrap .submenu.open::after {
		content: '\f068';
	}
	nav .pulldown {
		display: none;
		height: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: static;
		background-color: #eeeeee;
	}
	nav .submenu.open+.pulldown {
		display: block;
	}
	nav .pulldown li {
		border-top: 1px solid #d4d4d4;
	}
	nav ul.wrap span {
		display: none;
	}
	nav > ul.sp {
		/* background-image: url(../img/common/bg_001.jpg); */ 
		background-color: #000000;
		color: #fff;
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 5%;
		letter-spacing: 1px;
	}
	nav > ul.sp .shop_info {
		overflow: hidden;
		width: 100%;
		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;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	nav > ul.sp .shop_info dt {
		color: #fff;
		font-size: 1.4rem;
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}
	nav > ul.sp .shop_info dt::before,
	nav > ul.sp .shop_info dt::after {
		content: "─";
		/* background-image: url(../img/common/img_002.svg); */
		background-repeat: no-repeat;
		display: block;
		height: 15px;
		width: 35px;
	}
	nav > ul.sp .shop_info dt::before {
		background-position: left center;
		margin-right: 5px;
	}
	nav > ul.sp .shop_info dt::after {
		background-position: right center;
		margin-left: 5px;
		transform: scale(-1, 1);
	}
	nav > ul.sp .shop_info dd {
		width: 35%;
		text-align: center;
	}
	nav > ul.sp .shop_info a {
		color: #fff;
		line-height: 2.4;
	}
	nav > ul.sp li:not(:first-of-type) {
		width: 100%;
		margin-top: 6%;
	}
	nav > ul.sp li:last-of-type {
		margin-bottom: 30px;
		width: 100%;
	}
	.btn-tel {
		color: #0f0e0c;
		/*
		-webkit-box-shadow: inset 0 0 0 2px #d2ad6e;
		-moz-box-shadow: inset 0 0 0 2px #d2ad6e;
		box-shadow: inset 0 0 0 1px #d2ad6e;
		*/
		box-shadow: 0px 0px 0px 3px #FFFFFF;
		border: solid 1px #fff;
		background-color: #fff;
		display: -webkit-flex;
		display: -ms-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;
		text-align: right;
		height: 80px;
		padding: 0px 14px;
	    border: 2px solid #444444;
	}
	.btn-tel .tel_num {
		margin-bottom: 5px;
		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;
		font-size: 2.6rem;
		font-weight: bold;
	}
	.btn-tel .tel_num::before {
		background-image: url(../img/common/icon_tel_gold.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		content: "";
		width: 26px;
		height: 28px;
		display: block;
		margin-right: 1px;
	}
	.btn-tel.no-icon .tel_num {
    margin-bottom: 0;
    font-size: 5vw;
	}
	.btn-tel.no-icon .tel_num::before {
		display: none;
	}
	
	.btn-tel .tel_num span {
		letter-spacing: -1px;
	}
	.btn-tel.no-icon .tel_num span {
		font-size: 20px;
	}
	.btn-tel .time {
		font-size: 1.4rem;
		display: block;
		width: 100%;
		text-align: center;
	}
	nav > ul.sp .btn01 {
		font-size: 1.6rem;
		height: 80px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
}
@media screen and (max-width: 424px) {
	nav > ul.sp .shop_info dd {
		width: 45%;
	}
}




/*---------------------------------------------------------------

footer

---------------------------------------------------------------*/
footer{
	background-image: url(../img/common/fooger_bg.jpg);
	margin-top: 100px;
}

footer .gnav{
	background-color: #ffffff;
	-webkit-box-shadow: 0 1px 8px rgba(31,26,20,.69);
	-moz-box-shadow: 0 1px 8px rgba(31,26,20,.69);
	box-shadow: 0 1px 8px rgba(31,26,20,.69);
}

footer .gnav .wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

footer .gnav .wrap li{
	/* width: 16.6%; */
	width: 50%;
}

@media screen and (max-width: 767px) {
	footer {
		margin-top: 50px;
	}
	footer .gnav .wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer .gnav .wrap li {
		width: 50%;
	}
	footer .gnav .wrap li:nth-of-type(odd) {
		border-right: 1px solid #dddddd;
	}
	footer .gnav .wrap li:nth-last-of-type(n+2) {
		border-bottom: 1px solid #dddddd;
	}
	footer .gnav a::before, footer .gnav li:last-child a::after {
		display: none;
	}
}


footer .gnav a{
	color: #1f1a14;
	height: 45px;
	padding: 10px 0;
	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;
	position: relative;
}

footer .gnav a::before,
footer .gnav li:last-child a::after {
	content: '';
	background-color: #dddddd;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 22px;
}
footer .gnav a::before {
	left: 0;
}
footer .gnav li:last-child a::after {
	right: 0;
}


footer .box01{
	display: flex;
	justify-content: space-between;
    padding: 50px 0 40px 0;
}

footer .box01 .logo .micho{
	color: #fff;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

footer .box01 .tel .en{
	font-size: 3rem;
}

footer .box01 .tel a{
	color: #0f0e0c;

	border: solid 2px #fff;
	display: -webkit-flex;
	display: -ms-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;
	text-align: right;
	width: 250px;
	height: 80px;
	padding: 0px 14px;
	color: #FFFFFF;
}
footer .box01 .tel_num {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 3px;
}
footer .box01 .tel_num span {
	letter-spacing: -1px;
}
footer .box01 .tel a .tel_num::before{
    background-image: url(../img/common/icon_tel_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: "";
    width: 28px;
    height: 31px;
    display: block;
}

footer .box01 .tel .time {
	font-size: 1.4rem;
	display: block;
	width: 100%;
}

footer .box01 .tel .time span{
	font-weight: bold;
}

footer .box01 .btn01{
    font-size: 2rem;
    width: 280px;
    height: 76px;
    top: 2px;
    position: relative;
}
footer .box01 .btn01:hover {
	opacity: 1;
}

footer .copyright{
	background-color: #000000;
	color: #fff;
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	footer .box01 {
		display: block;
		padding: 10% 5% 20px;
		text-align: center;
	}
	aside .bnr_list02 li {
		text-align: center;
	}
	footer .box01 .tel .en,
	footer .box01 .btn01 {
		width: 100%;
	}
	footer .box01 .tel_num {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}
	footer .box01 .tel .time {
		text-align: center;
	}
}


/*---------------------------------------------------------------

contents

---------------------------------------------------------------*/

.wrap.flex{
	justify-content: space-between;
	margin-top: 50px;
}
main{
	width: 800px;
}

@media screen and (max-width: 767px) {
	.wrap.flex {
		display: block;
		margin: 0 2%;
		width: 96%;
	}
	main{
		width: 100%;
	}
}


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

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

aside{
	width: 250px;
}

@media screen and (max-width: 767px) {
	main section {
		padding: 3%;
	}
	aside {
		width: 100%;
	}
	.sp_aside {
		max-width: 250px;
		margin: 0 auto;
	}
}


/*ozaki↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
small{font-size: 1.2rem;}

/*---------------------------------------------------------------

aside

---------------------------------------------------------------*/
aside .pickup_therapist{
	margin-bottom:20px;

}

aside .pickup_therapist a:hover {
	opacity: 1;
}

aside .pickup_therapist dt{
    text-align: center;
    color: #444444;
    height: 60px;
    /* padding-top: 34px; */
    font-size: 2.4rem;
}

aside .pickup_therapist dt span{
	display:block;
	color:#444444;
	font-size:1.4rem;
}
aside .pickup_therapist figure a {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
aside .pickup_therapist figure img{
    width: 220px;
    margin-bottom: -10px;
}

aside .pickup_therapist dd{
	text-align:center;
	background-image: url(../img/common/cast_bg.png);
	background-repeat:no-repeat;
	background-position: center top;
	color:#ffffff;
    min-height: 412px;
	padding-top: 20px;
}

aside .pickup_therapist dd span{
	display:block;
	padding-top: 10px;
}

aside .pickup_therapist dd .en{
	font-size:2rem;
}


aside .bnr_list01 {
	margin-bottom:20px;
}

aside .bnr_list01 li{
	margin-bottom:10px;
}

aside .bnr_list01 li:last-child{
	margin-bottom:0;
}

aside .bnr_list02 {
	margin-bottom:20px;
}

aside .bnr_list02 li{
	margin-bottom:5px;
}

aside .bnr_list02 li:last-child{
	margin-bottom:0;
}

aside .twitter{
	background-color:#ffffff;
	margin-bottom: 20px !important;
}

aside .shop_info{
	margin-bottom:20px;
	background-color:#eeeeee;
}

aside .shop_info dt{
	color:#000000;
	text-align:center;
	font-size: 1.4rem;
	font-weight: bold;
    padding: 20px 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 1.6rem;
	letter-spacing: 1px;
	
}
/*
aside .shop_info dt:before{
	content: "";
	background-image: url(../img/common/img_003.svg);
	display: block;
	height: 10px;
	width: 37px;
	margin-right: 10px;
}

aside .shop_info dt:after{
	content: "";
	background-image: url(../img/common/img_003.svg);
	display: block;
	height: 10px;
	width: 37px;
	transform: scale(-1, 1);
	margin-left: 10px;
}
*/

aside .shop_info dd{
	font-weight:bold;
	overflow:hidden;
	padding:15px;
	line-height:1.6;
}

aside .shop_info dd a{
	color:#0f0e0c;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

aside .shop_info dd a:before{
	font-size:1.4rem;
}

aside .shop_info dd li{
	float:left;
}

aside .shop_info dd li:nth-child(2n+1){
	margin-right:15px;
}

aside .twitter{
	background-color: #fff;
}



@media screen and (max-width: 767px) {
	.shop_info {
		width: 100%;
		margin: 0 auto;
	}
	aside .shop_info ul {
		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;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	aside .bnr_list01 {
		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;
	}
	aside .bnr_list01 li {
		width: 48.5%;
		max-width: 250px;
	}
	aside .bnr_list01 li:first-of-type {
		margin-right: 3%;
	}
	aside .shop_info dd li {
		width: 35%;
	}
	aside .shop_info dd li:nth-child(2n+1) {
		margin-right: 0;
	}
	aside .shop_info dd a{
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}
	footer .box01 .tel_num {
		margin-bottom: 5px;
	}
	footer .box01 .tel a .tel_num::before {
		margin-right: 5px;
	}
}
@media screen and (max-width: 374px) {
	aside .shop_info dd li {
		width: 45%;
	}
}


/*
下層Template*
*/
.lower_main {
	background-image: url(../img/common/lower_main.png);
	background-size: cover;
	background-position: top center;
}

.lower_main h1{
	text-align: center;
	padding: 50px 0;
	color: #fff;
	font-size: 38px;
}
.lower_main span{
	display:block;
	font-size: 22px;
}

.breadcrumb {
	padding-top: 20px;
	font-size: 14px;
}

.breadcrumb li{
    display: inline-block;
}
 .breadcrumb li:after{
    content:" ＞ ";
}
 .breadcrumb li:last-child:after{
    content:"";
}



@media screen and (max-width: 767px) {
	.lower_main{
		background-image: url(../img/common/sp_lower_main.png);
	}
	.lower_main h1{
		padding: 25px 0;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 1.2;
	}
	.lower_main span{
		font-size: 18px;
	}
	.breadcrumb {
		padding: 20px 15px 20px;
		width: 100%;
		overflow: scroll;
		white-space: nowrap;
	}
}

.pagination_nav {
	padding-top: 30px;
	display: flex;
	list-style: none;
	justify-content: center;
	text-align: center;
}
.pagination_nav li {
	margin: 0 5px;
	border-radius: 14px;
}
.pagination_nav li:hover {
    background-color: #D9EAF4;
}
.pagination_nav li.active {
    background-color: #1f1a14;
    color: #ffffff;
}
.pagination_nav li,
.pagination_nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eeeeee;
	border-radius: 14px;

}
.pagination_nav li a,
.pagination_nav li.active {
	padding: 6px 10px;
}

.pagination_nav li a:hover{
	background-color:#1f1a14;
	color: #ffffff;
}



/**
 * Template
 */
.w100p {width: 100%;}


@media screen and (max-width: 767px) {
	.ttl01 {
		background-image: url(../img/profile/therapist_name_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		margin: -3% -3% 4% -3%;
		height: 25vw;
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding-top: 3%;
	}
}


.footer_sp_nav {
	display: none;
}
@media screen and (max-width: 767px) {
	.footer_sp_nav {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	    z-index: 10;
	}
	.footer_sp_nav ul {
		display: flex;
		border-top: solid 1px #444444;
	}
	.footer_sp_nav ul li {
		width: 33.43333%;
		border-right: solid 1px #444444;
		background-color: #000000;
	}
	.footer_sp_nav ul li:last-child {
		border: none;
	}
	.footer_sp_nav ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #FFFFFF;
	    min-height: 15vw;
	    font-family: "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		padding-right: 5px;
	}
	.footer_sp_nav ul li:last-child a {
		padding-right: 0;
	}
	.footer_sp_nav ul li a img{
		height: 20px;
		width: 20px;
		margin-right: 5px;
	}
	footer .copyright {
	    padding-bottom: 17vw;
	}
}



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