/***************************

        Btn

****************************/


.bl_btnWrapper{
}
.bl_btnWrapper-2col{

}

.bl_btn{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}
.bl_btn-green {
    color: #fff;
    background-color: #395839;
    padding: 5px;
    border-radius: 5px;
}

.bl_btn-green:hover{
    color: #fff;
    background: #00a349;
}
.bl_btn-blue {
    color: #fff;
    background-color: #7398bc;
    border:1px solid #7398bc;
    z-index: 0;
}
.bl_btn-blue:hover, .bl_btn-blue.js_btnActive {
    color: #7398bc;
    background-color: #fff;
    border-color: #7398bc;
    z-index: 0;
}
.bl_btnImage{
    position:absolute;
    /* z-index: 1; */
    width:30px;
    right:6px;
    bottom:0;
}
.bl_btn-brown {
    color: #fff;
    background-color: #5e5041;
    border:1px solid #5e5041;
}
.bl_btn-brown:hover {
    color: #5e5041;
    background-color: #fff;
    border-color: #5e5041;
}
.bl_btn-brown.bl_btn-brownSlim{
    width:225px;
}

.bl_btn.bl_btn-four{
    width:140px;
    box-sizing: border-box;
    margin: 5px;
}

.bl_btn-group {
    flex-wrap: wrap;
}

.bl_btnGroupGray{
    background-color: #ebebeb;
    padding:40px 0;    
}

.bl_popupBtnWrapper{
    position: relative;
}
.bl_popupBtn{
    border:1px solid #385739;
    color: #385739;
    border-radius:5px;
    padding:2px 4px;
    transition: all .2s;
    cursor: pointer;
    white-space: nowrap;
    /* position:absolute;
	border-radius:50%;
    top:-2px;
    left:2px;
	width:14px;
	height:14px;
	line-height:14px;
	vertical-align:middle;
	font-size:10px;
	text-align:center;
	background-color:#385739;
    display: inline-block;
	color:white; */
	cursor:pointer;

}
.bl_popupBtn:hover{
    background-color: #395839;
    border:1px solid #385739;
    color: #fff;
}
.bl_popupWindow{
    position:absolute;
	background-color:rgba(255,255,255,1);;
	color: #000;
    box-shadow: 5px 5px 16px -6px rgba(0,0,0,0.6);
	border-radius:0.3em;
	padding:1em;
    font-size:14px;
    line-height: 20px;
	margin:0.3em 0 0 1em;
	display:none;
}

.bl_popupWindow-iconListItem{
    border-bottom: 1px solid rgba(0,0,0,0.1);


}
.bl_popupWindow-iconListItem:last-of-type{
    border:none;
}

.bl_popupWindow-iconWrapper{
    /* background-color: #fff; */
    padding-top: 5px;
    padding-bottom:5px;
    padding-right:10px;
    display: inline-block;
    border-radius: 15px;
}
.bl_popupWindow-icon{
    width:20px;
    /* height:20px; */
}


.bl_btn-borderSolid{
    border: 1px solid #0090bb;
}

.bl_btn-borderSolid-active{
    background-color: #0090bb;
    color:#fff;
}

.bl_frameBtn{
    border:1px solid #ddd;
    border-radius:5px;
    padding:4px 8px;
    transition: all .2s;
    cursor: pointer;
    white-space: nowrap;
}
.bl_frameBtn:hover{
    color:#fff;
    background-color: #999;
    border: #999;
}
.bl_frameBtn.bl_frameBtnGreen{
    background-color: #385739;
    border:1px solid #385739;
    color: #fff;
}
.bl_frameBtn.bl_frameBtnGreen:hover{
    background-color: #fff;
    color: #385739;
}
.bl_frameBtn.bl_frameBtnGreenNoHover{
    background-color: #385739;
    border:1px solid #385739;
    color: #fff;
}
.bl_frameBtn.bl_frameBtnGreenReverse{
    background-color: #fff;
    border:1px solid #385739;
    color: #385739;
}
.bl_frameBtn.bl_frameBtnGreenReverse:hover{
    background-color: #385739;
    color: #fff;
}

.bl_frameBtnDisabled{
    color:#999;
    background-color:inherit;
    border: none;
    cursor:default;
}

@media screen and (min-width:768px){
    .bl_frameBtn{
        padding:8px 16px;
    }
    .bl_btn.bl_btn-four{
        width: 140px;
        height:40px;
        margin: 0 5px;
    }
    .bl_btn{
        font-size: 14px;
        letter-spacing: 1.5px;
    }
    .bl_btnGroup{

    }
}

/***************************

       bl_mainvisual

****************************/
.bl_mainvisual{
    overflow: hidden;
    height:200px;
    position: relative;
}
.bl_mainvisual_img{
    object-fit: cover;
    width: 100%;
    position: absolute;
}
@media screen and (min-width:728px) {
    .bl_mainvisual_img{
        left:0;
    }
}

/***************************

       bl_board

****************************/
.bl_board_top{
    margin: 0 auto;
    font-size:12px;
    padding:30px 20px;
    line-height: 24px;
    text-align: center;
    color:#395839;
    letter-spacing:1px;
}

.bl_board{
    margin: 0 auto;
    font-size:10px;
    padding: 10px;
}
.bl_boardInner{
    border: 2px solid #385739;
    border-radius: 15px;
    /* margin: 10px; */
    width: 100%;
    text-align: center;
    padding:20px;
    line-height: 24px;
}
.bl_board h2{
    color:#385739;
    font-size:18px;
    font-weight: bold;
    letter-spacing: 2px;
}

@media screen and (min-width:768px) {
    .bl_board_top{
        padding:35px 80px;
        line-height: 30px;
    }
    .bl_board{

        font-size:16px;
        padding:20px;
        line-height: 30px;
    }
    .bl_board h2{
    }
    .bl_boardInner{
        margin: 0 auto;
    }
}



/***************************

       bl_2colContainer

****************************/

.bl_2colContainer{

}
.bl_2colContainer_right{
    display: none;

}

.bl_2colContainer_left-w60p{
    width: 100%;
}

.bl_tableWrapper{
    margin: 0;
}

.bl_tableGray tr td:nth-child(even){
    background-color: #f3f5f3;
}


.bl_detailWindowModal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
  }
  
  .bl_detailWindowModal_content {
    overflow: scroll;
    background-color: #f4f4f4;
    margin: 10% auto;
    width: 90%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
    animation-name: modalopen;
    animation-duration: 1s;
  }
  .bl_detail_window_msgWrapper{
    width: 300px;
    height: 300px;
    border: 1px solid #395839;
  }
  .bl_detail_window_msg{
    color: #395839;
  }

  
  @keyframes modalopen {
    from {opacity: 0}
    to {opacity: 1}
  }



@media screen and (min-width: 768px) {
    .bl_tableWrapper{
        margin-left:10px;
    }
    .bl_2colContainer{
        display: flex;
    }
    .bl_2colContainer_left-w60p{
        width: 60%;
        /* width: 768px;
        margin: 0 auto; */
    }
    .bl_2colContainer_left-w70p{
        width: 70%;
        /* width: 768px;
        margin: 0 auto; */
    }
    .bl_2colContainer_right-w40p{
        height:80vh;
        width:40%;
        display: block;
    }
    .bl_2colContainer_right-w30p{
        height:80vh;
        width:30%;
        display: block;
    }
    .bl_detailWindow > .bl_card_detail{
        overflow: scroll;
        position: sticky;
        height:95vh;
        top:0;
    }
    .bl_detailWindow > .bl_table_row_detailInner{
        overflow: scroll;
        position: sticky;
        height:90vh;
        top:0;
    }

}



.bl_heading{
    /* border-left:4px solid darkseagreen; */
    background-color: #395839;
    color: #fff;
    font-size: 16px;
    font-weight:bold;
    line-height: 30px;
    /* position: sticky; */
    top:0;
    /* width: 100%; */
    z-index:1;
    padding:10px 5px;
    border-bottom: 1px solid #fff;
}

.bl_heading_td{
    width: 100%;    
}

.bl_heading_txtWrapper{
    text-align: left;
}


.bl_heading_txt_remark{
    font-size:13px;
    /* font-weight: normal; */
}
.bl_heading_imgWrapper{
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100%;
    position: relative;
    width:23px;


}
.bl_heading_img{
    height: 18px;
    position: absolute;
    top:-15px;


}
/***************************

        Card

****************************/
.bl_cardList{
    margin:2%;
}


.bl_card{
    border: 1px solid #000;
    border-radius: 5px;
}
.bl_cardInner{
    height: 200px;
}

.bl_card_sm > .bl_cardInner{
    height: 100px;
}

@media screen and (min-width:768px) {
    .bl_cardInner{
        height: 200px;
    }
    
}

.bl_card_imgWrapper{
    flex: 1;
}
.bl_card_body{
    flex:2;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.bl_card_bodyInner{
    padding:5px;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    height: 100%;

}
.bl_card_body_rows{
}
.bl_card_body_row{
    display: flex;
}
.bl_btn-gray{
    background-color: darkgray;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.bl_btnIcon{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-bottom: 4px;
}
/* .bl_telBtn::before{
    content: "";
    background-image: url('/assets/img/tel_w.png');
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background-size: contain;
    vertical-align: middle;
}

.bl_webBtn::before{
    content: "🌐";
    margin-right: 5px;
}
.bl_mailBtn::before{
    content: "✉️";
    margin-right: 5px;
} */

.bl_card_img{
    height:100%;
    max-width: 100%;
    object-fit: cover;
}

.bl_card_ttl{
    font-size:15px;
    position: relative;
}
.bl_card_ttl h3::before{
    content:"|";
    font-weight: bold;
    margin: 0 5px;
}

.bl_card_body_footer{
    width: 100%;
    display: flex;
}
.bl_fillBtn{
    padding:5px 0;
    flex:1;
    background-color: #ccc;
    font-weight: bold;
    text-align: center;
}

.bl_fillBtn:nth-of-type(1){
    margin-right: 1px;
}

.bl_tag{
    border:1px solid gray;
    border-radius: 5px;
    padding: 4px 6px;
    font-size:10px;
}

.bl_card_body_row > .bl_tag{
    margin-right: 5px;
}
.bl_card_body_row > .bl_tag:nth-last-of-type(){
    margin-right: 0;
}
@media screen and (min-width: 768px) {
    .bl_tag{
        padding:6px 8px;
        font-size:14px;
    }
}

.bl_card_detail{
    /* display: none; */
    height:fit-content;
}
.bl_card_info{
    display: none;
}
.bl_card_map{
    display: none;
}
.bl_card_info.js_card_info-show{
    display: block;
}
.bl_card_map.js_card_map-show{
    display: block;
}
.bl_card_infoInner{
    margin: 0 auto;
}

.bl_table_row_detail{
    display: none;
}

.bl_carousel{
    width:100%;
}
.bl_carousel_activeImg{
    width: 100%;
    min-height:150px;
}
.bl_carousel_imgList_img{
    max-width:90%;
    min-height:80px;
    object-fit: cover;
}

.bl_carousel_imgList{
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
}
.bl_carousel_imgList_item{
    
    /* flex:1; */
}

.bl_sect{
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color:#385739;
}

.bl_sect_txt{
    font-size:15px;
    line-height: 30px;
    color:#385739;
}

.bl_card_info_leadTxt{
    text-align: center;
    color:#385739;

}
.bl_sect_heading{
    text-align: center;
    font-size:20px;
    font-weight: bold;
    color: #385739;
}
.bl_sect_heading.bl_sect_headingSm{
    font-size:16px;
}
.bl_sect_hr{
    text-align: center;
    font-weight: bold;
    font-size: 20px;

}

.bl_sect_list{
    font-size:16px;
    line-height: 30px;
}

.bl_sect_iconList{
}
.bl_sect_iconListWrapper{
    
}
.bl_sect_iconList_row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bl_sect_iconList_iconWrapper{
    width: 33.33%;
    position: relative;

}

.bl_iconList_icon{
    width:50px;
}
.bl_iconList_iconCross{
    position: absolute;
    width:60px;
    top:-5px;
}


.bl_icon_set{
    display: flex;
    justify-content: center;
}
.bl_icon_setInner{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.bl_icon_set_img{
    height:20px;


}
.bl_icon_set_txt{
    font-size:10px;
    transform:scale(0.8);
    line-height: 18px;
}




.bl_card_info_closeBtn{
    /* background-color: gray; */
    color:#385739;
    border: 1px solid #385739;
    font-weight: bold;
    height:30px;
}

.bl_shortlinkWrapper{
    /* display: flex;
    justify-content: center; */
    font-size:16px;
    line-height: 30px;
}

@media screen and (min-width:768px) {
    .bl_iconList_txt{
        font-size:16px;
    }
}


.bl_table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-left:1px solid #385739;
    border-right:1px solid #385739;
    border-bottom:1px solid #385739;
    box-sizing: border-box;

    
}

.bl_table.hp_ml30{
    width: calc(100% - 30px)
}

.bl_table_note{
    line-height:30px;
    white-space: nowrap;
    color:#385739;
}
.bl_table_row_frontInfo{
    height: 50px;
    border-top:1px solid #385739;
    font-size:10px;
    height:50px;
}


.bl_table_row_frontInfo > td {
    /* padding:6px; */
    vertical-align: middle;
    color:#385739;

}
.bl_table_row_inner{
    
}

@media screen and (min-width:768px) {
    .bl_table_row_frontInfo{
        font-size:13px;
    }
    
}


.more__content {
    position: relative;
    height: auto;
    max-height: 60px;
    overflow: hidden;
    transition: max-height 1s; 
}
    .more__content::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        transition: 1s;
        background: linear-gradient(
            to bottom,
            transparent 0%,
            #ffffff 100%
        );
    }
    
    .more__content.open::after {
            z-index: -1;
            opacity: 0;
        }

.more__btn {
    display: block;
    margin: 0 auto;
    padding: 8px 40px;
    border: 0;
    color: #ffffff;
    background-color: #339933;
    cursor: pointer;
    border-radius: 0.5rem;
}