/*
Theme Name: madoka-kodomoen
Author: duotone
Version: 1.0.0
*/
/*
* 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.
 */
@import "./css/main.css";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

*:last-child {
  margin-bottom: 0;
}

/* 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 {
  color: #0081cc;
  background-color: transparent;
  text-decoration: unset;
}

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

picture {
  max-width: 100%;
}

/* 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 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.1em;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

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: #fff;
}

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 {
  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;
}

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

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

.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
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# 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 {
  min-height: 120px;
  background: #fff;
  width: 100%;
  top: 0;
  z-index: 100;
}
.header-container-in {
  gap: 20px 30px;
  min-height: 120px;
  margin: auto;
  width: 1920px;
  padding: 20px 46px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-container .header .logo img {
  max-height: 80px;
  object-fit: cover;
  width: auto;
}
.header-container .navi .menu {
  margin: 0;
}
.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;
}

.content-in {
  padding: 80px 40px 150px;
  width: 1880px;
  max-width: 100%;
  margin: auto;
  overflow-x: hidden;
}

.footer {
  background: #f0faff;
}
.footer-in {
  height: 100%;
  margin: auto;
  width: 1920px;
  max-width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.footer-top, .footer-bottom {
  width: 100%;
}
.footer-bottom {
  position: relative;
  padding: 80px 40px 64px;
  display: flex;
  gap: 69px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(./images/footer_bottom_back.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position: bottom !important;
  width: 100%;
  top: unset;
  height: 103px;
}
.footer-bottom > * {
  position: relative;
  z-index: 10;
}
.footer-bottom-back {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.footer-bottom-main {
  display: flex;
  gap: 173px;
  align-items: center;
  justify-content: center;
}
.footer-bottom-main .logo {
  max-width: 100%;
  margin: 0 auto 32px;
  width: 210px;
}
.footer-site-info {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.1em;
  color: #0081cc;
}
.footer-site-info__headline {
  margin-bottom: 0;
}
.footer-site-info__address {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: flex;
  gap: 12px;
}
.footer-site-info__contacts {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: flex;
  gap: 13px;
  margin-top: 8px;
}
.footer-site-info__contacts > *:nth-child(1) {
  font-weight: 500;
}
.footer .navi .menu {
  gap: 20px;
}
.footer .copyright {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}

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

body.page-template-page-no-footerTop .footer-top {
  display: none;
}

body.page .content-in {
  padding: 80px 0px 150px;
  width: 1920px;
}
body.page .page .entry-header {
  display: none;
}
body.page.home .content-in {
  padding: 0;
}

body.single .hentry .entry-meta,
body.single .archive .entry-meta,
body.archive .hentry .entry-meta,
body.archive .archive .entry-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}
body.single .hentry .entry-title,
body.single .archive .entry-title,
body.archive .hentry .entry-title,
body.archive .archive .entry-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.1em;
  text-align: left;
}
body.single .hentry .entry-title a,
body.single .archive .entry-title a,
body.archive .hentry .entry-title a,
body.archive .archive .entry-title a {
  color: #000000;
}

body.single .hentry {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
body.single .hentry .post-thumbnail {
  margin-bottom: 10px;
}
body.single .hentry .entry-header {
  margin-bottom: 30px;
}
body.single .hentry .entry-content {
  padding-top: 30px;
}
body.single .hentry .entry-content p {
  margin-bottom: 2.5em;
}
body.single .hentry .entry-content p:last-child {
  margin-bottom: 0;
}
body.single .hentry .entry-content figure {
  margin-bottom: 2.5em;
}
body.single .hentry .entry-content figure:last-child {
  margin-bottom: 0;
}
body.single .hentry-footer {
  margin-top: 80px;
}
body.single .hentry-footer__backBtn {
  width: 198px;
  max-width: 100%;
  margin: auto;
}

body.archive .archive {
  width: 800px;
  max-width: 100%;
  margin: auto;
}
body.archive .archive-list-item {
  padding: 0 50px 30px;
  border-bottom: 3px solid #f0f0f0;
  margin-bottom: 30px;
}
body.archive .archive-list-item:last-child {
  margin-bottom: 0;
}
body.archive .archive-pagination {
  margin-top: 80px;
}

body.single-blog .dc-section.--fv2-border .dc-section-fv-head,
body.post-type-archive-blog .dc-section.--fv2-border .dc-section-fv-head {
  border-bottom-color: #f6ab00;
}
body.single-blog .content .hentry-footer .dc-btn.--btn1-red,
body.post-type-archive-blog .content .hentry-footer .dc-btn.--btn1-red {
  background-color: #f6ab00;
}
body.single-blog .posted-on time,
body.post-type-archive-blog .posted-on time {
  color: #f6ab00;
}
body.single-blog .tags-links a,
body.post-type-archive-blog .tags-links a {
  background-color: #ffecc2;
}
body.single-blog .nav-links .page-numbers.current,
body.post-type-archive-blog .nav-links .page-numbers.current {
  background-color: #f6ab00;
}
body.single-blog .content .archive,
body.post-type-archive-blog .content .archive {
  width: 1200px;
}
body.single-blog .content .archive-list,
body.post-type-archive-blog .content .archive-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 80px 60px;
}
body.single-blog .content .archive-list-item,
body.post-type-archive-blog .content .archive-list-item {
  width: 360px;
  max-width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
body.single-blog .content .archive-list-item .entry-thumbnail,
body.post-type-archive-blog .content .archive-list-item .entry-thumbnail {
  display: flex;
}
body.single-blog .content .archive-list-item .entry-thumbnail img,
body.post-type-archive-blog .content .archive-list-item .entry-thumbnail img {
  width: 360px;
  height: 270px;
  object-fit: cover;
  max-width: 100%;
  border-radius: 10px;
}
body.single-blog .content .archive-list-item .entry-meta,
body.post-type-archive-blog .content .archive-list-item .entry-meta {
  margin-top: 12px;
  margin-bottom: 6px;
}
body.single-blog .content .archive-list-item .entry-title,
body.post-type-archive-blog .content .archive-list-item .entry-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .header-container {
    min-height: 70px;
    position: fixed;
  }
  .header-container-in {
    padding: 13px 12px;
    padding-right: 16px;
    min-height: 70px;
  }
  .header-container .header .logo img {
    width: 96px;
  }
  .header-container .navi {
    display: none;
  }
  .header-container .navi-menu-container {
    display: block;
  }
  .content-in {
    padding: 110px 22px 60px;
  }
  .footer .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
  }
  .footer .logo img {
    width: 180px;
  }
  .footer-site-info {
    font-size: 14px;
    line-height: 21px;
  }
  .footer-site-info__address, .footer-site-info__contacts {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-site-info__address {
    margin-top: 11px;
  }
  .footer-site-info__contacts {
    margin-top: 5px;
  }
  .footer-bottom {
    padding: 60px 22px 64px;
    gap: 60px;
  }
  .footer-bottom::after {
    background-image: url(./images/footer_bottom_back_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
  }
  .footer-bottom-back picture,
  .footer-bottom-back img {
    width: 100%;
    height: 100%;
  }
  .footer-bottom-back img {
    object-fit: cover;
  }
  .footer-bottom-main {
    display: flex;
    flex-direction: column;
    gap: 37px;
  }
  .footer-bottom-right iframe {
    width: 330px;
    height: 225px;
  }
  body.page .content-in {
    padding-top: 110px;
  }
  body.page .content-in {
    padding-bottom: 60px;
  }
  body.page.home .content-in {
    padding-top: 85px;
  }
  body.single .hentry .entry-meta,
  body.single .archive .entry-meta,
  body.archive .hentry .entry-meta,
  body.archive .archive .entry-meta {
    gap: 10px;
    margin-bottom: 6px;
  }
  body.single .hentry .entry-title,
  body.single .archive .entry-title,
  body.archive .hentry .entry-title,
  body.archive .archive .entry-title {
    font-size: 18px;
    line-height: 36px;
  }
  body.single .hentry .post-thumbnail {
    margin-bottom: 30px;
  }
  body.single .hentry .post-thumbnail img {
    border-radius: 10px;
  }
  body.single .hentry .entry-content {
    padding-top: 0;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
  body.single .hentry .entry-content p {
    margin-bottom: 20px;
  }
  body.single .hentry .entry-content p:last-child {
    margin-bottom: 0;
  }
  body.single .hentry .entry-content figure {
    margin-bottom: 20px;
  }
  body.single .hentry .entry-content figure:last-child {
    margin-bottom: 0;
  }
  body.single .hentry .entry-header + .post-thumbnail {
    margin-top: -10px;
  }
  body.single .hentry-footer {
    margin-top: 40px;
  }
  body.single .hentry-footer__backBtn {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0.22em;
  }
  body.archive .archive-list-item {
    padding: 0 0 30px;
  }
  body.archive .archive-list-item .entry-title {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1em;
  }
  body.archive .archive-pagination {
    margin-top: 40px;
  }
  body.post-type-archive-blog .content .archive-list {
    gap: 30px 12px;
  }
  body.post-type-archive-blog .content .archive-list-item {
    width: calc(50% - 6px);
  }
  body.post-type-archive-blog .content .archive-list-item .entry-thumbnail img {
    width: 159px;
    height: 120px;
    border-radius: 10px;
    aspect-ratio: 159/120;
    width: 100%;
    height: auto;
  }
  body.post-type-archive-blog .content .archive-list-item .entry-meta {
    margin-bottom: 4px;
  }
  body.post-type-archive-blog .content .archive-list-item .entry-meta .tags-links a:not(:first-child) {
    display: none;
  }
  body.post-type-archive-blog .content .archive-list-item .entry-title {
    font-size: 14px;
    line-height: 28px;
  }
}
/*
* component,block
*/
.navi-menu-container .navi-menu-chk {
  display: none;
}
.navi-menu-container .navi-menu-btn {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #0081cc;
  position: relative;
  cursor: pointer;
}
.navi-menu-container .navi-menu-btn__line {
  transform-origin: left;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 1px;
  width: 18px;
  background-color: white;
  border-radius: 2em;
  transition: all 0.3s;
}
.navi-menu-container .navi-menu-btn__line:nth-child(1) {
  top: 14px;
  bottom: unset;
}
.navi-menu-container .navi-menu-btn__line:nth-child(3) {
  bottom: 14px;
  top: unset;
}
.navi-menu-container .navi-menu-btn__txt {
  display: none;
}
.navi-menu-container .navi-menu-content {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 70px;
  transition: all 0.2s ease;
  overflow: hidden;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in {
  background-image: url(./images/sp_menu_back.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 69px 32px 150px;
  overflow: auto;
}
.navi-menu-container .navi-menu-content .navi-menu-content-in > * {
  position: relative;
  z-index: 10;
}
.navi-menu-container .navi-menu-content .navi {
  display: block;
}
.navi-menu-container .navi-menu-content .navi .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0 7px;
  gap: 30px;
}
.navi-menu-container .navi-menu-content .navi .menu-item:not(:first-child).menu-item--red {
  margin: 30px auto 0;
}
.navi-menu-container .dc-btn {
  width: 246px;
  max-width: 100%;
  margin: 36px auto 50px;
  min-height: 52px;
  gap: 4px;
}
.navi-menu-container .dc-btn .dc-btn-1__icon {
  width: 18px;
  height: 18px;
}
.navi-menu-container .dc-btn .dc-btn-1__txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.navi-menu-container .navi-site-info {
  margin: 50px auto;
  width: 287px;
  max-width: 100%;
}
.navi-menu-container .navi-site-info .logo {
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
}
.navi-menu-container .navi-site-info .logo img {
  width: 197px;
}
.navi-menu-container .navi-site-info-main {
  margin-top: 50px;
  color: #0081cc;
}
.navi-menu-container .navi-site-info__headline {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.1em;
  margin-bottom: 11px;
}
.navi-menu-container .navi-site-info__address, .navi-menu-container .navi-site-info__contacts {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}
.navi-menu-container .navi-site-info__address {
  margin-bottom: 5px;
}
.navi-menu-container .copyright {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}

.navi-menu-chk:checked ~ .navi-menu-content {
  height: 100%;
  background-color: white;
}
.navi-menu-chk:checked ~ .navi-menu-btn .navi-menu-btn__line:nth-child(1) {
  transform: rotate(45deg) translate(2px, -2px);
}
.navi-menu-chk:checked ~ .navi-menu-btn .navi-menu-btn__line:nth-child(2) {
  display: none;
}
.navi-menu-chk:checked ~ .navi-menu-btn .navi-menu-btn__line:nth-child(3) {
  transform: rotate(315deg) translate(2px, 2px);
}

.navi .menu,
.navi-footer .menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 20px 36px;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
.navi .menu-item a,
.navi-footer .menu-item a {
  color: #000;
}
.navi .menu-item a:hover,
.navi-footer .menu-item a:hover {
  opacity: 1;
}
.navi .menu-item .sub-menu,
.navi-footer .menu-item .sub-menu {
  width: 133px;
  height: fit-content;
  padding: 16px;
  border-radius: 10px;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  margin: 0 calc(50% - 66.5px);
  transition: all 0.2s;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  z-index: 100;
}
.navi .menu-item-has-children,
.navi-footer .menu-item-has-children {
  position: relative;
}
.navi .menu-item-has-children:hover .sub-menu,
.navi-footer .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navi .menu-item.--icon > a,
.navi-footer .menu-item.--icon > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.navi .menu-item.--icon > a::before,
.navi-footer .menu-item.--icon > a::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("./images/icon_house.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.navi .menu-item.--icon-only > a,
.navi-footer .menu-item.--icon-only > a {
  width: 60px;
  height: 60px;
  background: #0081cc;
  border-radius: 100%;
  border: 2px solid transparent;
}
.navi .menu-item.--icon-only > a .caption-wrap,
.navi-footer .menu-item.--icon-only > a .caption-wrap {
  display: none;
}
.navi .menu-item.--icon-only:hover a,
.navi-footer .menu-item.--icon-only:hover a {
  border: 2px solid #0081cc;
  background-color: white;
}
.navi .menu-item.--icon-only:hover a::before,
.navi-footer .menu-item.--icon-only:hover a::before {
  background-image: url(./images/icon_mail_blue.png);
}
.navi .menu-item.--icon-cloud > a::before,
.navi-footer .menu-item.--icon-cloud > a::before {
  background-image: url("./images/icon_cloud.png");
}
.navi .menu-item.--icon-time > a::before,
.navi-footer .menu-item.--icon-time > a::before {
  background-image: url("./images/icon_time.png");
}
.navi .menu-item.--icon-notice > a::before,
.navi-footer .menu-item.--icon-notice > a::before {
  background-image: url("./images/icon_notice.png");
}
.navi .menu-item.--icon-pen > a::before,
.navi-footer .menu-item.--icon-pen > a::before {
  background-image: url("./images/icon_pencil.png");
}
.navi .menu-item.--icon-baby > a::before,
.navi-footer .menu-item.--icon-baby > a::before {
  background-image: url("./images/icon_baby.png");
}
.navi .menu-item.--icon-step > a::before,
.navi-footer .menu-item.--icon-step > a::before {
  background-image: url("./images/icon_footsteps.png");
}
.navi .menu-item.--icon-people > a::before,
.navi-footer .menu-item.--icon-people > a::before {
  background-image: url("./images/icon_people.png");
}
.navi .menu-item.--icon-mail > a::before,
.navi-footer .menu-item.--icon-mail > a::before {
  background-image: url("./images/icon_mail.png");
}
.navi .menu-item.--sp,
.navi-footer .menu-item.--sp {
  display: none;
}
.navi .menu-item:hover a,
.navi-footer .menu-item:hover a {
  color: #0081cc;
}

@media screen and (max-width: 768px) {
  .navi-menu-container .navi-menu-content .navi .menu {
    width: 310px;
    max-width: 100%;
    height: 310px;
    padding: 0;
  }
  .navi-menu-container .navi-menu-content .navi .menu-item .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    padding-left: 28px;
    list-style: none;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.1em;
    opacity: 1;
    visibility: visible;
    position: static;
    background: unset;
    width: auto;
    height: auto;
    border-radius: unset;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .navi .menu,
  .navi-footer .menu {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.1em;
    gap: 26px;
  }
  .navi .menu-item.--icon > a,
  .navi-footer .menu-item.--icon > a {
    display: flex;
    gap: 8px;
    flex-direction: row;
    align-items: center;
  }
  .navi .menu-item.--icon > a::before,
  .navi-footer .menu-item.--icon > a::before {
    width: 20px;
    height: 20px;
  }
  .navi .menu-item.--sp,
  .navi-footer .menu-item.--sp {
    display: block;
  }
  .navi .menu-item.--pc,
  .navi-footer .menu-item.--pc {
    display: none;
  }
}
#wpadminbar {
  display: none;
}

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