/*==================================
		shop / index
==================================*/
/*========== body ==========*/
body {
	background: url(../../img/shop/shop.jpg) no-repeat center 0;
	background-size: contain;	
	counter-reset:count-number;
}


.inner #contents h4 {
	margin: 1.0rem 0 0.2rem 0.5rem;
	padding: 0.5vw 0 0.5vw 0.0rem;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	/*
	text-shadow: 2px 2px 0 #ffffff;
	*/
}
.inner #contents h4 + p{
	margin: 0 0 0.2rem 1rem;
	line-height: 1.6;
}
/*========== mainWrap ==========*/
#shop01 #subShop {
	margin: calc(2.0vw + 1.25rem) 0 3.0vw 0;
	padding: 0.5rem 0;
	background: #ffffff; 
	border-radius: 10px;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
	position: relative;
}

#shop01 #subShop > div:first-child {
	display: inline-block;
	position: absolute;
	left: 3%;
	top: -1.25rem;
	color: #fff;
	background: #ae1c87;
	border-radius: 10px;
	padding: .375rem .5rem .25rem .5rem;
}

#shopNav {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

#shopNav li {
	margin: 0.5rem 0;
}
#shopNav li a {
	margin: 0 1.0rem;
}

#shopNav li a::before {
	display: inline-block;
    content: url(../../img/shop/i_arrow_shop.svg);
    width: 1.0rem;
    height: 1.0rem;
    margin: 0 0.5rem 0 0;
    padding: 0.1rem;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.0rem;
}

#shop01 .flex {
	align-self: flex-start;
}

#shop01 .flex > div#shopPh {
	width: 1020px;
	max-width: 40%;
	margin: -5.0rem 0 5rem 3%;
}

/* ADD */
#shop01 .flex > div#shopPh img.circleImg {
	max-width: 350px;
}
#shop01 dl {
	margin: 0.5rem 0 0 0;
}

#shop01 dt {
	display: inline-block;
	margin: 0 0.5rem 0 0;
	padding: 0.25rem 0.5rem;
	border-radius: 1.0rem;
	font-weight: bold;
}

#shop01 dd {
	display: inline-block;
}

#shop01 .whiteWrap iframe {
	width: 900px;
	max-width: 100%;
	height: 50vw;
	max-height: 575px;
}

/*===== swiper =====*/
#shop01 .swiper-parent {
	width: 100%;
	position: relative;
}

#shop01 .swiper-container {
	width: calc(100% - 88px);
	margin: auto;
}

#shop01 .swiper-slide figure {
	max-width: 100%;
	height: 0;
	padding-top: 56.25%;
	position:relative;
}

#shop01 .swiper-slide figure iframe {
	/*width: 100%;
	height: 100%;*/
	width: 272px;
	max-width: 100%;
	/*max-height: 154px;*/
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#shop01 .swiper-button-prev:after,
#shop01 .swiper-button-next:after {
	color: #ae1c87;
}

#shop01 .swiper-button-disabled {
	display: none;
}

#shop01 .swiper-slide p.caption {
	margin-top: .5rem;
	font-size: 90%;
	line-height: 1.3;
	padding: 0 .25em;
	text-align: center;
}

#shop02 .contentsInner > div {
	position: relative;
}

#shop02 .contentsInner > div:not(:last-child) {
	margin: 0 0 100px 0;
}

#shop02 .contentsInner > div .phBox img {
	/* max-width: 55%; */
	max-width: 264px;
	margin: 0 2.5rem 0 0;
	float: left;
	border-radius: 50%;
	shape-outside: circle();
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.11);
}

#shop02 .contentsInner > div p {
	text-align: justify;
}

#shop02 .contentsInner > div .enTtl {
	max-width: 55%;
	position: absolute;
	top: -5.5%;
	z-index: 100;
}

#shop02 .contentsInner > div .enTtl img {
	max-width: 100%;
}

#shop02 h3 {
	background: none !important;
	margin: 1.0rem 0 0 0 !important;
}


@media screen and (max-width: 768px){
#shop02 .contentsInner > div:not(:last-child) {
	margin: 0 0 50px 0;
}
}


@media screen and (max-width: 480px){
#shop01 .flex {
	flex-direction: column-reverse;
}

#shop01 .flex > div#shopPh {
	max-width: 60%;
	max-height: 50vw;
	margin: 0 auto 1.0rem;
}

#shop01 .flex > div#shopPh img.circleImg {
	max-width: 100%;
}
}


/*= ver.purple =*/
.purple #shop01 dt {
	border: 1px solid #ae1c87;
	color: #ae1c87;
}

.purple #shop02 h3 {
	color: #ae1c87;
}

/* IE11 */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #shop01 .swiper-button-prev::after { content: "《"; font-size: 180%; }
	*::-ms-backdrop, #shop01 .swiper-button-next::after { content: "》"; font-size: 180%; }
}
