@charset "UTF-8";
/* css Event [top] */

@import url("main.css");

/*---------------------------------------------------- */
/* Main Contents Part */
/*---------------------------------------------------- */
#maincontainer {
	background-color: #f1f5f7;
}

/*---------------------------------------------------- */
/* Event */
/*---------------------------------------------------- */
/*== Waku ==*/
.eventArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_event {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_event .eventbox {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	border-bottom: solid 1px #e5e5e5;
}
.waku_event .eventbox:last-child {
	padding: 0;
	margin: 0;
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
	border-bottom: none;
}
.waku_event .eventbox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_event .eventbox article figure {
	padding: 0;
	margin: 0;
	height: auto;
}
.waku_event .eventbox article .detail {
	padding: 0;
	margin: 0;
	height: auto;
}

/*== h3 ==*/
.waku_event .eventbox article figure .month-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_event .eventbox article figure .month-title h3 {
	padding: 0;
	margin: 0;
	font-family: 'Noto Serif JP', serif;
	color: #3d3e3f;
	font-weight: 700;
	line-height: 1.3;
}
.waku_event .eventbox article figure .month-title h3 small {
	padding: 0;
	margin: 0;
	color: #7e7d7f;
	font-size: 62%;
	font-style: normal;
	font-weight: 700;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_event {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Table ==*/
.haco_event table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
.haco_event table tr {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-top: dotted 1px #e5e5e5;
}
.haco_event table tr:first-child {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-top: none;
}
.haco_event table th {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
}
.haco_event table td {
	padding: 0;
	margin: 0;
	height: auto;
	vertical-align: top;
}

/*== Text ==*/
.haco_event table th p {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-weight: 600;
	text-decoration: none;
	text-align: left;
	line-height: 1.3;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
}
.haco_event table th p:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #008e66;
	position: absolute;
	left: 0;
}
.haco_event table th h4 {
	padding: 0;
	margin: 0;
	/*color: #4d4e4f;*/
	color: #008e66;
	font-weight: 700;
	text-decoration: none;
	text-align: left;
	line-height: 1.0;
}
.haco_event table th h4 a,
.haco_event table th h4 a:hover {
	font-weight: 700;
	text-decoration: underline;
}

/*== img ==*/
.haco_event table td .photo_event {
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.haco_event table td .photo_event img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*== a:links ==*/
.haco_event table td .photo_event a {
	text-decoration: none;
	text-indent: -999px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	z-index: 2;
	background-color: transparent;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.haco_event table td .photo_event a:hover {
	background-color: rgba(0, 0, 0, .5);
}
.haco_event table td .photo_event a:before {
	content: "\f00e";
	font: 24px/44px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 10px;
	width: 46px;
	height: 46px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 20%); 
	transform: translate(-50%, 20%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.haco_event table td .photo_event a:hover:before {
	color: rgba(0, 0, 0, .8);
	background-color: rgba(255, 255, 255, .9);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}
.haco_event table td .photo_event:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Event */
/*---------------------------------------------------- */
/*== Waku ==*/
.eventArea {
	padding: 45px 50px;
	width: 100%;
}
.waku_event {
	width: 98%;
}
.waku_event .eventbox,
.waku_event .eventbox:last-child {
	padding: 30px 0;
	width: 100%;
}
.waku_event .eventbox:first-child {
	padding: 0 0 30px 0;
	width: 100%;
}
.waku_event .eventbox article {
	width: 98%;
	overflow: hidden;
}
.waku_event .eventbox article figure {
	width: 52px;
	float: left;
}
.waku_event .eventbox article .detail {
	margin-right: 10px;
	width: calc(98% - 72px);
	float: right;
}

/*== h3 ==*/
.waku_event .eventbox article figure .month-title {
	width: 98%;
}
.waku_event .eventbox article figure .month-title h3 {
	font-size: 32px;
	writing-mode: vertical-rl;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_event {
	width: 98%;
}

/*== Table ==*/
.haco_event table tr:nth-child(2n) {
	background-color: #f9fbfc;
}
.haco_event table th, .haco_event table td {
	padding: 20px 0;
}
.haco_event table th {
	width: 62%;
}
.haco_event table td {
	width: 38%;
}

/*== Text ==*/
.haco_event table th p {
	padding-left: 16px;
	margin: 0 25px 10px 25px;
	font-size: 18px;
}
.haco_event table th p:before {
	font-size: 10px;
	top: 6px;
}
.haco_event table th h4 {
	margin: 0 25px 0 38px;
	font-size: 24px;
}

/*== img ==*/
.haco_event table td .photo_event {
	margin: 0 25px;
	width: calc(100% - 50px);
	height: 160px;
}



}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Event */
/*---------------------------------------------------- */
/*== Waku ==*/
.eventArea {
	padding: 35px 35px;
	width: 94%;
}
.waku_event {
	width: 98%;
}
.waku_event .eventbox,
.waku_event .eventbox:last-child {
	padding: 25px 0;
	width: 98%;
}
.waku_event .eventbox:first-child {
	padding: 0 0 25px 0;
	width: 98%;
}
.waku_event .eventbox article {
	width: 96%;
	overflow: hidden;
}
.waku_event .eventbox article figure {
	width: 43px;
	float: left;
}
.waku_event .eventbox article .detail {
	margin-right: 10px;
	width: calc(96% - 66px);
	float: right;
}

/*== h3 ==*/
.waku_event .eventbox article figure .month-title {
	width: 98%;
}
.waku_event .eventbox article figure .month-title h3 {
	font-size: 26px;
	writing-mode: vertical-rl;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_event {
	width: 98%;
}

/*== Table ==*/
.haco_event table tr:nth-child(2n) {
	background-color: #f9fbfc;
}
.haco_event table th, .haco_event table td {
	padding: 18px 0;
}
.haco_event table th {
	width: 62%;
}
.haco_event table td {
	width: 38%;
}

/*== Text ==*/
.haco_event table th p {
	padding-left: 14px;
	margin: 0 20px 8px 20px;
	font-size: 16px;
}
.haco_event table th p:before {
	font-size: 8px;
	top: 6px;
}
.haco_event table th h4 {
	margin: 0 20px 0 34px;
	font-size: 22px;
}

/*== img ==*/
.haco_event table td .photo_event {
	margin: 0 20px;
	width: calc(100% - 40px);
	height: 140px;
}

	
	@media all and (max-width: 750px) and (min-width: 600px) {
		/*== Table ==*/
		.haco_event table th {
			padding: 18px 0 0 0;
			width: 100%;
			display: block;
		}
		.haco_event table td {
			padding: 8px 0 18px 0;
			width: 100%;
			display: block;
		}
		
		/*== Text ==*/
		.haco_event table th p {
			padding-left: 12px;
			margin: 0 20px 7px 20px;
			font-size: 14px;
			
		}
		.haco_event table th p:before {
			font-size: 7px;
			top: 5px;
		}
		.haco_event table th h4 {
			margin: 0 20px 0 30px;
			font-size: 20px;
		}
		
		/*== img ==*/
		.haco_event table td .photo_event {
			margin: 0 20px;
			width: calc(100% - 40px);
			height: 140px;
		}

	}

}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Event */
/*---------------------------------------------------- */
/*== Waku ==*/
.eventArea {
	padding: 25px 25px;
	width: 92%;
}
.waku_event {
	width: 98%;
}
.waku_event .eventbox,
.waku_event .eventbox:last-child {
	padding: 20px 0;
	width: 98%;
}
.waku_event .eventbox:first-child {
	padding: 0 0 20px 0;
	width: 98%;
}
.waku_event .eventbox article {
	width: 96%;
}
.waku_event .eventbox article figure {
	margin-bottom: 0;
	width: 100%;
	display: block;
}
.waku_event .eventbox article .detail {
	width: 100%;
	display: block;
}

/*== h3 ==*/
.waku_event .eventbox article figure .month-title {
	width: 98%;
}
.waku_event .eventbox article figure .month-title h3 {
	padding: 0 0 0 18px;
	font-size: 22px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
}
.waku_event .eventbox article figure .month-title h3:before {
	content: "\f0c8";
	font: 900 12px "Font Awesome 5 Free";
	color: #008e66;
	position: absolute;
	top: 8px;
	left: 0;
}

/*---------------------------------------------------- */
/* Table */
/*---------------------------------------------------- */
/*== Waku ==*/
.haco_event {
	width: 98%;
}

/*== Table ==*/
.haco_event table tr:nth-child(2n) {
	background-color: #f9fbfc;
}
.haco_event table th {
	padding: 15px 0 0 0;
	width: 100%;
	display: block;
}
.haco_event table td {
	padding: 6px 0 15px 0;
	width: 100%;
	display: block;
}

/*== Text ==*/
.haco_event table th p {
	padding-left: 14px;
	margin: 0 18px 6px 12px;
	font-size: 14px;
}
.haco_event table th p:before {
	font-size: 6px;
	top: 5px;
}
.haco_event table th h4 {
	margin: 0 18px 0 28px;
	font-size: 20px;
}

/*== img ==*/
.haco_event table td .photo_event {
	margin: 0 18px;
	width: calc(100% - 36px);
	height: 120px;
}



}