li {
  text-decoration: none;
}

.font_b {
  font-weight: 700;
}

.font_big {
  font-size: 2rem;
}

html {
  font-size: 20px;
}
@media (max-width: 430px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Noto Sans JP", "M PLUS 1p", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #0F2030;
  background-color: #FFFAEE;
  font-size: 1rem;
}
@media (max-width: 430px) {
  body {
    line-height: 1;
  }
}

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

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

ul {
  list-style: none;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 430px) {
  .container {
    padding: 0 15px;
  }
}

.section-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2;
  color: #0F2030;
}
@media (max-width: 430px) {
  .section-title {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #1A2C40;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  transition: opacity 0.3s ease;
}
.btn:hover {
  opacity: 0.8;
}
.btn--cta {
  background-color: #13803D;
  color: #ffffff;
  border-radius: 9999px;
  padding: 12px 25px;
}
.btn--cta:hover {
  background-color: #13803D;
}

.header {
  background-color: #FFFAEE;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.header__inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  gap: 20px;
}
@media (max-width: 430px) {
  .header__inner {
    padding: 5px 15px;
  }
}
.header__logo a {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .header__logo a {
    font-size: 3rem;
  }
}
@media (min-width: 431px) and (max-width: 830px) {
  .header__logo a {
    font-size: 2rem;
  }
}
@media (max-width: 430px) {
  .header__logo a {
    font-size: 1.8rem;
  }
}
.header__nav-pc ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__nav-pc li a {
  display: inline-block;
  padding: 10px 8px;
  font-weight: 700;
}
@media (max-width: 830px) {
  .header__nav-pc {
    display: none;
  }
}
@media (max-width: 430px) {
  .header__nav-pc {
    display: none;
  }
}

.hero {
  position: relative;
  background-image: url("../img/mainV_2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1920/955;
  max-height: 947px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 430px) {
  .hero {
    background-image: url("../img/mainV_sp_2.png");
    aspect-ratio: 914/1264;
    max-height: 350px;
    background-size: cover;
    background-position: center 20%;
  }
}
.hero__text-content {
  color: #ffffff;
  padding-top: 5%;
  padding-left: 8%;
  z-index: 1;
}
@media (min-width: 431px) and (max-width: 830px) {
  .hero__text-content {
    padding-top: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 430px) {
  .hero__text-content {
    padding-top: 2.5rem;
    padding-left: 1rem;
    width: 100%;
    text-align: left;
  }
}
.hero__title {
  font-size: 6.4rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px #1B5A86;
}
@media (min-width: 831px) {
  .hero__title {
    font-size: 6.4rem;
  }
}
@media (max-width: 1650px) {
  .hero__title {
    font-size: 4rem;
  }
}
@media (max-width: 1200px) {
  .hero__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 950px) {
  .hero__title {
    font-size: 2.3rem;
  }
}
@media (min-width: 431px) and (max-width: 830px) {
  .hero__title {
    font-size: 2rem;
  }
}
@media (max-width: 650px) {
  .hero__title {
    font-size: 1.2rem;
  }
}
@media (max-width: 430px) {
  .hero__title {
    font-size: 1.8rem;
  }
}
.hero__subtitle {
  white-space: normal;
  overflow-wrap: normal;
  word-break: keep-all;
  font-size: 3rem;
  line-height: 1.1;
  margin-top: -4rem;
  margin-bottom: 6px;
  text-shadow: 2px 2px 4px #1B5A86;
}
@media (min-width: 831px) {
  .hero__subtitle {
    font-size: 3rem;
    margin-top: -2rem;
  }
}
@media (max-width: 1600px) {
  .hero__subtitle {
    font-size: 2.5rem;
    margin-top: -2rem;
  }
}
@media (max-width: 1200px) {
  .hero__subtitle {
    font-size: 2rem;
    margin-top: -0.5rem;
  }
}
@media (max-width: 950px) {
  .hero__subtitle {
    font-size: 1.5rem;
    margin-top: -0.5rem;
  }
}
@media (min-width: 431px) and (max-width: 830px) {
  .hero__subtitle {
    font-size: 1.5rem;
    margin-top: -0.5rem;
  }
}
@media (max-width: 650px) {
  .hero__subtitle {
    font-size: 1rem;
    margin-top: 0;
  }
}
@media (max-width: 430px) {
  .hero__subtitle {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0;
  }
}
.hero__brand {
  font-size: 6.4rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px #1B5A86;
}
@media (min-width: 831px) {
  .hero__brand {
    font-size: 6.4rem;
  }
}
@media (max-width: 1650px) {
  .hero__brand {
    font-size: 4rem;
  }
}
@media (max-width: 1200px) {
  .hero__brand {
    font-size: 2.5rem;
  }
}
@media (max-width: 950px) {
  .hero__brand {
    font-size: 2.3rem;
  }
}
@media (min-width: 431px) and (max-width: 830px) {
  .hero__brand {
    font-size: 2rem;
  }
}
@media (max-width: 650px) {
  .hero__brand {
    font-size: 1.2rem;
  }
}
@media (max-width: 430px) {
  .hero__brand {
    font-size: 1.8rem;
  }
}
.hero__hours {
  font-size: 1.8rem;
  text-align: right;
  text-shadow: 2px 2px 4px #1B5A86;
}
@media (min-width: 831px) {
  .hero__hours {
    font-size: 1.8rem;
  }
}
@media (max-width: 1600px) {
  .hero__hours {
    font-size: 1.5rem;
  }
}
@media (max-width: 950px) {
  .hero__hours {
    font-size: 1rem;
  }
}
@media (min-width: 431px) and (max-width: 830px) {
  .hero__hours {
    font-size: 0.8rem;
  }
}
@media (max-width: 600px) {
  .hero__hours {
    font-size: 0.8rem;
  }
}
@media (max-width: 430px) {
  .hero__hours {
    font-size: 0.8rem;
  }
}

.news {
  padding: 80px 0;
}
@media (min-width: 831px) {
  .news {
    padding: 80px 0;
  }
}
@media (max-width: 430px) {
  .news {
    padding: 40px 0;
  }
}
.news__list {
  border-top: 1px solid #e0e0e0;
}
.news__item {
  display: flex;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 430px) {
  .news__item {
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
}
.news__date {
  flex: 0 0 150px;
  font-weight: 700;
  color: #0F2030;
  line-height: 1.2;
}
@media (max-width: 430px) {
  .news__date {
    flex: none;
  }
}
.news__body {
  flex: 1;
  min-width: 0;
}
.news__title {
  font-weight: 700;
  line-height: 1.3;
}
.news__text {
  margin-top: 6px;
  line-height: 1.7;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news__link {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}

.about {
  background-color: #FEFDF4;
  padding: 80px 0;
}
@media (min-width: 831px) {
  .about {
    padding: 120px 0;
  }
}
.about__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
@media (max-width: 830px) {
  .about__container {
    flex-direction: column;
    gap: 30px;
  }
}
.about__text {
  flex: 1.3;
}
.about__text p {
  margin-bottom: 30px;
  line-height: 50px;
}
.about__img {
  flex: 0.6;
  text-align: center;
}
.about__img img {
  max-width: 100%;
  height: auto;
}
.about__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
}

.reserve {
  background-color: #dff1f8;
  padding: 80px 0;
  white-space: normal;
  overflow-wrap: normal;
  word-break: keep-all;
  font-family: "Kaisei Opti", sans-serif;
}
@media (min-width: 831px) {
  .reserve {
    padding: 120px 0;
  }
}
.reserve .section-title {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
}
.reserve__note {
  font-size: 0.9rem;
  align-items: last baseline;
  margin-left: 10px;
  padding-top: 0.8rem;
}
@media (max-width: 430px) {
  .reserve__note {
    flex-basis: 100%;
    margin-left: 0;
    padding-top: 0.5rem;
  }
}
.reserve__container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media (max-width: 430px) {
  .reserve {
    row-gap: 20px;
  }
}
.reserve__text {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.reserve__text p {
  margin-bottom: 16px;
  line-height: 1.8;
}
.reserve__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.reserve__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 830px) {
  .reserve__item {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.reserve__desc {
  font-size: 1rem;
  line-height: 1.6;
}
.reserve__pill {
  display: block;
  width: 100%;
  max-width: 520px;
  padding: 30px 30px;
  font-size: 1.6rem;
  border-radius: 9999px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 14px;
}
.reserve__pill:hover {
  opacity: 0.9;
}
.reserve__pill--yellow {
  background: #f6d33a;
}
.reserve__pill--blue {
  background: #1fb0d8;
  color: #05314a;
}
.reserve__pill--green {
  background: #24d36f;
  color: #0c3a21;
}
@media (max-width: 830px) {
  .reserve__pill {
    font-size: 1.2rem;
  }
}

.service {
  padding: 80px 0;
  background-color: #FFFAEE;
}
@media (min-width: 831px) {
  .service {
    padding: 120px 0;
  }
}
.service__cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 830px) {
  .service__cards {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.service__card {
  display: block;
  flex: 0 0 calc(33.333% - 20px);
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 30px 20px;
  text-align: center;
  background-color: #ffffff;
}
@media (max-width: 830px) {
  .service__card {
    width: 80%;
    flex: none;
    padding: 20px 15px;
  }
}
.service__card img {
  width: auto;
  height: 180px;
  margin-bottom: 20px;
}
@media (min-width: 431px) and (max-width: 830px) {
  .service__card img {
    height: 80px;
  }
}
@media (max-width: 430px) {
  .service__card img {
    height: 50px;
  }
}
.service__card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #0F2030;
}
.service__footer {
  text-align: center;
  margin-top: 30px;
}

.access {
  padding: 80px 0;
}
@media (min-width: 831px) {
  .access {
    padding: 120px 0;
  }
}
.access__container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}
@media (max-width: 830px) {
  .access__container {
    grid-template-columns: 1fr;
  }
}
.access__map iframe {
  width: 100%;
  height: 350px;
}
@media (max-width: 430px) {
  .access__map iframe {
    height: 200px;
    margin: 30px auto;
  }
}
.access__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2.5rem;
}
.access__info p {
  margin-bottom: 10px;
}

.footer {
  background-color: #1A2C40;
  color: #ffffff;
  padding-top: 40px;
  font-size: 1.4rem;
}
.footer__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  gap: 2rem;
}
@media (max-width: 430px) {
  .footer__inner {
    padding: 0 15px;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer__logo {
  font-size: 2.4rem;
  font-weight: 700;
}
.footer__nav ul {
  display: flex;
  gap: 20px;
}
.footer__nav li {
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .footer__nav li a {
    font-size: 0.8rem;
  }
}
.footer__nav li a:hover {
  opacity: 0.7;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__info {
  text-align: left;
}
.footer__info p {
  margin-bottom: 5px;
  font-size: 0.8rem;
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.footer__cta {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__cta .btn--cta {
  border-radius: 5px;
  box-shadow: 2px 2px 0 rgba(255, 255, 255, 0.8);
}
.footer__cta .btn--cta .font_small {
  font-size: 0.8rem;
  font-weight: normal;
  color: #0F2030;
}
.footer__copyright {
  padding: 25px 0 10px 0;
  text-align: center;
  font-size: 0.8rem;
}
@media (max-width: 830px) {
  .footer {
    display: none;
  }
}

.header__hamburger {
  display: none;
}
@media (max-width: 830px) {
  .header__hamburger {
    display: block;
    z-index: 100;
    cursor: pointer;
    width: 30px;
    height: 20px;
    position: relative;
    background: none;
    border: none;
  }
  .header__hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1A2C40;
    position: absolute;
    transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  }
  .header__hamburger span:nth-child(1) {
    top: 0;
  }
  .header__hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header__hamburger span:nth-child(3) {
    top: 100%;
    transform: translateY(-100%);
  }
  .header__hamburger.is-active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header__hamburger.is-active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}

.sp-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 50;
  padding-top: 100px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 831px) {
  .sp-nav {
    display: none;
  }
}
.sp-nav.is-active {
  display: block;
  opacity: 1;
}
.sp-nav ul li {
  margin-bottom: 30px;
}
.sp-nav ul li a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1A2C40;
}
@media (max-width: 430px) {
  .sp-nav ul li a {
    font-size: 1rem;
  }
}

.body-fixed {
  overflow: hidden;
}

.page-header {
  background: #1A2C40;
  padding: 40px 0;
  text-align: center;
}
.page-header__title {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding: 10px 50px;
}
@media (min-width: 431px) and (max-width: 830px) {
  .page-header__title {
    font-size: 1.5rem;
    padding: 10px 30px;
  }
}
@media (max-width: 430px) {
  .page-header__title {
    font-size: 1.2rem;
    padding: 10px 20px;
  }
}
.page-header__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 100%;
  height: 2px;
  background-image: url("../img/Vector 5.svg");
  background-position: center;
  display: block;
}
.page-header__title::after {
  content: "";
  position: absolute;
  top: 5px;
  right: -60px;
  width: 70px;
  height: 70px;
  background-image: url("../img/pen.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
@media (min-width: 431px) and (max-width: 830px) {
  .page-header__title::after {
    width: 60px;
    height: 60px;
    top: 7px;
    right: -50px;
  }
}
@media (max-width: 430px) {
  .page-header__title::after {
    width: 50px;
    height: 50px;
    top: 0;
    right: -40px;
  }
}

.page {
  padding: 80px 0;
  background: #FEFDF4;
}
@media (min-width: 831px) {
  .page {
    padding: 120px 0;
  }
}
.page__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}
.page .container {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 40px;
}

.company {
  max-width: 900px;
  margin: 0 auto 30px;
  padding: 40px;
  background-color: #D1F2F0;
  border: #1B5A86 0.5px solid;
  border-radius: 15px;
}
.company__row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 430px) {
  .company__row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
.company__dt {
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
.company__dt::before {
  content: "";
  position: absolute;
  background-image: url("../img/pen2.svg");
  background-repeat: no-repeat;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.company__dd {
  line-height: 1.7;
}
.company__sub {
  max-width: 900px;
  margin: 30px auto 10px;
  font-weight: 700;
}
.company__access {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
}

.pager {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}
.pager__num, .pager__next {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}
.pager .is-current {
  background: #1A2C40;
  color: #ffffff;
  border-color: #1A2C40;
}

.qa {
  max-width: 900px;
  margin: 0 auto;
}
.qa__item {
  background-color: #D1F2F0;
  border: #02203C 0.5px solid;
  border-radius: 20px;
  padding: 16px 18px;
  margin-bottom: 12px;
}
.qa .qa__q {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.qa .qa__q::-webkit-details-marker {
  display: none;
}
.qa .qa__q::marker {
  content: "";
}
.qa .qa__q::after {
  content: "";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin-left: auto;
  background: url("../img/puls.svg") no-repeat center/contain;
}
.qa .qa__item[open] .qa__q::after {
  background-image: url("../img/minus.svg");
}
.qa__a {
  margin-top: 10px;
  padding-left: 30px;
  line-height: 1.7;
}

.course {
  max-width: 980px;
  margin: 0 auto 60px;
  padding-top: 10px;
  text-align: center;
}
.course__title {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 20px;
  line-height: 1.2;
  padding: 0 90px;
}
@media (min-width: 431px) and (max-width: 830px) {
  .course__title {
    font-size: 1.4rem;
    padding: 0 60px;
  }
}
@media (max-width: 430px) {
  .course__title {
    font-size: 1.2rem;
    padding: 0 55px;
  }
}
.course__title::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 72px;
  height: 82px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media (min-width: 431px) and (max-width: 830px) {
  .course__title::before {
    background-size: 70%;
    top: -25px;
  }
}
@media (max-width: 430px) {
  .course__title::before {
    background-size: 50%;
    top: -30px;
  }
}
.course .car::before {
  background-image: url("../img/car.png");
}
.course .bike::before {
  background-image: url("../img/bike.png");
}
.course .bus::before {
  background-image: url("../img/bus.png");
}
.course__block {
  text-align: left;
  padding: 22px 20px;
  margin-top: 18px;
}
@media (max-width: 430px) {
  .course__block {
    padding: 18px 16px;
  }
}
.course__label {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}
.course__label .red {
  color: red;
}
.course__text {
  line-height: 1.8;
  padding-left: 30px;
}
.course__list, .course__note {
  margin-top: 12px;
  padding-left: 55px;
  list-style: disc;
}
@media (max-width: 430px) {
  .course__list, .course__note {
    padding-left: 30px;
  }
}
.course__list li, .course__note li {
  line-height: 1.8;
  margin-bottom: 6px;
}
.course__note {
  opacity: 0.9;
}
.course__badge {
  margin-top: 16px;
  font-weight: 700;
  text-align: center;
}
.course__cta {
  margin-top: 18px;
  text-align: center;
}
.course .External_link {
  position: relative;
  padding-left: 0.5rem;
  padding-right: 2rem;
  width: 100%;
  white-space: normal;
  overflow-wrap: normal;
  word-break: keep-all;
}
.course .External_link::before {
  content: "";
  border-bottom: #000 solid 0.1rem;
  position: absolute;
  bottom: 0;
  right: 1rem;
  width: 80%;
  height: 1px;
}
.course .External_link::after {
  content: "";
  position: absolute;
  background-image: url(../img/tabler_external-link.svg);
  background-repeat: no-repeat;
  top: 0.1rem;
  right: 0.5rem;
  width: 25px;
  height: 25px;
}

.ticket-form {
  margin-top: 24px;
  max-width: 760px;
  background-color: #D1F2F0;
  margin: 0 auto;
  padding: 40px;
  border-radius: 20px;
}
.ticket-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 14px 0;
}
@media (max-width: 830px) {
  .ticket-form__row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.ticket-form__row--check {
  grid-template-columns: 1fr;
  gap: 6px;
}
.ticket-form__row--check input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.ticket-form__radio {
  display: flex;
  flex-direction: column;
}
.ticket-form__radio input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.ticket-form__label {
  font-weight: 700;
  line-height: 1.4;
}
.ticket-form__req {
  color: #d33;
  margin-left: 6px;
}
.ticket-form__input, .ticket-form__textarea {
  width: 100%;
  border: 1px solid #1B5A86;
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
  font-size: 1rem;
}
.ticket-form__textarea {
  resize: vertical;
}
.ticket-form__check {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  font-weight: 700;
}
.ticket-form__note {
  text-align: left;
  padding-left: 2rem;
}
.ticket-form__note a {
  color: #1B5A86;
  text-decoration: underline;
}
.ticket-form__actions {
  margin: 20px auto;
  text-align: center;
}
.ticket-form__actions .btn {
  background-color: #1B5A86;
}
@media (max-width: 830px) {
  .ticket-form__actions .btn {
    width: 100%;
  }
  .ticket-form__actions .mgb20 {
    margin-bottom: 20px;
  }
}

.single {
  max-width: 900px;
  margin: 0 auto 30px;
  padding: 40px;
}
.single__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media (min-width: 431px) and (max-width: 830px) {
  .single__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 430px) {
  .single__title {
    font-size: 1.2rem;
  }
}
.single-content {
  padding-top: 40px;
}

.privacy {
  line-height: 2;
}
.privacy__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 3rem;
}
.privacy__list {
  list-style: disc;
  padding-left: 2rem;
}
.privacy__list-child {
  list-style: circle;
  padding-left: 2rem;
}
.privacy__info {
  margin-top: 1rem;
}
/*# sourceMappingURL=style.css.map */