@charset "UTF-8";
#staffWrp .cttWrp {
	margin-top: 10%;
}
/* CSS Document */

#staffWrp{
	background: #fff;
}



/* エリアタイトル */

#staffWrp .shoparea_box {
	margin-bottom: 55px;
}

#staffWrp .shoparea_box h1 {
	font-size: 30px;
}
#staffWrp .shoparea_box p {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #61371D;
	width: auto;
	max-width: 58px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#staffWrp .shoparea_box p {
	display: block;
	margin-bottom: 10px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* ランキングボックス */

#staffWrp .flexbox {
    background-color: rgba(241,235,221,0.30);
    max-width: 1060px;
    width: 100%;
    margin-left: auto;
    padding: 36px;
    margin-right: auto;
    margin-bottom: 10%;
}
#staffWrp .flexbox{
	align-items: stretch;
}
#staffWrp .flexbox li {
	margin-bottom:4%;
}
#staffWrp .flexbox li img{
	max-width: 239px;
	width: 100%;
	height: auto;
}

/*mask*/

/*
.link_mask {
	max-width: 239px;
	width: 100%;
	height: auto;
	overflow:		hidden;
	margin:			10px 8px 10px 16px;
	position:		relative;
}
.link_mask .caption {
	font-size:		130%;
	text-align: 		center;
	padding-top:		80px;
	color:			#fff;
}
.link_mask .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.link_mask:hover .mask {
	opacity:		1;
}
*/


/* 名前ボックスの中のflexBox */

#staffWrp .flexbox02 {
	display: -webkit-box;/*--- Android ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;    /* 改行 */
	-webkit-justify-content: space-around;
	justify-content: space-around;  /* 横方向の整列 flex-start space-around */
	-webkit-align-content: stretch;
	align-content: stretch;
	-webkit-align-items: flex-end;
	align-items: flex-end;  /* 縦方向の整列 baseline space-around */  /* 縦の余白 */
	width: 100%; /* 横並びさせる親要素の幅 */
	margin-bottom: 15px;
}

#staffWrp .flexbox02 li {
	-webkit-flex-grow: 1;
	flex-grow: 1;   /* 伸びる倍率 */
	-webkit-flex-shrink: 1;
	flex-shrink: 1;   /* 縮む倍率 */
	-webkit-flex-basis: 100px;
	flex-basis: 100px;  /* flexアイテムの幅 初期値auto */
	width: 49%;
}

/* 2カラムの場合*/
#staffWrp .flexbox.clm2::after{
  content:"";
  display: block;
  width:48%;
}

#staffWrp .f22 {
	text-align: left;
	font-size: 20px;
	letter-spacing: normal;
}

#staffWrp .f14 {
	text-align: left;
	font-size: 10px;
	line-height: 22px;
	letter-spacing: 0.5px;
}
.nameBox{
	max-width: 239px;
	width: 100%;
	margin: auto;
}
.nameBox h3 {
	text-align: left;
	font-size: 12px;
	letter-spacing: 3px;
	margin-top: 5px;
}
.reserve a {
	background-color: #FFFFFF;
	border: 1px solid #FEA8A8;
	max-width: 240px;
	width: 100%;
	height: auto;
	display: block;
	color: #fea8a8;
	padding: 12px;
	margin: auto;
}
.reserve p{
	text-align: center;
	line-height: 120%;	
    font-style: italic;
    font-family: 'Oswald', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	height: 100%;
}


.reserve a:hover {
	background-color: #fea8a8;
	color: #FFF;
}
.more{
	background-color: #FFF;
	border: 1px solid #61371D;
	max-width: 240px;
	width: 100%;
	height: auto;
	display: block;
	padding: 12px;
	margin: auto;
	margin-top: 10px;
}
.more a:hover {
	opacity: 0.7;
}
.more_text{
	text-align: center;
	line-height: 120%;	
	height: 100%;
	font-weight: normal;
	color: #61371D;
}


@media screen and (max-width:768px){
	.flexbox.clm4 li{
		width: 48%;
	}
	#staffWrp .f22{
		font-size: 18px;
	}
}
@media screen and (max-width:480px){
	#staffWrp .shoparea_box h1{
		font-size: 24px;
	}
	.nameBox h3{
		letter-spacing: 1px;
		font-size: smaller;
	}
}
