input.program-tour{position:absolute;opacity:0;z-index:-1}.program-tour-row{display:flex}.program-tour-row .program-tour-col{flex:1}.program-tour-tabs{border-radius:8px;overflow:hidden}.program-tour-day{padding-left:24px;display:flex;justify-content:space-between}.program-tour-day>span{font-size:30px;font-weight:700;color:#00a1ff;line-height:1.6em}.program-tour-tab-label-food-box{display:flex}.program-tour-tab-label-food-box-list{width:50px;text-align:center;padding:5px;margin-right:5px;color:#fff;border-radius:8px;width:55px}.program-tour-tab-label-food-box-list.include{background-color:#4caf50}.program-tour-tab-label-food-box-list{background-color:#d4d4d4}.program-tour-tab-label-food-box-list>div{font-size:18px;line-height:1em}.program-tour-tab-label-title{padding:0 0 0 10px}.program-tour-tab{width:100%;overflow:hidden}.program-tour-tab-label{display:flex;justify-content:normal;padding:1em;cursor:pointer}.program-tour-tab-label::before{content:"\276F";width:1.4em;height:1.4em;text-align:center;transition:all 0.35s;transform:rotate(-90deg);border:1px solid;border-radius:24px;padding:.3em;font-size:18px}.program-tour-tab-content{max-height:0;padding:0 1em;background:#fff;transition:all 0.35s}.program-tour-tab-close{display:flex;justify-content:flex-end;padding:1em;font-size:.75em;cursor:pointer}input.program-tour:checked+.program-tour-tab-label::before{transform:rotate(90deg)}input.program-tour:checked~.program-tour-tab-content{max-height:100%;padding:1em}