@charset "Shift_JIS";

/* ---------- HEADER ---------- */
.header_area{
	background: rgba(255,255,255,1.00);
}

.header{
	padding: 20px 0px 20px 0px;
	width: 960px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.header_logo{
	float: left;
}

.header_logo img{
	width: 315px;
	height: 65px;
}

.header_nav_area{
	float: right;
}

.header_nav_area .yoyaku_banner{
	margin: 0px 20px 0px 0px;
	vertical-align: middle;
	display: inline-block;
}

.header_nav_area .yoyaku_banner a{
	width: 133px;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	border-radius: 5px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(42,75,46,1.00);
	font-size: 90%;
	line-height: 100%;
	display: inline-block;
	box-sizing: border-box;
	transition: 0.5s;
}

.header_nav_area .yoyaku_banner a:hover{
	opacity: 0.7;
	transition: 0.5s;
}

.header_nav_area .add_area{
	width: 270px;
	margin: 0px 20px 0px 0px;
	vertical-align: middle;
	display: inline-block;
}

.header_nav_area .add_area .tel{
	padding: 0px 0px 5px 0px;
	color: rgba(231,77,12,1.00);
	font-size: 200%;
	line-height: 100%;
	font-weight: bold;
	display: inline-block;
}

.header_nav_area .add_area .tel span.num{
	letter-spacing: -1px;
}

.header_nav_area .add_area .time{
	font-size: 95%;
	font-weight: bold;
	color: rgba(128,103,47,1.00);
	letter-spacing: -0.03rem;
}

.header_nav_area .add_area .time span{
	padding: 5px 7px 5px 7px;
	margin: 0px 5px 0px 0px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(42,75,46,1.00);
	font-size: 95%;
	line-height: 100%;
	border-radius: 5px;
	font-weight: normal;
	display: inline-block;
	box-sizing: border-box;
}

.header_nav_area .recruit_banner{
	vertical-align: middle;
	display: inline-block;
}

.header_nav_area .recruit_banner img{
	width: 130px;
	height: 65px;
}



/* ---------- GLOBAL NAVI ---------- */

.global_navi{
	background: rgba(42,75,46,1.00);
}

.global_navi .navi_area{
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 960px;
	height: auto;
}

.global_navi .navi_area ul{
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.global_navi .navi_area ul li{
	list-style-type: none;
	flex-grow: 1;
}

.global_navi .navi_area ul li a{
    padding: 25px 15px 25px 15px;
	font-size: 90%;
    color: rgba(255,255,255,1.00);
	letter-spacing: -1px;
	text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
	transition: 0.5s;
}

.global_navi .navi_area ul li a:hover{
	color: rgba(231,77,12,1.00);
	transition: 0.5s;
}


/* ---------- FOOTER AREA ---------- */

.footer_area{
	margin: 0 auto;
	clear: both;
	background: rgba(255,255,255,1.00);
}

.footer_area .footer_address_area{
	background-color: rgba(112,105,87,0.05);
}

.footer_area .footer_address_flame{
	width: 960px;
	padding: 80px 0px 80px 0px;
	margin: 0 auto;
	height: auto;
	display: flex;
	box-sizing: border-box;
}

.footer_area .footer_address_flame .address_area{
	width: 50%;
	padding-right: 20px;
	height: auto;
	text-align: left;
	box-sizing: border-box;
}

.footer_area .footer_address_flame .address_area .logo{
	margin-bottom: 15px;
}

.footer_area .footer_address_flame .address_area .address{
	margin-bottom: 15px;
	font-weight: 600;
	color: rgba(75,74,70,1.00);
}

.footer_area .footer_address_flame .address_area .tel{
	margin-bottom: 15px;
	font-size: 200%;
	font-weight: 600;
	color: rgba(231,77,12,1.00);
	letter-spacing: -1px;
}

.footer_area .footer_address_flame .address_area .tel span{
	display: block;
	font-size: 50%;
	color: rgba(75,74,70,1.00);
}

.footer_area .footer_address_flame .address_area .time_schedule table{
	border-spacing: 0;
    border-collapse: separate;
	border: 1px solid rgba(44, 93, 50, 1.00);
	border-radius: 5px;
	background-color: rgba(255,255,255,1.00);
}

.footer_area .footer_address_flame .address_area .time_schedule table tr td{
	padding: 5px 8px;
	text-align: center;
	border-right: 1px solid rgba(44, 93, 50, 1.00);
	border-bottom: 1px solid rgba(44, 93, 50, 1.00);
	box-sizing: border-box;
}

.footer_area .footer_address_flame .address_area .time_schedule table tr td.title_schedule{
	text-align: left;
}

.footer_area .footer_address_flame .address_area .time_schedule table tr td:last-child{
	border-right: 0px;
}

.footer_area .footer_address_flame .address_area .time_schedule table tr:last-child td{
	border-bottom: 0px;
}

.footer_area .footer_address_flame .map_area{
	width: 50%;
	padding-left: 20px;
	height: auto;
	box-sizing: border-box;
}


.footer_list_area{
    padding: 80px 0px 0px 0px;
    width: 960px;
    height: auto;
    margin: 0 auto 40px auto;
    display: flex;
}

.footer_list_area .footer_list_flame{
    width: 25%;
}

.footer_list_area .footer_list_flame:nth-child(2){
    width: 20%;
}

.footer_list_area .footer_list_flame:nth-child(3){
    width: 30%;
}

.footer_list_area .footer_list_flame div{
	margin-bottom: 5px;
    text-align: left;
}

.footer_list_area .footer_list_flame  a{
	color: rgba(112,105,85,1.00);
	text-decoration: none;
    font-size: 95%;
	letter-spacing: -1px;
	position: relative;
	transition: 0.5s;
}

.footer_list_area .footer_list_flame a:hover{
	opacity: 0.7;
}

.footer_list_area .footer_list_flame div.link_list{
	margin-bottom: 5px;
    text-align: left;
}

.footer_list_area .footer_list_flame div.link_list a{
	padding-left: 15px;
	color: rgba(112,105,85,1.00);
	text-decoration: none;
    font-size: 95%;
	letter-spacing: -1px;
	position: relative;
	transition: 0.5s;
}

.footer_list_area .footer_list_flame div.link_list a::after{
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: 1px solid rgba(112,105,85,1.00);
    border-left: 1px solid rgba(112,105,85,1.00);
    z-index: 1;
    transform: rotate(135deg);
	transition: 0.5s;
}

.footer_list_area .footer_list_flame a:hover{
	opacity: 0.7;
}

.footer_list_area .footer_list_flame ul{
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	list-style-type: none;
}

.footer_list_area .footer_list_flame ul li{
	padding-left: 20px;
	margin-bottom: 5px;
	position: relative;
}

.footer_list_area .footer_list_flame ul li::after{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    background: rgba(112,105,85,1.00);
    z-index: 1;
	transition: 0.5s;
}

.footer_list_area .footer_list_flame ul li a:hover{
    opacity: 0.7;
	transition: 0.5s;
}

.footer_list_area .footer_list_flame .link_btn{
	margin-bottom: 15px;
}

.footer_list_area .footer_list_flame .link_btn a{
	padding: 15px 15px 15px 15px;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	background: rgba(44, 93, 50, 1.00);
	border-radius: 5px;
	display: block;
	position: relative;
	box-sizing: border-box;
	transition: 0.5s;
}

.footer_list_area .footer_list_flame .link_btn a::after{
	content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-top: 1px solid rgba(255,255,255,1.00);
    border-left: 1px solid rgba(255,255,255,1.00);
    z-index: 1;
    transform: rotate(135deg);
}

.footer_list_area .footer_list_flame .link_btn a:hover{
	opacity: 0.7;
	transition: 0.5s;
}


.copyright_area{
	padding: 0px 0px 80px 0px;
	width: 960px;
	height: auto;
	margin: 0 auto;
	font-size: 90%;
	text-align: right;
}


