/* *********************
 *
 *     staff 一覧
 *
 ***********************/

#staffWrp {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
}
.flexbox.shop-list {
	width: 100%;
	max-width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5%;
}
.flexbox.shop-list li {
	text-align: left;
}
.flexbox.shop-list li a {
	display: block;
	padding-left: 15px;
	background-image: url(../img/icon/arrow/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: left 4px;
	background-size: 7px auto;
	line-height: 20px;
}
.shop-name h1 {
	font-size: 24px;
	text-align: left;
	display: block;
	margin: 0 0 46px;
	padding-bottom: 13px;
	border-bottom : 1px solid #E5E5E5;
	padding-top: 30px;
}
.staff-list img{
	width: 100%;
	height: auto;
}



/* *********************
 *
 *     staff 詳細
 *
 ***********************/
 
 /* プロフィールボックス部分 */

#profWrp {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
}
#profWrp #profBox {
	-webkit-align-items: center;
	align-items: center;
	/*border: 1px solid #dcdcdc;*/
	max-width: 927px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-right: 80px;
	padding-bottom: 80px;
	padding-left: 80px;
	margin-bottom: 10%;
}
#profBox .imgBox {
	margin-right: auto;
	width: 50%;
	margin-bottom: 20px;
    aspect-ratio:1/1;
    overflow: hidden;
}
#profBox .imgBox img{
    object-fit: cover;
    object-position: top center;
    height: 100%;
}

#profBox .nameBox {
	width: 45%;
}
#profBox .nameBox .flexbox.staff-sns  {
	width: 100%;
	margin-bottom: 10px;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#profBox .nameBox .name  {
	font-size: 22px;
	display: block;
	margin-top: 10px;
}
#profBox .nameBox p {
	text-align: left;
	display: block;
}
#profBox .nameBox .name_en{
	text-transform: uppercase;
}
.nameBox .txt .prof {
	margin-top: 20px;
}
.nameBox .txt .prof div:after {
    content:"";
    display:block;
    clear:both;
}
.nameBox .txt .prof div span {
	white-space: normal;
	display: block;
	width: 48%;
}
.nameBox .txt .prof .leftpart {
	float: left;
	text-align: left;
}
.nameBox .txt .prof .rightpart {
	float: right;
	text-align: right;
}
.nameBox .txt .reserve {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #817581;
	display: block;
	margin-top: 20px;
}
.nameBox .txt .reserve a {
	background-color: #817581;
	text-align: center;
	display: block;
	color: #FFFFFF;
}
.btm-ctt {
	width: 100%;
	/*max-width: 927px;*/
	margin-left: auto;
	margin-right: auto;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: flex-start;
			align-items: flex-start;
	-webkit-align-content: center;
			align-content: center;
}
.btm-ctt .clm_s {
    width: calc(100% - 250px);
}
.btm-ctt .clm_s .content_tit {
	margin-bottom: 30px;
}
.btm-ctt .clm_s .styling-list {
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
			justify-content: flex-start;
	-webkit-align-items: flex-start;
			align-items: flex-start;
	-webkit-align-content: center;
			align-content: center;
}
.btm-ctt .clm_s .styling-list li  {
	/*float: left;*/
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.btm-ctt .clm_s .styling-list li .tit-style {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	line-height: 16px;
	margin-bottom: 20px;
}
.btm-ctt .clm_s .styling-list li .name-style {
	text-align: left;
	font-size: 12px;
	color: #BABABA;
}

/* カレンダー */

.btm-ctt .clm_c {
	width: 250px;
	margin-left: auto;
	float: right;
	height: auto;
	margin-bottom: 1%;
}
.btm-ctt .clm_c .content_tit {
	margin-bottom: 10px;
}
.btm-ctt .clm_c .heightLine.calWrp {
	margin-bottom: 20px;
}

.btm-ctt .clm_c .month{
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}
.btm-ctt .clm_c ul {
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 250px;
	display: block;
	list-style: none;
	font-size: 12px;
	text-align: center;
}
.btm-ctt .clm_c li {
	width: 30px;
	height: 30px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	float: left;
	padding-top: 5px;
	border-radius: 12px;
}
.btm-ctt .clm_c .week{
	font-size: 12px;
	text-align: center;
	width: 34px;
	height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
.btm-ctt .clm_c .holiday{
    color: #fff;
    /*background-color: #e95347;*/
	position: relative;
}
.btm-ctt .clm_c .holiday::after{
	content: "";
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	-ms-transform: translate(-50%, -50%); /* IE用 */
	transform: translate(-50%, -50%);
    display: block;
    width: 70%;
	padding-top: 70%;
	border-radius: 50%;
    background-color: #e95347;
	z-index: -1;
	/*font-size: 5px;*/
}
.btm-ctt .clm_c .att span {
	color: #e95347;
}
.btm-ctt .clm_c .att_s {
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 5px;
	line-height: 13px;
}
.btm-ctt .clm_c .att {
	text-align: left;
	margin-left: 10px;
	line-height: normal;
	margin-bottom: 2em;
}

@media screen and (max-width:768px){
#profWrp #profBox {
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	margin-bottom: 100px;
}
#profBox .imgBox {
	margin-left: auto;
	width: 100%;
}
#profBox .nameBox {
	width: 100%;
}
#profBox .nameBox .flexbox.staff-sns {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.btm-ctt  .clm_s {
	width: 100%;
	max-width: none;
}
.styling-list li {
	width: 30%;
	height: auto;
}
.btm-ctt .clm_c {
	margin-bottom: 50px;
	margin-right: auto;
	float: none;
}
.btm-ctt .clm_c .heightLine.calWrp {
	height: auto !important;
}

}

@media screen and (max-width:480px){
.shop-name h1 {
	font-size: 18px;
}
.flexbox.shop-list li {
	width: 45%;
}
.flexbox.shop-list li a {
	background-position: left 5px;
}
#profWrp  {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#profWrp #profBox {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 50px;
}
.btm-ctt .clm_s .styling-list {
	text-align: left;
}
.btm-ctt .clm_s .styling-list li {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	float: none;
}
    .btm-ctt .clm_c{
        order: 1;
    }
    .btm-ctt .clm_s{
        order: 2;
    }
}
