@charset "UTF-8";

.headcat{
	width:1000px;
	margin:0 auto;
	position:relative;
}

header .headerBtm2 {
	width: 100%;
	height: 60px;
	background: #fff;
}
header .headerBtm2 ul.headcat {
	width: 1000px;
	display: table;
	margin: 0 auto;
}
header .headerBtm2 ul li.headcat_menu{
	display: table-cell;
}
header .headerBtm2 ul li.headcat_menu a.headcat_menu_link {
	position: relative;
	display: block;
	height: 45px;
	padding: 16px 25px 0 25px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	color: #000;
}
header .headerBtm2 ul li.headcat_menu a.headcat_menu_link span {
	display: inline-block;
	margin: 5px 0 0 0;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	color: #888;
}
header .headerBtm2 ul li.headcat_menu a.headcat_menu_link:hover:before {
	left: 0;
	width: 100%;
}
header .headerBtm2 ul li.hover a.headcat_menu_link,
header .headerBtm2 ul li.headcat_menu a.headcat_menu_link:hover{
    -webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
    color: #fff;
}
header .headerBtm2 ul li.hover a.headcat_menu_link span,
header .headerBtm2 ul li.headcat_menu a.headcat_menu_link:hover span{
    -webkit-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	transition: 0.1s linear;
    color: #fff;
}
header .headerBtm2 ul li.hover:nth-of-type(1) a.headcat_menu_link{
	/*background: rgba(235,127,143,0.9);*/
    background: #de3950;
}
header .headerBtm2 ul li.headcat_menu:nth-of-type(1) a.headcat_menu_link:hover{
	/*background: rgba(235,127,143,0.9);*/
    background: #de3950;
}
header .headerBtm2 ul li.hover:nth-of-type(2) a.headcat_menu_link{
	background: #ff8b00;
}
header .headerBtm2 ul li.headcat_menu:nth-of-type(2) a.headcat_menu_link:hover{
   background: #ff8b00;
}
header .headerBtm2 ul li.hover:nth-of-type(3) a.headcat_menu_link{
	background: #00a388;
}
header .headerBtm2 ul li.headcat_menu:nth-of-type(3) a.headcat_menu_link:hover{
   background: #00a388;
}
header .headerBtm2 ul li.hover:nth-of-type(4) a.headcat_menu_link{
	background: #b53ea0;
}
header .headerBtm2 ul li.headcat_menu:nth-of-type(4) a.headcat_menu_link:hover{
   background: #b53ea0;
}
header .headerBtm2 ul li.hover:nth-of-type(5) a.headcat_menu_link{
	background: #0c9dd4;
}
header .headerBtm2 ul li.headcat_menu:nth-of-type(5) a.headcat_menu_link:hover{
   background: #0c9dd4;
}


/* キーフレームを作成 */
@-webkit-keyframes fadein {
	0%{
		opacity:0;
	}
	75%{
		opacity:0.5;
	}
	100% {
		opacity:1;
	}
}
.megamenuwrap{
	position:absolute;
	top:61px;
	left:0;
	width:1000px;
	line-height:0;
	z-index:99;
	margin:0;
	padding:0;
	box-sizing: border-box;
    display: none;
}
.headcat li:hover .megamenuwrap{
	display: block;
    z-index:99;
}
.megamenu_inner{
	width:1000px;
	min-height:442px;
	text-align:left;
	font-size:13px;
	padding:20px 0 0 0;
	box-sizing: border-box;
	margin:0;
}
.megamen01 .megamenu_inner{
	/*background:rgba(235,127,143,0.9);*/
    background: url(../img/mega_bg01_2.png) repeat-y;
}
.megamen02 .megamenu_inner{
	background: url(../img/mega_bg02_2.png) repeat-y;
}
.megamen03 .megamenu_inner{
	background: url(../img/mega_bg03_2.png) repeat-y;
}
.megamen04 .megamenu_inner{
	background: url(../img/mega_bg04_2.png) repeat-y;
}
.megamen05 .megamenu_inner{
	background: url(../img/mega_bg05_2.png) repeat-y;
}
/*
.megamen01 .megamenu_inner{
	background: url(../img/mega_bg01.png) repeat-y  rgba(234,102,121,0.5);
}
.megamen02 .megamenu_inner{
	background: url(../img/mega_bg02.png) repeat-y;
}
.megamen03 .megamenu_inner{
	background: url(../img/mega_bg03.png) repeat-y;
}
.megamen04 .megamenu_inner{
	background: url(../img/mega_bg04.png) repeat-y;
}
.megamen05 .megamenu_inner{
	background: url(../img/mega_bg05.png) repeat-y;
}*/

.megamenubig{
	float:left;
	width:300px;
}
.megamenumiddle{
	float:left;
	width:319px;
	position:relative;
}

.megamenumini{
	float:left;
	width:381px;
	position:relative;
}

.headcat .bold{font-weight:bold !important;}
.megamenubig li.cattitle a{
	display:block;
	width:300px;
	/*line-height:30px;
	height:30px;*/
	line-height:2.0;
	padding-left:15px;
	margin:0;
	font-size:13px;
	color:#fff;
	font-weight: normal;
	text-decoration: none;
	box-sizing: border-box;
}
.megamenubig li.cattitle a.mark{
	background: url(../img/headcatmark.png) center right 22px no-repeat;
}
.megamenubig li.cattitle.select a{
   background:rgba(255,255,255,0.14); 
}
.megamenubig li.cattitle.select a.mark{
	color:#fff;
	background: url(../img/headcatmark.png) center right 22px no-repeat rgba(255,255,255,0.14);

}
.megamenubig li:first-child{
	margin-top:0 !important;
}

.megamenumiddle li.midtitle a{
	display:block;
	width:319px;
	/*line-height:30px;
	height:30px;*/
	line-height:2.0;
	padding-left:15px;
	margin:0;
	color:#fff;
	font-size:13px;
	font-weight: normal;
	text-decoration: none;
	box-sizing: border-box;
}
.megamenumiddle li.midtitle a.mark2{
	background: url(../img/headcatmark.png) center right 22px no-repeat;
}
.megamenumiddle li.midtitle.hover a{
	color:#fff;
	background:rgba(255,255,255,0.20);
}
.megamenumiddle li.midtitle.hover a.mark2{
	background: url(../img/headcatmark.png) center right 22px no-repeat rgba(255,255,255,0.20);
}

.megamenumiddle li.midtitle a.mark3{
	display:block;
	width:381px;
	line-height:30px;
	height:30px;
	padding-left:15px;
	margin:0;
	color:#fff;
	font-size:13px;
	text-decoration: none;
	background: url(../img/headcatmark.png) center right 22px no-repeat;
	box-sizing: border-box;
}
.megamenumiddle li.midtitle.hover a.mark3{
	color:#fff;
	background: url(../img/headcatmark.png) center right 22px no-repeat rgba(255,255,255,0.20);

}
.midcatwrap{display:none;}
.minicatwrap{display:none;}
.midtitle:hover .minicat{
	display:block;
}
.minicat li a{
	display:block;
	width:381px;
	/*line-height:30px;
	height:30px;*/
	line-height:2.0;
	padding-left:15px;
	margin:0;
	color:#fff;
	font-size:13px;
	font-weight: normal;
	text-decoration: none;
	box-sizing: border-box;
}
.minicat li a:hover{
	color:#fff;
    background: rgba(255,255,255,0.20);
}

.home #locachi {
     margin-top:-100px;
  padding-top:100px;
}
.home #detail_search{
     margin-top:-100px;
  padding-top:100px;
}
.home #map_search {
     margin-top:-100px;
  padding-top:100px;
}
