h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

a,button {
    transition: .5s all !important;
}
a:hover,
button:hover {
    opacity: .5;
}

.navtxt h1 {
    padding-top: .5em;
    font-size: 0.6rem;
}
.navbar-brand img {
    width: 3rem;
    height: auto;
}
.navbar-brand img:hover {
    opacity: .7;
}

.eventCard-text {
    flex-grow: 1;
}
.eventCard-nav {
    padding-top: 1em;
}

.eventStatus {
    margin-bottom: 0;
}

.eventStatus-calendar {
    margin-right: 1em;
}

.eventMainVisual figcaption {
    font-size: 1rem;
    font-weight: bold;
}

.img-100 {
    width:100%;
    height: auto;
}
.dark {
    color: #212529 !important;
}
.dark.active {
    color:#fff !important;
    background-color: #212529 !important;
}

.container-narrow {
    max-width: 720px !important;
}
.date {
    display: block;
    font-size: .7rem;
    color: #999;
    padding-bottom: 1em;
    border-bottom: 1px dotted #666;
    margin-bottom: 1em;
}
.date-status {
    font-size: .7rem;
    background-color: rgb(0, 198, 109);
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    padding: .25em;
    margin-right: .5em;
}
.date-status.closed {
    background-color: #666;
}

.tags {
    padding: 0;
    margin-bottom: .5rem;
}
.tags li {
    display: inline-block;
    margin-right: .5em;
}
.tags li a {
    border-radius: 4px;
    background-color: #999;
    padding: .25em .5em;
    display: block;
    width: 100%;
    color: #fff !important;
    text-decoration: none;
    font-size: .7rem;
}
.tags li a:hover {
    opacity: 1;
}




@media screen and (min-width: 576px) {

}

@media screen and (min-width: 600px) {
    .navbar-brand img {
    width: 5rem;
    }
}

.xlarge-btn {
    width: 80%;
    height: 4em;
    line-height: 3em;
    transition: all .5s;
}
.xlarge-btn.front {
    max-width: 480px;
}
.xlarge-btn:hover {
    opacity: .7;
}

.attention {
    background-color: #eee;
}
.attention em {
    background-color: #ff0;
    font-weight: bold;
}

.attention li {
    font-weight: bold;
    color: red;
}


@media screen and (max-width: 992px) {
    .navbar-nav li {
        border-top: 1px solid #ccc;
    }
}

.mainFooter {
    background-color: #212529;
    color:#fff;
    padding: 1em;
    text-align: center;
}

.mainVisualWrapper {
    background:url(../images/top/mainVisual.jpg) center/cover no-repeat;
    background-attachment:fixed;
}
.mainVisual {
    height: 100vh;
    background-color: rgba(0,0,0,.3);
}
.mainVisual.subpage {
    height: 30vh;
}

.mainVisual div {
    color: #fff;
    text-align: center;
    text-shadow: rgba(0,0,0,1) 1px 0 10px;
    font-weight: bold;
}

.mainVisual div h2 {
    font-size: 2rem;
    font-weight: bold;
}
.mainVisual div h2 span.bland {
    font-size: 4rem;
}

.introduction {
}

@media screen and (min-width: 768px) {
    .introduction {

    background: url(../images/top/introduction.webp) right no-repeat;
    background-size: contain;
    }
    .introduction .row {
        height: 100vh;
    }
    .introduction .row > div {
        height: 100vh;
    }
}
.area .tab-pane {
    overflow-x: scroll;
}
.area .tab-content .active {
    display: flex;
}

.searchResultPanel .searchCond span.cond {
    display: inline-block;
    margin: 0 .5em .5em 0;
    padding: .25em .5em;
    border-radius: 5px;
    background-color: #eee;
}

.searchResultPanel .searchResult {
    border-bottom: 1px solid #000;
    margin-bottom: 3em;
}


.searchPanel input[type="text"],
.searchPanel input[type="number"],
.searchPanel input[type="date"],
.searchPanel select {
    height: 3rem;
    padding: .5rem;
}
.searchPanel input[type="number"],
.searchPanel input[type="date"],
.searchPanel select {
    cursor: pointer;
}

.searchPanel label {
    font-size: 1.2em;
    margin-bottom: .5em;
    padding: .25em .5em;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s all;
}
.searchPanel label:hover {
    background-color: #eee;
}
.searchPanel label input {
    width: 1em;
    height: 1em;
    margin-right: .25em;
    position: relative;
    top: .1em;
    cursor: pointer;
}
.searchPanel input[type="date"] {
    width: 8em;
}
.searchPanel input[type="text"] {
    width: 100%;
}
.searchPanel .timePanel select {
    width: 8em;
}

.searchPanel .cond-suffix {
    display: inline-block;
    width: 4em;
    text-align: center;
}


.searchPanel .capacityPanel input[type="number"] {
    width: 4em;
}

.reviews ul,
.faqs ul {
    list-style: none;
    padding-left: 0;
}

.reviews li + li,
.faqs li + li {
    padding-top: 1.5em;
    margin-top: 1.5em;
    border-top: 1px solid #ccc
}

.faqs li h3::before {
    content: 'Q.';
    color: rgb(255, 0, 149);
}
.faqs li div p:first-of-type::before {
    content: 'A.';
    font-weight: bold;
    color:dodgerblue;
}

.contact label {
    display: block;
}
.contact label::before {
    content:'【任意】';
    color: #666;
}
.contact label.mandatory::before {
    content:'【必須】';
    color: #dc3232;
}
.contact input,
.contact textarea {
    width: 100%;
}
.grecaptcha-badge { visibility: hidden; }