@charset "UTF-8";

#topImgArea {
	background: url(images/bg_top.jpg) no-repeat center center;
	-moz-background-size: cover;
	background-size: cover;
}
#footerImgArea {
	background: url(images/bg_footer_new.jpg) no-repeat center center;
	-moz-background-size: cover;
	background-size: cover;
}
h2 {
	background: url(images/ttl_menu.svg) no-repeat center;
}
h3 {
	margin-bottom: 20px;
	text-align: left;
}
h4 {
	margin-bottom: 13px;
}
#main {
	overflow: hidden;
}
.thumb {
	margin: 0 -20px 0 0;
	width: 980px;
}
.thumb dl {
	float: left;
	margin: 0 20px 40px 0;
	text-align: center;
	font-size: 116%;
}
.thumb dt {
	margin-bottom: 18px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.thumb dt:hover {  
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.osoba {
	padding-top: 50px;
	background: url(../images/line.png) repeat-x right top;	
}
table {
	margin-bottom: 35px;
	width: 464px;
	border-top: 1px solid #666666;
}
th, td {
	padding: 8px 1px 7px 0;
	border-bottom: 1px solid #666666;
	vertical-align: middle;
}
table.osoba1 colgroup:nth-of-type(1), table.osoba2 colgroup:nth-of-type(1) {
	width: 330px;
}
table.osoba1 th, table.osoba1 td, table.detail {
	border: none;
}
table.osoba1, table.osoba2 {
	margin: 0;
}
table.osoba1 colgroup:nth-of-type(2),
table.osoba2 colgroup:nth-of-type(2) {
	width: 70px;
}
table.detail colgroup:nth-of-type(2) {
	width: 150px;
}
td {
	text-align: right;
}
table.osobaSet {
	width: 960px;
}
table.osobaSet colgroup:nth-of-type(1) {
	width: 270px;
}
table.osobaSet colgroup:nth-of-type(2) {
	width: 610px;
}
table.osobaSet td.set {
	text-align: left;
}
#genteiMenu {
	margin-bottom: 20px;
	background: url(images/hashi.jpg) no-repeat center right #fff;
	background-size: 156px 70px;
}
#genteiMenu a {
	display: block;
	padding: 25px 0;
	width: 956px;
	border: solid 2px #8b7d44;
	background: url(images/gentei_banner_bw.svg) no-repeat 46% center;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
ul.menuPdf, ul.menuPdf2 {
	margin-bottom: 50px;
	padding-bottom: 45px;
	background: url(../images/line.png) repeat-x bottom right;	
}
ul.menuPdf li a {
	display: block;
	margin: 0 auto;
	padding: 13px 15px 9px;
	width: 520px;
	border: solid 1px #8b7d44;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 116%;
}
ul.menuPdf2 {
	margin-right: -12px;
	width: 972px;
}
ul.menuPdf2 li a {
	float: left;
	display: block;
	margin-right: 12px;
	padding: 15px 10px 14px;
	width: 290px;
	border: solid 1px #8b7d44;
	background: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 116%;
}
ul.menuPdf li a:before {
	content: "";
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 12px;
	width: 32px;
	height: 32px;
	background: url(images/icon_tsuru.png) no-repeat;
	background-size: 32px 32px;
	vertical-align: middle;
	
}

/*ご宴会用コース料理*/
section.enkai {
	overflow: hidden;
	padding-bottom: 35px;
	background: url(../images/line.png) repeat-x bottom right;	
}
#course {
	float: left;
	width: 460px;
}
#course table {
	margin-bottom: 15px;
}
#inquiry {
	float: right;
	margin-bottom: 20px;
	padding: 23px 22px 20px;
	width: 414px;
	border: solid 3px #444444;
}
ul.yoyaku {
	margin-bottom: 17px;
}
ul.yoyaku li {
	display: inline;
	margin-right: 15px;
}
#ttl-yoyaku {
	margin-bottom: 15px;
	width: 392px;
	height: 18px;
	background: url(images/ttl_yoyaku.svg) no-repeat;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#yoyakuTel {
	margin-left: 27px;
}
.notes, .notes2 li, .detail th, .lunchMenu th, #course li {
	padding-left: 1em;
	text-indent: -1em;
}
.notes2 {
	margin-bottom: 30px;
	text-align: center;
}

/*201610追加*/
/*
h2 {
	margin-bottom: 35px;
}
.information {
	margin-bottom: 50px;
	text-align: center;
	font-size: 108%;
}
*/
section.other {
	position: relative;
}
p.service {
	position: absolute;
	top: -8px;
	right: 0;
	width: 320px;
}

/* =====================================================================
 * mediaqueries
 * =================================================================== */
@media screen and (max-width: 960px) {
	.thumb {
		margin: 0;
		width: 100%;
	}
	.thumb dl {
		margin: 0 2.0% 4.3% 0;
		width: 18.4%;
	}
	.thumb dl:nth-child(5n) {
		margin-right: 0;
	}
	.thumb dt {
		margin-bottom: 10.2%;
	}
	.thumb dd {
		line-height: 1.5;
	}
	.osoba .menuOsoba, section.sakana, section.other {
		width: 48.3%;
	}
	table, table.osobaSet {
		width: 100%;
	}
	table colgroup:nth-of-type(2) {
		width: 70px;
	}
	table.osoba1 colgroup:nth-of-type(1), table.osoba2 colgroup:nth-of-type(1) {
		width: 71%;
	}
	table.osobaSet colgroup:nth-of-type(1) {
		width: 250px;
	}
/*
	table.osobaSet colgroup:nth-of-type(2) {
		width: 61%;
	}
*/
	table.osobaSet colgroup:nth-of-type(3) {
		width: 120px;
	}
	table.osobaSet th {
		padding-right: 20px;
	}
	table.osobaSet td br {
		display: none;
	}
	.other table colgroup:nth-of-type(2) {
		width: auto;
	}
	.other table colgroup:nth-of-type(3) {
		width: 70px;
	}
	#genteiMenu a {
		width: 100%;
		padding: 2.6% 0;
		background-position: 20% center;
		background-size: 70% auto;
	}
	/*ご宴会用コース料理*/
	#course, #inquiry {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 464px;
	}
	#course td {
		width: 100px;
	}
	.notes {
		text-align: center;
	}
	.notes2 span.br {
		display: block;
	}
	#course .notes {
		margin-bottom: 25px;
	}
	/*201610追加*/
	p.service {
		width: 250px;
	}
}
@media screen and (max-width: 840px) {
	h2 {
		padding-top: 3.5%;
		height: 0;
		background-size: 90% auto;
	}
	/*201610追加*/
	p.service {
		top: -30px;
		width: 190px;
	}
}
@media screen and (max-width: 768px) {
	h2 {
		padding-top: 0;
		height: 29px;
		background: url(images/ttl_menu2.svg) no-repeat center;
		background-size: 420px auto;
	}
	#genteiMenu {
		background-size: 16% auto;
	}
	#genteiMenu a {
		background-position: 30px center;
		background-size: 77% auto;
	}
}
@media screen and (max-width: 640px) {
	h3 img, h4 img {
		width: auto;
		height: 23px;
	}
	th {
		padding: 8px 1px 7px 5px;
	}
	td {
		padding: 8px 5px 7px 0;
	}
	.osoba .fl, .osoba .fr, section .fl, section .fr {
		float: none;
	}
	.osoba .menuOsoba, section.sakana, section.other {
		width: 100%;
	}
	#genteiMenu {
		background-size: 27% auto;
	}
	#genteiMenu a {
		padding: 5% 0;
		background: url(images/gentei_banner_bw2.svg) no-repeat 27% center;
		background-size: 55% auto;
	}
	/*ご宴会用コース料理*/
	#course td {
		width: 100px;
	}
	ul.menuPdf li a {
		width: 100%;
	}
	#course th.drink br {
		display: none;
	}
	/*201610追加*/
/*
	.information span:last-child {
		display: block;
	}
*/
	p.service {
		position: static;
		margin: -5px 0 15px;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	h2 {
		padding-top: 6%;
		height: 0;
		background-size: 90% auto;
	}
	h3.lv40 {
		margin-bottom: 30px;
	}
	h4 {
		line-height: 1;
	}
	.thumb dl {
		margin: 0 2.0% 20px 0;
		width: 32%;
	}
	.thumb dl:nth-child(5n) {
		margin: 0 2.0% 20px 0;
	}
	.thumb dl:nth-child(3n) {
		margin-right: 0;
	}
	.thumb dt {
		margin-bottom: 10px;
	}
	.osoba {
		padding-top: 35px;
	}
	table.lunchMenu br {
		display: none;
	}
	table.osobaSet tr {
		display: block;
	}
	table.osobaSet th, table.osobaSet td {
		float: none;
		display: block;
		width: 100%;
		border-bottom: none;
	}
	table.osobaSet colgroup:nth-of-type(1), table.osobaSet colgroup:nth-of-type(2), table.osobaSet colgroup:nth-of-type(3) {
		display: block;
		width: 100%;
	}
	table.osobaSet {
		display: block;
		margin-bottom: 25px;
		border-top: 1px solid #666666;	
	}
	table.osobaSet th {
		padding: 12px 5px 3px;
		font-weight: bold;
	}
	table.osobaSet br {
		display: none;
	}
	table.osobaSet td {
		padding: 0 5px;
	}
	table.osobaSet td:last-child {
		padding-bottom: 10px;
		border-bottom: 1px solid #666666;
	}
	.other table {
		margin-bottom: 25px;	
	}
	#genteiMenu {
		margin-bottom: 15px;
	}
	#genteiMenu a {
		background-position: 15% center;
		background-size: 70% auto;
	}
	ul.menuPdf, ul.menuPdf2 {
		margin-bottom: 35px;
		padding-bottom: 35px;
	}
	.menuPdf span {
		display: block;
		margin-top: 3px;
		font-size: 77%;
	}
	p.lv30, p.lv25 {
		margin-bottom: 20px;
	}
	.notes, .notes2 {
		text-align: left;
	}
	.notes2 span.br {
		display: inline;
	}
	/*ご宴会用コース料理*/
	#course, #inquiry {
		width: 100%;
	}
	#course td {
		width: 120px;
	}
	#inquiry {
		padding: 18px 17px 15px;
	}
	#inquiry dt {
		line-height: 1;
	}
	#ttl-yoyaku {
		width: 100%;
		background-size: 100% auto;
	}
	ul.yoyaku li {
		display: block;
		margin-right: 0;
		text-align: center;
	}
	#yoyakuTel {
		margin: 0 0 15px 0;
	}
	/*201610追加*/
/*
	.information {
		margin-bottom: 35px;
	}
	.information span {
		display: block;
	}
*/
}
@media screen and (max-width: 414px) {
	h4 img {
		height: auto;
	}
	#ttl-yoyaku {
		height: 40px;
		background: url(images/ttl_yoyaku2.svg) no-repeat center;
		background-size: 208px 40px;
	}
	/*ご宴会用コース料理*/
	#course th.drink br {
		display: none;
	}
}
@media screen and (max-width: 375px) {
	h2 {
		padding-top: 0;
		height: 23px;
		background-size: 337px auto;
	}
	h3 {
		margin-bottom: 15px;
	}
	h3.lv40 {
		margin-bottom: 25px;
	}
	h3 img {
		width: auto;
		height: 21px;
	}
	h4 img {
		width: 100%;
	}
	.thumb {
		margin: 0 auto;
		width: 300px;
	}
	.thumb dl {
		margin-right: 14px;
		width: 143px;
	}
	.thumb dl:nth-child(5n), .thumb dl:nth-child(3n) {
		margin-right: 14px;
	}
	.thumb dl:nth-child(2n) {
		margin-right: 0;
	}
	.osoba {
		padding-top: 30px;
	}
	#genteiMenu {
		background-position: 110% center;
	}
	#genteiMenu a {
		background-size: 77% auto;
	}
}
@media screen and (max-width: 320px) {
	.other table colgroup:nth-of-type(2) {
		width: 115px;
	}
	.other table th {
		padding-right: 10px;
	}
}