@charset "utf-8";
.eyecatch_inc.else .eyecatch_inc_01 h2{
	margin: 0 auto;
}
.eyecatch_inc .eyecatch_inc_01{
	background-image: url(../img/event/eye01.jpg);
}
@media only screen and (max-width: 767px) {
	.eyecatch_inc .eyecatch_inc_01{
		background-image: url(../img/event/eye01_sp.jpg);
	}
}

/*.contents00ここから*/
.contents00{
	width: 100%;
	height: auto;
	padding: 70px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents00{
		padding: 45px 0 0;
	}
}
.contents00 .contents00_01{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents00 .contents00_01 {
		width: 90%;
		margin: 0 auto;
	}
}
.contents00 .contents00_01 .text01{
	font-size: 16px;
	line-height: 32px;
	text-align: center; 
}
@media only screen and (max-width: 767px) {
	.contents00 .contents00_01 .text01{
		font-size: 15px;
		line-height: 25px;
		text-align: left;
	}
}
.contents00 .contents00_01 .text01 b{
	font-weight: bold;
	color: #029dff;
}

.contents00 .contents00_01 .text01 span{
	font-weight: bold;
	color: #ff6e02;
}
@media only screen and (max-width: 767px) {
	.contents00 .contents00_01 .text01 span{
	}
}
.contents00 .contents00_01 h3{
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.contents00 .contents00_01 h3{
		font-size: 22px;
		line-height: 35px;
	}
}
.contents00 .contents00_01 .contents00_01_01{
	width: 1180px;
	height: auto;
	margin: 30px auto 0;
	background: #EFEFEF;
	border-radius: 8px;
	padding: 20px 30px 30px;
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.contents00 .contents00_01 .contents00_01_01{
		width: 100%;
		margin: 20px auto 0;
		padding: 10px 0 20px;
	}
}
.contents00 .contents00_01 .contents00_01_01 ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents00 .contents00_01 .contents00_01_01 ul{
		flex-flow: wrap;
	}
}
.contents00 .contents00_01 .contents00_01_01 ul li a {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #FFEDDD;
	border-radius: 8px;
	margin: 20px 10px 0;
	padding: 0 10px;
	font-size: 15px;
}
@media only screen and (max-width: 767px) {
	.contents00 .contents00_01 .contents00_01_01 ul li a {
		margin: 10px 5px 0;
		font-size: 13px;
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 1180px;
	height: auto;
	padding: 70px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		width: 90%;
		padding: 40px 0;
		display: block;
	}
}
.contents01 .contents01_01 h2{
	width: 1180px;
	font-size: 30px;
	line-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #000;
	padding-bottom: 19px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 h2{
		width: 100%;
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 8px;
		margin: 0 auto;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 ul{
	width: 100%;
}
.contents01 .contents01_01 .contents01_01_01 ul li {
	margin: 33px 0 0;
	padding: 20px 20px 40px;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, .16);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li{
		width: 100%;
		margin: 30px auto 0;
		padding: 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li a {
	display: flex;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li a {
		display: block;
		border-right: solid 25px #FFEDDD;
		position: relative;
		border-radius: 8px;
	}
	.contents01 .contents01_01 .contents01_01_01 ul li a:after {
	  content: '';
	  display: block;
	  position: absolute;
	  top: 50%;
	  right: -15px;
	  width: 10px;
	  height: 10px;
	  border-left: 2px solid #FF6E02;
	  border-bottom: 2px solid #FF6E02;
	  transform: rotate(-135deg);
	}
	.contents01 .contents01_01 .contents01_01_01 ul li a section {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 10px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 7px;
	color: #FF6E02;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li h3 {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 5px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li p {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 0;
		order: 3;
	}
}

.contents01 .contents01_01 .contents01_01_01 ul li div {
	border-radius: 8px;
    border: 1px solid #CCCCCC;
    padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li div {
		width: calc(100% - 130px);
		border: none;
		padding-bottom: 10px;
	}
}

.contents01 .contents01_01 .contents01_01_01 ul li div h4 {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0;
    background-color: #DDDDDD;
    color: #000;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px 8px 0 0;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li div h4 {
		display: none;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li div ul {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li div ul {
		display: block;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li div ul li {
	margin: 0;
	padding: 0 1.5em;
	font-size: 15px;
	line-height: 25px;
	border-radius: 8px;
	box-shadow: none;
	display: block;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_01 ul li div ul li:after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #FF6E02;
  border-bottom: 2px solid #FF6E02;
  transform: rotate(-45deg);
}

.contents01 .contents01_01 .contents01_01_01 ul li figure {
}
.contents01 .contents01_01 .contents01_01_01 ul li figure img {
    width: 360px;
    height: auto;
    display: block;
    margin: 0 0 20px 24px;
	border-radius: 8px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 ul li figure {
	}
	.contents01 .contents01_01 .contents01_01_01 ul li figure img {
		width: 120px;
		margin: 0 0 10px;
		border-radius: 4px;
	}
}
.contents01 .contents01_01 .contents01_01_01 ul li b {
    width: 360px;
    height: 75px;
    margin: 0 0 0 24px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #FF6E02;
    border-radius: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.contents01 .contents01_01 .contents01_01_01 ul li b:after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 34px;
    margin: auto;
}

/*.contents01ここまで*/

.wp-pagenavi {
	margin: 80px auto 100px;
}
@media only screen and (max-width: 767px) {
	.wp-pagenavi {
		margin: 50px auto 60px;
	}
}