@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: "Zen Maru Gothic", sans-serif;
}

html {
  /*ヘッダーを固定時のページ内リンクズレ防止*/
  scroll-padding-top: 120px;
  font-family: "Zen Maru Gothic", 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: 1440px;
  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);
}

/* ボタン */
.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;
}

.munyamu-story {
  background: #F8F4EB;
  color: #333;
}
.munyamu-story .story-fv {
  position: relative;
  overflow: hidden;
  background: #f8f4eb;
  padding: 80px 0 100px;
}
.munyamu-story .story-fv__inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.munyamu-story .story-fv__image {
  position: relative;
  margin: 0;
}
.munyamu-story .story-fv__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}
.munyamu-story .story-fv__title {
  position: absolute;
  top: 40%;
  left: 8%;
  z-index: 2;
  color: #5f4635;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Zen Maru Gothic", sans-serif;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.munyamu-story .story-fv__title span {
  display: block;
  margin-top: 0.2em;
  font-size: 1.4em;
}
.munyamu-story .story-fv__lead {
  position: absolute;
  top: 60%;
  left: 9%;
  z-index: 2;
  border-radius: 999px;
  color: #5f4635;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1rem, 1.6vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
.munyamu-story .story-fv__scroll {
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  color: #8d7868;
  font-size: 0.85rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.munyamu-story .story-fv__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  margin: 12px auto 0;
  background: #8d7868;
}
.munyamu-story .story-birth {
  position: relative;
}
.munyamu-story .story-birth .lp-inner {
  max-width: 1100px;
  display: block;
}
.munyamu-story .story-birth__title {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #5f4635;
}
.munyamu-story .story-birth__lead {
  max-width: 700px;
  margin: 0 auto 50px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.munyamu-story .story-birth__image {
  margin-bottom: 60px;
}
.munyamu-story .story-birth__image img {
  width: 70%;
  display: block;
  border-radius: 32px;
}
.munyamu-story .story-birth__text {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.munyamu-story .story-birth__text p + p {
  margin-top: 32px;
}
.munyamu-story .story-section {
  margin: 120px;
}
.munyamu-story .story-section__inner {
  display: flex;
  align-items: center;
  gap: 80px;
}
.munyamu-story .story-section__main {
  flex: 0 0 48%;
}
.munyamu-story .story-section__main img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  display: block;
}
.munyamu-story .story-section__content {
  flex: 1;
}
.munyamu-story .story-section.is-reverse .story-section__inner {
  flex-direction: row-reverse;
}

.story-divider {
  margin-top: 3rem;
}
.story-divider img {
  width: 120px;
}

/* CTA */
.story-cta {
  position: relative;
  overflow: hidden;
  padding: 50px;
  background: #ffffff;
  text-align: center;
}
.story-cta__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.story-cta__bg img {
  position: absolute;
  opacity: 0.1;
}
.story-cta__bg .bg-left {
  width: 220px;
  left: -30px;
  top: 40px;
}
.story-cta__bg .bg-right {
  width: 220px;
  right: -30px;
  bottom: 40px;
}
.story-cta .lp-inner {
  position: relative;
  z-index: 2;
}
.story-cta__image {
  margin: 0 auto 3rem;
}
.story-cta__image img {
  width: min(320px, 70%);
  display: block;
  margin: auto;
}
.story-cta h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #5D4638;
  flex-direction: column;
  align-items: center;
}
.story-cta p {
  margin-bottom: 3rem;
  line-height: 2;
  color: #6b5444;
  font-family: "Zen Maru Gothic", sans-serif;
}
.story-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 48px;
  border-radius: 999px;
  background: #7A3B4A;
  color: #fff !important;
  text-decoration: none;
  transition: 0.3s;
}
.story-cta__button:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.story-next {
  text-align: center;
  padding: 50px 0;
}
.story-next__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}
.story-next__text {
  margin-bottom: 1.5rem;
  line-height: 2;
  color: #6b5444;
  font-family: "Zen Maru Gothic", sans-serif;
}
.story-next__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.story-next__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 48px;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.3s;
}
.story-next__button--next {
  background: #2e8b7d;
  color: #fff !important;
}
.story-next__button--prev {
  background: transparent;
  border: 2px solid #2e8b7d;
  color: #2e8b7d !important;
}
.story-next__button:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
.story-next__button--prev:hover {
  background: #2e8b7d;
  color: #fff !important;
}

/* ======================
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) {
  .story-section {
    margin: 0;
    padding: 0;
  }
  .story-section__inner {
    display: flex;
    flex-direction: column !important;
    gap: 32px;
    align-items: center;
  }
  .story-section__main {
    width: 100%;
    max-width: 100%;
    flex: none;
  }
  .story-section__main img {
    width: 100%;
    border-radius: 24px;
  }
  .story-section__content {
    width: 100%;
    text-align: center;
  }
  .story-section__title {
    justify-content: center;
    margin-bottom: 24px;
    font-size: 28px;
  }
  .story-section__text p {
    line-height: 2;
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  /* ======================
     Header
  ====================== */
  .ajimu-header {
    padding: 10px 15px;
  }
  .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;
  }
  /* ======================
     Story
  ====================== */
  .munyamu-story .story-fv {
    padding: 30px 0 70px;
  }
  .munyamu-story .story-fv .lp-inner {
    padding: 0;
  }
  .munyamu-story .story-fv__image img {
    min-height: 420px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0;
  }
  .munyamu-story .story-fv__title {
    top: 50px;
    left: 24px;
    font-size: 36px;
  }
  .munyamu-story .story-fv__lead {
    left: 24px;
    bottom: 70px;
    top: auto;
    font-size: 18px;
  }
  .munyamu-story .story-section {
    margin: 80px 0;
    padding: 0 20px;
  }
  .munyamu-story .story-section__inner {
    flex-direction: column !important;
    gap: 30px;
  }
  .munyamu-story .story-section__main {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }
  .munyamu-story .story-section__content {
    text-align: center;
  }
  .munyamu-story .story-section__title {
    display: block;
    text-align: center;
    font-size: 28px;
  }
  .munyamu-story .story-section__text p {
    font-size: 16px;
    line-height: 2;
  }
  .munyamu-story .story-birth {
    padding: 0 20px;
  }
  .munyamu-story .story-birth__image {
    margin: 35px 0;
  }
  .munyamu-story .story-birth__image img {
    border-radius: 24px;
  }
  .munyamu-story .story-birth__text p {
    font-size: 16px;
    line-height: 2;
  }
  .munyamu-story .story-cta {
    padding: 70px 20px;
  }
  .munyamu-story .story-cta__image img {
    width: 220px;
  }
  .munyamu-story .story-cta h2 {
    font-size: 30px;
  }
  .munyamu-story .story-cta p {
    font-size: 16px;
  }
  .munyamu-story .story-cta__button {
    width: 100%;
    max-width: 320px;
  }
  .munyamu-story .story-next {
    padding: 0 20px 80px;
  }
  .munyamu-story .story-next__buttons {
    flex-direction: column;
    gap: 16px;
  }
  .munyamu-story .story-next__button {
    width: 100%;
    max-width: 320px;
  }
  .munyamu-story .story-gallery {
    padding: 80px 20px;
  }
  .munyamu-story .story-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
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=munyamu.css.map */