﻿@charset "utf-8";
@import url("reset.css");

body{
	padding: 0;
	margin: 0;
	text-align: center;
	background: #edebe0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	line-height: 140%;
}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

/*|||||||||| MAIN ||||||||||*/
#container {
	width: 100%;

	background: url(../img/bg_body.jpg) top left repeat-x #f9f7ec;
}
#container_inner{
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#header .header_left {
	width: 50%;
	float: left;
}
#header .logo {
	width: 154px;
	float: left;
}
h1 {
	color: #f3f0db;
	font-size: 11px;
	line-height: 130%;
	padding-top: 22px;
	font-weight: normal;
}
#header .header_right {
	width: 50%;
	float: right;
}
#header .header_right .h_nav {
	margin-bottom: 5px;
}
#header .header_right ul {
	width: 299px;
	margin-left: auto;
}
#header .header_right li {
	float: left;
}
#header .header_right .text_r {
	text-align: right;
	font-size: 11px;
	color: #aba0a6;
}
#header .header_right .text_r a {
	color: #edebe0;
	text-decoration: none;
}
#header .header_right .text_r a:hover {
	color: #aba0a6;
}


/* MV */
#mv {
	height: 463px;
}

/* copy */
h2 {
	text-align: center;
	background: url(../img/bg_copy.png) center center no-repeat;
	font-size: 110%;
	line-height: 160%;
	font-weight: normal;
	color: #746c70;
	margin-top: 20px;
	margin-bottom: 30px;
	letter-spacing: -0.5px;
}
h3 {
	text-align: center;
	margin-bottom: 15px;
}

/* shop list */
#contents {
	padding-bottom: 40px;
}
#contents .shop {
	width: 300px;
	height: 520px;
	float: left;
	margin: 0 10px;
	text-align: center;
	background: #fff;
}
.shoplink_img {
	width: 300px;
	height: 150px;
	margin-bottom: 10px;
}
.shoplink_text a {
	color: #3f393c;
	font-size: 100%;
	text-decoration: none;
	font-weight: normal;
}
.shoplink_text a:hover {
	color: #a27a8e;
}
.tel {
	padding-top: 13px;
	font-size: 140%;
	height: 40px;
	color: #6a2e3e;
}
.info {
	color: #888888;
	font-size: 90%;
	padding: 8px 20px 20px 20px;
	text-align: left;
}

/* footer */
#footer_box {
	width: 100%;
	background: #edebe0;
}
#footer {
	width: 960px;
	margin: 0 auto;
	color: #b2b2b2;
	font-size: 11px;
	padding: 20px 0;
}
#footer .privacy {
	width: 200px;
	float: left;
	text-align: left;
}
#copyright {
	width: 300px;
	float: right;
	text-align: right;
}