@charset "utf-8";

/*============================================================
	universal reset
============================================================*/

body {
	font-size : 75%;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;	width: 100%;
	/*font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",  "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	width: 100%;
	color : #5d5d5e;
	text-align : left;
	background-color: #FFF;
	width: 100%;
	margin: 0 auto 0 auto;
	background-image: url(../img/common/bg_head.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, form {
	font-size : 100% ;
	margin : 0 ;
	padding : 0 ;
}
table,td,th{
	font-size : 100%;
	border:none;
	text-align:left;
	vertical-align:top;
}
dt,dd{
  margin: 0;
}
p{
	font-size : 15px ;
	margin : 0 ;
	padding : 0 ;
	line-height : 1.6;

}
ul,li{
	list-style-type:none;
}
img { border : none ;vertical-align: bottom; }

*:focus {
	outline: 1px dotted #000;
}

.Right_box{float:right;}
.Left_box{float:left;}

.br_sp{
	display: none;
}

/*============================================================
	a link
============================================================*/
a {
	text-decoration : none;
	color : #FFF;
	outline : 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	text-decoration : none;
	color : #FFF;
	outline : none;
}
a:hover img,
a:hover .light {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*============================================================
	layout
============================================================*/
p.cap{
	padding-left : 1em;
	text-indent : -1em;
}



/*============================================================
	font
============================================================*/
em,address {
	font-style : normal;
}
.tac{
	text-align: center;
}

/* fonts */
.f_min {
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.sukh {
font-family:"Sukhumvit Set", sans-serif;
}
.f_small {font-size: 90%;}

/* float */
.l {float: left;}
.r {float: right;}

/* clearfix */
.clearfix:after {
	content : "." ;
	display : block ;
	height : 0 ;
	clear : both ;
	visibility : hidden ;
}
.clearfix { display : inline-block ; }
/* Hides from IE-Mac �_*/
*html .clearfix { height : 1% ; }
.clearfix { display : block ; }
/* End hide from IE-mac */

.none {display: none;}

.in, .inBox li, .inBox dd {
	text-indent: -1em;
	padding-left: 1em;
}

.half{
  width: 49%;
}

.mb10{margin-bottom: 10px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}
.pb10{padding-bottom: 10px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.fwb{font-weight: bold;}

/* wrapper
------------------------------------------*/
.wrapper {
	padding : 0;
	width: 1024px;
	margin: 0px auto;
	position: relative;
}

.inner{
  width: 1024px;
	margin: 0px auto;
	position: relative;
}

img.img{
	max-width: 100%;
}

/* header
------------------------------------------*/
#header{
  background: #363636;
}
#header h1 a{
  display: block;
  width: 120px;
  height: 40px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(/shop/img/shop_new/logo.png) center center no-repeat;
  background-size: 100% auto;
}


/* footer
------------------------------------------*/
#footer{
  padding: 25px 0;
  background: #fce7e7;
  color: #3c312e;
}

#footer a{
  color: #3c312e;
  text-decoration: underline;
}

#footer a:hover{
  color: #3c312e;
}

#footer h3{
  font-size: 15px;
}

#footer #map{
  width: 285px;
  height: 185px;
  margin-right: 25px;
  float: left;
}

#footer #info{
  width: 370px;
  margin-right: 25px;
  float: left;
}

#footer #info p{
  font-size: 12px;
}

#footer #info .tel{
  border-left: 2px solid #3c312e;
  padding-left: 10px;
  margin: 10px 0 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}

#footer #navi{
  width: 315px;
  float: left;
}
#footer #navi a{
  text-decoration: none;
}
#footer #navi ul{
  margin-top: 20px;
}
#footer #navi li{
  border-left: 1px solid #3c312e;
  height: 30px;
  position: relative;
}
#footer #navi li:last-child{
  height: auto;
  border: none;
  margin-left: 1px;
}
#footer #navi li a{
  position: absolute;
  left: -8px;
  top: -6px;
  font-family:"Sukhumvit Set", sans-serif;
  line-height: 1;
  font-size: 15px;
}
#footer #navi li a:before{
  content:"・";
  margin-right: 10px;
  font-weight: bold;
}



/* sidenavi
------------------------------------------*/
nav#sidenav {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: #FFF;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
nav#sidenav.active{
  width: 360px;
}

nav#sidenav a{
  color: #5d5d5e;
}

.menutrigger,
.menutrigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menutrigger {
	position: relative;
	width: 22px;
	height: 19px;
	margin: 150px 28px;
	float: right;
}
.menutrigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #5d5d5e;
}
.menutrigger span:nth-of-type(1) {
	top: 0px;
}
.menutrigger span:nth-of-type(2) {
	top: 9px;
}
.menutrigger span:nth-of-type(3) {
	bottom: 0px;
}
.menutrigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menutrigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menutrigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-9px) translateX(0px) rotate(45deg);
}

#sidenav .nav_cont {
  position: absolute;
  bottom: 40px;
  height: 60%;
  width: 80px;
  padding-bottom:  53px;
  transition: all 0.4s ease-in-out;
}

#sidenav.active .nav_cont{
  width: 100%;
}

#sidenav #gnavi{
  position: absolute;
  width: 300px;
  right: 0;
  top: 0;
  padding-bottom: 53px;
}

#sidenav #gnavi .manutarget {
  width: 213px;
  float:  left;
  text-align: center;
}
#sidenav #gnavi ul{
  display: block;
	margin-left: 60px;
}
#sidenav #gnavi ul li{
  text-align: left;
  margin-bottom: 40px;
	position: relative;
}
#sidenav #gnavi ul li:before{
  content: "・";
	display: inline-block;
	font-size: 14px;
  font-weight: bold;
  padding-right: 20px;
	position: absolute;
	top: 10%;
}
#sidenav #gnavi ul li a{
  font-size: 16px;
	padding-left: 30px;
	display: block;
}
#sidenav #gnavi ul li a:hover,
#home #sidenav #gnavi ul li.nav1 a{
  color: #2091c8;
}

.home_btn {
    display: inline-block;
    position: relative;
    left: 20px;
    margin-top: 14px;
}

nav#sidenav .home_btn a{
	color: #54322a;
}

.home_btn a {
    display: block;
    border: 1px solid #54322a;
    padding: 10px 30px;
		font-size: 14px;
		line-height: 1;
		letter-spacing: 0.1em;
		color: #54322a;
	}

.home_btn a span{
	font-size: 80%;
}

.home_btn a span::before,
.home_btn a span::after{
	content: "-"
}

nav#sidenav .home_btn a:hover {
		background-color: #54322a;
		color: #fff;
}

#sidenav .tel {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
}
#sidenav .tel .icon {
  float: right;
  width: 80px;
  text-align: center;
}
#sidenav .tel .manutarget {
  width: 211px;
  float:  left;
  text-align: center;
}
#sidenav .tel .manutarget p{
  line-height: 53px;
}

.manutarget{
  display: none;
}


/* main
------------------------------------------*/
.btn{
  display: block;
  width: 240px;
  height: 40px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 14px;
  color: #54322a;
  text-align: center;
  border: 1px solid #54322a;
}
.btn:hover{
  background: #54322a;
}

#title{
  padding: 25px 0;
  text-align: center;
  background: #fce7e7;
}

#title h2{
  color: #54322a;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 7px;
  line-height: 1;
}

#main{
  padding: 30px 0;
}

#menu li{
  width: 50%;
  height: 283px;
  position: relative;
  float: left;
  overflow: hidden;
}

#menu{
  padding: 20px 0;
}
#menu li p{
  display: block;
  width: 100%;
  position: absolute;
  top:50%;
  margin-top: -14px;
  color: #FFF;
  font-size: 28px;
  text-align: center;
  text-shadow:0px 0px 6px #27140e;
}
#menu li img{
  transition: all 0.4s ease-in-out;
}
#menu li a:hover img{
  transform: scale(1.1);
}


/* TOP */
#home #title{
  padding: 130px 0;
}

#home #title h2{
  color: #54322a;
  font-size: 51px;
  font-weight: normal;
  letter-spacing: 7px;
  line-height: 1;
}

#home #title h2:after{
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  margin: 27px auto 23px;
  background: #54322a;
}

#home #title p{
  color: #54322a;
  font-size: 22px;
}

#gallery{
  background: #f3f3f6;
  padding: 20px 0;
}

#gallery li{
  width: 241px;
  margin: 0 20px 20px 0;
  float: left;
}
#gallery li:nth-child(4n){
  margin-right: 0;
}
#gallery li img{
  width: 100%;
}

/* menu一覧 */
#menulist #main h3{
  font-size: 24px;
  font-weight: normal;
  position: relative;
  margin: 30px 0 15px;
}
#menulist #main h3 span{
  position: relative;
  padding-right: 15px;
  background: #FFF;
}
#menulist #main h3:before{
  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  background: #5d5d5e;
}

#menulist #main p{
  font-size: 18px;
}
#menulist #main p.price{
  font-size: 16px;
  margin-bottom: 30px;
}

#menulist #main dl{
  margin: 30px 10px 60px;
  font-size: 14px;
}
#menulist #main dt{
  margin-bottom: 10px;
  color: #d09190;
}

/* concept */
#concept #main .inner{
  padding: 70px 0;
}
#concept #main img {
  float: left
}
#concept #main p {
  width: 700px;
  float:  right;
  font-size: 17px;
}
