/*
Theme Name: Afterschool-wise
Theme URI: 
Description: 
Version: 1.1
Author: sema
Author URI: 
*/


/*curent*/
.single-school  header nav ul li.li06 >  a{
    color:#2ca338;
}

.single-school  header nav ul li.li06 a:after{
    content:"　";
    position:absolute;
    left:0;
    bottom:-5px;
    height:3px;
    background:#2ca338;
    transition: all 0.5s ease 0s;
    width:100%;
}


.single-school header.fixed nav ul li.li06 >  a{
    color:#fff;
}

.single-school header.fixed nav ul li.li06 > a:after{
    content:"　";
    position:absolute;
    left:0;
    bottom:-5px;
    height:3px;
    background:#fff;
    transition: all 0.5s ease 0s;
    width:100%;
}

.single-school #pankuzu {
    margin: 10px auto 40px auto;
}

.single-school h1 {
    margin-bottom: 80px;
    padding: 0 180px;
    margin-inline: auto;
	inline-size: fit-content;
    text-align: left;
}

.single-school .infoBl,
.single-school .targetBl{
    font-size: 16px;
    font-size: 1.6rem;
    border:1px solid #23ac38;
    border-radius:5px;
    padding:0 30px 25px 30px;
    background:url("/common/images/bg_note.gif") repeat left center;
    margin-bottom:40px;
    line-height:1.8;
}

.single-school .infoBl h3,
.single-school .targetBl h3{
    font-size: 30px;
    font-size: 3.0rem;
    margin:0 -30px 15px -30px;
    font-weight:bold;
    text-align:center;
    padding:5px 0;
    color:#fff;
    background:url("/common/images/bg_stripe.gif") repeat left center;
}

.single-school .targetBl p{
    text-align:center;
}

.single-school .targetBl .green{
    color:#23ac38;
}

.single-school .infoBl dl{}

.single-school .infoBl dl dt{
    color:#23ac38;
    font-weight:bold;
}

.single-school .infoBl dl dt.star:before,
.single-school .infoBl dl dd.star:before{
    content:"★";
}

.single-school .infoBl dl dd{
    margin-bottom:15px;
}

.single-school .infoBl dl dd + dd{
    margin-top:-15px;
}

.single-school .infoBl dl dt + dt{
    margin-top:15px;
}

.single-school .infoBl dl dd span{
    color:#23ac38;
}

.single-school .infoBl dl dd span.line{
    text-decoration:line-through;
    color:#2e2119;
}

.single-school .infoBl dl dd:last-child{
    margin-bottom:0;
}

.single-school .infoBl p{
    margin-top:10px;
}

.single-school .infoBl a{
    text-decoration:underline;
    background:url("/common/images/icn_circle_arrow_right_green.png") no-repeat left center;
    background-size: 10px 10px;
    padding-left:14px;
}

.single-school .infoBl a:hover{
    text-decoration:none;
}

.single-school .dataBl{
    font-size: 16px;
    font-size: 1.6rem;
    border:1px solid #23ac38;
    border-radius:5px;
    padding:30px 30px 10px 30px;
    overflow:hidden;
    margin-bottom:40px;
    background:url("/common/images/bg_note.gif") repeat left center;
}

.single-school .dataBl h3{
    font-size:26px;
    font-size:2.6rem;
    padding-left:16px;
    border-left:4px solid #23ac38;
    margin-bottom:20px;
    color:#23ac38;
    font-weight:bold;
}

.single-school .dataBl .schoolIcn{
    margin-bottom:20px;
}

.single-school .dataBl .schoolIcn li{
    color:#fff;
    background-color:#ec9a1a;
    display:inline-block;
    padding:0 5px;
}

.single-school .dataBl .schoolIcn li + li{
    margin-left:10px;
}

.single-school .dataBl dl{
    margin-bottom:20px;
    line-height:1.8;
    overflow:hidden;
}

.single-school .dataBl dt{
    float:left;
    clear:left;
}

.single-school .dataBl dd{
    float:left;
}

.single-school .dataBl dd.tel span + br{
    display:none;
}

.single-school .dataBl dd .tel{
    font-size:22px;
    font-size:2.2rem;
    vertical-align:middle;
}

.single-school .dataBl .imgBl{
    margin-bottom:40px;
    overflow:hidden;
}

.single-school .dataBl .imgBl li{
    float:left;
    width:48.35%;/*550px*/
    position:relative;
}

.single-school .dataBl .imgBl li:first-child:before{
    content:"　";
    display:block;
    background:url("images/pic_flame.png") no-repeat left top;
    background-size:100% auto;
    z-index:100;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

.single-school .dataBl .imgBl li:nth-child(even){
    float:right;
}

.single-school .dataBl .mapBl{
    margin-bottom:40px;
    overflow:hidden;
}

.single-school .dataBl .staffBl{
    margin-bottom:40px;
    overflow:hidden;
}

.single-school .dataBl .staffBl h4{
    background:url("/school/images/icn_staff.png") no-repeat left top;
    color:#ec9a1a;
    font-weight:bold;
    border-bottom:2px solid #ec9a1a;
    margin-bottom:20px;
    padding-bottom:8px;
    padding-left:40px;
    font-size:20px;
    font-size:2.0rem;
}

.single-school .dataBl .staffBl .floatL{
    float:left;
}
    
.single-school .dataBl .staffBl .pic{
    width:200px;
    margin-right:20px;
    position:relative;
}

.single-school .dataBl .staffBl .staff01{
    clear:both;
    overflow:hidden;
}

.single-school .dataBl .staffBl .staff02{
    clear:both;
    overflow:hidden;
    margin-top:20px;
}

.single-school .dataBl .staffBl .pic:before{
    content:"　";
    display:block;
    border: 5px solid rgba(255,255,255,0.75);
    box-sizing: border-box;
    z-index:100;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    border-radius: 100px;
    box-sizing:border-box;
}

.single-school .dataBl .staffBl .pic img{
    border-radius: 100px;
    height: 200px;
    width: 200px;
}

.single-school .dataBl .staffBl p.name{
    text-align:center;
    display:block;
    padding-right:20px;
    padding-top:5px;
}

.single-school .dataBl .staffBl p{
    line-height:1.8;
    padding-top:10px;
}

.single-school .dataBl .timetableBl{
    margin-bottom:40px;
}

.single-school .dataBl .timetableBl h4{
    background:url("/school/images/icn_timetable.png") no-repeat left top;
    color:#ec9a1a;
    font-weight:bold;
    border-bottom:2px solid #ec9a1a;
    margin-bottom:20px;
    padding-bottom:8px;
    padding-left:40px;
    font-size:20px;
    font-size:2.0rem;
}

.single-school .dataBl .timetableBl .system{
    width:100%;
    text-align:center;
}

.single-school p.priceBtn{
    width:400px;
    margin:0 auto;
}


/*wiseblog*/
.single-wiseblog #contents,
.post-type-archive-wiseblog #contents,
.tax-wiseblog_cate #contents{
    background-color:#fff;
    max-width:1260px;
    margin:0 auto;
    padding:30px;
    overflow:hidden;
    border-radius:10px;
}

.single-wiseblog #contents #leftContents,
.post-type-archive-wiseblog #contents #leftContents,
.tax-wiseblog_cate #contents #leftContents{
    max-width:300px;
    width:25%;
    float:left;
    font-size:14px;
    font-size:1.4rem;
}

.single-wiseblog #contents #leftContents ul ul,
.post-type-archive-wiseblog #contents #leftContents ul ul,
.tax-wiseblog_cate #contents #leftContents ul ul{
    margin-bottom:50px;
}

.single-wiseblog #contents #leftContents ul ul li:before,
.post-type-archive-wiseblog #contents #leftContents ul ul li:before,
.tax-wiseblog_cate #contents #leftContents ul ul li:before{
    content:"・";
}

.single-wiseblog #contents #leftContents ul ul li + li,
.post-type-archive-wiseblog #contents #leftContents ul ul li + li,
.tax-wiseblog_cate #contents #leftContents ul ul li + li{
    margin-top:10px;
}

.single-wiseblog #contents #leftContents .btn,
.post-type-archive-wiseblog #contents #leftContents .btn,
.tax-wiseblog_cate #contents #leftContents .btn{
    width:230px;
    margin:-20px auto 50px auto;
}

.single-wiseblog #contents #leftContents #wp-calendar,
.post-type-archive-wiseblog #contents #leftContents #wp-calendar,
.tax-wiseblog_cate #contents #leftContents #wp-calendar{
    width:100%;
    color:#7e7e7e;
    text-align:center;
}

.single-wiseblog #contents #leftContents #wp-calendar caption,
.post-type-archive-wiseblog #contents #leftContents #wp-calendar caption,
.tax-wiseblog_cate #contents #leftContents #wp-calendar caption{
    color:#78d65d;
    font-weight:bold;
    margin-bottom:5px;
}

.single-wiseblog #contents #leftContents #wp-calendar th,
.post-type-archive-wiseblog #contents #leftContents #wp-calendar th,
.tax-wiseblog_cate #contents #leftContents #wp-calendar th{
    font-size:12px;
    font-size:1.2rem;
}

.single-wiseblog #contents #leftContents #wp-calendar td,
.post-type-archive-wiseblog #contents #leftContents #wp-calendar td,
.tax-wiseblog_cate #contents #leftContents #wp-calendar td{
    padding:3px 0;
    border-top:1px solid #e6fee2;
    height:40px;
    line-height:40px;
}

.single-wiseblog #contents #leftContents #wp-calendar td a,
.post-type-archive-wiseblog #contents #leftContents #wp-calendar td a,
.tax-wiseblog_cate #contents #leftContents #wp-calendar td a{
    background-color:#e6fee2;
    display:block;
    border-radius:20px;
    color:#78d65d;
    font-weight:bold;
    height:40px;
}

.single-wiseblog #contents #leftContents #wp-calendar #prev a,
.post-type-archive-wiseblog #contents #leftContents #wp-calendar #prev a,
.tax-wiseblog_cate #contents #leftContents #wp-calendar #prev a{
    background-color:#fff;
    text-align:left;
}

.single-wiseblog #contents #leftContents #wp-calendar #next a,
.post-type-archive-wiseblog #contents #leftContents #wp-calendar #next a,
.tax-wiseblog_cate #contents #leftContents #wp-calendar #next a{
    background-color:#fff;
    text-align:right;
}


.single-wiseblog #contents #leftContents ul,
.single-wiseblog #contents #leftContents li,
.post-type-archive-wiseblog #contents #leftContents ul,
.post-type-archive-wiseblog #contents #leftContents li,
.tax-wiseblog_cate #contents #leftContents ul,
.tax-wiseblog_cate #contents #leftContents li{
    list-style:none;
}

.single-wiseblog #contents #leftContents h2,
.post-type-archive-wiseblog #contents #leftContents h2,
.tax-wiseblog_cate #contents #leftContents h2{
    font-size:16px;
    font-size:1.6rem;
    color:#23ac38;
    text-align:left;
    padding:0 10px;
    margin:0 0 10px 0;
    border-bottom:2px solid #ececec;
}

.tax-wiseblog_cate #contents .term,
.tax-wiseblog_cate #contents .midashi{
    font-size:26px;
    font-size:2.6rem;
    text-align:left;
    padding:5px 10px;
    margin:0 0 20px 0;
    border-bottom:2px solid #23ac38;
}

#contents #rightContents{
    max-width:860px;
    width:72%;
    float:right;
}

#contents #rightContents h1{
    text-align:left;
    border-left:4px solid #23ac38;
    color:#23ac38;
    font-size:26px;
    font-size:2.6rem;
    padding-left:10px;
    position:relative;
    margin-bottom:15px;
}

#contents #rightContents h1 a{
    color:#23ac38;
    text-decoration:underline;
}

#contents #rightContents h1 a:hover{
    text-decoration:none;
}

#contents #rightContents h1 span{
    position:absolute;
    right:0;
}

#contents #rightContents h1 span a{
    margin:0 0 0 5px;
    padding:5px 10px;
    font-size:12px;
    font-size:1.2rem;
    color:#fff;
    text-align:center;
    background-color:#23ac38;
    font-weight:normal;
    border-radius:15px;
    text-decoration:none;
}

#contents #rightContents h1 span:after{
    display:none;
}

#contents #rightContents .post_date{
    font-size:14px;
    font-size:1.4rem;
    margin-bottom:30px;
}

.archive #contents #rightContents .post:first-child .post_date:before{
    content:"NEW! ";
    font-weight:bold;
    color:#ec6e1a;
}

.paged.archive #contents #rightContents .post:first-child .post_date:before{
    display:none;
}

#contents #rightContents .entry{
    margin:0 0 80px 0;
}

#contents #rightContents .entry img{
    max-width:800px;
}

#contents #rightContents .entry p{
    line-height:1.8;
}

#contents #rightContents .entry p + p{
    margin-top:10px;
}

#contents #rightContents .navigation{
    margin:30px auto;
    text-align:center;
    width:500px;
    overflow:hidden;
}

#contents #rightContents .navigation .previous_entries {
    float:left;
    }

#contents #rightContents .navigation .next_entries {
    float:right;
    }

#contents #rightContents .pagenation{
    text-align:center;
    overflow:hidden;
    margin:0 auto;
    width:500px;
}

#contents #rightContents .pagenation a.prev-link{
    float:left;
}

#contents #rightContents .pagenation a.next-link{
    float:right;
}

#contents #rightContents .navigation .previous_entries a,
#contents #rightContents a.prev-link{
    width:230px;
    height:50px;
    background:url("images/btn_prev.png");
    display:inline-block;
    text-indent:-9999px;
}

#contents #rightContents .navigation .next_entries a,
#contents #rightContents a.next-link{
    width:230px;
    height:50px;
    background:url("images/btn_next.png");
    display:inline-block;
    text-indent:-9999px;
}

#contents #rightContents .navigation a:hover,
#contents #rightContents a:hover{
    transition: all 0.5s ease 0s;
    opacity: 0.7;
    }

/* post */

.post h2 + h3{
    margin-top:-20px;
    }
    
.post h2{
    text-align:left;
    color:#23ac38;
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom:20px;
    margin-top:50px;
    }

.post h3{
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom:10px;
    font-weight:bold;
    margin-top:30px;
    }

.post .wp-caption-text{
    text-align:center;
    font-size: 14px;
    font-size: 1.4rem;
    }
    
.post ul li,
.post ol li{
    margin-bottom:5px;
    text-indent: -20px;
    padding-left:20px;
    line-height:1.4;
    }

.post ol{
    padding:0 20px;
    list-style-type: decimal;
    }

.post ul li:before{
    content:"　";
    background-color:#ec9a1a;
    width:15px;
    height:5px;
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    }
    
.post img{
    width:auto;
    height:auto;
    }

.post .alignleft {
    margin:0 30px 10px 0;
	display: inline;
	float: left;
    max-width:48%;
}

.post .alignright {
    margin:0 0 10px 30px;
	display: inline;
	float: right;
    max-width:48%;
}

.post .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
