@charset "utf-8";
/* Header
---------------------------------------- */
.header{
	background: #ffffff;
	border-bottom: 6px solid #f07e0c;
}
.header a:hover{
	text-decoration: underline;
}
.headerInner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 35px 0;
}
.header .logo{
	width: 144px;
}
.header .logo img{
	width: 100%;
	height: auto;
}
.header .logoSakechee{
	position: absolute;
	top: 130px;
	left: 0;
}
.header .text{
	text-align: right;
	position: absolute;
	right: 0;
	top: 18px;
	color: #949494;
	font-size: .78em;
}
.header .text a{
	color: #0068b7;
}
@media screen and (max-width: 768px){
	.header{
		border-bottom: none;
		position: relative;
		z-index: 30;
	}
	.headerInner{
		width: 100%;
		padding: 0 0 4px;
	}
	.header .logo{
		display: none;
	}
	.header .logoSakechee{
		position: static;
		width: 108px;
		margin: 4px 3% 0;
	}
	.header .text{
		text-align: center;
		position: static;
		font-size: .81em;
		background: #eeeeee;
		padding: 2px 0;
	}
	.menuBtn{
		width: 23px;
		height: 18px;
		position: absolute;
		top: 38px;
		right: 3%;
		z-index: 40;
	}
}
/* Global Navi
---------------------------------------- */
.gNavWrap{
	width: 1000px;
	margin: 0 auto;
}
.gNav{
	margin-left: 313px;
	padding-top: 24px;
}
.gNav .navItem{
	display: inline-block;
}
.gNav .navItem a{
	display: block;
}
.gNav .navItem.pcNone{
	display: none;
}
@media screen and (max-width: 768px){
	.gNavWrap{
		width: 100%;
	}
	.gNav{
		width: 100%;
		margin-left: 0;
		padding-top: 0;
		position: absolute;
		top: 73px;
		left: 0;
		background: url(/hokkaido100/sakerucheese/common/image/nav/bg_nav.jpg);
		z-index: 10;
		border-top: 1px solid #d6b466;
		display: none;
		z-index: 40;
	}
	.gNav .navItem{
		display: block;
		border-bottom: 1px solid #d6b466;
	}
	.gNav .navItem a{
		display: block;
		padding: 10px 6.2%;
		font-size: 1.1em;
		color: #e75d00;
		position: relative;
	}
	.gNav .navItem a:before{
		content: "";
		display: inline-block;
		width: 6px;
		height: 8px;
		background: url(/hokkaido100/sakerucheese/common/image/nav/arrow_orange.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		margin-top: -3px;
		left: 3%;
	}
	.gNav .navItem.pcNone{
		display: block;
	}
}
/* Content
---------------------------------------- */
.content{
	width: 980px;
	margin: 0 auto;
	background: url(/hokkaido100/sakerucheese/common/image/content/bg_content.jpg);
	border-radius: 5px;
	box-shadow: #949494 1px 0 3px,#949494 -1px 0 3px;
	padding: 10px;
	margin-top: 30px;
}
.contentInner{
	border-radius: 3px;
	background: url(/hokkaido100/sakerucheese/common/image/content/bg_content_in.jpg);
	padding: 20px 0;
}


@media screen and (max-width: 768px){
	.content{
		width: 94%;
		border-radius: 3px;
		padding: 5px;
		margin-top: 10px;
	}
	.contentInner{
		border-radius: 3px;
		padding: 20px 0;
	}
}
/* SNS Area
---------------------------------------- */
.snsArea{
	position: absolute;
	top: -210px;
	right: 0;
	text-align: right;
	margin: 0 auto;
}
.snsArea .snsItem{
	display: inline-block;
}
@media screen and (max-width: 768px){
	.snsArea{
		position: static;
		padding: 20px 6.2% 20px 0;
		background: #ffffff;
	}
}
/* Footer Navi
---------------------------------------- */
.footerNav{
	display: none;
}
@media screen and (max-width: 768px){
	.footerNav{
		display: block;
		background: url(/hokkaido100/sakerucheese/common/image/nav/bg_nav.jpg);
		border-top: 1px solid #d6b466;
		margin-top: 10px;
	}
	.footerNav .navItem{
		display: block;
		border-bottom: 1px solid #d6b466;
	}
	.footerNav .navItem a{
		display: block;
		padding: 10px 6.2%;
		font-size: 1.1em;
		color: #e75d00;
		position: relative;
	}
	.footerNav .navItem a:before{
		content: "";
		display: inline-block;
		width: 6px;
		height: 8px;
		background: url(/hokkaido100/sakerucheese/common/image/nav/arrow_orange.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		margin-top: -3px;
		left: 3%;
	}
}
/* Footer
---------------------------------------- */
.footer{
	background: #ffffff;
	margin-top: 40px;
}
.footer a:hover{
	text-decoration: underline;
}
.footerInner{
	width: 960px;
	padding: 10px 20px 20px;
	margin: 0 auto;
	position: relative;
}
.footer .navItem{
	display: inline-block;
}
.footer .navItem a{
	display: block;
	font-size: .71em;
	color: #0068b7;
	border-right: 1px solid #d5d5d5;
	padding: 0 15px;
}
.footer .navItem a.iconWindow:before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 9px;
	background: url(/hokkaido100/sakerucheese/common/image/icon_window02.gif) no-repeat;
	margin-right: 5px;
	vertical-align: text-bottom;
}
.footer .navItem:first-child a{
	color: #00a0ed;
	border-left: 1px solid #d5d5d5;
}
.footer .copy{
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: .71em;
}

@media screen and (max-width: 768px){
	.footer{
		margin-top: 0;
		padding-bottom: 10px;
	}
	.footerInner{
		width: 100%;
		padding: 0;
	}
	.footer .navItem{
		display: block;
	}
	.footer .navItem a{
		display: block;
		font-size: 1em;
		color: #565656;
		border-right: none;
		padding: 2px 7%;
		position: relative;
	}
	.footer .navItem a.iconWindow:before{
		width: 10px;
		height: 10px;
		background: url(/hokkaido100/sakerucheese/common/image/icon-window.png) no-repeat;
		background-size: contain;
		position: absolute;
		left: 3%;
		top: 50%;
		margin: -5px 0 0 0;
	}
	.footer .navItem:first-child a{
		color: #565656;
		border-left: none;
	}
	.footer .navItem:last-child{
		padding-bottom: 13px;
		border-bottom: 1px solid #dcdcdc;
	}
	.footer .copy{
		position: static;
		font-size: 1em;
		margin-left: 5%;
	}
	.footer .logo{
		margin: 10px 0 12px 5%;
		width: 142px;
	}
}
/* overlay ------------------------------ */
.overlay{
	display: none;
}
@media screen and (max-width: 768px){
	.overlay{
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 20;
	}
}