@charset "utf-8";

#breadCrumb{
  padding: 10px;
}

.contentTitle{
	padding: 30px 0px 13px 0px;
}
.contentTitle h1{
	font-size: 200%;
    text-align: center;
    padding: 2px 0 10px 0px;
    border-bottom: 1px solid #dcdbb4;
}
.contentDescription{
	color: #007421;
    padding: 10px;
    text-align: center;
    font-size: 90%;
}

.contentHeader p.date {
    color: #006837;
    margin-right: 0px;
    text-align: right;
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin-top: 10px;
}

#full #main{
	font-size: 120%;
}

#page #content .inner{
padding-bottom: 50px;
}
#page #main{
  flex: 0 1 720px;
	font-size: 120%;

}
#page #sidemenu{
    padding: 10px;
}
#sidemenu .sideHeader h2{
    text-align: center;
    font-size: 120%;
    background-image: url(../images/tree-bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 280px;
    padding: 15px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#sidemenu .sideBody ul{
  padding-top: 10px;
  padding-bottom: 5px;
}
#sidemenu .sideBody ul li{
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  margin-bottom: 5px;
}

.active {
	color: #007421;
}

.contentBody{
  padding-top: 10px;
  padding-bottom: 20px;
}

ul.pageList{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.pageList li{
  padding: 25px;
  box-sizing: border-box;
  flex: 0 1 47%;
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  -moz-box-shadow: 0px 0px 3px #ccc;
  background-image: url(../images/tree-bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 56px;
}

ul.pageList li span{
  display: block;
  padding-bottom: 12px;
}

ul.pageList li span.description{
	line-height: 22px;
	font-size: 80%;
}

ul.pageList li span.title{
  background: linear-gradient(transparent 70%, #F4F4DC 70%);
  padding: 5px;
  margin: 15px 0;
  font-size: 130%;
  font-weight: bold;
}

ul.pageList li span.title a{
	text-decoration: none;
}


ul.pageList li:nth-child(odd){
  /*background-color: #eee;*/
}

ul.col1{
}
ul.col1 li{}

ul.col3{
  justify-content: center;
}
ul.col3 li{
  flex: 0 1 30%;
  padding: 15px 15px 8px 15px;
}
ul.col3 li span.title{
  text-align: center;
  font-size: 100%;
}

ul.col3 li .thumb{
  text-align: center;
  height: 115px;
  overflow: hidden;
}

.thumb {
}

.thumb img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
	border: 1px solid #dedede;
	background-color: #fff;
}


.contentBody #news{
  background: none;
}

.contentBody .main_photo{
	text-align:center;
}
.none_text{
  display: none;
}


/* カレンダー
================================================== */

.calendar {
  margin-bottom: 40px;
}

.cal_month_select {
  margin-bottom: 20px;
  margin-top:25px;
  text-align: center;
}

.pre_month {
	background-color: #EFEED3;
    padding: 10px;
    margin-right: 15px;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.now_month {
	background-color: #EFEED3;
    padding: 10px;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.next_month {
	background-color: #EFEED3;
    padding: 10px;
    margin-left: 15px;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.cal_category_select {
    background-image: url(https://izumohokuryo-h.ed.jp/theme/sn-default/images/icon2.png);
    background-size: 15px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 22px;
	display:none;
}


table.cal_tbl {
  margin-top: 20px;
}

.cal_tbl {
  width: 100%;
}

.cal_tbl thead th {
  background-color: #007421;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.contentBody .sectionBody table th {
  vertical-align: middle;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cal_tbl th {
  border: solid 1px #ccc;
  text-align: center;
  padding: 5px;
}

.cal_tbl td {
  border: solid 1px #ccc;
  padding: 5px 10px 5px 5px;
}

.saturday { background: #d3e9ed; }
.sunday { background: #ffe7e6; }

.cal_tbl .place { 
	background-color: #f3f3f3;
    font-size: 80%;
    padding: 3px 3px;
    margin-left: 10px;
}
.cal_tbl .time {
	background-color: #f3f3f3;
    font-size: 80%;
    padding: 3px 3px;
    margin-left: 10px;	
	 }
.category {
  /*display:none;*/
}

.cal_tbl td li {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

/*カテゴリー：高校*/
.category.cate5 {
    background-color: #3f9b16;
    font-size: 80%;
    padding: 3px 3px;
    margin-right: 10px;
    color: #fff;
}

/*カテゴリー：中学*/
.category.cate7 {
    background-color: #B1494C;
    font-size: 80%;
    padding: 3px 3px;
    margin-right: 10px;
    color: #fff;
}



table.cal_day_tbl {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #006837;
    margin: 0px 10px 15px 0px;
}

table.cal_day_tbl tr li:nth-child(even) {
    background-color: #f2f2f2;
}

table.cal_day_tbl th {
    padding: 10px 10px 10px 37px;
    background-image: url(https://izumohokuryo-h.ed.jp/theme/sn-default/images/icon2.png);
    background-size: 15px;
    background-position: 11px 15px;
    background-repeat: no-repeat;
	width: 15%;
	color: #006837;
}



@media screen and (max-width: 768px) {
	
#breadCrumb {
    padding: 20px 5%;
}

.contentTitle h1 {
    font-size: 160%;
}	
	
#full #main {
    font-size: 100%;
}
	
#page #main {
    font-size: 100%;
}
	
  #page #content .inner{
    display: block;
  }
  #main,
  #sidemenu{
    margin: 10px;
  }
  #page #main,
  #page #sidemenu {}
  ul.pageList{

  }
  ul.pageList li{
    padding: 25px;
  }
  ul.col3{}
  ul.col3 li{}
  
  ul.pageList li span.title {
    background: linear-gradient(transparent 70%, #F4F4DC 70%);
    padding: 5px;
    margin: 0px;
    font-size: 115%;
    font-weight: bold;
}
}


@media screen and (max-width: 730px) {

ul.pageList li {
    flex: 0 1 45%;
}
	
}



@media screen and (max-width: 480px) {
	
#breadCrumb {
    padding: 10px 18px;
}
	
	
.contentBody {
    padding-bottom: 0px;
}
	
	
.contentTitle {
    padding: 10px 0px 13px 0px;
}
	
  #page #main,
  #page #sidemenu {}
  ul.pageList{
    display: block;

  }
	
ul.pageList li {
    padding: 20px;
    margin: 10% 3%;
}
	
ul.pageList li  span.thumb {
}

	

/* calendar
================================================== */

.category.cate5,.category.cate7 {
    text-align: center;
    display: block;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

.cal_tbl td li {
    text-align: center;
}

.place {
    display: block;
    font-size: 80%;
    padding: 3px 3px;
    margin-left: 0px;
	margin-top:5px;
}

.time {
    font-size: 80%;
    padding: 3px 3px;
    margin-left: 0px;
    display: block;
}


}
