/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body,
html {
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  body,
  html {
    font-size: 13px;
  }
}
.u-hide--pc {
  display: none;
}

@media (max-width: 767px) {
  .u-hide--pc {
    display: block;
  }
  .u-hide--sp {
    display: none;
  }
}
.c-header {
  text-align: center;
  border-bottom: 4px solid #4caf38;
  padding: 10px 0;
  background: #FFFFFF;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 997;
}
.c-header::before {
  content: "";
  background: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.c-header.is-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.c-header__title a {
  display: inline-block;
}
.c-header__title img {
  height: 52px;
  width: auto;
}
.c-header__menu {
  margin: 0 auto;
  width: 100%;
  max-width: 540px;
  height: 100%;
  top: 0;
  right: -120%;
  position: fixed;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: scroll;
  padding: 60px 30px 1px 30px;
  background: #FFFFFF;
}
.c-header__menu.is-open {
  right: 0;
}
.c-header__menu__list {
  border-top: 1px solid #1b973a;
  margin-top: 30px;
  text-align: left;
}
.c-header__menu__parent {
  border-bottom: 1px solid #1b973a;
}
.c-header__menu__parent a {
  display: block;
  padding: 15px 15px 15px 24px;
  font-size: 18px;
  position: relative;
}
.c-header__menu__parent a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #1b973a;
  border-right: 3px solid #1b973a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}
.c-header__menu__button {
  display: block;
  width: 100%;
  border: 2px solid #1b973a;
  padding: 15px;
  border-radius: 6px;
  margin: 40px auto 0 auto;
  text-align: center;
}
.c-header__button {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1000;
}
.c-header__button__inner {
  position: relative;
}
.c-header__button span {
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  width: 32px;
  height: 2px;
  background: #4caf38;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.c-header__button span::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: -12px;
  width: 32px;
  height: 2px;
  background: #4caf38;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-header__button span::before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 12px;
  width: 32px;
  height: 2px;
  background: #4caf38;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-header__button.is-open {
  position: fixed;
}
.c-header__button.is-open span {
  height: 0;
}
.c-header__button.is-open span::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background: #4caf38;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-405deg);
          transform: rotate(-405deg);
}
.c-header__button.is-open span::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 30px;
  height: 2px;
  background: #4caf38;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}

@media (max-width: 767px) {
  .c-header {
    text-align: left;
    border-bottom: 2px solid #4caf38;
    padding: 10px 0;
  }
  .c-header__title {
    margin-left: 10px;
  }
  .c-header__title img {
    height: 30px;
    width: auto;
  }
  .c-header__menu {
    margin: 0 auto;
    width: 100%;
    max-width: 90%;
    height: 100%;
    padding: 50px 15px 1px 15px;
  }
  .c-header__menu.is-open {
    right: 0;
  }
  .c-header__menu__logo {
    text-align: center;
  }
  .c-header__menu__logo img {
    width: 100%;
    height: auto;
    max-width: 180px;
  }
  .c-header__menu__list {
    margin-top: 15px;
    text-align: left;
  }
  .c-header__menu__parent a {
    padding: 12px 10px 12px 20px;
    font-size: 14px;
  }
  .c-header__menu__parent a::after {
    width: 10px;
    height: 10px;
  }
  .c-header__menu__button {
    margin: 30px auto 0 auto;
    padding: 12px;
  }
  .c-header__button {
    top: 10px;
    right: 10px;
  }
}
.c-footer {
  text-align: center;
  padding: 50px 0;
  border-top: 4px solid #4caf38;
}
.c-footer__copy {
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .c-footer {
    padding: 25px 0;
    border-top: 2px solid #4caf38;
  }
  .c-footer__copy {
    font-size: 12px;
  }
}
.c-partner {
  text-align: center;
  padding: 50px 0;
}
.c-partner__heading {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.c-partner__list {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-partner__list__item {
  width: 270px;
  margin: 0 10px;
}
.c-partner__list__item a {
  display: block;
}
.c-partner__list__item img {
  width: 100%;
  height: auto;
}
.c-partner__list--text {
  display: block;
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  .c-partner {
    padding: 40px 0;
  }
  .c-partner__heading {
    font-size: 16px;
  }
  .c-partner__list {
    margin: 10px 0 20px 0;
  }
  .c-partner__list--text {
    font-size: 14px;
    margin: 10px 0;
  }
}
.c-section {
  padding: 50px 0;
}
.c-section--green {
  background: #c7eac2;
}
.c-section--gray {
  background: #f4f4f4;
}
.c-section__inner {
  width: 1200px;
  margin: 0 auto;
}
.c-section#a-schedule {
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .c-section {
    padding: 30px 0;
  }
  .c-section__inner {
    width: auto;
    margin: 0 4%;
  }
  .c-section#a-schedule {
    padding-bottom: 10px;
  }
}
.c-heading {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  height: 70px;
  line-height: 70px;
  margin: 50px 0 30px 0;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  position: relative;
}
.c-heading.u-no-margin {
  margin-top: 0;
}
.c-heading--2 {
  line-height: 1.2;
  height: auto;
  padding: 11px 0;
}
.c-heading--2 small {
  display: block;
  font-size: 16px;
}
.c-heading::before, .c-heading::after {
  content: "";
  display: block;
  position: absolute;
  height: 70px;
  width: 60px;
  top: 0;
  -webkit-transform: skewX(8deg);
          transform: skewX(8deg);
}
.c-heading::before {
  left: -6px;
  background: url(/amatorafes/images/heading_left.png) no-repeat center left;
  background-size: contain;
}
.c-heading::after {
  right: -6px;
  background: url(/amatorafes/images/heading_right.png) no-repeat center right;
  background-size: contain;
}
.c-heading span {
  display: block;
  -webkit-transform: skewX(8deg);
          transform: skewX(8deg);
}
.c-heading--basic {
  color: #000000;
  background: #eff6e0;
}
.c-heading--black {
  background: #000000;
  color: #FFFFFF;
}

.c-subheading {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
}

.c-subheading-map {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.c-subheading-map__num {
  border: 4px solid #000000;
  width: 54px;
  height: 54px;
  display: inline-block;
  border-radius: 27px;
  text-align: center;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 30px;
  font-family: "bahnschrift", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
}
.c-subheading-map__num--01 {
  border-color: #0d6fb8;
}
.c-subheading-map__num--02 {
  border-color: #90c31f;
}
.c-subheading-map__num--03 {
  border-color: #e83428;
}
.c-subheading-map__num--04 {
  border-color: #e95098;
}
.c-subheading-map__num--05 {
  border-color: #f08200;
}
.c-subheading-map__num--06 {
  border-color: #00abeb;
}
.c-subheading-map__num--07 {
  border-color: #ae2d8c;
}

@media (max-width: 767px) {
  .c-heading {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    margin: 40px 0 20px 0;
  }
  .c-heading.u-no-margin {
    margin-top: 0;
  }
  .c-heading--2 {
    line-height: 1.2;
    height: auto;
    padding: 10px 0;
  }
  .c-heading--2 small {
    display: block;
    font-size: 13px;
  }
  .c-heading::before, .c-heading::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 60px;
    top: 0;
  }
  .c-subheading {
    font-size: 16px;
  }
  .c-subheading-map {
    font-size: 18px;
    line-height: 2.5;
    margin-bottom: 10px;
  }
  .c-subheading-map__num {
    width: 42px;
    height: 42px;
    border-radius: 22px;
    text-align: center;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 26px;
    line-height: 1.2;
  }
}
.c-list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-list-button--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-list-notes li {
  text-indent: -1em;
  margin: 0 0 5px 1em;
}

.c-button-block {
  display: block;
  width: 340px;
  margin: 0 auto;
  padding: 18px 0;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: 0.3s background ease-out;
  transition: 0.3s background ease-out;
}
.c-button-block--blue {
  background: #1c99cb;
  color: #FFFFFF;
}
.c-button-block--blue:hover {
  background: #E4011E;
}
.c-button-block--green {
  border: 4px solid #009240;
  background: #FFFFFF;
  color: #009240;
}
.c-button-block--green:hover {
  background: #FABD00;
}
.c-button-block--wide {
  width: 600px;
  max-width: 600px;
}

.c-button-nav {
  display: block;
  background: #000000;
  width: 340px;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  border-radius: 12px;
  padding: 20px 0 35px 0;
  margin: 0 15px;
  position: relative;
}
.c-button-nav::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 20px;
  left: 0;
  right: 0;
}
.c-button-nav span {
  display: block;
  font-size: 22px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .c-button-block {
    width: auto;
    max-width: 250px;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 14px;
  }
  .c-button-block--blue:hover {
    background: #1c99cb;
  }
  .c-button-block--green {
    border: 2px solid #009240;
  }
  .c-button-block--green:hover {
    background: #009240;
  }
  .c-button-block--wide {
    width: 100%;
    max-width: 360px;
  }
  .c-button-nav {
    width: 30%;
    padding: 15px 0 25px 0;
    margin: 0 auto;
  }
  .c-button-nav img {
    width: auto;
    height: 50px;
  }
  .c-button-nav::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 15px;
    left: 0;
    right: 0;
  }
  .c-button-nav span {
    display: block;
    font-size: 13px;
    margin-top: 10px;
  }
}
.c-main {
  overflow: hidden;
}

.c-unit-slider {
  margin: 20px 0 40px;
}
.c-unit-slider .slick-list {
  overflow: visible !important;
}
.c-unit-slider .slick-slide {
  margin: 0 20px 0 0;
}
.c-unit-slider__item {
  color: #FFFFFF;
  display: block;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.c-unit-slider__item:hover {
  opacity: 0.8;
}
.c-unit-slider__item--01 {
  background: #0d6fb8;
}
.c-unit-slider__item--02 {
  background: #90c31f;
}
.c-unit-slider__item--03 {
  background: #e83428;
}
.c-unit-slider__item--04 {
  background: #e95098;
}
.c-unit-slider__item--05 {
  background: #f08200;
}
.c-unit-slider__item--06 {
  background: #00abeb;
}
.c-unit-slider__item--07 {
  background: #ae2d8c;
}
.c-unit-slider__item__images {
  width: 100%;
  height: auto;
}
.c-unit-slider__item__text {
  padding: 15px;
  min-height: 214px;
  line-height: 1.4;
  position: relative;
}
.c-unit-slider__item__text--min {
  min-height: 90px;
}
.c-unit-slider__item__title {
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}
.c-unit-slider__item__details {
  font-size: 14px;
  line-height: 1.5;
}
.c-unit-slider__item__link {
  display: block;
  margin-top: 5px;
  text-align: right;
  padding-right: 10px;
  position: relative;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.c-unit-slider__item__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .c-unit-slider {
    margin: 15px 0 40px;
  }
  .c-unit-slider .slick-slide {
    margin: 0 8px;
  }
  .c-unit-slider__item:hover {
    opacity: 1;
  }
  .c-unit-slider__item__images {
    width: 100%;
    height: auto;
  }
  .c-unit-slider__item__text {
    padding: 10px;
    min-height: 200px;
  }
  .c-unit-slider__item__text--min {
    min-height: 70px;
  }
  .c-unit-slider__item__title {
    font-size: 14px;
    height: 46px;
  }
  .c-unit-slider__item__details {
    font-size: 13px;
  }
  .c-unit-slider__item__link {
    font-size: 12px;
    padding-right: 10px;
  }
  .c-unit-slider__item__link::after {
    width: 6px;
    height: 6px;
  }
}
.c-modal {
  position: relative;
  display: none;
}
.c-modal__layer {
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
}
.c-modal__container {
  background: #FFFFFF;
  width: 600px;
  height: 640px;
  border-radius: 12px;
  padding: 50px;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
}
.c-modal__inner {
  position: relative;
  width: 500px;
  height: 540px;
  overflow-y: auto;
  overflow-x: clip;
}
.c-modal__close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 40px;
  color: #4caf38;
  cursor: pointer;
}
.c-modal__images {
  width: 500px;
  margin-bottom: 20px;
}
.c-modal__images img {
  width: 100%;
  height: auto;
}
.c-modal__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.c-modal__table {
  margin-top: 15px;
  width: 100%;
}
.c-modal__table th, .c-modal__table td {
  font-weight: normal;
  border: 1px solid #dddddd;
  padding: 5px 10px;
  font-size: 15px;
  vertical-align: middle;
  line-height: 1.3;
}
.c-modal__table th {
  text-align: center;
  background: #F1F9F0;
  width: 160px;
}
.c-modal__link {
  color: #1c99cb;
  word-break: break-all;
  font-size: 13px;
  line-height: 1.2;
}
.c-modal .slick-arrow {
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  font-size: 0;
  cursor: pointer;
  border-top: 4px solid #62b42e;
  border-right: 4px solid #62b42e;
  position: absolute;
  margin: auto;
  top: 40%;
  bottom: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100;
}
.c-modal .slick-arrow.slick-next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 30px;
}
.c-modal .slick-arrow.slick-prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 15px;
}
.c-modal .slick-dots {
  text-align: center;
  margin-top: 5px;
}
.c-modal .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.c-modal .slick-dots li button {
  text-indent: -9999px;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #dedede;
}
.c-modal .slick-dots li.slick-active button {
  background: #62b42e;
}

@media (max-width: 767px) {
  .c-modal__container {
    width: 85vw;
    height: 70vh;
    max-height: 500px;
    padding: 30px 20px;
  }
  .c-modal__inner {
    position: relative;
    width: 100%;
    height: 60vh;
    max-height: 440px;
  }
  .c-modal__images {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-modal__close {
    position: absolute;
    top: -50px;
    right: 0px;
    font-size: 36px;
  }
  .c-modal__table th, .c-modal__table td {
    font-size: 13px;
    line-height: 1.3;
  }
  .c-modal__table th {
    width: 110px;
  }
  .c-modal__title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .c-modal__link {
    font-size: 12px;
  }
  .c-modal .slick-arrow {
    width: 20px;
    height: 20px;
  }
  .c-modal .slick-arrow.slick-next {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 15px;
  }
  .c-modal .slick-arrow.slick-prev {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    left: 15px;
  }
}
.p-ticket-unreserved {
  background: #effbff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  margin-top: 30px;
}
.p-ticket-unreserved__button {
  display: block;
  width: 300px;
  margin: 20px auto 0 auto;
}
.p-ticket-unreserved__button img {
  width: 100%;
  height: auto;
}
.p-ticket-unreserved__inner {
  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;
  margin: 15px auto 0 auto;
}
.p-ticket-unreserved__inner img {
  width: 200px;
  height: auto;
  margin: 0 20px 0 0;
}
.p-ticket-unreserved__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-ticket-unreserved__list a {
  background: #0A76C0;
  display: block;
  width: 200px;
  margin: 0 10px;
  color: #FFFFFF;
  font-weight: 600;
  padding: 12px 8px;
  border-radius: 6px;
  position: relative;
}
.p-ticket-unreserved__list a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 16px;
  height: 16px;
  background: url(/images/common/blank.svg) no-repeat 0 0;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(94%) sepia(78%) saturate(0%) hue-rotate(80deg) brightness(105%) contrast(101%);
}

@media (max-width: 767px) {
  .p-ticket-unreserved {
    padding: 20px 15px;
    margin-top: 20px;
  }
  .p-ticket-unreserved__button {
    display: block;
    width: 240px;
    margin: 10px auto 0 auto;
  }
  .p-ticket-unreserved__inner {
    margin: 0 auto;
  }
  .p-ticket-unreserved__inner img {
    width: 44%;
    max-width: 200px;
    height: auto;
    margin: 0 15px 0 auto;
  }
  .p-ticket-unreserved__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 56%;
  }
  .p-ticket-unreserved__list a {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 12px 10px 5px;
    font-size: 13px;
  }
  .p-ticket-unreserved__list a::after {
    right: 8px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    width: 12px;
    height: 12px;
  }
}
.p-title-main {
  text-align: center;
  background: #fafcf2 url(/amatorafes/images/2025/background_header.jpg) no-repeat top center;
  background-size: cover;
  padding: 50px 0 70px;
}
.p-title-main__heading {
  margin-bottom: 60px;
}
.p-title-main__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-title-main__date li {
  width: 390px;
  margin: 0 20px;
}
.p-title-main__date li img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-title-main {
    text-align: center;
    background: #fafcf2 url(/amatorafes/images/2025/background_header.jpg) no-repeat top center;
    background-size: 150% auto;
    padding: 30px 0;
  }
  .p-title-main__heading {
    max-width: 360px;
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .p-title-main__heading img {
    width: 100%;
    height: auto;
  }
  .p-title-main__date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-title-main__date li {
    width: 70%;
    max-width: 250px;
    margin: 20px auto 0 auto;
  }
}
.p-unit-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-unit-schedule__item {
  background: #FFFFFF;
  width: 584px;
  border-radius: 12px;
  text-align: center;
  padding: 30px;
}
.p-unit-schedule__date {
  font-size: 34px;
  font-weight: 900;
}
.p-unit-schedule__date span {
  font-size: 24px;
}
.p-unit-schedule__logo {
  text-align: center;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-unit-schedule {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-unit-schedule__item {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }
  .p-unit-schedule__date {
    font-size: 20px;
  }
  .p-unit-schedule__date span {
    font-size: 16px;
  }
  .p-unit-schedule__logo {
    width: 90px;
    height: auto;
  }
  .p-unit-schedule .c-button-block {
    width: 260px;
    margin: 20px auto0 auto;
  }
}
.p-map-unit {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 50px;
}
.p-map-unit--green {
  background: #f1f9f0;
  padding: 30px;
}
.p-map-unit img {
  width: 100%;
  height: auto;
}
.p-map-unit img.img-auto {
  width: auto;
  height: auto;
}

.p-map-list a {
  width: 340px;
  margin: 0 30px;
}

.p-nav {
  margin: 50px 0 20px;
}

@media (max-width: 767px) {
  .p-map-unit {
    margin-bottom: 30px;
    padding: 10px;
  }
  .p-map-unit--green {
    padding: 10px;
  }
  .p-map-unit img {
    width: 100%;
    height: auto;
  }
  .p-map-unit img.img-auto {
    width: 100%;
    height: auto;
  }
  .p-map-unit img.p-map-unit__ex {
    width: 80%;
    max-width: 350px;
  }
  .p-map-list a {
    width: 250px;
    margin: 0 auto 10px auto;
  }
  .p-nav {
    margin: 20px 0 0 0;
  }
  .p-nav a {
    margin-bottom: 20px;
  }
}
.p-quiz-visual {
  text-indent: -9999px;
  background: url(/amatorafes/images/2025/visual_ecoquiz.jpg) no-repeat center center;
  background-size: contain;
  width: 1200px;
  height: 424px;
  margin-bottom: 40px;
}

.p-quiz-table {
  width: 100%;
  margin: 30px 0;
}
.p-quiz-table tbody th,
.p-quiz-table tbody td {
  vertical-align: middle;
  padding: 15px 20px;
  border: 1px solid #4caf38;
}
.p-quiz-table tbody th {
  text-align: center;
  font-weight: normal;
  background: #c2d95c;
  white-space: nowrap;
}
.p-quiz-table tbody td {
  background: #f2f7e7;
}
.p-quiz-table__notes {
  margin-top: 10px;
}
.p-quiz-table__notes li {
  font-size: 14px;
  margin-bottom: 0;
}

.p-quiz-howto {
  border: 4px solid #c2d95c;
  padding: 30px;
}
.p-quiz-howto__heading {
  color: #1b973a;
  margin-top: 0;
}
.p-quiz-howto__list {
  margin-bottom: 5px;
}
.p-quiz-howto__list dt,
.p-quiz-howto__list dd {
  display: inline-block;
  vertical-align: top;
}
.p-quiz-howto__list dt {
  background: #1b973a;
  color: #FFFFFF;
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4;
  text-align: center;
  margin: 4px 0 0 0;
  font-size: 15px;
}
.p-quiz-howto__list dd {
  width: calc(100% - 2em);
}
.p-quiz-howto .c-list-notes {
  margin-top: 10px;
}
.p-quiz-howto .c-list-notes li {
  font-size: 14px;
}

@media (max-width: 767px) {
  .p-quiz-visual {
    text-indent: -9999px;
    background: url(/amatorafes/images/2025/visual_ecoquiz.jpg) no-repeat center center;
    background-size: 150% auto;
    width: 100%;
    height: 0;
    padding-top: 60%;
    margin-bottom: 20px;
  }
  .p-quiz-table {
    margin: 20px 0;
  }
  .p-quiz-table tbody th,
  .p-quiz-table tbody td {
    padding: 10px;
    font-size: 13px;
  }
  .p-quiz-table__notes {
    margin-top: 5px;
  }
  .p-quiz-table__notes li {
    font-size: 12px;
    margin-bottom: 0;
  }
  .p-quiz-howto {
    border: 3px solid #c2d95c;
    padding: 15px;
  }
  .p-quiz-howto__list dt {
    margin-top: 3px;
    font-size: 12px;
  }
  .p-quiz-howto .c-list-notes {
    margin-top: 10px;
  }
  .p-quiz-howto .c-list-notes li {
    font-size: 12px;
  }
}
.p-subheading-notice {
  margin: 0 0 10px 0;
}
/*# sourceMappingURL=style2025.css.map */