@charset "utf-8";
html > body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "游ゴシック", Geneva, Arial, Verdana, sans-serif;
}
html {
  font-size: 62.5%; /* fontサイズ10px指定 */
}
body {
  font-size: 1.8rem; /* fontサイズ18px指定 */
  letter-spacing: 0.05em;
  scroll-behavior: smooth;
}

h2,
#sub h1 {
  font-size: 3.6rem; /* fontサイズ36px指定 */
  line-height: 1.5;
  padding-bottom: 0.5vw;
}
#sub h2 {
  font-size: 3rem; /* fontサイズ30px指定 */
  line-height: 1.5;
}
h3 {
  font-size: 2.4rem; /* fontサイズ24px指定 */
  line-height: 1.5;
}
h4 {
  font-size: 2rem; /* fontサイズ20px指定 */
  line-height: 1.5;
}
p {
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
a {
  color: #0029cc;
}
.stxt {
  font-size: 1.4rem; /* fontサイズ14px指定 */
  letter-spacing: 0;
}
.acms-text-center {
  width: 100%;
}
/* トップお知らせリスト */
.acms-list-group {
  margin: 1vw 0 !important;
}

header {
  width: 100%;
  padding-top: 42.86%;
  /* background-image: url(/img/header_image01.jpg);
  animation: image_anime 60s ease infinite alternate;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0; */
  position: relative;
}
header.noimg {
  padding-top: 50px;
  background-image: none;
  animation: none;
}
/* @keyframes image_anime {
  0% {
    background-image: url(../img/header_image01.jpg);
  }
  20% {
    background-image: url(../img/header_image01.jpg);
  }
  60% {
    background-image: url(../img/header_image02.jpg);
  }
  90% {
    background-image: url(../img/header_image03.jpg);
  }
  100% {
    background-image: url(../img/header_image03.jpg);
  }
} */
header #gmenu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* display: flex; */
  width: 100%;
  max-width: 1200px;
  /* background-color: #000; */
}
header nav#pcnav {
  width: 90%;
  height: 30px;
  float: right;
  background-color: #000;
}
header #ttl {
  width: 23%;
  position: absolute;
  left: 0;
  top: 0;
}
header #ttl {
  -webkit-filter: drop-shadow(
    0px 2px 2px rgb(0, 0, 0, 0.5)
  ); /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(0px 2px 2px rgb(0, 0, 0, 0.5));
  z-index: 999;
}
header nav#pcnav ul {
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 78%;
  position: absolute;
  right: 0;
  top: -10px;
}
header nav#pcnav ul li a {
  padding: 14px 0 0 57px;
  height: 60px;
  /* font-weight: bold; */
  color: #fff;
  line-height: 1.1;
  font-size: 1.2rem;
  display: flex;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left 0px;
  text-decoration: none;
}
header nav#pcnav ul li a:hover {
  text-decoration: underline;
}
header nav#pcnav ul li#gm1 a {
  background-image: url(../img/bn_guide.svg);
}
header nav#pcnav ul li#gm2 a {
  background-image: url(../img/bn_facilitie.svg);
}
header nav#pcnav ul li#gm3 a {
  background-image: url(../img/bn_event.svg);
}
header nav#pcnav ul li#gm4 a {
  background-image: url(../img/bn_life.svg);
}
header nav#pcnav ul li#gm5 a {
  background-image: url(../img/bn_access.svg);
}
header nav#pcnav ul li#gm6 a {
  background-image: url(../img/bn_inquiry.svg);
}

/* ハンバーガーメニュー */
.toggle {
  appearance: none;
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 101;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  border: none;
  background-color: black;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.toggle:focus {
  outline: 2px #0000ee solid;
}
.toggle > span,
.toggle:before,
.toggle:after {
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin: -2px 0 0 -15px;
  border-radius: 2px;
}
.toggle > span {
  background-color: #fff;
  transition: opacity 0.3s ease;
  will-change: opacity;
}
.toggle::before,
.toggle::after {
  content: "";
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.toggle::before {
  transform: translateY(-10px);
}
.toggle::after {
  transform: translateY(10px);
}
.toggle[aria-expanded="true"] > span {
  opacity: 0;
}
.toggle[aria-expanded="true"]::before,
.toggle[aria-expanded="true"]::after {
  background-color: white;
}
.toggle[aria-expanded="true"]::before {
  animation: 0.3s ease closeBar1 forwards;
}
.toggle[aria-expanded="true"]::after {
  animation: 0.3s ease closeBar2 forwards;
}
.toggle.-close::before {
  animation: 0.3s ease closeBar1Rev forwards;
}
.toggle.-close::after {
  animation: 0.3s ease closeBar2Rev forwards;
}
.toggle > p {
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0px;
  font-size: 1.2rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-bottom: 0.2rem;
}

header nav#nav ul {
  list-style-type: none;
  padding: 40px 0 0 0;
  margin: 0;
}
.nav_content {
  display: flex;
  justify-content: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #505050;
  color: #fff;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nav_content[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.nav_content[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.nav_content li {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2.4;
  text-align: center;
}
.nav_content li a {
  color: #fff;
  font-size: 1.8rem;
}
.nav_content li + li {
  margin-top: rem;
}
@keyframes closeBar1 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes closeBar2 {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes closeBar1Rev {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes closeBar2Rev {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(10px);
  }
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;
  /* メニューを画面に入れる */
}

/* ここまでハンバーガー */

header #ground {
  position: absolute;
  width: 900px;
  /* max-width: 1200px; */
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url(../img/ground_back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  justify-content: center;
  color: #fff;
}
header #ground {
  padding: 4.5rem 0 1.2rem 0;
}

header #ground h2 {
  font-size: 2rem;
  width: 100%;
  text-align: center;
}
header #ground dl {
  display: flex;
}
header #ground p {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}

#bredlist {
  width: 100%;
  max-width: 1200px;
  padding: 0.5rem;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
/* #bredlist li a {
  white-space: nowrap;
} */
#bredlist li::after {
  content: "/";
  margin: 0 0.5rem;
}
#bredlist li:last-child::after {
  content: "";
  margin: 0 0;
}

.maxwide {
  margin: 0 auto;
  max-width: 1200px;
}
main h2,
#sub main h1 {
  text-align: center;
  border-bottom: #006600 solid 6px;
  padding-top: 6.5vw;
  margin-bottom: 1vw;
}
footer {
  background-color: #000;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .outer {
  /* background-image: url(../img/footer_back.svg); */
  /* background-color: #339900; */
  background: url(../img/footer_back.svg),
    linear-gradient(180deg, #339900 0%, #339900 99%, #000 99%, #000 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 105% auto;
  padding-top: 5vw;
}
footer .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 2vw 0;
}
footer #sitemap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1vw;
}
footer #sitemap ul {
  width: 32%;
  list-style-type: none;
  padding: 0;
}

footer #sitemap ul li {
  display: flex;
  margin-bottom: 1vw;
}
footer #sitemap ul li li {
  margin-bottom: 0;
}
footer #sitemap ul li a {
  width: 40%;
  font-size: 1.4rem;
}
footer #sitemap ul li.long a {
  width: 100%;
}
footer #sitemap ul li ul {
  width: 100%;
}
footer #sitemap ul li ul li a {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2;
}

.col1 {
  width: 100%;
}
.col2 {
  width: 49%;
}
.col3 {
  width: 32%;
}
.dot li {
  margin-bottom: 0.5vw;
}
.but {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.greenbut {
  list-style-type: none;
  padding: 1vw 0;
  display: flex;
  justify-content: center;
}
.greenbut a {
  background-color: #006600;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1vw 4vw;
  margin: 0 auto;
  border-radius: 10px;
}
.dl {
  display: block;
  padding: 4px 10px;
  background-color: #ededed;
}

#news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news h2,
#events h2,
#events h1 {
  width: 100%;
}
.green {
  border: #006600 solid 4px;
  margin: 1vw;
  padding: 1vw 2vw;
}
section#news img {
  padding: 0 1vw;
  height: auto;
}
.green h3 a {
  color: #006600;
  text-align: center;
  display: block;
}
.red {
  border: #cc0000 solid 4px;
  margin: 1vw;
  padding: 1vw 2vw;
}
.red h3 a {
  color: #cc0000;
  text-align: center;
  display: block;
}
.list2c {
  list-style-type: none;
  padding: 0;
  margin: 1vw 0;
}
.list2c li {
  padding: 1vw 2vw;
  border-bottom: 1px solid #eee;
}
.list2c li:nth-child(odd) {
  background-color: #fffff9;
}

#events {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  /* row-gap: 0; */
}
#events dl {
  max-width: 360px;
}
#events dl dt {
  font-weight: bold;
}
#events dl img {
  aspect-ratio: 2 / 1;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

#bnr {
  background: url(../img/footer_illust2.svg),
    linear-gradient(180deg, #fff 0%, #fff 10%, #339900 10%, #339900 100%);
  /* background-image: url(../img/footer_illust2.svg); */
  background-size: 105% auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 12vw;
  position: relative;
  margin-top: 4vw;
}
/* #bnr .inner {
 background-color: #339900;
} */
#bnr ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#bnr ul.pa {
  margin: 0 auto;
  max-width: 1200px;
  padding: 2vw 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1vw;
}
#bnr ul.ch {
  display: flex;
  flex-flow: column;
  gap: 1vw;
}
#bnr address {
  position: absolute;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 2vw 0 2vw;
}
#bnr address p {
  line-height: 1.2;
  font-style: normal;
}
#bnr address span {
  font-size: 120%;
  display: block;
  letter-spacing: 0.3rem;
}

#sub main h2 {
  text-align: left;
  border-bottom: #006600 solid 3px;
  border-left: #006600 solid 1.2vw;
  padding-top: 0;
  padding-left: 1vw;
  margin-top: 6vw;
  margin-bottom: 0.5vw;
}
#sub main h3 {
  border-bottom: #006600 solid 3px;
  padding-top: 5vw;
  padding-left: 0.5vw;
  padding-bottom: 0.2vw;
  margin-bottom: 0.5vw;
}
#sub main h4 {
  padding-top: 1.5vw;
}

.im1 {
  display: flex;
}
.im1 figure {
  width: 100%;
}
.im2 {
  display: flex;
  justify-content: space-between;
}
.im2 figure {
  width: 49%;
}
.im3 {
  display: flex;
  justify-content: space-between;
}
.im3 figure {
  width: 32%;
}

.sbs {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0vw;
  row-gap: 1vw;
  padding: 0 0 0 20px;
  width: 100%;
}
.sbs::after {
  display: block;
  content: "";
  width: 30%;
}
.sbs li {
  width: 30%;
  text-indent: -5px;
}
.h3-area,
.h4-area {
  padding: 0 0 0 3vw;
}

.li-ma li,
p.li-ma {
  margin-bottom: 1vw;
}
.li-ma li:last-child {
  margin-bottom: 0;
}

ul.li-ma,
ul.sbs {
  padding-left: 0;
  list-style-type: none;
}
ol.li-ma,
ol.sbs {
  padding-left: 0;
  list-style-type: none;
  counter-reset: li_count;
}
ul.li-ma li,
ul.sbs li,
ol.li-ma li,
ol.sbs li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
}
ul.li-ma li::before,
ul.sbs li::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  border-right: 3px solid #004400;
  border-bottom: 3px solid #004400;
  transform: rotate(-45deg);
}
ol.li-ma li::before,
ol.sbs li::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  counter-increment: li_count; /* カウンタの値を計算していく */
  content: counter(li_count) "."; /* 数字出力 */
  color: #004400; /* 文字色指定 */
  font-weight: bold;
}
ul.dlink {
  list-style-type: none;
  padding-left: 0;
}
/* .fa-square-phone {
  font-size: 2.2rem;
  line-height: 1;
} */
.fa-solid {
  margin-right: 0.1vw;
}
ul#bf img {
  float: left;
  margin: 0 4px 4px 0;
}
#scrollTopButton {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #006adb;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9999;
}
#scrollTopButton:hover {
  background-color: #0056b3;
}

/* モーダルテスト */
#events ol li a {
  text-decoration: underline;
  cursor: pointer;
}
dialog {
  border: none;
  text-align: left;
  padding: 2vw;
  position: fixed;
  inset: 0;
  margin: auto;
  max-width: 800px;
}
dialog button {
  display: block;
  margin: auto;
}
::backdrop {
  background-color: #000;
  opacity: 0.8;
}
#sub main dialog h2 {
  margin: 0;
  border: none;
  text-align: center;
}
/* dialog img,
dialog p {
  width: 80%;
  height: auto;
} */

/* ol 丸数字 */
ol.parkmap-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}

ol.parkmap-list li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
ol.parkmap-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #399638;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  font-size: 1.4rem;
  text-indent: 0;
  letter-spacing: -0.1rem;
}
ol.parkmap-list li.blue:before {
  background-color: #1765b1;
}
ol.parkmap-list li.pink:before {
  background-color: #ea618d;
}
ol.parkmap-list li.orange:before {
  background-color: #ee7700;
}
ol.parkmap-list li.purple:before {
  background-color: #924898;
}
ol.parkmap-list li.sky:before {
  background-color: #00addb;
}

dialog h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sub dialog h2 {
  font-size: 2rem;
}
dialog h2::before {
  content: "1";
  background-color: #399638;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 2.6rem;
  text-indent: 0;
  letter-spacing: -0.1rem;
}
dialog h2.blue:before {
  background-color: #1765b1;
}
dialog h2.pink:before {
  background-color: #ea618d;
}
dialog h2.orange:before {
  background-color: #ee7700;
}
dialog h2.purple:before {
  background-color: #924898;
}
dialog h2.sky:before {
  background-color: #00addb;
}
dialog#d02 h2::before {
  content: "2";
}
dialog#d03 h2::before {
  content: "3";
}
dialog#d04 h2::before {
  content: "4";
}
dialog#d05 h2::before {
  content: "5";
}
dialog#d06 h2::before {
  content: "6";
}
dialog#d07 h2::before {
  content: "7";
}
dialog#d08 h2::before {
  content: "8";
}
dialog#d09 h2::before {
  content: "9";
}
dialog#d10 h2::before {
  content: "10";
}
dialog#d11 h2::before {
  content: "11";
}
dialog#d12 h2::before {
  content: "12";
}
dialog#d13 h2::before {
  content: "13";
}
dialog#d14 h2::before {
  content: "14";
}
dialog#d15 h2::before {
  content: "15";
}
dialog#d16 h2::before {
  content: "16";
}
dialog#d17 h2::before {
  content: "17";
}
dialog#d18 h2::before {
  content: "18";
}
dialog#d19 h2::before {
  content: "19";
}
dialog#d20 h2::before {
  content: "20";
}
dialog#d21 h2::before {
  content: "21";
}
dialog#d22 h2::before {
  content: "22";
}
dialog#d23 h2::before {
  content: "23";
}
dialog#d24 h2::before {
  content: "24";
}
dialog#d25 h2::before {
  content: "25";
}
dialog#d26 h2::before {
  content: "26";
}
dialog#d27 h2::before {
  content: "27";
}
dialog#d28 h2::before {
  content: "28";
}
.tab-content dl a {
  display: block;
  position: relative;
}
.tab-content dl a::before {
  content: "1";
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #399638;
  color: #fff;
  display: block;
  line-height: 45px;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 2.6rem;
  text-indent: 0;
  letter-spacing: -0.1rem;
  font-weight: bold;
  line-height: 1.4;
}
.tab-content.blue dl a:before {
  background-color: #1765b1;
}
.tab-content.pink dl a:before {
  background-color: #ea618d;
}
.tab-content.orange dl a:before {
  background-color: #ee7700;
}
.tab-content.purple dl a:before {
  background-color: #924898;
}
.tab-content.sky dl a:before {
  background-color: #00addb;
}
.tab-content dl#l02 a::before {
  content: "2";
}
.tab-content dl#l03 a::before {
  content: "3";
}
.tab-content dl#l04 a::before {
  content: "4";
}
.tab-content dl#l05 a::before {
  content: "5";
}
.tab-content dl#l06 a::before {
  content: "6";
}
.tab-content dl#l07 a::before {
  content: "7";
}
.tab-content dl#l08 a::before {
  content: "8";
}
.tab-content dl#l09 a::before {
  content: "9";
}
.tab-content dl#l10 a::before {
  content: "10";
}
.tab-content dl#l11 a::before {
  content: "11";
}
.tab-content dl#l12 a::before {
  content: "12";
}
.tab-content dl#l13 a::before {
  content: "13";
}
.tab-content dl#l14 a::before {
  content: "14";
}
.tab-content dl#l15 a::before {
  content: "15";
}
.tab-content dl#l16 a::before {
  content: "16";
}
.tab-content dl#l17 a::before {
  content: "17";
}
.tab-content dl#l18 a::before {
  content: "18";
}
.tab-content dl#l19 a::before {
  content: "19";
}
.tab-content dl#l20 a::before {
  content: "20";
}
.tab-content dl#l21 a::before {
  content: "21";
}
.tab-content dl#l22 a::before {
  content: "22";
}
.tab-content dl#l23 a::before {
  content: "23";
}
.tab-content dl#l24 a::before {
  content: "24";
}
.tab-content dl#l25 a::before {
  content: "25";
}
.tab-content dl#l26 a::before {
  content: "26";
}
.tab-content dl#l27 a::before {
  content: "27";
}
.tab-content dl#l28 a::before {
  content: "28";
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.tab-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #006600;
  display: block;
  order: -1;
}
.tab-label {
  color: #333;
  background: #eee;
  font-weight: bold;
  /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); */
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 2px;
}
.tab-label {
  margin-top: 2px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
}
/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  color: #fff;
  background: #006600;
}
.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 0.5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

#bousai {
  background-image: url(../img/bousai.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 20%;
  padding-top: 0.2vw;
}

.mosi {
  position: relative;
}
.mosi img {
  width: 80%;
}
.mosi div {
  position: absolute;
  width: 41%;
  right: 0;
  top: 15vw;
}
.mosi div ol li {
  margin-bottom: 1vw;
}

.flex50 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3vw;
}
.flex50 li,
.flex50 div {
  width: 45%;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.flexbox img {
  width: 33%;
}
.flexbox div {
  width: 60%;
}
.sbs2 {
  padding: 0 20vw 0 5vw;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1vw;
  column-gap: 5vw;
}

.karuta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2vw;
}
.karuta dl {
  width: 48%;
}
.karuta dd {
  display: flex;
  column-gap: 1%;
}
.karuta dd img {
  width: 35%;
  height: 35%;
}
.karuta dt {
  display: flex;
  gap: 0.5vw;
  align-items: center;
  margin-bottom: 0.5vw;
  font-weight: bold;
}
.karuta dt span.lit {
  font-size: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  border: #d08d2f solid 3px;
  padding: 1rem;
}

div#bq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2vw;
}
div#bq dl {
  width: 32%;
}

.table-wrap {
  overflow-x: scroll;
}
#flowers th {
  background: #f4e4da;
}
#flowers th.kusa {
  background: #e4f1da;
}
#flowers th.mizu {
  background: #e6f3f6;
}
#flowers th.spr {
  background: #f9d2e1;
}
#flowers th.sum {
  background: #aed9bd;
}
#flowers th.aut {
  background: #fae2d4;
}
#flowers th.win {
  background: #d6e1f1;
}
#flowers td {
  background: #fffde7;
}
#flowers {
  width: 100%;
  border-spacing: 0;
}
#flowers th,
#flowers td {
  vertical-align: top;
  border: 1px solid #606060;
  white-space: nowrap;
  font-size: 1.2rem;
}
#flowers tr .wrap {
  position: sticky;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
}
#flowers tr .wrap span {
  white-space: pre;
  writing-mode: vertical-rl;
  display: inline-block;
  width: 18px;
  align-items: center;
}
#sub main h3.bird {
  background-color: #ff9900;
  padding: 0;
  border: none;
  margin-top: 4vw;
  margin-bottom: 2vw;
}
#sub main h3.water {
  background-color: #00ccff;
  padding: 0;
  border: none;
  margin-top: 4vw;
  margin-bottom: 2vw;
}
#sub main h3.moppa {
  background-color: #33cc33;
  padding: 0;
  border: none;
  margin-top: 4vw;
  margin-bottom: 2vw;
}
dl.liv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
dl.liv div {
  width: 48%;
}
dl.liv dt {
  font-weight: bold;
}
dl.liv dd {
  margin-bottom: 2vw;
}

/* イベントカレンダー */
#calendar {
  width: 100%;
}
#sub main #calendar h2 {
  border: none;
  margin: 0;
}
#calendar table {
  width: 100%;
}
.fc-event-time {
  display: none;
}
.fc-daygrid-event {
  white-space: normal;
}
h1 span {
  display: block;
  font-size: 1.6rem;
}
.fc-event-title {
 color: #000;
 font-size: 1.2rem;
 letter-spacing: 0;
 line-height: 1.2;
}
.fc-daygrid-day-top {
 flex-direction:row!important;
}

/* 翻訳、検索 */
#search {
  padding: 1vw 0 0.5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  background-color: #eee;
  align-items: center;
}
#sub #search {
  padding: 1vw 0 0.5vw;
  background: linear-gradient(#fff, #eee);
}
input[type="search"].search-form-input {
  font-size: inherit !important;
}
.column-media-left
  :not([href*="media-download"], [href*="storage"])
  + .caption {
  text-align: left !important;
}
.search-form .btn-search {
  padding: 6px 10px !important;
  font-size: 20px !important;
}
.search-form input[type="search"] {
  height: 36px !important;
  padding: 9px 5px !important;
}

/* よくあるご質問 */
#que dt {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0.5vw;
}
#que dd {
  padding-left: 3rem;
  margin-bottom: 2vw;
}
#que dd:last-child {
  margin-bottom: 0;
}

/* メールでのお問い合わせ */
.mail-step {
  font-size: 2.2rem;
  font-weight: bold;
}
.contact-form {
  list-style-type: none;
  padding: 0 2vw 0 1vw;
}
.contact-form li {
  margin-bottom: 1vw;
}
.contact-form li:last-child {
  margin-bottom: 0;
}
.form-btn-box {
  padding: 1vw;
}
#btnConfirm {
  background-color: #006600;
  color: #fff;
  font-weight: bold;
  padding: 0.5vw 1vw;
  border-radius: 10px;
  letter-spacing: 0.2rem;
}

/* IFRAME */
.ifra {
  width: 100%;
  aspect-ratio: 235 / 91;
}
.ifra iframe {
  width: 100%;
  height: 100%;
}

/* イベント情報 */
#e-date-type-place {
  margin-bottom: 2vw;
}
#e-date-type-place dt {
  float: left;
  margin: 0 0.5vw 0 0.5vw;
}

/* SNSアイコン */
#sns {
  list-style-type: none;
  display: flex;
  gap: 3px;
  padding: 0;
  margin: 0;
}
#sns a {
  color: #000;
}
#sns a:hover {
  color: #333;
}
.fa-brands {
  font-size: 3.5rem;
  width: 30px;
}
.gglobe {
  width: 40px !important;
  height: 40px !important;
}

/* ツイッター親メニュー - Parent nav */
ul#sns > li {
 position: relative;
}
/* ツイッター子メニュー - .sub-menu */
ul#sns .sub-menu {
 position: absolute;
 width: 9.4em;
 top: 34px;
 right: 0px;
 opacity: 0;
 visibility: hidden;
 transition: .5s;
 list-style-type: none;
 z-index: 999;
 padding-left: 0;
 background: #000;
}
ul#sns .sub-menu a {
 color: #fff;
 padding: 10px 10px;
 margin: 0;
 display: block;
 font-size: 1.2rem;
 text-decoration: none;
}
ul#sns .sub-menu a:hover {
 color: #fff;
}
/* ホバー＆フォーカスでツイッター子メニュー表示 */
/* Display sub menu by hover & focus */
ul#sns .menu-item-has-children:hover ul,
ul#sns .menu-item-has-children ul.focused {
 opacity: 1;
 visibility: visible;
}
ul#sns li.menu-item-has-children li a:hover,
ul#sns li.menu-item-has-children li a:focus {
 background: #333;
}

/* 電話、ダウンロード、内外リンクなどアイコン表示 */
a.fa-solid.fa-square-phone {
 padding-left: 30px;
 background-image: url(/themes/kyuhoji/img/icon_phone.svg);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: 0 bottom;
}
a.fa-solid.fa-download {
 padding-left: 30px;
 background-image: url(/themes/kyuhoji/img/icon_download.svg);
 background-repeat: no-repeat;
 background-size: 2.2%;
 background-position: 0 center;
}
a.fa-solid.fa-link {
 padding-left: 30px;
 background-image: url(/themes/kyuhoji/img/icon_inner-link.svg);
 background-repeat: no-repeat;
 background-position: 0 center;
}
a.fa-solid.fa-arrow-up-right-from-square {
 padding-left: 30px;
 background-image: url(/themes/kyuhoji/img/icon_outer-link.svg);
 background-repeat: no-repeat;
 background-position: 0 center;
}

/* レスポンシブル */

@media (max-width: 1200px) {
  #sitemap li {
    padding: 0 5px;
  }
  header nav#pcnav ul {
    top: -0.7vw;
  }
  header nav#pcnav ul li a {
    padding: 1.1vw 0 0 4.8vw;
    height: 5vw;
    background-size: contain;
    background-position: left 0px;
  }
  main {
    padding: 0;
  }
  .maxwide {
    padding: 0 2vw;
  }
  #search {
    padding: 1vw 0 0.5vw;
    gap: 1vw;
  }
  #events dl {
    max-width: 28vw;
  }
}

@media (min-width: 1200px) {
  main h2,
  #sub main h1 {
    padding-top: 79px;
    margin-bottom: 12px;
  }
  #sub main h2 {
    border-left: #006600 solid 14.5px;
    padding-left: 12px;
    margin-top: 100px;
    margin-bottom: 20px;
  }
  #sub main h3 {
    padding-top: 60px;
    padding-left: 6px;
    padding-bottom: 3px;
  }
  #sub main h4 {
    padding-top: 40px;
  }
  figure {
    margin-bottom: 24px;
    margin-top: 30px;
  }

  footer .inner {
    padding: 2rem 0;
  }
  footer #sitemap {
    gap: 1rem;
  }
  .dot li {
    margin-bottom: 0.5rem;
  }
  .green {
    margin: 1rem;
    padding: 1rem 2rem;
  }
  .red {
    margin: 1rem;
    padding: 1rem 2rem;
  }
  section#news img {
    padding: 0 1rem;
  }
  .list2c {
    margin: 1rem 0;
  }
  .list2c li {
    padding: 1rem 2rem;
  }
  #events {
    gap: 2.4rem;
    /* row-gap: 0; */
  }
  .greenbut {
    padding: 1.2rem 0;
  }
  .greenbut a {
    padding: 1.2rem 4.8rem;
  }
  #bnr ul.pa {
    padding: 2rem 0;
    gap: 1rem;
  }
  #bnr ul.ch {
    gap: 1rem;
  }
  .h3-area,
  .h4-area {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 900px) {
  body {
    font-size: 1.4rem;
  }
  h2,
  #sub h1 {
    font-size: 2.4rem;
  }
  #sub h2 {
    font-size: 2rem;
  }
  h3,
  #que dt {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  header #ground {
    width: 100%;
    padding: 3.5rem 0 1rem 0;
    bottom: -40px;
  }
  header #ground h2 {
    font-size: 1.4rem;
  }
  #bnr address p {
    font-size: 1rem;
  }
  h1 span {
    font-size: 1.2rem;
  }

  /* 電話、内外リンクなどアイコン表示 */
  a.fa-solid.fa-square-phone,
  a.fa-solid.fa-download,
  a.fa-solid.fa-link,
  a.fa-solid.fa-arrow-up-right-from-square {
   padding-left: 25px;
  }
}
@media (min-width: 801px) {
  .toggle {
    display: none;
  }
}
@media (max-width: 800px) {
  header #gmenu {
    background-color: inherit;
    display: block;
    width: 30%;
    left: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    height: inherit;
  }
  header nav#pcnav ul {
    display: none;
  }
  header.noimg {
    padding-top: 9vw;
  }
  footer #sitemap ul.pa {
    min-width: 49%;
  }
  header #gmenu img {
    height: inherit;
  }
  header #ttl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  header nav#pcnav {
    display: none;
  }
  header #ground {
    background-size: auto 95%;
    bottom: -5.5vw;
  }
  #events dl {
    max-width: 43vw;
  }
}
@media (max-width: 640px) {
  .col2 {
    width: 100%;
  }
  footer #sitemap ul.pa {
    min-width: 100%;
  }
  header #gmenu {
    width: 192px;
  }
  header.noimg {
    padding-top: 60px;
  }
  #sub main h2 {
    border-left: #006600 solid 7.6px;
  }
  header #ground {
    background-image: none;
    position: static;
    transform: none;
    background-color: rgb(0, 0, 0, 0.6);
    padding: 0;
    font-size: 1rem;
  }
  header #ground h2,
  header #ground p {
    font-size: 1rem;
  }
  .sbs {
    justify-content: space-between;
  }
  .sbs li {
    width: 48%;
  }
  dialog {
    width: 90%;
  }
  .karuta dl {
    width: 100%;
  }
  div#bq dl {
    width: 49%;
  }
  dl.liv div {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #events dl {
    max-width: 374px;
  }
  .mosi div {
    position: inherit;
    width: 100%;
    top: 0;
  }
  .mosi img {
    width: 100%;
  }
  .flex50 li,
  .flex50 div {
    width: 100%;
    margin-bottom: 1vw;
  }
  .flexbox ol.li-ma {
    width: 100%;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
}
@media (max-width: 400px) {
  div#bq dl {
    width: 100%;
  }
}
@media (max-width: 348px) {
  #bousai {
    padding-top: 0;
  }
}