@charset "utf-8";
/* CSS Document */
/*.241gdf_sp.css*/

/*----------- 240_nous_sp -----------*/
body{
    position: relative;
    margin: 0 auto ;
    text-align: center;
    width: 100%;
}
p.noto-sans{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.noto-sans{
 line-height:50px;
}
img{
    width: 100%;
}

.item{
    margin-bottom: 2%;
}
/*----------------------------
ボタン
----------------------------*/   
#allitems .btn{
    position: relative;
    display: block;
    width: 80%!important;
    height: 20%;
    margin: 10% auto 5%;
    font-size: 1.25em;
    font-weight: bold;
    background-color: #cab890;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.35vw;
    line-height: 1.5;
    padding: 2%;
}
#allitems a{
    text-decoration: none!important;
}
#allitems .btn:hover {
    opacity: .7;
}