@charset "utf-8";

/* == base start == */
html {
    font-size: 75%;
    /*標準サイズ 12px*/ 
}
body {
    font-family: "Noto Serif JP", serif;
    /* font-family: 'Hammersmith One', Verdana, Helvetica, Arial, sans-serif; */
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    font-size: 1.4rem;
    background:#fff;
    overflow-x:hidden;
    letter-spacing:0.2rem;
    word-wrap:break-word;
    color:#1f1f1f;
}

#message,
#menulist,
#announce {
    max-width: 768px;
    margin: auto;
}

#body-wrap  {
    margin: auto;
    overflow: hidden;
}

img {
    width:100%;
    height:auto;
}

li {
    list-style: none;
}

a {
    text-decoration:none;
    display: block;
    color:#1f1f1f;
}

a:hover {
    cursor: pointer;
}

.np-txt, dd {
    line-height: 2;/* 説明・文章等 */
    text-align: center;
}

.sp {
    display: none;
}

/* == base end == */

.main-menu {
  margin: 140px auto;
}

.menutxt {
  text-align: center;
}

.menulist {
  max-width: 1200px;
  margin: 50px 0 0 50px;
  display: flex;
  overflow: scroll;
}

.menulist li {
  padding: 0 1rem 0 0;
}

.menulist li:first-child {
  padding-left: 0;
}

.menulist img {
  width: 353px;
  height: auto;
  border: 0.5px solid #434343;
}

@media screen and (max-width: 768px) {

    html {
        font-size: 62.5%;/*標準サイズ 10px*/ 
    }

    body {
        font-size: 1.2rem;
    }
    
    h2 {
        font-size: 2.4rem;
    }

    .web {
        display: none;
    }

    .sp {
        display: block;
    }

    h1 {
        max-width: 200px;
    }
   .main-menu {
        margin: 100px auto;
    }

    .menulist {
        margin: 40px 2% 0;
    }

    .menulist img {
        width: 340px;
    }

}