@charset "UTF-8";

/* Custom Propaties
--------------------------------*/

:root {
  --scrollbar: 0px;
}

/* Normalize
--------------------------------*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body,
div,
header,
footer,
main,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  box-sizing: border-box;
  font-family: "FOT-筑紫ゴシック Pro E", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  transition: 0.3s;
}

a:before,
a:after {
  text-align: inherit;
  text-decoration: inherit;
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}

header p,
footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}

dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 32px;
  margin-bottom: 32px;
}

main > section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 48px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 0.7em;
  border: 1px solid #666;
  text-align: inherit;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: 0.3s;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date],
input[type=password],
textarea,
select {
  width: 100%;
  padding: 0.3125em;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: baseline;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[aria-invalid=true],
select[aria-invalid=true],
textarea[aria-invalid=true] {
  background: #fcc;
}

input[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/

*:first-child,
.paragraph:first-child {
  margin-top: 0;
}

*:last-child,
.paragraph:last-child {
  margin-bottom: 0;
}

.site-content,
.site-footer-content,
.site-header-content {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

.btn {
  display: block;
  max-width: 100%;
  line-height: 1.5;
  box-shadow: 0.125em 0.125em 0.125em rgba(255, 255, 255, 0.1) inset, -0.125em -0.125em 0.125em rgba(0, 0, 0, 0.15) inset;
  padding: 0.58em 0.5em;
  border: 0;
  border-radius: 0.226em;
  background: #af0015;
  color: #fff;
  font-family: "FOT-筑紫ゴシック Pro H", sans-serif;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

/* Heading
--------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  font-weight: inherit;
}

h2 {
  padding: 0.385em;
  border-radius: 0.23077em;
  background: #af0015;
  color: #fff;
  font-size: 5.0667vw;
  text-align: center;
}

/* Site Width
--------------------------------*/

.site {
  margin: auto;
}

/* Common
--------------------------------*/

.image {
  text-align: center;
}

.tagline {
  text-align: center;
}

.link {
  margin-top: 24px;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal;
}

.break:before {
  white-space: pre;
  content: "\a";
}

/* Header
--------------------------------*/

.site-header {
  overflow: hidden;
}

.hero {
  margin: 0 -12%;
  background: #af0015;
  text-align: center;
}

/* Footer
--------------------------------*/

.site-footer {
  line-height: 2;
  background: #af0015;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.site-footer-content {
  padding-top: 1em;
  padding-bottom: 1em;
}

/* Site Content
--------------------------------*/

.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/

.search-form {
  display: flex;
  max-width: 400px;
}

.search-form__field[type=search] {
  flex: 1;
  border-radius: 0;
}

.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Home
--------------------------------*/

.introduction-area {
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #ffef00;
}

.introduction {
  position: relative;
}

.introduction__badge {
  position: absolute;
  top: -4%;
  right: -3.85417%;
  z-index: 1;
  width: 21.667%;
}

.introduction__note {
  font-size: 0.875em;
  font-feature-settings: "palt";
}

.introduction__note > span {
  border-bottom: 2px solid #af0015;
}

.howto {
  line-height: 1.3077;
  font-feature-settings: "palt";
}

.howto__line {
  margin-top: 0.5em;
}

.howto__line:first-child {
  margin-top: 0;
}

.howto__line > p {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.howto__line small {
  font-size: 0.75em;
}

.howto__note {
  display: block;
  margin-top: 0.2223em;
  color: #af0015;
  font-size: 0.6923077em;
  text-indent: 0;
}

.howto__attention {
  margin-top: 0.4em;
  padding: 0.21053em 0.5em;
  border: 2px solid #af0015;
  font-size: 0.75em;
}

.howto__attention > em {
  color: #af0015;
  font-weight: inherit;
}

.howto__comment {
  margin-top: 0.4em;
}

.howto__comment b {
  color: #af0015;
  font-weight: inherit;
}

.howto__regulation {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 1em 0 0;
  padding: 0;
  font-family: "FOT-筑紫ゴシック Pr5 D", sans-serif;
  font-weight: 600;
  font-size: 0.8125em;
}

.howto__image {
  margin-top: 1em;
  text-align: center;
}

.limit__date {
  line-height: 1;
  color: #af0015;
  font-family: "FOT-筑紫ゴシック Pro H", sans-serif;
  font-weight: 900;
  font-size: 7.5vw;
  text-align: center;
}

.limit__note {
  list-style: none;
  line-height: 1.286;
  margin: 1em 0 0;
  padding: 0;
  font-size: 0.875em;
  font-feature-settings: "palt";
}

.limit__note > li {
  padding-left: 1em;
  text-indent: -1em;
}

.dl {
  text-align: center;
}

.dl__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.334;
  margin-bottom: 0.667em;
  color: #af0015;
  font-family: "FOT-筑紫ゴシック Pro H", sans-serif;
  font-weight: 900;
  font-size: 20px;
  font-feature-settings: "palt";
}

.dl__caption:before,
.dl__caption:after {
  display: inline-block;
  height: 1.334em;
  border-left: 2px solid;
  content: "";
}

.dl__caption:before {
  margin-right: 1em;
  transform: rotate(-10deg);
}

.dl__caption:after {
  margin-left: 1em;
  transform: rotate(10deg);
}

.dl__note {
  line-height: 1.5;
  font-size: 0.8125em;
}

.list-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: #af0015;
}

.list-area--map {
  padding-top: 0;
}

.list-area__heading {
  background: #fff;
  color: #af0015;
}

.list-table-wrap {
  position: relative;
  padding-bottom: 4em;
}

.list-table-content {
  position: relative;
  height: 14em;
  overflow: hidden;
  transition: height 0.5s;
}

.list-table-content:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 12em;
  background: linear-gradient(to bottom, rgba(175, 0, 21, 0), #af0015);
  transition: inherit;
  content: "";
}

.no-js .list-table-content {
  height: auto;
}

.no-js .list-table-content:before {
  content: none;
}

.list-table-content[aria-hidden=false]:before {
  height: 0;
}

.open-list-btn {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.5;
  padding: 1.25em;
  background: #af0015;
  color: #fff;
  text-align: center;
}

.no-js .open-list-btn {
  display: none;
}

.open-list-btn:before {
  width: 1.5em;
  content: "";
}

.open-list-btn__text {
  width: 5em;
}

.oc-indicator {
  display: inline-block;
  position: relative;
  width: 1.2632em;
  height: 1.2632em;
  box-shadow: 0 0 0 1px currentColor;
  margin-left: 0.5em;
  border-radius: 12%;
}

.oc-indicator:before,
.oc-indicator:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0.8em;
  margin: auto;
  background: currentColor;
  transition: transform 0.3s;
  content: "";
}

.oc-indicator:after {
  width: 0.8em;
  height: 2px;
}

[aria-expanded=true] > .oc-indicator:before {
  transform: rotate(90deg);
}

.list-table {
  width: 100%;
  line-height: 1.45;
  border: 0;
  text-align: center;
}

.list-table thead th {
  padding: 0 0 0.4em;
  border: 0;
  color: #fff;
  font-size: 0.9375em;
  letter-spacing: 0.1em;
}

.list-table tbody {
  background: #fff;
  color: #af0015;
  font-feature-settings: "palt";
}

.list-table th,
.list-table td {
  vertical-align: middle;
  border-width: 3px 0;
  border-color: #000;
}

.list-table th {
  white-space: normal;
}

.list-table td {
  background: #ffef00;
  color: #111;
  font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
  font-weight: 700;
}

.map {
  position: relative;
  padding-top: 100%;
  background: #fff;
}

.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form-area__heading {
  padding: 0;
  background: transparent;
  color: inherit;
}

.contactbox {
  line-height: 1.5;
  margin-top: 48px;
  font-size: 3.4667vw;
  text-align: center;
}

.contactbox__caption {
  max-width: 13.913em;
  line-height: 1.957;
  margin: 0 auto 0.667em;
  border: 1px solid;
  font-size: 1.21053em;
}

.contactbox__tagline {
  font-size: 1.474em;
  font-feature-settings: "palt";
}

.contactbox__tel {
  display: inline-block;
  color: #af0015;
  font-size: 2.3685em;
  text-decoration: none;
}

.contactbox__hours > small {
  display: block;
  font-size: 0.75em;
}

.form-wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.field {
  margin-bottom: 24px;
}

.field__label {
  display: block;
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 8px;
  background: #af0015;
  color: #fff;
  font-size: 0.75em;
}

.optional {
  background: gray;
}

.acceptance {
  margin: 40px 0;
  text-align: center;
}

.acceptance > label {
  display: inline-block;
  padding: 8px;
  cursor: pointer;
}

.submit {
  margin-top: 2.1053em;
  text-align: center;
}

label[for] {
  cursor: pointer;
}

input[type=submit] {
  width: 200px;
  padding: 0.75em 0.5em;
  background: #af0015;
  color: #fff;
}

.contactform-message {
  padding: 0.5em 1em;
  border: 2px solid;
  border-radius: 0.5em;
  background: #ffef00;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
}

.contactform-message[hidden] {
  display: none;
}

.contactform-message-error,
.contactform-message-invalid {
  background: #fff;
  color: #af0015;
}

.contactform-notice {
  display: block;
  margin-top: 8px;
  padding: 0 0.5em;
  border: 1px solid;
  color: #af0015;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.875em;
}

#submit {
  display: none;
}

.no-js #submit {
  display: inline-block;
}

.loader {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 1.684em;
  height: 1.684em;
  visibility: hidden;
  opacity: 0;
  border: 0.21053em solid #0078af;
  border-right-color: transparent;
  border-radius: 50%;
  margin: 0.4211em auto 0;
  animation: rotate 1.5s linear infinite;
  transition: 0.5s;
  transition-property: opacity, visibility;
}

.no-js .loader {
  display: none;
}

.loader[data-active=true] {
  visibility: visible;
  opacity: 1;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Extra
--------------------------------*/

.for-ie {
  padding: 10px 0;
  background: #f00;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

/* Media Queries
--------------------------------*/

@media print, screen and (min-width: 480px) {
  .btn {
    display: inline-block;
    min-width: 14.7742em;
    padding-left: 0.65em;
    font-size: 3.02734375vw;
    letter-spacing: 0.15em;
  }

  .map {
    padding-top: 56.25%;
  }
}

@media print, screen and (min-width: 513px) {
  h2 {
    font-size: 26px;
  }
}

@media print, screen and (min-width: 548px) {
  .contactbox {
    font-size: 19px;
  }
}

@media print, screen and (min-width: 586px) {
  .limit__date {
    font-size: 44px;
  }
}

@media print, screen and (min-width: 768px) {
  section {
    margin-top: 4.6875vw;
    margin-bottom: 4.6875vw;
  }

  main > section {
    padding-top: 6.25vw;
    padding-bottom: 9.375vw;
  }

  h2 {
    font-size: 1.625em;
  }

  .hero {
    margin: 0;
  }

  .site-footer {
    font-size: 1.953125vw;
  }

  .site-content {
    font-size: 1.5625vw;
  }

  .introduction__note {
    line-height: 1.4;
    font-size: 1em;
    text-align: center;
  }

  .howto {
    position: relative;
    padding-right: 20.41667%;
  }

  .howto__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 19.2708334%;
    margin: 0;
  }

  .howto__line {
    font-size: 1.625em;
  }

  .howto__line small {
    font-size: 0.73077em;
  }

  .howto__attention {
    font-size: 0.73077em;
    text-align: center;
  }

  .howto__comment {
    font-size: 1.1875em;
  }

  .limit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .limit__date {
    font-size: 2.75em;
    text-align: left;
    white-space: nowrap;
  }

  .limit__note {
    margin-top: 0;
    margin-left: 1em;
  }

  .dl__caption {
    font-size: 1.5em;
    letter-spacing: 0.25em;
  }

  .dl__caption:before {
    margin-right: 1.25em;
  }

  .dl__note {
    font-size: 1em;
  }

  .list-table-wrap {
    padding-bottom: 4.75em;
  }

  .list-table-content {
    height: 26em;
  }

  .list-table-content:before {
    height: 23.75em;
  }

  .open-list-btn {
    font-size: 1.1875em;
  }

  .list-table thead th {
    width: 50%;
    font-size: 1.25em;
  }

  .list-table th,
  .list-table td {
    padding: 0;
    vertical-align: middle;
  }

  .list-table th {
    padding: 1.174em 0;
    border-right: 2px dashed #000;
    font-size: 1.4375em;
  }

  .list-table td {
    font-size: 1.125em;
  }

  .contactbox {
    margin-top: 6.667%;
    font-size: 1.1875em;
  }

  .form-wrap {
    font-size: 1.1875em;
  }

  .field {
    display: flex;
    margin-bottom: 1.2632em;
  }

  .field__label {
    flex: 0 0 12em;
    margin-right: 2em;
    padding: calc(.137em + 1px) 0;
    text-align: right;
  }

  .field__control {
    flex: 1;
  }

  input[type=submit] {
    width: 16.842em;
  }
}

@media print, screen and (min-width: 1024px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }

  section {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  main > section {
    padding-top: 64px;
    padding-bottom: 96px;
  }

  .site-content,
  .site-footer-content,
  .site-header-content {
    padding-right: 32px;
    padding-left: 32px;
  }

  .btn {
    font-size: 31px;
  }

  .site-footer {
    font-size: 20px;
  }

  .site-content {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .list-table {
    display: block;
    width: auto;
  }

  .list-table > caption,
  .list-table > tbody,
  .list-table tr,
  .list-table th,
  .list-table td {
    display: inherit;
    width: 100%;
  }

  .list-table thead {
    display: block;
  }

  .list-table thead tr {
    display: flex;
    justify-content: center;
  }

  .list-table thead th {
    display: block;
    text-align: right;
  }

  .list-table thead th:nth-child(2) {
    text-align: left;
  }

  .list-table thead th:nth-child(2):before {
    content: "＆";
  }

  .list-table th {
    border-bottom: 1px dashed #000;
  }

  .list-table td {
    border-top: 0;
    font-size: 0.9375em;
  }

  .list-table td .break {
    display: none;
  }

  .list-table tr:not(:last-child) td {
    border-bottom: 0;
  }
}

@media print {
  body {
    min-width: 1024px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}