/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2023 | 06:45:01 */
/*TOP ボタン*/
#search-box .btn.houzez-search-button{
	position:relative;
	z-index:5;
	margin-top: 20px;
}
#search-box .btn.houzez-search-button:before{
	position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/03/icon_glass.png);
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.nrs_castlist_button {
    display: flex;
    justify-content: center;
}
.nrs_pink_button {
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border: 2.5px solid #FF1F67;
    padding: 15px 20px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    width: 300px;
}
.nrs_pink_button span {
    position: relative;
    /* z-index: 3; */
    color: #FF1F67;
    font-weight: 700;
    letter-spacing: 0.1rem;
    font-size: 20px;
    padding: 0 20px;
}
.nrs_pink_button:hover span {
    color: #fff;
}
.bgskew::before {
    content: '';
    position: absolute;
    top: 0;
    left: -130%;
    background: #FF1F67;
    width: 120%;
    height: 100%;
    transform: skewX(-25deg);
}
.btn_fb_icon {	
	content: "";
    display: inline-block;
    background: url(/wp-content/uploads/2023/02/icon-facebook-circle-color.png);
    background-size: cover;
    width: 24px;
    height: 24px;
}
.btn_arrow_icon {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-right: 2.5px solid  #FF1F67;
	border-bottom: 2.5px solid  #FF1F67;
	transform: rotate(-45deg);
}
.bgskew:hover::before {
    animation: skewanime .5s forwards;
}
@keyframes skewanime {
    100% {
        left: -10%;
    }
}

@media screen and (max-width:750px) {
	.nrs_pink_button span {
        font-size: 18px;
    }
}

/*TOP 下セクション 背景*/
#top_low_section{
	background: linear-gradient(145deg, #A8E6CF 10%, #DCEDC1 10% 40%, #FFFFFF 40% 70%, #FFD3B6 70% 80%, #FFAAA5 80%);
}

#polka_1,#top_low_section{
	position:relative;
}

/* #top_low_section{
	overflow:hidden;
} */

#polka_1::before{
	position: absolute;
    content: "";
	background: url(/wp-content/uploads/2023/03/line.png) no-repeat center top / contain;
    width:100%;
    height: 270px;
    left: -500px;
    top: -98px;
}

/* #polka_1::after{
	position: absolute;
    content: "";
	background: url(/wp-content/uploads/2023/03/polka_dots_p_1.png) no-repeat center top / contain;
    width: 200px;
    height: 180px;
    right: -140px;
    top: -98px;
}

#top_low_section::before{
	position: absolute;
    content: "";
	background: url(/wp-content/uploads/2023/03/polka_dots_p_1.png) no-repeat center top / contain;
    width: 300px;
    height: 270px;
    right: 40px;
    bottom: 40px;
} */

#top_low_section::after{
	position: absolute;
    content: "";
	background: url(/wp-content/uploads/2023/03/line.png) no-repeat center top / contain;
    width: 100%;
    height: 270px;
    right: -490px;
    bottom: 0px;
}


#top_low_section{
	background: linear-gradient(145deg, #A8E6CF 10%, #DCEDC1 10% 40%, #FFFFFF 40% 70%, #FFD3B6 70% 80%, #FFAAA5 80%);
}

#polka_1,#top_low_section{
	position:relative;
}

/* #top_low_section{
	overflow:hidden;
} */


@media screen and (max-width: 991px) {
	#polka_1::before{
		position: absolute;
		content: "";
		background: url(/wp-content/uploads/2023/03/line.png) no-repeat center top / contain;
		width: 100%;
		height: 250px;
		left: -30px;
		top: -98px;
	}

	#top_low_section::after{
		position: absolute;
		content: "";
		background: url(/wp-content/uploads/2023/03/line.png) no-repeat center top / contain;
		width: 50%;
		height: 120px;
		right: 0px;
		bottom: 0px;
	}
}

@media screen and (max-width: 480px) {
	#polka_1::before{
		position: absolute;
		content: "";
		background: url(/wp-content/uploads/2023/03/line.png) no-repeat center top / contain;
		width: 100%;
		height: 100px;
		left: -30px;
		top: -60px;
	}

	#top_low_section::after{
		position: absolute;
		content: "";
		background: url(/wp-content/uploads/2023/03/line.png) no-repeat center top / contain;
		width: 75%;
		height: 100px;
		right: 0px;
		bottom: 0px;
	}
}



/*ヘッダーのアイコンと見出しの箇所、幅狭い際に縦に並べるように(仮)*/
@media screen and (max-width: 480px) {
	.elementor-location-header span.elementor-button-content-wrapper{
		display: flex;
		flex-direction: column;
	}
	.elementor-location-header svg{
		width:20px;
	}
}

@media screen and (max-width: 480px) {
	.elementor-location-footer img{
		width:150px!important;
	}
}

@media screen and (min-width: 480px) {
	ul.slick-dots{
		display:none;
	}
}
	
/*店舗ランキングバナー*/
#shop_list1::before{
    display: block;
    content: 'No.1';
	/*font-family: Alex Brush;*/
	font-size: 42px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: center;
    color: #F0858B;
}

#shop_list2::before{
    display: block;
    content: 'No.2';
    /*font-family: Alex Brush;*/
	font-size: 42px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: center;
    color: #F0858B;
}

#shop_list3::before{
    display: block;
    content: 'No.3';
    /*font-family: Alex Brush;*/
	font-size: 42px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: center;
    color: #F0858B;
}

#shop_list4::before{
    display: block;
    content: 'No.4';
    /*font-family: Alex Brush;*/
	font-size: 42px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: center;
    color: #F0858B;
}

#shop_list5::before{
    display: block;
    content: 'No.5';
    /*font-family: Alex Brush;*/
	font-size: 42px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: center;
    color: #F0858B;
}

@media screen and (min-width: 992px) {
	#shop-rank .listing-image-wrap  div  a{
		height:184px;
	}
}
@media screen and (max-width: 991.98px) {
	#shop-rank .listing-image-wrap  div  a{
		height:312px;
	}	
}


/*キャストランキング*/

/*ステータス削除*/
/*.carousel .item-amenities{*/
/*    display:none;*/
/*}*/

/*.item-wrap-v3 .item-price-wrap .item-price {*/
/*    display: none;*/
/*}*/

/*デザイン調整*/
.item-amenities li {
    margin-right: 0px;
}

.property-carousel-buttons-wrap {
    height: 0px;
    text-align: center;
}

/*ランキングバナー*/
#cast_list1::before{
    display: block;
    content: 'No.1';
    background-image: url(http://car-search-sample.com/wp-content/uploads/2023/01/Rank1.png);
    width: 100%;
    height: 56px;
    font-size:40px;
    line-height: 56px;
    color:white;
    text-align: center;
}

#cast_list2::before{
    display: block;
    content: 'No.2';
    background-image: url(http://car-search-sample.com/wp-content/uploads/2023/01/Rank2.png);
    width: 100%;
    height: 56px;
    font-size:40px;
    line-height: 56px;
    color:white;
    text-align: center;
}

#cast_list3::before{
    display: block;
    content: 'No.3';
    background-image: url(http://car-search-sample.com/wp-content/uploads/2023/01/Rank3.png);
    width: 100%;
    height: 56px;
    font-size:40px;
    line-height: 56px;
    color:white;
    text-align: center;
}

#cast_list4::before{
    display: block;
    content: 'No.4';
    background-image: url(http://car-search-sample.com/wp-content/uploads/2023/01/Rank4.png);
    width: 100%;
    height: 56px;
    font-size:40px;
    line-height: 56px;
    color:white;
    text-align: center;
}

#cast_list5::before{
    display: block;
    content: 'No.5';
    background-image: url(http://car-search-sample.com/wp-content/uploads/2023/01/Rank4.png);
    width: 100%;
    height: 56px;
    font-size:40px;
    line-height: 56px;
    color:white;
    text-align: center;
}



