@charset "UTF-8";




#main {
	width: 100%;
	height: 400px;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
}
#main {background: url(../../images/eventlist/main_pc.jpg) no-repeat; background-size: cover;}
#main h2 {
	font-size: 3.5rem;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#main h2 span {
	background: rgba(255,255,255,0.4);
}

#eventlist {
	width: 1100px;
	margin: 80px auto 0;
}
#eventlist h3 {
	font-size: 3rem;
	text-align: center;
	margin: 0 0 50px 0;
}

#eventlist ul {
	/* margin-bottom: 100px; */
}
#eventlist li {
	overflow: hidden;
	border-radius: 10px;
}
#eventlist li dl {
	display: flex;
}
#eventlist li dt {
	width: 46%;
}
#eventlist li dt img {
	width: 100%;
	height: auto;
}
#eventlist li dd {
	width: 54%;
	padding: 30px;
	box-sizing: border-box;
	font-size: 1.5rem;
}
#eventlist li dd span {
	font-size: 1.8rem;
	display: inline-block;
	padding: 0px 10px;
}
#eventlist li dd .title {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0;
	text-align: left;
}
#eventlist li dd .date {
	font-size: 2.4rem;
	font-weight: bold;
}
#eventlist li dd .desc {
	font-size: 1.5rem;
	padding: 2em 0;
}
#eventlist li dd .btnblock {
	display: flex;
	justify-content: space-between;
}
#eventlist li dd .btnblock p {
	width: 240px;
	font-size: 1.8rem;
	text-align: center;
}
#eventlist li dd .btnblock p a {
	display: block;
	background: #fff;
	border-radius: 30px;
	border: 1px solid #000;
	padding: 10px;
	box-sizing: border-box;
}
#eventlist li dd .btnblock p a.btngra2 {
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, #00ab9d, #1faedf);
	padding: 10px;
}
#eventlist li dd .btnblock p.disenable {
	background: #ccc;
	border-radius: 30px;
	padding: 10px;
	box-sizing: border-box;
	color: #666;
}
#eventlist li dd .btnblock p a:hover {
	text-decoration: none;
}

.event-detail {
	width: 90%;
	padding: 60px 0;
	margin: 0 auto;
	display: none;
}


.eventlistbtn {
	width: 640px;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.eventlistbtn li {
	width: 240px;
	font-size: 1.8rem;
	text-align: center;
}
.eventlistbtn li a {
	display: block;
	background: #fff;
	border-radius: 30px;
	border: 1px solid #000;
	padding: 10px;
	box-sizing: border-box;
}
.eventlistbtn li .btngra2 {
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, #00ab9d, #1faedf);
	padding: 10px;
}

.eventlistbtn li .disenable {
	background: #ccc;
	border-radius: 30px;
	padding: 10px;
	box-sizing: border-box;
	color: #666;
}

.event-detail {
	display: none;
}

.eventlistbtn li .btngra span {
	background: #fff;
	border-radius: 30px;
	text-align: center;
	display: block;
	vertical-align: middle;
	padding: 10px 0;
	transition: all 0.2s ease;
} 


.kobetsu {
	text-align: center;
}

/* 
.lefttitle {
	padding-top: 25px;
	margin-bottom: 50px;
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
}

.lefttitle dt {
	font-size: 1.8rem;
	font-weight: bold;
	width: 370px;
	padding-right: 20px;
	box-sizing: border-box;
}
.lefttitle dt h3 {
	font-weight: bold;
}
.lefttitle .btnlink {
	width: 300px;
	margin-top: 20px;
}
.ocbox span {
	color: #fff;
	font-weight: normal;
	font-size: 1.4rem;
	min-width: 100px;
	display: inline-block;
	padding: 4px 0;
	text-align: center;
	margin-bottom: 5px;
}
.ocbox .experience {
	background: #bcd729; }
.ocbox .holidays {
	background: #ff0019; }
.ocbox .weekday_night {
	background: #0020f9; }
.ocbox .weekday_daytime {
	background: #f2512f; }
.ocbox .public_holiday {
	background: #ff0019; }
.ocbox .online {
	background: #58b2ff; }
.ocbox .limited {
	background: #ffae00; }
.ocbox .kouni {
	background: #ff77fa; }
.ocbox .eventlistbtn li .disenable {
	font-size: 15px;
	text-align: center;
	color: #666;
	background: #ccc;
	border-radius: 30px;
	padding: 12px;
	width: 100%;
	display: block;
}
.ocbox .eventlistbtn li:last-child a {
	font-size: 15px;
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, #00ab9d, #1faedf);
	border-radius: 30px;
	padding: 12px;
	width: 100%;
	display: block;
}

.lefttitle dt .tag {
	border: 1px solid #000;
	padding: 5px;
	font-weight: normal;
}

.lefttitle dt .date {
	font-weight: normal;
}
.lefttitle dd {
	padding-bottom: 35px;
	width: 730px;
}

*/


p.caution {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #f00;
}

#calendarbg {
	background: url(../../images/eventlist/calendarbg.gif) repeat-x 0 500px;
}

.eventlistplate, #calendardet {
	width: 1100px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.085);
	padding: 70px 30px;
	box-sizing: border-box;
}
#calendardet {
	margin-top: 50px;
	display: none;
}

.eventlistplate h3,
#calendardet h3 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 50px;
}

#explate {
	width: 800px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.085);
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}

#explate .online_session { color: #554740;}
#explate .exam_session { color: #ff4c00;}
#explate .info_session { color: #06a092;}
#explate .subject_session { color: #1a00ff;}
#explate .special_session { color: #f00;}

#explate span {
	display: inline-block;
	margin: 0 10px;
}

.eventlistplate .ebox,
#calendardet .eboxhidden {
	border: 1px solid #c6c6c6;
	margin-bottom: 30px;
	background: #fff;
}

.eventlistplate .ebox dt,
#calendardet .eboxhidden dt {
	text-align: center;
	padding: 4px 0;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
}
.eventlistplate .ebox dt.online_session,
#calendardet .eboxhidden dt.online_session { background: #554740;}
.eventlistplate .ebox dt.exam_session,
#calendardet .eboxhidden dt.exam_session { background: #ff4c00;}
.eventlistplate .ebox dt.info_session,
#calendardet .eboxhidden dt.info_session { background: #06a092;}
.eventlistplate .ebox dt.subject_session,
#calendardet .eboxhidden dt.subject_session { background: #1a00ff;}
.eventlistplate .ebox dt.special_session,
#calendardet .eboxhidden dt.special_session { background: #f00; position: relative;}

.eventlistplate .ebox dt.special_session:before,
#calendardet .eboxhidden dt.special_session:before {
	color: #ff0;
	position: absolute;
	content: 'SPECIAL';
	font-size: 1.8rem;
	left: 10px;
	top: 10px;
}


.eventlistplate .ebox dd,
#calendardet .eboxhidden dd {
	padding: 0 30px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.eventlistplate .ebox dd .listdat,
#calendardet .eboxhidden dd .listdat {
	width: 430px;
}

.eventlistplate .ebox dd .listdat img,
#calendardet .eboxhidden dd .listdat img {
	width: 100%;
}

.eventlistplate .ebox dd .categ,
#calendardet .eboxhidden dd .categ {
	font-size: 2.4rem;
	font-weight: bold;
}
.eventlistplate .ebox dd .categ.online_session,
#calendardet .eboxhidden dd .categ.online_session { color: #554740;}
.eventlistplate .ebox dd .categ.exam_session,
#calendardet .eboxhidden dd .categ.exam_session { color: #ff4c00;}
.eventlistplate .ebox dd .categ.info_session,
#calendardet .eboxhidden dd .categ.info_session { color: #06a092;}
.eventlistplate .ebox dd .categ.subject_session,
#calendardet .eboxhidden dd .categ.subject_session { color: #1a00ff;}
.eventlistplate .ebox dd .categ.special_session,
#calendardet .eboxhidden dd .categ.special_session { color: #f00;}

.eventlistplate .ebox dd .categ span,
#calendardet .eboxhidden dd .categ span {
	color: #000;
	display: block;
	font-size: 1.8rem;
}

.eventlistplate .ebox dd .desc,
#calendardet .eboxhidden dd .desc {
	font-size: 1.8rem;
}

.eventlistplate .btnarea,
#calendardet .btnarea {
	display: flex;
	margin: 20px 0;
}

.eventlistplate .ebox dd .btnblock,
#calendardet .eboxhidden dd .btnblock {
	width: 540px;
}

.eventlistplate .ebox dd .btnblock .catlabel,
#calendardet .eboxhidden dd .btnblock .catlabel {
	font-size: 1rem;
	font-weight: bold;
}

.eventlistplate .ebox dd .btnblock .catlabel span,
#calendardet .eboxhidden dd .btnblock .catlabel span {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 4px;
	padding: 2px 6px;
	border-radius: 20px;
}

.ch_student3 { background: #ffff00;}
.ch_student1 { background: #00ffff;}
.ch_society { background: #8e66e9;color: #fff;}
.ch_experience { background: #ff0000;color: #fff;}
.ch_active { background: #48b134;color: #fff;}
.ch_tour { background: #0000ff;color: #fff;}
.ch_personal { background: #f15a24;color: #fff;}


.eventlistplate .ebox dd .btnblock .btnarea p,
#calendardet .eboxhidden dd .btnblock .btnarea p {
	width: 250px;
	font-size: 1.8rem;
	text-align: center;
	margin-right: 10px;
}
.eventlistplate .ebox dd .btnblock .btnarea p a,
#calendardet .eboxhidden dd .btnblock .btnarea p a {
	display: block;
	background: #fff;
	border-radius: 30px;
	border: 1px solid #000;
	padding: 10px;
	box-sizing: border-box;
}
.eventlistplate .ebox dd .btnblock .btnarea p.disenable,
#calendardet .eboxhidden dd .btnblock .btnarea p.disenable {
	background: #ccc;
	border-radius: 30px;
	padding: 10px;
	box-sizing: border-box;
	color: #666;
}
.eventlistplate .ebox dd .btnblock .btnarea p a:hover,
#calendardet .eboxhidden dd .btnblock .btnarea p a:hover {
	text-decoration: none;
}
.eventlistplate .ebox dd .btnblock .btnarea p a.btngra2,
#calendardet .eboxhidden dd .btnblock .btnarea p a.btngra2 {
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, #00ab9d, #1faedf);
	padding: 10px;
}


.eventlistallbtn {
	text-align: center;
}
.eventlistallbtn a {
	width: 280px;
	font-size: 1.8rem;
	display: block;
	background: linear-gradient(90deg, #00ab9d, #1faedf);
	color: #fff;
	border-radius: 30px;
	border: 1px solid #000;
	padding: 10px;
	box-sizing: border-box;
	margin: 80px auto 0 auto;
}
.eventlistallbtn a:hover {
	text-decoration: none;
}

.kou3-2 img {
	width: 100%;
}
.kou3-2 {
	margin-top: -100px;
	margin-bottom: 100px;
}


/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {


#main {
	height: 100vh;
}

#main {background: url(../../images/eventlist/main_sp.jpg) no-repeat center center; background-size: cover;}
#main h2 {
	font-size: 3rem;
	width: 100%;
}

#eventlist {
	width: 90%;
	margin-top: 30px;
}

#eventlist h3 {
	font-size: 3rem;
	text-align: center;
	margin: 0 0 20px 0;
}

#eventlist li dl {
	display: block;
	position: relative;
}
#eventlist li dt {
	width: 100%;
}
#eventlist li dd {
	width: 100%;
}
#eventlist li dd span {
	position: absolute;
	top: 230px;
	left: 30px;
	font-size: 1.8rem;
	display: inline-block;
	padding: 0px 10px;
}
#eventlist li dd .btnblock {
	display: block;
}
#eventlist li dd .btnblock p {
	width: 100%;
}
#eventlist li dd .btnblock p:first-child {
	margin-bottom: 10px;
}




.eventlistbtn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.eventlistbtn li {
	width: 100%;
	font-size: 1.8rem;
	text-align: center;
	padding: 30px;
}






#gcal {
	width: 90%;
	margin: 0 auto 50px;
}


p.caution {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

#calendarbg {
	background: url(../../images/eventlist/calendarbg.gif) repeat-x 0 370px;
}

.eventlistplate {
	width: 100%;
	padding: 35px 10px;
}

.eventlistplate h3,
#calendardet h3 {
	margin-bottom: 20px;
}

#explate {
	width: 90%;
	padding: 10px;
	font-size: 1.3rem;
	margin-top: 25px;
}

#calendardet {
	width: 90%;
	margin-top: 30px;
	padding: 35px 10px;
}
.eventlistplate .ebox dt,
#calendardet .eboxhidden dt {
	padding: 4px 0;
	font-size: 1.8rem;
}


.eventlistplate .ebox dd,
#calendardet .eboxhidden dd {
	padding: 0 0 10px 0;
	display: block;
}

#calendardet .eboxhidden dd .listdat,
.eventlistplate .ebox dd .listdat {
	width: 100%;
}

.eventlistplate .ebox dd .categ,
#calendardet .eboxhidden dd .categ {
	margin-bottom: 20px;
}

.eventlistplate .ebox dd .categ span,
#calendardet .eboxhidden dd .categ span {
	display: block;
	margin-left: 0;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.eventlistplate .ebox dd .btnblock,
#calendardet .eboxhidden dd .btnblock {
	width: 90%;
	margin: 20px auto;
}
.eventlistplate .ebox dd .btnblock p,
#calendardet .eboxhidden dd .btnblock p {
	margin-bottom: 20px;
}


.eventlistplate .ebox dt.special_session:before,
#calendardet .eboxhidden dt.special_session:before {
	font-size: 1.4rem;
	top: 7px;
}


.event-detail {
	padding: 0 0 20px 0;
}

.kou3-2 {
	margin-top: -100px;
	margin-bottom: 50px;
}




}
