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

    oiso_style.css
    1.全体共通部分css
    2.headerとfooter部分css
    3.contens部分css
    4.トップページ部分css

========================================== */
/*1.全体共通部分css*/
html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    font-size: 16px;
    font-family: "メイリオ","Meiryo", "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅","Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #79553B;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #FFFFFF ;
    background-image:url(../img/bg_pattern.svg);
}

.com-img-fluid {
    max-width: 100%;
    height: auto;
}
#wrapper {
    width: 97%;
    height: 100%;
    max-width: 960px;
    background-color: #FFF;
    box-shadow:2px 0px 3px 0px #979797;
    top:0;
}
#bgimg{
    width:100%;
    margin-right: auto;
    margin-left: auto;
    background-image   : url(../img/body_img1.png),
                       url(../img/body_img2.png),
                       url(../img/body_img3.png),
                       url(../img/body_img4.png),
                       url(../img/body_img2.png),
                       url(../img/body_img3.png);
    background-position: 6% 8%,
                       1% 2%,
                      14% 25%,
                       94% 8%,
                       86% 2%,
                       99% 25%,
                       center center; /* 余剰(無視される) */
    background-repeat  : no-repeat;
    background-attachment: fixed;
    height: 100%;
}

/*リストデフォルトのスタイルをリセット*/
ol, ul {
    list-style: none;
}
a {
    color: #79553B;
}
a img:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

/*2.headerとfooter部分css*/
#header {
    width: 100%;
    max-width: 960px;
    height: 146px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    background-image: url(../img/header_animated_pc.png);
    background-repeat: no-repeat;
    background-position: top;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #header {
    background-image: url(../img/header_animated_pc@2x.png);
    background-size: 960px 146px;
    }
}

@media screen and (max-width: 414px) {
    #header {
    width: 100%;
    max-width: 320px;
    height: 146px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    background-image: url(../img/header_animated_sp.png);
    background-repeat: no-repeat;
    background-position: top;
    }
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    #header {
    background-image: url(../img/header_animated_sp@2x.png);
    background-size: 320px 146px;
    }
    }

}

 .com-headerlogo a {
    background-image:url(../img/header_logo.png);
    background-size: 215px 134px;
    background-position:center top !important;
    background-repeat:no-repeat !important;
    display: block;
    text-indent:-9999px;
    height: 134px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top:10px;
    margin-bottom: 0px;
}

/* Retinaディスプレイ対応用記述 */
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
.com-headerlogo a {
    background-image: url(../img/header_logo@2x.png);
    background-size: 215px 134px !important;
    }
}
.com-headerlogo a:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.com-header-samary {
    width: 100%;
    padding-top: 0px;
    font-size: 0.46rem;
    line-height: 0.46rem;
    margin-bottom: 6px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    color: #79553B;
    text-align: center;
    font-weight: lighter;
}
.com-headerlogo-under-navi {
    width: 100%;
}
.com-headerNavi {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
}
.com-header-nav-item a {
    font-size: 1rem;
    padding-right:1rem;
}
.com-header-nav-item a:hover,
.com-header-nav-item a:focus {
  color: #69BCBA;
}
.com-header-nav-item-last a {
    font-size: 1rem;
    padding-right:0;
}
.com-header-nav-item-last a:hover,
.com-header-nav-item-last a:focus {
  color: #69BCBA;
}
@media screen and (max-width: 320px) {
    .com-headerNavi {
    flex-flow: column;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2rem;
    text-align: center;
    }
    .com-header-nav-item a {
    padding-right:0;
    }
}
.com-nav-active {
  color: #69BCBA;
}
/* Gナビのドロップダウンメニューのスクロールを非表示用 */
.selector::-webkit-scrollbar {
 display:none;
 -ms-overflow-style:none;
}

.com-footer {
    width: 100%;
    height: 238px;
    background-color: #A1E5E3;
    margin-right: auto;
    margin-left: auto;
    bottom: 0;
    position: relative;
    background-image: url(../img/footerbg.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    .com-footer {
    background-image: url(../img/footerbg@2x.png);
    background-size: 23px 52px;
    }
}
.com-footer p {
    text-align: center;
    margin-bottom: 0;
}
.com-footer-page-top {
    width: 100%;
    height: 30px;
    background-image: url(../img/pageTop_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    margin-right: auto;
    margin-left: auto;
    color: #FFF;
    font-size: 0.86rem;
    line-height: 2.326rem;
    text-align: center;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    .com-footer-page-top {
    background-image: url(../img/pageTop_bg@2x.gif);
    background-size: 17px 30px;
    }
}
.com-footer-page-top a {
    color: #FFF;
}
.com-footer-page-top a:hover {
    color: #999999;
}
.com-footer-page-top img {
    margin-left: 10px;
    vertical-align: middle;
}
.com-footerlogo {
    padding-top:10px;
    padding-bottom:10px;
}
.com-footerlogo a {
    background:url(../img/footerlogo.svg);
    background-position:center;
    background-repeat:no-repeat;
    display: block;
    text-indent:-9999px;
    height: 54px;
}
.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;
}
.com-nav-item a {
    font-size: 1rem;
    padding-right:1rem;
}
.com-nav-item a:hover,
.com-nav-item a:focus {
  color: #76D6D6;
}
.com-nav-item-last a {
    font-size: 1rem;
    padding-right:0;
}
.com-nav-item-last a:hover,
.com-nav-item-last a:focus {
  color: #76D6D6;
}
.com-footer-samary {
    font-size: 0.75rem;
    font-weight: lighter;
    margin-top: 30px;
    margin-bottom: 4px;
}
.com-copyright {
    font-size: 0.75rem;
    font-weight: lighter;
}
@media screen and (max-width: 767px) {
    .com-footer {
    height: 388px;
    }
    .com-footerlogo {
    padding-top:5px;
    }
    .com-footerNavi {
    width: 8rem;
    flex-flow: column;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2rem;
    text-align: center;
    }
    .com-nav-item a {
    padding-right:0;
    }
    .com-footer-samary {
    margin-top: 24px;
    }
}
/*3.contens共通css*/
/* スクロールでページトップボタン表示用 */
.com-pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 10px;
}
.com-pagetop a {
    display: block;
    width: 90px;
    height: 115px;
    background-image: url(../img/icon_page_top.svg);
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 115px;
    opacity: 1.0;
}
.com-pagetop a:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
@media screen and (max-width: 767px) {
    .com-pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../img/icon_page_top_sp.svg);
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    text-decoration: none;
    line-height: 60px;
    opacity: 0.8;
    }
}

  /* ページトップへのアニメーション用 */
.com-floating {
    animation-name: com-floating;
    -webkit-animation-name: com-floating;

    animation-duration: 1.5s;	
    -webkit-animation-duration: 1.5s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes com-floating {
    0% {
    transform: translateY(0%);	
    }
    50% {
    transform: translateY(8%);	
    }
    100% {
    transform: translateY(0%);
    }
}

@-webkit-keyframes com-floating {
    0% {
    -webkit-transform: translateY(0%);	
    }
    50% {
    -webkit-transform: translateY(8%);	
    }
    100% {
    -webkit-transform: translateY(0%);
    }
}

.com-w100 {
    width: 100%;
}
.com-aut-rl {
    margin-left: auto;
    margin-right: auto;
}
.com-pl-0 {
    padding-left: 0px;
}
.com-ml-1rem {
    margin-left: 1rem;
}
.com-ml-2rem {
    margin-left: 2rem;
}
.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-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-bottom100 {
    margin-bottom: 100px;
}
.com-line-height-2rem {
    line-height: 2rem;
}
.com-font-weight-bold {
    font-weight: bold;
}
.com-font-weight-lighter; {
    font-weight: lighter;;
}
.com-line-through {
    text-decoration: line-through;
}
.com-text-align-center {
text-align: center;
}
.com-small65{
    font-size:65%;
}
.com-small70{
    font-size:70%;
}
.com-small75{
    font-size:75%;
}
.com-small85{
    font-size:85%;
}
.com-small95{
    font-size:95%;
}
.com-large110 {
    font-size:110%;
}
.com-large120 {
    font-size:120%;
}
.com-large130 {
    font-size:130%;
}
.com-large140 {
    font-size:140%;
}
.com-large150 {
    font-size:150%;
}
.com-large160 {
    font-size:160%;
}
.com-large180 {
    font-size:180%;
}
.com-large200 {
    font-size:200%;
}
.com-bg-BFC1C1 {
    background-color: #BFC1C1;
}
.com-white {
    color: #FFFFFF;
}
.com-blue {
    color: #76a4d7;
}
.com-green {
    color: #76D6D6;
}
.com-red {
    color: #E85D3D;
}
.com-orange {
    color: #EF9163;
}

.telNumber {
    font-size: 2em;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .telNumber {
    font-size: 1.5em;
    }
}
.domain::before {
   content: '@';
}

/*第二階層ページ共通css*/
/* パンくずリストここから */
.com-breadcrumb {
  font-size:0.9rem;
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #transparent;
  border-radius: 4px;
}
.com-breadcrumb > li {
  display: inline-block;
}
.com-breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.com-breadcrumb > .active {
  color: #4286c7;
}
/* パンくずリストここまで */

.com-secondH_h2 {
    width: 100%;
    font-size: 1.1rem;
    line-height: 2rem;
    padding-left: 1rem;
    padding-top:0.3rem;
    margin-bottom: 20px;
    background:rgba(166,198,232,1) url(../img/SecondH2bgimg.svg);
    border-radius: 8px;
    box-shadow:rgba(173, 173, 173, 0.71) 2px 2px 3px 1px;
    background-color: #ddeff8;
}
.com-secondH_h3 {
    color: #FFF;
    background-color: #76D6D6;
    border-radius: 5px;
    width: 8rem;
    font-size: 1rem;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 5px;
    font-weight: bold;
}
.com-frame-a {
    background-color: #ddeff8;
    border-radius: 10px;
    box-shadow: rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    border: 1px solid #76a4d7;
}
.com-frame-a ul {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.com-frame-a ul li {
    line-height: 2rem;
}
.com-homeButton a {
    margin-top: 60px;
    background:rgba(0,0,0,0) url(../img/icon_home.svg);
    background-position:left top;
    background-repeat:no-repeat;
    display: block;
    text-indent:-9999px;
    height: 41px;
}
.com-homeButton a:hover {
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}

/*3-1.トップページ css*/
 .top-LatestInformation {
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 10px;
    font-size: 1.13rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #EF9163;
    padding-top: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #79553B;
}
.top-newsArea-bg {
    background-color: #DDEFF8;
    width: 100%;
    border-radius: 10px;
    box-shadow:rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    background-image: url(../img/newsBgimg.png);
    background-repeat: no-repeat;
    background-position: 95% 95%;
    margin-bottom: 30px;
}
/* Retinaディスプレイ対応用記述 */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
    .top-newsArea-bg {
    background-image: url(../img/newsBgimg@2x.png);
    background-size: 252px 102px;
    }
}
@media screen and (max-width: 600px) {
    .top-newsArea-bg {
    background-color: #DDEFF8;
    width: 100%;
    font-size:1rem;
    border-radius: 10px;
    box-shadow:rgba(173, 173, 173, 0.71) 3px 2px 4px 2px;
    background-image: url(../img/newsBgimg_sp.png);
    background-repeat: no-repeat;
    background-position: 95% 95%;
    }
    /* Retinaディスプレイ対応用記述 */
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5){
      .top-newsArea-bg {
      background-image: url(../img/newsBgimg_sp@2x.png);
      background-size: 126px 102px;
      }
    }
}
.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;
}
.top-banner-childCare {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.top-banner-childCare::before {
    display: block;
    padding-top: 50%;
    content: '';
}
.top-banner-childCare img {
    position:absolute;
    top:50%;
    left:50%;
    width:auto;
    height: auto;
    transform: translate(-50%, -50%);
}

/*3-2.aboutOur css*/
 table {
    float: left;
    width: 100%;
    margin-right: 3%;
    margin-bottom: 50px;
    line-height: 1.5rem;
    background-color: #FDF1D6;
}
table tr {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}
table tr th {
    width: 7rem;
    text-align: center;
    color: #FFF;
    background-color: #9A806A;
    font-weight: normal;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #FFF;
    vertical-align: middle;
}
table tr td {
    text-align: left;
    vertical-align: middle;
    padding: 1rem;
}

/*吹き出し付き見出しcss*/
.com-bubble {
    display:inline-block;
    position: relative;
    border-radius:5px;
    margin-bottom: 30px;
    width: 35%;
}
.com-bubble:before {
    position: absolute;
    content: " ";
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.com-bubble-inner {
    padding:1rem;
    background:#76a4d7;
    border-radius:5px;
 /* transform z-index hack */
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    color: #FFF;
    font-size: 1.13rem;
    font-weight: bold;
    text-align: center;
}
.com-shadow, .com-shadow:before {
    box-shadow: rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    background:#fff;
}
/* 下中央（ぼかしなし） */
.com-bubble-bottom:before {
    bottom: -7px;
    left: 50%;
    margin-left: -10px;
}
/* 水平垂直距離0（ぼかし） */
.com-shadow, .com-shadow:before {
    box-shadow: rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    background:#76D6D6;
}

.aboutOur-contactUs {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    line-height: 1.5rem;
    background-color: #FDF1D6;
}
 .aboutOur-contactUs dt {
    float: left;
    width: 10rem;
    margin-right: 2%;
    text-align: center;
    color: #FFF;
    background-color: #9A806A;
    font-weight: normal;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #FFF;
    vertical-align: middle;
    padding: 1rem;
    border-radius: 0px;
}
.aboutOur-contactUs dd {
    float: left;
    text-align: left;
    padding: 1rem;
    line-height: 3rem;
    vertical-align: middle;
    margin-bottom: 0px;
}
.aboutOur-regularHoliday {
    float: left;
    text-align: left;
    padding: 0rem;
    line-height: 5rem;
    vertical-align: middle;
    margin-bottom: 0px;
}
.aboutOur-telNumber {
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .com-bubble {
    width: 55%;
    }
    .aboutOur-contactUs {
    float: none;
    }
    .aboutOur-contactUs dt {
    float: none;
    width: 100%;
    margin-right: 0%;
    line-height: 0.8rem;
    border-right-width: 0px;
    padding-top: 1rem;
    padding-right: 0rem;
    padding-bottom: 1rem;
    padding-left: 0em;
    }
    .aboutOur-contactUs dd {
    float: none;
    text-align: center;
    padding: 0.3rem;
    line-height: 1.8rem;
    }
    .aboutOur-regularHoliday {
    float: none;
    text-align: center;
    padding: 0.3rem;
    line-height: 0.9rem;
    vertical-align: middle;
    }
    .aboutOur-telNumber {
    float: none;
    }
}
.aboutOur-mapArea p {
    text-align: center;
    margin-top: 10px;
    font-size: 0.9rem;
}

/*3-3.dailyPrgram css*/
.timeTable dt {
    color: #FFF;
    background-color: #76D6D6;
    border-radius: 5px;
    width: 12rem;
    text-align: center;
    line-height: 1.4rem;
    margin-bottom: 3px;
}
.timeTable dl dd {
    margin-bottom: 10px;
}

/*3-4.features css*/
.topic {
    background-color: #ddeff8;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(173, 173, 173, 0.71) 1px 1px 3px 1px;
    border: 1px solid #76a4d7;
    clear: both;
}
.topic h3 {
    color: #FFF;
    background-color: #76a4d7;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 1.5em;
    font-size: 1.13rem;
    font-weight: bold;
}
.topic ol {
    line-height: 1.5rem;
    width: 96%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 20px;
}
.topic ol li {
    margin-bottom: 5px;
    list-style-type: decimal;
}

.pdfDocumen {
    margin-bottom: 40px;
    line-height: 1.5em;
}
.pdfDocument img{
    margin-right: 5px;
}