@charset "UTF-8";

/*　共通　*/



ul {
	
}
	
strong {
	font-weight:normal;
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.bold {
	font-weight:bold;
}

.small {
	font-size:8px;
}

.red {
	color:red;
}

.black {
	color:black;
}

.dummy {
	background-color:red;
	color:white;
}

.relative {
	position:relative;
}

.inline {
	display:inline;
}

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

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}


/*　ヘッダー　*/


header {
	max-width:2000px;
	margin:0 auto;
	position:relative;
}

.header_bar {
	position: absolute;
	top: 0px;
  	left: 0px;
	width:100%;

}

header h1 {
	color: #000;
	font-size: 10px;
	z-index: 1;
	width:1000px;
	padding-left:10px;
	margin:20px auto;
}

.header_tel {
	position: absolute;
	left:73%;
	top:10px;

}


.top_slider {
	position:absolute;
	z-index: 0;
}



.header_menu {
	position:absolute;
	top:50px;
	left:0px;
	background-color:#fff;
	text-align:center;
	width:100%;
	margin-bottom:20px;
	color:#000;
	z-index: 2;
	
}

 .header_menu a:link { text-decoration: none; color: #000000; }
 .header_menu a:visited { color: #000000; }
 .header_menu a:hover { color: #0074b9; }
 .header_menu a:active { color: #0074b9; }

.header_menu_box {
	width:1000px;
	margin:0 auto;
	display: table;
  table-layout: fixed;
  text-align: center;
  }

.header_menu_contact {
	background-color:#0074b9;
}

 .header_menu_contact a:link { text-decoration: none; color: #ffffff; }
 .header_menu_contact a:visited { color: #ffffff; }
 .header_menu_contact a:hover { color: #000000; }
 .header_menu_contact a:active { color: #000000; }



.header_menu_cell {
	
	height:70px;
	border-right-style:dotted;
	border-right-width:2px;
	border-right-color:#ccc;
    display: table-cell;
  vertical-align: middle;


}

.header_menu_logo {
	text-align:left;
	margin-left:-23px;
	margin-top:3px;
}

.header_menu_text {
	margin-top:18px;

}


.header_menu_text1 {
	font-size:13px;
	font-weight:bold;
}

.header_menu_text2 {
	font-size:11px;
}




.navbar-sakura {
  background-color: #ffffff;
  border-color: #ffffff;
}

.header_menutext {
	font-size:12px;
	color:#eee;
}


/*　フッター　*/

.footer {
	position: relative;
	padding-top:30px;
	padding-bottom:10px;
	color:#fff;
	background-color: #000;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;	
}

.footer a:link { text-decoration: none; color: #ffffff; }
.footer a:visited { color: #ffffff; }
.footer a:hover { color: #0074b9; }
.footer a:active { color: #0074b9; }

.footer_box {
	max-width:1000px;
	margin:0 auto;
	margin-bottom:30px;
}

.footer_category {
	margin-bottom:20px;
}

.footer_title {
	font-size:16px;
	font-weight:bold;
	border-left:#fff 2px solid;
	padding-left:6px;
	margin-bottom:15px;
}

.footer_box2 {
	max-width:1000px;
	margin:0 auto;
	padding:0 10px;
	margin-bottom:10px;
}

.footer_logo {
	 float:left;
	 margin-right:20px;
	 margin-bottom:20px;
}

.footer_address {
	float:left;
	margin-right:30px;
}

.footer_sns {


}

.footer_gototop {
	position:absolute;
	z-index:10;
	top:100px;
	right:50px;
}




.footer2_copyright {
	font-size:12px;
	color:#fff;
	padding:10px;
	text-align:center;
	background-color: #000;
	}
	

	

@media screen and (max-width : 991px){

header h1 {
	width:100%;
	padding-left:10px;
	margin:20px auto;
}


.header_menu_box {
	width:100%;
	}

.header_menu_cell {
	height:50px;
}

.header_menu_text {
	margin-top:10px;

}


.header_menu_text1 {
	font-size:12px;
	font-weight:bold;
}

.header_menu_logo {
	margin-left:10px;
	margin-top:3px;
}

.footer_logoadd {
	float:none;
	width:530px;
	margin:0 auto;
}

.footer_logo {
	 float:left;
	 margin-right:20px;
	 margin-bottom:20px;
}

.footer_address {
	float:none;
}
.footer_sns {
	clear:both;
	text-align:center;
	float:none;
	width:600px;
	margin:0 auto;
	margin-top:15px;


}

}

@media screen and (max-width : 767px){
	
header h1 {
	font-size:8px;
	margin-left:0px;
	float:none;
	padding-left:8px;
	margin-top:10px;
	margin-bottom:20px;
	z-index: 2;
}

.header_tel {
	position: absolute;
	left:8px;
	top:18px;
	z-index:2;	
}

.img_header_tel {
	width:100px;
}

.hamberger_menu {
	
}


.footer_box {
	width:100%;
	margin:0 auto;
	margin-bottom:30px;
}


.footer_category {
	margin-bottom:20px;
	width:240px;
}

.footer_logoadd {
	width:300px;
	margin:0 auto;
}

.footer_gototop {
	position:absolute;
	top:100px;
	right:50px;
}


.footer_logo {
	 float:none;
	 margin-right:20px;
	 margin-bottom:20px;
}

.footer_address {
	float:none;
	margin-right:0px;
}

.footer_sns {
	width:180px;
	margin:0 auto;
	margin-top:20px;

}

}




/*パンくずリスト*/


.topicpath {
	background-color:#000;
	color:#fff;
	width:100%;
	font-size:12px;
	padding:10px;
	padding-left:10px;
	clear:both;
	
}

.topicpath a:link { text-decoration: none; color: #ffffff; }
.topicpath a:visited { color: #ffffff; }
.topicpath a:hover { color: #0074b9; }
.topicpath a:active { color: #0074b9; }

.topicpath div{
	max-width:1000px;
	margin:0 auto;
}





