﻿@charset "utf-8";
/* ------ Settings ------ */
:root {
--base-color: 87 47% 35%; /* 松葉 */
--base-pale-color: 87 47% 40%;
--base-light-color: 87 47% 30%;
--base-dark-color: 87 47% 20%;
--seigaiha: url(/img/seigaiha-life.webp); /* life */
}
/* -------------------- ★ Link Tabs ★ -------------------- */
.link-tabs a:first-of-type:hover, .link-tabs a:first-of-type.active{
color: #ea930a; /* 琥珀 */
font-weight: 700;
border-color: #ea930a; /* 琥珀 */
}
.link-tabs a:nth-of-type(2):hover, .link-tabs a:nth-of-type(2).active{
color: #ea0032; /* 唐紅 */
font-weight: 700;
border-color: #ea0032; /* 唐紅 */
}
.link-tabs a:nth-of-type(3):hover, .link-tabs a:nth-of-type(3).active{
color: #318baf; /* 千草 */
font-weight: 700;
border-color: #318baf; /* 千草 */
}
.link-tabs a:nth-of-type(4):hover, .link-tabs a:nth-of-type(4).active{
color: #3eb370; /* 青/緑 */
font-weight: 700;
border-color: #3eb370; /* 青/緑 */
}
.link-tabs a:last-of-type:hover, .link-tabs a:last-of-type.active{
color: #7065a3; /* 菫 */
font-weight: 700;
border-color: #7065a3; /* 菫 */
}
/* -------------------- ★ Main ★ -------------------- */
.main-column:last-of-type{
margin-top: 50px;
}
.main-column h2{
margin-top: 50px;
}
.main-column h2:first-of-type{
margin-top: 0;
}
.main-column h2 img{
width: 100%;
height:auto;
aspect-ratio: 960 / 150;
border-radius: 8px;
}
.main-column h3{
margin-top: 25px;
color: hsl(87 47% 35%); /* 松葉 */
font-size: clamp(26px, calc(17.1765px + 2.45098vw), 36px);
text-align: center;
border-bottom: 5px dashed #5e8630; /* 松葉 */
border-bottom: 9px dotted #5e8630; /* 松葉 */
}
/* -------------------- ★ Life ★ -------------------- */
.life-navi{
position: relative;
margin: 10px 0 10px 0;
padding: 0;
}
.life-navi ul{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
width: 100%;
margin: 0;
padding: 0;
}
.life-navi li{
flex: 0 0 calc(33.333% - 1%);
box-sizing: border-box;
margin: 0.5%;
list-style: none;
background-color: hsl(87 47% 35%); /* 松葉 */
background: linear-gradient(to bottom, hsl(87 47% 40%), hsl(87 47% 30%));
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
height: 80px;
line-height:1.5;
}
.sports .life-navi li{
flex: 0 0 calc(50% - 1%);
}
.life-navi a{
display: block;
margin: 0;
padding: 0 1px;
width: 100%;
color: #f3f3f2; /* 白練 */
font-size: clamp(14px, calc(12.24px + 0.49vw), 16px);
font-weight: 500;
text-align: center;
text-decoration: none;
}
.life-navi li:hover{
transition: transform 0.3s ease;
transform: scale(1.04);
color: #fff; /* 白 */
font-weight: 700;
}
.life-navi img{
display: block;
margin: 20px 0.5%;
width: 99%;
height: auto;
aspect-ratio: 800 / 600;
border-radius: 8px;
}
/* ----- ボタンの色 ----- */
.shizuoka li{
background-color: hsl(36 91% 47%); /* 琥珀 */
background: linear-gradient(to bottom, hsl(36 91% 52%), hsl(36 91% 42%));
}
.fuji li{
background-color: hsl(196 56% 43%); /* 千草 */
background: linear-gradient(to bottom, hsl(196 56% 48%), hsl(196 56% 38%));
}
.izu li{
background-color: hsl(145 48% 47%); /* 緑 */
background: linear-gradient(to bottom, hsl(145 48% 52%), hsl(145 48% 42%));
}
.sakura li{
background-color: hsl(330 100% 60%); /* 桃色 */
background: linear-gradient(to bottom, hsl(330 100% 65%), hsl(330 100% 55%));
}
.momiji li{
background-color: hsl(348 100% 38%); /* 深緋 */
background: linear-gradient(to bottom, hsl(348 100% 43%), hsl(348 100% 33%));
}
/* ------ notice ------ */
.notice{
margin: 10px 0.2em 0 0.2em;
font-size: clamp(13px, calc(13px + (3 * ((100vw - 360px) / 664))), 16px);
}
.notice2{
margin: 0 0.2em 20px 0.2em;
font-size: clamp(13px, calc(13px + (3 * ((100vw - 360px) / 664))), 16px);
}
/* ------ 系列TV局の表 ------ */
.table-wrap{
margin: 10px 0 0px 0;
font-size: 14.5px;
text-align: center;
border: 1px solid #ccc;
border-radius: 8px;
box-shadow: 0 1px 6px rgba(0,0,0,0.06);
overflow: auto; /* 横スクロール対応 */
}
.table-wrap table{
width: 100%;
border-collapse: collapse;
min-width: 700px; /* レイアウト崩れ防止 */
table-layout: fixed;
}
.table-wrap thead th{
position: sticky;
top: 0;
background: hsl(87 47% 35%); /* 松葉 */
color: #f3f3f2; /* 白練 */
font-weight: 700;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 12px 5px;
white-space: nowrap;
z-index: -1;
}
/* 静岡列を最左に固定 */
.table-wrap th.sticky, td.sticky{
position: sticky;
left: 0;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background: #fff; /* 白 */
}
.table-wrap thead th.sticky{
background: hsl(87 47% 35%); /* 松葉 */
z-index: 0;
}
.table-wrap tbody td{
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 12px 5px;
vertical-align: top;
}
.table-wrap tbody td.sticky{
font-weight: 700;
background: #f3f3f2; /* 白練 */
}
/* -------------------- ★★★★★ 768 ★★★★★ -------------------- */
@media (min-width: 768px) {
/* -------------------- ★ Life ★ -------------------- */
.life-navi a{
font-size: 18px;
}
}
/* -------------------- ★★★★★ 1024 ★★★★★ -------------------- */
@media (min-width: 1024px) {
/* -------------------- ★ Main ★ -------------------- */
.main-column{
width: 100%;
margin: 0 0 50px 0;
}
/* ------ notice ------ */
.notice{
margin: 10px 1em 0 1em;
}
.notice2{
margin: 0 1em 20px 1em;
}
/* -------------------- ★ Life ★ -------------------- */
.sports:first-child
.life-navi a{
font-size: 24px;
}
}
/* -------------------- ★★★★★ 1200 ★★★★★ -------------------- */