@charset 'UTF-8';

#about h2,
#senior_high h2,
#junior_high h2,
#school_life h2 {
    text-align: center;
    padding: 10px 0;
}

h2 span {
    display: block;
    /*font-size: 1.2rem;*/
}

/* ヘッダー
----------------------------------------------------------*/


/* 新着情報
----------------------------------------------------------*/
#news .news_contents {
    position:relative;
	width:100%;
	border: solid 1px #bbb;
	box-sizing:borderbox;
	background: #ededed;
	-webkit-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

/* 高等学校について
----------------------------------------------------------*/
#content > div#school_class > #junior_high {
    background:#fbffe2;
}
#content > div#school_class > #senior_high {
    background:#cef2ff;
}
#senior_high .course {
    margin-top: 20px;
}
#senior_high .course ul li:nth-of-type(1) {
    border-top: 1px solid #ccc;
}
#senior_high .course ul li {
    border-bottom: 1px solid #ccc;
}
#senior_high .course ul li a {
    padding: 16px 4px;
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
}
#senior_high .course ul li a:hover {
    background-color: #ddeef8;
}

#senior_high .course ul li a span.arrow:after {
    border-top: solid 1px #55a8de;
    border-right: solid 1px #55a8de;
}

/* 如水館について
----------------------------------------------------------*/
#about {
    background-image: url("/wp-content/themes/josuikan/img/top/bg_about_01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

/* 学校生活
----------------------------------------------------------*/
#school_life {
    background-image: url("/wp-content/themes/josuikan/img/top/bg_life_01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#fff9f6;
    background-size: auto 100%;
}

/*===============================================
画面の横幅が767pxまで *モバイル*
===============================================*/
@media screen and (max-width: 767px){

    /* ヘッダー
    ----------------------------------------------------------*/


    /* ブロック制御
    ----------------------------------------------------------*/
    #content {
        width: 100%;
    }
    #content > div {
        margin: 20px 16px;
        /*width: 95%;*/
    }
    #content > div#about,
    #content > div#school_life,
    #content > div#school_class {
        margin:0;
        padding:0;
    }
    #content > div#school_class>div {
        margin:0;
        padding:0 16px 10px;
    }

    /* 新着情報
    ----------------------------------------------------------*/
	#news .top_news_wrapper.fl {
        float:none;
        margin-bottom:32px;
    }


    /* 如水館について
    ----------------------------------------------------------*/
    #about {
        padding: 0;
        /*height: 376px;*/
    }
    #content > div#about {
        width: auto;
        padding: 0 16px;
    }
    #about > div {
        padding-bottom: 10px;
    }
    #about h2 {
        padding: 0;
    }
    #about .fl, #about .fr {
        float: none;
    }
    #about > div img {
        width: 100%;
        max-width: 100%;
    }

    /* 高等学校について
    ----------------------------------------------------------*/
    #senior_high div.fl, #senior_high div.fr {
        float: none;
    }
    #senior_high > div img {
        width: 100%;
        max-width: 100%;
    }
    #senior_high .course ul:nth-of-type(2) li:nth-of-type(1) {
        border-top: none;
    }

    /* 中学校について
    ----------------------------------------------------------*/
    #junior_high .fl, #junior_high .fr {
        float: none;
    }
    #junior_high > div img {
        width: 100%;
        max-width: 100%;
    }

    /* 学校生活について
    ----------------------------------------------------------*/
    #school_life {
        padding: 0;
        /*height: 376px;*/
    }
    #content > div#school_life {
        width: auto;
        padding: 0 16px;
    }
    #school_life .fl, #school_life .fr {
        float: none;
    }
    #school_life > div {
        padding-bottom: 10px;
    }
    #school_life h2 {
        padding: 0;
    }
    #school_life > div img {
        width: 100%;
        max-width: 100%;
    }

    /* 中学高校について
    ----------------------------------------------------------*/
	#content > div#school_class > #junior_high,
	#content > div#school_class > #senior_high {
        float:none;
	}
    #school_class>div>h2,
    #school_class>div>div {
        width:100%;
        text-align:center;
    }
    #school_class>div:nth-of-type(1)>h2,
    #school_class>div:nth-of-type(1)>div {
        margin-left:auto;
        margin-right:auto;
    }
    #school_class>div:nth-of-type(2)>h2,
    #school_class>div:nth-of-type(2)>div {
        margin-left:auto;
        margin-right:auto;
    }
    #school_class>div>div>div {
        display:inline-block;
        margin:0 auto 20px;
    }

}


/*===============================================
画面の横幅が768px以上 *PC*
===============================================*/
@media screen and (min-width: 768px){
    /* ヘッダー
    ----------------------------------------------------------*/

    /* トップページトピックス
    ----------------------------------------------------------*/
    #topsliderafter {
        width: 1000px;
        margin:0 auto;
    }
 
    #topnewsside {
        width: 38%;
    }
    
    /* 新着情報
    ----------------------------------------------------------*/
    #news {
        width: 1000px;
    }
    #news .top_news_wrapper.fl {
        width: 60%;
    }
    #news .news_contents dl dt {
        min-width: 12em;
    }
    #news .news_contents {
        height:300px;
    }

    /* 如水館について
    ----------------------------------------------------------*/
    #about {
        /*height: 376px;*/
        background-color: #2E8BD2;
        padding-bottom:50px;
    }
    #about > div {
        width: 1000px;
        margin: 0 auto;
    }
    #about a {
        display:block;
        transition: all 0.1s linear 0s;
        /*overflow: hidden;*/
        border-radius: 10px;
    }
    #about a img {
        vertical-align:middle;
    }
    #about a:hover {
        box-shadow: 0 0 0 8px rgba(0,0,0,0.5);
    }

    /* 高等学校について
    ----------------------------------------------------------*/
    #senior_high {
        width: 1000px;
    }
    /*#senior_high .course {
        width: 47%;
    }*/
    #senior_high .course ul {
        width: 47%;
        /*display: block;*/
    }
    #senior_high .course ul li {
    /*    width: 47%;
        display: inline-block;*/
    }
    #senior_high .course ul li a {
        font-size: 1.4rem;
    }

    #senior_high .course ul:nth-of-type(1) {
        float: left;
    }
    #senior_high .course ul:nth-of-type(2) {
        float: right;
    }
    
    #senior_high a {
        display:block;
        transition: all 0.1s linear 0s;
        overflow: hidden;
        border-radius: 10px;
    }
    #senior_high a img {
        vertical-align:middle;
    }
    #senior_high a:hover {
        box-shadow: 0 0 0 8px rgba(85,168,222,0.5);
    }


    /* 中学校について
    ----------------------------------------------------------*/
    #junior_high {
        width:50%;
        padding-bottom:50px;
    }
    #junior_high a {
        display:block;
        transition: all 0.1s linear 0s;
        overflow: hidden;
        border-radius: 10px;
    }
    #junior_high a img {
        vertical-align:middle;
    }
    #junior_high a:hover {
        box-shadow: 0 0 0 8px rgba(237,203,0,0.5);
    }

    /* 学校生活について
    ----------------------------------------------------------*/
    #school_life {
        /*height: 376px;*/
        padding-bottom:50px;
    } 
    #school_life > div {
        width: 1000px;
        margin: 0 auto;
    }
    
    #school_life a {
        display:block;
        transition: all 0.1s linear 0s;
        overflow: hidden;
        border-radius: 10px;
    }
    #school_life a img {
        vertical-align:middle;
    }
    #school_life a:hover {
        box-shadow: 0 0 0 8px rgba(198,156,109,0.5);
    }



    /* 高等学校について
    ----------------------------------------------------------*/
    #senior_high {
        width:50%;
        padding-bottom:50px;
    }
    /*#senior_high .course {
        width: 47%;
    }*/
    #senior_high .course ul {
        width: 47%;
        /*display: block;*/
    }
    #senior_high .course ul li {
    /*    width: 47%;
        display: inline-block;*/
    }
    #senior_high .course ul li a {
        font-size: 1.4rem;
    }

    #senior_high .course ul:nth-of-type(1) {
        float: left;
    }
    #senior_high .course ul:nth-of-type(2) {
        float: right;
    }

    /* 中学高校について
    ----------------------------------------------------------*/
    
    #school_class>div>h2,
    #school_class>div>div {
        width:500px;
        text-align:center;
    }
    #school_class>div:nth-of-type(1)>h2,
    #school_class>div:nth-of-type(1)>div {
        margin-left:auto;
        margin-right:10px;
    }
    #school_class>div:nth-of-type(2)>h2,
    #school_class>div:nth-of-type(2)>div {
        margin-left:10px;
        margin-right:auto;
    }
    #school_class>div>div>div {
        display:inline-block;
        margin:0 auto 20px;
    }

}