@charset "utf-8";
/* -----------------------------------------
	mainVisual
----------------------------------------- */

#mainVisual {
	width: 100%;
	min-width: 950px;
	overflow: hidden;
	background: url(/travel/event/common/img/bg_mv.png);
}

#mainVisual h1 {
	width: 950px;
	margin: 0 auto;
}

#mainVisual h1 img {
	margin: 0 -185px;
}


/* -----------------------------------------
	Link Style
----------------------------------------- */
#main a {
	color: #333;
	text-decoration: underline;
}

#main a:hover {
	text-decoration: none;
}


/*通常リンク*/
a.link {
	position: relative;
	padding-left: 20px;
	display: inline-block;
}

a.link:before {
	content: "";
	background: url(/travel/event/common/img/ico_link.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
}

/*pdfリンク*/
a.pdf:after {
	content: "";
	background: url(/travel/event/common/img/ico_pdf.png) no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: 3px;
	right: -5px;
}


/*別ウィンドウリンク*/
a.blank:after {
	content: "";
	background: url(/travel/event/common/img/ico_blank.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 12px;
	display: inline-block;
	position: relative;
	top: 2px;
	right: -5px;
}

/*デジパンリンク*/
a.dLink:after {
	content: "";
	background: url(/travel/event/common/img/ico_book.png) no-repeat;
	background-size: contain;
	width: 19px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px;
	right: -5px;
}


/*pdf + 別ウィンドウリンク*/
a.pdf_blank:after {
	content: "";
	background: url(/travel/event/common/img/ico_pdf_blank.png) no-repeat;
	background-size: contain;
	width: 48px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: 3px;
	right: -5px;
}




/* -----------------------------------------
	Base Contents
----------------------------------------- */

#main .bg_contents_g {
	width: 100%;
	background: url(/travel/event/common/img/bg_g.png);
}

#main .bg_contents_y {
	width: 100%;
	background: url(/travel/event/common/img/bg_y.png);
}

#main .heading {
	width: 100%;
	min-width: 950px;
	overflow: hidden;
}

#main h2 {
	width: 950px;
	margin: 0 auto;
}

#main h2 img {
	display: block;
	margin: 0 -77.5px;
}

#main .contents {
	width: 100%;
	min-width: 950px;
	overflow: hidden;
	background: url(/travel/event/common/img/bg_line01.png) repeat-y top;
}

#main .contents01 {
	width: 100%;
	min-width: 950px;
	overflow: hidden;
	background: url(/travel/event/common/img/bg_line02.png) repeat-y top;
}

#main .contents > section,
#main .bg_contents_g > section {
	width: 950px;
	margin: 0 auto;
	position: relative;
	padding-top: 5px;
}

#main .contents > section:after {
	content: "";
	display: block;
	background: url(/travel/event/common/img/bg_wood01.png) repeat-y top;
	width: 55px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -132px;
}

#main .contents01 > section:before {
	content: "";
	display: block;
	background: url(/travel/event/common/img/bg_wood02.png) repeat-y top;
	width: 55px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -132px;
}

#main .contents section  section {
	background: #fff;
	margin-bottom: 30px;
}

#main .contents01 section {
	background: #fff;
	margin-bottom: 30px;
}


/* -----------------------------------------
	旅鉄情報舎とは？
----------------------------------------- */
#main .bg_contents_g > section.info {
	padding: 50px 0;
}
#main .info_box {
	border: 2px solid #008251;
	background: #fff;
	padding: 25px 20px;
	position: relative;
}

#main .info_box p.title {
	position: absolute;
	top: -35px;
	left: -18px;
	background: #008251;
	border-radius: 60px;
	padding: 6px 18px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}

#main .info_box p.title:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -21px;
	left: 45%;
	border-top: 15px solid #008251;
	border-right: 7px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 7px solid transparent;
}

/* -----------------------------------------
今が旬のおすすめ情報
----------------------------------------- */
#main .recommend {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}

#main .recommend section.l_col1 {
	width: 100%;
}

#main .recommend section.l_col2 {
	width: 48.5%;
}

#main .recommend section.l_col2:nth-child(1) {
	width: 48.5%;
	margin-right: 3%;
}

#main .recommend section.l_col3:nth-child(1) {
	width: 100%;
}
#main .recommend section.l_col3:nth-child(2) {
	width: 48.5%;
	margin-right: 3%;
}
#main .recommend section.l_col3:nth-child(3) {
	width: 48.5%;
}

#main .recommend section .box .fileInfo,
#main .event_info section .box .fileInfo{
	text-align: right;
	color: #7a7979;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
#main .recommend section .box .label,
#main .event_info section .box .label {
	margin-bottom: 20px;
}
#main .recommend section .box .label li,
#main .event_info section .box .label li{
	display: inline-block;
	font-size: 1.2rem;
	border-radius: 60px;
	padding: 3px 10px;
	color: #fff;
	margin-right: 4px;
}

#main section .box .label li.event {background: #cc3a37;}
#main section .box .label li.train {background: #e05a37;}
#main section .box .label li.ticket {background: #e75c72;}
#main section .box .label li.travel {background: #2c70b7;}
#main section .box .label li.other {background: #aa54b4;}


#main .recommend section,
#main .event_info section{
	border-radius: 10px;
}

#main .recommend section h3 {
	background: #008251;
	padding: 25px 20px 25px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	position: relative;
	margin-bottom: 5px;
}

#main .recommend section h3.new:before {
	content: "";
	background: url(/travel/event/common/img/ico_new.png) no-repeat;
	background-size: contain;
	width: 64px;
	height: 36px;
	display: block;
	position: absolute;
	top: -5px;
	left: -14px;
	z-index: 2;
}


#main .recommend section h3:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -26px;
	left: 50%;
	border-top: 18px solid #008251;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
}

#main .recommend section.l_col2 h3:after,
#main .recommend section.l_col3:nth-child(2) h3:after,
#main .recommend section.l_col3:nth-child(3) h3:after {
	left: 23%;
}

#main .recommend section h3 a {
	color: #fff;
}

#main .recommend section .box {
	padding: 0 30px 30px;
}

#main .recommend section.l_col2 .box,
#main .recommend section.l_col3:nth-child(2) .box,
#main .recommend section.l_col3:nth-child(3) .box{
	padding: 0 20px 20px;
}

#main .recommend section .box .txt,
#main .recommend section .box .txt01,
#main .event_info section .box .txt,
#main .event_info section .box .txt01 {
	margin-bottom: 20px;
}

#main .recommend section .box .infomation,
#main .event_info section .box .infomation {
	background: #f6f6f0;
	padding: 15px;
	font-size: 1.4rem;
	line-height: 1.6;
}

/* 201803 */
#main .recommend section .box .relationLink,
#main .event_info section .box .relationLink {
	padding-left: 0.7em;
}
/* ///201803 */

#main .recommend section .box .relationLink > *,
#main .event_info section .box .relationLink > * {
	margin-bottom: 3px;
}

/* -----------------------------------------
関連リンク
----------------------------------------- */
#main .bg_contents_g > section.bnrArea {
	padding-top: 0;
}
#main .bnrArea ul {
	padding: 50px 0;
}
#main .bnrArea ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content :space-around;
	justify-content: space-around;
	width: 88%;
	margin: 0 auto;
}

#main .bnrArea ul li {
	width: 385px;
}

#main .bnrArea ul li img {
	width: 100%;
}
#main .bnrArea ul li a {
	background: #fff;
	display: block;
}

#main .bnrArea ul li a:hover img {
	opacity: 0.7;
}


/* -----------------------------------------
東日本の鉄道イベント情報
----------------------------------------- */
#main ul.tabArea {
	width: 950px;
	margin: 0 auto;
}

#main ul.tabArea li {
	float: left;
	width: 155px;
	border-top-right-radius: 10px;
	padding: 0;
	margin-right: 4px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 65px;
}
#main ul.tabArea li span {
	display: block;
	width: 100%;
	height: 100%;
}
#main ul.tabArea li span:hover {
	background: #fff;
	opacity: 0.3;
}

#main ul.tabArea li.on span:hover {
	background: none;
	opacity: 0;
}


#main ul.tabArea li:last-child {
	margin-right: 0;
}


#main ul.tabArea li.all {
	background:url(/travel/event/common/img/btn_category01.png) no-repeat #008251;
	background-size: 90%;
	background-position: center;
}

#main ul.tabArea li.all.on {
	background:url(/travel/event/common/img/btn_category01_on.png) no-repeat #fff;
	background-size: 90%;
	background-position: center;
}

#main ul.tabArea li.event {
	background:url(/travel/event/common/img/btn_category02.png) no-repeat #cc3a37;
	background-size: 90%;
	background-position: center;
}

#main ul.tabArea li.event.on {
	background:url(/travel/event/common/img/btn_category02_on.png) no-repeat #fff;
	background-size: 90%;
	background-position: center;
}
#main ul.tabArea li.train {
	background:url(/travel/event/common/img/btn_category03.png) no-repeat #e05a37;
	background-size: 90%;
	background-position: center;
}

#main ul.tabArea li.train.on {
	background:url(/travel/event/common/img/btn_category03_on.png) no-repeat #fff;
	background-size: 90%;
	background-position: center;
}
#main ul.tabArea li.ticket {
	background:url(/travel/event/common/img/btn_category04.png) no-repeat #e75c72;
	background-size: 90%;
	background-position: center;
}

#main ul.tabArea li.ticket.on {
	background:url(/travel/event/common/img/btn_category04_on.png) no-repeat #fff;
	background-size: 90%;
	background-position: center;
}
#main ul.tabArea li.travel {
	background:url(/travel/event/common/img/btn_category05.png) no-repeat #2c70b7;
	background-size: 90%;
	background-position: center;
}

#main ul.tabArea li.travel.on {
	background:url(/travel/event/common/img/btn_category05_on.png) no-repeat #fff;
	background-size: 90%;
	background-position: center;
}
#main ul.tabArea li.other {
	background:url(/travel/event/common/img/btn_category06.png) no-repeat #aa54b4;
	background-size: 90%;
	background-position: center;
}

#main ul.tabArea li.other.on {
	background:url(/travel/event/common/img/btn_category06_on.png) no-repeat #fff;
	background-size: 90%;
	background-position: center;
}


#main .event_info {
	padding-top: 30px;
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#main .event_info section {
	padding: 0 30px 40px;
	margin-bottom: 0;
}

#main .event_info section h3 {
	background: #caebdf;
	padding: 25px 20px 25px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	position: relative;
	margin-bottom: 5px;
}

#main .event_info section h3 a {
	color: #000;
}

#main .event_info section h3 a:hover {
	text-decoration: none;
}

#main .event_info section h3:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -26px;
	left: 50%;
	border-top: 18px solid #caebdf;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
}

#main .event_info section h3.new:before {
	content: "";
	background: url(/travel/event/common/img/ico_new.png) no-repeat;
	background-size: contain;
	width: 64px;
	height: 36px;
	display: block;
	position: absolute;
	top: -5px;
	left: -14px;
	z-index: 2;
}

/* 201803 */
.ttl1 {
	margin-bottom: 0.7em;
	padding: 5px 10px 3px;
	background-color: #edede2;
	font-weight: bold;
}

.ttl2 {font-weight: bold;}
.ttl2:before {
	content: " ";
	display: inline-block;
	margin-right: 0.3em;
	border-radius: 1em;
	width: 1em;
	height: 1em;
	background-color: #008251;
	vertical-align:-0.12em;
}

/* 201805 */
dl.ind {display: table;}
dl.ind dt, dl.ind dd {display: table-cell;}
.num {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	box-sizing: border-box;
	margin-right: 0.3em;
	border-radius: 50%;
	padding-top: 0.1em;
	width: 1.5em;
	height: 1.5em;
	background-color: #dedeb1;
	line-height: 0;
	font-size: 90%;
}

/* -----------------------------------------
現在●●の情報はございません。
----------------------------------------- */
#main .event_info .noinfo {
	text-align: center;
	padding: 20px 0 30px;
}


/* -----------------------------------------
adobeエリア
----------------------------------------- */
#main .contents03 > section.adobe_box {
	padding: 40px 0 20px;
	width: 950px;
	margin: 0 auto;
}

#main .contents03 > section.adobe_box .box {
	border: 1px solid #d6d6d6;
	padding: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}

#main .contents03 > section.adobe_box .box .image {
	float: left;
	width: 134px;
}

#main .contents03 > section.adobe_box .box .txt {
	float: left;
	font-size: 1.4rem;
}


/* -----------------------------------------
ページTOP
----------------------------------------- */
#pageTop {
	position: fixed;
	bottom: 0;
	right: -129px;
	z-index: 15;
	width: 129px;
}

#pageTop a {
	width: 129px;
	display: block;
}


/* -----------------------------------------
SP要素
----------------------------------------- */

.sp_title,
.more {
	display: none;
}




/* スマホ　縦 //////////////////////////////////////////////////////////// */
@media screen and (max-width: 750px){
	#pankuzu {display: none;}
/* -----------------------------------------
	mainVisual
----------------------------------------- */
	#mainVisual {
		width: 100%;
		min-width: 100%;
		overflow: auto;
		background: url(/travel/event/common/img/bg_mv.png);
	}
	#mainVisual h1 {
		width: 100%;
		margin: 0 auto;
	}
	#mainVisual h1 img {
		margin: 0 0;
		width: 100%;
		object-fit: cover;
		height: 57vw;
	}

/* -----------------------------------------
	Link Style
----------------------------------------- */
	#main a {
		color: #333;
		text-decoration:underline;
	}


/*通常リンク*/
a.link {
	position: relative;
	padding-left: 20px;
}

a.link:before {
	content: "";
	background: url(/travel/event/common/img/ico_link.png) no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
}

/*pdfリンク*/
a.pdf:after {
	content: "";
	background: url(/travel/event/common/img/ico_pdf.png) no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: 3px;
	right: -5px;
}


/*別ウィンドウリンク*/
a.blank:after {
	content: "";
	background: url(/travel/event/common/img/ico_blank.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 12px;
	display: inline-block;
	position: relative;
	top: 2px;
	right: -5px;
}

/*デジパンリンク*/
a.dLink:after {
	content: "";
	background: url(/travel/event/common/img/ico_book.png) no-repeat;
	background-size: contain;
	width: 19px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 3px;
	right: -5px;
}


/*pdf + 別ウィンドウリンク*/
a.pdf_blank:after {
	content: "";
	background: url(/travel/event/common/img/ico_pdf_blank.png) no-repeat;
	background-size: contain;
	width: 48px;
	height: 19px;
	display: inline-block;
	position: relative;
	top: 3px;
	right: -5px;
}



/* -----------------------------------------
	Base Contents
----------------------------------------- */
	#main .heading {
		width: 100%;
		min-width: 100%;
		overflow: hidden;
	}

	#main h2 {
		width: 100%;
		margin: 0 auto;
	}

	#main h2 img {
		display: block;
		margin: 0;
	}

	#main .contents {
		width: 100%;
		min-width: 100%;
		padding: 0 4%;
		overflow: auto;
		background: none;
	}

	#main .contents01 {
		width: 100%;
		min-width: 100%;
		padding: 0 4% 4%;
		overflow: auto;
		background: none;
	}

	#main .contents > section,
	#main .bg_contents_g > section {
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding-top: 3%;
	}

	#main .contents > section:after,
	#main .contents01 > section:before {
		content: none;
	}


	#main .contents section section,
	#main .contents01 section {
		margin-bottom: 5%;
	}



/* -----------------------------------------
	旅鉄情報舎とは？
----------------------------------------- */
	#main .bg_contents_g > section.info {
		padding: 10% 3%;
	}
	#main .info_box {
		padding: 6% 3% 3%;
		font-size: 4vw;
	}

	#main .info_box p.title {
		top: -27%;
		left: -3%;
		padding: 2% 3%;
		font-size: 4vw;
	}

	#main .info_box p.title:after {
		content: "";
		display: inline-block;
		position: absolute;
		bottom: -4.5vw;
		left: 30%;
	}

/* -----------------------------------------
今が旬のおすすめ情報
----------------------------------------- */

	#main .recommend {
		display: block;
	}

	#main .recommend section.l_col1,
	#main .recommend section.l_col2,
	#main .recommend section.l_col3 {
		width: 100%;
		margin-right: 0;
	}

	#main .recommend section.l_col2:nth-child(1) {
		width: 100%;
		margin-right: 0;
	}

	#main .recommend section.l_col3:nth-child(1) {
		width: 100%;
	}
	#main .recommend section.l_col3:nth-child(2) {
		width: 100%;
		margin-right: 0;
	}
	#main .recommend section.l_col3:nth-child(3) {
		width: 100%;
	}
	#main .recommend section .box .fileInfo,
	#main .event_info section .box .fileInfo{
		margin-bottom: 1%;
		font-size: 3.4vw;
	}
	#main .recommend section .box .label,
	#main .event_info section .box .label {
		margin-bottom: 3%;
	}
	#main .recommend section .box .label li,
	#main .event_info section .box .label li{
		padding: 1% 3%;
		margin-right: 1%;
	}

	#main .recommend section h3 {
		background: #008251;
		padding: 8% 4% 8%;
		position: relative;
		margin-bottom: 5px;
		font-size: 1.8rem;
	}

	#main .recommend section h3.new:before {
		width: 15vw;
		height: 9vw;
		top: -6%;
		left: -3vw;
	}

	#main .recommend section h3:after {
		left: 15%;
	}

	#main .recommend section.l_col2 h3:after,
	#main .recommend section.l_col3:nth-child(2) h3:after,
	#main .recommend section.l_col3:nth-child(3) h3:after {
		left: 15%;
	}

	#main .recommend section .box {
		padding: 0 5% 5%;
	}

	#main .recommend section.l_col2 .box,
	#main .recommend section.l_col3:nth-child(2) .box,
	#main .recommend section.l_col3:nth-child(3) .box{
		padding: 0 5% 5%;
	}

	#main .recommend section .box .txt,
	#main .recommend section .box .txt01,
	#main .event_info section .box .txt,
	#main .event_info section .box .txt01 {
		margin-bottom: 3%;
	}

	#main .recommend section .box .infomation,
	#main .event_info section .box .infomation {
		padding: 5%;
		font-size: 1.4rem;
	}

	#main .recommend section .box .relationLink > *,
	#main .event_info section .box .relationLink > * {
		margin-bottom: 1%;
	}

/* -----------------------------------------
関連リンク
----------------------------------------- */
	#main .bnrArea ul {
		padding: 5% 0;
	}
	#main .bnrArea ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content :space-around;
		justify-content: space-around;
		width: 95%;
		margin: 0 auto;
	}

	#main .bnrArea ul li {
		width: 47%;
	}

/* -----------------------------------------
東日本の鉄道イベント情報
----------------------------------------- */
	#main ul.tabArea {
		width: 100%;
		margin: 0 auto 5%;
	}

	#main ul.tabArea li {
		float: left;
		width: 32%;
		margin-right: 1.5%;
		margin-bottom: 1.5%;
		padding-top: 0;
		height: 18vw;
		border-top-right-radius: 0;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		position: relative;
	}
	#main ul.tabArea li:nth-child(3n) {
		margin-right: 0;
	}
	#main ul.tabArea li:after {
		content: "";
		background:url(/travel/event/common/img/btn_category_arrow.png) no-repeat;
		background-size: contain;
		display: block;
		width: 4vw;
		height: 4vw;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	#main ul.tabArea li.all {
		background:url(/travel/event/common/img/btn_category01.png) no-repeat #008251;
		background-size: 100%;
		background-position: center 30%;
	}

	#main ul.tabArea li.all.on {
		background:url(/travel/event/common/img/btn_category01_on.png) no-repeat #fff;
		background-size: 90%;
		background-position: center 30%;
	}

	#main ul.tabArea li.event {
		background:url(/travel/event/common/img/btn_category02.png) no-repeat #cc3a37;
		background-size: 90%;
		background-position: center 30%;
	}

	#main ul.tabArea li.event.on {
		background:url(/travel/event/common/img/btn_category02_on.png) no-repeat #fff;
		background-size: 90%;
		background-position: center 30%;
	}
	#main ul.tabArea li.train {
		background:url(/travel/event/common/img/btn_category03.png) no-repeat #e05a37;
		background-size: 90%;
		background-position: center 30%;
	}

	#main ul.tabArea li.train.on {
		background:url(/travel/event/common/img/btn_category03_on.png) no-repeat #fff;
		background-size: 90%;
		background-position: center 30%;
	}
	#main ul.tabArea li.ticket {
		background:url(/travel/event/common/img/btn_category04.png) no-repeat #e75c72;
		background-size: 90%;
		background-position: center 30%;
	}

	#main ul.tabArea li.ticket.on {
		background:url(/travel/event/common/img/btn_category04_on.png) no-repeat #fff;
		background-size: 90%;
		background-position: center 20%;
	}
	#main ul.tabArea li.travel {
		background:url(/travel/event/common/img/btn_category05.png) no-repeat #2c70b7;
		background-size: 90%;
		background-position: center 30%;
	}

	#main ul.tabArea li.travel.on {
		background:url(/travel/event/common/img/btn_category05_on.png) no-repeat #fff;
		background-size: 90%;
		background-position: center 30%;
	}
	#main ul.tabArea li.other {
		background:url(/travel/event/common/img/btn_category06.png) no-repeat #aa54b4;
		background-size: 90%;
		background-position: center 30%;
	}

	#main ul.tabArea li.other.on {
		background:url(/travel/event/common/img/btn_category06_on.png) no-repeat #fff;
		background-size: 90%;
		background-position: center 30%;
	}

	#main .event_info {
		padding-top: 8%;
		width: 100%;
	}
	#main .event_info section {
		padding: 0 5% 5%;
		margin-bottom: 0;
	}

	#main .event_info section h3 {
		padding: 8% 4% 8%;
		margin-bottom: 5px;
		font-size: 1.8rem;
	}

	#main .event_info section h3:after {
		left: 15%;
	}

	#main .event_info section h3.new:before {
		width: 15vw;
		height: 9vw;
		top: -6%;
		left: -3vw;
	}

	/* 201805 */
	dl.ind {display: block;}
	dl.ind dt, dl.ind dd {display: inline;}


/* -----------------------------------------
現在●●の情報はございません。
----------------------------------------- */
#main .event_info .noinfo {
	text-align: center;
	padding: 3% 0 8%;
}

/* -----------------------------------------
adobeエリア
----------------------------------------- */
	#main .contents03 > section.adobe_box {
		display: none;
	}



/* -----------------------------------------
ページTOP
----------------------------------------- */
	#pageTop {
		position: fixed;
		bottom: 11%;
		right: -18%;
		width: 18%;
	}

	#pageTop a {
		width: auto;
		display: block;
	}
	#pageTop a img {
		width: 100%;
	}

/* -----------------------------------------
スマホ用スタイル
----------------------------------------- */
	.sp_title,
	.more{
		display: block;
	}

	.sp_title > div {
		font-weight: bold;
		display: block;
		padding: 3% 5%;
		color: #fff;
		border-bottom: 2px solid #fff;
		position: relative;
	}

	.sp_title > div:after {
		content: "";
		background:url(/travel/event/common/img/ico_p.png) no-repeat;
		background-size: contain;
		width: 6vw;
		height: 6vw;
		display: block;
		position: absolute;
		right: 3%;
		top: 50%;
		margin-top: -3vw;
	}

	.sp_title > div.on:after {
		background:url(/travel/event/common/img/ico_m.png) no-repeat;
		background-size: contain;
	}

	.sp_title > div.all {background: #008251;}
	.sp_title > div.event {background: #cc3a37;}
	.sp_title > div.train {background: #e05a37;}
	.sp_title > div.ticket {background: #e75c72;}
	.sp_title > div.travel {background: #2c70b7;}
	.sp_title > div.other {background: #aa54b4;}
	.more {
		background: #fff;
		padding-bottom: 5%
	}
	.more p {
		display: block;
		border: 1px solid #000000;
		border-radius: 30px;
		padding: 2% 5%;
		width: 50%;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}

	.more p:after{
		content: "";
		display: block;
		background: url(/travel/event/common/img/ico_pb.png);
		background-size: contain;
		width: 4vw;
		height: 4vw;
		position: absolute;
		top: 26%;
		right: 6%;
	}

	.more.open p:after{
		background: url(/travel/event/common/img/ico_mb.png);
		background-size: contain;
	}

}