/* ---------------------------------------------------

新規追加CSS 2019/11/13

--------------------------------------------------- */

/* たとえば、こんな楽しみ方！ */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.travel_plan {
	display: block;
	float: left;
	width: 100%;
	padding: 0 10px;
	font-weight: bold;
}
.travel_plan.en {
	letter-spacing: -1.0px;
}
.travel_plan_inner {
	padding: 10px 0 50px;
}
.travel_plan_ttl {
	border: 2px solid #2D8D6D;
	border-radius: 100px;
	padding: 5px 0 5px 5px;
}
.travel_plan_ttl p {
	margin: 0;
	line-height: 1.2;
}
.travel_plan_ttl p.ttl {
	float: left;
	padding-left: 5px;
	font-weight: bold;
	font-size: 1.4em;
	color: #2D8D6D;
}
.travel_plan_day {
	border: 2px solid #A58C78;
	border-radius: 100px;
}
.travel_plan_day p {
	margin: 0;
	line-height: 1.2;
}
.travel_plan_day p.day {
	float: left;
	padding: 5px;
	font-weight: bold;
	color: #A58C78;
}
.travel_plan_ttl p.text {
	margin-left: 70px;
	font-weight: bold;
	font-size: 0.8em;
}
.travel_plan_ttl p.text_sub {
	margin-left: 70px;
	font-size: 0.6em;
}
.travel_plan_price {
	margin: 10px auto;
	font-size: 0.5em;
}
.travel_plan_price_bar {
	color: #fff;
	width: 54%;
	float: left;
}
.travel_plan_price_bar span {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
}
.travel_plan_price_bar .plane {
	background: #A58C78;
	width: 100%;
}
.travel_plan_price_bar .buspass {
	background: #2D8D6D;
}
.travel_plan_price_bar .buspass.plan1 {
	width: 80%;
}
.travel_plan_price_bar .buspass.plan2 {
	width: 65%;
}
.travel_plan_price_price {
	float: left;
	color: #1a5100;
	font-weight: bold;
	line-height: 25px;
	padding-left: 5px;
}
.travel_plan_price_price span {
	display: block;
}
.travel_plan_price_img {
	float: left;
	padding-top: 8px;
	padding-left: 5px;
}
.travel_plan_price_img img {
	width: 35px;
}
.travel_plan_price_balloon {
	float: left;
	background: #2D8D6D;
	height: 50px;
	width: 50px;
	border-radius: 100px;
	color: #fff;
	text-align: center;
	padding-top: 12px;
	margin-left: 5px;
	position: relative;
}
.travel_plan_price_balloon:before {
	content: "";
	border-top: 5px solid transparent;
	border-right: 8px solid #2D8D6D;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: -6px;
	top: 20px;
}
.travel_plan_price_balloon span {
	display: block;
}
.travel_plan_price_balloon span.price {
	font-weight: bold;
}


.travel_plan_box {
	display: block;
	width: 100%;
	float: left;
	font-size: 0.85em;
	line-height: 1.8;
	position: relative;
}
.travel_plan_box p {
	display: inline-block;
}
.travel_plan_box .time {
	font-weight: bold;
	width: 60px;
	color: #1a5100;
	position: relative;
}
.travel_plan_box .time:after {
	content: "";
	background: #2D8D6D;
	width: 12px;
	height: 12px;
	margin: 0 auto;
	border-radius: 8px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.travel_plan_box p.time_img {
	width: 60px;
	height: auto;
	text-align: right;
	background: linear-gradient(to top, #2D8D6D, #2D8D6D) repeat-y 48px/2px;
	padding: 8px 0;
	margin: -8px 0 -5px;
}
.travel_plan_box .time_img img {
	width: 20px;
	margin: 4px 0 -4px;
}
.travel_plan_box .station .mark {
	display: inline-block;
	color: #fff;
	background: #1a5100;
	border-radius: 8px;
	width: 15px;
	height: 15px;
	font-size: 0.85em;
	text-align: center;
	line-height: 15px;
}
.travel_plan_box .station .sub {
	font-size: 0.5em;
}
.travel_plan_box .bus {
	color: #1a5100;
}
.travel_plan_box .bus .mark {
	display: inline-block;
	color: #fff;
	background: #1a5100;
	border-radius: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 0.9em;
	text-align: center;
	padding: 0 5px;
}
.travel_plan_box .bus .way {
	font-size: 0.5em;
}
.travel_plan_box .spot {
	background: #2D8D6D;
	color: #fff;
	border-radius: 100px;
	padding: 0 65px 0 15px;
	line-height: 1.3;
	display: table;
	width: 100%;
	height: 50px;
	margin: 5px 0;
}
.travel_plan_box .spot span {
	display: table-cell;
	vertical-align: middle;
}
.travel_plan_box .spot_img {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: center;
	width: auto;
}
.travel_plan_box .spot_img img {
	width: 40px;
}
@media screen and (min-width: 1367px) {
	.travel_plan_inner {
		width: 50%;
		float: left;
		padding: 20px 15px;
		margin-top: 30px;
	}
}


