@charset "utf-8";
@import url("reset.css");
#pod_header_ucar .header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 640px;
	height: 96px;
	background: #fff;
	z-index: 500;
}
#pod_header_ucar .header .logo {
	position: absolute;
	top: 21px;
	left: 18px;
}
#pod_header_ucar .header .user-func {
	display: flex;
	position: absolute;
	top: 18px;
	right: 160px;
}
#pod_header_ucar .header .user-func li {
	height: 58px;
	background-repeat: no-repeat;
}
#pod_header_ucar .header .user-func li:nth-child(n + 2) {
	margin-left: 20px;
}
#pod_header_ucar .header .user-func .favorite {
	background-image: url(../img/header/btn_h_icon_favorite.png);
	background-position: center 3px;
}
#pod_header_ucar .header .user-func .history {
	background-image: url(../img/header/btn_h_icon_history.png);
	background-position: center 1px;
}
#pod_header_ucar .header .user-func li a {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}
#pod_header_ucar .header .tel-gnavi {
	display: flex;
	position: absolute;
	top: 20px;
	right: 16px;
}
#pod_header_ucar .header .tel-gnavi li:nth-child(n + 2) {
	margin-left: 10px;
}
#pod_header_ucar .header .tel-gnavi .btn-gnavi .ico-close {
	display: none;
}
#pod_header_ucar .gnavi {
	position: fixed;
	top: 96px;
	left: 50%;
	transform: translateX(-50%);
	width: 640px;
	height: calc(100% - 96px);
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "MS PGOTHIC", Arial, sans-serif;
	z-index: 500;
	display: none;
}
#pod_header_ucar .gnavi a {
	color: #000;
	text-decoration: none;
}
#pod_header_ucar .gnavi .navi {
	position: absolute;
	top: 0;
	right: -572px;
	width: 572px;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 501;
}
#pod_header_ucar .gnavi .navi .inner {
	background: #fff;
	color: #000;
	font-size: 24px;
}
#pod_header_ucar .gnavi .navi .inner .ttl {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 66px;
	padding: 0 18px;
	background: #f6f6f6;
	font-weight: bold;
}
#pod_header_ucar .gnavi .navi .inner .ttl.biz {
	margin-top: 20px;
}
#pod_header_ucar .gnavi .navi .inner ul li a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 66px;
	padding: 0 18px;
}
#pod_header_ucar .gnavi .navi .inner ul li.popular a::after {
	content: "";
	width: 79px;
	height: 24px;
	background: url("../img/header/label_ichiban.png") no-repeat;
	background-size: cover;
}
#pod_header_ucar .gnavi .navi .inner ul li a.acrd {
	background-image: url(../img/header/acrd_icon_open.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
}
#pod_header_ucar .gnavi .navi .inner ul li a.acrd.open {
	background-image: url(../img/header/acrd_icon_close.png);
}
#pod_header_ucar .gnavi .navi .inner > ul > li > ul, #pod_header_ucar .gnavi .navi .inner > ul > li > dl {
	display: none;
}
#pod_header_ucar .gnavi .navi .inner > ul > li > ul > li > a {
	padding-left: 54px;
}
#pod_header_ucar .gnavi .navi .inner > ul > li > dl > dt {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 66px;
	padding: 0 18px 0 54px;
	font-weight: bold;
}
#pod_header_ucar .gnavi .navi .inner > ul > li > dl > dd > ul > li > a {
	padding-left: 90px;
}