.siteHeader .container {
  display: block;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
}

/* S イベントスライド */
.event_slide_wrap {
  max-width: 896px;
}

.event_slide_wrap:focus {
  outline: none;
}

.event_slide a {
  /* color: #fff; */
  justify-content: space-between;
  padding: 1em 0;
}

.event_slide a .flex {
  flex: 1;
}

.event_slide .new_btn {
  background: #ff0000;
  padding: 2px 5px;
  font-size: .8em;
  margin-right: 15px;
}

.event_slide .arrow {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .event_slide a>.flex {
    display: block;
  }
}

/* E イベントスライド */

.home .footer-mr {
  bottom: 60px;
}

.footer-mr {
  position: fixed;
  right: 0;
  bottom: 110px;
  width: 30%;
  max-width: 200px;
  pointer-events: none;
  z-index: 999;
}

.footer-mr .mr-link {
  display: block;
  pointer-events: all
}

.home .footer-mr {
  opacity: 0;
  transition: all .5s 0s ease
}

.home.scrolled .footer-mr {
  opacity: 1
}

.grecaptcha-badge {
  bottom: 60px !important
}

.footer-mr .mr-link {
  position: relative;
  transition: all .2s ease;
  right: 0;
  z-index: 9
}

.footer-mr .mr-link .close_btn {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333;
  left: -15px;
  top: -15px;
  cursor: pointer;
  z-index: 10
}

.footer-mr .mr-link .close_btn:before,
.footer-mr .mr-link .close_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #fff
}

.footer-mr .mr-link .close_btn:before {
  transform: translate(-50%, -50%) rotate(45deg)
}

.footer-mr .mr-link .close_btn:after {
  transform: translate(-50%, -50%) rotate(-45deg)
}

.footer-mr .mr-link .close_btn .close_txt {
  display: none
}

.footer-mr .mr-link.close_bnr .close_btn .close_txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff
}

.footer-mr .mr-link.close_bnr.bnr1 .close_btn {
  background: #2c3579
}

.footer-mr .mr-link.close_bnr.bnr2 .close_btn {
  background: #202648
}

.footer-mr .mr-link.close_bnr.bnr3 .close_btn {
  background: #000
}

.footer-mr .mr-link.close_bnr .close_btn:before,
.footer-mr .mr-link.close_bnr .close_btn:after {
  display: none
}

.footer-mr .mr-link.close_bnr {
  right: -80%
}

.footer-mr .mr-link.close_bnr .close_btn {
  position: absolute;
  width: 20%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  border-radius: 0
}

@media (max-width:767px) {
  .home .footer-mr {
    display: none;
  }

  .footer-mr {
    position: fixed;
    right: 0;
    bottom: 130px;
    max-width: 200px
  }

  .grecaptcha-badge {
    bottom: 80px !important
  }

  .footer-mr {
    width: 43%
  }

  .footer-mr .mr-link.close_bnr .close_btn .close_txt {
    font-size: 14px
  }

  .footer-mr .mr-link.close_bnr {
    right: -75%
  }

  .footer-mr .mr-link.close_bnr .close_btn {
    width: 25%
  }
}

.page-template-page-inquire .footer-mr,
.page-id-32 .footer-mr {
  display: none
}

.footer-cta_pc {
  display: none;
}

.scrolled .footer-cta_pc {
  display: block;
}

.footer-cta_pc {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(210, 210, 210, .95);
  padding: 8px;
  z-index: 99999
}

.footer-cta_pc .inner {
  display: flex
}

.footer-cta_pc .tel {
  width: 57px;
  display: block;
  border: solid 2px #071144;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  color: #202648;
  font-size: .9rem;
  padding: 6px 6px 5px
}

.footer-cta_pc .tel strong {
  display: block;
  margin-top: 4px
}

.footer-cta_pc .contact {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #202648;
  background-size: 9px auto;
  color: #fff;
  font-size: .95em;
  border-radius: 3px;
  margin-left: 8px
}

.footer-cta_pc .contact:hover {
  text-decoration: none;
  background-color: #131f5a;
  color: #fff
}

.footer-cta_pc .contact .free {
  background-color: #000;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  font-size: .77em;
  padding: 2px 10px;
  margin-right: 3px;
}

.footer-cta_pc .contact .free+span {
  flex: 2;
  margin-left: 8px
}

/* footer.siteFooter {
  padding-bottom: 70px
} */

.footer-cta_pc .yellow_bg {
  background-color: #C1272D !important;
  color: #fff !important;
  font-weight: 700
}

.footer-cta_pc .yellow_bg span {
  font-weight: 400
}

.footer-cta_pc .pc_cta .inner {
  margin: 0 -8px;
  width: 100%
}

.footer-cta_pc .pc_cta a {
  margin: 0 5px;
  padding: 7px 0;
  font-size: 14px;
  background-size: 8px auto;
  background-image: none
}

.footer-cta_pc .column_cta .tag_list {
  flex-grow: 1
}

.footer-cta_pc .column_cta .tag_list a {
  background-image: none;
  position: relative;
  font-size: 14px;
  padding: 6px
}

.footer-cta_pc .column_cta .tag_list a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f02b";
  font-weight: 700;
  margin-right: 5px;
  font-size: .8em
}

.footer-cta_pc .sp_column_cta a {
  font-size: inherit;
  color: #337ab7
}

.footer-cta_pc .sp_column_cta a span {
  color: initial
}

@media (max-width:320px) {
  .footer-cta_pc .contact {
    background-image: none
  }
}

@media (max-width: 991px) {
  .menuBtn.btn-default {
    top: 6px;
    left: 0;
  }
}

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.single-gallery .slick-arrow {
  bottom: auto;
}

/* S イベントスライド */
.event_slide_wrap {
  max-width: 896px;
  display: flex;
  justify-content: space-between;
  /*align-items: stretch;*/
  align-items: center;
}


@media (max-width: 767px) {
  .event_slide_wrap {
    align-items: stretch;
  }
}

.event_slide_wrap:before,
.event_slide_wrap:after {
  display: none !important;
}

.event_slide_wrap:focus {
  outline: none;
}

.event_slide_title {
  width: 15%;
  background: #202648;
  color: #fff;
  /*padding: 1rem 0;*/
  padding: 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event_slide {
  width: 83%;
}

.event_slide a,
.news-section .postList_item a {
  /* color: #fff; */
  justify-content: space-between;
  padding: 0;
  position: relative;
  border: none;
}

.event_slide a:focus,
.event_slide a:hover,
.news-section .postList_item a:focus,
.news-section .postList_item a:hover {
  text-decoration: none;
  opacity: .7;
  outline: none;
}

.event_slide a .flex,
.news-section .postList_item a .flex {
  flex: 1;
  align-items: center;
}

.event_slide a .event_cat,
.news-section .postList_item a .event_cat {
  font-weight: bold;
  margin: 0 0rem 1.5rem 0;
  padding: 0 0 0.5rem 0;
  display: inline-block;
  border-bottom: 1px solid;
}

.event_slide a .event_cat {
  margin: 0;
  padding: 0;
}

.event_slide a .date,
.news-section .postList_item a .date {
  /*display: block;*/

  font-size: 14px;
}

.event_slide a .date {}

.top-section.news-section .postList_item {
  padding: 2rem 0;
}

.news-section .postList_item a .event_cat,
.news-section .postList_item a .date,
.news-section .postList_item a .title {
  color: #fff;
}

.event_slide .new_btn {
  background: #ff0000;
  padding: 2px 5px;
  font-size: .8em;
  margin-right: 15px;
}

.event_slide .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .event_slide a>.flex {
    display: block;
  }

  .event_slide_title {
    width: 20%;
    font-size: 14px;
  }

  .event_slide {
    width: 76%;
  }

  .event_slide a {
    padding: 0 1rem 0 0;
    font-size: 14px;
  }

  /* .event_slide a .event_cat{
    padding: 0 0 1rem 0;
  } */
  .event_slide .arrow {
    right: 3px;
  }

  .event_slide a .date {
    margin-bottom: 5px;
  }
}

/* E イベントスライド */


/* .gallery-tag_list_wrap{
  display: none;
} */
.gallery-tag_list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 6rem;
}

.gallery-tag_list li {
  margin-right: 10px;
}

.gallery-tag_list a {
  color: #000;
  background-color: rgba(204, 204, 204, 0.3);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 1.5rem;
}

.gallery_bottom {
  margin-top: 6rem;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}