@charset "UTF-8";

*{
	margin:0 ;
	padding:0;
}
li {
  list-style: none;
}

body{	
	background:#fff;
	font-size:16px;
	color: #74593d;
	line-height:1.5em;
	text-align:justify;/* テキストを均等割り付けて改行位置をそろえる */
	height: 100%;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
}

a,
a:link{
	text-decoration: none;
    color: #74593d;
}
a:visited{
    color: #be9c20;
}
a:hover{
    text-decoration: none;
	color: #af967a;
}

h1,h2,h3,h4{
	color: #613720;			/* ←見出し色 #5a3019*/
	text-decoration: underline;
}
a:hover img{
	transition: .5s;/*ゆっくり透明に*/
    opacity: 0.7;
}
h1 img:hover {
	opacity: 1;/*ロゴは透明にしない*/
}
/* ========================================================= */
/* header*/
/* ========================================================= */

header{
	padding: 0 0 0 20px;
	display: flex;
	font-size: 16px;
	background: #fff;
	justify-content: space-between;
	position: sticky;/*ヘッダーを固定する*/
	top:0;/*ブラウザの上からの距離はゼロ*/
	border-bottom: solid 1px #9e7d66;
	z-index: 999;
	/* ↑z-indexでヘッダーのハンバーガーアイコンを最前面にしないとスライダー画像が全面になる*/
}
header h1 img{
	padding: 15px 0 5px;
	width: 300px;
	height: auto;
}
header nav{
	display: flex;
}
header .nav_box{
	width: 100px;
	padding-top: 10px;
	background: url(/images/nav_iine.gif)no-repeat;
	height: 65%;
	text-align: center;
}
header nav .nav_icon{
	padding-bottom: 5px;
	height: 20px;
}

/* =====ハンバーガー======================================= */

.nav_burger {
	display: none;
}



/* ========================================================= */
/* main*/
/* ========================================================= */


/* メイン画像 (shop recipe news 共通）************************/

.wrapper{
	position: relative;
}

/* メイン画像のスマホ用は非表示 ********************/

.wrapper_sp{
	display:none;
}

/* メイン　キャッチコピー ********************/

.topimage_copy{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 998;
}
.topimage_copy img{
	width: 70vw;
}

/* 各ページメイン画像をbackgroundで指定するプランなし */

/* main .visual {
	background-image: url(../images/shop_img.jpg);
	background-repeat:no-repeat;
	background-size: cover ;
	background-position: bottom right;
	border-radius: 0 0 30px 30px;
	height: 80vh;
	position: relative;
}

main .visual div{
	width: 70%;
	height: 17%;
	background: #FFF;
	opacity: 0.7;
	position: absolute;
	top: 60%;
	left: 0;
}
main .visual p{
	font-size: 4.5vw;
	color: #5f2c02;;

	position: absolute;
	top: 40%;
	left: 5%;

} */
/* ここまで **********************************/

main .visual img{
	width:100%;
	/* height: 80vh; */
	vertical-align: top;
	border-radius: 0 0 30px 30px;
	
}


/* コメント ********************************************/

main .comment_bg{
	width: 100%;
}
main .comment img{
	width: 60px;
	height: 80px;
}
main .comment{
	max-width: 1000px;
    width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	align-items: center;/* →display子要素を中央で揃える */
}
main .comment h2{
	font-family:小塚明朝,MS明朝,serif;
	font-size:36px;
	padding: 0 20px;
	line-height: 1.2;/* ←折り返し対応 */
	text-decoration:none;/* ←最初に設定したｈタグの打ち消し */
}

.comment_strong{
	font-family:小塚ゴシック,MSゴシック,ゴシック,gothic;
	color: #c04295;

}
main .comment_text{
	max-width: 1000px;
    width: 100%;
	margin: 0 auto 20px;
	padding: 10px 20px;
	line-height: 1.6;
	box-sizing: border-box;/* padding 内包 */
}


/* スクロール　ニュース *************************************/

main .top_news_bg{
	background: #f7f6e8;
	width: 100%;
	padding: 30px 0;
}

main .top_news{
	max-width: 1000px;
    width: 100%;
	margin: 0 auto;
	display: flex;
}
main .top_news img{
	width: 195px;
	height: 160px;
	padding: 15px 0 15px 15px;
	border-radius: 30px 0 0 30px;
}
.top_newsimg_sp{
	display: none;
}
main .newsbox{
	width: 100%;
	padding: 15px 15px 15px 0;
}
main .box_a{
	width: 100%;           /* 横幅を指定 */
	height: 130px;           /* 横幅を指定 */
/*	border: 1px solid #000;  わかりやすくボーダーを引く */
	overflow-y: scroll;        /* 縦方向にスクロール可能にする */
	scrollbar-color: #af967a #f3ede1;	/* サム(Thumb)とトラック(Track)色変更*/
	color:#976648;
	background-color: #fff;
}
main .top_news .scroll_h3{
	/* text-decoration:underline; */
	line-height:1.5;
	letter-spacing: 3px;		/* ←文字間隔 */
	color: #5a3019;			/* ←見出し色 */
}
.new_icon{
	background: yellow;
	padding: 0 5px;
	font-weight: bold;
}
main .box_a p{
	padding: 10px 20px;
}
main .box_a dl{
	padding: 10px 20px;
}
main .box_a dt,
main .box_a dd{
	border-bottom: dotted 1px #ccc;/* ←点線 */
	font-size: 15px;
	line-height: 2;
}

/* ３コンテンツ  *****************************************/

main .content_bg{
	background: #e4e1c6;
	margin: 0 auto;
	padding: 30px 0;
}
main .content{
	max-width: 1000px;
	display: flex;
	margin: 0 auto;
	/* width: 100%; */
}


main .article_main{
	/* max-width: 420px; */
	border-radius: 25px;
	margin: 15px;
	background: #fff;
}
main .article_main img{
	width: 100%;
	border-radius: 25px 25px 0 0;
}
main .article_main .top_text,
main .article_main .top_text p{
	padding: 10px;
}
main .article_main h3{
	text-align: center;
}

/* ========================================================= */
/* footer*/
/* ========================================================= */

footer{
	background: #e4e1c6;
}
footer .footer_top{
	display: flex;
	justify-content:flex-end;
	/* padding-bottom: 10vh; */
	padding: 20px 60px;
}
footer .footer_top img{
	width: 100%;
	opacity: 0.5;
}
footer .footer_copy{
	text-align: center;
}
footer .footer_bottom{
	border: solid 3px #c04295;
}

/* ========================================================= */
/* shop　ショッピングページ*/
/* ========================================================= */

/* コメント ********************************************/

.shopimg_sp{	/* sp用　画像非表示*********/
	display: none;
}


main .shop_bg{
	display: flex;
	justify-content:center;
	padding: 20px 0;
}

.comment_box{
	max-width: 700px;
	padding: 0 20px;
}
.shop_comment{
    width: 0;
	padding: 0;
}
.shop_comment h2{
	box-sizing: border-box;
}

.shop_text{  /* →shopコメント用に幅を変更 */
	padding: 20px;
}


/* search エリア ***************************************/

.shop_center{
	margin: 0 auto;
}
.shop_search{	
	width: 300px;
/*  ↓親要素にかけてるからレスポンシブの時中央寄せはブレイクポイントのとこで指定する  */
	/* margin: 0 auto;*/
	padding: 20px 0 0 30px;
	background: #fff;
}


/* search *********************/

.search{
	padding:10px 0;
	text-align: left;

}
.search p{
	display: inline-block;
}
.search img{
	width: 30px;
	height: 30px;
	vertical-align: bottom;
}

.search div{
	padding-top: 8px;
}
.search input {
	width: 200px;
	padding: 8px;
	background-color: #fff;
	border-radius: 30px;
	border: solid 1px #ccc;
}


/* search ボタン*********************/

.search_btn button{
	margin: 5px;
}

.search_btn button {
	padding: 0.2em 1.3em;
	font: inherit;
	/* font-size: 15px; */
	color: white;
	text-align: left;
	background-color:#997b5b;
	border: 0;
	border-radius: 20px;
  }

  /* ３コンテンツ (shopページ） *****************************************/
  
.content_title{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto ;
	padding-left: 50px;
	display: flex;
}
.content_title h3{
	padding: 5px;
	text-shadow: 2px 2px 3px #fff;
	vertical-align: bottom;
	
}


.shop_list{
	/* width: 300px; */
	margin: 18px;
	background: #e4e1c6;
	text-align: center;
}
.shop_list img{
	width: 100%;
	border-radius: 25px;
}
.shop_list p{
	padding-top: 10px;
	text-decoration:underline;
}

/* =={======================================================= */
/* shop　【商品別】グッズページ*/
/* ========================================================= */

.shop_sub_bg{
	width: 100%;
}
/* 商品左box /*  *****************************************/

.shop_box{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	padding: 30px 10px;
}
.shop_box_left{
	width: 50%;
}
.shop_goods_main img{
	width: 100%;
}
.shop_goods_sub img{
	width: 80px;
	height: 80px;
	border: solid 1px #CCC;
}


/* 商品右box /*  *****************************************/

.shop_box_right{
	width: 50%;
	padding: 20px 10%S;
}
.shop_buy select{
	padding: 9px 60px;
	border: solid 1px #c04295;
	font-size: 18px;
	color: #5a3019;
	margin: 10px 0 20px;
}
.shop_buy button{
	padding: 10px 80px;
	background-color: #c04295;
	font-size: 18px;
	color: #fff;
	margin: 10px 0 20px;
	border: none;
	cursor:pointer;/* マウスオンでカーソル指差しマークに */
}
.shop_buy button:hover{
	opacity: 0.7;
}

.shop_box_right h3{
	text-decoration: none;
	padding-top: 10px; 
}
.shop_box_right p{
	padding-top: 20px;
}

/* ========================================================= */
/* recipe　レシピページ*/
/* ========================================================= */

.recipe_new{
	/*  ↓親要素にかけてるからレスポンシブの時中央寄せはブレイクポイントのとこで指定する  */
	/* margin: 0 auto;*/
		width: 100%;
}


.recipeimg_sp{	/* sp用　画像非表示*********/
	display: none;
}

.Cookingtime .time_box{
	padding: 0 10px 10px;
	text-align: right;
	display: flex;
	justify-content:flex-end;
	line-height: 1.4;/* ←40分の行の高さを若干小さくする */
}

.Cookingtime .time_box img{
	width: 20px;
	height: 21px;
}
.Cookingtime h3{
	padding: 5px 10px ;
}
.Cookingtime h3::before{
	content: "☆";		/* ←星記号 */
}

.Cookingtime p{
	padding: 0 3px 0 ;
}
.time_bg p{
	background: #b6854e;
	padding: 0 0.5em;
	font-size: 15px;
	color: #fff;
	box-sizing: border-box;
	border-radius: 10px;
}

 /* 新着レシピ /*  *****************************************/


 .recipe_new{
	width: 250px;
	/* height: 90%; */
	padding: 0 10px 5x 10px;
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 20px;
	text-align: center;
	position: relative;
}
.new_yellow{
	width: 50px;
	height: 50px;
	padding: 15px 10px;	/*←文字中央  */
	border-radius:50%;
	background: yellow;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	top: 30px;
	left: 8px;
	transform:rotate(-25deg);/* 傾ける */
	z-index: 1;/* ←手前に */

}
.recipe_new img{
	width: 220px;
	border-radius: 5px;
}
.recipe_new_title{
	font-size: 24px;	
}
.recipe_new h3{
	padding: 10px 5px;
}
.recipe_new .Cookingtime h3{
	font-size: 16px;
}
.recipe_new .time_box img{
	width: 20px;
	height: 21px;
}

/* =={======================================================= */
/* recipe　【料理別】レシピページ*/
/* ========================================================= */

/*  */
.recipe_sub_bg{
	width: 100%;
}
.recipe_box{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.recipe_head div{		/* 更新部分 */
	text-align: right;
	padding-top: 20px;
}
.recipe_h1::before{
	content: "☆";		/* ←星記号 */
}
.recipe_h1,
.recipe_h2{
	font-family:serif;
}
.recipe_h1{
	font-size: 24px;
	font-weight: bold;
}
.recipe_h2{
	font-size: 32px;
	font-weight: bold;
	padding-top:10px ;
	color: #613720;
	line-height: 1.5em;
	border-bottom: solid 1px #613720;
	/* text-decoration:underline solid 1px ;/* 文字だけアンダーライン */
	
}
.recipe_head p{
	padding-top:10px ;
}
.recipe_visual img{
	margin-top: 20px;
	width:100%;
	border-radius: 30px;
}/* 料理写真と調理時間 /*  *****************************************/
.recipe_visual .time_box{
	display: flex;
	justify-content:flex-end;
	padding-right: 10px;
}
.recipe_visual .time_box img{
	width: 20px;
	height: 21px;
	margin: 0 10px;
}
/* 材料 /*  *****************************************/
.recipe_howto{
	width: 100%;
	display: flex;
}

.howto_left{
	width: 30%;
	padding: 10px 10px 30px;

} 
.recipe_howto h3{
	padding-bottom: 20px;
}
.howto_list{
	border-bottom: dotted 1px #ccc;
	display: flex;
	justify-content:space-between;
	line-height:1.8em;
}

/* 作り方 /*  *****************************************/

.howto_right{
	width: 70%;
	padding: 10px 10px 30px 30px;
	/* text-decoration: ; */
	line-height:2em;
}
.howto_right ol,
.howto_right ul{
	padding-bottom: 30px;
}
.howto_right .list_bold{
	font-weight: bold;
	font-size: 17px;
}


/*  */
/* news ニュースページ*/
/* ========================================================= */

.newsimg_sp{	/* sp用　画像非表示*********/
	display: none;
}

.comment_blank{
	height: 20px;
}

 /* ニュース　記事 /*  *****************************************/


 .new_content{
	max-width: 1000px;
    width: 100%;
	margin: 0 auto;
	display: flex;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
}	
.new_content_photo,
.new_content_text{
	background-color: #fff;
	padding: 20px 20px;
	
}

/* ニュース　記事左 /*  *************/

.new_content_photo{
	border-radius: 20px 0 0 20px;
}
.new_content_photo{
	border-radius: 20px 0 0 20px;
}
.new_content img{
	width: 360px;
	height: 270px;
	border-radius: 3px;
}

/* ニュース　記事右 /*  **************/

.new_content_text{
	border-radius: 0 20px 20px 0;
}
.news_box1{
	display: flex;
	align-items: center;
}
.news_box_icon{
	width: 50px;
	height: 50px;
	background: yellow;
	padding: 0 8px;/* なぜか縦長になるので調整用 */
	border-radius:50%;
}
.news_box_icon p{
	line-height: 50px;
}
.news_box1 h3{
	padding: 10px 20px;
}
.news_time{
	font-size: 13px;
	line-height: 1.52;
}
.news_box3 div{
	display: flex;
	justify-content:flex-end;
}
.news_box3 p{
	background: #b6854e;
	padding: 0 0.5em;
	font-size: 15px;
	/* color: #fff; */
	box-sizing: border-box;
	border-radius: 10px;
}
.news_box3 a{
	color: #fff;
}
.news_box3 a:hover{
	opacity: 0.7;
}


/* =={======================================================= */
/* news　【記事別】ページ*/
/* ========================================================= */

.news_h2{
	line-height: 1.3em;
	text-decoration:none;/* 文字だけアンダーライン */
	color: #613720;
	border-bottom: solid 1px #613720;
}
.news_text h3{
	padding: 20px 15px;
}
.news_text p{
	padding-bottom: 50px;
}
.news_access{
	background: #f0f0f0;
	border-radius: 30px;
	padding: 20px 30px;
	display: flex;
	margin-bottom: 50px;
}
.news_access p{
	font-weight: bold;
	padding-right: 30px;
}
.news_access dl{
	display: flex;
	font-weight: bold;
}
.news_access dt{
	width: 65px;
}

.news_access a{
	text-decoration: underline solid 1px;
}
.br_sp{
	display: none;
}
/* ========================================================= */
/* ログイン　と　新規登録　ページ*/
/* ========================================================= */

 /* ログイン /*  *****************************************/

.login_bg{
	width: 100%;
	margin: 0;
}
.login_box{
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 10px;
}
.login_space{
	text-align: center;
	margin: 0 auto;
	width: 60%;
	padding: 30px 0;
	background:#fbfbf2;
	border-radius: 8px;
} 
.login_space h3{
	text-decoration: none;
	padding: 10px;
}
.login_space li input{
	width: 280px;
	font-size: 1em;
	padding: 10px;
	border: solid 1px #e0d0cf;
	background-color: #fff;
	border-radius: 5px;
	margin: 10px;
}
.login_space div{
	display: flex;
	justify-content:center;
	font-size: 14px;
	padding: 20px 0;
}
.login_space .submit input{
	width: 280px;
	font-size: 1em;
	font-weight: bold;
	padding: 10px;
	border: solid 1px #e0d0cf;
	border-radius: 30px;
	color: #74593d;
	background: #e7dfcd;
	margin: 10px;
	cursor:pointer;
}
.login_space hr{
	height: 1px;
	background-color: #e0d0cf;
	width: 60%;
	border: none;
	margin: 20px auto;/* ←  * {margin: 0;}  してるから調整*/  
}

 /* 新規登録 /*  *****************************************/
 .signup_space div p{
	font-size: 12px;
	text-align: left;
	width: 280px;
 }
 .signup_space div p a:link{
	text-decoration:underline;
 }


 /* ============================================================================ */
/*  レスポンシブ対応　SPページ*/
/* ============================================================================= */


/* TOPハンバーガーアイコン *****************　*/


@media screen and (max-width: 768px) {
    .nav_box{
        display: none;  /*768px以下では使用しない */
    }
	.nav_box:last-child{
		display: block;
		background: none;
	}
}
/* TOPハンバーガーアイコン ここまで*****************　*/



/* TOPスライダー　SP　表示  *****************　*/

@media screen and (max-width: 768px) {
	.wrapper_sp{
		display: block; /*767px以下で消してたSPスライダーを表示する */
	}	
}
@media screen and (max-width: 768px) {
	.wrapper_pc{
		display: none; /*767px以下でPCスライダーを非表示する */
	}
	.topimage_copy img{
		/* transition: .10s; */
		width: 50vw;
	}	
}
@media screen and (max-width: 400px) {

	.topimage_copy img{
		/* transition: .10s; */
		width: 70vw;
	}
}


main .comment h2{
	font-family:小塚明朝,MS明朝,serif;
	font-size:36px;
	padding: 0 20px;
	line-height: 1.2;/* ←折り返し対応 */
	text-decoration:none;/* ←最初に設定したｈタグの打ち消し */
}

/* TOPスライダー　SP　ここまで *****************　*/

/* TOP　ヘッダーからメイン */
@media screen and (max-width: 768px) {

	header h1 img{
		width: 200px;
	}

	.comment_bg{
		padding: 0 20px;

	}
	main .comment h2{
		font-size:24px;
		line-height: 1.2;/* ←折り返し対応 */
	}	

	/* TOP　スクロールニュース */

	main .top_news{
		max-width: 450px;/* !!!!! */
		display: block;
		padding: 0 20px;
		/* margin: 0 auto; */
	}
	main .top_newsimg_sp{
		display: block;
		border-radius: 0 ;
	}
	
	main .top_newsimg_pc{
		display: none;
	}
	main .top_news img{
						/* !!!!!!*/
		width: 100%;
		height: auto;
		padding: 0 ;
		border-radius: 20px 20px 0 0 ;
	}
	main .newsbox{
		padding: 0;
	}

	main .box_a{

		border-radius: 0 0 0 5px;
	}

	/* TOP 3コンテンツ*/

	.content_bg{
		margin: 0 auto;
	}
	/* 3つのarticleに共通する*/
	main .content{	
		max-width: 450px;/* !!!!! */
		display: block;
		/* align-items: center; */

	}
	

	/* shopページ　*******************************************/
	main .shop_bg{
		display: block;
		align-items: center;
	}
	/* shopページ serch部分 親要素にmargin: 0 auto;をつけてるので*/
	.shop_search{	
		margin: 0 auto;
	}

	/* shop個別ページ *************************/

	/* 左　商品画像 */
	main .shop_box{	
		display: block;
	}
	.shop_box_left{
		width: 100%;/* 50％だったのを変更 */
	}
	.shop_goods_main{
		margin: 0 auto;
		width: 90%;
	}
	.shop_goods_sub{
		margin: 0 30px;
	}
	.shop_goods_main img{
		width: 100%;
	}

	/* 右　商品詳細 */
	.shop_box_right{
		width: 100%;/* 50％だったのを変更 */
		padding: 0 30px;
	}
	.shop_buy button{
		padding: 10px 50px;
	}
	.shop_buy select{
		padding: 9px 30px;
	}




	/* recipeページ　*******************************************/
	
	/* recipeページ new親要素にmargin: 0 auto;をつけてるので*/
	.recipe_new{	
		margin: 0 auto;
		width: 320px;
		/* background: #e4e1c6; */
	}
	/* recipe個別ページ *************************/

	.recipe_visual img {
		border-radius: 15px;
	}
	.recipe_howto{
		width: 100%;
		display: block;
	}
	.howto_left,
	.howto_right{
		width: 100%;
		padding: 10px;
	} 
	.recipe_h1{
		font-size: 18px;
	}
	.recipe_h2{
		font-size: 24px;
	
	}

	/* Newsページ *********************************************/
	.new_content{
		display: block;
	}	
	.new_content_photo{
		text-align: center;
		border-radius: 20px 20px 0 0;
	}
	.new_content_photo img{
		max-width: 360px;
		width: 100%;
		height: auto;
	}

	.new_content_text{
		border-radius: 0 0 20px 20px;
	}
	.news_access {
		display: block;
	}
	.news_text p {
		padding-bottom: 10px;

	}
	/* ログインページ *********************************************/

	.login_space{
		/* text-align: center;
		margin: 0 auto; */
		width: 90%;
		/* padding: 30px 0;
		background:#fbfbf2;
		border-radius: 8px; */
	} 
}
@media screen and (max-width: 410px) {
	main .shopimg_pc{
		display: none;
	}
	main .shopimg_sp{
		display: block;
		height: 100%;
	}

	main .recipeimg_pc{
		display: none;
	}
	main .recipeimg_sp{
		display: block;
		height: 100%;
	}

	main .newsimg_pc{
		display: none;
	}
	main .newsimg_sp{
		display: block;
		height: 100%;
	}
	/* news個別ページ*/
	.news_access .br_sp {
		display: block !important;
	}
	/* インデント */
	.news_access dd{
		padding-left:1em;/* 左側に1文字分の余白を作り */
		text-indent:-1em;/* 「-1em」として、最初の行だけその余白分のスペースに文字を移動させる */
	}

	


}