@charset "utf-8";

html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body {
	background-color: #000;
}
body #contents {
	color: #fff;
/* 		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; */
	font-family: 'hiragino-kaku-gothic-pron', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	position: absolute;
	top: 0;
	width: 100%;
/* 	padding: 25px 1.667%; */
	padding: 1.667%;
	box-sizing: border-box;
}
#body_bg {
	position: relative;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}


@media screen and (max-width: 767px) {
	body #contents {
		padding: 10px 2%;
		background-size: 200% auto;
	}
	/* -------------------------------------
		img_fit
	----------------------------------------*/
	#body_bg {
		height: 600px;
	}
	.img_fit {
		position: relative;
		height: 100%;
		left: 0;
		width: 100%;
		overflow: hidden;
	}
	.img_fit img {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		height: 100%;
		min-height: 100%;
		width: auto;
		min-width: 100%;
		left: -300%;
		right: -300%;
		max-width: none;
	}
}
@media screen and (max-width: 500px) {
	#body_bg {
		height: 450px;
	}
}
@media screen and (max-width: 350px) {
	#body_bg {
		height: 400px;
	}
}

/* -------------------------------------
	common
----------------------------------------*/
a {
	color: inherit;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
img {
	vertical-align: bottom;
}
.mover {
	transition: opacity 0.2s ease-out;
}
.mover:hover {
	opacity: 0.7;
}
.anchor {
	margin-top: -20px;
	padding-top: 20px;
}
.mode_pc {
	display: block;
}
.mode_pc_ib {
	display: inline-block;
}
.mode_sp,
.mode_sp_ib{
	display: none;
}
.tel a, .mail a {
	cursor: default;
	pointer-events: none;
}
img {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.mode_pc,
	.mode_pc_ib {
		display: none;
	}
	.mode_sp {
		display: block;
	}
	.mode_sp_ib {
		display: inline-block;
	}
	.tel a, .mail a {
		pointer-events: auto;
	}
}
.body_inner {
	border: 2px solid rgba(161,142,77,1.0);
	background-color: rgba(11,4,0,0.2);
}
.text_l {
	font-family: 'Libre Baskerville', serif;
}
.title_text {
	font-family: 'Libre Baskerville', serif;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
	margin: 50px 0 25px;
	letter-spacing: 4px;
}
.title hr {
	width: 56px;
	height: 1px;
	background-color: #a18e4d;
	border: none;
}
.title {
	margin-bottom: 55px;
}
.container {
	text-align: center;
	padding-bottom: 30px;
}
.container .mark {
	background-image: url(/img/border02.png);
	background-position: left center;
	background-repeat: repeat-x;
	text-align: center;
}
.container .mark img {
	width: 60px;
}
@media screen and (max-width: 767px) {
	.title_text {
		font-size: 24px;
		font-size: 2.4rem;
		margin: 30px 0 10px;
		letter-spacing: 0.05em;
	}
	.title hr {
		border: 1px solid #a18e4d;
		width: 40px;
	}
	.title {
		margin-bottom: 30px;
	}
	.container {
		padding-bottom: 20px;
	}
	.inner {
		min-width: inherit;
		min-width: auto;
		max-width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
}
/* -------------------------------------
	main
----------------------------------------*/
#main {
	text-align: center;
	padding: 140px 0 90px;
}
#main h1 {
	margin-bottom: 30px;
}
#main h1 img {
	width: 423px;
}
#main h1 span {
	font-size: 36px;
	font-size: 3.6rem;
	display: block;
	margin-bottom: 26px;
	font-family: 'Libre Baskerville', serif;
}
#main h2 {
	font-size: 28px;
	font-size: 2.8rem;
	padding: 15px 0 12px;
	border-bottom: 2px solid #a18e4d;
	border-top: 2px solid #a18e4d;
	width: 488px;
	margin: 0 auto 100px;
}
#main h2 span {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 4px;
}
#main h2+p {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#main h2+p span {
	font-size: 17px;
	font-size: 1.7rem;
}
#menu_btn,
#menu_btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;;
	z-index: 100;
}
#menu_btn {
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	width: 56px;
	height: 30px;
	cursor:pointer;
	text-align: center;
	margin: auto;
}
#menu_btn.open {
	position: fixed;
}
#menu_btn>div {
	width: 56px;
	height: 30px;
}
#menu_btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: rgba(255,255,255,1.0);
}
#menu_btn span:nth-of-type(1) {
	top: 0;
}
#menu_btn span:nth-of-type(2) {
	top: 14px;
}
#menu_btn span:nth-of-type(3) {
	bottom: 0;
}
#menu_btn.open span:nth-of-type(1) {
	-webkit-transform: translateY(14px) rotate(-45deg);
	transform: translateY(14px) rotate(-45deg);
}
#menu_btn.open span:nth-of-type(2) {
	opacity: 0;
}
#menu_btn.open span:nth-of-type(3) {
	-webkit-transform: translateY(-14px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
}
#inner_menu {
	display: none;
	position: fixed;
	text-align: center;
	background-color: rgba(1, 0, 0,0.90);
	width: 100%;
	top: 0;
	bottom: 0;
	padding: 170px 0;
	z-index: 100;
	left: 0;
}
#inner_menu li {
	font-family: 'Libre Baskerville', serif;
	font-size: 40px;
	font-size: 4.0rem;
	margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
	#main {
		padding: 140px 0 40px;
	}
	#menu_btn {
		top: 30px;
		margin: 0 auto 40px;
	}
	#main h1 {
		width: 60%;
		margin: 0 auto 20px;
	}
	#main h1 span {
		font-size: 28px;
		font-size: 2.8rem;
		margin-bottom: 10px;
	}
	#main h2 {
		width: 80%;
		font-size: 20px;
		font-size: 2.0rem;
		margin: 0 auto 30px;
	}
	#main h2 span {
		font-size: 18px;
		font-size: 1.8rem;
	}
	#main h2+p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main h2+p span {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#inner_menu {
		padding: 120px 0;
	}
	#inner_menu li {
		font-size: 24px;
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	#menu_btn {
/* 		top: 65px; */
		width: 100%;
		text-align: center;
		left: 0;
		right: 0;
		bottom: auto;
		margin: auto;
		position: fixed;
	}
	#menu_btn.open {
		position: fixed;
	}
	#menu_btn>div {
		width: 36px;
		height: 24px;
		background-color: rgba(0,0,0,0.3);
		margin: auto;
		position: relative;
		cursor:pointer;
	}
	#menu_btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: rgba(255,255,255,1.0);
	}
	#menu_btn span:nth-of-type(1) {
		top: 0;
	}
	#menu_btn span:nth-of-type(2) {
		top: 11px;
	}
	#menu_btn span:nth-of-type(3) {
		bottom: 0;
	}
	#menu_btn.open span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
	}
	#menu_btn.open span:nth-of-type(2) {
		opacity: 0;
	}
	#menu_btn.open span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}
}
@media screen and (max-width: 320px) {
	#main {
		padding: 100px 0 40px;
	}
	#main h1 {
		width: 50%;
	}
	#main h2 {
		width: 85%;
		font-size: 18px;
		font-size: 1.8rem;
	}
	#main h2 span {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#main h2+p {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#main h2+p span {
		font-size: 11px;
		font-size: 1.1rem;
	}
	#menu_btn {
		margin: 0 auto 30px;
	}
}
/* -------------------------------------
	news
----------------------------------------*/
#news dt,
#news dd,
#news dd p {
	line-height: 1.6;
}
#news dl {
	margin-bottom: 60px;
}
#news dt {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 25px;
}
#news dd {
	font-size: 14px;
	font-size: 1.4rem;
}
#news dd p {
	margin-bottom: 18px;
}
#news .news_detail li {
	line-height: 1.9;
}
#news .news_detail li a {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#news dl {
		margin-bottom: 10px;
	}
	#news dt+dd {
		text-align: left;
	}

	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}


}
/* -------------------------------------
	menu
----------------------------------------*/
/*#menu .inner {
	padding-top: 78px;
}*/
#menu>div {
	position: relative;
}
#menu.container {
	padding-bottom: 0;
}
/*#menu.container .mark {
	position: absolute;
	left: 0;
	right: 0;
	top: -28px;
}
#menu .title_text {
	margin: 22px 0 25px;
}*/
#menu>div>div>ul {
	margin: auto;
}
#menu>div>div>ul+ul {
	margin: auto;
}
#menu>div>div>ul>li {
	width: 360px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-bottom: 36px;
}
#menu>div>div>ul>li>div {
	width: 358px;
	height: 195px;
	overflow: hidden;
	margin: auto;
	position: relative;
	margin-bottom: 40px;
}
#menu>div>div>ul>li>div img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	min-height: 100%;
	width: auto;
	min-width: 100%;
	left: -300%;
	right: -300%;
	max-width: none;
}
#menu>div>div>ul>li dt {
	color: #a18e4d;
	font-size: 22px;
	font-size: 2.2rem;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 22px;
}
#menu>div>div>ul>li dd p {
	line-height: 1.8;
	text-align: left;
	margin-bottom: 30px;
}
#menu>div>div>ul>li dd li {
	text-align: left;
	background-image: url(/img/border.png);
	background-position: left center;
	background-repeat: repeat-x;
	position: relative;
	margin: 0 10px 12px;
	text-indent: -1em;
	margin-left: 1em;
}
#menu>div>div>ul>li dd li.nbg {
	background-image: none;
}
#menu>div>div>ul>li dd li.bbg {
	background-position: left 28px;
}
#menu>div>div>ul>li dd li span {
	background: #000;
	padding: 0 10px 0 0;
	line-height: 1.4;
}
#menu>div>div>ul>li dd li span+span {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 0 0 20px;
}
#menu>div>div>ul>li dd li.drink_title {
	font-family: 'Libre Baskerville', serif;
	background-image: none;
	margin: 30px 10px 20px 20px;
}
#menu_bg {
	background-image: url(/img/counter_2021.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	/*background-attachment: fixed;*/
	height: 800px;
	/*padding: 50% 0;*/
	position: relative;
}
#menu_bg_top {
	height: 100px;
	background: linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,0));
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}
#menu_bg_bottom {
	height: 100px;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1.0));
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}
@media screen and (min-width: 769px) {
	#menu_bg {
		background-attachment: fixed;
	}
}
@media screen and (max-width: 1166px) {
	#menu>div>div>ul>li {
		width: 30%;
	}
	#menu>div>div>ul>li>div {
		width: 300px;
	}
}
@media screen and (max-width: 1068px) {
	#menu>div>div>ul>li {
		width: 80%;
	}
	#menu>div>div>ul>li>div {
		width: 100%;
	}
	#menu_bg {
		height: 400px;
	}
}
@media screen and (max-width: 820px) {
	#menu>div>div>ul>li>div {
		height: 360px;
	}
}
@media screen and (max-width: 767px) {
	#menu>div>div>ul>li {
		width: 100%;
	}
	#menu>div>div>ul>li img {
		margin-bottom: 25px;
	}
	#menu>div>div>ul>li dt {
		margin-bottom: 20px;
	}
	#menu>div>div>ul>li dd li span+span {
		padding: 0 0 0 20px;
	}
	#menu>div>div>ul>li dd li,
	#menu>div>div>ul>li dd p {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#menu_bg {
		height: 250px;
	}
	#menu_bg_top {
		height: 50px;
	}
	#menu_bg_bottom {
		height: 50px;
	}
}
@media screen and (max-width: 414px) {
	#menu>div>div>ul>li>div {
		height: 195px;
	}
}
/* -------------------------------------
	access
----------------------------------------*/
#access.container {
	padding-bottom: 0;
}
#access ul {
	margin-bottom: 75px;
}
#access li {
	margin-bottom: 6px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
#access li span {
	color: #a18e4d;
}
#access .mapField {
	clear: both;
	max-width: 1280px;
	min-width: 970px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#access .gmap{
	height: 360px;
}
#access .inner {
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
}
#gallery #gallery_bg_top {
	height: 100px;
	background: linear-gradient(rgba(0,0,0,1.0), rgba(0,0,0,0));
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1001;
}

@media screen and (max-width: 1060px) {
	#access .mapField {
		max-width: inherit;
		max-width: auto;
		min-width: inherit;
		min-width: auto;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#access ul {
		margin-bottom: 30px;
	}
	#access li {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#gallery #gallery_bg_top {
		height: 50px;
	}
}
@media screen and (max-width: 320px) {
	#access li {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
/* -------------------------------------
	instagram
----------------------------------------*/
#instagram ul {
	width: 970px;
	margin: auto;
}
#instagram li {
	width: 220px;
	height: 220px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
#instagram li img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#instagram li:nth-child(4n) {
	margin-right: 0;
}
#instagram .inner {
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
}
@media screen and (max-width: 1060px) {
	#instagram ul {
		width: 100%;
	}
	#instagram li {
		width: 23.5%;
		height: auto;
		padding: 12% 0;
		margin-right: 2%;
	}
}
@media screen and (max-width: 767px) {
	#instagram ul {
		width: auto;
	}
	#instagram li,
	#instagram li:nth-child(4n) {
		width: 48.25%;
		padding: 24% 0;
		margin: 0 0 10px;
	}
	#instagram li:nth-child(even) {
		float: right;
	}
}
/* -------------------------------------
	footer
----------------------------------------*/
footer {
	text-align: center;
	padding: 20px 0;
}
footer h3 {
	margin-bottom: 40px;
}
footer h3 span {
	display: block;
	margin-bottom: 12px;
}
footer ul {
	margin-bottom: 55px;
}
footer li {
	display: inline-block;
	margin: 0 5px;
}
footer p {
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	footer {
		padding: 40px 0 20px;
	}
	footer h3 {
		width: 25%;
		margin: 0 auto 20px;
	}
	footer ul {
		margin-bottom: 20px;
	}
}
