﻿@charset "UTF-8";

/* ########### うとみらい保育園 ########### */

/*
 * "Zen Kaku Gothic" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */
/*
/* Copyright (c) 2025 うとみらい保育園
 Released under the MIT license
 https://opensource.org/licenses/mit-license.php */
/*

/* ################## 共通 ################## */

.zindex-999 {
  z-index: -999;
}

.zindex-1999 {
  z-index: 1999;
}

.z-index-1 {
  z-index: -1;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
  position: relative;
}

.z-index3 {
  z-index: 3;
  position: relative;
}

.z-index4 {
  z-index: 4;
  position: relative;
}

.back--white {
  background-color: rgb(255, 255, 255);
}

.back--gray {
  background-color: rgb(50, 50, 50);
}

.back--brown {
  background-color: rgb(52, 19, 0);
}

.back--lightbrown {
  background-color: rgb(242, 238, 224);
}

.back--red {
  background-color: rgb(241, 143, 96) !important;
}

.border {
  border: 1px solid rgb(50, 50, 50);
}

.borderbottom1,
.borderbottom-gray {
  border-bottom: 1px solid rgb(50, 50, 50);
}

.borderbottom2,
.borderbottom-gray {
  border-bottom: 2px solid rgb(50, 50, 50);
}

.borderbottom-white {
  border-bottom: 1px solid rgb(255, 255, 255) !important;
}

.borderbottom-white2 {
  border-bottom: 2px solid rgb(255, 255, 255);
}

.bordertop-white2 {
  border-top: 2px solid rgb(255, 255, 255);
}


.borderbottom-brown {
  border-bottom: 1px solid rgb(52, 19, 0);
}

.borderbottom-red {
  border-bottom: 1px solid rgb(241, 143, 96);
}

.text-stroke {
  -webkit-text-stroke: 0.5px rgb(255, 255, 255);
}

.box-shadow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

.drop-shadow {
  filter: drop-shadow(2px 2px 1.5px rgba(50, 50, 50, 0.25));
}

.fuchidori {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0 -1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.white {
  color: rgb(255, 255, 255) !important;
}

.gray {
  color: rgb(50, 50, 50) !important;
}

.gray2 {
  color: rgb(102, 102, 102) !important;
}

.brown {
  color: rgb(52, 19, 0);
}

.lightbrown {
  color: rgb(242, 238, 224);
}

.red {
  color: rgb(241, 143, 96);
}

.box-shadow {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

.drop-shadow2 {
  filter: drop-shadow(1.5px 1.5px 0.5px rgba(50, 50, 50, 0.35));
}

.fuchidori {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.marker1 {
  background: linear-gradient(transparent 75%, rgb(252, 199, 0) 75% 95%, transparent 95%);
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 400;
  src: url("../font/ZenKakuGothicNew-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 400;
  src: url("../font/ZenKakuGothicNew-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 500;
  src: url("../font/ZenKakuGothicNew-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 700;
  src: url("../font/ZenKakuGothicNew-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 900;
  src: url("../font/ZenKakuGothicNew-Black.woff") format("woff");
  font-display: swap;
}

.ZenKakuGothicNew {
  font-family: "ZenKakuGothicNew";
}

#article2 ul li {
  list-style: initial !important;
}

#article2 ol li {
  list-style-type: decimal !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: initial;
  line-height: 1.5;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 17px;
}

@media only screen and (max-width: 768px) {

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 16px;
  }
}

label,
td,
th,
p,
div,
dd,
dt,
li,
a,
input,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(50, 50, 50);
  letter-spacing: 0.25px;
}

input,
select,
textarea {
  outline: none;
  border: 1px solid rgb(50, 50, 50);
}

button,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sousin {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  width: 100%;
  max-width: 100%;
  margin: auto;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font: 16px/2 "ZenKakuGothicNew", "Meiryo", "Helvetica Neue", "Arial", "verdana", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}

html {
  line-height: 1.5;
  text-align: justify;
  overflow-x: hidden;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  /* pointer-events: none; */
  /* image-rendering: -webkit-optimize-contrast; */
}

video {
  max-width: 100%;
  height: auto;
}

.pointer-none {
  pointer-events: none !important;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  overflow: hidden;
}

.hidden-x {
  overflow-x: hidden;
}

.flip-horizontal {
  transform: scale(-1, 1);
}

.utikesi {
  text-decoration: line-through;
}

.line-height1 {
  line-height: 1 !important;
}

.line-height135 {
  line-height: 1.35 !important;
}

.line-height15 {
  line-height: 1.5 !important;
}

.line-height175 {
  line-height: 1.75 !important;
}

.line-height185 {
  line-height: 1.85 !important;
}

.line-height2 {
  line-height: 2 !important;
}

.line-height25 {
  line-height: 2.5 !important;
}

.margin-top-auto {
  margin-top: auto;
}

.margin-top01 {
  margin-top: 0.1em !important;
}

.margin-top025 {
  margin-top: 0.25em !important;
}

.margin-top05 {
  margin-top: 0.5em !important;
}

.margin-top075 {
  margin-top: 0.75em !important;
}

.margin-top1 {
  margin-top: 1em !important;
}

.margin-top15 {
  margin-top: 1.5em !important;
}

.margin-top2 {
  margin-top: 2em !important;
}

.margin-top3 {
  margin-top: 3em !important;
}

.margin-top4 {
  margin-top: 4em !important;
}

.margin-top-075 {
  margin-top: -0.75em !important;
}

.margin-top-05 {
  margin-top: -0.5em !important;
}

.margin-bottom-1 {
  margin-bottom: -1em !important;
}

.margin-bottom-05 {
  margin-bottom: -0.5em !important;
}

.margin-bottom025 {
  margin-bottom: 0.25em !important;
}

.margin-bottom035 {
  margin-bottom: 0.35em !important;
}

.margin-bottom05 {
  margin-bottom: 0.5em !important;
}

.margin-bottom075 {
  margin-bottom: 0.75em !important;
}

.margin-bottom1 {
  margin-bottom: 1em !important;
}

.margin-bottom15 {
  margin-bottom: 1.5em !important;
}

.margin-bottom2 {
  margin-bottom: 2em !important;
}

.margin-bottom3 {
  margin-bottom: 3em !important;
}

.margin-left1 {
  margin-left: 1em !important;
}

.padding-right05 {
  padding-right: 0.5em !important;
}

.padding-top025 {
  padding-top: 0.25em !important;
}

.padding-top05 {
  padding-top: 0.5em !important;
}

.padding-top1 {
  padding-top: 1em !important;
}

.padding-top2 {
  padding-top: 2em !important;
}

.padding-bottom01 {
  padding-bottom: 0.1em !important;
}

.padding-bottom075 {
  padding-bottom: 0.75em !important;
}

.padding-bottom025 {
  padding-bottom: 0.25em !important;
}

.padding-bottom05 {
  padding-bottom: 0.5em !important;
}

.padding-bottom1 {
  padding-bottom: 1em !important;
}

.padding-bottom2 {
  padding-bottom: 2em !important;
}

.padding-top-none {
  padding-top: 0px !important;
}

.padding-bottom-none {
  padding-bottom: 0px !important;
}

.big {
  font-size: 110%;
}

.normal {
  font-weight: normal;
}

.weight300 {
  font-weight: 300 !important;
}

.weight400 {
  font-weight: 400 !important;
}

.weight500 {
  font-weight: 500 !important;
}

.weight600 {
  font-weight: 600 !important;
}

.weight700 {
  font-weight: 700 !important;
}

.weight800 {
  font-weight: 800 !important;
}

.weight900 {
  font-weight: 900 !important;
}

.bold {
  font-weight: 700;
}

.small {
  font-size: 85%;
  font-weight: 400;
}

.asterisk {
  font-size: 70%;
  vertical-align: 5px;
}

.middle {
  vertical-align: middle;
}

.initial {
  text-align: initial;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.right {
  text-align: right;
}

.left {
  text-align: left !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fontsize0 {
  font-size: 0;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.none {
  display: none;
}

.block {
  display: block;
}

.katuko-left {
  display: inline-block;
  margin-left: -0.5em;
}

.katuko-right {
  display: inline-block;
  margin-right: -0.5em;
}

.katuko-all {
  display: inline-block;
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.text-indent1 {
  padding-left: 1.07em;
  text-indent: -1.07em;
}

.text-indent125 {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.text-indent15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.text-indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.text-indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.margin-auto {
  margin: 0 auto;
}

.text-narrow {
  transform: scale(0.8, 1);
}

.hiratai2 {
  transform: scale(0.8, 0.8);
}

.letterspacingm05 {
  letter-spacing: 0.5px;
}

.letterspacingm1 {
  letter-spacing: 1px;
}

.letterspacingm2 {
  letter-spacing: 2px;
}

.letterspacing-m05 {
  letter-spacing: -0.5px;
}

.letterspacing-m1 {
  letter-spacing: -1px;
}

.letterspacing-m5 {
  letter-spacing: -5px;
}


/* CSSアニメーション　

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

.fadeUpTrigger3 {
  opacity: 0;
}

.fadeUpTrigger4 {
  opacity: 0;
}

.fadeUpTrigger5 {
  opacity: 0;
}

.fadeUpTrigger6 {
  opacity: 0;
}

.wrapper {
  overflow: hidden;
}

.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-8-20 11:5:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }

  40% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

.effectfade {
  opacity: 0;
  animation: EffectFade .65s forwards;
}

@keyframes EffectFade {
  from {
    transform: translate(0px, 15px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.effectfade2 {
  opacity: 0;
  animation: EffectFade2 .65s forwards;
}

@keyframes EffectFade2 {
  from {
    transform: translate(0px, 0px);
    opacity: 0;
    letter-spacing: -0.5em;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.effectfade2.delay {
  animation-delay: 0.5s;
}


/* lefttoright*/
.lefttoright {
  opacity: 0;
  animation: LeftToRight 0.95s forwards;
}

@keyframes LeftToRight {
  10% {
    opacity: 0;
    transform: translate(-45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* righttoleft*/
.righttoleft {
  opacity: 0;
  animation: RightToLeft 0.85s forwards;
}

@keyframes RightToLeft {
  10% {
    opacity: 0;
    transform: translate(45px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}



.effectfade {
  animation-delay: 0.5s;
}

.effectfade.second {
  animation-delay: 1.0s;
}

.effectfade.third {
  animation-delay: 1.5s;
}

.effectfade.fourth {
  animation-delay: 2s;
}

.effectfade.fifth {
  animation-delay: 3s;
}

.effectfade.sixth {
  animation-delay: 3.5s;
}

.effectfade.seventh {
  animation-delay: 4s;
}

.effectfade.second2 {
  animation-delay: 0.2s;
}

.effectfade.third2 {
  animation-delay: 0.4s;
}

.effectfade.fourth2 {
  animation-delay: 0.6s;
}

.effectfade.fifth2 {
  animation-delay: 0.8s;
}

.effectfade.sixth2 {
  animation-delay: 1.0s;
}

.effectfade.seventh2 {
  animation-delay: 1.2s;
}


.h2-margin {
  margin-bottom: 40px;
}

.h2-common {
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.25;
  color: rgb(52, 19, 0);
}

.h2-common img {
  margin-right: 15px;
}

.h2-center {
  margin-inline: auto;
}


.h2-common2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 1.25;
  color: rgb(52, 19, 0);
  border-bottom: rgb(52, 19, 0) 1px solid;
}

.h3-flow {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 1.25;
  color: rgb(52, 19, 0);
  border-bottom: rgb(52, 19, 0) 1px solid;
}

.h4-common {
  font-weight: 700;
  color: rgb(52, 19, 0);
  font-size: 21px;
}

.h2-text {
  position: relative;
  display: block;
  margin-inline: auto;
  width: fit-content;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 10px;
  color: rgb(50, 50, 50);
}

.h2title-bottom {
  margin-right: auto;
  margin-left: auto;
  width: 40px;
  margin-top: 35px;
  margin-bottom: 40px;
  border: none;
  background-color: rgb(50, 50, 50);
  height: 1px;
}

.h3-common {
  font-weight: 600;
  font-size: 21px;
  margin-top: 15px;
  line-height: 1.5;
  color: rgb(52, 19, 0);
  text-align: center;
}

.h3-common2 {
  font-weight: 600;
  font-size: 26px;
  padding: 10px 5px 5px 0px;
  margin-top: 10px;
  margin-bottom: 25px;
  line-height: 1.5;
  color: rgb(52, 19, 0);
  border-top: rgb(52, 19, 0) 1px solid;
  border-bottom: rgb(52, 19, 0) 1px solid;
  text-align: center;
}

.common-margin-top {
  margin-top: 30px;
}

.common-margin-top2 {
  margin-top: 60px !important;
}

.common-margin-bottom {
  margin-bottom: 60px !important;
}

.common-margin-bottom2 {
  margin-bottom: 60px;
}


label,
td,
th,
p,
dd,
dt,
li,
a,
input,
textarea,
select,
div {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text17 {
  font-size: 17px;
}

.text18 {
  font-size: 18px;
}

.text19 {
  font-size: 19px;
}

.text21 {
  font-size: 21px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text25 {
  font-size: 25px;
}

.text26 {
  font-size: 26px;
}

.text30 {
  font-size: 30px;
}

.blogtext {
  font-size: 15px;
  margin-top: 24px;
  line-height: 2 !important;
  font-weight: 500;
}

.blogtext p {
  font-size: 15px;
  margin-top: 24px;
  line-height: 2 !important;
  font-weight: 500;
}

.blogtext img {
  margin-top: 1em;
  margin-bottom: 1em;
}

.flex {
  display: flex;
}

.flex-wc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-wce {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-space-between2 {
  display: flex;
  justify-content: space-between;
}

.flex-space-between3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-center2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

/* ###### table ###### */
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
}

/* ###### ヘッダー ###### */

.header-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  height: 90px;
}

.header__left {
  max-width: 210px;
}

.header__logo {
  width: 170px;
  text-align: right;
}

.header__button {
  width: 180px;
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.header__button li {
  margin-left: 10px;
}

.header__right {
  text-align: right;
  flex: 1;
}

.header__right nav {
  max-width: 590px;
  margin-left: auto;
  margin-right: 0;
}

.header__address {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 9px;
  display: block;
  color: rgb(52, 19, 0);
}

.header__nav li a {
  color: rgb(50, 50, 50);
  font-size: 13px;
  font-weight: 900;
  margin-left: 15px;
  cursor: pointer;
  color: rgb(52, 19, 0);
}


#header {
  height: 90px;
  width: 100%;
  z-index: 2003;
  background-color: white;
  -webkit-filter: drop-shadow(1px 2px 4px rgba(50, 50, 50, 0.2));
  -moz-filter: drop-shadow(1px 2px 4px rgba(50, 50, 50, 0.2));
  filter: drop-shadow(1px 2px 4px rgba(50, 50, 50, 0.2));
  top: 0;
  position: absolute;
  /*fixedを設定して固定*/
  width: 100%;
}

/*==ふわっと出現させるためのCSS*/
/*　上に上がる動き　*/

#header.UpMove {
  position: fixed;
  width: 100%;
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-120px);
  }
}

/*　下に下がる動き　*/

#header.DownMove {
  position: fixed;
  width: 100%;
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-120px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.header-bottom2 {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 998;
  display: none;
}


.header__button2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.header__button2 li {
  width: 45px;
  margin: 10px 5px 15px;
}

/*ボタン外側*/
.openbtn {
  position: absolute;
  top: 100px;
  right: 30px;
  /*ボタン内側の基点となるためrelativeを指定*/
  background-color: rgb(255, 255, 255);
  border: solid 2px rgb(52, 19, 0);
  border-radius: 6px;
  cursor: pointer;
  width: 43px;
  height: 44px;
  z-index: 2101;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 11px;
  height: 3px;
  border-radius: 2px;
  background: rgb(52, 19, 0);
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 11px;
}

.openbtn span:nth-of-type(2) {
  top: 19px;
}

.openbtn span:nth-of-type(3) {
  top: 27px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 13px;
  left: 8px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 25px;
  left: 8px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}


/* ###### トップ-共通 ####### */

#introduction {
  background: url(../image/back1.jpg) 50% 50% / cover no-repeat;
}

#section-group {
  background: url(../image/back2.jpg) 50% 50% / cover no-repeat;
}

#nursery-school-state {
  background: url(../image/back3.jpg) 50% 50% / cover no-repeat;
}


#one-day {
  background: rgb(255, 255, 255);
}

#overview {
  background: rgb(255, 255, 255);
}

#access {
  background: rgb(255, 255, 255);
}

.wave-img {
  position: relative;
  bottom: -1px;
  left: 0;
}

.wave-img-reverse {
  position: relative;
  top: -1px;
  left: 0;
  transform: rotateX(180deg);
  transform: scale(-1, -1);

}

/* ###### 下層-トップ-共通 ####### */


.underlayer__top {
  position: relative;
  padding-top: 90px;
}

.underlayer-common {
  z-index: -1;
  overflow: hidden;
}

.underlayer-top__text {
  margin: auto;
  left: 0;
  right: 0;
  max-width: 1160px;
  height: 325px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  flex-direction: column;
  z-index: 2;
}

.underlayer-top__back img {
  width: 100%;
  height: 325px;
  object-position: center center;
  object-fit: cover;
  font-family: "object-fit: cover";
  position: relative;
  z-index: -999;
}

.underlayer-top__back.adjust img {
  object-position: center 100%;
}



/* ########### トップ-メイン ########### */

#main {
  height: 606px;
  top: 0;
  left: 0;
  width: 100%;
}

.flex-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  inset: 0;
  margin: auto;
  width: fit-content;
  height: 516px;
  padding-inline: 30px;
}

.main__back img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 606px;
  object-position: center 35%;
  object-fit: cover;
  font-family: "object-fit: cover";
  z-index: -2;
}

.h1-top-main {
  padding-top: 115px;
  max-width: 350px;
  width: 100%;
}

.top-animal {
  padding-inline: 30px;
  max-width: 700px;
  width: 100%;
  position: fixed;
  z-index: -1;
  top: 450px
}

/* ###### ブレンド ###### */

.blend {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
}

.blend::after {
  content: "";
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(48, 37, 102, 0.2);
}

/* ########### イントロダクション ########### */

.introduction-left {
  width: 250px;
}

.introduction-right {
  flex: 1;
}

.h2-introduction {
  font-weight: 500;
  font-size: 21px;
  line-height: 2;
  color: rgb(52, 19, 0);
}

.figure-age {
  margin-top: 30px;
}

/* ########### 子どもたちの一日 ########### */

#one-day {
  --time-width: 50px;
  --time-position: -50px;
}

.table-one-day {
  width: 325px;
}

.photo-one-day {
  flex: 1;
  max-width: 460px;
  width: 100%;
}

.table-one-day th {
  padding: 5px 0px;
  font-weight: 700;
  width: 125px;
  font-size: 16px;
  line-height: 2;
}

.time-button {
  width: 75px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(52, 19, 0);
  color: rgb(255, 255, 255);
  position: relative;
  padding-bottom: 3px;
}

.time-button:before {
  content: '';
  position: absolute;
  display: inline-block;
  right: var(--time-position);
  width: 7px;
  height: 7px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(52, 19, 0);
  z-index: 2;
}

.time-button:after {
  content: '';
  position: absolute;
  display: inline-block;
  right: var(--time-position);
  width: var(--time-width);
  height: 2px;
  background-color: rgb(52, 19, 0);
  z-index: 1;
}

.table-one-day td {
  padding: 0px 10px 15px;
  font-weight: 500;
  width: 100%;
  font-size: 21px;
  line-height: 1.65;
  color: rgb(52, 19, 0);
}

/* ########### 園外イベントについて ########### */

.h2-event {
  width: 100%;
  border-bottom: 1px solid rgb(52, 19, 0);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.flex-top-photo {
  width: 48%;
}

.flex-top-text {
  width: 48%;
}

/* ########### 保育園の概要 ########### */

.table-com th {
  color: rgb(52, 19, 0);
  padding: 21px 10px 18px 0px;
  font-weight: 700;
  text-align: left;
  width: 130px;
  font-size: 21px;
  border-top: rgb(52, 19, 0) 1px solid;
  border-bottom: rgb(52, 19, 0) 1px solid;
}

.table-com td {
  padding: 21px 10px 18px 45px;
  width: 100%;
  text-align: left;
  color: rgb(52, 19, 0);
  font-size: 18px;
  font-weight: 500;
  border-top: rgb(52, 19, 0) 1px solid;
  border-bottom: rgb(52, 19, 0) 1px solid;
  line-height: 1.5;
}

.map-text img {
  margin-top: 5px;
  width: 25px;
  height: 32px;
}

.map-text p {
  margin-left: 5px;
  flex: 1;
}

/* ########### 園の様子 ########### */
/* ページネーションのサイズと色 */
.contents.contents-swipper {
  padding-bottom: 120px;
}

.swiper-container {
  padding-inline: 60px;
}

/* ページネーションの余白 */
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 35px 5px 55px !important;
}

.swiper-pagination-bullet {
  background-color: rgb(52, 19, 0) !important;
  outline: 1px solid rgb(12, 4, 0);
}

.scene-button-next {
  margin-right: -15px;
}

.scene-button-prev {
  margin-left: -15px;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: rgb(52, 19, 0);
  transform: scale(0.75, 0.75);
}

/* ########### アクセス ########### */
/* ########### お問い合わせ ########### */

.contacttable th::after {
  content: "";
  display: block;
  clear: both;
}

.infobox {
  margin: 5px 0 15px;
  padding: 10px;
  height: 165px;
  overflow: scroll;
  border: rgb(50, 50, 50) 1px solid;
  background-color: rgb(255, 255, 255);
  text-align: left;
  text-align: justify;
}

input[type=radio] {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

input[type=checkbox] {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: 3px;
}

.radiotext {
  padding-right: 15px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.radiotext a {
  font-size: 16px;
}

.radiotext2 {
  color: rgb(52, 19, 0) !important;
  padding-right: 15px;
  font-size: 19px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.radiotext3 {
  padding-right: 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.radiotext3 span {
  vertical-align: -1px;
}

.radio-input {
  padding-top: 5px;
  display: flex;
  flex-wrap: wrap;
}

.radio-input label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: -1;
}

.radio-input2 {
  padding-top: 5px;
}

select {
  border: 1px solid rgb(52, 19, 0);
  padding: 12px 10px 12px 15px;
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
}

.select-outer {
  width: 270px;
  display: block;
  position: relative;
}

.select-outer::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 9px;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  border: 9px solid transparent;
  border-left: 9px solid rgb(132, 135, 124);
  transform: rotate(90deg);
}

.hitusu {
  margin-top: 2px;
  margin-bottom: 4px;
  line-height: 1.35;
  float: right;
  padding: 2px 7px;
  font-weight: 900;
  color: rgb(255, 255, 255);
  background-color: rgb(241, 143, 96);
  border-radius: 5px;
  font-size: 12px;
}

.nini {
  margin-top: 2px;
  margin-bottom: 4px;
  line-height: 1.35;
  float: right;
  padding: 0px 5px 0px;
  font-weight: 500;
  color: rgb(52, 19, 0);
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(52, 19, 0);
  font-size: 14px;
  border-radius: 2px;
}

.contacttable {
  border-top: rgb(50, 50, 50) 0px solid;
  margin-top: 30px;
}

.contacttable th {
  padding: 22.5px 30px 0px 0px;
  border-bottom: rgb(50, 50, 50) 0px solid;
  text-align: left;
  width: 245px;
  color: rgb(52, 19, 0);
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.contacttable th.file2 {
  padding: 8px 30px 0px 0px;
}

.file-lastchild {
  padding-bottom: 20px !important;
}

.contacttable td {
  padding: 15.5px 0px;
  border-bottom: rgb(52, 19, 0) 0px solid;
  width: 100%;
  text-align: left;
  font-weight: 700;
}

.contacttable td input[type=text],
[type=tel],
[type=email] {
  font-size: 16px;
  width: 100%;
  padding: 6px 15px;
  font-weight: 700;
  border: rgb(52, 19, 0) 0px solid;
  background-color: rgb(230, 227, 225);
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgb(230, 227, 225) inset;
}

.contacttable td input[type=file] {
  font-size: 16px;
  border: rgb(52, 19, 0) 0px solid;
  color: rgb(52, 19, 0) !important;
}


.contacttable td textarea {
  font-size: 16px;
  font-weight: 700;
  padding: 7.5px 15px;
  width: 100%;
  height: 75px;
  background-color: rgba(52, 19, 0, 0.1);
  border: rgb(52, 19, 0) 0px solid;
}

.douitext {
  margin-top: 3px;
  font-size: 16px;
}

.policytitle {
  font-weight: 700;
  font-size: 16px;
  padding: 15px 0;
}

.policytext {
  font-weight: 500;
  line-height: 2;
  font-size: 15px;
  text-align: left;
}

label {
  display: inline-block;
  line-height: 2;
}

.ad-label label {
  display: inline-block !important;
}


::placeholder {
  color: rgba(52, 19, 0, 0.25);
  font-size: 14px;
}

.formTable {
  border-top: rgb(50, 50, 50) 0px solid;
}

.formTable th {
  padding: 15px 20px 15px 0px;
  border-bottom: rgb(50, 50, 50) 0px solid;
  text-align: left;
  width: 210px;
  color: rgb(50, 50, 50);
  font-size: 16px;
  position: relative;
  font-weight: 900;
}

.formTable td {
  font-size: 16px;
  padding: 8px 12px;
  border-bottom: rgb(50, 50, 50) 0px solid;
  width: 100%;
  text-align: left;
  font-weight: 500;
}

p.error_messe {
  margin: 5px 0;
  color: rgb(52, 19, 0);
}


/* ###### パンくず ###### */

.breadcrumb__item:not(:last-child)::after {
  content: "＞";
}

.breadcrumb__item {
  display: inline-block;
  line-height: 1;
  font-size: 12px !important;
  line-height: 1.15;
  margin-left: -5px;
}

.breadcrumb__item a {
  padding: 5px;
  font-size: 12px !important;
  line-height: 1.15;
}

/* ###### Button-all ###### */

.button-outer a {
  margin-top: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 13px 15px 11px;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  font-weight: bold;
  outline: none;
  background-color: rgb(52, 19, 0);
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  transition: all .3s ease 0s;
  border-radius: 45px;
  letter-spacing: 0.75px;
}

.button-outer.ver2 a {
  background-color: rgb(241, 143, 96);
}

.button-outer.ver2 a {
  margin-top: 0px;
}

.button-outer.white a {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(52, 19, 0);
  color: rgb(52, 19, 0);
  font-weight: bold;
}

.button-outer a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 3px;
  background: url(../image/icon-mail-brown.svg) no-repeat;
  background-size: contain;
  transition: all .3s ease 0s;
  width: 34px;
  height: 34px;
}

.button-outer.ver2 a::before {
  background: url(../image/icon-mail-red.svg) no-repeat;
}

@media(hover: hover) {
  .button-outer a:hover {
    color: rgb(52, 19, 0);
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(52, 19, 0);
  }

  .button-outer.ver2 a:hover {
    color: rgb(241, 143, 96);
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(241, 143, 96);
  }

  .button-outer a:hover::before {
    background: url(../image/icon-mail-brown2.svg) no-repeat;
  }

  .button-outer.ver2 a:hover::before {
    background: url(../image/icon-mail-red2.svg) no-repeat;
  }
}

/* ###### BUTTON INPUT ###### */

.button-outer.ad2 {
  text-align: center;
  width: 520px;
  margin-inline: auto;
}

.flex-confirm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.button-outer input {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block !important;
  margin-inline: auto;
  position: relative;
  padding: 8px 20px 7px;
  width: 245px;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: bold;
  outline: none;
  background-color: rgb(52, 19, 0);
  border: 2px solid rgb(52, 19, 0);
  border-radius: 10px;
  color: rgb(255, 255, 255);
  transition: all .5s ease 0s;
}

.button-outer .back-button {
  background-color: rgb(191, 191, 191);
  border: 2px solid rgb(191, 191, 191);
  color: rgb(255, 255, 255);
}

@media(hover: hover) {
  .button-outer input:hover {
    color: rgb(52, 19, 0);
    background-color: rgb(255, 255, 255);
  }

  .button-outer .back-button:hover {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(191, 191, 191);
    color: rgb(191, 191, 191);
  }
}

/* ###### フッター ####### */

.footer {
  background-color: rgb(52, 19, 0);
}

.flex__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}

.footer__nav li {
  width: 50%;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
}

.footer__nav-link a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}

.footer__address.logo-top {
  padding-left: 6px;
}

.footer__address {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  display: block;
  color: rgb(255, 255, 255);
}

.footer__logo {
  margin-bottom: 12px;
  width: 110px;
}

.copymark {
  font-size: 13px;
  padding-right: 1px;
}

.footer__copy {
  background-color: rgb(255, 255, 255);
  color: rgb(50, 50, 50);
  letter-spacing: 0.5px;
  font-weight: normal;
  padding: 8px 0px 2px;
  font-weight: 500;
  font-size: 12px;
  height: 30px;
  line-height: 1.2;
  text-align: center;
}

/* ### TOPへ ### */

#topbtn {
  text-align: right;
  position: absolute;
  background: rgb(255, 255, 255);
  text-decoration: none;
  color: rgb(50, 50, 50);
  border: 1px solid rgb(52, 19, 0);
  z-index: 1005;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.topbtn__text {
  margin-left: 11px;
  margin-top: 3px;
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-color: rgb(52, 19, 0) rgb(52, 19, 0) transparent transparent;
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media(hover: hover) {
  #topbtn:hover {
    background: rgb(52, 19, 0);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    user-select: none;
  }

  #topbtn:hover .topbtn__text {
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) transparent transparent;
  }
}

#topbtn:active {
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px;
}

/* ################################################## 479px以下 ################################################## */

@media (max-width: 479px) {
  .sfinline {
    display: inline !important;
  }

  .sf {
    display: block !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctbinline {
    display: none !important;
  }

  .pctb {
    display: none !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 15px;
  }

  .contents-footer {
    padding: 30px 20px;
  }

  .contents0 {
    padding: 0px 15px;
  }

  .contents {
    padding: 35px 15px;
  }

  .contents2 {
    padding: 25px 15px 45px;
  }

  .contents-bottom0 {
    padding: 35px 15px 0px;
  }


  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 14px;
  }

  .text12 {
    font-size: 10px;
  }

  .text13 {
    font-size: 11px;
  }

  .text14 {
    font-size: 12px;
  }

  .text15 {
    font-size: 12px;
  }

  .text16 {
    font-size: 14px;
  }

  .text17 {
    font-size: 15px;
  }

  .text18 {
    font-size: 15px;
  }

  .text19 {
    font-size: 15px;
  }

  .text21 {
    font-size: 17px;
  }

  .text21.ad {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .text22 {
    font-size: 18px;
  }

  .text24 {
    font-size: 19px;
  }

  .text25 {
    font-size: 20px;
  }

  .text26 {
    font-size: 21px;
  }

  .text30 {
    font-size: 22px;
  }

  .blogtext {
    margin-top: 22px;
    font-size: 14px;
  }

  .blogtext p {
    margin-top: 22px;
    font-size: 14px;
  }

  .blogtext img {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .h2-common {
    font-size: 21px;
  }

  .h2-common img {
    margin-right: 5px;
  }

  .h2-common2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .h3-flow {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 17px;
  }

  .h2-text {
    font-size: 16px;
  }

  .h2-text2 {
    font-size: 14px;
  }

  .h2-text::before {
    top: -8px;
    left: -50px;
    width: 50px;
    height: 35px;
  }

  .h2-text::after {
    top: -8px;
    right: -50px;
    width: 50px;
    height: 35px;
  }

  .h2title-bottom {
    width: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .h3-common {
    font-size: 15px;
  }

  .h3-common2 {
    font-size: 17px;
    padding: 10px 5px 5px 0px;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .h4-common {
    font-size: 15px;
  }

  .icon-x {
    width: 25px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .point-border {
    margin-top: 12px;
    padding-top: 17px;
    border-top: 1px solid rgb(50, 50, 50);
  }

  .h2-margin {
    margin-bottom: 20px;
  }

  .common-margin-top {
    margin-top: 15px;
  }

  .common-margin-top2 {
    margin-top: 30px !important;
  }

  .common-margin-bottom {
    margin-bottom: 15px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 30px;
  }

  .hiratai2 {
    transform: scale(0.7, 0.8);
    margin-left: -35px;
  }

  /* ###### ヘッダー ###### */

  /*ボタン外側*/
  .openbtn {
    top: 28px;
    right: 15px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 38px;
    height: 38px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 10px;
    height: 3px;
    border-radius: 2px;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 8px;
  }

  .openbtn span:nth-of-type(2) {
    top: 16px;
  }

  .openbtn span:nth-of-type(3) {
    top: 24px;
  }

  /*activeクラスが付与されると線が回転して×に*/

  .openbtn.active span:nth-of-type(1) {
    top: 10px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 22px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
  }

  #openbtn {
    display: block;
  }

  .header__nav {
    margin: 0px 15px;
    top: 105px;
    right: 0;
    left: 0;
    position: absolute;
    display: none;
    z-index: 1206;
    position: fixed;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: calc(100vh - 180px);
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav li {
    margin: 0 0 0 auto;
  }

  .header__nav li a {
    font-size: 14px;
    margin: 0;
    padding: 12px 5px 12px 10px;
    line-height: 1.25;
    text-align: left;
    background-color: rgb(255, 255, 255);
    color: rgb(52, 19, 0);
    text-decoration: none;
    display: block;
    font-weight: bold;
  }

  .header__nav-link:last-child a {
    border-bottom: solid 2px rgb(52, 19, 0);
  }

  .header__nav li a:hover {
    background-color: rgb(52, 19, 0);
    color: rgb(255, 255, 255);
  }

  .header__nav-link.bor {
    border-top: 2px solid rgb(52, 19, 0) !important;
    border-left: solid 2px rgb(52, 19, 0);
    border-right: solid 2px rgb(52, 19, 0);
  }

  .flex-header-bottom {
    margin: 25px 15px 15px;
  }

  /* ###### トップ-共通 ####### */

  #introduction {
    background: url(../image/back1-sf.jpg) 50% 50% / cover no-repeat
  }

  #section-group {
    background: url(../image/back2-sf.jpg) 50% 50% / cover no-repeat
  }

  #nursery-school-state {
    background: url(../image/back3-sf.jpg) 50% 50% / cover no-repeat
  }

  /* ###### 下層-トップ-共通 ####### */

  .underlayer__top {
    padding-top: 90px;
  }


  .underlayer-top__text {
    height: 260px;
    padding: 15px;
  }

  .underlayer-top__back img {
    height: 260px;
  }

  /* ########### トップ-メイン ########### */

  .flex-main {
    height: 350px;
    padding-inline: 15px;
  }

  .main-right {
    width: 100%;
  }

  #main {
    height: 350px;
  }

  .main__back img {
    height: 350px;
    object-position: center center;
  }

  .h1-top-main {
    padding-top: 40px;
    max-width: 200px;
  }

  .top-animal {
    max-width: 350px;
    width: 100%;
    padding-top: 0px;
    padding-inline: 15px;
    top: 275px
  }

  /* ########### イントロダクション ########### */

  .h2-introduction {
    font-size: 16px;
  }

  .introduction-left {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .introduction-left img {
    width: 110px;
  }

  .introduction-right {
    width: 100%;
  }

  .figure-age {
    text-align: center;
    margin-top: 20px;
  }

  /* ########### 子どもたちの一日 ########### */

  #one-day {
    --time-width: 40px;
    --time-position: -40px;
  }

  .table-one-day {
    width: 100%;
    max-width: 280px;
    margin-inline: auto;
  }

  .photo-one-day {
    flex: auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .table-one-day th {
    padding: 5px 0px;
    width: 105px;
    font-size: 15px;
  }

  .time-button {
    width: 65px;
    height: 25px;
    border-radius: 30px;
    padding-bottom: 1px;
  }

  .table-one-day td {
    padding: 2px 10px 15px;
    font-size: 17px;
  }

  /* ########### 園外イベントについて ########### */

  .h2-event {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .flex-top-photo {
    width: 100%;
    order: 2;
    margin-top: 15px;
  }

  .flex-top-text {
    width: 100%;
    order: 1;
  }

  /* ########### 保育園の概要 ########### */
  .table-com {
    border-top: rgb(52, 19, 0) 1px solid;
  }

  .table-com th {
    display: block;
    padding: 11px 7px 0px;
    width: 100%;
    font-size: 16px;
    border-top: rgb(52, 19, 0) 0px solid;
    border-bottom: rgb(52, 19, 0) 0px solid;
  }

  .table-com td {
    display: block;
    padding: 0px 7px 7px;
    width: 100%;
    font-size: 14px;
    border-top: rgb(52, 19, 0) 0px solid;
    border-bottom: rgb(52, 19, 0) 1px solid;
  }

  .map-iframe {
    height: 350px;
  }

  /* ########### 園の様子 ########### */

  /* ページネーションのサイズと色 */
  .contents.contents-swipper {
    padding-bottom: 90px;
  }

  .swiper-container {
    padding-inline: 30px;
  }

  .scene-button-next {
    margin-right: -15px;
  }

  .scene-button-prev {
    margin-left: -15px;
  }

  /* ページネーションの余白 */
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 55px 5px 35px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    transform: scale(0.5, 0.5);
  }

  /* ########### アクセス ########### */
  /* ########### お問い合わせ ########### */

  .radio-input label input {
    margin-top: -2px;
  }

  input[type=radio] {
    width: 16px;
    height: 16px;
  }

  input[type=checkbox] {
    width: 15px;
    height: 15px;
  }

  .contacttable {
    border-top: rgb(50, 50, 50) 0px solid;
    margin-top: 15px;
  }

  .contacttable th {
    width: 100%;
    margin-top: 15px;
    padding: 4px 0 0 0px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-align: left;
  }

  .contacttable td {
    padding: 4px 0px 5px;
    border-bottom: rgb(50, 50, 50) 0px solid;
    width: 100%;
    display: block;
    text-align: left;
  }

  .contacttable td textarea {
    font-size: 14px;
    padding: 7px;
    width: 100%;
    height: 60px;
  }

  .contacttable td input[type=text],
  [type=tel],
  [type=email] {
    font-size: 14px;
    padding: 7px;
  }

  .contacttable td input[type=file] {
    font-size: 14px;
    width: 100%;
    border: rgb(50, 50, 50) 0px solid;
    margin-left: 0px;
  }

  select {
    font-size: 14px;
    padding: 8px;
  }

  .select-outer {
    width: 100%;
  }

  .radiotext {
    font-size: 14px;
    letter-spacing: 0px;
  }

  .radiotext a {
    font-size: 14px;
  }

  .radiotext2 {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .radiotext3 {
    font-size: 12px;
    letter-spacing: 0px;
  }

  .hitusu {
    font-size: 12px;
  }

  .nini {
    font-size: 12px;
  }

  .douitext {
    font-size: 14px;
  }


  .policytitle {
    font-size: 14px;
    padding-bottom: 5px;
  }

  .policytext {
    font-size: 14px;
  }

  label {
    line-height: 2;
  }

  .form-title {
    font-size: 18px !important;
    margin-top: 0px;
  }

  ::placeholder {
    color: rgba(50, 50, 50, 0.25);
    font-size: 12px;
  }

  .formTable th {
    width: 100%;
    padding: 7px 0 0 0px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-align: left;
  }

  .formTable td {
    min-height: 33px !important;
    font-size: 14px;
    padding: 7px 0px;
    margin-top: 3px;
    margin-bottom: 6px;
    border-bottom: rgb(50, 50, 50) 0px solid;
    width: 100%;
    display: block;
    text-align: left;
  }

  /* ###### パンくず ###### */

  .breadcrumb__list {
    margin-top: 15px;
    letter-spacing: -0.25px;
    text-align: initial;
    margin-bottom: 15px
  }


  /* ###### Button-all ####### */
  .top-button {
    margin-top: 0px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0px;
  }


  .button-outer a {
    padding: 10px 15px 8px;
    margin-top: 15px;
    font-size: 16px;
  }

  .button-outer a::before {
    margin-top: -1px;
    margin-right: 5px;
    width: 26px;
    height: 25px;
  }

  .button-outer a:hover::before {
    margin-top: -1px;
    margin-right: 5px;
    width: 26px;
    height: 25px;
  }

  .button-outer.ver2 a {
    margin-top: 0px;
  }

  .button-outer.white a::before {
    width: 34px;
    height: 33px;
  }

  .button-outer.white a:hover::before {
    width: 34px;
    height: 33px;
  }

  /* ###### BUTTON INPUT ###### */


  .flex-confirm {
    display: block;
  }

  .button-outer.ad {
    width: 100%;
  }

  .button-outer input {
    max-width: 220px;
    margin-inline: auto;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  /* ###### フッター ####### */

  .footer-sns-all a {
    width: 45px;
  }

  .footer__logo {
    width: 160px;
  }

  .footer__text {
    font-size: 14px;
  }

  .footer__right {
    width: 100%;
    margin-top: 15px;
  }

  .footer__nav li {
    margin-top: 3px;
    margin-bottom: 3px;
    width: 100%;
  }


  .footer__nav li a::before {
    top: 3px;
    left: -15px;
    margin-right: 4px;
  }


  .footer__nav-link a {
    font-size: 13px;
  }


  .contents-footer {
    padding: 20px 10px;
  }


  .footer__copy {
    font-size: 10px;
    height: 96px;
  }

  .header-tel-a img,
  .header-tel-a.ad img {
    margin-right: 5px;
    width: 20px;
  }

  .header-tel-a,
  .header-tel-a.ad {
    font-size: 26px;
    font-weight: 500;
    color: rgb(255, 255, 255);
  }

  /* ### TOPへ ### */

  #topbtn {
    margin: 0px 0px 0 auto;
    right: 15px;
    bottom: 22px;
    padding: 14px 4px 0 4px;
    width: 32px;
    height: 32px;
  }

  .topbtn__text {
    width: 10px;
    height: 10px;
    margin-left: 6px;
    margin-top: -1px;
  }
}

/* ################################################## 480px以上767px以下 ################################################## */

@media (min-width: 480px) and (max-width: 767px) {
  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .tbsfinline {
    display: inline !important;
  }

  .tbsf {
    display: block !important;
  }

  .pcinline {
    display: none !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: none !important;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .hidden-x-tbsf {
    overflow-x: hidden;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .hidden-tbsf {
    overflow: hidden;
  }

  .contents-header {
    padding: 0px 20px;
  }

  .contents-footer {
    padding: 30px 20px;
  }

  .contents0 {
    padding: 0px 20px;
  }

  .contents {
    padding: 50px 20px;
  }

  .contents2 {
    padding: 30px 20px 45px;
  }

  .contents-bottom0 {
    padding: 50px 20px 0px;
  }

  label,
  td,
  th,
  p,
  dd,
  dt,
  li,
  a,
  input,
  textarea,
  select,
  div {
    line-height: 1.5;
    font-size: 15px;
  }

  .text12 {
    font-size: 11px;
  }

  .text13 {
    font-size: 12px;
  }

  .text14 {
    font-size: 13px;
  }

  .text15 {
    font-size: 13px;
  }

  .text16 {
    font-size: 15px;
  }

  .text17 {
    font-size: 16px;
  }

  .text18 {
    font-size: 17px;
  }

  .text19 {
    font-size: 18px;
  }

  .text21 {
    font-size: 19px;
  }

  .text22 {
    font-size: 20px;
  }

  .text24 {
    font-size: 21px;
  }

  .text25 {
    font-size: 23px;
  }

  .text26 {
    font-size: 24px;
  }

  .text30 {
    font-size: 26px;
  }

  .blogtext {
    margin-top: 23px;
    font-size: 15px;
  }

  .blogtext p {
    margin-top: 23px;
    font-size: 15px;
  }

  .blogtext img {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .h2-common {
    font-size: 26px;
  }

  .h2-common img {
    margin-right: 10px;
  }

  .h2-common2 {
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-size: 22px;
  }

  .h3-flow {
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-size: 19px;
  }

  .h2-text {
    font-size: 21px;
  }

  .h3-common {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .h3-common2 {
    font-size: 22px;
    padding: 10px 5px 5px 0px;
    margin-bottom: 25px;
  }

  .h4-common {
    font-size: 17px;
  }

  .icon-x {
    width: 35px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .point-border {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid rgb(50, 50, 50);
  }

  .h2-margin {
    margin-bottom: 30px;
  }

  .common-margin-top {
    margin-top: 25px;
  }

  .common-margin-top2 {
    margin-top: 40px !important;
  }

  .common-margin-bottom {
    margin-bottom: 25px !important;
  }

  .common-margin-bottom2 {
    margin-bottom: 40px;
  }

  /* ###### ヘッダー ###### */

  .header__nav {
    width: 70%;
    top: 105px;
    right: 20px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: calc(100vh - 190px);
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav li {
    margin: 0 0 0 auto;
  }

  .header__nav li a {
    font-size: 14px;
    margin: 0;
    padding: 11px 8px !important;
    line-height: 1.25;
    display: block;
    text-align: left;
    background-color: rgb(255, 255, 255);
    color: rgb(52, 19, 0);
    text-decoration: none;
    font-weight: bold;
  }

  .header__nav-link:last-child a {
    border-bottom: solid 2px rgb(52, 19, 0);
  }

  .header__nav li a:hover {
    background-color: rgb(52, 19, 0);
    color: rgb(255, 255, 255);
  }

  .header__nav-link.bor {
    border-top: 2px solid rgb(52, 19, 0) !important;
    border-left: solid 2px rgb(52, 19, 0);
    border-right: solid 2px rgb(52, 19, 0);
  }


  /*ボタン外側*/
  .openbtn {
    top: 22px;
    right: 20px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 19px;
  }

  .openbtn span:nth-of-type(3) {
    top: 27px;
  }

  #openbtn {
    display: block;
  }

  /*activeクラスが付与されると線が回転して×に*/

  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
  }

  /* ###### トップ-共通 ####### */

  #introduction {
    background: url(../image/back1-sf.jpg) 50% 50% / cover no-repeat;
  }

  #section-group {
    background: url(../image/back2-sf.jpg) 50% 50% / cover no-repeat;
  }

  #nursery-school-state {
    background: url(../image/back3-sf.jpg) 50% 50% / cover no-repeat
  }

  /* ###### 下層-トップ-共通 ####### */

  .underlayer__top {
    padding-top: 90px;
  }


  .underlayer-top__text {
    height: 290px;
    padding: 15px;
  }

  .underlayer-top__back img {
    height: 290px;
  }


  /* ###### パンくず ###### */

  .breadcrumb__list {
    margin-top: 20px;
    letter-spacing: -0.25px;
    text-align: initial;
    margin-bottom: 20px
  }

  /* ########### トップ-メイン ########### */
  .flex-main {
    height: 506px;
    padding-inline: 20px;
    padding-top: 0;
  }

  #main {
    height: 506px;
  }

  .main__back img {
    height: 506px;
  }

  .h1-top-main {
    padding-top: 30px;
    max-width: 300px;
  }

  .top-animal {
    max-width: 550px;
    width: 100%;
    padding-top: 0px;
    padding-inline: 20px;
    top: 375px
  }

  /* ########### イントロダクション ########### */

  .h2-introduction {
    font-size: 18px;
  }

  .introduction-left {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .introduction-left img {
    width: 150px;
  }

  .introduction-right {
    width: 100%;
  }

  .figure-age {
    text-align: center;
  }

  /* ########### 子どもたちの一日 ########### */

  .table-one-day {
    width: 300px;
    margin-inline: auto;
  }

  .photo-one-day {
    flex: auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .table-one-day th {
    padding: 5px 0px;
    width: 125px;
    font-size: 15px;
  }

  .time-button {
    width: 75px;
    height: 30px;
    border-radius: 30px;
    padding-bottom: 1px;
  }


  .table-one-day td {
    padding: 2px 10px 15px;
    font-size: 19px;
  }

  /* ########### 園外イベントについて ########### */

  .h2-event {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .flex-top-photo {
    width: 100%;
    order: 2;
    margin-top: 15px;
  }

  .flex-top-text {
    width: 100%;
    order: 1;
  }

  /* ########### 保育園の概要 ########### */
  .table-com {
    border-top: rgb(52, 19, 0) 1px solid;
  }

  .table-com th {
    display: block;
    padding: 12px 8px 0px;
    width: 100%;
    font-size: 18px;
    border-top: rgb(52, 19, 0) 0px solid;
    border-bottom: rgb(52, 19, 0) 0px solid;
  }

  .table-com td {
    display: block;
    padding: 0px 8px 8px;
    width: 100%;
    font-size: 15px;
    border-top: rgb(52, 19, 0) 0px solid;
    border-bottom: rgb(52, 19, 0) 1px solid;
  }

  /* ########### 園の様子 ########### */
  /* ページネーションのサイズと色 */
  .contents.contents-swipper {
    padding-bottom: 90px;
  }

  .swiper-container {
    padding-inline: 30px;
  }

  .scene-button-next {
    margin-right: -15px;
  }

  .scene-button-prev {
    margin-left: -15px;
  }

  /* ページネーションの余白 */
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 55px 5px 35px !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    transform: scale(0.5, 0.5);
  }

  /* ########### アクセス ########### */
  /* ########### お問い合わせ ########### */

  .contacttable th {
    width: 200px;
    padding: 22.5px 20px 0px 0px;
    text-align: left;
    font-size: 14px;
  }

  .contacttable td {
    padding: 15px 0px 7px;
    border-bottom: rgb(50, 50, 50) 0px solid;
    width: 100%;
  }

  .contacttable td input[type=text],
  [type=tel],
  [type=email] {
    font-size: 14px;
    padding: 7px 10px 9px;
  }

  .contacttable td input[type=file] {
    font-size: 14px;
    width: 100%;
    border: rgb(50, 50, 50) 0px solid;
    margin-left: 0px;
  }

  .contacttable td textarea {
    font-size: 14px;
    padding: 7px 10px 9px;
    width: 100%;
    height: 90px;
  }

  select {
    font-size: 14px;
    padding: 7px 10px 9px;
  }

  .select-outer {
    width: 100%;
  }

  .radiotext {
    font-size: 15px;
    letter-spacing: 0px;
  }

  .radiotext a {
    font-size: 15px;
  }

  .radiotext2 {
    font-size: 18px;
    letter-spacing: 0px;
  }

  .radiotext3 {
    font-size: 13px;
    letter-spacing: 0px;
  }

  .hitusu {
    font-size: 12px;
    margin-top: -1px;
  }

  .nini {
    font-size: 12px;
  }

  .douitext {
    font-size: 15px;
    white-space: nowrap;
  }

  .policytitle {
    font-size: 15px;
  }

  .policytext {
    font-size: 14px;
  }

  label {
    line-height: 2;
  }

  .form-title {
    font-size: 21px !important;
    margin-top: 0px;
  }


  ::placeholder {
    color: rgba(50, 50, 50, 0.25);
    font-size: 13px;
  }

  .formTable th {
    width: 100%;
    padding: 7px 0 0 0px;
    text-align: left;
    font-size: 15px;
    display: block;
    text-align: left;
  }

  .formTable td {
    min-height: 35px !important;
    font-size: 15px;
    padding: 7px 0px;
    margin-top: 3px;
    margin-bottom: 6px;
    border-bottom: rgb(50, 50, 50) 0px solid;
    width: 100%;
    display: block;
    text-align: left;
  }

  /* ###### Button-all ####### */

  .top-button {
    margin-top: -135px;
    margin-bottom: 45px;
  }

  .button-outer a {
    padding: 7px 10px 5px;
    font-size: 18px;
    line-height: 1.15;
  }

  .button-outer.ver2 a {
    margin-top: 0px;
  }

  /* ###### BUTTON INPUT ###### */

  .flex-confirm {
    display: block;
  }

  .button-outer.ad {
    width: 100%;
  }

  .button-outer input {
    max-width: 220px;
    margin-inline: auto;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 15px;
  }




  /* ###### フッター ####### */


  .contents-footer {
    padding: 30px 20px;
  }

  .footer__left {
    flex: 1;
  }


  .footer__nav-link a {
    font-size: 14px;
  }

  .footer__right {
    width: 100%;
    margin-top: 20px;
  }

  .footer__nav li {
    width: 50%;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 15px;
  }


  .footer__copy {
    font-size: 10px;
    height: 96px;
  }


  .footer__nav-link>a {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    display: inline-block;
  }

  .footer__nav-link>a::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }

  .footer__nav-link>a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  /* ### TOPへ ### */
  #topbtn {
    margin: 0px 0px 0 auto;
    right: 20px;
    bottom: 22px;
    padding: 14px 4px 0 4px;
    width: 31px;
    height: 31px;
  }

  .topbtn__text {
    width: 10px;
    height: 10px;
    margin-left: 6px;
    margin-top: -1px;
  }
}

/* ################################################## 768px以上 ################################################## */

@media (min-width: 768px) {

  .sf {
    display: none !important;
  }

  .sfinline {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tbsfinline {
    display: none !important;
  }

  .tbsf {
    display: none !important;
  }

  .pcinline {
    display: inline !important;
  }

  .pctb {
    display: block !important;
  }

  .pctbinline {
    display: inline !important;
  }

  .pc {
    display: block !important;
  }



  /* ###### パンくず ###### */

  .breadcrumb__list {
    margin-top: 30px;
    letter-spacing: -0.25px;
    text-align: initial;
    margin-bottom: 30px;
  }


  /* ###### トップ-共通 ####### */
  /* ########### トップ-共通 ########### */

  .contents-footer {
    padding: 40px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
  }

  /* ########### お問い合わせ ########### */
  .radio-input label input {
    margin-top: -4px;
  }

  .radiotext {
    padding-bottom: 3px;
  }

  .radiotext2 {
    padding-bottom: 3px;
  }

  .formTable td {
    border-top: rgb(255, 255, 255) 10px solid;
    border-bottom: rgb(255, 255, 255) 10px solid;
  }

  /* ###### フッター ####### */

  .footer__nav-link>a {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    display: inline-block;
  }

  .footer__nav-link>a::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(255, 255, 255);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }

  .footer__nav-link>a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  /* ###### TOPへ ###### */
  .contents-topbtn {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
    display: flex;
    justify-content: flex-end;
  }
}

/* ################################################## 調整 ################################################## */

@media (min-width: 768px) and (max-width: 1099px) {

  .contents-header {
    padding: 0px 30px;
  }

  .contents {
    padding: 90px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents.contents-table-one-day {
    max-width: 760px;
  }

  .contents2 {
    padding: 45px 30px 85px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents-bottom0 {
    padding: 90px 30px 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents0 {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .pc1 {
    display: block !important;
  }

  .pc2 {
    display: none !important;
  }

  .pc2inline {
    display: none !important;
  }

  .pc1tbsfinline {
    display: inline !important;
  }

  .pc1tbsf {
    display: block !important;
  }

  .hidden-x-pc1tbsf {
    overflow-x: hidden;
  }

  .hidden-pc1tbsf {
    overflow: hidden;
  }

  .h2-common {
    font-size: 32px;
  }

  .h2-common2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 28px;
  }

  .h3-common2 {
    font-size: 25px;
  }

  .h3-flow {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 21px;
  }

  /* ###### ヘッダー ###### */
  #header {
    width: 100%;
    z-index: 2003;
    background-color: white;
    -webkit-filter: drop-shadow(1px 2px 4px rgba(50, 50, 50, 0.2));
    -moz-filter: drop-shadow(1px 2px 4px rgba(50, 50, 50, 0.2));
    filter: drop-shadow(1px 2px 4px rgba(50, 50, 50, 0.2));
    top: 0;
    position: absolute;
    width: 100%;
  }


  /*ボタン外側*/
  .openbtn {
    top: 22px;
    right: 30px;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 43px;
    height: 44px;
    z-index: 2101;
  }

  /*ボタン内側*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 11px;
  }

  .openbtn span:nth-of-type(2) {
    top: 19px;
  }

  .openbtn span:nth-of-type(3) {
    top: 27px;
  }

  #openbtn {
    display: block;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
  }

  .header__nav {
    width: 50%;
    top: 115px;
    right: 20px;
    position: fixed;
    display: none;
    z-index: 1200;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: calc(100vh - 125px);
  }

  .header__nav::-webkit-scrollbar {
    display: none;
  }

  .header__nav li {
    margin: 0 0 0 auto;
  }

  .header__nav li a {
    font-size: 14px;
    margin: 0;
    padding: 15px 5px 15px 10px;
    line-height: 1.25;
    display: block;
    text-align: left;
    background-color: rgb(255, 255, 255);
    color: rgb(52, 19, 0);
    text-decoration: none;
    font-weight: bold;
  }

  .header__nav-link:last-child a {
    border-bottom: solid 2px rgb(52, 19, 0);
  }

  .header__nav li a:hover {
    background-color: rgb(52, 19, 0);
    color: rgb(255, 255, 255);
  }

  .header__nav li.tel-block a {
    background-color: rgb(50, 50, 50);
    color: rgb(255, 255, 255);
    font-weight: 400;
  }

  .header__nav li.tel-block a:hover {
    background-color: rgb(50, 50, 50);
    color: rgb(255, 255, 255);
    font-weight: 400;
  }

  .header__nav-link.bor {
    border-top: 2px solid rgb(52, 19, 0) !important;
    border-left: solid 2px rgb(52, 19, 0);
    border-right: solid 2px rgb(52, 19, 0);
  }

  .header__button {
    margin-right: 55px;
  }

  /* ########### トップ-メイン########### */


  .top-animal {
    padding-top: 0px;
    max-width: 680px;
  }

  /* ###### トップ-共通 ####### */
  /* ###### 下層-トップ-共通 ####### */

  .underlayer__top {
    padding-top: 90px;
  }

  /* ########### イントロダクション ########### */
  /* ########### 子どもたちの一日 ########### */
  /* ########### 園外イベントについて ########### */
  /* ########### 保育園の概要 ########### */

  /* ########### 園の様子 ########### */
  /* ########### アクセス ########### */

  /* ###### フッター ###### */

  .contents-footer {
    padding: 50px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .footer__left {
    flex: 1;
  }

  .footer__right {
    width: 345px;
    margin-left: 75px;
  }

  .footer__nav li {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 20px;
  }

  /* ### TOPへ ### */
  #topbtn {
    margin: 0px 0px 0 auto;
    right: 30px;
    top: 90px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 14px 8px 0 4px;
    width: 40px;
    height: 40px;
  }

  .topbtn__text {
    width: 16px;
    height: 16px;
    margin-left: 7px;
    margin-top: 3px;
  }
}

@media (min-width: 1100px) {

  /* ###### 背景-共通 ####### */
  .common-back {
    background-attachment: fixed;
  }

  .contents-header {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1360px;
  }

  .contents-header.ad {
    max-width: 1160px;
  }

  .contents {
    padding: 75px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }


  .contents.contents-table-one-day {
    max-width: 760px;
  }

  .contents2 {
    padding: 45px 30px 85px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .contents-bottom0 {
    padding: 75px 30px 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }


  .contents0 {
    padding: 0px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1160px;
  }

  .pc1 {
    display: none !important;
  }

  .pc2 {
    display: block !important;
  }

  .pc2inline {
    display: inline !important;
  }

  .pc1tbsfinline {
    display: none !important;
  }

  .pc1tbsf {
    display: none !important;
  }

  /* ###### ヘッダー ###### */

  .header__nav .header__nav-link>a {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    display: inline-block;
  }

  .header__nav .header__nav-link>a::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(52, 19, 0);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }

  .header__nav .header__nav-link>a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .header__nav {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 6px;
  }

  .header__nav li {
    line-height: 2;
  }

  #openbtn {
    display: none;
  }

  .header__nav li {
    border-left: rgb(52, 19, 0) 1px solid;
    padding-right: 7px;
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 1;
  }

  .header__nav li:first-child {
    border-left: rgb(52, 19, 0) 0px solid;
  }


  /* ###### トップ-共通 ####### */
  /* ###### 下層-トップ-共通 ####### */

  .background-attachment-fixed {
    background-attachment: fixed;
  }

  /* ###### フッター ###### */


  .contents-footer {
    padding: 60px 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 760px;
  }

  .footer__left {
    flex: 1;
  }

  .footer__right {
    width: 345px;
    margin-left: 75px;
  }

  /* ### TOPへ ### */

  #topbtn {
    margin: 0 0px 0 0;
    top: 45%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 14px 0 0 0px;
    width: 40px;
    height: 40px;
  }
}


@-moz-document url-prefix("") {
  br {
    display: inline !important;
  }
}