@charset "UTF-8";
/*
Theme Name:   武蔵丘幼稚園
Description:  
Author:       SHIN Inc.
Author URI:   https://www.shin-inc.jp/
Version:      1.0
Template:     archetype4
*/
/* Fonts
--------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?d0uc1v");
  src: url("fonts/icomoon.eot?d0uc1v#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?d0uc1v") format("truetype"), url("fonts/icomoon.woff?d0uc1v") format("woff"), url("fonts/icomoon.svg?d0uc1v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Normalize
--------------------------------*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

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

:root {
  --btn-color: #449DD3;
  --btn-bg-color: #fff;
}

html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-break: strict;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.5625vw;
  }
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

body {
  overflow-x: clip;
  background: #449DD3;
  color: #fff;
}

a {
  color: inherit;
  transition: 0.3s;
}
a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}
@media print, screen and (min-width: 1024px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }
}

abbr {
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}
header p, footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}
dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  transition: 0.3s;
}

button,
[type=submit],
[type=button],
[type=reset] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  text-shadow: none;
}

[type=text],
[type=tel],
[type=email],
[type=url],
[type=search],
[type=number],
[type=date],
[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=url]:focus,
[type=search]:focus,
[type=number]:focus,
[type=date]:focus,
[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

[type=radio],
[type=checkbox] {
  vertical-align: baseline;
}

button,
[type=submit],
[type=button],
[type=reset],
[type=radio],
[type=checkbox] {
  cursor: pointer;
}

[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/
.post:first-child, .widget:first-child, .paragraph:first-child {
  margin-top: 0;
}

.post:last-child, .widget:last-child, .paragraph:last-child {
  margin-bottom: 0;
}

.site-content, .site-footer-content, .site-header-content {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.64vw;
  padding-left: 3.64vw;
}
@media print, screen and (min-width: 768px) {
  .site-content, .site-footer-content, .site-header-content {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .site-content, .site-footer-content, .site-header-content {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.wpcf7-submit, .btn {
  display: block;
  width: fit-content;
  max-width: 100%;
  line-height: 1.5;
  box-shadow: none;
  margin: 0 auto;
  padding: 1em;
  border: 0;
  border-radius: 0;
  background: var(--btn-bg-color);
  color: var(--btn-color);
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

/* Heading
--------------------------------*/
h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-weight: inherit;
}

h2 {
  font-size: 1.25rem;
  text-align: center;
}

/* Site Width
--------------------------------*/
.site {
  margin: auto;
}

/* Common
--------------------------------*/
.btn:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: var(--btn-color);
  color: var(--btn-bg-color);
  font: 1em/1 icomoon;
  content: "\e900";
}

.image {
  text-align: center;
}

.tagline {
  text-align: center;
}

.link {
  margin-top: 1.5rem;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}
.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.screen-reader-text:before, .screen-reader-text:after {
  content: none;
}

.break:before {
  white-space: pre;
  content: "\a";
}

@media screen and (max-width: 767px) {
  .break-sp:before {
    white-space: pre;
    content: "\a";
  }
}
/* Header
--------------------------------*/
.site-header-content {
  display: flex;
  align-items: center;
  padding-top: min(48px, 10.91vw);
  padding-bottom: min(32px, 7.273vw);
}

.site-title {
  width: min(260px, 59.1vw);
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  font-size: 1em;
}

.global-nav-content {
  display: none;
}
.no-js .global-nav-content {
  display: block;
}
.global-nav__inner {
  min-height: 100%;
}
.global-nav__link {
  display: block;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .global-nav-content {
    display: block;
  }
  .global-nav__list {
    display: flex;
    justify-content: flex-start;
  }
  .global-nav__item {
    flex: 1 100%;
  }
}

.menu-button {
  position: relative;
  background: transparent;
  color: inherit;
}
.menu-button[aria-expanded=true] {
  z-index: 100001;
}
.menu-button__label {
  display: block;
  font-weight: 300;
  font-size: 0.75em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .menu-button {
    display: none;
  }
}

.menu-icon {
  display: block;
  margin: 0 auto;
}
.menu-icon__bar {
  transform-origin: 50% 50%;
  transition: 0.5s;
  stroke: currentColor;
}
.menu-icon__bar:first-child {
  transform: translateY(-10px);
}
.menu-icon__bar:nth-child(2) {
  transform: translateY(-5px);
}
.menu-icon__bar:nth-child(4) {
  transform: translateY(5px);
}
.menu-icon__bar:last-child {
  transform: translateY(10px);
}
[aria-expanded=true] .menu-icon__bar, [aria-expanded=true] .menu-icon__bar:first-child, [aria-expanded=true] .menu-icon__bar:last-child {
  transform: translateY(0) rotate(45deg);
}
[aria-expanded=true] .menu-icon__bar:nth-child(2), [aria-expanded=true] .menu-icon__bar:nth-child(4) {
  transform: translateY(0) rotate(-45deg);
}

.drawer {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 601px) {
  .admin-bar .drawer {
    top: 46px;
  }
}
@media print, screen and (min-width: 783px) {
  .admin-bar .drawer {
    top: 32px;
  }
}

.hero {
  position: relative;
  font-size: 3.64vw;
}
.hero__sun {
  position: absolute;
  top: -4.375em;
  right: 0;
  width: 5.125em;
  height: 6.625em;
  object-fit: cover;
  object-position: 0 0;
}
.hero__image {
  position: relative;
  z-index: 1;
  width: 100%;
  mask: url(images/mask_hero.svgz) no-repeat center/contain;
}
.hero__text {
  display: flex;
  position: absolute;
  top: 19.375em;
  left: 0;
  z-index: 2;
  align-items: start;
  flex-direction: column;
  gap: 0.5em;
  margin: 0;
}
.hero__text > span {
  display: block;
  line-height: 1.91667;
  padding-inline: 1.667em 0.667em;
  border-radius: 0.334em;
  background: #fff;
  color: #449DD3;
  font-size: 1.5em;
  transform: translate(-1.083em) rotate(-9.27deg);
  transform-origin: 0 0;
}
.hero__anime {
  max-width: 440px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .hero {
    font-size: 1em;
  }
}

.head-news {
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  margin: 0 21.82vw 1em 3.64vw;
  padding: 0;
  border-radius: 0.25em;
  background: #fff;
}
.head-news__heading {
  width: 5em;
  line-height: inherit;
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: #2878A9;
  color: #fff;
  font-size: 0.875em;
  text-align: center;
}
.head-news__content {
  overflow: hidden;
  color: #2878A9;
  padding: 0.5em;
  font-size: 0.875em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Footer
--------------------------------*/
.copyright {
  line-height: 2;
  font-size: 0.75em;
  text-align: center;
}

/* Site Content
--------------------------------*/
.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/
.search-form {
  display: flex;
  max-width: 400px;
}
.search-form__field[type=search] {
  flex: 1;
  border-radius: 0;
}
.search-form__submit {
  flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/
/* Breadcrumbs
--------------------------------*/
.breadcrumbs {
  overflow: auto;
  margin: 0.5rem 0;
  font-size: 0.875em;
}
.breadcrumbs > ol {
  display: flex;
}
.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
}
.breadcrumbs li:first-child {
  text-transform: uppercase;
}
.breadcrumbs li + li:before {
  margin: 0 0.3em;
  content: ">";
}

/* Home
--------------------------------*/
.home-introduction-area__heading {
  line-height: 1.95;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: url(images/deco_h.svgz) no-repeat 50% 50%;
  text-align: center;
}
.home-introduction-area__tagline {
  line-height: 1.25;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 0.34375em;
  background: url(images/deco_text1.webp) no-repeat 50% 50%/auto 3.1875em;
  font-size: min(32px, 7.273vw);
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}
.home-introduction-area__content {
  line-height: 1.5;
  text-align: center;
  word-break: auto-phrase;
}

/* Page
--------------------------------*/
/* Post
--------------------------------*/
.post {
  margin: 4rem 0;
}

.entry-title {
  margin: 0;
}
.entry-title > a {
  text-decoration: none;
}
.entry-title > a:hover, .entry-title > a:focus {
  text-decoration: underline;
}

.entry-meta {
  margin-top: 3px;
  color: #666;
  font-size: 0.9375em;
}

.entry-content {
  margin-top: 40px;
}
.attachment .entry-content {
  text-align: center;
}
.entry-content strong {
  color: inherit;
}
.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

.read-more {
  text-align: right;
}

.post-share {
  margin-top: 2.5rem;
}
.post-share__heading {
  display: block;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.post-share__heading:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*** Wordpress Native Classes ***/
.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }
}

.aligncenter {
  clear: both;
}

.alignnone {
  clear: both;
  vertical-align: baseline;
}

.gallery {
  display: grid;
  clear: both;
  gap: 0.5em;
  margin: 1.5em auto;
}

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

div.wpcf7 {
  width: 100%;
  margin: 0 auto;
}

.field {
  margin-bottom: 1.5rem;
}
.field__label {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .field {
    display: flex;
  }
  .field__label {
    flex: 0 0 12em;
    padding: 3px 8px;
    text-align: right;
  }
  .field__control {
    flex: 1;
  }
}

.required,
.optional {
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 0.5em;
  background: #ff3b3b;
  color: #fff;
  font-size: 0.75em;
}

.optional {
  background: #3b61ff;
}

.acceptance {
  margin: 2.5em 0;
  text-align: center;
}
.acceptance__label {
  display: inline-block;
  padding: 0.5em;
  cursor: pointer;
}

.submit {
  display: grid;
  grid-template-areas: ". btn spinner";
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media print, screen and (min-width: 768px) {
  .submit {
    grid-template-columns: 24px auto 24px;
    gap: 1.5rem;
  }
}

label[for], .wpcf7-list-item > label {
  cursor: pointer;
}

.wpcf7-submit {
  grid-area: btn;
  width: 100%;
  min-width: 0;
}
@media print, screen and (min-width: 768px) {
  .wpcf7-submit {
    width: auto;
    min-width: 20em;
  }
}

.wpcf7-spinner {
  grid-area: spinner;
  margin: 0;
}

.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  background: #fcc;
}

@media screen and (max-width: 767px) {
  .wpcf7-text {
    width: 100%;
  }
}

.wpcf7-textarea {
  width: 100%;
}

.wpcf7-checkbox,
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance span {
  display: inline;
  position: static;
  margin: 0;
}

.wpcf7-response-output {
  text-align: center;
}

.wpcf7-recaptcha > div {
  margin: 2rem auto;
}

/* Page Navigation
--------------------------------*/
.navigation {
  margin: 4rem auto 0;
  text-align: center;
}

.post-navigation .nav-links {
  display: grid;
  grid-template-areas: "next prev";
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5em;
}

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

.nav-next {
  grid-area: next;
  margin-right: auto;
}
.nav-next > a:before {
  font-family: FontAwesome;
  content: "\f104";
}

.nav-previous {
  grid-area: prev;
  margin-left: auto;
}
.nav-previous > a:after {
  font-family: FontAwesome;
  content: "\f105";
}

.page-numbers {
  display: block;
  min-width: calc(1.5em + 2px);
  line-height: 1.5;
  padding: 0.25em;
  border: 1px solid #000;
  text-decoration: none;
}
.page-numbers:before {
  vertical-align: top;
  font-family: FontAwesome;
}
.page-numbers.prev:before {
  content: "\f104";
}
.page-numbers.next:before {
  content: "\f105";
}

/* Social
--------------------------------*/
.share-buttons {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
}
.share-buttons__item {
  flex: 0 0 auto;
  margin: 0 4px;
}
.share-buttons__link {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-decoration: none;
}
.share-buttons__link:before {
  display: block;
  font: 20px/2.4 FontAwesome, sans-serif;
  content: "\e911";
  speak: none;
}
.share-buttons__link.facebook {
  background-color: #3b5998;
}
.share-buttons__link.twitter {
  background-color: #1da1f3;
}
.share-buttons__link.googleplus {
  background-color: #dd4b39;
}
.share-buttons__link.tumblr {
  background-color: #36465d;
}
.share-buttons__link.pocket {
  background-color: #ef4056;
}
.share-buttons__link.hatena {
  background-color: #00a5de;
}
.share-buttons__link.line {
  background-color: #00c300;
}
.share-buttons__title {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.share-buttons__title:focus {
  clip: auto !important;
  background-color: #ddd;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.share-buttons__link.facebook:before {
  content: "\f09a";
}

.share-buttons__link.twitter:before {
  content: "\f099";
}

.share-buttons__link.googleplus:before {
  content: "\f0d5";
}

.share-buttons__link.tumblr:before {
  content: "\f173";
}

.share-buttons__link.pocket:before {
  content: "\f265";
}

.share-buttons__link.hatena:before {
  content: "B!";
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.share-buttons__link.line:before {
  content: "\f3c0";
}

/* Extra
--------------------------------*/
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}
.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.skip-link a:focus {
  height: auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1024px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}
