/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:bold}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace, monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:bold}html,body{background-color:#fff;color:#000;font-size:16px;line-height:1;scroll-behavior:smooth}html{scroll-padding-top:94px}@media screen and (max-width: 768px){html{scroll-padding-top:14vw}}body{min-width:1280px}@media screen and (max-width: 768px){body{min-width:unset}}p{text-align:justify}*{backface-visibility:hidden;font-family:"Hiragino Kaku Gothic ProN", sans-serif, Meiryo, MyYuGothicM, YuGothic, "Yu Gothic", -apple-system, BlinkMacSystemFont;letter-spacing:.1em;line-height:1.8;overflow-wrap:anywhere;text-size-adjust:100%;word-break:normal;-ms-text-size-adjust:100%;-webkit-backface-visibility:hidden;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}@media screen and (max-width: 768px){.--for-pc{display:none}}@media screen and (min-width: 768px){.--for-sp{display:none}}.--fade-in-still{opacity:0;transition:all 1s 0s ease-out;transform:translate(0, 0)}.--fade-in-still--active{opacity:1;transform:translate(0, 0)}.--fade-in-up{opacity:0;transition:all 1s 0s ease-out;transform:translate(0, 50px)}.--fade-in-up--active{opacity:1;transform:translate(0, 0)}.--fade-in-down{opacity:0;transition:all 1s 0s ease-out;transform:translate(0, -50px)}.--fade-in-down--active{opacity:1;transform:translate(0, 0)}.--fade-in-right{opacity:0;transition:all 1s 0s ease-out;transform:translate(-50px, 0)}.--fade-in-right--active{opacity:1;transform:translate(0, 0)}.--fade-in-left{opacity:0;transition:all 1s 0s ease-out;transform:translate(50px, 0)}.--fade-in-left--active{opacity:1;transform:translate(0, 0)}.--loading{height:100vh;width:100vw;position:relative}.--loading>.--wait-until-loaded{display:none}.--loading-inner{animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:loading;border-radius:50%;border:5px solid #e0600a;border-bottom-color:transparent;box-sizing:border-box;display:inline-block;height:100px;left:calc((100vw - 100px) / 2);position:absolute;top:calc((100vh - 100px) / 2);width:100px}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.--accordion>summary{cursor:pointer;display:block;line-height:2;outline:none;padding-left:1em;position:relative;text-align:left}.--accordion>summary::after{border-width:10px;border-style:solid;border-color:transparent transparent transparent #725b40;content:'';position:absolute;right:0;top:18px;transform:rotate(180deg);transform-origin:5px 50%;transition:.3s transform ease}.--accordion>summary::-webkit-details-marker{display:none}.--accordion[open]>summary{text-decoration:none}.--accordion[open]>summary::after{transform:rotate(90deg)}.header{background-color:#e3ded9;border-bottom:solid 1px #b2b2b2;height:94px;position:fixed;width:100%;z-index:1000}@media screen and (max-width: 768px){.header{height:14vw}}@media screen and (min-width: 768px) and (max-width: 1280px){.header{width:1280px}}.header__inner{display:grid;grid-template-columns:1fr 1fr;height:100%;margin-inline:auto;width:1280px}@media screen and (max-width: 768px){.header__inner{grid-template-columns:2fr 3fr;width:100%}}.header__left{height:100%;text-align:left}.header__right{display:grid;grid-template-columns:repeat(5, 1fr);height:100%;justify-content:right}.header__item{display:grid;height:100%;place-content:center;place-items:center;width:fit-content}.header__link{display:block;height:fit-content;width:fit-content}.header__logo{display:block;width:186px}@media screen and (max-width: 768px){.header__logo{width:30vw}}.header__image{display:block;max-height:94px;max-width:100%;width:auto}@media screen and (max-width: 768px){.header__image{max-height:14vw}}.application{position:fixed;bottom:8px;right:5vw;z-index:1000}@media screen and (max-width: 768px){.application{bottom:0;right:3vw}}.application__link{display:block;transition:opacity 0.2s 0s ease}.application__link:hover{opacity:.7}.application__image{height:auto;width:210px}@media screen and (max-width: 768px){.application__image{width:30vw}}.fixed-button{bottom:0;position:fixed;right:calc((100% - 1280px) / 2);z-index:2000}@media screen and (max-width: 768px){.fixed-button{right:0}}@media screen and (min-width: 768px) and (max-width: 1280px){.fixed-button{right:0}}.fixed-button__inner{padding-bottom:16px;padding-right:16px}@media screen and (max-width: 768px){.fixed-button__inner{padding-bottom:3vw;padding-right:3vw}}.fixed-button__link{display:block}.fixed-button__image{width:120px}@media screen and (max-width: 768px){.fixed-button__image{width:30vw}}.footer{background-color:#fff;min-width:1280px;width:100%}@media screen and (max-width: 768px){.footer{min-width:unset;width:auto}}.footer__social-share{margin-block:1.875rem 3.75rem}@media screen and (max-width: 768px){.footer__social-share{margin-bottom:1.0625rem}}.footer__button-back-to-top{bottom:3.75rem;position:fixed;right:3.75rem;z-index:1000}@media screen and (max-width: 768px){.footer__button-back-to-top{bottom:1rem;right:1rem}}.footer__link-back-to-top{background-image:url(./arrow_pagetop_white.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;display:block;height:2.5rem;width:2.5rem}.footer__link-back-to-top:hover{background-image:url(./arrow_pagetop_black.svg)}.social-share{border-top:1px solid #e5e5e5;padding-top:3.75rem;text-align:center}@media screen and (max-width: 768px){.social-share{padding-top:2.5rem}}.social-share__head{font-size:1rem;font-weight:bold;margin-bottom:1.875rem;text-align:center}@media screen and (max-width: 768px){.social-share__head{margin-bottom:1.0625rem}}.social-share__list{list-style-type:none;margin-inline:auto;overflow:hidden;width:30.625rem}@media screen and (max-width: 768px){.social-share__list{padding-inline:1.5rem;width:100%}}.social-share__item{float:left;width:50%}@media screen and (max-width: 768px){.social-share__item{width:33.33%}}@media screen and (min-width: 768px){.social-share__item:last-child{display:none}}.social-share__link--ln,.social-share__link--x,.social-share__link--fb,.social-share__link{color:#fff;display:block;font-size:1rem;font-weight:bold;line-height:1;padding:.875rem;transition:opacity 0.2s 0s cubic-bezier(0.4, 0, 0.2, 1)}.social-share__link--ln:hover,.social-share__link--x:hover,.social-share__link--fb:hover,.social-share__link:hover{opacity:.7}.social-share__link--ln:not(:root),.social-share__link--x:not(:root),.social-share__link--fb:not(:root),.social-share__link:not(:root){overflow:hidden}.social-share__link--fb{background-color:#27579c}.social-share__link--x{background-color:#000}.social-share__link--ln{background-color:#00c300}.social-share__svg--ln,.social-share__svg--x,.social-share__svg--fb,.social-share__svg{fill:#fff;vertical-align:middle}.social-share__svg--fb{height:1.125rem;width:.5625rem}.social-share__svg--x{height:1.125rem;width:1.25rem}.social-share__svg--ln{height:1.4375rem;width:1.25rem}.social-share__icon{position:relative;top:-.125rem;width:.6875rem}@media screen and (max-width: 768px){.social-share__icon{display:inline-block;width:1.25rem}}.social-share__service{padding-left:1.125rem}@media screen and (max-width: 768px){.social-share__service{display:none}}.social-links{background-color:#000}@media screen and (max-width: 768px){.social-links{background-color:#fff;padding:1.3rem 0;text-align:center;width:auto}}.social-links__list{list-style-type:none;margin-inline:auto;padding-block:1.3rem;width:68.8rem}@media screen and (max-width: 768px){.social-links__list{min-width:unset;width:auto}}.social-links__item{color:#fff;display:inline-block;font-size:.94rem;font-weight:bold;list-style-type:none;margin-right:.94rem;vertical-align:middle}@media screen and (max-width: 768px){.social-links__item{color:#000}}.social-links__item:first-child{margin-right:1.25rem}@media screen and (max-width: 768px){.social-links__item:first-child{display:block;margin-bottom:.31rem;margin-right:0}}.social-links__link{background-color:#fff;border:2px solid #fff;border-radius:1.88rem;cursor:pointer;display:inline-block;height:2.44rem;padding-top:2px;text-align:center;width:2.4rem}@media screen and (max-width: 768px){.social-links__link{background-color:#000;border:none;display:block;height:2.25rem;padding-top:.19rem;width:2.25rem}}.social-links__link:hover{background-color:#000;fill:#fff}.social-links__svg--yt,.social-links__svg--x,.social-links__svg--ig{vertical-align:middle;transition:fill .2s 0s ease}@media screen and (max-width: 768px){.social-links__svg--yt,.social-links__svg--x,.social-links__svg--ig{fill:#fff}}.social-links__svg--fb{vertical-align:middle;transition:fill .2s 0s ease;height:1.3125rem;width:.625rem}@media screen and (max-width: 768px){.social-links__svg--fb{fill:#fff;height:1.1875rem;width:.625rem}}.social-links__svg--ig{height:1.3125rem;width:1.5625rem}@media screen and (max-width: 768px){.social-links__svg--ig{height:1.25rem;width:1.25rem}}.social-links__svg--x{height:1.3125rem;width:1.5625rem}@media screen and (max-width: 768px){.social-links__svg--x{height:1.1875rem;width:1.5625rem}}.social-links__svg--yt{height:1.625rem;width:1.375rem}@media screen and (max-width: 768px){.social-links__svg--yt{height:1.4375rem;width:1.1875rem}}.bottom-links{background-color:#fff;border-top:1px solid #e5e5e5;height:2.875rem}@media screen and (max-width: 768px){.bottom-links{border-top:none;height:auto}}.bottom-links__in{margin-inline:auto;padding-top:.625rem;width:68.75rem}@media screen and (max-width: 768px){.bottom-links__in{padding-top:.9375rem;width:auto}}.bottom-links__list{float:left;list-style-type:none}@media screen and (max-width: 768px){.bottom-links__list{float:none}}.bottom-links__item{float:left;padding-left:1.875rem}@media screen and (max-width: 768px){.bottom-links__item{float:none;margin-bottom:.3125rem;padding-inline:1.0625rem 0}}@media screen and (min-width: 768px){.bottom-links__item:first-child{padding-left:0}}.bottom-links__link{background-image:url(./ico_arrow_01.svg);background-position:0 .1875rem;background-repeat:no-repeat;background-size:.25rem .5rem;color:#000;display:inline-block;font-size:.6875rem;line-height:1.4;padding-left:.75rem;position:relative;text-decoration:none;transition:color .1s 0s ease;transition:background-color .1s 0s ease}@media screen and (max-width: 768px){.bottom-links__link{background-size:.3125rem .625rem;font-size:.75rem;font-weight:bold;padding-left:1.0625rem}}.bottom-links__link:hover,.bottom-links__link:focus,.bottom-links__link:active{background-image:url(./ico_arrow_01_on.svg);color:#e50012}.bottom-links__copyright{color:#7f7f7f;float:right;font-weight:bold;font-size:.625rem;padding-top:.25rem}@media screen and (max-width: 768px){.bottom-links__copyright{float:none;padding-block:.875rem;text-align:center}}.main{background-color:#c7beb3;min-width:1280px;overflow:hidden;padding-top:94px;text-align:center;width:100%}@media screen and (max-width: 768px){.main{min-width:unset;padding-top:14vw}}.main__heading{display:none}.main__inner{margin-inline:auto;padding-bottom:64px;width:1280px}@media screen and (max-width: 768px){.main__inner{padding-bottom:10vw;width:100%}}.main__section{margin-top:64px}@media screen and (max-width: 768px){.main__section{margin-top:10vw}}.top{background-color:#fff;width:100%}.top__inner{margin-inline:auto;width:1280px}@media screen and (max-width: 768px){.top__inner{width:100%}}.top__description{padding-block:64px}@media screen and (max-width: 768px){.top__description{padding:10vw 3vw}}@media screen and (min-width: 768px) and (max-width: 1280px){.top__description{padding-inline:16px}}.top__text{color:#725b40;font-size:16px;margin-bottom:16px}.slider{height:calc(100vw * 940 / 1920);margin:0 auto;overflow:hidden;position:relative;width:100%}.slider__fixed-contents{left:0;position:absolute;top:0;width:100%}.slider__fixed-image{display:block;margin-inline:auto;width:100%}.slider__cells{height:calc(100vw * 1080 / 1920);margin:0 auto;overflow:hidden;position:relative;width:100%}.slider__cell{animation:slider 24s infinite;position:absolute;visibility:hidden;width:100%}.slider__cell:nth-of-type(1){animation-delay:0s}.slider__cell:nth-of-type(2){animation-delay:4s}.slider__cell:nth-of-type(3){animation-delay:8s}.slider__cell:nth-of-type(4){animation-delay:12s}.slider__cell:nth-of-type(5){animation-delay:16s}.slider__cell:nth-of-type(6){animation-delay:20s}@keyframes slider{0%{visibility:visible;opacity:0}4%{opacity:1}18%{opacity:1}22%{opacity:0}100%{opacity:0}}.slider__image{width:100%}.section{background-color:#fff;padding:16px 48px 48px;position:relative}@media screen and (max-width: 768px){.section{padding:3vw}}.section__header{display:grid;grid-template-columns:repeat(2, 1fr);margin-bottom:20px}@media screen and (max-width: 768px){.section__header{margin-bottom:6vw}}.section__header-left{text-align:left}.section__header-right{text-align:right}.section__header-image{display:inline-block;height:80px;width:auto}@media screen and (max-width: 768px){.section__header-image{height:8vw}}.section__image{width:100%}.section__subsection{margin-bottom:32px}.section__heading{color:#725b40;font-size:20px;font-weight:bold;margin-bottom:8px;text-align:center}.section__heading--lined{border-bottom:solid 1px #725b40;color:#725b40;font-size:24px;font-weight:bold;margin-bottom:8px;text-align:left}@media screen and (max-width: 768px){.section__heading--lined{font-size:20px}}.section__subheading{color:#725b40;font-size:18px;font-weight:bold;margin-bottom:8px;text-align:left}.section__subheading-content{color:#725b40;font-size:18px;font-weight:bold;margin-block:40px 8px;text-align:left}.section__lined-list{margin-bottom:16px}.section__text{color:#725b40;font-size:16px;margin-bottom:16px;text-align:left}.section__ref-mark{font-size:14px;vertical-align:sup}.section__link{text-decoration:underline}.section__link:hover{text-decoration:none}.section__note{color:#725b40;column-gap:8px;display:grid;font-size:14px;grid-template-columns:max-content auto;margin-bottom:32px;text-align:left}.section__declaration{color:#e50012;font-size:20px;font-weight:bold;margin-block:32px;text-align:center}.section__ordered-list{color:#725b40;font-size:16px;list-style-type:decimal;margin-bottom:16px;padding-left:24px;text-align:left}.section__cautions{background-color:#fff;border:solid 1px #725b40;padding:8px}.section__cautions--no-box{padding:8px}.section__cautions-heading{color:#725b40;font-size:16px;font-weight:bold;text-align:left}.section__cautions-list{color:#725b40;font-size:16px;list-style-type:disc;margin-bottom:16px;padding-left:24px;text-align:left}.section__image-link{display:block;margin-inline:auto;width:480px;transition:opacity 0.2s 0s ease}@media screen and (max-width: 768px){.section__image-link{width:100%}}.section__image-link:hover{opacity:.7}.section__horizontal{column-gap:16px;display:grid;grid-template-columns:repeat(2, 1fr)}@media screen and (max-width: 768px){.section__horizontal{grid-template-columns:repeat(1, 1fr)}}.section__content-list{display:grid;gap:16px;grid-template-columns:repeat(3, 1fr);margin-bottom:80px}@media screen and (max-width: 768px){.section__content-list{grid-template-columns:repeat(2, 1fr)}}.section__content-list:nth-child(5),.section__content-list:nth-child(12){margin-bottom:0}.section__content-item{cursor:pointer;transition:opacity 0.2s 0s ease}.section__content-item:hover{opacity:.7}.section__wide-button{background-color:#944431;border:solid 1px #944431;color:#fff;display:block;font-weight:bold;margin-block:16px 32px;padding:8px 16px;text-align:center;transition:all 0.2s 0s ease;width:100%}@media screen and (max-width: 768px){.section__wide-button{width:100%}}.section__wide-button:hover{background-color:#fff;color:#944431}.section__coop{column-gap:16px;display:grid;grid-template-columns:repeat(3, 1fr);margin-bottom:32px}@media screen and (max-width: 768px){.section__coop{row-gap:8px;grid-template-columns:repeat(1, 1fr)}}.section__coop-image{width:50%}.section__coop-link{font-size:24px;margin-top:16px}@media screen and (max-width: 768px){.section__coop-link{margin-top:0}}.section__embedded-map{width:100%}.section__prices{column-gap:8px;display:grid;grid-template-columns:repeat(3, 1fr);margin-bottom:32px}@media screen and (max-width: 768px){.section__prices{grid-template-columns:repeat(1, 1fr)}}.section__price-title{background-color:#725b40;color:#fff;font-size:22px;font-weight:bold;text-align:center}.section__price{color:#000;font-size:22px;font-weight:bold;padding-block:8px;text-align:center}.section__content-table{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:auto repeat(auto-fill, 1fr)}.section__content-table>*:nth-child(n+4){margin-bottom:1px}.section__content-table-title{background-color:#e3ded9;color:#725b40;font-size:20px;font-weight:bold;padding:8px;text-align:left}.section__content-table-red-title{color:#f4ecea;background-color:#944431;font-size:20px;font-weight:bold;padding-block:8px}.section__content-table-blue-title{color:#ebeaf0;background-color:#372f67;font-size:20px;font-weight:bold;padding-block:8px}.section__content-table-red{color:#944431;background-color:#f4ecea;display:grid;font-size:22px;font-weight:bold;place-content:center;place-items:center}.section__content-table-blue{color:#372f67;background-color:#ebeaf0;display:grid;font-size:22px;font-weight:bold;place-content:center;place-items:center}.section__cancellation{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:auto auto;margin-bottom:32px}@media screen and (max-width: 768px){.section__cancellation{grid-template-columns:repeat(1, 1fr)}}.section__cancellation-date{background-color:#e3ded9;color:#725b40;font-size:20px;font-weight:bold;padding:8px;text-align:left}@media screen and (max-width: 768px){.section__cancellation-date{grid-row:1 / 2}}.section__cancellation-title{background-color:#725b40;color:#fff;font-size:20px;font-weight:bold;text-align:center}@media screen and (max-width: 768px){.section__cancellation-title:nth-child(2){grid-row:3 / 4}}@media screen and (max-width: 768px){.section__cancellation-title:nth-child(3){grid-row:5 / 6}}.section__cancellation-price{color:#725b40;display:grid;font-size:22px;font-weight:bold;padding-block:8px;place-content:center;place-items:center}@media screen and (max-width: 768px){.section__cancellation-price:nth-child(4){grid-row:4 / 5}}@media screen and (max-width: 768px){.section__cancellation-price:nth-child(5){grid-row:6 / 7}}.lined-list{column-gap:24px;display:grid;grid-template-columns:max-content auto;row-gap:8px}@media screen and (max-width: 768px){.lined-list{column-gap:3vw}}.lined-list__line{grid-column:1 / 3;border-bottom:solid 1px #725b40}.lined-list__line--inner{border-bottom:solid 1px #725b40;margin-block:4px}.lined-list__link{font-weight:bold;text-decoration:underline}.lined-list__link:hover{text-decoration:none}.lined-list__title{color:#725b40;font-size:16px;font-weight:bold;text-align:left}.lined-list__text{color:#725b40;font-size:16px;text-align:left}.section__ref-mark{font-size:10px;vertical-align:super}.lined-list__date{column-gap:8px;display:grid;grid-template-columns:max-content auto}.lined-list__date>*:nth-child(3){grid-column:2 / 3}.lined-list__access{column-gap:16px;display:grid;grid-template-columns:200px auto;row-gap:8px}@media screen and (max-width: 768px){.lined-list__access{column-gap:3vw;grid-template-columns:unset}}.lined-list__access-list{list-style-type:disc}.lined-list__access-item{margin-left:24px}@media screen and (max-width: 768px){html.--modal-open{overflow-y:hidden}}body.--modal-open{overflow-y:hidden;filter:blur(5px)}.modal{animation:.8s ease-out 0s alternate modal;background-color:#0000;outline:none;padding:0 230px;width:1280px}@media screen and (max-width: 768px){.modal{margin:5vw auto;max-width:96vw;padding:0;width:100%}}@media screen and (min-width: 768px) and (max-width: 1280px){.modal{padding:0}}.modal::backdrop{background-color:transparent}.modal[open]::backdrop{background-color:rgba(0,0,0,0.7);transition:background-color .3s 0s ease-out}@keyframes modal{0%{opacity:0}100%{opacity:1}}.modal__left-button,.modal__right-button{cursor:pointer;height:128px;position:absolute;top:calc(50% - 64px);transition:opacity 0.3s 0s ease;width:64px}.modal__left-button:hover,.modal__right-button:hover{opacity:.7}@media screen and (max-width: 768px){.modal__left-button,.modal__right-button{display:none}}@media screen and (min-width: 768px) and (max-width: 1280px){.modal__left-button,.modal__right-button{display:none}}.modal__left-button::before,.modal__left-button::after,.modal__right-button::before,.modal__right-button::after{border-radius:3px;content:"";background-color:#fff;position:absolute;height:5px;transition:background-color 0.3s 0s ease;width:100%}.modal__left-button::before:hover,.modal__left-button::after:hover,.modal__right-button::before:hover,.modal__right-button::after:hover{background-color:#ccc}.modal__left-button::before,.modal__right-button::before{translate:0 55px}.modal__left-button::after,.modal__right-button::after{translate:0 57px}.modal__left-button{left:102px}.modal:first-of-type>.modal__left-button{display:none}.modal__left-button::before,.modal__left-button::after{transform-origin:left}.modal__left-button::before{rotate:45deg}.modal__left-button::after{rotate:-45deg}.modal__right-button{right:102px}.modal:last-of-type>.modal__right-button{display:none}.modal__right-button::before,.modal__right-button::after{transform-origin:right}.modal__right-button::before{rotate:-45deg}.modal__right-button::after{rotate:45deg}.modal__inner{background-color:#f8f7f5;height:auto;max-height:calc(100vh - 68px);outline:none;overflow:hidden auto;position:relative;width:100%}@media screen and (max-width: 768px){.modal__inner{max-height:calc(100vh - 15vw)}}.modal__header{background-color:#725b40;color:#fff;display:grid;font-size:20px;font-weight:bold;grid-template-columns:3fr 1fr;padding:8px 16px;text-align:left;width:100%}@media screen and (max-width: 768px){.modal__header{grid-template-columns:1fr;padding:3vw 5vw}}.modal__header-image{display:block;width:100%}@media screen and (max-width: 768px){.modal__header-image{display:none}}.modal__event{column-gap:16px;display:grid;grid-auto-flow:dense;grid-template-columns:3fr 4fr;padding:16px}@media screen and (max-width: 768px){.modal__event{grid-template-columns:1fr;padding:3vw}}.modal__thumbnail{width:100%;margin-bottom:16px}.modal__item{margin-bottom:16px}.modal__heading{color:#725b40;font-size:16px;font-weight:bold;text-align:left}.modal__text{color:#725b40;font-size:16px;margin-bottom:16px;text-align:left}.modal__link{font-weight:bold;text-decoration:underline}.modal__link:hover{text-decoration:none}.modal__buttons{display:grid;grid-template-columns:1fr;height:40px;width:100%}@media screen and (max-width: 768px){.modal__buttons{column-gap:3vw;grid-template-columns:repeat(3, 1fr);height:12vw;margin-bottom:3vw}}.modal__sp-left-button,.modal__sp-right-button{background-color:#725b40;cursor:pointer;display:block;padding:2vw;transition:opacity 0.3s 0s ease}.modal__sp-left-button:hover,.modal__sp-right-button:hover{opacity:.7}@media screen and (min-width: 768px){.modal__sp-left-button,.modal__sp-right-button{display:none}}.modal__sp-left-button{grid-column:1 / 2}.modal:first-of-type .modal__sp-left-button{display:none}.modal__sp-right-button{grid-column:3 / 4}.modal:last-of-type .modal__sp-right-button{display:none}.modal__close-button{background-color:#9fa0a0;cursor:pointer;grid-column:1 / 4;padding:8px;transition:opacity 0.3s 0s ease}.modal__close-button:hover{opacity:.7}@media screen and (max-width: 768px){.modal__close-button{grid-column:2 / 3;padding:2vw}}.modal__button-image{display:block;height:24px;margin-inline:auto;width:auto}@media screen and (max-width: 768px){.modal__button-image{height:8vw}}
