@charset "utf-8";
/*
Theme Name: Lightning Child
Version: 1.4.1
Template: lightning
*/

/*
cosutom.css 
*/
.gray {
	background-color: #eee;
}

.container {
	margin-bottom: 2em;
}
h2 {
	border-bottom: none;
}
h3:after {
	border-bottom: none;
}
.siteHeader {
	border-top: solid 5px #BC5135;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
.siteHeadContainer {
	margin-bottom: 1px;
}
.siteFooter {
	border-top: none;
	background-color: #BC5135;
}
.siteFooter .widget {
	margin-bottom: 1px;
}
.sectionBox {
	padding-bottom: 1px;
}
.content-box table {
	border-top: none;
}
.content-box table tbody tr td {
	border-top: none;
	border-bottom: none;
	padding: 0.2em;
}
.gMenu>li:before {
	border-bottom:2px solid #BC5135;
}
.gMenu ul li a:hover {
    /* color: #333; */
	background-color: rgba(0, 0, 0, 0.3);
}

.function h2 {
	margin: 1.5em 0 0.4em;
}
.carousel-indicators {
	margin-bottom: 0.2em;
}

/*
.wrapper {
    overflow: auto;
}

.copy a,
.copy a:visited  {
	color: #fff;
}

.post_body h2 {
	border-bottom: transparent 0px solid;
}

.post_body h2>span {
	border-bottom: transparent 0px solid;
	color:#BA5039;
}

.post_body h3 {
	margin-top: 2rem;
}

.logo img {
    width: auto !important;
    height: 58px !important;
    max-width: initial !important;
}

.table td {
	border: transparent 0px solid;
	padding: .50rem;
}

.table-bordered {
	border: transparent 0px solid;
}

.table-bordered td {
	border: transparent 0px solid;
}
*/
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
	padding: 20px;
}

.panel-primary {
	border-color: #337ab7;
}

.btn-primary {
    color: #fff  !important;
	background-color: #337ab7;
	border-color: #2e6da4;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
}

.bg-danger {
	background-color: #f2dede !important;
}

.text-info {
	color: #31708f;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}


/*
main.css 
*/
html,body{
	padding:0px;
	margin:0px;
}
#top #home .navbar {
	border-top:solid 5px #BC5135;
    min-height: 100px;
    background-color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.20);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.20);
}
#carousel-image01,#carousel-image02{
	width:100%;
	height:650px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
#carousel-image01{
	background-image:url(../../images/top-image.jpg);
}
#carousel-image02{
	background-image:url(../../images/top-sui.jpg);
}
.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
	background-color: #fff;
    border: 1px solid #BC5135;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #BC5135;
}
/*
.navbar-brand{
	background-image: url(../../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	height: 100px;
	background-position: center center;
	width: 250px;
}
*/
.shadow{
	position:absolute;
	z-index:999;
	bottom:0;
	right:0;
	left:0;
	-webkit-box-shadow: 0px -5px 10px 5px rgba(0,0,0,0.20);
	box-shadow: 0px -5px 10px 5px rgba(0,0,0,0.20);
}
/*
article{
	padding:30px 0 40px;
}
*/
section h2.title{
	font-size:18px;
	border-left:solid 10px #BC5135;
	font-weight:bold;
	color:#BC5135;
	padding:15px 0px 15px 10px;
	margin-top:10px;
}
/*
.menu{
	border-right:dashed 1px #aaa;
}
*/
.menu-home {
	border-right:dashed 1px #aaa;
}
.menu-home h2 {
	border-bottom: transparent;
	padding: 0.8em 0 0.2em 0;
	margin-bottom: 1px;
}
.menu-home h3 {
	border-bottom: transparent;
	margin: 0.1em 0 0.5em 0;
}

.top-menu{
	margin:40px auto 40px;
}
.top-menu a{
	display:block;
}
.top-menu a:hover{
	text-decoration:none;
}
.top-menu h2{
	font-size:24px;
	color:#BC5135;
	text-align:center;
}
.top-menu h3{
	font-weight:normal;
	text-align:center;
	font-size:14px;
	color:#BC5135;
	margin-top:5px;
	
}
h1.catchcopy{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	font-weight: bold;
	line-height:250%;
}
.icon{
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	height:109px;
	margin:auto;
}
.icon.icon-product{
	width:auto;
	background-image:url(../../images/icon-box.png);
}
.icon.icon-about{
	width:auto;
	background-image:url(../../images/icon-about.png);
}
.icon.icon-contact{
	width:auto;
	background-image:url(../../images/icon-contact.png);
}
#map-area {
    margin-bottom: 40px;
}
#map_canvas {
    width: 100%;
    height: 400px;
}

footer{
	margin-top:60px;
	background-color: #BC4F34;
	font-weight:normal;
	padding-bottom:40px;
	color: #fff;
	-webkit-box-shadow: 0px -5px 10px 5px rgba(0,0,0,0.20);
	box-shadow: 0px -5px 10px 5px rgba(0,0,0,0.20);
}
footer h1 a{
	background-image:url(../../images/logo-white.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:213px;
	height:83px;
	display:block;
	text-indent:-9999px;
	margin:auto;
}
footer h2{
	font-size:12px;
	margin:0px 0 20px 0;
}
.topics dl {
	display:block;
}
.topics dl:after{
	content:" ";
	clear:both;
	height:0;
	display:block;
}
.topics dt,.topics dd{
	float:left;
	border-bottom:dashed 1px #aaa;
	margin-bottom:10px;
}
.topics dd{
	margin-left:0;
	/*width:90%;*/
	width: 80%;
	padding-left: 30px;
	border-left-style: none;
}
.topics dt{
	/*width:10%;*/
	width: 20%;
	clear:both
}
.content-box{
	margin-bottom:40px;
	line-height:180%;
}
.back-gray{
	position: relative;
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0.01, rgb(255,255,255)),color-stop(1, rgb(238,238,238)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 46.04%,rgba(238,238,238,1.00) 100%);
	/* IE v10+ */
	background-image: -ms-linear-gradient(-90deg,rgb(255,255,255) 1%,rgb(238,238,238) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 46.04%,rgba(238,238,238,1.00) 100%);
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0)";
	filter:progid:DXIm
}
.back-gray:after{
	content: " ";
	clear: both;
	height: 0;
	display: block;
	position: absolute;
	z-index: 999;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-box-shadow: 0px -5px 10px 5px rgba(0,0,0,0.10);
	box-shadow: 0px -5px 10px 5px rgba(0,0,0,0.10);
}
.navbar-header h1{
	margin:0;
}

.siteHeader_logo img {
    max-height: 60px;
    display: block
}

@media (min-width: 992px) {
.siteHeader_logo img {
        max-height: 60px;
    }
}

@media (max-width: 991.98px) {
 .navbar-header {
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 768px){
.navbar-nav>li>a{
	padding-top:20px;
	padding-bottom:20px;
    }
}

@media (max-width: 768px){
.navbar-brand{
	width:340px;
	margin-left:10px;
}
.topics dt{
	border:none;
	width:auto;
}
.topics dd{
	width:100%;
	margin-left:0;
	padding:0;
}
.top-menu h2 {
    font-size: 14px;
	font-weight: bold;
    color: #BC5135;
    text-align: center;
	margin-bottom:5px;
	margin-top: 10px;
}
.top-menu h3 {

    font-size: 10px;
}
.icon {
    height: 80px;
    margin: auto;
}
h1.catchcopy {
    line-height: 200%;
}
}
/* ==========================================================================
Waypoints
========================================================================== */
.wp,.wp1, .wp2, .wp3, .wp4, .wp5, .wp6, .wp7, .w50p,.w100p { visibility: hidden; }
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; }
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
.delay-1c5s { animation-delay: 1.5s; -webkit-animation-delay: 1.5s; }
.delay-2s { animation-delay: 2s; -webkit-animation-delay: 2s; }
.delay-2c5s { animation-delay: 2.5s; -webkit-animation-delay: 2.5s; }
.delay-3s { animation-delay: 3s; -webkit-animation-delay: 3s; }

.navbar-toggle {

    padding: 13px 10px;
    margin-top: 32px;
}
.img-center{
	margin:auto;
}
.mongon{
	    display: inline-block;
    line-height: 100px;
    font-size: 10px;
    margin-left: 10px;
    float: left;
}
