@charset "utf-8";

.bold_span {
	font-weight: bold;
}

.under_span {
	text-decoration: underline;
}

.inbl_span {
	display: inline-block;
}

.max_img {
	max-width:100%;
	height:auto;
}

.header_wrap {
	height: 35px;
	position: relative;
	z-index: 99;
}

.header_content {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #7D4E24;
}

.header_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header_ul01_li {
	max-width: calc(100% / 8);
	width: 120px;
}

.header_ul01_li a {
	display: block;
	padding: 10px 0;
	background: rgba(255,255,255,0);
	font-size: 15px;
	color: #FFF;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	transition-duration: 0.35s;
}

.header_ul01_li a:hover {
	background: rgba(255,255,255,0.5);
	transition-duration: 0.35s;
}

/*.header_ul01_li_hr {
	display: none;
	width: 100%;
}*/

.header_ul_li_6_div {
	display: none;
	width:30px;
	height:20px;
	margin:auto;
	position:absolute;
	top: 10px;
	/*right:100%;*/
	right: 10px;
	z-index:2;
	cursor:pointer;
}

.header_ul_li_6_div_line {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#FFF;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_before {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#FFF;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:0px;
	left:0;
	right:0;
}

.header_ul_li_6_div_line_after {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#FFF;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
}

.header_ul_li_6_div:focus {
}

.header_ul_li_6_div:focus .header_ul_li_6_div_line_before {
	background:#CCC;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.header_ul_li_6_div:focus .header_ul_li_6_div_line {
	background:#CCC;
	opacity: 0;
}

.header_ul_li_6_div:focus .header_ul_li_6_div_line_after {
	background:#CCC;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.header_box01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-top: 30px;
	padding: 0 10px;
}

.header_box01_text01 {
	margin: 25px 0 0;
	padding: 0;
	font-family: serif;
	font-size: 18px;
	font-weight: 500;
	color: #111;
	line-height: 32px;
	text-align: left;
}

.header_box01_img01 {
	display: block;
	max-width: 230px;
	margin: 0 30px;
}

.header_box01_textbox01 {
	margin-top: 10px;
}

.header_box01_textbox01_in01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin-bottom: 15px;
}

.header_box01_textbox01_in01_text01 {
	margin-right: 15px;
}

.header_box01_textbox01_in01_text01_span01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: flex-end;
	margin-bottom: 5px;
}

.header_box01_textbox01_in01_text01_span01:before {
	content: "TEL:";
	display: block;
	margin-right: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #111;
	line-height: 1;
	text-align: left;
}

.header_box01_textbox01_in01_text01_span01 a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #111;
	line-height: 1;
	text-decoration: none;
	text-align: left;
	transition-duration: 0.35s;
}

.header_box01_textbox01_in01_text01_span01 a:hover {
	color: #CCC;
	transition-duration: 0.35s;
}

.header_box01_textbox01_in01_text01_span02 {
	display: block;
	font-size: 13px;
	color: #111;
	line-height: 1;
	text-align: left;
}

.header_box01_textbox01_in01_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header_box01_textbox01_in01_ul01_li {
	max-width: 35px;
	margin-right: 10px;
}

.header_box01_textbox01_in01_ul01_li:last-child {
	margin-right: 0px;
}

.header_box01_textbox01_in01_ul01_li_img01 {
	display: block;
	opacity: 1;
	transition-duration: 0.35s;
}

.header_box01_textbox01_in01_ul01_li:hover .header_box01_textbox01_in01_ul01_li_img01 {
	opacity: 0.5;
	transition-duration: 0.35s;
}

.header_box01_textbox01_in02 {
}

.header_box01_textbox01_in02_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header_box01_textbox01_in02_ul01_li {
	margin-right: 5px;
}

.header_box01_textbox01_in02_ul01_li a {
	display: block;
	padding: 5px 16px;
	background: #FFF;
	border: #CCC 1px solid;
	font-family: serif;
	font-size: 15px;
	font-weight: normal;
	color: #111;
	line-height: 1;
	text-decoration: none;
	text-align: left;
	transition-duration: 0.35s;
}

.header_box01_textbox01_in02_ul01_li:hover a {
	background: #AAA;
	color: #FFF;
	transition-duration: 0.35s;
}

@media screen and (max-width: 1024px) {

.header_box01_text01 {
	font-size: 16px;
}

.header_box01_img01 {
	max-width: 200px;
	margin: 0 15px;
}

}

@media screen and (max-width: 768px) {

.header_content {
	min-height: 40px;
}

.header_ul01 {
	display: none;
	width: calc(100% - 50px);
	padding: 10px 0;
	transition-duration: 0.35s;
}

.header_ul01_li {
	max-width: 100%;
	width: 100%;
}

/*.header_ul01_li_hr {
	display: block;
}*/

.header_ul_li_6_div:focus+.header_ul01 {
	display: flex;
	transition-duration: 0.35s;
}

.header_ul_li_6_div {
	display: block;
}

.header_box01_img01 {
	margin: 0 0 0 30px;
}

.header_box01_textbox01 {
	margin-top: 25px;
}

}

@media screen and (max-width: 480px) {

.header_box01 {
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin-top: 20px;
	padding-bottom: 20px;
}

.header_box01_text01 {
	margin: 0 0 15px;
}

.header_box01_img01 {
	margin: 0;
}

}