@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
}

.pc {
	display: none;
}
.sp {
	display: block;
}
a.more {
	width: 70%;
}

.inner {
	width: 92%;
	max-width: 1860px;
	margin: 0 auto;
	padding: 0 4% 0 4%;
}
.middle_inner {
	width: 90%;
	max-width: 1350px;
	margin: 0 auto;
	z-index: 10;
	padding: 0 5% 0 5%;
}
.low_inner {
	width: 88%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 3% 0 3%;
}
.minimum_inner {
	width: 90%;
	max-width: 910px;
	margin: 0 auto;
	padding: 0 5% 0 5%;
}

.subttl {
	font-size: 1em;
}
.fs38 {
	font-size: calc(35 * 0.0625em);
}
.fs40 {
	font-size: calc(35 * 0.0625em);
}
.fs43 {
	font-size: calc(35 * 0.0625em);
}
.fs44 {
	font-size: calc(35 * 0.0625em);
}
.fs60 {
	font-size: calc(35 * 0.0625em);
}
.fs70 {
	font-size: calc(35 * 0.0625em);
}

.zdo_drawer_menu * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
}
.zdo_drawer_menu a {
	color: inherit;
	text-decoration: none;
}
.zdo_drawer_menu a:visited {
	color: inherit;
}
.zdo_drawer_menu .zdo_drawer_bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}
.zdo_drawer_button {
	top: 0.5em;
	right: 2em;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
	width: 46px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
	transform: rotate(26deg);
	background-color: #fff;
	height: 2px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
	opacity: 0;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
	transform: rotate(-26deg);
	background-color: #fff;
	height: 2px;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
	display: none;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
	display: block;
	color: #fff;
}
.zdo_drawer_menu .zdo_drawer_bar {
	display: block;
	height: 2px;
	/* margin: 8px 0 5px 0; */
	transition: all 0.2s;
	transform-origin: 0 0;
	margin: 8px auto 5px;
}
.zdo_drawer_menu .zdo_drawer_text {
	text-align: center;
	font-size: 10px;
}
.zdo_drawer_menu .zdo_drawer_close {
	letter-spacing: 0.08em;
	display: none;
}
.zdo_drawer_menu .zdo_drawer_menu_text {
	display: block;
}

.zdo_drawer_menu .zdo_drawer_button {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 5em;
	letter-spacing: 0.1em;
	cursor: pointer;
	padding: 0.2em 1.5em 0.7em 1.5em;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1001;
	text-align: center;
	outline: none;
	background-color: #211713;
	color: #fff;
	width: 18.5vw;
	height: 100%;
}

.zdo_drawer_menu .zdo_drawer_button.active {
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
}
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
	width: 100%;
	max-width: 100%;
	height: calc(100% - 18.8vw);
	transition: all 0.5s;
	transform: translate(100%);
	position: fixed;
	top: 6.8vw;
	right: 0;
	z-index: 1000;
	background-color: #fff;
}
@media (max-width: 520px) {
	.zdo_drawer_menu .zdo_drawer_nav_wrapper {
		top: 6.8vw;
	}
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
}
.zdo_drawer_menu.left .zdo_drawer_button {
	right: auto;
	left: 32px;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
	transform: translate(-312px);
	right: auto;
	left: 0;
}
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
}
/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
	padding: 112px 24px;
}
.zdo_drawer_menu .zdo_drawer_nav li a {
	color: #544848;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 0.55em;
}

.zdo_drawer_menu .zdo_drawer_nav li a span {
	margin: 0;
	padding: 0 0 0 1em;
	display: block;
	line-height: 0.8em;
	font-size: 0.75em;
	font-weight: 400;
}

.zdo_drawer_menu .zdo_drawer_nav li a span::before {
	content: "\A";
	white-space: pre;
}

.zdo_drawer_menu .zdo_drawer_nav li {
	position: relative;
	text-align: center;
	margin: 1em;
}

.zdo_drawer_menu .zdo_drawer_nav li.nav_ttl {
	font-size: 2em;
	text-align: left;
	background: #f76712;
	color: #fff;
	margin: 0;
	padding: 0.5em;
}

/*+++ Default Button Color +++*/

.zdo_drawer_close {
	color: #000;
}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
	background-color: #fff;
}

section#venue .flower_left,
section#venue .flower_right,
.flower_left,
.flower_right {
	top: 22em;
}
.page_title_flower_left {
	width: calc(600vw / 17);
}
.page_title_flower_right {
	width: calc(600vw / 17);
}

header#header .inner {
	/* width: 96%; */
	padding: 0;
	width: 90%;
}
header#header {
	position: fixed;
	z-index: 100;
	background-color: #fff;
	width: 100vw;
}
header#header .logo {
	/* width: calc(679vw / 9); */
	margin: 0.8em 0 0.8em 0;
	width: calc((33 / 375) * 100vw);
}
header#header nav {
	width: 100%;
	float: none;
	font-size: 1em;
}
header#header nav #trans {
	float: none;
	text-align: center;
}
header#header nav #trans .wrap {
	margin: 1.5em auto 1em auto;
	text-align: center;
	display: inline-block;
}
header#header nav #trans select.trans_select {
	font-size: 1.5em;
}

header#header nav ul#menu2 {
	text-align: left;
	font-size: 1.5em;
	padding: 0 0 0 0;
}
header#header nav ul#menu2 li {
	display: block;
	border-left: none;
	margin: 0 1.5em 0 1.5em;
	padding: 0.5em 0 0.3em 0;
	border-bottom: dotted 4px #aaaaaa;
	box-sizing: border-box;
}
header#header nav ul#menu2 li a {
	padding: 0;
}
header#header nav ul#menu2 li a img.icon {
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: middle;
}
header#header nav ul#menu2 li.last {
	border-right: none;
}
header#header nav ul#menu2 li.sp {
	display: block;
}
header#header nav #menu1.sp-logo-btn-wrap a {
	font-size: 16px;
}
header#header nav #menu1.sp-logo-btn-wrap {
	margin-top: 4px;
	margin-bottom: 20px;
}
/*
header#header nav #trans { margin-left: 0; }
*/
section#about h1.theme {
	font-size: 1.8em;
}
section#about p.center {
	text-align: left;
}

section#symbol .flex {
	display: block;
}
section#symbol figure.box {
	padding: 0 0 2em 0;
	width: 100%;
	margin: 0 auto;
}

section#venue p.center {
	text-align: left;
}
section#venue .venue_vew {
	padding-bottom: 2em;
}
section#venue .venue_vew div.txt {
	position: static;
	width: 100%;
}

section#venue .flex {
	display: block;
}
section#venue .flex dl.box {
	width: 100%;
	max-width: 100%;
}

section#main_venue .flex {
	display: block;
}
section#main_venue figure.box {
	padding: 0 0 4em 0;
	width: 100%;
	margin: 0 auto 1em;
	height: 35vw;
}
@media screen and (max-width: 650px) {
	section#main_venue figure.box {
		height: 36vw;
	}
}
@media screen and (max-width: 520px) {
	section#main_venue figure.box {
		height: 37vw;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 428px) {
	section#main_venue figure.box {
		height: 40vw;
	}
}

section#main_venue figure.box a.sum {
	float: left;
	width: 41%;
	margin: 0.5em 0 0 0;
}
section#main_venue figure.box figcaption {
	float: right;
	width: 55%;
	padding: 0 0 0 0;
}
section#main_venue figure.box figcaption dl dt {
	font-size: 150%;
}
section#main_venue figure.box figcaption a.more {
	padding: 1em 0 1em 0;
	font-size: 0.9em;
	border-top-right-radius: 1.7em;
	border-top-left-radius: 1.7em;
	border-bottom-right-radius: 1.7em;
	border-bottom-left-radius: 1.7em;
}
section#main_venue figure.box::after {
	content: "";
	clear: both;
	display: block;
}
section#main_venue figure.box a.sum::after {
	font-size: 9px;
	transform: rotate(45deg);
	border-left: solid 9px transparent;
	border-bottom: solid 9px transparent;
	top: 0;
	bottom: 0;
	right: -5px;
	left: auto;
}
section#main_venue figure.box a.sum.border_pink::after {
	border-top: solid 9px #ed8a83;
	border-right: solid 9px #ed8a83;
}
section#main_venue figure.box a.sum.border_blue::after {
	border-top: solid 9px #53c1ef;
	border-right: solid 9px #53c1ef;
}
section#main_venue figure.box a.sum.border_green::after {
	border-top: solid 9px #77b56c;
	border-right: solid 9px #77b56c;
}

main {
	padding-top: 6.8vw;
}

@media (max-width: 520px) {
	main {
		padding-top: 13.8vw;
	}
}

section#splash {
	height: 160vw;
	position: relative;
}
section#splash video {
	aspect-ratio: 10 / 16;
}
section#splash #skip_btn {
	bottom: 4vw;
	width: calc(250vw / 7.6);
}
/*
section#fv { background-image: url(../img/top/fv_bg_sp.webp); height: 160vw;}
*/

section#fv img.fv_center {
	width: calc(657vw / 11);
}
section#fv img.fv_left {
	width: calc(241vw / 12);
}
section#fv aside {
	font-size: 0.5em;
}
section#fv aside dl dt::after {
	border-top: solid 5px #e75276;
	border-right: solid 5px #e75276;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -4px;
	z-index: 1;
}
section#period ul.period_list {
	font-size: 1.4em;
}
section#period p.org {
	text-align: left;
	margin-bottom: 0;
}
section#period p.org strong {
	display: inline-block;
	margin-bottom: 0.5em;
}

section#event .next_icon,
section#news .next_icon,
section#event .next_icon,
section#link .next_icon {
	left: 98%;
	font-size: 2.2em;
}

section#entry .next_icon {
	left: 96%;
	font-size: 4em;
}

section#entry .slick-arrow {
	right: 96%;
	font-size: 4em;
}

section#event .slick-arrow,
section#news .slick-arrow,
section#link .slick-arrow {
	right: 98%;
	font-size: 4em; /* font-size: 2.2em; */
}

section#event figure a.sum {
	float: none;
}
section#event figure figcaption.txt {
	float: none;
	width: 100%;
	padding: 1em 0 0 0;
}

section#sponsorship dl.box a.more,
section#entry figure a.more {
	width: 70%;
}

section#period,
section#news,
section#sponsor,
section#sns,
section#related,
section#venue,
section#event,
section#entry,
section#link {
	background-size: 200%;
}

section#related {
	padding: 6vw 0 14vw 0;
}

footer#footer {
	background-size: 200%;
}

footer#footer div.txt {
	width: 100%;
	float: none;
	padding: 0 0 1em 0;
}
footer#footer nav.menu {
	width: 100%;
	float: none;
	display: block;
}

footer#footer nav ul {
	font-size: 1.16em;
}

#ptop {
	bottom: 20vw;
	font-size: 1.5em;
	width: 3em;
	height: 3em;
}

.footer_before {
	display: none;
}
.footer_after {
	top: auto;
	bottom: 45vw;
	right: 0;
	width: calc(190vw / 7.6);
	max-width: 190px;
}
.footer_after.active {
	right: 5vw;
}

/* contents */
section.contents {
	padding: 6em 0;
}
section.end {
	padding-bottom: 6em;
}
.box1,
.box2 {
	padding: 1.5em 0 2.5em 0;
}
.box1 .subttl {
	margin-top: -5em;
}
.box3 {
	padding: 2.5em 0;
}
.list_block dd {
	padding: 0.85em 0;
}
.ol_table dt {
	width: 6em;
	padding-right: 0;
}

/* overview */
section#o_event {
	padding: 4em 0;
}
section#o_symbol {
	padding: 4em 0;
}
section#o_symbol figurue.symgol_mark img.symbol_img {
	width: 76px;
}
section#o_symbol .leaf_colors {
	display: block;
}
section#o_symbol .leaf_colors figure.leaf {
	width: 46%;
	margin: 1.5em 2% 1.5em 2%;
	float: left;
}
section#o_symbol .leaf_colors figure.leaf:nth-of-type(2n) {
	float: right;
}
section#o_symbol .leaf_colors figure.leaf:nth-of-type(2n + 1) {
	clear: both;
}
section#o_symbol .leaf_colors figure.leaf .leaf_img {
	width: 26px;
	padding-right: 0.5%;
	display: block;
	float: left;
}
section#o_symbol .leaf_colors figure.leaf figcaption {
	width: calc(100% - 26px - 5%);
	display: block;
	float: right;
}
section#o_symbol dl.intro {
	display: block;
	border-bottom: solid 1px #bfa893;
	margin-bottom: 1.5em;
}
section#o_symbol dl.intro dt {
	width: 100%;
	text-align: center;
	padding: 0.5em 0;
}
section#o_symbol dl.intro dd {
	width: 100%;
	border-left: 0;
}
section#o_symbol dl.intro dd dl.sub dd img {
	width: 32px;
}
section#sponsor {
	padding-top: 4em;
	padding-bottom: 7em;
}
section#sponsor .box2 {
	padding: 2em 4vw 2.5em 4vw;
}
section#sponsor ul.sponsor_list li {
	display: block;
	margin-right: 0;
	padding: 0.75em 0;
}

.banner-link-wrap {
	padding: 10px;
}
.border-dot-two {
	margin-bottom: 50px;
}
.news-contents {
	gap: calc((50 / 765) * 100vw);
}
.foot-logo-wrap {
	width: 80%;
	margin: 0;
	gap: calc((24 / 767) * 100vw);
	flex-direction: column;
	align-items: flex-start;
	justify-items: flex-start;
}
.foot-link-01,
.foot-link-03,
.foot-link-04,
.foot-link-06 {
	width: calc((111 / 375) * 100vw);
	max-width: 160px;
}
.foot-link-05 {
	max-width: 460px;
}

header#header nav #trans .wrap::before {
	width: 25px;
	height: 25px;
}

.news-list-page {
	padding: 0 23px;
	/* 以下paddingいずれとる */
	padding-top: 80px;
}

.news-text {
	flex: 1;
}

.news-time {
	width: 87px;
}

.sns-logo-sp {
	position: absolute;
	top: 2em;
	left: 50%;
	transform: translateX(-50%);
	margin-left: auto;
}

.menu-bar-wrapper {
	margin-top: 60px;
}

/*イベント・新着情報・募集情報*/

.green-spot-page--top .search-wrapper {
	padding: 0;
}

.nav-item-sub {
	opacity: 1;
	position: initial;
	box-shadow: none;
	border-radius: 0;
}

header#header nav ul#menu2 li .entry-link,
header#header nav ul#menu2 li .venue-link {
	text-align: center;
}

header#header nav ul#menu2 li .entry-link {
	background-color: #f1e4ed;
}

header#header nav ul#menu2 li .venue-link {
	color: #fff;
}

header#header nav ul#menu2 li .nav-item-list--fujimi .venue-link {
	background-color: #ed8a83;
}
header#header nav ul#menu2 li .nav-item-list--todoroki .venue-link {
	background-color: #53c1ef;
}
header#header nav ul#menu2 li .nav-item-list--ikuta .venue-link {
	background-color: #429d36;
}

.nav-item-list + .nav-item-list {
	margin-top: 10px;
}

.nav-item-inner {
	margin-bottom: 10px;
}

.search-wrapper {
	padding: 32px 16px;
	margin: 20px 0;
}

.search-category-inner {
	flex-direction: column;
}

.search-category,
.search-area-item,
.search-word,
.search-date {
	flex-direction: column;
	width: 100%;
	align-items: baseline;
}

.date-input-wrapper {
	display: flex;
	width: 100%;
	align-items: center;
}

.search-category {
	width: 100%;
}

.search-category::after,
.search-area-item::after {
	top: 62%;
}

.search-select-text {
	font-size: 13px;
}

.search-select-text::after {
	width: 12px;
	height: 11px;
}

.search-select-text-color {
	font-size: 10px;
}

.search-select {
	padding: 20px 10px;
}

.search-box {
	width: 100%;
	padding: 10px 7px;
}

.search-area {
	gap: 17px;
}

.search-button {
	width: 100%;
}

.column-three {
	width: 100%;
	padding: 15px;
}

.column-three .column-image {
	width: 100%;
}

.category-link-button {
	width: auto;
}

.news-list-page .category-button-body {
	width: 100%;
}

.category-button-body {
	margin: auto;
	font-size: 14px;
}

.sidebar-item-01 {
	padding: 18px 0 8px;
}

.detail-page-event .sidebar-item-01 {
	padding: 0;
}

.sidebar-title-body {
	font-size: 14px;
	padding: 12px;
}

.entry-info-page .back-button-item {
	font-size: 15px;
	line-height: 1.8;
}

.entry-info-page .back-button-item::before {
	width: 12px;
	height: 12px;
	top: 9px;
}

.back-button::before {
	top: 10px;
}

.contents-heading-wrapper-02::after {
	border-width: 16px 21px 0 21px;
}

.sidebar-item-text::before {
	width: 12px;
	height: 12px;
	left: 3px;
	top: 3px;
}

.reserve-button-wrapper {
	max-width: 236px;
}

.reserve-button {
	font-size: 14px;
	padding: 17px 0;
}

.sidebar {
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.article-reserve-lead {
	font-size: 14px;
	margin: 0 0 42px 0;
}

.entry-info-page .entry-description {
	font-size: 14px;
}

.category-link-wrapper {
	padding: 0;
	width: 100%;
}

.entry-info-page .category-link-wrapper {
	padding: 50px 0 80px;
	width: 90%;
}

.category-link-button-body {
	padding: 22px 50px;
}

.entry-info-inner {
	padding: 0;
}

.category-link-box {
	flex-direction: column;
	margin-top: 66px;
	gap: 30px;
}

.entry-info-page .contents-wrapper {
	padding: 36px 20px 0;
}

.contents-heading-wrapper-01 .contents-heading {
	font-size: 26px;
}

.contents-heading-wrapper-02 .contents-heading {
	font-size: 24px;
}

.detail-page-entry .contents-heading-wrapper-02 {
	margin: 0 20px;
}

.category-link-box .category-link-button {
	width: auto;
}

.search-list.active form {
	padding-top: 12px;
}

.search-list-item {
	font-size: 13px;
}

#event .slick-slide {
	max-height: 794px;
}

#event .column-overview {
	height: 265px;
}

#event .column-item {
	flex-direction: column;
}

#event .event-text-wrap {
	width: 100%;
}

#event .event-button-wrapper--top {
	margin: 8px auto 0;
}

.search-list-wrapper {
	flex-direction: column;
}

.search-list-wrapper:has(.panel.active) {
	padding: 24px 16px;
}
.category-button-wrapper-01 {
	padding: 64px 0 40px;
}
.news-list-page .category-button-wrapper-01 {
	padding: 0 0 30px;
}

.search-close-button-text {
	font-size: 13px;
}

.search-close-button {
	padding: 10px 0;
}

.column-date .category-label {
	display: block;
	margin: 2px 0 0 0;
	width: fit-content;
	font-size: 10px;
	letter-spacing: 0.525px;
	text-align: center;
}

.detail-page {
	width: auto;
}

.detail-page .category-label {
	width: 74px;
	padding: 5px 0;
}

.detail-page .category-label-text {
	line-height: 1.2;
}

.page-num-wrap {
	margin: 56px 0;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
	width: 36px;
	height: 36px;
	font-size: 18.75px;
}

.detail-page {
	padding: 54px 20px 64px;
}

.event-info-page {
	padding: 24px 20px 64px;
}

.entry-info-page {
	padding-top: 74px;
}

.category-link-text {
	font-size: 12px;
	margin: 0 auto 10px;
}

.column-description {
	font-size: 13.5px;
	letter-spacing: 0.675px;
}

.column-date {
	font-size: 11px;
	margin: 0;
}

.column-base-body {
	font-size: 11px;
}

.column-item {
	gap: 7px; /*line-height分引いて*/
}

.column-link::after {
	width: 6px;
	height: 11px;
}

.column-link {
	margin-top: 11px;
}

.article-title-body {
	font-size: 16px;
	letter-spacing: 1.1px;
	font-weight: 700;
	margin: 0 0 19px 0;
}

.article-title {
	margin: 7px 0 14px;
}

.article-item-01 {
	margin-top: 35px;
}

.article-date-attention {
	font-size: 11.5px;
	letter-spacing: 0.563px;
}

.article-body {
	margin: 14px 0 0 0;
	font-size: 13.5px;
	letter-spacing: 0.675px;
}

.article-body h1 {
	font-size: 2em;
}
.article-body h2 {
	font-size: 1.6em;
}
.article-body h3 {
	font-size: 1.3em;
}
.article-body h4,
.article-body h5,
.article-body h6 {
	font-size: 1em;
}

.gallery {
	gap: 8px;
	flex-direction: column;
}

.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	width: 100%;
}

.gallery {
	margin-top: 8px;
}

.article-item:not(.article-item-01) {
	margin-top: 25px;
}

.article-sub-title {
	padding-bottom: 5px;
	font-size: 13.5px;
}

.back-button {
	margin-top: 31px;
}

aside#breadcrumb ul .breadcrumb-list {
	display: inline;
}

.contents-inner {
	gap: 20px;
	padding-top: 48px;
}

.entry-info-page .contents-inner {
	padding-top: 40px;
}

.sns-body-inner-one .sns-wrap {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	/* width: auto; */
	align-items: center;
}

.sns-body-inner {
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

.sns-body-wrap {
	padding: 30px 0;
}

.sns-heading {
	padding-bottom: 2px;
	font-size: 24px;
}

.sns-heading-logo {
	width: 30px;
	height: 30px;
}

.related-contents {
	flex-direction: column;
	gap: 30px;
}

.entry-search-label {
	font-size: 16px;
}

.entry-search-button {
	width: 24px;
	height: 24px;
	border: 2px solid #c069a4;
}

.entry-form-wrapper {
	text-align: center;
	margin-top: 40px;
}

.entry-search-button:checked:before {
	top: 1px;
	border-right: 2px solid #c069a4;
	border-bottom: 2px solid #c069a4;
}

.search-area .contents-heading {
	font-size: 22px;
}

.search-inner .contents-heading::before {
	border-right: 21px solid transparent;
	border-left: 21px solid transparent;
	border-top: 16px solid #1398d0;
	top: 51px;
}
/* FAQページ */

dl,
dd {
	margin: 0;
}

.faq-section {
	padding: 136px 0;
}

.faq-section .fade.active {
	z-index: -1;
}

.accordion-title {
	background-color: #bfa893;
	color: #fff;
	padding: 10.5px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin: 0;
	position: relative;
	margin-top: 40px;
}

.accordion-title:first-child {
	margin-top: 0;
}

@media (hover: hover) {
	.accordion-title:hover {
		cursor: pointer;
		filter: brightness(1.1);
	}
}

.accordion-title::after {
	content: "";
	background-image: url(../img/icon/icon_02.png);
	width: 25px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.accordion-title.open::after {
	background-image: url(../img/icon/icon_01.png);
	transform: translateY(-10%);
}

.accordion-item-wrap {
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	gap: 46px;
	background-color: #ffffffc2;
}

.accordion-item-text {
	margin: 0;
	padding-left: 12px;
}

.accordion-item {
	display: flex;
}
/* .accordion-item-inner {
	padding-top: 6px;
} */
.accordion-item-inner,
.accordion-item-text {
	flex: 1;
}

.accordion-item-01 .accordion-item-text {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.accordion-item-02 .accordion-item-text {
	letter-spacing: 0.05em;
	margin-top: 3px;
	font-size: 16px;
}

.accordion-item-parts {
	font-size: 20px;
	width: 34px;
	height: 33px;
	text-align: center;
	border: 1px solid #bfa893;
	font-weight: 700;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 1px;
}

.accordion-item-01 .accordion-item-parts {
	color: #bfa893;
}

.accordion-item-02 {
	margin-top: 8px;
}

.accordion-item-02 .accordion-item-parts {
	color: #fff;
	background-color: #bfa893;
}

.accordion-item-link {
	color: #bfa893;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	padding-left: 27px;
	margin-top: 4px;
	display: inline-block;
}

.accordion-item-link::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	transform: translateY(-50%);
	background-image: url(../img/icon/arrow_06.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 7px;
	height: 10px;
}

/*ここまで*/

/* 企業団体ページ */

.contents.sponsor-section {
	overflow-x: hidden;
}

.unit-inner {
	padding: 0 14px;
}

.sponsor-inner--02 .sponsor-contents-text {
	letter-spacing: 0.07em;
	line-height: 2.66;
}

.column.column-two.column-two--01 {
	flex-direction: column;
}

.column-two--01 .column-text {
	line-height: 2.5;
}

.inner-contents--01 .inner-heading {
	padding: 10px 0;
}

.inner-contents--01 .image-body-wrapper {
	margin: 65px 0 34px;
}

.sponsor-inner--01 .column-text,
.sponsor-inner--01 .inner-text {
	font-size: 16px;
	letter-spacing: 0.07em;
	line-height: 1.875;
}

.sponsor-inner-catch {
	padding: 5px 0;
}

.sponsor-section .border_dot {
	margin: 30px auto;
}

.sponsor-contents-bg--01 {
	margin-top: 0;
	padding: 70px 0;
}

.sponsor-contents-bg--03 {
	margin: 40px 0 60px;
}

.sponsor-contents-text {
	font-size: 15px;
}

.column-two--02 {
	padding: 50px 18px;
	flex-direction: column;
}

.column-title {
	font-size: 20px;
	text-align: center;
	line-height: 2.12;
}

.sponsor-inner--02 .column-text {
	font-size: 14px;
	letter-spacing: 0.044em;
	line-height: 2.142;
}

.sponsor-inner--03 {
	padding: 53px 6% 70px;
}

.inner-contents--02 {
	padding-top: 20px;
}

.inner-contents--02 .inner-heading {
	font-size: 15px;
	line-height: 1.333;
	letter-spacing: 0.167em;
	padding: 9px;
	width: 100vw;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

.venue-area-image-wrapper {
	gap: 7px;
}

.inner-contents-list-two .inner-heading {
	padding: 19px;
}

.inner-contents--02 .inner-text {
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 2.142;
}

.sponsor-inner--03 .button-wrapper {
	width: 100%;
	max-width: 260px;
}

.sponsor-inner--03 .button-body {
	padding: 18px 55px 18px 46px;
}

.venue-area-heading {
	letter-spacing: 0.139em;
	line-height: 1.111;
	width: 100vw;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
	text-align: center;
}

.venue-area-text {
	font-size: 16px;
}

.anchor-button-wrapper {
	flex-direction: column;
	align-items: center;
}

.sponsor-inner--04 .anchor-button {
	padding: 24px 0;
	width: 100%;
	font-size: 18px;
}

.column-two--03 {
	flex-direction: column;
	align-items: flex-start;
	gap: 35px;
}

.sponsor-inner--05 {
	padding: 70px 0;
}

.sponsor-inner--05 .column-item-em {
	padding: 20px 0;
	line-height: 1.66;
}

.sponsor-inner--05 .column-item-heading {
	font-size: 24px;
	/* letter-spacing: 0.18em; */
	letter-spacing: 0.104em;
	line-height: 1.458;
	margin-top: 34px;
}

.sponsor-inner--05 .column-item-text {
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 2.142;
	margin: 0;
}

.column-item-wrapper-04 {
	flex-direction: row;
	align-items: flex-start;
	width: 100%;
}

.inner-section-division .inner-section-lead {
	letter-spacing: 0.167em;
	line-height: 2;
}

.scroll-sp {
	border: solid 1px #d9d9d9;
	padding: 10px;
}

.scroll-inner {
	overflow-x: scroll;
	white-space: nowrap;
	padding-bottom: 10px;
}

.scroll-inner::-webkit-scrollbar {
	width: 105px;
	height: 5px;
	border-radius: 4px;
}
.scroll-inner::-webkit-scrollbar-thumb {
	background-color: #d9d9d9;
	border-radius: 4px;
}

.inner-list-03 .inner-image-wrapper {
	flex-direction: column;
}

.inner-list-17 .scroll-sp .image-body,
.inner-list-04 .scroll-sp .image-body,
.inner-section-rank .scroll-sp .image-body,
.contents-group--menu .scroll-sp .image-body,
.contents-group--use .scroll-sp .image-body {
	min-width: 964px;
	max-width: 100%;
	margin-top: 0;
}
.inner-list-02 .inner-image-wrapper--second.scroll-sp .image-body {
	min-width: 896px;
	max-width: 100%;
	margin-top: 0;
}

.inner-list-03 .image-body {
	max-width: 310px;
}

.contents-group--public .scroll-sp .image-body,
.contents-group--100th .scroll-sp .image-body,
.contents-group--others .scroll-sp .image-body {
	min-width: 656px;
	max-width: 100%;
	margin-top: 0;
}

.inner-list-02 .image-body-wrapper {
	max-width: 100%;
	min-width: 180px;
}

.contents-group--overview {
	margin-top: 0px;
}

.inner-note {
	font-size: 14px;
}

.inner-section-privilege .inner-note {
	margin: 40px 0;
}

.inner-section-privilege .inner-caution-text {
	line-height: 1.363;
}

.inner-list-organization .inner-image-wrapper {
	flex-direction: column;
}

.inner-image-note {
	line-height: 1.66;
}

.inner-image-note-em {
	margin-bottom: 5px;
}

.accordion-heading {
	font-size: 15px;
}

.accordion-inner-heading {
	font-size: 16px;
	line-height: 1.875;
}

.inner-list-06 .inner-image-wrapper,
.inner-list-15 .inner-image-wrapper,
.inner-list-14 .inner-image-wrapper {
	flex-direction: column;
}

.sponsor-contents-description {
	font-size: 14px;
	margin: 0;
	line-height: 2.142;
}

.sponsor-text-area {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.sponsor-inner .minimum_inner--second {
	width: 100%;
	padding: 0;
}

.number {
	font-size: 64px;
}

.number::after {
	top: calc(100% + 10px);
}

.heading-vw {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.inner-list-13 .image-body-inner {
	gap: 40px;
}

.inner-description-body {
	letter-spacing: 0.075em;
	line-height: 2;
}

.contents-group--public .inner-description-body {
	letter-spacing: normal;
}

.contents-group--public .inner-image-wrapper,
.inner-list-14 .inner-image-wrapper,
.contents-group--others .inner-image-wrapper {
	gap: 30px;
}

.inner-description-secondary {
	font-size: 14px;
	line-height: 2.142;
}

.inner-list-17 .inner-caution-text {
	font-size: 14px;
	line-height: 2.14;
}

.inner-list-02 .inner-note {
	font-size: 14px;
}

.inner-section-heading {
	line-height: 2.777;
}

.inner-list-using .inner-image-wrapper-minimum {
	flex-direction: column;
	width: 56vw;
}
.contents-group--use .image-body-wrapper {
	width: 100%;
}

.image-body-wrapper-minimum {
	width: 65.7vw;
}

.entry-button-item-01 .anchor-button {
	padding: 19px 52px 19px 22px;
}

.entry-button-item-02 .anchor-button {
	padding: 25px 56px 27px 40px;
}

.column-item-wrapper-03 {
	width: 54%;
}

.accordion-custom::after {
	right: 18px;
}

.accordion-custom .inner-section-heading {
	/* padding: 15px 50px 15px 30px; */
	line-height: 1.666;
	height: 70px;
	display: flex;
	align-items: center;
	padding: 0 60px 0 22px;
}

.sponsor-inner--03 .subttl--03 em {
	line-height: 3.125;
}
.subttl--04 {
	font-size: 24px;
}

.entry-button-item-03 .anchor-button {
	padding: 19px 43px 19px 16px;
}

.entry-button-item-03::after {
	right: 14px;
}

.inner-item-heading-wrapper {
	font-size: 16px;
}
.inner-item-heading {
	margin-top: 30px;
}

.image-logo .image-detail,
.image-hp .image-detail {
	margin-top: 10px;
}

.column-wrapper {
	gap: 40px;
}

.sponsorship-fixed {
	position: fixed;
	right: 0;
	bottom: 0em;
	top: auto;
	display: flex;
	flex-direction: column;
}

.sponsorship-fixed__list {
	display: flex;
	width: 100vw;
	margin: 0;
	bottom: 0;
}
.sponsorship-fixed__item {
	width: 50%;
}

.sponsorship-fixed .smooth {
	-ms-writing-mode: inherit;
	writing-mode: inherit;
	text-align: center;
	padding: 10px;
}

.inner-section-lead-period {
	text-align: center;
}

/* 企業団体ページここまで */

.button-arrow-download {
	padding-left: 15px;
}

.button-primary {
	color: #fff;
	font-size: 14px;
	background-color: #aa8b6f;
	padding: 20px 20px 20px 50px;
	border-radius: 50px;
	width: 168px;
	display: block;
	text-align: center;
	line-height: 1.285;
}

.detail-page-action .button-primary {
	background-color: #8083ca;
}

.button-wrap-download.sp {
	margin: 40px 0 9px;
}

/* footer付随の協賛企業 */
.sponsor_common_section .bg_white {
	/* padding: 20px 15px; */
	padding: 20px 6px;
}

.sponsor_common_section .bg_white + .bg_white {
	padding: 20px 30px;
}

.sponsor_contents_box_one .gold-partner .sponsor_logo_wrapper {
	width: 57%;
}
/* 
.sponsor_common_section .platinum-partner .sponsor_logo_wrapper ,
.sponsor_common_section .sponsor_logo_wrapper {
	gap: 15px;
} */

.sponsor_item_attention {
	text-align: left;
}

.sponsor_common_section .sponsor_item_description .slug,
.sponsor_item_attention {
	font-size: 13px;
}

.sponsor_item_attention {
	line-height: 2.769;
	letter-spacing: 0.03em;
}

.sponsor_common_section .subttl {
	padding: 0 10px;
}

.sponsor_common_section .balloon_text {
	letter-spacing: 0.24em;
}

.sponsor_common_section .balloon_wrapper::before {
	border: 20px solid transparent;
	border-top: 20px solid #f7752d;
}

.entry-top-button-wrapper {
	flex-direction: column;
	margin-top: 30px;
	margin-bottom: 30px;
	gap: 30px;
	align-items: center;
}

.entry-top-button-inner {
	width: 70%;
}

.entry-top-button {
	padding: 13px 37px;
}

.platinum-partner .sponsor_logo {
	width: calc(100% / 3);
}

/* .silver-sponsor .sponsor_logo_wrapper {
	max-width: 308px;
} */

.silver-sponsor .sponsor_logo {
	width: calc(100% / 5);
}

.silver-sponsor .sponsor_logo.sponsor_logo-width {
	width: calc(100% / 5);
}

/*カウントダウンボード*/

.photo-board {
	padding: 0 40px;
	margin: 30px auto;
	max-width: 360px;
}

.photo-board-title-body {
	font-size: 15px;
}

.photo-board-span {
	font-size: 13px;
}

.photo-board-inner {
	padding-bottom: 25px;
	position: relative;
	z-index: 1;
	flex-direction: column;
}

.photo-board-button-body {
	padding: 12px 20px 12px 24px;
	line-height: 1;
}

#hmwrapper2 {
	padding: 0;
	margin-bottom: 2em;
}

.photo-archive-wrapper {
	flex-direction: column;
}

.photo-archive-column {
	width: fit-content;
	margin: auto;
}

.photo-archive-page {
	padding-top: 54px;
}

.band-contents-inner {
	flex-direction: column;
	align-items: center;
	gap: 40px;
	padding: 40px 20px;
}

.flower4.active {
	top: -4vw;
}

.flower4 {
	width: calc(440vw / 19.2);
}

.flower5.active {
	bottom: -4vw;
}

.flower5 {
	right: 2vw;
	width: calc(300vw / 19.2);
}

.count-item-wrapper aside {
	padding: 0 0px;
	max-width: 500px;
	margin: auto;
}

.count-item-wrapper dd {
	text-align: center;
}

.count-item-wrapper .fs60 {
	/* font-size: 80px; */
	font-size: min(calc(40 / 375 * 100vw), 50px);
}

.count-item-wrapper .fs70 {
	/* font-size: 80px; */
	font-size: min(calc(70 / 375 * 100vw), 70px);
}

.count-item-wrapper .fs40 {
	/* font-size: 40px; */
	font-size: min(calc(40 / 375 * 100vw), 80px);
}

.photo-archive-page .page-numbers {
	width: 36px;
	height: 36px;
	font-size: 18.75px;
}

.modal-block .img-section {
	width: 80vw;
}
/*カウントダウンボードここまで*/

.bronze-sponsor,
.normal-supplier {
	font-size: 12px;
}

.sponsor_common_section .sponsor_contents_box_two .bg_white {
	padding: 20px 6px;
}

.sponsor_contents_box .sponsor_logo {
	padding: 0;
	border: none;
	background-color: #fff;
}

.detail-page-green-spot .article-description-wrapper {
	flex-direction: column;
	/* gap: 40px; */
	gap: 0;
}

.detail-page-green-spot .article-item-map {
	max-width: none;
}

.detail-page-green-spot .article-item:not(.article-item-01) {
	margin: 30px 0 0 0;
}

.detail-page-green-spot .article-item:not(.article-item-01) {
	margin: 30px 0 0 0;
}

.detail-page-green-spot .the_contents h2,
.detail-page-green-spot .the_contents h3 {
	font-size: 13px;
	padding-bottom: 5px;
	margin: 40px 0 14px 0;
}

/*まちなかみどりスポットここまで*/

.article-body-description-wrapper {
	margin: 0;
}
/*まちなかみどりスポットここまで*/

.main {
	overflow-x: hidden;
}

/*まちなかみどりスポット*/

.green-heading-inner {
	padding: 80px 0 40px;
}

.green-spot-contents-inner {
	padding-top: 80px;
}

.green-spot-column-wrapper {
	flex-direction: column;
	gap: 20px;
}

.green-spot-column-wrapper--top .green-spot-column-inner {
	width: 100%;
}

.green-spot-column-list-wrapper {
	padding: 20px;
	min-height: auto;
}

.green-spot-page .green-spot-column-list-wrapper {
	min-height: auto;
}

.green-spot-column-list::before {
	top: 10px;
}

.green-spot-column-button {
	max-width: 188px;
	width: 100%;
	margin-top: 20px;
}

.green-spot-column-title::before {
	width: 78px;
	height: 78px;
	transform: translate(-14%, -50%);
}

.green-spot-column-title::after {
	width: 48px;
	height: 46px;
}

.green-spot-column-title::after {
	height: 56px;
	transform: translateY(-50%);
	left: 7px;
}

.green-spot-column-title {
	font-size: 19px;
}

.green-spot-column-list a {
	font-size: 16px;
}

.green-spot-column-button-body::after {
	width: 9px;
	height: 12px;
}

.green-spot-inner-image-wrapper {
	margin: 40px 0 20px;
}

.green-spot-inner-flower-item {
	max-width: 400px;
	flex-direction: column;
	gap: 16px;
	padding: 20px;
}

.green-spot-flower-image-wrapper--two .green-spot-inner-image {
	width: 45px;
}

.green-spot-flower-called {
	line-height: 1.4;
}

.green-spot-flower-image-wrapper--one {
	width: 100%;
}

.green-spot-flower-image-wrapper--one .green-spot-inner-image {
	width: 56px;
}

.green-spot-flower-name {
	font-size: 16px;
	line-height: 1.5;
}

.green-spot-inner-flower {
	gap: 16px;
	min-height: 180px;
}

.green-spot-page--kawasaki .green-spot-contents {
	padding: 30px 20px 40px;
}

.green-spot-inner-sub-heading-wrapper {
	padding-top: 56px;
}

.green-spot-inner-sub-heading {
	font-size: 24px;
}

.green-spot-inner-sub-heading::before {
	border-right: 21px solid transparent;
	border-left: 21px solid transparent;
	border-top: 16px solid #bfa893;
	bottom: -16px;
}

.green-spot-inner-sub-heading {
	padding-bottom: 22px;
}

.spot-list-wrapper {
	flex-direction: column;
}

.spot-list {
	width: auto;
}

.spot-list-wrapper {
	padding: 44px 0 60px;
}

.detail-page-green-spot .article-body-charm {
	flex-direction: column;
}

.detail-page-green-spot .spot-charm-item {
	width: 100%;
}

.detail-page-green-spot .article-description-wrapper {
	flex-direction: column;
	/* gap: 40px; */
	gap: 0;
}

.detail-page-green-spot .article-item-map {
	max-width: none;
}

.detail-page-green-spot .article-item:not(.article-item-01) {
	margin: 30px 0 0 0;
}

.article-body-description-wrapper {
	margin: 0;
}

.hp-link-wrapper {
	margin: 40px auto 0;
}
.hp-link {
	line-height: 1.5;
	padding: 32px 0;
}

.hp-link-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.hp-link::before {
	width: 40px;
	height: 40px;
	left: 12px;
}
/*まちなかみどりスポットここまで*/

.main {
	overflow-x: hidden;
}

.fes-banner-wrapper {
	padding: 20px 6%;
}

/*会場案内*/

.venue-contents-effort-image--two,
.venue-contents-effort-image--three {
	width: 100%;
}

.venue-contents-effort-image--four,
.venue-contents-effort-image--five {
	width: calc((100% - 10px) / 2);
}

.venue-contents-inner--spot {
	flex-direction: column;
	padding: 65px 0;
	gap: 40px;
}

.spot-item-wrapper {
	width: 100%;
}

.spot-item-inner {
	flex-direction: column;
	gap: 20px;
}

.spot-item-wrapper {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
}
.spot-item-wrapper2 {
	flex-direction: column;
}
.spot-item-inner {
	margin-top: 0;
}

.spot-item-number.fs70 {
	font-size: 64px;
	padding-right: 40px;
	padding-bottom: 15px;
}

.venue-contents-effort-image-wrapper {
	gap: 10px;
	flex-wrap: wrap;
}
.venue-contents-inner--venue {
	padding-top: 50px;
}
.venue-contents-inner--page {
	flex-direction: column;
	padding-top: 24px;
}
.venue-card-item {
	width: 100%;
}
.access-map-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 62%;
}
.access-map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.venue-contents-image--map {
	padding: 0;
}
.band-title-bg--one .band-title-body {
	padding: 12px 0;
}
.venue-introduction {
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0.07em;
}


.venue-sub-title-em {
	line-height: 1.86;
	letter-spacing: 0.185em;
}

.spot-item-title {
	font-size: 24px;
	line-height: 1.453;
}

.spot-item-description {
	font-size: 14px;
	margin-top: 20px;
}

.band-title-bg--two {
	padding: 19px 30px;
}

.venue-contents-effort-title {
	line-height: 1.666;
}

.venue-contents-effort-title span {
	font-size: 18px;
}

.venue-contents-effort-description {
	line-height: 2;
}

.venue-contents-effort-title {
	align-items: flex-start;
}

.venue-contents-inner--area {
	margin-bottom: 112px;
}

.venue-card-title {
	font-size: 24px;
}

.coming-text {
	font-size: 14px;
}

.venue-contents-inner--access {
	padding-top: 90px;
}

.access-text-body {
	font-size: 20px;
}
.access-text-span {
	font-size: 16px;
}
.access-text-span-wrapper {
	margin: 30px 0;
}
.band-title-bg--two {
	position: relative;
	left: 50%;
	transform: translate(-50%);
	width: 100vw;
}
.band-title-bg--two .band-title-body {
	padding: 0 6%;
}

.venue-section {
	overflow-x: hidden;
}
/*会場案内ここまで*/

/*会場案内の下層ページ（会場について）*/

.venue-anchor-wrapper {
	flex-direction: column;
	align-items: center;
}

.about-venue-section-inner {
	margin-top: 80px;
}

.venue-contents-inner--eat,
.venue-contents-inner--notes {
	margin-top: 100px;
}
/*会場案内の下層ページ（会場について）ここまで*/

.fes-banner-wrapper {
	padding: 20px 6%;
}

/* add */

#my_green_spot a.more {
	width: 90%;
	border-radius: 60px;
}

.top_venue_box a.more i {
	top: 30px;
}

#main_venue .flex .box {
	flex-direction: row;
}

.sns-link {
	width: 30px;
}

.sns-logo {
	gap: 20px;
}

.header-logo-sp {
	top: 2px;
}
@media (max-width: 520px) {
	.header-logo-sp {
		top: 8px;
	}
}

#entry .top_entry_bottom .column-box {
	max-width: 100%;
}

.column-date {
	display: flex;
	gap: 10px;
	align-items: center;
}

.slick-dotted.slick-slider {
	margin-bottom: 5em !important;
}
