@charset "shift_jis";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* -------------------------------------------------------------- */

body{
	color: #fff;
	font: 12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	border-top: 5px solid #502124;
	border-bottom: 5px solid #502124;
	background-image: url(images/bg.jpg);
}

/* リンク設定
------------------------------------------------------------*/
a{color:#ffeddd;text-decoration:none;}
a:hover{opacity:.8;}
a:active, a:focus{outline:0;}

/* スライド設定
------------------------------------------------------------*/
.slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.slides {
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slide {
	height: 100%;
	float: left;
	clear: none;
}
.slider-arrows {}
.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	padding: 20px;
}

	.slider-arrow--right { bottom: 50%; right: 30px; }
	.slider-arrow--left { bottom: 50%; left: 30px; }


.slider-nav {
position: absolute;
bottom: 15px;
}

.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: #fff;
}

/* 全体
------------------------------------------------------------*/
#wrapper{
	margin: 20px auto;
	padding: 0 1%;
	width: 98%;
	position: relative;
	background-color: #000000;
	clear: both;
	overflow: auto;
}

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


/*************
/* ヘッダー
*************/
#header h1{
	width:230px;
	height:69px;
}

#header h1 img{
	width:230px;
	height:69px;
}

#header{
	overflow: hidden;
	clear: both;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


#header .inner p{
	float:right;
	color:#444;
	padding:20px 20px 0 0;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing:1px;
}

#header .inner p a{
	color:#FFFFFF;
}


* html #header{height:1%;}


/*************
/* ロゴ
*************/
#header .logo{
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.logo a{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	padding-left: 10px;
}

.logo span{
font-size:12px;
font-weight:normal;
}






.clearfix {zoom:1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  
}





#header h1{
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

h1 a{
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	padding-left: 10px;
}

h1 span{
font-size:12px;
font-weight:normal;
}
















.info{
float:right;
padding:20px 0;
}

.tel strong{
font-size:20px;
font-weight:bold;
}

/**************************
/* トップナビゲーション
**************************/
ul#topnav{
	clear: both;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
}

ul#topnav a{
font-size:12px;
display:block;
padding:5px 40px 10px 10px;
color:#fff;
border-left:3px solid #fff;
}

ul#topnav li:last-child a{width:auto;}

ul#topnav li.active a,ul#topnav a:hover{border-color:#502124;}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
clear:both;
line-height:0;
}

#mainBanner .inner{position:relative;}

#mainBanner img{
max-width:100%;
height:auto;
}
#mainBanner .copy1{
	max-width: 100%;
	height: auto;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 20px;
}
#mainBanner .copy2{
	max-width: 100%;
	height: auto;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 20px;
}
.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:10px;
padding:5px 10px;
line-height:1.4;
z-index:100;
color:#502124;
background:url(images/tp.png);
}

.subImg .slogan{
left:auto;
right:10px;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
}

.slogan h3{
font-size:14px;
}

#mainbody {
	background-color: #000000;
	height: auto;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding:20px 0;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}
.grid_w{
	float:right;
	width:340px;
	background-color:#FFFFFF;

}
.colDark,.colLight,.colLight_w{
padding-bottom:10px;
}

.grid h3{
	padding: 3px 0 3px 10px;
	font-size: 14px;
	border-left: 3px solid #7e1321;
	background-color: #000000;
}
.grid_w h3{
	padding: 3px 0 3px 10px;
	font-size: 14px;
	border-left: 3px solid #7e1321;
	background-color: #000000;
}

.colDark h3{
border-left:3px solid #502124;
}

.grid p{
padding:5px 10px;
}
.grid_w p{
padding:5px 10px;
}
.grid ul{margin:5px 10px;}
.grid_w ul{margin:5px 10px;}

#sub .grid ul{
	margin-bottom: 20px;
	background-color: #000000;
}

.grid li{
padding:5px 0;
list-style:inside;
border-top:1px solid rgba(0,0,0,1);
border-bottom:1px solid rgba(255,255,255,.1);
}
.grid_w li{
padding:5px 0;
list-style:inside;
border-top:1px solid rgba(0,0,0,1);
border-bottom:1px solid rgba(255,255,255,.1);
}
.grid li:first-child{border-top:0;}
.grid li:last-child{
	border-bottom: 0;
	background-color: #000000;
}

.gridWrapper img{
max-width:100%;
height:auto;
}

/* フッター内のグリッド(3カラム) */
#footer .grid{
background:transparent;
}

#footer .col3 ul{margin:0 0 10px 5px;}

#footer .col3 li{
padding:0 7px 0 5px;
margin-bottom:3px;
list-style:none;
border-bottom:0;
display:inline-block;
border:0;
}


.fbWrap{
	text-align:center;}

.fb-page{
	
	
}


/*************
メイン コンテンツ
*************/
section.content{
	margin-bottom: 20px;
	font-size: 14px;
	overflow: hidden;
	background-color: #000000;
}

* html section.content{height:1%;}

section.content article{
padding:10px;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

#main h3.heading{
padding:3px 0 3px 10px;
font-size:14px;
border-left:3px solid #7e1321;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 1px;
}

.alignright{
float:right;
clear:right;
margin:3px 1px 10px 10px;
}

img.frame,#gallery img{
border:3px solid #502124;
}

#gallery .gridWrapper{padding:0;}
#gallery .grid{border:0;background:none;}

#gallery img{
margin:5px;
}

section#gallery{overflow:visible;}

.message{
	font-size: 14px;
	line-height: 40px;
}
.message_c{
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	border-bottom: 2px dotted #FFFFFF;
	margin-top: 20px;
}
.message_t{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.ptitle{
	font-size: 24px;
	font-weight: bold;
	color: #A61417;
	clear: both;
	width: 97%;
	padding: 10px;
	float: none;
	border-bottom: 2px solid #980C0F;
	margin-bottom: 15px;
	background-image: url(images/titlebg.jpg);
	background-repeat: repeat;
}
/*************
テーブル
*************/
table.table{
	border-collapse: collapse;
	width: 97%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #7e1321;
}

table.table th{
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#000;
}


/*************
/* フッター
*************/
#footer{
	color: #ccc;
	clear: both;
}

#footer .copyright{font-size:11px;}
#blk{
	background-color: #000000;
	clear: both;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	}
	
	



#productPistola{
	width:100%;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap; 
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	margin-bottom:40px;
}


#productPistola p{
	width:430px;
	font-size:10px;
	line-height:18px;
}

#productPistola span{
	display:block;
	width:230px;
}

#productPistola span img{
	width:100%;
	height:auto;
}











/* PC用 */
@media only screen and (min-width:960px){
	
	.fb-page{
	width:455px;
	height:240px;
}
	
	#wrapper,.inner,ul#topnav{
	width: 940px;
	padding: 0;
	background-color: #000000;
		clear: both;
}
	
	#wrapper{
	background-color: #000000;
	clear: both;
	width:920px;
	padding:10px;
	overflow:hidden;
}



#wrapper dl{
	width:540px;
	margin-right:10px;
	float:right;
	padding-top:10px;
}

#wrapper dl dt{
	padding: 3px 0 3px 10px;
	font-size: 14px;
	border-left:3px solid #502124;
	background-color: #000000;
	color:#FFF;
	letter-spacing:1px;
	margin-bottom:10px;
	border-bottom:#111 1px solid;
	padding-bottom:15px;
	padding-top:10px;
}

#wrapper dl dd{
	font-size: 12px;
	letter-spacing:1px;
	line-height:20px;
	padding-top:10px;
	margin-bottom:15px;
	border-bottom:#111 1px solid;
	padding-bottom:15px;
}

#wrapper dl dd p{
float:left;
width:440px;
}

#wrapper dl dd span{
float:right;
width:80px;
height:60px;
display:block;
}

#wrapper dl dd span img{
width:80px;
height:60px;
}




#wrapper #fbWrapPc{
	width:340px;
	float:left;
}

#wrapper #fbWrapSmp{
	display:none;
}
	
	#main{
	float: right;
	width: 690px;
	background-color: #000000;
	}
	
	#subpage #sub{
	float:left;
	width:235px;
	overflow:hidden;
	}
	
	/* グリッド */
	.grid{
	width: 230px;
	background-color: #000000;
}
	.grid_w{
	width: 460px;
	background-color: #000000;
}
	.col2{width:469px;padding-bottom:12px;}
	.col3{width:704px;}
	#gallery .grid{width:230px;}
	#subpage #sub .grid{
	width:100%;
	float:none;
	padding-bottom:30px;
	}




#wrapper .colorVali{
	width:650px;
	margin-right:-10px;
}


#wrapper .colorVali dl{
	width:120px;
	margin-right:10px;
	margin-bottom:30px;
	float:left;
}

#wrapper .colorVali dl dt{
	width:118px;
	border:#282828 1px solid;
	padding:0;
	margin:0 0 9px 0;
}

#wrapper .colorVali dl dt img{
	width:118px;
	height:118px;
}

#wrapper .colorVali dl dd{
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}



	
}


/* モニター幅960px以下 */
@media only screen and (max-width:960px){
	

	
	#header h1,#header .logo{padding-left:10px;}
	#header .info{padding-right:10px;}
	
	ul#topnav{
	clear:both;
	width:100%;
	border-top:1px solid #7e1321;
	}

	ul#topnav li{
	width:33%;
	border-right:1px solid #7e1321;
	border-bottom:1px solid #7e1321;
	box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav a{
	width:100%;
	border:0;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}
	
	ul#topnav li.active a,ul#topnav a:hover{background:#000;}
	
	#mainBanner{width:100%;}

	.grid{
	width:50%;
	margin:2px 0;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}
	
	.col2{
	float:none;
	width:100%;
	margin:0 0 20px;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	#gallery .grid{
	width:31%;
	margin:0 1%;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	}
	
	section.content{padding:0 10px;}
	
	section.content img{
  max-width:90%;
	height:auto;
	}
	
	#sub .grid{padding-bottom:20px;}
	
	#footer{padding:0;}
	
	#footer .grid{
	float:none;
	width:100%;
	margin-bottom:5px;
	text-align:center;
	}
	
	
	#wrapper .colorVali{
	width:650px;
	margin-right:-10px;
}


#wrapper .colorVali dl{
	width:120px;
	margin-right:10px;
	margin-bottom:30px;
	float:left;
}

#wrapper .colorVali dl dt{
	width:118px;
	border:#282828 1px solid;
	padding:0;
	margin:0 0 9px 0;
}

#wrapper .colorVali dl dt img{
	width:118px;
	height:118px;
}

#wrapper .colorVali dl dd{
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

	
	
	
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	
	
	#header h1{
	width:115px;
	height:auto;
}

#header h1 img{
	width:115px;
	height:auto;
}
	
	
	.grid{width:100%;}
	
	.grid img{
	float:none;
	margin:20px auto 10px;
	}
	
	.grid p{text-align:left;}
	
	img.frame,#gallery img{border-width:2px;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#footer .grid p{text-align:center;}
	



#wrapper{
	padding:0 10px;
}

#wrapper dl{
	width:auto;
	margin-right:10px;
	float:none;
	padding-top:10px;
	margin-bottom:20px;
}

#wrapper dl dt{
	padding: 3px 0 3px 10px;
	font-size: 14px;
	border-left:3px solid #502124;
	background-color: #000000;
	color:#FFF;
}

#wrapper dl dd{
	font-size: 12px;
	letter-spacing:1px;
	line-height:20px;
	padding-top:10px;
}

#wrapper dl dd p{
float:left;
width:75%;
}

#wrapper dl dd span{
float:right;
width:20%;
height:auto;
display:block;
}

#wrapper dl dd span img{
width:100%;
height:auto;
}



#wrapper #fbWrapSmp{
	display:block;
	width:auto;
	float:none;
	text-align:center;
}

#wrapper #fbWrapPc{
	display:none;
}















#wrapper .colorVali{
	width:100%;
	margin-right:-5px;
	text-align:center;
}


#wrapper .colorVali dl{
	width:120px;
	margin-right:5px;
	margin-bottom:30px;
	display:inline-block;
	float:none;
}

#wrapper .colorVali dl dt{
	width:118px;
	border:#282828 1px solid;
	padding:0;
	margin:0 0 9px 0;
}

#wrapper .colorVali dl dt img{
	width:118px;
	height:118px;
}

#wrapper .colorVali dl dd{
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}




}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#header .logo{padding-top:10px;}
  .info{padding:10px 0;}
	ul#topnav li{width:50%;}
	
	#wrapper #fbWrapPc{
	display:none;
}

	ul#topnav li:nth-child(3n){
	border-right:1px solid #7e1321;
	width:50%;
	}	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
	
	#mainBanner h2,#mainBanner h3{font-size:80%;}
	
#wrapper .colorVali{
	width:100%;
	margin-right:-5px;
	text-align:center;
}


#wrapper .colorVali dl{
	width:120px;
	margin-right:5px;
	margin-bottom:30px;
	display:inline-block;
	text-align:center;
}

#wrapper .colorVali dl dt{
	width:118px;
	border:#282828 1px solid;
	padding:0;
	margin:0 0 9px 0;
}

#wrapper .colorVali dl dt img{
	width:118px;
	height:118px;
}

#wrapper .colorVali dl dd{
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
}
