@charset "utf-8";
#sp {
	display: none;
}
#pc {
	display: inline-block;
}
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image:url(/images/bg.gif);
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	/* [disabled]padding-right: 15px; */
	padding-left: 10px;
}

h4 {
	font-size: 11px;
}


a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

h5 {
	font-size: 13px;
	line-height: 1.5em;
}

a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}


/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#000;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	color: #000000;
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
.container {
	width: 950px;
	margin: 30px auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。.container の幅を 100% に設定した場合、これは必要ありません。 */
}

.index_container {
	width: 950px;
	margin: 30px auto; 
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background-color: #6F7D94;
	background-image: url(/images/hd_bg.gif);
	height: 191px;
	text-align: center;
	width: 100%;
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {
	padding: 10px 0;
	background-color: #FFF;
	border: solid #000 3px;
}
.index_content {
	padding: 10px 0;
}
/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ フッター ~~ */
.footer {
	padding: 20px 0 0;
	background-image: url(/images/ft_bg.gif);
	height: 120px;
	width: 100%;
	text-align: center;
	position: relative;
}

#footer {
	position: absolute;
	height: 120px;
	clear: both;
	background-image: url(/images/ft_bg.gif);
	width: 100%;
	padding-bottom: 0px;
    }
 
/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;
     
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ~~ みだし ~~ */

#midasi1 {
	background-color: #8fd400;
	width: 920px;
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
	text-indent: 0.5em;
}

#midasi2 {
	background-color: #B55ABD;
	width: 920px;
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
	text-indent: 0.5em;
}

#midasi3 {
	background-color: #d83382;
	width: 920px;
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
	text-indent: 0.5em;
}

#midasi4 {
	background-color: #eac74e;
	width: 920px;
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
	text-indent: 0.5em;

}

#midasi5 {
	background-color: #FFFF00;
	width: 920px;
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
	text-indent: 0.5em;
}
#midasi6 {
	background-color: #73C1E0;
	width: 930px;
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: solid #000 2px;
	text-indent: 0.5em;
}

#midasi7 {
	background-color: #009CDE;
	width: 920px;
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
	text-indent: 0.5em;
}

.midashi_note {
	color: #FFF;
	font-size: 12px;
	margin-left: 1.5em;
}

#link {
	width: 904px;
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	padding-right: 16px;
}


/* ~~ サイト上部 ~~ */

#shop {
	width: 950px;
	background-image: url(/images/shop.gif);
	height: 230px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	position: relative;
}

#shop .tblTitle {
	font-size: 18px;
}

#shop .shopTable {
	width: 757px;
	border: solid 3px #000000;
	text-align: left;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#shop .shopTable tr:nth-child(odd) {
	background: #ffff00;
}
#shop .shopTable tr:nth-child(even) {
	background: #ffffff;
}
#shop .shopTable td:first-child {
	width: 112px;
	vertical-align: top;
}
#shop .shopTable td ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 40px;
}

#now {
	width: 950px;
	background-image: url(/images/keyV_bg.gif);
	height: 377px;
	position: relative;
	font-family:
		"ヒラギノ角ゴ Pro",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		"Meiryo",
		"游ゴシック体",
		"YuGothic",
		"Osaka",
		sans-serif;
	font-weight: bold;
}
#now a {
	font-size: 22px;
	line-height: 40px;
	text-decoration: none;
}
#now a:hover {
	text-decoration: underline;
}
#now .mainV {
	position: absolute;
	top: 26px;
	left: 16px;
}
#now .i01 a {
	position: absolute;
	width: 214px;
	height: 40px;
	top: 108px;
	left: 719px;
	display: block;
	background: #8cd600;
	text-align: center;
	/*overflow: hidden;
	text-indent: -9999px;*/

}
#now .i02 a {
	position: absolute;
	width: 214px;
	height: 39px;
	top: 212px;
	left: 719px;
	display: block;
	background: #b55abd;
	text-align: center;
	/*overflow: hidden;
	text-indent: -9999px;*/
}

#now .i03 a {
	position: absolute;
	width: 214px;
	height: 39px;
	top: 262px;
	left: 719px;
	display: block;
	background: #de3184;
	text-align: center;
	/*overflow: hidden;
	text-indent: -9999px;*/
}

#now .i4_04 a {
	position: absolute;
	width: 214px;
	height: 39px;
	top: 262px;
	left: 719px;
	display: block;
	background: #eac853;
	text-align: center;
	/*overflow: hidden;
	text-indent: -9999px;*/
}

#now .i5_04 a {
	position: absolute;
	width: 214px;
	height: 38px;
	top: 314px;
	left: 719px;
	display: block;
	background: #eac853;
	text-align: center;
	/*overflow: hidden;
	text-indent: -9999px;*/
}

#now .i05 a {
	position: absolute;
	width: 693px;
	height: 37px;
	top: 313px;
	left: 20px;
	display: block;
	background: #000;
	text-align: right;
	color: #fff;
	/*overflow: hidden;
	text-indent: -9999px;*/
}
#now .i06 a {
	position: absolute;
	width: 214px;
	height: 37px;
	top: 161px;
	left: 719px;
	display: block;
	background: #009cde;
	text-align: center;
	/*overflow: hidden;
	text-indent: -9999px;*/
}
#now02 {
	width: 950px;
	height: 377px;
	position: relative;
}
#now02 a {
	font-size: 22px;
	font-family:
		"ヒラギノ角ゴ Pro",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		"Meiryo",
		"游ゴシック体",
		"YuGothic",
		"Osaka",
		sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#now02 a:hover {
	text-decoration: underline;
}
#now02 .i05 a {
	position: absolute;
	width: 693px;
	line-height: 40px;
	top: 313px;
	left: 20px;
	display: block;
	background: #000;
	text-align: right;
	color: #fff;
}
#now02 .mainV {
	margin-top: 26px;
	margin-left: 16px;
	float: left;
}
#now02 .pcNav {
	padding-top: 26px;
}
#now02 .pcNav a {
	width: 214px;
	text-align: center;
	display: block;
}
#now02 .pcNav.nav04 a {
	height: 40px;
	line-height: 40px;
	margin-bottom: 8px;
}
#now02 .pcNav.nav05 a {
	height: 34px;
	line-height: 34px;
	margin-bottom: 5px;
}
#now02 .i01 a {
	background: #8cd600;

}
#now02 .i02 a {
	background: #b55abd;
}

#now02 .i03 a {
	background: #de3184;
}

#now02 .i04 a {
	background: #eac853;
}
#now02 .i06 a {
	background: #009cde;
}
#now02 .pcNav.nav04 .i07 a {
	height: 52px;
	font-size: 19px;
	line-height: 26px;
	background: #21CBCB;
	padding-top: 2px;
	margin-bottom: 0;
}
#now02 .pcNav.nav05 .i07 a {
	height: 49px;
	font-size: 19px;
	line-height: 24px;
	background: #21CBCB;
	padding-top: 2px;
	margin-bottom: 0;
}


/* ~~ メインコンテンツ ~~ */

.contents1{
	width: 920px;
	margin: 10px auto;
}

.contents1 .item-box4
{
	width: 141px;
	height: auto;
	padding: 10px 6px 10px 6px;
	float: left;
	height: 250px;
	text-align: center;
}

.item-img3 {
	height: 250px;
	width: 140px;
	margin: 0 auto;
}


.contents2{
	width:920px;
	margin:10px auto;
}

.img {
	width: 400px;
	margin: 10px 10px auto;
	float: left;
}

.img img {
	width: 100%;
}
.text {
	width: 470px;
	margin: 10px 10px auto;
	float: left;
	background-color: #E6E6E6;
	padding: 5px;
	font-size: 15px;
	line-height: 1.7em;
}


.nex_img {
	width: 900px;
	margin: 10px 10px auto;
	text-align: center;
}
.nex_text {
	margin: 10px auto;
	background-color: #E6E6E6;
	padding: 5px;
}

.list_text {
	width: 920px;
	margin: 10px 10px auto;
	background-color: #FFFFFF;
}


/* ~~インデックス~~ */
.index_contents{
	width: 455px;
	margin: 10px 10px auto;
	float: left;
	text-align: center;
}


/* ~~開催店舗限定特典~~ */
.tokutenName {
	color: #F08099;
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}


/* ~~ 推し商品~~ */
.contents1 .item-box4
{
	width: 210px;
	height: auto;
	padding: 10px;
	float: left;
	text-align: center;
}


/* ~~ 店舗写真~~ */
.contents2 .item-box1
{
	width: 210px;
	padding: 10px;
	float: left;
	text-align: center;
}


.contents2 .item-box2
{
	width: 133px;
	padding: 10px 10px 10px 10px;
	float: left;
	text-align: center;
}

.contents2 .item-box3
{
	width: 210px;
	padding: 0px auto;
	float: left;
	height: 300px;
	text-align: center;
	margin: 10px;
}

.item-name
{
	font-weight: bold;
	color: #C8A063;
	background-color: #000;
	font-size: 12px;
	line-height: 1.5em;
	padding: 3px;
	}

.item-spec
{
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	color: #000000;
	margin: 0px auto;
	padding-left: 0px;
	background-color: #F8F4EB;
}


.item-price {
	font-weight: bold;
	color: #000000;
	font-size: 0.9rem;
	margin: 0px auto;
}

@media only screen and (max-width: 481px) {
	.item-price {
	font-weight: bold;
	color: #000000;
	font-size: 0.7rem;
	margin: 0px auto;
}
}

.item-box4 .item-price {
	line-height: 1.3rem;
	height: 8rem;
}

.item-box1 .item-price,
.item-box2 .item-price {
	height: 2.5em;
}

.item-img {
	width: 210px;
	height: 210px;
	overflow: hidden;
	margin: 0 auto;
}

.item-img2 {
	width: 130px;
	height: 130px;
	overflow: hidden;
	margin: 0 auto;
}
.item-img3 {
	width: 210px;
	height: 210px;
	overflow: hidden;
	margin: 0 auto;
}
.item-img img,
.item-img2 img,
.item-img3 img {
	width: 100%;
	height: 100%;
}

.formA {
	text-align:center;
}


/* ~~ footer ~~ */
.copyright {
	width: 920px;
	margin: 10px auto;
}
.footer .footBnr {
	margin: 0 auto;
	width: 500px;
}
.footer .footBnr td {
	padding: 10px;
}


/* =============== ********** スマホ対応 ********** ================= */
@media screen and (max-width: 640px) {
	#pc {
		display: none;
	}
	.pcNav {
		display: none;
	}
	#sp {
		display: block;
	}
	img {
		max-width: 100%;
	}
	.header {
		background: none;
		height: auto;
	}
	.container {
		width: 98%;
		margin: 10px auto;
	}
	#shop {
		width: 100%;
		background: none;
		height: auto;
		position: static;
		margin-bottom: 10px;
	}
	#shop .shopTable {
		width: 100%;
		position: static;
	}
	#shop .shopTable td.area {
		display: none;
	}
	#shop .shopTable td ul li {
		margin-right: 20px;
		line-height: 1.8em;
	}
	#now,
	#now02 {
		width: 100%;
		background: none;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		/*margin-bottom: 10px;*/
	}
	#now .mainV,
	#now02 .mainV {
		position: static;
		float: none;
		padding: 0;
		margin: 0;
	}
	#now .i05 a,
	#now02 .i05 a {
		width: 98.6%;
		height: auto;
		top: auto;
		left: 0.5%;
		bottom: 2%;
		font-size: 14px;
		line-height: 1.2em;
	}
	.spNav {
		text-align: center;
		margin-bottom: 10px;
	}
	.spNav a {
		font-size: 16px;
		font-family:
			"ヒラギノ角ゴ Pro",
			"Hiragino Kaku Gothic Pro",
			"メイリオ",
			"Meiryo",
			"游ゴシック体",
			"YuGothic",
			"Osaka",
			sans-serif;
		font-weight: bold;
		line-height: 1.8em;
		text-decoration: none;
	}
	.spNav .spNav01 {
		width: 100%;
		background: #8cd600;
	}
	.spNav .spNav06 {
		width: 50%;
		background: #009cde;
		float: left;
	}
	.spNav .spNav02 {
		width: 50%;
		background: #b55abd;
		float: left;
	}
	.spNav .spNav03 {
		width: 50%;
		background: #de3184;
		float: left;
	}
	.spNav .spNav04 {
		width: 50%;
		background: #eac853;
		float: left;
	}
	.spNav .spNav07 {
		width: 100%;
		background: #21CBCB;
	}
	#midasi1,
	#midasi7,
	#midasi2,
	#midasi3,
	#midasi4 {
		width: 96%;
		padding: 1%;
		margin: 0 auto;
		text-indent: 0;
	}
	.midashi_note {
		display: block;
		margin-left: 0;
	}
	#link {
		width: 75%;
		font-size: 14px;
		text-align: center;
		line-height: 1.7em;
		padding-right: 0;
	}
	#link a {
		display: inline-block;
	}
	.contents1,
	.contents2 {
		width: 98%;
		margin: 10px auto;
	}
	.img {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.text {
		width: 96%;
		margin: 5px auto 0;
		float: none;
		padding: 5px;
		font-size: 15px;
		line-height: 1.7em;
		padding: 0 2% 1px;
	}
	.tokuten p,
	.tokuten h4 {
		padding-left: 0;
	}
	.contents1 .item-box4 {
		width: 48%;
		height: auto;
		padding: 0 1%;
	}
	.item-img3 {
		width: 100%;
		height: auto;
	}
	.contents2 .item-box1 {
		width: 48%;
		padding: 0 1%;
		margin-bottom: 10px;
	}
	.item-img {
		width: 100%;
		height: 135px;
	}
	.item-img img,
	.item-img2 img,
	.item-img3 img {
		width: 100%;
		height: auto;
	}
	.contents2 .item-box2 {
		width: auto;
		padding: 5px 20px 5px 1%;
	}
	.item-box2 .item-img2 {
		display: none;
	}
	.nex_img {
		width: 100%;
		margin: 10px auto;
		text-align: center;
	}
	.copyright {
		width: 98%;
		font-size: 12px;
		margin: 10px auto;
	}
	.footer .footBnr {
		margin: 0 auto;
		width: 100%;
	}
}
/*
     FILE ARCHIVED ON 23:41:07 Sep 29, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:22:50 Jul 19, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 903.44
  exclusion.robots: 0.085
  exclusion.robots.policy: 0.075
  cdx.remote: 0.056
  esindex: 0.008
  LoadShardBlock: 76.899 (3)
  PetaboxLoader3.datanode: 106.167 (5)
  load_resource: 616.769 (2)
  PetaboxLoader3.resolve: 531.928 (2)
*/