@charset "utf-8";
/* CSS Document */

/* =========================
	body
========================= */

body {
	background: url(../img/all/background.jpg) repeat center center;
	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;
}
.anchor a:link,
.anchor a:visited {
	text-decoration: underline;
}
a:focus {
	outline: none;
}

table {
	background: ;
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	word-break: break-all;
	color: ;
	border-top: 1px solid #ECDFA6;
}

tr {
	border-bottom: 1px solid #ECDFA6;
}

th,
td{
	padding: 4px;
	border: ;
}

th {
	background: rgba(236,223,166,.18);
	width: 25%;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	color: ;
	border-right: 1px solid #ECDFA6;
	padding-left: 10px;
}

td {
	background: ;
	word-break: break-all;
	text-align: ;
	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: url(../img/all/header-back.png) repeat-x top center / auto 100%;
}

h1 {
	background: ;
	text-align: center;
	margin: 0 auto;
	padding: 20px 10% ;
	line-height: 0;
}
h1 img {
	width:90%;
	max-width: 344px;
}

/* =========================
	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: ;
	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: ;
	background-size: auto 14px;
	text-decoration: none;
}

.menu ul li a img {
	background:  url(../img/menu/arrow.png) no-repeat 94% 50% , url(../img/all/paper.jpg) no-repeat center center / cover;
	padding: 3px;
}

/* =========================
	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:before {
	position: absolute;
	left: 0;
	top: -8px;
	display: block; 
	content: "";
	background:  url(../img/all/paper.jpg) repeat center center;
	width: 100%;
	height: 3px;
}

.f_menu {
	position: relative;
	margin: 5px auto;
	background: url(../img/all/paper.jpg) repeat center center;
	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:   url(../img/all/paper.jpg) repeat center center;
}

.footer_inner {
	background: ;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding: 30px 0 0;
}

.footer_inner img {
	width: 80%;
	max-width: 344px;
}

.footer_inner p {
	margin: 20px 0 30px;
	color: #222;
	text-align: center;
}

.footer_inner span {
	display: inline-block;
	margin-right: 5px;
}

.copyright {
	padding: 5px 10px;
	background: rgba(0,0,0,.7) url(../img/all/background.jpg) repeat center center  ;
	margin: 0;
	font-size: 11px;
	text-align: center;
	border-top: ;
}

.copyright p {
	margin: 0;
	color: #fff;
}


/* =========================
	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: url("../img/all/paper-light.jpg") repeat center center;
	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: #1F0C0B;
	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
========================= */
h3.title_text {
	background: ;
	margin: ;
	padding-left: 15px;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-align: ;
	line-height: ;
	border-left: 3px solid #EBDFA5;
}
h4.title_text:after {
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 0;
	background: #1E0B0A;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
}
h4.title_text {
	position: relative;
	background: ;
	margin:10px 0 ;
	padding: ;
	font-size: 1.4em;
	font-weight: bold;
	color: #1E0B0A;
	text-align: center;
}
h4.title_text > span {
	position: relative;
	background: url("../img/all/light.jpg") no-repeat center center / cover;
	padding: 0 10px;
	z-index: 10;
}
h4.title_text2:after {
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 0;
	background: #fff;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
}
h4.title_text2 {
	position: relative;
	background: ;
	margin:10px 0 ;
	padding: ;
	font-size: 1.4em;
	font-weight: bold;
	font-family: "游明朝", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo, Osaka, serif;
	color: #fff;
	text-align: center;
}
h4.title_text2 > span {
	position: relative;
	background: #190506;
	padding: 0 10px;
	z-index: 10;
}
h4.title_text3 {
	background: url("../img/story/title.png") no-repeat left bottom / 200% auto;
	margin:10px 0 ;
	padding: 0 0 10px 45px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: ;
	color: #1E0B0A;
	text-align: ;
}

h5.title_text {
	background: ;
	margin: 10px 0 0;
	padding: ;
	font-size: 1.4em;
	font-weight: bold;
	color: #053a6b;
	text-align: ;
}
 .sub_box {
 	margin: 10px auto 20px;
 	padding: 20px 0 10px;
 }
.att {
	background: #333;
	padding:  10px;
	border: 6px solid #FFF;
}
.att h4.title_text2 > span {
	background: #333;
}

.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;
}
.page_title {
	background: url("../img/facilities/title-back.png") repeat-x center center / auto 100%;
}
.page_title h2 {
	margin: 0;
}
ul.list {
	list-style: disc;
	list-style-position: inside;
}
ul.list li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
/*------------------ index ------------------*/
.index_header {
	border-bottom: 6px solid #F3CF9E;
}


#index .greeting .att {
	background: #fff;
	padding: 10px ;
	border: none;
	color: #222;
}
#index .greeting .att .inner {
	border: 2px #1274ce solid;
	padding: 10px ;
}

#index .greeting {
	background: url(../img/index/image_02.png) no-repeat left 94% / 45% auto;
	width: 96%;
	padding: 30px 2% ;
}

#index .point:before {
	position: absolute;
	left: 0;
	top: -8px;
	display: block; 
	content: "";
	background:  url(../img/all/paper.jpg) repeat center center;
	width: 100%;
	height: 3px;
}
#index .point:after {
	position: absolute;
	left: 0;
	bottom: -8px;
	display: block; 
	content: "";
	background:  url(../img/all/paper.jpg) repeat center center;
	width: 100%;
	height: 3px;
}
#index .point {
	position: relative;
	width: 100%;
	color: #1F0C0B;
}
#index .point ul li {
	background: url(../img/index/img_05.png) no-repeat left bottom / 100% auto , url(../img/all/paper.jpg) repeat center top;
	padding: 30px 0 50%;
}
#index .point ul li:first-of-type {
	position: relative;
	background: url(../img/index/img_04.png) no-repeat right bottom / 100% auto , url(../img/all/paper.jpg) repeat center top;
	margin-bottom: 13px;
}
#index .point ul li:first-of-type:after {
	position: absolute;
	left: 0;
	bottom: -8px;
	display: block; 
	content: "";
	background:  url(../img/all/paper.jpg) repeat center center;
	width: 100%;
	height: 3px;
}

#index .footer_menu  {
	padding-top: 1px;
}
#index .footer_menu ul li img {
	margin-top: 0;
}
#index .footer_menu .box {
	max-width: 430px;
	background: #589442;
	padding: 10px 10px 1px;
	margin: 0 auto;
}
#index .footer_menu .box > dl {
	background: #fff;
	padding: 20px 10px;
}
#index .footer_menu .box > dl dt {
	margin-bottom: 10px;
	color: #2c2c2c;
}
#index .footer_menu .box > dl dt > hr {
	background: #d1dfb8;
	width: 100%;
	height: 1px;
	border: none;
}
#index .footer_menu .box > dl dt a {
	color: #2c2c2c;
	text-decoration: none;
	font-weight: bold;
}
#index .footer_menu .box > dl dd {
	display: inline-block;
	background: #d67b00;
	padding: 5px 10px;
}
#index .footer_menu .box > dl dd a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#index .event_t {
	display: none;
}
.mfp-content .event_t {
	background: url(../img/all/paper.jpg) repeat center center;
	padding: 50px 2% 30px;
	color: #1F0C0B;
}

/*------------------ 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 .kan01  {
	background: url(../img/index/image_02.png) no-repeat left 87% / 45% auto;
	width: 96%;
	padding: 0 2% ;
}	
#facilities .kan01 .img2_1 li:nth-of-type(2),
#facilities .kan01 .img2_1 li:nth-of-type(3),
#facilities .kan01 .img2_1 li:nth-of-type(4) {	
	float: right;
	width: 46%;
}
#facilities .kan01 .img2_1 li:nth-of-type(1) {	
	float: left;
	width: 52%;
	margin-right: 2%;
}

#facilities .kan02 {
	background: url(../img/facilities/tree.png) no-repeat right bottom / 35% auto;
	width: 96%;
	padding: 0 2% ;
}
	
#facilities .kan02 .text_contents {
	background: url("../img/all/paper.jpg") repeat center center;
	padding: 10px ;
	color: #1E0B0A;
}	
#facilities .kan02 .text_contents .in  {
	border: 2px solid #1E0B0A;
	padding: 10px;
}

#facilities .box {
	background: url("../img/all/paper-light.jpg") repeat center center;
	padding: 10px ;
	color: #1E0B0A;
}	
#facilities .box .in  {
	border: 2px solid #1E0B0A;
	padding: 15px;
}

/*------------------ 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;
	}
}
		
#craftbeer .contents {
	background: url(../img/index/image_03.png) no-repeat left bottom / 45% auto;
	width: 96%;
	padding: 0 2% 30%;
}	
#cuisine .ryo04 {
	width: 96%;
	padding: 0 2% 0%;
}
#cuisine .ryo05 {
	background: url(../img/index/image_03.png) no-repeat left bottom / 45% auto;
	width: 100%;
	padding: 0 0% 28%;
	box-sizing: border-box;
	margin:0 auto;
}	
.nyuuka{
	width:100%;
	height:auto;
	background:rgba(255,255,255,0.2);
	margin:0 auto;
		clear: both;
		display:flex;
	justify-content:center;
	align-content: center;
	box-sizing:border-box;
	padding:15px 0px 20px;
}
.flex {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	align-content: center;
	box-sizing: border-box;
	clear: both;
	align-items: center;
}
.flex div{
	height:auto;
	width:100%;	
	padding:5px 15px;
}
.flex div figure{
	height:auto;
	width:100%;

}
.flex div img{
	width:100%;
	height:auto;
}

.flex h2{
	text-align: center;
	font-size:16px;
	padding:10px;
	border:2px solid rgba(252,255,163,0.50);
	margin: 5px auto 5px;
	width:95%;
	box-sizing:border-box;
}	
	
/*------------------ story ------------------*/

.story_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background:  url(../img/story/story.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.story_title h2 {
		background-size: cover;
	}
}


.tabContents {
  display: none;
}
.tabContents.active {
  display: block;
}		

#story .story01 .tab {
	margin: 0 auto 20px;
}
#story .story01 .tab li:nth-of-type(1).active {
	background: url("../img/story/story-nav_01-on.png") no-repeat left top / contain;
}
#story .story01 .tab li:nth-of-type(2).active {
	background: url("../img/story/story-nav_02-on.png") no-repeat left top / contain;
}
#story .story01 .tab li:nth-of-type(3).active {
	background: url("../img/story/story-nav_03-on.png") no-repeat left top / contain;
}
#story .story01 .tab li:nth-of-type(4).active {
	background: url("../img/story/story-nav_04-on.png") no-repeat left top / contain;
}
#story .story01 .tab li:nth-of-type(5).active {
	background: url("../img/story/story-nav_05-on.png") no-repeat left top / contain;
}
#story .story01 .tab li.active a img {
	visibility: hidden;
}

#story .story01 .accbox > dt.active {
	background: url("../img/story/btn_01-on.png") no-repeat center top / contain;
}
#story .story02 .accbox > dt.active {
	background: url("../img/story/btn_02-on.png") no-repeat center top / contain;
}
#story .story01 .accbox > dt.active img ,
#story .story02 .accbox > dt.active img {
	visibility: hidden;
}

#story .story01 .accbox > dd	
#story .story02 .accbox > dd {
	display: none;
}
#story .story01 .accbox > dd ,
#story .story02 .accbox > dd {
	display: none;
}
#story .story01 .box ,
#story .story02 .box {
	background: url("../img/all/paper.jpg") repeat center center;
	padding: 10px;
	color: #1E0B0A;
}
#story .story01 .box .in ,
#story .story02 .box .in  {
	border: 2px solid #1E0B0A;
	padding: 30px 10px 10px;
}

#story .story01 .box .in dl dd ,
#story .story02 .box .in dl dd {
	margin-bottom: 30px;
}


/*------------------ 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;
	}
}

#sightseeing .sub_box .time {
	color: #EBDFA5;
}
	
#sightseeing .sight02 ul li {
	display: block;
	padding: 5px 15px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
#sightseeing .sight02 ul li:last-of-type {
	margin-bottom: 0;
}
#sightseeing .sight02 ul li span {
	float: right;
	color: #EBDFA5;
}
#sightseeing .sight02 ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ccc;
}


/*------------------ price ------------------*/

.price_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) {
	.price_title h2 {
		background-size: cover;
	}
}

#price table.cancel th ,
#price table.cancel td {
	text-align: center;
}
	
	
		
/*------------------ 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;
	}
}

#access .map {
	background: #ECDFA6;
	height: 300px;
	padding: 5px;
}

		
/*------------------ faq ------------------*/

.faq_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background:  url(../img/faq/faq.jpg) no-repeat bottom center / cover;
}

@media screen and (max-width: 320px) {
	.faq_title h2 {
		background-size: cover;
	}
}

#faq .contents dl dt {
	background: #E6D9C4 url("../img/faq/q.png") no-repeat left top;
	margin-bottom: 2px;
	padding: 15px 0 10px 50px;
	font-family: "游明朝", "YuMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","メイリオ", Meiryo, Osaka, serif;
	font-size: 20px;
	color: #1E0B0A;
}
#faq .contents dl dt:nth-of-type(even) {
	background: #CCB186 url("../img/faq/q.png") no-repeat left top;
}
#faq .contents dl dd {
	background: rgba(255,255,255,.06) url("../img/faq/a.png") no-repeat left top;
	margin-bottom: 30px;
	padding: 20px 0 20px 50px;
	color: #FFF;
	border-top: 1px solid #DBC095;
	border-bottom: 1px solid #DBC095;
}
#faq .contents a {
	color: #EBDFA5;
	text-decoration: ;
}

			
/*------------------ 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: 12px;
	line-height: 1em;
}
.bold {
	font-weight: bold;
}