/* ヘッダー */

.otona-tokyo-head .header-nav {
	padding: 10px;
	height: 60px;
	clear: both;
	position: relative;
}
.otona-tokyo-head .header-nav .header-logo-area {
	width: 200px;
	float: left;
}
.otona-tokyo-head .header-nav .header-logo-area p {
	margin: -5px 0px 5px 0px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
}
.otona-tokyo-head .top-region-name {
	color: #5C5C5C;
	background-color: #EFEFEF;
	padding: 10px 5px;
	margin: 0;
	font-size: 10px;
	position: relative;
}
.otona-tokyo-head .top-region-name p {
    margin: 0;
    transform: scale(0.48);
    width: 650px;
    position: absolute;
    top: 3px;
    left: 5px;
    transform-origin: left;
}
.otona-tokyo-head .head-logo-img {
	height: 40px;
	object-fit: contain;
	float: left;
	width: 100%;
	margin-top: -7px;
}
.otona-tokyo-head div.header-btn-area {
	float: right;
	margin-left: 15px;
}
.otona-tokyo-head div.header-btn-area a img {
	width: 38px;
}
.otona-tokyo-head div.header-btn-area div img {
	width: 32px;
}
.otona-tokyo-head div.header-btn-area div {
	display: inline-block;
	margin-left: 10px;
}
.otona-tokyo-head a {
	text-decoration: none;
}
.otona-tokyo-head div.fade-area {
	position: relative;
	width: 100%;
}
.otona-tokyo-head div.fade-area:before {
    content:"";
    display: block;
    padding-top: 135%;
}
.otona-tokyo-head div.fade-area img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* ヘッダーメニュー */

.otona-tokyo-head .otona-tokyo-menu {
	display: none;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
}
.otona-tokyo-head .menu-close-icon {
	background: #000;
	float: right;
	padding: 10px;
}
.otona-tokyo-head .menu-close-icon img {
	width: 32px;
}
.otona-tokyo-head .grand-menu {
	background: #000;
	clear: both;
	font-size: 14px;
}
.otona-tokyo-head .grand-menu .menu-line {
	border-bottom: solid 1px #707070;
}
.otona-tokyo-head .grand-menu > p {
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 10px;
	margin: 0;
}
.otona-tokyo-head .grand-menu ul {
	color: #fff;
	padding: 10px;
}
.otona-tokyo-head .grand-menu ul li {
	width: 45%;
	display: inline-block;
	margin: 10px 5px;
	white-space: nowrap
}
.otona-tokyo-head .grand-menu ul li a,
.otona-tokyo-head .grand-menu ul li p {
	padding: 10px 0;
	color: #fff;
	display: block;
	font-size: 12px;
	margin: 0;
}
.otona-tokyo-head .grand-menu ul li span.arrow-icon {
	margin-right: 10px;
}
.otona-tokyo-head .grand-menu ul li span.arrow-icon-right,
.otona-tokyo-head .grand-menu ul li .plus-icon span {
	float: right;
	padding-right: 5px;
}
.otona-tokyo-head .grand-menu ul li .minus-icon {
	display: none;
}
.otona-tokyo-head .grand-menu ul li .minus-icon span {
	float: right;
	padding-right: 5px;
}
.otona-tokyo-head .grand-menu ul.shop-list {
	position: absolute;
	padding: 0;
	top: 172px;
	width: 43%;
	display: none;
	white-space: normal;
}
.otona-tokyo-head .grand-menu .shop-list li {
	background: #4D4D4D;
	margin: 0;
	padding: 10px;
	width: 100%;
	border-bottom: solid 1px #707070;
}
.otona-tokyo-head .rsv-banner {
	width: 100%;
	display: inline-flex;
}
.otona-tokyo-head .rsv-banner .menu-tel,
.otona-tokyo-head .rsv-banner .menu-web {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	text-decoration: none;
}
.otona-tokyo-head .rsv-banner a img {
	width: auto;
	height: 30px;
    margin-right: 10px;
}
.otona-tokyo-head .rsv-banner .menu-tel > p,
.otona-tokyo-head .rsv-banner .menu-web > p {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.otona-tokyo-head .rsv-banner .menu-tel div.rsv-menu p,
.otona-tokyo-head .rsv-banner .menu-web div.rsv-menu p {
	font-size: 9px;
	margin: 0;
	width: 48%;
	display: inline-block;
	font-weight: bold;
}
.otona-tokyo-head .rsv-banner .menu-web div.rsv-menu p:first-of-type {
	vertical-align: top;
}
.otona-tokyo-head .rsv-banner div.rsv-menu p:last-of-type {
	border-left: solid 1px rgba(215, 186, 105, 0.5);
}
.otona-tokyo-head .rsv-banner .menu-tel {
	background: #CCA64C;
	color: #FFF;
}
.otona-tokyo-head .rsv-banner .menu-web {
	background: #402415;
	color: #D7BA69;
}
.otona-tokyo-head .rsv-banner .menu-tel .rsv-time {
	font-weight: normal;
}
.otona-tokyo-head .credit-banner img {
	width: 100%;
}
.otona-tokyo-head .grand-menu .grand-footer-1 {
	width: 60%;
}
.otona-tokyo-head .grand-menu .grand-footer-2 {
	width: 30%;
}

@media screen and (max-width: 992px) {
	.keyvisual-box {
		display: none;
	}
}

/* フッター */

.otona-tokyo-footer {
	display: none;
}

@media screen and (max-width: 992px) {
	.otona-tokyo-footer {
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 9999;
		border: none;
		display: inline-flex;
	}
	.otona-tokyo-footer .footer-tel,
	.otona-tokyo-footer .footer-web,
	.otona-tokyo-footer .footer-recruit {
		width: 100%;
		text-align: center;
		text-decoration: none;
	}
	.otona-tokyo-footer img {
		width: auto;
		height: 30px;
	}
	.otona-tokyo-footer .footer-tel p:first-of-type,
	.otona-tokyo-footer .footer-web p:first-of-type {
		font-weight: bold;
		font-size: 16px;
		line-height: 1em;
		margin-bottom: 6px;
	}
	.otona-tokyo-footer .footer-tel p:last-of-type,
	.otona-tokyo-footer .footer-web p:last-of-type {
		font-size: 10px;
		margin: 0;
		line-height: 1em;
	}
	.otona-tokyo-footer .footer-tel {
		background: #CCA64C;
		color: #FFF;
	}
	.otona-tokyo-footer .footer-web {
		background: #402415;
		color: #9D8748;
	}
	.otona-tokyo-footer .f-txt {
		margin-left: 10px;
	}
	.otona-tokyo-footer .footer-recruit {
		background: #1A2649;
	}
	.otona-tokyo-footer .footer-tel > div,
	.otona-tokyo-footer .footer-web > div,
	.otona-tokyo-footer .footer-recruit > div {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70px;
	}
	.otona-tokyo-footer a.footer-recruit div img {
		width: 70%;
		object-fit: contain;
	}
}
@media screen and (max-width: 320px) {
	.otona-tokyo-footer img {
		margin: 0 3px;
	}
	.otona-tokyo-footer .f-txt {
		margin-left: 0;
	}
	.otona-tokyo-footer .footer-tel p:first-of-type,
	.otona-tokyo-footer .footer-web p:first-of-type {
		font-size: 12px;
	}
}
