@charset "UTF-8";

body {
	background: url(../images/main_bg.jpg) repeat left top / 800px;
	font-family: "Shippori Mincho B1", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header {
	background: #000;
	padding: 10px 0;
}

.lp_contents {
	width: 100%;
	margin: 0px auto;
	padding-bottom: 40px;
}

.lp_contents .lp_header {
	background: url(../images/osechi_cate_ttl_bg.jpg) no-repeat center center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

@media screen and (max-width:648px) {
	.lp_contents .lp_header {
		background: url(../images/osechi_cate_ttl_bg_sp.jpg) no-repeat center center / cover;
	}
}

.lp_contents .lp_header:after {
	content: '';
	width: 100%;
	height: 8px;
	background: rgb(194, 160, 97);
	background: linear-gradient(90deg, rgba(194, 160, 97, 1) 0%, rgba(210, 189, 107, 1) 50%, rgba(213, 162, 70, 1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

.lp_contents .lp_header img {
	padding: 20px 20px 28px;
}

@media screen and (max-width:648px) {
	.lp_contents .lp_header img {
		width: 80%;
	}
}

.lp_contents .category ul {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lp_contents .category ul li {
	/*width: 48%;*/
	width: auto;
	padding: 0 20px;
}

@media screen and (max-width:468px) {
	.lp_contents .category ul li {
		width: 48%;
		padding: 0 10px;
	}
}

.lp_contents .mainbnr,
.lp_contents .halfbnr {
	margin: 40px auto 0;
}

@media screen and (max-width:768px) {

	.lp_contents .mainbnr,
	.lp_contents .halfbnr {
		margin: 20px auto 0;
	}
}

.lp_contents .mainbnr h2 {
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	.lp_contents .mainbnr h2 {
		padding: 0 10px;
		margin-bottom: 15px;
	}
}

.lp_contents .mainbnr h2 img {
	margin: 0 auto;
}

.lp_contents .mainbnr ul {
	max-width: 1000px;
	margin: 0 auto;
}

.lp_contents .mainbnr ul li {
	margin-bottom: 40px;
	text-align: center;
	display: inline-block;
	box-shadow: rgba(0, 0, 0, .2) 4px 4px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 4px 4px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, .2) 4px 4px 10px 0px;
}

@media screen and (max-width:648px) {
	.lp_contents .mainbnr ul li {
		margin-bottom: 30px;
	}
}

.lp_contents .mainbnr ul li img {
	width: 100%;
}

.lp_contents .halfbnr {
	max-width: 1000px;
	margin: 0 auto;

}

.lp_contents .halfbnr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

@media screen and (max-width:767px) {
	.lp_contents .halfbnr ul {
		flex-flow: column;
	}
}

.lp_contents .halfbnr ul li {
	margin-bottom: 40px;
	width: 48%;
	text-align: center;
	box-shadow: rgba(0, 0, 0, .2) 4px 4px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 4px 4px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, .2) 4px 4px 10px 0px;
}

@media screen and (max-width:767px) {
	.lp_contents .halfbnr ul li {
		margin-bottom: 20px;
		width: 100%;
	}
}

.lp_contents .halfbnr ul li img {
	width: 100%;
}

.lp_contents .mainbnr ul li a:hover,
.lp_contents .halfbnr ul li a:hover {
	background: #FFF;
	display: block;
}

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@800&display=swap');

.lp_contents .ttl {
	display: block;
	background-image: url('../images/category_subheader_bg.png');
	background-repeat: no-repeat;
	background-size: auto 41px;
	background-position: left 0px bottom;
	margin: 20px 30px 40px;
	padding-bottom: 10px;
	color: #c4391d;
	font-size: 28px;
	font-family: 'Shippori Mincho B1', serif;
	padding-left: 65px;
	font-weight: 800;
}

@media screen and (max-width:648px) {
	.lp_contents .ttl {
		background-size: auto 25px;
		background-position: left 0px bottom;
		margin: 20px 30px 20px;
		padding-left: 40px;
		font-size: 22px;
	}
}

.lp_contents .category_ttl {
	width: 100%;
	padding: 60px 0;
	text-align: center;
}

@media screen and (max-width:648px) {
	.lp_contents .category_ttl {
		padding: 40px 0;
	}
}

@media screen and (max-width:648px) {
	.lp_contents .category_ttl img {
		max-width: 150px;
		margin: 0 auto;
	}
}

.lp_contents .itemlist {
	max-width: 1000px;
	margin: 60px auto 0;
}

@media screen and (max-width:648px) {
	.lp_contents .itemlist {
		margin: 40px auto 0;
	}
}

.lp_contents .itemlist ul {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 30px;
}

@media screen and (max-width:648px) {
	.lp_contents .itemlist ul {
		margin-bottom: 20px;
		padding-left: 20px;
	}
}

.lp_contents .itemlist ul li {
	margin-bottom: 30px;
	width: calc((100% - 90px) / 3);
	padding-right: 30px;
}

@media screen and (max-width:648px) {
	.lp_contents .itemlist ul li {
		margin-bottom: 20px;
		width: calc((100% - 40px) / 2);
		padding-right: 20px;
	}
}

.lp_contents .itemlist ul li img {
	display: block;
	box-shadow: rgba(0, 0, 0, .2) 4px 4px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 4px 4px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, .2) 4px 4px 10px 0px;
}

.lp_contents .itemlist ul li a:hover {
	background: #FFF;
	display: block;
}

/* 会社概要 */
.lp_wrap {
	width: 1050px;
	margin: 0px auto;
	padding: 60px 0px 100px 0px;
	color: #000000;
}

@media screen and (max-width:648px) {
	.lp_wrap {
		width: 85%;
		/* padding: 0 20px; */
	}
}

.lp_wrap .ttl {
	background: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.lp_wrap .ttl h2 {
	font-size: 28px;
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: solid 1px #CCCCCC;
	padding-bottom: 30px;
	line-height: 1.5;
	
}

@media screen and (max-width:648px) {
	.lp_wrap .ttl h2 {
		font-size: 22px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

.lp_wrap .profile dl {
	border-bottom: solid 1px #ccc;
	display: flex;
	margin: 0px -10px;
}

@media screen and (max-width:648px) {
	.lp_wrap .profile dl {
		display: block;
	}
}

.lp_wrap .profile dl dt {
	font-size: 14px;
	padding: 22px 0px;
	width: 280px;
	/* padding-left: 40px; */
	line-height: 2em;
}

@media screen and (max-width:648px) {
	.lp_wrap .profile dl dt {
		padding: 20px 20px 10px 20px
	}
}

.lp_wrap .profile dl dd {
	font-size: 14px;
	padding: 20px 0px;
	line-height: 2em;
}

@media screen and (max-width:648px) {
	.lp_wrap .profile dl dd {
		padding: 10px 20px 10px 20px
	}
}

.lp_wrap .profile dl dd a{
	color: #000;
	text-decoration: underline;
}

.lp_wrap .profile dl dd a:hover{
	color: #B88C41;
}