@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */

html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #403300;
	font-family: georgia,'times new roman',serif;
	font-family:"Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
	-webkit-text-size-adjust: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.6;
}
a {
	color: #403300;
	text-decoration: underline;
	-webkit-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	-o-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
}
a:hover {
	text-decoration: none;
}
.a_reverse a,
a.reverse {
	text-decoration: none;
}
.a_reverse a[href]:hover,
a.reverse:hover {
	text-decoration: underline;
}

label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sup {
	vertical-align: top;
	font-size: xx-small;
}

button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 680px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	iframe {
		max-width: 100%;
		height: 200px;
	}
}




/* pc / sp
============================================================================================================ */
.sp {
	display: none !important;
}
@media screen and (max-width: 680px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
}

/* font-family
============================================================================================================ */
.en {
	display: inline-block;
	padding-left: 3px;
	font-family: 'EB Garamond', serif;
	font-weight: normal;
	letter-spacing: 3px;
}

@media screen and (max-width: 680px) {
	.sp_mincho {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
		font-weight: normal;
	}
}


/* sp
============================================================================================================ */
@media screen and (max-width: 680px) {
	*[data-label]:before {
		content: attr(data-label);
	}
	*[data-label-r]:after {
		content: attr(data-label-r);
	}
	*[data-label] img {
		display: none;
	}
}



/* font-size
============================================================================================================ */
.fz_s {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.fz_m {
}
.fz_l {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.fz_ll {
}
@media screen and (max-width: 680px) {
	.fz_s {
		font-size: 1.1rem;
	}
	.fz_l {
		font-size: 1.5rem;
	}
}

/* font-weight
============================================================================================================ */
.fwn {
	font-weight: normal !important;
}


/* color
============================================================================================================ */
.c_gold {
	color: #a18301;
}


/* w
============================================================================================================ */
.w {
	position: relative;
	display: block;
	width: 960px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mw {
	min-width: 980px;
}
.w:after,
.mw:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
@media screen and (max-width: 680px) {
	.w {
		width: auto;
		padding: 0;
	}
	.mw {
		min-width: 0;
	}
}



/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a.hv_wh:hover:after,
button.hv_wh:hover:after,
.hv_wh a:hover:after {
	background-color: rgba(255,255,255,0.3);
}

a:hover .hv_wh:after
{
	background-color: rgba(255,255,255,0);
}

a:hover .hv_wh 
{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a.hv_wh.hv_bl:hover:after,
button.hv_wh.hv_bl:hover:after,
a:hover .hv_wh.hv_bl:after,
.hv_wh.hv_bl a:hover:after {
	background-color: rgba(255,255,255,0.1);
}
@media screen and (max-width: 680px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}



/* ヘッダー
============================================================================================================ */
#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 120px;
	background: #47210e;
	z-index: 100;
}
#header:before {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	height: 50px;
	background: #e6e5e0 url(../images/parts/bg_pattern_gray.jpg) 50% 0;	
	/* background-color: rgba(14,14,14,0.95); */
}
#header.fixed {
	position: fixed;
	top: -120px;
}
@media screen and (max-width: 680px) {
	#header {
		position: fixed;
		top: 0 !important;
		min-width: 0;
		height: auto;
		-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
		box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	}
	#header:before {
		content: none;
	}
}

/* head_txt
------------------------------------------------------------- */
#header .head_txt {
	height: 30px;
	padding-top: 6px;
	border-bottom: 1px solid #1a1a1a;
	color: #ffffff;
	font-size: 11px;
	font-size: 1.1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #71503f;
}
@media screen and (max-width: 680px) {
	#header .head_txt {
		display: none;
	}
}

/* head
------------------------------------------------------------- */
#header .head {
	position: relative;
	height: 90px;
	z-index: 3;
}
#header .head h1 {
	padding-top: 24px;
}

@media screen and (max-width: 680px) {
	#header .head {
		width: auto;
		height: auto;
	}
	#header .head h1 {
		position: relative;
		padding: 5px 10px;
		background-color: #47210e;
		z-index: 20;
	}
	#header h1 a {
		display: block;
		width: 240px;
		height: 40px;
		background: url(../images/head/logo_sp.png) no-repeat 50%;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	#header h1 img {
		display: none;
	}
}

/* nav_btn
------------------------------------------------------------- */
@media screen and (max-width: 680px) {
	#header .nav_btn {
		position: absolute;
		right: 0;
		top: 0;
		background-color: #a18301;
		z-index: 22;
	}
	#header .nav_btn a {
		position: relative;
		display: block;
		width: 50px;
		height: 50px;
		z-index: 2;
	}
	#header .nav_btn:before,
	#header .nav_btn a:before,
	#header .nav_btn a:after {
		content: "";
		position: absolute;
		left: 12px;
		right: 12px;
		top: 50%;
		height: 2px;
		margin-top: -1px;
		background-color: #fff;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header .nav_btn a:before {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	#header .nav_btn a:after {
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		-o-transform: translateY(6px);
		transform: translateY(6px);
	}

	/* open */
	#header.open .nav_btn:before {
		opacity: 0;
	}
	#header.open .nav_btn a:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header.open .nav_btn a:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}

/* nav
------------------------------------------------------------- */
#header nav {
	position: absolute;
	bottom: -50px;
	left: -24px;
}
#header nav ul > li {
	position: relative;
	float: left;
}
#header nav ul > li + li:before {
	content: "";
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: -1px;
	border-left: 1px solid #080808;
	border-right: 1px solid #171718;
}
#header nav ul a {
	position: relative;
	display: block;
	padding: 17px 58px 12px 58px;
}

@media screen and (max-width: 680px) {
	#header .nav {
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		background-color: rgba(14,14,14,0.95);
		-webkit-transform: translateY(-120%);
		-ms-transform: translateY(-120%);
		-o-transform: translateY(-120%);
		transform: translateY(-120%);
		-webkit-transition: -webkit-transform 0.3s;
		-o-transition: -o-transform 0.3s;
		transition: transform 0.3s;
	}
	#header.open .nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	#header nav {
		position: static;

	}
	#header nav ul {
	background-color: #000;
	background-image: none;
	}
	#header nav ul:after {
		content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
	}
	#header nav ul > li {
		float: left;
		width: 50%;
	}
	#header nav ul > li + li:before {
		content: none;
	}
	#header nav ul a {
		font-size: 1.5rem;
		padding: 12px 15px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		text-decoration: none;
		color: #fff;
	}
	#header nav ul > li:nth-child(2n) a {
		border-left: 1px solid rgba(255,255,255,0.1);
	}
}

/* contact
------------------------------------------------------------- */
#header .contact {
	position: absolute;
	top: 42px;
	right: 0;
}
#header .contact li {
	float: left;
}
#header .contact .tel {
	position: relative;
	width: 250px;
	height: 30px;
	margin-right: 3px;
	background: url(../images/head/tel.png) no-repeat;
}
#header .contact .tel a {
	display: none;
}
@media screen and (max-width: 680px) {
	#header .contact {
		position: static;
		padding: 10px;
	}
	#header .contact li {
		float: none;
	}
	#header .contact .tel {
		width: auto;
		height: auto;
		margin: 0 0 10px;
		background: #000;
	}
	#header .contact .tel a {
		display: block;
		color: #fff;
		padding: 3px 0;
		border: 1px solid rgba(255,255,255,0.1);
		text-decoration: none;
		text-align: center;
		font-size: 1.3rem;
		letter-spacing: 1px;
	}
	#header .contact .tel a span {
		margin-left: 0.2em;
		font-size: 2.8rem;
	}
}

/* reservation
------------------------------------------------------------- */
#header .reservation_btn {
	position: absolute;
	right: 0;
	bottom: -50px;
}
#header .reservation_btn a {
	position: relative;
	display: block;
	height: 50px;
	padding-top: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #dd9d21 url(../images/parts/bg_pattern_suny.png) 50% 0;
}
#header .reservation_btn a:after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	border-bottom: 2px solid #786001;

}

#header .reservation_btn02 {
	position: absolute;
	right: 0;
	bottom: -50px;
}
#header .reservation_btn02 a {
	position: relative;
	display: block;
	height: 50px;
	padding-top: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #dd9d21 url(../images/parts/bg_pattern_suny.png) 50% 0;
}
#header .reservation_btn02 a:after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	border-bottom: 2px solid #786001;

}

#header .head_reservation_wrap {
	position: absolute;
	overflow: hidden;
	top: 170px;
	left: 0;
	right: 0;
	height: 0;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-webkit-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
#header .reservation_box {
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width: 680px) {
	#header .reservation_btn {
		position: static;
		margin: 10px;
	}
	#header .reservation_btn a {
		height: auto !important;
		font-size: 1.5rem;
	}
	#header .reservation_btn a:after {
		content: none;
	}
			#header .reservation_btn02 {
		position: static;
		margin: 10px;
	}
	#header .reservation_btn02 a {
		height: auto !important;
		font-size: 1.5rem;
	}
	#header .reservation_btn02 a:after {
		content: none;
	}
	#header .reservation_box {
		display: none !important;
	}
}

/* language
------------------------------------------------------------- */
#header .language {
	position: absolute;
	top: 10px;
	right: 0;
}
#header .language li {
	float: left;
	padding-left: 1.5em;
	font-size: 13px;
	font-size: 1.3rem;
	color: #fff;	
}
#header .language li a {
	color: #fff;
}
@media screen and (max-width: 680px) {
	#header .language {
		position: static;
		padding: 10px 0;
		text-align: center;
	}
	#header .language li {
		float: none;
		display: inline-block;
		padding: 0;
		font-size: 1.2rem;
	}
	#header .language li a {
		display: inline-block;
		padding: 5px 10px;
	}
}





/* フッター
============================================================================================================ */
#footer {
	position: relative;
	background-color: #47210e;
}

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


/* nav
------------------------------------------------------------- */
#footer nav {
	background-color: #47210e;
}
#footer nav .gnav {
	border-bottom: 1px solid #bc9480;
}
#footer nav .gnav ul {
	display: table;
	margin: 0 auto;
}
#footer nav .gnav li {
	display: table-cell;
}
#footer nav .gnav li a {
	display: block;
	padding: 20px 22px;
	color: #e8e3e1;
	text-decoration: none;	
}
#footer nav .gnav li a:hover {
	color: #a18301;
}

#footer nav .fnav {
	display: table;
	margin: 0 auto;
	font-size: 13px;
	font-size: 1.3rem;
}
#footer nav .fnav li {
	display: table-cell;
}
#footer nav .fnav li a {
	display: block;
	padding: 15px;
	color: #e8e3e1;
	text-decoration: none;
}
#footer nav .fnav li a:hover {
	color: #a18301;
}

@media screen and (max-width: 680px) {
	#footer nav .gnav {
		display: none;
	}
	#footer nav .fnav {
		display: block;
		font-size: 1.1rem;
	}
	#footer nav .fnav:after {
		content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
	}
	#footer nav .fnav li {
		display: block;
		float: left;
		width: 50%;
	}
	#footer nav .fnav li a {
		position: relative;
		padding: 10px 5px;
		border-bottom: 1px solid #222;
	}
	#footer nav .fnav li a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 8px;
		width: 6px;
		height: 6px;
		margin-top: -4px;
		border-right: 2px solid #444;
		border-top: 2px solid #444;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#footer nav .fnav li:nth-child(2n) a {
		border-left: 1px solid #222;
	}
}




/* info
------------------------------------------------------------- */
#footer .info {
	padding: 35px 0;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	color: #8a8a8a;
	letter-spacing: 1px;
}
#footer .info .logo {
	margin-bottom: 15px;
}
#footer .info .logo a {
	display: block;
	width: 340px;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 2px;
}
#footer .info .logo a span {
	display: block;
	margin-top: 4px;
}
#footer .info .address span {
	padding-right: 0.7em;
}
#footer .info .address a {
	color: #8a8a8a;
	text-decoration: none;
}

@media screen and (max-width: 680px) {
	#footer .info {
		padding: 15px 0;
		letter-spacing: 0;
		font-size: 1.1rem;
	}
	#footer .info .logo {
		margin-bottom: 10px;
	}
	#footer .info .logo a {
		width: 280px;
		font-size: 1.1rem;
		letter-spacing: 1px;
	}
	#footer .info .address span {
		display: block;
		padding-right: 0;
	}
	#footer .info .address a {
		text-decoration: underline;
	}
}

/* copyright
------------------------------------------------------------- */
#footer .copyright {
	height: 70px;
	padding-top: 22px;
	background-color: #71503f;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .copyright small {
	font-size: 13px;
	font-size: 1.3rem;
	color: #9c9c99;
}

@media screen and (max-width: 680px) {
	#footer .copyright {
		height: auto;
		padding: 10px 0;
		line-height: 1.3;
	}
	#footer .copyright small {
		font-size: 1rem;
	}
}




/* pagetop
============================================================================================================ */
#pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 0;
	height: 70px;
	background-color: #a18301;
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
	z-index: 50;
}
#pagetop.show {
	width: 60px;
}
#pagetop:after {
	content: "";
	position: absolute;
	top: 32px;
	left: 24px;
	width: 9px;
	height: 9px;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top 0.1s;
	-o-transition: top 0.1s;
	transition: top 0.1s;
}
#pagetop:hover:after {
	top: 30px;
}

@media screen and (max-width: 680px) {
	#pagetop {
		display: block;
		position: relative;
		bottom: auto !important;
		width: auto !important;
		height: 40px;
		background-color: #000;
		border-top: 1px solid #a18301;
		border-bottom: 1px solid #a18301;
	}
	#pagetop:after {
		top: 16px !important;
		left: 50%;
		margin-left: -6px;
		border-color: #a18301;
	}
}



/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */
#container {
	position: relative;
	padding-top: 120px;
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width: 680px) {
	#container {
		padding-top: 50px;
		font-size: 1.3rem;
	}
}


/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	width: 0;
	top: -50px;
	z-index: -1;
}


/* reservation_form
============================================================================================================ */
.reservation_form {
	padding: 30px 60px;
}
.reservation_form .field {
	float: left;
	width: 650px;
}
.reservation_form .field .row + .row {
	margin-top: 12px;
}
.reservation_form .field .row dl,
.reservation_form .field dt,
.reservation_form .field dd {
	float: left;
}
.reservation_form .field dt {
	padding-right: 1em;
	padding-top: 3px;
}
.reservation_form .field select {
	width: 75px;
	padding: 2px;
}
.reservation_form .field .date {
}
.reservation_form .field .stay {
	width: 210px;
}
.reservation_form .field .adult {
	width: 230px;
}
.reservation_form .field .mr {
	margin-right: 0.5em;
}
.reservation_form .btn {
	float: right;
	padding-top: 10px;
}
.reservation_form .btn button {
	border: 0;
	padding: 0;
	background: none;
}
.reservation_form .reserve_add {
	margin-top: 5px;	
}
.reservation_form .reserve_add a {
	margin-right: 15px;
}

@media screen and (max-width: 680px) {
	.reservation_form {
		padding: 20px 15px;
	}
	.reservation_form .field {
		float: none;
		width: auto;
	}
	.reservation_form .field label {
		display: block;
		margin-top: 5px;
	}
	.reservation_form .field dt,
	.reservation_form .field dd {
		float: none;
	}
	.reservation_form .field dt {
		padding: 0 0 3px;
	}
	.reservation_form .field select {
		width: auto;
		padding: 4px;
	}
	.reservation_form .field .stay,
	.reservation_form .field .adult {
		width: 33.33%;
	}
	.reservation_form .field .mr {
		margin-right: 0;
	}
	.reservation_form .btn {
		float: none;
		padding-top: 20px;
	}
	.reservation_form .reserve_add {
	margin-top: 10px;	
	}
	.reservation_form .reserve_add a {
	display: block;
	margin: 10px 0 5px 0;
	}


}


/* reservation_box
============================================================================================================ */
.reservation_box {
	position: relative;
	overflow: hidden;
}
.reservation_box:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	height: 10px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}



/* ===================================================================================================================

	共通モジュール

=================================================================================================================== */

/* section
============================================================================================================ */
* + .section {
	margin-top: 40px;
}
@media screen and (max-width: 680px) {
	* + .section {
		margin-top: 30px;
	}
}

/* sp_p
============================================================================================================ */
@media screen and (max-width: 680px) {
	.sp_p {
		padding: 15px;
	}
}


/* title
============================================================================================================ */

/* en_line_title
------------------------------------------------------------- */
.en_line_title {
	text-align: center;
	color: #fff;
}
.en_line_title .en {
	display: block;
	margin-bottom: 20px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.3;
}
.en_line_title .en small {
	font-size: 60%;
	margin-left: 0.5em;
}
.en_line_title .en:after {
	content: "";
	display: block;
	width: 120px;
	margin: 10px auto 0;
	border-top: 2px solid #6c5501;
}
@media screen and (max-width: 680px) {
	.en_line_title .en {
		margin-bottom: 10px;
		font-size: 2rem;
	}
	.en_line_title .en:after {
		margin-top: 10px;
	}
	.en_line_title *[data-label] {
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
}

/* pageHead
------------------------------------------------------------- */
#pageHead {
	margin-bottom: 0;
	padding: 70px 0 10px 0;
}
#pageHead .en {
	font-size: 40px;
	font-size: 4rem;
}
@media screen and (max-width: 680px) {
	#pageHead {
		padding: 10px 0;
	}
	#pageHead .en {
	font-size: 30px;
	font-size: 3.0rem;
	}
	#pageHead .en small {
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
	margin-top: 5px;
	}
}

/* en_title
------------------------------------------------------------- */
.en_title {
	text-align: center;
}
.en_title .en {
	display: block;
	margin-bottom: 2px;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.3;
	color: #a18301;
}
.en_title .en.d {
	color: #846900;
}
@media screen and (max-width: 680px) {
	.en_title .en {
		font-size: 2.5rem;
	}
	.en_title *[data-label] {
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
}

/* ja_l
------------------------------------------------------------- */
.ja_l {
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2.0rem;
}
.ja_l .en {
	margin-top: 5px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	color: #fff;
	margin-left: 0.5em;
}
@media screen and (max-width: 680px) {
	.ja_l {
	}
	.ja_l *[data-label] {
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	.ja_l .en {
		display: block;
		margin-top: 3px;
		font-size: 1.4rem;
		margin-left: 0;
	}
}


/* bg
============================================================================================================ */
.bg_black01 {
	background: #080808 url(../images/parts/bg_pattern01.jpg) 50% 0;
}
.bg_black02 {
	background: #0f0f0f url(../images/parts/bg_pattern02.jpg) 50% 0;
}
.bg_black03 {
	background: #0f0f0f url(../images/parts/bg_pattern03.jpg) 50% 50%;
}
.bg_gray {
	background: #e6e5e0 url(../images/parts/bg_pattern_gray.jpg) 50% 0;
}
.bg_beige {
	background: #47210e url(../images/parts/bg_beige.jpg) 50% 0;
}
.bg_beige_light {
	background: #71503f url(../images/parts/bg_beige_light.jpg) 50% 0;
}

@media screen and (max-width: 680px) {
	.bg_black01,
	.bg_black02,
	.bg_gray {
		-webkit-background-size: 150px;
		background-size: 150px;
	}
}



/* category_nav
============================================================================================================ */
.category_nav {
	border-bottom: 1px solid #a18301;
}
.category_nav ul {
	display: table;
	margin: auto;
}
.category_nav ul li {
	display: table-cell;
}

.category_nav ul.cuisine_p li {
	text-align: center;
	padding: 10px 0;
	font-size: 95%;
}

.category_nav ul li a {
	position: relative;
	display: block;
	padding: 5px 20px 10px 20px;
	color: #fff;
}
.category_nav ul li a.current {
	color: #a18301;
}
.category_nav ul li a.current:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 26px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #a18401 transparent transparent transparent;
}

@media screen and (max-width: 680px) {
	.category_nav {
		position: relative;
		border-top: 1px solid #a18301;
		border-bottom: 0;
	}
	.category_nav ul {
		display: block;
		text-align: center;
	}
	.category_nav ul:after {
		content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
	}
	.category_nav ul:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		border-top: 1px solid #a18301;
	}
	.category_nav ul li {
		display: block;
		float: left;
		width: 50%;
		font-size: 90%;
	}
	.category_nav ul li.sp_c3 {
		width: 33.33%;
	}
	.category_nav ul li a {
		padding: 10px 0;
		border-bottom: 1px solid #a18301;
		border-right: 1px solid #a18301;
	}
	.category_nav ul li:nth-child(2n+1) a {
	}
	.category_nav ul li a.current:after {
		bottom: 5px;
	}
}


/* pagein_nav
------------------------------------------------------------- */
.pagein_nav {
	background-color: #080808;
}
.pagein_nav ul {
	display: table;
	margin: auto;
}
.pagein_nav ul li {
	display: table-cell;
}
.pagein_nav ul li a {
	position: relative;
	display: block;
	padding: 16px 30px;
	color: #fff;
}
.pagein_nav ul li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #a18401 transparent transparent transparent;
}

@media screen and (max-width: 680px) {
	.pagein_nav ul {
		display: block;
		padding: 10px 0;
		text-align: center;
		font-size: 1.2rem;
	}
	.pagein_nav ul li {
		display: inline-block;
	}
	.pagein_nav ul li a {
		padding: 5px 20px;
	}
	.pagein_nav ul li a:after {
		right: 0;
	}
}


/* slide_link_area
============================================================================================================ */
.slide_link_area {
	position: relative;
	width: 810px;
	margin: 0 auto;
}
.slide_link_area ul:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.slide_link_area li {
	float: left;
	width: 270px;
}
.slide_link_area li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	font-size: 13px;
	font-size: 1.3rem;
	color: #665c33;
}
.slide_link_area li a span {
	display: block;
}
.slide_link_area li a .ph {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #deddd8;
}
.slide_link_area li a .title {
	margin: 18px 0 10px;
	color: #403300;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}
.slide_link_area li a:hover .title {
	text-decoration: underline;
}

.slide_link_area .arrow {
	position: absolute;
	top: 43px;
	cursor: pointer;
}
.slide_link_area .arrow.l {
	left: -46px;
}
.slide_link_area .arrow.r {
	right: -46px;
}
.slide_link_area .arrow.slick-disabled {
	cursor: default;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.slide_link_area .arrow.slick-disabled:after {
	content: none;
}
@media screen and (max-width: 680px) {
	.slide_link_area {
		width: auto;
	}
	.slide_link_area li {
		width: 180px;
	}
	.slide_link_area li a {
		font-size: 1.1rem;
	}
	.slide_link_area li a .ph {
		padding: 1px;
	}
	.slide_link_area li a .title {
		margin: 10px 0 5px;
		font-size: 1.3rem;
	}

	.slide_link_area .arrow {
		display: none !important;
	}

	.slide_link_area .slick-dots {
		margin-top: 20px;
		text-align: center;
	}
	.slide_link_area .slick-dots:after {
		content: none;
	}
	.slide_link_area .slick-dots li {
		float: none;
		display: inline-block;
		width: auto;
	}
	.slide_link_area .slick-dots li button {
		position: relative;
		overflow: hidden;
		width: 20px;
		height: 0;
		padding: 20px 0 0;
		background: none;
		border: 0;
	}
	.slide_link_area .slick-dots li button:after {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background-color: #ddd;
	}
	.slide_link_area .slick-dots li.slick-active button:after {
		background-color: #987c01;
	}
}



/* bottom_link
============================================================================================================ */
.bottom_link {
	padding: 55px 0 60px;
}
.bottom_link > h1 {
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 680px) {
	.bottom_link {
		padding: 20px 0;
	}
	.bottom_link > h1 {
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
}



/* column2
============================================================================================================ */
.column2 > * {
	float: left;
	width: 470px;
}
.column2 > * + * {
	float: right;
}

@media screen and (max-width: 680px) {
	.column2 > * {
		float: none;
		width: auto;
	}
	.column2 > * + * {
		float: none;
		margin-top: 10px;
	}
}


/* sp_box_btn
============================================================================================================ */

@media screen and (max-width: 680px) {
	.sp_box_btn {
		display: block !important;
		width: 100%;
		padding: 5px !important;
		background: url(../images/parts/sp_box_btn.png) !important;
		-webkit-background-size: auto 100% !important;
		background-size: auto 100% !important;
		border: 1px solid #846900 !important;
		text-align: center;
		font-size: 1.3rem;
		line-height: 1.8;
		color: #fff;
		text-shadow: 0 0 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0 0 1px #fff;
		box-shadow: inset 0 0 1px #fff;
		text-decoration: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}


/* table
============================================================================================================ */
table.basic {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
table.basic.fixed {
	table-layout: fixed;
}
table.basic th,
table.basic td {
	padding: 15px 25px;
}
table.basic tbody th {
	background-color: #f4f3ee;
}
table.basic tbody tr + tr th,
table.basic tbody tr + tr td {
	border-top: 1px solid #e8e6dd;
}
table.basic.td_cetner td {
	text-align: center;
}
table.basic.td_right td {
	text-align: right;
}

table .w10 {width: 10%;}
table .w15 {width: 15%;}
table .w20 {width: 20%;}
table .w25 {width: 25%;}
table .w30 {width: 30%;}
table .w35 {width: 35%;}
table .w40 {width: 40%;}
table .w45 {width: 45%;}
table .w50 {width: 50%;}

@media screen and (max-width: 680px) {
	table.basic {
	}
	table.basic th,
	table.basic td {
		padding: 10px;
	}
}


/* li
============================================================================================================ */

/* square
------------------------------------------------------------- */
ul.square li {
	position: relative;
	padding-left: 1em;
}
ul.square li:before {
	content: "■";
	position: absolute;
	left: 0;
}

/* disc
------------------------------------------------------------- */
ul.disc li {
	position: relative;
	padding-left: 1em;
}
ul.disc li:before {
	content: "・";
	position: absolute;
	left: 0;
}

/* notes
------------------------------------------------------------- */
ul.notes li {
	position: relative;
	padding-left: 1em;
}
ul.notes li:before {
	content: "※";
	position: absolute;
	left: 0;
}

/* decimal
------------------------------------------------------------- */
ol.decimal {
	list-style-type: decimal;
}
ol.decimal li {
	margin-left: 2em;
}

/* parentheses
------------------------------------------------------------- */
ol.parentheses li {
	position: relative;
	padding-left: 2em;
}
ol.parentheses li .num {
	position: absolute;
	left: 0;
}



/* letter-spacing
============================================================================================================ */
.ls1 {
	display: inline-block;
	letter-spacing: 1em;
	margin-right: -1em;
}



/* slick
============================================================================================================ */
.slide_wrap * {
	outline: none;
}

.lead_box {
	margin: 0 0 15px 0;
}

.room_section .bg_beige {
	padding: 40px 0 40px 0;
}

.room_section .bg_beige_light {
	padding: 40px 0 40px 0;
}



.box2222 {
	margin: 25px 0;
}
@media screen and (max-width: 680px) {
	.box2222 {
	margin: 40px 0;
	}
}
h2.subh2456 {
	margin: 5px 0 5px 0;
	font-weight: 700;
	font-size: 20px;
	font-size: 2.0rem;
}

h3.subh9876 {
	margin: 5px 0 5px 0;
	font-weight: 700;
	font-size: 16px;
	font-size: 1.6rem;
}

h4.subh000 {
	margin: 5px 0 5px 0;
	font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
}

#header .reservation_btn02 {
	bottom: -65px;
}
#header .reservation_btn02 a {
	height: 65px;
	padding: 15px 20px 0;

}
#header .reservation_btn02 a:after {
	right: 20px;
	left: 20px;
	bottom: 13px;
}
