body{
	margin:0;
	padding:0;
}
#slideshow {
	display:none;
	left:0;
	top:0;
	position:fixed !important;
	width:100%;
	height:100vh;
	background-color:rgba(0,0,0,0.3);
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index:1000;
}
#slideshow .container{
	width:80%;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	background-color:white;
	box-sizing:border-box;
	border-radius:10px;
	border:1px solid #ccc;
	box-shadow:0px 0px 50px rgba(0,0,0,0.1);
}
@media screen and (min-width: 737px) {
	#slideshow .container{
		width:500px;
		transform: translateY(0) translateX(-50%);
		-webkit-transform: translateY(0) translateX(-50%);
		top:100px;
	}
}

#slideshow .popupClose{
	cursor:pointer;
	position:absolute;
	top:20px;
	right:20px;
	display:block;
	background-image:url(https://www.rakuten.ne.jp/gold/sunny-mam/theme/images/icon-close.png);
	background-repeat:no-repeat;
	background-size:20px;
	background-position:center;
	background-color:black;
	width:40px;
	height:40px;
	border-radius:50%;
	overflow:hidden;
	z-index:100000;
}
#slideshow .container .panel{
    max-width: 80%;
	width:100%;
	margin:10px auto;
	position:static !important;
	overflow:hidden;
}
@media screen and (min-width: 737px) {
	#slideshow .container .panel .thumb{
    max-width: 420px;
	width:100%;
	margin:40px auto;
	}
}
#slideshow .container .panel .thumb{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display:block;
	height:270px;
	width:100%;
	box-sizing:border-box;
	margin:10px 0;
}
@media screen and (min-width: 737px) {
	#slideshow .container .panel .thumb{
		height:420px;
	}
}

#slideshow .container .panel a{
	display:block;
	text-align:center;
	font-size:12px;
	text-decoration:none;
	color:#333;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#slideshow .container .panel b{
	display:block;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	font-size: 11px;
}
@media screen and (min-width: 737px) {
#slideshow .container .panel b{
	font-size: 14px;
}
}
#slideshow .container .panel .button{
	display:block;
	background-color:#d2a315;
	color:white;
	text-align: center;
	border-radius:5px;
	padding:0.5rem 0;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom:10px;
	cursor: pointer;
	 font-size: 16px;
    font-weight: 700;
}
#slideshow .container .panel a:hover .button{
	background-color:#c01717;
}

#errors{ margin:0; }
#errors b{
	font-size:8pt;
	font-weight:normal;
	display:block;
	background-color:red;
	color:white;
	padding:3px;
	border-bottom:1px solid white;
}
@media screen and (max-width: 736px) {
}