@charset "utf-8";

/* ############################################### */
/* 頁 スタイルシート */
/* ############################################### */


.font_s{
	font-family: 'Pinyon Script', cursive;
}


/* -------------------------------------------------------------------------------- */

/* Material icons */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  
  display: inline-flex;
  vertical-align: middle;
  margin-top: -2px;
}
/* アイコンサイズ */
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
 

/* -------------------------------------------------------------------------------- */



a{
	text-decoration: none;
	color: #3089c1;
	
}
a:hover{
	color: #dc746c;
}




.c_img{
	width: 100%;
	height: auto;
}

.c_center,
.c_center_pc{
	text-align: center;
}


a:hover img{
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

.c_spon{
	display: none;
}
.c_spon_inline{
	display: none;
}

.c_noscript{
	text-align: center;
	background-color: #dc4040;
	color: #fff;
	padding: 20px;
	margin: 0 0 30px 0;
}


.c_spbr:before ,
.c_brsp:before {
	content: "" ;
}
.c_pcbr:before ,
.c_brpc:before {
	content: "\A" ;
	white-space: pre ;
}


.c_spbr:before {
	content: "" ;
}

.c_pcon_inlne{
	display: inline;
}
.c_spon_inlne{
	display: none;
}





/* ---------------------------------- */


body{
	color:#222;
	font-family: "Noto Sans JP", "メイリオ","Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	line-height:1.7em;
	font-size: 1.0em;
	background-color:#fff;
}


.c_container{
	min-width: 1080px;
}


/* ### ヘッダー ### */
/* -------------------------------------------------------------------------------- */
.c_header{
	width: 100%;
	min-width: 1080px;
	height: 80px;
	background-color: rgba(255,255,255,0.66);
	color: #fff;
	position: fixed;
	z-index: 3000;
}


.c_site_title{
	position: absolute;
	top: 20px;
	right: 20px;
}
.c_site_title_logo{
	width: 180px;
	height: 17px;
}


.c_site_title2{
	text-align: center;
	margin-top: 12px;
}

.c_site_title_logo2{
	width: 174px;
	height: 55px;
}


/* ### ナビゲーション ### */
/* -------------------------------------------------------------------------------- */

.c_gnav_btn{
	position:absolute;
	z-index: 6000;
	display: block;

	top: 16px;
	left: 20px;

	width: 40px;
	height: 35px;
}

.c_gnav_icon{
	width: 100%;
	height: auto;
}



.c_gnav{
	display: none;
	position: fixed;
	z-index: 6300;
	width: 30%;
	min-width: 300px;
	height: 100%;
	top: 0;
	/* right: -100%; */
	left: 0;
	background-color: rgba(32,32,32, 0.96);
	/* overflow-y: scroll; */
	/* -webkit-overflow-scrolling: touch; */
}



.c_gnav_menu{
	margin-top: 80px;

}

.c_gnav_menu ul{
	border-top: 1px dotted #eee;
	margin: 0 8px 0 8px;
}

.c_gnav_menu ul li{
	/* height: 3.3em; */
	/* line-height: 3.6em; */
	font-size: 0.92em;
	line-height: 1.5em;
	border-bottom: 1px dotted #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	text-indent: -1em;
	padding-left: 2em;
	padding-right: 1em;
}

.c_gnav_menu ul li a{
	padding: 8px 8px 8px 10px;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}










/* ### ページTOPへ ### */
/* -------------------------------------------------------------------------------- */
.c_pagetop{
	display: none;
	min-width: 1080px;
	width: 100%;

	position: fixed;
	left: 0;
	bottom: 14px;
	z-index: 2000;
	text-align: right;
}

.c_pagetop_part{
	position: absolute;
	right: 30px;
	bottom: 10px;
	width: 40px;
	height: 40px;
}

.c_pagetop_button{
	width: 40px;
	height: 40px;
}









/* ### フッター ### */
/* -------------------------------------------------------------------------------- */
.c_footer{
	padding: 20px 0 30px 0;
	background-color: #483829;
	color: #fff;
}
.c_footer a{
	color: #fff;
}


.c_footer_navi{
	width: 1080px;
	margin: 0 auto;
}

.c_footer_navi ul{
	text-align: center;
}

.c_footer_navi ul li{
	display: inline;
	padding: 0 18px;
	font-size: 0.92em;
}


.c_footer_copyright{
	text-align: center;
	font-size: 0.92em;
	margin-top: 20px;
}


/* リンクボタン */
/* ------------------------------------- */
.c_button1 a {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 30em;
	line-height: 1.4em;
	padding: 10px 10px 10px 0;
	text-align: center;
	background-color: rgba(228,61,48,1);
	color: #fff;
	position: relative;
}
.c_button1 a:hover {
	background-color: rgba(228,61,48,0.84);

}
.c_button1 a i{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 10px;
}



/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

/* ### コンテンツ ### */
/* -------------------------------------------------------------------------------- */

.c_contents{
	position:relative;
	z-index:100;
}


.c_section{
	width: 1080px;
	margin: 0 auto 0 auto;

}

.c_section9{
	width: 940px;
	margin: 0 auto 0 auto;
}

.c_section8{
	width: 860px;
	margin: 0 auto 0 auto;
}

.c_section7{
	width: 720px;
	margin: 0 auto 0 auto;
}




.c_main_image{
	width: 100%;
	height: 500px;
	background: #fff url(../images/main.jpg) no-repeat top center;
	background-size: cover;
}


.c_title1{
	text-align: center;
	font-size: 1.3em;
	line-height: 1.7em;
	margin: 30px 0 30px 0;
}

.c_title2{
	font-size: 1.18em;
	color: #e43d30;
	font-weight: 500;
	margin-bottom: 10px;
}

.c_title2 *{
	color: #e43d30;
	font-weight: 500;
}

.c_title3{
	text-align: center;
	font-size: 1.1em;
	margin-top: 40px;
}



.c_rummo_img{
	text-align: center;
}
.c_rummo_img img{
	width: 270px;
	height: 146px;
}

.c_main_area{
	margin-bottom: 60px;
}

.c_main_area_img{
	margin: 30px 0 30px 0;
	display:-moz-flex;
	display:-webkit-flex;
	display:-o-flex;
	display:-ms-flex;
	display: flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
}
.c_main_area_img li{
	width: 33.33%;
	margin-bottom: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box
}

.c_main_area_img::before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.c_main_area_img:after {
    content: "";
    display: block;
    width: 22%;
    height: 0;
}


.c_main_area_img li img{
	display: block;
	height: 240px;
	object-fit: cover;
	width: 100%;
}


.c_rummo_area{
	margin: 50px 0 100px 0;
}

.c_rummo_area_column{
	margin: 50px 0 0 0;
}

.c_rummo_area_left1{
	float: left;
	width: 46%;
	margin-bottom: 40px;
}

.c_rummo_area_right1{
	float: right;
	width: 50%;
	margin-bottom: 40px;
}

.c_rummo_area_left2{
	float: left;
	width: 50%;
}

.c_rummo_area_right2{
	float: right;
	width: 46%;
}



.c_rummo_sup {
    font-size: 0.8em;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}


.c_restaurant_img{
	height: 300px;
	margin: 30px 0 30px 0;
	display:-moz-flex;
	display:-webkit-flex;
	display:-o-flex;
	display:-ms-flex;
	display: flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
}
.c_restaurant_img div{
	width: 50%;
	margin-bottom: 70px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box
}


.c_restaurant_img1{
	height: 300px;
	background: #fff url(../images/restaurant11.jpg) no-repeat center center;
	background-size: cover;
}

.c_restaurant_img2{
	height: 300px;
	background: #fff url(../images/restaurant12.jpg) no-repeat center center;
	background-size: cover;
}



.c_restaurant_area{
	margin: 20px 0 100px 0;
}


.c_restaurant_area_left{
	float: left;
	width: 30%;
}

.c_restaurant_area_right{
	float: left;
	width: 37%;
	margin-left: 6%;
	margin-top: 40px;
}

.c_restaurant_area_right2{
	float: right;
	width: 22%;
	text-align: center;
}

.c_restaurant_area_text2{
	margin-top: 15px;
	font-size: 0.92em;
	font-weight: 500;
	color: #f26f65;
	line-height: 1.7em;
}
.c_restaurant_area_text2 *{
	font-weight: 500;
}

.c_restaurant_area_text3{
	margin-top: 5px;
	font-size: 0.90em;
	line-height: 1.6em;
}

.c_restaurant_area_chef img{
	width: 150px;
	height: auto;
}


.c_linup{
	background: #faf3e3 url(../../pasta/images/pasta_bg.jpg) repeat 0 0;
	padding: 20px 0 80px 0;
}

.c_linup_text{
	font-size: 1.1em;
	text-align: center;
	margin: 20px 0 20px 0;
}



.c_rummo_item{
	display: none;
	width: 94%;
	margin: 40px auto 30px auto;
}

.c_rummo_item li{
	margin: 0 10px;
}
.c_rummo_item li p{
	font-size: 0.9em;
	text-align: center;
	line-height: 1.4em;
	margin-top: 5px;
	color: #e43d30;
}

.c_rummo_item2{
	margin-top: 80px;
}


.c_rummo_item2 ul{
	margin: 30px 0 30px 0;
	display:-moz-flex;
	display:-webkit-flex;
	display:-o-flex;
	display:-ms-flex;
	display: flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.c_rummo_item2 ul li{
	width: 29%;
	margin: 0 2% 60px 2%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.c_rummo_item2 ul li a.c_rummo_item2_img{
	display: block;
	position: relative;
	line-height: 0;
}
.c_rummo_item2 ul li a.c_rummo_item2_img:before,
.c_rummo_item2 ul li a.c_rummo_item2_img:after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	display: inline-block;
}

.c_rummo_item2 ul li a.c_rummo_item2_img:before{
	border-left: solid 1px #e43d30;
	border-top: solid 1px #e43d30;
	top: 0;
	left: 0;
}

.c_rummo_item2 ul li a.c_rummo_item2_img:after{
	border-right: solid 1px #e43d30;
	border-bottom: solid 1px #e43d30;
	bottom: 0;
	right: 0;
}

.c_rummo_item2 ul li a:hover.c_rummo_item2_img:before{

}
.c_rummo_item2 ul li a:hover.c_rummo_item2_img:after{
	border-right: solid 1px #fadad3;
	border-bottom: solid 1px #fadad3;
}


.c_rummo_item2_text{
	width: 92%;
	margin: 10px auto 10px auto;
	font-size: 0.9em;
	line-height: 1.5em;
}




.c_rummo_set{
	margin: 50px 0 30px 0;

}
.c_rummo_set li{
	margin: 20px 0 20px 0;
}


.c_rummo_set_image{
	display: inline-block;
	vertical-align: middle;
	width: 45%;
	margin-right: 5%;
}

.c_rummo_set_item{
	display: inline-block;
	vertical-align: middle;
	width: 48%;
}


.c_rummo_set_item .c_title2{
	margin-bottom: 3px;
}

.c_rummo_set_item_price{
	text-align: right;
	color: #CC181E;
}

.c_rummo_set_item_text{
	margin-top: 10px;
}


.c_rummo_link{
	margin: 20px 0 20px 0;
}



.c_boil_img{
	height: 270px;
	background: #fff url(../images/boil.jpg) no-repeat center center;
	background-size: cover;
}

.c_boil_area{
	margin: 50px 0 100px 0;
}

.c_boil_text1{
	color: #e43d30;
	margin: 30px 0 30px 0;
	text-align: center;
}



.c_recipe_img{
	height: 270px;
	background: #fff url(../images/recipe.jpg) no-repeat center center;
	background-size: cover;
}

.c_recipe_area{
	margin: 50px 0 100px 0;
}
.c_recipe_area .c_title1{
	margin-bottom: 3px;
}

.c_recipe_title{
	color: #e43d30;
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 1.6em;
}

/* -------------------------------------------------------------------------------- */

.h_main_contents{
	position: relative;
	min-height: 30vh;
}

.h_loading_area{
	display: none;
	position: absolute;
	width: 100%;
	height: 30vh;
	background: #fff;
	z-index: 1;
}
.h_loading{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	z-index: 2;
}


.h_recipe_none{
	width: 100%;
	text-align: center;
	padding-top: 50px;
}


.h_area{
	/* display: none; */
	box-sizing: border-box;
	width: 940px;
	margin: 40px auto 0 auto;
}

.h_area a{
	color: #e43d30;
}
.h_area a:hover{
	color: #dc746c;
}


.h_area_exp{
	box-sizing: border-box;
	text-align: center;
	margin-top: 30px;
	height: 40px;
}

.h_area{
	border-top: 1px dotted #888;
}


.h_area li{
	margin: 20px 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #888;
}

.h_area_image{
	float: right;
	width: 510px;
	text-align: center;
}

.h_area_image_img{
	width: 510px;
	height: auto;
}
.h_area_image_img1{
	width: 250px;
	height: auto;
	padding-right: 10px;
}
.h_area_image_img2{
	width: 250px;
	height: auto;
}


.h_area_text{
	float: left;
	width: 380px;
	text-align: left;
}

.h_area_link{
	margin: 10px 0 10px 0;
	font-size: 1.3em;
	line-height: 1.4em;

	text-indent: -8px;
	padding-left: 0.5em;
}

.h_area_item{
	font-size: 0.9em;
	color: #555;
	text-align: right;
}

.h_area_tag{
	margin: 10px 0 0 10px;
}

.h_area_tag a{
	color: #444;
}

.h_area_new_m{
	margin: 0 0 10px 0;
}

.h_area_new_m span{
	background-color: #db4444;
	color: #fff;
	padding: 3px 8px;
	font-size: 0.9em;
}



.h_area li.h_recipe_more{
	border-bottom: none;
	text-align: center;
	padding: 10px 0 10px 0;
}

.h_recipe_more a{
	padding: 10px 20px 10px 15px;
	border: 1px solid #ddd;
}

.h_recipe_more a:hover{
	background-color: #fbfbfb;
}


.h_area_pasta{
	background: #faf3e3 url(../../pasta/images/pasta_bg.jpg) repeat 0 0;
	padding: 10px 14px 10px 14px;
	margin-top: 16px;

}
.h_area_pasta_title{
	margin-bottom: 3px;
	font-size: 0.88em;
}
.h_area_pasta a{
	color: #e43d30;
	font-size: 0.92em;
}

/* -------------------------------------------------------------------------------- */










/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

/* ### スマートフォン ### */
@media (max-width: 510px) {

.c_spbr:before ,
.c_brsp:before {
	content: "\A" ;
	white-space: pre ;
}
.c_pcbr:before ,
.c_brpc:before {
	content: "" ;
}



.c_spon{
	display: block;
}
.c_spon_inline{
	display: inline;
}

.c_pcon{
	display: none!important;
}
.c_pcon_inline{
	display: none!important;
}


.c_center_pc{
	text-align: left;
}


.c_noscript{
	text-align: left;
	padding: 10px;
}




body{
	min-width: 100%;
    margin: 0 auto;
	font-size: 1.0em;
	line-height: 1.8em;
}

.c_container{
	min-width: 100%;
}


/* ### ヘッダー ### */
/* -------------------------------------------------------------------------------- */
.c_header{
	min-width: 100%;
	height: 70px;
}

.c_site_title{
	position: absolute;
	top: 3px;
	right: 5px;
}

.c_site_title_logo{
	width: 120px;
	height: auto;
}


.c_site_title2{
	text-align: center;
	margin-top: 20px;
}

.c_site_title_logo2{
	width: 124px;
	height: auto;
}



/* ### ナビゲーション ### */
/* -------------------------------------------------------------------------------- */

.c_gnav_btn{
	width: 32px;
	height: 28px;

	top: 12px;
	left: 10px;
}

.c_gnav{
	width: 90%;
	min-width: 200px;
	/*
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	*/
}

.c_gnav_menu ul li{
	padding-top: 10px;
	padding-bottom: 10px;
}



/* ### フッター ### */
/* -------------------------------------------------------------------------------- */
.c_footer{
	padding: 20px 0 50px 0;
}


.c_footer_navi{
	width: 100%;
}

.c_footer_navi ul li{
	display: block;
	padding: 0 0 10px 0;
	font-size: 0.92em;
}







/* ### ページTOPへ ### */
/* -------------------------------------------------------------------------------- */
.c_pagetop{
	min-width: 100%;
	width: 100%;
	bottom: 0;
}

.c_pagetop_part{
	right: 10px;
	width: 34px;
	height: 34px;
}

.c_pagetop_button{
	width: 34px;
	height: 34px;
}



/* ---------------------------------- */


/* ### コンテンツ ### */
/* -------------------------------------------------------------------------------- */

.c_contents{
	box-sizing: border-box;
	width: 100%;
}


.c_section{
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
}

.c_section9,
.c_section8,
.c_section7{
	box-sizing: border-box;
	width: 100%;
}



.c_title1{
	font-size: 1.2em;
}

.c_title3{
	font-size: 1em;
	text-align: left;
}


.c_rummo_img img{
	width: 210px;
	height: 113px;
}


.c_main_area_img li{
	width: 50%;
	margin-bottom: 0;
}

.c_main_area_img li img{
	height: 160px;
}

.c_rummo_area_left1{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.c_rummo_area_right1{
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.c_rummo_area_left2{
	float: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.c_rummo_area_right2{
	float: none;
	width: 100%;
}


.c_restaurant_img{
	height: auto;
	margin: 0;
}

.c_restaurant_img div{
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}


.c_restaurant_area{
	margin: 0 auto 100px auto;
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
}

.c_restaurant_area_left{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.c_restaurant_area_right{
	float: none;
	width: 100%;
	margin: 0;
}

.c_restaurant_area_right2{
	float: none;
	width: 50%;
	min-width: 200px;
	margin: 24px auto 0 auto;
	text-align: center;
}



.c_linup_text{
	font-size: 1.0em;
	text-align: left;
	margin: 20px 0 20px 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
}


.c_rummo_item2 ul li{
	width: 88%;
	margin: 0 6% 60px 6%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box
}




.c_rummo_set{
	margin: 50px 0 30px 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
}


.c_rummo_set_image{
	display: block;
	width: 84%;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.c_rummo_set_item{
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}




.c_boil_area{
	margin: 50px 0 100px 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 20px;
}


.c_boil_text1{
	text-align: left;
}






/* -------------------------------------------------------------------------------- */

.h_area{
	width: 96%;
	margin: 40px 2% 0 2%;

}

.h_loading_area{
	height: calc(100vh - 200px);
}



.h_area_exp{
	text-align: left;
	margin: 20px 15px 10px 15px;
	height: 40px;
}

.h_area li{
	margin: 0;
	padding-top: 10px;
}

.h_area_image{
	float: none;
	width: 100%;
}

.h_area_image_img{
	width: 100%;
	height: auto;
}
.h_area_image_img1{
	width: 49%;
	height: auto;
	padding-right: 2%;
}
.h_area_image_img2{
	width: 49%;
	height: auto;
}

.h_area_link{
	font-size: 1.16em;
}

.h_area_text{
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 30px 10px;
}


.h_area_new_m{
	margin: 5px 0 5px 0;
}



.h_area li.h_recipe_more{
	margin: 30px 0 30px 0;
}







/* ---------------------------------- */







/* リンクボタン */
/* ------------------------------------- */
.c_button1 a {
	width: 19em;
}






/* ---------------------------------- */







}
/*  @media (max-width: 510px)  */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */



@media (max-width: 320px) {

.c_section{
	padding: 0 10px;
}

.c_intro{
	padding: 20px 10px 20px 10px;
}


}
/*  @media (max-width: 320px)  */




/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------- */

/* ### IE用 ### */

@media all and (-ms-high-contrast: none) {


}
/*  @media IE  */

