#wrapper {
	min-width: 1400px;
}

.session-plan h2 {
	font-size: 3rem;
}
.session-plan .mainvisual {
	height: 500px;
	margin-bottom: 150px;
	background: url("../img/session/plan/index_pic_mainvisual01.jpg") center 0 no-repeat;
	background-size: cover;
	z-index: 1;
}
.session-plan .mainvisual h2 {
	position: absolute;
	left: 70px;
	bottom: 70px;
	font-size: 4rem;
	line-height: 1.3;
	letter-spacing: 0.7rem;
	z-index: 1;
}
.session-plan .s-describe {
	margin-bottom: 150px;
}
.session-plan .s-describe h2 {
	margin-bottom: 10px;
}
.session-plan .s-describe img {
	width: 180px;
}
.session-plan__entryflow {
	width: 1200px;
	margin: 0 auto 200px;
}
.session-plan__entryflow h2, .session-plan__entryflow h3 {
	font-size: 3rem;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.session-plan__entryflow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.session-plan__entryflow ul li {
	position: relative;
	width: 21%;
	border: dashed 2px #000;
	background-color: #fff;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.session-plan__entryflow ul li::after {
	position: absolute;
	content: "";
	display: block;
	width: 20px;
	height: 25px;
	background: url("../img/session/plan/entry_icon_arrow01.svg") 0 0 no-repeat;
	background-size: 20px 25px;
	top: 50%;
	right: -45px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
.session-plan__entryflow ul li:last-child::after {
	display: none;
}
.session-plan .s-plan__entry {
	margin-top: 80px;
	text-align: center;
}
.session-plan .s-trial {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 200px;
}
.session-plan .s-trial__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 45px;
}
.session-plan .s-trial__box__left {
	width: 700px;
}
.session-plan .s-trial__box__left__title {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}
.session-plan .s-trial__box__left__recommend {
	width: 270px;
	height: 40px;
	border: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.session-plan .s-trial__box__left__recommend img {
	width: 30px;
	margin-right: 10px;
}
.session-plan .s-trial__box__left ul {
	list-style-type: disc;
	margin-left: 30px;
}
.session-plan .s-trial__box__right {
	background: url("../img/session/plan/vegetable2.jpeg") center center no-repeat;
	background-size: cover;
	width: 447px;
	position: relative;
}
.session-plan .s-trial__box__right:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	height: 90%;
	border: 1px solid #fff;
	z-index: 2;
}
.session-plan .s-trial__box__right__inner {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
}
.session-plan .s-trial__box__right__inner p {
	font-size: 3.2rem;
}
.session-plan .s-trial__box__right__inner small {
	font-size: 1.8rem;
}
.session-plan .s-trial__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.session-plan .s-trial__list__item {
	width: 280px;
	background-color: #FAFAFA;
}
.session-plan .s-trial__list__item:not(:last-of-type) {
	margin-right: 26.67px;
}
.session-plan .s-trial__list__item img {
	margin-top: 15px;
}
.session-plan .s-trial__list__item:nth-of-type(1) img {
	width: 110px;
}
.session-plan .s-trial__list__item:nth-of-type(2) img {
	width: 100px;
	margin-bottom: 10px;
}
.session-plan .s-trial__list__item:nth-of-type(3) img {
	width: 90px;
	margin-top: 45px;
	margin-bottom: 10px;
}
.session-plan .s-trial__list__item:nth-of-type(4) img {
	width: 110px;
	margin-top: 25px;
}
.session-plan .s-world {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 200px;
}
.session-plan .s-world__title {
	width: 700px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.session-plan .s-world__title__level {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: bottom;
	text-align: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.session-plan .s-world__title__level p {
	color: #fff;
	background-color: #000;
	margin-bottom: 0;
	width: 62px;
	height: 26px;
}
.session-plan .s-world__title__level p:not(:last-of-type) {
	margin-right: 8px;
}
.session-plan .s-world__recommend {
	width: 270px;
	height: 40px;
	border: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.session-plan .s-world__recommend img {
	width: 30px;
	margin-right: 10px;
}
.session-plan .s-world ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 45px;
}
.session-plan .s-world__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.session-plan .s-world__list__item {
	width: 280px;
	text-align: center;
}
.session-plan .s-world__list__item:not(:last-of-type) {
	margin-right: 26.67px;
}
.session-plan .s-world__list__item__name {
	margin-top: 8px;
	margin-bottom: 0;
	padding: 10px 0;
	border: 1px solid #000;
}
.session-plan .s-world__list__item__name + p {
	font-size: 2.1rem;
	margin-bottom: 0;
	line-height: 1.3;
}
.session-plan .s-world__list__item small {
	font-size: 1.6rem;
	line-height: 1.3;
}
.session-plan .s-shop {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 200px;
}
.session-plan .s-shop__title {
	width: 700px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.session-plan .s-shop__title__level {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: bottom;
	text-align: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.session-plan .s-shop__title__level p {
	color: #fff;
	background-color: #000;
	margin-bottom: 0;
	width: 62px;
	height: 26px;
}
.session-plan .s-shop__title__level p:not(:last-of-type) {
	margin-right: 8px;
}
.session-plan .s-shop__title__level p.gray {
	background-color: #C9C9C9;
}
.session-plan .s-shop__recommend {
	width: 270px;
	height: 40px;
	border: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.session-plan .s-shop__recommend img {
	width: 30px;
	margin-right: 10px;
}
.session-plan .s-shop ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 45px;
}
.session-plan .s-shop__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.session-plan .s-shop__list__item {
	width: 280px;
	text-align: center;
}
.session-plan .s-shop__list__item:not(:last-of-type) {
	margin-right: 26.67px;
}
.session-plan .s-shop__list__item__name {
	margin-top: 8px;
	margin-bottom: 0;
	height: 60px;
	vertical-align: middle;
	border: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.session-plan .s-shop__list__item__name + p {
	font-size: 2.1rem;
	margin-bottom: 0;
	line-height: 1.3;
}
.session-plan .s-shop__list__item small {
	font-size: 1.6rem;
	line-height: 1.3;
}
.session-plan .s-request {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 200px;
}
.session-plan .s-request__title {
	width: 700px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.session-plan .s-request__title__level {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	vertical-align: bottom;
	text-align: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.session-plan .s-request__title__level p {
	color: #fff;
	background-color: #000;
	margin-bottom: 0;
	width: 62px;
	height: 26px;
}
.session-plan .s-request__title__level p:not(:last-of-type) {
	margin-right: 8px;
}
.session-plan .s-request__title__level p.gray {
	background-color: #C9C9C9;
}
.session-plan .s-request__recommend {
	width: 270px;
	height: 40px;
	border: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.session-plan .s-request__recommend img {
	width: 30px;
	margin-right: 10px;
}
.session-plan .s-request ul {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 45px;
}
.session-plan .s-request__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.session-plan .s-request__list__item {
	width: 280px;
	text-align: center;
}
.session-plan .s-request__list__item:first-of-type {
	margin-bottom: 40px;
}
.session-plan .s-request__list__item:not(:nth-of-type(4)) {
	margin-right: 26.67px;
}
.session-plan .s-request__list__item__name {
	margin-top: 8px;
	margin-bottom: 0;
	vertical-align: middle;
	border: 1px solid #000;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
}
.session-plan .s-request__list__item__name + p {
	font-size: 2.1rem;
	margin-bottom: 0;
	line-height: 1.3;
}
.session-plan .s-request__list__item__name p {
	margin-bottom: 0;
}
.session-plan .s-request__list__item__name p.sm {
	font-size: 1.6rem;
}
.session-plan .s-request__list__item small {
	font-size: 1.6rem;
	line-height: 1.3;
}
.session-plan .s-material {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 200px;
}
.session-plan .s-material__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 45px;
}
.session-plan .s-material__box__left {
	width: 700px;
}
.session-plan .s-material__box__left__title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
.session-plan .s-material__box__left__recommend {
	width: 270px;
	height: 40px;
	border: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.session-plan .s-material__box__left__recommend img {
	width: 30px;
	margin-right: 10px;
}
.session-plan .s-material__box__left ul {
	list-style-type: disc;
	margin-left: 30px;
}
.session-plan .s-material__box__right {
	background: url("../img/session/plan/vegetable.jpeg") center center no-repeat;
	background-size: cover;
	width: 447px;
	position: relative;
}
.session-plan .s-material__box__right:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	height: 90%;
	border: 1px solid #fff;
	z-index: 2;
}
.session-plan .s-material__box__right__inner {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.session-plan .s-material__box__right__inner p {
	font-size: 3.2rem;
	margin-bottom: 0;
}
.session-plan .s-material__box__right__inner small {
	font-size: 1.8rem;
}
.session-plan .s-material__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.session-plan .s-material__list__item {
	width: 280px;
	background-color: #FAFAFA;
}
.session-plan .s-material__list__item:nth-child(n+1):nth-child(-n+4) {
	margin-bottom: 30px;
}
.session-plan .s-material__list__item:not(:nth-of-type(4n)) {
	margin-right: 26.67px;
}
.session-plan .s-material__list__item img {
	margin-top: 15px;
	width: 100px;
}
.session-plan .s-ordermade {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 200px;
}
.session-plan .s-ordermade__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
	margin-bottom: 45px;
}
.session-plan .s-ordermade__box__left {
	width: 700px;
}
.session-plan .s-ordermade__box__left__title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
.session-plan .s-ordermade__box__left__recommend {
	width: 270px;
	height: 40px;
	border: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.session-plan .s-ordermade__box__left__recommend img {
	width: 30px;
	margin-right: 10px;
}
.session-plan .s-ordermade__box__left ul {
	list-style-type: disc;
	margin-left: 30px;
}
.session-plan .s-ordermade__box__right {
	background: url("../img/session/plan/cutlery.jpeg") center 100% no-repeat;
	background-size: cover;
	width: 447px;
	position: relative;
}
.session-plan .s-ordermade__box__right:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	height: 90%;
	border: 1px solid #fff;
	z-index: 2;
}
.session-plan .s-ordermade__box__right__inner {
	width: 90%;
	text-align: center;
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -35%);
	transform: translate(-50%, -35%);
	color: #fff;
}
.session-plan .s-ordermade__box__right__inner p {
	line-height: 1.3;
	font-size: 2rem;
	margin-bottom: 0;
}
.session-plan .s-ordermade__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.session-plan .s-ordermade__list__item {
	width: 280px;
	background-color: #FAFAFA;
}
.session-plan .s-ordermade__list__item:nth-child(n+1):nth-child(-n+4) {
	margin-bottom: 30px;
}
.session-plan .s-ordermade__list__item:not(:nth-of-type(4n)) {
	margin-right: 26.67px;
}
.session-plan .s-ordermade__list__item img {
	margin-top: 15px;
	width: 100px;
}
.session-plan .s-buttons {
	width: 100%;
	background-color: #FAFAFA;
	margin-bottom: 200px;
}
.session-plan .s-buttons__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.session-plan .s-buttons__list a {
	margin-top: 95px;
	margin-bottom: 95px;
	display: block;
	width: 290px;
	height: 70px;
	color: #fff;
	background-color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	font-size: 1.7rem;
}
.session-plan .s-buttons__list a:nth-of-type(2) {
	margin-left: 125px;
}
.session-plan--form {
	width: 750px;
	margin: 150px auto;
}
.session-plan--form h2 {
	font-size: 1.8rem;
	margin-bottom: 100px;
}
.session-plan--form h2 img {
	margin-bottom: 15px;
}
.session-plan--form .session-plan__entryflow {
	width: 100%;
	margin-bottom: 100px;
}
.session-plan--form .session-plan__entryflow h3 {
	font-size: 2.4rem;
}
.session-plan--form .session-plan__entryflow ul li::after {
	width: 16px;
	height: 19px;
	background: url("../img/session/plan/entry_icon_arrow01.svg") 0 0 no-repeat;
	background-size: 16px 19px;
	top: 50%;
	right: -31px;
}
.session-plan-form__caution {
	margin: 100px 0;
	color: #fa3a3a;
	font-size: 1.8rem;
}
p.session-plan-form__caution--black {
	color: #000;
}
ul.session-plan-form__caution {
	text-align: left;
}
ul.session-plan-form__caution li {
	text-indent: -1em;
	padding-left: 1em;
}
.session-plan__entryplan {
	font-weight: 700;
	font-size: 1.8rem;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #000;
}
.session-plan__entryplan::before {
	content: "■ ";
}
.session-plan .chefs-form_elem {
	text-align: left;
	margin: 0 0 15px;
}
.session-plan .chefs-form_elem--plan {
	margin-bottom: 40px;
}
.session-plan .chefs-form_elem--plan .indent1 {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}
.session-plan .chefs-form_elem mark {
	color: #fa3a3a;
	font-weight: 400;
}
.session-plan .chefs-form_elem .chefs-form_elem_title {
	margin: 0 0 10px;
}
.session-plan input[type=text], .session-plan input[type=tel], .session-plan input[type=email], select, textarea {
	font-size: 2rem;
	width: 100%;
	margin: 0 0 10px;
	padding: 8px;
	border: solid 1px #c6c6c6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	box-shadow: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.session-plan span.wpcf7-list-item {
	margin: 0;
}
.session-plan .wpcf7-form-control-wrap {
	display: block;
}
.session-plan span.wpcf7-list-item {
	position: relative;
	width: 100%;
}
.session-plan input[type="radio"], .session-plan input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}
.session-plan .wpcf7-list-item-label {
	cursor: pointer;
}
.session-plan .wpcf7-list-item-label:before {
	content: '';
	background: #f2f2f2;
	border-radius: 100%;
	border: 1px solid #ccc;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: -0.2em;
	margin-right: 14px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.session-plan input[type="checkbox"] + .wpcf7-list-item-label:before {
	border-radius: 30%;
}
.session-plan input[type="radio"]:checked + .wpcf7-list-item-label:before, .session-plan input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
	background-color: #000;
	box-shadow: inset 0 0 0 4px #FFF;
}
@media screen and (max-width: 960px) {
	#wrapper {
		min-width: 100%;
	}
	.session-plan h2 {
	font-size: 2rem;
}
	.session-plan .mainvisual {
		height: 300px;
		margin-bottom: 50px;
		background-size: cover;
	}
	.session-plan .mainvisual h2 {
		width: auto;
		left: 15px;
		bottom: 30px;
	}
	.session-plan .mainvisual h2 img {
		width: auto;
		height: 7vw;
	}
	.session-plan .s-describe {
		margin-bottom: 100px;
	}
	
	
	
	
	
	.session-plan__entryflow {
		width: 100%;
		margin-bottom: 100px;
	}
	.session-plan__entryflow h2, .session-plan__entryflow h3 {
		font-size: 2rem;
		line-height: 1.3;
	}
	.session-plan__entryflow ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.session-plan__entryflow ul li {
		width: 20%;
		padding: 15px 10px;
		box-sizing: border-box;
		border: dashed 1px #000;
	}
	.session-plan__entryflow ul li:nth-of-type(2) {
		width: 19%
	}
	.session-plan__entryflow ul li:nth-of-type(4) {
		width: 25%
	}
	.session-plan__entryflow ul li::after {
		position: absolute;
		content: "";
		display: block;
		width: 12%;
		height: 18%;
		background: url("../img/session/plan/entry_icon_arrow01.svg") 0 0 no-repeat;
		background-size: 100% 100%;
		top: 50%;
		right: -22%;
	}
	.session-plan__entryflow ul li:last-child::after {
		display: none;
	}
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	.session-plan .s-plan__entry {
		margin-top: 50px;
	}
	.session-plan .s-trial {
		width: 100%;
		margin-bottom: 100px;
	}
	.session-plan .s-trial__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.session-plan .s-trial__box__left {
		width: 100%;
		margin-bottom: 30px;
	}
	.session-plan .s-trial__box__right {
		background-position: 0 80%;
		width: 100%;
		height: 210px;
	}
	.session-plan .s-trial__box__right__inner p {
		font-size: 2.6rem;
	}
	.session-plan .s-trial__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.session-plan .s-trial__list__item {
		width: calc(50% - 13px);
	}
	.session-plan .s-trial__list__item:not(:last-of-type) {
		margin-right: 0;
	}
	.session-plan .s-trial__list__item:nth-of-type(2n+1) {
		margin-right: 26px;
	}
	.session-plan .s-trial__list__item:nth-of-type(n+1):nth-of-type(-n+2) {
		margin-bottom: 25px;
	}
	.session-plan .s-world {
		width: 100%;
		margin-bottom: 100px;
	}
	.session-plan .s-world__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100%;
	}
	.session-plan .s-world__title h2 {
		margin-bottom: 10px;
	}
	.session-plan .s-world__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.session-plan .s-world__box__left {
		width: 100%;
		margin-bottom: 30px;
	}
	.session-plan .s-world__box__right {
		background-position: 0 80%;
		width: 100%;
		height: 210px;
	}
	.session-plan .s-world__box__right__inner p {
		font-size: 2.6rem;
	}
	.session-plan .s-world__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.session-plan .s-world__list__item {
		width: calc(50% - 13px);
	}
	.session-plan .s-world__list__item:not(:last-of-type) {
		margin-right: 0;
	}
	.session-plan .s-world__list__item:nth-of-type(2n+1) {
		margin-right: 26px;
	}
	.session-plan .s-world__list__item:nth-of-type(n+1):nth-of-type(-n+2) {
		margin-bottom: 25px;
	}
	.session-plan .s-shop {
		width: 100%;
		margin-bottom: 100px;
	}
	.session-plan .s-shop__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100%;
	}
	.session-plan .s-shop__title h2 {
		margin-bottom: 10px;
	}
	.session-plan .s-shop__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.session-plan .s-shop__box__left {
		width: 100%;
		margin-bottom: 30px;
	}
	.session-plan .s-shop__box__right {
		background-position: 0 80%;
		width: 100%;
		height: 210px;
	}
	.session-plan .s-shop__box__right__inner p {
		font-size: 2.6rem;
	}
	.session-plan .s-shop__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.session-plan .s-shop__list__item {
		width: calc(50% - 13px);
	}
	.session-plan .s-shop__list__item:not(:last-of-type) {
		margin-right: 0;
	}
	.session-plan .s-shop__list__item:nth-of-type(2n+1) {
		margin-right: 26px;
	}
	.session-plan .s-shop__list__item:nth-of-type(n+1):nth-of-type(-n+2) {
		margin-bottom: 25px;
	}
	.session-plan .s-shop__list__item__name {
		line-height: 1.2;
	}
	.session-plan .s-request {
		width: 100%;
		margin-bottom: 100px;
	}
	.session-plan .s-request__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100%;
	}
	.session-plan .s-request__title h2 {
		margin-bottom: 10px;
	}
	.session-plan .s-request__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.session-plan .s-request__box__left {
		width: 100%;
		margin-bottom: 30px;
	}
	.session-plan .s-request__box__right {
		background-position: 0 80%;
		width: 100%;
		height: 210px;
	}
	.session-plan .s-request__box__right__inner p {
		font-size: 2.6rem;
	}
	.session-plan .s-request__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.session-plan .s-request__list__item {
		width: calc(50% - 13px);
	}
	.session-plan .s-request__list__item:not(:nth-of-type(4)) {
		margin-right: 0;
	}
	.session-plan .s-request__list__item:nth-of-type(2n+1) {
		margin-right: 26px;
	}
	.session-plan .s-request__list__item:nth-of-type(n+1):nth-of-type(-n+4) {
		margin-bottom: 25px;
	}
	.session-plan .s-request__list__item__name {
		line-height: 1.2;
	}
	.session-plan .s-material {
		width: 100%;
		margin-bottom: 100px;
	}
	.session-plan .s-material__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.session-plan .s-material__box__left {
		width: 100%;
		margin-bottom: 30px;
	}
	.session-plan .s-material__box__right {
		background-position: 0 80%;
		width: 100%;
		height: 210px;
	}
	.session-plan .s-material__box__right__inner p {
		font-size: 2.6rem;
	}
	.session-plan .s-material__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.session-plan .s-material__list__item {
		width: calc(50% - 13px);
	}
	.session-plan .s-material__list__item:not(:last-of-type) {
		margin-right: 0;
	}
	.session-plan .s-material__list__item:nth-of-type(2n+1) {
		margin-right: 26px;
	}
	.session-plan .s-material__list__item:nth-child(n+1):nth-child(-n+6) {
		margin-bottom: 25px;
	}
	.session-plan .s-ordermade {
		width: 100%;
		margin-bottom: 100px;
	}
	.session-plan .s-ordermade__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.session-plan .s-ordermade__box__left {
		width: 100%;
		margin-bottom: 30px;
	}
	.session-plan .s-ordermade__box__right {
		background-position: 0 80%;
		width: 100%;
		height: 210px;
	}
	.session-plan .s-ordermade__box__right__inner {
		text-align: left;
		left: 7%;
		-webkit-transform: translate(0%, -35%);
		transform: translate(0%, -35%);
	}
	.session-plan .s-ordermade__box__right__inner p {
		font-size: 1.6rem;
	}
	.session-plan .s-buttons {
		width: calc(100% + 30px);
		margin: 0 -15px 140px;
		position: relative;
	}
	.session-plan .s-buttons:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100vw - 17px);
		height: 260px;
		background-color: #FAFAFA;
		z-index: -1
	}
	.session-plan .s-buttons__list a {
		width: 275px;
	}
	.session-plan .s-buttons__list a:nth-of-type(2) {
		margin-left: 35px;
	}
	.session-plan--form {
		width: 100%;
		margin: 50px 0 100px;
	}
	.session-plan--form h2 {
		font-size: 1.2rem;
		margin-bottom: 40px;
	}
	.session-plan--form h2 img {
		width: 327px;
		height: auto;
		margin-bottom: 10px;
	}

	
	.session-plan--form .session-plan__entryflow h3 {
		font-size: 1.6rem;

	}
		.session-plan--form .session-plan__entryflow ul li::after {
		width: 12%;
		height: 18%;
		background: url("../img/session/plan/entry_icon_arrow01.svg") 0 0 no-repeat;
		background-size: 100% 100%;
		top: 50%;
		right: -22%;
}
	
	.session-plan-form__caution {
		margin: 50px 0;
		font-size: 1.6rem;
	}
	.session-plan__entryplan {
		font-size: 1.6rem;
	}
	.session-plan .chefs-form_elem--plan {
		margin-bottom: 30px;
	}
	.session-plan .chefs-form_elem .chefs-form_elem_title {
		margin: 0 0 10px;
	}
	.session-plan .wpcf7-list-item-label:before {
		content: '';
		background: #f2f2f2;
		border-radius: 100%;
		border: 1px solid #ccc;
		display: inline-block;
		width: 18px;
		height: 18px;
		position: relative;
		top: -0.2em;
		margin-right: 14px;
		vertical-align: middle;
		cursor: pointer;
		text-align: center;
		-webkit-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	.session-plan input[type="checkbox"] + .wpcf7-list-item-label:before {
		border-radius: 30%;
	}
	.session-plan input[type="radio"]:checked + .wpcf7-list-item-label:before, .session-plan input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
		background-color: #000;
		box-shadow: inset 0 0 0 4px #FFF;
	}
	.session-plan--form {
		margin-top: 50px;
	}
	.session-plan .chefs-form {
		width: auto;
		margin: 0 auto;
	}
	.session-plan .chefs-form__form_col {
		margin: 0 0 30px;
		padding: 0;
	}
	.session-plan input[type=text], .session-plan input[type=tel], .session-plan input[type=email], select, textarea {
		font-size: 1.6rem !important;
		padding: 5px !important;
	}
	.session-plan .wpcf7-list-item-label {
		text-indent: -2.5em;
		padding: 0 0 0 2.5em;
		display: block;
	}
	.session-plan .buttonEasing01 input[type=submit] {
		height: 50px;
	}
}
/*# sourceMappingURL=session-plan.css.map */