@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600&display=swap");
/*
Template Name: Untrois
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* # =================================================================
# Forms # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted #000;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
  outline: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* org-add */
*,
*::before,
*::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

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

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    -moz-user-select: none !important;
         user-select: none !important;
    -webkit-user-select: none !important;
  }
}

textarea, input[type=text], input[type=email], input[type=tel] {
  font-size: max(1.15rem, 16px);
}
@media screen and (min-width: 768px) {
  textarea, input[type=text], input[type=email], input[type=tel] {
    font-size: max(1rem, 16px);
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #504036;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #FFFAE8;
}
_::-webkit-full-page-media, _:future, :root body {
  min-height: -webkit-fill-available;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

main {
  flex: 1;
}

p {
  text-align: justify;
}

a {
  color: #504036;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, textarea {
  cursor: pointer;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* l-inner */
.l-inner {
  padding: 0 1.5rem;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 112rem;
    padding: 0 2rem;
    margin: 0 auto;
  }
}

.l-headerinner {
  padding: 0 20px;
  box-sizing: content-box;
  max-width: 1326px;
  margin: 0 auto;
}

/* hover */
@media (hover: hover) {
  .c-hover {
    transition: opacity linear 0.3s;
  }
  .c-hover:hover, .c-hover:focus {
    opacity: 0.6;
  }
}

/* HeaderNav */
.c-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 5rem;
  background-image: url(/assets/images/decoline_img.svg);
  background-repeat: repeat-x;
  background-size: 25rem;
  background-position: top left;
  margin-bottom: clamp(4rem, 10.67vw, 6rem);
}
@media screen and (min-width: 768px) {
  .c-header {
    height: 6rem;
  }
}

.c-header__wrapper {
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-header__wrapper {
    padding: 0 2rem;
  }
}

.c-header__logo {
  width: 21rem;
  height: auto;
  aspect-ratio: 270/26;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-header__logo {
    width: 27rem;
  }
}

.c-header__logoimg {
  width: 100%;
  height: 100%;
}

/* c-btn */
.c-btn--col3, .c-btn--col2, .c-btn--col1 {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.38;
  font-weight: 600;
  height: 4.4rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.3rem;
  border: 1px solid transparent;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.1rem 3.5rem 0.9rem 3rem;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .c-btn--col3, .c-btn--col2, .c-btn--col1 {
    margin-right: 0;
  }
}
@media (hover: hover) {
  .c-btn--col3, .c-btn--col2, .c-btn--col1 {
    transition: color ease 0.3s, background-color ease 0.3s;
  }
  .c-btn--col3:hover, .c-btn--col2:hover, .c-btn--col1:hover, .c-btn--col3:focus, .c-btn--col2:focus, .c-btn--col1:focus {
    background-color: #FFFAE8;
  }
  .c-btn--col3:hover::after, .c-btn--col2:hover::after, .c-btn--col1:hover::after, .c-btn--col3:focus::after, .c-btn--col2:focus::after, .c-btn--col1:focus::after {
    transform: translateX(0.3rem);
  }
}
.c-btn--col3::after, .c-btn--col2::after, .c-btn--col1::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  content: "";
  display: block;
  width: 1rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  -webkit-mask-image: url(/assets/images/btn-arrow_img.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  margin: auto 0;
}
@media (hover: hover) {
  .c-btn--col3::after, .c-btn--col2::after, .c-btn--col1::after {
    transition: transform linear 0.3s, background-color ease 0.3s;
  }
}

.c-btn--col1 {
  background-color: #E97162;
  border: 1px solid #E97162;
}
@media (hover: hover) {
  .c-btn--col1:hover, .c-btn--col1:focus-visible {
    color: #E97162;
  }
  .c-btn--col1:hover::after, .c-btn--col1:focus-visible::after {
    background-color: #E97162;
  }
}

.c-btn--col2 {
  background-color: #FE9C00;
  border: 1px solid #FE9C00;
}
@media (hover: hover) {
  .c-btn--col2:hover, .c-btn--col2:focus-visible {
    color: #FE9C00;
  }
  .c-btn--col2:hover::after, .c-btn--col2:focus-visible::after {
    background-color: #FE9C00;
  }
}

.c-btn--col3 {
  background-color: #0092C8;
  border: 1px solid #0092C8;
}
@media (hover: hover) {
  .c-btn--col3:hover, .c-btn--col3:focus-visible {
    color: #0092C8;
  }
  .c-btn--col3:hover::after, .c-btn--col3:focus-visible::after {
    background-color: #0092C8;
  }
}

/* c-title */
.c-title--col3, .c-title--col2, .c-title--col1 {
  font-size: clamp(1.6rem, 4.27vw, 1.8rem);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.38;
  position: relative;
  height: clamp(3.2rem, 8.53vw, 3.4rem);
  padding: 0.6rem 0 0.2rem 2rem;
  margin-bottom: 1.5rem;
}
.c-title--col3::after, .c-title--col2::after, .c-title--col1::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  content: "";
  display: block;
  width: auto;
  height: 100%;
  aspect-ratio: 15/17;
  background-image: url(/assets/images/title-arrow_img.svg);
  background-repeat: no-repeat;
  background-position: right;
}

.c-title--col1 {
  background: linear-gradient(to right, #E97162 0.5rem, #FFFAE8 0.5rem 1rem, #E97162 1rem);
}

.c-title--col2 {
  background: linear-gradient(to right, #FE9C00 0.5rem, #FFFAE8 0.5rem 1rem, #FE9C00 1rem);
}

.c-title--col3 {
  background: linear-gradient(to right, #0092C8 0.5rem, #FFFAE8 0.5rem 1rem, #0092C8 1rem);
}

.c-titlesub--blue, .c-titlesub--red {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  background-image: linear-gradient(to right, rgba(80, 64, 54, 0.3) 0.9rem, transparent 0.9rem);
  background-size: 1.8rem 0.2rem;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding-bottom: 0.3rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.c-titlesub--blue::before, .c-titlesub--red::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 24/34;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-titlesub--red::before {
  background-image: url(/assets/images/balloon-red_img.svg);
}

.c-titlesub--blue::before {
  background-image: url(/assets/images/balloon-blue_img.svg);
}

/* p-main */
.p-main {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
@media screen and (min-width: 1025px) {
  .p-main {
    flex-direction: row;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}

.p-main__container {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-main__container {
    flex: 1;
  }
}

.p-main__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}

.p-main__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-main__item {
    width: calc((100% - ( 3rem * (2 - 1))) / 2);
  }
}

@media screen and (min-width: 1025px) {
  .p-main__side {
    width: 23rem;
    flex: none;
  }
}

.p-main__sidelist {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}

.p-main__sideitem {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-main__sideitem {
    width: calc((100% - ( 3rem * (2 - 1))) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .p-main__sideitem {
    width: 100%;
  }
}

.p-main__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  font-weight: 600;
  line-height: 1.38;
}

.p-main__listitem {
  display: flex;
}
.p-main__listitem::before {
  content: "・";
  display: block;
}
.p-main__listitem a {
  color: #FE9C00;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-main__listitem a {
    transition: opacity ease 0.3s;
  }
  .p-main__listitem a:hover, .p-main__listitem a:focus-visible {
    opacity: 0.6;
  }
}

.p-main__sns--insta a, .p-main__sns--facebook a {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.p-main__sns--insta a::before, .p-main__sns--facebook a::before {
  content: "";
  display: block;
  width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
}

.p-main__post-item {
  background-image: linear-gradient(to right, lightgray 5px, transparent 4px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.p-main__sns--facebook a::before {
  background-image: url(/assets/images/facebook_img.svg);
}

.p-main__sns--insta a::before {
  background-image: url(/assets/images/insta_img.svg);
}

.p-main__calender iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/552;
}
@media screen and (min-width: 768px) {
  .p-main__calender iframe {
    aspect-ratio: 850/634;
  }
}

.p-main__post-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

.p-main__post-item {
  padding-bottom: 15px;
}

.p-main__post-date {
  display: block;
  margin-bottom: 8px;
}

.p-main__post-title {
  display: block;
  width: 100%;
  color: #0092C8;
  -webkit-text-decoration: revert;
          text-decoration: revert;
  line-height: 1.5;
}
@media (hover: hover) {
  .p-main__post-title {
    transition: opacity ease 0.3s;
  }
  .p-main__post-title:hover, .p-main__post-title:focus-visible {
    opacity: 0.6;
  }
}

/* p-bottom */
.p-bottom {
  padding-top: 15rem;
}
.p-bottom__link {
  text-align: center;
}
.p-bottom__link a {
  color: #0092C8;
  text-decoration: revert;
  line-height: 1.5;
}

/* p-footer */
.p-footer {
  margin-top: 3rem;
}

.p-footer__copy {
  font-size: clamp(1.2rem, 3.2vw, 1.4rem);
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 600;
  color: #fff;
  height: 8.8rem;
  background-image: url(/assets/images/footer-bottom_img.svg);
  background-repeat: repeat-x;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    background-position: 100% 0%;
  }
}

.p-footer__container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: -2.8rem;
  margin-right: -1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    margin-bottom: -1.5rem;
  }
}

.p-footer__img1 {
  display: block;
  width: 24.5rem;
  height: auto;
  aspect-ratio: 245/87;
}
@media screen and (min-width: 768px) {
  .p-footer__img1 {
    width: 29rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__img2 {
    width: min(50.13vw, 43.5rem);
    height: auto;
    aspect-ratio: 435/111;
    margin-bottom: -0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer__img2 {
    margin-bottom: calc(-1 * clamp(1rem, 0.73vw, 1.5rem));
  }
}

.p-footer__img3 {
  display: block;
  width: 3.2rem;
  height: auto;
  aspect-ratio: 32/42;
}
@media screen and (min-width: 768px) {
  .p-footer__img3 {
    margin-bottom: -1rem;
  }
}

@media screen and (min-width: 1025px) {
  .p-footer__img4 {
    width: 21.3rem;
    height: auto;
    aspect-ratio: 213/80;
    margin-bottom: calc(-1 * clamp(3rem, 2.2vw, 4rem));
  }
}

/* u-display */
.u-hidden {
  display: none;
}

.u-spblock {
  display: block;
}

.u-spflex {
  display: flex;
}

@media screen and (min-width: 768px) {
  .u-tabhidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-tabblock {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-tabflex {
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .u-pchidden {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .u-pcblock {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .u-pcflex {
    display: flex;
  }
}

/* u-weight */
.u-font-light {
  font-weight: 300;
}

.u-font-normal {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-black {
  font-weight: 900;
}

/* u-cursor */
.u-cursor-pointer {
  cursor: pointer;
}

.u-pointer-events-none {
  pointer-events: none;
}

.u-select-none {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* u-textalign */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}
/*# sourceMappingURL=style.css.map */