@charset "utf-8";
#wrap{
		padding: 40px 0;
		max-width: 1200px;
		margin: 0 auto;
		width: 98%;
	}
	.limi_head{
		font-size: 36px;
		text-align: center;
		
	}
	.message{
		max-width: 860px;
		width: 90%;
		margin: 0 auto;
		
	}
	.m_head{
		font-size: 18px;
		padding: 50px 0 20px;
		text-align: center;
	}
	.m_lead{
		font-size: 15px;
		line-height: 2;
		text-align: center;
	}
	.wbr{
		text-align: right;
			font-size: 16px;
	}
	.bnr_madori{
		max-width: 580px;
    	margin: 20px auto;
	}
	.limi_wrap{
		padding-top:30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		row-gap:40px;
	}
	.limi_wrap div{
		width: 48%;
	}
	.limi_pdf{
		max-width: 860px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.limi_rsv{
		width: 90%;
		max-width: 560px;
		display: block;
		margin: 0 auto;
		text-align: center;
		color: #fff;
		font-size: 34px;
		letter-spacing: 3px;
		background-color: #c61b1c;
		padding: 20px;
	}
	.sec_point{
		
		
	}
	.point_wrap{
		display: grid;
		  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		  gap: 30px;
		justify-content: space-between;
		margin-top: 30px;
	}
	.p_head{
		font-size: 20px;
		padding: 50px 0 20px;
		text-align: center;
		position: relative;
	}
	.p_head::after {
      content: '';
    background-size: 10px 10px;
    background-color: #e1eef5;
    background-image: repeating-linear-gradient(-45deg, #4c9ac0 0, #4c9ac0 3px, #fff 0, #fff 50%);
    width: 60%;
    height: 7px;
    position: absolute;
    bottom: -5px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
	.point{position: relative;}
	.p_note{
		position: absolute;
		right: 0;
		font-size: 10px;
    bottom: 32%;
    text-shadow: 0 0 10px #000;
    color: #fff;
		
	}
	.p_txt{
		line-height: 1.5;
		text-align: center;
		padding: 20px 0;
		height: 112px;
	}
	.p_txt{background-color: #f4f2b5b8;
	}
	@media screen and (max-width: 650px) {
		.limi_rsv{
			font-size: 22px;
		}
		.m_lead{
			text-align: left;
			font-size: 13px;
			line-height: 1.5;
		}
		.limi_wrap{
			flex-direction: column;
			row-gap:20px;
		}
		.limi_wrap div{
			width: 90%;
			margin: 0 auto;
		}
		.p_head{
			padding-bottom: 15px;
		}
		.point_wrap{
			padding: 0px 20px;
		}
		
	}