@charset "utf-8";
/*----------------------------
whole
----------------------------*/
html,body{
	margin: 0 auto;
    padding: 0;
    height: 100%;
    width: 100%;
    color:#000;
    font-style:normal;
    font-weight:normal;
    font-size:62.5%; /* 1rem＝10px */
    font-family: ;
    text-align:left;
    background-color:#fff;
}

/* footer下部固定 */
body > #container {
    height: auto;
}

div#container{
    width: 100%;
    position:relative;
	margin: 0 auto;
    padding: 0;
    min-height: 100%;
    font-size: 1.4rem;
}

address{
	display: inline-block;
	font-style: normal;
}

/*----------------------------
main
----------------------------*/
header{
	width: 100%;
	margin: 0;
	padding: 0;
}
footer{
	width: 100%;
	margin: 0;
	padding: 0;
    position: absolute;   /* 絶対位置 */
    bottom: 0;
}


div#header{
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	background-image: url(../../imgs/logo2.png), url(../../imgs/header.png);
	background-repeat: no-repeat, no-repeat;
	background-position: right, left;
	background-size: contain, contain;
}

div#header p{
	font-weight: bold;
	font-size: 1.6rem;
}

div#main{
	width: 100%;
	padding: 50px 0;
	padding-bottom: 410px;
	background-image: url(../../../imgs/line8.png), url(../../../line9.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top center, bottom center;
	background-size: contain, contain;
}

div#facebook{
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

div#facebook a{
	display: block;
}

div#pagetop{
	float: right;
	width: 80px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	background-image: url(../../../imgs/back3.gif);
	border: 1px dotted #654020;
	font-size: 1.2rem;
	color: #654020;
	text-align: center;
}

div#pagetop a{
	display: block;
}

div#footer{
	width: 100%;
	height: 280px;
	margin: 0;
	padding: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFDF7), color-stop(1, #E3C274));
	background-image: -o-linear-gradient(bottom, #FFFDF7 0%, #E3C274 100%);
	background-image: -moz-linear-gradient(bottom, #FFFDF7 0%, #E3C274 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFDF7 0%, #E3C274 100%);
	background-image: -ms-linear-gradient(bottom, #FFFDF7 0%, #E3C274 100%);
	background-image: linear-gradient(to bottom, #FFFDF7 0%, #E3C274 100%);
}

div#footer small{
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	text-align: right;
}

/*----------------------------
a
----------------------------*/

a{
	color: #654020;
	text-decoration: none;
	font-weight: bold;
}

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

a:hover img{
  background-color: #fff;/*これを無くすと1mmずれる(FireFoxに限り)*/
    opacity:0.8;
    filter:alpha(opacity=80);
     -ms-filter: "alpha( opacity=80 )";
}

a:active{
	color: #654020;
	text-decoration: none;
}

a.button1{
	display: inline-block;
	width: 100%;
	height: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	outline: none;
	font-size: 2.0rem;
	color: #fff;
	background-image: -webkit-gradient(
	linear,
	right bottom,
	right top,
	color-stop(0.1, #694D14),
	color-stop(0.5, #4A3311),
	color-stop(0.9, #694D14)
);
	background-image: -o-linear-gradient(top, #694D14 10%, #4A3311 50%, #694D14 90%);
	background-image: -moz-linear-gradient(top, #694D14 10%, #4A3311 50%, #694D14 90%);
	background-image: -webkit-linear-gradient(top, #694D14 10%, #4A3311 50%, #694D14 90%);
	background-image: -ms-linear-gradient(top, #694D14 10%, #4A3311 50%, #694D14 90%);
	background-image: linear-gradient(to top, #694D14 10%, #4A3311 50%, #694D14 90%);
}
a.button1::before,
a.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a.button1,
a.button1::before,
a.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*----------------------------
p / img
----------------------------*/

p{
	margin: 0;
	padding: 10px 15px 20px 15px;
	text-indent: 1rem;
	line-height: 2.4rem;
	letter-spacing: 0.1rem;
}

img{
	margin: 20px 0;
}

img.photo1{
	margin: 0;
	padding: 0;
}

/*----------------------------
ul li
----------------------------*/

ul{}
ul li{}

ul.menulink{
	height: 320px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background-image: url(../../../imgs/line5.png), url(../../../imgs/line4.png);
	background-repeat: no-repeat;
	background-position: center top, center bottom;
	background-size: contain;
	list-style: none;
}

ul.menulink li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	width: 100%; 
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 2rem;
	background-image: url(../../../imgs/list_icon4.gif);
	background-repeat: no-repeat;
	background-position: 95%;
}

ul.menulink li a{
	display: block;
}

ul.storelist{
	width: 90%;
	list-style: none;
	margin-left: 20px;
	padding: 0;
	line-height: ;
	font-size: 1.4rem;
}

ul.storelist li{
	width: 100%;
	margin-bottom: 10px;
}

ul.storelist li:last-child{
	margin-bottom: 0; 
}

ul.storelist li span{
	font-weight: bold;
	font-size: 1.8rem;
	background-image: url(../../../imgs/list_icon1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

/*----------------------------
h / hr
----------------------------*/

h1{
	font-size: 1rem;
	text-align: right;
}

h2{}

h2.style1{
	height: 40px;
	margin: 25px 0 35px 0;
	text-align: center;
	line-height: 2.8rem;
	font-size: 1.8rem;
	color: #654020;
}

h2.style2{
	height: 50px;
	margin: 10px 10px 20px 10px;
	padding-bottom:10px; 
	border-bottom: 3px double #422812;
	text-align: center;
	font-size: 2rem;
	color: #654020;
}

h2.style4{
	width: 100%;
	height: 70px;
	margin: 30px auto;
	margin-bottom: 20px;
	background-image: url(../../../imgs/line10.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	font-size: 2rem;
	text-align: center;
	color: #654020;
}

h3.style3{
	width: 93%;
	text-indent: 5rem;
	line-height: 50px;
	margin: 0 10px 20px 10px;
	padding: 0;
	background-image: url(../../../imgs/list_icon3.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 10px 10px;
	border-bottom: 3px double #9c7130;
}

h3{}

h3.menu_style{
	height: 30px;
	margin: 30px;
	text-align: center;
	font-size: 3rem;
	color: #422812;
}

/*-------------*/
 
hr{
	margin: 5px 0;
	padding: 0;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
 
hr.line1{
	border: none;
	width: 100%;
	height: 71px;
	background-image: url(../../../imgs/line10.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/*----------------------------
div
----------------------------*/

div{
	margin: 0;
	padding: 0;
}

div.menu_link{
	margin: 0 0 20px 0;
}

div.boxstyle1{
	display: block;
	margin: 5px;
	padding: 10px 5px;
	height: auto;
	border: solid 1px #654020;
	background-image: url(../../../imgs/back2.gif);
}

div.boxstyle1 span{
	color: #654020;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: ;
	padding: 10px 10px 20px 10px;
	text-shadow: 1px 1px 2px #333;
	display: block;
}

span.bold{
	color: #654020;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: ;
	padding: 10px 10px 20px 10px;
	text-shadow: 1px 1px 2px #333;
	display: block;
}

/* ------------
 calender css
------------- */

div.calendar{
  width: 95%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  margin-bottom:20px; 
}

div.calendar table{
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: solid 1px #A4A4A4;
}

div.calendar table tr td{
	padding:10px 5px;
}

div.calendar table td.month{
  background-color:#FAAC58;
  font-weight: bold;
  font-size: 14px;
}

tr.day td{
  background-color:#E6D7C9;
  border: solid 1px #BDBDBD;
}

div.calendar td.holiday{
  background-color: #F99;
  }

/* ------------
 google map
------------- */
div.gmap{
	margin: 10px;
}
