@charset "utf-8";
/* CSS Document */

/* =========================
	body
========================= */

body {
	background: ;
	font-size: 13px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
	line-height: 2em;
	color: #3d280c;
}

p {
	margin: 0;
	color: ;
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: none;
}

a:link,
a:visited {
	font-weight: normal;
	color: #3d280c;
	text-decoration: none;
	word-break: break-all;
}

a:focus {
	outline: none;
}

table {
	background: ;
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	word-break: break-all;
	color: ;
	border: ;
}

tr {
	border-bottom: ;
}
tr:nth-of-type(1) th {
	border-bottom: solid 3px #85a540;
}
tr:nth-of-type(2) th {
	border-bottom: solid 3px #71c0db;
}

th,
td{
	padding: 4px;
	border: ;
}

th {
	background: ;
	width: 25%;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	color: ;
	font-size: 1.2em;
}

td {
	background: ;
	word-break: break-all;
	text-align: ;
	padding-left: 10px;
	border-bottom: solid 1px rgba(61,40,12,.4);
	font-family: "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

ul {
	list-style-type: none;
	padding: 0;
}
ul:after {
	display: block;
	content: "";
	clear: both;
}

dl {
	margin: 0;
}
dl dd {
	margin: 0;
}
dl:after {
	display: block;
	content: "";
	clear: both;
}



/* =========================
	logo
========================= */

.header_inner {
	position: relative;
	margin:  0 auto;
	/*text-align: center;*/
	background: rgba(255,255,255,.92);
}

h1 {
	background: ;
	text-align: center;
	margin: 0 auto;
	padding: 20px 10% 30px;
	line-height: 0;
}
h1 img {
	width:80%;
	max-width: 240px;
}

/* =========================
	slider
========================= */

.slider_box {
	max-width: 700px;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}


/* =========================
	g_menu
========================= */

.g_menu {
	min-height: 1em;
	line-height: 1em;
	margin: 0 auto;
	padding-top: 0px;
	background:   ;
	text-align: center;
	/*border-top: solid 1px #999;*/
}

.g_menu a {
	display: inline-block;
	width: 50%;
	max-width: 350px;
}

.g_menu img {
	max-width: 180px;
}


/* =========================
	menu
========================= */

.menu {
	margin: 0 ;
	padding-top: 3px;
	padding-bottom: 3px;
	background:   ;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
}

.menu ul {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.menu ul li {
	background: ;
	border-bottom: solid 1px rgba(61,40,12,.4);
	line-height: 0;
	list-style: none;
	text-align: center;
}
.menu ul li:last-child {
	border-bottom: none;
}

.menu ul li a {
	display: block;
	padding: 6px 10px;
	/*background: url(../img/menu/arrow.png) no-repeat 95% 50%;*/
	background-size: auto 14px;
	text-decoration: none;
}


/* =========================
	footer_menu
========================= */

.footer_menu {
	margin: 0 auto;
	padding: 0 5% 50px;
	background:  ;
	text-align: center;
}

.footer_menu img {
	margin-top: 30px;
}


/* =========================
	f_menu
========================= */

.f_menu {
	margin: 0;
	background: ;
	border-bottom: ;
}

.f_menu:after {
	content: "";
	display: block;
	clear: both;
}

.f_menu img {
	max-width: 160px;
}

.f_menu ul {
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.f_menu li {
	float: left;
	width: 50%;
	padding: 5px 0;
	line-height: 0;
	text-align: center;
	list-style: none;
}


/* =========================
	footer
========================= */

.footer {
	position: relative;
	margin: 0 auto;
	background:  #3d280c ;
}

.footer_inner {
	background: ;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0 30px;
}

.footer_inner img {
	width: 50%;
	max-width: 120px;
}
.footer_inner a {
	color: #fff;
}

.footer_inner p {
	margin: 10px 0;
	color: #fff;
	text-align: center;
}

.footer_inner span {
	display: inline-block;
	margin-right: 5px;
}

.copyright {
	padding: 5px 10px;
	background: #fff;
	margin: 0;
	font-size: 11px;
	text-align: center;
	border-top: ;
}

.copyright p {
	margin: 0;
	color: ;
}


/* =========================
	Contents
========================= */

.contents {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
}

.contents p {
	padding: 2% 0;
}

.link a {
	display: block;
	width: 60%;
	max-width: 200px;
	margin: 30px auto;
	padding: 15px 20px;
	background: #3d280c;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.link2 {
	display: block;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}

.text_contents {
	max-width: 530px;
	margin: 0 auto;
	padding: 1px 15px 20px;
}

.lightbox:after {
	content: "";
	display: block;
	clear: both;
}

.lightbox_info {
	margin: -15px 0 -5px;
	font-size: 11px;
	text-align: center;
}

.inline_block span {
	display: inline-block;
}


/* =========================
	page
========================= */
h2.title_text {
	background: ;
	margin: ;
	padding: ;
	font-size: 1.6em;
	font-weight: normal;
	color: ;
	text-align: center;
	line-height: ;
	letter-spacing: .1rem;
}
h3.title_text {
	background: ;
	margin: ;
	padding: ;
	font-size: 1.6em;
	font-weight: normal;
	color: ;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: .1rem;
}
h4.title_text {
	background: ;
	margin:20px 0 ;
	padding: ;
	font-size: 1.4em;
	font-weight: normal;
	color: ;
	text-align: center;
	letter-spacing: .1rem;
}
h4.title_text2:before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 1px;
	background: #3d280c;
	position: relative;
	left: 0;
	bottom: 5px;
	z-index: 1;
	margin: 0 8px 0 0;
}
h4.title_text2:after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 1px;
	background: #3d280c;
	position: relative;
	left: 0;
	bottom: 5px;
	z-index: 1;
	margin: 0 0 0 8px;
}
h4.title_text2 {
	background: ;
	margin:20px 0 ;
	padding: ;
	font-size: 1.4em;
	font-weight: normal;
	color: ;
	text-align: center;
	letter-spacing: .1rem;
}
h5.title_text {
	background: ;
	margin: 10px 0 0;
	padding: ;
	font-size: 1.4em;
	font-weight: bold;
	color: ;
	text-align: center;
}
 .sub_box {
 	margin: 10px auto 20px;
 	padding: 20px 0 10px;
 }
.att {
	background: ;
	padding:  ;
	border: ;
}
.img2 {
	display: table;
	margin: 0 auto;
}
.img2 li:first-of-type {
	float: left;
	width: 65.5%;
	margin-top: -5px;
	margin-left: 0;
}
.img2 li:last-of-type {
	float: left;
	width: 33.5%;
	margin-top: -5px;
	margin-left: 1%;
}
.img2 li:nth-of-type(2n+1) {
	margin-left: 0;
}
hr {
	background-image: url("../img/all/common_devider.png");
	background-size: cover;
	width: 48px;
	height: 8px;
	margin: 30px auto;
	border: none;
}
.text_contents + hr {
	margin-top: 10px;
}
	
/*------------------ index ------------------*/
.header {
	margin: 0 auto;
}

#index .greeting {
	background: ;
	width: 96%;
	padding: 30px 2% ;
}



/*------------------ facilities ------------------*/

.facilities_title:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	content: "";
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
}
.facilities_title {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/facilities/facilities.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.facilities_title  {
		background-size: cover;
	}
}

.facilities_title h2 {
	position: absolute;
	left: 50%;
	top: 40%;
	z-index: 3;
	transform: translate(-50%,-50%);
	font-size: 2em;
	color:#fafafa ;
	font-family: 'EBGaramond-R', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
	letter-spacing: 0.2em;
}



/*------------------ spa ------------------*/

.spa_title:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	content: "";
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
}
.spa_title {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/spa/spa.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.spa_title  {
		background-size: cover;
	}
}

.spa_title h2 {
	position: absolute;
	left: 50%;
	top: 40%;
	z-index: 3;
	transform: translate(-50%,-50%);
	font-size: 2em;
	color:#fafafa ;
	font-family: 'EBGaramond-R', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
	letter-spacing: 0.2em;
}



/*------------------ cuisine ------------------*/

.cuisine_title:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	content: "";
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
}
.cuisine_title {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/cuisine/cuisine.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.cuisine_title  {
		background-size: cover;
	}
}

.cuisine_title h2 {
	position: absolute;
	left: 50%;
	top: 40%;
	z-index: 3;
	transform: translate(-50%,-50%);
	font-size: 2em;
	color:#fafafa ;
	font-family: 'EBGaramond-R', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
	letter-spacing: 0.2em;
}

#cuisine .accbox {
	background: rgba(61,40,12,.08);
	padding: 15px;
}
#cuisine .accbox dt {
	margin: 0 0 0 5px;
	font-size: 1.4em;
}
#cuisine .accbox dt:after {
	position: relative;
	left: 0;
	top: -3px;
	z-index: 1;
	display: inline-block;
	content: "";
	background-image: url("../img/all/common_arrow-brown-down.png");
	background-size: cover;
	width: 16px;
	height: 8px;
	margin-left: 5px;
}
#cuisine .accbox dd {
	display: none;
}
#cuisine .accbox dd ul {
	margin-top: 20px;
}
#cuisine .accbox dd ul li {
	padding: 15px 0;
	border-bottom: solid 1px rgba(61,40,12,.08);
}
#cuisine .accbox dd ul li:first-of-type {
	border-top: solid 1px rgba(61,40,12,.08);
}



/*------------------ lunch ------------------*/

.lunch_title:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	content: "";
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
}
.lunch_title {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/lunch/lunch.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.lunch_title  {
		background-size: cover;
	}
}

.lunch_title h2 {
	position: absolute;
	left: 50%;
	top: 40%;
	z-index: 3;
	transform: translate(-50%,-50%);
	font-size: 2em;
	color:#fafafa ;
	font-family: 'EBGaramond-R', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
	letter-spacing: 0.2em;
}
  
  
  
/*------------------ access ------------------*/

.access_title:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	content: "";
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
}
.access_title {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/access/access.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.access_title  {
		background-size: cover;
	}
}

.access_title h2 {
	position: absolute;
	left: 30%;
	top: 40%;
	z-index: 3;
	transform: translate(-17%,-50%);
	font-size: 2em;
	color:#fafafa ;
	font-family: 'EBGaramond-R', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
	letter-spacing: 0.2em;
}

#access .ac01 .add {
	background: #3d280c;
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 20px 10px;
	color: #fff;
}
#access .ac01 .add a {
	color: #fff;
}





/*------------------ english ------------------*/

#english .slider_box:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	content: "";
	background: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
}
#english .slider_box {
	position: relative;
}

#english .slider_box h2 {
	position: absolute;
	left: 30%;
	top: 40%;
	z-index: 100;
	transform: translate(-15%,-50%);
	font-size: 2em;
	color:#fafafa ;
	font-family: 'EBGaramond-R', "游明朝体", "YuMincho", "游明朝", "Yu Mincho", serif;
	letter-spacing: 0.2em;
}

#english .en02 ul li:nth-of-type(1) ,
#english .en03 ul li:nth-of-type(1) {
	float: left;
	width: 65.5%;
	margin-right: 1%;
	margin-bottom: -5px;
}
#english .en02 ul li:nth-of-type(2) ,
#english .en03 ul li:nth-of-type(2) {
	float: left;
	width: 33.5%;
	margin-bottom: -5px;
}
#english .en02 ul li:nth-of-type(3) ,
#english .en03 ul li:nth-of-type(3) {
	float: left;
	width: 33.5%;
	margin-right: 1%;
}
#english .en02 ul li:nth-of-type(4) ,
#english .en03 ul li:nth-of-type(4) {
	float: left;
	width: 65.5%;
}

#english .en04 .add {
	background: #3d280c;
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 20px 10px;
	color: #fff;
}
#english .en04 .add a {
	color: #fff;
}
		
/*------------------ movie ------------------*/

.movie_contents {
	width: 96%;
	max-width: 700px;
	margin: 30px auto 0;
	padding-bottom: 1px;
}

.movie_contents p,
.movie_contents h2 {
	margin-top: 0;
	text-align: center;
	color: ;
}

.movie_contents span {
	display: inline-block;
}

.movie_contents strong {
	display: inline-block;
	margin: 0 10px;
}

.movie {
	padding: 0;
}

.movie_box {
	margin: 10px 0 30px;
}
 
 #movie_top .header_inner {
 	padding-top: 0;
 } 

/* =========================
	add
========================= */

/*------------------ float ------------------*/

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.float_clear:after {
	content: "";
	display: block;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.img_left {
	width: 49%;
	float: left;
	margin: 1% 0;
	line-height: 0;
	text-align: left;
}

.img_right {
	width: 49%;
	float: right;
	margin: 1% 0;
	line-height: 0;
	text-align: right;
}

/*------------------ margin ------------------*/

.m0 {
	margin: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}


/*------------------ line_height ------------------*/

.line_height {
	line-height: 0;
	text-align: center;
}

.large {
	font-size: 1.2em;
}
.small {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}