@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ保育園(C)FureaiGroup 2025

File name:      facility.scss
Last Update:    2025/11/01
Style Info:     施設紹介用
------------------------------------------------------------->
 0.初期設定
 1.フォーマット上書き
 2.汎用スタイル
 3.個別スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.初期設定
=========================================================== */
/* 変数読込
----------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ保育園(C)FureaiGroup 2025

File name:      _variable.scss
Last Update:    2025/05/01
Style Info:     ふれあいグループ保育園フォーマット（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
 1.共通タイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/* テキスト関連
----------------------------------------------------------- */
/* テキストカラー */
/* フォント */
/* 蛍光カラー */
/* リンクカラー */
/* アンチエイリアス処理 */
/* 配色
----------------------------------------------------------- */
/* メインカラー */
/* 茶 */
/* tbody th */
/* tbody th or tbody td:odd */
/* tbody td */
/* (暗) */
/* 赤(明) */
/* 緑(明) */
/* 緑(暗) */
/*黄(明) */
/* 橙(明) */
/* 青(明) */
/* 桃(明) */
/* ベース */
/* ベース(明) */
/* 赤 */
/* 赤(明) */
/* 赤(暗) */
/* 緑 */
/* 緑(明) */
/* 緑(暗) */
/* 橙 */
/* 橙(明) */
/* 橙(暗) */
/* 背景
----------------------------------------------------------- */
/* 影
----------------------------------------------------------- */
/* 重なり
----------------------------------------------------------- */
/* ===========================================================
 1.共通スタイル
=========================================================== */
/* メディアクエリ
----------------------------------------------------------- */
/* cleafix
----------------------------------------------------------- */
.clearfix {
  display: block;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* ヘッダー・フッター
----------------------------------------------------------- */
/* サイトロゴ */
/* ===========================================================
 1.フォーマット上書き
=========================================================== */
/* slick上書き
----------------------------------------------------------- */
.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:before {
  color: #8a6a57;
}

.slick-dots li.slick-active button:before {
  color: #5e483b;
}

/* ===========================================================
 2.汎用スタイル
=========================================================== */
/* ===========================================================
 3.個別スタイル
=========================================================== */
.topslide-container {
  position: relative;
}

.topslide-top {
  display: block;
  background: url(..画像のパス) 0 0 repeat-x;
  background-positioin: center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 120px; /* 画像の高さを指定 */
  margin: 0 auto;
}

.topslide-bottom {
  display: block;
  background: url(..画像のパス) 0 0 repeat-x;
  background-positioin: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 120px; /* 画像の高さを指定 */
  margin: 0 auto;
}

.about-facility-container {
  margin: 2em 0;
  background-color: #fff6e6;
  margin: 2em 0;
  border: 1px solid #ffc8be;
  padding: 0.3em 1em 2em 1em;
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}

.about-facility-inner {
  padding: 2em 1em 0.2em 1em;
  background-color: #fff6e6;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 246, 230, 0)), color-stop(50%, rgba(255, 246, 230, 0)), color-stop(0%, #fff6e6), to(#fff6e6)), -webkit-gradient(linear, left top, left bottom, from(rgba(237, 119, 128, 0)), color-stop(95%, rgba(237, 119, 128, 0)), to(#ffc8be));
  background-image: linear-gradient(90deg, rgba(255, 246, 230, 0) 0%, rgba(255, 246, 230, 0) 50%, #fff6e6 0%, #fff6e6 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ffc8be 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2em;
  font-family: "irohamaru", sans-serif;
  font-size: 105%;
}
@media screen and (min-width: 769px), print {
  .about-facility-inner {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

/* 施設ページ内ナビ
----------------------------------------------------------- */
/* ナビコンテナ */
.facility-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px), print {
  .facility-nav-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}

/* 通常コンテンツ用 */
.facility-content-nav01 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.facility-content-nav01 a {
  color: #fff;
  cursor: pointer;
}
.facility-content-nav01 a:link, .facility-content-nav01 a:visited, .facility-content-nav01 a:hover, .facility-content-nav01 a:active {
  color: #fff;
  text-decoration: none;
}
.facility-content-nav01 div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  padding-left: 1em;
  padding-right: 42px;
  background: url(../../images/wallpaper/bg_grass01.png), #ff9481;
  border-radius: 50px;
  font-size: 13.5px;
  font-size: 1.35rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px), print {
  .facility-content-nav01 div {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.facility-content-nav01 div::after {
  position: absolute;
  top: calc(50% - 6px);
  right: 1em;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
.facility-content-nav01 div em {
  display: block;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
.facility-content-nav01 div:hover {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.facility-content-nav01 li:nth-of-type(2n) div {
  background-color: #ffae72;
}
.facility-content-nav01 li:nth-of-type(2n) div:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* PDF用 */
.facility-content-nav02 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.facility-content-nav02 a:link, .facility-content-nav02 a:visited, .facility-content-nav02 a:hover, .facility-content-nav02 a:active {
  color: #5e483b;
  font-weight: bold;
  text-decoration: none;
}
.facility-content-nav02 a[target=_blank] {
  padding-right: 0;
  background: none;
}
.facility-content-nav02 a[href$=".pdf"] em {
  padding-right: 2em;
  background: url(../../images/icon/ico_pdf.svg) no-repeat right center;
  background-size: contain;
}
@media screen and (min-width: 769px), print {
  .facility-content-nav02 a[href$=".pdf"] em {
    padding-right: 40px;
  }
}
.facility-content-nav02 div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  padding-left: 1em;
  background-color: #fff;
  border: 3px solid #5e483b;
  border-radius: 5px;
  font-size: 13.5px;
  font-size: 1.35rem;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px), print {
  .facility-content-nav02 div {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.facility-content-nav02 div em {
  display: block;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
.facility-content-nav02 div:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* 一日の流れ
----------------------------------------------------------- */
.timeline {
  position: relative;
  max-width: 1000px;
  margin: auto;
  /*background: linear-gradient(to bottom, #FFF, #7ec6ff 60%, #FFC778 80%, #F89174);*/
}
.timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background-color: #bfaf9b;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

.timeline-item-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .timeline-item-container {
    width: 50%;
  }
  .timeline-item-container.tic-left {
    left: 0;
  }
  .timeline-item-container.tic-right {
    left: 50%;
  }
}

.timeline-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* ゆらゆらのキーフレーム */
}
.tic-left .timeline-item {
  left: 0;
  text-align: center;
}
.timeline-item .time {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px;
  background-color: #5e483b;
  border-radius: 1em;
  color: #fdeeeb;
  font-weight: bold;
  text-align: center;
}
.timeline-item .time p {
  font-size: 110%;
}
.timeline-item .time .timeline-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 100%;
}
.timeline-item .time .timeline-title li + li::before {
  content: "・";
}
.timeline-item .content {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 80px;
  grid-template-columns: 1fr 80px;
  gap: 20px;
  padding: 15px;
  background: #ffe6e8;
  border-radius: 2px;
  text-align: left;
}
.timeline-item .content.content-text-only {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.timeline-item figure {
  display: inline-block;
  aspect-ratio: 1/1;
}
.timeline-item img {
  aspect-ratio: 1/1;
  margin-top: 10px;
  max-width: 80px;
  height: auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  /*animation: yurayura 1.5s ease-in-out infinite;*/
}
@-webkit-keyframes yurayura {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes yurayura {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (min-width: 769px), print {
  .timeline-item {
    margin-left: calc(50% - 250px);
    width: 50%;
  }
  .timeline-item-container .timeline-item {
    margin-left: 0;
    width: calc(100% - 42px);
  }
  .tic-right:not(:first-of-type) .timeline-item {
    left: 42px;
    margin-top: -80px;
  }
  .tic-left .timeline-item {
    margin-top: -80px;
  }
  .timeline-item .time {
    margin-bottom: -15px;
    z-index: 2;
  }
  .timeline-item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 15px 15px;
  }
  .timeline-item.center {
    margin-bottom: 80px;
  }
  .timeline-item img {
    margin-top: 10px;
    max-width: 150px;
    height: auto;
  }
}

.clock-wrapper {
  display: none;
  position: relative;
  margin: 40px auto;
  width: 61px;
  height: 61px;
}
.tic-left .clock-wrapper {
  position: absolute;
  right: -61px;
}
.tic-right .clock-wrapper {
  position: absolute;
  left: -30.5px;
}
@media screen and (min-width: 769px), print {
  .clock-wrapper {
    display: block;
    width: 84px;
    height: 84px;
  }
  .tic-left .clock-wrapper {
    right: -42px;
  }
  .tic-right .clock-wrapper {
    left: -42px;
  }
}

.clock-outline {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("/nursery/images/icon/ico_clock_b.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.clock-spine::before {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 1px);
  width: 2px;
  height: calc(50% - 12px);
  background-color: #000;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  z-index: 1;
  content: "";
}
@media screen and (min-width: 769px), print {
  .clock-spine::before {
    top: calc(50% - 25px);
    height: calc(50% - 16px);
  }
}

.short-hand::before {
  top: calc(50% - 19px);
  left: calc(50% - 2px);
  height: calc(50% - 23px);
  background-color: #308fb1;
  z-index: 1;
}

.long-hand::before {
  background-color: #308fb1;
}

.clock-center {
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background: #308fb1;
  border-radius: 50%;
  z-index: 2;
}

/* 針の角度 */
/* 時間 */
.h9::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.h10::before {
  -webkit-transform: rotate(310deg);
          transform: rotate(310deg);
}

.h11::before {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.h12::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.h13::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.h14::before {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.h15::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.h16::before {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

/* 分 */
.m0::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.m15::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.m30::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.m45::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

/* 年間行事計画
----------------------------------------------------------- */
.season-event-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
  width: calc(100% - 20px);
  margin-top: 80px;
  margin-left: 20px;
}
.season-event-container .season-event-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 20px;
}
.season-event-container .season-event-inner dl dt {
  margin-bottom: 0.5em;
  font-size: 135%;
  font-weight: bold;
}
.season-event-container .season-event-inner ul li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.season-event-container .season-event-inner ul li::before {
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  background-color: #9675cc;
  border-radius: 50%;
  content: "";
}
.season-event-container .season-event-inner ul li + li {
  margin-top: 0.5em;
}
.season-event-container .season-event-inner img {
  margin-top: -20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.season-event-container .season-event-inner .season-ico {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
}
.season-event-container .season-event-inner.spring {
  /*background-color: #ffdad8;*/
}
.season-event-container .season-event-inner.spring dl dt {
  color: #d37c85;
}
.season-event-container .season-event-inner.spring ul li::before {
  background-color: #d37c85;
}
.season-event-container .season-event-inner.summer {
  /*background-color: #d6edd9;*/
}
.season-event-container .season-event-inner.summer dl dt {
  color: #277534;
}
.season-event-container .season-event-inner.summer ul li::before {
  background-color: #277534;
}
.season-event-container .season-event-inner.autumn {
  /*background-color: #ffdea0;*/
}
.season-event-container .season-event-inner.autumn dl dt {
  color: #aa6b2c;
}
.season-event-container .season-event-inner.autumn ul li::before {
  background-color: #aa6b2c;
}
.season-event-container .season-event-inner.winter {
  /*background-color: #bcdcee;*/
}
.season-event-container .season-event-inner.winter dl dt {
  color: #3d5384;
}
.season-event-container .season-event-inner.winter ul li::before {
  background-color: #3d5384;
}
@media screen and (min-width: 769px), print {
  .season-event-container {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: calc(100% - 20px);
    margin-top: 80px;
    margin-left: 20px;
  }
  .season-event-container .season-event-inner {
    padding-left: 149px;
  }
  .season-event-container .season-event-inner .season-ico {
    width: 129px;
  }
}

.another-event-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-left: 20px;
  padding: 20px;
  min-height: 70px;
  /*background-color: #eddcff;*/
}
.another-event-container .season-ico {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
}
.another-event-container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 20px;
}
.another-event-container div img {
  border-radius: 10px;
}
@media screen and (min-width: 769px), print {
  .another-event-container {
    width: calc(100% - 189px);
    padding-left: 149px;
  }
  .another-event-container .season-ico {
    width: 129px;
  }
  .another-event-container div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .another-event-container div img {
    width: 301px;
  }
}
/*# sourceMappingURL=facility.css.map */