@charset "UTF-8";
/* CSS Document */
div.center {
	text-align: center;
	padding: 50px 0 0;
}
/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){

	.date_bg{
		background: rgba(21, 169, 161, 0.15);
		padding-bottom: 20px;
	}
	.date_bg .date{
		font-family: 'Roboto';
		font-size: 2.2rem;
		font-size: 22px;
		color: #15a9a1;
		font-weight: 500;
		text-align: center;
		margin-top: 15px;
	}
	.date_bg .date span{
		font-family: 'Roboto';
		font-size: 3.8rem;
		font-size: 38px;
		color: #15a9a1;
		font-weight: 500;
	}
	ul.event_list {
		width: 1000px;
		margin: 0 auto 30px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	.event_none{
		max-width: 1000px;
		margin: 0 auto;
		padding-bottom: 60px;
	}
	ul.event_list li{
		/* width: 320px; */
		/* background: url(../images/common/bg_dot_g.png) repeat;
		background-size: 8px 8px; */
		/* padding: 0 0 10px 0; */
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
		margin-bottom: 24px;
	}
		ul.event_list li:nth-child(3n+2):last-child{
    margin-left: auto;
    margin-right: 340px;
  }
	ul.event_list li div.block{
		width: 320px;
		border: 1px solid #CCC;
		line-height: 0;
		position: relative;
		padding: 22px 18px 18px 28px;
		background: #FFF;
	}
	
	ul.event_list li div.block a{
		display: block;
	}
	
	ul.event_list li div.block a:hover{
		opacity: 0.6;
	}
	
	ul.event_list li div.block span.cat{
		display: inline-block;
		font-size: 12px;
		text-align: center;
		padding: 5px 20px 4px;
		position: absolute;
		top: 0;
		right: 0;
		background: #25A9A4;
		color: #FFF;
		line-height: 1.2;
	}
	
	ul.event_list li div.block h4,
	ul.event_list li div.block h3{
		font-size: 16px;
		color: #25A9A4;
		line-height: 1.5;
	}
	
	ul.event_list li div.block h3{
		border-bottom: 1px solid #666;
		padding-bottom: 5px;
		margin-bottom: 12px;
	}
	
	ul.event_list li div.block table{
		font-size: 14px;
		line-height: 1.5;
		color: #444444;
		margin-bottom: 15px;
	}
	
	ul.event_list li div.block table th.time{
  padding-left: 22px;
  background: url(../images/event/icon01.png) no-repeat left 1px;
  background-size: 16px 16px;
  width: 6em;
	}
	
	ul.event_list li div.block table th.place{
		padding-left: 22px;
		background: url(../images/event/icon02.png) no-repeat left 1px;
		background-size: 16px 16px;
	}
	
	ul.event_list li div.block table td{
		padding-left: 1em;
	}
	
	ul.event_list li div.block div.photo{
		width: 100%;
		height: 280px;
		background: #f2f2f2;
		line-height: 0;
		margin-bottom: 10px;
		position: relative;
	}
	
	ul.event_list li div.block div.photo img{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}
	
	ul.event_list li div.block p.data{
		font-size: 12px;
		line-height: 1.2;
		color: #444444;
	}
	
	ul.event_list li div.block p.data span{
		font-size: 10px;
		display: inline-block;
		color: #FFF;
		background: #ff0000;
		padding: 2px 8px 1px;
		margin-left: 0.5em;
	}
	
	ul.event_list li div.block div.end{
		width: 68px;
		line-height: 0;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	article ul.single{
		width: 1000px;
		margin: 0 auto 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		align-items: flex-start;
		padding-top: 50px;
		justify-content: space-between;
	}
	
	article ul.single li.contents{
		width: 768px;
	}
	
	article ul.single li.contents section{
		width: 768px;
		padding-bottom: 80px;
		background: #FFF;
		margin: 0;
		position: relative;
	}
	
	article ul.single li.contents section h2.title{
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 10px;
		color: #25A9A4!important;
	}
	
	article ul.single li.contents section div.event_info {
		width: 460px;
		padding: 25px 25px 15px 25px;
		/* background: url(../images/common/ob_line_gr.png) repeat;
		background-size: 14px 14px; */
		background: #f7f7f8;
		margin-bottom: 20px;
	}
	
	article ul.single li.contents section div.event_info p{
		font-size: 14px;
		color: #444;
		line-height: 1.4;
		margin-bottom: 12px;
	}
	
	article ul.single li.contents section div.event_info table.info_table{
		width: 100%;
		font-size: 14px;
	}
	
	article ul.single li.contents section div.event_info table.info_table th{
		width: 5.5em;
		padding-bottom: 8px;
		padding-left: 1.5em;
	}
	
	article ul.single li.contents section div.event_info table.info_table th.day{
		background: url(../images/event/icon03g.png) no-repeat left 2px;
		background-size: 15px;
	}
	
	article ul.single li.contents section div.event_info table.info_table th.time{
		background: url(../images/event/icon01g.png) no-repeat left 2px;
		background-size: 15px;
	}
	
	article ul.single li.contents section div.event_info table.info_table th.place{
		background: url(../images/event/icon02g.png) no-repeat left 2px;
		background-size: 15px;
	}
	
	article ul.single li.contents section div.event_info table.info_table th.money{
		background: url(../images/event/icon04g.png) no-repeat left 2px;
		background-size: 15px;
	}
	
	article ul.single li.contents section div.event_info table.info_table th.people{
		width: 8.5em;
		background: url(../images/event/icon05g.png) no-repeat left 2px;
		background-size: 15px;
	}
	
	article ul.single li.contents section div.event_info table.info_table th.contact_info{
		width: 8.5em;
		background: url(../images/event/icon06g.png) no-repeat left 2px;
		background-size: 15px;
	}
	
	article ul.single li.contents section div.event_info table.info_table td{
		padding-bottom: 8px;
		padding-left: 2em;
	}
	
	article ul.single li.contents section div.event_info table.info_table td a{
		text-decoration: underline;
		color: #25A9A4;
	}
	
	article ul.single li.contents section ul.cat_info{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 18px;
	}
	
	article ul.single li.contents section ul.cat_info li.shop a{
		display: inline-block;
		text-decoration: underline;
		color: #333;
		font-size: 14px;
	}
	
	article ul.single li.contents section ul.cat_info li.data p{
		font-size: 12px;
	}
	
	article ul.single li.contents section ul.cat_info li.data p span{
		font-size: 10px;
		display: inline-block;
		color: #FFF;
		background: #ff0000;
		padding: 2px 8px 1px;
		margin-right: 1em;
	}
	
	article ul.single li.contents section ul.sns_share{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		align-items: flex-start;
		justify-content: flex-end;
	}
	
	article ul.single li.contents section ul.sns_share li{
		display: inline-block;
		margin-left: 10px;
	}
	
	article ul.single li.contents section ul.sns_share li div{
		line-height: 0;
	}
	
	article ul.single li.contents section div.contents_inner{
		width: 100%;
		padding-top: 0;
		border-bottom: 1px dotted #666;
		padding-bottom: 50px;
		margin-bottom: 2px;
	}
	
	/*ここからパーツ*/
	article ul.single li.contents section div.contents_inner h2{
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 10px;
		color: #333;
	}
	
	article ul.single li.contents section div.contents_inner h3{
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	
	article ul.single li.contents section div.contents_inner h4{
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	
	article ul.single li.contents section div.contents_inner p.text{
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 25px;
	}
	
	article ul.single li.contents section div.contents_inner div.shadow_box{
		width: 100%;
		/* background: url(../images/common/bg_dot_g.png) repeat;
		background-size: 8px 8px; */
		padding: 0;
		margin: 10px 0 10px 10px;
		position: relative;
	}
	
	article ul.single li.contents section div.contents_inner div.shadow_box div{
		display: inline-block;
		width: 100%;
		line-height: 0;
		margin-top: -10px;
		margin-left: -10px;
	}
	
	article ul.single li.contents section div.contents_inner div.shadow_box02{
		display: inline-block;
		background: url(../images/common/bg_dot_g.png) repeat;
		background-size: 8px 8px;
		padding: 0;
		margin: 10px 0 20px 10px;
		position: relative;
	}
	
	article ul.single li.contents section div.contents_inner div.shadow_box02 div{
		display: inline-block;
		width: 100%;
		line-height: 0;
		margin-top: -10px;
		margin-left: -10px;
	}
	
	article ul.single li.contents section div.contents_inner ul.two_images,
	article ul.single li.contents section div.contents_inner ul.three_images{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	
	article ul.single li.contents section div.contents_inner ul.two_images li{
		width: 48%;
	}
	
	article ul.single li.contents section div.contents_inner ul.three_images li{
		width: 31%;
	}
	
	article ul.single li.contents section div.contents_inner div.around_L,
	article ul.single li.contents section div.contents_inner div.around_R{
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	
	article ul.single li.contents section div.contents_inner div.around_L div.shadow_box02{
		float: left;
		margin-right: 20px;
	}
	
	article ul.single li.contents section div.contents_inner div.around_R div.shadow_box02{
		float: right;
		margin-left: 20px;
	}
	
	article ul.single li.contents section div.contents_inner div.btn_area{
		width: 100%;
		margin: 30px 0;
		text-align: center;
	}
	
	article ul.single li.contents section div.contents_inner div.btn_area a.btn{
		display: inline-block;
		padding: 10px;
		background: #CCC;
		border: 1px solid #CCC;
		color: #000;
	}
	
	article ul.single li.contents section div.contents_inner div.btn_area i{
		display: inline-block;
		margin-left: 0.5em;
	}
	
	article ul.single li.contents section div.contents_inner table.content_table {
		width: 100%;
		border: 1px solid #ccc;
		margin: 30px 0;
	}
	
	article ul.single li.contents section div.contents_inner table.content_table th{
		border: 1px solid #ccc;
		border-width: 0 1px 1px 0;
		padding: 5px;
	}
	
	article ul.single li.contents section div.contents_inner table.content_table td{
		border: 1px solid #ccc;
		border-width: 0 0 1px 0;
		padding: 5px;
	}
	
	article ul.single li.contents section div.contents_inner div.map {
		width: 100%;
		height: 300px;
		margin: 30px 0;
	}
	
	article ul.single li.contents section div.contents_inner div.map iframe{
		width: 100%!important;
		height: 100%!important;
	}
	
	article ul.single li.contents section div.contents_inner div.youtube{
		width: 100%;
		padding-bottom: 56.2%;
		height: 0px;
		position: relative;
		margin: 30px auto;
	}
	
	article ul.single li.contents section div.contents_inner div.youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	/*ここでまでパーツ*/
	
	article ul.single li.contents section ul.nb_btn {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		border-top: 1px dotted #666;
		padding-top: 40px;
	}
	
	article ul.single li.contents section ul.nb_btn li{
		width: 125px;
		height: 32px;
		margin: 0 5px;
		border: 1px solid #666;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 12px;
		transition-duration: 0.5s;
	}
	
	article ul.single li.contents section ul.nb_btn li:hover{
		border: 1px solid #25A9A4;
	}
	
	article ul.single li.contents section ul.nb_btn li:hover a{
		color: #25A9A4;
	}
	
	article ul.single li.contents section ul.nb_btn li a{
		height: 100%;
		display: block;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		color: #666;
	}
	

	
	article ul.single li.side_nav{
		width: 190px;
	}
	
	article ul.single li.side_nav ul{
		width: 100%;
		border-top: 1px solid #666;
		padding-bottom: 20px;
	}
	
	article ul.single li.side_nav ul li{
		width: 100%;
		padding: 5px 0;
		border-bottom: 1px solid #666;
	}
	
	article ul.single li.side_nav ul li a{
		width: 100%;
		display: block;
		color: #727171;
		font-size: 12px;
		line-height: 1.2;
		padding: 8px 12px;
	}
	
	article ul.single li.side_nav ul li a.is-active,
	article ul.single li.side_nav ul li a:hover{
		background: #25A9A4;
		color: #FFF;
	}
	/* ショップニュース */
article section ul.ChangeElem_Btn_Content{
	width: 620px;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

article section ul.ChangeElem_Btn_Content li{
	width: 204px;
	height: 42px;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #4d4d4d;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	background: #FFF;
	cursor: pointer;
	transition-duration: 0.5s;
	text-align: center;
	margin-bottom: 5px;
border-top: 1.5px solid rgba(21, 169, 161, 1);
}

article section ul.ChangeElem_Btn_Content li.is-active:nth-child(1),
article section ul.ChangeElem_Btn_Content li:hover:nth-child(1){
	background: #25A9A4;
	color: #FFF;
}

article section ul.ChangeElem_Btn_Content li.is-active:nth-child(2),
article section ul.ChangeElem_Btn_Content li:hover:nth-child(2){
	background: #25A9A4;
	color: #FFF;
}

article section ul.ChangeElem_Btn_Content li.is-active:nth-child(3),
article section ul.ChangeElem_Btn_Content li:hover:nth-child(3){
	background: #25A9A4;
	color: #FFF;
}

article section ul.ChangeElem_Btn_Content li.is-active:nth-child(4),
article section ul.ChangeElem_Btn_Content li:hover:nth-child(4){
	background: #25A9A4;
	color: #FFF;
}

article section ul.ChangeElem_Btn_Content li.is-active:nth-child(5),
article section ul.ChangeElem_Btn_Content li:hover:nth-child(5){
	background: #25A9A4;
	color: #FFF;
}

article section ul.ChangeElem_Btn_Content li.is-active:nth-child(6),
article section ul.ChangeElem_Btn_Content li:hover:nth-child(6){
	background: #25A9A4;
	color: #FFF;
}
.shop_news_bg{
	width: 100%;
    /* background: url(../images/common/ob_line_y.png) repeat;
    background-size: 14px 14px; */
background: #fcfcf9;
}
article section.list {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 0;
}

ul.ChangeElem_Panel{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: flex-start;
	padding-bottom: 50px;
}

ul.ChangeElem_Panel li.list_block{
	width: 234px;
	margin: 8px;
	margin-bottom: 36px;
}
ul.ChangeElem_Panel li.newsNoMessage{
padding: 5em 0 10em;
width: 100%;
text-align: center;
}

ul.ChangeElem_Panel li.list_block a{
	display: block;
	color: #333;
}

ul.ChangeElem_Panel li.list_block a:hover{
	opacity: 0.6;
}

ul.ChangeElem_Panel li.list_block ul{
	width: 100%;
}

ul.ChangeElem_Panel li.list_block ul li.photo{
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

ul.ChangeElem_Panel li.list_block ul li.photo div{
	width: 100%;
	height: 204px;
	line-height: 0;
	border: 1px solid #CCC;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
}

ul.ChangeElem_Panel li.list_block ul li.photo div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul.ChangeElem_Panel li.list_block ul li.photo span{
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	padding: 6px 10px;
	position: absolute;
	top: 1px;
	left: 1px;
}

ul.ChangeElem_Panel li.list_block ul li.photo span.fashion{
	background: #ee87b4;
}

ul.ChangeElem_Panel li.list_block ul li.photo span.sundries{
	background: #00a0e9;
}

ul.ChangeElem_Panel li.list_block ul li.photo span.service{
	background: #8bc53f;
}

ul.ChangeElem_Panel li.list_block ul li.photo span.restaurant{
	background: #f6921e;
}

ul.ChangeElem_Panel li.list_block ul li.photo span.amusement{
	background: #c076c6;
}

ul.ChangeElem_Panel li.list_block ul li.text{
	width: 100%;
}

ul.ChangeElem_Panel li.list_block ul li.text h2{
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 3px;
}

ul.ChangeElem_Panel li.list_block ul li.text h2.fashion{
	color: #ee87b4;
}

ul.ChangeElem_Panel li.list_block ul li.text h2.sundries{
	color: #00a0e9;
}

ul.ChangeElem_Panel li.list_block ul li.text h2.service{
	color: #8bc53f;
}

ul.ChangeElem_Panel li.list_block ul li.text h2.restaurant{
	color: #f6921e;
}

ul.ChangeElem_Panel li.list_block ul li.text h2.amusement{
	color: #c076c6;
}

ul.ChangeElem_Panel li.list_block ul li.text p.data{
	width: 100%;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 5px;
	margin-bottom: 8px;
	position: relative;
	border-bottom: 1px solid #333;
}

ul.ChangeElem_Panel li.list_block ul li.text p.data span{
	font-size: 10px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
	background: #ff0000;
	padding: 2px 8px 1px;
}

ul.ChangeElem_Panel li.list_block ul li.text p.name{
	font-size: 14px;
	line-height: 1.4;
	padding-left: 25px;
	background: url(../images/common/shop_icon.png) no-repeat left 2px;
	background-size: 18px 14px;
}
.date_nav{
	position: relative;
    width: 1000px;
	margin: -35px auto 0;
	display: flex;
	justify-content: space-between;
	font-family: 'Noto Sans JP';
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.date_nav a{
	color: #666666;}
.prev{display: inline-block;}
.next{display: inline-block;}
div.f_banner{
	width: 100%;
	max-width: 1000px;
	padding: 60px 0 40px;
	margin: 0 auto;
	background: #FFF;
	border-top: 1px solid #666666;
}
.f_banner.date_event{
	border-top: none;
}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){
	
	ul.event_list {
		width: 95%;
		margin: 0 auto;
	}
	
	ul.event_list li{
		width: 100%;
		max-width: 320px;
		margin: 0 auto 20px;
		background: url(../images/common/bg_dot_g.png) repeat;
		background-size: 8px 8px;
		padding: 0 0 10px 0;
	}
	
	ul.event_list li div.block{
		width: -webkit-calc(100% - 10px);
		width: -moz-calc(100% - 10px);
		width: calc(100% - 10px);
		max-width: 310px;
		border: 1px solid #CCC;
		line-height: 0;
		position: relative;
		padding: 22px 18px 18px 18px;
		background: #FFF;
	border-top: 1.5px solid rgba(21, 169, 161, 1);
	}
	
	ul.event_list li div.block a{
		display: block;
	}
	
	ul.event_list li div.block span.cat{
		display: inline-block;
		font-size: 10px;
		text-align: center;
		padding: 5px 20px 4px;
		position: absolute;
		top: 0;
		right: 0;
		background: #25A9A4;
		color: #FFF;
		line-height: 1.2;
	}
	
	ul.event_list li div.block h4,
	ul.event_list li div.block h3{
		font-size: 16px;
		color: #25A9A4;
		line-height: 1.5;
	}
	
	ul.event_list li div.block h3{
		border-bottom: 1px solid #666;
		padding-bottom: 5px;
		margin-bottom: 12px;
	}
	
	ul.event_list li div.block table{
		font-size: 14px;
		line-height: 1.5;
		color: #444444;
		margin-bottom: 15px;
	}
	
	ul.event_list li div.block table th.time{
		padding-left: 22px;
		background: url(../images/event/icon01.png) no-repeat left 1px;
		background-size: 16px 16px;
    width: 6em;
	}
	
	ul.event_list li div.block table th.place{
		padding-left: 22px;
		background: url(../images/event/icon02.png) no-repeat left 1px;
		background-size: 16px 16px;
	}
	
	ul.event_list li div.block table td{
		padding-left: 1em;
	}
	
	ul.event_list li div.block div.photo{
		width: 100%;
		height: 280px;
		background: #f2f2f2;
		line-height: 0;
		margin-bottom: 10px;
		position: relative;
	}
	
	ul.event_list li div.block div.photo img{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: auto;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
	}
	
	ul.event_list li div.block p.data{
		font-size: 12px;
		line-height: 1.2;
		color: #444444;
	}
	
	ul.event_list li div.block p.data span{
		font-size: 10px;
		display: inline-block;
		color: #FFF;
		background: #ff0000;
		padding: 2px 8px 1px;
		margin-left: 0.5em;
	}
	
	ul.event_list li div.block div.end{
		width: 68px;
		line-height: 0;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	article ul.single{
		width: 100%;
		margin: 0 auto;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	article ul.single li.contents{
		width: 95%;
		padding: 0 0 50px 0;
		margin: 0 auto;
	}
	
	article ul.single li.contents section{
		width: 100%;
		padding: 0 15px 0 15px;
		background: #FFF;
		margin: 0 auto;
		position: relative;
	}
	
	article ul.single li.contents section ul.cat_info{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 18px;
	}
	
	article ul.single li.contents section ul.cat_info li.data p{
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	article ul.single li.contents section ul.cat_info li.data p span{
		font-size: 10px;
		font-size: 1.0rem;
		display: inline-block;
		color: #FFF;
		background: #ff0000;
		padding: 2px 8px 1px;
		margin-right: 1em;
	}
	
	article ul.single li.contents section ul.sns_share{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	
	article ul.single li.contents section ul.sns_share li{
		display: inline-block;
		margin-left: 10px;
		margin-bottom: 6px;
	}
	
	article ul.single li.contents section ul.sns_share li:first-child{
		width: 100%;
	}
	
	article ul.single li.contents section ul.sns_share li div{
		line-height: 0;
	}
	
	article ul.single li.contents section div.contents_inner{
		width: 100%;
		border-bottom: 1px dotted #666;
		padding-top: 25px;
		margin-bottom: 2px;
	}
	
	article ul.single li.contents section div.contents_inner h2{
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	
	article ul.single li.contents section div.contents_inner h3{
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	
	article ul.single li.contents section div.contents_inner h4{
		font-size: 16px;
		font-size: 1.86rem;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	
	article ul.single li.contents section div.contents_inner p.text{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		margin-bottom: 5px;
	}
	
	article ul.single li.contents section h2.title {
    color: #25A9A4!important;
	}
	
	article ul.single li.contents section div.event_info {
		width: 100%;
		padding: 15px 15px 10px 15px;
		background: url(../images/common/ob_line_gr.png) repeat;
		background-size: 14px 14px;
		margin-bottom: 20px;
	}
	
	article ul.single li.contents section div.event_info p{
		font-size: 12px;
		font-size: 1.2rem;
		color: #444;
		line-height: 1.4;
		margin-bottom: 12px;
	}
	
	article ul.single li.contents section div.event_info table.info_table{
		width: 100%;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	article ul.single li.contents section div.event_info table.info_table th{
		width: 5.5em;
		padding-bottom: 8px;
		padding-left: 1.5em;
	}
	
	article ul.single li.contents section div.event_info table.info_table th.day{
		background: url(../images/event/icon03g.png) no-repeat left 2px;
		background-size: 15px;
	}
	
	article ul.single li.contents section div.event_info table.info_table th.time{
		background: url(../images/event/icon01g.png) no-repeat left 2px;
		background-size: 15px;
	}
	
	article ul.single li.contents section div.event_info table.info_table th.place{
		background: url(../images/event/icon02g.png) no-repeat left 2px;
		background-size: 15px;
	}
	
	article ul.single li.contents section div.event_info table.info_table th.money{
		background: url(../images/event/icon04g.png) no-repeat left 2px;
		background-size: 15px;
	}
	
	article ul.single li.contents section div.event_info table.info_table th.people{
		width: 8.5em;
		background: url(../images/event/icon05g.png) no-repeat left 2px;
		background-size: 15px;
	}
	
	article ul.single li.contents section div.event_info table.info_table th.contact_info{
		width: 8.5em;
		background: url(../images/event/icon06g.png) no-repeat left 2px;
		background-size: 15px;
	}
	
	article ul.single li.contents section div.event_info table.info_table td{
		padding-bottom: 8px;
		padding-left: 1.5em;
	}
	
	article ul.single li.contents section div.event_info table.info_table td a{
		text-decoration: underline;
		color: #25A9A4;
	}
	
	/*ここからパーツ*/
	article ul.single li.contents section div.contents_inner h2{
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.4;
		margin-bottom: 10px;
		color: #333;
	}
	
	article ul.single li.contents section div.contents_inner h3{
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	
	article ul.single li.contents section div.contents_inner h4{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	
	article ul.single li.contents section div.contents_inner p.text{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		margin-bottom: 25px;
	}
	
	article ul.single li.contents section div.contents_inner div.shadow_box{
		width: 100%;
		/* background: url(../images/common/bg_dot_g.png) repeat;
		background-size: 8px 8px; */
		padding: 0;
		margin: 20px 0 10px 10px;
		position: relative;
	}
	
	article ul.single li.contents section div.contents_inner div.shadow_box div{
		display: inline-block;
		width: 100%;
		line-height: 0;
		margin-top: -10px;
		margin-left: -10px;
	}
	
	article ul.single li.contents section div.contents_inner div.shadow_box02{
		display: inline-block;
		background: url(../images/common/bg_dot_g.png) repeat;
		background-size: 8px 8px;
		padding: 0;
		margin: 20px 0 10px 10px;
		position: relative;
	}
	
	article ul.single li.contents section div.contents_inner div.shadow_box02 div{
		display: inline-block;
		width: 100%;
		line-height: 0;
		margin-top: -10px;
		margin-left: -10px;
	}
	
	article ul.single li.contents section div.contents_inner ul.two_images,
	article ul.single li.contents section div.contents_inner ul.three_images{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	article ul.single li.contents section div.contents_inner ul.two_images li,
	article ul.single li.contents section div.contents_inner ul.three_images li{
		width: 100%;
		margin-bottom: 10px;
	}
	
	article ul.single li.contents section div.contents_inner div.around_L,
	article ul.single li.contents section div.contents_inner div.around_R{
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	article ul.single li.contents section div.contents_inner div.around_L div.shadow_box02{
		width: 100%;
		margin: 0 auto 20px;
	}
	
	article ul.single li.contents section div.contents_inner div.around_R div.shadow_box02{
		width: 100%;
		margin: 0 auto 20px;
	}
	
	article ul.single li.contents section div.contents_inner div.btn_area{
		width: 100%;
		margin: 30px 0;
		text-align: center;
	}
	
	article ul.single li.contents section div.contents_inner div.btn_area a.btn{
		display: inline-block;
		padding: 10px;
		background: #CCC;
		border: 1px solid #CCC;
		color: #000;
	}
	
	article ul.single li.contents section div.contents_inner div.btn_area i{
		display: inline-block;
		margin-left: 0.5em;
	}
	
	article ul.single li.contents section div.contents_inner table.content_table {
		width: 100%;
		border: 1px solid #ccc;
		margin: 30px 0;
	}
	
	article ul.single li.contents section div.contents_inner table.content_table th{
		width: 100%;
		border-bottom: 1px dotted #ccc;
		padding: 5px;
		display: block;
		background: #f6f6f6;
	}
	
	article ul.single li.contents section div.contents_inner table.content_table td{
		width: 100%;
		border: 1px solid #ccc;
		border-width: 0 0 1px 0;
		padding: 5px;
		display: block;
	}
	
	article ul.single li.contents section div.contents_inner div.map {
		width: 100%;
		height: 300px;
		margin: 30px 0;
	}
	
	article ul.single li.contents section div.contents_inner div.map iframe{
		width: 100%!important;
		height: 100%!important;
	}
	
	article ul.single li.contents section div.contents_inner div.youtube{
		width: 100%;
		padding-bottom: 56.2%;
		height: 0px;
		position: relative;
		margin: 30px auto;
	}
	
	article ul.single li.contents section div.contents_inner div.youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	/*ここでまでパーツ*/
	
	article ul.single li.contents section ul.nb_btn {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		border-top: 1px dotted #666;
		padding-top: 40px;
	}
	
	article ul.single li.contents section ul.nb_btn li{
		width: 125px;
		height: 32px;
		margin: 0 5px;
		border: 1px solid #666;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		font-size: 12px;
		transition-duration: 0.5s;
	}
	
	article ul.single li.contents section ul.nb_btn li a{
		height: 100%;
		display: block;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		color: #666;
	}
	/* ショップニュース */
	article section.list {
		width: 95%;
		margin: 0 auto;
	}
	article section.list ul.ChangeElem_Panel{
		width: 100%;
		padding-bottom: 0px;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block{
		width: 100%;
		border-bottom: 1px dotted #333;
		margin-bottom: 15px;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block a{
		display: block;
		color: #333;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul{
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo{
		width: 44.7%;
		margin-bottom: 15px;
		position: relative;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo div{
		width: 100%;
		height: 37.1vw;
		line-height: 0;
		border: 1px solid #CCC;
		overflow: hidden;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo div img{
		width: 100%;
		height: 100%;
        object-fit: cover;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span{
		display: inline-block;
		color: #FFF;
		font-size: 12px;
		font-size: 1.2rem;
		padding: 6px 10px;
		position: absolute;
		top: 1px;
		left: 1px;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.fashion{
		background: #ee87b4;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.sundries{
		background: #00a0e9;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.service{
		background: #8bc53f;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.restaurant{
		background: #f6921e;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.photo span.amusement{
		background: #c076c6;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text{
		width: 50.7%;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.3;
		margin-bottom: 3px;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.fashion{
		color: #ee87b4;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.sundries{
		color: #00a0e9;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.service{
		color: #8bc53f;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.restaurant{
		color: #f6921e;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text h2.amusement{
		color: #c076c6;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text p.data{
		width: 100%;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.2;
		padding-bottom: 5px;
		margin-bottom: 8px;
		position: relative;
		border-bottom: 1px solid #333;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text p.data span{
		font-size: 10px;
		font-size: 1.0rem;
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		color: #FFF;
		background: #ff0000;
		padding: 2px 8px 1px;
	}
	
	article section.list ul.ChangeElem_Panel li.list_block ul li.text p.name{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		padding-left: 25px;
		background: url(../images/common/shop_icon.png) no-repeat left 2px;
		background-size: 18px 14px;
	}

	.date_bg{
		background: rgba(21, 169, 161, 0.15);
padding: 10px 0 20px;
	}

	.date_bg .date{
		font-family: 'Roboto';
		font-size: 1.8rem;
		font-size: 18px;
		color: #15a9a1;
		font-weight: 500;
		text-align: center;
		margin-top: 15px;
	}

	.date_bg .date span{
		font-family: 'Roboto';
		font-size: 3rem;
		font-size: 30px;
		color: #15a9a1;
		font-weight: 500;
	}
	.date_nav{
		position: relative;
		width: 95%;
		margin: -30px auto 0;
		display: flex;
		justify-content: space-between;
		font-family: 'Noto Sans JP';
		font-size: 1.4rem;
		font-size: 14px;
		font-weight: 400;
		color: #666666;
	}
	.date_nav a{
		color: #666666;}
	.prev{display: inline-block;}
	.next{display: inline-block;}
	.shop_news_bg{
		width: 100%;

	background: #fcfcf9;
		padding-bottom: 40px;
	}
}

@media print, screen and (max-width: 480px){

}
