/* CSS Document */ 
body {
	font: 0.75em/1.3em "游明朝","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	margin: 0px;
}
#page {
	margin: 0px auto;
	padding: 0px 20px 0 20px;
	width: 960px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav {
	background-color: rgba(190,60,68,0.5);
	width: 100%;
	position: fixed;
	z-index: 100;
}
nav {
	width: 960px;
	margin: 0 auto;
}
nav ul {
	overflow: hidden;
}
nav a {
	float: left;
	height: 80px;
	width: 160px;
	text-indent: -9999px;
	display: block;
}
.nav1 a {
	background: url(../images/nav01.png) no-repeat left top;
}
.nav1 a:hover {
	background: url(../images/nav01.png) no-repeat left bottom;
}
.nav2 a {
	background: url(../images/nav02.png) no-repeat left top;
}
.nav2 a:hover {
	background: url(../images/nav02.png) no-repeat left bottom;
}
.nav3 a {
	background: url(../images/nav03.png) no-repeat left top;
}
.nav3 a:hover {
	background: url(../images/nav03.png) no-repeat left bottom;
}
.nav4 a {
	background: url(../images/nav04.png) no-repeat left top;
}
.nav4 a:hover {
	background: url(../images/nav04.png) no-repeat left bottom;
}
.nav5 a {
	background: url(../images/nav05.png) no-repeat left top;
}
.nav5 a:hover {
	background: url(../images/nav05.png) no-repeat left bottom;
}
.nav6 a {
	background: url(../images/nav06.png) no-repeat left top;
}
.nav6 a:hover {
	background: url(../images/nav06.png) no-repeat left bottom;
}
nav a:hover {
	opacity: 0.5;
}
h1 {
	background: url(../images/plan_header430.png) no-repeat;
	text-indent: -9999px;
	height: 430px;
	margin: 0 auto;
}
h2 {
	font-size: 36px;
	color: #BE3C44;
	text-align: center;
	margin: 100px auto 50px auto;
}
#cooking {
	overflow: hidden;
	width: 960px;
}

.report,.cooking {
	overflow: hidden;
	width: 960px;
	margin: 0 0 50px 0;
}

/*#cooking2 {
	margin: 20px 0 0 0;
}*/
.photos {
	float: left;
}
.upgroup, .bottomgroup {
	width: 480px;
	overflow: hidden;
}
.photo {
	float: left;
	margin: 0 0 10px 10px;
}
.photo {
	width:			230px;
	height:			230px;
	overflow:		hidden;
	position:		relative;
}

.photo .caption {
	font-size:		150%;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	color:			#fff;
	padding-top:		60px;
	padding-left:		10px;
}

.photo:hover .mask {
	-webkit-transform:	scale(1);	/* 大きさを１にして表示する */
	transform:		scale(1);
}
.photo .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	background-color:	rgba(190,60,68,0.4);
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
	-webkit-transform:	scale(0);	/* 大きさを０にして表示しない */
	transform:		scale(0);
}

.textred {
	float: left;
	width: 390px;
	margin: 0 10px 10px 80px;
	background: url(../images/plan_background_red.png) no-repeat center center;
}
.textgreen {
	float: left;
	width: 390px;
	margin: 0 10px 10px 80px;
	background: url(../images/plan_background_green.png) no-repeat center center;
}
.textred p, .textgreen p {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-align: center;
}
h3  {
	font-size: 24px;
	color: #000;
	text-align: center;
	margin: 100px auto 50px auto;
}

.about  {
	font-size: 22px;
	color: #000;
	text-align: center;
	line-height: normal;
	font-weight: bold;
	margin: 30px auto 50px auto;
}
.theme  {
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: normal;
	font-weight: bold;
	margin: 10px auto 10px auto;
}

.mailto {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	margin: 100px auto 50px auto;
}
.mailto a {
	text-decoration: none;
	color: #BE3C44;
}

p a {
	text-decoration: none;
	color: #BE3C44;
}
p span {
	color:#BE3C44;
}


#othersplan {
	overflow: hidden;
}
.othersplan01 {
	float: left;
}
.othersplan02 {
	float: left;
	margin: auto auto auto 400px;
}
footer {
	padding: 10px;
	margin: 100px auto;
	background-color: rgba(190,60,68,0.8);
	overflow: hidden;
}
footer span {
	color: #ffffff;
	font-size: 14px;
	float: left;
}
#sns {
	overflow: hidden;
	float: right;
}
.sns {
	float: left;
	margin: 10px 10px 0 0;
}
#hamburger {
	display: none;
}

@media screen and (max-width:400px) {
#page, main, #cooking, #cooking2, #othersplan {
	width: 100%;
	padding: 0;
}
#nav {
	width: 0;
}
nav li a{
	float: none;
}
nav {
	position: fixed;
	left: -160px;
	top: 0px;
	z-index: 2;
	margin: 0;
	width: 160px;
	height: 480px;
	transition-duration: 0.5s;
}
nav a:hover {
	opacity: 1;
}
h1 {
	background:url(../images/plan_header_sumaho.png) no-repeat center center;
	width: 100%;
}
h2 {
	font-size: 30px;	
	}
.about {
	font-size: 18px;
	margin: auto 20px 60px 20px;
	}
.photos {
	float: none;
}
.photo {
	float: none;
	width: 230px;
	height: auto;
	margin: 10px auto auto 74px;
}
.textred, .textgreen {
	float: none;
	height: auto;
	margin: 0; 
	background: none;
}
.othersplan01 {
    float: none;
	margin: auto auto 30px 30px;
}
.othersplan02 {
	float: none;
	margin: auto auto auto 30px;
}
#hamburger {
	display: block;
	width: 111px;
	height: 50px;
	position: fixed;
	left: 10px;
	top:  10px;
	z-index: 5;
}
iframe {
	display: none;
}
}




