@keyframes fadein{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@keyframes fadeout{0%{display:block;opacity:1}99%{display:block;opacity:0}100%{display:none;opacity:0}}@keyframes bg-transition-to-transparent{0%{background-color:#f5e1e1}100%{background-color:rgba(10,50,0,0)}}@keyframes bg-transition-to-pink{0%{background-color:rgba(245,225,225,0)}100%{background-color:#f5e1e1}}.transaction .content-layout{padding-top:10rem;padding-bottom:10rem}.transaction .title{width:60rem;margin:0 auto}.transaction .table{font-size:1.7rem;margin-top:6rem;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem}.transaction .table .table-title{width:100%;font-size:2rem;font-weight:bold}.transaction .table ul{margin-left:2rem}.transaction .table table{background-color:white}.transaction .table th{text-align:center;padding:2rem 0;width:35rem}.transaction .table td{padding:1.5rem}.transaction .table tr td:nth-of-type(1){width:90rem}.transaction .table table,.transaction .table th,.transaction .table td{border:2px solid #f5e1e1;border-collapse:collapse}@media (max-width: 1200px){.transaction .content-layout{padding-top:20rem;padding-bottom:10rem}.transaction .table{font-size:4rem}.transaction .table th{padding:2rem}.transaction .table .table-title{font-size:4rem;padding:2rem 1rem}}footer .googlemap{height:74rem;padding:14rem 0;display:flex;justify-content:center;background-image:url(../assets/3d949697a829625416f5.webp);filter:grayscale(100%);background-repeat:no-repeat;background-size:cover}footer .googlemap .description{width:52rem;font-size:2.2rem;line-height:2.2}footer .googlemap .description .address{font-size:3rem;line-height:2.2;margin-top:4rem}footer .googlemap .map{width:60rem;margin-left:7rem}footer .googlemap .map iframe{width:100%;height:100%}footer .menu{display:flex;margin-top:5rem;margin-bottom:3rem}footer .menu .logo{width:19rem}footer .menu .logo img{width:100%;margin-bottom:5rem}footer .menu .navi{width:17rem;margin-left:8rem}footer .menu .contact-button{display:none}footer .footer-navi{display:flex;justify-content:center;margin-bottom:1rem}footer .footer-navi .footer-navi-link{font-size:1.5rem;margin-left:3rem}footer .copyright{height:8rem;display:flex;justify-content:center;align-items:center;font-size:2rem}footer .main-visual-links{margin-top:1rem;display:flex;justify-content:center;margin-left:3rem;gap:2.5rem}footer .main-visual-links .main-visual-link{width:22rem;position:relative}footer .main-visual-links .main-visual-link .floor{position:absolute;top:1rem;width:3rem;height:3rem}footer .main-visual-links .main-visual-link .title{font-size:1.3rem;height:5rem;margin-left:3.5rem;margin-right:-4.5rem;display:flex;align-items:center}footer .main-visual-links .main-visual-link .floor-image img{width:100%}footer .menu-items{width:27rem;display:flex;flex-direction:column;padding-left:9rem;gap:0.8rem}footer .menu-items .menu-item{font-size:1.7rem;display:flex}footer .menu-items .menu-item a{text-decoration:none;color:#000}footer .menu-items .menu-item::before{content:"-"}footer .menu-items .menu-item.menu-item-contact{grid-row:1/3;grid-column:3;flex-direction:column;margin-top:0.5rem}footer .menu-items .menu-item.menu-item-contact::before{content:none}footer .menu-items .menu-item.menu-item-contact .contact-button{font-size:2.2rem;display:flex;justify-content:center;width:17rem;height:4rem;align-items:center;border-radius:3rem;padding-bottom:0.3rem}@media (max-width: 1200px){footer .googlemap{height:initial;padding:11rem 7rem;margin:0;flex-direction:column-reverse}footer .googlemap .description{width:100%;font-size:3.5rem;line-height:2.1;margin-top:9rem}footer .googlemap .description .address{font-size:3.5rem;line-height:1.8}footer .googlemap .map{margin:0;height:71rem;width:100%}footer .menu{flex-direction:column}footer .menu .logo{width:100%;margin:0;margin-top:15rem;display:flex;flex-direction:row;gap:5rem;padding-left:10rem}footer .menu .logo img{width:45rem}footer .menu .contact-button{font-size:5.5rem;width:70rem;height:15rem;border-radius:6rem;padding-bottom:0;margin:0 auto;margin-top:3rem;display:flex;align-items:center;justify-content:center}footer .footer-navi .footer-navi-link{font-size:3.5rem;margin-left:5rem;margin-top:5rem}footer .copyright{height:40rem;font-size:4rem;padding-bottom:20rem;margin-top:18rem}footer .main-visual-links{margin-top:0;justify-content:start;margin-left:0;gap:7.5rem;flex-wrap:wrap;flex-direction:row;padding:5rem 7rem}footer .main-visual-links .main-visual-link{width:47rem}footer .main-visual-links .main-visual-link .floor{position:static;width:9rem;height:12rem;margin:0 auto;display:block}footer .main-visual-links .main-visual-link .title{font-size:3.2rem;height:initial;margin-left:0;margin-right:0;display:block;text-align:center;margin-top:0;margin-bottom:1rem}footer .main-visual-links .main-visual-link .title br{display:none}footer .menu-items{width:100%;padding-left:0;margin-top:10rem;height:29rem;flex-wrap:wrap;flex-direction:row}footer .menu-items .menu-item{font-size:6.3rem;padding-left:7rem;width:54rem}footer .menu-items .menu-item.menu-item-contact{display:none}}.header{width:100%;height:10rem;display:flex;flex-direction:row;position:fixed;z-index:10000}.header.bg-transition-to-transparent{animation:bg-transition-to-transparent 0.2s ease-in forwards}.header.bg-transition-to-pink{animation:bg-transition-to-pink 0.2s ease-in forwards}.header .logo{width:21rem;display:flex;position:relative}.header .logo img{width:100%;position:absolute;left:6rem;top:2.5rem}.header .navimenu{display:flex;margin-left:9rem;width:100%;margin-right:12rem;justify-content:center}.header .navimenu .scroll-button{cursor:pointer}.header .navimenu .menu-item{margin:0 4rem;display:flex;align-items:center;font-size:2rem}.header .navimenu .menu-item .contact-button{font-size:2rem;display:flex;justify-content:center;width:19rem;height:4.5rem;align-items:center;border-radius:3rem}.header .navimenu .menu-item.current{text-underline-offset:0.4em;text-decoration:underline}.header .header-menu{display:none;opacity:0;position:fixed;left:0;top:0;bottom:0;right:0;z-index:1000}.header .header-menu .header-menu-logo{margin:0 auto;margin-top:10rem;display:flex;padding:2.5rem 6rem;justify-content:center;gap:9rem}.header .header-menu .header-menu-logo img{width:30rem}.header .header-menu .menu-items{margin-top:9rem;width:122rem;margin:0 auto;display:grid;grid-template:1fr 1fr / 1fr 1fr 1fr;margin-top:5.5rem;height:20rem}.header .header-menu .menu-items .menu-item{font-size:4.5rem;display:flex;align-items:center;padding-left:1.5rem}.header .header-menu .menu-items .menu-item::before{content:"-";margin-right:1rem}.header .header-menu .menu-items .menu-item a{text-decoration:none}.header .header-menu .menu-items .menu-item.menu-item-contact{grid-row:1/3;grid-column:3;flex-direction:column}.header .header-menu .menu-items .menu-item.menu-item-contact::before{content:none}.header .header-menu .menu-items .menu-item.menu-item-contact .contact-desc{font-size:1.5rem;padding:1rem;line-height:1.8}.header .header-menu .menu-items .menu-item.menu-item-contact .contact-button{font-size:3rem;display:flex;justify-content:center;width:37rem;height:6rem;align-items:center;border-radius:3rem}.header .header-menu .main-visual-links{margin-top:5rem;display:flex;justify-content:center}.header .header-menu .main-visual-links .main-visual-link{width:42rem;position:relative}.header .header-menu .main-visual-links .floor{position:absolute;left:4rem;top:2rem;width:5rem;height:5rem}.header .header-menu .main-visual-links .title{font-size:1.8rem;height:9rem;margin-left:10rem;margin-right:4rem;display:flex;align-items:center}.header .header-menu .main-visual-links .floor-image{padding:0 3rem}.header .header-menu .main-visual-links .floor-image img{width:100%}.header .instagram{position:absolute;right:11rem;top:2.2rem;z-index:10000;width:5rem}.header .instagram img{width:100%}.header .menu-button{position:absolute;counter-increment:item;right:2.8rem;top:2.7rem;z-index:10000}.header .menu-trigger,.header .menu-trigger span{display:inline-block;transition:all 0.4s;box-sizing:border-box}.header .menu-trigger{position:relative;width:6.2rem;height:4.3rem;background:none;border:none;appearance:none;cursor:pointer}.header .menu-trigger span{position:absolute;left:0;width:100%;height:0.4rem;border-radius:0.4rem}.header .menu-trigger span:nth-of-type(1){top:0}.header .menu-trigger span:nth-of-type(2){top:2rem}.header .menu-trigger span:nth-of-type(3){bottom:0}.menu-active .header-menu{display:block;opacity:1;animation:fadein 0.2s ease-in forwards}.menu-active .header .menu-trigger span:nth-of-type(1){transform:translateY(2rem) rotate(-45deg)}.menu-active .header .menu-trigger span:nth-of-type(2){opacity:0}.menu-active .header .menu-trigger span:nth-of-type(3){transform:translateY(-2rem) rotate(45deg)}@media (max-width: 1200px){.header{height:20rem}.header .logo{width:40rem}.header .logo img{left:4rem;top:4.5rem}.header .navimenu{display:none}.header .header-menu{overflow:scroll;padding:0 14rem;padding-bottom:30rem}.header .header-menu .header-menu-logo{margin-top:6rem;gap:5rem}.header .header-menu .header-menu-logo img{width:40rem}.header .header-menu .menu-items{width:100%;margin:0;display:flex;flex-direction:column;margin-top:9.5rem;height:inherit}.header .header-menu .menu-items .menu-item{font-size:8rem;padding-left:0;height:13rem}.header .header-menu .menu-items .menu-item::before{margin-right:2rem}.header .header-menu .menu-items .menu-item.menu-item-contact{height:initial}.header .header-menu .menu-items .menu-item.menu-item-contact .contact-desc{font-size:3.1rem;padding:0;padding-top:8rem}.header .header-menu .menu-items .menu-item.menu-item-contact .contact-button{font-size:7rem;width:92rem;height:15rem;border-radius:8rem;margin-top:5rem}.header .header-menu .main-visual-links{margin-top:14rem;flex-direction:column;gap:8rem}.header .header-menu .main-visual-links .main-visual-link{width:100%}.header .header-menu .main-visual-links .floor{left:0rem;top:0rem;width:13rem;height:13rem}.header .header-menu .main-visual-links .title{font-size:5rem;height:13rem;margin-left:14rem;margin-right:0}.header .header-menu .main-visual-links .floor-image{padding:0;margin-top:3rem}.header .instagram{position:absolute;right:20rem;top:4.4rem;z-index:10000;width:10rem}.header .menu-button{right:4rem;top:5.2rem}.header .menu-trigger{width:12rem;height:8.5rem}.header .menu-trigger span{height:0.5rem;border-radius:0.5rem}.header .menu-trigger span:nth-of-type(2){top:4rem}.menu-active .header .menu-trigger span:nth-of-type(1){transform:translateY(4rem) rotate(-45deg)}.menu-active .header .menu-trigger span:nth-of-type(2){opacity:0}.menu-active .header .menu-trigger span:nth-of-type(3){transform:translateY(-4rem) rotate(45deg)}.menu-active .header .instagram{display:none}}html{font-size:calc(10vw / 1920 * 100);font-family:"Noto Sans JP", sans-serif}html.menu-active{overflow:hidden}.scroll-position{margin:0;padding:0}.contact-button-link{text-decoration:none}.baseline{background-image:url(../assets/c75e77621c5449c91fff.jpg);background-repeat:no-repeat;background-size:cover;opacity:0.6;position:absolute;left:0;top:0;width:100%;height:700rem;background-size:contain;background-repeat:no-repeat;z-index:100000}.content-layout{padding:0 35rem}.break-layout{margin:0 -35rem}.break-layout-left{margin-left:-35rem}.break-layout-right{margin-right:-35rem}.break-layout-both{margin-left:-35rem;margin-right:-35rem}.white{color:#fff !important}.black{color:#323232 !important}.green{color:#0a3200 !important}.ocher{color:#a57d00}.bg-white{background-color:#fff !important}.bg-black{background-color:#323232 !important}.bg-ocher{background-color:#a57d00 !important}.bg-gray{background-color:#d3d3d1 !important}.bg-green{background-color:#0a3200 !important}.bg-pink{background-color:#f5e1e1 !important}.bg-transparent-white{background-color:rgba(255,255,255,0.8) !important}.reverse{display:flex;flex-direction:row-reverse}.d-block-sp{display:hidden}.li-style-none{list-style:none;margin-left:-2.5rem}@media (max-width: 1200px){html{font-size:calc(10vw / 1200 * 100)}.baseline{background-image:url(../assets/e0f797451b71d56ecadf.jpg);height:2000rem}.content-layout{padding:0}.break-layout{margin:0}.break-layout-left{margin-left:0}.break-layout-right{margin-right:0}.break-layout-both{margin-left:0;margin-right:0}.d-block-sp{display:block}.li-style-none{margin-left:-4rem}}.reserve-button{position:fixed;right:0;top:35rem;width:8.5rem;height:38.5rem;border-radius:2rem 0 0 2rem;writing-mode:vertical-rl;font-size:2.8rem;display:flex;justify-content:center;align-items:center}.reserve-button img{width:3.3rem;margin-top:1rem}@media (max-width: 1200px){.reserve-button{right:auto;left:auto;top:auto;bottom:0;width:104rem;height:20rem;border-radius:4rem 4rem 0 0;writing-mode:horizontal-tb;font-size:6rem;z-index:10000;margin-left:7rem}.reserve-button img{width:6rem;margin-left:2rem}}

