@charset "utf-8";

/*下層ページ用のスタイルです。*/
/* --------------------------- */
/*  matrix_block & flex block  */
/* --------------------------- */

.matrix_block {
	margin:1em auto;
	padding:0;
	text-align:left;
	vertical-align:middle;
	border-collapse:collapse;
}
.matrix_block th,
.matrix_block td {
	padding:5px;
	border:#a67c52 dotted 1px;
	border-collapse:collapse;
}

dl.matrix_block,
.flex_block {
	width:100%;
	display:-ms-flexbox;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin:1em auto 2em;
	padding:0;
	letter-spacing:-.40em;
	clear:both;
	/*border-top:#d0d0d0 1px solid*/
}
.recruit_info_area dl.matrix_block { margin:0.5em 0 0; }

.flex_block.pack_start { -ms-flex-pack:start; justify-content:flex-start; -webkit-justify-content:flex-start;}
.flex_block.pack_end { -ms-flex-pack:end; justify-content:flex-end; -webkit-justify-content:flex-end; }
.flex_block.pack_center { -ms-flex-pack:center; justify-content:center; -webkit-justify-content:center; }
.flex_block.pack_distribute { -ms-flex-pack:distribute; justify-content:space-around; -webkit-justify-content:space-around; }
.flex_block.pack_justify { -ms-flex-pack:justify; justify-content:space-between; -webkit-justify-content:space-between; }

.flex_block.align_items_middle { -ms-flex-align:center; align-items:center; -webkit-align-items:center; }
.flex_block.align_items_end { -ms-flex-align:end; align-items:end; -webkit-align-items:end; }

dl.matrix_block > * {
	margin:0;
	padding:1em 1.75em;
	line-height:1.25;
	letter-spacing:normal;
}
/*dl.matrix_block > dt { color:#b39536; }*/
dl.matrix_block > dt span{ color:#666;/* font-size:0.8em;*/ }

dl.matrix_block > dd { width:70%; }
dl.matrix_block > dd strong{ color:#131f3a; }
dl.matrix_block > dd > span{ color:#666;/* font-size:0.5em;*/ }
dl.matrix_block.contact > dd > span { font-size:1em; }
dl.matrix_block.contact > dd > span.mwform-checkbox-field { display:inline-block; margin:0 0.5em 0.5em 0; }
dl.matrix_block.contact > dd span.mwform-checkbox-field-text { color:#666; font-size:1em; }
dl.matrix_block.contact > dd input,
dl.matrix_block.contact > dd textarea { max-width:100%; }

dl.matrix_block > dd > ul {
	margin:0;
	padding:0;
	list-style:none;
}
dl.matrix_block > dd > ul > li {
	margin:0;
	padding:1em 0;
	border-bottom:#e6e6e6 1px solid;
}
dl.matrix_block > dd > ul > li:first-child { padding-top:0; }
dl.matrix_block > dd > ul > li:last-child { padding-bottom:0; border-bottom:none; }

.flex_block h2::after { margin-bottom:0.5em !important; }
.flex_block h3 { margin-bottom:1em; }

.flex_block > p,
.flex_block > a,
.flex_block > div {
	margin:0 0 1em;
	padding:0 5px;
	letter-spacing:normal;
}

.flex_block > * img { width:100%; }
.flex_block > * img.auto_fit { width:auto; max-width:100%; }
.flex_block > * .img_block { margin-bottom:1em; }
.flex_block .caption_block {
	width:auto;
	display:block;
	margin:0.75em auto 0;
	color:#a67c52;
	line-height:1.25;
	border:none;
}
.flex_block .title_block {
	margin:0 0 0.75em;
	color:#a67c52;
	line-height:1.25;
	font-size:1.25em;
	font-weight:bold;
}
.flex_block > .full_width { width:100%; }

.border_option,
.flex_block > .border_option {
	margin-left:1%;
	margin-right:1%;
	padding:1em;
	border:#82bffc 2px dotted;
	border-radius:10px;
}

@media screen and (max-width:767px) {
	.recruit_info_area dl.matrix_block { display:none; }
	dl.matrix_block.Recruit { margin-bottom:30px; } 
	dl.matrix_block > dt { 
		width:100%;
		padding-bottom:0;
	}
	dl.matrix_block > dd { width:100%; }
	dl.matrix_block > dd:nth-child(4n),
	dl.matrix_block > dt:nth-child(4n-1),
	dl.matrix_block > .Third:nth-child(2n),
	dl.matrix_block > .Quarter:nth-child(2n),
	dl.matrix_block > .full_width:nth-child(2n) { background:transparent; }
	.flex_block.RowReverse,
	.flex_block.Column { -ms-flex-direction:column; flex-direction:column; -webkit-flex-direction:column; }
	.MainContents table { width:95%; }
	.flex_block > .full_width,
	.flex_block > .Quarter,
	.flex_block > .Third,
	.flex_block > .Half,
	.flex_block > .QuarterThree,
	.flex_block > .ThirdDouble { width:95%; }
}
@media print,screen and (min-width:768px) {
	
	.flex_block.AlignCenter { -ms-flex-align:center; -webkit-align-items:center; align-items:center; }

	.flex_block.RowReverse { -ms-flex-direction:row-reverse; -webkit-flex-direction:row-reverse; flex-direction:row-reverse; }
	.flex_block.Column { -ms-flex-direction:column; -webkit-flex-direction:column; flex-direction:column; }
	.flex_block.ColumnReverse { -ms-flex-direction:column-reverse; -webkit-flex-direction:column-reverse; flex-direction:column-reverse; }

	.MainContents table { width:100%; }
	dl.matrix_block.Recruit { margin-bottom:50px; } 
	
	dl.matrix_block > dd:nth-child(4n),
	dl.matrix_block > dt:nth-child(4n-1),
	dl.matrix_block > .Third:nth-child(2n),
	dl.matrix_block > .Quarter:nth-child(2n),
	dl.matrix_block > .full_width:nth-child(2n) { background:transparent; }
	dl.matrix_block > dt.Change + dd,
	dl.matrix_block > dt,
	dl.matrix_block.contact > dt { width:25%; }
	dl.matrix_block > dt span{ color:#666;/* font-size:0.8em;*/ }
	dl.matrix_block > dt.Change,
	dl.matrix_block > dd,
	dl.matrix_block.contact > dd { width:75%; }
	.Even dl.matrix_block > dt.Change + dd,
	.Even dl.matrix_block > dd { border-bottom:#bbb 1px solid; }
	dl.matrix_block > dt.Min { width:10%; }
	dl.matrix_block > dt.Min + dd { width:40%; }
	dl.matrix_block dt.Min + dd + dt:nth-child(4n+1),
	dl.matrix_block dt.Min + dd + dt:nth-child(4n+1) + dd,
	
	dl.matrix_block > .Third:nth-child(4n),
	dl.matrix_block > .Quarter:nth-child(4n) { background:transparent; }
	dl.matrix_block > .Third:nth-child(3n) { width:34%; }
	dl.matrix_block > .full_width { width:100%; }
	dl.matrix_block dt.Min + dd:nth-child(8n),
	dl.matrix_block dt.Min:nth-child(8n-1),
	dl.matrix_block > .Third:nth-child(6n),
	dl.matrix_block > .Third:nth-child(6n-1),
	dl.matrix_block > .Third:nth-child(6n-2),
	dl.matrix_block > .Quarter:nth-child(8n),
	dl.matrix_block > .Quarter:nth-child(8n-1),
	dl.matrix_block > .Quarter:nth-child(8n-2),
	dl.matrix_block > .Quarter:nth-child(8n-3),
	dl.matrix_block > .full_width:nth-child(2n) { background:rgba(24,48,114,0.1); }
	dl.matrix_block > .Quarter {
		font-size:0.85em;
		padding:0.75em 1em;
	}
	
	.flex_block > .full_width.border_option { width:97%; }
	
	dl.matrix_block > .Per54, .flex_block > .Per54 { width:54%; }
	dl.matrix_block > .Per45, .flex_block > .Per45 { width:45%; }
	
	dl.matrix_block > .Fifth, .flex_block > .Fifth { width:19%; }
	dl.matrix_block > .Fifth2, .flex_block > .Fifth2 { width:39%; }
	dl.matrix_block > .Fifth3, .flex_block > .Fifth3 { width:59%; }
	dl.matrix_block > .Fifth4, .flex_block > .Fifth4 { width:79%; }
	dl.matrix_block > .Quarter, .flex_block > .Quarter { width:24%; }
	.flex_block > .Quarter.border_option { width:23%; }
	dl.matrix_block > .QuarterThree, .flex_block > .QuarterThree { width:73%; }
	dl.matrix_block > .Third, .flex_block > .Third { width:33%; }
	.flex_block > .Third.border_option { width:31%; }
	dl.matrix_block > .ThirdDouble, .flex_block > .ThirdDouble { width:66%; }
	.flex_block > .ThirdDouble { width:64%; }
	dl.matrix_block > .Half, .flex_block > .Half { width:48%; }
	.flex_block > .Half.border_option { width:46%; }
}
@media print,screen and (min-width:1024px) {
	
}
/* ------------ */
/* デザイン共通 */
/* ------------ */

article{padding:50px 0;}

ul li{list-style:none;}

/* ------ */
/* header */
/* ------ */

header{
	position:relative;
	width:100%;
	height:225px;
	text-align:center;
	background:url('images/page/page_title.jpg') 50% 50% no-repeat;
	background-size:cover;
}

header .logo { position:absolute; }

header h1 {
	display:inline-block;
	margin:auto;
	color:#fff;
	line-height:1;
	letter-spacing:0.5rem;
	text-align:center;
	font-weight:600;
	border:#fff 1px solid;
}

@media print,screen and (max-width:767px) {
	header{ height:225px; }
	header .logo {
		top:0;
		left:0;
		width:30%;
		margin:auto;
		padding:0.75rem 1rem;
	}

	header h1 {
		height:75px;
		margin:75px auto;
		padding:20px 2rem;
		font-size:2.5rem;
	}
}
@media print,screen and (min-width:768px) {
	header{ height:225px; }
	header .logo {
		top:0;
		left:0;
		width:220px;
		padding:1rem
	}

	header h1 {
		height:100px;
		margin:62.5px auto;
		padding:20px 3rem;
		font-size:4rem;
	}
}
@media print,screen and (min-width:1024px) {
	
}

/* -------- */
/* side btn */
/* -------- */

@media print,screen and (max-width:767px) {
	.side_btn { margin-top:0; }
}
@media print,screen and (min-width:768px) and (max-width:1023px) {
	
}
@media print,screen and (min-width:1024px) {
	
}


/* ----------------------------------------- */
/*  section page event list（イベント一覧）  */
/* ----------------------------------------- */

.page_block_event_pickup { backgroun:#fff; }
.page_block_event_pickup h1 { width:100%; }
.page_block_event_pickup h2 { margin-bottom:2rem; font-size:1.8rem; }

.page_block_event_pickup .pickup_list .item_body h2 { margin:0; }

.page_block_event_pickup .pickup_list .list_items,
.page_block_event_pickup .pickup_list .item_body dl {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:2rem 0 0;
	padding:0;
}
.page_block_event_pickup .pickup_list .item_body dl > * {
	margin:0;
	padding:0.5rem 1rem;
}
.page_block_event_pickup .pickup_list .item_body dl dt {
	width:6rem;
	color:#b28247;
	text-align:center;
	font-weight:700;
	border-bottom:#b28247 1px solid;
}
.page_block_event_pickup .pickup_list .item_body dl dt:first-child { border-top:#c9a063 1px solid; }
.page_block_event_pickup .pickup_list .item_body dl dd { width:calc(100% - 7rem); }
.page_block_event_pickup .pickup_list .item_body dl + p { margin:2rem 0; }
.page_block_event_pickup .pickup_list .btn_area { width:100%; text-align:center; }



.page_block_event { position:relative; background:#f5f1dc; }
.page_block_event .sec_page_event_list h1 { color:#ff5145; }
.page_block_event .event_info_list {
	flex-wrap:wrap;
	letter-spacing:-.40em;
}
.page_block_event .event_info_list * { letter-spacing:normal; }
.page_block_event .event_info_list article {
	position:relative;
	margin:0 0 1rem;
	padding:0;
	clear:both;
	background:#fff;
}
.page_block_event .event_info_list article a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:2rem;
}

.page_block_event .event_info_list article figure {
	position:relative;
	margin-bottom:1rem;
}
.page_block_event .event_info_list article figure::before {
	display:block;
	content:"READ MORE";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:5;
	width:9em;
	height:2em;
	margin:auto;
	padding:0.5em 0;
	color:#fff;
	line-height:1;
	text-align:center;
	font-size:1.25rem;
	border:#fff 1px solid;
	background:rgba(0,0,0,0.65);
	box-sizing:border-box;
	opacity:0.85;
}
.page_block_event .event_info_list article h2 { font-size:1.5rem; }
.page_block_event .event_info_list article .status {
	display:inline-block;
	margin:0 0 1em;
	padding:0.2em 1em;
	line-height:1;
	font-size:0.85rem;
}
.page_block_event .event_info_list article .status.now { color:#fff; border:#ff5145 1px solid; background:#ff5145; }
.page_block_event .event_info_list article .status.end { color:#666; border:#666 1px solid; }
.page_block_event .event_info_list article .date { color:#999; font-size:0.8rem; }
.page_block_event .event_info_list article dl {
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
	letter-spacing:-.40em;
}
.page_block_event .event_info_list article dl * {
	margin:0 0 1em;
	line-height:1;
	letter-spacing:normal;
	font-size:0.8rem;
}
.page_block_event .event_info_list article dl dt:nth-last-of-type(1),
.page_block_event .event_info_list article dl dd:last-child { margin-bottom:0; }
.page_block_event .event_info_list article dl dt {
	width:5em;
	padding:0.5em 0;
	color:#b28247;
	text-align:center;
	border:#b28247 1px solid;
}
.page_block_event .event_info_list article dl dd {
	width:calc(100% - 5em);
	padding:0.5em 1em;
	color:#333;
}
.page_block_event .archive_block .title {
		display:inline-block;
		margin-bottom:1rem;
		padding:0.3rem 1rem;
		color:#fff;
		line-height:1;
		border:#fff 1px solid;
		background:#666;
		box-sizing:border-box;
	}
	.page_block_event .archive_block .list {
		display:flex;
		jutify-content:flex-start;
		flex-wrap:wrap;
		margin-bottom:1rem;
	}
	.page_block_event .archive_block .list.month { margin-bottom:1rem; }
	.page_block_event .archive_block .list a { width:25%; }
	.page_block_event .archive_btn,
	.page_block_event .category_btn {
		width:50px;
		margin:0;
		text-align:center;
		transform-origin:left bottom;
	}
.page_block_event .archive_block .back_to_list {
	display:inline-block;
	margin-top:2rem;
	padding:0.25em 1em;
	line-height:1;
	border:#7f2921 1px solid;
}
.page_block_event .archive_block .back_to_list:hover { color:#fff; background:#7f2921; }
.page_block_event .archive_block .list a:hover { text-decoration:underline; }

.page_block_event .archive_btn { display:block; cursor:pointer; }
.page_block_event .archive_btn:hover { opacity:0.65; }

@media print,screen and (max-width:767px) {
	main > div.page_block_event { padding-bottom:10rem; }
	.page_block_event_pickup .pickup_list .list_items { width:100%; }
	.page_block_event_pickup .pickup_list figure { width:100%; }
	.page_block_event_pickup .pickup_list .item_body { width:100%; margin-top:1rem; }
	
	.page_block_event .event_info_list .list_items {
		width:100%;
		margin-bottom:3rem;
	}
	
	.page_block_event .archive_block {
		width:90%;
		margin:2rem auto 0;
	}
	
	.page_block_event .archive_btn { display:none; }
	
}
@media print,screen and (min-width:768px) {
	.page_block_event_pickup .pickup_list .list_items { width:100%; }
	.page_block_event_pickup .pickup_list figure { width:100%; }
	.page_block_event_pickup .pickup_list .item_body { width:100%; margin-top:1rem; }
	
	.page_block_event_pickup .pickup_list .btn_area { margin-top:0; }
	.page_block_event .event_info_list .list_items {
		width:48%;
		margin-bottom:3rem;
	}
	
	.page_block_event .archive_block {
		display:flex;
		jutify-content:space-between;
		position:absolute;
		top:15%;
		left:-50%;
		z-index:20;
		width:calc(50% + 50px);
		margin:0;
		padding:0;
		text-align:center;
		background:rgba(225,225,225,0.85);
		-webkit-transition: 0.3s ease-out;
		-moz-transition: 0.3s ease-out;
		-ms-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
	}
	.page_block_event .archive_block.open { left:0; }
	.page_block_event .archive_block .archive_list {
		width:calc(100% - 50px);
		padding:3rem 10%;
		text-align:left;
	}
	
	
}
@media print,screen and (max-width:1023px) and  (min-width:768px){
	/*.page_block_event .event_info_list .list_items:not(:nth-child(2n)) { margin-right:4%; }*/
}
@media print,screen and (min-width:1024px) {
	.page_block_event_pickup .pickup_list figure { width:50%; }
	.page_block_event_pickup .pickup_list .item_body { width:calc(50% - 2rem); margin-top:0; padding:0; }
	.page_block_event .event_info_list .list_items {
		width:31%;
		margin-right:1.1%;
		margin-left:1.1%;
	}
	/*.page_block_event .event_info_list .list_items:not(:nth-child(3n)) { margin-right:3.5%; }*/
	.page_block_event .archive_block { top:calc(50% - 217px); }
}

/* ---------------------------------- */
/*  section page shop list（店舗一覧）*/
/* ---------------------------------- */
.content_block.block_shop.page_area {
	background:#474747;
	color:#fff;
}

.page_area .shop_list .list_items article h2,
.page_area .shop_list .list_items article .item_text {
	color:#fff;
}

@media print,screen and (max-width:767px) {
	
}
@media print,screen and (min-width:768px) {
	
}
@media print,screen and (min-width:1024px) {
	
}


/* ------------------------------------ */
/*  section page shop（店舗個別ページ） */
/* ------------------------------------ */
.page_block_shop_index {
	
}
.page_block_shop_index .sec_page_shop_index {
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

/*.page_block_shop_index .sec_page_shop_index > * { width:50%; }*/
.page_block_shop_index .sec_page_shop_index > .btn_area { width:100%; }
.page_block_shop_index .sec_page_shop_index .index_block {
	
}
.page_block_shop_index .sec_page_shop_index .index_block h1 span {
	display:block;
	margin:0 auto 1rem;
	text-align:center;
	font-size:1.3rem;
}
.page_block_shop_index .sec_page_shop_index .index_block .cat_box {
	width:120px;
	height:30px;
	margin:1.5rem auto;
	padding:9px 0;
	line-height:1;
	text-align:center;
	font-size:0.8rem;
}

.page_block_shop_index .sec_page_shop_index h1 { color:#260e03; }
.page_block_shop_index .sec_page_shop_index .thumb_block {
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0 1rem;
}
.slick-dots li button::before { border:#cda052 1px solid; }
.slick-dots li.slick-active button::before {
	border:#ff5145 1px solid;
	background:rgba(255,81,69,1);
}
.page_block_shop_data { background:#474747; color:#fff; }
.page_block_shop_data .sec_page_shop_data dl {
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	letter-spacing:-.40em;
}
.page_block_shop_data .sec_page_shop_data dl > * {
	margin:0;
	padding:0.8rem 0;
	letter-spacing:normal;
	border-bottom:#fff 1px solid;
}
.page_block_shop_data .sec_page_shop_data dl > dt {
	width:calc(15% - 1rem);
	padding-left:1rem;
	color:#c9a063;
	font-weight:600;
}

.page_block_shop_data .sec_page_shop_data dl a { color:#fff; }
.page_block_shop_data .sec_page_shop_data dl a:hover { text-decoration:underline; }

.page_block_shop_news_detail { background:#f5f1dc; }
.page_block_shop_news_detail .sec_page_shop_news_detail h1 {
	width:100%;
	color:#ff5145;
}

.page_block_shop_news_detail .sec_page_shop_news_detail article {
	margin:0;
	padding:40px 0;
	border-top:#c9a063 1px solid;
	clear:both;
	overflow:hidden;
}

.page_block_shop_news_detail .sec_page_shop_news_detail article .cat_icon_block.shop {
	display:inline-block;
	position:static;
	margin-right:1rem;
	vertical-align:bottom;
}

.page_block_shop_news_detail .sec_page_shop_news_detail article h2 {
	margin:1rem 0;
	color:#7f2921;
	font-size:1.8rem;
}

.page_block_shop_news_detail .sec_page_shop_news_detail article figure { float:left; margin:0 1rem 1rem 0; }

@media print,screen and (max-width:767px) {
	.page_block_shop_index .sec_page_shop_index > * { width:100%; }
	.page_block_shop_index .sec_page_shop_index .index_block { margin-bottom:2rem; }
	.page_block_shop_index .sec_page_shop_index .thumb_block { padding:0; }
	
	.page_block_shop_data .sec_page_shop_data dl > dt { width:35%; }
	.page_block_shop_data .sec_page_shop_data dl > dd { width:65%; }
}
@media print,screen and (min-width:768px) {
	.page_block_shop_index .sec_page_shop_index > *,
	.page_block_shop_index .sec_page_shop_index .index_block h1 span img { width:50%; }
	
	.page_block_shop_data .sec_page_shop_data dl > dt { width:calc(15% - 1rem); }
	.page_block_shop_data .sec_page_shop_data dl > dt:nth-child(4n-1) { margin-left:2rem; }
	.page_block_shop_data .sec_page_shop_data dl > dd { width:35%; }
	
	.page_block_shop_news_detail .sec_page_shop_news_detail article figure img { width:360px; }
	.page_block_shop_news_detail .sec_page_shop_news_detail article .btn_area { text-align:left; }
}
@media print,screen and (min-width:1024px) {
	
}

/* ----------------------- */
/*  single（各記事ページ） */
/* ----------------------- */

.sec_sigle .date {
	margin:2rem auto;
	padding:0.5rem 1.5rem;
	color:#999;
	line-height:1;
	text-align:right;
	border-top:#999 1px dotted;
	border-bottom:#999 1px dotted;
}
.sec_sigle figure { margin-bottom:2rem; text-align:center; }
.sec_sigle .event_data {
	display:flex;
	flex-wrap:wrap;
	margin:2rem auto;
	padding:0 2rem;
}
.sec_sigle .event_data > * {
	margin:0;
	padding:0.2em 1em;
	line-height:1;
}
.sec_sigle .event_data > dt {
	color:#fff;
	line-height:1;
	background:#c9a063;
}
.sec_sigle .body {
	padding:0 2rem 2rem;
	line-height:1.75;
	border-bottom:#999 1px dotted;
}

.sec_sigle .news_view { margin-top:2rem; text-align:center; }

.sec_sigle .news_view a {
	display:inline-block;
	margin:0 0.5em;
	padding:0.2em 1em;
	color:#c9a063;
	line-height:1;
	border:#c9a063 1px solid;
}
.sec_sigle .news_view a:hover { color:#fff; background:#c9a063; }

.sigle_block.shop_data {
	text-align: center;
	background-color: #f5f1dc;
}

.sigle_block.shop_data section {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
}

.sigle_block.shop_data section > div {
	text-align: left;
}

.sigle_block.shop_data section > div span.name_box {
	font-size: 1.5rem;
	font-weight: bold;
}

.sigle_block.shop_data section > div dl{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sigle_block.shop_data section > div dl * {
	border-bottom: #c9a063 1px solid;
	padding: 0.8rem 0;
}

.sigle_block.shop_data section > div dl dt {
	width: calc(30% - 1rem);
    padding-left: 1rem;
}

.sigle_block.shop_data section > div dl dd {
	width: 70%;
	margin: 0;
}


@media print,screen and (max-width:767px) {
	.sec_sigle .event_data > * { margin-bottom:0.5rem; }
	.sec_sigle .event_data > dt { width:30%; }
	.sec_sigle .event_data > dd { width:70%; }

	.sigle_block.shop_data section h1 {
		margin: 0 auto 1rem;
		text-align: center;
	}

	.sigle_block.shop_data section > div span.name_box {
		display: block;
		margin: 0 auto 1rem;
		text-align: center;
		font-size: 1.3rem;
	}
	.sigle_block.shop_data section > div {
		width: 100%;
	}
}
@media print,screen and (min-width:768px) {
	.sigle_block.shop_data section h1,
	.sigle_block.shop_data section h1 img,
	.sigle_block.shop_data section > div {
		width: 50%;
	}
}
@media print,screen and (min-width:1024px) {
	
}


/* ----------------------- */
/*  2308 リニューアルページ */
/* ----------------------- */

#mv_wrap{
	background: #f19ca6 !important;
	height: 100%;
	max-height: 768px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media print,screen and (max-width:767px) {
	#mv_wrap{
		padding: 30px 10px 30px 0;
	}
}
@media print,screen and (min-width:768px) and (max-width:1023px){
	#mv_wrap{
		padding: 30px 70px 30px 0;
	}
}

#greeting_wrap{
	padding: 120px 0 135px;
	background-image: url(./images/renewal/bg_pink.png);
	background-size: contain;
	background-position: center;
	background-repeat: repeat;
}

#greeting_wrap .contents_inner{
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
}

#greeting_wrap .contents_inner h2{
	font-size: 42px;
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: 0.7px;
	/* font-family: heisei-kaku-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 700; */
	margin-bottom: 90px;
}
#greeting_wrap .contents_inner h3{
	font-size: 28px;
	font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 50px;
	letter-spacing: 0.7px;
}

#greeting_wrap .contents_inner .text_area p{
	font-size: 17px;
	line-height: 38px;
	letter-spacing: 0.7px;
	font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
}
@media print,screen and (max-width:767px) {
	#greeting_wrap{padding: 60px 0 65px;}
	#greeting_wrap .contents_inner{width: 90%;}

	#greeting_wrap .contents_inner h2{
		font-size: 2rem;
		letter-spacing: 0.7px;
		margin-bottom: 45px;
	}
	#greeting_wrap .contents_inner h3{
		font-size: 1.45rem;
		font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
		font-style: normal;
		font-weight: 700;
		margin-bottom: 25px;
		letter-spacing: 0.7px;
	}
	
	#greeting_wrap .contents_inner .text_area p{
		font-size: 1rem;
		line-height: 28px;
		letter-spacing: 0.7px;
		font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
		font-style: normal;
		font-weight: 700;
	}
}
@media print,screen and (min-width:768px) and (max-width:1023px){
	#greeting_wrap .contents_inner{width: 95%;}
	#greeting_wrap .contents_inner h2{
		font-size: 40px;
		letter-spacing: 0px;
	}
}

.newshop-open_wrap{
	padding: 160px 0 0;
}

.newshop-open_wrap h2{
	margin-bottom: 110px;
	font-size: 50px;
	line-height: 52px;
	text-align: center;
	color: #f19ca6;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.newshop-open_wrap .contents_inner{
	display: flex;
	justify-content: space-between;
}
@media print,screen and (max-width:767px) {
	.newshop-open_wrap{
		padding: 60px 0 0;
	}
	
	.newshop-open_wrap h2{
		margin-bottom: 25px;
		font-size: 2.7rem;
		line-height: 52px;
	}
	
	.newshop-open_wrap .contents_inner{
		flex-direction: column;
	}
}
@media print,screen and (min-width:768px) and (max-width:1023px){
	.newshop-open_wrap .contents_inner{
		flex-direction: column;
	}
}

.ebri_store_wrap{
	background-image: url(./images/renewal/ebri_store_img02.jpg);
	background-size: cover;
	width: 50%;
	/* padding-top: 115px; */
	padding-left: 120px;
	margin-left: auto;
	margin-right: 0;

	display: flex;
	/* justify-content: center; */
	align-items: center;
}
.ebri_store_wrap_inner{
	max-width: 450px;
	width: 100%;
}
@media print,screen and (max-width:767px) {
	.ebri_store_wrap{
		width: 100%;
		padding-left: 0px;
	}
	.ebri_store_wrap_inner{
		width: 90%;
		margin: 0 auto;
		padding: 50px 0 40px;
	}
}
@media print,screen and (min-width:768px) and (max-width:1023px){
	.ebri_store_wrap{
		width: 100%;
		padding-left: 0px;
	}
	.ebri_store_wrap_inner{
		width: 90%;
		margin: 0 auto;
		padding: 50px 0 40px;
	}
}

.ebri_store_wrap h3{
	text-align: center;
	margin-bottom: 60px;
	font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
}
.ebri_store_wrap h3 span{
	display: block;
	font-size: 20px;
	margin-top: 50px;
}
.ebri_store_wrap p{
	font-size: 32px;
	font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.3px;
}

@media print,screen and (max-width:767px) {
	.ebri_store_wrap h3{
		margin-bottom: 30px;
	}
	.ebri_store_wrap h3 span{
		font-size: 16px;
		margin-top: 25px;
	}
	.ebri_store_wrap p{
		font-size: 1.6rem;
	}
}

.wine_wrap{
	background-image: url(./images/renewal/renewal_img_05.png);
	background-size: 115% 115%;
	background-position: center center;
	width: 50%;
	/* padding-top: 110px; */
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 190px;
}
@media print,screen and (max-width:767px) {
	.wine_wrap{
		width: 100%;
		padding-right: 0px;
		background-size: cover;
	}
}
@media print,screen and (min-width:768px) and (max-width:1023px){
	.wine_wrap{
		width: 100%;
		padding-right: 0px;
	}
}
.wine_wrap .wine_wrap_inner{
	width: 100%;
	max-width: 480px;
	margin-right: 0;
	margin-left: auto;
}

.wine_wrap h3{
	margin-bottom: 65px;
	text-align: center;
}
.wine_wrap h3 span{
	display: block;
	font-size: 20px;
	margin-top: 30px;
}
.wine_wrap p{
	font-size: 32px;
	font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	line-height: 62px;
}

@media print,screen and (min-width:768px) and (max-width:1023px){
	.wine_wrap .wine_wrap_inner{
		width: 100%;
		max-width: 480px;
		margin-right: auto;
		margin-left: auto;
		padding: 50px 0 40px;
	}
	
	.wine_wrap h3{
		margin-bottom: 65px;
		text-align: center;
	}
	.wine_wrap h3 span{
		display: block;
		font-size: 20px;
		margin-top: 30px;
	}
	.wine_wrap p{
		font-size: 32px;
		font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
		font-style: normal;
		font-weight: 700;
		text-align: center;
		line-height: 62px;
	}
}

#concept_wrap{
	background-color: #f19ca6;
	padding: 100px 0 85px;
}

#concept_wrap .contents_inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;

	display: flex;
	justify-content: space-between;
}

@media print,screen and (max-width:767px) {
	#concept_wrap{
		padding: 50px 0 40px;
	}
	#concept_wrap .contents_inner{
		flex-direction: column;
		width: 90%;
		margin: 0 auto 50px;
	}
	.wine_wrap .wine_wrap_inner{
		width: 90%;
		max-width: 480px;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 50px;
	}
	.wine_wrap h3{
		margin-bottom: 30px;
		text-align: center;
	}
	.wine_wrap h3 span{
		display: block;
		font-size: 16px;
		margin-top: 15px;
	}
	.wine_wrap p{
		font-size: 22px;
		line-height: 36px;
	}
}
@media print,screen and (min-width:768px) and (max-width:1023px){
	#concept_wrap .contents_inner{
		width: 90%;
		margin: 0 auto 50px;
	}
}


#concept_wrap .contents_inner .concept_logo{
	width: 142px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	letter-spacing: 0.7px;
	color: #FFF;
}
#concept_wrap .contents_inner .concept_logo img{
	max-width: 100%;
	width: 121px;
	height: auto;
}
#concept_wrap .contents_inner .concept_text{
	width: 100%;
	max-width: 600px;
}
#concept_wrap .contents_inner .concept_text h2{
	margin-bottom: 65px;
	font-size: 66px;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #FFF;
}
#concept_wrap .contents_inner .concept_text h2 span{
	display: block;
	font-size: 31px;
	font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 500;
}

#concept_wrap .contents_inner .concept_text .text_area p{
	font-size: 19px;
	line-height: 38px;
	font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 3rem;
}
#concept_wrap .contents_inner .concept_text .text_area p:last-child{
	margin-bottom: 0rem;
}

#concept_wrap .consept_list{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	padding-left: 0;
	margin: 0;
}
#concept_wrap .consept_list li{
	margin: 0 7px;
}

@media print,screen and (max-width:767px) {
	#concept_wrap .contents_inner .concept_logo{
		width: 100%;
		display: flex;
		flex-direction:unset;
		align-items: center;
		font-size: 1.475rem;
		letter-spacing: 0.7px;
		color: #FFF;
		margin-bottom: 30px;
	}
	#concept_wrap .contents_inner .concept_logo img{
		width: 60px;
		height: auto;
	}
	#concept_wrap .contents_inner .concept_text{
		width: 100%;
		max-width: 600px;
	}
	#concept_wrap .contents_inner .concept_text h2{
		margin-bottom: 32px;
		font-size: 3rem;
		color: #FFF;
	}
	#concept_wrap .contents_inner .concept_text h2 span{
		font-size: 23px;
	}
	
	#concept_wrap .contents_inner .concept_text .text_area p{
		font-size: 16px;
		line-height: 26px;
		font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
		font-style: normal;
		font-weight: 500;
		color: #FFF;
		margin-bottom: 1.5rem;
	}
	#concept_wrap .contents_inner .concept_text .text_area p:last-child{
		margin-bottom: 0rem;
	}
	
	#concept_wrap .consept_list{
		width: 100%;
		overflow: hidden;
		display: flex;
		justify-content: space-around;
		padding-left: 0;
		margin: 0;
	}
	#concept_wrap .consept_list li{
		margin: 0 7px;
	}
}
@media print,screen and (min-width:768px) and (max-width:1023px){
	#concept_wrap .contents_inner .concept_text{
		width: 100%;
		max-width: 510px;
	}
}


/* .newshop-open_wrap h2{
	margin-bottom: 110px;
	text-align: center;
	color: #f19ca6;
} */
.newshop-open_wrap .contents_inner figure{
	width: 50%;
}
.newshop-open_wrap .contents_inner figure img{
	width: 100%;
	height: auto;
}

@media print,screen and (max-width:767px) {
	.newshop-open_wrap .contents_inner figure{
		width: 100%;
	}
	/* .newshop-open_wrap h2{
		margin-bottom: 55px;
	} */
}
@media print,screen and (min-width:768px) and (max-width:1023px){
	.newshop-open_wrap .contents_inner figure{
		width: 100%;
	}
}

#wine-shop_wrap{
	background-color: #9fa0a0;
	padding: 120px 0 85px;
}

#wine-shop_wrap .contents_inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 100px;

	display: flex;
	justify-content: space-between;
}

@media print,screen and (max-width:767px) {
	#wine-shop_wrap{
		background-color: #9fa0a0;
		padding: 60px 0 60px;
	}
	#wine-shop_wrap .contents_inner{
		width: 90%;
		max-width: 1000px;
		margin: 0 auto 60px;
	
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
}
@media print,screen and (min-width:768px) and (max-width:1023px){
	#wine-shop_wrap{
		background-color: #9fa0a0;
		padding: 60px 0 40px;
	}
	#wine-shop_wrap .contents_inner{
		width: 90%;
		max-width: 1000px;
		margin: 0 auto 40px;
	}
}

#wine-shop_wrap .contents_inner h2{
	font-size: 66px;
	line-height: 80px;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #FFF;
}
#wine-shop_wrap .contents_inner .text_area{
	width: 50%;
	padding-left: 20px;
}
#wine-shop_wrap .contents_inner .text_area p{
	line-height: 38px;
	font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 1.5rem;
}
#wine-shop_wrap .contents_inner .text_area p:last-child{
	margin-bottom: 0rem;
}

#wine-shop_wrap .marcomar_list{
	width: 100%;
	overflow: hidden;
	display: flex;
	/* justify-content: space-around; */
	justify-content: center;
	padding-left: 0;
	margin: 0;
}

@media print,screen and (max-width:767px) {
	#wine-shop_wrap .contents_inner h2{
		font-size: 3.725rem;
		line-height: 60px;
		margin-bottom: 2rem;
	}
	#wine-shop_wrap .contents_inner .text_area{
		width: 100%;
		padding-left: 0px;
	}
	#wine-shop_wrap .contents_inner .text_area p{
		line-height: 26px;
		margin-bottom: 1.5rem;
	}
	#wine-shop_wrap .marcomar_list{
		flex-direction: column;
	}
}
@media print,screen and (min-width:768px) and (max-width:1023px){
	#wine-shop_wrap .contents_inner h2{
		font-size: 55px;
		line-height: 70px;
		color: #FFF;
	}
}

#wine-shop_wrap .marcomar_list li{
	margin: 0 8px 0 0px;
}
#wine-shop_wrap .marcomar_list li:last-child{
	margin: 0 0 0 0px;
}

@media print,screen and (max-width:767px) {
	#wine-shop_wrap .marcomar_list{
		width: 90%;
		margin: 0 auto;
	}
	#wine-shop_wrap .marcomar_list li{
		margin: 0 0px 15px 0px;
	}
}

#renewal_wrap{
	padding: 80px 0 110px;
	width: 100%;
}
#renewal_wrap h2{
	margin-bottom: 110px;
	text-align: center;
	color: #f19ca6;
	font-size: 50px;
	line-height: 52px;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

#renewal_wrap .shop_wrap{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	padding-bottom: 80px;
	margin: 80px auto;
	border-bottom: #231815 1px solid;
}
@media print,screen and (max-width:767px) {
	#renewal_wrap{
		padding: 40px 0 55px;
		width: 100%;
	}
	#renewal_wrap h2{
		margin-bottom: 55px;
		font-size: 2.7rem;
    line-height: 52px;
	}
	#renewal_wrap .shop_wrap{
		flex-direction: column;
		width: 90%;
		padding-bottom: 40px;
		margin: 40px auto;
	}
}

@media print,screen and (min-width:768px) and (max-width:1023px){
	#renewal_wrap{
		padding: 80px 0 55px;
		width: 90%;
		margin: 0 auto;
	}
}

#renewal_wrap .shop_wrap:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

#renewal_wrap .shop_wrap figure{
	text-align: center;
	width: 100%;
	max-width: 386px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media print,screen and (max-width:767px) {
	#renewal_wrap .shop_wrap figure{
		width: 90%;
		margin: 0 auto;
	}
	#renewal_wrap .shop_wrap:last-child{
		padding-bottom: 0px;
	}
}
@media print,screen and (min-width:768px) and (max-width:1023px){
	#renewal_wrap .shop_wrap figure{
		max-width: 310px;
	}
}

#renewal_wrap .shop_wrap figure img{
	max-width: 100%;
	height: auto;
}
#renewal_wrap .shop_wrap .shop_inner{
	width: 50%;
}
@media print,screen and (max-width:767px) {
	#renewal_wrap .shop_wrap .shop_inner{
		width: 100%;
	}
	#renewal_wrap .shop_wrap figure img{
		/* width: 100%; */
		max-width: 100%;
		height: auto;
	}
	#renewal_wrap .shop_wrap figure{margin-bottom: 20px;}
}
#renewal_wrap .shop_wrap .shop_inner h3{
	font-size: 20px;
	font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 60px;
}
#renewal_wrap .shop_wrap .shop_inner p{
	font-size: 30px;
	line-height: 60px;
	font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
}
@media print,screen and (max-width:767px) {
	#renewal_wrap .shop_wrap .shop_inner h3{
		font-size: 18px;
		text-align: center;
		margin-bottom: 30px;
	}
	#renewal_wrap .shop_wrap .shop_inner p{
		font-size: 24px;
		line-height: 40px;
		text-align: center;
	}
}

#other_wrap{
	padding: 80px 0 0px;
}
#other_wrap h2{
	margin-bottom: 110px;
	text-align: center;
	color: #231815;
	font-size: 50px;
	line-height: 52px;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}
#other_wrap ul{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 0;
}
#other_wrap ul li{
	width: 100%;
	max-width: 472px;
	margin-bottom: 130px;
	text-align: center;
	font-size: 20px;
	font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 700;
}
#other_wrap ul li figure{
	margin-bottom: 25px;
}
#other_wrap ul li a{
	color: #000;
	text-decoration: none;
}
#other_wrap ul li a:hover{
	text-decoration: underline;
}
@media print,screen and (max-width:767px) {
	#other_wrap{
		padding: 40px 0 0px;
	}
	#other_wrap h2{
		margin-bottom: 55px;
		font-size: 2.7rem;
    line-height: 52px;
	}
	#other_wrap ul{
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
		flex-direction: column;
		padding-left: 0;
	}
	#other_wrap ul li{
		width: 100%;
		margin-bottom: 65px;
		font-size: 18px;
	}
	#other_wrap ul li figure{
		width: 100%;
		height: auto;
	}
}
@media print,screen and (min-width:768px) and (max-width:1023px){
	#other_wrap{
		padding: 80px 0 0px;
	}
	#other_wrap h2{
		margin-bottom: 110px;
		text-align: center;
		color: #231815;
		font-size: 50px;
		line-height: 52px;
		font-family: "din-2014", sans-serif;
		font-weight: 700;
		font-style: normal;
	}
	#other_wrap ul{
		width: 95%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-left: 0;
	}
	#other_wrap ul li{
		width: 100%;
		max-width: 350px;
		margin-bottom: 65px;
		text-align: center;
		font-size: 20px;
		font-family: YakuHanJP_Noto, heisei-kaku-gothic-std, sans-serif;
		font-style: normal;
		font-weight: 700;
	}
	#other_wrap ul li figure{
		margin-bottom: 25px;
	}
}

#floor_wrap{
	background-color: #eef0f1;
	padding: 160px 0;
}
#floor_wrap h2{
	margin-bottom: 140px;
	text-align: center;
	color: #231815;
	font-size: 50px;
	line-height: 52px;
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

#floor_wrap .floor_inner{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#floor_wrap .floor_inner #floor_map{
	margin-bottom: 100px;
}

.renewal_shop_list{
	display: flex;
	justify-content: center;
	margin-bottom: 57px;
}
.renewal_shop_list li{
	margin: 0 13px;
}

.shop_list{
	display: flex;
	justify-content: space-between;
}

.shop_list li{
	margin-bottom: 50px;
}
.shop_list li a:hover{
	opacity: 0.8;
}

.icon_list{
	display: flex;
	justify-content: center;
}
.icon_list li{
	margin: 0 13px;
}

@media print,screen and (max-width:767px) {
	#floor_wrap{
		padding: 80px 0;
	}
	#floor_wrap h2{
		margin-bottom: 70px;
		text-align: center;
		font-size: 2.7rem;
    line-height: 52px;
	}
	
	#floor_wrap .floor_inner{
		width: 90%;
	}
	
	#floor_wrap .floor_inner #floor_map{
		margin: 0 0px 25px;
    width: 100%;
	}
	
	.renewal_shop_list{
		display: flex;
		justify-content: center;
		margin-top: 57px;
		padding-left: 0;
	}
	.renewal_shop_list li{
		margin: 0 13px;
	}
	
	.shop_list{
		display: flex;
		justify-content: space-between;
		padding-left: 0;
		margin-top: 40px;
	}
	
	.shop_list li{
		margin: 0 0px 25px;
		width: 47%;
	}
	
	.icon_list{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding-left: 0;
	}
	.icon_list li{
		margin: 10px 0px 10px;
		width: 47%;
		text-align: center;
	}
}
@media print,screen and (min-width:768px) and (max-width:1023px){
	#floor_wrap{
		background-color: #eef0f1;
		padding: 65px 0;
	}
	#floor_wrap h2{
		margin-bottom: 70px;
		text-align: center;
		color: #231815;
		font-size: 50px;
		line-height: 52px;
		font-family: "din-2014", sans-serif;
		font-weight: 700;
		font-style: normal;
	}
	
	#floor_wrap .floor_inner{
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
	}
	
	#floor_wrap .floor_inner #floor_map{
    width: 90%;
		margin: 0 auto 50px;
	}
	
	.renewal_shop_list{
		display: flex;
		justify-content: center;
		margin-bottom: 57px;
		padding-left: 0;
		width: 90%;
		margin: 0 auto 57px;
	}
	.renewal_shop_list li{
		margin: 0 13px;
	}
	
	.shop_list{
		display: flex;
		justify-content: center;
		padding-left: 0;
		width: 90%;
		margin: 0 auto 0px;
	}
	
	.shop_list li{
		margin-bottom: 3.2%;
		margin: 0 3px 3.2%;
		/* margin-right: 3%; */
	}
	/* .shop_list li:nth-child(4n){
		margin-right: 0px;
	} */
	.icon_list{
		display: flex;
		justify-content: center;
		padding-left: 0;
	}
	.icon_list li{
		margin: 0 13px;
	}
}

/* ---- */
/* LAST */
/* ---- */