.alc {
    background-color: rgba(255, 213, 248, 0.027);
    width: 100vw;
    position: relative;
    top: 70px;
    left: 0;
    right: 0;
    font-size: 150%;
    text-align: left;
    box-sizing:border-box;
}

.alc div {
    padding-bottom: 20px;
    font-size: 150%;
}



.alc-items__menu:before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: orange;
    opacity: 0;

  }

  .alc-items__menu:hover:before {
    opacity: 1;
}


.alc-items__menu a {
    margin-bottom: 10px;
    font-size: 20px;
}


@media screen and (min-width: 960px) {
  .alc {
    top: 100px;
  }
}


/* index */
.nav-items__item .alc div{
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* flexbox */
.alc-items {
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
}


.alc-items__item {
    padding: 10px;
    color:  #fff;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    align-self: stretch;        /* 縦の位置指定 */
}

.alc-items__item div, li {
    width: 9.5rem;
    color: black;
}

.alc-items__item li {
    background-color: rgb(255, 219, 219);
}


.alc-items__item img{
    width: 150px;
    height: 150px;
}


@media screen and (min-width: 776px) {
    .alc-items__item img{
        width: 240px;
        height: 240px;
    }
    .alc-items__item div, li {
    width: 15rem;
    color: black;
}
}



.alc_fields {
    margin-top: 5rem;
    padding: 10px;
    font-size: 150%;
}


@media screen and (min-width: 960px) {
    .alc_fields {
        padding-top: 40px;
    }
}


#alc_shotyu {
    margin-bottom: 50px;
}



