@charset "utf-8";
.secGallery{
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}
.secGallery .titPhoto{
    padding: 14px 20px 16px;
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    color: #fff;
    border-radius: 8px 8px 0 0;
    margin: 0 10px;
}
.secGallery .boxSlider{
    width: calc(355 / 375 * 100%);
    margin: 0 auto;
    padding-top: 30px;
    background: #F8F7F5;
    border: 1px solid #CAC5AE;
    box-sizing: border-box;
    border-top: none;
    overflow: hidden;
    padding-bottom: 20px;
}
#GallerySlider .swiper{
    overflow: visible;
    width: calc(100% - 40px);
    margin: 0 auto;
}
#GallerySlider .swiper-slide{
	height: auto;
}
#GallerySlider .galleryLink{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
#GallerySlider .linkInner{
    width: 100%;
    height: 100%;
}
#GallerySlider .swiper-button-prev,
#GallerySlider .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: calc(50% - 20px);
    background: url(../img/common/btnSliderNext01.png) center top no-repeat;
    background-size: 100% auto;
}
#GallerySlider .swiper-button-prev{
    left: calc(0% - 20px);
    transform: rotate(180deg);
}
#GallerySlider .swiper-button-next{
    right: calc(0% - 20px);
}
#GallerySlider .swiper-button-prev::after,
#GallerySlider .swiper-button-next::after{
    display: none;
}
#GallerySlider .swiper-pagination{
    width: 100%;
    position: static;
    padding-top: 16px;
}
#GallerySlider .swiper-pagination-bullet{
    background: #e7e7e7;
    margin: 4px !important;
    opacity: 1;
    width: 7px;
    height: 7px;
    border-radius: 3.5px;
}
#GallerySlider .swiper-pagination-bullet-active{
    background-color: #EB8031;
}

/*--( secList )--*/
#GallerySlider .list{
	display:block;
	margin:0 0 20px;
}
#GallerySlider .blockTit{
	display:table;
    box-sizing:border-box;
	width:100%;
	height:70px;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-ms-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	position:relative;
	border:1px solid #ccc;
    background:-moz-linear-gradient(top,#fff,#EAEAEA);
    background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#EAEAEA));
    border-collapse:separate;
}
#GallerySlider .blockTit .tit{
	display:table-cell;
    box-sizing:border-box;
    width:100%;
	height:68px;
	border:1px solid #fff;
	padding:4px 10px 0;
    vertical-align:middle;
    -webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-ms-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
#GallerySlider .blockTit .tit span{
	display:inline-block;
    font-size:14px;
	line-height:20px;
	max-height:40px;
	overflow:hidden;
	text-decoration:none;
	color:#06c;
}

#GallerySlider .blockTit .tagNew{
	position:absolute;
	top:-13px;
	left:12px;
}
#GallerySlider .blockData{
    margin:0 auto;
    padding:20px 0 0;
    background:#F5F3F1;
    border:1px solid #D7D1CC;
    border-top:none;
    height: calc(100% - 70px);
    box-sizing: border-box;
}
@media screen and (max-width:320px) {
    #GallerySlider .blockTit .tit{
        width:300px;
    }
    #GallerySlider .blockData{
        box-sizing:border-box;
        width:300px;
    }
}
#GallerySlider .imgFrame{
	display:block;
	width:280px;
	height:180px;
	margin:0 auto;
}
#GallerySlider .listMember .imgFrame{
	text-align:center;
	z-index:10;
}
#GallerySlider .listMember .txtRegister{
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}
#GallerySlider .listMember .imgFrame .btnFrame{
	position:relative;
	z-index:100;
	padding:120px 0 0;
}
#GallerySlider .listMember .imgFrame .btnKey{
	width:146px;
	height:38px;
	margin:0 auto;
	float: unset;
}
#GallerySlider .listNum{
    width:94%;
	padding:4px 0 5px;
	margin:0 auto;
	font-size:15px;
	font-family:Verdana;
	line-height:30px;
	border-bottom:1px dotted #999;
}
#GallerySlider .titPrice{
	display:inline-block;
	width:91px;
	font-size:12px;
	color:#fff;
	background:#f90;
	text-align:center;
}
#GallerySlider .txtPrice{
	font-size:22px;
	letter-spacing:-0.05em;
	vertical-align:-2px;
	color:#c30;
}
#GallerySlider .listMember .txtPrice{
	font-size:15px;
	font-weight:bold;
	vertical-align:inherit;
}
#GallerySlider .titNum{
	display:inline-block;
	padding:0 8px;
	font-size:12px;
	color:#fff;
	background:#630;
	text-align:center;
}
#GallerySlider .blockTag{
    width:94%;
	margin:0 auto;
	padding:6px 0 1px;
	border-bottom:1px dotted #999;
}
#GallerySlider .blockTag li{
	display:inline-block;
	min-width:39px;
	line-height:25px;
	padding:0 8px;
	margin:0 3px 3px 0;
	color:#fff;
	text-align:center;
	float:left;
}
#GallerySlider .blockTag.block01 li{ background:#37342D; }
#GallerySlider .blockTag.block02 li{ background:#f36; }
#GallerySlider .blockBtn .btnCommon01,
#GallerySlider .blockBtn .btnCommon02{
	width:80%;
	height:40px;
	margin:11px auto 9px;
}
#GallerySlider .btnCommon04{
    width:62%;
    height:70px;
    margin:0 auto 20px;
    font-size:17px;
}
#GallerySlider .btnGallery{
    display: block;
    width: 80%;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 0 #A27100;
    box-shadow: 1px 1px 0 #A27100;
    background: #f90;
    margin: 0 auto;
    margin-top: 20px;
}