@charset "UTF-8";
.wp-pagenavi {
  margin: 50px 0 150px;
  display: flex;
}
@media all and (max-width: 980px) {
  .wp-pagenavi {
    margin: 50px 0 50px;
  }
}
.wp-pagenavi a {
  color: #fff;
  display: block;
  border-radius: 2px;
  background: url(/img/index/btn.png) 0 0;
  width: 100px;
  height: 40px;
  margin: 0;
  text-align: center;
  padding: 10px;
}
.wp-pagenavi .nextpostslink {
  margin: 0 0 0 auto;
}

@media all and (max-width: 980px) {
  .menu-list {
    max-width: 490px;
    margin: 0 auto 80px;
  }
  .menu-list ul {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (max-width: 980px) and (max-width: 620px) {
  .menu-list li {
    width: 100%;
    margin: 0 2px 0 0;
  }
}
@media all and (max-width: 980px) {
  .menu-list .event-button {
    width: 100%;
    margin: 0 10px;
  }
  .menu-list .event-button a {
    color: #fff;
    display: block;
    border-radius: 2px;
    background: url(/img/index/btn.png) 0 0;
    width: 100%;
    height: 40px;
    margin: 0;
    text-align: center;
    padding: 10px;
  }
}
@media all and (max-width: 980px) and (max-width: 620px) {
  .menu-list .event-button a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 9px;
  }
}
@media all and (max-width: 980px) {
  .menu-list .crr {
    opacity: 0.6;
  }
}

.event-menu {
  font-family: "見出ゴMB31", "Midashi Go MB31", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 400px;
  margin: 0 auto;
}
@media all and (max-width: 620px) {
  .event-menu {
    width: 100%;
  }
}
.event-menu ul {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 620px) {
  .event-menu ul {
    justify-content: center;
  }
}
.event-menu li {
  width: 120px;
  text-align: center;
  margin: 0 2px 0 0;
}

.entry-list {
  margin: 0 0 50px 0;
}
.entry-list h4 {
  font-weight: normal;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #333;
}
@media all and (max-width: 620px) {
  .entry-list h4 {
    margin: 0 0 10px 0;
  }
}
.entry-list .event-overview table {
  font-size: 12px;
  font-size: 1.2rem;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.8;
}
.entry-list .event-overview table tr {
  border-bottom: 1px dashed #888888;
}
.entry-list .event-overview table th {
  width: 20%;
  text-align: left;
  padding: 2px 0;
}
@media all and (max-width: 620px) {
  .entry-list .event-overview table th {
    width: 100%;
  }
}
.entry-list .event-overview table td {
  width: 80%;
  padding: 2px 0;
}
@media all and (max-width: 620px) {
  .entry-list .event-overview table td {
    width: 100%;
  }
}
@media all and (max-width: 620px) {
  .entry-list table, .entry-list tbody, .entry-list tr, .entry-list th, .entry-list td {
    display: block;
  }
}

.entry-detail {
  margin: 70px 0 50px 0;
}
.entry-detail h4 {
  font-weight: normal;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #333;
}
@media all and (max-width: 620px) {
  .entry-detail h4 {
    margin: 0 0 10px 0;
  }
}
.entry-detail h5 {
  color: #492a02;
  font-weight: normal;
  margin: 40px 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.entry-detail figure {
  text-align: center;
  margin: 30px 0 20px 0;
}
.entry-detail figure img {
  width: 100%;
  height: auto;
}
.entry-detail .event-overview {
  border-top: 1px dashed #888888;
  margin: 0 0 20px 0;
}
.entry-detail .event-overview table {
  font-size: 12px;
  font-size: 1.2rem;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.8;
}
.entry-detail .event-overview table tr {
  border-bottom: 1px dashed #888888;
}
.entry-detail .event-overview table th {
  width: 20%;
  text-align: left;
}
@media all and (max-width: 620px) {
  .entry-detail .event-overview table th {
    width: 100%;
  }
}
.entry-detail .event-overview table td {
  width: 80%;
}
@media all and (max-width: 620px) {
  .entry-detail .event-overview table td {
    width: 100%;
  }
}
@media all and (max-width: 620px) {
  .entry-detail table, .entry-detail tbody, .entry-detail tr, .entry-detail th, .entry-detail td {
    display: block;
  }
}
.entry-detail .event-txt {
  text-align: justify;
  text-justify: inter-ideograph;
}
.entry-detail .event-txt .wp-caption {
  width: 100% !important;
}
.entry-detail .event-txt p img {
  width: 100%;
  height: auto;
  margin: 30px auto 0;
}
.entry-detail .event-txt img {
  width: 100%;
  height: auto;
  margin: 30px auto 0;
}
.entry-detail .button {
  margin: 40px 0 40px;
}
.entry-detail .button a {
  width: 100%;
}

#map {
  width: 100%;
  height: 470px;
  margin: 0 0 20px 0;
}
@media all and (max-width: 620px) {
  #map {
    height: 300px;
  }
}

.end-event {
  color: red;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 5px 0;
}

.pdfDL li {
  vertical-align: middle;
  height: 31px;
  line-height: 31px;
  padding: 0;
  margin: 0 0 20px 0;
}
.pdfDL li a {
  display: inline-block;
  vertical-align: middle;
  height: 31px;
  line-height: 31px;
  margin-top: -22px;
}
.pdfDL li::before {
  content: url(/event/img/icoPdf.gif);
  margin-right: 10px;
  vertical-align: middle;
}

.pager {
  margin: 50px 0 70px;
}
.pager .button a {
  color: #fff;
  display: block;
  border-radius: 2px;
  background: url(/img/index/btn.png) 0 0;
  width: 100px;
  height: 40px;
  margin: 0;
  text-align: center;
  padding: 10px;
}

.tel-reserve {
  margin: 40px 0;
}
.tel-reserve h4 {
  margin: 0 0 5px 0;
  color: #492a02;
}

.contact-form .event-choice li {
  line-height: 1.4;
  margin: 0 0 10px 0;
}
.contact-form h4 {
  margin: 0 0 5px 0;
  color: #492a02;
}
.contact-form label {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
}
.contact-form .contact-form-title {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #acacac;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.contact-form .form-label {
  margin: 20px 0 5px 0;
}
.contact-form .form-input {
  width: 100%;
  height: 40px;
  border: 1px solid #acacac;
  padding-left: 10px;
}
.contact-form .form-textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #acacac;
  padding-left: 10px;
}
.contact-form .post {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
}
.contact-form .required {
  color: #df0024;
}
.contact-form .form-post {
  width: 200px;
  height: 40px;
  border: 1px solid #acacac;
  padding-left: 10px;
}
.contact-form ::placeholder {
  color: #acacac;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-form .button-send {
  margin: 20px 0 0 0;
  text-align: center;
  color: #fff;
  display: block;
  width: 240px;
  height: 50px;
  padding: 14px;
  border-radius: 2px;
  background: url(/img/index/btn.png) 0 0;
}
.contact-form p a {
  text-decoration: none;
}

.caution {
  color: red;
  font-size: 12px;
  font-size: 1.2rem;
}

.contact-form {
  margin: 0 auto 150px;
  text-align: left;
  width: 100%;
}
.contact-form span {
  font-size: 12px;
  font-size: 1.2rem;
}
.contact-form span a {
  background: #d0c8be;
}
.contact-form table {
  border-collapse: collapse;
}
.contact-form th,
.contact-form td {
  border-bottom: 1px solid #999999;
  padding: 10px 0;
}
@media all and (max-width: 620px) {
  .contact-form th,
  .contact-form td {
    padding: 10px 0;
    width: 100%;
  }
}
.contact-form th {
  padding: 10px 20px 10px;
  text-align: left;
  vertical-align: top;
  width: 65px;
  white-space: nowrap;
}
@media all and (max-width: 620px) {
  .contact-form th {
    border-bottom: none;
    width: 100%;
    padding: 10px 0;
  }
}
.contact-form td {
  padding: 10px 0 10px 10px;
  width: 100%;
}
@media all and (max-width: 620px) {
  .contact-form td {
    padding: 10px 0;
  }
}
@media all and (max-width: 620px) {
  .contact-form table, .contact-form tbody, .contact-form tr, .contact-form th, .contact-form td {
    display: block;
  }
}

.event-form .event-choice {
  margin-top: 15px;
}
.event-form .event-choice li {
  margin-bottom: 15px;
}
.event-form .event-choice li:last-child {
  margin-bottom: 10px;
}
.event-form h4 {
  padding-bottom: 10px;
  margin: 0 0 5px 0;
  color: #492a02;
  border-bottom: 1px solid #acacac;
}
.event-form .note {
  border-bottom: 1px solid #acacac;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.event-form .note span {
  color: red;
}
.event-form label {
  font-size: 12px;
  font-size: 1.2rem;
}
.event-form .contact-form-title {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #acacac;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.event-form .form-label {
  margin: 50px 0 12px 0;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
.event-form .form-input {
  width: 100%;
  height: 70px;
  border: 1px solid #acacac;
  padding-left: 10px;
}
.event-form .form-textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #acacac;
  padding: 10px;
}
.event-form .form-text {
  padding: 25px;
  border: 1px solid #000;
  margin: 50px 0;
}
.event-form .post {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
}
.event-form .required {
  position: absolute;
  color: #df0024;
  border: 1px solid #df0024;
  padding: 0 5px;
  margin-left: 10px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8em;
  top: 1px;
}
.event-form .form-post {
  width: 200px;
  height: 70px;
  border: 1px solid #acacac;
  padding-left: 10px;
}
.event-form ::placeholder {
  color: #acacac;
  font-size: 12px;
  font-size: 1.2rem;
}
.event-form .button-send {
  margin: 20px 0 80px 0;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  height: 100px;
  padding: 14px;
  border-radius: 2px;
  background: url(/img/index/btn.png) 0 0;
}

.mark {
  display: none;
}

.mark-re {
  display: none;
}

.mark-radio {
  display: none;
}

.mark + span {
  position: relative;
  padding: 0 0 0 35px;
}
.mark + span::before {
  display: block;
  content: "";
  border: 1px solid #a0a0a0;
  position: absolute;
  background: #fff;
  left: 0;
  top: -7px;
  margin-right: 15px;
  width: 27px;
  height: 27px;
  vertical-align: top;
}

.mark-re + span {
  position: relative;
  padding: 0 0 0 35px;
}
.mark-re + span::before {
  display: block;
  content: "";
  border: 1px solid #dfa69f;
  position: absolute;
  background: #fbf3f2;
  left: 0;
  top: -5px;
  margin-right: 15px;
  width: 27px;
  height: 27px;
  vertical-align: top;
}

.mark-radio + span {
  position: relative;
  padding: 3px 0 0 25px;
}
.mark-radio + span::before {
  display: block;
  content: "";
  border: 1px solid #acacac;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  vertical-align: top;
  border-radius: 50%;
}

.mark:checked + span::after {
  display: block;
  content: "";
  box-sizing: border-box;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 5%;
  left: 5px;
  width: 18px;
  height: 9px;
  transform: rotate(-45deg);
}

.mark-re:checked + span::after {
  display: block;
  content: "";
  box-sizing: border-box;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 15%;
  left: 5px;
  width: 18px;
  height: 9px;
  transform: rotate(-45deg);
}

.mark-radio:checked + span::after {
  display: block;
  content: "";
  background: #333;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.select-list {
  margin: 8px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.select-list li {
  margin: 0 30px 10px 0;
}

.document {
  margin-left: 210px !important;
  margin-bottom: 40px;
  margin-top: -20px;
}
@media all and (max-width: 980px) {
  .document {
    margin-left: 10px !important;
    margin-top: -25px !important;
  }
  .document p br {
    display: block !important;
  }
}

.radio-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.radio-list li {
  margin: 0 30px 10px 0;
}

.select-lists {
  margin: 8px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.select-lists li {
  margin: 0 30px 20px 0;
}

.form-chance {
  margin: 0;
}

.select-unit {
  position: relative;
  display: inline;
}

.select-unit::before {
  position: absolute;
  top: 45%;
  right: 20px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.slects {
  height: 40px;
  border: 1px solid #a0a0a0;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
  background: #fff;
  padding: 0 10px;
}

.red {
  border: 1px solid #dfa69f !important;
  background: #fbf3f2 !important;
}

.num {
  margin: 0 10px;
}

.num-flex {
  display: flex;
}
@media all and (max-width: 980px) {
  .num-flex {
    display: block;
  }
}

.adult {
  margin-right: 50px;
}
@media all and (max-width: 980px) {
  .adult {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.event-form span a {
  background: #d0c8be;
}

.one {
  margin-bottom: 20px;
}

.flex-days {
  display: flex;
}
@media all and (max-width: 980px) {
  .flex-days {
    display: block;
  }
}

.first {
  border-bottom: 1px solid #a0a0a0;
  margin: 0 0 30px;
  padding: 20px 0 0 0;
  position: relative;
}
@media all and (max-width: 980px) {
  .first {
    margin: 0px 0 30px;
  }
}
.first p {
  position: absolute;
  top: 0;
  background: #ffffff;
  padding: 10px 10px 10px 0;
}

.ui-datepicker {
  border-radius: 0;
}

.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
  border-radius: 0;
  font-weight: normal;
}

.ui-datepicker .ui-state-default {
  background: #efefef;
  border-color: #efefef;
  color: #333333;
}

.ui-datepicker .ui-state-hover {
  background: #fff;
  border: #fff;
}

.ui-datepicker .ui-state-highlight {
  background: #E96C00;
  border-color: #efefef;
  color: #fff;
}

.ui-datepicker-trigger {
  display: block;
  appearance: none;
  border: none;
  padding: 0;
  outline: none;
  display: inline-block;
  content: "";
  background: url(/img/cal_icon.svg) no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.event-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px 10px;
}
.event-list .img-unit {
  margin-bottom: 10px;
}
.event-list .img-unit .thumbnail {
  padding-top: 75%;
  width: 100%;
  position: relative;
}
.event-list .img-unit .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-list .text-unit .data {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 5px;
}
.event-list .text-unit h3 {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.event-list .text-unit .info p {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

.reserve-info {
  border-bottom: 1px solid #553914;
  border-top: 1px solid #553914;
  display: block;
}

.reserve-tel .tel-p {
  display: flex;
  justify-content: center;
  height: 152px;
  padding-top: 47px;
}
@media all and (max-width: 620px) {
  .reserve-tel .tel-p {
    display: block;
    padding-top: 30px;
  }
}
.reserve-tel p {
  margin: 0;
}
@media all and (max-width: 620px) {
  .reserve-tel p {
    text-align: center;
  }
}
.reserve-tel p span {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
}
.reserve-tel .no {
  width: 100%;
  padding-left: 90px;
  margin: 10px 0 0 0;
  text-align: left;
}
@media all and (max-width: 620px) {
  .reserve-tel .no {
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.reserve-tel .number-unit {
  color: #553914;
  font-size: 34px;
  font-size: 3.4rem;
}
@media all and (max-width: 980px) {
  .reserve-tel .number-unit {
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
    top: 10px;
  }
}
.reserve-tel .icon {
  position: relative;
  top: 10px;
  margin: 0 20px 0 0;
  color: #553914;
  font-size: 22px;
  font-size: 2.2rem;
}
@media all and (max-width: 980px) {
  .reserve-tel .icon {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.reserve-tel .icon::before {
  display: inline-block;
  content: "";
  background: url(/img/tel2.svg) no-repeat;
  width: 18px;
  height: 30px;
  position: relative;
  top: 6px;
  margin: 0 20px 0 0;
}
.reserve-tel .tel-link a {
  color: #333;
}

.step-unit {
  margin: 100px auto 80px;
  max-width: 320px;
}
.step-unit img {
  width: 100%;
}

.event-form {
  margin-top: 160px;
}
.event-form .form-title {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.form-link-button {
  transition: all 0.3s;
  position: fixed;
  bottom: 30px;
  z-index: 10;
}
.form-link-button a {
  color: #fff;
  text-align: center;
  height: 50px;
  max-width: 810px;
  display: block;
  line-height: 50px;
  background: #553914;
  width: calc(100vw - 20px);
}
@media all and (max-width: 980px) {
  .form-link-button a {
    width: 100vw;
  }
}
@media all and (max-width: 980px) {
  .form-link-button {
    bottom: 0px;
    left: -10px;
  }
}

.form-link-button.hidden {
  visibility: hidden;
  opacity: 0;
}

.openday {
  width: 100%;
  margin: 100px 0 140px 0;
  padding: 0;
  /* 日曜日 */
  /* 土曜日 */
}
@media all and (max-width: 980px) {
  .openday {
    margin: 100px 0 140px 0;
    width: 100%;
  }
}
@media all and (max-width: 620px) {
  .openday {
    padding: 60px 10px 0 10px;
  }
}
.openday h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 70px 0;
  padding: 5px 0;
  font-weight: normal;
}
.openday #loading {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.openday #calendar {
  max-width: 800px;
  margin: 0 auto 20px auto;
  font-size: 14px;
  font-size: 1.4rem;
}
.openday #calendar h2 {
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 10px;
}
.openday .holyday {
  font-size: 8px;
  font-size: 0.8rem;
  letter-spacing: -1px;
}
.openday .eventDay,
.openday .modelDay,
.openday .shopDay,
.openday .cafeDay {
  diplay: block;
  position: relative;
  padding: 2px 0 2px 18px;
  letter-spacing: -1px;
  background: none;
  font-size: 10px;
  font-size: 1rem;
}
@media all and (max-width: 620px) {
  .openday .eventDay,
  .openday .modelDay,
  .openday .shopDay,
  .openday .cafeDay {
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 14px;
    padding: 0 0 0 18px;
  }
}
.openday .eventDay:before,
.openday .modelDay:before,
.openday .shopDay:before,
.openday .cafeDay:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0;
}
@media all and (max-width: 620px) {
  .openday .eventDay:before,
  .openday .modelDay:before,
  .openday .shopDay:before,
  .openday .cafeDay:before {
    margin-top: -6px;
    height: 12px;
    width: 12px;
  }
}
.openday .eventDay:before {
  background: #b1977c;
}
.openday .modelDay:before {
  background: #d0e9f6;
}
.openday .shopDay:before {
  background: #bbdb7a;
}
.openday .cafeDay:before {
  background: #f5bdd5;
}
.openday ul.notes {
  display: block;
  max-width: 800px;
  margin: 0 auto 20px auto;
}
.openday ul.notes li {
  float: left;
  margin: 0 20px 20px 0;
}
.openday .fc-sun {
  color: #e61f19;
}
.openday .fc-sat {
  color: #1b94d3;
}
.openday .fc-basic-view .fc-body .fc-row {
  min-height: 1em !important;
}