@charset "UTF-8";

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	background: url(../image/back_gwfesta_l.png) repeat top;}

.container-fluid {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.container-fluid2 {
	background-color: #fff;
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 30px;
	display: block;
	overflow: hidden;
}

.container-fluid3 {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

/* ヘッダー */

header {
	top: 0;
	width: 100%;
	background-color: #00b7de;
	display:block;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

body header div {
	width: 1000px;
	min-width: 320px;
}

.right {
	float: right;
}

span a.right {
	float: right;
}



/* 注釈 */

p.annot {
	display: inline-block;
	text-align: left;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 90%;
	margin-bottom: 60px;
	color: #595757;
	}
.container-fluid p.annot br{
		display: inline-block;
	}

p.annnot2 {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 28px;
	color: #e7007e;
	font-weight: bold;
	border: solid 2px #e7007e;
	border-radius: 7px;
}

p.annnot3 {
	display: inline-block;
	text-align: left;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 15px;
	color: #595757;
	font-weight: bold;
	margin: 0;
	
}

.annot_red {
	color: #e7007e;
}
.annot_red br {
	display: none;
}


/* ショップ一覧タイトル */
.shoplist {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #0092d9;
	color: #FFF;
	font-weight: bold;
	font-size: 200%;
}



/* ボタン */

.container-fluid .bt {
	overflow: hidden;
	position: relative;
}

.container-fluid .bt ul {
	width: 100%;
	margin: 1em 0;
	padding: 0;
	overflow: hidden;
	position: inherit;
	list-style-type: none;
}

.container-fluid .bt ul li a{
	display:block;
	float:left;
	width: 24%;
	height: 60px;
	line-height: 56px;
	margin: 0 1.1% 2% 0;
	padding: 0 0 0 1em;
	border: 2px solid #0092d9;
	box-shadow: 0px 4px 0px #ccc,
		inset 0px 0px 0px #ccc;
	color: #0092d9;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	box-sizing: border-box;
	background: url(../image/ya.png) no-repeat right 10px top 16px;
}

.container-fluid .bt ul li:nth-child(4n) a{
	margin: 0 0 1% 0;
}

.container-fluid .bt ul li:last-child a{
	margin: 0 0 1% 0;
}

.container-fluid .bt ul li a.li2 br{
	display: none;
}

.container-fluid .bt ul li a:hover{
	background: url(../image/ya.png) no-repeat right 10px top 17px #fce5f2;
	text-decoration: none;
}


/* TOPへ戻るボタン */

#pageTop {
  position: fixed;
  bottom: 0px;
  right: 20px;
}
 
#pageTop a {
	display: block;
	width: 140px;
	height: 60px;
	opacity: 1;
	background: #0092d9;
	color: #fff;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	text-indent: 0px;
	line-height: 300%;
	text-decoration: none;
}
 
#pageTop a:hover {
  text-decoration: none;
}



/* フッター */

.footer {
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #fff;
	font-size: 14px;
	background-color: #00b7de;
	display:block;
	padding-top: 10px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
}

.footer .container-fluid br {
	display: none;
}




/* 画面の横幅が940px以上 */
@media (min-width:940px){
	.container-fluid .bt ul li a.li2 br{
		display: none;
	}
	.container-fluid .bt ul li a.li2{
		line-height: 125%;
		padding: 8px 0 0 10px;
	}
	.container-fluid .bt ul li a.li2 br{
		display: inline-block;
	}
}


/* 画面の横幅が940pxまで */
@media screen and (max-width:940px){
	body header div{
		width: 95%;
	}
	.container-fluid3 {
		width: 95%;
	}
	.container-fluid .bt ul li a{
		font-size: 110%;
	}
	.container-fluid .bt ul li a.li2{
		letter-spacing: -1px;
	}
	.container-fluid .bt ul li a.li2 br{
		display: none;
	}
	.container-fluid .bt ul li a.li2{
		line-height: 140%;
		padding: 8px 0 0 10px;
	}
	.container-fluid .bt ul li a.li2 br{
		display: inline-block;
	}
	.container-fluid2 {
		padding: 0px 10px;
	}
	
	body {
		background: url(../image/back_gwfesta_m.png) repeat center 45px;
	}
	
	.container-fluid p.annot br {
	display: none;
	}
	
	#pageTop {
	position: fixed;
	bottom: 0;
	right: 2.5%;
	}
	#pageTop a {
	display: block;
	width: 130px;
	height: 50px;
	opacity: 1;
	background: #0092d9;
	color: #fff;
	text-align: center;
	font-size: 120%;
	text-indent: 0px;
	line-height: 240%;
	}
	.footer {
	font-size: 11px;
	}
}

/* 画面の横幅が768pxまで */
@media screen and (max-width:768px){
	.container-fluid .bt ul {
		margin: 0.5em 0;
	}
	.container-fluid .bt ul li a{
		width: 49%;
		height: 60px;
		margin: 0 1.8% 2% 0;
		font-size: 110%;
	}
	.container-fluid .bt ul li:nth-child(3n) a{
		margin: 0 1.8% 2% 0;
	}
	.container-fluid .bt ul li:nth-child(2n) a{
		margin: 0 0.2% 2% 0;
	}
	.container-fluid .bt ul li a.li2 br{
		display: none;
	}
	.container-fluid .bt ul li a.li2{
		line-height: 130%;
		padding: 8px 0 0 10px;
	}
	.container-fluid .bt ul li a.li2 br{
		display: inline-block;
	}
	body {
		background: url(../image/back_gwfesta_m.png) repeat center -3px;
	}
	#title_shoplist{
		padding-bottom: 10px;
	}
	.footer {
	bottom: 0;
	width: 100%;
	height: 100px;
	font-size: 11px;
	}
}

/* 画面の横幅が414pxまで */
@media screen and (max-width:414px){
	.container-fluid .bt ul {
		margin: 0;
	}
	.container-fluid .bt ul li a{
		margin: 0 1.8% 3% 0;
		font-size: 100%;
	}
	.container-fluid .bt ul li:nth-child(3n) a{
		margin: 0 1.8% 3% 0;
	}
	.container-fluid .bt ul li:nth-child(2n) a{
		margin: 0 0.2% 3% 0;
	}
	.container-fluid .bt ul li a.li2 br{
		display: none;
	}
	.container-fluid .bt ul li a.li2{
		line-height: 140%;
		padding: 9px 0 0 10px;
	}
	.container-fluid .bt ul li a.li2 br{
		display: inline-block;
	}
	body {
		background: url(../image/back_gwfesta_s.png) repeat center -8px;
	}
	#pageTop a {
	width: 130px;
	height: 45px;
	font-size: 120%;
	}
	p.annnot2 {
	margin-top: 5px;
	}
	
	.annot_red br {
	display: inline-block;
	}
	
	#BR{
		padding-bottom: 20px;
	}
	.footer{
		height: 95px;
		font-size: 10px;
	}
	.footer .container-fluid br{
		display: inline-block;
	}
}
