@charset "utf-8";
/* ------------------------------
   DESIGN/LAYOUT ELEMENTS
------------------------------ */
.sec_searvice a:link,
.sec_searvice a:visited,
.sec_searvice a:active { text-decoration: underline; color: #666;}
.sec_searvice a:hover { text-decoration: none;}

.sec_searvice #wrapper {
	margin: 0 auto;
	padding: 20px 0;
	width: 800px;
	text-align: left;
}

.sec_searvice .btnArea {
	padding-bottom: 1.5em;
	text-align: center;
}

.sec_searvice p {
	padding-bottom: 2em;
	font-size: 1em;
	line-height: 1.8em;
	text-align: left;
}

/* ------------------------------
   CHAPTER ELEMENTS
------------------------------ */
.sec_searvice .slideShow {
	width: 100%;
	text-align: left;
	position: relative;
}

.sec_searvice .slideShow ul {
	width: 100%;
}

.sec_searvice .slideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.sec_searvice .slideShow ul li img {
	width: auto;
	height:100%;
}

.shop-img-area .slideShow {
	width: 100%;
	text-align: left;
	position: relative;
	z-index: -1;
}
.shop-img-area .slideShow ul {
	width: 100%;
}
.shop-img-area .slideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.shop-img-area .slideShow ul li:first-child {
	z-index: 100;
}
.shop-img-area .slideShow ul li img {
	width: auto;
	height:100%;
}

@media only screen and (max-width: 800px) {
	.sec_searvice #wrapper {
		width: 90%;
	}

	.sec_searvice .slideShow {
		width: 100%;
	}
}
.sec_searvice .pageNation{
	width: 50%;
    right: 0px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_searvice .pageNation a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #fff;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
}

.sec_searvice .pageNation a:hover {
	opacity: 0.6;
}

.sec_searvice .pageNation a.pnActive {
	background: #aaa;
}

.sec_searvice .pageNation a.pnActive:hover {
	opacity: 1;
}

/* SideNavi
------------------------- */
.sec_searvice .slideShow .btnPrev,
.sec_searvice .slideShow .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 105;
	transition: all 0.2s ease-in-out;
}

.sec_searvice .slideShow .btnPrev {
	background: transparent url(../img/btnPrev.png) no-repeat center center;
	background-size: cover;
}

.sec_searvice .slideShow .btnNext {
	right: 15px;
	background: transparent url(../img/btnNext.png) no-repeat center center;
	background-size: cover;
}

.sec_searvice .slideShow .btnPrev:hover,
.sec_searvice .slideShow .btnNext:hover {
	opacity: 0.6;
}
@media only screen and (max-width: 479px) {

	.sec_searvice .pageNation a {
		width: 10px;
		height: 10px;
	}
	
	
	
/**/
}


/*アウフグースボタンCSSとライトボックス*/
.event_banner img {
	width: 60%;
	margin-top: 30px;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
}

.lum-gallery-button {
  display: none !important;
}

@media screen and (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 100% !important;  /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 100% !important;  /* 上下に適度に余白 */
	
  }
}

