@charset "UTF-8";

#contents {
    width: 100%;
    padding: 0;
}

/*店舗詳細*/
.shop_detail{
	position: relative;
	margin-top: 60px;
}

.shop_detail #shop_name{
	border-bottom:none;
	padding-bottom:10px;
	display: block;
	font-weight:inherit;
	text-align: center;
}
.shop_detail #service{
	width: 980px;
	margin: 0 auto;
	padding-bottom: 0;
	border-bottom: none;
	border: none;
	text-align: center;
	display: block;
}
.shop_detail #service span{
	display: inline-block;
	padding: 7px 15px;
	line-height: 1;
	border:1px solid;
	border-color: inherit;
	border-radius: 90px;
	margin: 0 10px;
	font-size: 12px;
	font-weight: normal;
}
.shop_detail_overview{
	margin-bottom: 50px;
	display: flex;
}
#shopMap{
	width: 100%;
	height: 612px;
	margin-bottom:60px;
}
.shop_detail_info{
	/* float:right; */
	/* width:310px; */
	font-size:14px;
	flex-basis: 50%;
	padding-left: 58px;
}
.shop_detail_info dl{
	margin-bottom:20px;
	letter-spacing: 0.08em;
    line-height: 1.8em;
}
.shop_detail_info dt{
	/* font-weight: bold; */
	margin-bottom:6px;
	font-size: 12px;
	color: #555555;
}
.shop_detail_info dd{
	margin-bottom:6px;
	line-height: 1.4;
}

.store_gallery{
	margin-bottom:60px;
}

.section-title{
	font-size:24px;
	font-weight:normal;
	text-align:center;
	margin-bottom:20px;
	padding-bottom: 0;
	border: none;
}

.shopDescription {
    font-size:14px;
    line-height:25px;
    color: #555555;
}

.shop_detail_description {
    margin-bottom: 40px!important;
	font-size: 14px;
	color: #555555;
	letter-spacing: 0.08em;
	line-height: 1.8em;
}

.store_gallery .section_detail{
	text-align:center;
}

.store_gallery .section_detail img{
	max-width:100%;
	height:auto;
}
.store_style{
	margin-bottom: 76px;
}
.store_style .section_detail .goods_item{
	margin-bottom:10px;
}
.store_blog{
	margin-bottom:76px;
}
.store_blog .section_detail ul{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;

}
.store_blog .section_detail ul li{
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	width: 100%;
	max-width: 33.33333%;
	padding: 0 15px;
	position: relative;
}
.store_blog .section_detail ul li a{
	display:block;
}

.store_blog .section_detail .store_blog_photo{
	display:block;
	/* float:left; */
	/* width:140px; */
	/* height:140px; */
	/* margin-right: 15px; */
	margin-bottom: 16px;
}
.store_blog .section_detail .store_blog_photo img{
	width:100%;
	height:auto;
}
.store_blog .section_detail .store_blog_date{
	display:block;
	/* margin: 0 0 10px 155px; */
	font-size: 12px;
	line-height: 20px;
	color:#666666;
}
.store_blog .section_detail .store_blog_title{
	display:block;
	/* margin: 0 0 10px 155px; */
	font-size: 14px;
	line-height: 20px;
}
.map_labels{
	font-size:15px;
	font-weight:bold;
	font-family: "Yu Gothic";
	color:#fff;
	padding:10px;
	border-radius:10px;
	width: 200px;
	background:rgba(0,0,0,0.5);
	display: none!important;
}
.shop_sns{
	letter-spacing:-.75em;
}
.shop_blog,
.shop_instagram,
.shop_twitter,
.shop_facebook,
.shop_web {
	display:inline-block;
	letter-spacing:normal;
	width: 22px;
	height: 22px;
	text-indent:-9999px;
	font-size:1%;
	line-height:1;
	overflow:hidden;
	margin-right: 6px;
	z-index: 0;
	position: relative;
}

.shop_blog::before,
.shop_instagram::before,
.shop_twitter::before,
.shop_facebook::before,
.shop_web::before {
  content: '';
  position: absolute;
  background: rgba(255,255,255,0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop_blog{
    background:url('/static/full/images/svg/icn_shop_blog.svg') no-repeat center;
    background-size: contain;
}
.shop_instagram{
    background:url('/static/full/images/svg/icn_insta.svg') no-repeat center;
    background-size: 20px;
}
.shop_twitter{
    background:url('/static/full/images/svg/icn_tw.svg') no-repeat center;
    background-size: 20px auto;
}
.shop_facebook{
    background:url('/static/full/images/svg/icn_fb.svg') no-repeat center;
    background-size: auto 20px;
}
.shop_web{
    background:url('/static/full/images/svg/icn_shop_blog.svg') no-repeat center;
    background-size: contain;
}

.shop_sns ul{
}

.shop_sns ul > li{
	letter-spacing:normal;
	display:inline-block;
	width:50%;
}

.shop_sns ul > li > a{
	width:auto;
	height: 30px;
	padding-left: 40px;
	text-indent:0;
	font-size:14px;
	line-height: 30px;
    background-size: auto 26px;
   background-position:left;
}

.shop_sns ul > li > .shop_blog::before,
.shop_sns ul > li > .shop_instagram::before,
.shop_sns ul > li > .shop_twitter::before,
.shop_sns ul > li > .shop_facebook::before,
.shop_sns ul > li > .shop_web::before {
  content: '';
  position: absolute;
  background: rgba(255,255,255,0.7);
  top: 0;
  left: 0;
  width: 35px;
  height: 30px;
}

.shop_sns ul > li > .shop_facebook{
    background-size:auto 22px;
    background-position:5px center;
}
.shop_sns ul > li > .shop_instagram{
    background-size:auto 22px;
    background-position:5px center;



}
.shop_sns ul > li > .shop_twitter{
    background-size:auto 20px;
    background-position:2px center;
}


.shop_service,
.shop_activity,
.shop_gender {
    display: flex;
    font-size: 18px;
    flex-wrap: wrap;
}

.shop_service span::after,
.shop_activity span::after,
.shop_gender span::after {
    content: '、';
}

.shop_service span:last-child::after,
.shop_activity span:last-child::after,
.shop_gender span:last-child::after {
	content:'';
}

.shopType {
    font-size: 16px;
    color:#1A1A1A;
    border:1px solid #9D9D9D;
    padding:10px;
    display: inline-block;
}

.shopName {
    font-size:24px;
    line-height:32px;
}

#shopAddress {
    font-size: 18px;
}

#shopTel {
    font-size: 18px;
}

#shopTypeBottom {
    font-size: 18px;
}

.title_wrapper {
    display: flex;
    justify-content: space-between;
}

/*
***************************************************/

.slick-slider {
    margin-top: 30px;
    padding: 0 5px;
}

/*
.slick-prev[aria-disabled=false] + .slick-list {
	padding: 0 0 0 10%!important;
}
*/

.slick-list {
    padding: 0 3% 0 0!important;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slider-item:after {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    padding-top: 100%;
}

.slick-inner-list {
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}

.slick-item{
    padding: 0 5px;
    flex: 0 0 25%;
    width: 100%;
    max-width: 25%;
}


.slick-prev:hover , .slick-next:hover {
	background: #ddd;
}

.slick-prev, .slick-next {
	border-radius: 50%;
	display: block;
	width: 64px;
	height: 64px;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	outline: none;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 1);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}
.slick-prev:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -16px;
	margin-left: 25px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.slick-prev {
	left: 25px;
}
.slick-next {
	right: 25px;
}
.slick-next:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin-top: -16px;
	margin-left: 20px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.slick-disabled {
    display:none!important;
}

.shoplist {
    padding: 0 3.4rem;
}

.shop_other {
	border-top: 1px solid #D9D9D9;
	padding: 60px 0 0 3.4rem;
}

.shop_photo {
    margin-bottom: 35px;
	width: 640px;
	height:640px;
    /* flex-basis: 50%; */
    /* padding-right: 29px; */
}

.shopImage {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1001px){
	.store_recommend .store_list {
		display: grid;
		grid-template-columns: repeat(4,1fr);
		gap: 0.75rem;
		padding-bottom: 1rem;
		-webkit-padding-start: 1.5rem;
		padding-inline-start: 1.5rem;
		-webkit-padding-end: 1.5rem;
		padding-inline-end: 1.5rem;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
}

.styling_photo {
    margin-bottom: 16px;
}

.styling_info {
    font-size: 14px;
    line-height: 20px;
}

.store_recommend {
	margin-right: 2.5rem;
}

.default-btn.btn-back {
	border: none;
	text-align: right;
	width: auto;
	padding-right: 46px;
	line-height: 1;
	font-weight: 300;
}

@media (max-width: 1000px) {

	#contents {
		margin-top: 0;
	}

	.shop_detail {
		margin-top: 0;
	}

	.shoplist {
		padding: 0 24px;
    	margin: 0;
	}

	.shop_detail_overview {
		display: block;
		margin-bottom: 24px;
		margin-left: -24px;
		margin-right: -24px;
	}

	.shop_photo {
		width: 100%;
    	height: auto;
	}

	.shop_detail_info {
		padding: 0 24px;
	}

	.shop_detail_type,
	.shop_detail_name {
		margin-bottom: 14px;
	}

	.shop_detail_description {
		margin-bottom: 36px;
	}

	#shopMap {
		margin-bottom: 0;
	}

	.shop_other {
		border-top: none;
		padding: 40px 16px 0;
	}

	.store_list .store_item:last-child {
		margin-bottom: 85px;
	}

	.store_blog {
		margin-bottom: 67px;
	}

	.title_wrapper {
		align-items: baseline;
		margin-bottom: 26px;
	}

	.section-title {
		font-weight:normal;
		margin-bottom: 0;
	}

	.default-btn.btn-back {
		font-size: 15px;
		padding-right: 16px;
	}

	.store_info {
		display: flex;
	}

	.slick-item {
		padding: 0;
		display: flex;
		flex: auto;
		max-width: 100%;
		margin-bottom: 24px;
	}

	.store_blog .section_detail .store_blog_photo {
		width: 100px;
    	margin-bottom: 0;
	}

	.store_detail {
		flex: 1;
		margin-left: 16px;
	}

	#styling_container {
		display: flex;
    	flex-wrap: wrap;
	}

	#styling_container .slick-item {
		margin-bottom: 40px;
	}

	#styling_container .slick-inner-list {
		width: calc(50% - 7px);
		margin-right: 13px;
	}

	#styling_container .slick-inner-list:nth-child(2n) {
		margin-right: 0;
	}

	.styling_photo .styling_image {
		width: 100%;
	}

	.styling_info {
		padding-left: 12px;
	}

	.store_recommend {
		margin-right: 0;
	}

}

.shop_detail_googlemap {
}

.shop_detail_googlemap a {
    border: 1px solid #D9D9D9;
	font-size:16px;
    text-align: center;
    display:block;
    cursor:pointer;
    padding: 17px 0;
}

.shop_detail_googlemap a:hover {
	color: #1A1A1A;
	border-color: #1A1A1A;
}

@media screen and (min-width: 1001px){
	.shop_detail_googlemap a {
		padding: 23px 0;
	}	
}