@charset "UTF-8";

/* ttl_page
----------------------------------------*/
.ttl_page {
    position: relative;
}
.ttl_page::before {
    content: "";
    position: absolute;
    background: url("../../img/fair/txt_fair.svg") no-repeat;
    background-size: 100% 100%;
    width: 27rem;
    height: 29.2rem;
    top: 0;
    left: 15.57%;
}
.ttl_page + .fair .fair_btn {
    display: none;
}
@media only screen and (max-width: 768px) {
    .ttl_page::before {
        width: 17.8rem;
        height: 19.2rem;
        top: 9rem;
        left: inherit;
        right: -1rem;
    }
}

/* tab_navi
----------------------------------------*/
.tab_navi {
    border-bottom: .1rem solid #DDDAD2;
    display: flex;
    justify-content: center;
    gap: 0 .3rem;
    padding-bottom: .2rem;
    margin-bottom: 4.5rem;
}
.tab_navi a {
    display: flex;
    width: 29.8rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    background: #D5D5D5;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: .05em;
    text-decoration: underline;
    text-underline-offset: .2rem;
    gap: 1rem;
    font-weight: 700;
}
.tab_navi a.current {
    background: #A39483;
}
.tab_navi a img {
    width: 1.6rem;
}
.tab_navi a[href="#category"] img {
    width: 1.5rem;
}
@media only screen and (max-width: 768px) {
    .tab_navi {
        margin-bottom: 3.5rem;
    }
    .tab_navi a {
        display: block;
        width: 19.4rem;
        height: 7.7rem;
        padding: 1.5rem 0 0;
        letter-spacing: 0;
    }
    .tab_navi a img {
        margin: 0 auto .9rem;
    }
}

/* calendar
----------------------------------------*/
.calendar {
    max-width: 98rem;
    margin: 0 auto 5rem;
}
.calendar h2 {
    text-align: center;
    font-size: 1.6rem;
    color: #6A8252;
    letter-spacing: .05em;
    margin-bottom: 1.3rem;
}
.calendar p,
.category p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .1em;
}
.calendar_box {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
}
.calendar_item {
    width: 30rem;
}
.calendar_item table {
    width: 100%;
    border-collapse: collapse;
}
.calendar_item table caption {
    border-bottom: .1rem solid #D6D6D6;
    padding-bottom: .6rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 2.5rem;
}
.calendar_item table th {
    font-weight: 500;
    padding-bottom: 1rem;
}
.calendar_item table th,
.calendar_item table td {
    width: 14.2857%;
    text-align: center;
}
.calendar_item table td {
    font-weight: 700;
    text-align: center;
    padding: 0 0 1rem;
}
.calendar_item table th.sat,
.calendar_item table td.sat {
    color: #538296;
}
.calendar_item table th.sun,
.calendar_item table td.sun {
    color: #9B2219;
}
.calendar_item table td a {
    display: block;
    margin: 0 auto;
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #F4F8F9;
    font-family: Arial, sans-serif;
}
.calendar_item table td.sat a {
    background: #D1E1E6;
}
.calendar_item table td.sun a {
    background: #E5D6D6;
}
.calendar_item .monthnav {
    display: none;
}
.category .btns {
    width: 98rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3.5rem;
    gap: .8rem 1.1rem;
}
.category .btns .btn {
    text-align: center;
    width: calc(25% - .8rem);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.3rem;
    background-color: #D5D5D5;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}
.category .btns .btn.is-active {
    background: #A39483;
}
.p-fair__moreButton .loader {
    position: absolute;
    top: calc(50% + 1.2rem);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
  }
.loader,
.loader:before,
.loader:after {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.loader {
  position: relative;
  margin: 0 auto;
  color: #fff;
  font-size: .3rem;
  text-indent: -9999em;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
.search_reset a {
    display: block;
    width: 29.5rem;
    margin: 0 auto;
    background: transparent;
    border: .1rem solid #7d987d;
    color: #7d987d;
    text-align: center;
    padding: 1.5rem 0;
    margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
    .calendar p {
        line-height: 1.8462;
        letter-spacing: .05em;
    }
    .calendar_box {
        width: 33rem;
        display: block;
        margin: 2.5rem auto 0;
        overflow: hidden;
    }
    .calendar_item {
        width: 33rem;
        float: left;
    }
    .calendar .prev,
    .calendar .next {
        font-size: 1.2rem;
        position: absolute;
        right: 1.5rem;
    }
    .calendar .prev {
        right: auto;
        left: 1.5rem;
    }
    .calendar_box .slick-prev,
    .calendar_box .slick-next {
        appearance: none;
        border-radius: 0;
        border: 0;
        overflow: hidden;
        text-indent: -99rem;
        background: none;
        width: 4rem;
        height: 2rem;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }
    .calendar_box .slick-prev {
        right: auto;
        left: 0;
        transform: scale(-1, 1);
    }
    .calendar_box .slick-disabled {
        display: none !important;
    }
    .calendar_item .monthnav {
        display: block;
        position: static;
        font-size: 1.2rem;
        font-weight: 700;
    }
    .calendar_item .monthnav em {
        font: inherit;
    }
    .calendar_item .monthnav .next {
        position: absolute;
        top: .3rem;
        right: 0;
        padding-right: 1rem;
    }
    .calendar_item .monthnav .next::before {
        content: "";
        width: .4rem;
        height: .4rem;
        position: absolute;
        top: 0;
        right: .2rem;
        bottom: 0;
        margin: auto;
        border-top: .2rem solid #d3d0cd;
        border-right: .2rem solid #d3d0cd;
        transform: rotate(45deg);
    }
    .calendar_item .monthnav .prev {
        position: absolute;
        top: .3rem;
        left: 0;
        padding-left: 1rem;
    }
    .calendar_item .monthnav .prev::before {
        content: "";
        width: .4rem;
        height: .4rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: .2rem;
        margin: auto;
        border-top: .2rem solid #d3d0cd;
        border-right: .2rem solid #d3d0cd;
        transform: rotate(-135deg);
    }
    .category .btns {
        width: 100%;
        gap: .3rem;
    }
    .category .btns .btn {
        width: calc(50% - .3rem);
    }
    .search_reset a {
        margin: 0 2rem 5rem;
        width: auto;
    }
}

/* category
----------------------------------------*/
.category {
    max-width: 98rem;
    margin: 0 auto 5rem;
    display: none;
}
.category h2 {
    text-align: center;
    font-size: 1.6rem;
    color: #6A8252;
    letter-spacing: .05em;
    margin-bottom: 1.3rem;
}
@media only screen and (max-width: 768px) {
    .category {
        margin: 0 2rem 5rem;
    }
}

/* result_more
----------------------------------------*/
.result_more {
    appearance: none;
    width: 100%;
    max-width: 100rem;
    margin: 0 auto;
    border: 0;
    padding: 0;
    background: #6A8252;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 6.5rem;
    color: #fff;
    border-radius: 0;
    font-size: 1.3rem;
    letter-spacing: .05em;
    font-weight: 700;
    font-family: inherit;
    text-decoration: underline;
    text-underline-offset: .2rem;
    cursor: pointer;
    transition: opacity .3s;
}
@media (hover:hover) {
    .result_more:hover {
        opacity: .6;
    }
}
@media only screen and (max-width: 768px) {
    .result_more {
        width: calc(100% + 4rem);
        margin: 0 -2rem;
        height: 7rem;
    }
}

/* fair_detail_date
----------------------------------------*/
.fair_detail_date {
    text-align: center;
    border-top: .1rem solid #DDDAD2;
    padding: 4.7rem 2rem 2.8rem;
    letter-spacing: 0.05em;
}
.fair_detail_date .fair_date {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 2.6rem;
}
.fair_detail_date .fair_date.sat {
    color: #3460B4;
}
.fair_detail_date .fair_date.sun {
    color: #BA3737;
}
.fair_detail_date .fair_date span {
    font-size: 1.3rem;
    display: inline-block;
    margin-right: .93rem;
}
.fair_detail_date .fair_subttl {
    font-size: 1.3rem;
    font-weight: bold;
    color: #6a8252;
    margin-bottom: 1.5rem;
}
.fair_detail_date h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 2.6rem;
}
.fair_detail_date .fair_tag {
    justify-content: center;
    margin-bottom: 2.7rem;
}
.fair_detail_date .fair_tag span {
    padding: .5rem 1rem;
    line-height: 1;
}
@media only screen and (max-width: 768px) {
    .fair_detail_date {
        padding: 4rem 2rem 3.9rem;
    }
    .fair_detail_date .fair_date {
        font-size: 2.5rem;
        margin-bottom: 1.4rem;
    }
    .fair_detail_date .fair_date span {
        margin-right: 1rem;
    }
    .fair_detail_date .fair_subttl {
        margin-bottom: 1.2rem;
    }
    .fair_detail_date h3 {
        margin-bottom: 1.5rem;
        text-align: left;
        line-height: 1.87;
    }
    .fair_detail_date .fair_tag {
        margin-bottom: 1.5rem;
    }
}



/* fair_detail_inner
----------------------------------------*/
.fair_detail_inner {
    max-width: 110rem;
    margin: 0 auto;
}

.fair_detail_h3 {
    color: #6A8252;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 3rem;
}
.fair_detail_h3 span {
    font-style: italic;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    margin-right: 1.9rem;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .fair_detail_h3 span {
        margin-right: 1.8rem;
    }
}

/* result_head
----------------------------------------*/
.result_head {
    max-width: 100rem;
    margin: 0 auto 3rem;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}
.result_head p {
    font-size: 1.6rem;
    letter-spacing: .05em;
}
.result_head p + p {
    font-size: 1.3rem;
    letter-spacing: .1em;
}
@media only screen and (max-width: 768px) {
    .result_head {
        margin: 0 auto 1.8rem;
    }
    .result_head p {
        font-size: 1.3rem;
        letter-spacing: 0;
    }
    .result_head p + p {
        letter-spacing: 0;
    }
}


/* fair_detail_summary
----------------------------------------*/
.fair_detail_summary {
    border-top: .1rem solid #DDDAD2;
    padding: 9rem 2rem 6.4rem;
    letter-spacing: 0.05em;
}
.fair_detail_summary .fair_detail_inner {
    display: flex;
    justify-content: space-between;
}
.fair_detail_summary .fair_detail_inner figure {
    max-width: 35rem;
}
.fair_detail_summary .fair_detail_inner figure img {
  height: 35rem;
  object-fit: cover;
}

.fair_detail_summary .fair_detail_inner .text {
    max-width: 68.6rem;
}
.fair_detail_summary .fair_detail_inner .text > p {
    font-size: 1.3rem;
    line-height: 2.3;
    margin-bottom: 2.5rem;
}

.fair_detail_summary .fair_detail_inner .text .tokuten {
    background: #F2F4EF;
    padding: 4rem 5rem 3.5rem;
    margin-top: 4rem;
}
.fair_detail_summary .fair_detail_inner .text .tokuten > h4 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #A39483;
    margin-bottom: 1.7rem;
}
.fair_detail_summary .fair_detail_inner .text .tokuten > p {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 2.3;
}
.fair_detail_summary .fair_detail_inner .text .tokuten > dl {
    border-top: 1px solid #DDDAD2;
    margin-top: 2rem;
    padding-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 2.3;
}
.fair_detail_summary .fair_detail_inner .text .tokuten > dl dt {
    width: 8.7rem;
    font-weight: bold;
}
.fair_detail_summary .fair_detail_inner .text .tokuten > dl dd {
    width: calc(100% - 8.7rem);
}

@media only screen and (max-width: 768px) {
    .fair_detail_summary {
        padding: 3rem 2rem 4rem;
    }
    .fair_detail_summary .fair_detail_inner {
        display: block;
    }
    .fair_detail_summary .fair_detail_inner figure {
        max-width: 100%;
        margin-bottom: 2.5rem;
    }
    .fair_detail_summary .fair_detail_inner figure img {
      height: 33.7rem;
    }

    .fair_detail_summary .fair_detail_inner .text {
        max-width: 100%;
    }
    .fair_detail_summary .fair_detail_inner .text > p {
        margin-bottom: 2rem;
    }

    .fair_detail_summary .fair_detail_inner .text .tokuten {
        padding: 3rem 2rem 3.5rem;
        margin-top: 3rem;
    }
    .fair_detail_summary .fair_detail_inner .text .tokuten > h4 {
        margin-bottom: 1.2rem;
    }
    .fair_detail_summary .fair_detail_inner .text .tokuten > dl {
        display: block;
    }
    .fair_detail_summary .fair_detail_inner .text .tokuten > dl dt {
        width: 100%;
        font-size: 1.4rem;
    }
    .fair_detail_summary .fair_detail_inner .text .tokuten > dl dd {
        width: 100%;
    }
    .fair_detail_summary .fair_detail_inner .text .tokuten > dl dd + dt {
        margin-top: 1.5rem;
    }
}


/* fair_reservation
----------------------------------------*/
.fair_reservation {
    border-top: .1rem solid #DDDAD2;
    padding: 6rem 2rem;
    letter-spacing: 0.05em;
}

.reservation_area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.reservation_area .select_box {
    background: #F2F4EF;
    position: relative;
    width: 100%;
    max-width: 27.1rem;
}
.reservation_area .select_box::after {
    content: "";
    background: url("../../img/common/icon_calender.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 1.7rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.6rem;
    width: 1.6rem;
    line-height: 1;
}
.reservation_area .select_box select {
    background: #F2F4EF;
    display: block;
    padding: 1.3rem 2.2rem;
    font-size: 1.3rem;
    border: none;
    appearance: none;
    width: 100%;
}
.reservation_area .reseav_box {
    background: #F2F4EF;
    padding: 2.4rem 0;
    width: 100%;
    max-width: 76.6rem;
    display: flex;
    align-items: center;
}
.reservation_area .reseav_box .reserv_list_item {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #DDDAD2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 42.4rem;
    padding-left: 5.9rem;
    font-size: 1.3rem;
    font-weight: 500;
}
.reservation_area .reseav_box .reserv_list_item:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.reservation_area .reseav_box .reserv_list_item .btn {
    width: 20.8rem;
    line-height: 4rem;
    text-align: center;
}
.reservation_area .reseav_box .reserv_list_item .btn a {
    display: block;
    height: 100%;
    text-decoration: none;
    background: #6A8252;
    color: #fff;
}
.reservation_area .reseav_box .reserv_list_item .btn a::after {
    content: "";
    background: url("../../img/common/icon_arrow_03.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 1.6rem;
    top: 0;
    bottom: 0;
    margin: auto;
    height: .9rem;
    width: .7rem;
}
.reservation_area .reseav_box .reserv_contact {
    margin-left: 7rem;
    font-size: 1.3rem;
}
.reservation_area .reseav_box .reserv_contact p.tel {
    font-size: 2rem;
    font-weight: bold;
    color: #6A8252;
    margin: .3rem 0;
}
.reservation_area .reseav_box .reserv_contact p.tel a {
    pointer-events: none;
}
@media only screen and (max-width: 768px) {
    .fair_reservation {
        padding: 5rem 2rem;
    }

    .reservation_area {
        display: block;
    }

    .reservation_area .select_box {
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .reservation_area .select_box::after {
        right: 1.9rem;
    }
    .reservation_area .select_box select {
        padding: 1.3rem 2rem;
        font-size: 1.4rem;
    }
    .reservation_area .reseav_box {
        padding: 2rem 0 3rem;
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .reservation_area .reseav_box .reserv_list_item {
        padding-bottom: 2rem !important;
        margin-bottom: 2rem !important;
        width: 100%;
        padding-inline: 2rem;
        font-size: 1.4rem;
        border-bottom: 1px solid #DDDAD2 !important;
    }
    
    .reservation_area .reseav_box .reserv_list_item .btn a::after {
        right: 1.5rem;
    }
    .reservation_area .reseav_box .reserv_contact {
        margin-left: 0;
        font-size: 1.3rem;
        text-align: center;
    }
    .reservation_area .reseav_box .reserv_contact p.tel {
        margin: .3rem 0;
    }
    .reservation_area .reseav_box .reserv_contact p.tel a {
        pointer-events: all;
    }
}



/* fair_contents
----------------------------------------*/
.fair_contents {
    border-top: .1rem solid #DDDAD2;
    padding: 6rem 2rem 3.5rem;
    letter-spacing: 0.05em;
}
.fair_contents .fair_detail_h3 {
    color: #A39483;
}

.fair_contents_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fair_contents_item {
    width: 47.1%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5rem;
}
.fair_contents_item .ph {
    width: 15rem;
}
.fair_contents_item .txt {
    width: calc(100% - 15rem - 3rem);
}
.fair_contents_item .txt h4 {
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 1px solid #DDDAD2;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.fair_contents_item .txt h4 .badge {
    font-size: 1.2rem;
    background: #A39483;
    color: #fff;
    font-weight: normal;
    padding: .4rem 1rem;
    margin-left: 1rem;
}
.fair_contents_item .txt p {
    font-size: 1.2rem;
    line-height: 1.83;
}
@media only screen and (max-width: 768px) {
    .fair_contents {
        padding: 5rem 2rem 2.2rem;
    }
    .fair_contents_list {
        display: block;
    }
    .fair_contents_item {
        width: 100%;
        margin-bottom: 3rem;
        flex-wrap: wrap;
    }
    .fair_contents_item .ph {
        width: 12rem;
        order: 1;
    }
    .fair_contents_item .txt {
        width: 100%;
        display: contents;
    }
    .fair_contents_item .txt h4 {
        order: 0;
        width: 100%;
        font-size: 1.4rem;
        padding-bottom: 1.5rem;
        margin-bottom: 2rem;
    }
    .fair_contents_item .txt p {
        order: 2;
        width: calc(100% - 12rem - 2rem);
    }
}


/*---------------------------------------
 * FAIR 追加
---------------------------------------*/
.p-fair .l-inner2 {
    max-width: 98rem;
    margin: 0 auto;
}
.p-fair__byDay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: .1rem solid #d1cec5;
  margin-bottom: 3rem;
}
.p-fair__byDay__date {
  position: relative;
  width: 15rem;
  padding: 4.2rem 0 0;
  font-weight: bold;
  text-align: center;
  background: #f5f5f5;
}
@media screen and (max-width: 1000px) {
  .p-fair__byDay__date {
    width: 100%;
    padding: 2rem;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-fair__byDay__date.--sat {
  color: #3460b4;
  background: #e2eced;
}
.p-fair__byDay__date.--sun {
  color: #ba3737;
  background: #f5e1e1;
}
.p-fair__byDay__date.holiday {
  color: #ba3737;
  background: #f5e1e1;
}
.p-fair__byDay__date__year {
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .p-fair__byDay__date__year {
    display: inline-block;
  }
}
.p-fair__byDay__date__day {
  display: block;
  margin-bottom: .5rem;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.36;
}
@media screen and (max-width: 1000px) {
  .p-fair__byDay__date__day {
    display: inline-block;
    font-size: 1.8rem;
  }
}
.p-fair__byDay__date__number {
    font-size: 1.2rem;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #333;
}
@media screen and (max-width: 1000px) {
  .p-fair__byDay__date__number {
    left: auto;
    right: 2rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: auto;
  }
}
.p-fair__byDay__listBox {
  width: calc(100% - 15rem);
  padding: 3.5rem 4rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-fair__byDay__listBox {
    width: 100%;
    padding: 2rem;
  }
}
.p-fair__byDay__button {
  position: relative;
  width: 100%;
  padding: 1.5rem 0;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: underline;
  color: #fff;
  text-align: center;
  background: #A39483;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  .p-fair__byDay__button {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .p-fair__byDay__button:hover {
    opacity: 0.7;
  }
}
.p-fair__byDay__button.is-opened::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  bottom: -.3rem;
}

.p-fair .itemChild .p-fair__byDay__listBox {
  padding-top: 0;
}
.p-fair .itemChild .p-fair__byDay__listBox::before {
  content: "";
  display: block;
  width: 100%;
  height: .1rem;
  border-top: .1rem solid #ccc;
  padding-top: 3.5rem;
}
@media screen and (max-width: 1000px) {
  .p-fair .itemChild .p-fair__byDay__listBox::before {
    padding-top: 2rem;
  }
}
.p-fair__list.is-opened .p-fair__list__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.p-fair__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-fair__list__item:nth-child(n+2) {
  display: none;
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: .1rem solid #d1cec5;
}
@media screen and (max-width: 1000px) {
  .p-fair__list__item:nth-child(n+2) {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.p-fair__list__item__subtitle {
  color: #6a8252;
  font-weight: 700;
  margin-bottom: .5rem;
}
.p-fair__list__item__head {
  width: 100%;
  margin-bottom: 1.7rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.44;
}
@media screen and (max-width: 1000px) {
  .p-fair__list__item__head {
    font-size: 1.5rem;
    line-height: 1.73;
  }
}
.p-fair__list__item__thumbnail {
  width: 29.3%;
  height: 21rem;
  overflow: hidden;
}
.p-fair__list__item__thumbnail figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-fair__list__item__thumbnail figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.p-fair__list__item__thumbnail figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.p-fair__list__item__thumbnail figure video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .p-fair__list__item__thumbnail {
    width: 100%;
    height: 78.667vw;
    margin-bottom: 1.7rem;
  }
}
.p-fair__list__item__detail {
  width: 65.6%;
}
@media screen and (max-width: 1000px) {
  .p-fair__list__item__detail {
    width: 100%;
  }
}
.p-fair__list__item__tagBox {
  margin-bottom: .9rem;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .05em;
    color: #A39483;
}
.p-fair__list__item__tag {
    padding: 0 .8rem;
    border: .1rem solid #A39483;
}
.p-fair__list__item__time {
    font-size: 1.3rem;
    color: #A39483;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.p-fair__list__item__time::before {
    content: '';
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../../img/index/fair_icon_01.svg) no-repeat left top / 100% auto;
    vertical-align: -.3rem;
    margin-right: .5rem;
}
.p-fair__list__item__time span:nth-child(2) {
  width: calc(100% - 2.6rem);
}
@media screen and (max-width: 1000px) {
  .p-fair__list__item__time span:nth-child(2) {
    width: calc(100% - 2.4rem);
  }
}
.p-fair__list__item__txt {
  margin-bottom: 1.7rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .p-fair__list__item__txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.p-fair__list__item__button {
  width: 25.5rem;
}
@media screen and (max-width: 1000px) {
  .p-fair__list__item__button {
    width: 100%;
  }
}
.p-fair__list__item__button span {
    color: #fff;
    background: #6A8252;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 4rem;
    display: block;
}
@media screen and (min-width: 1001px) {
  .p-fair__list__item__button span {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
.p-fair__list__item__button span .icon {
  position: absolute;
  top: 0;
  right: 2.1rem;
  bottom: 0;
  width: 2rem;
  height: auto;
  margin: auto;
}
.p-fair__list__item__button span .icon svg {
  fill: #fff;
}
.p-fair__list__item__button__arrow {
  position: absolute;
  top: 0;
  right: 2.1rem;
  bottom: 0;
  width: 2rem;
  height: auto;
  margin: auto;
}
.p-fair .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-fair .itemChild {
  display: none;
}
.p-fair .itemChild.is-opened {
  display: block;
}
.p-fair .itemChild .contentBox .p-fair__byDay__date__year,
.p-fair .itemChild .contentBox .p-fair__byDay__date__day,
.p-fair .itemChild .contentBox .p-fair__byDay__date__number {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-fair .itemChild .p-fair__byDay__date {
    width: calc(100% - 4rem);
    margin: 0 auto;
    padding: 0.5px 0;
  }
}
.p-fair__moreButton {
  position: relative;
}
.p-fair__moreButton .loader {
  position: absolute;
  top: calc(50% + 1.2rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.p-fair .itemBoxWrap {
  border: .1rem solid #d1cec5;
}
.p-fair .itemBoxWrap .output .p-fair__byDay__date__year {
  display: none;
}
.p-fair .itemBoxWrap .output .p-fair__byDay__date__day {
  display: none;
}
.p-fair .itemBoxWrap .output__1 .p-fair__byDay__date__year {
  display: block;
}
.p-fair .itemBoxWrap .output__1 .p-fair__byDay__date__day {
  display: block;
}
.p-fair .itemBoxWrap .output__last {
  width: auto;
}
.p-fair .itemBoxWrap .itemBox .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .p-fair .itemBoxWrap .itemBox .contentBox {
    display: block;
  }
}
.p-fair .itemBoxWrap .itemBox .contentBox .p-fair__byDay__listBox {
  margin: 3.5rem 4rem 0;
  padding: 0 0 3.5rem;
  border-bottom: .1rem solid #d1cec5;
}
@media screen and (max-width: 768px) {
  .p-fair .itemBoxWrap .itemBox .contentBox .p-fair__byDay__listBox {
    padding: 2rem 0 3rem;
    margin: 0 auto;
    width: calc(100% - 4rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .p-fair .itemBoxWrap .itemBox .contentBox .p-fair__byDay__listBox .p-fair__list__item__detail .p-fair__list__item__time {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-fair .itemBoxWrap .itemBox .contentBox .p-fair__byDay__listBox .p-fair__list__item__detail .p-fair__list__item__txt {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .p-fair .itemBoxWrap .itemBox.output .p-fair__byDay__date {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .p-fair .itemBoxWrap .itemBox.output__1 .p-fair__byDay__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-fair .itemBoxWrap .itemBox.output__1 .p-fair__byDay__date span {
    margin-right: 1rem;
  }
}
.p-fairDetail__other .itemBoxWrap {
  border: .1rem solid #d1cec5;
}
.p-fairDetail__other .itemBoxWrap .output .p-fair__byDay__date__year {
  display: none;
}
.p-fairDetail__other .itemBoxWrap .output .p-fair__byDay__date__day {
  display: none;
}
.p-fairDetail__other .itemBoxWrap .output__1 .p-fair__byDay__date__year {
  display: block;
}
.p-fairDetail__other .itemBoxWrap .output__1 .p-fair__byDay__date__day {
  display: block;
}
.p-fairDetail__other .itemBox .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-fairDetail__other .itemBox .contentBox {
    display: block;
  }
}
.p-fairDetail__other .itemBox .contentBox .p-fair__byDay__listBox {
  margin: 0 4rem;
  padding: 3.5rem 0 3.5rem;
  border-top: .1rem solid #d1cec5;
}
@media screen and (max-width: 768px) {
  .p-fairDetail__other .itemBox .contentBox .p-fair__byDay__listBox {
    padding: 2rem 0 3rem;
    margin: 0 auto;
    width: calc(100% - 4rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1000px) {
  .p-fairDetail__other .itemBox.output .p-fair__byDay__date {
    display: none;
  }
}
.p-fairDetail__other .itemBox.output__1 .p-fair__byDay__listBox {
  border-top: none;
}
@media screen and (max-width: 1000px) {
  .p-fairDetail__other .itemBox.output__1 .p-fair__byDay__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-fairDetail__other .itemBox.output__1 .p-fair__byDay__date span {
    margin-right: 1rem;
  }
}

/* fair_other
----------------------------------------*/
.fair_other {
    border-top: .1rem solid #DDDAD2;
    padding: 6rem 2rem 14.2rem;
    letter-spacing: 0.05em;
}
.fair_other .l-inner2 {
    max-width: 98rem;
    margin: 0 auto;
}
.fair_other > h4 {
    text-align: center;
    color: #6A8252;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5rem;
}
.result_area .result_section {
    background: #fff;
    max-width: 100rem;
    margin: 0 auto 1.5rem;
    position: relative;
    border: 1px solid #DBDBDB;
    display: flex;
    flex-wrap: wrap;
}
.result_area .result_section div {
    position: relative;
    z-index: 1;
}

.result_area .result_section .result_date {
    width: 13rem;
    text-align: center;
    padding-top: 4.5rem;
    font-weight: bold;
    background: #FAFAFA;
}
.result_area .result_section .result_date .year {
    font-size: 1.3rem;
    color: #A39483;
}
.result_area .result_section .result_date .date {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    color: #A39483;
}
.result_area .result_section .result_date .date span {
    font-size: 1.8rem;
}
.result_area .result_section .result_date .number {
    font-size: 1.2rem;
}
.result_area .result_section .result_date.sat {
    background: #D2E2E6;
}
.result_area .result_section .result_date.sat .year,
.result_area .result_section .result_date.sat .date {
    color: #3460B4;
}
.result_area .result_section .result_date.sun {
    background: #F5E1E1;
}
.result_area .result_section .result_date.sun .year,
.result_area .result_section .result_date.sun .date {
    color: #BA3737;
}
.result_btn {
    width: 100%;
    background: #A39483;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-decoration: underline;
    text-underline-offset: .2rem;
}



.result_area .result_section .result_box {
    width: calc(100% - 13rem);
    padding: 3rem;
}

.result_area .result_section .result_box .result_summary {
    display: flex;
    flex-wrap: wrap;
}

.result_area .result_section .result_box .fair_subttl {
    font-size: 1.3rem;
    font-weight: bold;
    width: 100%;
    margin-bottom: .5rem;
}
.result_area .result_section .result_box h3 {
    font-size: 1.6rem;
    font-weight: 500;
    color: #6A8252;
    width: 100%;
    margin-bottom: 1.6rem;
}
.result_area .result_section .result_box .result_ph {
    max-width: 22rem;
    width: 100%;
    margin-right: 3.5rem;
}
.result_area .result_section .result_box .result_txt {
    max-width: calc(100% - 22rem - 3.5rem);
    font-size: 1.4rem;
}

.result_area .result_section .result_box .result_txt .fair_tag {
    margin-bottom: 1rem;
}
.result_area .result_section .result_box .result_txt .fair_time {
    margin-bottom: 1.5rem;
}

.result_area .result_section .result_box .result_txt .btn {
    margin-top: 3.5rem;
}
.result_area .result_section .result_box .result_txt .btn li a {
    width: 25.5rem;
    color: #fff;
    background: #6A8252;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 4rem;
    display: block;
}
.reservation_area .reserv_list ul {
  display: none;
}
.reservation_area .reserv_list ul.is_active {
  display: block;
}


@media only screen and (max-width: 768px) {
    .fair_other {
        padding: 5.2rem 2rem 3rem;
    }
    .fair_other > h4 {
        margin-bottom: 4rem;
    }
    .result_area .result_section {
        margin: 0 auto 3rem;
        display: block;
    }
    .result_area .result_section .result_date {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem;
    }
    .result_area .result_section .result_date .year {
        display: none;
    }
    .result_area .result_section .result_date .date {
        margin-bottom: 0;
    }
    .result_area .result_section .result_date .date br {
        display: none;
    }
    .result_area .result_section .result_date .date span {
        margin-left: .8rem;
    }



    .result_area .result_section .result_box {
        width: 100%;
        padding: 3rem 2rem;
    }

    .result_area .result_section .result_box .result_summary {
        display: block;
    }

    .result_area .result_section .result_box h3 {
        line-height: 1.87;
        margin-bottom: 1.4rem;
    }
    .result_area .result_section .result_box .result_ph {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .result_area .result_section .result_box .result_txt {
        max-width: 100%;
        line-height: 1.78;
    }

    .result_area .result_section .result_box .result_txt .fair_tag {
        margin-bottom: 1rem;
    }
    .result_area .result_section .result_box .result_txt .fair_time {
        margin-bottom: 1rem;
    }

    .result_area .result_section .result_box .result_txt .btn {
        margin-top: 2rem;
    }
    .result_area .result_section .result_box .result_txt .btn li a {
        width: 100%;
        line-height: 5rem;
    }
}



