/* ==================================
   お弁当のご注文
=================================== */

.choose_list > li {
    text-align: center;
    border-radius: 1em;
    background: #FAFAFA;
}
.choose_list > li > a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 1em;
    border-radius: 1em;
    transition: all .2s ease;
    box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.55),
     0 3px 7px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 1025px) {
.choose_list > li > a { padding: 1.5em;}
}
.choose_list > li + li { margin-top: 1em;}
 
.choose_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.choose_list > li { width: 100%;}
@media print, screen and (min-width: 768px) {
.choose_list > li { width: 31%;}
.choose_list > li + li { margin-top: 0;}
.choose_list > li:nth-last-child(-n+1) { margin-top: 1.5em;}
}
 
/* 大会専用 */
.choose_list > .taikai_li {
    width: 100%;
    box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.55), 0 3px 7px rgba(0, 0, 0, 0.2);
}
@media print, screen and (min-width: 768px) {
.choose_list > .taikai_li { width: 65.5%;}
}
 
.taikai_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 1em 1em 1em;
    border-radius: 1em;
}
.taikai_item { text-align: left; width: 100%;}
.taikai_item .choose_title { text-align: center;}
 
@media print, screen and (min-width: 768px) {
.taikai_item { width: 70%;}
.taikai_content { padding: 1.5em 1.5em 1.5em 0;}
.taikai_item .choose_title { text-align: left;}
}
 
@media print, screen and (min-width: 1025px) {
.taikai_content .choose_pic {
    width: 15%;
    margin-bottom: 0;
}
}
.taikai_list li {
    font-size: 90%;
    margin-bottom: .3em;
    margin-left: 0.9em;
    text-indent: -0.9em;
}
.taikai_list li a { color: #333; transition: all .2s ease;}
.taikai_list li::before {
    font-family: "general";
    margin-right: 0.5em;
    content: "\e900";
    font-size: 70%;
    color: #00A73C;
}
.taikai_list li a:hover { color: #00A73C;}
 
 
.choose_title {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif";
    color: #00A73C;
    font-weight: 700;
    font-size: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
    margin-bottom: .5em;
}
.choose_pic img {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.choose_pic {
    margin-right: auto;
    margin-left: auto;
    height: 40px;
    margin-bottom: 1em;
}
.choose_txt {
    margin-bottom: .5em;
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    color: #333;
}
@media print, screen and (min-width: 1025px) {
.choose_pic { height: 70px;}
.choose_txt { margin-bottom: 1em;}
}
.details_pic img {
    max-width: 30px;
    display: block;
    margin-left: auto;
    transition: all .2s ease;
}
@media print, screen and (min-width: 1025px) {
.details_pic img { max-width: 60px;}
}
 
@media print, screen and (min-width: 1025px) {
.choose_list li a:hover .details_pic img {
    margin-right: -.5em;
}
.choose_list > li > a:hover { opacity: .7;}
}
 
.count { display: none;}
