/* ***** 共通class ***** */
dd.text{
    font-size:0.864rem;
    line-height: 1.7;
}

.inline-block {
    display: inline-block;
}

.fair_contents .top_txt .subheader {
	font-size: 1.5rem; 
	line-height: 1.7; 
	margin-bottom: 2rem;
}
.fair_contents .top_txt .lead {
	 margin:3rem;
	 line-height:1.9;
}
.date {
    margin:0 auto !important;
    width:28rem;
	font-size: 1.1rem !important;
    letter-spacing: 0.05rem;
    color: #e70012;
    border:solid 2px #e70012;
}	
.date span{
	font-size: 1.85rem;		
}

.bgg_2 {
    background: #eee;  
    margin-bottom: 30px;
    position:relative;
}
.bgg_2 {
	padding: 1rem 1rem;
	display: inline-block;
	width:70%;
	cursor:pointer;
}
.bgg_2 dt {
	margin-bottom:0.5rem;
}
.bgg_2 dt a {
	text-decoration-line:none;
}
.bgg_2 dd {
	text-align:center;
	border:solid 1px #999;
	padding:0.3rem;
	display:inline-block;
	width: 70%;
}

.bgg_2 dd a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 66%;
	right: 8.5rem;
	transform: translateY(-50%);
}


/* ******** btn ******** */ 
#button_other {
	margin-top:5rem;
	text-align: center;
}
#button_other p {
	font-weight:bold;
}
#button_other span {
	font-size: 1.5rem;
	background: linear-gradient(transparent 50%, #facfbb 70%);
	display: inline-block;
	margin-bottom:0.5rem;
}
.btn_2col {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.button_link {
	width: 47%;
	margin: 2rem auto 3rem;
	position: relative;
	text-align:center;
	background-color:#aaa;
}
.button_link a:hover {
	text-decoration:none;
	
}
.button_link a{
	display: block;
	padding: 0.8em 1rem;
	color:#fff !important;
	font-size:1.1rem;    
}
.button_link a::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 52%;
	right: 1.5rem;
	transform: translateY(-50%);
}




.kinitsu a:hover{
    transition: 0.8s ;
    text-decoration-line: none;
    opacity: 0.6;
}
	
.kinitsu #item_04{
    font-size: 1.7rem;
    margin:6rem 0 2.3rem;
    text-align:center;
}


/* ******** 2col ******** */  
.art .subheader2:before {
  	content: "";
  	position: absolute;
  	top: 100%;
  	left: 50%;
  	margin-left: -15px;
  	border: 15px solid transparent;
  	border-top: 15px solid #e30013;
}
    
.art .subheader2 {
 	position: relative;
  	display: block;
  	font-size: 1.6rem !important;
  	font-weight: bold;
  	line-height: 1.55;
	background: #e30013;
	color: #fff;
	padding: 1.6rem 1rem;
	text-align: center;
    margin:0 0 2rem;
}

.pc2_sp1 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pc2_sp1 li:nth-child(odd) {
	margin-right: 1rem;
}

.pc2_sp1 li{
	margin-bottom: 1rem;
	width: calc( (100% - 1rem) / 2);	
}	


