@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;
  min-height: 100%;
}

.header {
  margin-bottom: 1rem;
}

.main {
  margin-bottom: 1rem;
}

.footer {
  margin-top: auto;
}

.header_normal {
  background-color: #fff;
  margin-bottom: 0;
  z-index: 100;
}
.header_normal::after {
  content: "";
  display: block;
  border-bottom: 10px solid #f58466;
  box-shadow: 0 1px 2px rgba(95, 95, 95, 0.5);
  z-index: 2;
}
.header_normal .header_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 56px;
}
.header_normal .header_inner .header_logo {
  display: flex;
  margin: 0;
}
.header_normal .header_inner .header_logo a {
  font-size: 0;
}
.header_normal .header_inner .header_logo a img {
  max-width: 100%;
  width: 200px;
  height: auto;
  flex: none;
}
@media (min-width: 576px) {
  .header_normal .header_inner {
    height: 70px;
  }
  .header_normal .header_inner .header_logo a img {
    width: auto;
    height: 48px;
  }
}

.breadcrumb {
  background-color: #efefef;
  box-shadow: 0px 1px #ccc;
  z-index: 50;
}
.breadcrumb ul {
  display: flex;
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
  font-size: 0.75rem;
  overflow-x: scroll;
  scrollbar-width: 0;
}
.breadcrumb ul::-webkit-scrollbar {
  display: none;
}
.breadcrumb li {
  display: flex;
  color: #333;
  white-space: nowrap;
}
.breadcrumb li:not(:first-child)::before {
  content: "≫";
  display: block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.breadcrumb a {
  color: #333;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .breadcrumb ul {
    overflow: hidden;
  }
}

.main {
  flex-grow: 1;
  margin-bottom: 2rem;
}

.article_normal h1.h1_normal {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0 1rem 0;
  padding: 3px 0;
  font-weight: normal;
  font-size: 1.3rem;
  border-bottom: 2px solid #333;
}
.article_normal h1.h1_normal::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #ff4500;
}
.article_normal h2 {
  position: relative;
  margin: 0.5em 0 1rem 0;
  padding: 3px 0;
  border-bottom: 1px solid #e9e612;
  font-weight: normal;
  font-size: 1.3rem;
  color: #9f9c0e;
}
.article_normal h2.rounded {
  border-radius: 0.625rem;
}
.article_normal h2[class^=icon_] {
  display: flex;
  align-items: center;
}
.article_normal h2[class^=icon_]::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.article_normal h2.icon_access::before {
  background-image: url(icon/access.svg);
}
.article_normal h2.icon_book::before {
  background-image: url(icon/book.svg);
}
.article_normal h2.icon_atom::before {
  background-image: url(icon/atom.svg);
}
.article_normal h2.icon_frame::before {
  background-image: url(icon/frame.svg);
}
.article_normal h2.icon_lightbulb::before {
  background-image: url(icon/lightbulb.svg);
}
.article_normal h2.icon_mail::before {
  background-image: url(icon/mail.svg);
}
.article_normal h2.icon_night::before {
  background-image: url(icon/night.svg);
}
.article_normal h2.icon_pdf::before {
  background-image: url(icon/pdf.svg);
}
.article_normal h2.icon_star::before {
  background-image: url(icon/star.svg);
}
.article_normal h2.icon_summary::before {
  background-image: url(icon/summary.svg);
}
.article_normal h2.icon_user::before {
  background-image: url(icon/user.svg);
}
.article_normal h2.icon_x::before {
  background-image: url(icon/x.svg);
}
.article_normal h3 {
  margin-top: 1rem;
  padding-bottom: 0.25rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #9f9c0e;
  border-bottom: 1px solid #ddd;
}
.article_normal h3.rounded {
  border-radius: 0.625rem;
}
.article_normal section {
  background-color: #fff;
}
.article_normal section:not(:first-child):not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .article_normal h1 {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
  .article_normal h2 {
    font-weight: bold;
  }
  .article_normal section:not(:first-child):not(:last-child) {
    margin-bottom: 1rem;
  }
}

section.key_visual {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
section.key_visual.demo img {
  border: 1px solid #ddd;
}
section.key_visual.demo img.rounded {
  border-radius: 0.625rem;
}
section.key_visual h1 {
  margin: 0;
  padding: 0;
  font-size: 0;
}
section.key_visual .key_image img {
  max-width: 100%;
}
section.key_visual .key_image img.key_image_pc {
  display: none;
}
section.key_visual .key_image img.key_image_sp {
  display: block;
}
@media (min-width: 768px) {
  section.key_visual .key_image img {
    max-width: 100%;
  }
  section.key_visual .key_image img.key_image_pc {
    display: block;
  }
  section.key_visual .key_image img.key_image_sp {
    display: none;
  }
}

section.introduction {
  margin-top: 1rem;
}
section.introduction.nested {
  margin-bottom: 1rem;
}
section.introduction .explan {
  padding: 0.5rem;
  border: 1px solid #cac7c2;
}
section.introduction .explan.rounded {
  border-radius: 0.625rem;
}
section.introduction h1 {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 3px 0;
  font-weight: normal;
  font-size: 1.3rem;
  border-bottom: 2px solid #666;
}
section.introduction h1.rounded {
  border-radius: 0.625rem;
}
section.introduction h1::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #e9e612;
}
section.introduction p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section.introduction.nested {
    margin-bottom: 2rem;
  }
  section.introduction .explan {
    padding: 0.75rem;
  }
}
section.partition {
  padding: 0.5rem;
  border: 1px solid #cac7c2;
}
section.partition.rounded {
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  section.partition {
    padding: 0.75rem;
  }
}

.footer_normal {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.footer_normal p {
  margin: 0;
}
.footer_normal .footer_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer_normal .footer_logo {
  flex-grow: 1;
}
.footer_normal .footer_logo a {
  font-size: 0;
}
.footer_normal .footer_logo a img {
  height: 32px;
}
.footer_normal .footer_cr {
  display: flex;
  color: #222422;
  font-size: 0.5rem;
  margin-left: 0.5rem;
}
.footer_normal .footer_cr span {
  margin-right: 0.125rem;
}
@media (min-width: 576px) {
  .footer_normal .footer_cr {
    font-size: 0.75rem;
  }
}

.kahaku-chara {
  cursor: pointer;
  background-color: #e9e612;
}
.kahaku-chara * {
  user-select: none;
}

.event_dl {
  margin: 0;
}
.event_dl p {
  margin: 0;
}
.event_dl dt {
  margin: 0;
  padding: 0.625rem;
  border: 1px solid #cac7c2;
  border-bottom-width: 0;
  background-color: #968f86;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.event_dl dd {
  margin: 0;
  padding: 0.625rem;
  border: 1px solid #cac7c2;
  border-bottom-width: 0;
}
.event_dl dd:last-child {
  border-bottom-width: 1px;
}
.event_dl.rounded dt:first-child {
  border-radius: 0.625rem 0.625rem 0 0;
}
.event_dl.rounded dd:last-child {
  border-radius: 0 0 0.625rem 0.625rem;
}
.event_dl.anytime_row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.event_dl.anytime_row dt {
  width: 30%;
  border-right-width: 0;
}
.event_dl.anytime_row dt:nth-last-child(2) {
  border-bottom-width: 1px;
}
.event_dl.anytime_row dd {
  width: 70%;
}
.event_dl.anytime_row dd:last-child {
  border-bottom-width: 1px;
}
.event_dl.anytime_row.rounded dt:first-child {
  border-radius: 0.625rem 0 0 0;
}
.event_dl.anytime_row.rounded dt:nth-last-child(2) {
  border-radius: 0 0 0 0.625rem;
}
.event_dl.anytime_row.rounded dd:nth-child(2) {
  border-radius: 0 0.625rem 0 0;
}
.event_dl.anytime_row.rounded dd:last-child:not(.w-100) {
  border-radius: 0 0 0.625rem 0;
}
.event_dl.anytime_row.rounded .radius0 {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .event_dl.pc2rows {
    display: flex;
    flex-wrap: wrap;
  }
  .event_dl.pc2rows dt {
    padding: 10px 10px;
    width: 25%;
    border-right-width: 0;
  }
  .event_dl.pc2rows dt:nth-last-child(2) {
    border-bottom-width: 1px;
  }
  .event_dl.pc2rows dt.title {
    width: 100%;
    border-right-width: 1px;
  }
  .event_dl.pc2rows dd {
    padding: 10px 10px;
    width: 75%;
  }
  .event_dl.pc2rows.rounded dt:first-child {
    border-radius: 0.625rem 0 0 0;
  }
  .event_dl.pc2rows.rounded dt:nth-last-child(2) {
    border-radius: 0 0 0 0.625rem;
  }
  .event_dl.pc2rows.rounded dd:nth-child(2) {
    border-radius: 0 0.625rem 0 0;
  }
  .event_dl.pc2rows.rounded dd:last-child:not(.w-100) {
    border-radius: 0 0 0.625rem 0;
  }
  .event_dl.pc2rows.rounded .radius0 {
    border-radius: 0 !important;
  }
}

@media (min-width: 768px) {
  .pc_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pc_row .pc_row_full {
    width: 100%;
  }
  .pc_row .pc_row_half {
    width: calc(50% - 0.5rem);
  }
}

.flyer_row {
  display: flex;
  flex-direction: column;
}
.flyer_row .flyer_image figcaption {
  margin-bottom: 0.5rem;
}
.flyer_row .flyer_image p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.flyer_row .flyer_image img {
  flex: none;
  max-width: 100%;
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .flyer_row {
    flex-direction: row;
    justify-content: space-between;
  }
  .flyer_row .flyer_image {
    width: calc(60% - 0.5rem);
  }
  .flyer_row .flyer_image p {
    min-height: 200px;
  }
  .flyer_row .flyer_description {
    padding-top: 2rem;
    width: calc(40% - 0.5rem);
  }
}

.access_link {
  display: inline-flex;
  color: #0d719c;
  text-decoration: underline;
}
.access_link svg {
  width: 1rem;
  height: 1rem;
  fill: #0d719c;
  margin-right: 0.25rem;
  margin-top: 0.375rem;
}

.inline_svg {
  flex: none;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.25rem;
}
.inline_svg.twitter {
  background-image: url(icon/x_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0.125rem;
}

.form_link {
  display: flex;
  align-items: center;
  padding: 0.1875rem 0.3125rem;
  text-decoration: none;
  background-color: #ff4500;
  border: 1px solid #fff;
  border-radius: 0.375rem;
  color: #fff;
}
.form_link .form_text {
  display: flex;
  align-items: center;
}
.form_link .form_text::before {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.form_link .form_text.web::before {
  content: "";
  background-image: url(icon/web_white.svg);
}
.form_link .form_text.calendar::before {
  content: "";
  background-image: url(icon/calendar_white.svg);
}
.form_link .form_text.twitter::before {
  content: "";
  background-image: url(icon/x_white.svg);
}
@media (min-width: 576px) {
  .form_link {
    padding: 0.3125rem 0.625rem;
  }
  .form_link span {
    font-size: 1rem;
  }
  .form_link span::before {
    width: 1rem;
    height: 1rem;
  }
}

.default_link {
  text-decoration: underline;
  color: #a30;
}
.default_link:hover {
  text-decoration: none;
  color: #a30;
}

.text_kahaku150 {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: serif;
  color: #b14a00;
}
@media (min-width: 768px) {
  .text_kahaku150 {
    font-size: 1.75rem;
  }
}

.contact_info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.contact_info > ul {
  padding: 0.5rem;
  border: 1px solid #cac7c2;
}
.contact_info > ul.rounded {
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  .contact_info > ul {
    padding: 0.75rem;
  }
}

.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;
  }
}

.h-auto {
  height: auto;
}

.w-auto {
  width: auto;
}

.default-link {
  color: #0000ee;
  text-decoration: underline;
}
.default-link:hover {
  text-decoration: none;
}
.default-link:visited {
  color: #551a8b;
}

.map-link .pc {
  display: none;
}
@media (min-width: 768px) {
  .map-link .pc {
    display: inline;
  }
  .map-link .sp {
    display: none;
  }
}

.position-relative {
  position: relative !important;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none !important;
}

.indent {
  text-indent: 1rem !important;
}

.center-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.direction-column {
  flex-direction: column;
}

@media (min-width: 768px) {
  .sp-break {
    display: none !important;
  }
}
.w-10px {
  width: 10px !important;
}

.h-10px {
  height: 10px !important;
}

.w-20px {
  width: 20px !important;
}

.h-20px {
  height: 20px !important;
}

.w-30px {
  width: 30px !important;
}

.h-30px {
  height: 30px !important;
}

.w-40px {
  width: 40px !important;
}

.h-40px {
  height: 40px !important;
}

.w-50px {
  width: 50px !important;
}

.h-50px {
  height: 50px !important;
}

.w-60px {
  width: 60px !important;
}

.h-60px {
  height: 60px !important;
}

.w-70px {
  width: 70px !important;
}

.h-70px {
  height: 70px !important;
}

.w-80px {
  width: 80px !important;
}

.h-80px {
  height: 80px !important;
}

.w-90px {
  width: 90px !important;
}

.h-90px {
  height: 90px !important;
}

.w-100px {
  width: 100px !important;
}

.h-100px {
  height: 100px !important;
}

.w-110px {
  width: 110px !important;
}

.h-110px {
  height: 110px !important;
}

.w-120px {
  width: 120px !important;
}

.h-120px {
  height: 120px !important;
}

.w-130px {
  width: 130px !important;
}

.h-130px {
  height: 130px !important;
}

.w-140px {
  width: 140px !important;
}

.h-140px {
  height: 140px !important;
}

.w-150px {
  width: 150px !important;
}

.h-150px {
  height: 150px !important;
}

.w-160px {
  width: 160px !important;
}

.h-160px {
  height: 160px !important;
}

.w-170px {
  width: 170px !important;
}

.h-170px {
  height: 170px !important;
}

.w-180px {
  width: 180px !important;
}

.h-180px {
  height: 180px !important;
}

.w-190px {
  width: 190px !important;
}

.h-190px {
  height: 190px !important;
}

.w-200px {
  width: 200px !important;
}

.h-200px {
  height: 200px !important;
}

.w-210px {
  width: 210px !important;
}

.h-210px {
  height: 210px !important;
}

.w-220px {
  width: 220px !important;
}

.h-220px {
  height: 220px !important;
}

.w-230px {
  width: 230px !important;
}

.h-230px {
  height: 230px !important;
}

.w-240px {
  width: 240px !important;
}

.h-240px {
  height: 240px !important;
}

.w-250px {
  width: 250px !important;
}

.h-250px {
  height: 250px !important;
}

.w-260px {
  width: 260px !important;
}

.h-260px {
  height: 260px !important;
}

.w-270px {
  width: 270px !important;
}

.h-270px {
  height: 270px !important;
}

.w-280px {
  width: 280px !important;
}

.h-280px {
  height: 280px !important;
}

.w-290px {
  width: 290px !important;
}

.h-290px {
  height: 290px !important;
}

.w-300px {
  width: 300px !important;
}

.h-300px {
  height: 300px !important;
}

.w-310px {
  width: 310px !important;
}

.h-310px {
  height: 310px !important;
}

.w-320px {
  width: 320px !important;
}

.h-320px {
  height: 320px !important;
}

.w-330px {
  width: 330px !important;
}

.h-330px {
  height: 330px !important;
}

.w-340px {
  width: 340px !important;
}

.h-340px {
  height: 340px !important;
}

.w-350px {
  width: 350px !important;
}

.h-350px {
  height: 350px !important;
}

.w-360px {
  width: 360px !important;
}

.h-360px {
  height: 360px !important;
}

.w-370px {
  width: 370px !important;
}

.h-370px {
  height: 370px !important;
}

.w-380px {
  width: 380px !important;
}

.h-380px {
  height: 380px !important;
}

.w-390px {
  width: 390px !important;
}

.h-390px {
  height: 390px !important;
}

.w-400px {
  width: 400px !important;
}

.h-400px {
  height: 400px !important;
}

.w-410px {
  width: 410px !important;
}

.h-410px {
  height: 410px !important;
}

.w-420px {
  width: 420px !important;
}

.h-420px {
  height: 420px !important;
}

.w-430px {
  width: 430px !important;
}

.h-430px {
  height: 430px !important;
}

.w-440px {
  width: 440px !important;
}

.h-440px {
  height: 440px !important;
}

.w-450px {
  width: 450px !important;
}

.h-450px {
  height: 450px !important;
}

.w-460px {
  width: 460px !important;
}

.h-460px {
  height: 460px !important;
}

.w-470px {
  width: 470px !important;
}

.h-470px {
  height: 470px !important;
}

.w-480px {
  width: 480px !important;
}

.h-480px {
  height: 480px !important;
}

.w-490px {
  width: 490px !important;
}

.h-490px {
  height: 490px !important;
}

.w-500px {
  width: 500px !important;
}

.h-500px {
  height: 500px !important;
}

.w-510px {
  width: 510px !important;
}

.h-510px {
  height: 510px !important;
}

.w-520px {
  width: 520px !important;
}

.h-520px {
  height: 520px !important;
}

.w-530px {
  width: 530px !important;
}

.h-530px {
  height: 530px !important;
}

.w-540px {
  width: 540px !important;
}

.h-540px {
  height: 540px !important;
}

.w-550px {
  width: 550px !important;
}

.h-550px {
  height: 550px !important;
}

.w-560px {
  width: 560px !important;
}

.h-560px {
  height: 560px !important;
}

.w-570px {
  width: 570px !important;
}

.h-570px {
  height: 570px !important;
}

.w-580px {
  width: 580px !important;
}

.h-580px {
  height: 580px !important;
}

.w-590px {
  width: 590px !important;
}

.h-590px {
  height: 590px !important;
}

.w-600px {
  width: 600px !important;
}

.h-600px {
  height: 600px !important;
}

.w-610px {
  width: 610px !important;
}

.h-610px {
  height: 610px !important;
}

.w-620px {
  width: 620px !important;
}

.h-620px {
  height: 620px !important;
}

.w-630px {
  width: 630px !important;
}

.h-630px {
  height: 630px !important;
}

.w-640px {
  width: 640px !important;
}

.h-640px {
  height: 640px !important;
}

.w-650px {
  width: 650px !important;
}

.h-650px {
  height: 650px !important;
}

.w-660px {
  width: 660px !important;
}

.h-660px {
  height: 660px !important;
}

.w-670px {
  width: 670px !important;
}

.h-670px {
  height: 670px !important;
}

.w-680px {
  width: 680px !important;
}

.h-680px {
  height: 680px !important;
}

.w-690px {
  width: 690px !important;
}

.h-690px {
  height: 690px !important;
}

.w-700px {
  width: 700px !important;
}

.h-700px {
  height: 700px !important;
}

.w-710px {
  width: 710px !important;
}

.h-710px {
  height: 710px !important;
}

.w-720px {
  width: 720px !important;
}

.h-720px {
  height: 720px !important;
}

.w-730px {
  width: 730px !important;
}

.h-730px {
  height: 730px !important;
}

.w-740px {
  width: 740px !important;
}

.h-740px {
  height: 740px !important;
}

.w-750px {
  width: 750px !important;
}

.h-750px {
  height: 750px !important;
}

.w-760px {
  width: 760px !important;
}

.h-760px {
  height: 760px !important;
}

.w-770px {
  width: 770px !important;
}

.h-770px {
  height: 770px !important;
}

.w-780px {
  width: 780px !important;
}

.h-780px {
  height: 780px !important;
}

.w-790px {
  width: 790px !important;
}

.h-790px {
  height: 790px !important;
}

.w-800px {
  width: 800px !important;
}

.h-800px {
  height: 800px !important;
}

.w-1 {
  width: 1% !important;
}

.w-2 {
  width: 2% !important;
}

.w-3 {
  width: 3% !important;
}

.w-4 {
  width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-11 {
  width: 11% !important;
}

.w-12 {
  width: 12% !important;
}

.w-13 {
  width: 13% !important;
}

.w-14 {
  width: 14% !important;
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.w-17 {
  width: 17% !important;
}

.w-18 {
  width: 18% !important;
}

.w-19 {
  width: 19% !important;
}

.w-20 {
  width: 20% !important;
}

.w-21 {
  width: 21% !important;
}

.w-22 {
  width: 22% !important;
}

.w-23 {
  width: 23% !important;
}

.w-24 {
  width: 24% !important;
}

.w-25 {
  width: 25% !important;
}

.w-26 {
  width: 26% !important;
}

.w-27 {
  width: 27% !important;
}

.w-28 {
  width: 28% !important;
}

.w-29 {
  width: 29% !important;
}

.w-30 {
  width: 30% !important;
}

.w-31 {
  width: 31% !important;
}

.w-32 {
  width: 32% !important;
}

.w-33 {
  width: 33% !important;
}

.w-34 {
  width: 34% !important;
}

.w-35 {
  width: 35% !important;
}

.w-36 {
  width: 36% !important;
}

.w-37 {
  width: 37% !important;
}

.w-38 {
  width: 38% !important;
}

.w-39 {
  width: 39% !important;
}

.w-40 {
  width: 40% !important;
}

.w-41 {
  width: 41% !important;
}

.w-42 {
  width: 42% !important;
}

.w-43 {
  width: 43% !important;
}

.w-44 {
  width: 44% !important;
}

.w-45 {
  width: 45% !important;
}

.w-46 {
  width: 46% !important;
}

.w-47 {
  width: 47% !important;
}

.w-48 {
  width: 48% !important;
}

.w-49 {
  width: 49% !important;
}

.w-50 {
  width: 50% !important;
}

.w-51 {
  width: 51% !important;
}

.w-52 {
  width: 52% !important;
}

.w-53 {
  width: 53% !important;
}

.w-54 {
  width: 54% !important;
}

.w-55 {
  width: 55% !important;
}

.w-56 {
  width: 56% !important;
}

.w-57 {
  width: 57% !important;
}

.w-58 {
  width: 58% !important;
}

.w-59 {
  width: 59% !important;
}

.w-60 {
  width: 60% !important;
}

.w-61 {
  width: 61% !important;
}

.w-62 {
  width: 62% !important;
}

.w-63 {
  width: 63% !important;
}

.w-64 {
  width: 64% !important;
}

.w-65 {
  width: 65% !important;
}

.w-66 {
  width: 66% !important;
}

.w-67 {
  width: 67% !important;
}

.w-68 {
  width: 68% !important;
}

.w-69 {
  width: 69% !important;
}

.w-70 {
  width: 70% !important;
}

.w-71 {
  width: 71% !important;
}

.w-72 {
  width: 72% !important;
}

.w-73 {
  width: 73% !important;
}

.w-74 {
  width: 74% !important;
}

.w-75 {
  width: 75% !important;
}

.w-76 {
  width: 76% !important;
}

.w-77 {
  width: 77% !important;
}

.w-78 {
  width: 78% !important;
}

.w-79 {
  width: 79% !important;
}

.w-80 {
  width: 80% !important;
}

.w-81 {
  width: 81% !important;
}

.w-82 {
  width: 82% !important;
}

.w-83 {
  width: 83% !important;
}

.w-84 {
  width: 84% !important;
}

.w-85 {
  width: 85% !important;
}

.w-86 {
  width: 86% !important;
}

.w-87 {
  width: 87% !important;
}

.w-88 {
  width: 88% !important;
}

.w-89 {
  width: 89% !important;
}

.w-90 {
  width: 90% !important;
}

.w-91 {
  width: 91% !important;
}

.w-92 {
  width: 92% !important;
}

.w-93 {
  width: 93% !important;
}

.w-94 {
  width: 94% !important;
}

.w-95 {
  width: 95% !important;
}

.w-96 {
  width: 96% !important;
}

.w-97 {
  width: 97% !important;
}

.w-98 {
  width: 98% !important;
}

.w-99 {
  width: 99% !important;
}

.w-100 {
  width: 100% !important;
}

.mw-10 {
  max-width: 10% !important;
}

.mw-20 {
  max-width: 20% !important;
}

.mw-30 {
  max-width: 30% !important;
}

.mw-40 {
  max-width: 40% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.mw-60 {
  max-width: 60% !important;
}

.mw-70 {
  max-width: 70% !important;
}

.mw-80 {
  max-width: 80% !important;
}

.mw-90 {
  max-width: 90% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mt-pc-1 {
  margin-top: 0rem !important;
}

.mt-sp-1 {
  margin-top: 0rem !important;
}

.mt-pc-1 {
  margin-top: 1rem !important;
}

.mt-sp-1 {
  margin-top: 1rem !important;
}

.me-pc-1 {
  margin-right: 0rem !important;
}

.me-sp-1 {
  margin-right: 0rem !important;
}

.me-pc-1 {
  margin-right: 1rem !important;
}

.me-sp-1 {
  margin-right: 1rem !important;
}

.mb-pc-1 {
  margin-bottom: 0rem !important;
}

.mb-sp-1 {
  margin-bottom: 0rem !important;
}

.mb-pc-1 {
  margin-bottom: 1rem !important;
}

.mb-sp-1 {
  margin-bottom: 1rem !important;
}

.ms-pc-1 {
  margin-left: 0rem !important;
}

.ms-sp-1 {
  margin-left: 0rem !important;
}

.ms-pc-1 {
  margin-left: 1rem !important;
}

.ms-sp-1 {
  margin-left: 1rem !important;
}

.pt-pc-1 {
  padding-top: 0rem !important;
}

.pt-sp-1 {
  padding-top: 0rem !important;
}

.pt-pc-1 {
  padding-top: 1rem !important;
}

.pt-sp-1 {
  padding-top: 1rem !important;
}

.pe-pc-1 {
  padding-right: 0rem !important;
}

.pe-sp-1 {
  padding-right: 0rem !important;
}

.pe-pc-1 {
  padding-right: 1rem !important;
}

.pe-sp-1 {
  padding-right: 1rem !important;
}

.pb-pc-1 {
  padding-bottom: 0rem !important;
}

.pb-sp-1 {
  padding-bottom: 0rem !important;
}

.pb-pc-1 {
  padding-bottom: 1rem !important;
}

.pb-sp-1 {
  padding-bottom: 1rem !important;
}

.ps-pc-1 {
  padding-left: 0rem !important;
}

.ps-sp-1 {
  padding-left: 0rem !important;
}

.ps-pc-1 {
  padding-left: 1rem !important;
}

.ps-sp-1 {
  padding-left: 1rem !important;
}

.opacity-1 {
  opacity: 10% !important;
}

.opacity-2 {
  opacity: 20% !important;
}

.opacity-3 {
  opacity: 30% !important;
}

.opacity-4 {
  opacity: 40% !important;
}

.opacity-5 {
  opacity: 50% !important;
}

.opacity-6 {
  opacity: 60% !important;
}

.opacity-7 {
  opacity: 70% !important;
}

.opacity-8 {
  opacity: 80% !important;
}

.opacity-9 {
  opacity: 90% !important;
}

.fs-1 {
  font-size: 0.0625rem !important;
}

.fs-2 {
  font-size: 0.125rem !important;
}

.fs-3 {
  font-size: 0.1875rem !important;
}

.fs-4 {
  font-size: 0.25rem !important;
}

.fs-5 {
  font-size: 0.3125rem !important;
}

.fs-6 {
  font-size: 0.375rem !important;
}

.fs-7 {
  font-size: 0.4375rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-19 {
  font-size: 1.1875rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-21 {
  font-size: 1.3125rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-23 {
  font-size: 1.4375rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-25 {
  font-size: 1.5625rem !important;
}

.fs-26 {
  font-size: 1.625rem !important;
}

.fs-27 {
  font-size: 1.6875rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-29 {
  font-size: 1.8125rem !important;
}

.fs-30 {
  font-size: 1.875rem !important;
}

.fs-31 {
  font-size: 1.9375rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-33 {
  font-size: 2.0625rem !important;
}

.fs-34 {
  font-size: 2.125rem !important;
}

.fs-35 {
  font-size: 2.1875rem !important;
}

.fs-36 {
  font-size: 2.25rem !important;
}

.fs-37 {
  font-size: 2.3125rem !important;
}

.fs-38 {
  font-size: 2.375rem !important;
}

.fs-39 {
  font-size: 2.4375rem !important;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-41 {
  font-size: 2.5625rem !important;
}

.fs-42 {
  font-size: 2.625rem !important;
}

.fs-43 {
  font-size: 2.6875rem !important;
}

.fs-44 {
  font-size: 2.75rem !important;
}

.fs-45 {
  font-size: 2.8125rem !important;
}

.fs-46 {
  font-size: 2.875rem !important;
}

.fs-47 {
  font-size: 2.9375rem !important;
}

.fs-48 {
  font-size: 3rem !important;
}

.fs-49 {
  font-size: 3.0625rem !important;
}

.fs-50 {
  font-size: 3.125rem !important;
}

.fs-51 {
  font-size: 3.1875rem !important;
}

.fs-52 {
  font-size: 3.25rem !important;
}

.fs-53 {
  font-size: 3.3125rem !important;
}

.fs-54 {
  font-size: 3.375rem !important;
}

.fs-55 {
  font-size: 3.4375rem !important;
}

.fs-56 {
  font-size: 3.5rem !important;
}

.fs-57 {
  font-size: 3.5625rem !important;
}

.fs-58 {
  font-size: 3.625rem !important;
}

.fs-59 {
  font-size: 3.6875rem !important;
}

.fs-60 {
  font-size: 3.75rem !important;
}

.fs-61 {
  font-size: 3.8125rem !important;
}

.fs-62 {
  font-size: 3.875rem !important;
}

.fs-63 {
  font-size: 3.9375rem !important;
}

.fs-64 {
  font-size: 4rem !important;
}

.fw-bold {
  font-weight: bolds;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.me-0 {
  margin-right: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.border-1 {
  border: 1px solid #e9e612;
}
.border-1.rounded {
  border-radius: 0.625rem;
}

@media (hover: hover) {
  a.access_link:hover {
    color: #007bff;
    text-decoration: none;
  }
  a.access_link:hover svg {
    fill: #007bff;
  }
  .flyer_link:hover img {
    opacity: 0.8;
  }
  .form_link:hover {
    border: 1px solid #e9e612;
    background-color: #fff;
    color: #e9e612;
    text-decoration: none;
  }
  .form_link:hover.rounded {
    border-radius: 0.625rem;
  }
  .form_link:hover .form_text.web::before {
    background-image: url(icon/web_main.svg);
  }
  .form_link:hover .form_text.calendar::before {
    background-image: url(icon/calendar_main.svg);
  }
  .form_link:hover .form_text.twitter::before {
    background-image: url(icon/x_main.svg);
  }
}
.bg_wavy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.4;
  z-index: -100;
  background-color: #ffe9a7;
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #ffe9a7 20px), repeating-linear-gradient(rgba(255, 193, 7, 0.3333333333), #ffc107);
}

.nostyle_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nostyle_list .type_aster {
  list-style-type: "※";
  margin-left: 1rem;
}

.lecture_ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .lecture_ul {
    display: flex;
    align-items: flex-start;
  }
  .lecture_ul li:first-child {
    margin-right: 0.5rem;
  }
}

.flex_15box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.flex_15box > div {
  display: flex;
  width: 32%;
  padding: 0.3125rem;
  margin-bottom: 0.5rem;
}
.flex_15box > div:nth-child(n+13) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .flex_15box > div {
    width: 19%;
    padding: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .flex_15box > div:nth-child(n+11) {
    margin-bottom: 0;
  }
}

.figure_album {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.figure_album p {
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.figure_album figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0.3125rem 0 0 0;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
}
.figure_album img {
  max-width: 100%;
  flex: none;
}
@media (min-width: 768px) {
  .figure_album figcaption {
    padding: 0.5rem 0 0 0;
  }
}
@media (min-width: 992px) {
  .figure_album figcaption {
    display: inline;
    text-align: center;
  }
}

.dash_deco::after {
  content: "";
  display: inline-block;
  width: 2rem;
  border-top: 1px solid #000;
  margin-left: 0.25rem;
  padding-bottom: 0.25rem;
}
