@charset "utf-8";

/**
 *
 * 学校生活: 年間行事
 *
 */

/*--------------------------------------------------------------------------
  overwrite スタイルの上書き
--------------------------------------------------------------------------*/
#Content{
	background: url(../images/bg_content.png);
}

/* @SP */
@media all and (max-width: 767px){
	#Content{
		background-size: 9px 14px;
	}
}

/* .cmn_kv_img
-----------------------------------------------------------------*/
.cmn_kv_img{
	background-image: url(../images/kv_img.jpg);
}

/* @SP */
@media all and (max-width: 767px){
	.cmn_kv_img{
		background: none;
	}
	.cmn_kv_ttl img{
		width: auto;
		height: 53px;
	}
}


/*----------------------------------------------------------------------
	blocks
----------------------------------------------------------------------*/
.blocks{
	margin: 0 -20px;
	padding-top: 65px;
}
.block{
	position: relative;
	float: left;
	width: 460px;
	min-height: 650px;
	margin: 60px 20px 0;
	padding-bottom: 30px;
}
.block dt{
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -55px;
}
.block .image{
	padding: 5px;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,.20);
	background: #fff;
}
.block .detail{
	margin-top: 20px;
}
.block .detail ul{
	margin: -5px 0;
	letter-spacing: -.4em;
}
.block .detail ul li{
	display: inline-block;
	min-width: 50%;
	margin: 5px 0;
	font-size: 86%;
	letter-spacing: 0;
}

.tag{
	display: inline-block;
	width: 71px;
	height: 24px;
	margin-right: 14px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	line-height: 24px;
}
.tag._type01{ background: #ff8e49;}
.tag._type02{ background: #fe7cab;}
.tag._type03{ background: #7ca4db;}

.block .detail ul li.txt-line{margin-left: 85px;}
.block .detail ul li.txt-line .tag._type02{ margin-left: -85px;}

/* @SP */
@media all and (max-width: 767px){
	.blocks{
		margin: 0;
		padding: 0 0 50px;
	}
	.block{
		float: none;
		width: auto;
		min-height: 0;
		margin: 74px 0 0;
	}
	.block dt{
		top: -44px;
		margin-left: -40px;
	}
	.block dt img{
		width: 80px;
		height: auto;
	}
	.block .image{
		padding: 4px;
	}
	.block .image img{
		width: 100%;
		height: auto;
	}
	.block .detail{
		margin-top: 14px;
	}
	.block .detail ul li{
		min-width: 50%;
		margin: 5px 0;
		font-size: 12px;
	}

	.tag{
		width: 50px;
		height: 18px;
		margin-right: 9px;
		border-radius: 3px;
		font-size: 8px;
		line-height: 18px;
	}
	.block .detail ul li.txt-line{margin-left: 59px;}
	.block .detail ul li.txt-line .tag._type02{ margin-left: -59px;}
}


/*----------------------------------------------------------------------
	diary
----------------------------------------------------------------------*/
.diary{
	padding: 80px 0;
	background: #fffdf0;
}
.diary .frame{
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: url(../images/bg_note_middle.png) repeat-y;
}
.diary .frame:before,
.diary .frame:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 49px;
	background-repeat: no-repeat;
}
.diary .frame:before{
	top: 0;
	background-image: url(../images/bg_note_top.png);
}
.diary .frame:after{
	bottom: 0;
	background-image: url(../images/bg_note_bottom.png);
}
.diary__inner{
	padding: 63px 0 58px;
}
.diary__hdg{
	margin-bottom: 30px;
	text-align: center;
}
.diary__sub-ttl {
	width: 266px;
	border: 2px solid #ee287d;
	margin: 0 auto 30px;
	padding: 10px 0;
	text-align: center;
	line-height: 1;
	background: #fff;
}
.diary__cont{
	margin-top: 30px;
	padding: 0 67px;
}
.diary .btn{
	width: 330px;
	margin: 40px auto 0;
	text-align: center;
}
.diary .btn a{
	display: block;
	padding: 12px 0;
	border-radius: 4px;
	background: #da2361 url(../images/ico_arw01.png) no-repeat 22px 50%;
	background-size: 7px auto;
	color: #fff;
	text-decoration: none;
}

.diary .list{
	margin: 0 -10px;
}
.diary .list li{
	width: 33.3%;
	width: calc(100% / 3);
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.diary .list a,
.diary .list span{
	display: block;
	text-decoration: none;
	color: #fff;
}
.diary li > span{
	position: relative;
	display: block;
	color: #fff;
}
.diary .list li .img{
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
	background-size: cover;
}
.diary .list li > span img{
	min-width: 256px;
}
.diary .list dl{
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.7));
	background: linear-gradient(transparent, rgba(0,0,0,0.7));
}
.diary .list dt{
	font-size: 11px;
}
.diary .list dd.ttl{
	line-height: 1.3;
	margin-top: 5px;
}
.diary .list dd.tag{
	display: inline-block;
	margin-top: 7px;
	padding-left: 20px;
	background: url(/diary/images/common/ico_tag.png) no-repeat 0 5px;
	background-size: 14px;
	font-size: 10px;
	height: 24px;
	margin-right: 0;
	border-radius: 0;
	text-align: left;
	color: #fff;
	line-height: inherit;
	width: auto;
}
.diary .list dd.tag a{
	position: static;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 3px 5px;
	background: rgba(0, 0, 0, 0.3);
}
.diary .list dd.tag a:hover{
	background: #000;
}

/* @SP */
@media all and (max-width: 767px){
	.diary{
		padding: 45px 20px;
	}
	.diary .frame{
		width: 100%;
		padding: 20px 0 0;
		background: #fbf6da url(../images/bg_note_top02_sp.png) repeat-x;
		background-size: 8px 30px;
	}
	.diary .frame:before,
	.diary .frame:after{
		top: 0;
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}
	.diary .frame:before{
		background-image: url(../images/bg_note_top01_sp.png);
	}
	.diary .frame:after{
		right: 0;
		left: auto;
		background-image: url(../images/bg_note_top03_sp.png);
	}
	.diary__inner{
		position: relative;
		padding: 26px 24px 13px;
	}
	.diary__inner:before,
	.diary__inner:after{
		content: '';
		position: absolute;
		top: 0;
		width: 24px;
		height: 100%;
		background-repeat: repeat-y;
		background-size: 30px 8px;
	}
	.diary__inner:before{
		left: 0;
		background-image: url(../images/bg_note_middle01_sp.png);
		background-position: 0 0;
	}
	.diary__inner:after{
		right: 0;
		background-image: url(../images/bg_note_middle02_sp.png);
		background-position: -6px 0;
	}
	.diary__hdg{
		margin-bottom: 25px;
	}
	.diary__hdg img{
		width: 100%;
		max-width: 288px;
		height: auto;
	}
	.diary__sub-ttl {
		border-width: 1px;
		width: auto;
	}
	.diary__sub-ttl img {
		width: 100%;
		max-width: 60px;
		height: auto;
	}
	.diary__cont{
		padding: 0;
	}
	.diary .btn{
		width: 100%;
		margin-top: 30px;
	}
	.diary .btn a{
		background-position: 18px 50%;
		background-size: 6px auto;
	}
	.diary .frame_bottom{
		position: relative;
		height: 30px;
		background: url(../images/bg_note_bottom02_sp.png) repeat-x;
		background-size: 8px 30px;
	}
	.diary .frame_bottom:before,
	.diary .frame_bottom:after{
		content: '';
		position: absolute;
		top: 0;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-size: 30px 30px;
	}
	.diary .frame_bottom:before{
		left: 0;
		background-image: url(../images/bg_note_bottom01_sp.png);
	}
	.diary .frame_bottom:after{
		right: 0;
		background-image: url(../images/bg_note_bottom03_sp.png);
	}

	.diary .list {
		margin: 0 0 -20px;
	}
	.diary .list li {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0 0 20px;
	}
	.diary .list li dt{
		font-size: 9px;
	}
	.diary .list li dd{
		font-size: 10px;
	}
}


/*----------------------------------------------------------------------
	2019.05.13追加
----------------------------------------------------------------------*/
.detail_ht {
		height:167px;
	}

@media all and (max-width: 767px){
	.detail_ht {
		height:auto;
	}
}

	.detail_ht02 {
		height:206px;
	}

@media all and (max-width: 767px){
	.detail_ht02 {
		height:auto;
	}
}