﻿@charset "UTF-8";

/*　■ 共通
============================================ */
.notes {
	font-size: 12px;
}

body footer {
	margin-top: 0 !important;
}

.contain {
	max-width: 950px;
	padding-top: 0;
	text-align: center;
}

section {
	text-align: center;
}

.read_txt {
	margin: 0 0 20px;
	color: #4A340A;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.read_notes {
	margin-bottom: 30px;
}

.title03 {
	display: inline-block;
	margin: 0 0 40px;
	color: #4A340A;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	position: relative;
}

	.title03 > span {
		background: linear-gradient(transparent 70%, #F7ECC4 70%);
		line-height: 1.3;
	}

	.title03::before,
	.title03::after {
		background: #4A340A;
		height: 100%;
		width: 2px;
		content: "";
		position: absolute;
		top: 50%;
	}

	.title03::before {
		transform: rotate(-20deg)translateY(-50%);
		left: -10px;
	}

	.title03::after {
		transform: rotate(20deg)translateY(-50%);
		right: -10px;
	}

	.title03 span span:not(.txt_red) {
		color: #BC5137;
		font-size: 30px;
	}

.page_nav02 .title03 {
	margin: 0 0 20px;
}

	.page_nav02 .title03::before,
	.page_nav02 .title03::after {
		display: none;
	}

/* メインビジュアル
------------------------------------------- */
.mv_area {
	background: #FAF2EC;
	margin: 0 0 50px;
}

	.mv_area .txt_wrap * {
		text-align: center;
	}

	.mv_area .txt_wrap {
		width: 100%;
		padding: 0 15px 40px;
		margin-top: -10px;
		position: relative;
		z-index: 2;
	}

		.mv_area .txt_wrap h2 {
			margin: 0 0 10px;
			color: #BC5137;
			font-size: 26px;
		}

			.mv_area .txt_wrap h2 span {
				display: block;
				font-size: 18px;
				line-height: 1;
			}

		.mv_area .txt_wrap .txt {
			color: #4A340A;
			font-size: 16px;
			font-weight: bold;
		}

/* point_area
------------------------------------------- */
.point_area {
	max-width: 1000px;
	padding: 0 15px;
	margin: 0 auto 50px;
	text-align: center;
}

	.point_area .item:not(:last-of-type) {
		margin-bottom: 50px;
	}

	.point_area .txt_wrap {
		margin: 0 0 20px;
	}

	.point_area .item .title_area {
		display: flex;
		align-items: flex-start;
		padding-bottom: 15px;
		margin-bottom: 20px;
		color: #BC5137;
		font-weight: bold;
		position: relative;
	}

	.point_area .title_area::before,
	.point_area .title_area::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.point_area .title_area::before {
		border-bottom: 1px solid #ccc;
		width: 100%;
	}

	.point_area .title_area::after {
		border-bottom: 1px solid #BC5137;
		width: 75px;
		left: 0;
	}

	.point_area .item .title_area span {
		font-size: 16px;
		line-height: 1.3;
		font-weight: 500;
	}

	.point_area .item .title_area .number {
		flex-shrink: 0;
		margin: -7px 5px 0 0;
		font-size: 50px;
		line-height: 1;
	}

	.point_area .item .photo {
		padding: 0 0 10px 10px;
	}

		.point_area .item .photo img {
			box-shadow: -10px 10px #BC5137;
		}

	.point_area .point_txt {
		border: 1px solid #BC5137;
		border-radius: 10px;
		padding: 20px 15px;
		color: #4A340A;
		font-size: 23px;
		text-align: center;
		font-weight: bold;
		position: relative;
	}

		.point_area .point_txt::after {
			content: "";
			background: url(../img/business/seminar/bg_01.png) no-repeat right center/contain;
			width: 200px;
			height: 315.78px;
			position: absolute;
			transform: translateY(-50%);
			top: 70%;
			right: -40px;
			z-index: -1;
		}

		.point_area .point_txt span {
			font-size: 20px;
		}

			.point_area .point_txt span strong {
				font-size: 38px;
				line-height: 1;
			}

/* option_area
------------------------------------------- */
.option_area {
	background: #FCF8F5;
	padding: 30px 20px;
	position: relative;
}

	.option_area::before,
	.option_area::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
	}

	.option_area::before {
		border-width: 40px 40px 0 0;
		border-color: #fff transparent transparent transparent;
		top: 0;
		left: 0;
	}

	.option_area::after {
		border-width: 0 0 40px 40px;
		border-color: transparent transparent #fff transparent;
		bottom: 0;
		right: 0;
	}

	.option_area .flex_box .txt_wrap {
		margin: 0 0 20px;
	}

		.option_area .flex_box .txt_wrap p {
			margin: 0 0 10px;
			color: #4A340A;
			font-size: 22px;
			font-weight: bold;
		}

			.option_area .flex_box .txt_wrap p.txt {
				font-size: 16px;
				margin: 0;
			}


/* ダウンロードエリア
------------------------------------------- */
.dl_area {
	background: url(../img/business/dl_bg.jpg) no-repeat center/cover;
	padding: 40px 15px;
}

	.dl_area > p {
		margin: 0 0 20px;
		color: #fff;
		font-size: 22px;
		text-align: center;
		font-weight: bold;
	}

	.dl_area .dl_box {
		background: #fff;
		border-radius: 10px;
		max-width: 737px;
		width: 100%;
		padding: 30px 20px;
		margin: 0 auto;
		position: relative;
	}

		.dl_area .dl_box::before {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 25px 25px 0 25px;
			border-color: #432f0a transparent transparent transparent;
			position: absolute;
			transform: translateX(-50%);
			top: -1px;
			left: 50%;
		}

		.dl_area .dl_box .txt {
			flex-shrink: 0;
			margin: 0 0 15px;
			color: #4A340A;
			font-size: 18px;
			font-weight: bold;
		}

		.dl_area .dl_box .flex_box ul {
			display: flex;
			justify-content: space-between;
			flex: 1;
		}

			.dl_area .dl_box .flex_box ul.lesson_kiyaku {
				width: 100%;
				display: block;
			}

			.dl_area .dl_box .flex_box ul li {
				background: #BC5137;
				border-radius: 5px;
				width: 48%;
				padding: 10px 0;
				text-align: center;
			}

			.dl_area .dl_box .flex_box ul.lesson_kiyaku li {
				width: 100%;
			}

			.dl_area .dl_box .flex_box ul li * {
				color: #fff;
				text-align: center;
				font-weight: bold;
			}

			.dl_area .dl_box .flex_box ul li a {
				display: block;
			}

			.dl_area .dl_box .flex_box ul p {
				margin: 0 0 5px;
			}

			.dl_area .dl_box .flex_box ul li span {
				display: block;
				font-size: 12px;
			}

.dl_list {
	max-width: 558px;
	width: 100%;
	margin: 0 auto;
}

	.dl_list li {
		text-align: center;
	}

		.dl_list li:first-child {
			margin: 0 0 15px;
		}

		.dl_list li a {
			background: #BC5137;
			border-radius: 5px;
			display: flex;
			align-items: center;
			justify-content: center;
			height: 66px;
			color: #fff;
			font-weight: bold;
			line-height: 1.2;
		}

		.dl_list li .icon {
			flex-shrink: 0;
			margin-right: 10px;
		}

		.dl_list li span {
			display: block;
			background: #fff;
			border-radius: 10px;
			margin: 5px 0 0;
			color: #BC5137;
			font-size: 12px;
			text-align: center;
		}

		.dl_list li > p {
			display: inline-block;
			margin: 0 0 5px;
			color: #4A340A;
			text-align: center;
			font-weight: bold;
			position: relative;
		}

			.dl_list li > p::before,
			.dl_list li > p::after {
				background: #4A340A;
				height: 100%;
				width: 1px;
				content: "";
				position: absolute;
				top: 50%;
			}

			.dl_list li > p::before {
				transform: rotate(-15deg)translateY(-50%);
				left: -5px;
			}

			.dl_list li > p::after {
				transform: rotate(15deg)translateY(-50%);
				right: -5px;
			}

.dl_area.lesson .dl_box::before {
	content: none;
}

.dl_area.lesson .dl_list p::before,
.dl_area.lesson .dl_list p::after {
	content: none;
}

.dl_area.lesson .dl_list li ul {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

	.dl_area.lesson .dl_list li ul li {
		margin: 0;
		width: 50%;
	}

		.dl_area.lesson .dl_list li ul li:first-child a {
			height: 100%;
			padding: 10px;
			flex-direction: column;
		}

		.dl_area.lesson .dl_list li ul li:first-child .icon {
			margin: 0 auto 10px;
		}


		.dl_area.lesson .dl_list li ul li:first-child a p {
			text-align: center;
		}


.dl_area.lesson .dl_list li:last-child li:last-child a {
	flex-direction: column;
	gap: 5px;
	padding: 10px;
	height: auto;
}

	.dl_area.lesson .dl_list li:last-child li:last-child a span {
		background: none;
		color: #fff;
	}

.btn_list {
	margin: 20px 0 0;
}

	.btn_list li {
		border: 1px solid #4A340A;
		border-radius: 5px;
		text-align: center;
		position: relative;
	}

		.btn_list li:not(:last-child) {
			margin: 0 0 10px;
		}

		.btn_list li a {
			display: block;
			padding: 10px;
			font-weight: bold;
			text-align: center;
		}

			.btn_list li a::after {
				content: "";
				vertical-align: middle;
				width: 6px;
				height: 6px;
				border-top: 1px solid #4A340A;
				border-right: 1px solid #4A340A;
				-webkit-transform: rotate(45deg)translateX(-50%);
				transform: rotate(45deg)translateX(-50%);
				position: absolute;
				top: 50%;
				right: 10px;
			}


/*　■ 企業・団体さまへ
============================================ */
.box {
	margin: 0 0 20px;
}

	.box:last-of-type {
		margin-bottom: 50px;
	}

.txt_area {
	background: rgba(250, 242, 236, .9);
	color: #000;
	width: 100%;
	padding: 30px 15px;
}

.box:nth-of-type(odd) .txt_area {
	background: rgba(188, 81, 55, 0.9);
	color: #fff;
}

.box span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.box h2 {
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 1;
	text-align: center;
}

.box:nth-of-type(even) .txt_area span,
.box:nth-of-type(even) .txt_area h2 {
	color: #BC5137;
}

.box .txt {
	margin: 0 0 20px;
}

.box .btn {
	background: #4A340A;
	border: none;
	max-width: 260px;
	width: 100%;
	font-size: 16px;
}

.box:nth-of-type(even) .btn {
	background: #BC5137;
}

.box .btn a::after {
	width: 8px;
	height: 8px;
	right: 60px;
}

/*　■ 団体貸切レッスン
============================================ */
/* ページ内　アンカーリンク
------------------------------------------- */
.page_nav {
	background: #F2DECE;
	padding: 30px 0;
}

	.page_nav ul {
		max-width: 730px;
		margin: -10px auto 0;
	}

	.page_nav li.btn.sm {
		background: #4A340A;
		border: none;
		margin: 10px auto 0;
		border-radius: 5px;
	}

		.page_nav li.btn.sm a {
			font-size: 16px;
		}

	.page_nav li.btn a::after {
		border-top: none;
		border-bottom: 1px solid #fff;
		top: 47%;
	}

/* 使用例
------------------------------------------- */
#area01 {
	background: #FAF2EC;
}

	#area01 .item {
		background: #fff;
		padding: 30px 15px;
	}

		#area01 .item:not(:last-of-type) {
			margin: 0 0 40px;
		}

	#area01 .photo {
		margin: -30px 0 0;
	}

	#area01 .title_area {
		background: rgba(188, 81, 55, 0.9);
		padding: 10px 15px;
		margin: -20px 0 20px;
		width: 265px;
		position: relative;
		z-index: 2;
	}

		#area01 .title_area p {
			color: #fff;
			font-size: 20px;
			font-weight: bold;
			line-height: 1.3;
		}

		#area01 .title_area .case_number {
			margin: 0 0 5px;
			color: #E1B1A5;
			font-size: 30px;
			line-height: 1;
		}

	#area01 .icon {
		display: inline-block;
		background: url(../img/business/lesson/icon_check.png) no-repeat center right/46px;
		padding: 10px 30px 10px 0;
		margin: 10px 0 0;
		color: #BC5137;
		font-size: 18px;
		font-weight: bold;
		position: relative;
	}

		#area01 .icon::before {
			content: "";
			background: #BC5137;
			width: 14px;
			height: 1px;
			position: absolute;
			transform: translateY(-50%);
			top: 50%;
			left: -15px;
		}

	#area01 .txt {
		color: #4A340A;
		font-weight: bold;
		margin-top: -10px;
	}

	#area01 .txt_wrap > p:not(.btn) {
		margin-bottom: 20px;
	}

	#area01 .txt_wrap p.btn {
		background: #4A340A;
		border: none;
		max-width: 260px;
		width: 100%;
		font-size: 16px;
	}

/* メニュー
------------------------------------------- */
.business_menu_box .menu_wrap {
	width: 80%;
	margin: 0 auto 40px;
}

	.business_menu_box .menu_wrap > li:not(:last-child) {
		margin-bottom: 30px;
	}

	.business_menu_box .menu_wrap li.family_menu {
		background-color: #FFE4DE;
		border: 1px solid #C2614B;
		padding: 15px;
		border-radius: 25px;
	}

.business_menu_box .title_txt {
	border-bottom: 4px solid #BC5137;
	padding-bottom: 10px;
	margin: 10px 0;
	color: #BC5137;
	font-size: 18px;
	font-weight: bold;
}

.business_menu_box .menu_wrap li.family_menu .title_txt .tag {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	background-color: #B71A12;
	padding: 4px;
	margin-top: 10px;
}

.business_menu_box .menu_wrap.slide {
	width: 90%;
}

	.business_menu_box .menu_wrap.slide > li {
		background-color: #F7EDEA;
		border-left: 3px solid #C1624B;
		border-bottom: 3px solid #C1624B;
	}

		.business_menu_box .menu_wrap.slide > li:not(:last-child) {
			margin-bottom: 30px;
		}

	.business_menu_box .menu_wrap.slide li .txt_box {
		padding: 20px 25px;
	}

	.business_menu_box .menu_wrap.slide li .photo_slide {
		margin-bottom: 0;
	}

.photo_slide .slick-dots {
	bottom: 10px;
}

	.photo_slide .slick-dots li button {
		background-color: #F4D3CB;
		border: 2px solid #A7A7A7;
		border-radius: 50%;
	}

		.photo_slide .slick-dots li button:before {
			content: none;
		}

	.photo_slide .slick-dots li.slick-active button {
		background-color: #BC5036;
	}

.business_menu_box .menu_wrap.slide li .txt_box h4 {
	color: #C1624B;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}

.business_menu_box .kome {
	text-align: right;
	font-size: 12px;
	margin-bottom: 1em;
}

.business_menu_box .indent_list {
	font-size: 14px;
}

.business_menu_box dl {
	border-top: 1px dashed #ccc;
	width: 100%;
	margin: 0 0 10px;
}

	.business_menu_box dl dt {
		padding: 15px 0 5px;
		color: #BC5137;
		font-size: 18px;
		font-weight: bold;
	}

		.business_menu_box dl dt span {
			display: inline-block;
			margin-right: 5px;
			line-height: 1;
			vertical-align: middle;
		}

	.business_menu_box dl dd {
		padding: 0 0 15px;
		border-bottom: 1px dashed #ccc;
	}

		.business_menu_box dl dd .fee {
			display: table;
			margin: 0 0 10px;
			color: #4A340A;
			font-weight: bold;
			font-size: 18px;
			line-height: 1.3;
		}

			.business_menu_box dl dd .fee strong {
				font-size: 28px;
				position: relative;
			}
			.business_menu_box dl dd .fee.fee_kome strong::before {
				position: absolute;
				content: "※";
				font-size: 12px;
				top: 0px;
				right: -12px;
			}

			.business_menu_box dl dd .fee span {
				display: table-cell;
				vertical-align: middle;
				font-size: 14px;
			}

			.business_menu_box dl dd .fee small {
				font-size: 12px;
			}

		.business_menu_box dl dd p:not(.fee) span {
			color: #4A340A;
			font-weight: bold;
		}

		.business_menu_box dl dd .timetable {
			width: 100%;
			max-width: 100%;
			font-size: 13px;
		}

			.business_menu_box dl dd .timetable th {
				color: #744106;
				font-weight: 600;
				text-align: center;
				background-color: #F7EDEA;
				border-bottom: 1px solid #ccc;
				border-right: 1px solid #ccc;
				border-left: 1px solid #ccc;
				padding: 30px 0;
				width: 35%;
			}

			.business_menu_box dl dd .timetable tr:first-child th,
			.business_menu_box dl dd .timetable tr:first-child td {
				border-top: 1px solid #ccc;
			}

			.business_menu_box dl dd .timetable td {
				text-align: center;
				background-color: #FFFBFA;
				border-bottom: 1px solid #ccc;
				border-right: 1px solid #ccc;
				padding: 30px 0;
			}

.option_area table {
	border: 1px solid #ccc;
	border-bottom: none;
	width: 100%;
}

	.option_area table th,
	.option_area table td {
		border-bottom: 1px solid #ccc;
		padding: 15px;
	}

	.option_area table th {
		background: #F5E7E1;
		color: #4A340A;
		vertical-align: middle;
		border-right: 1px solid #ccc;
	}

		.option_area table th.center {
			text-align: center;
		}

	.option_area table td {
		text-align: center;
	}

		.option_area table td .indent_list li::before {
			content: "●";
			font-size: 10px;
			display: inline-block;
			text-indent: 0;
			position: relative;
			top: -1px;
		}

	.option_area table .notes {
		font-size: 11px;
	}


/* 設備・スタッフ
------------------------------------------- */
#area03 {
	background: #FAF2EC;
}

	#area03 ul {
		width: 80%;
		margin: 0 auto;
	}

		#area03 ul li:not(:last-child) {
			margin-bottom: 40px;
		}

	#area03 .photo {
		margin: 0 0 20px;
	}

	#area03 ul li > span {
		display: block;
		margin: 0 0 5px;
		color: #BC5137;
		text-align: center;
		font-size: 14px;
	}

	#area03 .title_txt {
		display: table;
		margin: 0 0 20px;
		width: 100%;
		color: #BC5137;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
	}

		#area03 .title_txt span {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}

/*　■ プロモーション
============================================ */
.sec01 {
	background: #FAF2EC;
}

/* ページ内　アンカーリンク
------------------------------------------- */
.page_nav02 {
	max-width: 950px;
	width: 100%;
	padding: 0 15px 40px;
	margin: 0 auto;
}

	.page_nav02 .flex_box {
		border: 2px solid #4A340A;
		border-radius: 10px;
		padding: 0 20px;
	}

		.page_nav02 .flex_box > div {
			padding: 30px 0;
			text-align: center;
		}

			.page_nav02 .flex_box > div:nth-of-type(1) {
				border-bottom: 2px solid #4A340A;
			}

			.page_nav02 .flex_box > div > span {
				display: block;
				color: #4A340A;
				font-size: 18px;
				text-align: center;
				font-weight: bold;
				line-height: 1;
			}

		.page_nav02 .flex_box .btn {
			display: table;
			border: none;
			width: 100%;
			height: 60px;
			font-size: 16px;
		}

		.page_nav02 .flex_box > div:nth-of-type(2) .btn {
			background: #4A340A;
		}

		.page_nav02 .flex_box .btn:not(:last-child) {
			margin: 0 0 10px;
		}

		.page_nav02 .flex_box .btn a {
			display: table-cell;
			vertical-align: middle;
			height: 100%;
			padding: 0 15px;
		}

			.page_nav02 .flex_box .btn a::after {
				width: 8px;
				height: 8px;
				border-top: none;
				border-bottom: 1px solid #fff;
				top: 47%;
			}

/* タイトル */
.title_bg {
	padding: 25px 15px;
	margin: 0 0 40px;
	width: 100%;
}

	.title_bg .box_area {
		display: table;
		border: 1px double rgba(255, 255, 255, 0.9);
		padding: 1px;
		margin: 0 auto;
		width: auto;
		height: 100px;
	}

		.title_bg .box_area h3 {
			background: rgba(255, 255, 255, 0.9);
			display: table-cell;
			vertical-align: middle;
			padding: 20px;
			height: 100%;
			color: #BC5137;
			font-size: 20px;
			text-align: center;
			line-height: 1.2;
		}

			.title_bg .box_area h3 span {
				display: block;
				color: #4A340A;
				font-size: 13px;
				text-align: center;
				font-weight: 500;
			}

#promo_area01 .title_bg {
	background: url(../img/business/promotion/title_bg01.jpg) no-repeat center top/cover;
}

#promo_area02 .title_bg {
	background: url(../img/business/promotion/title_bg02.jpg) no-repeat center top/cover;
}

#promo_area03 .title_bg {
	background: url(../img/business/promotion/title_bg03.jpg) no-repeat center top/cover;
}

#promo_area04 .title_bg {
	background: url(../img/business/promotion/title_bg04.jpg) no-repeat center top/cover;
}

#promo_area05 .title_bg {
	background: url(../img/business/promotion/title_bg05.jpg) no-repeat center top/cover;
}

#promo_area06 .title_bg {
	background: url(../img/business/promotion/title_bg06.jpg) no-repeat center top/cover;
}

.detail {
	margin: 0 0 30px;
}

	.detail .txt_wrap {
		margin: 0 0 20px;
	}

	.detail p.title_txt {
		margin: 0 0 10px;
		color: #BC5137;
		font-size: 18px;
		font-weight: bold;
	}

	.detail .photo {
		text-align: center;
	}

ul.list {
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

	ul.list > li {
		padding: 20px 20px 0;
		position: relative;
		z-index: 2;
	}

		ul.list > li .bg {
			background: #FAF2EC;
			border-radius: 30px 30px 15px 15px;
			padding: 15px 20px;
			min-height: 200px;
			height: 100%;
		}

		ul.list > li::before,
		ul.list > li::after {
			border-radius: 10px 10px 0 0;
			content: "";
			background: #FAF2EC;
			position: absolute;
			z-index: -1;
		}

		ul.list > li::before {
			width: 55px;
			height: 50px;
			transform: translateX(-50%);
			top: 0;
			left: 50%;
		}

	ul.list > ::after {
		width: 100%;
		height: 19px;
		top: 75px;
		left: 0;
	}

	ul.list > li:not(:last-child) {
		margin: 0 0 20px;
	}

	ul.list > li .title_txt {
		margin: 0 0 5px;
		color: #BC5137;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}

.sec01 ul.list > li .bg,
.sec01 ul.list > li::before,
.sec01 ul.list > li::after {
	background: #fff;
}

.title_lesson {
	background: #FAE3D2;
	padding: 5px 0;
	color: #BC5137;
	font-size: 18px;
	text-align: center;
}

.area01_box {
	background: #fff;
	padding: 30px;
}

	.area01_box > div {
		margin: 0 0 30px;
	}

.client {
	border-bottom: 1px dashed #4A340A;
	padding: 0 0 5px;
	margin: 0 0 10px;
	color: #4A340A;
	font-size: 18px;
	font-weight: bold;
}

	.client span {
		display: inline-block;
		position: relative;
	}

	.client small {
		width: 2em;
		font-size: 10px;
		position: absolute;
		transform: scale(0.8)translateX(-50%);
		top: -10px;
		left: 50%;
	}

.area01_box .btn {
	font-size: 14px;
	width: 100%;
}

.area01_box .photo {
	padding: 0 10px 10px 0;
	margin: 0 0 15px;
}

	.area01_box .photo img {
		box-shadow: 10px 10px #BC5137;
	}

#promo_area02 .detail .photo {
	margin-top: -15px;
}

#promo_area06 .flex_box {
	margin: 0 0 30px;
}

	#promo_area06 .flex_box li:first-child {
		margin: 0 0 20px;
	}

#promo_area06 h4 {
	border-bottom: 4px solid #BC5137;
	padding: 0 0 5px;
	margin: 0 0 10px;
	color: #BC5137;
	font-size: 20px;
}

.bg_box {
	background: #F7ECC4;
	padding: 30px 10px;
	text-align: center;
}

	.bg_box p {
		display: inline-block;
		padding: 0 40px;
		color: #4A340A;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		position: relative;
	}

		.bg_box p::before,
		.bg_box p::after {
			content: "";
			position: absolute;
			transform: translateY(-50%);
			top: 50%;
		}

		.bg_box p::before {
			background: url(../img/business/promotion/illust_01.png) no-repeat center/contain;
			width: 36.5px;
			height: 96px;
			left: 0;
		}

		.bg_box p::after {
			background: url(../img/business/promotion/illust_02.png) no-repeat center/contain;
			width: 46.5px;
			height: 102.5px;
			right: 0;
		}


/*　■ 出張食セミナー
============================================ */
#seminar_area01 {
	background: #FAF2EC;
	position: relative;
}

	#seminar_area01::before,
	#seminar_area01::after {
		content: "";
		width: 100%;
		height: 75px;
		position: absolute;
		left: 0;
	}

	#seminar_area01::before {
		background: url(../img/business/seminar/bg_02.png) no-repeat top left/75px, url(../img/business/seminar/bg_03.png) no-repeat top right/75px;
		top: 0;
	}

	#seminar_area01::after {
		background: url(../img/business/seminar/bg_02.png) no-repeat top left/75px, url(../img/business/seminar/bg_03.png) no-repeat top right/75px;
		bottom: 0;
		transform: scale(-1);
		z-index: 1;
		z-index: 0;
	}

	#seminar_area01 .pict_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		margin: -25px auto 0 auto;
		color: #4A340A;
		font-size: 14px;
		font-weight: bold;
		position: relative;
		z-index: 2;
	}

		#seminar_area01 .pict_list li {
			width: 49%;
			margin-top: 25px;
			text-align: center;
		}

			#seminar_area01 .pict_list li p {
				margin-top: 5px;
				text-align: center;
			}

		#seminar_area01 .pict_list img {
			width: 130px;
		}


#seminar_area02 .detail > li {
	border: 4px solid #FAF2EC;
	border-radius: 10px;
	padding: 7px 10px 10px;
}

	#seminar_area02 .detail > li:not(:last-child) {
		margin-bottom: 20px;
	}

#seminar_area02 .detail p:not(.notes) {
	border-bottom: 4px solid #FAF2EC;
	padding: 0 0 5px;
	margin: 0 0 10px;
	color: #BC5137;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

#seminar_area02 .detail > li li::before {
	content: "●";
	font-size: 10px;
	display: inline-block;
	text-indent: 0;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

#seminar_area02 .detail .notes {
	font-size: 11px;
}

#seminar_area02 .detail sup {
	font-size: 10px;
	vertical-align: text-top;
}

#seminar_area02 .fee {
	display: table;
	margin: 0 auto;
	width: auto;
	color: #4A340A;
	font-size: 6vw;
	text-align: center;
	font-weight: bold;
	position: relative;
}

	#seminar_area02 .fee span {
		display: table-cell;
		vertical-align: middle;
		width: 15vw;
		padding-right: 5px;
	}

	#seminar_area02 .fee strong {
		font-size: 12vw;
	}

	#seminar_area02 .fee small {
		font-size: 3vw;
	}

	#seminar_area02 .fee + p.notes {
		text-align: center;
	}

/* クッキングゲーム */
.cooking_game {
	background-color: #F7EDEA;
	padding: 30px 20px;
	margin: 35px 0 70px;
}

	.cooking_game:last-of-type {
		margin-bottom: 0;
	}

	.cooking_game:first-of-type {
		padding-bottom: 0;
	}

	.cooking_game .txt h3 {
		color: #C1624B;
		font-size: 18px;
		font-weight: 700;
		border-bottom: 4px solid;
		padding-bottom: 10px;
		margin-bottom: 20px;
		line-height: 1.5;
	}

	.cooking_game .txt p {
		margin-bottom: 12px;
	}

	.cooking_game .txt .tag {
		margin-bottom: 25px;
	}

		.cooking_game .txt .tag li {
			display: inline-block;
			background-color: #fff;
			color: #292929;
			padding: 8px 10px;
			line-height: 1;
			margin-right: 12px;
		}

	.cooking_game .txt .more_link {
		color: #BC5037;
		font-size: 13px;
		font-weight: 800;
		background-color: #fff;
		border: 1px solid;
		padding: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 30px;
	}

		.cooking_game .txt .more_link span::after {
			content: '';
			display: inline-block;
			width: 6px;
			height: 6px;
			border-top: 2px solid;
			border-right: 2px solid;
			transform: rotate(45deg);
			margin-left: 10px;
		}

	.cooking_game .txt .download_link {
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		background-color: #BC5037;
		border-radius: 6px;
		padding: 10px 20px;
		line-height: 1.3;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 80%;
		margin: 0 auto 40px;
	}

		.cooking_game .txt .download_link span {
			display: inline-block;
			margin-right: 15px;
		}

	.cooking_game .inner_flex {
		margin-bottom: 25px;
	}

.whats_game {
	background-color: #fff;
	border: 3px solid #C1614B;
	padding: 20px;
	border-radius: 16px;
	box-shadow: 5px 5px 0 rgba(119, 59, 59, .2);
	max-width: 95%;
	margin: auto;
}

	.whats_game h4 {
		color: #C1624B;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 20px;
	}

	.whats_game p {
		margin-bottom: 20px;
	}

/* 人材育成研修 */
.training_box {
	max-width: 650px;
	margin: 0 auto 30px;
}

	.training_box h3 {
		color: #C1624B;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.3;
		border-bottom: 4px solid;
		margin: 20px auto 15px;
		padding-bottom: 10px;
	}

.training_feature {
	margin-bottom: 40px;
}

	.training_feature h3 {
		color: #C1624B;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.3;
		text-align: center;
		margin-bottom: 25px;
	}

.feature_list li {
	border: 3px solid #C1614B;
	background-color: #fff;
	border-radius: 16px;
	padding: 25px;
	box-shadow: 8px -8px 0 #F7EDEA;
	margin: 0 auto 25px;
	max-width: 95%;
	position: relative;
}

	.feature_list li::before {
		content: '';
		display: inline-block;
		width: 60px;
		height: 54px;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		position: absolute;
		top: -10px;
		left: -16px;
	}

	.feature_list li:nth-child(1)::before {
		background-image: url(../img/business/lesson/training_icon_01.png);
	}

	.feature_list li:nth-child(2)::before {
		background-image: url(../img/business/lesson/training_icon_02.png);
	}

	.feature_list li:nth-child(3)::before {
		background-image: url(../img/business/lesson/training_icon_03.png);
	}

	.feature_list li .title {
		color: #C1624B;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 15px;
	}


/* オンラインレッスン */
.online_lesson_box {
	padding: 0;
	position: relative;
}

	.online_lesson_box .container {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		color: #fff;
	}

		.online_lesson_box .container p {
			font-size: 12px;
			/* font-size: 30px; */
			font-weight: 700;
			text-align: center;
		}

		.online_lesson_box .container h3 {
			font-size: 23px;
			/* font-size: 65px; */
			font-weight: 700;
			text-align: center;
		}

		.online_lesson_box .container a {
			display: flex;
			justify-content: center;
			align-items: center;
			/* margin: 50px auto 0;
	width: 400px;
	height: 70px; */
			margin: 10px auto 0;
			width: 230px;
			height: 45px;
			background-color: #fff;
			border: 1px solid;
			/* font-size: 25px; */
			font-size: 15px;
			position: relative;
		}

			.online_lesson_box .container a::after {
				content: '';
				display: inline-block;
				width: 12px;
				height: 12px;
				border-top: 1px solid;
				border-right: 1px solid;
				transform: translateY(-50%) rotate(45deg);
				position: absolute;
				top: 50%;
				right: 30px;
			}
.notes.fs14{
	font-size: 14px;
}

/*　■ スクロール追従ボタン
============================================ */
.float{
	position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 999;
	width: 100%;
}
.float a{
	background: #BC5137;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
	font-size: 13px;
}
.float a .icon{
	flex-shrink: 0;
    margin-right: 10px;
}


/* ====================================================================
		PC breakpoint 〜768px
==================================================================== */
@media screen and (min-width: 768px) {

	/*　■ 共通
	============================================ */
	.notes {
		font-size: 14px;
	}

	.read_txt {
		margin: 0 0 40px;
		font-size: 18px;
	}

	.read_notes {
		margin-bottom: 50px;
		display: inline-block;
	}

	.title03 {
		font-size: 28px;
		text-align: center;
	}

		.title03 > span {
			display: inline;
		}

		.title03::before,
		.title03::after {
			height: 40px;
			top: auto;
			bottom: 0;
		}

		.title03::before {
			transform: rotate(-30deg);
			left: -20px;
		}

		.title03::after {
			transform: rotate(30deg);
			right: -20px;
		}

		.title03 span span:not(.txt_red) {
			font-size: 40px;
		}


	/* メインビジュアル
	------------------------------------------- */
	.mv_area .txt_wrap {
		padding: 0 15px 50px;
		margin-top: -20px;
	}

		.mv_area .txt_wrap h2 {
			margin: 0 0 20px;
			font-size: 30px;
		}

			.mv_area .txt_wrap h2 span {
				display: block;
				font-size: 20px;
				line-height: 1;
			}

		.mv_area .txt_wrap .txt {
			font-size: 18px;
		}

	/* point_area
	------------------------------------------- */
	.point_area .item {
		display: flex;
		font-size: 18px;
	}

	.point_area .title_area {
		padding-bottom: 15px;
		margin-bottom: 20px;
	}

		.point_area .title_area::before {
			border-bottom: 1px solid #ccc;
			width: calc(100% + 15px);
			right: -15px;
		}

	.point_area .item:nth-of-type(2) .title_area::before {
		left: -15px;
		right: auto;
	}

	.point_area .title_area::after {
		border-bottom: 1px solid #BC5137;
		width: 75px;
		left: 0;
	}

	.point_area .item:nth-of-type(2) .title_area::after {
		left: -15px;
	}

	.point_area .item .title_area span {
		font-size: 22px;
	}

	.point_area .item .title_area .number {
		margin: -7px 10px 0 0;
		font-size: 68px;
	}

	.point_area .item .photo {
		width: 53%;
		flex-shrink: 0;
		margin: 0 0 0 15px;
	}

	.point_area .item:nth-of-type(2) .txt_wrap {
		order: 2
	}

	.point_area .item:nth-of-type(2) .photo {
		order: 1;
		margin: 0 15px 0 0;
	}

	/* option_area
	-------------------------------------------  */
	.option_area {
		padding: 40px;
	}

		.option_area::before {
			border-width: 60px 60px 0 0;
		}

		.option_area::after {
			border-width: 0 0 60px 60px;
		}

		.option_area .flex_box {
			display: flex;
			align-items: center;
		}

			.option_area .flex_box .txt_wrap {
				margin: 0 20px 0 0;
			}

				.option_area .flex_box .txt_wrap p {
					font-size: 28px;
				}

					.option_area .flex_box .txt_wrap p.txt {
						font-size: 18px;
					}

			.option_area .flex_box .photo {
				width: 45%;
				flex-shrink: 0;
				margin-left: auto;
			}

	.point_area .point_txt {
		padding: 30px 20px;
		font-size: 28px;
	}

		.point_area .point_txt::after {
			width: 292.56px;
			height: 315.78px;
			position: absolute;
			transform: translateY(-50%);
			top: 60%;
			right: 0;
		}

		.point_area .point_txt span {
			font-size: 28px;
		}

			.point_area .point_txt span strong {
				font-size: 56px;
			}

	/* ダウンロードエリア
	------------------------------------------- */
	.dl_area {
		padding: 40px 15px;
	}

		.dl_area.lesson .dl_box {
			max-width: 750px;
		}

		.dl_area > p {
			margin: 0 0 30px;
			font-size: 28px;
		}

		.dl_area .dl_box {
			padding: 40px 40px 30px;
		}

			.dl_area .dl_box .flex_box {
				display: flex;
				align-items: center;
			}

			.dl_area .dl_box .txt {
				font-size: 20px;
				margin: 0 20px 0 0;
			}

	.dl_list {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

		.dl_list li {
			width: 49%;
			margin: 0 !important;
		}

			.dl_list li a {
				display: flex;
				align-items: center;
				color: #fff;
				font-weight: bold;
			}

			.dl_list li span {
				display: block;
				background: #fff;
				border-radius: 10px;
				color: #BC5137;
				font-size: 12px;
				text-align: center;
			}

	.dl_area.lesson .dl_list {
		max-width: none;
		align-items: center;
		justify-content: space-between;
	}

		.dl_area.lesson .dl_list > li:first-child {
			width: 40%;
		}

			.dl_area.lesson .dl_list > li:first-child p {
				text-align: left;
			}

		.dl_area.lesson .dl_list > li:last-child {
			width: 60%;
		}

		.dl_area.lesson .dl_list li ul li:first-child a p {
			font-size: 15px;
		}

		.dl_area.lesson .dl_list li > p,
		.dl_area.lesson .dl_list li > a {
			width: 100%;
			margin-bottom: 0;
		}

	#business_seminar .dl_list li {
		width: 48%;
	}

	.dl_list li > p {
		display: inline-block;
		margin: 0 0 10px;
		color: #4A340A;
		text-align: center;
		font-weight: bold;
		position: relative;
	}

		.dl_list li > p::before,
		.dl_list li > p::after {
			background: #4A340A;
			height: 100%;
			width: 1px;
			content: "";
			position: absolute;
			top: 50%;
		}

	.btn_list {
		display: flex;
		justify-content: center;
	}

		.btn_list li {
			width: 49%;
			margin: 0;
		}

			.btn_list li:not(:last-child) {
				margin: 0 2% 0 0;
			}

			.btn_list li a::after {
				width: 8px;
				height: 8px;
			}


	/*　■ 企業・団体さまへ
	============================================ */
	.box {
		overflow: hidden;
		max-width: 1200px;
		margin: 0 auto 2px;
		position: relative;
	}

	.txt_area {
		max-width: 420px;
		width: 100%;
		height: 100%;
		padding: 0 60px;
		position: absolute;
		top: 0;
	}

	.box:nth-of-type(odd) .txt_area {
		left: 0;
	}

	.box:nth-of-type(even) .txt_area {
		left: calc(100% - 420px);
	}

	.txt_area > div {
		position: relative;
		transform: translateY(-50%);
		top: 50%;
	}

	.box span {
		font-size: 20px;
		text-align: left;
	}

	.box h2 {
		font-size: 30px;
		margin: 0 0 15px;
		text-align: left;
	}

	.box .txt {
		min-height: 4em;
		margin: 0 0 30px;
	}

	.box .btn {
		margin: 0;
	}


	/*　■ 団体貸切レッスン
	============================================ */
	/* ページ内　アンカーリンク
	------------------------------------------- */
	.page_nav ul {
		display: flex;
		justify-content: space-between;
		max-width: 90%;
	}

	.page_nav li.btn.sm {
		width: calc((100% - 20px* 4) / 4);
		margin: 10px;
	}

		.page_nav li.btn.sm a {
			font-size: 15px;
			line-height: 1.4;
			display: flex;
			justify-content: center;
			align-items: center;
			height: 100%;
		}

	/* 使用例
	------------------------------------------- */
	#area01 .item {
		display: flex;
		padding: 40px;
	}

	#area01 .photo {
		margin: -40px 0 0;
		order: 2;
		flex: 1;
	}

	#area01 .txt_wrap {
		display: flex;
		flex-wrap: wrap;
		width: 44%;
		margin-right: 5%;
		flex-shrink: 0;
		order: 1;
		align-items: flex-start;
	}

	#area01 .title_area {
		width: 117%;
		flex-shrink: 0;
		padding: 20px;
		margin: 0 0 20px;
		/* min-height: 155px; */
		min-height: 45%;
	}

		#area01 .title_area .case_number {
			font-size: 44px;
		}

		#area01 .title_area p {
			font-size: 26px;
		}

	#area01 .icon {
		background-size: 73px;
		padding: 15px 50px 15px 0;
		margin-top: auto;
		font-size: 22px;
	}

		#area01 .icon::before {
			width: 39px;
			left: -40px;
		}

	#area01 .txt {
		margin-top: -15px;
		width: 100%;
	}

	/* メニュー
	------------------------------------------- */
	.business_menu_box {
		padding: 100px 0;
	}

		.business_menu_box .menu_wrap {
			display: flex;
			flex-wrap: wrap;
			max-width: 800px;
			width: 100%;
		}

			.business_menu_box .menu_wrap > li {
				display: block;
				width: 30%;
			}

				.business_menu_box .menu_wrap > li .photo {
					width: 100%;
					margin-right: 0;
				}

					.business_menu_box .menu_wrap > li .photo img {
						border-radius: 15px;
					}

				.business_menu_box .menu_wrap > li:not(:nth-child(3n)) {
					margin-right: 5%;
				}

			.business_menu_box .menu_wrap.slide > li {
				width: 100%;
				margin-right: 0 !important;
			}

				.business_menu_box .menu_wrap.slide > li:not(:last-child) {
					margin-bottom: 60px;
				}

				.business_menu_box .menu_wrap.slide > li .flex_box {
					display: flex;
					align-items: center;
				}

			.business_menu_box .menu_wrap.slide li .txt_box,
			.business_menu_box .menu_wrap.slide li .photo_box {
				width: 50%;
			}

			.business_menu_box .menu_wrap.slide li .txt_box {
				padding: 0 40px;
			}

				.business_menu_box .menu_wrap.slide li .txt_box h4 {
					font-size: 24px;
				}

				.business_menu_box .menu_wrap.slide li .txt_box h4.fs22 {
					font-size: 22px;
				}

				.business_menu_box .menu_wrap.slide li .txt_box p {
					font-size: 14px;
				}

		.business_menu_box .title_txt {
			padding-bottom: 10px;
			margin: 10px 0;
			font-size: 20px;
		}

		.business_menu_box dl dt,
		.business_menu_box dl dd {
			padding: 20px 0;
		}

		.business_menu_box dl dt {
			float: left;
			clear: both;
			border-bottom: 1px dashed none;
			width: 180px;
			flex-shrink: 0;
			font-size: 22px;
		}

			.business_menu_box dl dt span {
				vertical-align: baseline;
			}

		.business_menu_box dl dd {
			border-bottom: 1px dashed #ccc;
			padding-left: 180px;
		}

			.business_menu_box dl dd .fee {
				font-size: 20px;
				line-height: 1.6;
			}

				.business_menu_box dl dd .fee strong {
					font-size: 38px;
					line-height: 1;
				}
				.business_menu_box dl dd .fee.fee_kome strong::before {
					font-size: 14px;
					top: 8px;
					right: -15px;
				}

				.business_menu_box dl dd .fee span {
					font-size: 16px;
				}

				.business_menu_box dl dd .fee small {
					font-size: 12px;
				}

			.business_menu_box dl dd .timetable {
				font-size: 16px;
			}

				.business_menu_box dl dd .timetable td {
					font-size: 18px;
				}

	.option_area table td .indent_list {
		width: 50%;
	}

		.option_area table td .indent_list:nth-of-type(2) {
			width: 15em;
			margin-left: auto;
		}

	.option_area table .notes {
		font-size: 12px;
	}

	.option_area table th {
		width: 60%;
	}

		.option_area table th:first-child {
			width: 20%;
		}


	/* 設備・スタッフ
	------------------------------------------- */
	#area03 ul {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

		#area03 ul li {
			width: 28.5%;
		}

	#area03 .title_txt {
		font-size: 24px;
	}

	.family_menu {
		position: relative;
	}

		.family_menu::after {
			content: "";
			width: 20%;
			height: 20%;
			position: absolute;
			background-image: url(../img/business/lesson/icon_family.png);
			bottom: 0px;
			left: 0px;
		}

	/*　■ プロモーション
	============================================ */
	/* ページ内　アンカーリンク
	------------------------------------------- */
	.page_nav02 .flex_box {
		display: flex;
		justify-content: space-around;
		padding: 30px 0;
	}

		.page_nav02 .flex_box > div {
			width: 50%;
			flex-shrink: 0;
			padding: 0 40px
		}

			.page_nav02 .flex_box > div:nth-of-type(1) {
				border: none;
				border-right: 2px solid #4A340A;
			}

			.page_nav02 .flex_box > div > span {
				font-size: 22px;
			}

		.page_nav02 .flex_box .btn {
			height: 75px;
			font-size: 20px;
		}

			.page_nav02 .flex_box .btn a::after {
				width: 10px;
				height: 10px;
			}

	/* タイトル */
	.title_bg {
		padding: 80px 15px;
	}

		.title_bg .box_area {
			min-width: 314px;
			width: auto;
			height: 125px;
		}

			.title_bg .box_area h3 {
				background: rgba(255, 255, 255, 0.9);
				padding: 20px;
				height: 100%;
				font-size: 28px;
			}

				.title_bg .box_area h3 span {
					font-size: 16px;
				}

	.detail {
		display: flex;
	}

		.detail .txt_wrap {
			margin: 0;
		}

		.detail p.title_txt {
			font-size: 22px;
		}

		.detail .photo {
			flex-shrink: 0;
			margin: -100px 0 0 15px;
		}

	#promo_area02 .detail .photo {
		margin-top: -65px;
	}

	ul.list {
		display: flex;
		justify-content: center;
		max-width: 100%;
	}

		ul.list > li {
			width: 32%;
		}

			ul.list > li:not(:last-child) {
				margin: 0 2.5% 0 0;
			}


	.title_lesson {
		padding: 12px 0 8px;
		font-size: 22px;
	}

	.area01_box > div {
		display: flex;
		margin: 0 0 30px;
	}

	.area01_box .txt_wrap {
		flex-shrink: 0;
		margin: 0;
		width: 50%;
		margin-left: 20px;
	}

	.client {
		font-size: 20px;
	}

	.area01_box .btn {
		max-width: 310px;
		font-size: 16px;
	}

	.area01_box .photo {
		flex: 1;
		margin: 0;
	}

	#promo_area06 .title_bg .box_area {
		min-width: 700px;
		max-width: 65%;
		width: 100%;
	}

	#promo_area06 .flex_box {
		display: flex;
		justify-content: space-between;
	}

		#promo_area06 .flex_box li {
			width: 48%;
		}

			#promo_area06 .flex_box li:first-child {
				margin: 0;
			}

	#promo_area06 h4 {
		padding: 0 0 10px;
		margin: 0 0 15px;
		font-size: 22px;
	}

	.bg_box p {
		padding: 0 60px;
		font-size: 24px;
	}

		.bg_box p::before {
			width: 52.5px;
			height: 96px;
		}

		.bg_box p::after {
			width: 65.5px;
			height: 102.5px;
		}


	/*　■ 出張食セミナー
	============================================ */
	#seminar_area01::before,
	#seminar_area01::after {
		content: "";
		width: 100%;
		height: 141px;
	}

	#seminar_area01::before {
		background: url(../img/business/seminar/bg_02.png) no-repeat top left/141px, url(../img/business/seminar/bg_03.png) no-repeat top right/141px;
	}

	#seminar_area01::after {
		background: url(../img/business/seminar/bg_02.png) no-repeat top left/141px, url(../img/business/seminar/bg_03.png) no-repeat top right/141px;
	}

	#seminar_area01 .pict_list {
		flex-wrap: nowrap;
		justify-content: center;
		width: 100%;
		font-size: 18px;
	}

		#seminar_area01 .pict_list li {
			width: 18%;
		}

			#seminar_area01 .pict_list li:not(:last-child) {
				margin-right: 2.5%;
			}

			#seminar_area01 .pict_list li p {
				display: table;
				margin: 10px auto 0;
			}

		#seminar_area01 .pict_list img {
			width: 100%;
		}

		#seminar_area01 .pict_list li p span {
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}

	#seminar_area02 .detail {
		flex-wrap: wrap;
		justify-content: space-between;
	}

		#seminar_area02 .detail > li {
			width: 49%;
			height: 100%;
		}

			#seminar_area02 .detail > li li::before {
				top: -2px;
			}

			/* #seminar_area02 .detail > li:nth-child(-n + 3){
			width: 32%;
		} */
			#seminar_area02 .detail > li:nth-child(4) {
				margin-bottom: 0;
			}

		#seminar_area02 .detail p:not(.notes) {
			padding: 0 0 5px;
			margin: 0 0 10px;
			font-size: 22px;
		}

		#seminar_area02 .detail > li > div {
			display: flex;
			justify-content: space-between;
		}

			/* #seminar_area02 .detail > li > div ul{
			width: 49%;
		} */
			#seminar_area02 .detail > li > div ul:nth-of-type(even) {
				width: 47%;
			}

		#seminar_area02 .detail .notes {
			display: inline-block;
			text-indent: 0;
			font-size: 12px;
		}

	#seminar_area02 .fee {
		font-size: 44px;
	}

		#seminar_area02 .fee span {
			width: 84px;
			padding-right: 10px;
		}

		#seminar_area02 .fee strong {
			font-size: 83px;
		}

		#seminar_area02 .fee small {
			font-size: 18px;
		}


	/* クッキングゲーム */
	.cooking_game {
		padding: 50px 30px;
	}

		.cooking_game:first-of-type {
			padding-top: 0;
		}

		.cooking_game .flex_box {
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 60px;
		}

		.cooking_game:first-of-type .flex_box {
			align-items: flex-end;
		}

		.cooking_game:first-of-type .txt {
			flex-basis: 60%;
			padding-bottom: 30px;
		}

		.cooking_game:first-of-type .img {
			flex-basis: 40%;
			margin: 0;
		}

		.cooking_game .txt {
			padding-left: 40px;
		}

			.cooking_game .txt h3 {
				font-size: 21px;
			}

			.cooking_game .txt p {
				font-size: 14px;
			}

			.cooking_game .txt .more_link {
				max-width: 260px;
			}

			.cooking_game .txt .download_link {
				max-width: 260px;
				margin: 0 auto 0 0;
			}

		.cooking_game .img {
			margin: 0 40px;
		}

	.whats_game {
		padding: 40px;
		box-shadow: 8px 8px 0 rgba(119, 59, 59, .2);
		margin-bottom: 85px;
	}

		.whats_game h4 {
			font-size: 22px;
		}

		.whats_game p:first-child {
			max-width: 520px;
			margin: 0 auto 40px;
		}

		.whats_game p:last-child {
			max-width: 425px;
			margin: auto;
		}

	.cooking_game:first-of-type .inner_flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.cooking_game:first-of-type .txt .tag {
		width: calc(100% - 200px);
		margin-bottom: 0;
		font-size: 13px;
	}

		.cooking_game:first-of-type .txt .tag li {
			padding: 8px;
			margin-right: 4px;
		}

	.cooking_game:first-of-type .txt .more_link {
		width: auto;
		font-size: 12px;
	}


	/* 人材育成研修 */
	.training_box {
		margin: 0 auto 60px;
	}

		.training_box h3 {
			font-size: 22px;
			margin: 40px auto 30px;
			padding-bottom: 20px;
		}

	.training_feature {
		margin-bottom: 80px;
	}

		.training_feature h3 {
			font-size: 23px;
			margin-bottom: 55px;
		}

	.feature_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 42px;
	}

		.feature_list li {
			max-width: 370px;
			margin: 0;
			box-shadow: 15px -15px 0 #F7EDEA;
			padding: 45px 50px;
		}

			.feature_list li::before {
				top: -30px;
				left: 5px;
			}

			.feature_list li .title {
				font-size: 22px;
				margin-bottom: 25px;
			}

	/* オンラインレッスン */
	.online_lesson_box .container p {
		font-size: 30px;
	}

	.online_lesson_box .container h3 {
		font-size: 65px;
	}

	.online_lesson_box .container a {
		margin: 50px auto 0;
		width: 400px;
		height: 70px;
		font-size: 25px;
	}
	.notes.fs14{
		font-size: 16px;
	}

/*　■ スクロール追従ボタン
============================================ */
.float{
    bottom: 90px;
    right: 10px;
	max-width: 220px;
}
.float a{
    border-radius: 5px;
    padding: 10px 15px;
}
}

#seminar_area02 .detail_list li {
	text-indent: -1rem;
	padding-left: 1rem;
}

/* ====================================================================
		SP breakpoint 340px〜
==================================================================== */
@media screen and (max-width: 340px) {

	/* ダウンロードエリア
	------------------------------------------- */
	.btn_list li a {
		font-feature-settings: 'plat';
		font-size: 13px;
	}

		.btn_list li a::after {
			right: 6px;
		}
}


.paragraph,
.option_area_list li {
	text-indent: -20px;
	padding-left: 20px;
}

	.option_area_list li::before {
		content: "●";
		font-size: 10px;
		display: inline-block;
		text-indent: 0;
		position: relative;
		top: -1px;
		margin-right: 10px;
	}
