@charset "UTF-8";
/*-- color --*/
/*--  font --*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
/* ------------------------
  オリジナルのリセット
------------------------ */
/* ------------------------
  矢島先生式リセット
------------------------ */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

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

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

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search][type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted;
}

[type=reset], [type=submit], button, html [type=button] button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] img {
  border-style: none;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

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

/* --------------------------------
  common (all devices)
-------------------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media (max-width: 960px) {
  html {
    scroll-padding-top: 130px;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  font-family: "Zen Maru Gothic", sans-serif, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif, sans-serif;
  color: #613a25;
}

summary {
  cursor: pointer;
}

/*--------------------------------
  pc setting
--------------------------------*/
.bg-wrapper {
  width: 100%;
  height: 100vh;
  background: url(../img/hero_bg.webp) no-repeat center top/cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}
.bg-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 245, 250, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

/* --------------------------------
  header (left side of PC screen)
-------------------------------- */
header {
  max-width: 512px;
  margin: 0 50% 0 50px;
  padding: 20px 52px 30px;
  position: fixed;
  top: 0;
  left: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  background-color: #fff5fa;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 0 26px rgba(97, 58, 37, 0.4);
  /* --------------------------------
    sp setting
  -------------------------------- */
}
header .pc-title {
  padding: 8px 0;
  color: #6e082a;
}
header .pc-title .tagline1,
header .pc-title .logo {
  font-family: "Marcellus", serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
header .pc-title .tagline1 {
  margin-top: 16px;
  font-size: 1.1em;
}
header .pc-title .logo {
  margin-top: 4px;
  font-size: 2.33em;
}
header .pc-title .tagline2 {
  margin-top: 12px;
  font-size: 0.7em;
}
header .pc-nav {
  margin: 32px 16px 0 20px;
  line-height: 1.8;
  font-weight: 500;
}
header .pc-nav a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-block: 6px;
  color: #613a25;
  transition: all 250ms ease;
}
header .pc-nav a:hover {
  color: rgba(110, 8, 42, 0.8);
}
header .pc-nav a::after {
  content: "";
  position: absolute;
  top: 60%;
  left: -1em;
  z-index: -3;
  display: block;
  width: calc(100% + 2em);
  height: 12px;
  background-color: rgba(110, 8, 42, 0.2);
  border-radius: calc(infinity * 1px);
  scale: 30% 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
}
header .pc-nav a:hover::after {
  scale: 100% 100%;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 960px) {
  header {
    display: none;
  }
}

/* --------------------------------
  animation text (bottom of PC screen)
-------------------------------- */
.animation-txt {
  position: fixed;
  bottom: 50px;
  left: 0;
  z-index: -1;
  font-family: "Marcellus", serif;
  font-size: 4.5rem;
  font-weight: 700;
  color: rgba(110, 8, 42, 0.1);
  white-space: nowrap;
  text-indent: 1em;
  animation: stream 20000ms linear infinite;
}
.animation-txt .repeat {
  margin-inline: 0.5em;
}
.animation-txt .repeat .upper {
  text-transform: uppercase;
  margin-inline: 1em;
}
@keyframes stream {
  0% {
    translate: 0;
    color: rgba(110, 8, 42, 0.1);
  }
  16.6% {
    color: rgba(110, 8, 42, 0.4);
  }
  33.3% {
    color: rgba(110, 8, 42, 0.1);
  }
  50% {
    color: rgba(110, 8, 42, 0.4);
  }
  66.7% {
    color: rgba(110, 8, 42, 0.1);
  }
  83.4% {
    color: rgba(110, 8, 42, 0.4);
  }
  100% {
    translate: -37.5em 0;
    color: rgba(110, 8, 42, 0.1);
  }
}

/* --------------------------------
  container (View of SP screen / right side of PC screen)
-------------------------------- */
.container {
  position: relative;
  max-width: 640px;
  margin: 70px 50px 70px 50%;
  padding: 16px;
  background-color: #fff5fa;
  border-radius: 24px;
  box-shadow: 0 0 26px rgba(97, 58, 37, 0.4);
}
@media (max-width: 960px) {
  .container {
    max-width: 600px;
    margin: 40px auto;
  }
}
@media (max-width: 640px) {
  .container {
    max-width: 640px;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
  }
}

/* --------------------------------
  COMMON (sp only)
-------------------------------- */
.main-visual {
  width: 100%;
  height: 70vh;
  margin-bottom: 320px;
  background: url(../img/main_visual.webp) no-repeat center 20%/cover;
  border-radius: 10px;
  display: flex;
  flex-direction: row-reverse;
}
.main-visual .tagline2 {
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 30px;
  padding: 12px 8px 24px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: start;
  letter-spacing: 0.12em;
  writing-mode: vertical-rl;
  color: #fff5fa;
  background-color: rgba(110, 8, 42, 0.7);
}
@media (max-width: 960px) {
  .main-visual {
    margin-top: 70px;
  }
}

.news {
  position: absolute;
  top: calc(70vh - 30px + 16px);
  left: 10%;
  width: 80%;
  height: 320px;
  padding: 20px;
  background-color: rgba(255, 245, 250, 0.8);
  border: 3px solid rgba(97, 58, 37, 0.4);
  border-radius: 10px;
}
.news .sec-title {
  padding: 10px 8px;
}
.news .news-list dt {
  font-weight: 500;
}
.news .news-list dd {
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .news {
    top: calc(70vh + 80px);
  }
}

.main-copy {
  padding: 40px 5%;
}
.main-copy .lead {
  margin: 24px 0;
  text-align: center;
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: 700;
}

.container > main > section {
  margin-top: 150px;
}
.container > main > section h2 {
  margin: 20px 60px;
  padding: 6px 0 8px;
  text-align: center;
  color: rgba(255, 245, 250, 0.9);
  background-color: #6e082a;
  border-radius: calc(infinity * 1px);
}

/* --------------------------------
  pc setting
-------------------------------- */
.sp-header {
  display: none;
}
@media (max-width: 960px) {
  .sp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    height: 80px;
    background-color: #fff5fa;
    border-radius: 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    margin: 40px auto 20px;
    padding: 0 32px;
  }
  .sp-header .sp-title {
    color: #6e082a;
  }
  .sp-header .sp-title .tagline1,
  .sp-header .sp-title .logo {
    font-family: "Marcellus", serif;
  }
  .sp-header .sp-title .tagline1 {
    font-size: 0.8em;
  }
  .sp-header .sp-title .logo {
    font-size: 1.7em;
  }
  .sp-header .sp-title .tagline2 {
    font-size: 0.7em;
  }
  .sp-header #burger-btn {
    position: relative;
    width: 48px;
    height: 44px;
    background-color: #6e082a;
    border-radius: 6px;
  }
  .sp-header #burger-btn > .bar {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 65%;
    height: 3px;
    background-color: #fff5fa;
    border-radius: calc(infinity * 1px);
    transition: all 250ms ease;
  }
  .sp-header #burger-btn > .bar::before, .sp-header #burger-btn > .bar::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background-color: #fff5fa;
    border-radius: calc(infinity * 1px);
    transition: all 250ms ease;
  }
  .sp-header #burger-btn > .bar::before {
    transform: translateY(-8px);
  }
  .sp-header #burger-btn > .bar::after {
    transform: translateY(8px);
  }
  .sp-header #burger-btn > .bar.is-active {
    background-color: #6e082a;
  }
  .sp-header #burger-btn > .bar.is-active::before {
    background-color: #fff5fa;
    transform: translateY(0) rotate(40deg);
  }
  .sp-header #burger-btn > .bar.is-active::after {
    background-color: #fff5fa;
    transform: translateY(0) rotate(-40deg);
  }
}
@media (max-width: 640px) {
  .sp-header {
    margin: 0 auto -20px;
  }
}
.sp-header #sp-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 80px 32px 40px 60px;
  background-color: #6e082a;
  border-radius: 0 24px 0 40px;
  display: none;
}
.sp-header #sp-nav ul > li {
  text-align: right;
}
.sp-header #sp-nav ul > li > a {
  display: block;
  margin: 22px 0;
  padding: 10px 4px;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff5fa;
}
@media (max-width: 960px) {
  .sp-header #sp-nav {
    display: none;
  }
  .sp-header #sp-nav.is-active {
    display: block;
  }
}

/* --------------------------------
  section #item
-------------------------------- */
section#item .item-wrapper {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #c4bdb9;
  border-bottom: 1px solid #c4bdb9;
}
section#item .item-wrapper > .item-box {
  width: 50%;
  padding: 40px 16px;
}
section#item .item-wrapper > .item-box:nth-of-type(odd) {
  border-right: 1px solid #c4bdb9;
}
section#item .item-wrapper > .item-box:nth-of-type(n + 3) {
  border-top: 1px solid #c4bdb9;
}
section#item .item-wrapper > .item-box .item-photo {
  margin: 10px 0;
  width: 100%;
  aspect-ratio: 1/1;
}
section#item .item-wrapper > .item-box .item-photo > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* --------------------------------
  section step
-------------------------------- */
section#step .step-box {
  padding: 0 5% 0 10%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 5%;
}
section#step .step-box .step-num {
  position: relative;
  margin-block: 28px;
  width: 2.2em;
  aspect-ratio: 1/1;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  background-color: #fff5fa;
  border: 3px solid rgba(110, 8, 42, 0.6);
  border-radius: calc(infinity * 1px);
  color: rgba(110, 8, 42, 0.6);
}
section#step .step-box .step-num:before {
  content: "step";
  display: block;
  margin-block: 14px 0;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
section#step .step-box .step-num:nth-of-type(n + 2):after {
  content: "";
  position: absolute;
  top: -40%;
  left: 36%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 14px 0 14px;
  border-color: rgba(97, 58, 37, 0.3) transparent transparent transparent;
}
section#step .step-box .step-desc {
  margin-block: 28px;
  width: 65%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}

/* --------------------------------
  section #course
-------------------------------- */
section#course .course-desc {
  margin: 40px auto;
  width: 65%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
}
section#course .course-outer {
  text-align: center;
}
section#course .course-outer .course-title {
  font-weight: 500;
}
section#course .course-outer .course-title::before, section#course .course-outer .course-title::after {
  content: "▼▼▼";
  display: inline-block;
  padding-inline: 8px;
  font-size: 0.8em;
  letter-spacing: 0.4em;
  color: rgba(97, 58, 37, 0.2);
}
section#course .course-outer .course-wrapper .course-item {
  position: relative;
  display: block;
  border-radius: 10px;
  margin: 40px 80px;
  padding: 24px 12px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff5fa;
  background-color: #6e082a;
  transition: background-color 120ms ease;
}
section#course .course-outer .course-wrapper .course-item::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 2px solid rgba(255, 245, 250, 0.9);
  border-radius: 7px;
}
section#course .course-outer .course-wrapper .course-item:hover {
  background-color: rgba(110, 8, 42, 0.8);
}

/* --------------------------------
  section #faq
-------------------------------- */
section#faq .faq-wrapper {
  width: 90%;
  margin: 40px auto;
}
section#faq .faq-wrapper details.faq-item {
  margin-bottom: 40px;
  transition: all 400ms ease;
}
section#faq .faq-wrapper details.faq-item > summary.faq-question {
  list-style: none;
  /* iOS以外で▶マークを消す */
  padding: 8px 12px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-left: 4.5em;
  text-indent: -2.2em;
  transition: color 120ms ease;
}
section#faq .faq-wrapper details.faq-item > summary.faq-question:-webkit-details-marker {
  list-style: none;
  /* iOSで▶マークを消す */
}
section#faq .faq-wrapper details.faq-item > summary.faq-question::before {
  content: attr(data-marker);
  display: inline-block;
  margin-inline-end: 0.46em;
  transform: translateY(20%);
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  color: rgba(110, 8, 42, 0.3);
  transition: color 120ms ease;
}
section#faq .faq-wrapper details.faq-item > summary.faq-question:hover {
  color: rgba(97, 58, 37, 0.6);
}
section#faq .faq-wrapper details.faq-item > summary.faq-question:hover::before {
  color: rgba(110, 8, 42, 0.2);
}
section#faq .faq-wrapper details.faq-item > p.faq-answer {
  padding: 8px 12px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-left: 4.5em;
  text-indent: -2.2em;
}
section#faq .faq-wrapper details.faq-item > p.faq-answer::before {
  content: attr(data-marker);
  display: inline-block;
  margin-inline-end: 0.42em;
  transform: translateY(20%);
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  color: rgba(110, 8, 42, 0.3);
}

/* --------------------------------
  footer
-------------------------------- */
footer {
  margin-top: 150px;
  padding: 20px 30px;
  background-color: #6e082a;
  border-radius: 10px;
}
footer > p {
  margin: 40px 0 80px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff5fa;
}
footer > .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
}
footer > .sns-list > .sns-item {
  margin: 0 20px;
}
footer > .sns-list > .sns-item > a {
  display: block;
  width: 50px;
  height: 50px;
  fill: #fff5fa;
  transform: scale(250%);
  transition: fill 150ms ease;
}
footer > .sns-list > .sns-item > a:hover {
  fill: rgba(255, 245, 250, 0.6);
}

/* --------------------------------
  FORM SETTING - common
-------------------------------- */
form#g-form {
  padding: 50px 32px;
  /* --------------------------------
    submit-btn snippet
  -------------------------------- */
}
form#g-form dt,
form#g-form dd {
  font-size: 1.3em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
form#g-form dt {
  font-weight: 700;
  margin-bottom: 8px;
}
form#g-form dt + dt:has(.p-postal-code),
form#g-form dt dd > input.p-postal-code {
  display: inline;
}
form#g-form dd {
  margin-bottom: 44px;
}
form#g-form dd input[type=text],
form#g-form dd input[type=email],
form#g-form dd textarea[name=note] {
  width: 80%;
  margin-left: 4px;
  padding: 2px 10px;
  letter-spacing: 0.03em;
  background-color: #fff;
  outline: 3px solid rgba(97, 58, 37, 0.4);
  border-radius: 4px;
}
form#g-form dd input[type=text]::-moz-placeholder, form#g-form dd input[type=email]::-moz-placeholder, form#g-form dd textarea[name=note]::-moz-placeholder {
  color: #c4bdb9;
}
form#g-form dd input[type=text]::placeholder,
form#g-form dd input[type=email]::placeholder,
form#g-form dd textarea[name=note]::placeholder {
  color: #c4bdb9;
}
form#g-form dd input[type=text]:focus,
form#g-form dd input[type=email]:focus,
form#g-form dd textarea[name=note]:focus {
  outline: 3px solid #6e082a;
}
form#g-form dd input[name=onamae],
form#g-form dd input[name=email] {
  width: 60%;
}
form#g-form dd:has(input[name=course]) label {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
  padding: 8px 20px;
  border-radius: 8px;
  background-color: rgba(196, 189, 185, 0.2);
}
form#g-form dd:has(input[name=course]) label input[name=course] {
  scale: 1.8;
  accent-color: #6e082a;
  margin-right: 0.5em;
  margin-block: 16px;
  background-color: rgba(196, 189, 185, 0.4);
}
form#g-form dd:has(input[name=course]) label input[name=course] + small {
  font-size: 0.7em;
  padding-inline-start: 0.5em;
}
form#g-form dd:has(input[name=course]) label input[name=course]:focus-visible {
  outline: none;
}
form#g-form dd label:has(input[name=postal-code]) {
  margin-left: 0.5em;
  font-weight: 700;
}
form#g-form dd input[name=postal-code] {
  width: 30%;
  margin-left: 0.4em;
  font-weight: 400;
}
form#g-form dd textarea[name=note] {
  resize: none;
  width: 100%;
  height: 180px;
}
form#g-form .submit-btn > .wrapper {
  display: block;
  position: relative;
  margin: 100px auto 0;
  padding: 14px 46px 16px;
  width: 300px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #fff5fa;
  background-color: #6e082a;
  border: 9px double #fff5fa;
  border-radius: calc(infinity * 1px);
  transition: 0.3s;
}
form#g-form .submit-btn > .wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(45deg);
  width: 0.4em;
  height: 0.4em;
  border-top: 3px solid #fff5fa;
  border-right: 3px solid #fff5fa;
  transition: 0.3s;
}
form#g-form .submit-btn > .wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4em;
  transform: translateY(-50%) rotate(45deg);
  width: 0.4em;
  height: 0.4em;
  border-top: 3px solid #fff5fa;
  border-right: 3px solid #fff5fa;
  transition: 0.3s;
}
form#g-form .submit-btn > .wrapper:hover {
  text-decoration: none;
  background-color: rgba(110, 8, 42, 0.6);
}
form#g-form .submit-btn > .wrapper:hover::before {
  right: 1.8em;
}
form#g-form .submit-btn > .wrapper:hover::after {
  right: 2.22em;
}

/* --------------------------------
  FORM SETTING - fprm_input.heml
-------------------------------- */
body.form.input .sp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  height: 80px;
  background-color: #fff5fa;
  border-radius: 24px;
  margin: 20px auto;
  padding: 0 32px;
}
body.form.input .sp-header .sp-title {
  color: #6e082a;
}
body.form.input .sp-header .sp-title .tagline1,
body.form.input .sp-header .sp-title .logo {
  font-family: "Marcellus", serif;
}
body.form.input .sp-header .sp-title .tagline1 {
  font-size: 0.8em;
}
body.form.input .sp-header .sp-title .logo {
  font-size: 1.7em;
}
body.form.input .sp-header .sp-title .tagline2 {
  font-size: 0.7em;
}
body.form.input .sp-header h2 {
  margin: 30px 0 48px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */