@charset "UTF-8";
/*-------------------------------------------
新ヘッダー用
-------------------------------------------*/

header {
	width: 100%;
	height: 70px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

header * { box-sizing: border-box; }
header a* { text-decoration: none; }
header a:focus {
	outline: none;
}

header:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: -1px;
	opacity: .1;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

header .pc_none {
	display: none;
}

header #headerInner {
	width: 95%;
	max-width: 1080px;
    height: inherit;
	text-align: right;
    margin: 0 auto;
}

header #headerInner > div {
	width: 100%;
	height: 100%;
	position: relative;
}

header #headerInner .headerLogo {
	display: inline-block;
    width: 112px;
    height: 41px;
    position: absolute;
    top: 14px;
    left: 0;
    margin: 0;
	z-index: 100;
}

header #headerInner .headerLogo a {
	display: block;
	width: inherit;
	height: inherit;
	text-indent: 100%; 
	white-space: nowrap; 
	overflow: hidden;
	background: url(/images/common/dennysCommonImg.png) no-repeat;
	background-size: 260px 450px;
	background-position: 0 0;
}

header #headerInner .headerMenu {
	display: inline-block;
	vertical-align: top;
	width: 75%;
}

header #headerInner .headerMenu ul {
	font-size: 0;
	letter-spacing: 0;
}

header #headerInner .headerMenu ul li {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: 100%;
	margin-right: 5%;
}

header #headerInner .headerMenu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 70px;
	color: #555;
	text-decoration: none;
	position: relative;
	transition: .3s ease;
	-webkit-transition: .3s ease;
}

header #headerInner .headerMenu ul li a:hover {
	color: #EB2214;
}

header #headerInner .headerMenu ul li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #EB2214;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0);
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: .3s ease;
	-webkit-transition: .3s ease;
}

header #headerInner .headerMenu ul li a:hover:after {
	transform: scaleX(1);
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

header #headerInner .headerSearch {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	height: 100%;
}

header #headerInner .headerSearch #searchArea {
	height: 100%;
}

header fieldset {
	border: none;
    margin: 0;
    padding: 0;
	list-style: none;
    text-decoration: none;
	-webkit-text-size-adjust: none;
}

header form {
	width: 100%;
    height: 34px;
    color: #555;
    background: #f2f2f2;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    top: 18px;
    border: 1px solid #f2f2f2;
}

header input:-webkit-autofill, 
header textarea:-webkit-autofill, 
header select:-webkit-autofill {
	background: #f2f2f2 !important;
	color: #555 !important;
}

header form #serachArea_Btn {
	position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    overflow: hidden;
    border: none;
    background: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    -webkit-appearance: initial;
	background: url(/images/common/dennysCommonImg.png) no-repeat;
    background-size: 260px 450px;
    background-position: -224px 0;
	transition: .3s ease;
	-webkit-transition: .3s ease;
}

header form #serachArea_input {
	width: 100%;
	font-size: 14px;
    line-height: 32px;
	color: #555;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    vertical-align: middle;
	padding-left: 32px;
}

header input[type="submit"]:focus,
header input[type="text"]:focus {
  outline: 0;
  border-color: none;
}


/*-------------------------------------------
以下、TAB用
-------------------------------------------*/

@media screen and (max-width:768px) {

header .sp_none { display: none !important; }
header .pc_none { display: inline-block; }

.backOverlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
    background: #000;
    z-index: 998;
    cursor: pointer;
}

header #headerInner {
	width: 100%;
}

header #headerInner .headerLogo {
	left: 34px;
}

header #headerInner .headerMenu {
    position: fixed;
    width: 100%;
    top: 70px;
    left: 0;
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

header #headerInner .opening {
	opacity: 1;
	transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: .3s ease;
	-webkit-transition: .3s ease;
}

header #headerInner .headerMenu ul {
	background: rgba(255,255,255,.9) ;
	box-shadow: 0 3px 12px -6px rgba(0,0,0,.5) inset;
	position: relative;
	overflow: hidden;
}

header #headerInner .headerMenu ul li {
	vertical-align: top;
    width: 25%;
    margin: 0;
    text-align: center;
	position: relative;
}

header #headerInner .headerMenu ul li:after {
	content: "";
	display: block;
	width: 1px;
	height: 200%;
	background: #000;
	opacity: .1;
	position: absolute;
	top: 0;
	right: 0;
}

header #headerInner .headerMenu ul li:last-child:after {
	content: none;
}

header #headerInner .headerMenu ul li a {
	height: auto;
	line-height: 1.4;
	font-weight: bold;
	padding: 102px 15px 20px 15px;
}

header #headerInner .headerMenu ul li a:after {
	content: "";
    width: 72px;
    height: 72px;
    background: url(/images/common/dennysCommonImg.png) no-repeat;
    background-size: 260px 450px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: auto;
	margin: auto;
	transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}

header #headerInner .headerMenu ul li:nth-child(1) a:after { background-position: 0 -268px; }
header #headerInner .headerMenu ul li:nth-child(2) a:after { background-position: 0 -196px; }
header #headerInner .headerMenu ul li:nth-child(3) a:after { background-position: -72px -196px; }
header #headerInner .headerMenu ul li:nth-child(4) a:after { background-position: -144px -196px; }

header #headerInner .headerMenu #closeBtnOverlay {
	display: block;
	width: 180px;
    height: 42px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
    border-radius: 21px;
    background: rgba(255,255,255,.9);
    margin: 42px auto 0;
}

header .headerSP {
	width: 100%;
    height: inherit;
    position: relative;
	background: #fff;
	font-size: 0;
    letter-spacing: 0;
}

header .headerSP .searchBtn {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

header .headerSP .searchBtn p {
	margin: 0 auto;
}

header .headerSP .searchBtn p a {
	display: block;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: .1em;
	background: #f2f2f2;
	padding: 0 20px 0 36px;
	border-radius: 16px;
	text-decoration: none;
	position: relative;
}

header .headerSP .searchBtn p a:before {
	content: "";
	display: block;
	width: 32px;
    height: 32px;
    background: url(/images/common/dennysCommonImg.png) no-repeat;
    background-size: 260px 450px;
    background-position: -224px 0;
	position: absolute;
	top: 0;
	left: 4px;
}

header .headerSP #toggleBtn {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 100%;
	position: relative;
	cursor: pointer;
}

header .headerSP #toggleBtn span {
	display: block;
	width: 22px;
	height: 2px;
	background: #444;
	position: absolute;
	right: 34px;
	transition: .5s ease;
	-webkit-transition: .5s ease;
}

header .headerSP #toggleBtn span:nth-child(1) { top: 25px; }
header .headerSP #toggleBtn span:nth-child(2) { top: 33px; }
header .headerSP #toggleBtn span:nth-child(3) { top: 41px; }

header .headerSP .closing span:nth-child(1) {
	top: 33px !important;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

header .headerSP .closing span:nth-child(3) { 
	top: 33px !important;
	transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}

header .headerSP .closing span:nth-child(2) {
	transform: scaleX(0);
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

header #closeBtn {
	width: 92px;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

header .upper {
	height: 100% !important;
}

/*hoverの取り消し*/

header #headerInner .headerMenu ul li a:hover {
	color: #555;
}

header #headerInner .headerMenu ul li a:hover:after {
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
}

}


/*-------------------------------------------
以下、SP用
-------------------------------------------*/

@media screen and (max-width:480px) {
	
header {
	height: 54px;
}

header #headerInner .headerLogo {
    width: 96px;
	height: 35px;
    top: 9px;
    left: 15px;
}

header #headerInner .headerLogo a {
	background-size: 221px 387px;
}

header #headerInner .headerMenu {
	top: 54px;
}

header .headerSP .searchBtn {
    margin-right: 0;
}

header .headerSP #toggleBtn,
header #closeBtn {
    width: 55px;
}

header .headerSP #toggleBtn span {
	right: 15px;
}

header .headerSP #toggleBtn span:nth-child(1) { top: 17px; }
header .headerSP #toggleBtn span:nth-child(2) { top: 25px; }
header .headerSP #toggleBtn span:nth-child(3) { top: 33px; }

header .headerSP .closing span:nth-child(1) {
	top: 25px !important;
}

header .headerSP .closing span:nth-child(3) { 
	top: 25px !important;
}

header #headerInner .headerMenu ul li {
	width: 33.33%;
}

header #headerInner .headerMenu ul li a {
	font-size: 12px;
    padding: 96px 12px 16px 12px;
}

header #headerInner .headerMenu ul li a:after {
	top: 16px;
	left: 0;
	right: 0;
	bottom: auto;
}

header #headerInner .headerMenu ul li:first-child {
	width: 100%;
}

header #headerInner .headerMenu ul li:first-child:after {
	width: 100%;
	height: 1px;
	top: auto;
	bottom: 0;
}

header #headerInner .headerMenu ul li:first-child a {
	width: 100%;
    height: 120px;
    padding: 0;
}

header #headerInner .headerMenu ul li:first-child a span {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 30px 0 120px;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

header #headerInner .headerMenu ul li:first-child a span:after {
	content: "モーニングからランチ、ディナーはもちろん、テイクアウトや宅配まで！デニーズ自慢のメニューはこちらから。";
	display: block;
    width: 100%;
    height: auto;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 5px;
}

header #headerInner .headerMenu ul li:first-child a:after {
	top: 24px;
	left: 30px;
	right: auto;
	bottom: auto;
}

header #headerInner .headerMenu #closeBtnOverlay {
    width: 132px;
    font-size: 12px;
}

}