@charset "utf-8";
header nav #brand {
  margin-bottom: 0;
  height: 120px;
}
@media (max-width: 599px) {
  header nav #brand {
    height: auto;
  }
}
header .gnavi {
  display: none;
}
.toggle {
  display: none;
}
@media (max-width: 599px) {
  .toggle {
    display: block;
  }
}
@media (max-width: 599px) {
  .gnavi_index {
    display: none;
  }
}
nav #brand {
  margin-bottom: 30px;
}
#main_visual {
  margin: 0;
  position: relative;
  line-height: 0;
  margin-bottom: 0;
}
#main_visual img {
  max-width: 100%;
}
#main_visual img.sp {
  display: none;
}
@media (max-width: 599px) {
  #main_visual {
    margin-bottom: 30px;
  }
  #main_visual img.pc {
    display: none;
  }
  #main_visual img.sp {
    display: inline;
  }
  #main_visual .slide_item {
    width: 100%;
  }
  #main_visual .slide_item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  #main_visual .slide_item:after img {
    display: none;
  }
  #main_visual .slide_item:nth-child(1) {
    background: url("/images/mv1_sp-min.png") no-repeat center;
    background-size: cover;
  }
  #main_visual .slide_item:nth-child(2) {
    background: url("/images/mv2-min.png") no-repeat;
    background-size: cover;
    background-position: 0 0;
    transition: background-position 20000ms linear, opacity 5000ms ease 0s !important;
  }
  #main_visual .slide_item:nth-child(2).slide_start {
    background-position: 100% 0;
  }
  #main_visual .slide_item:nth-child(3) {
    background: url("/images/mv3-min.png") no-repeat;
    background-size: cover;
    background-position: 100% 0;
    transition: background-position 20000ms linear, opacity 5000ms ease 0s !important;
  }
  #main_visual .slide_item:nth-child(3).slide_start {
    background-position: 0 0;
  }
}
#news {
  margin-bottom: 50px;
}
#news .inner {
  background: repeat-x center top, repeat-x center bottom;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.6%204.7%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23b77526%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9.6%2C0C8.2%2C0%2C7.6%2C1.2%2C7%2C2.2S5.8%2C4.1%2C4.8%2C4.1%2C3.2%2C3.2%2C2.7%2C2.2%2C1.4%2C0%2C0%2C0V.6c1%2C0%2C1.6.9%2C2.2%2C1.9S3.4%2C4.7%2C4.8%2C4.7%2C6.9%2C3.5%2C7.5%2C2.5%2C8.6.6%2C9.6.6h0V0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E"), url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.6%204.7%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23b77526%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M9.6%2C0C8.2%2C0%2C7.6%2C1.2%2C7%2C2.2S5.8%2C4.1%2C4.8%2C4.1%2C3.2%2C3.2%2C2.7%2C2.2%2C1.4%2C0%2C0%2C0V.6c1%2C0%2C1.6.9%2C2.2%2C1.9S3.4%2C4.7%2C4.8%2C4.7%2C6.9%2C3.5%2C7.5%2C2.5%2C8.6.6%2C9.6.6h0V0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 7px 4px;
  padding: 25px 25px 0;
  display: flex;
  justify-content: space-between;
}
#news .inner .news_headline {
  line-height: 0;
  min-width: 131px;
}
#news .inner .news_headline img {
  width: 106px;
  max-width: 100%;
}
#news .inner ul {
  width: 611px;
}
#news .inner ul li {
  padding-bottom: 25px;
  padding-left: 5px;
  background: url("/images/border_dot.png") repeat-x center bottom;
  background-size: 6px 2px;
  margin-bottom: 25px;
  color: #bd7725;
  letter-spacing: 0.2em;
}
#news .inner ul li:last-child {
  margin-bottom: 0;
  background: none;
}
#news .inner ul li img {
  width: 41px;
  height: 41px;
  min-width: 41px;
  margin: 0 19px 0 5px;
}
#news .inner ul li time {
  display: block;
  font-size: 9px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 3px;
}
#news .inner ul li p {
  font-size: 13.5px;
  font-weight: bold;
  line-height: 24px;
}
#news .inner ul li p a {
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  margin-left: 12px;
  color: #bd7725;
}
#news .inner ul li p a:hover,
#news .inner ul li p a active {
  text-decoration: none;
}
#news .inner ul li p a:before {
  content: '▷';
}
@media (max-width: 768px) {
  #news .inner {
    text-align: center;
    display: block;
  }
  #news .inner .news_headline {
    margin-bottom: 55px;
  }
  #news .inner ul {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    text-align: left;
  }
  #news .inner ul li {
    display: block;
  }
}
@media (max-width: 599px) {
  #news .inner {
    padding: 55px 10px 0;
  }
  #news .inner ul li p a {
    float: right;
  }
  #news .inner ul li br {
    display: none;
  }
}
#calendar {
  margin-bottom: 45px;
}
#calendar .calendar_headline {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 17px;
}
#calendar .calendar_headline p {
  background: #00983d;
  border-radius: 4px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
#calendar .calendar_headline p br {
  display: none;
}
#calendar .note {
  margin-bottom: 23px;
}
#calendar .note ul {
  padding-left: 5px;
}
#calendar .note ul li {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  margin-bottom: 0.5em;
  color: #00983d;
  font-weight: bold;
}
#calendar .note ul li:before {
  position: absolute;
  left: 0;
  content: '＊';
}
#calendar .container {
  position: relative;
}
#calendar .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  opacity: 0;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.7);
  visibility: hidden;
  transition: all 0.3s ease-out;
  padding: 50px;
}
#calendar .popup.active {
  opacity: 1;
  visibility: visible;
}
#calendar .popup .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
}
#calendar .popup .event_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  background: #00983d;
  padding: 50px;
  color: #fff;
  position: relative;
  height: 100%;
}
#calendar .popup .event_title {
  font-size: 16px;
  font-weight: bold;
}
#calendar .popup .event_description {
  text-align: left;
  overflow-y: scroll;
  overflow-wrap: break-word;
  word-break: break-word;
}
#calendar .popup .event_description.in {
  margin-top: 2em;
}
#calendar .popup .event_description a {
  color: #fff;
  text-decoration: underline;
}
#calendar .calendar_body {
  margin-bottom: 12px;
  padding: 10px;
  background: #fff;
}
#calendar .calendar_body .fc-button-primary {
  background-color: #148034;
  border-color: #148034;
}
#calendar .calendar_body .fc-dayGridMonth-button {
  background-color: #014a13;
  border-color: #014a13;
}
#calendar .calendar_body .fc-event,
#calendar .calendar_body .fc-event-dot {
  background-color: #6aba50;
}
#calendar .calendar_body .fc-event {
  border-color: #6aba50;
}
#calendar .calendar_body td.fc-today {
  background-color: #f7ecd3;
  border-color: #ddd;
}
#calendar #calendar_wrap_sp {
  display: none;
}
#calendar .calendar_bottom_note {
  line-height: 1em;
  text-align: right;
  font-size: 9px;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  #calendar .calendar_headline p br {
    display: inline;
  }
  #calendar .container {
    position: relative;
  }
  #calendar .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    opacity: 0;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.7);
    visibility: hidden;
    transition: all 0.3s ease-out;
    padding: 20px;
  }
  #calendar .popup.active {
    opacity: 1;
    visibility: visible;
  }
  #calendar .popup .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #calendar .popup .event_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 640px;
    padding: 20px;
    color: #fff;
  }
  #calendar .popup .event_title {
    font-size: 16px;
    font-weight: bold;
  }
  #calendar .popup .event_description {
    text-align: left;
  }
  #calendar .popup .event_description.in {
    margin-top: 2em;
  }
  #calendar .popup .event_description a {
    color: #fff;
    text-decoration: underline;
  }
  #calendar #calendar_wrap {
    display: none;
  }
  #calendar #calendar_wrap_sp {
    display: block;
  }
}
.toggle2 {
  z-index: 999;
  width: 30px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  opacity: 1;
  position: absolute;
  right: 7px;
  top: 20px;
}
.toggle2 .span {
  height: 3px;
  width: 100%;
  background: #fff;
  margin: 0 auto 7px;
  backface-visibility: hidden;
  border-radius: 3px;
}
.toggle2 .span:last-child {
  margin: 0 auto;
}
.toggle2.on #one {
  transform: rotate(45deg) translateX(2px) translateY(7px);
}
.toggle2.on #two {
  opacity: 0;
}
.toggle2.on #three {
  transform: rotate(-45deg) translateX(7px) translateY(-13px);
}
#loading {
  position: absolute;
  background: rgba(255,255,255,0.7);
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 0.15s ease-out;
  opacity: 0;
}
#loading .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button.fc-button-active {
  box-shadow: none;
}
.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  box-shadow: none !important;
}
.relation ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.relation ul li {
  line-height: 0;
}
.relation ul li a {
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #81450c;
  font-size: 10px;
  line-height: 1.5em;
  text-align: center;
  color: #81450c;
  font-weight: bold;
  border-radius: 50%;
  margin: 0 15px 30px;
}
.relation ul li a:hover,
.relation ul li a active {
  text-decoration: none;
}
.text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 13.5px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 60px;
}
.text .inner {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  position: relative;
}
.text p {
  margin-bottom: 1.3em;
  text-align: center;
}
@media (max-width: 599px) {
  .text .inner {
    padding: 0 10px;
  }
  .text p {
    text-align: left;
  }
  .text p br {
    display: none;
  }
}
