html, body {
    font-family: 'Noto Sans JP', sans-serif;
}
.fd-in {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
}
.fd-done {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
section {
    overflow: hidden;
    transition: .8s;
}
section + section {
    margin-top: 40px;
}
.heading {
    padding: 5px 2% 5px;
}
.heading h1 {
    margin-bottom: 5px;
    border-radius: 4px;
    border: 2px solid #F76F49;
    padding: 8px;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: #F76F49;
    position: relative;
}
.heading h1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 10px;
    padding: 1em;
    background: url(../img/bus_ticket_lp.png) no-repeat;
    background-size: contain;
}
.txt-title {
    width: 90%;
    margin: 10px auto;
}
.txt-title p {
    font-size: 18px;
    color: #F76F49;
}
.txt-box {
    margin: 10px auto;
    width: 90%;
}
.txt-box p {
    font-size: 14px;
    color: #333333;
}
.txt-box p.caution-txt {
    color: #d40303;
}
.txt-box .magenta {
    font-size: 14px;
    color: #e60663;
}
.other-link {
    position: relative;
    width: 100%;
    height: 50px;
}
/*.other-link a {
    display: inline-block;
    background: #FF6B95;
    padding: 8px;
    margin: 5px auto;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: .5s;
    position: relative;
    border-radius: 4px;
    position: absolute;
    right: 2px;
}*/

.other-link a {
    display: inline-block;
    padding: 8px;
    margin: 5px auto;
    font-size: 14px;
    font-weight: 400;
    color: #e60663;
    transition: .5s;
    position: relative;
    border-radius: 4px;
    position: absolute;
    right: 2px;
}
.ticket {
    padding: 5px 2% 20px;
    color: #0e0d0d;
}
.ticket p {
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
}

@media (max-width: 768px) {
.ticket p {
    line-height: 1.5;
}
}
.ticket img {
    width: 100%;
}
.ticket .details {
    margin: 10px;
    color: #444444;
}
.ticket .details__title {
    font-size: 18px;
}
.ticket .details__text {
    font-size: 14px;
    font-weight: 400;
}
.ticket .details__price {
    font-size: 20px;
    font-weight: bold;
}
.ticket .details__btnbox {
    width: 100%;
}
.ticket .details__btn {
    border: 1px solid #F76F49;
    color: #F76F49;
    font-size: 14px;
    padding: 4px 8px;
    margin: 0;
    display: block;
    float: right;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
}
.ticket .expbus_open {
    color: #444444;
    width: 100%;
}
.ticket .expbus_open h2.ttl {
    font-size: 20px;
    margin: 8px;
    border-left: 4px solid #444444;
    padding: 0 8px;
}
.ticket .expbus_open h3.s-ttl {
    font-size: 16px;
    margin: 8px;
    padding-left: 26px;
    position: relative;
    border-bottom: 1px dotted #444444;
    padding-bottom: 4px;
}
.ticket .expbus_open h3.s-ttl .material-icons {
    position: absolute;
    top: 2px;
    left: 0;
}
.ticket .expbus_open img {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.ticket .expbus_open .destination {
    width: 100%;
    background: #8adada;
    padding: 6px;
    text-align: center;
    border: 1px solid #ffffff;
    margin-top: 12px;
    font-weight: bold;
}
.ticket .expbus_open .destination--return {
    background: #8adaa5;
}
.ticket .expbus_open .flex-container {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
}
.ticket .expbus_open .flex-container__box {
    width: 16%;
    height: 40px;
    text-align: center;
    line-height: 2;
    border: 1px solid #fff;
    background-color: #dddfdf;
    font-weight: 400;
}
.ticket .expbus_open .flex-container__box--empty-txt {
    width: 36%;
    background-color: #fff;
}
.ticket .expbus_open .flex-container__box--head {
    border: 1px solid #fff;
    background-color: #acc;
    width: 36%;
}
.ticket .expbus_open .flex-container__box--head--return {
    background-color: #aaccb1;
}
.ticket .expbus_open .flex-container__box a {
    display: inline-block;
    background: #d40303;
    color: #fff;
    font-size: 0.7em;
    border-radius: 4px;
    margin: 6px auto;
    text-decoration: none;
    padding: 0 8px;
    width: 84%;
}
.notice {
    position: relative;
    margin: 2em auto;
    padding: 1.5em 1em 1em;
    border: solid 3px #e60663;
    border-radius: 8px;
    width: 90%;
    color: #FFFFFF;
    background: #FF6B95;
}
.notice .box-title {
    position: absolute;
    display: inline-block;
    top: -14px;
    left: -11px;
    padding: 8px;
    line-height: 1;
    font-size: 14px;
    background: #e60663;
    color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
}
.banner {
    margin: 10px auto;
}
.banner a {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.banner a img {
    width: 100%;
}
/*説明ページ*/
.info .txt-box p {
    margin: 10px 0px 10px 12px;
    font-size: 13px;
    color: #333333;
}
.info h3 {
    font-size: 17px;
    margin: 8px;
    position: relative;
    border-bottom: 1px dotted #444444;
    padding-bottom: 4px;
}
.info .info-ttl {
    font-size: 15px;
    margin: 0px 0px 0px 8px;
    color: #F76F49;
    border-bottom: 1px dotted #F76F49;	
}
.info .s-notice {
	font-size: 12px;
	color: #777777;
	
}
.info a {
    color: #e60663;
}
/*キャンペーン*/
.camp {
	font-size: 13px;
    position: relative;
    margin:20px auto;
    padding: 2em 1em 1em;
    border: solid 3px #e60663;
    border-radius: 8px;
    width: 90%;
    color: #333333;
    background: #FFF;
}
.camp .deco{
  color: #e60663;
}
.camp .box-title {
    position: absolute;
    display: inline-block;
    top: -14px;
	left: -8px;
    padding: 8px;
    line-height: 1;
    font-size: 16px;
    background: #e60663;
    color: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
}

#footer_menu {
	position: fixed;
	width: 100%;
	z-index: 1;

	text-align: center;
	bottom: 0;
	padding: 10px 0;
	height: 40px;
}

#footer_menu a {
	border-radius: 5px;
	border: 1px #FE6110 solid;
	padding: 8px 24px;
	background-color: white;
	text-decoration: none;
	color: #c88a79;
	font-weight: bold;

	text-align: center;
	font-size: 0.8em;
	margin: 10px auto;
}
