@charset "UTF-8";

body {
    line-height: 2.0;
}
html {
    font-size: 16px;
}

.mobile-title {
    display: none;
}
@media screen and (max-width: 800px) {
    .mobile-title {
        display: block;
        margin-top: 2px;
        font-weight: 500;
        background-color: #000;
        color: #fff;
        padding: 12px;
        text-align: center;
    }
}

.global-menu > nav {
    padding-top: 46px;
}
.global-menu h1 {
    padding-bottom: 10px;
}
/*
.global-menu > nav {
    padding-top: 0;
    border-right: solid 1px #cfcfcf;
}
.global-menu h1 {
    background-color: #fff;
    opacity: 1.0;
    margin-top: 0;
    padding-top: 70px;
}
.global-menu .sub-title {
    margin: 0;
    background-color: #fff;
    opacity: 1.0;
}
*/

.form-section {
    margin: 40px 0;
}
.page-actions-center {
    text-align: center;
}
.page-actions-event {
    text-align: center;
    margin-bottom: 1em;
    padding: 10px;
    background-color: #f3f3f3;
}
.page-actions-contact {
    text-align: right;
    margin-bottom: 1em;
    padding: 10px;
    background-color: #f3f3f3;
}


.contact-table {
    margin-bottom: 30px;
}
.contact-table tr td {
    padding-left: 15px;
}
.contact-table tr th,
.event-header-table tr th {
    font-size: 90%;
    font-weight: 500;
    color: #fff;
    background-color: #333;
}

.event-header-table tr td {
    border-right: solid 1px #cfdfcf;
}
.event-table tr th {
    font-size: 90%;
}


.status-ready {
    background-color: #fff3cd;
}
.status-completed {
    background-color: #d3f6db;
}

.badge.badge-public,
.badge.badge-public:visited,
.badge.badge-public:hover {
    background-color: #06b152;
}

.gojuon-links {
    text-align: center;
    margin-bottom: 12px;
}
a.gojuon-link,
a.gojuon-link:visited,
a.gojuon-link:hover {
    color: #565656;
    border: solid 1px #565656;
    background-color: #f3f3f3;
    padding: 5px 8px;
    margin-bottom: 0.5em;
}
.gojuon-link.active,
.gojuon-link.active:visited,
.gojuon-link.active:hover {
    background-color: #6c757d;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 480px) {
    .gojuon-links {
        margin-left: auto;
        margin-right: auto;
        max-width: 240px;
    }
}

.more-link-entry a,
.more-link-entry a:visited,
.more-link-entry a:hover,
.more-link-entry a:active {
    display: inline-block;
    font-family: sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    min-width: 200px;
    padding: 6px 40px 6px 15px;
    margin: 0.5em auto 0.5em auto;
    color: #fff;
    background-color: #454545;
    border: solid 1px #fff;
    text-align: center;
    transition: all .3s;
}
.more-link-entry a:hover {
    opacity: 0.75;
}
.more-link-entry.btn-red a,
.more-link-entry.btn-red a:visited,
.more-link-entry.btn-red a:hover,
.more-link-entry.btn-red a:active {
    background-color: #e21c21;
}
.more-link-entry.btn-blue a,
.more-link-entry.btn-blue a:visited,
.more-link-entry.btn-blue a:hover,
.more-link-entry.btn-blue a:active {
    background-color: #007AB7;
}
.more-link-entry.btn-green a,
.more-link-entry.btn-green a:visited,
.more-link-entry.btn-green a:hover,
.more-link-entry.btn-green a:active {
    background-color: #009F8C;
}
@media screen and (max-width: 600px) {
    .more-link-entry {
        text-align: center !important;
    }
}
.bordered-box {
    border: solid 1px #000;
    padding: 15px 20px;
    margin: 2em 0;
    background-color: #fff;
}
.bordered-box .more-link-entry {
    text-align: center;
}
.bordered-box h4 {
    background-color: #666;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -10px;
}
.bordered-box .columns {
    margin-bottom: 0 !important;
}
.bordered-box .columns .column {
    margin-bottom: 0 !important;
}
.bordered-box .columns .more-link-entry {
    text-align: center;
}
@media screen and (min-width: 600px) {
    .bordered-box .columns .more-link-entry {
        text-align: right;
    }
}

.menu-item .menu-accordion-content .menu li a, .menu-item .menu-accordion-content .menu li a:visited, .menu-item .menu-accordion-content .menu li a:hover {
    background-color: rgba(40, 40, 40, 0.9);
}

.form-message {
    padding: 10px;
}
.form-message h2 {
    font-size: 120%;
    margin-bottom: 1em;
}

.news-list-table {
    vertical-align: middle;
}
.news-date {
    width: 100px;
    font-size: 14px;
}
.news-category {
    width: 130px;
}
.news-category span {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 2px 12px;
    min-width: 100px;
}
.news-link {
    width: 120px;
    text-align: right;
}
.category-important .news-category span {
    background-color: #e21c21;
}
.news-header .news-list-table .news-title {
    color: #000;
    font-weight: 500;
    font-size: 110%;
}
.news-title a,
.news-title a:visited,
.news-title a:hover {
    color: #000;
    font-weight: 400;
    font-size: 100%;
}
.news-header h2 {
    font-weight: 500;
    font-size: 120%;
    margin: 20px 0;
}

.event-image {
    text-align: center;
}
.event-image img {
    width: 900px;
    border: solid 1px #dfdfdf;
}
.page-event-detail .event-image {
    margin: 30px 0;
}
.page-event-detail .event-image img {
    border-style: none;
}

.news-header .news-date {
    margin-right: 12px;
}
.news-header .news-title {
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
    margin-top: 10px;
    margin-bottom: 15px;
}
.news-header h2.news-title {
    font-weight: 500;
    font-size: 120%;
    padding-bottom: 15px;
    margin: 20px 0;
}

.news-header .news-list-table {
    margin-top: 0;
    border-top-style: none;
}
.event-item {
    font-size: 16px;
    margin: 20px 0;
    padding: 15px;
    background-color: #fff;
}
.event-item .event-title a,
.event-item .event-title a:visited,
.event-item .event-title a:hover {
    color: #000;
    font-weight: 500;
    font-size: 110%;
}
.event-item .event-address {
    font-size: 14px;
}
.event-item table {
    margin: 10px 0 0 0;
}
@media screen and (min-width: 821px) {
    .event-item {
        display: grid;
        grid-template-columns: 280px 1fr;
        grid-gap: 15px;
        align-items: center;
    }
}
@media screen and (max-width: 479px) {
    .news-list-table .news-date {
        display: inline-block;
        margin-right: 12px;
    }
    .news-list-table .news-category {
        display: inline-block;
    }
}

.staff-entry-item {
    border: solid 1px #333;
    padding: 15px;
    margin: 20px 0;
}
@media screen and (min-width: 480px) {
    .staff-entry-item {
        display: grid;
        grid-template-columns: 1fr 180px;
        grid-gap: 15px;
        align-items: center;
    }
    .staff-entry-item .btn {
        display: block;
        width: 100%;
    }
}


a.banner-link,
a.banner-link:visited,
a.banner-link:hover {
    display: inline-block;
    margin: 15px 0;
    padding: 5px 10px;
    background-color: #e21c21;
    color: white;
}

.fullname-input {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.fullname-input .input-header-label {
    background-color: #efefef;
    padding: 5px;
    font-weight: 500;
    font-size: 12px;
}


/* page: LOGIN */

.login-full-container h4,
.login-container h4 {
    font-weight: 500;
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}
.login-container .bordered-box {
    margin-top: 20px;
    margin-bottom: 0;
}

.login-full-container {
    max-width: 640px;
    margin: 30px auto;
}
.login-full-container .form {
    padding: 30px;
}
body.page-login {
    background-color: #fff;
}
.login-full-container .policy,
.login-container .policy {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 12px 10px;
    background-color: #f5f7fa;
    font-size: 14px;
}

.login-form-addition {
    font-size: 14px;
}
.login-form-addition h5 {
    margin-bottom: 0.8em;
}
@media screen and (min-width: 601px) {
    .login-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        align-items: center;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }
    .login-container .form-container {
        width: 100%;
        padding: 30px;
    }
    .login-container .title-image {
        max-width: 600px;
        padding: 30px;
    }
    .login-container .form {
        max-width: 550px;
        padding: 30px;
    }
    .login-container > .col:first-child {
        display: flex;
        align-items: start;
        justify-content: end;
        height: 100vh;
    }
    .login-container > .col:last-child {
        display: flex;
        align-items: start;
        height: 100vh;
        background-color: #f5f7fa;
    }
    .login-form-addition {
        max-width: 550px;
        margin-top: 20px;
        padding: 30px;
        background-color: #fff;
    }
    .login-container h4 {
        margin-left: -30px;
        margin-right: -30px;
        margin-top: -30px;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 601px) and (min-height: 700px) {
    .login-container > .col:first-child {
        align-items: center;
    }
    .login-container > .col:last-child {
        align-items: center;
    }
}

@media screen and (max-width: 600px) {
    .login-container .title-image {
        padding: 50px 0 30px 0;
    }
    .login-container .form-container {
        width: 100%;
        padding: 30px 20px 0 20px;
        background-color: #f5f7fa;
    }
    .login-container .form {
        padding-bottom: 20px;
        padding: 20px;
        margin-bottom: 30px;
    }
    .login-container h4 {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -20px;
        margin-bottom: 20px;
    }
    .login-form-addition {
        padding: 20px;
        background-color: #fff;
        margin-bottom: 50px;
    }
}

/* Page */

.article-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}
.article-list > a,
.article-list > a:visited,
.article-list > a:hover {
    position: relative;
    color: #000;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.article-card .meta {
    padding: 15px;
}
.article-card .meta .date {
    line-height: 1.5;
}
.article-card .image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.article-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.article-card .kaiin-flag {
    position: absolute;
    top: -6px;
    left: -6px;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left : 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 25px solid #eee;
    margin: 20px auto;
}
.article-footer {
    max-width: 760px;
    margin: 0 auto 40px auto;
    background-color: #f5f7fa;
    padding: 30px;
    font-size: 93%;
}
@media screen and (max-width: 600px) {
    .article-footer .more-link-entry {
        margin-top: 20px;
    }
}

.staff-keihi-alert {
    padding: 15px;
    margin: 20px 0;
    color: #0c5460;
    background-color: #d1ecf1;
    border: solid 1px #bee5eb;
    border-radius: 3px;
}
@media screen and (min-width: 480px) {
    .staff-keihi-alert {
        display: grid;
        grid-template-columns: 1fr 150px;
        grid-gap: 15px;
        align-items: center;
    }
    .staff-keihi-alert .btn {
        display: block;
        width: 100%;
    }
}

.ryohi-item {
    border-top: solid 1px #acacac;
    margin-top: 20px;
    padding-top: 20px;
}
.ryohi-item:last-child {
    border-bottom: solid 1px #acacac;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.ryohi-item .image-group {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 20px;
    align-items: center;
    line-height: 1.4;
}
.ryohi-item .preview-box {
    position: relative;
    width: 150px;
    height: 150px;
    border: 2px dashed #ccc;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    background-color: #fafafa;
}
.ryohi-item .preview-canvas {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ryohi-item .plus-icon {
    display: block;
    padding: 5px;
    font-size: 13px;
}
.ryohi-item .has-image .preview-canvas {
    display: block;
}
.ryohi-item .caption {
    font-size: 93%;
    padding: 5px 0;
}

.keihi-nittou table tr th:nth-child(1),
.keihi-nittou table tr td:nth-child(1),
.keihi-nittou table tr th:nth-child(3),
.keihi-nittou table tr td:nth-child(3) {
    background-color: #f3f3f3;
}
.keihi-nittou table tr th:nth-child(1),
.keihi-nittou table tr td:nth-child(1) {
    text-align: center;
}
.keihi-nittou table tr th:nth-child(3),
.keihi-nittou table tr td:nth-child(3) {
    text-align: right;
}

.keihi-section-total {
    display: flex;
    margin: 1em 0;
}
.keihi-section-total table {
    max-width: 280px;
    width: 100%;
    margin-left: auto;
}
.keihi-section-total table tr td {
    text-align: right;
}

.form .table-responsive,
.form .table-responsive-break {
    margin: 5px 0 0 0;
}
@media screen and (min-width: 480px) {
    .form .table-responsive,
    .form .table-responsive-break {
        margin: 5px 0 15px 0;
    }
}

.staff-entry-sankabi label {
    cursor: pointer;
}

.message-container {
    max-width: 600px;
    margin: 20px auto;
}
.message-container h4 {
    font-weight: 500;
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

