@charset "UTF-8";
/*
Theme Name: CUBIC
Description: CUBIC Template
Author: kashimura co.ltd..
*/
:root {
  /* 本文: 375pxで14px、900pxで30pxになるよう自動計算 */
  --font-size-base: clamp(0.875rem, 0.161rem + 3.05vw, 1.875rem);
}

body {
  font-size: var(--font-size-base);
}

.in {
  width: 90%;
}

.pc {
  display: none;
}

.top_heading,
.nishitani_park_text h3,
h2 {
  font-size: 1.5em;
}

.top_heading span {
  font-size: var(--font-size-base);
  display: block;
}

.news_cat,
figcaption,
h3 {
  font-size: 1.1666666667em;
}

.about_page_title {
  font-size: 1.0666666667em;
}

.news_list .news_cat {
  font-size: 1.0333333333em;
}

.link_more,
.event_date {
  font-size: 0.9333333333em;
}

/* ====================
カレンダー
==================== */
.fc .fc-toolbar {
  flex-direction: column-reverse;
}

.fc .fc-toolbar-title {
  font-size: 1.9em;
}

.fc-toolbar-chunk:has(.fc-toolbar-title) {
  margin-bottom: 2em;
}

.fc .fc-toolbar .fc-button-group > .fc-button {
  font-size: 1.1666666667em;
}

.fc .fc-daygrid-day-number {
  font-size: 1.1333333333em;
}

.fc .fc-col-header-cell-cushion {
  font-size: 0.7666666667em;
}

.fc-event-main-title {
  font-size: 12px;
}

.fc .fc-prev-button,
.fc .fc-next-button {
  width: 2.1333333333em;
  height: 2.1333333333em;
}

.fc .fc-button .fc-icon {
  font-size: 0.7333333333em;
}

/* ====================
共通
==================== */
.link_more::before {
  content: "→";
  font-size: 0.8em;
  width: 3em;
  height: 3em;
}

.top_heading_wrap,
.calendar_heading_wrap {
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.grid {
  grid-template-columns: 1fr;
  gap: 6.1111111111vw;
}

/* ====================
header
==================== */
.header_logo {
  width: 61.4444444444vw;
}

.site_header {
  height: 20vw;
  padding: 0 3.3333333333%;
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index: 998;
  top: 20vw;
  left: 0;
  color: #fff;
  background: rgba(71, 70, 73, 0.9);
  text-align: center;
  width: 100%;
  height: calc(100svh - 20vw);
  transform: translateX(100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
nav.globalMenuSp ul .sub-menu {
  margin: 0;
  margin-left: 1em;
  display: none;
}
nav.globalMenuSp ul .sub-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
}
nav.globalMenuSp ul .sub-menu a::before {
  content: "→";
  font-size: 0.6em;
}

.menu-item-has-children > a::after {
  content: "＋";
  float: left;
  transition: transform 0.3s;
}

/* 展開時（is-openがついた時）のアイコン変化 */
.menu-item-has-children.is-open > a::after {
  content: "ー";
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
}

nav.globalMenuSp .sns_logo img {
  width: 2em;
}

.sns_wrap a {
  width: 2.7666666667em;
}

/* ====================
footer
==================== */
.site_footer {
  font-size: 1em;
  padding: 2.5em 0 0;
}
.site_footer .sns_wrap {
  justify-content: center;
  margin-right: 0;
  margin-top: 1.4em;
  margin-bottom: 1em;
}

.footer_wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.info_wrap {
  margin-top: 1em;
}

.facility_name_wrap {
  line-height: 1.5;
}
.facility_name_wrap span {
  font-size: 2.3333333333em;
}

/* ====================
swiper
==================== */
.first_view .swiper {
  aspect-ratio: 900/375;
}

.fv_copy {
  top: 7%;
}
.fv_copy h2 {
  font-size: clamp(1.313rem, 0.037rem + 6.38vw, 3.625rem);
  line-height: 1.4;
}

/* ---pagination */
.swiper-pagination {
  bottom: clamp(0.438rem, 0.196rem + 1.21vw, 0.875rem);
}

.swiper-pagination-bullet {
  width: clamp(0.438rem, 0.196rem + 1.21vw, 0.875rem);
  height: clamp(0.438rem, 0.196rem + 1.21vw, 0.875rem);
}

/* pagination--- */
/* ====================
TOP
==================== */
.top_container--events {
  padding: 2em 0 3.3333333333em;
}
.top_container--calendar {
  padding: 3.3333333333em 0 3.3333333333em;
}
.top_container--calendar #calendar {
  margin-bottom: 3em;
}
.top_container--exinfo {
  padding: 3em 0 3.8333333333em;
}
.top_container--news {
  padding: 2.6666666667em 0 3em;
}
.top_container--about {
  padding: 3.6666666667em 0 3em;
}
.top_container--link {
  padding: 3em 0 3.3333333333em;
}
.top_container a.link_more {
  justify-content: center;
}

.chara_guide .chara--01 {
  width: 5.9em;
  top: -10em;
  transform: none;
  left: 73%;
}

/* ====================
top イベント
==================== */
.event_list {
  margin-bottom: 3.1em;
}
.event_list a {
  display: flex;
  justify-content: space-between;
}
.event_list a .text_wrap,
.event_list a .img_wrap {
  width: 48%;
}

/* ====================
top 展示施設情報
==================== */
.exhibition_figure {
  display: flex;
}
.exhibition_figure > *:not(figcaption) {
  width: 61.9047619048%;
}
.exhibition_figure img {
  aspect-ratio: 520/373;
}
.exhibition_figure figcaption {
  width: 38.0952380952%;
  background-color: var(--lightgray);
  color: var(--heavyred);
  line-height: 1.17;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
}
.exhibition_figure figcaption::after {
  content: "〉";
  margin-left: 0.5em;
}

.card_link.flex {
  flex-direction: column;
}

.nishitani_park_text {
  margin-top: 1.4666666667em;
}
.nishitani_park_text p {
  margin-top: 1.4em;
  margin-bottom: 2.6666666667em;
}

/* ====================
top お知らせ
==================== */
.news_list li a {
  border-left: 15px solid var(--gray);
  padding: 1.5em 0.8em;
}

.news_title {
  font-size: var(--font-size-base);
}

/* ====================
top 弥生の森について
==================== */
.about_page_list {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3333333333em 7.5%;
}

/* ====================
固定ページ
==================== */
.content_container {
  margin-top: 1.6333333333em;
  padding: 1.5em 0 2.0333333333em;
}
.content_container .section:not(:first-child) {
  margin-top: 2.3333333333em;
}

.section_title {
  font-size: 1em;
  text-align: center;
}

.guide-image {
  margin-top: 2.3333333333em;
}

.data_table th {
  padding-right: 1.5em;
}

.usage_table {
  width: 100%;
}

/* ====================
お問合せフォーム
==================== */
.contact_table {
  margin-bottom: 30px;
}
.contact_table tr,
.contact_table th,
.contact_table td {
  display: block;
  width: 100%;
  text-align: left;
}
.contact_table tr {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.contact_table th {
  margin-bottom: 5px;
}
.contact_table input[name=com_field01],
.contact_table input[name=com_field02] {
  width: 100%;
}

.post_pub_yeartable tr {
  border: none;
  padding: 0;
}
.post_pub_yeartable td {
  display: inline-block;
  width: auto;
  padding: 5px;
}
.post_pub_yeartable td input {
  width: 21vw;
  min-width: 4em;
  max-width: 14em;
  margin-right: 6px;
}/*# sourceMappingURL=style_mob.css.map */