@charset "utf-8";
 /* ================================================ CSS Information
 File Name:      page-home.css
 Author:         Akira Honda
 Last updated:   2015/10/24
 Style Info:     トップページの定義
 Root ID:        #home
 Notes:          
================================================================ */


#siteBody {
	margin-bottom: 0;
}
.top-wrap {
	position: relative;
	z-index: 100;
}
.top-menu {
	width: 15%;
	float: left;
}
.top-menu .top-title {
	margin: 20% auto 13%;
	width: 83%;
}
.top-menu .top-title img {
	width: 100%;
	max-width: 221px;
}
/* ---------------------------------------------------

　ヘッダー

---------------------------------------------------- */
#nav-wrap {
	overflow: hidden;
	margin: 0 auto;
	background: #0D4925;
}
#nav-wrap img {
	width: 100%;
}
#nav {
 margin: 0;
	line-height: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#nav li {
	position: relative;
}
#nav li a {
	display: block;
	width: 100%;
	height: auto;
	background: #0D4925;
	transition: 0.5s;
}
#nav li:hover > ul > li {
	overflow: visible;
	height: auto;
}
#nav li ul {
	list-style-type: none;
	padding: 0;
}
#nav li ul li {
	overflow: hidden;
	height: 0;
	/*left: 108px;*/
	transition: 0.2s;
}
#nav li ul li a {
	background-color: #15783D;
	transition: 0.5s;
}
.top-menu #nav-wrap .sns {
	margin: 0 auto;
	padding: 5% 0;
	width: 50%;
}
#nav-wrap .sns .facebook {
	width: 35%;
	float: left;
	margin-top: 15%;
}
#nav-wrap .sns .twitter {
	width: 35%;
	float: right;
	margin-top: 15%;
}
/* ---------------------------------------------------

	スライダー

--------------------------------------------------- */
.main-image {
	width: 85%;
	line-height: 0;
	background: #0D4925;
	padding-left: 15%;
}
/* トップスライド下 News */
.top-news {
	/*display: table;*/
	z-index: 500;
	width: 100%;
	position: relative;
	background-color: #8E763C;
}
.top-news .news {
	/*float: left;*/
	display: table-cell;
	height: auto;
}
.top-news .news img {
	width: 100%;
}
.top-news .news-info {
	width: 85%;
	vertical-align: middle;
	color: #FFF;
	background-color: #CDAE5F;
	display: table-cell;
	font-size: 1.3vw;
	padding: 7px 0 0;
	line-height: 20px;
}
.top-news .news-info .day {
	float: left;
	margin-left: 2%;
	font-weight: bold;
	padding: 5px 0;
}
.top-news .news-info .info-txt {
	margin-left: 2%;
	float: left;
	text-align: justify;
	padding: 7px 0;
}
/* ---------------------------------------------------

	section01

--------------------------------------------------- */
.sec01 {
	padding: 7% 0;
	background-color: #EAEAEA;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.sec01 .box-wrap {
	margin: 0 auto;
	width: 90%;
	height:100%;
}
.sec01 .box-wrap .box01 {
	width: 47%;
	float: left;
}
.sec01 .box-wrap .box01 img {
	width: 100%;
}
.sec01 .box-wrap .box02 {
	width: 44%;
	float: right;
}
.sec01 .box-wrap .box02 img {
	width: 100%;
}
.box-wrap .box02 .facility01 {
	margin-bottom: 5.5%;
}
/* ---------------------------------------------------

	section02 お知らせ

--------------------------------------------------- */
.sec02 {
	padding: 7% 0;
	position: relative;
}
.sec02 .title {
	margin: 0 auto 5%;
	width: 70%;
	max-width: 200px;
}
.sec02 .title img {
	width: 100%;
}
.sec02 .view-all {
	margin: 0 auto;
	width: 90%;
	font-size: 18px;
	text-align: right;
	position: absolute;
	top: 13%;
	right: 10%;
}
.sec02 .box-wrap {
	width: 80%;
	margin: 0 auto;
	max-width: 1500px;
}
.sec02 .box-wrap .box-content {
	width: 32%;
	max-width: 480px;
	margin-right: 2%;
	float: left;
}
.sec02 .box-wrap .box-content:last-child {
	margin-right: 0;
}
.sec02 .box-content .office-type {
	font-size: 14px;
	padding: 2% 5%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0D4925;
	display: table;
}
.sec02 .box-content .office-type a {
	color: #FFFFFF;
}
/*.sec02 .box-content .office-type:hover {
	color: #FFFFFF;
	background-color: #1FB15A;
	transition: 0.5s;
}*/
.sec02 .box-content .box {
	border: 1px solid #C4C4C4;
	display: block;
}
.sec02 .box-content .box:hover {
	background-color: #CCF6DD;
	transition: 0.8s;
}
.sec02 .box-content .box a {
	text-decoration: none;
}
.sec02 .box-content .box a:hover img {
	opacity: 1 !important;
}
.sec02 .box-content .box .post-title {
	margin: 8% auto 5%;
	width: 90%;
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}
.sec02 .box-content .box .txt {
	margin: 0 auto 5%;
	width: 90%;
	font-size: 15px;
	line-height: 30px;
}
.sec02 .box-content .box .image {
	margin: 0 auto 3%;
	width: 90%;
	height: 180px;
}
.sec02 .box-content .box .image img {
	width: 100%;
}
.sec02 .box-content .box .day {
	margin: 0 auto;
	width: 90%;
	padding-bottom: 3%;
	border-bottom: 1px dotted #ABABAB;
	font-size: 15px;
	font-weight: bold;
}
.sec02 .box-content .box .more {
	margin: 4% auto;
	width: 90%;
	max-width: 100px;
}
.sec02 .box-content .box .more img {
	width: 100%;
}
.sec02 .greenland {
   background-color: #0D4925;
	padding: 2% 5%;
	display: table;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.sec02 .greenside {
   background-color: #5A836B;
	padding: 2% 5%;
	display: table;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.sec02 .etc {
   background-color: #9A9A9A;
	padding: 2% 5%;
	display: table;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.sec02 .showa {
   background-color: #854100;
	padding: 2% 5%;
	display: table;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.sec02 .event {
   background-color: #6DAA00;
	padding: 2% 5%;
	display: table;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.sec02 .information {
   background-color: #4B4B4B;
	padding: 2% 5%;
	display: table;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.sec02 .staff {
   background-color: #309F26;
	padding: 2% 5%;
	display: table;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.sec02 .job {
   background-color: #CDAE5F;
	padding: 2% 5%;
	display: table;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.sec02 .flower {
  background-color: #FF6BBC;
	padding: 2% 5%;
	display: table;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
/* ---------------------------------------------------

	section03 採用情報へのリンク

--------------------------------------------------- */
.sec03 {
	padding: 0% 0 5%;
	/*background-image: url(../img/top/recruit-back.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;*/
}
.sec03 .catch-wrap {
	margin: 0 auto;
	width: 100%;
	/*max-width: 1500px;*/
}

.sec03 .catch-wrap img {
	width: 100%;
}
.sec03 .catch-wrap .btn {
	margin: 3% auto 0;
	width: 33%;
	border: 2px solid #CDAE5F;
}
.sec03 .catch-wrap .btn img {
	width: 100%;
}
/* ---------------------------------------------------

	section04 アクセス

--------------------------------------------------- */
.sec04 {
	margin: 7% 0;
}
.sec04 .box-wrap  {
	width: 90%;
	margin: 0 auto;
	max-width: 1500px;
}
.sec04 .box01 {
	width: 25%;
	float: left;
	margin-right: 5%;
}
.sec04 .box01 .title {
	width: 50%;
	margin-bottom: 10%;
}
.sec04 .box01 .title img {
	width: 100%;
}
.sec04 .box-wrap .box01 .midashi {
	font-size: 15px;
	font-weight: bolder;
	color: #0D4925;
	margin-bottom: 3%;
}
.sec04 .box-wrap .box01 .txt01 {
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 5%;
	margin-bottom: 7%;
	border-bottom: 1px dotted #ABABAB;
}
.sec04 .box-wrap .box01 .txt02 {
	font-size: 15px;
	line-height: 30px;
}
.sec04 .box-wrap .box02 {
	float: right;
	width: 70%;
}
.sec04 .box-wrap .box02 #map-canvas {
	padding: 5% 0;
	margin-bottom: 1%;
}
.box-wrap .box02 .map-link {
	text-align: right;
	font-size: 13px;
}
/* SNSバナー */
.sns-area {
  width: 70%;
  margin: 0 auto 10%;
}
.sns-area img {
  width: 100%;
}
.sns-area .sns01 {
  width: 28%;
  float: left;
}
.sns-area .sns02 {
  width: 28%;
  float: left;
  margin: 0 8%;
}
.sns-area .sns03 {
  width: 28%;
  float: left;
}
/* instashow */
/*
.sns-area .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-media {
  width: 90%;
  margin: 0 auto;
}
#eapps-instagram-feed-1 {
  width: 100%;
  overflow: hidden;
  height: 12.2vw!important;
  margin: 0 auto 4em!important;
}
.sns-area #eapps-instagram-feed-1 a {
  display: none !important;
}
.sns-area #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-media a {
  display: block !important;
}
.sns-area .eapps-remove-link {
  display: none!important;
}
.eapps-instagram-feed-posts-item-type-carousel .eapps-instagram-feed-posts-item-image-icon-carousel {
  display: none!important;
}
*/
.sns-title {
  width: 30%;
  max-width: 300px;
  margin: 0 auto 5%;
}
#sb_instagram {
  margin: 0 auto 5% !important;
}
@media screen and (max-width: 800px) {
.main-image {
 width: 100%;
 line-height: 0;
 background: none; 
 padding-left: 0;
 padding-top: 60px;
}
.top-news .news {
  display: none;
}
.top-news .news-info .info-txt {
  font-size: 14px;
  padding: 0;
}
.bxslider02 {
 display: none;
}
.sec01 {
  padding: 0;
}
 .sec01 .box-wrap {
  margin: 0 auto;
  width: 100%;
}
.sec01 .box-wrap .box01 {
  width: 100%;
  float: none;
}
.sec01 .box-wrap .box02 {
  width: 90%;
  float: none;
  margin: 0 auto;
  padding: 5%;
}
.top-news .news-info {
  width: 10%;
  font-size: 14px;
}
.top-bannar {
  width: 100%;
}
.top-bannar img {
  width: 100%;
}
.sec02 {
  font-size: 14px;
}
.sec02 .title {
  width: 30%;
}
.sec02 .view-all {
  width: 90%;
  text-align: right;
  position: static;
		font-size: 14px;
}
.sec02 .box-wrap .box-content {
  width: 100%;
  max-width: 480px;
  margin: 0 auto 5%;
  float: none;
}
.sec02 .box-wrap .box-content:last-child {
  margin: 0 auto 5%;
}
.sec02 .box-wrap {
  width: 90%;
}
.sec03 .catch {
  width: 100%;
}
.sec03 .catch-wrap .btn {
  width: 95%;
		margin: 5% auto 0;
}
.box-wrap .box02 .map-link {
    margin: 5% 5% 0 0;
}
.sec04 .box-wrap {
    width: 100%;
}
.sec04 .box01 {
  width: 90%;
  float: none;
  margin:0 auto 5%;
		font-size: 14px;
}
.sec04 .box01 .title {
  width: 30%;
}
.sec04 .box-wrap .box02 {
  float: none;
  width: 100%;
}
.sns-area .sns01 {
  width: 60%;
  float: none;
  margin: 0 auto 10%;
}
.sns-area .sns02 {
  width: 60%;
  float: none;
  margin: 0 auto 10%;
}
.sns-area .sns03 {
  width: 60%;
  float: none;
  margin: 0 auto 10%;
}
.sns-area .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-media {
    width: 90%;
    margin: 0 auto 10%;
}
.sns-area {
  width: 90%;
}
.sns-title {
  width: 60%;
}
#eapps-instagram-feed-1 {
  height: 85vw!important;
}
}