@charset "UTF-8";
/*
Theme Name:やまみフルーツ
Theme URI:https://www.narts.jp/
Description:やまみフルーツ用テーマ
Author:NARTS
Author URI:https://www.narts.jp/
Version:1.0
*/

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

img{
	vertical-align: bottom;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}

a{color: #007F46; text-decoration:none;}
a:hover{color: #007F46; text-decoration:underline;}

*, *:before, *:after {
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				 -o-box-sizing: border-box;
				-ms-box-sizing: border-box;
						box-sizing: border-box;
}

a:link img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: opacity 0.5s ease-out;
}

a:hover img {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}


/*************************************************************

	サイズ調整

*************************************************************/
.taL {text-align: left !important;}
.taC {text-align: center !important;}
.taR {text-align: right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
.mt50{margin-top: 50px !important;}

.mb05{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}

.ml05{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml25{margin-left: 25px !important;}
.ml30{margin-left: 30px !important;}
.ml35{margin-left: 35px !important;}
.ml40{margin-left: 40px !important;}
.ml45{margin-left: 45px !important;}
.ml50{margin-left: 50px !important;}

.mr05{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}
.mr30{margin-right: 30px !important;}
.mr35{margin-right: 35px !important;}
.mr40{margin-right: 40px !important;}
.mr45{margin-right: 45px !important;}
.mr50{margin-right: 50px !important;}

.pt05{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}

.pb05{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}

.pl05{padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}

.pr05{padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}

.fs10{font-size: 10px !important;}
.fs11{font-size: 11px !important;}
.fs12{font-size: 12px !important;}
.fs13{font-size: 13px !important;}
.fs14{font-size: 14px !important;}
.fs15{font-size: 15px !important;}
.fs16{font-size: 16px !important;}
.fs17{font-size: 17px !important;}
.fs18{font-size: 18px !important;}
.fs19{font-size: 19px !important;}
.fs20{font-size: 20px !important;}
.fB{font-weight: bold !important;}
.fwN{font-weight: normal !important;}

.lh12{line-height: 1.2;}
.lh13{line-height: 1.3;}
.lh14{line-height: 1.4;}
.lh15{line-height: 1.5;}
.lh16{line-height: 1.6;}
.lh17{line-height: 1.7;}
.lh18{line-height: 1.8;}
.lh19{line-height: 1.9;}
.lh20{line-height: 2.0;}

.tRed {color: #FF0000;}

.fL{float: left;}
.fR{float: right;}
.clear{clear: both;}

/* 計算方法　HD動画（16:9）の場合100÷16×9=56.25% に設定 */
.movie_box{text-align: center; padding: 0 0 56.25% 0; position: relative; width: 100%;}
.movie_box iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　正方形動画（4:4）の場合100÷4×4=100% に設定 */
.movie_box2{text-align: center; padding: 0 0 100% 0; position: relative; width: 100%;}
.movie_box2 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　長方形動画（4:3）の場合100÷4×3=75% に設定 */
.movie_box3{text-align: center; padding: 0 0 75% 0; position: relative; width: 100%;}
.movie_box3 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}


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

.br-sp{}
.pc{}
.sp{display:none !important;}


/****************************************

	header

*****************************************/
header{
	min-width: 1000px;
}
#header{
	width: 1000px;
	margin: 0 auto;
}


#header-logo{
	width: 430px;
	float: left;
}
#header-bnr{
	width: 570px;
	float: right;
}


#header-logo p{
	padding: 35px 0 20px 0;
	color: #333;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 400;
}
#header-logo h1{
	padding: 0 0 45px 0;
}


#header-contact{
	width: 300px;
	float: left;
}
#header-gift{
	width: 250px;
	float: right;
}


#header-contact p{
	margin: 20px 0 40px 0;
}
#header-contact p img{
	width: 100%;
	height: auto;
}
#header-gift ul{
	margin: 20px 0 40px 0;
}
#header-gift ul li{
	margin: 0 -11px 10px 0;
}
#header-gift ul li:last-child{
	margin: 0;
}
#header-gift ul li img{
	width: 100%;
	height: auto;
}


/****************************************

	nav

*****************************************/
nav#pc_gnavi{}
#gnavi{
	width: 1000px;
	margin: 0 auto 30px auto;
}
#gnavi ul{}
#gnavi ul li{
	float: left;
	margin: 0 10px 0 0;
}
#gnavi ul li:last-child{
	margin: 0;
}
#gnavi-menu{}
#gnavi-toggle{
	display: none;
}

#sp_gnavi_box{display: none;}


/****************************************

	footer

*****************************************/
footer{
	min-width: 1000px;
	background: #FEE187;
}
#footer{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

#footer-information{
	float: left;
	width: 330px;
}
#footer-information #footer-logo{
	padding: 0 0 15px 0;
}
#footer-information #footer-address{
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

#footer-link{
	float: right;
	width: 670px;
}
#footer-link ul.footer-link01{
	width: 330px;
	float: left;
}
#footer-link ul.footer-link02{
	width: 340px;
	float: left;
}
#footer-link ul.footer-link01 li,
#footer-link ul.footer-link02 li{
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	font-weight: 700;
}
#footer-link ul.footer-link01 li:last-child,
#footer-link ul.footer-link02 li:last-child{
	margin: 0;
}
#footer-link ul.footer-link01 li::before,
#footer-link ul.footer-link02 li::before{
	font-size: 18px;
	font-family: FontAwesome;
	content:' \f105';
	padding:0 10px 0 0;
	color: #333;
}
#footer-link ul.footer-link01 li a,
#footer-link ul.footer-link02 li a{
	color: #333;
}
#footer-link ul.footer-link01 li a:hover,
#footer-link ul.footer-link02 li a:hover{
	color: #333;
}

#footer-link ul.footer-link01 li ul,
#footer-link ul.footer-link02 li ul{
	margin: 10px 0 0 20px;
}
#footer-link ul.footer-link01 li ul li,
#footer-link ul.footer-link02 li ul li{
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 5px 0;
	font-weight: 400;
}
#footer-link ul.footer-link01 li ul li::before,
#footer-link ul.footer-link02 li ul li::before{
	font-size: 18px;
	content:' -';
	padding:0 10px 0 0;
	color: #333;
}


#footer-copyright{
	min-width: 1000px;
	background: #FE6A00;
}
#footer-copyright p{
	text-align: center;
	padding: 22px 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
}

#pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("images/common/pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 51px;
	height: 53px;
}


/****************************************

	main-visual

*****************************************/
#main-visual{
	width: 1000px;
	margin: 0 auto 60px auto;
}


#sub-visual{
	background-image: url("images/common/visual-bg.gif");
	background-position: left top;
}
#sub-visual-inner{
	width: 1000px;
	margin: 0 auto 40px auto;
	background-image: url("images/common/visual-bg-etc.png");
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 200px;
}
#sub-visual-inner h2{
	color: #007F46;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	padding: 80px 0 0 0;
	-moz-text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),0px 0px 5px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),0px 0px 5px rgba(255, 255, 255, 1);
	-ms-text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),0px 0px 5px rgba(255, 255, 255, 1);
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1),0px 0px 5px rgba(255, 255, 255, 1);
}


#sub-img-visual{
	background-image: url("images/common/visual-bg.gif");
	background-position: left top;
}
#sub-img-visual-inner{
	width: 1000px;
	margin: 0 auto 40px auto;
	background-image: url("images/common/visual-bg-etc.png");
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 200px;
}
#sub-img-visual-inner h2{
	padding: 70px 0 0 0;
}


/****************************************

	breadcrumbs

*****************************************/
.breadcrumbs{
	color: #000;
	font-size: 14px;
	padding: 0 0 35px 0;
}
.breadcrumbs a{
	text-decoration: none;
	color: #007F46;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}


/****************************************

	template

*****************************************/
#contents{
	width: 1000px;
	margin: 0 auto 50px auto;
}

main{}
main > h2{
	color: #333;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	background-image: url("images/common/h2-bg.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}
main > h3{
	border-left: 10px solid #007F46;
	padding: 10px 15px;
	color: #333;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	padding: 12px 0 12px 12px;
	margin: 0 0 25px 0;
	background-image: url("images/common/h3-bg.png");
	background-position: left top;
}
main > h4{
	border-bottom: 1px dotted #007F46;
	padding: 5px 0 10px 0;
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
}
main > h5{
	border-left: 5px solid #007F46;
	padding: 0 0 0 10px;
	color: #333;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
}
main > p{
	margin: 0 0 25px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}

main > table{
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
}
main > table th{
	background-color: #eee;
	padding: 10px 15px;
	border:1px solid #ccc;
	color: #333;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}
main > table td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 16px;
}

main > ul{
	margin: 0 0 25px 20px;
}
main > ul li{
	font-size: 16px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #333;
}
main > ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
main > ul li ul li{
	font-size: 16px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #333;
}

main > table ul{
	margin: 0 0 0 20px;
}
main > table ul li{
	font-size: 16px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #333;
}
main > table ul li ul{
	padding: 0;
	margin: 0 0 0 20px;
}
main > table ul li ul li{
	font-size: 16px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #333;
}


.alignright{
	float: right;
	margin: 0 0 20px 20px;
}
.aligncenter{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
.alignleft{
	float: left;
	margin: 0 20px 20px 0;
}


/****************************************

	news(single archive)

*****************************************/
.post-time{
	text-align: right;
	margin: 0 0 20px 0;
	color: #999;
	font-size: 13px;
	line-height: 1.2;
}


#news-archive{}
#news-archive dl{
	padding: 0 0 30px 0;
}
#news-archive dl dt{
	float: left;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
}
#news-archive dl dd{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 160px;
	background-position: left bottom;
	border-bottom: 1px dotted #999;
	color: #333;
	font-size: 16px;
}


p.news-all-btn{
	margin: 50px 0 0 0;
}
p.news-all-btn a{
	display: block;
	border: 1px solid #007F46;
	background: #fff;
	padding: 25px 30px;
	color: #007F46;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}
p.news-all-btn a::after{
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	font-size: 30px;
	font-family: FontAwesome;
	content:' \f105';
	color: #007F46;
	font-weight: 400;
}
p.news-all-btn a:hover{
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}


.pagination{
	text-align: center;
	padding: 20px 0;
}
a.page-numbers,
.pagination .current{
	background: #fff;
	border: solid 1px #007F46;
	font-size: 14px;
	padding: 5px;
	margin: 0;
	text-decoration: none;
}
.pagination .current{
	background: #007F46;
	border: solid 1px #007F46;
	color: #fff;
}


/****************************************

	404

*****************************************/
#notfound{
	background: #FFFCDB;
	padding: 30px;
}
#notfound p.system-message{
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#notfound p.home-btn{
	text-align: left;
}
#notfound p.home-btn a{
	display: block;
	border: 1px solid #007F46;
	background: #fff;
	padding: 25px 30px;
	color: #007F46;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}
#notfound p.home-btn a::after{
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	font-size: 30px;
	font-family: FontAwesome;
	content:' \f105';
	color: #007F46;
	font-weight: 400;
}
#notfound p.home-btn a:hover{
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}


/****************************************

	cta

*****************************************/
.cta{
	padding: 40px 0 0 0;
	background-image: url("images/common/cta-bg.gif");
	background-position: left top;
}
.cta p{
	text-align: center;
}


/****************************************

	トップページ

*****************************************/
#top-instagram{
	padding: 0 0 60px 0;
}
#top-instagram-inner{
	width: 1000px;
	margin: 0 auto;
}
#top-instagram h3{
	text-align: center;
}


#top-instagram02{
	padding: 0 0 60px 0;
}
#top-instagram02-inner{
	width: 1000px;
	margin: 0 auto;
}
#top-instagram02 h3{
	text-align: center;
}


#top-giftfruit{
	background: #FFE000;
}
#top-giftfruit-inner{
	padding: 52px 0 0 0;
	width: 1000px;
	margin: 0 auto;
}
#top-giftfruit h3{
	text-align: center;
	padding: 0 0 32px 0;
}
#top-giftfruit-box{}
#top-giftfruit ul{
	width: 660px;
	float: left;
	padding: 0 0 60px 0;
}
#top-giftfruit ul li{
	margin: 0 0 20px 0;
}
#top-giftfruit ul li:last-child{
	margin: 0;
}
#top-giftfruit-image{
	width: 340px;
	float: right;
}
#top-giftfruit-image p{
	text-align: right;
	margin: 0 40px 0 0;
}


#top-access{
	padding: 60px 0;
}
#top-access-inner{
	width: 1000px;
	margin: 0 auto;
}
#top-access h3{
	text-align: center;
	padding: 0 0 30px 0;
}

#top-access-contents{
	width: 490px;
	float: left;
}
#top-access-map{
	width: 490px;
	float: right;
}
#top-access-map img{
	width: 100%;
	height: auto;
}

#top-access-contents p.top-access-time-ttl{
	color: #664C00;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	background-image: url("images/top/access-prt01.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 20px;
	padding: 0 0 5px 35px;
}
#top-access-contents p.top-access-time{
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 0 20px 35px;
}
#top-access-contents p.top-access-address{
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	background-image: url("images/top/access-prt02.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 20px;
	padding: 0 0 20px 35px;
}
#top-access-contents p.top-access-walk{
	background: #FFFCDB;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
	padding: 20px;
	margin: 0 0 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

/* 計算方法　(画像の高さ÷横) × 100 = の数値を設定 */
#top-access-contents .top-access-youtube{text-align: center; padding: 0 0 66.3265306122449% 0; position: relative; width: 100%;}
#top-access-contents .top-access-youtube iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}


#top-story{
	padding: 60px 0;
	background-image: url("images/top/story-bg.gif");
	background-position: left top;
}
#top-story-inner{
	width: 1000px;
	margin: 0 auto;
}
#top-story h3{
	text-align: center;
	padding: 0 0 30px 0;
}
#top-story ul{}
#top-story ul li{
	float: left;
	margin: 0 20px 0 0;
}
#top-story ul li:last-child{
	margin: 0;
}


#top-staff{
	padding: 60px 0;
}
#top-staff-inner{
	width: 1000px;
	margin: 0 auto;
}
#top-staff h3{
	text-align: center;
	padding: 0 0 30px 0;
}
#top-staff p.staff-image{
	text-align: center;
}
#top-staff p.staff-btn{
	margin: -75px 20px 0 20px;
}
#top-staff p.staff-btn a{
	display: block;
	border: 1px solid #007F46;
	background: #fff;
	padding: 25px 30px;
	color: #007F46;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}
#top-staff p.staff-btn a::after{
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	font-size: 30px;
	font-family: FontAwesome;
	content:' \f105';
	color: #007F46;
	font-weight: 400;
}
#top-staff p.staff-btn a:hover{
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}


#top-news{
	padding: 60px 0;
	background-image: url("images/top/news-bg.gif");
	background-position: left top;
}
#top-news-inner{
	width: 1000px;
	margin: 0 auto;
}
#top-news h3{
	text-align: center;
	padding: 0 0 25px 0;
}
#top-news dl{
	padding: 0 20px 30px 20px;
}
#top-news dl dt{
	float: left;
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
}
#top-news dl dd{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 160px;
	background-position: left bottom;
	border-bottom: 1px dotted #999;
	color: #333;
	font-size: 16px;
}

#top-news p.news-btn{
	margin: 0 20px 0 20px;
}
#top-news p.news-btn a{
	display: block;
	border: 1px solid #007F46;
	background: #fff;
	padding: 25px 30px;
	color: #007F46;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}
#top-news p.news-btn a::after{
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -20px;
	font-size: 30px;
	font-family: FontAwesome;
	content:' \f105';
	color: #007F46;
	font-weight: 400;
}
#top-news p.news-btn a:hover{
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
}


/****************************************

	ギフトフルーツ

*****************************************/
#giftfruit-page{
	background: #FFE000;
	padding: 40px 0 0 0;
	width: 1000px;
	margin: 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#giftfruit-page-box{}
#giftfruit-page ul{
	width: 660px;
	float: left;
	padding: 0 0 40px 40px;
}
#giftfruit-page ul li{
	margin: 0 0 20px 0;
}
#giftfruit-page ul li:last-child{
	margin: 0;
}
#giftfruit-page-image{
	width: 340px;
	float: right;
}
#giftfruit-page-image p{
	text-align: right;
	margin: 0 30px 0 0;
}


/****************************************

	ギフトフルーツ - 下層

*****************************************/
#giftfruit-catch{
	text-align: center;
	padding: 0 0 40px 0;
}


.giftfruit-2column{
	padding: 0 0 40px 0;
}
.giftfruit-2column .giftfruit-2column-contents{
	width: 490px;
	float: left;
}
.giftfruit-2column .giftfruit-2column-image{
	width: 490px;
	float: right;
}

.giftfruit-2column .giftfruit-2column-contents p{
	margin: 0 0 25px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}
.giftfruit-2column .giftfruit-2column-contents p.nosi{
	margin: -10px 0 0 0;
}

.giftfruit-itemlist{}
.giftfruit-itemlist ul{
	margin: 0 0 20px 0;
}
.giftfruit-itemlist ul li{
	margin: 0 20px 20px 0;
	width: 235px;
	float: left;
}
.giftfruit-itemlist ul li:nth-of-type(4n){
	margin: 0 0 20px 0;
}


.giftfruit-packing-box{}
.giftfruit-packing-box .giftfruit-packing-image{
	width: 270px;
	float: left;
}
.giftfruit-packing-box .giftfruit-packing-contents{
	width: 730px;
	float: right;
}
.giftfruit-packing-box .giftfruit-packing-image p{
	text-align: center;
}
.giftfruit-packing-box .giftfruit-packing-contents p{
	margin: 0 0 25px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}
.giftfruit-packing-box .giftfruit-packing-contents h4{
	border-bottom: 1px dotted #007F46;
	padding: 5px 0 10px 0;
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
}


/****************************************

	ちょっと面白い話し

*****************************************/
.story-box{}
.story-box-txt{
	width: 490px;
	float: left;
}
.story-box-image{
	width: 490px;
	float: right;
}
.story-box-txt p{
	margin: 0 0 25px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}
.story-box-image p{
	text-align: center;
}


/****************************************

	スタッフ紹介

*****************************************/
.staff-catch{
	text-align: center;
	margin: 0 0 40px 0;
}


.staff-box{
	margin: 0 0 40px 0;
}
.staff-box-image{
	width: 370px;
	float: left;
}
.staff-box-txt{
	width: 600px;
	float: right;
}
.staff-box-image p{
	text-align: center;
}
.staff-box-txt p{
	margin: 0 0 25px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}
.staff-box-txt p:last-child{
	margin: 0;
}

.staff-box-item{
	display: inline-block;
	margin: 0 20px 20px 0;
}
.staff-box-item-ttl{
	background: #007F46;
	padding: 5px 10px;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	float: left;
}
.staff-box-item-txt{
	background: #FFEF7F;
	padding: 5px 10px;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	float: left;
}


.staff-box02{
	background: #FFE000;
	padding: 30px;
	margin: 0 0 40px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.staff-box02-txt{
	width: 560px;
	float: left;
}
.staff-box02-image{
	width: 350px;
	float: right;
}

.staff-box02-txt p{
	margin: 0 0 25px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}
.staff-box02-txt p:last-child{
	margin: 0;
}
.staff-box02-image p{
	text-align: center;
}


.staff-private{
	text-align: center;
	margin: 0 0 40px 0;
}


/****************************************

	会社案内

*****************************************/
.company-box{
	margin: 0 0 50px 0;
}
.company-box-image{
	width: 300px;
	float: left;
	text-align: center;
}
.company-box-txt{
	width: 670px;
	float: right;
}

.company-box-txt p{
	margin: 0 0 25px 0;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}


/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
