/*-------------------------------------------------
　各ページごと個別のスタイルはこのCSSに記述する
-------------------------------------------------*/
#slidemenu_list h3{
height:55px;
box-sizing:border-box;
}
#slidemenu dt {
margin-top:5px;
}

.taC {
	text-align: center
}
.taR {
	text-align: right
}
.red {
	color: red;
}
.mb20 {
	margin-bottom: 20px;
}
.event_wrap > p {
	line-height: 1.6 !important;
}

h1 span {
	display: block;
	max-width: 300px;
	margin: 0 auto 0.5em;
}
h1 span img {
	width: 100%;
	height: auto;
}

.main_img_400 {
width: 400px;
margin: 14px auto 20px !important;
}
.main_img_400 img {
width: 100%;
height: auto;
}
.copy {
display: block;
font-size:12px !important;
text-align:right;
margin:2px 0 !important;
}

.attn {
	border: 5px solid #ffd119;
	padding: 20px;
}

.h3_ttl {
background-color:#09f !important;
}
.information_area {
border-color:#09f !important;
}
.main_img a {
border:none;
}
.ev_img_r {
	width:auto !important;
}

.trailer {
	text-align: center;
}
.trailer > span {
	display: block;
	font-size: 14px;
}
.trailer .movie_wrapper {
	max-width: 450px;
	margin: 2em auto;
}
.trailer .movie_wrapper p {
	position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.trailer .movie_wrapper p iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 669px) {

.main_img_400 {
width: 80%;
margin: 0 auto;
}

.guest_waku .ev_img_r {
    max-width: 180px;
    margin: 0 auto 16px;
		float: none;
}

}

@media screen and (max-device-width: 399px)  {
/*@media screen and (max-width: 1000px)  { */
.event_wrap table iframe {
width:100%;
}
}

.message_block {
	margin-bottom: 30px;
}
.message_block h5 {
	border-bottom: 1px solid #336699;
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-size: 16px;
}
.message_block .message_block_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.message_block .message_gogo {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ccdcec;
	width: calc(100% - 340px);
	padding: 15px;
}
.message_block .message_gogo p {
	margin: 0;
	font-size: 1.8;
	font-weight: bold;
	line-height: 2;
}
.message_block .message_gogo span {
	display: block;
	padding-top: 20px;
	text-align: right;
}
.message_block .message_img {
	width: 300px;
	margin: 0;
}
.message_block .message_img img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 669px) {
	.message_block .message_gogo {
		width: 100%;
	}
	.message_block .message_img {
		width: 100%;
		margin-top: 10px;
	}
}

.closed {
	border-radius: 2px;
	border: 2px solid #ff0000;
	text-align: center;
	margin: 30px 0;
}
.closed p {
	margin: 1em !important;
	color: #ff0000;
	font-weight: bold;
}
@media screen and (max-width: 669px) {
	.closed {
		margin: 20px 10px;
		text-align: left;
	}
}
