@charset "utf-8";
/**
 * style.css
 */

body{
	overflow-x: hidden;
}

/* index
--------------------------------------------------*/
#wrapper {
	opacity: 0;
}

/* layout */
#whole {
	z-index: 10000;
	position: absolute;
	top: 100vh;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	overflow-x: hidden;
}
.ie8 #whole {
	top:1000px;
}


/* mainimg
--------------------------------------------------*/
#fade {
	width: 100%;
	height: 1000%;
	display: none;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9000000;
}
#scrollDown{
	text-align: center;
	z-index: 3;
	position: fixed;
	width: 100%;
}
#scrollDown a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 55px;
	margin: 0 auto;
}
#scrollDown span{
	display: block;
}
#scrollDown img{
	width: 30px;
	height: auto;
	padding-top: 3px;
}


.txtWrap{
	position: fixed;
	text-align: center;
	z-index: 2;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
}
.txtWrap .copy{
    position: relative;
    font-size: 200%;
    color: #fff;
    line-height: 1.8;
    margin-bottom:40px;
}
.txtWrap .logo{
    position: relative;
    margin-bottom: 10px;
}
.txtWrap .logo img{
	width: 256px;
	height: auto;
}
.txtWrap .title{
    position: relative;
    color:#e25120;
    font-size: 142%;
}
.bg{
	min-height: 100%;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../imgs/img-main.jpg) no-repeat center top;
}

.bg img{
	width: 100%;
	height: auto;
}


@media only screen and (max-width:640px) {
#scrollDown img{
	width: 24px;
	height: auto;
	padding-top: 3px;
}
.txtWrap{
	width: inherit;
	margin-left: -150px;
	left:50%;
}
.txtWrap .copy{
    position: relative;
    font-size: 121%;
    line-height: 1.6;
    margin-bottom:20px;
}
.txtWrap .logo{
    margin-bottom: 7px;
}
.txtWrap .logo img{
	width: 177px;
	height: auto;
}
.txtWrap .title{
    font-size: 100%;
}


}

/* おすすめ商品
--------------------------------------------------*/
#recommend{
	margin: 0 auto;
	padding: 170px 0 80px;
}
#recommend .title{
	text-align: center;
	margin-bottom: 50px;
}
#recommend .title img{
	width: 50px;
	height: auto;
	margin-bottom: 10px;
}
#recommend .title span{
	display: block;
	font-size: 242%;
}
@media only screen and (max-width:768px) {
#recommend{
	width: inherit;
	margin: 0 auto;
	padding: 100px 0 40px;
}
#recommend .title{
	text-align: center;
	margin-bottom: 40px;
}
#recommend .title img{
	width: 44px;
	height: auto;
	margin-bottom: 10px;
}
#recommend .title span{
	display: block;
	font-size: 178%;
}
}



.item {
	width: 1000px; /*親ボックスの幅*/
	overflow: hidden;
	margin:0 auto;
	padding-bottom: 35px;
}
.item ul {
	width: 1020px; /*右マージン含む子ボックス合計幅*/
	margin-right: -20px; /*親ボックスからのはみ出しぶんをずらしとく*/
}
.item ul li {
	width: 318px;
	border: 1px solid #f0f0f0;
	float: left;
	margin-right: 20px;
	text-align: center;
}
.item ul li a{
	padding: 19px;
	display: block;
	text-decoration: none;
}
.item ul li .img{
	margin-bottom: 15px;
}
.item ul li .img img{
	width: 100%;
	height: auto;
}
.item ul li .name{
	margin-bottom: 5px;
}
.item ul li .price{
	color: #e25323;
	margin-bottom: 15px;
}

.item ul li a:hover .detailBtn{
	background: #e25323;
	color: #fff;
}
@media only screen and (max-width:1000px) {

.item {
	width: inherit;
}
.item ul {
	width: inherit; /*右マージン含む子ボックス合計幅*/
	margin-right: inherit;
}
.item ul li {
	float: none;
	margin: 0 auto 20px;
}
}
@media only screen and (max-width:768px) {
.item {
	overflow: inherit;
	margin:0 auto;
	padding: 0 15px 10px;
}
.item ul li {
	width:inherit;
	max-width:318px;
	font-size: 85%;
	margin-bottom: 10px;
}
.item ul li a{
	padding: 9px;
	display: block;
	text-decoration: none;
}
.item ul li .img{
	margin-bottom: 10px;
}
.item ul li .name{
	margin-bottom: 3px;
}
.item ul li .price{
	margin-bottom: 8px;
}
}


/* 新着情報
--------------------------------------------------*/
#news{
	background:url(../imgs/bg-news.gif);
	padding: 40px 0 20px;
	min-height: 115px;
}
#news .wrap{
	position: relative;
}
#news .title{
	font-size: 228%;
	color:#e25120;
	float: left;
	margin-right:40px;
}
/* .post */
#news .post{
	float: left;
	width: 560px;
	font-size: 85%;
}
#news dl{
	padding: 0 0 20px 0;
}
#news .post dl dt{
	float: left;
	width: 7em;
	color: #6d8633;
}
#news .post dl dd{
	float: left;
	width: 40em;
}
#news .post a:hover{
	text-decoration: none;
}


@media only screen and (max-width:1000px) {
#news{
	padding: 40px 15px 20px;
}
}

@media only screen and (max-width:768px) {
#news{
	padding: 20px 15px 30px;
}
#news .wrap{
	position: relative;
}
#news .title{
	font-size: 157%;
	float: none;
	margin-right:0px;
	text-align: center;
	margin-bottom: 8px;
}
/* .post */
#news .post{
	float: none;
	width: inherit;
	font-size: 85%;
}
#news dl{
	padding: 0 0 15px 0;
}
#news .post dl dt{
	float: none;
	width:inherit;
	color: #6d8633;
}
#news .post dl dd{
	float: none;
	width:inherit;
}
}


/* コンセプト
--------------------------------------------------*/
#concept{
	padding: 90px 0;
	text-align: center;
	position: relative;
}
#concept .title{
	font-size: 200%;
	color:#e25120;
	margin-bottom: 30px;
}
#concept .title img{
	width: 140px;
	height: auto;
	margin-bottom: 30px;
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
}
#concept .title span{
	display: block;
}
#concept .txt{
	line-height: 3;
	font-size:114%;
}
#concept .bg-01-sp,
#concept .bg-02-sp,
#concept .bg-03-sp,
#concept .bg-04-sp{
	display: none;
}

@media only screen and (max-width:1100px) {
#concept{
	padding: 170px 0 220px;
	text-align: center;
}
#concept .title{
	font-size: 128%;
	margin-bottom: 10px;
	line-height: 1.3;
}
#concept .title img{
	width: 110px;
	height: auto;
	margin-bottom: 30px;
}
#concept .txt{
	line-height: 2;
	font-size:85%;
	padding: 5px;
}
#concept .bg-01-sp,
#concept .bg-02-sp,
#concept .bg-03-sp,
#concept .bg-04-sp{
	display: block;
	position: absolute;
}
#concept .bg-01-sp{
	top: 0;
	left:0;
}
#concept .bg-02-sp{
	top: 0;
	right:0;
}
#concept .bg-03-sp{
	bottom: 0;
	left:0;
	z-index: 1;
}
#concept .bg-04-sp{
	bottom: 5px;
	right:0;
}
#concept .bg-01-sp img,
#concept .bg-02-sp img,
#concept .bg-03-sp img,
#concept .bg-04-sp img{
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
#concept .bg-01-sp img{
	width: 235px;
	height: auto;
}
#concept .bg-02-sp img{
	width: 243px;
	height: auto;
}
#concept .bg-03-sp img{
	width: 275px;
	height: auto;
}
#concept .bg-04-sp img{
	width: 280px;
	height: auto;
}
}


@media only screen and (max-width:768px) {
#concept .bg-01-sp img{
	width: 185px;
	height: auto;
}
#concept .bg-02-sp img{
	width: 193px;
	height: auto;
}
#concept .bg-03-sp img{
	width: 225px;
	height: auto;
}
#concept .bg-04-sp img{
	width: 230px;
	height: auto;
}
}

@media only screen and (max-width:700px) {
#concept .bg-01-sp img{
	width: 135px;
	height: auto;
}
#concept .bg-02-sp img{
	width: 143px;
	height: auto;
}
#concept .bg-03-sp img{
	width: 175px;
	height: auto;
}
#concept .bg-04-sp img{
	width: 180px;
	height: auto;
}
}



/* 田園レストラン てさくり
--------------------------------------------------*/
#gMap{
	width: 100%;
	height: 500px;
}
#info{
	padding:40px 0 45px;
	text-align: center;
}
#info .title{
	color:#e25120;
	font-size:200%;
	margin-bottom: 15px;
}
#info .copy{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 114%;
}

@media only screen and (max-width:768px) {
#gMap{
	height: 250px;
}
#info{
	padding:30px 15px;
}
#info .title{
	color:#e25120;
	font-size:150%;
	margin-bottom: 10px;
}
#info .copy{
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: -0.1em;
	font-size: 100%;
}
#info .txt{
	font-size: 88%;
}
}


/* 背景
--------------------------------------------------*/
.bg-01{
	position: absolute;
	right: -200px;
	bottom: 1475px;
	opacity: 0;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
}
.bg-02{
	position: absolute;
	left: -233px;
	bottom: 1269px;
	opacity: 0;
	-moz-transform: rotate(60deg);
	-webkit-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
}
.bg-03{
	position: absolute;
	left: -160px;
	bottom: 0px;
	opacity: 0;
}
.bg-04{
	position: absolute;
	right: -249px;
	bottom: 60px;
	opacity: 0;
}
@media only screen and (max-width:1100px) {
.bg-01,
.bg-02,
.bg-03,
.bg-04{
	display: none;
}

