/*----------------------------------------
　　　　　　　  common
----------------------------------------*/

body {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 14px;
	color: #333;
	line-height: 2.1em;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
}

/*header {
	width: 100%;
	min-height: 120px;
	background-color: rgba(255,255,255,0.9);
	background-image: url(../images/hdr_line_02.gif), url(../images/hdr_line_01.gif);
	background-repeat: no-repeat, repeat-x;
	background-position: center top, left top;
	z-index: 10000;
}*/
.scroll {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	z-index: 10000;
}
.margin-top {
	margin-top: 120px;
}
/*#hdr_logo {
	float: left;
	padding: 38px 0 0 40px;
}*/
#hdr_right {
	width: 962px;
	float: right;
	padding: 30px 40px 0 0;
}
#gnavi {
	float: left;
	padding-top: 10px;
}
#gnavi li {
	float: left;
	padding: 0;
	list-style-type: none;
}
#hdr_right p {
	float: right;
}

#main_slide {
	clear: both;
	position: relative;
	height: 620px;
	background: url(../images/main_slide_01.jpg) center center no-repeat;
	background-size: cover;
	/*top: 120px;*/
}
#main_slide p {
	text-align: center;
	padding-top:250px;
	line-height: 0;
}
#slide_main_wrapp {
	position: relative;
}
#slide_main_wrapp p img {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 623px;
	height: 56px;
    text-align: center;
    margin: -28px 0 0 -311px;
	z-index: 200;
}
.slide_main {
	position: relative;
	z-index: 100;
}
.slide_main img {
	width: 100%;
}

@media only screen and ( max-width : 736px ) {
#slide_main_wrapp {
	margin-top: 75px;
}
#slide_main_wrapp p img {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
	height: 27px;
    text-align: center;
    margin: -13px 0 0 -150px;
	z-index: 200;
}
/*#slide_main_wrapp p img {
	width: 100%;
	height: auto;
}*/
}

#topics, #farm, #access, #awashima_group {
	clear: both;
	display: block;
    margin-top: -150px;
    padding-top: 150px;
}
#philosophy {
	clear: both;
	display: block;
    margin-top: -50px;
    padding-top: 50px;
}
#menu {
	clear: both;
	display: block;
    margin-top: -230px;
    padding-top: 230px;
}


/*---------------------------------------
       画面に入ったらフェードイン
---------------------------------------*/

/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 70px);
    transition : all 1200ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/* 2つ目の要素に200msのdelayをかける */
#farm_right .fadein:nth-of-type(2) {
	-moz-transition-delay:200ms;
	-webkit-transition-delay:200ms;
	-o-transition-delay:200ms;
	-ms-transition-delay:200ms;
	}
/* 3つ目の要素に400msのdelayをかける */
#farm_right .fadein:nth-of-type(3) {
	-moz-transition-delay:250ms;
	-webkit-transition-delay:250ms;
	-o-transition-delay:250ms;
	-ms-transition-delay:250ms;
	}
/* 4つ目の要素に600msのdelayをかける */
#farm_right .fadein:nth-of-type(4) {
	-moz-transition-delay:300ms;
	-webkit-transition-delay:300ms;
	-o-transition-delay:300ms;
	-ms-transition-delay:300ms;
	}


/*------------------------------------
               Topics
------------------------------------*/

.h3_01 {
	font-family: 'Cinzel', serif;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

#topics_wrapp {
	padding: 70px 0 90px;
}
.topics {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}
.topics dt {
    clear: left;
    float: left;
    width: 5em;
	font-weight: bold;
	padding-left: 10px;
}
.topics dd {
	margin-bottom: 10px;
	padding: 0 0 10px 7em;
    border-bottom: dotted 1px #c3c3c3;
}

@media only screen and ( max-width : 736px ) {
.h3_01 {
	font-size: 30px;
}
#topics_wrapp {
	padding: 30px 0 50px;
}
.topics {
	width: 90%;
}
}


/*------------------------------------
               Concept
------------------------------------*/

#concept_wrapp {
	clear: both;
	height: 580px;
	background: url(../images/concept_bg.jpg) top center no-repeat;
	background-size: cover;
	color: #FFF;
}
#concept_in {
	width: 1000px;
	margin: 0 auto;
	padding-top: 80px;
}
#concept_wrapp h4 {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px;
}
#concept_wrapp p {
	line-height: 2.5em;
}
#concept_left {
	width: 470px;
	float: left;
}
#concept_right {
	float: right;
	margin: -30px 50px 0 0;
}

@media only screen and ( max-width : 736px ) {
#concept_wrapp {
	min-height: 700px;
}
#concept_in {
	width: 90%;
	margin: 0 auto;
	padding-top: 40px;
}
#concept_wrapp h4 {
	font-size: 18px;
	line-height: 1.6em;
	text-align: left;
	margin-bottom: 20px;
}
#concept_wrapp p {
	line-height: 1.8em;
	margin-bottom: 80px;
}
#concept_left {
	width: 100%;
	float: none;
}
#concept_right {
	width: 100%;
	float: none;
	text-align: center;
}
#concept_right img {
	width: 90%;
	height: auto;
}
}

/*------------------------------------
              Philocophy
------------------------------------*/

#philosophy_in {
	padding: 100px 0 220px;
}
/*#philosophy_wrapp {
	clear: both;
	background-image: url(../images/philosophy_bg_01.jpg), url(../images/philosophy_bg_02.jpg), url(../images/philosophy_bg_03.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: left 100px top 30px, right -50px top 400px, left -100px top 600px;
}*/
#philosophy_wrapp {
	clear: both;
	background-image: url(../images/philosophy_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: left 100px top 30px;
}
#philosophy_wrapp2 {
	clear: both;
	background-image: url(../images/philosophy_bg_02.jpg);
	background-repeat: no-repeat;
	background-position: right -50px top 400px;
}
#philosophy_wrapp3 {
	clear: both;
	background-image: url(../images/philosophy_bg_03.jpg);
	background-repeat: no-repeat;
	background-position: left -100px top 600px;
}
#flow_wrapp {
	width: 1000px;
	height: 415px;
	background: url(../images/philosophy_bg.png) 0 0 no-repeat;
	margin: 0 auto;
}
#flow_in {
	padding: 60px 40px 0;
}

#philosophy_wrapp_sp {
	display: none;
}

@media only screen and ( max-width : 736px ) {
#philosophy_in {
	padding: 100px 0 150px;
}
#philosophy_wrapp {
	display: none;
}
#philosophy_wrapp_sp {
	display: block;
	clear: both;
	background-image: url(../images/philosophy_bg_01.jpg);
	background-repeat: no-repeat;
	/*background-position: left 100px top 30px;*/
	background-size: 80%;
}
#philosophy_wrapp2_sp {
	clear: both;
	background-image: url(../images/philosophy_bg_02.jpg);
	background-repeat: no-repeat;
	/*background-position: right -50px top 400px;*/
	background-size: 80%;
}
#philosophy_wrapp3_sp {
	clear: both;
	background-image: url(../images/philosophy_bg_03.jpg);
	background-repeat: no-repeat;
	/*background-position: left -100px top 600px;*/
	background-size: 80%;
}
#flow_wrapp_sp {
	display: block;
	width: 100%;
	height: auto;
	background: url(../images/philosophy_bg_sp.png) 0 0 repeat;
}
#flow_in_sp {
	padding: 30px 20px 0;
}
#flow_wrapp_sp h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#flow_wrapp_sp p {
	margin-bottom: 10px;
}
.slide_philosophy img {
	margin: 0 auto;
	display: block;
}
.philosophy_img {
	margin-bottom: 30px;
}
.philosophy_img img {
	width: 270px;
}
}

/*------------------------------------
               Menu
------------------------------------*/

#menu_wrapp {
	clear: both;
}
#menu_wrapp h3 {
	margin-top: -80px;
}
#menu_slide {
	clear: both;
	height: 620px;
	background: url(../images/menu_slide_01.jpg) center center no-repeat;
	background-size: cover;
}
#menu_in {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
	overflow: hidden;
    zoom: 1;
}
#menu_wrapp p {
	text-align: center;
	padding: 30px 0 50px;
}
#menu_btn {
	width: 1020px;
	margin-right: -20px;
}
#menu_btn li {
	float: left;
	margin-right: 20px;
}
.slide_menu img {
	width: 100%;
}

@media only screen and ( max-width : 736px ) {
#menu_in {
	width: 90%;
	padding-bottom: 50px;
}
#menu_wrapp p {
	text-align: left;
	padding: 10px 0 40px;
}
#menu_btn {
	margin-left: 0;
	text-align: center;
}
#menu_btn {
	width: 80%;
	margin: 0 auto;
}
#menu_btn li {
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
#menu_btn img {
	width: 100%;
}
}

/*------------------------------------
               Farm
------------------------------------*/

#farm_wrapp {
	clear: both;
}
#farm_box {
	height: 640px;
	background: url(../images/farm_bg.jpg) center center no-repeat;
	background-size: cover;
}
#farm_box_in {
	width: 1000px;
	margin: 0 auto;
	color: #FFF;
}
#farm_left {
	width: 480px;
	float: left;
}
#farm_left h4 {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.8em;
	margin: 120px 0 50px;
}
#farm_left p {
	width: 90%;
	line-height: 2.5em;
	font-weight: bold;
}
#farm_right {
	width: 480px;
	float: right;
	position: relative;
}

#farm_img_01 { position: absolute; left: 50px; top: -60px;}
#farm_img_02 { position: absolute; left: 430px; top: 120px;}
#farm_img_03 { position: absolute; left: 320px; top: 320px;}
#farm_img_04 { position: absolute; left: -50px; top: 400px;}

@media only screen and ( max-width : 736px ) {
#farm_box_in {
	width: 90%;
}
#farm_left {
	width: 100%;
	float: none;
}
#farm_left h4 {
	font-size: 18px;
	letter-spacing: 0em;
	line-height: 1.6em;
	margin: 0 0 30px;
	padding-top: 30px;
}
#farm_left p {
	width: 100%;
	line-height: 2em;
	font-weight: normal;
}
#farm_right {
	width: 100%;
	float: none;
	/*display: none;*/
}
#farm_img_01 { width: 55%; position: absolute; left: -20px; top: 10px;}
#farm_img_02 { width: 40%; position: absolute; left: 200px; top: 70px;}
#farm_img_03 { width: 30%; position: absolute; left: 60px; top: 180px;}
#farm_img_04 { width: 35%; position: absolute; left: 160px; top: 220px;}
}


/*------------------------------------
               Access
------------------------------------*/

#access_wrapp {
	clear: both;
	padding: 150px 0 0;
	overflow: hidden;
    zoom: 1;
}
#access_left {
	width: 50%;
	float: left;
}
#access_right {
	width: 50%;
	float: right;
	background-color: #e8d9cb;
	padding: 100px 0;
	text-align: center;
}
#access_ico {
	margin-bottom: 40px;
}
#access_right h4 {
	font-size: 31px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
#access_right p {
	letter-spacing: 0.1em;
}
#access_right span {
	font-size: 20px;
}

@media only screen and ( max-width : 736px ) {
#access_wrapp {
	padding: 80px 0 0;
}
#access_left {
	width: 100%;
	height: 300px;
	float: none;
}
#access_right {
	width: 90%;
	float: none;
	padding: 30px 5%;
}
}

/*------------------------------------
            Awashima Group
------------------------------------*/

#awashima_wrapp {
	clear: both;
	padding: 80px 0 100px;
	overflow: hidden;
    zoom: 1;
}
#bnr_wrapp {
	width: 100%;
	background-color: #f2f2f2;
	padding: 20px 0;
	overflow: hidden;
    zoom: 1;
}
#bnr_in {
	width: 1000px;
	margin: 0 auto;
}
#bnr_wrapp ul {
	width: 1020px;
	margin-left: -20px;
	list-style-type: none;
}
#bnr_wrapp ul li {
	float: left;
	margin-right: 20px;
	line-height: 0;
}

@media only screen and ( max-width : 736px ) {
#awashima_wrapp {
	padding: 80px 0 0;
}
#bnr_in {
	width: 90%;
}
#bnr_wrapp ul {
	width: 100%;
	margin-left: 0;
}
#bnr_wrapp ul li {
	width: 40%;
	float: left;
	margin: 10px 5%;
}
#bnr_wrapp ul li img {
	width: 100%;
}
}

/*------------------------------------
              Footer
------------------------------------*/

footer {
	background-image: url(../images/ftr_line_02.gif), url(../images/ftr_line_01.gif);
	background-repeat: no-repeat, repeat-x;
	background-position: center bottom, left bottom;
	background-color: #732445;
	text-align: center;
	color: #FFF;
	padding: 20px 0;
	overflow: hidden;
    zoom: 1;
}
footer h1 {
	margin-bottom: 15px;
	line-height: 0;
}
@media only screen and ( max-width : 736px ) {
footer h1 img {
	/*width: 130px;*/
	width: 102px;
	height: 35px;
}
}


/*----------------------------------------
　　　　　　　 Lunch Dinner
----------------------------------------*/

#wrapper {
	/*width: 600px;
	margin: 0 auto;
	border: 1px solid #ccc;
	margin: 10px;*/
	padding: 20px;
}
.lunch_h3 {
	font-size: 16px;
	margin-bottom: 10px;
	border-left: 5px solid #a25068;
	padding-left: 10px;
}
.dinner_h3 {
	font-size: 16px;
	margin-bottom: 10px;
	border-left: 5px solid #597f8e;
	padding-left: 10px;
}
.sp_back {
	display: none;
}
@media only screen and ( max-width : 736px ) {
.sp_back {
	display: block;
	padding: 30px 0;
	text-align: center;
}
}