/*
Theme Name:	マテリアル_child
Template:	wp_material
Description:	マテリアルの子テーマ
Version:	1.1.0
Author URI:	http://wp-material.net
*/

/*****************************************
 PC及び全体用
******************************************/
.side-share {
    color: #3E89C2;
}

.big-box .box-header {
    color: #3E89C2;
}

/* ヘッダー映像（上余白） */
nav {
    margin-bottom: 0px;
}

/* カテゴリーboxの背景色 */
.min-box{
    background-color: #ebebeb;
}

.main-color-background{
    height: 100px;
    background-color: #ffffff;
}

.hours{
    color: #000000;
    font-size: 0.7em;
    text-align: right;
    padding: 2px 2px 0;
}

.contact{
    text-align: right;
}

.site-desc{
    color: #000000;
    font-size: 0.7em;
    padding: 2px 2px 0;
    text-align: right;
    //margin-bottom: 20px;
}

#header-left {
    float: left;        
    width: 75%;
    padding: 5px; /* タイトルのpaddingと同じ値にしました */
}

#header-right {
    float: right;
    width: 25%;
    padding: 5px; /* タイトルのpaddingと同じ値にしました */
}

.header-inner {
    width: 1058px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 auto;
}

/* 見出し背景画像 */
h1.title {
    background-image:url(http://asoka-hoikuen.com/wp-content/uploads/2017/02/h64.png);
    background-repeat: no-repeat;
    padding: 0 0 5px 42px ;
    line-height: 2;
    font-size: 28px;
}

h1.title {
    color: #111;
    margin: 5px 0 5px;
    font-weight: bold;
}

.content h3 {
    background-image:url(http://asoka-hoikuen.com/wp-content/uploads/2017/02/h25.png);
    background-repeat: no-repeat;
    padding: 2px 0 5px 38px ;
    line-height: 2;
    font-size: 28px;
}

.content h3 {
    clear: both;
    color: #111;
    font-size: 1.4em;
    margin: 40px 0 15px;
}

.main-color-font {
    color: #3E89C2;
}

.min-box .box-header {
    color: #3E89C2;
    font-size: 1.1em;
    line-height: 1.2;
    padding-right: 48px;
    margin: 5px 0 17px;
}

.content img.alignnone {
    max-width: 100%;
    height: auto;
    margin: 5px 0;
    box-shadow: 0 0px 0px #999;
}
/* PC用ヘッダーメニュー */
.site-menu ul li a .text {
    display: none;
}
.site-menu ul li a .image {
    display: inline;
}
.sp-nav{
    display: none;
}
.sp-nav li a{
    width: 100% !important;
    padding: 10px 1em !important;
}
/*@media screen and (min-width: 1091px) {
    .menu-menu-1-container{
        display: block !important;
    }
}*/
/*****************************************
 タブレット（大）用
 サイドバーがメインカラムの下に回ります
******************************************/
@media screen and (max-width: 1090px) {
    .header-inner{
        width: 100%;
    }
    .pc-nav{
        display: none !important;
    }
    .sp-nav{
        display: block;
    }
    .sp-nav li{
        width: 100%;
        border-bottom: 1px solid #FFF;
    }
    #header-right {display:none !important;}
    h1.title {
        color: #ff0000 !important;
        margin: 5px 0 5px;
        font-weight: bold;
    }
}
/*****************************************
 タブレット（小）用
 記事の並びが2列になります
******************************************/
@media screen and (max-width: 768px) {


    h1.title {
        color: #ff0000 !important;
        margin: 5px 0 5px;
        font-weight: bold;
    }
    #header-left {
        width: 430px;
        margin-top: 13px;
    }



}
/*****************************************
 スマホ用
 記事の並びが1列になります
******************************************/
@media screen and (max-width: 450px) {

    #header-right {display:none !important;}

    h1.title {
        color: #ff0000 !important;
        margin: 5px 0 5px;
        font-weight: bold;
    }



}

.child{
    display: none;
position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    background: #20c7ae;
    padding: 5px 0px 5px;
z-index:100;
}
.child li{
    display: block !important;
    border-bottom: 1px solid #FFF;
}
.child li:last-child{
    border-bottom: none;
}
.child li a{
    display: block !important;
    padding: 15px 0 !important;
}
.nav-inner ul li{
position: relative;
}

.sp-nav li ul{
padding: 0 1em 10px;
}
.sp-nav li ul li{
border-bottom:none;
}