@charset "utf-8";
#main {
	position: relative;
}
#main .real_voice_link {/*REAL VOICEリンクボタン*/
	width: 120px;
	position: absolute;
	top: 30px;
	right: 30px;
}
#main .real_voice_link img {
	width: 120px !important;
}
/*ページタイトル*/
.tit_center {
	text-align: center;
	width: 100%;
	border-top: 2px solid #F4F3F3;
	border-bottom: 2px solid #F4F3F3;
	padding-top: 35px;
	padding-bottom: 40px;
	margin-bottom: 10px;
}
.tit_center .f-Oswald {
	font-size: 40px;
	background-image: url(/images/icon_kei_yoko.png);
	background-position: center bottom;
	background-size: 80px auto;
	line-height: 65px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.tit_center .jp {
	font-size: 16px;
}
/*センターリンクボタン*/
.bt_center {
	width: 100%;
	border-top: 2px solid #F4F3F3;
	padding-top: 50px;
	padding-bottom: 50px;
}
.bt_center .bt {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
/*丸画像_見出し*/
.tit_maru_bg {
	font-weight: bold;
	padding-left: 32px;
	background-image: url(../images/icon_maru.png);
	background-size: auto 22px;
	font-size: 24px;
	margin-bottom: 50px;
}
/*径線画像_見出し*/
.tit_kei_bg {
	font-weight: bold;
	font-size: 18px;
	background-image: url(../images/icon_kei.png);
	background-size: auto 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 15px;
}

/*======================
一覧
=====================*/
#staff_list {
	margin-top: 30px;
	margin-bottom: 30px;
}
#staff_list .staff_wrap {
	overflow: hidden;
	margin-right: -3%;
	margin-bottom: 100px;
}
#staff_list .staff_wrap li {
	float: left;
	width: 22%;
	margin-right: 3%;
	/*height: 260px;　長方形*/
	height: 200px;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #DDD;
}
#staff_list .staff_wrap li.shop_name {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	text-align: center;
}
#staff_list .staff_wrap li.shop_name .f-Oswald {
	display: block;
	letter-spacing: 1px;
	font-size: 15px;
	padding-bottom: 10px;
	/*padding-top: 110px;　長方形*/
	padding-top: 70px;
}
#staff_list .staff_wrap li.shop_name .jp {
	display: block;
	font-size: 24px;
}
#staff_list .staff_wrap li.staff_box {
	position: relative;
}
#staff_list .staff_wrap li.staff_box .image {
	height: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
#staff_list .staff_wrap li.staff_box .image img {
	width: 100%;
	height: auto;
}
#staff_list .staff_wrap li.staff_box .staff_name {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99999;
	color: #fff;
	width: 170px;
	padding: 10px;
}
#staff_list .staff_wrap li.staff_box .staff_name .f-Oswald {
	display: block;
	letter-spacing: 1px;
	font-size: 15px;
	padding-bottom: 2px;
}
#staff_list .staff_wrap li.staff_box .staff_name .jp {
	display: block;
}
/*======================
下部共通リンクボタン
=====================*/
#contents .bt_box {
	margin-bottom: 50px;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
#contents .bt_box ul {
	overflow: hidden;
	margin-right: -2%;
}
#contents .bt_box ul li.bt {
	float: left;
	width: 23%;
	margin-right: 2%;
}
#contents .bt_box ul li.bt .css_btn_class_k_g_on {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	background-color: #FFF !important;
	color: #666;
	display: inline-block;
	line-height: 160%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 2px solid #CCC !important;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
}

/*======================
詳細
=====================*/
#staff_detail {
	width: 100%;
}
#staff_detail .tit_cap {
	font-size: 24px;
	line-height: 140%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#staff_detail .bg {
	width: 100%;
	background-color: #F4F3F3;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 30px;
	padding-left: 30px;
}
#staff_detail .bg .staff_box {
}
#staff_detail .bg .staff_box .wrapper {
	overflow: hidden;
	/*高さ揃える*/
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#staff_detail .bg .staff_box .wrapper .ph {
	float: left;
	/*width: 400px;*/
	width: 340px;
}
#staff_detail .bg .staff_box .wrapper .ph .image {
	width: 100%;
	/*height: 400px;　長方形*/
	height: 340px;
	overflow: hidden;
	text-align: center;
}
/*#staff_detail .bg .staff_box .wrapper .ph .image img {
	width: auto;
	height: 100%;
}*/
#staff_detail .bg .staff_box .wrapper .right {
	/*	width:770px;*/
	width: 480px;
	float: right;
	padding-left: 30px;
}
#staff_detail .bg .staff_box .wrapper .right .f-Oswald {
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
#staff_detail .bg .staff_box .wrapper .right .jp {
	font-size: 26px;
	margin-bottom: 10px;
}
#staff_detail .bg .staff_box .wrapper .right .position {
	margin-bottom: 20px;
}
#staff_detail .bg .staff_box .wrapper table {
	width: 100%;
	margin-bottom: 20px;
}
#staff_detail .bg .staff_box .wrapper th {
	width: 30%;
	border-bottom: 1px dotted #888;
	padding-top: 5px;
	padding-bottom: 5px;
}
#staff_detail .bg .staff_box .wrapper td {
	border-bottom: 1px dotted #888;
	padding-top: 5px;
	padding-bottom: 5px;
}
#staff_detail .bg .staff_box .wrapper .text {
}
/*お気に入りの時間*/
#staff_detail .favorite {
	width: 100%;
	border-bottom: 2px solid #F4F3F3;
	padding-bottom: 50px;
}
#staff_detail .favorite .wrapper {
}
#staff_detail .favorite .wrapper .sab .tit_center {/*ページタイトル サイズ小ver*/
	border-bottom: none !important;
}
#staff_detail .favorite .wrapper .sab .tit_center .f-Oswald {
	font-size: 24px !important;
}
#staff_detail .favorite .wrapper .sab .tit_center .jp {
	font-size: 14px !important;
}
#staff_detail .favorite .favorite_wrap {
	overflow: hidden;
}
#staff_detail .favorite .favorite_wrap dl {
	float: left;
	width: 23%;
/*	margin-left: 4%;
	margin-right: 4%;*/
	margin-left: 1%;
	margin-right: 1%;
}
#staff_detail .favorite .favorite_wrap dt {
	width: 100%;
	height: 200px;
	/*height: 160px;　長方形*/
	border: 2px solid #DDD;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}
#staff_detail .favorite .favorite_wrap dt img {
	width: auto;
	height: 100%;
}
#staff_detail .favorite .favorite_wrap dd {
}
/*担当したお客様からのレビュー*/
#staff_detail .review {
	width: 100%;
	border-bottom: 2px solid #F4F3F3;
	padding-bottom: 50px;
	padding-top: 50px;
}
#staff_detail .review .wrapper {
}
#staff_detail .review .wrapper .tit_maru_bg {
}
#staff_detail .review .wrapper .tit_kei_bg {
}
/*インタビュー*/
#staff_detail .review .wrapper .interview {
	overflow: hidden;
	margin-right: -2%;
	margin-bottom: 50px;
}
#staff_detail .review .wrapper .interview dl {
	overflow: hidden;
	float: left;
	width: 48%;
	margin-right: 2%;
	padding: 1%;
	display: block;
}
#staff_detail .review .wrapper .interview dl a {
	text-decoration: none;
}
#staff_detail .review .wrapper .interview dl:hover {
	background-color: #F4F3F3;
}
#staff_detail .review .wrapper .interview dt {
	width: 50%;
	float: left;
	height: 190px;
	overflow: hidden;
}
#staff_detail .review .wrapper .interview dt img {
	width: auto;
	height: 100%;
}
#staff_detail .review .wrapper .interview dd {
	width: 49%;
	float: right;
}
/*アンケート*/
#staff_detail .review .wrapper #enquete_list ul.list {
	overflow: hidden;
	margin-right:-2%;
	margin-bottom: 20px;
}
#staff_detail .review .wrapper #enquete_list .list li {
	float: left;
	width: 48%;
	margin-right: 2%;
	border: 2px solid #DDD;
	box-sizing: border-box;
	padding: 1%;
	border-radius: 7px;
	margin-bottom: 20px;
	font-weight: bold;
}
#staff_detail .review .wrapper #enquete_list .list li:hover {
	background-color: #EAF0F5;
}
#staff_detail .review .wrapper #enquete_list .list li a {
	text-decoration: none;
	color: #333;
	display: block;
}
#staff_detail .review .wrapper #enquete_list .list li .no {
	margin-right: 15px;
}
/*======================
1カラム→2カラムに修正
=====================*/
#main .wrapper {
	width: 890px !important;
}


