
h2 {
	height: 80px;
	padding-left: 20px;
	font-size: 30px;
	font-weight: normal;
}

#work p,
#inquiry p {
	line-height: 25px;
}

#work h3 {
	color: #999900;
}

input,
select,
textarea {
	padding: 5px;
}

input:invalid,
select:invalid,
textarea:invalid {
	background: #FFFFFF;
}

#inquiry button[type="button"],
#inquiry button[type="submit"] {
	padding: 0.35em 0.75em;
	border-style: none;
	background-color: #CCCC00;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#inquiry input[type="text"],
#inquiry input[type="mail"],
#inquiry textarea {
	border: 1px solid #c8ced5;
	background: #fdfdfd;
}

#inquiry dl.confirm dt {
	background: #FFFFEE;
	padding: 3px 3px 3px 10px;
}

#inquiry dl.confirm dt:last-of-type {
	background: transparent;
}

#profile dl {

}

#profile dt {
	background: #d5d4a9;
}

#profile dd {
	border-top: 1px solid #d5d4a9;
}

#profile dd:first-of-type
{
	border-top: 1px solid #transparent;
}

#production dl {

}

#production dt {
	border-top: 1px solid transparent;
	margin-top: 10px;
	font-size: 20px;
}

#production dt:first-of-type
{
	border-top: 1px solid #CCCC00;
}

#production dd {
	line-height: 200%;
	border-bottom: 1px solid #CCCC00;
	margin-bottom: 10px;
}

#pickupchef dt {
	font-size: 18px;
}

#pickupchef dt span {
	display: block;
	padding-bottom: 20px;
}

#pickupchef dd ol {
	list-style-type: none;
	padding-top: 10px;
}

#pickupchef dd ol li {
	display: inline-block;
	padding-right: 20px;
}

#pickupchef dd ol li a {
	white-space: nowrap;
	color: #222222;
	text-decoration: underline;
}

#pickupchef ul {
	text-align: center;
}

#pickupchef ul li {
	display: inline;
}
	
#pickupchef ul li:after {
	content: "";
	display: inline-block;
	padding: 0 10px;
}
	
#pickupchef ul li:last-child::after{
	display: none;
}

#recipediv h3 {
	height: 60px;
	line-height: 60px;
	font-size: 24px;
}

#recipediv dl {
	width: 310px;
	height: 400px;
	margin-right: 15px;
	margin-bottom: 50px;
	overflow: hidden;
	float: left;
}

#recipediv dt,
#recipediv dd {
	display: block;
	width: 310px;
}

#recipediv dt {
	height: 310px;
	background-size: cover;
	background-position: center;
	object-fit:cover;
	border-radius:50%;
}

#recipediv dt a {
	display: block;
	width: 310px;
	height: 310px;
	text-indent: -9999px;
}

#recipediv dd {
	height: 90px;
}

#recipediv dd a {
	color: #222222;
	text-decoration: none;
}

#recipediv dd span {
	display: block;
	text-align: center;
}

#recipediv dl:nth-of-type(3n + 3) {
	margin-right: 0px;
}

#recipe_s {
	padding: 0px 0px 65px 0px;
	border: 1px solid #C3C3C3;
	box-sizing: border-box;
	position: relative;
}

#recipe_s h3 {
	font-size: 20px;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 20px;
}

#recipe_s img {
	display: block;
	margin: 40px auto;
}

#recipe_s .rcpdl1 dt:nth-of-type(1) {
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#recipe_s .rcpdl1 dd:nth-of-type(2) {
	/* width: 100%; */
}

#recipe_s .rcpdl1 dd strong {
	display: block;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 15px;
}

#recipe_s .rcpdl1 dd p {
	/* padding-right: 10px; */
	line-height: 175%;
}

#recipe_s h4.rsh4b {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	padding: 20px 10px;
	background: #CCCC00;
}

#recipe_s h4.rsh4b span {
	color: #FFFFFF;
}

#recipe_s h4.rsh4n {
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}

#recipe_s .rcpdl2 {
	margin-top: 30px;
	margin-bottom: 50px;
}

#recipe_s .rcpdl2 dt,
#recipe_s .rcpdl2 dd {
	border-top: 1px solid #CCCC00;
}

#recipe_s .rcpdl2 dt:nth-of-type(1),
#recipe_s .rcpdl2 dd:nth-of-type(1) {
	border-top: 1px solid transparent;
	color: #CCCC00;
}

#recipe_s .rcpdl2 dd:nth-of-type(1) span {
	display: block;
	width: 5rem;
	float: right;
	text-align: right;
}

#recipe_s .rcpdl3 {
	text-align: center;
}

#recipe_s .rcpdl3 dt {
	color: #CCCC00;
	font-size: 24px;
	margin: 60px 0px 25px 0px;
	padding: 0px 10px;
}

#recipe_s .rcpdl3 dd {
	font-size: 15px;
	line-height: 200%;
	padding: 0px 10px;
}

#recipe_s .rcpdl3 dd p {
	margin: 5px 0px 30px 0px;
}

#recipe_s .rcpdl3 dd p span {
	color: #3399cc;
}

#recipe_s img.rcpimgf {
	margin: 100px auto 70px auto;
}

#recipe_s button.close {
	border-left: 1px solid #C3C3C3;
	border-right: 1px solid transparent;
	border-top: 1px solid #C3C3C3;
	border-bottom: 1px solid transparent;
	background-color: #FFFFFF;
	color: #222222;
	font-size: 15px;
	text-align: center;
	width: 65px;
	height: 65px;
	display: block;
	position: absolute;
	bottom: 1px;
	right: 1px;
}

#nf404 div {
	margin: 40px auto;
	text-align: center;
}

#nf404 blockquote {
	margin: 20px;
	padding: 20px;
	border: 1px dotted #999900;
	background: rgba(240, 240, 0, 0.25);
	border-radius: 7px 7px 7px 7px; -webkit-border-radius: 7px 7px 7px 7px; -moz-border-radius: 7px 7px 7px 7px; 
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* pc */
@media all and (min-width: 769px) {
	h2 {
		line-height: 80px;
	}

	article {
		padding: 0px 20px;
	}
	
	#work h3 {
		margin-top: 50px;
		line-height: 50px;
	}
	
	#work dl {
		padding-left: 10px;
	}
	
	#work dt {
	
	}
	
	#work dd {
		margin-bottom: 30px;
	}
	
	#work dd img {
		zoom: 0.5;
		display: block;
		margin: 30px auto 0px 20px;
	}
	
	#inquiry dl {
		margin-top: 10px;
	}
	
	#inquiry dt {
		margin: 20px 0px 10px 0px;
	}
	
	#inquiry input[type="text"],
	#inquiry input[type="mail"] {
		width: 50%;
	}
	
	#inquiry textarea {
		width: 75%;
		height: 150px;
	}
	
	#profile dt {
		height: 40px;
		line-height: 40px;
		padding-left :80px;
		}
		
	#profile dd {
		height: 40px;
		line-height: 40px;
		padding-left: 95px;
	}
	
	#production dt {
		padding: 10px 50px 0px 50px;
	}
	
	#production dd {
		padding: 10px 50px 20px 50px;
	}
	
	#pickupchef form input {
		width: 16rem;
		float: right;
		margin-top: -50px;
	}
	
	#pickupchef dl {
		width: 100%;
		height: 270px;
		margin-bottom: 40px;
		background-size: auto 270px;
		background-repeat: no-repeat;
	}
	
	#pickupchef dt,
	#pickupchef dd {
		padding-left: calc(50% + 50px);
	}
	
	#recipe form select {
		float: right;
		margin-top: -50px;
	}
	
	#recipe_s {
		margin: 30px 50px 0px 50px;
	}
	
	#recipe_s h3 {
		line-height: 32px;
	}
	
	#recipe_s h3 span {
		display: block;
	}
	
	#recipe_s img {
		zoom: 0.5;
	}
	
	#recipe_s .rcpdl1 {
		width: 860px;
		padding: 20px;
	}
	
	#recipe_s .rcpdl1 dt:nth-of-type(1) {
		width: 550px;
		height: 359px;
		float: left;
	}
	
	#recipe_s .rcpdl1 dd:nth-of-type(1) {
		width: calc(900px - 20px - 550px - 30px - 20px);
		padding-left: 30px;
		height: 359px;
		float: left;
	}

	#recipe_s .rcpdl1:nth-of-type(1) dd:nth-of-type(1) {
		font-size: 24px;
		font-weight: 500;
		line-height: 30px;
		position: relative;
	}

	#recipe_s .rcpdl1:nth-of-type(1) dd:nth-of-type(1) p {
		margin: 0;
		position: absolute;
		top: calc(50% - 25px);
		transform: translate(0, -50%);
	}
	
	#recipe_s .rcpdl2 dt {
		width: 280px;
		float: left;
	}
	
	#recipe_s .rcpdl2 dd {
		width: calc(900px - 20px - 280px - 5px - 2px);
		float: left;
	}
	
	#recipe_s .rcpdl2 dt {
		margin: 0px;
		padding: 4px 0px 4px 20px;
	}
	
	#recipe_s .rcpdl2 dd {
		margin: 0px;
		padding: 4px 5px 4px 0px;
	}
	
	#recipe_s .rcpdl4 {
		padding: 50px 100px 0px 100px;
	}
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* sp */
@media all and (max-width: 768px) {
	h2 {
		margin-top: 20px;
		line-height: 115%;
	}
	
	input,
	select,
	textarea {
		padding: 5px;
		font-size: 16px;
	}

	article {
		padding: 0px 10px;
	}
	
	#work dl {
		padding-left: 10px;
	}
	
	#work dt {
	
	}
	
	#work dd {
		margin-bottom: 30px;
	}
	
	#work dd img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 10px 0px 0px 0px;
	}
	
	#inquiry dl {
		margin-top: 10px;
	}
	
	#inquiry dt {
		margin: 20px 0px 10px 0px;
	}
	
	#inquiry input[type="text"],
	#inquiry input[type="mail"] {
		width: calc(100% - 10px);
	}
	
	#inquiry textarea {
		width: calc(100% - 10px);
		height: 150px;
	}
	
	#profile dt {
		height: 20px;
		padding: 10px 0px 10px 10px;
	}
		
	#profile dd {
		height: 20px;
		padding: 10px 0px 10px 25px;
	}
	
	#production dt {
		padding: 10px 10px 0px 10px;
	}
	
	#production dd {
		padding: 10px 10px 20px 10px;
	}
	
	#pickupchef form {
		text-align: center;
	}
	
	#pickupchef form input {
		width: 85%;
		margin: 0px auto 40px auto;
	}
	
	#pickupchef dl {
		width: 100%;
		margin-bottom: 40px;
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	
	#pickupchef dt {
		padding-top: 56.25%;
	}
	
	
	#recipediv dl {
		width: 290px;
		height: 380px;
	}
	
	#recipediv dt,
	#recipediv dd {
		display: block;
		width: 290px;
	}
	
	#recipediv dt {
		height: 290px;
	}
	
	#recipediv dt a {
		width: 290px;
		height: 290px;
		}
	
	
	#recipe form {
		text-align: center;
	}
	
	#recipe form select {
		margin: 0px auto 40px auto;
	}
	
	#recipe_s {
		margin: 30px 5px 0px 5px;
	}
	
	#recipe_s h3 {
		margin-bottom: 10px;
		/* height: 40px; */
	}
	
	#recipe_s img {
		max-width: 100%;
		height :auto;
	}
	
	#recipe_s h4.rsh4b span {
		display: block;
		margin-bottom: 4px;
	}
	
	#recipe_s .rcpdl1 {
		
	}
	
	#recipe_s .rcpdl1 dt:nth-of-type(1) {
		width: 100%;
		height: 0px;
		padding-top: 60%;
	}
	
	#recipe_s .rcpdl1 dd {
		padding: 0px 10px 30px 10px;
	}
	
	#recipe_s .rcpdl1:nth-of-type(1) dd:nth-of-type(1) p {
		font-weight: bold;
		text-align: center;
	}
	
	#recipe_s .rcpdl2 dt {
		margin: 0px;
		background: #DDDD00;
		padding: 4px 10px 4px 10px;
	}
	
	#recipe_s .rcpdl2 dd {
		margin: 0px;
		padding: 4px 10px 4px 30px;
	}
	
	#recipe_s .rcpdl2 dt:nth-of-type(1) {
		background: transparent;
		width: calc(50% - 20px);
		float: left;
	}
	
	#recipe_s .rcpdl2 dd:nth-of-type(1) {
		width: calc(50% - 40px);
		float: left;
	}
	
	#recipe_s .rcpdl2 dt:nth-of-type(2) {
		clear: both;
	}
	
	#recipe_s .rcpdl2 .isspct1 {
		height: 5px;
		background: #FFFFFF;
		border-top: 1px solid transparent;
	}
	
	#recipe_s .rcpdl2 .isspcd1 {
		display: none;
	}
	
	#recipe_s .rcpdl4 {
		padding: 0px 20px 40px 20px;
	}
}
