/* Shop 店舗 */

/*
.shop .title{
	background-image: url("../images/shop/main-shop-image.jpg");
}
*/
.shop .title::before{
	background-image: url("../images/shop/main-shop-image.jpg");
}

.shop .shop-area .content li{
	width: 47.5%;
    margin: 0 5% 65px 0;
}

.shop .shop-area .content li:nth-of-type(2n){
	margin-right: 0;
}

.shop .shop-area .content li:nth-child(n+5){
	margin-bottom: 0;
}

.shop .maps{
    width: 100%;
	height: 300px;
	border: 1px solid #BBB;
	overflow: hidden;
	box-sizing: border-box;
}

.shop .maps iframe{
    width: 100%;
	filter:grayscale(100%);-webkit-filter:grayscale(100%);
}

.shop .shop-area .content li .shop-info{
	width: 94%;
	margin: 20px auto 0;
}

.shop .shop-area .content li .shop-info .name{
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shop .shop-area .content li .shop-info .name h3{
	font-size: 21px;
}

.shop .shop-area .content li .shop-info .name a{
	font-size: 15px;
}

.shop .shop-area .content li .shop-info .name a span{
	position: relative;
	padding-right: 20px;
	border-bottom: 1px solid #000;
	transition: all 0.7s linear;
}

.shop .shop-area .content li .shop-info .name a:hover span{
	border-bottom: 1px solid #BF4646;
	color: #BF4646;
}

.shop .shop-area .content li .shop-info .name a span::after{
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 1px;
    background-color: #000;
    transform: translateY(-50%);
    transition: all 0.7s linear;
}

.shop .shop-area .content li .shop-info .name a span::before{
	content: "";
	position: absolute;
	top: 50%;
    right: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.7s linear;
}

.shop .shop-area .content li .shop-info .name a:hover span::after{
	background-color: #BF4646;
}

.shop .shop-area .content li .shop-info .name a:hover span::before{
	border-top: 1px solid #BF4646;
    border-right: 1px solid #BF4646;
}

.shop .shop-area .content li .shop-info dl dt{
	font-size: 12px;
	color: #707070;
}

.shop .shop-area .content li .shop-info dl dd{
	font-size: 15px;
	margin: 6px 0 10px;
}

.shop .shop-area .content li .shop-info dl dd a{
	text-decoration: underline;
}

.shop .shop-detail-area h2{
	font-size: 28px;
	margin: 0 0 35px;
}

.shop .shop-detail-area .image-wrap{
	margin: 70px 0 80px;
	text-align: center;
}

.shop .shop-detail-area .info-wrap .block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shop .shop-detail-area .info-wrap .block .box{
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	padding: 25px 0;
	width: 48%;
}

.shop .shop-detail-area .info-wrap .block .box dl dt{
	color: #707070;
	margin-bottom: 5px;
}

.shop .shop-detail-area .info-wrap .block .box dl dd{
	font-size: 21px;
}

.shop .shop-detail-area .info-wrap .block .box dl dd a{
	color: #000;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.shop .shop-detail-area .info-wrap .block .box:first-child dl:first-child{
	margin-bottom: 40px;
}

.shop .shop-detail-area .info-wrap .block .box:first-child dl:last-child dt{
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.shop .shop-detail-area .info-wrap .block .box:first-child dl:last-child dd{
	font-size: 15px;
	padding-left: 10px;
	position: relative;
}

.shop .shop-detail-area .info-wrap .block .box:first-child dl:last-child dd::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background-color: #000;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.shop .shop-detail-area .info-wrap .block .box:last-child{
	padding: 0;
}

.shop .shop-detail-area .info-wrap .block .box:last-child dl{
	padding: 25px 0;
}

.shop .shop-detail-area .info-wrap .block .box:last-child dl:nth-child(2){
	border-top: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}

.shop .shop-detail-area .info-wrap .map-content .maps{
	margin-top: 40px;
}

.shop .shop-detail-area .info-wrap .map-content .maps{
	height: 350px;
}

.shop .shop-detail-area .info-wrap .map-content .link{
	margin-top: 10px;
	text-align: right;
}

.shop .shop-detail-area .info-wrap .map-content .link a{
	text-decoration: underline;
	font-size: 15px;
	color: #000;
	margin-top: 10px;
    padding-right: 14px;
    background: url(image/common/icon-blank-off.png) no-repeat right center;
}

.shop .shop-detail-area .info-wrap .map-content .link a:hover{
	color: #BF4646;
	background-image: url(image/common/icon-blank-on.png);
}

.shop .shop-detail-area ul.content{
	margin: 0;
}

.shop .shop-detail-area .instgram-wrap{
	margin: 150px 0 0;
}

.shop .shop-detail-area .instgram-wrap h2 .account a{
	font-size: 16px;
	font-weight: 400;
	color: #707070;
	padding-left: 1em;
	font-style: italic;
}

.shop .shop-detail-area .instgram-wrap h2 .account a:hover{
	color: #BF4646;
}

.shop .shop-detail-area .instgram-wrap ul li{
	width: calc(100% / 5);
    border-right: 1px solid #F6F6F6;
    border-bottom: 1px solid #F6F6F6;
    box-sizing: border-box;
}

.shop .shop-detail-area .event-wrap{
	margin: 150px 0;
}

.shop .shop-detail-area .event-wrap h2 .shop-name{
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.shop .shop-detail-area .event-wrap .content li{
	width: 31%;
    margin-right: 3.5%;
}

.shop .shop-detail-area .event-wrap .content li:last-child{
	margin-right: 0;
}

.shop .swiper-pagination{
	position: relative;
	bottom: auto!important;
}
					
.shop .swiper-pagination-bullet-active{
	background-color: #000;
}

/* --- SP ---------- */
@media print, screen and (max-width: 768px) {
	.shop .title::before {
        background-position: 25%;
    }

	.shop p.lead{
		font-size: 15px;
	}

	.shop .maps{
		height: 200px;
	}

	.shop .shop-area .content li:last-child{
		margin-bottom: 0!important;
	}

	.shop .shop-area .content li .shop-info .name h3{
		width: 100%;
	}

	.shop .shop-area .content li .shop-info .name a{
		margin: 15px 0;
	}

	.shop .shop-detail-area .image-wrap{
		margin-top: 30px;
		text-align: center;
	}

	.shop .shop-detail-area h2{
		font-size: 21px;
		margin: 0 0 1em;
	}

	.shop .shop-detail-area .info-wrap .block .box{
		width: 100%;
		padding: 15px 0;
	}

	.shop .shop-detail-area .info-wrap .block .box:last-child{
		border-top: none;
	}

	.shop .shop-detail-area .info-wrap .block .box dl dt,
	.shop .shop-detail-area .info-wrap .block .box:first-child dl:last-child dt{
		font-size: 12px;
		margin-bottom: 0;
	}

	.shop .shop-detail-area .info-wrap .block .box:first-child dl:first-child{
		margin-bottom: 25px;
	}

	.shop .shop-detail-area .info-wrap .block .box dl dd{
		font-size: 15px;
		margin: 6px 0 0;
	}

	.shop .shop-detail-area .info-wrap .block .box:first-child dl:last-child dd{
		font-size: 13px;
		margin: 5px 0 0;
	}

	.shop .shop-detail-area .info-wrap .block .box:last-child dl{
		padding: 15px 0;
	}

	.shop .shop-detail-area .info-wrap .map-content .link{
		text-align: center;
		padding-left: 14px;
	}

	.shop .shop-detail-area .instgram-wrap{
		margin: 100px 0 0;
	}

	.shop .shop-detail-area .instgram-wrap h2 .account a{
		font-size: 13px;
		display: block;
		padding-left: 0;
	}

	.shop .shop-detail-area .instgram-wrap ul{
		display: flex;
	}

	.shop .shop-detail-area .instgram-wrap ul li{
		width: calc(100% / 3)!important;
		margin-bottom: 0 !important;
	}

	.shop .shop-detail-area .instgram-wrap ul li:last-child{
		display: none;
	}

	.shop .shop-detail-area .event-wrap{
		margin: 100px 0;
	}
}