@charset "utf-8";

*,
:after,
:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
}

/*common*/ /*スマホ共通*/
html,body {
	background-color: #fff;
	font-size: 14px;
	color: #666;
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
	margin: 0;
	padding: 0;
	
}

p {
	line-height: 1.7em;
}

img {
	margin: 0;
	padding: 0;
}

/* link */
a, a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover, a.center:hover img, a:hover .goto {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha(opacity=70);
	opacity: 0.7;
	zoom: 1;
	text-decoration: none;
	 -webkit-transition: 0.3s ease-in-out;
  	-moz-transition: 0.3s ease-in-out;
  	-o-transition: 0.3s ease-in-out;
  	transition: 0.3s ease-in-out;
}

ul li {
	margin:0;
	padding: 0;
}

li {
	list-style-type: none;	
}

header {
	text-align: center;
}

.pc {
	display: none;
}
.sp {
	display: block;
}

#logo {
	margin: 0.5em;
}

#logo img {
	max-width: 300px;
}

#slide {
	height: 400px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#slide img {
	height: 400px;
	margin: 0;
	padding: 0;
}

#navi {
	background-color: #d2ac6f;
	margin-bottom: 0px;
	width: 100%;
	height: 8px;
}

#container {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

#title {
	width: 100%;
	text-align: center;
	font-family: 'Cinzel', serif;
	font-size: 24px;
	margin: 20px 0;
	line-height: 1em;
}

.shop {
	width:100%;
	height: auto;
	margin: 10px auto;
	margin-bottom: 30px;
	font-size: 14px;
	display: block;
	background-color: #fcfcfc;
}

.shop img {
	width: 100%;
}

.shop img.logo {
	width: 200px;
	padding: 10px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

.shop h1 {
	padding: 10px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

#shopinfo {
	margin: 10px;
	padding: 10px 15px;
	text-align: left;
	width: 100%;
	margin: 0 auto;
}

#tel {
	text-align: center;
	font-size: 200%;
	color: #fd6869;
	white-space: nowrap;
	font-family: 'Roboto', sans-serif;
	padding: 10px;
}

.tel a, a:link {
	color: #fd6869;
}

.goto {
	background-color: #fd6869;
	padding: 15px;
	border: 1px solid white;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
	color: #fff;
	letter-spacing: 0.1em;
	text-align:center;
}
a.goto {
	background-color: #f7c2c0;
	text-decoration: none;
	}

	.goto2 {
	background-color: #000000;
	padding: 15px;
	border: 1px solid white;
	width: 80%;
	margin: 0 auto;
	display: block;
	color: #fff;
	letter-spacing: 0.1em;
	text-align:center;
}

.mori {
	width: 100%;
	margin: 20px auto;
	padding: 10px;
}
.mori img {
	width: 100%;
}

/*********************************
** footer
*********************************/

footer {
	width: 100%;
	padding: 5px;
	background-color: #D2AC6F;

}

p.copyright {
	text-align: center;
	font-size: 80%;
	color: #fff;
	padding: 5px;
}

@media screen and (min-width:481px){/*tablet*/

	#slide {
	height: 450px;
	}

	#slide img {
	height: 450px;
	}

	#container {
	max-width: 540px;
	}

	#title {
	font-size: 200%;
	margin-top: 30px;
	}

	.shop {
	font-size: 90%;
	width:250px;
	}

	.shop img.logo {
	width: 200px;
	}

	.shop h1 {
	font-size: 115%;
	font-weight: bold;
	padding: 0px;
	}

	#tel {
	font-size: 180%;
	padding: 15px;
	}
}

@media screen and (min-width:769px){/*pc*/
	
	.pc {
	display: block;
	}
	.sp {
	display: none;
	}

	#slide {
	height: 515px;
	}

	#slide img {
	height: 515px;
	}

	#container {
	max-width: 1080px;
	}

	li.shoplist {
	float: left;
	margin: 0 8px;	
	}

	.mori {
		max-width: 1080px;
	}
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}