@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: waon;
  font-style: normal;
  font-weight: normal;
  src: url(./fonts/WaonJoyo-R.otf) format("opentype");
}
:root {
  --mobile-header-height: 60px;
  --mobile-height: 0px;
  --wp-menu-height: 0px;
}
@media (max-width: 1200px) {
  :root {
    --mobile-header-height: 60px;
  }
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: bold;
  margin-bottom: 0;
  font-size: inherit;
}

p {
  font-weight: inherit;
}

ul {
  align-self: stretch;
}

h4 {
  font-size: 1.1rem;
}

.fs-normal {
  font-size: 1.5em;
}

.fs-1 {
  font-size: 3rem;
}

.fs-2 {
  font-size: 2.5rem;
}

.fs-3 {
  font-size: 2rem;
}

.fs-4 {
  font-size: 1.8rem;
}

.fs-5 {
  font-size: 1.4rem;
}

.fs-6 {
  font-size: 1.2rem;
}

th {
  padding: 0.4em;
}

td {
  padding: 0.4em;
}

hr {
  margin: 0 0 1em;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--mobile-header-height) + var(--mobile-height) + var(--wp-menu-height));
}

.grecaptcha-badge {
  margin-left: auto;
}

body.top {
  /* 支援機関 境界線 */
  /* オンライン居場所 境界線 */
}
body.top .body__wrap {
  max-width: inherit;
  background-size: cover;
}
body.top .body__wrap.add_fixed {
  max-width: inherit;
}
body.top .body__wrap.add_fixed .new_inf_back {
  max-width: inherit;
}
body.top .body__wrap #menu_button:checked + .menu_icon {
  display: none;
}
@media (max-width: 1200px) {
  body.top .body__wrap #menu_button:checked + .menu_icon {
    display: flex;
  }
}
@media (max-width: 1200px) {
  body.top .body__wrap {
    padding: 0;
  }
}
body.top .intro_background {
  position: relative;
  /* imgタグで画像指定したかったためclipで非表示指定（スクリーンリーダー対策） */
}
body.top .intro_background .fade-area {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
@media screen and (max-width: 600px) {
  body.top .intro_background .fade-area {
    padding: 0;
    margin: 0;
  }
}
body.top .intro_background .fade-list a {
  height: 100%;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  margin-right: calc(50% - 50vw);
  pointer-events: none;
}
@media (max-width: 1200px) {
  body.top .intro_background .fade-list a {
    width: 100%;
    margin: 0;
  }
}
body.top .intro_background .fade-list a:hover {
  opacity: 1;
}
body.top .intro_background .fade-list.ad {
  width: 100% !important;
  max-width: 1300px;
}
body.top .intro_background .fade-list.ad a {
  width: 100% !important;
  max-width: 800px;
  background-size: cover;
  background-position: top center;
  z-index: 1000;
  margin-right: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #fff;
  pointer-events: inherit;
}
body.top .intro_background .fade-list.ad a .ad__title_overray {
  background: rgba(102, 102, 102, 0.2);
}
body.top .intro_background .fade-list.ad a:hover {
  opacity: 1;
}
body.top .intro_background .fade-list.ad a:hover > .ad__title_overray {
  display: flex;
}
body.top .intro_background .fade-list:nth-child(1) a {
  background-size: contain;
  width: 100% !important;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  box-sizing: content-box;
  background-image: url(../images/rokko.webp);
  background-position: center;
  background-size: contain;
}
@media (max-width: 600px) {
  body.top .intro_background .fade-list:nth-child(1) a {
    background-image: url(../images/rokko_sp.webp);
  }
}
@media (max-width: 1200px) {
  body.top .intro_background .fade-list:nth-child(1) a {
    border-top: none;
    background-position: bottom center;
  }
}
body.top .intro_background .fade-list:nth-child(1) a::before {
  display: block;
  position: absolute;
  top: 0;
  content: "";
  height: 10px;
  width: 100px;
}
body.top .intro_background .fade-list:nth-child(2) a {
  background-image: url(../images/2529273_m.webp);
}
@media (max-width: 600px) {
  body.top .intro_background .fade-list:nth-child(2) a {
    background-image: url(../images/2529273_sp.webp);
  }
}
body.top .intro_background .fade-list:nth-child(3) a {
  background-image: url(../images/25501990_m.webp);
}
@media (max-width: 600px) {
  body.top .intro_background .fade-list:nth-child(3) a {
    background-image: url(../images/25501990_sp.webp);
  }
}
body.top .intro_background .fade-list:nth-child(4) a {
  background-image: url(../images/25592853_m.webp);
}
@media (max-width: 600px) {
  body.top .intro_background .fade-list:nth-child(4) a {
    background-image: url(../images/25592853_sp.webp);
  }
}
body.top .intro_background .fade-list:nth-child(5) a {
  background-image: url(../images/25734012_m.webp);
}
@media (max-width: 600px) {
  body.top .intro_background .fade-list:nth-child(5) a {
    background-image: url(../images/25734012_sp.webp);
  }
}
body.top .intro_background .fade-list:nth-child(6) a {
  background-image: url(../images/22438277_m.webp);
}
@media (max-width: 600px) {
  body.top .intro_background .fade-list:nth-child(6) a {
    background-image: url(../images/22438277_sp.webp);
  }
}
body.top .intro_background .fade-img {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}
body.top .rokkopic {
  /*   background: url(./images/rokko.png) no-repeat center bottom ; */
  background-size: contain;
  background-position: center;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
@media (max-width: 1200px) {
  body.top .rokkopic {
    margin-left: 0;
    height: auto;
    min-height: 240px;
    background-position: center;
  }
}
@media (max-width: 600px) {
  body.top .rokkopic {
    align-items: end;
    justify-content: start;
    padding-top: 1em;
  }
}
body.top .rokkopic .intro_title_back {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2em 2em 2em;
  border-radius: 1em;
}
@media (max-width: 1200px) {
  body.top .rokkopic .intro_title_back {
    align-items: start;
  }
}
@media (max-width: 600px) {
  body.top .rokkopic .intro_title_back {
    padding-top: 0;
    padding: 1em;
    align-items: start;
    background: none;
  }
}
body.top .rokkopic .intro_title_back .title_title {
  margin-top: 1em;
}
@media (max-width: 1200px) {
  body.top .rokkopic .intro_title_back .title_title {
    margin-top: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
body.top .rokkopic .intro_title_back .title_sub {
  width: 600px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  writing-mode: vertical-rl;
  border-radius: 6px;
}
@media (max-width: 1200px) {
  body.top .rokkopic .intro_title_back .title_sub {
    position: relative;
    top: 0;
    padding: 1em;
  }
}
@media (max-width: 600px) {
  body.top .rokkopic .intro_title_back .title_sub {
    padding: 0;
    gap: 8px;
    width: auto;
  }
}
body.top .rokkopic .intro_title_back .title_sub .line {
  width: auto;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.6rem;
  color: #111;
  padding: 8px;
  line-height: 1;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  body.top .rokkopic .intro_title_back .title_sub .line {
    font-size: 1.3rem;
  }
}
@media (max-width: 600px) {
  body.top .rokkopic .intro_title_back .title_sub .line {
    padding: 4px;
    font-size: 1rem;
  }
}
body.top .rokkopic .intro_title_back .title_sub .line {
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
body.top .rokkopic .intro_title_back .title_sub .line.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
body.top .MuiDialog-root.description .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body.top .MuiDialog-root.description .leftArrow {
  left: 40px;
}
@media (max-width: 1200px) {
  body.top .MuiDialog-root.description .leftArrow {
    left: 0;
  }
}
body.top .MuiDialog-root.detail h3 {
  margin: 12px 0;
}
body.top .MuiDialog-root.detail .wp-block-image {
  margin: 0 auto 1rem;
  display: flex;
  justify-content: center;
  max-width: 600px;
}
body.top .MuiDialog-root.detail .wp-block-image a {
  pointer-events: none;
}
body.top .MuiDialog-root.detail .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body.top .MuiDialog-root.detail .leftArrow {
  left: 40px;
}
@media (max-width: 1200px) {
  body.top .MuiDialog-root.detail .leftArrow {
    left: 0;
  }
}
body.top .MuiDialog-root.detail table tr th {
  width: 130px;
  word-break: break-all;
}
@media (max-width: 1200px) {
  body.top .MuiDialog-root.detail table tr th {
    width: auto;
    display: block;
  }
}
body.top .MuiDialog-root.detail table tr td {
  word-break: break-all;
}
body.top .MuiDialog-root.detail .in_charge table tr td:first-of-type {
  width: 130px;
  font-weight: bold;
}
@media (max-width: 1200px) {
  body.top .MuiDialog-root.detail .in_charge table tr td:first-of-type {
    width: auto;
  }
}
body.top .MuiDialog-root.detail figure.wp-block-gallery.has-nested-images {
  display: flex;
}
body.top #reactdenshis,
body.top #reactshiens {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}
@media (max-width: 1200px) {
  body.top #reactdenshis,
  body.top #reactshiens {
    margin-left: 0;
  }
}
body.top #reactdenshis .parent_title,
body.top #reactshiens .parent_title {
  display: flex;
  align-items: center;
  font-size: 0.93em;
}
@media (max-width: 1200px) {
  body.top #reactdenshis .parent_title,
  body.top #reactshiens .parent_title {
    border-bottom: none !important;
  }
}
body.top #reactdenshis label,
body.top #reactshiens label {
  padding-left: 0.3em;
}
@media (max-width: 1200px) {
  body.top #reactdenshis .child,
  body.top #reactshiens .child {
    display: none;
  }
}
body.top #reactdenshis .city_name,
body.top #reactshiens .city_name {
  margin-top: 1em;
}
@media (max-width: 1200px) {
  body.top #reactdenshis .close_button,
  body.top #reactshiens .close_button {
    position: fixed;
    top: var(--mobile-header-height);
    right: 10px;
  }
  body.top #reactdenshis .close_button button,
  body.top #reactshiens .close_button button {
    box-shadow: 0 0 3px #5c5c5c;
    background: #fff;
  }
}
@media (max-width: 1200px) {
  body.top #reactdenshis .arrowButton,
  body.top #reactshiens .arrowButton {
    font-size: 2rem;
    text-shadow: #000;
  }
}
@media (max-width: 1200px) {
  body.top #reactdenshis .wp-block-table td,
  body.top #reactdenshis .wp-block-table th,
  body.top #reactshiens .wp-block-table td,
  body.top #reactshiens .wp-block-table th {
    padding: 1em 0;
    width: 100%;
    border: 0;
    display: block;
  }
}
body.top #reactdenshis .wp-block-table th,
body.top #reactshiens .wp-block-table th {
  width: 130px;
}
@media (max-width: 1200px) {
  body.top #reactdenshis .wp-block-table th,
  body.top #reactshiens .wp-block-table th {
    width: auto;
  }
}
body.top #reactdenshis .shiens .area,
body.top #reactshiens .shiens .area {
  display: none;
}
body.top #reactdenshis .shiens.area_show .area,
body.top #reactshiens .shiens.area_show .area {
  display: block;
}
body.top #reactdenshis figure,
body.top #reactshiens figure {
  display: flex;
  justify-content: center;
}
body.top #reactdenshis figure a,
body.top #reactshiens figure a {
  max-width: 600px;
}
body.top #reactdenshis .classifies > div,
body.top #reactshiens .classifies > div {
  display: flex;
  justify-content: flex-start;
}
body.top #reactdenshis .classifies > div button,
body.top #reactshiens .classifies > div button {
  margin: 0 0.3rem 0.3rem;
}
@media (max-width: 1200px) {
  body.top #reactdenshis .classifies > div button,
  body.top #reactshiens .classifies > div button {
    z-index: 0 !important;
  }
}
body.top #reactdenshis table th,
body.top #reactshiens table th {
  width: 130px;
}
@media (max-width: 1200px) {
  body.top #reactdenshis table th,
  body.top #reactshiens table th {
    display: block;
    text-align: center;
    width: auto !important;
  }
}
@media (max-width: 1200px) {
  body.top #reactdenshis table td,
  body.top #reactshiens table td {
    display: block;
    width: auto !important;
  }
}
body.top .wp-block-table.detail table {
  border: none;
  font-size: 0.9rem;
  border-collapse: separate;
  border-spacing: 0 10px;
}
body.top .wp-block-table.detail table tbody tr {
  border: none;
  margin: 3px 0;
  display: flex;
}
@media (max-width: 1200px) {
  body.top .wp-block-table.detail table tbody tr {
    display: block;
  }
}
body.top .wp-block-table.detail table tbody tr td {
  padding: 0.75rem 1rem;
  flex: 1;
}
body.top .wp-block-table.detail table tbody tr td:first-of-type {
  width: 130px;
  flex: none;
  padding: 0.5rem 0;
  font-weight: bold;
  border: none;
}
@media (max-width: 1200px) {
  body.top .wp-block-table.detail table tbody tr td:first-of-type {
    width: 100%;
  }
}
body.top .wp-block-table.detail table tbody tr td:nth-child(3) {
  width: 130px;
  border: none;
  flex: none;
  font-weight: bold;
}
@media (max-width: 1200px) {
  body.top .wp-block-table.detail table tbody tr td:nth-child(3) {
    padding: 0.5rem 0;
  }
}
body.top .top_info {
  padding: 0 0 2.5em;
}
@media (max-width: 1200px) {
  body.top .top_info {
    padding: 3em 0;
    background: #ececec;
  }
}
body.top .slider {
  margin: 0 auto;
  max-width: 995px;
}
body.top .top_h3 {
  font-size: 1.6em;
  color: #777;
  text-align: center;
}
body.top .top_h3::after {
  height: 1px;
  max-width: 4em;
  margin: 0 auto;
  display: block;
  background: #77c8e0;
  content: "";
}
@media (max-width: 1200px) {
  body.top .new_inf_back {
    padding-left: 0px;
  }
}
body.top .new_inf_back .new_atrticle {
  padding: 0 0 2em 0;
  background: #f1f1f1;
  border-radius: 16px;
  margin: 0 auto 2em;
}
@media (max-width: 1200px) {
  body.top .new_inf_back .new_atrticle {
    display: block;
    margin: 0;
  }
}
body.top .new_inf_back .new_atrticle .part {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  body.top .new_inf_back .new_atrticle .part {
    max-width: inherit !important;
  }
}
body.top .new_inf_back .new_atrticle .top_info {
  flex: 2;
  max-width: 480px;
}
@media (max-width: 1200px) {
  body.top .new_inf_back .new_atrticle .top_info {
    max-width: inherit;
  }
}
body.top .hp-button {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
body.top .hp-button.news {
  margin-bottom: 0;
}
body.top .hp-button a {
  width: 10rem;
  color: #fff;
  background: rgb(22, 163, 74);
  padding: 0.6rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  border-radius: 1.5rem;
}
body.top .hp-button.blue a {
  width: 13rem;
  background: rgb(59, 130, 246);
}
body.top .top_edge {
  margin: 0 0;
  padding: 0;
  position: relative;
}
@media (max-width: 1200px) {
  body.top .top_edge {
    padding: 0 2.5em;
  }
}
@media (max-width: 600px) {
  body.top .top_edge {
    margin: 0 0;
  }
}
body.top .informations {
  max-width: 1300px;
  margin: 24px auto 32px;
}
@media (max-width: 1200px) {
  body.top .informations {
    padding: 0;
    max-width: 800px;
    margin: 2rem auto;
  }
}
body.top .informations h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
  letter-spacing: 1.5px;
}
@media (max-width: 1200px) {
  body.top .informations h2 {
    font-size: 1rem;
  }
}
body.top .informations__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 16px;
  gap: 20px;
}
@media (max-width: 1200px) {
  body.top .informations__wrapper {
    margin: 0 1rem;
    width: auto;
    display: flex;
    flex-direction: column;
  }
}
body.top .informations__wrapper .news {
  width: 800px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 800px) {
  body.top .informations__wrapper .news {
    width: 100%;
  }
}
body.top .informations__wrapper .news__header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
}
body.top .informations__wrapper .news .more_block {
  display: flex;
  justify-content: center;
}
body.top .informations__wrapper .news .more_block .more {
  color: #6b6565;
  font-size: 0.8rem;
  font-weight: normal;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid;
}
body.top .informations__wrapper .news.has_events {
  width: 100%;
  max-width: 500px;
}
body.top .informations__wrapper .news.has_events .news__header {
  flex-direction: row;
  justify-content: start;
  align-items: start;
}
body.top .informations__wrapper .news.has_events .more_block {
  display: flex;
  justify-content: flex-end;
}
body.top .news {
  flex: 1;
  text-align: left;
  margin: 0;
}
@media (max-width: 1200px) {
  body.top .news {
    margin: 0;
    max-width: inherit;
    min-width: inherit;
    width: 100%;
  }
}
body.top .new_infos {
  margin: 0 0;
  width: auto;
  display: flex;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  gap: 28px;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  body.top .new_infos {
    -moz-columns: 1;
         columns: 1;
    min-width: inherit;
    max-width: inherit;
    margin: 0 auto;
    width: auto;
    display: block;
  }
}
body.top .new_infos__lists {
  display: flex;
  flex-direction: column;
  top: 0;
  gap: 16px;
}
@media (max-width: 1200px) {
  body.top .new_infos__lists {
    max-width: 500px;
  }
}
body.top .new_infos__lists .infos_lists {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 5px;
  margin-bottom: 16px;
  list-style: none;
}
@media (max-width: 1200px) {
  body.top .new_infos__lists .infos_lists {
    width: 100%;
  }
}
body.top .new_infos__lists .infos_lists__item {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  background: #e7e7e7;
  position: relative;
}
@media (max-width: 1200px) {
  body.top .new_infos__lists .infos_lists__item {
    flex-direction: column;
  }
}
body.top .new_infos__lists .infos_lists__item.active {
  background: #fff;
  box-shadow: 0 0 12px rgb(124, 124, 124);
}
body.top .new_infos__lists .infos_lists__item.active::after {
  content: "\f0da";
  /* Font Awesomeの右矢印 (fa-arrow-right) */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  height: 100%;
  font-size: 17px;
  display: flex;
  right: 0;
  top: 0;
  margin-right: -1.2rem;
  align-items: center;
}
@media (max-width: 1200px) {
  body.top .new_infos__lists .infos_lists__item.active::after {
    display: none;
  }
}
body.top .new_infos__lists .infos_lists__item__dateblock {
  background-color: #4b4b4b;
  color: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  min-width: 160px;
  text-align: center;
  margin-right: 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  body.top .new_infos__lists .infos_lists__item__dateblock {
    width: 100%;
  }
}
body.top .new_infos__lists .infos_lists__item__dateblock .day .date {
  font-size: 2rem;
}
@media (max-width: 1536px) {
  body.top .new_infos__lists .infos_lists__item__dateblock .month-year .year {
    display: none;
  }
}
body.top .new_infos__lists .infos_lists__item__dateblock .lines {
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  body.top .new_infos__lists .infos_lists__item__dateblock .lines {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  body.top .new_infos__lists .infos_lists__item__dateblock .event_date_written p {
    display: inline;
  }
}
body.top .new_infos__lists .infos_lists__item__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
@media (max-width: 1536px) {
  body.top .new_infos__lists .infos_lists__item__meta {
    width: 100%;
    justify-content: start;
  }
}
body.top .new_infos__lists .infos_lists__item__meta__deta {
  color: #555;
  font-size: 16px;
}
body.top .new_infos__lists .infos_lists__item__meta__place {
  color: #777a81;
  font-size: 0.8rem;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 4px;
}
body.top .new_infos__lists .infos_lists__item__meta__place::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  padding-right: 4px;
  font-weight: bold;
}
body.top .new_infos__lists .infos_lists__item__title {
  flex: 1;
  text-decoration: none;
  font-weight: bold;
  color: #555;
}
body.top .new_infos .splide {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: auto auto;
}
@media (max-width: 1200px) {
  body.top .new_infos .splide {
    max-width: 500px;
    margin: 0 auto 2rem;
  }
}
body.top .new_infos .splide__track {
  margin: 0 0 1rem;
}
@media (max-width: 1200px) {
  body.top .new_infos .splide__track {
    margin: 0 auto;
  }
}
body.top .new_infos .splide__progress {
  max-width: 80%;
  margin: 0 auto;
}
body.top .new_infos .splide__progress__bar {
  height: 3px;
  border-radius: 18px;
  background: #ccc;
}
body.top .new_infos .splide__pagination {
  bottom: -1.5rem;
}
body.top .new_infos .splide__pagination__page {
  background: #888;
}
body.top .new_infos .splide__pagination__page.is-active {
  background: #ccc;
}
body.top .new_infos__events {
  list-style: none;
  padding: 0;
  line-height: 1.8;
  width: 100%;
  margin: 0 auto 1em;
  max-height: none;
}
@media (max-width: 1200px) {
  body.top .new_infos__events {
    -moz-columns: inherit;
         columns: inherit;
    max-width: inherit;
  }
}
body.top .new_infos__events a {
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
body.top .new_infos__events__event_item__outer {
  margin: 0.5rem 0;
  display: block;
}
@media (max-width: 1200px) {
  body.top .new_infos__events__event_item__outer {
    box-shadow: none;
  }
}
body.top .new_infos__events__event_item__wrapper {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media (max-width: 1200px) {
  body.top .new_infos__events__event_item__wrapper {
    -moz-columns: unset;
         columns: unset;
  }
}
body.top .new_infos__events__event_item__wrapper__image {
  display: flex;
  justify-content: center;
  margin: 0 5px;
}
body.top .new_infos__events__event_item__wrapper__image img {
  width: calc(100% - 1rem);
  height: auto;
  background-size: cover;
  max-width: 400px;
  padding: 0.5rem;
  background: #fff;
  box-shadow: 0 0 5px rgb(124, 124, 124);
}
@media (max-width: 1200px) {
  body.top .new_infos__events__event_item__wrapper__image img {
    max-width: 320px;
  }
}
body.top .new_infos__events__event_item__wrapper__title {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
body.top .new_infos__events__event_item__wrapper__content {
  flex: 1;
  position: relative;
  padding: 1rem 1rem 1rem;
  background: #f1f1f1;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
body.top .new_infos__events__event_item__wrapper__content__etc {
  font-size: 0.89rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
body.top .new_infos__events__event_item__wrapper__content__etc p {
  margin: 0;
  padding: 0;
}
body.top .new_infos__events__event_item__wrapper__content__terms {
  display: flex;
  flex-wrap: wrap;
}
body.top .new_infos__events__event_item__wrapper__content__terms .term {
  background: #212121;
  color: #fff;
  border-radius: 15rem;
  font-size: 0.78rem;
}
body.top .new_infos__events__event_item__wrapper__content__terms .term:last-of-type {
  margin-right: 0;
}
body.top .new_infos__events__event_item__wrapper__event__day {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
  text-align: center;
}
body.top .new_infos__events__event_item__wrapper__event__day::before {
  content: "開催日時";
  display: block;
  font-size: 0.8rem;
  color: #666;
}
body.top .new_infos__noEvent {
  flex: 1;
  font-size: 1rem;
  max-width: 640px;
  color: #828c9a;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  text-align: center;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  width: 100%;
}
body.top .new_infos__noEvent a {
  color: #279175;
}
body.top .new_infos .slick-dots > li:first-child:last-child {
  display: none;
}
body.top .informations__panel {
  margin: 0 0;
  background-size: cover;
}
@media (max-width: 1200px) {
  body.top .informations__panel {
    max-width: inherit;
    display: block;
    margin: 0 auto;
    padding: 32px 20px;
    -moz-columns: unset;
         columns: unset;
    grid-column: inherit;
  }
}
body.top .informations__panel .top_info {
  max-width: 50%;
  padding: 0 0 0.2rem;
}
@media (max-width: 1200px) {
  body.top .informations__panel .top_info {
    max-width: none;
    padding: 1.1rem 0;
    background: #ececec;
  }
}
body.top .informations__panel > h3 {
  line-height: 1.3;
}
body.top .informations__panel .top-widget_back {
  display: flex;
  /* 横並び */
  justify-content: space-between;
  /* 中央配置 */
  gap: 20px;
  /* 画像間の間隔 */
  align-items: flex-start;
  max-width: 1260px;
  margin: 0 auto;
  border-top: 1px solid #b0b0b0;
  padding: 32px 0 32px;
  /* 上揃えで配置 */
}
@media (max-width: 1536px) {
  body.top .informations__panel .top-widget_back {
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1200px) {
  body.top .informations__panel .top-widget_back {
    flex-direction: column;
  }
}
body.top .informations__panel .top-widget_back .top-widget {
  box-sizing: border-box;
  padding: 0 0 0;
}
@media (max-width: 1536px) and (max-width: 1200px) {
  body.top .informations__panel .top-widget_back .top-widget img {
    height: auto !important;
  }
}
body.top .informations__panel .top-widget_back .top-widget h2 {
  text-align: center;
  font-weight: bold;
  padding: 0 0 0.75em;
}
@media (max-width: 1200px) {
  body.top .informations__panel .top-widget_back .top-widget {
    max-width: 450px;
    margin: 0 auto 0;
    padding: 0;
  }
}
body.top .informations__panel .top-widget_back .top-widget figure {
  /* 全ての画像に同じ高さを設定（必要に応じて値を変更） */
  width: auto;
  /* 比率を保ち、トリミングしない */
  /* 親要素からはみ出さないように */
}
body.top .informations__panel .top-widget_back .top-widget img {
  width: auto;
  height: 120px;
  max-width: 100%;
  border: 1px solid #ccc;
  -o-object-fit: contain;
     object-fit: contain;
}
body.top .informations__panel .top-widget_back {
  flex-direction: row;
}
@media (max-width: 1200px) {
  body.top .informations__panel .top-widget_back {
    flex-direction: column;
  }
}
body.top .top_section {
  max-width: 1015px;
  margin: 0 auto;
  padding: 0 1em;
  border-radius: 16px;
}
body.top .top_section .setsumei {
  line-height: 2;
  margin: 1rem 0 1.3rem;
}
body.top .top_section .setsumei p {
  font-size: 1rem;
}
body.top .top_section .setsumei .small {
  font-size: 0.9rem;
}
body.top .top_section .informations__panel {
  margin: 0 0;
  grid-column: 1/4;
}
@media (max-width: 1536px) {
  body.top .top_section .informations__panel {
    margin: 0 auto;
    padding: 0;
    grid-column: 1/4;
  }
}
@media (max-width: 1200px) {
  body.top .top_section .informations__panel {
    max-width: inherit;
    display: block;
    margin: 0 auto;
    -moz-columns: unset;
         columns: unset;
    grid-column: inherit;
  }
}
body.top .top_section .informations__panel .top_info {
  max-width: 50%;
  padding: 0 0 0.2rem;
}
@media (max-width: 1200px) {
  body.top .top_section .informations__panel .top_info {
    max-width: none;
    padding: 1.1rem 0;
    background: #ececec;
  }
}
body.top .top_section .informations__panel > h3 {
  line-height: 1.3;
}
body.top .top_section .informations__panel .top-widget_back {
  display: flex;
  /* 横並び */
  justify-content: space-between;
  /* 中央配置 */
  gap: 20px;
  /* 画像間の間隔 */
  align-items: flex-start;
  /* 上揃えで配置 */
}
@media (max-width: 1536px) {
  body.top .top_section .informations__panel .top-widget_back {
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (max-width: 1200px) {
  body.top .top_section .informations__panel .top-widget_back {
    flex-direction: column;
  }
}
body.top .top_section .informations__panel .top-widget_back .top-widget {
  box-sizing: border-box;
  padding: 0 0 0;
}
@media (max-width: 1536px) {
  body.top .top_section .informations__panel .top-widget_back .top-widget img {
    height: 90px !important;
  }
}
@media (max-width: 1536px) and (max-width: 1200px) {
  body.top .top_section .informations__panel .top-widget_back .top-widget img {
    height: auto !important;
  }
}
body.top .top_section .informations__panel .top-widget_back .top-widget h2 {
  text-align: center;
  font-weight: bold;
  padding: 0 0 0.75em;
}
@media (max-width: 1200px) {
  body.top .top_section .informations__panel .top-widget_back .top-widget {
    max-width: 450px;
    margin: 0 auto 0;
    padding: 0;
  }
}
body.top .top_section .informations__panel .top-widget_back .top-widget figure {
  /* 全ての画像に同じ高さを設定（必要に応じて値を変更） */
  width: auto;
  /* 比率を保ち、トリミングしない */
  /* 親要素からはみ出さないように */
}
body.top .top_section .informations__panel .top-widget_back .top-widget img {
  width: auto;
  height: 120px;
  max-width: 100%;
  box-shadow: 0 0 5px rgb(124, 124, 124);
  -o-object-fit: contain;
     object-fit: contain;
}
body.top .top_section .informations__panel .top-widget_back {
  flex-direction: row;
}
@media (max-width: 1200px) {
  body.top .top_section .informations__panel .top-widget_back {
    flex-direction: column;
  }
}
body.top .top_section.online_space_area {
  position: relative;
  max-width: inherit;
  background: rgb(237, 255, 210);
  background: linear-gradient(313deg, rgb(237, 255, 210) 0%, rgb(255, 255, 255) 100%);
  padding: 3rem 0 1rem;
  border-radius: 0;
}
body.top .top_section.online_space_area .section_title_back {
  max-width: 400px;
}
body.top .top_section.online_space_area .section_title_back .section_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .section_title_back .section_title {
    display: block;
  }
}
body.top .top_section.online_space_area .section_title_back .section_title .gradi {
  display: block;
  margin-left: 1rem;
  background: rgb(0, 212, 255);
  background: linear-gradient(45deg, #008080 0%, #2E8B57 50%, #66CDAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .section_title_back .section_title .gradi {
    margin-left: 0;
  }
}
body.top .top_section.online_space_area .setsumei {
  text-align: left;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .setsumei {
    flex-direction: column;
    text-align: center;
    padding: 0 1.8em 0;
    width: auto;
  }
}
body.top .top_section.online_space_area .setsumei > div {
  max-width: 400px;
}
body.top .top_section.online_space_area .setsumei img {
  height: 200px;
  margin-right: 1em;
  background-size: contain;
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .setsumei img {
    margin: 0;
    height: 100px;
    padding: 0 0 1em;
  }
}
body.top .top_section.online_space_area .sub_title {
  font-weight: bold;
  font-size: 0.98rem;
  text-align: center;
  margin: 1rem 0;
  color: #666;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.top .top_section.online_space_area .sub_title::before {
  content: "";
  width: 60px;
  height: 4px;
  border-radius: 15rem;
  background: #666;
  margin: 0 auto 1rem;
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .top_edge {
    padding: 0;
    background: none;
  }
}
body.top .top_section.online_space_area .top_edge .onlinespace {
  list-style: none;
  margin: 1em auto 1em;
  max-width: 1400px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .top_edge .onlinespace {
    margin: 0 1.3em;
    padding: 0;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 3;
         column-gap: 3;
    display: block;
    justify-content: start;
  }
}
@media (max-width: 600px) {
  body.top .top_section.online_space_area .top_edge .onlinespace {
    display: flex;
    -moz-columns: inherit;
         columns: inherit;
    justify-content: center;
  }
}
body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li {
  list-style: none;
  vertical-align: top;
  min-width: 300px;
  box-shadow: 0 0 3px #ccc;
  max-width: 300px;
  white-space: normal;
  text-align: left;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 10px 20px;
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    width: auto;
    max-width: inherit;
    margin: 0;
    margin-bottom: 1em;
  }
}
@media (max-width: 600px) {
  body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li {
    width: 100%;
    padding: 5px;
  }
}
body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li.schedule {
  border-radius: 0;
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
  font-size: 0.8rem;
}
body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li.schedule::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li.schedule {
    display: none;
  }
}
body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li.schedule ul {
  padding: 0;
  list-style: none;
}
body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li.schedule > ul > li {
  padding: 1em;
}
body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li.schedule > ul > li:nth-child(odd) {
  background: #f1f1f1;
}
body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li.schedule > ul > li > ul {
  margin-bottom: 1em;
}
body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li.schedule .date {
  font-weight: bold;
}
body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li .a_onlinespace_title {
  font-size: 2.5em;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 5px 0 12px;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li .a_onlinespace_title {
    font-size: 1.5em;
    margin: 0 0;
    padding: 0px;
    border: none;
    border-radius: 4px;
    text-align: center;
    background: none;
  }
}
body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li .a_onlinespace_title a {
  text-decoration: none;
  color: #777;
}
body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li .wrapper {
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li .wrapper {
    overflow: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li .top_excerpt {
  flex: 1;
  overflow-y: auto;
  font-size: 1.3em;
  /*  background: url(./images/denshi.png) no-repeat #ffffffe0; */
  background-size: cover;
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li .top_excerpt {
    display: none;
  }
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li .days {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li .days h5 {
    margin-top: 0.3em 0 !important;
  }
  body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li .days ul li a {
    font-size: 0.9em;
  }
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .top_edge .onlinespace .onlinespace_li .time_field {
    display: none;
  }
}
body.top .top_section.online_space_area .top_edge .onlinespace button.slick-prev:before,
body.top .top_section.online_space_area .top_edge .onlinespace button.slick-next:before {
  color: #aaa;
}
body.top .top_section.online_space_area .onlinespace_scedule {
  padding: 1.6rem;
  max-width: 400px;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  margin: 0 auto 1rem;
  background: rgba(255, 255, 255, 0.8431372549);
  border-radius: 4px;
}
@media (max-width: 600px) {
  body.top .top_section.online_space_area .onlinespace_scedule {
    max-width: inherit;
    margin: 0 1rem 1rem;
  }
}
body.top .top_section.online_space_area .onlinespace_scedule h3 {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 40px;
  color: #333;
}
body.top .top_section.online_space_area .onlinespace_scedule h3 a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .onlinespace_scedule .calendar {
    display: block;
  }
}
body.top .top_section.online_space_area .onlinespace_scedule .calendar iframe {
  padding: 1em 0 0;
  border: none;
  margin: 0 auto;
  max-width: 800px;
}
body.top .top_section.online_space_area .onlinespace_scedule .calendar iframe span#calendarTitle {
  display: block;
  text-align: center;
}
body.top .top_section.online_space_area .onlinespace_scedule .calendar .this_month,
body.top .top_section.online_space_area .onlinespace_scedule .calendar .next_month {
  width: 50%;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  margin: 0 0 2em;
}
@media (max-width: 1200px) {
  body.top .top_section.online_space_area .onlinespace_scedule .calendar .this_month,
  body.top .top_section.online_space_area .onlinespace_scedule .calendar .next_month {
    width: auto;
  }
}
body.top .top_section.online_space_area .onlinespace_scedule .calendar .this_month h4,
body.top .top_section.online_space_area .onlinespace_scedule .calendar .next_month h4 {
  font-size: 1.3em;
  color: #333;
}
body.top .top_section.online_space_area .onlinespace_scedule .calendar .this_month ul,
body.top .top_section.online_space_area .onlinespace_scedule .calendar .next_month ul {
  padding: 0;
  list-style: none;
}
body.top .top_section.online_space_area .onlinespace_scedule .calendar .this_month ul li,
body.top .top_section.online_space_area .onlinespace_scedule .calendar .next_month ul li {
  font-size: 1.2em;
  line-height: 2.5;
}
body.top .top_section.online_space_area .onlinespace_scedule .calendar .this_month ul li .list-view-google-calendar_date,
body.top .top_section.online_space_area .onlinespace_scedule .calendar .next_month ul li .list-view-google-calendar_date {
  font-size: 1.3em;
  font-weight: bold;
  color: #666666;
}
@media (max-width: 600px) {
  body.top .top_section {
    border-radius: 0;
  }
}
body.top .top_section.new_post {
  max-width: inherit;
  padding: 0;
}
@media (max-width: 1200px) {
  body.top .top_section.new_post {
    display: block;
  }
}
body.top .top_section.new_post.top_section {
  margin: 0;
}
@media (max-width: 1200px) {
  body.top .top_section.new_post.top_section {
    margin: 0 1em;
  }
}
body.top .top_section.new_post.top_section .top_edge {
  margin: 0 auto;
  padding: 0 2em 0 0;
}
@media (max-width: 1200px) {
  body.top .top_section.new_post.top_section .top_edge {
    width: inherit;
    padding: 0 0 1.5em 0;
    margin: 1em 1.8em;
  }
}
body.top .top_section.new_post.top_section.top_section .section_title_back {
  margin-bottom: 0 !important;
  width: 100%;
}
body.top .top_section.new_post.top_section.top_section .section_title_back .section_title {
  margin: 0 auto;
  max-width: 1015px;
  padding: 0.6em 0;
  text-align: center;
}
body.top .top_section.new_post.top_section .push_button {
  padding: 1em 0;
}
body.top .top_section.shien {
  margin: 0 auto;
  padding: 3rem 0 0;
  max-width: 1200px;
}
@media (max-width: 600px) {
  body.top .top_section.shien {
    margin: 0;
  }
}
body.top .top_section.shien .section_title_back {
  max-width: 400px;
  margin: 0 !important;
}
@media (max-width: 1200px) {
  body.top .top_section.shien .section_title_back {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    text-align: center;
    margin: 0 auto !important;
    background: rgba(251, 247, 239, 0.7647058824);
  }
}
body.top .top_section.shien .section_title_back__outer {
  display: flex;
}
@media (max-width: 1200px) {
  body.top .top_section.shien .section_title_back__outer {
    display: block;
  }
}
@media (max-width: 1200px) {
  body.top .top_section.shien .section_title_back .section_title {
    line-height: 3;
  }
}
body.top .top_section.shien .section_title_back .section_title .link {
  position: absolute;
  bottom: -1rem;
  right: -4rem;
  color: #6b6565;
  font-size: 0.8rem;
  font-weight: normal;
  display: block;
}
@media (max-width: 1200px) {
  body.top .top_section.shien .section_title_back .section_title .link {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
body.top .top_section.shien .section_title_back .setsumei p {
  display: inline-block;
}
body.top .top_section.shien #calassify_area .outer {
  border: 1px dotted #ccc;
  background: #fafafa;
}
body.top .top_section.shien #calassify_area .outer h3 {
  font-size: 1.5em;
}
body.top .top_section.shien #calassify_area .outer .classifybox {
  display: flex;
  justify-content: center;
}
body.top .top_section.shien #calassify_area .outer .classifybox input {
  margin-right: 0.3em;
}
body.top .top_section.shien #calassify_area .outer .classifybox label {
  color: #555;
}
body.top .top_section.shien .map_image {
  background: url(../images/hyogo.webp) no-repeat center bottom;
  background-size: contain;
  padding: 0 24px;
}
@media (max-width: 1200px) {
  body.top .top_section.shien .map_image {
    padding: 0;
    background: url(../images/hyogo.webp) no-repeat right bottom;
    background-size: contain;
  }
}
body.top .top_section.shien .top_pinner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  margin-right: 1rem;
}
@media (max-width: 1200px) {
  body.top .top_section.shien .top_pinner {
    margin-right: 0;
  }
}
body.top .top_section.shien .top_pinner::after {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  color: #d62424;
  display: block;
  font-size: 4rem;
  font-weight: 900;
  transition: 0.1s;
}
@media (max-width: 1200px) {
  body.top .top_section {
    padding: 0;
  }
}
body.top .top_border {
  height: 2.4em;
  width: 100%;
  background: #eee;
}
@media (max-width: 1200px) {
  body.top .top_border {
    display: none;
  }
}
body.top .shien_sub {
  font-size: 1.3em;
  margin: 1.3em 0;
}
body.top .shiens__wrapper__lists {
  background: #fff;
  border: 1px solid #ccc;
  padding: 1em;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  margin: 1em -1em;
}
body.top .shiens__wrapper__lists .tiiki_block {
  width: calc(25% - 2em);
  margin: 1em 1em;
}
@media (max-width: 1200px) {
  body.top .shiens__wrapper__lists .tiiki_block {
    width: calc(50% - 2em);
  }
}
body.top .shiens__wrapper__lists .tiiki_block input {
  display: none;
}
body.top .shiens__wrapper__lists .tiiki_block label {
  display: flex;
  align-items: center;
  position: relative;
}
body.top .shiens__wrapper__lists .tiiki_block .shien_area:checked + label::before {
  content: "";
  width: 8px;
  height: 8px;
  background: rgb(255, 172, 78);
  border-radius: 4px;
  position: absolute;
  left: 4px;
}
body.top .shiens__wrapper__lists .tiiki_block div:last-of-type {
  margin-bottom: 0;
}
body.top .shiens__wrapper__lists .tiiki_block .area label {
  cursor: pointer;
  background: #ffdad0;
  border-radius: 4px;
  font-weight: bold;
  padding: 0.4em 1em;
  width: 100%;
}
body.top .shiens__wrapper__lists .tiiki_block .area label:hover {
  opacity: 0.75;
}
body.top .shiens__wrapper__lists .tiiki_block .city {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
}
body.top .shiens__wrapper__lists .tiiki_block .city .shityou {
  min-width: calc(50% - 2em);
  margin: 0 1em;
}
@media (max-width: 600px) {
  body.top .shiens__wrapper__lists .tiiki_block .city .shityou {
    display: none;
  }
}
body.top .shiens__wrapper__lists .tiiki_block .city .shityou label {
  cursor: pointer;
  padding: 0.4em 1em;
}
body.top .shiens__wrapper__lists .tiiki_block .city .shityou label:hover {
  background: #e9e9e9;
}
body.top .main_contents {
  max-width: inherit;
}
@media (max-width: 1200px) {
  body.top .main_contents {
    margin: 0;
  }
}
body.top .main_contents__wrapper {
  max-width: inherit;
  margin: 0;
}
body.top .main_contents__wrapper {
  max-width: inherit !important;
  margin: 0;
}
body.top .main_contents__wrapper .main {
  background: none;
  max-width: none;
}
@media (max-width: 1200px) {
  body.top .main_contents__wrapper .main {
    margin: 0 auto;
  }
}
body.top .main_contents__wrapper .main .article {
  width: 100%;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
body.top .main_contents__wrapper .main .push_button a {
  text-decoration: none;
  margin: 0 auto;
  font-size: 1.3em;
  width: 220px;
  height: 34px;
  display: flex;
  background: rgb(78.4782608696, 207.5217391304, 173.4347826087);
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 1px rgb(78.4782608696, 207.5217391304, 173.4347826087);
}
body.top .main_contents__wrapper .main .push_button a span {
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 100px;
  color: #fff;
}
body.top .main_contents__wrapper .main .section_background {
  background: #fff;
}
body.top .main_contents__wrapper .main .section_background#search_shien {
  background: #fbf7ef;
  padding: 0 0 3em;
  position: relative;
}
body.top .main_contents__wrapper .main .section_background.event {
  min-width: 370px;
  border-radius: 16px;
  background: #e3e7d1;
  border: 1px solid #fff;
  padding: 0 0 1em;
}
@media (max-width: 1200px) {
  body.top .main_contents__wrapper .main .section_background.event {
    min-width: auto;
    margin: 1em;
    padding: 0 0 1em;
  }
}
@media (max-width: 600px) {
  body.top .main_contents__wrapper .main .section_background.event {
    margin-bottom: 2em;
  }
}
body.top .main_contents__wrapper .main .section_title_back {
  position: relative;
}
body.top .main_contents__wrapper .main .section_title {
  line-height: 3;
  font-weight: bold;
  vertical-align: middle;
  margin: 0 0;
  text-align: center;
  padding: 0 0 0;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
}
@media (max-width: 1200px) {
  body.top .main_contents__wrapper .main .section_title {
    font-size: 1.2rem;
  }
}
body.top .main_contents__wrapper .main .section_title::before {
  width: 75px;
  height: 1px;
  margin-right: 0.8em;
  background: #3a8ebe;
  margin-bottom: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  vertical-align: middle;
}
body.top .main_contents__wrapper .main .shien .section_title_back,
body.top .main_contents__wrapper .main .online_space_area .section_title_back {
  border-right: none;
  border-left: none;
  border-top: 0;
  margin: 0 auto;
  position: relative;
}
body.top .main_contents__wrapper .main .shien .section_title_back a,
body.top .main_contents__wrapper .main .online_space_area .section_title_back a {
  text-decoration: none;
}
body.top .main_contents__wrapper .main .shien .section_title_back .rightarrow,
body.top .main_contents__wrapper .main .online_space_area .section_title_back .rightarrow {
  position: absolute;
  right: 1em;
  top: calc(50% - 8px);
}
body.top .main_contents__wrapper .main .online_space_area .section_title_back {
  border-right: none;
  border-left: none;
  border-top: 0;
}
body.top .main_contents__wrapper .main .section_background.report {
  padding: 0 24px 80px;
  background: url(../images/town.png) #dff4f4 bottom;
  background-repeat: repeat-x;
}
body.top .main_contents__wrapper .main .section_background.report .section_title {
  color: #186399;
}
body.top .main_contents__wrapper .main .section_background.report #report-slider.splide {
  visibility: visible !important;
}
body.top .main_contents__wrapper .main .section_background.report .splide-report {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents {
  visibility: visible !important;
  /* 初期状態ではスライドを横並びにする */
  display: flex;
  overflow-x: auto;
  /* 横スクロールバーを表示（JavaScriptでSplideがアクティブになったら隠す） */
  scroll-snap-type: x mandatory;
  /* スクロールスナップを有効にする（任意） */
  -webkit-overflow-scrolling: touch;
  /* iOSでスムーズスクロール */
  width: 100%;
  /* 親要素に合わせて幅を調整 */
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents.is-active {
  overflow-x: hidden;
  /* Splideアクティブ時は横スクロールバーを隠す */
  display: block;
  /* Splideのレイアウトに合わせる */
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents .splide__track {
  display: flex;
  /* Splideの内部要素 */
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents .splide__list {
  display: flex;
  /* スライドを横並びにする */
  padding: 0;
  margin: 0;
  list-style: none;
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents .report-slide {
  width: 400px;
  height: 300px;
  margin-right: 1rem;
  margin-left: 0.4rem;
  /* スライド間の余白 */
  scroll-snap-align: start;
  /* スクロールスナップの位置（任意） */
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents .report-slide:last-child {
  margin-right: 0;
  /* 最後のスライドの右余白をなくす */
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents .report-slide .embed-container {
  position: relative;
  width: 100%;
  height: calc(100% - 40px);
  overflow: hidden;
  background-color: #000;
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents .report-slide .embed-container a.fancybox-trigger {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents .report-slide .embed-container a.fancybox-trigger img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents .report-slide .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents .report-slide .youtube-thumbnail {
  width: 100%;
  max-width: 640px;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents .report-slide .slide_header {
  overflow-x: hidden;
  display: flex;
  gap: 1.2rem;
  height: 40px;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents .report-slide .slide_header .report-day {
  color: #000;
  font-weight: normal;
  font-family: monospace;
  font-size: 0.75rem;
  text-shadow: #fff 0 0 5px;
}
body.top .main_contents__wrapper .main .section_background.report .splide-report__contents .report-slide .slide_header .report-title {
  border-radius: 8px;
  color: #444;
  White-space: nowrap;
  text-shadow: #fff 0 0 5px;
}
body.top .main_contents__wrapper .main .iti_ran a {
  text-decoration: none;
  margin: 1em auto 2em;
  font-size: 1.3em;
  width: 220px;
  height: 34px;
  display: flex;
  background: rgb(132.4193548387, 186.6129032258, 217.5806451613);
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 0 rgb(46.0725806452, 112.7983870968, 150.9274193548);
}
body.top .main_contents__wrapper .main .iti_ran a:hover {
  background: rgb(171.4919354839, 208.4112903226, 229.5080645161);
  transform: translateY(3px);
  box-shadow: none;
}
body.top .main_contents__wrapper .main .iti_ran a span {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
  color: #fff;
}
body.top .main_contents__wrapper .main .iti_ran.online a {
  background-color: #fff;
  box-shadow: 0 3px 0 #ccc;
}
body.top .main_contents__wrapper .main .iti_ran.online a:hover {
  background: #ccc;
  transform: translateY(3px);
  box-shadow: none;
}
body.top .main_contents__wrapper .main .iti_ran.online a span {
  color: #279175;
}
body.top .custom-shape-divider-top-1714046616 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
body.top .custom-shape-divider-top-1714046616 svg {
  position: relative;
  display: block;
  width: calc(103% + 1.3px);
  height: 53px;
  transform: rotateY(180deg);
}
body.top .custom-shape-divider-top-1714046616 .shape-fill {
  fill: #FFFFFF;
}
body.top .custom-shape-divider-top-1714118284 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
body.top .custom-shape-divider-top-1714118284 svg {
  position: relative;
  display: block;
  width: calc(162% + 1.3px);
  height: 57px;
  transform: rotateY(180deg);
}
body.top .custom-shape-divider-top-1714118284 .shape-fill {
  fill: #FBF7EF;
}/*# sourceMappingURL=top.css.map */