@charset "utf-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
header#global_header .header .fixed_btn {
    background-color: #ffc84d!important;
}
header#global_header .header .h_info nav ul li > ul {
    background-color: #ffc84d!important;
    top: 25px;
}
.h_logo .h_tel {
	display: none;
}
.h_btn .sns_line {
	margin-left:20px; 
}
.movie01 {
	width:100%;
}
#contents_wrap #contents #main #col_main section .wrap_0405 .right .wrap_top {
    background: linear-gradient(to bottom, transparent 80px, #fdfdf5 80px);
}

@media only screen and (max-width: 1000px){
	header#global_header .header .h_info {
    	font-size: 1.8rem !important;
	}
}
@media screen and (max-width: 834px){
	header#global_header .header .h_info .h_btn .h_mail a span {
		display: inline !important;
	}
	header#global_header .header .h_info {
    	font-size: 1.5rem !important;
	}
}
@media screen and (max-width: 640px){
	.movie01 {
		width:100%;
	}
	header#global_header .main {
    	margin-top: 110px !important;
	}
	header#global_header .header {
		display: block !important;
	}
	header#global_header .header .h_logo {
    	max-width: 100% !important;
	}
	header#global_header .header .h_info .h_btn .h_mail a span {
		display: inline !important;
		font-size: 
	}
	.h_logo {
		display: flex;
		margin-bottom: 10px; 
	}
	.h_logo a {
		width: 40%;
	}
	.h_logo .h_tel {
		width: 60%;
		font-size: 1.5em;
    	text-align: right;
	} 
	.h_logo .h_tel {
		display: block;
	}
	.h_info .h_tel {
		display: none;
	}
	.h_btn .sns_line {
		width: 40%;
	}
	header#global_header .header .h_info .h_btn .h_mail {
    	margin-left: 0px !important;
	}
	header#global_header .header .h_info {
    	font-size: 1.6rem !important;
	}
	header#global_header .header .h_info .h_btn .h_mail a {
    padding: 13px 12px !important;
	}
	.h_btn .sns_line {
		margin-left:10px; 
	}
}

