@charset "UTF-8";
html {
  height: 100%;
  overflow-y: scroll;
}

body {
  height: 100%;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  background-image: url(../images/wrapper_bg.jpg);
  background-repeat: repeat-x;
  background-position: 50% top;
  background-attachment: fixed;
}

.header {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.header .header_logo {
  flex-grow: 1;
}
.header .header_logo img {
  width: 50%;
}
@media (min-width: 768px) {
  .header .header_logo img {
    width: auto;
  }
}
.header h1 {
  flex-grow: 1;
  margin: 1rem 0 2rem 0;
  padding: 0;
  font-size: 0;
}
.header h1 img {
  display: block;
  width: 100%;
}
.header h1 img.pc {
  display: none;
}
@media (min-width: 768px) {
  .header h1 img.pc {
    display: block;
  }
  .header h1 img.sp {
    display: none;
  }
}

.main {
  flex-grow: 1;
  margin-bottom: calc(1rem + 35px);
}
.main img {
  flex: none;
  max-width: 100%;
}
.main .introduction {
  padding: 0.75rem;
  line-height: 1.5;
  font-weight: bold;
  color: #0d0d0d;
  text-shadow: 2px 1px 1px #fff;
}
.main .introduction p {
  margin: 0;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .main .introduction {
    margin-bottom: 1rem;
  }
}
.main .section {
  background: #fff;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  border: 1px solid #1a5074;
}
.main .section h2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  color: #fff;
  font-size: 1.25rem;
}
.main .section h2::before {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.main .section h3 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem 0;
  padding-left: 0.4rem;
  border-left: 4px solid #1a5074;
  color: #1a5074;
  font-weight: bold;
}
.main .section a {
  color: #8c4a00;
  text-decoration: underline;
}
.main .section a.event_link {
  display: inline-block;
  padding: 0.3125rem 0.7rem .3125rem 0.3rem; /*0.3125rem 0.625rem*/
  text-decoration: none;
  background-color: #487390;
  border-radius: 4px;
  color: #fff;
	margin-bottom: 5px;
}
.main .section.pre_appli {
  border: 1px solid #ff3f75;
}
.main .section.pre_appli h2 {
  background-color: #ff3f75;
}
.main .section.pre_appli h2::before {
  content: url(../images/icon_pen.svg);
}
.main .section.pre_appli h3 {
  border-color: #ff3f75;
  color: #ff3f75;
}
.main .section.pre_appli a.event_link {
  background-color: #ff9fba;
  border: 1px solid #ff3f75;
  color: #000;
}
.main .section.pre_appli .flex_dl dt {
  background-color: #ffd9e3;
  border-color: #ff9fba;
  color: #000;
}
.main .section.pre_appli .flex_dl dd {
  border-color: #ff9fba;
}
.main .section.no_appli {
  border: 1px solid #008edb;
}
.main .section.no_appli h2 {
  background-color: #008edb;
}
.main .section.no_appli h2::before {
  content: url(../images/icon_book.svg);
}
.main .section.no_appli h3 {
  border-color: #008edb;
  color: #008edb;
}
.main .section p:last-child {
  margin-bottom: 0;
}
.main .section .triangle {
  font-size: 0.75rem;
  margin-left: 1rem;
  text-indent: -1rem;
}
.main .section .triangle span {
  display: inline-block;
  height: 0.6495190528rem;
  width: 0.75rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #212529;
  margin-right: 0.25rem;
}
@media (min-width: 768px) {
  .main .section {
    padding: 1rem;
  }
  .main .section .flex_row {
    display: flex;
    justify-content: space-between;
  }
  .main .section .flex_row .row_half {
    width: calc(50% - 0.5rem);
  }
  .main .section .flex_row .row_half .child_zero > * {
    margin-bottom: 0;
  }
}

.footer {
  flex-grow: 1;
  margin-top: auto;
  width: 100%;
  background-color: #1a5074;
}
.footer .footer_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0.625rem 0.625rem 0.625rem;
  height: 100px;
}
.footer .footer_logo a {
  display: block;
  margin-bottom: 0;
  background-image: url(../images/footer_logo.svg);
  background-repeat: no-repeat;
  overflow: hidden;
  width: 175px;
  height: 43px;
  font-size: 0;
  text-decoration: none;
}
.footer .footer_copy_rights {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}
.footer .footer_to_top {
  margin: 0;
}
.footer .footer_to_top a {
  display: block;
  width: 107px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: -35px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  background-color: #1a5074;
  background-image: url(../images/footer_to_top.svg);
  background-repeat: no-repeat;
  background-position: 11px 11px;
  background-size: 80%;
  font-size: 0px;
}
@media (min-width: 768px) {
  .footer .footer_inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .footer .footer_logo {
    margin-left: 0.75rem;
  }
  .footer .footer_logo a {
    width: 210px;
    height: 51px;
  }
  .footer .footer_copy_rights {
    margin-left: auto;
    margin-right: 0.75rem;
    text-align: right;
  }
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

.flex_dl {
  margin: 0 0 1rem 0;
}
.flex_dl.mb_sp {
  margin-bottom: 0;
}
.flex_dl dt,
.flex_dl dd {
  padding: 5px;
  margin: 0;
  border: 1px solid #d1dce3;
  border-bottom-width: 0;
}
.flex_dl dt {
  text-align: center;
  font-weight: 600;
  background-color: #487390;
  color: #fff;
}
.flex_dl dd:last-child {
  border-bottom-width: 1px;
}
.flex_dl p {
  margin: 0;
}

@media (min-width: 768px) {
  .flex_dl {
    display: flex;
    flex-wrap: wrap;
  }
  .flex_dl.mb_sp {
    margin-bottom: 1rem;
  }
  .flex_dl.mb_pc {
    margin-bottom: 0;
  }
  .flex_dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 22%;
    border-right-width: 0;
    padding: 5px 10px;
  }
  .flex_dl dt:nth-last-child(2) {
    border-bottom-width: 1px;
  }
  .flex_dl dd {
    width: 78%;
    padding: 5px 10px;
  }
}
.nest_list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nest_list li:first-child {
  margin-right: 1rem;
}

.aster_list {
  margin: 0;
  padding: 0 0 0 1rem;
}
.aster_list li {
  list-style-type: "※";
}

.table_list {
  margin: 0;
  padding: 0;
}

.event {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #ff3f75;
}
.event:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-width: 0;
}

.access_image {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .access_image {
    margin-top: 0;
  }
}

.access_arrow {
  display: inline-flex;
}
.access_arrow svg {
  width: 1rem;
  height: 1rem;
  fill: #8c4a00;
  margin-right: 0.25rem;
  margin-top: 0.375rem;
}

.mb_0 {
  margin-bottom: 0;
}

.mb_half {
  margin-bottom: 0.5rem;
}

.p_0 {
  padding: 0;
}

.mt_1 {
  margin-top: 1rem;
}

.mb_1 {
  margin-bottom: 1rem;
}

.mb_1sp {
  margin-bottom: 1rem;
}

.sp_break {
  display: inline;
}
@media (min-width: 768px) {
  .sp_break {
    display: none;
  }
  .mb_1sp {
    margin-bottom: 0;
  }
}

@media (hover: hover) {
  .main a:hover {
    text-decoration: none;
  }
  .main .section a.event_link:hover {
    opacity: 0.6;
  }
}
