div.contents-wrp {
	background-color: #fff;
}
.hpd-contents img.pc-main {
	padding-top: 20px;
	margin-bottom: 0;
}
.hpd-contents img.sp-main {
	margin-bottom: 0;
}
.hpd-contents .box-accordion-attention .bevel-border {
	background: #fff;
}
.hpd__content {
		max-width: 1120px;
		margin: 0 auto 20px;
		padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
	.hpd__content {
		margin: 0 auto 10px;
		padding: 10px 0 0;
		background: #fff;
	}
}
.hpd__lower {
	max-width: 740px;
	width: auto;
	margin: 0 auto;
	box-sizing: border-box;
}
.hpd__lower-title--sp {
	display: none;
	margin: 0 auto;
}
.hpd__lower-title--pc {
	display: block;
	margin: 0 auto;
}
.hpd__lower-txt {
	margin: 10px 5px 0;
	padding-left: 1em;
	font-size: 12px;
	line-height: 1.6;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	.hpd__lower {
		max-width: none;
		width: auto;
		padding: 0 10px;
	}
	.hpd__lower-title--sp {
		display: block;
		width: 100%;
		height: auto;
	}
	.hpd__lower-title--pc {
		display: none;
	}
	.hpd__lower-txt {
		margin: 15px 5px 0;
	}
}
.hpd__note,
.hpd__note--2 {
	width: auto;
	margin: 0 20px;
	padding: 20px 0;
	font-size: 12px;
	line-height: 1.6;
}
.hpd__note {
	padding-bottom: 0;
}
.hpd__note--2 {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e61869;
}
.hpd__note--2 .txt-note {
	text-indent: 0;
	padding-left: 0;
}
@media screen and (max-width: 767px) {
	.hpd__note,
	.hpd__note--2 {
		max-width: none;
		margin: 0 15px;
		padding: 15px 0;
		font-size: 12px;
		line-height: 1.6;
	}
	.hpd__note {
		padding-bottom: 0;
	}
	.hpd__note--2 {
		margin-top: 10px;
		padding-top: 10px;
	}
}

/* 従来部分の再調整（ご注意文まわり） */

.box-accordion-attention {
	margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
	.box-accordion-attention {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}
}
.box-accordion-attention .bevel {
    background: #e61869 !important;
}
.box-accordion-attention .box-accordion-body {
	border-top: dotted 1px #e61869 !important;
}
.box-accordion-attention .box-accordion-head-ttl.icon-warning-strange:before {
	color: #e61869 !important;
}
.box-accordion-attention .box-accordion-head .icon-arrow-double-down {
	color: #e61869 !important;
}
.hpd-lead-bnr {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 20px;
}
@media screen and (max-width: 767px) {
	.hpd-lead-bnr {
		padding-top: 5px;
	}
}
.box-accordion-attention .box-accordion-body {
    margin: 0 !important;
    padding: 0 !important;
}
@media screen and (min-width: 768px) {
	.box-accordion-attention .box-accordion-body {
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: content-box;
	}
}

/* 店舗一覧まわり */

.js-choice.is-gourmet1 > li.is-gourmet1,
.js-choice.is-gourmet2 > li.is-gourmet2 {
	display: block;
	-webkit-animation: choice_show .3s linear;
	animation: choice_show .3s linear;
}
h3 {
	color: #154598 !important;
}

/* バナーエリア */

.box-banner {
	max-width: 740px;
	width: 100%;
	margin: 20px auto 10px;
	padding: 20px 0;
	border: 1px dashed #e61a69;
	border-radius: 20px;
	/* background: #f5f4ef; */
	text-align: center;
}
@media screen and (max-width: 1119px) {
}
@media screen and (max-width: 767px) {
	.box-banner {
		width: auto;
		margin: 20px 15px;
		padding: 15px 0;
	}
}
.box-banner-item {
	display: inline-block;
	max-width: 240px;
	min-width: 220px;
	width: 20%;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.box-banner-item {
		min-width: 0;
		width: 46%;
	}
}
.box-banner__text {
	display: inline-block;
	position: relative;
	padding: 0 2em;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	color: #e61a69;
}
.box-banner__text::before {
	content:"＼";
	position: absolute;
	left: 0;
	bottom: 0;
	color: #e61a69;
}
.box-banner__text::after {
	content:"／";
	position: absolute;
	right: 0;
	bottom: 0;
	color: #e61a69;
}
@media screen and (max-width: 767px) {
	.box-banner__text {
		padding: 0 1em;
		font-size: 80%;
	}
}
.box-banner__header img {
	display: block;
	width: 94%;
	margin: 10px auto 0;
	border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
	.box-banner__header img {
		margin: 5px auto 0;
	}
}
.box-banner__button {
	max-width: 300px;
	margin: 0 auto;
}
.box-banner__button a {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0;
	background-color: #e61a69;
	font-weight: bold;
	color: #fff;
}
.box-banner__button a:hover {
	color: #fff;
}
.box-banner__button a .icon-arrow-right:before {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.box-banner__button {
		max-width: none;
		margin: 0 15px;
	}
	.box-banner__button a {
		width: auto;
		margin-top: 10px;
	}
}
