@charset "UTF-8";

/* ボディ */
body
{
	margin: 0 ;				/* スペース */
	padding: 0 ;			/* 余白 */
	font-size: 15px ;		/* 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
	background:#000000;
}

/* タブレットに適用するCSS */
@media screen and ( max-width:479px )
{
	/* ボディ */
	body
	{
		font-size: 13px ;	/* 文字サイズ */
	}
}

@media screen and ( max-width:767px )
{
	/* ボディ */
	body
	{
		font-size: 13px ;	/* 文字サイズ */
	}
}



/* ヘッダー */
.header
{
	border-bottom: 3px solid #888 ;		/* 枠線 */
	text-align: center ;				/* テキスト、画像の真ん中寄せ */
	padding: 1em 0 ;					/* 上下の余白 */
	margin-bottom: 2em ;				/* 他のブロックとのスペース */
	background: #000000 ;				/* 背景色(確認用) */
}

/* ロゴ画像を囲む[h1] */
.logo-wrapper
{
	margin: 0 ;			/* スペース */
	padding: 0 ;		/* 余白 */
	line-height: 1 ;	/* 行の高さ */
}

/* ロゴ画像 */
.logo
{
	width: 206px ;		/* 横幅 */
	height: auto ;		/* 高さ */
}


/* スマホだけに適用するCSS */
@media screen and ( max-width:479px )
{
	/* ロゴ画像 */
	.logo
	{
		width: 150px ;		/* 横幅 */
	}
}

/* タブレットだけに適用するCSS */
@media screen and (max-width: 767px)
{
	/* ロゴ画像 */
	.logo
	{
		width: 150px ;		/* 横幅 */
	}
}


.main
{
	width: 100% ;
}

.main img
{
vertical-align: bottom;
}

#shop{
	width:100%;
}
.box{
	width:1000px;
	margin:0 auto;
}

#review{
	width:100%;
	background-color:#FFF9e9;	
}

#main-nabe{
	width:100%;
	padding-bottom:30px;
}
#gyouza{
	width:100%;
	padding-bottom:30px;
	padding-top:30px;
}

#new
{
	width:100%;
	background-color:#FFF;
	margin-bottom:30px;
	padding-bottom:30px;
}



/* スマホだけに適用するCSS */
@media screen and ( max-width:479px )
{
#shop{
		height:auto;
	}
#shop .box{
		width: 100% ;		/* 横幅 */
	}
#review{
		height:auto;
	}
#review .box{
		width: 100% ;		/* 横幅 */
	}
#main-nabe{
		height:auto;
	}
#main-nabe .box{
		width: 100% ;		/* 横幅 */
	}
#gyouza{
		height:auto;
	}
#gyouza .box{
		width: 100% ;		/* 横幅 */
	}
}




/* フッター */
.footer
{
	border-top: 3px solid #888 ;		/* 枠線 */
	text-align: center ;				/* テキスト、画像の真ん中寄せ */
	margin-top: 2em ;					/* 他のブロックとのスペース */
	padding: 1em 0 ;					/* 上下の余白 */
	background: #000000 ;
	color:#FFF;
}

#footer-nav{
	width:1000px;
	margin:0 auto;
	height:20px;
	margin-top:20px;
}

.footer ul{
    padding: 0;
    margin: 0;
}
.footer li{
    display: inline-block;
    list-style-type:none;
    box-sizing: border-box;
	margin-left:15px;
	margin-right:15px;
}

.footer li a{
    color:#ffffff;
}

.footer li a:hover{
    color:color:#999999;
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.wrapper
{
	width:100%;
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:479px )
{
	.wrapper
	{
		width: auto ;
		padding: 0 10px ;		/* 左右の余白 */
	}
#footer-nav{
	width: auto ;
}
}

/* タブレットだけに適用するCSS */
@media screen and ( max-width:767px )
{
	.wrapper
	{
		width: auto ;
		padding: 0 10px ;		/* 左右の余白 */
	}
#footer-nav{
	width: auto ;
}

}


/* 動画 */
#youtube{
	width:100%;
	height:480px;
	background-position:center;
	background-color:#000;
	margin-bottom:30px;
	
}

#youtube-play{
	width:854px;
	height:480px;
	margin:0 auto;	
	
}

#youtube-play iframe{
	width:854px;
	height:480px;
	margin:0 auto;	

	
}

/* スマホだけに適用するCSS */
@media screen and ( max-width:479px )
{
#youtube{
	width:100%;
	height:240px;
	background-position:center;
	background-color:#000;
	
}

#youtube-play{
	width:100%;
	margin:0 auto;	
	
}


#youtube-play iframe{
	width:100%;
	height:240px;
}
}

/* タブレットだけに適用するCSS */
@media screen and ( max-width:767px )
{
#youtube{
	width:100%;
	height:360px;
	background-position:center;
	background-color:#000;
	
}

#youtube-play{
	width:100%;
	margin:0 auto;	
	
}


#youtube-play iframe{
	width:100%;
	height:360px;
}

}

.list ul{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  margin: 0;
  padding: 0;
  }
.list ul li{
    float: left;
    width: 48%;
    margin-bottom: 2%;
list-style-type: none;
}
.list ul li:nth-child(3n-1){
    margin: 0 2%;
}
.list ul li img{
    width: 100%;
}