img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
body.nav--opened .menu-inner {
	transform: translateY(0);
}
body.nav--opened #topcontrol {
	display: none;
}
.hamburger {
	width: 60px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	padding: 0;
	cursor: pointer;
}
.hamburger::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/shared/menu_on.jpg) no-repeat center center / 100%;
	z-index: -1;
}
.hamburger.is-active::before {
	z-index: 3;
}
.menu-inner {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	transform: translateY(-150%);
	background: #000;
	padding: 90px 40px;
	color: #fff;
}
.menu-inner a:hover {
	text-decoration: none;
}
.menu-inner .box-ul ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.menu-inner .box-ul ul li {
	width: 50%;
	margin-bottom: 10px;
}
.menu-inner .box-ul ul li a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #e27d2b;
	padding: 0 10px;
}
.menu-inner .box-ul ul li:hover a,
.menu-inner .box-ul ul li.active a {
	color: #000;
	background: #e27d2b;
}
.menu-inner .box-ul ul:nth-child(2) li {
	box-sizing: border-box;
	border-left: 1px solid #e27d2b;
}
.menu-inner .box-ul ul:nth-child(2) li:nth-child(2) {
	border-right: 1px solid #e27d2b;
}
.menu-inner .tel-fax {
	margin: 0 -30px;
}
.menu-inner .text {
	text-align: center;
	margin: 20px 0;
}
.menu-inner .button a {
	width: 90%;
}
header {
	height: auto !important;
	position: relative !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	z-index: 39;
}
header .logo {
	top: 0;
	left: 0;
	width: 55%;
	margin: 0;
}
header h1,
header h2 {
	position: absolute;
}
header h2 {
	top: 17vw;
	left: 2%;
	font-size: 11vw;
	letter-spacing: 0;
	line-height: 1.5;
	font-weight: 900;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}
header h1 {
	top: auto;
	left: 10%;
	right: 10%;
	text-align: center;
	bottom: 10px;
}

footer {
	background: url(../img/shared/ft_bg.jpg) no-repeat bottom center / 100%, #000;
	padding: 50px 0 130px;
	color: #ffffff;
}
footer a:hover {
	text-decoration: none;
}
footer .wrap {
	padding: 0 3%;
}
footer .logo {
	text-align: center;
}
footer .text {
	text-align: center;
	margin: 20px 0;
}
footer .btns {
	margin-bottom: 50px;
}
footer .btns li {
	margin-bottom: 10px;
}
footer .btns li:nth-child(2) a::before {
	background-image: url(../img/shared/ico_bike.png);
}
footer .box-dl {
	margin: 0 5px 40px;
}
footer .box-dl dl {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer .photo {
	margin-bottom: 30px;
}
footer address {
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 13px;
	font-style: normal;
}
footer .cookies_link {
	text-align: center;
	margin: 15px 0 40px;
}
footer .cookies_link a {
	position: relative;
	text-decoration: underline;
}
footer .cookies_link a::after {
	content: '';
	position: absolute;
	width: 12px;
	padding-top: 12px;
	background: url(../img/shared/cookie_link.png) no-repeat center / 100%;
	top: 2px;
	right: -22px;
}
footer .cookies_link a:hover {
	text-decoration: none;
}
footer #socialbuttons {
	display: flex;
	justify-content: center;
}
.ft-fixed {
	background: #000;
	display: flex;
	position: fixed;
	padding-bottom: env(safe-area-inset-bottom);
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	z-index: 99;
}
.ft-fixed a:hover {
	text-decoration: none;
}
.ft-fixed li:nth-child(1),
.ft-fixed li:nth-child(2),
.ft-fixed li:nth-child(4) {
	border-right: 1px solid #000;
}
.ft-fixed li:nth-child(1),
.ft-fixed li:nth-child(3),
.ft-fixed li:nth-child(5) {
	width: 15%;
}
.ft-fixed li:nth-child(2),
.ft-fixed li:nth-child(4) {
	flex: 1;
}
.ft-fixed li:nth-child(1),
.ft-fixed li:nth-child(2),
.ft-fixed li:nth-child(3) {
	background: #e27d2b;
}
.ft-fixed li:nth-child(4),
.ft-fixed li:nth-child(5) {
	background: #fff;
}
.ft-fixed li a {
	display: block;
	text-align: center;
}
.ft-fixed li a img {
	height: 50px;
	width: auto;
}
.button a {
	text-decoration: none;
	width: 80%;
	margin: 0 auto;
	display: block;
	font-size: 5vw;
	line-height: 12vw;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #ffffff;
	background: #cc0404;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-left: 15px;
	text-align: left;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 700;
}
.button a:hover {
	text-decoration: none;
}
.button a::after {
	content: '';
	position: absolute;
	background: url(../img/shared/arr_white.png) no-repeat center / 100%;
	width: 10px;
	height: 13px;
	right: 28px;
	top: calc(50% - 6.5px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.button a:hover {
	opacity: 0.8;
}
.button a:hover::after {
	right: 23px;
}
.button.mail a {
	padding-left: 70px;
}
.button.mail a::before {
	content: '';
	position: absolute;
	background: url(../img/shared/mail_white.png) no-repeat center / 100%;
	width: 27px;
	height: 20px;
	top: calc(50% - 10px);
	left: 25px;
}
#topcontrol {
	bottom: calc(env(safe-area-inset-bottom) + 50px) !important;
}
