@charset "utf-8";


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳しくはこちら　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳しくはこちら　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳しくはこちら　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.att_big{
    width: 100%;
    float: left;
    clear: left;
    margin-bottom: 20px;
    margin-left: -20px;
}
.att_big a{
    width: auto;
    margin-left: 3%;
    float: left;
    font-size: 110%;
    line-height: 25px;
    color: #E8647F;
    margin-top: 20px;
    text-decoration: underline !important;
    font-weight: bold;
    text-align: left;
}
.att_big hover{
    width: 95%;
    margin-left: 3%;
    float: left;
    font-size: 110%;
    line-height: 25px;
    color: #E8647F;
    margin-top: 20px;
    text-decoration: underline !important;
    text-align: left;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　入園案内 プレ保育　預かり保育　に使用　ここまで　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.osirase {
    padding: 0 .3em;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(105, 198, 221, 1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: .3s;
    color: #E96D87 !important;
    text-align: left;
    float: left;
}

.osirase:hover {
    background-position: -100% 0;
    color: #fff !important;
    text-align: left;
    text-decoration: underline;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳しくはこちら　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳しくはこちら　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　詳しくはこちら　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */







/*========= スクロール途中でヘッダーが表示＆非表示するためのCSS ===============*/

#header{
    /*fixedで上部固定*/
    position: fixed;
    width: 100%;
    z-index: 10;/*最前面へ*/
    /*以下はレイアウトのためのCSS*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFF;
    color: #fff;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    padding-top: 0px;
}



/* 以下は検証用のレイアウトのための CSS*/

nav ul{
    list-style: none;
    display: flex;
    justify-content: center;
}

nav ul li a{
text-decoration: none;
color: #555;
padding:10px;
}

section{
    padding-right: 0;
    padding-left: 0;
}
