@charset "utf-8";
/* CSS Document */


.outer{
	text-align: justify;
	text-justify: distribute-all-lines;
}

.outer:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}

/*index
-------------------------------------*/

#main_bg::before {
    background: transparent none repeat scroll 0 0;
    content: "";
    width: 100%;
}
#main_bg {
	background: transparent url(../images/main_bg.jpg) no-repeat scroll center top;
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: -1;
}


#index {
	margin: 0 auto;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1;
	background: #fff;
}


#index .follow {
    margin: 0 auto;
    position: fixed;
    top: 110px;
    width: 100%;
    z-index: 10000;
}

#header .container{
	height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    max-width: 1170px;
	}
	
#header #mnav a, #header #mnav a:active  {
    color: #333;
    outline: medium none;
    text-decoration: none;
				text-shadow:0px 0px 40px #000000;
				font-weight:bold;
				
}

#header #mnav a:hover, #header #mnav a:focus {
    text-decoration: none;
				background:none;
				color: #666;
}

.dropdown-menu{
	background-color: rgba(0,0, 0, 0.8);
}



#header #mnav .dropdown-menu {
    z-index: 1000;
				background: rgba(0,0, 0, 0.8);
				box-shadow: none;
				border: none;
				font-size: normal;
				font-weight:normal;
				padding:0 10px;
}


#header #mnav .dropdown-menu > li > a {
    padding: 3px 0px;
				text-align:right;
				font-size: 12px;
				font-weight:normal;
				color:#fff;
				
}
#header #mnav .dropdown-menu > li > a:hover{
	color:#ccc;
}

#header .navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -160px;
}

#header.follow .navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0px;
}

#main_bg .discription{
	/*position: absolute; */
	
	left:0;
	right:0;
	width:100%;
	text-align:center;
	padding-bottom: 100px;
	padding-top: 30%;
}

#main_bg .discription p.main_txt{
	color: #f3ff00;
 font-size: 60px;
	line-height: 1.2;
	margin-bottom: 40px;
	font-weight:bold;
	text-align:center;
}

#main_bg .discription p.sub_txt{
	font-weight:bold;
	margin-bottom:100px;
	color:#fff;
	font-size: 24px;
}

#main_bg .discription > div{
	margin:0 auto;
	text-align:center;
}

.social_iconbox img{
	width:100%;
	height:auto;
	max-width:35px;
}

.index_arrow{
	left: 50%;
	margin-left: -30px;
	position: absolute;
	text-align:center;
}

/*section01(コンセプト)
------------------------------------------*/

#section01{
	padding-bottom:60px;
}
.top_list{
	list-style-type:none;
	font-size:110%;
	margin-bottom: 30px;
}
.top_list li{
	line-height: 2;	
	padding-left:15px;
}
.top_list li:before{
	content:"◆　";
}
.tit01{
	font-size: 30px;
	color: #0a5aa1;
	margin-bottom: 20px;
	line-height: 1.5;
}

.tit01 span{
	font-size: 18px;
}

/*section02(メニュー)
------------------------------------------*/
#section02 {
	background:#003586;
	color:#fff;
	padding-top:0;
	position:relative;
}

#section02:after {
  border-top: 36px solid #fff;
  border-right: 36px solid transparent;
  border-left: 36px solid transparent;
  content: '';
  margin-left: -36px;
  position: absolute;
  top: 0px;
  left: 50%;
}

.bg01{
	
}

.bg02{
}

.contents{
	width:100%;
	margin:0 auto;
	padding:60px 60px 0px;
}

.menu_box li{
	display:inline-block;
	width:26%;
	margin-top: 2em;
}

.menu_box li img{
	width:100%;
	height:auto;
	border:10px solid #fff;
}

/*マウスオーバーで画像を拡大する*/
.menu_box li img {
	-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;
	width:100%;
}

.menu_box li img: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;
}

/*section03
-------------------------------------*/

#section03 {
	background:#fff;
	color:#fff;
	padding-top:40px;
	position:relative;
}

#section03:after {
  border-bottom: 36px solid #fff;
  border-right: 36px solid transparent;
  border-left: 36px solid transparent;
  content: '';
  margin-left: -36px;
  position: absolute;
  top: -36px;
  left: 50%;
}

.staff_img{
	margin-bottom:1em;
}

.staff_img img{
	width:100%;
	height:auto;
}

.staff_comment{
	border-top:1px solid #ccc;
	padding-top:1em;
}

/*section04(campaign)
-------------------------------------*/

#section04{
	position:relative;
}

#section04:before{
}

/*section05（料金)
-------------------------------------------*/
#section05{
	background: #f0f0f0 ;
	position:relative;
	padding-top:0px;
}

#section05:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	background-color:rgba(255, 255, 255, 0.7);
}

.price_tab{
}

.price_tab th{
	padding:10px;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
}

.price_tab td{
	padding:10px;
	text-align:right;
	border-bottom:1px dotted #ccc;
}

/*section06(ギャラリー)
-----------------------------------*/
#section06{
	padding-bottom:0!important;
}

.gallery_box{
	font-size:0;
}

.gallery_box li{
	display:inline-block;
	width:20%;
	overflow:hidden;
}

.gallery_box li img{
	width:100%;
	height:auto;
}

/*マウスオーバーで画像を拡大する*/
.gallery_box li img {
	-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;
	width:100%;
	overflow:hidden;
}

.gallery_box li img: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;
}

/*section08
-----------------------------------*/
#section08{
	background: #f5f5f3 none repeat scroll 0 0;
}

.list-img02 li{
	display:inline-block;
	width:49%;
}
.list-img02 li img{
	width:100%;
	height:auto;
}



@media (max-width:768px){

#header #mnav a, #header #mnav a:active  {
    color: #fff!important;
    outline: medium none;
    text-decoration: none;
				font-weight:bold;
				padding-left:30px;
				text-shadow: none;
				
}

#header #mnav a:hover, #header #mnav a:focus {
    text-decoration: none;
				background:none;
				color: #fff!important;
				background: rgba(0,0,0,0.6);
				
}

#header #mnav .dropdown-menu > li > a {
    padding: 3px 30px;
    text-align: left;
				font-size:12px;
				font-weight:normal;
}

#header #mnav .dropdown-menu {
    background: rgba(0,0,0,0.8);
    z-index: 1000;
}
#header #mnav .dropdown-menu > li > a:before{
	content:"・";
}

#mnav ul.nav li:hover > ul.dropdown-menu {
  display: block;    
}

#main_bg .discription{
	/*position: absolute; */
 padding-top: 60px;
	padding-bottom: 60px;
	
}

#main_bg .discription p.main_txt{
	font-size:48px;
	line-height: 1.2;
	margin-bottom: 20px;
	text-shadow:0px 0px 30px #999;
	font-weight:bold;
	text-align:left;
}

#main_bg .discription p.sub_txt{
	font-weight:bold;
	font-size:140%;
	text-align:left;
	color:#fff;
}

.menu_box li{
	width:49%;
	margin-top: 0em;
}

.gallery_box li{
	width:33.33%;
	overflow:hidden;
}

#contact .container{
	background-image: none!important;
	height:100%;
}

.h2_tit01{
	font-size:120%;
	text-align:center;
	line-height:1.2;
	font-weight: bold;
	padding-top:15px;
}

.btn-xs-block{
	width:100%!important;
	display:block!important;
}

#page #header{
	padding:0px!important;
	margin: 0;
	position: fixed;
	font-size: 12px;
	color:#fff;
	width: 100%;
	z-index: 1000!important;
	height:80px!important;
}

#bg-gr{
	background:#f5f5f3 none repeat scroll 0 0;
}


}
@media (min-width:460px) and (max-width:768px){
	
/* header footer */

	.discription{
	text-align:center;
	/*position: absolute; 
 top: 90px;*/
}

.discription p.main_txt{
	font-size:70px;
	line-height: 1.2;
	margin-bottom: 30px;
	text-shadow:0px 0px 30px #999;
	font-weight:bold;
	text-align:left;
}

#page .page .discription {
    top: 115px;
}


}
@media (max-width:460px){

.index	.discription{
	text-align:center;
	/*position: absolute; 
 top: 110px;*/
	padding:0 15px!important;
	
}

}
/*下層
-------------------------------------*/
/* header footer */
#page #header {
    height: 110px;
    z-index: 1000 !important;
				position:fixed;
    text-align: left;
				top:0;
}

#page{
	display:block;
	top:0;
	left:0;
	width:100%;
	height:auto;
	-webkit-background-size:cover;/*Android4*/
	z-index:-1;
}

#page #top{
	width:100%;
	height: 100%;
	padding-bottom: 0;
	padding-top: 0;
}

#page .jumbotron{
	-webkit-background-size:cover;/*Android4*/
	width: 100%;
 height: 100%;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 -o-background-size: cover;
 padding: 110px 0;
	color:#fff;
}

#page .jumbotron:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.5);
				
  }

#bg-bk{
	background:#000 none repeat scroll 0 0;
	color:#fff;
}

#page section{
}

/*お問い合わせ*/

.bg_contact01{
	width:100%;
	background: url(../images/contact/contact_bg.jpg) no-repeat fixed center top;
	background-size:cover;
}

.contact_tel{
	font-size: 48px;
	font-weight: bolder;
	line-height: 1.1;
	color: #000;
}

.contact_tel span{
	font-size: 48px;
	font-weight: bolder;
}

/**/
.point_box{
	background:rgba(255,255,255,0.8);
	padding:20px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.point_txt{
	width: 100px;
 height: 100px;
	background:#fff;
	color:#FF6600;
	text-align:center;
	border-radius:50%;
	margin:-50px auto 20px;
	
}

.point_txt p{
	display: table-cell;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	font-size:18px;
	line-height: 1.2;
}

.point_txt p span{
	font-size:40px;
}


#bg-gr{
	background:#f5f5f3 none repeat scroll 0 0;
}

/*会社概要
---------------------------------------------------*/

.com_tab{
	border-bottom:1px solid #ddd;
}

.com_tab th{
	font-weight:normal;
	padding:10px 15px!important;
}

.com_tab td{
	font-weight:normal;
	padding:10px 15px!important;
}

#page .discription p.name{
	width:15%;
	float:right;
}

.name img{
	width:80%;
	max-width:150px;
	height:auto;
	text-shadow:rgba(0,0,0,0.5);
}

.compliance_box{
	list-style-type:none;
}

.compliance_box ul:after{
	content:"";
	border:1px solid #ddd;
	bo
}

.compliance_box li{
	list-style-type:none;
	border:1px solid #ddd;
	padding:10px 20px;
	background:#fff;
	display:block;
	margin-bottom:;
	margin:0 auto 40px;
	border-radius:6px;
}

.compliance_box li:nth-child(-n + 3){
	
	display:block;
	width:50%;
	text-align:center;
	font-weight:bold;
	font-size:110%;
}

.compliance_box li span{
	font-size:24px;
}

/*---メディアごとの設定-----------------------------*/

@media (max-width:767px){
	body{line-height: 1.5;overflow: hidden;font-size: 14px;}
	#page > #wrapper > h2{font-size: 30px; padding: 92px 0 20px 0;}
	#main{width: 100%;margin: 0 auto;padding-top: 72px;}
	#mainCarousel .carousel-indicators {position: static;width: 100%;margin: 0 auto;text-align: center;}
	#mainCarousel .carousel-indicators > li{background: #fff;display: inline-block;float: none;border:none;width: 10px;height: 10px;border-radius: 50%;margin: 0 0.5%;background-size:contain;background-position:center center;background-repeat:no-repeat;}
	#mainCarousel .carousel-indicators > li.active{background: #666;}
	#mainCarousel .carousel-indicators > li > img{display: none;}
	#infoblock{position: absolute;left: 0;right: 0;top: 72px;background: rgba(0,0,0,0.8);font-size: 12px;text-align: center;border-bottom: 1px solid #ccc;}
	#infoblock .set-contact{margin-top: 10px;}
	#infoblock .set-contact .set-contact-tit{margin-bottom: 5px;display: block;}
	#infoblock .well{padding: 8px;margin: 12px; color:#333;}
	small{font-size: 75%;}
h1, .h1 {
	font-size: 0!important;
}

#section01 {
    padding-top: 40px;
}
#section02::after {
    display:none;
}

#section03::after {
    display:none;
}

.contents {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
}

	/* header */
	
	#header {
    height: 70px!important;
    margin: 0;
    padding-bottom: 20px;
}
	#header .container{display: block;padding: 0;}

	#wrapper{border:none;}
	#wrapper:before{display: none;}

	#nav{position: fixed;width: 100%;}
	#nav:before{content:"";display: block;}

	.nav{background: transparent;}

	.navbar					{background:transparent;border: none;border-radius: 0;margin: 0;z-index: 999;}
	.navbar-toggle			{padding: 6px 8px;line-height: 1;border:1px solid #ddd;text-align: center;width: 48px;margin: 11px 15px 11px 0;background: #fff;color:#333;}
	.navbar-toggle:focus	{color:#333;}

	.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:20px 10px 0 ; width:60%;}

	#mnav					{-webkit-overflow-scrolling: touch;position: relative;box-shadow: none;font-weight: bold;z-index: 99; overflow-x:hidden;}
	#logo img{
	width:100%;
	height:auto;
	max-width:150px;
}

	.navbar-collapse{border-top: nonne}
	.navbar-collapse.in{overflow-y:visible;}

	.nav{background: rgba(0,0,0,0.9);}
	.nav-justified							{padding-bottom:0;display: block;padding-top: 0;}
	.nav-justified > li						{display: block;width: 100%;}

	.nav-justified > li > a > small,
	.nav-justified > li > a:hover > small,
	.nav-justified > li > a:active > small,
	.nav-justified > li > a:focus > small,
	.nav-justified > li.active > a > small	{display: inline-block;font-size: 12px;margin-top: 0;margin-left: 10px;position: absolute;right: 15px;bottom: 11px;}

	.nav-justified > li > a {border-bottom: none;text-align: left;border-top: 1px solid #ddd;margin-bottom: 0;}
	.nav-justified > li > a:hover,
	.nav-justified > li > a:active,
	.nav-justified > li > a:focus,
	.nav-justified > li.active > a			{	border-bottom: none;	color:#fff;	background: #66C;	padding: 10px;}

	.nav-justified > li > a:hover > small,
	.nav-justified > li > a:active > small,
	.nav-justified > li > a:focus > small,
	.nav-justified > li.active > a > small			{color:#fff;background: #09f;}

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

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

	.nav-justified li.dropdown > a > strong{margin-right: 0.5em;}


	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{background-color: #2f4d93;border-color:#fff;}

	section{
	padding-bottom: 30px;
	padding-top: 0px;
}


	#banner-area{margin-bottom: 15px;}

	.copy-type-1{font-size: 26px;text-align: center;margin-bottom: 15px;}
	.copy-type-1 small{font-size: 14px;}
	.copy-type-2{padding-top: 20px;font-size: 20px; font-weight: bold;color:#00a0e9;text-align: center;margin-bottom: 20px;}
	.copy-type-3{font-size: 20px;padding-top: 20px;margin-bottom: 20px;text-align: center;}
	.copy-type-4{font-size: 20px;padding-top: 20px;margin-bottom: 20px;text-align: center;}
	.copy-type-4 small{font-size: 14px;margin-right: 0px;}
	.copy-type-4 > small > span{font-size: 18px;}
	.copy-type-5{font-size: 18px;margin-bottom: 20px;}
	.copy-type-5 i{color:#036;font-size: 21px;}
	.copy-type-6{display:none;}
	.indent-15{padding: 0 5px;}
	.text-size-18{font-size: 14px;line-height: 20px;}
	.text-xlg{font-size: 20px;text-align: center;}
	.btn-lg{font-size: 18px;}
	.btn-xs-block {
    display: block!important;
    width: 100%!important;
}
	.title-1{
	    font-size: 20px;
	    text-align: center;
	    margin-bottom: 20px;
	    background: #efefef;
	    padding: 10px;
	    margin-left: -15px;
	    margin-right: -15px;
	    border-bottom: 1px solid #ccc;
	}

	.title-2{
		font-size: 20px;
	    text-align: center;
	    margin-bottom: 20px;
	    background: #efefef;
	    padding: 10px;
	    margin-left: -15px;
	    margin-right: -15px;
	    border-bottom: 1px solid #ccc;
	}

	.title-2 small{font-size: 16px; margin-left: 0;}
	
	.txt-xs-l{
		text-align:left!important;}
	.txt-xs{font-size:90%;}
	
	.h3_tit01{
	font-size:20px;
	font-weight: normal;
	margin-bottom: 20px;
}

.h3_tit02{
	font-size: 24px;
	margin-bottom: 1em;
}

.h3_tit03{
	font-size: 24px;
}
.contact_tel{
	font-size: 40px;
	font-weight: bolder;
	line-height: 1.1;
	color: #000;
}

.contact_tel span{
	font-size: 48px;
	font-weight: bolder;
}
	
	#voice > div{margin-bottom: 10px;}
	#voice{margin-bottom: 15px;}

	.table-news{table-layout: auto;margin-bottom: 10px;}
	.table-news th{display: block;width: 100%;border-bottom: none;padding: 10px 0 10px 0;}
	.table-news th span{padding: 5px;font-size: 14px;}
	.table-news td{display: block;border-bottom: none;padding: 0 0 10px 0;}
	.table-news td h3{font-size: 14px;margin-bottom: 5px;}


	#footer{padding:10px 0 0 0;border-top:1px solid #eee;position: relative;}
	footer nav{padding:20px 0 20px 40px;border-left: 1px solid #ccc; }
	footer nav ul{list-style: none;font-size: 12px;}

	#copyright{font-size: 11px;text-align: center;display: block;line-height: 38px;color:#666;margin-top: 30px;background: #fff;border-top: 1px solid #ccc;}

	#set-info{
	    width: 100%;
	    display: block;
	    font-size: 12px;
	}
	#set-info .set-address{
	    width: 100%;
	    display: block;
	    text-align: center;
	    padding: 5px 0;
	    border-left:none;
	}
	#set-info .set-contact{
	    width: 100%;
	    display: block;
	    text-align: center;
	    padding: 5px 0 5px 0;
	    border-left:none;
	}

	footer #set-info .set-contact{
	    width: 100%;
	    display: block;
	    text-align: center;
	    padding: 5px 0 5px 0;
	    vertical-align: bottom;
	    border-left:none;
	    border-right:none;
	}

	#set-info .set-contact .set-contact-tit{
	    display: block;
	    color: #0168b7;
	    font-weight: bold;
	    margin-bottom: 15px;
	    line-height: 1;
	}

	footer nav{padding:20px 0 20px 0;border-left: none;}
	footer nav ul{list-style: none;font-size: 12px;}
	.flogo{margin-bottom: 10px;text-align: center;width: 100%;}
	.flogo img{width: 120px;height: auto;display: inline-block;}
	#copyright{font-size: 10px;}

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

	.row + .row, .col-xs-12 + .col-xs-12{margin-top: 15px;}

	hr{margin: 14px 0;}
	#pagetop {position: fixed; bottom:5px; right: 5px;width: 48px;height: 48px;background-size:100%;}

/*マージン
---------------------------------------------------- */
.mt5{margin-top:0;}
.mt10{margin-top:0;}
.mt15{margin-top:0;}
.mt20{margin-top:0;}
.mt25{margin-top:0;}
.mt30{margin-top:30px;}

.mb5{margin-bottom:0;}
.mb10{margin-bottom:0;}
.mb15{margin-bottom:0;}
.mb20{margin-bottom:0;}
.mb25{margin-bottom:0;}
.mb30{margin-bottom:0;}
.mb35{margin-bottom:0;}
.mb40{margin-bottom:0;}
.mb45{margin-bottom:0;}
.mb50{margin-bottom:0;}
.mb60{margin-bottom:0;}
.mb70{margin-bottom:0;}
.mb80{margin-bottom:0;}
.mb90{margin-bottom:0;}
.mb100{margin-bottom:0;}
.mb110{margin-bottom:0;}
.mb120{margin-bottom:0;}
.mb130{margin-bottom:0;}
.mb140{margin-bottom:0;}
.mb150{margin-bottom:0;}

.mlr5{margin-left:0; margin-right:0;}
.mlr10{margin-left:0; margin-right:0;}
.mlr15{margin-left:0; margin-right:0;}
.mlr20{margin-left:0; margin-right:0;}
.mlr25{margin-left:0; margin-right:0;}
.mlr30{margin-left:0; margin-right:0;}
.mlr35{margin-left:0; margin-right:0;}
.mlr40{margin-left:0; margin-right:0;}
.mlr45{margin-left:0; margin-right:0;}
.mlr50{margin-left:0; margin-right:0;}

.ml5{margin-left:0;}
.ml10{margin-left:0;}
.ml15{margin-left:0;}
.ml20{margin-left:0;}
.ml25{margin-left:0;}
.ml30{margin-left:0;}
.ml35{margin-left:0;}
.ml40{margin-left:0;}
.ml45{margin-left:0;}
.ml50{margin-left:0;}

.mr5{margin-right:0;}
.mr10{margin-right:0;}
.mr15{margin-right:0;}
.mr20{margin-right:0;}
.mr25{margin-right:0;}
.mr30{margin-right:0;}
.mr35{margin-right:0;}
.mr40{margin-right:0;}
.mr45{margin-right:0;}
.mr50{margin-right:0;}

/*table*/

.table{
}

.table th{
	width:100%!important;
	display:block;
	background:#f6f6f6;
}

.table td{
	width:100%;
	display:block;
}

.access_txt span {
    border: 1px solid #999;
    border-radius: 3px;
    display: block;
    line-height: 1;
    padding: 0;
    text-align: center;
    width: 70px;
				float:left;
}

/*改行設定*/
.br_xs{
	display:block;
}

.br_sm{
	display:none;
}

.br_md{
	display:none;
}

.br_lg{
	display:none;
}

.name{
	width:40%!important;
}

.text-xs-left{
	text-align:left!important;
}
}

@media (min-width:768px) and (max-width:991px){/*sm*/
/*メインイメージ*/

/*改行設定*/
.br_xs{
	display:none;
}

.br_sm{
	display:block;
}

.br_md{
	display:block;
}

.br_lg{
	display:block;
}

#banner-area{margin-bottom: 30px;}
	section{padding: 30px 0;}
    .nav-justified > li > a,
    .nav-justified > li > a:hover,
    .nav-justified > li > a:active,
    .nav-justified > li > a:focus,
    .nav-justified > li.active > a{font-size: 13px;}
    #set-info .set-address{padding: 5px 10px;}
    #set-info .set-contact{padding: 5px 0 5px 10px;}
	.copy-type-1{
	font-size: 30px;
	font-weight: 100;
	color:#023994;
	margin-bottom: 30px;
}
	#point4 > div{margin-bottom: 30px;}
	.text-xlg{font-size: 42px;}
	.copy-type-6{margin-bottom: 30px;}
	footer #set-info .set-contact{padding: 5px 10px 5px 10px;}
	footer nav{padding:20px 0 20px 20px; }
	#logo {	text-align:left;	float:left;}
	#logo img{
	width:100%;
	height:auto;
	max-width:250px;
	margin:0 auto;
}
.nav > li > a {
    padding: 10px 5px;
}

.sm{
	display:none;
}

.txt-sm-small{
	font-size:14px;
}

#page .discription p.name{
	width:20%;
}

#mnav ul.nav li:hover > ul.dropdown-menu {
  display: block;    
}

}

@media (min-width:992px) and (max-width:1399px){/*md*/
/*メインイメージ*/

/*改行設定*/
.br_xs{
	display:none;
}

.br_sm{
	display:none;
}

.br_md{
	display:block;
}

.br_lg{
	display:block;
}
.text-xlg{font-size: 52px;}
.news_img { padding-top:40px;}

#logo img{
	width:100%;
	height:auto;
	max-width:250px;
}

.txt-sm-small{
	font-size:80%;
}

#mnav ul.nav li:hover > ul.dropdown-menu {
  display: block;    
}
}

@media (min-width:1400px){/*lg*/
/*メインイメージ*/

/*改行設定*/
.br_xs{
	display:none;
}

.br_sm{
	display:none;
}

.br_md{
	display:none;
}

.br_lg{
	display:block;
}

#logo {}
h1 img{
	width:100%;
	height:auto;
	max-width:295px;
}

.lg{
	display:none;
}

#section02::after {
    margin-left: -32px;
}

#section03::after {
    margin-left: -40px;
}
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
				overflow:hidden;
}



@media print{body{background-image: none;}.container{width: 991px !important;}#pagetop{display: none;}}
