@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
}

.font-ing-cho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
}

.font-gothic {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, sans-serif;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
dl,
dd {
  color: #333;
}

.container {
  position: relative;
  background: none;
  z-index: 1;
}
@media screen and (min-width: 800px) {
  .container {
    background: url(../img/bg__pc.jpg) no-repeat center bottom/cover;
    background-attachment: fixed;
  }
  .container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    z-index: 2;
  }
}

header,
main {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 800px;
  background-color: #fff;
}

header {
  padding-bottom: 10px;
}

main {
  padding: 10px 0;
}

.txt {
  margin-bottom: 20px;
  line-height: 1.6;
}

.pic {
  margin-bottom: 20px;
}

.t-bold {
  font-weight: bold;
  font-size: 1.1em;
}

.t-blue {
  color: #008ede;
}

.page-header {
  padding: 20px 4%;
  font-size: 1.4em;
  line-height: 1.4;
  color: #1f4b9a;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .page-header {
    font-size: 1.8em;
  }
}

.mw100 {
  max-width: 100%;
}

@media screen and (min-width: 800px) {
  .mw400 {
    max-width: 400px;
    margin: 0 auto;
  }
}
.main-lead {
  padding: 20px 4% 0;
}

.underline{
  text-decoration: underline;
}

.content {
  margin-bottom: 60px;
  padding: 0 4%;
}
@media screen and (min-width: 800px) {
  .content {
    margin-bottom: 100px;
  }
}
.content__header {
  margin-bottom: 30px;
  padding-bottom: 0.2em;
  border-bottom: 3px solid #00b4de;
  font-size: 1.2em;
  line-height: 1.4;
}
@media screen and (min-width: 800px) {
  .content__header {
    font-size: 1.6em;
  }
}
.content__sub-header {
  margin-bottom: 30px;
  padding-left: 0.5em;
  border-left: 3px solid #00b4de;
  font-size: 1.2em;
  line-height: 1.4;
}
@media screen and (min-width: 800px) {
  .content__sub-header {
    font-size: 1.6em;
  }
}
.content__sub {
  margin-top: 60px;
}
@media screen and (min-width: 800px) {
  .content__sub {
    margin-top: 80px;
  }
}
.content section:last-of-type {
  margin-bottom: 60px;
}
@media screen and (min-width: 800px) {
  .content section:last-of-type {
    margin-bottom: 80px;
  }
}
.content__list {
  margin: 30px 0;
}
.content__item {
  margin: 10px 0;
  padding-left: 2em;
  text-indent: -1.5em;
}
.content__item::before {
  content: "●";
  margin-right: 1em;
  font-size: 0.6em;
  color: #008ede;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 600px;
  border: 3px solid #e85c9a;
  border-radius: 6px;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px;
  color: #e85c9a;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.5s;
}
@media screen and (min-width: 800px) {
  .btn {
    padding: 16px;
    font-size: 1.2em;
  }
}
.btn:hover {
  background-color: #fff8f9;
}

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

.btn-catch {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5em;
  padding: 0 2.5em;
  color: #e85c9a;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
}
.btn-catch::before, .btn-catch::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #e85c9a;
}
.btn-catch::before {
  left: 1em;
  transform: rotate(-30deg);
}
.btn-catch::after {
  right: 1em;
  transform: rotate(30deg);
}
@media screen and (min-width: 800px) {
  .btn-catch {
    font-size: 1em;
  }
}
@media screen and (min-width: 400px) {
  .btn-catch br {
    display: none;
  }
}

.table-of-contents {
  margin: 40px 4%;
  background-color: #f9ebee;
  padding: 20px;
}

.t-o-c__header {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}
.t-o-c__item {
  border-bottom: 1px dashed #ccc;
}
.t-o-c__item:last-of-type {
  border-bottom: none;
}
.t-o-c__link {
  display: block;
  padding: 20px 0;
  color: #333;
  text-decoration: none;
}
.t-o-c__link::before {
  content: "▶ ";
  color: #e85c9a;
  font-size: 0.8em;
}

.note-box {
  position: relative;
  margin: 50px 0 40px;
  background-color: #e9faff;
  padding: 40px 20px 20px;
}

.n-b__header {
  position: absolute;
  top: -20px;
  left: 20px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  border: 4px solid #fff;
  background-color: #00b4de;
  color: #fff;
}
.n-b__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 800px) {
  .n-b__inner {
    flex-direction: row;
    align-items: flex-end;
    gap: 50px;
  }
}
.n-b__item {
  margin: 10px 0;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.n-b__img {
  margin: 0 auto;
  width: 40%;
  flex-basis: 40%;
}
@media screen and (min-width: 800px) {
  .n-b__img {
    flex-shrink: 1;
  }
}
.n-b__small {
  font-size: 0.8em;
  line-height: 2;
}

.covid19 {
  margin-bottom: 60px;
  margin: 50px 4% 40px;
}
@media screen and (min-width: 800px) {
  .covid19 {
    margin-bottom: 100px;
  }
}

.hilight-box {
  position: relative;
  margin: 50px 0 40px;
  background-color: #fff7e9;
  padding: 40px 20px 20px;
}

.h-b__header {
  position: absolute;
  top: -20px;
  left: 20px;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  border: 4px solid #fff;
  background-color: #de8d00;
  color: #fff;
}
.h-b__item {
  margin: 10px 0;
  padding-left: 1.5em;
  text-indent: -1.3em;
}
.h-b__item::before {
  content: "●";
  margin-right: 1em;
  font-size: 0.6em;
  color: #de8d00;
}
.h-b__images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.h-b__images-item {
  flex-basis: calc((100% - 10px) / 2);
}

.question {
  margin: 40px 0;
  padding: 20px;
}

.fair_detail {
  margin: 40px 0;
  background-color: #e9faff;
  padding: 20px;
  border-radius: 6px;
}

.f-d__header {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  .f-d__header {
    font-size: 1.6em;
  }
}
.f-d__lead {
  margin-bottom: 30px;
  text-align: center;
}
.f-d__item {
  margin-bottom: 20px;

}

.f-d__day{
font-weight: bold;
font-size: 1.1em;
}

.f-d__item-ttl {
  display: inline-block;
  margin-bottom: 6px;
  background-color: #00b4de;
  padding: 2px 10px;
  border-radius: 4px;
  color: #fff;
}
.f-d__map {
  margin-bottom: 30px;
}
.f-d__map iframe {
  width: 100%;
}

.lpfooter {
  position: relative;
  z-index: 3;
  padding: 20px 0 120px;
  background-color: #00b4de;
}
@media screen and (min-width: 400px) {
  .lpfooter {
    padding-bottom: 140px;
  }
}
.lpfooter p {
  margin: 0 auto;
  padding: 0 4%;
  color: #fff;
  max-width: 800px;
}

.fixed-btn {
  position: fixed;
  z-index: 4;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.venue {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.venue__item {
  flex-basis: calc((100% - 20px) / 3);
}
.venue__link {
  position: relative;
  display: block;
}
.venue__link::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: 4px;
  transition: 0.4s;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  content: "\e8ff";
  font-family: "Material Icons";
}
@media screen and (min-width: 800px) {
  .venue__link::after {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    font-size: 24px;
  }
}
.venue__fig {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 280/187;
}
.venue__fig > picture {
  height: 100%;
}
.venue__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}