@charset "utf-8";
@font-face {
	font-family: "Neosans";
	src: url("fonts/UTM NEO SANS INTEL.TTF");	
}
@font-face {
	font-family: "Neosans-Bold";
	src: url("fonts/UTM NEO SANS INTELBOLD.TTF");	
}
.img-title {
	margin: 20px 0 0;
}
.modal-body div {
	margin-bottom: 10px;
} 
.text-notice {
	line-height: 1.2;
}
.text {
	font-size: 25px;
	display: block;
}
.fa-clone {
	color: #212529;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}
.btn-close {
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}
.box__ttl { 
	font-family: 'Neosans-bold';
	display: flex;
	flex-direction: column;
	font-size: 60px;
	color: #f53c7f;
	text-align: center;
	width: 100%;
	font-weight: bold;
	margin: 60px 0 40px;
}
.paid {
	background: #ca65ff;
}
.free {
	background: #29a2ff;
}
.badge {
    position: relative;
    top: -2px;
    line-height: 1;
    font-weight: normal;
    font-size: 12px;
    border-radius: 3px;
}
figure {
    margin: 0 0 1rem;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
} 
.feature__inner a {
	color: #007bff;
	text-decoration: underline;
}
.text-pink {
    color: #F53C7F;
}
.link-service {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    color: #007bff;
    text-decoration: underline;
    text-align: left;
}
.link-service:focus {
	outline: none;
}
h2.box__ttl.box__ttl--route {
    margin-bottom: 0;
}
.btn-selectwbt {
    background: none;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.8;
    padding: 0;
	width: 100%;
    text-align: center;
    margin: 15px auto 40px;
	border: none;
}
.btn-selectwbt:focus {
	outline: none;
}
.hideElement {
	display: none;
	height: 0;
	overflow: hidden;
	transition: height 350ms ease-in-out;
}
/* Local Nav */ 
.localnav {
	width: 100%;
	display: inline-flex;
    justify-content: space-around;
    margin: 25px 0;
    background: #f53c7f;
    border-radius: 8px;
}
.localnav .item {
	width: 100%;
}
.localnav .item:first-child a {
	border-left: none;
}
.localnav .item:last-child a {
	border-right: none; 
}
.localnav .item a {
	display: block;
    text-align: center;
    width: 100%;
    padding: 14px 6px;
    color: #fff;
    text-decoration: none;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.localnav .item a:hover {
	background: #FFE869;
    color: #090504;
	transition: all ease .3s;
}
.localnav .item a:before {
	position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    content: "\f0d7";
    font-size: 0.8em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* End local nav */

/* Banner */
.banner { 
	position: relative;
}
.banner__img img {
	width: 100%;
	height: auto;
}
.banner__ttl .container {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}
.banner__ttl h1 {  
	font-family: "Neosans-bold";
	font-size: 4.063vw;   
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.banner__ttl h1 {
		font-size: 5vw;
	}
}
@media screen and (max-width: 767px) {
	.banner__ttl h1 {
		font-size: 6.8vw;
	}
}

/* End Banner */

/* Service */
#app {
	width: 100%;
}
.feature__inner {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
}
.feature__item {
    padding-bottom: 65px;
}
.feature__ttl h2 {
    font-size: 18px;
    width: 100%;
    padding: 20px 5px 15px;
    margin-bottom: 25px;
    background: none;
    border-bottom: 2px dotted #707070;
    font-weight: 600;
}
.feature__figure img {
	width: 100%;
	border-radius: 10px;
}
.feature__list {
    margin-top: 1rem;
    padding: 0.5em 1em;
    background: #efffff;
    border: solid 2px #c5e7e8;
}
.feature__item:nth-child(n+4) .feature__list {
    display: none;
}
.feature__item:last-child .feature__desc b {
	display: block;
	margin: 16px 0 8px;
}
.feature__item:last-child .feature__desc b i {
	margin-right: 5px;
}
.feature__check {
	padding: 8px 0;
}
.feature__check li {
	padding-left: 20px;
    position: relative;
    font-size: 14px;
}
.feature__check li:before {
	font-family: "Font Awesome 5 Free";
    content: '\f058';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}
.access {
	margin-bottom: 150px;
}
.access__box {
	display: flex;
    align-items: center;
}
.access__box img {
	width: 100%; 
}
.access__box--info {
	background: url(/en/guide/bus_terminal/wbt_osaka/img/icon_add.png) no-repeat;
    padding-left: 55px;
	line-height: 1.2;
}
.access__box--info a {
	color: #007bff;	
	text-decoration: underline;
}
.access__box--time {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.access__box--time:before {
	display: inline-block;
    background: url(/en/guide/bus_terminal/wbt_osaka/img/icon_clock.png) no-repeat;
    background-size: cover;
    content: "";
    width: 30px;
    height: 30px;
	margin-right: 25px;
}


/* Custom Modal */
.modal-header {
    background: #f53c7f;
    color: #fff;
}
.title-modal {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 5px 5px;
    margin-bottom: 5px;
    border-bottom: 2px dotted #707070;
}

/* Custom API */
.bus__action--body {
    width: 250px;
}

@media screen and (min-width: 1400px) {
	.access__box .col-md-7 {
		margin-left: 30px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	.box__ttl {
		font-size: 50px;
	}
}
 
@media screen and (min-width: 992px) and (max-width: 1400px) {
	.banner__ttl .container {
		padding-left: 100px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.banner__ttl .container {
		padding-left: 85px;
	}
}

@media screen and (min-width: 768px) {
	.bus__action--footer {
		width: 75%;
	}
}

@media screen and (max-width: 767px) {
	.text {
		font-size: 20px;
	}
	.feature__ttl h2.activeElement:after {
		transform: rotate(180deg);
		bottom: 30%;
	}
	.box__ttl {
		font-size: 48px;
		margin: 50px 0 30px;
	}
	.modal-body div {
		width: 100%;
		overflow: hidden;
	}
	.img-title {
		max-width: 150%;
	}
	.localnav .item a {
		font-size: 13px;
		line-height: 1.2;
		padding: 6px 3px 14px 3px;
	}
	.localnav .item a:before {
		position: absolute;
		top: auto;
		bottom: -3px;
		left: 50%;
	}
	.feature__inner > .feature__item + .feature__item {
		border-top: 1px #fff dotted;
	}
	.feature__item {
		padding-bottom: 0;		
	}	
	.feature__ttl h2 {
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		display: block;
		width: 100%;
		background: #ffeff5;
		padding: 15px 30px 15px 15px;
		margin: 0 auto 0;
		cursor: pointer;
		color: #4f001d;
		position: relative;
		border: none;
	}
	.feature__ttl h2:after {
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		content: "\f078";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	.feature__item:first-child .feature__ttl h2 {
		border-radius: 8px 8px 0 0;
	}
	.feature__item:last-child .feature__ttl h2 {
		border-radius: 0 0 8px 8px;
	}
	.feature__content {
		padding: 10px 5px 20px;
	}
	.access {
		margin-bottom: 100px;
	}
	.access__box {
		flex-wrap: wrap;
	}
	.access__box .col-md-7 {
		margin-top: 30px;
		margin-left: 0;
	}
	.access__box--time:before {
		background-size: contain;
	}
	.bus__photo--footer {
		width: 35%;
	}
	.bus__action--footer {
		width: 65%;
	}
}