@charset "UTF-8";
.shop .prefSelect{
margin-bottom: .5rem;
}
.shop .prefSelect{
margin-bottom: 1.5rem;
border: none;
font-size: 0;
text-align: left;
}
.prefSelect li span:after {
border-right: none;
}
.shop .prefSelect li{
display: inline-block;
float: none;
border-top: 2px solid #fd8124;
border-bottom: 2px solid #fd8124;
border-left: 2px solid #fd8124;
text-align: center;
}
.prefSelect li.active{
background: #fd8124;
}
.prefSelect li:last-child{
border-right: 2px solid #fd8124;
}
.prefSelect li:last-child span::after{
border-right: none;
}
.prefSelect li:nth-child(6) span::after{
border-right: none;
}
.seeDetailBtn{
    border: 3px #306597 solid;
    padding: 0.3rem 2rem .3rem 1.5rem;
    color: #306597;
    font-size: 1rem;
    display: block;
    margin: 2rem auto;
    background: #fff;
    position: relative;
}
.seeDetailBtn span.icon-arrow{
    position: absolute;
    right: .5rem;
    top: 26%;
}
.staffBoxDetail{
    display: block;
    margin-bottom: 1rem;
    position: static;
    max-width: 100%;
    width: 100%;
    padding: .5rem 0 0;
    border-bottom: 2px solid #D6D7D7;
    background: none;
    	-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
	border-radius: 0;
    
}
.staffBoxDetail:first-child{
    padding-top: 0;
    margin-top: 0;
}
.staffBoxDetail .staffImg img{
    max-width: initial;
    width: 100%;
}
.staffBoxDetail dl{
    margin-bottom: 1rem;
    text-align: left;
}
.staffBoxDetail:after{
    clear: both;
    display: block;
    content: "";
}
.staffBoxDetail dl dt{
    color: #2f6698;
    font-weight: 700;
    font-size: .85rem;
}
.staffBoxDetail dl dd{
    font-size: .85rem;
}

.shopname{
    color: #306695;
    font-weight: 300;
    font-size: .85rem;
    text-align: center;
    padding-top: .5rem;
}
.icon-shop{
    background: url(../img/seminar/icon_shop.png) no-repeat left 3px;
    display: inline-block;
    width: 1.5rem;
    height: 1rem;
}
.seeDetailBtn span.icon-mail{
    position: absolute;
    left: .5rem;
    top: 26%;
}
.seeDetailBtn span.icon-mail:before {
	content: "";
	display: inline-block;
	background: url(../img/icon_mail.png) no-repeat 0 center /20px auto;
	width: 2rem;
	height: 1rem;
}
.staff {
    color: #333333;
}
.staff h3 {
	color: #333333;
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding: 1rem;
	background: rgba(255, 230, 0, 0.3);
}
.shopDetail.staff .title{
    border-bottom: none;
}
.shopDetail.staff .seeDetailBtn{
    float: none;
    margin-bottom: 5rem;
}
.staffBoxDetail .name{
    font-size: 1.25rem;
    padding-bottom: 1.5rem;
}
.shopDetail.staff .seeDetailBtn{
        width: 100%;
        background: #ff8100;
        color: #fff;
        text-align: center;
        border: none;
        padding: 1rem 0;
        font-weight: 700;
        border-radius: 5px;
        box-shadow: 0 5px #bb6002 ;
        font-size: 1.05rem;
}
/*** PC ***/
@media screen and (min-width: 769px) {
.shop .prefSelect{

}
    .staffBoxDetail{
        padding-top: 150px;
        margin-top: -150px;
    }
    .shopDetail.staff .title{
        padding-top: 1.35rem;
        padding-bottom: 1.35rem;
    }
    .shopDetail.staff section{
        padding: 0;
    }
    .staff:after{
        clear: both;
        display: block;
        content: "";
    }
    .shopDetail.staff .shopname{
        text-align: center;
        padding-top: .2rem;
        font-size: .85rem;
    }
    .seeDetailBtn{
        float: right;
    }
    .staffBoxDetail{
        padding-bottom: 2rem;
    }
    .staffBoxDetail .name{
        font-size: 1.25rem;
        padding-bottom: 1.5rem;
        padding-left: 35%;
    }
    .staffBoxDetail dl{
        padding-left: 35%;
    }
    .staffBoxDetail dl dt{
    font-weight: 300;
    font-size: 1rem;
    }
    .staffBoxDetail dl dd{
    padding-left: 25%;
    font-size: 1rem;
    }
    .shopDetail.staff .seeDetailBtn{
        width: 460px;
        	background: #ff8100;
        color: #fff;
        text-align: center;
        border: none;
        padding: 1rem 0;
        font-weight: 700;
        border-radius: 5px;
        box-shadow: 0 5px #bb6002 ;
        letter-spacing: .2rem;
        font-size: 1.25rem;
    }
    .seeDetailBtn span.icon-mail{
        top: 36%;
        left: 1.5rem;
    }
    .seeDetailBtn span.icon-mail:before {
        background-size: 30px auto;
        height: 1.6rem;
    }
    .seeDetailBtn span.icon-arrow{
        top:30%;
    }
    
}
