@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@700&display=swap");
/* reset
---------------------------------------- */
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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  font: inherit;
  color: inherit;
}

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

body {
  padding: 0 !important;
  font-feature-settings: initial;
}

:root {
  --color-main: #1883ca;
  --color-main-pale: #d1edff;
  --color-second: #f653ad;
  --color-second-pale: #ffedfa;
  --color-green: #5fcb73;
  --color-gray: #bdbdbd;
}

#site-wrapper {
  width: clamp(0px, 100%, 750px);
  margin: 0 auto;
  color: #353333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #fff;
}

._font-zmg {
  font-family: "Zen Maru Gothic", sans-serif;
}

._font-zkgn {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* single
---------------------------------------- */
.p-fair-single__content {
  padding-top: clamp(0px, 5.625vw, 42.1875px);
  background: url(../images/fair/bg_fv.png) no-repeat center top/100% auto #d1edff;
}
.p-fair-single__schedule {
  display: grid;
  align-items: center;
  grid-template-columns: clamp(0px, 37.5vw, 281.25px) 1fr;
  row-gap: clamp(0px, 2.5vw, 18.75px);
  width: clamp(0px, 73.75vw, 553.125px);
  margin: 0 0 clamp(0px, 5vw, 37.5px) clamp(0px, 6.25vw, 46.875px);
  padding: clamp(0px, 3.75vw, 28.125px) clamp(0px, 2.5vw, 18.75px) clamp(0px, 3.75vw, 28.125px) clamp(0px, 4.375vw, 32.8125px);
  background-color: #faed01;
  border-radius: clamp(0px, 3vw, 22.5px);
  box-shadow: 4.5px 7.794px 0px 0px rgba(24, 131, 202, 0.21);
}
.p-fair-single__schedule.is-finished {
  background-color: #eeeeee;
}
.p-fair-single__schedule.is-finished .p-fair-single__schedule-place {
  background-color: #fff;
}
.p-fair-single__schedule-place {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(0px, 33.5vw, 251.25px);
  height: clamp(0px, 13.25vw, 99.375px);
  font-size: clamp(0px, 7.5vw, 56.25px);
  font-weight: 700;
  text-align: center;
  border-radius: clamp(0px, 3.75vw, 28.125px);
  background-color: #fffccf;
}
.p-fair-single__schedule-date {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: clamp(0px, 4vw, 30px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.p-fair-single__schedule-date strong {
  font-size: clamp(0px, 9vw, 67.5px);
}
.p-fair-single__schedule-date span {
  margin-left: clamp(-11.25px, -1.5vw, 0px);
}
.p-fair-single__schedule-venue {
  grid-column: 1/3;
  min-height: clamp(0px, 5.625vw, 42.1875px);
  padding-left: clamp(0px, 6.25vw, 46.875px);
  font-size: clamp(0px, 3.125vw, 23.4375px);
  background: url(../images/fair/top/icon_map.svg) no-repeat left top/clamp(0px, 4.625vw, 34.6875px) clamp(0px, 5.625vw, 42.1875px);
}
.p-fair-single__schedule-headline {
  position: relative;
  width: clamp(0px, 37.125vw, 278.4375px);
  margin: clamp(-9.375px, -1.25vw, 0px) auto clamp(-30px, -4vw, 0px) auto;
  font-size: clamp(0px, 4.25vw, 31.875px);
  font-weight: 700;
  color: #1883ca;
  text-align: center;
  line-height: clamp(0px, 9.375vw, 70.3125px);
  background-color: #faed01;
  border-radius: clamp(0px, 3vw, 22.5px);
  z-index: 2;
}
.p-fair-single__schedule-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(0px, 2.5vw, 18.75px);
  margin: 0 clamp(0px, 6.25vw, 46.875px) clamp(0px, 5vw, 37.5px) clamp(0px, 6.25vw, 46.875px);
  padding: clamp(0px, 3.75vw, 28.125px) clamp(0px, 6.25vw, 46.875px);
  background-color: #faed01;
  border-radius: clamp(0px, 3vw, 22.5px);
  box-shadow: 4.5px 7.794px 0px 0px rgba(24, 131, 202, 0.21);
}
.p-fair-single__schedule-wrap.mb0 {margin-bottom: 0;}
.p-fair-single__schedule-wrap::before, .p-fair-single__schedule-wrap::after {
  position: absolute;
  top: clamp(-14.0625px, -1.875vw, 0px);
  width: clamp(0px, 13.125vw, 98.4375px);
  aspect-ratio: 105/37;
  background: url(../images/fair/icon_schedule.png) no-repeat center center/contain;
  content: "";
}
.p-fair-single__schedule-wrap::before {
  left: clamp(0px, 8.75vw, 65.625px);
}
.p-fair-single__schedule-wrap::after {
  right: clamp(0px, 8.75vw, 65.625px);
}
.p-fair-single__schedule--small {
  width: clamp(0px, 35vw, 262.5px);
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  box-shadow: initial;
}
.p-fair-single__schedule--small .p-fair-single__schedule-place {
  width: clamp(0px, 35vw, 262.5px);
  height: clamp(0px, 11.25vw, 84.375px);
  margin-bottom: clamp(0px, 2.5vw, 18.75px);
  font-size: clamp(0px, 6.5vw, 48.75px);
}
.p-fair-single__schedule--small .p-fair-single__schedule-date strong {
  font-size: clamp(0px, 9vw, 67.5px);
}
.p-fair-single__schedule--list {
  grid-template-columns: 1fr;
  margin: 0;
  padding: clamp(0px, 3.75vw, 28.125px) 0;
  box-shadow: initial;    
  border-bottom: 2px solid #fff;
  border-radius: 0;
}
.p-fair-single__schedule--list a {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0px, 3.75vw, 28.125px);
  padding-right: clamp(0px, 5vw, 37.5px);
}
.p-fair-single__schedule--list a::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: clamp(0px, 5vw, 37.5px);
  background: url(../images/fair/top/icon_arrow.svg) no-repeat center center / contain;
  aspect-ratio: 3 / 2;
  transform: translateY(-50%) rotate(-90deg);
  filter: brightness(0) saturate(100%) invert(38%) sepia(87%) saturate(678%) hue-rotate(165deg) brightness(96%) contrast(91%);
  content: "";
}
.p-fair-single__types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0px, 0.625vw, 4.6875px);
  margin: 0 0 clamp(0px, 2.5vw, 18.75px) 0;
}
.p-fair-single__types span {
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: clamp(0px, 17.125vw, 128.4375px);*/
  height: clamp(0px, 7vw, 52.5px);
  color: #fff;
  font-size: clamp(0px, 2.66vw, 20px);
  font-weight: 700;
  text-align: center;
  line-height: 1.312;
  border-radius: clamp(0px, 2vw, 15px);
  background-color: var(--color-second);
  padding: 0 clamp(0px, 1.33vw, 10px);
}
.p-fair-single__target {
  margin: 0 0 clamp(0px, 3.75vw, 28.125px) 0;
  padding: 0 clamp(0px, 6.25vw, 46.875px);
  color: #1883ca;
  font-size: clamp(0px, 3.375vw, 25.3125px);
  font-weight: 700;
  text-align: center;
}
.p-fair-single__category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(0px, 0.625vw, 4.6875px);
  margin-bottom: clamp(0px, 5vw, 37.5px);
}
.p-fair-single__category span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: clamp(0px, 10vw, 75px);
  height: clamp(0px, 7vw, 52.5px);
  font-size: clamp(0px, 2.66vw, 20px);
  font-weight: 700;
  line-height: 1.312;
  text-align: center;
  border-radius: clamp(0px, 2vw, 15px);
  background-color: var(--color-second-pale);
  border: clamp(0px, 0.375vw, 2.8125px) solid var(--color-second);
  padding: 0 clamp(0px, 1.33vw, 10px);
  line-height: 1;
}
.p-fair-single__notes {
  margin-bottom: clamp(0px, 6.25vw, 46.875px);
  padding: 0 clamp(0px, 6.25vw, 46.875px);
  font-size: clamp(0px, 3.375vw, 25.3125px);
}
.p-fair-single__notes strong {
  font-size: clamp(0px, 3.125vw, 23.4375px);
}
.p-fair-single__notes p + p {
  margin-top: 1em;
}
.p-fair-single .summary .summary-text {
  font-size: clamp(0px, 3.25vw, 24.375px);
  font-weight: 400;
}
.p-fair-single .form .form-button-list .form-button-item {
  width: 85%;
}
.p-fair-single .form .form-button-list .form-button-item .form-button-link {
  position: relative;
  padding-right: clamp(0px, 5.625vw, 42.1875px);
  padding-left: clamp(0px, 5vw, 37.5px);
  font-size: clamp(0px, 4vw, 30px);
  font-weight: 700;
  border-radius: clamp(0px, 3vw, 22.5px);
}
.p-fair-single .form .form-button-list .form-button-item .form-button-link::after {
  position: absolute;
  top: 50%;
  right: clamp(0px, 2.5vw, 18.75px);
  display: inline-block;
  width: clamp(0px, 3.75vw, 28.125px);
  background: url(../images/fair/top/icon_arrow.svg) no-repeat center center/contain;
  aspect-ratio: 3/2;
  transform: translateY(-50%) rotate(-90deg);
  filter: brightness(0) saturate(100%) invert(86%) sepia(6%) saturate(1679%) hue-rotate(184deg) brightness(104%) contrast(105%);
  content: "";
}
.p-fair-single .form .form-note {
  color: #e84362;
  font-size: clamp(0px, 3.25vw, 24.375px);
  font-weight: 700;
}

.mv {
  position: relative;
  background-color: #faed00;
}

.mv::after {
  position: absolute;
  left: 0;
  bottom: clamp(-17px, -2.133vw, 0px);
  display: block;
  width: 100%;
  aspect-ratio: 750/34;
  background: url(../images/fair/bg_mv.png) no-repeat center center/contain;
  content: "";
}

.mv .mv-image {
  margin-bottom: clamp(0px, 2.666vw, 20px);
}

.mv .mv-type {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(0px, 2vw, 15px);
}

.mv .mv-type span {
  margin: 0 clamp(0px, 0.3333vw, 2.5px);
  padding: clamp(0px, 0.6666vw, 5px) clamp(0px, 0.5vw, 10px);
  font-size: clamp(0px, 2.4vw, 17px);
  font-weight: 700;
  line-height: 1.2;
  border: clamp(0px, 0.4vw, 3px) solid #00a0e9;
  border-radius: clamp(0px, 1.333vw, 10px);
  background-color: #fff;
}

.mv .mv-type.-full span {
  padding: clamp(0px, 0.6666vw, 5px);
  font-size: clamp(0px, 1.2vw, 18px);
}

.mv .mv-target {
  margin-bottom: clamp(0px, 2vw, 15px);
  font-size: clamp(0px, 3.7333vw, 28px);
  line-height: 1;
  text-align: center;
}

.mv .mv-category {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 clamp(0px, 2.666vw, 20px);
  z-index: 2;
}

.mv .mv-category span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(0px, 18.4vw, 138px);
  height: clamp(0px, 5.333vw, 40px);
  margin: clamp(0px, 0.2666vw, 2px);
  color: #fff;
  font-size: clamp(0px, 2.1333vw, 16px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-radius: clamp(0px, 1.333vw, 10px);
}

.mv .mv-category span:nth-child(1),
.mv .mv-category span:nth-child(8) {
  background-color: #5cb531;
}

.mv .mv-category span:nth-child(2),
.mv .mv-category span:nth-child(10) {
  background-color: #e4007f;
}

.mv .mv-category span:nth-child(3),
.mv .mv-category span:nth-child(9) {
  background-color: #674498;
}

.mv .mv-category span:nth-child(4),
.mv .mv-category span:nth-child(7) {
  background-color: #f39939;
}

.mv .mv-category span:nth-child(5),
.mv .mv-category span:nth-child(6) {
  background-color: #00a0e9;
}

.gallery {
  display: flex;
}

.gallery .gallery-item {
  flex: 1;
  height: clamp(0px, 20.8vw, 156px);
}

.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.schedule {
  display: flex;
  justify-content: space-between;
  padding: clamp(0px, 1.333vw, 10px);
}

.schedule a {
  display: flex;
  justify-content: space-between;
}

.schedule-place {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(0px, 55.333vw, 415px);
  min-height: clamp(0px, 27.333vw, 205px);
  font-size: clamp(0px, 16vw, 120px);
  font-weight: 700;
  text-align: center;
  background: url(../images/fair/bg_place.png) repeat-x left bottom #faed00;
  background-size: auto clamp(0px, 13.7333vw, 103px);
}

.schedule-date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: clamp(0px, 42vw, 315px);
  min-height: clamp(0px, 27.333vw, 205px);
  color: #00a0e9;
  font-size: clamp(0px, 6.6666vw, 50px);
  font-weight: 900;
  line-height: 1;
  background: url(../images/fair/bg_date.png) no-repeat center top #faed00;
  background-size: auto clamp(0px, 16.4vw, 123px);
}

.schedule-date strong {
  font-size: clamp(0px, 14.1333vw, 106px);
  font-weight: 900;
}

.schedule.-small {
  padding: 0 clamp(0px, 1.333vw, 10px) clamp(0px, 1.333vw, 10px) clamp(0px, 1.333vw, 10px);
}

.schedule.-small .schedule-place {
  min-height: clamp(0px, 10.4vw, 78px);
  font-size: clamp(0px, 6.4vw, 48px);
  background-position: center clamp(0px, 4.666vw, 35px);
  background-color: #faca00;
}

.schedule.-small .schedule-date {
  min-height: clamp(0px, 10.4vw, 78px);
  font-size: clamp(0px, 3.7vw, 28px);
  background-position: center clamp(-10vw, 0px, -75px);
  background-color: #faca00;
}

.schedule.-small .schedule-date strong {
  font-size: clamp(0px, 5.6vw, 42px);
}

.schedule-headline {
  text-align: center;
  font-size: clamp(0px, 4.5333vw, 34px);
  color: #faca00;
  margin: 10px 0;
}

.schedule-headline span {
  position: relative;
  padding: 0 clamp(0px, 6.666vw, 50px);
  -webkit-text-stroke: 1px #000;
  color: #fff;
  z-index: 1;
}

.schedule-headline span::after {
  position: absolute;
  bottom: clamp(0px, 1.733vw, 13px);
  left: 0;
  display: block;
  height: 43%;
  width: 100%;
  background: #faca00;
  border-radius: clamp(0px, 6.666vw, 50px);
  z-index: -1;
  opacity: 0.5;
  content: "";
}

.form {
  /*	padding: clamp(0px, 7.333vw, 55px) clamp(0px, 2.666vw, 20px) clamp(0px, 6vw, 45px) clamp(0px, 2.666vw, 20px);*/
  padding: 0 clamp(0px, 2.666vw, 20px);
  text-align: center;
}

.form .form-date,
.form .form-city {
  color: red;
  font-size: clamp(0px, 5.0666vw, 38px);
  font-weight: 700;
}

.form .form-button-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: clamp(0px, 6vw, 45px);
}

.form .form-button-list .form-button-item {
  width: 75%;
  margin-top: clamp(0px, 2.666667vw, 20px);
}

.form .form-button-list .form-button-item .form-button-link {
  display: block;
  width: 100%;
  color: #fff;
  font-size: clamp(0px, 3.333vw, 25px);
  line-height: 1.2;
  text-align: center;
  background: #00a0e9;
  border-radius: 40px;
  padding: 1.3vw;
}

.form .form-note {
  margin-top: clamp(0px, 2.666667vw, 20px);
  margin-bottom: clamp(0px, 6vw, 45px);
  color: red;
  font-size: clamp(0px, 2.666vw, 20px);
  font-weight: 700;
}

.summary {
  padding: clamp(0px, 7.333vw, 55px) clamp(0px, 2.666vw, 20px) clamp(0px, 6vw, 45px) clamp(0px, 2.666vw, 20px);
  color: #fff;
  font-size: clamp(0px, 4.2666vw, 32px);
  background-color: #00a0e9;
}

.summary .summary-title {
  margin-bottom: clamp(0px, 8vw, 60px);
  font-size: clamp(0px, 5.0666vw, 38px);
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05em;
}

.summary .summary-text {
  padding: 0 clamp(0px, 4.666vw, 35px);
  line-height: 1.7;
}

.menu {
  padding: clamp(0px, 5.3333vw, 40px) clamp(0px, 6.6666vw, 50px);
  background: url(../images/fair/bg_menu.png) #80cff4;
  background-size: 100% auto;
}

.menu .menu-inner {
  padding: clamp(0px, 2.666vw, 20px);
  background-color: #fff;
}

.menu .menu-title {
  font-size: clamp(0px, 5.0666vw, 38px);
  text-align: center;
}

.menu .menu-list {
  padding: 0 clamp(0px, 6.666vw, 50px);
  line-height: 1.8;
}

.menu .menu-list li {
  font-size: clamp(0px, 4.2666vw, 32px);
}

.menu .menu-list li a:hover {
  text-decoration: underline;
}

.place {
  padding-top: clamp(0px, 31.066vw, 233px);
  text-align: center;
  background: url(../images/fair/img_place.png) no-repeat #faed00;
  background-position: 51% clamp(0px, 2.666vw, 20px);
  background-size: clamp(0px, 30.8vw, 231px) auto;
}

.place .place-title {
  margin-bottom: clamp(0px, 4vw, 30px);
  color: #fff;
  font-size: clamp(0px, 8vw, 60px);
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  -webkit-text-stroke: 2px #000;
  background: url(../images/fair/bg_placeTitle.png) no-repeat center 63%;
  background-size: clamp(0px, 34.133vw, 256px) auto;
}

.place .place-photo {
  width: clamp(0px, 82.666vw, 620px);
  margin: 0 auto;
  border: clamp(0px, 0.6666vw, 5px) solid #fff;
  border-radius: clamp(0px, 4vw, 30px);
  overflow: hidden;
}

.place .place-name {
  margin: clamp(0px, 5.3333vw, 40px) 0 clamp(0px, 1.333vw, 10px) 0;
  font-size: clamp(0px, 4vw, 30px);
  font-weight: 700;
}

.place .place-address {
  margin-bottom: clamp(0px, 1.333vw, 10px);
  font-size: clamp(0px, 2.933vw, 22px);
  line-height: 1.9;
}

.place .place-map {
  padding: clamp(0px, 2vw, 15px) clamp(0px, 6.666vw, 50px) clamp(0px, 6.666vw, 50px) clamp(0px, 6.666vw, 50px);
  background: url(../images/fair/bg_map.png);
  background-size: 100% auto;
}

.place .place-map iframe {
  width: clamp(0px, 86.666vw, 650px);
  height: auto;
  margin: 0 auto;
  aspect-ratio: 65/43;
}

.jizen {
  padding-top: clamp(0px, 31.066vw, 233px);
  padding-bottom: clamp(0px, 12vw, 90px);
  text-align: center;
  background: url(../images/fair/img_jizen.png) no-repeat #faed00;
  background-position: 51% clamp(0px, 2.666vw, 20px);
  background-size: clamp(0px, 30.8vw, 231px) auto;
}

.jizen .jizen-title {
  margin-bottom: clamp(0px, 4vw, 30px);
  color: #fff;
  font-size: clamp(0px, 8vw, 60px);
  -webkit-text-stroke: 2px #000;
  background: url(../images/fair/bg_jizenTitle.png) no-repeat center 63%;
  background-size: clamp(0px, 58.8vw, 450px) auto;
}

.event {
  padding: clamp(0px, 31.333vw, 235px) 0 clamp(0px, 12vw, 90px);
  text-align: center;
  background: url(../images/fair/img_event.png) no-repeat #ec7ca5;
  background-position: 51% clamp(0px, 4vw, 30px);
  background-size: clamp(0px, 30.8vw, 231px) auto;
}

.event .event-title {
  margin-bottom: clamp(0px, 4.2666vw, 32px);
  color: #fff;
  font-size: clamp(0px, 8vw, 60px);
  letter-spacing: -0.1em;
  -webkit-text-stroke: 2px #000;
  background: url(../images/fair/bg_eventTitle.png) no-repeat center 65%;
  background-size: clamp(0px, 52.8vw, 396px) auto;
}

.event .event-list {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0 clamp(0px, 5.3333vw, 40px);
}

.event .event-item {
  position: relative;
}

.event .event-item + .event-item {
  margin-top: clamp(0px, 9.333vw, 70px);
}

.event .event-reserve {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(0px, 12.4vw, 93px);
  height: clamp(0px, 12.4vw, 93px);
  font-size: clamp(0px, 3.2vw, 24px);
  font-weight: 700;
  background: url(../images/fair/bg_eventIcon.png) no-repeat center center/contain;
}

.event .event-reserve.-required {
  color: #e96999;
}

.event .event-reserve.-optional {
  color: #00a0e9;
}

.event .event-photo {
  margin: 0 auto;
  border: clamp(0px, 0.6666vw, 5px) solid #fff;
  border-radius: clamp(0px, 4vw, 30px);
  overflow: hidden;
}

.event .event-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event .event-name {
  color: #fff;
  font-size: clamp(0px, 5.333vw, 40px);
  font-weight: 700;
  letter-spacing: -0.1em;
  -webkit-text-stroke: 1px #000;
  line-height: 1.7;
}

.event .event-text {
  color: #fff;
  font-size: clamp(0px, 4.2666vw, 32px);
  text-align: left;
  line-height: 1.55;
}

.event .event-item.-large {
  width: 100%;
}

.event .event-item.-large .event-photo {
  width: clamp(0px, 82.666vw, 620px);
  aspect-ratio: 62/40;
}

.event .event-item.-large .event-reserve {
  top: clamp(-35px, -4.666vw, 0px);
  right: clamp(0px, 6.666vw, 50px);
}

.event .event-item.-large .event-text {
  width: clamp(0px, 82.666vw, 620px);
  margin: 0 auto;
}

.event .event-item.-small {
  width: clamp(0px, 41.333vw, 310px);
}

.event .event-item.-small .event-photo {
  width: clamp(0px, 41.333vw, 310px);
  aspect-ratio: 31/25;
}

.event .event-item.-small .event-reserve {
  top: clamp(-40px, -5.333vw, 0px);
  right: clamp(-15px, -2vw, 0px);
}

.event .event-item.-small .event-name {
  font-size: clamp(0px, 4vw, 30px);
}

.event .event-item.-small .event-text {
  font-size: clamp(0px, 3.333vw, 25px);
  line-height: 1.2;
}

.school {
  padding: clamp(0px, 31.333vw, 235px) 0 clamp(0px, 14.666vw, 110px);
  text-align: center;
  background: url(../images/fair/img_school.png) no-repeat #33b3ed;
  background-position: 50.6% clamp(0px, 3.7333vw, 28px);
  background-size: clamp(0px, 30.8vw, 231px) auto;
}

.school .school-title {
  margin-bottom: clamp(0px, 5.0666vw, 38px);
  color: #fff;
  font-size: clamp(0px, 8vw, 60px);
  -webkit-text-stroke: 2px #000;
  background: url(../images/fair/bg_schoolTitle.png) no-repeat center 65%;
  background-size: clamp(0px, 52.8vw, 396px) auto;
}

.school .school-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.school .school-type {
  width: 100%;
  margin-bottom: clamp(0px, 4vw, 30px);
  color: #fff;
  font-size: clamp(0px, 5.0666vw, 38px);
  font-weight: 900;
}

.school .school-type:not(:first-child) {
  margin-top: clamp(0px, 8vw, 60px);
}

.school .school-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(0px, 42.0666vw, 320px);
  min-height: clamp(0px, 10vw, 75px);
  margin: clamp(0px, 0.666vw, 5px) clamp(0px, 1.333vw, 10px);
  font-size: clamp(0px, 2.666vw, 20px);
  font-weight: 500;
  line-height: 1.3;
  border: clamp(0px, 0.4vw, 3px) solid #66c6f2;
  border-radius: clamp(0px, 2.666vw, 20px);
  background-color: #fff;
}

.school .school-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: clamp(0px, 0.666vw, 5px) clamp(0px, 2.666vw, 20px) clamp(0px, 0.666vw, 5px) 0;
  background: url(../images/fair/icon_link.png) no-repeat right clamp(0px, 1.333vw, 10px) center;
  background-size: clamp(0px, 1.333vw, 10px) auto;
  transition: opacity 0.3s;
}

.school .school-item a:hover {
  opacity: 0.7;
}

.school .school-item.-hasLink {
  box-shadow: clamp(0px, 0.666vw, 5px) clamp(0px, 0.666vw, 5px) clamp(0px, 0.666vw, 5px) rgba(0, 0, 0, 0.5);
}

.school .school-button-description {
  margin: clamp(0px, 10.666667vw, 80px) 0 clamp(0px, 2.666vw, 20px) 0;
  padding: 0 clamp(0px, 10.666667vw, 80px);
  color: #fff;
  font-size: clamp(0px, 2.666vw, 20px);
  font-weight: 700;
}

.school .school-button-description + a {
  display: block;
  width: 75%;
  margin: 0 auto;
  font-size: clamp(0px, 3.333vw, 25px);
  line-height: 3;
  text-align: center;
  background: #fff;
  border-radius: 40px;
}

.trial {
  padding: clamp(0px, 31.333vw, 235px) 0 clamp(0px, 8vw, 60px);
  text-align: center;
  background: url(../images/fair/img_trial.png) no-repeat #faed00;
  background-position: center clamp(0px, 2.666vw, 20px);
  background-size: clamp(0px, 30.8vw, 231px) auto;
}

.trial .trial-title {
  margin-bottom: clamp(0px, 7.333vw, 55px);
  color: #fff;
  font-size: clamp(0px, 8vw, 60px);
  -webkit-text-stroke: 2px #000;
  background: url(../images/fair/bg_trialTitle.png) no-repeat center 65%;
  background-size: clamp(0px, 76.8vw, 576px) auto;
}

.trial .trial-list {
  padding: 0 clamp(0px, 8vw, 60px);
  counter-reset: number 0;
}

.trial .trial-item {
  counter-increment: number 1;
}

.trial .trial-item + .trial-item {
  margin-top: clamp(0px, 8vw, 60px);
}

.trial .trial-copy {
  position: relative;
  margin-bottom: clamp(0px, 1.333vw, 10px);
  padding-left: clamp(0px, 14.666vw, 110px);
  color: #00a0e9;
  font-size: clamp(0px, 4vw, 30px);
  font-weight: 700;
  text-align: left;
  line-height: 1.7;
}

.trial .trial-copy::before {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(0px, 11.7333vw, 88px);
  height: clamp(0px, 12vw, 90px);
  color: #353333;
  font-size: clamp(0px, 6.666vw, 50px);
  font-weight: 700;
  line-height: 1;
  background: url(../images/fair/bg_trialNumber.png) no-repeat left bottom/100% auto;
  content: counter(number, decimal-leading-zero);
}

.trial .trial-photo {
  width: clamp(0px, 82.666vw, 620px);
  margin: 0 auto clamp(0px, 2.666vw, 20px) auto;
  border: clamp(0px, 0.6666vw, 5px) solid #fff;
  border-radius: clamp(0px, 4vw, 30px);
  overflow: hidden;
}

.trial .trial-text {
  font-size: clamp(0px, 4.2666vw, 32px);
  text-align: left;
  line-height: 1.56;
}

.trial .trial-school {
  margin-top: clamp(0px, 1.333vw, 10px);
  font-size: clamp(0px, 4vw, 30px);
  font-weight: 700;
  text-align: left;
}

.trial .trial-school:before {
  content: "担当校：";
}

.contents {
  padding: clamp(0px, 6.666vw, 100px) clamp(0px, 8.666vw, 65px);
  font-size: clamp(0px, 4.2666vw, 32px);
  line-height: 1.3;
}

.contents.pt0{ padding-top: 0; }

.contents h2 {
  margin-bottom: clamp(0px, 4vw, 30px);
  font-size: clamp(0px, 5.0666vw, 38px);
  font-weight: 700;
}

.contents h3 {
  margin-bottom: clamp(0px, 4vw, 30px);
  font-size: clamp(0px, 4.5333vw, 34px);
  font-weight: 700;
}

.contents h4 {
  margin-bottom: clamp(0px, 4vw, 30px);
  font-size: clamp(0px, 4.2666vw, 32px);
  font-weight: 700;
}

.contents p + p {
  margin-top: 1em;
}

.contents ul {
  margin-bottom: 1em;
  padding-left: 1.4em;
  list-style: disc inside;
  text-indent: -1.4em;
}

.contents ol {
  margin-bottom: 1em;
  padding-left: 1em;
  list-style: decimal inside;
  text-indent: -1em;
}

#footer {
  padding: clamp(0px, 7.333vw, 55px) 0 0 0;
  text-align: center;
  background-color: #ccecfb;
}

#footer .footer-title {
  display: inline-block;
  width: clamp(0px, 43.466vw, 326px);
  margin-bottom: clamp(0px, 5.333vw, 40px);
  font-size: clamp(0px, 2.9333vw, 22px);
  font-weight: 700;
  line-height: clamp(0px, 5.333vw, 40px);
  border-radius: clamp(0px, 5.333vw, 40px);
  background-color: #fff;
}

#footer .footer-name {
  margin: clamp(0px, 0.6666vw, 10px);
  font-size: clamp(0px, 4vw, 30px);
  font-weight: 700;
}

#footer .footer-address {
  font-size: clamp(0px, 2.9333vw, 22px);
}

#footer .footer-tel {
  display: inline-block;
  margin: clamp(0px, 1.333vw, 20px) 0;
  padding-left: clamp(0px, 5.333vw, 40px);
  font-size: clamp(0px, 4vw, 30px);
  font-weight: 700;
  background: url(../images/fair/icon_tel.png) no-repeat left center;
  background-size: clamp(0px, 4.2666vw, 32px) auto;
}

#footer .footer-text {
  font-size: clamp(0px, 2.9333vw, 22px);
}

#footer .copyright {
  margin-top: clamp(0px, 6.666vw, 100px);
  font-size: clamp(0px, 2.666vw, 20px);
  font-weight: 700;
  text-align: center;
  line-height: clamp(0px, 13.333vw, 100px);
  background-color: #fff;
}

#pagetop {
  position: fixed;
  right: 40px;
  bottom: 60px;
  width: 60px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  #pagetop {
    right: 4vw;
    bottom: 20px;
    width: 40px;
  }
  .form .form-button-list .form-button-item {
    width: 90%;
  }
  .form .form-button-list .form-button-item .form-button-link {
    font-size: clamp(0px, 3.9vw, 30px);
    padding: 2vw;
  }
}
#renewal {
  padding: clamp(0px, 6vw, 45px) 0;
  text-align: center;
}

#renewal a {
  opacity: 1;
  transition: all 0.5s;
}

#renewal a:hover {
  opacity: 0.6;
}

#renewal .summary-text {
  margin: clamp(0px, 2vw, 10px) 0;
  font-weight: bold;
  color: #ea3293;
}

#renewal .summary-text .is_sp {
  display: none;
}

#renewal .form-button-item {
  display: block;
  width: 60%;
  color: #fff;
  font-size: clamp(0px, 2.933vw, 22px);
  line-height: 1.2;
  text-align: center;
  background: #ada0df;
  border-radius: 40px;
  padding: clamp(0px, 2vw, 15px);
  margin: auto;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #renewal .summary-text .is_sp {
    display: block;
  }
}/*# sourceMappingURL=fair-single.css.map */