@charset "UTF-8";
/* CSS Document */
/* 基本-モバイルファースト ======================================================================================================== */

#staff_list article{
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: solid 1px #ddd;
}
#staff_list article:last-child{
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: none;
}
#staff_list article .photo{
text-align: center;
}
#staff_list article .photo img{
width: 100%;
height: auto;
aspect-ratio: 3 / 2;
object-fit: contain;
}
#staff_list article .text{
margin-bottom: 10px;
}
#staff_list article .text h3{
font-size: 6vw;
font-weight: bold;
}
#staff_list article .text address{
display: flex;
align-items: center;
}
#staff_list article .text address .icon{
line-height: 1;
}
#staff_list article .text address .icon img{
height: 5vw;
margin-right: 5px;
}
#staff_list article .text address a{
font-size: 5vw;
font-weight: bold;
text-decoration: underline;
}
#staff_list article .text .bom ul{
display: flex;
}
#staff_list article .text .bom li{
display: inline-block;
line-height: 1;
color: #fff;
padding: 5px;
margin-right: 10px;
}
#staff_list article .text .bom li.parking{ background-color: #006699; }
#staff_list article .text .bom li.kidsroom{ background-color: #ff6633; }

#staff_list article .btn_wrap{
display: flex;
justify-content: space-between;
}
#staff_list article .btn_wrap .btn{
width: 100%;
}
#staff_list article .btn_wrap .btn a{
display: block;
border: solid 1px #999;
color: #999;
padding: 10px;
text-align: center;
}





/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){


#staff_list article{
padding-bottom: 60px;
margin-bottom: 60px;
display: flex;
align-items: center;
}
#staff_list article .photo{
width: 300px;
}
#staff_list article .photo img{
width: auto;
max-height: 300px;
aspect-ratio: inherit;
}
#staff_list article .text{
margin: 0 20px;
flex: 1;
}
#staff_list article .text h3{
font-size: 30px;
}
#staff_list article .text address .icon img{
height: 30px;
}
#staff_list article .text address a{
text-decoration: none;
}
#staff_list article .text address a{
font-size: 30px;
}
#staff_list article .text p{
font-size: 16px;
}
#staff_list article .btn_wrap{
display: block;
width: 260px;
}
#staff_list article .btn_wrap .btn{
width: 100%;
margin-top: 20px;
}
#staff_list article .btn_wrap .btn:first-child{
margin-top: 0px;
}
#staff_list article .btn_wrap .btn a{
padding: 20px;
}
#staff_list article .btn_wrap .btn a:hover{
background-color: #999;
color: #fff;
}



}
