@charset "utf-8";
*{margin:0;padding:0;box-sizing:border-box;}
* > *:last-child{margin-bottom: 0;}
html{overflow-x:hidden;overflow-y:scroll;}
.html{line-height:normal;}
p{margin: 0;}
p + p{margin-top: 10px;}

@font-face{font-weight:normal;font-style:normal;font-family:'swis721';src:url('../fonts/swis721btl.woff') format('woff');}
@font-face{font-weight:bold;font-style:normal;font-family:'swis721';src:url('../fonts/swis721btb.woff') format('woff');}

@font-face{font-weight:normal;font-style:normal;font-family:'square';src:url('../fonts/square-r.woff') format('woff');}
@font-face{font-weight:bold;font-style:normal;font-family:'square';src:url('../fonts/square-r.woff') format('woff');}


@font-face{font-weight:normal;font-style:normal;font-family:'nsjp';src:url('../fonts/nsjp-light.woff') format('woff');}
@font-face{font-weight:bold;font-style:normal;font-family:'nsjp';src:url('../fonts/nsjp-medium.woff') format('woff');}

@font-face{font-weight:normal;font-style:normal;font-family:'nsjp-b';src:url('../fonts/nsjp-bold.woff') format('woff');}
@font-face{font-weight:bold;font-style:normal;font-family:'nsjp-b';src:url('../fonts/nsjp-bold.woff') format('woff');}

body,input,select,textarea{font-family:'swis721','nsjp','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;font-size:100%;}
body{font-size:14px;color:#000;min-width:100%;background: #fff;line-height:1.7;}

/* bootstrap reset */
h1,h2,h3,h4,h5,h6{font-weight:normal;margin:0;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:inherit;color:inherit;font-family:'swis721','nsjp','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;}
h1, .h1 {
    font-size: 11px;
				padding-top:10px;
				font-weight:normal;
				text-align:right;
}
i[class*="fa-"]{margin-right: 0.5em;}


.text-danger{color:#a94442;}





.breadcrumb{font-size: 12px;margin-bottom: 30px;}

.row + .row{margin-top: 0;}

section .bg01{background: #e8e9ea;}
/* index */
/* index - appeal */
#appeal{background: #fff;text-align: center;}
.appeal{display: block;border-radius:0;padding: 1px;border:1px solid #ccc;position: relative;text-indent:0;background-size:314px;background-position: center center;background-repeat: no-repeat;background-color: #fff;}

#appeal .container .row [class*="col-"] span{position: absolute;display: block;left: 1px;right: 1px;bottom: 1px;text-align: center;color:#fff;font-size: 12px;line-height: 19px;font-weight: bold;padding: 5px;}#appeal .container .row [class*="col-"]:nth-child(1) span{	background:rgba(0,0,0,0.7);}
#appeal .container .row [class*="col-"]:nth-child(2) span{background:rgba(0,0,0,0.7);}
#appeal .container .row [class*="col-"]:nth-child(3) span{background:rgba(0,0,0,0.7);}
#appeal .container .row [class*="col-"]:nth-child(4) span{background:rgba(0,0,0,0.7);}


.square-frame{
}


.square-content{
	display: block;
 height: 0;
 width: 100%;
 padding-bottom: 100%;
	position:relative;
	overflow:hidden;
}

.square-content h3{
	background:#231f20;
	display:block;
	width:100%;
	color:#fff;
	line-height:60px;
	font-family: "Sawarabi Mincho", serif;
	font-weight: normal;
}


.square-content p{
	position:absolute;
	bottom:0;
	width:100%;
	text-align:left;
	background:rgba(35,31,32,0.7);
	display:block;
	color:#fff;
	padding:10px;
}

.bg_appeal01{
	background: url(../images/index/img01.jpg) no-repeat center center;
	background-size: auto 100% ;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-ms-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
	overflow:hidden;
}

.bg_appeal02{
	background: url(../images/index/img02.jpg) no-repeat center center;
	background-size: auto 100% ;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-ms-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
	overflow:hidden;
}

.bg_appeal03{
	background: url(../images/index/img03.jpg) no-repeat center center;
	background-size: auto 100% ;
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-ms-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
	overflow:hidden;
}

.square-content:hover{
	background-size: auto 110%;
	transition: all 0.5s ease-in;
}

.square-content > div {
	position:absolute;
	top:30%;
}

/* index - intro */

.intro h3{
	margin-bottom:0.5em;
	text-align:center;
}
.intro h3 span{
	font-size:16px;
}

/* index - produce */
#produce{}

.text-main{
	text-align:center;
	margin-bottom:2em;
}

#produce h3{
	text-align:center;
	margin-bottom:1em;
	font-size:22px;
	padding-top:1em;
	font-weight: bold;
	color: #2b89c0;
}
.produce{
	display: block;
	border-radius:0;
	padding: 1px;
	border:1px solid #ccc;
	position: relative;
	text-indent:0;
	background-size:314px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F1F5F8;
}
.produce span{
	color:#fff;
	font-weight:bold;
}


.produce-point{
	background: #2199c4;
	position: absolute;
	top: 1px;
	left: 1px;
	color:#fff;
	width: 90px;
	text-align: center;
	line-height: 1;
	padding: 18px;
	font-weight: bold;
	font-family: 'square',Arial,Helvetica,sans-serif;
}
.produce-point small{display: block;font-size: 18px;transform:rotate(.001deg);}
.produce-point span{font-size: 36px;transform:rotate(.001deg);}
.produce-txt{padding:25px;position: relative;text-align: center; background:#f1f5f8;}
.produce-txt:before,.produce-txt:after{content:"";display: block;width: 4px;position: absolute;top: 21px;bottom: 21px;border-top: 1px solid #000;border-bottom: 1px solid #000;}
.produce-txt:before{left: 8px;border-left: 1px solid #000;}
.produce-txt:after{right: 8px;border-right: 1px solid #000;}
.produce-txt h3{
	font-size: 14px;
	color:#E7143D;
	font-weight: bold;
	margin-bottom: 10px;
}

.produce-txt h4{
	font-size: 16px;
	color:#000;
	font-weight: bold;
	margin-bottom: 10px;
}
.produce-txt p{
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

.produce-txt p.more{
	text-align: center;
}

.store img{
	margin-bottom:10px;
}

.store h3{
	font-size: 14px;
	margin-bottom:10px;
}

/* index - waterlife */

#waterlife h3{
	text-align:center;
	margin-bottom:1em;
	font-size:22px;
	padding-top:1em;
	font-weight: bold;
	color: #2b89c0;
	line-height: 1.5;
}

#waterlife .produce-txt h4{
	font-size: 16px;
	color:#000;
	font-weight: bold;
	margin-bottom: 10px;
}

/* index - risk */


#risk h3{
	text-align:center;
	margin-bottom:1em;
	font-size:22px;
	padding-top:1em;
	font-weight: bold;
	color: #2b89c0;
	line-height: 1.5;
}

#risk .produce-txt h4{
	font-size: 16px;
	color:#000;
	font-weight: bold;
	margin-bottom: 10px;
}


#risk.bg-attention p.more a{
	color:#000;
}

#risk.bg-attention p.more a:hover{
	color:#fff;
	background:#666;
}

.policy_list{
	width:100%;
	margin: 0 auto;
}

.policy_list > a div{
	position: relative;
 width: 24%;
 height: 24%;
 padding: 12%!important;
 border-radius: 50%;
 background: #000;
	margin:0.5%;
}

.policy_list > a div p{
	position: absolute;
    left: 0;
    top: 50%;
    margin: -.5em 0 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.top_network{
	padding:0 0px;
}


/* index - media */
#media{text-align: center; }
#media .container{
	padding-bottom:40px;
}
.media{display: block;border-radius:0;padding: 1px;border:1px solid #ccc;position: relative;text-indent:0;background-size:314px;background-position: center center;background-repeat: no-repeat;background-color: #fff;}

.h2_tit01{
	background:#666666;
	line-height:60px;
	color:#fff;
	font-weight: normal;
	text-align:center;
	position: static;
	margin-bottom: 30px;
	font-size:22px;
}

.h2_tit02 {
	padding: 20px 10px 10px;
	font: 60px 'Cuprum', sans-serif;
	letter-spacing: 0.05em;
	text-align:center;
}

.h2_tit02 span{
	font-size:16px;
	display:block;
	margin-top:5px;
}

.h3_tit01{
	padding: 15px!important;
	background:#333;
	color:#fff;
	display:block;
	margin:0 auto 40px;
	font-size: 20px;
	text-align:center;
	line-height: 1;
}

.h3_tit01 span {
	margin: -.5em 0 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height:1.2;
	display:block;
	margin-top:30px;
	
	}
.h3_tit01 span.top {

    margin: 0 0 -.5em;
    margin-top: 0em!important;
				margin-bottom: 0.5em;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin-top: 30px;

}

.txt_blue{
	color: #2199c4;
	font-size:24px;
	text-align:center;
	margin-top:1em;
}
.txt_blue.lead{
	color: #2199c4;
	font-size:300%;
	margin-top:0em;
}
.media h3{font-size: 18px;line-height: 40px;color:#000;text-align: center;font-weight: bold;}

#media .container .row [class*="col-"] span{
	position: absolute;
	display: block;
	left: 1px;
	right: 1px;
	top: 95px;
	margin-top: -26px;
	text-align: center;
	color:#fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	background:rgba(51,51,51,0.5);
	padding: 8px;
}

/* index - service */
.service ul{
	list-style-type:none;
	margin:0 5px 1em;
}
.service ul li:before{
	content:"◆";
	padding-right:5px;
}

/* index - success */
#success{}
.success{display: block;border-radius:0;padding: 1px;border:1px solid #ccc;position: relative;text-indent:0;background-size:314px;background-position: center center;background-repeat: no-repeat;background-color: #fff;}

.success-point{
	background: #000000;
	position: absolute;
	top: 1px;
	left: 1px;
	color:#fff;
	width: 90px;
	text-align: center;
	line-height: 90px;
	font-weight: bold;
	font-size: 18px;
}
.success-point_sub{
	background: #000000;
	position: absolute;
	top: 1px;
	left: 1px;
	color:#fff;
	width: 90px;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	font-size: 18px;
	display:table;
	text-align: center;
	height: 90px;
}
.success-point_sub span{
	display: table-cell;
	vertical-align: middle;
	height: 90px;
}

/* index - achievement */
#achievement{}
#achievement h3{font-size: 16px;margin-bottom: 10px;text-align: center;font-weight: bold;}
#achievement p{margin-bottom: 20px;}


/* index - news&topics */
#news-area{
	padding-top:0;}
.nws-scroll{overflow-y:scroll;height:355px;padding-right:15px;}

.news_box{
	border:1px solid #666;
}
#news-area .row .row {
    margin: 0px 0px 0;
}
#news-area .row [class*="col-"]{padding:0 10px;margin-top: 0px;}

.news-article{display: table;width: 100%;padding: 19px 0;}
.news-article a, .news-article a:active, .news-article a:focus {
    text-decoration: none;
    outline: none;
    color: #000;
    outline: none;
}

.news-article a:hover {
	opacity:0.9;
}
.news-article + .news-article{border-top: 1px solid #f7e2cf;}
.news-month,.news-date,.news-img,.news-comment{display: table-cell;vertical-align: middle;}

.news-month{width: 50px;text-align: right;font-size: 16px;line-height: 22px;}
.news-date{width: 100px;text-align: center;font-size: 66px;font-weight: bold;}
.news-img{width: 210px;}
.news-img div{padding-bottom: 210px;background-position: center center!important;background-repeat: no-repeat;background-size: cover;border-radius: 50%;}
.news-comment{padding-left: 35px;}

.news-comment strong{display: block;margin-bottom: 10px;}

.label.label-black {

    background-color: #000;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    padding: .25em .8em .25em;

}

/* index - 営業所 */
#brabch-area{}
.branch_box{
}
#branch-area .row .row {
    margin: 0px 0px 0;
}
#branch-area .row [class*="col-"]{padding:0 10px;margin-top: 0px;}

.branch_add{
	margin-top:0px;
	font-size:12px;
}

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


.branch_comment{
	margin-top:0px;
	font-size:12px;
}

/* index - リフォーム実例 */
section#example{
	padding-top:0px;
	
	}
	
.box_example{
	display:table;
	margin-bottom:20px;
}
	
.example_box .row{
	display:table;
	width:100%;
	
}
#example .row .row {
    margin: 0px 0px 0;
}
#example .row [class*="col-"]{padding:0 10px;margin-top: 0px;display:table-cell;vertical-align:middle;}

.example_title{
	font-weight:bold;
	margin-top:0px;
	font-size:12px;
	padding-top: 11%;
}

.example_title:before{
	content:"≫";
	margin:0 1em;
	font-size:10px;
}

 a .example_box{
	color:#666;
}

/* contact */


/* common parts */
#wrapper{}

/* header */
#header{
	margin: 0;
	border-bottom: none;
	background: rgba(255,255,255,0.9);
	position: relative;
}

.description{}
.description p{font-size: 10px;line-height: 16px;margin-bottom: 5px;width: 423px;text-align: center;}

#header > .container{display: table;table-layout: fixed;padding-bottom: 10px;}

#logo,#header-right{vertical-align: top;}

#logo{
	padding-top:3em;
	
}
#logo a{display: block;}
#logo a img{
	max-width: 100%;
	height: auto;
	display:block;
}

#logo span{position: absolute;left: 198px;bottom: 9px;font-size: 14px;line-height: 18px;color:#db0505;white-space:nowrap;font-weight: normal;}

#header-right{
	text-align:right; 
	margin-top:-80px;
	color:#000;
	font-weight:lighter;
	}
.header-right{width: 100%;}

#header-right h2{
	font-size:16px;
}

.label.label-brown {
	background-color: #5b4a40;
	color:#fff;
	font-weight:normal;
	font-size: 12px;
	padding: .25em .8em .25em;
}

#header-right .label{
	margin:10px 6px;
}
.icon-set span{
	display:inline-block;
}

.h-call{
	/*padding:22px 0 5px 160px;*/
	font-size:14px;
	/*width: 410px;*/
	text-align: right;
}
.h-call span{
	font-size:20px;
	font-weight:bold;
}

.h-call span.label{
	font-size:12px;
	font-weight:bold;
}


.h-btn{
	padding:0;
	width:300px;
	float:right;
}

.h-btn .btn{border-radius: 0 0 2px 2px;}

.h-btn a.btn-buy:hover, .h-btn a.btn-buy:active, .h-btn a.btn-buy:focus {
    background: #000;
    color: #fff;
    opacity: .8;
}

.h-btn .row{margin:0 -5px;}
.h-btn .row [class*="col-"]{padding:0 5px;margin: 0;}

a.btn-green,a.btn-green:focus,a.btn-green:hover{
	color:#019934;
	text-decoration:underline;
}

#main-bg    {position: relative;margin: 0 auto;width:100%;}
#main{position: static;}

.flexslider {
	position:absolute;
	left: 0;
	right: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
.slides{
	margin: 0;
	padding: 0;
}
#main img {
	min-height: 500px;
	position: relative;
	vertical-align: bottom;
	object-fit: cover;
}
#main  ul {
	margin: 0;
	padding: 0;
}

.flex-control-nav {
	bottom: 20px!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}

.discription{
	position:absolute;
	left:0;
	right:0;
	bottom:30px;
	z-index:10;
}

.main_txt{
	font-size:70px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-shadow:0 0 7px rgba(0,0,0,0.6);
}

/* navigation */
#nav{
	/*padding: 15px 0;*/
	box-shadow:0 -10px 15px rgba(218,219,221,.5);
	border-bottom: 2px solid #CCC;
	background:#019934;
	z-index: 1000;
}
.nav{}
.nav-justified{table-layout: fixed;}
.nav-justified > li{border-right:1px solid #000;width: 1%;}
.nav-justified > li:first-child{border-left:1px solid #000;}
.nav-justified > li > a         {
	color:#2492cd;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	white-space:nowrap;
	padding: 0;
	font-weight: normal;
}
.nav-justified > li > a > small {display: block;color:rgba(255,255,255,.67);font-size: 10px;line-height: 11px;margin-top: 10px;}

.nav-justified > li > a:hover,
.nav-justified > li > a:active,
.nav-justified > li > a:focus{color:#fff;background: linear-gradient(to bottom, #2492cd 0%,#2492cd 50%,#2492cd 100%);}
.nav-justified > li.active > a{color:#fff;background: linear-gradient(to bottom, #2492cd 0%,#2492cd 50%,#2492cd 100%);}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #019934;
    border: 1px solid #019934;
        border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
				border-bottom: 1px solid #ccc;
}

/*メガメニュー*/
    #mnav{
				}
				#mnav > ul {
						display: table;
						width:100%;
    }
    #mnav > ul > li {
      display: table-cell;
      /*margin-right: 2em;*/
						text-align:center;
						border-left: 1px solid #ccc;
						position:static;
						float: none;
    }
				
				.navbar-nav > li {
    float: none;
}
				
				#mnav > ul > li > a:link,#mnav > ul > li > a:active,#mnav > ul > li > a:visited {
      color: #ccc;
    }
				#mnav > ul > li:last-child {
    border-right: 1px solid #ccc;
				margin-right:0;
}
    #mnav > ul > li a:hover,#mnav > ul > li a:focus {
      color: #ccc;
      
    }
    #mnav > ul > li:hover > a:link, #mnav > ul > li:hover > a:active ,#mnav > ul > li:hover > a:visited {
      color: #ccc;
						background-color: #019934;
    }
    #mnav > ul > li:hover .dropdown {
      max-height: 9999px;
      opacity: 1;
    }
    #mnav > ul > li > a {
      display: block;
      transition: all .2s ease-in;
    }
				
				body #mnav > ul > li > a, body #mnav > ul > li > a:hover {

    text-decoration: none;
    outline: none;
    color: #fff!important;

}
    #mnav > ul .dropdown {
      transition: all .2s ease-in;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      text-align: left;
      position: absolute;
      background-color: #019934;
						z-index:10000;
    }
    #mnav > ul .dropdown ul {
				padding: 1em 2em 1em 1em;
				z-index:10000;
				text-align:left;
				width:100%;
				box-sizing:border-box;
				list-style-type:none;
				min-width:268px;
    }
    #mnav > ul .dropdown ul li {
      margin-left:1.5%;
						border-bottom:1px dotted #fff;
						vertical-align:bottom;
						line-height:2;
						white-space: nowrap;
    }
				
				#mnav > ul .dropdown ul li:before{
					content:"→";
					margin-right:1em;
					color:#fff;
					font-size:8px;
				}
				
				#mnav > ul .dropdown .menu_inner li:first-child{
					width:18%;
					display:inline-block;
					float:left;
					color:#fff;
					margin-right:1%;
					margin-bottom:1em;
					border-right:1px solid #fff;
					padding-right:2.5%;
					border-bottom:none;
					box-sizing:border-box;
				}
				
				#mnav > ul .dropdown ul li a{
					color:#fff;
				}
				
				
    #mnav > ul > .dropdownu a:link,#mnav > ul > .dropdownu a:active,#mnav > ul > .dropdownu a:visited {
      color: #fff;
						display:block;
    }
				
				#mnav > ul .dropdown .menu_inner li a:hover{
					color: #fff;
					display:block;
				}
				
				#mnav > ul .dropdown .menu_inner li a {
    color: #fff;
				position:relative;
				padding-left:1em;
}

		#mnav > ul .dropdown .menu_inner li a:before{
			content:'';
			position: absolute;
			top:50%;
			left:0px;
			margin:-4px 2em 0 0;
			width:0;
			height:0;
			border-top:4px solid transparent;
			border-left:4px solid #FFFFFF;
			border-bottom:4px solid transparent;
		} 
		
	.fixed {
    position: fixed;
    top: 0;
    width: 100%;
				z-index:100;
				background:#231f20;
}


/*.nofixed #mnav > ul .dropdown{
    top: 100%!important;
}*/


#products{
}

#products h3{
	text-align:center;
	color:#000;
	font-size:16px;
	margin-bottom:10px;
	border-bottom:1px solid #000;
	position:relative;
	padding-bottom:5px;
}

#products h3:after{
	cntent:"";
	position:absolute;
	width:50%;
	margin:0 auto;
	padding-bottom:5px;
	text-align:center;
	color:#000;
	font-size:16px;
	margin-bottom:10px;
	border-bottom:1px solid #000;
}

#products span{
	font-size:12px;
	line-height:0.6;
	
}

#products img{
	margin-bottom:1em;
}

.navbar{margin-bottom: 0;border-radius: 0;border: none;min-height:1px;}

.row .row{margin:-20px -10px 0;}
.row .row [class*="col-"]{padding:0 10px;margin-top: 20px;}

.img-bordered-gray{border:1px solid #ccc;}
.bg-gradation-gray { border-bottom:solid 2px #f5f5f5; border-top:solid 2px #f5f5f5; padding-top:50px; padding-bottom:40px;
	background:-prefix-linear-gradient(top, white, #e9e9e9);
	background: linear-gradient(to bottom, white, #e9e9e9);}
	
.bg-blue { border-bottom:solid 1px #c9e6e1; border-top:solid 2px #d8ece8; padding-top:50px; padding-bottom:40px;
	background:#e7f3f1;}
	
	.bg-blue h3{
		
	}
	
.bg-gray { 
	background: #fbfbfb;}
	
.bg-attention{
	padding-top:40px;
	padding-bottom:20px;
	background: #f0eeeb;
}

.bg-brown { 
	background: #5b4a40;
	color:#fff;}
	
.bg-brown h2.main_tit{
	color:#fff;
}

.bg-brown h2.main_tit{
	color:#fff;
}


/* article,article,aside,section */
article#page .container{display: table;table-layout: fixed;}
#list,aside{display: table-cell;vertical-align: top;padding-bottom: 60px;}

#list{width: 900px;padding-right: 30px;}
aside{width: 240px;}

.list-group{margin-bottom: 30px;border:1px solid #ddd;border-top: none;}
.list-group h3{background: #e5e5d8;text-align: center;padding: 15px;border-radius:0;font-size: 18px;margin-bottom: 0;line-height: 18px;}

.list-group h3 + .list-group-item{border-top: none;}

a.list-group-item{display: table;width: 100%;table-layout: fixed;padding: 0;text-decoration: none;border:none;border-top: 1px solid #ddd;margin: 0;background: #db0505;color:#fff;font-size: 18px;font-family:'swis721','nsjp-b','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;font-weight: bold;}
.list-group-item:first-child{border-radius:0;}
.list-group-item:last-child {border-radius:0;}

.list-group-img,.list-group-category{display: table-cell;vertical-align: middle;}
.list-group-img{width: 60px;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.list-group-category{padding: 14px;position: relative;}

a.list-group-item:hover,
a.list-group-item:active,
a.list-group-item:focus{border-color:#ddd;background: #db0505;color:#fff;opacity:.8;}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:active,
a.list-group-item.active:focus{border-color:#ddd;background: #db0505;color:#fff;opacity:.8;}



#recruit-area .list-group-category{padding:9px 14px;font-size: 14px;font-family:'swis721','nsjp','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;font-weight: normal;}

#recruit-area a.list-group-item{background: #fff;color:#333;}
#recruit-area a.list-group-item:hover,
#recruit-area a.list-group-item:active,
#recruit-area a.list-group-item:focus{border-color:#ddd;background: #f6f6f6;color:#333;opacity:1;}

#recruit-area a.list-group-item.active,
#recruit-area a.list-group-item.active:hover,
#recruit-area a.list-group-item.active:active,
#recruit-area a.list-group-item.active:focus{border-color:#ddd;background: #efefef;color:#333;opacity:1;}

.bn{margin-bottom: 30px;}

#contact-area{border:2px solid #3d4a6e;padding: 13px;font-size: 14px;}
#contact-area h3{font-size: 18px;text-align: center;padding: 13px;background: #3d4a6e;color:#fff;margin: -13px -13px 13px;}
#contact-area h4{font-size: 15px;font-weight: normal;margin-bottom: 10px;}
#contact-area p + h4{margin-top: 15px;}
#contact-area .text-small{line-height: 1.5;}
#contact-area hr{margin: 14px 0;}

article > section{padding: 40px 0 0  ; border-top:1px solid #ccc;
}
article > section#report {padding: 0;}
article#page > .container > article > section + section{padding: 0;margin-top: 60px;}

article#page > .container > article > h2{color:#fff;z-index: 2;padding: 30px 15px;background: #0164ac;margin-top: 60px;margin-bottom: 30px;}


section h3.main_tit{font-size: 24px;line-height: 30px;margin-bottom: 53px; text-align: center;position: relative;}

section h3.main_tit:after{
    content:"";
    display: block;
    background: linear-gradient(to right, #eaeaea 0%,#eaeaea 30%,#eaeaea 30%,#eaeaea 100%);
    position: absolute;
    height: 3px;
    left: 406px;
    right: 406px;
    bottom: -23px;
}

section h2.tit01{font-size: 24px;line-height: 30px;margin-bottom: 53px; color:#2b89c0; font-weight:bold;text-align: center;position: relative;}

section h2.tit01:after{
    content:"";
    display: block;
    background: linear-gradient(to right, #2b89c0 0%,#2b89c0 30%,#2b89c0 30%,#2b89c0 100%);
    position: absolute;
    height: 3px;
    left: 406px;
    right: 406px;
    bottom: -23px;
}

#nintei .container{
	padding:60px 0;
}
section h3{}
section h3 small{}

article#page > .container > article > section > h3,
article#page > .container > article > section > h3 span,

article#page > .container > article > section h4{line-height: 1.5;margin-bottom: 20px;border-left: 5px solid #db0505;padding-left: 10px;}

.tab-content{padding-top: 30px;position: relative; }

.bg-beige{background: #f8f8f2;box-shadow:0 12px 12px rgba(0,0,0,.05) inset;}

.lead{font-size: 16px;line-height: 1.5;}


h2.main_tit {
	color:#000;
	font-weight:lighter;
	text-align:center;
	font-size: 24px;
	margin-bottom: 20px;
}

h2.main_tit.icon_r:after{
	content:"";
	background: url(../images/common/icon_r.png) no-repeat right center;	
	padding-left: 50px;
	padding-top: 22px;
}
h2.main_tit.icon_l:before{
	content:"";
	background: url(../images/common/icon_l.png) no-repeat left center;	
	padding-right: 50px;
	padding-top: 22px;
	padding-bottom: 22px;
}
h2.main_tit span { color:#666; font-weight:bold; text-align:center; font-size:80%;}
h3.tit-sec{padding-left: 1.5em;line-height: 1.25;color:#db0505;margin-bottom: 30px;}
h3.tit-sec:before{content:"\f1ce";font-family: FontAwesome;transform:rotate(45deg);display: inline-block;width: 1em;height: 1em;margin-right: 0.5em;margin-left: -1.5em;}
h3.h3_tit02{
	text-align:center;
	font-size: 18px;
	line-height: 2;
	position:relative;
	margin-bottom:1em;
}

h3.h3_tit02:after{
	content:"";
	position:absolute;
	border-bottom:1px solid #000;
	bottom:0;
	width:100px;
	left:0;
	right:0;
	margin:0 auto;
}

h4.tit-sec-sub span{padding-left: 15px;line-height: 1.25;margin-bottom: 30px;border-left: 5px solid #333;display: block;}

.well h4{margin-bottom: 20px;}

.underline {background: linear-gradient(transparent 60%, #facfea 60%);text-decoration: none;}

.btn{border:none;line-height: 20px;border-radius:2px;}
.btn.text-left{text-align: left;}
.btn i{display: inline-block;width: 1em;}

.btn-access{background: #db0505;color:#fff;border:none;line-height: 14px;border-radius:0 !important;text-align: left;position: relative;padding: 6px 24px 6px 12px;}
.btn-access:hover,
.btn-access:hover,
.btn-access:hover{background: #db0505;color:#fff;opacity:.8;}


.btn-cclr{background: #db0505;color:#fff;font-size: 16px;padding: 19px 15px;}
button.btn-cclr:hover,
button.btn-cclr:active,
button.btn-cclr:focus,
a.btn-cclr:hover,
a.btn-cclr:active,
a.btn-cclr:focus,
input.btn-cclr:hover,
input.btn-cclr:active,
input.btn-cclr:focus{background: #db0505;color:#fff;opacity:.8;}
input[type="submit"]:hover{opacity:.8;}

.btn-buy{background: #333;color:#fff;font-size: 13px;line-height: 24px;padding: 5px 15px;}
a.btn-buy:hover,
a.btn-buy:active,
a.btn-buy:focus{background: #e7143d;color:#fff;opacity:.8;}
.btn-support{background: #000;color:#fff;font-size: 13px;line-height: 18px;padding: 5px 10px; border:none;}
a.btn-support:hover,
a.btn-support:active,
a.btn-support:focus{background: #01101;color:#fff;opacity:.8;}
.btn-contact{background: #000;color:#fff;font-size: 13px;line-height: 18px;padding: 5px 10px; border:none;}
a.btn-contact:hover,
a.btn-contact:active,
a.btn-contact:focus{background: #010101;color:#fff;opacity:.8;}
.btn-footer{background: #ffb4c3;color:#fff;font-size: 13px;line-height: 24px;}
a.btn-footer:hover,
a.btn-footer:active,
a.btn-footer:focus{background: #ffb4c3;color:#fff;opacity:.8;}

.btn-clr{color:#fff;font-size: 16px;padding: 8px 15px; border:1px solid #fff;}
button.btn-clr:hover,
button.btn-clr:active,
button.btn-clr:focus,
a.btn-clr:hover,
a.btn-clr:active,
a.btn-clr:focus,
input.btn-clr:hover,
input.btn-clr:active,
input.btn-clr:focus{color:#fff;opacity:.8;}

.btn-border{
}
.btn-more{
	background: #fff;
	color:#999;
	font-size: 16px;
	line-height: 32px;
	padding: 0 15px;
	border:1px solid #999;
	border-radius:4px;
}
a.btn-more:hover,
a.btn-more:active,
a.btn-more:focus{background: #333;color:#fff;opacity:.8;}
.btn-more i{margin-right: 0 !important;}

.btn-detail{
	background: #e7143d;
	color:#fff;
	border:none;
	padding:10px 20px;
	font-size:150%;
}
button.btn-detail:hover,
button.btn-detail:active,
button.btn-detail:focus,
a.btn-detail:hover,
a.btn-detail:active,
a.btn-detail:focus,
input.btn-detail:hover,
input.btn-detail:active,
input.btn-detail:focus{
	background: #FF6666;
	color:#fff;
	opacity:.8;
}

.btn-jirei{	background: #f6f6f6;	color:#666666;	font-size: 16px;	line-height: 19px;	padding: 0 15px;	border:1px solid #cccccc;	padding:15px;	display:block;}
a.btn-jirei:hover,
a.btn-jirei:active,
a.btn-jirei:focus{	background: #e7143d;	color:#fff;	opacity:.8;}

.btn-introduce{	background: #000;	color:#fff;	font-size: 20px;	line-height: 19px;	padding: 10px 15px;	border:1px solid #cccccc;	padding:15px;	display:block;}
a.btn-introduce:hover,
a.btn-introduce:active,
a.btn-introduce:focus{	background: #000;	color:#fff;	opacity:.8;}


.btn-sm{
	font-size: 14px;
    padding: 10px 20px;
}

.btn-md{
	font-size: 16px;
    padding: 15px 30px;
}

.btn-lg {
	font-weight: bold;
    padding: 16px 18px;
    font-size: 18px;
    line-height: 24px;
}

.btn-xlg {
	font-weight: bold;
    padding: 20px 40px;
    font-size: 30px;
    line-height: 30px;
}

.attention{
	background:#efefef;
	padding:20px;
}

.disc{margin: 0 0 15px;padding: 0;}
.disc li{margin-left: 1em;}

.circle{margin: 0;padding: 0;list-style: none;}
.circle li{padding-left: 24px;}
.circle li:before{content:"\f10c";font-family: FontAwesome;display: inline-block;width: 24px;margin-left: -24px;}

.decimal{margin: 0;padding: 0;}
.decimal li{margin-left: 2em;}

.phone-medium{font-size: 27px;line-height: 27px;}
.phone-large{font-size: 36px;line-height: 36px;}
.phone-medium i[class*="fa-"],.phone-large i[class*="fa-"]{margin-right: 0.25em;}

/* pagetop */
#pagetop a{background:#db0505;text-align: center;display: block;height: 40px;}
#pagetop a i{font-size: 40px;margin: -3px 0;color:#fff;line-height: 40px;}


/* footer */

.f_logo_box{
	text-align:center;
	color:#666;
	margin-bottom:2em;
}

.f_logo{
	margin-bottom:10px;
}

.f_logo_box h3{
	margin-bottom:10px;
}

#f-contact-title{background: #000;}
#f-contact-title .container {
    padding-bottom: 0px;
}
#f-contact-title h3{
	text-align: center;
	font-size: 28px;
	line-height: 46px;
	color:#fff;
	padding: 15px;
	font-family: "Sawarabi Mincho", serif;
	font-weight: normal;
}

#f-contact{
	background: url(../images/common/contact_bg.jpg) center center no-repeat;
	padding: 40px 0;
	background-size:cover;
	}
.f-contact{
	background: url(../images/common/con_inner_bg.png) repeat center center;
	width: 712px;
	margin: 0 auto;
	padding: 13px 37px;
	border-radius:10px;
	/*height:146px;*/
}

.f-tel{display: table;width: 100%;table-layout: fixed; text-align:center;}
.f-tel-tit,.f-telno{
	vertical-align: middle;
	text-align:center;
	margin-bottom:5px;
}

.f-telno{
	width: 511px; text-align:center; margin:0 auto;
}
.f-info{width: 100%;margin: 5px auto 0;}
.f-info .row{margin:0 -5px;}
.f-info .row [class*="col-"]{padding:0 5px;margin: 0;}

.f-btn{}
.f-btn .row{margin:0 -5px;}
.f-btn .row [class*="col-"]{padding:0 5px;margin: 0;}
.f-btn table{
	width:100%;
}

.f-btn table td{
	white-space:nowrap;
	padding:10px 0 0 20px;
	line-height: normal;
}
.f-btn table th{
	white-space:nowrap;
	padding:10px 0 0 20px;
	font-weight:normal;
	background:none;
}
.f-btn table td.con_tel{
	font-size:48px;
	line-height:1;
}

.f-btn table td.con_tel span{
	font-size:11px;
	display:block;
	margin-top:0px;
}

#footer{
	background: #fbfbfb;
	position: relative;
	padding: 20px 0;
}
#footer:before{content:"";display: block;height: 2px;position: absolute;top: -17px;left: 0;right: 0;}

#footer [class*="container"]{display: table;table-layout: fixed;}
#flogo,#fnav{display: table-cell;vertical-align: top;}

#flogo{
	margin-bottom: 20px;
}
#flogo h3{
	margin-bottom: 20px;
}
#flogo p{font-size: 13px;line-height: 18px;}
#flogo .f-tel { color:#e7143d; font-size:18px; font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif, "メイリオ", Meiryo; text-align:right;}
#flogo .f-add { text-align:right;}
#flogo .set-contact{ 
    line-height: 1;
    border:1px solid #8b7358;
    text-align: center;
    display: block;
    margin-top: 5px;
}

#footer ul{
	display:inline-block;
	border-left:1px solid #ccc;
	padding-left:30px;
	vertical-align:top;
	list-style-type:none;
	box-sizing:border-box;
	margin-left:30px;
}

#footer ul:last-child{
	border-right:1px solid #ccc;
	padding-right:30px;
}
#footer ul ul{
	margin-left:10px;
	padding-left:0.5em;
	border-left:none;
}

#footer ul ul:last-child{
	border-right:none;
	padding-right:0px;
}

#footer ul ul li:before{
	content:"|- ";
	
}


.well-default{
	font-size:14px;
    padding: 5px;
    line-height: 1;
    border:1px solid #8b7358;
    text-align: center;
    display: block;
    margin-top: 5px;
}

#fnav				   {color:#333;background: #f4f4f4;padding: 15px 0 20px;width: 691px;}
.fnav        {display: table;width: 100%;table-layout: fixed;}
.ficon1 span { background:#48b4e5; color:#FFFFFF; padding:0 0 0 3px; text-align:center; border-radius:2px;}
.ficon2 span { background:#ff9eb3; color:#FFFFFF; padding:0 0 0 3px; text-align:center; border-radius:2px;}
#fnav nav               {display: table-cell;vertical-align: top;border-left:1px solid #e0dcdc;padding:5px 0 5px 19px;}
#fnav ul				{list-style:none; margin-bottom:20px;}
#fnav li				{font-size: 11px;line-height: 16px;}
#fnav li + li           {margin-top: 8px;}

#fnav li a				{color:#333;padding: 0 4px;display: inline;}
#fnav li a:hover		{color:#e7143d;border-radius:2px;}

#copyright{font-size: 12px;text-align: center;line-height: 23px;background: linear-gradient(to bottom, #f0f0f0 0%,#fff 100%);display: block;border-top: 2px solid #fff;font-family: 'square',sans-serif;}
#copyright span{transform:rotate(.001deg);}


body a,body a:hover{text-decoration: none;outline:none;color:#333333;}
body a:focus{text-decoration: none;outline:none;}

/* 画像リンク*/
body a:hover img {filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}


.btn i{margin-right: 0.5em;}
.btn i.fa-angle-right{margin-right: 0;font-size: 1.5em;}
.btn i.fa-angle-left{margin-right: 0.5em;font-size: 1.4em;}
/* table */
table{border-spacing:0;border-collapse:collapse;width:100%;}
th{width: 1%;white-space: nowrap;padding:14px;line-height: 1.5;}
td{width: 99%;padding:14px;line-height: 1.5;}
td p:last-child{margin-bottom: 0;}

.prf-tb{border-top: 1px solid #ddd;border-left: 1px solid #ddd;}
.prf-tb th{border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;background: #efefef;}
.prf-tb td{border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;background: #fff;}

.prf-tb td .year{display: inline-block;width: 2.5em;text-align: right;}
.prf-tb td .month{display: inline-block;width: 2.5em;text-align: right;}
.prf-tb td .day{display: inline-block;width: 4em;text-align: right;padding-right: 2em;}

.well hr{margin: 9px 0;border-top: 1px solid #ccc;}

h3 > span{font-size: 75%;}


/* margin / padding */
.mt-130{margin-top: -130px;}

.mt-xlg-{margin-top: -45px !important;}
.mt-lg-{margin-top: -30px !important;}
.mt-md-{margin-top: -20px !important;}
.mt-sm-{margin-top: -10px !important;}
.mt-xs-{margin-top: -5px !important;}

.mt0{margin-top: 0 !important;}

.mt-xlg{margin-top: 45px !important;}
.mt-lg{margin-top: 30px !important;}
.mt-md{margin-top: 20px !important;}
.mt-sm{margin-top: 10px !important;}
.mt-xs{margin-top: 5px !important;}

.mb0{margin-bottom: 0 !important;}
.mb-xxs{margin-bottom: 5px !important;}
.mb-xs{margin-bottom: 10px !important;}
.mb-sm{margin-bottom: 15px !important;}
.mb-md{margin-bottom: 20px !important;}
.mb-lg{margin-bottom: 30px !important;}
.mb-xlg{margin-bottom: 45px !important;}

.clr{clear:both;}

.fsl{font-size: 125%;font-weight: bold;}

.dt{display: table;width: 100%;}
.dtc{display: table-cell;vertical-align: middle;float: none;}

.navbar-collapse{padding: 0;}
br.dn{display: none;}

.prf_tb th,.hst_tb th{width: 7em;}
.rnt_tb th{width: 9em;}

.r-arrow{position: relative;}
.r-arrow:after{content:"\f105";font-family:FontAwesome;position: absolute;top: 50%;margin-top: -10px;right: 10px;}




.img-ful{width: 100%;height: auto;}
.img-responsive2 {
	width: 100%;
    height: auto;
}

.ba1 i,.ba2 i{font-size: 4em;vertical-align: middle;color:#999;}

.psr{position: relative;}


/* paging */
div.paging{line-height:normal;padding:5px;text-align:center;font-size:16px;font-family:Arial, Helvetica, sans-serif;}
div.paging span.current,div.paging span a.paging-text{margin:0 2px;padding:0;background:#fff;color:#999;display:inline;zoom:1;display:inline-block;overflow:hidden;text-decoration:none;border:1px solid #ccc;line-height: 48px;width: 48px;}
div.paging span.current{background:#efefef;display:inline;zoom:1;text-decoration:none;display:inline-block;color:#423716;}
div.paging span a.paging-text:hover{color:#423716;cursor:pointer;background:#efefef;display:inline;zoom:1;text-decoration:none;display:inline-block;opacity:.8;}
div.paging i { margin: 0; }

.blue{color:#0066CC;}
.red{	color:#D9534F;}
.text-small{font-size: 14px;line-height: 14px;}
.text-xsmall{font-size: 13px;line-height: 13px;}
.text-large{font-size: 20px;line-height: 20px;}
.text-xlarge{font-size: 24px;line-height: 24px;}

br.xs{display:none;}

@media (max-width:767px){/*xs*/
	body{overflow-x: hidden;font-size: 14px;line-height:21px;}
	.row {
    margin: 0px -15px 0;
}
	#wrapper{padding-top: 70px;}
    #main-bg    {height: auto;margin-bottom: 30px;}
    #main{margin:0 0px;}

    /* index */
    /* index - media */
    .media{display: block;border-radius:0;padding: 1px;border:1px solid #ccc;position: relative;text-indent:0;background-size:314px;background-position: center center;background-repeat: no-repeat;background-color: #fff;}

    .media h3{font-size: 19px;line-height: 30px;color:#1ab1e6;text-align: center;font-weight: bold;margin-bottom: 0;}

    #media .container .row [class*="col-"] span{
					position: static;
					display: block;
					text-align: center;
					color:#fff;
					font-size: 12px;
					line-height: 18px;
					font-weight: bold;
					background:rgba(51,51,51,0.5);
					padding: 8px;
					margin-top: 0;
				}

.intro h3{
	margin-bottom:0.5em;
	text-align:center;
}
.intro h3 span{
	font-size:12px;
	display:block;
	margin-top:0.5em;
}



    .nws-scroll{overflow-y:scroll;height:355px;padding-right:15px;}

    .nws-tb{font-size: 14px;}
    .nws-tb th{border-bottom: none;padding:0 0 10px;width: auto;display: block;}
    .nws-tb td{border-bottom: none;width:auto;padding:0 0 10px;display: block;}
    .nws-tb td h3{font-size: 14px;line-height: 18px;margin-bottom: 10px;font-weight: bold;}
    .nws-tb td:nth-child(3){width: auto;padding-left: 0;border-bottom: 1px dotted #999;text-align: center;margin-bottom: 10px;}
				#news-area{margin-top: 0;}
	#news-area h2{font-size: 21px;margin-bottom: 15px;}
	#news-area h2 span{display: inline-block;border-bottom: 4px solid #f5e4c8;}

	.xs-mt-reset{margin-top: 0 !important;}

	.news-article{display: block;padding: 14px 0;}
	.news-month,.news-date,.news-img,.news-comment{display: block;}

	.news-month{width: 30px;text-align: right;font-size: 12px;line-height: 16px;float: left;}
	.news-date{width: 60px;text-align: center;font-size: 32px;line-height: 32px;font-weight: bold;float: left;}
	.news-img{display: none;}
	.news-comment{clear: both;padding-left: 0;padding-top: 10px;}

	.news-comment strong{display: block;margin-bottom: 5px;}


    .date{width: 68px;height: 68px;display: block;color:#fff;font-weight: normal;text-align: center;font-size: 16px;line-height: 18px;padding: 18px 8px;margin: 0 auto;}

.f-info{width: 100%;margin: 5px auto 0;}

	/* header */
	#header{margin: 0;border-bottom: none;background: #fff;z-index: 999;position: fixed;top: 0;left: 0;right: 0;box-shadow:0 0 5px rgba(0,0,0,.1);height: auto;}
	#header > .container{display: block;float: left;padding: 11px 15px;z-index: 10000;position: relative;}

    .description{display: none;}
				.main_txt {
    font-size: 24px;
    font-weight: bolder;
    color: #fff;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
}

	#logo{display: block;padding: 6px 0; z-index:1000;position: relative;max-width:200px;}
	#logo a{display: block;padding:0;}
	#logo a img{width: auto;max-height: 40px;}

    #logo span{display: none;}

	#header-right-xs{
		padding: 15px;
		margin-top: 0px;
		position: absolute;
		top: 75px;
		width: 100%;
		z-index: 100;
		background:#fff;
		}

    .btn-phone {
        background: #1ab1e6;
        color: #fff;
        font-size: 24px;
        line-height: 34px;
        padding: 0px;
    }
    .btn-phone:hover,
    .btn-phone:active,
    .btn-phone:focus{background: #1ab1e6;color: #fff;opacity:.8;}
    #header-right-xs i{margin: 0;}

    #main-bg-xs{
					padding-top: 40px;
					}

	/* navigation */
	#nav{width: 100%;margin-left: 0;background: transparent;margin-top: 0;box-shadow:0 10px 15px rgba(218,219,221,1);padding: 0;}
	#mnav{
	margin:0 -15px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.navbar-collapse.in {
    overflow-y: inherit;
}


#mnav > ul > li {
    display: block;
    margin-right: 0em;
    text-align: left;
    border-left: none;
				position: relative;
}

#mnav > ul .dropdown .menu_inner li:first-child{
					width:100%;
					display:block;
					float:left;
					color:#fff;
					margin-right:1%;
					margin-bottom:1em;
					border-right:1px solid #fff;
					padding-right:2.5%;
					border-bottom:none;
					box-sizing:border-box;
				}
				
				#mnav > ul .dropdown .menu_inner li:first-child h2{
					color:#fff;
					font-weight:bold;
					font-size:16px;
					margin-bottom:1em!important;
					display:none;
				}
				
				#mnav > ul .dropdown .menu_inner li:first-child p{
					font-size:12px;
					line-height:1.2;
					margin-bottom:1em!important;
				}
				
				#mnav > ul .dropdown .menu_inner li {
      display: block;
      margin-left:1.5%;
						width:100%;
						border-bottom:1px dotted #fff;
						vertical-align:bottom;
						line-height:2;
    }
				
				#mnav > ul .dropdown .menu_inner li img{
					width:30%;
				}

	.nav{background: rgba(255,255,255,.9);font-size: 14px;}
	.nav-justified{table-layout: fixed;}
	.nav-justified > li{width: auto;border:none;border-top: 1px solid #ddd;padding-left: 0;width: auto !important;}
    .nav-justified > li:first-child{border-left:none;}
	.nav-justified > li > a{padding: 10px 15px;text-align: left;margin-bottom: 0;border:none;border-left:3px solid #fff;width: auto;position: relative;}

	.nav-justified > li > a,
	.nav-justified > li > a:hover,
	.nav-justified > li > a:active,
	.nav-justified > li > a:focus,
	.nav-justified > li.active > a{line-height: 20px;white-space:nowrap;color:#333;}

	.nav-justified > li.active{position: relative;}

	.nav-justified > li > a:hover,
	.nav-justified > li > a:active,
	.nav-justified > li > a:focus,
	.nav-justified > li.active > a{border:none;border-left: 3px solid #e7143d;background: transparent;color:#e7143d;}

	.nav-justified > li > a > small{position: absolute;right: 15px;top: 50%;margin-top: -5px;color:#333;}

	.navbar{margin-bottom: 0;border-radius: 0;border: none;min-height:1px;}

	.navbar-collapse{box-shadow:none;border-top: none;}

	.navbar-toggle			{padding: 6px 8px;line-height: 1;border:1px solid #ccc;text-align: center;width: 48px;background: #fff;color:#333;margin: 11px 15px 11px 0;}
	.navbar-toggle:focus	{color:#333;}
	.navbar-nav {
    margin:0px;
        margin-bottom: 7.5px;
}

#mnav > ul .dropdown {
    top: 100%;
}
#mnav > ul > li > a:link, #mnav > ul > li > a:active, #mnav > ul > li > a:visited {
    color: #5b4a40!important;
}

#mnav > ul > li{
	border-bottom:1px solid #5b4a40;
}

	#infoblock {
    font-size: 12px;
    text-align: center;
}
.set-address a{
	font-size: 16px;
	font-weight:bold;
}
	.btn-tel				{padding: 6px 8px;line-height: 1;border:1px solid #ddd;text-align: center;width: 48px;margin: 11px 5px 11px 0;background: #fff;color:#333;border-radius:4px;float: right;display: block;}
	.btn-tel:focus			{color:#333;}

	.icon-pos				{display: block;font-size: 20px;height: 20px;}
	.icon-pos i{margin: 0;}
	.icon-text				{font-size: 10px;letter-spacing:0;line-height: 11px;}

	.navbar-header h1		{margin:11px 15px 11px 0;}
	.navbar-header h1 img	{width: 179.7px;height: auto;}

	/* article,article,aside,section */
	article{margin-top: 0;display: block;}

	article,aside{display: block;padding-bottom: 30px;}

	article{width: auto;padding-right: 0;}
	aside{width: auto;}

	section h2{font-size: 24px;line-height: 1.25;margin-bottom: 10px;margin-top: 0;}

    article > section{padding: 15px 0;}

    article#page > .container > article > section + section{padding: 0;margin-top: 30px;}

    section h2{font-size: 20px;margin-bottom: 30px;font-weight: normal; text-align:left;}
    section h2:after {left: 0;right: 0;bottom: -13px;}


    section h3{font-size: 16px;margin-bottom: 15px;}
    section h3 small{font-size: 15px;margin-top: 9px;padding-top: 9px;line-height: 1.25;}

    article#page > .container > article > section > h3{background: #f6f6f6;color:#333;border-left: 10px solid #0164ac;margin-bottom: 15px;font-size: 18px;}
    article#page > .container > article > section > h3 span{display: block;padding: 10px;border-left: 1px solid #fff;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;}

    article#page > .container > article > section h4{font-size: 15px;margin-bottom: 10px;}


section h2.main_tit {
    margin-bottom: 30px;
				font-weight:normal;
}

	section > .container > h3,section > .container > .row > div[class*="col-"] >h3{font-size: 18px;margin-bottom: 15px;}

	h3.tit-sec{padding-left: 1.5em;line-height: 1.25;color:#db0505;margin-bottom: 30px;}
	h3.tit-sec:before{content:"\f1ce";font-family: FontAwesome;transform:rotate(45deg);display: inline-block;width: 1em;height: 1em;margin-right: 0.5em;margin-left: -1.5em;}

	h4.tit-sec-sub span{font-size: 14px;padding-left: 10px;margin-bottom: 10px;}

	.lead{font-size: 15px;line-height: 1.5;}
	.text-large{font-size: 18px;line-height: 1.5;}

		h4 small{display: block;font-size: 12px;}

section#example {

    padding-top: 0px;
				padding-bottom: 0px;

}
#example .row [class*="col-"] {
    padding: 0 0px;
}

.box_example {
    display: table;
    margin-bottom: 0px;
    border-top: 1px solid #ccc;
}


	/* pagetop */
	#pagetop a{display: none;}

    /* footer */
    #f-contact-title h3{text-align: center;font-size: 14px;line-height: 21px;color:#fff;padding: 10px 0;}

    #f-contact{padding: 15px;}
    .f-contact{width: 100%;margin: 0 auto;padding: 10px 15px;border-radius:10px; background:none;}

    .f-tel{
	display: block;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background:rgba(255,255,255,0.8);
	border-radius:4px;
	padding:10px;
	margin-bottom:10px;
}
    .f-tel-tit,.f-telno{display: block;}

    .f-telno{margin: 5px 0;width: auto;}

    .f-btn{width: 100%;margin: 5px auto 0;}
    .f-btn .row{margin:0 -5px;}
    .f-btn .row [class*="col-"]{padding:0 5px;margin: 0;}









	#footer{padding-top: 25px;}
	#footer [class*="col-"] {

    position: relative;
    min-height: 1px;
    padding: 0 15px;
    margin-top: 0px;

}
	#footer .container{display: block;}
	#flogo,#fnav{display: block;}

	#flogo{width: auto;display: block;padding: 0;}
	#flogo h3{width: 200px;margin: 0 auto 15px;}

    #fnav                   {padding: 15px 0;}
    #fnav .container        {display: block;}

    #fnav{width: auto;}

    #fnav nav {padding: 5px 0;display: block;border-left: none;border-top: 1px solid #e0dcdc;}
    #fnav li                {font-size: 10px;line-height: 15px;}
    #fnav li + li           {margin-top: 6px;}

	#copyright{font-size: 10px;}




	.col-xs-6.mt0{margin-top: 15px !important;}

	.mt-130{margin: 0;}

	.row,.row .row{margin:-10px -5px 0;}
	.row [class*="col-xs-"],.row .row [class*="col-"]{padding:0 5px;margin-top: 10px;}

	.example .row div[class*="col-xs-"]{margin-top: 0;}
	.box .col-xs-12 + .col-xs-12{margin-top: 10px;}

	.mt30{margin-top: 15px;}
	.mb45{margin-bottom: 15px;}
    .btn-more2{width: 100%;padding-left: 0;padding-right: 0;}
				
		.txt_l{
			text-align:left;
		}
		
		br.xs{display:block;}
	.plan_tit p { padding:0 0 10px; text-align:center;}
	.plan_tit .tit { font-size:180%; line-height: normal;}
	.hidden-xs{display:none;}
	.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
		height: 50vh!important;
}

.flexslider .slides img{
	width:auto!important;
}

.discription {
    bottom: 60px!important;
    z-index: 10;

}
.br-lg, .br-md, .br-sm{
	display:none;
}

.form-control {
    display: inline-block;
}


}
@media (min-width:768px) and (max-width:991px){/*sm*/
    /* header */
    #header > .container{display: block; width:100%;}
				#nav > .container {display: block; width:100%; max-width:770px;}
    #logo{display: block;width: 270px;text-align: center;}
    #header-right{display: inline-block;width: auto;}
    #header-right:after{content:"";display: table;clear: both;}

    .h-call{ padding:0; float:right;}
    .h-btn{float: right;padding:0;width: 100%; height:auto;}
				.description { clear:both;}
				.description p { width:90%; text-align:right;}
				article .container{
					max-width:768px;
					width:100%;
					padding-bottom:40px;
				}
		
    .row{margin: 0px -15px 0;}
    .row [class*="col-"]{margin-top: 10px;}
				
				article > section.store {
    padding: 0px 0 40px;
				}
				
				article > section.store h2 {
    margin-bottom:30px;
				}
				
				section#example .container {
    padding-top: 40px;
				}
				
				.banner .containerr {
    padding-top: 40px;
				}

.rec .main_tit_icon.icon_r::after {
    padding-left: 80px;
}

    section h2:after {left: 85px;right: 85px;}
    #media .container .row [class*="col-"] span {top: 40px;}
				#products [class*="col-"]{
					margin-bottm:10px;
				}
				.square-content h3 {
    line-height: 60px;
    font-family: "Sawarabi Mincho", serif;
    font-weight: normal;
				font-size:20px;
}
    .btn-more{width: 126px;}

    #flogo{width: 100%;padding-right: 30px; display:block;}

    .f-btn{
	width: 330px;
	background: url(../images/common/con_inner_bg.png) repeat center top;
}
    #fnav{width: auto; display:block;}

    #fnav nav {padding: 5px 0 5px 4px;}
    #fnav li                {font-size: 10px;line-height: 15px;}
    #fnav li + li           {margin-top: 6px;}
.plan_tit p { padding:20px 0;}
.plan_tit .tit { font-size:180%; line-height:1;}
.hidden-sm{display:none;}



#index .nofixed #mnav > ul .dropdown{
    bottom: 100%!important;
}

#page > .nofixed #mnav > ul .dropdown {
    top: 100%!important;
				z-index:10000;
}

.fixed #mnav > ul .dropdown{
    top: 100%!important;
}

#mnav > ul{
	font-size:11px!important;
}

#mnav > ul > li > a {
    display: block;
				padding: 15px 0.45em 15px;
    transition: all .2s ease-in;
}
.f_nav{
	background:#ddd;
	padding:10px 0;
	font-size:12px;
}


}
@media (min-width:992px) and (max-width:1399px){/*md*/
    /* header */
    #logo{
					width: 100%;
				max-width:270px;}

    #main-bg    {}

    .row{margin: 0;}
    .row [class*="col-"]{padding:0 10px;margin-top: 20px;}


    #appeal .container .row [class*="col-"] span{}
				section#main h2{padding-top:25px;}

    section h2:after {left: 195px;right: 195px;}

    #media .container .row [class*="col-"] span {top: 64px;}

    .btn-more{min-width: 126px;}
				.text-xs-left,text-sm-left{
					text-align:center;
				}

    #flogo{width: 500px;padding-right: 40px;}
    #fnav{width: 420px;}

    #fnav nav {padding: 5px 0 5px 9px;}
    #fnav li                {font-size: 11px;line-height: 15px;}
    #fnav li + li           {margin-top: 6px;}
.plan_tit p { padding:20px 0;}
.plan_tit .tit { font-size:200%; line-height:1;}
.hidden-md{display:none;}
#nav .container{
	padding-bottom:0px;
}
.container{
	padding-bottom:40px;
	max-width: 1280px!important;
}

.rec .main_tit_icon.icon_r::after {
    padding-left: 80px;
}


#index .nofixed #mnav > ul .dropdown{
    bottom: 100%!important;
}

#page > .nofixed #mnav > ul .dropdown {
    top: 100%!important;
				z-index:10000;
}


.fixed #mnav > ul .dropdown{
    top: 100%!important;
}
#mnav > ul > li > a {
      display: block;
      padding: 15.5px 1em 15.5px;
      transition: all .2s ease-in;
						font-size:12px;
    }

.br-xs{display:none;}

.top_network{
	padding:0 0px!important;
}


}
@media (min-width:1400px){/*lg*/
#logo{
					width: 100%;
				max-width:270px;}
.container{
	width: 1392px;
}

h1{
	padding-bottom:10px;
}
.plan_tit p { padding:30px 0;}
.plan_tit .tit { font-size:250%; line-height:2;}
.hidden-lg{display:none;}
.text-xs-left,text-sm-left{
					text-align:center;
				}
#index .nofixed #mnav > ul .dropdown{
    bottom: 100%!important;
}

#page > .nofixed #mnav > ul .dropdown {
    top: 100%!important;
				z-index:10000;
}
.fixed #mnav > ul .dropdown{
    top: 100%!important;
}

#mnav > ul .dropdown .menu_inner {
    padding: 1em 0;
    z-index: 10000;
    text-align: left;
    width: 100%;
				max-width: 1400px;
				margin:0 auto;
    box-sizing: border-box;
}
#mnav > ul > li > a {
      display: block;
      padding: 15.5px 1.96em 15.5px;
      transition: all .2s ease-in;
    }
				
article > section {
    padding: 40px 0 40px;
}				
article > section.store{
	padding: 0px 0 40px;
}

#products {
	padding-bottom:40px;s
}

.row {
    margin: 0px -15px 0;
        margin-bottom: 0px;
}

#example .row .row {
    margin: 30px 0px 0;
}
.br-xs{display:none;}

}

@media only screen and (min-width : 768px) {
	nav > ul .dropdown {
    bottom: 100%!important;
}


.f_add p{
	border-bottom:#eee;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}
.container {
    min-width: 768px;
				width:100%!important;
}

.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
		min-height: 50vh!important;
}

.btn-more{
	min-width: 200px;
}

.branch_box > .branch_img{
    height: 180px;
}

.text-xs-left{
	text-align:center;
}



}

@media only screen and (min-width : 992px) {
	.container {
    min-width: 970px;
				width:100%!important;
}
}

@media only screen and (min-width : 1400px) {
	.container {
    max-width: 1400px;
				
}
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
    body,input,select,textarea{font-family:'swis721','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;}
    #page-bg h2,
	.box > h3,.box > h4,.box > h5,
	section > .container > h3:first-child,section > .container > .row h3:first-child,section > .container > h5,
	#list h3,
	article .lead
	{font-family:'swis721','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;font-weight: bold;}
}


@media print{#pagetop{display: none;}#main{padding-bottom: 43.75%;background: url(../images/main.png) center top /cover no-repeat;}}

/*マウスオーバーで画像を拡大する*/
img.grow {
	-webkit-transition:0.5s ease-in-out;
	-moz-transition:0.5s ease-in-out;
	-ms-transition:0.5s ease-in-out;
	-o-transition:0.5s ease-in-out;
	transition:0.5s ease-in-out;
	overflow:hidden;
	width:100%;
}

img.grow:hover {
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	overflow:hidden;
	z-index:0;
}
