@charset "utf-8";

main { overflow: hidden; }
body { min-width: 1200px; background: #fff; }

/*============================
#header
============================*/
#header {}
#header .button { position: fixed; z-index: 4; top: 0; right: 0; border-bottom-left-radius: 30px; background: linear-gradient(90deg, rgba(160, 132, 39, 1), rgba(197, 178, 70, 1)); display: flex; align-items: center; box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2); }
#header .button .language {}
#header .button .language a { display: block; width: 60px; padding-left: 5px; font-weight: lighter; letter-spacing: 0.1em; color: #fff; opacity: 0.5; border-right: 1px solid #fff; text-align: center; }
#header .button .reservation { margin-left: 20px; }
#header .button .reservation a { display: block; padding: 25px 25px 25px 40px; color: #fff; font-size: 1.125em; font-weight: bold; letter-spacing: 0.15em; position: relative; }
#header .button .reservation a::before { content: ""; position: absolute; top: 50%; left: 2px; transform: translateY(-50%); background-image: url("../../imageFile/icon_yoaku.svg"); background-repeat: no-repeat; width: 26px; height: 26px; margin-top: -2px; }
#header .button .reservation a::after { content: ""; position: absolute; width: 8px; height: 8px; border: 0; border-top: solid 1px #fff; border-right: solid 1px #fff; top: 50%; right: -30px; margin-top: -4px; transform: rotate(45deg); }
#header .button .reservation a span { margin-left: 10px; font-size: 0.875em; font-weight: 100; opacity: 0.8; letter-spacing: 0.1em; }
#header .logo_sp { display: none; }

#en #header .button .reservation a span { margin-left: 0; }
#en #header .button .reservation a em { display: none; }

/*============================
#sideMenu
============================*/
#sideMenu { width: 240px; min-height: 820px; height: 80vh; position: absolute; left: 0; top: 0;}
#sideMenu .globalNav { padding-top: 140px; width: 240px; }
#sideMenu .globalNav .logo { position: relative; margin: 0 auto; width: 150px; }
#sideMenu .globalNav .logo a {}
#sideMenu .globalNav .logo a img { width: 150px; height: auto; }
#sideMenu .globalNav .logo a  {}
#sideMenu .globalNav ul { margin: 80px auto 0; width: 100px; }
#sideMenu .globalNav ul li { margin-top: 30px; text-align: center; position: relative; opacity: 0; animation-name: navi01-animate; animation-duration: 2s; animation-fill-mode: forwards; }
	@keyframes navi01-animate {
		0% { opacity: 0; top: 20px; }
		100% { opacity: 1; top: 0; }
	}
#sideMenu .globalNav ul li:nth-child(1) { animation-delay: 0.2s; }
#sideMenu .globalNav ul li:nth-child(2) { animation-delay: 0.3s; }
#sideMenu .globalNav ul li:nth-child(3) { animation-delay: 0.4s; }
#sideMenu .globalNav ul li:nth-child(4) { animation-delay: 0.5s; }
#sideMenu .globalNav ul li:nth-child(5) { animation-delay: 0.6s; }
#sideMenu .globalNav ul li:nth-child(6) { animation-delay: 0.7s; }
#sideMenu .globalNav ul li:nth-child(7) { animation-delay: 0.8s; }
#sideMenu .globalNav ul li:first-child { margin-top: 0; }
#sideMenu .globalNav ul li a { font-size: 1.25em; letter-spacing: 0.1em; font-weight: 500; position: relative; }
#sideMenu .globalNav ul li a::before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #222; transform: scale(0, 1); transform-origin: left; transition: 0.25s all; }
#sideMenu .globalNav ul li a:hover::before {transform: scale(1); }

/*============================
#footer
============================*/
#footer { background: #222; padding: 80px 0;}
#footer .logo { position: relative; }
#footer .logo a { display: inline-block; }
#footer .logo a img { width: 80px; height: auto; }
#footer .logo a .tagline { position: absolute; left: 100px; top: 8px; color: #fff; transition: 0.25s all; }
#footer .logo a .name { position: absolute; left: 100px; top: 36px; font-size: 2.5em; color: #fff; transition: 0.25s all; }
#footer .logo a .name span { font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; letter-spacing: 0.1em; transition: 0.25s all; }
#footer .logo a:hover .tagline { letter-spacing: 0.05em; }
#footer .logo a:hover .name { letter-spacing: 0.05em; }
#footer .logo a:hover .name span { letter-spacing: 0.125em; }
#footer .address { margin-top: 30px; color: #fff; line-height: 1.75; letter-spacing: 0.1em; }
#footer .footerMenu { position: absolute; right: 0; top: 20px; }
#footer .footerMenu ul {}
#footer .footerMenu ul li { float: left; margin-left: 40px; display: inline-block; }
#footer .footerMenu ul li:first-child { margin-left: 0; }
#footer .footerMenu ul li a { color: #fff; letter-spacing: 0.05em; opacity: 0.9; position: relative; transition: 0.25s all; }
#footer .footerMenu ul li a::before { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: #fff; transform: scale(0, 1); transform-origin: left; transition: 0.25s all; }
#footer .footerMenu ul li a:hover { color: #ffe; opacity: 1; }
#footer .footerMenu ul li a:hover::before {transform: scale(1); }
#footer .companyLogo { text-align: center; }
#footer .companyLogo a {}
#footer .companyLogo a img {}
#footer .copyright { margin-top: 30px; text-align: center; font-size: 0.875em; color: #777; }