@charset "utf-8";main{margin-left:240px;overflow:hidden}body{min-width:1200px;background:#ece9e4}#js_loading{width:100%;height:100%;background:radial-gradient(#ece9e4,#665f5c);position:fixed;top:0;left:0;z-index:20000}#js_loading .container{position:fixed;width:200px;height:50px;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.ball{width:10px;height:10px;margin:10px auto;border-radius:50px}.ball:nth-child(1){background:#fff;-webkit-animation:right 1s infinite ease-in-out;-moz-animation:right 1s infinite ease-in-out;animation:right 1s infinite ease-in-out}.ball:nth-child(2){background:#fff;-webkit-animation:left 1.1s infinite ease-in-out;-moz-animation:left 1.1s infinite ease-in-out;animation:left 1.1s infinite ease-in-out}.ball:nth-child(3){background:#fff;-webkit-animation:right 1.05s infinite ease-in-out;-moz-animation:right 1.05s infinite ease-in-out;animation:right 1.05s infinite ease-in-out}.ball:nth-child(4){background:#fff;-webkit-animation:left 1.15s infinite ease-in-out;-moz-animation:left 1.15s infinite ease-in-out;animation:left 1.15s infinite ease-in-out}.ball:nth-child(5){background:#fff;-webkit-animation:right 1.1s infinite ease-in-out;-moz-animation:right 1.1s infinite ease-in-out;animation:right 1.1s infinite ease-in-out}.ball:nth-child(6){background:#fff;-webkit-animation:left 1.05s infinite ease-in-out;-moz-animation:left 1.05s infinite ease-in-out;animation:left 1.05s infinite ease-in-out}.ball:nth-child(7){background:#fff;-webkit-animation:right 1s infinite ease-in-out;-moz-animation:right 1s infinite ease-in-out;animation:right 1s infinite ease-in-out}@-webkit-keyframes right{0%{-webkit-transform:translate(-15px)}50%{-webkit-transform:translate(15px)}100%{-webkit-transform:translate(-15px)}}@-webkit-keyframes left{0%{-webkit-transform:translate(15px)}50%{-webkit-transform:translate(-15px)}100%{-webkit-transform:translate(15px)}}@-moz-keyframes right{0%{-moz-transform:translate(-15px)}50%{-moz-transform:translate(15px)}100%{-moz-transform:translate(-15px)}}@-moz-keyframes left{0%{-moz-transform:translate(15px)}50%{-moz-transform:translate(-15px)}100%{-moz-transform:translate(15px)}}@keyframes right{0%{transform:translate(-15px)}50%{transform:translate(15px)}100%{transform:translate(-15px)}}@keyframes left{0%{transform:translate(15px)}50%{transform:translate(-15px)}100%{transform:translate(15px)}}#header{position:fixed;display:block;width:100%;right:30px;top:30px;z-index:9}#header:before{content:"";position:fixed;left:0;top:0;width:100%;height:160px;background:linear-gradient(rgba(30,20,10,.25),rgba(30,20,10,0));margin-left:240px}#header .logo{display:none}#header .button{position:absolute;right:180px;top:10px}#header .button a{display:inline-block;padding:15px 24px 14px;font-size:.875em;border-radius:5px;border:solid 1px #fff;color:#fff;position:relative;transition:.25s all}#header .button a:hover{border-radius:30px}#header .language{position:absolute;right:80px;top:25px;color:#fff}#header .language a{margin:0 8px;color:#eee;transition:.25s all}#header .language a:hover{color:#e90}#header .language a.active{color:#fff;font-weight:700}#header .hamburgerMenu .checkbox-toggle{position:absolute;top:0;right:0;z-index:9;cursor:pointer;width:60px;height:60px;opacity:0}#header .hamburgerMenu .checkbox-toggle:checked+.hamburger>div{transform:rotate(135deg);background:#fff}#header .hamburgerMenu .checkbox-toggle:checked+.hamburger>div:before,#header .hamburgerMenu .checkbox-toggle:checked+.hamburger>div:after{top:0;transform:rotate(90deg);background:#fff;width:100%}#header .hamburgerMenu .checkbox-toggle:checked+.hamburger>div:after{opacity:0}#header .hamburgerMenu .checkbox-toggle:checked~.menu{pointer-events:auto;visibility:visible}#header .hamburgerMenu .checkbox-toggle:checked~.menu>div{transform:scale(1);transition-duration:.5s}#header .hamburgerMenu .checkbox-toggle:checked~.menu>div>div{opacity:1;transition:opacity .4s ease .4s}#header .hamburgerMenu .checkbox-toggle:checked:hover+.hamburger>div{transform:rotate(225deg)}#header .hamburgerMenu .hamburger{position:absolute;top:0;right:0;z-index:8;width:70px;height:50px;padding:.5em 1em;cursor:pointer;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;align-items:center;justify-content:center}#header .hamburgerMenu .hamburger>div{position:relative;top:-10px;flex:none;width:100%;height:1px;background:#fff;transition:all .4s ease;display:flex;align-items:center;justify-content:center}#header .hamburgerMenu .hamburger>div:before,#header .hamburgerMenu .hamburger>div:after{content:'';position:absolute;z-index:1;top:-20px;left:0;width:100%;height:1px;background:inherit;transition:all .4s ease}#header .hamburgerMenu .hamburger>div:before{top:12px;width:75%}#header .hamburgerMenu .hamburger>div:after{opacity:0}#header .hamburgerMenu .hamburger span{position:absolute;top:40px;right:16px;z-index:1;color:#fff;font-size:.675em;letter-spacing:.1em}#header .hamburgerMenu .menu{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;visibility:hidden;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:1px solid transparent;display:flex;align-items:center;justify-content:center}#header .hamburgerMenu .menu>div{width:300vw;height:300vw;color:#fff;background:radial-gradient(#867f7c,#665f5c);border-radius:50%;transition:all .4s ease;flex:none;transform:scale(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;display:flex;align-items:center;justify-content:center}#header .hamburgerMenu .menu>div>div{text-align:center;max-width:90vw;max-height:100vh;opacity:0;transition:opacity .4s ease}#header .hamburgerMenu .menu>div>div>ul{list-style:none;padding:0 1em;margin:0;display:block;max-height:100vh}#header .hamburgerMenu .menu>div>div>ul>li{width:240px;padding:0;margin-top:0;font-size:1em;display:block;border-bottom:dotted 1px #fff}#header .hamburgerMenu .menu>div>div>ul>li>a{position:relative;display:block;padding:13px 0;cursor:pointer;color:#fff;letter-spacing:.1em;transition:opacity .4s ease}#header .hamburgerMenu .menu>div>div>ul>li>a img{width:120px;height:auto;margin-bottom:1.75vh}#header .hamburgerMenu .menu>div>div>.subButton{margin-top:3vh;text-align:center}#header .hamburgerMenu .menu>div>div>.subButton a{display:inline-block;height:170px;margin:0 12px;padding:18px 16px;box-shadow:5px 5px 20px 0 rgba(0,0,0,.2);border-radius:5px;text-align:left;color:#fff;position:relative;transition:.25s all}#header .hamburgerMenu .menu>div>div>.subButton a:after{content:"";display:block;width:12px;height:12px;position:absolute;left:50%;transform:translateX(-50%) rotate(90deg);bottom:15px;background:url(//www.kyoto-shimazu.com/sys/wp-content/themes/shimazu.sys/assets/ja/common/css/../../imageFile/global/icon_arrow_white.svg) no-repeat center;background-size:12px auto;transition:.25s all}#header .hamburgerMenu .menu>div>div>.subButton a:hover{box-shadow:0 0 0 0 rgba(0,0,0,.2)}#header .hamburgerMenu .menu>div>div>.subButton a:hover:after{bottom:10px}#header .hamburgerMenu .menu>div>div>.subButton a.reserve{background:#c54145}#header .hamburgerMenu .menu>div>div>.subButton a.reserve:hover{background:#c53135}#header .hamburgerMenu .menu>div>div>.subButton a.online{background:#3c3c3c;pointer-events:none;opacity:.3;display:none}#header .hamburgerMenu .menu>div>div>.subButton a.online:hover{background:#2c2c2c}#sideMenu{position:fixed;left:0;top:0;width:240px;height:100%;background:#f9f9f9;box-shadow:5px 5px 50px 0 rgba(0,0,0,.1);z-index:8}#sideMenu .globalNav{width:100%}#sideMenu .globalNav .logo{text-align:center;margin-top:4vh}#sideMenu .globalNav .logo a img{width:60px;height:auto}#sideMenu .globalNav>ul{margin-top:4vh}#sideMenu .globalNav>ul>li{margin-top:2vh}#sideMenu .globalNav>ul>li:first-child{margin-top:0}#sideMenu .globalNav>ul>li a{display:block;padding:5px 30px;font-size:1.125em;font-weight:700;transition:.25s all}#sideMenu .globalNav>ul>li.active a{color:#e90}#sideMenu .globalNav>ul>li.active span ul li a{color:#fff}#sideMenu .globalNav>ul>li.active span ul li a:hover{color:#e90}#sideMenu .globalNav>ul>li a:hover{color:#e90}#sideMenu .globalNav>ul>li span{display:block;position:relative;transition:.25s all;z-index:9}#sideMenu .globalNav>ul>li span:before{content:"";display:block;position:absolute;left:182px;top:50%;transform:translateY(-50%);margin-top:1px;width:0;height:1px;background:#ddd;transition:.25s all}#sideMenu .globalNav>ul>li:nth-child(2) span:before{left:128px}#sideMenu .globalNav>ul>li:nth-child(3) span:before{left:110px}#sideMenu .globalNav>ul>li span ul{display:none;position:absolute;left:0;top:0;width:240px;padding:0 30px;z-index:9;transition:.25s all}#sideMenu .globalNav>ul>li span ul:before{content:"";position:fixed;left:240px;top:0;width:220px;height:100%;background:linear-gradient(90deg,rgba(80,70,60,.9),rgba(80,70,60,.8));opacity:0;transition:.25s all}#sideMenu .globalNav>ul>li span ul li{margin-top:1.8vh}#sideMenu .globalNav>ul>li span ul li:first-child{margin-top:0}#sideMenu .globalNav>ul>li span ul li a{display:inline-block;padding:5px 0;font-weight:700;position:relative;color:#fff}#sideMenu .globalNav>ul>li span ul li a:before{content:"";position:absolute;left:0;bottom:6px;width:100%;height:1px;background:#fff;transition:.25s all}#sideMenu .globalNav>ul>li span ul li a:after{content:"";display:block;width:12px;height:12px;position:absolute;right:-20px;top:50%;transform:translateY(-50%);background:url(//www.kyoto-shimazu.com/sys/wp-content/themes/shimazu.sys/assets/ja/common/css/../../imageFile/global/icon_arrow_white.svg) no-repeat center;background-size:12px auto;transition:.25s all}#sideMenu .globalNav>ul>li span ul li a:hover:before{background:#e90}#sideMenu .globalNav>ul>li span ul li a:hover:after{background:url(//www.kyoto-shimazu.com/sys/wp-content/themes/shimazu.sys/assets/ja/common/css/../../imageFile/global/icon_arrow_orange.svg) no-repeat center;background-size:12px auto}#sideMenu .globalNav>ul>li span:hover:before{width:58px}#sideMenu .globalNav>ul>li:nth-child(2) span:hover:before{width:112px}#sideMenu .globalNav>ul>li:nth-child(3) span:hover:before{width:130px}#sideMenu .globalNav>ul>li span:hover ul{display:block;left:240px;opacity:1}#sideMenu .globalNav>ul>li span:hover ul:before{opacity:.9}#sideMenu .globalNav .button{margin-top:4vh;text-align:center}#sideMenu .globalNav .button a{display:inline-block;height:190px;margin:0 13px;padding:20px 18px;box-shadow:5px 5px 20px 0 rgba(0,0,0,.2);border-radius:5px;text-align:left;color:#fff;letter-spacing:.1em;position:relative;transition:.25s all}#sideMenu .globalNav .button a:after{content:"";display:block;width:12px;height:12px;position:absolute;left:50%;transform:translateX(-50%) rotate(90deg);bottom:15px;background:url(//www.kyoto-shimazu.com/sys/wp-content/themes/shimazu.sys/assets/ja/common/css/../../imageFile/global/icon_arrow_white.svg) no-repeat center;background-size:12px auto;transition:.25s all}#sideMenu .globalNav .button a:hover{box-shadow:0 0 0 0 rgba(0,0,0,.2)}#sideMenu .globalNav .button a:hover:after{bottom:10px}#sideMenu .globalNav .button a.reserve{background:#c54145}#sideMenu .globalNav .button a.reserve:hover{background:#c53135}#sideMenu .globalNav .button a.online{background:#3c3c3c;pointer-events:none;opacity:.2;display:none}#sideMenu .globalNav .button a.online:hover{background:#2c2c2c}#sideMenu .globalNav>ul>li{opacity:0;position:relative;animation-name:globalNav-animate01;animation-duration:.5s;animation-fill-mode:forwards}#sideMenu .globalNav>ul>li:nth-child(1){animation-delay:0s}#sideMenu .globalNav>ul>li:nth-child(2){animation-delay:.1s}#sideMenu .globalNav>ul>li:nth-child(3){animation-delay:.2s}#sideMenu .globalNav>ul>li:nth-child(4){animation-delay:.3s}#sideMenu .globalNav>ul>li:nth-child(5){animation-delay:.4s}#sideMenu .globalNav>ul>li:nth-child(6){animation-delay:.5s}#sideMenu .globalNav>ul>li:nth-child(7){animation-delay:.6s}@keyframes globalNav-animate01{0%{opacity:0;bottom:-20px}100%{opacity:1;bottom:0}}#sideMenu .globalNav>ul>li span ul li{opacity:0;position:relative;animation-name:globalNav-animate02;animation-duration:.5s;animation-fill-mode:forwards}#sideMenu .globalNav>ul>li span ul li:nth-child(1){animation-delay:0}#sideMenu .globalNav>ul>li span ul li:nth-child(2){animation-delay:.1s}#sideMenu .globalNav>ul>li span ul li:nth-child(3){animation-delay:.2s}@keyframes globalNav-animate02{0%{opacity:0;left:-20px}100%{opacity:1;left:0}}#sideMenu .globalNav>ul>li:nth-child(2) span ul li:nth-child(3){opacity:.2!important;pointer-events:none!important}#footer{margin-left:240px;background:#f3f1f0;padding:100px 0}#footer .footerMenu ul{display:flex}#footer .footerMenu ul li{display:inline-block;margin-left:2.2%;vertical-align:top;flex-grow:1}#footer .footerMenu ul li:first-child{margin-left:0}#footer .footerMenu ul li .logo{margin-top:-20px;padding-right:5%}#footer .footerMenu ul li .logo a img{width:60px;height:auto}#footer .footerMenu ul li .title{padding-bottom:20px;border-bottom:solid 1px #e3e1e0}#footer .footerMenu ul li .title a{font-size:1.125em;font-weight:700;transition:.25s all}#footer .footerMenu ul li .title a:hover{color:#e90}#footer .footerMenu ul li .link{margin-top:25px}#footer .footerMenu ul li .link a{display:block;margin-top:18px;text-indent:-.75em;padding-left:1em;transition:.25s all}#footer .footerMenu ul li .link a:first-child{margin-top:0}#footer .footerMenu ul li .link a:hover{color:#e90}#footer .footerMenu ul li .subLink a{display:block;margin-top:25px;padding-left:16px;font-weight:700;background:url(//www.kyoto-shimazu.com/sys/wp-content/themes/shimazu.sys/assets/ja/common/css/../../imageFile/global/icon_arrow_black.svg) no-repeat left center;background-size:10px auto;transition:.25s all}#footer .footerMenu ul li .subLink a:first-child{margin-top:0}#footer .footerMenu ul li .subLink a:hover{color:#e90;background:url(//www.kyoto-shimazu.com/sys/wp-content/themes/shimazu.sys/assets/ja/common/css/../../imageFile/global/icon_arrow_orange.svg) no-repeat left center;background-size:10px auto}#footer .subMenu{margin-top:40px;padding-top:40px;border-top:solid 1px #e3e1e0;position:relative}#footer .subMenu a{font-size:.875em;text-decoration:underline;transition:.25s all}#footer .subMenu a:hover{color:#e90}#footer .subMenu .overview{position:absolute;bottom:0;right:340px}#footer .subMenu .privacy{position:absolute;bottom:0;right:180px}#footer .subMenu .contact{position:absolute;bottom:0;right:75px}#footer .subMenu .reservation{position:absolute;bottom:0;right:0}#footer .subMenu .copyright{font-size:.875em;letter-spacing:.05em;line-height:1.5}.grecaptcha-badge{visibility:hidden}