@charset "utf-8";

html,body{
text-align: center;
font-family: "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

a img:hover  {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
 }

.sp_hd{display: none;}

/*======================
header
=====================*/
.main_navi{
display: none;
	width: 100%;
	height: 110px;
	margin: 0px auto;
    background: #fff;
    padding: 0px 0px 0px 0px;
}
.main_menu_sp {
width: 100%;
position: absolute;
}
.main_menu_sp .logo{
	background: url("../commonImage/logo_h.png") no-repeat;
	height: 60px;
	margin: 3px;
	width: 10%;
    min-width:186px;
    float: left;
}
.main_menu_sp .logo a{
	display: block;
	width: 100%;
	height: 100%;
}

.sp_menu_btn{
	width: 45px;
	margin:15px 10px 0px 5px;
	float: right;
    overflow: hidden;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  right:0;
  width: 100%;
  height: 40px;
}
.menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #C20D23;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 19px;
}
.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;
}


header .main_menu{
	display: none;

}
header .main_menu li{
	width: 20%;
	height: 70px;
	margin: 2px 2px;
	display: flex;
}
header .main_menu li a{
	display: block;
	width: 100%;
	text-decoration: none;
	line-height: 120%;
	font-weight: bold;
}
header .main_menu li span{
	font-size: 12px;
}

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


.main_catch{
	width: 100%;
	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: 95%;
	margin: 0px auto;
	padding: 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pankuzu ol li{
	padding: 0;
	margin: 10px 1px;
	color: #000;
	font-size: 0.6em;
}
.pankuzu ol li a{
	color: #000;
}



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


footer{
	background: #fffaef;
	border-top: solid 2px #dea02a;
    padding: 0;
    overflow: hidden;
}
footer .page_top{
	width: 30%;
	height: 45px;
	margin: 0px auto;
	position: fixed;
	bottom: 0px;
    right: 0px;
	background: #4f4f4f;
	z-index: 10;
}
footer .page_top a{
	display: block;
    color: #fff;
	width: 100%;
	height: 100%;
    line-height: 45px;
    letter-spacing: 1px;
}

footer .left{
width: 100%;
} 
footer .left .f_logo{
margin: 20px 20px;
padding: 0;
}
footer .left .f_logo dd{
margin: 0;
padding: 0;
text-align: left;
font-size: 15px;
}
footer .left .f_logo dt{
margin: 0;
padding: 0;
text-align: left;
font-size: 33px;
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

footer .right{
width: 90%;
margin: 0px auto 0px;
}
footer .foot_menu{
margin: 0px auto 10px auto;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -ms-flex-wrap: wrap;
      flex-wrap: wrap; 
-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
footer .foot_menu li{
width:  45%;
}


footer .right p{
text-align: center;
font-size: 12px;
}


footer .copy_right{
width: 96%;
margin: 40px auto 10px;
clear: both;
	text-align: left;
	padding: 0px 0px;
    color: #4f4f4f;
}