
img{
/*max-width: 100%;*/
height: auto;
width /***/:auto;　
}

a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

a{
	text-decoration: none;
}

.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
	margin: 0px 0px 0px 0px;
    z-index: 10000;
}

.pc_hd{
display: none;
}

/*
==========================================================
header
==========================================================
*/

header{
	width: 100%;
	height: 230px;
	margin: 0px auto;
	background: #f8f7f3;
	overflow: hidden;
}
header .logo{
	width: 170px;
	height: 136px;
	margin: 25px auto 5px;
	background: url("/commonImage/logo.png");
}

header .logo a{
	display: block;
	width: 100%;
	height: 100%;
}
header .main_navi{
	margin: 0px auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	width: 1000px;
}
header .main_navi li{
	margin: 0px 1px;
	padding: 10px 0px 0px;
	width: 17%;
}
header .main_navi li a{
	display: block;
	border-bottom: 3px solid #000;
	font-size: 15px;
	padding: 10px 0px;
	margin: 0;
	color: #000;
}
header .main_navi li a::after{
	content: ">";
	margin-left: 10px;
}
header .main_navi li a:hover{
	color: #8E0002;
	border-bottom: 3px solid #8E0002;
}



.sp_menu_btn{
	display: none;
	width: 45px;
	margin:15px 10px 0px 5px;
	float: right;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 100%;
  height: 35px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0071b4;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
/*
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
*/
.pushbar{
	background-color: #f1f1f1;
}
.pushbar ul{
	width: 100%;
	margin: 0px auto;
	padding: 0;
}
.pushbar ul li{
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px;
	font-size: 1em;
	line-height: 150%;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}
.pushbar ul li span{
	font-size: 0.8em;
}

.pushbar button{
	background: #202020;
	color: #fff;
	border: 0;
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 0.8em;
	margin: 10px auto;
}


.menu_btn a{
	background-color: #f1f1f1;
	color: #4b4b4b;
	padding: 20px 0px 0px 0px;
}
.menu_btn a:hover{
	background-color: #231815;
	color: #fff;
}

.main_catch{
	background: #ffff00;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px;
}




/*
==========================================================
pankuzu
==========================================================
*/

.pankuzu{
	width: 100%;
	margin: 0px auto;
	background: #fff;
	box-shadow: 0px 2px 3px #cccccc;
	padding: 0;
	position: relative;
	z-index: 100;
}
.pankuzu ol{
	width: 1200px;
	margin: 0px auto;
	padding: 0;
	display: flex;
}
.pankuzu ol li{
	padding: 0;
	margin: 10px 10px;
	color: #000;
	font-size: 13px;
}
.pankuzu ol li a{
	color: #000;
}

date-title{
color: #fff;
}


/*
==========================================================
footer
==========================================================
*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
z-index: 100;
  right: 3%;
  bottom: 40px;
  background: #7d0000;
  opacity: 0.9;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.block_contact{
	background: #7d0000;
	padding: 10px 0;
}
.block_contact ul{
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0px auto;
}
.block_contact ul li{
	margin: 10px 20px;
	color: #fff;
	text-align: center;
	padding: 0;
	font-size: 23px;
}
.block_contact ul li a{
color: #fff;
display: block;
}
.block_contact ul li.tel{
	background: url(/commonImage/tel_icon.png) no-repeat left;
	padding: 7px 0px 7px 50px;
}
.block_contact ul li.mail{
	background: url(/commonImage/pc_icon.png) no-repeat left;
	padding: 7px 0px 7px 50px;
}


footer{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
footer .copy_right{
	float: left;
	width: 250px;
	margin: 15px 0px;
	text-align: right;
	padding: 0px 5px;
	color: #7d0000;
	font-size: 13px;
}
footer .foot_submenu {
	margin: 15px 10px 0px 10px;
	padding: 0;
	float: right;
	font-size: 13px;
}
footer .foot_submenu li{
	margin: 0px 10px;
	padding: 0;
	float: left;
}
footer .foot_submenu li a{
	color: #7d0000;
}

