@charset 'UTF-8';

/*----------------------------------------------------
	共通
----------------------------------------------------*/
h2{
	font-weight: bold;
	margin-bottom: 6px;
	text-align: center;
}

.sub-ttl{
	color: #142c4b;
	font-weight: bold;
	letter-spacing: 1;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
}

.flexB{
	display: flex;
}

.container{
	width: 980px;
}

.container800{
	width: 800px;
}

.index-comment{
	font-size: 16px;
	line-height: 2 !important;
	letter-spacing: 2;
}

header{
	height: 90px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

header .nav{
	margin: 0 auto;
	justify-content: space-between;
}

a.underline {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
}

a.underline::after {
  background-color: #142c4b;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

a.underline:hover::after {
  width: 100%;
}


.gnav ul{
	display: flex;
	padding-left: 0px !important;
}

.gnav ul li.gnav-link{
	margin-top: 35px;
	font-size: 14px;
}

.gnav ul li.gnav-contact a{
	display: block;
	height: 90px;
	background-color: #262626;
	padding:  35px 35px;
	font-size: 13px;
}

.gnav ul li.gnav-contact a{	
	color: #fff !important;
	letter-spacing: 2;
}

.gnav ul li.gnav-contact a:hover{
	opacity: .9;
	text-decoration: none;
	transition: 1.0s ;
}

.gnav ul li.gnav-en a{
	display: block;
	height: 90px;
	background-color: #142c4b;
	padding:  35px 35px;
	font-size: 13px;
}

.gnav ul li.gnav-en{
	margin-left: 0px !important;
}

.gnav ul li.gnav-en a{	
	color: #fff !important;
	letter-spacing: 2;
}

.gnav ul li.gnav-en a:hover{
	opacity: .9;
	text-decoration: none;
	transition: 1.0s ;
}

.gnav ul li{
	list-style-type: none;
	margin-left: 30px;
	font-weight: bold;
}

.gnav ul li a{
	color: #000 !important;
}

.sp-menu{
	display: none;
}


h1{
	margin-top: 30px;
	padding-left: 15px;
}

h1 img{
	width: 320px;
}

.h140{
	height: 140px;
}

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important; 
    box-shadow:none !important; 
    border: none !important; 
    background: none !important; 
}

.bx-wrapper .bx-controls-direction a {
	display: none;
}

footer{
	padding: 20px;
	background-color: #262626;
	color: #fff;
}


/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/

.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin: 0;
    width: 600px;
    height: auto;
    list-style-type: none;
}
.simply-scroll-list li img {
    display: block;
    width: 100%;
}	
	


/*----------------------------------------------------
	#pageup
----------------------------------------------------*/
#pageup {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 0px;
  z-index: 10;
}
#pageup img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 769px) {
  #pageup img {
    width: 50px;
    height: 50px;
  }
/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/

.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    height: 400px;
    padding: 0;
}
.simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin: 0;
    width: auto !important;
    height: 400px !important;
    list-style-type: none;
}
.simply-scroll-list li img {
    display: block;
    width: 100%;
}	
	

}
@media screen and (max-width: 769px) {
  #pageup {
    right: 10px;
    bottom: 0px;
  }
}

 /*----------------------------------------------------
	あいさつ
----------------------------------------------------*/
#greeting{
	background-image: url(../img/bk.png);
	background-repeat: round;
	padding-bottom: 100px;
	width: 100%;
}


 /*----------------------------------------------------
	製品紹介
----------------------------------------------------*/
#product{
	margin-bottom: 100px;
}

.product-box{
	border: 1px solid #eee;
	box-shadow: -7px 7px 24px 0px rgba(0, 0, 0, 0.08);
}

#product .row{
	justify-content: space-between;
}

#product .product-box{
	padding: 0px;
	margin: 20px 0 40px;
}

#product .col-md-3{
	max-width: 23%;
}


#product h3{
	font-size: 20px;
	font-weight: bold;
	padding: 15px 10px 5px;
	margin-bottom: 0px !important;
}

#product .product-box-comment{
	padding:0px 10px 0px;
	font-size: 13px;
}

#product a.product-box-btn{
	text-decoration: none !important;
	color: #000 !important;
	display: inline-block;
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 20px;
	margin-left: 10px;
}

#product a.product-box-btn::after {
  background-color: #142c4b;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  left: 10px;
  position: absolute;
  transition: .5s all;
  width: 50%;
  margin-bottom: 20px;
}

#product a.product-box-btn:hover{
	cursor: hand !important;
	opacity: .9;
}

#product a.product-box-btn:hover::after {
  width: 90%;
}

#product .product-box-company{
	line-height: 1.6;
	font-size: 15px;
	padding: 5px 10px 0px;
	margin-bottom: 10px !important;
}
 /*----------------------------------------------------
	会社情報
----------------------------------------------------*/
#company{
	margin-bottom: 100px;
}
	
.company-sub{
	background-image: url(../img/bk01.png);
	background-repeat: no-repeat;
	width: 100vw;
	height: 100px;
	background-attachment:fixed;
	background-size: cover;
	background-position: center;
}

.company-sub p{
	text-align: center;
	color: #fff;
	padding-top: 70px;
	font-size: 32px;
	letter-spacing: 4;
	font-weight: bold;
	mix-blend-mode: difference;
}

#company tr th{
	text-align: center;
}

#company tr td,
#company tr th{
	width: 50%;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 2;
}

#company tr td{
	width: 50%;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 2;
}

#company tr td a.map{
	color: #c1b157;
	font-size: 15px;
}


 /*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/

#contact,
#confirm{
	background-color: #142c4b;
	padding-bottom: 100px;
}

#contact h2,
#confirm h2{
	color: #fff;
}

#contact .sub-ttl,
#confirm .sub-ttl{
	color: #fff;
}

#contact form,
#confirm form{
	background-color: #f8f8f8;
	padding: 30px 50px 30px;
	box-shadow: -7px 7px 24px 0px rgba(0, 0, 0, 0.08);
	border-radius: 3px;
}

#contact .contact-label,
#confirm .contact-label{
	font-size: 16px;
}

#contact .contact-inner,
#confirm .contact-inner{
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

#contact .contact-in input,
#contact .contact-in textarea,
#confirm .contact-in input,
#confirm .contact-in textarea{
	width: 100%;
	padding: 5px;
	color: #666;
	border: 1px solid #CCC;
}

#contact .contact-in textarea,
#confirm .contact-in textarea{
	height: 200px;
}

#contact .contact-btn,
#confirm .contact-btn{
	border: none !important;
	background-color: #142c4b;
	color: #fff;
	padding: 10px 100px;
	border-radius: 30px;
	text-align: center;
	cursor: hand;
	text-decoration: none !important;
	display: inline-block;
	width: 40%;
	opacity: 0.8
	
}

#confirm .contact-btn.back{
	background: #999;
}

#contact .contact-btn:hover,
#confirm .contact-btn:hover{
	opacity: 1;
}

#contact .contact-btn,
#confirm .contact-btn{
	margin: 0px auto 0 auto;
}

#contact h3,
#confirm h3{
	font-size: 18px;
	margin-bottom: 30px;	
}
#contact h3 span,
#confirm h3 span{
	color: #CCC
}


@media screen and (max-width: 950px){
	h1 img {
    width: 280px;
	}
	
	.gnav ul li {
    margin-left: 20px;
	}
	
	.gnav ul li.gnav-contact a {
    display: block;
    height: 90px;
    background-color: #262626;
    padding: 35px 25px;
    font-size: 13px;
	}
	
	.gnav ul li.gnav-en a {
    padding: 35px 25px;
	}
	
}

@media screen and (max-width: 840px){
	h1 img {
    width: 280px;
	}
	
	.gnav ul li {
    margin-left: 10px;
	}
	
	.gnav ul li.gnav-contact a {
    display: block;
    height: 90px;
    background-color: #262626;
    padding: 35px 20px;
    font-size: 13px;
	}
	
	.gnav ul li.gnav-en a {
    padding: 35px 20px;
	}
	
}

@media screen and (max-width: 768px){
	
/*----------------------------------------------------
	共通
----------------------------------------------------*/	
	.container{
		width: 100% !important;
		max-width: 100% !important;
	}
	
	#product .col-md-3{
		max-width: 100%;
		margin: 20px;
	}
	
	#product .row {
    justify-content: space-around;
	}	
	
	.sm-none{
		display: none;
	}
	
	header {
		height: 70px;
	}
	
	h1{
		margin-top: 0px;
		padding-left: 0px ;
	}
	
	header .logo {
	    padding: 20px 20px;
	    top: 0;
	    left: 0;
	    z-index: 10;
	}
	
	.nav{
		top: 20px;
	    right: 10px;
	    width: 45px;
	    height: 20px;
	    z-index: 99;
		position: fixed;
	}
	
	.h140 {
		height: auto !important;
	}
	
	
	.sp-menu{
	display: block;
	}

	/*menu　開*/
	
	nav{
		top:0px ;
		right: 0px;
		display: none;
		position: absolute;
		width: 70%;
		height: 100vh;
		background: #142c4b;
		z-index: 99;
	    position: fixed;
		}
	
		header nav ul{
			display: block;
			margin:  100px auto 0;
			width: 90%;
		}
		header nav ul li a{
			display: inline-block; 
			text-align: left;
			color: #fff !important;
		}
		header nav ul li{
		line-height: 2;
	    font-weight: 600;
	    font-size: 20px;
	    letter-spacing: 2px;
		list-style-type: none;
		margin-bottom: 15px;
		}
		header nav ul li:last-child{
			border: none;
		}
		header nav ul li a:hover{
			color: #c1b157 !important;
			transition: 0.3s linear;
		}
	
	/*menu*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 35px;
		position: relative;
		top: 5px;
		z-index: 100;
	}
	#nav_toggle:hover{
		cursor: hand;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 1px;
		background: #000;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	
	.close{
		display: none;
	}
	/*開閉ボタンopen時*/
	
/*menu*/
#nav_toggle{
	display: block;
	width: 30px;
	height: 35px;
	position: relative;
	top: 4px;
	z-index: 100;
}
#nav_toggle:hover{
	cursor: hand;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 1px;
	background: #000;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:12px;
}
#nav_toggle span:nth-child(3){
	top:24px;
}

/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
		top: 12px;
	   -webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
		z-index: 4;
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

	
/*----------------------------------------------------
	ごあいさつ
----------------------------------------------------*/
	#greeting {
    padding-bottom: 60px;
    background-repeat: no-repeat;
    }
  
/*----------------------------------------------------
	商品詳細
----------------------------------------------------*/
	#product {
	    margin-bottom: 50px;
	}


	
	#product .product-box{
		margin-bottom: 40px;
	}
	
/*----------------------------------------------------
	会社情報
----------------------------------------------------*/
	.company-sub {
    height: 60px;
    background-image: url(../img/bk01.png);
	background-repeat: no-repeat;
	width: 100vw;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
    }
    
    
    
	.company-sub p {
    padding-top: 40px;
    font-size: 26px;
    letter-spacing: 4;
    font-weight: bold;
	}
	
	#company tr{
		display: block;
	}
	
	#company tr th{
		font-size: 18px !important;
		margin-top: 15px;
	}
	
	#company tr td{
		font-size: 16px !important;
		margin-bottom: 25px ;
	}
	
	#company tr td,
	#company tr th{
	display: block;
	width: 100%;
	text-align: left !important;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 13px;
	line-height: 2;
	border: none;
}

/*----------------------------------------------------
	お問合せ
----------------------------------------------------*/

#contact form {
    background-color: #f8f8f8;
    padding: 50px 30px 30px;
    }
	
}

@media (max-width: 570px){
	#product .col-md-4 {
    max-width: 90% !important;
	}

}