@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
=====================*/

header{
	width: 100%;
	height: 70px;
	margin: 0px auto;
    top:0;
    position: fixed;
    z-index: 1000;
    background:hsla(0,0%,100%,0.50);
    }

header .logo{
	background: url(/commonImage/logo.png) no-repeat;
	background-size: 100%;
	width: 65px;
    height: 50px;
	margin: 10px 0px 10px 10px;
	float: left;
}
header .logo a{
	display: block;
	width: 100%;
	height: 100%;
}
header .logo_catch{
	display: none;
	height: 40px;
	margin: 25px 0px 0px;
	width: 200px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

header .main_navi{
	display: none;
}



.contact_btn{
display: none;
width: 15%;
height: 60px;
float: right;
overflow: hidden;
margin: 5px 2px;
}
.contact_btn a{
	background-color: #7d0000;
	display: block;
}
.contact_btn a:hover{
	background-color: #7d0000;
	color: #fff;
}
.contact_btn img{
	width: 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: #7d0000;
  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;
}


.contact_btn{
position: absolute;
top: 0px;
right: 30px;
width: 30px;
z-index: 10;
}
.contact_btn a{
	background-color: #c30d22;
	padding: 12px 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.contact_btn a:hover{
	background-color: #231815;
	color: #fff;
}
.contact_btn a.active{
	background-color: #231815;
	color: #fff;
}


header .logo{
	background: url("../commonImage/megumi_logo.png") no-repeat;
    background-size: 100%;
	height: 60px;
	margin: 10px auto 0px 10px;
	width: 100px;
}
header .logo a{
	display: block;
	width: 100%;
	height: 100%;
}



/*
==========================================================
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;
}


.block_sns{
	margin: 0px auto;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.block_sns li{
	margin: 0px auto;
	padding: 20px;
	width: 100%;
}
.block_sns li img{
	width: 100%;
}

.block_sns li.sns_contact{
	background: #2aa3cf;
}
.block_sns li.sns_fb{
	background: #32497b;
}
.block_sns li.sns_mailmagazine{
	background: #3e3e3e;
}


.job_type{
	width: 100%;
	margin: 0px auto 0px;
	padding: 30px 0px;
	background: #ececec;
}
.job_type h2{
	text-align: center;
	font-size: 25px;
	color: #c30d22;
	font-weight: bold;
	margin: 0px auto;
	padding: 0;
}
.job_type ul{
	width:90%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: 0px auto;
	overflow: hidden;
	padding: 0;
}
.job_type ul li{
	width: 48%;
	margin: 5px 2px;
}
.job_type ul li a{
	display: block;
	width: 100%;
	background: #231815;
	color: #fff;
	font-size:0.8em;
	padding: 7px 0px;
}
.job_type ul li a:hover{
	background-color: #c30d22;
	color: #fff;
}
.job_type ul li a.active{
	background-color: #c30d22;
	color: #fff;
}

.service_type{
	width: 100%;
	margin: 0px auto 0px;
	padding: 30px 0px;
	background: #ececec;
}
.service_type h2{
	text-align: center;
	font-size: 25px;
	color: #c30d22;
	font-weight: bold;
	margin: 0px auto;
	padding: 0;
}
.service_type ul{
	width:90%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin: 0px auto;
	overflow: hidden;
	padding: 0;
}
.service_type ul li{
	width: 48%;
	margin: 5px 2px;
}
.service_type ul li a{
	display: block;
	width: 100%;
	background: #231815;
	color: #fff;
	font-size:0.8em;
	padding: 7px 0px;
}
.service_type ul li a:hover{
	background-color: #c30d22;
	color: #fff;
}
.service_type ul li a.active{
	background-color: #c30d22;
	color: #fff;
}


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


footer{
	background: #fefced;
}

footer .page_top{
	width: 117px;
	height: 117px;
	margin: 0px auto;
	position: relative;
	top: -60px;
	background: url(../commonImage/page_top.png);
	z-index: 10;
}
footer .page_top a{
	display: block;
	width: 100%;
	height: 100%;
}

footer .foot_logo{
	background: url("../commonImage/footer_logo02.png") no-repeat;
	background-size: 100%;
	height: 50px;
	margin: 30px auto 30px;
	width: 200px;
    }
footer .foot_logo a{
	display: block;
	width: 100%;
	height: 100%;
}

footer .foot_submenu {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0;
    overflow: hidden;
}
footer .foot_submenu ul{
width: 100%;
	display: flex;
	justify-content:center; 
	text-align: center;
    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
    justify-content: space-between;
	margin: 0 auto;
	padding: 0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
footer .foot_submenu li{
	width: 20%;
	margin: 2px 2px;
	display: flex;
    font-size: 18px;
    letter-spacing: 2px;
color: #4d4d4d;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
footer .foot_submenu li a{
	text-decoration: none;
	line-height: 120%;
    color: #4d4d4d;
    }
footer .foot_submenu li a:hover{
color: #af1d32;
}

footer .copy_right{
color: #4d4d4d;
	margin: 20px auto 0px;
	text-align: center;
	padding: 10px 0px 5px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}