#reservation{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}#reservation.section-wrapper{padding-bottom:8rem}@media screen and (max-width:768px){#reservation.section-wrapper{padding-bottom:6.4rem}}#reservation .reservation-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}#reservation .reservation-background img{width:100%;height:100%;object-fit:cover}#reservation .reservation-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--my-custom-theme__main-color--rgb),.9);z-index:1}#reservation .container{position:relative;z-index:2;max-width:48rem}#reservation .reservation-wrapper{background-color:var(--my-custom-theme__base-background-color--code);padding:4rem 2rem;border-radius:.4rem;text-align:center}@media screen and (max-width:768px){#reservation .reservation-wrapper{padding:3rem 2rem}}#reservation .reservation-title{text-align:center;display:table;margin:0 auto 4rem}#reservation .reservation-title .reservation-title__text01{font-family:"Oswald","Noto Sans JP",sans-serif;font-weight:400;font-size:6rem;color:var(--my-custom-theme__main-color--code);text-transform:uppercase;line-height:1.4}@media screen and (max-width:960px){#reservation .reservation-title .reservation-title__text01{font-size:5rem}}@media screen and (max-width:768px){#reservation .reservation-title .reservation-title__text01{font-size:3.8rem}}#reservation .reservation-title .reservation-title__text02{font-size:2rem;line-height:1.4}@media screen and (max-width:960px){#reservation .reservation-title .reservation-title__text02{font-size:2rem}}@media screen and (max-width:768px){#reservation .reservation-title .reservation-title__text02{font-size:1.8rem}}@media screen and (max-width:480px){#reservation .reservation-title .reservation-title__text02{font-size:1.6rem}}#reservation .reservation-subtext{color:var(--my-custom-theme__base-text-color--code);margin-bottom:1rem}#reservation .reservation-links{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-top:2.4rem}#footer-information{background-color:#393939}#footer-information.section-wrapper{padding-bottom:0}#footer-information .footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:4rem;margin-bottom:5.6rem}@media screen and (max-width:960px){#footer-information .footer-inner{gap:2rem}}@media screen and (max-width:768px){#footer-information .footer-inner{flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem}}#footer-information .footer-logo{flex-shrink:0;max-width:10rem;width:40%}@media screen and (max-width:960px){#footer-information .footer-logo{width:25%}}@media screen and (max-width:768px){#footer-information .footer-logo{width:auto}}#footer-information .footer-logo img{width:100%}#footer-information .footer-information-wrapper{width:100%;flex:1;display:grid;grid-template-columns:repeat(2,auto);justify-content:end;align-items:start;gap:3.2rem}@media screen and (max-width:768px){#footer-information .footer-information-wrapper{justify-content:center}}@media screen and (max-width:480px){#footer-information .footer-information-wrapper{gap:2rem;grid-template-columns:1fr}}#footer-information .footer-map{width:100%;height:45rem;overflow:hidden}#footer-information .footer-map>iframe{width:100%;height:100%}footer{padding:3.2rem 0}footer .container{max-width:100rem}@media screen and (max-width:768px){footer .container{max-width:60rem}}footer .footer-menu-inner{display:grid;grid-template-columns:1fr 36rem;grid-template-rows:auto 1fr;gap:1.6rem 4rem}@media screen and (max-width:960px){footer .footer-menu-inner{grid-template-columns:1fr 24rem}}@media screen and (max-width:768px){footer .footer-menu-inner{gap:4rem;display:flex;flex-direction:column;align-items:center}}footer .footer-menu.footer-menu--01{grid-column:1/2;grid-row:1/2}footer .footer-menu.footer-menu--02{grid-column:1/2;grid-row:2/3}footer .footer-mailmagazine{grid-column:2/3;grid-row:1/3}footer .footer-sns{grid-column:1/3;grid-row:3/4}footer .footer-copyright{grid-column:1/3;grid-row:4/5}footer .footer-menu ul{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:.8rem 2rem}@media screen and (max-width:480px){footer .footer-menu ul{flex-direction:column;align-items:center;gap:2.4rem}}footer .footer-menu ul>li a{font-size:1.4rem}@media screen and (min-width:calc(480px + 0.1rem)){footer .footer-menu.footer-menu--01 ul{gap:.8rem 3.2rem}}footer .footer-menu.footer-menu--01 ul>li a{font-family:"Oswald","Noto Sans JP",sans-serif}footer .footer-mailmagazine h4{font-size:1.6rem;font-weight:700;margin-bottom:1.6rem}footer .footer-mailmagazine .footer-mailmagazine__content p{font-size:1.4rem;margin-bottom:.4rem}footer .footer-mailmagazine .footer-mailmagazine__content form{display:flex;justify-content:flex-start;align-items:stretch}footer .footer-mailmagazine .footer-mailmagazine__content form input::placeholder{font-size:1.2rem}footer .footer-mailmagazine .footer-mailmagazine__content form button{flex-shrink:0;background-color:var(--my-custom-theme__main-color--code);color:var(--my-custom-theme__sub-text-color--code);font-size:1.2rem;font-weight:700;padding:1rem .8rem}footer .footer-sns ul{display:flex;justify-content:center;align-items:center;gap:1.6rem}footer .footer-sns ul li a img{width:2.4rem;height:2.4rem}footer .footer-copyright{font-size:1rem;text-align:center}#floating-button{display:none;position:fixed;bottom:0;right:0;z-index:100;opacity:0;transition:opacity .3s ease-in-out;pointer-events:none}@media screen and (max-width:768px){#floating-button{display:block}#floating-button.is-visible{opacity:1;pointer-events:auto}}#floating-button .common-reservation-btn{border-radius:3.6rem 0 0;font-size:1.8rem;min-width:18rem;padding-right:1.2rem}