/* theme color
-----------------------------*/
/* font
-----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Public+Sans:wght@700&display=swap");
/* Spacer
-----------------------------*/
/* ---------------------------------------------------------
 Reset
--------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  line-break: loose;
  word-wrap: normal;
}

html {
  line-height: 1;
  color: #231815;
  min-height: 100svh;
  font-size: 62.5%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  height: 100%;
  font-size: 2rem;
  font-family: "Noto Sans JP", "Segoe UI", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
  line-height: 1.5;
}

:root {
  --base-gutter: 10px;
  --large-gutter: 30px;
  --border-width: 1px;
}

.p-wrapper {
  display: grid;
  place-content: center;
  place-items: center;
  min-height: 100svh;
}
.p-wrapper > * {
  width: min(92%, 680px);
}
.p-wrapper > p:not(.p-intro-text) {
  font-size: min(2rem, 4vw);
}

.p-intro-text {
  font-size: min(4.25vw, 2.6rem);
  font-weight: 500;
}

.p-heading {
  margin-top: var(--large-gutter);
  background-image: linear-gradient(transparent 60%, #F4E827 60%, #F4E827 90%, transparent 90%);
  font-size: min(7vw, 5.2rem);
  font-weight: 700;
  text-align: center;
}

.p-outline {
  margin-top: var(--large-gutter);
  text-align: center;
  border-bottom: solid var(--border-width) #040000;
  font-weight: 700;
}
.p-outline dt {
  font-size: min(3.4rem, 5.5vw);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.p-outline dt::before, .p-outline dt::after {
  background-color: #040000;
  height: var(--border-width);
  content: "";
}
.p-outline dd {
  padding: 10px 0;
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  color: #E72C2C;
  font-size: min(5.5rem, 7.5vw);
  font-family: "Public Sans", sans-serif;
}
.p-outline dd small {
  font-size: min(3.25rem, 5vw);
  font-family: "Noto Sans JP", "Segoe UI", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "Yu Gothic", sans-serif;
}
.p-outline + p {
  margin-top: var(--large-gutter);
}

p + p {
  margin-top: var(--base-gutter);
}

.p-address {
  margin-top: var(--large-gutter);
  display: flex;
  justify-content: center;
}

.p-toll-free {
  width: max-content;
  padding: 0 0.25em;
  border: solid 2px #486A00;
  color: #486A00;
  font-weight: 700;
  font-size: min(3.25rem, 4.5vw);
}

.p-tel-number {
  margin-top: -7.5px;
  font-size: min(5.98rem, 10vw);
  font-weight: 700;
  font-family: "Public Sans", sans-serif;
}
.p-tel-number rt {
  font-size: min(1.5rem, 3.5vw);
}
.p-tel-number a {
  color: inherit;
  text-decoration: none;
}

.p-reception-hour {
  font-size: min(1.7rem, 3.25vw);
}

.p-tel-number, .p-reception-hour {
  line-height: 1.1;
  position: relative;
  z-index: 2;
}

.p-mascot {
  width: min(180px, 23vw);
  right: 36%;
  bottom: 0;
}

@media (769px <= width) {
  :root {
    --base-gutter: 30px;
    --large-gutter: 40px;
    --border-width: 2px;
  }
  .p-address {
    grid-template-columns: 105px auto;
    grid-template-areas: "free tel" "free reception";
    gap: 0 10px;
  }
  .p-toll-free {
    grid-area: free;
    text-align: center;
    line-height: 1.1;
    display: grid;
    place-content: center;
    border-width: 4px;
  }
  .p-toll-free small {
    display: block;
    font-size: 85%;
  }
  .p-tel-number {
    grid-area: tel;
  }
  .p-tel-number a[href^="tel:"] {
    pointer-events: none;
  }
  .p-reception-hour {
    grid-area: reception;
  }
  .p-mascot {
    right: -40px;
    bottom: -40px;
  }
}/*# sourceMappingURL=style.css.map */
