@charset "utf-8";

/* kv
----------------------------------------------------------- */

#kvWrap {
    background: url(../../img/restaurant/pic_main.jpg) no-repeat 50% 0;
    background-size: cover;
}

#menuCon h3.exTxt {
    font-size: 260%;
    text-align: center;
    padding: 30px 0 100px 0;
}

#kvWrap_breakfast {
    background: url(../../img/restaurant/breakfast/pic_main.jpg) no-repeat 50% 0;
    background-size: cover;
}

/* restWrap
----------------------------------------------------------- */

#restWrap {
	padding-bottom: 60px;
}
#resrCon {
	padding: 60px 0;
}

#resrCon .left {
	width: 485px;
	float: left;
}
#resrCon .right {
	width: 470px;
    float: right;
    padding-left: 22px;
    border-left: 1px solid #E0E0E0;
}

#resrCon .left .ttl02 {
	margin-bottom: 5px;
}
#resrCon .shopTtl {
	border: 1px solid #00ade8;
    padding: 10px 0;
    color: #00ade8;
    text-align: center;
    margin-bottom: 25px;
    font-size: 180%;
    font-weight: bold;
}
#resrCon .restName {
	font-size: 180%;
	font-weight: bold;
	padding-left: 40px;
	margin-bottom: 15px;
	background: url(../../img/common/listhead10.png) no-repeat 0 50%;
}
#restInfo img {
	width: 100%;
	height: auto;
}
#restInfo table {
	font-size: 120%;
}
#restInfo table th {
	width: 90px;
}
#restInfo table th span {
	color: #00ade8;
	font-weight: bold;
}

#resrCon .right ul li {
	display: table;
	margin-bottom: 20px;
}
#resrCon .right ul li a:hover {
	text-decoration: none;
}
#resrCon .right .shopImg {
	display: table-cell;
	width: 200px;
	padding-right: 10px;
}
#resrCon .right .shopImg img {
	width: 100%;
	height: auto;
}
#resrCon .right .txtBox {
	display: table-cell;
	vertical-align: top;
}
#resrCon .right .txtBox h4 {
	font-size: 160%;
    font-weight: bold;
    padding-bottom: 3px;
    margin-bottom: 8px;
    border-bottom: 1px solid #E0E0E0;
}
#resrCon .right .txtBox h4 span {
	font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: #00ade8;
    padding: 3px 5px;
    text-align: center;
    margin-left: 20px;
}

/*
.leadWrap > .wrapper {
	position: relative;
}
*/

/*
.leadWrap #subImg {
	width: 518px;
	height: 366px;
	position: absolute;
	top: -90px;
	right: 30px;
}
*/

/*
.leadWrap .lead {
	width: 600px;
	margin-bottom: 0;
}
*/




/*
#resrCon h3 {
	font-size: 260%;
	font-weight: bold;
	padding-left: 40px;
	margin-bottom: 40px;
	background: url(../../img/common/listhead10.png) no-repeat 0 50%;
}
*/



/*
#restInfo .left {
	width: 660px;
	float: left;
}

#restInfo .right {
	width: 310px;
	float: right;
}
*/

/*
#restInfo .right h4 {
	font-size: 170%;
	font-weight: bold;
	color: #00ade8;
	margin-bottom: 10px;
	line-height: 1.4;
}

#restInfo .right .restTxt {
	font-size: 120%;
	padding-bottom: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d3d3d3;
}
*/



/* pointList---------- */

/*
.pointList li {
	width: 220px;
	float: left;
	margin-right: 40px;
}

.pointList li:last-child {
	margin-right: 0;
}

.pointList li .left {
	margin-bottom: 10px;
}

.pointList li .right .pointTtl {
	font-size: 120%;
	font-weight: bold;
	color: #00ade8;
	border: 1px solid #00ade8;
	padding: 8px 0;
	margin-bottom: 15px;
	text-align: center;
	box-sizing: border-box;
}
*/

/* menuCon
------------------------------------ */

#menuCon {
	padding: 60px 0;
	background: #efefed;
}

#tabWrap {
	padding-top: 30px;
}

#tabWrap .tabBox {
	margin-bottom: 40px;
}

#tabWrap .tabCon .tabBox:last-child {
	margin-bottom: 0;
}

#tabWrap .tabBox .inner {
	margin-bottom: 20px;
}

#tabWrap .tabBox .left {
	width: 340px;
	float: left;
}

#tabWrap .tabBox .right {
	width: 620px;
	float: right;
}

#tabWrap .tabBox .right h3 {
	margin-bottom: 15px;
	font-size: 170%;
	color: #00ade8;
}

#tabWrap .tabBox .right .txt {
	margin-bottom: 20px;
}
#tabWrap .tabBox .right .txt img {
	max-width: 100%;
	height: auto;
}
#tabWrap .tabBox .right .txt p {
	margin-bottom: 15px;
}
#tabWrap .tabBox .right .txt ol,
#tabWrap .tabBox .right .txt ul {
	margin-bottom: 15px;
	padding-left: 20px;
}
#tabWrap .tabBox .right .txt ul li {
	list-style: disc;
}
#tabWrap .tabBox .right .txt ol li {
	list-style: decimal;
}

#tabWrap .tabBox .right .infoBox {
	margin-bottom: 20px;
}

#tabWrap .tabBox .right .infoBox dl {
	width: 290px;
	float: left;
	margin-right: 40px;
	padding: 15px 0;
	box-sizing: border-box;
	border-top: 1px dotted #d3d3d3;
	border-bottom: 1px dotted #d3d3d3;
}
#tabWrap .tabBox .right .infoBox dl:last-child {
	margin-right: 0;
}
#tabWrap .tabBox .right .infoBox.noFloat dl {
	width: 100%;
	margin-right: 0;
	float: none;
}

#tabWrap .tabBox .right .infoBox dl dt {
	display: inline-block;
	padding-right: 20px;
	color: #00ade8;
	font-size: 120%;
	font-weight: bold;
}

#tabWrap .tabBox .right .infoBox dl dd {
	display: inline-block;
	font-size: 120%;
}

#tabWrap .tabBox .right .btn02 {
	width: 305px;
	float: left;
	margin-right: 10px;
}
#tabWrap .tabBox .right .btn03 {
	width: 305px;
	float: left;
}


#tabWrap .tabBox .menuTgl {
	font-size: 120%;
	border: 4px solid #d3d3d3;
	background: #fff;
}

#tabWrap .tabBox .menuTgl dt {
	padding: 15px;
	box-sizing: border-box;
	cursor: pointer;
	background: url(../../img/common/listhead11_dw.png) no-repeat 95% 50%;
}

#tabWrap .tabBox .menuTgl dt.collapse-open {
	border-bottom: 1px dotted #d3d3d3;
	background: url(../../img/common/listhead11_up.png) no-repeat 95% 50%;
}

#tabWrap .tabBox .menuTgl dd > div {
	padding: 15px;
}

#tabWrap .tabBox .menuTgl dd > div p {
	margin-bottom: 15px;
}
#tabWrap .tabBox .menuTgl dd > div ol,
#tabWrap .tabBox .menuTgl dd > div ul {
	margin-bottom: 15px;
	padding-left: 20px;
}
#tabWrap .tabBox .menuTgl dd > div ul li {
	list-style: disc;
}
#tabWrap .tabBox .menuTgl dd > div ol li {
	list-style: decimal;
}


/* bnrInfo ----------- */

#bnrInfo {
	padding-top: 50px;
}

/* chefBox ----------- */

#resrCon .left .ttl02 {
	margin-bottom: 10px;
}
.chefBox {
	display: table;
	margin-bottom: 15px;
}
.chefBox .chefImg {
	display: table-cell;
	width: 250px;
	height: auto;
	padding-right: 20px;
}
.chefBox .chefImg img {
	width: 100%;
	height: auto;
}
.chefBox .txt {
	display: table-cell;
	vertical-align: top;
	font-size: 120%;
}

/* menuCon ver2
----------------------------------------------------------- */

#menuCon.ver2 ul {
	margin-bottom: 15px;
}
#menuCon.ver2 ul li {
	width: 320px;
	height: auto;
	float: left;
	margin-right: 20px;
}
#menuCon.ver2 ul li:last-child {
	margin-right: 0;
}
#menuCon.ver2 ul li img {
	width: 100%;
	height: auto;
}







/* parking --------- */

#parkingWrap {
	padding: 60px 0;
	background: #efefed;
}

#parkingWrap .left {
	width: 620px;
	float: left;
}

#parkingWrap .right {
	width: 320px;
	float: right;
}

#parkingWrap .left .txt {
	font-size: 120%;
	padding-bottom: 10px;
}

#parkingWrap .tblTxt span {
	font-weight: bold;
	color: #00ade8;
}


#telBox {
	max-width: 1000px;
	text-align: center;
	margin: 25px auto 60px;
}

#telBox h3 {
	color: #00ade8;
	border: 1px solid #00ade8;
}

#telBox p {
	color: #00ade8;
}


.attTxt {
	font-size: 120%;
	margin-top: 15px;
}

.Listparking{
	padding-bottom: 8px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #d3d3d3;*/
}
.Listparking li{
	width: 310px;
}


.ListBusstop{
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.ListBusstop ul{
	display: flex;
}
.ListBusstop li{
	width: 310px;
	margin-right:10px
}

.Busstop{
	margin-top: 15px;
	padding-top:35px;
	border-top: 1px solid #d3d3d3;
}
























