@charset "UTF-8";
/******************************************************************************
******************************************************************************
**
** style.cssにおいて ( var.3.1.3 )
** -- baseでは基本タグとサイト大枠のCSS指定
** -- headerではヘッダーのCSS指定
** -- global navではグローバルナビのCSS指定
** -- contentではコンテント・メイン・サイドナビのCSS指定
** -- footerではフッターのCSS指定
** -- pagetopではページトップボタンのCSS指定
** -- indexではトップページのCSS指定
** -- pageでは汎用ページのCSS指定
** -- styleでは汎用ページのコンテンツ（データ入れ）で使用する基本タグのCSS指定
**
** 注意事項
** -- CSSの命名規則はApplicatsオリジナルの命名規則を採用しています。
** -- 初期フォントサイズはreset.cssにて13pxにリセットしています。
** -- 行間は1.6にリセットしています。
**        単位は不要です。(スタイル崩れする可能性有)
** -- コンテンツ内のフォントサイズ・行間は
**        [ base ]のcontentsクラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** style
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
.pc_only {
  display: none;
}

.sp_only {
  display: block;
}

/*--------color code -------*/
html,
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/*----------------------------------------------------------------------------
  ******************************************************************************
  ** header
  ******************************************************************************
  ----------------------------------------------------------------------------*/
.hd_bg {
  position: relative;
  background-color: #f2f2f2;
}
.hd_bg.colorChange {
  background-color: #fff;
}

.hd {
  padding: 20px 10px;
}

.hd_logo {
  width: 260px;
}
.hd_logo a {
  display: block;
}
.hd_logo img {
  width: 130px;
  max-width: 100%;
  height: auto;
}
.hd_logo img:hover {
  opacity: 0.8;
}

/*----------------------------------------------------------------------------
  ******************************************************************************
  ** global nav
  ******************************************************************************
  ----------------------------------------------------------------------------*/
.nav_bg {
  background: #f2f2f2;
  color: #fff;
  height: calc(100% + 500px);
  padding-bottom: 500px;
  z-index: 100;
  width: 100%;
  overflow-x: none;
  overflow-y: auto;
  top: 0px;
  right: -100%;
  padding-top: 100px;
  position: fixed;
  transition: All 0.5s ease;
}
.nav_bg .sp_nav_title {
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.nav_bg .sp_nav_title img {
  display: block;
  margin: auto;
  width: 70%;
  max-width: 300px;
}

.nav_list {
  margin-top: 2rem;
  width: 85%;
  margin: auto;
}
.nav_list > li {
  border-top: solid 1px #ec5933;
  position: relative;
}
.nav_list > li:last-child {
  border-bottom: solid 1px #ec5933;
}
.nav_list > li:not(.li_has_child)::after {
  content: "→";
  position: absolute;
  font-size: 1.5rem;
  right: 16px;
  top: 50%;
  color: #ec5933;
  transform: translateY(-50%);
}
.nav_list > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #ec5933;
  font-weight: bold;
  display: block;
  padding: 1em 1em 1em 1.5em;
  text-decoration: none;
  position: relative;
}
.nav_list > li > a:hover, .nav_list > li > a.current {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav_list .sub-menu {
  display: none;
}
.nav_list .sub-menu > li > a {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  font-size: 13px;
  padding: 1em 1em 1em 2em;
  text-decoration: none;
}
.nav_list .sub-menu > li > a:hover, .nav_list .sub-menu > li > a.current {
  background-color: #000;
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}
.nav_list .li_has_child {
  position: relative;
}
.nav_list .li_has_child:before, .nav_list .li_has_child:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 30px;
  transform: translateX(-50%);
  height: 2px;
  width: 15px;
  background-color: #ec5933;
}
.nav_list .li_has_child:after {
  transform: translateX(-50%) rotate(90deg);
  transition: 0.5s;
}
.nav_list .active:after {
  transform: translateX(-50%) rotate(0) !important;
}
.nav_list .nav_glist {
  display: none;
}
.nav_list .nav_glist > li > a {
  position: relative;
  background-color: #757575;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: block;
  font-size: 11px;
  padding: 1em 1em 1em 4em;
  text-decoration: none;
}
.nav_list .nav_glist > li > a:before {
  content: ">";
  position: absolute;
  left: 2em;
  top: 50%;
  transform: translateY(-50%);
}
.nav_list .nav_glist > li > a:hover, .nav_list .nav_glist > li > a.current {
  background-color: #000;
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
}
.nav_list .li_has_gchild {
  position: relative;
}
.nav_list .li_has_gchild:before, .nav_list .li_has_gchild:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 22px;
  transform: translateX(-50%);
  height: 2px;
  width: 10px;
  background-color: #fff;
}
.nav_list .li_has_gchild:after {
  transform: translateX(-50%) rotate(90deg);
  transition: 0.5s;
}

.sp_nav_open {
  right: 0 !important;
}

.sp_nav_trigger {
  cursor: pointer;
  z-index: 1000;
  position: fixed !important;
  top: 30px;
  right: 15px;
  margin-top: -5px;
  width: 38px;
  height: 22px;
}
.sp_nav_trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
  transition: all 0.4s;
  box-sizing: border-box;
}
.sp_nav_trigger span:nth-of-type(1) {
  top: 0;
}
.sp_nav_trigger span:nth-of-type(2) {
  top: 10px;
}
.sp_nav_trigger span:nth-of-type(3) {
  bottom: 0;
}
.sp_nav_trigger.sp_active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
  background: #000;
}
.sp_nav_trigger.sp_active span:nth-of-type(2) {
  opacity: 0;
  background: #000;
}
.sp_nav_trigger.sp_active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
  background: #000;
}

.nav_sns_links {
  width: 100%;
  margin-top: 35px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.nav_sns_links a {
  display: block;
  width: 30px;
  margin-right: 20px;
}
.nav_sns_links a img {
  width: 100%;
  height: auto;
}
.nav_sns_links a:last-child {
  margin-right: initial;
}

/*----------------------------------------------------------------------------
  ******************************************************************************
  ** content
  ******************************************************************************
  ----------------------------------------------------------------------------*/
.con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
}

.main {
  width: 100%;
}

.con_bg {
  padding: 0 5%;
}

.side {
  width: 100%;
  list-style-type: none;
}
.side h2 {
  background-color: #ec5933;
  border-radius: 20px 20px 0 0px;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}
.side h2 ~ * {
  padding: 0 15px;
}
.side h2 ~ *:first-of-type {
  padding-top: 15px;
}
.side h2 ~ *:last-of-type {
  padding-bottom: 15px;
}
.side h3 {
  color: #ec5933;
  margin: 1em 0;
  font-size: 1.3rem;
}
.side h3 img {
  display: inline-block;
  height: min(40px, 6vw);
  vertical-align: bottom;
  margin-right: 5px;
}
.side figure {
  overflow: hidden;
}
.side figure a img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s;
}
.side figure a img:hover {
  transform: scale(1.2);
}
.side .event_form {
  width: 100%;
}
.side .event_form input[type=date] {
  width: 100%;
  font-size: 0.9rem;
}
.side .event_form .area label span {
  font-size: 1rem;
}
.side .event_form .event_type label span {
  font-size: 1rem;
  margin-bottom: 0.8em;
}
.side .js_sld_pnl {
  position: relative;
  cursor: pointer;
}
.side .js_sld_pnl:before, .side .js_sld_pnl:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  transform: translateX(-50%);
  height: 2px;
  width: 15px;
  background-color: #ec5933;
}
.side .js_sld_pnl:after {
  transform: translateX(-50%) rotate(90deg);
  transition: 0.5s;
}
.side .js_sld_pnl.active:after {
  transform: translateX(-50%) rotate(0) !important;
}

.side_nav_list li a {
  background: url(../images/icon_arrow_gray.png) no-repeat left center;
  border-bottom: 1px solid #ccc;
  color: #111;
  display: block;
  padding: 12px 10px;
  text-decoration: none;
}
.side_nav_list li a:hover, .side_nav_list li a.current {
  text-decoration: underline;
}

.side_list {
  border-radius: 20px;
  background: #fff;
  margin-bottom: 30px;
}
.side_list li a {
  background: url(../images/icon_arrow_gray.png) no-repeat left center;
  border-bottom: 1px solid #ccc;
  color: #111;
  display: block;
  padding: 12px 10px;
  text-decoration: none;
}
.side_list li a:hover, .side_list li a.current {
  text-decoration: underline;
}

.area_title {
  font-size: 1.2rem;
  border-bottom: 3px solid #ec5933;
  text-align: center;
}

.side_form_btn {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 35px;
  text-align: center;
  padding: 10px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.reserve {
  position: relative;
}
.reserve::before {
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  content: "";
  margin: auto;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 10px 25px 10px 0px;
}

.my-event-calendar > span {
  font-size: 1.2em;
  font-weight: bold;
}
.my-event-calendar .nav a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.my-event-calendar .nav a:hover {
  opacity: 0.8;
}
.my-event-calendar table {
  width: 100%;
  border-collapse: collapse;
}
.my-event-calendar table tr {
  border-bottom: 1px solid #000;
}
.my-event-calendar table tr:last-child {
  border-bottom: none;
}
.my-event-calendar table th {
  padding: 6px;
  font-size: 0.8em;
  text-align: center;
}
.my-event-calendar table td {
  width: 14.2857142857%;
  height: 40px;
  padding: 3px 6px;
  border-right: 1px solid #000;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}
.my-event-calendar table td:last-child {
  border-right: none;
}
.my-event-calendar table td.today {
  background: #fff8e1;
}
.my-event-calendar table td:has(.past) {
  opacity: 0.6;
}
.my-event-calendar table a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.my-event-calendar table a:hover .cnt {
  opacity: 0.8;
}
.my-event-calendar table .cnt {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  font-size: 0.8em;
}
.my-event-calendar table .cnt::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: #009fbf;
  border-radius: 50%;
}

.wpp-list li {
  list-style: none;
  margin: 0 0 1.5em 0;
  font-size: 1rem;
}
.wpp-list li a {
  background: none;
  border-bottom: none;
  padding: 0;
  text-decoration: none;
  transition: 0.3s;
}
.wpp-list li .wpp-thumbnail-container {
  position: relative;
  margin-bottom: 0.8em;
}
.wpp-list li .wpp-thumbnail {
  overflow: hidden;
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  font-size: 0.8em;
  line-height: 1;
  background: #f0f0f0;
  border: none;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.3s;
}
.wpp-list li .wpp-thumbnail:hover {
  opacity: 0.8;
}
.wpp-list li .wpp-post-title {
  display: block;
  margin: 0 0 0.5em;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
}
.wpp-list li .wpp-excerpt {
  font-size: 0.8em;
}

#breadcrumbs {
  display: none;
}

/*----------------------------------------------------------------------------
	******************************************************************************
	** footer
	******************************************************************************
	----------------------------------------------------------------------------*/
.ft_wrapper {
  margin-top: auto;
  background-color: #f2f2f2;
}
.ft_wrapper.colorChange {
  background-color: #fff;
}
.ft_wrapper .ft_innr_con .ft_logo img {
  width: 150px;
  height: auto;
}
.ft_wrapper .ft_links .link_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ft_wrapper .ft_links .link_list > li:first-child > a {
  border-left: 1px solid #000;
}
.ft_wrapper .ft_links .link_list > li > a {
  padding: 0 15px;
  border-right: 1px solid #000;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.ft_wrapper .ft_links .link_list > li > a:hover {
  opacity: 0.8;
}
.ft_wrapper .ft_links .link_list .sub-menu {
  display: none;
  position: absolute;
  z-index: 99;
}
.ft_wrapper .ft_links .link_list .sub-menu > li > a {
  position: relative;
  display: block;
  padding-left: 40px;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.ft_wrapper .ft_links .link_list .sub-menu > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 50%;
  width: 10px;
  transform: translateX(-50%);
  background: #000;
  height: 1px;
}
.ft_wrapper .ft_links .link_list .sub-menu > li > a:hover {
  opacity: 0.8;
}
.ft_wrapper .ft_links .link_list .sub-menu > li > a:hover .nav_glist {
  display: block;
  animation: Appear 0.3s forwards;
}
.ft_wrapper .ft_links .link_list .li_has_child > a {
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}
.ft_wrapper .ft_links .link_list .li_has_child > a::before, .ft_wrapper .ft_links .link_list .li_has_child > a::after {
  content: "";
  position: absolute;
  display: block;
  right: 5px;
  top: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 13px;
  background-color: #000;
}
.ft_wrapper .ft_links .link_list .li_has_child > a::after {
  transform: translateX(-50%) rotate(90deg);
  transition: 0.5s;
}
.ft_wrapper .ft_links .link_list .li_has_child.open > a::after {
  transform: translateX(-50%) rotate(0) !important;
}
@media screen and (max-width: 500px) {
  .ft_wrapper .ft_links .link_list > li > a {
    display: block;
    border-left: 1px solid #000;
  }
}

.ft_bg_cp .ft {
  padding: 10px 0;
}
.ft_bg_cp .ft_copy {
  font-size: 10px;
  text-align: center;
}

/*----------------------------------------------------------------------------
	******************************************************************************
	** pagetop
	******************************************************************************
	----------------------------------------------------------------------------*/
.pt {
  border-radius: 50%;
  background-color: #333;
  bottom: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  right: 30px;
  position: fixed;
  width: 60px;
  z-index: 99;
}
.pt:hover {
  opacity: 0.6;
}

.pt_btn {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  transform: rotate(45deg);
  position: relative;
}
.pt_btn::before, .pt_btn::after {
  background-color: #fff;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
.pt_btn::before {
  width: 7px;
  bottom: 0;
}
.pt_btn::after {
  height: 7px;
  right: 0;
}

/*----------------------------------------------------------------------------
	******************************************************************************
	** index
	******************************************************************************
	----------------------------------------------------------------------------*/
.index_main {
  width: 100%;
}

.index_content {
  padding: 50px 0;
}

.index_slider_bg {
  position: relative;
}
.index_slider_bg .index_title {
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.index_slider_bg .index_title h1 {
  font-size: max(25px, 6vw);
  text-align: left;
  width: 100%;
  font-family: serif;
}
.index_slider_bg .index_title h1 span {
  color: #ec5933;
}

/*-- object-fit ver IE11 サーバーアップで動作確認済み -- */
.index_slider img {
  width: 100%;
  height: 50vh !important;
  max-height: 500px !important;
  padding: 20px 10px;
  aspect-ratio: 3/4;
  -o-object-fit: cover !important;
  object-fit: cover;
  overflow: hidden;
}
.index_slider .slick-slide {
  position: relative;
  transition: 0.5s;
}
.index_slider .slick-slide:hover {
  opacity: 0.8;
}
.index_slider .slide-detail {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
  margin: 20px 10px;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff;
}
.index_slider .slide-detail .slide-title {
  overflow-y: hidden;
  font-size: 1.2rem;
  font-weight: 700;
}
.index_slider:hover .slick-arrow-item {
  opacity: 1;
}
.index_slider .slick-dots {
  bottom: -25px;
}
.index_slider .slick-dots li {
  width: 10px;
}
.index_slider .slick-dots li button:before {
  width: 8px;
  height: 8px;
}
.index_slider .slick-dots li.slick-active button:before {
  width: 8px;
  height: 8px;
}

div[class^=index_con] h2 {
  font-size: clamp(2rem, 7vw, 3.5rem);
  text-align: center;
  line-height: 1.4;
}
div[class^=index_con] h2::after {
  display: block;
  content: attr(data-ttl);
  color: #bfbfbf;
  font-size: 0.55em;
}
div[class^=index_con] h2 > img {
  height: clamp(37px, 10vw, 60px);
}
div[class^=index_con] h3 {
  font-size: clamp(1.2rem, 4.8vw, 2.5rem);
  line-height: 1.4;
}
div[class^=index_con] h3 span {
  color: #ec5933;
  font-size: 2em;
}

.index_h1 {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  font-size: 4em;
  color: #ec5933;
}

.a_i_center {
  align-items: center;
}

.index_btn {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 15px 0;
  color: #fff;
  background: #009fbf;
  border: solid 1px #009fbf;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.index_btn:hover {
  opacity: 0.8;
}

.index_con1 p {
  line-height: 2.25;
}

.index_con2_bg {
  background-color: #f2f2f2;
}

.index_con2 .index_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.index_con2 .index_card_text {
  width: 100%;
  max-width: 500px;
  padding: 20px 40px 30px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.index_con2 .index_card_text h4 {
  color: #ec5933;
  font-size: min(30px, 8vw);
  line-height: 1.4;
}
.index_con2 .index_card_text h4::before, .index_con2 .index_card_text h4::after {
  display: inline-block;
  content: "";
  background: #ec5933;
  width: 3px;
  height: 0.8em;
  vertical-align: bottom;
}
.index_con2 .index_card_text h4::before {
  margin-right: 14px;
  transform: rotate(-40deg);
}
.index_con2 .index_card_text h4::after {
  margin-left: 14px;
  transform: rotate(40deg);
}
.index_con2 .index_card_text img {
  margin-block: 1.5rem;
  width: auto;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.index_con2 .index_card_text p {
  font-size: 1.5rem;
  text-align: left;
}

.index_con3 {
  padding: 5em 0 8em;
}
.index_con3 h3 {
  margin-bottom: 20px;
}
.index_con3 h3 img {
  display: inline-block;
  height: min(40px, 6vw);
  vertical-align: bottom;
  margin-right: 5px;
}
.index_con3 .index_card {
  background: #f2f2f2;
  border-radius: 20px;
}
.index_con3 .index_card .index_form_btn {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: max(1.2rem, 3vw);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 35px;
  text-align: center;
  padding: 10px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.index_con3 .js_sld_pnl.active {
  background-color: #ec5933;
  color: #fff;
  border: 1px solid #ec5933;
}

.event_form {
  width: 90%;
  margin: 0 auto;
}
.event_form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.event_form input[type=checkbox]:checked + span {
  background-color: #ec5933;
  color: #fff;
  border: 1px solid #ec5933;
}
.event_form input[type=date] {
  padding: 10px 0;
  border-radius: 25px;
  border: 1px solid #000;
  width: 80%;
  max-width: 400px;
  text-align: center;
  font-size: 1.2rem;
  display: block;
}
.event_form input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
.event_form .area label span {
  display: inline-block;
  margin: 0 5px 8px 0;
  padding: 5px 8px;
  font-size: max(1.2rem, 3vw);
  background: #fff;
  border: 1px solid #707070;
}
.event_form .event_type label span {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: max(1rem, 3.2vw);
  background: #fff;
  border: 1px solid #707070;
  border-radius: 35px;
  text-align: center;
  padding: 10px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.index_con4 {
  padding: 0 0 8em;
}

.event_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}
.event_list_item {
  width: calc((100% - 2rem) / 2);
}
.event_list_item a {
  display: block;
  padding: 8px 10px 10px;
  border: 1px solid #707070;
  border-radius: 10px;
  text-decoration: none;
}
.event_list_item a .event_thumb {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.event_list_item a .event_thumb > img {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.event_list_item a .event_title {
  margin-top: 0.8rem;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
}
.event_list_item a .event_title > time {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  color: #5a5a5a;
  margin-bottom: 0.8rem;
}
.event_list_item a .event_title .event_cat {
  margin-top: 0.8em;
}
.event_list_item a .event_title .event_cat > span {
  display: inline-block;
  margin-right: 8px;
  padding: 5px 8px;
}
.event_list_item a .event_title .event_cat > span.area {
  background: #fbabab;
}
.event_list_item a .event_title .event_cat > span.type {
  background: #b1d8f5;
}
.event_list_item a:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}
.event_list_item p.no-result {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .event_list_item {
    width: 100%;
  }
}

/*----------------------------------------------------------------------------
******************************************************************************
** pager
******************************************************************************
----------------------------------------------------------------------------*/
.pager {
  margin: 40px 0 0;
}
.pager .pager_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pager .pager_list .page-numbers {
  border: 1px solid #ec5933;
  border-radius: 5px;
  color: #ec5933 !important;
  display: block;
  font-size: 1rem;
  margin: 0 2px;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  width: 2.4rem;
  transition: all 0.5s ease;
}
.pager .pager_list .page-numbers:not(.dots):hover, .pager .pager_list .page-numbers.current {
  background: #ec5933;
  color: #fff !important;
}
.pager .pager_list .page-numbers.dots {
  border-color: #ec5933;
}

/*----------------------------------------------------------------------------
  ******************************************************************************
  ** page
  ******************************************************************************
  ----------------------------------------------------------------------------*/
.page_main > h1,
.single_main > h1,
.archive_main > h1 {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: max(4vw, 50px);
  color: rgba(255, 255, 255, 0.35);
}

.page h1,
.single h1,
#news h1 {
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  padding: 10px 10px;
  background: #ffeee9;
  border-left: 10px solid #ec5933;
}
.page h2,
.single h2,
#news h2 {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  padding: 10px 15px;
  background: #ffeee9;
  border-bottom: 3px solid #ec5933;
}
.page h3,
.single h3,
#news h3 {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding: 10px 15px;
  background: #ffeee9;
}
.page h4,
.single h4,
#news h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 5px 10px;
  border-left: 10px solid #ec5933;
}
.page h5,
.single h5,
#news h5 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.page h6,
.single h6,
#news h6 {
  font-weight: bold;
  margin-bottom: 1em;
}
.page p,
.single p,
#news p {
  line-height: 2.5rem;
  margin: 1em 0;
}
.page p.update,
.single p.update,
#news p.update {
  color: #b7b7b7;
}
.page figure img,
.single figure img,
#news figure img {
  width: 100%;
}
.page figcaption,
.single figcaption,
#news figcaption {
  text-align: center;
}
.page img,
.single img,
#news img {
  width: 100%;
}
.page[data-ttl],
.single[data-ttl],
#news[data-ttl] {
  position: relative;
  padding: 65px 15px 15px 15px;
  background: #fff;
  border-radius: 20px;
}
.page[data-ttl]::before,
.single[data-ttl]::before,
#news[data-ttl]::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: attr(data-ttl);
  height: 30px;
  padding: 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  background: #ec5933;
  border-radius: 20px 20px 0 0;
}

.sp_back {
  background: #f2f2f2;
}

.summary table tr:nth-of-type(even) {
  background: #f2f2f2;
}
.summary table tr th,
.summary table tr td {
  padding: 10px;
  vertical-align: top;
  font-weight: bold;
}
.summary img,
.summary iframe {
  width: 100%;
  border-radius: 20px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}

.form p {
  margin: 0 0 1em;
}
.form label {
  font-weight: bold;
}
.form input[type=text], .form input[type=email], .form input[type=tel] {
  width: 100%;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px;
  background: #f2f2f2;
}
.form input[type=text]:focus, .form input[type=email]:focus, .form input[type=tel]:focus {
  background-color: #fff;
}

/*----------------------------------------------------------------------------
	******************************************************************************
	** style
	******************************************************************************
	----------------------------------------------------------------------------*/
.mcon {
  word-wrap: break-word;
}
.mcon a img:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.mcon h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.mcon h2 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.mcon h3 {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 16px;
}
.mcon h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mcon h5,
.mcon h6 {
  font-size: 1.1em;
  margin-bottom: 2px;
  margin-top: 5px;
}
.mcon hr {
  border: none;
  border-top: 1px dotted #000;
}
.mcon iframe {
  max-width: 100%;
}
.mcon img {
  max-width: 100%;
  height: auto;
}
.mcon ol {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ol li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.mcon p {
  margin-bottom: 1em;
}
.mcon ul {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

/*----------------------------------------------------------------------------
  ******************************************************************************
  ** style
  ******************************************************************************
  ----------------------------------------------------------------------------*/
.mcon {
  line-height: 1.6;
  word-wrap: break-word;
}
.mcon a img:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.mcon h1 {
  font-size: 20px;
  margin-bottom: 20px;
}
.mcon h2 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.mcon h3 {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 16px;
}
.mcon h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mcon h5,
.mcon h6 {
  margin-bottom: 2px;
  margin-top: 5px;
}
.mcon hr {
  border: none;
  border-top: 1px dotted #000;
}
.mcon iframe {
  max-width: 100%;
}
.mcon img {
  max-width: 100%;
  height: auto;
}
.mcon ol {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ol li {
  margin-left: 2em;
  margin-bottom: 0.5em;
}
.mcon p {
  margin-bottom: 1em;
}
.mcon ul {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.mcon ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}/*# sourceMappingURL=sp.css.map */