@charset "UTF-8";
/* CSS Document */

.popup {
	width: 480px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
}

#sp_popup {
	margin: 0 5% 30px;
	background: #fff;
	border-radius: 10px;
	padding: 3% 0;
}




/*********************************
+
+どんぐり名　タイトル
+
*********************************/
.popup .ribon{
	background: url(../img/dong_bt_bg01.jpg) repeat-x center bottom;
	background-size:  auto 15px;
	margin: 0px 5% 15px;
	padding: 20px 0px 35px;
}
.popup .ribon .img {
	text-align: center;
}
.popup .ribon .name {
	text-align: center;
}
.popup .ribon .name img {
	width: auto;
	height: 40px;
}


#sp_popup .ribon{
	margin: 0px 3% 15px;
	background: url(../img/dong_bt_bg01.jpg) repeat-x center bottom;
	text-align: center;
	padding: 15px 0 20px;
	background-size:  auto 10px;
}
#sp_popup .ribon .name {
	width: auto;
}
#sp_popup .ribon .name img {
	width: auto;
	height: 22px;
}
#sp_popup .ribon ul li {
	display: inline-block;
}
#sp_popup .ribon ul .prev {
	margin: 0 10px 0 0;
	width:20%;
}
#sp_popup .ribon ul .next {
	margin: 0 0 0 10px;
	width:20%;
}


/*********************************
+
+どんぐり名　特徴
+
*********************************/

#sp_popup .bg .img_area , .popup .bg .img_area {
	text-align: center;
	margin: 0px 3% 15px;
}
#sp_popup .bg .img_area ul li , .popup .bg .img_area ul li {
	display: inline-block;
}
#sp_popup .bg .img_area ul .prev {
	margin: 0 5px 0 0;
	width: 22%;
}
#sp_popup .bg .img_area ul .next {
	margin: 0 0 0 5px;
	width: 22%;
}
#sp_popup .bg .img_area ul .img , .popup .bg .img_area ul .img {
	box-shadow:6px 6px 10px -3px rgba(0,0,0,0.7);
	width: 45%;
}
#sp_popup .bg .img_area ul .img img , popup .bg .img_area ul .img img {
	width: 100%;
	height: auto;
}
#sp_popup .bg .feature , .popup .bg .feature {
	background: #FFF;
	margin: 0px auto;
	width: 85%;
	padding: 10px 10px 30px;
}
#sp_popup .bg .feature .sst1{
	font-size: 16px;
	font-weight: bold;
	color: #c73d00;
	text-align: center;
	margin: 0px 0px 10px;
	position: relative;
}
.popup .bg .feature .sst1 {
	font-size: 24px;
	font-weight: bold;
	color: #c73d00;
	text-align: center;
	margin: 0px 0px 10px;
	position: relative;
}
#sp_popup .bg .feature .sst2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0px 0px 10px;
	position: relative;
}
.popup .bg .feature .sst2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0px 0px 10px;
	position: relative;
}

#sp_popup .sst1 h3 , #sp_popup .sst2 h3 {
	position: absolute;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
}
.popup .sst1 h3 , .popup .sst2 h3 {
	position: absolute;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
}

#sp_popup .bg .feature ul , .popup .bg .feature ul {
	margin: 0 0 20px;
}
#sp_popup .bg .feature ul li , .popup .bg .feature ul li {
	text-indent: -1.0em;
	margin: 0 0 5px 1.0em;
}
#sp_popup .bg .feature ul li:first-letter , .popup .bg .feature ul li:first-letter{
	color:#b49870;
 }
.popup .bg .btn {
	margin: 0px auto;
	width: 140px;
}
#sp_popup .back_bt {
	margin: 0 5%;
	text-align:center;
}
#sp_popup .back_bt:before {
	content: " ";
	margin: 10px 0;
	display: inline-block;
	width: 70px;
	height: 10px;
	background: url(../img/popup/bt_back_bg01.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	float:  left;
}
#sp_popup .back_bt:after {
	content: " ";
	margin: 10px 0;
	display: inline-block;
	width: 70px;
	height: 10px;
	background: url(../img/popup/bt_back_bg02.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	float:  right;
}
#sp_popup .back_bt img {
	width: auto;
	height: 25px;
}
.popup .back_bt {
	margin: 0 5%;
	text-align:center;
}
.popup .back_bt a {
	vertical-align: middle;
	display: inline-block;
}
.popup .back_bt:before {
	content: " ";
	margin: 10px 5px 0 0;
	display: inline-block;
	width: 130px;
	height: 20px;
	background: url(../img/popup/bt_back_bg01.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.popup .back_bt:after {
	content: " ";
	margin: 10px 0 0 5px;
	display: inline-block;
	width: 130px;
	height: 20px;
	background: url(../img/popup/bt_back_bg02.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.popup .back_bt img {
	width: auto;
	height: 38px;
}



#sp_popup.bg01 {
	background: url(../img/dong_bg01.jpg) center top;
}
#sp_popup.bg02 {
	background: url(../img/dong_bg02.jpg) center top;
}
#sp_popup.bg03 {
	background: url(../img/dong_bg03.jpg) center top;
}
.popup .bg01 {
	background: url(../img/dong_bg01.jpg) center top;
	padding: 3% 0;
}
.popup .bg02 {
	background: url(../img/dong_bg02.jpg) center top;
	padding: 3% 0;
}
.popup .bg03 {
	background: url(../img/dong_bg03.jpg) center top;
	padding: 3% 0;
}
#sp_popup .bg , .popup .bg {
	background: #FFF;
	margin: 0px 3%;
	padding: 0px 0px 20px;
}
#sp_popup .bg .feature .kome p , .popup .bg .feature .kome p {
	text-indent: -10em;
	margin-left: 10em;
	font-size: 11px;
}
