@charset "utf-8";

/* ==================================================
	共通レイアウト
================================================== */
.container{
	position: relative;
	display: none;
}

.wrapper{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.l_fixed{
	position: fixed;
}

/* --------------------------------------------------
	グリッドレイアウト
-------------------------------------------------- */
.l_grid_1,.l_grid_2,.l_grid_3,.l_grid_4,.l_grid_5,.l_grid_6,
.l_grid_7,.l_grid_8,.l_grid_9,.l_grid_10,.l_grid_11,.l_grid_12{
	float: left;
	margin-left: 28px;
}
.l_grid_1{ width: 66px; }
.l_grid_2{ width: 160px; }
.l_grid_3{ width: 254px; }
.l_grid_4{ width: 348px; }
.l_grid_5{ width: 442px; }
.l_grid_6{ width: 536px; }
.l_grid_7{ width: 630px; }
.l_grid_8{ width: 724px; }
.l_grid_9{ width: 818px; }
.l_grid_10{ width: 912px; }
.l_grid_11{ width: 1006px; }
.l_grid_12{ width: 1100px; }
.first{ margin-left: 0; clear: left; }

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* ==================================================
	モジュール
================================================== */

/* ボタン */
.button{}
.button_1{}
.button_2{}

/* ボタンサイズ */
.button.size_1{}
.button.size_2{}
.button.size_3{}

/* リンク */
.link-wrap{
	border-radius: 5px;
	line-height: 1.8em;
}
.link-wrap.size_1{
	padding: 2px 10px;
}
.link-wrap.size_2{
	padding: 5px 15px;
}

.link-wrap.color_1{
	background: #DAE3D4;
}

/* MORE */
.more{
	margin-top: 20px;
}
.more.position_1{
	text-align: right;
}

/* 改行 */
.br{
	padding-bottom: 15px;
}

/* イメージ */
.media-image{
	display: block;
	margin: auto;
}
.image-link{
	display: block;
	background: #ffffff;
}

/* text-indent */
.text-hidden{
	text-indent: -9999em;
	overflow: hidden;
}

/* font */
.bold{
	font-weight: bold;
}

/* ==================================================
	ヘッダー
================================================== */
.l_header{
	width: 100%;
	min-width: 1100px;
	height: 80px;
	background: #ffffff;
}
.header.position{
	margin-top: 26px;
}

/* ナビゲーション */
.navigation{
	font-size: 18px;
	margin-top: 20px;
}
.navi-item{
	height: 40px;
	line-height: 40px;
	float: left;
	box-sizing: border-box;
}
.navi-item.navi_bar{
	background: url(/common/img/navi_bar.png) right center no-repeat;
}
.navi-link{
	height: 40px;
	display: block;
}
.navi-link.position{
	padding: 0 20px;
}
.navi-link.position-first{
	padding-right: 20px;
}
.navi-link.position-last{
	padding-left: 20px;
}

/* ==================================================
	メインコンテンツ
================================================== */
.l_main{
	padding-top: 80px;
}

/* アイキャッチ */
.eyecatch-wrap{
	position: relative;
}
.eyecatch-inner{
	min-width: 1100px;
	height: 500px;
	overflow: hidden;
}
.eyecatch-image_1{
	background: url(/img/eyecatch_1.jpg) center center no-repeat;
	background-size: cover;
}
.eyecatch-image_2{
	background: url(/img/eyecatch_2.jpg) center center no-repeat;
	background-size: cover;
}
.eyecatch-image_3{
	background: url(/img/eyecatch_3.jpg) center center no-repeat;
	background-size: cover;
}
.eyecatch-text{}
.eyecatch-text.inner{
	min-width: 1100px;
	width: 100%;
	height: 500px;
	margin: 0 auto;
}
.eyecatch-text.position{
	position: relative;
	margin-top: -500px;
	z-index: 9999;
}
.eyecatch-text.image{
	background-color: rgba(255,255,255,0.15);
	background-image: url(/common/img/site-title.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100px;
}
.eyecatch-heading{
	width: 1100px;
	height: 500px;
}

/* 見出し */
.media-heading{
	font-size: 24px;
	height: 50px;
	margin-bottom: 40px;
	padding-left: 1em;
	line-height: 50px;
}
.media-heading.heading_1{
	letter-spacing: 0.2em;
	border-radius: 8px;
}
.media-heading.color_1{
	color: #379CCC;
	background: #DAE3D4;
}
.media-text{
	padding-left: 1em;
	box-sizing: border-box;
}

/* コピーライト */
.copyright{}
.copyright-image.size_1{
	width: 130px;
	height: auto;
}
.copyright-image.size_2{
	width: 100px;
	height: auto;
}
.copyright-image.position_1{
	margin-top: -4px;
	padding: 0 3px;
}

/* シェア */
ul.share-buttons li{
	width: 32px;
	height: 32px;
	display: inline;
}
/* .on:hover firefoxのズレ修正 */
.share-icon{
	background-color: rgba(244, 250, 232, .01);
}

.cursor{
	cursor: text;
}

/* ==================================================
	フッター
================================================== */
.l_footer{}
.footer-inner{}
.footer-copyright{}

/* ==================================================
	ページ別設定（トップページ）
================================================== */

#top .media{
	padding-bottom: 40px;
}
#top .media_1 .wrap{
	height: 222px;
	display: table;
}
#top .media_1 .horizontal{
	display: table-cell;
	vertical-align: middle;
}
#top .media_1 .media-left{
	width: 254px;
	text-align: center;
}
#top .media_1 .media-right{
	padding-left: 28px;
}

#top .media_2 .image-link{
	width: 160px;
	height: 120px;
}
#top .media_2 .photo-item{
	margin-bottom: 20px;
}

#top .media_3 .image-link{
	width: 254px;
	height: 180px;
}
#top .media_3 .food-item.item{
	width: 254px;
	height: 180px;
	padding-top: 10px;
	box-sizing: border-box;
	display: block;
}


#top .media_5 .image-link{
	width: 520px;
	height: 138px;
}

#top .share-text{
	height: 32px;
	line-height: 32px;
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
	/* 全体の設定 */
	.container{
		width: 100%;
		min-width: 768px;
		max-width: 1024px;
	}
	.wrapper{
		width: 93.0909%;
	}
	.l_header,
	.eyecatch-heading,
	.eyecatch-text.inner{
		min-width: 100%;
		width: 100%;
	}

	/* アイキャッチ */
	.eyecatch-inner{
		min-width: 100%;
		height: 200px;
	}
	.eyecatch-text.inner{
		height: 200px;
	}
	.eyecatch-text.position{
		margin-top: -200px;
	}
	.eyecatch-text.image{
		background-size: auto 50px;
	}

	/* グリッドデザイン */
	.l_grid_1,.l_grid_4,.l_grid_5,.l_grid_6,
	.l_grid_7,.l_grid_8,.l_grid_9,.l_grid_10,.l_grid_11,.l_grid_12{
		width: auto;
		margin-left: 0;
		float: none;
	}
	.l_grid_2{
		width: 31.6363%;
		min-width: 160px;
		margin-left: 1.8181%;
		float: left;
	}
	.l_grid_3{
		width: 23.0909%;
		min-width: 160px;
		margin-left: 1.8181%;
		float: left;
	}

	/* ページ別設定 */
	#top .media_3 .image-link{
		width: 23.0909%;
		min-width: 160px;
	}
	#top .media_3 .food-item.item{
		width: 100%;
	}
	.first{
		margin-left: 0;
	}

	#top .media_1 .wrap{
		width: 100%;
	}
	#top .media_1 .media-left{
		width: 50%;
	}
	#top .media_2 .media-image_sp{
		display: block;
		margin: auto;
	}

}
@media only screen and (min-width: 480px) and (max-width: 767px){
	/* 全体の設定 */
	.container{
		width: 100%;
		max-width: 767px;
		min-width: 480px;
		overflow-x: hidden;
	}
	.wrapper{
		width: 93.0909%;
	}
	.l_header,
	.eyecatch-heading,
	.eyecatch-text.inner{
		min-width: 100%;
		width: 100%;
	}

	/* グリッドデザイン */
	.l_grid_1,.l_grid_3,.l_grid_4,.l_grid_5,.l_grid_6,
	.l_grid_7,.l_grid_8,.l_grid_9,.l_grid_10,.l_grid_11,.l_grid_12{
		width: auto;
		margin-left: 0;
		float: none;
	}
	.l_grid_2{
		width: 30%;
		margin-left: 1.8181%;
		float: left;
	}
	.media-image.size_1{
		max-width: 100%;
	}

	/* ヘッダー */
	.l_header{
		height: 70px;
	}
	.header.title{
		max-width: 100%;
	}
	.header.position{
		margin-top: 21px;
	}
	.l_header .l_grid_3{
		width: 170px;
		float: left;
	}

	/* ナビゲーション */
	.navigation{
		font-size: 14px;
		margin-top: 15px;
	}

	/* アイキャッチ */
	.eyecatch-inner{
		min-width: 100%;
		height: 150px;
	}
	.eyecatch-text.inner{
		height: 150px;
	}
	.eyecatch-text.position{
		margin-top: -150px;
	}
	.eyecatch-text.image{
		background-size: auto 30px;
	}

	/* コンテンツ */
	.media-heading.heading_1{
		letter-spacing: 0;
	}
	.copyright-image.wrap{
		width: 100%;
	}
	.copyright-image.size_1{
		max-width: 30%;
	}
	.copyright-image.size_2{
		max-width: 18%;
	}

	/* ページ別設定 */
	#top .media_2 .image-link,
	#top .media_5 .image-link{
		background: transparent;
	}

	#top .media_1 .wrap,
	#top .media_1 .horizontal{
		height: auto;
		display: block;
	}
	#top .media_1 .media-left,
	#top .media_1 .media-right{
		margin: 40px 0;
		text-align: center;
	}
	#top .media_1 .media-left{
		width: 27.6752%;
		margin: 0 auto;
	}
	#top .media_1 .media-right{
		width: 100%;
		padding-left: 0;
	}
	#top .media_1 .media-image{
		max-width: 100%;
	}
	#top .media_2 .image-link{
		width: 100%;
	}
	#top .media_3 .image-link{
		width: 60%;
		margin: 0 auto 20px;
	}
	#top .media_3 .food-item.item{
		width: 100%;
	}
	#top .media_4.image{
		width: 100%;
		min-width: 100%;
		margin: 0 auto;
	}
	#top .media_4.image-item{
		max-width: 80%;
	}
	#top .media_5 .image-link{
		width: 100%;
	}
}
@media only screen and (max-width: 479px) {
	/* 全体の設定 */
	.container{
		width: 100%;
		min-width: 320px;
		margin: 0 auto;
		/overflow-x: hidden;
	}
	.wrapper{
		width: 93.0909%;
	}
	.l_header,
	.eyecatch-heading,
	.eyecatch-text.inner{
		min-width: 100%;
		width: 100%;
	}

	/* グリッドデザイン */
	.l_grid_1,.l_grid_3,.l_grid_4,.l_grid_5,.l_grid_6,
	.l_grid_7,.l_grid_8,.l_grid_9,.l_grid_10,.l_grid_11,.l_grid_12{
		width: auto;
		margin-left: 0;
		float: none;
	}
	.l_grid_2{
		width: 30%;
		margin-left: 1.8181%;
		float: left;
	}
	.media-image.size_1{
		max-width: 100%;
	}

	/* ヘッダー */
	.l_header{
		height: 75px;
	}
	.header.title{
		max-width: 100%;
	}
	.header.position{
		margin-top: 15px;
	}
	.l_header .l_grid_3{
		width: 120px;
		margin: 0 auto;
	}
	.l_header .float-right{
		float: none;
		clear: both;
	}

	/* ナビゲーション */
	.navigation{
		font-size: 14px;
		margin-top: 12px;
	}
	.navi{
		width: 230px;
		margin: 0 auto;
	}
	.navi-item{
		height: 20px;
		line-height: 20px;
	}
	.navi-link{
		height: 20px;
	}
	.navi-link.position-first{
		padding-right: 10px;
	}
	.navi-link.position{
		padding: 0 10px;
	}
	.navi-link.position-last{
		padding-left: 10px;
	}

	/* アイキャッチ */
	.eyecatch-inner{
		min-width: 100%;
		height: 150px;
	}
	.eyecatch-text.inner{
		height: 150px;
	}
	.eyecatch-text.position{
		margin-top: -150px;
	}
	.eyecatch-text.image{
		background-size: auto 30px;
	}

	/* コンテンツ */
	.media-heading{
		font-size: 16px;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
	}
	.media-heading.heading_1{
		letter-spacing: 0;
	}
	.copyright-image.wrap{
		width: 100%;
	}
	.copyright-image.size_1{
		max-width: 30%;
	}
	.copyright-image.size_2{
		max-width: 18%;
	}

	/* ページ別設定 */
	#top .media_2 .image-link,
	#top .media_5 .image-link{
		background: transparent;
	}

	#top .media_1 .wrap,
	#top .media_1 .horizontal{
		height: auto;
		display: block;
	}
	#top .media_1 .media-left,
	#top .media_1 .media-right{
		margin: 40px 0;
		text-align: center;
	}
	#top .media_1 .media-left{
		width: 27.6752%;
		margin: 0 auto;
	}
	#top .media_1 .media-right{
		width: 100%;
		padding-left: 0;
	}
	#top .media_1 .media-image{
		max-width: 100%;
	}
	#top .media_2 .image-link{
		height: auto;
	}
	#top .media_2 .photo-item{
		margin-bottom: 10px;
	}
	#top .media_2 .image-link{
		width: 100%;
	}
	#top .media_3 .image-link{
		width: 80%;
		margin: 0 auto 20px;
	}
	#top .media_3 .food-item.item{
		width: 100%;
		margin: 0 auto;
	}
	#top .media_4.image{
		width: 100%;
		min-width: 100%;
		margin: 0 auto;
	}
	#top .media_4.image-item{
		max-width: 80%;
	}
	#top .media_5 .image-link{
		width: 100%;
	}
}


