@charset "UTF-8";
* {
  /* HTML5 display-role reset for older browsers */
  box-sizing: border-box;
}
* html,
* body,
* div,
* span,
* applet,
* object,
* iframe,
* h1,
* h2,
* h3,
* h4,
* h5,
* h6,
* p,
* blockquote,
* pre,
* a,
* abbr,
* acronym,
* address,
* big,
* cite,
* code,
* del,
* dfn,
* em,
* img,
* ins,
* kbd,
* q,
* s,
* samp,
* small,
* strike,
* strong,
* sub,
* sup,
* tt,
* var,
* b,
* u,
* i,
* center,
* dl,
* dt,
* dd,
* ol,
* ul,
* li,
* fieldset,
* form,
* label,
* legend,
* table,
* caption,
* tbody,
* tfoot,
* thead,
* tr,
* th,
* td,
* article,
* aside,
* canvas,
* details,
* embed,
* figure,
* figcaption,
* footer,
* header,
* hgroup,
* menu,
* nav,
* output,
* ruby,
* section,
* summary,
* time,
* mark,
* audio,
* video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
* article,
* aside,
* details,
* figcaption,
* figure,
* footer,
* header,
* hgroup,
* menu,
* nav,
* section {
  display: block;
}
* body {
  line-height: 1;
}
* ol,
* ul {
  list-style: none;
}
* blockquote,
* q {
  quotes: none;
}
* blockquote:before,
* blockquote:after,
* q:before,
* q:after {
  content: '';
  content: none;
}
* table {
  border-collapse: collapse;
  border-spacing: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

.pc_hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_hide {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}

#main .mailform .reserve {
  margin-top: 0;
}
#main .mailform .date-row {
  margin-top: 10px;
}
#main .mailform .date-row .options {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
#main .mailform .date-row .options label {
  display: block;
  cursor: pointer;
  padding: 2px;
  margin-right: 5px;
}
#main .mailform .date-row .options label input {
  display: none;
}
#main .mailform .date-row .options label span {
  display: inline-block;
  border: 1px solid #003f97;
  border-radius: 3px;
  padding: 3px 7px;
  line-height: 1.2;
  color: #003f97;
  background: white;
}
#main .mailform .date-row .options label span.enabled:hover {
  background: rgba(0, 63, 151, 0.1);
}
#main .mailform .date-row .options label span.disabled {
  background: #f3f3f3;
  color: #777;
  border-color: #999;
  cursor: not-allowed;
}
#main .mailform .date-row .options label input:checked + span.enabled {
  background: #003f97;
  color: white;
}
#main .mailform .reserve-admin {
  margin-top: 30px;
}

header {
  height: 100px;
  padding: 30px 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
    padding: 18px 20px;
  }
}
header .header_contents .header_title {
  width: 180px;
}
header .header_contents .header_title img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  header .header_contents .header_title {
    width: 122px;
  }
}

footer {
  padding: 85px 0;
  margin-top: 48px;
  background-color: #EDEDED;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}
footer .footer_read {
  margin: 0 0 10px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  footer .footer_read {
    font-size: 12px;
    line-height: 1.9;
  }
}
footer .footer_logo {
  margin: 63px auto 17px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  footer .footer_logo {
    margin: 20px auto 27px;
    width: 150px;
  }
}
footer .footer_logo a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
footer .footer_copy {
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer span.wrap {
    display: block;
  }
}

/*
:root {
--color-main: #366A2A;
--color-sub: #58B665;
}

*/
body {
  font-family: sans-serif;
}

header.top_header {
  padding: 33px 48px 21px;
}
@media screen and (max-width: 767px) {
  header.top_header {
    padding: 18px 20px;
  }
}

#main .contents_wrap {
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 30px;
}
#main .event_top_contents_wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#main .bg_green {
  background-color: #366A2A;
}
#main .bg_red {
  background-color: #A62126;
}
#main .kv {
  padding-top: 2.5%;
}
@media screen and (max-width: 767px) {
  #main .kv {
    padding-top: 0;
  }
}
#main .kv .kv_inner {
  position: relative;
}
#main .kv img {
  display: block;
  width: 100%;
}
#main .kv .kv_main_title:not(.aos-init),
#main .kv .kv_copy:not(.aos-init),
#main .kv ._kv_venue:not(.aos-init) {
  opacity: 0;
}
#main .kv .kv_title {
  margin: 0 auto;
  max-width: 34.4%;
}
@media screen and (max-width: 767px) {
  #main .kv .kv_title {
    max-width: 63.4%;
    transform: translateX(-2%);
    padding-top: 27%;
  }
}
#main .kv .kv_copy {
  position: absolute;
  top: 3.4%;
  left: 0;
  width: 26.7%;
}
@media print, screen and (max-width: 1110px) {
  #main .kv .kv_copy {
    left: 3%;
  }
}
@media screen and (max-width: 767px) {
  #main .kv .kv_copy {
    left: 4.8%;
    top: 4%;
    width: 61%;
  }
}
#main .kv .kv_venue {
  position: absolute;
  top: 3%;
  right: -2.1%;
  width: 15.8%;
}
@media print, screen and (max-width: 1110px) {
  #main .kv .kv_venue {
    right: 2%;
  }
}
@media screen and (max-width: 767px) {
  #main .kv .kv_venue {
    top: 3%;
    right: 5%;
    width: 24.5%;
  }
}
#main .kv .kv_main_pic {
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .kv .kv_main_pic {
    margin-top: 6%;
  }
}
#main .kv .kv_main_pic .kv_label {
  position: absolute;
  width: 13.2%;
}
@media screen and (max-width: 767px) {
  #main .kv .kv_main_pic .kv_label {
    width: 18.2%;
  }
}
#main .kv .kv_main_pic .label_1 {
  left: 22%;
  top: 9.8%;
}
@media screen and (max-width: 767px) {
  #main .kv .kv_main_pic .label_1 {
    left: 20%;
    top: -3.2%;
  }
}
#main .kv .kv_main_pic .label_2 {
  right: 21.3%;
  top: 7.8%;
}
@media screen and (max-width: 767px) {
  #main .kv .kv_main_pic .label_2 {
    right: 19.3%;
    top: -2.2%;
  }
}
#main .kv .kv_main_pic .label_3 {
  right: 3.6%;
  top: 19%;
}
@media screen and (max-width: 767px) {
  #main .kv .kv_main_pic .label_3 {
    right: 1.3%;
    top: 8%;
  }
}
#main .banner_list {
  margin-top: 1.1%;
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  list-style: none;
  padding: 0;
  gap: 0 2.4%;
}
@media print, screen and (max-width: 1080px) {
  #main .banner_list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .banner_list {
    display: block;
    margin-top: 6.9%;
  }
}
#main .banner_list > li {
  flex: 0 0 31.8%;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  #main .banner_list > li a {
    transition: 0.3s;
  }
  #main .banner_list > li a:hover {
    opacity: 0.75;
  }
}
#main .banner_list > li:not(.aos-init) {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #main .banner_list > li {
    background-color: transparent;
  }
  #main .banner_list > li + li {
    margin-top: 19px;
  }
}
#main .banner_list > li a {
  display: block;
}
#main .free_kv {
  position: relative;
  padding-top: 5%;
}
@media screen and (max-width: 767px) {
  #main .free_kv {
    padding-top: 8%;
  }
}
#main .free_kv img {
  display: block;
  width: 100%;
}
#main .free_kv .kv_main_title {
  margin: 0 auto;
  max-width: 46%;
}
@media screen and (max-width: 767px) {
  #main .free_kv .kv_main_title {
    max-width: 70%;
    transform: translateX(-1%);
  }
}
#main .free_kv .kv_main_img {
  position: relative;
  display: table;
  margin: 2.3% auto 0;
  max-width: 37.1%;
  transform: translateX(-2.7%);
}
#main .free_kv .kv_main_img_comment {
  position: absolute;
  width: 67.5%;
  top: 15.9%;
  left: 91%;
}
@media screen and (max-width: 767px) {
  #main .free_kv .kv_main_img_comment {
    width: 72.5%;
    top: 16.6%;
    left: 92.5%;
  }
}
#main .free_kv .kv_label {
  position: absolute;
  max-width: 138px;
  width: 15%;
}
@media screen and (max-width: 767px) {
  #main .free_kv .kv_label {
    width: 18.7%;
  }
}
#main .free_kv .kv_label.label_1 {
  top: 44%;
  right: 19%;
}
@media screen and (max-width: 767px) {
  #main .free_kv .kv_label.label_1 {
    top: 52.3%;
    right: 12.3%;
  }
}
#main .free_kv .kv_label.label_2 {
  top: 51%;
  left: 21%;
}
@media screen and (max-width: 767px) {
  #main .free_kv .kv_label.label_2 {
    top: 61%;
    left: 17%;
  }
}
#main .free_kv .kv_label.label_3 {
  top: 67%;
  left: 12%;
}
@media screen and (max-width: 767px) {
  #main .free_kv .kv_label.label_3 {
    top: 76.4%;
    left: 7.6%;
  }
}
#main .main_contents {
  background-color: #fff;
  max-width: 790px;
  margin: -8.7% auto 0;
  padding-top: 10.6%;
}
@media screen and (max-width: 767px) {
  #main .main_contents {
    margin: -8.7% 5% 0;
    padding-top: 10.6%;
  }
}
#main .contents_top .contents_title {
  position: relative;
}
#main .contents_top .contents_title::before, #main .contents_top .contents_title::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#main .contents_top .contents_title::before {
  aspect-ratio: 132/266;
  width: 8.4%;
  top: -13%;
  right: 4%;
  background-image: url(../media/images/2025-autumn/free/subpic_1.png);
}
@media screen and (max-width: 767px) {
  #main .contents_top .contents_title::before {
    width: 12.9%;
    top: 27%;
    right: 4.9%;
  }
}
#main .contents_top .contents_title::after {
  aspect-ratio: 175/287;
  width: 11.3%;
  left: 7.6%;
  top: 42%;
  background-image: url(../media/images/2025-autumn/free/subpic_2.png);
}
@media screen and (max-width: 767px) {
  #main .contents_top .contents_title::after {
    width: 17.3%;
    left: 4.6%;
    top: 25%;
  }
}
#main .contents_top .contents_title_main {
  max-width: 66.5%;
  margin: 0 auto;
  transform: translateX(2%);
}
@media screen and (max-width: 767px) {
  #main .contents_top .contents_title_main {
    max-width: 70.7%;
    transform: translateX(0%);
  }
}
#main .contents_top .contents_title_main img {
  display: block;
  width: 100%;
}
#main .contents_top .contents_title_caution {
  margin: 36px 33px 10px;
}
@media screen and (max-width: 767px) {
  #main .contents_top .contents_title_caution {
    margin: 5% 19px 5%;
  }
}
#main .contents_top .contents_title_caution img {
  display: block;
  max-width: 100%;
}
#main .contents_top .contents_title_caution p {
  font-size: 13px;
  line-height: 1.81;
}
@media screen and (max-width: 767px) {
  #main .contents_top .contents_title_caution p {
    font-size: 11px;
    line-height: 1.81;
  }
}
#main .contents_top .button {
  margin: 5px auto;
  max-width: 41%;
}
@media screen and (max-width: 767px) {
  #main .contents_top .button {
    margin: 2px auto;
    max-width: 87%;
  }
}
@media screen and (min-width: 1025px) {
  #main .contents_top .button a {
    transition: 0.3s;
  }
  #main .contents_top .button a:hover {
    opacity: 0.75;
  }
}
#main .contents_top .button img {
  display: block;
  width: 100%;
}
#main .contents_about {
  margin: 17px 0;
  padding: 0 34px;
}
@media screen and (max-width: 767px) {
  #main .contents_about {
    margin: 19px 0;
    padding: 0 18px;
  }
}
#main .contents_about .about_layout {
  display: flex;
  flex-flow: row nowrap;
  background-color: #EDE8E7;
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout {
    display: block;
  }
}
#main .contents_about .about_layout + .about_layout {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout + .about_layout {
    margin-top: 21px;
  }
}
#main .contents_about .about_layout.step .title::after {
  aspect-ratio: 224/170;
  background-image: url(../media/images/2025-autumn/free/subpic_3.png);
  width: 76%;
  margin-left: -3px;
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout.step .title::after {
    width: 56%;
    margin: -2.6% 0 0 -7%;
  }
}
#main .contents_about .about_layout.recommend .title::after {
  aspect-ratio: 198/178;
  background-image: url(../media/images/2025-autumn/free/subpic_4.png);
  width: 65%;
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout.recommend .title::after {
    width: 52%;
    margin: -7% 0 0 -4%;
  }
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout.recommend .title .title_comennt {
    top: 41%;
    right: 19%;
  }
}
#main .contents_about .about_layout .title {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  padding: 22px 9px 0;
  flex: 0 0 23.7%;
  background-color: #58B665;
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout .title {
    padding: 15px 1px 0;
  }
}
#main .contents_about .about_layout .title::after {
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout .title .title_main {
    width: 65%;
  }
}
#main .contents_about .about_layout .title .title_main img {
  display: block;
  width: 100%;
}
#main .contents_about .about_layout .title .title_comennt {
  position: absolute;
  top: 43%;
  right: 0%;
  transform: translate(40%, 0%);
  width: 65px;
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout .title .title_comennt {
    top: 40%;
    right: 22%;
    width: 27%;
  }
}
#main .contents_about .about_layout .title .title_comennt img {
  display: block;
  width: 100%;
}
#main .contents_about .about_layout .contents {
  flex: 1 1 auto;
  padding: 16px 20px 19px 43px;
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout .contents {
    padding: 18px 23px 22px;
  }
}
#main .contents_about .about_layout .contents_list {
  display: flex;
  flex-flow: row wrap;
  gap: 0 3.4%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout .contents_list {
    display: block;
  }
}
#main .contents_about .about_layout .contents_list > li {
  position: relative;
  flex: 0 0 22.4%;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #000;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout .contents_list > li {
    padding: 17px 10px 19px;
    padding: 15px 10px 17px;
    min-height: 97px;
  }
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout .contents_list > li + li {
    margin-top: 16px;
  }
}
#main .contents_about .about_layout .contents_list > li .step_nam {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 24%;
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout .contents_list > li .step_nam {
    position: static;
    margin: 0 auto 10px;
    width: 17%;
  }
}
#main .contents_about .about_layout .contents_list > li .step_text {
  margin-top: 3px;
  transform: translateY(10px);
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout .contents_list > li .step_text {
    margin-top: 8px;
    transform: translateY(0);
  }
}
#main .contents_about .about_layout .contents_list > li img {
  display: block;
  width: 100%;
}
#main .contents_about .about_layout .contents_list.step_list {
  gap: 0 6.2%;
}
#main .contents_about .about_layout .contents_list.step_list li {
  flex: 0 0 29.2%;
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout .contents_list.step_list li.step_1 {
    padding-top: 18px;
    padding-bottom: 19px;
  }
}
#main .contents_about .about_layout .contents_list.step_list li.step_1 .step_nam {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout .contents_list.step_list li + li {
    margin-top: 40px;
  }
}
#main .contents_about .about_layout .contents_list.step_list li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -13%;
  aspect-ratio: 8/15;
  background: url(../media/images/2025-autumn/free/icon_flow.svg) no-repeat center/cover;
  width: 6%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  #main .contents_about .about_layout .contents_list.step_list li + li::before {
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg) translate(0, -2%);
    width: 4.3%;
  }
}
#main .exclusive {
  margin: 47px auto 0;
  padding: 0 33px;
}
@media screen and (max-width: 767px) {
  #main .exclusive {
    margin: 8% auto 0;
    padding: 0 18px;
  }
}
#main .exclusive .exclusive_img {
  position: relative;
  display: table;
  margin: 0 auto;
  max-width: 10.9%;
  transform: translateX(-3px);
}
@media screen and (max-width: 767px) {
  #main .exclusive .exclusive_img {
    max-width: 32.9%;
    transform: translateX(-3px);
  }
}
#main .exclusive .exclusive_img img {
  display: block;
  width: 100%;
}
#main .exclusive .exclusive_img_commnet {
  position: absolute;
  top: -1%;
  left: 105%;
  width: 101px;
}
@media screen and (max-width: 767px) {
  #main .exclusive .exclusive_img_commnet {
    top: 14%;
    left: 97%;
    width: 91%;
  }
}
#main .exclusive .exclusive_main {
  margin-top: -2.5%;
  padding: 6.2% 40px 52px;
  background-color: #58B665;
}
@media screen and (max-width: 767px) {
  #main .exclusive .exclusive_main {
    margin-top: -7.7%;
    padding: 6.2% 0;
    border-radius: 17px;
  }
}
#main .exclusive .exclusive_main .exclusive_main_img {
  display: table;
  margin: 0 auto;
  width: 64%;
}
@media screen and (max-width: 767px) {
  #main .exclusive .exclusive_main .exclusive_main_img {
    width: 87%;
  }
}
#main .exclusive .exclusive_main .exclusive_main_img img {
  display: block;
  width: 100%;
}
@media print, screen and (max-width: 1080px) {
  #main .event_top_contents {
    padding: 0 20px;
  }
}
#main .event_top_contents .venue {
  margin: 28px 0 26px;
  padding: 3px 3px 36px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #main .event_top_contents .venue {
    margin: 27px 0 26px;
    padding: 1px 1px 36px;
  }
}
#main .event_top_contents .venue .venue_title {
  padding: 11px 0 12px;
}
@media screen and (max-width: 767px) {
  #main .event_top_contents .venue .venue_title {
    padding: 9px 0;
  }
}
#main .event_top_contents .venue .venue_title img {
  width: 137px;
  transform: translateX(-4px);
}
@media screen and (max-width: 767px) {
  #main .event_top_contents .venue .venue_title img {
    width: 100px;
    transform: translateX(0px);
  }
}
#main .event_top_venue {
  padding: 0 29px;
}
@media screen and (max-width: 767px) {
  #main .event_top_venue {
    padding: 0 34px;
  }
}
#main .venue {
  margin: 55px 0 26px;
  padding: 0 33px 36px;
}
@media screen and (max-width: 767px) {
  #main .venue {
    margin: 33px 0 16px;
    padding: 0 22px 28px;
  }
}
#main .venue .venue_title {
  padding: 9px;
}
#main .venue .venue_title.green {
  background-color: #58B665;
}
#main .venue .venue_title.red {
  background-color: #E7373E;
}
#main .venue .venue_title img {
  display: block;
  margin: 0 auto;
  width: 105px;
  transform: translateX(-3px);
}
@media screen and (max-width: 767px) {
  #main .venue .venue_title img {
    transform: none;
  }
}
#main .venue .area_title {
  padding: 15px;
  margin: 19px 0 31px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
  background: #EDEDED;
  color: #171616;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #main .venue .area_title {
    margin: 18px -3px 15px;
    font-size: 17px;
    text-align: center;
  }
}
#main .venue .area_title::after {
  font-family: FontAwesome;
  content: '\f107';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #main .venue .area_title::after {
    right: 7px;
    font-size: 22px;
  }
}
#main .venue .area.open .area_title::after {
  content: '\f107';
  transform: translateY(-50%) rotate(180deg);
  right: 16px;
}
#main .free_event .area_row > .col,
#main .free_event .area_row > li,
#main .venue_list > .col,
#main .venue_list > li {
  flex: 0 0 47%;
  color: #171616;
}
#main .free_event .area_row > .col .btn,
#main .free_event .area_row > li .btn,
#main .venue_list > .col .btn,
#main .venue_list > li .btn {
  background-image: url(../media/images/2025-autumn/free/button_1.png);
}
#main .venue_list_wrap.event_top_venue .area_row {
  gap: 30px 4.2%;
  justify-content: flex-start;
}
#main .venue_list_wrap.event_top_venue .area_row > .col {
  flex: 0 0 30.5%;
}
#main .venue_list_wrap.event_top_venue .area_row > .col .picture {
  aspect-ratio: 306 / 230;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  #main .venue_list_wrap.event_top_venue .area_row > .col .title {
    margin: 13px 0 3px;
  }
}
@media screen and (max-width: 767px) {
  #main .venue_list_wrap.event_top_venue .area_row > .col .info-rows {
    margin: 2px 0;
    font-size: 14px;
    line-height: 1.4;
  }
}
#main .venue_list_wrap.event_top_venue .area_row > .col .btn {
  background-image: url(../media/images/2025-autumn/button_reserve.png);
  width: 107%;
  transform: translateX(-11px);
}
#main .area_row,
#main .venue_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 30px 0;
}
@media screen and (max-width: 767px) {
  #main .area_row,
  #main .venue_list {
    display: block;
    margin: 0 -3px;
  }
}
#main .area_row > .col a,
#main .area_row > li a,
#main .venue_list > .col a,
#main .venue_list > li a {
  text-decoration: none;
  color: #171616;
}
@media screen and (min-width: 1025px) {
  #main .area_row > .col a,
  #main .area_row > li a,
  #main .venue_list > .col a,
  #main .venue_list > li a {
    transition: 0.3s;
  }
  #main .area_row > .col a:hover,
  #main .area_row > li a:hover,
  #main .venue_list > .col a:hover,
  #main .venue_list > li a:hover {
    opacity: 0.75;
  }
}
#main .area_row > .col img,
#main .area_row > li img,
#main .venue_list > .col img,
#main .venue_list > li img {
  max-width: 100%;
}
#main .area_row > .col .picture,
#main .area_row > .col .thumbnail,
#main .area_row > li .picture,
#main .area_row > li .thumbnail,
#main .venue_list > .col .picture,
#main .venue_list > .col .thumbnail,
#main .venue_list > li .picture,
#main .venue_list > li .thumbnail {
  margin-bottom: 11px;
  aspect-ratio: 340/ 230;
}
#main .area_row > .col .picture img,
#main .area_row > .col .thumbnail img,
#main .area_row > li .picture img,
#main .area_row > li .thumbnail img,
#main .venue_list > .col .picture img,
#main .venue_list > .col .thumbnail img,
#main .venue_list > li .picture img,
#main .venue_list > li .thumbnail img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#main .area_row > .col .title,
#main .area_row > li .title,
#main .venue_list > .col .title,
#main .venue_list > li .title {
  margin: 11px 0 8px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.38;
}
@media screen and (max-width: 767px) {
  #main .area_row > .col .title,
  #main .area_row > li .title,
  #main .venue_list > .col .title,
  #main .venue_list > li .title {
    margin: 16px 0 8px;
    font-size: 17px;
  }
}
#main .area_row > .col .title .title_top,
#main .area_row > li .title .title_top,
#main .venue_list > .col .title .title_top,
#main .venue_list > li .title .title_top {
  display: block;
}
#main .area_row > .col .info-rows,
#main .area_row > .col .address,
#main .area_row > li .info-rows,
#main .area_row > li .address,
#main .venue_list > .col .info-rows,
#main .venue_list > .col .address,
#main .venue_list > li .info-rows,
#main .venue_list > li .address {
  margin: 8px 0;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.53;
}
#main .area_row > .col .info-rows .zip,
#main .area_row > .col .address .zip,
#main .area_row > li .info-rows .zip,
#main .area_row > li .address .zip,
#main .venue_list > .col .info-rows .zip,
#main .venue_list > .col .address .zip,
#main .venue_list > li .info-rows .zip,
#main .venue_list > li .address .zip {
  display: block;
}
#main .area_row > .col > _a,
#main .area_row > li > _a,
#main .venue_list > .col > _a,
#main .venue_list > li > _a {
  display: table;
  margin: 14px auto 0;
  max-width: 96%;
  transform: translateX(-15px);
}
#main .area_row > .col > _a img,
#main .area_row > li > _a img,
#main .venue_list > .col > _a img,
#main .venue_list > li > _a img {
  display: block;
  width: 100%;
}
#main .area_row > .col .dates,
#main .venue_list > .col .dates {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
#main .area_row > .col .dates span.date,
#main .venue_list > .col .dates span.date {
  background: #CD232F;
  color: #fff;
  padding: 4px 8px;
  font-weight: 700;
  line-height: 1;
  border-radius: 3px;
}
#main .area_row > .col .dates span.date:first-letter,
#main .venue_list > .col .dates span.date:first-letter {
  font-size: 12px;
  line-height: .8;
}
@media screen and (max-width: 767px) {
  #main .area_row > .col + .col,
  #main .venue_list > .col + .col {
    margin-top: 17px;
  }
}
#main .area_row > .col .name .new,
#main .venue_list > .col .name .new {
  display: none;
}
#main .area_row > .col .info dl:not(:first-child),
#main .venue_list > .col .info dl:not(:first-child) {
  display: none;
}
#main .area_row > .col .info dt,
#main .venue_list > .col .info dt {
  display: none;
}
#main .area_row > .col .event,
#main .venue_list > .col .event {
  display: none;
}
#main .area_row > .col .btn,
#main .venue_list > .col .btn {
  display: table;
  margin: 14px auto 0;
  width: 96%;
  transform: translateX(-15px);
  aspect-ratio: 327 / 102;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #main .area_row > .col .btn,
  #main .venue_list > .col .btn {
    transform: none;
  }
}
#main .area_row > .col .btn span,
#main .venue_list > .col .btn span {
  display: none;
}
#main .end_button {
  margin: 29px auto 0;
  max-width: 316px;
}
@media screen and (max-width: 767px) {
  #main .end_button {
    margin: 9px auto 0;
  }
}
#main .end_button img {
  display: block;
  width: 100%;
  max-width: 100%;
}
#main .kv_main_title:not(.aos-init),
#main .kv_label:not(.aos-init),
#main .kv_main_img:not(.aos-init) {
  opacity: 0;
}

.gps {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .gps {
    margin: 25px 0;
  }
}
.gps button {
  display: flex;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 50px;
  background: #E7373E;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition-duration: .1s;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.gps button .icon img {
  width: 18px;
  display: none;
}
.gps button .icon::after {
  font-family: FontAwesome;
  content: '\f124';
}
.gps button:hover {
  transform: translate(2px, 2px);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .gps button {
    font-size: 14px;
    padding: 7px 17px;
  }
}

body#free #main .area_row > .col .dates,
body#free #main .venue_list > .col .dates {
  display: none;
}
body#free #main .gps button {
  background: #58B665;
}

/*# sourceMappingURL=2025-autumn-free.css.map */
