@charset "UTF-8";
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* Base Styles */
body {
  font-size: 1rem;
}
body.small main {
  font-size: 0.875rem;
}
@media (max-width: 839px) {
  body.small main {
    font-size: 0.75rem;
  }
}
body.large main {
  font-size: 1.125rem;
}
@media (max-width: 839px) {
  body.large main {
    font-size: 1rem;
  }
}

.wrapper {
  line-height: normal;
  color: #333333;
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
  box-sizing: border-box;
  padding-top: 80px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.wrapper * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a.text-link {
  text-decoration: underline;
}
a:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

h1, h2, h3, h4, h5 {
  margin: 0 auto;
  line-height: normal;
  font-weight: bold;
}

h1, .title {
  font-size: 2.25rem;
}
h1 br, .title br {
  display: none;
}
@media (max-width: 839px) {
  h1, .title {
    font-size: 1.625rem;
  }
  h1 br, .title br {
    display: inline;
  }
}

h2, .h2 {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin: 0 auto 30px;
}
@media (max-width: 839px) {
  h2, .h2 {
    font-size: 21px;
  }
}
h2 .sub, .h2 .sub {
  font-size: 16px;
  display: block;
}
@media (max-width: 839px) {
  h2 .sub, .h2 .sub {
    font-size: 12px;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  text-align: left;
  margin: 0 0 20px;
  border-bottom: double #333333;
  padding-bottom: 5px;
}
@media (max-width: 839px) {
  h3, .h3 {
    font-size: 1.125rem;
    margin: 0 0 15px;
  }
}

h4 {
  font-size: 1.8rem;
  margin: 0 0 10px;
  padding-left: 10px;
  border-left: solid 5px #1C318D;
}

h5 {
  font-size: 1.6rem;
  margin: 0 0 10px;
}

p {
  margin: 0 0 15px;
  word-break: break-word;
}

.red {
  color: red;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.green {
  color: #00a199;
}

.blue,
.pink {
  color: #1C318D;
}

.sp {
  display: none;
}

.anker {
  padding-top: 100px;
  margin-top: -100px;
}

@media (max-width: 839px) {
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  .anker {
    padding-top: 75px;
    margin-top: -75px;
  }
}
#privacy iframe {
  width: 100%;
  height: 1600px;
  border: solid 1px #000;
  padding: 30px 1%;
}

/* Header */
#header {
  height: 80px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
  border-top: solid 3px #1C318D;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 839px) {
  #header {
    height: 55px;
  }
}
#header > .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
#header .logo {
  display: flex;
  align-items: center;
}
#header .logo img {
  height: 40px;
  width: auto;
}
@media (max-width: 839px) {
  #header .logo img {
    max-height: 36px;
    max-width: calc(100% - 20px);
  }
}
#header nav {
  display: flex;
  align-items: center;
}
#header nav > ul {
  position: relative;
}
@media (max-width: 839px) {
  #header nav {
    padding: 0;
    height: 0;
    overflow: hidden;
    display: block;
    position: fixed;
    top: 55px;
    width: 100%;
    left: 0;
    transition: 0.4s ease;
    background: #ffffff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
  #header nav.open {
    height: 200px;
  }
  #header nav > ul:not(:last-of-type) {
    margin-right: 0;
    padding-right: 0;
    position: relative;
  }
  #header nav > ul:not(:last-of-type):after {
    content: none;
  }
}
#header nav #menu {
  display: flex;
}
#header nav #menu > li {
  display: flex;
  font-size: 0.875rem;
}
#header nav #menu > li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 1230px) {
  #header nav #menu > li {
    font-size: 0.75rem;
  }
  #header nav #menu > li:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 839px) {
  #header nav #menu {
    display: block;
  }
  #header nav #menu > li {
    justify-content: center;
    margin: 10px 0 0;
  }
  #header nav #menu > li:not(:last-child) {
    margin: 10px 0 0;
  }
  #header nav #menu > li span {
    display: inline;
  }
}
#header nav #font {
  display: flex;
  align-items: center;
  margin-left: 15px;
  padding-left: 15px;
}
#header nav #font:after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 20px;
  background: #333333;
}
#header nav #font li {
  position: relative;
}
#header nav #font li:not(:last-child) {
  margin-right: 10px;
}
#header nav #font li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding-left: 1px;
  border-radius: 12px;
  font-size: 0.875rem;
  text-align: center;
  border: solid 1px #cccccc;
}
#header nav #font li.active a {
  background: #1C318D;
  border-color: #1C318D;
  color: #ffffff;
}
@media (max-width: 839px) {
  #header nav #font {
    display: none;
  }
}
#header nav .sns {
  display: flex;
  position: absolute;
  top: 0;
  right: 15px;
}
#header nav .sns li:not(:last-child) {
  margin-right: 10px;
}
#header nav .sns li img {
  width: 20px;
  height: auto;
}
@media (max-width: 839px) {
  #header nav .sns {
    top: 220px;
    justify-content: center;
    right: 0;
    left: 0;
  }
}

#menu_btn {
  display: none;
  cursor: pointer;
  position: absolute;
  top: -10px;
  width: 55px;
  height: 55px;
  right: 0px;
  padding: 10px 17.5px;
  z-index: 101;
}
#menu_btn:before, #menu_btn:after, #menu_btn .border {
  content: "";
  display: block;
  background: #000;
  position: relative;
  width: 20px;
  transition: 0.3s ease;
  height: 2px;
}
#menu_btn:before {
  top: 11px;
}
#menu_btn .border {
  top: 15px;
}
#menu_btn:after {
  top: 19px;
}
#menu_btn .close {
  display: none;
}
#menu_btn.open:before {
  transform: translateY(7px) rotate(145deg);
}
#menu_btn.open:after {
  transform: translateY(-5px) rotate(-145deg);
}
#menu_btn.open .border {
  background: none;
}
#menu_btn.open .close {
  display: block;
}
@media (max-width: 839px) {
  #menu_btn {
    display: block;
  }
}

.l-footer-menu {
  margin-top: 80px;
  padding: 15px 0;
  border-top: solid 1px #cccccc;
}
@media (max-width: 839px) {
  .l-footer-menu {
    margin-top: 40px;
  }
}
.l-footer-menu ul {
  display: flex;
}
@media (max-width: 839px) {
  .l-footer-menu ul {
    flex-wrap: wrap;
  }
}
.l-footer-menu ul li {
  height: 80px;
}
@media (max-width: 839px) {
  .l-footer-menu ul li {
    margin: 0 auto;
  }
}
.l-footer-menu ul li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 839px) {
  .l-footer-menu ul li:not(:last-child) {
    margin: 0 auto 10px;
  }
}
.l-footer-menu ul li a {
  display: block;
  line-height: 1;
}
@media (max-width: 839px) {
  .l-footer-menu ul li a {
    text-decoration: underline;
  }
}
.l-footer-menu ul li a img {
  width: 100%;
  height: 80px;
}

#footer.l-footer {
  padding: 60px 0;
  background: #444;
  color: #ffffff;
  font-size: 0.875rem;
}
@media (max-width: 839px) {
  #footer.l-footer {
    padding: 30px 0;
    font-size: 0.75rem;
  }
}
#footer.l-footer .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 839px) {
  #footer.l-footer .inner {
    display: block;
  }
}
#footer.l-footer .l-footer__address .logo img {
  height: 49px;
  width: auto;
}
@media (max-width: 839px) {
  #footer.l-footer .l-footer__address .logo img {
    height: 40px;
  }
}
#footer.l-footer .l-footer__address .logo p {
  font-size: 0.75rem;
}
#footer.l-footer .l-footer__address-text {
  margin-top: 20px;
}
#footer.l-footer nav #footer_menu1 {
  display: flex;
}
#footer.l-footer nav #footer_menu1 > li {
  position: relative;
}
#footer.l-footer nav #footer_menu1 > li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}
#footer.l-footer nav #footer_menu1 > li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 0;
}
@media (max-width: 839px) {
  #footer.l-footer nav #footer_menu1 {
    display: block;
    margin-top: 20px;
  }
  #footer.l-footer nav #footer_menu1 > li {
    width: 50%;
    float: left;
    padding-left: 15px;
  }
  #footer.l-footer nav #footer_menu1 > li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
  }
  #footer.l-footer nav #footer_menu1 > li:not(:last-child)::after {
    content: none;
  }
  #footer.l-footer nav #footer_menu1 > li::before {
    content: ">";
    position: absolute;
    left: 0;
  }
}
#footer.l-footer nav #footer_menu2 {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
#footer.l-footer nav #footer_menu2 > li {
  padding-left: 15px;
  position: relative;
}
#footer.l-footer nav #footer_menu2 > li::before {
  content: ">";
  position: absolute;
  left: 0;
}
#footer.l-footer nav #footer_menu2 > li:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 839px) {
  #footer.l-footer nav #footer_menu2 {
    display: block;
    margin-top: 0;
    justify-content: flex-start;
  }
  #footer.l-footer nav #footer_menu2 > li {
    width: 50%;
    float: left;
  }
  #footer.l-footer nav #footer_menu2 > li:not(:last-child) {
    margin-right: 0;
  }
}
#footer.l-footer nav .l-footer__licence {
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media (max-width: 839px) {
  #footer.l-footer nav .l-footer__licence {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 30px;
  }
}

/* Main Layout */
main {
  position: relative;
  flex: 1;
}
main .breadcrumb {
  margin-top: 15px;
}
main .breadcrumb br {
  display: none;
}

.inner {
  max-width: 1230px;
  width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: auto;
  position: relative;
}

.inner_s {
  max-width: 990px;
  width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: auto;
  position: relative;
}

.column2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 839px) {
  .column2 {
    flex-wrap: wrap;
  }
}
.column2 .column2-main {
  width: calc(100% - 260px);
}
@media (max-width: 839px) {
  .column2 .column2-main {
    width: 100%;
  }
}
.column2 .column2-sidebar {
  width: 200px;
  max-width: 500px;
}
@media (max-width: 839px) {
  .column2 .column2-sidebar {
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0;
  }
}
.column2 .column2-sidebar h3 {
  padding: 15px;
  background: #f5f5f5;
  text-align: center;
  border-top: solid 1px #cccccc;
  border-bottom: none;
  margin: 0;
  font-size: 1.125rem;
}
@media (max-width: 839px) {
  .column2 .column2-sidebar h3 {
    padding: 10px;
    font-size: 1rem;
  }
}

/* Lower Page Common Layout */
.page_ttl {
  height: 200px;
  background: #999999;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
@media (max-width: 839px) {
  .page_ttl {
    height: 160px;
  }
}
.page_ttl .inner {
  z-index: 2;
}
.page_ttl .caption {
  font-weight: 1rem;
  margin-top: 10px;
}
@media (max-width: 839px) {
  .page_ttl .caption {
    font-size: 0.75rem;
    margin-top: 5px;
  }
}
.page_ttl .bg {
  background: url(../img/page_ttl.jpg) no-repeat center/cover;
  z-index: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page_ttl .white {
  display: table;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 20px 20px 20px 0;
}
.page_ttl .white:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 1000px;
  left: -1000px;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}
.page_ttl .over {
  opacity: 0.5;
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  filter: brightness(0.6);
}

.intro {
  text-align: center;
}
@media (max-width: 839px) {
  .intro {
    text-align: left;
  }
  .intro br {
    display: none;
  }
}

/* Button Component */
.btn {
  text-align: center;
  width: auto;
  min-width: 300px;
  display: table;
  transition: 0.2s ease;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  padding: 10px 20px 13px;
  margin: 40px auto 15px;
  border-radius: 50px;
  color: #ffffff;
  background: #1C318D;
  border: solid 2px #1C318D;
  transition: 0.3s ease;
}
@media (max-width: 839px) {
  .btn {
    min-width: 200px;
    margin: 30px auto 0;
    padding: 8px 10px 10px;
    border-width: 2px;
    font-size: 1rem;
  }
}
.btn:hover {
  opacity: 1;
  background: #ffffff;
  color: #1C318D;
}
.btn.blank::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
  background-color: #ffffff;
  mask: url(../../../img/blank.svg) no-repeat center/contain;
  -webkit-mask: url(../../../img/blank.svg) no-repeat center/contain;
  transition: 0.3s ease;
}
.btn.blank:hover::after {
  background-color: #1C318D;
}
.btn.mini {
  min-width: 200px;
  font-size: 0.875rem;
  margin: 20px auto 0;
  padding: 5px 10px 7px;
}
@media (max-width: 839px) {
  .btn.mini {
    max-width: 200px;
    font-size: 0.875rem;
    margin: 15px auto 0;
  }
}

/* Breadcrumb Component */
.breadcrumb.inner {
  margin: 15px auto 30px;
}
@media (max-width: 839px) {
  .breadcrumb.inner {
    margin: 10px auto 20px;
  }
}
.breadcrumb br {
  display: none;
}

/* List Components */
.c-event-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 839px) {
  .c-event-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.c-event-list__item {
  background: #ffffff;
}
.c-event-list__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
.c-event-list__tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #ffffff;
  background: #1C318D;
  padding: 2px 5px 4px;
  font-size: 0.75rem;
  font-weight: 700;
}
.c-event-list__tag span + span::before {
  content: "/";
  margin: 0 2px;
}
.c-event-list__picture {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.c-event-list__picture-img {
  position: absolute;
  inset: 0;
  background: no-repeat center/cover;
}
.c-event-list__text {
  padding: 10px 8px 1em;
}
.c-event-list__title {
  line-height: 1.4;
  margin: 0;
}
.c-event-list__detail {
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.c-event-list__detail time {
  font-weight: 700;
}

.c-news-list__item {
  padding: 13px 0 15px;
  border-bottom: solid 1px #f5f5f5;
}
.c-news-list__item .btn {
  display: inline-block;
  margin: 0;
}
.c-news-list__link {
  display: block;
}
.c-news-list__time {
  margin: 0;
  width: 75px;
  display: inline-block;
  font-size: 0.875rem;
}
@media (max-width: 839px) {
  .c-news-list__time {
    font-size: 0.75rem;
  }
}
.c-news-list__tag {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background: #1C318D;
  border-radius: 5px;
  padding: 1px 8px 2px;
  font-size: 0.75rem;
}
@media (max-width: 839px) {
  .c-news-list__tag {
    margin-left: -10px;
    padding: 1px 4px 2px;
    font-size: 0.625rem;
  }
}
.c-news-list__title {
  margin: 5px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 30px auto 50px;
}
@media (max-width: 839px) {
  .c-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.c-gallery__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
.c-gallery__picture {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
.c-gallery__picture-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
}
.c-gallery__caption {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
}

.c-anker_list {
  margin: 20px auto 50px;
}
@media (max-width: 839px) {
  .c-anker_list {
    margin: 15px auto 30px;
  }
}
.c-anker_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 839px) {
  .c-anker_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.c-anker_list li {
  color: #fff;
  background: #1C318D;
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-height: 54px;
  border: 1px solid #1C318D;
  padding: 10px 27px;
  border-radius: 6px;
}
@media (max-width: 839px) {
  .c-anker_list li {
    min-height: inherit;
    padding: 5px 15px;
  }
}
.c-anker_list li a {
  font-size: 1rem;
  text-shadow: 0 0 3px rgba(53, 33, 20, 0.3);
  display: flex;
  min-height: 34px;
  height: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 839px) {
  .c-anker_list li a {
    min-height: inherit;
    font-size: 0.875rem;
  }
}
.c-anker_list li a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -2px -15px 0 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 839px) {
  .c-anker_list li a:after {
    width: 8px;
    height: 8px;
    margin: -2px -8px 0 10px;
  }
}
.c-anker_list.center ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 839px) {
  .c-anker_list.center ul {
    gap: 8px;
  }
}
.c-anker_list.center li {
  max-width: 300px;
  width: calc(33.333% - 10px);
}
@media (max-width: 839px) {
  .c-anker_list.center li {
    width: calc(50% - 4px);
    max-width: none;
  }
}
.c-anker_list.center li span {
  margin-right: 25px;
}

.c-dot_list li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}
.c-dot_list li:not(:last-child) {
  margin-bottom: 5px;
}
.c-dot_list li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
  margin: auto;
  background: #1C318D;
  z-index: 1;
}
.c-dot_list li a {
  display: inline-block;
  text-decoration: underline;
  color: #1C318D;
}
.c-dot_list li a[target=_blank]:after {
  content: url(../img/blank.png);
  left: 5px;
  top: -1px;
  position: relative;
}
.c-dot_list li p {
  margin-bottom: 0;
}
.c-dot_list__title {
  font-weight: 700;
}
.c-dot_list.kome li {
  padding-left: 20px;
}
.c-dot_list.kome li:before {
  content: "※";
  top: 0;
  background: none;
}

.c-faq_list {
  border-top: 1px solid #333;
}
.c-faq_list dt, .c-faq_list dd {
  position: relative;
}
.c-faq_list dt:before, .c-faq_list dd:before {
  font-size: 1.125rem;
  content: "Q";
  position: absolute;
  left: 0;
  top: 28px;
  font-weight: bold;
}
.c-faq_list dt {
  padding: 30px 0 5px 30px;
}
.c-faq_list dd {
  padding: 5px 0 30px 30px;
  position: relative;
  border-bottom: 1px solid #333;
}
.c-faq_list dd:before {
  content: "A";
  color: #1C318D;
  top: 5px;
}
.c-faq_list dd a {
  color: #1C318D;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
.c-faq_list dd a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-right: solid 2px #1C318D;
  border-bottom: solid 2px #1C318D;
  transform: rotate(-45deg);
}

.c-year-list {
  border-bottom: solid 1px #cccccc;
}
.c-year-list li {
  border-top: solid 1px #cccccc;
}
.c-year-list li a {
  display: block;
  padding: 15px;
  text-align: center;
}
@media (max-width: 839px) {
  .c-year-list li a {
    padding: 10px;
    font-size: 0.875rem;
  }
}

.num_list {
  counter-reset: number;
}
.num_list > li {
  position: relative;
  padding-left: 3rem;
}
.num_list > li:not(:last-child) {
  margin-bottom: 5px;
}
.num_list > li:before {
  counter-increment: number;
  content: counter(number) ".";
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 0;
  text-align: right;
}

@media (max-width: 839px) {
  .c-dot_list li {
    width: 100%;
    float: none;
  }
  .c-dot_list li:nth-child(n+2) {
    margin-top: 5px;
  }
  .c-dot_list li:before {
    top: 5px;
  }
}
/* Table Components */
.plane_table {
  width: 100%;
  margin: 20px auto;
}
.plane_table th, .plane_table td {
  padding: 10px;
  border: solid 1px #cccccc;
  background: #ffffff;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 839px) {
  .plane_table th, .plane_table td {
    padding: 10px 5px;
    font-size: 0.75rem;
  }
}
.plane_table th {
  background: #f5f5f5;
}
.plane_table th span {
  display: block;
  font-size: 85%;
}

.c-table_dl {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 160px 1fr;
}
@media (max-width: 839px) {
  .c-table_dl {
    grid-template-columns: 120px 1fr;
  }
}
.c-table_dl dt {
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  position: relative;
}
.c-table_dl dt:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #1C318D;
  border-radius: 50%;
}
.c-table_dl dd {
  padding: 5px 0;
}

@media (max-width: 839px) {
  .table_scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .table_scroll table {
    width: 839px;
  }
}
/* pager Component */
.c-pager {
  margin-top: 30px;
}
.c-pager ul {
  display: flex;
  justify-content: center;
}
.c-pager ul li {
  margin: 0 5px;
}
.c-pager ul li a, .c-pager ul li span {
  height: 40px;
  min-width: 40px;
  padding: 7px;
  border: solid 1px #666;
  display: block;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 839px) {
  .c-pager ul li a, .c-pager ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-pager ul li .current {
  background: #666;
  color: #ffffff;
}

.page_controls {
  display: flex;
  justify-content: center;
}
.page_controls li {
  margin: 0 5px;
}
.page_controls li a, .page_controls li span {
  height: 40px;
  min-width: 40px;
  padding: 7px;
  border: solid 1px #666;
  display: block;
  text-align: center;
  border-radius: 5px;
}
.page_controls li .current {
  background: #666;
  color: #ffffff;
}

@media (max-width: 839px) {
  .c-pager ul li {
    margin: 0 3px;
  }
  .c-pager ul li a, .c-pager ul li span {
    height: 32px;
    min-width: 32px;
    padding: 5px;
  }
}
/* Form Components */
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
select,
textarea {
  border: solid 1px #cccccc;
  border-radius: 5px;
  height: 50px;
  padding: 10px;
  background-color: #ffffff;
  cursor: pointer;
}
input[type=text].error:not(:disabled),
input[type=email].error:not(:disabled),
input[type=number].error:not(:disabled),
input[type=tel].error:not(:disabled),
select.error:not(:disabled),
textarea.error:not(:disabled) {
  background-color: #fff3f2;
  border-color: #f75c4d;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #cccccc;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background: #ffffff url("../img/select_icon.png") no-repeat center right 10px;
  background-size: 10px 6px;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: rgb(46.75, 46.75, 46.75);
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: rgb(46.75, 46.75, 46.75);
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-gallery-item-wrap {
  width: auto !important;
  height: auto !important;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: table;
  margin: auto;
  max-width: calc(100% - 60px);
  max-height: 80vh;
}
.modaal-gallery-item.is_active {
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .modaal-gallery-item img {
    max-width: 80%;
    width: 100%;
  }
}
.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    transform: none;
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
    top: 12px;
  }
  .modaal-gallery-next {
    left: auto;
    right: -20px;
  }
  .modaal-gallery-next:before, .modaal-gallery-next:after {
    left: 21px;
  }
  .modaal-gallery-prev {
    left: -20px;
    right: auto;
  }
  .modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 17px;
  }
  .modaal-image .modaal-container {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

#top .p-front-mainvisual__slide {
  padding-top: 460px;
  background: no-repeat center center/cover;
  display: flex;
  align-items: center;
}
@media (max-width: 839px) {
  #top .p-front-mainvisual__slide {
    padding-top: 200px;
  }
}
#top .p-front-mainvisual .slick-prev,
#top .p-front-mainvisual .slick-next {
  top: auto;
  bottom: -40px;
  left: auto;
  right: 72px;
  width: 42px;
  height: 12px;
}
#top .p-front-mainvisual .slick-prev::before,
#top .p-front-mainvisual .slick-next::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 42px 12px;
  display: block;
  width: 42px;
  height: 12px;
}
#top .p-front-mainvisual .slick-prev {
  right: 72px;
}
#top .p-front-mainvisual .slick-prev::before {
  background-image: url("../../../img/top/control_l.png");
}
#top .p-front-mainvisual .slick-next {
  right: 20px;
}
#top .p-front-mainvisual .slick-next::before {
  background-image: url("../../../img/top/control_r.png");
}
#top .p-front-mainvisual #slider_box .slick-dots {
  bottom: -35px;
  right: 145px;
  width: auto;
}
#top .p-front-intro {
  margin-top: 80px;
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 839px) {
  #top .p-front-intro {
    margin-top: 40px;
    font-size: 1rem;
  }
}
#top .p-front-news {
  margin-top: 80px;
}
@media (max-width: 839px) {
  #top .p-front-news {
    margin-top: 40px;
  }
}
#top .p-front-news .inner {
  display: flex;
}
@media (max-width: 839px) {
  #top .p-front-news .inner {
    display: block;
  }
}
#top .p-front-news h2 {
  margin-right: 30px;
  font-weight: 400;
  font-family: "Adamina", serif;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#top .p-front-news h2 .sub {
  font-weight: 700;
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
}
@media (max-width: 839px) {
  #top .p-front-news h2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#top .p-front-news__list {
  margin-top: -13px;
  width: calc(100% - 130px);
}
@media (max-width: 839px) {
  #top .p-front-news__list {
    width: 100%;
  }
}
#top .p-front-event {
  margin-top: 80px;
  background: url("../../../img/line_w.png") repeat-x center top 200px/1px 1200px, url("../../../img/top/bg2.jpg") no-repeat top center/cover;
}
@media (max-width: 839px) {
  #top .p-front-event {
    margin-top: 40px;
    background: url("../../../img/line_w.png") repeat-x center top 160px/1px 1200px, url("../../../img/top/bg2.jpg") no-repeat top center/cover;
  }
}
#top .p-front-event h2 {
  padding-top: 40px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Adamina", serif;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#top .p-front-event h2 .sub {
  font-weight: 700;
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
}
@media (max-width: 839px) {
  #top .p-front-event h2 {
    padding-top: 20px;
  }
}
#top .p-front-pickup {
  margin-top: 80px;
  background: url("../../../img/line_w.png") repeat-x center top 200px/1px 1200px, url("../../../img/top/bg1.jpg") no-repeat top center/cover;
}
@media (max-width: 839px) {
  #top .p-front-pickup {
    margin-top: 40px;
    background: url("../../../img/line_w.png") repeat-x center top 160px/1px 1200px, url("../../../img/top/bg1.jpg") no-repeat top center/cover;
  }
}
#top .p-front-pickup h2 {
  padding-top: 40px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Adamina", serif;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 839px) {
  #top .p-front-pickup h2 {
    padding-top: 20px;
  }
}
#top .p-front-pickup ul {
  display: flex;
}
@media (max-width: 839px) {
  #top .p-front-pickup ul {
    display: block;
  }
}
#top .p-front-pickup__item {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 5px;
  position: relative;
  width: calc(33.33% - 30px);
}
@media (max-width: 839px) {
  #top .p-front-pickup__item {
    width: 100%;
  }
}
#top .p-front-pickup__item:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 839px) {
  #top .p-front-pickup__item:not(:last-child) {
    margin: 0 0 15px;
  }
}
#top .p-front-pickup__item::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: solid 1px #333333;
}
#top .p-front-pickup__item a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding: 20px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 839px) {
  #top .p-front-pickup__item a {
    padding: 10px 10px;
  }
  #top .p-front-pickup__item a img {
    width: 40px;
  }
}
#top .p-front-pickup__item a img {
  max-width: 70px;
}
#top .p-front-pickup__item a h3 {
  font-size: 1.125rem;
  margin: 0 0 20px;
  padding-bottom: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 839px) {
  #top .p-front-pickup__item a h3 {
    margin: 0 0 10px;
    height: 40px;
  }
}
#top .p-front-about {
  margin-top: 80px;
}
@media (max-width: 839px) {
  #top .p-front-about {
    margin-top: 40px;
  }
}
#top .p-front-about .inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 839px) {
  #top .p-front-about .inner {
    display: grid;
  }
}
#top .p-front-about img {
  min-width: 350px;
  width: calc(100% - 680px);
  height: auto;
}
@media (max-width: 839px) {
  #top .p-front-about img {
    order: 2;
    width: 100%;
    max-width: 500px;
    min-width: auto;
    margin: auto;
  }
}
#top .p-front-about__text {
  max-width: 620px;
  width: 100%;
}
@media (max-width: 839px) {
  #top .p-front-about__text {
    order: 1;
    width: 100%;
  }
}
#top .p-front-about__text h2 {
  font-weight: 400;
  font-family: "Adamina", serif;
}
#top .p-front-about__text h2 .sub {
  font-weight: 700;
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
}
#top .p-front-about__text .c-table_dl dt {
  width: 150px;
}
@media (max-width: 839px) {
  #top .p-front-about__text .c-table_dl dt {
    width: 100px;
  }
}
#top .p-front-about__text .c-table_dl dd {
  width: calc(100% - 150px);
}
@media (max-width: 839px) {
  #top .p-front-about__text .c-table_dl dd {
    width: calc(100% - 100px);
  }
}
#top .btn.mini {
  margin-right: 0;
}

#guide.p-guide .anker {
  padding-top: 100px;
  margin-top: -50px;
}
@media (max-width: 839px) {
  #guide.p-guide .anker {
    margin-top: -70px;
  }
}
#guide.p-guide .plane_table td:last-child {
  text-align: left;
}

#facility.p-facility .anker {
  padding-top: 100px;
  margin-top: -50px;
}
@media (max-width: 839px) {
  #facility.p-facility .anker {
    margin-top: -70px;
  }
}
#facility.p-facility .plane_table td:last-child {
  text-align: left;
}

#access.p-access .c-table_dl {
  padding: 0 0 20px;
  border-bottom: 1px solid #cccccc;
}
#access.p-access h2 {
  margin-top: 60px;
}
@media (max-width: 839px) {
  #access.p-access h2 {
    margin-top: 30px;
  }
}
#access.p-access .maps {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 839px) {
  #access.p-access .maps {
    flex-wrap: wrap;
  }
}
#access.p-access .maps li img {
  max-height: 600px;
}
#access.p-access .plane_table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  border: none;
}
@media (max-width: 839px) {
  #access.p-access .plane_table {
    grid-template-columns: 1fr;
  }
}
#access.p-access .plane_table tbody {
  display: contents;
}
#access.p-access .plane_table tr {
  display: flex;
  flex-direction: column;
  border: 1px solid #cccccc;
}
#access.p-access .plane_table th {
  background: #f5f5f5;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
}
#access.p-access .plane_table th img {
  width: 28px;
  height: 28px;
  margin: -2px -5px -6px 8px;
}
#access.p-access .plane_table td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
  font-size: 0.875rem;
  flex: 1;
}

/* Archive Event Page */
.archive-message {
  margin-top: 50px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 839px) {
  .archive-message {
    font-size: 1rem;
  }
}

/* Single Circles Page */
.p-single-circles h1 {
  margin: 20px 0 40px;
  padding-bottom: 10px;
  border-bottom: double #333333;
}
@media (max-width: 839px) {
  .p-single-circles h1 {
    margin: 10px 0 25px;
  }
}
.p-single-circles .thumbnail {
  margin: 20px auto 40px;
  padding: 20px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 839px) {
  .p-single-circles .thumbnail {
    margin: 15px auto 20px;
    padding: 20px 0;
  }
}
.p-single-circles .thumbnail img {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
}

/* Single Event Page */
.single .info {
  margin-bottom: 30px;
}
.single .info .tag {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background: #1C318D;
  border-radius: 5px;
  padding: 2px 8px;
  font-weight: bold;
  font-size: 0.875rem;
  margin-right: 10px;
}
.single .info h1 {
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: solid 1px #cccccc;
}
.single .thumbnail img {
  max-width: 1000px;
  max-height: 500px;
}

.flexible_content p {
  margin-bottom: 20px;
}
.flexible_content a {
  text-decoration: underline;
}
.flexible_content .gray {
  font-size: 0.75rem;
  color: #999999;
}
.flexible_content .red {
  color: red;
}
.flexible_content h2:not(:first-child),
.flexible_content h3:not(:first-child) {
  margin-top: 40px;
}
.flexible_content .img_text {
  margin-bottom: 40px;
}
.flexible_content .img_text .img {
  width: calc(45% - 30px);
  margin-right: 30px;
  float: left;
  text-align: center;
}
.flexible_content .img_text p {
  width: 55%;
  float: right;
}
.flexible_content .img_text:nth-of-type(even) p {
  float: left;
}
.flexible_content .img_text:nth-of-type(even) .img {
  float: right;
  margin: 0 0 0 30px;
}
.flexible_content .img_text:last-child {
  margin-bottom: 0;
}
.flexible_content .gray_box {
  background: #f5f5f5;
  padding: 15px;
}
.flexible_content .border_box {
  border: solid 1px #cccccc;
  padding: 15px;
}
.flexible_content .picture {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.flexible_content .picture:not(:last-child) {
  margin-bottom: 40px;
}
.flexible_content .picture img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 839px) {
  .flexible_content .img_text {
    margin-bottom: 30px;
  }
  .flexible_content .img_text .img {
    width: calc(45% - 15px);
    margin-right: 15px;
  }
  .flexible_content .img_text:nth-of-type(even) .img {
    margin: 0 0 0 15px;
  }
  .flexible_content .picture:not(:last-child) {
    margin-bottom: 30px;
  }
  .flexible_content .picture img {
    width: auto;
    height: auto;
  }
}
