/* 会社概要 開始.-------------------------------------------------------- */
table.company{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    text-align:left;
    line-height:1.5;
    border-top:1px dotted #ccc;
}

table.company th{
    width:17%;
    text-align:center;
    padding:10px 0px 10px 0;
    font-weight:bold;
    vertical-align:middle;
    border-right:1px solid #ccc;
    border-bottom:1px dotted #ccc;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    background:#eee;
}

table.company td{
    width:85%;
    line-height:1.4;
    padding:10px 5px 10px 15px;
    vertical-align:top;
    border-bottom:1px dotted #ccc;
}

.company-store{
    padding-bottom:20px;
    border:1px solid #e7e7e7;
    border-bottom:2px solid #CCC;
    background-color:#FFF;
    margin-top: 50px;
}

.store_tel{
    color: var(--tel_color);
    font-weight: bold;
}

.store_link{
    color: #1111cc;
}

.store_map {
    width: 100%;
    height: 300px;
}

.store_map_t{
    font-size:18px;
    padding:18px 10px;
    position:relative;
    margin:15px 0 15px 0;
    font-weight:bold;
}

.store_map_t:before,.store_map_t:after{
    position:absolute;
    left:0;
    content:'';
    width:100%;
    height:8px;
    box-sizing:border-box;
}

.store_map_t:after{
    bottom:0px;
    border-top:4px solid var(--main_color);
    border-bottom:1px solid var(--main_color);
}

.store_photos{
    width:220px;
    margin:0 0 8px 5px;
    display:inline-block;
}

.store_photos img{
    width:220px;
    border:1px solid #ECECEC;
}

#contents .store_photos img{
    height:167px;
    object-fit: contain;
}

.shop_block{vertical-align:middle;}
.shop_block span{vertical-align:middle;}

.shop_block .tel_box{
    margin:2px 0 5px 0;
}

.shops_list .address_box,.shop_block .address_box{
    vertical-align:middle;
    /*テキスト揃え*/
    text-align:justify;
    text-justify:inter-ideograph;
}

.shop_block .tenpo_box{
    font-weight:bold;
    margin:0 0 0 -5px;
}

.shops span{
    line-height:1.4;
    vertical-align: middle;
}

.shops_list .to_map2,.shop_block .to_map2,.shops_list .to_map,.shop_block .to_map{
    margin-left:10px;
    background-color:#fff;
    border:1px solid #CCC;
    font-weight:bold;
    border-radius:3px;
    font-size:10px;
    padding:2px 5px;
}

.to_map2:hover,.to_map:hover{
    color:#FFF;
    background-color:#0079d9;
    text-decoration:none;
    cursor:pointer;
}

.shops_list a.googlemap:hover,.shop_block a.googlemap:hover{text-decoration:none;}

.staf_list{
    overflow:hidden;
    border-bottom:1px dotted #CCC;
    padding:15px 0;
}

.staf_list.no0{padding-top:0px;}

.staf_left{
    float:left;
    width:150px;
    margin:0 0 0 5px;
}

.staf_left img{
    padding:1px;
    border:1px solid #e0e0e0;
}

.staf_right{
    float:right;
    width:522px;
    line-height:1.4;
}

.staf_right ul{
    border-bottom:1px solid #CCC;
    padding:2px 0 6px 5px;
    margin-bottom:8px;
}

.staf_right ul li{
    display:inline-block;
    vertical-align:middle;
}

.staf_right li.syok{
    font-size:12px;
    background-color:#0079d9;
    color:#FFF;
    padding:3px 10px;
    border-radius: 3px;
    margin-right:5px;
}

.staf_right li.name{
    font-size:15px;
    font-weight:bold;
}

.staf_right p{padding:0px 5px;}

.staf_right .sub_title{
    font-weight:bold;
    padding:2px 5px;
}

.staf_right .sub_come{margin-bottom:8px;}

.tenpo_title{
    position:relative;
    text-align:center;
    margin:35px 0 10px 0;
}

.tenpo_title.no1{margin:0px 0 16px 0;}

.tenpo_title span{
    position:relative;
    z-index:2;
    display:inline-block;
    margin:0px 2.5em 0px 2.5em;
    margin-top:2px\9;
    padding:0 1em;
    background-color:#fff;
    text-align:left;
    font-size:18px;
    font-weight:bold;
    letter-spacing:2px;
}

.tenpo_title:after{
    position:absolute;
    top:7px;
    z-index:1;
    content:'';
    display:block;
    width:100%;
    height:2px;
    background-color:#ccc;
}

.tenpo_title:before{
    position:absolute;
    top:8px;
    z-index:1;
    content:'';
    display:block;
    width:100%;
    height:1px;
    background-color:#e9e9e9;
}

.shops_list{
    overflow:hidden;
    padding:10px 0;
    border-bottom:1px dotted #CCC;
}

.shops_list.no0{padding-top:0;}

.shops_left{
    float:left;
    width:220px;
    margin-left:5px;
}

.shops_left img{
    padding:1px;
    border:1px solid #e0e0e0;
}

.shops_right{
    float:right;
    width:450px;
}

.shops_list .name_box{
    border-left:#bcbcbc solid 5px;
    padding:3px 0px 3px 8px;padding-top:5px\9;
    padding-bottom:1px\9;
    margin-bottom:8px;
    margin-left:5px;
    font-size:16px;
    letter-spacing:1px;
    font-weight:bold;
}

.shops_right .name_box{
    font-size:15px;
    letter-spacing:1px;
    padding:2px 0px 5px 5px;
    font-weight:bold;
}

.shops{
    width:100%;
    border-collapse: separate;
    border-spacing: 1px;
}

.shops th{
    width:35px;
    padding:4px 10px;
    font-weight:normal;
    background-color:#e5e5e5;
    border-top:1px solid #fff;
    border-bottom:1px solid #ccc;
    font-size:11px;
    vertical-align:middle;
}

.shops td{
    padding:3px 10px;
    border-top:1px solid #fff;
    background-color:#f9f9f9;
    line-height:1.4;
}

.shops_list_b{
    margin:8px 0 15px 0;
    width:100%;
}

.shops_list_b th{
    width:10%;
    vertical-align:middle;
    background-color:#e0e0e0;
    border-right:2px solid #e9e9e9;
}

.shops_list_b td{
    background-color:#f9f9f9;
    width:90%;
}

.shops_list_b ul{
    padding:10px 5px;
    width:100%;
}

.shops_list_b ul li{
    position:relative;
    display:inline-block;
    padding:2px 5px 2px 0px;
    margin-left:18px;
}

.shops_list_b ul li:after{
    display:block;
    content:'';
    position:absolute;
    top:.47em;
    left:-1em;
    width:6px;
    height:6px;
    background-color:#666;
    border-radius:100%;
}

.shops_list_b ul li:hover{
    cursor:pointer;
    text-decoration:underline;
}

.map_f{
    padding-top:5px;
    text-align:center;}

.map_f img{width:80px;}
/* 会社概要 終了.-------------------------------------------------------- */
