@charset "utf-8";

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//use.fontawesome.com/releases/v5.10.2/css/all.css);

/*
	font-family:"FontAwesome";
	font-family:"Font Awesome 5 Free";
*/


/*========================================
 Base
========================================*/
html {font-size:62.5%;}
body {font-size:1.2rem;}
a{
	color:#f00;
	text-decoration:none;
}
.None {display:none;}
.ColorPink {color:#f38eab;}
.Center {text-align:center;}


/* PC */
@media screen and (min-width: 641px) {

body {background:url("../images/bg.jpg") center center repeat;}
.spOnly {display:none;}
#contentsWrap{
	background:url("../images/contents_bg.jpg") center center repeat;
	width:1080px;
	margin:0 auto;
	border-left:8px solid #f38eab;
	border-right:8px solid #f38eab;
	/*border-right:8px solid #ffceea;
	outline:4px solid #f38eab;*/
	box-sizing:border-box;
}
#contentsWrap::before, #contentsWrap::after{
	content:"";
	display:block;
	background:url(../images/topbtm_star.png) center center no-repeat #fff;
	width:100%;
	height:30px;
	margin-bottom:12px;
	border-top:16px solid #c1a156;
	border-bottom:4px solid #c1a156;	
}
#contentsWrap::after{
	margin-bottom:0;
	border-top:4px solid #c1a156;	
	border-bottom:16px solid #c1a156;
}
header {text-align:center;}
header h1 {margin-bottom:10px;}
header #Logo {margin:-20px 0 0 23px;}
#charaImg {margin:-14px 0 20px -16px;}
#Catch {margin-bottom:40px;}
.Attention {font-size:1.5rem;}


/* 地図クリック */
#map {margin-bottom:30px;}


/* フェアスケジュール */
#region{
	background:#fff;
	width:700px;
	margin:0 auto 40px;
	padding:20px;
	font-size:2.4rem;
	text-align:center;
	border:5px solid #f38eab;
}
#region ul{
	overflow:hidden;
	margin:40px 0 0;
}
#region li{
	float:left;
	width:calc(100% / 3 - 20px);
	margin:0 10px 1em;
	list-style:none;
	box-sizing:border-box;
}
#region li a, #regionBtn a{
	display:block;
	padding:10px 0;
	color:#a7802f;
	border:2px solid #a7802f;
	border-radius:30px;
	box-sizing:border-box;
	transition:0.4s;
}
#region li a:hover, #regionBtn a:hover{
	background:#00cee0;
	color:#fff;
}
#regionBtn a{
	display:inline-block;
	padding:10px 3em;
}


/* 新着情報 */
#updateInfo{
	position:relative;
	background:#fff;
	width:980px;
	margin:0px auto 50px;
	font-size:1.5rem;
	border:4px solid #00cee0;
	box-sizing:border-box;
}
#updateInfo p:first-of-type{
	background:#00cee0;
	padding:8px;
	font-size:2rem;
	color:#fff;
	text-align:center;
	letter-spacing:0.4em;
}
#updateInfo dl{
	overflow-y:scroll;
	display:block;
	height:100px;
	padding:1rem;
	line-height:1.3;
	
}
#updateInfo dt{
	float:left;
	clear:left;
	width:110px;
	margin:0 1em 8px 0;
}
#updateInfo dt::before {content:"★ ";}
#updateInfo dd{
	float:left;
	width:810px;
	margin-bottom:8px;
}
main #updateInfo {margin-bottom:80px;}
#updateInfo dd li{
	margin:0 0 4px 1em;
	text-indent:-1em;
}
#updateInfo dd li::before{
	font-family:"Font Awesome 5 Free";
	content:"\f105";
	margin-right:2px;
	font-weight:900;
	color:#00cee0;
}


/* バナー */
#BnrWrap{
	width:980px;
	margin:0 auto 20px;
}
#covitBnr{
	margin-bottom:50px;
	text-align:center;
}
#covitBnr:hover img{
	opacity:0.7;
	transition:0.4s;
}

#BnrWrap ul{
	overflow:hidden;
	width:100%;
}
#BnrWrap li{
	float:left;
	width:calc(100% / 3 - 20px);
	margin:0 10px 20px;
	vertical-align:bottom;
	list-style:none;
	box-sizing:border-box;
}
#BnrWrap li img{
	width:100%;
	border:1px solid #000;
}
#BnrWrap li:hover img{
	opacity:0.7;
	transition:0.4s;
}


/* ブロックごと */
#contentsWrap _block{
	background:url("../images/contents_bg.jpg") center center repeat;
	width:100%;
	margin:0 auto;
	border-left:8px solid #f38eab;
	border-right:8px solid #f38eab;
	box-sizing:border-box;
}

.regionBlock, .regionBlock2{
	background:#fff;
	width:980px;
	margin:0 auto 40px;
	font-size:1.8rem;
	border:5px solid #f38eab;
	box-sizing:border-box;
}
.regionBlock2 {border:5px solid #00cee0;}
.BlockTit{
	background:#f38eab;
	margin-bottom:20px;
	padding:6px 0 8px;
	font-size:2.2rem;
	color:#fff;
	text-align:center;
	line-height:1;
}
.BlueBox .BlockTit{
    background:#00cee0;
	margin-bottom:20px;
	padding:6px 0 8px;
	font-size:2.2rem;
	color:#fff;
	text-align:center;
	line-height:1;
}
.BlockBox2 .BlockTit, .FairNamePaper2 .BlockTit {background:#00cee0;}
.BlockTit .Sale{
	margin-left:1em;
	font-size:1.8rem;
}
.fairDay{
	width:900px;
	margin:0 auto 20px;
	font-weight:bold;
	color:#f38eab;
	line-height:1.6;
	border-bottom:2px solid #f38eab;
}
.BlockBox2 .fairDay, .FairNamePaper2 .fairDay{
	color:#00cee0;
	border-bottom:2px solid #00cee0;
}
.fairDay::before {content:"★";}
.targetShop{
	display:inline-block;
	margin:0 0 10px 36px;
	padding:4px;
	color:#a7802f;
	border-left:6px solid #a7802f;
}
/*.FairNamePaper2 .targetShop{
	color:#00cee0;
	border-left:6px solid #00cee0;
}*/
.BlockBox dl, .BlockBox2 dl, .FairNamePaper2 dl{
	overflow:hidden;
	width:900px;
	margin:0 auto;
	line-height:1.5;
}
.BlockBox dt, .BlockBox2 dt, .FairNamePaper2 dt{
	float:left;
	clear:left;
	width:56px;
	margin-bottom:10px;
}
.BlockBox dd::before, .BlockBox2 dd::before, .FairNamePaper2 dd::before {content:"：";}
.BlockBox dd, .BlockBox2 dd, .FairNamePaper2 dd{
	float:left;
	width:800px;
	margin:0 0 10px 1em;
	text-indent:-1em;
}
.Onlineshop{
	width:900px;
	margin:4px auto 30px;
}
/*#onlyshop .FairNamePaper2 .targetShop {margin-bottom:0;}*/


/* 地区ごとフェア */
#contentsWrap_block_new .regionBlock, #contentsWrap_block_new .regionBlock2{
	width:960px;
	box-sizing:border-box;
}
.FairNamePaper, .FairNamePaper2{
	width:960px;
	margin:0 auto 50px;
	font-size:1.5rem;
	line-height:1.6;
}
.FairNamePaper .BlockTit, .FairNamePaper2 .BlockTit{
	margin-bottom:0;
	padding:12px 0 2px;
}
#areaHeader, .areaHeader{
	width:960px;
	margin:0 auto;
	border:10px solid #f38eab;
	box-sizing:border-box;
}
.FairNamePaper2 .areaHeader {border:5px solid #00cee0;}
#areaHeader img, .areaHeader img{
	width:100%;
	vertical-align:bottom;
}
.FairInfo{
	background:#fff;
	padding-top:1em;
	font-size:1.8rem;
	border:5px solid #f38eab;
}
.BlockBox2 .FairInfo, .FairNamePaper2 .FairInfo {border:5px solid #00cee0;}
.TargetShop{
	width:900px;
	margin:0 auto 20px;
	padding:0;
	font-size:1.8rem;
	line-height:1.8;
}
.TargetShop span{
	margin:0 0 10px;
	padding:4px;
	color:#a7802f;
	border-left:6px solid #a7802f;
}
.TargetShop dl{
	overflow:hidden;
	width:900px;
	margin:0 auto;
}
.TargetShop dt{
	float:left;
	clear:left;
	width:4em;
}
.TargetShop dd{
	float:left;
	width:810px;
	margin-left:1em;
	text-indent:-1em;
}
.TargetShop dd::before {content:"：";}
.FairDetail{
	width:900px;
	margin:0 auto 20px;
	padding:0;
}
.FairDetail p{
	width:900px;
	margin:0 auto 1em;
}
#contentsWrap_block_new .targetShop {margin:0 0 10px 24px;}


/* footer */
footer .copyright{
	padding:30px 0;
	font-size:1.3rem;
	text-align:center;
}
#pageTop a{
	position:fixed;
	right:34px;
	bottom:20px;
	width:100px;
	height:100px;
	z-index:1000;
}


/* オリジナル商品 */
h2{
	background:#f38eab;
	width:980px;
	margin:0 auto 24px;
	padding:17px 0 10px 1em;
	font-size:2rem;
	font-weight:bold;
	color:#fff;
	box-sizing:border-box;
}
h2::before{
	font-family:"Font Awesome 5 Free";
	content:"\f559";
	margin-right:14px;
}
#originalItem h2{
	padding:14px 0 14px 1em;
	font-size:2.4rem;
}

#originalItem .Btn{
	background:url(../images/btn_bg.png) center top no-repeat;
	width:900px;
	height:60px;
	margin:0 auto 80px;
	font-size:2.4rem;
	font-weight:bold;
	color:#fff;
	text-align:center;
	letter-spacing:4px;
	box-sizing:border-box;
	transition:0.4s;
}
#originalItem .Btn a::before{
	font-family:"Font Awesome 5 Free";
	content:"\f138";
	margin-right:8px;
}
#originalItem .Btn a, #originalItem .Btn a:hover{
	display:block;
	padding:19px 0 0;
	color:#fff;
}
#originalItem .Btn:hover {opacity:0.7;}


/* 企画 */
#Plan h2 {margin-bottom:0;}
.PlanWrap{
	position:relative;
	background:#fff;
	width:980px;
	margin:0 auto 40px;
	padding:2em;
	border:4px solid #f38eab;
	box-sizing:border-box;
}
.PlanTit{
	margin-bottom:12px;
	padding:6px 0 6px 8px;
	font-size:1.8rem;
	font-weight:bolc;
	color:#f38eab;
	border-left:7px solid #f38eab;
}
.PlanTxt{
	margin-bottom:1em;
	font-size:1.4rem;
	line-height:1.4;
}
.PlanTxtTit{
	display:inline-block;
	background:#f38eab;
	margin-bottom:5px;
	padding:2px 10px;
	font-size:1.5rem;
	color:#fff;
	line-height:1.4;
}
#Plan dl{
	margin:4px 0;
	font-size:1.4rem;
	line-height:1.4;
}
#Plan dt {font-weight:bold;}
#Plan dd {margin:0 0 4px 1em;}
#Plan dt span{
	display:inline-block;
	background:#00cee0;
	margin-left:1em;
	padding:0 1em;
	color:#fff;
	border-radius:20px;
}
#wpSample{
	position:absolute;
	top:114px;
	right:210px;
	margin-bottom:10px;
}
#wpSample img {border:1px solid #ccc;}


li {list-style:none;}
#originalItem{
	width:980px;
	margin:0px auto 50px;
}
#originalItem h3{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0 0 8px 10px;
	font-size:2.4rem;
	font-weight:bold;
	color:#f38eab;
}
#originalItem .BlueBox h3 {color:#00cee0;}
#originalItem h3::before {content:"★";}
#originalItem ul{
	overflow:hidden;
	width:100%;
}
#originalItem li{
	float:left;
	width:calc(100% / 3 - 20px);
	margin:0 10px 20px;
}
#originalItem img{
	width:100%;
	margin-bottom:6px;
	border:1px solid #f38eab;
	box-sizing:border-box;
}
#originalItem .BlueBox img {border:1px solid #00cee0;}
#originalItem .Detail{
	font-size:1.8rem;
	text-align:center;
}
#originalItem .Name, #originalItem li .Price {margin-bottom:6px;}
.mb40{
	width:680px;
	margin-bottom:40px;
	text-align:center;
}
#originalItem .Small {width:680px;}
#originalItem #etcItem{
	padding:1em 0 0;
	font-size:2rem;
	text-align:center;
}


#imasFairTop{
	width:900px;
	margin:20px auto;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
}
#imasFairTop a {color:#f38eab;}
#imasFairTop a:hover {color:#00cee0;}
#imasFairTop span::before{
	font-family:"Font Awesome 5 Free";
	content:"\f101";
	margin-right:4px;
	font-weight:900;
}
#imasFairTop a:hover img {opacity:0.7;}


/* 通販ボタン */
#onlineBtn{
	width:800px;
	margin:0 auto 40px;
}
#onlineBtn a{
	display:flex;
	background:#00cee0;
	padding:6px 1em;
	font-size:1.8rem;
	color:#fff;
	text-align:center;
	border:2px solid #00cee0;
	border-radius:30px;
	transition:0.9s;
}
#onlineBtn a:hover{
	background:#fff;
	color:#00cee0;
	border:2px solid #00cee0;
	transition:0.5s;
}
#originalItem h2 {margin-bottom:12px;}
.originalAttention{
	margin-bottom:40px;
	font-size:1.6rem;
	font-weight:normal;
	line-height:1.4;
}


/* 店舗写真 */
#shopPhotosWrap_block {background:url("../images/photo/bg.jpg") center top repeat;}
#shopPhotosWrap_block header {display:none;}

.shopPhotoWrap{
	overflow:hidden;
	max-width:800px;
	margin:0 auto;
	border-right:8px solid #f38eab;
	border-left:8px solid #f38eab;
    box-sizing:border-box;
}
.shopPhotoWrap:first-of-type {border-top:8px solid #f38eab;}
.shopPhotoWrap:last-of-type {border-bottom:8px solid #f38eab;}
.shopPhotoIll{
	position:fixed;
	width:49%;
	height:100%;
	padding-right:10px;
	vertical-align:bottom;
	box-sizing:border-box;
}

.charaName{
	position:fixed;
	top:0;
	background:#fff;
	width:45%;
	padding:6px 14px;
	font-size:3rem;
	color:#f38eab;
	border:8px solid #f38eab;
	border-left:none;
	box-sizing:border-box;
}
.shopPhotoImg{
	float:right;
	width:51%;
	margin:0;
	padding:0;
}
.shopName{
	background:#f38eab;
	margin-bottom:10px;
	padding:6px 14px 14px;
	font-size:3rem;
	color:#fff;
	box-sizing:border-box;
}
.shopPhotoImg ul {margin-right:1%;}
.shopPhotoImg li{
	margin-bottom:20px;
	text-align:center;
}
.shopPhotoImg img{
	width:100%;
	border:4px solid #fff;
	box-sizing:border-box;
}
.shopPhotoIll{
	background-size:auto 90% !important;
	/*height:95%;*/
}
.shopPhotoWrap.BlueWrap{
    border-left:8px solid #00cee0;
    border-right:8px solid #00cee0;
}
.shopPhotoWrap.BlueWrap:first-of-type {border-top:8px solid #00cee0;}
.shopPhotoWrap.BlueWrap:last-of-type, .shopPhotoWrap.BlueWrap .shopPhotoIll {border-bottom:8px solid #00cee0;}
.shopPhotoWrap.BlueWrap .charaName{
	color:#00cee0;
	border:8px solid #00cee0;
}
.shopPhotoWrap.BlueWrap .shopName {background:#00cee0;}


/* 地方キャラ画像指定 */
.Hokkaido .shopPhotoIll{background:url(../images/photo/hokkaido.png) -10px 52px no-repeat;}
.Aomori .shopPhotoIll{background:url(../images/photo/aomori.png) -10px 52px no-repeat;}
.Iwate .shopPhotoIll{background:url(../images/photo/iwate.png) -10px 52px no-repeat;}
.Miyagi .shopPhotoIll{background:url(../images/photo/miyagi.png) -10px 52px no-repeat;}
.Akita .shopPhotoIll{background:url(../images/photo/akita.png) -10px 52px no-repeat;}
.Yamagata .shopPhotoIll{background:url(../images/photo/yamagata.png) -10px 52px no-repeat;}
.Fukushima .shopPhotoIll{background:url(../images/photo/fukushima.png) -10px 52px no-repeat;}

.Ishikawa .shopPhotoIll{background:url(../images/photo/ishikawa.png) -10px 60px no-repeat;}
.Toyama .shopPhotoIll{background:url(../images/photo/toyama.png) -10px 52px no-repeat;}
.Niigata .shopPhotoIll{background:url(../images/photo/niigata.png) -10px 52px no-repeat;}
.Nagano .shopPhotoIll{background:url(../images/photo/nagano.png) -10px 52px no-repeat;}
.Gifu .shopPhotoIll{background:url(../images/photo/gifu.png) -10px 52px no-repeat;}
.Fukui .shopPhotoIll{background:url(../images/photo/fukui.png) -10px 52px no-repeat;}
.Aichi .shopPhotoIll{background:url(../images/photo/aichi.png) -10px 52px no-repeat;}
.Yamanashi .shopPhotoIll{background:url(../images/photo/yamanashi.png) -10px 52px no-repeat;}
.Shizuoka .shopPhotoIll{background:url(../images/photo/shizuoka.png) -10px 52px no-repeat;}

.Mie .shopPhotoIll{background:url(../images/photo/mie.png) -10px 60px no-repeat;}
.Shiga .shopPhotoIll{background:url(../images/photo/shiga.png) -10px 52px no-repeat;}
.Kyoto .shopPhotoIll{background:url(../images/photo/kyoto.png) -10px 52px no-repeat;}
.Osaka .shopPhotoIll{background:url(../images/photo/osaka.png) -10px 52px no-repeat;}
.Hyogo .shopPhotoIll{background:url(../images/photo/hyogo.png) -10px 52px no-repeat;}
.Nara .shopPhotoIll{background:url(../images/photo/nara.png) -10px 52px no-repeat;}
.Wakayama .shopPhotoIll{background:url(../images/photo/wakayama.png) -10px 52px no-repeat;}

.Tottori .shopPhotoIll{background:url(../images/photo/tottori.png) -10px 60px no-repeat;}
.Shimane .shopPhotoIll{background:url(../images/photo/shimane.png) -10px 60px no-repeat;}
.Okayama .shopPhotoIll{background:url(../images/photo/okayama.png) -10px 60px no-repeat;}
.Hiroshima .shopPhotoIll{background:url(../images/photo/hiroshima.png) -10px 60px no-repeat;}
.Yamaguchi .shopPhotoIll{background:url(../images/photo/yamaguchi.png) -10px 60px no-repeat;}
.Tokushima .shopPhotoIll{background:url(../images/photo/tokushima.png) -10px 60px no-repeat;}
.Kagawa .shopPhotoIll{background:url(../images/photo/kagawa.png) -10px 60px no-repeat;}
.Ehime .shopPhotoIll{background:url(../images/photo/ehime.png) -10px 60px no-repeat;}
.Kouchi .shopPhotoIll{background:url(../images/photo/kouchi.png) -10px 60px no-repeat;}

.Oita .shopPhotoIll{background:url(../images/photo/oita.png) -10px 60px no-repeat;}
.Fukuoka .shopPhotoIll{background:url(../images/photo/fukuoka.png) -10px 60px no-repeat;}
.Saga .shopPhotoIll{background:url(../images/photo/saga.png) -10px 60px no-repeat;}
.Miyazaki .shopPhotoIll{background:url(../images/photo/miyazaki.png) -10px 60px no-repeat;}
.Kumamoto .shopPhotoIll{background:url(../images/photo/kumamoto.png) -10px 60px no-repeat;}
.Nagasaki .shopPhotoIll{background:url(../images/photo/nagasaki.png) -10px 60px no-repeat;}
.Kagoshima .shopPhotoIll{background:url(../images/photo/kagoshima.png) -10px 60px no-repeat;}
.Okinawa .shopPhotoIll{background:url(../images/photo/okinawa.png) -10px 60px no-repeat;}

.Gunma .shopPhotoIll{background:url(../images/photo/gunma.png) -10px 60px no-repeat;}
.Chiba .shopPhotoIll{background:url(../images/photo/chiba.png) -10px 60px no-repeat;}
.Ibaraki .shopPhotoIll{background:url(../images/photo/ibaraki.png) -10px 60px no-repeat;}
.Kanagawa .shopPhotoIll{background:url(../images/photo/kanagawa.png) -10px 60px no-repeat;}
.Saitama .shopPhotoIll{background:url(../images/photo/saitama.png) -10px 60px no-repeat;}
.Tochigi .shopPhotoIll{background:url(../images/photo/tochigi.png) -10px 60px no-repeat;}
.Tokyo .shopPhotoIll{background:url(../images/photo/tokyo.png) -10px 60px no-repeat;}
}



/* スマホ */
@media screen and (max-width: 640px) {

body {background:url("../images/bg.jpg") center center repeat;}
.pcOnly {display:none;}
.Attention {font-size:1.2rem;}

#contentsWrap{
	background:url("../images/contents_bg.jpg") center center repeat;
	width:96%;
	margin:0 auto;
	border-left:4px solid #ffceea;
	border-right:4px solid #ffceea;
	box-sizing:border-box;
}
#contentsWrap::before, #contentsWrap::after{
	content:"";
	display:block;
	background:url(../images/topbtm_star.png) center center no-repeat #fff;
	background-size:90%;
	width:100%;
	height:30px;
	margin-bottom:10px;
	border-top:10px solid #c1a156;
	border-bottom:3px solid #c1a156;	
}
#contentsWrap::after{
	margin-bottom:0;
	border-top:3px solid #c1a156;	
	border-bottom:10px solid #c1a156;
}
header{
	margin-bottom:14px;
	text-align:center;
}
header img {width:96%;}
#charaImg {margin:0 0 14px 0;}
#mapImg.spOnly ul{
	overflow:hidden;
	width:80%;
	margin:0 auto 1em;
}
#mapImg.spOnly ul:first-of-type {margin-top:20px;}
#mapImg.spOnly li{
	float:left;
	width:calc(100% / 3 - 20px);
	margin:0 10px;;
	font-size:1.4rem;
	color:#000;
	text-align:left;
	line-height:1.7;
}
#mapImg.spOnly li::before{
	font-family:"Font Awesome 5 Free";
	content:"\f138";
	font-weight:900;
}
#mapImg.spOnly li a {color:#000;}


/* フェアスケジュール */
#region{
	background:#fff;
	width:96%;
	margin:0 auto 20px;
	padding:7px;
	text-align:center;
	border:3px solid #f38eab;
	box-sizing:border-box;
}
#region ul{
	overflow:hidden;
	margin:20px 0 0;
}
#region li{
	float:left;
	width:calc(100% / 2 - 10px);
	margin:0 5px 1em;
	padding:0;
	list-style:none;
	box-sizing:border-box;
}
#region li a, #regionBtn a{
	display:block;
	padding:10px 0;
	color:#a7802f;
	border:2px solid #a7802f;
	border-radius:30px;
	box-sizing:border-box;
}
#regionBtn a{
	display:inline-block;
	width:calc(100% - 10px);
	padding:10px 1em;
}

/* 新着情報 */
#updateInfo{
	position:relative;
	background:#fff;
	width:98%;
	margin:0 auto 20px;
	font-size:1.2rem;
	border:4px solid #00cee0;
	box-sizing:border-box;
}
#updateInfo p:first-of-type{
	background:#00cee0;
	padding:4px;
	font-size:1.4rem;
	font-weight:bold;
	color:#fff;
}
#updateInfo dl{
	overflow-y:scroll;
	display:block;
	height:100px;
	padding:6px 1rem;
	line-height:1.8;
	
}
#updateInfo dt{
	margin-bottom:0;
	color:#00cee0;
}
#updateInfo dt::before {content:"★ ";}
#updateInfo dd{
	margin-bottom:7px;
	line-height:1.4;
}
#updateInfo dd li{
	margin:0 0 6px 1.4em;
	text-indent:-0.7em;
}
#updateInfo dd li::before{
	font-family:"Font Awesome 5 Free";
	content:"\f105";
	margin-right:2px;
	font-weight:900;
	color:#00cee0;
}


/* バナー */
#covitBnr{
	width:70%;
	margin:0 auto 20px;
	text-align:center;
}
#covitBnr img {width:100%;}
#BnrWrap{
	width:94%;
	margin:0 auto;
}
#BnrWrap ul{
	overflow:hidden;
	width:100%;
}
#BnrWrap li{
	float:left;
	width:calc(100% / 2 - 20px);
	margin:0 10px 20px;
	vertical-align:bottom;
	list-style:none;
	box-sizing:border-box;
}
#BnrWrap li img{
	width:100%;
	border:1px solid #000;
}


/* ブロックごと */
.regionBlock, .regionBlock2{
	background:#fff;
	width:94%;
	margin:0 auto 40px;
	font-size:1.3rem;
	border:5px solid #f38eab;
	box-sizing:border-box;
}
.regionBlock2 {border:5px solid #00cee0;}
.BlockTit{
	background:#f38eab;
	margin-bottom:20px;
	padding:6px 0 8px;
	font-size:1.8rem;
	color:#fff;
	text-align:center;
	line-height:1.3;
}
.BlueBox .BlockTit{
    background:#00cee0;
	margin-bottom:20px;
	padding:6px 0 8px;
	font-size:1.8rem;
	color:#fff;
	text-align:center;
	line-height:1;
}
.BlockBox2 .BlockTit, .FairNamePaper2 .BlockTit {background:#00cee0;}
.fairDay{
	width:94%;
	margin:0 auto 20px;
	font-weight:bold;
	color:#f38eab;
	text-align:center;
	line-height:1.6;
	border-bottom:2px solid #f38eab;
}
.BlockBox2 .fairDay, .FairNamePaper2 .fairDay{
	color:#00cee0;
	border-bottom:2px solid #00cee0;
}
.fairDay::before {content:"★";}
.targetShop{
	width:90%;
	margin:0 auto 14px;
	padding-left:4px;
	color:#a7802f;
	border-left:3px solid #a7802f;
	box-sizing:border-box;
}
/*.FairNamePaper2 .targetShop{
	color:#00cee0;
	border-left:6px solid #00cee0;
}*/
.BlockBox dl, .BlockBox2 dl{
	overflow:hidden;
	width:90%;
	margin:0 auto;
	line-height:1.4;
}
.BlockBox dt, .BlockBox2 dt, .FairNamePaper2 dt{
	float:left;
	clear:left;
	width:15%;
	margin-bottom:10px;
}
.BlockBox dd::before, .BlockBox2 dd::before, .FairNamePaper2 dd::before {content:"：";}
.BlockBox dd, .BlockBox2 dd, .FairNamePaper2 dd{
	float:left;
	width:80%;
	margin:0 0 10px 1em;
	text-indent:-1em;
}
.Onlineshop{
	width:100%;
	margin:0 0 20px;
	line-height:1.5;
}
.BlockBox .Onlineshop,.BlockBox2 .Onlineshop, #onlyshop .Onlineshop{
	width:90%;
	margin:0 auto 20px;
	line-height:1.5;
}

#onlyshop .FairNamePaper2 .targetShop {margin-bottom:20px;}


/* オリジナル商品 */
h2{
	background:#f38eab;
	width:100%;
	margin:0 auto 8px;
	padding:8px 1em 2px;
	font-size:1.4rem;
	font-weight:bold;
	color:#fff;
	line-height:1.5;
	box-sizing:border-box;
}
/*h2::before{
	font-family:"Font Awesome 5 Free";
	content:"\f559";
	margin-right:14px;
}*/
.BlockTit .Sale {font-size:1.4rem;}
#originalItem .BlockTit {font-size:1.5rem;}
#originalItem .Btn{
	background:#c09f56;
	width:94%;
	margin:0 auto 20px;
	font-size:1.3rem;
	font-weight:bold;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	border-radius:3px
}
#originalItem .Btn a::before{
	font-family:"Font Awesome 5 Free";
	content:"\f138";
	margin-right:8px;
}
#originalItem .Btn a, #originalItem .Btn a:hover{
	display:block;
	padding:10px 0;
	color:#fff;
}
#originalItem .Btn:hover {opacity:0.7;}
#originalItem h2 {margin-bottom:12px;}
.originalAttention{
	margin-bottom:20px;
	font-size:1.3rem;
	font-weight:normal;
	line-height:1.4;
}


/* 地区ごとフェア */
#contentsWrap_block_new .regionBlock{
	width:94%;
	box-sizing:border-box;
}
.FairNamePaper, .FairNamePaper2{
	width:94%;
	margin:0 auto 50px;
	font-size:1.3rem;
	line-height:1.6;
}
.FairNamePaper .BlockTit, .FairNamePaper2 .BlockTit{
	margin-bottom:0;
	padding:12px 0 14px;
}
#areaHeader, .areaHeader{
	width:100%;
	margin:0;
	border:5px solid #f38eab;
	box-sizing:border-box;
}
.FairNamePaper2 .areaHeader {border:5px solid #00cee0;}
#areaHeader img, .areaHeader img{
	width:100%;
	vertical-align:bottom;
}
.FairInfo{
	background:#fff;
	padding-top:1em;
	border:5px solid #f38eab;
	border-top:none;
}
.FairNamePaper2 .FairInfo{border:5px solid #00cee0;}
.FairDay::before {content:"★";}
.TargetShop{
	width:90%;
	margin:0 auto 20px;
	line-height:1.8;
}
.TargetShop span{
	display:inline-block;
	margin-bottom:14px;
	padding-left:4px;
	color:#a7802f;
	line-height:1;
	border-left:3px solid #a7802f;
}
.TargetShop dl {overflow:hidden;}
.TargetShop dt, .FairNamePaper2 .TargetShop dt{
	float:left;
	clear:left;
	width:18%;
	margin-bottom:0;
	line-height:1.5;
}
.TargetShop dd, .FairNamePaper2 TargetShop dd{
	float:left;
	width:76%;
	margin:0 0 0 1em;
	text-indent:-1em;
	line-height:1.5;
}
#kinki .TargetShop dt, #kyushu .TargetShop dt, #kanto .TargetShop dt {width:23%;}
#kinki .TargetShop dd, #kyushu .TargetShop dd, #kanto .TargetShop dd {width:71%;}
.TargetShop dd::before {content:"：";}
.FairDetail{
	width:100%;
	margin:0 0 20px;
	padding:0 1em;
	box-sizing:border-box;
}
.FairDetail p{
	margin-bottom:1em;
	line-height:1.5;
}
.FairDetail img {width:100%;}


/* 企画 */
#Plan{
	width:96%;
	margin:0 auto;
}
#Plan h2 {margin-bottom:0;}
.PlanWrap{
	background:#fff;
	width:100%;
	margin:0 auto 20px;
	padding:1em;
	font-size:1.2rem;
	line-height:1.4;
	border:4px solid #f38eab;
	box-sizing:border-box;
}
.PlanTit{
	margin-bottom:12px;
	padding:6px 0 6px 8px;
	font-size:1.4rem;
	font-weight:bold;
	color:#f38eab;
	line-height:1.3;
	border-left:3px solid #f38eab;
}
.PlanTxt {margin-bottom:1em;}
.PlanTxtTit{
	display:inline-block;
	background:#f38eab;
	padding:4px;
	color:#fff;
}
#Plan dl{
	margin:6px 0;
	line-height:1.4;
}
#Plan dt {font-weight:bold;}
#Plan dd{
	margin:0 0 1em;
	padding-bottom:1em;
	border-bottom:1px dashed #ccc;
}
#Plan dt span{
	display:inline-block;
	background:#00cee0;
	margin:6px 1em;
	padding:4px 1em;
	color:#fff;
	border-radius:20px;
}
#wpSample{
	margin-bottom:10px;
	text-align:center;
}
#wpSample img{
	vertical-align:bottom;
	border:1px solid #ccc;
}

li {list-style:none;}
#originalItem{
	width:96%;
	margin:0px auto 20px;
}
#originalItem h3{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:0 0 8px 10px;
	font-size:1.4rem;
	font-weight:bold;
	color:#f38eab;
}
#originalItem .BlueBox h3 {color:#00cee0;}
#originalItem h3::before {content:"★";}
#originalItem ul{
	overflow:hidden;
	width:100%;
}
#originalItem li{
	float:left;
	width:calc(100% / 2 - 20px);
	margin:0 10px 20px;
}
#originalItem img{
	width:100%;
	margin-bottom:6px;
	border:1px solid #f38eab;
	box-sizing:border-box;
}
#originalItem .BlueBox img {border:1px solid #00cee0;}
#originalItem li .Detail{
	font-size:1.3rem;
	text-align:center;
}
#originalItem li .Name, #originalItem li .Price {margin-bottom:6px;}
#originalItem .Price{
	font-size:1.4rem;
	line-height:1.4;
}
.Small{
	width:94%;
	margin:0 auto;
}
.mb40{
	margin-bottom:30px;
	text-align:center;
}
#etcItem{
	font-size:1.4rem;
	text-align:center;
}


/* 通販ボタン */
#onlineBtn{
	width:90%;
	margin:0 auto 30px;
}
#onlineBtn a{
	display:flex;
	background:#00cee0;
	padding:6px 8px;
	font-size:1.3rem;
	color:#fff;
	justify-content:center;
	text-align:center;
	line-height:1.3;
	border:2px solid #00cee0;
	border-radius:50px;
}


/* footer */
footer .copyright{
	padding:30px 0 16px;
	font-size:1.2rem;
	text-align:center;
}


#imasFairTop{
	width:94%;
	margin:20px auto;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	line-height:1.4;
}
#imasFairTop a {color:#f38eab;}
#imasFairTop span::before{
	font-family:"Font Awesome 5 Free";
	content:"\f101";
	margin-right:4px;
	font-weight:900;
}
#imasFairTop a img{
	max-width:330px;
	width:100%;
	margin:0 auto;
}


#pageTop{
    width:40px;
    height:40px;
    padding:0;
    text-indent:-9999px;
    background-color:#0079c7;
    border-radius:100%;
    position:fixed;
    bottom:10px;
    right:0;
    z-index:800;
    display:none;
    cursor:pointer;
}
#pageTop a {display:block;}
#pageTop a::after{
    content:"\f106";
    font-family:"FontAwesome";
    font-size:40px;
    line-height:35px;
    text-indent:0;
    text-align:center;
    color:#fff;
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
}


/* 店舗写真 */
#shopPhotosWrap_block {background:url("../images/photo/bg.jpg") center top repeat;}
#shopPhotosWrap_block header {display:none;}

.shopPhotoWrap{
	overflow:hidden;
	width:90%;
	margin:0 auto;
	border:8px solid #f38eab;
	border-bottom:none;
    box-sizing:border-box;
}
.shopPhotoWrap:last-of-type {border-bottom:8px solid #f38eab;}
.shopPhotoIll{
	width:100%;
	height:400px;
	text-align:center;
	vertical-align:bottom;
	border-bottom:8px solid #f38eab;
	box-sizing:border-box;
}

.charaName{
	background:#fff;
	padding:6px 14px;
	font-size:2rem;
	color:#f38eab;
	border-bottom:8px solid #f38eab;
	box-sizing:border-box;
}
.shopName{
	background:#f38eab;
	padding:6px 14px;
	font-size:1.6rem;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
}
.shopPhotoImg{
	width:100%;
	padding:0;
}
.shopPhotoImg li:first-of-type {margin-bottom:20px;}
.shopPhotoImg img{
	width:100%;
	border:4px solid #fff;
	box-sizing:border-box;
}

.shopPhotoWrap.BlueWrap {border:8px solid #00cee0;}
.shopPhotoWrap.BlueWrap:last-of-type, .shopPhotoWrap.BlueWrap .shopPhotoIll {border-bottom:8px solid #00cee0;}
.shopPhotoWrap.BlueWrap .charaName{
	color:#00cee0;
	border-bottom:8px solid #00cee0;
}
.shopPhotoWrap.BlueWrap .shopName {background:#00cee0;}


/* 地方キャラ画像指定 */
.Hokkaido .shopPhotoIll{background:url(../images/photo/hokkaido.png) -10px top no-repeat;}
.Aomori .shopPhotoIll{background:url(../images/photo/aomori.png) -10px top no-repeat;}
.Iwate .shopPhotoIll{background:url(../images/photo/iwate.png) -10px top no-repeat;}
.Miyagi .shopPhotoIll{background:url(../images/photo/miyagi.png) -10px top no-repeat;}
.Akita .shopPhotoIll{background:url(../images/photo/akita.png) -10px top no-repeat;}
.Yamagata .shopPhotoIll{background:url(../images/photo/yamagata.png) -10px top no-repeat;}
.Fukushima .shopPhotoIll{background:url(../images/photo/fukushima.png) -10px top no-repeat;}

.Ishikawa .shopPhotoIll{background:url(../images/photo/ishikawa.png) -10px top no-repeat;}
.Toyama .shopPhotoIll{background:url(../images/photo/toyama.png) -10px top no-repeat;}
.Niigata .shopPhotoIll{background:url(../images/photo/niigata.png) -10px top no-repeat;}
.Nagano .shopPhotoIll{background:url(../images/photo/nagano.png) -10px top no-repeat;}
.Gifu .shopPhotoIll{background:url(../images/photo/gifu.png) -10px top no-repeat;}
.Fukui .shopPhotoIll{background:url(../images/photo/fukui.png) -10px top no-repeat;}
.Aichi .shopPhotoIll{background:url(../images/photo/aichi.png) -10px top no-repeat;}
.Yamanashi .shopPhotoIll{background:url(../images/photo/yamanashi.png) -10px top no-repeat;}
.Shizuoka .shopPhotoIll{background:url(../images/photo/shizuoka.png) -10px top no-repeat;}

.Mie .shopPhotoIll{background:url(../images/photo/mie.png) -10px top no-repeat;}
.Shiga .shopPhotoIll{background:url(../images/photo/shiga.png) -10px top no-repeat;}
.Kyoto .shopPhotoIll{background:url(../images/photo/kyoto.png) -10px top no-repeat;}
.Osaka .shopPhotoIll{background:url(../images/photo/osaka.png) -10px top no-repeat;}
.Hyogo .shopPhotoIll{background:url(../images/photo/hyogo.png) -10px top no-repeat;}
.Nara .shopPhotoIll{background:url(../images/photo/nara.png) -10px top no-repeat;}
.Wakayama .shopPhotoIll{background:url(../images/photo/wakayama.png) -10px top no-repeat;}

.Tottori .shopPhotoIll{background:url(../images/photo/tottori.png) -10px top no-repeat;}
.Shimane .shopPhotoIll{background:url(../images/photo/shimane.png) -10px top no-repeat;}
.Okayama .shopPhotoIll{background:url(../images/photo/okayama.png) -10px top no-repeat;}
.Hiroshima .shopPhotoIll{background:url(../images/photo/hiroshima.png) -10px top no-repeat;}
.Yamaguchi .shopPhotoIll{background:url(../images/photo/yamaguchi.png) -10px top no-repeat;}
.Tokushima .shopPhotoIll{background:url(../images/photo/tokushima.png) -10px top no-repeat;}
.Kagawa .shopPhotoIll{background:url(../images/photo/kagawa.png) -10px top no-repeat;}
.Ehime .shopPhotoIll{background:url(../images/photo/ehime.png) -10px top no-repeat;}
.Kouchi .shopPhotoIll{background:url(../images/photo/kouchi.png) -10px top no-repeat;}

.Oita .shopPhotoIll{background:url(../images/photo/oita.png) -10px top no-repeat;}
.Fukuoka .shopPhotoIll{background:url(../images/photo/fukuoka.png) -10px top no-repeat;}
.Saga .shopPhotoIll{background:url(../images/photo/saga.png) -10px top no-repeat;}
.Miyazaki .shopPhotoIll{background:url(../images/photo/miyazaki.png) -10px top no-repeat;}
.Kumamoto .shopPhotoIll{background:url(../images/photo/kumamoto.png) -10px top no-repeat;}
.Nagasaki .shopPhotoIll{background:url(../images/photo/nagasaki.png) -10px top no-repeat;}
.Kagoshima .shopPhotoIll{background:url(../images/photo/kagoshima.png) -10px top no-repeat;}
.Okinawa .shopPhotoIll{background:url(../images/photo/okinawa.png) -10px top no-repeat;}

.Chiba .shopPhotoIll{background:url(../images/photo/chiba.png) -10px top no-repeat;}
.Gunma .shopPhotoIll{background:url(../images/photo/gunma.png) -10px top no-repeat;}
.Ibaraki .shopPhotoIll{background:url(../images/photo/ibaraki.png) -10px top no-repeat;}
.Kanagawa .shopPhotoIll{background:url(../images/photo/kanagawa.png) -10px top no-repeat;}
.Saitama .shopPhotoIll{background:url(../images/photo/saitama.png) -10px top no-repeat;}
.Tochigi .shopPhotoIll{background:url(../images/photo/tochigi.png) -10px top no-repeat;}
.Tokyo .shopPhotoIll{background:url(../images/photo/tokyo.png) -10px top no-repeat;}

}