@charset "utf-8";

html {
  overflow-y: scroll;
  height: 100%;
}

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 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

header {
  border-bottom: 10px solid #f58466;
  box-shadow: 0 1px 2px rgb(95 95 95 / 50%);
  z-index: 2;
}

.header_inner {
  height: 70px;
  display: flex;
  align-items: center;
}

.header_inner img {
  width: 233px;
  height: 48px;
  flex: none;
}

.header_inner p {
  margin-bottom: 0;
}

.breadcrumb {
  background-color: #efefef;
}

.breadcrumb ul {
  display: flex;
  margin: 0;
  padding: 5px 0;
  list-style-type: none;
  font-size: .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: .5rem;
  margin-right: .5rem;
}

.breadcrumb a {
  color: #333;
  text-decoration: underline;
}

main {
  margin: 0 0 1rem 0;
}

main h1 {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 3px 0;
  font-weight: normal;
  font-size: 1.3rem;
  border-bottom: 2px solid #333;
}

main h1::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #ff4500;
}

main h2 {
  position: relative;
  margin: .5em 0 1rem 0;
  padding: 3px 0;
  font-weight: normal;
  font-size: 1.3rem;
  border-bottom: 1px solid #ff4500;
}

main h2.flyer_icon {
  display: flex;
  align-items: center;
}

main h2.flyer_icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  background-image: url(../images/icon_pdf_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

main h2.summary_icon {
  display: flex;
  align-items: center;
}

main h2.summary_icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  background-image: url(../images/icon_summary_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

main h2.access_icon {
  display: flex;
  align-items: center;
}

main h2.access_icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  background-image: url(../images/icon_access_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

main h2.event_icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom-width: 0;
}

main h2.event_icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  background-image: url(../images/icon_event_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

main h2.event_icon span:first-child {
  white-space: nowrap;
}

main h2.event_icon span:last-child {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-left: 1rem;
  text-indent: -1rem;
  border-top: 1px solid #ff4500;
  color: red;
  font-size: .75rem;
}

main h2.introduce_icon {
  display: flex;
  align-items: center;
}

main h2.introduce_icon::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  background-image: url(../images/icon_introduce_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

main h3 {
  display: flex;
  align-items: center;
  margin-top: .5rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #198754;
}

main h3::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
  background-image: url(../images/icon_event_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

main h3.event_cancel_h3 {
  flex-wrap: wrap;
}

main h3.event_cancel_h3 span {
  margin-right: .5rem;
}

main h3.event_cancel_h3 b {
  display: inline-block;
  margin: 0 auto;
  padding: 3px;
  border-radius: .1875rem;
  background-color: #ff3300;
  color: #fff;
  font-weight: normal;
  font-size: .75rem;
}

.key_visual img {
  max-width: 100%;
  margin-bottom: .5rem;
}

.key_visual img.pc {
  display: none;
}

.introduction {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 1rem;
}

.introduction p {
  margin-bottom: 0;
}

.explain {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.flex_dl {
  margin: 0 0 1rem 0;
}

.flex_dl dt,
.flex_dl dd {
  padding: 5px;
  margin: 0;
  border: 1px solid #ccc;
  border-bottom-width: 0;
}

.flex_dl dt {
  text-align: center;
  font-weight: 600;
  background-color: #198754;
  color: #fff;
}

.flex_dl dd:last-child {
  border-bottom-width: 1px;
}

.flex_dl p {
  margin: 0;
}

.flex_dl .aster-list {
  margin: 0;
  padding: 0 0 0 1rem;
}

.flex_dl .aster-list li {
  list-style-type: "※";
}

.access a {
  text-decoration: underline;
}

.access_info {
  border: 1px solid #ccc;
}

.access_info dl {
  margin: 0;
  padding: 0;
}

.access_info dt {
  padding: 5px;
  background-color: #198754;
  border-bottom: 1px solid #ccc;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.access_info dd {
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.access_map {
  padding: 10px;
}

.access_info ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
  border-top: 1px solid #ccc;
}

.flyer {
  margin-bottom: 1rem;
}

.flyer_caption {
  margin-bottom: .5rem;
}

.flyer_thumbnail {
  margin-bottom: .5rem;
}

.flyer_thumbnail img {
  max-width: 100%;
  width: 100%;
  border: 1px solid #ccc;
  flex: none;
}

.flyer_table table {
  width: 100%;
  margin: 0;
  color: #212529;
}

.flyer_table td {
  padding: 5px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}

.introduce {
  margin-bottom: 1.2rem;
}

.introduce img {
  max-width: 100%;
  flex: none;
  border: 1px solid #ccc;
}

.introduce_box:not(.box_top) {
  padding-top: 1rem;
  border-top: 1px dashed #ccc;
}

.introduce_box:not(:last-child) {
  margin-bottom: 1rem;
}

.introduce_text h4 {
  padding: 5px;
  margin-bottom: 0;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #198754;
  color: #fff;
}

.introduce_text div {
  padding: 10px;
  border: 1px solid #ccc;
  border-top-width: 0;
  background-color: #e7f3d8;
}

.introduce_image {
  margin: 1rem 0;
}

.introduce_image figure {
  margin-bottom: 0;
}

.introduce_image.column {
  display: flex;
  justify-content: space-between;
}

.introduce_image.column figure {
  width: calc(50% - .5rem);
}

.introduce_image.column figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .9rem;
}

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

.event_inner img {
  flex: none;
  max-width: 100%;
}

.event_box:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

.event_box:first-child h3 {
  margin-top: 0;
}

.event_dl {
  margin: 0 0 1rem 0;
}

.event_dl dt,
.event_dl dd {
  padding: 5px;
  margin: 0;
  border: 1px solid #ccc;
  border-bottom-width: 0;
}

.event_dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background-color: #e7f3d8;
  color: #000;
}

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

.event_dl dd:last-child {
  border-bottom-width: 1px;
}

.event_dl .asterisk {
  list-style-type: "※";
  margin-bottom: 0;
  padding-left: 1rem;
}

.event_dl .online_reservation {
  display: flex;
  flex-direction: column;
}

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

.event_button {
  display: flex;
  align-items: center;
  padding: .3125rem .625rem;
  text-decoration: none;
  background-color: #4CAF50;
  border-radius: .375rem;
  color: #fff;
}

.event_button:active {
  color: #fff;
}

.event_button:hover {
  text-decoration: none;
  color: #fff;
}

.event_icon_web,
.event_icon_link {
  display: flex;
  align-items: center;
}

.event_icon_web::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  background-image: url(../images/icon_white_globe.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.event_icon_link {
  padding-right: 1.25rem;
}

.event_icon_link::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  background-image: url(../images/icon_white_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.event_cancel {
  position: relative;
}

.event_cancel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.event_cancel_text {
  color: red;
}

.event_cancel_s {
  text-decoration-color: red;
  text-decoration-thickness: 2px;
}

footer {
  margin-top: auto;
  border-top: 1px solid #ccc;
}

.footer_inner {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 10px;
}

.footer_inner p {
  margin-bottom: 0;
}

.footer_logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_logo span:first-child {
  width: 100%;
  margin-bottom: .5rem;
}

.footer_logo img {
  flex: none;
}

.footer_logo .logo_o {
  height: 32px;
}

.copy_rights {
  font-size: .5rem;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  color: #333;
}

@media(min-width: 576px) {

  .container {
    max-width:540px;
  }

  .footer_inner {
    padding-top: 10px;
  }

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

  .footer_logo span:first-child {
    width: 100%;
  }

  .copy_rights {
    font-size: .75rem;
  }
}

@media(min-width: 768px) {

  .container {
    max-width:720px;
  }

  .breadcrumb ul {
    overflow: hidden;
  }

  .key_visual img.sp {
    display: none;
  }

  .key_visual img.pc {
    display: block;
  }

  main h2.event_icon {
    border-bottom-width: 1px;
  }

  main h2.event_icon span:last-child {
    width: auto;
    margin-left: 1rem;
    border-width: 0;
    font-size: .9rem;
  }

  main h3 {
    margin-top: 0;
  }

  .access_info dt,
  .access_info dd,
  .flex_dl dt,
  .flex_dl dd,
  .event_dl dt,
  .event_dl dd {
    padding: 10px;
  }

  .flyer_inner {
    display: flex;
    margin-bottom: 1rem;
  }

  .flyer_inner .flyer_download {
    width: 65%;
    padding-right: 2rem;
  }

  .flyer_inner .flyer_table {
    padding-top: 2rem;
  }

  .flyer_table tr:first-child td {
    border-top: 1px solid #ccc;
  }

  .flyer_table td:first-child {
    width: 30%;
    white-space: nowrap;
  }

  .introduce_box {
    display: flex;
  }

  .introduce_box > div {
    width: 50%;
  }

  .introduce_box .introduce_image {
    margin: 0;
  }

  .introduce_box.order-reverse > div:first-child {
    order: 2;
  }

  .introduce_box:not(.order-reverse) .introduce_text {
    padding-right: .5rem;
  }

  .introduce_box:not(.order-reverse) .introduce_image {
    padding-left: .5rem;
  }

  .introduce_box.order-reverse .introduce_text {
    padding-left: .5rem;
  }

  .introduce_box.order-reverse .introduce_image {
    padding-right: .5rem;
  }

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

  .introduce_text > div {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .introduce_text > div p:first-child {
    margin: .5rem 0;
  }

  .introduce_text > div p:last-child {
    margin: auto 2rem;
  }

  .event_dl dd {
    display: block;
    text-align: center;
  }

  .event_inner {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }

  .event_box {
    position: relative;
    width: calc(50% - 1rem);
  }

  .event_box:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1rem;
    height: 100%;
    border-right: 1px dashed #ccc;
  }

  .event_box:nth-last-child(2) {
    border-bottom-width: 0;
  }

  .event_box:nth-last-child(2) h3,
  .event_box:last-child h3 {
    margin-top: .5rem;
  }

  .event_button {
    border: 1px solid #4CAF50;
  }

  .footer_logo span:first-child {
    width: auto;
  }
}

@media(min-width: 992px) {
  .container {
    max-width:960px;
  }

  main h1 {
    margin-top: .5rem;
    font-size: 1.4rem;
  }

  .key_visual {
    margin-top: 1rem;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }

  .explain {
    flex-direction: row;
    justify-content: space-between;
  }

  .explain > div {
    width: calc(50% - .5rem);
  }

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

  .footer_logo {
    flex-grow: 1;
    margin-right: 1rem;
  }

}

@media (hover: hover) {
  .access a:hover {
    text-decoration: none;
  }

  .event_button:hover {
    background-color: #fff;
    color: #4CAF50;
  }

  .event_button:hover .event_icon_link::before {
    background-image: url(../images/icon_green_link.svg);
  }

  .event_button:hover .event_icon_web::before {
    background-image: url(../images/icon_green_globe.svg);
  }
}

/* util */
.mb-0 {
  margin-bottom: 0;
}

.text-center {
  text-align: center;
}

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

.movie {
  padding-top: .5rem;
}

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

.movie .youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
