@charset "utf-8";
/* CSS Document */

/* /// ポップアップバナー /////////////////////////////////////////////// */
@media screen and (min-width: 800px) {
	.spOnly {
		display:none !important; 
	 }
}
.popup_banner {
	text-align: left;
	color: #333333;
}
.popup_banner a:hover {
	text-decoration: none;
}
#popup_banner_pc .popup_ribbon {
	position:relative;
	top:-20px;
	left:-30px;
	z-index: 100;
}
#popup_banner_pc .popup_pic {
/*	margin-top:-84px;*/
}
#popup_banner_pc .popup_ttl {
    font-size: 22px;
    line-height: 1.2em !important;
    width: 380px;
	margin:20px auto 0;
}
#popup_banner_pc .popup_txt {
	font-size:14px;
	line-height:1.4em !important;
	letter-spacing:0em !important;
	width: 100%;
	/*margin:7px auto;*/
}
.popup_banner .popup_txt2 {
	color: #ffffff;
	font-size: 85%;
	letter-spacing: 0.5px;
	text-align: right;
	padding: 5px 10px;
}
.popup_btn{
	padding-bottom: 10px;
	text-align: center;
}
.popup_btn a {
	display:block;
	background:#000000;
	width:300px;
	margin:0 auto;
	padding:5px 0;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	color:#FFFFFF;
}
#popup_small_pc {
	background: #000000;
	width:250px;
}
#popup_small_pc .popup_ribbon {
	position:absolute;
	top:-33px;
	left:-20px;
}

#popup_small_pc .popup_ribbon img{
	position:absolute;
	top: 4px;
	left: 6px;
	width: 100px;
}
#popup_small_pc .popup_pic img {
	width:25%;
	height:auto;
	float:left;
}
#popup_small_pc .popup_ttl {
	font-size:15px;
	line-height:1.5em !important;
	float:left;
	width: 200px;
	height:64px;
	margin-right:10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#popup_small_pc .popup_ttl img{
	width: 100%;
}
#popup_small_pc .popup_open {
	float:left;
	margin-top:19px;
}

#popup_small_pc .popup_open img{
	width:20px;
	padding:5px;
}

#pop_up_sp {
	background: #000000;
	position: fixed;
	bottom: 0;
	left:0;
	width:100%;
	height:120px;
/*	height:9%;*/
	z-index: 50000;
	border-top: 1px #333 solid;
}
#pop_up_sp a {
	color: #333333;
}
#pop_up_sp .popup_ribbon {
	position:absolute;
	top: -23px;
	left: -13px;
	z-index: 10;
}
#pop_up_sp .popup_ribbon img {
	width: 100px;
	height: auto;
}
#pop_up_sp .slick-slide {
	margin:0;
}
#pop_up_sp .popup_pic {
	width:25%;
	height: 120px;
/*	height: 100%;*/
	float:left;
	background-position: center center;
	background-size: cover;
}
#pop_up_sp .popup_ttl {
	position: relative;
	font-size:15px;
	line-height:1.5em !important;
	float:left;
	width:100%;
	height:120px;
	margin: 0;
	/* margin-top: 10px; */
	/* overflow: hidden; */
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	/* vertical-align: middle; */
}
#pop_up_sp .exception .popup_ttl {
	/* margin: 20px 7px 0px 10px; */
}
#pop_up_sp .popup_ttl img{
/*	width: 56vw;*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width:375px;
	max-height:120px;
	margin: auto;
}

#pop_up_sp .popup_open {
	float:right;
	margin-top:5px;
	width: 10%;
}

#pop_up_sp .popup_open img {
    width: 23px;
    padding: 6px 0;
}

#popup_banner_sp .popup_ribbon {
	position: relative;
	top: -20px;
	left: -30px;
	z-index: 100;
}

#popup_banner_sp .popup_pic {
	/*	margin-top:-84px;*/
}

#popup_banner_sp .popup_ttl {
	font-size: 22px;
	line-height: 1.2em !important;
	width: 380px;
	margin: 20px auto 0;
}

#popup_banner_sp .popup_txt {
	font-size: 14px;
	line-height: 1.4em !important;
	letter-spacing: 0em !important;
	width: 100%;
	/*margin:7px auto;*/
}

#popup_banner_sp {
	width: 100%;
	height: 100% !important;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(0, 0, 0, 0.3) no-repeat scroll 12px 12px;
	border-color: #5f5d3d #5f5d3d -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	bottom: 0;
	box-sizing: border-box;
	display: none;
	position: fixed;
	right: 0;
	z-index: 50001;
	overflow: visible !important;
}

#popup_banner_sp_body {
	position: relative;
	width: 70%;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #000000;
}

#popup_banner_sp h2 {
	right: 0px;
	position: absolute;
	top: 5px;
	z-index: 20000;
}

#popup_banner_sp .pop_list .slick-slide {
	width: 100% !important;
}

#popup_banner_sp .slick-track {
	width: 100%!important;
}

#popup_banner_sp .slick-slide slick-current slick-active {
	width: 100%;
}


@media screen and (max-width: 800px) {
	#popup_banner_pc {
		display:none !important;
	}
	#popup_small_pc {
		display:none !important;
	}
}
@media screen and (max-width: 640px) {
	#popup_banner_pc, #popup_small_pc {
		display: none;
	}
	#popup_small_sp {
		bottom: 100.6%;
		cursor: pointer;
		display: none;
		left: 0;
		min-height: 79px;
		min-width: 320px;
		position: absolute;
		width: 100%;
		z-index: 14000;
	}
	#popup_small_sp img {
		width: 100%;
	}
}
@media screen and (min-width: 641px) {
	#popup_small_sp {
		display: none;
	}
	#popup_small_pc {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: #5f5d3d #5f5d3d -moz-use-text-color;
		border-image: none;
		border-style: solid solid none;
		border-width: 1px 1px medium;
		bottom: 0;
		box-sizing: border-box;
		cursor: pointer;
		display: none;
		position: fixed;
		right: 0;
		z-index: 14000;
		overflow: visible !important;
	}
	#popup_banner_pc {
		width: 100%;
		height: 100%;
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background: rgba(0,0,0,0.3) no-repeat scroll 12px 12px;
		border-color: #5f5d3d #5f5d3d -moz-use-text-color;
		border-image: none;
		border-style: solid solid none;
		border-width: 1px 1px medium;
		bottom: 0;
		box-sizing: border-box;
		display: none;
		position: fixed;
		right: 0;
		z-index: 15000;
		overflow: visible !important;
	}
	#popup_banner_pc_body {
		position: relative;
		width: 434px;
		margin: 0 auto;
		top: 50%;
		-webkit-transform: translateY(-50%); /* Safari用 */
		transform: translateY(-50%);
		background-color: #000000;
	}
	#popup_banner_pc h1 {
		left: 28px;
		position: absolute;
		top: 190px;
	}
	#popup_banner_pc h2 {
		right: 0px;
		position:absolute;
		top: 5px;
		z-index: 20000;
	}
	#popup_banner_pc .ribbon {
		left: 356px;
		position: absolute;
		top: 208px;
	}
	#popup_banner_pc .pop_list {
		margin-top: -5px;
	}
	#popup_banner_pc .container {
		left: 30px;
		overflow: hidden;
		position: absolute;
		top: 380px;
		width: 440px;
	}
	#popup_banner_pc .container .left_content {
		float: left;
		width: 190px;
	}
	#popup_banner_pc .container .left_content h3 {
		font-size: 18px;
		letter-spacing: -0.1em;
		line-height: 1.333;
	}
	#popup_banner_pc .container .left_content .date {
		margin-top: 10px;
	}
	#popup_banner_pc .container .left_content .place {
		font-size: 12px;
		letter-spacing: -0.075em;
		line-height: 1.5;
		margin-top: 10px;
	}
	#popup_banner_pc .container .left_content .note {
		font-size: 10px;
		letter-spacing: -0.1em;
		line-height: 1.6;
		margin-top: 2px;
	}
	#popup_banner_pc .container .right_content {
		float: right;
		width: 240px;
	}
	#popup_banner_pc .container .right_content p {
		font-size: 12px;
		letter-spacing: -0.05em;
		line-height: 1.75;
	}
	#popup_banner_pc .button {
		left: 30px;
		margin-top: 10px;
		position: absolute;
		top: 570px;
	}
	#popup_banner_pc .close {
		position: absolute;
		right: 10px;
		top: 0px;
	}
}
