@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: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, 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; }

@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: 300px;
  background-size: cover;
  padding-top: 30px; }
  header h1 {
    font-size: 1.5rem;
    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 70px;
    height: 70px;
    padding-left: 65px;
    padding-top: 13px; }
    header h1 span {
      font-size: 1.3rem;
      padding-right: 7px;
      color: #333333; }
  header p {
    padding-left: 95px;
    margin-top: -25px;
    font-size: 1rem;
    font-family: "Times New Roman", Times, "serif";
    color: #ffffff; }

.nav {
  width: 640px;
  margin: 0 auto 100px auto;
  text-align: center; }

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

.nav-item {
  display: inline-block;
  margin-right: 25px; }

.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.2rem;
  cursor: pointer;
  text-decoration: none;
  outline: none; }

.nav-link,
.nav-link:link,
.nav-link:visited,
.nav-link:active {
  color: #00608d;
  font-weight: bold; }

.nav-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00608d;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  transition: opacity 0.3s ease, transform 0.3s ease; }

.nav-link:hover::before,
.nav-link:hover::before {
  opacity: 0.3;
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px); }

#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;
  /*サイズと同じ数字を入れる*/ }

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

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

section {
  width: 70%;
  padding: 25px 15px 0 15px; }
  section h2 {
    font-size: 1.7rem;
    font-weight: normal;
    margin-bottom: 30px;
    color: #00608d; }

#intro {
  margin: 50px auto 100px auto;
  position: relative; }
  #intro p {
    font-size: 1.125rem;
    margin-bottom: 50px;
    color: #666666; }
  #intro .matai {
    font-size: 1.5rem;
    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: 1.0rem;
      display: block; }

#houshin {
  margin: 0 auto 100px auto;
  position: relative; }
  #houshin p {
    font-size: 1.8rem;
    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 0 auto;
  position: relative; }
  #yurai .splits {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px; }
    #yurai .splits p {
      margin-left: 50px;
      font-size: 1.125rem;
      color: #666666; }
    #yurai .splits img {
      align-self: flex-start; }

#jikotenken {
  margin: 0 auto 70px auto;
  position: relative; }
  #jikotenken dl.zaimu {
    padding-left: 160px;
    margin-bottom: 70px; }
    #jikotenken dl.zaimu dt {
      font-size: 1.25rem;
      margin-bottom: 15px;
      font-weight: bold;
      border-bottom: 1px dotted #666;
      padding-bottom: 10px; }
    #jikotenken dl.zaimu dd {
      /*アコーディオン全体*/
      /*バー部分*/
      /*開いたときに表示される部分*/
      /*開いたときの下の余白*/
      /*閉じた状態の矢印描画*/
      /*開いた状態の矢印描画*/ }
      #jikotenken dl.zaimu dd p {
        font-size: 1rem;
        margin-bottom: 25px; }
      #jikotenken dl.zaimu dd .yera-t {
        font-size: 0.875rem;
        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: 1rem;
        color: #00608d; }
        #jikotenken dl.zaimu dd a:hover {
          opacity: 0.6; }
        #jikotenken dl.zaimu dd a:before {
          content: "\f408";
          font-family: ionicons;
          font-size: 18px;
          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: #000;
        line-height: 1;
        position: relative;
        margin: 0 0 10px;
        padding: 15px;
        background-color: #ededed;
        font-size: 1rem; }
      #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 100px auto;
  position: relative; }

#unei ul {
  display: flex;
  justify-content: center; }

#unei ul li {
  margin-right: 15px;
  letter-spacing: 0;
  text-align: center;
  color: #666666; }

#unei ul li p {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 5px; }
  #unei ul li p span {
    display: block;
    font-weight: normal; }

#unei ul a {
  width: 280px;
  height: 155px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer; }

#unei ul li img {
  width: 100%;
  transition-duration: 0.5s;
  display: block;
  margin-bottom: 5px;
  border-radius: 10px 10px 10px 10px; }

#unei ul li a {
  display: block;
  color: #00608d;
  border-radius: 10px 10px 10px 10px; }

#unei ul li a:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s; }

/*#yurai ul {
    display: flex;
    justify-content: center; 
    li {
      font-size: 0.875rem;
      width: 280px;
      text-align: center;
      background: #ffffff;
      margin-right: 15px;
        letter-spacing: 0;
    }
     li a {
        display: block;
        color: #00608d; }
        li a:hover {
         color:lighten(#00608d, 20%);
          }
      
    img {
        width: 100%;
        height: auto;
    }
}*/
#gaiyo-box {
  background: #f6f9fa;
  padding: 70px 0;
  margin-bottom: 100px; }
  #gaiyo-box .splits {
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: 0 auto; }
    #gaiyo-box .splits img {
      align-self: flex-start; }
    #gaiyo-box .splits dl {
      position: relative;
      border-bottom: solid 1px #ccc;
      font-size: 1rem;
      color: #666666;
      width: 600px;
      margin: 0 auto; }
    #gaiyo-box .splits dl dt {
      position: absolute;
      left: 0;
      width: 8em;
      padding-top: 10px; }
    #gaiyo-box .splits dl dd {
      padding-left: 8em;
      border-top: solid 1px #ccc;
      margin-bottom: 10px;
      padding-top: 10px; }

footer {
  padding-bottom: 50px; }
  footer .splits {
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0 auto; }
    footer .splits #name-box {
      width: 50%;
      margin-top: -50px; }
      footer .splits #name-box p {
        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: 30px 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; }
        footer .splits #name-box p span {
          font-size: 1.1rem;
          padding-right: 5px; }
    footer .splits #add-tel {
      width: 50%;
      font-size: 0.875rem;
      color: #666666; }
  footer address {
    font-size: 0.75rem !important;
    font-style: normal !important;
    color: #cccccc !important;
    letter-spacing: 0 !important;
    padding-left: 90px;
    line-height: 1.6; }
