body {
    font-family: "Kiwi Maru", sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #555;
    background-color: #f8fafd;

    /* Only works if there is nothing absolutely positioned in relation to body */
    overflow-x: hidden;
}

.wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
}

/* エラーの場合に作成されるul要素は、errorlistというクラス名がついている */
.errorlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: red;
}

div.field {
    margin-top: 30px;
}

div.field > span.helptext {
    font-size: 14px;
    color: #999;
}

div.field > label {
    display: block;
}

div.field > input, div.field > textarea, div.field > select, div.field > button {
    width: 100%;
    padding: 6px 12px;
    box-sizing: border-box;
    border-radius: 4px;
    border: solid 1px #999;
}

.dropdown-menu {
    font-size: 18px;
}

.btn-secondary {
    color: #fff !important;
}

img {
    width: 100%;
}

.logo {
    width: 80px;
}

.navbar {
    opacity: 0.9;
    text-transform: uppercase;
}

.social a {
    margin-right: 0.4rem;
}

#showcase {
    background: url(../img/souin_top.webp) no-repeat top center fixed;
    position: relative;
    min-height: 650px;
    color: #fff;
    padding-top: 6rem;

}

.jumbotron-extend {
    margin-top: 0;
    position: relative;
    height: 10vh;
    min-height: 300px;
    color: white;
    background: url(../img/souin_top.webp) no-repeat center center;
    background-size: cover;
}

.jumbotron-news {
    margin: 0;
    position: relative;
    height: 10vh;
    min-height: 200px;
    color: white;
    background: url(../img/souin_top.webp) no-repeat center center;
    background-size: cover;
}

.jumbotron-news p {
    color: black;
}

/* .jumbotron-news button {
  margin-left: 30px;
} */

.fa-red {
    color: #CC1500;
}

.fa-orange {
    color: orange;
}

.fa-help {
    color: #364fc7;
}

/* #showcalender {
    background: url(../img/background2.jpg) no-repeat top center fixed;
    position: relative;
    min-height: 400px;
    color: #fff;
    padding-top: 6rem;
    
} */

/* #showcalender .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
    width: 100%;
    background: rgba(51, 51, 51, 0.8);
} */


#showcase .home-search {
    min-height: 400px;
    position: relative;
    border-radius: 5px;
}

#showcase .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
    width: 100%;
    background: rgba(51, 51, 51, 0.8);
    margin-bottom: 0;
}

#services {
    background: url(../img/souin_top.webp) no-repeat top center fixed/cover;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}

#services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background: rgba(32, 134, 107, 0.8);
}

#showcase-inner {
    background: url(../img/souin_top.webp) no-repeat top center fixed/cover;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

#showcase-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background: rgba(32, 134, 107, 0.8);
}

#showcase-inner.showcase-search {
    min-height: 270px;
}

#showcase .modal-dialog {
    color: black;
}

#work {
    padding: 6rem 0;
}

.listing-preview a {
    position: relative;
}

.form-bg {
    background-color: #fdf2e9;
    margin: 0;
}

.home {
    background-color: #fdf2e9;

}

.table-bordered th, .table-bordered td {
    border: 1px solid #888;
}

.room-no-vacancy {
    color: #ff6b6b;
    /* color: #e67e22; */
    font-weight: bold;
}

.room-closed {
    color: #ff6b6b;
    font-weight: bold;
}

.room-empty {
    color: #888;
    font-weight: bold;
}

.room-empty2 {
    color: #339af0;
    font-weight: bold;
}

.no-schedule {
    background-color: #dee2e6;
}

.closed-schedule {
    background-color: #ffc9c9;
}

/* .schedule .td .th {
  border: 2px #808080 solid; 
} */

.message__body {
    font-size: 2rem;
}

.room-link:link,
.room-link:visited {
    text-decoration: none;
    /*font-size: 1.6rem;*/
    color: #1864ab;
    /* color: #767676; */
    transition: all 0.3s;
}

.room-link:hover,
.room-link:active {
    color: #555;
}

.booking-link:link,
.booking-link:visited {
    text-decoration: none;
    font-size: 1.2rem;
    color: #339af0;
    transition: all 0.3s;
}

.booking-link:hover,
.booking-link:active {
    color: #555;
}

.booking-title {
    font-size: 1.5rem;
    font-weight: 500;
}

/*video*/
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .15;
    overflow: hidden;
}

.bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    #showcase {
        padding-top: 4rem;
    }

    #showcase h1 {
        font-size: 40px;
    }

    .hide-md-down {
        display: none;
    }
}

@media (max-width: 768px) {
    #showcase {
        padding-top: 3rem;
    }

    #showcase h1 {
        font-size: 40px;
    }

    #showcase p {
        display: none;
    }

    #top-bar {
        text-align: center;
    }

    #top-bar .social {
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    #showcase h1 {
        font-size: 30px;
    }

    #showcase-inner h1 {
        font-size: 40px;
    }
}


