@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded&display=swap");
/*
リセットCSS
_________________________________________*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
}

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* 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;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*==================================================

Foundation　part

==================================================*/
/*
root
_________________________________________*/
:root {
  --custom-text-color: #333333;
  --custom-main-color: #EA9B9C;
  --custom-second-color: #E99B9D;
  --custom-back-color: #F5F2E8;
  --custom-accent-color: #FFAA56;
  --custom-text-rgb: 51, 51, 51;
  --custom-main-rgb: 234, 155, 156;
  --custom-second-rgb: 233, 155, 157;
  --custom-back-rgb: 245, 242, 232;
  --custom-accent-rgb: 255, 170, 86;
  --custom-white: rgba(255, 255, 255, 1);
  --custom-white-09: rgba(255, 255, 255, 0.9);
  --custom-white-08: rgba(255, 255, 255, 0.8);
  --custom-white-07: rgba(255, 255, 255, 0.7);
  --custom-white-06: rgba(255, 255, 255, 0.6);
  --custom-white-05: rgba(255, 255, 255, 0.5);
  --custom-white-04: rgba(255, 255, 255, 0.4);
  --custom-white-03: rgba(255, 255, 255, 0.3);
  --custom-white-02: rgba(255, 255, 255, 0.2);
  --custom-white-01: rgba(255, 255, 255, 0.1);
  --custom-gray-01: #878787;
  --custom-gray-02: #6f6f6f;
  --custom-font-en: Arial, Helvetica, sans-serif;
  --custom-font-jp: "新ゴ B", sans-serif;
  --palette-01: #444444;
  --palette-02: #515151;
  --palette-03: #858585;
  --palette-04: #999999;
  --palette-05: #CCCCCC;
  --palette-06: #D0D0D0;
  --palette-07: #D5D5D5;
  --palette-08: #D7D7D7;
  --palette-09: #DCDCDC;
  --palette-10: #DEDEDE;
  --palette-11: #E5E5E5;
  --palette-12: #EAEAEA;
  --palette-13: #F6F6F6;
  --palette-14: #F7F7F7;
  --palette-15: #EEEEEE;
  --palette-16: #2E2C2C;
  --palette-17: #4F4D4D;
  --palette-18: #E8E5E0;
  --palette-19: #EFEDE7;
  --palette-20: #FFFAEF;
  --palette-21: #FBFAF9;
  --palette-22: #0034AF;
  --palette-23: #950000;
  --palette-24: #FF9393;
  --palette-25: #93C9FF;
  --palette-26: #D4D4D7;
  --palette-27: #FCFCFC;
  --palette-28: #828282;
}

/*
ページベーススタイル
_________________________________________*/
body,
html {
  font-family: "メイリオ", "Meiryo", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
b,
strong {
  font-family: var(--custom-font-jp);
}

a {
  display: inline-block;
  text-decoration: none;
  color: var(--custom-text-color);
  transition: all 0.3s ease;
}
a:hover {
  color: var(--custom-gray-02);
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
}

main {
  position: relative;
  z-index: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
textarea {
  vertical-align: middle;
  border: 1px solid var(--palette-26);
  border-radius: 3px;
  font-size: 13px;
  padding: 1px 5px;
  background-color: var(--palette-27);
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--palette-28);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
textarea::placeholder {
  color: var(--palette-28);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--palette-28);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--palette-28);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--palette-28);
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date] {
  line-height: 30px;
}

textarea {
  line-height: 1.5;
}

select {
  border: 1px solid var(--palette-26);
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.6;
  padding: 1px 5px;
  background-color: var(--palette-27);
}

input:focus {
  outline: 1px solid var(--custom-main-color);
}

textarea:focus {
  outline: 1px solid var(--custom-main-color);
}

input[type=submit],
button {
  display: block;
  border: none;
  padding: 1em;
  border-radius: 2px;
  font-size: 18px;
  font-weight: bold;
  color: var(--custom-white);
  background: var(--custom-accent-color);
  cursor: pointer;
  transition: all 0.3s ease;
}
input[type=submit]:hover,
button:hover {
  color: var(--custom-accent-color);
  background: var(--custom-white);
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/*
reCAPTCHA
_________________________________________*/
.grecaptcha-badge {
  visibility: hidden;
}

/*
ブロック
_________________________________________*/
:root :where(.is-layout-constrained) > * {
  margin-block-end: 15px;
}

:root :where(.is-layout-constrained) > :last-child {
  margin-block-end: 0px;
}

:root :where(.is-layout-flow) > * {
  margin-block-end: 15px;
}

:root :where(.is-layout-flow) > :last-child {
  margin-block-end: 0px;
}

.wp-block-latest-posts__post-full-content > * {
  margin-block-end: 15px;
}

.wp-block-latest-posts__post-full-content > :last-child {
  margin-block-end: 0px;
}

.wp-block-group:not(:first-child) {
  margin-top: 20px;
}
.wp-block-group:not(:last-child) {
  margin-bottom: 20px;
}
.wp-block-group.has-background {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .wp-block-group.has-background {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.is-style-group-custom-section:not(:first-child) {
  margin-top: 80px;
}
@media screen and (min-width: 960px) {
  .is-style-group-custom-section:not(:first-child) {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .is-style-group-custom-section:not(:first-child) {
    margin-top: 150px;
  }
}
.is-style-group-custom-section:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .is-style-group-custom-section:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .is-style-group-custom-section:not(:last-child) {
    margin-bottom: 150px;
  }
}
.is-style-group-custom-section.has-background {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-section.has-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.is-style-group-custom-box:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .is-style-group-custom-box:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .is-style-group-custom-box:not(:first-child) {
    margin-top: 100px;
  }
}
.is-style-group-custom-box:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .is-style-group-custom-box:not(:last-child) {
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .is-style-group-custom-box:not(:last-child) {
    margin-bottom: 100px;
  }
}

.is-style-group-custom-group:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-group:not(:first-child) {
    margin-top: 60px;
  }
}
.is-style-group-custom-group:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-group:not(:last-child) {
    margin-bottom: 60px;
  }
}

h1.wp-block-heading {
  border-bottom: 3px solid #000;
  padding-bottom: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
  font-size: 20px;
}

h2.wp-block-heading {
  border-bottom: 2px solid var(--custom-main-color);
  padding-bottom: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
h2.wp-block-heading.is-style-heading-custom-main {
  position: relative;
  padding-left: clamp(1.875rem, 1.563rem + 1.56vw, 2.5rem);
  font-size: clamp(1.5rem, 1.125rem + 1.88vw, 2.25rem);
  /* padding-left=>サイズ30px‐40px　画面320px-960px */
  /* font-size=>サイズ24px‐36px　画面320px-960px */
}
h2.wp-block-heading.is-style-heading-custom-main::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: clamp(1.25rem, 0.938rem + 1.56vw, 1.875rem);
  height: clamp(1.25rem, 0.938rem + 1.56vw, 1.875rem);
  background-color: var(--custom-main-color);
  border-radius: 50%;
  /* width,height=>サイズ20px‐30px　画面320px-960px */
}
h2.wp-block-heading.is-style-heading-custom-main.black::before {
  background-color: var(--custom-text-color);
}
h2.wp-block-heading.is-style-heading-custom-top {
  font-size: 16px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0px;
  border-bottom: 1px solid var(--custom-gray-01);
}
h2.wp-block-heading.is-style-heading-custom-top::before {
  display: inline;
  content: "◎";
  font-family: var(--custom-font-jp);
  font-size: 16px;
  color: var(--custom-main-color);
  padding-right: 5px;
}

h3.wp-block-heading {
  color: var(--palette-16);
  border-bottom: 1px solid var(--palette-02);
  margin-top: 10px;
  margin-bottom: 10px;
}
h3.wp-block-heading.is-style-heading-custom-main {
  font-size: clamp(0.875rem, 0.813rem + 0.31vw, 1rem);
  /* font-size=>サイズ14px‐16px　画面320px-1280px */
}

h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
  margin-top: 5px;
  margin-bottom: 5px;
}

.wp-block-separator {
  border-top-width: 1px;
  border-color: var(--custom-gray-01);
}

ul.wp-block-list {
  list-style: disc;
  padding-left: 1.5rem;
}
ul.wp-block-list li {
  padding: 3px 0px;
}
ul.wp-block-list li::marker {
  color: var(--palette-05);
}

ol.wp-block-list {
  list-style-type: decimal;
  padding-left: 1.5rem;
}
ol.wp-block-list li {
  padding: 3px 0px;
}

blockquote.wp-block-quote {
  margin: 30px 0 30px 10px;
  padding: 10px 0 10px 15px;
  border-left: 5px solid var(--palette-05);
}
blockquote.wp-block-quote cite {
  font-style: normal;
  font-size: 0.8rem;
  color: var(--wp--preset--color--glaypattern-5);
}
blockquote.wp-block-quote cite a {
  color: var(--wp--preset--color--glaypattern-5);
  text-decoration: underline;
}

pre.wp-block-code {
  position: relative;
  width: 100%;
  background: var(--custom-text-color);
  padding: 40px 15px 25px;
  overflow-x: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  pre.wp-block-code {
    padding: 45px 25px 25px;
  }
}
pre.wp-block-code::before {
  display: block;
  position: absolute;
  content: attr(id);
  top: 0;
  left: 0;
  padding: 2px 10px;
  color: var(--custom-white);
  background-color: var(--wp--preset--color--glaypattern-6);
}
pre.wp-block-code code {
  color: var(--custom-white);
}

.wp-block-table {
  margin-top: 10px;
  margin-bottom: 20px;
}
.wp-block-table table {
  width: auto;
}
.wp-block-table thead {
  border-bottom: 1px solid;
}
.wp-block-table th {
  background-color: var(--custom-back-color);
  color: var(--custom-text-color);
  font-weight: 400;
  border-color: var(--palette-05);
  padding: 10px;
}
.wp-block-table td {
  border-color: var(--palette-05);
  padding: 10px;
}
.wp-block-table tfoot {
  border-top: 1px solid;
}
.wp-block-table.is-text-center td {
  text-align: center;
}
.wp-block-table.is-style-table-custom-scroll table, .wp-block-table.is-style-table-custom-fullscroll table {
  white-space: nowrap;
}
.wp-block-table.is-style-table-custom-fullwidth table, .wp-block-table.is-style-table-custom-fullscroll table {
  width: 100%;
}

.wp-block-table:not(.is-style-stripes) tfoot td {
  background-color: rgba(var(--custom-back-rgb), 0.5);
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(var(--custom-back-rgb), 0.5);
}
.wp-block-table.is-style-stripes tfoot {
  border-top: 2px solid var(--palette-05);
  border-bottom: 2px solid var(--palette-05);
}

.wp-element-button,
.wp-block-button__link {
  color: var(--custom-white);
}
.wp-element-button:hover,
.wp-block-button__link:hover {
  color: var(--custom-white);
  transform: translateY(-3px);
  box-shadow: var(--custom-boxshadow);
}

.wp-block-button.is-style-outline .wp-element-button,
.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--custom-main-color);
  border: 1px solid var(--custom-main-color);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
.wp-block-button.is-style-outline .wp-element-button:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
}

.wp-block-buttons.is-style-buttons-custom-fullwidth .wp-block-button {
  flex-grow: 1;
}
.wp-block-buttons.is-style-buttons-custom-fullwidth .wp-block-button .wp-element-button,
.wp-block-buttons.is-style-buttons-custom-fullwidth .wp-block-button .wp-block-button__link {
  width: 100%;
}

.wp-block-calendar table:not(.has-background) th {
  background: var(--custom-back-color);
}
.wp-block-calendar.start-mon th:nth-last-child(2),
.wp-block-calendar.start-mon td:nth-last-child(2) {
  color: var(--palette-22);
}
.wp-block-calendar.start-mon th:last-child,
.wp-block-calendar.start-mon td:last-child {
  color: var(--palette-23);
}
.wp-block-calendar.start-sun th:first-child,
.wp-block-calendar.start-sun td:first-child {
  color: var(--palette-23);
}
.wp-block-calendar.start-sun th:last-child,
.wp-block-calendar.start-sun td:last-child {
  color: var(--palette-22);
}

/*==================================================

Layout　part

==================================================*/
/*
コンテナー制御
_________________________________________*/
.l-container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  position: relative;
  font-size: 14px;
}

.is-column {
  display: grid;
  gap: 40px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .is-column {
    grid-template-columns: 1fr 326px;
    max-width: 966px;
    margin: 20px auto 70px;
  }
}
@media screen and (min-width: 1024px) {
  .is-column {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.l-maincontents {
  padding-left: 20px;
  padding-right: 20px;
}

.is-layout-constrained > .alignfull {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (min-width: 960px) {
  .is-layout-constrained > .alignfull {
    margin-right: auto;
    margin-left: auto;
  }
}

.alignfull {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 960px) {
  .alignfull {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.l-header,
.l-maincontents,
.l-footer,
.l-mainarea,
.l-sidearea {
  min-width: 1px;
}

/*
コメント
_________________________________________*/
.l-comments {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .l-comments {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .l-comments {
    margin-top: 80px;
  }
}
.l-comments__list {
  text-align: start;
  margin-top: 20px;
  display: grid;
  gap: 1rem;
}
.l-comments__list li {
  padding: 1.2rem;
  border: 1px solid var(--custom-main-color);
}
.l-comments__list li img {
  width: 30px;
  border-radius: 50%;
}
.l-comments__list .comment-author.vcard {
  padding: 1rem;
  background-color: rgba(var(--custom-main-rgb), 0.1);
  border-radius: 5px;
  align-items: center;
  gap: 1rem;
}
.l-comments__list .comment-author.vcard {
  display: flex;
}
.l-comments__list span.says {
  visibility: hidden;
}
.l-comments__list .comment-metadata {
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}
.l-comments__list .comment-metadata {
  display: flex;
}
.l-comments__list .edit-link {
  display: inline-block;
}
.l-comments__list a.comment-edit-link {
  display: inline-block;
  padding: 2px 10px;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  border: 1px solid var(--custom-main-color);
}
.l-comments__list a.comment-edit-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--custom-boxshadow);
}
.l-comments__list .comment-content {
  padding-top: 1rem;
  border-top: 1px solid var(--wp--preset--color--glaypattern-3);
  border-bottom: 1px solid var(--wp--preset--color--glaypattern-3);
}
.l-comments__list .comment-content p {
  margin-bottom: 1rem;
}
.l-comments__list .reply {
  margin-top: 10px;
}
.l-comments__list a.comment-reply-link {
  display: inline-block;
  line-height: 1;
  padding: 10px 25px;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  border: 1px solid var(--custom-main-color);
}
.l-comments__list a.comment-reply-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--custom-boxshadow);
}
.l-comments__list ul.children {
  margin-top: 10px;
  display: grid;
  gap: 1rem;
}
.l-comments__pagelink {
  margin-top: 1rem;
  justify-content: center;
  gap: 5px;
}
.l-comments__pagelink {
  display: flex;
}
.l-comments__pagelink a.page-numbers {
  width: 30px;
  height: 30px;
  font-family: var(--custom-font-en);
  font-size: 12px;
  border: 1px solid transparent;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.l-comments__pagelink a.page-numbers {
  display: flex;
}
@media screen and (min-width: 1280px) {
  .l-comments__pagelink a.page-numbers {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.l-comments__pagelink a.page-numbers:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  border-color: var(--custom-main-color);
}
.l-comments__pagelink span.page-numbers.current {
  width: 30px;
  height: 30px;
  font-family: var(--custom-font-en);
  font-size: 12px;
  border: 1px solid var(--custom-main-color);
  color: var(--custom-white);
  background-color: rgba(var(--custom-main-rgb), 0.5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.l-comments__pagelink span.page-numbers.current {
  display: flex;
}
@media screen and (min-width: 1280px) {
  .l-comments__pagelink span.page-numbers.current {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.l-comments__pagelink .prev.page-numbers,
.l-comments__pagelink .next.page-numbers {
  width: unset;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  border-radius: 5px;
}
@media screen and (min-width: 1280px) {
  .l-comments__pagelink .prev.page-numbers,
  .l-comments__pagelink .next.page-numbers {
    width: unset;
    font-size: 14px;
  }
}
.l-comments__required {
  color: var(--custom-accent-color);
  padding-left: 5px;
}
.l-comments__form {
  text-align: start;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid var(--custom-main-color);
}
.l-comments__form h3 {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--custom-main-color);
  margin-bottom: 1rem;
}
.l-comments__form .form-submit {
  margin-top: 1rem;
  margin-bottom: 0;
}
.l-comments__form p.comment-form-cookies-consent {
  align-items: center;
  gap: 10px;
}
.l-comments__form p.comment-form-cookies-consent {
  display: flex;
}
.l-comments__formauthor, .l-comments__formemail, .l-comments__textarea {
  margin-bottom: 1rem;
}
.l-comments__formauthor label, .l-comments__formemail label, .l-comments__textarea label {
  display: block;
  margin-bottom: 5px;
}
.l-comments__formauthor input, .l-comments__formemail input {
  width: 100%;
}
.l-comments__textarea textarea {
  width: 100%;
  height: 150px;
}

/*　コメントのスパム対策で画像認証を入れている時用　*/
form#commentform img {
  width: auto;
}

/*
header
_________________________________________*/
.l-header__inner, .l-header__menubox {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
}
.l-header__topbox {
  background-color: var(--custom-second-color);
  padding: 20px 15px;
}
.l-header__inner {
  align-items: center;
  gap: 15px;
  flex-direction: column;
}
.l-header__inner {
  display: flex;
}
@media screen and (min-width: 960px) {
  .l-header__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-header__h1 {
  width: 100%;
  justify-content: center;
  align-items: center;
}
.l-header__h1 {
  display: flex;
}
@media screen and (min-width: 960px) {
  .l-header__h1 {
    width: auto;
  }
}
.l-header__toplink {
  display: block;
  width: 100%;
  max-width: 70%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .l-header__toplink {
    max-width: 326px;
  }
}
.l-header__logo {
  width: auto;
  max-width: 100%;
}
.l-header__right {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .l-header__right {
    width: auto;
  }
}
.l-header__contentsbox:not(:last-child) {
  margin-bottom: 15px;
}
.l-header__contentsbox p {
  color: var(--custom-white);
  text-align: center;
}
@media screen and (min-width: 960px) {
  .l-header__contentsbox p {
    text-align: end;
  }
}
.l-header__tel {
  font-size: 22.68px;
}
.l-header__tel a {
  color: var(--custom-white);
}
.l-header__text {
  font-size: 90%;
}
.l-header__menuarea {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .l-header__menuarea {
    background-color: var(--custom-second-color);
    margin-top: 0px;
    padding-bottom: 5px;
  }
}
.l-header__menubox {
  width: 98%;
  background-color: var(--palette-21);
  border: 1px solid var(--palette-18);
  border-radius: 6px;
}
@media screen and (min-width: 645px) {
  .l-header__menubox {
    width: 95%;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__menubox {
    width: 100%;
    background-color: transparent;
    border: none;
  }
}
.l-header__menubtn {
  width: 100%;
  display: block;
  height: 37px;
  line-height: 37px;
  font-weight: bold;
  background: url("../img/menuOpen.png") no-repeat 5px 8px;
}
@media screen and (min-width: 1024px) {
  .l-header__menubtn {
    display: none;
  }
}
.l-header__menubtn.menuOpen {
  background: url("../img/menuOpen.png") no-repeat 5px -34px;
}
.l-header__menubtn span {
  font-family: var(--custom-font-jp);
  padding-left: 35px;
}
.l-header__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__nav {
    display: block !important;
  }
}
.l-header__menu {
  flex-direction: column;
}
.l-header__menu {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .l-header__menu {
    flex-direction: row;
  }
}
.l-header__menu .menu-item {
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .l-header__menu .menu-item {
    line-height: 1.5;
    flex-grow: 1;
    border-right: 1px dotted var(--palette-10);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__menu .menu-item:first-child {
    border-left: 1px dotted var(--palette-10);
  }
}
.l-header__menu .menu-item:not(:last-child) a {
  border-bottom: 1px dashed var(--palette-11);
}
@media screen and (min-width: 1024px) {
  .l-header__menu .menu-item:not(:last-child) a {
    border-bottom: none;
  }
}
.l-header__menu .menu-item a {
  width: 100%;
  padding: 15px 10px;
  color: var(--custom-text-color);
}
@media screen and (min-width: 1024px) {
  .l-header__menu .menu-item a {
    align-items: center;
    flex-direction: column;
    color: var(--custom-white);
    padding: 10px 20px 5px;
  }
  .l-header__menu .menu-item a {
    display: flex;
  }
}
.l-header__menu .menu-item a:hover {
  background-color: var(--custom-white);
}
@media screen and (min-width: 1024px) {
  .l-header__menu .menu-item a:hover {
    background-color: transparent;
    color: var(--palette-06);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__menu .menu-item a:hover .menu-item-description {
    color: var(--palette-06);
  }
}
@media screen and (min-width: 1024px) {
  .l-header__menu .menu-item-title {
    font-size: 13.86px;
    line-height: 1.4;
  }
}
.l-header__menu .menu-item-description {
  display: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-header__menu .menu-item-description {
    display: inline-block;
    color: #f5f2e8;
    font-size: 11.55px;
  }
}

/*
footer
_________________________________________*/
.l-footer {
  background-color: var(--custom-second-color);
  padding: 15px 20px 35px;
}
.l-footer__inner {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__container {
  margin-bottom: 35px;
}
.l-footer__menu {
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
}
.l-footer__menu {
  display: flex;
}
.l-footer__menu .menu-item:not(:first-child) {
  border-left: 1px dotted var(--palette-07);
}
.l-footer__menu .menu-item a {
  color: var(--custom-white);
  padding: 5px 16px;
}
.l-footer__menu .menu-item a:hover {
  color: var(--palette-04);
}
.l-footer__copyright {
  text-align: center;
  color: var(--custom-white);
  font-size: 10px;
}

/*
サイドバー
_________________________________________*/
.l-sidebar .widget_block:not(:last-child) {
  margin-bottom: 20px;
}
.l-sidebar h2.wp-block-heading {
  font-size: 15.4px;
  padding: 7px 10px;
  border: 1px solid var(--palette-15);
  color: var(--custom-white);
  background-color: var(--custom-main-color);
}
.l-sidebar__bloglink {
  flex-wrap: wrap;
  gap: 15px;
}
.l-sidebar__bloglink {
  display: flex;
}
.l-sidebar__blogitem {
  width: 100%;
  max-width: 326px;
}

/*==================================================

object　part

==================================================*/
/*--------------------------------------------------

---Component part

--------------------------------------------------*/
/*
Contact Form7　フォームデザイン書き換え
_________________________________________*/
.c-form {
  margin-top: 35px;
}
.c-form__inputarea .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  max-width: 90%;
}
.c-form__inputarea .has-date .wpcf7-form-control-wrap {
  width: -moz-fit-content;
  width: fit-content;
}
.c-form__inputarea .has-time {
  margin-top: 15px;
}
.c-form__inputarea input[type=text],
.c-form__inputarea input[type=email],
.c-form__inputarea input[type=url],
.c-form__inputarea input[type=tel],
.c-form__inputarea input[type=number] {
  width: 100%;
}
@media screen and (min-width: 645px) {
  .c-form__inputarea input[type=text],
  .c-form__inputarea input[type=email],
  .c-form__inputarea input[type=url],
  .c-form__inputarea input[type=tel],
  .c-form__inputarea input[type=number] {
    max-width: 316px;
  }
}
.c-form__inputarea textarea {
  width: 100%;
}
.c-form__inputarea input[type=date] {
  width: auto;
}
.c-form__inputarea .wpcf7-list-item.has-free-text input[type=text] {
  width: auto;
}
.c-form__tr {
  display: grid;
  border-color: var(--palette-08);
  border-style: solid;
  border-width: 1px 1px 0px 1px;
}
@media screen and (min-width: 645px) {
  .c-form__tr {
    grid-template-columns: 1fr 2.2fr;
  }
}
@media screen and (min-width: 960px) {
  .c-form__tr {
    grid-template-columns: 171px 1fr;
  }
}
.c-form__tr:last-child {
  border-bottom-width: 1px;
}
.c-form__th {
  min-width: 1px;
  background: var(--palette-19);
  padding: 10px;
  font-size: 14px;
  color: var(--palette-1);
  border-bottom: 1px solid var(--palette-08);
}
@media screen and (min-width: 645px) {
  .c-form__th {
    border-bottom: none;
    border-right: 1px solid var(--palette-08);
  }
}
.c-form__td {
  min-width: 1px;
  padding: 10px;
  font-size: 13px;
}
.c-form__rq, .c-form__op {
  position: relative;
  bottom: 1px;
  font-size: 7px;
  padding: 5px;
  color: var(--custom-white);
  border-radius: 2px;
  margin-right: 5px;
}
.c-form__rq {
  background-color: var(--palette-24);
}
.c-form__op {
  background-color: var(--palette-25);
}
.c-form__submitarea {
  margin-top: 20px;
}
.c-form__submit {
  margin-top: 30px;
}
.c-form__submit input[type=submit] {
  width: 100%;
  line-height: 1.5;
}

/*
装飾
_________________________________________*/
.wp-block-table.c-schedule td {
  height: 96px;
  vertical-align: middle;
}

.wp-block-group.c-price__head {
  margin-bottom: 0px;
  padding: 10px;
  border: 1px solid var(--palette-05);
  border-bottom: none;
}
.wp-block-group.c-price .wp-block-table {
  margin-top: 0px;
}
.wp-block-group.c-price .wp-block-table td:first-child {
  width: 71.981%;
}

.c-point-column {
  padding-bottom: 15px;
}
.c-point-column__num {
  font-size: clamp(1.5rem, 1.125rem + 1.88vw, 2.25rem);
  /* font-size=>サイズ24px‐36px　画面320px-960px */
}
.c-point-column__title {
  font-size: 20px;
}

.wp-block-group.has-background.c-flow {
  padding-top: 0px;
}

.c-flowtitle h2.wp-block-heading {
  padding: 1.25em 2.375em;
  text-align: center;
}
.c-flowtitle h2.wp-block-heading::before {
  display: none;
}

/*
通常記事ループ
_________________________________________*/
.c-postloop {
  margin-top: 20px;
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .c-postloop {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.c-postloop__item {
  width: 100%;
  min-width: 1px;
}
.c-postloop__head {
  margin-bottom: 14px;
}
.c-postloop__posttitle {
  font-size: 18.2px;
  font-weight: 400;
  color: var(--custom-text-color);
  border-bottom: 2px solid var(--custom-main-color);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.c-postloop__time a {
  color: rgba(0, 0, 0, 0.5);
}
.c-postloop__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}
.c-postloop__ex {
  margin-bottom: 20px;
}
.c-postloop__morebtn {
  padding: 8px 15px;
  border: 2px solid #222;
  color: #222;
  font-size: 11.2px;
}
.c-postloop__morebtn:hover {
  color: #fff;
  background: #222;
}

/*
ユメキット通信ループ
_________________________________________*/
.c-infoloop__page:not(:last-child) {
  margin-bottom: 25px;
}
.c-infoloop__title {
  position: relative;
  font-family: var(--custom-font-jp);
  font-size: 14px;
  padding-left: 20px;
}
.c-infoloop__title::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background-color: var(--palette-05);
  border-radius: 50%;
}
.c-infoloop__time {
  font-size: 11.5px;
}
.c-infoloop__article {
  margin-top: 15px;
}

/*
ページネーション
_________________________________________*/
/* 一覧 */
.c-pagination {
  margin-top: 28px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.c-pagination {
  display: flex;
}
.c-pagination__box {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.c-pagination__box {
  display: flex;
}

/*--------------------------------------------------

---Project
＊WordPress defaultpage part

--------------------------------------------------*/
/*
各ページレイアウト制御
_________________________________________*/
/* 記事 */
.p-post__header {
  margin-bottom: 15px;
}
.p-post__title {
  margin-bottom: 20px;
}
.p-post__time {
  text-align: right;
  font-weight: bold;
  color: var(--palette-03);
}
.p-post__article {
  padding-bottom: 20px;
}
.p-post__btn {
  margin-top: 20px;
  flex-wrap: wrap;
}
.p-post__btn {
  display: flex;
}
.p-post__btn.both {
  justify-content: space-between;
}
.p-post__btn.prev {
  justify-content: flex-start;
}
.p-post__btn.next {
  justify-content: flex-end;
}

/* 検索結果 */
.p-search__item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-search__link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-search__link span {
  color: #515151;
  font: normal 90% Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  padding-left: 10px;
}

/*--------------------------------------------------

---Project
＊Originalpage part

--------------------------------------------------*/
/*
トップページ
_________________________________________*/
.p-top-mv {
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-top-mv__img {
  width: 100%;
}
.p-top-mv__img img {
  height: auto;
}

.p-top-post {
  width: 100%;
  height: 300px;
  overflow: auto;
  border: 1px solid var(--palette-05);
  border-radius: 3px;
  padding: 10px;
}
.p-top-post.wp-block-group {
  margin-top: 0px;
}
.p-top-post__inner {
  padding: 10px 5px;
}

.wp-block-latest-posts__post-title {
  position: relative;
  padding-left: 20px;
}
.wp-block-latest-posts__post-title::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background-color: var(--palette-05);
  border-radius: 50%;
}

/*--------------------------------------------------

---Utility part

--------------------------------------------------*/
.u-facebook {
  background-color: #1877F2;
}

.u-twitter {
  background-color: #000;
}

.u-line {
  background-color: #00B900;
}

.u-feed {
  background-color: #ff8227;
}

.u-hatena {
  background-color: #00a4de;
}

.no-item {
  text-align: center;
}/*# sourceMappingURL=style.css.map */