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

body {
	padding: 0;
	background: url(../images/bg.png);
}
header {
	overflow: hidden;
	width:100%;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	z-index: 10;
}
header h1{
	margin-top: .2em;
}
header .headCopy{
	background: #222;
	color: #fff;
}
header .headCopy strong{
	padding: .1em;
	font-weight: normal;
}
.innerHeader {
	width: 960px;
	margin: 0 auto;
}
#top h1 {
	width: 40%;
}
header h1 span {
	font-size:0.4em;
	font-weight:normal;
}
header h1 a:visited {
	color: #333;
}
header h1 a:link {
	color: #333;
}
i {
	font-size:1.3em;
	color:inherit
}

.infoTel{
	display: block;
	font-size: 300%;
	padding: 0;
	margin: 0;
	padding-right: .5em;
	font-weight: bold;
}
.openingDay {
    font-weight: bold;
    margin-bottom: 0px;
    padding: 4px 0;
    width: 320px;
}
.openingDay dt {
	background: #fff;
	color: #222;
	float: left;
	font-size: 230%;
	height: 85px;
	line-height: 33px;
	margin-right: 0.5em;
	padding-top: 10px;
	text-align: center;
	width: 85px;
	overflow: hidden;
}
.openingDay dd {
    color: #fff;
    line-height: 1.5;
}
.openingDay dd strong {
    display: block;
    font-size: 160%;
    margin-top: -5px;
    font-weight: 900;
    letter-spacing: .1em;
}
.openingDay dd p {
	font-size: 90%;
    margin-top: -3px;
}
.openingDay + p {
    color: #3a68ae;
    font-size: 85%;
    text-align: right;
}

@media(min-width: 1800px){
    .container{
        width: 1400px;
	}
}

/*===grobal navigation===*/
.kingGnav {
	margin: 0;
	padding:0;
	background: #222;
}
.kingGnav ul {
	margin: 0 auto;
	padding: 0;
}
nav ul {
	overflow: hidden;
	margin: 0;
	height: 50px;
	list-style: none;
	font-size: 110%;
	font-weight: bold;
}
nav ul li {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 20%;
	border-left: 1px solid #789;
	text-align: center;
}
nav ul li:last-child {
	border-right: 1px solid #789;
}
nav ul li a {
	display: block;
	height: inherit;
	line-height: inherit;
	width: 100%;
	color: #fff;
	background: #222;
	transition: .3s;
}
nav > ul li a:hover {
	text-decoration: none;
	background: #555;
	color: #fff;
}
nav > ul li a span {
	background: no-repeat center left;
}
nav > ul li a span i{
	margin-right: 1.5em;
}
nav > ul li.top a span {}
nav > ul li.menu a span {}
nav > ul li.staff a span {}
nav > ul li.access a span {}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	transition: .3s;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}




/*=== eyecatch ===*/
.current {
	background-color: #3a68ae;
	color: #fff;
}
.shop_content {
	padding: 0;
}
.info {
	padding: 0.5em;
	margin-left: 0px;
}
.info h3 {
	padding: 0;
	margin-bottom: 5px;
	overflow: hidden;
}
.shop_main {
	border: #999 1px solid;
	background-color: #fff;
	overflow: hidden;
}



/*=== main ===*/
#main {
	position: relative;
}
#main .bannerContainer {
	padding-right: 0px;
	padding-left: 30px;
}
#main figure {
	margin-bottom: 10px;
}



/*=== menu ===*/
section#menu{
	position: relative;
	padding-bottom: 450px;
}

@media(max-width:768px){
	section#menu{
		padding-bottom: 250px;}
}
section#menu::after{
	position: absolute;
	content: '';
	width: 120%;
	height: 400px;
	left: -30px;
	bottom: 0;
	background: #fff url('../images/bg_01.jpg') fixed center center;
	background-size: 98%;
}
@media(max-width:768px){
	section#menu::after{
		width: 100%;
		height: 230px;
		left: 0;
		bottom: 0;
		background-attachment: scroll;
		background-size: 100%;
	}
}


.cutmenu {
	font-size: 13px;
}
.cutmenu .menuTbl {
}
.cutmenu table {
	width: 100%;
}
.cutmenu table tr {
	border-bottom: 1px dotted #ccc;
}
.cutmenu table th, .cutmenu table td {
	font-weight: normal;
	vertical-align: top;
	padding: 10px;
}
.cutmenu table th {
	width: 75%;
}
.cutmenu table td {
	font-weight: bold;
}
.brown_b th {
	font-size: 1.3em;
	font-weight: bold;
	color: #8c4040;
	text-indent: 0.6em;
	background-image: url(../images/table_bg_b.png);
	background-repeat: no-repeat;
	background-position: center left;
}
.menu_ladies {
	margin-top: 0;
}
.menu_ladies p {
	margin-top: 0;
	background: none;
}
.menu_op tr {
	vertical-align: top;
}
.t_right {
	text-align: right;
}
.dot {
	text-align: center;
	font-size: 1em;
}
.menu_op {
	margin-left: 0;
	padding-left: 0.8em;
	padding-right: 1.3em;
	line-height: 230%;
}
.menu_op table {
	background-image: url(../images/opBg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}



/*=== staff ===*/
section#staff{
	position: relative;
	margin-top: 100px;
	padding-bottom: 450px;
}
@media(max-width:768px){
	section#staff{
		margin-top: 50px;
		padding-bottom: 190px;
	}
}

section#staff::after{
	position: absolute;
	content: '';
	width: 120%;
	height: 430px;
	left: -30px;
	bottom: 10px;
	background: #fff url('../images/bg_02.jpg') fixed center center;
	background-size: 90%;
}
@media(max-width:768px){
    section#staff::before{
		width: 100%;
		height: 200px;
		left: 0;
		bottom: 0;
		background-attachment: scroll;
		background-size: 100%;
    }
}


.staff_wrap {
	position:relative;
}
.staff_info {
	font-size:16px;
	margin-top: 0;
	background: none;
}
.staff_content {
	position: relative;
}
.staff_content img{
	padding: 20px;
	background: #222 url('../images/staff_bg.jpg') no-repeat 0 0;
}
.staff_content p {
	padding: 10px;
	line-height: 150%;
}
.staff_content figcaption {
	background-color: #111;
	color: #fff;
	padding: .5em 1em;
	overflow: hidden;
}
.staff_content figcaption .staffName {
	display: block;
	overflow:hidden;
	font-size: 18px;
	font-weight: bold;
}
.staff_content figcaption .phonetic {
	display: block;
	float:left;
}
.staff_content figcaption .bloodType {
	display: block;
	float:right;
}
.staff_content .hobby dt{
	background: #222;
	padding: .5em 1em;
	color: #fff;
	font-weight: normal;
}
.staff_content .hobby dt span{
	background: #fff;
	color: #3a68ae;
	padding: .1em .5em;
	border-radius: 5px;
	margin-right: 1em;
	font-weight: bold;
}
.staff_content .hobby dd{
	position: relative;
	padding: 1em;
	min-height: 5em;
	background: #e8e0d8;
	border-bottom:5px double #222;
}



/*=== access ===*/
section#access{
	margin-top: 100px;
}
@media(max-width:768px){
	section#access{
		margin-top: 50px;
	}
}

.access_wrap table.shop_access {
	line-height: 250%;
}
.access_wrap table.shop_access th, .access_wrap table.shop_access td {
	font-weight: normal;
	vertical-align: top;
	padding: 2px;
}
.access_imags {
	position: relative;
	text-align: left;
	padding: 10px;
}
.access_imags .accessImgInf {
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 10px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	position: absolute;
	width: 97.2%;
}
.access_wrap h4 {
	background: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #159acc;
}
.access_wrap h4 img {
	margin-right: 1em;
}
.access_imags table {
	text-align: left;
}
.access_imags table {
	line-height: 250%;
	font-size: 1em;
}
.googlemap {
	width: 260px;
	height: 32px;
	background-color: #009;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	border-top: 3px #FFF solid;
	border-radius: 0.5em;
	position: relative;
	margin: 0.5em auto;
}
.googlemap a {
	display: block;
	width: 100%;
	height: 2em;
	line-height: 2em;
	color: #fff;
	background-color: #833;
	border-radius: 5px;
 	transition: .3s;
}
.googlemap a:hover {
	background-color: #383;
	text-decoration: none;
	border-radius: 5px;
}


/*=== footer ===*/
footer {
	position: relative;
	overflow: hidden;
	background-color: #222;
	text-align: center;
	border: none;
	color: #cce;
}
footer > p {
	margin: 0;
}

footer figure {
	position: relative;
	float: right;
	width: 70%;
	opacity: .1;
	transform: rotate(-5deg);
}


/* 20180215　-> 以下電話番号掲載用のCSS　次回更新時削除
footer .footerTel{
}
footer .footerTel{
	list-style: none;
}
footer .footerTel b{
	font-size: 280%;
}
footer .footerTel b i{
	padding-right: .5em;
}
footer a{
	display: block;
	color: #fff;
	width: 30em;
	border: 1px solid #fff;
	padding: .5em;
	margin: 1em auto;
}
footer a:hover{
	text-decoration: none;
	color: #cce;
}
footer a ul{
	margin: 0;
	padding: 0;
}*/

footer .copyright {
	position: relative;
	width: 100%;
	background-color: #111;
	line-height: 230%;
	margin-top: 2em;
	z-index: 10;
}
footer strong {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
}
#king .news_content {
	border: 1px solid #CCC;
}

#king .news_content ul li {
	display: block;
	#display: inline;
	border-bottom: #CCC dashed 1px;
	background-image: url(../../images/news_icon_all.png);
	background-repeat: no-repeat;
	#background-position:left center;
	#text-indent: 4.9em;
	line-height:20px;

}

#king .main_under h3 {
	background: none;
	padding: 0;
	overflow: hidden;
}

]