@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_event .top_mv {
	margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
.con_event .top_mv {
	margin-bottom: 50px;
}
}
.con_event, .con_calendar .inner, .con_item {
	max-width: 1080px;
	margin: auto;
}
@media only screen and (max-width: 1080px) {
  .con_event, .con_calendar .inner {
		width: 95%;
  }
}

.con_access {
	margin-top: 0 !important;
}

.con_footer {
	margin-top: 0 !important;
}

.sp_only{
	display: none;
}
@media only screen and (max-width: 767px) {
.sp_only{
	display: block;
}
}

@media only screen and (min-width: 1081px) {
  .mainimg {
		position: relative;
		left: 50%;
		margin-left: -770px;
  }
}
@media print {
  .mainimg {
		position: relative;
		left: 50%;
		margin-left: -770px;
  }
}

/* -----------------------------------------------------------
	.con_event
----------------------------------------------------------- */
.con_event {
	margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .con_event {
		margin-top: 2.8em;
  }
}

.con_event > .txt {
	font-size: 108%;
	text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_event > .txt {
		line-height: 2;
  }
}
@media print {
  .con_event > .txt {
		text-align: center;
		line-height: 2;
  }
}
.con_event ul {
	overflow: hidden;
	margin-top: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_event ul {
		margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_event ul {
		margin-top: 4em;
  }
}
.con_event ul li {
	float: left;
	width: 25%;
	border-right: 1px dotted #7f7f7f;
	padding: 0 15px 15px;
	margin: 20px 0;
	box-sizing: border-box;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_event ul li {
		padding: 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_event ul li {
		margin: 0;
  }
}
@media only screen and (min-width: 1081px) {
  .con_event ul li:nth-child(4n+1) {
		border-left: 1px dotted #7f7f7f;
  }
  .con_event ul li:nth-child(n+5):before {
		content: '';
		position: relative;
		left: 50%;
		top: -20px;
		display: block;
		margin-left: -47%;
		width: 94%;
		border-top: 1px dotted #7f7f7f;
  }
}
@media print {
  .con_event ul li:nth-child(4n+1) {
		border-left: 1px dotted #7f7f7f;
  }
  .con_event ul li:nth-child(n+5):before {
		content: '';
		position: relative;
		left: 50%;
		top: -20px;
		display: block;
		margin-left: -47%;
		width: 94%;
		border-top: 1px dotted #7f7f7f;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1080px) {
  .con_event ul li {
		width: 33%;
  }
  .con_event ul li:nth-child(3n+1) {
		border-left: 1px dotted #7f7f7f;
  }
  .con_event ul li:nth-child(n+4):before {
		content: '';
		position: relative;
		left: 50%;
		top: -20px;
		display: block;
		margin-left: -47%;
		width: 94%;
		border-top: 1px dotted #7f7f7f;
  }
}
@media only screen and (max-width: 767px) {
  .con_event ul li {
		width: 50%;
  }
  .con_event ul li:nth-child(2n) {
		border-right: none;
  }
  .con_event ul li:nth-child(n+3) {
		border-top: 1px dotted #7f7f7f;
  }
}

/* -----------------------------------------------------------
	.con_calendar
---------------------------------------------------------- */
.con_calendar {
	padding: 40px 0 60px;
	margin-top: 95px;
	/* background: #f5fcf5; */
}
.con_calendar .calendar_ttl {
	font-size: 2rem;
    margin-bottom: 30px;
}
.con_calendar .inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.con_calendar .inner > div {
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
.con_calendar {
	margin-top: 50px;
}
.con_calendar .calendar_ttl {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.con_calendar .inner {
    display: block;
}
.con_calendar .inner > div {
	margin-bottom: 30px;
}
}

/* -----------------------------------------------------------
	.con_item
---------------------------------------------------------- */
.con_item {
    margin-top: 55px;
}
@media only screen and (max-width: 767px) {
.con_item {
	margin-top: 0;
}
}

.con_item ul li {
	float: left;
	width: 33%;
	padding: 0 15px 15px;
	margin: 20px 0;
	box-sizing: border-box;
}

.con_item ul li h2{
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    padding: 15px 0 10px;
}

.con_item ul li table {
    margin: 8px 0;
    border-collapse: separate;
    border-spacing: 10px;
}

.con_item ul li table .vtop {
    width: 52px;
}

.con_item ul li table .tag{
    padding: 5px 10px;
    font-size: 1.2rem;
    line-height: 1;
    color: #ffffff;
    background-color: #b9ab93;
}

@media only screen and (max-width: 767px) {
.con_item ul {
    width: 95%;
    margin: 0 auto;
}
.con_item ul li {
    width: 100%;
    padding: 0;
    margin: 20px auto;
}
.con_item ul li h2{
    padding: 20px 0 15px;
}
}















/* -----------------------------------------------------------
	.con_access
---------------------------------------------------------- */
.con_access {
    clear: left;
}