/*===========================
header
===========================*/



header {
	width: 100%;
	z-index: 0;
	position: relative;
	height: 120px;
}
header #logo {
	text-align: center;
	padding:13px 0 0 0;
}
header #logo img {
}


/*===========================
nav
===========================*/


.main-nav {
}


@media only screen and (max-width: 768px) {
#sp-nav {
	width: 100%;
	border-bottom: none;
	border-top: 1px solid #EEE;
}
}


/*===========================
content
===========================*/



h1, h2, h3, h4, h5, h6 {
	color: #222;
	letter-spacing: 1px;
	font-weight: normal;
}
.content h1 {
	font-size: 2em;
	font-family:"Times New Roman", Times, serif;
	line-height: 1.4em;
	border-bottom:1px solid #7c1313;
	width:180px;
	min-width:180px;
	max-width:400px;
	margin:0 auto;
	margin-bottom:1em;
}
.content h2 {
	color:#7c1313;
	font-size: 1.25em;
	margin: .75em 0
}
.content h3 {
	font-size: 1.17em;
	margin: .83em 0
}
.content h5 {
	font-size: .83em;
	margin: 1.5em 0
}
.content h6 {
	font-size: .75em;
	margin: 1.67em 0
}

@media only screen and (max-width: 768px) {
	.content h1 {
	font-size: 1.8em;
}

}


.bgTitle {
	z-index: 0;
	position: relative;
	height: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	/* 表示画像の高さ ÷ 表示画像の幅 × 100 */
	padding-top: 31.2%;
	margin-top:-61px;
}

.profile .bgTitle {
	background-image:url(../img/profile/bg_title.jpg);
}
.lunch .bgTitle {
	background-image:url(../img/lunch/bg_title.jpg);
}
.dinner .bgTitle {
	background-image:url(../img/dinner/bg_title.jpg);
}
.access .bgTitle {
	background-image:url(../img/access/bg_title.jpg);
}
.contact .bgTitle {
	background-image:url(../img/contact/bg_title.jpg);
}

.pageTitle {
		text-align: center;
		position: relative;
	margin-top: -13%;
	z-index:1;
	font-size:2.6em;
	font-weight:normal;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
}

.dark {
	color:#5c0f11;
}

 @media only screen and (max-width: 768px) {
	 .bgTitle {
	margin-top:0;
}

.pageTitle {
	margin-top: -16%;
}

 }

.content {
	margin-top: 13%;
	z-index:2;
}

section {
	padding:2em 0;
}

section p {
	margin-bottom:1em;
}

.content1,
.content2 {
	text-align:center;
}

.content2 {
	background-color:#f4f2eb;
}

.content3,
.content4 {
	width:46%;
	padding:0 2% 0 2%;
}



.content3 h1,
.content4 h1 {
	text-align:center;
}

.content3 {
	float:left;
}

.content4 {
	float:right;
}



@media only screen and (max-width: 768px) {

.content3,
.content4 {
	width:100%;
	padding:0 0 0 0;
}

.content3 {
	float:none;
}

.content4 {
	float:none;
}

}

ul.defaultlist {
	margin-bottom:2em;
}

    .defaultlist
    ,.defaultlist li{
    	padding:0px;
    	margin:0px;
    }
     
    .defaultlist li{
    	list-style-type:none !important;
    	list-style-image:none !important;
    	margin: 5px 0px 5px 0px !important;
    }
     
    .list5 li{
    	position:relative;
    	padding-left:20px;
    }
    .list5 li:before{
    	content:''; 
    	height:0px; 
    	width: 100%;
    	display:block; 
    	position:absolute; 
    	top:18px; 
    	left:0px; 
    	border-bottom: 1px dashed #CCC;
				padding:0 0 5px 0;
    }
    .list5 li:after{
    	content:'';
    	display:block; 
    	position:absolute; 
    	background:#5c0f11;
    	width:5px;
    	height:5px; 
    	top:7px; 
    	left:5px; 
    	border-radius: 5px;
    }




/* table */


/* 背景画像の上に使うtable */

table.table1 {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px;
}
table.table1 tr {
}
table.table1 th {
	padding: 7px;
	border-bottom: 1px #25456d solid;
	font-weight: normal;
	text-align: left;
}
table.table1 td {
	padding: 5px;
	border-bottom: 1px #25456d solid;
	font-weight: normal;
}
/* 普通のtable */

table.table2 {
	width: 100%;
	border-top: 1px #c9d4dc solid;
	border-left: 1px #c9d4dc solid;
	color: #25456d;
}
table.table2 th {
	padding: 6px 3px 6px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight: bold;
	background-color: #dbe4ea;
	letter-spacing: 0;
}
table.table2 td {
	padding: 4px 3px 4px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight: normal;
	background-color: #FFFFFF;
	letter-spacing: 0;
}
/* アクセス */


#map_canvas {
	width:100%;
	margin:0 auto;
	padding:0;
	margin-bottom:50px;
}
#map_area .inner {
	width:1000px;
	margin:0 auto;
	height:0;
	position:relative;
	top:-500px;
	z-index:500;
}
#map_area .map_data {
	padding:15px 20px 15px 20px;
	background-color:#FFF;
	position:absolute;
	top:70px;
	left:0;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#map_area .map_data h3 {
	background-color:inherit;
	padding:0;
	margin-bottom:1em;
}

#map_area .map_data h4 {
	background:#4cb8ef;
	padding:6px 30px;
	color:#fff;
	text-align:center;
	margin-bottom:12px;
	font-size:1.2em;
}

#map_area .map_data .address {
	margin-bottom:1em;
}
