@charset "utf-8";
/*common候補*/
.tx-gold {
    color: #D7B379;
}
.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.junge {
    font-family: 'Junge ';
}
.garamond {
    font-family: 'Cormorant Garamond', serif;
}
#main_outer.under {
}
.cont-top-pad {
    padding-top: 5px;
}
.staff-main {
	overflow: hidden;
}
.bwWrapper {
    position:relative;
    display:block;
		cursor: pointer;
}
#main_contents.staff_detail {
	padding-top: 0px;
	position: relative;
}
/*一覧---------------------------------------------------*/

/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px) {
    /*common候補*/
    .pc-mincho {
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }

.staff-main .underH3 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	height: 45px;
	background-image: url(../images/h3bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 24px;
	color: #3F1000;
	padding-left: 120px;
	font-weight: normal;
	padding-bottom: 40px;
	clear: both;
}
.shop {
	width: 1040px;
	margin-bottom: 80px;
}

.staff-cont {
	width: 480px;
	float: left;
	height: 320px;
	margin-right: 40px;
	position: relative;
	margin-bottom: 40px;
}
.staff_info {
	background: rgba(255,255,255,0.6);
	height: 75px;
	width: 260px;
	position: absolute;
	top: 50%;
	left: 10%;
	margin-top: -50px;
	text-align: center;
	color: #492920;
	padding-top: 10px;
}
.name1 {
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
}
.name2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
.staff_detail_slider {

}
.staff_detail_slider img {
	width: 100%;
}

.prof_outer {
	width: 500px;
	position: absolute;
	left: 10%;
	top: 60px;
	z-index: 50;
}
.profile1 {
	background-color: rgba(255,255,255,0.6);
	width: 500px;
	box-sizing: border-box;
	padding: 25px;
	box-shadow: 2px 2px 10px 0 #999;
	-webkit-box-shadow: 2px 2px 10px 0 #999;
	-moz-box-shadow: 2px 2px 10px 0 #999;
	margin-bottom: 30px;
}
.profile2 {
	background-color: rgba(255,255,255,0.6);
	width: 500px;
	box-sizing: border-box;
	padding: 25px;
	box-shadow: 2px 2px 10px 0 #999;
	-webkit-box-shadow: 2px 2px 10px 0 #999;
	-moz-box-shadow: 2px 2px 10px 0 #999;
	text-align: center;

}
.message {
	font-size: 32px;
	color: #0059B2;
	line-height: 46px;
}
.sttaf_name {
	text-align: right;
	font-size: 21px;
	color: #47271F;
	padding-top: 20px;
}
.prof_ttl {
	margin-bottom: 20px;
}
.prof_table {
	width: 100%;
	font-size: 13px;
	line-height: 24px;
	color: #333;
	text-align: left;
}
.prof_table th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0059B2;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: bold;
	width: 35%;
	padding-right: 5px;
	padding-left: 5px;
}
.prof_table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0059B2;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
}
}
/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {

    .content {
        width: 95%;
        margin: 0 auto;
    }
    
.staff-cont {
	position: relative;
}
.staff-main .underH3 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	height: 45px;
	background-image: url(../images/h3bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 24px;
	color: #3F1000;
	padding-left: 120px;
	font-weight: normal;
	padding-bottom: 40px;
	clear: both;
}
.staff_info {
	background: rgba(255,255,255,0.6);
	height: 75px;
	width: 260px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #492920;
	margin-left: -130px;
	margin-top: -60px;
	padding-top: 15px;
}

.name1 {
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
}
.name2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
.staff_detail_slider {

}
.staff_detail_slider img {
	width: 100%;
}
.prof_outer {
	width: 96%;
	z-index: 99;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.profile1 {
	background-color: rgba(255,255,255,0.6);
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	box-shadow: 2px 2px 10px 0 #999;
	-webkit-box-shadow: 2px 2px 10px 0 #999;
	-moz-box-shadow: 2px 2px 10px 0 #999;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.profile2 {
	background-color: rgba(255,255,255,0.6);
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	box-shadow: 2px 2px 10px 0 #999;
	-webkit-box-shadow: 2px 2px 10px 0 #999;
	-moz-box-shadow: 2px 2px 10px 0 #999;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.message {
	font-size: 26px;
	color: #0059B2;
	line-height: 46px;
}
.sttaf_name {
	text-align: right;
	font-size: 21px;
	color: #47271F;
	padding-top: 20px;
}
.prof_ttl {
	margin-top: 15px;
}
.prof_table {
	width: 100%;
	font-size: 13px;
	line-height: 24px;
	color: #333;
	text-align: left;
}
.prof_table th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0059B2;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: bold;
	width: 35%;
	padding-right: 5px;
	padding-left: 5px;
}
.prof_table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0059B2;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 5px;
}  
}
