@charset "UTF-8";
/* CSS Document */
/* =========================================================
イベントCSS
=============================================================*/

/* =========================================================
header
========================================================= */

/* =========================================================
main
========================================================= */
/*トップページの見出し　共通スタイル
-------------------------------------------------- */

.content_wrap .main_title h2::before{
	content: url("../../common/images/modelcource_icon.svg");
	display: block;
	max-width: 68px;
	text-align: center;
	margin: 0 auto;
}
.content_box .article_list h4::before {
    content: "";
    text-align: left;
    background-color: #F9F6F0;
	background-image: url("../../common/images/modelcource_icon.svg");
	background-position: 31%;
	background-repeat: no-repeat;
	background-size: 1.1em;
	width: 40px;
	height: 41px;
	display: block;
	margin-right: 0.5em;
}
/*イベント情報サイドナビ
-------------------------------------------------- */
.event_calendar_wrap{
	max-width: 1200px;
/*	position: fixed;*/
	margin: 0 auto;
/*
	top: 12.8em;
	left: 0;
	right: 0;
*/
	
}
.event_calendar_nav{
/*	max-width: 1000px;*/
	display: flex;
	position: relative;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 20px;
/*	background-color: #eee;*/
	border: 3px dotted #ccc;
	padding: 1em 2em;
}
.event_calendar_nav li{
	text-align: center;
	background-color: #fdd;
	width: 20%;
	box-sizing: border-box;
/*	border: 3px solid #333;*/
	margin: 2em 1em;
  border-radius: 5px;
  transition: .4s;
}
/*
.event_calendar_nav::after{
	content: "別の月のイベント情報を見る";
	text-align: center;
	  display:block;
   width: 300px;
   background-color: #81C7D4;
   -webkit-border-radius: 50% 50% 70% 70% / 60% 60% 80% 87%;
   border-radius:50% 50% 80% 80% / 60% 60% 80% 80%;
	z-index: -999;
	position: absolute;
	top: 0px;
	left: 41%;
	right: 41%;
	padding: 9em;
}
*/
.event_calendar_nav a{
	text-align: center;
	display: block;
	width: 100%;
	padding: 1.4em 0;
	color: #333;
}
.event_calendar_nav a:hover{
	text-align: center;
	display: block;
	width: 100%;
	padding: 1.4em 0;
	color: #fff;
}

/*1月〜2月*/
.event_calendar_nav li:hover:nth-of-type(-n+2){
	background-color: #77769A;
}
/*3月〜5月*/
.event_calendar_nav li:hover:nth-child(n+3):nth-child(-n+5){
	background-color: #FFB4AC;
}
/*6月〜9月*/
.event_calendar_nav li:hover:nth-child(n+6):nth-child(-n+8){
	background-color: #5EC4DC;
}
/*10月〜11月*/
.event_calendar_nav li:hover:nth-child(n+9):nth-child(-n+11){
	background-color: #A68365;
}
/*12月*/
.event_calendar_nav li:hover:nth-last-of-type(1){
	background-color: #77769A;
}
.event_calendar_nav li{
    position: relative;
    cursor: pointer;
}
.description1 {
      transition: 0.5s;
  opacity:0;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #000;
    width:90%;
	bottom: 50px;
}
.description1::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #000;
    margin-left: -15px;
}

/*イベント情報サイドナビ
-------------------------------------------------- */
@media screen and (max-width:999px){
}