@charset "UTF-8";
/*
Theme Name: original
Author: original
Description: original theme.
Version: 1.0
*/

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 非表示設定 */
@media all and (min-width: 768px){/* 768以上の時非表示 */
.pcnone{display: none}
}
@media all and (max-width: 767px){/* 767以下の時非表示 */
.spnone{display: none}
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ BOX */
/* SP 767以下 */
@media(max-width:767px){
.container{
	max-width: 100%;
	margin: 0 auto;
	padding: 0 30px 0 30px;
	overflow: hidden;
}
}

		/* PC 768以上 */
		@media(min-width:768px){
		.container{
			max-width: 960px;
			margin: 0 auto;
			padding: 0 10px 0 10px;
			overflow: hidden;
		}
		}
		
/* SP 767以下 */
@media(max-width:767px){
.contents{
	padding: 30px 0 30px 0;
}
}

		/* PC 768以上 */
		@media(min-width:768px){
		.contents{
			padding: 30px 0 30px 0;
		}
		}

/* SP 767以下 */
@media(max-width:767px){
.blogcontents{
	max-width: 100% ;
}
}

		/* PC 768以上 */
		@media(min-width:768px){
		.blogcontents{
			width: 65% ;
			float: left;
		}
		}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ 記事ブロック */
article{
	overflow: hidden;
	margin-bottom: 20px;
}

/* ====================
ブログ用メニュー
==================== */
.blogmenu{
	margin-top: 0px;
}

		/* PC 768以上 */
		@media(min-width:768px){
		.blogmenu{
			width: 30%;
			float: right;
		}
		}

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

.blogmenu h2{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

.blogmenu .widget{
	margin-bottom: 20px;
	padding: 20px;
	border: dotted 1px #E1E1E1;
}

.blogmenu li{
	font-size: 12px;
	line-height: 2.0em;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ シングル記事 */
.detail p{
	line-height: 1.5em;
}

.detail h1{
	font-size: 18px;
	font-weight: normal;
	vertical-align:-80px;
	line-height: 1.75em;
	padding: .25em 0 .25em .75em;
	border-left: 5px solid #000000;
	margin-bottom: 20px;
}

.detail img{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: solid 1px #E1E1E1;
	margin: 10px 0 10px 0;
}

.detail ol,
.detail ul,
.detail li{
	margin-left: 1em;
	padding-left: 1em;
	line-height: 1.5em;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ リスト記事 */
.excerpt h1{
	font-size: 20px;
	line-height:40px;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #000000;
	margin:0;
}

.excerpt img{
	width: 30%;
	height: auto;
	float: left;
	margin-right: 20px;
	border: solid 1px #E1E1E1;
}

.sam{
	overflow: hidden;
}

.sam h1{
	font-size: 18px;
	font-weight: normal;
	vertical-align:-80px;
	line-height: 1.75em;
	padding: .25em 0 .25em .75em;
	border-left: 5px solid #000000;
	margin-bottom: 20px;
}

/* ====================
記事の付加情報(日付+カテ)
==================== */
.postinfo{
	font-size: 11px;
	color:#B7B7B7;
	margin-top: 10px;
}

.postinfo a{
	color:#B7B7B7;
}

.single .postinfo{
	margin-top: 30px;
}

.postcat{
	margin-left: 10px;
}

.postcom{
	margin-left: 10px;
}

/* ====================
記事前後へのリンク
==================== */
.pagenav{
	font-size: 11px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pagenav a{
	color:#B7B7B7;
}

.pagenav .old a{
	float: left;
}

.pagenav .new a{
	float: right;
}

/* ====================
カテゴリ分類時のタイトル
==================== */
.archive-title{
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 20px;
	color:#B7B7B7;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ ページ共通 */

/* ====================
レスポンシブメニューカスタム
==================== */
#responsive-menu-title-image img{
	width: 160px;
	height: auto;
	margin-right: -15px;
}

/* ====================
アンカー補正
==================== */
/* アンカー用ヘッダー幅 */
.anchor-disp{
	margin-top:-75px;
	padding-top:75px;
	height: 0px;
}
		/* アンカー用ヘッダー幅打ち消し */
		/* PC 768以上 */
		@media(min-width:768px){
		.anchor-disp
		{
			margin-top:-130px;
			padding-top:130px;
			height: 0px;
		}
		}

/* ====================
見出し画像
==================== */
.front-work-img,
.front-profile-img,
.front-contact-img{
	width: 100%;
	height: 190px;
	background-size: cover;
	background-position: center;
}

.front-work-img{background-image: url("../img/front-work.png");}
.front-profile-img{background-image: url("../img/front-profile.png");}
.front-contact-img{background-image: url("../img/front-contact.png");}

		/* PC */
		@media(min-width:768px){
		.front-work-img,
		.front-profile-img,
		.front-contact-img{
			height: 300px;
		}
		
		.front-work-img{background-image: url("../img/front-work.png");}
		.front-profile-img{background-image: url("../img/front-profile.png");}
		.front-contact-img{background-image: url("../img/front-contact.png");}
		}

.map{
	width: 100%;
	height: 190px;
}

 		/* PC */
		@media(min-width:768px){
		.map{
			width: 100%;
			height: 300px;
		}
		}
		  
/* ====================
箱組 a
==================== */
/* SP 767以下 */
@media(max-width:767px){
.a-box{
	text-align: center;
}

.a-box img{
	max-width: 100%;
	margin-top: 10px;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
}

.a-box ul li {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.a-box p{
	text-align: justify;
	font-size: 14px;
	font-weight: 400;
	line-height: 2em;
}
}

		/* PC 768以上 */
		@media(min-width:768px){
		.a-box{
			text-align: center;
		}
		
		.a-box img{
			width: 100%;
			border-radius: 5px;        /* CSS3草案 */  
			-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
			-moz-border-radius: 5px;   /* Firefox用 */  
		}

		.a-box ul{
			margin-right: -7%;
		}

		.a-box ul li{
			display: inline-block;
			vertical-align:top; /* 上端揃え */
			width: 23%;
			height: auto;
			margin-right: 7%;
		}
		
		.a-box p{
			text-align: justify;
			font-size: 14px;
			font-weight: 400;
			line-height: 2em;
			padding-bottom: 20px;
		}
		}

/* ====================
メインタイトル
==================== */
.main-title-us {
  position: relative;
  text-align: center;
}

.main-title-us span {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 0;
	padding: 0 1em;
	background-color: #fff;
	text-align: center;
}

		@media(min-width:768px){
		.main-title-us span {
			font-size: 25px;
			font-weight: bold;
			position: relative;
			z-index: 2;
			display: inline-block;
			margin: 0 4em;
			padding: 0 1em;
			background-color: #fff;
			text-align: center;
		}
		}

.main-title-us::before {
	position: absolute;
	top: 60%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background-color: #DDDDDD;
	background-image:
	-webkit-gradient(linear, 0 0, 100% 100%,
	color-stop(.25, #F9F9F9),
	color-stop(.25, transparent),
	color-stop(.5, transparent),
	color-stop(.5, #F9F9F9),
	color-stop(.75, #F9F9F9),
	color-stop(.75, transparent),
	to(transparent));
	-webkit-background-size: 5px 5px;
}

.main-title-jp{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 2px;
}

/* ====================
リード
==================== */
.lede{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 2px;
	padding: 15px 0 5px 0;
}

/* ====================
ライン
==================== */
.line{
	color: #00a1ae;
	border-bottom: 1px #B7B7B7 dotted;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* ====================
スペース
==================== */
.space{
	padding: 10px 0 10px 0;
}

/* ====================
ボタン
==================== */
.button a {
  width: 50%;
  background-color: #aaaaaa;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 2px 0;
}

/* ====================
本文
==================== */
.front-text{
text-align: center;
}

.front-text p{
	text-align: justify;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.5em;
}

		/* PC */
		@media(min-width:768px){
		.front-text{
			text-align: center;
		}
			
		.front-text p{
			text-align: center;
			font-size: 14px;
			font-weight: 400;
			line-height: 2.5em;
			margin-top: 20px;
			margin-bottom: 30px;
		}
		}
		
.front-text-img{
	width:100%;
	height:190px;
	background-image:url("../img/front-profile.png");
	background-size: cover;
	background-position: center;
}

		/* PC */
		@media(min-width:768px){
		.front-text-img{
			width:100%;
			height:300px;
			background-image:url("../img/front-profile.png");
			background-size: cover;
			background-position: center;
		}
		}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ フロント */
/* ====================
スライド
==================== */
.slick-a-pc{
	width: 100%;
	height: auto;
	margin-top: 130px;
}

.slick-b-pc{
	width: 100%;
	height: auto;
}

.slick-a-pc img,
.slick-b-pc img{
	width: 100%;
	height: auto;
	background-position: center;
}

.slick-a-sp{
	width: 100%;
	height: auto;
	margin-top: 75px;
}

.slick-a-sp img{
	width: 100%;
	height: auto;
}

.slick-btn{
	position: absolute;
	width: 100%;
	height: auto;
	margin-top: -9%;
}

.slick-btn img{
	width: 20%;
	margin-left: 23%;
}

/* ====================
インフォメーション
==================== */
.front-info-img{
text-align: center;
margin-top: 20px;
}

.front-info-img img{
width: 100%;
text-align: center;
}

.front-information{
	text-align:left;
}

.front-information dl {
  width:100%;
}

.front-information dt {
	font-size:11px;
	color:#B7B7B7;
	line-height: 1.5em;
}

.front-information dd {
	font-size:13px;
	border-bottom: 1px #B7B7B7 dotted;
	padding-bottom:5px;
	margin-bottom: 6px;
	line-height: 1.5em;
}

/* ====================
体験教室
==================== */
.front-lessons-img{
	width:100%;
	height:190px;
	background-image:url("../img/front-lessons.png");
	background-size: cover;
	background-position: center;
}

		/* PC */
		@media(min-width:768px){
		.front-lessons-img{
			width:100%;
			height:300px;
			background-image:url("../img/front-lessons.png");
			background-size: cover;
			background-position: center;
		}
		}

/* ====================
製造から販売まで
==================== */
.front-flow-img{
	width:100%;
	height:190px;
	background-image:url("../img/front-flow.png");
	background-size: cover;
	background-position: center;
}

		/* PC */
		@media(min-width:768px){
		.front-flow-img{
			width:100%;
			height:300px;
			background-image:url("../img/front-flow.png");
			background-size: cover;
			background-position: center;
		}
		}

/* ====================
加工一覧
==================== */
@media(max-width:767px){
.front-option{
	max-width: 100%;
	margin: 0 auto;
	padding: 45px 0 45px 0;
}

.front-option ul {
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	text-align: center;
}

.front-option li {
	display: inline-block;
	letter-spacing: normal; /* 文字間を通常に戻す */
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	border-bottom: 1px #B7B7B7 dotted;
}
}

		/* PC 768以上 */
		@media(min-width:500px){
		.front-option{
			max-width: 100%;
			margin: 0 auto;
			padding: 50px 0 50px 0;
			border-bottom: 1px #B7B7B7 dotted;
			margin-bottom: 50px;
		}
			
		.front-option ul {
			letter-spacing: 10px; /* 文字間を指定 */
			text-align: center;
		}

		.front-option li {
			display: inline-block;
			letter-spacing: normal; /* 文字間を通常に戻す */
			width: 180px;
			height: auto;
			text-align: center;
			font-size: 14px;
			line-height: 30px;
			padding: .25em .75em .25em .75em;
			margin-bottom: 15px;
			border:solid 1px #000000;
			border-radius:5px 5px 5px 5px;
			-webkit-border-radius:5px 5px 5px 5px;
			-moz-border-radius:5px 5px 5px 5px; 
		}
		}

/* ====================
会社概要
==================== */
/* SP 767以下 */
@media(max-width:767px){
.res-table {
	width: 260px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.7em;
}

.res-table th {
	width: 260px;
   display: block;
   text-align: center;
	background-color: #eeeeee;
	padding: 2px 0 1px 0;
	border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px; 
}

.res-table td {
    display: block;
    text-align: center;
	padding: 8px 0 5px 0;
}
}

		/* PC 768以上 */
		@media(min-width:768px){
		.res-table {
			width: 50%;
			margin: 0 auto;
			padding: 20px 0 20px 0;
		}
		
		.res-table table {
			width: 100%;
			margin: 0 auto;
			font-size: 14px;
			font-weight: 400;
			line-height: 2em;
		}

		.res-table th {
			width: 20%;
			display: table-cell;
			text-align: left;
		}

		.res-table td {
			width: 80%;
			display: table-cell;
			text-align: left;
		}
		}

/* ====================
お問合せ
==================== */
.front-form-img{
	width:100%;
	height:190px;
	background-image:url("../img/front-form.png");
	background-size: cover;
	background-position: center;
}

		/* PC */
		@media(min-width:768px){
		.front-form-img{
			width:100%;
			height:300px;
			background-image:url("../img/front-form.png");
			background-size: cover;
			background-position: center;
		}
		}