* {
	margin: 0;
	padding: 0;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, figure, figcaption, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, button, label, legend, table, caption, tbody, tfoot, thead,  {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
	word-break: break-all;
	text-align: left;
}

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block
}

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	padding: 0px;
	background-image: url(../images2/bg.png);
	background-repeat: repeat;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #5F4624;
	margin-top: -40px\9;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



a {
	color: #0066CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003399;
}
a:visited {
	color: #0066CC;
}

#header_right #header_right_contact a {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    line-height: 1.2;
}


ol , ul {
	margin: auto auto auto auto;
	list-style: none outside none;
}


ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;

}

li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
}

img {
		margin: 0px;
		padding: 0px;
		 border: medium none;

}
a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
p {
		margin: 0px;
		padding: 0px;
}

address {
		margin: 0px;
		padding: 0px;
}

blockquote {
		margin: 0px;
		padding: 0px;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
}

em {
		margin: 0px;
		padding: 0px;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.boxSizing {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.zero {
	padding: 0px;
	height: 0px;
	width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




.new {
	background: none repeat scroll 0 0 #fe0058;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset, 1px 1px 1px #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}


.small {
	font-size: 15px;
	padding-left: 5px;
}

.bold {
	font-weight: bold;
}

tr, th, td{
	margin: 0px;
	padding: 0px;
}
.strong_text{
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.center_text {
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}
.center {
	text-align: center;
}

.finding {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.border_radius8{	
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */  
}
.border_radius4{	
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}	
.border_none{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.white{
	color: #FFF;
}
.white a:link{
	color: #FFF;transition: 0.5s;
}
.white a:visited{
	color: #FFF;
}
.darkgray{
	color: #333;
}
.darkgray a:link{
	color: #333;transition: 0.5s;
}

.darkgray a:visited{
	color: #333;
}
.darkgray a:hover{
	color: #666;
}
.gray{
	color: #999;
}
.gray a:link{
	color: #999;transition: 0.5s;
}
.gray a:visited{
	color: #999;
}

.black{
	color: #000;
}
.black a:link{
	color: #000;transition: 0.5s;
}
.black a:visited{
	color: #000;
}
.table_center{
    display:table;
}
.table_center > *{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.border_none{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.red {
	color: #C00;
}
.relative{
position: relative;}

.strong
{
	font-weight: bold;
}
.line_h{line-height: 1.3em;}



/* Footer */
footer {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  background-color: #502800;
  text-align: center;
  color: white;
  font-weight: normal;
	clear: both;
	margin: 100px 0 0;
}

.box-footer {
  border-bottom: 1px solid;
}

.box-footer p {
  font-size: 15px;
  padding: 10px 0 20px;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 3px;
}

.box-footer .logo-foot {
  width: 150px;
}
.text-foot {
  padding-top: 15px;
}

.box-footer .text-foot img {
  width: 400px;
} 

.box-footer .sns-ft {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1rem;
}
.box-footer .sns-ft li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-items: center;
}
.box-footer .sns-ft li a img.ig  {
	width: 32px;
}
.box-footer .sns-ft li a span  {
	color: #FFF;
	font-size: 12px;
}

.menu-footer ul {
  padding: 15px 0 10px;
  text-align: center;
  margin: auto;
  display: inline-block;
  position: relative;
}

.menu-footer li {
    /* width: 19%;
    */
  height: 25px;
  border-right: 1px solid;
  float: left;
  text-align: center;
  font-size: 12px;
  padding: 0 23px;
	line-height: 25px;
}

.menu-footer li a {
  text-decoration: none;
  color: white;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
.menu-footer li a:hover {
	opacity: 0.7;
}
.menu-footer li:last-child {
  border-right: unset;
}

.copyright {
    /* border-top: 1px solid #000; */
    box-sizing: border-box;
    width: 100%;
    /* height: 40px; */
	margin: 0;
    background-color: #381b00;
    text-align: center;
    font-size: 10px;
    padding: 10px 0;
    font-weight: normal;
    letter-spacing: 0;
}

.copyright span {
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: bold;
  color: #FFF;
}
/*
.copyright span:hover {
  text-decoration: underline;
}
*/
.container {
	padding: 0px 30px 0!important;
	width: 100%!important;
	box-sizing: border-box;
}

#banner-footer{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#banner-footer span{
  margin: 0 25px;
}
#banner-footer span img{
  border: 1px solid #ffffff;
	border-radius: 10px;
	height: 130px;


	margin: 0px;
	padding: 0px;
	max-width:100%;
	vertical-align:bottom;
}
@media (max-width: 980px) {
  #banner-footer span img{
    height: auto;
  }
}
@media (max-width: 640px) {
  #banner-footer{
    flex-direction: column;
  }
  #banner-footer span{
    margin-bottom: 15px;
  }

  .box-footer .sns-ft {
	margin-bottom: 0;
}
.box-footer .sns-ft li a img.youtube  {
	width: 38px;
}
.box-footer .sns-ft li a img.ig  {
	width: 28px;
}
.box-footer .sns-ft li a span  {
	font-size: 10px;
	display: block;
	margin-top: 5px;
}
}
/* Footer */
	
	