.shopCard{padding:32px 0 16px;color:#333}@media only screen and (max-width: 767px){.shopCard{padding:24px 0 16px}}.shopCard__box{padding:16px 20px;background-color:white;border-radius:6px;max-width:540px;margin:auto}.shopCard__topArea{display:flex;align-items:flex-start}.shopCard__imgWrap{position:relative;width:70px;height:60px;overflow:hidden;cursor:pointer}@media only screen and (min-width: 768px){.shopCard__imgWrap:hover .shopCard__img{scale:1.1;opacity:0.85}}.shopCard__img{-o-object-fit:cover;object-fit:cover;width:70px;height:60px;transition-duration:0.3s}.shopCard__imgIcon{position:absolute;bottom:0;right:0}.shopCard__label{margin-left:12px;line-height:1.5;letter-spacing:1px;flex:1}.shopCard__name{font-size:16px}@media only screen and (max-width: 767px){.shopCard__name{font-size:14px}}.shopCard__catchphrase{font-size:14px;font-weight:normal;color:#052594;line-height:1.25;margin-top:8px;margin-bottom:0}@media only screen and (max-width: 767px){.shopCard__catchphrase{font-size:12px}}.shopCard__infoRow{display:flex;margin-top:8px;gap:16px}@media only screen and (max-width: 767px){.shopCard__infoRow{gap:0;flex-direction:column}}.shopCard__info{display:flex;align-items:center;gap:6px;letter-spacing:0.28px}.shopCard__icon{font-size:20px;color:#6ab6ee}.shopCard__according{display:flex;flex-direction:column;align-items:center;margin-top:8px;letter-spacing:0.28px}.shopCard__accordingLink{font-size:14px;cursor:pointer;color:#ed1e79;line-height:1.5;display:flex;align-items:center;gap:4px}.shopCard__accordingLink--hidden{display:none}.shopCard__accordingLinkIcon{font-size:12px;font-weight:bold}.shopCard__accordingArea{font-size:14px;line-height:1.5;display:none}.shopCard__accordingClose{margin-top:8px;font-size:14px;cursor:pointer;color:#ed1e79;line-height:1.5;display:flex;justify-content:center;align-items:center;gap:4px}.imageModal{display:none}.imageModal--open{display:block}.imageModal__overlay{width:100vw;height:100vh;background-color:rgba(0,0,0,0.6);position:fixed;top:0;left:0;z-index:99;display:flex;justify-content:center;align-items:center}.imageModal__contentWrap{width:100%;display:flex;justify-content:center}.imageModal__content{position:relative}.imageModal__close{width:40px;height:40px;position:absolute;right:0;top:-40px;display:flex;justify-content:center;align-items:center;cursor:pointer}.imageModal__closeIcon{font-size:24px;color:#fff}.imageModal__img{width:100%;max-width:600px;height:100%;max-height:80vh;-o-object-fit:cover;object-fit:cover}.progressBar{display:flex;justify-content:center;align-items:center}.progressBar__wrap{margin-bottom:32px}.progressBar__pc{width:380px}@media only screen and (max-width: 767px){.progressBar__pc{display:none}}.progressBar__sp{width:288px}@media only screen and (min-width: 768px){.progressBar__sp{display:none}}.content{color:#333;width:100%;display:flex;align-items:center;flex-direction:column;background-color:#e6e9f4;padding:40px 0 80px}@media only screen and (max-width: 767px){.content{padding:40px 16px 24px}}.content .text-danger{margin-bottom:0}.leadText{color:#333;text-align:center;font-size:16px;line-height:1.5}@media only screen and (max-width: 767px){.leadText{font-size:14px}}.form{width:100%;max-width:540px;border-radius:10px;border:2px solid #ed1e79;padding:40px;gap:24px;background-color:white;display:flex;flex-direction:column;align-items:center}@media only screen and (max-width: 767px){.form{padding:20px;gap:20px}}.form__label{font-weight:700;font-size:14px;line-height:14px;margin-bottom:0}@media only screen and (max-width: 767px){.form__label{font-size:12px;line-height:12px}}.form__selectWrap{position:relative}.form__selectWrap--month,.form__selectWrap--day{min-width:20%;max-width:27%}.form__selectWrap--occupation{width:180px}.form__selectWrap::after{content:'';position:absolute;right:10px;top:26px;width:10px;height:10px;border-top:2px solid #ccc;border-left:2px solid #ccc;transform:translateY(-50%) rotate(-135deg);font-size:20px;pointer-events:none}@media only screen and (max-width: 767px){.form__selectWrap::after{top:24px;right:7px;width:7px;height:7px}}.form__selectItem{color:#333;width:96px;height:100%;border-radius:10px;gap:4px;background-color:#e6e9f4;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;appearance:none;text-align:left;padding-left:8px}@media only screen and (max-width: 767px){.form__selectItem{padding-left:6px}}.form__selectItem--year{width:128px}@media only screen and (max-width: 767px){.form__selectItem--year{width:124px}}.form__selectItem--month,.form__selectItem--day{width:100%;max-width:96px;min-width:56px}.form__selectItem--occupation{width:180px}@media only screen and (max-width: 767px){.form__selectItem--occupation{width:100%}}.form__selectItem:hover{cursor:pointer}.form__radioButton{display:none}.form__radioLabel{width:100%;height:100%;border-radius:10px;padding:0 7px;margin:0;gap:2px;background:#e6e9f4;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;line-height:16px}@media only screen and (max-width: 767px){.form__radioLabel{padding:4px 8px;gap:4px;font-size:14px;line-height:14px}}.form__radioLabel:hover{cursor:pointer}.form__radioButton:checked+.form__radioLabel{font-weight:700;color:#fff;background:#052594}.form__input{width:100%;height:56px}.form__input::-moz-placeholder{color:#33333380}.form__input::placeholder{color:#33333380}.form__input--text,.form__input--number,.form__input--email{border-radius:10px;padding:0 8px;background-color:#e6e9f4;border:0}@media only screen and (max-width: 767px){.form__input--text,.form__input--number,.form__input--email{height:48px;padding:0 6px}}.form__input--select{display:flex;gap:16px}@media only screen and (max-width: 767px){.form__input--select{height:48px;gap:6px}}.form__input--radio{width:100%;height:56px;display:flex;flex-direction:row;justify-content:space-between;gap:16px}@media only screen and (max-width: 767px){.form__input--radio{height:48px;gap:6px}}.form__input--radioOverflow{width:100%;height:290px;overflow:auto;display:flex;flex-direction:column;gap:10px}@media only screen and (max-width: 767px){.form__input--radioOverflow{gap:8px}}.form__input--text-search{background:#e6e9f4 url(/assets/gourmet_baito/entries/new/icon_filter-b05fe9d66ede6df02c11f6f3467f0ed05e19592c6c9d7aa6932efb3973dff202.svg) no-repeat right 10px center;font-size:14px}@media only screen and (min-width: 769px){.form__input--text-search{font-size:16px}}.form__input--text-search:focus{background:#e6e9f4}.form__checkBoxText{font-size:16px;line-height:1.25;letter-spacing:0.32px}.form__checkBoxLabel{cursor:pointer;display:flex;align-items:center;gap:8px;margin-bottom:0}@media only screen and (max-width: 767px){.form__checkBoxLabel{align-items:start}}.form__checkBoxWrap{margin-top:2px;position:relative}.form__checkBoxIcon{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.form__checkBox{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:20px;height:20px;display:flex;justify-content:center;align-items:center;border-radius:4px;background-color:#fff;color:#fff;border:1px solid #053e94;box-sizing:border-box}.form__checkBox:checked{background-color:#053e94}.form__submit{display:flex;align-items:center;justify-content:space-between}.form__submit .attention{font-weight:400;font-size:12px;line-height:14.4px;color:#333c}.form__submitButton{width:320px;height:64px;border-width:0;border-radius:500px;padding:0 8px;color:#fff;font-size:18px;font-weight:bold;background:#ed1e79}@media only screen and (max-width: 767px){.form__submitButton{width:100%;height:56px}}.form__submitButton:hover{background:#fff;color:#ed1e79;border:2px solid #ed1e79}.form__name,.form__furigana,.form__birthday,.form__gender,.form__occupation,.form__tel,.form__email,.form__shop,.form__notification,.form__submit{width:100%;display:flex;flex-direction:column;gap:8px}@media only screen and (max-width: 767px){.form__name,.form__furigana,.form__birthday,.form__gender,.form__occupation,.form__tel,.form__email,.form__shop,.form__notification,.form__submit{gap:6px}}.form__subText{color:#9e9e9e}.link{color:#08c}
