@charset "UTF-8";
@layer foundation, vendor, layout, component, project, page, utilities;
:root {
  --sans-serif: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --serif: "Noto Serif JP", serif;
  --en-sans: "Roboto", sans-serif;
  --en-serif: "", serif;
  --base: #350002;
  --main: #fff;
  --hover: ;
  --white: #fff;
  --grayf2: #f2f2f2;
  --graycc: #ccc;
  --gray99: #999;
  --gray66: #666;
  --gray44: #444;
  --gray22: #222;
  --black: #000;
  --accent: #d81b60;
  --trans: 0.2s linear all;
  --trans-mov: 0.2s ease all;
}

@layer foundation {
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  menu,
  main,
  figure {
    all: unset;
    display: revert;
    padding: 0;
    margin: 0;
    border: 0;
  }
  body {
    line-height: 1;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  img {
    vertical-align: middle;
  }
}
@layer foundation {
  html {
    height: 100%;
    font-size: 10px;
  }
  @media screen and (max-width: 767px) {
    html {
      font-size: 1.3333333333vmin;
    }
  }
  body {
    text-size-adjust: 100%;
    font-family: var(--sans-serif);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05em;
    min-width: 320px;
    color: var(--main);
    background: var(--base);
  }
  @media screen and (max-width: 767px) {
    body {
      font-size: 2.8rem;
    }
  }
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  :focus-visible {
    outline: 2px solid blue;
  }
  img,
  svg,
  iframe,
  video,
  picture {
    max-width: 100%;
  }
  img {
    letter-spacing: 0;
    font-size: 12px;
    height: auto;
  }
  a {
    word-break: break-all;
    transition: var(--trans);
  }
  @media screen and (min-width: 768px) {
    a[href^="tel:"] {
      display: inline-block;
      pointer-events: none;
      cursor: text;
    }
  }
  a[href] {
    color: var(--main);
  }
  small {
    font-size: 80%;
  }
  button,
  input[type=button],
  input[type=submit] {
    cursor: pointer;
    font: inherit;
    transition: var(--trans);
  }
  button,
  input,
  select,
  textarea {
    font: inherit;
    color: inherit;
  }
  label {
    cursor: pointer;
    display: inline-block;
  }
}
@layer page {
  .p-teaser {
    width: 100%;
    background: #350002;
  }
  .p-teaser__inner {
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
    padding: 0 40px;
  }
  @media screen and (max-width: 767px) {
    .p-teaser__inner {
      padding: 0 0;
    }
  }
  .p-teaser__figure {
    width: 100%;
  }
  .p-teaser__figure > img {
    width: 100%;
  }
  .p-teaser__info {
    padding: 60px 0;
    color: var(--white);
  }
  @media screen and (max-width: 767px) {
    .p-teaser__info {
      padding: 8vmin 5.3333333333vmin;
    }
  }
  .p-teaser__info a[href] {
    color: var(--main);
  }
  .p-teaser__info a[href]:hover {
    opacity: 0.6;
  }
  .p-teaser__info p {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .p-teaser__info h2 {
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding: 0.4em 0.8em;
    border-radius: 6px;
    background: #790d11;
    font-size: 1.3em;
  }
  @media screen and (max-width: 767px) {
    .p-teaser__info h2 {
      border-radius: 1.3333333333vmin;
    }
  }
  .p-teaser__info h3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 0 0 1rem 0;
    border-bottom: #be3338 dotted 1px;
    font-size: 1.2em;
  }
  @media screen and (max-width: 767px) {
    .p-teaser__info h3 {
      border-bottom-width: 0.2666666667vmin;
    }
  }
  .p-teaser__info h3::before {
    content: "〇";
    padding-right: 0.4em;
    color: #be3338;
  }
  .p-teaser__info figure {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .p-teaser__info table {
    position: relative;
    width: 100%;
    margin-top: 6rem;
    margin-bottom: 6rem;
    border: #790d11 double 3px;
  }
  @media screen and (max-width: 767px) {
    .p-teaser__info table {
      border: none;
    }
  }
  .p-teaser__info table * {
    box-sizing: border-box;
  }
  .p-teaser__info table > caption {
    position: absolute;
    display: inline-block;
    top: -1.4em;
    left: 50%;
    padding: 0.1em 2em;
    border-radius: 6em;
    background: #790d11;
    transform: translateX(-50%);
  }
  @media screen and (max-width: 767px) {
    .p-teaser__info table > caption {
      position: static;
      width: 100%;
      margin-bottom: 5.3333333333vmin;
      transform: none;
    }
  }
  .p-teaser__info table thead {
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-teaser__info table thead {
      display: none;
    }
  }
  .p-teaser__info table thead td {
    background: #3b0204;
    font-weight: bold;
  }
  .p-teaser__info table thead th, .p-teaser__info table thead td {
    padding-top: 1em;
  }
  @media screen and (max-width: 767px) {
    .p-teaser__info table tbody {
      display: flex;
      flex-wrap: wrap;
      gap: 5.3333333333vmin 0;
    }
  }
  @media screen and (max-width: 767px) {
    .p-teaser__info table tr {
      display: flex;
      flex-wrap: wrap;
      border: 0.2666666667vmin solid #790d11;
      border-bottom: none;
    }
  }
  .p-teaser__info table th, .p-teaser__info table td {
    width: 25%;
    padding: 0.4em 0.6em;
    text-align: center;
  }
  .p-teaser__info table th {
    border-bottom: 1px solid #790d11;
    background: #550407;
  }
  @media screen and (max-width: 767px) {
    .p-teaser__info table th {
      width: 100%;
      border-bottom: none;
      background: #790d11;
    }
  }
  .p-teaser__info table td {
    border-left: 1px dotted #790d11;
    border-bottom: 1px solid #790d11;
  }
  @media screen and (max-width: 767px) {
    .p-teaser__info table td {
      display: flex;
      flex-wrap: nowrap;
      width: 100%;
      padding: 0;
      border-left: none;
      border-bottom-width: 0.2666666667vmin;
    }
  }
  @media screen and (max-width: 767px) {
    .p-teaser__info table td::before, .p-teaser__info table td > span {
      height: 100%;
      padding: 0.4em 0.6em;
    }
  }
  @media screen and (max-width: 767px) {
    .p-teaser__info table td::before {
      content: attr(data-name);
      align-content: center;
      width: 40%;
      background: #550407;
    }
  }
  @media screen and (max-width: 767px) {
    .p-teaser__info table td > span {
      width: 60%;
    }
  }
  .p-teaser__date {
    display: block;
    padding: 0.4em 0.8em;
    margin-bottom: 6rem;
    border: #790d11 double 3px;
    border-radius: 6px;
    font-size: 1.5em;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .p-teaser__date {
      border-width: 0.8vmin;
      border-radius: 1.6vmin;
    }
  }
  .p-teaser__footer {
    text-align: center;
  }
}
@layer utilities {
  @media screen and (max-width: 767px) {
    .u-hidden-ltSP {
      display: none;
    }
  }
  @media screen and (max-width: 991px) {
    .u-hidden-ltTAB {
      display: none;
    }
  }
  @media screen and (min-width: 768px) {
    .u-hidden-gtTAB {
      display: none;
    }
  }
  @media screen and (min-width: 992px) {
    .u-hidden-gtPC {
      display: none;
    }
  }
}
@layer utilities {
  .screen-reader-text,
  .u-screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    word-wrap: normal;
  }
}
@layer utilities {
  .u-ta-left {
    text-align: left;
  }
  .u-ta-center {
    text-align: center;
  }
  .u-ta-right {
    text-align: right;
  }
  @media screen and (max-width: 767px) {
    .u-SP-ta-left {
      text-align: left;
    }
    .u-SP-ta-center {
      text-align: center;
    }
    .u-SP-ta-right {
      text-align: right;
    }
  }
}
/*# sourceMappingURL=sourcemaps/teaser.css.map */