@charset "UTF-8";

/* 基本設定
----------------------------------- */

html, body {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

table {
	font-size: 14px; font-size: 1.4rem;
	line-height: 24px; line-height: 2.4rem;
	letter-spacing: 1px; etter-spacing: 0.1rem;
	color: #000000;
}

*::selection {background: #FC3929; color: #fff;}
*::-moz-selection {background: #FC3929; color: #fff;}

h1, h2, h3 {
	display: inline;
	clear: both;
	font-family: 'futura-pt','Futura-Medium' sans-serif;
}

h1,h2 {
	font-size: 15px; font-size: 1.5rem;
}

span {
	display: inline-block;
}

p {
	font-size: 14px; font-size: 1.4rem;
	line-height: 24px; line-height: 2.4rem;
	letter-spacing: 1px; etter-spacing: 0.1rem;
	color: #000000;
}

p a:link { text-decoration: none;  color: #000;}
p a:link { text-decoration: none; border-bottom: 1px solid #000; color: #000;}
p a:visited { text-decoration: none; color: #000;}
p a:active { text-decoration: none; color: #cccccc;}
p a:hover { text-decoration: none;  color: #7E7E7E;}
p a:hover { text-decoration: none; border-bottom: 1px solid #FC3929; color: #FC3929;}

header nav a:link { text-decoration: none; color: #000;}
header nav a:visited { text-decoration: none; color: #000;}
header nav a:active { text-decoration: none; color: #cccccc;}
header nav a:hover { text-decoration: none; color: #FC3929;}

footer nav a:link { text-decoration: none; color: #fff;}
footer nav a:visited { text-decoration: none; color: #fff;}
footer nav a:active { text-decoration: none; color: #cccccc;}
footer nav a:hover { text-decoration: none; color: #FC3929;}

a.hover_img{ background-color:#fff; }
a.hover_img { transition:all 0.1s ease; z-index: 100; }
a:hover.hover_img { opacity: 0.5; filter: alpha(opacity=50); }

a:link { text-decoration: none;  color: #000;}
a:visited { text-decoration: none; color: #000;}
a:active { text-decoration: none; color: #cccccc;}
a:hover { text-decoration: none;  color: #7E7E7E;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.shadow {
/* border-radius */
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

/* box-shadow */
box-shadow:rgba(163, 163, 163, 0.168627) 3px 3px 10px 2px;
-webkit-box-shadow:rgba(163, 163, 163, 0.168627) 3px 3px 10px 2px;
-moz-box-shadow:rgba(163, 163, 163, 0.168627) 3px 3px 10px 2px;
}

.shadow:hover {
	box-shadow: none;
}

img, object, embed, video {
	max-width: 100%;
}

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

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

#wrapper {
	width: 100%;
	height:auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

/* Mobile Layout: 480px and below. */
  
.frame {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

.sp{ display: inline;}
.pc{ display: none;}

/* ~~ ヘッダー ~~ */

header {
	width: 100%;
	top: 0;
	margin: 20px 0;
	position: relative;
}

.header_logo {
	width: 90px;
	margin: 0 auto;
	z-index: 100;
}

header nav {
	position: relative;
	display: block;
	text-align: center;
}
 
header nav ul {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
}

header nav ul li {
	text-align: center;
	margin: 10px 3px 0 3px;
	padding: 10px 3px 0 3px;
	position: relative;
	font-size: 1.3rem; font-size: 1.3rem;
	font-family: 'futura-pt','Futura-Medium' sans-serif;
}

.about header .nav_about {	border-bottom: 4px solid #000;}
.news header .nav_news {	border-bottom: 4px solid #000;}
.products header .nav_products { border-bottom: 4px solid #000;}
.blog header .nav_blog { border-bottom: 4px solid #000;}
.contact header .nav_contact {	border-bottom: 4px solid #000;}

.about footer .nav_about {	border-bottom: 4px solid #fff;}
.news footer .nav_news {	border-bottom: 4px solid #fff;}
.products footer .nav_products { border-bottom: 4px solid #fff;}
.blog footer .nav_blog { border-bottom: 4px solid #fff;}
.contact footer .nav_contact {	border-bottom: 4px solid #fff;}

/* ~~ コンテンツ ~~ */

article {
	width: 100%;
	margin-top: 50px;
	padding-bottom: 400px;
	display: block;
}

section {
	margin-bottom: 50px;
}

.sec_title {
	border-bottom: 1px solid #000000;
	display: block;
	margin-top: 0;
}

.title {
	display: block;
	text-align: center;
	font-size: 30px; font-size: 3rem;
	font-family: 'futura-pt','Futura-Medium' sans-serif;
	font-weight: lighter;
	letter-spacing: 1px; letter-spacing: 0.1rem;
	line-height: 20px; line-height: 2rem;
	margin-bottom: 30px;
	
}

.cat_title {
	font-size: 20px; font-size: 2rem;
	font-weight: normal;
	margin: 50px 0;
	display: block;
	border-bottom: 1px solid #000000;
	text-align: right;
}

.center {
	position: relative;
	overflow: hidden;
}

.left_30 { float: none; width: 100%; position: relative; margin-bottom: 0px;}
.left_40 { float: none; width: 100%; position: relative; margin-bottom: 0px;}
.left_50 { float: none; width: 100%; position: relative; margin-bottom: 0px;}
.left_60 { float: none; width: 100%;  position: relative; margin-bottom: 0px;}
.left_70 { float: none; width: 100%;  position: relative; margin-bottom: 0px;}
.right_30 { float: none; width: 100%; position: relative; margin-bottom: 0px;}
.right_40 { float: none; width: 100%; position: relative; margin-bottom: 0px;}
.right_50 { float: none; width: 100%; position: relative; margin-bottom: 0px;}
.right_60 { float: none; width: 100%; position: relative; margin-bottom: 0px;}
.right_70 { float: none; width: 100%; position: relative; margin-bottom: 0px;}
.both_70 { float: none; width: 100%; position: relative; margin-bottom: 0px;}
.both_100 { float: none; width: 100%; position: relative; margin-bottom: 0px;}
.i_block { display: inline-block;}

.tsuzuki{
	font-size: 13px; font-size: 1.3rem;
	text-align: right;
	float: right;
	font-weight: bold;
	border-bottom: 4px solid #000000;
}

.cover {
    display: inline-block;
    margin-top: 0;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 280px;
    background-size: cover;
}

.wide_image {
	width: 100%;
	position: relative;
}

.wide_image_title {
	position: relative;
	float: right;
	margin-right: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
 	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60%;
}

.image_tile img {
	float: left;
	width: 20%;
}
	

/* ~~アバウト ~~ */

.concept {
	text-align: center;
}

.concept h1{
	font-size: 20px; font-size: 2rem;
	display: block;
	margin: 100px 0 100px;
}

.profile {
	margin-top: 100px;
}

.profile h2 {
	border-bottom: 1px solid #000000;
	display: block;
	margin-top: 0;
	font-size: 15px; font-size: 1.5rem;
}
.profile dl {
	width: 95%;
	margin-left: 5%;
	display: inline-block;
	margin-top: 0;
}

.profile dt {
	float: left;
	clear: both;
	width: 15%;
	font-size: 13px; font-size: 1.3rem;
	line-height: 25px; line-height: 2.5rem;
	white-space: nowrap;
}

.profile dd {
	float: left;
	width: 80%;
	margin-left: 3%;
	font-size: 13px; font-size: 1.3rem;
	line-height: 25px; line-height: 2.5rem;
}

/* ~~ニュース&ブログ ~~ */

.kiji_section {
	margin-bottom: 50px;
	display: inline-block;
}

.blog_title {
	font-size: 25px; font-size: 2.5rem;
	font-weight: normal;
}

.day {
	margin-bottom: 0;
}


/* ~~ニュース ~~ */

.category-news section  {
	display: inline-block;
	margin-bottom: 60px;
	border-bottom: 1px dotted #7E7E7E;
}

.category-news section:first-child  {
	margin-top: 0;
}

.category-news section:last-child  {
	border-bottom: none;
}
.category-news .day {
	margin-bottom: 7px;
}

/* ~~ブログ ~~ */

.category-blog section  {
	display: inline-block;
	border-bottom: 1px dotted #7E7E7E;
}

.category-blog section:first-child  {
	margin-top: 0;
}

.category-blog section:last-child  {
	border-bottom: none;
}

#category-blog p {
	margin-bottom: 10px;
}

 
/* ~~ プロダクト ~~ */
 
 .gallery {
	width: 100%;
	display: inline-block;
	margin-bottom: 100px;
}

 .gallery .big img{
	width: 99%;
	margin: 0 0.5%;
}

.gallery ul {
	width: 100%;
	margin-top:10px;
	clear:both;
}

.gallery ul li {
	width: 24%;
	margin: 0 0.5%;
	float: right;

}

.gallery ul li:first-child {
	margin-right: 0.5%;
}

.gallery ul li:last-child {
	margin-left: 0.5%;
}

.gallery ul li img {
	width: 100%;
	cursor:pointer;
}

.products section h1 {
	display: block;
	margin: 20px 0;
	float: none;
	border-bottom: 1px solid #000000;
}

.products .concept h1{
	font-size: 20px; font-size: 2rem;
	display: block;
	margin: 100px 0 100px;
	border: none;
	border: none;
}
	

.products section h2 {
	display: block;
	margin: 20px 0 0 0;
}

#taiou {
	height: 100%;
	float: left;
 	position: relative;
 	left: 50%;
}

#taiou figure {
	height: 100%;
	position: relative;
 	left: -50%;
 	float: left;
	margin: 0 20px;
	text-align: center;
}

#taiou figure figcaption p {
	font-size: 1rem;
}

#taiou figure img {
	height: 25%;
}

.spec {
	 width: 100%;
	 margin: 0 auto;
	 text-align: center;
}

.spec dl {
	border: 1px solid #333;
	border-top: none;
	width: 100%;
	font-size: 10px; font-size: 1rem;
}

.spec dt {
	border-top: 1px solid #333;
	float: left;
	width: 30%;
	line-height: 30px;
}

.spec dd {
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
	margin-left: 30%;
	 line-height: 30px;
}

/* ~~ プロダクト/各ページ ~~ */

.products .list li {
	 margin-bottom: 15%;
 }
 
 .quad {
	 text-align: center;
	 display: inline-block;
	 margin: 0 auto 80px;
 }
 
 .quad_back {
	 margin: 0 auto;
	 width: 60%;
	 margin-bottom: 20px;
 }
 
 .quad img {
	 width: 20%;
	 margin: 0 1%;
 }
 
  .quad img:first-child {
	 margin-right: 1%;
 }
 
   .quad img:last-child {
	 margin-left: 1%;
 }

 

.katei section {
	margin-bottom: 50px;
}

.katei img {
	margin-bottom: 20px;
}

.katei h1 {
	border-bottom: 1px solid #000000;
	display: block;
	margin-top: 0;
}

.katei h2 {
	border-bottom: 1px solid #000000;
	display: block;
	font-size: 13px; font-size: 1.3rem;
	margin-top: 0;
}

 .manufacturer {
	 text-align: center;
	 margin-top: 50px;
}

 .manufacturer p {
	 	margin-top: 50px;
}

 .manufacturer h2 {
	 font-size: 1.5rem;
	 display: block;
	 margin-top: -10px;
}

 .manufacturer dd {
}


/* ~~SNS ~~ */

.sns {
	text-align: center;
	overflow: hidden;
}

.sns .text {
	font-size: 25px; font-size: 2.5rem;
	margin-bottom: 20px;
	font-family: 'futura-pt','Futura-Medium' sans-serif;
	border-bottom:1px solid #000000;
}
	
.social_btn { 
	overflow: hidden;
	margin: 0 auto 80px auto;
	list-style: none;
	display: table;
}

.social_btn li {
	float: left;
	margin: 0 20px 20px 0;
	display: table-cell;
}

.social_btn iframe {
	margin: 0 !important;
}

/* ~~サイドバー ~~ */

.sidebar {
	margin-top: 50px;
	width: 100%;
}

.sidebar li {
	color: #000000;
	font-size: 13px; font-size: 1.3rem;
	margin-top: 10px;
}

.sidebar h2{
	font-size: 13px; font-size: 1.3rem;
	font-weight: normal;
}

/* ~~ フッター ~~ */
footer {
	width: 100%;
	height: 360px;
	position:absolute;
	bottom: 0;
	background-color: #000;
	color: #FFFFFF;
}

footer nav {
	position: relative;
	display: block;
	text-align: center;
}
 
footer nav ul {
	margin: 0;
	padding: 0;
	position: relative;
	display: inline-block;
}

footer nav ul li {
	text-align: center;
	margin: 10px 3px 0 3px;
	padding: 10px 3px 0 3px;
	position: relative;
	font-size: 13px; font-size: 1.3rem;
	font-family: 'futura-pt','Futura-Medium' sans-serif;
	color: #FFFFFF;
}

.footer_logo {
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: center
}

.footer_logo img {
	width: 20%;
	margin-bottom: 10px;
}

small {
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

h1,h2 {
	font-size: 18px; font-size: 1.8rem;
}

.frame {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
/* ~~ ヘッダー ~~ */

header {
	width: 100%;
	height: 100px;
	top: 0;
	margin-top: 20px;
	position: relative;
	display: block;
	
}

.header_logo {
	width: 90px;
	margin: 0 auto;
	z-index: 100;
}

header nav {
	position: relative;
	text-align: center;
}
 
header nav ul {
	margin: 30px 0 0 0;
	padding: 0;
	position: relative;
	display: inline-block;
}

header nav ul li {
	float: left;
	text-align: center;
	margin: 10px 3px 0 3px;
	padding: 10px 3px 0 3px;
	position: relative;
	font-size: 13px; font-size: 1.3rem;
	font-family: 'futura-pt','Futura-Medium' sans-serif;
}

header nav ul li {
	margin: 0 4px 0 4px;
	padding: 0 4px 0 4px;
	font-size: 13px; font-size: 1.3rem;
}

/* ~~ コンテンツ ~~ */

article {
	padding-top: 30px;
}

.cover {
    height: 400px;
}

.concept h1{
	margin: 150px 0 150px;
}

/* ~~ アバウト ~~ */

.profile .left_50 { float: left; width: 48%; padding-right: 2%; margin-bottom: 50px;}
.profile .right_40 { float: right; width: 38%; padding-left: 2%; margin-bottom: 50px;}


/* ~~ ニュース/ブログ ~~ */

.kiji_section {
	margin-bottom: 100px;
}

/* ~~ プロダクト ~~ */

.title {
	font-size: 60px; font-size: 6rem;
	font-weight: normal;
	margin-bottom: 100px;
}

.products .concept h1{
	margin: 150px 0 150px;
}

.social_btn { 
	margin: 20px auto 100px auto;
}

.social_btn li {
	margin: 0 20px 0 0;
}

/* ~~ フッター ~~ */

footer {
	width: 100%;
	height: 210px;
}

.header_logo {
	width: 90px;
	margin: 0 auto;
	z-index: 100;
}

footer nav {
	position: relative;
	text-align: center;
}
 
footer nav ul {
	margin: 30px 0 0 0;
	padding: 0;
	position: relative;
	display: inline-block;
}

footer nav ul li {
	float: left;
	text-align: center;
	margin: 10px 3px 0 3px;
	padding: 10px 3px 0 3px;
	position: relative;
	font-size: 13px; font-size: 1.3rem;
	font-family: 'futura-pt','Futura-Medium' sans-serif;
}

footer nav ul li {
	margin: 0 4px 0 4px;
	padding: 0 4px 0 4px;
	font-size: 13px; font-size: 1.3rem;
}

.footer_logo img {
	width: 100px;
}

}

/* Desktop Layout: 1024px to a max of 1200px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1024px) {

h1,h2 {
	font-size: 20px; font-size: 2rem;
}

.frame {
	width: 85%;
	max-width: 1200px;
	padding-left: 0.75%;
	padding-right: 0.75%;
}

.sp{ display: none;}
.pc{ display: inline;}

/* ~~ ヘッダー ~~ */

.header_logo {
	width: 130px;
	position: absolute;
}

header nav {
}
 
header nav ul {
	float: right;
	margin: 50px 0 0 0;
	padding: 0;
	position: relative;
	left: 0;
}

header nav ul li {
	float: left;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	font-size: 20px; font-size: 2rem;
	position: relative;
 	left: 0;
	font-family: 'futura-pt','Futura-Medium' sans-serif;
}

header nav ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

/* ~~ コンテンツ ~~ */

article {
	padding: 0 0 300px 0;
}

.cover {
    height: 500px;
}

.left_30 { float: left; width: 28%; padding-right: 2%; margin-bottom: 50px;}
.left_40 { float: left; width: 38%; padding-right: 2%; margin-bottom: 50px;}
.left_50 { float: left; width: 48%; padding-right: 2%; margin-bottom: 50px;}
.left_60 { float: left; width: 58%; padding-right: 2%; margin-bottom: 50px;}
.left_70 { float: left; width: 68%; padding-right: 2%; margin-bottom: 50px;}
.right_30 { float: right; width: 28%; padding-left: 2%; margin-bottom: 50px;}
.right_40 { float: right; width: 38%; padding-left: 2%; margin-bottom: 50px;}
.right_50 { float: right; width: 48%; padding-left: 2%; margin-bottom: 50px;}
.right_60 { float: right; width: 58%; padding-left: 2%; margin-bottom: 50px;}
.right_70 { float: right; width: 68%; padding-left: 2%; margin-bottom: 50px;}
.both_70 { width: 70%; padding: 0 15%; }
.both_100 { margin-bottom: 50px;}

.title {
	font-size: 100px; font-size: 10rem;
	font-weight: normal;
	margin-bottom: 100px;
}

.cat_title {
	font-size: 70px; font-size: 7rem;
	font-weight: normal;
	margin: 0 0 100px 0;
	display: block;
}

/* ~~ ニュース ~~ */

.kiji_section {
	margin-bottom: 100px;
}

/* ~~ プロダクト ~~ */
 
.products section {
	  margin-bottom: 50px;
}

.products .concept h1{
	margin: 200px 0 200px;
}

.social_btn { 
	margin: 40px auto 120px auto;
}

.social_btn li {
	margin: 0 20px 0 0;
}



/* ~~サイドバー ~~ */

.sidebar {
	margin-top: 200px;
	width: 100%;
}

.sidebar ul {
}

.sidebar li {
	color: #000000;
	font-size: 10px; font-size: 1rem;
	margin-top: 10px;
}

.sidebar li a {
	border-bottom: 1px solid #000000;
}

.sidebar h2{
	font-size: 13px; font-size: 1.3rem;
	font-weight: normal;
	margin-top: -10px;
}

/* ~~ フッター ~~ */

footer nav {
}
 
footer nav ul {
	float: left;
	margin: 60px 0 0 0;
	padding: 0;
	position: relative;
	left: 0;
	color: #FFFFFF;
}

footer nav ul li {
	float: left;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	font-size: 20px; font-size: 2rem;
	position: relative;
 	left: 0;
	font-family: 'futura-pt','Futura-Medium' sans-serif;
}

footer nav ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.footer_logo {
	width: 120px;
	float: right;
}

.footer_logo img {
	width: 120px;
}

small {
	float: right;
	clear:both;
}

.wpcf7 {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	float: right;
}

.wpcf7 input, select, textarea {
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.wpcf7-form-control-wrap {
display: block;
width: 80%;
padding-bottom: 10px;
border-bottom: 1px dotted #ddd;
}
 
.wpcf7-textarea {
width: 96%;
}

