@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --spaceing-60: 4rem;
  --white: #FFF;
  --milky-color: #F7E2E7;
  --main-text-color: #B77585;
  --accent-text-color: #713B56;
  --footer-bg: #99757D;
  --header-link: #6B4A4A;
  --milky-button: #FFF3F5;
  --pc-width: 1440;
  --base-size: calc(10 / var(--pc-width) * 100vw
  );
  --main-gradient: conic-gradient(from 334deg at 46% 50%,
      #FAFBFB,
      #FFF7F7 8%,
      #F6F0FF 24%,
      #FFF3F5 41%,
      #FEECFF 65%,
      #F3FFFF 90%,
      #FAFBFB);
}
@media screen and (min-width: 576px) {
  :root {
    --spaceing-60: 6rem;
  }
}

html {
  font-size: 62.5%;
  font-family: "筑紫A丸ゴシック", "Zen Maru Gothic", sans-serif;
}

body {
  margin-inline: auto;
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  body {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 575px) {
  main {
    padding-top: 63px;
  }
}

dt {
  font-weight: 500;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

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

.fz-11 {
  font-size: 1.1rem;
}

.fz-12 {
  font-size: 1.2rem;
}

.fz-14 {
  font-size: 1.4rem;
}

.fz-16 {
  font-size: 1.6rem;
}

.fz-18 {
  font-size: 1.8rem;
}

.fz-20 {
  font-size: 2rem;
}

@media screen and (min-width: 576px) {
  .fzsm-20 {
    font-size: 2rem;
  }
}

.fz-24 {
  font-size: 2.4rem;
}

.fz-28 {
  font-size: 2.8rem;
}

.fz-32 {
  font-size: 3.2rem;
}

.fz-38 {
  font-size: 38px;
}

.fz-main-title {
  font-size: 2.4rem;
}
@media screen and (min-width: 576px) {
  .fz-main-title {
    font-size: 3.2rem;
  }
}

.lh-16 {
  line-height: 1.6;
}

.lh-24 {
  line-height: 2.4;
}

.fwb {
  font-weight: bold;
}

.fc-main {
  color: var(--main-text-color);
}

.fc-acc {
  color: var(--accent-text-color);
}

.fc-milky {
  color: var(--milky-color);
}

.u-ds-1 {
  box-shadow: rgba(107, 74, 74, 0.1019607843) 0 1px 7px 0;
}

.u-main-y-padding {
  padding-block: 4rem;
}
@media screen and (min-width: 576px) {
  .u-main-y-padding {
    padding-block: 6rem;
  }
}

.u-main-space {
  padding-block: var(--spaceing-60);
}

.u-main-padding {
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 2rem;
}

.c-main-bg {
  background-image: var(--main-gradient);
}

.c-lh-14 {
  line-height: 1.4;
}

.mx-auto {
  margin-inline: auto;
}

@media screen and (max-width: 575px) {
  .sp-dn {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .pc-dn {
    display: none;
  }
}

.w-100p {
  width: 100%;
}
.w-100p > img {
  width: 100%;
}

.c-term-list {
  display: flex;
  gap: 6px;
}
.c-term-1 {
  color: var(--main-text-color);
  padding: 4px 8px;
  border: 1px solid var(--main-text-color);
  display: inline-flex;
  justify-content: center;
  background: var(--white);
  min-width: 112px;
  border-radius: 2px;
}

.c-archive-heading {
  padding-block: 40px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 576px) {
  .c-archive-heading {
    padding-block: 60px;
  }
}
.c-archive-heading .wp-block-query-title,
.c-archive-heading .wp-block-post-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--main-text-color);
}
@media screen and (min-width: 576px) {
  .c-archive-heading .wp-block-query-title,
  .c-archive-heading .wp-block-post-title {
    font-size: 3.2rem;
  }
}

.c-header {
  width: 100%;
  background: var(--white);
  box-shadow: rgba(107, 74, 74, 0.1019607843) 0 1px 4px;
  position: relative;
  z-index: 2;
  height: 63px;
}
@media screen and (max-width: 575px) {
  .c-header {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 576px) {
  .c-header {
    height: 60px;
  }
}
.c-header__inner {
  height: 100%;
  padding-inline: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .c-header__inner {
    max-width: 1380px;
    padding-inline: 40px;
    margin-inline: auto;
  }
}
.c-header__logo {
  display: block;
}
@media screen and (min-width: 576px) {
  .c-header__logo:hover {
    opacity: 0.64;
  }
}
.c-header__logo img {
  display: block;
}
@media screen and (max-width: 575px) {
  .c-header__links {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    z-index: 99;
    transition: 0.2s transform ease;
    width: 100vw;
    height: 100vh;
    background: var(--white);
    background-image: var(--main-gradient);
  }
  .c-drawer-input:checked ~ .c-header__links {
    transform: translateX(0);
  }
}

.c-header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 575px) {
  .c-header-links {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
}
.c-header-links > li > a {
  color: var(--header-link);
}
.c-header-links > li > a:hover {
  opacity: 0.64;
}

.c-drawer-input {
  display: none;
}

.c-drawer-trigger {
  width: 63px;
  height: 63px;
  background: var(--white);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-bottom: 4px;
}
@media screen and (min-width: 576px) {
  .c-drawer-trigger {
    display: none;
  }
}
.c-drawer-trigger__text {
  color: var(--main-text-color);
}
.c-drawer-trigger__icon {
  width: 34px;
  height: 23px;
  position: relative;
}
.c-drawer-trigger__line {
  position: absolute;
  inset: 0;
  width: 34px;
  height: 3px;
  margin: auto;
  background: var(--main-text-color);
  transition: 0.2s all ease;
}
.c-drawer-trigger__line--1 {
  transform: translateY(-10px);
}
.c-drawer-input:checked ~ .c-drawer-trigger .c-drawer-trigger__line--1 {
  transform: rotate(40deg);
}
.c-drawer-input:checked ~ .c-drawer-trigger .c-drawer-trigger__line--2 {
  transform: translateY(100%);
  opacity: 0;
}
.c-drawer-trigger__line--3 {
  transform: translateY(10px);
}
.c-drawer-input:checked ~ .c-drawer-trigger .c-drawer-trigger__line--3 {
  transform: rotate(-40deg);
}

footer {
  background: var(--footer-bg);
}

.c-footer__inner {
  padding: 40px 20px;
  max-width: 1040px;
  margin-inline: auto;
}
.c-footer__layer2 {
  margin-top: 24px;
}

@media screen and (min-width: 576px) {
  .c-footer-1 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 575px) {
  .c-footer-1__time {
    margin-top: 32px;
  }
}
@media screen and (max-width: 575px) {
  .c-footer-1__sns {
    margin-top: 32px;
  }
}

.c-footer-about__text {
  margin-top: 24px;
}

.c-footer-time__list {
  margin-top: 16px;
}
.c-footer-time__list > div {
  display: flex;
}
.c-footer-time__list > div:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 576px) {
  .c-footer-time__list > div:not(:first-child) {
    margin-top: 12px;
  }
}
.c-footer-time__list > div > dd {
  margin-left: 1em;
}
.c-footer-time__list > div > dd.colon {
  position: relative;
}
.c-footer-time__list > div > dd.colon:before {
  content: "：";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  transform: translateX(-1em);
}

.c-footer-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-footer-sns__list {
  margin-top: 8px;
}

.c-footer-sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.c-footer-sns-list > li > a {
  display: block;
}
.c-footer-sns-list > li > a:hover {
  opacity: 0.64;
}
.c-footer-sns-list > li > a > img {
  display: block;
}

.c-footer-copy {
  border-top: 1px solid var(--white);
  padding-top: 24px;
  text-align: center;
  color: var(--milky-color);
}

.c-news-list-archive {
  max-width: 1040px;
  padding-inline: 20px;
  margin-inline: auto;
}
.c-news-list-archive__inner {
  border-bottom: 1px solid var(--milky-color);
}
.c-news-list-archive .wp-block-post {
  margin-block-start: 0;
}

.c-news-item-single {
  display: flex;
  position: relative;
  border-top: 1px solid var(--milky-color);
  padding-block: 3.2rem;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .c-news-item-single:hover {
    background: rgba(247, 226, 231, 0.1960784314);
  }
}
@media screen and (max-width: 575px) {
  .c-news-item-single {
    flex-direction: column;
  }
}
.c-news-item-single:before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 4px solid var(--main-text-color);
  border-right: 4px solid var(--main-text-color);
  transform: translate(-3px, -1px) rotate(45deg) skew(4deg, 4deg);
  position: absolute;
  inset: 0 0 0 auto;
  margin-block: auto;
}
.c-news-item-single__info {
  display: flex;
}
@media screen and (min-width: 576px) {
  .c-news-item-single__info {
    display: contents;
  }
}
.c-news-item-single__date {
  width: 110px;
}
.c-news-item-single__term {
  border-radius: 4px;
  width: 112px;
  border: 1px solid var(--main-text-color);
  display: grid;
  place-items: center;
}
.c-news-item-single__title {
  flex: 1 1 auto;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .c-news-item-single__title {
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 576px) {
  .c-news-item-single__title {
    margin-left: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.l-single-news {
  max-width: 1040px;
  margin-inline: auto;
  padding: 6rem 2rem;
}
.l-single-news__info {
  display: flex;
  gap: 24px;
  align-items: center;
}
.l-single-news__title {
  margin-top: 16px;
}
.l-single-news__detail {
  margin-top: 40px;
}

.c-heading-2 {
  color: var(--accent-text-color);
  padding-left: 32px;
  background: linear-gradient(var(--main-text-color), var(--main-text-color)) no-repeat top left/8px 100%;
  padding-block: 0.25em;
}

.l-archive__content {
  padding-block: 40px;
}
@media screen and (min-width: 576px) {
  .l-archive__content {
    padding-block: 60px;
  }
}
.l-archive .pagination {
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .l-archive .pagination {
    margin-top: 60px;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.page-numbers:not(.prev, .next, .dots) {
  display: grid;
  place-items: center;
  border: 1px solid var(--main-text-color);
  color: var(--main-text-color);
}
@media screen and (min-width: 576px) {
  .page-numbers:not(.prev, .next, .dots):hover {
    background: rgba(247, 226, 231, 0.3921568627);
  }
}
.page-numbers:not(.prev, .next, .dots).current {
  background: var(--main-text-color);
  color: var(--white);
}
.page-numbers:not(.dots) {
  width: 32px;
  height: 32px;
}
.page-numbers.dots {
  width: 16px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--main-text-color);
}
.page-numbers.prev, .page-numbers.next {
  position: relative;
}
.page-numbers.prev:before, .page-numbers.next:before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 4px solid var(--main-text-color);
  border-right: 4px solid var(--main-text-color);
  position: absolute;
  inset: 0;
  margin: auto;
}
.page-numbers.prev:before {
  transform: translate(2px, 0) rotate(225deg) skew(4deg, 4deg);
}
.page-numbers.next:before {
  transform: translate(-2px, 0) rotate(45deg) skew(4deg, 4deg);
}

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