@charset "utf-8";
body
	{
	
	font-weight: 500;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" ,"Noto Sans JP", sans-serif;
	color: #3a2b23;
	}


@media screen and (min-width:1024px) {
.header_fix
	{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	}

body
	{
	padding-top: 200px;
	}
}





a
	{
	color: #3a2b23;
	text-decoration: none;
	}

.top_info
	{
	padding: 0.5rem 0;
	text-align: center;
	background: #7a5b45;
	}

.top_info a
	{
	padding-right: 1.5rem;
	color: #fff;
	position: relative;
	}

.top_info a:hover
	{
	text-decoration: underline;
	}

.top_info a:before
	{
	content: '';
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: -5px;
	margin-top: -9px;
	}

.top_info a:after
	{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #7a5b45;
	border-right: solid 2px #7a5b45;
	position: absolute;
	top: 56%;
	right: 0.8%;
	margin-top: -4px;
	transform: rotate(45deg);
	}

#header_new
	{
	width: 1200px;
	max-width: 96%;
	margin: 1rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#header_new div
	{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#header_new .info
	{
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#header_new .info li
	{
	width: 32%;
	}

#header_new .info li a
	{
	display: block;
	}

#header_new .info li a p
	{
	font-size: 0.8em;
	text-align: center;
	padding: 0.5rem 1rem 0.5rem 0;
	border: 1px solid #fff;
	background: #f8f6f2;
	border-radius: 50px;
	position: relative;
	}

#header_new .info li a p:before
	{
	content: '';
	width: 18px;
	height: 18px;
	background: #ee3922;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 0.5rem;
	margin-top: -9px;
	}

#header_new .info li a p:after
	{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	position: absolute;
	top: 56%;
	right: 9%;
	margin-top: -4px;
	transform: rotate(45deg);
	}

#header_new .info li a p:hover
	{
	border: 1px solid #ee3922;
	}


#header_new .guide
	{
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#header_new .guide li
	{
	margin-left: 0.5rem;
	position: relative;
	}

#header_new .guide li a
	{
	font-size: 0.9em;
	display: block;
	text-align: center;
	}

#header_new .guide li em
	{
	width: 150%;
	padding: 0.3rem;
	font-size: 0.8em;
	position: absolute;
	top: -50%;
	left: -25%;
	color: #fff;
	font-style: normal;
	background: #809a47;
	border-radius: 5px;
	z-index: 99;
	}

#header_new .guide li em small
	{
	color: #f8ed3b;
	display: block;
	}

#header_new .guide li em:before
	{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 5px solid #809a47;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	}

#header_new a:hover img
	{
	opacity: 0.7;
	}


nav
	{
	background: #f8f6f2;
	}

nav ul
	{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	}

nav ul li
	{
	text-align: center;
	}

nav ul li a
	{
	color: #3a2e2a;
	display: block;
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
	}

nav ul>li>a>p
	{
	padding: 0.65rem 1.5rem;
	border-left: 1px solid #d4c8b0;
	}


nav ul>li> a:hover
	{
	color: #fff;
	background: #bf3b1a;
	}

nav ul li a small
	{
	margin-top: 0.2rem;
	font-family: "Jost", sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	display: block;
	}

nav ul li ol
	{
	display: none;
	
	}

nav ul li:hover ol
	{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #f8f6f2;
	border-radius: 0 0 10px 10px;
	position: absolute;
	top: 98%;
	left: 0;
	z-index: 999999999;
	}

nav ul li:hover ol li
	{
	width: 22%;
	padding: 1rem;
	}

nav ul li:hover ol li img
	{
	margin-right: 0.5rem;
	}

nav ul li:hover ol li a
	{
	border: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1em;
	padding: 0.5rem;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #fff;
	}

nav ul li:hover ol li a:hover
	{
	border: 1px solid #ee3922;
	}

nav ul .search
	{
	width: 23%;
	padding: 0.5rem 0.5rem;
	background: #d4c8b0;
	position: relative;
	}

nav ul .search .f_txt
	{
	width: 100%;
	padding: 0.8rem;
	border-radius: 50px;
	outline:none;
	}

nav ul .search .serach_img
	{
	position: absolute;
	top: 30%;
	right: 8%;
	}

.sp_onlyinfo
{
display: none;
}


@media screen and (max-width:769px) {
.top_info
	{
	font-size: 0.7em;
	}

.top_info a:before
	{
	width: 16px;
	height: 16px;
	top: 54%;
	}


#header_new>a>img
	{
	width: 70%;
	}

#header_new div
	{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#header_new .info
	{
	display: none;
	}

#header_new .guide
	{
	width: 100%;
	}

#header_new .guide li
	{
	width: 23%;
	margin: 0;
	}

#header_new .guide li img
	{
	width: 100%;
	}

#header_new .guide li a
	{
	font-size: 0.6em;
	display: block;
	text-align: center;
	}

#header_new .guide li em
	{
	display: none;
	}



nav ul
	{
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	overflow-x: scroll;
	white-space: nowrap;
	}

.sp_onlyinfo
{
display: block;
margin-bottom: 1rem;
text-align: center;
}

nav ul li
	{
	display: inline-block;
	text-align: center;
	}

nav ul li a
	{
	padding: 0.5rem 0;
	color: #3a2e2a;
	display: block;
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
	}

nav ul>li> a:hover
	{
	color: #3a2e2a;
	background: none;
	}


nav ul>li>a>p
	{
	padding: 0rem 0.8rem;
	border-left: 1px solid #d4c8b0;
	}


nav ul>li> a:hover
	{
	color: #fff;
	background: #bf3b1a;
	}

nav ul li a small
	{
	margin-top: 0.2rem;
	font-family: "Jost", sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	display: block;
	}

nav ul li ol
	{
	display: none;
	}

nav ul li:hover ol
	{
	display: none;
	}


nav ul .search
	{
	display: none;
	}


}






/*footer*/

#footer_new
	{
	padding: 1rem 0 0 0;
	background: #3a2b23;
	color: #fff;
	}

#footer_new ul
	{
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
	}

#footer_new ul li
	{

	}

#footer_new ul li strong
	{
	width: 100%;
	padding-bottom: 0.5rem;
	display: block;
	font-size: 1.2em;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	border-bottom: 1px solid #fff;
	}

#footer_new ul li dl
	{
	width: 100%;
	}

#footer_new ul li dl a
	{
	color: #fff;
	display: block;
	}

#footer_new ul li dl a:hover
	{
	color: #d4c8b0;
	}

#footer_new ul li dl dt
	{
	margin: 1rem 0 0.5rem 0;
	}

#footer_new ul li dl dd
	{
	padding-left: 1rem;
	}

#footer_new ul li:nth-child(1) ,#footer_new ul li:nth-child(3)
	{
	width: 20%;
	}


#footer_new ul li:nth-child(2)
	{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#footer_new ul li:nth-child(2) dl
	{
	width: 49%;
	}

#footer_new ol
	{
	margin: 2rem 0;
	display: flex;
	justify-content: center;
	}

#footer_new ol li
	{
	margin: 0 0.5rem;
	}

#footer_new p
	{
	text-align: center;
	padding: 0.8rem 0;
	color: #3a2e2a;
	background: #d4c8b0;
	}


@media screen and (max-width:769px) {


#footer_new ul
	{
	display: block;
	}

#footer_new ul li
	{
	width: 100%;
	margin-bottom: 2rem;
	}

#footer_new ul li strong
	{
	width: 100%;
	padding-bottom: 0.5rem;
	display: block;
	font-size: 1.2em;
	font-family: "Jost", sans-serif;
	font-weight: 400;
	border-bottom: 1px solid #fff;
	}

#footer_new ul li dl
	{
	width: 100%;
	}

#footer_new ul li dl a
	{
	color: #fff;
	display: block;
	}

#footer_new ul li dl a:hover
	{
	color: #d4c8b0;
	}

#footer_new ul li dl dt
	{
	margin: 1rem 0 0.5rem 0;
	}

#footer_new ul li dl dd
	{
	padding-left: 1rem;
	}

#footer_new ul li:nth-child(1) ,#footer_new ul li:nth-child(3)
	{
	width: 100%;
	}

#footer_new ul li:nth-child(1)
	{

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#footer_new ul li dl
	{
	width: 49%;
	}

#footer_new ul li:nth-child(2)
	{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

#footer_new ul li:nth-child(2) dl
	{
	width: 100%;
	}

#footer_new ol
	{
	margin: 2rem 0;
	display: flex;
	justify-content: center;
	}

#footer_new ol li
	{
	margin: 0 0.5rem;
	}

#footer_new p
	{
	text-align: center;
	padding: 0.8rem 0;
	color: #3a2e2a;
	background: #d4c8b0;
	}
}





/*header info*/
.header_info
	{
	width: 1200px;
	max-width: 96%;
	margin: 1rem auto;
	display: flex;
	align-items: center;
	border: 1px solid #bf3b1a;
	background: #bf3b1a;
	border-radius: 10px;
	}

.header_info strong
	{
	width: 20%;
	text-align: center;
	color: #fff;
	padding: 1rem 0.5rem;
	border-radius: 10px 0 0 10px;
	}

.header_info p
	{
	width: 80%;
	background: #fff;
	line-height: 1.5;
	padding: 0.5rem 0 0.5rem 1%;
	border-radius: 0 10px 10px 0;
	}

.new_member_line
	{
	width: 1200px;
	max-width: 96%;
	margin: 1rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.new_member_line li
	{
	width: 49%;
	}

.new_member_line li img
	{
	width: 100%;
	}


.sp_fix
{
display: none;
}

.pcpagetop
{
position: fixed;
bottom: 10px;
right:10px;
z-index: 99999999999999;
}

.sp_search
{
display: none;
}
@media screen and (max-width:769px) {
.pcpagetop
{
display:none;
}
.header_info
	{
	display: block;
	}

.header_info strong
	{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0.8rem 0.5rem;
	border-radius: 10px 0 0 10px;
	}

.header_info p
	{
	width: 100%;
	padding: 0.5rem;
	text-align: center;
	border-radius: 0 0 10px 10px;
	}


.sp_fix
{
width: 100%;
background: #f8f6f2;
display: block;
position: fixed;
left: 0;
bottom: 0;
}

.sp_fix ul
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.sp_fix ul li
{
width: 20%;
}

.sp_fix ul li a
{
display: block;
padding: 1rem 0.5rem;
text-align: center;
border-right: 1px solid #fff;
}

.sp_fix ul li a img
{
width: 30%;
}

.sp_fix ul li:last-child a
{
border: 0;
}

.sp_fix ul li a p
{
text-align: center;
font-size: 0.8em;
font-weight: bold;
}


.sp_search
{
margin: 0.5rem 0;
display: block;
padding: 1rem;
background: #d4c8b0;
position: relative;
}

.sp_search .f_txt
{
padding: 0.5rem;
border: 1px solid #fff;
border-radius: 50px;
}

.sp_search .serach_img
{
position: absolute;
top: 25%;
right: 5%;
}


}







@media screen and (min-width:780px) and ( max-width:1260px) {

nav ul
	{
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	overflow-x: scroll;
	white-space: nowrap;
	}

.sp_onlyinfo
{
display: block;
margin-bottom: 1rem;
text-align: center;
}

nav ul li
	{
	display: inline-block;
	text-align: center;
	}

nav ul li a
	{
	padding: 0.5rem 0;
	color: #3a2e2a;
	display: block;
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
	}

nav ul>li>a>p
	{
	padding: 0rem 0.8rem;
	border-left: 1px solid #d4c8b0;
	}


nav ul>li> a:hover
	{
	color: #fff;
	background: #bf3b1a;
	}

nav ul li a small
	{
	margin-top: 0.2rem;
	font-family: "Jost", sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	display: block;
	}

nav ul li ol
	{
	display: none;
	}

nav ul li:hover ol
	{
	display: none;
	}


nav ul .search
	{
	display: none;
	}


#header_new div
	{
	width: 80%;
	}

#header_new .guide
{
width: 40%;
}

#header_new .guide li
{
width: 20%;
}

#header_new .guide li p
{
font-size: 0.8em;
}

#header_new .info li a p
{
font-size: 0.7em;
padding:0.5rem 2rem 0.5rem 0;
}

#header_new .info li:last-child img
{
width: 85% !important;
}


.sp_search
{
margin: 0.5rem 0;
display: block;
padding: 1rem;
background: #d4c8b0;
position: relative;
}

.sp_search .f_txt
{
padding: 0.5rem;
border: 1px solid #fff;
border-radius: 50px;
}

.sp_search .serach_img
{
position: absolute;
top: 25%;
right: 5%;
}
}