@charset "utf-8";
/* CSS Document */

.limited__ttl{
	    margin-bottom: 4em;
}

.toriyose{
	background: #49290D;
	background: linear-gradient(-120deg,rgba(73, 41, 13, 1) 39%, rgba(99, 58, 27, 1) 56%);
}


.toriyose .unagiitem{
	padding: 1em;
    background: #fff;
    margin-bottom: 16px;
    position: relative;
}

.toriyose .giftcom{
	    padding: 0.5em;
    background: #E8DDD4;
    margin: 8px 0;
}


.unagiitem__detail{
	margin-top: 1em;
}

.red-limited{
    display: table;
    background: #E60012;
    border: solid 2px #E60012;
    color: #fff;
    padding: 4px 8px;
    font-size: 1.1em;
	    margin-bottom: 5px;
}

@media screen and (max-width: 767px){
		.red-limited{
		margin-top: 5px;
		margin-left: 0;
	}
}


/*
.toriyose .unagiitem .ttl .small{
	line-height: 1em;
}
*/


.toriyose .unagiitem .ttl span.small{

	font-size: 0.75em;
}


.unagiitem__icon{
	    width: 14%;
}


.tenpo-info{
	background-color: #DDCC83;
	border-radius: 15px;
	padding: 10px;
}

.tenpoFlex{
	display: flex;
	justify-content: center;
}

.tenpo-txt{
	color: #020202;
	text-align: left;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.25em;
	width: 70%;
	padding-left: 10px;
}

.tenpo-img{
	max-width: 30%;
}

.tenpo-img img{
	width: 100%;
}

.toriyose .unagiitem .ttl{
	font-size: 1.6em;
}

/************sp*************/
@media screen and (max-width: 767px){
	.toriyose .unagiitem .ttl{
		font-size: 1.4em;
	}

	.tenpo-txt{
		font-size: 1em;
	}
	
	
    .toriyose .unagiitem {
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 16px;
        padding: 1em 0.5em;
    }	
	
}















