@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','MSゴシック','ＭＳ Ｐゴシック','sans-serif';
	list-style-type: none;
	color: #222222;
}
body {
	background-color:#fff;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.container_top {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header{
	position: relative;
	background-color:#fff;
}

.logo{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width:20%;
	height:auto;
}

.slide {
	background-image:url(../img/slide_back.gif);
}
.slide .container {
	padding: 0;
}
.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 20px;
  left: 0%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
.carousel-caption h1 {
	font-size:14px;
	font-weight:bold;
	text-shadow: 1px 1px 0.5px #333,
    -1px 1px 0.5px #333,
    1px -1px 0.5px #333,
    -1px -1px 0.5px #333;
	margin-bottom:-10px;
}
.carousel-inner p {
	display:none;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.item img {
width:100%;
}
.fluid2 {
padding:0;
}
.carousel-indicators {
  bottom: -10px;
}
.carousel-control .glyphicon-chevron-left {
  left: 20%;
}
.carousel-control .glyphicon-chevron-right {
  right: 20%;
}
.section {
	padding-top:30px;
	padding-left:0px;
	padding-right:0px;
}
.banner_top {
	padding-top:20px;
}
.banner_top img,.banner img {
	width:100%;
}
.banner {
	padding-top:20px;
}
.banner_n {
	padding-top:20px;
	text-align:center;
}
.col-xs-6  > .button {
	padding: 0px;
	font-size: 80%;
}
h2{
	border-left: 5px solid #991d1d;;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 2px slid #ddd;
	padding: 10px 0 10px 10px;
	font-weight: normal;
	font-size: 14px;
	margin: 30px 0px 10px 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 58.55%,rgba(233,233,233,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 58.55%,rgba(233,233,233,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 58.55%,rgba(233,233,233,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 58.55%,rgba(233,233,233,1.00) 100%);
}
.more_read {
	text-align:right;
	margin-right: 10px;	
}
.dt{
	font-weight:normal;    
  padding-top : 10px;    
  padding-bottom : 5px;
  padding-left : 10px;
  width : 110px;
}
dd{    
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 5px;
  padding-bottom : 5px;
/* dtの幅分の設定 */
  margin-left : 10px;
}
dd > a > i{
  color: #337ab7;
  text-decoration: none;
}
dd > a:hover > i,
dd > a:focus > i{
  color: #23527c;
  text-decoration: underline;
}
/*TOPへ戻る　ここから*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.pagetop a {
    display: block;
    background-color: #991d1d;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 13px;
}
 
.pagetop a:hover {
    display: block;
    background-color: #991d1d;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 13px;
}
/*TOPへ戻る　ここまで*/

footer.container-fluid {
		background-color:#EBEBEB;
		border-bottom:10px solid #991d1d;
		margin-top:30px;
}
#copyright {
	font-size: 10px;
	padding-top:10px;
}

.footer {
	font-size:10px;
	text-align:center;
}
.glyphicon {
	padding-right: 5px;
}
/* ----------------------------- */
/* ラベル　タブ　　　　*/
/* ----------------------------- */
.label-kenchiku {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    border: 1px solid #9932cc;
    border-radius: 5px;
	margin-right: 10px;
	font-size:12px;
    color: #9932cc;
	font-weight:bold;
}
.label-doboku {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    border: 1px solid #008000;
    border-radius: 5px;
	margin-right: 10px;
	font-size:12px;
    color: #008000;
	font-weight:bold;
}

.label-products {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 55px;
	background-color: #990000;
    border-radius: 5px;
	margin-right: 10px;
	font-size:12px;
    color: #ffffff;
	font-weight:bold;
}
.label-oshirase {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 55px;
	background-color: #2f4f4f;
    border-radius: 5px;
	margin-right: 10px;
	font-size:12px;
    color: #ffffff;
	font-weight:bold;
}
.label-recruit {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 55px;
	background-color: #4169e1;
    border-radius: 5px;
	margin-right: 10px;
	font-size:12px;
    color: #ffffff;
	font-weight:bold;
}
.label-saigai {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 55px;
	background-color: #d2691e;
    border-radius: 5px;
	margin-right: 10px;
	font-size:12px;
    color: #ffffff;
	font-weight:bold;
}
/* ----------------------------- */
/*　ヘッダー　メニューバー　　　*/
/* ----------------------------- */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 10px 0px;
  font-size: 18px;
  line-height: 20px;
}
.header{
	position: relative;
	height: 100px;
	background-color:#fff;
	padding: 0 0;
}
/* ----------------------------- */
/* 右上ボタン　　　　*/
/* ----------------------------- */
.button {
	display: inline-block;
	width: 100%;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	font-size:100%;
	position: relative;
	z-index: 2;
	background-color: #8b0000;
	color: #fff;
	overflow: hidden;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	margin: 0px 0;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover, .button a:focus {
	color: #fff;
	text-decoration:none;
}
.button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	top: 0;
	background-color: #b30000;
}
/* トップメニュー */
.headerNav {
	display:block;
		background-image: -webkit-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
}
/*****グローバルメニュー****/
#menu{
    width: 100%;
top:auto;
}
#menu-inner{
    width: 100%;/*メニュー全体の横幅*/
    height: auto;
}
#btn-content{
	text-align: left;
	font-size: 100%;
	letter-spacing: 0.2em;
	}/*20*/
#menu-btn{
	width:100%;
    display: inline-block;
    padding: 8px 15px;
    margin: 0px;
    cursor: pointer;
    color: #fff;/*18*/
    font-size: 100%;
	letter-spacing: 0.2em;
}
#menu-content{
    display: none;
    width: 100%;
}
#menu-content > li{
   position: relative;
    float: none;
    height: 40px;/*６*/
    text-align: left;
	padding-left: 35px;
    width: 100%;
	list-style: none;
}
#menu-content > li > a{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 40px;/*６*/
    color: #fff;/*10*/
    font-size: 100%;
    text-decoration: none;
    z-index: 2;
padding: 0;
letter-spacing:0.2em;
}
#menu-content > li > a:hover{
    background: #555;/*親リンクホバーの背景色*/
    color: #fff;/*親リンクホバーの文字色*/
}
#menu-content > li > a > .fa{margin-right: 5px;}
/*２階層目*/
#menu-content > li > ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
}
#menu-content > li:hover > ul.second-content{display: none;}
#menu-content > li > ul.second-content > li{
    text-align: center;
    width: 200px;/*４*/
    height: 40px;/*５*/
}
#menu-content > li > ul.second-content > li > a{
    display: block;
    line-height: 40px;/*５*/
    background: #444;/*子リンクの背景色*/
    color: #fff;/*子リンクの文字色*/
    font-size: 100%;
    text-decoration: none;
}
#menu-content > li > ul.second-content > li > a:hover{
    background: #555;/*子リンクホバーの背景色*/
    color: #fff;/*子リンクホバーの文字色*/
}
#menu-content > li > ul.second-content > li > a >small{
    color: #fff;/*子リンクホバーの文字色*/
}
#menu-content > li > a > .fa{display: none;}



.tel-f a {
	pointer-events: auto;
	color: #337ab7;
}

/* ----------------------------- */
/*　サイドメニューバー　　　*/
/* ----------------------------- */
.menu-r{
	float: right;
	height: auto;
	width: 100%;
	overflow: hidden;
}

.menu-r li{ 
display: inline; 
padding: 0; 
	margin-bottom: 3px; 
}

.menu-r li a{
display: block; 
border-left: 8px solid #777777;
background-color: #f9f9f9;
padding: 20px 10px;
text-decoration: none;
color: #333333;
text-align: left;
font-size: 1.3em;
margin-bottom: 1px;
}
.menu-r li a:hover{
	border-left: 8px solid #b30000;
	background-color: #fff9f4;
	font-weight: 500;
}
.menu-r i {
	padding-right: 10px;
	color: #b30000;
}
.space30{
	height: 30px;
	display: block;
	clear: both;
}
/* ----------------------------- */
/*　スペース　　　*/
/* ----------------------------- */
.space50{
	height: 50px;
	display: block;
	clear: both;
}
/* ----------------------------- */
/*　サムネイル　　　*/
/* ----------------------------- */
.thumbnail p {
	margin: 5px 0 0 0;
}
.thumbnail .caption {
  padding: 5px;
  color: #333;
}
.thumbnail-h {
	height: 380px;
	margin-bottom: 20px
}
.thumbnail-img {
	padding-left: 0px;
	padding-right: 0px;
}

/* ----------------------------- */
/*　Swiper 調整　　　*/
/* ----------------------------- */
.swiper-container-horizontal > .swiper-pagination-bullets {
	line-height: 1.0;
	bottom: 5px;
}

@media only screen and (min-width: 768px) {
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.logo{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width:auto;
	height:auto;
}
/* ----------------------------- */
/*　ヘッダー　メニューバー　　　*/
/* ----------------------------- */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 5px 0px 15px 0px;
  font-size: 18px;
  line-height: 20px;
}
.header{
	position: relative;
	background-color:#fff;
	height: 60px;
	padding: 0 0;
}

	

.headerNavBtn{
	text-align: center;
	height: 3em;
	line-height: 3em;
	color: #fff;
	font-size: 16px;
	background-image: -webkit-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
}
.headerNavBtn:hover{
    opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.menu ul{
  margin:0;
  padding:0;
}
.menu ul li {
	list-style: none;
	text-align: center;
	color: #fff;
	font-size:16px;
	letter-spacing:0.15em;
	float: left;
	position: relative;
	width: 16.6666%;/*親メニューの幅*/
	height: 50px;/*親メニューの高さ*/
	line-height: 40px;
	background-image: -webkit-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
	padding-top: 0.8em;
}
.menu ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.menu ul li:hover, .menu ul li a:hover {
  background:#991d1d;/*ホバー時の親メニューの背景色*/
  color:#fff;/*ホバー時の親メニューの文字色*/
}
.menu ul li ul {
  position: absolute;
  top: 50px;/*親メニューの高さと同じにする*/
  width: 100%;
  z-index: 100;
}
.menu ul li ul li {
	font-size:14px;
	text-align:left;
	padding-left: 10px;
	padding-top: 0.5em;
  visibility: hidden;
  overflow: hidden;
  width: 100%;/*サブメニューの幅*/
  height: 0;
  background:#FFDAD7;/*サブメニューの背景色*/
}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#991d1d;/*ホバー時のサブメニューの背景色*/
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/
  z-index: 10;
}
  .carousel-indicators {
    bottom: 5px;
  }
  .carousel-caption {
  position: absolute;
  right: 10%;
  bottom: 20px;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
  .carousel-caption h1 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}
  .carousel-inner p {
	  display:block;
	background-color:rgba( 255, 255, 255, 0.60 );
	padding:10px;
}
.section {
	padding-top:30px;
	padding-left:30px;
	padding-right:20px;
}
.col-xs-6  > .button {
	padding: 0px;
	font-size: 100%;
}
h2{
	font-size: 18px;
	margin: 50px 15px 10px 15px;
}
.banner_top {
	padding-top:5px;
}

.banner {
	padding-top:10px;
	padding-right:30px;
	float:left;
}
dt{
	font-weight:normal;    
  padding-top : 10px;    
  padding-bottom : 5px;
  padding-left : 45px;
  width : 150px;
/* 左寄せ */
  float : left;
/* float解除 */
  clear : both;
}
dd{    
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
/* dtの幅分の設定 */
  margin-left : 150px;
}
/*TOPへ戻る　ここから*/
.pagetop {
    bottom: 20px;
    right: 30px;
}
.pagetop a {
    font-size: 14px;
    padding: 10px 14px;
	border-radius: 30px;
}
 
.pagetop a:hover {
    font-size: 14px;
    padding: 10px 14px;
	border-radius: 30px;
}
/*TOPへ戻る　ここまで*/
.footer {
	font-size:14px;
	text-align:right;
	padding-right: 30px;
}
#copyright {
	font-size: 12px;
	padding-top:20px;
}

/* ----------------------------- */
/* 右上ボタン　　　　*/
/* ----------------------------- */
.button {
	display: inline-block;
	width: 100%;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size:100%;
		position: relative;
	z-index: 2;
	background-color: #8b0000;
	color: #fff;
	overflow: hidden;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button:hover, .button a:focus {
	color: #fff;
	text-decoration:none;
}
.button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.button:hover::after {
	top: 0;
	background-color: #b30000;
}
/* トップメニュー */
.headerNav {
	height: 50px;
	padding-top: 3px;
	display:block;
	    border-bottom:5px solid #991d1d;
		background-image: -webkit-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(107,107,107,1.00) 0%,rgba(50,50,50,1.00) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6b6b', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
}
/*****グローバルメニュー****/
#menu{
    width: 100%;
	height:auto;
}
#menu-inner{
    width: 100%;/*メニュー全体の横幅*/
    height: auto;/*メニュー全体の縦幅*/
}
#btn-content{display: none;}
#menu-btn{display: none;}
#menu-content{
	display: inline;
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
#menu-content > li{
   position: relative;
    float: left;
    height: 100%;
    text-align: center;
	padding-left: 0px;
    width: 16.6666%;
}
#menu-content > li > a{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;/*3*/
    line-height: 40px;/*２*/
    color: #fff;/*10*/
    font-size: 16px;
	letter-spacing:0.1em;
    text-decoration: none;
    z-index: 10;
	padding: 0;
}
#menu-content > li > a:hover{
    background: #555;/*親リンクホバーの背景色*/
    color: #fff;/*親リンクホバーの文字色*/
}
#menu-content > li > a > .fa{margin-right: 5px;}
/*２階層目*/
#menu-content > li > ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: 1;
}
#menu-content > li:hover > ul.second-content{
	display: block;
    visibility: visible;
    top: 40px;/*メニュー全体の縦幅*/
    z-index: 3;
    transition: all .3s;
}
#menu-content > li > ul.second-content > li{
    text-align: left;
    width: 100％;/*４*/
    height: 40px;/*５*/
}
#menu-content > li > ul.second-content > li > a{
    display: block;
    line-height: 40px;/*５*/
    background: #444;/*子リンクの背景色*/
    color: #fff;/*子リンクの文字色*/
    font-size: 100%;
	letter-spacing:0.1em;
    text-decoration: none;
	padding: 0 20px;
}
#menu-content > li > ul.second-content > li > a:hover{
    background: #555;/*子リンクホバーの背景色*/
    color: #fff;/*子リンクホバーの文字色*/
}
#menu-content > li > a > .fa{display: inline;}

.tel-f a {
     cursor: default;
    pointer-events: none;
	color: #333333;
    }
	
.container h5 {
	font-size:20px;
	padding: 5px 5px 10px 5px;
	border-bottom: 2px solid #991d1d;
}
.thumbnail-h {
	height: 205px;
	margin-bottom: 20px
}
.thumbnail-img {
	padding-left: 0px;
	padding-right: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	#menu-content > li > a {
		font-size: 12px;
	}
}
@media only screen and (max-width: 768px){
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
}