@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html, body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  line-height: 0;
}

html, body {
  overflow-x: hidden;
}

main, footer {
  line-height: 1.8;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, [id] {
  font-weight: normal;
  scroll-margin-top: 30px;
}

/* --------------------------------------------
 * 　基本幅
 * -------------------------------------------- */
.blContainer {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* --------------------------------------------
 * 　公園ページレイアウト（サイドバーあり）
 * -------------------------------------------- */
.pageContainer {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .pageContainer {
    display: block;
    margin-top: 30px;
  }
}
.pageContainer__main {
  flex: 1 1 880px;
  margin-right: 80px;
}
@media screen and (max-width: 1024px) {
  .pageContainer__main {
    display: 1 1 auto;
    margin-right: 0;
  }
}
.pageContainer__sidebar {
  flex: 1 0 240px;
}

/* --------------------------------------------
 * 　スライダー
 * -------------------------------------------- */
.parkHeader--slider {
  position: relative;
  overflow: hidden;
}
.parkHeader--slider .mvSlider {
  width: 100%;
  height: 400px;
}
.parkHeader--slider .mvSlider .swiper-wrapper {
  height: 100%;
}
.parkHeader--slider .mvSlider .swiper-slide {
  height: 100%;
}
.parkHeader--slider .mvSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.parkHeader--slider-top {
  height: 530px;
}
@media screen and (max-width: 767px) {
  .parkHeader--slider-top {
    height: 480px;
  }
}

.keyVisual__bottomWave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
}
.keyVisual__bottomWave img {
  display: block;
  width: 100%;
  transform: scaleX(1.0869565217);
  transform-origin: center;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.7;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #ff6600;
  opacity: 1;
}

/* --------------------------------------------
 * ▼▼ 写真切り替えギャラリー ▼▼
 * -------------------------------------------- */
.galleryBlock {
  margin-top: 30px;
  margin-bottom: 20px;
}

.main-image {
  position: relative;
}

.arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
}
.arrow.left {
  left: 10px;
}
.arrow.right {
  right: 10px;
}
.arrow:hover {
  background: rgb(255, 255, 255);
}

.main-image {
  position: relative;
}
.main-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.imageGallery .galleryThumb {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.imageGallery .galleryThumb.active {
  opacity: 1;
}
.imageGallery .galleryThumb:hover {
  opacity: 0.8;
}

/* --------------------------------------------
 * 　公園ページヘッダー
 * -------------------------------------------- */
.parkHeader {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .parkHeader {
    margin-top: 65px;
  }
}
.parkHeader__title {
  font-weight: bold;
  font-size: 1.625rem;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 1em 1.6em;
  border-radius: 1.5em;
  background: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .parkHeader__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .parkHeader__title {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}
.parkHeader .parkHeader__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

/* --------------------------------------------
 * 　公園ページ共通
 * -------------------------------------------- */
.blog-h3 {
  border-left: 7px solid #C7AC81;
  padding-left: 1em;
  font-size: 1.375rem;
  font-weight: bold;
  background: #fff7e7;
}
@media screen and (max-width: 1024px) {
  .blog-h3 {
    margin-bottom: 30px;
  }
}

.blog-h4 {
  position: relative;
  padding-left: 1.2em; /*アイコン分のスペース*/
  line-height: 1.4;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .blog-h4 {
    margin-bottom: 20px;
  }
}
.blog-h4::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c"; /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute; /*絶対位置*/
  font-size: 1em; /*サイズ*/
  left: 0; /*アイコンの位置*/
  top: 0; /*アイコンの位置*/
  color: #5ab9ff; /*アイコン色*/
  font-weight: 900;
}

.facilities__category {
  list-style: none;
}
.facilities__item {
  margin-top: 40px;
}

.listReset {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.fontBold {
  font-weight: bold;
}

.note-list {
  list-style: none;
  font-size: 1rem;
}

/* --------------------------------------------
 * 　公園の特徴
 * -------------------------------------------- */
.pageContainer__section {
  padding-top: 0;
  padding-bottom: 60px;
}
.pageContainer__heading {
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 2.5px rgb(185, 181, 181);
}
@media screen and (max-width: 1024px) {
  .pageContainer__heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pageContainer__heading {
    font-size: 1.5rem;
  }
}
.pageContainer__articleMetas {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pageContainer__articleMetas {
    margin-bottom: 30px;
  }
}

.pageDescription__list {
  margin-bottom: 1.5em;
  list-style: none;
  margin-left: 1em;
}
.pageDescription__item {
  font-weight: bold;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.5em;
}
.pageDescription__item::before {
  content: "\f0a4";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  color: #64C5F2;
  position: absolute;
  left: 0;
  font-size: 1em;
}
.pageDescription__item:last-child {
  margin-bottom: 0;
}

.articleMetas {
  display: flex;
  font-size: 0.875rem;
  list-style: none;
  flex-wrap: wrap;
}
.articleMetas__item {
  margin-right: 1em;
  color: rgb(124, 123, 123);
}
@media screen and (max-width: 767px) {
  .articleMetas__item {
    margin-top: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  .articleMetas__date {
    display: block;
    margin-top: 0;
    margin-right: 0;
  }
}

/* --------------------------------------------
 * 　目次
 * -------------------------------------------- */
.toc {
  margin-top: 40px;
  padding: 0 70px;
}
@media screen and (max-width: 767px) {
  .toc {
    padding: 0;
  }
}
.toc__list {
  list-style-position: inside;
}
.toc__listHeading {
  margin-bottom: 1em;
}
.toc__listHeading a:hover {
  text-decoration: underline;
}
.toc__link--bold {
  font-weight: bold;
}
.toc__inner {
  padding: 30px;
  border: 3px solid #64C5F2;
}
.toc__heading {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgb(185, 181, 181);
}
.toc__minList {
  list-style: none;
  padding-left: 20px;
}
.toc__item {
  position: relative;
  padding-left: 1.2em;
}
.toc__item::before {
  content: "└ ";
  position: absolute;
  left: 0;
  color: #555;
  font-size: 0.9em;
}

/* --------------------------------------------
 * 　記事レイアウト
 * -------------------------------------------- */
.articleSection__heading {
  font-size: 1.75rem;
  font-weight: bold;
  position: relative; /* 子要素（::before）を絶対配置するため */
  padding-left: 1.2em; /* 青ラインと文字の間隔を調整 */
}
@media screen and (max-width: 767px) {
  .articleSection__heading {
    margin-bottom: 20px;
  }
}
.articleSection__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%); /* 縦方向中央揃え */
  width: 1em; /* 青ラインの太さ */
  height: 2px; /* 青ラインの長さ（タイトルの高さに合わせる） */
  background-color: #64C5F2; /* 青色 */
}

/* --------------------------------------------
 * 　公園の場所
 * -------------------------------------------- */
.aspectRatio-16x9 {
  position: relative;
  margin-bottom: 30px;
}
.aspectRatio-16x9::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.aspectRatio-16x9__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aspectRatio-16x9__inner iframe, .aspectRatio-16x9__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------------
 * 　公園マップ
 * -------------------------------------------- */
.parkMap__table {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .parkMap__table {
    margin-bottom: 0;
  }
}

/* --------------------------------------------
 * 　ドッグランのコンテンツブロック
 * -------------------------------------------- */
.dogrun .note-list {
  background: #fff7e7;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.dogrun .photoCards {
  margin-top: 30px;
}

/* --------------------------------------------
 * 　サイドバーのコンテンツブロック
 * -------------------------------------------- */
.sidebar__block {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .sidebar__block {
    margin-bottom: 40px;
  }
}

.sidebarBlock {
  border: 2px solid #C7AC81;
  border-radius: 10px;
  padding: 25px;
}
.sidebarBlock__heading {
  font-weight: bold;
  padding: 5px 10px 3px 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #0b6f01;
  border-bottom: 1px solid #C7AC81;
  background: #fff7e7;
}
.sidebarBlock__heading i {
  margin-right: 5px;
}
.sidebarBlock__item {
  margin-bottom: 15px;
  font-size: 1rem;
  list-style: none;
  border-bottom: 1px dotted #C7AC81;
}
.sidebarBlock__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.sidebarBlock__link {
  display: block;
  transition: color 0.3s ease;
}
.sidebarBlock__link:hover {
  color: rgba(51, 51, 51, 0.5); /* 文字色を70%の不透明度に */
  background: rgb(238, 238, 238);
}

/* --------------------------------------------
 * 　サポートクラス
 * -------------------------------------------- */
.mb-20 {
  margin-bottom: -20px;
}

.mb30 {
  margin-bottom: 30px;
}

.only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: inline;
  }
}

.only-pc-inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .only-pc-inline {
    display: none;
  }
}

.only-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

/* --------------------------------------------
 * 　パンクズ
 * -------------------------------------------- */
.breadcrumb {
  display: flex;
  list-style: none;
  font-size: 0.8125rem;
}
.breadcrumb__item::after {
  content: ">";
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}

/* --------------------------------------------
 * 　見出し
 * -------------------------------------------- */
.heading {
  padding-bottom: 0.25em;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .heading {
    margin-bottom: 30px;
  }
}
.heading__subText {
  font-size: 0.875rem;
  color: #64C5F2;
}
.sportsBlock .heading__subText {
  color: #FDF681;
}
.heading__mainText {
  display: inline-block;
  border-bottom: 1px dashed #64C5F2;
  font-size: 1.75rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .heading__mainText {
    font-size: 1.5rem;
  }
}
.sportsBlock .heading__mainText {
  color: #fff;
  border-color: #fff;
}
.heading__mainText::after {
  content: "";
  width: 16px;
  height: 18px;
  position: absolute;
  top: -10px;
  right: -14px;
  background-color: #64C5F2;
  mask-image: url("../img/heading_line.svg");
  -webkit-mask-image: url("../img/heading_line.svg");
}
.sportsBlock .heading__mainText::after {
  background-color: #FDF681;
}

.heading_center {
  text-align: center;
}

/* --------------------------------------------
 * 　セクション共通
 * -------------------------------------------- */
.textCenter {
  text-align: center;
}

.contentBlock {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contentBlock {
    margin-bottom: 40px;
  }
}
.contentBlock__layout {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contentBlock__layout {
    flex-direction: column-reverse;
  }
}
.contentBlock:last-of-type {
  margin-bottom: 0;
}
.contentBlock__textArea {
  flex: 1 1 50%;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .contentBlock__textArea {
    flex: 1 1 auto;
    margin-right: 0;
  }
}
.contentBlock__imgArea {
  flex: 1 1 calc(50% - 40px);
}
@media screen and (max-width: 767px) {
  .contentBlock__imgArea {
    flex: 1 1 auto;
    margin-bottom: 30px;
  }
}
.contentBlock__heading {
  font-size: 1.625rem;
  color: #64C5F2;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #64C5F2;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contentBlock__heading {
    font-size: 1.375rem;
    line-height: 1.5;
    text-align: center;
  }
}
.sportsBlock .contentBlock__heading {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.contentBlock__text:last-of-type {
  margin-bottom: 0.5em;
}
.sportsBlock .contentBlock__text {
  color: #fff;
}
.contentBlock__labels {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.contentBlock__label {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* --------------------------------------------
 * 　角丸トリミング
 * -------------------------------------------- */
.trimRounded {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .trimRounded {
    border-radius: 5px;
  }
}

/* --------------------------------------------
 * 　ラベル
 * -------------------------------------------- */
.label {
  display: inline-block;
  padding: 0.2em 0.5em 0.1em;
  color: #fff;
  background: #EF7B1A;
  border-radius: 3px;
  white-space: nowrap;
}

.aria__label {
  font-size: 0.625rem;
  background: #0b6f01;
  margin-right: 10px;
}

.aria__label--underConstruction {
  background: rgb(124, 123, 123);
}

.taglabel {
  display: inline-block;
  padding: 0.05em 0.5em 0.05em;
  color: #fff;
  background: #64C5F2;
  border-radius: 3px;
  white-space: nowrap;
}

/* --------------------------------------------
 * 　外部リンク（発リンク）
 * -------------------------------------------- */
.externalLink {
  color: #808080; /* 通常のテキストと同じ色 */
  text-decoration: none; /* 下線を削除 */
  transition: color 0.2s ease, -webkit-text-decoration 0.2s ease;
  transition: color 0.2s ease, text-decoration 0.2s ease;
  transition: color 0.2s ease, text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.externalLink:hover {
  color: #0073e6;
  text-decoration: underline;
}
.sportsBlock .externalLink {
  color: #fff;
}
.sportsBlock .externalLink:hover {
  color: #FDF681;
}

.externalLink_colorMediumvioletred {
  color: Mediumvioletred;
}

.telLink {
  color: Mediumvioletred; /* MediumVioletRedに近い色 */
}
.telLink:hover {
  color: #0073e6;
  text-decoration: underline;
}

.noMargin {
  margin-bottom: 0 !important;
}

/* --------------------------------------------
 * 　カード
 * -------------------------------------------- */
.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* アイテム間の間隔 */
}
@media screen and (max-width: 767px) {
  .cards {
    display: block;
  }
}

.cards--col3 .card__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .cards--col3 .card__item {
    width: auto;
    margin-bottom: 30px;
  }
  .cards--col3 .card__item:last-child {
    margin-bottom: 0;
  }
}

.card {
  display: flex;
  flex-direction: column;
  list-style: none;
  background: url("../img/cardBackground.jpg") no-repeat;
  padding: 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .card {
    background-size: cover;
  }
}
.card__inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.7); /* 白 + 透明度30% */
}
.card__heading {
  font-size: 1.625rem;
  color: #0b6f01;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #333;
}
.card__heading i {
  margin-right: 5px;
}
.card__list {
  list-style: none;
  font-size: 1.25em;
  color: #333;
}
.card__list > *:last-of-type :last-child {
  margin-bottom: 0;
}
.card__liItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5em;
}
.card__link {
  display: inline-block;
  transition: color 0.3s ease;
}
.card__link:hover {
  color: rgba(51, 51, 51, 0.5); /* 文字色を70%の不透明度に */
  text-decoration: underline;
}
.card__title-junbi {
  font-size: 1rem;
  text-align: left;
}

/* --------------------------------------------
 * 　テーブル
 * -------------------------------------------- */
.horizontalTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.horizontalTable__row {
  border: 1px solid #C7AC81;
}
.horizontalTable__subHeading {
  margin-bottom: 10px;
  font-weight: bold;
}
.horizontalTable__header {
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  background: #EED6A8;
  color: #333;
  padding: 1em 1.25em;
}
@media screen and (max-width: 767px) {
  .horizontalTable__header {
    display: block;
    padding: 0.5em 0;
  }
}
.horizontalTable__data {
  width: 100%;
  padding: 1em 1.25em;
}
@media screen and (max-width: 767px) {
  .horizontalTable__data {
    display: block;
  }
}
.horizontalTable__data i {
  color: #AF9772;
  font-size: 1.5em;
}
.horizontalTable__textArea {
  margin-bottom: 30px;
}
.horizontalTable__borderLine {
  border-bottom: 2px dotted rgb(124, 123, 123);
  padding-top: 1em;
  padding-bottom: 1em;
}
.horizontalTable__borderLine:first-child {
  padding-top: 0;
}
.horizontalTable__borderLine:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.horizontalTable__title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.horizontalTable__note {
  display: block;
  font-size: 0.875rem;
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
  hanging-punctuation: first;
}

/* --------------------------------------------
 * 　テーブル内のカード（photoCard）
 * -------------------------------------------- */
.photoCards {
  display: flex;
  flex-wrap: wrap;
}

.photoCards_col2 .photoCards__item {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
.photoCards_col2 .photoCards__item:nth-child(2n) {
  margin-right: 0;
  margin-bottom: 30px;
}
.photoCards_col2 .photoCards__item:last-child {
  margin-bottom: 0;
}

.photoCards_col3 .photoCards__item {
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 30px;
}
.photoCards_col3 .photoCards__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .photoCards_col3 .photoCards__item:nth-child(3n) {
    margin-right: 10px;
  }
}
.photoCards_col3 .photoCards__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .photoCards_col3 .photoCards__item {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .photoCards_col3 .photoCards__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .photoCards_col3 .photoCards__item:last-child {
    margin-bottom: 0;
  }
}

.photoCards_col4 .photoCards__item {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
}
.photoCards_col4 .photoCards__item:nth-child(4n) {
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .photoCards_col4 .photoCards__item:nth-child(4n) {
    margin-bottom: 15px;
  }
}
.photoCards_col4 .photoCards__item:last-child {
  margin-bottom: 0;
}

.photoCard {
  list-style: none;
}
.photoCard__imgWrapper {
  margin-bottom: 10px;
  position: relative;
  max-width: 100%;
}
.photoCard__imgWrapper::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.photoCard__img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.photoCard__description {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .photoCard__description {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}

/* --------------------------------------------
 * 　フェードアニメーション（画像切り替え用）
 * -------------------------------------------- */
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------------------------------
 * 　ヘッダー
 * -------------------------------------------- */
.header {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 65px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    z-index: 9997;
    background: #fff;
  }
}
.header__title {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .header__title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header__pcMenu {
    display: none;
  }
}
.header__spMenu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header__spMenu {
    display: block;
  }
}

.siteTitle__tagLine {
  font-size: 0.6875rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .siteTitle__logo {
    display: inline-block;
    width: 160px;
  }
}

.mainMenu__list {
  display: flex;
  padding-right: 60px;
}
.mainMenu__item {
  display: flex; /* 疑似要素とテキストを横並び */
  align-items: center; /* 疑似要素とテキストを上下中央揃え */
  margin-right: 13px;
  text-align: center;
  font-size: 0.9375rem;
}
.mainMenu__item::before {
  content: "●";
  color: #FDF681;
  font-size: 0.7375rem;
  margin-right: 5px;
}

/* --------------------------------------------
* 　スマホメニュー
* -------------------------------------------- */
.spMenu__toggle {
  position: absolute;
  top: -200px;
}
.spMenu__toggle:checked ~ .spMenu__wrapper {
  display: block;
}
.spMenu__toggle:focus-visible ~ .spMenu__hamburger {
  box-shadow: 1px 1px 2px gray;
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgerLine {
  background: transparent;
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgerLine::before {
  top: 50%;
  transform: rotate(45deg);
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgerLine::after {
  top: 50%;
  transform: rotate(-45deg);
}
.spMenu__hamburger {
  width: 42px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 40px;
}
@media screen and (max-width: 767px) {
  .spMenu__hamburger {
    right: 20px;
  }
}
.spMenu__hamburgerLine {
  display: block;
  width: 42px;
  height: 2px;
  background: #64C5F2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.spMenu__hamburgerLine::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 2px;
  background: #64C5F2;
}
.spMenu__hamburgerLine::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #64C5F2;
}
.spMenu__wrapper {
  display: none;
  overflow-y: scroll;
  height: calc(100vh - 65px);
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 25px 4%;
  background: #e9f7fe;
}

.mainSpMenu__list {
  margin-bottom: 50px;
}
.mainSpMenu__item {
  border-bottom: 1px dotted #64C5F2;
}
.mainSpMenu__link {
  display: block;
  padding: 0.8em 3px;
}

.subSpMenu__contact {
  display: block;
  color: #fff;
  text-align: center;
  background: #EF7B1A;
  padding: 0.8em 0 0.6em;
  border-radius: 3px;
}

/* --------------------------------------------
* 　main
* -------------------------------------------- */
@media screen and (max-width: 1200px) {
  .toppageMain {
    margin-top: 65px;
  }
}

/* --------------------------------------------
* 　キービジュアル
* -------------------------------------------- */
.topKeyVisual {
  width: 100%;
  overflow: hidden;
}
.topKeyVisual__img {
  height: 80vh;
}
@media screen and (max-width: 1024px) {
  .topKeyVisual__img {
    height: 70vh;
  }
}
@media screen and (max-width: 767px) {
  .topKeyVisual__img {
    height: 60vh;
  }
}
.topKeyVisual__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.keyVisual {
  width: 100%;
  position: relative;
}
.keyVisual .mvSlider {
  position: absolute;
  height: 530px;
}
.keyVisual__inner {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1200px;
  position: absolute;
  z-index: 51;
  display: flex;
  align-items: center;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .keyVisual__inner {
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__textArea {
    margin-right: 0;
  }
}
.keyVisual__catch {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  margin-left: 20px;
  line-height: 1.7;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  .keyVisual__catch {
    font-size: 2.25rem;
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__catch {
    font-size: 1.5rem;
    margin-top: 3em;
    margin-left: 0;
  }
}
.keyVisual__catch span {
  color: #FDF681;
}
.keyVisual__imgArea {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  margin-right: 50px;
  margin-left: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .keyVisual__imgArea {
    align-items: center;
    margin-right: 0;
    margin-left: 0;
    height: 190px;
  }
}
.keyVisual__imgArea img {
  height: 50%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .keyVisual__imgArea img {
    height: 90%;
  }
}
.keyVisual__bottomWave img {
  width: 100%;
  display: block;
}

/* --------------------------------------------
* 　お問合せバナー
* -------------------------------------------- */
.contactBanner {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  padding: 15px 25px;
  background: #FDF681;
  text-align: center;
  font-size: 0.8375rem;
  line-height: 1.2;
  border-radius: 0 0 0 25px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .contactBanner {
    display: flex;
    top: unset;
    bottom: 0;
    padding: 7px 0;
    height: auto;
    font-size: 1rem;
    width: 100%;
    border-radius: 0;
    box-sizing: unset;
    justify-content: center;
    height: 40px;
  }
}
.contactBanner__imgArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media screen and (max-width: 767px) {
  .contactBanner__imgArea {
    flex-direction: row;
  }
}
.contactBanner__imgArea img {
  width: 40px;
  height: auto;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .contactBanner__imgArea img {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.contactBanner__imgArea p {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .contactBanner__imgArea p {
    font-size: 1.125rem;
  }
}

/* --------------------------------------------
 * 　お知らせ
 * -------------------------------------------- */
.newsBlock {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.newsList {
  list-style: none;
  max-width: 800px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .newsList {
    width: 100%;
  }
}
.newsList__item {
  margin-bottom: 30px;
}
.newsList__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .newsList__item {
    margin-bottom: 20px;
  }
}
.newsList__link {
  display: flex;
  align-items: center;
  padding: 0.75em 1em 0.75em 2em;
  background: #FDF681;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .newsList__link {
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 1em;
  }
}
.newsList__link:hover .newsList__title {
  text-decoration: underline;
}
.newsList__date {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .newsList__date {
    margin-right: 10px;
  }
}
.newsList__label {
  font-size: 0.7375rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .newsList__label {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .newsList__title {
    width: 100%;
  }
}

/* --------------------------------------------
 * 　公園を探す
 * -------------------------------------------- */
.parkSearch {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* --------------------------------------------
 * 　ドッグランのある公園
 * -------------------------------------------- */
.dogRunBlock {
  background: #FDF681;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* --------------------------------------------
 * 　福岡のスポーツが楽しめる公園
 * -------------------------------------------- */
.sportsBlock {
  background: #64C5F2;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* --------------------------------------------
 * 　フッター
 * -------------------------------------------- */
.footer {
  padding-top: 70px;
  padding-bottom: 40px;
  background: #FFFEF0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 50px;
  }
}
.footer__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer__content {
  max-width: 310px;
}
.footer__title {
  width: 250px;
}
.footer__title .siteTitle__tagLine {
  font-size: 0.9125rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .footer__title .siteTitle__tagLine {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__title .siteTitle__logo {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .footer__title {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__description {
  font-size: 0.875rem;
  line-height: 2;
  opacity: 0.8;
  margin-top: 10px;
}
.footer__menu {
  flex-grow: 1;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    text-align: left;
  }
}
.footer__navList {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer__navList {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.footer__navItem {
  display: flex;
  flex-direction: column;
}
.footer__navLink {
  font-weight: bold;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s;
}
.footer__navLink:hover {
  opacity: 0.7;
}
.footer__menuLabel {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
.footer__menuLabel::before {
  content: "●";
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.5em;
  color: #64C5F2;
}
@media screen and (max-width: 767px) {
  .footer__menuLabel::before {
    margin-left: 0;
  }
}
.footer__navItem span {
  font-size: 0.75rem;
  font-weight: normal;
  color: #666;
  line-height: 1.2;
}
.footer__copyright {
  text-align: center;
  font-size: 0.75rem;
  margin-top: 40px;
  opacity: 0.8;
}

/* --------------------------------------------
 * 　ボタン
 * -------------------------------------------- */
.buttonIneer {
  width: 100%;
  text-align: center;
}

.button {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background: #EF7B1A;
  color: #fff;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  border-radius: 5px;
  transition: 0.25s;
}

.button:focus,
.button:hover {
  background: #fff;
  border-color: currentColor;
  color: #EF7B1A;
  box-shadow: none;
  transform: translateY(2px);
}
/*# sourceMappingURL=style.css.map */