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


.wrapper {
width:100%;
margin:0 auto;
padding:0;
font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
}

.clear {
clear:both;
}

.head {
width:100%;
margin:0 auto;
padding:10px 0;
overflow:hidden;
display:none;
}

.head p {
display:block;
float:right;
margin-left:30px;
}

.head p a {
text-decoration:none;
font-size:12px;
color:#333;
}

.wrap {
width:100%;
margin:0 auto;
padding:0;
text-align:center;
border-top:1px solid #333;
}

.wrap h1 {
padding:30px 0 0;
}

.nav {
width:100%;
margin:0 auto 30px;
padding:0;
overflow:hidden;
}

.navi {
  width:16.666%;
  float:left;
  margin:0;
  padding:0;
}

/*使える素敵なブラウザとOS用*/
.navi {
display:none;
  widht: -webkit-calc(99% / 6);
  width: -moz-calc(99% / 6);
  width: calc(99% / 6);  
}

.navi a {
display:block;
text-align:center;
text-decoration:none;
width:100%;
font-size:14px;
color:#333;
}

.navi a span {
font-size:10px;
}

/* ▽▽ハンバーガーメニュー▽▽
------------------------------------------------------- */
.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: inline-block;
	position :absolute;
	top :0;
	left :0;
	width :85%;
	padding :10px;
}

.hm_title {/* ハンバーガーメニューオープン時の見出し */
	position: relative;
	color: #999;
	display: inline-block;
	float: left;
	font-weight: 100;
	line-height: 30px;
	margin: 0 0 0 15px;
	opacity: 0;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
	-webkit-transition: -webkit-transform 0.1s, opacity 0.1s;
	transition: transform 0.1s, opacity 0.1s;
	z-index: 2;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: block;
	float: left;
	z-index: 2000;
}
.hm_btn::before {
	-webkit-box-shadow: #000 0 12px 0;
	box-shadow: #000 0 12px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 30px;
	height: 6px;
	background: #000;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.1s linear, -webkit-transform 0.1s 0.1s;
	transition: box-shadow 0.1s linear, transform 0.1s 0.1s;
}
/* △△メニューボタン△△ */

.hm_menu_wrap {
	width :85%;
	/*height :10000px;*/
	padding-bottom:30px;
	background: #fff;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 0.1s;
	transition: left 0.1s;
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
	transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
	transform: rotate(-45deg) translate3d(6px, -11px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}

/* △△開閉時のアニメーション△△ */

/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 50px 0 0;
	padding: 0;
}
.hm_list li a {
	color: #777;
	display: block;
	overflow: hidden;
	padding: 8px 22px;
	position: relative;
	text-decoration: none;
	z-index: 1000;
}
.hm_list li a::before {/* aタグマウスオーバー時の背景 */
	background: #eee;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	left: 0;
	-webkit-transition: bottom 0.1s;
	transition: bottom 0.1s;
	z-index: -1;
}

.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* メニュー内のリストスタイル△△ */

/* △△ハンバーガーメニュー△△
------------------------------------------------------- */




section {
width:100%;
margin:0 auto 40px;
padding:0;
overflow:hidden;
}

section img {
width:100%;
}

.news1 {
width:98%;
margin:0 auto 40px;
padding:0;
overflow:hidden;
}





.news_wrapper {
  width: 95%;
  height: 200px;
margin: 30px 0px 0px 0px;
line-height:1.5;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px 10px 10px 10px;
  font-size: 100%;
}

.news_wrapper  dl.news {
  width: 95%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.news_wrapper  dl.news dt {
float:left;
width:100px;
}

.news_wrapper  dl.news dd {
text-align:left;
padding-left:100px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.news_wrapper  dl.news dd a {
  color: #111111;
  text-decoration: underline;
}

.news_wrapper  dl.news dd a:hover {
  text-decoration: none;
}

/* スクロールバー要素
----------------------------------------------------------- */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;     /* 縦スクロールバーの幅を指定 */
  height: 100%;
  background: #ffffff;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 10px;     /* 横スクロールバーの幅を指定 */
  background: #ffffff;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #eeeeee;     /* スクロールバーの背景色を指定 */
  position: relative;
}

.jspDrag {
  background: #315fa8;     /* スクロールバーの色を指定 */
  position: relative;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0px -3px 0px 0px;
}


.main a {
float:left;
}
.main a img {
width:100%;
}


footer {
width:100%;
margin:0 auto 30px;
padding:0;
overflow:hidden;
border-top:1px solid #1B1B1B;
}

.footer1 {
background-color:#1B1B1B;
text-align:center;
}

.footer1 a {
display:inline-block;
margin:30px;
}

.footer2 {
padding:30px 0;
}

.footer2>img {
float:left;
margin-right:30px;
width:20%;
}

.footer2 p {
line-height:1;
font-size:11px;
color:#333;
letter-spacing:1px;
width:40%;
margin:0;
padding:0;
float:left;
display:block;
}

.footer2-1 {
width:30%;
float:left;
text-align:right;
}

#Main section.product{
	overflow: hidden;
	margin: 0 auto;
}

#Main section.product img{
width:100%;
}
#Main section.product div.items{
	width: 100%;
	/*float: left;*/
}

#Main section.product div.items div.title{
	height: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 0 15px;
	background: #000;
	padding-top:35%;
}
#Main section.product div.items div.title2{
	height: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 0 15px;
	background: #000;
	padding-top:50%;
}
#Main section.product div.items div.title a{
	height: 100%;
	display: block;
}
#Main section.product div.items div.title p{
	position: relative;
}
#Main section.product div.items div.title p.bg{
	width: 102%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

#Main section.product #glasscoating div.title p.bg{
	background: url(images/top02.jpg) no-repeat 100% 50%;
	background-size:cover;
}

#Main section.product #pro div.title p.bg{
	background: url(images/top04.jpg) no-repeat 100% 35%;
	background-size:cover;
}

#Main section.product #user div.title p.bg{
	background: url(images/top06.jpg) no-repeat 100%;
	background-size:cover;
}

	#Main section.product div.items div.title a p.bg{
		-webkit-transition: all 0.6s;
		        transition: all 0.6s;
	}
	#Main section.product div.items div.title a:hover p.bg{
		opacity: 0.6;
		-webkit-transform: scale(1.03);
		   -moz-transform: scale(1.03);
		    -ms-transform: scale(1.03);
		     -o-transform: scale(1.03);
		        transform: scale(1.03);
	}

.video1 {
width:100%;
}

#video-container {
	width: 100%;
	/*height: 365px;*/
	position: relative;
    z-index: -100;
}

#video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -o-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(0,0,0)),
		color-stop(1, rgb(0,0,0))
	);
}

#video-container:hover #video-controls {
	opacity: .9;
}

button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

button:hover {
	cursor: pointer;
}

#seek-bar {
	width: 60%;
}

#volume-bar {
	width: 5%;
}



.video-tg {
width:100%;
margin:0;
padding:5px 0;
font-size:11px;
text-align:right;
}
.video-tg a {
color:#333;
text-decoration:none;
}






.contents {
width:800px;
margin:0 auto;
padding:0;
letter-spacing:1px;
}

.contents_1 {
float:right;
width:50%;
margin:0;
padding:0 0 3%;
text-align:left;
}
.contents_1>img {
width:50%;
}

.contents_2 {
float:left;
width:50%;
margin:0;
padding:0;
text-align:center;
}

.contents_2 img {
width:70%;
}


.contents_3 {
float:right;
width:50%;
margin:0;
padding:0 0 5%;
}

.contents_4 {
float:left;
width:40%;
margin:0;
padding:0;
text-align:center;
}
.contents_4 img {
width:70%;
}


.contents_5 {
float:left;
width:60%;
margin:0;
padding:0;
text-align:center;
}
.contents_5 img {
width:80%;
}



.contents1_1 {
float:right;
width:100%;
margin:0;
padding:0;
text-align:right;
}
.contents1_1>img {
width:70%;
}


.contents1_2 {
float:left;
width:100%;
margin:0;
padding:0;
text-align:left;
}

.contents1_2 img {
width:90%;
}

.contents1_3 {
float:left;
width:40%;
margin:0;
padding:2% 0;
text-align:center;
}

.contents1_3 img {
width:50%;
}

.contents1_4 {
float:left;
width:57%;
margin:0;
padding:3% 0 0 3%;
text-align:left;
}
.contents1_4 img {
width:100%;
}

.contents1_5 {
float:left;
width:40%;
margin:0;
padding:0;
text-align:left;
}

.contents1_5 img {
width:100%;
}

.contents1_6 {
float:left;
width:57%;
margin:0;
padding:1% 0 0 3%;
text-align:left;
}
.contents1_6 img {
width:85%;
}

.contents1_7 {
float:left;
width:100%;
margin:0;
padding:2% 0;
text-align:left;
}

.contents1_7 img {
width:90%;
}

.contents1_8 {
float:center;
width:90%;
margin:0;
padding:0;
text-align:left;
}
.contents1_8 img {
width:70%;
}



.contents2_1 {
float:right;
width:100%;
margin:0;
padding:0;
text-align:right;
}
.contents2_1>img {
width:70%;
}


.contents2_2 {
float:left;
width:55%;
margin:0;
padding:0 0 2%;
text-align:left;
}

.contents2_2 img {
width:98%;
}

.contents2_3 {
float:left;
width:45%;
margin:0;
padding:10% 0 0;
text-align:left;
}

.contents2_3 img {
width:50%;
}

.contents2_4 {
float:left;
width:45%;
margin:0;
padding:0;
text-align:left;
}
.contents2_4 img {
width:100%;
}

.contents2_5 {
float:left;
width:40%;
margin:0;
padding:0;
text-align:left;
}

.contents2_5 img {
width:100%;
}

.contents2_6 {
float:left;
width:57%;
margin:0;
padding:1% 0 0 3%;
text-align:left;
}
.contents2_6 img {
width:85%;
}

.contents2_7 {
float:left;
width:100%;
margin:0;
padding:2% 0;
text-align:left;
}

.contents2_7 img {
width:90%;
}

.contents2_8 {
float:center;
width:90%;
margin:0;
padding:0;
text-align:left;
}
.contents2_8 img {
width:70%;
}



.contents3_1 {
float:right;
width:50%;
margin:0;
padding:0 0 3%;
text-align:left;
}
.contents3_1>img {
width:100%;
}

.contents3_2 {
float:left;
width:50%;
margin:0;
padding:0;
text-align:center;
}

.contents3_2 img {
width:60%;
}


.contents3_3 {
float:right;
width:50%;
margin:0;
padding:0 0 5%;
}

.contents3_4 {
float:right;
width:50%;
margin:0 0 2%;
padding:0;
text-align:left;
}
.contents3_4 img {
width:80%;
}


.contents3_5 {
float:right;
width:50%;
margin:0;
padding:0;
text-align:left;
}
.contents3_5 img {
width:80%;
}



/*-------------------------------------
product
---------------------------------------*/

.products {
width:50%;
float:left;
overflow:hidden;
margin:10px 0 20px;
}

.products img,.products_full img,.products_3 img {
width:100%;
}

.products_full {
width:100%;
float:left;
overflow:hidden;
margin:10px 0 20px;
}

.items_first {
width:95%;
margin:0 auto;
padding:0;
}

.items_first p {
text-align:center;
font-size:13px;
line-height:1.5;
letter-spacing:1px;
}

.iframe {
color:#333;
text-decoration:none;
}

.iframe:visited {
color:#333;
}




.products_3 {
  width:50%;
  float:left;
  margin:0;
  padding:0;
}










/*glasscoating*/

.glass_coating {
line-height:0;
}
.glass_coating2 {
background:url(images/glasscoating_bg1.jpg) 100% 50% repeat-y;
background-size: 100%;
padding:0 0 50px;
}
.glass_coating2 h3 {
overflow:hidden;
}
.glass_coating2 h3>span {
height:35px;
line-height:35px;
float:left;
display:inline-block;
font-size:18px;
}

.glass_coating2 h3>img {
float:left;
height:30px;
width:30px;
}

.glass_coating2-1>div {
line-height:1.3;
width:80%;
padding:0;
margin:0 10%;
}

.glass_coating2-1>div p {
padding:10px 0 20px 30px;
font-size:12px;
line-height:2;
}


.glass_coating3 {
width:80%;
margin:20px auto;
padding:0;
overflow:hidden;
}
.glass_coating3 p {
width:100%;
font-size:12px;
line-height:1.5;
color:#333;
}

.glass_coating3 p span {
	font-weight: bold;
}


a.kit {
display:none;
}


a.kit_smp {
text-decoration:none;
color:#333;
}

a.kit_smp:visit {
color:#333;
}

.kit_smp2 {
background:url(images/kt_bg.jpg) repeat-y;
margin:20px 0 0;
padding:0 0 20px;
overflow:hidden;
}

.kit_smp2>p {
font-size:12px;
line-height:1.8;
letter-spacing:1px;
padding:20px;
}


.glass_coatingvideo {
width:70%;
margin:0 auto 20px;
padding:0;
overflow:hidden;
}



/*company*/


.company {
	width: 100%;
	margin:40px auto;
	padding: 0;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.5;
}

.company dl {
	width: 98%;
	margin: 0;
	padding: 0;
padding-left:2%;
}

.company dl h2,.company3 h2 {
	font-size: 30px;
	padding-bottom: 40px;
	font-weight: normal;
}

.company dl dt {
width:100%;
}

.company dl dd {
text-align:left;
padding-left:2%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
}

.company2 {
	width: 100%;
}

.company3 {
	margin: 40px auto;
overflow:hidden;
}

.company3 div {
	width: 98%;
	padding:0 1%;
	float: left;
	text-align: center;
	
}
.company3 div p:nth-of-type(1) {
	font-weight: bold;
}


/*shoplist*/


.shoplist1 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	letter-spacing: 1px;
}

.shoplist1 p {
	width: 100%;
	text-align: center;
	padding: 60px 0 50px;
	line-height: 1.5;
}

.shoplist2 {
	background: url(images/shoplist_bg.jpg) repeat-y;
	background-size: 100%;
	overflow: hidden;
	margin: 0 0 60px;
	padding:0 2% 1%;
}

.shoplist2 div {
	float: left;
	width: 23%;
	margin: 1% 1% 0 1%;
	background-color: #FFF;
}

.shoplist2 div a {
	display: block;
	width: 100%;
	padding: 5% 0;
	text-decoration: none;
	text-align: center;
	color: #333;
	font-size: 14px;
}


.shoplist2 div a:visit {
	#333;
}

.shoplist1 h3 {
	margin: 0 0 3%;
	padding: 1% 0 1% 2%;
	border-bottom: 3px solid #333;
	font-size: 18px;
	color: #333;
}

.shoplist1 dl {
	min-height: 80px;
}
.shoplist1 dl dt {
width:100%;
	padding-left: 2%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.shoplist1 dl dd {
padding-left:2%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
	border-bottom: 1px solid #CCC;
	font-size: 15px;
	line-height: 1.5;
}
.shoplist1 p:nth-of-type(2){
	width: 100%;
	text-align: right;
	font-size: 15px;
}





/*concept*/

.concept {
width:98%;
margin:20px auto;
padding:0;
	overflow: hidden;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 1px;
}

.concept>p:nth-of-type(1) {
	font-size: 28px;
	padding-bottom: 30px;
}

.concept p:nth-of-type(2) {
	padding-bottom: 30px;
}

.concept>div {
	width: 100%;
}

.concept h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.concept h3 span {
    font-style: italic;
    font-size: 40px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.concept div p {
    font-size: 13px;
    margin-right: 20px;
}
.concept dl {
    font-size: 13px;
    margin:20px 0 40px 0px;
    margin-bottom: 40px;
    overflow: hidden;
}

.concept dl dt {
}

.concept dl dd {
}

div.concept2 {
}
div.concept2 h3,div.concept2 p {
}

    
    
/*contact*/

.contact {
width:100%;
margin:30px auto;
padding:0;
    text-align: center;
	overflow: hidden;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 1px;
}

.contact2{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
	background-color:#E2E2E2;
    margin-bottom: 15px;
    text-align: left;
    letter-spacing: 0;
}

.contact2 p.contact3 {
    font-size: 11px;
    width: 100%;
    text-align: right;
    padding-top: 40px;
}

#formWrap {
	width:90%;
	margin:0 auto;
	color:#555;
	line-height:120%;
}
table.formTable{
	width:100%;
	margin:0 auto 20px;
	background-color:#FFFFFF;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid #BFBFBF;
	padding:10px 10px 10px 20px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
}


table.formTable2{
	width:100%;
	margin:0;
	background-color:#FFFFFF;
	border-collapse:collapse;
}

table.formTable2 td,table.formTable2 th{
	border:0px solid #FFFFFF;
	padding:10px 10px 10px 20px;
}

table.formTable2 td input{
margin-left:30px;
}

.text4 {
color:#CC0001;
}

.button1 {
    background-color: #FFF;
    padding: 20px;
    margin: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    widows: 20%;
}

.formTable input {
    width: 97%;
}
textarea {
    width: 97%;
}
.formTable2 input {
    width: 73%;
}



.member {
width:100%;
margin:30px auto;
padding:0;
    text-align: center;
	overflow: hidden;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 1px;
}

.member1 {
    width: 90%;
    margin: 0 auto;
    padding:0 0 50px;
    text-align: center;
	line-height: 2;
	letter-spacing: 1px;
}