@charset "utf-8";

:root {
	--tfg-beige: #e8e6e2;
	--tfg-gold: #8c7a60;
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	font-size: 15px;
	background: #fff;
	/*padding-top:100px;*/
	line-height: 2;
	letter-spacing: .1em;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-feature-settings: "pkna";
}

@media screen and (max-width:1024px) {
	body {
		padding: 0;
	}
}

@media screen and (max-width:559px) {
	body {
		font-size: 14px;
		/*padding-top:60px;*/
	}
}

html,
body,
#top {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.inner {
	width: 90%;
	max-width: 900px;
	text-align: left;
	margin: 0 auto;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media screen and (max-width:1024px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

h1,
h2,
h3,
h4,
h5 {
	line-height: 2;
	letter-spacing: .1em;
}

/* ChromeやSafariなどのデフォルトのスクロールを抑制する */
:target {
	scroll-margin-top: 100px; /* バックアップとして */
  }
  html {
	scroll-behavior: auto !important; /* smoothジャンプを抑制 */
  }

/*summary*/
summary {
	display: block;
	list-style: none;
	outline: none;
	cursor: pointer;
}

summary::-webkit-details-marker {
	display: none;
}

summary span::after {
	padding-left: 10px;
	content: "➕";
}

details {
	transition: .4s;
}

details[open] summary span::after {
	content: "➖"
}

/*ヘッダー*/
#header {
	width: 100%;
	padding: 30px 0;
	background: rgba(255, 255, 255, .9);
	position: absolute;
	z-index: 100;
	/*border-bottom:1px solid #ccc;*/
}

#header .inner {
	width: 100%;
	max-width: 100%;
	height: 40px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 50;
}

#header h3 {
	text-align: center;
	z-index: 51;
}

#header h3 a {
	display: block;
	margin: 0 auto;
	padding: 0;
}

#header h3 img {
	display: block;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width:559px) {
	#header {
		padding: 15px 0 5px;
	}

	#header h3 img {
		height: 30px;
	}
}

.fixed {
	position: fixed !important;
	top: 0;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .08);
}

/*メイン*/
#main {
	margin: 0 auto;
}

h2.summary {
	font-size: 17px;
	letter-spacing: .1em;
	margin: 10px auto 20px;
}

.pageLink {
	margin-top: -100px !important;
	padding-top: 100px !important;
}

@media screen and (max-width:559px) {
	h2.summary {
		margin-top: 30px;
		font-size: 15px;
	}

	.pageLink {
		margin-top: -60px !important;
		padding-top: 60px !important;
	}
}

/*フッター 全体*/
#footer {
	padding: 30px 0 0;
	background: #e8e6e2;
}

#footer .inner {
	max-width: 740px;
}

#footer .red {
	color: #ee4444;
}

#footer h1 {
	margin-top: 20px;
}

#footer h1>a {
	position: static !important;
	border: 0 !important;
	padding: 0 !important;
}

#footer h1>a:before,
#footer h1>a:after {
	display: none;
}

#footer h1>a>img {
	display: block;
	width: 60%;
	margin: 0 auto;
}

#footer h2 {
	position: relative;
	display: block;
	font-size: 19px;
	height: 2em;
	margin-bottom: 20px;
}

#footer h2:before {
	content: '';
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #999;
}

#footer h2 span {
	position: absolute;
	left: 50%;
	right: 50%;
	padding: 0 .5em;
	background: #e8e6e2;
}

#footer address {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

@media screen and (max-width:559px) {
	#footer .inner {
		width: 90%;
		margin: 0 auto;
	}

	#footer address {
		font-size: 16px;
		margin-bottom: 15px;
	}

	#footer h1>a {
		background: #e8e6e2 !important;
	}

}

/*フッターＬ（左側）*/
#footL {
	float: left;
	width: 45%;
}

#footL a:hover {
	background: #f5f4f1;
}

#footL h2 span {
	width: 100%;
	max-width: max-content;
	margin-left: -6em;
}

/*フッターＬ｜ご予約・お問い合わせ*/
#footL dl,
#footL a.mail {
	display: block;
	border: 1px solid #999;
	/*padding:10px 10px 10px 30px;*/
	padding: 10px 10px 10px 20px;
	margin-bottom: 10px;
	text-decoration: none;
	/*background:url("../img/arwBlack.png") no-repeat 5px 1em;*/
	background-size: 16px;
}

#footL dl a.tel-link {
	display: inline-block;
	border: 0;
	padding: 0 5px 0 0;
	margin: 0;
	background: none;
}

#footL dt {
	float: left;
	width: fit-content;
}

#footL dd {
	padding-left: 7em;
	text-align: right;
}

@media screen and (max-width:559px) {
	#footL {
		float: none;
		width: 100%;
	}

	#footL dl {
		display: flex;
		flex-wrap: wrap;
		background-color: white;
	}

	#footL dt,
	#footL dd {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		line-height: 1.5em;
		text-align: center;
	}

	#footL dt span,
	#footL dd span {
		display: block;
		font-size: 16px;
	}

	#footL dl a {
		position: static;
		display: inline-block;
		border: 0;
		padding: 0;
		margin: 0;
	}

	#footL dl a.tel-link {
		padding: 0;
		width: 100%;
		text-align: center;
		font-size: 16px;
		background: none;
	}

	#footL a {
		font-size: 16px;
		padding: 10px;
		text-align: center;
		background: none;
	}

	#footL a:after {
		display: none;
	}

	#footL a.mail {
		padding: 10px;
		line-height: 3em;
		background-color: white;
	}

	#footL a.mail span {
		padding: 0;
		display: block;
		line-height: 1.5em;
	}

	#footL a.mail:last-of-type span {
		line-height: 3em;
	}
}

@media screen and (max-width:559px) {}

/*フッターＲ（右側）*/
#footR {
	float: right;
	width: 45%;
}

#footR h2 span {
	width: 100%;
	max-width: max-content;
	margin-left: -2.5em;
}

#footR h2 span.en {
	width: 100%;
	max-width: max-content;
	margin-left: -2em;
}

#footR dl {
	padding-left: 1em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footR dt {
	padding-left: 0em;
	min-width: 130px;
}

#footR dd {
	margin: 0 0 0 auto;
	padding: 0 !important;
	min-width: 130px;
	text-align: right;
}

#footR dd.additional {
	width: 100% !important;
}

#footR ul.disc {
	line-height: 1em;
}

#footR ul.disc li::before {
	margin-right: 5px;
	color: #444;
	font-size: .6em;
	vertical-align: middle;
}

#footR ul.disc {
	font-size: .9em;
}

#footR li {
	margin-bottom: 1em;
	font-size: 1.1em;
}

#footR li::before {
	content: "●";
	color: #444;
	font-size: .9em;
}

#footR .timing {
	margin-left: 1em;
	vertical-align: inherit;
	font-size: .75em;
	color: #ee4444;
}

#footR .timing:before {
	content: "<";
}

#footR .timing:after {
	content: ">";
}

#footR a {
	text-decoration: underline;
}

#footR a:hover {
	opacity: .4;
}

@media screen and (max-width:559px) {
	#footR {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}

/*フッターＲ｜アコーディオン*/
#footR summary {
	outline: none;
	cursor: pointer;
	display: list-item;
}

#footR summary::-webkit-details-marker {
	display: none;
}

/*#footR summary::before {content:'➕';} ハードコーディングでID毎に指定*/
/*#footR details {
	display:
}*/

/*#footR details[open] summary::before {content:'➖';} ハードコーディングでID事に指定*/
#footR details[open] dd {
	animation: accordion 0.4s linear;
	overflow: hidden;
	border-bottom: 2px solid #eee;
	font-size: 0.9em;
}

/*フッターＲ｜アコーディオンのアニメーション*/
@keyframes accordion {
	0% {
		opacity: 0;
		height: 0;
	}

	70% {
		opacity: 0;
		height: 200px;
	}

	100% {
		opacity: 1;
	}
}

/*フッターＲ｜アコーディオンの中の子リスト*/
#footR .footer-child-ul {
	margin-top: 1em;
}

#footR .footer-child-ul li {
	text-align: left;
}

#footR .footer-child-ul li::before {
	padding-right: 5px;
	content: "◎"
}

#footR .footer-child-ul li a {
	text-decoration: underline;
}

#footR .footer-child-ul li a:hover {
	opacity: .4;
}

/*フッターＲ｜ランチ・ディナー*/
#footR .dining-months {
	display: block;
}

#footR .dining-months dt a {
	text-decoration: underline;
}

#footR .dining-months dt a:hover {
	opacity: .4;
}



#footNav {
	text-align: center;
	margin-top: 20px;
}

#footNav nav {
	margin-top: 20px;
}

#footNav ul {
	text-align: center;
	margin-bottom: 10px;
}

#footNav ul li {
	display: inline-block;
	margin: 0 1em;
	transition: all .5s ease;
}

#footNav ul li:hover {
	opacity: .4;
}

#footNav ul li a:hover {
	opacity: .4;
}

#footNav ul li img {
	display: block;
	width: 27px;
}

#footNav ul.footer_insta_link {
	margin: 0 auto 10px auto;
	max-width: 400px;
	display: flex;
}

@media screen and (max-width:559px) {
	#footNav {
		font-size: 14px;
	}

	#footNav nav ul li {
		margin: 0 .3em;
	}
}

.footer_insta_btn {
	cursor: pointer;
}

.footer_insta_link {
	margin: 0 0 0 0;
	padding: 0;
	background: #f7f5f1;
}

.footer_insta_link li {
	margin: 0 !important;
	padding: 0;
	width: 50%;
	display: block;
	box-sizing: border-box;
}

.footer_insta_link li:hover {
	background: #fdfdfc;
}

.footer_insta_link li a {
	display: block;
	text-align: center;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

/*.footer_insta_link li a span:before {content:''; display:inline-block; width:20px; height:20px; background:url(../img/icnInstagramB.png) no-repeat 50% 50%; background-size:contain; vertical-align:middle; padding-left:10px;}*/
@media screen and (max-width:767px) {
	.footer_insta_link {
		margin: 0 0 0 0;
		display: block;
	}

	.footer_insta_link li {
		margin: 0 auto;
		padding: 0;
		width: 100%;
		background: #f7f5f1;
	}

	.footer_insta_link li a {
		width: 100%;
		margin: 0 auto;
		display: block;
		background: #f7f5f1;
	}
}

#copy {
	font-size: 11px;
	margin: 10px 0;
}

#mon {
	background: #000;
	padding: 10px 0;
}

#mon img {
	display: block;
	width: 30px;
	margin: 0 auto;
}

@media screen and (max-width:559px) {
	#copy {
		font-size: 10px;
		letter-spacing: 0;
	}
}

#footer .temporary-closure {
	margin: 0px auto 30px;
	padding: 5px;
	border: 2px solid #ee0000;
	max-width: 740px;
	width: 90%;
	background-color: white;
	font-size: 1.1em;
	font-weight: 600;
}

#footer .preventive-actions {
	margin: 0px auto 30px;
	padding: 5px;
	border: 2px solid #444444;
	max-width: 740px;
	width: 90%;
	background-color: white;
	font-size: 1.1em;
	font-weight: 600;
}

#footer .preventive-actions a {
	margin-left: -38px;
}

#footer .preventive-actions a img {
	margin: -5px 10px -3px;
	display: inline-block;
	width: 38px;
	vertical-align: middle;
}

@media screen and (max-width:559px) {
	#footer .preventive-actions a {
		margin: 0;
	}

	#footer .preventive-actions a img {
		display: none;
	}
}

/*pageTop*/
#pageTop {
	text-align: right;
	margin: 15px 18px 5px;
}

#pageTop a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

#pageTop a img {
	display: block;
	width: 40px;
	margin: 0 auto;
}



/*footer English*/
body.english footer h1#logo {
	max-width: 900px;
	position: relative;
	display: block;
	height: 14px;
	text-align: center;
	margin: 0 auto 20px;
	font-size: 16px;
	line-height: 1;
}

body.english footer h1#logo:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #999;
}

body.english footer h1#logo span {
	position: absolute;
	width: 240px;
	height: 16px;
	left: 50%;
	right: 50%;
	margin-left: -120px;
	background: #e8e6e2;
}

body.english footer h1#logo span img {
	display: inline;
	width: 210px;
}

body.english footer address {
	font-size: 16px !important;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

body.english footer p {
	text-align: center;
}

body.english footer aside ul {
	text-align: center;
	margin-bottom: 10px;
}

body.english footer aside ul li {
	display: inline-block;
	margin: 0 .5em;
}

body.english footer aside ul li img {
	display: block;
	width: 27px;
}

body.english footer h2 {
	max-width: 900px;
	position: relative;
	display: block;
	height: 16px !important;
	;
	text-align: center;
	margin: 0 auto 20px;
	font-size: 16px !important;
	line-height: 1;
}

body.english footer h2:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #999;
}

body.english footer h2 span {
	position: absolute;
	width: 290px;
	height: 16px;
	left: 50%;
	right: 50%;
	margin-left: -150px;
	background: #e8e6e2;
}

body.english footer h2.fc {
	margin-top: 20px;
}

body.english footer ul {
	text-align: center;
	margin-bottom: 30px;
}

body.english footer dl {
	text-align: center;
}

body.english footer dl dt {
	display: inline-block;
	margin-right: .5em;
	clear: left;
}

body.english footer dl dd {
	display: inline-block;
}

body.english footer ul.disc {
	width: 100%;
	max-width: 740px;
	font-size: 16px;
	margin: 0 auto 1.5em;
	padding: 1.5em 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

body.english footer ul.disc li {
	list-style-type: none;
	margin: 0 5%;
}

body.english footer ul.disc li em {
	text-decoration: underline;
	font-weight: normal;
}
