@charset "utf-8";

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

body {
	color: #000;
	min-width: inherit;
	max-height: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 26px;
	font-size: 14px;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: #fcf7fa;
}

.fnt-mincho { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.fnt-meiryo { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.fnt-gothic { font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

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

.block p {
	margin: 0 2.5%;
	padding-bottom: 10px;
}

.normal {
	padding: 0 !important;
	margin: 0 !important;
}

/*=============================================
 * header
 *=============================================*/

header #belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}

header #hd_top {
	background: url(../img/shared/bg_ft.jpg) repeat-x top center;
	position: relative;
	z-index: 99;
}

header h1 {
	padding-top: 63px;
	text-align: center;
	font-size: 9px;
	position: relative;
	z-index: 1000;
}

/*====================== nav ====================== */

#top_bt {
	background: url(../img/shared/footer-bg.jpg) repeat center top;
	text-align: center;
	position: relative;
}

header .topnavi {
	width: 75%;
	float: left;
}

header .topnavi li {
	position: relative;
	width: 33.33333%;
	vertical-align: middle;
	float: left;
}

header .topnavi li a {
	color: #fff;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	padding: 10px 0 5px;
	width: 100%;
	border-right: 1px solid rgba(255,255,255,0.7);
}

header .topnavi li a:hover { text-decoration: none; }

header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 2px;
	font-size: 17px;
	font-weight: normal;
}

header .menu_toggle {
	background: url(../img/shared/bg_ft.jpg) repeat center top;
	padding-top: 66px;
}

header .close_btn { background: none; }

header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}

.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}

/*====================== end nav ====================== */

/*====================== header key ====================== */


header #key {
	position: relative;
	z-index: 500;
	
	background: url(../img/shared/page_bg.jpg) repeat top center;
}

header #key p#bnr_online {
	position: absolute;
	top: 35%;
	right: 0;
	width: 12%;
}

header #key p#bnr_c {
	position: absolute;
	bottom: -3%;
	left: 0;
	width: 40%;
}

.bx-wrapper { position: relative; }

.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 999;
}

.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	z-index: 999;
}

.bx-wrapper .bx-controls-direction a {
	color: #FFF;
	font-family: "fontello";
	font-size: 35px;
	height: 35px;
	line-height: 35px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 26px;
	z-index: 99;
}

.bx-prev::after {
	content: "";
	left: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}

.bx-next::after {
	content: "";
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}

.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}

.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; }

.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #000;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active { background: #be0900 none repeat scroll 0 0; }

/*====================== end nav ====================== */


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


footer {
	background: url(../img/shared/bg_ft.jpg) repeat center top;
	overflow: hidden;
	border-top: 5px solid #000;
	line-height: 22px;
	color: #FFF;
	padding-top: 4%;
}

#logo_txt {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.logo_ft {
	text-align: center;
	padding-bottom: 10px;
}

footer .tel_ft { margin-left: 2.5%; }

footer .tel_ft a {
	font-weight: bold;
	font-size: 15px;
}

footer .txt_info {
	margin: 0 2.5%;
	padding-top: 10px;
	text-align: center;
}

footer .banner li {
	float: left;
	width: 32%;
	padding: 0 0.5%;
}

footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}

footer .link p {
	min-width: 170px;
	max-width: 210px;
	margin: 10px auto;
	padding: 0 6px;
	line-height: 30px;
}

footer .link p a {
	background: url(../img/shared/page_bg.jpg) repeat center top;
	border-radius: 5px;
	color: #FFF;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
}

footer .link .link-pc a::before { margin-right: 9px; }

footer ul {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

footer ul li {
	display: inline-block;
	width: 35%;
}

footer address {
	line-height: 35px;
	font-size: 10px;
	text-align: center;
	box-shadow: 0 0 5px rgba(255,255,255,0.3);
	margin-top: 20px;
}

.mb0 { margin-bottom: 0; }

.mb5 { margin-bottom: 5px; }

.mb10 { margin-bottom: 10px; }

.mb15 { margin-bottom: 15px; }

.mb20 { margin-bottom: 20px; }

/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/


#event .botan a{
	width: 95%;
	margin: 20px auto 0 auto;
	padding: 10px 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color: #511e03;
	border: 1px solid #e5d090;
	box-shadow: 0px 0px 0px 5px #511e03;
	box-sizing:border-box;
	font-weight: bold;
}

#event .botan a span{
	font-size: 17px;
}


#lead { background: #FFF; }

#lead .box {
	background: url(../img/shared/bg_sec.jpg) repeat center top;
	color: #7b6d5e;
}

#lead .slide {
	background: url(../img/shared/bg_sec.jpg) repeat center top;
	color: #7b6d5e;
	padding: 10px 0 10px;
}

#lead .new_slide {
	background: url(../img/shared/bg_sec.jpg) repeat center top;
	color: #7b6d5e;
	padding-bottom: 15px;
}

#lead .new_slide .bx-controls-direction { top: 20%; }

#lead .new_slide dl dd {
	margin: 0 2.5%;
	padding-top: 5px;
}

#lead .new_slide dl dd span { font-weight: bold; }

#lead .slide dl { position: relative; }

#lead .slide dl dd {
	position: absolute;
	width: 75%;
	top: 10%;
	left: 2.5%;
}

#sec_add01 { background: url(../img/shared/bg_sec.jpg) repeat center top; }

#sec_add01 .box {
	margin: 0 2.5%;
	border: 1px solid #7b6d5e;
	padding: 10px 0 10px;
}

#sec_add01 .box ul li {
	margin: 0 2.5%;
	display: block;
	padding: 5px 0;
	text-align: center;
}

#sec_add01 .box ul li span {
	display: block;
	font-weight: bold;
}

#lead p.txt {
	margin-top: -2%;
	position: relative;
}

#sec01 {
	background: url(../img/index/bg_03.jpg) repeat center top;
	color: #FFF;
	padding-bottom: 20px;
}

#sec01 .slide {
	margin: 0 2.5%;
	background: url(../img/index/bg_slide.jpg) repeat center top;
	padding-bottom: 10px;
}

#sec01 .slide dd {
	margin: 0 2.5%;
	text-align: center;
}

#sec01 .slide dd span {
	display: block;
	padding: 10px 0 5px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#sec04_plus {
	border-top: 5px solid #3e1003;
	padding: 15px 0 10px;
	background: #FFF;
}

#sec02 {
	background: url(../img/index/bg01.jpg) repeat center top;
	padding-bottom: 35px;
	position: relative;
}

#sec02::before {
	background: url(../img/index/line.jpg) repeat-x center top;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	content: "";
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

#sec02 .box {
	background: url(../img/index/bg_box.jpg) no-repeat center top;
	margin: 0 2.5%;
	border: 4px solid #e5d281;
	position: relative;
	z-index: 2;
	top: -20px;
}

#sec02 .box dl {
	margin: 0 2.5% 4%;
	border: 1px solid #000;
	padding: 10px;
}

#sec02 .box dl dt {
	border-bottom: 1px solid rgba(0,0,0,0.5);
	padding-bottom: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 16px;
}

#sec02 .box dl dt span { float: right; }

#sec03 {
	background: url(../img/shared/bg_sec.jpg) repeat center top;
	position: relative;
}

#sec03 h2 { position: relative; }

#sec03 h2 img {
	position: relative;
	margin-top: -10%;
}

#sec03 .toggle {
	margin: 0 2.5%;
	padding-top: 15px;
}

#sec03 .toggle h3 {
	background: url(../img/shared/bg_ft.jpg) repeat center top;
	color: #bfa86d;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	border-radius: 2px;
}

#sec03 .toggle .toggle-main { padding-top: 10px; }

#sec03 .toggle table { width: 100%; }

#sec03 .toggle tr { border-bottom: 1px solid #fff; }

#sec03 .style1 {
	background: #3c2814 !important;
	font-weight: bold;
	line-height: 20px;
	text-align: center !important;
	padding: 10px 0 !important;
	color: #FFF;
}

#sec03 .toggle td {
	color: #fff;
	background: #9d9389;
	text-align: center;
	vertical-align: middle;
}

#sec03 .toggle th {
	color: #fff;
	background: #9d9389;
	text-align: left;
	padding: 5px;
}

#sec03 tr:last-child th, #sec03 tr:last-child td {
	background: #d8d4d0;
	min-height: 25px;
}

#sec03 p.txt { padding-top: 15px; }

#sec04 {
	background: url(../img/index/bg02.jpg) repeat center top;
	position: relative;
	color: #FFF;
	padding: 20px 0 15px;
}

#sec04::before {
	background: #2c2b2b;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
}

#sec04::after {
	background: #2c2b2b;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 1px;
	content: "";
}

#sec05 {
	background: url(../img/shared/bg_sec.jpg) repeat center top;
	position: relative;
	padding-bottom: 10px;
}

#sec05 .box { margin: 0 2.5%; }

#sec05 .box dl { padding: 6px 0; }

#sec05 .box dl + dl { border-top: 1px solid rgba(0,0,0,0.4); }

#sec05 .box dl dt { font-weight: bold; }

#sec05 .box01 {
	background: url(../img/shared/bg_ft.jpg) repeat center top;
	color: #FFF;
	padding: 15px 0 5px;
	font-size: 14px;
	margin-top: 10px;
}

#map {
	background: #000;
	padding: 8px 0 1px;
}

#sec06 {
	background:
		url(../img/index/bg_b.png) no-repeat center bottom,
		url(../img/shared/bg_sec.jpg) repeat center top;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 5px solid #3e1003;
}

p.bnr_add_1 {
	position: absolute;
	bottom: -10%;
	right: 0;
	width: 30%;
	margin: 0;
}

#price_box01 .box {
	padding-bottom: 50px;
	margin-bottom: 10% !important;
}

#pricelist { background: url(../img/shared/bg_sec.jpg) repeat center top; }

#lead_price ul { padding: 10px 0 20px; }

#lead_price ul li {
	width: 35%;
	margin-left: 10%;
	float: left;
}

#sec01_price h2 { background: url(../img/pricelist/bg.jpg) repeat center top; }

#sec01_price ul {
	padding: 10px 0 20px;
	background: url(../img/pricelist/bg.jpg) repeat center top;
	border-bottom: 8px solid #e66f4e;
}

#sec01_price ul li {
	width: 35%;
	margin-left: 10%;
	float: left;
}

#price_box01 {
	background: #2a0f00;
	color: #FFF;
	padding-bottom: 1px;
}

#price_box01 h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 5px;
}

#price_box01 p span,
#sec05_price p span,
#sec06_price p span{
	font-weight: bold;
	color: #f1e2bb;
	font-size: 16px;
}

#price_box01 .box,
#price_box03 .box,
#sec02_price .box,
#sec03_price .box,
#sec04_price .box,
#sec05_price .box {
	background: url(../img/index/bg_box.jpg) no-repeat center top;
	margin: 2% 2.5% 10%;
	border: 4px solid #e5d281;
	position: relative;
	z-index: 2;
	color: #000;
	padding-top: 10px;
	padding-bottom: 50px;
}

#price_box01 .box dl,
#price_box03 .box dl,
#sec02_price .box dl,
#sec03_price .box dl,
#sec04_price .box dl,
#sec05_price .box dl {
	margin: 0 2.5% 4%;
	border: 1px solid #000;
	padding: 10px;
}

#price_box01 .box dl dt,
#price_box03 .box dl dt,
#sec02_price .box dl dt,
#sec03_price .box dl dt,
#sec04_price .box dl dt,
#sec05_price .box dl dt {
	border-bottom: 1px solid rgba(0,0,0,0.5);
	padding-bottom: 4px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 16px;
}

#price_box01 .box dl dt span,
#price_box03 .box dl dt span,
#sec02_price .box dl dt span,
#sec03_price .box dl dt span,
#sec04_price .box dl dt span,
#sec05_price .box dl dt span { float: right; }

#price_box01 .toggle,
#price_box02 .toggle,
#sec02_price .toggle,
#sec03_price .toggle,
#sec04_price .toggle,
#sec05_price .toggle { margin: 0 2.5%; }

#price_box01 .toggle h5,
#price_box02 .toggle h5,
#sec02_price .toggle h5,
#sec03_price .toggle h5,
#sec04_price .toggle h5,
#sec05_price .toggle h5 {
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	color: #fff8c7;
	background: #95760b;
	margin-bottom: 15px;
}

#price_box01 .toggle table,
#price_box01 .toggle table th,
#price_box01 .toggle table td,
#price_box02 .toggle table,
#price_box02 .toggle table th,
#price_box02 .toggle table td,
#sec02_price .toggle table,
#sec02_price .toggle table th,
#sec02_price .toggle table td,
#sec03_price .toggle table,
#sec03_price .toggle table th,
#sec03_price .toggle table td,
#sec04_price .toggle table,
#sec04_price .toggle table th,
#sec04_price .toggle table td,
#sec05_price .toggle table,
#sec05_price .toggle table th,
#sec05_price .toggle table td {
	color: #000;
	border: 1px solid #2a0f00;
	padding: 5px;
}

#price_box02 .toggle table th,
#sec02_price .toggle table th { text-align: left; }

#price_box01 .toggle table tr,
#price_box02 .toggle table tr,
#sec02_price .toggle table tr,
#sec03_price .toggle table tr,
#sec04_price .toggle table tr,
#sec05_price .toggle table tr {
	margin-bottom: 1px;
	background: #fff8c7;
}

#sec02_price .toggle table tr td,
#sec03_price .toggle table tr td,
#sec04_price .toggle table tr td,
#sec05_price .toggle table tr td { text-align: center; }

#price_box03 table,
#price_box03 table th,
#price_box03 table td,
#price_box04 table td,
#price_box05 table td {
	color: #000;
	border: 1px solid #2a0f00;
	padding: 5px;
}

#price_box03 table th { text-align: left; }

#price_box03 table tr {
	margin-bottom: 1px;
	background: #fff8c7;
}

#price_box02 .toggle table td { text-align: right; }

#price_box02 .toggle table td.center_txt,
#price_box03 table td.center_txt { text-align: center; }

#price_box01 .toggle p,
#price_box02 .toggle p,
#sec02_price .toggle p {
	margin: 0;
	padding-top: 5px;
}

.box_tb { margin: 0 2.5%; }

#price_box02 {
	background: #2a0f00;
	color: #FFF;
	padding-bottom: 1px;
}

#price_box02 h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 5px;
}

#price_box02 p span {
	font-weight: bold;
	color: #f1e2bb;
	font-size: 16px;
}

#price_box02 .toggle { margin-top: 10px; }

#price_box03 {
	background: #2a0f00;
	color: #FFF;
	padding-bottom: 1px;
}

#price_box03 h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 5px;
}

#sec02_price {
	background: #2a0f00;
	color: #FFF;
	padding: 30px 0 2px;
}

#sec02_price h2,
#sec03_price h2,
#sec04_price h2,
#sec05_price h2,
#sec06_price h2{
	background: url(../img/pricelist/bg.jpg) repeat center top;
	border-bottom: 8px solid #e66f4e;
	margin-bottom: 10px;
}

#sec02_price p span {
	font-weight: bold;
	color: #f1e2bb;
	font-size: 16px;
}

#sec03_price,
#sec04_price,
#sec05_price,
#sec06_price{
	background: #2a0f00;
	color: #FFF;
	padding: 20px 0 2px;
}


#sec03_price p.txt_box {
	background: rgba(255,255,255,0.2);
	color: #FFF;
	margin: 15px 0 10px;
	padding: 5px;
}

#sec03_price dl.pr {
	padding: 5px 0;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}

#sec03_price dl.pr dt { float: left; }

#sec03_price dl.pr dd { float: right; }

#sec03_price p.note {
	margin: 0;
	padding: 5px 0 15px;
}

.d_n { display: none; }

.box_add_new p.note {
	text-align: center;
	background-color: rgba(255,237,118,1.00);
	margin-bottom: 20px;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	color: #785a4d;
	padding: 5px;
	font-size: 14px;
}

.box_add_new table {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.box_add_new table .style1 {
	color: #fff8c7 !important;
	background: #95760b;
}

#sec03_price .box_add_new table th.style1 { width: 55%; }
.nav_btn_c{
	padding: 30px 0;
}
.nav_btn {
	width: 95%;
	margin: 0px auto 30px auto;
	padding: 10px 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color: #511E03;
	border: 1px solid #fff;
	box-shadow: 0px 0px 0px 5px #511E03;
	box-sizing:border-box;
	font-weight: bold;
}
.nav_btn .fas{
	
	position: absolute;
	right: 4%;
}
.u_l{
	border-bottom: #fff solid 1px;
	padding-bottom: 20px;
	margin-bottom: 20px!important;
}
#sec06_price ul{
	margin-left: 3%;
	width: 52%;	
}
#sec06_price li{
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom: 1px dotted #6d5f2e;
	line-height: 1.5em;
}
#sec06_price .fr{
	width: 40%;margin-right: 3%;
}
#sec06_price h5{
	padding: 10px 0;
	margin: 3% 10px 0 10px;
	text-align: center;
	font-size: 18px;
	color: #301500;
	background: #cbb476;
	margin-bottom: 15px;	
}
.center{
	text-align: center;
	margin: 0 auto;
}