@charset "UTF-8";
/* リキッドレイアウト対応 */
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4479638009vw;
  }
}
@media (min-width: 1105px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  /*line-height: 1.5;*/
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/*img {
  max-width: 100%;
  display: block;
  width: 100%;
}*/

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.container {
  width: 100%;
}

.l-inner {
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1155px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

/*.p-event {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-event {
    padding-top: 15rem;
    padding-bottom: 6.25rem;
  }
}*/

/*.p-event__content {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-event__content {
    margin-top: 13.125rem;
  }
}*/

.p-event__mainTitle {
  color: #004386;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-event__mainTitle {
    font-size: 3.25rem;
  }
}

.p-event__center {
  text-align: center;
  /*margin-top: 60px;
  margin-top: 3.75rem;*/
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-event__center {
    /*margin-top: 7.5rem;*/
    margin-bottom: 13.125rem;
  }
}

.p-event__center-text {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-event__center-text {
    font-size: 2.125rem;
    text-align: center;
  }
}

.p-event__center-text span {
  font-weight: 700;
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-event__center-text span {
    font-size: 1.5rem;
  }
}

.p-event_date {
  background-color: #F2F5F9;
  padding: 24px;
  margin: 24px auto 0;
  line-height: 1;
  text-align: left;
}

.p-event_date>div:nth-child(2) {
  margin-top: 12px;
}

.p-event_date>div:nth-child(2) a {
  text-decoration: underline;
  color: #44aeea;
}

.p-event_date>div:nth-child(2) a:hover {
  color: #204483 !important;
}


@media screen and (min-width: 768px) {
  .p-event_date {
    width: 686px;
    padding: 32px;
    margin: 32px auto 0;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-event_date>div:nth-child(2) {
    margin-top: 16px;
  }

  .p-event_date>div:nth-child(2) a {
    text-decoration: none;
    pointer-events: none;
    color: inherit !important;
  }

}

.p-event__title {
  color: #004386;
  font-weight: 700;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-event__title {
    font-size: 2.375rem;
  }
}

.p-event__title::before {
  position: absolute;
  content: "";
  background: #008ad2;
  width: 48px;
  height: 2px;
  top: -16px;
  top: -1rem;
  left: 0;
  border-radius: 2px;
}

.p-event__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
  margin-top: 2rem;
  grid-column-gap: 20px;
  grid-column-gap: 1.25rem;
  grid-row-gap: 16px;
  grid-row-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-event__title::before {
      width: 64px;
      height: 4px;
  }

  .p-event__lists {
    gap: 1.5rem;
    margin-top: 7.25rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-event__area {
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-event__area {
    padding-bottom: 2.5rem;
  }
}

.p-event__area img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 20px;
  width: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-event__area img {
    width: 1.25rem;
  }
}

.p-event__area-text {
  color: #004386;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-event__area-text {
    font-size: 1.25rem;
  }
}

.p-event__block {
  border-top: 2px solid #f2f5f9;
  position: relative;
  padding-top: 12px;
  padding-top: 0.75rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  #kansai.p-event__block {
    margin-top: 8.75rem;
  }

  .p-event__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*padding-top: 3.75rem;*/
  }
}

.p-event__block::before {
  position: absolute;
  content: "";
  background: #008ad2;
  width: 32px;
  width: 2rem;
  height: 2px;
  top: -2px;
  left: 0;
}

.p-event__blockTitle {
  letter-spacing: 0.06em;
  color: #004386;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-event__blockTitle {
    font-size: min(1.875rem, 2.3076923077vw);
  }
}

.p-event__detail-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-event__detail-wrapper {
    margin-top: 5.5rem;
    margin-left: 8rem;
  }
}

.p-event__detail {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-event__detail {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-bottom: 1.75rem;
  }
}

.p-event__detail:nth-child(n+1) {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

#kansai .p-event__detail:not(:first-child),
#kyushu .p-event__detail:not(:first-child),
#kanto .p-event__detail:not(:first-child),
#tokai .p-event__detail:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}

@media screen and (min-width: 768px) {
  .p-event__detail:nth-child(n+1) {
    padding-bottom: 4rem;
  }
}

.p-event__row {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-event__row {
    margin-top: 3.125rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-event__meta {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-event__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 26.25rem;
    margin-right: 2.5rem;
  }
}

.p-event__detailTitle {
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 20px;
  font-size: 1.25rem;
  width: calc(100% - 80px);
}
@media screen and (min-width: 768px) {
  .p-event__detailTitle {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.p-event__cat {
  background: #008cd6;
  color: #fff;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  width: 80px;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  height: 1.875rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-event__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-top: initial;
    font-size: 14px;
    font-size: 0.875rem;
    width: 90px;
  }
}

.p-event__btn {
  background: #f2f5f9;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  width: 80%;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-event__btn {
    width: 18rem;
    margin-top: 0;
    margin-top: initial;
    margin-bottom: 0;
    margin-bottom: initial;
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-event__btn:hover {
  background: #008ad2;
}

.p-event__btn svg {
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  width: 0.5rem;
  height: 16px;
  height: 1rem;
}

.p-event__btn:hover .cls-1 {
  stroke: #ffffff !important;
}

.p-event__btn-text {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-event__btn:hover .p-event__btn-text {
  color: #fff;
}

.p-event__bottom-wrapper {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-event__bottom-wrapper {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-event__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}

.p-event__bottom + .p-event__bottom {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-event__bottom + .p-event__bottom {
    margin-top: 1rem;
  }
}

.p-event__open {
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-event__open {
    margin-top: 0;
    margin-top: initial;
    font-size: 1.125rem;
    text-align: inherit;
  }
}

.p-event__reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .p-event__reserve {
    margin-top: 0;
    margin-top: initial;
    gap: 0.75rem;
    justify-content: flex-start;
  }
}

.p-event__reserve-text {
  color: #44aeea;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-event__reserve-text {
    font-size: 1.125rem;
  }
}

.p-event__reserve svg {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
@media screen and (min-width: 768px) {
  .p-event__reserve svg {
    width: 1rem;
    height: 1rem;
  }
}

.p-event__reserve:hover .p-event__reserve-text {
  color: #204483 !important;
}

.p-event__reserve:hover .cls-1 {
  stroke: #204483;
}

.p-event__no {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-event__no {
    margin: 5rem 0;
    text-align: right;
    font-size: 1.125rem;
  }
}

.p-event__bottomBtn-wrapper {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-event__bottomBtn-wrapper {
    margin-top: 9.6875rem;
  }
}

.p-event__bottomBtn {
  text-align: center;
  border: 1px solid #ccc;
  width: 100%;
  display: inline-block;
  border-radius: 9999px;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-event__bottomBtn {
    width: 31.625rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.p-event__bottomBtn:hover {
  background: #008ad2;
}

.p-event__bottomBtn-text {
  letter-spacing: 0.08em;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-event__bottomBtn-text {
    font-size: 1.125rem;
  }
}

.p-event__bottomBtn:hover .p-event__bottomBtn-text {
  color: #fff;
}

.p-event__bottomBtn svg {
  position: absolute;
  left: 50px;
  left: 3.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  width: 0.5rem;
  height: 16px;
  height: 1rem;
}

.p-event__bottomBtn:hover .cls-1 {
  stroke: #ffffff;
}

.p-footer {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  background: #f2f5f9;
}

.p-footer__link-wrapper {
  text-align: center;
}

.p-footer__link {
  display: inline-block;
  width: 92px;
  width: 5.75rem;
}

.p-footer__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-footer__small {
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-footer__small small {
  color: #a1abb8;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-header {
  padding-top: 48px;
  padding-top: 3rem;
  position: relative;
}

.p-header__logo-wrapper {
  text-align: center;
}

.p-header__logo {
  display: inline-block;
  width: 90px;
  width: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 10.8125rem;
  }
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-header__img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-header__img {
    max-width: 98.875rem;
    top: -6.25rem;
  }
}

.p-header__img img {
  aspect-ratio: 390/197;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-header__img img {
    aspect-ratio: 1626/510;
  }
}
/*# sourceMappingURL=styles.css.map */


.c_btn_hover-up2_wrap {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.c_btn_hover-up2_txt {
  letter-spacing: 0.06em;
  display: inline-block;
  transition: 0.6s;
  transform: translateY(0);
}
.c_btn_hover-up2_line {
  height: 2px;
  position: absolute;
  width: 100%;
  background-color: #204483;
  transition: 0.6s;
  left: 0;
  bottom: -2px;
  transform: scaleX(0);
  transform-origin: left center;
}
.c_btn_hover-up2:hover {
  opacity: 1;
}
.c_btn_hover-up2:hover .c_btn_hover-up2_txt {
  animation: scrollUp 0.8s forwards cubic-bezier(0, 0, 0, 1.01) !important;
}
.c_btn_hover-up2:hover .c_btn_hover-up2_line {
  transform: scaleX(1);
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-101%);
  }
  30.1% {
    transform: translateY(101%);
  }
  80% {
    transform: translateY(0);
  }
}

.c_nav {
  margin-top: 16px;
  margin-top: 1rem;
}

.c_nav > li {
  margin-bottom: 4px;
}
.c_nav_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  color: #204483;
  border-bottom: 2px solid #e5eaf0;
}

@media not all and (min-width: 768px){

  .c_nav_link {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 52px;
  }

}

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

.c_nav.c_nav_list > li {
  width: 47.5%;
}

.c_nav.c_nav_list > li:nth-child(1) {
  margin-right: 3%;
}

.c_nav.c_nav_list > li:nth-child(3) {
  margin-right: 3%;
}


@media screen and (min-width: 768px){

  .c_nav {
    margin-top: 5.25rem;
  }

  .c_nav > li {
    margin-bottom: 10px;
  }

  .c_nav.c_nav_list {
    display: flex;
    flex-wrap: wrap;
  }
  .c_nav.c_nav_list > li {
    /*width: 22.75%;*/
    width: 30.333333%;
  }
  .c_nav.c_nav_list > li:not(:nth-child(4n)) {
    margin-right: 3%;
  }
  .c_nav_link {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 102px;
  }

}
