/*----------------
ページ設定
---------------- */
.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: #fff !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%);
}
.background-color1 {
background: #fff9de;
}
.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: 1920px;
margin: 0 auto;
}
#cp .top-img img {
padding: 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 {
position: relative;
justify-content: center;
gap: 0px;
}
#cp .contents-design-box {
position: relative;
padding: 2em;
border-radius: 10px;
border: 3px solid #fff9de;
background-color: #fff9de;
color: #fff;
}
#cp .contents-design-box::before {
position: absolute;
top: -8px;
left: -8px;
width: 100%;
height: 100%;
border-radius: 10px;
border: 3px solid #ffe000;
content: '';
}
#cp .top-text-main p {
color: #0068b7;
font-size: 1.8em;
font-weight: bold;
/* text-align: center; */
}
#cp .top-text-main img {
max-width: 215px;
}
.polpol01 {
transform: rotate(10deg);
-moz-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
position: absolute;
top: 38%;
right: -10%;
}
@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 {
/* position: relative; */
padding: 30px;
padding-right: 40px;
border-radius: 30px;
background-color: #fff23f;
border: 8px dotted #212121;
color: #fff;
}
#cp .news-item {
background-color: #fff;
margin-bottom: 1em;
z-index: 1000;
}
#cp .news-box dl {
display: flex;
gap: 20px;
align-items: center;
padding: 10px 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%;
}
/* スクロールバー */
.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;
}
.news-button {
text-align: center;
}
.news-button a {
display: inline-block;
text-decoration: none;
text-align: center;
width: 400px;
color: #fff;
padding: 10px;
border-radius: 60px;
}
.gray-bt a {
background-color: #666;
}
.blue-bt a {
background-color: #0068b7;
}
@media screen and (max-width:768px) {
#cp .news-inner {
max-width: 100%;
margin: 0 15px;
}
#cp .news-box {
padding: 10px;
}
#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: 2em !important;
margin-bottom: 2em !important;
}
.news-button a {
width: 90%;
}
.news-top-text ul {
text-align: left;
font-size: 12px;
}
.news-top-text .indent {
text-indent: 0;
}
}
/*----------------
レシピ
---------------- */
#cp .cm {
background: #fff;
}
#cp .cm-box {
width: 1150px;
margin: 0 auto;
position: relative;
text-align: center;
margin-top: 5em;
margin-bottom: 7em;
}
#cp .cm-box iframe {
width: 840px;
height: 473px;
padding: 0 5px;
}
.cm-box .polpol02 {
max-width: 342px;
transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
position: absolute;
top: 63%;
left: -14%;
}
#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 {
width: 100%;
}
#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: #fff23f;
padding: 3em 0;
text-align: center;
}
.footer p {
color: #0068b7;
font-weight: bold;
margin-bottom: 0.5em;
font-size: 16px;
}
.footer a {
color: #0068b7;
text-decoration: none;
}
.koen-box {
margin-bottom: 2em;
}
広島ホームテレビ(本社:広島市中区)は、2025年度の視聴率において、全日(午前6時~深夜0時)で平均3.6%、プライムタイム(午後7時~11時)で平均5.8%、ノンプライムタイム(午前6時~午後7時/午後11時~深夜0時)で平均3.0%といずれも1位を獲得しました。
※ビデオリサーチ調べ(広島地区)
広島ホームテレビ マーケティングビジネス局 編成部
Mail:ml-media-kouhou@home-tv.co.jp
jQuery(function ($) {
$('.slider').slick({
dots: true,
// autoplay: true,
// speed: 5000,
centerMode: true,
centerPadding: '140px',
});
});