@charset "utf-8";
/* CSS Document */

/* home ==============================================================
	1. p-slide
	2. p-content
	3. p-arrange
	4. p-others
	5. p-news
	6. p-bannerList
======================================================================== */

/* =====================================================================
	1. p-slide
======================================================================== */

.p-home .p-slide {
	padding-bottom: 5px;
}

/* =====================================================================
	2. p-content
======================================================================== */

.p-home .p-content {
	position: relative;
	width: 100%;
	height: 510px;
	background: url(../img/home/bg_yakisoba.jpg) no-repeat center top, url(../img/home/bg_content.jpg) repeat;
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.6) inset;
}
.p-home .p-content .p-description {
	position: absolute;
	bottom: 330px;
	left: 50%;
	margin-left: -80px;
	color: #461A00;
	font-weight: normal;
	font-size: 2.6rem;
	line-height: 4.0rem;
	letter-spacing: 0.1em;
	text-shadow: 2px 2px 8px #FFFFFF, -2px -2px 8px #FFFFFF, 2px -2px 8px #FFFFFF, -2px 2px 8px #FFFFFF; 
}
.p-home .p-content .p-text {
	position: absolute;
	bottom: 230px;
	left: 50%;
	margin-left: -80px;
	color: #7F3F00;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 2.84rem;
	letter-spacing: 0.025em;
	text-shadow: 2px 2px 8px #FFFFFF, -2px -2px 8px #FFFFFF, 2px -2px 8px #FFFFFF, -2px 2px 8px #FFFFFF; 
}
.p-home .p-content .p-detail {
	position: absolute;
	bottom: 150px;
	left: 50%;
	margin-left: 140px;
	width: 350px;
	height: 48px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px rgba(147,115,77,0.8);
	background: url(../img/home/btn_detail.png) no-repeat center;
}
.p-home .p-content .p-detail:hover {
	opacity: 0.75;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.p-home .p-content .p-detail a {
	display: block;
	width: 350px;
	height: 48px;
}
.p-home .p-content .p-orders {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
	background-color: #FFFFFF;
}
.p-home .p-content .p-orders li {
	display: inline-block;
	width: 460px;
	height: 56px;
	margin: 32px 16px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px rgba(147,115,77,0.8);
}
.p-home .p-content .p-orders li:hover {
	opacity: 0.75;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.p-home .p-content .p-orders .p-inquiry {
	background: url(../img/home/btn_p_inquiry.png) no-repeat center;
}
.p-home .p-content .p-orders .p-onlineshop {
	background: url(../img/home/btn_p_onlineshop.png) no-repeat center;
}
.p-home .p-content .p-orders li a {
	display: block;
	width: 460px;
	height: 56px;
}
@media screen and (max-width: 999px) {
	.p-home .p-content {
		height: 500px;
		background: url(../img/home/bg_sp_content.jpg) no-repeat center bottom 80px;
		background-size: cover;
	}
	.p-home .p-content .p-description {
		top: 25px;
		left: 0;
		margin: 0 10px;
		font-size: 1.4rem;
		line-height: 2.4rem;
		letter-spacing: 0;
	}
	.p-home .p-content .p-text {
		top: 90px;
		left: 0;
		margin: 0 10px;
		font-size: 1.1rem;
		line-height: 2.0rem;
		letter-spacing: 0;
	}
	.p-home .p-content .p-detail {
		left: 0;
		bottom: 100px;
		margin-left: calc(95% - 125px);
		width: 125px;
		height: 37px;
		background: url(../img/home/btn_sp_detail.png) no-repeat center;
		background-size: 125px 37px;
	}
	.p-home .p-content .p-detail a {
		width: 125px;
		height: 37px;
	}
	.p-home .p-content .p-orders {
		height: auto;
		margin: 0;
	}
	.p-home .p-content .p-orders li {
		display: block;
		width: 230px;
		height: 28px;
		margin: 10px auto;
	}
	.p-home .p-content .p-orders .p-inquiry {
		background-size: 230px 28px;
	}
	.p-home .p-content .p-orders .p-onlineshop {
		background-size: 230px 28px;
	}
	.p-home .p-content .p-orders li a {
		width: 150px;
		height: 47px;
	}
}

/* =====================================================================
	3. p-arrange
======================================================================== */

.p-home .p-arrange {
	font-size: 0;
	text-align: center;
	width: 100%;
	height: auto;
	background: url(../img/home/bg_arrange.jpg) repeat center;
}
.p-home .p-arrange .p-title {
	width: 100%;
	height: 190px;
	background: url(../img/home/title_arrange.png) no-repeat center;
}
.p-home .p-arrange .p-block {
	display: grid;
	gap: 40px;
	width: 960px;
	height: auto;
	margin: auto;
	padding-bottom: 40px;
}
.p-home .p-arrange .c-banner:hover {
	opacity: 0.75;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.p-home .p-arrange .c-banner a {
	display: block;
	width: 100%;
	height: 100%;
}
.p-home .p-arrange .p-party {
	grid-row: 1 / 2;
	grid-column: 1 / 3;
	width: 960px;
	height: 400px;
	background: url(../img/home/bnr_party.jpg) no-repeat center;
}
.p-home .p-arrange .p-household {
	grid-row: 2 / 3;
	grid-column: 1 / 2;
	width: 460px;
	height: 400px;
	background: url(../img/home/bnr_household.jpg) no-repeat center;
}
.p-home .p-arrange .p-gourmetgift {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	width: 460px;
	height: 400px;
	background: url(../img/home/bnr_gourmetgift.jpg) no-repeat center;
}
@media screen and (max-width: 999px) {
	.p-home .p-arrange .p-title {
		width: auto;
		height: 0;
		margin: 0 10px 10px;
		padding-top: 31.67%;
		background-size: 100% auto;
	}
	.p-home .p-arrange .p-block {
		gap: 20px;
		width: auto;
		padding: 0 20px 20px;
	}
	.p-home .p-arrange .c-banner {
		position: relative
	}
	.p-home .p-arrange .c-banner a {
		position: absolute;
		top: 0;
		left: 0;
	}
	.p-home .p-arrange .p-party {
		grid-row: 1 / 2;
		grid-column: 1 / 2;
		width: 100%;
		height: 0;
		padding-top: 41.67%;
		background-size: 100% auto;
	}
	.p-home .p-arrange .p-household {
		grid-row: 2 / 3;
		grid-column: 1 / 2;
		width: 100%;
		height: 0;
		padding-top: 86.96%;
		background-size: 100% auto;
	}
	.p-home .p-arrange .p-gourmetgift {
		grid-row: 3 / 4;
		grid-column: 1 / 2;
		width: 100%;
		height: 0;
		padding-top: 86.96%;
		background-size: 100% auto;
	}
}

/* =====================================================================
	4. p-others
======================================================================== */

.p-home .p-others {
	font-size: 0;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 45px 0;
	background: url(../img/home/bg_others.jpg) repeat center;
}
.p-home .p-others .c-other {
	display: inline-block;
	vertical-align: top;
	width: 600px;
	height: 300px;
	margin: 15px;
}
.p-home .p-others .c-other a {
	display: block;
	width: 600px;
	height: 300px;
}
.p-home .p-others .p-products {
	background: url(../img/home/btn_products.png) no-repeat center;
}
.p-home .p-others .p-gallery {
	background: url(../img/home/btn_gallery.png) no-repeat center;
}
.p-home .p-others .c-other:hover {
	opacity: 0.75;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.p-home .p-others .p-corporation {
	position: relative;
	box-sizing: border-box;
	border: #E4E4E4 solid 3px;
	background-color: #FFFFFF;
}
.p-home .p-others .p-corporation .p-title {
	position: absolute;
	top: 12px;
	left: -3px;
	width: 216px;
	height: 50px;
	background: url(../img/home/title_corporation.png) no-repeat center;
}
.p-home .p-others .p-corporation p iframe {
	position: absolute;
	top: 30px;
	right: 15px;
	width: 244px;
	height: 244px;
}
.p-home .p-others .p-outline {
	position: absolute;
	top: 66px;
	left: 15px;
}
.p-home .p-others .p-outline .p-logo {
	display: block;
	width: 234px;
	height: 60px;
	background: url(../img/home/logo.png) no-repeat center;
	background-size: 234px 50px;
}
.p-home .p-others .p-outline .c-text {
	text-align: left;
	font-style: normal;
	font-size: 1.2rem;
	line-height: 2.4rem;
	padding: 0 0 1em 2em;
}
@media screen and (max-width: 999px) {
	.p-home .p-others .c-other {
		display: block;
		width: auto;
		height: auto;
		margin: 0 20px 20px;
	}
	.p-home .p-others .c-other a {
		width: 100%;
		height: 0;
		padding-top: 50%;
	}
	.p-home .p-others .p-products {
		background: url(../img/home/btn_sp_products.png) no-repeat center;
		background-size: 100% auto;
	}
	.p-home .p-others .p-gallery {
		background: url(../img/home/btn_sp_gallery.png) no-repeat center;
		background-size: 100% auto;
	}
	.p-home .p-others .p-corporation {
		position: static;
	}
	.p-home .p-others .p-corporation .p-title {
		position: static;
		width: 108px;
		height: 25px;
		margin: 12px 0 10px -3px;
		background-size: 108px 25px;
	}
	.p-home .p-others .p-corporation p iframe {
		position: static;
		width: calc(100% - 30px);
		margin: 0 15px;
	}
	.p-home .p-others .p-outline {
		position: static;
		margin: 0 0 15px;
	}
	.p-home .p-others .p-outline .c-text {
		padding: 0 15px;
	}
}

/* =====================================================================
	5. p-news
======================================================================== */

.p-home .p-news {
	width: 100%;
	height: auto;
	padding-bottom: 100px;
	background: url(../img/home/bg_news.jpg) repeat center;
}
.p-home .p-news .p-title {
	width: 144px;
	height: 44px;
	margin: 0 auto 15px;
	background: url(../img/home/title_news.png) no-repeat center;
}
.p-home .p-news .p-lists {
	width: 960px;
	margin: auto;
	padding-bottom: 15px;
}
.p-home .p-news .p-lists .c-list {
	min-height: 24px;
	margin-bottom: 15px;
	padding-left: 30px;
	border-bottom: #DFDFDF solid 1px;
	background: url(../img/home/arrow.png) no-repeat left 3px;
	background-size: 16px 16px;
}
.p-home .p-news .p-lists .c-list .c-time {
	float: left;
	clear: both;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.p-home .p-news .p-lists .c-list .c-title {
	display: block;
	padding-left: 120px;
}
.p-home .p-news .p-lists .c-list .c-title a {
	font-size: 1.4rem;
	line-height: 2.4rem;
	text-decoration: none;
}
.p-home .p-news .p-lists .c-list .c-title a:hover {
	text-decoration: underline;
}
.p-home .p-news .p-more {
	width: 350px;
	height: 48px;
	margin: auto;
	background: url(../img/home/btn_news.png) no-repeat center;
	border-radius: 5px;
	box-shadow: 3px 3px 3px rgba(147,115,77,0.8);
}
.p-home .p-news .p-more:hover {
	opacity: 0.75;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.p-home .p-news .p-more a {
	display: block;
	width: 350px;
	height: 48px;
}
@media screen and (max-width: 999px) {
	.p-home .p-news {
		padding-bottom: 50px;
	}
	.p-home .p-news .p-title {
		width: 72px;
		height: 22px;
		background-size: 72px 22px;
	}
	.p-home .p-news .p-lists {
		width: auto;
		margin: 0 20px;
	}
	.p-home .p-news .p-lists .c-list {
		padding-left: 20px;
	}
	.p-home .p-news .p-lists .c-list .c-time {
		float: none;
	}
	.p-home .p-news .p-lists .c-list .c-title {
		padding-left: 0;
	}
	.p-home .p-news .p-more {
		width: 190px;
		height: 37px;
		background: url(../img/home/btn_sp_news.png) no-repeat center;
		background-size: 190px 37px;
	}
	.p-home .p-news .p-more a {
		width: 190px;
		height: 37px;
	}
}

/* =====================================================================
	6. p-bannerList
======================================================================== */

.p-home .p-bannerList {
	width: 100%;
	height: auto;
	padding-bottom: 90px;
	background: url(../img/home/bg_bannerList.jpg) repeat center;
}
.p-home .p-bannerList .p-lists {
	font-size: 0;
	text-align: center;
	width: 100%;
	margin: auto;
}
.p-home .p-bannerList .p-lists .c-list {
	display: inline-block;
	vertical-align: top;
	width: 310px;
	height: auto;
	margin: 0 5px 10px;
	border: #E0BF87 solid 5px;
}
.p-home .p-bannerList .p-lists .c-list img {
	width: 100%;
	height: auto;
}
.p-home .p-bannerList .p-lists .c-list img:hover {
	opacity: 0.75;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media screen and (max-width: 999px) {
	.p-home .p-bannerList .p-lists .c-list {
		width: 75%;
		margin: 0 auto 10px;
	}
}
