@charset "UTF-8";
/*---------------------------------

  共通

---------------------------------*/

/* アクセシビリティ 
---------------------------------*/

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

@media only screen and (max-width: 768px) {
  .sp-visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
}

/* 全体 
---------------------------------*/

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  color: #4C524C;
  font-family: "じゅん 201", "Jun 201", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 1em;
}
/* フォーム部品 */
button {
  border: none;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

select::-ms-expand {
  display: block;
}

/* リンク文字 */
a {
  transition: all .5s;
  color: #0f9277;
  text-decoration: underline;
}

a:hover,
.header a,
.header_btn-login a,
.news_time a,
.event_list-item a,
.btn a,
.btn_link,
.category-list-item a,
.section_news a,
.support-button,
.btn-entry {
  text-decoration: none;
}

.news_text,
.news_text a,
.event_list-item a,
.section_news .news_text {
  color: #4C524C;
}

/* 太字 */
.header_btn-login a,
.header_nav-list > li,
.pickup_heading,
.section_heading,
.news_time time,
.eventTitle,
.section-heading-s,
.post-title,
.post-heading,
.page-heading,
.text-link-bold,
.login-username label,
.login-password label,
.button-primary,
.acf-label label,
.wpcf7-form p:first-line,
.btn-kouensinnsei,
.btn_link,
.page-dl dt  {
  font-weight: bold;
  font-family: "じゅん 501", "Jun 501";
}

/* 文字中央揃え
---------------------------------*/
.text-center {
  text-align: center;
}

/* PCで非表示
---------------------------------*/
.pc-hidden {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc-hidden {
    display: block;
  }
}

/* ページトップへ戻るボタン
---------------------------------*/

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #19a78e;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  transition: all 0.3s;
  border-radius: 50%;
}

#page-top a:hover {
  background-color: #0f9277;
}

#page-top a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_arrowtop.svg);
}

#page-top {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}

@media only screen and (max-width: 768px) {
  #page-top a {
    width: 40px;
    height: 40px;
  }
  #page-top a::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(../img/icon_arrowtop.svg);
  }
}

/* コンテナ幅
---------------------------------*/
[class^="inner-"] {
  margin: auto;
}

.inner-l {
  max-width: 1180px;
}

.inner-m {
  max-width: 980px;
}

.inner-s {
  max-width: 780px;
}

/* ボタン 
---------------------------------*/
.btn,
.button {
  max-width: 400px;
  margin: 30px auto 0;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn_link,
.btn_link-web,
.btn_link-pdf {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  border-radius: 30px;
  letter-spacing: 0.03em;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  transition: .3s ease-in-out;
}

.btn_link::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
}

.btn_link:hover::after {
  animation: arrow .5s;
}


.btn_link-web,
.btn_link-pdf {
  margin-top: 30px;
}

.btn_link-web:after,
.btn_link-pdf:before {
  content: " ";
  background: no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.btn_link-pdf:before {
  width: 1.5em;
  height: 1.5em;
  background-image: url(../img/icon_pdf.svg);
  margin-right: 10px;
}

.btn_link-web:after {
  width: 1em;
  height: 1em;
  background-image: url(../img/icon_web.svg);
  margin-left: 10px;
}

@keyframes arrow {
  50% {
    right: 20px;
  }
  100% {
    right: 25px;
  }
}

.btn-primary {
  color: #fff;
  background-color: #19a78e;
}

.btn-primary:hover {
  background-color: #0f9277;
  color: #FFF;
}

.btn-sub1 {
  background-color: #fff;
  color: #19a78e;
}

.btn-sub1::after {
  border-color: #19a78e #19a78e transparent transparent;
}

.btn-sub2 {
  background-color: #fff;
  color: #fbb731;
}

.btn-sub2::after {
  border-color: #fbb731 #fbb731 transparent transparent;
}

@media only screen and (max-width: 768px) {
  .btn,
  .button {
    max-width: 100%;
    margin: 15px auto 0;
  }
}

/* イベントジャンル色 
---------------------------------*/
.category-1 {
  background-color: #CB453C !important;
}

.category-2 {
  background-color: #E3A11E !important;
}

.category-3 {
  background-color: #EECC11 !important;
}

.category-4 {
  background-color: #3EBBCD !important;
}

.category-5 {
  background-color: #00B782 !important;
}

.category-6 {
  background-color: #3E88C3 !important;
}

.category-7 {
  background-color: #B489C4 !important;
}

.category-8 {
  background-color: #F17B77 !important;
}

/* ヘッダー 
---------------------------------*/
.header_main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header_logo {
  width: calc(280 / 1180 * 100%);
  padding: 10px 0 10px 0;
  margin-right: auto;
  line-height: 1;
  text-align: right;
}

.header_logo_description {
  font-size: 1.3rem;
  letter-spacing: .05em;
  white-space: nowrap;
}

.header_parts,
.header_btn-login,
.header_parts-search {
  display: flex;
  align-items: center;
}

.header_parts_inner {
  display: flex;
  border-radius: 30px;
  padding-left: 15px;
  overflow: hidden;
  border: 1px solid #19a78e;
  font-size: 1.4rem;
}

.header_parts_inner input[type="text"] {
  border: none;
  padding: 10px 0;
  min-width: 18em;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btn-search {
  padding: 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 48px;
  border-radius: 30px;
}

.btn-search::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background: url(../img/icon_btn-search.svg) no-repeat center;
}

.header_btn-login {
  margin-left: 20px;
}

.header_btn-login p {
  margin-bottom: 0;
}

.header_btn-login a {
  display: flex;
  border: 1px solid #19a78e;
  padding: 10px 40px;
  text-align: center;
  letter-spacing: 0.1em;
  align-items: center;
  border-radius: 30px;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  transition: .3s ease-in-out;
  font-size: 1.4rem;
  font-weight: bold;
}

.header_btn-login a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background: url(../img/icon_key.svg) no-repeat center;
  margin-right: 5px;
}

.header_btn-login.active a {
  background-color: #fff;
  border: 1px solid #19a78e;
  color: #19a78e;
}

.header_btn-login.active a::before {
  background: url(../img/icon_key-out.svg) no-repeat center;
}

@media only screen and (max-width: 768px) {
  .header {
    position: relative;
    z-index: 100;
  }
  .header_main {
    flex-direction: column;
  }
  .header_logo {
    width: auto;
    padding: 10px 0 5px 10px;
    text-align: left;
    height: 66px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header_logo img {
    max-width: 200px;
  }
  .header_logo_description {
    font-size: .9rem;
  }
  .header_parts_inner {
    flex-grow: 1;
    background-color: #fff;
    border: 1px solid #fff;
  }
  .header_parts-search {
    padding: 10px;
    background-color: #19a78e;
  }
.header_parts_inner input[type="text"] {
  padding: 0;
  width: 100%;
  min-width: max-content;
  flex-grow: 1;
}

.btn-search {
  height: 40px;
  width: 40px;
  min-width:unset;
}

  .header_btn-login {
    position: absolute;
    top: 8px;
    right: 70px;
    font-size: .8rem;
  }
  .header_btn-login a {
    display: flex;
    border: 1px solid #19a78e;
    padding: 0;
    letter-spacing: 0.1em;
    border-radius: 0;
    box-shadow: unset;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
    width: 50px;
  }
  .header_btn-login a::before {
    margin-right: 0;
    margin-bottom: 4px;
  }
}

/* ナビゲーション 
---------------------------------*/
.header_nav {
  position: relative;
}

.header_nav-list {
  display: flex;
}

.header_nav-list li {
  padding: 15px 0;
  cursor: pointer;
}

.header_nav-list > li {
  background-color: #19a78e;
  color: #fff;
  width: calc(100% / 3);
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .page_mitai .header_nav-list-item_1, .page_sanka .header_nav-list-item_2, .page_pr .header_nav-list-item_3 {
    background-color: rgba(74, 198, 186, 1);
  }
  .header_nav-list > li:hover {
    background-color: #0f9277;
  }
}

.subnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  padding: 30px 0;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.header_nav-list > li:focus-within .subnav,
.header_nav-list > li:hover .subnav {
  visibility: visible;
  opacity: 1;
}

.subnav-list {
  display: flex;
  justify-content: space-around;
  font-size: 1.6rem;
}

.subnav-list a {
  color: #19a78e;
}

.subnav-list a:hover {
  text-decoration: underline;
}

.subnav-list a::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
  vertical-align: -5px;
}

.subnav-list.category-list li:nth-child(1) a::before {
  background-image: url(../img/submenu_icon_category1.png);
}

.subnav-list.category-list li:nth-child(2) a::before {
  background-image: url(../img/submenu_icon_category2.png);
}

.subnav-list.category-list li:nth-child(3) a::before {
  background-image: url(../img/submenu_icon_category3.png);
}

.subnav-list.category-list li:nth-child(4) a::before {
  background-image: url(../img/submenu_icon_category4.png);
}

.subnav-list.category-list li:nth-child(5) a::before {
  background-image: url(../img/submenu_icon_category5.png);
}

.subnav-list.category-list li:nth-child(6) a::before {
  background-image: url(../img/submenu_icon_category6.png);
}

.subnav-list.category-list li:nth-child(7) a::before {
  background-image: url(../img/submenu_icon_category7.png);
}

.subnav-list.category-list li:nth-child(8) a::before {
  background-image: url(../img/submenu_icon_category8.png);
}

.subnav-list.pr-list li:nth-child(1) a::before {
  background-image: url(../img/submenu_icon_pr1.png);
}

.subnav-list.pr-list li:nth-child(2) a::before {
  background-image: url(../img/submenu_icon_pr2.png);
}

.subnav-list.pr-list li:nth-child(3) a::before {
  background-image: url(../img/submenu_icon_pr3.png);
}

@media only screen and (max-width: 768px) {
  .is-drawerActive {
    height: 100%;
    overflow-y: hidden;
  }
  .header_nav {
    background-color: #19a78e;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 60px;
    z-index: 1;
    transition: transform .3s ease;
    transform-origin: right top;
    transform: scale(0);
    opacity: 0;
  }
  .is-drawerActive .header_nav {
    transform: scale(1);
    opacity: 1;
  }
  .header_nav-list {
    display: flex;
    flex-direction: column;
  }
  .header_nav-list li {
    color: #fff;
    padding: 0;
  }
  .header_nav-list > li {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    padding: 0 10px;
  }
  .header_nav-list > li > div:first-child {
    padding: 10px 0;
  }
  .subnav {
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    position: static;
    padding: 0;
    box-shadow: none;
  }
  .subnav-list {
    font-size: 1.2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .subnav-list li {
    width: 50%;
  }
  .subnav-list a {
    color: #19a78e;
    background-color: #fff;
    display: block;
    border-radius: 0;
    padding: 8px 0 8px 25px;
    text-indent: -20px;
    text-align: left;
    border-bottom: 1px solid #19a78e;
  }
  .subnav-list a::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: -2px;
  }
  .subnav-list li:nth-child(odd) a {
    border-right: 1px solid #19a78e;
  }
}

/* ハンバーガーメニュー */

.c-button {
  display: none;
}

@media only screen and (max-width: 768px) {
  .c-button {
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
  }
  .p-hamburger {
    position: fixed;
    top: 8px;
    right: 10px;
    width: 50px;
    height: 50px;
    margin: auto;
    background-color: #19a78e;
    border: 1px solid #19a78e;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .is-drawerActive .p-hamburger {
    border: 1px solid #fff;
  }
  .p-hamburger__line {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    margin: auto;
    width: 28px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: inherit;
    transition: inherit;
  }
  .p-hamburger__line::before, .p-hamburger__line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: '';
    -webkit-transition: inherit;
    transition: inherit;
  }
  .p-hamburger__line::before {
    top: -8px;
  }
  .p-hamburger__line::after {
    top: 8px;
  }
  .p-hamburger[aria-expanded="true"] .p-hamburger__line {
    background-color: transparent;
  }
  .p-hamburger[aria-expanded="true"] .p-hamburger__line::before, .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    top: 0;
    background-color: #fff;
  }
  .p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .u-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
  .p-hamburger__text {
    font-size: .8rem;
    color: #fff;
    position: absolute;
    top: 13px;
    letter-spacing: 0.1em;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* フッター
---------------------------------*/
.footer {
  text-align: center;
  font-size: 1.4rem;
}

.footer_nav {
  padding: 50px 0;
}

.footer_nav, .footer_copyright {
  background-color: #19a78e;
  color: #fff;
}

.footer_nav-list li {
  display: inline-block;
  margin-bottom: .5em;
}

.footer_sns-list {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
}

.footer_nav-list li,
.footer_sns-list li {
  margin-left: 1rem;
  margin-right: 1rem;
}

.footer_nav-list a {
  color: #fff;
}

.footer_logo img {
  max-width: 287px;
}

.footer_info {
  padding: 40px 20px;
}

.footer_text {
  margin: 10px 0 20px;
}

.footer_sns-list img {
  width: 30px;
}

.footer_copyright {
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .footer {
    font-size: 1.2rem;
  }
  .footer_nav {
    padding: 0;
  }
.footer_nav-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer_nav-list li {
  margin: 0;
  width: 50%;
  border-bottom: 1px solid #fff;
  flex-grow: 1;
}
.footer_nav-list li:nth-child(2n) {
  border-left: 1px solid #fff;
}
.footer_nav-list a {
  display: block;
  text-decoration: none;
  padding: 1rem 5px 1.1rem;
}
.footer_info {
  padding: 20px 20px 10px;
}
}

/* セクション 
---------------------------------*/
.section_event,
.section_event-category,
.section_newevent,
.section_news,
.section_info1,
.section_info2,
.section_bnr,
.section_sns,
.section_suponsor,
.section_relatedevent,
.section_base,
.section_contents {
  padding: 0 30px 100px;
}

.section_suponsor {
  padding: 100px 30px !important;
}

.section_contents,
.section_event,
.section_newevent,
.section_sns,
.section_base {
  background-color: #f5f6f8;
}

.section_heading,
.section-heading-s {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 100px;
}

@media only screen and (max-width: 768px) {
  /* .contents_area > [class^="section"]:first-child {
    padding-top: 20px;
  } */
  .section_event,
  .section_event-category,
  .section_newevent,
  .section_news,
  .section_info1,
  .section_info2,
  .section_bnr,
  .section_sns,
  .section_relatedevent,
  .section_base,
  .section_contents {
    padding: 0 15px 30px;
  }
  .section_suponsor {
    padding: 30px 15px !important;
  }
  .section_heading,
  .section-heading-s {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-top: 30px;
  }
}

/*---------------------------------

  トップページ

---------------------------------*/

/* メインビジュアル
---------------------------------*/
#keyvisual {
  max-width: none;
  width: 100%;
  height: auto;
}

.hero {
  position: relative;
}

.hero-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* slickスライド 
---------------------------------*/
.hero {
  overflow: hidden;
}

.js-slick .slick-slide{
  margin-top: 20px;
  padding: 0 20px 20px;
}

.js-slick .slick-slide img{
  box-shadow: 7px 7px 10px 0 rgb(0 0 0 / 20%);
  border-radius: 10px;
}

.js-slick.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.js-slick .slick-dots button::before {
  font-size: 1.4rem;
}

.js-slick .slick-dots .slick-active button::before {
  color: #19a78e;
}
@media only screen and (max-width: 768px) {
  .js-slick .slick-slide {
    padding: 0 20px 10px;
  }
}

/* 新着のお知らせ 
---------------------------------*/
.top_pickup {
  display: flex;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.pickup_heading {
  background-color: #19a78e;
  width: 30%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pickup_text {
  padding: 30px;
}

.news_time time {
  color: #19a78e;
  font-size: 1.4rem;
  text-decoration: none;
}


@media only screen and (max-width: 768px) {
  .top_pickup {
    flex-direction: column;
  }
  .pickup_heading {
    width: auto;
    padding: .5em;
  }
  .pickup_text {
    padding: 20px;
  }
  .news_time {
    font-size: 1.2rem;
  }
}

/*---------------------------------

  イベント

---------------------------------*/

/* イベント一覧カード 
---------------------------------*/
.event_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.event_list-item {
  width: calc(50% - 10px);
  background-color: #fff;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  transition: .6s;
  border-radius: 10px;
  overflow: hidden;
}

.home .event_list-item {
  opacity: 0;
  transform: scale(.8);
  transition: all .4s ease-out;
}

.home .event_list-item.effect-scroll {
  opacity: 1;
  transform: scale(1);
}

.event_list-item:hover, .category-list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.event_list-item a {
  display: flex;
  flex-direction: row-reverse;
}

.event_list-item-info {
  width: 62.5%;
  padding: 5.17241% 3.4602%; /* 30px 20px; */
  display: flex;
  flex-direction: column;
}
/* 2024.11.9 */
.cafe_list-item-info {
  width: 100%;
  padding: 5.17241% 3.4602%; /* 30px 20px; */
  display: flex;
  flex-direction: column;
}
.event_list-item-info > :not(:last-child) {
  margin-bottom: 5px;
}
/* 2024.11.9 */
.cafe_list-item-info > :not(:last-child) {
  margin-bottom: 0;
}
.cafe_youtube a::before {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: .5em;
  vertical-align: middle;
  flex-shrink: 0;
  background-image: url(../img/icon_youtube.png);
}
.eventTitle {
  font-size: 1.8rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: auto !important;
  line-height: 1.4;
}
/* 2025/7/30 */
.eventApply {
  background-color: rgba(255,0,0, .1);
  color: red;
  font-size: 1.4rem;
  padding: 0.5em;
  width: fit-content;
}
.eventCategory {
  color: #f5f6f8;
  font-size: 1.2rem;
  order: -1;
  background-color: black;
  width: 13em;
  text-align: center;
  padding: .125rem 1rem;
  border-radius: 99rem;
}

.eventDate, .eventPlace {
  display: flex;
  font-size: 1.4rem;
  align-items: center;
  line-height: 1.4;
}

.eventDate::before, .eventPlace::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: .5em;
  vertical-align: middle;
  flex-shrink: 0;
}

.eventDate::before {
  background-image: url(../img/icon_calender.svg);
}

.eventPlace::before {
  background-image: url(../img/icon_place.svg);
}

.event_list-item-thumnail {
  width: 37.5%;
  min-height: 180px;
  display: flex;
  align-items: center;
}
/* 2024.11.9 */
.cafe_list-item-thumnail {
  width: 100%;
  min-height: 180px;
  display: flex;
  align-items: center;
}

.event_list-item-thumnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}

@media only screen and (max-width: 768px) {
  .event_list {
    display: block;
  }
  .event_list-item {
    width: auto;
  }
  .event_list-item-info {
    line-height: 1.2;
    padding: 2.9850%;
  }
  .eventTitle {
    font-size: 1.3rem;
  }
  .eventCategory {
    color: #f5f6f8;
    font-size: 1rem;
    width: 10em;
    padding: .4rem;
  }
  .eventDate, .eventPlace {
    font-size: 1.1rem;
  }
  .eventDate::before, .eventPlace::before {
    content: "";
    width: 1.6em;
    width: 1.6em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
    vertical-align: middle;
    align-items: center;
  }
}

/* 事務局からのお知らせ 
---------------------------------*/
.section_news .section_heading::before {
  content: "";
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  background-size: contain;
  margin-right: .5em;
  vertical-align: middle;
  background: url(../img/icon_news.svg) no-repeat center;
}

.news_list-item {
  border-bottom: 1px dashed #dcdcdc;
}

.news_list-item a {
  display: block;
  padding: 1em;
}

.news_list-item a:hover {
  background-color: #f5f6f8;
}

.news_list-item .news_time {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .section_news .section_heading::before {
    width: 1.7em;
    height: 1.7em;
  }
  .news_list-item .news_time {
    font-size: 1.2rem;
  }
}

/* ジャンルで探す
---------------------------------*/
.section_event-category {
  background-color: #fff;
}

.section_event-category .section_heading::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: contain;
  margin-right: .5em;
  vertical-align: middle;
  background: url(../img/icon_search.svg) no-repeat center;
}

.event-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category-list-item {
  width: calc((100% - 60px) / 4);
  font-size: 1.4rem;
  margin-bottom: 20px;
  transition: .6s;
  border-radius: 10px;
}

.category-list-item a {
  color: #fff;
  padding: 20px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-list-item a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: .5em;
}

.category-1 a::before {
  background-image: url(../img/icon_category1.svg);
}

.category-2 a::before {
  background-image: url(../img/icon_category2.svg);
}

.category-3 a::before {
  background-image: url(../img/icon_category3.svg);
}

.category-4 a::before {
  background-image: url(../img/icon_category4.svg);
}

.category-5 a::before {
  background-image: url(../img/icon_category5.svg);
}

.category-6 a::before {
  background-image: url(../img/icon_category6.svg);
}

.category-7 a::before {
  background-image: url(../img/icon_category7.svg);
}

.category-8 a::before {
  background-image: url(../img/icon_category8.svg);
}

@media only screen and (max-width: 768px) {
  .section_event-category .section_heading::before {
    width: 1.7em;
    height: 1.7em;
  }
  .category-list-item {
    width: calc((100% - 10px) / 2);
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

/* ２カラムセクション
---------------------------------*/
.section_2col {
  color: #fff;
  display: flex;
  padding: 0 !important
}

.section_info1, .section_info2 {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .section_2col {
    flex-direction: column;
  }
  .section_info1, .section_info2 {
    width: auto;
  }
}

.section_info1 {
  background-color: #19a78e;
}

.section_info2 {
  background-color: #fbb731;
}

.inner-info {
  max-width: 380px;
}

.info-box {
  margin-bottom: 40px;
}

.section-heading-s {
  border-bottom: 1px solid #fff;
  font-size: 2.1rem;
  text-align: center;
  padding-bottom: .5em;
}

@media only screen and (max-width: 768px) {
  .inner-info {
    max-width: 100%;
  }
}

/* FOLOW US
---------------------------------*/
.heading-en {
  display: block;
  color: #19a78e;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .1em;
}

.heading-sns::before, .heading-sns::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: #4C524C;
  vertical-align: -.2em;
}

.heading-sns::before {
  margin-right: 1em;
  transform: rotate(-45deg);
}

.heading-sns::after {
  margin-left: 1em;
  transform: rotate(45deg);
}
/* 2022.7.26 */
.pickup-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* 2024.11.15 */
.pickup-list li {
    width: calc((100% - 20px) / 4);
    border: 1px solid #dcdcdc;
    margin-right: 10px;
    margin-left: 10px;
}
.pickup-list li:hover {opacity: .6;}
.sns-list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.sns-list li {
  width: calc((100% - 20px) / 3);
  border: 1px solid #dcdcdc;
}

.sns-list li.cafe {
  width: calc((100% - 20px) / 2);
  border: none;
}

.sns-list li:hover
{
  opacity: .6;
}

@media only screen and (max-width: 768px) {
  .heading-sns {
    font-size: 1.4rem;
  }
  /* 2022.7.26 */
  .pickup-list li {
    width: auto;
    margin-bottom: 10px;
  }
  .sns-list li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}

/* バナーエリア
---------------------------------*/
.suponsor-list, .bnr-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bnr-list li a {
  display: block;
  height: 100%;
}

.bnr-list li img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.suponsor-list li {
  width: calc(100% / 6);
  margin-bottom: 20px;
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  .suponsor-list li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 10px;
  }
}

.suponsor-list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.suponsor-list li:hover {
  opacity: .6;
}

/*---------------------------------

  下層ページ共通

---------------------------------*/

/* パンくずナビ
---------------------------------*/
.breadcrumb_area {
  padding: 10px 15px;
  /* background-color: #f5f6f8; */
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb-list li {
  font-size: 1.2rem;
}

.breadcrumb-list li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: .5em;
  margin-right: .5em;
  speak: none;
}

@media only screen and (max-width: 768px) {
  .breadcrumb_area {
    padding: 5px 15px;
    background-color: #f5f6f8;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
  }
  .breadcrumb-list li {
    font-size: 1rem;
  }
}

/*---------------------------------

  イベント情報ページ

---------------------------------*/

/* main-content */
.main_content {
  background-color: #f5f6f8;
  padding: 40px 20px;
}

.post_wrapper {
  background-color: #fff;
  padding: 50px 20px;
  margin-bottom: 40px;
}

.post {
  max-width: 980px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.post-title {
  font-size: 2.8rem;
}

.post-category {
  margin-bottom: 20px;
  order: -1;
}

.post-media {
  text-align: center;
}

.media-scale {
  text-decoration: underline;
  cursor: pointer;
}

.media-scale::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/icon_kakudai.svg) no-repeat center left;
  background-size: contain;
  margin-right: .5em;
  vertical-align: middle;
}

.post-title, .post-media, .post-info1, .post-info2 {
  margin-bottom: 40px;
}

.post-heading {
  background-color:#f5f6f8;
  border-left: 10px solid #19a78e;
  padding: 20px 10px;
}

.post-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.post-dl dt {
  width: 20%;
}

.post-dl dd {
  width: 80%;
  word-break: break-word;
  text-align: justify;
}

.post-dl dd .support-button{
  min-width: 15em;
  margin: 10px 0 0;
}

.post-dl dt,
.post-dl dd {
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}

aside.section_relatedevent {
  background: #fff;
}

.hd-related {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .main_content {
    padding: 15px;
  }
  .post_wrapper {
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .post-title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .post-category {
    margin-bottom: 10px;
    order: -1;
  }

  .post-heading {
    border-left: 8px solid #19a78e;
    padding: 10px;
    font-size: 1.4rem;
    margin: 30px 0 20px;
  }
  .post-dl {
    border: 1px solid #dcdcdc;
    border-bottom: none;
  }
  .post-dl dt {
    width: calc(6em + 10px);
    background-color: #f5f6f8;
    text-align: center;
  }
  .post-dl dd {
    width: calc(100% - (6em + 10px));
    flex-direction: column;
  }  
  .post-dl dt, .post-dl dd {
    padding: 10px 5px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 1.2rem;
  }
  aside.section_relatedevent {
    background: transparent;
    padding: 0 0 50px;
  }
}

/*---------------------------------

  イベントカレンダーページ

---------------------------------*/

.event_month_area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.event_month {
  width: calc(100% / 6);
  text-align: center;
}

.event_month_area p {
  margin-bottom: 0;
}

.event_month a {
  border: 1px solid #dcdcdc;
  background-color: #fff;
  display: block;
  padding: 10px 0;
}

.event_month.active a {
  background-color: #19a78e;
  border: 1px solid #19a78e;
  color: #fff;
  position: relative;
}

.event_month a:hover {
  background-color: #f2fafd;
}

@media only screen and (max-width: 768px) {
.event_month_area {
  justify-content: flex-start;
  margin-bottom: 0;
}
}

/* 固定ページ共通 */
.page-heading {
  font-size: 2.8rem;
  margin-bottom: 40px;
  padding-bottom: 0.5rem;
  position: relative;
  border-bottom: 4px solid #87c9bb;
}

.page-heading::after {
  display: block;
  content: "";
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -4px;
  border-bottom: 4px solid#19a78e;
  width: 40%;
  max-width: 270px;
}

@media only screen and (max-width: 768px) {
  .page-heading {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

/*---------------------------------

  はじめての方へ（後援申請について）ページ

---------------------------------*/

/* 後援申請の流れ 
---------------------------------*/
.flow-list {
  counter-reset: my-counter;
}

.flow-list li {
  padding: 15px 15px 15px 45px;
  margin-bottom: 15px;
  border: 1px solid #eee;
  position: relative;
  border-radius: 10px;
}

.flow-list li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #333;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 15px;
}

.text-link-bold {
  margin-right: 1em;
}

@media only screen and (max-width: 768px) {
  .flow-list span {
    display: block;
  }
}

/* ３つの無料サービス 
---------------------------------*/
.col-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col-3-item {
  width: calc((100% - 80px) / 3);
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.col-3-item dt {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .col-3-item {
    width: 100%;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}

/*---------------------------------

  フォーム共通

---------------------------------*/

/* リード文 */
.lead-text {
  margin: 40px 0;
}

/* フォーム部品 */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 10px;
  transform-origin: left;
  cursor: pointer;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea, select {
  border: 1px solid #dcdcdc;
  padding: 5px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea, select {
    font-size: 1.6rem;
  }
}

/*---------------------------------

  後援申請イベント登録（ログイン）ページ

---------------------------------*/

.post-login {
  max-width: 400px;
  margin: auto;
}

.post-login input[type="text"], .post-login input[type="password"] {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

.post-login .button, .post-signup .button, .post-entry .button {
  padding: 10px 15px;
  margin-bottom: 30px;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  transition: .3s ease-in-out;
}

.post-login label {
  display: inline-block;
  margin-bottom: 5px;
}

.button-primary {
  background-color: #19a78e;
  border: 1px solid #19a78e;
  color: #FFF;
}

.bg-primary {
  background-color: #f2fafd;
  padding: 15px;
  font-size: 1.4rem;
}

.bg-danger {
  background-color: #ffe6e6;
  padding: 15px;
  font-size: 1.4rem;
}

.login-submit {
  text-align: center;
}

/*---------------------------------

  後援申請アカウント新規作成ページ

---------------------------------*/

.acf-field {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  border-bottom: 1px solid #ddd;
}

.acf-label {
  width: 40%;
}

.acf-input {
  width: 60%;
}

.acf-form-submit {
  text-align: center;
}

.post-signup input[type="text"],
.post-signup input[type="email"],
.post-signup input[type="tel"],
.post-signup textarea {
  display: inline-block;
  width: 100%;
}

.post-signup input[type="text"]:focus,
.post-signup input[type="email"]:focus,
.post-signup input[type="tel"]:focus,
.post-signup input[type="url"]:focus,
.post-signup textarea:focus {
  box-shadow: 0 0 2px 0 rgba(15,146,119,.6);
  border: 1px solid#19a78e;
}

.post-signup input[type="checkbox"] {
  width: auto;
}

.description {
  font-size: 1.4rem;
}

.message {
  font-weight: normal;
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  .bg-primary,
  .bg-danger {
    padding: 10px;
    font-size: 1.2rem;
  }
  .acf-field {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 10px 0 15px;
  }
  .acf-label,
  .acf-input {
    width: auto;
  }
  .description {
    font-size: 1.2rem;
  }
  .lead-text {
    margin: 15px 0;
  }
}

/*---------------------------------

  お問い合わせページ

---------------------------------*/

.wpcf7-form p {
  margin-bottom: 15px;
}

.wpcf7-form p:last-of-type {
  text-align: center;
}

/*---------------------------------

  後援申請マイページ

---------------------------------*/

.post-kouenshinsei {
  margin-top: 50px;
  margin-bottom: 50px;
}

.kouenshinsei-breadcrumb_area {
  margin-bottom: 1em;
}

.support_proftbl,
.support_postlist {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
}

.support_proftbl tr:nth-child(odd) {
  background-color: #fff;
}

.support_postlist tr:nth-child(odd) {
  background-color: #f5f6f8;
}

.support_proftbl th,
.support_proftbl td,
.support_postlist th,
.support_postlist td {
/*  white-space: nowrap; */
  white-space: normal;
  font-size: 1.4rem;
  padding-top: .75em;
  padding-bottom: .75em;
  line-height: 1.5;
}

.support_proftbl th {
  width: 5em;
}

.support_proftbl th,
.support_proftbl td,
.support_postlist th,
.support_postlist td {
  padding-left: 1em;
  padding-right: 1em;
}

.support_proftbl td {
  padding-left: 1em;
  padding-right: 1em;
}

.support_postlist-wrap {
  overflow-x: scroll;
}

.support_postlist th {
  background-color: #19a78e;
  color: #fff;
  white-space: nowrap;
}

.support_btn {
  text-align: right;
}

.support-button {
  display: inline-block;
  background-color: #fff;
  color: #19a78e;
  padding: .5rem .5rem .7rem;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 3rem;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #ccc;
}

.support-button:hover {
  color: #fff;
  background-color: #19a78e;
  border: 1px solid #ccc;
}

.btn-back::before {
  content: "←";
  display: inline-block;
  margin-right: 5px;
}

.btn-back-wrap {
  margin-bottom: 20px;
}

.btn-kouensinnsei {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding: 10px 15px;
  border-radius: 30px;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  transition: .3s ease-in-out;
}

.btn-kouensinnsei::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 5px;
  vertical-align: -5px;
  background-image: url(../img/icon-kouenshinsei.svg);
}

.btn-entry-wrap {
  margin: 20px 0;
}

.btn-entry {
  display: inline-block;
  color: #fff;
  background-color: #19a78e;
  width: 200px;
  text-align: center;
  margin-right: 20px;
  padding: 10px 15px;
  border-radius: 4px;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  transition: .3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .support_proftbl th, .support_proftbl td {
    white-space: unset;
    font-size: 1.4rem;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
  .support_proftbl td {
    padding-bottom: 1em;
  }
  
.support-button {
  width: 100%;
}

}

/*---------------------------------

  芸術文化施設ページ

---------------------------------*/
.row {
  display: flex;
  justify-content: space-between;
}

.facility-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -10px;
}

.facility-info img,
.facility-accessibility img,
.facility-accessmap img {
  width: 100%;
}

.facility-info > dl {
  width: 65%;
}

.facility-info > div {
  width: calc((100% - 20px) / 3);
}

.facility-info dl {
  border-top: 1px solid #dcdcdc;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

.facility-info dt, .facility-info dd {
  padding: 5px 10px;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
}

.facility-info dt {
  background-color: #f5f6f8;
  white-space: nowrap;
  width: 8em;
}

.facility-info dd {
  width: calc(100% - 8em);
  word-break: break-word;
  text-align: justify;
}

.col-3 figure {
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  border: 1px solid #dcdcdc;
}

.facility-accessibility figcaption {
  font-size: 1.4rem;
  padding: 20px;
}

.facility-accessmap {
  margin: 40px 20px 60px;
}

.facility-accessmap > * {
  width: calc((100% - 40px) / 2);
}

.list-ol {
  counter-reset: my-counter;
}

.list-ol li {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
}

.list-ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color:#19a78e;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.list-ol li span {
  width: calc(50% - 10px);
  float: left;
}

.list-ol li figure {
  width: 50%;
  float: right;
}

@media only screen and (max-width: 768px) {
  .facility-info .btn_link {
    margin-top: 0;
  }
  .facility-info {
    margin-top: 0;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .facility-info > dl {
    width: 100%;
    margin-bottom: 20px;
  }
  .facility-info > div {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .facility-info dl {
    font-size: 1.2rem;
    border: 1px solid #dcdcdc;
    border-bottom: none;
  }
  .facility-info dt,
  .facility-info dd {
    padding: 5px 10px;
  }
  .col-3 figure {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .facility-accessibility figcaption {
    font-size: 1.2rem;
    padding: 5px;
  }
  .facility-accessmap {
    margin: 10px;
    flex-direction: column;
  }
  
  .facility-accessmap > * {
    width: 100%;
  }
  .list-ol {
    counter-reset: my-counter;
  }
  .list-ol li {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-left: 2em;
    position: relative;
    margin-bottom: 1em;
  }
  .list-ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color:#19a78e;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.7em;
    width: 1.7em;
    color: #ffffff;
    font-size: 85%;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn_link-pdf {
    margin-top: 20px;

  }
}

/*---------------------------------

  サイトマップページ
  検索結果ページ
  リンク集ページ

---------------------------------*/
/* リスト */
.disc_list {
  padding-left: 40px;
}
.disc_list li {
  list-style-type: disc;
}
.sitemap_list ul {
  margin-left: 1.5em;
}
.sitemap_list > li,
.search_list li {
  margin-top: 1em;
  margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
  .disc_list {
    padding-left: 20px;
  }
}


/* dl */
.base-dl,
.page-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-dl {
  border-top: 1px solid #dcdcdc;
}

.page-dl dt,
.page-dl dd {
  padding: 5px 10px;
  border-bottom: 1px solid #dcdcdc;
  align-items: center;
}

.page-dl dt {
  background-color: #f5f6f8;
  width: 23%;
}

.page-dl dd {
  width: 77%;
}

.base-dl dt {
  width: 6em;
}

.base-dl dd {
  width: calc(100% - 6em);
}

@media only screen and (max-width: 768px) {
  .page-dl {
    font-size: 1.2rem;
    border: 1px solid #dcdcdc;
    border-bottom: none;
  }
  .page-dl dt,
  .page-dl dd {
    padding: 5px 10px;
  }

}

/* 番号付きリスト */
.decimal-ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}

/* 追加（20240306）
---------------------------------*/

.ml-1em {
  margin-left: 1em;
}

.event_link_area {
  display: flex;
  justify-content: space-between;  
}

.event_link_area a {
  text-decoration: underline;
}

.pc-row {
  display: flex;
  justify-content: space-between;   
}

/* 追加（20240828）
---------------------------------*/
span.eventStatus_end {
  background: #fff0f0;
  border: 1px solid #fb3744;
  color: #fb3744;
  display: block;
  font-size: 1.8rem;
  line-height: 24px;
  margin-top: 10px;
  padding: 0 10px;
  width: fit-content;
}

@media only screen and (max-width:768px){
  .event_link_area {
      margin-bottom: 30px;
      margin-top: 1em;
  }
  .event_link_area p:first-child {
    margin-left: 0;
  }
  .pc-row {
    display: block;
  }
} 
