@charset "UTF-8";
/* Scss Document */
/*
明るさ
color: lighten　darken($main-color, 20%);
彩度
color: desaturate($main-color, 50%);
*/
/* 定義用sacc  スマホ用 */
/*ボタン01*/
.btn-round-normal {
  background-color: #01317d; }

.btn-round-white {
  background-color: #FFFFFF; }

.btn-round-orange {
  background-color: #ffa500; }

.btn-round-skyblue {
  background-color: #00a0e9; }

/* sacc BASE*/
/* CSS Document スマホ用 

/*
表紙　rgba(240, 241, 201, 1.0)  #F0F1C9

入園案内　rgba(245, 232, 220, 1.0)  #F5E8DC

園について　rgba(225, 235, 237, 1.0)  #E1EBED

保育について　rgba(245, 221, 226, 1.0)   #F5DDE2

採用情報　rgba(225, 225, 225, 1.0)   #E1E1E1

クラス　rgba(215, 228, 187, 1.0)   #D7E4BB

子育て支援　rgba(236, 228, 207, 1.0)   #ECE4CF
*/
body {
  /*rem指定*/
  font-family: heisei-maru-gothic-std, sans-serif;
  line-height: 1.9;
  letter-spacing: 0.15em;
  color: #333333;
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
  font-weight: 400; }
/*基本：欧文フォント*/
@font-face {
  font-family: open-san-b;
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype"); }
@font-face {
  font-family: open-san-l;
  src: url("../fonts/OpenSans-Light.ttf") format("truetype"); }
@font-face {
  font-family: open-san-r;
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype"); }
@font-face {
  font-family: oswald-l;
  src: url("../fonts/Oswald-Light.ttf") format("truetype"); }
@font-face {
  font-family: oswald-r;
  src: url("../fonts/Oswald-Regular.ttf") format("truetype"); }
@font-face {
  font-family: arapey;
  src: url("../fonts/Arapey-Regular.ttf") format("truetype"); }
/*-----------　基本リンク-----------------*/
a:link {
  color: #01317d;
  transition-property: all;
  transition: 0.3s linear; }

a:visited {
  color: #000; }

a:hover {
  text-decoration: none;
  color: #00a0e9; }

a:active {
  color: #01317d; }

/*BiggerLink*/
.bgl:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  -moz-opacity: 0.85;
  opacity: 0.85;
  transition: 0.3s linear; }

/* PCで電話番号リンクを無効に */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*-----------PCとスマホの表示/非表示-----------------*/
.spDisplay {
  display: none;
  height: 0; }

.pcDisplay {
  display: block; }

.hidden {
  display: none; }

/*-----------他ユーティリティ-----------------*/
a img.btn {
  background: none !important; }

a:hover img.btn {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  background: none !important; }

/*テーブル*/
table {
  width: 100%;
  font-size: 14px;
  margin-top: 20px; }

table th, table td {
  border: 1px solid #cccccc;
  padding: 7px 10px; }

/*両側のライン取る*/
table th:first-child, table td:first-child {
  border-left: none; }

table th:last-child, table td:last-child {
  border-right: none; }

table th {
  vertical-align: middle;
  font-weight: bold;
  color: #555555;
  padding: 7px 5px; }

table td {
  text-align: left; }

table th {
  text-align: left; }

/*上にもどるボタン*/
#topcontrol {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  line-height: 50px;
  z-index: 100;
  position: relative; }

#topcontrol:after {
  content: "\f366";
  font-family: ionicons;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.hide {
  opacity: 1;
  visibility: visible; }

/*ヨコにしても文字サイズを変えない none*/
html {
  -webkit-text-size-adjust: none; }

img {
  max-width: 100%;
  height: auto; }

.pcDisplay {
  display: none;
  height: 0; }

.spDisplay {
  display: block; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
header {
  animation: fadein 4s forwards; }

header {
  background: url("../images/img-common/sky.jpg") no-repeat top left;
  height: 200px;
  background-size: cover;
  padding-top: 15px; }
  header h1 {
    font-size: 1.3rem;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    color: #333333;
    margin: 0 0 0 30px;
    background: url("../images/img-common/mark-head.png") no-repeat top left;
    background-size: auto 60px;
    height: 60px;
    padding-left: 65px;
    padding-top: 15px; }
    header h1 span {
      font-size: 1.1rem;
      padding-right: 5px;
      color: #333333; }
  header p {
    padding-left: 95px;
    margin-top: -15px;
    font-size: 0.7rem;
    font-family: "Times New Roman", Times, "serif";
    color: #ffffff; }

.nav {
  width: 90%;
  margin: 0 auto 40px auto;
  text-align: center;
  font-size: 0.875rem; }

.nav-items {
  padding: 0;
  list-style: none;
  text-align: center; }

.nav-item:last-child {
  margin-right: 0; }

.nav-link,
.nav-link:link,
.nav-link:visited,
.nav-link:active {
  display: block;
  position: relative;
  font-size: 1.0rem;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #00608d; }

#home.nav-item {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  /* 50%でもOK */
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #00608d;
  /* 円の色 */
  line-height: 25px;
  /*サイズと同じ数字を入れる*/
  margin: 0 auto 15px auto; }

#home.nav-item a {
  color: #ffffff; }

p#page-title {
  font-size: 1.2rem;
  text-align: center;
  width: 85%;
  margin: 0 auto 40px auto;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

section {
  width: 90%;
  padding: 25px 0 0 0; }
  section h2 {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 30px;
    color: #00608d;
    text-align: center; }

#intro {
  margin: 50px auto 100px auto;
  position: relative; }
  #intro p {
    font-size: 1.0rem;
    margin-bottom: 50px; }
  #intro .matai {
    font-size: 1.2rem;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center; }
    #intro .matai span {
      font-size: 0.875rem;
      display: block; }

#houshin {
  margin: 0 auto 100px auto;
  position: relative; }
  #houshin p {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    font-family: heisei-maru-gothic-std, sans-serif;
    letter-spacing: 0.15em;
    color: #15CBEB; }
    #houshin p span.sub {
      font-size: 1.0rem;
      display: block;
      color: #cccccc; }

#intro:before,
#yurai:before,
#jikotenken:before,
#houshin:before,
#unei:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: '';
  height: 6px;
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #666 2px, #00608d 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #666 2px, #00608d 4px); }

#yurai {
  margin: 0 auto 40px auto;
  position: relative; }
  #yurai .splits {
    text-align: center;
    margin-bottom: 50px; }
    #yurai .splits p {
      font-size: 1.0rem;
      text-align: left; }
    #yurai .splits img {
      width: 80px;
      height: auto;
      margin-bottom: 25px; }

#jikotenken {
  margin: 0 auto 40px auto;
  position: relative; }
  #jikotenken dl.zaimu {
    margin-bottom: 50px; }
    #jikotenken dl.zaimu dt {
      font-size: 1.0rem;
      margin-bottom: 10px;
      font-weight: bold;
      border-bottom: 1px dotted #666;
      padding-bottom: 10px; }
    #jikotenken dl.zaimu dd {
      /*アコーディオン全体*/
      /*バー部分*/
      /*開いたときに表示される部分*/
      /*開いたときの下の余白*/
      /*閉じた状態の矢印描画*/
      /*開いた状態の矢印描画*/ }
      #jikotenken dl.zaimu dd p {
        font-size: 0.875rem;
        margin-bottom: 10px; }
      #jikotenken dl.zaimu dd .yera-t {
        font-size: 0.8rem;
        color: #666;
        font-weight: 600;
        background: #ededed;
        display: inline-block;
        padding: 3px 15px;
        margin-bottom: 5px; }
      #jikotenken dl.zaimu dd a {
        display: block;
        font-size: 0.9rem;
        color: #00608d; }
        #jikotenken dl.zaimu dd a:hover {
          opacity: 0.6; }
        #jikotenken dl.zaimu dd a:before {
          content: "\f408";
          font-family: ionicons;
          font-size: 16px;
          padding-right: 5px; }
      #jikotenken dl.zaimu dd .pdf-box {
        width: 90%;
        padding: 10px 10px 20px; }
      #jikotenken dl.zaimu dd .pdf-box input {
        display: none;
        /*チェックボックスを隠す*/ }
      #jikotenken dl.zaimu dd .pdf-box label {
        cursor: pointer;
        display: block;
        text-decoration: none;
        color: #333;
        line-height: 1;
        position: relative;
        margin: 0 0 10px;
        padding: 10px;
        background-color: #ededed;
        font-size: 0.875rem; }
      #jikotenken dl.zaimu dd .pdf-box div {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 1px; }
      #jikotenken dl.zaimu dd .pdf-box a {
        height: 0;
        overflow-y: hidden;
        transition: padding-bottom 0.5s, padding-top 0.5s;
        /*閉じるときのアニメーション*/
        -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
        -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
        -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
        -o-transition: padding-bottom 0.5s, padding-top 0.5s; }
      #jikotenken dl.zaimu dd #pdf_bar01:checked ~ #links01 a,
      #jikotenken dl.zaimu dd #pdf_bar02:checked ~ #links02 a {
        height: auto;
        /*開いたときに表示されるliの高さ*/
        opacity: 1;
        padding: 10px 10px 0px 10px; }
      #jikotenken dl.zaimu dd #pdf_bar01:checked ~ #links01 a:last-child,
      #jikotenken dl.zaimu dd #pdf_bar02:checked ~ #links02 a:last-child {
        margin-bottom: 20px; }
      #jikotenken dl.zaimu dd .pdf-box label:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: #333 2px solid;
        border-right: #333 2px solid;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        right: 3%;
        top: 0;
        bottom: 15%;
        margin: auto; }
      #jikotenken dl.zaimu dd .pdf-box input[type=checkbox]:checked + label:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: #333 2px solid;
        border-right: #333 2px solid;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        right: 3%;
        top: 7%;
        bottom: 0;
        margin: auto; }

#unei {
  margin: 0 auto 50px auto;
  position: relative; }

#unei ul li {
  font-size: 0.875rem;
  width: 100%;
  text-align: center;
  background: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 0; }
  #unei ul li p {
    font-size: 1.0rem;
    line-height: 1.6;
    margin-top: 5px; }
    #unei ul li p span {
      display: block;
      font-weight: normal; }
#unei ul li a {
  display: block;
  color: #00608d; }
#unei ul li a:hover {
  color: #00a5f3; }
#unei ul img {
  width: 100%;
  height: auto; }

#gaiyo-box {
  background: #f6f9fa;
  padding: 30px 0;
  margin-bottom: 40px; }
  #gaiyo-box .splits {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto; }
    #gaiyo-box .splits img {
      align-self: flex-start; }
    #gaiyo-box .splits dl {
      font-size: 0.8rem;
      color: #666666;
      width: 70%;
      margin: 0 auto; }
    #gaiyo-box .splits dl dt {
      font-weight: 600; }
    #gaiyo-box .splits dl dd {
      border-top: solid 1px #ccc;
      margin-bottom: 10px;
      padding-top: 10px; }

footer {
  padding-bottom: 30px; }
  footer .splits {
    width: 90%;
    margin: 0 auto 0 auto; }
    footer .splits #name-box {
      width: 100%;
      margin: 0 auto 30px auto; }
      footer .splits #name-box p {
        font-size: 1.1rem;
        font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: normal;
        color: #333333;
        margin: 30px 0 0 30px;
        background: url("../images/img-common/mark-head.png") no-repeat top left;
        background-size: auto 50px;
        height: 60px;
        padding-left: 55px;
        padding-top: 10px; }
        footer .splits #name-box p span {
          font-size: 0.875rem;
          padding-right: 5px; }
    footer .splits #add-tel {
      width: 100%;
      font-size: 0.8rem;
      color: #666666; }
  footer address {
    font-size: 0.75rem !important;
    font-style: normal !important;
    color: #cccccc !important;
    letter-spacing: 0 !important;
    padding-left: 80px;
    line-height: 1.6; }
