body {
    background-color: #F8F5F0;
    font-family: Noto Serif JP;
}

.caption {
    color: #ff0000;
    text-align: center;
}

.slideshow img {
    display: none;
    width: 800px;
    margin: auto;
}

.slideshow img.active{
    display: block;
}


.catch-copy {
    text-align: center;
    padding: 20px 0;
}

.catch-copy h1 {
    color: #D94F3B;
}

.catch-copy h3 {
    color: #1A2E3B;
}

hr {
    color: #1A2E3B;
}

.facilities {
    text-align: center;
    padding: 20px 0;
}

.facilities h2 {
    color: #1A2E3B;
    font-weight: bold;
    text-decoration: underline #D94F3B;
}

.facilities ul {
    list-style: none;
    color: #D94F3B;
    padding-left: 0;
}

.facilities button {
    height: 40px;
    width: 200px;
    background-color: #1A2E3B;
    box-shadow: 5px 5px 5px 0 #808080;
}

.facilities button a {
    text-decoration: none;
    color: #F8F5F0;
    font-weight: bold;
    font-family: Serif;
}

.reservation {
    text-align: center;
    padding: 20px 0;
}

.reservation h2 {
    color: #1A2E3B;
    font-weight: bold;
    text-decoration: underline #D94F3B;
}

.reservation button {
    height: 40px;
    width: 200px;
    background-color: #1A2E3B;
    box-shadow: 5px 5px 5px 0 #808080;
}

.reservation button a {
    text-decoration: none;
    color: #F8F5F0;
    font-weight: bold;
    font-family: Serif;
}

.message h1 {
    color: #D94F3B;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .for-sp {
        display: none;
    } 
}