.route .route_content--bg {
	background-image: url("/assets/img/top/route/en_route_bg_sp.png");
	/* background-repeat: no-repeat;
	background-size: 100% auto; */
}
.archive_lists_item_media_inner .news_title {
    text-align:unset;
}
.lower__newsSingle .lower__newsSingle_inner .new_header_title {
    text-align:unset;
}
.heading_lower .heading_lower--en {
	font-size: 3rem;
}

.reservation .reservation__web .web__balloon{
	padding:0.5625rem;
}

.reserve_lower input[type=date].is-empty::before {
    content: "(Unselected)";
}
/* FLOWの見出し 英語だと左寄せが良い */
@media screen and (min-width:769px){
	.accordion_lv1 .accordion_panel.is_open .flow_item .step_item {
		text-align: left;
	}
}
@media screen and (min-width:960px)
{
	.heading_lower .heading_lower--en {
		font-size: 5rem;
	}
}

@media screen and (min-width: 769px){
	.route .route_content--bg {
		background-image: none;
	  }
	.route {
		background-image: url("/assets/img/top/route/en_route_bg.png");
		/* background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: left 0 top 100%;
		padding-top: 7.5rem; */
	}
	.route .route_content--inner .route_content--text {
		line-height: 1.4;
	}
    .route_detail-miyajima .route_detail--introduction .route_start {
        max-width: 10rem;
    }

	.route_detail-sanpai .route_detail--introduction .route_start {
		max-width: 12rem;
	  }
	  .route_detail-sanpai .route_detail--introduction .route_middle {
		max-width: 10rem;
	  }
	  .route_detail-sanpai .route_detail--introduction .route_goal {
		max-width: 12rem;
	  }
	.button_lv3.schedule .button_lv3__text {
		font-size: 0.75rem;
	}
	.heading_lower .heading_lower--en {
		font-size: 4rem;
	}
}
@media screen and (min-width: 1380px) {
    .heading_lower .heading_lower--en {
        font-size: 7.5rem;
    }
}
