
body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
img {
	width: 100%;
}
a {
	text-decoration: none;
	color: #000000;
}
p {
	font-size: 14px;
	line-height: 1.8;
}
input[type="submit"],
input[type="button"] {
-webkit-appearance: none;
}


/*==================================================================================
ヘッダー
==================================================================================*/
header {
	width: calc(100% - 20px);
	max-width: 1600px;
	min-width: 880px;
	margin: auto!important;
	background: #fff;
	display: flex!important;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px!important;

}

.head_info {
	width: 640px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.head_info .logo {
	width: 100px;
}
.head_info p {
	line-height: 1.4;
	margin: 0 30px 0 20px;
}
.head_info p span {
	font-size: 32px;
	font-weight: bold;
font-family: ‘Noto Sans JP’, sans-serif;
}
.head_info p span::before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../img/icon_tel.png) left top / contain no-repeat;
	position: relative;
	top: 3px;
	margin-right: 10px;
}
.head_info .btn_anker {
	display: inline-block;
	background: #282828;
	color: #fff;
	padding: 8px 20px;
	letter-spacing: 2px;
	margin-top: 8px;
}
.head_info .btn_anker span {
	font-size: 10px;
	position: relative;
	top: -2px;
	left: 5px;
}
.head_info .btn_anker:hover {
	background: #751e00;
}

.head_nav {
	width: 355px;
	margin-top: 12px;
}
.head_nav a {
	margin: 0 10px;
}
.head_nav a:hover {
	color: #A60000;
     verticle-align:top;
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;

}

/* スマホ版 メニュー -----------------------*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	list-style-type: none;
}
nav.globalMenuSp ul {
    background: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #228100;
    padding: 1em 0;
	text-decoration: none;
}
nav.globalMenuSp ul li a p{
    display: block;
    color: #333333;

}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    background: #751e00;
    text-align: center;
}
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 35px;
    border-bottom: solid 3px #FFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 13px;
}
.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #FFF;
font-family: "ＭＳ ゴシック",sans-serif;
    font-size: 12px;
    top: 39px;
	left: 12px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}




/*==================================================================================
メイン
==================================================================================*/
h1 {
	width: 100%;
	font-size: 30px;
	color: #751e00;
	text-align: center;
	margin: 40px 0!important;
}
h2 {
	width: 100%;
	font-size: 60px;
	color: #282828;
	border-bottom: 2px #282828 solid!important;
	padding-bottom: 20px!important;
	margin-bottom: 20px!important;
}
h3 {
	width: 100%;
	font-size: 40px;
	color: #282828;
	border-bottom: 1px #282828 solid!important;
	padding-bottom: 10px!important;
	margin: 40px 0 10px!important;
}
h3 span {
	font-size: 14px;
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 40px 0;
}
.row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col2 {
	width: 48%;
	margin: 80px 0 0;
}
.col3 {
	width: 33%;
}
.mb_80 {
	margin-bottom: 80px;
}

/* トップ　お知らせ -------------------------------*/
.top {
	width: 100%;
	height: 800px;
	background: url(../img/top.jpg) center bottom / cover no-repeat;
	margin: auto;
	position: relative;
}
.news {
	width: 100%;
	background: rgba(255,255,255,0.80);
	position: absolute;
	top: 600px;
}
.news .container {
	padding-top: 10px;
}
.news p {
	width: 800px;
	margin: 5px auto;
	font-size: 16px;
	border-bottom: 2px #282828 dotted;
	padding-bottom: 5px;
}
.news p::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_ume.png) center center / contain no-repeat;
	position: relative;
	top: 4px;
	margin-right: 5px;
}
.news p span {
	color: #751e00;
	margin-right: 10px;
}
.news p span::after {
	content: "UP";
	margin-left: 5px;
}

/* ごあいさつ -------------------------------*/
.bg_black {
	width: 100%;
	background: #000;
	color: #fff;
}
.message_bg {
	width: 100%;
	max-width: 1600px;
	height: 500px;
	margin: auto;
    background: -webkit-linear-gradient(left, #000 55%, rgba(0,0,0,0.60) 65%, rgba(0,0,0,0.00));
    background: -o-linear-gradient(left, #000 55%, rgba(0,0,0,0.60) 65%, rgba(0,0,0,0.00));
    background: linear-gradient(to right, #000 55%, rgba(0,0,0,0.60) 65%, rgba(0,0,0,0.00)),
	url(../img/message.jpg) right center / contain no-repeat;
	/*
    background: -webkit-linear-gradient(left, #000 50%, rgba(0,0,0,0.00));
    background: -o-linear-gradient(left, #000 50%, rgba(0,0,0,0.00));
    background: linear-gradient(to right, #000 50%, rgba(0,0,0,0.00)),
	url(../img/message.jpg) right center / contain no-repeat;
	*/
}
.message_bg .container {
	padding-top: 20px;
	color: rgba(0,0,0,0.00)
}
.message {
	width: 50%;
}
.message h1 {
	color: #fff;
}
.message p {
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.message .btn_anker {
	display: block;
	width: 160px;
	border: 1px #fff solid;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 8px 0;
	text-align: center;
	letter-spacing: 2px;
	margin: 40px auto 0;
}
.message .btn_anker span {
	font-size: 12px;
	position: relative;
	top: -2px;
	left: 8px;
}
.message .btn_anker:hover {
	background: #fff;
	color: #000;
     verticle-align:top;
     -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
     -o-transition: 0.3s ease-in-out;
     transition: 0.3s ease-in-out;
}


/* 店舗写真 -------------------------------*/
.bg_paper {
	width: 100%;
	background: url(../img/slide_bg.jpg) left top / 100px repeat;
	padding: 60px 0;
}
.view360 {
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 0;
}
.btn_view360 {
	display: inline-block;
	background: #fff;
	border: 1px #282828 solid;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	padding: 15px 30px 13px;
}
.btn_view360:hover {
	background: #282828;
	color: #fff;
}

.view360_text{
	font-size: 12px;
	padding-top: 10px;
}

/* お料理 -------------------------------*/
.ippin {
	position: relative;
}
.reco {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #282828;
	margin: 20px 0;
}
.reco .ttl {
	width: 100%;
	color: #751e00;
	font-weight: bold;
}
.reco .menu {
	width: 48%;
}
.reco .menu p {
	font-size: 18px;
	font-weight: bold;
}
.reco span {
	display: inline-block;
	margin-left: 10px;
}
.reco .caution {
	position: absolute;
	bottom: 0;
	left: 0;
}
.reco .sashimi {
	width: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.price {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}
.price span {
	font-size: 14px;
	display: block;
	margin-top: -3px;
}
.reserve {
	display: inline-block;
	background: #751e00;
	color: #fff;
	padding: 6px 8px 4px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	margin-bottom: 5px;
}
.expo span {
	font-weight: bold;
}



/* 店舗情報 -------------------------------*/
table.info {
	width: 100%;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.6;
}
table.info th {
	color: #751e00;
	width: 100px;
	text-align: left;
	padding: 8px 0;
}
table.info td {
	padding: 8px 0;
}
table.info .tel {
	font-size: 32px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 1px;
}
table.info .tel::before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../img/icon_tel.png) left top / contain no-repeat;
	position: relative;
	top: 3px;
	margin-right: 10px;
}

.bg_paper .container {
	padding-top: 0;
}
.bg_paper .col2 {
	margin: 40px 0 20px;
}



/*==================================================================================
フッター
==================================================================================*/
footer {
	width: calc(100% - 30px);
	background: #751e00;
	color: #fff;
	margin-top: -60px!important;
	text-align: center;
	padding: 40px 15px!important;
}
footer img {
	width: 80px;
	margin-top: 20px;
}



.pc {
	display: inline;
}
.sp {
	display: none;
}


@media screen and (max-width : 768px){
	
	.pc {
		display: none;
	}
	.sp {
		display: inline;
	}

.news {
    width: 100%;
    background: rgba(255,255,255,0.80);
    position: absolute;
    top: 300px;
}
	/*==================================================================================
	ヘッダー
	==================================================================================*/
	header {
		position: fixed;
		z-index:9999;
		width: calc(100% - 10px);
		height: calc(60px - 10px);
		min-width: 0;
		padding: 5px!important;
	}
	
	.head_info {
		width: 505px;
	}
	.head_info .logo {
		width: 50px;
	}
	.head_info p {
		line-height: 1.2;
		margin: 0 10px 0 5px;
		font-size: 12px;
	}
	.head_info p span {
		font-size: 18px;
	}
	.head_info p span::before {
		width: 16px;
		height: 16px;
		top: 2px;
		margin-right: 5px;
	}
	.head_info .btn_anker {
		padding: 8px 12px 8px 10px;
		letter-spacing: 1px;
		margin-top: 0;
		font-size: 14px;
	}
	.head_info .btn_anker span {
		font-size: 8px;
		top: -2px;
		left: 4px;
	}
	
	.head_nav {
		display: none;
	}
	
	
	/*==================================================================================
	メイン
	==================================================================================*/
	h1 {
		font-size: 24px;
		margin: 40px 0 20px!important;
	}
	h2 {
		font-size: 40px;
		padding-bottom: 15px!important;
		margin-bottom: 15px!important;
	}
	h3 {
		font-size: 30px;
		padding-bottom: 10px!important;
		margin: 40px 0 10px!important;
	}
	h3 span {
		font-size: 14px;
	}
	.container {
		width: calc(100% - 30px);
		padding: 20px 15px;
	}
	.col2 {
		width: 100%;
		margin: 40px 0 0;
	}
	.col3 {
		width: 100%;
	}
	.mb_80 {
		margin-bottom: 80px;
	}
	.mb_80.sp {
		display: block;
	}
	
	/* トップ　お知らせ -------------------------------*/
	.top {
		width: 100%;
		height: 400px;
	}
	.news {
	/*	width: calc(100% - 30px);
		padding: 0 15px;*/
	}
	.news h1 {
		margin-top: 20px!important;
	}

	.news p {
		width: 100%;
		font-size: 12px;
		line-height: 1.6;
	}
	.news p::before {
		width: 16px;
		height: 16px;
	}
	.news p span {
		margin-right: 0;
		display: inline-block;
		width: calc(100% - 25px);
		font-size: 12px;
	}
	
	
	/* ごあいさつ -------------------------------*/
	#message h1 {
		margin: 60px 0 40px!important;
	}
	.message_bg {
		width: calc(100% - 30px);
		padding: 15px;
		height: 780px;
        background: url(../img/message.jpg) right bottom -40px / contain no-repeat;
	}
	.message {
		width: 100%;
	}
	.message p {
		font-size: 14px;
	}
	.message .btn_anker {
		font-size: 18px;
	}
	
	
	/* 店舗写真 -------------------------------*/
	#gallery h1 {
		margin: 60px 0 40px!important;
	}
	.bg_paper {
	    padding: 40px 0;
	}
	.view360 {
		width: calc(100% - 30px);
		padding: 15px;
		text-align: center;
	}
	.btn_view360 {
		font-size: 14px;
		padding: 10px 20px 8px;
	}
	

	/* お料理 -------------------------------*/
	#food h1 {
		margin-top: 60px!important;
	}
	.reco {
		margin: 20px 0 0;
	}
	.reco .ttl {
		margin-bottom: 5px;
	}
	.reco .menu {
		min-width: 250px;
	}
	.reco .menu span {
		font-size: 18px!important;
	}
	.reco span {
		font-size: 14px;
	}
	.reco .caution {
		position: relative;
		margin: 20px 0 10px;
		font-size: 12px;
	}
	.reco .sashimi {
		width: 100%;
		position: relative;
	}
	.price span {
		font-size: 12px;
	}
	.reserve {
		padding: 6px 8px;
	}

	.col2.order {
		order: 2;
	}

	
	/* 店舗情報 -------------------------------*/
	table.info th {
		width: 100%;
		display: block;
		padding: 8px 0 0;
	}
	table.info tr:first-child th,
	table.info tr:nth-child(2) th {
		display: none;
	}
	table.info td {
		width: 100%;
		display: block;
		padding: 4px 0 8px;
	}
	table.info tr:first-child td {
		font-weight: bold;
	}
	table.info tr:nth-child(3) td {
		padding-top: 0;
	}
	table.info .tel {
		font-size: 24px;
		letter-spacing: 0;
	}
	table.info .tel::before {
		width: 22px;
		height: 22px;
		margin-left: 5px;
	}
	
	
	/*==================================================================================
	フッター
	==================================================================================*/
	footer img {
		width: 60px;
	}
}





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

}
