@charset "UTF-8";
body{
	background:url(../img/common/bg.gif) repeat;
	}
footer{
	background:url(../img/common/bgContents.gif) repeat;
	}
/* CSS Document */





h3,
h2{
	background:url(../img/common/titleBorder.gif) repeat-x top left;
	border-bottom:1px dotted #565656;
	padding:0;
	padding-top:5px;
	margin:0;
	margin-bottom:20px;
	line-height:60px;
	clear:both;
	}
h3 span,
h2 span{
	background:url(../img/common/titleIcon.png) no-repeat left center;
	height:60px;
	width:50px;
	display:block;
	float:left;
	}

header{
	padding:5px;
	padding-bottom:0;
	}
header .mt{
	margin-top:5px;
	}
header h1{
	margin-bottom:0px;
	margin-right:0px !important;
	float:left;
	width:80%;
	height:auto;
	}
.text-contact{
	color:#58351F;
	margin-top:10px;
	margin-right:10px;
	}
.index-nav{
	margin-left:10px;
	}
.index-nav .uk-width-1-3{
	padding:0px;
	padding-right:10px;
	padding-bottom:10px;
	}
nav{
	border-top:1px solid #e5e5e5;
	padding-top:15px;
	}
footer .other_contents .uk-button{
	margin-bottom:10px;
	}

footer nav{
	border-top:0;
	padding-top:15px;
	}
footer .copyright{
	background:#2a2a2a;
	color:#fff;
	padding:10px;
	text-align:center;
	}
article .tel{
	padding:0 20px;
	margin-top:20px;
	margin-bottom:30px;
	}
.sns{
	text-align:center;
	padding-bottom:30px;
	}
article h2 img{
	width:100%;
	height:auto;
	}
section{
	padding-bottom:30px;
	}
section .w100{
	width:100%;
	height:auto;
	}
section h4{
	font-weight:bold;
	}
.photo-mb div{
	margin-bottom:20px;
	padding:0 10px;
	}
.p20{
	padding:0 20px;
	}
.list-pb li{
	padding-bottom:10px;
}
.mw{
	margin:0 20px;
	}
	
	
/*option*/
.uk-button-primary {
  background-color: #2a2a2a;
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #666, #2a2a2a);
  background-image: linear-gradient(to bottom, #666, #2a2a2a);
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #2a2a2a;
  color: #ffffff;
  background-image: none;
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #2a2a2a;
  color: #ffffff;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.uk-button-Twitter {
    background-color: #00D5FB;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #00D5FB, #00ABFF);
    background-image: linear-gradient(to bottom, #00D5FB, #00ABFF);
    border-color: rgba(0,0,0,0.2);
    border-bottom-color: rgba(0,0,0,0.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
.uk-button-Twitter:hover,
.uk-button-Twitter:focus {
    background-color: #00D5FB;
    color: #fff;
    background-image: none;
}
.uk-button-Twitter:active,
.uk-button-Twitter.uk-active {
    background-color: #00D5FB;
    color: #fff;
    background-image: none;
    border-color: rgba(0,0,0,0.2);
    border-top-color: rgba(0,0,0,0.4);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
}

.uk-button-Facebook {
    background-color: #3C62B3;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #3C62B3, #274177);
    background-image: linear-gradient(to bottom, #3C62B3, #274177);
    border-color: rgba(0,0,0,0.2);
    border-bottom-color: rgba(0,0,0,0.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
.uk-button-Facebook:hover,
.uk-button-Facebook:focus {
    background-color: #3C62B3;
    color: #fff;
    background-image: none;
}
.uk-button-Facebook:active,
.uk-button-Facebook.uk-active {
    background-color: #3C62B3;
    color: #fff;
    background-image: none;
    border-color: rgba(0,0,0,0.2);
    border-top-color: rgba(0,0,0,0.4);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
}
.menubtn {
    background-color: #666666;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #666666, #333333);
    background-image: linear-gradient(to bottom, #666666, #333333);
    border-color: rgba(0,0,0,0.2);
    border-bottom-color: rgba(0,0,0,0.4);
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}
.menubtn:hover,
.menubtn:focus {
    background-color: #666666;
    color: #fff;
    background-image: none;
}
.menubtn:active,
.menubtn.uk-active {
    background-color: #666666;
    color: #fff;
    background-image: none;
    border-color: rgba(0,0,0,0.2);
    border-top-color: rgba(0,0,0,0.4);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
}
.uk-list-striped > li:first-child {
  border-top: 0;
}
.uk-list-striped > li {
  padding: 5px 5px;
  margin-bottom:5px;
  border-bottom: 0;
  background:#fff;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #fff;
}
footer{
	padding-top:30px;
	border-top:3px double #3A3A3A;
	}

/*price*/
.priceArea{
	background:#fff;
	border-radius: 5px;
	webkit-border-radius: 5px;
	margin-bottom: 2em;
	padding: 1em;
}
.priceArea .title{
	text-align: center;
	padding: 20px 0;
}
.priceArea h4{
	background:url(../img/price/menuIcon.png) no-repeat left bottom;
	padding-left:30px;
	line-height:40px;
	margin-bottom:0;
	font-size:1.5em;
	}
.priceArea h4 span{
	font-size:14px;
}
.priceArea table{
	border-spacing:0;
	font-size: 1.2em;
	}
.priceArea table td,
.priceArea table th{
	background:none;
	padding:15px 0;
	border-bottom:1px dashed #B59A77;
	}
.priceArea table th{
	text-align:left;
}
.priceArea table td{
	padding:10px 15px;
	}
.priceArea .list{
	text-align: left;
	font-weight:bold;
	white-space:nowrap;
	padding-left:0;
	padding-right:0;
	}
.priceArea .price{
	text-align:right;
	white-space:nowrap;
	padding-left:10px;
	padding-right:0;
	}
.priceArea .caption{
	background: #EFEADF;
	padding: 5px;
	font-weight: normal;
	font-size: 14px;
	margin-top: 1em;
	border-radius: 5px;
}
/*staff*/
.plofile{
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 2em;
}
.plofile img{
	float:left;
	margin-right: 10px;
	width: 150px;
	margin-bottom: 5px;
}
.plofile h3{
	background: url(../img/common/titleIcon.png) no-repeat left center;
	padding-left: 50px;
	border-bottom: 0;
	margin-bottom: 0;
}
.plofile h3 strong{
	font-weight: normal;
	font-size: 12px;
}
.plofile .nameArea div{
	background: #EFEADF;
	font-size:12px;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 1em;
}
.plofile .nameArea{
}
.plofile dl{
	float: left;
	width: 100%;
}

.photoList img{
	width: 100%;
	height: auto;
}
.photoList a{
	display: block;
	float: right;
	font-weight: bold;
	color: #684E38;
}
.accessArea dt{
	margin-bottom: 0.5em;
}
.accessArea dd{
	margin-bottom: 1em;
	border-bottom: 1px dotted #6C6159;
	padding-bottom: 0.5em;
}