@charset "UTF-8";


/*		.sub .imgArea {
		background-image:url(/images/pc-h1bg.jpg);
		}*/

body {
	border-top: 5px solid #640806;
}
.layer {
	display: none;
}
.sponly {
	display: none;
}
/* icon */
a.blanklink {
	color: #630D01;
	font-size: 12px;
	position: relative;
	padding-right: 20px;
}
a.arrow {
	color: #630D01;
	font-size: 13px;
	position: relative;
	padding-left: 15px;
}
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;
	background-size: contain;
	top: -2px;
	right: 0;
	bottom: 0px;
	margin: auto 0px;
}
/*++++++++++++++++++++++++++++++++++
header
++++++++++++++++++++++++++++++++++*/
header {
	border-bottom: 1px solid #999;
}
header .head {
	width: 860px;
	margin: 0px auto;
}
header h2 {
	float: left;
	width: 112px;
	padding: 15px 0px;
}
/* nav */
header nav {
	float: right;
	padding: 20px 0px 5px;
}
#menu ul {
	overflow: hidden;
	margin-top: 12px;
}
#menu ul li {
	float: left;
	margin-left: 15px;
	position: relative;
}
#menu .toggle {
	display: none;
}
#menu ul li ul {
	display: none;
}
#menu ul li:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 6px;
	background: url("../images/navarrow.gif") no-repeat;
	top: 0px;
	left: 0;
	bottom: 0px;
	margin: auto 0px;
}
#menu ul li a {
	display: block;
	color: #333;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 15px;
}

/*++++++++++++++++++++++++++++++++++
footer
++++++++++++++++++++++++++++++++++*/
footer {
	background: #690100;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-top: 120px;
}
footer .footinner {
	width: 860px;
	margin: 0 auto;
	position: relative;
}
footer small {
	font-size: 12px;
	letter-spacing: 0.1em;
}
#pageTop {
	position: absolute;
	top: -35px;
	right: 0;
}
#pageTop a {
	color: #6A0100;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding-left: 10px;
}
#pageTop a:before {
	content: "";
	width: 10px;
	height: 10px;
	background: url(../images/pc-pagetop.png) no-repeat;
	position: absolute;
	left: -8px;
	top: 4px;
}

.imgArea {
	width: 860px;
	margin: 0 auto;
}
.index .imgArea {
	height: 365px;
}
.sub .imgArea {
	height: 140px;
}

/*++++++++++++++++++++++++++++++++++
index
++++++++++++++++++++++++++++++++++*/
.index .imgArea {
	width: 860px;
	position: relative;
	margin-top: 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 49% auto;
}
.index .imgArea h1 {
	text-indent: -9999px;
	background: url(../images/pc-h1_img.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: -10px;
	bottom: 100px;
	width: 438px;
	height: 120px;
}
.newsArea {
	width: 860px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	margin-top: -60px;
}
.news {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.news dt {
	display: table-cell;
	width: 13%;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	background: #640806 none repeat scroll 0% 0%;
	padding: 10px 0px;
	font-size: 14px;
}
.news dd {
	display: table-cell;
	width: 80%;
	text-align: center;
	font-size: 14px;
	background-color: rgba(256, 256, 256, 0.6);
}

.news dd a {
	color: #333333;
	display: block;
}
.news dd .description {
	padding-left: 3%;
}
.index .shopArea .msg_box{
	font-size: 12px;
	float:right;
	line-height: 1.2;
	margin-top:50px;
}
.index footer{
	margin-top: 50px !important;
}
/*++++++++++++++++++++++++++++++++++
branchshopWrap
++++++++++++++++++++++++++++++++++*/
.branchshopWrap {
	width: 860px;
	margin: 0 auto;
	padding-top: 30px;
}
.branchshopWrap.shoplist .img {
	height: 119px;
	width: 178px;
	overflow: hidden;
}
.sp_areaselect {
	display: none;
}
.pc_areaselect h3,
.topborder {
	color: #640806;
	font-size: 18px;
	font-weight: bold;
	border-top: 2px solid #650500;
	display: inline-block;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: -1px;
}

.pc_areaselect {
	width: 200px;
	float: left;
}
.shopWrap {
	float: left;
	width: 610px;
	margin-left: 50px;
}
.pc_areaselect h3 {
	color: #630B0C;
	font-size: 24px;
	margin-bottom: 15px;
}
.pc_areaselect h3 span ,
.branchshopWrap h3 span {
	font-size: 15px;
	margin-left: 15px;
	font-weight: normal;
}
hr {
	color: #650500;
	margin-bottom: 0;
}
/* pc_areaselect */
.pc_areaselect > ul {
	border-bottom: 1px dotted #DDD;
}

.pc_areaselect ul li {
	border-top: 1px solid #DDD;
}
.pc_areaselect ul li span {
	display: block;
	font-size: 14px;
	color: #670100;
	background: #ECEADC;
	padding: 9px 26px;
	font-weight: bold;
}
.pc_areaselect ul li ul li {
	background: #fff;
	border-top: 1px dotted #DDD;
}
.pc_areaselect ul li ul li a {
	display: block;
	font-size: 12px;
	color: #545454;
	position: relative;
	padding: 11px 0px 11px 35px;
}
.pc_areaselect ul li ul li a:hover {
	color: #640806;
}


.pc_areaselect ul li ul li a:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 6px;
	background: url("../images/navarrow.gif") no-repeat;
	top: 0;
	left: 26px;
	bottom: 0;
	margin: auto 0;
}

/* branchshop */
.branchshop_all {
	margin-left: -2%;
}
.shopList {
	overflow: hidden;
	margin-left: -2%;
}
.shopList li {
	float: left;
	width: 31.3%;
	margin-left: 2%;
	margin-top: 15px;

}
.shopList li:before {
}
.shopList h4 {
	color: #fff;
	background: #640806;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 8px 0;
}
.shopList .shop {
	text-align: center;
	padding: 5px;
	border-left: 2px solid #E1D0CF;
	border-right: 2px solid #E1D0CF;
	border-bottom: 2px solid #E1D0CF;
}
.shopList .shop .img {
	width: 180px;
	height: 120px;
	overflow: hidden;
}
.maincontent {
	float: left;
	width: 610px;
	margin-left: 50px;
}
.shopBox {
	margin: 3px;
}
.shopList .shop .img img {
	width: 100%;
}
.shopList .shop .name {
	display: table;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #640806;
	margin: 5px 0;
}
.shopList .shop .name span {
	display: table-cell;
	vertical-align: middle;
}
.shopList .shop .date {
	font-size: 12px;
	color: #483310;
	letter-spacing: 0.1em;
}

/* ----------------------------------------------------
tenpo
---------------------------------------------------- */
.sub .imgArea {
	/*background:url(../images/pc-h1bg.jpg) no-repeat top right;*/
	margin-top: 39px;
	text-align: center;
	height: 80px;
	background-repeat: no-repeat;
	background-position: top right;
}
.sub .imgArea h1 {
	text-indent: -9999px;
	width: 424px;
	height: 66px;
	background: url(/images/pc-h1_img2.png) no-repeat;
	background-size: contain;
}
/*.sub .imgArea h1 {
	vertical-align: middle;
	display: table-cell;
}
.sub .imgArea h1 span {
	color: #680100;
	font-size: 19px;
	font-weight: bold;
	vertical-align: middle;
	display: table-cell;
}*/

.shopData.now {
	margin-bottom: 50px;
}
.shopData.now {
	background-color: #F5F5ED;
	color: #630C00;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
	padding: 15px;
	margin-top: 20px;
}
.shopData.now .shopimg {
	width: 235px;
	float: left;
	text-align: center;
	background: #fff;
	height: 172px;
	position: relative;
}
.shopData.now .shopimg img {
	/*width: 100%;*/
	position: relative;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	  -ms-transform: translateY(-50%);
	  transform: translateY(-50%);
}

.pc-right {
	float: right;
	width: 325px;
}
.shoplink {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.shopData.now .date ,
.nextshopBox h5 {
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #fff;
	background: #630D01;
	position: relative;
	padding: 4px 5px 4px 15px;
	margin-bottom: 10px;
}
.shopData.now .date {
	font-weight: bold;
}
.shopData.now .date:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 27px 19px;
	border-color: transparent transparent #F6F5EE transparent;
}
.nextshopBox h5:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 27px 19px;
	border-color: transparent transparent #ECEADB transparent;
}

.nextshopBox .shopData h3 {
	padding: 0 15px;
	margin-bottom: 15px;
}
.nextshopBox .shopData h3 p {
	font-size: 13px;
	font-weight: normal;
}
.shopData.now h3 {
	margin-top: 15px;
}
.shopData h3 span {
	display: block;
	font-size: 14px;
	padding-bottom: 8px;
	font-weight: bold;
	margin: 0 15px;
}
.dotted {
	border-top: 1px dotted #855D2A;
	padding: 8px 0;
	font-weight: bold;
	margin: 0 15px;
}
.shopData.now h3 p {
	font-size: 18px;
}

/* shopitemArea */
.shopitemArea {
	width: 555px;
}
.itemBox dl {
	overflow: hidden;
}
.itemBox dd {
	width: 250px;
}
.itemBox dt {
	width: 305px;
}
.itemBox dd img {
	width: 100%;
}

.itemBox.imgleft dt {	float: right;}
.itemBox.imgleft dd {	float: left;}
.itemBox.imgright dt {	float: left;}
.itemBox.imgright dd {	float: right;}

.itemBox + .itemBox {
	margin-top: 20px;
}
.itemBox dt .ttl {
	color: #660700;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #660700;
	padding: 3px;
	margin-bottom: 10px;
}
.itemBox dt .txt {
	color: #670000;
	font-size: 14px;
	line-height: 1.5;
}
.itemBox.imgleft dt p {
	padding-left: 25px;
}
.itemBox.imgright dt p {
	padding-right: 25px;
}

/* nextshopBox */
.nextshopBox {
	margin-top: 100px;
}
.nextshopBox {
	background-color: #ECEADB;
	color: #630C00;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.nextshopBox .detail {
	width: 305px;
	float: left;
}
.nextshopBox .detail .date {
	padding: 0 15px 5px;
	font-size: 14px;
	font-weight: bold;
}
.nextshopBox .shopimg {
	float: right;
	width: 270px;
	margin-right: 10px;
}
.nextshopBox .shopimg li {
	width: 128px;
	float: left;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
}
.nextshopBox .shopimg li img {
	width: 100%;
}
.nextshopBox .shopimg li:first-child {
	margin-left: 0;
}
.nextshopBox .shopimg li p {
	text-align: center;
}
.nextshopname p {
	font-size: 16px;
	font-weight: bold;
	 line-height: 1.2;
}

/* accessBox */
.accessBox {
	margin-top: 100px;
}
.accessBox h4 {
	font-size: 24px;
}
.accessBox h4 span {
	margin-left: 10px;
	display: inline-block;
}
.accessBox .map {
	float: right;
	width: 330px;
	margin-top: 30px;
}
.accessBox .map img {
	width: 100%;
}
.accessBox .data {
	float: left;
	width: 270px;
	margin-top: 30px;
	color: #680000;
	font-weight: bold;
	line-height: 1.2;
}
.accessBox .data > dl > dd {
	padding-left: 15px;
}
.accessBox .data > dl > dt {
	border-bottom: 1px dotted #855D2A;
	padding-left: 15px;
}

.accessBox .data dt span {
	font-size: 14px;
	display: block;
}
.accessBox .data dt p {
	font-size: 20px;
}
.accessBox .data > dl > dd {
	margin-top: 30px;
	font-size: 14px;
}
.accessBox .time {
	margin-top: 30px;
}
.accessBox .accesslink {
	position: relative;
	bottom: -20px;
	left: 0;
	font-weight: normal;
	padding-left: 15px;
}
/* ----------------------------------------------------
newslist
---------------------------------------------------- */
.newslist {
	margin-top: 10px;
}
.newslist dl {
	font-size: 13px;
	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;
	color: #670100;
	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: 12px;
	line-height: 1.4;
}
.about ul li {
	text-indent: -1em;
	padding-left: 1em;
}
