@charset "utf-8";
	/* CSS Document */
#odekake_discount .article02{
	max-width: 100%;
	width: 100%;
}
#odekake_discount .inner{
	padding: 150px 0 100px;
	margin: 0 auto;
}
#odekake_discount .inner_in{
	margin: 0 auto;
	width: 95%;
}
#odekake_discount .inner h2{
	position: relative;
	font-size: 35px;
	text-align: center;	
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1;
    margin-bottom: 60px;
}
#odekake_discount .inner h2::before{
	content: '';
	position: absolute;
    inset: -65px 0 auto 0;
  	margin: auto;
	height: 40px;
}
#odekake_discount .inner02 h2::before{background: url("../img/howto.png") no-repeat center;}
#odekake_discount .inner03 h2::before{background: url("../img/ticket.png") no-repeat center;}
#odekake_discount .inner04 h2::before{background: url("../img/spot.png") no-repeat center;}
#odekake_discount .flex{display: flex;}
#odekake_discount .inner02,#odekake_discount .inner04{
	background: linear-gradient(
    -45deg,
    #ffb759 25%, #ffb350 25%,
    #ffb350 50%, #ffb759 50%,
    #ffb759 75%, #ffb350 75%,
    #ffb350
	);
	background-size: 25px 25px;
}
@media screen and (max-width: 750px) {
	#odekake_discount .inner{padding: 85px 0 50px;}

	#odekake_discount .inner h2{
		font-size: 25px;
		margin-bottom: 28px;
	}
	#odekake_discount .inner h2::before{
		background-size: 30%;		
		inset: -45px 0 auto 0;
	}
}
/* =============================================
					inner01	
============================================= */
#odekake_discount .inner01{
	font-size: 16px;
    font-weight: bold;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 2px;
	padding-top: 100px;
}
@media screen and (max-width: 750px) {
	#odekake_discount .inner01{
		font-size: 14px;
		padding-top: 50px;
		text-align: left;
	}
}
/* =============================================
					menu
============================================= */
#odekake_discount .menu{
	justify-content: space-between;
	max-width: 1000px;
	margin-bottom: -100px;
}
#odekake_discount .menu li{width: 25%;}
#odekake_discount .menu li a{
	font-size: 20px;
	color: #FFFFFF;
	background-color: #1870d1;
	flex-direction: column;
    align-items: center;
	justify-content: center;
	border-radius: 100%;
	aspect-ratio: 1;
	gap: 6%;
	-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#odekake_discount .menu li a:hover{
	opacity: 1;
	transform: translateY(-10px);
}
#odekake_discount .menu li a img{width: 35%;}
@media screen and (max-width: 750px) {
	#odekake_discount .menu{margin-bottom: -50px;}
	#odekake_discount .menu li {width: 32%;}
	#odekake_discount .menu li a{font-size: 15px;}

}
/* =============================================
					inner02
============================================= */
#odekake_discount .inner02 .inner_in{
	max-width: 1000px;
	margin-top: 65px;
}
#odekake_discount .inner02 ul{	
    justify-content: space-around;
	gap: 15px;
}
#odekake_discount .inner02 ul li{
	position: relative;
	width: 100%;
	padding: 40px 10px 30px;
	margin-top: 25px;
    background-color: #FFFFFFCC;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 10px;
	font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
#odekake_discount .inner02 ul li p span{color: #ff5d68;}
#odekake_discount .inner02 ul li .no{
	position: absolute;
    inset: -25px 0 auto 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #1870d1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#odekake_discount .inner02 ul li .no span{
	font-size: 27px;
    color: #ffffff;
    border-radius: 100%;
    aspect-ratio: 1;
}
@media screen and (max-width: 850px) {
	#odekake_discount .inner02 ul{flex-wrap: wrap;}
	#odekake_discount .inner02 ul li{width: 42%;}
}
@media screen and (max-width: 750px) {
	#odekake_discount .inner02 .inner_in{margin-top: 40px;}
	#odekake_discount .inner02 ul li{
		font-size: 15px;
	    padding: 30px 10px 20px;
	    margin-top: 18px;
	}
	#odekake_discount .inner02 ul li .no{
		inset: -18px 0 auto 0;
		width: 35px;
    	height: 35px;
	}
	#odekake_discount .inner02 ul li .no span {font-size: 20px;}
}
/* =============================================
					inner03
============================================= */
#odekake_discount .inner03{max-width: 1000px;}
#odekake_discount .inner03 ul{
	align-items: center;
    justify-content: space-between;
    gap: 4%;
}
#odekake_discount .inner03 ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 30%;
}
#odekake_discount .inner03 ul li img{width: 100%;}
#odekake_discount .inner03 a{
	color: #ffffff;
    font-size: 15px;
    text-align: center;
    display: block;
    max-width: 230px;
    background-color: #1870d1;
    border-radius: 30px;
    line-height: 2.8;
    margin:30px auto 0;
}
@media screen and (max-width: 750px) {
	#odekake_discount .inner03 ul{flex-wrap: wrap;justify-content: center;gap: 15px 4%;}
	#odekake_discount .inner03 ul li{width: 40%;}
}
/* =============================================
					inner04
============================================= */
#odekake_discount .inner04 .inner_in{	
	max-width: 1306px;
}
#odekake_discount .inner04 .list{
	background-color: #FFFFFF;
	padding: 60px 0;
    border-radius: 20px;
}

/* =============================================
					inner03 リスト
============================================= */
#odekake_discount .inner04 .result_list{
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2%;
}
#odekake_discount .inner04 .result_list .result_list_box{width: 23.5%;}
#odekake_discount .inner04 .result_list .icon img{
	width: 35px;
}
#odekake_discount .inner04 .thumbnail{
	width: 100%;
    height: 186px;
    border-radius: 5px;
    object-fit: cover;
}
#odekake_discount .inner04 .result_list .tagu{
	display: flex;
	flex-wrap: wrap;
    gap: 4px 2%;
    margin: 12px auto;
}
#odekake_discount .inner04 .result_list .tagu span{
	width: 49%;
	font-size: 12px;
	padding: 3px 0 1px;
}
#odekake_discount .inner04 .result_list .text{
	color: #000000;
	line-height: 1.5;	
}
#odekake_discount .inner04 .result_list .text .station,
#odekake_discount .inner04 .result_list .text .time{font-size: 13px;}
#odekake_discount .inner04 .result_list .text .shopname{
	font-size: 20px;
	font-weight: bold;
}
#odekake_discount .inner04 .result_list .text .shopname span{
	color: #d71238;
	font-size: 14px;
	display: block;
}
@media screen and (max-width: 1000px) {
	#odekake_discount .inner04 .result_list .result_list_box {width: 32%;}
}
@media screen and (max-width: 750px) {
	#odekake_discount .inner04 .list{padding: 30px 0;border-radius: 10px;}
	#odekake_discount .inner04 .result_list{gap: 30px 3%;}
	#odekake_discount .inner04 .result_list .result_list_box {width: 100%;}
}
@media screen and (max-width: 400px) {
	#odekake_discount .inner04 .result_list .result_list_box {width: 100%;}
}