/* CSS Document */

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	text-shadow:
  0 0  5px #000,
  0 0  5px #000,
  0 0  5px #000,
  0 0 18px #fff;}
  

.tabmenu{
position: relative;
width: 900px;
height: 1500px;
padding: 0;
font-size: 0;
}

.tabmenu div.main{
position: absolute;
top: 34px;
left: 0;
display: block;
margin: 0;
padding: 0;
-webkit-border-radius:6px;
border-radius: 6px;
}
.tabmenu input[type="radio"]{
display: none;
}
.tabmenu input[type="radio"] + em{
position: relative;
z-index: 100;
display: inline-block;
margin: 0 4px 0 0;
padding: 4px 0 0;
min-width: 400px;
-webkit-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
background: #ddd;
color: #000;
text-align: center;
font-size: 14px;
font-style: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
line-height: 30px;
cursor: pointer;
}
.tabmenu input[type="radio"]:checked + em{
background: #910031;
color: #fff;
}
.tabmenu input[type="radio"]:checked + em::after {
position: absolute;
left: 50%;
display: block;
margin-left: -9px;
border: 9px solid transparent;
border-top: 9px solid #910031;
content: "";
}
.tabmenu input[type="radio"] + em ~ div.main{
display: none;
}
.tabmenu input[type="radio"]:checked + em ~ div.main{
display: block;
}

#main1 {
	width:900px;
	margin: 0;
	padding: 0;
	background: #ccc url(../img/2025hanabi/bg01.jpg) ;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#main2 {
	width: 900px;
	margin: 0;
	padding: 0;
	background: url(../img/2025hanabi/bg.jpg) bottom;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#inner {
	margin: 10px 30px 50px;
	padding: 0 0;
	width: 860px;
	text-align: left;
	font-size: 15px;
	overflow: hidden;
	color: #333;
}

h2.title {
	color: #fff;
	font-size: 68px;
	line-height: 72px;
	margin: 30px 20px;
}

.year {
	float: left;
	margin-left: 20px;
}

.small {
	font-size: 80%;
}

.top_msg {
	padding: 0px;
	margin: 10px 40px 20px;
	width: 780px;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
}

#menu{
	margin: 0;
	padding: 0;
}

#menu h3 {
	color: #fff;
	font-size: 30px;
}
.lunch_menu{
	position: absolute;
	top: 0;
	right: 300px;
}

.dinner_menu{
	position: absolute;
	top: 0;
	left: 10px;
}


#lunch {
	position: relative;
	margin: 10px 0;
	height: 550px;
}

#lunch .photo {
	position: absolute;
	top: 40px;
	left: 10px;
}

#lunch .list {
	position: absolute;
	top: 70px;
	right: 50px;
	z-index: 10;
	margin: 0;
	padding: 0;
}

#dinner {
	position: relative;
	margin: 10px 0;
	height: 450px;
}

#dinner .photo {
	position: absolute;
	top: 0;
	left: 0;
}

#dinner .list {
	position: absolute;
	top: 70px;
	left: 10px;
	z-index: 10;
	margin: 0;
	padding: 0;
}

#dinner .memo {
	position: absolute;
	width: 410px;
	font-size: 22px;
	color: #fff;
	top: 70px;
	left: 10px;
	z-index: 10;
	margin: 0;
	padding: 0;
}


#menu ul {
	list-style: none;
	margin: 0;
	font-size: 16px;
}

.menu_li {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom: 15px;
}

.menu_li .jp{
	font-size: 23px;
}


.photo {
		width: 432px;
		height: 359px;
		margin: 0;
		padding: 0;
		border: 1px solid #ccc;
		background: #fff;
		position: relative;
}
.photo a{
	border-style: none;
}

.photo img {
	border: 1px solid #ccc;
	width: 410px;
	height: 307px;
	margin: 10px;
	background: #fff;
}


.photo p {
	font-weight: bold;
	font-size: 1.2em;
	position: absolute;
	bottom: 10px;
	left: 1px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
}

.price {
	line-height: 1.6;
	width: 650px;
	color: #000;
	font-size: 20px;
	font-weight: 900;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 50px auto 30px;
	padding: 10px 0;
	text-align: center;
	background: rgba(255,255,255,0.7);
	border: solid 1px #999;
	text-shadow:  0 0  3px #fff, 0 0  3px #fff, 0 0  3px #fff, 0 0 18px #333;
}

.leftbox {
	margin: 20px 0 50px;
}

.left {
	float: left;
	width: 50%;
}

.right {
	float: right;
	width: 50%;
}

.center {
	text-align: center;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}