@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. 基本

******************************************************************************* */
/* ==

　00. 基本

=============================================================================== */
#topicPath .baseIn {
	width: auto;
	max-width: 1240px;
	margin: 14px auto 13px;
	padding: 0 15px;
	box-sizing: border-box;
}
#topicPath ul {
	padding: 11px 0 11px;
}
.container {
	min-width: 1240px;
	overflow: hidden;
}
.container img {
	max-width: 100%;
	height: auto;
}
/* ビジュアル
------------------------------------------------------------------------------- */
.reVisual01 {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 480px;
	padding: 0 20px;
	margin-bottom:50px;
	background:#fff6f6;
	box-sizing: border-box;
	overflow: hidden;
	flex-wrap: wrap;
}
.reVisual01_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:1;
}
.reVisual01_bg img{
	object-fit: cover;
	width: 100%;
	height: 480px;
}
.reVisual01_txt{
	width: 100%;
	text-align:center;
}
.reVisual01_date,
.reVisual01_tit{
	position: relative;
	width: 100%;
	max-width: 960px;
	z-index:2;	
	text-align:center;
	margin:0 auto;
}

.reVisual01_date{
	font-size:200%;
	font-weight:100;	
}
.reVisual01_tit {
	font-size:300%;
	margin-bottom:5px;
	font-weight:100;
}
.reVisual01_ico{
	position: relative;
	z-index:2;
	width:230px;
	text-align:center;
	display:inline-block;
	font-size:183.333%;
	color:#fff;
	background:#93c322;
	border-radius:10px;
	padding:5px 30px;
	box-sizing: border-box;
}
.indent_txt{
	font-size:100%;
	margin:2em;
	text-indent:-2em;
}
/* コンテンツ
------------------------------------------------------------------------------- */
.reContent01{
	margin: 80px 20px 60px;
}
.reContent01_in{
	max-width: 1120px;
	margin: 0 auto;
}
.reContent01 p{
	font-size:133.3%;
	line-height:2;
	margin-bottom:30px;
}
.reContent01_txt {
	line-height: 1.89;
	margin: 20px 20px 0;
	font-size: 148%;
	font-weight: normal;
	box-sizing: border-box;
}
.reContent01_box{
	display:flex;
	gap:40px;
	margin-bottom:30px;
}
.reContent01_item{
	flex:1; 
	gap:20px;
}

.reContent01_photo{
	display:flex;
	flex-wrap: wrap;
	width:100%;
	gap:20px;
	margin-top:50px;
}
.reContent01_photo li{
	margin-top:20px;
	flex: 1 1 calc(33.333% - 13.333px); 
}
.reContent01_photo li span{
	display:block;
	font-size:112.3%;
	margin-top:10px;
}


/* Event
------------------------------------------------------------------------------- */
.reEvent01{
	width: 100%;
	margin: 0 auto 70px;
	padding: 80px 20px 60px;	
	background:#faffef;
	box-sizing: border-box;
}
.reEvent01_in{
	max-width:1120px;
	margin:0 auto;
}

.reEvent01_tit2{
	text-align: center;
	font-size:300%;
	color:#93c322;
	margin-bottom:20px;
	font-weight: normal;
}
.reEvent01_update{
	text-align: center;
	font-size:132%;
	margin-bottom:50px;
}
.reEvent01_box{
	display:flex;
	gap:40px;
	margin-bottom:30px;
}
.reEvent01_item{
	flex:1; 
}
.reEvent01_tit3{
	font-size: 146%;
	font-weight:bold;
	margin-bottom:10px;
}

.reEvent01_data {
  display: grid;
  grid-template-columns: 140px 1fr;
  row-gap: 10px;
}

.reEvent01_data dt {
	padding-bottom:5px;
	border-bottom:1px dotted #ccc;
	font-size:132%;
}

.reEvent01_data dd{
  margin: 0;
	padding-bottom:5px;	
	border-bottom:1px dotted #ccc;
	font-size:132%;
}
.reEvent01_btn{
	text-align: center;
}
.reEvent01_btn a{
	position: relative;
	display:inline-block;
	width:100%;
	max-width:460px;
	background:#93c322 url("../images/ico_arw01.png") no-repeat;
	background-size: 25px auto;
	background-position: right 15px top 50%;
	padding:20px;
	box-sizing: border-box;
	color:#fff;
	border-radius: 10px;
	font-size:186%;	
	text-decoration:none;
	margin:50px auto 0;
}

/*btn
------------------------------------------------------------------------------- */
.reBtn01{
	margin-bottom:100px;
}
.reBtn01_btn{
	text-align: center;
}
.reBtn01_btn a{
	position: relative;
	display:inline-block;
	width:100%;
	max-width:680px;
	background:#282f38 url("../images/ico_arw01.png") no-repeat;
	background-size: 25px auto;
	background-position: right 15px top 50%;
	padding:20px;
	box-sizing: border-box;
	color:#fff;
	border-radius: 10px;
	font-size:186%;	
	text-decoration:none;
	margin:50px auto 0;
}




