@charset "utf-8";
/* CSS Document */

/* =========================
	body
========================= */

body {
	background: ;
	font-size: 13px;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2em;
	color: #fff;
}

p {
	margin: 0;
	color: ;
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: none;
}

a:link,
a:visited {
	font-weight: normal;
	color: #fff;
	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: ;
}

th,
td{
	padding: 4px;
	border: 1px #FFF solid;
}

th {
	background: rgba(0, 0, 0, 0) url("../img/all/wrap_bg.png") repeat;
	width: 25%;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	color: ;
}

td {
	background: ;
	word-break: break-all;
	text-align: left;
	padding-left: 10px;
}

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: ;
}

h1 {
	background: ;
	text-align: center;
	margin: 0 auto;
	padding: 30px 10% ;
	line-height: 0;
}
h1 img {
	width:30%;
	max-width: 149px;
}

/* =========================
	slider
========================= */

.slider_box {
	max-width: 700px;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}

#slide {
	position: fixed;
	z-index: -10;
	width: 100%;
	height: 100%;
}	
	
	
/* =========================
	g_menu
========================= */

.g_menu {
	min-height: 1em;
	line-height: 1em;
	margin: 0 auto;
	padding: 5px 0 30px;
	background:  url(../img/all/img_line.png) no-repeat center 3px / 100% auto , url(../img/all/img_line.png) no-repeat center 53px / 100% auto , url(../img/all/navi_side.png) repeat-x left top / auto 100%;
	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: url(../img/all/wrap_bg.png) repeat ;
	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: url(../img/all/img_line.png) no-repeat left bottom / 100% auto;
	border-bottom: ;
	line-height: 0;
	list-style: none;
	text-align: center;
}
.menu ul li:last-child {
	background: 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: 30px 5% 30px;
	background: url(../img/all/wrap_bg.png) repeat ;
	text-align: center;
}

.footer_menu ul li img {
	margin-top: 0;
}
.footer_menu img {
	margin-top: 30px;
}


/* =========================
	f_menu
========================= */

.f_menu {
	width: 95%;
	margin: 0 auto;
	background: ;
	border-top: 3px #FFF solid;
	border-bottom: 3px #FFF solid;
}

.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: 30px auto 0;
	padding-top: 30px;
	background:  url(../img/all/wrap_bg.png) repeat ;
}

.footer_inner {
	background: ;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.footer_inner .center {
	font-weight: ;
	font-size: 2em;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.footer_inner img {
	width: 70%;
	max-width: px;
}

.footer_inner p {
	margin: 10px 0;
	color: ;
	text-align: center;
}

.footer_inner span {
	display: inline-block;
	margin-right: 5px;
}

.copyright {
	padding: 5px 10px;
	background: ;
	margin: 0;
	font-size: 11px;
	text-align: center;
	border-top: ;
}

.copyright p {
	margin: 0;
	color: ;
}


/* =========================
	Contents
========================= */

.contents ,
.movie_contents {
	background: url(../img/all/wrap_bg.png) repeat ;
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
	padding: 30px 2%;
}

.contents p {
	padding: 2% 0;
}

.link a {
	display: block;
	width: 60%;
	max-width: 200px;
	margin: 30px auto;
	padding: 15px 20px;
	background: url(../img/all/title_bg.png) repeat;
	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 15px;
}

.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 {
	font-weight: normal;
}
h3.title_text {
	background: ;
	margin: ;
	padding: ;
	font-size: 1.6em;
	font-weight: bold;
	color: ;
	text-align: ;
	line-height: ;
}
h4.title_text {
	background: ;
	margin:10px 0 ;
	padding: ;
	font-size: 1.4em;
	font-weight: normal;
	color: ;
	text-align: ;
}
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 {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.img2 li:nth-of-type(2n+1) {
	margin-left: 0;
}
.img3 {
	display: table;
	margin: 0 auto;
}
.img3 li {
	float: left;
	width: 33%;
	margin-left: 0.5%;
}
.img3 li:nth-of-type(3n+1) {
	margin-left: 0;
}
.img4 {
	display: table;
	margin: 0 auto;
}
.img4 li {
	float: left;
	width: 24.5%;
	margin-left: 0.5%;
}
.img4 li:nth-of-type(4n+1) {
	margin-left: 0;
}
.title_box {
	background:url(../img/all/title_bg.png) repeat;
	margin: 30px 0;
}
.title_box h2 {
	background: url(../img/all/img_line.png) no-repeat center 3% / 100% auto , url(../img/all/img_line.png) no-repeat center 97% / 100% auto;
	padding: 10px 5% 0;
	text-align: center;
}
	
/*------------------ index ------------------*/
.header {
	margin: 0 auto;
}

#index .greeting {
	background: ;
	width: 96%;
	padding: 30px 2% ;
}

/*------------------ cuisine ------------------*/

.cuisine_title h2 {
	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 h2 {
		background-size: cover;
	}
}

#cuisine .ryo02 dl dt {
	margin-bottom: 0;
}	
#cuisine .ryo02 dl dd {
	margin-top: 0;
	margin-bottom: 30px;
}	

#cuisine .ryo04 .slick-arrow {
	top: 45%;
}
#cuisine .ryo04 .slick-dots {
	bottom: -30px;
}
#cuisine .ryo04 .slick-dots li {
	background: rgba(255,255,255,0.5);
}
#cuisine .ryo04 .slick-dots li.slick-active {
	background: #b2a656;
}
#cuisine .ryo04 .slick-slide {
  position: relative;
}
#cuisine .ryo04 .slick-slide span.caption {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 2;
  width: calc(100% - 4%);
  padding: 10px;
  background: ;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 5px rgba(0,0,0,0.8),0 0 5px rgba(0,0,0,0.8),0 0 5px rgba(0,0,0,0.8),0 0 5px rgba(0,0,0,0.8);
}
#cuisine .ryo04 .slick-current span.caption {
  opacity: 1;
  transition-delay: .5s;
}

#cuisine .ryo06 #flick2 {
	margin-top: 0;
}	
	
/*------------------ facilities ------------------*/

.facilities_title h2 {
	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 h2 {
		background-size: cover;
	}
}

#facilities .kan02 .text_contents p.box {
	margin-top: 10px;
	padding: 5px;
	border: 1px #FFF solid;
	border-radius: 10px;
}	
#facilities .kan02 dl dt {
	margin-top: 30px;
}	
#facilities .kan02 dl dd {
	margin: 0;
}	


/*------------------ sightseeing ------------------*/

.sightseeing_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/sightseeing/sightseeing.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.sightseeing_title h2 {
		background-size: cover;
	}
}

/*------------------ cafe ------------------*/

.cafe_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background:  url(../img/price/price.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.cafe_title h2 {
		background-size: cover;
	}
}

#cafe .cafe02 ul.img li:first-of-type ,
#cafe .cafe03 ul.img li:first-of-type {
	position: relative;
	z-index: 10;
	width: 40%;
}
#cafe .cafe02 ul.img li:last-of-type ,
#cafe .cafe03 ul.img li:last-of-type {
	margin-top: -20%;
}
	
#cafe .cafe04 table td {
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
}
	
/*------------------ gelande ------------------*/

.gelande_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background:  url(../img/access/access.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.gelande_title h2 {
		background-size: cover;
	}
}

#gelande  .gel02 table td {
	text-align: center;
}

#gelande  .gel03 table td {
	padding-left: 0;
	padding-right: 10px;
	text-align: right;
}

/*------------------ access ------------------*/

.access_title h2 {
	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 h2 {
		background-size: cover;
	}
}

		
/*------------------ 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;
}