@charset "utf-8";

.menuSp--infoMenu {
    width: 100%;
}

.menuSp--infoMenu .box--data {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
}

.menuSp--infoMenu .box--data .ttl {
    width: 20%;
    font-size: var(--fs_n);
    text-align: right;
    padding-right: 0.5em;
}

.menuSp--infoMenu .box--data .txt {
    width: 80%;
    font-size: var(--fs_n);
}

.menuSp--infoMenu .box--menuIcon .list--btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section--menuIcon .box--menuIcon .li--btn {
    width: 48%;
}

.section--menuIcon .box--menuIcon .li--btn>a {
    display: block;
    text-align: center;
    font-weight: bold;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    background: #333333;
    border-radius: 0.5em;
    opacity: 0.6;
}

.menuSp--infoMenu .box--menuIcon .li--btn .txt {
    color: #ffffff;
}

.menuSp--infoMenu .box--menuIcon .li--btn .txt .fas {
    margin-right: 0.25em;
}

.menuSp--infoMenu .box--menuIcon .btnCom--link {
    position: relative;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: var(--fs_l);
    text-align: center;
    line-height: 2.25em;
    background: #fd6d9e;
    color: #fff;
    border-radius: 0.5em;
    font-weight: bold;
}

.menuSp--infoMenu .box--menuIcon .list--icon {
    width: 90%;
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menuSp--infoMenu .box--menuIcon .li--icon {
    width: 33%;
    margin-bottom: 0.25em;
}

.menuSp--infoMenu .box--menuIcon .li--icon:nth-child(3n) {
    padding-right: 0;
}

.menuSp--infoMenu .box--menuIcon .li--icon>a {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    background: #1edcb5;
    opacity: 0.86;
    border-radius: 10%;
}

.menuSp--infoMenu .box--menuIcon .li--icon .box__txt {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.menuSp--infoMenu .box--menuIcon .li--icon .txt {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.menuSp--infoMenu .box--menuIcon .li--icon .txt--main {
    font-size: var(--fs_l);
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
}

.menuSp--infoMenu .box--menuIcon .li--icon .txt--sub {
    font-size: var(--fs_n);
    position: absolute;
    top: 50%;
    margin-top: -0.25em;
}

.menuSp--infoMenu .spbox--data {
    width: 100%;
    text-align: center;
}

.menuSp--infoMenu .spbox--data .shop--name {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.menuSp--infoMenu .spbox--data .shop-etc {
    font-size: 15px;
    padding-bottom: 6px;
}
.menuSp--infoMenu .spbox--data .shop-etc p {
    line-height: 19px;
}

/*************
.animate__bounceIn_bt　/　ボタン用バウンスインアニメ
/js/animate/animate_setting.cssに記載
*************/
