@charset "utf-8";


/*resetCSS*/
html{
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
color:#454545;
background:#FFF;
}
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,
th,td{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
fieldset,
img{ border:0; }
address,
caption,
em{
font-style:normal;
font-weight:normal;
}
ol,ul{ list-style:none; }
caption, th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{
border:0;
font-variant:normal;
}
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
*font-size:100%;
}
*{
margin:0;
padding:0;
}
strong,
th{ font-weight:bold;}

#content{ }
.section{
clear:both;
margin-bottom:30px;
}

body{
font-size:1.6rem;
font-family: 'KaiseiOpti';
}

*, *:before, *:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

h1{
font-size:6.2rem;
font-weight:bold;
margin-bottom:30px;
}
h2{
font-size:4.2rem;
font-weight:bold;
margin-bottom:1.5em;
}
h2 span{ }
h3{
font-size:24px;
font-weight:bold;
margin-bottom:15px;
}
h3 span{ }
h4{
font-size:95%;
font-weight:bold;
margin-bottom:15px;
}
h5{
font-size:90%;
font-weight:bold;
margin-bottom:10px;
}
p,ul,ol,dl{
font-size:16px;
margin-bottom:1.5em;
line-height:160%; }
.anchor a{ }

a{
text-decoration: none;
color: #189FBA;
}
a:hover{
text-decoration:underline;
}
a:hover img{
opacity: 0.7;
transition: all .3s;
}

/*clear Fix*/
.clearFix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearFix{
display:inline-table;
min-height:1%;
}
* html .clearFix{
height:1%;
}
.clearFix{
display:
block;
}
/* フォント指定
=========================================================================================== */
@font-face {
    font-family: 'KaiseiOpti';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/KaiseiOpti-Medium.woff2') format('woff2'),
	     url('../fonts/KaiseiOpti-Medium.woff') format('woff'),
	     url('../fonts/KaiseiOpti-Medium.ttf')  format('truetype'),
         url('../fonts/KaiseiOpti-Medium.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'KaiseiOpti';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/KaiseiOpti-Bold.woff2') format('woff2'),
	     url('../fonts/KaiseiOpti-Bold.woff') format('woff'),
	     url('../fonts/KaiseiOpti-Bold.ttf')  format('truetype'),
         url('../fonts/KaiseiOpti-Bold.eot') format('embedded-opentype');
}
/*--------------------ここまで-----------------------------------*/
/* Header Setting
=========================================================================================== */
#headerSet{
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:999;
	padding:0 0 0 4%;
	display: flex;
    justify-content: flex-end;
	align-items: center;
	transition: all .3s;
}
#headerSet #headerLogoSet{
	margin-right:auto;
}
#headerSet #headerLogoSet #headerLogo{
	margin-bottom: 0;
    position: relative;
    z-index: 9999;
}
#headerSet #headerLogoSet #headerLogo a{
    display: flex;
    align-items: center;
    color: #FFF;
	text-decoration:none;
    font-size: 24px;
	transition: all .3s;
}
#headerSet #headerLogoSet #headerLogo a img{
    margin-right: 0.5em;
}
#headerSet #headerLogoSet #headerLogo a:hover{
	opacity:0.7;
}




#headerSet #headerMenuSet #headerSubMenuSet{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#headerSet #headerMenuSet .subNav ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
	font-size:14px;
    margin-bottom: 0;
}
#headerSet #headerMenuSet .subNav ul li.btn{
    margin-right: 2em;
}
#headerSet #headerMenuSet .subNav ul li.btn a{
    border-radius: 3em;
    border: 1px solid #454545;
    padding: 0.2em 1em;
    display: inline-block;
    color: #454545;
    text-decoration: none;
    transition: all .3s;
}
#headerSet #headerMenuSet .subNav ul li.btn a:hover{
    background: #FFF;
    color: #5A9FB1;
}


#headerSet #headerMenuSet #headerSubMenuSet .headerSnsList{
    display: flex;
    align-items: center;
    margin-right: 1em;
    margin-bottom: 0;
}
#headerSet #headerMenuSet #headerSubMenuSet .headerSnsList li{
    margin: 0 0.5em;
}
#headerSet #headerMenuSet #headerSubMenuSet .headerTelSet{
    padding: 0;
}
#headerSet #headerMenuSet #headerSubMenuSet .headerTelSet a{
    background: #FFF;
    align-items: center;
    color: #454545;
    display: inline-block;
    padding: 10px 1em;
    transition: all .3s;
}
#headerSet #headerMenuSet #headerSubMenuSet .headerTelSet a:hover{
	text-decoration:none;
	color:#5A9FB1;
}
#headerSet #headerMenuSet #headerSubMenuSet .headerTelSet a div{
    display: block;
    margin-left: 0.5em;
}

#headerSet #headerMenuSet #headerSubMenuSet .headerTelSet a span{
    display: block;
    font-size: 12px;
}
#headerSet #headerMenuSet #headerSubMenuSet .headerTelSet a strong{
    font-size: 20px;
    letter-spacing: 0.15em;
    display: flex;
    align-items: center;
    line-height: 1;
}
#headerSet #headerMenuSet #headerSubMenuSet .headerTelSet a strong:before{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    transition: all .3s;
}





#headerSet #headerMenuSet .gnav ul{
	display: flex;
    align-items: center;
	justify-content: flex-end;
	font-size:16px;
    margin-right: 20px;
    margin-bottom: 0.5em;
}
#headerSet #headerMenuSet .gnav ul li{
	padding:0.5em 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#headerSet #headerMenuSet .gnav ul li:last-child{
    padding-right: 0;
}
#headerSet #headerMenuSet .gnav ul li a{
	color: #454545;
	text-decoration:none;
	position: relative;
	transition: all .3s;
}
#headerSet #headerMenuSet .gnav ul li a:hover{
	color:#5A9FB1;;
}



.current #headerSet{
	background: rgba(255, 255, 255, 0.6);
}

/* ALL Setting
=========================================================================================== */
/***メインビジュアル***/
#subContentsHead{
	overflow:hidden;
}
#subContentsHead .mainVisualSet{
	overflow:hidden;
	margin-left:-200px;
	padding-left:200px;
	margin-right:-200px;
	padding-right:200px;
    border-bottom-left-radius: 50% 30%;
    border-bottom-right-radius: 50% 30%;
}
#subContentsHead .mainVisual{
    background-image:url("../images/submainvisual.jpg");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height: 46vh;
	position:relative;
	min-height: 500px;
}


#subContentsHead .mainVisual .mainTitle{
	font-size:16px;
	white-space: nowrap;
    text-align: center;
    font-weight: bold;
	margin-bottom:0;
	text-shadow:4px 4px 6px rgba(255,255,255,0.8);
	position: absolute;
    left:50%;
    top: 50%;
    transform:translateY(-50%) translateX(-50%);
}
#subContentsHead .mainVisual .mainTitle span{
	font-size:6.4rem;
	display:block;
	font-weight: bold;
    color:#189FBA;
	text-transform: uppercase;
}
#subContentsHead .mainVisual .mainTitle strong{
    color:#FFF;
    background: #189FBA;
    display: inline-block;
    padding: 0.2em 1em;
    text-shadow: none;
}
/**パンくず**/
#path{
	max-width:1100px;
	margin:0 auto;
	display: flex;
    align-items: center;
	justify-content: flex-start;
	font-size:14px;
	margin-bottom: 1em;
}
#path li a{
	color:#189FBA;
}
#path li:after{
	content:"/";
    color: #189FBA;
	padding:0 1em;
}
#path li:last-child:after{
	content:none;
}



article section{
	padding:60px 0;
	width:1100px;
	margin:0 auto;
}

.ttlStyle1{
    font-size: 3.2rem;
    font-weight: 900;
    color: #189FBA;
    text-align: center;
}
.ttlStyle1 span{
    display: block;
    font-size: 16px;
}
.ttlStyle2{
    font-size: 2.4rem;
    color: #189FBA;
}
.ttlStyle2:before{
    content: "■";
    margin-right: 0.5em;
}
.subTtlStyle1{
    font-size: 20px;
}
.subTtlStyle1:before{
    content: "■";
    margin-right: 0.5em;
}
.catchStyle1{
    font-size: 20px;
}
.bgPatternA{
    background-image: url(../images/bgpattern_a.gif);
    background-size: cover;
    background-position: center;
}
.bgPatternB{
    position: relative;
    overflow: hidden;
}
.bgPatternB:before{
    content: "";
    width: 500px;
    height: 500px;
    display: block;
    background-image: url("../images/bgpattern_b_top.svg");
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.bgPatternB:after{
    content: "";
    width: 500px;
    height: 500px;
    display: block;
    background-image: url("../images/bgpattern_b_bottom.svg");
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.bgPatternC{
    background: #F9F9C5;
}
.bgPatternD{
    background-image: url(../images/bgpattern_d.gif);
    background-size: cover;
    background-position: top center;
}
.bgPatternE{
    background: #F2F2F2;
}
.centerAdjust{
    text-align: center;
}
.rightAdjust{
    text-align: right;
}
.imgOnlyStyle img{
    max-width: 100%;
}
.btnStyle1 a{
	font-size:16px;
	text-decoration:none;
	background:#189FBA;
	display:inline-block;
	padding:1em 2em;
	color:#FFF;
	min-width: 300px;
    border-radius: 3em;
	text-align: center;
	transition: all .3s;
	position:relative;
}
.btnStyle1 a:before {
    content: "";
    display: inline-block;
    background-image: url("../images/icon_arrow_w.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}
.btnStyle1 a:hover{
	background: #147a8e;
}
.listStyle1{
    padding-left: 1em;
    text-align: left;
    font-size: 16px;
}
.listStyle1 li{
    margin-bottom: 0.5em;
    position: relative;
}
.listStyle1 li:before{
	content:"■";
	color: #189FBA;
    position: absolute;
    left: -1.5em;
}
.listStyle2{
    list-style: disc;
    padding-left: 1em;
}
.listStyle3{
    padding-left: 1.5em;
    text-align: left;
    font-size: 16px;
}
.listStyle3 li{
    margin-bottom: 0.5em;
    position: relative;
}
.listStyle3 li:before{
	content:"●";
	color: #189FBA;
    position: absolute;
    left: -1.5em;
}
.boxPatternA{
    background: #FFF;
    padding: 2em 4%;
}




.therapistList1{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.therapistList1 > li{
    width: 30%;
    text-align: center;
    margin-left: 5%;
    margin-bottom: 2em;
}
.therapistList1 > li:nth-child(3n+1){
    margin-left: 0;
}
.therapistList1 > li > a{
    border: 2px solid #189FBA;
    background: #FFF;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    transition: all .3s;
    position: relative;
}
.therapistList1 > li > a:hover img{
    opacity: 1;
}
.therapistList1 > li > a:hover{
    opacity: 0.7;
}
.therapistList1 > li > a .therapistImg{
	height:400px;
    overflow: hidden;
	font-size:0;
}
.therapistList1 > li > a .therapistImg img{
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.therapistList1 > li > a .therapistText{
    padding: 1em 4%;
}
.therapistList1 > li > a .therapistText .therapistName{
    font-size: 20px;
    font-weight: bold;
    color: #454545;
    margin-bottom: 10px;
}
.therapistList1 > li > a .therapistText .therapistType{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.therapistList1 > li > a .therapistText .therapistType li{
    border: 1px solid #189FBA;
    border-radius: 4px;
    display: inline-block;
    padding: 0 1em;
    line-height: 1.2;
    color: #189FBA;
    font-size: 14px;
    margin-right: 1em;
}
.therapistList1 > li > a .therapistText .therapistType li:last-child{
    margin-right: 0;
}
.therapistList1 > li > a .therapistText .time{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.therapistList1 > li > a .therapistText .time:before {
    content: "";
    display: inline-block;
    background-image: url(../images/icon_clock.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
}
.therapistList1 > li > a .therapistText .reserveBtn a{
    padding: 0.5em 1em;
    border-radius: 3em;
    background: #189FBA;
    display: block;
    color: #FFF;
    text-decoration: none;
    transition: all .3s;
}
.therapistList1 > li > a .therapistText .reserveBtn a:hover{
    opacity: 0.7;
}
.therapistList1 > li > a .therapistText .close{
    color: #F1204A;
    padding: 0.5em 1em;
    display: inline-block;
}


.therapistList1 > li.new > a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #F26FAA transparent transparent transparent;
}
.therapistList1 > li.new > a:after {
    position: absolute;
    content: "NEW";
    transform: rotate(315deg);
    display: block;
    font-size: 11px;
    white-space: pre;
    color: #fff;
    top: 12px;
    left: 4px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}








ul.staff_block{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}
ul.staff_block > li{
    width: 23.5%;
    text-align: center;
    margin-left: 2%;
    margin-bottom: 2em;
	border: 2px solid #189FBA;
    background: #FFF;
    overflow: hidden;
    border-radius: 10px;
	padding:0;
    display: block;
    text-decoration: none;
    transition: all .3s;
    position: relative;
}
ul.staff_block > li:nth-child(4n+1){
    margin-left: 0;
}
ul.staff_block > li > a:hover img{
    opacity: 1;
}
ul.staff_block > li > a:hover{
    opacity: 0.7;
}
ul.staff_block > li > .thumb{
	height:400px;
    overflow: hidden;
	font-size:0;
	margin-bottom:10px;
}
ul.staff_block > li > .thumb img{
    width: 100%;
	height: 100%;
	object-fit: cover;
}
/*ul.staff_block > li > a .therapistText{
    padding: 1em 4%;
}
ul.staff_block > li > a .therapistText .therapistName{
    font-size: 20px;
    font-weight: bold;
    color: #454545;
    margin-bottom: 10px;
}
ul.staff_block > li > a .therapistText .therapistType{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
ul.staff_block > li > a .therapistText .therapistType li{
    border: 1px solid #189FBA;
    border-radius: 4px;
    display: inline-block;
    padding: 0 1em;
    line-height: 1.2;
    color: #189FBA;
    font-size: 14px;
    margin-right: 1em;
}
ul.staff_block > li > a .therapistText .therapistType li:last-child{
    margin-right: 0;
}
ul.staff_block > li > a .therapistText .time{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
ul.staff_block > li > a .therapistText .time:before {
    content: "";
    display: inline-block;
    background-image: url(../images/icon_clock.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
}
ul.staff_block > li > a .therapistText .reserveBtn a{
    padding: 0.5em 1em;
    border-radius: 3em;
    background: #189FBA;
    display: block;
    color: #FFF;
    text-decoration: none;
    transition: all .3s;
}
ul.staff_block > li > a .therapistText .reserveBtn a:hover{
    opacity: 0.7;
}



ul.staff_block > li.new > a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #F26FAA transparent transparent transparent;
}
ul.staff_block > li.new > a:after {
    position: absolute;
    content: "NEW";
    transform: rotate(315deg);
    display: block;
    font-size: 11px;
    white-space: pre;
    color: #fff;
    top: 12px;
    left: 4px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}*/





.therapistList2{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}
.therapistList2 > li{
    width: 23.5%;
    text-align: center;
    margin-left: 2%;
    margin-bottom: 2em;
	display: flex;
}
.therapistList2 > li:nth-child(4n+1){
    margin-left: 0;
}
.therapistList2 > li > a{
    border: 2px solid #189FBA;
	width:100%;
    background: #FFF;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    transition: all .3s;
    position: relative;
}
.therapistList2 > li > a:hover img{
    opacity: 1;
}
.therapistList2 > li > a:hover{
    opacity: 0.7;
}
.therapistList2 > li > a .therapistImg{
	height:400px;
    overflow: hidden;
	font-size:0;
}
.therapistList2 > li > a .therapistImg img{
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.therapistList2 > li > a .therapistText{
    padding: 1em 4%;
}
.therapistList2 > li > a .therapistText .therapistName{
    font-size: 20px;
    font-weight: bold;
    color: #454545;
    margin-bottom: 10px;
}
.therapistList2 > li > a .therapistText .therapistType{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.therapistList2 > li > a .therapistText .therapistType li{
    border: 1px solid #189FBA;
    border-radius: 4px;
    display: inline-block;
    padding: 0 1em;
    line-height: 1.2;
    color: #189FBA;
    font-size: 14px;
    margin-right: 1em;
}
.therapistList2 > li > a .therapistText .therapistType li:last-child{
    margin-right: 0;
}
.therapistList2 > li > a .therapistText .time{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.therapistList2 > li > a .therapistText .time:before {
    content: "";
    display: inline-block;
    background-image: url(../images/icon_clock.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
}
.therapistList2 > li > a .therapistText .reserveBtn a{
    padding: 0.5em 1em;
    border-radius: 3em;
    background: #189FBA;
    display: block;
    color: #FFF;
    text-decoration: none;
    transition: all .3s;
}
.therapistList2 > li > a .therapistText .reserveBtn a:hover{
    opacity: 0.7;
}



/*.therapistList2 > li.new > a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #F26FAA transparent transparent transparent;
}
.therapistList2 > li.new > a:after {
    position: absolute;
    content: "NEW";
    transform: rotate(315deg);
    display: block;
    font-size: 11px;
    white-space: pre;
    color: #fff;
    top: 12px;
    left: 4px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
}*/
.therapistList2 > li > a .badgeNew{
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1;
  border-radius: 3em;
  background: #F26FAA;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}
.therapistList2 > li > a .todayWork{
	margin-bottom:0;
	color:#F26FAA;
}



.staffBlogList{
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
}
.staffBlogList li{
	width: 30%;
    margin-left: 5%;
    margin-bottom: 2em;
}
.staffBlogList li:nth-child(3n+1){
	margin-left:0;
}
.staffBlogList li a{
	display:block;
	color: inherit;
	text-decoration:none;
	transition: all .3s;
}
.staffBlogList li a:hover{
	opacity: 0.7;
}
.staffBlogList li a:hover img{
	opacity: 1;
}
.staffBlogList li a .staffBlogImg{
	height:230px;
    overflow: hidden;
	font-size:0;
}
.staffBlogList li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.staffBlogList li .staffBlogText{
	padding:1em 0;
}
.staffBlogList li .staffBlogText span{
	font-size:14px;
	display:inline-block;
	margin-bottom:0.5em;
}
.staffBlogList li .staffBlogText .cate{
	color:#189FBA;
	display:inline-block;
	padding:0 1em;
    line-height: 1.2;
    border: 1px solid #189FBA;
    background: #FFF;
	margin-left:1em;
    border-radius: 4px;
}
.staffBlogList li .staffBlogText p{
	font-size:16px;
    margin-bottom: 0;
}




.tenpoBlogList{
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
}
.tenpoBlogList li{
	width: 30%;
    margin-left: 5%;
    margin-bottom: 2em;
}
.tenpoBlogList li:nth-child(3n+1){
	margin-left:0;
}
.tenpoBlogList li a{
	display:block;
	color: inherit;
	text-decoration:none;
	transition: all .3s;
}
.tenpoBlogList li a:hover{
	opacity: 0.7;
}
.tenpoBlogList li a:hover img{
	opacity: 1;
}
.tenpoBlogList li a .tenpoBlogImg{
	height:230px;
    overflow: hidden;
	font-size:0;
}
.tenpoBlogList li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tenpoBlogList li .tenpoBlogText{
	padding:1em 0;
}
.tenpoBlogList li .tenpoBlogText span{
	font-size:14px;
	display:inline-block;
	margin-bottom:0.5em;
}
.tenpoBlogList li .tenpoBlogText .cate{
	color:#189FBA;
	display:inline-block;
	padding:0 1em;
    line-height: 1.2;
    border: 1px solid #189FBA;
    background: #FFF;
	margin-left:1em;
    border-radius: 4px;
}
.tenpoBlogList li .tenpoBlogText p{
	font-size:16px;
    margin-bottom: 0;
}



.accordionList{
	margin-bottom:1.5em;
}
.accordionList dt{
	color:inherit;
    border: 2px solid #189FBA;
	position: relative;
	padding:1em 24px;
	font-size:18px;
	cursor: pointer;
	font-weight:bold;
    background: #FFF;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.accordionList dt span{
	font-size:3.2rem;
	color:#FFF;
	display:inline-block;
	background:#189FBA;
	width:60px;
	height:60px;
	border-radius: 50%;
	text-align:center;
	line-height: 60px;
	margin-right:16px;
}
.accordionList dt strong{
	width:calc( 100% - 100px );
    font-weight: normal;
}
.accordionList dd {
    padding: 1.5em 24px;
    background: #F2F2F2;
    border: 2px solid #F2F2F2;
    border-top: 0;
	display: flex;
    align-items: center;
    justify-content: flex-start;
	flex-flow: wrap;
}
.accordionList dd span{
	font-size:3.2rem;
	color:#FFF;
	display:inline-block;
	background:#F09EAE;
	width:60px;
	height:60px;
	border-radius: 50%;
	text-align:center;
	line-height: 60px;
	margin-right:16px;
	font-weight: bold;
}
.accordionList dd strong{
	font-weight:normal;
	width:calc( 100% - 100px );
}

.accordionList dt:after {
   content: "";
   position: absolute;
   border-right: 2px solid #189FBA;
   border-bottom: 2px solid #189FBA;
   width: 16px;
   height: 16px;
   right: 30px;
   top:45%;
   transform: rotate(45deg) translateY(-50%);
}
.accordionList dt.ac:after {
   content: "";
   position: absolute;
   border-left: 2px solid #189FBA;
   border-top: 2px solid #189FBA;
   border-right: 0;
   border-bottom: 0;
   width: 16px;
   height: 16px;
   right: 30px;
   top:50%;
   transform: rotate(45deg) translateY(-50%);
}
/* about Setting
=========================================================================================== */
.aboutList{
    margin-bottom: 2em;
}
.aboutList li.typeA{
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom: 2em;
}
.aboutList li.typeB{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: 2em;
}

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


.aboutList li .btnStyle1 a{
    border: 1px solid #FFF;
}
.aboutList li .btnStyle1 a:hover{
    background: rgb(255,255,255,0.3);
}


.aboutList li.typeA .columnText{
	width:48%;
}
.aboutList li.typeA .columnImg{
	width:48%;
    margin-left:4%;
}
.aboutList li.typeB .columnText{
	width:48%;
    margin-left:4%;
}
.aboutList li.typeB .columnImg{
	width:48%;
}
.aboutList li .columnImg img{
	width:100%;
}
.aboutList li .columnText h3{
    font-size: 2.8rem;
    margin-bottom: 1em;
    color: #189FBA;
    font-style: italic;
}
.aboutList li .columnText h3 span{
    font-size: 14px;
    color: #D2D0D0;
    display: block;
    display: flex;
    align-items: center;
}

.aboutList li .columnText h3 div{
    display: flex;
    align-items: center;
}
.aboutList li .columnText h3 sup{
    font-size: 6.4rem;
    display: inline-block;
    line-height: normal;
    margin-right: 0.5em;
    font-weight: normal;
}
.aboutList li .columnText h3 strong{
    display: block;
    font-style: normal; 
}



.reliefList > li{
    display: flex;
    align-items: center;
    padding: 1em 4%;
    background: rgba(255,255,255,0.6);
    margin-bottom: 1em;
}
.reliefList > li .icon{
    width: 92px;
}
.reliefList > li dl{
    width: calc(96% - 92px);
    margin-left: 4%;
    margin-bottom: 0;
}
.reliefList > li dl dt{
    font-size: 20px;
    color: #189FBA;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.reliefList > li dl dd .listStyle1{
    padding-left: 1.5em;
    font-size: 16px;
    margin-bottom: 0;
}


/* therapist-single Setting
=========================================================================================== */
.profileSet{
    display: flex;
}
.profileSet .profileImg{
    width: 48%;
}
.profileSet .profileImg .imgOnlyStyle{
	height:640px;
}
.profileSet .profileImg img{
    width: 100%;
	height:100%;
	object-fit:cover;
}
.profileSet .profileImg .profileSnsList{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1em;
    margin-bottom: 1em;
}
.profileSet .profileImg .profileSnsList li{
    margin: 0 0.5em;
}
.profileSet .profileImg .profileSnsList li a img{
    width: 28px;
}
.profileSet .profileImg .profileSnsList li.blog a{
    background: #189FBA;
    color: #FFF;
    display: inline-block;
    border-radius: 4px;
    padding: 0 1em;
    text-decoration: none;
    transition: all .3s;
}
.profileSet .profileImg .profileSnsList li.blog a:hover{
    opacity: 0.7;
}

.profileSet .profileText{
    width: 48%;
    margin-left: 4%;
}
.profileSet .profileText h3{
    margin-bottom: 1em;
    font-size: 3.2rem;
    border-bottom: 1px solid #189FBA;
    padding-bottom: 0.5em;
}
.profileSet .profileText .typeList{
    font-size: 14px;
}
.profileSet .profileText .typeList li{
    display: inline-block;
    border: 1px solid #189FBA;
    padding: 0 1em;
    line-height: 1.2;
    color: #189FBA;
    border-radius: 4px;
    margin-right: 0.5em;
}
.profileSet .profileText dl{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.profileSet .profileText dl dt{
    width: 10em;
    margin-bottom: 1em;
    font-weight: bold;
    color: #189FBA;
}
.profileSet .profileText dl dd{
    width: calc( 100% - 10em );
    margin-bottom: 1em;
}





.profilePhotoList{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.profilePhotoList li{
    width: 23.5%;
    margin-left: 2%;
    text-align: center;
    margin-bottom: 1em;
}
.profilePhotoList li:nth-child(4n+1){
    margin-left: 0;
}
.profilePhotoList li a{
    color: #393939;
    text-decoration: none;
}
.profilePhotoList li .castListImg{
	height: 380px;
    margin-bottom: 0.5em;
}
.profilePhotoList li .profilePhotoListImg{
	height: 320px;
}
.profilePhotoList li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.scheduleTable{
    width: 100%;
    margin-bottom: 2em;
    font-size: 16px;
}
.scheduleTable th{
    background: #F9F9C5;
    padding: 1em 2em;
    border: 1px solid #707070;
}
.scheduleTable td{
    padding: 1em 2em;
    border: 1px solid #707070;
}
.scheduleTable td .yoyakuBtn{
    display: inline-block;
    margin-left: 1em;
}
.scheduleTable td .yoyakuBtn a{
    background: #189FBA;
    color: #FFF;
    display: inline-block;
    border-radius: 4px;
    padding: 0.5em 1em;
    text-decoration: none;
    transition: all .3s;
}
.scheduleTable td .yoyakuBtn a:hover{
    opacity: 0.7;
}*/
table.attmgr_weekly{
	margin-bottom:3em;
}
table.attmgr_weekly th,
table.attmgr_weekly td{
	padding:1em;
}
table.attmgr_weekly th{
	background:#F9F9C5;
}

/* system Setting
=========================================================================================== */

.priceList{
	margin-bottom:1.5em;
}
.priceList dt{
	color:inherit;
    border: 2px solid #189FBA;
	position: relative;
	padding:1.5em 24px;
	font-size:18px;
	cursor: pointer;
	font-weight:bold;
    background: #FFF;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}
.priceList dt strong{
	width:calc( 100% - 150px );
    font-weight: normal;
}
.priceList dt strong em{
	font-size:14px;
}
.priceList dt strong span{
	display:inline-block;
	padding:0.2em 1em;
	background:#189FBA;
	color:#FFF;
	font-size:14px;
	margin-left:1em;
}
.priceList dt div{
    margin-right: 3em;
}

.priceList dd {
    padding: 1.5em 24px;
    background: #F9F9C5;
    border: 2px solid #189FBA;
    border-top: 0;
	display: flex;
    align-items: center;
    justify-content: flex-start;
	flex-flow: wrap;
}

.priceList dd strong{
	font-weight:normal;
	width:calc( 100% - 150px );
}
.priceList dd h3{
    font-size: 20px;
    color: #189FBA;
}
.priceList dd h3:before{
    content:"■";
    margin-right: 0.5em;
}

.priceList dt:after {
   content: "";
   position: absolute;
   border-right: 2px solid #189FBA;
   border-bottom: 2px solid #189FBA;
   width: 16px;
   height: 16px;
   right: 30px;
   top:45%;
   transform: rotate(45deg) translateY(-50%);
}
.priceList dt.ac:after {
   content: "";
   position: absolute;
   border-left: 2px solid #189FBA;
   border-top: 2px solid #189FBA;
   border-right: 0;
   border-bottom: 0;
   width: 16px;
   height: 16px;
   right: 30px;
   top:50%;
   transform: rotate(45deg) translateY(-50%);
}
.priceList dt.ac{
    border-bottom: none;
}


.priceList2 li{
    border-bottom: 1px dashed #838383;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1em 0;
}




.flowList{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.flowList li{
    width: 30%;
    margin-left: 5%;
    position: relative;
    margin-bottom: 2em;
}
.flowList li:nth-child(3n+1){
    margin-left: 0;    
}
.flowList li img{
    width: 100%;
}
.flowList li span{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-20%) translateX(-20%);
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #189FBA;
    color: #FFF;
    line-height:50px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
}
.flowList li h3{
    text-align: center;
    font-size: 18px;
}
.flowList li p{
    font-size: 16px;
}



.cancelBox{
    border: 2px solid #189FBA;
    padding: 3em 4%;
    position: relative;
}
.cancelBox .ttlStyle1{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.cancelBox .ttlStyle1 strong{
    background: #FFF;
    display: inline-block;
    padding: 0 1em;
}


/* schedule Setting
=========================================================================================== */
.alert.alert-normal{
	display:none;
}
.scheduleList{
    display: flex;
    justify-content: center;
    margin-bottom: 3em;
}
.scheduleList li{
    margin-left: 2%;
    width: calc(88% / 7);
    text-align: center;
}
.scheduleList li:first-child{
    margin-left: 0;
}
.scheduleList li a{
    background: #189FBA;
    color: #FFF;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    transition: all .3s;
}
.scheduleList li a:hover{
    opacity: 0.7;
}
.scheduleList li.today a{
    background: #F26FAA;
    position: relative;
}
.scheduleList li.today a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -14px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #F26FAA transparent transparent transparent;
    border-width: 14px 18px 0 18px;
}




table.attmgr_guide_weekly td a{
	padding:1em;
	color:#333;
	transition: all .3s;
}
table.attmgr_guide_weekly td a:hover{
	background: #F26FAA;
	color:#FFF;
}
table.attmgr_guide_weekly td.current{
	background: #F26FAA;
}
table.attmgr_guide_weekly td.current a{
	color:#FFF;
	position: relative;
}
table.attmgr_guide_weekly td.current a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -14px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #F26FAA transparent transparent transparent;
    border-width: 14px 18px 0 18px;
}


/* staffBlog Setting
=========================================================================================== */
.list_pagenavi .list_datenavi{
	font-size:24px;
}
.list_pagenavi .list_datenavi a {
	font-size: 28px;
}
.list_pagenavi .back_today{
	font-size:16px;
}
table.attmgr_weekly_all{
	margin-bottom:2em;
}
table.attmgr_weekly_all th{
	padding:1em 0;
}
table.attmgr_weekly_all td.portrait img{
	width:100%;
	height:auto;
	margin:0;
}

/* staffBlog Setting
=========================================================================================== */
#gridSet{
	width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#gridSet #mainGrid{
	width:70%;
}
#gridSet #mainGrid article section,
#gridSet #sideGrid article section{
	width:auto;
}
#gridSet #sideGrid{
	width:26%;
	margin-left:4%;
}
#gridSet #sideGrid .categoryBox{
	border:1px solid #189FBA;
    border-radius: 6px;
	overflow:hidden;
}
#gridSet #sideGrid .categoryBox h2{
	background:#189FBA;
	color:#FFF;
	font-size:18px;
	padding:1em;
	margin-bottom:0;
}
#gridSet #sideGrid .categoryBox .categoryList{
    margin-bottom: 0;
}
#gridSet #sideGrid .categoryBox .categoryList li{
	border-bottom:1px dotted #002846;
}
#gridSet #sideGrid .categoryBox .categoryList li:last-child{
	border-bottom:none;
}
#gridSet #sideGrid .categoryBox .categoryList li a{
	color:#002846;
	padding:1em 1.5em;
	display:block;
	text-decoration:none;
	position:relative;
	transition: all .3s;
}
#gridSet #sideGrid .categoryBox .categoryList li a:after{
	content: "";
    display: inline-block;
    background-image: url(../images/icon_arrow_r.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}
#gridSet #sideGrid .categoryBox .categoryList li a:hover{
	background:#ffebed;
}
#gridSet #sideGrid .categoryBox .categoryList li.current-cat a{
	background:#ffebed;
}
#gridSet .staffBlogList{
	display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
#gridSet .staffBlogList li{
	display: flex;
	width: 48%;
    margin-left: 4%;
    margin-bottom: 2em;
	background:#FFF;
	overflow:hidden;
}
#gridSet .staffBlogList li:nth-child(2n+1){
	margin-left:0;
}
#gridSet .staffBlogList li a{
	display:block;
	width: 100%;
	color: #333;
	text-decoration:none;
	transition: all .3s;
}
#gridSet .staffBlogList li a:hover{
	opacity: 0.7;
}
#gridSet .staffBlogList li a:hover img{
	opacity: 1;
}


/* staffBlog-single Setting
=========================================================================================== */
#blogSingle .singleTtlSet .singleDetailList{
	display: flex;
    align-items: center;
    justify-content: flex-start;
	margin-bottom:0.5em;
}
#blogSingle .singleTtlSet .singleDetailList .data{
	font-size:14px;
}
#blogSingle .singleTtlSet .singleDetailList .cate{
	color: #189FBA;
    display: inline-block;
    padding: 0 1em;
    line-height: 1.2;
    border: 1px solid #189FBA;
    background: #FFF;
    margin-left: 1em;
    border-radius: 4px;
}
#blogSingle .singleTtlSet h1 {
    font-size: 24px;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #189FBA;
}

/* shop Blog一覧 Setting
=========================================================================================== */
.cateBtnList{
	font-size:16px;
	display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom:3em;
}
.cateBtnList li{
	width: 23.5%;
    margin-left: 2%;
    margin-bottom: 1em;
	display: flex;
}
.cateBtnList li:nth-child(4n+1){
	margin-left:0;
}
.cateBtnList li a{
	display: flex;
    align-items: center;
    justify-content: center;
	text-align:center;
	padding:1.5em 1em;
	border-radius:10px;
	border:2px solid #189FBA;
	color:#189FBA;
	text-decoration:none;
	width: 100%;
	font-size:16px;
	transition: all .3s;
}
.cateBtnList li a:hover{
	background:#189FBA;
	color:#FFF;
}
.cateBtnList li.current-cat a{
	background:#189FBA;
	color:#FFF;
}
/* access Setting
=========================================================================================== */
.map iframe{
    width: 100%;
}
.companyTableSet{
    text-align: center;
    margin-bottom: 2em;
}
.companyTable{
	font-size: 16px;
    display: inline-block;
    text-align: left;
}
.companyTable th{
	padding:1em;
    vertical-align: top;
    font-weight: normal;
}
.companyTable td{
	padding:1em;
}
.tenpoBtnList{
    display: flex;
    flex-wrap: wrap;
}
.tenpoBtnList li{
    width: 30%;
    margin-left: 5%;
    margin-bottom: 1em;
}
.tenpoBtnList li:nth-child(3n+1){
	margin-left:0;
}
.tenpoBtnList li a{
    display: block;
    border:2px solid #189FBA;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}
.tenpoBtnList li a:hover{
    background: #189FBA;
    color: #FFF;
}
/* recruit Setting
=========================================================================================== */
.recruit .recruitIntro h2{
    font-size: 4.0rem;
    text-align: center;
    color: #189FBA;
}
.recruit .recruitIntro h3{
    background: #189FBA;
    color: #FFF;
    padding: 0.5em 1em;
    text-align: center;
    position: relative;
    margin-bottom: 1.5em;
}
.recruit .recruitIntro h3:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 24px 28px 0 28px;
    border-color: #189FBA transparent transparent;
    translate: -50% 100%;
}


.recruit .meritList{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.recruit .meritList li{
    width: 30%;
    margin-left: 5%;
    background: #FFF;
    border: 2px solid #189FBA;
    padding: 3em 4% 2em;
    position: relative;
    margin-bottom: 3em;
    display: flex;
    flex-direction: column;
}
.recruit .meritList li:nth-child(3n+1){
    margin-left: 0;    
}
.recruit .meritList li img{
    width: 100%;
}
.recruit .meritList li span{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #189FBA;
    color: #FFF;
    line-height:50px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
}
.recruit .meritList li h3{
    text-align: center;
    color: #189FBA;
    font-size: 20px;
}
.recruit .meritList li p{
    font-size: 16px;
    margin-bottom: 0;
}



.recruit .recruitTable{
    width:100%;
	font-size:16px;
    background: #FFF;
    margin-bottom: 2em;
}
.recruit .recruitTable th,
.recruit .recruitTable td{
	border:1px solid #A1A1A1;
    padding:1em;
}
.recruit .recruitTable thead th{
    color: #FFF;
}
.recruit .recruitTable thead th.pink{
    background: #ED6F81;
}
.recruit .recruitTable thead th.blue{
    background: #189FBA;
}
.recruit .recruitTable thead .borderLess{
    border-top:none;
    border-left:none;
    border-bottom: none;
    border-right: none;
}
.recruit .recruitTable tbody th{
    color: #FFF;
    background: #189FBA;
}
.recruit .recruitTable .trBg{
    background: #F2F2F2;
}



.recruit .exampleList > li{
    border: 2px solid #189FBA;
    border-radius: 10px;
    padding: 2em 4%;
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}
.recruit .exampleList > li .exampleImg{
    width: 260px;
}
.recruit .exampleList > li .exampleImg img{
    max-width: 100%;
}
.recruit .exampleList > li .exampleText{
    width: calc(96% - 260px);
    margin-left: 4%;
}
.recruit .exampleList > li .exampleText h3{
    font-size: 24px;
    border-bottom: 2px dashed #189FBA;
    color: #189FBA;
    padding-bottom: 0.5em;
}
.recruit .exampleList > li .exampleText .listStyle3{
    font-size: 20px;
}
.recruit .exampleList > li .exampleText li strong{
    font-size: 24px;
    color: #F1204A;
}



.recruit .recruitFlowList{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.recruit .recruitFlowList li{
    width: 23.5%;
    margin-left: 2%;
    position: relative;
    margin-bottom: 2em;
}
.recruit .recruitFlowList li:nth-child(4n+1){
    margin-left: 0;    
}
.recruit .recruitFlowList li img{
    width: 100%;
}
.recruit .recruitFlowList li span{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-20%) translateX(-20%);
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #189FBA;
    color: #FFF;
    line-height:50px;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
}
.recruit .recruitFlowList li p{
    font-size: 16px;
    text-align: center;
}


.recruit .recruitGaiyouList{
    background: rgba(255,255,255,0.6);
    padding: 2em 4%;
}
.recruit .recruitGaiyouList dt{
    font-size: 20px;
    margin-bottom: 1em;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 0.5em;
}
.recruit .recruitGaiyouList dt:before{
    content: "■";
    margin-right: 0.2em;
}
.recruit .recruitGaiyouList dd{
    font-size: 16px;
    margin-bottom: 2em;
}
.recruit .recruitGaiyouList dd p{
    margin-bottom: 0;
}


.recruit .entryContents{
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.recruit .entryContents:before{
    content: "";
    display: inline-block;
    background-image: url("../images/recruit/entry.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 310px;
    height: 349px;
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: -1; 
}
.recruit .entryList{
    display: flex;
}
.recruit .entryList li{
    width: 32%;
    margin-left: 2%;
}
.recruit .entryList li:nth-child(3n+1){
	margin-left:0;
}
.recruit .entryList li.entryTel span{
    display: block;
}
.recruit .entryList li.entryTel a{
    display: inline-block;
    font-size: 3.2rem;
    color: #333;
    text-decoration: none;
    transition: all .3s;
}
.recruit .entryList li.entryTel a:before{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
	vertical-align:middle;
}
.recruit .entryList li.entryTel a:hover{
    opacity: 0.7;
}
.recruit .entryList li.entryTel a strong{
	vertical-align:middle;
	display: inline-block;
}
.recruit .entryList li.lineBtn a{
    background: #31B91F;
	color:#FFF;
	padding:1em;
    display: block;
    text-align: center;
	text-decoration:none;
	width:100%;
    border-radius: 3em;
	transition: all .3s;
}
.recruit .entryList li.lineBtn a span{
    position: relative;
    padding-left: 2em;
}
.recruit .entryList li.lineBtn a span:before {
    content: "";
    display: inline-block;
    background-image: url("../images/icon_line.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


.recruit .entryList li.entryBtn a{
    background: #189FBA;
	color:#FFF;
	padding:1em;
    display: block;
    text-align: center;
	text-decoration:none;
	width:100%;
    border-radius: 3em;
	transition: all .3s;
}
.recruit .entryList li.entryBtn a span{
    position: relative;
    padding-left: 2em;
}
.recruit .entryList li.entryBtn a span:before {
    content: "";
    display: inline-block;
    background-image: url("../images/icon_mail.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* news-single Setting
=========================================================================================== */
#singlePage .singleTtlSet .singleDetailList{
	margin-bottom:0.5em;
}
#singlePage .singleTtlSet .singleDetailList .data{
	color: #189FBA;
    display: inline-block;
    padding: 0 1em;
    line-height: 1.2;
    border: 1px solid #189FBA;
    background: #FFF;
    border-radius: 4px;
	font-size:14px;
}
#singlePage .singleTtlSet h1 {
    font-size: 24px;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #189FBA;
}

/***ページネーション***/
.pager{
	padding:0 0 40px;
}
.pager  ul.pagination {
	display: flex;
    align-items: center;
    justify-content: center;
}

.pager .pagination li {
	font-size:14px;
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	width: 60px;
	height: 60px;
}
.pager .pagination li.back{
	width: 140px;
}
.pager .pagination li.back a{
	background: #2CBB99;
	color:#FFF;
}
.pager .pagination li.back a:hover{
	background:#16896d;
}
.pager .pagination li.next{
	width: 140px;
	position:relative;
}
.pager .pagination li.next a{
	background: #2CBB99;
	color: #FFF;
}
.pager .pagination li.next a:hover{
	background:#16896d;
	color: #FFF;
}
.pager .pagination li a{
	width: 100%;
	height: 100%;
	color: #FFF;
	background: #2CBB99;
	text-decoration: none;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 10px;
}

.pager .pagination li a:hover{
	background: #16896d;
	transition: all .3s;
}
.pager .pagination li.active a{
	color: #FFF;
	background: #CCCCCC;
	transition: all .3s;
}
/***singleページネーション***/
.page-nav{
	margin:4em 0;
}
.pageColumnSet:after{
	content: "";
    display: block;
    clear: both;
}
.pageColumnSet a{
	color: #FFF;
	font-size:14px;
	background:#189FBA;
	padding:1em 2em;
	text-decoration:none;
	display: block;
	border-radius: 3em;
}
.pageColumnSet a:hover{
	color: #FFF;
	background: #147a8e;
	transition: all .3s;
}
.pageColumnSet .prev-link{
	float:left;
}
.pageColumnSet .next-link{
	float:right;
}
/***調整記事調整***/
#singlePage .singleContents{
	line-height: 180%;
}
#singlePage .singleContents h2{
	font-size:2.4rem;
	padding-left: 0.5em;
    border-left: 10px solid #66AAD7;
}
#singlePage .singleContents h3{
	font-size:2.0rem;
	color:#2D5486;
}
#singlePage .singleContents h4{
	font-size:18px;
	color:#2D5486;
}
#singlePage .singleContents h5{
	font-size:18px;
	margin-top:2em;
}
#singlePage .singleContents ul{
	list-style:disc;
	padding-left:1em;
	margin-bottom:1.5em;
}
#singlePage .singleContents img{
	max-width:100%;
}
.wp-block-gallery{
	margin-bottom:1.5em;
}
.wp-block-image{
	margin-bottom:2em;
}
.wp-block-image img{
	height:auto;
}
.wp-block-embed__wrapper{
	width: 100%;
	padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}





/* 管理者用出勤管理入力画面 Setting
=========================================================================================== */
form#attmgr_admin_scheduler table.attmgr_admin_scheduler{
	margin-bottom:2em;
}
form#attmgr_admin_scheduler table.attmgr_admin_scheduler td.portrait img{
	width:100%;
	height:auto;
	margin:0;
}
/* =========================================================
	index Setting
========================================================= */
/***メインビジュアル***/
#indexContentsHead{
	position:relative;
}
#mainVisualImgSet div{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 100vh;
	margin: 0;
}
#mainVisualImgSet .slick-slide{
	overflow:hidden;
	margin-left:-200px;
	padding-left:200px;
	margin-right:-200px;
	padding-right:200px;
    border-bottom-left-radius: 50% 16%;
    border-bottom-right-radius: 50% 16%;
}
#mainVisualImgSet .mainVisual1{
	background-image: url(../images/index/mainvisual1.jpg);
}
#mainVisualImgSet .mainVisual2{
	background-image: url(../images/index/mainvisual2.jpg);
}

#indexContentsHead .mainCatch{
    width:100%;
	margin-bottom:0;
    max-width: 1100px;
	position:absolute;
	top:50%;
	left:50%;
    transform:translateY(-50%) translateX(-50%);
    color: #FFF;
	font-size: 6.0rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}
#indexContentsHead .mainCatch span{
    font-size: 2.0rem;
    display: block;
    letter-spacing: 0.2em;
    line-height: 1.8;
    color: #189FBA;
}




/***introContents***/
.introContents .todayBox{
    border:2px solid #189FBA;
    padding: 2em 4%;
    border-radius: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 3em;
}
.introContents .todayBox h2{
    text-align: center;
    font-size: 2.4rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.introContents .todayBox h2 strong{
    display: inline-block;
    color: #189FBA;
    background: #FFF;
    padding: 0 1em;
}
.introContents .todayBox p{
    color: #953925;
    font-size: 20px;
    margin-bottom: 1em;
}
.introContents .todayBox .imgOnlyStyle img{
    width:100%;
	max-width:400px;
}
.introContents .todayBox .todayBtn a{
    background: #189FBA;
    padding: 0.5em 3em;
    display: inline-block;
    border-radius: 3em;
    color: #FFF;
    font-size: 14px;
    position: relative;
	text-decoration:none;
	transition: all .3s;
}
.introContents .todayBox .todayBtn a:hover{
	background: #147a8e;
}
.introContents .todayBox .todayBtn a:before {
    content: "";
    display: inline-block;
    background-image: url(../images/icon_arrow_w.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}


.introContents .bannerSlideList{
    position: relative;
}
.introContents .bannerSlideList .prev-arrow{
    position: absolute;
    top: 50%;
    left: -4%;
    transform: translateY(-50%) scale(-1, 1);
}
.introContents .bannerSlideList .next-arrow{
    position: absolute;
    top: 50%;
    right: -4%;
    transform: translateY(-50%) ;
}
.introContents .bannerSlideList .slide-arrow:hover{
    opacity: 0.7;
}

.introContents .bannerThumbnailList .slick-list {
    margin: 0 -10px;
}
.introContents .bannerThumbnailList .slick-slide{
    margin: 0 10px; 
}
.introContents .bannerThumbnailList img{
    width: 100%;
}




/***topTodayTherapistContents***/

/***topNewsContents***/
.topNewsContents .topNewsBox{
    border:2px solid #189FBA;
    background: rgba(255,255,255,0.7);
    padding: 2em 4%;
    border-radius: 10px;
    position: relative;
    height: 600px;
	overflow-y: scroll;
}
.topNewsContents .topNewsBox .btnStyle1{
    position: absolute;
    top: 2em;
    right: 4%;
}
.topNewsContents .topNewsBox .btnStyle1 a{
    font-size: 14px;
    min-width: inherit;
    padding: 0.5em 30px 0.5em 20px;
}


.topNewsContents .topNewsBox .topNewsList .topNewsItem{
	margin-bottom:4em;
	border-bottom: 2px dotted #bdbdbd;
}
.topNewsContents .topNewsBox .topNewsList .topNewsItem a{
	text-decoration:none;
}
.topNewsContents .topNewsBox .topNewsList .topNewsItem a:hover{
	opacity:0.9;
}
.topNewsContents .topNewsBox .topNewsList .topNewsItem a p{
	color:#333;
}
.topNewsContents .topNewsBox .newsDate{
	margin-bottom:0.5em;
}
.topNewsContents .topNewsBox .newsDate span{
	color: #189FBA;
    display: inline-block;
    padding: 0 1em;
    line-height: 1.2;
    border: 1px solid #189FBA;
    background: #FFF;
    border-radius: 4px;
	font-size:14px;
}
.topNewsContents .topNewsBox .newsTitle{
	font-size:24px;
	color:#454545;
	border-bottom:2px solid #189FBA;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
}
/***topTherapistContents***/
.topTherapistContents{
    overflow: hidden;
}
.topTherapistContents section{
    padding-top: 0;
}

.topTherapistSet:before{
    content: "";
    display: block;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 40vh;
    min-height: 380px;
    background-image: url("../images/index/toptherapist_bg.jpg");
    background-size: cover;
    background-position:  center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.topTherapistSet .ttlStyle1:before{
    content: "";
    display: block;
    background-image: url("../images/index/therapist_ttl.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width:380px;
    height:130px;
    position: absolute;
    bottom: 100px;
    left: 0;   
}

.topTherapistSet .ttlStyle1{
    text-align: center;
    transform: translateY(-98%);
    margin-bottom: 0;
    font-size: 0;
    position: relative;
}
.topTherapistSet .ttlStyle1 strong{
    background: #FFF;
    display: inline-block;
    min-width: 600px;
    border-radius: 20px 20px 0 0;
    padding: 1em 1em 0;
    font-size: 3.2rem;
    font-weight: 900;
}



/***topRecruitContents***/
.topRecruitContents h2{
    text-align: center;
    font-size: 6.4rem;
    color: #189FBA;
    line-height: 1.4;
    margin-bottom: 0;
    position: relative;
}
.topRecruitContents h2 span{
    display: inline-block;
    border-bottom: 2px dashed #189FBA;
    margin-bottom: 0.4em;
    padding-bottom: 0.4em;
}
.topRecruitContents h2:before{
    content: "";
    display: block;
    background-image: url("../images/index/recruit_ttl.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width:280px;
    height:100px;
    position: absolute;
    top: -100px;
    left: 0;
}
.topRecruitContents .topRecruitCatch{
    font-size: 20px;
    text-align: center;
}
.topRecruitContents .topRecruitColumnSet{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 0;
}
.topRecruitContents .topRecruitColumnSet .topRecruitColumnImg{
    width: 48%;
    margin-left: 4%;
}
.topRecruitContents .topRecruitColumnSet .topRecruitColumnImg .imgOnlyStyle{
    margin-bottom: 0;
    font-size: 0;
}
.topRecruitContents .topRecruitColumnSet .topRecruitColumnText{
    width: 48%;
    text-align: right;
}
.topRecruitContents .topRecruitColumnSet .topRecruitColumnText .listStyle1{
    display: inline-block;
}

.topRecruitContents .redRecruitText{
    color: #F1204A;
    font-size: 4.8rem;
    border: 4px solid #F1204A;
    padding: 0.2em 1em;
    background: #FFF;    
    text-align: center;
    margin-bottom: 1em;
}



/***topFAQContents***/
.topFAQContents{
    background-image: url("../images/index/faq_bg.jpg");
    background-size: cover;
    background-position: center;
}

/***topAccessContents***/
.topAccessContents .accessColumnSet{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
    flex-wrap: wrap;
}
.topAccessContents .accessColumnSet .columnL{
	width:48%;
    margin-left:4%;
}
.topAccessContents .accessColumnSet .columnL h3{
    margin-bottom: 0;
}
.topAccessContents .accessColumnSet .columnL .tel a{
    display: inline-block;
    text-decoration: none;
    transition: all .3s;
}
.topAccessContents .accessColumnSet .columnL .tel a:hover{
    opacity: 0.7;
}
.topAccessContents .accessColumnSet .columnL .tel a strong{
    font-size: 24px;
    display: flex;
    align-items: center;
}
.topAccessContents .accessColumnSet .columnL .tel a strong:before{
    content: "";
    display: inline-block;
    background-image: url("../images/icon_tel.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.topAccessContents .accessColumnSet .columnL .info{
    font-size: 14px;
}
.topAccessContents .accessColumnSet .columnR{
	width:48%;
}
.topAccessContents .accessColumnSet .columnR .map iframe{
	width: 100%;
}
.topAccessContents .accessColumnSet .columnR p{
    font-size: 12px;
    margin-bottom: 0;
}
/* footer Setting
=========================================================================================== */
footer #footerContact{
	background-image: url(../images/footer_bg.jpg);
    background-size: cover;
    background-position:  center;
	color:#FFF;
    background-attachment: fixed;
}

footer #footerContact .inner{
	padding: 60px 0;
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
footer #footerContact .inner h2{
    color: #FFF;
    margin-bottom: 1em;
}
footer #footerContact .inner .footerCatch{
    text-align: center;
}
footer #footerContact .inner .footerCatch span{
    border: 1px solid #FFF;
    display: inline-block;
    padding: 0 1em;
}


footer #footerContactBtn{
	display: flex;
	justify-content:center;
    flex-wrap: wrap;
	margin-bottom:0;
}
footer #footerContactBtn li{
	width:48%;
	display: flex;
	justify-content: center;
	text-decoration:none;
	color:#FFF;
    text-align: center;
	transition: all .3s;
}
footer #footerContactBtn li strong{
    display: block;
    font-size: 20px;
    margin-bottom: 0.5em;
}
footer #footerContactBtn li a{
	background: #FFFFB6;
	color:#333;
	padding:1.5em 1em;
    text-align: center;
	text-decoration:none;
	width:100%;
    border-radius: 5em;
	transition: all .3s;
}
footer #footerContactBtn li a:hover{
	background:#ebeb7a;
}
footer #footerContactBtn li.tel a span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
}
footer #footerContactBtn li.tel a span img{
    margin-right: 0.5em;
}
footer #footerContactBtn li.mail{
    margin-left: 4%;
}
footer #footerContactBtn li.mail span{
	display: block;
    font-size: 14px;
}


footer #footerArea{
	background:#189FBA;
	color:#FFF;
}
footer #footerArea a{
	color:#FFF;
}
footer #footerArea section{
	width:1100px;
	padding:60px 0;
	margin:0 auto;
}
footer .footerColumnSet{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
footer .footerColumnSet .columnL{
	width:40%;
}
footer .footerColumnSet .columnL #footerLogo{
	margin-bottom:1.5em;
}
footer .footerColumnSet .columnL #footerLogo a{
    display: inline-block;
}
footer .footerColumnSet .columnL #footerLogo a:hover{
	opacity:0.7;
}
footer .footerColumnSet .columnL p{
    font-size: 14px;
}
footer .footerColumnSet .columnL .footerSnsList{
    display: flex;
    align-items: center;
}
footer .footerColumnSet .columnL .footerSnsList li{
    margin-right: 1em;
}
footer .footerColumnSet .columnR{
	width:56%;
	margin-left:4%;
}
footer .footerColumnSet .columnR .footerNav ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .footerColumnSet .columnR .footerNav ul li{
    width: 32%;
    margin-left: 2%;
    margin-bottom: 1em;
}
footer .footerColumnSet .columnR .footerNav ul li:nth-child(3n+1){
    margin-left: 0;
}
footer .footerColumnSet .columnR .footerNav ul li a{
	text-decoration:none;
	transition: all .3s;
}
footer .footerColumnSet .columnR .footerNav ul li a:hover{
	opacity:0.7;
}
footer #copy{
	background:#189FBA;
	font-size:14px;
	padding:1em 0;
	text-align:center;
	color:#FFF;
	margin-bottom:0;
}
/* After Setting
=========================================================================================== */
.mt0{margin-top:0;}
.mt20{margin-top:20px;}
.ml0{ margin-left:0;}
.mr2{ margin-right:2em;}
.mb0{margin-bottom:0;}
.mb20{margin-bottom:20px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
.mb2{margin-bottom:2em;}
.mb3{margin-bottom:3em;}
.mb6{margin-bottom:6em;}
.pb0{ padding-bottom:0;}
.pb20{ padding-bottom:20px;}
.pr20{ padding-right:20px;}
.vat{ vertical-align:top;}
.vam{ vertical-align:middle;}