@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Anton&display=swap");

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  min-height: 100vh;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, picture {
  display: block;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

a:hover {
  opacity: .7;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input, select, textarea, button {
  font: inherit;
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

select, button, .modal-close, #js-open, .p-side-menu__heading, .p-side-close-button, .c-rounded-button_o, .c-rounded-button {
  cursor: pointer;
}

.sp { display: none; }
@media screen and (max-width: 768px) {
  .sp { display: block; }
  .sp._inline { display: inline; }
  .sp._inline-block { display: inline-block; }
  .pc { display: none; }
  body { font-size: 3.73333vw; }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

/* Header */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  padding: 0 20px;
}

.header-left, .header h1, .header-item, .header-inner {
  display: flex;
  align-items: center;
}

.header .logo {
  width: 200px;
  margin-left: 10px;
  line-height: 0;
}

.header .logo_txt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: .75em;
}

.utility-links {
  display: flex;
  gap: 5px;
}

.header-item .his-items {
  width: 64px;
  height: 25px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .header { height: 18.66667vw; padding: 0 4vw; }
  .header .logo { width: 30vw; margin-left: 0; }
  .header .logo_txt { display: none; }
  .header-inner { width: 177px; justify-content: flex-end; }
  .header-item { flex-wrap: wrap; margin-right: 5px; }
  .header-item .his-items { width: 13.86667vw; height: 6vw; margin-left: 1.33333vw; }
}

/* Nav */
.nav {
  background-color: #111;
  padding: 20px;
}

.nav-items {
  display: flex;
  max-width: 1100px;
  margin: auto;
}

.nav-item {
  width: 25%;
  text-align: center;
  align-self: center;
}

.nav-item:not(:last-child) {
  border-right: 1px solid #fff;
}

.nav-item a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .nav { padding: 4vw 0; }
  .nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 3.46667vw;
  }
}

/* Typography & Headings */
h2 {
  font-size: 4rem;
  text-align: center;
  letter-spacing: .075em;
  margin-bottom: 5px;
  font-weight: 900;
}
h3 {
  text-align: center;
  margin: 20px;
}

.p-page-heading {
  position: relative;
  text-align: center;
  font-weight: bold;
}

.p-page-heading span {
  background: linear-gradient(transparent 70%, #fee833 70%);
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-page-heading { font-size: 2.25rem; color: #014198; }
}

@media screen and (max-width: 768px) {
  h2 { font-size: 7.73333vw; line-height: 1.25; margin-bottom: 1.33333vw; }
  .p-page-heading { font-size: 1.9rem; margin-top: 60px; }
}

/* Main Visual */
#kv {
  background-color: #fbdbb7;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 3.5rem;
}

#main-visual .ttl01 {
  padding-top: 5.47%;
  margin-bottom: 3.91%;
}

#main-visual .ttl01 h1 {
  color: #014198;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #kv { font-size: 5.33333vw; }
  #main-visual .ttl01 h1 { width: 100%; font-size: 1.7rem; }
}

/* Sections & Layout */
.l-main, .l-contents { width: 100%; }

.l-contents__inner {
  max-width: 1044px;
  margin: 0 auto;
}

.p-contents {
  padding: 0 1em;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .l-contents, .p-contetns-contact { padding: 1rem 1.5rem; }
  .p-contents { margin-top: 5px; }
  .l-contents__inner { padding: 0 2.4%; }
  .l-contents__inner .img-txt img { margin-top: 20px; }
}

@media screen and (min-width: 768px) {
  .l-contents__inner .img-txt { display: flex; }
  .l-contents__inner .img-txt img { align-self: center; width: 50%; margin-top: 40px; }
}

/* Tables */
.travel-info-table, .travel-info-table__heading1, .travel-info-table__data1 {
  border: solid 1px #d7d7d7;
}

.travel-info-table__heading1, .travel-info-table__data1 {
  text-align: left;
  vertical-align: top;
  padding: 1rem 1.2rem;
}

.travel-info-table__data1 a {
  text-decoration: underline;
  color: #336699;
}

.travel-info-table__heading1 {
  font-weight: bold;
  color: #000;
  background-color: #e9ecf2;
}

/* Points */
.p-info { display: flex; margin-top: 44px; }
.p-info__item { width: calc((100% - 38px) / 2); display: block; }
.p-info__item + .p-info__item { margin-left: 38px; }

.p-info-item {
  display: flex;
  flex-direction: column;
  background-color: #e9ecf2;
  border-radius: 12px;
  position: relative;
  padding: 20px;
  text-align: center;
}

.p-info-item__heading {
  font-size: 1.25rem;
  background-color: #003366;
  color: #fff;
  font-weight: bold;
  display: block;
  width: fit-content;
  padding: 0 10px;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  .p-info { margin-top: 52px; display: block; }
  .p-info__item { width: 100%; }
  .p-info__item + .p-info__item { margin-top: 24px; margin-left: 0; }
  .p-info__item p { padding: 20px; }
}

/* Buttons */
.c-rounded-button_o {
  display: block;
  width: 100%;
  background-color: #008500;
  padding: 9px 5px;
  border: 2px solid #008500;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: background-color 0.6s ease;
  text-align: center;
}

.c-rounded-button_o.end {
  background-color: #555;
  border: 2px solid #555;
  color: #fff;
  pointer-events: none; 
  cursor: default;
}

.c-rounded-button_o:hover { background-color: #fff; }

.p-contetns-contact__button_o {
  width: 680px;
  margin: 15px auto 0;
  padding: 1rem;
}

.p-contetns-contact__text_o {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}

@media (hover: hover) {
  .c-rounded-button_o:hover .p-contetns-contact__text_o a { color: #008500; }
}

@media screen and (max-width: 768px) {
  .p-contetns-contact__button_o { width: 100%; }
}

/* Texts */
.sub-l, .sub-event, .txt-soon {
  font-size: 1rem;
  padding: 0 1.5rem;
  line-height: 1.8rem;
}
.txt-soon {
  text-align: center;
}

.sub-l { margin: 5rem 0; }
.sub-omoi, .sub-soon {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  padding: 0 1.5rem;
}
.sub-omoi { margin-top: 5rem; }
.sub-soon { margin-top: 3rem; }

@media screen and (max-width: 768px) {
  .sub-l, .sub-omoi { margin-top: 2rem; }
  .sub-l { margin: 2rem 0 1rem; }
  .sub-omoi, .sub-soon { font-size: 1.3rem; }
}

.sub-event .txt-exp {
  color: #003366;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: solid 3px #003366;
  margin-bottom: 5px;
  display: block;
}

ul.normal li {
  margin-bottom: 3px;
  line-height: 1.5;
  font-size: 1rem;
  text-indent: -1em;
  padding: 0.5em 1em;
}
ul.normal li:before {
  content: "●";
  padding-right: 0.5em;
}

/* Contact Box */
.contact { padding: 100px 20px; }
.contact-box {
  border: 2px solid;
  padding: 50px 32px 32px;
  max-width: 650px;
  margin: 50px auto 0;
  position: relative;
}

.contact-box .contact-ttl {
  background-color: #333;
  display: block;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: -10px;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .contact { padding: 10.66667vw 4vw 20vw; }
  .contact-box { padding: 10.66667vw 4vw 5.33333vw; margin: 13.33333vw auto 0; }
  .contact-link { font-size: 4vw; }
}

/* Footer */
footer { text-align: center; }
footer .pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transition: all 0.3s;
}
footer .pagetop.active { opacity: 1; }
footer .pagetop .ic-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0071bc;
}

footer .ft_links { background-color: #111; color: #fff; padding: 1em 20px; }
footer .ft_links .inner { display: flex; flex-wrap: wrap; justify-content: center; }
footer .ft_links .inner:nth-child(2) {
    border-top: 1px solid #3a3a3a;
    padding-top: 1em;
    margin-top: 1em;
}
footer .ft_links .inner li { padding: .25em 1em; }
footer .ft_links a { font-size: 1.1rem; color: #fff; }

footer .copyright {
  background-color: #252525;
  color: #fff;
  font-size: 1rem;
  padding: 1em;
}

@media screen and (max-width: 768px) {
  footer .ft_links a { font-size: 3.2vw; }
  footer .copyright { font-size: 2.66667vw; }
}

/* Utilities */
.mb30 { margin-bottom: 30px; }
.mt3 { margin-top: 3rem; }