@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho" serif; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }

img {
   vertical-align:bottom
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}
a:link { }
a:visited { }
a:hover { }
a:active { }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	color: #FFF;
	background-color: #000;
}
.fluid_img {
	width: 100%;
	height: auto;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

.header_box_01{
	padding-top: 20px;
}
.header_box_01 h1{
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/*------------------------------------------------------------
	キャッチ部
------------------------------------------------------------*/

.top_catch{
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
	padding-bottom: 16px;
	position: relative;
	z-index: 1;
}

/* image box1 */

.img_box {
	clear: both;
	display: block;
	margin-top: 20px;
}

.img_box ul{
display:table;
table-layout: fixed;
width:100%;
 }
 
.img_box ul li{
	display: table-cell;
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.img_box ul li:first-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E2DD;	
}

.img_box p{
	color: #646464;
 }

.img_box .t_box_br {
	color: #7D6B57;
	border: 1px solid #7D6B57;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/* image box2 */

.img_box2 {
	clear: both;
	display: block;
	margin-top: 20px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.img_box2 ul{
display:table;
table-layout: fixed;
width:100%;
 }
 
.img_box2 ul li{
	display: table-cell;
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.img_box2 ul li:first-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E2DD;	
}

.img_box2 p{
	color: #646464;
 }

.img_box2 .t_box_br {
	color: #7D6B57;
	border: 1px solid #7D6B57;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/* image box3 */

.img_box3 {
	clear: both;
	display: block;
	margin-top: 20px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.img_box3 ul{
display:table;
table-layout: fixed;
width:100%;
 }
 
.img_box3 ul li{
	display: table-cell;
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
}

.img_box3 p{
	color: #646464;
 }

.img_box3 .t_box_br {
	color: #7D6B57;
	border: 1px solid #7D6B57;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

/* faq bar */
.faq_bar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E2DD;
	clear: both;
}

p.faq_q:before {
	content: url("../images/faq_q.png");
	float: left;
}

p.faq_a:before {
	content: url("../images/faq_a.png");
	float: left;
}

/* staff */

p.staff_name .pos {
	position:relative; top:6px; left:2px; 
}

p.staff_name:before {
	content: url("../images/list_mark4.jpg");
	float: left;
}

/* faq */
p.faq_qt:before {
	content: url("../images/list_mark5.png");
	float: left;
}

p.faq_qt .pos {
	position:relative; top:10px; left:2px; 
}


.heading_style01 {
	background: -webkit-gradient(linear, left top, left bottom, from(#432e1e), to(#2e1605));
	background: -webkit-linear-gradient(top, #432e1e 0%, #2e1605 100%);
	background: linear-gradient(top, #432e1e 0%, #2e1605 100%);	
	height: 40px;
	line-height: 42px;
	padding: 0 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	color: #fff;
}
.heading_style01 span {
	color: #8fc700;
	font-size: 10px;
	vertical-align: middle;
	margin-left: 10px;
}

.btn_type01 div {
	height: 44px;
	line-height: 46px;
	vertical-align: middle;
	margin-bottom: 1px;
	font-size: 14px;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
	background-color: #8fc700;
	position: relative;
}
.btn_type01 div:after {
	content: "";
	width: 27px;
	height: 21px;
	position: absolute;
	right: 0;
	top: 12px;
	background-image: url(../images/css_sprite.png);
	background-size: 138px 544px;
	background-position: 0 -481px;
}

#top_of_page {
	height: 42px;
	line-height: 44px;
}

/* 詳細へのリンク */
.detail {
	clear: both;
	display: block;
}
.detail ul{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
 }
 .detail ul li{
	overflow: hidden;
	margin: 0;
	text-align: left;
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: 0;
	display: block;
	background-color: #BDB5AA;
 }
 .detail ul li a{
	color: #FFF;
	display: block;
	height: 60px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 60px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
 }
 .detail ul li a::after{
 content: url(../images/list_mark.png);
 float: right;
 }

/* 電話へのリンク */
.tel_btn ul{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
 }
 .tel_btn ul li{
	overflow: hidden;
	margin: 0;
	text-align: left;
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: 0;
	display: block;
	background-color: #E5E2DD;
 }
 .tel_btn ul li a{
	color: #7D6B57;	
	display: block;
	height: 60px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 60px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
 }
 .tel_btn ul li a::after{
 content: url(../images/list_mark3.png);
 float: right;
 }

/* フェア日程テーブル */

.fair table {
	width: 90%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


.fair table th {
	padding: 3px;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	background-color: #D9D2CC;
	border: 1px solid #b9b9b9;
}

.fair table td {
	padding: 3px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

/* プライステーブル */

.price table {
	width: 90%;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-size: 0.7em;
}


.price table th {
	padding: 3px;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	background-color: #D9D2CC;
	border: 1px solid #b9b9b9;
	width: 30px;
}

.price table td {
	padding: 3px;
	border: 1px solid #b9b9b9;
}

.price table tbody tr:nth-child(even) { background-color:#F8F7F5; }
.price table tbody tr:nth-child(odd) { background-color:#FFF; }

/*------------------------------------------------------------
	メニューリスト
------------------------------------------------------------*/

.menu_list ul{
 border-bottom: 1px solid #ccc;
 }
 .menu_list ul li{
	border-bottom: 1px solid white;
	border-top: 1px solid #ccc;
	height: 58px;
	margin: 0;
	background-color: #FFF;
 }
 .menu_list ul li a{
 color: #7D6B57;	
 display: block;
 height: 58px;
 margin: 0;
 padding: 0 0 0 10px;
 overflow: hidden;
 text-overflow: ellipsis;
 text-decoration: none;
 font-weight: bold;
 white-space: nowrap;
 line-height: 58px;
 }
 .menu_list ul li a::after{
 content: url(../images/list_mark2.png);
 float: right;
 }


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	position: relative;
	z-index: 0;
	padding: 15px 0;
	text-align: center;
}
.f_link li {
	display: inline-block;
	font-size: 87.5%;
	line-height: 20px;
	padding-right: 10px;
	margin-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.f_link li:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.f_link li a {
	vertical-align: middle;
	font-weight: bold;
	text-decoration: underline;
}
.copyright {
	font-size: 70%;
	margin-top: 10px;
}
/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.cf:after{
	content: "";
	display: block;
	clear: both;
}
.cf {
	zoom:1;
}

/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/

.f_size_07em {
	font-size: 0.7em;	
}

.f_size_08em {
	font-size: 0.8em;	
}

.f_size_12em {
	font-size: 1.2em;	
}

.f_color_br {
	color: #7D6B57;	
}

.f_color_red {
	color: #FF0000;
}

.f_bold {
	font-weight: bold;	
}

/* js */

*{ margin: 0; padding: 0; border: 0;
list-style: none; }
.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slides {
  height: 100%;
  overflow: hidden;
  *zoom: 1;
}
.slide {
  height: 100%;
  float: left;
  clear: none;
}
.slide img {
　width: 100%;
}
.slider-arrow {
  position: absolute;
  display: block;
  margin-bottom: 40px;
  padding: 20px;
}
.slider-arrow--right {
	right: 15px;
	background: url(../img/right.png) no-repeat;
	top: 40%;
}
.slider-arrow--left {
  left: 15px;
  background: url(../img/left.png) no-repeat;
	top: 40%;
}
.slider-nav {
  position: absolute;
  bottom: 10px;
}
.slider-nav__item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  border: 1px solid #777;
  border-radius: 8px;
}
.slider-nav__item:hover {
  background: #999;
}
.slider-nav__item--current {
  background: #999;
}
