@charset "UTF-8";
/* CSS Document */

/*---------------menu------------------*/
@media screen and (min-width: 751px){
#menu{
	width: 280px;
	height: 100vh;
	position: fixed;
	z-index: 105;
	top: 0;
	right: -280px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: white;
	transition: all 0.3s;
}
#menu.panelactive{
	right: 0;
}
.menu_mask{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 103;
	background: rgba(0,0,0,0);
	display: none;
	transition: all 0.5s;
}
.menu_mask.panelactive{
	display: block;
	background: rgba(0,0,0,0.50);
}
.menu_close{
	position: fixed;
	z-index: 104;
	background: #424242;
	color: white!important;
}
.menu_bt{
	width: 280px;
	height: 49px;
	display: flex;
	padding: 0 0 0 10px;
	align-items: center;
	border-bottom: 1px #424242 solid;
	color: #424242;
	text-align: left;
	transition: .5s;
}
.menu_bt:hover{
	background: #0083bb;
	color: white;
	/*font-weight: bold;*/
	border-bottom: 1px #0083bb solid;
}
.menu_info_wrap{
	width: 260px;
	height: 190px;
	padding: 15px 10px;
}
.menu_contact{
	width: calc(280px - 20px);
	height: 90px;
}
.menu_contact_title{
	width: 100%;
	height: 30px;
	border-radius: 4px;
	background: #0083bb;
	color: white;
	font-size: 19px;
}
.menu_contact_tel{
	width: 260px;
	height: 1.5em;
	margin: 5px 0 5px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
	.menu_contact_tel  img{
		width: 23px;
		height: auto;
		margin: 0 .5rem 0 0;
	}
.menu_contact_tel p{
	font-size: 24px!important;
	color: #424242;
}
.menu_contact_info{
	height: 1em;
	color: #0083bb;
	font-size: 16px;
	margin: 0;
	line-height: 1em;
}
.menu_credit{
	width: calc(280px - 20px);
	height: 85px;
	background: white;
	/*border: 2px #2c6c27 solid;
	border-radius: 4px;*/
}
.menu_credit_title{
	width: 100%;
	height: 30px;
	position: relative;
	top: -1px;
	background: #2c6c27;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 19px;
}
.menu_credit_info{
	width: calc(100% - 12px);
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 6px;
}
	.header_bt_cledit{
		width: 100%;
		height: auto;
	}
	.header_bt_cledit img{
		width: 100%;
		height: auto;
	}
.menu_credit_info img{
	width: 35px;
	height: 24px;
}
}

@media screen and (max-width: 750px){
#menu{
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 105;
	top: 0;
	right: -100vw;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	background: white;
	transition: all 0.3s;
}
#menu.panelactive{
	right: 0;
}
.menu_mask{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 103;
	background: rgba(0,0,0,0);
	display: none;
	transition: all 0.5s;
}
.menu_mask.panelactive{
	display: block;
	background: rgba(0,0,0,0.50);
}
.menu_close{
	position: fixed;
	z-index: 104;
	background: #424242;
	color: white!important;
}
.menu_bt{
	width: 100vw;
	height: 3rem;
	display: flex;
	padding: 0 0 0 4vw;
	align-items: center;
	border-bottom: 1px #424242 solid;
	color: #424242;
	text-align: left;
	transition: .5s;
}
.menu_bt:hover{
	background: #1d719d;
	color: white;
	/*font-weight: bold;*/
	border-bottom: 1px #1d719d solid;
}
.menu_info_wrap{
	width: 92vw;
	height: auto;
	padding: 1rem 4vw 0rem;
}
.menu_contact{
	width: 92vw;
	height: 90px;
	margin-bottom: 1rem;
}
.menu_contact_title{
	width: 100%;
	height: 30px;
	border-radius: 4px;
	background: #0083bb;
	color: white;
	font-size: 1.25rem;
}
.menu_contact_tel{
	width: 100%;
	height: 12vw;
	margin: .5rem 0 .5rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
	.menu_contact_tel img{
		width: 9vw!important; 
		height: auto!important;
	}
.menu_contact_tel p{
	font-size: 11.5vw;
	color: #424242;
}
.menu_contact_info{
	height: 1em;
	color: #0083bb;
	font-size: 6vw;
	line-height: 1em;
}
.menu_credit{
	width: 92vw;
	height: auto;
	padding-bottom: .5rem;
	background: white;
	/*border: 2px #2c6c27 solid;
	border-radius: 1vw;*/
}
	.menu_credit img{
		width: 100%;
		height: auto;
	}
.menu_credit_title{
	width: 100%;
	height: 30px;
	position: relative;
	top: -1px;
	background: #2c6c27;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 1.25rem;
	margin-bottom: 2vw;
}
.menu_credit_info{
	width: 88vw;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2vw 2vw;
}
.menu_credit_info img{
	width: 12vw!important;
	height: auto!important;
}
}