@charset "UTF-8";

.ttoopp {
    text-align: center;
    margin-top: 5px;
    background: rgba(255, 255, 255, 0.7);
    padding-bottom: 20px;
}

.pagetop {
    font-size: 2.1rem;
    padding-top: 25px;
    margin: 30px 0;
}

.big {
    background: #ffffff url(topimg.jpg) no-repeat 100% bottom;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#hptop {
    background-image: url(topimg.jpg);
    min-height: auto;
}

.grid {
    text-align: center;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-top: 5%;
    margin-bottom: 50px;
    margin-left: 20%;
    margin-right: 20%;
}

.dodo {
    margin-left: 20%;
}

h1 {
    font-style: italic;
}

h2 {
    letter-spacing: 1em;
    border-left: solid 5px rgb(22, 148, 0);
    border-bottom: solid 1px rgb(128, 128, 128);
    padding: 10px;
}

td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.under {
    background: linear-gradient(transparent 50%, #00b91c5f 50%);
}

.mail {
    text-align: center;
    padding-bottom: 5%;
}

.na {
    color: rgb(253, 123, 255);
}


.button a {
    background: #eee;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #333;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button a:hover {
    background: #333;
    color: #FFF;
}

body {
    vertical-align: middle;
    padding: 50px 0;
}