@charset "UTF-8";
/*!
Theme Name: fukuoka-navi 固定ページ 市町村別観光マップ 白地図用css
Author:　yuki mitsuno
Version:　1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*
*
*/
/*--ふくおかナビのページで使用されているメディアクエリのまとめです。scssで利用してください。cssでは使えません！！
ふくナビでは主にこの３つ
PC :tablet_over
tab:tablet_under
sp :sp_under
-------------------ここから↓↓-------------------
@mixin pc_screen_under {
  @media screen and (max-width: 1230px){
    @content;
  }
}
@mixin pc_middle_under {
  @media screen and (max-width: 1023px){
    @content;
  }
}
@mixin pc_to_tablet {
  @media screen and (min-width: 769px) and (max-width: 1023px){
    @content;
  }
}
@mixin tablet_over {
  @media screen and (min-width: 769px){
    @content;
  }
}
@mixin tablet_under {
  @media screen and (max-width: 769px){
    @content;
  }
}
@mixin tablet_to_sp {
  @media screen and (min-width: 464px) and (max-width: 767px) {
    @content;
  }
}
@mixin sp_under {
  @media screen and (max-width: 464px){
    @content;
  }
}
-------------------ここまで↑↑-------------------

呼び出し方（tablet_underのメディアクエリを呼び出す場合）

@include tablet_under(){
この中にcssかいてください
}
-----------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  /*ヘッダーを固定時のページ内リンクズレ防止*/
  scroll-padding-top: 120px;
  font-family: "Noto Sans JP", sans-serif;
}

.ajimu-lp {
  background-color: #ffffff;
}
.ajimu-lp .ajimu-header {
  background: #fff;
  padding: 15px 20px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0509803922);
}
.ajimu-lp .ajimu-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ajimu-lp .ajimu-header.is-scrolled {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.ajimu-lp .ajimu-header .header-logo img {
  width: 90px;
  display: block;
}
.ajimu-lp .ajimu-header .header-right_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ajimu-lp .ajimu-header .header-right_box .header-right_bnr {
  display: block;
  width: 17%;
  margin-right: 40px;
  padding: 10px;
  opacity: 1;
  transition: all 0.45s;
}
.ajimu-lp .ajimu-header .header-right_box .header-right_bnr:hover {
  opacity: 0.7;
  transition: all 0.45s;
}
.ajimu-lp .ajimu-header .header-right {
  text-align: right;
}
.ajimu-lp .ajimu-header {
  /* ======================
  上段ナビ
  ====================== */
}
.ajimu-lp .ajimu-header .header-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ajimu-lp .ajimu-header .header-nav li {
  list-style: none;
}
.ajimu-lp .ajimu-header .header-nav a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
.ajimu-lp .ajimu-header .header-nav a:hover {
  opacity: 0.6;
}
.ajimu-lp .ajimu-header .header-nav--main ul {
  gap: 25px;
}
.ajimu-lp .ajimu-header .header-nav--main a {
  font-size: 13px;
}
.ajimu-lp .ajimu-header .header-nav--main .instagram a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.ajimu-lp .ajimu-header .header-nav--main .instagram a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/fukuoka-navi2017/images/ajimu/icon-instagram.png") no-repeat center;
  background-size: contain;
}
.ajimu-lp .ajimu-header .header-nav {
  /* ======================
  下段ナビ
  ====================== */
}
.ajimu-lp .ajimu-header .header-nav--sub {
  margin-top: 8px;
}
.ajimu-lp .ajimu-header .header-nav--sub ul {
  gap: 20px;
}
.ajimu-lp .ajimu-header .header-nav--sub a {
  font-size: 12px;
  color: #000000;
  position: relative;
  padding-left: 18px;
}
.ajimu-lp .ajimu-header .header-nav--sub a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("/wp-content/themes/fukuoka-navi2017/images/ajimu/icon-book.png") no-repeat center;
  background-size: contain;
}
.ajimu-lp {
  /* ハンバーガー */
}
.ajimu-lp .hamburger {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1100;
}
.ajimu-lp .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transition: 0.3s;
}
.ajimu-lp .hamburger span:nth-child(1) {
  top: 0;
}
.ajimu-lp .hamburger span:nth-child(2) {
  top: 10px;
}
.ajimu-lp .hamburger span:nth-child(3) {
  bottom: 0;
}
.ajimu-lp {
  /* 開いたとき（×になる） */
}
.ajimu-lp .hamburger.is-open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.ajimu-lp .hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.ajimu-lp .hamburger.is-open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.ajimu-lp .slick-track .slick-slide:nth-child(2n) {
  margin-top: 50px;
}

/* クロスフェード */
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* ======================
共通
====================== */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.lp-section {
  padding: 50px 0;
}

.lp-section-wrap {
  margin: 0 clamp(10px, (100vw - 1025px) / 895 * 20 + 10px, 30px);
  padding: 0 clamp(10px, (100vw - 1025px) / 895 * 20 + 10px, 30px);
}

.lp-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

h2 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
}
h2 .sub-title {
  display: block;
  font-size: 14px;
  color: #000000;
  margin-top: 5px;
}

.slick-arrow-item {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  width: 3.0208333333vw;
  height: 3.0208333333vw;
}
.slick-arrow-item .slick-arrow {
  position: relative;
  right: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  background: #2e8b7d;
  border-radius: 50vh;
}
.slick-arrow-item .slick-arrow::before {
  position: absolute;
  top: 0 !important;
  right: -5px !important;
  bottom: 0 !important;
  left: 0 !important;
  content: "";
  width: 25%;
  height: 25%;
  margin: auto;
  background: transparent;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.slick-arrow-item .slick-arrow::after {
  display: none;
}
.slick-arrow-item.slick-prev {
  left: -3rem;
}
.slick-arrow-item.slick-prev .slick-arrow::before {
  right: -5px !important;
  left: 0 !important;
  transform: rotate(225deg);
}
.slick-arrow-item.slick-next {
  right: -3rem;
}
.slick-arrow-item.slick-next .slick-arrow::before {
  right: 0 !important;
  left: -5px !important;
  transform: rotate(45deg);
}

.tourism-page {
  overflow: hidden;
}
.tourism-page section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .tourism-page section {
    padding: 70px 0;
  }
}
.tourism-page .inner {
  width: min(1000px, 100% - 40px);
  margin: 0 auto;
}
.tourism-page h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.3;
  margin-bottom: 40px;
}

/* ==========================
 HERO
========================== */
.tourism-hero {
  padding: 180px 0 140px;
  background-image: url("https://www.fukuoka-navi.jp/wp-content/themes/fukuoka-navi2017/images/tourism-promotion/hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
.tourism-hero .hero-copy {
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  opacity: 0.9;
}
.tourism-hero .hero-title {
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1.1;
  margin-bottom: 40px;
  font-weight: 700;
}
.tourism-hero .hero-company {
  font-size: 2rem;
  letter-spacing: 0.1em;
  opacity: 0.85;
}

/* ==========================
 ABOUT
========================== */
.tourism-about {
  padding: 100px 0;
}
.tourism-about .inner {
  width: min(1000px, 100% - 40px);
  margin: 0 auto;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
.section-heading .section-num {
  font-size: 4rem;
  font-weight: 700;
  color: #dce6ee;
  line-height: 1;
}
.section-heading h2 {
  font-size: 2.5rem;
  margin: 0;
}

.about-text {
  margin: 0 auto 80px;
}
.about-text p {
  line-height: 2;
  font-size: 16px;
}
.about-text p:not(:last-child) {
  margin-bottom: 20px;
}
.about-text strong {
  color: #0f4c81;
  font-size: 1.5em;
}

/* ==========================
 MEDIA
========================== */
.city-media {
  margin-bottom: 50px;
}
.city-media h3 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1000px) {
  .media-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.media-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  transition: 0.3s;
}
.media-item:hover {
  transform: translateY(-5px);
}
.media-item h4 {
  margin: 10px 0 0;
  font-size: 1.2rem;
}
.media-item p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #666;
}

.media-icon {
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}
.media-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* ==========================
 FLOW
========================== */
.about-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 60px;
  padding: 30px;
  border-radius: 20px;
  background-color: aliceblue;
}
@media (max-width: 768px) {
  .about-flow {
    flex-direction: column;
  }
}

.flow-item img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.flow-item h4 {
  font-size: 1.8rem;
  color: #0f4c81;
  margin-bottom: 10px;
}
.flow-item p {
  line-height: 1.8;
  color: #666;
  margin: 0;
}

.flow-arrow {
  font-size: 2rem;
  color: #0f4c81;
  font-weight: 700;
}
@media (max-width: 768px) {
  .flow-arrow {
    transform: rotate(90deg);
  }
}

/* ==========================
 02 課題
========================== */
.tourism-problem {
  padding: 100px 0;
  background: #f8f9fa;
}

.section-text {
  max-width: 900px;
  margin: 0 auto 40px;
}
.section-text p {
  font-size: 18px;
  line-height: 2;
}
.section-text p:not(:last-child) {
  margin-bottom: 20px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .problem-grid {
    grid-template-columns: 1fr;
  }
}

.problem-card {
  background: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 30px 20px;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}
.problem-card:hover {
  transform: translateY(-4px);
}
.problem-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #0f4c81;
  line-height: 1.4;
}
.problem-card p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* ==========================
 03 価値
========================== */
.value-points {
  max-width: 900px;
  margin: 0 auto;
}

.value-point {
  position: relative;
  padding: 0 0 20px 50px;
}
.value-point:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.value-point::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0f4c81;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.value-point h3 {
  font-size: 28px;
  margin-bottom: 12px;
  color: #0f4c81;
}
.value-point p {
  font-size: 18px;
  line-height: 2;
  margin: 0;
}

/* ==========================
 04 地域の魅力発信システム
========================== */
.service-system {
  padding: 100px 0;
  background: #f8f9fa;
}

.service-system .lead {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}
.service-card:hover {
  transform: translateY(-5px);
}
.service-card img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service-card h3 {
  font-size: 22px;
  color: #0f4c81;
  padding: 24px 24px 10px;
  margin: 0;
}
.service-card p {
  padding: 0 24px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.service-card a {
  display: inline-block;
  margin: 0 24px 24px;
  color: #0f4c81;
  font-weight: 600;
  text-decoration: none;
}
.service-card a:hover {
  text-decoration: underline;
}

/* ==========================
 05 安心院応援プロジェクト
========================== */
.case-study {
  padding: 100px 0;
}

.case-lead {
  max-width: 900px;
  margin: 0 auto 70px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}

.case-category:not(:last-child) {
  margin-bottom: 80px;
}
.case-category h3 {
  font-size: 32px;
  color: #0f4c81;
  margin-bottom: 30px;
  text-align: center;
}

.case-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .case-gallery {
    grid-template-columns: 1fr;
  }
}
.case-gallery figure {
  margin: 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
}
.case-gallery figure:hover {
  transform: translateY(-5px);
}
.case-gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.case-gallery figcaption {
  padding: 10px;
  text-align: center;
  font-weight: 700;
  color: #0f4c81;
}

.case-description {
  max-width: 900px;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.9;
  color: #666;
  font-size: 16px;
}

.case-link {
  display: inline-block;
  margin-top: 10px;
  color: #0f4c81;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.case-link:hover {
  transform: translateX(4px);
}

.case-gallery figure {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding-bottom: 20px;
  text-align: center;
}
.case-gallery figcaption {
  font-weight: 600;
}

.case-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 5px 5px 35px;
  background: #0f4c81;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s;
}
.case-btn::after {
  content: "→";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  color: #0f4c81;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}
.case-btn:visited {
  color: #fff;
}
.case-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .plan-grid {
    grid-template-columns: 1fr;
  }
}

.tourism-plan {
  background: #f8f9fa;
}

.plan-table-wrap {
  margin-top: 50px;
  overflow-x: auto;
}

.plan-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.plan-table thead {
  background: #0f4c81;
  color: #fff;
}

.plan-table th,
.plan-table td {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  line-height: 1.8;
}

.plan-table th {
  font-weight: 700;
  text-align: left;
}

.plan-table tbody tr:hover {
  background: #f8f9fa;
}

.plan-table td:first-child {
  width: 220px;
  color: #0f4c81;
}

.plan-table td:last-child {
  width: 220px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .plan-table,
  .plan-table thead,
  .plan-table tbody,
  .plan-table th,
  .plan-table td,
  .plan-table tr {
    display: block;
  }
  .plan-table thead {
    display: none;
  }
  .plan-table {
    background: none;
  }
  .plan-table tr {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
  }
  .plan-table td {
    border: none;
    padding: 8px 0;
    width: auto !important;
    white-space: normal !important;
  }
  .plan-table td::before {
    display: block;
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 4px;
    font-weight: 600;
  }
  .plan-table td:nth-child(1)::before {
    content: "プラン";
  }
  .plan-table td:nth-child(2)::before {
    content: "内容";
  }
  .plan-table td:nth-child(3)::before {
    content: "参考予算";
  }
  .plan-table td:last-child {
    color: #0f4c81;
    font-size: 1.3rem;
    font-weight: 700;
  }
}
.contact-box {
  max-width: 700px;
  margin: 60px auto;
  padding: 50px;
  background: #0f4c81;
  color: #fff;
  text-align: center;
  border-radius: 24px;
}
.contact-box h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
}
.contact-box a {
  display: inline-block;
  margin-top: 25px;
  padding: 15px 40px;
  background: #fff;
  color: #0f4c81;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
}

@media screen and (max-width: 769px) {
  .index_feature h2 {
    margin-bottom: 2.44140625vw;
    font-size: clamp(18px, (100vw - 325px) / 699 * 18 + 18px, 36px);
    text-align: left;
  }
  .index_feature .post_feature {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(15px, (100vw - 325px) / 699 * 10 + 15px, 25px);
  }
  .index_feature .post_feature.second {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(112, 112, 112, 0.4);
  }
  .index_feature .post_feature .image {
    flex-shrink: 0;
    width: 100%;
  }
  .index_feature .post_feature .image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 16/9;
  }
  .index_feature .post_feature .pick-up-card-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: clamp(10px, (100vw - 325px) / 699 * 10 + 10px, 20px);
    width: 100%;
    padding-bottom: var(--container-padding);
  }
  .index_feature .post_feature .pick-up-card-wrap .pick-up-card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .index_feature .post_feature .pick-up-card-wrap .pick-up-card a {
    display: flex;
    gap: 0.9765625vw;
  }
  .index_feature .post_feature .pick-up-card-wrap .pick-up-card a img {
    width: min(100%, 100px);
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/2;
  }
  .index_feature .post_feature .pick-up-card-wrap .pick-up-card a .pick-up-card-descreption {
    width: calc(100% - min(100%, 100px) - 0.9765625vw);
  }
  .index_feature .post_feature .pick-up-card-wrap .pick-up-card a .pick-up-card-descreption h3 {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .index_feature .post_feature .pick-up-card-wrap .pick-up-card a .pick-up-card-descreption time {
    color: #8D8D8D;
    font-size: 1.2rem;
  }
}
/* ボタン */
.more-btn {
  text-align: center;
  margin-top: 30px;
}
.more-btn a {
  display: inline-block;
  padding: 12px 24px;
  background: #2e8b7d;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  transition: 0.3s;
  border: none;
}
.more-btn a:hover {
  opacity: 0.8;
}

.nature-section {
  position: relative;
  padding: 200px 0;
  background: url("/wp-content/themes/fukuoka-navi2017/images/ajimu/nature-bg.png") center center/cover no-repeat;
}
.nature-section .more-btn {
  text-align: left;
  z-index: 10;
}

/* ======================
SCROLL
====================== */
.fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-in--delay500 {
  animation-delay: 500ms;
}

.fade-in.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ======================
back
====================== */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #2e8b7d;
  color: #fff;
  font-size: 20px;
  border: none;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

/* 表示時 */
.back-to-top.is-show {
  opacity: 1;
  pointer-events: auto;
}

/* ホバー */
.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* ======================
レスポンシブ
====================== */
@media screen and (max-width: 1230px) {
  .fv .fv-slider:before {
    width: 154px;
    left: 70.9%;
    top: -3px;
  }
}
@media screen and (max-width: 769px) {
  .ajimu-header {
    padding: 10px 15px;
  }
  .fv {
    margin: 0 15px 20px;
    padding-top: 15px;
  }
  .fv .fv-slider .slick-track .slick-slide {
    width: calc(95vw - 30px);
  }
  .fv .fv-slider .slick-track .slick-slide:nth-child(2n) {
    margin-top: initial;
  }
  .fv .fv-slider:before {
    width: 114px;
    left: 77.9%;
    top: -28px;
  }
  .hamburger {
    display: block;
  }
  .ajimu-header .header-right_box {
    position: absolute;
  }
  .ajimu-header .header-right_box .header-right_bnr {
    display: none;
  }
  .header-right {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #fff;
    padding: 80px 20px;
    transition: 0.3s;
  }
  .header-right.is-open {
    right: 0;
  }
  .header-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  h2 {
    font-size: 22px;
  }
}
body {
  background: #fff;
}

.fix-orange-btn {
  display: none;
}

/* ==========================
フローティングバナー
========================== */
.floating_banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  width: min(200px, 80vw);
  transition: all 0.3s ease;
  opacity: 0;
}
.floating_banner.is-show {
  opacity: 1;
  pointer-events: auto;
}

.floating_banner a {
  display: block;
}

.floating_banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* 閉じるボタン */
.floating_banner_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #333;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

/* 非表示 */
.floating_banner.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

/* SP調整 */
@media screen and (max-width: 1024px) {
  .floating_banner {
    left: 20px;
    bottom: 20px;
    width: 30vw;
  }
}/*# sourceMappingURL=tourism-promotion.css.map */