body{
    background-color: #abe979;
    /* background-image: url(../images/bg.jpg); */
}

header{
    color: orangered;
    font-size: 150%;
    text-align: center;
}

main{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
main h2{
    color: rgb(187, 159, 0);
}


/* ローディング */
#loading{
    background-color: rgb(2, 88, 2);
    backdrop-filter: blur(10px);
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 9999;
}

/* トップ画 */
#graphic{
    width: 800px;
    margin: auto;
}

#graphic ul{
    position: relative;
    list-style: none;
    padding-left: 0;
}

#graphic ul li{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

#graphic ul li imh{
    width: 100%;
}

#graphic ul li.now{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
}


/* nav
/* 開閉ボタン */
/* .btn-menu {
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 4;
    padding: .5rem 1rem;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    transition: .4s;
}
.btn-menu svg {
    fill: black;
    margin-top: .25rem;
    height: 2rem;
    width: 2rem;
}

/* 閉じるボタン */
/* #menu-close {
    border: 1px solid var(--light-green);
}
#menu-close svg {
    fill: var(--light-green);
}
 */ 
/* スライドメニューパネル
#menu-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    padding: 8rem 2rem 2rem;
    width: max(32vw, 20rem);
    height: 100vh;
    background-color: white;
    box-shadow: 0 0 2rem rgb(125, 156, 118);
    opacity: 0.7;
    translate: 100vw;
}
.menu-list {
    list-style: none;
}
.menu-list li {
    margin: 1.5rem 0;
    opacity: 0;
} */
/* .menu-list a {
    color: var(--light-green);
    text-decoration: none;
    font-size: 2rem;
} */ 

/* newitem */

#newitem{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 50px;
}

.gallerybox{
    overflow: hidden;
}

.gallerybox figure{
    margin: 0 0 0 5px;
    width:auto;
    float: left;
}
.gallerybox figure img{
    padding: 0;
    width: 230px;
    height: 230px;
    object-fit: cover;
}
.gallerybox figure:first-child{
    margin-left: 0;
}


/* map */
#map{
    text-align: center;
    padding-top: 50px;
}
#map h4{
    margin-bottom: 0;
}

/* footer */
footer{
    text-align: center;
    padding-top: 50px;
}