@charset "UTF-8";
/*================================================
トップページ専用CSS
================================================*/
#contents.site_top {
	display: grid;
	grid-template-columns: minmax(1200px,1fr);
	grid-gap: 100px 0;
	width: 100%;
	padding: 140px 30px 0;
}
#contents.site_brand {
	display: grid;
	grid-template-columns: minmax(1200px,1fr);
	grid-gap: 100px 0;
	width: 100%;
	padding: 140px 30px 0;
}

/* top_banner
--------------------------------------------------------------------*/
.top_banner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}
.top_banner.top_banner__basic {
	width: 100%;
}
.top_banner.top_banner__lot {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 100px;
}
.top_banner.top_banner__huge {
	width: 100%;
}

/* section_mainbnr
--------------------------------------------------------------------*/
.section_mainbnr {}
.mainbnr_slider {
	width: 1000px;
	margin: 0 auto;
}
.section_mainbnr__huge .mainbnr_slider {
	width: 100%;
}
.mainbnr_slider_list {}
.mainbnr_slider_item {}
.mainbnr_slider_link {}
.mainbnr_slider_image {
	display: block;
	width: 100%;
	height: auto;
}

/*BAISC*/
.section_mainbnr.section_mainbnr__basic {
	width: 100%;
}

/*A LOT OF*/
.section_mainbnr.section_mainbnr__lot {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px;
	margin: 0 0 75px 0;
	position: relative;
}
.main_slider {
	-webkit-flex-basis: 800px;
	-ms-flex-preferred-size: 800px;
	flex-basis: 800px;
	max-width: 800px;
/*	height: 444px;*/
	margin: 0 auto 0 0;
	position: relative;
}
.main_slider_image {
	width: 100%;
	height: auto;
}
.sub_slider {
	-webkit-flex-basis: 375px;
	-ms-flex-preferred-size: 375px;
	flex-basis: 375px;
	max-width: 375px;
	position: relative;
}
.sub_slider_list {}
.sub_slider_item {
	width: 342px;
	/*height: 208px;*/
}
.sub_slider_item + .sub_slider_item {
	margin-top: 28px;
}
.sub_slider_image {
	width: 100%;
	height: auto;
}

/*HUGE*/
.section_mainbnr.section_mainbnr__huge {
	width: 100%;
}

/*slick.css*/
.mainbnr_slider .slick-slider .slick-list {
	overflow: visible;
}
.mainbnr_slider .slick-dotted.slick-slider {}
.mainbnr_slider .slick-arrow{
	text-decoration: none;
	display: block;
	width: 56px;
	height: 56px;
	margin-top: -28px;
	position: absolute;
	top: 50%;
	z-index: 10;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #fff;
	background-color: rgba(0,0,0,.3);
}
.mainbnr_slider .slick-prev {
	left: 0;
}
.mainbnr_slider .slick-prev:after{
	content: "";
	width: 14px;
	height: 14px;
	margin-top: -6px;
	margin-left: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 50%;
}
.mainbnr_slider .slick-next {
	right: 0;
}
.mainbnr_slider .slick-next:after{
	right: -15px;
	content: "";
	width: 14px;
	height: 14px;
	margin-top: -6px;
	margin-right: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 50%;
}
.mainbnr_slider .slick-dots {
	position: absolute;
	bottom: 15px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.mainbnr_slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 7px;
	cursor: pointer;
}
.mainbnr_slider .slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color:rgba(30, 30, 30, .4);
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.mainbnr_slider .slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.mainbnr_slider .slick-dots li.slick-active button {
	background-color: rgba(30, 30, 30, 1);
	cursor: default;
}

/* section_topbnr
--------------------------------------------------------------------*/

.section_topbnr {
	width: 100%;
}
.section_topbnr.section_topbnr__basic {}
.section_topbnr.section_topbnr__lot {}
.section_topbnr.section_topbnr__huge {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.topbnr_title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
	visibility: hidden;
}
.wf-active .topbnr_title {
	visibility: visible;
}
.topslider {
	width: 100%;
	max-width: 1200px;
	position: relative;
}
.topslider + .common_btn {
	margin-top: 50px;
}
.topslider_list {}
.topslider_item {}
.topbnr_list:before, .topbnr_list:after {
	content: none;
}
.topbnr_list {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
}
.topbnr_item {
	width: 100%;
	height: 100%;
}
.topbnr_photo {
	display:block;
	opacity: 0;
	transition: opacity 1s;
	margin:0 0 20px;
	position:relative;
}
.topbnr_photo.lazyloaded {
	opacity: 1;
}
.topbnr_image {
	width: 100%;
	height: auto;
}
.topbnr_date {
	display: block;
	color: #67696a;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}
.topbnr_heading {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.topslider .slick-prev,
.topslider .slick-next {
	display: block;
	width: 40px;
	height: 40px;
	outline: none;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 142.5px;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.topslider .slick-prev {
	left: -30px;
}
.topslider .slick-prev:after {
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 15px;
}
.topslider .slick-next {
	right: -30px;
}
.topslider .slick-next:after {
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 15px;
}

.section_topbnr_list:before,
.section_topbnr_list:after {
	content: none;
}
.section_topbnr_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px 50px;
}
.section_topbnr_item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	padding: 0 10px;
	position:relative;
}
.section_topbnr_image {
	width: 100%;
	height: auto;
}

/* information
--------------------------------------------------------------------*/
.information {
	background-color: #000;
	padding: 40px 30px;
}
.information_list {}
.information_item {}
.information_link {
	color: #fff;
	font-size: 14px;
}
.information_description {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.information_description * {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
.information.information_UN002 {
	background-color: var(--color-background-furla);
}
.information_UN002 .information_link {
	color: var(--color-text-link-furla);
}
.information_UN002 .information_description {
	color: var(--color-text-link-furla);
}
.information_UN002 .information_description * {
	color: var(--color-text-link-furla);
}

/* section_pickup
--------------------------------------------------------------------*/

.section_pickup {}
.pickup_list:before, .pickup_list:after {
	content: none;
}
.pickup_list {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
}
.pickup_photo {
	display:block;
	opacity: 0;
	transition: opacity 1s;
	margin-bottom: 20px;
}
.pickup_photo.lazyloaded {
	opacity: 1;
}
.pickup_image {
	width: 100%;
	height: auto;
}
.pickup_date {
	color:#9fa0a0;
	font-size:14px;
	text-align: center;
	margin-bottom: 20px;
}
.site_brand_UN002 .pickup_date {
	color: #7b6b43;
}
.site_brand_UN003 .pickup_date {
	color: #555;
}
.pickup_title {
	font-size:14px;
	line-height: 1.4;
	text-align: center;
}
.pickup_list + .common_btn {
	margin-top: 60px;
}


/* section_collection
--------------------------------------------------------------------*/

.section_collection {}
.collection_swiper {
	display: block;
	margin-left: auto;
	margin-right: -30px;
	padding-right: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	opacity: 0;
	transition: opacity .3s linear;
}
.collection_swiper.swiper-initialized {
	opacity: 1;
}
.collection_swiper .swiper-pagination-progressbar {
	display: none;
	background: #e9e9e9;
}
.collection_swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
	width: calc(100vw - 60px);
	top: auto;
	bottom: 0;
	left: 30px;
	height: 1px;
	transform: none;
}
.collection_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #1a1a1a;
}
.collection_swiper .swiper-button-prev,
.collection_swiper .swiper-button-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: .04em;
	vertical-align: middle;
	white-space: nowrap;
	background-color: transparent;
	-webkit-padding-start: 1rem;
	padding-inline-start:1rem;
	-webkit-padding-end: 1rem;
	padding-inline-end:1rem;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-webkit-appearance: none;
	appearance: none;
	-webkit-user-select: none;
	user-select: none;
}
.site_brand_UN001 .collection_swiper .swiper-button-prev,
.site_brand_UN001 .collection_swiper .swiper-button-next {
	background-color: #fff;
	border-color: #000;
}
.site_brand_UN002 .collection_swiper .swiper-button-prev,
.site_brand_UN002 .collection_swiper .swiper-button-next {}
.site_brand_UN003 .collection_swiper .swiper-button-prev,
.site_brand_UN003 .collection_swiper .swiper-button-next {
	background-color: rgba(0, 0, 0, .7);
}
.collection_swiper .swiper-button-prev:after,
.collection_swiper .swiper-button-next:after {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.site_brand_UN002 .collection_swiper .swiper-button-prev:after,
.site_brand_UN002 .collection_swiper .swiper-button-next:after {
	color: var(--color-icon-furla);
}
.site_brand_UN003 .collection_swiper .swiper-button-prev:after,
.site_brand_UN003 .collection_swiper .swiper-button-next:after {
	color: #fff;
}
.collection_swiper .swiper-button-prev,
.collection_swiper .swiper-button-next {
	opacity: 1;
}
.collection_swiper:hover .swiper-button-prev,
.collection_swiper:hover .swiper-button-next {
	opacity: 1;
}
.collection_swiper .swiper-button-prev.swiper-button-disabled,
.collection_swiper .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}
.collection_swiper:hover .swiper-button-prev.swiper-button-disabled,
.collection_swiper:hover .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}
.collection_list {
	display: flex;
	position: relative;
}
.collection_item {
	width: auto;
}
.collection_content {
	width: 316px;
}
.collection_link {}
.collection_photo {
	display:block;
	opacity: 0;
	transition: opacity 1s;
	overflow: hidden;
	margin-bottom: 10px;
}
.collection_photo.lazyloaded {
	opacity: 1;
}
.collection_image {
	width: 100%;
	height: auto;
}
.collection_name {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.site_brand_UN002 .collection_name {
	line-height: 1.5;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

/* section_collaboration
--------------------------------------------------------------------*/

.section_collaboration {}
.collaboration_swiper {
	display: block;
	margin-left: auto;
	margin-right: -30px;
	padding-right: 30px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	opacity: 0;
	transition: opacity .3s linear;
}
.collaboration_swiper.swiper-initialized {
	opacity: 1;
}
.collaboration_swiper .swiper-pagination-progressbar {
	display: none;
	background: #e9e9e9;
}
.collaboration_swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
	width: calc(100vw - 60px);
	top: auto;
	bottom: 0;
	left: 30px;
	height: 1px;
	transform: none;
}
.collaboration_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #1a1a1a;
}
.collaboration_swiper .swiper-button-prev,
.collaboration_swiper .swiper-button-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: .04em;
	vertical-align: middle;
	white-space: nowrap;
	background-color: transparent;
	-webkit-padding-start: 1rem;
	padding-inline-start:1rem;
	-webkit-padding-end: 1rem;
	padding-inline-end:1rem;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	-webkit-appearance: none;
	appearance: none;
	-webkit-user-select: none;
	user-select: none;
}
.site_brand_UN001 .collaboration_swiper .swiper-button-prev,
.site_brand_UN001 .collaboration_swiper .swiper-button-next {
	background-color: #fff;
	border-color: #000;
}
.site_brand_UN002 .collaboration_swiper .swiper-button-prev,
.site_brand_UN002 .collaboration_swiper .swiper-button-next {}
.site_brand_UN003 .collaboration_swiper .swiper-button-prev,
.site_brand_UN003 .collaboration_swiper .swiper-button-next {
	background-color: rgba(0, 0, 0, .7);
}
.collaboration_swiper .swiper-button-prev:after,
.collaboration_swiper .swiper-button-next:after {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.site_brand_UN002 .collaboration_swiper .swiper-button-prev:after,
.site_brand_UN002 .collaboration_swiper .swiper-button-next:after {
	color: var(--color-icon-furla);
}
.site_brand_UN003 .collaboration_swiper .swiper-button-prev:after,
.site_brand_UN003 .collaboration_swiper .swiper-button-next:after {
	color: #fff;
}
.collaboration_swiper .swiper-button-prev,
.collaboration_swiper .swiper-button-next {
	opacity: 1;
}
.collaboration_swiper:hover .swiper-button-prev,
.collaboration_swiper:hover .swiper-button-next {
	opacity: 1;
}
.collaboration_swiper .swiper-button-prev.swiper-button-disabled,
.collaboration_swiper .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}
.collaboration_swiper:hover .swiper-button-prev.swiper-button-disabled,
.collaboration_swiper:hover .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}
.collaboration_list {
	display: flex;
	position: relative;
}
.collaboration_item {
	width:auto;
}
.collaboration_content {
	width: 316px;
}
.collaboration_link {}
.collaboration_photo {
	display:block;
	opacity: 0;
	transition: opacity 1s;
	overflow: hidden;
	margin-bottom: 10px;
}
.collaboration_photo.lazyloaded {
	opacity: 1;
}
.collaboration_image {
	width: 100%;
	height: auto;
}
.collaboration_name {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}


/* section_recommend
--------------------------------------------------------------------*/

.section_recommend {}
.section_recommend .item_box {
	margin-bottom: 60px;
}

/* section_new
--------------------------------------------------------------------*/

.section_new {}
.section_new .item_box {
	margin-bottom: 60px;
}

/* section_ranking
--------------------------------------------------------------------*/

.section_ranking {}
.section_ranking .item_box {
	margin-bottom: 60px;
}

/* section_news
--------------------------------------------------------------------*/

.section_news {}
.news_list:before, .news_list:after {
	content: none;
}
.news_list {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
}
.news_item {}
.news_link {
	display:block;
}
.news_photo {
	display:block;
	opacity: 0;
	transition: opacity 1s;
	margin-bottom: 20px;
}
.news_photo.lazyloaded {
	opacity: 1;
}
.news_image {
	width: 100%;
	height: auto;
}
.news_date {
	color:#9fa0a0;
	font-size:14px;
	text-align: center;
	margin-bottom: 20px;
}
.site_brand_UN002 .news_date {
	color: #7b6b43;
}
.site_brand_UN003 .news_date {
	color: #555;
}
.news_title {
	font-size:14px;
	line-height: 1.4;
}
.site_brand_UN002 .news_title {
	text-align: center;
}
.site_brand_UN003 .news_title {
	text-align: center;
}
.news_list + .common_btn {
	margin-top: 60px;
}

/* section_checkitem
--------------------------------------------------------------------*/
.section_checkitem {}
.checkitem_title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px;
}

/* section_custom
--------------------------------------------------------------------*/

.section_custom {}
.section_custom .item_box {
	margin-bottom: 60px;
}

/* section_rearrival
--------------------------------------------------------------------*/

.section_rearrival {}
.section_rearrival .item_box {
	margin-bottom: 60px;
}

/* section_coodinate
--------------------------------------------------------------------*/

.section_coodinate {}
.section_coodinate .item_box {}
.coordinate_list:before,
.coordinate_list:after {
	content: none;
}
.coordinate_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.coordinate_item {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	width: 100%;
	max-width: 20%;
	margin-bottom: 50px;
	padding: 0 7.5px;
	position:relative;
}
.coordinate_link {
	display: block;
	position: relative;
}
.coordinate_link:hover .coodinate_photo:after {
	content:"";
	width:100%;
	height:100%;
	border:3px solid #eee;
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
}
.coordinate_photo {
	margin:0 0 15px;
	position:relative;
}
.coordinate_image {
	width: 100%;
	height: auto;
}
.coordinate_date {
	margin:0 0 5px;
	color:#7e7e7e;
	font-size:12px;
}
.coordinate_store {
	font-size:14px;
	line-height: 1.4em;
}
.coordinate_description {
	display: none;
}
.pop_coordinate {
	display: none;
	position: absolute;
	background: #FFF;
	top: 0px;
	left: 0px;
	width: 900px;
	z-index: 10000;
}
.pop_coordinate_data {
	display: flex;
	align-items: flex-start;
	padding: 20px;
}
.pop_coordinate_photo {
	flex-basis: 350px;
	max-width: 350px;
}
.pop_coordinate_photo img {
	width: 100%;
	height: auto;
}
.pop_coordinate_detail {
	flex: 1;
	width: 70%;
	width: -webkit-calc(100% - 350px);
	width: calc(100% - 350px);
}
.pop_coordinate_info {
	height: 420px;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 0 0 20px;
	position: relative;
}
.popup_sns {
	padding-top: 20px;
}
.popup_sns_data:before, .popup_sns_data:after {
	content: none;
}
.popup_sns_data {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.popup_sns_heading {
	font-size: 14px;
}
.popup_sns_detail {
	padding: 0 0 0 10px;
}
.popup_sns_list {
	display: flex;
	align-items: center;
}
.popup_sns_item {
	margin-right: 20px;
}
.popup_sns_item:last-child {
	margin-right: 0;
}
.popup_sns_item a {
	display: inline-block;
	width: 26px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.popup_sns_fb a {
	width:24px;
	height: 24px;
	background:url(../../images/detail/detail_sns_facebook.svg) no-repeat;
	background-size: 100% 100%;
}
.popup_sns_tw a {
	width:22.505px;
	height: 23px;
	background:url(../../images/detail/detail_sns_twitter.svg) no-repeat;
	background-size: 100% 100%;
}
.popup_sns_line  {
	display: inline-block;
	width:25px;
	height: 24px;
	background:url(../../images/detail/detail_sns_line.svg) no-repeat;
	background-size: 100% 100%;
}
.popup_sns_line a {
	width:25px;
	height: 24px;
	background:url(../../images/detail/detail_sns_line.svg) no-repeat;
	background-size: 100% 100%;
}
.popup_sns_line .line-it-button{
	opacity: 0.000000001;
}
.coordinate_items {
	width: 540px;
}
.pop_coordinate .popup_top_close {
	display:block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}
.pop_coordinate .popup_top_close a {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.pop_coordinate .popup_top_close a:before {
	content:"";
	width:16px;
	height:2px;
	background:#000;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.pop_coordinate .popup_top_close a:after {
	content:"";
	width:16px;
	height:2px;
	background:#000;
	position:absolute;
	top:50%;
	left:0px;
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.pop_coordinate .popup_bottom_close {
	text-align: center;
	padding: 20px;
	background-color: #fff;
	position: relative;
}
.pop_coordinate .popup_bottom_close:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
}
.pop_coordinate .button_popup_close {
	display: inline-block;
	width: 208px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	padding: 17px 10px;
	position: relative;
	background-color: #67696a;
	border-radius: 3px;
}
.pop_coordinate .popup_close_text {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.coordinate-title {
	border-bottom: 2px solid #000;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0 0 10px;
	text-align: left;
}
.pop_coordinate .shop_name {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	background-color: #fff;
	padding: 20px 40px 20px 20px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.pop_coordinate .update {
	color:#67696a;
	font-size:14px;
	margin-bottom:20px;
}
.pop_coordinate .description {
	display: block;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.popup_item_info {}
.popup_item_heading {
	font-size: 16px;
	margin-bottom:20px;
}
.popup_item_heading span {
	display: inline-block;
	font-weight: bold;
}
.popup_coordinate_list:before, .popup_coordinate_list:after {
	content: none;
}
.popup_coordinate_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
}
.popup_coordinate_item {
	flex: 0 0 25%;
	width: 100%;
	max-width: 25%;
	margin-bottom: 30px;
	padding: 0 6px;
	position:relative;
}
.popup_item_info .notfound {
	padding: 0 6px;
}
.popup_navi_prev, .popup_navi_next {
	display: block;
	width: 50px;
	height: 50px;
	outline: none;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-color: rgba(255,255,255,0);
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	cursor: pointer;
}
.popup_navi_prev {
	left: -50px;
}
.popup_navi_prev:after {
	content: "";
	width: 22px;
	height: 22px;
	margin-top: -11px;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 20px;
}
.popup_navi_next {
	right: -50px;
}
.popup_navi_next:after {
	content: "";
	width: 22px;
	height: 22px;
	margin-top: -11px;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 20px;
}