* {
    margin: 0;
    padding: 0;
    color: white;
}

/* TOP画像 */
.top-img {
    width: auto;
    background-color: black;
    background-image: url(../img/hero.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 800px;
}


@media screen and (max-width: 767px){
    .top-img {
        width: 100%;
        background-color: black;
        background-image: url(../img/hero.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}


/* 予約ボタン */

.fixed_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 6px 40px;
    z-index: 999;
    color: black;
  }

/*お知らせ*/

.news-list{
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.news-list .item a{
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #CCC;
    padding: 20px 20px;
}

.news-list .item:first-child a{
    border-top: 1px solid #CCC;
}

.news-list .item .date{
    margin: 0;
    min-width: 140px;
    font-size: 16px;
    color: #999;
    padding: 0 20px 0 0;
}

.news-list .item .category{
    margin: 0;
    min-width: 140px;
    padding: 0 20px 0 0;
}

 .news-list .item .category span{
    background: #999;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
}

 .news-list .item .title{
    margin: 0;
    width: 100%;
    color: #999;
}

 .news-list .item a:hover .title{
    color: #00F;
}
  
@media screen and (max-width: 767px){

    .news-list .item a{
        flex-wrap: wrap;
    }
    .news-list .item .date{
        min-width: 100px;
    }
    .news-list .item .title{
        margin-top: 10px;
    }
}
  
/* 装飾 */
   
*{
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

body{
    margin: 0px;
}

.notice-area {
    background-color: #202020;
    text-align: center;
    padding: 50px;
}

iframe {
    background-color: white;
    width: 100%;
}

.fieldmap-area {
    background-color: #202020;
    text-align: center;
    padding: 50px;
}

.fieldmap-area img {
    width: 1000px;
}

.fieldmap-list {
    background-color: #202020;
    text-align: center;
    padding-bottom: 20px;
}

.fieldmap-text {
    display: inline-block;
    text-align: left;
}

.facilityinformation {
    background-color: #202020;
    text-align: center;
    padding: 50px;
}

.facilityinformation-desc {
    padding: 30px;
}

/* 料金 */

.fee-area {
    background-color: #202020;
    overflow-x:scroll;
}

.fee-area h2{
    text-align: center;
}

table{
    margin: 60px auto 0px;
    background-color: white;
    border-collapse: collapse;
    width: 420px;
    text-align: center;
}

caption{
    caption-side: top;
    text-align: center;
}

th,td{
    padding: 5px 15px;
    border: solid 1px black;
    color: black;
}

th{
    background-color: lightgray;
}

.fee-list {
    text-align: center;
}

.fee-text {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
}

.fee-text p {
    margin-top: 10px;
}

.price-area {
    background-color: #202020;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-x:scroll;
}


.access-area {
    background-color: #202020;
    text-align: center;
}

.contact-area {
    background-color: #202020;
    text-align: center;
    padding-bottom: 20px;
}

footer {
    background-color: #333;
    padding: 30px;
}

footer a {
    color: #aaa;
    font-size: 13px;
    text-decoration: none;
}

footer a:hover {
    color: white;
}

footer p {
    text-align: center;
}