@charset "utf-8";
/* CSS Document */
/* ******************************
 *
 * Since:    2017-10-08
 * Modified: 2017-10-08
 * Editor:   hara@DiiV
 *
 * temp-sys ver1.01
 * Information: CSS for all
 *
 * ******************************
 */
body{
	background: #FFF;
	color:#000;
	font-family:"游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 20px;
	line-height:1.5em;
	letter-spacing: 0em;
}

a:link,
a:visited{
	color: #000;
	text-decoration: underline;
}
a:hover,
a:active{
	color: #E60012;
	text-decoration: none;
}

.column_left,
.column_center,
.inner_left,
.inner_center{
	float: left;
}
.column_right,
.inner_right{
	float: right;
}

.sp{
	display: none;
}

.page_top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/*****  *****/
.effect-fade{
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 400ms;
}

.effect-fade.effect-scroll{
	opacity : 1;
	transform : translate(0, 0);
}
 
.effect2 .effect-fade:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
}
.effect2 .effect-fade:nth-of-type(3) {
	-moz-transition-delay:400ms;
	-webkit-transition-delay:400ms;
	-o-transition-delay:400ms;
	-ms-transition-delay:400ms;
}

/* ******************************
 *
 * header
 *
 * ******************************
 */

header{
	background: #6d615b;
	text-align: center;
	padding: 40px 0 30px;
}

#kurimatsu header{
	background: #6d615b;
	text-align: center;
	padding: 20px 0 10px;
}

#fruit header{
	background: #f6ad30;
	text-align: center;
	padding: 20px 0 10px;
}

header img{
}

/* ******************************
 *
 * main img
 *
 * ******************************
 */
#main_img{
	min-height: 700px;
	overflow: hidden;
}

#main_img .parallax-window {
	min-height: 700px;
    background: transparent;
}

#main_img img{
	display: block;
}

/* ******************************
 *
 * contents
 *
 * ******************************
 */
#contents{
}

#link_area{
	background: url(../img/bg_link_area_01.gif) center top repeat-y;
	background-size: 100% 1px;
}

#link_area .inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 80px;
}

#link_area .inner h3{
	margin-bottom: 40px;
}

#link_area .column_left{
	background: #6d615b;
	width: 50%;
	text-align: center;
}

#link_area .column_right{
	background: #f6ad30;
	width: 50%;
	text-align: center;
}

#link_area .kurimatsu_link{
	width: 38.5%;
	max-height: 295px;
}

#link_area .fruit_link{
	width: 54.7%;
	max-height: 295px;
}

#link_area .link_01,
#link_area .link_02{
	padding: 10px 20px 10px 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.2em;
	border: #fff 1px solid;
}

#link_area .link_01{
  background:#6d615b;
  color: #fff;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  transition: 400ms ease all;
  outline: none;
}

#link_area .link_01:hover{
  background:#fff;
  color: #6d615b;
}

#link_area .link_01:before,
#link_area .link_01:after{
  content:'';
  position:absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #6d615b;
  transition: 400ms ease all;
}

#link_area .link_01:after{
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

#link_area .link_01:hover:before,
#link_area .link_01:hover:after{
  width: 100%;
  transition: 800ms ease all;
}

#link_area .link_02{
  background:#f6ad30;
  color: #fff;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  transition: 400ms ease all;
  outline: none;
}

#link_area .link_02:hover{
  background:#fff;
  color: #f6ad30;
}

#link_area .link_02:before,
#link_area .link_02:after{
  content:'';
  position:absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #f6ad30;
  transition: 400ms ease all;
}

#link_area .link_02:after{
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

#link_area .link_02:hover:before,
#link_area .link_02:hover:after{
  width: 100%;
  transition: 800ms ease all;
}

#recruit_area{
	padding: 90px 0;
}

#recruit_area .parallax-window {
	min-height: 700px;
    background: transparent;
}

#recruit_area .inner{
	background-color: rgba(255,255,255,0.9);
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
	position: relative;
}

#recruit_area h2{
	margin-bottom: 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 32px;
	line-height: 1.5em;
	color: #564d48;
}

#recruit_area .catch{
	margin-bottom: 20px;
}

#recruit_area .section_lv2{
	padding: 0 4%;
}

#recruit_area .section_lv2 dl{
	margin-bottom: 30px;
}

#recruit_area .section_lv2 dt{
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 1.5em;
}

#recruit_area .section_lv2 dd{
	border-bottom: #000 1px solid;
	margin-bottom: 10px;
	line-height: 1.8em;
}

#recruit_area .section_lv3 h3{
	margin-bottom: 20px;
}

#add_area{
	padding: 80px 0;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

#add_area h2{
	margin-bottom: 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 32px;
	line-height: 1.5em;
	color: #564d48;
}

#add_area .section_lv1{
	margin-bottom: 40px;
}

#add_area p{
	line-height: 2.0em;
}

#concept_area{
	padding: 90px 0;
	width: 100%;
}

#concept_area .inner{
	background-color: rgba(255,255,255,0.9);
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
	position: relative;
}

#concept_area h2{
	margin-bottom: 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 32px;
	line-height: 1.5em;
	color: #564d48;
}


/* ******************************
 *
 * footer
 *
 * ******************************
 */
footer{
	background: #6d615b;
	padding: 70px 0 50px;
	text-align: center;
	color: #fff;
}

footer img{
	max-width: 206px;
}

footer #copy{
	margin-top: 50px;
	font-size: 12px;
}


/*max-width: 640px*/

@media only screen and (max-width: 640px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
	body{
		font-size: 16px;
		line-height:1.5em;
		letter-spacing: 0em;
	}
	
/* ******************************
 * header
 * ******************************
 */
	
	header{
		background: #6d615b;
		text-align: center;
		padding: 20px 0 15px;
	}
	
	header #ci{
		width: 120px;
	}
	
/* ******************************
 * main img
 * ******************************
 */
	#main_img{
		min-height: 400px;
		overflow: hidden;
	}
	
	#main_img img{
		display: block;
	}
	
/* ******************************
 * contents
 * ******************************
 */
	#link_area .inner{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	#link_area .column_left{
		background: #6d615b;
		padding: 0;
		width: 50%;
		text-align: center;
	}
	
	#link_area .column_right{
		background: #f6ad30;
		padding: 0;
		width: 50%;
		text-align: center;
	}
	
	#link_area .kurimatsu_link{
		width: 100%;
		height: auto;
	}
	
	#link_area .fruit_link{
		width: 100%;
		height: auto;
	}
	
	#recruit_area h2,
	#add_area h2,
	#concept_area h2{
		margin-bottom: 30px;
		font-size: 20px;
		line-height: 1.5em;
	}
	
	


/* ******************************
 * footer
 * ******************************
 */

	footer #copy{
		font-size: 10px;
	}

	
}
