﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Niconne|Marcellus+SC|Marcellus|Noto+Sans+JP');
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);/* 日本語 */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);/* 日本語明朝 */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');/* Googleアイコン */

.box1,.box2,.box3,.layer,h3,h4,h5,h6,#row-2nd-in{font-family: "Sawarabi Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/* 日本語 */}
.lead_tex{font-family: "Sawarabi Mincho",”ＭＳ Ｐ明朝”, “MS PMincho”, “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, serif;}/* トップページ内リード文*/
h2{font-family:'Playfair Display', serif;}
#copyright {font-family: 'Marcellus SC',"Sawarabi Gothic";letter-spacing:1px;}
.bg_100hade_muji1{font-family:'Marcellus', serif;}

/*アースランドスケープ全端末（PC・タブレット・スマホ）共通設定  緑#457244　グレーぽい緑#60634e
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #111;	/*全体の文字色*/
	font-family:Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #457244;		/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #c00;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*containerブロック
---------------------------------------------------------------------------*/
#container {
	max-width: 100%;	/*サイトの最大幅*/
	margin: 0 auto;
}

/*ロゴ　＋　メインメニューのブロック
---------------------------------------------------------------------------*/

/*メニューブロック*/
#menubar {
	position: fixed;	/*ウィンドウに対して固定表示*/
	top: 0px;			/*上から0pxの場所に配置*/
	z-index: 20;
	width: 100%;
}
/*メニューブロック内にあるanimatemeブロック*/
#menubar .animateme {position: relative;
	width: 100%;
	height: 70px;	/*高さ*/
	background: #f5f5f5;	/*背景色（古いブラウザ用）*/
	/*background: linear-gradient(rgba(255,255,255,0.9),#b9c5dc 70%);グラデーション	border-bottom:1px solid #a2a2a2;*/

}
/*メニューブロック内にあるロゴ画像*/
/* ------------- ロゴ画像スクロールフェードインDown用https://beginners-high.com/scroll-display/ ------------- */
#menubar h1 img {
	height: 60px;	/*ロゴ画像の高さ。下の「#menubar ul li」の「line-height」の数字と合わせる。*/
	float: left;	/*左に回り込み*/
	padding: 5px 0 5px 5px;	/*上下、左右への余白*/

 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: img-wrap;
 animation-name: img-wrap;
 visibility: visible !important;
}
@-webkit-keyframes img-wrap {
 0% { opacity: 0; -webkit-transform: translateY(-10px); }
 100% { opacity: 1; -webkit-transform: translateY(1px); }
}
@keyframes img-wrap {
 0% { opacity: 0; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
 100% { opacity: 1; -webkit-transform: translateY(1px); -ms-transform: translateY(40px); transform: translateY(1px); }
}

/*メニュー*/
#menubar ul {display: flex;
justify-content: flex-end;
align-items: center;margin-right:25px;}

/*メニュー１個あたりの設定*/
#menubar ul li { display: inline-block;
	font-size: 99%;text-align:center;
	width :130px;
	overflow: hidden;
	line-height: 70px;	/*行間。上の「#menubar h1 img」の「height」の数字と合わせる。*/
	margin-left: 3%;	/*左側に空けるスペース。*/
	letter-spacing: 1px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.2);}

#menubar ul li a {
	color: #000;	/*文字色*/
	padding-bottom: 5px;	/*マウスオン時の下線との間にとるスペース*/}

#menubar ul li a span{
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
#menubar ul li a span::before {/* 回転後 */
	position: absolute;
	color: #457244;font-size: 90%;
	white-space: nowrap;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	display: inline-block;/* 以下中央寄せ */
	width: 100%;
	text-align: center;
}

#menubar ul li a:hover span,
#menubar ul li a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*フッターメニュー　中央寄せ(未使用)
---------------------------------------------------------------------------*/

#menu_f ul{border-bottom:1px solid #a2a2a2;border-top:1px solid #a2a2a2;
	text-align:center;
	margin:20px 0;
	padding:10px 0;
	width : 95%;
 }

#menu_f  li{
	display:inline-block;
	padding-right:1em;
	/display:inline;
	/zoom:1;
 }

#menu_f li a{
 	font-size: 105%;
	padding:8px 10px;
	text-decoration:none;
 }

#menu_f li a:hover {color: #ffffff;
    text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83), 6px 0px 15px rgba(255, 255, 240, 0.83);
}


/* 横並びで個別角丸中央寄せメニュー（ページ内リンク等）*/

/*ロゴ画像（トップページのロゴ画像）*/
header #logo img {
	position: absolute;
	left: 5%;	/*左から45%の場所に配置*/
	top: 8%;	/*上から0pxの場所に配置*/
	width: 20%;	/*画像幅*/
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {	/*100%のベース*/
	overflow: hidden;
	position: relative;z-index:10;
	background: #fff;	/*背景色*/
}
/*トップページのコンテンツへの追加設定*/
#top #contents {
	padding-top: 0;	/*上の余白をゼロにする*/
}

/*トップページの背景とリード文
---------------------------------------------------------------------------*/
.bg_100hade_kon{background : #fff url('../images/bg_kon.jpg') no-repeat 50% 0;background-size:100% auto;
	color: #ffffff;padding:0 0 90px 0;margin:0;width : 100%;
}

.bg_100hade_kon2{background : #fff url('../images/bg_kon2.jpg') no-repeat 50% 0;background-size:100% auto;
	color: #ffffff;padding:90px 0;margin:0;width : 100%;
}

.bg_100hade_kon3{background : #fff url('../images/bg_kon3.jpg') no-repeat 50% 0;background-size:100% auto;
	color: #ffffff;padding:180px 0;margin:0;width : 100%;
}

/* 白い背景文字のみ */
.bg_100hade_muji1{margin:0;background-color:#fdfdfd;padding:90px 0 0 0;}
/* 動画のみ */
.bg_100hade_muji2{background-color:#000;color: #ffffff;padding:45px 0;margin:0;}
.douga{	width:100%;margin:0;padding:0; background-image: url('../images_photo/loading2.gif');
	background-repeat: no-repeat;background-position: center;}

/* リード文中央に表示 */
.lead_tex{font-size: 110%;line-height:2.5;}



/*決定幅（余白なし）
---------------------------------------------------------------------------*/
#contentsin0{width : 1000px;margin:0px auto;
	padding:0 2%;	/*上、左右、下へのボックス内の余白*/
	display:block;position: relative;}

/*決定幅
---------------------------------------------------------------------------*/
#contentsin{width : 1000px;margin:0px auto;
	padding: 50px 2%;	/*上、左右、下へのボックス内の余白*/
	display:block;position: relative;}

/*h2見出し*/
h2 {
	font-size: 200%;	/*文字サイズ*/
	margin-bottom: 30px;	/*下に空ける余白*/
	text-align: center;		/*文字をセンタリング*/
	letter-spacing: 0.1em;	/*文字間隔を広くとる設定*/
	color: #60634e;			/*文字色*/
	display:block;
}
/*h2見出しの１文字目*/
h2::first-letter {
	font-size: 200%;	/*文字サイズ*/
	padding: 10px;			/*余白*/
	margin-right: 5px;		/*右側に空けるスペース*/
	letter-spacing: normal;	/*文字間隔を通常に*/
	text-shadow: 3px 3px rgba(255,255,255,0.2);	/*文字の影。右に、下に、255,255,255は白の事で0.2は透明度20%の事。*/
}
/*h2見出し内のspanタグ日本語*/
h2 span {
	font-family:"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	/*フォント指定*/
	display: block;
	font-size: 14px;	/*文字サイズ*/
	margin-top: -20px;	/*少し上に詰める設定*/
}

/*トップページのh2*/

.bg_100hade_kon h2,
.bg_100hade_muji2 h2{color: #ffffff;margin:0;padding:0;}

/*h3見出し*/
#contents h3 {
	font-size: 125%;	/*文字サイズ*/
	color: #0c6fbd;		/*文字色*/
	margin-bottom: 20px;	/*下に空ける余白*/
	letter-spacing: 0.1em;	/*文字間隔を広くとる設定*/
}

/* リクルートの名前 */
h4 {font-size: 125%;
  position: relative;
	margin:30px 0 10px;
  padding: 0.1em 1em;
  background: #0c6fbd;border-radius: 20px;color: #fff;
}

h4:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 10px solid transparent;
border-top: 10px solid #0c6fbd;
width: 0;
height: 0;
}


h5{font-size:125%;border-bottom:1px dashed #a2a2a2;margin-bottom:5px;letter-spacing:1px;}
h5 span{font-size:75%;}

h6{font-size:125%;border-bottom:2px dotted #444;margin-bottom:5px;letter-spacing:1px;text-align:left;color: #60634e;}
h6 span{font-size:77%;}


/*段落タグ*/
#contents p {
	margin-bottom: 20px;	/*下に空ける余白*/
}
/*段落タグにh3見出しが続いた場合、段落タグにh2見出しが続いた場合の設定*/
#contents p + h3,#contents p + h2 {
/*	margin-top: 50px;	見出しの上に空ける余白*/
}
/*段落タグが続いた場合の設定*/
#contents p + p {
	margin-top: -5px;	/*続いた段落タグを少し上に詰める設定*/
}
section + section {
	padding-top: 100px;
}

/*menu_bg（メニューページの小見出し含めた各メニューブロック）
---------------------------------------------------------------------------*/
#contents .menu_bg {
	overflow: hidden;
	background: #000;	/*背景色*/
	padding: 3%;		/*ボックス内の余白*/
}


/*box1（メニューページ４つのブロック）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box1 {
	overflow: hidden;
	margin-bottom: 30px;
}
/*説明文*/
.box1 figcaption.w50 {
	width: 47%;
}
/*説明文内のstrongタグ*/
.box1 figcaption strong {
	display: block;
	font-weight: bold;
	font-size: 110%;	/*文字サイズ*/
	color: #f76100;		/*文字色*/
}

/*box2（メニューページで使用）box3（リクルートで使用）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#contents .box2,
#contents .box3
 {	padding: 3%;	/*ボックス内の余白*/}

/*ボックス内のh3タグ*/
#contents .box3 h3{
	margin-bottom: 0;
	color: #97c5d8;	/*文字色*/
	font-size: 90%;	/*文字サイズ*/
}
#contents .box2 h3{
	margin-bottom: 0;color: #fff;	/*文字色*/
	font-size: 90%;	/*文字サイズ*/
	background: url(../images/bg_dotline.png) repeat-x center;}	/*背景画像の読み込み。X軸(横軸)にリピート、上下中央に配置。*/

/*ボックス内のh3タグの１文字目*/
#contents .box2 h3::before,
#contents .box3 h3::before  {
	content: "◆";	/*このテキストを冒頭に表示させる。*/
}

/*ボックス内のh3タグ内のspanタグ*/
#contents .box2 h3 span {
	background: #000;		/*背景色*/
	padding-right: 10px;	/*右側に空ける余白*/
}
/*ボックス内のh3タグ内のprice*/
#contents .box2 h3 .price {
	float: right;	/*右に回り込み*/
	padding-right: 0;	/*上で設定したspanタグの右の余白をリセット*/
	padding-left: 30px;	/*左側に空ける余白*/
	text-align:right;
}
/*ボックス内の段落タグ*/
#contents .box2 p{
	margin: 0;color: #97c5d8;	/*文字色*/
	margin-left: 24px;	/*左に空けるスペース*/
	font-size: 90%;	/*文字サイズ*/
}

#contents .box3 p {
	margin: 0;line-height:1.8;
	margin-left:15px;	/*左に空けるスペース*/
	font-size: 92%;	/*文字サイズ*/
}

/*ボックス内のfigure画像*/
#contents .box2 figure,
#contents .box3 figure {
	width: 100%;	/*幅*/
}


/*各ページのメイン画像
---------------------------------------------------------------------------*/
.scrollme{display:block;}
#row-all{ position: relative;  margin:70px auto 0 auto;}
#row-2nd {
    position: relative;
    padding-bottom: calc(100%*597/1280);/* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100%;
    padding: auto;
}
.row-2nd-info{background: url(../images/st2.jpg) no-repeat;}/* 施工事例 */
.row-2nd-menu {background: url(../images/st3.jpg) no-repeat;}/* 会社概要 */
.row-2nd-rec {background: url(../images/st4.jpg) no-repeat;}/* 問い合わせ */ 


#row-2nd-in {position: absolute;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.5);
    padding: 20px 10px;
	border-radius: 5px;
    font-size: 1.6vh;
    line-height: 1.6;
	color: #ccc;
    }


.row-2nd-in-info{    top: 40%;    left: 20%;    width: 25%;}/* 概要 */
.row-2nd-in-rec{    top: 50%;    left: 70%;    width: 30%;}/* 問い合わせ */ 


/*フッター設定
---------------------------------------------------------------------------*/
footer {margin:0px auto;text-align:center;
	clear: both;
	padding: 30px 0 0;	/*上、左右、下へのボックス内の余白*/
	font-size: 90%;	/*文字サイズ*/
/*	background: #000 url(../images/footer_bg.jpg) no-repeat right top/50%;	背景色、背景画像の読み込み、リピートせず、右側、上側に50%幅で配置。*/
		/*border-top: 1px solid #aaa;上の線の幅、線種、色*/
	background-color:#f5f5f5;
}
footer .pr {display: block;font-size: 80%;}

/*フッター内のfacebookなどのアイコン設定
---------------------------------------------------------------------------*/
/*ブロック設定*/
#icon {
	text-align: center;	/*センタリング*/
}
/*アイコン画像１個あたりの設定*/
#icon img {
	width: 40px;	/*幅*/
	margin: 15px 10px 30px;	/*上下、左右への余白*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	width: 1000px;	/*幅*/
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
}

/* 横並び2つのボックス*/
div.boxall3{
	clear:both;
	display:block;
	width: 100%;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	/zoom: 1; /*for ie5～7*/
}
/* 横並び2つのボックス（横幅指定なし　フッターの住所と地図）
例<div class="padd10 bg_cream"><div class="boxf1">ああ</div><!-- --><div class="boxf2">ああ</div></div> */

div.boxf1,div.boxf2 {display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	/zoom: 1; /*for ie5～7*/
	vertical-align: top;
	float:left;
	line-height:1.6;}

.spaninblock span{width : 80px;display:inline-block;}
div.boxf1{width : 55%;text-align:left}


div.boxf2{width : 45%;text-align:right;}




/*コピーライト
---------------------------------------------------------------------------*/
#copyright {color: #ffffff;
	clear: both;
	text-align: center;
	background: #999;	/*背景色*/
}
#copyright a {text-decoration: none;color: #ffffff;}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#newinfo iframe{
	margin-bottom: 15px;
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
	height: 450px;	/*高さ*/}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
table.ta1 {
width: 100%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 15px;
}

table.ta1 th,
table.ta1 td {
padding: 10px;
}

table.ta1 th {text-align:center;white-space: nowrap;/* 改行しない */
position: relative;
color: #fff;
background: #bbb;font-weight:normal;
}

table.ta1 th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #bbb;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.ta1 th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #bbb 10px solid;
margin-top: -10px;
}
}

table.ta1 td {
background: #f8f8f8;
padding-left: 20px;
}

/*テーブル（ta2）
---------------------------------------------------------------------------*/

/*ta2設定*/
table.ta2 {
width: 100%;
border-collapse: separate;
border-spacing: 0px 15px;
}

table.ta2 th,
table.ta2 td {
padding: 10px;
}

table.ta2 th {text-align:left;width : 150px;
position: relative;
font-weight:normal;
}

/*inputボタン
---------------------------------------------------------------------------*/
input[type='text']{
	width: 90%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type='submit'],input[type='reset'],input[type='button']{
	border: none;display: inline-block;
	width: 30%;
	padding: 10px;
	border-radius: 5px;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	margin: 0 auto;
}

textarea{
	width: 90%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/

#PageTopBtn {/* pagetop */

	position: fixed;
	right:0;
	bottom:0;
	z-index: 99;line-height:0; 
	/* 
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center; */
}

#PageTopBtn a{margin:0;padding:0;
	}

/*その他
---------------------------------------------------------------------------*/
.look {background: #333;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #0c6fbd !important;}
.color2{color: #c00 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.w50 {overflow: hidden;width: 50%;}
.fl {float: left;}
.fr {float: right;}
.big1 {font-size: 50px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.mini2 {font-size: 90%;color: #c00;}
.sh {display: none;}
/* トップページの背景（未使用） */
.bg1 {overflow: hidden;background: url(../images/bg1.png) no-repeat -60% top/50%,url(../images/bg1.png) no-repeat 150% top/70%,#000 !important;}
.bg2 {overflow: hidden;background: url(../images/bg2.png) !important;}
hr{border:none; border-top:dashed 2px;margin:60px 0 40px ;}
/*.zure {margin-top:-130px; padding-top:130px;}ズレ防止*/

/*画面幅1030px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1030px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*ヘッダー
---------------------------------------------------------------------------*/
/*ロゴ画像（トップページのロゴ画像）*/
header #logo img {
	width: 30%;	/*画像幅*/
}

/*メニューブロック内にあるロゴ画像*/
/* ------------- ロゴ画像スクロールフェードインDown用https://beginners-high.com/scroll-display/ ------------- */
#menubar h1 img {}

/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: fixed;z-index: 20;
	top: 70px;
	z-index: 30;
	width: 100%;
	/*height: 100%;*/
	background: rgba(255,255,255,0.8);	/*背景色*/
	border-top: 1px solid #60634e;		/*上の線の幅、線種、色*/
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	margin-bottom: 30px;
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 15px 10px 15px 38px;	/*上、右、下、左へのメニュー内の余白*/
	border-bottom: 1px solid #60634e;	/*下の線の幅、線種、色*/
	color: #000;	/*文字色*/
	font-size: 15px;
}
#menubar-s li {	position: relative;}
#menubar-s li::before{content: "eco"; font-family: 'Material Icons';font-size:170%;color: #457244;
	vertical-align: middle;margin:0 0 0 0;position: absolute;top: 3px;left: 10px;}


/*PC用メニューを非表示にする*/
#menubar ul {display: none;}

h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
/*h2見出しの１文字目*/
h2::first-letter {
	border: none;padding: 0;margin: 0;text-shadow: none;
	font-size: 24px;	/*文字サイズ*/
	letter-spacing: 0.2em;
}
/*h2見出し内のspanタグ*/
h2 span {
	font-size: 10px;
	margin-top: 0px;
}
/*トップページの背景とリード文
---------------------------------------------------------------------------*/
.bg_100hade_kon,
.bg_100hade_kon2,
.bg_100hade_kon3{padding:0 0 50px 0;}
.bg_100hade_muji1{padding:50px 0 0 0;}/* 白部分 */
.bg_100hade_muji2{padding:0;}/* 動画部分 */

.lead_tex{font-size: 100%;line-height:2;}

/*フッターメニュー
---------------------------------------------------------------------------*/
#menu_f ul{width : 100%;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	z-index: 40;
	position: fixed;
	top: 10px;	/*上から20pxの場所に配置*/
	right: 3%;	/*右から3%の場所に配置*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}


/*リクルート＆インフォページ
---------------------------------------------------------------------------*/

#row-all{ position:static;  margin:0 auto;}
#row-2nd {position:static;}
#row-2nd-in {position:static;clear: both;
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0%);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
transform: translate(0,0);
margin:25px auto 0px;font-size: 90%;
padding:0;background:none;
    width: 90%;
min-width: 90%;color: #555;
    }

/*コンテンツ
---------------------------------------------------------------------------*/
#contentsin,#contentsin0 {
	padding-top: 50px;	/*上側のボックス内の余白*/
	width : 90%;
}
section + section {
	padding-top: 20px;
}

/*box1（トップページの「私たちのこだわり食材」以下の４つのブロック）
---------------------------------------------------------------------------*/
/*説明文*/
.box1 figcaption.w50 {
	width: auto;
}


/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {width: 100%;}
.boxall3,
div.boxf1,
div.boxf2
{display:block;width: 98%;}
div.boxf1{margin-bottom:20px;}


/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,.m-n {display: none;}
.big1 {font-size: 24px;}
.w50 {overflow: hidden;width: auto;}
.fl {float: none;}
.fr {float: none;}


}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:550px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 90%;	/*文字サイズ*/
	line-height: 1.6;	/*行間*/
}

/*トップのリード
---------------------------------------------------------------------------*/
.lead_tex{margin-top:-30px;line-height:1.7;}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	padding-top: 70px;
	margin-bottom: 20px;
}
#contents h3 {
	font-size: 20px;
	margin-bottom: 20px;
}


#contents .box3 h3{
	font-size: 85%;	/*文字サイズ*/
	letter-spacing:0;}

/*コンテンツ
---------------------------------------------------------------------------*/
#contentsin,#contentsin0 {
	width : 97%;
}


/*フッターメニュー
---------------------------------------------------------------------------*/
#menu_f li a{padding:0;}

/*ボックス全体*/
div.boxf2{display:none;}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
table.ta1 th,
table.ta1 tr,
table.ta1 td,
table.ta2 th,
table.ta2 tr,
table.ta2 td
{	border:none;display:block;
	padding: 8px;	/*ボックス内の余白*/
	width: 96%;
}

table.ta1,table.ta2{margin:0px auto;background-color:#F5F5F5;}

table.ta1 th:after{display:none;}

table.ta2 th{background-color:#60634e;color: #ffffff;}
table.ta2 td{text-align:center;}


/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	font-size: 16px;		/*文字サイズ*/
}

/*説明文内のstrongタグ*/
.box1 figcaption strong {
	font-size: 100%;	/*文字サイズ*/
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}
.sh {display:block;}
.pc {display:none;}




}
