@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */

.contents .tit-red em{
	margin-bottom: 0;
	color: #425bab;
	font-size: 5rem;
}
.event-box{
  background: #f0eeed;
  margin: 50px calc(50% - 50vw);
  padding: 50px calc(50vw - 50%);
}


.tit-area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tit-area .txt{
	width: 61%;
	position: relative;
}
.tit-area figure{
	width: 33%;
	position: relative;
	z-index: 10;
}
.event-box .date{
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  max-width: 140px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 10px;
  background: #c6002f;
}
.event-box h2{
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 10px;
  color: #425bab;
  position: relative;
  line-height: 1.5;
}
.event-box h2 span{
	font-weight: bold;
	font-size: 2.2rem;
  line-height: 1.6;
	display: inline-block;
}
.info{ position: relative; }
.info::before{
  content: "";
  position: absolute;
  display: inline-block;
  width: 100vw; height: 6px;
  background: #cac1b8;
  left: calc(50% - 50vw); top: -8vw;
	z-index: 0;
}

.info .txt dt{
	font-weight: bold;
	color: #425bab;
	font-size: 2rem;
	margin-bottom: 5px;
}
.info .txt .btn a{
	display:table;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	padding: 15px 45px 15px 30px;
	background: #425bab;
	position: relative;
	text-decoration: none;
	margin-top: 15px;
	transition: .3s;
}
.info .txt .btn a:hover,
.backno .txt ul li a:hover,
.entry a:hover{ opacity: .7;}

.info .txt .btn a::before,
.entry a::before{
	content: "";
	position: absolute;
	display: block;
	width: 10px; height: 10px;
	top: 0; bottom: 0; right: 15px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.about,.backno{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 50px; 
	margin-bottom: 50px;
	border-bottom: 1px solid #cac1b8;
}
.about figure{ width: 28.5%; }
.about .txt{width: 67.3%;}
.about .txt dt{ line-height: 1.3;}
.about .txt span{
	color: #333;
	font-size: 1.4rem;
	display: inline-block;
	margin-bottom: 10px;
}
.backno figure{ width: 33%;}
.backno .txt{ width: 61.2%;}
.backno .txt .btn{ margin-bottom: 40px;}
.backno .txt ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 15px;
}
.backno .txt ul li{
	width: 47%;
	margin-bottom: 15px;
	line-height: 1.5;
}
.backno .txt ul li a{
	text-decoration: none;
	font-size: 1.2rem;
	color: #af8c46;
	display: block;
	transition: .3s;
}
.other{
	display: flex;
	flex-wrap: wrap;
}
.other dl+dl{ margin-left: 10%;}

.other a,.lead a{ color: #0000ff;}


.entry{
	max-width: 465px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.entry a{
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 20px 40px 20px 20px;
	position: relative;
	background: #c6002f;
	transition: .3s;
}
/*All END*/


/* ----------------------------------------------------
メディアクエリ設定 (PC) 961px～ 
---------------------------------------------------- */
@media screen and (min-width: 961px) {
	.sp-only { display: none; }
	
/*PC END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～960px
---------------------------------------------------- */
@media screen and (max-width: 960px) {
	
	.pc-only { display: none; }
  .other-box{ display: none;}
  .contents { padding: 0 15px;}
	.contents .tit-red em{
		font-size: 2.3rem;
		line-height: 1.5;
	}
	.lead{ letter-spacing: 0;}
  .event-box{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
	.tit-area{ display: block; }
	.tit-area .txt{ width: 100%; margin-bottom: 30px;}
	.tit-area .txt .note{ display: none;}
	.tit-area figure{
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
  .event-box .date{
    font-size: 1.1rem;
    padding: 8px 0;
  }
  .event-box h2{ font-size: 1.7rem; }
	.event-box h2 span{	font-size: 1.4rem;	}
	
	.info{
		margin-top: 20px; 
		padding-top: 50px;
	}
	.info::before{
		top: 0;
		height: 3px;
	}
	.info .txt dt{ font-size: 1.8rem;}
	.info .txt .btn a{
		display: block;
		width: 100%;
		text-align: center;
		padding: 15px 20px;
		font-size: 1.8rem;
	}
	
	.about{ 
		display: block;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.about figure{ width: 100%; margin-bottom: 15px; }
	.about .txt,.backno .txt{width: 100%;}
	.about .txt span{ font-size: 1.3rem;}
	
	.backno{
		flex-direction: column-reverse;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.backno figure{
		width: 80%;
		margin: 0 auto 15px;
		text-align: center;
	}
	.backno .txt ul li a{ font-size: 1.0rem;}
	.other{ display: block;}
	.other dl+dl{ margin:30px 0 0 0;}
	.entry a{
		font-size: 1.8rem;
		padding: 15px 20px;
	}
	/*smartPhone END*/
}

