@charset "UTF-8";

/*基本*/
/*ブラウザの標準設定解除*/
* {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
font-style: normal;
}

/*画像でリンクを貼った場合のボーダーを消去*/
a img{
border-width:0;
}

/*ベース部分*/
html,body{
    width: 100%;
}

/*文字関係は「common.css」でブラウザ設定を解除済み。*/
/*リンク*/
a:link {
}

a:visited {
}
a:hover {
}

a:active {
}



/*見出し*/
/*フォントウェイトが必要な場合は「font-weight: bold」等を設定*/
h1 {
}

h2 {
	color: #f60;
	font-size: 13pt;
	padding: 0 0 2px;
	margin: 0 0 5px;
	border-bottom: 1px solid #f60;
}

h3 {
	margin:80px 0 50px;
	color: #149243;
	font-size: 24px;
}

h4 {
	margin: 5px 0 30px;
	font-size: 18px;
	line-height: 1;
}

h5 {
}

h6 {
}

body {
	-webkit-text-size-adjust: 100%;
	font: 13px/23px 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background: #fff;
	text-align: center;/*IEのセンタリングバグ対策*/
}


.contents{
	width: 950px;
	margin: 0 auto;
}

#container{
	min-width: 950px;
}

/* @group header */

#header{
	width: 950px;
	margin: 0 auto;
}

#header .header-unit{
	padding: 20px;
	overflow: hidden;
}

#header .logo{
	float: left;
	width: 225px;
	height: auto;
}

#header .mail{
	float: right;
	margin-top: 3px;
}

#header .navi{
	clear: both;
	display: none;
}

#header .drawer-toggle{
	display: none;
}

/* @end */

/* @group コンテンツのフェード */

.fade-in {
  transition: opacity 1.6s;
  -moz-transition: opacity 1.6s;
  -webkit-transition: opacity 1.6s;
  -o-transition: opacity 1.6s;
}
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

/* @end */

/* @group slider */

.bx-wrapper {
	width: 100%;
	height: 550px;
	overflow: hidden;
	margin-bottom: 80px;
}

.bxslider li{
	height: 550px;
}

.bxslider img{
	display: block;
	width: 950px;
	min-width: 950px;
	height: 550px;
	margin: 0 auto;
}

.bxslider #slide1{
	background: url(../img/top_img-1.jpg) center center;
	background-size: cover;
}

.bxslider #slide2{
	background: url(../img/top_img-2.jpg) center center;
	background-size: cover;
}

.bxslider #slide3{
	background: url(../img/top_img-3.jpg) center center;
	background-size: cover;
}

/* @end */

.image{
	display: block;
	width: 100%;
	height: auto;
	margin: 80px 0;
}


#intro p{
	margin-top: 50px;
}

.akaiwa_info{
	width: 300px;
	height: auto;
	margin: 50px 0 0;
}

.item{
	overflow: hidden;
}

.strawberry-type{
	float: left;
	width: 430px;
	margin: 0 22px;
}

.strawberry-type:last-child{
	margin-bottom: 0;
}

.strawberry-type p{
	margin-top: 30px;
	text-align: left;
}

.strawberry-type img{
	width: 140px;
	height: auto;
}


.staff{
	overflow: hidden;
}

.staff-voice{
	float: left;
	width: 430px;
	margin: 0 22px;
}

.staff-voice p{
	margin-top: 30px;
	text-align: left;
}

.staff-voice img{
	width: 140px;
	height: auto;
}

.strawberry-photo{
	width: 800;
	margin: 60px auto 0;
	overflow: hidden;
}

.strawberry-photo img{
	float: left;
	display: block;
	width: 170px;
	height: auto;
	margin: 0 73px;
}


.eel-photo{
	width: 800;
	margin: 60px auto 0;
	overflow: hidden;
}

.eel-photo img{
	float: left;
	display: block;
	width: 170px;
	height: auto;
	margin: 0 73px;
}

#about img{
	display: block;
	margin: 50px auto 0;
}

#company dt{
	color: #149243;
}

#company dd{
	margin-bottom: 30px;
}

#company dd:last-child{
	margin-bottom: 0;
}

#group dt{
	color: #149243;
}

#group dd{
	margin-bottom: 30px;
}

.access{
	overflow: hidden;
}

.access dd{
	margin-bottom: 20px;
}

.goto-top-button{
	display: none;
	width: 950px;
	margin: 0 auto 0;
}

a.goto-top{
	float: right;
	margin-right: 20px;
}

#footer{
	margin-top: 80px;
	padding: 200px 0 20px;
	color: #fff;
	font-size: 14px;
	background: #129043;
	overflow: hidden;
}

.footer-info{
	width: 950px;
	margin: 0 auto;
}

address{
	display: block;
	float: left;
	text-align: left;
}

address h3{
	margin: 0;
	line-height: 23px;
	color: #fff;
}
/* @group PCとスマホ */

.smp{
	display: none;
}

.bx-wrapper img.smp {
  display: none;
}

.copyright{
	float: right;
}

.copyright p{
	display: table-cell;
	vertical-align: bottom;
	height: 5em;
}
/* @end */


@media screen and (max-width: 640px) {

/* @group ハンバーガーメニュー*/

/* @group 閉じるボタン */

.drawer-open .drawer-hamburger-icon:before{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	background: #fff;
}

.drawer-open .drawer-hamburger-icon:after{
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	background: #fff;
}

/* @end */

#header .navi{
	display: block;
}


.drawer-open{
	overflow:hidden!important
}

/*.drawer-nav{
	position:fixed;
	z-index:2;
	top:0;
	overflow:hidden;
	width:16.25rem;
	height:100%;
	color:#222;
	background-color:#fff
}*/

.drawer-brand{
	font-size:1.5rem;
	font-weight:700;
	line-height:3.75rem;
	display:block;
	padding-right:.75rem;
	padding-left:.75rem;
	text-decoration:none;
	color:#222
}

.drawer-overlay{
	position:fixed;
	z-index:1;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.2)
}

.drawer-open .drawer-overlay{
	display:block
}

.drawer--top .drawer-nav{
	top:-100%;
	left:0;
	width:100%;
	height:auto;
	max-height:100%;
	-webkit-transition:top .6s cubic-bezier(.19,1,.22,1);
	transition:top .6s cubic-bezier(.19,1,.22,1)
}

.drawer--top.drawer-open .drawer-nav{
	top:0
}

.drawer--top .drawer-hamburger,.drawer--top.drawer-open .drawer-hamburger{
	right:0
}

.drawer--left .drawer-nav{
	left:-16.25rem;
	-webkit-transition:left .6s cubic-bezier(.19,1,.22,1);
	transition:left .6s cubic-bezier(.19,1,.22,1)
}

.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{
	left:0
}

.drawer--left.drawer-open .drawer-hamburger{
	left:16.25rem
}

.drawer--right .drawer-nav{
	right:-16.25rem;
	-webkit-transition:right .6s cubic-bezier(.19,1,.22,1);
	transition:right .6s cubic-bezier(.19,1,.22,1)
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{
	right:0
}

.drawer--right.drawer-open .drawer-hamburger{
	right:16.25rem
}

.drawer-hamburger{
	position:fixed;
	z-index:100;
	top:0;
	display:block;
	box-sizing:content-box;
	width:2rem;
	padding:0;
	padding:18px .75rem 30px;
	-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);
	transition:all .6s cubic-bezier(.19,1,.22,1);
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	border:0;
	outline:0;
	background-color:transparent
}

.drawer-hamburger:hover{
	cursor:pointer;
	background-color:transparent
}

.drawer-hamburger-icon{
	position:relative;
	display:block;
	margin-top:10px;
}

.drawer-hamburger-icon,.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
	width:100%;
	height:2px;
	-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);
	transition:all .6s cubic-bezier(.19,1,.22,1);
	background-color:#222
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
	position:absolute;
	top:-10px;
	left:0;
	content:" "
}

.drawer-hamburger-icon:after{
	top:10px
}

.drawer-open .drawer-hamburger-icon{
	background-color:transparent
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before{
	top:0
}


.sr-only{
	position:absolute;
	overflow:hidden;
	clip:rect(0,0,0,0);
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	border:0
}

/*
.sr-only-focusable:active,
.sr-only-focusable:focus{
	position:static;
	overflow:visible;
	clip:auto;
	width:auto;
	height:auto;
	margin:0
}

.drawer--sidebar,
.drawer--sidebar .drawer-contents{
	background-color:#fff
}
*/

.drawer-nav{
	position:fixed;
	z-index:2;
	top:0;
	width:100%;
	height: auto;
	background:#129043;
	overflow: scroll;
}

.drawer-nav h3{
	color: #fff;
	font-size: 5vw;
}

.drawer-nav h4{
	margin-top: 50px;
	color: #fff;
	font-size: 4vw;
}

.drawer-nav ul{
	margin: 0;
	padding: 0;
}

.drawer-nav li a{
	display: block;
	padding: 5% 0;
	color: #fff;
	font-size: 4vw;
	text-decoration: none;
}
/* @end */
	
	
h3 {
	width: calc(100% - 40px);
	font-size: 4.7vw;
	margin: 0 auto;
	padding:80px 0 5%;
}

#intro h3{
	padding-top: 5%;
}

#intro.contents p:nth-child(2) {
	margin-top: 0;
}

h4 {
	margin: 5px 0 3%;
	font-size: 3.5vw;
	line-height: 5vw;
}

#company h3,
#group h3,
.access h3{
	margin: 0 auto;
	padding:80px 0 5%;
}

body{
	font-size: 3.2vw;
	line-height: 6vw;
}

#container{
	min-width: inherit;
}


.contents p{
	width: calc(100% - 40px);
	margin: 0 auto;
}

#header,
.contents{
	width: 100%;
}

#header{
	position: fixed;
	top: 0;
	z-index: 2;
	width: calc(100% - 40px);
	padding: 0 20px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

#header .header-unit{
	margin: 8px 0;
	padding: 0;
	overflow: hidden;
}

#header .logo{
	width: inherit;
	max-width: 70%;
	margin: 0;
}

.map iframe{
	width: 100%;
}

#header .drawer-toggle{
	display: block;
}



.goto-top-button{
	display: none;
	width: 100%;
	margin: 0 auto 0;
}

#main{
	padding-top: 320px;
}


#footer{
	margin-top: 50px;
	padding: 60px 20px 20px;
	color: #fff;
	font-size: 3.5vw;
	overflow: inherit;
}

.footer-info{
	width: 100%;
	margin: 0 auto;
}

address{
	float: none;
}

.copyright{
	float: none;
	margin-top: 2%;
}

.copyright p{
	display: block;
	text-align: center;
	height: inherit;
}

/* @group slider */
#sliderbox{
	position: absolute;
	width: 100%;
	z-index: -100;
}

.bx-wrapper {
	height: 260px;
	margin-top: 60px;
	margin-bottom: 5%;
}

.bxslider li{
	display: table-cell;
	height: 260px;
	vertical-align: middle;
}

.bxslider img{
	width:100%;
	min-width: inherit;
	height: auto;
}

/* @end */

.image{
	margin: 50px 0 0;
}

.akaiwa_info{
	width: 66%;
	height: auto;
	margin: 5% 0 0;
}

.strawberry-type,
.staff-voice{
	float: none;
	width: 100%;
	margin: 5% 0;
}

.strawberry-type img{
	width: 33%;
	height: auto;
}

.staff-voice p{
	margin-top: 3%;
	text-align: left;
}

.staff-voice img{
	width: 33%;
	height: auto;
}

.strawberry-photo{
	width: 100%;
	margin: 0 auto;
}

.strawberry-photo img{
	float: none;
	display: block;
	width: 33%;
	height: auto;
	margin: 5% auto;
}

.eel-photo{
	width: 100%;
	margin: 0 auto;
}

.eel-photo img{
	float: none;
	display: block;
	width: 33%;
	height: auto;
	margin: 5% auto;
}


/* @group PCとスマホ */
.smp{
	display: inherit;
}

.pc{
	display: none;
}

.bx-wrapper img.smp {
  display: block;
}

.bx-wrapper img.pc {
  display: none;
}

/* @end */

}