@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: 60px;
    background: #1edcb5;
    opacity: 0.86;
    border-radius: 8px;
}

.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: 76%;
    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;
}

/*口コミ投稿機能追加*/

.menuSp--infoMenu .box--menuIcon .list--review {
    width: 90%;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 3px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menuSp--infoMenu .box--menuIcon .li--review {
    flex: 1;
    min-width: 0; /* テキストのはみ出しを防ぐ */
}

.menuSp--infoMenu .box--menuIcon .li--review-left,
.menuSp--infoMenu .box--menuIcon .li--review-right {
    width: auto; /* 固定幅を削除 */
}

.menuSp--infoMenu .box--menuIcon .li--review a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3edfbd;
    color: #fff;
    text-align: center;
    padding: 12px 8px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 48px;
}

.menuSp--infoMenu .box--menuIcon .li--review a:hover {
    background: #3edfbd;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.menuSp--infoMenu .box--menuIcon .li--review .box__txt {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    flex-wrap: wrap;
}

.menuSp--infoMenu .box--menuIcon .li--review .box__txt i {
    font-size: 1.2em;
    display: inline-block;
}

.menuSp--infoMenu .box--menuIcon .li--review .txt--main {
    font-weight: bold;
    font-size: 0.85em;
    line-height: 1.3;
    word-break: keep-all;
    white-space: nowrap;
    width: 100%;
    margin-top: 4px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 360px) {
    .menuSp--infoMenu .box--menuIcon .li--review .txt--main {
        font-size: 0.75em;
    }
    
    .menuSp--infoMenu .box--menuIcon .li--review .box__txt i {
        font-size: 1.1em;
    }
    
    .menuSp--infoMenu .box--menuIcon .li--review a {
        padding: 10px 6px;
    }
}
/*************
.animate__bounceIn_bt　/　ボタン用バウンスインアニメ
/js/animate/animate_setting.cssに記載
*************/
