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

#osechi{
	width: 100%;
	height: auto;
	/*margin-bottom: 70px;*/
}

.osechi_section{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.osechi_img{
	width: 70%;
	height: auto;
}

.osechi_text{
	width: 30%;
	height: auto;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

@media screen and (max-width:667px){
#osechi{
	overflow: hidden;
}

.osechi_section{
	flex-wrap: wrap;
}

.osechi_img{
	width: 100%;
}

.osechi_text{
	width: 100%;
	padding: 30px 20px 50px 20px;
}
}

.osechi_text h1,.osechi_text h2,.osechi_text h3{
	font-family: 'Noto Serif SC', serif;
	font-size: clamp(1.563rem, 0.824rem + 1.818vw, 2.188rem);/*650-1200/25-35*/
	line-height: 1;
	margin-bottom: clamp(15px,2vw,30px);
}

.osechi_text h1{
	color: #FFFFFF;
	background-color: #a73232;
	outline: double 4px #a73232;
	padding: clamp(10px,2vw,15px);
	/*border-radius: 5px;*/
}

.osechi_text h2:first-letter {
	margin-right: .1em;
	font-size: 1.5em;
	color: #a73232;
}

.osechi_text .price{
	font-family: 'Noto Serif SC', serif;
	font-size: clamp(25px,2vw,35px);
	margin-top: clamp(15px,2vw,20px);
}

.osechi_text .price span{
	font-size: clamp(13px,2vw,16px);
}

.osechi_text ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: clamp(15px,2vw,30px);
	background: rgba(255,255,255,0.80);
	padding: 10px 20px;
	outline: 1px solid #efefef;
}

.osechi_text ul li{
	display: flex;
	align-items: flex-start;
	margin-right: 10px;
}

.osechi_text ul li::before{
	content: "・";
	margin-right: 5px;
}

.osechi_text ul li:last-child::before{
	content: ""!important;
}



.osechi_bg01{background: url(../../img/bg01.jpg) repeat; background-size: cover;}
.osechi_bg02{background: url(../../img/bg02.jpg) repeat; background-size: cover;}
.osechi_bg03{background: url(../../img/bg03.jpg) repeat; background-size: cover;}
.osechi_bg04{background: url(../../img/bg04.jpg) repeat; background-size: cover;}
.osechi_bg05{background: url(../../img/bg05.jpg) repeat; background-size: cover;}
.osechi_bg06{background: url(../../img/bg06.jpg) repeat; background-size: cover;}
.osechi_bg07{background: url(../../img/bg07.jpg) repeat; background-size: cover;}
.osechi_bg08{background: url(../../img/bg08.jpg) repeat; background-size: cover;}
.osechi_bg09{background: url(../../img/bg09.jpg) repeat; background-size: cover;}
.osechi_bg10{background: url(../../img/bg10.jpg) repeat; background-size: cover;}
.osechi_bg11{background: url(../../img/bg11.jpg) repeat; background-size: cover;}
.osechi_bg12{background: url(../../img/bg12.jpg) repeat; background-size: cover;}

.parts001{position: absolute; top: 0px; right: 0px;}
.parts001b{position: absolute; top: 0px; right: 0px; transform: scale(-1, 1);}
.parts002{position: absolute; bottom: -60px; left: -100px; width: clamp(100px,10vw,200px);}
.parts002b{position: absolute; top: -100px; right: -100px; width: clamp(100px,10vw,200px);}
.parts003{position: absolute; top: 0px; right: -30px; width: clamp(100px,10vw,200px);}
.parts003b{position: absolute; top: 0px; left: 20px; width: clamp(100px,10vw,200px);}
.parts004{position: absolute; bottom: -60px; left: -100px; width: clamp(100px,10vw,200px);}
.parts005{position: absolute; bottom: -60px; right: -50px; width: clamp(100px,10vw,200px);}

@media screen and (max-width:667px){
.parts001,.parts001b{width: 50%; transform: scale(1, 1);}
}

.osechi_tokuten01,
.osechi_tokuten02,
.osechi_tokuten03{
	position: relative;
}

.osechi_tokuten01::after,
.osechi_tokuten02::after,
.osechi_tokuten03::after{
	position: absolute;
	top: -10%;
	left: 0%;
	font-size: clamp(1.875rem, 1.506rem + 0.91vw, 2.188rem);/*サイズ30px-35px／650px-1200px*/
	color: #FFFFFF;
	font-family: 'Noto Serif JP', serif;
	line-height: 1;
	padding: 10px;
	background: #a73232;
	outline: double 4px #a73232;
	border-radius: 50%;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	transform:rotate(-10deg); 
}

.osechi_tokuten01::after{content: "お";}
.osechi_tokuten02::after{content: "せ";}
.osechi_tokuten03::after{content: "ち";}





