@charset "UTF-8";

/*フッターを固定するため*/
.page_container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/*北海道コンフェクトサイトへのリンク*/
.hc_link a {
	text-decoration: none;
	color: #000;
}


/*
@media screen and (min-width: 1301px) {
	.hamburger-menu{
		right:0px;
	}
}

@media screen and (max-width: 1300px) {
	.hamburger-menu {
		flex-flow: column;
		height: 20px;
		position: fixed;
		z-index: 99;
		top: 10px;
		right: 20px !important;
		margin:auto;
	}
}
*/

/* お知らせ詳細ページ＞店舗欄整え*/
.shopimg {
	width:50%;
}
.shopimg img {
	width:100%;
}
.shopdetail {
	padding-left: 1.5em;
	padding-bottom:0.5em;
	width:50%;
	display: block;
	align-content: flex-end;
}
ul.shopinfo {
	padding:2em 0 0 0;
	display: flex;
}
@media screen and (max-width:768px) {
	.shopimg {
		width:100% !important;
	}
	.shopimg img {
		width:100%;
	}
	.shopdetail {
		padding-left: 0;
		vertical-align: inherit;
		width:100% !important;
		align-content: inherit;
		display: inherit;
	}
	ul.shopinfo {
		padding:2em 0 0 0;
		display:block !important;
	}
}