@charset "utf-8";

.gjs-dashed .modal {
    opacity: 1 !important;
    position: relative;
    display: block;
}

.gjs-dashed .staffGrid.grid3 {
   grid-template-columns: repeat(2, 1fr);
}

.gjs-dashed .intModal01 {
    transform: translate(0,0%) !important;
    /*height: 80px;*/
	/*height: 460px;*/
}

.gjs-dashed .modal-dialog-centered {
        min-height: auto;
    }

.gjs-dashed .modal-dialog-centered::before {
    height: auto;
}

.staffItem .modal {
	padding: 15px 0;
}

/*.modal {
	bottom: auto !important;
}*/

.modal {
	bottom: 0;
}

.modal, .modal-open {
    padding-right: 0 !important;
}

.modalBtn {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}

.modal-content {
	background: #eee;
	width: 100%;
	margin: 0 auto;
	height: 85vh;
}

.modal-dialog-centered::before {
    content: none;
}

.staffItemWr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.inModalBody {
    padding: 60px 4% 40px 4%;
    overflow-y: scroll;
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
}
.intModalBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.modalCloseBtn {
    max-width: 80px;
    width: 100%;
    margin: 0 0 auto;
    height: 26px;
    border: 1px solid #333;
    border-radius: 100vmax;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 99999;
}

.intModal01 {
    max-width: 1200px;
    width: 96%;
    margin: auto auto auto auto;
}

.intModalL {
    width: 100%;
    max-width: 357px;
    margin: 0 auto 30px;
}

.intModalR {
    width: 100%;
}

.staffItemImgBox {
    width: 100%;
    padding: 133.33% 0 0;
    position: relative;
    background: rgba(208,196,185,0.4);
    overflow: hidden;
    transition: all .5s;
}

.staffItemImgBox>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.staffItemImgBox:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: all .5s;
}

.insta {
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: #ddd !important;
    width: 220px;
    text-align: center;
    margin: 20px 20px 0 0;
    padding: 10px 10px 10px 10px;
    color: #000;
    display: inline-block;
    font-family: 'Lexend Deca', sans-serif;
}

.insta {
    background: url(/system_panel/uploads/images/staff_icon01.png) no-repeat center left 20px;
}

.insta:hover {
    background-color: #fff !important;
    color: #000;
}

.simei {
    width: 220px;
    text-align: center;
    background-color: #000 !important;
    border: 1px solid #000;
    margin: 20px 0 0 0;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    color: #fff;
}

.simei{
  background:url(/system_panel/uploads/images/staff_icon02.png) no-repeat center left 20px / 20px;
}

.simei:hover {
    background-color: rgba(0,0,0,0.6) !important;
    color: #fff;
}

.staffJob {
    font-size: 15px;
    font-weight: bold;
}

.staffNameJa {
    font-size: 18px;
    font-weight: 500;
}

.staffInfo {
    margin: 30px 0 0;
}

.staffInfoFlex {
	display: flex;
  	align-items: center;
    margin: 16px 0 0;
}

.staffInfoFlex:first-child {
    margin: 0 0;
}

.staffCompanySet {
    margin-top: 25px;
}

.staffCompany {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.staffNameFlex {
    border-bottom: 1px solid #c7c7c7;
    display: flex;
    padding: 10px 10px 10px 10px;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

.staffList{
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 10px 10px 10px;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.staffItemWr {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.intModalBox {
    flex-direction: row;
    align-items: flex-start;
}

.intModalL {
    width: 35%;
}

.intModalR {
    width: 65%;
}
  
.staffNameFlex {
    flex-direction: row;
    align-items: flex-end;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1240px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*.modalCloseBtn {
    top: 30px;
    right: 9.5%;
}*/
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1240px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */