@charset "UTF-8";
/* CSS Document */
#wrapper {
	min-width: 1350px;
}
/* ------------------------------------------
chef *form
------------------------------------------ */
.chefs-form .mainvisual {
	height: 500px;
	margin-bottom: 150px;
	background: url("../img/chef/form_pic_mainvisual01.jpg") center center no-repeat;
	background-size: cover;
	z-index: 1;
}
.chefs-form .mainvisual h2 {
	position: absolute;
	left: 70px;
	bottom: 70px;
}
.chefs-form section h2 {
	margin-bottom: 70px;
}
/* chef_regi */
.chefs-form .f-form {
	width: 750px;
	margin: 150px auto;
}
.chefs-form .f-form h2 {
	font-size: 1.8rem;
	margin-bottom: 50px;
}
.chefs-form .f-form h2 img {
	margin-bottom: 15px;
}
.chefs-form .p-country-name {
	display: none;
}
.chefs-form input[type="text"], .chefs-form input[type="password"], .chefs-form input[type="email"], .chefs-form input[type="tel"], .chefs-form button, .chefs-form textarea {
	-webkit-appearance: none;
	box-sizing: border-box;
	-webkite-box-sizing: border-box;
	background-color: #FFF;
}
.chefs-form input:focus, .chefs-form select:focus, .chefs-form textarea:focus {
	background: #f8f8f8;
}
.chefs-form button {
	font-size: 1.8rem;
	font-weight: 700;
	border: 1px solid #000;
	background-color: #000;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.chefs-form button:hover {
	cursor: pointer;
}
.chefs-form button:visited, button:focus, button:active {
	outline: 0;
}
::-webkit-input-placeholder {
	color: #999; /* WebKit, Blink, Edge */
}
:-ms-input-placeholder {
	color: #999; /* Internet Explorer 10-11 */
}
::placeholder {
	color: #999; /* Others */
}
.chefs-form input[type="text"], .chefs-form input[type="email"], input[type="password"], select, textarea {
	font-size: 2.0rem;
	width: 100%;
	margin: 0 0 10px;
	padding: 8px;
	border: solid 1px #c6c6c6;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	outline: none;
	box-shadow: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.chefs-form select {
background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
}

.chefs-form .input__zip {
	font-size: 2.0rem;
}
.chefs-form .input__zip input[type="text"] {
	width: 4em;
	margin: 0 10px 10px 0;
}
.chefs-form .input__zip input[type="text"]:last-of-type {
	width: 5em;
	margin: 0 0 10px 10px;
}
.chefs-form .member__code input[type="text"], .chefs-form .member__pass input[type="text"] {
	width: 12em;
}
.chefs-form select {
	width: 320px;
}
.chefs-form select::-ms-expand {
	display: none;
}
.chefs-form select + span.arrow {
	position: relative;
	display: block;
	top: -30px;
}
.chefs-form select + span.arrow:after {
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.chefs-form textarea {
	font-size: 2.4rem;
	resize: none;
}
.chefs-form textarea.textarea__pr {
	height: 15em;
}
.chefs-form textarea.textarea__recommend {
	height: 5em;
}
.chefs-form .f-form__form_col {
	text-align: left;
	width: 750px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.chefs-form .f-form__form_col1 {
	width: 750px;
	margin: 0 0 60px;
}
.chefs-form .f-form__form_col1.end {
	margin: 0 0 30px;
}
.chefs-form .f-form__form_col2 {
	width: 370px;
	margin: 0 0 60px;
}
.chefs-form .f-form__form_col__inner {
	padding: 20px;
	background: #f5f5f5;
}
.chefs-form .f-form__form_headline {
	overflow: hidden;
}
.chefs-form .f-form__form_headline span.item {
	font-size: 2.2rem;
	margin: 0 5px 0 0;
}
.chefs-form .f-form__form_headline span.item small {
	font-size: 1.6rem;
	margin: 0 5px 0 0;
}
.chefs-form .f-form__form_headline span.req {
	color: #eb3636;
	font-size: 1.6rem;
}
.chefs-form .f-form__form_headline span.multi {
	font-size: 1.4rem;
	float: right;
	position: relative;
	top: 8px;
}
.chefs-form .f-form__form_headline span.note {
	font-size: 1.4rem;
	margin: 0 0 0 1em;
}
.chefs-form .f-form__form_checklist {
	overflow: hidden;
}
.chefs-form .f-form__form_checklist li {
	font-size: 1.6rem;
	float: left;
	width: 25%;
	margin: 0 0 10px;
}
.chefs-form .f-form__form_use_checklist li {
	width: 33.333%;
}
.chefs-form .f-form__form_checklist li input[type="checkbox"] {
	display: none;
}
.chefs-form .f-form__form_checklist li input[type="checkbox"] + span {
	padding-left: 25px;
	position: relative;
}
.chefs-form .f-form__form_checklist li input[type="checkbox"] + span:hover {
	cursor: pointer;
}
.chefs-form .f-form__form_checklist li input[type="checkbox"] + span:before {
	content: "";
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.chefs-form .f-form__form_checklist li input[type="checkbox"]:checked + span:after {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
}
/* login */
.chefs-form .f-line {
	width: 750px;
	margin: 150px auto ;
}
.chefs-form--login .f-line {
	width: 750px;
	margin: -20px auto 150px;
}
.chefs-form .f-line h2 {
	text-align: left;
}
.chefs-form .f-line p {
	font-size: 1.8rem;
	text-align: left;
	margin-bottom: 60px;
}
.chefs-form .f-line p strong {
	position: relative;
	display: inline-block;
	border: 1px solid #000;
	padding: 10px 20px 10px 80px;
	margin: 20px 0;
	font-size: 2.6rem;
	line-height: 38px;
}
.chefs-form .f-line p strong::before {
	position: absolute;
	display: block;
	content: "";
	width: 38px;
	height: 38px;
	background: url("../img/common_icon_present01.svg") no-repeat;
	background-size: 38px 38px;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
	#wrapper {
		min-width: 100%;
	}
	/* ------------------------------------------
chef *form
------------------------------------------ */
	.chefs-form .mainvisual {
		height: 400px;
		margin-bottom: 50px;
		background: url("../img/chef/form_pic_mainvisual01.jpg") center center no-repeat;
		background-size: cover;
	}
	.chefs-form .mainvisual h2 {
		width: auto;
		left: 15px;
		bottom: 20px;
	}
	.chefs-form .mainvisual h2 img {
		width: auto;
		height: 10vw;
	}
	.chefs-form .f-form {
		width: 100%;
		margin: 50px 0;
	}
	.chefs-form .f-form h2 {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.chefs-form .f-form h2 img {
		width: 62px;
		margin-bottom: 10px;
	}
	.chefs-form--contact .f-form h2 img {
		width: 100px;
	}
	.chefs-form .member__code input[type="text"], .chefs-form .member__pass input[type="text"] {
		width: 100%;
	}
	.chefs-form select {
		width: 100%;
	}
	.chefs-form textarea {
		font-size: 1.4rem;
		width: calc(100% - 16px);
	}
	.chefs-form textarea.textarea__pr {
		height: 15em;
	}
	.chefs-form textarea.textarea__recommend {
		height: 5em;
	}
	.chefs-form button {
		font-size: 1.6rem;
		width: 80%;
		height: 50px;
	}
	.chefs-form .f-form__form_col {
		width: auto;
	}
	.chefs-form .f-form__form_col1 {
		width: 100%;
		margin: 0 0 20px;
	}
	.chefs-form .f-form__form_col1.end {
		margin: 0 0 15px;
	}
	.chefs-form .f-form__form_col2 {
		width: 49%;
		margin: 0 0 30px;
	}
	.chefs-form .f-form__form_col__inner {
		padding: 15px 20px;
		background: #f5f5f5;
	}
	.chefs-form .f-form__form_headline span.item {
		font-size: 1.4rem;
		font-feature-settings: "palt";
	}
	.chefs-form .f-form__form_headline span.req {
		color: #eb3636;
		font-size: 1.2rem;
	}
	.chefs-form .f-form__form_headline span.multi {
		font-size: 1.1rem;
		float: none;
		position: static;
		display: block;
	}
	.chefs-form .f-form__form_headline span.note {
		font-size: 1.1rem;
		margin: 0 0 10px;
		display: block;
	}
	.chefs-form input[type="text"], .chefs-form input[type="password"], .chefs-form input[type="email"], select {
		font-size: 1.4rem !important;
		padding: 5px !important;
	}
	.chefs-form .f-form__form_checklist li {
		font-size: 1.4rem;
		width: 50%;
		margin: 0 0 20px;
	}
	.chefs-form .f-form__form_use_checklist li {
		font-size: 1.4rem;
		width: 50%;
		margin: 0 0 20px;
	}
	.chefs-form .f-form__form_checklist li input[type="checkbox"] + span {
		display: block;
	}
	.chefs-form .f-form__form_checklist li input[type="checkbox"] + span:before {
		top: 3px;
	}
	.chefs-form .f-form__form_checklist li input[type="checkbox"]:checked + span:after {
		top: -1px;
	}
	/* login */
	.chefs-form .f-line {
		width: 100%;
		margin: 70px auto;
	}
	.chefs-form--login .f-line {
		width: 100%;
		margin: 0 auto 50px;
	}
	.chefs-form .f-line h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.chefs-form .f-line h2 img {
		width: 100%;
		max-width: 337px;
	}
	.chefs-form .f-line p {
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	.chefs-form .f-line p strong {
		padding: 8px 25px 8px 65px;
		margin: 20px 0;
		font-size: 2rem;
		line-height: 1.5;
	}
	.chefs-form .f-line p strong::before {
		width: 30px;
		height: 30px;
		background: url("../img/common_icon_present01.svg") no-repeat;
		background-size: 30px 30px;
		top: 50%;
		left: 20px;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
	}
}