@charset "utf-8";

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
img {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	height: auto;
	border: none;
}
h1,h2,h3,p,li,dt,dd {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 150%;
}
h2,titleh2 {
	line-height: 120%;
}
hr {
	visibility: hidden;
}

/* ################################## ヘッダー */
.site {
	background-color: #FFD464;
}
.site img {
	vertical-align: middle;
}
.site-left {
	text-align: center;
	margin-top: 20px;
}
.site-left h1 {
	color: #F26964;
	font-size: 1.5em;
	line-height: 150%;
	font-weight: bold;
}
.site-left h2 {
	font-size: 3em;
	margin: 25px auto 0 auto;
	width: 90%;
}

/* #################################### 醍醐味 */
.daigomi {
	margin-top: 25px;
}
.daigomi h1 {
	background-color: #1253A4;
	color: #F4F4F2;
	font-size: 1.3em;
	font-weight: bold;
}
.daigomi h1 img {
	vertical-align:middle;
}
.daigomi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.daigomi li {
	margin: 20px 0 0 0;
	padding: 30px;
	border: 1px solid #333;
	text-align: center;
	display: block;
}
.daigomi li a {
	text-decoration: none;
	color: #333;
	display: block;
}
.daigomi li a:hover {
	background-image: url(../img/daigomi_bg.gif);
	background-repeat: repeat;
}
.daigomi li img {
	text-align: center;
}
.daigomi li h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0;
}
.daigomi li p {
	text-align: left;
	margin: 5px 0;
}
.daigomi span {
	color: #0083bf;
}

/* ################################## フッター */
.footerwaku {
	clear: both;
	float: none;
	margin-top: 30px;
	background-color: #999999;
}
.footer {
	padding: 10px 0;
	font-size: 0.9em;
	color: #FFF;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.footer li a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
.footer li a:hover {
	color: #FF3;
}
.footer ul:after {
	content: "";
	display: block;
	clear: both;
}
.footer li {
	float: left;
	width: auto;
	margin: 0 0 0 20px;
}
.footer p {
	clear: both;
	margin: 0;
	padding: 0;
}
.footer i {
	margin: 0px 3px 0px 2px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FF3;
}
.footer p.copyright {
	float: right;
	font-size: 0.9em;
}

/* ################### TOP以下ページ　ヘッダー */
.subsite {
	background-color: #FFD464;
}
.subsite img {
	vertical-align:middle;
}
.subsite h1 {
	font-size: 1.2em;	
}

/* ########################## 食材・５つのコツ */
.foods {
	margin-top: 25px;
}
.foods h1 {
	background-color: #1253A4;
	color: #F4F4F2;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 230%;
	padding-left: 10px;
}
.foods ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.foods li {
	margin: 20px 0 0 0;
	text-align: center;
	display: block;
}
.foods li a {
	text-decoration: none;
	color: #333;
	display: block;
}
.foods li a:hover {
	background-image: url(../img/daigomi_bg.gif);
	background-repeat: repeat;
}
.foods li img {
	text-align: center;
}
.foods li h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0;
}
.foods li h2 span {
	color: #F26964;
	padding: 0 5px;
	border-left: 5px solid #F26964;
	border-right: 5px solid #F26964;
	line-height: 200%;
}
.foods li p {
	text-align: left;
	margin: 5px 0;
}

/* -------------------------------googleマップ */
.searchmap {
	width: 100%;
	padding-top: 50px;
}
.searchmap h1 {
	background-color: #1253A4;
	color: #F4F4F2;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 230%;
	padding-left: 10px;
}
.gmap {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 400px;
}

/* -----------------------------買える店一覧表 */
.result {
	margin-top: 20px;
}
.result li {
	margin: 15px 19px 0 0;
	padding: 0;
	border: 1px solid #CCC;
}
.result li:nth-child(4n) {
	margin-right: 0;
}
.result img {
	padding: 0;
	width: 94%;
	clear: both;
	float: none;
	margin: 0 3%;
}
.result li h1 {
	margin: 0;
	padding: 5px 8px 2px 8px;
	color: #CB7E27;
	font-weight: bold;
	font-size: 1em;
}
.result li h1 span {
	color: #FFF;
	background-color: #CB7E27;
	margin-right: 2px;
	padding: 1px 2px 0 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.result li p {
	margin: 0;
	padding: 2px 8px 3px 8px;
}
.result li a {
	text-decoration: none;
	color: #333;
}
.result li a:hover {
	opacity: 0.7
}
.result li a strong {
	background-color: #92D3BF;
	font-weight: normal;
	line-height: 200%;
	padding: 0 5px;
}

/* resultを横に並べる設定 */ 
.result ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.result ul:after {
	content: "";
	display: block;
	clear: both;
}
.result li {
	float: left;
	width: 23%;
}
.result li:nth-child(4n+1) {
	clear: both;
}
.result img{
	max-width: 100%;
	height: auto;
	border: none;
}
/* ---------------------------浜茶屋・店一覧表 */
.result-hamajaya ul {
	list-style-type: none;
	margin: 50px 0;
}
.result-hamajaya li {
	margin: 30px 0;	
}
.result-hamajaya a {
	border: 1px solid #666;
	color: #0083bf;
	text-decoration: none;
	padding: 10px;
	margin: 10px 0;
	line-height: 200%;
}
.result-hamajaya p {
	font-size: 1em;	
	padding-left: 10px;
	margin: 10px 0 50px 0;
}





/* --------------------------BBQプラン宿一覧表 */
.result-yado li h1 {
	color: #7A4B84;
}
.result-yado li h1 span {
	color: #FFF;
	background-color: #7A4B84;
}

}


/* ###########################レスポンシブ設定 */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */
/* ########################################### */

/* ################### 599px 以下（スマホ対応）*/

@media (max-width: 599px) {

/* ################################## ヘッダー */
/* タイトル文字を小さく */
.site-left h1 {
	font-size: 1em;
	font-weight: bold;
}
.site-left h2 {
	font-size: 1.5em;
	margin-top: 5px;
}

}


/* ################## 600px 以上～ 767px 以下  */

@media (min-width: 600px) and (max-width: 767px) {

	
}



/* ################################ 768px 以上 */

@media (min-width: 768px) {

/* ################################## ヘッダー */
/* タイトルと画像を並べる */
.site:after {
	content: "";
	display: block;
	clear: both;
}
.site-left {
	float: left;
	width: 22%;
}
.site-right {
	float: right;
	width: 78%;
}
/* 左右の間隔 */
.eventtxt {
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* -----------------------------------ダイゴ味 */
/* リストを横3つに並べる */
.daigomi ul:after {
	content: "";
	display: block;
	clear: both;
}
.daigomi li {
	display: block;
	float: left;
	width: 25%;
	margin-right: 27px;
}
.daigomi li:nth-child(3) {
	margin-right: 0;
}

.daigomi li:last-child {
	margin-right: 0;
}

/* --------------------TOP以下ページ　ヘッダー */
.subsite:after {
	content: "";
	display: block;
	clear: both;
}
.subsite-left {
	float: left;
	width: 15%;
}
.subsite-right {
	float: right;
	width: 85%;
}
/* 左右の間隔 */
.eventtxt {
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ---------------------------------------食材 */
/* リストを横3つに並べる */
.foods ul:after {
	content: "";
	display: block;
	clear: both;
}
.foods li {
	display: block;
	float: left;
	width: 31%;
	margin-right: 30px;
}
.foods li:nth-child(3) {
	margin-right: 0;
}

.foods li:last-child {
	margin-right: 0;
}




}



/* ################################ 960px 以上 */

@media (min-width: 960px) {

/* -----------------------------------中央揃え */
.site, .contents, .footer, .subsite {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

}