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

/* 参考--------------------------
背景黒　background-color: #1a1a1a;
テーマ緑　#c3d100
 -------------------------- */
 /* -------------------------- --------------------------
■　COMMON
---------------------------------------------------- */
/* ---header ロゴ FindFarmの表示---*/
 header{
	 width: 100%;
	 height: 46px;
	 background-color: #1a1a1a;
/*	 position:fixed;
	 top:0;
	 left:0;*/
	 }
 header h1{
	 padding:11px 0 0 10px;
	 }
header h1 img{
	 height:28px;
	 width: auto;
	 }

/* ---ハンバーガーmenuの表示--- */

#header_menu_list {
    background-color: #1a1a1a; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px 40px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -300px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 300px; /*メニュー横幅*/
    z-index: 1000;
}

#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}

#menu-icon {
    background-color: #1a1a1a; /*アイコン部分背景色*/
    color: #c3d100; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 46px; /*アイコン（フォント）サイズ*/
    height: 46px; /*アイコン縦高さ*/
    line-height: 0.9em; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
}

#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}

#menu-cb:checked ~ #header_menu_list,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-300px); /*メニュー本体横幅 width と合わせる*/
}

#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}
/*ENDハンバーガーメニュー*/





/*メニューリストの処理*/
#header_menu_list li{
	border-bottom: dotted #666 1px;
}
#header_menu_list li:first-child{
	border-bottom: none;
}
#header_menu_list li a{
	color: #999;
	line-height:3.5em;
	font-size:12px;
}
body{
    background:  #1a1a1a;
}

/* ---menu内検索窓--- */
dl.search{
	position:relative;
	background-color:#c3d100;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	margin-top:10px;
}
dl.search dt{
/*	margin-right:20px;*/
	padding:5px 0 0 10px;
}
dl.search dt input{
	width:100%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
	font-size:14px;
	color: #1a1a1a;
}
dl.search dd{
	position:absolute;
	top:0;
	right:0px;
}
dl.search dd button{
	display:block;
	padding:10px;
	background:none;
	border:none;
}
/*虫眼鏡アイコン
	dl.search dd button span{
	display:block;
	width:20px;
	height:20px;
	background-color: #f00;
	background: url("images/common/searches.png") no-repeat;
<img src="images/mainImg_top_mobile.jpg" alt=""/>}*/
dl.search dd button span{
	display:block;
	width:20px;
	height:20px;
	background:url('images/common/searches.png') no-repeat scroll 0 0;
}
/*メニュー 検索窓placefolder色変更*/
dl.search dt input::-webkit-input-placeholder {
    color: #fff;
    font-weight: normal;
}
dl.search dt input:-ms-input-placeholder {
    color: #fff;
    font-weight: normal;
}
dl.search dt input::-moz-placeholder {
    color: #fff;
    font-weight: normal;
}
/*inputフォーカス効果打ち消し*/
.nofocus:focus{
    outline: 0;
}

/* -------------------------- --------------------------
■　HOME ページ
---------------------------------------------------- */
/*TOP ログインボタン*/
.inner .top_login {

}

.block_1st{
    width:100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    max-height: 500px;
    margin-bottom: 20px;
}

.block_1st .bg{
    height:100%;
}
.block_1st .bg img{
    vertical-align: top;
    width: 100%;
}
.block_1st .title,
.block_1st .introduce{
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height:1.8em;
	letter-spacing:0.1em;
}

.block_1st .title{
    margin-bottom: 20px;
}
.block_1st .title img{
	width:100%
}

.block_1st .introduce{
    margin-bottom: 10px;
}
.block_1st .top_login{
    font-size:13px;
    line-height:2em;
    letter-spacing: 0.3em;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#659a2e;
    background-color:#fff;
    border-radius:4px;
    margin: 0 auto;

}
.block_1st .center{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width:80%;
    height: 230px;
}
.block_2nd{
    background: #1a1a1a;
    width: 90%;
    margin: 0 auto 20px;
}
.block_2nd .title{
    color: #fff;
    font-size: 16px;
    margin: 40px 0 20px; 
	letter-spacing: 0.1em;
}
.block_2nd .farm_list{

}
.block_2nd .farm_list:after{
    content: '';
    display: block;
    height: 0;
    clear: both;

}
.block_2nd .farm_list li{
    float: left;
    width: 49%;
    display: block;
    margin-right:2%;
    margin-bottom: 20px;
}
.block_2nd .farm_list li:nth-child(2n){
    margin-right: 0;
}

.block_2nd .farm_list li a{
    display: block;
    width: 100%;
    height:100%;
    position: relative;
    text-align: center;
    overflow: hidden;

}
.block_2nd .farm_list li a .caption{

    display: block;
    width: 100%;
}
.block_2nd .farm_list li a .caption span{
    color: #fff;
    font-size: 11px;
	line-height:1.4em;
    vertical-align: bottom;
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
/*    background: -webkit-gradient(linear,left top,left bottom,from(rgba(260,260,260,0)),to(rgba(26,26,26,1)));*/
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));
    padding: 50px 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block_2nd .farm_list li a .caption img{
    width: 100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.block_2nd .farm_list li a .caption img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
footer p{
	color:#c3d100;
	font-size:10px;
	text-align:center;
	padding:14px 0;
	background-color:#000;
	}
	
	
/* -------------------------- --------------------------
■　ログイン ページ
---------------------------------------------------- */
/*−−−背景画像配置--- */
.inner{
	/*background:url(../images/mainImg_top_mobile.jpg) no-repeat center center fixed;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  width:100vh;
  height:100vh;*/
background:url(../images/sp_1st_bg.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width:100%;
  padding: 20px 0;
	}
/*−−−フォーム要素--- */
.ulWrap{
	/*margin: 80px 20px;*/
  margin: 0;
	}
.loginForm .title{
	font-size:16px;
	letter-spacing: 0.1em;
	padding:20px 0 15px;
	}
	
.loginForm li{
/*	top: 80px;.
    left: 0;
    right: 0;
    margin: 0 auto;*/

	/* 170107 koba
  display:inline-table;
	margin-top:20px;
	padding:20px;
	width:95%;
	background:rgba(195,209,0,1);
	opacity: 1;
	color: #fff;
	border-radius:4px;*/

  display: block;
  padding:20px;
  width:95%;
  box-sizing: border-box;
  margin: 0 auto 20px;
  background:rgba(0,0,0,0.5); /*background:rgba(195,209,0,0.6);*/
  opacity: 1;
  color: #fff;
  border-radius:4px;
}
.loginForm li:last-child{
  margin-bottom: 0;
}
.loginForm li h3,
.loginForm li div,
.loginForm li label{
  color: #fff;
  display: block;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.loginForm li label.cb{
  display: inline;
}
.loginForm li h3{
  font-size: 18px;
}
.loginForm li input{
  font-size: 16px;
  padding: 10px;
  margin-bottom:20px;
  box-sizing: border-box;
}
.loginForm li input[type="checkbox"]{
  margin-bottom: 0;
}
.loginForm li input.login_text{
  width: 100%;
  border-radius: 5px;
}
.loginForm li input.login_submit{
  background: #c3d100;
  border: 0;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  width: 100%;
}
.loginForm li div{
  line-height: 1.4;
}

.btnStyle{
	width:80%;
    height: 20px;
    font-size:13px;
	line-height:2em;
	letter-spacing: 0.3em;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#659a2e;
	background-color:#fff;
	border-radius:4px;
}

.loginForm li div.high input{
  font-size: 16px;
  padding: 10px 0 60px 10px;
  margin-bottom:20px;
  box-sizing: border-box;
}
/* -------------------------- --------------------------
■　MY ページ TOP
---------------------------------------------------- */
.myTitle{
	position:relative;
	}
.myTitle .myIntroduce{
	position:absolute;
	bottom:16px;
	left:16px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.1em;
	}
	.myTitle .myIntroduce span{
	font-size:11px;
	line-height:2em;
	}
.myTitle .bg img {
    vertical-align: top;
    width: 100%;
	}
	
.myFollow{
    background: #1a1a1a;
    width: 90%;
	hight:30px;
    margin: 10px auto 20px;
	position:relative;
}

.myFollow .myFollowRigt{
	position:absolute;
	width:70%;
	hight:100%;
	right:0;
	top:5px;
}

.myFollow .myFollowRigt .flexbox{
	display:flex;
	width:100%;
	}
.myFollow .myFollowRigt .flexbox li{
    width:48%;
    list-style-type:none;
    color:#999;
    text-align:center;
	line-height:1.2em;
	}
.myFollow .myFollowRigt .flexbox li .fontSmall{
	font-size:9px;
	}
.myFollow .myFollowRigt .flexbox li .star{
	color:#fbb03b;
	}
.myFollow .followBtn{
	font-size: 13px;
    letter-spacing: 0.3em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 8px 0 10px;
    color: #000;
    background-color: #c3d100;
    border-radius: 4px;
    margin: 0 auto;
	width:70%;
	position:absolute;
	right:0;
	bottom:0;
	}

/*----- MyPageナビゲーションメニュー -----*/
.myNavi {
    background-color: #707070;
}

.myNavi a {
  margin: 10px;
  border-radius: 1px;
  background: #707070;
  color: #fff;
  font-size:12px;
  display: block;
  padding: 12px 14px;
  text-decoration: none;
}
.myNavi .selectPage{
	background: #c3d100;
	color:#000;
	}

.myNavi ul {
    display: flex;
    flex-flow: row;
	justify-content: center;
    margin: 0;
    padding: 1px;
    list-style-type: none;
}
.myNavi a {
	margin:1px;
    display: block;
	border-radius: 1px;
    color: white;
    text-decoration: none;
}
/*----- Myshopメニュー -----*/

.myblock .farm_list{
	margin:20px auto;
	width:90%;
	}
.myblock img {
	display:block;
	width:100%;
	margin-bottom:10px;
	}
.myblock .shopInfo {
	background:#1a1a1a;
	width:100%;
	}
.myblock .shopInfo p.left{
	color:#c3d100;
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
	padding-bottom:10px;
}
.myblock .shopInfo p .fontS{
	color:#fff;
	font-size:12px;
	font-weight:normal;
}
.myblock .shopInfo p.textArea{
	color:#fff;
	font-size:13px;
	line-height:1.5em;
	font-weight:normal;
	margin-bottom:8px;
}
.myblock .shopInfo p.moreInfo{
	color:#999;
	font-size:13px;
	text-align:center;
	font-weight:normal;
}

/*----- MyPage注文ボタン -----*/
.myOrderArea {
    background-color: #1a1a1a;
	margin-top:30px;
}
.myOrderArea a {
  margin: 1px 8px;
  border-radius: 1px;
  background: #c6000c;
  color: #fff;
  font-size:14px;
  letter-spacing:0.1em;
  display: block;
  padding: 12px 40px;
  text-decoration: none;
}
.myOrderArea a.question {
	  background: #666;
	}
.myOrderArea ul {
    display: flex;
    flex-flow: row;
	justify-content: center;
    margin: 0 0 36px;
    padding: 1px;
    list-style-type: none;
}

/* -------------------------- --------------------------
■　MY ページ NEWS
---------------------------------------------------- */
/*SNS Linkボタン*/
.snsLink {
	background-color: #1a1a1a;
	color: white;
}
.snsLink ul {
	display: flex;
	margin: 0;
	padding:1px;
	list-style-type: none;
	flex-flow: row;/*1 リストを左から並べて*/
}
.snsLink li img {
	width:24px;
	height:24px;
	}
.snsLink  li.like {
  margin-left: auto; /*2 ハートだけ右寄せ*/
  
}
.snsLink  a {
	display: inline-block;
	padding: 1px 5px;
}

.myOrderAreaB{
    background-color: #1a1a1a;
	margin:30px 0 30px;
}
.myOrderAreaB li{
	width: 50%;
}
.myOrderAreaB a {
  margin: 1px 8px;
  border-radius: 1px;
    background: #c6000c;
  color: #fff;
  font-size:15px;

  letter-spacing:0em;
  text-align:center;
  line-height:1.4em;
  display: block;
  padding: 6px 10px;
  text-decoration: none;
}
.myOrderAreaB a.nextTxt {
	color:#000;
	  background: #c3d100;
	}
.myOrderAreaB ul {
    display: flex;
    flex-flow: row;
	justify-content: center;
    /*margin: 0 0 36px;*/
    padding: 1px;
    list-style-type: none;
}
.blogColum{
	margin:30px 0 50px;
	}
	
	
/* -------------------------- --------------------------
■　MY ページ 基本情報
---------------------------------------------------- */

.infomap{
	padding:5px 0 5px;
	}