@charset "utf-8";
/* CSS Document */


#main{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:30px;
	width:100%;
	max-width:1280px;
	margin:auto;
}

h1,h2,h3,h4,p{
	margin-top:0;
	margin-bottom:0;
}

/* # メイン画像部分
----------------------- */

.first{
	width:100%;
    position: relative;
}
.first:before {
    content:"";
    display: block;
    padding-top: 60%;
}

.first .mr-okuda{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
.first .title{
	position:absolute;
	top:50px;
	left:0;
	right:0;
	z-index:100;
}
.first .red{
	background-color:rgba(230,0,18,0.6);
	display:inline-block;
	padding:20px;
	border-radius:10px;
	color:#fff;
}
.first .red h1{
	margin-top:10px;
	line-height:1.5em;
}

.first .chef{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	padding:20px 0;
}

.first .chef .clearfix h2{
	float:left;
	width:17%;
	background-color:#fff;
	color:#000;
	text-align:center;
	line-height:80px;
}

.first .chef .clearfix h3,
.first .chef .clearfix p{
	float:right;
	width:80%;
	text-align:left;
}

.first .chef .clearfix h3{
	font-size:1.5em;
	line-height:40px;
}

.first .chef hr{
	border:0;
	border-bottom:#FFF dashed 1px;
	width:1024px;
	margin:20px auto;
}

@media screen and ( max-width:1024px) {
.first:before {
	display:none;
}

.first .mr-okuda,
.first .chef{
	position:static;
}
.first .chef{
	background-color:rgba(0,0,0,0.9);
}

}

@media screen and (min-width:0px) and ( max-width:750px) {
.first .title{
	position:static;
	width:100%;
}
.first .red{
	background-color:rgba(230,0,18,1.0);
	border-radius:0;
	font-size:0.8em;
	width:100%;
}

.first .chef .clearfix h2{
	float:none;
	width:100%;
	line-height:2em;
	margin-bottom:10px;
}

.first .chef .clearfix h3,
.first .chef .clearfix p{
	float:none;
	width:100%;
}

.first .chef hr{
	width:90%;
}

}



/* # パスタ背景
----------------------- */

.bg-pasta{
	background-image:url(bg-pasta.jpg);
	background-size:cover;
	width:100%;
	padding:50px 0;
	padding-bottom:0;
	background-position:50% 20%;
	background-attachment:fixed;
}


/* # パスタ画像
----------------------- */

.pasta-img img{
	display:block;
	float:left;
	margin-right:122px;
	width:260px;
	height:auto;
}
.pasta-img img:last-child{
	margin-right:0;
}

@media screen and ( max-width:1024px) {
.pasta-img img{
	width:33.3333%;
	margin:0;
}
}

@media screen and (min-width:0px) and ( max-width:750px) {
}



/* # 詳細情報
----------------------- */

.info,
.pgm{
	margin-top:5%;
}

.info > div,
.pgm{
	background-color:rgba(255,255,255,0.7); 
	box-sizing:border-box; 
	border:#ff9600 solid 1px;
}

.info > div h3,
.pgm h3{
	text-align:center;
	background-color:#ff9600;
	color:#fff;
}

.info > div{
	text-align:center;
}

.info > div.day{
	width:45%;
	float:left;
}
.info > div.place{
	width:50%;
	float:right;
}

.info > div p{
	height:60px;
	margin:10px 0;
}

.info > div.day p{
	line-height:60px;
	font-size:18px;
}

@media screen and ( max-width:1024px) {
.info > div.day{
	width:100%;
	float:none;
}
.info > div.place{
	width:100%;
	float:none;
	margin-top:5%;
}

.info > div p,
.info > div.day p{
	height:auto;
	margin:10px 0;
	line-height:normal;
}


}

@media screen and (min-width:0px) and ( max-width:750px) {
}



/* # 詳細情報 プログラム
----------------------- */

.pgm{
	padding-bottom:10px;
}

.pgm > div{
	border-left:3px dotted #ff9600;
	padding:10px 0;
	margin-left:5%;
}
.pgm > div p{
	position:relative;
	line-height:40px;
	margin-bottom:20px;
	left:-22px;
}

.pgm > div p:last-child{
	margin-bottom:0;
}

.pgm > div p span{
	font-weight:bold;
}

.pgm > div p span.no{
	display:inline-block;
	color:#fff;
	width:40px;
	height:40px;
	text-align:center;
	background-color:#ff9600;
	border-radius:50px;
	margin-right:1em;
	font-size:16px;
	font-weight:bold;
}
.pgm > div p span.time{
	font-size:18px;
	color:#ff9600;
	margin-right:1em;
}
.pgm > p{
	margin-left:3%;
}




/* # シェフ挨拶
----------------------- */

.greet{
	position:relative;
	min-height:290px;
	width:100%;
	box-sizing:border-box;
    border: 1px solid #dddddd;
    background-color: #fbfcf8;
}

.greet img{
	position:absolute;
	top:-30px;
	left:-5px;
}

.greet p{
    line-height: 36px;
    background: url(bg-note.png) bottom;
	position:absolute;
	padding:0 10px;
	left:270px;
	right:40px;
	top:50%;
	
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
}

@media screen and ( max-width:1024px) {
.greet{
}

.greet p{
	position:static;
	margin:20px;
	margin-left:270px;
	
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
	transform: translate(0%,0%);
}
}

@media screen and (min-width:0px) and ( max-width:750px) {
.greet img{
	width:200px;
	height:auto;
	position:static;
}
.greet p{
	margin:20px;
}
}



/* # 受講を希望されるお客様へ
----------------------- */

.customer{
	background-color:rgba(0,0,0,0.8); 
	color:#fff; 
	padding:20px;
	
	margin-top:5%;
}

.customer ul,
.customer li{
	margin:0;
	padding:0;
}
.customer li{
	margin-left:2em;
	margin-top:10px;
}


/* # 奥田政行オーナーシェフ　プロフィール
----------------------- */

.bg-white{
	background-image:url(bg-white.jpg);
	padding:50px 0;
	background-size:cover;
}
.prof p{
	padding-left:1.5em;
	position:relative;
	margin-top:10px;
}
.prof p:before{
	content:"―";
	position:absolute;
	left:0;
	color:#999;
}



/* # 最後
----------------------- */

p.last{
	background-color:#ff9600;
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:3em;
	margin-bottom:-50px;
}
@media screen and ( max-width:1024px) {

}

@media screen and (min-width:0px) and ( max-width:750px) {
p.last{
	font-size:16px;
}
}

