@charset "UTF-8";
.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
address {
	font-style: normal;
}
ul {
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
th {
	font-weight: normal;
}
body {
	color: #333;
	font-size: 14px;
	font-family: 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.5;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
a {
	color: inherit;
	text-decoration: none;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.hd_sushi {
	background: #000;
}
.hd_sushi__logo {
	padding: 10px 0 5px;
}
.hd_sushi__logo a{
	display: inline-block;
	transition: opacity .3s;
}
.hd_sushi__logo a:hover{
	opacity: .7;
}
.cnt_header {
	overflow: hidden;
	margin-bottom: 10px;
}
.cnt_header .inner{
	position: relative;
}
.cnt_header__bgimage{
	margin-left: 220px;
}
.cnt_header__logo {
	position: absolute;
	top: 50px;
	left: 30px;
}
.cnt_header__logo a{
	display: block;
	transition: opacity .3s;
}
.cnt_header__logo a:hover{
	opacity: .7;
}
.ft_shop {
	background: url(../../shop/img/pt-ft-nami.png) center 45px repeat-x;
	padding-bottom: 30px;
	margin-top: 60px;
}
.ft_shop__pagetop {
	float: right;
	display: inline-block;
	padding: 5px 5px 5px 20px;
	background: url(../../shop/img/pt-pagetop.png) 4px 10px no-repeat;
	font-weight: bold;
}
.ft_shop__contact {
	color: #fff;
	clear: both;
	padding-top: 80px;;
}
.ft_shop__contact h2{
	font-weight: bold;
	margin-bottom: 5px;
}
.ft_shop__copy {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
}

/* All SP & Tablet */
@media screen and (max-width:1000px) {
}

/* All SP */
@media screen and (max-width:640px) {
	a[href^="tel:"] {
		cursor: pointer;
		cursor: hand;
		pointer-events: auto;
	}
}

/* for Print */
@media print {
}