@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&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: #232323;
  --custom-main-color: #0A4B24;
  --custom-second-color: #E4F1E5;
  --custom-back-color: #0E2216;
  --custom-accent-color: #CA1414;
  --custom-text-rgb: 35, 35, 35;
  --custom-main-rgb: 10, 75, 36;
  --custom-second-rgb: 228, 241, 229;
  --custom-back-rgb: 14, 34, 22;
  --custom-accent-rgb: 202, 20, 20;
  --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: #C0C6C9;
  --custom-font-serif: "Noto Serif JP", serif;
  --custom-font-sans: "Noto Sans JP", sans-serif;
  --custom-hovercolor: #3b6f50;
  --custom-boxshadow: 0px 0px 12px 0px rgba(var(--custom-main-rgb), 0.4);
}

/*
ページベーススタイル
_________________________________________*/
body,
html {
  font-family: Roboto, "Segoe UI", Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 65px;
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 100px;
  }
}

a {
  display: inline-block;
  color: var(--custom-main-color);
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: rgba(var(--custom-main-rgb), 0.5);
}

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

h2 {
  font-family: var(--custom-font-serif);
  font-size: clamp(1.375rem, 1.167rem + 1.04vw, 2rem);
  font-weight: 600;
  /* font-size=>サイズ22px‐32px　画面320px-1280px */
}

h3 {
  font-family: var(--custom-font-serif);
  font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  font-weight: 600;
  /* font-size=>サイズ20px‐24px　画面320px-1280px */
}

h4,
h5 {
  font-family: var(--custom-font-serif);
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  font-weight: 600;
  /* font-size=>サイズ16px‐20px　画面320px-1280px */
}

h6 {
  font-size: 1rem;
  font-weight: 500;
}

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 {
  border: 1px solid var(--custom-gray);
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 8px;
}
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(--custom-gray);
}
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(--custom-gray);
}
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(--custom-gray);
}
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(--custom-gray);
}
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(--custom-gray);
  opacity: 1;
}

select {
  border: 1px solid var(--custom-gray);
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 8px;
}

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

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

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: 24px;
  width: 24px;
  border: 1px solid var(--custom-gray);
  border-radius: 4px;
}
input[type=checkbox]:checked {
  border: 1px solid var(--custom-main-color);
  background-color: var(--custom-main-color);
}
input[type=checkbox]:checked::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--custom-white);
  height: 100%;
  font-family: "Material Symbols Rounded";
  font-size: 18px;
  content: "\e5ca";
}
input[type=checkbox]:focus-visible {
  outline: 2px solid var(--custom-main-color);
  outline-offset: 2px;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: 24px;
  width: 24px;
  border: 1px solid var(--custom-gray);
  border-radius: 50%;
}
input[type=radio]:checked {
  border: 1px solid var(--custom-gray);
}
input[type=radio]:checked::before {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--custom-main-color);
  content: "";
}
input[type=radio]:focus-visible {
  outline: 2px solid var(--custom-main-color);
  outline-offset: 2px;
}

input[type=file]::file-selector-button {
  display: block;
  border: 1px solid var(--custom-main-color);
  border-radius: 5px;
  padding: 8px 10px;
  color: var(--custom-main-color);
  background-color: rgba(var(--custom-main-rgb), 0.3);
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  input[type=file]::file-selector-button {
    margin-bottom: 0px;
    margin-right: 15px;
    display: inline-block;
  }
}

input[type=submit],
button {
  display: block;
  border: none;
  padding: 18px 80px;
  color: var(--custom-white);
  background: var(--custom-main-color);
  cursor: pointer;
  transition: all 0.3s ease;
}
input[type=submit]:hover,
button:hover {
  color: var(--custom-white);
  background-color: var(--custom-hovercolor);
  box-shadow: var(--custom-boxshadow);
}
input[type=submit]:disabled,
button:disabled {
  background: #f0f0f0;
  color: var(--custom-gray);
}
input[type=submit]:disabled:hover,
button:disabled:hover {
  box-shadow: unset;
}

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

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

/*
ブロックエディター
_________________________________________*/
.article-block-onarea {
  padding-left: 20px;
  padding-right: 20px;
}
.article-block-onarea > .alignfull {
  margin-right: -20px;
  margin-left: -20px;
}
.article-block-onarea .alignfull {
  padding-left: 20px;
  padding-right: 20px;
}

.is-style-group-custom-section:not(:first-child) {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .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: 768px) {
  .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: 1024px) {
  .is-style-group-custom-box:not(:first-child) {
    margin-top: 100px;
  }
}
.is-style-group-custom-box:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-box:not(:last-child) {
    margin-bottom: 100px;
  }
}
.is-style-group-custom-box.has-background {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-box.has-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.is-style-group-custom-grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-grid {
    grid-template-columns: 190px 1fr;
    justify-items: start;
  }
}
.is-style-group-custom-grid > .wp-block-group {
  width: 100%;
  min-width: 1px;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-grid > .wp-block-group {
    margin-top: 0px;
  }
}

.wp-block-heading.is-style-heading-custom-border {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--custom-main-color);
}
.wp-block-heading.is-style-heading-custom-vertical {
  position: relative;
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-heading-custom-vertical {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.1em;
    line-height: 1.1;
  }
}
.wp-block-heading.is-style-heading-custom-vertical::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--custom-main-color);
}
@media screen and (min-width: 768px) {
  .wp-block-heading.is-style-heading-custom-vertical::before {
    left: unset;
    right: 0px;
  }
}
.wp-block-heading.is-style-heading-custom-backvertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 10px;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
}
@media screen and (min-width: 1024px) {
  .wp-block-heading.is-style-heading-custom-backvertical {
    padding: 20px 10px;
  }
}

h2.wp-block-heading:not(:first-child) {
  margin-top: 2.5rem;
}
h2.wp-block-heading.is-style-heading-custom-vertical {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading.is-style-heading-custom-vertical {
    padding-top: 0px;
    padding-right: 18px;
  }
}
h2.wp-block-heading.is-style-heading-custom-vertical::before {
  width: 40px;
  height: 3px;
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading.is-style-heading-custom-vertical::before {
    width: 3px;
    height: 40px;
  }
}
h2.wp-block-heading.is-style-heading-custom-backvertical {
  font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  /* font-size=>サイズ20px‐24px　画面320px-1280px */
}

h3.wp-block-heading {
  color: var(--custom-main-color);
}
h3.wp-block-heading:not(:first-child) {
  margin-top: 1.8rem;
}
h3.wp-block-heading.is-style-heading-custom-vertical {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading.is-style-heading-custom-vertical {
    padding-top: 0px;
    padding-right: 15px;
  }
}
h3.wp-block-heading.is-style-heading-custom-vertical::before {
  width: 40px;
  height: 3px;
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading.is-style-heading-custom-vertical::before {
    width: 3px;
    height: 40px;
  }
}
h3.wp-block-heading.is-style-heading-custom-backvertical {
  font-size: clamp(1rem, 0.875rem + 0.63vw, 1.375rem);
  /* font-size=>サイズ16px‐22px　画面320px-1280px */
}

h4.wp-block-heading,
h5.wp-block-heading {
  color: var(--custom-main-color);
}
h4.wp-block-heading:not(:first-child),
h5.wp-block-heading:not(:first-child) {
  margin-top: 1.5rem;
}
h4.wp-block-heading.is-style-heading-custom-vertical,
h5.wp-block-heading.is-style-heading-custom-vertical {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  h4.wp-block-heading.is-style-heading-custom-vertical,
  h5.wp-block-heading.is-style-heading-custom-vertical {
    padding-top: 0px;
    padding-right: 15px;
  }
}
h4.wp-block-heading.is-style-heading-custom-vertical::before,
h5.wp-block-heading.is-style-heading-custom-vertical::before {
  width: 35px;
  height: 2px;
}
@media screen and (min-width: 768px) {
  h4.wp-block-heading.is-style-heading-custom-vertical::before,
  h5.wp-block-heading.is-style-heading-custom-vertical::before {
    width: 2px;
    height: 35px;
  }
}

h6.wp-block-heading {
  font-family: var(--custom-font-sans);
  color: var(--custom-main-color);
}

ul.wp-block-list {
  list-style: disc;
  padding-left: 1.7rem;
}
ul.wp-block-list li {
  padding: 3px 0px;
}

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

blockquote.wp-block-quote {
  position: relative;
  margin: 1.7rem 0;
  padding: 3.5rem 1.5rem 1.5rem;
  background-color: rgba(var(--custom-main-rgb), 0.05);
}
blockquote.wp-block-quote::before {
  position: absolute;
  content: "❜❜";
  font-size: 3rem;
  line-height: 1.1;
  color: var(--custom-main-color);
  top: 10px;
}
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;
}

.wp-block-table {
  margin: 1.5rem 0;
}
.wp-block-table table {
  width: auto;
}
.wp-block-table thead {
  border-bottom: 1px solid;
}
.wp-block-table th,
.wp-block-table td {
  border-right: none;
  border-left: none;
  padding: 0.8rem 0.6rem;
}
.wp-block-table th {
  background-color: var(--custom-second-color);
  font-family: var(--custom-font-serif);
  color: var(--custom-main-color);
  font-weight: 600;
  border-color: var(--custom-main-color);
  text-align: start;
}
.wp-block-table tfoot {
  border-top: 1px solid;
}
.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) th:not(:last-child) {
  border-right-color: var(--custom-white);
}
.wp-block-table:not(.is-style-stripes) tfoot td {
  background-color: rgba(var(--custom-main-rgb), 0.1);
}

.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-main-rgb), 0.05);
}
.wp-block-table.is-style-stripes tfoot {
  border-top: 2px solid rgba(var(--custom-main-rgb), 0.3);
  border-bottom: 2px solid rgba(var(--custom-main-rgb), 0.3);
}

figcaption.wp-element-caption {
  font-size: 0.8rem;
  color: var(--wp--preset--color--glaypattern-5);
  padding-top: 5px;
}

.wp-element-button {
  font-family: var(--custom-font-serif);
  color: var(--custom-white);
  background: var(--custom-main-color);
  border-radius: 0px;
}
.wp-element-button:hover {
  color: var(--custom-white);
  background-color: var(--custom-hovercolor);
  box-shadow: var(--custom-boxshadow);
}

.wp-block-button.is-style-outline .wp-element-button {
  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-block-button__link:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
}
.wp-block-button.is-style-button-custom-bigsize .wp-element-button {
  font-size: 16px;
  padding: 1.2rem 3rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .wp-block-button.is-style-button-custom-bigsize .wp-element-button {
    font-size: 18px;
  }
}
.wp-block-button.tel-btn .wp-element-button, .wp-block-button.fax-btn .wp-element-button, .wp-block-button.shop-btn .wp-element-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.wp-block-button.tel-btn .wp-element-button::before, .wp-block-button.fax-btn .wp-element-button::before, .wp-block-button.shop-btn .wp-element-button::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .wp-block-button.tel-btn .wp-element-button::before, .wp-block-button.fax-btn .wp-element-button::before, .wp-block-button.shop-btn .wp-element-button::before {
    width: 25px;
    height: 25px;
  }
}
.wp-block-button.tel-btn .wp-element-button::before {
  background-image: url(../img/contents/icon-tel.svg);
}
.wp-block-button.fax-btn .wp-element-button::before {
  background-image: url(../img/contents/icon-fax.svg);
}
.wp-block-button.shop-btn .wp-element-button::before {
  background-image: url(../img/contents/icon-shop.svg);
}

.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.is-style-button-custom-bigsize .wp-element-button {
  padding: 1.2rem 1rem;
}
.wp-block-buttons.is-style-buttons-custom-fullwidth .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons.is-style-buttons-custom-2ndfullwidth .wp-block-button {
  width: 100%;
}
@media screen and (min-width: 425px) {
  .wp-block-buttons.is-style-buttons-custom-2ndfullwidth .wp-block-button {
    width: calc(50% - 0.45rem);
  }
}
.wp-block-buttons.is-style-buttons-custom-2ndfullwidth .wp-block-button.is-style-button-custom-bigsize .wp-element-button {
  padding: 1.2rem 1rem;
}
.wp-block-buttons.is-style-buttons-custom-2ndfullwidth .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons.is-style-buttons-custom-3rdfullwidth {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.wp-block-buttons.is-style-buttons-custom-3rdfullwidth .wp-block-button.is-style-button-custom-bigsize .wp-element-button {
  padding: 1.2rem 1rem;
}
.wp-block-buttons.is-style-buttons-custom-3rdfullwidth .wp-block-button__link {
  width: 100%;
}

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

Layout　part

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

.l-maincontents,
.l-footerarea {
  min-width: 1px;
}

/*
内部headlines
_________________________________________*/
.l-pageheadline__inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1280px) {
  .l-pageheadline__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .l-pageheadline__inner {
    margin-top: 80px;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .l-pageheadline__inner {
    gap: 25px;
  }
}
.l-pageheadline__title {
  position: relative;
  font-family: var(--custom-font-serif);
  font-size: clamp(1.5rem, 1.292rem + 1.04vw, 2.125rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--custom-main-color);
  text-align: center;
  padding-bottom: 15px;
  /* font-size=>サイズ24px‐34px　画面320px-1280px */
}
@media screen and (min-width: 1024px) {
  .l-pageheadline__title {
    padding-bottom: 25px;
  }
}
.l-pageheadline__title::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 1px;
  background-color: var(--custom-main-color);
}
@media screen and (min-width: 1024px) {
  .l-pageheadline__title::after {
    width: 200px;
  }
}
.l-pageheadline__subtext {
  font-family: var(--custom-font-serif);
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-pageheadline__subtext {
    font-size: 16px;
  }
}

/*
パンくずリスト
_________________________________________*/
.l-breadcrumb {
  background-color: var(--custom-second-color);
}
.l-breadcrumb__list {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1280px) {
  .l-breadcrumb__list {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*
SNSシェア
_________________________________________*/
.l-snsbtn {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 425px) {
  .l-snsbtn {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
}
.l-snsbtn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: var(--custom-white);
  min-width: 1px;
}
@media screen and (min-width: 425px) {
  .l-snsbtn__link {
    flex-direction: column;
  }
}
.l-snsbtn__link:hover {
  color: var(--custom-white);
  box-shadow: var(--custom-boxshadow);
}
.l-snsbtn__img {
  width: 25px;
  height: 25px;
}

/*
コメント
_________________________________________*/
.l-comments {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .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 {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: rgba(var(--custom-main-rgb), 0.1);
  border-radius: 5px;
}
.l-comments__list span.says {
  visibility: hidden;
}
.l-comments__list .comment-metadata {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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);
}
.l-comments__list a.comment-edit-link:hover {
  color: var(--custom-white);
  background-color: var(--custom-hovercolor);
  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);
}
.l-comments__list a.comment-reply-link:hover {
  color: var(--custom-white);
  background-color: var(--custom-hovercolor);
  box-shadow: var(--custom-boxshadow);
}
.l-comments__list ul.children {
  margin-top: 10px;
  display: grid;
  gap: 1rem;
}
.l-comments__pagelink {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.l-comments__pagelink a.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: var(--custom-font-serif);
  font-size: 12px;
  border: 1px solid transparent;
  border-radius: 50%;
}
@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 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: var(--custom-font-serif);
  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%;
}
@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 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.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;
}

/*
CTAエリア
_________________________________________*/
.l-cta {
  background-image: url(../img/contents/cta-backimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .l-cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .l-cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.l-cta__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-cta__inner {
    gap: 30px;
  }
}
.l-cta h2.wp-block-heading {
  font-size: clamp(1.25rem, 1.083rem + 0.83vw, 1.75rem);
  text-align: center;
  padding-bottom: 0px;
  /* font-size=>サイズ20px‐28px　画面320px-1280px */
}
.l-cta__text {
  margin-top: 0px;
}
.l-cta__text p {
  margin-top: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-cta__text p {
    font-size: 16px;
  }
}
.l-cta__btnarea {
  width: 100%;
  justify-content: center;
  margin-top: 0px;
}
.l-cta .wp-block-buttons > .wp-block-button {
  display: block;
}
.l-cta__btn {
  width: 100%;
  max-width: 320px;
}
.l-cta__btn .wp-element-button {
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .l-cta__btn .wp-element-button {
    font-size: 18px;
    height: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .l-cta__btn .wp-element-button {
    font-size: 20px;
  }
}

/*
header
_________________________________________*/
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 1000;
  transition: all 0.3s ease;
  min-width: 1px;
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 100px;
  }
}
.l-header.fixed {
  background-color: rgba(var(--custom-second-rgb), 0.6);
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.l-header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-header__toplink {
  display: block;
}
.l-header__toplink span {
  display: block;
  font-family: var(--custom-font-serif);
  font-size: 30px;
  color: var(--custom-main-color);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-header__toplink span {
    font-size: 32px;
  }
}
.l-header__toplink:hover .l-header__logo {
  opacity: 0.6;
}
.l-header__toplink:hover span {
  opacity: 0.6;
}
.l-header__logo {
  max-width: 230px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    max-width: 330px;
  }
}
@media screen and (min-width: 1680px) {
  .l-header__logo {
    max-width: 400px;
  }
}
.l-header__description {
  display: none;
}
@media screen and (min-width: 1440px) {
  .l-header__description {
    display: block;
    font-size: 13px;
    line-height: 1.8;
  }
}
.l-header__left {
  display: flex;
  gap: 20px;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: -110%;
  height: 100svh;
  width: 80%;
  max-width: 320px;
  background-color: var(--custom-back-color);
  padding: 70px 20px;
  transition: all 0.3s ease;
  z-index: 1001;
}
.l-header__left.panelactive {
  right: 0%;
}
@media screen and (min-width: 1024px) {
  .l-header__left {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    position: static;
    height: auto;
    background: transparent;
    padding: 0px;
    width: auto;
    max-width: unset;
  }
}
@media screen and (min-width: 1680px) {
  .l-header__left {
    gap: 40px;
  }
}
.l-header__menu {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-header__menu {
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
}
@media screen and (min-width: 1680px) {
  .l-header__menu {
    gap: 30px;
  }
}
.l-header__menu .menu-item a {
  display: block;
  font-family: var(--custom-font-serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--custom-white);
  padding: 5px 0px;
}
@media screen and (min-width: 1024px) {
  .l-header__menu .menu-item a {
    font-size: 16px;
    color: var(--custom-text-color);
    padding: 0px;
  }
}
.l-header__menu .menu-item a:hover {
  color: rgba(var(--custom-main-rgb), 0.5);
}
.l-header__btnitem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.l-header__btnitem .menu-item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-header__btnitem .menu-item {
    width: 170px;
  }
}
@media screen and (min-width: 1680px) {
  .l-header__btnitem .menu-item {
    width: 230px;
  }
}
.l-header__btnitem .menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-family: var(--custom-font-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--custom-white);
  padding: 15px 10px;
  background-color: var(--custom-main-color);
  line-height: 1.1;
}
.l-header__btnitem .menu-item a:hover {
  background-color: var(--custom-hovercolor);
  box-shadow: var(--custom-boxshadow);
}
@media screen and (min-width: 1680px) {
  .l-header__btnitem .menu-item a {
    font-size: 18px;
  }
}
.l-header__btnitem .menu-item.tel-btn a::before, .l-header__btnitem .menu-item.fax-btn a::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1680px) {
  .l-header__btnitem .menu-item.tel-btn a::before, .l-header__btnitem .menu-item.fax-btn a::before {
    width: 25px;
    height: 25px;
  }
}
.l-header__btnitem .menu-item.tel-btn a::before {
  background-image: url(../img/contents/icon-tel.svg);
}
.l-header__btnitem .menu-item.fax-btn a::before {
  background-image: url(../img/contents/icon-fax.svg);
}
.l-header__hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--custom-main-color);
  cursor: pointer;
  z-index: 1002;
}
.l-header__hamburger span {
  display: inline-block;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  border-radius: 2px;
  background-color: var(--custom-white);
  width: 50%;
}
.l-header__hamburger span:nth-of-type(1) {
  top: 10px;
}
.l-header__hamburger span:nth-of-type(2) {
  top: 19px;
  opacity: 1;
}
.l-header__hamburger span:nth-of-type(3) {
  top: 28px;
}
.l-header__hamburger.active {
  background-color: transparent;
}
.l-header__hamburger.active span:nth-of-type(1) {
  left: 7.5px;
  transform: translateY(10px) rotate(-45deg);
  width: 60%;
}
.l-header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__hamburger.active span:nth-of-type(3) {
  left: 7.5px;
  transform: translateY(-8px) rotate(45deg);
  width: 60%;
}
@media screen and (min-width: 1024px) {
  .l-header__hamburger {
    display: none;
  }
}

/*
footer
_________________________________________*/
.l-footer {
  background-color: var(--custom-back-color);
}
.l-footer__inner {
  padding: 30px 20px 15px;
}
.l-footer__main {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-footer__main {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .l-footer__main {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.l-footer__left, .l-footer__right {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .l-footer__left, .l-footer__right {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-footer__right {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-footer__right {
    max-width: 480px;
  }
}
.l-footer__toplink {
  display: block;
  text-align: center;
}
.l-footer__toplink span {
  display: block;
  font-family: var(--custom-font-serif);
  font-size: 30px;
  color: var(--custom-white);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-footer__toplink span {
    font-size: 32px;
  }
}
.l-footer__toplink:hover .l-footer__logo {
  opacity: 0.6;
}
.l-footer__toplink:hover span {
  opacity: 0.6;
}
.l-footer__logo {
  width: 80%;
  max-width: 320px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 100%;
  }
}
.l-footer__access {
  font-family: var(--custom-font-serif);
  color: var(--custom-white);
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-footer__access {
    font-size: 16px;
    text-align: start;
  }
}
.l-footer__shopname {
  font-weight: 700;
  margin-bottom: 5px;
}
.l-footer__menu {
  display: grid;
}
@media screen and (min-width: 425px) {
  .l-footer__menu {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    justify-content: unset;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 0px;
    grid-auto-flow: column;
  }
}
.l-footer__menu .menu-item {
  width: 100%;
}
.l-footer__menu .menu-item a {
  display: block;
  padding: 5px 0px;
  text-align: center;
  font-family: var(--custom-font-serif);
  font-size: 16px;
  color: var(--custom-white);
}
@media screen and (min-width: 425px) {
  .l-footer__menu .menu-item a {
    padding: 10px 0px;
    border-bottom: 1px solid var(--custom-white);
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__menu .menu-item a {
    text-align: start;
  }
}
.l-footer__menu .menu-item a:hover {
  color: rgba(var(--custom-second-rgb), 0.6);
  border-color: rgba(var(--custom-second-rgb), 0.6);
}
.l-footer__btnitem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.l-footer__btnitem .menu-item {
  width: 100%;
}
@media screen and (min-width: 425px) {
  .l-footer__btnitem .menu-item {
    width: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__btnitem .menu-item {
    width: 230px;
  }
}
.l-footer__btnitem .menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-family: var(--custom-font-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--custom-white);
  padding: 15px 10px;
  background-color: var(--custom-main-color);
  line-height: 1.1;
}
.l-footer__btnitem .menu-item a:hover {
  background-color: var(--custom-hovercolor);
  box-shadow: var(--custom-boxshadow);
}
@media screen and (min-width: 1024px) {
  .l-footer__btnitem .menu-item a {
    font-size: 18px;
  }
}
.l-footer__btnitem .menu-item.tel-btn a::before, .l-footer__btnitem .menu-item.fax-btn a::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .l-footer__btnitem .menu-item.tel-btn a::before, .l-footer__btnitem .menu-item.fax-btn a::before {
    width: 25px;
    height: 25px;
  }
}
.l-footer__btnitem .menu-item.tel-btn a::before {
  background-image: url(../img/contents/icon-tel.svg);
}
.l-footer__btnitem .menu-item.fax-btn a::before {
  background-image: url(../img/contents/icon-fax.svg);
}
.l-footer__copyarea {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-footer__copyarea {
    margin-top: 15px;
  }
}
.l-footer__copyright {
  font-family: var(--custom-font-serif);
  color: var(--custom-white);
  font-size: 13px;
}
.l-footer__topscroll {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: var(--custom-main-color);
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .l-footer__topscroll {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
.l-footer__topscroll span {
  color: var(--custom-white);
  font-size: 24px;
}
@media screen and (min-width: 1280px) {
  .l-footer__topscroll span {
    font-size: 28px;
  }
}

/*
サイドバー
_________________________________________*/
/* 全体設定 */
.l-sidebar section.widget_block:not(:first-child) {
  margin-top: 50px;
}
.l-sidebar h2.wp-block-heading {
  font-family: var(--custom-font-serif);
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  padding: 5px 10px;
  color: var(--custom-main-color);
  border-left: 5px solid var(--custom-main-color);
  background-color: var(--custom-second-color);
  /* font-size=>サイズ20px‐24px　画面320px-1280px */
}

/* 検索 */
.l-sidebar .wp-block-search__label:not(.screen-reader-text) {
  display: block;
  font-weight: 600;
  color: var(--custom-main-color);
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--custom-main-color);
}
.l-sidebar .wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--custom-main-color);
}

/* カテゴリ */
.l-sidebar .wp-block-categories__label:not(.screen-reader-text) {
  display: block;
  font-weight: 600;
  color: var(--custom-main-color);
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--custom-main-color);
}
.l-sidebar .wp-block-categories-list .cat-item a {
  display: block;
  padding: 10px;
}
.l-sidebar .wp-block-categories-list .cat-item a:hover {
  color: rgba(var(--custom-main-rgb), 0.5);
  background-color: rgba(var(--custom-second-rgb), 0.5);
}
.l-sidebar .wp-block-categories-list > .cat-item a {
  border-top: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-categories-list > .cat-item:last-child a {
  border-bottom: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-categories-list ul.children {
  border-top: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-categories-list ul.children .cat-item a {
  position: relative;
  border-top: none;
  padding-left: 40px;
}
.l-sidebar .wp-block-categories-list ul.children .cat-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 1px;
  background-color: var(--custom-main-color);
}
.l-sidebar .wp-block-categories-dropdown select {
  width: 100%;
}

/* アーカイブ */
.l-sidebar .wp-block-archives__label:not(.screen-reader-text) {
  display: block;
  font-weight: 600;
  color: var(--custom-second-color);
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-archives-list li a {
  display: block;
  padding: 10px;
  border-top: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-archives-list li a:hover {
  color: rgba(var(--custom-main-rgb), 0.5);
  background-color: rgba(var(--custom-second-rgb), 0.5);
}
.l-sidebar .wp-block-archives-list li:last-child a {
  border-bottom: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-archives-dropdown select {
  width: 100%;
}

/* タグクラウド */
.l-sidebar .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.l-sidebar .tag-cloud-link {
  display: inline-block;
  padding: 5px 8px;
  font-size: 13px !important;
  border: 1px solid var(--custom-main-color);
  border-radius: 3px;
  margin: 0;
}
.l-sidebar .tag-cloud-link:hover {
  color: var(--custom-main-color);
  background-color: rgba(var(--custom-second-rgb), 0.5);
}

/* 最新記事 パネル */
.l-sidebar .wp-block-latest-posts__list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.l-sidebar .wp-block-latest-posts li {
  padding: 10px;
  display: grid;
  gap: 10px;
  border: 1px solid var(--custom-main-color);
  border-radius: 5px;
}
.l-sidebar .wp-block-latest-posts__featured-image {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.l-sidebar .wp-block-latest-posts__featured-image img {
  width: auto;
  max-height: 218px;
  aspect-ratio: 4/3;
}

/* コメント */
.l-sidebar .wp-block-latest-comments__comment {
  border-top: 1px solid var(--custom-main-color);
  margin-bottom: 0;
  padding: 16px 10px;
}
.l-sidebar .wp-block-latest-comments__comment:last-child {
  border-bottom: 1px solid var(--custom-main-color);
}
.l-sidebar .wp-block-latest-comments__comment-excerpt {
  padding: 10px;
  background-color: var(--custom-second-color);
}
.l-sidebar .wp-block-latest-comments__comment-excerpt p {
  margin: 0;
}
.l-sidebar .wp-block-latest-comments__comment-meta {
  font-size: 0.9rem;
  margin-bottom: 2px;
}
.l-sidebar .wp-block-latest-comments__comment-link {
  display: block;
}
.l-sidebar .wp-block-latest-comments__comment-date {
  text-align: end;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: unset;
}

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

object　part

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

---Component part

--------------------------------------------------*/
/*
装飾
_________________________________________*/
/* 見出し */
.c-maintitle,
.c-centertitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .c-maintitle,
  .c-centertitle {
    margin-bottom: 50px;
  }
}
.c-maintitle h2.wp-block-heading,
.c-centertitle h2.wp-block-heading {
  border: none;
  padding-bottom: 0px;
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .c-maintitle h2.wp-block-heading,
  .c-centertitle h2.wp-block-heading {
    margin-top: 25px;
  }
}
.c-maintitle__sub,
.c-centertitle__sub {
  position: relative;
  font-family: var(--custom-font-serif);
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  line-height: 1.1;
  padding-bottom: 22px;
  /* font-size=>サイズ16px‐20px　画面320px-1280px */
}
@media screen and (min-width: 1280px) {
  .c-maintitle__sub,
  .c-centertitle__sub {
    padding-bottom: 28px;
  }
}
.c-maintitle__sub::after,
.c-centertitle__sub::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  width: clamp(2.5rem, 1.453rem + 3.94vw, 5rem);
  height: 1px;
  background-color: var(--custom-main-color);
  /* width=>サイズ40px‐80px　画面425px-1440px */
}
.c-maintitle__title,
.c-centertitle__title {
  font-weight: 600;
  line-height: 1.1;
}

.c-maintitle__sub::after {
  left: 0;
}
.c-maintitle--white {
  color: var(--custom-white);
}
.c-maintitle--white .c-maintitle__sub::after {
  background-color: var(--custom-white);
}

.c-centertitle__sub {
  text-align: center;
}
.c-centertitle__sub::after {
  left: 50%;
  transform: translateX(-50%);
}
.c-centertitle__title {
  text-align: center;
}

.c-secondtitle {
  font-family: var(--custom-font-serif);
  line-height: 1.3;
  color: var(--custom-main-color);
}

h2.c-secondtitle {
  border-bottom: 1px solid var(--custom-main-color);
  /* font-size=>サイズ28px‐48px　画面320px-1280px */
}

/* access専用テーブル */
.c-access table {
  width: 100%;
}
.c-access tbody {
  display: grid;
  gap: 10px;
}
.c-access tr {
  display: grid;
  min-width: 1px;
}
@media screen and (min-width: 425px) {
  .c-access tr {
    grid-template-columns: 100px 1fr;
    align-items: center;
  }
}
.c-access th,
.c-access td {
  border: none;
  padding: 8px 0px;
  min-width: 1px;
}
.c-access td:first-child {
  color: var(--custom-main-color);
  font-weight: 600;
  border-bottom: 1px solid;
}
@media screen and (min-width: 425px) {
  .c-access td:first-child {
    border-bottom: none;
  }
}

/* 横並び疑似テーブル */
.c-trtext {
  display: grid;
  gap: 5px;
}
@media screen and (min-width: 425px) {
  .c-trtext {
    grid-template-columns: 1fr 2fr;
  }
}
.c-trtext__contents {
  margin-top: 0px;
}
.c-trtext__contents:first-child {
  color: var(--custom-main-color);
  font-weight: 600;
}

/*
商品用
_________________________________________*/
.c-mainitem {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .c-mainitem {
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: max-content 1fr;
    align-items: start;
  }
}
.c-mainitem .c-maintitle {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .c-mainitem .c-maintitle {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
.c-mainitem__img {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .c-mainitem__img {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
.c-mainitem__img img {
  aspect-ratio: 3/2;
}
.c-mainitem__box {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .c-mainitem__box {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.c-mainitem__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 15px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .c-mainitem__price {
    margin-top: 60px;
  }
}
.c-mainitem__price p {
  margin-top: 0px;
}
.c-mainitem__pricelabel {
  font-family: var(--custom-font-serif);
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  font-weight: 600;
  color: var(--custom-main-color);
  /* font-size=>サイズ16px‐20px　画面320px-1280px */
}
.c-mainitem__pricemain {
  font-family: var(--custom-font-serif);
  font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  font-weight: 600;
  /* font-size=>サイズ20px‐24px　画面320px-1280px */
}

.c-subitem {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .c-subitem--imgleft {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-subitem--imgright {
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-subitem--imgright .wp-block-group:nth-child(1) {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .c-subitem--imgright .wp-block-group:nth-child(2) {
    order: 1;
  }
}
.c-subitem:not(:first-child) {
  margin-top: 50px;
}
.c-subitem:not(:last-child) {
  margin-bottom: 50px;
}
.c-subitem__imgbox {
  position: relative;
  padding-top: 20px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .c-subitem__imgbox {
    max-width: 370px;
    padding-left: 20px;
  }
}
.c-subitem__img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0px;
}
.c-subitem__img img {
  aspect-ratio: 3/2;
}
.c-subitem h3.wp-block-heading {
  position: absolute;
  top: 0;
  left: 0;
}
.c-subitem__textbox {
  margin-top: 0px;
}
.c-subitem h4.wp-block-heading {
  color: var(--custom-text-color);
}

/*
記事ループ
_________________________________________*/
/* 通常型 */
.c-postloop {
  display: flex;
  flex-direction: column;
}
.c-postloop__item {
  width: 100%;
  border-top: 1px solid var(--custom-main-color);
}
.c-postloop__item:last-child {
  border-bottom: 1px solid var(--custom-main-color);
}
.c-postloop__link {
  display: flex;
  gap: 15px;
  flex-direction: column;
  width: 100%;
  color: var(--custom-text-color);
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-postloop__link {
    flex-direction: row;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-postloop__link:hover {
  color: var(--custom-text-color);
  background-color: rgba(var(--custom-second-rgb), 0.5);
}
.c-postloop__link:hover .c-postloop__morebtn {
  color: var(--custom-back-color);
}
.c-postloop__img {
  aspect-ratio: 3/2;
  max-width: 350px;
}
@media screen and (min-width: 768px) {
  .c-postloop__img {
    width: 30%;
  }
}
.c-postloop__content {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-postloop__content {
    width: 65%;
  }
}
.c-postloop__contentbox {
  display: grid;
  gap: 15px;
}
.c-postloop__databox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.c-postloop__category {
  padding: 3px 10px;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
}
.c-postloop__posttitle {
  font-family: var(--custom-font-serif);
  font-size: 16px;
  font-weight: 600;
}
.c-postloop__morebtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  color: var(--custom-main-color);
  transition: all 0.3s ease;
}
.c-postloop__moretext {
  font-family: var(--custom-font-serif);
}
.c-postloop__arrow {
  font-size: 20px;
}

/*
ページネーション
_________________________________________*/
/*　一覧　*/
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 30px;
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .c-pagination {
    margin-top: 50px;
    gap: 10px;
  }
}
.c-pagination__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: var(--custom-font-serif);
  font-size: 12px;
  line-height: 1.2;
  transition: all 0.3s ease;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .c-pagination__pager {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}
.c-pagination__pager--link:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
}
.c-pagination__pager--current {
  color: var(--custom-white);
  background-color: rgba(var(--custom-main-rgb), 0.5);
}
.c-pagination__first, .c-pagination__prev, .c-pagination__next, .c-pagination__last {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 35px;
  font-family: var(--custom-font-serif);
  font-size: 12px;
  line-height: 1.2;
  transition: all 0.3s ease;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .c-pagination__first, .c-pagination__prev, .c-pagination__next, .c-pagination__last {
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}
.c-pagination__first:hover, .c-pagination__prev:hover, .c-pagination__next:hover, .c-pagination__last:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
}

/*　詳細　*/
.c-pagination__onprev, .c-pagination__returnblog, .c-pagination__onnext {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-pagination__onprev, .c-pagination__returnblog, .c-pagination__onnext {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-pagination__onprev a, .c-pagination__returnblog a, .c-pagination__onnext a {
  line-height: 1.2;
  width: 100%;
  padding: 15px;
  border: 1px solid var(--custom-main-color);
}
@media screen and (min-width: 1024px) {
  .c-pagination__onprev a, .c-pagination__returnblog a, .c-pagination__onnext a {
    padding: 15px 20px;
  }
}
.c-pagination__onprev a:hover, .c-pagination__returnblog a:hover, .c-pagination__onnext a:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  border-color: var(--custom-main-color);
}
.c-pagination__noprev, .c-pagination__nonext {
  line-height: 1.2;
  width: 100%;
  padding: 15px;
  color: var(--custom-gray);
  border: 1px solid var(--custom-gray);
}
@media screen and (min-width: 768px) {
  .c-pagination__noprev, .c-pagination__nonext {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .c-pagination__noprev, .c-pagination__nonext {
    padding: 15px 20px;
  }
}
.c-pagination__returnblog a {
  text-align: center;
}
.c-pagination__onnext a, .c-pagination__nonext {
  text-align: end;
}

/*
画面ローディング
_________________________________________*/
.l-container {
  opacity: 0;
  pointer-events: none;
}

body.appear .l-container {
  animation-name: PageAnime-content;
  animation-duration: 0.9s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
  pointer-events: auto;
}

@keyframes PageAnime-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-animation-bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  animation-name: load-backtrans;
  animation-duration: 0.6s;
  animation-delay: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
  background-color: var(--custom-second-color);
}
.c-animation-bg__logo {
  position: relative;
  z-index: 1;
  width: 90%;
  height: auto;
  max-width: 600px;
  max-height: 130px;
  transform: translateY(-30px);
  opacity: 0;
  animation-name: load-logoanime;
  animation-duration: 0.4s;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.c-animation-bg::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/contents/cta-backimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0.9;
}

@keyframes load-backtrans {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load-logoanime {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/*
サイト内アニメーション
_________________________________________*/
/* トップスクロールの表示・非表示 */
.js-noappear {
  opacity: 0;
}

.js-appear {
  opacity: 1;
}

/* スクロール時の初回表示 */
.js-inpoint {
  opacity: 0;
}

.js-fadein {
  animation-name: fadeanime;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fadeanime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------

---Project
＊WordPress defaultpage part

--------------------------------------------------*/
/*
各ページレイアウト制御
_________________________________________*/
.p-page__article.has-margin, .has-sidebar {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-page__article.has-margin, .has-sidebar {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .p-page__article.has-margin, .has-sidebar {
    margin-bottom: 150px;
  }
}

.has-sidebar {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 1280px) {
  .has-sidebar {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .has-sidebar {
    grid-template-columns: 1fr 280px;
    gap: 30px;
  }
}
.has-sidebar .article-block-onarea {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 1280px) {
  .has-sidebar .article-block-onarea > .alignfull {
    margin-right: 0px;
    margin-left: 0px;
  }
}

/*
記事
_________________________________________*/
.p-post {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .p-post {
    margin-top: 80px;
  }
}
.p-post__main {
  min-width: 1px;
}
.p-post__header {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-post__header {
    margin-bottom: 30px;
  }
}
.p-post__title {
  font-family: var(--custom-font-serif);
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.75rem);
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--custom-main-color);
  /* font-size=>サイズ22px‐28px　画面320px-1280px */
}
.p-post__metabox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column;
  margin-top: 15px;
}
@media screen and (min-width: 425px) {
  .p-post__metabox {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.p-post__category {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
}
.p-post__timebox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.p-post__tagarea {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid var(--custom-main-color);
}
@media screen and (min-width: 768px) {
  .p-post__tagarea {
    gap: 15px;
  }
}
.p-post__tagarea span {
  font-family: var(--custom-font-serif);
  font-weight: 600;
}
.p-post__tagarea a {
  font-family: var(--custom-font-serif);
}
.p-post__snsarea {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-post__snsarea {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .p-post__snsarea {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.p-post__snstitle {
  margin-bottom: 15px;
}
.p-post__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-post__btn {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-post__btn {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.p-post__sidebar {
  min-width: 1px;
}

/*
固定ページ
_________________________________________*/
/*--------------------------------------------------

---Project
＊Originalpage part

--------------------------------------------------*/
/*
404ページ
_________________________________________*/
.p-404__article {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-404__article {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .p-404__article {
    margin-bottom: 150px;
  }
}
.p-404__imgbox {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.p-404__img {
  width: 100%;
}
.p-404__main {
  text-align: center;
}
.p-404__text {
  text-align: center;
}
.p-404__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

/*
トップページ
_________________________________________*/
.p-top-mv {
  background-image: url(../img/contents/mainmv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: -moz-fit-content;
  height: fit-content;
  min-height: calc(100svh - 65px);
}
@media screen and (min-width: 768px) {
  .p-top-mv {
    background-image: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-mv {
    min-height: unset;
  }
}
.p-top-mv__inner {
  position: relative;
  height: 100%;
  padding: 20px 0px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__inner {
    background-image: url(../img/contents/mainmv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-mv__inner {
    height: calc(100svh - 100px);
    min-height: 650px;
    max-height: 880px;
    padding: 0px;
  }
}
.p-top-mv__contents {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__contents {
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    justify-content: end;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
    margin-top: 30px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-mv__contents {
    position: absolute;
    top: 0;
    right: clamp(3.125rem, 0.048rem + 4.81vw, 4.375rem);
    margin-top: 0px;
    margin-right: 0px;
    /* right=>サイズ50px‐70px　画面1024px-1440px */
  }
}
.p-top-mv__title {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--custom-white);
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__title {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 2;
    grid-row: 1/3;
    grid-column: 3/4;
  }
}
.p-top-mv__title h2.wp-block-heading {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__title h2.wp-block-heading {
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.2em;
  }
}
.p-top-mv__text {
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--custom-white-08);
  padding: 25px 15px 15px;
  margin-top: -15px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__text {
    display: flex;
    justify-content: center;
    align-items: center;
    order: 1;
    grid-row: 2/4;
    grid-column: 1/3;
    margin-top: 0px;
    margin-right: -20px;
    padding: 20px 30px 20px 20px;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-mv__text {
    padding: 30px 40px 30px 30px;
  }
}
.p-top-mv__text p {
  font-family: var(--custom-font-serif);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-top-mv__text p {
    font-size: 16px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.15em;
  }
}

.p-top-news {
  max-width: 600px;
}
@media screen and (min-width: 1024px) {
  .p-top-news {
    position: absolute;
    bottom: 30px;
    left: 0px;
  }
}
@media screen and (min-width: 1440px) {
  .p-top-news {
    width: 600px;
  }
}
.p-top-news h2.wp-block-heading {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  padding: 10px 25px;
  margin-bottom: -15px;
  z-index: 1;
}
.p-top-news__box {
  background-color: var(--custom-white-08);
  padding: 25px 15px 15px;
}
@media screen and (min-width: 1024px) {
  .p-top-news__box {
    padding: 25px 20px 20px;
  }
}
.p-top-news .wp-block-query {
  margin: 0;
}
.p-top-news__item .wp-block-post-title {
  font-family: var(--custom-font-sans);
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  color: var(--custom-accent-color);
  margin-bottom: 10px;
  /* font-size=>サイズ16px‐20px　画面320px-1280px */
}
.p-top-news__item .entry-content p:not(:first-child) {
  margin-top: 0.5rem;
}

.p-top-about .c-maintitle {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-about__textinner {
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--custom-white-08);
    padding: 20px;
  }
}
.p-top-about__img {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .p-top-about__img {
    display: flex;
    justify-content: flex-end;
    margin-top: calc(clamp(3.125rem, -0.446rem + 7.44vw, 6.25rem) * -1);
    z-index: -1;
    /* margin-top=>サイズ50px‐100px　画面768px-1440px */
  }
}
.p-top-about__img img {
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .p-top-about__img img {
    width: 80%;
  }
}

.p-top-recipe__list {
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  .p-top-recipe__list {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}
.p-top-recipe__item {
  position: relative;
  padding-top: 20px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .p-top-recipe__item {
    max-width: 350px;
    padding-left: 20px;
  }
}
.p-top-recipe__itemtitle {
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-recipe__img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0px;
}
.p-top-recipe__img img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-recipe__img img {
    aspect-ratio: 3/4;
    max-height: unset;
  }
}

.p-top-gift__main {
  position: relative;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .p-top-gift__main {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-gift__main {
    padding: 80px 60px;
  }
}
.p-top-gift__inner {
  display: grid;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-top-gift__inner {
    grid-template-columns: 1fr 2fr;
    align-items: center;
  }
}
.p-top-gift .c-maintitle {
  margin-bottom: 0px;
}
.p-top-gift__text {
  margin-top: 0px;
  color: var(--custom-white);
}
.p-top-gift__backimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  z-index: 0;
}
.p-top-gift__backimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-gift__backimg::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.p-top-gift__btn {
  position: relative;
  margin-top: -20px;
  justify-content: flex-end;
  z-index: 2;
}

.p-top-store__gridarea {
  display: grid;
  gap: 30px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-store__gridarea {
    grid-template-columns: auto 1fr;
    align-items: center;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-store__gridarea {
    padding-left: 20px;
    padding-right: 20px;
    gap: 50px;
  }
}
.p-top-store__imgbox {
  position: relative;
  padding-top: 20px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .p-top-store__imgbox {
    max-width: 350px;
    padding-left: 20px;
  }
}
.p-top-store__contents {
  margin-top: 0px;
}
.p-top-store__label {
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-store__img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0px;
}
.p-top-store__img img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-top-store__img img {
    aspect-ratio: 3/4;
    max-height: unset;
  }
}
.p-top-store h4.wp-block-heading {
  font-family: var(--custom-font-serif);
  line-height: 1.1;
  color: var(--custom-text-color);
  padding-bottom: 15px;
  border-bottom: 1px solid var(--custom-main-color);
}
.p-top-store__message {
  font-family: var(--custom-font-serif);
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-top-store__message {
    font-size: 18px;
  }
}
.p-top-store__map {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-store__map {
    margin-top: 50px;
  }
}
.p-top-store__map iframe {
  display: block;
}

/*
その他ページ
_________________________________________*/
/* ご注文方法 */
.p-order-top .c-maintitle {
  margin-bottom: 30px;
}
.p-order-top__text {
  margin-bottom: 25px;
}

.p-order-pay__list {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 425px) {
  .p-order-pay__list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .p-order-pay__list {
    margin-top: 50px;
  }
}
.p-order-pay__item {
  margin-top: 0px;
  min-width: 1px;
}

.p-order-shipping__how {
  font-family: var(--custom-font-serif);
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  font-weight: 600;
  /* font-size=>サイズ16px‐20px　画面320px-1280px */
}
.p-order-shipping__table th {
  font-size: 16px;
}
.p-order-shipping__table th,
.p-order-shipping__table td {
  width: 33.3333333333%;
}

.p-order-others__table td {
  padding-right: 1.5rem;
}

/* 取り扱い商品 */
.p-product-cta__text {
  margin-top: 25px;
  margin-bottom: 25px;
}
.p-product-cta__tr {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 15px;
}
.p-product-cta__tr p {
  margin-top: 0px;
}
.p-product-cta__label {
  color: var(--custom-main-color);
  font-family: var(--custom-font-serif);
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  font-weight: 600;
  /* font-size=>サイズ16px‐20px　画面320px-1280px */
}
.p-product-cta__price {
  font-family: var(--custom-font-serif);
  font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  font-weight: 600;
  /* font-size=>サイズ20px‐24px　画面320px-1280px */
}

/* 店舗情報 */
.wp-block-table.p-shop-table tr {
  display: grid;
}
@media screen and (min-width: 1024px) {
  .wp-block-table.p-shop-table tr {
    grid-template-columns: 240px 1fr;
  }
}
.wp-block-table.p-shop-table tr:last-child {
  border-bottom: 1px solid var(--custom-text-color);
}
.wp-block-table.p-shop-table td {
  border-top: 1px solid var(--custom-text-color);
  border-bottom: none;
}
.wp-block-table.p-shop-table td:first-child {
  color: var(--custom-main-color);
  font-weight: 600;
  background-color: var(--custom-second-color);
}
@media screen and (min-width: 1024px) {
  .wp-block-table.p-shop-table td:first-child {
    background-color: transparent;
  }
}
.wp-block-table.p-shop-table td:nth-child(2) {
  border-top: none;
}
@media screen and (min-width: 1024px) {
  .wp-block-table.p-shop-table td:nth-child(2) {
    border-top: 1px solid var(--custom-text-color);
  }
}

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

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