/* ####################################################
	shop-search
#################################################### */


/* ====================================
	shop
==================================== */
.shop__area {
	padding: 20px 0 150px;
}

.shop__flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 80px 0;
}

.shop__flex > div {
	width: calc(50% - 50px);
}
.shop__flex > div ul{
	margin: 0 0 20px;
	z-index: 1;
}
.shop__flex > div p{
	font-size: 1.5rem;
	font-weight: 400; /* --font-weight-noto-regular */
	margin: 0 0 70px;
}

.blank__height{
    height: 50px;
}

@media only screen and (max-width: 767px) {
	.shop__area{
		padding: 20px 0 120px;
	}
	.shop__flex{
		padding: 0 5.025%;
		margin: 0 0 30px 0;
	}
	.shop__flex > div{
		width: calc(100% - 0px);
	}
	.slick-slide img{
		width: 100%;
	}
	.shop__flex > div .shop__line--short{
		width: 60px;
		height: 1px;
		background-color: #4C4948; /* --color-accent */
		margin: 0 auto 40px;
	}
}
@media only screen and (max-width: 414px){
	.shop__area{
		padding: 20px 0 70px;
	}
	.shop__flex > div p{
		margin: 0 0 40px;
		line-height: 26px;
	}
	.shop__flex > div .shop__line--short{
		width: 40px;
		margin: 0 auto 25px;
	}
}
/* --------------------
	shop_slide
-------------------- */
@media only screen and (max-width: 767px) {
	.slick-dots{
		bottom: -60px !important;
	}
	.slick-dotted.slick-slider{
		margin-bottom: 80px;
	}
	.slick-dots li button:before{
		font-size: 14px !important;
	}
}
@media only screen and (max-width: 414px){
	.slick-dots{
		bottom: -50px !important;
	}
	.slick-dotted.slick-slider{
		margin-bottom: 60px;
	}
	.slick-dots li button:before{
		font-size: 12px !important;
	}
}
/* --------------------
	shop_title
-------------------- */
.shop_title__flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #4C4948; /* --color-accent */
}

.shop_title__flex > div:nth-child(1) {
	width: 150px;
	height: 100px;
}

.shop_title__flex > div:nth-child(1) > img{
	border: 1px solid #b6b6b6; /* --color-border-default */
}

.shop_title__flex > div:nth-child(2) {
	width: calc(100% - 150px);
	padding: 0 0 0 20px;
}
.shop_title__flex > div:nth-child(2) div {
	display: inline-block;
    line-height: 25px;
    background-color: #F3F1F0; /* --color-bg */
    padding: 0px 5px;
    font-size: 1.2rem;
    margin: 0 10px 20px 0;
}

.shop_title__flex > div:nth-child(2) h2 {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: var(--font-weight-noto-normal);
	margin: 0 0 15px 0;
}

.shop_title__flex > div:nth-child(2) h1 {
	font-size: 2.6rem;
	font-weight: 700; /* --font-weight-noto-bold */
}
@media only screen and (max-width: 767px){
	.shop_title__flex{
		display: block;
		margin: 0 0 50px 0;
	}
	.shop_title__flex > div:nth-child(1){
		width: 370px;
		height: 252px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto 50px;
	}
	.shop_title__flex > div:nth-child(2){
		width: 100%;
	}
}
@media only screen and (max-width: 414px){
	.shop_title__flex{
		padding: 0 0 20px 0;
		margin: 0 0 30px 0;
	}
	.shop_title__flex > div:nth-child(1){
		width: 150px;
		height: 100px;
		margin: 0 auto 25px;
	}
	.shop_title__flex > div:nth-child(2) div{
		margin: 0 10px 10px 0;
	}
}
/* --------------------
	shop_spec
-------------------- */
.shop_spec__block dl {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #b6b6b6; /* --color-border-default */
}

.shop_spec__block dl:first-child {
}

.shop_spec__block dl:nth-last-child {
	margin: 0 0 40px;
	border-top: 0;
	border-bottom: 0;
}

.shop_spec__block dt,
.shop_spec__block dd {
	padding: 20px 0;
	font-size: 1.5rem;
}

.shop_spec__block dt {
	width: 150px;
	font-weight: 700; /* --font-weight-noto-bold */
	line-height: 1.5;
}

.shop_spec__block dd {
	width: calc(100% - 160px);
	font-family: "Noto Sans JP", sans-serif;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
	word-break: break-all;
}

.shop_spec__block dd::before {
	content: "：";
	margin-right: 5px;
}
.shop_spec__block dd a{
	color: #4C4948; /* --color-accent */
}

/* --------------------
	shop_url
-------------------- */
.shop_url__bth {
	display: block;
	max-width: 340px;
	width: 100%;
	line-height: 60px;
	margin: 0 auto 40px auto;
	text-align: center;
	border: 1px solid #b6b6b6; /* --color-border-default */
	background-color: #fff;
	transition: 0.3s;
}

.shop_url__bth span {
	width: 100%;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 500; /* --font-weight-noto-medium */
	padding: 20px 37px;
	background-image: url(../__common_img/external_icon.svg);
	background-position: right 20px center;
    background-size: 16px;
    background-repeat: no-repeat;
}
.shop_url__bth:hover{
	opacity: 1;
	color: #fff;
	background-color: #4C4948; /* --color-accent */
}
.shop_url__bth:hover span{
	background-image: url(../__common_img/external_icon_hover.svg);
}
/* --------------------
	shop_sns
-------------------- */
.shop_sns__list {
	display: flex;
	width: 380px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto 30px auto !important;
}

.shop_sns__list li {
	margin: 0 7.5px 15px 7.5px;
}

.shop_sns__list a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	font-weight: 900; /* --font-weight-lato-bold */
	width: 160px;
	height: 100%;
	line-height: 15px;
	padding: 10px 10px 10px 20px;
	text-align: center;
    background-size: 22px;
    background-position: center left 15px;
    background-repeat: no-repeat;
}
.shop_sns__list li.sns__facebook--style{
	background-color: #1877F2;
}
.shop_sns__list li.sns__facebook--style a{
    background-image: url(../__common_img/icon_facebook.svg);
}
.shop_sns__list li.sns__twitter--style{
	background-color: #000000;
}
.shop_sns__list li.sns__twitter--style a{
   background-image: url(../__common_img/icon_x.svg);
   background-size: 19px !important;
}
.shop_sns__list li.sns__line--style{
	background-color: #16C755;
}
.shop_sns__list li.sns__line--style a{
    background-image: url(../__common_img/icon_line.svg);
}
.shop_sns__list li.sns__insta--style{
	background:linear-gradient(45deg, #D300C5 0%, #ff0069 50%, #FF7A00) no-repeat;
}
.shop_sns__list li.sns__insta--style a{
	 background-image: url(../__common_img/icon_insta.svg);
}
@media only screen and (max-width: 767px){
	.shop_sns__list{
		width: 100%;
	}
	.shop_sns__list a{
		width: 220px;
		background-size: 30px;
		background-position: center left 25px;
	}
	.shop_spec__block dl.shop__text--margin{
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 414px){
	.shop_spec__block dt, .shop_spec__block dd{
		padding: 15px 0;
	}
	.shop_sns__list{
		margin: 0 auto 10px auto !important;
	}
	.shop_sns__list a{
		letter-spacing: 0.1rem;
		justify-content: flex-end;
		width: 120px;
		padding-right: 13px;
		background-size: 18px;
		background-position: center left 8px;
	}
	.shop_sns__list li.sns__twitter--style a{
		padding-right: 10px;
		background-size: 12px !important;
		font-size: 11px;
	}
	.shop_sns__list li.sns__line--style a{
		padding-right: 35px;
	}
	.shop_sns__list li{
		margin: 0 10px 10px 0;
	}
	.shop_spec__block dl:nth-last-child{
		margin: 0px 0 30px;
	}
}
/* --------------------
	shop_link
-------------------- */
.shop_link__block {
	padding: 30px;
	margin: 0 0 80px 0;
	background-color: #F3F1F0; /* --color-bg */
}

.shop_link__block div {
	font-size: 1.5rem;
	font-weight: 700; /* --font-weight-noto-bold */
	margin: 0 0 10px 0;
}
.shop_link__block div::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #4C4948; /* --color-accent */
    margin-bottom: -2px;
    margin-right: 8px;
}
.shop_link__block ul li a::after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../__common_img/external_icon.svg);
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
	margin-bottom: -2px;
    margin-left: 7px;
}

.shop_link__block ul {
	padding: 0;
	margin: 0;
}

.shop_link__block ul li {
	margin: 0 0 10px 0;
}
.shop_link__block ul li a{
	word-break: break-all;
	font-size: 1.5rem;
	font-weight: 400; /* --font-weight-noto-regular */
	color: #AF843E;
}
@media only screen and (max-width: 767px){
	.shop_link__block div{
		margin: 0 0 20px 0;
		line-height: 1.4;
		text-indent: -25px;
		padding-left: 25px;
	}
	.shop_link__block div::after{
		display: none;
	}
	.shop_link__block ul li{
		background-color: #fff;
		background-image: url(../__common_img/external_icon.svg);
		background-position: center right 25px;
		background-repeat: no-repeat;
		background-size: 20px;
		padding: 30px 55px 30px 10px;
		text-align: center;
	}
	.shop_url__bth{
		max-width: 75%;
	}
	.shop__line--long{
		width: 100%;
		height: 1px;
		background-color: #4C4948; /* --color-accent */
		margin: 0 auto 70px;
	}
	.shop_link__block ul li a::after{
		display: none;
	}
}
@media only screen and (max-width: 414px){
	.shop_link__block{
		padding: 20px 20px;
		margin: 0 0 45px 0;
	}
	.shop_link__block div{
		margin: 0 0 15px 0;
	}
	.shop_link__block ul li{
		padding: 15px 35px 15px 15px;
		text-align: left;
		background-position: center right 15px;
		background-size: 14px;
	}
	.shop_url__bth{
		max-width: 80%;
		line-height: 55px;
		margin: 20px auto 20px auto;
	}
	.shop__line--long{
		margin: 0 auto 50px;
	}
}
@media only screen and (max-width: 375px){
	.shop_link__block{
		margin: 0px 0 35px 0;
	}
}
@media only screen and (max-width: 320px){
	.shop_link__block{
		padding: 10px 10px;
	}
	.shop_url__bth{
		max-width: 100%;
	}
}
/* --------------------
	shop_floormap
-------------------- */
.shop_floormap__block div {
	font-size: 1.8rem;
	font-weight: 500; /* --font-weight-bold */
	margin: 0 0 20px 0;
	text-align: center;
    background: #fff;
}
.shop_floormap__block div.shop_floormap--title{
	width: 200px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0px 0px;
	margin: 0;
    font-size: 1.5rem;
    font-weight: 700; /* --font-weight-noto-bold */
    color: #fff;
    background-color: #383838; /* --color-main */
}
/* box */
.shop_floormap__box {
	position: relative;
	overflow: hidden;

	/* wire frame */
	border: 1px solid #999999; /* --wire-border-color */
}

.shop_floormap__box svg {
	width: 100%;
	height: auto;
	height: 800px;
}

/* control */
.shop_floormap__control {
	position: absolute;
	top: 100px;
	right: 25px;
}

.shop_floormap__control #svg-pan-zoom-zoom-in,
.shop_floormap__control #svg-pan-zoom-zoom-out {
	width: 45px;
	height: 45px;

}
@media only screen and (max-width: 767px){
	.shop_floormap__block{
		padding: 0 5.025%;
	}
	.shop_floormap__block div.shop_floormap--title{
		width: 100%;
		height: 45px;
	}
	.shop_floormap__box svg{
		height: 450px;
	}
}
@media only screen and (max-width: 414px){
	.shop_floormap__box svg{
		height: 250px;
	}
	.shop_floormap__block div.shop_floormap--title{
		height: 35px;
	}
}
@media only screen and (max-width: 375px){
	.shop_floormap__box svg{
		height: 200px;
	}
}
@media only screen and (max-width: 320px){
	.shop_floormap__box svg{
		height: 170px;
	}
}
/* --------------------
	shop_news
-------------------- */
.shop_news__area{
	position: relative;
	padding: 0 0 60px;
}
.shop_news__area::before{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 900px solid #F3F1F0; /* --color-bg */
    border-right: 100vw solid transparent;
    z-index: -1;
}
.content_title--wrap h2 span{
	display: block;
}
.content_title--wrap h2 span.en {
    font-size: 3.2rem;
    letter-spacing: 3.2px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}
.content_title--wrap h2 span.ja{
	font-size: 1.2rem;
    font-weight: 400; /* --font-weight-noto-regular */
}
.content_title--wrap svg.left-object{
	left: 410px;
}
.content_title--wrap svg.right-object{
	right: 410px;
}
.info__flex .shop_name{
	font-size: 1.5rem;
    font-weight: 700; /* --font-weight-noto-bold */
    margin: 15px 0 5px 0;
}
.info__flex .shop_genre{
	font-size: 1.2rem;
    background-color: #F3F1F0; /* --color-bg */
    padding: 3px 6px !important;
}
.info__flex li div, 
.info__flex li p{
	padding: 0 10px;
}
.info__flex li{
	background-color: #fff;
    padding: 0 0 20px 0;
    box-shadow: 2px 3px 6px rgb(0 0 0 / 16%);
}
.info__flex li:nth-child(4n){
	margin: 0 0 30px 0;
}
.slick-prev, .slick-next{
	z-index: 9999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.slick-prev, 
.slick-next, 
.slick-prev:hover, 
.slick-next:hover, 
.slick-prev:focus, 
.slick-next:focus{
	background-image: url(../__common_img/slide_btn_icon.svg);
    background-position: center left;
    background-size: 25px;
    background-repeat: no-repeat;
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.slick-next, .slick-next:hover{
	transform: translate(0, -50%) rotate(-180deg);
}
/* --------------------
	shop_floormap SVG
-------------------- */

@keyframes flash {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}
}


.info__wrap .info__flex li a{
	display: block;
	transition: 0.3s;
}
.info__wrap .info__flex li a:hover{
	opacity: 0.7;
}
@media only screen and (max-width: 767px){
	.shop_news__area{
		padding: 0 5.025% 60px;
	}
	.info__flex .shop_genre{
		display: inline-block;
		margin-left: 10px;
		margin-bottom: 0;
	}
	.info__flex li:nth-child(4n){
		margin: 0 0 60px 0;
	}
	.content_title--wrap svg.left-object{
		left: 470px;
	}
	.content_title--wrap svg.right-object{
		right: 470px;
	}
	.shop_news__area::before{
		/*border-bottom: 743px solid #F3F1F0;  --color-bg */
		display: none !important;
	}
	#content{
		overflow: hidden;
	}
	.shop_news--bg img{
		position: absolute;
		height: auto;
		top: -240px;
		left: 0;
		z-index: -1;
	}
}
@media only screen and (max-width: 560px){
	.content_title--wrap svg.left-object{
		left: 390px;
	}
	.content_title--wrap svg.right-object{
		right: 390px;
	}
	.shop_news__area::before{
		border-bottom: 680px solid #F3F1F0; /* --color-bg */
	}
}
@media only screen and (max-width: 414px){
	.info__title{
	    margin: 0 0 30px 0;
	}
	.content_title--wrap h2{
		margin-bottom: 0px;
	}
	.content_title--wrap svg.left-object{
		left: 30px;
	}
	.content_title--wrap svg.right-object{
		right: 30px;
	}
	.info__flex li:nth-child(4n){
		margin: 0 0 30px 0;
	}
	.shop_news__area{
		padding: 0 5.025% 40px;
	}
	.shop_news__area::before{
		border-bottom: 565px solid #F3F1F0; /* --color-bg */
	}
}
@media only screen and (max-width: 375px){
}
@media only screen and (max-width: 320px){
	.content_title--wrap svg.left-object{
		left: 0;
	}
	.content_title--wrap svg.right-object{
		right: 0;
	}
	.shop_news__area::before{
		border-bottom: 585px solid #F3F1F0; /* --color-bg */
	}
	.shop_news--bg img{
		top: -100px;
	}
}
/********************************

2024/03/04 フロアマップ改修css

**********************************/
#shopid > g rect,#shopid > g polygon{
	opacity: 0;
	cursor: pointer;
}