@charset "utf-8";
/* CSS Document */

#flyt2 .section__container{
	padding:0 16px 32px;
}
h2.section__heading {
    border-bottom: solid 3px skyblue;
    position: relative;
}
h2.section__heading:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 30%;
}
h2.section__heading span{
	display: inline-block;
}
.headfoot-is-pc h2.section__heading span{
	padding-left: 10px;
}
h2.heading--title {
    position: relative;
    display: inline-block;
    padding: 0 55px;
	margin-top:26px;
}
h2.heading--title:before, h2.heading--title:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}
h2.heading--title:before {
    left: 0;
}
h2.heading--title:after {
    right: 0;
}
.flightSchedule thead tr {
    background: #EEE;
}
.flightSchedule td {
    font-weight: normal;
}
.fdays span {
    font-size: .86rem;
    display: block;
}
tr.addtxt {
    border: none;
}
tr.addtxt td {
    text-align: right;
    padding: 2px 8px 8px;
}
.flightSchedule th {
    padding: 8px 4px;
}
.headfoot-is-sp .goTop__img--pc {
    display: none;
}

.headfoot-is-pc .goTop__img--sp{
	display: none;
}
/*調整*/
.flightSchedule caption{
	text-align: left!important;
}
@media only screen and (min-width: 741px) {
.section__container{
	width: 992px;
}
}

@media screen and (max-width: 932px) and (orientation: landscape) {
	.breadcrumb{
		width: 100%;
	}
	.section__container{
		width: 100%;
	}
	.days{
		width: 31%;
	}
}
@media only screen and (max-width: 420px) {
html{
	font-size: 3.1vw;
}
}
@media only screen and (max-width: 767px) {
.days{
		width: 31%;
	}
}