/*!
Theme Name: chanoma-26
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chanoma-26
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

chanoma-26 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

/* Sections
	 ========================================================================== */

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

/**
 * 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;
	text-decoration: underline dotted;
}

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
/*body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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 {
	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 {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

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





/* Custom Style
 ============================================================================================================================================================================================================================================================================================================================================================================================================================================================ */

html {
  /* 1 */
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #444444;
}


/* Headings
 ========================================================================== */
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  margin: 0 0 20px 0;
  font-family: "Kiwi Maru", serif;
  font-weight: normal;
  color: #222222;
  text-transform: none;
}
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  font-weight: 400;
  color: #222222;
}
/* Add margin if adjacent element */
* + h1,
* + .uk-h1,
* + h2,
* + .uk-h2,
* + h3,
* + .uk-h3,
* + h4,
* + .uk-h4,
* + h5,
* + .uk-h5,
* + h6,
* + .uk-h6 {
  margin-top: 40px;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}
h2,
.uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}
h3,
.uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}
h4,
.uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}
h5,
.uk-h5 {
  font-size: 1rem;
  line-height: 1.4;
}
h6,
.uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1,
  .uk-h1 {
    font-size: 2.625rem;
      font-weight: 500;
  }
  h2,
  .uk-h2 {
    font-size: 2rem;
      font-weight: 500;
  }
    h3,
.uk-h3 {
  font-size: 1.5rem;
    font-weight: 400;
    }
}


/* Color
 ========================================================================== */

 :root {
    /* #ffffff */
    --color-white: 255, 255, 255;
    /* #2f2f2f */
    --color-black: 47, 47, 47;
    /* #dddddd */
    --color-gray: 221, 221, 221;
    /* #f5f5f5 */
    --color-silver: 245, 245, 245;
    /* #6a3906 */
    --color-brown: 106, 57, 6;
    /* #c4c46a */
    --color-tea: 196, 196, 106;
    /* #9bdeac */
    --color-green: 155, 222, 172;
	/* #00a1e4 */
    --color-blue: 0, 161, 228;
    /* #fa9cb4 */
    --color-pink: 250, 156, 180;
	/* #7f2d28 */
    --color-renga: 127, 45, 40;
	/* #fe4a49 */
    --color-red: 254, 74, 73;
}

.bg-white {
    background-color: rgba(var(--color-white), 1);
}

.color-white {
    color: rgba(var(--color-white), 1);
}

.border-white {
    border: solid 1px rgba(var(--color-white), 1);
}

.bg-white-transparent {
    background-color: rgba(var(--color-white), .8);
}

.bg-black {
    background-color: rgba(var(--color-black), 1); /* #2f2f2f */
}

.color-black {
    color: rgba(var(--color-black), 1);
}

.border-black {
    border: solid 1px rgba(var(--color-black), 1);
}

.bg-black-transparent {
    background-color: rgba(var(--color-black), .8);
}

.bg-gray {
    background-color: rgba(var(--color-gray), 1); /* #dddddd */
}

.color-gray {
    color: rgba(var(--color-gray), 1);
}

.border-gray {
    border: solid 1px rgba(var(--color-gray), 1);
}

.bg-silver {
    background-color: rgba(var(--color-silver), 1); /* #f5f5f5 */
}

.color-silver {
    color: rgba(var(--color-silver), 1);
}

.border-silver {
    border: solid 1px rgba(var(--color-silver), 1);
}

.bg-brown {
    background-color: rgba(var(--color-brown), 1); /* #6a3906 */
}

.bg-brown-transparent {
    background-color: rgba(var(--color-brown), .8);
}

.color-brown {
    color: rgba(var(--color-brown), 1);
}

.border-brown {
    border: solid 1px rgba(var(--color-brown), 1);
}

.bg-tea {
    background-color: rgba(var(--color-tea), 1); /* #c4c46a */
}

.bg-tea-transparent {
    background-color: rgba(var(--color-tea), .8);
}

.color-tea {
    color: rgba(var(--color-tea), 1);
}

.border-tea {
    border: solid 1px rgba(var(--color-tea), 1);
}

.bg-green {
    background-color: rgba(var(--color-green), 1); /* #9bdeac */
}

.bg-green-transparent {
    background-color: rgba(var(--color-green), .8);
}

.color-green {
    color: rgba(var(--color-green), 1);
}

.border-green {
    border: solid 1px rgba(var(--color-green), 1);
}

.bg-blue {
    background-color: rgba(var(--color-blue), 1); /* #00a1e4 */
}

.bg-blue-transparent {
    background-color: rgba(var(--color-blue), .8);
}

.color-blue {
    color: rgba(var(--color-blue), 1);
}

.border-blue {
    border: solid 1px rgba(var(--color-blue), 1);
}

.bg-pink {
    background-color: rgba(var(--color-pink), 1); /* #f7b2ad */
}

.bg-pink-transparent {
    background-color: rgba(var(--color-pink), .3);
}

.bg-pink-gradient {
	background: rgba(var(--color-pink), 1);
	background: linear-gradient(30deg, rgba(var(--color-pink), 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 75%, rgba(var(--color-pink), 1) 100%);
}

.color-pink {
    color: rgba(var(--color-pink), 1);
}

.border-pink {
    border: solid 1px rgba(var(--color-pink), 1);
}

.bg-renga {
    background-color: rgba(var(--color-renga), 1); /* #7f2d28 */
}

.color-renga {
    color: rgba(var(--color-renga), 1);
}

.border-renga {
    border: solid 1px rgba(var(--color-renga), 1);
}

.color-red {
    color: rgba(var(--color-red), 1);
}

.border-red {
    border: solid 1px rgba(var(--color-red), 1); /* #fe4a49 */
}

.bg-red-transparent {
    background-color: rgba(var(--color-red), .8);
}

.bg-transparent {
    background-color: rgba(255, 255, 255, 0);
}

.bg-transparent {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 100%);
}

.bg-renga-texture {
    background:
        conic-gradient(at 5% 45%, #7f2d28 90deg, transparent 90deg) 0px 0px/40px 40px, conic-gradient(at 5% 45%, #67060b 90deg, transparent 90deg) 20px 20px/40px 40px, #eeeeee;
}

.bg-renga-texture-60 {
    width: 100%;
    height: 60px;
    background:
        conic-gradient(at 5% 45%, #7f2d28 90deg, transparent 90deg) 0px 0px/40px 40px, conic-gradient(at 5% 45%, #67060b 90deg, transparent 90deg) 20px 20px/40px 40px, #eeeeee;
}

.bg-natural-paper {
	background-color: rgba(231, 208, 169, 1);
	background-image: url("./img/texture/natural-paper.png");
}

.bg-p5 {
	background-color: rgba(255, 255, 255, 1);
	background-image: url("./img/texture/p5.png");
}

.bg-train {
	background-color: #ffffff;
	background-image: url("./img/page/ill-train.png");
	background-repeat: no-repeat;
	background-size: auto 80px;
	background-position: center top;
	height: 80px;
}

.bg-horizontal-half-tea {
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(196, 196, 106, 1) 70%, rgba(196, 196, 106, 1) 100%);
}

.bg-semicircle-tea {
	background-color: #ffffff;
	background-image: url("./img/page/bg-semicircle-tea.svg");
	background-repeat: no-repeat;
	background-size: 100% 160px;
	background-position: center top;
}


/* Basic style
 ========================================================================== */

a:hover,
a:focus,
a:active {
	color: rgba(var(--color-blue), 1);
}

a:active,
a:hover {
  outline: none;
}
/*
 * Style
 */
a,
.uk-link {
  color: #222222;
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: rgba(var(--color-blue), 1);
  text-decoration: underline;
}

.text-decoration-none {
	text-decoration: none;
}

.text-decoration-none:hover {
	text-decoration: none;
}

.font-basic {
    font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
    font-size: 1rem;
    color: #222222;
}

dd {
	margin: 0;
}

.uk-description-list > dt {
  color: #222222;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
}

.uk-table th {
    text-align: left;
    vertical-align: top;
    font-size: 1rem;
    font-weight: 700;
    color: #444444;
    text-transform: none;
}

.uk-table-middle, .uk-table-middle th {
    vertical-align: middle!important;
}

.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid rgba(var(--color-gray), 1);
}

select {
	border: 1px solid rgba(238, 238, 238, 1); /* #eeeeee */
}

textarea {
	width: 100%;
}

input {
    max-width: 100%;
}

.wp-block-image figcaption {
	color: rgba(var(--color-brown), 1); 
	font-size: 0.875rem; 
	text-align: center;
}

.img-hover:hover {
    opacity: 0.8;
}

.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  transition-duration: 0.5s;
}
.img-zoom:hover img{
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.new-line {
    display: block;
}

.border-radius-04 {
    border-radius: 4px;
}

.border-radius-06 {
    border-radius: 6px;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-30 {
    border-radius: 30px;
}

.border-radius-top-10 {
    border-radius: 10px 10px 0 0;
}

.border-radius-top-20 {
    border-radius: 20px 20px 0 0;
}

.bg-white-border-radius-20 {
	background: #ffffff;
	border-radius: 20px;
}

.margin-bottom--10 {
    margin-bottom: -10px;
}

.padding-10 {
    padding: 10px;
}

.list-arrow-pink {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-arrow-pink li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
}

.list-arrow-pink li::before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 7 Free";
    content: '\f105';
    font-weight: 900;
    color: rgba(var(--color-pink), 1);
}

.list-chekc-blue {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-chekc-blue li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
}

.list-chekc-blue li::before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 7 Free";
    content: '\f058';
    font-weight: 900;
    color: rgba(var(--color-blue), 1);
}


/* Nav style
 ========================================================================== */

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #ffffff;
}

.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  min-height: 100px;
  padding: 0;
  font-size: 1rem;
  font-family: "Kiwi Maru", serif;
  text-decoration: none;
}

@media (max-width: 959px) {
    .uk-navbar-nav > li > a,
    .uk-navbar-item,
    .uk-navbar-toggle {
        min-height: 100px;
    }
}

@media (max-width:639px) {
    .uk-navbar-nav > li > a,
    .uk-navbar-item,
    .uk-navbar-toggle {
        min-height: 100px;
    }
}

.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  color: rgba(var(--color-black), 1);
  text-transform: none;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded="true"] {
  color: rgba(var(--color-black), .7);
}

.uk-navbar-nav > li > a:active {
  color: rgba(var(--color-black), 1);
}

.uk-navbar-nav > li.uk-active > a {
  color: rgba(245, 245, 245, 1); /* #f5f5f5 */
}

.uk-navbar-dropdown-nav > li > a {
    color: rgba(var(--color-black), 1);
}

.uk-navbar-item {
  color: rgba(var(--color-black), 1);
}

.uk-nav-header {
  text-transform: none;
}

.header-logo {
	margin: 0 20px;
}

.header-icon-nav > li > a {
	color: rgba(var(--color-black), 1);
	transition: .3s ease-in-out;
}

.header-icon-nav > li > a:hover {
	transform: scale(1.1, 1.1);
}

.header-icon-nav > li > a > div > span:hover {
	color: rgba(var(--color-brown), .7);
}

.header-icon-nav .uk-navbar-subtitle {
	text-align: center;
}

.header-icon-nav .uk-navbar-subtitle svg {
	fill: rgba(var(--color-pink), 1);
	width: 30px;
	height: 30px;
}

.header-icon-button {
    box-sizing: border-box;
    width: 48px;
    height: 48px;
	border: solid 2px rgba(var(--color-brown), 1);
    border-radius: 50%;
    background: rgba(var(--color-white), 1);
    color: rgba(var(--color-brown), 1);
	text-decoration: none;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
}

.header-icon-button:hover {
	color: rgba(var(--color-brown), .8);
	text-decoration: none;
	transform: scale(1.1, 1.1);
}

.header-icon-button:focus,
.header-icon-button:active {
	color: rgba(var(--color-brown), .8);
	text-decoration: none;
}


/* Off canvas
 ========================================================================== */

.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: rgba(var(--color-brown), 1);
  /* 3 */
  overflow-y: auto;
}

.uk-offcanvas-bar {
  color: rgba(255, 255, 255, 1);
}

.uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 1);
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.9);
}

.uk-navbar-toggle-menu {
    margin-right: 5px;
}


/* Wave Style
 ========================================================================== */

.wave-top-bottom-white {
	position: relative;
	margin: 0;
}

.wave-top-bottom-white:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 21px;
    background-image: url("./img/common/wave-top-white.png");
    background-repeat: repeat-x;
    background-position: center top;
	z-index: 1;
}

.wave-top-bottom-white:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 21px;
    background-image: url("./img/common/wave-bottom-white.png");
    background-repeat: repeat-x;
    background-position: center top;
    z-index: 1;
}

.wave-bottom-white {
	position: relative;
	margin: 0;
}

.wave-bottom-white:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -21px;
    width: 100%;
    height: 21px;
    background-image: url("./img/common/wave-top-white.png");
    background-repeat: repeat-x;
    background-position: center top;
	z-index: 1;
}

.wave-line-pink {
    width: 100%;
    height: 21px;
    background-image: url("./img/common/wave-line-pink.svg");
    background-repeat: repeat-x;
    background-position: center top;
}

.wave-line-blue {
    width: 100%;
    height: 21px;
    background-image: url("./img/common/wave-line-blue.svg");
    background-repeat: repeat-x;
    background-position: center top;
}

.wave-border-tea {
    width: 100%;
    height: 10px;
    background-image: url("./img/common/wave-border-tea.svg");
    background-repeat: no-repeat;
    background-position: center center;
}


/* Breadcrumb
 ========================================================================== */

/*
 * Reset list
 */
.uk-breadcrumb {
  padding: 0;
  list-style: none;
}
/*
 * 1. Doesn't generate any box and replaced by child boxes
 */
.uk-breadcrumb > * {
  display: contents;
}
/* Items
 =========*/
.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: rgba(var(--color-brown), 1);
}
/* Hover */
.uk-breadcrumb > * > :hover {
  color: rgba(var(--color-brown), .8);
  text-decoration: none;
}
/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #666666;
}
/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 * 1. Remove space between inline block elements.
 * 2. Style
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: ">";
  display: inline-block;
  /* 1 */
  margin: 0 15px 0 calc(15px - 4px);
  /* 2 */
  font-size: 0.875rem;
  color: #666666;
}

.breadcrumb-box {
    background: rgba(255, 255, 255, 1);
    border-bottom: 0;
    margin: 0;
    padding: 6px 10px 0 10px;
}

#breadcrumb ul li a {
    color: rgba(var(--color-brown), 1);
    text-decoration: none;
}


/* Button style
 ========================================================================== */

.uk-button-default {
  background-color: #ffffff;
  color: rgba(var(--color-blue), 1);
  border: 2px solid rgba(var(--color-blue), 1);
    border-radius: 100vh;
}

.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #ffffff;
  color: rgba(48, 169, 222, .7);
  border-color: rgba(48, 169, 222, .7);
}

.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: #ffffff;
  color: rgba(48, 169, 222, 1);
  border-color: rgba(48, 169, 222, 1);
}

.uk-button-primary {
  background-color: rgba(var(--color-blue), 1);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 100vh;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: rgba(var(--color-blue), .7);
  color: #fff;
}

.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: rgba(var(--color-blue), .8);
  color: #fff;
}

.uk-button-danger {
  background-color: #ffffff;
  color: rgba(127, 45, 40, 1); /* #7f2d28 */
  border: 1px solid rgba(127, 45, 40, 1);
    border-radius: 100vh;
}

.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: rgba(127, 45, 40, .7);
  color: #fff;
}

.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: rgba(127, 45, 40, .8);
  color: #fff;
}

.uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
    border-radius: 100vh;
}

.uk-button-secondary:hover {
  background-color: #151515;
  color: #fff;
}

.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #080808;
  color: #fff;
}

.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

.button-main {
	background: rgba(var(--color-blue), 1);
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    max-width: 270px;
    padding: 15px 25px;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #ffffff;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button-main::after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.button-main:hover::after {
	right: 1.4rem;
}
.button-main:focus,
.button-main:hover,
.button-main:active {
	background: rgba(var(--color-blue), .8);
	color: #FFF;
	text-decoration: none;
}


/* SNS Button Sryle
 ========================================================================== */

.button-sns {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column;
    vertical-align: top;
	color: #ffffff;
    font-size: 24px;
	aspect-ratio: 1 / 1;
	width: 100%;
    height: auto;
	text-decoration: none;
}

.button-sns:hover,
.button-sns:focus {
	color: #ffffff;
	opacity: .8;
	text-decoration: none;
}

.button-sns-instagram {
	background: #d6249f;
	background: -webkit-linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.button-sns-x {
	background: #000000;
}

.button-sns-youtube {
	background: #ff0000;
}


/* Page Style
 ========================================================================== */

.home-slide-logo {
	filter: drop-shadow(0 2px 6px #444);
	width: 200px;
}

@media (max-width: 639px) {
	.home-slide-logo {
		width: 160px;
	}
}

.home-slogan-box {
	position: relative;
	min-height: 200px;
	overflow: hidden;
}

.home-slogan-pet {
	position: absolute;
	bottom: 10px;
	left: -20px;
	width: 20%;
	z-index: -1;
}

@media (min-width: 640px) {
	.home-slogan-pet {
		top: 50%;
		left: -20px;
		width: 20%;
	}
}

.home-slogan-hanabi {
	position: absolute;
	top: 0;
	right: -20px;
	width: 25%;
	z-index: -1;
}

@media (min-width: 640px) {
	.home-slogan-hanabi {
		top: 0;
		right: -20px;
		width: 20%;
	}
}

.home-slogan-family {
	position: absolute;
	bottom: 0;
	right: -20px;
	width: 25%;
}

@media (min-width: 640px) {
	.home-slogan-family {
		bottom: 0;
		right: -20px;
		width: 25%;
	}
}

.home-slogan-heading { /* 画像テキスト使用中につき未使用 */
	color: rgba(var(--color-brown), 1);
	font-size: 1.7rem;
}

@media (min-width: 640px) {
	.home-slogan-heading {
		font-size: 2.625rem;
	}
}

.home-slogan-heading-orange { /* 画像テキスト使用中につき未使用 */
	color: #f7b52c;
}

.home-feature-box {
	position: relative;
	min-height: 200px;
	overflow-x: clip;
}

.home-feature-note {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30%;
	z-index: 10;
}

@media (min-width: 640px) {
	.home-feature-note {
		top: -10px;
		right: -20px;
		width: 20%;
	}
}

.home-childcare-box {
	background-image: url("./img/page/ill-block-3.png"), url("./img/page/ill-rainbow.png");
	background-repeat: no-repeat, no-repeat;
	background-size: 25%, 25%;
	background-position: left -20px top 10px, right -20px top;
	background-color: #ffffff;
}

.home-nurseries-box {
	background-color: rgba(var(--color-pink), .2);
	background-image: url("./img/page/ill-tree.png");
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: left 10px top 30px;
}

.entry-content img {
	border-radius: 10px;
}

.page-heading-basic-tea {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	background-color: rgba(var(--color-tea), 1);
	background-image: url("./img/texture/dust.png");
	background-repeat: repeat;
}

.page-heading-basic-tea h1 {
	text-align: center;
	color: rgba(var(--color-brown), 1);
}

.page-heading-photo-tea {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.1;
    color: #ffffff;
    text-shadow: rgba(var(--color-tea), 1) 2px 0px 2px, rgba(var(--color-tea), 1) -2px 0px 2px, rgba(var(--color-tea), 1) 0px -2px 2px, rgba(var(--color-tea), 1) -2px 0px 2px, rgba(var(--color-tea), 1) 2px 2px 2px, rgba(var(--color-tea), 1) -2px 2px 2px, rgba(var(--color-tea), 1) 2px -2px 2px, rgba(var(--color-tea), 1) -2px -2px 2px, rgba(var(--color-tea), 1) 1px 2px 2px, rgba(var(--color-tea), 1) -1px 2px 2px, rgba(var(--color-tea), 1) 1px -2px 2px, rgba(var(--color-tea), 1) -1px -2px 2px, rgba(var(--color-tea), 1) 2px 1px 2px, rgba(var(--color-tea), 1) -2px 1px 2px, rgba(var(--color-tea), 1) 2px -1px 2px, rgba(var(--color-tea), 1) -2px -1px 2px, rgba(var(--color-tea), 1) 1px 1px 2px, rgba(var(--color-tea), 1) -1px 1px 2px, rgba(var(--color-tea), 1) 1px -1px 2px, rgba(var(--color-tea), 1) -1px -1px 2px;
}

/*-- セクション調整 .page-heading-text {
	display: flow-root;
	box-sizing: border-box;
	padding-top: 70px;
	padding-bottom: 70px;
}

@media (min-width: 960px) {
	.page-heading-text {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (min-width: 640px) {
	.page-heading-text {
		padding-top: 60px;
		padding-bottom: 60px;
	}
} */

.heading-medium {
  font-size: 2.8875rem;
}

.heading-fukidashi-blue {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.heading-fukidashi-blue::before,
.heading-fukidashi-blue::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: rgba(var(--color-blue), 1);
}

.heading-fukidashi-blue::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}

.heading-fukidashi-blue::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.heading-fukidashi-pink {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.heading-fukidashi-pink::before,
.heading-fukidashi-pink::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: rgba(var(--color-pink), 1);
}

.heading-fukidashi-pink::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}

.heading-fukidashi-pink::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.heading-dot-blue {
	padding-bottom: 0.5em;
	text-align: center;
	position: relative;
}

.heading-dot-blue::after {
	content: '';
	position: absolute;
	border-bottom: 10px dotted rgba(var(--color-blue), 1);
	width: 50px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.heading-left-circle-pink {
  position: relative;
  display: inline-block;
  padding-left: 1.7rem;
}

.heading-left-circle-pink:before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 50%;
  background: rgba(var(--color-pink), 1);
}

.heading-sakura {
  position: relative;
  background: rgba(var(--color-pink), .4);
}

.heading-sakura-left {
  position: absolute;
  top: -10px;
  left: 10%;
  width: 80px;
  height: auto;
}

.heading-sakura-right {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 80px;
  height: auto;
}

.marker-pink {
  background: linear-gradient(transparent 70%, rgba(var(--color-pink), 1) 70%);
}

/*-- 未使用
.flex-circle-box {
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}

.flex-circle-box .flex-circle {
	width: calc(90% / 2);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4c4c4c;
	outline: dotted 2px #ffffff;
	outline-offset: -6px;
	background: rgba(var(--color-pink), .4);
	text-align: center;
}

.flex-circle-box .flex-circle h3 {
	color: #ffffff;
	-webkit-text-stroke: 4px rgba(var(--color-pink), 1);
	text-stroke: 4px rgba(var(--color-pink), 1);
	paint-order: stroke;
	text-align: center;
}

.flex-circle-box .flex-circle:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.flex-circle-badge {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: -15px auto 0;
	z-index: 1;
	height: 30px;
	padding: 0 10px;
	color: rgba(var(--color-pink), 1);
	font-size: 2rem;
	font-family: 'Century';
	font-weight: 700;
	-webkit-text-stroke: 4px #ffffff;
	text-stroke: 4px #ffffff;
	paint-order: stroke;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
}
*/

.border-dot-pink {
	border: dotted 2px rgba(var(--color-pink), 1);
	border-radius: 12px;
}

.heading-numbering-circle {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 64px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
  display: block;
  box-sizing: border-box;
  text-align: center; 
  margin-inline: auto;
  width: fit-content;
  background-color: rgba(var(--color-pink), 1);
  border-radius: 50%;
  padding: 16px;
}

.heading-numbering-circle::after {
  content: '';
  position: absolute;
  bottom: -34px;
  left: -8px;
  width: 40px;
  height: 100px;
  border-right: 1px solid #333;
  rotate: -45deg;
  background-color: #ffffff; /*背景と同じ色に*/
}

.heading-bottom-slash {
	position: relative;
	padding-bottom: 10px;
}

.heading-bottom-slash::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, rgba(var(--color-pink), 1) 0px, rgba(var(--color-pink), 1) 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

.heading-tag {
	position: relative;
	display: inline-block;
	padding: 6px 15px 6px 28px;
	color: #fff;
	border-radius: 100vh 10px 10px 100vh;
	background: rgba(var(--color-tea), 1);
}

.heading-tag::before {
	position: absolute;
	top: calc(50% - 7px);
	left: 10px;
	width: 14px;
	height: 14px;
	content: '';
	border-radius: 50%;
	background: #fff;
}

.page-about-intro-box {
	position: relative;
	min-height: 200px;
	overflow: hidden;
}

.page-about-intro-middle {
	position: absolute;
	bottom: 20%;
	right: -50px;
	background: rgba(var(--color-pink), .2);
	border-radius: 50%;
	width: 150px;
	aspect-ratio: 1/1;
	z-index: -1;
}

@media (min-width: 640px) {
	.page-about-intro-middle {
		bottom: 30%;
		right: -30px;
		width: 200px;
	}
}

.page-about-intro-bottom {
	position: absolute;
	bottom: -200px;
	right: -200px;
	background: rgba(var(--color-tea), .2);
	border-radius: 50%;
	width: 400px;
	aspect-ratio: 1/1;
	z-index: -1;
}

@media (min-width: 640px) {
	.page-about-intro-bottom {
		bottom: -300px;
		right: -300px;
		width: 600px;
	}
}

.page-about-message-box {
	position: relative;
	min-height: 200px;
	overflow: hidden;
}

.page-about-message-middle {
	position: absolute;
	top: 20%;
	left: -50px;
	background: rgba(var(--color-tea), .2);
	border-radius: 50%;
	width: 150px;
	aspect-ratio: 1/1;
	z-index: -1;
}

@media (min-width: 640px) {
	.page-about-message-middle {
		top: 30%;
		left: -30px;
		width: 200px;
	}
}

.page-about-message-bottom {
	position: absolute;
	top: -200px;
	left: -200px;
	background: rgba(var(--color-pink), .2);
	border-radius: 50%;
	width: 400px;
	aspect-ratio: 1/1;
	z-index: -1;
}

@media (min-width: 640px) {
	.page-about-message-bottom {
		top: -300px;
		left: -300px;
		width: 600px;
	}
}

#events {
	background-image: url("./img/page/ill-flag-left.png"), url("./img/page/ill-flag-right.png");
	background-repeat: no-repeat, no-repeat;
	background-size: 30%, 30%;
	background-position: left -5px top, right -5px top;
	background-color: #ffffff;
}

.childcare-event-box {
	display: flex;
	border: solid 1px rgba(var(--color-pink), 1);
	background: #ffffff;
	border-radius: 10px;
}

.childcare-event-month {
	width: 80px;
	background: rgba(var(--color-pink), 1);
	border-radius: 10px 0 0 10px;
	padding: 20px 0;
	font-size: 30px;
	text-align: center;
}

.childcare-event-name {
	width: auto;
	padding: 20px;
}

.childcare-timetable {
	border-collapse: separate;
	border-spacing: 4px;
}

.childcare-timetable,
.childcare-timetable th,
.childcare-timetable td {
	border: none;
	border-radius: 6px;
}

.childcare-timetable th,
.childcare-timetable td {
	padding: 20px 6px;
}

.childcare-timetable th {
	font-family: 'Tahoma';
	background: rgba(var(--color-silver), 1);
	text-align: center;
}

.childcare-timetable td {
	width: 26%;
	text-align: center;
}

.childcare-timetable tr td:nth-of-type(1) {
	background: rgba(var(--color-pink), .3);
}

.childcare-timetable tr td:nth-of-type(2) {
	background: rgba(var(--color-blue), .3);
}

.childcare-timetable tr td:nth-of-type(3) {
	background: rgba(var(--color-green), .3);
}

.about-kids-box {
	background-color: rgba(var(--color-white), 0);
	background-image: url("./img/page/bg-ellipse-gradients.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center bottom;
}

.photo-layer-left {
    margin-right: -20px;
}

.photo-layer-right {
    margin-top: 40px;
    margin-left: -20px;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
	border-radius: 10px 0 0 10px;
}

.shadow-bottom-left-tea {
	width: 100%;
	height: 100%;
	padding: 0 0 20px 20px;
	overflow: hidden;
}

.shadow-bottom-left-tea img {
	box-shadow: -20px 20px 10px -10px rgba(var(--color-tea), 1);
	object-fit: cover;
}

.shadow-bottom-right-tea {
	width: 100%;
	height: 100%;
	padding: 0 20px 20px 0;
	overflow: hidden;
}

.shadow-bottom-right-tea img {
	box-shadow: 20px 20px 10px -10px rgba(var(--color-tea), 1);
	object-fit: cover;
}

.shadow-bottom-left-brown {
	width: 100%;
	height: 100%;
	padding: 0 0 20px 20px;
	overflow: hidden;
}

.shadow-bottom-left-brown img {
	box-shadow: -20px 20px 10px -10px rgba(var(--color-brown), 1);
	object-fit: cover;
}

.shadow-bottom-right-brown {
	width: 100%;
	height: 100%;
	padding: 0 20px 20px 0;
	overflow: hidden;
}

.shadow-bottom-right-brown img {
	box-shadow: 20px 20px 10px -10px rgba(var(--color-brown), 1);
	object-fit: cover;
}

.badge-official-box {
    position: relative;
}

.badge-official {
    position: absolute;
    bottom: -40px;
    right: 5%;
    width: 80px;
    height: 80px;
}

.heading-text-circle {
	margin: -50px 0 0 0;
}

@media (min-width: 640px) {
	.heading-text-circle {
		margin: -50px 0 0 0;
	}
}

@media (min-width: 960px) {
	.heading-text-circle {
		margin: -70px 0 0 0;
	}
}

/*-- 未使用
.text-circle-badge {
  display: inline-block;
  background-image: url("./img/page/bg-text-circle.png");
  background-size: contain;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
  text-align: center;
  line-height: 2;
}
--*/

.text-circle {
  display: inline-block;
  background: rgba(var(--color-pink), 1);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
  text-align: center;
  line-height: 2;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.text-circle-lower {
	vertical-align: -0.5rem;
	transform: rotate(-7deg);
}

.text-box-pink-circle {
  position: relative;
  display: inline-block;
  border: solid 1px rgba(var(--color-pink), .6);
  border-radius: 10px;
  padding: 20px 20px 20px 60px;
}

.text-box-pink-circle:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: rgba(var(--color-pink), .3);
  border-radius: 50%;
}

.text-box-pink-circle::after {
  content: '';
  position: absolute;
  left: 30px;
  top: 25%;
  width: 18px;
  height: 18px;
  background-color: rgba(var(--color-pink), .6);
  border-radius: 50%;
}

.text-box-blue-circle {
  position: relative;
  display: inline-block;
  border: solid 1px rgba(var(--color-blue), .6);
  border-radius: 10px;
  padding: 20px 20px 20px 60px;
}

.text-box-blue-circle:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: rgba(var(--color-blue), .3);
  border-radius: 50%;
}

.text-box-blue-circle::after {
  content: '';
  position: absolute;
  left: 30px;
  top: 25%;
  width: 18px;
  height: 18px;
  background-color: rgba(var(--color-blue), .6);
  border-radius: 50%;
}

.text-box-green-circle {
  position: relative;
  display: inline-block;
  border: solid 1px rgba(var(--color-green), .6);
  border-radius: 10px;
  padding: 20px 20px 20px 60px;
}

.text-box-green-circle:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: rgba(var(--color-green), .3);
  border-radius: 50%;
}

.text-box-green-circle::after {
  content: '';
  position: absolute;
  left: 30px;
  top: 25%;
  width: 18px;
  height: 18px;
  background-color: rgba(var(--color-green), .6);
  border-radius: 50%;
}

.table-divider-outline {
	border: solid 1px rgba(var(--color-gray), 1);
}

.table-divider-top-bottom {
	border-top: solid 1px rgba(var(--color-gray), 1);
	border-bottom: solid 1px rgba(var(--color-gray), 1);
}

#recruitment-page {
	min-height: 100vh;
}

#recruitment-page h2 {
  background: rgba(var(--color-pink), .3);
  border: dashed 2px #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 5px rgba(var(--color-pink), .3);
  padding: 10px 20px;
}

#recruitment-page table th {
	width: 25%;
}


/* Pagenation style
 ========================================================================== */

.pagination {
    display: flex;
    justify-content: center;
}

a.page-numbers,
span.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666;
    background-color: #fff;
    border: 1px solid #666;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 4px;
}

.prev.page-numbers,
.next.page-numbers,
.page-numbers .dots {
    border: none;
}

.pagination a {
    text-decoration: none;
}

.pagination a:hover {
    color: #999;
    text-decoration: none;
}

.page-numbers.current {
    color: #fff;
    background-color: #666;
    border: 1px solid #666;
}

.page-numbers.current {
    color: #fff;
    background-color: #666;
    border: 1px solid #666;
}


/* Contact form 7
 ========================================================================== */

div.wpcf7 .wpcf7-spinner { /* 送信ボタン中央 */
    display: block;
    margin: 10px auto 0;
}

.wpcf7-file { /* 添付ファイルのBOXサイズ（iPhone対策） */
    max-width: 100%;
}

input.wpcf7-submit {
    padding: 10px 20px;
    margin: 20px 0;
    background: rgba(var(--color-blue), 1);
    border-radius: 10px;
    border: solid 1px rgba(var(--color-blue), .5);
	font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
}

input.wpcf7-submit:hover {
    opacity: 0.8;
}

/* External style
 ========================================================================== */

iframe {
    max-width: 100%
     !important;
}

.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Youtube style
 ========================================================================== */

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Aside and Sidebar
 ========================================================================== */

aside {
	background-color: #ffffff;
	background-image: url("./img/page/ill-line-circle.png");
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center top;
}

aside li a {
	text-decoration: none;
}


/* Footer
 ========================================================================== */

/* ピンクver .footer-sns {
	background: repeating-linear-gradient(-45deg, rgba(var(--color-pink), .2), rgba(var(--color-pink), .2) 7px, rgba(var(--color-pink), .1) 7px, rgba(var(--color-pink), .1) 14px);
}*/

.footer-sns {
	background: repeating-linear-gradient(-45deg, rgba(var(--color-tea), .2), rgba(var(--color-tea), .2) 7px, rgba(var(--color-tea), .1) 7px, rgba(var(--color-tea), .1) 14px);
}

.footer-sns a {
	color: rgba(var(--color-black), 1);
	text-decoration: none;
}

.footer-sns a:hover,
.footer-sns a:active {
	color: rgba(var(--color-black), .7);
}

.footer-nav {
	position: relative;
	background-image: url("./img/page/bg-grass.png");
	background-position: bottom -6px center;
	background-repeat: repeat-x;
}

.footer-nav::before {
	position: absolute;
    content: "";
	top: -20px;
	left: 10px;
    width: 150px;
	height: 55px;
    background-image: url("./img/page/ill-balloon.png");
	background-size: contain;
	background-repeat: none;
}

.footer-nav::after {
	position: absolute;
    content: "";
	bottom: -10px;
	left: 0;
    width: 80px;
	height: 72px;
    background-image: url("./img/page/ill-azalea-4.png");
	background-size: contain;
	background-repeat: none;
}

.footer-nav h5 {
	font-weight: 500;
	padding-bottom: 6px;
	border-bottom: dotted 2px rgba(var(--color-pink), 1);
}

.footer-nav li a {
	color: rgba(var(--color-black), 1);
	text-decoration: none;
}

.footer-nav li a:hover,
.footer-nav li a:active {
	color: rgba(var(--color-black), .7);
}

.copyright-box {
	padding: 6px 10px;
}

.copyright-text-box {
	font-family: 'Courier New', Courier, monospace;
	background-color: rgba(var(--color-renga), 1);
	border: solid 1px rgba(var(--color-black), 1);
	border-radius: 6px;
	padding: 6px 20px;
	border-radius: 4px;
}


/* Back to top
 ========================================================================== */

footer {
	position: relative;
}

.back-to-top {
    cursor: pointer;
    position: absolute;
    bottom: 80px;
    right: 20px;
    z-index: 2;
}

.footer-nav-menu {
	cursor: pointer;
    position: absolute;
    bottom: 140px;
    right: 20px;
    z-index: 2;
}

.footer-icon-button {
    box-sizing: border-box;
    width: 48px;
    height: 48px;
	border: solid 2px rgba(var(--color-brown), 1);
    border-radius: 50%;
    background: rgba(var(--color-white), 1);
    color: rgba(var(--color-brown), 1);
	text-decoration: none;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
}

.footer-icon-button:hover {
	color: rgba(var(--color-brown), .8);
	text-decoration: none;
	transform: scale(1.1, 1.1);
}

.footer-icon-button:focus,
.footer-icon-button:active {
	color: rgba(var(--color-brown), .8);
	text-decoration: none;
}

