@charset "UTF-8";
/*		.sub .imgArea {
		background-image:url(/images/sp-h1bg.jpg);
		}*/

body {
	position: relative;
	left: 0;
	overflow-x: hidden;
}
.pc_areaselect {
	display: none;
}
.pconly {
	display: none;
}

/* icon */
a.blanklink {
	color: #630D01;
	font-size: 11px;
	position: relative;
	padding-right: 15px;
}
a.arrow {
	color: #630D01;
	font-size: 11px;
	position: relative;
	padding-left: 13px;
}
a.arrow:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0px;
	margin: auto 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #630D01;
}
a.blanklink:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: url("../images/ico_blank.gif") no-repeat;
		-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
	top: -2px;
	right: 0;
	bottom: 0px;
	margin: auto 0px;
}
/*++++++++++++++++++++++++++++++++++
header
++++++++++++++++++++++++++++++++++*/
header {
	position: relative;
}
header .head {
	border-top: 10px solid #640806;
	padding: 5px;
	background: #fff;
	width: 100%;
	padding: 5px 10px;
}
header .head h2 img {
	width: 112px;
}
.imgArea {
	margin-top: 56px;
}
.imgArea h1 img {
	width: 100%;
}
/* head stalker fixed */
.head {
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 100;
}
.head h2 {
	float: left;
	padding-top: 3px;
}
/* nav */
nav {
	float: right;
	margin-right: 20px;
}
#menu {
	background: #fff;
	z-index: 1000;
	display:none;
	width:100%;
 	position: fixed;
	z-index:999;
	top: 59px;
	left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#menu-trigger,
#menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#menu-trigger {
	position: relative;
	width: 30px;
	height: 24px;
	z-index: 10000;
	margin-top: 5px;
}
#menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #640806;
	border-radius: 4px;
}
#menu-trigger span:nth-of-type(1) {
	top: 0;
}
#menu-trigger span:nth-of-type(2) {
	top: 10px;
}
#menu-trigger span:nth-of-type(3) {
	top: 20px;
}
#menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
#menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
#menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

/* menu list */
#menu ul {
	margin-top: #000;
}
#menu ul li a {
	display: block;
	color: #640806;
	font-size: 12px;
}
/*第一階層目*/
#menu > ul > li {
	border-top: 1px solid #640806;
}
#menu > ul > li > a {
	-webkit-box-sizing: borderbox;
	-moz-box-sizing: borderbox;
	box-sizing: borderbox;
	padding: 12px 20px;
	font-weight: bold;
	position: relative;
	background-color: #ECEADC;
}
/*アコーディオンが開いている時*/
#menu > ul .toggle > a:after {
	content: "";
	width: 12px;
	height: 6px;
	background: url("../images/gnavi_top_open.gif") no-repeat center right;
		-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 20px;
	bottom: 0px;
	margin: auto 0px;
}
/*アコーディオンが閉じている時*/
#menu > ul .toggle > .active:after {
	content: "";
	width: 12px;
	height: 6px;
	background: url("../images/gnavi_top_close.gif") no-repeat center right;
		-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 20px;
	bottom: 0px;
	margin: auto 0px;
}
/*第二階層目*/
#menu > ul > li > ul {
	overflow: hidden;
	padding: 0 20px;
	-webkit-box-sizing: borderbox;
	-moz-box-sizing: borderbox;
	box-sizing: borderbox;
}
#menu > ul > li > ul > li {
	border-bottom: 1px dotted #650F02;
	width: 49%;
	float: left;
	margin-bottom: -1px;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	margin-left: 1px;
}
#menu > ul > li > ul > li a {
	color: #525252;
	font-size: 13px;
	position: relative;
	padding-left: 13px;
}
#menu > ul > li > ul > li a:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0px;
	margin: auto 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #630D01;
}
#menu li a {
	display: block;
	padding: 10px 5px 10px;
}
/* layer */
.layer{
	position: fixed;
	top: 60px;
	z-index: 3;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

/*++++++++++++++++++++++++++++++++++
footer
++++++++++++++++++++++++++++++++++*/
footer {
	margin-top: 40px;
	text-align: center;
	background: #640806;
	color: #fff;
	padding: 20px;
	font-size: 7px;
}
#pageTop a {
	position: fixed;
	right: 5px;
	bottom: 15px;
	width: 35px;
	height: 35px;
	background: url("../images/sp-pagetop.png") no-repeat center;
		-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
	text-indent: -9999px;
}
/* ----------------------------------------------------
404
---------------------------------------------------- */
.notfound {
	padding: 0;
}
.notfound img {
	width: 100%;
}
/* ----------------------------------------------------
index
---------------------------------------------------- */
.index .imgArea {
	position: relative;
	background-repeat: no-repeat;
	padding-top: 76.97%;
	padding-left: 4.69%;
	padding-right: 4.69%;
	background-position: center top;
	margin-top: 17%;
	 background-size: 93%;
}
.index .imgArea h1 {
	text-indent: -9999px;
	background: transparent url("../images/sp-h1_img.png") no-repeat scroll center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
	width: 77.87%;
	padding-bottom: 24.69%;
	margin: 0px auto;
}
.index .shopArea .msg_box{
	font-size: 12px;
	line-height: 1.2;
	margin-top:15px;
}
/*++++++++++++++++++++++++++++++++++
newsArea
++++++++++++++++++++++++++++++++++*/

.newsArea {
	margin: 15px 0px;
	padding: 0 10px;
}
.news {
	font-size: 11px;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.news dt {
	display: table-cell;
	width: 20%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	background: #640806;
	padding: 3px 0;
}
.news dd a {
	color: #333;
	display: table-cell;
	width: 80%;
	padding-left: 5%;
}
.news dd .description {
	padding-left: 5%;
}
.branchshopWrap {
	padding: 10px;
}
.sub .branchshopWrap {
	/*margin-top: -5%;*/
}
.sp_areaselect {
	display: none;
	margin-bottom: 20px;
}
.index .sp_areaselect {
	display: block;
}
.sp_areaselect ul {
	overflow: hidden;
}
.sp_areaselect li {
	float: left;
	width: 31.33%;
	margin-left: 1%;
	border: 2px solid #E1D0CF;
	-webkit-box-sizing: borderbox;
	-moz-box-sizing: borderbox;
	box-sizing: borderbox;
}
.sp_areaselect li.act {
	border: 2px solid #640806;
}
.sp_areaselect li a {
	color: #48321E;
	display: block;
	text-align: center;
	padding: 10px 0px;
	font-size: 17px;
	background: #E0CECD;
	-webkit-radius: 3px;
	-moz-radius: 3px;
	-ms-radius: 3px;
	-o-radius: 3px;
	radius: 3px;
	font-weight: bold;
}
.sp_areaselect li.act a {
	color: #fff;
	background: #640806;
}
.sp_areaselect li:first-child {
	margin-left: 0;
}

/*++++++++++++++++++++++++++++++++++
branchshopWrap
++++++++++++++++++++++++++++++++++*/
.branchshopWrap.shoplist {
	padding: 0;
}

.branchshopWrap h3 {
	color: #640806;
	font-size: 19px;
	font-weight: bold;
}
.branchshopWrap .topborder span {
	font-size: 15px;
	margin-left: 15px;
	font-weight: normal;
}
.branchshopWrap .topborder {
	position: relative;
	padding: 4px 5px 4px 5%;
	margin-bottom: 10px;
}
.branchshopWrap .about h3.topborder {
	padding-left: 0;
}
.index .branchshopWrap .topborder {
	padding: 10px 0 0 0;
}
.branchshopWrap.shoplist .accessBox hr {
	margin: 0;
}
.branchshopWrap.shoplist .accessBox h4 {
	margin: -1px 0 4px 0;
}
.branchshop_all {
	margin-left: -2%;
}
.shopList {
	overflow: hidden;
}
.shopList li {
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}
.shopList li a {
	color: #640806;
}
.shopList h4 {
	color: #fff;
	background: #640806;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding: 8px 0;
}
.shopList .shop {
	border-left: 2px solid #E1D0CF;
	border-right: 2px solid #E1D0CF;
	border-bottom: 2px solid #E1D0CF;
	text-align: center;
	padding: 5px;
}
.shopList .shop .img {
	width: 100%;
	height: 110px;
	overflow: hidden;
}
.shopList .shop .img img {
	width: 100%;
}
.shopList .shop .name {
	display: table;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #640806;
	margin: 5px 0;
}
.shopList .shop .name span {
	display: table-cell;
	vertical-align: middle;
}
.shopList .shop .date {
	font-size: 10px;
}

/* ----------------------------------------------------
tenpo
---------------------------------------------------- */
.tenpo .imgArea {
	position: relative;
}
.tenpo .imgArea h1 {
	position: absolute;
	left: 20px;
	top: 8%;
	font-size: 12px;
	color: #630D01;
}
.index .head:after {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7a7a7a+0,000000+100&amp;0.65+0,0+100 */
background: -moz-linear-gradient(top,  rgba(122,122,122,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,122,122,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(122,122,122,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(122,122,122,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(122,122,122,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(122,122,122,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a67a7a7a', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.tenpo .head:after {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: -5px;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7a7a7a+0,000000+100&amp;0.65+0,0+100 */
background: -moz-linear-gradient(top,  rgba(122,122,122,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,122,122,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(122,122,122,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(122,122,122,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(122,122,122,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(122,122,122,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a67a7a7a', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.imgArea {
	background-position: top right;
	background-repeat: no-repeat;
		-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
	padding-top: 27.47%;
}

.tenpo .imgArea {
	background-size: 66% 65%;
	margin-top: 69px;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.tenpo .imgArea img {
	display: block;
	width: 100%;
}
.tenpo .imgArea h1 {
	text-align: left;
	width: 80px;
	height: 65.5px;
	text-indent: -9999px;
	background-image:url(/images/h1_img2.png);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}
.tenpo .imgArea h1 span {
	display: block;
	margin-left: 5px;
	margin-top: 3px;
}
.tenponame {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.tenponame h3 {
	color: #FFF;
	background-color: #630805;
	padding: 4px 5px 4px 5%;

}
.tenponame p {
	color: #630805;
	margin-top: 10px;
}

hr {
	color: #650500;
	margin-bottom: 0px;
}
.topborder{
	font-size: 15px;
	color: #640806;
	font-weight: bold;
	border-top: 2px solid #650500;
	display: inline-block;
	padding: 10px 0;
	padding-right: 10px;
	margin-top: -1px;
}
.shopData {
	background-color: #ECEADB;
	color: #630C00;
	padding-bottom: 10px;
}
.shopData.now .date ,
.nextshopBox h5 {
	color: #fff;
	background: #630D01;
	position: relative;
	padding: 4px 5px;
	padding-left: 5%;
}
.nextshopname {
	padding: 3% 5%;
}
.nextshopBox h5 {
	font-size: 13px;
}
.shopData.now .date:after ,
.nextshopBox h5:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 25px 19px;
	border-color: transparent transparent #ECEADB transparent;
}
.shopData.now h3 {
	padding: 3% 5%;
}
.nextshopBox .shopData .date {
	font-size: 14px;
	font-weight: bold;
	padding: 1% 0;
}
.nextshopBox .shopData h3 {
	padding: 0 5%;
	margin-bottom: 15px;
}
.nextshopBox .shopData h3 p {
	font-size: 13px;
	font-weight: normal;
}

.shopData h3 span {
	display: block;
	font-size: 15px;
	padding-bottom: 5px;
	font-weight: bold;
}
.dotted {
	border-top: 1px dotted #855D2A;
	padding-top: 5px;
	font-weight: bold;
	 line-height: 1.2;
}
.shopData.now h3 p {
	font-size: 20px;
}
.shopData.now .shopimg {
	width: 225px;
	margin: 0 auto;
	text-align: center;
}
.shopData .shopimg {
	padding: 0 5% 1%;
}
.shopimg img {
	/*width: 100%;*/
}
.nextshopBox .shopimg ul {
	overflow: hidden;
}
.nextshopBox .shopimg li {
	float: left;
	width: 48%;
	margin-left: 3%;
	font-size: 11px;
	text-align: center;
}
.nextshopBox .shopimg li:first-child {
	margin-left: 0;
}
.nextshopBox .shopimg li img {
	width: 100%;
}
.shopData .shoplink {
	text-align: right;
	margin-right: 5%;
	margin-top: 10px;
}
.shopitemArea {
	padding: 4% 3% 0;
}
.itemBox {
	margin-bottom: 30px;
}
.itemBox img {
	width: 100%;
}
.itemBox .ttl {
	color: #630D01;
	font-size: 20px;
	margin: 10px 0;
	font-weight: bold;
}
.itemBox .txt {
	color: #630D01;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.5;
}

/* accessBox */
.accessBox {
	font-weight: bold;
	margin-top: 50px;
}
.branchshopWrap .accessBox .topborder span {
	font-weight: bold;
}
.accessBox hr {
	margin: 0 3%;
}
.accessBox h4 {
	margin: -1px 3%;
	margin-top: -1px;
	font-size: 17px;
}
.accessBox .map {
	margin-top: 10px;
}
.accessBox .data {
	margin: 0 5%;
}
.accessBox .data dl {
	margin-bottom: 10px;
}
.accessBox .map img {
	width: 100%;
}
.accessBox .data dt {
	color: #601300;
	line-height: 1.2;
	padding: 8px 0 3px;
}
.accessBox .data dd {
	color: #601300;
	font-size: 15px;
}
.accessBox .data dt span {
	display: block;
	font-size: 12px;
}
.accessBox .data dt p {
	font-size: 17px;
	font-weight: bold;
}
.accessBox .data > dl > dd {
	border-top: 1px dotted #855D2A;
	padding-top: 10px;
}
.accessBox .data .time {
	margin-top: 15px;
	margin-bottom: 10px;
}
.accessBox .data .time dt {
	font-size: 12px;
}
.accessBox .data dl dd p{
	margin-bottom:5px;
}

/* ----------------------------------------------------
newslist
---------------------------------------------------- */
.newslist dl {
	font-size: 12px;
	margin-top: 6px;
}
.newslist dt {
	padding-bottom: 5px;
	color: #640806;
	font-weight: bold;
}
.newslist dd {
	border-bottom: 1px dotted #DDD;
	padding-bottom: 5px;
}
.newslist dt {
	margin-top: 10px;
}
.newslist dt:first-child {
	margin-top: 0;
}
.newslist a {
	color: #525252;
	display: block;
}
.newslist a:hover{
	color: #640806;
}
/* ----------------------------------------------------
sitemap
---------------------------------------------------- */
.sitemap {
	padding-top: 15px;
}
.sitemap ul li {
	line-height: 1.8;
}
.sitemap ul li a {
	color: #545454;
}
.sitemap ul li a:hover {
	color: #640806;
}
.sitemap > ul > li {
	border-bottom: 1px dotted #DDD;
}
.sitemap .adress ,
.sitemap > ul > li > a {
	font-size: 14px;
	position: relative;
	padding-left: 14px;
}
.sitemap .adress:before {
	content: "・";
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0px;
	margin: auto 0px;
}

.sitemap > ul > li > a:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0px;
	margin: auto 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #630D01;
}
.sitemap > ul > li > ul {
	margin-left: 20px;
	margin-top: 5px;
}
.sitemap > ul > li > span {
	display: block;
	font-size: 15px;
	color: #670100;
	position: relative;
	padding-left: 14px;
}
.sitemap > ul > li > span:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0px;
	margin: auto 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #630D01 transparent transparent;
}
.sitemap .adress {
	font-size: 15px;
	display: block;
}
.sitemap > ul > li > ul > li {
	border-bottom: none;
}
.sitemap > ul > li > ul > li > ul {
	margin-left: 15px;
}
.sitemap > ul > li > ul > li > ul > li > a {
	position: relative;
	font-size: 14px;
	padding-left: 10px;
	line-height: 0;
}
.sitemap > ul > li > ul > li > ul > li > a:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0px;
	margin: auto 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #630D01;
}
/* ----------------------------------------------------
about
---------------------------------------------------- */
.about .aboutbox {
	margin-top: 30px;
}
.about .aboutbox:first-child {
	margin-top: 0;
}
.about .aboutbox h3 {
	padding-bottom: 4px;
	border-bottom: 1px dotted #640806;
	margin-bottom: 8px;
	color: #640806;
}
.about ul ,
.about p {
	font-size: 13px;
	line-height: 1.3;
}
.about ul li {
	text-indent: -1em;
	padding-left: 1em;
}