body{
    background-size: 100vw 100vh;
    width:100%;max-width:100%;
    text-align:center; /*ページ全体を中央揃えにする*/
    background-color: rgb(255 232 175 / 30%);
    position: relative;
    overflow-x: hidden;
    font-family: 'Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho Pro','ヒラギノ明朝 Pro',serif;
}.card_group{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 50px 120px 50px;
}.go_map{
    cursor: pointer;
}.card{
    width: 400px;
    height:auto;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.2);
    margin: 5px 15px 5px 15px;
    z-index: 10;
}.card li{
    list-style: none;
}.img{
    vertical-align:bottom;
}.card_foodloss{
    background-image: url(food/food_pic/foodloss.webp);
}.card_amairo{
    background-image: url(food/cover_pic/covering_7.webp);
}.card_immp{
    background-image: url(top_pic/food_imp.webp);
}.card_image{
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}.card_textbox{
    width:100%;
    height:200px;
    padding: 10px 25px;
    color: black;
    background-color: white;
    box-sizing:border-box;
}.card_titletext{
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}.card_overviewtext{
    font-size: 18px;
    line-height:150%;
}a{
	text-decoration: none;
}.item-none{
    display: none;
}.sumaho{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    color: rgb(0, 0, 0);
}
@media screen and (max-width: 600px){
    /* スマホの時 */
    body{
        background-color: rgba(213, 252, 255, 0.3);
        background-attachment: fixed;
        background-size: 100vw 100vh;  
        min-height: 100vh;
        width:100%;max-width:100%;
        text-align:center; /*ページ全体を中央揃えにする*/
        box-sizing:border-box;
        position: relative;
    }
}

@media screen and (max-width: 1400px){
    /* 小さいパソコンの時 */
    body{
        background-color: rgba(213, 252, 255, 0.3);
        background-attachment: fixed;
        background-size: 100vw 100vh;  
        min-height: 100vh;
        width:100%;max-width:100%;
        text-align:center; /*ページ全体を中央揃えにする*/
        box-sizing:border-box;
        position: relative;
    }.card{
        width:288px;
    }
    .card_receipt_img{
        height: 180px;
    }.card_group{
      margin: 30px;
    }.card_image{
        width:320px;
        height:180px;
        padding-top:0%;
        box-sizing:border-box;
        position: relative;
    }.card_textbox{
        height:150px;
        padding:5px 18px;
    }.card_titletext{
        font-size: 17px;
    }.card_overviewtext{
        font-size: 14px;
    }
}