@charset "utf-8";
/* CSS Document */
.btn-gradient-3d-orange {
	display: inline-block;
	padding: 0.5em 0.5em;
	text-decoration: none;
	border-radius: 4px;
	color: #ffffff;
	background-color: #ab9540;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	transition: .4s;
	border-bottom: solid 3px #c5b268;
	font-size: 1.5rem;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.btn-gradient-3d-orange:hover  {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	transform: translateY(-5px);
}
/*.btn-gradient-3d-orange:active {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	border-bottom: none;
}*/

.btn-gradient-3d-orange2 {
	display: inline-block;
	padding: 0.5em 0.5em;
	text-decoration: none;
	border-radius: 4px;
	color: #ffffff;
	background-color: #ab9540;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	transition: .4s;
	border-bottom: solid 3px #c5b268;
	font-size: 1.5rem;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 5px;
}
.btn-gradient-3d-orange2:hover  {
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	transform: translateY(-5px);
}

.beforeprice{
    font-size: 0.8em;
    text-decoration: line-through  1px solid #999999;;
}
#nobuetitle{
    text-align:center;
    padding :0 20px  0;
    margin:50px  auto 0 ;
    border-right:solid 200px #a79740;
    border-left:solid  200px #a79740;
    font-size:28px;
    /**/font-weight:bold;
    font-family: 'ŸàƒSƒVƒbƒN‘Ì', 'Yu Gothic', YuGothic, sans-serif;
}
.goldbox_text{
    margin:0 auto 10px;
    padding:10px 0 10px;
    background-color:#bfb070;
    color:white;
    text-align:center;
    border-radius:5px;
    width:70%;
    font-size:16px;;
}
@media screen and (max-width: 480px) {
    #nobuetitle{
        text-align:center;
        padding :0 20px  0;
        margin:10px  auto 0 ;
        border-right:solid 30px #a79740;
        border-left:solid  30px #a79740;
        font-size:14px;
        font-weight:bold;
    }
    .goldbox_text{
        width:90%;
        margin:10px auto 0;
    }
}
