@charset "UTF-8";
/* CSS Document */
/*中央寄せなど*/
.center,
.tC {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.left,
.tL {text-align: left;}
.right,
.tR {text-align: right;}

.cleft {clear: left;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt16{margin-top:16px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt64{margin-top:64px !important;}
.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb16{margin-bottom:16px !important;}
.mb20{margin-bottom:20px !important;}
.mb100{margin-bottom:100px !important;}
.mr10 {margin-right: 10px !important;}
.ml10 {margin-left: 10px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt16{padding-top:16px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb16{padding-bottom:16px !important;}
.pb20{padding-bottom:20px !important;}
.pr10 {padding-right: 10px !important;}
.pl10 {padding-left: 10px !important;}
.txt-s {font-size: 80%;}
.cl {overflow: hidden;}
.fleft {float: left;}
.fright {float: right;}

.f10 {font-size:10px !important;}
.f11 {font-size:11px !important;}
.f12 {font-size:12px !important;}
.f13 {font-size:13px !important;}
.f14 {font-size:14px !important;}
.f15 {font-size:15px !important;}
.f16 {font-size:16px !important;}
.f17 {font-size:17px !important;}
.f18 {font-size:18px !important;}
.f19 {font-size:19px !important;}
.f20 {font-size:20px !important;}
/*======*/
/* 共通 */
/*======*/
.sp,
.sp-inline,
.sp-iblock {
	display: none !important;
}

.pc-inline {
	display: inline !important;
}

/* ポップアップ表示エリア */
.pop-area {
	display: none;
}


@media screen and (max-width: 767px) {
.sp {
	display: block !important;
}

.sp-inline {
	display: inline !important;
}

.sp-iblock {
	display: inline-block !important;
}

.pc {
	display: none !important;
}

.pc-inline {
	display: none !important;
}
}

.soon .soon-img {
	max-width: 750px;
	margin: 0 auto;
}

/*背景===========================================================*/
.bg-gray {
	background-color: #ECECEC;
}

/* レイアウト
-----------------------------------*/
.cts {
	width: 100%;
	text-align: left;
}
.cts01 {
	width: 100%;
	padding: 0 20px;
	text-align: left;
}
.cts02 {
	width: 100%;
	padding: 0 17.5px;
	text-align: left;
}

/* 2カラム */
.col2-wrap .col2 {
	font-size: 0;
	margin: 20px 0;
}

.col2-wrap .col2:first-of-type {
	margin-top: 0;
}

.col2.cancel {
	position: relative;
	margin-bottom: 0;
	padding-top: 20px !important;
}

.col2.cancel::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
}

.col2.cancel::after {
	content: "";
	position: absolute;
	display: block;
	bottom: 50%;
	right: 50%;
	transform: translate(50%, 50%);
	width: 100%;
	height: 100%;
	background-image: url(../img/previous/common/inc-special/special_tx03.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.col2.cancel.tx_special01::after {
	background-image: url(../img/previous/common/inc-special/special_tx03_pc.png);
}

.col2.cancel.tx_special02::after {
	background-image: url(../img/previous/common/inc-special/special_tx04_pc.png);
}

.col2.cancel.tx_entm03::after {
	background-image: url(../img/previous/index/entertainment_tx01_pc.png);
}

@media screen and (max-width: 767px) {
	.col2.cancel::after {
		width: 100%;
	}
}

.col2 .cell {
	font-size: 16px;
	width: calc((100% - 32.1px) / 2);
	display: inline-block;
	vertical-align: top;
}

.col2 .cell:last-of-type {
	margin-left: 32px;
}

.col2 .cell-2 {
	width: 100%;
	margin: 0 !important;
}

.cell a {
	text-decoration: none;
	color: #333;
}

.col2 .cell .txt {
	margin-top: 16px;
}

/* 3カラム */
.col3 {
	font-size: 0;
	margin-top: 40px;
}

.col3 li {
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.col3 li {
		width: calc((100% - 32px) / 3 - .1px);
	}

	.col3 li:not(:nth-of-type(3n)) {
		margin-right: 16px;
	}

	.col3 li:not(:nth-of-type(-n+3)) {
		margin-top: 32px;
	}
}

@media screen and (max-width: 767px) {
	.col3 li {
		width: calc((100% - 16px) / 2 - .1px);
	}

	.col3 li:not(:nth-of-type(2n)) {
		margin-right: 16px;
	}

	.col3 li:not(:nth-of-type(-n+2)) {
		margin-top: 24px;
	}
}

@media screen and (min-width: 768px) {
	.cts {
		max-width: 750px;
		margin: 0 auto;
	}
	.cts01 {
		max-width: 750px;
		margin: 0 auto;
		padding: 0 40px;
	}
	.cts02 {
		max-width: 750px;
		margin: 0 auto;
		padding: 0 35px;
	}
}

.list-layout01 li:nth-of-type(n+2) {
	margin-top: 4%;
}

.list-layout01 li img {
	width: 100%;
}

.random-bn {
	box-sizing: border-box;
}

.random-bn .spr_bn {
	padding: 0;
}

.random-bn .promo {
	margin-bottom: 2%;
	color: #9A9A9A;
	text-align: right;
}

/* SNSボタン */
#sns_area {
	margin: 0 auto;
	width: 70%;
	overflow: hidden;
}

#sns_area #fb,
#sns_area #f_mail {
	float: left;
	width: 50% !important;
}

#sns_area #twitter,
#sns_area #line {
	float: left;
	padding-left: 5%;
	width: 45% !important;
}

#sns_area #f_mail img {
	width: 95px;
}

/* 左画像　右テキスト */
.simple-layout {
	overflow: hidden;
}

.simple-layout .thum img {
	width: 100%;
}

.simple-layout .title {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
}

.simple-layout .text {
	font-size: 14px;
	line-height: 1.7;
}

.simple-layout .link {
	margin-top: 16px;
	color: #FF2600;
	text-align: right;
	text-decoration: underline;
}

/* ボーダー */
.s-layout-wrap {
	position: relative;
	margin-bottom: 16px;
	padding: 8px;
	background-color: #fff;
	/* border: 5px solid #FF2600; */
}

.s-layout-wrap.sp-label::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 75px;
	height: 75px;
	background-image: url(../img/previous/event/event_ic05.png);
	background-repeat: no-repeat;
	background-size: 75px auto;
}

.s-layout-wrap.sp-label.new {
	/* border: 5px solid #FF731B; */
}

.s-layout-wrap.sp-label.new::before {
	background-image: url(../img/previous/event/event_ic06.png);
}

.s-layout-wrap .simple-layout .title {
	margin-top: 8px;
}

/* リスト */
ul.simple-layout li {
	padding: 16px 0;
}

ul.simple-layout li:not(:last-child) {
	border-bottom: 2px solid #FF2600;
}

ul.simple-layout li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
}

ul.simple-layout li a:hover {
	color: #333;
	/*opacity: .7;*/
}

.special-list {
	padding: 0 5.45%;
}

/* SNSボタン */
.block_body #sns {
	padding: 14px 0 10px;
	background: #FFDDDD;
}

.block_body #sns ul {
	overflow: hidden;
	margin: 0 auto;
	width: 290px;
}

.block_body #sns ul li {
	float: left;
	width: 120px;
}

.block_body #sns ul li:last-child {
	float: right;
}

/* Box Shadow */
.box-shadow {
	box-shadow: 0 0 11px rgba(0,0,0,.25);
}

@media screen and (max-width: 767px) {
	.box-shadow {
		box-shadow: 0 0 5.5px rgba(0,0,0,.25);
	}
}

/**/

#bottom-bn-area {
	margin-top: 4%;
	padding: 4% 0;
}


/*各ページ見出し===========================================================*/
.heading01,
.heading02 {
	padding: 13.3px 35px 17.3px;
	color: #fff;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.3;
	background-color: #08629F;
}

h2.heading01 {
	padding: 12px 35px 16px;
	background-color: #282828;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
}

.heading03 {
	padding: 16px 10px;
	color: #fff;
	font-size: 146.5%;
	background-color: #E93A00;
}

.heading04 {
	padding: 16px 10px;
	color: #fff;
	font-size: 146.5%;
	background-color: #0095FF;
}

.heading05 {
	padding: 16px 10px 8px 0;
	color: #FF2600;
	font-size: 146.5%;
	border-bottom: 3px solid #FF5050;
}

.heading06 {
	margin-bottom: 4%;
	padding: 16px 10px;
	color: #fff;
	font-size: 120.5%;
	background-color: #3E836B;
}

.heading07 {
	margin-bottom: 10px;
	padding: 5px 8px;
	font-weight: bold;
	color: #fff;
	background-color: #3E836B;
	font-size: 88%;
}

.heading08 {
	margin-bottom: 5px;
	color: #00856A;
	border-bottom: 1px solid #3E836B;
}

.heading09 {
	margin-bottom: 10px;
	padding: 5px 8px;
	font-weight: bold;
	color: #fff;
	background-color: #E98568;
}

.heading10 {
	margin-bottom: 10px;
	padding: 5px 8px;
	font-weight: bold;
	color: #fff;
	background-color: #00CFF4;
	font-size: 88%;
}

.heading11 {
	position: relative;
	text-align: center;
	margin-bottom: 24px;
	padding-bottom: 12px;
}

.heading11 img {
	height: 56px;
}

.heading12 {
	position: relative;
	margin-bottom: 24px;
	padding: 0 0 4px 42px;
	border-bottom: 4px solid #3D4AB2;
	color: #3D4AB2;
	font-size: 33px;
	font-weight:bold;
}

.heading12::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background: #3D4AB2;
}

.heading13 {
	margin-bottom: 32px;
	text-align: center;
}

.heading14 {
	border-top: 2px solid #3D4ABD;
	border-bottom: 2px solid #3D4ABD;
	padding: 8px 0 11px 8px;
	color: #3D4ABD;
	font-weight: bold;
	font-size: 32px;
	margin: 40px 0 16px;
}

.heading15 {
	color: #02004B;
	font-size: 37px;
	font-weight: 700;
}

[class*=heading].row2 {
	padding-top: 2px;
	padding-bottom: 2px;
}

@media screen and (min-width: 768px) {
	h2.heading01 {
		margin-bottom: 40px;
	}

	h2.heading01 span{
		display: block;
		max-width: 680px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.heading01,
	.heading02 {
		padding: 6.65px 17.5px 8.65px;
		font-size: 19px;
	}

	h2.heading01 {
		padding: 6px 17.5px 8px;
		font-size: 20px;
	}

	.heading11 img {
		height: 45px;
	}

	.heading12 {
		margin-bottom: 16px;
		padding: 0 0 4px 23px;
		border-bottom: 2px solid #3D4AB2;
		font-size: 16.5px;
	}

	.heading12::before {
		top: 5px;
		width: 15px;
		height: 15px;
		border-radius: 3px;
	}

	.heading13 {
		margin-bottom: 16px;
	}

	.heading13 img {
		height: 30px;
		width: auto;
	}

	.heading14 {
		margin: 24px 0 16px;
		border-top: 1px solid #3D4ABD;
		border-bottom: 1px solid #3D4ABD;
		padding: 6px 0 9px 8px;
		font-size: 16px;
	}

	.heading15 {
		font-size: 18.5px;
	}

}

/*ナビタイトル*/
.navi_title{
	color:#FFFFFF;
	padding:7px;
	font-size:18px;
	font-weight:bold;
	text-shadow:0px 1px 1px rgba(000,000,000,0.5),0px 1px 0px rgba(255,255,255,0.3);
	background:#ff4b26;
	background:-moz-linear-gradient(top, #ffa794 0%, #ff4b26);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffa794), to(#ff4b26));
	}

/*ページタイトル*/
.page_title {
	overflow:hidden;
	color:#FFFFFF;
	padding:4px;
	font-size:20px;
	font-weight:bold;
	background:#ff0500;
	background:-moz-linear-gradient(top, #ff5400 0%, #ff0500);
	background:-webkit-gradient(linear, left top, left bottom, from(#ff5400), to(#ff0500));
	clear:both;
}
.page_title img {
	float:left;
	padding-right:5px;
}
.page_title p {
	padding-top:6px;
}

/* テキスト装飾
----------------------------------------------------*/
.red{color:#FF0000 !important;}
.blue{color:#0033FF !important;}
.skyblue{color:#3399FF !important;}
.orange{color:#FF9800 !important;}
.bold{font-weight:bold !important;}
.under-yel { background:linear-gradient(transparent 60%, #FFEE1A 60%); }
.under-line{ text-decoration: underline; }

/*開催情報アコーディオン*/
.place_bar {
	display: block;
	color: #FFFFFF;
	padding: 2% 6% 2% 2%;
	font-size: 120%;
	font-weight: bold;
	background: url(../img/previous/icon/icon_list_open-arr.png) no-repeat 99% 50% #ffae00;
	background-size: 5%;
	border: solid 1px #ff9c00;
}
.place_bar.list-open {
	background: url(../img/previous/icon/icon_list_close-arr.png) no-repeat 99% 50% #ffae00;
	background-size: 5%;
}

.place_bar2 a {
	display:block;
	color:#FFFFFF;
	padding:10px;
	font-size:16px;
	font-weight:bold;
	text-shadow:0px 1px 1px rgba(000,000,000,0.5),0px 1px 0px rgba(255,255,255,0.3);
	background:#ff4b26;
	background:-moz-linear-gradient(top, #ffa794 0%, #ff4b26);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffa794), to(#ff4b26));
}
.place_bar2 img {
	float:right;
}
.place_bar img {
	float:right;
}


/*特割リフトアコーディオン
#lift .place_bar {
	display: block;
	color: #fff;
	padding: 2% 6% 2% 2%;
	font-size: 120%;
	font-weight: bold;
	background: url(/img/icon/icon_list_open-arr.png) no-repeat 99% 50% #ffae00;
	background-size: 5%;
	border: solid 1px #ff9c00;
}

#lift .place_bar a {
	color: #fff;
}

#lift .red {
	color: #FF0000;
}

#hokkaido a,
#tohoku a,
#kanto a,
#joshinetsu1 a,
#joshinetsu2 a,
#shinetsu a,
#kinki a,
#chugoku a {
	padding-right: 5%;
	background-image: url(../img/icon/icon_arrow07.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	background-size: 7% auto;
}

#hokkaido.place_bar {
	background-color: #3c6df6;
	border: none;
}

#tohoku.place_bar {
	background-color: #ffba4a;
	border: none;
}

#kanto.place_bar {
	background-color: #2bb047;
	border: none;
}

#joshinetsu1.place_bar {
	background-color: #ff6f43;
	border: none;
}

#joshinetsu2.place_bar {
	background-color: #ff5240;
	border: none;
}

#shinetsu.place_bar {
	background-color: #e260c2;
	border: none;
}

#kinki.place_bar {
	background-color: #66cdcc;
	border: none;
}

#chugoku.place_bar {
	background-color: #9dd0ff;
	border: none;
}

#kyusyu.place_bar {
	background-color: #FE2E82;
	border: none;
}*/


/*チケット見出し*/
.ticket_bar {
	display:block;
	color:#FFFFFF;
	margin-top:4px;
	padding:10px;
	font-size:18px;
	font-weight:bold;
	text-shadow:0px 1px 1px rgba(000,000,000,0.5),0px 1px 0px rgba(255,255,255,0.3);
	background:#ff4b26;
	background:-moz-linear-gradient(top, #ffa794 0%, #ff4b26);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffa794), to(#ff4b26));
	}
.ticket_bar img{
	float:right;
	}

/*各ボタン===========================================================*/
.button_01 a,
.button_06 a {
	position: relative;
	color:#FFF;
	width:100%;
	display:block;
	text-align:center;
	padding:24px 0;
	background-color: #1A2080;
}
.button_01 a::after,
.button_06 a::after {
	content: '';
	position: absolute;
	display: inline-block;
	right: 4.267vw;
	top: 50%;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(45deg) translate(95px, -740%);
	height: 1.6vw;
	width: 1.6vw;
	transition: ease-out 0.2s;
}

.button_01 a.mail::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 5.333vw;
	transform: translate(-154px, -50%);
	height: 24px;
	width: 21px;
	background-repeat: no-repeat;
	background-image: url(../img/previous/common/footer_ic10.png);
	background-size: 100% auto;
}

/*.button_07,
.button_08,
.button_09 {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.button_07 a,
.button_08 a,
.button_09 a {
	position: relative;
	display: block;
	padding: 10px;
	border: 3px solid #121285;
	border-radius: 28px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	text-decoration: none;
	background-color: #F8D758;
}


.button_07 a:hover,
.button_08 a:hover,
.button_09 a:hover {
	opacity: 0.7;
}

.button_07 a::before,
.button_08 a::before,
.button_09 a::before {
	content: "";
	position: absolute;
	bottom: 46%;
	left: 32px;
	transform: rotate(45deg) translateY(50%);
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-top: 2px solid #121285;
	border-right: 2px solid #121285;
}

.button_07 a::before {
	transform: rotate(135deg) translateY(50%);
	bottom: 37%;
}

.button_09 a {
	padding: 32px 0;
}*/

@media screen and (max-width: 767px) {
	.button_01 a.mail::before {
		left: calc(50% - 144px);
		transform: translate(38px, -50%);
	}

	.button_01 a::after,
	.button_06 a::after {
		right: calc(50% - 94px);
		transform: rotate(45deg) translateY(-66%);
	}

	/*.button_07,
	.button_08,
	.button_09 {
		width: 100%;
	}

	.button_07 a,
	.button_08 a,
	.button_09 a {
		margin: 0 auto;
		padding: 12px 28px 12px;
		width: 90%;
		font-size: 16px;
	}

	.button_07 a::before,
	.button_08 a::before,
	.button_09 a::before {
		right: 8px;
	}*/
}

.button_02_ a {
	color:#777777;
	width:90%;
	display:block;
	text-align:center;
	border:1px solid #999;
	margin:8px auto 0px auto;
	padding:6px;
	overflow:hidden;
	clear:both;
}
.button_02_ a img {
	float:right;
	padding-top:10px;
}
.button_02 a {
	color:#777777;
	width:90%;
	display:block;
	text-align:center;
	border:1px solid #999;
	margin:8px auto 8px auto;
	padding:6px;
	overflow:hidden;
	clear:both;
}
.button_02 a img {
	float:right;
	padding-top:10px;
}
.button_03 a {
	color:#ffffff;
	width:90%;
	display:block;
	text-align:center;
	border:1px solid #999;
	padding:16px 5px;
	margin:5px auto;
	foun-weight:bold;
	overflow:hidden;
	clear:both;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-shadow:0px 1px 1px rgba(000,000,000,0.5),0px 1px 0px rgba(255,255,255,0.3);
	background:#ff0000;
	background:-moz-linear-gradient(top, #b43030 0%,#b43030 50%,#a20000 50%, #ff0000);
	background:-webkit-gradient(linear, left top, left bottom, from(#b43030),color-stop(0.50,#b43030),color-stop(0.50,#a20000), to(#ff0000));
}
.button_03 a img {
	float:right;
	padding-top:2px;
}
.button_04 a {
	font-size:16px;
	color:#ff0000;
	display:block;
	text-align:center;
	border:2px solid #ff0000;
	padding:10px 5px;
	margin:5px auto;
	foun-weight:bold;
	overflow:hidden;
	clear:both;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-shadow:0px 1px 1px rgba(000,000,000,0.5),0px 1px 0px rgba(255,255,255,0.3);
	background:#ff9c00;
	background:-moz-linear-gradient(top, #ffffff 0%,#ffc63c 50%, #ff9c00);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff),color-stop(0.50,#ffc63c), to(#ff9c00));
}
.button_04 a img {
	float:right;
	padding-top:2px;
}

.button_05 a {
	display: inline-block;
	text-align: center;
	min-width: 400px;
	background: #1A2080;
	color: #FFF;
	padding: 14px 12px 12px;
	border: solid 1px #1A2080;
	border-radius: 32px;
}

.button_05 a::before {
	content: '';
	display: inline-block;
	margin-right: 8px;
	width: 9px;
	height: 14px;
	vertical-align: baseline;
	background-image: url(../img/previous/common/common_arw03.png);
	background-size: 100% auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.button_06 a {
	background-color: #004681;
}

@media screen and (min-width: 768px) {
.button_01 a {
}
.button_01 a::after,
.button_06 a::after{
	right: 50%;
	height: 12px;
	width: 12px;
}

.button_05 a:hover {
	text-decoration: none;
	background: #FFF;
	color: #1A2080;
}

.button_05 a:hover::before {
	background-image: url(../img/previous/common/common_arw02.png);
}

.button_01 a.mail::before {
	top: 50%;
	left: 50%;
	width: 30.6px;
	height: 30.6px;
}
}
/*twitter_wigets*/
.twitter_wigets {
	float:left;
/*	margin:15px 0 5px 10px;
	width:110px;
	height:20px;*/
	margin-right: 30px;
}


/*facebook button*/
.fb-like{
	float: left;
}

/* sns */
.sns-box {
	width: 100%;
	overflow: hidden;
}

/* リコール (141121追加) */
.recall_table td {
	padding:5px;
	border-left:1px #3D4AB2 solid;
	border-right:1px #3D4AB2 solid;
	border-bottom:1px #3D4AB2 solid;
}
.recall_table tr:nth-child(1) {
	background:#3D4AB2;
	color:#fff;
}
.recall_table tr:nth-child(1) td:nth-child(1) {
	border-right:1px #fff solid;
}

@media screen and (max-width: 767px) {
.button_05 a {
	display: block;
	min-width: 0;
	width: 100%;
}

.button_05.row2 a::before {
	position: relative;
	top: 13px;
}

}


.place_bar.list-open {
    background: url(../img/previous/icon/icon_list_close-arr.png) no-repeat 99% 50% #3E5ABA;
    background-size: 5%;
}
.place_bar {
    display: block;
    color: #FFFFFF;
    padding: 2% 6% 2% 2%;
    font-size: 120%;
    font-weight: bold;
    background: url(../img/prvious/icon/icon_list_open-arr.png) no-repeat 99% 50% #3E5ABA;
    background-size: 5%;
    border: solid 1px #1A2081;
}

/* リスト */
.list-dot {
	padding-left: 1.5em;
	list-style: disc;
	margin-top: 16px;
}

.list-dot li:not(:last-of-type) {
	margin-bottom: 16px;
}


/*開催情報
-----------------------------------*/
#next_event {
	position: relative;
}

#next_event .next-container dt {
	text-align: center;
	max-width: 536px;
	margin: 0 auto;
	padding: 7px 0 8px;
	background-color: #000280;
	color: #FFF;
	font-size: 33px;
	font-weight: 900;
	line-height: 1;
	transform: rotateZ(0.03deg);
}

#next_event .next-container dt span {
	position: relative;
	padding-right: 35px;
}

#next_event .next-container dt span::after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 0;
	width: 12px;
	height: 12px;
	border-top: 5px solid #FFF;
	border-right: 5px solid #FFF;
	transform: rotate(45deg);
}

#next_event .next-container dd {
	display: flex;
	justify-content: center;
	margin-top: -30px;
	padding: 54px 16px 30px;
	border: 4px solid #000280;
	background-color: #FFF;
	font-weight: 900;
}

#next_event .list-date-info {
	/*max-width: 400px;
	margin: 0 auto;
	text-align: left;*/
}

#next_event .list-date-info li + li {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px dashed #000;
}

#next_event .list-date-info a {
	display: block;
	color: #333;
	font-weight: 900;
	font-size: 27px;
	line-height: 1.3;
}

#next_event .list-date-info a:hover {
	text-decoration: none;
	opacity: .7;
}

#next_event .list-date-info .next-date {
	font-size: 38px;
	line-height: 1.44;
}

#next_event .list-date-info .end-date {
	font-size: 30px;
	line-height: 1.44;
	text-align: center;
}


#next_event .list-date-info .next-name {
	display: inline-block;
	position: relative;
	font-size: 42px;
	line-height: 1.3;
}

/*#next_event .list-date-info .next-name::after {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	width: 10px;
	height: 17px;
	margin-top: -8px;
	background: url(../img/previous/common/event_ic01.png) no-repeat;
	background-size: 100% auto;
}*/


@media screen and (max-width: 767px) {

	#next_event .next-container dt {
		max-width: 268px;
		padding: 3px 0 4px;
		color: #FFF;
		font-size: 16px;
	}

	#next_event .next-container dt span {
		position: relative;
		padding-right: 18px;
	}

	#next_event .next-container dt span::after {
		top: calc(50% - 4px);
		width: 6px;
		height: 6px;
		border-top: 3px solid #FFF;
		border-right: 3px solid #FFF;
	}

	#next_event .next-container dd {
		margin-top: -15px;
		padding: 27px 8px 15px;
		border: 2px solid #000280;
	}

	#next_event .list-date-info {
		/*max-width: 400px;
		margin: 0 auto 0 0;*/
	}

	#next_event .list-date-info li + li {
		margin-top: 12px;
		padding-top: 12px;
	}

	#next_event .list-date-info a {
		font-size: 18px;
	}

	#next_event .list-date-info .next-date {
		font-size: 19px;
	}
	#next_event .list-date-info .end-date {
		font-size: 15px;
	}

	#next_event .list-date-info .next-name {
		font-size: 21px;
		margin-top: -1.5px;
	}

}

@media screen and (max-width: 414px) {
	/*#next_event {
		padding: 8px 24px;
	}

	#next_event .next-date {
		width: 100%;
		margin: 4px 0 0;
		text-align: left;
	}*/
}