/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .sp_clear{clear:both}
}

/*▼▼PC▼▼*/

#staff_info_area{
    width: 920px;
    margin: 80px auto 20px auto;
    border-bottom: 1px solid;
    border-color: #c2c0b1;
}

.store_block{
    width: 90%;
    margin: 20px auto 0 auto;
}

.store_name_box{
    width: 100%;
    margin: 7% auto auto 0;
}

.store_name{
    font-size:20px;
    color: #424242;
    font-family: HiraMinProN-W3, "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", Palatino Linotype, FreeSerif, serif !important;
    font-style: normal;
    opacity: 0.9;
}

.store_border{
    float: right;
    border-bottom: 1px solid;
    background-color: #ccc;
    /*height: 54%;*/
    margin-top: -2%;
    opacity: 0.4;
}

.staff_area_block{
    width: 100%;
    margin: 6% 0 0 2%;
    display: flex;
}

.staff_box{
    width: 33.3%;
    display: flex;
    margin-bottom: 2%;
}

.staff_img_box{
    width: 30%;    
    padding: 0 10px 0 0;
}

.staff_img{
    width: 100%;
}

.staff_info_box{
    width: 75%;
    padding: 0 4% 10% 0;
}

.staff_info_box span{
    font-size:13px;
    font-weight:bold;
    letter-spacing: 0.02em;
}

.staff_info_box i{
    font-size:66% !important;
    font-weight:100;
    padding-left: 8px;
    font-style: normal;
}

.staff_info_box p{
    font-size:13px;
    margin-top: unset;
    width: 90%!important;
}

.flex{
    padding: 2.5% 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.img_smaller{
 width:414px;
 height:auto;
}

.itoken_press{
    border-bottom: 1px solid #4C4137;
    margin: 4% auto 1%;
    padding-bottom: 1%;
}


/*end*/

/*▼▼SP▼▼*/
@media screen and (max-width: 767px){

.store_border{
    float: right;
    border-bottom: 1px solid;
    background-color: #ccc;
    /*height: 54%;*/
    margin-top: -3%;
}

#staff_info_area {
    width: 375px;
    margin: 80px auto 20px auto;
    border-bottom: 1px solid;
    border-color: #c2c0b1;
}

.staff_box {
    width: 80%;
    display: flex;
    /* margin-bottom: 7%; */
    padding: 5%;
}

.staff_area_block {
    width: 100%;
    margin: 6% 0 0 2%;
    /* display: flex; */
}

.staff_info_box {
    width: 75%;
    padding: 6% 0% 0% 0;
    line-height: 1.5;
}

.staff_info_box p {
    font-size: 11px;
    margin-top: unset;
    width: 96%!important;
}

.itoken_press{
    margin: 7% auto 4%;
}


}
/*end*/