@charset "utf-8";
section h5 {
	min-height: 30px;
	height: auto;
}
@media screen and (max-width: 767px) {
	section h4 {
		font-size: 4vmin !important;
		line-height: 1.5;
	}
}
	.sp-br {
  		display: none;
	}
@media screen and (max-width: 767px) {
	.sp-br {
		display: inline;
	}
}

	section h5 {
		font-size: 4vmin !important;
		min-height: 30px;
		height: auto;
	}

.block_point {
	background: #F4F1EE;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	width: 1000px;
	height: 360px;
	margin:  0 auto; 
}
.block_point .box {
		background: #FFF;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 660px;
		height: 140px;
		margin: 20px auto;
}

@media screen and (max-width: 767px) {
	.block_point {
		width: 100%;
	}
	.block_point .box {
		width: 100%;
        padding: 2em;
	}
}

.info {
	all: initial;
	color: #020202;
	font-size: 14px;
	text-align: left;
}
.info h2{
	color: #020202;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
.coupon {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	margin-top: 1em;
}
.coupon dl {
	display: flex;
	flex-wrap: wrap;
}
.coupon dt {
	display: flex;
	color: #020202;
	font-size: 14px;
	color: #fff;
	background: #A38A77;
	border-radius: 50px;
	width: 200px;
	height: 28px;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.coupon dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}
.coupon dd {
	margin-left: 15px;
}
.coupon dd span {
	color: #F00;
	font-weight: bold;
}
.coupon dd span strong {
	font-size: 140%;
	background: none;
}
.block_point11 {
	background: #F4F1EE;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px 20px 0 20px;
	margin-top: 1em;
}
.block_point11 .box1 {
	background: #FFF;
	width: calc(50% - 10px);
	height: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.block_point11 .box1 figure {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block_point11 .box1 figure img {
	max-width: 100%;
}
.block_point11 .box1 dl{
	width: 100%;
}
.block_point11 .box1 dt{
	margin: 0 auto 180px;
	text-align: center;
}
.block_point11 .box2 {
	background: #FFF;
	width: calc(50% - 10px);
	height: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.block_point11 .box2 figure {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block_point11 .box2 figure img {
	max-width: 100%;
}
.block_point11 .box2 dl{
	width: 100%;
}
.block_point11 .box2 dt{
	margin: 0 auto 100px;
	text-align: center;
}
.block_point11 {
	background: #F4F1EE;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px 20px 0 20px;
	margin-top: 1em;
}
.block_point11 .box {
	background: #FFF;
	width: calc(50% - 10px);
	height: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.block_point11 .box figure {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block_point11 .box figure img {
	max-width: 100%;
}
.block_point11 .box dl{
	width: 100%;
}
.block_point11 .box dt{
	margin: 20px auto;
	text-align: center;
}
.block_point11 .box dt a,a :visited{
	color: #796A56;
	font-size: 1.1em;
	background: #FFF;
	text-decoration: none;
	text-align: center;
}
.block_point11 .box dt a img {
	position: relative;
	top: -3px;
	left: 3px;
}
.block_point11 .box dd {
	color: #666666;
	align-items: center;
	text-align: left;
	width: 100%;
	margin: auto;
	padding: 18px;
}
.block_point11 .box dd h5 {
	display: inline-block;
	font-size: 1em !important;
	color: #fff;
	background: #A38A77;
	border-radius: 1em;
	width: auto;
	padding: 0.5em 1em;
	line-height: 1 !important;
	align-items: center;
	font-weight: normal;
	justify-content: center;
	text-align: center;
	margin-bottom: 0.5em;
}
.arrow1{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
	top: -3px;
	left: 2px;
}
.arrow1::before,
.arrow1::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow1::before{
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	border: 1px solid #796A56;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.arrow1::after{
	left: 7px;
	box-sizing: border-box;
	border: 4px solid transparent;
	border-left: 6px solid #796A56;
}

@media screen and (max-width: 767px) {
	.info h2{
		text-align: center;
	}
	.coupon dt{
		margin: 0 auto 10px;
	}
	.coupon dd{
		margin: 0 2.6em;
	}	
	.block_point11 {
		width: 100%;
		padding-bottom: 1.5em;
	}
	.block_point11 .box1 {
		width: 100%;
	}
	.block_point11 .box1 figure {
		height: auto;
		padding-top: 1em;
	}
	.block_point11 .box {
		width: 100%;
	}
	.block_point11 .box figure {
		height: auto;
		padding-top: 1em;
	}
	.block_point11 .box1 dt{
		margin: 1em auto 2em;
	}
	.block_point11 .box dd h5 {
		margin: 0 auto 0.5em;
	}
	.arrow1::after{
		left: 0.5em;
        top: -0.4em;
		box-sizing: border-box;
		border: 0.4em solid transparent;
		border-left: 0.6em solid #796A56;
	}	
}
