/* CSS Document */
/* CSS Document */

@import url(common.css);
/*----swiperを使用する場合------------------------------------------------*/

    .swiper-container {
        width: 100%;
		min-height: 300px;
		z-index:0;
		overflow:hidden;
		position: absolute;
		top: 0;
		left: 0;
    }
    .swiper-slide {
        text-align: center;
        background: #fff;
		position: relative;
        
        /* Center slide text vertically 
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;*/
    }

.img1 {	background:url(../img/top/1.jpg) no-repeat left;background-size:cover;}
.img2 {	background:url(../img/top/2.jpg) no-repeat left;background-size:cover;}
.img3 { background:url(../img/top/3.jpg) no-repeat left;background-size:cover;}
.img4 { background:url(../img/top/4.jpg) no-repeat left;background-size:cover;}


.swiper-slide .box {
	position: absolute;
	right: 5%;
	bottom: 70px;
	width:490px;
	height:500px;
	text-align:left;
}

.swiper-slide .box img.sake {
	margin: 20px 0 0 10px;
}

.swiper-slide .box img.bnr {
		-webkit-box-shadow: 0px 0px 3px #333;
		-moz-box-shadow: 0px 0px 3px #333;
		box-shadow: 0px 0px 3px #333;	
		margin: 0;
}

.swiper-slide .box h2 a {
	font-size: 0.8em;
	line-height: 100%;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}

.swiper-slide .box p {
	font-size: 0.85em;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

@media screen and (max-width: 640px) {
	

    .swiper-container {
        width: 100%;
		z-index:0;
		overflow:hidden; 
		max-height: 250px;
    }
    .swiper-slide {
        text-align: center;
        background: #fff;
    }

.img1 {	background:url(../img/top/1.jpg) no-repeat left;background-size:cover; background-position: right;}
.img2 {	background:url(../img/top/2.jpg) no-repeat left;background-size:cover; background-position: right;}
.img3 { background:url(../img/top/3.jpg) no-repeat left;background-size:cover; background-position: right;}
.img4 { background:url(../img/top/4.jpg) no-repeat left;background-size:cover; background-position: right;}

.swiper-slide .box {
	position: absolute;
	right: 5%;
	bottom: 135px;
	width:45%;
	max-width: 175px;
	height:80px;
	text-align:left;
}

.swiper-slide .box img {
	max-width: 100%;
	height: auto;
}

.swiper-slide .box img.sake {
	margin: 5px 0 0 0;
	width: 30%;
	height: auto;
}

.swiper-slide .box img.bnr {
		margin: 0;
		width: 65%;
		height: auto;
}

.swiper-slide .box h2 a {
	font-size: 0.5em;
	line-height: 100%;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}

.swiper-slide .box p {
	font-size: 0.5em;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 100%;
}
}


/*-----------------------------------------------------------*/

#headwrap {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

#header {
	width: 200px;
	height: 670px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 10%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px #666;
	-moz-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
	z-index: 100;
	text-align: center;
}

	#header h1 {
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		margin: 0 10px 10px 10px;
		padding: 5px 0;

	}
	
	#header h1 a {text-decoration: none;}
 
/*-----------smp-------------------------------*/
@media screen and (max-width: 640px) {
	
#headwrap {
	position: static;
}

#header {
	width: 50px;
	height: auto;
	position: absolute;
	top: 0;
	left: 5%;
	background-color: #ffffff;
}

#header img {
width: auto;
height: 140px;
}

	#header h1 {
		width: 150px;
		position: absolute;
		left: 60px;
		top:8px;
		margin: 0 0 0 5%;
		background-color: transparent;
		text-align: left;
		white-space: nowrap;
	} 
}



/*-------------------------お知らせ-------------------------------------------*/

#info {
width: 1000px;
margin: 0 auto;
padding: 30px 0;
}

	#info .infol {
		width: 66px;
		float: left;
		padding: 30px 30px 0 0;
	}
	
	#info h1 {
		width: 66px;
		height: 15px;
		text-indent: 110%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../img/top/st1.png) no-repeat;
	}
	
	#info .infoc {
		width: 640px;
		float: left;
		padding: 0 0 0 30px;
		border-left: 1px solid #B20000;
	}

	#info dl {
		padding:0;
		margin:0 auto;
		text-align:left;
	}

	#info dt {
		float:left;  
		width:100px;  
		padding:5px 0 5px 0;  
		clear:both;
		font-weight: bold;
	}

	#info dd {  
		margin-left:100px;  
		padding:5px 0 5px 5px;  
	}
	
	#info .infor {
		width: auto;
		float: right;
	}

/*-----------smp-------------------------------*/
@media screen and (max-width: 640px) {

#info {
width: 100%;
margin: 0 auto;
padding: 30px 0;
}

	#info .infol {
		width: 90%;
		float: none;
		margin: 0 auto;
		padding: 0px 0 20px 0;
	}
		
	#info .infoc {
		width: 90%;
		margin: 0 auto;
		float: none;
		padding: 0;
		border-left:none;
		border-top: 1px solid #DD9494;
	}

	#info dl {
		padding:0;
		margin:0 auto;
		text-align:left;
	}

	#info dt {
		font-weight: normal;
	}
	
	#info .infor {
		width: 90%;
		float: none;
		padding: 20px 0 0 0;
		margin: 0 auto;
		text-align: right;
	}


}



/*-------------------bnr-----------------------------------------------*/

#bnr {
	width: 100%;
	margin: 0 auto;
	max-width: 1500px;
	white-space: nowrap;
}



#bnr figure {
width: 33.333%;
height: auto;
max-height: 411px;
overflow: hidden;
display: block;
float: left;
margin: 0;
padding: 0;
}

	#bnr figure img {
		width: 100%;
		margin: 0;
		padding: 0;
		height: auto;
	}
	
figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
	

/*-----------smp-------------------------------*/
@media screen and (max-width: 640px) {
	
#bnr {
	width: 100%;
	margin: 0 auto;
	max-width: 640px;
	white-space: nowrap;
}

#bnr figure {
width: 100%;
height: auto;
max-height: none;
float: none;
margin: 0;
padding: 0;
}
}


/*-----------------------morito---------------------------------------*/

#morito {
	width: 870px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
	clear: both;
}

	#morito h1 {
	width: 140px;
	height: 179px;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/top/morito.png) no-repeat;
	margin: 0 auto 30px auto;
	}
	
	#moritol {
		width: 382px;
		float: left;
	}
	
	#moritor {
		width: 420px;
		float: right;
	}
	
		#moritor p {
			font-family:"Hannari","Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
			font-size: 1.1em;
			margin: 0;
			padding: 0;
			line-height: 220%;
		}


/*-----------smp-------------------------------*/
@media screen and (max-width: 640px) {
	
#morito {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 60px 0;
}

	#morito h1 {
	width: 80px;
	height: 120px;
	background-size: contain;
	margin: 0 auto 10px auto;
	}
	
	#moritol {
		width: 100%;
		max-width: 382px;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
	#moritor {
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	
		#moritor p {
			font-size: 0.9em;
		}
}



/*--------------------レシピ----------------------------------------------*/

#recipe {
	width: 100%;
	margin: 0 auto;
	clear: both;
}

.recipel {
	width: 50%;
	float: left;
}

.reciper {
	width: 50%;
	float: left;
}


	#rl {
	width: 100%;
	background: url(../img/top/r1.jpg) no-repeat left;
	background-size: cover;
	float: left;
	}
	
	#rlin {
		width: 290px;
		float: right;
		padding: 140px 40px 100px 0;
	}
	
		#rlin p {
			color: #ffffff;
			font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
			font-size: 1.1em;
			text-align: right;
			line-height: 220%;
		}
		
	#rr {
	width: 100%;
	background: url(../img/top/r2.jpg) no-repeat left;
	background-size: cover;
	float: right;
	}
	
	#rrin {
		width: 290px;
		float: left;
		padding: 140px 0 100px 40px;
	}
		#rrin p {
			font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
			font-size: 1.1em;
			text-align: left;
			line-height: 220%;
		}
		
		#recipe a img {}
		#recipe a img:hover {background-color: #000000}
		
	
		#recipe a img:hover {
		-webkit-transition: 0.5s ease-in-out;
		   -moz-transition: 0.5s ease-in-out;
			 -o-transition: 0.5s ease-in-out;
				transition: 0.5s ease-in-out;
				}

	
	#recipe h2 {
		width: 100%;
		height: 57px;
		text-indent: 110%;
		white-space: nowrap;
		overflow: hidden;
		margin: 0 0 20px 0;
	}
	
	#recipe h2 a {display: block;}
	
		#recipe h2#rst1 {background: url(../img/top/rst1.png) no-repeat; background-position: right;}
		#recipe h2#rst2 {background: url(../img/top/rst2.png) no-repeat; background-position: left;}
	


/*-----------smp-------------------------------*/
@media screen and (max-width: 640px) {
	
#recipe {
	width: 100%;
}

.recipel,
.reciper {
	width: 100%;
	float: none;
}

	#rl,
	#rr {
	width: 100%;
	background-size: auto 400px;
	background-position: center top;
	float: none;
	clear: both;
	}
	
	#rlin,
	#rrin {
		width: 90%;
		float: none;
		padding: 30px 5% 30px 5%;
	}
	
	#rlin img,
	#rrin img {
		width: 170px;
		height: auto;
	} 
	
		#rlin p {
			font-size: 1em;
			line-height: 190%;
		}
		

		#rrin p {
			font-size: 1em;
			line-height: 190%;
		}
		
		#recipe a img {}
		#recipe a img:hover {background-color: #000000}
		
	
		#recipe a img {
		-webkit-transition: 0.5s ease-in-out;
		   -moz-transition: 0.5s ease-in-out;
			 -o-transition: 0.5s ease-in-out;
				transition: 0.5s ease-in-out;
				}

	
	#recipe h2 {
		width: 100%;
		height: 50px;
		margin: 0 0 20px 0;
	}
		
		#recipe h2#rst1,
		#recipe h2#rst2 {background-size: contain;}
}


	.recipel .box,
	.reciper .box {
		width: 25%;
		float: left;
		height: 140px;
		overflow: hidden;
	}
	
	.recipel .box a,
	.reciper .box a {
		width: 100%;
		height: 140px;
		display: block;
		text-indent: 110%;
		white-space: nowrap;
		overflow: hidden;
		font-size: 0.9em;
	}
	
	.recipel .box a:hover,
	.reciper .box a:hover {
		background: url(../img/top/bl.png) no-repeat;
		text-indent: 0;
		white-space: pre-wrap;
		color: #ffffff;
		text-align: center;
		padding: 10px 0 0 0;
		box-sizing: border-box;
		text-decoration: none;
		-webkit-animation:dly 0.5s;
		-o-animation:dly 0.5s;
		-ms-animation:dly 0.5s;
		-moz-animation:dly 0.5s;
	}
	

 				

	@-webkit-keyframes dly {
	0%	{opacity:0; filter: alpha(opacity=50);}
	100% {opacity:1.0; filter: alpha(opacity=100);}
	}
	@-o-keyframes dly {
	0%	{opacity:0; filter: alpha(opacity=50);}
	100% {opacity:1.0; filter: alpha(opacity=100);}
	}
	@-ms-keyframes dly {
	0%	{opacity:0; filter: alpha(opacity=50);}
	100% {opacity:1.0; filter: alpha(opacity=100);}
	}
	@-moz-keyframes dly {
	0%	{opacity:0; filter: alpha(opacity=50);}
	100% {opacity:1.0; filter: alpha(opacity=100);}
	}
	

/*-----------smp-------------------------------*/
@media screen and (max-width: 640px) {
	

}








/*------トップ用ナビ------------------------------*/

/**　グローバルメニュー　*/

#gmenu {
	width:176px;
	height:308px;
	padding:0;
	clear:both;
	margin:0 auto;
}

#gmenu ul {
	width:176px;
	height:308px;
	margin:0;
	background:url(../img/top/gmenub.png) no-repeat center top;
}

#gmenu li {float:left;}

#gmenu li a {
background:url(../img/top/gmenu.png);
width: 176px;
height:44px;
outline:none;
text-decoration:none;
display:block;
text-indent:-9999px;
}


#gmenu .li1 a {background-position:0 0;}
#gmenu .li2 a {background-position:0 -44px;}
#gmenu .li3 a {background-position:0 -88px;}
#gmenu .li4 a {background-position:0 -132px;}
#gmenu .li5 a {background-position:0 -176px;}
#gmenu .li6 a {background-position:0 -220px;}
#gmenu .li7 a {background-position:0 -264px;}

#gmenu .li1 a:hover,
#gmenu .li2 a:hover,
#gmenu .li3 a:hover,
#gmenu .li4 a:hover,
#gmenu .li5 a:hover,
#gmenu .li6 a:hover,
#gmenu .li7 a:hover {
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}


	#gmenu li a {
	-webkit-transition: 0.5s ease-in-out;
	   -moz-transition: 0.5s ease-in-out;
		 -o-transition: 0.5s ease-in-out;
			transition: 0.5s ease-in-out;
			}





/**　共通------------------------------navi.cssにコピー　*/

#fmenu {
		width: 924px;
		float: right;
		padding: 16px 0 0 0;
}

#fmenu ul {
	width:924px;
	height:38px;
	margin:0;
}

#fmenu li {float:left;}

#fmenu li a {
background:url(../img/top/fmenu.png) no-repeat center top;
height:37px;
outline:none;
text-decoration:none;
display:block;
text-indent:-9999px;
}



#fmenu .li1 a {background-position:0 0; width:95px; border-bottom: 1px dotted #ffffff;}
#fmenu .li2 a {background-position:-95px 0; width:140px; border-bottom: 1px dotted #ffffff;}
#fmenu .li3 a {background-position:-235px 0; width:131px; border-bottom: 1px dotted #ffffff;}
#fmenu .li4 a {background-position:-366px 0; width:94px; border-bottom: 1px dotted #ffffff;}
#fmenu .li5 a {background-position:-460px 0; width:121px; border-bottom: 1px dotted #ffffff;}
#fmenu .li6 a {background-position:-581px 0; width:183px; border-bottom: 1px dotted #ffffff;}
#fmenu .li7 a {background-position:-764px 0; width:160px; border-bottom: 1px dotted #ffffff;}


#fmenu .li1 a:hover {background-position:0 0; width:95px; border-color: #333333;}
#fmenu .li2 a:hover {background-position:-95px 0; width:140px; border-color: #333333;}
#fmenu .li3 a:hover {background-position:-235px 0; width:131px; border-color: #333333;}
#fmenu .li4 a:hover {background-position:-366px 0; width:94px; border-color: #333333;}
#fmenu .li5 a:hover {background-position:-460px 0; width:121px; border-color: #333333;}
#fmenu .li6 a:hover {background-position:-581px 0; width:183px; border-color: #333333;}
#fmenu .li7 a:hover {background-position:-764px 0; width:160px; border-color: #333333;}


#fmenu .li1s a {background-position:0 0; width:95px; border-bottom: 1px dotted #BB0003;}
#fmenu .li2s a {background-position:-95px 0; width:140px; border-bottom: 1px dotted #BB0003;}
#fmenu .li3s a {background-position:-235px 0; width:131px; border-bottom: 1px dotted #BB0003;}
#fmenu .li4s a {background-position:-366px 0; width:94px; border-bottom: 1px dotted #BB0003;}
#fmenu .li5s a {background-position:-460px 0; width:121px; border-bottom: 1px dotted #BB0003;}
#fmenu .li6s a {background-position:-581px 0; width:183px; border-bottom: 1px dotted #BB0003;}
#fmenu .li7s a {background-position:-764px 0; width:160px; border-bottom: 1px dotted #BB0003;}

	#fmenu li a {
	-webkit-transition: 0.5s ease-in-out;
	   -moz-transition: 0.5s ease-in-out;
		 -o-transition: 0.5s ease-in-out;
			transition: 0.5s ease-in-out;
			}




/*------------------smp-----------------------*/
@media screen and (max-width: 640px) {

#fmenu {
	width:100%;
	height:auto;
	padding:20px 0;
	float:none;
}

#fmenu ul {
	width:100%;
	height:auto;
	margin:0;
	background: none;
}

#fmenu li {float:none; width: 90%; margin: 0 auto;}

#fmenu li a {
background:none;
height:auto;
outline:none;
text-decoration:none;
display:block;
text-indent:0;
font-size:1.1em;
padding:10px 15px;
box-sizing:border-box;
line-height:100%;
text-align: left;
}


#fmenu .li1 a ,
#fmenu .li2 a ,
#fmenu .li3 a ,
#fmenu .li4 a ,
#fmenu .li5 a ,
#fmenu .li6 a ,
#fmenu .li7 a ,
#fmenu .li8 a ,
#fmenu .li9 a {width:100%;border-bottom:1px solid #d6d6d6;}

#fmenu .li1 a:hover ,
#fmenu .li2 a:hover ,
#fmenu .li3 a:hover ,
#fmenu .li4 a:hover ,
#fmenu .li5 a:hover ,
#fmenu .li6 a:hover ,
#fmenu .li7 a:hover ,
#fmenu .li8 a:hover ,
#fmenu .li9 a:hover {width:100%; }

#fmenu .li1s a ,
#fmenu .li2s a,
#fmenu .li3s a,
#fmenu .li4s a,
#fmenu .li5s a,
#fmenu .li6s a,
#fmenu .li7s a,
#fmenu .li8s a,
#fmenu .li9s a {width:100%; background-color: #f6f6f6;}

}


