.bg-gray {
    background: #f6f6f5;
    padding: 9.375vw 0;
	margin-bottom: 9.375vw;
}
.fz28 {
	font-size: 1.5em;
}
.gw {
	margin: 0;
}
.popup_link-area .item-txt{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}
.popup_link-area .sns{
	width: 60%;
	margin: 0 auto;
}
.popup_link-area .sns a{
	margin: 10px;
}
.popup_link-area .sns-under a:first-child{
	margin-right: 20px;
}
/* ================================================================================================================= */

.event_nav ul {
	display: table;
	table-layout: fixed;
	margin: 6px auto 24px;
}
.event_nav ul li {
	display: table-cell;
}
.event_nav ul li:first-child {
	padding-right: 3px;
}
.event_nav ul li:last-child {
	padding-left: 3px;
}

.event_schedule {
	margin-bottom: 9.375vw;
}
.event_schedule .title {
	margin: 24px 0;
	text-align: center;
}
.event_schedule .title img {
	height: 48px;
}
.event_schedule table {
	display: block;
	font-size: 12px;
}
.event_schedule table tbody {
	display: block;
}
.event_schedule table tr {
	display: block;
	padding: 7px 0 5px;
	border-bottom: 1px dotted #C9C9C9;
	*zoom: 1;
}
.event_schedule table tr:last-child {
	border-bottom: none;
}
.event_schedule table tr:before,
.event_schedule table tr:after {
	content: "";
	display: table;
}
.event_schedule table tr:after {
	clear: both;
}
.event_schedule table td:nth-child(1) {
	display: block;
	padding-left: 0.8em;
	width: 38%;
	float: left;
}
.event_schedule table td:nth-child(1) .fa {
	color: #e54f8d;
	margin-right: 0.3em;
	margin-left: -0.8em;
}
.event_schedule table td{
	float: right;
	width: 62%;
}
.event_schedule table td:nth-child(4) {
	font-weight:bold;
}

.event_topics {
	margin-bottom: 40px;
}
.event_topics .title {
	margin: 24px 0;
	text-align: center;
}
.event_topics .title img {
	height: 48px;
}
.event_topics .entry {
	padding-top:60px;
	margin-top:-60px;
	margin-bottom: 30px;
}
.event_topics .entry .entry_title {
	padding: 0 0 4px 20px;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dotted #C9C9C9;
}
.event_topics .entry .entry_title .fa {
	margin: 0 10px 0 -20px;
	color: #e54f8d;
	font-size: 12px;
	vertical-align: middle;
}
.event_topics .entry .pic {
	padding: 0 20px 20px;
	text-align: center;
}

.event_topics .entry .pic img{
	border:#ccc 1px solid;
}


.event_topics .entry .date {
	display: block;
	padding: 0 0 6px;
	margin-bottom: 24px;
	text-align: right;
	font-size: 12px;
	border-bottom: 1px solid #C9C9C9;
}
.event_topics .entry .body {
	padding: 0 0 20px;
	font-size: 12px;
	line-height: 2;
}
.event_topics .entry .link {
	text-align: center;
}
.event_topics .entry .link img {
	height: 32px;
}
.campaign{
	margin-bottom:20px;
}

/*------------------- ボタン -------------------*/

.item-btn{
	margin: 0 auto;
}
.item-btn a{
	display: block;
    width: 100%;
    height: 100%;
    text-align: center;
	line-height: 1;
	position: relative;
}
.item-btn.pink{
	background: #e54f8d;
	margin: 0;
}
.item-btn.pink a{
	color: #fff;
	padding: 15px 0;
}
/*----------*/

/*--.item-btn.more{
	width: 100%;
	letter-spacing: 0.3em;
	background: #fff;
}

.item-btn.more a{
	color: #000;
    padding: 15px;
	border: solid 1px transparent;
}
.item-btn.more a::after{
	position: absolute;
	
}
.item-btn.more a:before, .item-btn.more a:after{
	content:"";
	display:block;
	position:absolute;
	right:20px;
	background:#000;
}
.item-btn.more a:before{
	width:8px;
	height:1px;
	transform: rotate(45deg);
	top: 43%;
}
.item-btn.more a:after{
	width:18px;
	height:1px;
	transform: translateY(-50%);
	top: 50%;
}
.item-btn.line a{
	border: solid 1px #000;
}
--*/

.caution{
	width: 100%;
	padding: 20px;
	border: solid red 2px;
	font-size:1.2em;
}
.caution .indent{
	padding-left:1.5em;
	text-indent:-1.5em;
}
.red{
	color: red;
}
.line-through{
	text-decoration: line-through;
	color:red;
}
.black{
	color: #000;
}

.event_list dt{
	font-weight: bold;
    background-color: #ededed;
	padding: 0.75em;

	display: flex;
	align-items: center;
	
}
.event_list dt:before {
	content: '';
	display: block;
	height: 1.5em;
	width: 4px;
	background-color: #e54f8d;
	margin-right: 0.75em;
}
.event_list dt ._pref{
	font-size: 0.75em;
	margin-right: 1em;
}
.event_list dd {
	padding: 0.75em 0;
	border-bottom: 1px dashed #C9C9C9;
}
.event_list dd:last-child {
	border-bottom: none;
}
.event_list .item-btn a {
    display: block;
    color: #000;
    padding: 1em 0;
    background: #fff;
    border: solid 3px #cacaca;
    height: 100%;
    text-align: center;
    line-height: 1;
    position: relative;
}
.event_list .item-btn i {
    color: #e54f8d;
}