@charset "UTF-8";
/* sp(320px) */

/* 原状回復作業はお任せください！ */
#omakase {
	position: relative;
}
#omakase .enc {
	position: absolute;
	inset: 0 0 auto 0;
	max-inline-size: 1030px;
	padding-inline: 15px;
	margin-inline: auto;
	z-index: 2;
	padding-block-start: 3em;
/*	border: 1px solid #000;*/
}
#omakase .hl {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
	color: #a78f37;
	text-align: center;
}
#omakase .hl span {
	display: block;
	font-size: 14px;
	color: #000;
}
#omakase .enc ul {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 1em;
}
#omakase .enc ul li {
	background: linear-gradient(145deg, #3f3f3f 1%,#3f3f3f 50%,#282828 50%,#282828 100%);
	opacity: 1.0;
	transition: all 300ms 0s ease;
}
#omakase .enc ul li:hover {
	/*background: linear-gradient(145deg, #282828 1%,#282828 50%,#3f3f3f 50%,#3f3f3f 100%);*/
	opacity: 0.85;
}
#omakase .enc ul li a:hover {
	text-decoration: none;
}
#omakase .enc ul li .no {
	inline-size: 40px;
	margin-inline: 1.0em auto;
}
#omakase .enc ul li .txt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	padding: 0em 1em .8em;

	position: relative;
	inset-block-start: -.8em;
}
#omakase .enc ul li .txt br {
	display: none;
}
#omakase .inner {
	background: #f0f0f0;
	clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
	position: relative;
/*	border: 1px solid red;*/
}


#omakase .inner2 {
	background: #f0f0f0;
}
#omakase .inner2 ol {
	list-style: none;
}
#omakase .inner2 ol li {
	padding: 1.5em 1.4em;
	background-color: #fff;
}
#omakase .inner2 ol li:not(:first-of-type) {
	/*margin-block-start: 1.5em;*/
	margin-block-start: 2.4em;
}

#omakase .inner2 ol li .ttl {
	display: grid;
	grid-template-columns: 4em auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: 0;
	align-items: center;

	background: url("../img/home/uline.png") repeat-x 0 100%;
	background-size: 5px;
	padding-block-end: .5em;
}
#omakase .inner2 ol li .ttl .no {
	font-family: "Manrope", sans-serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #a78f37;
}
#omakase .inner2 ol li .ttl .hl3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #000;
}
#omakase .inner2 ol li .msg {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	color: #a78f37;
	margin-block-start: .8em;
}
#omakase .inner2 ol li .msg br.mbr {
	display: none;
}

#omakase .inner2 ol li#cost .grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto auto auto;
	column-gap: 0;
	row-gap: 0;
	grid-template-areas:
	"areaB"
	"areaC"
	"areaA";
}
#omakase .inner2 ol li#cost .grid > div {
/*	border: 1px solid #000;*/
}
#omakase .inner2 ol li#cost .grid .item1 {
	grid-area: areaA;
}
#omakase .inner2 ol li#cost .grid .item2 {
	grid-area: areaB;	
}
#omakase .inner2 ol li#cost .grid .item3 {
	grid-area: areaC;
}
#omakase .inner2 ol li#cost .grid .item1 figure {
	margin-block-start: 0em;
	inline-size: 80%;
	margin-inline: auto;
}
#omakase .inner2 ol li#cost .grid .item3 p {
	font-size: 14px;
	font-weight: bold;
	margin-block-start: 1.5em;
}

#omakase .inner2 ol li#outsourcing .grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: .5em;
}
#omakase .inner2 ol li#sales .grid {
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	column-gap: 0;
	row-gap: .8em;
	max-inline-size: 736px;
	margin-inline: auto;
}
#omakase .inner2 ol li .ex {
	font-size: 14px;
}



@media handheld, print, screen and (min-width: 375px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {
/* tablet */

/* 原状回復作業はお任せください！ */
#omakase .enc {
	max-inline-size: 1040px;
	padding-inline: 20px;
	padding-block-start: 3em;
}
#omakase .hl {
	font-size: 26px;
}
#omakase .hl span {
	font-size: 20px;
}

#omakase .enc ul {
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2%;
	row-gap: 0;
}
#omakase .enc ul li {
	background: linear-gradient(145deg, #3f3f3f 1%,#3f3f3f 50%,#282828 50%,#282828 100%);
}
#omakase .enc ul li .no {
	inline-size: 48px;
	margin-inline: auto;
}
#omakase .enc ul li .txt {
	font-size: 16px;
	padding: .9em 1em 2.2em;
	inset-block-start: 0em;
}
#omakase .enc ul li .txt br {
	display: inline-block;
}
#omakase .inner {
	clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%);
}

#omakase .inner2 ol li {
	padding: 1.2em 2.0em;
}
#omakase .inner2 ol li .ttl {
	grid-template-columns: 4.5em auto;

	background-size: 8px;
	padding-block-end: .7em;
}
#omakase .inner2 ol li .ttl .no {
	font-size: 50px;
}
#omakase .inner2 ol li .ttl .hl3 {
	font-size: 24px;
}
#omakase .inner2 ol li .msg {
	font-size: 18px;
	margin-block-start: .8em;
}
#omakase .inner2 ol li .msg br.mbr {
	display: inline-block;
}

#omakase .inner2 ol li#cost .grid {
	display: grid;
	grid-template-columns: 20.88% 73.18%;
	grid-template-rows: auto auto;
	column-gap: 5.95%;
	row-gap: 0;
	grid-template-areas:
	"areaA areaB"
	"areaA areaC";
}
#omakase .inner2 ol li#cost .grid .item1 figure {
	margin-block-start: 1em;
}
#omakase .inner2 ol li#cost .grid .item3 p {
	font-size: 15px;
	margin-block-start: 1.5em;
}

#omakase .inner2 ol li#outsourcing .grid {
	/*grid-template-columns: 1fr 1fr;
	column-gap: 2%;
	row-gap: 0;*/
}

#omakase .inner2 ol li#sales .grid {
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 7%;
	row-gap: 0;
}
#omakase .inner2 ol li .ex {
	font-size: 15px;
}

	@media (-webkit-min-device-pixel-ratio: 2){
		

	/* end of media query(retina) */	
	}

/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */

/* 原状回復作業はお任せください！ */
#omakase .enc {
	padding-inline: 20px;
	padding-block-start: 3em;
}
#omakase .hl {
	font-size: 32px;
}
#omakase .hl span {
	font-size: 24px;
}

#omakase .enc ul {
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2%;
	row-gap: 0;
}
#omakase .enc ul li {
	background: linear-gradient(145deg, #3f3f3f 1%,#3f3f3f 50%,#282828 50%,#282828 100%);
}
#omakase .enc ul li .no {
	inline-size: 64px;
}
#omakase .enc ul li .txt {
	font-size: 20px;
	padding: .9em 1em 2.2em;
}
#omakase .inner {
	clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%);
}

#omakase .inner2 ol li {
	padding: 1.5em 2.5em;
}
#omakase .inner2 ol li .ttl {
	grid-template-columns: 5.5em auto;

	background-size: 8px;
	padding-block-end: .7em;
}
#omakase .inner2 ol li .ttl .no {
	font-size: 60px;
}
#omakase .inner2 ol li .ttl .hl3 {
	font-size: 28px;
}
#omakase .inner2 ol li .msg {
	font-size: 20px;
	margin-block-start: .8em;
}
#omakase .inner2 ol li .msg br.mbr {
	display: inline-block;
}

#omakase .inner2 ol li#cost .grid .item3 p {
	font-size: 16px;
}
#omakase .inner2 ol li .ex {
	font-size: 16px;
}


/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 900px) {
/* pc */

/* 原状回復作業はお任せください！ */
#omakase .enc {
	padding-inline: 20px;
	padding-block-start: 3em;
}
#omakase .hl {
	font-size: 40px;
}
#omakase .hl span {
	font-size: 28px;
}

#omakase .enc ul {
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2%;
	row-gap: 0;
}
#omakase .enc ul li {
	background: linear-gradient(145deg, #3f3f3f 1%,#3f3f3f 50%,#282828 50%,#282828 100%);
}
#omakase .enc ul li .no {
	inline-size: 80px;
}
#omakase .enc ul li .txt {
	font-size: 22px;
	padding: .9em 1em 2.2em;
}
#omakase .inner {
	clip-path: polygon(0 0, 100% 70%, 100% 100%, 0 100%);
}

#omakase .inner2 ol li {
	padding: 2em 3em;
}
#omakase .inner2 ol li .ttl {
	grid-template-columns: 7em auto;

	background-size: 10px;
	padding-block-end: .7em;
}
#omakase .inner2 ol li .ttl .no {
	font-size: 80px;
}
#omakase .inner2 ol li .ttl .hl3 {
	font-size: 36px;
}
#omakase .inner2 ol li .msg {
	font-size: 22px;
	margin-block-start: .8em;
}
#omakase .inner2 ol li .msg br.mbr {
	display: inline-block;
}

#omakase .inner2 ol li#cost .grid .item3 p {
	font-size: 18px;
}
#omakase .inner2 ol li .ex {
	font-size: 18px;
}



/* end of media query(pc) */
}