/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.1
*/
.hestia-bottom-footer-content {display:none!important;}
.navbar {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 0;
    transition: none;
    -webkit-box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px -6px rgba(0, 0, 0, 0.42), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px -2px rgba(0, 0, 0, 0.1);
}
.header-filter::before {
    background-color: rgba(0, 0, 0, 0);
}
.org_txt_wrap{
	margin:2em auto;
	width:100%;
	max-width:960px;
}
.org_txt_wrap dl{
	text-align:left;
}
h3.sakutei{
	font-size:20px;
	color:#58A4DA;
}
h3.sakutei span{
	color:#000;
}
.head_nav{
	display:flex;
	justify-content:space-between;
	margin:0 auto 0;
	width:100%;
	padding:0 100px;
	position: absolute;
	top:80px;
	z-index:10;
}
.head_nav img{
	width:180px;
	height:auto;
}
@media (max-width: 767px) {
.head_nav{
	padding:0 16px;
}
.head_nav img{
	width:120px;
	}}

.tr_arrow{
	width:100%;
	padding:60px 0;
	text-align:center;
}
.tr_arrow img{
	width:300px;
}