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

body {
	min-height: 460px;
}

img{
	width:100%;
	height:auto;
	border:none;
}

div {
	float:none;
	position:static;
	display:block;
}

/*==========================================================
　　　　　　　　　　ヘッダーとメニュー
==========================================================*/


header{
	z-index:90;
	width:100%;
	border-bottom:#40220F 2px solid !important;
	-webkit-box-shadow:0 1px 3px 0px #999;
	-moz-box-shadow:0 1px 3px 0px #999;
	box-shadow:0 1px 3px 0px #999;
}

#logo {
	margin:0;
	float: none;
}

#logo img{
	display:block;
	margin:0 auto;
	padding:20px 0;
	width:60%;
	height:auto;
}


/*========== Menu ==========*/

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #333;
	padding: 0;
	min-height:50px;
	z-index:90;
}

.mean-container a.meanmenu-reveal {
	width: 100%;
	height:50px;
	padding:13px 10px 0px 91%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 700;
}
.meanclose:before{
	content:"CLOSE";
	color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    right: 10%;
    top: 26%;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top:3px;
}
.mean-container a.meanmenu-reveal span:before{
	content:"MENU";
	color: #fff;
    position: absolute;
    right:12%;
    top:30%;
    font-weight: bold;
    font-size: 18px;
	z-index:91;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #444;
	margin-top:50px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding:10px 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width:100%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	text-shadow: none !important;
	visibility: visible;
	padding-left:8%;
}
.mean-container .mean-nav ul li li a:before{
	content:"▶";
	color:#fff !important;
	margin:0 5px 0 0;
}
.mean-clicked:before,.mean-expand:before{
	content:"" !important;
	margin:0 !important;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width:100%;
	padding:10px 0 10px 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 100%;
	padding:10px 0 10px 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 100%;
	padding:10px 0 10px 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width:50px;
	padding:10px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-remove {
	display: none !important;
}

ol ,ul{
	list-style:none;
}


/*==========================================================
　　　　　　　　　　　　ページの中身
==========================================================*/


#page {
	clear:both;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
}

/*==========================================================235
　　　　　　　　　　　コンテンツ部分
==========================================================*/
#content_full {
	clear:both;
	width: 100%;
	padding:0;
	text-align:center;
}

#content {
	float:none;
	clear:both;
	width:100%;
	padding:0 auto;
	text-align:left;
}

#fullpage,#bottom_area{
	width:95%;
	clear:both;
	margin:0 auto 20px;
	text-align:left;
}

/*==========================================================
　　　　　　　　　　　　各タイトル
==========================================================*/

h2 { font-size: 1.7rem; }

h3 { font-size: 1.5rem !important;}

h4 { font-size: 1.2rem !important; }

h1 {
	margin: 0;
	font-weight: bold;
	text-align:left;
}

#content_full h2,#content h2,#fullpage h2,#bottom_area h2{
	clear:both;
	width:100%;
	font-weight: bold !important;
	margin:0px auto 10px;
	padding:0;
}

#fullpage h2,#bottom_area h2{
	font-size:1.5rem;
	margin:10px auto;
	padding:0;
	color:#333;
	line-height:1.5;
	text-align:center;
}

#content_full h3,#content h3,#fullpage h3,#bottom_area h3{
	clear:both;
	width:100%;
	text-align:left;
	padding:0 0 10px 0px;
	margin:30px auto 15px;
	border-bottom:#40220F 1px solid;
	font-family: "eisuu";
	color:#40220F;
	font-weight:500;
}
#content_full h3:before,#content h3:before,#fullpage h3:before,#bottom_area h3:before{
	content:url(../images/scissors_icon.png);
	position: relative;
    top: 5px;
    margin: 0 8px 0 0;
}


#content_full h4,#content h4,#fullpage h4,#bottom_area h4{
	clear:both;
	margin:20px auto 10px;
	padding:7px 10px;
	border-bottom:#555 1px dotted;
	width:100%;
	border-left: #555 3px solid;
	font-weight:normal;
}

#content_full h5,#content h5,#fullpage h5,#bottom_area h5{
	font-size:1.2rem;
	margin:30px auto 10px;
}
#content_full h5:before,#content h5:before,#fullpage h5:before,#bottom_area h5:before{
	content:"●";
}


/*==========================================================
　　　　　　　　　　　　フッター
==========================================================*/
/*　フッターエリア
------------------------------------------------------------------------------*/
footer{
	clear:both;
	font-size:12px;
	color:#333;
	border-top:#40220F 2px solid !important;
}

#footerarea{
	width:95%;
	margin:0 auto;
	text-align:center;
	background: #fff;
    height: 90px;
}

/*　コピーライト
-------------------------------------------------------------------------------*/
#footercopy{
	margin:0 auto;
	padding:0 0 20px;
}

/*　フッターコンテンツ
-------------------------------------------------------------------------------*/
#footercontent{
	margin: 0 auto;
	padding:10px 0;
}

#footercontent img{
	display:block;
	width:50%;
	height:auto;
	margin:0 auto 10px;
}

#footercontent span{
	line-height:1.4;
}


/*==========================================================
　　　　　　　　　　スマホ仕様その他
==========================================================*/

.ccm-layout-table{
	float:none !important;
	width:100% !important;
	height:auto;
}
.ccm-layout-col{
	float:none !important;
	width:100% !important;
	height:auto;
}
.ccm-layout-col-spacing{
	margin:0 !important;
}
#ccm-layout-main-10-3{
	margin:0 !important;
}
.ccm-captcha-image{
	width:70%;
	margin: -5% auto;
}

.ccm-layout-column{
	width:100% !important;
	float:none !important;
}
.ccm-layout-column-inner{
	margin:0 !important;
}


/*==========================================================
　　　　　　　　　トップページ
==========================================================*/

/*　トップコンテンツ
---------------------------------------------*/

/*　改行やめさせる
------------------------------------------------------------*/
.newline{
	margin:0 10px 0 0;
}

/*　スライドショーの上に重ねた画像
-----------------------------------------*/
#slideshowbox{
	position:relative;
	margin: 0px auto 0;
}

.toppile_message{
    color:#40220F;
    font-size:1.3rem;
    font-weight:bold;
    line-height:130%;
    text-align:left;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*　トップバナー
-------------------------------------------------------------------*/
.topbnrarea{
	width:100%;
	margin:30px auto;
}
.topbnrarea a{
	display:block;
	text-decoration:none;
	height:auto;
	overflow:hidden;
	margin:0 auto 0px;
}
.topbnrarea img{
	width:100%;
	height:auto;
	display:block;
	position:relative;
	-webkit-box-shadow:0 0px 3px 0px #999;
	-moz-box-shadow:0 0px 3px 0px #999;
	-ms-box-shadow:0 0px 3px 0px #999;
	-o-box-shadow:0 0px 3px 0px #999;
	box-shadow:0 0px 3px 0px #999;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.topbnrarea span{
	display:block;
	width:100%;
	text-align:left;
	padding:0;
	margin:10px auto 20px;
}


/*　インフォメーションエリア
-----------------------------------------------------*/
.newsblock{
	width:100%;
	height:300px;
	padding:0;
	margin:0px auto;
}

.newsblock h3{
	margin:0 auto 20px !important;
}

.newsscroll{
	overflow-y: scroll;
	width:100%;
	height:234px;
	padding:0;
	text-align:left;
}

.newsscroll p{
	border-bottom:#CCC 1px dotted;
	margin:0 0 5px 0;
	padding:0 0 5px 17px;
}
.newsscroll p:before{
	content:"●";
	color:#40220F;
	font-size: 10px;
    position: relative;
    top: -3px;
    left: -13px;
    margin: 0px -12px 0 0;
}



/*Facebookウォールのレスポンシブ*/

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span,
.fb-page{
	word-break: break-all !important;
	width:100% !important;
	height:340px !important;
	margin:0 !important;
}


.rightcellfloatr p,.rightcellfloatl p{
	line-height:150%;
	margin: 10px auto;
}

/*==========================================================
　　　　　　　　　各ページヘッダ
==========================================================*/
#headertitle{
	width:100%;
	margin:0;
	padding:20px 0;
	background:url(../images/bg_wood.jpg);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) inset;
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) inset;
}

#headertitle h2{
	border:none;
	font-size:2rem;
	text-align:center;
	color:#40220F;
	font-family:"eisuu";
	margin:0 !important;
	-webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	-moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	-ms-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

/*==========================================================
　　　　　　　カテゴリーページページリスト
==========================================================*/
.ccm-block-page-list-title a{
	text-decoration:none;
}
.ccm-block-page-list-title a:before{
	content:"≫";
	margin:0 5px 0 0;
}


/*==========================================================
　　　　　　　　　お問い合せページ用
==========================================================*/
/*　お問い合わせフォーム調整
---------------------------------------------------------------------*/

#contactform table{
	width:100%;
}

#contactform{
	width:100%;
	margin:10px auto;
	text-align:left;
}

#contactform>table td{
	display:block;
	padding:5px 0;
}

#contactform>table th{
	display:block;
	margin:15px 0 0;
	padding:5px 0;
	font-size:16px;
	color:#333;
	font-weight:bold;
	text-align:left;
	line-height:1.5;
}

.ccm-input-text,.form-control,.ccm-input-email{
	padding:3%;
	margin:5px 0;
	border: #ccc 1px solid;
}
.ccm-input-text,.form-control,.ccm-input-email,#p_postal{
	width:100%;
}

.formsubmitbutton{
	width:95%;
	padding:20px 0px;
	margin:30px auto 0;
	display: block;
	background: #40220F;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border:#40220F 2px solid;
	text-decoration:none;/*問い合わせボタン用*/
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.formsubmitbutton:hover{
	background:none;
	border:#40220F 2px solid;
	cursor:pointer;
	color:#40220F;
	box-shadow:none !important;
}
.formsubmitbutton:active{
	box-shadow:none;
}

.errors li{
	font-weight:bold;
	color:#f00;
}

#contactform .required{
	color:#f00;
	margin:0 10px;
	filter: alpha(opacity=60);
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	-o-opacity: 0.6;
	opacity: 0.6;
}
#contactform .required:after{
	content:"必須";
	font-size: 12px;
}

/* お電話でのお問い合わせ */
.contact-phone{
	width:100%;
	margin:30px auto;
	padding:10px;
	text-align:center;
	border:#40220F 1px dotted;
	color:#40220F;
}
.contact-phone h4{
	border-left:none !important;
	margin:0px auto 10px !important;
}

.contact-phone ul {
	overflow: hidden;
	padding:0;
}
.contact-phone li {
	display: block;
	vertical-align: middle;
	width:100%;
    margin: 0 auto;
}

.phonenumber {
	font-size: 1.3rem;
	display: block;
    line-height: 1;
	border-bottom:#40220F 1px dotted;
}
.phonenumber span{
	display:block;
	margin:0px auto 10px;
}

.contacttime{
	padding:10px 0 0;
}
.contacttime p{
	margin:0px auto;
}


/*　個人情報保護
-------------------------------------------------------*/
.privacybox{
	width:95%;
	height:150px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align:left;
	line-height: 1.4;
	margin:15px auto 0;
	padding:1% 2% 2% 2%;
}

.privacybox h4{
	width:100% !important;
	margin:1.5% auto 10px !important;
	text-align:left;
}
.privacybox h4:before{
	content:"";
}

.privacybox li{
	display: table-row;
	counter-increment:number;
}

.privacybox li:before{
	content: counter(number) ".";
	display: table-cell;
	padding-right:1%;
	white-space: nowrap;
}


/*==========================================================
　　　　　　　　　　　　会社概要
==========================================================*/
.borderbox{
	width:100%;
	margin:30px auto;
	padding:20px;
	text-align:left;
	border:#ccc 1px solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.tableout{
	width:100%;
	padding:0;
	margin:20px auto;
	border: 1px #ccc solid;
	border-collapse: collapse;
}

.row {
}

.leftcell,.rightcell,.leftcellb{
	display:block;
	padding:10px;
	vertical-align:middle;
}

.leftcell,.leftcellb{
	background:#efefef;
	border-top: #ccc 1px solid;
}

.rightcell{
	line-height:150%;
	margin: 0 auto;
}

.row>p{
	margin:0;
	padding:0;
}

.row>img{
	width:100%;
	height:auto;
}

.rightcellfloatr,.rightcellfloatl{
	width:100%;
}

.rightcellfloatr h5,.rightcellfloatl h5{
	font-size:1.2rem !important;
	margin:0 auto !important;
}
.rightcellfloatr h5:before,.rightcellfloatl h5:before{
	content:"■" !important;
}

#fullpage .rightcell ul{
}
#fullpage .rightcell li{
	margin:0 auto 10px 10px !important;
	line-height:150%;
}
#fullpage .rightcell li:before{
	content:"・";
	margin: 0 -10px 0 0;
	position: relative;
	left: -10px;
}

.abtmp {/*地図画像*/
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

/*-------地図---------*/
#googlemap{
	display:block;
	width:90%;
	border:#ccc 1px solid !important;
	border-radius:5px !important;
	-moz-border-radius:5px !important;
	-webkit-border-radius:5px !important;
	margin:0 auto 10px;
}

/*Googleマップのレスポンシブ*/
iframe{
	display:block;
	margin:10px auto !important;
	width:95% !important;
	height:auto !important;
}

/*==========================================================
　　　　　　　　　　　お客様の声
==========================================================*/
/*　背景をノートに
-------------------------------------------------*/
.bg_note{
	width:100%;
	padding:3em 3% 1% 18%;
	-webkit-box-shadow:0 0px 3px 0px #999;
	-moz-box-shadow:0 0px 3px 0px #999;
	box-shadow:0 0px 3px 0px #999;
	position: relative;
    background-color: #ffffe7; 
    background-image: 
	linear-gradient(90deg, transparent 29px, #fcc 29px, #fcc 31px, transparent 31px),
	linear-gradient(90deg, transparent 49px, #fcc 49px, #fcc 51px, transparent 51px),
	linear-gradient(rgba(153,204,255,.3) .1em, transparent .1em);
    background-size: 100% 1.5em;
}
.bg_note:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:3em;
    background-color: #ffffe7; 
    background-image: 
	linear-gradient(90deg, transparent 29px, #fcc 29px, #fcc 31px, transparent 31px),
	linear-gradient(90deg, transparent 49px, #fcc 49px, #fcc 51px, transparent 51px);
}
.bg_note p{
	margin:0px auto 24.3px;
	line-height:1.5;
}


.dashedbox{
    border: 1px dashed #40220F;
	padding:0px 20px 20px;
	text-align:left;
	margin:0;
}

.dashedbox > .bluebutton{
	width:100%;
	margin: 20px auto 0;
}
.dashedbox > .bluebutton a{
	padding:15px 0;
	z-index:1;
}
.dashedbox > .bluebutton a:active{
	margin:3px auto -3px;
}

.roughbox{
	width:95%;
	margin:30px auto;
	padding:20px;
	border:solid 5px #40220F;
	border-radius: 100% 5% 100% 5%/5% 100% 5% 100%;
	-moz-border-radius: 100% 5% 100% 5%/5% 100% 5% 100%;
	-webkit-border-radius: 100% 5% 100% 5%/5% 100% 5% 100%;
	text-align:left;
}
.roughbox h2{
	text-align:center;
	margin:10px auto 20px;
}
.roughbox > .fair_schedule{
	text-align:center;
	margin:20px auto;
	font-size:1.3rem;
}

/*==========================================================
　　　　　　　　　　　採用情報
==========================================================*/
.tablelayout{
	width:95%;
	margin:0 auto 30px;
	display:block;
	text-align:left;
}

.cell1,.cell2 {
	padding:2% 1%;
	text-align:left;
	display:block;
	clear:both;
	line-height:1.5;
}

.cell1 {
}

.cell2 {
	margin:0px 0 20px 0;
	border-bottom: 1px solid #ccc;
}

.cell1 h5,.cell2 h5{
	font-size:16px;
	margin:0 auto;
}
.cell1 h5:before,.cell2 h5:before{
	content:"■";
}

/*==========================================================
　　　　　　　　　事業内容　
==========================================================*/
/*　取扱商品
--------------------------------------------------*/
.borderbox{
	margin:20px auto !important;
}
.borderbox p{
	display:block;
	width:45%;
}
.borderbox p:before{
	content:"・";
}

.flxbox{
	width:100%;
}

.borderbox h2{
	margin:0px auto 20px !important;
}

.fltbox_l h5{
	margin:20px auto;
}

.fltbox_l span{
	display: block;
    margin: 0 0 10px 0;
}

.fltbox_l > .price{
	color:#f00;
	font-size:1.2rem;
	font-weight:bold;
}



/*　ページ内スクロール
-------------------------------------------*/
#scrollbox {
	display:none !important;
}

/*==========================================================
　　　　　　　　　　共通
==========================================================*/
/*　白い基本背景
----------------------------------------------------------------*/
.whtbg{
	width:95%;
	clear:both;
	margin:30px auto;
	padding:15px;
	background:#fff;
	-webkit-box-shadow:0 0px 3px 0px #999;
	-moz-box-shadow:0 0px 3px 0px #999;
	box-shadow:0 0px 3px 0px #999;
}

/*　独自マージン
-------------------------------------------------*/
.mrgntp0{
	margin-top:0 !important;
}
.mrgnbtm0{
	margin-bottom:0 !important;
}

.mrgntp15{
	margin-top:15px !important;
}
.mrgnbtm15{
	margin-bottom:15px !important;
}

.mrgn50auto{/* 強制マージン50px auto */
	margin:30px auto !important;
}


.rtt_3 img{/* -3度回転 */
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transform: rotate(-3deg);
	margin:0 auto 20px;
}

.imgwdth100 img{
	width:100%;
	height:auto;
}

/*　float画像
-------------------------------------------------*/
.fltimg_l img,.fltimg_r img{
	display:block;
	width:90%;
	height:auto;
	margin:0 auto 10px;
}

	
/*　アイコンフォント
----------------------------------------------------------------*/
.material-icons{
	font-size:16px !important;
	margin:0 0 0 5px !important;
	text-decoration:none !important;
	display:inline !important;
	color:#888;
}

