﻿@charset "UTF-8";
.fnews-wrap .l-content {
  position: relative;
}
.fnews-list li + li {
  padding-top: 0em;
  padding-bottom: 0;
}
.fnews-list a {
  display: table;
  width: 100%;
  text-decoration: none;
}
 */
 */
.fnews-list a:hover .fnews-txt {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
 */
  .fnews-list li + li {
    margin-top: 6vw;
  }
  .fnews-list a {
    display: block;
  }
 */
  .fnews-inner:nth-of-type(1) {
    width: 26.67vw;
  }
  .fnews-inner:nth-of-type(2) {
    width: 8em;
    font-size: 3.47vw;
  }
}
.img-responsive-overwrite {
  margin: 0 auto;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
span.wpcf7-list-item {
display: block;
}

/* ===== 動画案内セクション（トップページ） ===== */
.movie-section {
  background: #ffffff;          /* 注意喚起の黄色ではなく、情報系セクションと同系の白 */
  padding: 48px 0 56px;         /* 上下の余白をやや広めに */
  border-top: 1px solid #eee;   /* 上の黄色セクションとの区切り */
}

.movie-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

/* 見出しは .h-title のサイズを流用し、色・位置だけ調整 */
.movie-title {
  margin-bottom: 20px;
  text-align: left; /* or center にしたい場合は変更 */
}

/* 動画本体ブロック（中央寄せ＋最大幅） */
.movie-inner {
  max-width: 960px;
  margin: 0 auto;
}

/* 16:9 レスポンシブ埋め込み */
.movie-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  box-shadow: 0 4px 18px rgba(0,0,0,0.18);
  border-radius: 10px;
  overflow: hidden;
}

.movie-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ボタンエリア */
.movie-btn-wrap {
  margin-top: 24px;
  text-align: right;            /* 右寄せ。中央にしたければ center に変更 */
}

/* 公式YouTubeボタン（小さめバージョン） */
.movie-btn {
  display: inline-block;
  background-color: #c0392b;
  color: #fff;
  padding: 6px 18px;          /* ボタンの高さと横幅を縮小 */
  font-size: 1.45rem;         /* 文字サイズ縮小 */
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 0 8px rgba(0,0,0,0.12);
  transition: all 0.2s ease;
}

.movie-btn:hover,
.movie-btn:focus {
  background-color: #ffffff;
  color: #c0392b;
  border: 1px solid #c0392b;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
}
/* スマホ調整 */
@media (max-width: 767.98px) {
  .movie-section {
    padding: 36px 0 44px;
  }
  .movie-title {
    text-align: center;
  }
  .movie-btn-wrap {
    text-align: center;
    margin-top: 20px;
  }
}
.section-title {
  font-size: 1.8rem;
  font-weight: 700;
}

.card:hover {
  transform: translateY(-4px);
  transition: all .2s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
