@charset "UTF-8";
/* fontサイズ・バリエーション */
/* -------------------------------------------------------------------------------------------------------------------
Tablet
------------------------------------------------------------------------------------------------------------------- */
.pc {
  display: none;
}

.sp {
  display: none;
}

.tb {
  display: block;
}

/* -------------------------------------
* 共通パーツ　table list btn
* ------------------------------------- */
table.listTable {
  width: 100%;
  margin: 0 auto 40px;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
}
table.listTable th {
  font-size: 1.2em;
  font-weight: bold;
  padding: 1rem 1rem 0 1rem;
  letter-spacing: 0.3rem;
}
table.listTable td {
  font-size: 1em;
  padding: 1.5rem 1rem 2.5rem 1rem;
  border-bottom: #f5f5f5 1px solid;
  line-height: 1.6;
}
table.listTable tr:last-child td {
  border: none;
}

table.columnTable {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #fff;
}
table.columnTable th {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
}
table.columnTable td {
  font-size: 1em;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
}

ul.attentionList {
  font-size: 1.2rem;
  margin: 12px auto 20px;
  padding: 0 0 0 1.2rem;
}
ul.attentionList li {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 6px;
  text-indent: -1.2rem;
}

.btn1 {
  display: block;
  width: 400px;
  margin: 20px auto;
  background: #ed770d;
  padding: 16px 20px 14px;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border-radius: 3rem;
}
.btn1:hover {
  opacity: 0.8;
  color: #fff;
}
.btn1 a {
  text-decoration: none;
  color: #f2ebd4;
}

/* ----------------------
NAVI
------------------------- */
.headerNav {
  position: fixed;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 90px;
  margin: auto;
  padding: 2% 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerNav div.navLogo {
  width: 94px;
  height: 34px;
}
.headerNav div.navLogo a {
  display: block;
  width: 100%;
  height: 34px;
  position: relative;
  transition: all 0.2s;
}
.headerNav div.navLogo a img {
  position: absolute;
  top: 0;
  width: auto;
  height: 70px;
}
.headerNav div.navLogo a:hover {
  opacity: 1;
}
.headerNav div.navLogo a:hover img {
  position: absolute;
  top: -36px;
}
.headerNav ul {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerNav ul li {
  line-height: 1;
  height: 25px;
  overflow: hidden;
}
.headerNav ul li a {
  display: block;
  width: 100%;
  height: 25px;
  position: relative;
  transition: all 0.2s;
}
.headerNav ul li a img {
  display: block;
  position: absolute;
  top: 0;
  width: auto;
  height: 50px;
}
.headerNav ul li a:hover {
  opacity: 1;
}
.headerNav ul li a:hover img {
  position: absolute;
  top: auto;
  bottom: 0;
}
.headerNav ul li.contact {
  width: 130px;
  height: 35px;
  overflow: hidden;
}
.headerNav ul li.contact a {
  width: 130px;
  height: 35px;
  transition: all 0.2s;
}
.headerNav ul li.contact a img {
  display: block;
  position: absolute;
  top: 0;
  width: 130px;
  height: 70px;
}
.headerNav ul li.contact a:hover {
  filter: none;
  opacity: 1;
}
.headerNav ul li.contact a:hover img {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 130px;
  height: 70px;
}

/* -------------------------------------
* ページトップ バー
* ------------------------------------- */
#pageTopBar {
  display: block;
  background: #34620b;
}

#pageTopBar a {
  display: block;
  width: 100%;
  padding: 1.5em 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5rem;
  text-decoration: none;
}

#pageTopBar a:hover, #pageTopBar a:active, #pageTopBar a:focus {
  text-decoration: none;
  background: #34620b;
}

/* -------------------------------------
* ページトップ アイコン
* ------------------------------------- */
#pageTop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.8;
  background: #34620b;
  border-radius: 50%;
}

#pageTop a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

#pageTop a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* -------------------------------------
* ページ共通
* ------------------------------------- */
.contentBlock {
  width: 96%;
  margin: 0 auto;
}

p {
  text-align: left;
}

/* -------------------------------------
* トップページ
* ------------------------------------- */
#top_area {
  padding: 3rem 0 3.5rem;
}

#main_area {
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  padding: 0 8% 30px;
  background: #f5f5f5;
  text-align: center;
}

#secondary_area {
  border-radius: 20px 20px 0 0;
  padding: 0.5rem 8% 2rem;
}

h1 {
  width: 70%;
  max-width: 600px;
  margin: 0 auto;
}

h2 {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  margin: 3rem 0 1.5rem;
  line-height: 1;
}

h3 {
  font-size: 2rem;
  margin: 2rem 0 2rem;
  border-left: 8px solid #ffbb00;
  padding-left: 1rem;
  line-height: 1.6;
}

h3.deco_2 {
  border-left: 8px solid #FFF;
}

.box {
  margin: 0 auto;
  padding: 0 0 3rem;
}

#main_container {
  margin: 0 3%;
  padding: 0 0 60px;
}

h2 + p {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: right;
  font-size: 13px;
  letter-spacing: 0;
  color: #666;
}

.item_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  justify-content: flex-start;
}

.item {
  position: relative;
  width: 48.5%; /* 2列表示 */
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.item:not(.no-icon):hover > a > img {
  transform: scale(1.12);
}

.item::after,
.item::before {
  pointer-events: none;
  transition: all 0.3s ease;
}

.item:not(.no-icon)::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.4s ease;
}

.item:not(.no-icon):not(.no_pgm):hover::after {
  background-color: rgba(0, 0, 0, 0.3);
}

.item:not(.no-icon):not(.no_pgm)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-image: url("../img/play_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.item:not(.no-icon):hover::before {
  opacity: 1;
}

.item.program::before {
  display: none;
}

a.link_Playlist {
  font-size: 16px;
  margin-left: 20px;
  padding: 6px 20px;
  line-height: 2;
  vertical-align: -5px;
}

.link_Playlist_wrap {
  display: none;
}

.back-to-top i {
  font-size: 22px;
  font-weight: 900;
}

/* -------------------------------------
* footer
* ------------------------------------- */
footer .credit {
  padding: 10px 3%;
}
footer #footer_logo {
  padding: 40px 0;
}
footer #footer_logo img {
  width: 160px;
}/*# sourceMappingURL=base_tb.css.map */