@charset "UTF-8";

.vis-sp {
	display: none;
}

.mainSec {
}

.mainSec_title {
	margin: 0 0 36px;
}

.mainSec_title > small {
}

.shop {
	text-align: center;
	line-height: 1;
	margin-top: 40px;
}

.shop_hd {
	padding: 40px 0;
}

.shop_hd_ttl {
}

.shop_hd_addr {
	margin-top: 10px;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
}

.shop_row {
	display: flex;
	justify-content: space-between;
	height: 410px;
	max-width: 1400px;
	margin: 0 auto;
}

.shop_link {
	overflow: hidden;
	position: relative;
	flex: 1;
	display: flex;
	align-items: flex-end;
	text-decoration: none;
	font-family: 'bebas-neue', sans-serif;
}

.shop_link:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: transform .6s;
}

.shop_tour img {
	opacity: 1 !important;
}

.shop_link:hover:before {
	transform: scale(1.1);
	transition: transform .2s;
}

.shop.-shop01 .shop_link:before {
	background-image: url(../shop_new/img/img-index-shop01.jpg);
}

.shop.-shop02 .shop_link:before {
	background-image: url(../shop_new/img/img-index-shop02.jpg);
}

.shop.-shop03 .shop_link:before {
	background-image: url(../shop_new/img/img-index-shop03_2601.jpg);
}

.shop.-shop04 .shop_link:before {
	background-image: url(../shop_new/img/img-index-shop04.jpg);
}

.shop.-shop05 .shop_link:before {
	background-image: url(../shop_new/img/img-index-shop05.jpg);
}

.shop.-shop06 .shop_link:before {
	background-image: url(../shop_new/img/img-index-shop06.jpg);
}

.shop.-shop07 .shop_link:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../shop_new/img/pt-shop07-item01@2x.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; 
    animation: imageSwitchLink 15s infinite;
}

.shop.-shop07 .shop_link:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

@keyframes imageSwitchLink {
    0% {
        background-image: url(../shop_new/img/pt-shop07-item01@2x.jpg);
    }
    25% {
        background-image: url(../shop_new/img/pt-shop07-item01@2x.jpg);
    }
    30% {
        background-image: url(../shop_new/img/pt-shop07-item04@2x.jpg);
    }
    55% {
        background-image: url(../shop_new/img/pt-shop07-item04@2x.jpg);
    }
    60% {
        background-image: url(../shop_new/img/pt-shop07-item06@2x.jpg);
    }
    85% {
        background-image: url(../shop_new/img/pt-shop07-item06@2x.jpg);
    }
    100% {
        background-image: url(../shop_new/img/pt-shop07-item01@2x.jpg);
    }
}


.shop_link_btm {
	position: relative;
	z-index: 10;
	color: #FFF;
	font-size: 21px;
	padding: 30px 40px;
	width: 100%;
	text-align: left;
}

.shop_link_btm:after {
	content: "";
	display: block;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	border-color: transparent transparent transparent #fff;
}

.shop.-shop01 .shop_link_btm {
	background: #DA6272;
}

.shop.-shop02 .shop_link_btm {
	background: #F4AD37;
}

.shop.-shop03 .shop_link_btm {
	background: #8B90BE;
}

.shop.-shop04 .shop_link_btm {
	background: #5ACA46;
}

.shop.-shop05 .shop_link_btm {
	background: #40BFB0;
}

.shop.-shop06 .shop_link_btm {
	background: #40A0D1;
}

.shop.-shop07 .shop_link_btm {
	background: #897650;
}

.shop_tour {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-family: 'bebas-neue', sans-serif;
	color: #FFF;
	font-size: 21px;
	overflow: hidden;
}

.shop_tour:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: transform .6s;
}

.shop_tour img {
	opacity: 1 !important;
}

.shop_tour:hover:before {
	transform: scale(1.1);
	transition: transform .2s;
}

.shop.-shop01 .shop_tour:before {
	background-image: url(../shop_new/img/img-index-tour01.jpg);
}

.shop.-shop02 .shop_tour:before {
	background-image: url(../shop_new/img/img-index-tour02.jpg);
}

.shop.-shop03 .shop_tour:before {
	background-image: url(../shop_new/img/img-index-tour03.jpg);
}

.shop.-shop04 .shop_tour:before {
	background-image: url(../shop_new/img/img-index-tour04.jpg);
}

.shop.-shop05 .shop_tour:before {
	background-image: url(../shop_new/img/img-index-tour05.jpg);
}

.shop.-shop06 .shop_tour:before {
	background-image: url(../shop_new/img/img-index-tour06.jpg);
}

.shop.-shop07 .shop_tour:before {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../shop_new/img/pt-shop07-item02@2x.jpg);
    background-size: cover;
    animation: imageSwitch 15s infinite;
}

@keyframes imageSwitch {
    0% {
        background-image: url(../shop_new/img/pt-shop07-item02@2x.jpg);
    }
    25% {
        background-image: url(../shop_new/img/pt-shop07-item02@2x.jpg);
    }
    30% {
        background-image: url(../shop_new/img/pt-shop07-item03@2x.jpg);
    }
    55% {
        background-image: url(../shop_new/img/pt-shop07-item03@2x.jpg);
    }
    60% {
        background-image: url(../shop_new/img/pt-shop07-item05@2x.jpg);
    }
    85% {
        background-image: url(../shop_new/img/pt-shop07-item05@2x.jpg);
    }
    100% {
        background-image: url(../shop_new/img/pt-shop07-item02@2x.jpg);
    }
}

.shop_tour:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.shop_tour_cnt {
	position: relative;
	z-index: 30;
}

.shop_tour_cnt em {
	display: inline-block;
	margin-top: 15px;
	font-style: normal;
}
.-shop_att{
	text-align: center;
}

/* タブレット以下設定 */
@media screen and (max-width:999px) {
	.mainSec {
	}

	.mainSec_title {
		text-align: center;
		margin-bottom: 20px;
	}

	.mainSec_title > small {
	}

	.shop {
	}

	.shop_hd {
	}

	.shop_hd_ttl {
	}

	.shop_hd_addr {
	}

	.shop_row {
		height: 40vw;
	}

	.shop_link {
	}

	.shop_link:before {
	}

	.shop_tour img {
	}

	.shop_link:hover:before {
	}

	.shop.-shop01 .shop_link:before {
	}

	.shop.-shop02 .shop_link:before {
	}

	.shop.-shop03 .shop_link:before {
	}

	.shop.-shop04 .shop_link:before {
	}

	.shop.-shop05 .shop_link:before {
	}

	.shop.-shop06 .shop_link:before {
	}

	.shop_link_btm {
	}

	.shop_link_btm:after {
	}

	.shop.-shop01 .shop_link_btm {
	}

	.shop.-shop02 .shop_link_btm {
	}

	.shop.-shop03 .shop_link_btm {
	}

	.shop.-shop04 .shop_link_btm {
	}

	.shop.-shop05 .shop_link_btm {
	}

	.shop.-shop06 .shop_link_btm {
	}

	.shop_tour {
	}

	.shop_tour:before {
	}

	.shop_tour img {
	}

	.shop_tour:hover:before {
	}

	.shop.-shop01 .shop_tour:before {
	}

	.shop.-shop02 .shop_tour:before {
	}

	.shop.-shop03 .shop_tour:before {
	}

	.shop.-shop04 .shop_tour:before {
	}

	.shop.-shop05 .shop_tour:before {
	}

	.shop.-shop06 .shop_tour:before {
	}

	.shop_tour:after {
	}

	.shop_tour_cnt {
	}

	.shop_tour_cnt em {
	}

}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.mainSec {
	}

	.mainSec_title {
		text-align: left;
		margin-bottom: 10px;
	}

	.mainSec_title > small {
	}

	.shop {
		margin-top: 25px;
	}

	.shop_hd {
		padding: 25px 0;
	}

	.shop_hd_ttl {
	}

	.shop_hd_ttl img {
		height: 30px;
		width: auto;
	}

	.shop_hd_addr {
		font-size: 13px;
	}

	.shop_row {
		display: block;
		height: auto;
	}

	.shop_link {
		height: 55vw;
	}

	.shop_link:before {
	}

	.shop_tour img {
	}

	.shop_link:hover:before {
	}

	.shop.-shop01 .shop_link:before {
	}

	.shop.-shop02 .shop_link:before {
	}

	.shop.-shop03 .shop_link:before {
	}

	.shop.-shop04 .shop_link:before {
	}

	.shop.-shop05 .shop_link:before {
	}

	.shop.-shop06 .shop_link:before {
	}

	.shop_link_btm {
		padding: 20px 25px;
	}

	.shop_link_btm:after {
		right: 25px;
	}

	.shop.-shop01 .shop_link_btm {
	}

	.shop.-shop02 .shop_link_btm {
	}

	.shop.-shop03 .shop_link_btm {
	}

	.shop.-shop04 .shop_link_btm {
	}

	.shop.-shop05 .shop_link_btm {
	}

	.shop.-shop06 .shop_link_btm {
	}

	.shop_tour {
		height: 55vw;
	}

	.shop_tour:before {
	}

	.shop_tour img {
	}

	.shop_tour:hover:before {
	}

	.shop.-shop01 .shop_tour:before {
	}

	.shop.-shop02 .shop_tour:before {
	}

	.shop.-shop03 .shop_tour:before {
	}

	.shop.-shop04 .shop_tour:before {
	}

	.shop.-shop05 .shop_tour:before {
	}

	.shop.-shop06 .shop_tour:before {
	}

	.shop_tour:after {
	}

	.shop_tour_cnt {
	}

	.shop_tour_cnt em {
	}

}
