@charset "utf-8";

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}



/* GENERAL */

html {
    overflow-y:scroll;
    }

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	line-height:1.5;
	color: #434343;
	text-align: center;
	background: #fff;
}

a{text-decoration:none; }

h2{
	max-width:1035px;
	padding-bottom:5px;
	margin-bottom:20px;
	/* font-family: "FOT-筑紫Aオールド明朝 Pr6 B"; */
	font-size:24px;
	font-weight:bold;
	color: #000;
	border-bottom:1px solid #666;
}

.event-cal h2 span{
	margin-left: 45px;
	font-size:17px;
	/* font-family: "F+UD-筑紫明朝 R"; */
}
.event-cal h2 span img{
	margin: 5px 3px 0 0 ;
}
	
h3{
	margin-bottom: 20px;
	/* font-family: "FOT-筑紫Aオールド明朝 Pr6 B"; */
	font-size:16px;
	font-weight:bold;
}

.event-top h3{
	margin-bottom: 5px;
	padding: 0;
	/* font-family: "FOT-筑紫Aオールド明朝 Pr6 B"; */
	font-size: 19px ;
	font-weight: bold;
	line-height:1;
	color: #F52D35;
	background: none;
}
	
h4{
	margin:5px 0;
	/* font-family: "FOT-筑紫Aオールド明朝 Pr6 B"; */
	font-size:14px;
	font-weight:bold;
	color:#F62E36;
}

/*コンテンツ*/

#wrap,.head-cont,article,footer ul{
	width:1061px;
	margin:0 auto;
}

article{
	min-height:400px;
	margin-bottom:50px;
}

section{
	margin-bottom:20px;
	overflow:hidden;
}
#wrap article{
	float:left;
	width:745px;
}

#wrap article section{
	width: 705px;
	min-height: 500px;
	padding: 20px;
	text-align: left;
	/* font-family: "F+UD-筑紫明朝 R"; */
	font-size: 15px;
	color: #231815;
}
#wrap.no-side article{
	float:none;
	width:1036px;
	padding:20px 12px;
	text-align:left;
	border: 1px dotted #666;	
}

#wrap article section.collabo-shop{
	/* font-family: "F+UD-筑紫明朝 R"; */
	width: 720px;
	padding: 10px 20px 20px;
	margin-right: -10px;
}
/*ヘッダー*/

header{
	width: 100%;
	padding-top: 10px;
	margin-bottom: 25px;
	border-top: 2px solid #F62E36;
	border-bottom: 1px solid #cfcfcf;
}

.logo{
	float: left;
	margin-top: 5px;
}
.head-cont{
	height: 70px;
	position: relative;
}
.head-cont ul.sns{
	position: absolute;
	width: 380px;
	top: 0;
	right: 0;
}
.head-cont ul.sns li{
	float: right;
	margin-left: 10px;
	
}

.head-cont ul.navi{
	position: absolute;
	width: 531px;
	top: 38px;
	right: -30px;
	margin-bottom: 3px;
}
.head-cont ul.navi li{
	float:left;
	padding-bottom: 11px;
	margin-right: 30px;
	position: relative;
}
.head-cont ul.navi li:hover{
	border-bottom: 3px solid #ea574d;
}
.head-cont ul.navi li div{
	display: none;
	position: absolute;
	top: 20px;/*親メニューの高さと同じにする*/
	left: -50px;
	margin-top: 7px;
	/* [disabled]padding-left: 10px; */
	z-index: 100;
}
.head-cont ul.navi li:hover div{
	display: block;
	width: auto;
	padding: 5px 20px;
	overflow: hidden;
	z-index: 101;
}


.head-cont ul.navi li div:not(:target){
	top: 0\9;
}
.head-cont ul.navi li:hover div:not(:target){
	margin-top: 20px\9;
}
.head-cont ul.navi li div ul{
	padding: 0 50px;
	visibility: hidden;
	overflow: hidden;
	background: none; 
	z-index: 102;
}
.head-cont ul.navi li div ul.shop-area{
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.head-cont ul.navi li div ul.map-area{
	border: 1px solid #eee;
}
.head-cont ul.navi li div ul.shop-2nd{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
.head-cont ul.navi li div ul.shop-2nd li:first-child{
	padding-top: 20px;
	border-top: 1px solid #eee;
}
	
.head-cont ul.navi li:hover div ul{
	visibility: visible;
	width: 180px;
	height: inherit;
	padding: 10px 10px 5px 10px;
	margin: 0 30px;
	background: #fff;
	text-align: left;
	overflow: hidden;
}
.head-cont ul.navi li:hover div ul.shop-2nd{ padding-bottom: 15px; }

.head-cont ul.navi li div ul li{
	display: none;
	width: 100%;/*サブメニューの幅*/
	margin: 0;
	height: 0;
	font-size: 13px;
	color: #2a1f1c;
	background: none;
}
.head-cont ul.navi li:hover div ul.head-event{
	width: 220px;
	border: 1px solid #eee;
}.head-cont ul.navi li:hover div ul.head-news{
	width: 100px;
	border: 1px solid #eee;
}
.head-cont ul.navi li div ul li:hover{
	height: auto;
	background:#e8ecef;/*ホバー時のサブメニューの背景色*/
}

.head-cont ul.navi li:hover div ul li {
	display: block;
	visibility: visible;
	overflow: visible;
	padding: 10px 5px 3px;
	width: 150px;
	height: auto;;
	font-weight: normal;
	border-bottom: none;
	z-index: 102;
}
.head-cont ul.navi li:hover div ul.shop-2nd li {
	padding-left: 20px;
	background:url(./../images/bg-side-c.gif) 0px 10px no-repeat;
}
.head-cont ul.navi li:hover div ul.shop-2nd li:first-child{
	padding-top: 20px;
	background:url(./../images/bg-side-c.gif) 0px 20px no-repeat;
}
.head-cont ul.navi li div ul.head-event li{ width: 200px; }
.head-cont ul.navi li div ul.head-news li{ width: 90px; }
.head-cont ul.navi * {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.head-cont ul.navi a{
	color: #000;
}

/*sidebar*/


aside{
	float: right;
	width: 294px;
	margin-bottom:30px;
	/* font-family: "F+UD-筑紫明朝 R"; */
	color: #000;
	font-size: 17px;
	text-align: left;
}
aside h3{
	padding:20px 15px 0;
	/* font-family: "F+UD-筑紫明朝 R"; */
	font-size:19px;
	font-weight:normal;
}
aside ul{
	margin: -10px 0 10px 15px;
}
aside ul li{
	padding:15px 20px 15px 25px;
	line-height:1;
	background:url(./../images/bg-side-c.gif) no-repeat 0px 17px;
}

aside dl{
	width:270px;
	padding: 0 17px 0 7px;
}
aside dt{
	float:left;
	width:50px;
	padding:0 0 25px 0;
}
aside dd{
	padding: 0 0 25px 55px;
	font-size:15px;
}

aside a{ color: #000; }
aside p{ padding-left: 15px; font-size: 13px; }


aside.side-shop {margin-top: 20px; }
aside.side-shop h2{
	padding: 0;
	margin: 0 0 50px 0;
	font-size:15px;
	font-weight:normal;
	border: none;
	background: none;
}
aside.side-shop ul{
	margin: 0;
}
aside.side-shop ul li{
	padding: 0;
	margin-bottom: 30px;
	font-size:15px;
	background: none;
}
aside.side-shop ul li.bdr{
	padding-bottom: 30px;
	border-bottom: 1px solid #666;
}
aside.side-shop ul li.arrow{
	padding-left: 25px;
	background:url(./../images/bg-side-c.gif) no-repeat 0px -1px;
}
aside.side-shop ul li ul{
	margin-top: 30px;
}
aside.side-shop ul li ul li{
	margin-bottom: 10px;
	font-size: 13px;
}
aside.side-shop ul li ul li.main-place{
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
	border-bottom: 1px solid #eee;
}
.child{
	display: none;
}
aside.side-shop ul li:hover a:hover,.menu.active{ border-bottom: 1px solid #333;}
aside.side-shop a{ color: #333; }
aside.side-shop ul li ul li.sub-title{ padding-top: 10px; font-weight: bold; }
.toggle:hover{cursor: pointer; }


/*MAP*/

#map{
	border: none;
	background:none; }

#map section{ text-align:left;}

#map h2{
	max-width: 1061px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:30px;
	text-align:left;
	border-bottom:1px solid #ea574d;
}
.map-top{
	width: 1061px;
	margin-bottom: 20px;
}
.map-top p{
	width: 100%;
	margin-bottom: 20px;
}
.map-top h3{
	float: left;
	width: 400px;
	padding: 10px 20px;
	margin: 0;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:25px;
	font-weight: bold;
	color: #fff;
	background: #ea574d;
}
.map-top h3 span{
	display: block;
	font-size: 15px;
	font-weight: normal;
}
.map-top h3 a{ color: #fff; }
.map-top h3 a:hover{ text-decoration: underline;}
.map-top ul{
	float: right;
	width: 400px;
	margin-top: 26px;
}
.map-top ul.map-tokyo{ margin-top: 48px; }
.map-top ul li{
	float: right;
	width: 140px;
	padding: 15px 0;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border:1px solid #ea574d;
}

.map-top ul li a{ color: #ea574d;}

.map-top ul li.selected,.map-top ul li:hover{ background: #ea574d; }
.map-top ul li.selected a,.map-top ul li:hover a{ color: #fff; }
.map-detail{
	width: 1061px;
	height: 500px;
	margin-bottom: 30px;
}
.map-list{
	width: 1100px;
	padding: 20px 0;
	margin-right: -20px;
	/*background: #f6f7f8;*/
}
.map-list a{
	display: block;
	float: left;
	width: 335px;
	padding: 5px 0 5px 5px;
	margin: 0 20px 10px 0;
	font-size: 12px;
	color: #666;
	line-height: 1;
	border-bottom: 1px solid #ea574d;
}
.map-list a span{
	display: inline-block;
	padding-right: 0.5em;
	margin-right: 0.5em;
	border-right: 1px solid #ea574d;
}
.map-list a:hover{
	color: #fff;
	background: #ea574d
}
.map-list a:hover span{ border-right: 1px solid #fff; }

#bgmp_map-search{ display: none; }
.entry-cont .bgmp_placemark a{ color: #ea574d; }


.shop-list{
	width:100%;
	}

.shop-list div{
	float:left;
	widtth:340px;
	background:#f0f0f0;
}
.shop-list h3{
	width:340px;
	padding:25px 0;
	margin-bottom:20px;
	/* font-family: "F+UD-筑紫明朝 R"; */
	font-size:20px;
	font-weight:bold;
	color: #fff;
	text-align:center;
	background: #F62E36;
}
.shop-list a{
	display:block;
	margin:0 0 15px 35px;
	color: #000;
}

.fb-page{
	float: right;
	padding-top: 43px;
	margin-bottom: 15px;
}

/*新着情報*/
section.news-index{
	padding:30px 10px;
	text-align:left; 
	border: 1px dotted #666;
}

section.news-index ul{
	width: 1035px; 
	border-top: 1px dotted #666;
}

section.news-index ul li{
	float:left;
	width:187px;
	height:330px;
	margin-right:-1px;
	padding:30px 10px 0px 9px;
	font-size:12px;
	text-align:left;
	border-bottom: 1px dotted #666;
	border-right: 1px dotted #666;
	border-left: 1px dotted #666;
}
section.news-index ul li a{ color: #000; }
section.news-index li{ padding:10px 10px 0 9px; }
section.news-index li p{ margin-bottom:10px; width:inherit; height:auto;}
section.topics ul li.cat-report,section.news-index ul li.cat-report{ background: url(./../images/icon-cat-report.gif) 153px 10px no-repeat; }.entry-title{
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
}

a.tsudsuki{
	display:block;
	margin-top:5px;
	font-size:11px;
	text-align:right;
}

.entry-about{
	text-align:right;
	margin-bottom:20px;
}
.entry-about img{
	float: left;
	vertical-align: bottom;
}


.lead{
	display:block;
	padding:15px 30px;
	margin-bottom:50px;
	background:#eee;
}
ul.half{
	margin: 0 -20px 40px 0;
}
ul.half li{
	width: 340px;
	float: left;
	margin-right: 20px;
}
ul.half li.w290{ width: 290px; }
ul.half li.w390{ width: 390px; }
ul.half li img{ margin: 10px 0; }
.entry-cont a{
	font-weight:bold;
	color: #666; 
}
.entry-cont dl{
	widt:705px;
}
.entry-cont dt{
	float:left;
	width:80px;
	padding:0 0 15px 0;
}
.entry-cont dd{
	padding:0 0 15px 90px;
}


/*固定ページ*/

#wrap section h3{
	padding: 10px ;
	background: #eee;
}

dl.gray{
	width:703px;
	border: 1px dotted #666;
	border-top: 0;
	line-height: 1.5;
	background:#eee;
	overflow: hidden;
}
dl.gray dt{
	float:left;
	width:80px;
	padding:25px 0;
	font-weight:bold;
	text-align:center;
	border-top: 1px dotted #666;
}
dl.gray dd{
	margin-left: 80px;
	padding: 25px 20px;
	border-top:1px dotted #666;
	border-left:1px dotted #666;
	background:#fff;
}
.mw_wp_form{
	/* font-family: "F+UD-筑紫明朝 R"; */
	color: #231815; 
}
.mw_wp_form dl.contact dd input{
	/*font-family: "F+UD-筑紫明朝 R"!important;*/
}
		 
dl.gray.contact{
	margin-bottom: 30px;
	background:#f6f7f8;
	border: none;
}

dl.gray.contact dt{
	width:13em;
	padding:1em;
	text-align:left;
	border: none;
}
dl.gray.contact dd{
	min-height:1em;
	margin-left: 15em;
	padding: 2em 1em;
	background:#f6f7f8;
	border: none;
}
span.romaji{
	display:block;
	width:11em;
	font-weight:normal;
}

/* サテライト会場*/

.sate-title{
	width: 720px;
	height: 245px;
	margin-bottom: 30px;
	position: relative;
}

.sate-title img{
	position: absolute;
	width: 720px;
	height: 245px;
	top: 0;
	left: 0;
	z-index: 0;
}
#wrap section.collabo-shop .sate-title h2{
	position: absolute;
	width: 457px;
	height: 40px;
	top: 205px;
	left: 260px;
	padding: 0;
	margin: 0;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: left;
	border: none;
	z-index: 1;
}
#wrap section.collabo-shop .sate-title h2.sate-tokyo{ top: 177px; line-height: 1.2; letter-spacing: -1px;  }
#wrap section.collabo-shop h3.sate-detail{
	padding: 5px 0;
	margin-bottom: 10px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 22px;
	color: #ea574d!important;
	line-height: 1;
	border-bottom: 1px solid #ea574d;
}
/* コラボ一覧　*/

.collaboration{
	width: 1074px;
	padding-left: 14px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.collaboration h2{
	font-size: 30px;
	color: #fb3733;
	text-align: left;
	border: none;
	background: none;
}
.collabo-top{
	width: 1074px;
}
.collabo-top div{
	float:left;
	width:161px;
	height:122px;
	padding: 3px;
	margin: 0 10px 10px 0;
	border: 1px solid #fb3733;
	background: #f6f7f8;
	overflow: hidden;
	position:relative;
}

.collabo-top div *{
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.collabo-top div .collabo{
	width:161px;
	padding:0;
	border: none;
	background: #f6f7f8;
}
.collabo-top div .collabo.main-area{
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
.entry-cont .collabo-top div .collabo.main-area a{
	font-weight:bolder;
	color: #fe4b40;
}
.collabo-top div .collabo.main-area img{ margin-bottom: 2px; }
.collabo-top div .collabo .c-photo{
	width: 100%;
}
.collabo-top div .collabo p{
	display: block;
	float: left;
	margin: 0;
	padding: 0 5px 0 6px;
	font-size: 26px!important;
	line-height: 1!important;
	color: #fe574d;
}
img.c-logo{
	max-width: 105px;
	max-height: 26px;}

.collabo-top div .collabo:hover{
	  opacity: 0.5;
}
	
.collabo-top div .caption {
	position: absolute;
	width: 167px;
	height: 104px;
	padding-top: 24px;
	top: 0;
	left: 1px;
	font-size: 13px;
	color: #000;
	background: #f6f7f8;
	border: none;
	opacity: 0;
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	text-align: center;
	transform: scale(0.95);
}
.collabo-top div .caption span{ display: block; }
.collabo-top div .caption span.cap-l{
	font-size:23px;
	line-height: 1;
}
.collabo-top div .caption span.cap-m{
	font-size:17px;
}

.collabo-top div.hover .caption,
.collabo-top div:hover .caption {
	opacity: 0.9;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.collabo-top div .caption a{
	position: absolute;
	width: 169px;
	height: 93px;
	padding-top: 21px;
	top: 0;
	left: 0;
	color: #000;
}
.collabo-top div.collabo-area{
	height: 95px;
	padding: 30px 3px 3px;
	background: #fe4b40;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.collabo-top div.collabo-area span{
	display: block;
	font-size: 17px;
}
.collabo-top div.collabo-main{
	width: 329px;
	height: 95px;
	padding: 30px 0 3px 17px;
	background: #fe4b40;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}



.forbidden{
	padding:100px 0;
	font-size:16px;
}




/*店舗詳細*/

.pankuzu{
	margin-bottom: 20px;
}
.pankuzu li{
	display: inline;
	font-size: 13px;
	color: #666;
}
.pankuzu li a{
	color: #666;
}
.pankuzu li a:hover{ border-bottom: 1px solid #666; }
.pankuzu li:before{
	content: "　＞　";
}
.pankuzu li:first-child:before{ content: "";}


#wrap section.collabo-shop p{
	font-size: 14px;
}

#wrap section.collabo-shop h2{
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	color: #000;
	border-bottom: 1px solid #ea574d;
}

#wrap section.collabo-shop h3{
	margin-bottom: 0;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 31px;
	font-weight: bold;
	background: none;
	padding: 0;
	color: #000;
}
.main-photo{
	width: 720px;
	height: 400px;
	margin-bottom: 15px;
	position: relative;
}


.crafts{
	width: 720px;
	padding-top: 10px;
}


.number{
	float: left;
	width: 90px;
	height: 90px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 72px!important;
	font-weight: bold!important;
	color: #ea574d;
	line-height: 1!important;
	text-align: center!important;
}
.number span{
	display: block;
	font-size: 9px;
}

.crafts-title{
	float: right;
	width: 615px;
	padding-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

#wrap section.collabo-shop .crafts-title h3{
	position: absolute;
	width: 595px;
	height: 65px;
	padding: 0!important;
	top: 12px;
	left: 22px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 35px!important;
	font-weight: bold!important;
	line-height: 1!important;
	background: none;
}
#wrap section.collabo-shop .crafts-title h3 span{
	display: block;
	margin-top: 18px;
	font-size: 14px;
}
.crafts a.craft-photo{
	display:block;
	float: right;
	width: 302px;
	margin: 0 0 60px 15px;
	color: #ea574d;
	text-align: right;
}
.crafts a.craft-photo img{
	margin-bottom: 5px;
	border: 1px solid #c5c5c5;
}

#wrap section.collabo-shop h2.shop-title{
	padding: 5px 0;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 30px;
	color: #ea574d!important;
	line-height: 1;
}

#wrap section.collabo-shop h2.shop-title span{
	display: block;
	float: right;
	width: auto;
	padding: 9px 20px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #ea574d;
	border: 1px solid #ea574d;
}

#wrap section.collabo-shop .shop-detail h3{	
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
}

.shop-detail img{
	float: left;
	margin: 0 15px 50px 0;
}

.shop-detail h4,.shop-detail h4 img{
	float: none;
	margin: 0;
}
.shop-detail a{
	display: block;
	color: #ea574d;
	size: 10px;
}
.shop-detail div{
	display: block;
	width: 295px;
	float: right;
}
	




.event-top h3{
	margin-bottom: 5px;
	padding: 0;
	/* font-family: "FOT-筑紫Aオールド明朝 Pr6 B"; */
	font-size: 19px ;
	font-weight: bold;
	line-height:1;
	color: #F52D35;
	background: none;
}
#wrap section .event-info h3{
	padding-bottom: 10px;
	margin-bottom: 0 ;
	/* font-family: "FOT-筑紫Aオールド明朝 Pr6 B"; */
	font-size: 24px ;
	font-weight: bold;
	text-align:center;
	line-height:1;
	color: #F52D35;
	background: none;
	border-bottom: 1px dotted #666;
}
.event-info h4{
	margin:5px 0;
	/* font-family: "FOT-筑紫Aオールド明朝 Pr6 B"; */
	font-size:18px;
	font-weight:bold;
	color: #000;
}
.event-info h4 span{
	display:block;	
	color:#F62E36;
}




.event-info{
	width: 599px;
	padding: 20px 45px;
	margin-bottom: 30px;
	border: 8px solid #f6f7f8;
}
.event-info div{
	padding: 20px 25px;
	/* font-family: "F+UD-筑紫明朝 R"; */
	font-size: 15px;
	border-bottom: 1px dotted #666;
}
.event-info a{
	display: block;
	padding-top: 20px;
	color: #f52d35;
	text-align: right;
}

.kanren{
	width: 640px;
	padding: 60px 20px 15px 40px;
	border: 5px solid #cacaca;
}

#wrap section .kanren h3{
	padding: 0;
	margin: 0 0 25px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
	border: none;
}

.kanren li{
	width: 140px;
	float: left;
	margin-right: 20px;
}
	

.kanren:empty {
  display: none;
}









table.collabo2016 tr:nth-child(odd){ background: #f4f4f4; }
table.collabo2016 td{ padding: 5px 0; }


/* 産地情報1 */

.s01-copy{
	width:290px;
	float:right;
}


/* 産地情報2 */

.sanchi-02{
	clear:both;
	padding-top:60px;
	margin-bottom:70px;
}

.s02-img{
	float:right;
}

.s02-copy h3{
	font-size:18pt !important;
	padding-bottom:30px !important;
}

.s02-copy{
	width:500px;
}

.aichi{ background: url(../../../../../2015/images/shop/map/aichi.gif) bottom center no-repeat; }
.akita{ background: url(../../../../../2015/images/shop/map/akita.gif) bottom center no-repeat; }
.aomori{ background: url(../../../../../2015/images/shop/map/aomori.gif) bottom center no-repeat; }
.fukui{ background: url(../../../../../2015/images/shop/map/fukui.gif) bottom center no-repeat; }
.fukuoka{ background: url(../../../../../2015/images/shop/map/fukuoka.gif) bottom center no-repeat; }
.fukushima{ background: url(../../../../../2015/images/shop/map/fukushima.gif) bottom center no-repeat; }
.gifu{ background: url(../../../../../2015/images/shop/map/gifu.gif) bottom center no-repeat; }
.hokkaido{ background: url(../../../../../2015/images/shop/map/hokkaido.gif) bottom center no-repeat; }
.hyogo{ background: url(../../../../../2015/images/shop/map/hyogo.gif) bottom center no-repeat; }
.ishikawa{ background: url(../../../../../2015/images/shop/map/ishikawa.gif) bottom center no-repeat; }
.iwate{ background: url(../../../../../2015/images/shop/map/iwate.gif) bottom center no-repeat; }
.kumamoto{ background: url(../../../../../2015/images/shop/map/kumamoto.gif) bottom center no-repeat; }
.kyoto{ background: url(../../../../../2015/images/shop/map/kyoto.gif) bottom center no-repeat; }
.mie{ background: url(../../../../../2015/images/shop/map/mie.gif) bottom center no-repeat; }
.miyagi{ background: url(../../../../../2015/images/shop/map/miyagi.gif) bottom center no-repeat; }
.nagasaki{ background: url(../../../../../2015/images/shop/map/nagasaki.gif) bottom center no-repeat; }
.nara{ background: url(../../../../../2015/images/shop/map/nara.gif) bottom center no-repeat; }
.niigata{ background: url(../../../../../2015/images/shop/map/niigata.gif) bottom center no-repeat; }
.okayama{ background: url(../../../../../2015/images/shop/map/okayama.gif) bottom center no-repeat; }
.ooita{ background: url(../../../../../2015/images/shop/map/ooita.gif) bottom center no-repeat; }
.saga{ background: url(../../../../../2015/images/shop/map/saga.gif) bottom center no-repeat; }
.saitama{ background: url(../../../../../2015/images/shop/map/saitama.gif) bottom center no-repeat; }
.shiga{ background: url(../../../../../2015/images/shop/map/shiga.gif) bottom center no-repeat; }
.shimane{ background: url(../../../../../2015/images/shop/map/shimane.gif) bottom center no-repeat; }
.shizuoka{ background: url(../../../../../2015/images/shop/map/shizuoka.gif) bottom center no-repeat; }
.tokyo{ background: url(../../../../../2015/images/shop/map/tokyo.gif) bottom center no-repeat; }
.toyama{ background: url(../../../../../2015/images/shop/map/toyama.gif) bottom center no-repeat; }
.yamagata_niigata{ background: url(../../../../../2015/images/shop/map/yamagata_niigata.gif) bottom center no-repeat; }
.yamaguchi{ background: url(../../../../../2015/images/shop/map/yamaguchi.gif) bottom center no-repeat; }
.yamanashi{ background: url(../../../../../2015/images/shop/map/yamanashi.gif) bottom center no-repeat; }

/*concept*/

dl.concept{	
	font-size: 16px;
}
dl.concept dt{
	float:left;
	width: 140px;
	padding: 6px 0;
	margin-left: 10px;
	text-align: center;
	color: #fff;
	background: #F62E36;
}
dl.concept dd{
	padding:6px 0 30px 170px;
	margin-bottom:20px;
	color: #000;
	border-bottom: 1px solid #000; 
}
dl.concept dd:last-child{ border: none; }
p.txt-concept{
	line-height:2em;
	font-size:16px;
	text-align:center;
}

/*about*/
ul.about{
	padding:0 50px;
}
ul.about li{
	margin-bottom:50px;
	position:relative;
}
ul.about li img{
	float: left;
}
ul.about li h3,ul.about li p{
	width:310px;
	float:right;
}
#wrap ul.about li h3{
	padding: 20px 0 10px;
	margin-bottom: 0;
	font-size:19px;
	background: none;
}
ul.about a{
	position:absolute;
	right:0;
	bottom: 0;
	font-size: 17px;
	line-height:2;
	color: #F62E36;
	border-bottom: 1px dotted #F62E36;
}


/*event*/

.event-cal{
	margin-bottom: 30px;
}

.event-cal p{
	display: block;
	float: left;
	padding: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #f6f7f8;
}
.event-cal p span{
	display: block;
	font-size: 12px;
}
.event-cal dl{
	float: right;
	width: 550px;
}
.event-cal dt{
	float: left;
	width: 370px;
	padding: 0 0 10px;
	line-height: 1;
}
.event-cal dd{
	padding: 0 0 10px 370px;
	text-align: right;
}
.event-cal dd span{
	padding: 4px 15px;
	margin-left: 3px;
	font-size: 12px;
	color: #ea574d;
	text-align: center;
	background: #f6f7f8;
}
.event-cal dt a{
	font-weight: normal;
	color: #231815;
}
.event-cal dt a:hover{ border-bottom: 1px solid #231815;}
.event-cal dt a:after{
	content: ">>";
	padding-left: 1em;
}

/*stamp*/
.stamp{
	width: 720px;
	text-align: left;
	outline: none;
}
.stamp div,#wrap section.collabo-shop .stamp p{
	font-size: 12px;
}

.stamp div{
	margin-bottom: 40px;
	color: #221815;
}
#wrap .stamp div h3{
	padding: 0; 
	margin: 15px 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #221815;
	border: none;
	background: #fff;
}
#wrap section.collabo-shop .stamp h2{
	padding: 0 0 5px;
	margin: 0 0 20px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: bold;
	color: #ea574d;
	border-bottom: 1px solid #ea574d;
}
.stamp dl{
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.stamp dt{
	float: left;
	width:60px;
	padding: 0 0 30px 10px;
	font-size: 53px;
	font-weight: bold;
	color: #ea574d;
	line-height: 1;
}
.stamp dd{
	padding: 15px 0 30px 70px ;
	font-size: 26px;
	font-weight: bold;
}
.stamp dd span{
	display: block;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ea574d;
}
.stamp dd a{ text-decoration: underline; }
.stamp-area{
	padding-left: 25px;
	overflow: hidden;
}
.stamp-area a{
	display: block;
	float: left;
	margin-right: 25px;
}

.column{
	width: 720px;
	text-align: center;
}

#wrap section.collabo-shop .column h3{
	padding: 0;
	margin: 0 0 30px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:	22px;
	font-weight: normal;
	border: none;
	background: #fff;
}
.column div{
	margin: 0 auto 100px;
}
.column div p{
	display: block;
	width: 515px;
	margin: 0 auto;
	text-align: left;
}
.column div img{ margin-bottom: 35px; }
.column div div{
	width: 640px;
	margin: 0 auto;
	text-align: left;
}
.column div div p{
	display: block;
	float: right;
	width: 330px;
}
.column div div img{ float: left; }
.column .column-top{
	padding: 20px 0;
	margin: -10px auto 50px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
	background: #ea574d;
}

/*産地マップ*/
.craft-map area{ border: none; outline: none; }



/*footer*/

footer{
	width:100%;
	padding-bottom: 30px;
	text-align: left;
	background: #f6f7f9;
}

.foot-title{
	width: 100%;
	padding: 7px 0;
	margin-bottom: 30px;
	background: #fb3733;
}
.foot-title a{ color: #fff; }
footer ul{
}
footer ul li{
	float: left;
	color: #5a5a5a;
}
footer ul a{
	display: block;
	color: #5a5a5a;
}
footer ul li.foot-logo{
	width: 690px;
	padding-top: 15px;
}
footer ul li.sns{
	width: 130px;
	padding-top: 5px;
	margin-right: 20px;
	border-right: 2px solid #fff;
}
footer ul li.sns img{
	float: left;
	margin-right: 10px;
}
footer ul li a.foot-mail{
	padding: 10px 0 0 40px;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: url(./../images/foot-mail.png) left 3px no-repeat;
}
footer ul.foot-cont{
	width: 1071px;
	padding-left: 10px;
}
footer ul.foot-cont li{ margin-right: 10px; }
footer ul li.foot-txt{ margin-right: 31px; }

.attention{
	width: 100%;
	padding: 5px 0;
	font-size: 13px;
	font-weight: bold;
	background: #23282d;
	border-bottom: 1px solid #000;
}
.attention a{
	color: #F7F7F7;
}

/*TOPスクロールボタン*/
#page-top {
	position: fixed;
	bottom: 70px;
	right: 50px;
	font-size: 77%;
}
#page-top a {
	background:#ea574e;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border-radius: 2px;
	font-size:15px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}


/*SP非表示*/
.sp-top,
button.drawer-toggle,
.drawer-hamburger-icon,
.drawer-main,
.for-sp {
	display:none;
}

/*調整マージン*/

.w180{ width: 180px; }

.flo-r{ float: right; }
.flo-l{ float: left; }

.txt-11{ font-size: 11px; }
.txt-c{ text-align: center ;}
.txt-l{ text-align: left ;}

.red{ color: #ff0000;}
span.red{ font-weight:bold; }

.mgn-t15{ margin-top: 15px; }
.mgn-t40{ margin-top: 40px; }
.mgn-t50{ margin-top: 50px; }
.mgn-t120{ margin-top: 120px; }
.mgn-t160{ margin-top: 160px; }

.mgn-r0,img.mgn-r0,li.mgn-r0{ margin-right:0px;}
.mgn-r5{ margin-right:5px; }
.mgn-r10{ margin-right:10px; }
.mgn-r15{ margin-right:15px; }
.mgn-r20{ margin-right:20px; }
.mgn-r25{ margin-right:25px; }
.mgn-r30{ 	margin-right: 29px;}
.mgn-r34{ margin-right:34px; }
.mgn-r40{ margin-right:40px; }
.mgn-r65{ margin-right:65px;}
.mgn-r70{ margin-right:70px;}
.mgn-r75{ margin-right:75px;}
.mgn-r120{ margin-right:120px; }
.mgn-r150{ margin-right: 150px; }
.mgn-r200{ margin-right: 200px; }
.mgn-r370{ margin-right:370px;}

.mgn-b5{ margin-bottom:5px;}
.mgn-b10{ margin-bottom:10px;}
.mgn-b15,.entry-content p.mgn-b15{ margin-bottom:15px;}
.mgn-b20{ margin-bottom:20px;}
.mgn-b30,.entry-content p.mgn-b30{ margin-bottom:30px;}
.mgn-b35,.mgn-b35 p{ margin-bottom:35px;}
.mgn-b40{ margin-bottom:40px;}
.mgn-b45{ margin-bottom:45px;}
.mgn-b50,.entry-content p.mgn-b50{ margin-bottom:50px;}
.mgn-b55{ margin-bottom:55px;}
.mgn-b60{ margin-bottom:60px;}
.mgn-b70{ margin-bottom:70px;}
.mgn-b75{ margin-bottom:75px;}
.mgn-b80{ margin-bottom:80px;}
.mgn-b100{ margin-bottom:100px;}
.mgn-b170{ margin-bottom:170px;}
.mgn-b200{ margin-bottom:200px;}

.mgn-l20{ margin-left: 20px; }
.mgn-l50{ margin-left: 50px; }
.mgn-l85{ margin-left: 85px; }
.mgn-l130{ margin-left: 130px; }
.mgn-l270{ margin-left: 270px; }

/*clearfix*/
.clearfix{zoom: 1;}
.clearfix:after {content: ""; display: block; clear: both;}
