@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;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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: 80px;
}
@media screen and (max-width: 1024px) {
  .pageContainer {
    display: block;
    margin-top: 50px;
  }
}
.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;
}

/* --------------------------------------------
 * 　県ページ（prefecture）||テンプレート
 * -------------------------------------------- */
/* --------------------------------------------
* 　テストギャラリー問題
* -------------------------------------------- */
/* --------------------------------------------
 * 　公園ページヘッダー
 * -------------------------------------------- */
.parkHeader {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 10px;
}
.parkHeader__title {
  font-weight: bold;
  font-size: 1.625rem;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 0.75em 2em;
  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%);
}

/* --------------------------------------------
 * 　公園ページ共通
 * -------------------------------------------- */
.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; /* 青色 */
}
.articleSection__subHeading {
  border-left: 7px solid #C7AC81;
  padding-left: 1em;
  font-size: 1.375rem;
  font-weight: bold;
  background: #fff7e7;
  margin: 40px 0px;
}
.articleSection__minorHeading {
  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) {
  .articleSection__minorHeading {
    margin-bottom: 20px;
  }
}
.articleSection__minorHeading::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;
}

.highlight-list {
  background: #fff7e7;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.annotation {
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
  hanging-punctuation: first;
}

/* --------------------------------------------
 * 　公園の特徴
 * -------------------------------------------- */
.pageContainer__section {
  padding-top: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pageContainer__section {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.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: 1.5em 0;
  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;
  }
}

/* =========================================
   目次：h2は番号、h3以降は「└」記号
   ========================================= */
.toc {
  padding: 0 70px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .toc {
    padding: 0;
  }
}
.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__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  /* --- h2レベル（数字） --- */
  /* --- h3レベル（└） --- */
  /* --- h4レベル（・） --- */
}
.toc__list li {
  margin: 0.4em 0;
}
.toc__list .toc__level2 {
  list-style: decimal;
  list-style-position: inside;
  font-weight: 600;
}
.toc__list .toc__level3 {
  list-style: none;
  position: relative;
  margin-left: 1.5em;
  padding-left: 1.2em;
}
.toc__list .toc__level3::before {
  content: "└ ";
  position: absolute;
  left: 0;
  color: #555;
}
.toc__list .toc__level4 {
  list-style: none;
  position: relative;
  margin-left: 2.5em;
  padding-left: 1.2em;
}
.toc__list .toc__level4::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #999;
}
.toc__list a {
  text-decoration: none;
  color: #333;
}
.toc__list a:hover {
  color: #0078d7;
}

/* --------------------------------------------
 * 　記事レイアウト
 * -------------------------------------------- */
/* --------------------------------------------
 * 　公園の場所
 * -------------------------------------------- */
.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;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .parkMap__table {
    margin-bottom: 30px;
  }
}

/* --------------------------------------------
 * 　ドッグランのコンテンツブロック
 * -------------------------------------------- */
.dogrun .photoCards {
  margin-top: 30px;
}

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

.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: 1rem;
  color: #0b6f01;
  border-bottom: 1px solid #C7AC81;
  background: #fff7e7;
}
.sidebarBlock__heading i {
  margin-right: 5px;
}
.sidebarBlock__grid {
  display: grid;
  font-size: 0.875rem;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .sidebarBlock__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.sidebarBlock__grid li a {
  display: block;
  border: 1px solid #C7AC81;
  border-radius: 6px;
  text-align: center;
  padding: 4px 0;
  text-decoration: none;
  transition: background 0.2s;
}
.sidebarBlock__grid li a:hover {
  background: #e6f5ff;
}
.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);
}

p.category_note {
  padding: 0.8em;
  text-align: center;
  background: #ffe6f2;
  margin-bottom: 40px;
}

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

.mb-20 {
  margin-bottom: -20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb15em {
  margin-bottom: 1.5em;
}

.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;
  }
}

#dogrun, #sports {
  scroll-margin-top: 80px;
}

/* --------------------------------------------
 * 　パンクズ
 * -------------------------------------------- */
.breadcrumb {
  color: #333;
  /* レイアウト */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  /* ★ 高さが潰れないように明示 */
  line-height: 1.6;
  padding: 6px 0;
  /* flex は使わない */
  display: block;
  font-size: 0.8125rem;
}
.breadcrumb a,
.breadcrumb span {
  font-size: inherit;
  white-space: nowrap;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.topPageMain .breadcrumb {
  position: relative;
  top: 75px;
}

/* --------------------------------------------
 * 　カテゴリー
 * -------------------------------------------- */
.selected_category {
  color: #333;
  font-size: 0.8125rem;
}

/* --------------------------------------------
 * 　見出し
 * -------------------------------------------- */
.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: 1em;
  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__liItem a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .card__liItem a:hover, .card__liItem a:focus-visible {
    color: #1e88e5;
    text-decoration: underline;
  }
}
@media (hover: none) and (pointer: coarse) {
  .card__liItem a:active {
    color: #1e88e5;
    background-color: rgba(30, 136, 229, 0.08);
  }
}
.card__liItem__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__header br {
    display: none;
  }
}
.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 {
  height: 2px;
  border-bottom: 2px dotted rgb(124, 123, 123);
  margin-top: 1em;
  margin-bottom: 1em;
}
.horizontalTable__borderLine:first-child {
  margin-top: 0;
}
.horizontalTable__borderLine:last-child {
  border-bottom: none;
  margin-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% - 30px) / 3);
  margin-right: 15px;
  margin-bottom: 40px;
}
.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: 15px;
  }
}
.photoCards_col3 .photoCards__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .photoCards_col3 .photoCards__item {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    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%;
  overflow: hidden;
  /* 半透明追加 */
}
.photoCard__imgWrapper::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.photoCard__imgWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0); /* 初期は透明 */
  transition: background 0.4s ease;
  z-index: 1; /* 画像より上に表示 */
}
.photoCard__imgWrapper:hover::after {
  background: rgba(255, 255, 255, 0.4); /* ホバー時に少し白く明るく */
}
.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;
  transition: transform 0.4s ease; /* スムーズなアニメーション */
  z-index: 0;
}
.photoCard__heading {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}
.photoCard__text {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #333;
}
.photoCard__description {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .photoCard__description {
    line-height: 1.2;
  }
}

.photoCard__imgWrapper:hover .photoCard__img {
  transform: scale(1.05);
}

.photoCard__imgWrapper::after {
  pointer-events: none;
}

/* ホバー時にアンダーライン */
.photoCard__heading a {
  color: inherit;
  text-decoration: none;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}

.photoCard__heading a:hover {
  text-decoration: underline;
}

/* 仕様テーブル内ギャラリー（静的表示用） */
.specs__gallery .photoCard__img {
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
}

/* hover時のエフェクトも完全無効化 */
.specs__gallery .photoCard__imgWrapper:hover .photoCard__img {
  transform: none !important;
  opacity: 1 !important;
}

.specs__gallery .photoCard__imgWrapper::after {
  display: none !important;
}

/* --------------------------------------------
 * 　区ページ
 * -------------------------------------------- */
.ward-list .term-desc {
  text-align: center;
}

.ward-list .card__list {
  display: table;
  margin: 0 auto;
  text-align: left;
  padding: 40px 0 20px 0;
}

/* --------------------------------------------
 * 　スポーツ・ドッグラン一覧ページ（?feature=）
 * -------------------------------------------- */
.prefecture.is-feature-dogrun {
  background-image: url("../img/dogrun_back.png");
  background-repeat: repeat;
  background-size: 1000px auto;
  background-position: top left;
}

.prefecture.is-feature-sports {
  background-image: url("../img/sports_back.png");
  background-repeat: repeat;
  background-size: 1000px auto;
  background-position: top left;
}

/* --------------------------------------------
 * 　フェードアニメーション（画像切り替え用）
 * -------------------------------------------- */
.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 {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .header {
    height: 66px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  background: #fff;
}
.header__title {
  width: 190px;
  margin-top: 15px;
  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;
}

.currentCityBadge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #797979;
  background-color: #eeeeee;
  border-radius: 9999px;
  line-height: 1;
}
.currentCityBadge__icon {
  font-size: 14px;
  line-height: 1;
}
.currentCityBadge__text {
  font-size: 1.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .currentCityBadge__text {
    font-size: 1rem;
  }
}

/* --------------------------------------------
* 　スマホメニュー
* -------------------------------------------- */
.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 - 80px);
  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: 2.8em 3px;
}

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

/* --------------------------------------------
* 　main
* -------------------------------------------- */
/* --------------------------------------------
* 　キービジュアル
* -------------------------------------------- */
.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;
  top: 80px;
}
@media screen and (max-width: 1200px) {
  .keyVisual {
    top: 60px;
  }
}
.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;
}

.topKeyVisualSub {
  margin-top: 80px;
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.topKeyVisualSub__img {
  width: 100%;
  height: 100%;
}
.topKeyVisualSub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  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 {
  margin-top: 60px;
}

.newsBlockTop {
  margin-bottom: 60px;
}

.newsBlockTop_archivePage {
  margin-top: 80px;
}

.newsList {
  list-style: none;
  max-width: 800px;
  width: 80%;
  margin-bottom: 60px;
  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%;
  }
}

.newsSectionWrapper {
  margin-bottom: 60px;
}

/* --------------------------------------------
 * 　公園を探す
 * -------------------------------------------- */
.parkSearch {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .parkSearch {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.parkSearch__city {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .parkSearch__city {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

/* --------------------------------------------
 * 　ドッグランのある公園
 * -------------------------------------------- */
.dogRunBlock {
  background: #FDF681;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .dogRunBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* --------------------------------------------
 * 　福岡のスポーツが楽しめる公園
 * -------------------------------------------- */
.sportsBlock {
  background: #64C5F2;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sportsBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* --------------------------------------------
 * 　記事ページスタイル
 * -------------------------------------------- */
.article {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .article {
    margin-bottom: 40px;
  }
}
.article .category-info {
  padding-bottom: 40px;
}
.article .container {
  margin-top: 20px;
}
.article h1 {
  font-size: 1.625rem;
  font-weight: bold;
  color: #333;
}
.article h2 {
  font-size: 1.5rem;
  margin: 45px 0 25px;
  border-bottom: 3px solid #999;
}
.article h3 {
  font-size: 1.25rem;
  margin: 40px 0 20px;
  border-left: 3px solid #999;
  padding: 3px 0 2px 10px;
}
.article h4 {
  font-size: 1rem;
  margin: 25px 0 10px;
  border-bottom: 1px solid #ddd;
}
.article p {
  margin: 0 0 15px;
}

/* --------------------------------------------
 * 　フッター
 * -------------------------------------------- */
.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;
}

/* --------------------------------------------
 * 　ページング
 * -------------------------------------------- */
.navigation.pagination {
  margin-top: 30px;
}

.navigation.pagination .nav-links .prev {
  border: none !important;
}

.navigation.pagination .nav-links .next {
  border: none !important;
}

.navigation.pagination .nav-links .current {
  padding: 6px 11px;
  background: #EF7B1A;
  border: 1px solid #EF7B1A;
  border-radius: 3px;
  color: #ffffff;
}

.navigation.pagination .nav-links a {
  padding: 6px 11px;
  border: 1px solid #EF7B1A;
  border-radius: 3px;
}

.navigation.pagination .nav-links a:hover {
  background: #EF7B1A;
  border: 1px solid #EF7B1A;
  color: #ffffff;
}

/* --------------------------------------------
 * 　お問合わせ
 * -------------------------------------------- */
.wpcf7 {
  width: 100%;
  font-size: 16px;
}

.wpcf7 table {
  width: 100%;
  font-size: 16px;
}

.wpcf7 table .td_left {
  width: 25%;
  height: auto;
  vertical-align: middle;
  background: #ffffff;
  padding: 0 2%;
}

.wpcf7 table .td_right {
  width: 75%;
  height: auto;
  background: #fff;
  padding: 10px 2%;
}

.wpcf7 p {
  margin: 0 0 15px 0;
}

.wpcf7 input,
.wpcf7 select {
  width: 100%;
  height: 45px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
}

.wpcf7 textarea {
  width: 100%;
  height: 150px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  font-size: 16px;
}

.wpcf7 .wpcf7-list-item {
  display: block;
}

.wpcf7 .flexwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  background: #f2f1ec;
  border: none;
  outline: none;
}

.wpcf7 tr td .any {
  display: inline-block;
  min-width: 40px;
  color: #fff;
  background: #59c197;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}

.wpcf7 tr td .required {
  display: inline-block;
  min-width: 40px;
  color: #fff;
  background: #ef0846;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}

.wpcf7 tr .wpcf7-form-control-wrap input:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}

.wpcf7 tr .wpcf7-form-control-wrap textarea:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output {
  display: block;
  font-size: 12px;
  color: #a00;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  text-align: center;
}

.wpcf7 #acceptance {
  text-align: center;
}

.wpcf7 .ajax-loader {
  display: block !important;
  margin: 0 auto !important;
}

/* --------------------------------------------
* 　お問合せフォーム共通レイアウト
* -------------------------------------------- */
.contactBlock {
  display: flex;
  justify-content: center;
}

.wpcf7 {
  max-width: 960px;
}

.wpcf7 .form-row p {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form-row p {
    flex-direction: column;
  }
}

.wpcf7 .form-label {
  flex: 1 1 25%;
  margin-bottom: 8px;
  font-weight: bold;
}

.wpcf7-form-control-wrap {
  flex: 1 1 75%;
}

.wpcf7 .form-input {
  width: 100%;
  border: 1px solid #e1d3d3;
}

.submitInner {
  display: inline-block;
  width: 150px;
}

input.wpcf7-form-control.wpcf7-submit {
  width: 100%;
  background: #EF7B1A;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border: 2px solid transparent;
  transition: 0.25s;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background: #fff;
  border-color: currentColor;
  color: #EF7B1A;
  box-shadow: none;
  transform: translateY(2px);
}

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

.button {
  display: inline-block;
  max-width: 100%;
  padding: 20px;
  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;
  white-space: nowrap;
}

.button:focus,
.button:hover {
  background: #fff;
  border-color: currentColor;
  color: #EF7B1A;
  box-shadow: none;
  transform: translateY(2px);
}

.button_small {
  padding: 10px;
}

/* --------------------------------------------
* 　TOPにスクロールするボタン
* -------------------------------------------- */
#pageTopButton {
  position: fixed;
  right: calc((100vw - 1000px) / 2);
  bottom: 100px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #64C5F2;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 9999;
}
#pageTopButton:hover {
  transform: translateY(-3px);
}
@media screen and (max-width: 1024px) {
  #pageTopButton {
    right: calc((100vw - 750px) / 2);
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #pageTopButton {
    width: 38px;
    height: 38px;
    right: calc((100vw - 550px) / 2);
    bottom: 80px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 575px) {
  #pageTopButton {
    width: 38px;
    height: 38px;
    right: calc((100vw - 380px) / 2);
    bottom: 80px;
    font-size: 0.8rem;
  }
}
/*# sourceMappingURL=style.css.map */