@charset "UTF-8";

footer {
    padding: 0;
}

p {
    line-height: 1.7;
}

@media(767px < width) {
    .sp-br {
        display: none;
    }
}


/* =========================================
   メインコンテンツ・タイトル周り
========================================= */
/* 個別ページ設定 */
.main {
    padding-right: 1em !important;
    padding-left: 1em !important;
    padding-bottom: 3em !important;
    line-height: 1.6em;
}

/* ページタイトルs */
.movie-title h1 {
    margin-bottom: 2em;
    margin-right: auto;
    margin-left: auto;
    font-weight: bold;
    font-size: 28px;
    color: #464343;
    text-align: center;
}

.badge {
    background: #e89112;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    margin-left: 8px;
    border-radius: 12px;
}

.lead-box {
    margin-bottom: 5em;
}

.lead-img {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 600px;
}

.lead-text {
    text-align: center;
}


.link-wrap {
    margin-top: 2.5em;
}

.link-container {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 56px;
    width: 100%;
    max-width: 900px;
}

.link-number h2 {
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
}

.link-number h2 span {
    font-size: 1.3em;
}

.hero p {
    text-align: center;
}

.movie-list {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #e89112;
}

.movie-list tbody tr:nth-child(odd) {
    background: #fafafa;
}

.movie-list td {
    border-top: 1px solid #eee;
    transition: all 0.2s;
}

.movie-list td a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 14px 16px 14px 2em;
}

.movie-list th {
    background: #e89112;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0.9em;
}

.movie-list th:first-child {
    border-right: #eee 1px solid;
}


.movie-list td:last-child {
    text-align: center;
    border-left: 1px solid #eee;
    vertical-align: middle;
}

.movie-list td:last-child,
.movie-list th:last-child {
    width: 30%;
}

.movie-list tr td:first-child:hover {
    color: #7d9ef8;
    text-decoration: underline;
    background: #fff5f5;
}

.list-header {
    font-weight: bold;
    background: #f5f5f5;
}

.movie-list a {
    text-decoration: none;
    /* color: #333; */
}

.movie-list li:hover {
    background: #fff5f5;
}

@media(767px < width) {
    .link-wrap {
        padding-right: 2em;
        padding-left: 2em;
    }
}
