@charset "utf-8";
.wrapper_osechi {
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	 color: #3a2d1a;
	max-width: 800px;
}

.osechi_lead {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #3a2d1a;
  text-align: center;
  margin: 2rem auto;
  max-width: 720px;
  padding: 0 1rem;
}

.osechi_lead strong {
  font-size: 2.2rem; 
   display: block;
    font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  color: #3a2d1a;
}

.osechi_lead .early-bird {
  display: block;
  font-size: 1.3rem;
  background-color: #fef7ec;
  border: 1px solid #e6c89c;
  color: #b1732a;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  margin-top: 1.2rem;
}



/*商品詳細*/
.osechi_item_name {
	font-size: 2.4rem;
	padding: 1%;
	font-weight: bold;
}
.item_box {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 30px;
	max-width: 800px;
	margin: 5px auto 50px;
	padding: 0 20px;
}
.item_set {
	text-align: center;
}
.item_set img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}
.item-title {
	font-size: 1.5rem;
	margin: 0.3em 0;
	list-style: none;
}



/*ボタン*/
.osechi_btn {
	display: flex;
	justify-content: center;
	margin: 50px auto 100px;
}
.osechi_btn a {
	display: inline-block;
	background-color: #788354;
	color: #fff;
	font-size: 2rem;
	padding: 14px 28px;
	border-radius: 8px;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 100%;
	max-width: 320px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.osechi_btn a:hover {
	opacity: 0.7;
	cursor: pointer;
	transform: scale(1.03);
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
/*共通*/

.osechi_text {
	font-size: 1.6rem;
}
.osechi_textb {
	font-size: 2.2rem;
	font-weight: bold;
}
.osechi_h3 {
	margin-top: 50px;
}
.osechi_h3 img {
	width: 2.4rem;
	margin-right: 5px;
}
@media (max-width: 768px) {
.osechi_h3 {
	margin: 50px 2vw 0;
}
.osechi_text {
	margin: 0 2vw ;
}
}


/*導入*/
.circle {
	background-image: url("/img/pages/genre/osechi/back.png");
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	font-size: 2.9rem;
	font-weight: bold;
	height: 150px;
	background-repeat: no-repeat;
	background-position: 20% 20%;
	width: 100%;
	margin: 30px auto;
	background-size: 150px;
	display: inline-block;
}
.circle p {
	margin: 7%;
	text-align: center;
}
/*詳細*/
.osechi_detail_box {
	border: 3px solid #afb979;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	padding: 30px 40px 40px;
}
.detail_set {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.detail_set:nth-of-type(n+2) {
	margin-top: 30px;
}
.detail_set_box {
	max-width: 48%;
}
.detail_textb {
	color: #788354;
	font-weight: bold;
	font-size: 2.2rem;
	border-bottom: 1px solid;
	margin-bottom: 50px;
}
.detail_textb img {
	width: 2.2rem;
	margin-right: 5px;
}
.detail_text {
	font-size: 1.3rem;
}
.detail_border {
	border: 1px dotted #b1ba7b;
	margin: 5px 0;
}
.osechi_textb img {
	width: 2.2rem;
}
.arrange_box .osechi_textb img {
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
.osechi_detail_box {
	padding: 20px;
}
.detail_set {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin-bottom: 0;
}
.detail_set_box {
	max-width: 100%;
	margin: 0 auto 50px;
}
}
/*こだわりの調理法*/
.step-wrapper {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px 40px;
	background: #fdfaf5;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.step {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
	padding: 40px 20px;
}
.step-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 2px solid #e5d9c4;
	padding: 20px;
	border-radius: 10px;
	background: #fffdf9;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.step-box img {
	width: 100%;
	height: auto;
	max-width: 460px;
	margin-bottom: 15px;
	border-radius: 6px;
}
.step-box p {
	font-size: 1.6rem;
	line-height: 1.8;
	color: #333;
	margin-top: 10px;
	position: relative;
}

.step-text {
   font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
  margin: 20px auto 0;
  max-width: calc(100% - 40px); 
    background: #f9f6f1;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid #e5d9c4;
  box-sizing: border-box;

}

/*ここがポイント*/
.point_wrapper {
	padding: 70px 50px;
	background-image: url(/img/pages/genre/osechi/bk2.png);
	margin-bottom: 50px;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.osechi_point_bk {
	padding: 5px;
	background-color: #afb979;
	display: inline-block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.0em;
	margin-bottom: 5px;
}
.point_img {
	float: right;
	max-width: 200px;
	margin-top: 30px;
	margin-left: 20px;
}

@media(max-width: 768px) {
.point_wrapper {
	padding: 50px 30px;
}
.point_img {
	margin-top: 0;
	float: none;
	max-width: 100%;
	margin: 0 auto;
}
}
/*盛り付け*/
.arrange_wrapper {
	background-image: url("/img/pages/genre/osechi/bk2.png");
	padding: 70px 50px;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 20px 0 50px;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.arrange {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
	
}
.arrange_box {
	display: flex;
	flex-direction: column;
	

}
.arrange_box_img {
	border: 2px solid #e5d9c4;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
.arrange_wrapper {
	padding: 50px 30px;
}
.arrange {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.arrange_box {
	max-width: 100%;
	margin-bottom: 30px;
}
.osechi_textb img {
	width: 2.2rem;
	margin-right: 5px;
}

}
/*口コミ*/
.reviews {
	position: relative;
	display: inline-block;
	margin: 1.5em clamp(10px, 2vw, 20px);
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #afb979;
	box-sizing: border-box;
}
.reviews:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
.reviews:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #afb979;
	z-index: 1;
}
.reviews p {
	margin: 0;
	padding: 10px;
}
.reviews_btn {
	padding: 15px;
	border: 3px solid #afb979;
	width: 65%;
	margin: 50px auto;
	text-align: center;
	border-radius: 5px;
	font-size: 2.4rem;
}
.reviews_btn a {
	text-decoration: none;
	color: #afb979;
}
.reviews_btn a:hover {
	cursor: pointer;
	opacity: 0.6;
}



