.chat_chatContainer__FiI_8{display:flex;height:calc(100vh - 70px);background-color:#fff;width:100%;max-width:100vw;margin:0;padding:0;overflow-x:hidden}.chat_sidebar__a6RPy{width:300px;background-color:#fff;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;overflow:hidden}.chat_sidebarHeader__08BAk{padding:1rem;border-bottom:1px solid #e5e5e5}.chat_logLinkButton__9hh0U{display:block;margin-top:.5rem;width:100%;padding:.75rem 1rem;background-color:#f6f7f9;color:#535353;border-radius:.5rem;text-decoration:none;text-align:center;font-weight:500;line-height:1;box-sizing:border-box;transition:all .2s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.chat_logLinkButton__9hh0U:hover{background-color:#e5e5e5;color:#1a1a1a}.chat_newChatButton__6Y3fK{width:100%;padding:.75rem 1rem;background-color:#3374c1;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s}.chat_newChatButton__6Y3fK:hover{background-color:#365a87}.chat_sessionList__ryq_V{flex:1 1;overflow-y:auto;padding:1rem}.chat_sessionItem__U1tQd{padding:.75rem;margin-bottom:.5rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s}.chat_sessionItem__U1tQd:hover{background-color:#f6f7f9}.chat_selected__2hKfh,.chat_sessionItem__U1tQd.chat_active__PnF28{background-color:#d1eafd;border-left:3px solid #3374c1}.chat_sessionTitle__QXIsK{font-weight:500;color:#1a1a1a;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat_sessionDate__esW42{font-size:.75rem;color:#535353}.chat_userStats__5GWyC{padding:1rem;border-top:1px solid #e5e5e5;background-color:#f6f7f9}.chat_statsTitle__OMVXa{font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.chat_statsItem__eyX1X{font-size:.875rem;color:#535353;margin-bottom:.25rem}.chat_chatMain__t1S_y{flex:1 1;display:flex;flex-direction:column;overflow:hidden;position:relative}.chat_chatMain__t1S_y.chat_empty__OWzLR{justify-content:center}.chat_chatMain__t1S_y.chat_empty__OWzLR .chat_inputForm__q2DIs{position:relative;bottom:auto}.chat_chatHeader__OX7sl{padding:1.5rem 2rem;background-color:#fff;border-bottom:1px solid #e5e5e5}.chat_chatHeader__OX7sl h1{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.chat_chatHeader__OX7sl p{color:#535353;margin:0}.chat_messagesContainer__5S8fH{flex:1 1;overflow-y:auto;padding:1rem 2rem}.chat_welcomeMessage__EhLpD{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;max-width:700px;margin:0 auto;padding:2rem}.chat_aiAvatar__dM4u2{font-size:4rem;margin-bottom:1rem}.chat_welcomeText__Z4n9S{width:100%}.chat_welcomeText__Z4n9S h3{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;text-align:center}.chat_welcomeText__Z4n9S p{color:#535353;line-height:1.7;margin-bottom:2.5rem;font-size:1rem;text-align:center;max-width:500px;margin-left:auto;margin-right:auto}.chat_suggestedQuestions__dLLG3{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:450px;margin:0 auto}.chat_suggestionButton__Jw0aC{padding:1rem 1.5rem;background-color:#fff;border:2px solid #e5e5e5;border-radius:12px;color:#535353;cursor:pointer;transition:all .2s;font-size:.95rem;font-weight:500;text-align:center}.chat_suggestionButton__Jw0aC:hover{border-color:#3374c1;color:#3374c1;background-color:#f6f7f9;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.chat_messagesList__oI7Uk{display:flex;flex-direction:column;gap:1rem}.chat_message__uwE07{display:flex;gap:.75rem;max-width:80%}.chat_message__uwE07.chat_userMessage___d1qD{align-self:flex-end;flex-direction:row-reverse}.chat_message__uwE07.chat_userMessage___d1qD .chat_messageContent__WA7dp{background-color:#3374c1;color:#fff}.chat_message__uwE07.chat_aiMessage__X_tI5{align-self:flex-start}.chat_message__uwE07.chat_aiMessage__X_tI5 .chat_messageContent__WA7dp{background-color:#fff;border:1px solid #e5e5e5}.chat_messageAvatar__3Yslz{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;background-color:#f6f7f9;flex-shrink:0}.chat_messageContent__WA7dp{padding:.75rem 1rem;border-radius:1rem;word-wrap:break-word}.chat_messageText__Henyv{line-height:1.5;white-space:pre-wrap}.chat_messageTime__Kho5O{font-size:.75rem;opacity:.7;margin-top:.25rem}.chat_loadingDots__R_2lC{display:flex;gap:.25rem;padding:.5rem 0}.chat_loadingDots__R_2lC span{width:.5rem;height:.5rem;background-color:#535353;border-radius:50%;animation:chat_bounce__TfgtL 1.4s ease-in-out infinite both}.chat_loadingDots__R_2lC span:first-child{animation-delay:-.32s}.chat_loadingDots__R_2lC span:nth-child(2){animation-delay:-.16s}.chat_loadingDots__R_2lC span:nth-child(3){animation-delay:0s}@keyframes chat_bounce__TfgtL{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat_errorMessage__YtK2E{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;margin:0 2rem 1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626}.chat_errorMessage__YtK2E button{background:none;border:none;color:#ff462e;cursor:pointer;font-size:1.25rem;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.chat_inputForm__q2DIs{padding:1rem 2rem;width:100%;box-sizing:border-box;background-color:#fff;position:-webkit-sticky;position:sticky;bottom:0}.chat_inputWrapper__gd_0N{max-width:1000px;width:90%;margin:0 auto;padding:0 .5rem}.chat_inputContainer__MnZFH{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;background:#fff;border:2px solid #e5e5e5;border-radius:24px;padding:.75rem .75rem .5rem 1rem;transition:all .2s;width:100%;box-sizing:border-box}.chat_inputContainer__MnZFH:focus-within{border-color:#3374c1;box-shadow:0 0 0 3px rgba(51,116,193,.1)}.chat_inputActions__doPpE{margin-top:.25rem;padding:.25rem .5rem .25rem .25rem;justify-content:space-between;border-top:1px solid #e5e5e5}.chat_inputActions__doPpE,.chat_leftActions__yYcg1,.chat_rightActions__ueKLf{display:flex;align-items:center;gap:.5rem}.chat_actionButton__krdTv{background:#fff;border:1px solid #e5e5e5;color:#535353;cursor:pointer;font-size:1.2rem;border-radius:8px;transition:all .2s;display:flex;align-items:center;justify-content:center;width:36px;height:36px;align-self:center;flex-shrink:0}.chat_actionButton__krdTv:hover{background-color:#f6f7f9;color:#1a1a1a}.chat_messageInput__91bXl{flex:1 1;border:none;outline:none;font-size:1.1rem;line-height:1.5;font-family:inherit;background:transparent;padding:.25rem 0;width:100%;box-sizing:border-box;word-wrap:break-word;white-space:pre-wrap;overflow-y:auto;overflow-x:hidden;max-height:none;resize:none}.chat_messageInput__91bXl[data-placeholder]:empty:before{content:attr(data-placeholder);color:#535353;pointer-events:none}.chat_messageInput__91bXl::placeholder{color:#535353;line-height:1.5;font-size:1.1rem}.chat_messageInput__91bXl:disabled{color:#535353}.chat_voiceButton__2WVhJ{background:none;border:none;color:#535353;cursor:pointer;font-size:1rem;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center;width:32px;height:32px;align-self:center;flex-shrink:0}.chat_voiceButton__2WVhJ:hover{background-color:#f6f7f9;color:#1a1a1a}.chat_voiceButton__2WVhJ.chat_recording__fx10D{color:#ff462e;background-color:rgba(239,68,68,.1)}.chat_sendButton__1Qb9f{background-color:#e5e5e5;color:#fff;border:none;border-radius:18px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:1rem;flex-shrink:0;margin-left:auto}.chat_sendButton__1Qb9f:hover:not(:disabled){background-color:#535353;transform:scale(1.05)}.chat_sendButton__1Qb9f.chat_active__PnF28{background-color:#3374c1}.chat_sendButton__1Qb9f.chat_active__PnF28:hover{background-color:#365a87}.chat_sendButton__1Qb9f:disabled{background-color:#e5e5e5;cursor:not-allowed}.chat_imagePreview__GcsUk{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;width:100%}.chat_imageItem__RL5uD{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.chat_previewImage__NAy2L{width:80px;height:80px;object-fit:cover;display:block}.chat_removeImageButton__MAJzL{position:absolute;top:4px;right:4px;background:rgba(0,0,0,.7);color:#fff;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;line-height:1}.chat_removeImageButton__MAJzL:hover{background:rgba(0,0,0,.9)}.chat_markdown__S515o{line-height:1}.chat_markdown__S515o h1,.chat_markdown__S515o h2,.chat_markdown__S515o h3,.chat_markdown__S515o h4,.chat_markdown__S515o h5,.chat_markdown__S515o h6{margin-top:.5em;margin-bottom:.2em;font-weight:600;line-height:1.2}.chat_markdown__S515o h1{font-size:1.5em}.chat_markdown__S515o h2{font-size:1.4em}.chat_markdown__S515o h3{font-size:1.3em}.chat_markdown__S515o h4{font-size:1.1em}.chat_markdown__S515o p{margin-bottom:.3em;line-height:1}.chat_markdown__S515o ol,.chat_markdown__S515o ul{margin:0;padding-left:1em}.chat_markdown__S515o li{margin:0;padding:0;line-height:1.2}.chat_markdown__S515o li>p{display:inline;margin:0}.chat_markdown__S515o code{background-color:rgba(0,0,0,.05);padding:.15em .35em;border-radius:3px;font-family:monospace;font-size:.95em}.chat_markdown__S515o pre{background-color:rgba(0,0,0,.05);padding:.7em;border-radius:4px;overflow-x:auto;margin-bottom:.8em}.chat_markdown__S515o pre code{background-color:transparent;padding:0}.chat_markdown__S515o blockquote{border-left:3px solid #ddd;padding-left:.8em;margin-left:0;color:#666;line-height:1.4}.chat_markdown__S515o a{color:#0070f3;text-decoration:underline}.chat_markdown__S515o table{border-collapse:collapse;width:100%;margin-bottom:.8em}.chat_markdown__S515o table td,.chat_markdown__S515o table th{border:1px solid #ddd;padding:.4em .6em;line-height:1.4}.chat_markdown__S515o table th{background-color:rgba(0,0,0,.05)}@media(max-width:768px){.chat_inputContainer__MnZFH[data-focused=true]{padding-bottom:.5rem}.chat_messageInput__91bXl{max-height:90vh}.chat_chatContainer__FiI_8{display:flex;flex-direction:column;height:calc(100vh - 70px);width:100%;max-width:100vw;margin:0;padding:0;box-sizing:border-box;overflow:hidden;background-color:#fff}.chat_chatHeader__OX7sl,.chat_sidebar__a6RPy{display:none}.chat_chatMain__t1S_y{flex:1 1;display:flex;flex-direction:column;overflow:hidden;width:100%;padding:0;margin:0}.chat_messagesContainer__5S8fH{flex:1 1;overflow-y:auto;width:100%;padding:1rem;margin:0;box-sizing:border-box}.chat_welcomeMessage__EhLpD{height:auto;padding:2rem 0}.chat_aiAvatar__dM4u2{font-size:3rem}.chat_welcomeText__Z4n9S h3{font-size:1.25rem}.chat_welcomeText__Z4n9S p{font-size:.875rem}.chat_suggestedQuestions__dLLG3{max-width:100%}.chat_message__uwE07{max-width:95%}.chat_messageAvatar__3Yslz{width:2rem;height:2rem;font-size:1rem}.chat_messageContent__WA7dp{padding:.5rem .75rem}.chat_inputForm__q2DIs{padding:.75rem;background-color:#fff;position:-webkit-sticky;position:sticky;bottom:0}.chat_inputWrapper__gd_0N{max-width:100%;width:100%;padding:0 .5rem;box-sizing:border-box}.chat_inputContainer__MnZFH{padding:.5rem .75rem;max-width:100%}.chat_actionButton__krdTv{width:34px;height:34px;font-size:1rem}.chat_sendButton__1Qb9f{width:32px;height:32px;font-size:.95rem}.chat_addButton__sJzf5{font-size:1.25rem}.chat_voiceButton__2WVhJ{font-size:1rem}.chat_messageInput__91bXl{font-size:1rem;overflow:visible;word-wrap:break-word;white-space:pre-wrap;max-height:none}.chat_sendButton__1Qb9f{padding:.75rem 1rem}.chat_leftActions__yYcg1{margin-right:.5rem}.chat_leftActions__yYcg1,.chat_rightActions__ueKLf{display:flex;align-items:center;justify-content:center}.chat_rightActions__ueKLf{margin-left:.5rem}}.ArticlesSidebar_wrap__2HxHi{display:flex;flex-direction:column;align-items:flex-start;padding:20px 16px;gap:16px;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:8px;background-color:#fff;width:240px}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_heading__Pc5qL{font-weight:700;font-size:18px;line-height:22px;color:#002551}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE{width:100%}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG{width:100%;display:flex;align-items:flex-start;flex-direction:column;gap:4px;cursor:pointer}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_none__f2vrC{display:none}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_data___C4NW,.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_prefecture__XU_zI .ArticlesSidebar_data___C4NW{width:100%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #bebebe;padding-top:6px;padding-bottom:6px}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_data___C4NW .ArticlesSidebar_textBox__k4K9b,.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_prefecture__XU_zI .ArticlesSidebar_data___C4NW .ArticlesSidebar_textBox__k4K9b{display:flex;align-items:center;gap:8px}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_data___C4NW .ArticlesSidebar_textBox__k4K9b .ArticlesSidebar_block__q5KtW,.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_prefecture__XU_zI .ArticlesSidebar_data___C4NW .ArticlesSidebar_textBox__k4K9b .ArticlesSidebar_block__q5KtW{font-weight:700;font-size:14px;line-height:16px;color:#002551}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_data___C4NW .ArticlesSidebar_textBox__k4K9b .ArticlesSidebar_pin__nDpbA,.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_prefecture__XU_zI .ArticlesSidebar_data___C4NW .ArticlesSidebar_textBox__k4K9b .ArticlesSidebar_pin__nDpbA{width:20px;height:20px;margin-left:24px}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_data___C4NW .ArticlesSidebar_textBox__k4K9b .ArticlesSidebar_pinCity__tok5O,.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_prefecture__XU_zI .ArticlesSidebar_data___C4NW .ArticlesSidebar_textBox__k4K9b .ArticlesSidebar_pinCity__tok5O{width:20px;height:20px;margin-left:48px}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_data___C4NW .ArticlesSidebar_btn__kuMkN,.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_prefecture__XU_zI .ArticlesSidebar_data___C4NW .ArticlesSidebar_btn__kuMkN{cursor:pointer;width:32px;height:32px;border:none;background-color:transparent}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_data___C4NW .ArticlesSidebar_btn__kuMkN .ArticlesSidebar_icon__UO6gw,.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_prefecture__XU_zI .ArticlesSidebar_data___C4NW .ArticlesSidebar_btn__kuMkN .ArticlesSidebar_icon__UO6gw{transition:all .3s ease-in-out 75ms}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_data___C4NW .ArticlesSidebar_btn__kuMkN .ArticlesSidebar_clicked__3K5yo,.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_prefecture__XU_zI .ArticlesSidebar_data___C4NW .ArticlesSidebar_btn__kuMkN .ArticlesSidebar_clicked__3K5yo{transform:rotate(90deg)}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_prefecture__XU_zI{width:100%;display:flex;flex-direction:column}@media(max-width:1024px){.ArticlesSidebar_wrap__2HxHi{width:95%;padding:16px 12px;margin:0 auto}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_data___C4NW .ArticlesSidebar_textBox__k4K9b .ArticlesSidebar_pinCity__tok5O,.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_data___C4NW .ArticlesSidebar_textBox__k4K9b .ArticlesSidebar_pin__nDpbA{margin-left:0}.ArticlesSidebar_wrap__2HxHi .ArticlesSidebar_container__zf_eE .ArticlesSidebar_card__EOovG .ArticlesSidebar_data___C4NW .ArticlesSidebar_textBox__k4K9b .ArticlesSidebar_block__q5KtW{font-size:16px}}.RemoveButton_removeButton__fY8y_{background-color:#e5e5e5;border:none;border-radius:50%;width:24px;height:24px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#002551;flex-shrink:0}.SpotSerch_spotSerch__TqgoJ{background-color:#002551;height:240px;background-repeat:no-repeat;background-position:50%;background-size:cover}.SpotSerch_spotSerch__TqgoJ .SpotSerch_content__ir6VM{width:100%;max-width:1024px;margin:0 auto;padding-top:109px}.SpotSerch_spotSerch__TqgoJ .SpotSerch_content__ir6VM .SpotSerch_title__8V0He{color:#fff;font-style:normal;font-weight:700;font-size:22px;margin-bottom:16px;margin-left:24px;border:none}.SpotSerch_spotSerch__TqgoJ .SpotSerch_content__ir6VM .SpotSerch_search__tkQVR{width:100%;display:inline-flex;border:1px solid #535353;border-radius:6px}.SpotSerch_spotSerch__TqgoJ .SpotSerch_content__ir6VM .SpotSerch_search__tkQVR .SpotSerch_area__Muj_V{width:50%;border:none;border-top-left-radius:6px;border-bottom-left-radius:6px;padding-left:6px}.SpotSerch_spotSerch__TqgoJ .SpotSerch_content__ir6VM .SpotSerch_search__tkQVR .SpotSerch_category__MrG0E{width:50%;border:none;border-left:1px solid #535353;padding-left:6px}.SpotSerch_spotSerch__TqgoJ .SpotSerch_content__ir6VM .SpotSerch_search__tkQVR .SpotSerch_button__049_b{width:84px;height:48px;background-color:#33b5ff;border:none;color:#fff;border-top-right-radius:5px;border-bottom-right-radius:5px}@media(max-width:768px){.SpotSerch_spotSerch__TqgoJ{height:100px;padding:20px 16px}.SpotSerch_spotSerch__TqgoJ .SpotSerch_content__ir6VM{padding-top:60px}.SpotSerch_spotSerch__TqgoJ .SpotSerch_content__ir6VM .SpotSerch_title__8V0He{margin-left:16px}}.SpotsLists_spotsLists__RFuTB{margin:0}.SpotsLists_spotsLists__RFuTB .SpotsLists_spots__4oE0L .SpotsLists_spot__04lwr{margin-bottom:8px}@media(max-width:768px){.SpotsLists_spotsLists__RFuTB{margin:0 16px 16px}.SpotsLists_spotsLists__RFuTB .SpotsLists_spots__4oE0L .SpotsLists_spot__04lwr{margin-bottom:8px}}.ArticleCard_articleCard__RQa4a{display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.08);border-radius:8px;cursor:pointer;overflow:hidden}.ArticleCard_articleCard__RQa4a.ArticleCard_ended__t4mVI .ArticleCard_data__X2B0X{background-color:#ecebeb}.ArticleCard_articleCard__RQa4a.ArticleCard_ended__t4mVI .ArticleCard_date__pJVPa,.ArticleCard_articleCard__RQa4a.ArticleCard_ended__t4mVI .ArticleCard_heading__J3zRa{color:#535353}.ArticleCard_articleCard__RQa4a.ArticleCard_ended__t4mVI .ArticleCard_img__pU0ut{filter:grayscale(80%)}.ArticleCard_articleCard__RQa4a .ArticleCard_thumbnail__OApKH{position:relative;width:100%;aspect-ratio:1200/630;overflow:hidden;border-radius:8px 8px 0 0}.ArticleCard_articleCard__RQa4a .ArticleCard_thumbnail__OApKH .ArticleCard_img__pU0ut{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ArticleCard_articleCard__RQa4a .ArticleCard_thumbnail__OApKH .ArticleCard_statusList__nSqGZ{display:flex}.ArticleCard_articleCard__RQa4a .ArticleCard_thumbnail__OApKH .ArticleCard_status__sN1yw{margin:8px 0 0 8px;padding:4px 10px;font-size:11px;font-weight:700;color:#fff;border-radius:4px;z-index:1;box-shadow:0 1px 3px rgba(0,0,0,.2);pointer-events:none}.ArticleCard_articleCard__RQa4a .ArticleCard_thumbnail__OApKH .ArticleCard_status__sN1yw.ArticleCard_ongoing__h_akz{background-color:#d43131}.ArticleCard_articleCard__RQa4a .ArticleCard_thumbnail__OApKH .ArticleCard_status__sN1yw.ArticleCard_very_soon__1B_LV{background-color:orange}.ArticleCard_articleCard__RQa4a .ArticleCard_thumbnail__OApKH .ArticleCard_status__sN1yw.ArticleCard_upcoming__uYNnp{background-color:#3374c1}.ArticleCard_articleCard__RQa4a .ArticleCard_thumbnail__OApKH .ArticleCard_status__sN1yw.ArticleCard_ended__t4mVI{background-color:#535353}.ArticleCard_articleCard__RQa4a .ArticleCard_thumbnail__OApKH .ArticleCard_status__sN1yw.ArticleCard_new__uN4wa{background-color:#f2c94c}.ArticleCard_articleCard__RQa4a .ArticleCard_data__X2B0X{padding:12px;flex-grow:1;display:flex;flex-direction:column}.ArticleCard_articleCard__RQa4a .ArticleCard_data__X2B0X .ArticleCard_heading__J3zRa{font-style:normal;font-weight:700;font-size:14px;line-height:1.5;color:#002551;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:8px}.ArticleCard_articleCard__RQa4a .ArticleCard_data__X2B0X .ArticleCard_date__pJVPa{font-style:normal;font-weight:400;font-size:11px;line-height:1.5;color:#002551}.ArticleCard_articleCard__RQa4a .ArticleCard_data__X2B0X .ArticleCard_location__a8jaH{font-style:normal;font-weight:400;font-size:11px;line-height:1.5;color:#002551;margin-top:4px}.ArticleCard_articleCard__RQa4a .ArticleCard_data__X2B0X .ArticleCard_date__pJVPa:last-child,.ArticleCard_articleCard__RQa4a .ArticleCard_data__X2B0X .ArticleCard_location__a8jaH:last-child{margin-top:auto}.ArticleCard_articleCard__RQa4a:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px);transition:all .2s ease-in-out}.AdvancedMapSection_groundBox__nDJJ3{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);margin-bottom:24px;padding:24px}.AdvancedMapSection_heading__Rm687{font-style:normal;font-weight:700;font-size:22px;line-height:32px;color:#002551;margin-bottom:20px}.AdvancedMapSection_mapContainer__zB8XM{position:relative;width:100%}.AdvancedMapSection_blurredMap__LFE97{width:100%;height:100%;object-fit:contain;filter:grayscale(90%);border-radius:8px}.AdvancedMapSection_loginContainer__jRpaj{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background-color:#fff;padding:24px;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:20px;max-width:600px;box-sizing:border-box}.AdvancedMapSection_loginContainer__jRpaj .AdvancedMapSection_loginText__Z0qzi{font-size:18px;line-height:28px;color:#002551;font-weight:500}@media(max-width:768px){.AdvancedMapSection_loginContainer__jRpaj{width:90%;padding:16px;gap:8px;box-sizing:border-box}.AdvancedMapSection_loginContainer__jRpaj .AdvancedMapSection_loginText__Z0qzi{font-size:16px;line-height:1.4;text-align:center}.AdvancedMapSection_loginContainer__jRpaj .AdvancedMapSection_lineBreak__wCZCM{display:block}}.MapView_mapContainer__qLiY9{position:relative;width:100%;height:100%;overflow:hidden}.MapView_container__89fAm{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:calc(100% - 20px);display:flex;flex-direction:column;justify-content:space-between;align-items:center;z-index:2;gap:10px}.MapView_spotInfoRow__IFNob{display:flex;justify-content:center;align-items:center;width:100%;min-height:120px;gap:10px}.MapView_centerOverlay__rLpHv,.MapView_leftOverlay___oTll,.MapView_rightOverlay__xiwvy{flex:0 0 auto;transition:transform .3s ease,opacity .3s ease}.MapView_leftOverlay___oTll{width:180px;height:90px;transform:translateX(-10%);opacity:.8}.MapView_centerOverlay__rLpHv{width:250px;height:120px;transform:scale(1.1);z-index:3}.MapView_rightOverlay__xiwvy{width:180px;height:90px;transform:translateX(10%);opacity:.8}.MapView_buttonRow__FXrBD{display:flex;justify-content:center}.MapView_arrowButton__xQPzG{background:none;border:none;font-size:2em;cursor:pointer;z-index:3}.MapView_leftArrow__GuCiv{left:10px;bottom:20px}.MapView_rightArrow__lAwVD{right:10px}.SpotInfoOverlay_overlay__Cpwj6{background-color:#fff;padding:10px;border-radius:5px;box-shadow:0 2px 10px rgba(0,0,0,.1);border:2px solid #fff;cursor:pointer;display:flex;flex-direction:column;transition:transform .3s ease,border .3s ease}.SpotInfoOverlay_overlay__Cpwj6 .SpotInfoOverlay_content__5MAfe{display:flex;width:100%;height:100%}.SpotInfoOverlay_overlay__Cpwj6 .SpotInfoOverlay_content__5MAfe .SpotInfoOverlay_imageContainer__R1uET{flex:1 1;max-width:25%}.SpotInfoOverlay_overlay__Cpwj6 .SpotInfoOverlay_content__5MAfe .SpotInfoOverlay_imageContainer__R1uET .SpotInfoOverlay_image__04hBP{width:100%;height:auto;max-height:100px}.SpotInfoOverlay_overlay__Cpwj6 .SpotInfoOverlay_content__5MAfe .SpotInfoOverlay_textContainer__v_IDz{flex:2 1;padding:10px;display:flex;flex-direction:column;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SpotInfoOverlay_overlay__Cpwj6 .SpotInfoOverlay_content__5MAfe .SpotInfoOverlay_textContainer__v_IDz .SpotInfoOverlay_heading__AzFtb{font-weight:700;font-size:12px;line-height:19px;margin-bottom:4px;color:#002551}.SpotInfoOverlay_overlay__Cpwj6 .SpotInfoOverlay_content__5MAfe .SpotInfoOverlay_textContainer__v_IDz .SpotInfoOverlay_description__HQb6N{font-weight:400;font-size:10px;line-height:20px;color:#365a87;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:justify;white-space:normal;margin-bottom:4px}.SpotInfoOverlay_overlay__Cpwj6 .SpotInfoOverlay_content__5MAfe .SpotInfoOverlay_textContainer__v_IDz .SpotInfoOverlay_detail__jV_oh{text-align:right;color:blue;font-size:12px;text-decoration:underline}.SpotInfoOverlay_overlay__Cpwj6.SpotInfoOverlay_selected__KFMk0,.SpotInfoOverlay_overlay__Cpwj6:hover{border:2px solid #33b5ff}.ReviewPost_link__b0b8u{display:flex;justify-content:center}.ReviewPost_review__7Utk5{width:270px;height:-moz-fit-content;height:fit-content;padding:16px;border-radius:8px;border:1px solid #e5e5e5;margin-bottom:16px;display:flex;flex-direction:column;gap:8px}.ReviewPost_review__7Utk5 .ReviewPost_reviewSpot__mdOsX .ReviewPost_spotName__cck23{font-weight:700;font-size:16px;line-height:23px;color:#002551}.ReviewPost_review__7Utk5 .ReviewPost_reviewSpot__mdOsX .ReviewPost_spotAdress__rNTJQ{font-weight:400;font-size:10px;line-height:17px;color:#365a87}.ReviewPost_review__7Utk5 .ReviewPost_userInfo__IGDH4{display:flex;align-items:center}.ReviewPost_review__7Utk5 .ReviewPost_userInfo__IGDH4 .ReviewPost_icon__v5Kk_{display:flex;align-items:center;margin-right:6px}.ReviewPost_review__7Utk5 .ReviewPost_userInfo__IGDH4 .ReviewPost_icon__v5Kk_ .ReviewPost_iconSvg__m5w_R{width:28px;height:28px}.ReviewPost_review__7Utk5 .ReviewPost_userInfo__IGDH4 .ReviewPost_userName___pP_V{font-weight:700;font-size:14px;line-height:20px;color:#002551}.ReviewPost_review__7Utk5 .ReviewPost_reviewText__U9uTq{padding:8px;border-radius:4px;font-weight:400;font-size:14px;line-height:24px;margin-bottom:12px;background-color:#f6f7f9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;max-height:3em}.ReviewPost_review__7Utk5 .ReviewPost_reviewImages__x3RLU{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.ReviewPost_review__7Utk5 .ReviewPost_reviewImages__x3RLU .ReviewPost_reviewImage__1_ZiH{position:relative}.ReviewPost_review__7Utk5 .ReviewPost_reviewImages__x3RLU .ReviewPost_reviewImage__1_ZiH .ReviewPost_photo__8ka_E{width:84px;height:84px;border-radius:4px}.ReviewPost_review__7Utk5 .ReviewPost_reviewImages__x3RLU .ReviewPost_reviewImage__1_ZiH .ReviewPost_overlay__MM17a{position:absolute;top:0;left:0;width:84px;height:84px;border-radius:4px;font-weight:700;font-size:22px;line-height:32px;background-color:rgba(0,0,0,.29);color:#fff;display:flex;align-items:center;justify-content:center}.ReviewPost_review__7Utk5 .ReviewPost_noImages__LASkq{width:100%;font-size:13px;line-height:20px;padding:26px 8px;font-weight:400;text-align:center;color:#365a87;margin-bottom:12px}.ReviewPost_review__7Utk5 .ReviewPost_subInfo__lVuVX{display:flex;justify-content:space-between}.ReviewPost_review__7Utk5 .ReviewPost_subInfo__lVuVX .ReviewPost_date__l6chu{font-weight:400;font-size:12px;line-height:17px;color:#365a87}.ReviewPost_review__7Utk5 .ReviewPost_subInfo__lVuVX .ReviewPost_detail__Zujli{display:inline-flex}.ReviewPost_review__7Utk5 .ReviewPost_subInfo__lVuVX .ReviewPost_detail__Zujli .ReviewPost_text__E9zzN{font-weight:400;font-size:12px;line-height:17px;color:#365a87;margin-right:4px}@media(max-width:1024px){.ReviewPost_review__7Utk5{width:calc(100% - 32px)}.ReviewPost_review__7Utk5 .ReviewPost_reviewInfo__tZdjV .ReviewPost_icon__v5Kk_{margin-right:8px}.ReviewPost_review__7Utk5 .ReviewPost_reviewInfo__tZdjV .ReviewPost_reviewSpot__mdOsX .ReviewPost_spotName__cck23{font-size:16px;line-height:23px}.ReviewPost_review__7Utk5 .ReviewPost_reviewInfo__tZdjV .ReviewPost_reviewSpot__mdOsX .ReviewPost_spotAdress__rNTJQ{font-size:10px;line-height:17px}.ReviewPost_review__7Utk5 .ReviewPost_userInfo__IGDH4 .ReviewPost_icon__v5Kk_{margin-right:8px}.ReviewPost_review__7Utk5 .ReviewPost_userInfo__IGDH4 .ReviewPost_userName___pP_V{font-size:13px;line-height:20px}.ReviewPost_review__7Utk5 .ReviewPost_reviewText__U9uTq{font-size:13px;line-height:20px;margin-bottom:12px;max-height:2.4em}.ReviewPost_review__7Utk5 .ReviewPost_reviewImages__x3RLU{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.ReviewPost_review__7Utk5 .ReviewPost_reviewImages__x3RLU .ReviewPost_reviewImage__1_ZiH .ReviewPost_photo__8ka_E{width:100%;height:auto}.ReviewPost_review__7Utk5 .ReviewPost_reviewImages__x3RLU .ReviewPost_reviewImage__1_ZiH .ReviewPost_overlay__MM17a{width:100%;height:auto;aspect-ratio:1/1;font-size:22px;line-height:32px}.ReviewPost_review__7Utk5 .ReviewPost_noImages__LASkq{width:100%;font-size:13px;line-height:20px;padding:26px 8px;font-weight:400;text-align:center;color:#365a87}.ReviewPost_review__7Utk5 .ReviewPost_subInfo__lVuVX{display:flex;justify-content:space-between}.ReviewPost_review__7Utk5 .ReviewPost_subInfo__lVuVX .ReviewPost_date__l6chu{font-weight:400;font-size:12px;line-height:17px;color:#365a87}.ReviewPost_review__7Utk5 .ReviewPost_subInfo__lVuVX .ReviewPost_detail__Zujli{display:inline-flex}.ReviewPost_review__7Utk5 .ReviewPost_subInfo__lVuVX .ReviewPost_detail__Zujli .ReviewPost_text__E9zzN{font-weight:400;font-size:12px;line-height:17px;color:#365a87;margin-right:4px}}.styles_title__6GsAA{font-size:36px;text-align:center;color:#365a87;font-weight:700;margin-bottom:40px}.styles_visual__JFjuL{background-image:url(/images/spring_sakura.jpg);background-size:cover;background-position:top;margin-bottom:80px}.styles_flexContainer__ufvSd{max-width:1024px;margin:0 auto;padding:30px 0;display:flex;align-items:center;position:relative;min-height:400px}.styles_text__79HbF{position:absolute;left:0;font-size:48px;color:#fff;font-weight:700}.styles_image__d_fjZ{position:absolute;right:0;max-width:50%;height:auto}.styles_usage__nd2kl{margin-bottom:80px}.styles_usage__nd2kl .styles_title__6GsAA{font-size:36px;text-align:center;color:#002551;font-weight:700;margin-bottom:30px}.styles_usage__nd2kl .styles_content__4xL1x{display:flex;flex-direction:row;justify-content:space-between;overflow-x:auto;width:100%;max-width:1024px;margin:0 auto 30px;box-sizing:border-box}.styles_usage__nd2kl .styles_content__4xL1x .styles_step__431oP{flex:1 0 30%;margin:0 10px;box-sizing:border-box}.styles_usage__nd2kl .styles_content__4xL1x .styles_step__431oP .styles_illustration__j_mFz{width:100%}.styles_usage__nd2kl .styles_content__4xL1x .styles_step__431oP .styles_mainLabel__Mksdu{display:flex;align-items:center}.styles_usage__nd2kl .styles_content__4xL1x .styles_step__431oP .styles_mainLabel__Mksdu .styles_number__kDfhq{font-size:24px;margin-right:8px;color:#002551}.styles_usage__nd2kl .styles_content__4xL1x .styles_step__431oP .styles_mainLabel__Mksdu .styles_label__5jW2H{font-size:20px;color:#002551;font-weight:700}.styles_usage__nd2kl .styles_content__4xL1x .styles_step__431oP .styles_stepText__kRXKt{font-size:16px;color:#002551}.styles_tv__F8ktV{max-width:1024px;margin:0 auto 80px}.styles_tv__F8ktV .styles_title__6GsAA{font-size:36px;text-align:center;color:#002551;font-weight:700;margin-bottom:24px}.styles_tv__F8ktV .styles_subTitle__YD9l7{margin-bottom:36px}.styles_tv__F8ktV .styles_subTitle__YD9l7 .styles_introduction__8EbeC{text-align:center;color:#002551}.styles_tv__F8ktV .styles_container__YJPlC{display:flex;gap:20px}.styles_tv__F8ktV .styles_grid__9sCJR{flex:1 1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-bottom:36px}.styles_tv__F8ktV .styles_grid__9sCJR img{width:100%;height:auto}.styles_tv__F8ktV .styles_video__FZqrr{flex:1 1;text-align:center}.styles_tv__F8ktV .styles_video__FZqrr iframe{width:100%;height:auto;aspect-ratio:16/9}.styles_start__TUhP3{text-align:center}.styles_listPrefectureContainer__Ejpbe{max-width:1024px;margin:0 auto}.styles_testimonials__2DP6R{max-width:1024px;margin:0 auto 80px;padding:0 16px}.styles_testimonials__2DP6R .styles_title__6GsAA{font-size:36px;text-align:center;color:#002551;font-weight:700;margin-bottom:40px}.styles_testimonials__2DP6R .styles_testimonialsGrid__pkoQY{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.styles_testimonials__2DP6R .styles_testimonialCard__K54Bk{background-color:#f9f9f9;border-radius:8px;padding:24px;display:flex;flex-direction:column}.styles_testimonials__2DP6R .styles_cardHeader__8u_Uv{display:flex;align-items:center;margin-bottom:16px}.styles_testimonials__2DP6R .styles_avatar__2A_2B{width:60px;height:60px;border-radius:50%;margin-right:16px}.styles_testimonials__2DP6R .styles_userInfo__p2GmK .styles_userName__vJ3OY{font-size:18px;font-weight:700;color:#002551}.styles_testimonials__2DP6R .styles_userInfo__p2GmK .styles_userDetails__wXJ1n{font-size:14px;color:#666}.styles_testimonials__2DP6R .styles_comment__z1X1v{font-size:16px;line-height:1.6;color:#333}.styles_userPosts__ZN_GA{margin:0 auto 80px;padding:0 16px;max-width:1024px;width:100%;box-sizing:border-box}.styles_userPosts__ZN_GA .styles_title__6GsAA{font-size:36px;text-align:center;color:#002551;font-weight:700;margin-bottom:40px}.styles_userPosts__ZN_GA .styles_userPostsGrid__zjpxR{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;justify-content:center;box-sizing:border-box}@media(max-width:1024px)and (min-width:768px){.styles_text__79HbF{left:16px}.styles_image__d_fjZ{right:16px}.styles_usage__nd2kl .styles_title__6GsAA{font-size:30px}.styles_usage__nd2kl .styles_content__4xL1x{flex-wrap:wrap;justify-content:center}.styles_usage__nd2kl .styles_content__4xL1x .styles_step__431oP{flex:1 0 45%;max-width:45%;margin:10px;box-sizing:border-box}}@media(max-width:768px){.styles_flexContainer__ufvSd{display:block;padding:48px 0;background-position:100%;min-height:360px}.styles_text__79HbF{font-size:40px;position:relative;text-align:center;margin-bottom:24px}.styles_image__d_fjZ{position:absolute;right:0;left:0;margin:0 auto;max-width:50%;min-width:320px;height:auto}.styles_usage__nd2kl .styles_title__6GsAA{font-size:24px}.styles_usage__nd2kl .styles_content__4xL1x{flex-wrap:wrap;justify-content:center}.styles_usage__nd2kl .styles_content__4xL1x .styles_step__431oP{flex:1 0 45%;max-width:45%;margin:6px 6px 18px;box-sizing:border-box}.styles_usage__nd2kl .styles_content__4xL1x .styles_step__431oP .styles_mainLabel__Mksdu .styles_number__kDfhq{font-size:20px;margin-right:6px}.styles_usage__nd2kl .styles_content__4xL1x .styles_step__431oP .styles_mainLabel__Mksdu .styles_label__5jW2H{font-size:16px}.styles_usage__nd2kl .styles_content__4xL1x .styles_step__431oP .styles_stepText__kRXKt{font-size:14px}.styles_tv__F8ktV{max-width:1024px;margin:0 auto 80px;padding:0 16px}.styles_tv__F8ktV .styles_title__6GsAA{font-size:24px;margin-bottom:24px}.styles_tv__F8ktV .styles_subTitle__YD9l7{margin-bottom:20px}.styles_tv__F8ktV .styles_container__YJPlC{display:block;gap:20px;margin-bottom:30px}.styles_tv__F8ktV .styles_grid__9sCJR{flex:1 1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-bottom:24px}.styles_tv__F8ktV .styles_grid__9sCJR img{width:100%;height:auto}.styles_tv__F8ktV .styles_video__FZqrr{flex:1 1;text-align:center}.styles_tv__F8ktV .styles_video__FZqrr iframe{width:100%;height:auto;aspect-ratio:16/9}.styles_testimonials__2DP6R .styles_title__6GsAA{font-size:24px}.styles_testimonials__2DP6R .styles_testimonialsGrid__pkoQY{grid-template-columns:1fr}.styles_userPosts__ZN_GA .styles_title__6GsAA{font-size:24px}.styles_userPosts__ZN_GA .styles_userPostsGrid__zjpxR{grid-template-columns:1fr}}.LoadingScreen_screen__PDn_Q{position:relative;z-index:50}.LoadingScreen_screen__PDn_Q .LoadingScreen_background__Amj2j{position:fixed;inset:0;background-color:hsla(0,0%,100%,.5);z-index:10}.LoadingScreen_screen__PDn_Q .LoadingScreen_card__VEqqL{position:fixed;inset:0;z-index:50;background-color:transparent;display:flex;align-items:center;justify-content:center}.LoadingScreen_screen__PDn_Q .LoadingScreen_card__VEqqL .LoadingScreen_icon__fb_HY{animation:LoadingScreen_spin__bc9gr 1s linear infinite}@keyframes LoadingScreen_spin__bc9gr{to{transform:rotate(1turn)}}.styles_account__Lb2Lw{background-color:#fff;border-radius:8px;padding:24px}.styles_account__Lb2Lw .styles_title__UIJJH{font-weight:700;font-size:18px;line-height:26px;margin-bottom:20px;color:#002551}.styles_account__Lb2Lw .styles_info__e0vaX{padding:8px 12px;border-radius:4px;font-weight:400;font-size:14px;line-height:24px;margin-bottom:32px;color:#002551;background-color:#eff8ff}.styles_account__Lb2Lw .styles_buttonContainer__dLwFv{text-align:center}.ProfileSetting_userSetting__YI_XM{background-color:#fff;border-radius:8px;padding:24px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_title__eLCn7{color:#002551;font-weight:700;font-size:18px;line-height:26px;margin-bottom:32px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX{display:flex;justify-content:space-between;margin-bottom:32px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userIcon__My1UL{display:flex;justify-content:center;align-items:center;border-radius:50%;overflow:hidden;width:100px;height:100px;position:relative}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userIcon__My1UL .ProfileSetting_fileInput__wIMor{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:4}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userIcon__My1UL .ProfileSetting_iconOverlay__snxrG{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.4);z-index:2}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userIcon__My1UL .ProfileSetting_iconImage__xtTaD{width:100%;height:100%;object-fit:cover;position:absolute;z-index:1}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userIcon__My1UL .ProfileSetting_infomation__6zRx2{position:absolute;z-index:3;display:flex;flex-direction:column;align-items:center}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userIcon__My1UL .ProfileSetting_infomation__6zRx2 .ProfileSetting_imageIcon__8MGCe{width:20px;height:20px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userIcon__My1UL .ProfileSetting_infomation__6zRx2 .ProfileSetting_changeText__g9boM{color:#fff;font-weight:700;font-size:11px;line-height:16px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userName__Xnunq{width:calc(100% - 148px);margin-bottom:32px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userName__Xnunq .ProfileSetting_label__CjnbS{font-weight:700;font-size:14px;line-height:24px;color:#535353;margin-bottom:12px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userName__Xnunq .ProfileSetting_label__CjnbS .ProfileSetting_required__x8oOz{font-weight:700;font-size:11px;line-height:16px;color:#ff462e}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userName__Xnunq .ProfileSetting_input__qZDzG{width:calc(100% - 34px);padding:12px 16px;border:1px solid #bebebe;border-radius:4px;margin-bottom:8px;color:#002551;font-weight:400;font-size:16px;line-height:24px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userName__Xnunq .ProfileSetting_error__XCciR{font-weight:400;font-size:13px;line-height:20px;border:2px solid #ff462e}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userName__Xnunq .ProfileSetting_caution__dmvSn{display:flex;justify-content:space-between}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userName__Xnunq .ProfileSetting_caution__dmvSn .ProfileSetting_cautionContent__XW_eW .ProfileSetting_message__9_C4_{font-weight:700;font-size:11px;line-height:16px;color:#ff462e}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userName__Xnunq .ProfileSetting_caution__dmvSn .ProfileSetting_counter__oqRwV{color:#535353;font-weight:400;font-size:13px;line-height:20px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userIntroduction__oMObf{margin-bottom:64px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userIntroduction__oMObf .ProfileSetting_label__CjnbS{font-weight:700;font-size:14px;line-height:24px;margin-bottom:12px;color:#535353}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userIntroduction__oMObf .ProfileSetting_label__CjnbS .ProfileSetting_required__x8oOz{font-weight:700;font-size:11px;line-height:16px;color:#ff462e}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userIntroduction__oMObf .ProfileSetting_input__qZDzG{width:calc(100% - 32px);height:230px;padding:12px 16px;border:1px solid #ccc;border-radius:4px;font-size:16px;resize:vertical;color:#002551;font-weight:400;font-size:14px;line-height:24px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userIntroduction__oMObf .ProfileSetting_error__XCciR{border:2px solid #ff462e}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userIntroduction__oMObf .ProfileSetting_caution__dmvSn{display:flex;justify-content:space-between}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userIntroduction__oMObf .ProfileSetting_caution__dmvSn .ProfileSetting_cautionContent__XW_eW .ProfileSetting_message__9_C4_{font-weight:700;font-size:11px;line-height:16px;color:#ff462e}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userIntroduction__oMObf .ProfileSetting_caution__dmvSn .ProfileSetting_counter__oqRwV{color:#535353;font-weight:400;font-size:13px;line-height:20px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_buttonContainer__WYIZT{text-align:center}@media(max-width:1024px){.ProfileSetting_userSetting__YI_XM{padding:16px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_title__eLCn7{font-size:14px;line-height:24px;margin-bottom:20px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX{margin-bottom:20px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userIcon__My1UL{width:84px;height:84px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userIcon__My1UL .ProfileSetting_infomation__6zRx2 .ProfileSetting_imageIcon__8MGCe{width:16px;height:16px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userIcon__My1UL .ProfileSetting_infomation__6zRx2 .ProfileSetting_changeText__g9boM{font-weight:400;font-size:10px;line-height:17px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userName__Xnunq{width:calc(100% - 96px);margin-bottom:0}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userName__Xnunq .ProfileSetting_label__CjnbS{font-size:13px;line-height:19px;margin-bottom:8px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userName__Xnunq .ProfileSetting_label__CjnbS .ProfileSetting_required__x8oOz{font-size:10px;line-height:17px;font-weight:400}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userName__Xnunq .ProfileSetting_input__qZDzG{width:calc(100% - 18px);padding:8px;margin-bottom:8px;font-weight:400;font-size:16px;line-height:24px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userInfo__F5fXX .ProfileSetting_userName__Xnunq .ProfileSetting_caution__dmvSn .ProfileSetting_cautionContent__XW_eW .ProfileSetting_message__9_C4_{font-weight:700;font-size:11px;line-height:16px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userIntroduction__oMObf{margin-bottom:36px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userIntroduction__oMObf .ProfileSetting_label__CjnbS{font-size:13px;line-height:19px;margin-bottom:8px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userIntroduction__oMObf .ProfileSetting_input__qZDzG{width:calc(100% - 32px);height:230px;padding:12px 16px;font-size:16px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userIntroduction__oMObf .ProfileSetting_caution__dmvSn .ProfileSetting_cautionContent__XW_eW .ProfileSetting_message__9_C4_{font-weight:700;font-size:11px;line-height:16px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_userIntroduction__oMObf .ProfileSetting_caution__dmvSn .ProfileSetting_counter__oqRwV{color:#535353;font-weight:400;font-size:13px;line-height:20px}.ProfileSetting_userSetting__YI_XM .ProfileSetting_buttonContainer__WYIZT{text-align:center}}.Button_button__MUdnx{display:inline-block;padding:12px 20px;border-radius:4px;cursor:pointer;border:none}.Button_button__MUdnx .Button_label__ZrPv4{color:#fff;font-style:normal;font-weight:700;font-size:14px;line-height:24px}.Button_button__MUdnx:hover{opacity:.8}.Button_button__MUdnx.Button_disabled__AYpJz{cursor:not-allowed;background-color:#365a87;opacity:.5}.Button_primary__K5y_r{background-color:#002551}.Button_primary__K5y_r .Button_label__ZrPv4{color:#fff}.Button_disable__n9RA6{background-color:#365a87}.Button_disable__n9RA6 .Button_label__ZrPv4{color:#fff}.Button_white__SX2OV{background-color:#fff;border:1px solid #002551}.Button_white__SX2OV .Button_label__ZrPv4{color:#002551}.Button_accent__Pg5ID{background-color:#33b5ff}.Button_accent__Pg5ID .Button_label__ZrPv4{color:#fff}@media(max-width:768px){.Button_button__MUdnx .Button_label__ZrPv4{font-size:13px;line-height:19px}}.LoginForm_warapper___6ONK{width:100%;position:relative}.LoginForm_warapper___6ONK .LoginForm_loginForm__l4MuS{width:520px;margin:0 auto;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:8px;padding:24px 0}.LoginForm_warapper___6ONK .LoginForm_loginForm__l4MuS .LoginForm_title__e_nyH{color:#002551;padding-bottom:24px;text-align:center;font-style:normal;font-weight:700;font-size:22px;line-height:32px}.LoginForm_warapper___6ONK .LoginForm_loginForm__l4MuS .LoginForm_content__iW7In{margin:0 24px;padding:24px 0;background-color:#f6f7f9;border-radius:4px}.LoginForm_warapper___6ONK .LoginForm_loginForm__l4MuS .LoginForm_content__iW7In .LoginForm_lineIcon__HRCs3{text-align:center;height:40px;margin-bottom:12px}.LoginForm_warapper___6ONK .LoginForm_loginForm__l4MuS .LoginForm_content__iW7In .LoginForm_lineIcon__HRCs3 img{width:40px;height:40px;margin:0 auto}.LoginForm_warapper___6ONK .LoginForm_loginForm__l4MuS .LoginForm_content__iW7In .LoginForm_loginInfo__XKirE{color:#002551;text-align:center;margin-bottom:24px}.LoginForm_warapper___6ONK .LoginForm_loginForm__l4MuS .LoginForm_content__iW7In .LoginForm_buttonContainer__A1v75{text-align:center}@media(max-width:768px){.LoginForm_warapper___6ONK{width:auto;margin:0 16px}.LoginForm_warapper___6ONK .LoginForm_loginForm__l4MuS{width:100%;padding:20px 0}.LoginForm_warapper___6ONK .LoginForm_loginForm__l4MuS .LoginForm_title__e_nyH{font-size:22px;line-height:32px}.LoginForm_warapper___6ONK .LoginForm_loginForm__l4MuS .LoginForm_content__iW7In{margin:0 20px;padding:20px 0;border-radius:4px}.LoginForm_warapper___6ONK .LoginForm_loginForm__l4MuS .LoginForm_content__iW7In .LoginForm_lineIcon__HRCs3 img{width:40px;height:40px;margin:0 auto}.LoginForm_warapper___6ONK .LoginForm_loginForm__l4MuS .LoginForm_content__iW7In .LoginForm_loginInfo__XKirE{font-size:13px;line-height:20px;margin-bottom:20px}}.SpotCollectionsHeading_heading__DN9Mo{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.SpotCollectionsHeading_heading__DN9Mo .SpotCollectionsHeading_title__skRmh{font-weight:700;font-size:24px;line-height:32px;color:#002551;margin-bottom:8px}.SpotCollectionsHeading_heading__DN9Mo .SpotCollectionsHeading_actionBtn__BAWnr{display:flex;align-items:center;gap:20px;margin-left:8px}.SpotCollectionsHeading_heading__DN9Mo .SpotCollectionsHeading_actionBtn__BAWnr .SpotCollectionsHeading_bookMarkBtn__6Ko4w,.SpotCollectionsHeading_heading__DN9Mo .SpotCollectionsHeading_actionBtn__BAWnr .SpotCollectionsHeading_likeBtn__nIWkj{width:48px;height:48px}.SpotCollectionsHeading_eventDates__75T55{display:flex;gap:8px;align-items:center;font-weight:700;font-size:20px;line-height:28px;margin-bottom:6px;flex-wrap:wrap}.SpotCollectionsHeading_eventDates__75T55 .SpotCollectionsHeading_eventDatesText__i2DVM{color:#002551;flex:1 1;min-width:250px}.SpotCollectionsHeading_eventDates__75T55 .SpotCollectionsHeading_eventStatus__wC49L{color:#fff;width:-moz-fit-content;width:fit-content;padding:4px 12px;border-radius:4px;text-align:center;flex-shrink:0}.SpotCollectionsHeading_eventDates__75T55 .SpotCollectionsHeading_ongoing__7JCay{background-color:#d43131}.SpotCollectionsHeading_eventDates__75T55 .SpotCollectionsHeading_very_soon__Tnu7E{background-color:orange}.SpotCollectionsHeading_eventDates__75T55 .SpotCollectionsHeading_upcoming__S3AN4{background-color:#3374c1}.SpotCollectionsHeading_eventDates__75T55 .SpotCollectionsHeading_ended__eKhDk{background-color:#535353}.SpotCollectionsHeading_address__K3H_D{display:flex;align-items:center;margin-bottom:20px}.SpotCollectionsHeading_address__K3H_D .SpotCollectionsHeading_date__cCF_p{display:flex;align-items:center}.SpotCollectionsHeading_address__K3H_D .SpotCollectionsHeading_date__cCF_p .SpotCollectionsHeading_addressText__8l8c_{padding-right:8px;font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#365a87}.SpotCollectionsHeading_address__K3H_D .SpotCollectionsHeading_actionBtn__BAWnr{display:none}@media(max-width:768px){.SpotCollectionsHeading_heading__DN9Mo .SpotCollectionsHeading_actionBtn__BAWnr{display:none}.SpotCollectionsHeading_address__K3H_D{display:flex;align-items:center;justify-content:space-between}.SpotCollectionsHeading_address__K3H_D .SpotCollectionsHeading_actionBtn__BAWnr{display:flex;gap:12px}}.NewsArticleLayout_container__67A0W{max-width:1024px;margin:0 auto;color:#002551}.NewsArticleLayout_container__67A0W .NewsArticleLayout_newsImage__0yXnd{position:relative;width:100%;margin:1rem 0 20px;border-radius:8px;overflow:hidden;display:flex;justify-content:center}.NewsArticleLayout_container__67A0W .NewsArticleLayout_buttonContainer__yzxo3{text-align:center}.Tag_tag__qMo25{width:-moz-fit-content;width:fit-content;padding:8px;border-radius:4px;display:inline-block;cursor:pointer;text-decoration:none}.Tag_tag__qMo25 .Tag_title__R93_w{font-size:11px;line-height:16px;font-weight:700;color:#fff;text-decoration:none;white-space:nowrap;display:flex;justify-content:center;align-items:center}.Tag_tag__qMo25 .Tag_mark__zCuO3{padding:0 8px;color:#fff}.Tag_category__XGT_D,.Tag_genre__o7uYh{background-color:#365a87}.Tag_area__JrXno,.Tag_interest__BryXJ{background-color:#002551}.Tag_railway__uDj8m{background-color:#3374c1}.Tag_accent__Aqjna{background-color:#33b5ff}.Tag_tag__qMo25:hover{box-shadow:0 2px 8px rgba(0,0,0,.2)}.Tag_noPointer__CmqiD{cursor:default!important}.TagGround_tagGround__5Buy4{padding:24px}.TagGround_tagGround__5Buy4 .TagGround_heading__OIJGV{margin-bottom:24px}.TagGround_tagGround__5Buy4 .TagGround_tags__Abx7U{display:inline-flex;flex-wrap:wrap}.TagGround_tagGround__5Buy4 .TagGround_tags__Abx7U .TagGround_tag__T0_5_{margin-bottom:8px;margin-right:8px}@media(max-width:768px){.TagGround_tagGround__5Buy4{padding:16px}.TagGround_tagGround__5Buy4 .TagGround_heading__OIJGV{margin-bottom:16px}}.CollectionCard_collectionCard__NvD3U{display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.08);border-radius:8px;cursor:pointer;overflow:hidden}.CollectionCard_collectionCard__NvD3U .CollectionCard_thumbnail__pwQen{position:relative;width:100%;aspect-ratio:1200/630;overflow:hidden;border-radius:8px 8px 0 0}.CollectionCard_collectionCard__NvD3U .CollectionCard_thumbnail__pwQen .CollectionCard_img__OViqS{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.CollectionCard_collectionCard__NvD3U .CollectionCard_data__KBajv{padding:12px;flex-grow:1;display:flex;flex-direction:column}.CollectionCard_collectionCard__NvD3U .CollectionCard_data__KBajv .CollectionCard_heading__OYcIP{font-style:normal;font-weight:700;font-size:14px;line-height:1.5;color:#002551;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:8px}.CollectionCard_collectionCard__NvD3U .CollectionCard_data__KBajv .CollectionCard_date__5NUT1{font-style:normal;font-weight:400;font-size:11px;line-height:1.5;color:#002551}.CollectionCard_collectionCard__NvD3U .CollectionCard_data__KBajv .CollectionCard_date__5NUT1:last-child{margin-top:auto}.CollectionCard_collectionCard__NvD3U:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px);transition:all .2s ease-in-out}.SpotCard_spotCard__5Y877{padding:12px;border-radius:8px;border:1px solid #e5e5e5;box-shadow:0 1px 8px rgba(0,0,0,.05);cursor:pointer;background-color:#fff}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl{width:100%;display:flex;margin-bottom:8px}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl .SpotCard_spotIcon__2NM1M{flex:0 0 88px;width:88px;height:88px;margin-right:16px}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl .SpotCard_spotIcon__2NM1M img{width:88px}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl .SpotCard_spotInfomation__wCLJc{flex:1 1;overflow:hidden}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl .SpotCard_spotInfomation__wCLJc .SpotCard_title__i01PO{font-weight:700;font-size:18px;line-height:26px;color:#002551}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl .SpotCard_spotInfomation__wCLJc .SpotCard_text__bQusM{font-weight:400;font-size:13px;line-height:20px;color:#365a87;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl .SpotCard_spotInfomation__wCLJc .SpotCard_detailText__iUmuC{flex-shrink:0;display:none}.SpotCard_spotCard__5Y877 .SpotCard_bottomSection__I33jH{display:flex;justify-content:space-between;align-items:end}.SpotCard_spotCard__5Y877 .SpotCard_bottomSection__I33jH .SpotCard_tags__k9Mrl{display:flex;flex-wrap:wrap;gap:8px}.SpotCard_spotCard__5Y877 .SpotCard_bottomSection__I33jH .SpotCard_detail__s_QEH{margin-left:auto;flex-shrink:0}.SpotCard_spotCard__5Y877 .SpotCard_bottomSection__I33jH .SpotCard_detail__s_QEH .SpotCard_detailText__iUmuC{flex-shrink:0;font-weight:700;font-size:11px;line-height:16px;text-align:right;cursor:pointer;color:#002551}.SpotCard_spotCard__5Y877 .SpotCard_bottomSection__I33jH .SpotCard_detail__s_QEH .SpotCard_detailText__iUmuC:hover{text-decoration:underline}.SpotCard_spotCard__5Y877:hover{box-shadow:0 2px 8px rgba(0,0,0,.2)}@media(max-width:768px){.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl{display:inline-flex;margin-bottom:0}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl .SpotCard_spotIcon__2NM1M{flex:0 0 88px;width:88px!important;height:88px!important}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl .SpotCard_spotIcon__2NM1M img{width:88px}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl .SpotCard_spotInfomation__wCLJc{flex:1 1;width:auto;overflow:hidden;position:relative}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl .SpotCard_spotInfomation__wCLJc .SpotCard_title__i01PO{font-size:14px;line-height:24px}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl .SpotCard_spotInfomation__wCLJc .SpotCard_text__bQusM{font-size:10px;line-height:17px}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl .SpotCard_spotInfomation__wCLJc .SpotCard_detailText__iUmuC{flex-shrink:0;position:absolute;bottom:0;right:0;display:block;font-weight:700;font-size:11px;line-height:16px;text-align:right;cursor:pointer;color:#002551}.SpotCard_spotCard__5Y877 .SpotCard_topSection__s1GCl .SpotCard_spotInfomation__wCLJc .SpotCard_detailText__iUmuC:hover{text-decoration:underline}.SpotCard_spotCard__5Y877 .SpotCard_bottomSection__I33jH{display:none}}.ArticlesHeading_heading__mF__6{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.ArticlesHeading_heading__mF__6 .ArticlesHeading_title___NJLo{font-weight:700;font-size:24px;line-height:32px;color:#002551;margin-bottom:8px}.ArticlesHeading_heading__mF__6 .ArticlesHeading_actionBtn__f3upA{display:flex;align-items:center;gap:20px;margin-left:8px}.ArticlesHeading_heading__mF__6 .ArticlesHeading_actionBtn__f3upA .ArticlesHeading_bookMarkBtn__tgID2,.ArticlesHeading_heading__mF__6 .ArticlesHeading_actionBtn__f3upA .ArticlesHeading_likeBtn__tEyfU{width:48px;height:48px}.ArticlesHeading_eventDates__R_3BA{display:flex;gap:8px;align-items:center;font-weight:700;font-size:20px;line-height:28px;margin-bottom:6px;flex-wrap:wrap}.ArticlesHeading_eventDates__R_3BA .ArticlesHeading_eventDatesText__yaVCy{color:#002551;flex:1 1;min-width:250px}.ArticlesHeading_eventDates__R_3BA .ArticlesHeading_eventStatus__TVNC8{color:#fff;width:-moz-fit-content;width:fit-content;padding:4px 12px;border-radius:4px;text-align:center;flex-shrink:0}.ArticlesHeading_eventDates__R_3BA .ArticlesHeading_ongoing__dYVmP{background-color:#d43131}.ArticlesHeading_eventDates__R_3BA .ArticlesHeading_very_soon__1Zoyz{background-color:orange}.ArticlesHeading_eventDates__R_3BA .ArticlesHeading_upcoming__IukEX{background-color:#3374c1}.ArticlesHeading_eventDates__R_3BA .ArticlesHeading_ended__InJyG{background-color:#535353}.ArticlesHeading_address__qmX1I{display:flex;align-items:center;margin-bottom:20px}.ArticlesHeading_address__qmX1I .ArticlesHeading_date__YwVOa{display:flex;align-items:center}.ArticlesHeading_address__qmX1I .ArticlesHeading_date__YwVOa .ArticlesHeading_addressText__7ln4Y{padding-right:8px;font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#365a87}.ArticlesHeading_address__qmX1I .ArticlesHeading_actionBtn__f3upA{display:none}@media(max-width:768px){.ArticlesHeading_heading__mF__6 .ArticlesHeading_actionBtn__f3upA{display:none}.ArticlesHeading_address__qmX1I{display:flex;align-items:center;justify-content:space-between}.ArticlesHeading_address__qmX1I .ArticlesHeading_actionBtn__f3upA{display:flex;gap:12px}}.H3_h3Component__F6dfn{font-weight:700;font-size:18px;line-height:26px;color:#002551}.SpotCollectionCard_spotCollectionCard__GJhmE{display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.08);border-radius:8px;cursor:pointer;overflow:hidden}.SpotCollectionCard_spotCollectionCard__GJhmE .SpotCollectionCard_thumbnail__dh7Lk{position:relative;width:100%;aspect-ratio:1200/630;overflow:hidden;border-radius:8px 8px 0 0}.SpotCollectionCard_spotCollectionCard__GJhmE .SpotCollectionCard_thumbnail__dh7Lk .SpotCollectionCard_img__lH2sY{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.SpotCollectionCard_spotCollectionCard__GJhmE .SpotCollectionCard_data__UoKUG{padding:12px;flex-grow:1;display:flex;flex-direction:column}.SpotCollectionCard_spotCollectionCard__GJhmE .SpotCollectionCard_data__UoKUG .SpotCollectionCard_heading__BTKqK{font-style:normal;font-weight:700;font-size:14px;line-height:1.5;color:#002551;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-bottom:8px}.SpotCollectionCard_spotCollectionCard__GJhmE .SpotCollectionCard_data__UoKUG .SpotCollectionCard_date__MUaAM{font-style:normal;font-weight:400;font-size:11px;line-height:1.5;color:#002551}.SpotCollectionCard_spotCollectionCard__GJhmE .SpotCollectionCard_data__UoKUG .SpotCollectionCard_date__MUaAM:last-child{margin-top:auto}.SpotCollectionCard_spotCollectionCard__GJhmE:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px);transition:all .2s ease-in-out}.styles_container__ZFJ6V{width:100%;max-width:1024px;margin:24px auto 0}.styles_groundBox__qKx7v{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);margin-bottom:24px}.styles_warningBox__aFUnL{margin:24px;color:#002551;display:flex;flex-direction:column;gap:8px}.styles_warningBox__aFUnL .styles_text__Cbj1L{font-size:14px}@media(max-width:768px){.styles_groundBox__qKx7v,.styles_warningBox__aFUnL{margin:0 16px 16px}}.styles_container__uwcLJ{width:100%;max-width:1024px;margin:24px auto 0}.styles_container__uwcLJ .styles_warningtext__a0rNm{margin:16px 0}.styles_container__uwcLJ .styles_warningtext__a0rNm .styles_link__oYpEP{color:#365a87;text-decoration:underline}.styles_container__uwcLJ .styles_versionInfo__H0qIf{font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#365a87;margin:0 16px 16px}.styles_groundBox__n8dgT{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);margin-bottom:24px}.styles_warningBox__TDEoD{margin:24px;color:#002551;display:flex;flex-direction:column;gap:8px}.styles_warningBox__TDEoD .styles_text__ui36j{font-size:14px}@media(max-width:768px){.styles_groundBox__n8dgT,.styles_warningBox__TDEoD{margin:0 16px 16px}}.styles_container__YmLPv{width:100%;max-width:1024px;margin:24px auto 0}.styles_groundBox__Xq1Zf{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);margin-bottom:24px}.styles_warningBox__5yxTG{margin:24px;color:#002551;display:flex;flex-direction:column;gap:8px}.styles_warningBox__5yxTG .styles_text__22KJ5{font-size:14px}@media(max-width:768px){.styles_groundBox__Xq1Zf,.styles_warningBox__5yxTG{margin:0 16px 16px}}.VersionNotice_text__nMOhP{color:#002551;font-size:14px}.BookMarkButton_bookmark__i__vw,.BookMarkButton_bookmarked__fLoUu{width:40px;height:40px;border:1px solid transparent;border-radius:50%;display:flex;align-items:center;justify-content:space-between;padding:10px}.BookMarkButton_bookmark__i__vw .BookMarkButton_icon__CsQdt,.BookMarkButton_bookmarked__fLoUu .BookMarkButton_icon__CsQdt{width:100%;height:100%}.BookMarkButton_bookmarked__fLoUu{background-color:#2fed4c}.BookMarkButton_bookmark__i__vw{background-color:#ecebeb}.styles_wrapper__A7_pu{max-width:1024px;margin:0 auto}.styles_container__MY3N4{display:grid;grid-template-columns:260px 1fr;align-items:start;grid-gap:24px;gap:24px}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16{background-color:#fff;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:8px;gap:20px}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_tags__g9HXJ{display:inline-flex;margin-bottom:20px}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_tags__g9HXJ .styles_tag__cTSXE{margin-right:8px}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_sectionLine__Gixvg{color:#bebebe;border:none;border-top:1px solid #bebebe;margin-bottom:20px}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_eventBanner__qK0kA{background-image:url(/images/ogp/base_default.png);background-size:cover;width:100%;background-position:50%;padding-bottom:52.5%;margin-bottom:20px;position:relative;text-align:center}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_eventBanner__qK0kA .styles_eventTitle__IoOqP{color:#002551;font-size:3rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_spotOverview___XM00 .styles_spotOverviewTitle__G79p5{font-weight:700;font-size:20px;line-height:32px;border-bottom:4px solid #33b5ff;margin-bottom:20px;color:#002551}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_spotOverview___XM00 .styles_spotOverviewContent__mkZUT{background-color:#fff;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:8px}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_spotOverview___XM00 .styles_spotOverviewContent__mkZUT .styles_cards__NhyGh{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;box-sizing:border-box}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_spotOverviewCard__0LDo0{display:flex;flex-direction:column;gap:20px}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_spotOverviewCard__0LDo0 h2{font-weight:700;font-size:20px;line-height:32px;border-left:4px solid #33b5ff;padding-left:4px;margin-top:30px;margin-bottom:30px;color:#002551}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_spotOverviewCard__0LDo0 .styles_spotOverviewCardContent__hDLFf h3{font-weight:700;font-size:18px;line-height:23px;margin-bottom:20px;color:#002551}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_spotOverviewCard__0LDo0 .styles_spotOverviewCardContent__hDLFf .styles_spotOverviewCardContentText__QWY1i p{font-weight:400;font-size:16px;line-height:28px;margin-bottom:20px;color:#002551}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_spotOverviewCard__0LDo0 .styles_spotOverviewCardContent__hDLFf .styles_spotOverviewCardContentText__QWY1i ol,.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_spotOverviewCard__0LDo0 .styles_spotOverviewCardContent__hDLFf .styles_spotOverviewCardContentText__QWY1i ul{margin-bottom:20px;padding-left:20px}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_spotOverviewCard__0LDo0 .styles_spotOverviewCardContent__hDLFf .styles_spotOverviewCardContentText__QWY1i ol li,.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_spotOverviewCard__0LDo0 .styles_spotOverviewCardContent__hDLFf .styles_spotOverviewCardContentText__QWY1i ul li{font-weight:400;font-size:15px;line-height:28px;list-style-position:outside;color:#002551;padding-left:0;text-indent:0}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_spotOverviewCard__0LDo0 .styles_spotOverviewCardContent__hDLFf .styles_eventPostLinks__sLlCu{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:16px;gap:16px;box-sizing:border-box}.styles_container__MY3N4 .styles_intro__3gsL9 .styles_groundBox__sMv98{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);margin-bottom:24px}@media(max-width:1024px){.styles_container__MY3N4{display:flex;flex-direction:column;grid-template-columns:1fr;margin-bottom:16px}.styles_container__MY3N4 .styles_intro__3gsL9{order:-1}}@media(max-width:768px){.styles_container__MY3N4 .styles_intro__3gsL9 .styles_introBox__mUZ16 .styles_spotOverview___XM00 .styles_spotOverviewContent__mkZUT .styles_cards__NhyGh{grid-template-columns:1fr}}.styles_wrapper__BqVjt{max-width:1024px;margin:0 auto}.styles_intro__Ynamc{background-color:#fff;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:8px;gap:20px}.styles_intro__Ynamc .styles_title__V5FLs{font-weight:700;font-size:24px;line-height:32px;color:#002551;margin-bottom:8px}.styles_intro__Ynamc .styles_address__iBG1a{display:flex;align-items:center;margin-bottom:20px}.styles_intro__Ynamc .styles_address__iBG1a .styles_addressText__Jr4Jp{padding-left:8px;font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#365a87}.styles_intro__Ynamc .styles_eventBanner__rZu4R{background-image:url(/images/ogp/base_default.png);background-size:cover;background-position:50%;width:100%;margin-bottom:20px;padding-bottom:52.5%;position:relative;text-align:center}.styles_intro__Ynamc .styles_eventTitle__mzuG0{color:#002551;font-size:3rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.styles_intro__Ynamc .styles_sectionLine__jUAhZ{color:#bebebe;border:none;border-top:1px solid #bebebe;margin-bottom:20px}.styles_intro__Ynamc .styles_tags__sQIH5{display:inline-flex;margin-bottom:20px}.styles_intro__Ynamc .styles_tags__sQIH5 .styles_tag__zBXLZ{margin-right:8px}.styles_intro__Ynamc .styles_spotOverview__vy0lQ .styles_spotOverviewTitle__RxB1W{font-weight:700;font-size:20px;line-height:32px;border-bottom:4px solid #33b5ff;margin-bottom:20px;color:#002551}.styles_intro__Ynamc .styles_imageContainer__x4J_R{display:flex;overflow-x:auto;white-space:nowrap;margin-bottom:20px}.styles_intro__Ynamc .styles_imageContainer__x4J_R div img{width:100%;border-radius:4px}.styles_intro__Ynamc .styles_spotOverviewText__Ihf5B h2{font-weight:700;font-size:20px;line-height:32px;border-left:4px solid #33b5ff;padding-left:4px;margin-top:30px;margin-bottom:30px;color:#002551}.styles_intro__Ynamc .styles_spotOverviewText__Ihf5B h3{font-weight:700;font-size:18px;line-height:23px;margin-bottom:20px;color:#002551}.styles_intro__Ynamc .styles_spotOverviewText__Ihf5B p{font-weight:400;font-size:16px;line-height:28px;margin-bottom:20px;color:#002551}.styles_intro__Ynamc .styles_spotOverviewText__Ihf5B ol,.styles_intro__Ynamc .styles_spotOverviewText__Ihf5B ul{margin-bottom:20px;padding-left:20px}.styles_intro__Ynamc .styles_spotOverviewText__Ihf5B ol li,.styles_intro__Ynamc .styles_spotOverviewText__Ihf5B ul li{font-weight:400;font-size:15px;line-height:28px;list-style-position:outside;color:#002551;padding-left:0;text-indent:0}.styles_spotCard__CISrt{margin-bottom:24px}.styles_spotMain__3hnwQ{max-width:1024px;display:flex}.styles_spotMain__3hnwQ .styles_sideBar__YaeYn{width:240px;padding:24px}.styles_spotMain__3hnwQ .styles_main__Tj_t0{width:100%}@media(max-width:768px){.styles_intro__Ynamc .styles_eventTitle__mzuG0{font-size:1.2rem;width:90%}}.ArticleLists_articleLists__8KjBT{width:100%;box-sizing:border-box;padding:24px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:8px;background-color:#fff}.ArticleLists_articleLists__8KjBT .ArticleLists_cards__zJGBG{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:32px;box-sizing:border-box}.ArticleLists_articleLists__8KjBT .ArticleLists_card__tzYBR{width:calc(50% - 12px);box-sizing:border-box}.ArticleLists_articleLists__8KjBT .ArticleLists_loadMoreContainer__s60wh{margin-top:20px;text-align:center}.ArticleLists_articleLists__8KjBT .ArticleLists_loadMoreButton__OCDTF{background:none;border:none;color:#33b5ff;font-size:16px;cursor:pointer;text-decoration:none}.ArticleLists_articleLists__8KjBT .ArticleLists_loadMoreButton__OCDTF:hover{text-decoration:underline}@media(max-width:768px){.ArticleLists_articleLists__8KjBT{padding:16px}.ArticleLists_articleLists__8KjBT .ArticleLists_cards__zJGBG{display:block}.ArticleLists_articleLists__8KjBT .ArticleLists_card__tzYBR{width:100%;margin-bottom:20px}.ArticleLists_articleLists__8KjBT .ArticleLists_card__tzYBR:last-child{margin-bottom:0}}.SpotInfomation_basicInformation__Yqyn_{padding:24px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:8px;gap:20px;background-color:#fff}.SpotInfomation_basicInformation__Yqyn_ .SpotInfomation_heading__IEer2{font-style:normal;font-weight:700;font-size:22px;line-height:32px;color:#002551;margin-bottom:20px}.SpotInfomation_basicInformation__Yqyn_ .SpotInfomation_infomationItem__VUe3C{display:flex;padding-bottom:8px;margin-bottom:12px;border-bottom:1px solid #bebebe}.SpotInfomation_basicInformation__Yqyn_ .SpotInfomation_infomationItem__VUe3C .SpotInfomation_infomationLabel__gom_U{width:35%;font-weight:700;font-size:15px;line-height:22px;color:#002551}.SpotInfomation_basicInformation__Yqyn_ .SpotInfomation_infomationItem__VUe3C .SpotInfomation_infomationText__quk5A{width:65%;font-weight:400;font-size:14px;line-height:24px;color:#002551}.SpotInfomation_basicInformation__Yqyn_ .SpotInfomation_infomationItem__VUe3C .SpotInfomation_informationSNSLabel__CGVnw{display:flex;flex-direction:column;gap:8px}.SpotInfomation_basicInformation__Yqyn_ .SpotInfomation_infomationItem__VUe3C .SpotInfomation_informationSNSLabel__CGVnw .SpotInfomation_informationSNSText__W8svK{display:flex;align-items:center;gap:8px;width:75%;font-weight:400;font-size:14px;line-height:24px;color:#33b5ff}.SpotInfomation_basicInformation__Yqyn_ .SpotInfomation_note__JcCtb{color:#365a87;font-size:.7em}.SpotListOnCollections_spotListOnCollections__npEaW{width:100%;box-sizing:border-box;padding:24px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:8px;background-color:#fff}.SpotListOnCollections_spotListOnCollections__npEaW .SpotListOnCollections_heading__kxtSA{font-style:normal;font-weight:700;font-size:22px;line-height:32px;color:#002551;margin-bottom:20px}.SpotListOnCollections_spotListOnCollections__npEaW .SpotListOnCollections_cards__hVfx6{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;box-sizing:border-box}.SpotListOnCollections_spotListOnCollections__npEaW .SpotListOnCollections_card__doce1{width:100%;box-sizing:border-box}.SpotListOnCollections_spotListOnCollections__npEaW .SpotListOnCollections_loadMoreContainer__2yN6p{margin-top:20px;text-align:center}.SpotListOnCollections_spotListOnCollections__npEaW .SpotListOnCollections_loadMoreButton__PmOPK{background:none;border:none;color:#33b5ff;font-size:16px;cursor:pointer;text-decoration:none}.SpotListOnCollections_spotListOnCollections__npEaW .SpotListOnCollections_loadMoreButton__PmOPK:hover{text-decoration:underline}@media(max-width:768px){.SpotListOnCollections_spotListOnCollections__npEaW{padding:16px}.SpotListOnCollections_spotListOnCollections__npEaW .SpotListOnCollections_cards__hVfx6{grid-template-columns:1fr}}.EventPostCollectionsList_eventPostCollectionsList__ncZD8{width:100%;box-sizing:border-box;padding:24px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:8px;background-color:#fff}.EventPostCollectionsList_eventPostCollectionsList__ncZD8 .EventPostCollectionsList_heading__5OOFV{font-style:normal;font-weight:700;font-size:22px;line-height:32px;color:#002551;margin-bottom:20px}.EventPostCollectionsList_eventPostCollectionsList__ncZD8 .EventPostCollectionsList_cards__YB9cK{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;box-sizing:border-box}.EventPostCollectionsList_eventPostCollectionsList__ncZD8 .EventPostCollectionsList_card___WJjr{width:100%;box-sizing:border-box}.EventPostCollectionsList_eventPostCollectionsList__ncZD8 .EventPostCollectionsList_loadMoreContainer__zPvzz{margin-top:20px;text-align:center}.EventPostCollectionsList_eventPostCollectionsList__ncZD8 .EventPostCollectionsList_loadMoreButton__6RQuu{background:none;border:none;color:#33b5ff;font-size:16px;cursor:pointer;text-decoration:none}.EventPostCollectionsList_eventPostCollectionsList__ncZD8 .EventPostCollectionsList_loadMoreButton__6RQuu:hover{text-decoration:underline}@media(max-width:768px){.EventPostCollectionsList_eventPostCollectionsList__ncZD8{padding:16px}.EventPostCollectionsList_eventPostCollectionsList__ncZD8 .EventPostCollectionsList_cards__YB9cK{grid-template-columns:1fr}}.SpotIntroduction_intro__i_jm7{background-color:#fff;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:8px;gap:20px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_{height:auto;display:flex;justify-content:space-between;margin-bottom:20px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_spotInfo__cjj71{width:100%;max-width:730px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_spotInfo__cjj71 .SpotIntroduction_title__f1wMC{font-weight:700;font-size:24px;line-height:32px;color:#002551;margin-bottom:8px;margin-top:0}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_spotInfo__cjj71 .SpotIntroduction_address__z9V8l{display:flex;align-items:center}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_spotInfo__cjj71 .SpotIntroduction_address__z9V8l .SpotIntroduction_addressText__C97YD{padding-left:4px;font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#365a87}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_userAction__sLOSR{display:inline-flex;margin-top:12px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_userAction__sLOSR .SpotIntroduction_actionBtn__3jpLQ{margin-top:4px;margin-left:20px;margin-right:20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_userAction__sLOSR .SpotIntroduction_actionBtn__3jpLQ .SpotIntroduction_bookMarkBtn__1tWQX,.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_userAction__sLOSR .SpotIntroduction_actionBtn__3jpLQ .SpotIntroduction_likeBtn__j0FJl{width:40px;height:40px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_userAction__sLOSR .SpotIntroduction_postButton__fViZ_{width:166px;height:48px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l{display:flex;flex-direction:column}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_imageContainer__pDU2n{display:flex;overflow-x:auto;white-space:nowrap}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_imageContainer__pDU2n div{flex:0 0 auto;margin-right:10px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_imageContainer__pDU2n div img{width:200px;height:200px;border-radius:4px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_title__f1wMC{display:none}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ{margin-top:20px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_spotOverviewTitle__SwOAY{font-weight:700;font-size:16px;line-height:23px;color:#002551;margin-bottom:4px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_descriptionContainer__Ekyra{position:relative}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_spotOverviewText__PNWnq{font-weight:500;font-size:14px;line-height:24px;color:#002551;word-wrap:break-word;text-align:justify}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_spotOverviewText__PNWnq.SpotIntroduction_truncated__LLbqB{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_spotOverviewText__PNWnq h2{font-weight:700;font-size:20px;line-height:32px;border-left:4px solid #33b5ff;padding-left:4px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_spotOverviewText__PNWnq h3{font-weight:700;font-size:16px;line-height:23px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_spotOverviewText__PNWnq p{font-weight:400;font-size:15px;line-height:28px;margin-bottom:20px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_spotOverviewText__PNWnq ol,.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_spotOverviewText__PNWnq ul{margin-bottom:20px;padding-left:20px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_spotOverviewText__PNWnq ol li,.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_spotOverviewText__PNWnq ul li{font-weight:400;font-size:15px;line-height:28px;list-style-position:outside;padding-left:0;text-indent:0}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_toggleButton__RiAtx{background:none;border:none;color:#33b5ff;font-size:14px;font-weight:500;cursor:pointer;text-decoration:underline;padding:0;margin-top:8px;display:block;margin-left:auto;margin-right:auto}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_toggleButton__RiAtx:hover{color:#002551}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spLine__CaS3M,.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spPostButton__SjV19{display:none}.SpotIntroduction_tags__NP9FA{display:inline-flex}.SpotIntroduction_tags__NP9FA .SpotIntroduction_tag__MvL_J{margin-right:16px}@media(max-width:768px){.SpotIntroduction_intro__i_jm7{padding:16px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_{height:auto;display:flex;justify-content:space-between}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_spotInfo__cjj71{width:100%;max-width:730px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_spotInfo__cjj71 .SpotIntroduction_title__f1wMC{font-weight:700;font-size:24px;line-height:32px;color:#002551;margin-bottom:8px;margin-top:0}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_spotInfo__cjj71 .SpotIntroduction_address__z9V8l{display:flex;align-items:center}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_spotInfo__cjj71 .SpotIntroduction_address__z9V8l .SpotIntroduction_addressText__C97YD{font-style:normal;font-weight:400;font-size:14px;line-height:17px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_userAction__sLOSR{display:inline-flex;margin-top:12px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_userAction__sLOSR .SpotIntroduction_actionBtn__3jpLQ{margin-left:0;margin-right:0}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spotHeader__IMeF_ .SpotIntroduction_userAction__sLOSR .SpotIntroduction_postButton__fViZ_{display:none}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l{display:flex}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_photo__09SiG .SpotIntroduction_imageContainer__pDU2n{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:20px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_photo__09SiG .SpotIntroduction_imageContainer__pDU2n div{position:relative;width:100%;aspect-ratio:1;overflow:hidden;border-radius:8px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_photo__09SiG .SpotIntroduction_imageContainer__pDU2n div img{width:100%;height:100%;object-fit:cover;object-position:center}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_title__f1wMC{display:block;font-size:16px;line-height:23px;margin-bottom:12px;color:#002551}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ{margin-top:20px;margin-bottom:30px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_spotOverviewTitle__SwOAY{font-size:16px;line-height:24px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_container__71r5l .SpotIntroduction_spotOverview__cbgAZ .SpotIntroduction_spotOverviewText__PNWnq{font-size:14px;line-height:24px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spPostButton__SjV19{display:block;margin-bottom:20px}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spButton__AD9DG{width:100%}.SpotIntroduction_intro__i_jm7 .SpotIntroduction_spLine__CaS3M{margin-bottom:20px}}.styles_wrapper__OmRNN{max-width:1024px;margin:0 auto}.styles_intro__darwK{background-color:#fff;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:8px;gap:20px}.styles_intro__darwK .styles_title__BnIjC{font-weight:700;font-size:24px;line-height:32px;color:#002551;margin-bottom:8px}.styles_intro__darwK .styles_address__fLTO_{display:flex;align-items:center;margin-bottom:20px}.styles_intro__darwK .styles_address__fLTO_ .styles_addressText__ALNsb{padding-left:8px;font-style:normal;font-weight:400;font-size:14px;line-height:24px;color:#365a87}.styles_intro__darwK .styles_imageContainer__cSfkB{display:flex;overflow-x:auto;white-space:nowrap;margin-bottom:20px}.styles_intro__darwK .styles_imageContainer__cSfkB div{flex:0 0 auto;margin-right:10px}.styles_intro__darwK .styles_imageContainer__cSfkB div img{border-radius:4px}.styles_intro__darwK .styles_spotOverview__FNCHN{margin-top:20px;margin-bottom:20px}.styles_intro__darwK .styles_spotOverview__FNCHN .styles_spotOverviewTitle___f2qN{font-weight:700;font-size:16px;line-height:23px;color:#535353}.styles_intro__darwK .styles_spotOverview__FNCHN .styles_spotOverviewText__7RAfb{font-weight:500;font-size:14px;line-height:24px;color:#535353;white-space:normal;word-wrap:break-word}.styles_spotMain__7vQit{max-width:1024px;display:flex}.styles_spotMain__7vQit .styles_sideBar__T9z14{width:240px;padding:24px}.styles_spotMain__7vQit .styles_main__hpyot{width:100%}.styles_spotMain__7vQit .styles_main__hpyot .styles_userPosts__JULLc{width:calc(100% - 48px);background-color:#fff;padding:24px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.2);border-radius:8px}.styles_spotMain__7vQit .styles_main__hpyot .styles_userPosts__JULLc .styles_heading__xydpf{font-style:normal;font-weight:700;font-size:22px;line-height:32px;color:#002551;margin-bottom:20px}.styles_spotMain__7vQit .styles_main__hpyot .styles_userPosts__JULLc .styles_items__F7V8g{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;justify-content:center;box-sizing:border-box}.styles_groundBox__nh9e2{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);margin-bottom:24px}@media(max-width:768px){.styles_spotMain__7vQit .styles_main__hpyot .styles_userPosts__JULLc .styles_items__F7V8g{display:block}.styles_spotMain__7vQit .styles_main__hpyot .styles_userPosts__JULLc .styles_noPosts__0dGyd .styles_messeage__Awonv{font-size:14px;color:#002551}.styles_spotMain__7vQit .styles_main__hpyot .styles_userPosts__JULLc .styles_noPosts__0dGyd .styles_postButton__nS0I1{width:100%}.styles_spotMain__7vQit .styles_main__hpyot .styles_userPosts__JULLc .styles_noInstagramPosts__lNnzU .styles_messeage__Awonv{font-size:14px;color:#002551}}