/* ヘッダー・グロナビ */
header.entry-header {
    display:none;
}
#site-navigation .main-menu-container ul li a{
	font-size:14px;
}
.head-contact-area{
justify-content:flex-end;
}
p span.time{
    font-size:16px;
}span.fax {
    font-size:0.6em;
    margin: 0 5px 0px 0;
    vertical-align:middle;
    display:inline-block;
    padding:0 0 5px 0;
}

@media screen and (max-width: 768px) {
	.head-contact-area{
flex-direction: column;
justify-content:center;
}
	.entry-content .head-contact-area .time{
		flex-basis:0!important;
	}
.entry-content .head-contact-area .time p.has-large-font-size{
	font-size:18px!important;
}
p span.time{
    font-size:12px;
}
	.entry-content .head-contact-area .wp-container-3{
		flex-basis:0!important;
	}
	span.fax {
    padding:0;
  }
}

/* フッター */
footer .footer-navigation .footer-menu  li a{
	font-size:14px;
}
.site-info{
    flex:1 0 5%;
}
/* 母校紹介  */
.text-vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.song p {
    display: block;
    width: 700px;
    height: 280px;
    margin: 0 auto;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 350%;
}

@media screen and (max-width: 768px) {
.song {
        position: relative;
    }

.song p {
        position: relative;
        width: 100%;
        overflow-x: scroll;
        padding-left: 20%;
        box-sizing: border-box;
    }

    #about .main-content .song .filter {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 20%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        z-index: 2;
    }

    #about .main-content .song  p span {
        width: 200%;
    }
}
.enkaku table th{
    width:25%;
}
/* 会則 */
.kaisoku table tr td:first-child,
.kitei table tr td:first-child{
    width:15%
}

/* お知らせ・ご案内　*/

.page-id-63 .entry-content {
    margin-top:0;
}

/* お知らせ・ご案内 詳細 */

.single-post .entry-header{
    display:block;
}
.single-post figure.post-thumbnail {
    display:none;
}