@charset "UTF-8";
/* CSS Document */

/*******基本設定*******/
* {
	margin: 0 auto;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;;
	background: #69090B;
}

html {
	overflow-y: scroll;/*FFでスクロールバーが表示されないバグの対処*/
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

h1 {
	font-size: 16px;/*下層の見出し*/
}

p,li,dt,dl {
	line-height: 1.6;/*単位を入れるとfont-sizeに依存してしまうよ*/
}

p {
	margin: 0 0 1em 0;/*最初に消したマージンをふっかつさせてるよ*/
}

ul li {
	list-style: none;
}

img {
	border: none;/*リンクしたときの線を消すよ*/
}


/*******table*******/
table,th,td {
	border: solid #C1C1C1 1px;
	border-collapse: collapse;
}

th {
	background: #69090B;
	color: #fff;
}

/*******リンク*******/
a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

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

/*******位置関係*******/
.clear {
	clear: both;/*は？ってなったときに入れてみるやつ*/
	overflow: hidden;
}

.left {/*クラス名に指定することでいちいちフロートのコード書かなくて済む。rightも*/
	float: left;
}

.right {
	float: right;
}

/*******余白*******/
.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

/*******bg*******/
.bg {
	background-image: 
	url(../img/bg.png) ,/*上の模様*/
	url(../img/bg2.png);/*下の模様*/
	background-repeat: 
	no-repeat ,
	no-repeat;
	background-position: 
	top left ,
	bottom right;
}

/*******header*******/
header {
	height: 260px;
	color: #fff;
}

.logo {
	width: 300px;
	height: 190px;
	margin: 30px 0 0 0;
}

.h_right {/*h1タグと電話番号はまとめてあります*/
	margin-top: 35px;
	text-align: right;
}

.h_right h1 {
	font-size: 13px;
}

.tel {
	height: 55px;
	font-size: 40px;
	margin-top: 40px;
}

.tel p:before {
	content: url(../img/telmark.png);
}

/*******nav*******/
nav {
	width: 700px;
	margin-top: 35px;
	font-size: 28px;
}

nav li {
	float: left;
	margin-left: 25px;
}

nav a:hover {
	color: rgba(255,255,255,0.7);
}

/*******wrapper*******/
.wrapper {
	width: 1000px;
}

/*******icatch*******/
.icatch {
	width: 1000px;
	height: 400px;
}

/*******contents*******/
.contents {
	width: 1000px;
	overflow: auto;
	margin: 30px 0;
}

.kaso h1 {
	background: url(../img/h1_bg.jpg) no-repeat;/*下層の長方形の見出し*/
	height: 45px;
	font-size: 26px;
	padding: 5px 0 0 35px;
	color: #fff;
	margin-bottom: 10px;
}

/*******con_l*******/
.con_l {
	width: 650px;
}

.con_l h2 {
	height: 45px;/*トップ左の見出し*/
	background: url(../img/top_h2_bg.jpg) no-repeat;
	font-size: 26px;
	padding: 5px 0 0 35px;
	color: #fff;
	margin-bottom: 5px;
}

.con_l .box {
	background: #fff;
	overflow: auto;
	padding: 5px;
	margin-bottom: 30px;
}

/*あいさつ*/
.gr p {
	width: 400px;
	font-size: 15px;
	line-height: 1.7;
}

/*******con_r*******/
.con_r {
	width: 310px;
}

/*バナー*/
.bn {
	width: 310px;
	height: 150px;
	background: #fff;
	margin-bottom: 20px;
}

.bn a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*店舗情報*/
.info {
	background: #fff;
	padding: 5px;
	overflow: auto;
}

.info h2 {
	height: 45px;
	background: url(../img/subh_bg.jpg) no-repeat;
	font-size: 26px;
	padding: 5px 0 0 35px;
	color: #fff;
	margin-bottom: 5px;
}

.info p {
	line-height: 2;
	margin-bottom: 0;
}

/*******menu*******/
.menu {
	background: #fff;
	margin-bottom: 30px;
	padding: 5px 5px 10px 5px;
}

.menu h2 {
	height: 34px;/*下層の丸の見出し*/
	background: url(../img/menu_circle.png) no-repeat;
	padding : 0 0 5px 40px;
	font-size: 26px;
	line-height: 1.3;
	border-bottom: 3px solid #69090B;
	margin-bottom: 10px;
}

/*画像パターン*/

.box,.box2,.box3 {
	margin-top: 8px;
	overflow: auto;
}

/*画像パターン1*/
.box .photo {
	width: 100%;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 25px;
}

.box .img {
	display: table-cell;
	border: 1px solid #fff;
}

.box table {
	width: 100%;
	font-size: 14px;
}

.box th,.box td {
	padding: 7px;
}

/*画像パターン2*/
.box2 table {
	width: 53%;
	float: left;
	font-size: 14px;
}

.box2 img {
	float: right;
}

/*画像パターン3*/
.box3 table {
	width: 53%;
	float: right;
	font-size: 14px;
}

/*******access*******/
.access {
	background: #fff;
	margin-bottom: 30px;
	padding: 5px;
}

.access table {
	width: 100%;
}

.access table,th,td {
	padding: 10px;
}

/*******map*******/
.map {
	background: #fff;
	padding: 5px;
}

/*******footer*******/
footer {
	height: 50px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 13px;
	clear: both;
}

footer .pan li {
	margin-left: 13px;
	display: inline;
}

.pan li:first-child {
	margin-left: 0;
}

.copy {
	padding-top: 20px;
}