@charset "utf-8";

/* ---------------------------------------------------
   File: manufacture.css
   Version: 1.0.0
   Update: 2016-02-01
   Author: http://flowlab.co.jp

   (c)2007-2016 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===================================================
    PC
=================================================== */

/* -------------------------------
		Main Image
------------------------------- */
#mainImg {
	background-image: url(http://asomaruzuke.com/manufacture/images/bg_main.jpg);
}
#mainImg h2 img {

}


/* -------------------------------
		Catch Copy（1）
------------------------------- */
#catchCopy {
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;

}
#catchCopy h2 {
	text-align: center;
	font-size: 1.6em;
	line-height: 1.8em;
	margin: 70px auto 50px;
}
#catchCopy p {
	/*font-size: 1.1em;*/
}
	

/* -------------------------------
		Concept（1）
------------------------------- */
#concept {
	margin-bottom: 70px;
}
#concept .box {
    padding: 0;
    text-align: left;
    display: block;
    margin-top: 60px;
}

/* Icon */
#concept .photo {
    display: table;
    /*width: 500px;
    height: 270px;*/
}
#concept .photo img {
	width: 100%;
	height: auto;
	display: block;
}
#concept .box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* Concept Title */
#concept .info h3 {
    font-size: 1.4em;
    letter-spacing: 2px;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	margin: 30px 0;
}

/* Concept Detail */
#concept .info > p {
    color: #000;
    font-size: 1em;
    padding-top: 10px;
    text-align: justify;
}

#concept .info > p.link_blue {
	text-align: right;
}


/* -------------------------------
		Local Farm
------------------------------- */
#localFarm {
padding-bottom: 20px;
}
.team-leader-block {
	max-width: 993px;
	margin: 0 auto;
	padding-top: 20px;
}
.team-leader-box {
	width: 30.66%;
	margin-right: 3.82979%;
	overflow: hidden;
	text-align: center;
	padding-bottom: 30px;
	float: left;
}
.team-leader-box:nth-of-type(3n+0) {
	margin:0;
}
.team-leader {
	width: auto;
	height: auto;
	position: relative;
	margin: 7px 7px 20px 7px;
}
.team-leader img {
	display: block;
	margin: 0 auto 20px;
}

/* Name */
.team-leader-box h3 {
	font-size: 1.2em;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	margin-bottom: 10px;
}

/* Title */
.team-leader-box span {
	font-size: 0.8em;
	margin-bottom: 10px;
	display: block;
}

/* Introduction */
.team-leader-box p {
	text-align: left;
}


/* -------------------------------
		Shop List
------------------------------- */
#shopList {
	padding-bottom: 40px;
}
/* Title */
#shopList h3 {
	font-size: 1.2em;
	letter-spacing: 2px;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	margin: 30px 0 20px;
}

/* List */
#shopList .btn_arrow_round {
	background: url(../img_common/line_dot.png) 0 bottom repeat-x;

}
#shopList .btn_arrow_round a {
	position: static;
	padding: 10px 0 10px 20px;
	border-bottom: none;
	display: block;
}
#shopList .btn_arrow_round a:hover {
	color: #e58f71;
}



/* ===================================================
    TABLET - LARGE
=================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	

/* -------------------------------
		Concept（1）
------------------------------- */
/* Icon */
#concept .photo {
    display: table;
}
	
/* Concept Title */
#concept .info h3 {
	margin: 0 0 20px;
}
	

/* -------------------------------
		Local Farm
------------------------------- */
.team-leader-block {
	max-width: 990px;
	margin: 0 auto;
}
.team-leader img {
	width: 70%;
	display: block;
}


}





/* ===================================================
    TABLET
=================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

/* -------------------------------
		Catch Copy（1）
------------------------------- */
#catchCopy h2 {
	font-size: 1.8em;
}


/* -------------------------------
		Concept（1）
------------------------------- */
/* Icon */
#concept .photo {
    display: table;
	width: 100%;
	margin: 0 auto;
	float: none;
}
	
/* -------------------------------
		Local Farm
------------------------------- */
.team-leader-block {
	max-width: 993px;
	margin: 0 auto;
}
.team-leader img {
	width: 70%;
	display: block;
}
	
	
	
}










/* ===================================================
    SMART PHONE
=================================================== */
@media screen and (max-width: 767px) {
	
/* -------------------------------
		Catch Copy（1）
------------------------------- */
#catchCopy h2 {
	font-size: 1.5em;
}

/* -------------------------------
		Concept（1）
------------------------------- */
#concept .box {
    padding: 0;
}
/* Icon */
#concept .photo {
    display: table;
	width: 100%;
	margin: 0 auto;
	float: none;
}

	
/* -------------------------------
		Local Farm
------------------------------- */
.team-leader-box {
	max-width:307px;
	width:auto;
	float:none;
	margin:0 auto;
}
.team-leader-box:nth-of-type(3n) {
	margin:0 auto;
}
.main-section.team{
	padding:60px 0 50px;
}
.team-leader img {
	width: 70%;
	display: block;
}


}Local Farm