body{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: sans-serif;
    background-color: lightsteelblue;
    background-image: url("img/kuta.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

main{
    flex-grow: 1;
    margin: 20px auto 10px;
    max-width: 800px;
}

header{
    max-width: 800px;
    margin: auto;
    left: 0;
}

.header-nav{
    display: flex;
    margin: 20px auto;
    width: 800px;
    height: 80px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
}

.header-nav .logo{
    margin-left: 20px;
    font-size: 20px;
}

.header-nav a{
    text-decoration: none;
    color: black;
}

.nav-list{
    display: flex;
    margin: 0 0 0 auto;
    list-style: none;
}

.nav-menu{
    padding: 0 10px;
}

.inquiry{
    background: lightgray;
    padding: 8px;
    border-radius: 5px;
}

img{
    height: 20px;
    vertical-align: middle;
    margin-right: 4px;
}

.container{
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    width: 800px;
    box-sizing: border-box;
    text-align: center;
    padding: 2%;
}

/* index */

.headline{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
}

.headline li{
    list-style: none;
    width: 30%;
    background-color: lightgray;
    margin: 8px auto;
    padding: 5px;
    border-radius: 10px;
}

.headline a{
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.warning{
    background-color: white;
    font-size: 21px;
    font-weight: bold;
    color: red;
}

.warning a{
    text-decoration: underline;
}


.nittei{
    width: 30%;
    /* background-color: #ffffff; */
    margin: 8px auto;
    padding: 5px;
    border-radius: 10px;
}

.nittei p{
    font-weight: bold;
	color: red;
}

.nittei a{
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: normal;
}

/* イベント告知スペース */
.event{
    margin: auto;
    padding: 10px;
    width: fit-content;
    background-color: lightyellow;
    border-radius: 10px;
}
.event a{
    color: red;
}

.add{
    font-size: 14px;
}

i{
    font-size: 18px;
    color: blue;
    font-weight: bold;
}

.spe{
    width: 650px;
    height: 450px;
    margin: 0 auto;
}

.nor{
    width: 450px;
    height: 650px;
}

.sns{
    display: flex;
    margin: auto;
    width: 150px;
    height: 50px;
    justify-content: space-between;
    padding-bottom: 10px;
}

.sns img{
    width: 32px;
    height: 32px;
}

.link{
    padding: 20px;
    margin: auto;
}

.link li{
    list-style: none;
    margin-left: -40px;
}

.link a{
    text-decoration: none;
    color: darkslategray;
}

/* about */

.member table{
    margin: auto;
}

th{
    width: 100px;
    font-weight: normal;
    text-align: left;
}

td{
    text-align: left;
}

.member h2{
    color: red;
}

.member a{
    color: darkslategray;
}

.menu{
    margin-top: 20px;
    padding-left: 5%;
    text-align: left;
}

.menu a{
    text-decoration: none;
    color: darkslategray;
    background-color: whitesmoke;
    padding: 10px;
}

.kiyaku{
    text-align: left;
    padding-left: 5%;
    background-color: whitesmoke;
}

/* schedule */

.table-wrap{
    overflow-x: scroll;
}

.calender{
    width: 95%;
    min-width: 600px;
    margin: 10px;
    box-sizing: border-box;
    padding-bottom: 10px;
    font-size: 10pt;
}

.calender,.calender th,.calender td{
    border-collapse: collapse;
    border: solid 1px #c6c6c6;
    padding: 0 5px;
}

.hol{
    color: red;
}

.sat{
    color: blue;
}

/* inquiry */
.ticket{
    text-align: left;
    padding-bottom: 20px;
}

.ticket a{
    color: darkslategray;
}

.mail a{
    color: red;
}

.event-mail{
    background-color: lightyellow;
    border-radius: 10px;
}

.event-mail{
    text-align: left;
    color: red;
}

.event-mail p{
    padding-left: 3%;
    text-decoration: wavy underline;
}

.event li{
    list-style: circle;
}

.mail ul{
    text-align: left;
}

/* tablet */
@media screen and (max-width: 799px) {
    .header-nav, .container{
        width: 580px;
        margin: 10 auto;
        border-radius: 8px;
    }

    .header-nav{
        height: 50px;
    }

    .header-nav .logo{
        margin-left: 10px;
        font-size: 14px;
        font-weight: bold;
    }
    .nav-menu{
        padding: 0 5px;
        font-size: 12px;
    }
    
    .inquiry{
        padding: 5px;
    }

    img{
        height: 12px;
    }

    .headline a{
        font-size: 14px;
    }

    .headline li{
        width: 70%;
    }

    .nittei{
        width: 70%;
    }
} 

/* sp */

@media screen and (max-width: 599px) {
    h1{
        font-size: 18px;
    }

    h2{
        font-size: 16px;
    }

    h3{
        font-size: 14pt;
    }

    .guide{
        font-size: 11px;
    }

    .header-nav{
        width: 360px;
        margin: 2px auto;
    }

    .container{
        width: 90%;
        margin: 2px auto;
    }

    .header-nav{
        margin-top: 50px;
    }
    
    .header-nav{
        height: 30px;
    }
    
    .header-nav .logo{
        margin-left: 10px;
        font-size: 8px;
        font-weight: bold;
    }
    .nav-menu{
        padding: 0 3px;
        font-size: 8px;
    }
    
    .inquiry{
        padding: 3px;
    }

    img{
        height: 12px;
    }

    .headline a{
        font-size: 14px;
        font-weight: bold;
    }


    .sns{
        width: 80px;
        height: 30px;
    }

    .sns img{
        width: 24px;
        height: 24px;
    }


    .event{
        max-width: 90%;
        padding: 5px;
        border-radius: 8px;
    }

    .event h3{
        font-size: 14px;
        color: red;
    }

    .event p{
        font-size: 12px;
    }

    .add{
        font-size: 10px;
    }

    i{
        font-size: 12px;
    }

    .spe{
        width: 260px;
        height: 180px;
    }

    .nor{
        width: 180px;
        height: 260px;
        margin: auto;
    }

    .link, .link a{
        font-size: 10px;
    }

    .member{
        font-size: 14px;
    }

    .member h2{
        font-size: 18px;
    }

    .member h3{
        font-size: 16px;
    }

    .menu{
        font-size: 10px;
    }

    .kiyaku{
        font-size: 11px;
    }

    .ticket, .mail{
        font-size: 12px;
    }


}