@charset "UTF-8";
/* CSS Document */
/* =======================================

     momonosato_style.css
    1.全体共通部分css
    2.headerとfooter部分css
    3.contens部分css
    4.トップページ部分css
    5.第二改装共通部分css
    6.お知らせページ部分css
    7.一時保育ページ部分css

========================================== */
/*1.全体共通部分css*/
html {
  font-size: 15px;
  scroll-behavior: smooth;
}
body {
  font-size: 15px;
  font-family: "メイリオ","Meiryo", "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅","Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #374465;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF ;
  padding-top: 4.4rem;
}
a {
  color: #374465;
  outline: none;
}
a:hover {
  color: #418fde;
  text-decoration: none;
}
a img:hover {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.com-wrap {
  overflow: hidden;
}

/*2.headerとfooter部分css*/
.com-nav-bg {
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px #cccccc;
  -moz-box-shadow: 0 1px 3px #cccccc;
  -webkit-box-shadow: 0 1px 3px #cccccc;
  -o-box-shadow: 0 1px 3px #cccccc;
  -ms-box-shadow: 0 1px 3px #cccccc;
}
/*Gナビ部分アレンジ用css*/
.navbar-light .navbar-nav .nav-link {
  color: rgba(242,119,198,1);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(55,68,101,1);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(55,68,101,1);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255,255,255,1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(242,119,198,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media screen and (max-width: 768px) {
    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
      color: rgba(55,68,101,1);
      background-color: #f9cded;
      padding-left: 1rem;
    }
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #f277c6;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #374465;
  text-decoration: none;
  background-color: #add6f7;
}

.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #add6f7;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #374465;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(242,119,198,1);
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
    .dropdown-menu {
        border: 0px;
    }
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #ea92cf; 
}
.com-header-samary {
  font-size: 0.6rem;
  line-height: 0.6rem;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0.6rem;
  color: #374465;
  font-weight: lighter;
}
@media screen and (max-width: 640px) {
    .com-header-samary {
    font-size: 0.4rem;
    line-height: 0.4rem;
    margin-left: 0;
    }
}
.com-header-samary a:hover {
  text-decoration: none;
}
@-webkit-keyframes modify{
      0% { padding-top: 71px; margin-top: -71px; }
    100% { padding-top: 0; margin-top: 0; }
}
@keyframes  modify{
      0% { padding-top: 71px; margin-top: -71px; }
    100% { padding-top: 0; margin-top: 0; }
}
#top:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#content:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#contacts:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#access:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#schedule1:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#schedule2:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#event:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#concept:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#goal:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#policy:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#outline:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#facility:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#meeting:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#childcareTime:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#childcareFee:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#flow:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#application:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#news:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#group:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
#form:target {
    -webkit-animation: modify 0.1s;
    animation: modify 0.1s;
}
.com-footer {
  width: 100%;
  height: auto;
  background-color: #ea92cf;
  background-image:url(../img/bg_pattern.svg);
  margin-right: auto;
  margin-left: auto;
  bottom: 0;
  position: relative;
  color: #FFFFFF;
}
.com-footer p {
  text-align: center;
  margin-bottom: 0;
}
.com-footer a {
  color: #FFFFFF;
}
.com-footerlogo {
  padding-top:10px;
  padding-bottom:10px;
}
.com-footerlogo a {
  background:url(../img/logo_footer.svg);
  background-position:center;
  background-repeat:no-repeat;
  display: block;
  text-indent:-9999px;
  height: 62px;
}
.com-footerlogo a:hover {
  filter:alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.com-footerNavi {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  line-height: 0.8rem;
  margin-bottom: 5px;
}
.com-nav-item a {
  font-size: 1rem;
  padding-right:1rem;
}
.com-nav-item a:hover,
.com-nav-item a:focus {
  color: #327fbf;
}
.com-nav-item-last a {
  font-size: 1rem;
  padding-right:0;
}
.com-nav-item-last a:hover,
.com-nav-item-last a:focus {
  color: #327fbf;
}
.com-footer-samary {
  font-size: 0.6rem;
  font-weight: lighter;
  margin-top: 10px;
  margin-bottom: 4px;
}
.com-copyright {
  font-size: 0.75rem;
  font-weight: lighter;
}
@media screen and (max-width: 767px) {
    .com-footer {
    height: auto;
    }
    .com-footerlogo {
    padding-top:5px;
    }
    .com-footerNavi {
    width: 13rem;
    flex-flow: column;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1rem;
    text-align:left;
    }
    .com-nav-item a {
    padding-right:0;
    }
    .com-footer-samary {
    margin-top: 14px;
    }
}

/*3.contens部分css*/
/* スクロールでページトップボタン表示用 */
.com-pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 10px;
}
.com-pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../img/icon_page_top.svg);
    background-repeat: no-repeat;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 60px;
    opacity: 1.0;
}
.com-pagetop a:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.com-overlap-up10per {
  margin-top:-10%; 
}
.com-lr-auto {
    margin-right: auto;
    margin-left: auto;
}
.com-top0 {
  margin-top: 0px;
}
.com-top10 {
  margin-top: 10px;
}
.com-top20 {
  margin-top: 20px;
}
.com-top30 {
  margin-top: 30px;
}
.com-top40 {
  margin-top: 40px;
}
.com-top50 {
  margin-top: 50px;
}
.com-top60 {
  margin-top: 60px;
}
.com-top70 {
  margin-top: 70px;
}
.com-top100 {
  margin-top: 100px;
}
.com-top200 {
  margin-top: 200px;
}
.com-top220 {
  margin-top: 220px;
}
.com-hedding-m-t {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
    .com-hedding-m-t {
    margin-top: 1.8rem;
    }
}
.com-top-m-t {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
    .com-top-m-t {
    margin-top: 1.8rem;
    }
}
.com-bottom-m-b {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
    .com-bottom-m-b {
    margin-bottom: 1.8rem;
    }
}
.com-bottom0 {
  margin-bottom: 0px;
}
.com-bottom10 {
  margin-bottom: 10px;
}
.com-bottom20 {
  margin-bottom: 20px;
}
.com-bottom25 {
  margin-bottom: 25px;
}
.com-bottom30 {
  margin-bottom: 30px;
}
.com-bottom40 {
  margin-bottom: 40px;
}
.com-bottom50 {
  margin-bottom: 50px;
}
.com-bottom60 {
  margin-bottom: 60px;
}
.com-bottom100 {
  margin-bottom: 100px;
}
.com-bottom20_mw640 {
  margin-bottom: 0px;
}
@media screen and (max-width: 640px) {
    .com-bottom20_mw640 {
    margin-bottom: 20px;
    }
}
.com-well {
  width:100%;
  height: 10rem;
  overflow-x :hidden;
  overflow-y: scroll;
}
.com-well-bg-color {
  width:100%;
  padding:1rem;
  margin-bottom: 1rem;
  background-color:#fffaca;
  border-radius:0.25rem;
  border-color:#fffaca;
  border-style:solid 1px;
}
.com-well-bg-color-2 {
  width:100%;
  padding:3%;
  margin-bottom: 1rem;
  background-color:#fffaca;
  border-radius:0.25rem;
  border-color:#ced4da;
}
.com-well-bg-color ul {
  margin-bottom: 0;
  line-height: 1.3rem;
  padding-left:1rem;
}
.com-well-bg-color li {
  margin-bottom: 0.7rem;
}
.com-well-bg-color li:last-child {
  margin-bottom: 0;
}
.com-small-70per {
  font-size:70%;
}
.com-small-75per {
  font-size:75%;
}
.com-small-80per {
  font-size:80%;
}
.com-small-85per {
  font-size:85%;
}
.com-small-90per {
  font-size:90%;
}
.com-small-95per {
  font-size:95%;
}
.com-small-98per {
  font-size:98%;
}
.com-large-110per {
  font-size:110%;
}
.com-large-120per {
  font-size:120%;
}
.com-red {
  color: #e23819;
}
.com-blue {
  color: #418fde;;
}
.com-pink {
  color: #f277c6;
}
.com-orange {
  color: #ff8500;
}
.com-green1 {
  color: #47d7ac;
}
.com-purple {
  color: #db83d9;
}
.com-bg-stripes {
  background-image:url(../img/bg_stripes.svg);
}
.com-bg-dot {
  background-image:url(../img/bg_dot.svg);
}
.com-font-weight-bold {
  font-weight: bold;
}
.com-hedding-1 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4rem;
  padding: 0.5em;
  background-color: #f277c6;
  background-image: -webkit-linear-gradient(top, #f277c6, #f79adf);
  background-image: linear-gradient(to bottom, #f277c6, #f79adf);
  border-left: solid 6px;
  border-right: solid 1px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: #ef6ac7;
  border-radius: 0.25rem;
  box-shadow: 0 3px 2px -2px #777;
  -moz-box-shadow: 0 3px 2px  -2px#777;
  -webkit-box-shadow: 0 3px 2px  -2px#777;
  -o-box-shadow: 0 3px 2px -2px #777;
  -ms-box-shadow: 0 3px 2px -2px #777;
  margin-bottom: 1rem;
}
.com-hedding-2 {
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: bold;
}
.com-hedding-3 {
  color:#418fde;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top:1rem;
  padding-left: 0.5rem;
  border-bottom: solid thin;
  border-color: #418fde;
}
@media screen and (max-width: 640px) {
    .com-hedding-3 {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top:0.5rem;
    font-weight:bold;
    }
}
.com-hedding-4 {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
  color: #f277c6;
}
.com-hedding-4-2 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
  color: #418fde;
}
.com-hedding-5 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top:1rem;
  padding-left: 0.5rem;
  border-bottom: solid thin;
  border-color: #374465;
}
.com-hedding-6 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: bold;
  margin-top:1rem;
  padding-left: 0.5rem;
  border-bottom: solid thin;
  border-color: #374465;
}
.com-hedding-7 {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
  margin-top:1rem;
  padding-left: 0.5rem;
  border-bottom: solid thin;
  border-bottom-color: #374465;
}
.com-hedding-8 {
  font-size: 1.2rem;
  color: #418fde;
  line-height: 2rem;
  font-weight: bold;
  margin-top:1rem;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  border-left: solid 4px;
  border-left-color: #7190b5;
  border-bottom: solid thin;
  border-bottom-color: #7190b5;
}
.com-hedding-9 {
  font-size: 1.2rem;
  color: #f277c6;
  line-height: 2rem;
  font-weight: bold;
  margin-top:1rem;
  padding-left: 0.5rem;
  border-bottom: solid thin;
  border-bottom-color: #7190b5;
}
.com-hedding-10 {
  font-size: 2rem;
  color: #418fde;
  line-height: 2rem;
}
@media screen and (max-width: 320px) {
    .com-hedding-10 {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight:bold;
    }
}
.com-hedding-11 {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
  padding-left: 0.5rem;
  border-bottom: solid thin;
  border-bottom-color: #b7190b5;
}
/*smボタンの中の文字カスタマイズcss*/
@media screen and (max-width: 320px) {
    .btn-sm {
    font-size: 0.8rem;
    }
}
.com-btn-color-1 {
  color: #374465;
  text-align: center;
  border: 1px solid #fbce3e;
  background-color: #fff047;
  background-image: -webkit-linear-gradient(top, #fff047, #ffe54a);
  background-image: linear-gradient(to bottom, #fff047, #ffe54a);
  box-shadow: 0 2px 2px -2px #777;
  -moz-box-shadow: 0 2px 2px  -2px#777;
  -webkit-box-shadow: 0 2px 2px  -2px#777;
  -o-box-shadow: 0 2px 2px -2px #777;
  -ms-box-shadow: 0 2px 2px -2px #777;
}
.com-btn-color-1:hover {
  border:1px solid #cea634;
  background-color: #e8d946;
  background-image: -webkit-linear-gradient(top, #e8d946, #e8cd46);
  background-image: linear-gradient(to bottom, #e8d946, #e8cd46);
}
.com-btn-color-1:active {
  background: #e8cd46;
  color: #cea634;
}
.com-btn-color-2 {
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #3288ce;
  background-color: #68afea;
  background-image: -webkit-linear-gradient(top, #68afea, #418fde);
  background-image: linear-gradient(to bottom, #68afea, #418fde);
  box-shadow: 0 2px 2px -2px #777;
  -moz-box-shadow: 0 2px 2px  -2px#777;
  -webkit-box-shadow: 0 2px 2px  -2px#777;
  -o-box-shadow: 0 2px 2px -2px #777;
  -ms-box-shadow: 0 2px 2px -2px #777;
}
.com-btn-color-2  a {
  color: #FFFFFF !important;
}
.com-btn-color-2:hover {
  border:1px solid #2973a5;
  background-color: #5898c4;
  background-image: -webkit-linear-gradient(top, #5898c4, #377eb7);
  background-image: linear-gradient(to bottom, #5898c4, #2377eb7);
}
.com-btn-color-2:active {
  background: #81c0ef;
  color: #418fde;
}

.com-btn-color-3 {
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #034784;
  background-color: #0057b8;
  background-image: -webkit-linear-gradient(top, #0057b8, #3989d1);
  background-image: linear-gradient(to bottom, #0057b8, #3989d1);
  box-shadow: 0 2px 2px -2px #777;
  -moz-box-shadow: 0 2px 2px  -2px#777;
  -webkit-box-shadow: 0 2px 2px  -2px#777;
  -o-box-shadow: 0 2px 2px -2px #777;
  -ms-box-shadow: 0 2px 2px -2px #777;
}
.com-btn-color-3  a {
  color: #FFFFFF !important;
}
.com-btn-color-3:hover {
  border:1px solid #033d68;
  background-color: #025199;
  background-image: -webkit-linear-gradient(top, #025199, #367db2);
  background-image: linear-gradient(to bottom, #025199, #367db2);
}
.com-btn-color-3:active {
  background: #025199;
  color: #FFFFFF;
}
.com-btn-outline-1 {
  color: #4d6184;
  border-color: #f277c6;
}

.com-btn-outline-1:hover {
  color: #FFFFFF;
  background-color: #f4c1e9;
  border-color: #d864ba;
}

.com-btn-outline-1:focus, .com-btn-outline-1.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.com-btn-outline-1.disabled, .com-btn-outline-1:disabled {
  color: #343a40;
  background-color: transparent;
}

.com-btn-outline-1:not(:disabled):not(.disabled):active, .com-btn-outline-1:not(:disabled):not(.disabled).active,
.show > .com-btn-outline-1.dropdown-toggle {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}

.com-btn-outline-1:not(:disabled):not(.disabled):active:focus, .com-btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .com-btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.com-card-1 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid #f277c6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px #777;
  -moz-box-shadow: 0 1px 3px #777;
  -webkit-box-shadow: 0 1px 3px #777;
  -o-box-shadow: 0 1px 3px #777;
  -ms-box-shadow: 0 1px 3px #777;
}
.com-card-1 > hr {
  margin-right: 0;
  margin-left: 0;
}

.com-card-1 > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.com-card-1 > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}


/*テーブルアレンジ用css*/
.table {
color:#374465;
}
.com-table-striped tbody tr:nth-of-type(odd) {
  background-color: #f4d3ec;
}
.com-table-striped tbody tr:nth-of-type(odd) {
  background-color: #f4d3ec;
}
.com-table-th-w-8rem {
width: 8rem;
}
.com-table-th-w-5rem {
width: 5rem;
}
.com-tel-no {
    color: #374465;
    font-family: 'Noto Sans', sans-serif, Verdana, Geneva;
    font-size: 2rem;
    line-height: 2rem;
}
@media screen and (max-width: 321px) {
      .com-tel-no {
      font-size: 1.7rem;
    }
}

.com-link-li-1 {
    margin-left: 1rem;
    line-height: 1.8rem;
}

.com-domain::before {
   content: '@';
}

/*4.トップページ部分css*/
.topMv-overlap {
  margin-top:-21%; 
}
@media screen and (max-width: 1280px) {
    .topMv-overlap {
      margin-top:-19%; 
    }
}
@media screen and (max-width: 666px) {
    .topMv-overlap {
      margin-top:-13%; 
    }
}
.top-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid #ff5e00;
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px #777;
  -moz-box-shadow: 0 1px 3px #777;
  -webkit-box-shadow: 0 1px 3px #777;
  -o-box-shadow: 0 1px 3px #777;
  -ms-box-shadow: 0 1px 3px #777;
}
.top-card > hr {
  margin-right: 0;
  margin-left: 0;
}

.top-card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.top-card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.top-subheading-1 {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  background: #ff7139;
  font-size: 1.3em;
  font-weight: bold;
  margin: -3em -1.55em 0.8em -1.55em;
  padding: 0.6em;
  box-shadow: 0 1px 1px #777;
  -moz-box-shadow: 0 1px 3px #777;
  -webkit-box-shadow: 0 1px 3px #777;
  -o-box-shadow: 0 1px 3px #777;
  -ms-box-shadow: 0 1px 3px #777;
}
.top-subheading-1:after,
.top-subheading-1:before{
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #374465
}
.top-subheading-1:before{
    right: 0;
    border-left: 5px solid #374465;
}
.top-subheading-1:after{
    left: 0;
    border-right: 5px solid #374465;
}
.top-subheading-2 {
  font-size: 1.3rem;
  font-weight:bold;
  overflow: hidden;
  text-align: center;
}
.top-subheading-2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.top-subheading-2 span::before,
.top-subheading-2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
.top-subheading-2 span::before {
  right: 100%;
}
.top-subheading-2 span::after {
  left: 100%;
}
.top-subheading-3 {
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.top-newsArea-bg {
  background-color: #fff6c6;
  width: 100%;
  height:16rem;
  margin-bottom:2%;
  border-radius: 5px;
  overflow-x :hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
    .top-newsArea-bg {
      height:20rem;
    }
}

.top-LatestInformation {
  margin-left: 0.8rem;
  margin-right:0.8rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: bold;
  color: #418fde;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-bottom-style: dashed;
  border-top-style: dashed;
  border-color: #418fde;
}
@media screen and (max-width: 321px) {
    .top-LatestInformation {
      font-size: 1.2rem;
    }
}
.topNewsBtn {
  font-size: 1rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
    .topNewsBtn {
      font-size: 0.9rem;
    }
}
.topNewsBtn a:hover {
    color: #FFFFFF;
}
.top-newsArea-bg ul {
  line-height:1.5rem;
  margin-left: 14px;
  padding-left: 0px;
  padding-bottom: 5px;
}
.top-newsArea-bg ul li {
  margin-bottom: 10px;
}
.media-img {
  margin-right: 1rem !important;
}
@media screen and (max-width: 767px) {
    .media-img {
    margin-right: 0.5rem !important;
    width: 90%;
    }
}
.top-media-heading {
  font-size: 1.1rem;
  font-weight:bolder;
}
@media screen and (max-width: 321px) {
    .top-media-heading{
      font-size: 1.1rem;
    }
}

/*5.第二改装共通部分css*/
.com-breadcrumb_k {
    font-size: 0.9rem;
    padding: 8px 15px;
    margin-bottom: 20px;
     list-style: none;
}
.com-breadcrumb_k > li {
  display: inline-block;
}
.com-breadcrumb_k > li + li:before {
  padding: 0 5px;
  color: #4d6184;
  content: "/\00a0";
}
.com-breadcrumb_k > .active {
  color: #418fde;
}

.com-breadcrumb_k a {
    color: #5f799e;
}
.com-breadcrumb_k a:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  color: #418fde;
}

/*6.お知らせページ部分css*/
.news-subheading-1 {
  font-weight: bold;
  color: #418fde;
  text-align: center;
  font-size: 1.2rem;
}
.news-subheading-1 a {
  color: #418fde;
}

/*7.一時保育ページ部分css*/
.childcare-arrow-box-1 {
    position:relative;
    width:100%;
    height:auto;
    background:#bbdfff;
    padding:20px;
    text-align:left;
    border-bottom:2px solid #81c0ef;
    border-right:2px solid #81c0ef;
    color:#3e3f4f;
    font-size:20px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.childcare-arrow-box-1:after,.childcare-arrow-box-1:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
.childcare-arrow-box-1:after{
    border-color: rgba(255, 250, 202, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#bbdfff;
}
.childcare-arrow-box-1:before{
    border-color: rgba(188, 178, 111, 0);
    border-top-width:24px;
    border-bottom-width:24px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color:#81c0ef;
}