@charset "UTF-8";
/* --------------------------------------------------------------------------
    レスポンシブ スマホ用　CSS
---------------------------------------------------------------------------- */

/*加古川本社紹介*/
.kakogawa-text-box{
width: 100%;
/*border: 1px solid red;*/
}

.kakogawa-syoukai-text{
width: 100%;
}
/*メンバー紹介スライダー*/
.member-card-name {
width: auto;
/*border: 1px solid red;*/
}

/*スマホの時は名前のみの表示*/
.member-card-name p {
display: none;
/*
white-space: nowrap;
text-overflow: ellipsis;
padding: 0 ;
width: 70px;
height: auto;
margin: 0 auto;
*/
}

.member-card-name h3 {
/*text-align: center;*/
width: 100%;
height: auto;
margin: 0 auto;
}


/*SNSサイドバーモバイルでは非表示*/

/*SNSボタンの大きさ位置変更*/
.sns-button img {
width: 40px;
margin: 0 30px;
}

.sns-button {
justify-content: center;
}

.SNS-box {
display: none;
}

.SNS-box-mobile {
display: block;
width: 100%;
margin: 0 auto;
}

/*設備紹介*/
.setsubi-booth {
display: block;
}

.setsubi-text {
/*border: 1px solid red;*/
height: auto;
width: 100%;
margin-bottom: 30px;
margin-top: 10px;
}

.setsubi-photo img {
width: auto;
height: auto;
}

/*アクセス*/
.kakogawa-map img{
width: 100%;
}

/* お車でお越しの場合 */
.kakogawa-map-mobile{
 display: block;   
}

.kakogawa-map-pc{
 display: none;   
}