div.event_ h2.event_title_ {
	background: transparent;
	color: #222;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 24px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: auto;
}
div.event_ h2.event_title_::before {
    content: none;
}
div.event_ h2.event_title_::after {
    content: none;
}
#block_of_event .event_title_ span.border_thin,
#block_of_event .event_title_ span.border_bold {
	display: block;
	width: calc(100% + 2em);
	background: #222;
}
#block_of_event .event_title_ span.border_thin {
	height: 1px;
	margin-top: 10px;
}
#block_of_event .event_title_ span.border_bold {
	height: 2px;
	margin-top: 4px;
}

#block_of_event div.goods_ {
	position: relative;
}
/* 幅についてくる2重ボーダー */
.title_border {
	text-align: center;
}
/* 幅についてくる2重ボーダー */


ul.goods_p_ {
	border-top: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px;
}
ul.goods_p_ li {
	border: 0px;
	padding: 0;
	padding-bottom: 60px;
	position: relative;
	width: calc((100% - 15px) / 2);
}
ul.goods_p_ li div.desc_ {
	margin-top: 15px;
	padding: 0;
}
ul.goods_p_ li a {
	padding: 20px 0 30px;
}
ul.goods_p_ li a div.name_ {
	text-decoration: none;
}
.goods_p_ .price_ {
	bottom: 58px;
	position: absolute;
	right: 0;
	text-align: right;
}
.goods_p_ .cart_btn_ {
	position: absolute;
	bottom: 0;
	font-size: 14px;
	width: 100%;
}
.goods_p_ a.cart_btn_::after {
	content: "";
	display: block;
	width: 4.2666667vw;
	max-width: 16px;
	max-height: 16px;
	height: 4.2666667vw;
	background-image: url("../images/cart_icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: calc(50% - 65px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.goods_p_ .main_action_button_ {
	border-bottom: 0px;
	background: url("../images/cart_Bg_sp.png");
	background-size: cover;
	position: relative;
}
.goods_p_ .large_button_ {
	font-size: 14px;
	padding: 6.5px 0 6.5px 26px;
}
ul.goods_p_ li figure.img_,
ul.goods_p_ li div.desc_ {
	display: block;
}
ul.goods_p_ li figure.img_ {
	width: 100%;
	box-shadow: 0 1px 3px 0 #ccc;
}
ul.goods_p_ li figure.img_ img {
	width: 100%;
}
.desc_.lefttext_ {
	width: 60.86%;
}
.price_box {
	margin-top: 30px;
	text-align: right;
}
.navipage_sum_{
	text-align: right;
    margin-right: 10px;
}
.total_wrapper {
	border-top: 1px solid gray;
	padding-top: 20px;
}
.list_ .delete-btn {
	padding-bottom: 20px;
}
.goods_list_wrapper_ .icon_ {
	width: 40px;
}
footer {
	padding: 0;
	position: relative;
	display: flex;
	flex-flow: column;
	background-color: #2e2e2e;
}
footer #footermenu {
	width: 80%;
	margin: 0 0 0 15%;
	justify-content: space-between;
	order: 1;
	padding: 25px 0 0;
}
footer #footermenu li:nth-last-child(2) {
	margin-bottom: 30px;
}
footer #footermenu li a {
	color: #ffffff;
}
.footer_logo {
	display: none;
}
footer #footermenu li {
	width: 46%;
}
#footermenu li:last-child {
	display: none;
}
footer #copyright {
	order: 3;
	background-color: #ffffff;
	color: #2e2e2e;
}
.footer_head {
	order: 2;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
/* .wrapper_ {
	background-image: url("../images/sp_bg_img.png");
	background-position: top 150px left 50%;
} */

/*# sourceMappingURL=osusume.css.map */