@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
*/
/* =========================
MIXIN
========================= */
/* =========================
BASE RESET
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  display: block;
}

body {
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  background: #dfeff1;
  color: #333;
  line-height: 1.8;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  scroll-padding-top: 120px;
  font-family: "Noto Sans JP", sans-serif;
}

/* =========================
AJIMU LP
========================= */
.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;
}
.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 {
  text-align: right;
}
.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--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: #000;
  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 .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 .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 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ajimu-lp a {
  text-decoration: none;
  color: inherit;
}
.ajimu-lp .lp-section {
  padding: 50px 0;
}
.ajimu-lp .lp-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.ajimu-lp h2 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ajimu-lp .fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: 1.2s;
}
.ajimu-lp .fade-in.is-show {
  opacity: 1;
  transform: translateY(0);
}
.ajimu-lp .back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #2e8b7d;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 999;
}
.ajimu-lp .back-to-top.is-show {
  opacity: 1;
  pointer-events: auto;
}

/* =========================
FV / MAP / PIN / CARD / MODAL / GUIDE
========================= */
.header {
  width: 100%;
  background: #fff;
  padding: 20px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo {
  font-size: 34px;
  font-weight: bold;
  color: #0d5b58;
}

.nav {
  display: flex;
  gap: 30px;
}

.nav a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.fv {
  position: relative;
  overflow: hidden;
  background: #FDF9F0;
  padding: 80px 5%;
}
.fv-inner {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
  align-items: center;
}

.catch-copy {
  text-align: center;
}
.catch-copy .catch-title img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.catch-copy .catch-subtitle {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-size: 25px;
  font-weight: 600;
  color: #1cb0ca;
  letter-spacing: 0.05em;
}
.catch-copy .catch-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.map-area {
  position: relative;
  overflow: visible;
}

.map-note {
  position: absolute;
  right: -40px;
  bottom: -30px;
  width: 180px;
  z-index: 10;
}
.map-note img {
  width: 100%;
  height: auto;
  display: block;
}

.map-image {
  border-radius: 30px;
  overflow: hidden;
}

.pin {
  position: absolute;
  width: 58px;
  height: 58px;
  border: none;
  outline: none;
  background: #ff5b5b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease;
  z-index: 2;
  /* 下のしずく部分 */
}
.pin::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: #ff5b5b;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) translateY(-6%) rotate(45deg);
  border-radius: 0 0 6px 0;
  z-index: -1;
}
.pin {
  /* 白丸 */
}
.pin::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.pin span {
  position: relative;
  z-index: 2;
  color: #ff5b5b;
  font-size: 18px;
  font-weight: 800;
}
.pin:hover {
  transform: translateY(-6px) scale(1.08);
}

.footer {
  background: #0d7c78;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}
.footer .footer-logo {
  font-size: 25px;
  font-weight: bold;
}

/* 位置 */
.pin1 {
  top: 81%;
  left: 71%;
}

.pin2 {
  top: 87%;
  left: 68%;
}

.pin3 {
  top: 39%;
  left: 45%;
}

.pin4 {
  top: 36%;
  left: 39%;
}

.pin5 {
  top: 29%;
  left: 32%;
}

.pin6 {
  top: 11%;
  left: 18%;
}

.pin7 {
  top: 3%;
  left: 20%;
}

.pin8 {
  top: 5%;
  left: 16%;
}

.pin9 {
  top: 9%;
  left: 12%;
}

.pin10 {
  top: 13%;
  left: 10%;
}

.pin11 {
  top: 14%;
  left: 14%;
}

.pin12 {
  top: 13%;
  left: 36%;
}

.pin13 {
  top: 16%;
  left: 39%;
}

.pin14 {
  top: 19%;
  left: 43%;
}

.pin15 {
  top: 14%;
  left: 45%;
}

.pin16 {
  top: 13%;
  left: 50%;
}

.pin17 {
  top: 17%;
  left: 53%;
}

.pin18 {
  top: 9%;
  left: 54%;
}

.pin19 {
  top: 13%;
  left: 57%;
}

.pin20 {
  top: 19%;
  left: 57%;
}

.pin21 {
  top: 12%;
  left: 62%;
}

.pin22 {
  top: 15%;
  left: 67%;
}

.pin23 {
  top: 9%;
  left: 66%;
}

.pin24 {
  top: 10%;
  left: 72%;
}

.pin25 {
  top: 15%;
  left: 74%;
}

.pin26 {
  top: 11%;
  left: 78%;
}

.pin27 {
  top: 7%;
  left: 81%;
}

.pin28 {
  top: 16%;
  left: 80%;
}

.pin29 {
  top: 9%;
  left: 85%;
}

.pin30 {
  top: 14%;
  left: 85%;
}

.pin31 {
  top: 10%;
  left: 89%;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.section {
  padding: 100px 5%;
  background-color: #f7fbff;
}

.card {
  max-width: 1440px;
  margin: 0 auto 80px;
  background: #fff;
  border-radius: 30px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  position: relative;
}
@media (max-width: 768px) {
  .card {
    grid-template-columns: 1fr;
  }
}
.card h2 {
  color: #ff5b5b;
  font-size: 42px;
  margin-bottom: 20px;
}
.card p {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 30px;
}
.card .number {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  border: 4px solid #fff;
}
.card .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: var(--main-color);
}
.card .info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.card .info-item span:nth-of-type(1) {
  width: 80px;
  flex-shrink: 0;
  font-weight: 600;
  color: #666;
}
.card .info-item span:nth-of-type(2) {
  color: #222;
}
.card {
  /* LEFT */
}
.card .card-image .main-image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.card .card-image .main-image img {
  width: 100%;
  display: block;
}
.card .card-image .thumb-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.card .card-image .thumb-list .thumb {
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0.5;
  transition: 0.3s;
}
.card .card-image .thumb-list .thumb:hover {
  opacity: 1;
}
.card .card-image .thumb-list .thumb img {
  width: 100%;
  display: block;
}

/* ========================= MODAL ========================= */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal.active {
  display: flex;
}

.modal-content {
  width: min(90%, 800px);
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  animation: modalAnime 0.4s ease;
}

@keyframes modalAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-image {
  border-radius: 10px;
  overflow: hidden;
}

.close {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: none;
  background: #ff5b5b;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
}

.detail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  width: 350px;
  height: 80px;
  border-radius: 10px;
  background: #ff5b5b;
  color: #ffffff;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  transition: 0.3s;
}

.detail-btn:hover {
  transform: translateY(-5px);
}

.guide {
  padding: 80px 20px;
  background: #f7fbff;
}
.guide-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.guide-title {
  text-align: left;
  margin-bottom: 40px;
}
.guide-card {
  display: flex;
  gap: 30px;
  align-items: center;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.guide-image img {
  width: 700px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.guide-text h3 {
  margin-bottom: 10px;
  font-size: 3rem;
}
.guide-text h3 ruby {
  ruby-align: center;
}
.guide-text h3 rt {
  font-size: 0.5em;
  padding-bottom: 3px;
}

/* =========================
RESPONSIVE
========================= */
@media screen and (max-width: 769px) {
  /* ---------- HEADER ---------- */
  .ajimu-lp .ajimu-header {
    padding: 12px 16px;
  }
  .ajimu-lp .ajimu-header .header-inner {
    gap: 12px;
  }
  .ajimu-lp .ajimu-header .header-logo img {
    width: 70px;
  }
  .ajimu-lp .ajimu-header .header-nav {
    display: none;
  }
  .ajimu-lp .ajimu-header .hamburger {
    display: block;
  }
  /* ---------- FV ---------- */
  .fv {
    padding: 40px 20px 80px;
  }
  .fv-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .catch-copy .catch-title img {
    max-width: 280px;
    margin: 0 auto;
  }
  .catch-copy .catch-subtitle {
    font-size: 20px;
    line-height: 1.5;
  }
  .catch-copy .catch-text {
    margin-top: 14px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
  /* ---------- MAP ---------- */
  .map-note {
    width: 120px;
    right: -10px;
    bottom: -20px;
  }
  .map-image {
    border-radius: 20px;
  }
  .pin {
    width: 42px;
    height: 42px;
  }
  .pin::after {
    width: 18px;
    height: 18px;
    bottom: -5px;
  }
  .pin::before {
    width: 24px;
    height: 24px;
  }
  .pin span {
    font-size: 13px;
  }
  /* ---------- CARD ---------- */
  .section {
    padding: 60px 20px;
  }
  .card {
    padding: 24px;
    gap: 24px;
    border-radius: 20px;
  }
  .card h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .card p {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 20px;
  }
  .card .number {
    width: 52px;
    height: 52px;
    font-size: 22px;
    top: 14px;
    left: 14px;
  }
  .card .thumb-list {
    gap: 10px;
  }
  .card .info-item {
    gap: 8px;
  }
  .card .info-item span:nth-of-type(1) {
    width: 64px;
    font-size: 13px;
  }
  .card .info-item span:nth-of-type(2) {
    font-size: 13px;
  }
  /* ---------- MODAL ---------- */
  .modal-content {
    width: calc(100% - 30px);
    padding: 16px 16px 24px;
    border-radius: 20px;
  }
  .close {
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    font-size: 28px;
    z-index: 10000;
  }
  .detail-btn {
    width: 100%;
    height: 60px;
    font-size: 18px;
    margin-top: 20px;
  }
  /* ---------- GUIDE ---------- */
  .guide {
    padding: 60px 20px;
  }
  .guide-card {
    flex-direction: column;
    padding: 20px;
  }
  .guide-image {
    width: 100%;
  }
  .guide-image img {
    width: 100%;
  }
  .guide-text h3 {
    font-size: 2rem;
  }
  .guide-text p {
    font-size: 14px;
    line-height: 2;
  }
}
.fv-inner {
  display: grid;
  grid-template-columns: clamp(240px, 28vw, 410px) 1fr;
  gap: 60px;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .fv-inner {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 769px) {
  .fv-inner {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 464px) {
  .fv-inner {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 769px) {
  /* =========================
     FV LAYOUT
  ========================= */
  .fv {
    padding: 0px 16px 60px;
  }
  .fv-inner {
    grid-template-columns: 1fr; /* 縦並び */
    gap: 24px;
  }
  /* =========================
     LEFT COPY
  ========================= */
  .catch-copy .catch-title img {
    max-width: 600px;
    margin: 0 auto;
  }
  .catch-copy .catch-subtitle {
    font-size: 38px;
    line-height: 1.5;
  }
  .catch-copy .catch-text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
  /* =========================
     MAP AREA
  ========================= */
  .map-area {
    width: 100%;
    overflow: visible;
  }
  .map-image {
    border-radius: 16px;
  }
  .map-note {
    width: 165px;
    right: -51px;
    bottom: -42px;
  }
  /* =========================
     PIN（超重要）
  ========================= */
  .pin {
    width: clamp(34px, 9vw, 44px);
    height: clamp(34px, 9vw, 44px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }
  .pin span {
    font-size: clamp(11px, 3vw, 13px);
  }
  .pin::before {
    width: 24px;
    height: 24px;
  }
  .pin::after {
    width: 18px;
    height: 18px;
    bottom: -5px;
  }
  .pin:hover {
    transform: none; /* スマホはhover無効化 */
  }
  /* =========================
     CARD
  ========================= */
  .section {
    padding: 60px 16px;
  }
  .card {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
    border-radius: 18px;
  }
  .card h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .card p {
    font-size: 14px;
    line-height: 1.9;
  }
  .card .number {
    width: 48px;
    height: 48px;
    font-size: 20px;
    top: 12px;
    left: 12px;
    border-width: 3px;
  }
  /* =========================
     MODAL
  ========================= */
  .modal-content {
    width: calc(100% - 24px);
    padding: 16px;
    border-radius: 16px;
  }
  .close {
    width: 44px;
    height: 44px;
    font-size: 24px;
    top: 10px;
    right: 10px;
    /* ヘッダー被り完全回避 */
    position: fixed;
    z-index: 10001;
  }
  .detail-btn {
    width: 100%;
    height: 56px;
    font-size: 16px;
    margin-top: 16px;
  }
  /* =========================
     GUIDE
  ========================= */
  .guide {
    padding: 60px 16px;
  }
  .guide-card {
    flex-direction: column;
    padding: 18px;
    gap: 16px;
  }
  .guide-image img {
    width: 100%;
  }
  .guide-text h3 {
    font-size: 1.6rem;
  }
  .guide-text p {
    font-size: 14px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 769px) {
  .ajimu-header {
    padding: 10px 15px;
  }
  .hamburger {
    display: block;
  }
  .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;
  }
}/*# sourceMappingURL=kotee.css.map */