/*----------------
ページ設定
---------------- */
.title-02 {
display: none;
}
p {
margin-bottom: 0;
color: #333;
}
.page-contents {
width: 100% !important;
margin: 0 auto;
margin-bottom: 0 !important;
}
.page-contents-inner {
padding: 0 !important;
}
.lower-contents-inner {
padding: 0 !important;
}
/* パンくずリスト */
.bread-crumb {
display: none;
}
/* 背景 */
.main-wrapper {
background-color: #f6eee1 !important;
/* background-repeat: repeat;
background-size: 700px 700px; */
}
.background-grade1 {
background: #00084B;
background: linear-gradient(180deg, rgba(0, 8, 75, 1) 0%, rgba(0, 66, 134, 1) 66%, rgba(0, 140, 210, 1) 100%);
z-index: 100;
position: relative;
}
.background-grade2 {
background: #FFFAD5;
background: radial-gradient(circle, rgba(255, 250, 213, 1) 0%, rgba(255, 244, 198, 1) 50%, rgba(253, 217, 132, 1) 100%);
}
.machimnami {
position: absolute;
bottom: 0;
}
@media screen and (max-width:768px) {
.main-wrapper {
background-size: 300px 300px;
}
}
/* PC/SP出し分け */
#cp .pc-only {
display: block;
}
#cp .sp-only {
display: none;
}
@media screen and (max-width:768px) {
#cp .pc-only {
display: none;
}
#cp .sp-only {
display: block;
}
}
/* Flex */
#cp .contents-flex {
display: flex;
gap: 20px;
align-items: center;
}
@media screen and (max-width:768px) {
#cp .contents-flex {
flex-direction: column;
}
}
/* section基本設定 */
section {
padding-top: 6em;
padding-bottom: 9em;
}
section:first-of-type {
padding-top: 0;
}
/* section:last-of-type {
padding-bottom: 0;
} */
@media screen and (max-width:768px) {
section {
padding: 3em 0;
}
}
/* section title */
#cp .section-title {
text-align: center;
margin-bottom: 3em;
}
#cp .section-title h2 {
margin-bottom: 0;
}
#cp .section-title img {
height: 85px;
}
#cp .section-title p {
display: inline-block;
color: #d4aa25;
font-weight: bold;
padding: 3px 20px;
border: 2px solid #d4aa25;
border-radius: 60px;
background-color: #fff;
}
#cp .section-title .white {
color: #fff;
border: 2px solid #fff;
background-color: inherit;
}
@media screen and (max-width:768px) {
#cp .section-title {
margin-bottom: 2em;
}
#cp .section-title img {
height: 55px;
}
}
/*----------------
トップ
---------------- */
#cp .top {
padding-bottom: 0;
}
#cp .top-img {
max-width: 1300px;
margin: 0 auto;
}
#cp .top-img img {
padding: 4em 0;
}
@media screen and (max-width:768px) {
#cp .top-img {
max-width: 100%;
}
#cp .top-img img {
padding: 3em 0;
}
}
/* トップテキスト */
#cp .top-text {
padding-top: 5em;
}
#cp .top-text-main {
max-width: 1150px;
margin: 0 auto;
padding: 6em;
padding-bottom: 3em;
position: relative;
}
#cp .top-text-main-inner {
justify-content: center;
gap: 0px;
}
#cp .top-text-main p {
color: #fff;
font-size: 1.5em;
font-weight: bold;
/* text-align: center; */
}
#cp .top-text-main img {
max-width: 215px;
}
.kinmugi {
transform: rotate(15deg);
-moz-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
}
@media screen and (max-width:768px) {
#cp .top-text {
padding-top: 1em;
}
#cp .top-text-main {
max-width: 100%;
border-radius: 0;
padding: 1em;
margin: 0 1em;
}
#cp .top-text-main-inner {
flex-direction: column-reverse;
gap: 0px;
}
#cp .top-text-main p {
font-size: 14px;
font-weight: bold;
text-align: left;
}
#cp .top-text-main img {
display: none;
}
}
/*----------------
お知らせ
---------------- */
#cp .news-inner {
max-width: 1150px;
margin: 0 auto;
}
#cp .news-box {
background-color: #fff;
border: #d4aa25 2px solid;
overflow-y: scroll;
padding: 30px 50px;
height: 450px;
}
#cp .news-box dl {
display: flex;
gap: 20px;
align-items: center;
padding: 20px 0;
border-bottom: #ccc dotted 1px;
}
#cp .news-box dl:first-of-type {
padding-top: 0;
}
#cp .news-box dl:last-of-type {
border-bottom: none;
}
#cp .news-box dt {
background: #d4aa25;
color: #fff;
font-weight: bold;
font-size: 1.3em;
padding: 5px 10px;
border-radius: 3px;
flex-basis: 25%;
}
#cp .news-box dd {
font-weight: bold;
font-size: 1.4em;
/* padding: 10px; */
color: #333;
flex-basis: 75%;
}
.gray dt {
background-color: #aaa !important;
}
/* スクロールバー */
.scroll-a::-webkit-scrollbar {
width: 12px;
/* 横幅設定 */
}
.scroll-a::-webkit-scrollbar-thumb {
background: #e8c76b;
/* ハンドルの色 */
}
.scroll-a::-webkit-scrollbar-track {
background: #f6eee1;
/* 背景色 */
}
.news-top-text ul {
font-weight: bold;
font-size: 16px;
color: #333;
margin-bottom: 2em;
text-align: center;
}
.news-top-text .indent {
text-indent: -1.6em;
}
@media screen and (max-width:768px) {
#cp .news-inner {
max-width: 100%;
margin: 0 15px;
}
#cp .news-box {
padding: 20px;
}
#cp .news-box dl {
display: inline-block;
font-size: 1em;
}
#cp .news-box dd {
font-weight: normal;
font-size: 1em;
color: #333;
margin-top: 10px;
}
#cp .cm-box {
margin-top: 3em !important;
}
.news-top-text ul {
text-align: left;
font-size: 12px;
}
.news-top-text .indent {
text-indent: 0;
}
}
/*----------------
レシピ
---------------- */
#cp .cm {
background: #fff;
}
#cp .cm-box {
text-align: center;
margin-top: 7em;
}
#cp .cm-box iframe {
width: 640px;
height: 360px;
padding: 0 5px;
}
#cp .recipe-container {
max-width: 1150px;
margin: 0 auto;
border: #d4aa25 1px solid;
}
.recipe-title {
border-left: solid 3px;
padding-left: 0.5em;
font-size: 1.5em !important;
font-weight: bold;
}
.teppan-recipe {
margin-top: 50px;
}
.recipe-flex {
display: flex;
/* align-items: center; */
}
.recipe-box {
margin-top: 7em;
font-weight: bold;
}
.recipe-box:nth-child(1) {
margin-top: 0;
}
.recipe-box img {
max-width: 560px;
margin-top: 1em;
/* padding-right: 20px; */
}
.recipe-flex iframe {
margin-top: 2em;
width: 560px;
height: 330px;
}
.ingredient {
width: 70%;
padding-left: 20px;
/* margin: 0 2em; */
}
.heading {
font-weight: bold;
font-size: 1.4em !important;
border-bottom: solid 1px;
margin-bottom: 1em;
}
.recipe-flex dl {
display: flex;
flex-wrap: wrap;
font-size: 1.2em;
align-items: end;
}
.recipe-flex dt {
width: 63%;
padding: 6px 0;
border-bottom: dotted 1px #bd8d60;
text-align: left;
}
.recipe-flex dd {
width: 37%;
border-bottom: dotted 1px #bd8d60;
padding: 6px 0;
text-align: right;
}
/* --------sp---recipe------ */
@media screen and (max-width:768px) {
#cp .recipe-container {
max-width: 100%;
margin: 0 15px;
}
.recipe-title {
font-size: 1.2em !important;
}
.recipe-flex {
display: initial;
}
.recipe-box {
margin-top: 4em;
}
.recipe-box:nth-child(1) {
margin-top: 0;
}
.recipe-box img {
width: 100%;
margin: 1em 0;
}
.recipe-flex iframe {
width: 310px;
height: 190px;
}
#cp .cm-box iframe {
width: 80%;
height: 100%;
}
.ingredient {
width: 100%;
margin: 0;
}
.recipe-flex dl {
font-size: 1.1em;
}
.recipe-flex dt {
width: 67%;
}
.recipe-flex dd {
width: 33%;
}
.recipe-detail p {
font-size: 14px;
}
}
.recipe-detail p {
display: inline-block;
font-size: 20px;
}
.recipe-detail {
position: relative;
text-align: center;
color: #333333;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
background: #fff;
margin-top: 2em;
margin-bottom: 3em;
padding: 20px;
padding-bottom: 5px;
font-weight: bold;
border-radius: 60px;
}
.recipe-detail::after {
border: solid transparent;
content: '';
height: 0;
width: 0;
pointer-events: none;
position: absolute;
border-top-width: 13px;
border-bottom-width: 13px;
border-left-width: 8px;
border-right-width: 8px;
margin-left: -8px;
border-bottom-color: #fff;
bottom: 100%;
left: 50%;
}
.cooking {
margin-top: 5em;
background: #fff;
padding: 2em 5em;
border-radius: 10px;
}
.cooking ol {
list-style: decimal !important;
margin-left: 2em;
font-weight: 500;
;
}
.cooking li {
margin-bottom: 1em;
}
.cooking a {
color: #836241;
border-bottom: #836241 dotted;
font-size: .8em;
}
/* .sp {
display: none;
} */
.link-title {
width: 40%;
margin-bottom: 2em !important;
}
.click {
background: #fff;
color: #836241;
padding: 0.2em 0.5em;
border-radius: 10px;
margin-right: 0.8em;
}
@media screen and (max-width: 750px) {
.ly_accordion .el_heading {
font-size: 1em;
line-height: 1.7em;
}
.title-img {
max-width: 100%;
padding-bottom: 10px;
}
.flex {
display: block;
}
.inner p {
line-height: 1.6em !important;
}
.page-title-logo {
width: 100%;
}
/* .contents-wrapper h2 {
font-size: 1.5em;
}
.contents-wrapper .PCblock * {
display: none;
}
.contents-wrapper .inner {
padding: 8% 20px;
} */
.cooking {
margin: 3em 0;
margin-bottom: 0;
background: #fff;
padding: 1.8em 1.2em;
padding-bottom: 1em;
border-radius: 10px;
}
.cooking li {
margin-bottom: 1em;
line-height: 1.3em;
font-size: 1.1em;
text-align: justify;
text-justify: inter-ideograph;
}
.link-title {
width: 90%;
}
}
/* ------------
corner ここから
-------------- */
.recipe-corner {
margin-top: 100px;
}
.tab-wrap {
display: flex;
flex-wrap: wrap;
}
.tab-label {
color: #d4aa25;
font-size: 1.5em;
background: #f9f8f4;
font-weight: bold;
white-space: nowrap;
text-align: center;
border: #d4aa25 1px solid;
padding: 16px;
order: -1;
position: relative;
z-index: 1;
cursor: pointer;
flex: 1;
transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.tab-label:hover {
opacity: .8;
}
/* .tab-label:not(:last-of-type) { margin-right: 5px; } */
.tab-content {
width: 100%;
height: 0;
overflow: hidden;
opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
background: #d4aa25;
color: #fff;
border: #d4aa25 1px solid;
}
.tab-switch:checked+.tab-label:hover {
opacity: 1;
}
.tab-switch:checked+.tab-label+.tab-content {
height: auto;
overflow: auto;
padding: 40px;
opacity: 1;
transition: .5s opacity;
background-color: #f4efe1;
border: #d4aa25 1px solid;
}
/* ラジオボタン非表示 */
.tab-switch {
display: none;
}
.recipe-corner h2 {
text-align: center;
}
.recipe-corner h2 img {
width: 250px;
}
/* ----------sp--recipe-corner--------- */
@media screen and (max-width:768px) {
.recipe-corner {
margin-bottom: 5em;
margin-left: 15px;
margin-right: 15px;
}
.recipe-corner__flex {
width: 100%;
gap: 0;
max-width: 100%;
flex-direction: column-reverse;
align-items: center;
}
.recipe-corner__flex img {
max-width: 100% !important;
}
.recipe-corner__detail h3 {
max-width: 100%;
}
.recipe-corner__shop {
max-width: 100%;
margin-top: 5em;
}
.tab-switch:checked+.tab-label+.tab-content {
padding: 20px;
}
.recipe-corner h2 img {
width: 150px;
}
.recipe-corner__shop table th,
.recipe-corner__shop table td {
border-bottom: none;
display: block;
width: 100%;
border-bottom: solid 1px #ccc;
}
.recipe-corner__shop table th {
font-weight: bold;
background-color: #836241;
color: #fff;
}
}
/*----------------
アンバサダー
---------------- */
#cp .ambassador-box {
justify-content: center;
gap: 40px;
}
#cp .ambassador-img {
max-width: 390px;
}
/* #cp .ambassador-text {
background-color: #fff;
color: #d4aa25;
font-weight: bold;
padding: 2em;
} */
#cp .ambassador-text {
position: relative;
display: inline-block;
margin-left: 16px;
padding: 40px 20px;
border-radius: 40px;
background-color: #ffffff;
text-align: left;
line-height: 1.5;
}
#cp .ambassador-text::after {
content: "";
position: absolute;
top: 50%;
left: 0;
border-style: solid;
border-width: 0 16px 16px 0;
border-color: transparent #ffffff transparent transparent;
translate: -100% calc(-50% - 0.4px);
transform: skew(0, -10deg);
transform-origin: right;
}
#cp .ambassador-text p {
font-size: 1.2em;
font-weight: bold;
line-height: 1.5em;
margin-bottom: 0;
}
#cp .ambassador-text h3 {
display: inline-block;
font-size: 2.2em;
border-bottom: #e8c76b dotted 2px;
color: #d4aa25;
font-weight: bold;
/* padding: 5px; */
margin-bottom: 0.8em;
}
@media screen and (max-width:768px) {
#cp .ambassador-box {
gap: 15px;
}
#cp .ambassador-text p {
font-size: 1em;
}
#cp .ambassador-img {
margin: 0 15px;
}
#cp .ambassador-text {
position: relative;
display: inline-block;
margin: 0 15px;
padding: 15px;
border-radius: 40px;
background-color: #ffffff;
}
#cp .ambassador-text::after {
display: none;
}
}
/*----------------
フッター
---------------- */
#cp .koen {
justify-content: center;
gap: 50px;
max-width: 300px;
margin: 0 auto;
}
.footer {
background-color: #00084B;
padding: 3em 0;
text-align: center;
}
.footer p {
color: #fff;
font-weight: bold;
margin-bottom: 0.5em;
font-size: 16px;
}
.koen-box {
margin-bottom: 2em;
}
おうちに帰るのが楽しみになる「おかえり。帰れば、しあわせ時間キャンペーン」
おうちに帰れば、おいしいおつまみでの晩酌が待っている!って考えたら、
日々の帰り道もワクワクしちゃいますよね。
そこで、広島ホームテレビでは
旬の食材を使った「おうちで手軽に作れる一品料理レシピ」を独自開発!
それらのレシピと相性抜群の「金麦」を皆様にプレゼントすることで
おうちでの“しあわせ時間”を応援しちゃいます!!
- ※LINEアプリでのクーポン発行が条件となります
- ※期間中に[おひとりさま1セット限り]となります
- ※想定本数を配布後はプレゼントを終了します
秋鮭の蒸しちゃんちゃん
材料(1人分)
- 秋鮭
- 30g
- ほうれん草
- 1パック
- 柚子
- 適宜
- 合わせ味噌マヨ
- 5g
- ほうれん草の茎
- 10g
-
-
-
- 赤味噌:白味噌:マヨネーズ
- 1 : 1 : 1
作り方
電子レンジでほうれん草を加熱し、水気を切って葉と茎に分け、茎は刻んでおく
柚子の皮を刻んでおく
A.合わせ味噌マヨ…赤味噌:白味噌:マヨネーズを1 : 1 : 1の割合で混ぜておく
秋鮭30g、Aの合わせ味噌マヨ5g、ほうれん草の茎10g、柚子の順に重ね、
ほうれん草の葉で巻く
せいろで蒸していくらを添える
広島菜の天ぷら
材料
-
A.天麩羅生地
-
- 薄力粉
- 100g
- ビール
- 150ml
-
-
-
B.抹茶塩
-
- 抹茶
- 2g
- 塩
- 10g
-
-
- 広島菜
- 4枚
作り方
ボウルにビールと薄力粉を入れて混ぜ、揚げ衣を作る。
広島菜に衣をつけて揚げる
Bの抹茶と塩を合わせ抹茶塩を作り、添える
小松菜と桜エビのチヂミ
材料
-
- 薄力粉
- 50g
- 片栗粉
- 15g
- 卵
- 25g(1/2個)
- 水
- 75g
- 塩
- 2g
- 鶏がらスープ粉末
- ひとつまみ
-
-
-
- 桜エビ(塩茹で)
- 80g
- 小松菜(2センチカット)
- 80g
- ニラ(2センチカット)
- 40g
- 玉ねぎ(スライス)
- 80g
-
- 醤油
- 20g
- 白ワインビネガー
- 20g
- 豆板醤
- 5g
- ごま油
- 5g
- ニンニク(すりおろし)
- 2g
作り方
チヂミの生地の材料をボウルでよく混ぜ、更に刻んだ具材を混ぜ合わせる。
フライパンに多めのごま油を入れ、混ぜ合わせた生地の両面をカリッと焼く。
焼いている間に、たれの材料を混ぜる。
焼き上がったチヂミを器に盛り、たれを添える。
牡蠣と春菊の土手鍋
材料
-
- 出汁パック
- 1袋
(市販の出汁や出汁パックを利用し簡単に)
- 水
- 500g
- 酒
- 25g
- 醤油
- 15g
- 塩
- 5g
-
-
- 牡蠣
- 10粒
- 春菊
- 1パック
-
-
- 赤味噌
- 15g
- 白味噌
- 15g
作り方
水に出汁パックを入れ出汁を取る。
出汁を調味し、その出汁で牡蠣を下茹でし取り出す。
土鍋に出汁を濾し入れ、土鍋の縁に赤味噌、白味噌を塗る。
土鍋に切った春菊、下茹でしておいた牡蠣を入れて煮る。
縁の味噌をからめながらいただく。
松本裕見子
⽣年⽉⽇:12月23日
血液型:A型
身長:152cm
出⾝:広島市
好きな食べ物:甘栗、うに
特技(または趣味):どこでも寝られる、3秒で寝られる
jQuery(function ($) {
$('.slider').slick({
dots: true,
// autoplay: true,
// speed: 5000,
centerMode: true,
centerPadding: '140px',
});
});