@charset "utf-8";



.is-sp {
	display: block;
}
br.is-sp {
	display: inline;
}
.is-pc {
	display: none!important;
}


body #wrapper {
	min-width: 320px;
	font-size:1.5rem;
	-webkit-text-size-adjust: 100%;
}
.is-home #wrapper {
	padding: 0;
}

#wrapper #container {
	padding-top:0;
}



/*=============================== レイアウト ===============================*/

.l-section {
	margin-bottom:70px;
}




/*================================ header ===============================*/

.header {
	margin-bottom: 0;
	position: fixed;
	top: 0;
}
.header_inner {
	width:auto;
	padding:0;
	margin-bottom:0;
	height: 70px;
}
.logo {
	position: absolute;
	left:15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 102;
	width: 130px;
}





/*=============================== main_navi ================================*/

#menuList {
	display: none;
}
#rwdMenuWrap {
	width: 100%;
	position: fixed;
	top:0;
	z-index:100;
	height: 70px;
	background-color: #fff;
	border-bottom: solid 1px #eee;
}
#rwdMenuWrap #switchBtnArea {
	width: 100%;
	z-index: 2;
	position: relative;
}
#rwdMenuWrap #switchBtnArea #switchBtn {
	top: 13px;
    right: 4px;
    width: 44px;
    height: 44px;
    display: block;
    background-color: #fff;
    position: absolute;
    border-radius: 0;
}
#rwdMenuWrap #switchBtnArea #switchBtn span {
    left: 10px;
    width: 24px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #ce9b0e;
    border-radius: 5px;
    transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
    top: 14px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
    top: 21px;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
    bottom: 14px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
    top: 21px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
    bottom: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#rwdMenuWrap .main_nav {
	width:100%;
    padding:0;
    margin:0;
    float:none;
    display: none;
    height:auto;
    overflow:visible;
    border: none;
    position:absolute;
	top: 70px;
    background:#fff;
    box-shadow: 0px 0px 10px #aaa;
}

#rwdMenuWrap .main_nav li {
	width: 100%;
    border-bottom: #ccc 1px solid;
    float:none;
    margin:0;
    padding:0;
    background:none;
    display:block;
}
#rwdMenuWrap .main_nav li a {
	font-size: 1.6rem;
	letter-spacing: .1em;
    height: auto;
    line-height: 1.5em;
    color: #000;
    margin: 0;
    padding: 20px 20px;
    text-align: left;
    display: block;
    position: relative;
}
#rwdMenuWrap .main_nav li a::before {
	display: none;
}
#rwdMenuWrap .main_nav li.act a {
    background-color:#F7F7F7;
    color: #ce9b0e;
}
#rwdMenuWrap .main_nav li.act a::after {
	border-color: #ce9b0e;
}



#rwdMenuWrap .main_nav {
	width: 100%;
	box-shadow: none;
}
#rwdMenuWrap .main_nav li:first-child {
	border-top: 0;
}
.main_nav_body {
	display: block;
	margin: 0;
}
.main_nav_item a {
	font-family: YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
}
.main_nav_item a::after {
	content: " ";
	display: block;
	width: 8px;
	height: 8px;
	border:solid 2px #000;
	border-top: 0;
	border-left: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: rotate(-45deg) translateY(-50%);
}





/*================================ mainvisual ===============================*/

.mainvisual {
	margin-top: 70px;
	height: 150px;
}
.is-home .mainvisual {
	margin-bottom: 50px;
	margin-top: 70px;
	height: auto;
}

/* mainvisual／スライド */
.mainvisual_slide {
	position: relative;
}
.slick-prev,
.slick-next {
	width: 25px;
	height: 25px;
}


/* mainvisual／コンテンツ */
.mainvisual_contents_inner {
	width: auto;
}
.entry_ttl {
	font-size: 2rem;
}






/*================================ HOME／コンテンツ ===============================*/

.section_img {
	width:auto;
	margin-left:10px;
	margin-right:10px;
}
.section_img.is-head {
	margin-left:0;
	margin-right:0;
}
.section_txt p {
	margin-left:10px;
	margin-right:10px;
}




/*
* package
*/

.l-package {
	padding: 20px 15px;
	margin-left:10px;
	margin-right:10px;
}
.l-package .image_wrap {
	float:none;
	margin:0 auto 15px;
}
.l-package .text_wrap br {
	display:none;
}


/*
* area
*/

.is-area {
	padding: 20px 15px;
	margin-left:10px;
	margin-right:10px;
}






/*================================ HOME ===============================*/

/*
* 「常陸の輝き」とは
*/

.about .crossing {
	max-width:none;
	min-height:0;
	margin-left:10px;
	margin-right:10px;
}
.about .section_txt {
	margin-left: 15px;
	margin-right: 15px;
}
.about .section_txt p {
	line-height: 1.8em;
}



/*
* 新着情報
*/

.news .inner {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.news_list dd {
	text-align: left;
	word-wrap:break-word;
	line-break:normal;
}




/*
* 料理
*/

.dish_catch {
	width:130px;
	top:20px;
	right:20px;
}




/*
* 最後に
*/

.message .section_img {
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
}


/*
* バナーエリア
*/

.bnr_area {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}
.movie_bnr {
	flex-direction: column;
	margin-bottom: 20px;
}
.movie_bnr_item {
	width: auto;
	margin-bottom: 10px;
	height: auto;
}
.sns_bnr {
	flex-direction: column;
	margin-bottom: 0;
}
.sns_bnr_item {
	width: auto;
	margin-bottom: 10px;
	height: auto;
}






/*================================ 生産者・販売店一覧 ===============================*/

.store_producer_body {
	display:block;
	padding-top:0;
}
.store_producer_item {
	float:none;
	width:auto;
	padding:15px 0;
	margin-bottom:0;
}
.store_producer_table th {
	width:15%;
}
.store_producer_table td {
	text-align:left;
}





/*================================ キャンペーン ===============================*/

.is-campaign .mainvisual {
	height: auto;
}
.is-campaign .mainvisual_contents_inner {
	padding-top: 30px;
	padding-bottom: 30px;
}
.is-campaign .entry_ttl {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
}
.mv_present_body {
	width: auto;
	flex-wrap: nowrap;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0;
}
.mv_present_item {
	width: 48%;
	
}
.campaign_period {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}

.campaign_copy {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.7em;
}


/* キャンペーン／コンテンツ */

.common_txt {
	font-size: 1.4rem;
}
.is-campaign .l-section {
	margin-bottom: 40px;
}
.is-campaign .section_ttl {
	font-size: 2rem;
	margin-bottom: 15px;
	line-height: 1.2em;
	padding: 10px 0;
}
.l-section.present_contents {
	margin-bottom: 60px;
}
.present_list {
	padding: 15px;
}
.present_list_body {
	width: auto;
	flex-direction: column;
	padding-top: 0;
}
.present_list_item {
	width: auto;
	margin-bottom: 25px;
}
.is-campaign table,
.is-campaign tr,
.is-campaign tbody,
.is-campaign th,
.is-campaign td {
	display: block;
	width: auto;
	border: 0;
}
.is-campaign td {
	font-size: 1.4rem;
}
.store_producer_btn {
	flex-direction: column;
}
.store_producer_btn_item {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.howto_store_group {
	display: block;
}
.howto_store_group_inner {
	display: block;
}
.howto_store_group_txt {
	margin-right: 0;
}
.howto_store_group_seal_img {
	width: auto;
	max-width: 150px;
	margin: 0 0 10px;
}
.howto_store_group_seal {
	text-align: left;
}
.note {
	font-size: 1.3rem;
}

/* キャンペーン／お問い合わせ */

.campaign_contact_wrap {
	padding: 0;
}
.campaign_contact_ttl {
	line-height: 1.4em;
	font-size: 1.5rem;
}
.campaign_contact_wrap .common_txt {
	font-size: 1.4rem;
}





/*=============================== レシピ紹介 ================================*/

.recipe_contents {
	width: auto;
	margin-bottom: 50px;
}
.recipe_profile {
	display: block;
}
.recipi_profile_img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.recipi_profile_txt_wrap {
	width:auto;
	padding-top: 15px;
}
.recipi_profile_ttl {
	text-align: center;
}


.recipe_set {
	padding: 15px;
}
.recipe_set_ttl {
	margin-bottom: 10px;
}
.recipe_tab_body {
	display: block;
}
.recipe_tab_item {
	width: auto;
	margin-left: 0;
	margin-bottom: 10px;
}
.recipe_tab_item:last-child {
	margin-bottom: 0;
}
.recipe_thumb {
	width: 120px;
	height: 80px;
}
.recipe_label {
	font-size: 1.5rem;
}


.recipe_item {
	padding: 15px 15px 20px;
}
.recipe_intro {
	display: block;
}
.recipe_main {
	width: auto;
	margin-bottom: 10px;
}
.recipe_txt {
	width: auto;
}
.recipe_ttl {
	font-size: 2rem;
	line-height: 1.5em;
	text-align: center;
}
.recipe_lead {
	margin-bottom: 10px;
}

.ingredient_list_body {
	line-height: 1.6em;
}
.ingredient_item {
	display: block;
}
.ingredient_item::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.ingredient_item span {
	font-size: 1.4rem;
	display: block;
}
.ingredient_label {
	float: left;
}
.ingredient_val {
	float: right;
}


.flow_list_body {
	display: block;
}
.flow_item {
	width: auto;
	margin-left: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #eee;
	padding-left: 2em;
	position: relative;
}
.flow_item .num {
	position: absolute;
	top: 0;
	left: 0;
}
.flow_package {
	display: block;
}
.flow_txt {
	width: auto;
	margin-bottom: 10px;
}
.recipe_contents .btn {
	margin-top: 15px;
}
.is-recipe .bnr_area {
	margin-bottom: 50px;
}

/* 五味さん調整 */
.gomi .flow_item.adjust {
	width: auto;
}
.gomi .flow_item.adjust + li + li {
	margin-left: 0;
}




/*================================ フッター ===============================*/

.footer_inner {
	width:auto;
	height:auto;
	padding:30px 10px;
}
.footer_logo {
	text-align:left;
	width:auto;
	margin-bottom:10px;
}
.footer_adr {
	font-size:1.2rem;
	line-height:1.5em;
}
.footer_url {
font-size: 1rem;
}



/*
* フッター／コピーライト
*/

#wrapper #footer .footer_copyright {
	width:100%;
	text-align:center;
	margin:0 auto;
	font-size:1.1rem;
	padding:20px 0;
	letter-spacing:0.1em;
}






/*=============================== animate ===============================*/

.js-inview-item.bounceIn {
	animation-delay: .6s;
}





/*=============================== pagetop ===============================*/

#main #page_top_wrap {
	width:auto;
}
#main #page_top {
	width:104px;
	float:none;
	margin:0 auto;
}
#main #page_top a {
	
}






#page_top {
	width: 20px;
	height: 20px;
	right: 20px;
	bottom: 20px;
	opacity:0;
	background-color: transparent;
	border-radius: 0;
}
#page_top a {
	width:20px;
	height:20px;
	background-image: url(../images/arrow_pagetop.png);
	background-position: center center;
	background-size:16px auto;
	
}
#page_top:hover {
	opacity:1;
}


