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

#goods-try .inner{
	background-color: #fff;
	padding: 0 0 195px;
}
#mv{
	padding: 30px 0 18px;
	margin: 0 5px 40px;
	border-bottom: 5px solid #80554D;
}
#mv .mv_box{
	border: 1px solid #C01248;
	margin-bottom: 25px;
}
#mv .mv_box .mv_cnt{
	background-color: #C01248;
	display: flex;
	align-items: center;
	padding: 7px 40px;
}
#mv .mv_cnt .mv_ttl{
	background-color: rgba(255,255,255,.97);
	font-weight : bold;
	font-size : 2.8rem;
	color : #996666;
	line-height: 1;
	padding: 0 30px 9px 35px;
	border-radius: 10px;
}
#mv .mv_cnt .mv_ttl .txt-red{
  color : #76161B;
	font-size: 2.4rem;
	margin-left: 29px;
}
#mv .mv_cnt .mv_ttl .big{
  font-size : 4.5rem;
	margin-right: 8px;
	position: relative;
	top: 3px;
}
#mv .mv_cnt .mv_txt{
  font-weight : bold;
  font-size : 3.5rem;
  color : #FFFFFF;
	line-height: 1;
	margin-left: 55px;
}
#mv .mv_cnt .mv_txt span{
  font-size : 2.4rem;
	font-weight: normal;
	margin-left: 10px;
	position: relative;
	top: -5px;
}
#mv .note{
	  font-size : 1.5rem;
  color : #333333;
	line-height: 1.75;
	margin: 0 0 23px 20px;
}
#mv .attention{
	font-size : 1.5rem;
	color : #80554D;
	font-weight: 500;
	border: 1px solid #80554D;
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 6px 30px 5px;

}


/*------------------------- try_list ---------------*/

.try_list{
	border-top: 3px solid #80554D;
}
.try_list .try_ttl{
  font-weight : bold;
  font-size : 2.5rem;
  color : #F4AA29;
	border-bottom: 1px solid #80554D;
	padding:3px 25px 5px;
	display: flex;
	align-items: center;
	
}
/*------------------- IE11 -------------------*/
_:-ms-lang(x)::-ms-backdrop,
.try_list .try_ttl{
	padding:7px 25px 3px;	
}
.try_list .try_ttl span{
	font-size : 2.5rem;
	color : #FFFFFF;
	background : #80554d;
	font-weight: normal;
	display: inline-block;
	line-height: 1;
	padding: 3px 20px 7px;
	margin-right: 25px;
}
/*------------------- IE11 -------------------*/
_:-ms-lang(x)::-ms-backdrop,
.try_list .try_ttl span{
	padding: 5px 20px 5px;
	position: relative;
	top: -2px;
}
.try_box{
	margin: 30px 20px 0;
}

.try_box .try_name{
	font-size : 1.8rem;
	color : #6E5751;
	font-weight: 500;
	border-bottom: 1px solid #6E5751;
	padding: 0 10px 5px;
}
.try_box .try_cnt{
	display: flex;
	margin: 15px 10px 0;
	padding: 0 0 53px;

	border-bottom: 1px dashed #80554D;
}
.try_box:last-of-type .try_cnt{
	border-bottom: none;
}
.try_list:last-of-type .try_box:last-of-type .try_cnt{
	border-bottom: 1px solid #80554D;
}
.try_box .try_img{
	width: 200px;
	border :1px solid #80554D;
	height: 100%;
}
.try_box .try_img img{
	width: 200px;
	height: 200px;
	object-fit: cover;

}
.try_info{
	width: calc( 100% - 200px) ;
	padding: 5px 10px 0 30px;
}
.try_box .txt01{
  font-size : 1.5rem;
  color : #4D4D4D;
	line-height: 1.75;
}

.try_data{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 30px;
}

.try_tag{
	display: flex;
}
.try_tag li{
	display: flex;
	border-radius: 6px;
	align-items: center;
	justify-content: center;
	height: 33px;
	padding: 0 10px;
}
.try_tag li + li{
	margin-left: 5px;
}
.try_tag li.other{
	font-size: 1.3rem;
	font-weight: 500;
}
.try_tag li.deli{
	font-size : 2.0rem;
	letter-spacing : 1px;
	color : #FFFFFF;
	background : #C5003F;
}
.try_tag li.neko{
	font-size : 1.3rem;
	color : #FFFFFF;
	background : #0071BC;
	padding: 0 5px;
}
.try_price{
	display: flex;
	height: 45px;
	line-height: 1;
	width: 265px;
	max-width: 100%;
	margin-top: 7px;
}
.try_price dt{
	border: 1px solid #80554D;
	font-size : 1.8rem;
	color : #C1272D;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 135px;
	padding: 0 13px;
}
.try_price dd{
	border: 1px solid #80554D;
	border-left: none;
	font-size: 3rem;
	color : #C1272D;
	align-items: center;
	justify-content: flex-end;
	display: flex;
	width: 130px;
	padding: 0 13px;
}
.try_price dd span{
	font-size: 1.5rem;
	position: relative;
	top: 6px;
}

.try_data .try_more{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size : 1.5rem;
	color : #FFFFFF;
	border-radius: 4px;
	background-color: #f17171;
	width: 220px;
	height: 55px;
	transition: 0.3s;
	border: 1px solid #996666;
}
.try_data .try_more:hover{
	opacity: 0.7;
}

.try_info p.txt01 a {
	color : #007cba;
	text-decoration: underline;
}
.try_info p.txt01 a span{
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	
	#goods-try .inner{
		padding-bottom: 50px;
	}
	
	#mv .mv_box .mv_cnt,
	.try_box .try_cnt{
		display: block;
	}
	.try_info{
		width: 100%;
		padding: 0;
	}
	
	#mv .mv_box .mv_cnt{
		padding: 5px 10px;
		text-align: center;
		
	}
	#mv .mv_cnt .mv_ttl{
		display: inline-block;
		text-align: center;
	}
	#mv .mv_cnt .mv_txt{
		margin: 10px auto auto;
	}
	#mv .note {
		margin: 0 0 20px 0;
	}
	#mv .attention {
		margin: 0 0 0 0;
		padding: 6px 15px 5px;
	}
	.try_box {
    margin: 15px 10px 0;
	}
	.try_box .try_img{
		margin: auto auto 15px;
	}
	.try_data .data_inn{
		width: auto;
		max-width: 60%;
	}
	.try_data .try_more{
		max-width: 35%;
	}
	.try_list .try_ttl .sp{
		display: none !important;
	}
	.try_tag.single{
		justify-content: flex-start;
		width: 265px;
		max-width: 100%;
		margin: auto;
	}	
}
@media screen and (max-width: 425px) {
	
	#mv {
		padding: 10px 0 10px;
		margin: 0 5px 20px;
	}
	#mv .mv_box {
		margin-bottom: 10px;
	}
	#mv .mv_cnt .mv_ttl{
		font-size: 2rem;
	}
	#mv .mv_cnt .mv_ttl .txt-red{
		font-size: 2rem;
	}
	#mv .mv_cnt .mv_ttl .big{
		font-size: 3rem;
		top: 2px;
	}
	#mv .mv_cnt .mv_txt{
		font-size: 2rem;
		margin-top: 5px;
	}
	#mv .mv_cnt .mv_txt span{
		font-size: 1.8rem;
		top: 0;
	}
	.try_list .try_ttl{
		display: block;
		padding: 10px 10px 10px;
		font-size: 1.8rem;
	}
	.try_list .try_ttl span{
		margin: 0;
		display: inline-block;
		text-align: center;
		font-size: 1.8rem;
		margin-bottom: 5px;
		padding: 5px 20px 7px;
	}
	.try_list .try_ttl .sp{
		display: block !important;
	}

	.try_box .try_cnt {
		margin: 10px 5px 0;
		padding: 0 0 25px;
	}
	.try_box .try_name {
		font-size: 1.6rem;
		padding: 0 5px 5px;
	}
	.try_data {
		display: block;
		margin-top: 10px;
	}
	.try_data .data_inn,
	.try_data .try_more{
		width: 100%;
		max-width: none;
	}
	.try_tag{
		justify-content: center;
	}
	.try_price{
		margin: auto;
		margin-top: 5px;
	}
	.try_data .try_more{
		margin-top: 5px;
	}
}
