<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.staff #nav {
	width:100%;
	border-bottom:1px solid #f3f3f3;
	text-align:center;
}

.staff a img.logo {
    padding: 20px 0 5px 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.staff .btn_home {
    position: inherit;
    width: auto;
}

.staff .btn_home a.back {
	
margin: 0;
	
float: none;
}


.staff .ttl {
    padding: 0;
    border-bottom: 2px solid #333;
    margin: 0 0 30px 0;
}
.staff .ttl h1 {
    font-size: 160%;
    text-align: left;
    padding: 5px 0;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
}

.staff .ttl span {
    font-size: 90%;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    padding: 0 0 10px 10px;
    letter-spacing: 2px;
}

.staff section#staff .staffdBox {
    margin: 50px auto 50px;
    overflow: hidden;
    box-sizing:border-box;
    width: 80%;
}

.staff section#staff .staffdBox .phBox {
	width: 35%;
	float:left;
	margin:0 30px 50px 0;
}

.staff section#staff .staffdBox .phBox .staff_reserve {
	clear: both;
}

.staff section#staff .staffdBox .phBox p {
	margin:0 0 10px 0;
	float: left;
	outline: none;
}

.staff section#staff .staffdBox p img {
	width:100%;
}


.staff section#staff .staffdBox table {
	margin:50px 0 20px 0;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.staff section#staff .staffdBox th {
	padding: 5px 0 5px 15px;
	border-top: 1px dotted #ccc;
	width: 30%;
	font-weight:bold;
}

.staff section#staff .staffdBox td {
	border-top: 1px dotted #ccc;
	padding:8px 0;
}



.staff section#staff .txtBox {
	float: right;
	margin:0 0 20px 0;
	width: 60%;
}


.staff section#staff .txtBox dl {
    padding:0 0 8px 0;
    width: 60%;
	float:left;
}

.staff section#staff .txtBox dl span {
    letter-spacing: 2px;
    padding: 0 0 5px 0;
    display: block;
    color: #999;
    font-size: 90%;
}


.staff section#staff .txtBox dt {
	display:inline-block;
	font-size:200%;
	color:#333;
	margin:0 20px 0 0;
}

.staff section#staff .txtBox dd {
	display:inline-block;
	color:#999;
	letter-spacing:1px;
}

.staff section#staff .txtBox ul{
padding: 20px 0 10px 0;
    overflow: hidden;
    float: right;
    width: 40%;
	font-size: 0em;
    text-align: right;
}

.staff section#staff .txtBox li {
	display:inline-block;
	vertical-align:top;
	margin: 0 5px 0 0;
}

.staff section#staff .txtBox li:last-child {
	margin: 0;
}

.staff section#staff .txtBox li img {
	width: 50px;
}

.staff section#staff .message {
	clear: both;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 2px;
	font-size:80%;
	letter-spacing:1px;
	line-height:1.8em;
}

.staff section#staff .message_inner {
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	font-size:110%;
	border-radius: 0;
}

.staff section#staff .message span {
    display: block;
    font-size: 140%;
    padding: 5px 0 10px 0;
    margin: 30px 0 0 0;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;

}


/*店長からのコメント*/
.staff section#staff .manager {
	margin: 0 0 30px 0;
	position: relative;
}

.staff section#staff .manager dl {
	border: 1px solid #eee;
	border-radius: 5px;
	margin: 20px auto 0;
	padding: 15px 20px;
	background: #fff;
	box-sizing: border-box;
	float: none;
	width: 100%;
}

.staff section#staff .manager dt {
    font-size: 1.1em;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    margin: 0;
}


.staff section#staff .manager dd {
    font-size: 1em;
    letter-spacing: 0;
	display: block;
    padding: 20px 0 0 0;
    border-top: 1px dotted #ccc;
    margin: 5px 0 0 0;
}


/*店長データ*/
.staff section#staff .manager .manager_data {
    margin: 0 10px 0 0;
    float: right;
    padding: 15px 15px 0 0;
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
}

.staff section#staff .manager .manager_data figure {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	overflow: hidden;
	margin: 0 10px 0 0;
	position: relative;
}

.staff section#staff .manager .manager_data img {
	width: 140%;
	max-width: inherit;
	position: absolute;
	left: -20%;
	right: 0;
	margin: auto;
	top: 0;
	vertical-align: inherit;
}

.staff section#staff .manager .manager_data span {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 1em;
	font-weight: normal;
	font-family: inherit;
	letter-spacing: 0;
}

.staff section#staff .manager .manager_data span a {
	text-decoration: none;
}


.staff section#staff .detailBox{
	overflow: hidden;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}

.staff section#staff .detailBox .ttl_gallery {
	margin: 50px auto 0;
	overflow: hidden;
	border-bottom: 1px dashed #000;
	padding: 0 0 2px 0;
}

.staff section#staff .detailBox .ttl_gallery p{
    padding: 7px;
    font-size: 100%;
    width: 65%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    float: left;
    margin: 0;
    box-sizing: border-box;
}

.staff section#staff .detailBox .ttl_gallery .btn_gallery {
    float: left;
    width: 35%;
    background: #333;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 1px;
}

.staff section#staff .detailBox .ttl_gallery .btn_gallery a{
	text-decoration:none;
	padding: 10px;
	display:block;
	font-size:80%;
}

.staff section#staff .detailBox ul {
text-align: left;
    padding: 20px 0 0 0;
    float: none;
    width: auto;
}

.staff section#staff .detailBox li {
    width: 18%;
    display: inline-block;
    margin: 0 5px 5px 5px;
}

.staff section#staff .detailBox li img {
	width: auto;
}

/*-------------------------*/
/*タイトル
/*-------------------------*/
.staff .secttl {
	text-align: center;
	padding: 50px 0;
}

.staff .secttl p {
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 0 3px 0;
}

.staff .secttl span {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1px;
}

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

BLOG

---------------------------------------------**/
.staff .blogColumnBox {
	overflow: hidden;
	margin: 0 auto 50px;
	max-width: 80%;
}


.staff .blogColumnBox li{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 0 52px 50px 0;
	position: relative;
}

.staff .blogColumnBox li:nth-child(3n)  {
	margin: 0;
}

.staff .blogColumnBox li a {
	color: #33bad2;
	overflow: hidden;
	display: block;
	text-decoration: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.staff .blogColumnBox li a:hover {
	text-decoration:none;
	opacity: 0.6;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.staff .blogColumnBox li p {
	font-weight: bold;
	padding: 20px 0 0 0;
	font-size: 1.3em;
	color: #33bad2;
}

.staff .blogColumnBox li .cont {
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 2;
	margin: 0 0 20px 0;
	color: #000;
}

.staff .blogColumnBox li .ph {

height: 290px;

overflow: hidden;

position: relative;
}

.staff .blogColumnBox li .ph img{
    max-width: inherit;
    width: 110%;
    position: absolute;
    left: -5%;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
}

.staff .blogColumnBox dl.l_left {
	float: left;
	width: 50%;
}

.staff .blogColumnBox dl.l_left dt {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.staff .blogColumnBox dl.l_left dt img {
	width: 180%;
	max-width: initial;
	position: absolute;
	left: -40%;
	right: 0;
	margin: auto;
}

.staff .blogColumnBox dl.l_left dt img {
	width: 180%;
	height: auto;
	position: absolute;
	top: 0;
	margin: auto;
	left: -40%;
	right: 0;
	float: none;
	background: none;
	bottom: inherit;
}

.staff .blogColumnBox  dl.l_left dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	color: #000;
	font-size: 0.9em;
}

.staff .blogColumnBox dl.l_left dd a {
	display:block;
	width:100%;
	font-size: 0.9em;
}

.staff .blogColumnBox li span {
	text-align: right;
	font-size: 0.8em;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #000;
}
	


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

.staff section#staff .staffdBox {
    width: 100%;
}
	
/*BLOG*/

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

.staff .blogColumnBox {
max-width: 100%;		
}	
	
.staff .blogColumnBox li{
	width: 32%;
	margin: 0 12px 50px 0;
}

.staff .blogColumnBox li p {
		font-size: 1.1em;
		padding: 15px 0 10px 0;
}

.staff .blogColumnBox li .cont {
	line-height: 1.2;
}

.staff .blogColumnBox li .ph {
	height: 250px;
}

.staff .blogColumnBox dl.l_left {
	float: none;
	width: 100%;
}

.staff .blogColumnBox ul.blogBox li span {
	position: absolute;
	font-size: 0.7em;
}

	
	

}

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

.staff section#staff .staffdBox {
    width: 100%;
}

.staff section#staff .staffdBox p {
	margin:0 30px 0 0;
}

.staff section#staff .staffdBox p img {
	width:100%;
}


.staff section#staff .staffdBox table {
	margin:50px 0;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

.staff section#staff .staffdBox th {
	padding: 5px 0 5px 15px;
	border-top: 1px dotted #ccc;
	width: 30%;
}

.staff section#staff .staffdBox td {
	border-top: 1px dotted #ccc;
	padding:8px 0;
}



.staff section#staff .txtBox {
	float:left;
	margin:0 0 20px 0;

	width:55%;
}


.staff section#staff .txtBox dl {
    padding: 0 0 20px 0;
    width: 68%;
	float:left;
}

.staff section#staff .txtBox dl span {
    letter-spacing: 2px;
    padding: 0 0 5px 0;
    display: block;
    color: #999;
    font-size: 90%;
}


.staff section#staff .txtBox dt {
	display:inline-block;
	font-size:200%;
	color:#333;
	margin:0 20px 0 0;
}

.staff section#staff .txtBox dd {
	display:inline-block;
	color:#999;
	letter-spacing:2px;
}

.staff section#staff .txtBox ul{
    padding: 40px 0 0 0;
    float: right;
    overflow: hidden;
}

.staff section#staff .txtBox li {
	display:inline-block;
	vertical-align:top;
	margin: 0 8px;
}

.staff section#staff .message {
}

.staff section#staff .message_inner {
}

.staff section#staff .message span {
    display: block;
    font-size: 200%;
    padding: 5px 0 15px 0;
    margin: 30px 0 0 0;
}

.staff section#staff .detailBox{
	overflow: hidden;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}

.staff section#staff .detailBox .ttl_gallery {
	margin: 30px auto 0;
	overflow: hidden;
	border-bottom: 1px dashed #000;
	padding: 0 0 2px 0;
}

.staff section#staff .detailBox .ttl_gallery p{
    width: 50%;
}

.staff section#staff .detailBox .ttl_gallery .btn_gallery {
    width: 50%;
}

.staff section#staff .detailBox .ttl_gallery .btn_gallery a{
	text-decoration:none;
	padding: 10px;
	display:block;
	font-size:80%;
}

.staff section#staff .detailBox ul {
	text-align:left;
	padding: 20px 0 0 0;
}

.staff section#staff .detailBox li {
    width: 30%;
    display: inline-block;
    margin: 0 5px 5px 5px;
}
	
	
	
/*店長からのコメント*/
.staff section#staff .manager dl {
	padding: 10px 15px;
	width: auto;
	float: none;
}

.staff section#staff .manager dt {
    font-size: 1.1em;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    margin: 0;
}


.staff section#staff .manager dd {
	color: #333;
	font-size: 0.9em;
	letter-spacing: 0;
}


/*店長データ*/
.staff section#staff .manager .manager_data figure {
	width: 35px;
	height: 35px;
}

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

BLOG

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

.staff .blogColumnBox li{
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
    overflow: hidden;
}	


.staff .blogColumnBox  li p {
	float: right;
	width: 52%;
	font-size: 1.3em;
}

.staff .blogColumnBox  li .cont {
	float: right;
	width: 52%;
	font-size: 0.8em;
	line-height: 2;
}

.staff .blogColumnBox li .ph {
	width: 45%;
	height: 230px;
	float: left;
}


.staff .blogColumnBox  dl.l_left {
	position: absolute;
	width: 53%;
	right: 0;
	bottom: 0;
}
	
.staff .blogColumnBox  dl.l_left a {
		
}

}


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

.staff #nav {
	width:100%;
	border-bottom:1px solid #f3f3f3;
	text-align:center;
}

.staff .salonttl {
	padding:0;
	text-align:center;
}

.staff  a img.logo {
    width: 100px;
    padding: 15px 0 0 0;
}

.btn_home a.close {
    padding: 0;
    height: auto;
}

.staff .ttl {
    padding: 0;
    border-bottom: 2px solid #333;
    margin: 0 0 10px 0;
}
.staff .ttl h1 {
    font-size: 150%;
    text-align: left;
    padding: 5px 0;
    display: inline-block;
    color: #333;
    width: 65%;
}

.staff .ttl span {
    font-size: 80%;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    padding: 0 0 10px 10px;
    letter-spacing: 2px;
}

.staff section#staff .staffdBox {
    padding: 0;
    width: 100%;
    margin: 20px auto;
}

.staff section#staff .staffdBox .phBox {
    width: auto;
    float: none;
    margin: 15px 0 0 0;
}

.staff section#staff .staffdBox .phBox img {
    width: 80%;
    margin: 0 auto;
    display: block;
}


.staff section#staff .staffdBox table {
	margin: 20px 0;
	width: 100%;
	border: none;
}

.staff section#staff .staffdBox th {display: block;width: 100%;background: #f3f3f3;border: none;}

.staff section#staff .staffdBox td {
	border-top: none;
	display: block;
	padding: 8px;
	box-sizing: border-box;
}



.staff section#staff .txtBox {
	float: none;
	width: 100%;
	margin:10px 0 0 0;
}


.staff section#staff .txtBox dl {
    padding: 10px 0 0 0;
    width: 100%;
    float: none;
}

.staff section#staff .txtBox dl span {
    padding: 0;
	letter-spacing:0;
    font-size: 70%;
}


.staff section#staff .txtBox dt {
	font-size: 140%;
}

.staff section#staff .txtBox dd {
    font-size: 80%;
}

.staff section#staff .txtBox ul{
    padding:10px 0;
    float: none;
    overflow: hidden;
    width: auto;
	text-align: left;
}

.staff section#staff .txtBox li {
	margin: 0 5px;
}
	
.staff section#staff .txtBox li img {
	width: 40px;
}

.staff section#staff .message {
}

.staff section#staff .message_inner {
	padding: 0;
	font-size: 100%;
}

.staff section#staff .message span {
    font-size: 120%;
    margin: 10px 0 0 0;
    padding: 0;
    letter-spacing: 1px;
}
	
.staff section#staff .manager dl {padding: 10px 12px 5px;}
	
.staff section#staff .manager dt {font-size: 1em;margin: 0 0 5px 0;display: block;}
	
.staff section#staff .manager dd {
	letter-spacing: 0;
	display: block;
	font-size: 1em;
}
	

.staff section#staff .detailBox{
}

.staff section#staff .detailBox .ttl_gallery {
	margin: 50px auto 0;
}

.staff section#staff .detailBox .ttl_gallery p{
    padding: 3px;
    box-sizing: border-box;
    font-size: 90%;
    width: 50%;
}

.staff section#staff .detailBox .ttl_gallery .btn_gallery {
    width: 50%;
    background: #333;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #333;
}

.staff section#staff .detailBox .ttl_gallery .btn_gallery a{
	text-decoration:none;
	padding: 5px;
	display:block;
	font-size: 70%;
}

.staff section#staff .detailBox ul {
	text-align:left;
	padding: 20px 0 0 0;
}

.staff section#staff .detailBox li {
    width: 30%;
}
	
	.staff section#staff .detailBox li img {
		width: 100%;
}
.staff .staff_reserve a {
	display: block;
}
	
.staff section#staff .staffdBox .staff_reserve a img {
		width: 60%;
	}
	
/**---------------------------------------------

BLOG

---------------------------------------------**/
	
.staff .secttl p {
	font-size: 1.3em;
}

.staff .secttl span {
	font-size:0.9em;
}	

/*BLOG*/
.staff .blogColumnBox {
	width: auto;
	padding: 30px 0 30px;
	max-width: 100%;
}
	
.staff .blogColumnBox li .ph {
	height: 100px;
	width: 35%;
}

.staff .blogColumnBox li p {
    font-size: 1em;
    width: 62%;
    padding: 0 0 20px 0;
}
	
.staff .blogColumnBox li .cont {
		display: none;
}

.staff .blogColumnBox li {
	width:100%;
	margin: 0 0 10px 0;
}

.staff .blogColumnBox li a {
	overflow:hidden;
}

.staff .blogColumnBox dl.l_left {
	width: 62%;
	position: relative;
	float: right;
}

.staff .blogColumnBox dl.l_left dt {
	width: 40px;
	height: 40px;
}

.staff .blogColumnBox dl.l_left dd {
	font-size: 0.9em;
	margin: 0 0 0 5px;
}

.staff .blogColumnBox li span {
	clear: both;
	font-size: 0.6em;
	margin: 10px 0 0 0;
	position: relative;
}

}

/**/

#btnBox{
	clear:both;
	padding-top:50px;
	text-align:center;
}

#btnBox&gt;a{
	display:inline-block;
	padding:15px;
	text-decoration:none;
	border: 3px solid #eee;
	margin: 0 0 15px 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width:200px;
	font-size:0.9em;
}

#btnBox&gt;a:hover{
	color:#fff;
	background:#000;
	border: 3px solid #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/**/
</pre></body></html>