@charset "UTF-8";
.head-group .menu-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
.head-group .menu-list li {
  width: 49%;
  background: #fff;
  border: 1px solid #bcc482;
  border-radius: 45px;
  list-style: none;
  display: flex;
  flex-grow: column;
  align-items: center;
  justify-content: center;
}
.head-group .menu-list li a {
  display: block;
  width: 90%;
  padding: 20px 15px;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
  text-align: center;
}
.head-group .menu-list li span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 1px;
  color: #78952e;
  position: relative;
  padding: 0 0 0 40px;
  text-align: center;
}
.head-group .menu-list li a span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 30px;
  margin: auto;
}
.head-group .menu-list li.event a span:before {
  background-image: url(../images/eventspace/menu_event.svg);
  height: 40px;
}
.head-group .menu-list li.order a span:before {
  background-image: url(../images/eventspace/menu_order.svg);
}
.head-group .menu-list li a:before, .head-group .menu-list li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 2px;
  height: 10px;
  background-color: #78952e;
  transform-origin: 50% calc(100% - 1px);
}
.head-group .menu-list li a::before {
  transform: rotate(45deg);
}
.head-group .menu-list li a::after {
  transform: rotate(-45deg);
}
.section-container.block-line {
  margin: 80px auto 80px;
  border-top: 3px solid #BCC482;
  max-width: 1200px;
  width: 100%;
}
.section-container.block-line .adjust-width {
  margin: 0px auto 0;
  padding: 0 0 0;
  width: 92%;
  max-width: 1200px;
}
.section-container .content-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4em;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding-top: 90px;
  margin-top: -25px;
  margin-bottom: 35px;
}
.section-container .adjust-width .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  letter-spacing: 1px;
  margin-top: 5px;
}
.section-container .adjust-width .small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.section-container .adjust-width .event-block {
  margin: 40px 0 0;
}
.section-container .event-block dl.event-info {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #bcc482;
  min-height: 7em;
  margin: 0;
  padding: 20px 6%;
}
.section-container .event-block dl.event-info:first-child {
  border-top: 1px solid #bcc482;
}
.section-container .event-block dt.event-name {
  width: 30%;
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6em;
  font-weight: 700;
  margin: 0;
}
.section-container .event-block dl dd.event-text {
  width: 70%;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6em;
  margin: 0;
}
.section-container .order-block {
  display: flex;
  -ms-flex-align: center;
  align-items: stretch;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 13px;
}
.section-container .order-block .order-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
  background: #34AEB3;
  padding-bottom: 1em;
}
.section-container .order-block .order-date p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 31px;
  color: #fff;
}
.section-container .order-block:nth-of-type(2) .order-date {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}
.section-container .order-block:nth-of-type(3) .order-date {
  clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
}
.section-container .order-block:last-child .order-date {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  padding-bottom: 0;
}
/*.section-container .order-date:after {
     content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
width:0;
height:0;
border-style:solid;
border-width: 100px 100px 0 100px;
border-color: #34AEB3 transparent transparent transparent;
}*/
.section-container .order-block .order-contents {
  width: 75%;
  border-top: #BCC482 1px solid;
  padding: 20px 2% 10px;
}
.section-container .order-block .order-contents .order-box-in {
  margin-top: 20px;
}
.section-container .order-block .order-contents .order-box-in:first-child {
  margin-top: 0px;
}
.section-container .order-block:last-child .order-contents {
  border-bottom: #BCC482 1px solid;
  padding-bottom: 20px;
}
.section-container .order-block .order-contents .order-title {
  color: #78952E;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
}
.section-container .order-block .order-contents .order-title .circle-number {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  background: #78952E;
}
.post-list-link a {
  display: inline-block;
  margin: 5px auto 10px;
  border-radius: 45px;
  padding: 15px 25px;
  max-width: 587px;
  width: 70%;
  min-width: auto;
}
.post-list-link a span {
  max-width: 480px;
  min-width: auto;
  display: block;
}
.post-list-link a span.icon-mail:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/eventspace/icon-mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 20px;
  height: 18px;
  margin: auto;
}
.post-list-link a span.icon-pdf-d:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/eventspace/icon-pdf-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 46px;
  height: 22px;
  margin: auto;
}
.section-container .order-block .order-contents .text-address {
  margin: 0 auto 10px;
  padding: 10px 0;
  background: #FAFCE8;
  text-align: center;
  max-width: 587px;
}
.section-container .order-block .order-contents .text-address .text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
}
.section-container .order-block .order-contents .text-address .text strong {
  font-weight: 700;
}
.section-container.note-container {
  background: #F9F9F7;
  padding: 30px 0 80px;
  margin-bottom: 0px;
}
.note-container .adjust-width {
  max-width: 1200px;
}
.note-container .note-block ul {
  margin: 0;
  padding: 0;
}
.note-container .note-block p, .note-container .note-block li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6em;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}
.note-container .note-block .content-title {
  padding-top: 50px;
  margin-top: 0px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  .parking-box .parking-box-in .info-content {
    display: block;
  }
  .parking-box .title-parking {
    font-size: 1.2rem;
    margin: 0 15px 0 0;
  }
  .parking-box .parking-situation {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .head-group.head-contents {
    padding: 20px 0;
  }
  .head-group .menu-list li {
    border-radius: 45px;
    margin-bottom: 5px;
  }
  .head-group .menu-list li a {
    display: block;
    padding: 9px 5px;
  }
  .head-group .menu-list li span {
    display: block;
    font-size: 0.95rem;
    letter-spacing: 0px;
    padding: 0 5px 0 20px;
  }
  .head-group .menu-list li a span:before {
    content: "";
    left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 19px;
    margin-right: auto;
    margin-left: auto;
    flex-shrink: 0;
  }
  .head-group .menu-list li.bicycle a span:before {
    left: 0;
  }
  .head-group .menu-list li a:before, .head-group .menu-list li a:after {
    right: 5px;
    margin: auto;
    width: 1px;
    height: 5px;
    background-color: #78952e;
    transform-origin: 50% calc(100% - 1px);
  }
  .section-container.block-line {
    margin: 30px auto 40px;
  }
  .section-container .content-title {
    font-size: 1.2rem;
    padding-top: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .section-container .adjust-width .text {
    line-height: 1.6em;
  }
  .section-container .adjust-width .event-block {
    margin: 20px 0 0;
  }
  .section-container .event-block dl.event-info {
    display: block;
    min-height: auto;
    margin: 0;
    padding: 10px 0;
  }
  .section-container .event-block dt.event-name {
    width: 100%;
    font-size: 1.1rem;
  }
  .section-container .order-block .order-date {
    width: 21%;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 50% 100%, 0 98%);
  }
  .section-container .order-block:nth-of-type(2) .order-date {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 100%, 0 92%);
  }
  .section-container .order-block:nth-of-type(3) .order-date {
    clip-path: polygon(0 0, 100% 0, 100% 86%, 50% 100%, 0 86%);
  }
  .section-container .order-block .order-contents {
    padding: 15px 0 0;
  }
  .section-container .order-block .order-date p {
    font-size: 1.0rem;
    line-height: 1.3em;
    text-align: center;
    letter-spacing: -0.5px;
    padding: 0 7px;
  }
  .section-container .order-block .order-contents .order-title {
    font-size: 1rem;
  }
  .section-container .order-block .order-contents .order-box-in {
    margin-top: 15px;
  }
  .post-list-link a span {
    font-size: 0.9rem;
    letter-spacing: 0;
    line-height: 2em;
    padding-left: 10px;
    padding-right: 10px;
  }
  .post-list-link a {
    padding: 10px 5px;
    max-width: 100%;
    width: 100%;
    min-width: auto;
  }
  .post-list-link a span.icon-mail:after {
    right: 5px;
    width: 14px;
    height: 12px;
  }
  .post-list-link a span.icon-pdf-d:after {
    width: 30px;
    height: 22px;
  }
  .note-container .note-block .content-title {
    padding-top: 0px;
    margin-bottom: 10px;
  }
  .section-container.note-container {
    padding: 40px 0 20px;
  }
  .note-container .note-block {
    margin-bottom: 30px;
  }
  .note-container .note-block p, .note-container .note-block li {
    line-height: 1.4em;
    margin-bottom: 3px;
  }
}