<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ***************************************************
これがYAKUZEN
****************************************************** 
 サイトカラー
------------------------------------------------
茶 濃：#251b00
茶 薄：#8c6e00

黄 濃：#fce77a
黄 薄：#e3d6a5
白 　：#f5f0de
============================================= */

/* =============================================
 リセット
============================================= */
html,body{
	font-size: 62.5%;
	overflow-x: hidden;
	line-height: 1;
}
body{
	margin: 0;
	padding: 0;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
	color: #251b00;
}

img{
	border: none;
	display: inline-block;
	vertical-align:middle;
	width: 100%;
}
a{
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#ff7fb8;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align:left;
	
}
dl,dt,dd{
	padding: 0;
	margin: 0;
	text-align:left;
}
p{
	padding: 0;
	margin: 0;
	line-height: 1.6;
	text-align:left;
}
blockquote {
	margin: 0;
	padding: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5{
	margin: 0;
	line-height: 1;
	font-weight:normal;
}
.f_mintyou{
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
}

.onlyPC { display: inherit;}
.onlySP { display: none;}

@media screen and (min-width:641px) { 
.onlyPC { display: none;}
.onlySP { display: inherit;}
}

/* =============================================
  00：共通
============================================= */
/*  ボックススタイル
----------------------------------------*/
.box_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 5%;
	box-sizing: border-box;
}

@media screen and (min-width:1000px) {
	.box_wrap {
	padding: 0;}
}

/*  margin
----------------------------------------*/
.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mt10{ margin-top: 10px !important;}
.mt20{ margin-top: 20px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}

/*  フッター
----------------------------------------*/
footer {
	padding-top: 0;
}
.footer_wrap{
	position: relative;
	display: block;
	text-align: center;
	background-color: #000000;
}
.footer_copy{
	margin: 0 auto;
	padding: 5% 3%;
	color:#979488;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: center;
}
.pageTop{
}
.pageTop a{
	position: absolute;
	top: -20%;
	right: 1%;
	width: 10%;
	display: block;
}
.pageTop a:hover {
	top: -30%;
}
.totop_img {
	width: 100%;
	max-width: 86px;
}


/* =============================================
  01：トップページ　
============================================= */
/* 01：header
---------------------------------------- */
.header_wrapper {
	background:
		url("../img/common/bg_052.png") 0 -10% repeat,
		url( "../img/common/bg_01.png") 0 0 repeat #151719;
	background-size:200%,33%;
}
.header_wrap {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.header_inner {
	background:
		url("../img/common/photo_main_smp.png") 0 bottom no-repeat transparent;
	background-size:100%;
	padding-top: 2%;
	padding-bottom: 32%;
	text-align: center;
}

.header_h1{}
.header_p{
	width: 70%;
	display: block;
}
.link_nav{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content:center;
	
	margin: 0 auto;
	padding: 1.5% 0;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-size: 0;
}
.upper_link_nav{ display: none;}
.link_nav li.zennozen{ width: 27%; margin-right: 10%;}
.link_nav li.trim{ width: 38%;}
.link_nav li.canyon-spice{ width: 28%;}
.link_nav li a:hover{	opacity: 0.6;}

@media screen and (min-width:641px) {
.header_wrapper {
	border-top: 3px solid #fff;
	background:
		url("../img/common/bg_052.png") 0 -20px repeat,
		url( "../img/common/bg_01.png") 0 0 repeat #151719;
	background-size:1465px,190px;
}
.header_inner {
	background: url("../img/common/photo_main_pc.png") 0 bottom no-repeat transparent;
	background-size:100%;
	padding-bottom: 15%;
	text-align: center;
}
.header_h1{
	width: 60%;
	max-width: 565px;
	}
.header_p{
	width: 60%;
	max-width: 440px;
	display: block;
}
.link_nav{
	position: absolute;
	top:0;
	right: 0;
	width: 33%;
	max-width: 290px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	padding: 8px 0 10px;
}
.link_nav li.zennozen{ width: 35%; margin-right: 20px;}
.link_nav li.trim{ width: 45%;}
.link_nav li.canyon-spice{ width: 36%;}
	
.upper_link_nav{ display: flex;}
}

@media screen and (min-width:1000px) {
.header_inner {
	height: 590px;
}
.header_p{
	margin-left: 50px;
}
}

/* 02：nav
---------------------------------------- */
.nav_wrap{
	width: 100%;
	margin: 0 auto;
	background-color: #8f0f0f;
	border-top: 3px solid #b61818;
	border-bottom: 3px solid #b61818;
}
.nav_ul{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.nav_ul li {
	float: left;
	width: 50%;
}
.nav_ul li a,
.link_non {
	text-align: center;
	display: block;
	padding: 5% 0;
	border-top: 1px solid #aa2a2a;
	border-bottom: 1px solid #6c0000;
	border-left: 1px solid #aa2a2a;
	border-right: 1px solid #6c0000;
	box-sizing: border-box;

	background-color: #8f0f0f;
	font-size: 1.4rem;
	color: #fce77a;
	line-height: 1;
}
.nav_ul li a:hover {
	background-color: #bd2727;
}
.nav_ul li:nth-child(3) a,
.nav_ul li:nth-child(4) a{
	border-bottom: none;
}
.link_non {
	color: #bf6363;
}
.nav_em{
	font-size: 1.45rem;
	font-style: normal;
}

@media screen and (min-width:641px) {	
.nav_wrap{
	padding: 7px 0;
	border-top: 4px solid #b61818;
	border-bottom: 4px solid #b61818;
}
.nav_ul{
	display: table;
}
.nav_ul li {
	display: table-cell;
	float: none;
	width: 25%;
}
.nav_ul li a,
.link_non {
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #aa2a2a;
	border-right: 1px solid #6c0000;
/*	font-size: 1.9rem;*/
}
.nav_ul li:first-child a{
	border-left: none;
}
.nav_ul li:last-child a{
	border-right: none;
}
}
@media screen and (min-width:720px) {
.nav_wrap{
	padding: 13px 0;
	border-top: 5px solid #b61818;
	border-bottom: 5px solid #b61818;
}
.nav_ul li a, .link_non {	font-size: 1.9rem;}
}

/* バナー 3 */
[data-page-type="main"] .upper_link_nav{
  display: none;
}
[data-page-type="main"] .under_link_nav{
/*  flex-flow: column wrap;*/
}
[data-page-type="main"] .under_link_nav li{
/*  margin: 2% 3%;*/
  margin: 0% 7%;
  flex: 0 1 27%;
}
[data-page-type="main"] .under_link_nav li.trim {
  flex-basis: 38%;
}
[data-page-type="main"] .under_link_nav li.canyon-spice {
  flex-basis: 28%;
}

@media screen and (min-width: 500px) {
  [data-page-type="main"] .under_link_nav{
    flex-flow: row wrap;
  }
}
@media screen and (min-width: 641px) {
  [data-page-type="main"] .upper_link_nav{ display: flex;}
  [data-page-type="main"] .under_link_nav{ display: none;}
}

/* 03：main
---------------------------------------- */
main{
	font-size: 1.6rem;
}
.title_h1{
	display: block;
	margin-bottom: 8%;
}
.right_wrap{
	display: block;
}
@media screen and (min-width:641px) {
.title_h1{
	display: inline-block;
/*	width: 17%;*/
	width: 20%;
	max-width: 170px;
	vertical-align: top;
	box-sizing: border-box;
	padding-right: 5.4%;
}
.right_wrap{
	display: inline-block;
/*	width: 82%;*/
	width: 79%;
	max-width: 820px;
	vertical-align: top;
}
}

/* 03-1：onair
---------------------------------------- */
.onair_wrap {
	background:
		url("../img/common/bg_04.png") center -50px  repeat,
		url( "../img/common/bg_02.png") 0 0 repeat #fff;
	background-size: 200%,30%;
	padding-top: 10%;
	padding-bottom: 10%;
	box-sizing: border-box;
}

/* 放送 サムネ */
.onair_wrapper{
	margin-bottom: 10%;
	padding-bottom: 10%;
	border-bottom: 1px dotted #251b00;
	font-size: 0;
}
.onair_wrapper:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.onair_photo{
	display: block;
	margin: 0 auto 30px;
	width: 80%;
	position: relative;
	border: 2px solid #8c6e00;
}
.onair_photo_frame {
	position: absolute;
	top: 0;
	left: 0;
}
.onair_thum{}
.onair_thum_dt{
	margin-bottom: 15px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
}
.onair_thum_dt::before{
	display: block;
	margin-bottom: 1%;
	content: attr(data-oa_date);
	text-align: center;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.0;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
}
.onair_thum_gomi{
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
	border: 1px solid #8c6e00;
	box-sizing: border-box;
}
.onair_thum_gomi_title{
	width: 100%;
	background: #8c6e00;
	text-align: center;
}
.onair_thum_gomi_title img{
	width: 55%;
	max-width: 220px;
	padding: 1%;
	box-sizing: border-box;
}
.onair_thum_gomi_mate{
	padding: 1.5% 0;
	box-sizing: border-box;
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
}

/* 五味ｱｲｺﾝ */
/*.ico_karami::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 40px;
  margin-right: 5px;
	background: url("../img/common/gomi_shin.png") 0 0 no-repeat #fff;
  background-size: contain;
  vertical-align: middle;
}
.ico_sanmi::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 40px;
  margin-right: 5px;
	background: url("../img/common/gomi_san.png") 0 0 no-repeat #fff;
  background-size: contain;
  vertical-align: middle;
}
.ico_nigami::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 40px;
  margin-right: 5px;
	background: url("../img/common/gomi_ku.png") 0 0 no-repeat #fff;
  background-size: contain;
  vertical-align: middle;
}
.ico_shio::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 40px;
  margin-right: 5px;
	background: url("../img/common/gomi_en.png") 0 0 no-repeat #fff;
  background-size: contain;
  vertical-align: middle;
}
.ico_amami::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 40px;
  margin-right: 5px;
	background: url("../img/common/gomi_kan.png") 0 0 no-repeat #fff;
  background-size: contain;
  vertical-align: middle;
}*/

ind_recipe_bt {
  display: block;
  width: 100%;
}
.ind_recipe_bt a {
  display: block;
  width: 100%;
  padding: 2% 0;
	box-sizing: border-box;
  background-color: #251b00;
	
  cursor: pointer;
  text-align: center;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
	font-family: a-otf-ryumin-pr6n, serif;
}
.ind_recipe_bt a:hover {
  background-color: #515151;
}

@media screen and (min-width:641px) {
.onair_wrap {
	background:
		url("../img/common/bg_04.png") center -70px  repeat,
		url( "../img/common/bg_02.png") 0 0 repeat #fff;
	background-size: 1720px,190px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.onair_wrapper {
    margin-bottom: 5%;
    padding-bottom: 5%;
}
.onair_photo {
  display: inline-block;
  width: 28%;
	box-sizing: border-box;
  margin-right: 4%;
  border: 3px solid #8c6e00;
	vertical-align: top;
}
.onair_thum{
  display: inline-block;
	width: 68%;
	max-width: 580px;
	}
	.onair_thum_dt {
    margin-bottom: 20px;
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.1;
}
	.onair_thum_dt::before {
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.6rem;
}
.ind_recipe_bt a {
  padding: 5px 0;
  font-size: 2.0rem;
}
}
@media screen and (min-width:641px) {
.onair_thum_gomi_mate{
	padding: 7px 0;
}
}
@media screen and (min-width:1000px) {
	.onair_thum_dt {
    font-size: 2.8rem;
}
}

/* 03-2：yakuzen
---------------------------------------- */
.yakuzen_wrap {
	background: url( "../img/common/bg_03.png") 0 0 repeat #8c6e00;
/*	background-size: 200px;*/
	padding-top: 10%;
	padding-bottom: 10%;
	box-sizing: border-box;
	color: #f5f0de;
}
.yakuzen_catch {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.3rem;
	color: #fff;
	text-shadow: 1px 1px 0px #251b00;
	line-height: 1.4;
}
.yakuzen_catch_p {
	font-size: 1.7rem;
	line-height: 1.6;
}
.image_gomi {
	display: block;
	text-align: center;
	margin: 10px auto;
	width: 75%;
	max-width: 490px;
}
.yakuzen_about_gomi{
	display: table;
}
.yakuzen_about_gomi dt{
	display: table-cell;
	width: 20%;
	padding: 0 10px;
	box-sizing: border-box;
	background-color: #b61818;
	text-align: center;
	vertical-align: middle;
}
.yakuzen_about_gomi dt img {
	width: 100%;
	max-width: 60px;
}
.yakuzen_about_gomi dd{
	display: table-cell;
	width: 80%;
	padding: 3%;
	box-sizing: border-box;
	background-color: #251b00;
	vertical-align: middle;
	line-height: 1.4;
}
.br_none_s {
	display: none;
}
@media screen and (min-width:641px) {
	.yakuzen_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
}
	.yakuzen_catch {
    margin-bottom: 20px;
    font-size: 3.0rem;
    line-height: 1.5;
	text-shadow: 2px 2px 0px #251b00;
}
.yakuzen_catch_p {
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.9;
}
.yakuzen_about_gomi dt {
	width: 14%;
}
.yakuzen_about_gomi dd {
	padding: 15px;
	line-height: 1.6;
	width: 86%;
}
.br_none_l,
.br_none_l2{
		display: none;
	}
.br_none_s {
	display: inline;
}
}
@media screen and (min-width:1000px) {
.yakuzen_catch {
    font-size: 3.4rem;
    line-height: 1.7;
}
.br_none_l2{
		display: inline;
	}
}

/* 03-3：introduction
---------------------------------------- */
.introduction_wrap {
	background-color: #251b00;
	padding-top: 10%;
	padding-bottom: 10%;
	box-sizing: border-box;
	color: #e3d6a5;
}
.introduction_catch {
	margin-bottom: 20px;
	color: #e3d6a5;
	font-size: 1.8rem;
}
.performer{
	border: 1px solid #6c5500;
	padding: 10%;
	margin-bottom: 20px;
	box-sizing: border-box;
/*	color: #f5f0de;*/
	color: #cbc5b2;
}
.performer_photo {
	margin: 0 auto;
	width: 70%;
	max-width: 250px;
	margin-bottom: 20px;
}
.performer_dl{
	line-height: 1.75;
}
.performer_dl dt{
	font-size: 2.5rem;
	margin-bottom: 20px;
  line-height: 1.3;
}
.performer_dl dt span{
	font-size: 1.8rem;
	margin-right: 10px;
}
@media screen and (min-width:641px) {
.introduction_wrap {
	padding-top: 80px;
	padding-bottom: 80px;
}
.performer {
	display: table;
	padding: 30px;
}
.performer_photo {
	display: table-cell;
	width: 32%;
	vertical-align: top;
	padding-right: 3%;
	box-sizing: border-box;
}
	.performer_dl {
		display: table-cell;
		width: 68%;
	}
}

/* =============================================
 02：アーカイブ
============================================= */
/* 01：ヘッダー
---------------------------------------- */
[data-page-type="main"]  .header_wrapper {
	background:url( "../img/common/bg_01.png") 0 0 repeat #151719;
	background-size: 33%;
}
[data-page-type="main"] .header_inner {
	position: relative;
	display: block;
	background: none;
	padding: 3px 5px;
	box-sizing: border-box;
	text-align: left;
}
[data-page-type="main"] .header_h1 {
	display: inline-block;
	width: 30%;
	max-width: 285px;
	margin-right: 15px;
}
[data-page-type="main"] .header_oa {
	display: inline-block;
	width: 50%;
}
@media screen and (max-width:359px) {
[data-page-type="main"] .header_oa {
	width: 55%;
}
}

@media screen and (min-width:641px) {
[data-page-type="main"]  .header_wrapper {
	background:url( "../img/common/bg_01.png") 0 0 repeat #151719;
	background-size: 23%;
}
[data-page-type="main"] .header_inner {
    height: auto;
}
[data-page-type="main"] .header_oa {
	width: 33%;
}
}

@media screen and (min-width:1000px) {
[data-page-type="main"]  .header_wrapper {
	background:url( "../img/common/bg_01.png") center 0 repeat #151719;
	background-size: 190px;
}
[data-page-type="main"] .header_inner {
    height: 100px;
}
[data-page-type="main"] .header_h1 {
	position: absolute;
	top: 15px;
	left: 0;
	margin-right: 0;
}
[data-page-type="main"] .header_oa {
	width: 285px;
	padding-top: 25px;
	padding-left: 310px;
	vertical-align: top;
}
}

/* 02：nav
---------------------------------------- */
@media screen and (min-width:641px) {
[data-page-type="main"] .nav_wrap {
	padding: 2px 0;
  border-top: 3px solid #b61818;
  border-bottom: 3px solid #b61818;
}
[data-page-type="main"] .nav_ul {
    padding: 5px 0;
}
[data-page-type="main"] .nav_ul li a,
[data-page-type="main"] .link_non {
  font-size: 1.6rem;
	padding: 5px;
}
}

@media screen and (min-width:1000px) {
[data-page-type="main"] .nav_wrap {
	padding: 5px 0;
}
[data-page-type="main"] .nav_ul {
	width: 690px;
	padding-left: 310px;
}
[data-page-type="main"] .nav_ul li:first-child a {
	background: url("../img/common/nav_line.png") 0 0 repeat-y transparent;
}
[data-page-type="main"] .nav_ul li:last-child a {
	background: url("../img/common/nav_line.png") right 0 repeat-y transparent;
}
}

[data-page-type="main"] .nav_ul li:first-child a:hover,
[data-page-type="main"] .nav_ul li:last-child a:hover{
	background-color: #bd2727;
}

/* 03：main
---------------------------------------- */
.recipe_imag_wrap{
	display: block;
	position: relative;
	background:	url( "../img/common/bg_012.png") 0 0 repeat #eee;
	background-size: 33%;
	border-top: 1px solid #aaa;
  border-bottom: 1px solid #efefef;
}
.recipe_imag_wrap::before, 
.recipe_imag_wrap::after {
  content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
}
.recipe_imag_wrap::after{
	top: 0;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
[data-page-type="main"] .recipe_imag_wrap .box_wrap{
/*	padding: 0 2%;*/
	padding: 0 2.15%;
}

@media screen and (min-width:641px) {
.recipe_imag_wrap{
	background:	url( "../img/common/bg_012.png") center 0 repeat #eee;
	background-size: 23%;
}
.recipe_imag_wrap::before, 
.recipe_imag_wrap::after {
	height: 10px;
}
}
@media screen and (min-width:100px) {
	.recipe_imag_wrap{
	background:	url( "../img/common/bg_012.png") center 0 repeat #eee;
	background-size: 190px;
}
}

/* 03-1：title etc
---------------------------------------- */
.recipe_wrap{
	background:
		url( "../img/common/bg_05.png") center -10px repeat,
		url( "../img/common/bg_022.png") center 0 repeat #ebe4ca;
	background-size: 250%, 33%;
	padding-top: 10%;
	padding-bottom: 10%;
}
.recipe_wrap .box_wrap{
	position: relative;
}
.recipe_title_h1 {
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	font-size: 2.8rem;
	margin-bottom: 40px;
}
@media screen and (min-width:641px) {
	.recipe_title_h1 {
	font-weight: normal;}
}


.recipe_title_h1::before {
	display: block;
	content: attr(data-subtitle);

	font-weight: 300;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 1.0;
	margin-bottom: 5px;
}
.recipe_title_h1::after {
	display: block;
	width: 80px;
	height: 13px;
	content: "　";
	margin: 0 auto;
	border-bottom: 2px solid #b61818;
}
/* 日付 */
.recipe_date{
	position: absolute;
/*	top: -4.5%;*/
	top: -95px;
	right: 1%;
	display: block;
	width: 100px;
	height: 100px;
	background: url("../img/common/oa_date_line.png") center center no-repeat #fce77a;
	background-size: 17%;
	border: 5px solid #fce155;
	border-radius: 50%;
	
	text-align: center;
	font-size: 3.2rem;
  line-height: 55px;
  vertical-align: middle;
	font-family: a-otf-ryumin-pr6n, serif;
}
.recipe_date::before{
	display: block;
	content: attr(data-oa_year);
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
  line-height: 1.0;
	padding-top: 5px;
}
.recipe_date::after{
	display: block;
	content: attr(data-subtitle);
	font-size: 1.2rem;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
  line-height: 1.0;
	padding-top: 5px;
}
.date_m {
	display: inline-block;
	margin-right: 10px;
	letter-spacing: 0.1rem;
	width: 35px;
}

.date_d {
	display: inline-block;
	letter-spacing: 0.1rem;
	width: 35px;
}
/* photo slider */
.photo_slider_wrap {
	width: 80%;
	max-width: 500px;
	margin: 0 auto 10%;
}
/* 素材 組み合わせ */
.ingredient_image {
	margin: 0 auto 10%;
	width: 100%;
	max-width: 740px;
	border: 1px solid #8c6e00;
	padding: 3% 0;
	box-sizing: border-box;
}
.ingredient_image_dt{
	background-color: #8c6e00;
	width: 80%;
	max-width: 340px;
	margin: -7% auto 0;
	padding: 5px 30px;
	box-sizing: border-box;
}
.ingredient_image_dd{
	margin-top: 5%;
	text-align: center;
}
.ingredient_image_dd img{
	width: 90%;
	max-width: 500px;
}

@media screen and (max-width:370px) {
.recipe_date{
/*	top: -3.5%;*/
	top: -80px;
	width: 80px;
	height: 80px;
	background: url("../img/common/oa_date_line.png") center center no-repeat #fce77a;
	background-size: 15%;
	border: 5px solid #fce155;
	
	text-align: center;
	font-size: 2.4rem;
  line-height: 36px;
}
}

@media screen and (min-width:641px) {
.recipe_wrap{
	background:
		url( "../img/common/bg_05.png") center -10px repeat,
		url( "../img/common/bg_022.png") center 0 repeat #ebe4ca;
	background-size: 150%, 23%;
	padding-top: 80px;
	padding-bottom: 100px;
}
.recipe_title_h1 {
	line-height: 1.3;
	font-size: 3.8rem;
	margin-bottom: 5%;
	margin-bottom: 50px;
}
.recipe_title_h1::before {
	font-size: 1.5rem;
	line-height: 1.0;
	margin-bottom: 5px;
	letter-spacing: 0.15rem;
}
.recipe_title_h1::after {
	display: block;
	width: 100px;
	height: 13px;
	margin: 0 auto;
	border-bottom: 3px solid #b61818;
}
.recipe_date{
	position: absolute;
	top: -120px;
	right: 1%;
	width: 120px;
	height: 120px;
	background: url("../img/common/oa_date_line.png") center center no-repeat #fce77a;
	background-size: 20%;
	border: 7px solid #fce155;
	border-radius: 50%;
	
	font-size: 3.7rem;
  line-height: 70px;
}
.recipe_date::before{
	font-size: 1.6rem;
	padding-top: 6px;
}
.recipe_date::after{
	font-size: 1.4rem;
	padding-top: 5px;
}
.date_m {
	margin-right: 24px;
	width: 40px;
}
.date_d {
	width: 40px;
}
.ingredient_image_dt{
	margin: -5.5% auto 0;
	padding: 5px 50px;
}
}
@media screen and (min-width:1000px) {
.recipe_wrap{
	background:
		url( "../img/common/bg_05.png") center -10px repeat,
		url( "../img/common/bg_022.png") center 0 repeat #ebe4ca;
	background-size: 1465px, 190px;
}
.recipe_title_h1 {
	line-height: 1.3;
	font-size: 4.2rem;
}
	.recipe_date{
	position: absolute;
	right: 50px;
	width: 155px;
	height: 155px;
	background: url("../img/common/oa_date_line.png") center center no-repeat #fce77a;
	background-size: 18%;
	border: 10px solid #fce155;
	border-radius: 50%;
	box-sizing: border-box;
	
	font-size: 4.2rem;
  line-height: 70px;
}
.recipe_date::before{
	font-size: 1.9rem;
	padding-top: 10px;
}
.recipe_date::after{
	font-size: 1.4rem;
	padding-top: 8px;
}
.date_m {
	margin-right: 23px;
	width: 44px;
}
.date_d {
	width: 44px;
}
	
.ingredient_image{
	padding: 20px 0;
}
.ingredient_image_dt{
	margin: -35px auto 0;
	padding: 5px 50px;
}
}

/* 03-2：howto 
---------------------------------------- */
.howto_wrap{
	position: relative;
	text-align: center;
  display: inline-block;
  padding: 8% 5% 10%;
  margin: 0 auto;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
}

/* title */
.howto_h1_wrap {
  position: relative;
  max-width: 830px;
  margin: 0 auto 5%;
	padding: 3px 0;
	background: url("../img/common/bg_023.png") 0 0 repeat #251b00;
	border: 3px solid #8c6e00;
  box-sizing: border-box;
}
.howto_h1_wrap::before,
.howto_h1_wrap::after{
	position: absolute;
  content: '';
  display: block;
	top: -3px;
	left: -3px;
  width: 5px;
  height: 5px;
	background-color: #fff;
	border-bottom: 3px solid #8c6e00;
	border-right: 3px solid #8c6e00;
}
.howto_h1_wrap::after{
	right: -3px;
	left: auto;
	border-left: 3px solid #8c6e00;
	border-right: none;
}

.howto_h1{
	position: relative;
	background-size: 20%;
	padding: 2px;
	line-height: 1;
	color: #f5f0de;
	box-sizing: border-box;
	
	font-size: 1.9rem;
	text-align: center;
}
.howto_h1::before,
.howto_h1::after{
	position: absolute;
  content: '';
  display: block;
	bottom: -6px;
	left: -3px;
  width: 5px;
  height: 5px;
	background-color: #fff;
	border-top: 3px solid #8c6e00;
	border-right: 3px solid #8c6e00;
}
.howto_h1::after{
	right: -3px;
	left: auto;
	border-left: 3px solid #8c6e00;
	border-right: none;
}

/* 材料 */
.listbox{
	width: 100%;
	margin: 0 auto 50px;
}
.listbox li{
	border-bottom: 1px dotted #251b00;
	padding: 10px 0 10px 10px;
}
.listbox li p{
	display: inline-block;
}
.listbox li .material::after{
	content: "……";
	margin: 0 5px;
	vertical-align: text-top;
}
.listbox li .non_aft::after{
	display: none;
}
.listbox li.listbox_title{
	border-bottom: 1px solid #251b00;
	font-weight: bold;
	padding: 25px 0 10px 10px;
}

/* 作り方 */
 .listbox_ol {
  list-style: none;
  padding-left: 0;
	 counter-reset: number 0;
	width: 100%;
	margin: 0 auto;
}
.listbox_ol li {
	display: table;
	width: 100%;
  counter-increment: table-ol;
	border-bottom: 1px dotted #000;
	padding-left: 10px;

box-sizing: border-box;
}
.listbox_ol li span,
.listbox_ol_nonum li em {
	display: table-cell;
	width: 32px;
	padding-left: 3px;
	box-sizing: border-box;
}
.listbox_ol li span::before {
  content: counter(table-ol) "）";
}
.listbox_ol li p,
.listbox_ol_nonum li p {
	display: table-cell;
	width: auto;
	padding: 12px 0;
}
.listbox_ol_nonum li span{
	display: none;
}
.listbox_ol_nonum li em{
	font-style: normal;
}
.listbox_subt{
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	box-sizing: border-box;
}
 

@media screen and (min-width:641px) {
.howto_wrap{
  padding: 10% 5%;
}
.howto_h1 {
    padding: 5px;
    font-size: 2.0rem;
}
.howto_h1_wrap::before,
.howto_h1_wrap::after,
.howto_h1::before,
.howto_h1::after {
  width: 7px;
  height: 7px;
}
}
@media screen and (min-width:1000px) {
.listbox, .listbox_ol {
    width: 750px;
}
.howto_wrap::before{
  content: "";
  border: solid 1px #e3d6a5;
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
.howto_wrap::after{
  content: "";
  border: solid 1px #e3d6a5;
  position: absolute;
  top: 34px;
  left: 34px;
  width: calc(100% - 68px);
  height: calc(100% - 68px);
}
.listbox_subt{
	width: 750px;
}
}

/* 03-3：index 
---------------------------------------- */
[data-page-type="main"] .onair_wrapper {
	margin-bottom: 5%;
	padding-bottom: 5%;
}
[data-page-type="main"] .onair_photo{
	display: inline-block;
  margin: 0 5% 0 0;
  width: 33.5%;
	vertical-align: top;
}
.box_wrap_arc {
	font-size: 0;
	margin-bottom: 10%;
}
.box_wrap_arc:last-child {
	margin-bottom: 0;
}

[data-page-type="main"] .link_title {
	vertical-align: top;
	display: inline-block;
  width: 60%;
}
[data-page-type="main"] .link_title a {
/*	margin-bottom: 15px;*/
	color: #251b00;
	text-align: left;
	line-height: 1.13;
	font-size: 1.9rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: bold;
	font-style: normal;
}
[data-page-type="main"] .link_title a::before{
	display: block;
	margin-bottom: 1%;
	content: attr(data-oa_date);
	text-align: left;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.0;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
}
[data-page-type="main"] .link_nav {
	border-top: 4px solid #f2eddc;
}

@media screen and (min-width:641px) {
body[data-page-type="main"] {
		background-color: #000000;
	}
[data-page-type="main"] .onair_wrapper {
	display: inline-block;
	width: 49%;
	padding: 0;
	border-bottom: none;
	margin-bottom: 20px;
	vertical-align: top;
}
[data-page-type="main"] .onair_wrapper:nth-child(even)  { /* 偶数行 */
	padding: 0 1% 0 0;
}
.box_wrap_arc {
    margin-bottom: 30px;
}
[data-page-type="main"]  .onair_photo {
    border: 2px solid #8c6e00;
}
  .under_link_nav{
    display: none;
  }
[data-page-type="main"] .link_title a {
	line-height: 1.3;
	font-size: 2.0rem;
}
[data-page-type="main"] .link_title a::before{
	font-size: 1.35rem;
}
[data-page-type="main"] .link_nav {
	border-top: none;
}
}
@media screen and (min-width:1000px) {
.box_wrap_arc {
    margin-bottom: 50px;
}
[data-page-type="main"] .link_title a {
	font-size: 2.2rem;
}
[data-page-type="main"] .link_title a::before{
	font-size: 1.4rem;
}
}


</pre></body></html>