.promotion-board .card-list ul.cols-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;margin:0;padding:0;list-style:none}.promotion-board .gall_li{position:relative}.promotion-board .card-wr{display:block;height:100%;overflow:hidden;border-radius:.6em;box-shadow:0 0 10px 2px rgba(0,0,0,.1);text-align:center;background:#fff;color:inherit}.promotion-board .card-wr .thumb{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.promotion-board .card-wr .no_image{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:#777;color:#fff;font-size:16px}.promotion-board .list__title{display:block;padding:1em 2em;font-size:18px;font-weight:500;line-height:1.5;word-break:keep-all;text-align:center}.promotion-board .list__date{margin:0;padding-bottom:1.5em;font-size:16px}.promotion-board .card-wr.--close .thumb{filter:brightness(.35)}.promotion-board .empty_table{padding:4em 0;text-align:center;color:#777}.promotion-view{text-align:center}.promotion-view #bo_v_title{margin-top:1em}.promotion-view .bo_v_tit{font-size:28px;font-weight:600}.promotion-view .event__date{padding:.6em 0 2em;font-size:20px}.promotion-view .view-wr .v__img{width:-moz-fit-content;width:fit-content;margin:0 auto;overflow:hidden;border-radius:10px}.promotion-view .view-wr .v__img img{display:block;max-width:100%;height:auto}.promotion-view .v__body{margin:2em auto 0;max-width:720px;text-align:left;line-height:1.7}.promotion-view .v__body h3{padding:2em 0 1em;font-size:1.25em;font-weight:600}.promotion-view .v__body h3+ul{margin-top:0}.promotion-view .v__body ul{display:flex;flex-direction:column;gap:10px;margin:0 0 4px;padding:0;list-style:none}.promotion-view .v__body li{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:6px 16px;padding:1.3em 1.4em;border-radius:.5em;background:rgba(112,97,72,.06)}.promotion-view .v__body li:nth-of-type(odd){background:rgba(112,97,72,.13)}.promotion-view .v__body li strong{flex:1 1 60%;font-size:1.05em;font-weight:500}.promotion-view .v__body li span{flex:0 0 auto;font-weight:700;font-size:1.05em;color:var(--popup-theme,#464646);white-space:nowrap}.promotion-view .v__body li del{flex:0 0 auto;margin-right:8px;color:#aaa;font-size:.9em;text-decoration:line-through;white-space:nowrap}.promotion-view .v__body li em{flex:1 1 100%;margin-top:2px;font-style:normal;font-size:.9em;color:#888}@media (max-width:1024px){.promotion-board .card-list ul.cols-3{grid-template-columns:repeat(2,1fr);gap:16px}.promotion-board .list__title{padding:.8em 1em;font-size:15px}.promotion-board .list__date{font-size:13px}.promotion-view .bo_v_tit{font-size:20px}.promotion-view .event__date{font-size:15px}}body:has(#event__db.--active) #quick__db{display:none!important}#event__db{position:fixed;bottom:30px;left:50%;translate:-50% 0;z-index:99;width:50px;max-height:50px;font-size:14px;transition:max-height .6s .5s,width .6s 0s,border-radius .6s 1s,bottom .6s 1s;background:#fff;box-shadow:0 0 10px 5px rgba(0,0,0,.2);border-radius:100%;overflow:hidden}#event__db .db__title{position:absolute;top:0;left:0;margin:0;width:100%;height:45px;justify-content:center;font-size:1.1em}#event__db .db__title,#event__db .db__title .pair{display:flex;align-items:center;white-space:nowrap}#event__db .db__title dd i{display:inline-block;padding:0 .8em 0 .4em;font-style:normal}#event__db .db__title dd{padding-left:.3em;position:relative}#event__db .db__title strong{display:inline-block;padding-right:.2em}#event__db form{opacity:0;transition:opacity .5s;width:min(1170px,calc(100vw - 70px));float:right;pointer-events:none}#event__db .db__switch{position:absolute;top:10px;right:10px;width:30px;height:30px;background:none;outline:none;border:0;cursor:pointer;transition:transform .3s,top .6s,right .6s}#event__db .db__switch:after,#event__db .db__switch:before{content:"";width:30px;height:2px;background:var(--theme-color);position:absolute;left:0;top:calc(50% - 1px)}#event__db .db__switch:after{transform:rotate(90deg)}#event__db ul{padding:15px 10px;margin:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:space-between}#event__db ul li{width:100%;text-align:center;line-height:0;display:flex;flex-wrap:wrap}#event__db ul li label{width:100%;text-align:left;line-height:1;margin-bottom:1em}#event__db ul li.--name,#event__db ul li.--tel{width:24%}#event__db ul li.--memo{width:49%}#event__db ul input[type=tel],#event__db ul input[type=text]{box-sizing:border-box;width:100%;height:40px;padding:7px;border:1px solid #c3c3c3;border-radius:10px}#event__db ul li.--terms label{margin-bottom:0}#event__db ul label{cursor:pointer}#event__db ul button[type=submit]{width:100%;font-size:16px;color:#fff;background:var(--theme-color);border-radius:10px;box-shadow:5px 5px 10px rgba(0,0,0,.2);border:0;outline:none;height:40px;cursor:pointer}#event__db ul.db__submit{padding-top:0}#event__db .db__submit li+li{margin-top:10px}#event__db .db__status{clear:both;margin:0;padding:0 10px 12px;text-align:center;color:var(--theme-color)}#event__db .db__status.--error{color:crimson}#event__db.--active{width:min(1170px,calc(100% - 70px));bottom:0;max-height:400px;border-radius:25px 25px 0 0;transition:max-height .6s 0s,width .6s .4s,border-radius .1s 0s,bottom .1s 0s}#event__db.--active form{opacity:1;pointer-events:auto;transition:opacity .5s .5s}#event__db.--active ul{padding:45px 10px 10px}#event__db.--active ul.db__info{padding-bottom:16px}#event__db.--active ul.db__submit{padding-top:0}#event__db.--active .db__switch{top:17px;right:20px;transform:rotate(45deg);width:12px;height:12px}#event__db.--active .db__switch:after,#event__db.--active .db__switch:before{width:18px;left:calc(50% - 9px)}@media (max-width:1024px){#event__db{font-size:clamp(12px,2.4vw,14px)}#event__db.--active{width:96%}#event__db ul input[type=tel],#event__db ul input[type=text]{height:clamp(30px,8vw,40px)}#event__db.--active .db__title{position:static;height:auto;margin:0;padding:12px 36px 0 12px;justify-content:flex-start;flex-wrap:wrap;white-space:normal;row-gap:2px}#event__db.--active ul{padding-top:12px}#event__db.--active ul.db__submit{padding-top:0}#event__db ul li.--name{width:32%}#event__db ul li.--tel{width:66%}#event__db ul li.--memo{width:100%;margin-top:8px}#event__db ul li label{margin-bottom:8px}#event__db ul.db__submit{align-items:center}#event__db ul.db__submit li.--submit{margin-top:0}#event__db ul li.--terms{width:10em}#event__db ul li.--submit{width:calc(100% - 10em)}#event__db .db__switch{top:15px;right:15px;width:20px;height:20px}#event__db .db__switch:after,#event__db .db__switch:before{width:20px}#event__db.--active .db__switch{top:20px;right:10px;width:12px;height:12px}#event__db.--active .db__switch:after,#event__db.--active .db__switch:before{width:12px;left:calc(50% - 6px)}#event__db ul button[type=submit]{height:35px}}