@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body * {
    margin: 0;
    padding: 0;
}
body {
	margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    color: #333;
    text-align: center;
}

table {
    word-break: break-all;
}

p, br, h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

a:link {
    color: #333;
}

a:visited {
    color: #333;
}

a:hover {
    color: #555;
    text-decoration: none;
}

ul, li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: text-bottom;
}

b.raquo {
    color: #95491d;
    font-size: 18px;
}

.bnr_box{
	width: 93%;
}
.bnr_box a{
	display:block;
}
.bnr_box a img, .bnr_box img{
	max-width:100%;
	height:auto;
	margin: 0 auto 20px;
}
.bnr_box a:last-child img, .bnr_box>img:last-child{
	margin-bottom: 0;
}
.bnr_calendar{
	display: inline-block;
	position: relative;
	padding: 35px 50px;
	padding-right: 80px;
	background: url(/images/base/bnr_calendar_bg.png) center 0 #291403;
	border-radius: 3px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.bnr_calendar:after{
	content: "";
	position: absolute;
	background: url(/images/base/icon_arrow.png) center 0;
	background-size: 100%;
	width: 7px;
	height: 12px;
	top: 50%;
	right: 0;
	margin-top: -7px;
	margin-right: 28px;
}
.bnr_box a.bnr_calendar img{
	margin-bottom: 0;
}

.forPC{
	display: block !important;
}

.forSP{
	display: none !important;
}

/*======================[ レイアウト ]*/
#page {
}

#page #container {
    text-align: center;
}

#page #container #main {
    clear: both;
    width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#page #container #main #content {
    width: 700px;
    float: right;
}

#page #container #main #content .pankuzu {
    margin: 10px 0 0 0;
    font-size: 11px;
}

#page #container #main #content .pankuzu a {
    text-decoration: none;
}

#page #container #main #content .content-box {
    margin: 20px 0 0 0;
}

#page #container #main #content .content-box .content-menu {
    width: 700px;
    height: 65px;
    background-color: #e5e5e5;
    margin-bottom: 30px;
}

#page #container #main #content .content-box .content-menu ul {
    margin-left: 5px;
    padding-top: 8px;
}

#page #container #main #content .content-box .content-menu li {
    float: left;
    display: block;
}

#page #container #main #content .content-box .content-menu-la {
    width: 700px;
    height: 115px;
    background-color: #e5e5e5;
    margin-bottom: 30px;
}

#page #container #main #content .content-box .content-menu-la ul {
    margin-left: 5px;
    padding-top: 8px;
}

#page #container #main #content .content-box .content-menu-la li {
    float: left;
    display: block;
}

#page #container #main #content .content-box .sect01 {
    width: 700px;
    height: auto;
    margin-bottom: 75px;
}

/*======================[ 左ナビ ]*/
#page #container #main #l-nav {
    width: 219px;
    float: left;
    background: #f5ecc5;
    font-size: 13px;
}

#page #container #main #l-nav .l-nav-ttl {
    padding: 0 0 20px 0;
    background: #f5ecc5 url(../images/base/bg_lnav_contents.gif) bottom center no-repeat;
}

#page #container #main #l-nav .l-nav-info {
    padding: 0 0 10px 0;
    background: black url(../images/base/bg_lnav_bottom.gif) bottom center no-repeat;
}

#page #container #main #l-nav ul.information li {
    margin: 0;
    padding: 0;
}

#page #container #main #l-nav ul.information li a {
    display: block;
    width: 219px;
    height: 45px;
    background: url(../images/base/bt/bt_lnav.gif) top left no-repeat;
}

#page #container #main #l-nav ul.information li a:hover {
    display: block;
    width: 219px;
    height: 45px;
    background: url(../images/base/bt/bt_lnav_on.gif) top left no-repeat;
}

#page #container #main #l-nav ul.information li a:link {
    color: #fff;
    text-decoration: none;
}

#page #container #main #l-nav ul.information li a:visited {
    color: #fff;
    text-decoration: none;
}

#page #container #main #l-nav ul.information li a:hover {
    color: #fff;
    text-decoration: none;
}

#page #container #main #l-nav ul.information li p {
    padding: 11px 0 0 28px;
    line-height: 1.7;
}


/*======================[ ヘッダー ]*/
#page #container #header {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

#page #container .header {
	width: 960px;
	margin: 0 auto;
}

#page #container #header #header-logo {
    float: left;
    position:  relative;
    z-index:  1;
}

#page #container #header #header-logo a{
	display: block;
	padding: 10px 0;
}

/* ヘッダーメニュー */
#header-menu {
    position: static;
	top: 0;
	right: 0;
	z-index: 1001;
	height: auto;
    display: inline-block;
    width: 60px;
}

#header-menu #menu{
	display: none;
	/*transform:scaleY(0.5);*/
}

#header-menu.on #menu{
	display: block;
	width: 50%;
	position: fixed;
	top: 0;
	right: 0;
	bottom:0;
	overflow-y:auto;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
	z-index: 10;
	background: #fff;
	/*transform:scaleY(1);*/
}

#menu_btn{
	display: block;
	width: 49px;
	height: 49px;
	background-size: 100% 100%;
	position: absolute;
	top: initial;
	right: initial;
	margin: 20px;
	margin-top: 36px;
	z-index: 100;
}

#menu_btn span, #menu_btn:after, #menu_btn:before{
	content: " ";
	display: block;
	position: absolute;
	left: 14px;
	right: 14px;
	height: 1px;
	background: #000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#menu_btn span{
	top: 50%;
	margin-top: -1px;
}

#menu_btn:before{
	top: 16px;
}

#menu_btn:after{
	top: auto;
	bottom: 16px;
}

.on #menu_btn {
	top: 10px;
	right: 10px;
	margin: 0;
	border-radius: 3px;
	background: rgba(255,255,255,1);
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	position:  fixed;
}

.on #menu_btn span{
	left: 50%;
	right: 50%;
	margin-top: 1px;
}

.on #menu_btn:before{
	top: 50%;
	transform: rotate(45deg);
}

.on #menu_btn:after{
	bottom: 50%;
	margin-bottom: -1px;
	transform: rotate(-45deg);
}

#header-menu #menu li {
	background-image: none;
	width: 100%;
	float: none;
	position: static;
	height: auto;
	box-sizing: border-box;
}

#header-menu #menu li a, #header-menu #menu .title, #header-menu #menu .menu_list .title{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 30px;
	/* background: rgba(255,255,255,0.95); */
	border-bottom: rgba(0,0,0,0.2) 1px dotted;
}

#header-menu #menu li a:hover {
	opacity: 0.8;
}

#header-menu #menu li:hover {
	background-image: none;
}

#header-menu #menu li::before {
	display: none;
}

#header-menu #menu .title, #header-menu #menu .menu_list .title{
	color: #947b6c;
	height: 30px;
	line-height: 36px;
	background: #f5f1ee;
	font-size: 13px;
	text-indent: -10px;
	margin: -1px 0 0;
}
#header-menu #menu .title{
}

#header-menu #menu li a{
	padding-left: 45px;
}

#header #header-menu > #menu > li:nth-child(1)::after,
#header #header-menu > #menu > li:nth-child(2)::after {
	box-shadow: none;
}

#page #container #header a {
	text-decoration: none;
}

#menu li a{
	position: relative;
}

#menu li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid rgba(0,0,0,0.6);
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -3px;
}
#header-menu #menu .menu_list li a:before {
}

/* カテゴリヘッダー */
#header_bt_contents{
	text-align: right;
}
.relative{
	position: relative;
}
#header_bt_menu_box{
	display: inline-block;
}
#header_bt_menus{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.header_bt_menu{
	display: inline-block;
	padding: 20px 30px 30px;
	vertical-align: top;
}
.header_bt_img{
	margin-bottom: 3px;
}
.header_bt{
	display: block;
	margin: 0 auto;
}
.header_bt_menu_bodys{
}
.header_bt_menu_body{
	display: none;
	position: absolute;
	z-index: 1;
	top: 95%;
	left: 50%;
	margin-left: -411px;
	background: #fff;
	white-space: nowrap;
	border-radius: 5px;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.2);
}
.header_bt_menu_body:nth-child(2), .header_bt_menu_body:nth-child(3){
	margin-left: -263px;
}
.header_bt_menu_body.on{
	display: block;
}
.header_bt_menu.on .header_bt_menu_arrow{
	display: block;
	position: absolute;
	top: 77%;
	margin-left: 5px;
	height: 22px;
	width: 42px;
	overflow: hidden;
	z-index: 10;
	vertical-align: bottom;
}
.header_bt_menu.on .header_bt_menu_arrow:before{
	content: "";
	display: block;
	text-align: center;
	margin: 10px auto;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	transform: rotate(-45deg);
	background: #fff;
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.2);
}
.header_bt_menu_body li{
	position: relative;
	display: inline-block;
}
.header_bt_menu_body a{
	display: inline-block;
	padding: 20px 20px 40px;
}
.header_bt_menu_body a:hover{
	opacity:0.7;
	transition:opacity 0.3s ease-out;
	cursor:pointer;
}
.header_bt_menu_body a:first-child{
	padding-left: 40px;
}
.header_bt_menu_body a:last-child{
	padding-right: 40px;
}
.header_bt_menu_body:first-child a:last-child{
	padding-right: 40px;
}


/*======================[  フッター ]*/
.anchor {
    width: 960px;
    text-align: right;
    margin: 0 auto;
}

.anchor-border {
    display: block;
    height: 10px;
    background-color: #f0e19c;
}

.anchor-border hr {
    display: none;
}

#footer-wrapper {
    background-color: #291300;
    padding: 30px 0 80px;
}

#footer-wrapper #footer {
    width: 960px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    font-size: 0;
    color: #e6d085;
}

#footer-wrapper #footer a {
    color: #e6d085;
    text-decoration: underline;
}

#footer-wrapper #footer a:hover {
    text-decoration: none;
    color: #ffeba6;
}

#footer-wrapper #footer dl.main-link {
    display: inline-block;
    width: 755px;
    padding-bottom: 16px;
    vertical-align: top;
}

#footer-wrapper #footer dl.information {
    display: inline-block;
    width: 185px;
    margin-left: 20px;
    padding-bottom: 16px;
    vertical-align: top;
}

#footer-wrapper #footer dl.main-link dt,
#footer-wrapper #footer dl.information dt {
    font-size: 14px;
    border-bottom: 1px dotted #8d7a4e;
    height: 30px;
}
#footer-wrapper #footer dl.information dt.footer_ttl_info{
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.1em;
}

#footer-wrapper #footer dl.main-link dd {
    float: left;
    min-height: 100px;
    line-height: 2.0;
    margin-top: 16px;
	margin-right: 40px;
    font-size: 12px;
}

#footer-wrapper #footer dl.information dd {
    float: left;
    min-height: 100px;
    line-height: 2.0;
    margin-top: 16px;
    font-size: 12px;
}

#footer-wrapper #footer dl.information dd.qr-code {
    float: right;
    display: block;
    height: 100px;
}

#footer-wrapper #footer .white-link,
#footer-wrapper #footer .white-link a {
    color: #fff;
}

#footer-wrapper #footer .copyright {
    width: 755px;
    text-align: center;
    padding-top: 25px;
    border-top: 1px dotted #8d7a4e;
    color: #fff;
	font-size: 11px;
}

#footer-wrapper #footer .address {
    margin-left: 20px;
    padding-top: 20px;
    width: 185px;
    border-top: 1px dotted #8d7a4e;
    color: #fff;
	font-size: 12px;
}

#footer-wrapper #footer .address h2{
	margin-bottom: 8px;
	font-size: 14px;
}

#footer-wrapper #footer .address p{
}

/*======================[ クラス_レイアウト ]*/
.bla {
    color: #333;
}

.whi {
    color: #fff;
}

.red {
    color: #900;
}

.just {
    text-align: justify;
    text-justify: auto;
}

.txt10 {
    font-size: 10px;
    line-height: 1.3;
}

.txt11 {
    font-size: 11px;
    line-height: 1.3;
}

.txt12 {
    font-size: 12px;
    line-height: 1.3;
}

.txt13 {
    font-size: 13px;
    line-height: 1.3;
}

.txt14 {
    font-size: 14px;
    line-height: 1.3;
}

.txt15 {
    font-size: 15px;
    line-height: 1.3;
}

.txt16 {
    font-size: 16px;
    line-height: 1.3;
}

.txt-phone {
    font-size: 26px;
    font-weight: bold;
    color: #900;
    line-height: 1.8em;
}
.txt-phone a{
    color: #900;
}
.txt-phone a:hover{
	text-decoration: underline;
}

.lh1 {
    line-height: 1;
}

.lh2 {
    line-height: 1.2;
}

.lh3 {
    line-height: 1.4;
}

.lh4 {
    line-height: 1.7;
}

.lh5 {
    line-height: 2;
}

.notice {
    color: #c80000;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

/*======================[   ]*/
.bd-t {
    border-top: 1px #999 solid;
}

.bd-b {
    border-bottom: 1px #999 solid;
}

.bd-t-dash {
    border-top: 1px #999 dashed;
}

.bd-b-dash {
    border-bottom: 1px #999 dashed;
}

/*======================[ クラス_MARGIN, PADDING ]*/
.mg-auto {
    margin-right: auto;
    margin-left: auto;
}

.mg-0 {
    margin: 0px;
}

.mg-3 {
    margin: 3px;
}

.mg-5 {
    margin: 5px;
}

.mg-10 {
    margin: 10px;
}

.mg-12 {
    margin: 12px;
}

.mg-20 {
    margin: 20px;
}

.mg-t3 {
    margin-top: 3px;
}

.mg-t5 {
    margin-top: 5px;
}

.mg-t10 {
    margin-top: 10px;
}

.mg-t12 {
    margin-top: 12px;
}

.mg-t20 {
    margin-top: 20px;
}

.mg-b3 {
    margin-bottom: 3px;
}

.mg-b5 {
    margin-bottom: 5px;
}

.mg-b10 {
    margin-bottom: 10px;
}

.mg-b12 {
    margin-bottom: 12px;
}

.mg-b20 {
    margin-bottom: 20px;
}

.mg-l3 {
    margin-left: 3px;
}

.mg-l5 {
    margin-left: 5px;
}

.mg-l10 {
    margin-left: 10px;
}

.mg-l12 {
    margin-left: 5px;
}

.mg-l20 {
    margin-left: 20px;
}

.mg-r3 {
    margin-right: 3px;
}

.mg-r5 {
    margin-right: 5px;
}

.mg-r10 {
    margin-right: 10px;
}

.mg-r12 {
    margin-right: 12px;
}

.mg-r20 {
    margin-right: 20px;
}

.pd-3 {
    padding: 3px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-12 {
    padding: 12px;
}

.pd-20 {
    padding: 20px;
}

.pd-t3 {
    padding-top: 3px;
}

.pd-t5 {
    padding-top: 5px;
}

.pd-t10 {
    padding-top: 10px;
}

.pd-t12 {
    padding-top: 12px;
}

.pd-t20 {
    padding-top: 20px;
}

.pd-b3 {
    padding-bottom: 3px;
}

.pd-b5 {
    padding-bottom: 5px;
}

.pd-b10 {
    padding-bottom: 10px;
}

.pd-b12 {
    padding-bottom: 12px;
}

.pd-b20 {
    padding-bottom: 20px;
}

.pd-b40 {
    padding-bottom: 40px;
}

/*======================[  クラス_FLOAT ]*/
.float-l {
    float: left;
}

.float-r {
    float: right;
}

.clear {
    clear: both;
}

.clear-border {
    clear: both;
    border-top: 1px dotted #999;
}

.clear-border-s {
    clear: both;
    border-top: 2px solid #698a70;
}

.border-double {
    height: 3px;
    clear: both;
    border-top: 1px solid #698a70;
    border-bottom: 3px solid #698a70;
}

.clear br, .clear hr {
    display: none;
}



/*======================[ 店舗ページ ]*/
.content-menu {
	margin: 20px 0 0 0;
}


@media screen and (max-width:767px) {
	body {
		font-size: 13px;
	}

	p, br, h1, h2, h3, h4, h5, h6 {
	}

	b.raquo {
	}

	a:hover {
		opacity: 0.8;
	}

	.bnr_box{
	width:  auto;
	}
	.bnr_calendar{
		width: 100%;
		padding: 18px 20px;
	}
	.bnr_calendar:after{
		margin-right: 20px;
	}

	.forPC{
		display: none !important;
	}

	.forSP{
		display: block !important;
	}


	/*======================[ レイアウト ]*/
	#page {
	}

	#page #container {
	}

	#page #container #main {
		margin: 0;
		width: 100%;
	}

	#page #container #main #content {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	#page #container #main #content .pankuzu {
		display: none;
	}

	#page #container #main #content .content-box {
		margin: 0 auto;
	}

	#page #container #main #content .content-box #main_ttl{
		background: #f5ecc5;
		padding-bottom: 6px;
	}

	#page #container #main #content .content-box #main_ttl img{
		width: 100%;
	}

	#page #container #main #content .content-box .content-menu {
		width: 100%;
		height: auto;
		margin-top: 0;
	}

	#page #container #main #content .content-box .content-menu ul {
		margin-left: 0;
		text-align: center;
		padding: 10px 0;
	}

	#page #container #main #content .content-box .content-menu li {
		width: 23.7%;
		margin-right: 0.1%;
		text-align: center;
		background: linear-gradient(#4d994b, #4d9903);
		display: inline-block;
		float: none;
		vertical-align: middle;
		border-radius: 2px;
		border: 1px solid #408000;
		box-shadow: 0 0 2px rgba(0,0,0,0.2);
		box-sizing: border-box;
	}

	#page #container #main #content .content-box .content-menu li:last-child {
		margin-right: 0;
	}

	#page #container #main #content .content-box .content-menu li.on_menu {
		background: linear-gradient(#95b34b, #95b303);
		border: 1px solid #809900;
	}

	#page #container #main #content .content-box .content-menu li a {
		width: 100%;
		display: inline-block;
		color: #fff;
		text-decoration: none;
		line-height: 60px;
		height: 60px;
	}

	#page #container #main #content .content-box .content-menu li a:before {
		display: inline-block;
		content: "";
		width: 0;
		height: 0;
		border: 3px solid transparent;
		border-left: 5px solid rgba(255,255,255,0.4);
		padding-right: 3px;
	}

	#page #container #main #content .content-box .content-menu li.line2_txt {
	}

	#page #container #main #content .content-box .content-menu li.line2_txt a{
		line-height: 1.4;
		padding-top: 14px;
		height: 46px;
		font-size: 11px;
	}

	#page #container #main #content .content-box .content-menu li img{
	}

	#page #container #main #content .content-box .content-menu-la {
		width: 100%;
	}

	#page #container #main #content .content-box .content-menu-la ul {
	}

	#page #container #main #content .content-box .content-menu-la li {
	}

	.category_ttl{
		padding: 7px 10px;
	}

	#page #container #main #content .content-box .sect01 {
		width: 90%;
		margin: 20px auto 40px;
	}

	#page #container #main #content .content-box .sect01 h1, #page #container #main #content .content-box .sect01 h2, #page #container #main #content .content-box .sect01 h3{
		font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		background: none;
		text-indent: 0;
		font-size: 23px;
		font-weight: normal;
		width: 100%;
		box-sizing: border-box;
		position: relative;
		padding-left: 12px;
	}

	#page #container #main #content .content-box .sect01 h1:before, #page #container #main #content .content-box .sect01 h2:before, #page #container #main #content .content-box .sect01 h3:before{
		display: inline-block;
		content: "";
		width: 2px;
		height: 100%;
		background-color: #b2bccf;
		vertical-align: middle;
		position: absolute;
		top: -3px;
		left: 0;
	}

	/*======================[ 左ナビ ]*/
	#page #container #main #l-nav {
		display: none;
	}

	/*======================[ ヘッダー ]*/
	#page #container #header {
	}
	#page #container .header{
		width: 100%;
	}
	#page #container #header #header-logo a{
		padding: 0;
	}
	#page #container #header #header-logo img{
		height:60px;
		width: auto;
	}

	/* ヘッダーメニュー */
	#header-menu {
		width: 43px;
	}

	#header-menu #menu{
	}

	#header-menu.on #menu{
		width: 100%;
	}

	#menu_btn{
		top: 5px;
		right: 0;
		margin: 0;
	}

	#menu_btn span, #menu_btn:after, #menu_btn:before{
	}

	#menu_btn span{
	}

	#menu_btn:before{
	}

	#menu_btn:after{
	}

	.on #menu_btn {
	}

	.on #menu_btn span{
	}

	.on #menu_btn:before{
	}

	.on #menu_btn:after{
	}

	#header-menu #menu li {
	}

	#header-menu #menu li a, #header-menu #menu .menu_list .title{
	}

	#header-menu #menu li a:hover {
	}

	#header-menu #menu li:hover {
	}

	#header-menu #menu li::before {
	}

	#header-menu #menu .menu_list .title{
	}

	#header-menu #menu .menu_list li a{
	}


	#header #header-menu > #menu > li:nth-child(1)::after,
	#header #header-menu > #menu > li:nth-child(2)::after {
	}

	#page #container #header a {
	}

	/* カテゴリヘッダー */
	#header_bt_contents{
	}
	#header_bt_menu_box {
	}
	#header_bt_menus{
	}
	.header_bt_menu{
		padding: 13px 7px 10px;
	}
	.header_bt_img{
		width: 30px;
		height: auto;
	}
	.header_bt{
		width: 35px;
		height: auto;
	}
	.header_bt_menu_body{
		left: 0;
		right: 0;
		margin-left: 0;
		width: 100%;
		top: 100%;
	}
	.header_bt_menu_body:nth-child(2), .header_bt_menu_body:nth-child(3) {
		margin-left: 0;
	}
	.header_bt_menu_body li{
		display: block;
	}
	.header_bt_menu_body a:first-child, .header_bt_menu_body a:last-child, .header_bt_menu_body:first-child a:last-child{
		padding: 0;
	}
	.header_bt_menu_body a{
		padding: 3% 2% 7% !important;
		margin: 0px 3%;
		display: block;
		border-bottom: 1px dashed rgba(0,0,0,0.3);
	}
	.header_bt_menu_body a:last-child{
		border: none;
	}
	.header_bt_menu_body a img{
		width: 100%;
		height: auto;
	}

	/* スマホのみonクラス */
	.on .header_bt_menu_body{
		display: block !important;
	}
	.on .header_bt_menu_arrow{
		display: block !important;
		position: absolute;
		top: 77%;
		margin-left: -4px !important;
		height: 14px !important;
		width: 42px;
		overflow: hidden;
		z-index: 10;
		vertical-align: bottom;
	}
	.on .header_bt_menu_arrow:before{
		content: "";
		display: block !important;
		text-align: center;
		margin: 10px auto;
		vertical-align: middle;
		width: 23px;
		height: 23px;
		transform: rotate(-45deg);
		background: #fff;
		box-shadow: 0 3px 15px 0 rgba(0,0,0,0.2);
	}


	/*======================[ フッター ]*/
	/* pagetop */
	.anchor {
		width: 100%;
	}
	.anchor-border {
	}

	/* footer */

	#footer-wrapper {
		padding: 20px 0;
	}

	#footer-wrapper #footer {
		width: 100%;
		font-size: 13px;
		color: #fff;
	}

	#footer-wrapper #footer a {
		color: #fff;
		text-decoration: none;
	}

	#footer-wrapper #footer a:hover {
		color: #fff;
	}

	#footer-wrapper .footer_link {
		width: 90%;
		margin: 0 auto;
	}

	#footer-wrapper .footer_link li{
		border-bottom: 1px dotted #8d7a4e;
		padding: 10px 0 10px 5px;
	}

	#footer-wrapper #footer .footer_link h3{
		line-height: 1.8;
		font-weight: normal;
		color: #e6d085;
	}

	#footer-wrapper #footer .footer_link h3 a {
		color: #e6d085;
	}

	#footer-wrapper .footer_link .no_link{
		opacity: 0.8;
	}

	#footer-wrapper .footer_link p{
		display: inline-block;
	}

	#footer-wrapper .footer_link a{
		display: block;
		line-height: 1.8;
		margin-right: 14px;
	}

	#footer-wrapper #footer .copyright {
		width: 100%;
		font-size: 11px;
		border-top: none;
	}

	.footer_info{
		font-style: normal;
		text-align: center;
		margin-top: 20px;
	}

	.footer_info h2{
		font-weight: normal;
		margin-bottom: 10px;
		font-size: 1.3em;
	}

	.footer_info p{
	}

	/*======================[ 店舗ページ ]*/
	.content-menu {
	}

	.capt01{
	}

	.capt01 img{
		width: 100%;
		height: auto;		
	}

	.guidance {
		width: 100%;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
	}

	.guidance h1 {
		width: 100%;
	}

	.guidance p {
		width: 100%;
	}

	.guidance p span {
	}
	.guidance p span.guidance_label {
		font-weight: bold;
	}
	.guidance p span.note {
		margin-left: 0;
	}

	.guidance .shop-left {
		float: none;
		width: 100%;
		order: 2;
	}

	.guidance img{
		width: 100%;
		height: auto;
		order: 2;
		margin-top: 20px;
	}

	.guidance .shop-right {
		margin-left: 0;
	}

	.guidance .info {
		width: 100%;
	}

	.guidance .event {
	}

	#kodawari h2 {
		margin-bottom: 15px;
	}

	#kodawari h2:before {
		display: none !important;
	}

	.kodawari_sp{
		padding: 8% 5%;
	}

	.kodawari_sp h2{
	}

	.kodawari_body_sp{
	}

	.kodawari_sp .txt{
		color: #fff;
		text-align: left;
		line-height: 1.8;
		font-size: 14px;
		margin-bottom: 15px;
		text-shadow: 0 0 3px #000, 0 0 5px #000;
	}

	.kodawari_body_sp img{
		width: 100%;
		margin-bottom: 15px;
	}

	/*======================[ 風景画像 ]*/
	ul#slides {
	}

	ul#slides li{
		left: 5%;
		right: 5%;
	}

	ul#slides li img{
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}

	ul.thumbs {
		overflow-x: auto;
		width: 105%;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	ul.thumbs li{
		display: inline-block;
		white-space: nowrap;
		float: none !important;
		height: auto !important;
		width: 30%;
	}

	ul.thumbs li img{
		width: 100% !important;
		height: auto !important;
	}

	/*======================[ マグノリ、権兵衛 ]*/
	.food-menu ul li,
	.food-menu-other ul li {
		width: 100%;
	}

	.food-menu ul li img,
	.food-menu-other ul li img{
		width: 100%;
		height: auto;
	}

	.food-menu-other .table-price {
		width: 100%;
	}

	.food-menu-other .table-price th {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.food-menu-other .table-price td {
		display: block;
	}

	/*======================[ 与平、忠平 ]*/

	.staying-plan {
	}

	.staying-plan h1 {
	}

	.staying-plan dl {
	}

	.staying-plan dl dt {
	}

	.staying-plan dl dt img {
	}

	.staying-plan dl dt img:hover {
	}

	.staying-plan dl dd {
	}

	.staying-plan dl dd h3 {
	}

	.staying-plan dl dd p {
	}

	.staying-plan-details {
	}

	ul#slidesplan {
	}

	ul#slidesplan img {
	}

	.staying-plan-details h1 {
	}

	.staying-plan-details dl {
	}

	.staying-plan-details dl dt {
	}

	.staying-plan-details dl dd {
	}

	.staying-plan-details dl dd h3 {
	}

	.staying-plan-details dl dd p {
	}

	.staying-plan-details .table-basic {
	}

	.staying-plan-details .table-basic th {
	}

	.staying-plan-details .table-basic td {
	}

	.staying-plan-price h2 {
		width: 100%;
	}
	.staying-plan-price h3 {
		width: 100%;
	}

	.staying-plan-price p {
	}

	.staying-plan-price .table-price {
		width: 100%;
	}

	.staying-plan-price .table-price th {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	.staying-plan-price .table-price td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}

	.staying-plan-price .table-price .txt-price-info {
	}

	.staying-plan-price .table-price .table-price-details {
	}

	.staying-plan-price .table-price .table-price-details th {
	}

	.staying-plan-price .table-price .table-price-details td {
	}

	.staying-info {
	}

	.staying-info h1 {
		width: 100%;
	}

	.staying-info h2 {
	}

	.staying-info .outer li div.caption{
	}

	.staying_contact{
		background: linear-gradient(#45484c, #020202);
		border: 1px solid #000;
		border-radius: 7px;
	}

	.staying_contact a{
		display: block;
		color: #fff;
		text-decoration: none;
		text-align: center;
		padding: 10px 0;
		line-height: 1.5;
	}

	.staying_contact a span{
	}

	.staying_contact a span:before{
		display: inline-block;
		content: "";
		width: 0;
		height: 0;
		border: 3px solid transparent;
		border-left: 5px solid rgba(255,255,255,0.4);
		padding-right: 3px;
	}

}@media screen and (max-width:359px) {
	.category_ttl{
		border-top: 1px solid rgba(0,0,0,0.2);
	}
	#header_bt_menus{
		display: none;
	}

}




/*======================[  210415追記]*/

.zeikomi{
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
}





