@charset "UTF-8";
:root {
  --color-text: #1F1F1F;
  --color-background: #FEFAF1;
  --color-black: #1F1F1F;
  --color-white: #FFFFFF;
  --color-brown: #533000;
  --color-camel: #9A6E00;
  --color-yellow: #EAC159;
  --color-lightyellow: #FFE298;
  --color-pink: #FFBDA6;
  --color-green: #81AA95;
  --color-lightblue: #ABD7EB;
  --color-gray: #999999;
  --color-lightgray: #F4F6F7;
  --font-base: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", sans-serif;
  --font-heading: "Midashi Go MB31", sans-serif;
}

* {
  box-sizing: border-box;
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  outline: none;
  -webkit-touch-callout: none;
}

a:hover {
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

a {
  color: inherit;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

img,
video {
  max-width: 100%;
}

img {
  vertical-align: top;
  border-style: none;
  aspect-ratio: attr(width)/attr(height);
}

blockquote,
q {
  quotes: none;
}

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

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* form */
input[type=text],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=password],
input[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
  display: block;
}

fieldset {
  margin: 0;
  border: none;
}

legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: var(--color-text);
  font-family: var(--font-base);
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.625;
}

main p {
  margin-bottom: 1em;
  line-height: 1.875;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  color: var(--color-brown);
  font-family: var(--font-heading);
}
@media not all and (min-width: 768px) {
  main h1 {
    font-size: clamp(28px, 8vw, 32px);
  }
}
@media (min-width: 768px) {
  main h1 {
    font-size: 32px;
  }
}
main h2 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media not all and (min-width: 768px) {
  main h2 {
    font-size: clamp(24px, 6.5vw, 26px);
  }
}
@media (min-width: 768px) {
  main h2 {
    font-size: 32px;
  }
}
main h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
@media not all and (min-width: 768px) {
  main h3 {
    font-size: clamp(20px, 5vw, 22px);
  }
}
@media (min-width: 768px) {
  main h3 {
    font-size: 24px;
  }
}
main h4 {
  font-size: 1.1rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
main h5,
main h6 {
  font-size: 1rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
main ul,
main ol {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
main ul > li::marker {
  color: var(--color-green);
  font-size: 1.25em;
}
@media (min-width: 600px) {
  main ul.ul-inline {
    display: flex;
    flex-wrap: wrap;
  }
  main ul.ul-inline > li {
    margin-right: 3.5em;
  }
}
main dl {
  width: 100%;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  main dl:not(.ozn-form-dl) {
    display: flex;
    flex-wrap: wrap;
  }
}
main dl:not(.ozn-form-dl) dt,
main dl:not(.ozn-form-dl) dd {
  padding: 0.25em;
}
main dl:not(.ozn-form-dl) dt {
  font-weight: bold;
}
@media (min-width: 768px) {
  main dl:not(.ozn-form-dl) dt {
    flex-basis: calc(15% - 0.25em);
    margin-right: 0.25em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  main dl:not(.ozn-form-dl) dd {
    flex-basis: 85%;
  }
}
@media (min-width: 768px) {
  main dl.dl-line > dt {
    flex-basis: calc(25% - 0.25em);
  }
}
main dl.dl-line > dt > span {
  background-image: url("/img/line-dt.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  main dl.dl-line > dd {
    flex-basis: 75%;
  }
}
main dl.dl-table > dt, main dl.dl-table > dd {
  background-color: var(--color-white);
  padding: 1em;
}
main dl.dl-table > dt {
  border-bottom: 1px dotted var(--color-black);
}
@media (min-width: 768px) {
  main dl.dl-table > dt {
    flex-basis: calc(30% - 0.25em);
  }
}
main dl.dl-table > dd {
  border-bottom: 1px solid var(--color-black);
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  main dl.dl-table > dd {
    flex-basis: 70%;
  }
}
main table {
  width: 100%;
  margin-bottom: 1.5em;
}
main table th,
main table td {
  text-align: left;
  border: 1px solid var(--color-gray);
  padding: 1em;
}
main table th {
  background-color: var(--color-lightgray);
  word-break: keep-all;
}
main table td {
  background-color: var(--color-white);
}
main dfn,
main cite,
main em,
main i {
  font-style: italic;
}
main blockquote {
  margin: 0 1.5em;
}
main address {
  margin: 0 0 1.5em;
}

body {
  background-color: var(--color-background);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
}
@media not all and (min-width: 768px) {
  body {
    background-image: url("/img/background-pattern-sp.svg");
  }
}
@media (min-width: 768px) {
  body {
    background-image: url("/img/background-pattern-pc.svg");
  }
}

.l-breadcrumb {
  width: 100%;
  margin: 20px auto;
}
.l-breadcrumb .l-breadcrumb__list {
  display: flex;
}
.l-breadcrumb .l-breadcrumb__item {
  list-style: none;
  font-size: 0.8em;
}
.l-breadcrumb .l-breadcrumb__item + .l-breadcrumb__item::before {
  margin: 0 0.5em;
  content: ">";
}

.container {
  max-width: 1230px;
  margin: auto;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .l-contents {
    max-width: 1230px;
    margin: auto;
  }
}
.l-contents > .container {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .l-contents--2col {
    display: grid;
    gap: 20px;
    grid-template-columns: 180px 2fr;
  }
}

.l-contents__main > .container {
  margin-top: 60px;
  margin-bottom: 80px;
}

.l-footer__links {
  background-color: var(--color-yellow);
  padding: 40px 0;
}

@media (min-width: 768px) {
  .l-footer__link-items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}

@media not all and (min-width: 768px) {
  .l-footer__link-item {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .l-footer__link-item {
    flex-basis: 33%;
  }
}

.l-footer__copyright {
  background-color: var(--color-black);
  color: var(--color-white);
  text-align: center;
  padding: 0.5em 0;
}

.l-gnav {
  text-align: center;
}
.l-gnav .l-gnav__item {
  list-style: none;
}
.l-gnav .l-gnav__item a {
  text-decoration: none;
}
.l-gnav .l-gnav__address {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media not all and (min-width: 768px) {
  .l-gnav {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 10px;
    background-color: var(--color-background);
    box-shadow: 0 6px 10px -8px var(--color-gray);
  }
  .l-gnav .l-gnav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 4px;
    margin-bottom: 10px;
  }
  .l-gnav .l-gnav__item {
    display: grid;
    place-items: center;
  }
  .l-gnav .l-gnav__item a {
    width: 100%;
    padding: 1em 0.5em;
    background-color: var(--color-white);
    font-size: clamp(12px, 4vw, 16px);
  }
  .l-gnav .l-gnav__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 4px;
  }
  .l-gnav .l-gnav__buttons .l-gnav__button a {
    padding: 0.75em;
    min-height: 60px;
  }
  .l-gnav .l-gnav__buttons .l-gnav__button--reservation {
    grid-area: 1/1/2/2;
  }
  .l-gnav .l-gnav__buttons .l-gnav__button--inquiry {
    grid-area: 1/2/2/3;
  }
  .l-gnav .l-gnav__buttons .l-gnav__button--tel {
    grid-area: 2/1/3/3;
  }
}
@media (min-width: 768px) {
  .l-gnav {
    padding-top: 40px;
  }
  .l-gnav .l-gnav__item {
    margin-bottom: 0.25em;
  }
  .l-gnav .l-gnav__item::after {
    content: "";
    display: block;
    background-image: url("/img/dots.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 3px;
  }
  .l-gnav .l-gnav__item a {
    display: block;
    padding: 1em 0 0.75em;
    font-feature-settings: "palt" 0;
  }
  .l-gnav .l-gnav__item a:hover {
    color: var(--color-brown);
  }
}

.l-header {
  position: relative;
  z-index: 2;
  width: 100%;
}
.l-header .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 10px 0 10px 10px;
}
@media (min-width: 768px) {
  .l-header .l-header__inner {
    height: 80px;
  }
}
@media not all and (min-width: 768px) {
  .l-header .l-header__logo {
    padding-right: 10px;
  }
  .l-header .l-header__logo img {
    max-height: 50px;
  }
}
@media (min-width: 768px) {
  .l-header .l-header__logo {
    padding-top: 25px;
  }
}

.l-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .l-header-nav .l-header-nav__tel {
    height: 80px;
    padding-right: 20px;
    display: grid;
    place-items: center;
  }
  .l-header-nav .l-header-nav__reservation a,
.l-header-nav .l-header-nav__inquiry a {
    width: 80px;
    height: 80px;
  }
}

.columns {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 80px;
}
@media (min-width: 600px) {
  .columns {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
}

@media (min-width: 600px) {
  .columns--left-wide {
    grid-template-columns: repeat(3, 1fr);
  }
  .columns--left-wide .column:first-child {
    grid-area: 1/1/2/3;
  }
  .columns--left-wide .column:nth-child(2) {
    grid-area: 1/3/2/4;
  }
}

@media not all and (min-width: 600px) {
  .columns--reverse .column:first-child {
    order: 2;
  }
}

.column-full {
  margin-bottom: 60px;
}

.c-address-text__heading,
.c-address-text__paragraph {
  line-height: 1.6;
  color: var(--color-text);
  font-family: var(--font-base);
  margin-bottom: 0.25em;
}
@media not all and (min-width: 768px) {
  .c-address-text__heading,
.c-address-text__paragraph {
    font-size: clamp(12px, 4vw, 16px);
  }
}
@media (min-width: 768px) {
  .c-address-text__heading,
.c-address-text__paragraph {
    font-size: 14px;
  }
}

.c-header-button {
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.5s;
}
.c-header-button::before {
  content: "";
  display: block;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center center;
}

.c-header-button--reservation {
  background-color: var(--color-yellow);
}
.c-header-button--reservation:hover {
  background-color: var(--color-lightyellow);
}
.c-header-button--reservation::before {
  width: 18px;
  height: 21px;
  mask-size: 18px 21px;
  /* stylelint-disable */
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20.571" viewBox="0 0 18 20.571"><path d="M17.518,6.429H.482A.482.482,0,0,1,0,5.946V4.5A1.929,1.929,0,0,1,1.929,2.571H3.857V.482A.482.482,0,0,1,4.339,0H5.946a.482.482,0,0,1,.482.482V2.571h5.143V.482A.482.482,0,0,1,12.054,0h1.607a.482.482,0,0,1,.482.482V2.571h1.929A1.929,1.929,0,0,1,18,4.5V5.946A.482.482,0,0,1,17.518,6.429ZM.482,7.714H17.518A.482.482,0,0,1,18,8.2V18.643a1.929,1.929,0,0,1-1.929,1.929H1.929A1.929,1.929,0,0,1,0,18.643V8.2A.482.482,0,0,1,.482,7.714Zm13.391,3.855-1.132-1.141a.482.482,0,0,0-.682,0L7.8,14.652,5.952,12.789a.482.482,0,0,0-.682,0L4.129,13.918a.482.482,0,0,0,0,.682l3.319,3.346a.482.482,0,0,0,.682,0l5.744-5.7a.482.482,0,0,0,0-.682Z"/></svg>');
  /* stylelint-enable */
}

.c-header-button--inquiry {
  color: var(--color-white);
  background-color: var(--color-camel);
}
.c-header-button--inquiry:hover {
  background-color: var(--color-brown);
}
.c-header-button--inquiry::before {
  width: 20px;
  height: 21px;
  mask-size: 20px 15px;
  /* stylelint-disable */
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="15" viewBox="0 0 20 15"><path d="M19.621,68.953a.235.235,0,0,1,.379.184v7.988A1.875,1.875,0,0,1,18.125,79H1.875A1.875,1.875,0,0,1,0,77.125V69.141a.234.234,0,0,1,.379-.184c.875.68,2.035,1.543,6.02,4.437.824.6,2.215,1.867,3.6,1.859,1.395.012,2.812-1.281,3.605-1.859C17.59,70.5,18.746,69.633,19.621,68.953ZM10,74c.906.016,2.211-1.141,2.867-1.617,5.184-3.762,5.578-4.09,6.773-5.027A.935.935,0,0,0,20,66.617v-.742A1.875,1.875,0,0,0,18.125,64H1.875A1.875,1.875,0,0,0,0,65.875v.742a.94.94,0,0,0,.359.738c1.2.934,1.59,1.266,6.773,5.027C7.789,72.859,9.094,74.016,10,74Z" transform="translate(0 -64)"/></svg>');
  /* stylelint-enable */
}

.c-header-button--tel {
  color: var(--color-white);
  background-color: var(--color-black);
}

.c-toggle {
  position: relative;
  width: 70px;
  height: 70px;
  border: none;
  background-color: var(--color-camel);
  color: var(--color-white);
  font-size: 10px;
  font-weight: bold;
}
.c-toggle .c-toggle__icon,
.c-toggle .c-toggle__icon::before,
.c-toggle .c-toggle__icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 25px;
  background-color: var(--color-white);
  transition: all 0.5s ease-in-out;
}
.c-toggle .c-toggle__icon {
  transform: translate3d(-50%, -8px, 0);
}
.c-toggle .c-toggle__icon::before {
  transform: translate3d(-50%, -10px, 0);
}
.c-toggle .c-toggle__icon::after {
  transform: translate3d(-50%, 6px, 0);
}
.c-toggle .c-toggle__text {
  position: relative;
  top: 14px;
}
.c-toggle[aria-expanded=true] .c-toggle__icon {
  background-color: transparent;
}
.c-toggle[aria-expanded=true] .c-toggle__icon::before {
  transform: translateX(-50%) rotate(45deg);
  top: 2px;
}
.c-toggle[aria-expanded=true] .c-toggle__icon::after {
  transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 12px;
}

.c-embed {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.c-embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.front-page {
  background-repeat: no-repeat;
  background-position-y: 700px;
}
@media (min-width: 768px) {
  .front-page .l-gnav__address {
    display: none;
  }
}
.front-page h2 span,
.front-page h3 span {
  font-size: 20px;
  letter-spacing: 0.5em;
  display: inline-block;
}
.front-page h2 span::before, .front-page h2 span::after,
.front-page h3 span::before,
.front-page h3 span::after {
  content: "・";
}

.c-group-banner__heading {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0.75em;
}
@media not all and (min-width: 768px) {
  .c-group-banner__heading {
    text-align: center;
  }
}

.c-group-banner__bnr {
  background-color: var(--color-white);
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 1em;
}
.c-group-banner__bnr a:hover img {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .c-group-banner__bnr a {
    display: grid;
    place-items: center;
    min-height: 120px;
  }
}

.c-group-banner__name {
  font-size: 18px;
  margin-bottom: 0.5em;
}
@media not all and (min-width: 768px) {
  .c-group-banner__name {
    text-align: center;
  }
}

.c-group-banner__paragraph {
  font-size: 14px;
}

.c-icon::before, .c-icon::after {
  content: "";
  display: inline-block;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center center;
}

.c-icon--secret::after {
  width: 14px;
  height: 16px;
  mask-size: 14px 16px;
  mask-image: url("/img/icon-secret.svg");
  margin-left: 0.25em;
}

.c-icon--instagram::before {
  width: 22px;
  height: 22px;
  mask-size: 22px 22px;
  mask-image: url("/img/icon-instagram.svg");
  vertical-align: middle;
  margin-right: 0.25em;
}

.c-icon--window::after {
  width: 14px;
  height: 14px;
  mask-size: 14px 14px;
  mask-image: url("/img/icon-window.svg");
  margin-left: 0.25em;
}

.c-img-round {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.c-kv {
  position: relative;
}

.c-kv__target {
  position: absolute;
}
@media not all and (min-width: 600px) {
  .c-kv__target {
    right: 20px;
    bottom: -20px;
  }
  .c-kv__target img {
    max-width: 45vw;
  }
}
@media (min-width: 600px) {
  .c-kv__target {
    right: 40px;
    bottom: -40px;
  }
}
@media (min-width: 768px) {
  .c-kv__target {
    right: 60px;
  }
}

.c-kv__img img {
  border-bottom-left-radius: 50px;
}

.c-kv__copy {
  writing-mode: vertical-rl;
  position: absolute;
  height: 100%;
}
@media not all and (min-width: 600px) {
  .c-kv__copy {
    left: 10px;
    top: 100px;
  }
}
@media (min-width: 600px) {
  .c-kv__copy {
    left: 40px;
    top: 40px;
  }
}
@media (min-width: 768px) {
  .c-kv__copy {
    left: 80px;
    top: 80px;
  }
}
.c-kv__copy p {
  color: var(--color-brown);
  margin-left: 0.5em;
  font-family: var(--font-heading);
  font-feature-settings: "palt" 0;
  letter-spacing: 0.2em;
}
.c-kv__copy p .c-kv__copy-text {
  display: block;
  position: relative;
}
@media not all and (min-width: 600px) {
  .c-kv__copy p {
    font-size: clamp(16px, 6.25vw, 28px);
  }
  .c-kv__copy p .c-kv__copy-text--02 {
    top: 100px;
  }
  .c-kv__copy p .c-kv__copy-text--03 {
    top: 70px;
  }
  .c-kv__copy p .c-kv__copy-text--04 {
    top: 140px;
  }
}
@media (min-width: 600px) {
  .c-kv__copy p {
    font-size: clamp(20px, 3vw, 26px);
  }
  .c-kv__copy p .c-kv__copy-text--02 {
    top: 145px;
  }
  .c-kv__copy p .c-kv__copy-text--03 {
    top: 90px;
  }
  .c-kv__copy p .c-kv__copy-text--04 {
    top: 170px;
  }
}

.c-link-button {
  color: var(--color-brown);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.5s;
}
.c-link-button span {
  font-size: 1.2em;
}
.c-link-button::before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 60px;
  background-image: url("/img/button-bg-yellow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  transform: translateY(-2px);
}
.c-link-button:hover {
  color: var(--color-camel);
}

.c-news {
  background-color: var(--color-white);
  padding: 1em;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted var(--color-black);
}
@media (min-width: 768px) {
  .c-news {
    display: flex;
    gap: 20px;
  }
}
.c-news .c-news__content {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .c-news .c-news__btn {
    align-self: center;
    flex-basis: 160px;
    flex-shrink: 0;
  }
}
.c-news .c-news__date {
  color: var(--color-gray);
  margin-bottom: 0.5em;
}
.c-news .c-news__title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
}
.c-news .c-news__title a {
  transition: color 0.5s;
}
.c-news .c-news__title a:hover {
  color: var(--color-camel);
}

.c-news-date {
  text-align: right;
  border-bottom: 1px dotted var(--color-black);
  padding-bottom: 0.5em;
}

.c-pagetop {
  position: relative;
  top: 15px;
  display: block;
  width: 120px;
  height: 60px;
  border-radius: 60px 60px 0 0;
  margin: auto;
  padding-top: 20px;
  background-color: var(--color-yellow);
  text-decoration: none;
  text-align: center;
  font-size: 10px;
}
.c-pagetop span {
  display: block;
}
.c-pagetop span::before {
  content: "";
  display: block;
  width: 29px;
  height: 14px;
  margin: auto;
  background-image: url("/img/arrow-pagetop.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.c-page-title {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-bottom-left-radius: 50px;
  min-height: 220px;
  display: grid;
  align-content: center;
  padding-left: 30px;
}
@media not all and (min-width: 768px) {
  .c-page-title {
    background-image: url("/img/title-sp@2x.jpg");
  }
}
@media (min-width: 768px) {
  .c-page-title {
    background-image: url("/img/title-pc@2x.jpg");
  }
}
@media (min-width: 1280px) {
  .c-page-title {
    padding-left: 60px;
  }
}

.c-speech-bubble {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 1em;
  width: 96%;
  background-color: var(--color-background);
  border: 1px solid var(--color-black);
  border-radius: 10px;
}
.c-speech-bubble::before {
  content: "";
  position: absolute;
  z-index: 2;
  border: 14px solid transparent;
}
.c-speech-bubble::after {
  content: "";
  position: absolute;
  z-index: 1;
  border: 15px solid transparent;
}
@media not all and (min-width: 1024px) {
  .c-speech-bubble {
    margin-top: 0.5em;
  }
  .c-speech-bubble::before {
    top: -27px;
    left: 50%;
    margin-left: -14px;
    border-bottom-color: var(--color-background);
  }
  .c-speech-bubble::after {
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border-bottom-color: var(--color-black);
  }
}
@media (min-width: 1024px) {
  .c-speech-bubble::before {
    top: 50%;
    left: -27px;
    margin-top: -14px;
    border-right-color: var(--color-background);
  }
  .c-speech-bubble::after {
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border-right-color: var(--color-black);
  }
}
.c-speech-bubble > p:last-child {
  margin-bottom: 0;
}

.c-tagline {
  color: var(--color-brown);
  font-weight: bold;
  margin-bottom: 3rem;
}

.ozn-form-container .ozn-form-inner .ozn-label {
  color: var(--color-text);
  border-radius: 25px;
}
.ozn-form-container .ozn-form-inner .ozn-label.required {
  background-color: var(--color-pink);
}
.ozn-form-container .ozn-form-inner .ozn-label.optional {
  background-color: var(--color-lightblue);
}
.ozn-form-container .ozn-form-buttons {
  border: none;
}
.ozn-form-container .ozn-form-buttons button > span {
  display: unset;
}
.ozn-form-container .ozn-btn.c-link-button {
  float: none;
  border: none;
  color: var(--color-brown);
  background-color: var(--color-yellow);
  width: 100%;
}
@media (min-width: 768px) {
  .ozn-form-container .ozn-btn.c-link-button {
    max-width: 480px;
  }
}
.ozn-form-container .ozn-btn.c-link-button::before {
  background-image: url("/img/button-bg-white.svg");
}

.is-mb0 {
  margin-bottom: 0;
}

.is-mb20 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .hide-over-sm {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .hide-under-sm {
    display: none;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* ==========================================================================
  foundation
========================================================================== */
/* ==========================================================================
  layout
========================================================================== */
/* ==========================================================================
  project
========================================================================== */
/* ==========================================================================
  component
========================================================================== */
/* ==========================================================================
  utility
========================================================================== */

/*# sourceMappingURL=style.css.map */
