@charset "UTF-8";

@media screen and (max-width: 999px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

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


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

	header

*****************************************/
header{
	min-width: 100%;
}
#header{
	padding: 0 10px 0 10px;
}


#header-logo{
	margin: 0 35px 0 0;
}
#header-bnr{}


#header-logo p{
	padding: 10px 0 0 0;
	color: #333;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -1px;
}
#header-logo h1{
	padding: 0 0 15px 0;
	width: 40%;
}


#header-contact{
	padding: 0 4.2% 0 4.2%;
}
#header-gift{
	padding: 0 12.5% 0 12.5%;
}


#header-contact p{
	text-align: center;
	margin: 0 9% 20px 0;
}
#header-contact p img{
	width: 100%;
	height: auto;
}
#header-gift ul{
	text-align: center;
	margin: 20px 0 25px 0;
}
#header-gift ul li{
	margin: 0 -4.5% 10px 0;
}
#header-gift ul li:last-child{
	margin: 0;
}
#header-gift ul li img{
	width: 100%;
	height: auto;
}


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

	nav

*****************************************/
nav#pc_gnavi{display: none;}


#sp_gnavi_box{}
/*ヘッダー(SP)メニュー部分*/
nav#sp_gnavi{
	display: none;
	position: absolute;
	top: 55px;
	width: 100%;
	background: #007F46;
	left: 0;
	z-index: 100;
}
nav#sp_gnavi > ul{
	display: block;
}
nav#sp_gnavi > ul li{
	border-bottom: 1px solid #fff;
	font-size: 13px;
	margin: 0 15px 0 15px;
	position: relative;
}
nav#sp_gnavi > ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 12px 0 12px 15px;
}
nav#sp_gnavi > ul li a::before{
	font-size: 12px;
	line-height: 1.2;
	font-family: FontAwesome;
	content:' \f105';
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: 15px;
	left: 0;
}
nav#sp_gnavi > ul li:last-child{
	border: none;
}

nav#sp_gnavi > ul li ul{
	border-top: 1px solid #fff;
	border-bottom: none;
}
nav#sp_gnavi > ul li ul li{
	border-bottom: 1px solid #fff;
	font-size: 13px;
	margin: 0;
	position: relative;
}
nav#sp_gnavi > ul li ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 12px 0 12px 35px;
}
nav#sp_gnavi > ul li ul li a::before{
	font-size: 12px;
	line-height: 1.2;
	font-family: FontAwesome;
	content:'-';
	color: #fff;
	font-weight: 900;
	position: absolute;
	top: 15px;
	left: 20px;
}


/*ヘッダー(SP)開閉ボタン*/
#nav_toggle{
	display: block;
	width: 45px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	float: right;
	background: #007F46;
	padding: 10px;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #fff;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1){
	top: 5px;
}
#nav_toggle span:nth-child(2){
	top: 16px;
}
#nav_toggle span:nth-child(3){
	top: 27px;
}

/*ヘッダー(SP)開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


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

	footer

*****************************************/
footer{
	min-width: 100%;
	background: #FEE187;
}
#footer{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

#footer-information{
	text-align: center;
}
#footer-information #footer-logo{
	padding: 0 0 15px 0;
	width: 60%;
	margin: 0 auto;
}
#footer-information #footer-address{
	color: #333;
	font-size: 13px;
	line-height: 1.6;
	padding: 0 0 15px 0;
}

#footer-link{
	padding: 0 15px 0 15px;
}
#footer-link ul.footer-link01{}
#footer-link ul.footer-link02{}
#footer-link ul.footer-link01 li,
#footer-link ul.footer-link02 li{
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 5px 0;
	font-weight: 700;
}
#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: 5px 0 0 20px;
}
#footer-link ul.footer-link01 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{
	color: #333;
	font-size: 12px;
	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: 100%;
	background: #FE6A00;
}
#footer-copyright p{
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-size: 10px;
	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{
	text-align: center;
	margin: 0 auto 30px auto;
}


#sub-visual{
	background-image: url("images/common/visual-bg.gif");
	background-position: left top;
}
#sub-visual-inner{
	width: 100%;
	margin: 0 auto 20px auto;
	background-image: url("images/common/visual-bg-etcsp.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 80%;
	min-height: 145px;
}
#sub-visual-inner h2{
	color: #007F46;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	padding: 15% 0 15% 7%;
	-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: 100%;
	margin: 0 auto 20px auto;
	background-image: url("images/common/visual-bg-etcsp.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 80%;
}
#sub-img-visual-inner h2{
	padding: 15% 0 15% 7%;
}
#sub-img-visual-inner h2.gift{
	width: 58%;
}
#sub-img-visual-inner h2.houji{
	width: 55%;
}
#sub-img-visual-inner h2.love{
	width: 41%;
}
#sub-img-visual-inner h2.packing{
	width: 63%;
}
#sub-img-visual-inner h2.delivery{
	width: 69%;
}
#sub-img-visual-inner h2.story{
	width: 64%;
}
#sub-img-visual-inner h2.staff{
	width: 49%;
}
#sub-img-visual-inner h2.company{
	width: 34%;
}
#sub-img-visual-inner h2.news-all{
	width: 47%;
}
#sub-img-visual-inner h2.news{
	width: 37%;
}


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

	breadcrumbs

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


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

	template

*****************************************/
#contents{
	margin: 0 15px 30px 15px;
}

main{}
main > h2{
	color: #333;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 0 20px 0;
	margin: 0 0 15px 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: 20px;
	line-height: 1.2;
	font-weight: 700;
	padding: 12px 0 12px 12px;
	margin: 0 0 15px 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: 18px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 15px 0;
}
main > h5{
	border-left: 5px solid #007F46;
	padding: 0 0 0 10px;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 15px 0;
}
main > p{
	margin: 0 0 15px 0;
	color: #333;
	font-size: 14px;
	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: 14px;
	text-align: left;
	font-weight: normal;
}
main > table td{
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
}

main > ul{
	margin: 0 0 25px 20px;
}
main > ul li{
	font-size: 14px;
	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: 14px;
	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: 14px;
	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: 14px;
	list-style-type: disc;
	padding: 2px 0 0 0;
	color: #333;
}


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


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

	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 15px 0;
}
#news-archive dl dt{
	padding-top: 10px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
#news-archive dl dd{
	padding-bottom: 10px;
	background-position: left bottom;
	border-bottom: 1px dotted #999;
	color: #333;
	font-size: 14px;
}


p.news-all-btn{
	margin: 20px 0 0 0;
}
p.news-all-btn a{
	display: block;
	border: 1px solid #007F46;
	background: #fff;
	padding: 15px;
	color: #007F46;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}
p.news-all-btn a::after{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -11px;
	font-size: 20px;
	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: 15px;
}
#notfound p.system-message{
	text-align: left;
	color: #333;
	font-size: 13px;
	line-height: 1.8;
	margin: 0 0 15px 0;
}

#notfound p.home-btn{
	text-align: left;
}
#notfound p.home-btn a{
	display: block;
	border: 1px solid #007F46;
	background: #fff;
	padding: 15px;
	color: #007F46;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}
#notfound p.home-btn a::after{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -11px;
	font-size: 20px;
	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: 10% 0 0 0;
	background-image: url("images/common/cta-bg.gif");
	background-position: left top;
}
.cta p{
	text-align: center;
	padding: 0 8% 13% 8%;
}


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

	トップページ

*****************************************/
#top-instagram{
	padding: 0 0 30px 0;
}
#top-instagram-inner{
	padding: 0 15px;
}
#top-instagram h3{
	text-align: center;
}


#top-instagram02{
	padding: 0 0 30px 0;
}
#top-instagram02-inner{
	padding: 0 15px;
}
#top-instagram02 h3{
	text-align: center;
}

#top-giftfruit{
	background: #FFE000;
}
#top-giftfruit-inner{
	padding: 30px 0 0 0;
}
#top-giftfruit h3{
	text-align: center;
	padding: 0 0 20px 0;
	width: 55%;
	margin: 0 auto;
}
#top-giftfruit-box{}
#top-giftfruit ul{
	width: 60%;
	float: left;
	padding: 0 0 30px 15px;
}
#top-giftfruit ul li{
	margin: 0 0 12px 0;
}
#top-giftfruit ul li img{
	width: 100%;
}
#top-giftfruit ul li:last-child{
	margin: 0;
}
#top-giftfruit-image{
	width: 36%;
	float: right;
}
#top-giftfruit-image p{
	text-align: right;
}
#top-giftfruit-image p img{
	width: 100%;
}


#top-access{
	padding: 30px 0 30px 0;
}
#top-access-inner{
	padding: 0 15px;
}
#top-access h3{
	text-align: center;
	padding: 0 0 20px 0;
	width: 36%;
	margin: 0 auto;
}

#top-access-contents{}
#top-access-map{
	margin: 0 0 20px 0;
}
#top-access-map img{
	width: 100%;
}

#top-access-contents p.top-access-time-ttl{
	color: #664C00;
	font-size: 18px;
	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: 15px;
	padding: 0 0 5px 25px;
}
#top-access-contents p.top-access-time{
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	padding: 0 0 15px 25px;
}
#top-access-contents p.top-access-address{
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	background-image: url("images/top/access-prt02.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 15px;
	padding: 0 0 15px 25px;
}
#top-access-contents p.top-access-walk{
	background: #FFFCDB;
	color: #333;
	font-size: 13px;
	line-height: 1.6;
	padding: 15px;
	margin: 0 0 15px 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: 30px 0;
	background-image: url("images/top/story-bg.gif");
	background-position: left top;
}
#top-story-inner{
	padding: 0 15px;
}
#top-story h3{
	text-align: center;
	padding: 0 0 20px 0;
	width: 66%;
	margin: 0 auto;
}
#top-story ul{}
#top-story ul li{
	margin: 0 0 15px 0;
}
#top-story ul li img{
	text-align: center;
	width: 100%;
}
#top-story ul li:last-child{
	margin: 0;
}


#top-staff{
	padding: 30px 0;
}
#top-staff-inner{
	padding: 0 15px;
}
#top-staff h3{
	text-align: center;
	padding: 0 0 20px 0;
	width: 53%;
	margin: 0 auto;
}
#top-staff p.staff-image{
	text-align: center;
	margin: 0 -15px 20px -15px;
}

#top-staff p.staff-btn{
	margin: -12% 0 0 0;
}
#top-staff p.staff-btn a{
	display: block;
	border: 1px solid #007F46;
	background: #fff;
	padding: 15px;
	color: #007F46;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}
#top-staff p.staff-btn a::after{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -11px;
	font-size: 20px;
	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: 30px 0;
	background-image: url("images/top/news-bg.gif");
	background-position: left top;
}
#top-news-inner{
	padding: 0 15px;
}
#top-news h3{
	text-align: center;
	padding: 0 0 5px 0;
	width: 37%;
	margin: 0 auto;
}

#top-news dl{
	padding: 0 0 15px 0;
}
#top-news dl dt{
	padding-top: 10px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}
#top-news dl dd{
	padding-bottom: 10px;
	background-position: left bottom;
	border-bottom: 1px dotted #999;
	color: #333;
	font-size: 14px;
}

#top-news p.news-btn{}
#top-news p.news-btn a{
	display: block;
	border: 1px solid #007F46;
	background: #fff;
	padding: 15px;
	color: #007F46;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}
#top-news p.news-btn a::after{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -11px;
	font-size: 20px;
	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: 5% 0 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#giftfruit-page-box{}
#giftfruit-page ul{
	width: 60%;
	float: left;
	padding: 0 0 5% 5%;
}
#giftfruit-page ul li{
	margin: 0 0 9% 0;
}
#giftfruit-page ul li img{
	width: 100%;
}
#giftfruit-page ul li:last-child{
	margin: 0;
}
#giftfruit-page-image{
	width: 36%;
	float: right;
}
#giftfruit-page-image p{
	text-align: right;
}
#giftfruit-page-image p img{
	width: 100%;
}


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

	ギフトフルーツ - 下層

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

.giftfruit-2column{
	padding: 0 0 30px 0;
}
.giftfruit-2column .giftfruit-2column-contents{}
.giftfruit-2column .giftfruit-2column-image{
	text-align: center;
}

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

.giftfruit-itemlist{}
.giftfruit-itemlist ul{
	margin: 0 0 4% 0;
}
.giftfruit-itemlist ul li{
	margin: 0 4% 4% 0;
	width: 48%;
	float: left;
}
.giftfruit-itemlist ul li:nth-of-type(2n){
	margin: 0 0 4% 0;
}
.giftfruit-itemlist ul li img{
	width: 100%;
}


.giftfruit-packing-box{}
.giftfruit-packing-box .giftfruit-packing-image{
	width: 21%;
	float: left;
}
.giftfruit-packing-box .giftfruit-packing-contents{
	width: 74%;
	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: 14px;
	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: 18px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 15px 0;
}


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

	ちょっと面白い話し

*****************************************/
.story-box{}
.story-box-txt{}
.story-box-image{}
.story-box-txt p{
	margin: 0 0 15px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
}
.story-box-image p{
	text-align: center;
}


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

	スタッフ紹介

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


.staff-box{
	margin: 0 0 20px 0;
}
.staff-box-image{}
.staff-box-txt{}
.staff-box-image p{
	text-align: center;
	margin: 0 0 20px 0;
}
.staff-box-image-sp{
	text-align: center;
	margin: 20px auto 20px auto !important;
	width: 60%;
}
.staff-box-txt p{
	margin: 0 0 25px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
}
.staff-box-txt p:last-child{
	margin: 0;
}

.staff-box-item{
	margin: 0 0 15px 0;
	background: #FFEF7F;
}
.staff-box-item-ttl{
	background: #007F46;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	float: left;
	width: 20%;
	text-align: center;
}
.staff-box-item-txt{
	background: #FFEF7F;
	padding: 5px 10px;
	color: #000;
	font-size: 14px;
	line-height: 1.8;
	float: left;
	width: 80%;
}


.staff-box02{
	background: #FFE000;
	padding: 20px;
	margin: 0 0 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.staff-box02-txt{}
.staff-box02-image{}

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


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


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

	会社案内

*****************************************/
.company-box{
	margin: 0 0 20px 0;
}
.company-box-image{
	text-align: center;
	margin: 0 0 25px 0;
}
.company-box-txt{}

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



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

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

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