@charset "UTF-8";
/*
Theme Name: sikirei2025
Author: DuoTres
Version: 1.0.0
*/
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-ExtraLight.otf");
  font-weight: 200;
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-Heavy.otf");
  font-weight: 900;
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "SourceHanSerif";
  src: url("./fonts/源ノ明朝/SourceHanSerif-SemiBold.otf");
  font-weight: 600;
}
/*
* base
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* 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 {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * 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;
  overflow-wrap: break-word;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: sans-serif;
  font-size: clamp(18px, 1.1111111111vw, 2rem);
  line-height: 1.888;
  letter-spacing: 1.35px;
}

@media screen and (max-width: 640px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: min(4.3076923077vw, 1.8rem);
    line-height: 1.6071428571;
    letter-spacing: 0.7px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
}

p {
  margin-bottom: 2.527em;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  p {
    margin-bottom: 1.5em;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  overflow-x: hidden;
  background: #ffddd6;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #00c21c;
  transition: 0.3s;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #00badc;
}

a:focus {
  outline: thin dotted;
}

a:hover {
  opacity: 0.6;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content .dc-section,
.home .dc-section-sub {
  overflow: hidden;
  margin-block: 3em;
  padding: 4% !important;
  border-radius: 2em;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .entry-content .dc-section,
  .home .dc-section-sub {
    padding: min(25px, 7%) min(15px, 4vw) !important;
    margin-block: 1.5em !important;
    border-radius: 1em;
  }
}

body:not(.home) .content-in {
  width: inherit;
}
body:not(.home) .entry-content .dc-page {
  overflow: hidden;
  border-radius: 1em;
  background: #fff;
}
body:not(.home) .entry-content .dc-page > .dc-section {
  background: none;
  border-radius: 0;
  margin-inline: auto;
  width: min(100%, 1270px + 8%);
}
body:not(.home) .entry-content .dc-page > .dc-section:first-child {
  margin-top: 0;
  padding-top: 3% !important;
}
body:not(.home) .entry-content .dc-page > .dc-section:last-of-type {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  body:not(.home) .entry-content .dc-page {
    border-radius: 1.2em;
  }
  body:not(.home) .entry-content .dc-page > .dc-section:first-child {
    padding-top: 0 !important;
    margin-top: 0.75em !important;
  }
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.dc-gallery.--gallery1 {
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 2.5em 1em;
  margin-bottom: 50px;
}
.dc-gallery.--gallery1 p:empty {
  display: none;
}
.dc-gallery.--gallery1 .dc-gallery-item {
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8em;
}
.dc-gallery.--gallery1 .dc-gallery-item img {
  width: min(166px, 100%);
  -o-object-fit: cover;
  object-fit: cover;
  display: flex;
}
.dc-gallery.--gallery1 .dc-gallery-txt {
  margin: 0;
  line-height: 1.5;
}
.dc-gallery.--gallery1 .small {
  display: block;
  font-size: 0.8em;
}
@media screen and (max-width: 640px) {
  .dc-gallery.--gallery1 {
    gap: 1.25em 0.5em;
    justify-content: start;
  }
  .dc-gallery.--gallery1 .dc-gallery-item {
    gap: 0.5em;
    flex: 0 1 calc((100% - 1em) / 3);
  }
  .dc-gallery.--gallery1 .dc-gallery-txt {
    font-size: clamp(1.2rem, 3.4vw, 1em);
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*
* layout
*/
.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: clamp(15px, 3%, 40px);
  width: 100%;
  z-index: 100;
}
.header-container-in {
  position: relative;
  margin: auto;
  padding-inline: clamp(15px, 3%, 40px);
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 0 0 1em 1em;
}
.header-container .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1130px);
  min-height: 110px;
  margin-inline: auto;
}
.header-container .header .logo {
  display: flex;
  align-items: center;
}
.header-container .header .logo img {
  -o-object-fit: cover;
     object-fit: cover;
}
.header-container .header .logo .custom-logo-link {
  display: flex;
}
.header-container .header .logo .custom-logo-link:hover {
  opacity: 1;
}
.header-container .header .site-description {
  display: none;
}
.header-container .header-right {
  display: flex;
  align-items: center;
}
.header-container .header-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header-container .navi .menu {
  gap: 0 1.5em;
}
.header-container .navi-menu-container {
  display: none;
}
.header-container .navi-menu-container .follow-anchor {
  display: block;
  position: relative;
  width: 100%;
  left: unset;
  bottom: unset;
  right: unset;
  margin-top: 90px;
}
.header-container .navi-menu-container .follow-anchor::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 2px;
  width: 100%;
  background: #3b9956;
}
.header-container .navi-menu-container .follow-anchor-in {
  width: 100%;
  padding: 0;
  box-shadow: unset;
  background: unset;
  gap: 15px;
}
.header-container .navi-menu-container .follow-anchor-in::before {
  content: unset;
}
.header-container .navi-menu-container .follow-anchor-item {
  background: unset !important;
  width: 100%;
  height: 50px;
}
.header-container .navi-menu-container .follow-anchor-item__main {
  width: 100% !important;
  visibility: visible;
  color: inherit !important;
  animation: unset;
}
.header-container .navi-menu-container .follow-anchor-item__simple-wrap {
  display: none;
}

.header-bottom-container .header-bottom-img {
  margin: min(5%, 20px) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.header-bottom-container .header-bottom-img img {
  width: 1199px;
  height: auto;
  aspect-ratio: 1302/683;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-bottom-container .header-bottom-menu-out {
  padding: 40px 40px 70px;
}

.content {
  margin-bottom: min(15%, 65px);
}
.content-in {
  width: min(100%, 1462px);
  margin: auto;
  padding-inline: clamp(15px, 3%, 40px);
}

.footer {
  text-align: center;
  padding-inline: clamp(15px, 3%, 40px);
}
@media screen and (min-width: 641px) {
  .footer .footerFrame {
    margin-top: min(15%, 5em);
  }
}
.footer .footerFrame .footer_catch {
  font-size: 1.5em;
}
.footer .footerFrame .footer_logo {
  margin: 1.5em auto;
}
.footer .footerFrame p {
  margin: 0;
}
.footer-in {
  border-radius: 1em 1em 0 0;
  background: #fff;
}
.footer-top {
  display: flex;
  gap: 43px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: min(3%, 40px);
  padding-bottom: 0;
}
.footer-top figure {
  margin: 0;
}
.footer-bottom {
  padding: 12px 20px 34px;
}
.footer .copyright {
  letter-spacing: 1.35px;
  font-size: 18px;
  line-height: 1.3888888889;
  text-align: center;
}
.footer-widget.--1 {
  width: min(100%, 1244px);
}
.footer-widget.header-.--2 {
  display: none;
}
.footer .menu {
  margin: 0 auto 1em;
  padding: 0;
  gap: 0.25em 1.5em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .menu li {
  list-style: none;
}
.footer .menu li:nth-last-child(2) {
  border-right: none;
}
.footer .menu li a {
  text-decoration: none;
  color: #000;
  padding-inline: 0.5em;
}
@media screen and (max-width: 640px) {
  .footer .menu {
    flex-direction: column;
    padding: 1em 1em 1.5em;
  }
  .footer .menu li {
    border-right: none;
    border-bottom: 1px solid #f7f5e8;
  }
  .footer .menu li:last-child {
    border-bottom: none;
  }
  .footer .menu li a {
    padding: 0.5em 0;
    display: block;
    text-align: left;
  }
  .footer .footer-top {
    padding-bottom: 0;
    gap: 0;
  }
  .footer .footerFrame .footer_catch {
    margin: 1em 0 0;
    font-size: 1.2em;
  }
  .footer .footerFrame .footer_logo {
    width: 150px;
  }
}
.footer_text {
  color: #134491;
  font-size: 1.11em;
  font-weight: 500;
}

body.page-template-page-full .content-in {
  width: 100%;
}
body.page-template-page-full .page-content,
body.page-template-page-full .entry-content,
body.page-template-page-full .entry-summary {
  margin-top: 0;
}
body.page-template-page-full .entry-header {
  display: none;
}

body.page-template-page-no-title .entry-header {
  display: none;
}

@media screen and (max-width: 640px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 0;
  }
  .header-container {
    min-height: 70px;
  }
  .header-container-in {
    position: fixed;
    display: block;
    z-index: 99999;
    padding: 0 12px;
    margin: 0;
    background-color: #ffddd6;
    height: 70px;
    border-radius: 0;
  }
  .header-container .header {
    min-height: 0;
    height: 60px;
    padding-right: 50px;
  }
  .header-container .header-right {
    display: none;
  }
  .header-container .header-left {
    width: 100%;
  }
  .header-container .header-in {
    justify-content: initial;
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    background: #fff;
    border-radius: 0 0 0 1em;
  }
  .header-container .header .logo {
    justify-content: center;
  }
  .header-container .header .logo img {
    width: 150px;
    height: auto;
  }
  .header-container .navi {
    display: none;
  }
  .header-container .navi-menu-container {
    display: block;
  }
  .header-bottom-container .header-bottom-img {
    display: none;
  }
  .header-bottom-container .header-bottom-menu-out {
    display: none;
  }
  .content {
    margin-bottom: 20px;
  }
  .content-in {
    padding: 0 15px;
    width: 640px;
    max-width: 100%;
  }
  .footer .logo img {
    max-height: 43px;
  }
  .footer .copyright {
    font-size: 0.95em;
    letter-spacing: 0.9px;
  }
  .footer-bottom {
    padding: 15px 5px;
  }
}
/*
* component,block
*/
.yellow {
  color: #fff700;
}

.skyblue {
  color: #0091d4;
}

.navi-menu-container {
  position: absolute;
  right: 6px;
  top: 8px;
}
.navi-menu-container .navi-menu-btn {
  position: relative;
  display: grid;
  place-items: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.navi-menu-container .navi-menu-btn__dot-wrap {
  display: flex;
  gap: 0.35em;
  transition: all 0.25s ease-out;
}
.navi-menu-container .navi-menu-btn__dot {
  background: #3d3d3d;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}
.navi-menu-container .navi-menu-btn__txt {
  position: absolute;
  bottom: 0.8em;
  display: block;
  font-size: 0.6em;
  line-height: 1;
  color: #3d3d3d;
}
.navi-menu-container .navi-menu-content {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 70px;
  transition: all 0.2s ease;
  overflow: hidden;
  z-index: 99999;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: auto;
  background-color: #ffddd6;
  padding: 0 10px 10px;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in > * {
  position: relative;
  z-index: 10;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  gap: 1.5em;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in ul li {
  list-style-type: none;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in .navi-sp {
  display: block;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in .navi-sp .menu li .menu-attr-title {
  display: block;
  color: #ffa96f;
  font-size: 1rem;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in .navi-sp .menu li a {
  color: inherit;
  text-decoration: none;
  font-size: 1.15em;
}
.navi-menu-container .navi-menu-content .navi-menu-content-top {
  padding: 1.65em 1.5em 13vw;
  border-radius: 17px;
  background: #fff url(images/sp_menu_bg.png) no-repeat center bottom;
  background-size: 103% auto;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom {
  margin-top: 2em;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom ul {
  align-items: center;
  text-align: center;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom ul li {
  width: 100%;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom ul .btn {
  position: relative;
  padding-inline: 1.8em;
  font-size: 1.8rem;
  width: 100%;
}
.navi-menu-container .navi-menu-content .navi-menu-content-bottom ul .btn.btn_tel:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.8em;
  top: 50%;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(-50%);
  background: url(images/ico_tel.png) no-repeat center center;
  background-size: contain;
}

.navi-menu-chk {
  display: none;
}
.navi-menu-chk:checked ~ .navi-menu-content {
  height: calc(100% - 70px);
}
.navi-menu-chk:checked + label .navi-menu-btn__dot-wrap {
  gap: 0 !important;
}
.navi-menu-chk:checked + label .navi-menu-btn__dot:first-child,
.navi-menu-chk:checked + label .navi-menu-btn__dot:last-child {
  opacity: 0;
}
.navi-menu-chk:checked + label .navi-menu-btn__dot:nth-child(2) {
  transform: scale(1.5);
}
.navi-menu-chk:checked + label .navi-menu-btn__txt {
  display: none;
}
.navi-menu-chk:checked + label:after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 0.8em;
  font-size: 0.6em;
  line-height: 1;
  text-align: center;
  color: #3d3d3d;
}

.navi .menu,
.navi-footer .menu {
  display: flex;
  gap: 1.5em;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navi .menu-item,
.navi-footer .menu-item {
  position: relative;
}
.navi .menu .menu-item a,
.navi-footer .menu .menu-item a {
  font-family: Meiryo、メイリオ, sans-serif;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  color: inherit;
  display: flex;
  text-decoration: unset;
  border-radius: 5px;
}
.navi .menu .menu-item.current-menu-item,
.navi-footer .menu .menu-item.current-menu-item {
  color: #032a99;
}

.entry-content .ttl {
  letter-spacing: 2.5px;
  color: #000000;
  font-size: 25px;
  line-height: 1.36;
  margin-bottom: 1em;
  padding-left: 0.7em;
  border-left: 0.4em solid #1d91d4;
}
.entry-content .ttl-bg {
  text-align: left;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: clamp(18px, 2.5vw, 25px);
  line-height: 1.3;
  background-color: #1d91d4;
  padding: 8px 20px 12px;
  margin-bottom: 1.25em;
  font-weight: 500;
}
.entry-content .ttl-bg.text-center {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .entry-content .ttl-bg {
    margin-inline: min(-15px, 4vw);
    width: auto;
  }
}
.entry-content .ttl-m {
  position: relative;
  font-weight: bold;
  font-size: clamp(15px, 2vw, 20px);
  color: #ef437b;
  margin-bottom: 1.5em;
  padding: 0.15em 0 0.15em 1.4em;
}
.entry-content .ttl-m:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.5em;
  height: 1.3em;
  background: #ef437b;
}
@media screen and (max-width: 640px) {
  .entry-content .ttl-m {
    padding-left: 1.3em;
  }
  .entry-content .ttl-m:before {
    width: 0.33em;
    height: 1em;
  }
}

.header-widget-content .hwc-in {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
}
.header-widget-content .hwc-text {
  display: flex;
  flex-direction: column;
}
.header-widget-content.--1 .hwc-in {
  gap: 14px;
}
.header-widget-content.--1 .hwc-img {
  width: 53px;
}
.header-widget-content.--1 .hwc-text__sub {
  letter-spacing: 1.5px;
  color: #050505;
  opacity: 0.75;
  font-size: 15px;
  line-height: 1.0666666667;
  font-family: Meiryo、メイリオ, sans-serif;
}
.header-widget-content.--1 .hwc-text__main {
  letter-spacing: 3px;
  color: #2682be;
  font-size: 30px;
  line-height: 1.1666666667;
  font-family: "SourceHanSerif", sans-serif;
}
.header-widget-content.--2 {
  font-family: Meiryo、メイリオ, sans-serif;
}
.header-widget-content.--2 .hwc-in {
  gap: 7px;
  background: #ff7d82;
  border-radius: 5px;
  width: 293px;
  min-height: 68px;
}
.header-widget-content.--2 .hwc-img {
  width: 35px;
}
.header-widget-content.--2 .hwc-text {
  color: #ffffff;
  gap: 6.5px;
}
.header-widget-content.--2 .hwc-text__sub {
  font-size: 15px;
  line-height: 1;
}
.header-widget-content.--2 .hwc-text__main {
  letter-spacing: 1.1px;
  font-size: 20px;
  line-height: 1.1;
}
.dc-btn.--btn1 {
  width: 300px;
  min-height: 81px;
  max-width: 100%;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0px;
  cursor: pointer;
  color: #ffffff;
  border-radius: 5px;
  background-color: #ff7d82;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
}
.dc-btn.--btn1:hover {
  opacity: 0.6;
}
.dc-txt.--txt1 {
  letter-spacing: 2.5px;
  font-size: 25px;
  line-height: 1.36;
  font-weight: 500;
  font-family: "SourceHanSerif", sans-serif;
  margin-bottom: 60px;
}
.dc-txt.--lead {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: clamp(20px, 1.1vw, 20px);
  letter-spacing: 0.0872em;
  color: #0091d4;
}
.dc-columns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.dc-columns .dc-column {
  max-width: 100%;
}
@media screen and (min-width: 641px) {
  .dc-columns.--reverse {
    flex-direction: row-reverse;
  }
  .dc-columns.--col3-7 {
    gap: 3.889em;
  }
  .dc-columns.--col3-7 .dc-column:first-child {
    flex: 1;
    max-width: 29%;
  }
  .dc-columns.--col3-7 .dc-column:last-child {
    flex: 2;
  }
  .dc-columns.--col7-3 {
    gap: 3.889em;
  }
  .dc-columns.--col7-3 .dc-column:first-child {
    flex: 2;
  }
  .dc-columns.--col7-3 .dc-column:last-child {
    flex: 1;
    max-width: 29%;
  }
  .dc-columns.--even {
    gap: 3.889em;
  }
  .dc-columns.--even > * {
    flex: 1;
  }
}
.dc-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.dc-list.--list1 {
  padding: 20px 40px;
}
.dc-list.--list1 .dc-list-1-item {
  padding-left: 44px;
  position: relative;
  margin-bottom: 50px;
}
.dc-list.--list1 .dc-list-1-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  border: 6px solid #ff0000;
}
.dc-list.--list1 .dc-list-1-item-body {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1.35px;
}
.dc-list.--list1 .dc-list-1-item-body p {
  margin-bottom: 0.25em;
}
.dc-list.--list1 .dc-list-1-item-body .--border {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ededed;
}
.dc-list.--list1 .dc-list-1-item__heading {
  font-size: 20px;
  line-height: 1.65;
  letter-spacing: 1.5px;
  color: #373737;
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
}
.dc-block.--block1 {
  text-decoration: unset;
  margin-top: 57px;
  margin-bottom: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}
.dc-block.--block1 .dc-block-1-body {
  background-color: #fdf150;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1.8px;
  color: #000000;
  box-shadow: 0px 6px 0 0px #cac13f;
  text-shadow: 0 0 10px white;
  font-weight: 600;
  padding: 50px 50px 44px;
  width: 100%;
  border-radius: 10px;
}
.dc-block.--block1 .dc-block-1__heading {
  text-align: center;
  letter-spacing: 1.8px;
  color: #ff212a;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 1.8px;
  font-weight: 600;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #000;
  background-color: white;
  margin-bottom: -26px;
  position: relative;
  z-index: 10;
  width: 550px;
  max-width: 100%;
}
.dc-block.--block2 {
  display: flex;
  gap: 42px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.dc-block.--block2 .dc-block-2-img {
  width: 267px;
}
.dc-block.--block2 .dc-block-2-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dc-block.--block2 .dc-block-2-txt {
  flex: 1;
}
.dc-block.--block2 .dc-block-2-txt-body {
  padding: 30px 0 0;
  padding-left: 10px;
  letter-spacing: 1.35px;
  font-size: 18px;
  line-height: 1.8888888889;
}
.dc-block.--block2 .dc-block-2__heading {
  margin: 0;
  letter-spacing: 2.5px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.36;
  padding: 2px 8px;
  background-color: #124491;
}
.dc-block.--block3 {
  display: flex;
  gap: 7.5px;
  border-radius: 5px;
  background-color: white;
  padding: 13px 9px 9px;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: unset;
  color: #000;
}
.dc-block.--block3 .dc-block-3-left {
  width: 119px;
}
.dc-block.--block3 .dc-block-3-right {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  line-height: 1.75;
  gap: 18px;
}
.dc-block.--block3 .dc-block-3__title {
  font-size: 12.5px;
  line-height: 1.8;
  color: #0091d4;
}
.dc-block-3-wrap {
  border-radius: 5px;
  overflow: hidden;
}
.dc-block-3-wrap .dc-block.--block3 {
  border-radius: 0;
  margin-bottom: 0;
}
.dc-map {
  margin-bottom: 60px;
}
.dc-map.--map1 .dc-map-btns {
  display: flex;
  justify-content: center;
  gap: 90px;
  padding: 37px 40px 30px;
}
.dc-map.--map1 .dc-map__gmap {
  width: 100%;
  aspect-ratio: 1200/555;
  max-width: 100%;
}
.dc-table.--table1 {
  width: 1016px;
  max-width: 100%;
  padding-inline: 40px;
  margin: auto;
}
.dc-table.--table1 table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #ccc;
}
.dc-table.--table1 table tbody tr th,
.dc-table.--table1 table tbody tr td {
  border-bottom: 1px solid #ccc;
  padding: 10px 25px;
}
.dc-table.--table1 table tbody tr th {
  letter-spacing: 1.35px;
  color: #000000;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 400;
  background: #f1ecb4;
  text-align: left;
  width: 170px;
  max-width: 100%;
}
.dc-table.--table1 table tbody tr td a {
  color: #0066cc;
  text-decoration: unset;
}
.dc-table.--table1 table tbody tr:last-child th,
.dc-table.--table1 table tbody tr:last-child td {
  border-bottom: unset;
}
.dc-table.--gray table tbody tr th {
  background: #ededed;
}
.dc-section {
  padding-block: 3.333em;
  position: relative;
}
.dc-section:last-child {
  padding-bottom: 0;
}
.dc-section-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.dc-section-back img {
  width: 100%;
  height: 100%;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.dc-section-in {
  padding: 0 20px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .dc-section {
    padding-block: 1.667em;
  }
}
.dc-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9000;
}
.dc-modal-in {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .dc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .dc-tb-hidden {
    display: none !important;
  }
  .entry-content .ttl {
    font-size: 17.5px;
    line-height: 0.9714285714;
    letter-spacing: 1.75px;
    padding-left: 0.5em;
    border-left-width: 7px;
  }
  .entry-content .ttl_bg {
    padding: 0.3em 0.35em 0.4em;
    width: 100%;
    margin-bottom: 2em;
    line-height: 1.3;
    text-align: center;
  }
  .entry-content img {
    display: flex;
  }
  .dc-btn.--btn1 {
    font-size: 14px;
    line-height: 1.75;
    width: 150px;
    min-height: 40px;
  }
  .dc-txt.--txt1 {
    letter-spacing: 1.4px;
    font-size: 14px;
    line-height: 1.7142857143;
    margin-bottom: 20px;
  }
  .dc-list.--list1 {
    padding: 0;
  }
  .dc-list.--list1 .dc-list-1-item {
    padding: 0;
    margin-bottom: 20px;
  }
  .dc-list.--list1 .dc-list-1-item::before {
    width: 20px;
    height: 20px;
    top: 0.2px;
  }
  .dc-list.--list1 .dc-list-1-item-columns {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .dc-list.--list1 .dc-list-1-item-columns > *:first-child {
    position: relative;
    width: 50px;
  }
  .dc-list.--list1 .dc-list-1-item-columns > *:first-child::after {
    content: ":";
    position: absolute;
    right: -20px;
    top: 0;
  }
  .dc-list.--list1 .dc-list-1-item-columns > *:last-child {
    flex: 1;
  }
  .dc-list.--list1 .dc-list-1-item-body {
    font-size: 14px;
    line-height: 1.6071428571;
    letter-spacing: 0.7px;
  }
  .dc-list.--list1 .dc-list-1-item__heading {
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.3333333333;
    letter-spacing: 1.6px;
  }
  .dc-list.--list1 .dc-list-2-item-body {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .dc-block.--block1 {
    margin: 2em auto 3em;
  }
  .dc-block.--block1 .dc-block-1-body {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1px;
    padding: 30px 30px 15px;
  }
  .dc-block.--block1 .dc-block-1__heading {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.9px;
    padding: 5px;
    width: 250px;
    box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.3882352941);
    max-width: 100%;
    margin-bottom: -14px;
  }
  .dc-block.--block2 {
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .dc-block.--block2 .dc-block-2-img {
    width: 133.5px;
  }
  .dc-block.--block2 .dc-block-2-img img {
    width: 133.5px;
    height: 141px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dc-block.--block2 .dc-block-2-txt-body {
    font-size: 14px;
    line-height: 1.6071428571;
    letter-spacing: 0.7px;
    padding: 10px 5px;
  }
  .dc-block.--block2 .dc-block-2-txt.--bottom {
    width: 100%;
    flex: unset;
  }
  .dc-block.--block2 .dc-block-2-txt.--bottom .dc-block-2-txt-body {
    padding-top: 0;
    padding-bottom: 0;
  }
  .dc-block.--block2 .dc-block-2__heading {
    font-size: 14px;
    line-height: 1.2142857143;
    letter-spacing: 1.5px;
    padding: 3px 4px;
  }
  .dc-block.--block2 .dc-block-2__heading.--tb-small {
    font-size: 12.5px;
    line-height: 1.36;
  }
  .dc-block.--block3 .dc-block-3-right {
    gap: 8px;
    font-size: 4.18vw;
    line-height: 1.5357142857;
  }
  .dc-block.--block3 .dc-block-3__title {
    font-size: 5.2307692308vw;
    line-height: 1.4705882353;
  }
  .dc-table.--table1 {
    padding: 0;
  }
  .dc-table.--table1 table {
    border: 0;
  }
  .dc-table.--table1 table tbody tr th,
  .dc-table.--table1 table tbody tr td {
    padding: 15px 8px;
  }
  .dc-table.--table1 table tbody tr td {
    padding: 1em;
    padding-right: 5px;
  }
  .dc-table.--table1 table tbody tr th {
    width: 6em;
    vertical-align: top;
  }
  .dc-map.--map1 iframe {
    aspect-ratio: 625/745;
    width: 625px;
    height: auto;
  }
  .dc-map.--map1 .dc-map-btns {
    gap: 8px;
    padding: 15px 0;
  }
  .dc-map.--map1 .dc-map-btns .dc-btn {
    flex: 1;
  }
  .dc-page.--page1 > h3:first-child {
    margin-bottom: 0;
  }
  .dc-page.--page1 > picture img {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    max-width: 100vw;
  }
  .dc-page.--page1 > img {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    max-width: 100vw;
  }
  .dc-page.--page1 .dc-map.--map1 {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    padding: 10px;
  }
  .dc-page.--page1 .dc-block.--block2 {
    width: 100vw;
    margin: 0 calc(-50vw + 50%);
    padding-left: 5px;
    margin-bottom: 30px;
  }
}
#wpadminbar {
  display: none;
}

html[lang=ja] {
  margin-top: 0 !important;
}

/* 追加css */
.br-sp {
  display: none;
}

@media screen and (min-width: 641px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
  .pc-only {
    display: none;
  }
}
.d-block {
  display: block;
}

.d-in-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}
@media screen and (max-width: 640px) {
  .d-flex:not(.sp-d-flex) {
    flex-direction: column;
    gap: 1.5em;
  }
}

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

.fz-large {
  font-size: 1.111em;
}

.fz-xlarge {
  font-size: 1.667em;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt3em {
  margin-top: 3em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

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

.pt0 {
  padding-top: 0 !important;
}

.em {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

.bg {
  background: #fbfafa;
}

.bg--white {
  background: #fff;
}

.bg--lightgray {
  background: #fafafa;
}

.bg--aqua {
  background: #e2fdff;
}

.bg--yellow {
  background: #f7e77d;
}

.box--gray {
  padding: 6%;
  border-radius: 2em;
  background: #fbfafa;
}

a {
  color: #ffa96f;
  text-decoration: underline;
}

.link {
  background: linear-gradient(to bottom, transparent 0%, transparent 80%, #fbff89 80%, #fbff89 100%);
  line-height: 1.4;
  color: inherit;
  text-decoration: none;
}

/* 共通ボタン */
.btn, .contact-btn-wrap .btn {
  --color_def: #00b197;
  --col: #00b197;
  --color: var(--col, --color_def);
  display: block;
  padding: 0.3em 0.6em;
  font-size: 1.52em;
  font-size: clamp(1em, 0.0166666667vw, 1.6666666667em);
  max-width: 13.75em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: var(--color) !important;
  border: 3.5px solid var(--color);
  background: #fff;
  border-radius: 99999px;
}
.btn:hover {
  background: var(--color);
  color: #fff !important;
  opacity: 1;
}
.btn.--orange {
  --col: #fe9f5f;
}
@media screen and (max-width: 640px) {
  .btn, .contact-btn-wrap .btn {
    font-size: 1.25em;
    padding: 0.5em;
    width: min(15em, 100%);
    max-width: initial;
  }
}

.btn--common {
  display: block;
  padding: 0.7em 0.5em;
  border-radius: 0.5em;
  color: #fff !important;
  background: #05c755;
  text-align: center;
  text-decoration: none !important;
}

section.section.section--visual {
  width: 100%;
}
section.section.section--visual .swiper {
  margin-inline: auto;
  max-width: 1405px;
}
section.section.section--visual .btn-container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-block: min(3%, 40px);
  width: 100%;
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: center;
}
section.section.section--visual .btn-container .btn {
  flex: 1;
}
section.section.section--visual img {
  display: block;
  width: 100%;
  height: auto;
}
section.section.section--visual .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 2%;
  position: static;
  padding-block: min(2%, 20px);
}
section.section.section--visual .swiper-pagination-bullet {
  width: 1.5em;
  height: 1.5em;
  opacity: 1;
  background: #f0f0f0 !important;
}
section.section.section--visual .swiper-pagination-bullet-active {
  background: #fff8b7 !important;
}
@media screen and (max-width: 640px) {
  section.section.section--visual {
    width: calc(100% + 30px);
    margin-inline: -15px;
  }
  section.section.section--visual .btn-container {
    flex-direction: column;
    padding-block: 2em;
    gap: 1em;
  }
  section.section.section--visual .swiper-pagination-bullet {
    width: 1.4rem;
    height: 1.4rem;
  }
}

@media screen and (min-width: 641px) {
  .entry-content .index-menu-wrap {
    gap: min(100px, 8%);
  }
}
.entry-content .index-menu-box {
  text-align: center;
}
.entry-content .index-menu-box a {
  color: inherit;
  text-decoration: none;
}
.entry-content .index-menu-img {
  display: block;
  margin-inline: auto;
  max-width: 100%;
  height: auto;
}
.entry-content .index-menu-txt {
  margin: 1.25em 0 0;
  line-height: 1;
  font-size: 1.125em;
}
.entry-content .index-about {
  padding: 0 0 min(25px, 7%) !important;
}
.entry-content .index-about > .lead, .entry-content .index-about > .txt, .entry-content .index-about-sec {
  padding-inline: min(15px, 4vw);
}
@media screen and (min-width: 641px) {
  .entry-content .index-about {
    padding: 0 0 4% !important;
  }
  .entry-content .index-about > .lead, .entry-content .index-about > .txt {
    padding-inline: 4%;
  }
  .entry-content .index-about-sec {
    padding-inline: 4%;
  }
}
.entry-content .index-about-ttl {
  position: relative;
  margin: 0 0 1em;
  padding: 0;
}
.entry-content .index-about-ttl img {
  min-height: 150px;
}
.entry-content .index-about-ttl .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: min(100%, 18em);
  max-width: initial;
}
@media screen and (max-width: 640px) {
  .entry-content .index-about-ttl .btn {
    top: 40%;
    font-size: 1em;
    padding: 0.7em;
    width: auto;
    min-width: 280px;
  }
}
.entry-content .index-about-sec {
  margin: 0 0 clamp(2em, 7%, 3.8em);
}
.entry-content .index-about-sec:last-child {
  margin: 0;
}
.entry-content .index-about-txt {
  margin-top: 1.5em;
}
@media screen and (min-width: 641px) {
  .entry-content .index-about-txt {
    padding-inline: 1.5em;
  }
}
.entry-content .index-about-ttl-m {
  font-size: clamp(1.3em, 3vw, 1.65em);
  font-weight: normal;
  margin: 0 0 1em;
}
.entry-content .index-access-map-img {
  display: block;
  margin-top: 2em;
}
@media screen and (max-width: 640px) {
  .entry-content .index-access {
    margin-inline: -15px;
    border-radius: 0;
  }
}

.index-hall-wrap {
  gap: clamp(1.65em, 7%, 3em);
}
.index-hall-img {
  flex: 0 1 40%;
}
.index-hall-txt {
  flex: 1;
}
.index-hall-title {
  margin-top: 0 !important;
  font-weight: normal !important;
  font-size: 1em !important;
}
.index-hall-btnwrap {
  display: flex;
  gap: 2em;
  max-width: 860px;
  margin: clamp(2em, 7%, 2.5em) auto 0;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .index-hall-btnwrap {
    gap: 1.5em;
    flex-direction: column;
  }
}
.index-hall-btnwrap > * {
  flex: 1;
}
.index-hall-btnwrap .btn--common {
  max-width: 310px;
  margin: 0 auto;
}

/* -----------------
 lower page common styles
-------------------*/
.pgTitle {
  --green: #06c755;
  margin: 0 0 2em;
  position: relative;
  padding-bottom: 0.38em;
  font-size: 1.6666666667em;
  border-bottom: 2px solid #bcbcbc;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.pgTitle:before {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: var(--green);
  width: 6.2em;
  height: 2px;
}
.pgTitle:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
  min-width: 150px;
  aspect-ratio: 4/2;
}
.pgTitle .sub {
  display: block;
  color: var(--green);
  font-size: max(1.25rem, 0.5em);
  letter-spacing: 0;
}
.pgTitle .sub + br {
  display: none;
}
@media screen and (max-width: 640px) {
  .pgTitle {
    font-size: 1.8rem;
    margin: 0 0 1.5em;
    padding-top: 0.75em;
  }
  .pgTitle:after {
    width: 38%;
    min-width: initial;
    height: 100%;
    aspect-ratio: initial;
  }
}

.pg_consultation .pgTitle:after {
  background: url(images/ttl-bg_consultation.png) no-repeat right bottom;
  background-size: contain;
}

.pg_plan .pgTitle:after {
  background: url(images/ttl-bg_plan.png) no-repeat right bottom;
  background-size: contain;
}

.pg_contact .pgTitle:after {
  background: url(images/ttl-bg_common.png) no-repeat right bottom;
  background-size: contain;
}

.pg_privacy .pgTitle:after {
  background: url(images/ttl-bg_common.png) no-repeat right bottom;
  background-size: contain;
}

.pg_contact .pgTitle:after,
.pg_privacy .pgTitle:after {
  aspect-ratio: 2.54/1;
  background-position-x: center !important;
}

.plan-menu-title, .consultation-procedure-title, .consultation-point-title {
  position: relative;
  padding-inline: 2em;
  margin: 0 auto 2.25em !important;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-family: inherit !important;
  font-size: clamp(20px, 1.7vw, 30px);
  color: #0091d4;
  line-height: 1.4 !important;
  text-align: center;
}
.plan-menu-title:before, .consultation-procedure-title:before, .consultation-point-title:before, .plan-menu-title:after, .consultation-procedure-title:after, .consultation-point-title:after {
  all: unset;
  content: "";
  display: block;
  position: absolute;
  left: 0.5em;
  top: -0.75em;
  width: 1.1em;
  height: 1.1em;
  background: url(images/ico_quotation.png) no-repeat 0 0;
  background-size: contain;
}
.plan-menu-title:after, .consultation-procedure-title:after, .consultation-point-title:after {
  left: auto;
  right: 0.5em;
  transform: rotate(60deg);
}
@media screen and (max-width: 640px) {
  .plan-menu-title, .consultation-procedure-title, .consultation-point-title {
    padding-inline: 1.5em;
  }
}

/* -----------------
 point page styles
-------------------*/
.consultation-point p:empty {
  display: none;
}
.consultation-point-wrap {
  margin-bottom: 1em;
}
.consultation-point .em {
  color: #ff5b5b;
}
.consultation-point-head, .consultation-procedure-head {
  font-weight: bold;
  text-align: center;
  font-size: clamp(18px, 1.3vw, 24px);
}
.consultation-point-title {
  position: relative;
  border-bottom: min(7%, 4.5em) !important;
}
.consultation-point-title .em {
  font-size: clamp(23px, 1.4vw, 25px);
}
.consultation-point-box {
  position: relative;
  padding: 1.5em;
  background: #f1fff7;
  border: 5px solid #f8f4ec;
  border-radius: 1.389em;
}
.consultation-point-box:before, .consultation-point-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.consultation-point-box:before {
  border: 5px solid #f8f4ec;
  background: #f1fff7;
  left: 50%;
  transform: translate(-50%, -33%);
  width: min(33%, 120px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 1;
}
.consultation-point-box:after {
  left: 0;
  background: #f1fff7;
  width: 100%;
  height: 25%;
  border-radius: 1.389em;
  z-index: 2;
}
.consultation-point-box .em {
  color: #0091d4;
}
@media screen and (min-width: 641px) {
  .consultation-point-columns {
    margin-bottom: min(4%, 2.5em);
    gap: 24px !important;
  }
  .consultation-point-columns > p {
    display: none;
  }
}
.consultation-point-title-s {
  position: relative;
  margin: 0 auto 0.5em;
  font-weight: bold;
  font-size: clamp(23px, 1.7vw, 30px);
  line-height: 1.4;
  text-align: center;
  z-index: 3;
}
.consultation-point-img {
  display: block;
  margin: 10px auto;
  width: min(100%, 360px);
  text-align: center;
}
.consultation-point-text {
  margin: 0;
}
.consultation-point-msg {
  margin-bottom: min(3%, 1.5em);
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.consultation-point-msg-head {
  display: block;
}
.consultation-point-msg .em {
  font-size: min(1.2083333333em, 23px);
}
.consultation-point-msg-txt {
  margin: 0;
}
.consultation-point-msg-txt + p:empty {
  display: none;
}
@media screen and (max-width: 640px) {
  .consultation-point-msg {
    margin: 0 0 1em;
    font-size: 2rem;
  }
  .consultation-point-msg-head {
    font-size: 0.95em;
  }
  .consultation-point-msg .em {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 640px) {
  .consultation-point-box {
    margin-bottom: 2em;
  }
  .consultation-point-title {
    margin-bottom: 3em !important;
    padding-inline: 0;
    line-height: 1.6 !important;
  }
  .consultation-point-title:before, .consultation-point-title:after {
    display: none;
  }
  .consultation-point-img {
    margin-top: 30px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .consultation-point-msg .em {
    display: block;
  }
}

.consultation-procedure {
  padding: min(5%, 2em);
}
.consultation-procedure-title {
  color: #000;
  margin-bottom: 1.8em !important;
}
.consultation-procedure-title:before, .consultation-procedure-title:after {
  display: none;
}
.consultation-procedure-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, min-content);
  gap: 0 2.8vw;
}
.consultation-procedure-box {
  display: grid;
  grid: subgrid/subgrid;
  grid-row: span 4;
  gap: 1.667em;
}
.consultation-procedure-label {
  font-size: clamp(24px, 1.7vw, 30px);
  background: #67d2b3;
  color: #fff;
  border-radius: 9999px;
  line-height: 1.3;
  padding: 0 0.5em;
  margin: 0 auto;
  width: min(100%, 5.233em);
  text-align: center;
}
.consultation-procedure-img {
  position: relative;
  margin-inline: auto;
  display: block;
  width: min(100%, 235px);
}
.consultation-procedure-img img {
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .consultation-procedure-img:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.167em;
    aspect-ratio: 21/34;
    background: url(images/ico_arrow.png) no-repeat center center;
    background-size: contain;
    transform: translateX(calc(50% + 1.4vw));
  }
}
.consultation-procedure-box:last-of-type .consultation-procedure-img:before {
  display: none;
}
@media screen and (max-width: 640px) {
  .consultation-procedure-title {
    padding: 0;
  }
  .consultation-procedure-title:before, .consultation-procedure-title:after {
    display: none;
  }
  .consultation-procedure-wrap {
    grid-template-columns: 1fr;
    gap: 4em;
  }
  .consultation-procedure-box {
    position: relative;
    gap: 1.5em;
    grid: initial;
  }
  .consultation-procedure-box:not(:last-of-type):before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1.167em;
    aspect-ratio: 21/34;
    background: url(images/ico_arrow.png) no-repeat center center;
    background-size: contain;
    transform: translate(-50%, 1em) rotate(90deg);
  }
  .consultation-procedure-box-img:before {
    display: none;
  }
}
.consultation-procedure-title-s {
  margin: 0;
  color: #67d2b3;
  font-weight: bold;
  font-size: clamp(20px, 1.3vw, 24px);
  letter-spacing: 0.0872em;
  line-height: 1.4;
  text-align: center;
}
.consultation-procedure-text {
  margin-bottom: 0;
}

/* -----------------
 plan page styles
-------------------*/
/* plan-menu */
.plan-menu p {
  margin: 0;
}
.plan-menu p:empty {
  display: none;
}
.plan-menu-wrap {
  gap: clamp(2.5em, 4%, 2.89em) !important;
}
.plan-menu-title {
  text-align: center;
}
.plan-menu-box a {
  text-decoration: none;
  color: inherit;
}
.plan-menu-title-s {
  font-size: clamp(20px, 1.7vw, 30px);
  line-height: 1.6;
  text-align: center;
}
.plan-menu-title-s .em {
  color: #ffac76;
}
.plan-menu-img {
  display: block;
  margin: 0 auto;
  width: min(100%, 270px);
  border: 10px solid #f0f0f0;
  border-radius: 50%;
  overflow: hidden;
}
.plan-menu-text {
  margin: 1.2em auto 0 !important;
  text-align: left;
  color: #000;
  max-width: 18em;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .plan-menu-wrap {
    flex-direction: column;
    gap: 45px;
  }
}

/* consultation banner */
.bnr-consultation {
  margin-block: clamp(2.5em, 7%, 4em);
}
.bnr-consultation p:empty {
  display: none;
}
.bnr-consultation-aside {
  gap: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em auto 0;
  color: #ef437b;
  font-weight: bold;
}
.bnr-consultation-aside > * {
  display: grid;
  align-items: center;
}
.bnr-consultation-time {
  background: #ef437b;
  color: #fff;
  padding: 0 1em;
  width: 18em;
}
@media screen and (max-width: 640px) {
  .bnr-consultation-aside {
    text-align: center;
    gap: 1em !important;
  }
  .bnr-consultation-time {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

/* --- plan ---*/
.dc-plan {
  padding-block: 0;
}
.dc-plan + .dc-plan {
  margin-top: clamp(2em, 7%, 3.6em);
}
.dc-plan p:empty {
  display: none;
}
.dc-plan ul li {
  list-style: none;
}
.dc-plan-frame {
  border: 1px solid var(--color, #aaa);
  padding: min(3%, 1.9em);
  border-radius: 2.7777777778em;
}
@media screen and (max-width: 640px) {
  .dc-plan-frame {
    display: contents;
  }
}
.dc-plan-wrap {
  position: relative;
  padding-block: 3.3em;
}
@media screen and (max-width: 640px) {
  .dc-plan-wrap {
    padding-top: 1.8em;
  }
}
.dc-plan-title {
  text-align: left;
  letter-spacing: 2px;
  font-size: clamp(18px, 2.5vw, 25px);
  line-height: 1.3;
  background: var(--color, #aaa);
  color: #ffffff;
  padding: 8px 20px 12px;
  margin-bottom: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .dc-plan-title {
    margin: 0 max(-15px, -4vw) 1em !important;
    text-align: center;
  }
}
.dc-plan-ttl-m {
  font-size: 1.1111111111em;
  font-weight: normal;
  text-align: center;
}
.dc-plan-intro {
  gap: 2.5555555556em;
}
.dc-plan-intro-img img {
  display: block;
  margin: 0 auto;
  border-radius: 1.2em;
}
@media screen and (min-width: 1025px) {
  .dc-plan-intro-img {
    flex: 0 1 50%;
  }
  .dc-plan-intro-text {
    flex: 1;
    min-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .dc-plan-intro {
    flex-direction: column;
    gap: 1.2em;
  }
}
.dc-plan-intro-title {
  margin: 0 0 0.7em;
  line-height: 1.4;
  font-size: 1.9444444444em !important;
  font-family: "SourceHanSerif", sans-serif;
  font-weight: bold;
}
.dc-plan-intro-title .sub {
  display: block;
  font-size: 0.8571428571em;
}
@media screen and (max-width: 640px) {
  .dc-plan-intro-title {
    font-size: 1.3333333333em;
    text-align: center;
  }
  .dc-plan-intro-title .sub {
    margin: 0 0 0.25em;
    font-size: 0.625em;
  }
}
.dc-plan-intro-textitem {
  margin: 0;
}
.dc-plan-intro-price {
  margin: 1.2em auto 0;
  padding: 0;
}
.dc-plan-intro-price-item {
  display: flex;
  gap: 0.8em;
  line-height: 1.2;
}
.dc-plan-intro-price-item > br {
  display: none;
}
.dc-plan-intro-price-item + li {
  margin-top: 1.2em;
}
.dc-plan-intro-price-head {
  margin-top: 0.25em;
  padding: 0.2em 0.4em;
  color: #fff;
  background: #a1a1a1;
  border-radius: 0.3em;
  flex: 0 0 5.6em;
  height: 100%;
  text-align: center;
  line-height: 1.2;
}
.dc-plan-intro-price-num {
  font-size: 1.3333333333em;
  color: #6e6e6e;
}
.dc-plan-intro-price-num .num {
  font-size: 1.25em;
  font-weight: bold;
}
.dc-plan-intro-price-num .tax {
  display: inline-block;
  font-size: 0.8333333333em;
}
.dc-plan-intro-price-item.--member .dc-plan-intro-price-head {
  margin-top: 0.5em;
  background-color: #505050;
}
.dc-plan-intro-price-item.--member .dc-plan-intro-price-num {
  color: #d70000;
}
.dc-plan-intro-price-item.--member .dc-plan-intro-price-num .num {
  font-size: 1.5em;
}
@media screen and (max-width: 640px) {
  .dc-plan-intro-price-item {
    font-size: 1em;
  }
}
.dc-plan-menu {
  text-align: center;
}
.dc-plan-srvlist {
  margin: 3em auto;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em;
}
.dc-plan-srvlist li {
  background: var(--color, #aaa);
  padding: 0.5em 0.8em;
  border-radius: 3px;
  color: #fff;
}
.dc-plan-point {
  background: var(--color--light, #eee);
  text-align: center;
  border-radius: 2.7777777778em;
  padding: clamp(1.65em, 4%, 2em);
}
.dc-plan-point-ttl {
  color: var(--color, #aaa);
}
.dc-plan-point-wrap {
  justify-content: center;
  gap: 4%;
  max-width: 1000px;
  margin: 0 auto;
}
.dc-plan-point-wrap p:empty {
  display: none;
}
.dc-plan-point-item {
  flex: 1;
}
.dc-plan-point-img {
  display: grid;
  place-items: center;
  background: #fff;
  aspect-ratio: 1/1;
  border-radius: 50%;
  max-width: 190px;
  margin: 0 auto;
}
.dc-plan-point-img img {
  display: block;
  margin: 0 auto;
  align-self: center;
}
.dc-plan-point-txt {
  margin: 0.5em 0 0;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .dc-plan-point {
    border-radius: 1.5em;
  }
  .dc-plan-point-wrap {
    gap: 2.35em !important;
  }
  .dc-plan-point-txt {
    font-size: 1.4rem;
  }
}
.dc-plan.--plan01 {
  --color: #7c7cbc;
  --color--light: #ededff;
}
.dc-plan.--plan02 {
  --color: #ff9b89;
  --color--light: #ffede9;
}
.dc-plan.--plan03 {
  --color: #6cc1d5;
  --color--light: #e7faff;
}

/* -----------------
 contact page styles
-------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background: #f1f1f1;
  border: 0;
  padding: 0.5em 0.7em;
  font: inherit;
}

.contact {
  font-size: 1.1111111111em;
}
.contact-table {
  display: grid;
  grid-template-columns: 28% 1fr;
  gap: 2em;
  width: min(100%, 1140px);
  margin-inline: auto;
}
.contact-table .tr {
  grid-column: span 2;
}
@media screen and (min-width: 641px) {
  .contact-table .tr {
    display: grid;
    grid-template-columns: subgrid;
  }
}
.contact-table .tr .th {
  position: relative;
  font-weight: bold;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contact-table .tr .td > p {
  display: contents;
}
.contact-table .tr .td input[type=text],
.contact-table .tr .td input[type=email],
.contact-table .tr .td input[type=tel],
.contact-table .tr .td textarea {
  width: 100%;
}
.contact-table .tr.req .th:after {
  content: "必須";
  display: inline-block;
  margin: 0.6em 0 0 0.5em;
  border: 2px solid #ffa96f;
  border-radius: 0.2em;
  color: #ffa96f;
  text-align: center;
  width: 5em;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
}
.contact-table .tr label > br {
  display: none;
}
@media screen and (max-width: 640px) {
  .contact-table .tr .th {
    padding-bottom: 0.8em;
  }
  .contact-table .tr.req:after {
    font-size: 0.8571428571em;
  }
}
.contact-table .wpcf7-radio .wpcf7-list-item {
  display: block;
  font-size: 0.9em;
}
.contact-agreement {
  margin: 2em auto;
  text-align: center;
}
.contact-agreement br {
  display: none;
}
.contact-agreement p {
  margin: 0 0 2em;
}
.contact-btn-wrap {
  text-align: center;
}
.contact-btn-wrap label {
  display: block;
  text-align: center;
}
.contact-btn-wrap .btn {
  font-size: 1.3333333333em;
  margin: 0 auto;
  width: 100%;
  padding: 0.7em;
}
.contact-btn-wrap .btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .contact-agreement-msg {
    text-align: left;
  }
  .contact-btn-wrap .btn {
    font-size: 1.6rem;
    max-width: 15em;
  }
}

.contact-confirm .contact-table .tr.req .th:after {
  display: none;
}
.contact-confirm .hide {
  display: none;
}
@media screen and (min-width: 641px) {
  .contact-confirm .contact-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 2em;
  }
  .contact-confirm .contact-btn-wrap > p {
    display: contents;
  }
  .contact-confirm .contact-btn-wrap br {
    display: none;
  }
  .contact-confirm .contact-btn-wrap .btn {
    margin-inline: 0;
  }
  .contact-confirm .contact-btn-wrap .wpcf7-spinner {
    position: absolute;
  }
}

/* -----------------
 privacy policy page styles
-------------------*/
.privacy .title {
  font-weight: bold;
  font-size: 1em;
}
.privacy .article {
  margin-bottom: min(6%, 3em);
}
.privacy ul {
  margin: 0.5em 0 0;
  padding: 0;
}
.privacy ul li {
  list-style-type: none;
}

/* フッターフロートメニュー */
.footer-float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0.5em;
}

.footer-float .bottom__nav {
  display: flex;
  justify-content: center;
  gap: 0.6em;
  padding: 0.8em;
  background: #ffbbad;
  border-radius: 0.5em;
  font-size: min(2.6vw, 1.8rem);
}

.footer-float .bottom__nav a {
  flex: 0 1 auto;
  display: grid;
  place-items: center;
  position: relative;
  line-height: 1.3;
  padding: 0.55em 0.9em;
  padding-left: 2.8em;
  background: #fff;
  border-radius: 0.4em;
  font-size: 1em;
  min-height: 5em;
  text-decoration: none;
  color: #000;
  font-family: "Meiryo", sans-serif;
}

.footer-float .bottom__nav a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0.25em;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  height: 2.5em;
  background: url(./images/ico_btm_contact.png) no-repeat 0 0;
  background-size: contain;
}

.footer-float .bottom__nav .bottom__nav_flower:before {
  background-image: url(./images/ico_btm_flower.png);
}

.footer-float .bottom__nav .bottom__nav_tel:before {
  background-image: url(./images/ico_btm_tel.png);
}

.footer-float .bottom__nav .bottom__nav_tel {
  background: #ff194f;
  color: #fff;
  flex: 0 1 auto;
  padding-left: 3.5em;
}

.footer-float .bottom__nav .bottom__nav_tel .em {
  display: block;
  width: 100%;
  font-size: 1.6em;
  color: #fff;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.footer-float .bottom__nav .bottom__nav_tel:before {
  left: 0.8em;
}

@media print, screen and (min-width: 640px) {
  .footer-float {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */

/* 改行 */

@media screen and (min-width: 768px){	
/* PC時 */
.pc {
display:inline;
}
.sp {
display:none;
}
}

@media screen and (max-width: 767px){
/* SP時 */
.pc {
display:none;
}
.sp {
display:inline;
