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





/*******
 rnav
*******/
.rnav_wr{
	width: 300px;
    background: url("rnavBg.jpg") repeat-y center 20px;
	height: auto;
	position: relative;
	max-width: 30%;
}
@media screen and (max-width:768px){
	.rnav_wr{
		width: auto;
		max-width: calc(100% - 40px);
		margin: auto;
		margin-top: 50px;
		margin-bottom: 30px;
	}
}


.rnav{
	width: 300px;
	background: url("rnav_bg.jpg")repeat-y center;
	margin-bottom: 90px;
	height: calc(100% - 0px);
	/**300px**/
	max-width: 100%;
}
@media screen and (max-width:768px){
	.rnav{
		width: auto;
		margin-bottom: 0px;
		height: calc(100% - 0px);
	}
}
@media screen and (max-width:600px){
	.rnav{
		display: none!important;
	}
}


.rnav .nav{
	border: 2px solid #f2f2f2;
}
.rnav .nav .navtop{
	background-color: #282828;

	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	padding: 10px 0 10px 10px;
}
.rnav .nav .inner{
	padding: 20px 20px 20px 20px;
	background-color: #f4f4f4;
}
.rnav .nav .inner a{
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: block;
	transition-duration: 0.3s;

}
.rnav .nav .inner a:hover{
	/* opacity: 0.5; */
}
.rnav .nav .inner a:last-child{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.rnav .nav .inner a:hover{
	/* opacity: 0.5; */
}
.rnav .nav .inner a .ty1{
	font-size: 13px;
	line-height: 1em;
	color: #848484;
	margin-bottom: 5px;
    font-weight: bold;

}
.rnav .nav .inner a .ty2{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.05em;
	/**
    background-image: url("arrowBlack.svg");
    background-repeat: no-repeat;
    background-size: 7px auto;
    background-position: 0 4px;
    padding: 0 0 0 12px;**/
}
.rnav .nav .inner a .ty2 span{
	color: #ea5532;
	display: block;
	font-size: 11px;
	margin-bottom: 3px;
}
.rnav .nav .inner a .ty2:hover span{
	color: #b62028;
    text-decoration: underline;
}

.rnav .nav .inner a .ty2:hover{
	color: #b62028;
    text-decoration: underline;
}
.rnav .nav .inner a .ty3{
	color: #555555;
	font-size: 12px;
}

.rnav_wr .banner01{
	display: block;
	margin-bottom: 20px;
	transition-duration: 0.3s;
	position: sticky;
	top: 20px;
	right: 0px;
	z-index: 100000;
}
.rnav_wr .banner01 img{
	width: 300px;

}
@media screen and (max-width:768px){
	.rnav_wr .banner01{
		width:calc(100% - 40px);
		margin: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.rnav_wr .banner01 img{
		width: calc(100% - 0px);
	}
}
.rnav_wr .banner01:hover{
	opacity: 0.5;
}




/*******
 contact_area_v2
*******/

.contact_area_v2{
	background-color: #d3d3d2;
	background-size: 100% 100%;
	padding: 50px 0 20px 0;
}

.contact_area_v2 .ttl{
	color: #7f5b2e;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	color: #000000;

}

.contact_area_v2 .flex{
	width: 1150px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: calc(100% - 40px);
}
.contact_area_v2 .flex a{
	/*
	display:flex;
	justify-content: space-between;*/
	padding: 15px;
	background-color: #ffffff;
	width: 370px;
	margin-bottom: 15px;
	text-decoration: none;
	font-weight: bold;
	transition-duration: 0.3s;
	max-width: calc(33% - 5px);
	box-sizing: border-box;

}
@media screen and (max-width:1050px){
	.contact_area_v2 .flex a{
		max-width: calc(50% - 5px);
		width: calc(50% - 5px);;
	}
}

@media screen and (max-width:768px){
	.contact_area_v2 .flex a{
		width: calc(100% - 0px);
		max-width: calc(100% - 0px);
	}
}

.contact_area_v2 .flex a:hover{
	opacity: 0.5;
}

.contact_area_v2 .flex .dammy{
	justify-content: space-between;
	padding: 10px;

	width: 410px;
	margin-bottom: 20px;
	text-decoration: none;
	font-weight: bold;
	transition-duration: 0.3s;
	max-width: calc(33% - 5px);
	box-sizing: border-box;
}

@media screen and (max-width:600px){
	.contact_area_v2 .flex .dammy{
		display: none;
	}
}


.contact_area_v2 .flex a .img{
	margin-left: 20px;
}


.contact_area_v2 .flex a .img img{
	width: 100px;
}
@media screen and (max-width:600px){
	.contact_area_v2 .flex a .img img{
		width: 100px;
		height: 100px;
	}
}

.contact_area_v2 .flex a .txt{
	width: calc(100% - 10px);
}
.contact_area_v2 .flex .ty1{
	background-color: #a3a3a3;
	padding: 8px;
	font-size: 15px;
	line-height: 1em;
	color: #ffffff;
	margin-bottom: 10px;
}
@media screen and (max-width:768px){
	.contact_area_v2 .flex .ty1{
		font-size: 13px;
	}
}
@media screen and (max-width:600px){
	.contact_area_v2 .flex .ty1{
		font-size: 11px;
	}
}

.contact_area_v2 .flex .contentflex{
	display: flex;
}


.contact_area_v2 .flex a .txt .ty2{
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	color: #000000;
}
@media screen and (max-width:768px){
	.contact_area_v2 .flex a .txt .ty2{
		font-size: 15px;
	}
}

.contact_area_v2 .flex .ty2 span{
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 6px;
	color: #ea5532;
	display: block;
}