@charset "UTF-8";
.api-frame {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 950;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}
.api-timetable{
    position: absolute;
    background: none;
    left: 53.3%;
    top: -196px;
    width: auto;
    z-index: 99;
    max-width: 676px;
    padding: 4px;
    transform: translate(-50%, 0);
}
.api-timetable-table-wrap {
	margin: 0 auto;
}
.api-timetable-title {
    position: relative;
    font-size: 1.8rem;
    background: #dee8ea;
    padding: 6px 0;
    text-align: center;
    width: 90%;
    max-width: 374px;
    display: block;
    line-height: 1;
    margin: auto;
    color: #545f61;
}
.api-timetable-title::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 13px;
    border-color: transparent transparent #dee8ea transparent;
    position: absolute;
    transform: translate(0,0);
    left: -13px;
    top: 0;
}
.api-timetable-title::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 0 13px;
	border-color: transparent transparent transparent #dee8ea;
	position: absolute;
	transform: translate(0,0);
    right: -13px;
    top: 0;
}
.api-timetable-table {
	margin: 0 auto;
	width: 100%;
	table-layout: fixed;
}
.api-timetable-table th,.api-timetable-table td {
    text-align: center;
    vertical-align: middle;
    color: #8b8b8b;
    background: #fff;
    font-size: 20px;
    line-height: 1.4;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.api-timetable-table th {
	padding: 8px 4px;
	background: #dee8ea;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1.5rem;
	white-space: nowrap;
	max-width: 68px;
	color: #777;
}
.api-timetable-table th:first-child {
    width: 68px;
    height: 42px;
}
.api-timetable-table tr:not(:first-child) th:first-child {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.api-timetable-table th span {
	display: inline-block;
	font-size: 1.1rem;
    vertical-align: 0.2em;
}
.api-timetable-table tr:nth-child(2) th span,
.api-timetable-table tr:nth-child(3) th span{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-left: 4px;
}
.api-timetable-table th:last-child, .api-timetable-table td:last-child{
	border-right: none;
}
.api-timetable-table tr:last-child th, .api-timetable-table tr:last-child td{
	border-bottom: none !important;
}
@-moz-document url-prefix() {
.api-timetable-table tr:nth-child(2) th span,
.api-timetable-table tr:nth-child(3) th span{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-left: 12px;
    width:8px;
}
}
.api-timetable-table td {
	padding: 0;
}
.api-timetable .iphone4-only {
	display: none;
}
.api-timetable-table td img {
    width: 16px;
    height: auto;
    vertical-align: -0.14em;
}

/*ポップアップ*/
.api-timetable-table td span {
    width: 100%;
    display: flex;
    padding: 12px 0;
    height: 53px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.api-timetable-table td span:hover {
	background: #fefade;
}
.api-timetable .fukidashi em {
	font-size: 14px;
	font-style: normal;
}
.api-timetable .fukidashi {
    display: none;
    position: absolute;
    z-index: 4;
    top: -18px;
    width: 293px;
    left: -212px;
    padding: 8px;
    border-radius: 5px;
    background: rgba(120, 155, 162, 1);
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
}
.api-timetable .popup:hover + .fukidashi {
	display: block;
}

@media screen and (max-width: 1500px){
.api-timetable {
    max-width: 570px;
    top: -162px;
    width: 100%;
    padding: 0;
}
.api-timetable-title{
	font-size: 1.5rem;
}
.api-timetable-table th{
    font-size: 1.3rem;
    padding: 0 4px;
}
.api-timetable-table th span {
    font-size: 1.1rem;
    vertical-align: 0.2em;
    padding: 0;
}
.api-timetable-table td span{
    padding: 0;
    height: 41px;
}
}

@media screen and (max-width: 767px) {
.api-frame {
    width: calc(100% - 30px);
    left: 47.7%;
}
.api-timetable{
    top: -33vw;
}
.api-timetable-table th, .api-timetable-table td {
    width: calc(100% / 6) !important;
}
.api-timetable-table th {
    font-size: 10px;
    line-height: 1.2;
}
.api-timetable-table th span{
    display: block;
    font-size: 1rem;
}
.api-timetable-table tr:first-child th:first-child {
    height: 35px;
}
.api-timetable-title{
    width: 65%;
}
.api-timetable-table tr:not(:first-child) th:first-child{
    font-size: 1.26rem;
}
.yutaka__mv--image {
    margin-bottom: 13vw;
}
}
