p a,ul a{
	text-decoration: underline;
}
a:hover{
	opacity: 0.6;
	text-decoration: none;
}

#venue h4{
	font-size: 24px;
    font-weight: bold;
    border-left: 6px solid #cd0500;
    padding: 0px 0px 0px 10px;
    margin: 0 0 10px;
}
#venue .l-box{
	text-align: center;
	margin: 20px 0 40px;
}
#venue .fl-box--wp{
	position: relative;
	display: flex;
    display: -ms-flexbox;
    justify-content: justify-content;
    align-items:flex-start;
}
#venue .fl-box--wp .fl-m-box{
	width: 50%;
	padding: 0 10px 10px;
}
#venue .fl-box--wp div.fl-m-box{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
#venue .fl-box--wp .fl-m-box .logo-img{
	margin-bottom: 10px;
}
#venue .fl-box--wp .fl-m-box .logo-img img{
	height: 50px;
}
#venue iframe{

}
#venue ul{
	list-style: none;
}
#venue ul li{
	font-size: 17px;
	line-height: 140%;
}
#venue .fl-box--wp div.fl-m-box a{
	display: inline-block;
	color: #b36666;
}
#venue .fl-box--wp div.fl-m-box a:hover{
	color: #ce0500;
}
#venue .link_ttl{
	font-size: 17px;
	font-weight: bold;
	color: #b7b7b7;
}
#venue .img-box{
	margin: 10px 0 0 0;
}
#venue .cap{
	background: #f5f5f5;
	font-size:14px;
	padding: 8px 8px 8px 10px;
	margin:0 0 40px 0;
}
#venue .commet_box{
	line-height:180%;
}
#venue .commet{
	font-weight:bold;
}
@media screen and (max-width:700px) {
	.sp .article.container {
		width: auto;
		padding: 0 10px;
	}
	#venue .content{
		padding:0 0 0 0;
	}
	#venue .fl-box--wp .fl-m-box .logo-img img{
		width: auto;
		height: 50px !important;
		max-width: 100% !important;
		margin: 0 0 0;
	}
	#venue h4 {
		font-size: 20px !important;
		padding: 0px 0px 0px 10px !important;
		margin: 30px 0 10px;
	}
	#venue iframe{
		width: 100% !important;
		min-height: 250px !important;
		height: 100%;
		max-height: 500px;

	}
	#venue .l-box {
		text-align: center;
		margin: 10px 0 20px;
	}
	#venue .fl-box--wp{
		display: block;
	}
	#venue .fl-box--wp .fl-m-box{
		width: 100%;
		padding: 0 10px 0;
		margin: 0 0 16px 0;
	}
	#venue .fl-box--wp div.fl-m-box{
		position: static;
		right: 0;
		bottom: 0;
		text-align: left;
	}
	#venue .fl-box--wp div.fl-m-box a{
		font-size: 14.5px;
	}
	#venue .link_ttl{
		margin: 0 0 6px 0;
	}
	#venue .img-box img{
		margin: 0 0 0 0 !important;
	}
	.content .cap.last{
		margin: 0 0 40px 0;
	}
	.sp .article__section {
		margin-bottom: 0;
	}
	.topbtn {
		text-align: center;
		margin-bottom: 18px;
		padding-top: 10px;
	}
}
@media screen and (max-width:414px) {
	#venue .fl-box--wp div.fl-m-box a{
		font-size: 13.5px;
	}
}
@media screen and (max-width:375px) {
	#venue .fl-box--wp div.fl-m-box a{
		font-size: 12.5px;
		letter-spacing: -0.5px;
	}
}
.header__padding{
	padding-top: 20px;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.sp .article__header {
	margin-bottom: 15px;
}
.container .content p {
	font-size: 1.2rem;
	line-height: 1.4;
}
.container .content ul li{
	padding:0 0 4px 0;
}
.sp .article__title {
	font-size: 1.4rem;
	line-height: 1.2;
}
#news-contents .content{
	padding:0 0 0 0;
}
#news-contents .site-link a{
	font-size: 1.4rem;
	text-decoration: underline;
}
.sp #news-contents .site-link a{
	font-size: 1.0rem;
	padding-bottom: 25px;
}

#news_2019_3_video{
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin: 30px auto;
}
#news_2019_3_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}