@charset "utf-8";

article {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1.618;
	padding: 0;
}

.tx_pink{
	color: #f3185f;
}
.btn:hover,
.btn:focus{
	color: #ffffff;
	outline: none;
}


#main_visual{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#main_visual h1{
	max-width: 1920px;
	margin: 0 auto;
}
#main_visual h1 img{
	width: 100%;
	height: auto;
}

/*-------メインコンテンツ-------*/
.contents{
	padding-top: 48px;
}
.contents h2{
	margin-bottom: 32px;
}
.contents h2 img{
	width: 72%;
	height: auto;
	margin-bottom: 16px;
}
#plan_tokyo h2 img,
#plan_osaka h2 img{
	max-width: 232px;
}
#plan_nagoya h2 img{
	max-width: 252px;
}
.contents h2 span{
	font-size: 18px;
}
.contents h3{
	margin-bottom: 32px;
}
.contents h3 img{
	width: 120px;
	height: auto;
	margin-right: 16px;
}
.contents h3 span{
	font-size: 16px;
}
.corplogo{
	margin-bottom: 32px;
}
.corplogo a{
	display: block;
	margin-bottom: 16px;
}
.reco_point{
	padding-bottom: 32px;
}
.reco_point > img{
	margin-bottom: 24px;
}
.reco_point h4{
	margin-bottom: 16px;
}
.reco_point h4 span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 4px solid #f5ca3c;
}
.reco_point p{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 16px;
}
.points{
	margin-bottom: 32px;
}
.points li{
	font-size: 14px;
	padding-left: 2.2em;
	position: relative;
}
.points li:before{
	content: '';
	background: url('/static/img/campaign/norihodai/icon.png') no-repeat;
	background-size: contain;
	width: 24px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}
.btn{
	display: block;
	width: 100%;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	border: 3px solid #1c1c1c;
	padding: 20px 16px;
	text-align: center;
	margin-bottom: 16px;
	position: relative;
}
.route_map{
	background: #02B51A;
}
.place_get,
.bus_search{
	background: #f53c7f;
}
.check_osaka_pass{
	background: #E49800;
	padding: 8px 16px;
}
.btn i{
	position: absolute;
	display: block;
	z-index: 1;
	width: 17px;
	height: 17px;
	border: 2px solid #fff;
	background: inherit;
	top: 50%;
	right: 4px;
	transform: translate(-50%,-75%);
}
.btn i:before{
	content: '';
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	border: 2px solid #fff;
	background: inherit;
	top: 50%;
	right: 50%;
	z-index: -1;
}
.bus_search i{
	width: 0px;
	height: 0px;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	background: inherit;
	top: 50%;
	right: 4px;
	transform: translate(-50%,-50%);
}
.bus_search i:before{
	content: none;
}
#plan_bus_search{
	background: #ECECEC;
	padding-bottom: 32px;
}
#plan_bus_search p{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 40px;
}

/*---MODAL---*/
.modal-dialog{
	max-width: 748px;
}
.modal-content{
	border-radius: 10px;
	border: none;
}
button.close{
	position: absolute;
	top: 16px;
	right: 16px;
}
.modal_header{
	padding: 24px 48px;
}
.please_check{
	font-size: 16px;
	color: #ffffff;
	background: #f53c7f;
	border: 3px solid #1C1C1C;
	border-radius: 6px;
	padding: 6px 40px 4px;
}
.area_modal_h3{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 24px 32px 8px;
	margin-bottom: 24px;
	border-bottom: 5px solid #00a7d3;
}
#mordal_kansai .area_modal_h3{
	border-bottom-color: #1F2875;
}
#mordal_nagoya .area_modal_h3{
	border-bottom-color: #E1C45D;
}
.area_modal_h3 img{
	margin-right: 24px;
}
.area_modal_h3 span{
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	text-align: left;
}
.taisho{
	margin-bottom: 24px;
}
.taisho img{
	margin-right: 16px;
}
.taisho span{
	font-weight: bold;
	font-size: 16px;
}
.modal_header p{
	text-align: left;
	font-size: 16px;
	padding-left: 1em;
	position: relative;
}
.modal_header p:before{
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
.modal_content{
	padding: 0 48px;
}
.info_box{
	margin-bottom: 24px;
	border: 3px solid #00a7d3;
	padding: 24px 24px 0;
	font-size: 14px;
}
#mordal_kansai .info_box{
	border-color: #1F2875;
}
#mordal_nagoya .info_box{
	border-color: #E1C45D;
}
.info_box dl{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 24px;
}
.info_box dt{
	width: 100px;
	font-weight: normal;
	border-bottom: 1px solid;
	text-align: center;
}
.info_box dd{
	width: calc(100% - 116px);
	margin-left: 16px;
}
.pickup_date dd{
	font-weight: bold;
}
.pickup_place dd h4{
	font-size: inherit;
	font-weight: bold;
	padding: 4px;
	background: #f5f5f5;
	margin-bottom: 4px;
}
.pickup_place dd p{
	font-size: inherit;
}
.pickup_place dd .time span{
	font-weight: bold;
	padding-left: 1em;
}
.pickup_place dd .me-guru span:not(.font-weight-bold),
.pickup_place dd .donichi span{
	font-size: 12px;
}
.pickup_place dd .me-guru span{
	display: block;
}
.pickup_place dd img{
	margin-top: 16px;
}
.howto{
	margin-top: 16px;
}
.pickup_time{
	padding: 16px;
}
.pickup_time h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}
.pickup_time p{
	padding-left: 1.2em;
	margin-bottom: 4px;
	font-size: 16px;
}
.pickup_time p span{
	display: inline-block;
	background: #f5f5f5;
	padding: 2px 4px;
	margin-right: 8px;
	width: 184px;
	text-align: center;
}
.pickup_attention{
	padding: 16px;
}
.pickup_attention span{
	color: #F53C7F;
	font-weight: bold;
	border-bottom: 2px solid;
}
.train_line{
	margin-top: 24px;
	padding-bottom: 24px;
}
.train_line img{
	margin-right: 24px;
}
.train_line div{
	padding-top: 12px;
}
.train_line div a{
	text-decoration: underline;
}
.train_line .kome{
	font-size: 12px;
	position: relative;
	padding-left: 1em;
	margin-top: 8px;
}
.train_line .kome:before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.me-guru_route{
	padding-bottom: 24px;
}
.me-guru_route h4{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 16px;
	padding: 8px;
	background: #f5f5f5;
}
/*---MODALここまで---*/

@media screen and (max-width:767px) {/*iPad未満サイズ*/
	.modal-dialog{
		max-width: none!important;
		margin: 24px;
	}
	.modal_header,.modal_content{
		padding: 24px 0 0;
	}
	.area_modal_h3{
		flex-direction: column;
		padding: 24px 16px 16px;
	}
	.area_modal_h3 img {
		margin-right: 0;
		margin-bottom: 16px;
		height: 40px;
		width: auto;
	}
	.area_modal_h3 span{
		font-size: 16px;
		line-height: 22px;
	}
	.taisho img {
		margin-right: 5%;
		width: auto;
		height: 36px;
	}
	.taisho span {
		text-align: left;
	}
	.modal_header p{
		font-size: 13px;
	}
	.info_box{
		padding: 24px 16px 0;
	}
	.info_box dl{
		flex-direction: column;
	}
	.info_box dt {
		width: 100%;
		text-align: left;
		margin-bottom: 8px;
	}
	.info_box dd {
		width: 100%;
		margin-left: 0;
	}
	.pickup_time h4{
		margin-bottom: 16px;
	}
	.pickup_time p{
		margin-bottom: 8px;
		padding-left: 0;
	}
	.pickup_time p span{
		display: block;
		width: 100%;
		text-align: left;
	}
	.pickup_attention{
		padding: 16px 0;
	}
	.train_line{
		flex-direction: column;
		align-items: flex-start;
	}
	.train_line img{
		margin: 0;
		width: auto;
		height: 36px;
	}
	.train_line div p.font-weight-bold{
		margin-bottom: 16px;
		padding-left: 16px;
		font-size: 14px
	}
	.train_line div p.font-weight-bold a{
		display: block;
	}
	.train_line .kome{
		padding-left: 24px;
	}
	.train_line .kome:before{
		left: 12px;
	}
}


@media screen and (min-width:768px) {
	.contents{
		padding-top: 96px;
	}
	#plan_tokyo h2 img,
	#plan_osaka h2 img,
	#plan_nagoya h2 img{
		max-width: none;
		width: auto;
	}
	.contents h2 span{
		font-size: 24px;
	}
	.contents h3 img{
		width: auto;
		height: auto;
		margin-right: 24px;
	}
	.contents h3 span{
		font-size: 18px;
	}
	.corplogo a{
		display: block;
		margin-bottom: 16px;
	}
	.corplogo a img{
		width: 100%;
		height: auto;
	}
	.reco_point h4 span{
		font-size: 18px;
	}
	.reco_point p,
	.points li{
		font-size: 16px;
	}
	.place_get{
		padding: 20px 38px 20px 8px;
	}
	.bus_search{
		width: 300px;
		margin: 0 auto;
	}
	#plan_bus_search{
		margin-top: 64px;
		padding: 64px 0;
	}
}
@media screen and (min-width:992px) {
	.route_map,.check_osaka_pass{
		width: 276px;
		margin-right: 16px;
		display: inline-block;
	}
	.modal-dialog{
		max-width: 800px;
	}
}
