@charset "UTF-8";

/*　■ 新着情報のスタイルは全てnews.cssに記述
------------------------------------------- */

@import url("./news.css");


/*　■ トップ
============================================ */
body{
	color: #4A340A;
}
.read{
	text-align: center;
}


/* 緊急お知らせ
----------------------------------------  */
#NBT{
	border: 2px solid #0121A5;
	margin: 0 0 20px;
}
	#NBT th{
		background: #0121A5;
		padding: 10px;
		color: #fff;
		font-size: 18px;
		text-align: center;
	}
	#NBT td{
		background: #FFFADD;
		padding: 10px 10px;
	}
	#NBT td dl{
		font-weight: 500;
	}
	#NBT td dl dt{
		margin: 0 0 5px;
	}
	#NBT .date{
		font-size: 12px;
		text-align: right;
	}

/* ▼ スライダー
----------------------------------------*/

#mainVisual {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 30px;
	position: relative;
	z-index: 100;
}

.thumb li {}

.thumb .slick-slide {
	margin: 0 0 0 10px;
	position: relative;
	border: 2px solid transparent;
}

.thumb .slick-slide.slick-active {
	border: 2px solid #908D8D;
}

.thumb div {
	font-size: 0;
}

.thumb .slick-list.draggable {
	padding: 0 68% 0 0!important;
	margin: 5px 0 0 15px;
}

/* arrowカスタム */
.thumb .slick-prev {
	left: 0;
}

	.thumb .slick-prev,
	.thumb .slick-next {
		height: 100%!important;
	}

	.thumb .slick-prev:before,
	.thumb .slick-prev:after {
		content: ""!important;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		vertical-align: middle;
	}

	.thumb .slick-prev:before {
		width: 7px;
		height: 7px;
		left: 5px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		z-index: 100;
	}

	.thumb .slick-prev:after {
		content: "";
		width: 15px;
		background: #4A340A;
		left: 0;
	}

	.thumb .slick-next:before,
	.thumb .slick-next:after {
		content: ""!important;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		vertical-align: middle;
	}

	.thumb .slick-next:before {
		width: 7px;
		height: 7px;
		right: 30px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 100;
	}

	.thumb .slick-next:after {
		content: "";
		width: 15px;
		background: #4A340A;
		right: 25px;
	}

/* mainVisual 追加*/
#mainVisual {
	max-width: 100% !important;
	width: 100% !important;
}
#mainVisual .slider li {
	padding: 0 5px;
}
/* arrow */
#mainVisual .slick-prev {
	left: calc(20% + 5px);
}
#mainVisual .slick-next {
	right: calc(20% + 5px);
}

#mainVisual .slick-prev,
#mainVisual .slick-next {
		height: 105px !important;
		z-index: 1;
	}

	#mainVisual .slick-prev:before,
	#mainVisual .slick-prev:after {
		content: ""!important;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		vertical-align: middle;
	}

	#mainVisual .slick-prev:before {
		width: 7px;
		height: 7px;
		left: 5px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		z-index: 100;
	}

	#mainVisual .slick-prev:after {
		content: "";
		width: 15px;
		background: rgba(74,52,10,.5);
		left: 0;
	}

	#mainVisual .slick-next:before,
	#mainVisual .slick-next:after {
		content: ""!important;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		vertical-align: middle;
	}

	#mainVisual .slick-next:before {
		width: 7px;
		height: 7px;
		right: 30px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		z-index: 100;
	}

	#mainVisual .slick-next:after {
		content: "";
		width: 15px;
		background: rgba(74,52,10,.5);
		right: 25px;
	}
	#mainVisual .slick-prev:before,
	#mainVisual .slick-next:before{
	left: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	opacity: 1;
}
#mainVisual .slick-next:before{
	left: auto;
	right: 9px;
}
#mainVisual .slick-prev:after,
#mainVisual .slick-next:after{
	content: "";
	width: 26px;
	background: rgba(74,52,10,.5);
}
#mainVisual .slick-prev:after {
	left: 0;
}
#mainVisual .slick-next:after {
	right: 0;
}

.mv_u_btn {
	justify-content: space-between;
	max-width: 1000px;
	margin: 30px auto 0;
}
.mv_u_btn .mv_u_btn_cover {
	display: flex;
	width:100%;
	justify-content: center;
}
.mv_u_btn .mv_u_btn_cover a {
	display: block;
	margin: 0 6px;
	width: 25%;
}

/*　■ main
------------------------------------------- */

.beginner,.online{
	margin: 0 0 2vh;
}


/*　■ レッスンを探す
------------------------------------------- */

#search {
	background: #FAF2EC;
	padding: 20px 0;
	margin: 0 0 20px;
	width: 100%;
}

.info_tab_wrap {
	font-size: 0;
}

.info_tab_area {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 20px;
}

.info_tab_area li {
	width: 30%;
}


.inner.active {
	background: #fff;
}

.inner_area {
	color: #4A340A;
}

.info_tab_inner {
	display: none;
	padding: 20px 0 30px;
	font-weight: bold;
}

.school {
	margin: 0 auto 5px;
	font-size: 12px;
}

.school_btn {
	text-align: center;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 14px;
}

.school_btn li {
	float: left;
	border: 1px solid #707070;
	border-radius: 5px;
	width: 32%;
	text-align: center;
	line-height: 40px;
}

.school_btn li:not(:nth-child(3n)) {
	margin-right: 2%;
}

.school_btn li.w01 {
	width: 48%;
}

.school_btn li a {
	display: block;
}

.school_btn.satellite {
	margin-bottom: 20px;
}

.school_btn.satellite li {
	line-height: 30px;
	margin-bottom: 10px;
}

.close_btn {
	width: 160px;
	background: #4A340A;
	border-radius: 5px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.close_btn:before {
	content: "×";
	font-size: 20px;
	padding-right: 15px;
	font-weight: normal;
}


/*　■ 新着情報
------------------------------------------- */
#news{
	background: #F8F6F4;
	padding: 20px;
	font-weight: 500;
}
	#news,
	#news > div:not(.news_title){
	}
	#news h2{
		margin: 0 0 10px;
		color: #BC5137;
		font-size: 20px;
		font-weight: 700;
	}
	#news .news_title{
		font-size: 18px;
		margin: 0 0 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#news .date{
		margin: 0 0 5px;
	}
	#news .more{
		text-align: right;
	}
	#news .more::after{
		content: "\f105";
		font-family: FontAwesome;
		margin-left: 10px;
	}

/*　■ tab おすすめレッスン
------------------------------------------- */
#recommend .container{
	margin-bottom: 50px;
}
.tab_wrap {
	padding: 2px 0 0;
	margin: 0 auto;
}

input[type="radio"] {
	display: none;
}

.tab_area {
	border-bottom: 1px solid #BC5137;
	display: flex;
	justify-content: space-around;
	font-size: 0;
}

.tab_area label {
	display: table;
	background: #BC5137;
	border: 1px solid #BC5137;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	height: 100%;
	width: 20%;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	position: relative;
}

.tab_area label span {
	display: table-cell;
	vertical-align: middle;
	height: 45px;
	width: 100%;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}

.panel_area {
	background: #fff;
}

.tab_panel {
	display: none;
	clear: both;
	width: 100%;
}

#tab1:checked~.tab_area .tab1_label,
#tab2:checked~.tab_area .tab2_label,
#tab3:checked~.tab_area .tab3_label,
#tab4:checked~.tab_area .tab4_label {
	background: #fff;
}

#tab1:checked~.panel_area #panel1,
#tab2:checked~.panel_area #panel2,
#tab3:checked~.panel_area #panel3,
#tab4:checked~.panel_area #panel4 {
	display: block;
}

#tab1:checked:checked~.tab_area .tab1_label span,
#tab2:checked:checked~.tab_area .tab2_label span,
#tab3:checked:checked~.tab_area .tab3_label span,
#tab4:checked:checked~.tab_area .tab4_label span{
	color: #4A340A;
}
#tab1:checked:checked~.tab_area .tab1_label span::after,
#tab2:checked:checked~.tab_area .tab2_label span::after,
#tab3:checked:checked~.tab_area .tab3_label span::after,
#tab4:checked:checked~.tab_area .tab4_label span::after{
	content: "";
	background: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
}

/* スライド */
.slick-slide img{
	width: 100%;
}
.recommend_list{
	margin: 30px 0;
}
	.recommend_list p.txt{
		margin: 10px 0 5px;
		color: #000;
		font-size: 16px;
		font-weight: bold;
		text-decoration: underline;
	}
	.recommend_list p.icon{
		display: inline-block;
		background: #4A340A;
		min-width: 75px;
		padding: 0 10px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}

	.list_wrap{
		display: flex!important;
		flex-wrap: wrap;
	}
	.list_wrap .slide_list{
		width: 48%;
		margin-bottom: 20px;
	}
	.list_wrap .slide_list:nth-of-type(odd){
		margin-right: 4%;
	}
	.recommend_list .slick-prev,
	.recommend_list .slick-next{
		background: url(../img/slide_arrow_left.png) no-repeat center/contain;
		width: 16px;
		height: 70px;
		opacity: 1;
		left: 10px;
		top: auto;
		bottom: -85px;
		z-index: 3;
	}
	.recommend_list .slick-next{
		background: url(../img/slide_arrow_right.png) no-repeat center/contain;
		left: auto;
		right: 10px;
	}
	.recommend_list .slick-prev::before,
	.recommend_list .slick-next::before{
		content: "";
	}
	/* dotsカスタム */
	.slick-dots{
		left: 0;
		bottom: -25px;
	}
	.slick-dots li{
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 10px;
	}
	.slick-dots li button{
		background: #fff;
		border: 1px solid #707070;
		border-radius: 50%;
		width: 14px;
		height: 14px;
	}
	.slick-dots li.slick-active button{
		background: #BC5137;
	}
	.slick-dots li button:before{
		content: "";
		width: 14px;
		height: 14px;
	}


/* ■bnr_area
------------------------------------------- */
.bnr_area{
	background: #FAF2EC;
	padding: 50px 0;
}
	.bnr_inner{
		max-width: 100%;
		margin: 0 auto;
	}
	.bnr_inner > div {
		margin-bottom: 30px;
	}
	.bnr_inner > div:last-of-type {
		margin-bottom: 0;
	}
.bnr_inner > div p{
	margin: 0 auto 10px;
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	font-feature-settings: 'palt';
}


/*　■ 動画スライダー
------------------------------------------- */
#video_wrap {
	width: 100%;
	position: relative;
	margin: 0 0 40px;
}
	#video_wrap .slider_video li .video_box{
		background: #BC5137;
		border: 3px solid #BC5137;
		border-radius: 5px;
		overflow: hidden!important;
		width: 85%;
		height: 47vw;
		margin: 0 auto;
	}
	#video_wrap .slick-slide{
		transition: 0.8s;
	}
	#video_wrap .slick-slide.slick-current,
	#video_wrap .slick-slide.current_cloned{
		z-index: 9999;
		position: relative;
	}
	#video_wrap .slick-initialized .slick-slide {
		margin: 0 5px;
	}
	#video_wrap .slick-list.draggable{
		padding: 0!important;
	}

/* arrowsカスタム */
#video_wrap .slick-prev,
#video_wrap .slick-next{
	top: 50%;
	width: 16px;
	height: 70px;
	z-index: 9999;
}
#video_wrap .slick-prev{
	left: 1vw;
}
#video_wrap .slick-next{
	right: 1vw;
}
	#video_wrap .slick-prev:before,
	#video_wrap .slick-next:before{
		display: block;
		content: "";
		background: url(../img/slide_arrow_right.png) no-repeat center/contain;
		width: 16px;
		height: 70px;
		opacity: 1;
		z-index: 2;
	}
	#video_wrap .slick-prev:before{
		background: url(../img/slide_arrow_left.png) no-repeat center/contain;
	}
	.video_box {
		background: #fff;
		position: relative;
	}
	.video_box a {
		border: 2px solid #fff;
		display: block;
		position: absolute;
		width: 105%;
		height: 105%;
		transform: translate(-50%,-50%);
		top: 50%;
		left: 50%;
	}
	.video_box:hover a:before{
		opacity: .7;
	}
	.video_box a::before {
		content: "";
		background: rgba(0,0,0,0.7);
		border-radius: 15%;
		width: 55px;
    height: 35px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 1;
	}
	.video_box a:after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 0 6px 8px;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		top: calc(50% - 6px);
		left: calc(50% - 3px);
		z-index: 2;
	}
	.video_box a img {
		width: 100%;
	}
	/* ライトボックス */
	#cboxOverlay{
		background: rgba(0, 0, 0, 0.7)!important;
		z-index: 99999!important;
	}
	#colorbox{
		z-index: 999999!important;
	}
	#cboxContent{
		border: 3px solid #BC5137;
		border-radius: 5px;
		overflow: inherit!important;
	}
	#cboxLoadedContent{
		overflow: hidden!important;
		margin: 0!important;
	}
	button#cboxClose{
		background: url(../img/top/close.png) no-repeat center/contain;
		top: -20px;
		right: -20px;
		width: 15px;
		height: 15px;
	}
	button#cboxClose:hover{
		background-position: center!important;
	}


/*　■ 人気レシピ
------------------------------------------- */
#top_recipe .recipe_list{
	margin: 0 0 50px;
}
	#top_recipe .recipe_list li{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		background: #F7ECC4;
		width: 100%;
		padding: 10px;
		font-weight: 700;
		position: relative;
	}
	#top_recipe .recipe_list li:not(:last-child){
		margin: 0 0 10px;
	}
	#top_recipe .recipe_list img{
		width: 100%;
	}
	/* 会員限定フラグ */
	#top_recipe .recipe_list li.members_only::before{
		content: "会員限定";
		background: #BC5137;
		color: #fff;
		font-size: 12px;
		padding: 0 5px;
		text-align: center;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	#top_recipe .recipe_list li > a{
		width: 50%;
		margin-right: 5%;
		flex-shrink: 0;
	}
	#top_recipe .recipe_title{
		width: 45%;
	}
	#top_recipe .recipe_title a{
		color: #000;
		text-decoration: underline;
	}
	#top_recipe .recipe_list li .box{
		display: flex;
		justify-content: center;
		background: #FDF6DA;
		padding: 10px;
		font-weight: 500;
		flex: 1;
		margin: 10px 0 0;
	}
	#top_recipe .recipe_list li dl {
		align-items: center;
		width: 50%;
		padding: 0 10px;
		color: #000;
	}
	#top_recipe .recipe_list li dl:first-of-type{
		border-right: 2px dotted #eee;
	}
	#top_recipe .recipe_list li dl dt{
		color: #BC5137;
		text-align: center;
	}
	#top_recipe .recipe_list li dl dt::before{
		display: inline-block;
		content: "";
		background: url(../img/top/icon_01.png) no-repeat center/contain;
		width: 20px;
		height: 20px;
		margin-right: 5px;
		vertical-align: middle;
	}
	#top_recipe .recipe_list li dl:last-of-type dt::before{
		background: url(../img/top/icon_02.png) no-repeat center/contain;
	}
	#top_recipe .recipe_list li dl dd{
		text-align: center;
	}

/*　■ 新着情報
------------------------------------------- */

#top_news .container {
	margin-bottom: 30px;
}

#top_news .news_list li a {
	/*
	padding: 20px 0;
		*/
	padding: 20px 20px 20px 0;
}

#top_news .date {
	margin: 0 0 10px;
	font-size: 12px;
}

#top_news h3 {
	margin: 0 0 10px;
	font-size: 18px;
}


/*　■ 企業・団体のみなさまへ
------------------------------------------- */
#group_lesson {
	background: #FAF2EC;
}
#group_lesson ul{
}
	#group_lesson ul li{
		background: #fff;
		border: 1px solid #4A340A;
		border-radius: 5px;
		width: 100%;
		margin: 0 0 20px;
	}
	#group_lesson ul li:last-child{
		/* margin: 0; */
	}
	#group_lesson ul li a{
		display: block;
		padding: 10px;
	}
	#group_lesson ul li p{
		margin-top: 20px;
		font-size: 12px;
		font-weight: 700;
		text-align: center;
		position: relative;
	}
	#group_lesson ul li p::after{
		/* content: ""; */
		width: 8px;
		height: 8px;
		border-top: 1px solid #4A340A;
		border-right: 1px solid #4A340A;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 10px;
	}
	#group_lesson ul li p strong{
		display: block;
		color: #BC5137;
		font-size: 20px;
		text-align: center;
		margin: 0;
	}

/*　■ レッスンを～から探す
------------------------------------------- */
section#lesson_ic_btn {
	max-width: 1020px;
	padding-bottom: 0;
	width: 100%;
	margin: 0 auto 30px;
}
section#lesson_ic_btn .lesson_ic_btn_cover {
	display: flex;
	justify-content: center;
}
section#lesson_ic_btn .lesson_ic_btn_cover a {
	width: 320px;
	border: solid 1px #4A340A;
	border-radius: 5px;
	margin: 0 6px;
	display: flex;
	padding: 18px 32px;
	align-items: center;
	position: relative;
}
section#lesson_ic_btn .lesson_ic_btn_cover a:before {
	position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #4A340A;
    border-right: 1px solid #4A340A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
section#lesson_ic_btn .lesson_ic_btn_cover a .ic {
	margin-right: 20px;
}
section#lesson_ic_btn .lesson_ic_btn_cover a .txt {
	color: #4A340A;
	font-size: 15px;
	font-weight: bold;
}
section#lesson_ic_btn .lesson_ic_btn_cover a .txt span {
	font-size: 20px;
	color: #BC5137;
}

/*　■ レッスンカテゴリー
------------------------------------------- */
#lesson_category .lesson_category_list {
	max-width: 980px;
	width: 100%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#lesson_category .lesson_category_list a {
	display: flex;
	margin: 10px 9px;
	width: 320px;
	align-items: center;
	padding: 10px;
	border: solid 1px #4A340A;
	border-radius: 5px;
	position: relative;
}

#lesson_category .lesson_category_list a:before {
	position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid #4A340A;
    border-right: 1px solid #4A340A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#lesson_category .lesson_category_list a .ph {
	width: 110px;
	margin-right: 10px;
	flex-shrink: 0;
}
#lesson_category .lesson_category_list a .l_txt p {
	font-size: 14px;
}
#lesson_category .lesson_category_list a .l_txt p span {
	font-size: 20px;
}

/* ====================================================================
		PC breakpoint 〜1100px
==================================================================== */
@media screen and (max-width: 1100px) {
	#lesson_category .lesson_category_list a {
		width: calc((100% / 2) - 20px);
	}	
	#lesson_category .lesson_category_list a:nth-of-type(-n+2) {
		margin-top: 0;
	}	
}
/* ====================================================================
		PC breakpoint 〜768px
==================================================================== */
@media screen and (min-width: 768px) {

	/* 緊急お知らせ
	----------------------------------------  */
	#NBT{
		max-width: 1280px;
		width: 100%;
		margin: 0 auto 20px;
	}
		#NBT th{
			padding: 10px;
			font-size: 22px;
		}
		#NBT td{
			padding: 10px 30px;
		}
		#NBT td dl{
			display: flex;
		}
		#NBT td dl dt{
			flex-shrink: 0;
			margin: 0 20px 0 0;
		}
			#NBT td dl dd{
			flex: 1 0 0%;
		}
		#NBT .date{
			font-size: 14px;
		}


	/* ▼ スライダー
	---------------------------------------- */
	.first_view_wrap{
		display: flex;
		/* max-width: 1280px; */
		width: 100%;
		margin: 0 auto 25px;
	}
	#mainVisual{
		max-width: 100%;
		min-width: 430px;
		width: 57%;
		margin: 0 3% 0 0;
		flex-shrink: 0;
	}
	.thumb .slick-list.draggable {
		padding: 0 71% 0 0!important;
		margin: 5px 0 0 26px;
	}

	/* arrowカスタム */
	.thumb .slick-prev {
		left: 0;
	}
		.thumb .slick-next {
			right: 0px;
		}
		.thumb .slick-prev:before,
		.thumb .slick-next:before{
			left: 10px;
			border-top: 2px solid #ffffff;
			border-right: 2px solid #ffffff;
			opacity: 1;
		}
		.thumb .slick-next:before{
			left: auto;
			right: 9px;
		}
		.thumb .slick-prev:after,
		.thumb .slick-next:after{
			content: "";
			width: 26px;
			background: #4A340A;
		}
		.thumb .slick-prev:after {
			left: 0;
		}
		.thumb .slick-next:after {
			right: 0;
		}

	/*　■ レッスンを探す
	------------------------------------------- */
	.lesson_search{
		width: 40%;
		flex-shrink: 1;
	}
	#search{
		display: table;
		height: 14.8vw;
		max-height: 323px;
		padding: 0;
		margin: 0;
	}
		#search > div{
			display: table-cell;
			vertical-align: middle;
		}
		#search h2.title{
			margin: 0 0 1vw;
		}
		#search h2.title::after{
			display: none;
		}
		.info_tab_area li {
			flex: 1 0 0%;
		}
		.info_tab_area li:not(:last-child){
			margin-right: 4%;
		}


	/*　■ 新着情報
	------------------------------------------- */
	#news{
		background: #F8F6F4;
		border-radius: 25px;
		max-width: 1240px;
		width: 95%;
		padding: 10px 25px;
		margin: 0 auto;
		font-weight: 500;
	}
		#news,
		#news > div:not(.news_title){
			display: flex;
			flex-shrink: 0;
			align-items: baseline;
		}
		#news h2{
			flex-shrink: 0;
			margin: 0;
		}
		#news .news_title{
			font-size: 18px;
			margin: 0 20px 0 0;
		}
		#news .date{
			margin: 0 10px;
			flex-shrink: 0;
			width: 100%;
		}
		#news .more{
			margin-left: auto;
			flex-shrink: 0;
		}

	/*　■ tab おすすめレッスン
	------------------------------------------- */
	#recommend .container{
		margin-bottom: 70px;
	}

	#recommend .tab_wrap{
		max-width: 1280px;
		margin: 0 auto;
	}
	.tab_area{
		max-width: 783px;
		justify-content: center;
		margin: 0 auto;
	}
	.tab_area label{
		margin: 0 20px;
		max-width: 220px;
		font-size: 16px;
		cursor: pointer;
	}

	/* おすすめレッスン */
	.recommend_list {
		width: 100%;
		padding: 0 40px;
	}
		.recommend_list .slide_list{
			padding: 0 15px;
		}
		.recommend_list .slide_list a{
			display: block;
		}
		.recommend_list p.txt {
			margin: 10px 0 5px;
			color: #000;
			font-size: 16px;
			font-weight: bold;
			text-decoration: underline;
		}
		.recommend_list p.icon {
			display: inline-block;
			background: #4A340A;
			min-width: 75px;
			padding: 0 10px;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
		}
		/* arrowカスタム */
		.recommend_list .slick-prev,
		.recommend_list .slick-next{
			background: url(../img/slide_arrow_left.png) no-repeat center/contain;
			width: 16px;
			height: 70px;
			opacity: 1;
			top: 50%;
			left: 10px;
			bottom: auto;
		}
		.recommend_list .slick-next{
			background: url(../img/slide_arrow_right.png) no-repeat center/contain;
			left: auto;
			right: 10px;
		}
		.recommend_list .slick-prev::before,
		.recommend_list .slick-next::before{
			content: "";
		}
		/* dotsカスタム */
		.slick-dots{
			left: 0;
			bottom: -35px;
		}
		.slick-dots li{
			width: 14px;
			height: 14px;
			padding: 0;
			margin: 0 10px;
		}
		/*

	/* ■bnr_area
	------------------------------------------- */
	.bnr_area{
		padding: 60px 20px;
	}
		.bnr_inner{
			display: flex;
			justify-content: space-between;
			max-width: 990px;
		}
		.bnr_inner > div{
			width: calc((100% / 3) - 26px);
			margin: 0 13px;
		}
		.bnr_inner > div:first-child{
			margin: 0;
		}


	/*　■ 動画スライダー
	------------------------------------------- */
	#video_wrap {
		width: 100%;
		margin: 0 0 70px;
		position: relative;
	}
		#video_wrap .slider_video li .video_box{
			background: #BC5137;
			border: 5px solid #BC5137;
			border-radius: 5px;
			overflow: hidden!important;
			width: 39.5vw;
			height: 22.5vw;
		}
		#video_wrap .slick-slide{
			transition: 0.8s;
		}

		#video_wrap .slick-slide {
			transition: .3s ease;
			transform: scale(.7);
			z-index: 100;
			position: relative;
		}
		#video_wrap .slick-current,
		#video_wrap .slick-slide.current_cloned {
			transform: scale(1);
		}
		#video_wrap .slick-slide.slick-current,
		#video_wrap .slick-slide.current_cloned{
			z-index: 9999;
			position: relative;
		}
		#video_wrap .slick-initialized .slick-slide {
			margin: 0 -15px;
		}
		#video_wrap .slick-list.draggable{
			padding: 0!important;
		}



	/* arrowsカスタム */
	#video_wrap .slick-prev,
	#video_wrap .slick-next{
		top: 50%;
		width: 16px;
		height: 70px;
		z-index: 9999;
	}
	#video_wrap .slick-prev{
		left: calc(50% - 22.5vw);
	}
	#video_wrap .slick-next{
		right: calc(50% - 22.5vw);
	}
		#video_wrap .slick-prev:before,
		#video_wrap .slick-next:before{
			display: block;
			content: "";
			background: url(../img/slide_arrow_right.png) no-repeat center/contain;
			width: 16px;
			height: 70px;
			opacity: 1;
			z-index: 2;
		}
		#video_wrap .slick-prev:before{
			background: url(../img/slide_arrow_left.png) no-repeat center/contain;
		}
		.video_box {
			background: #fff;
			position: relative;
		}
		.video_box a {
			border: 2px solid #fff;
			display: block;
			position: absolute;
			width: 105%;
			height: 105%;
			transform: translate(-50%,-50%);
			top: 50%;
			left: 50%;
		}
		.video_box:hover a:before{
			opacity: .7;
		}
		.video_box a::before {
			width: 80px;
			height: 50px;
		}
		.video_box a:after{
			border-width: 10px 0 10px 15px;
			top: calc(50% - 10px);
			left: calc(50% - 6px);
		}


		/* ライトボックス */
		#cboxOverlay{
			background: rgba(0, 0, 0, 0.7)!important;
			z-index: 99999!important;
		}
		#colorbox{
			z-index: 999999!important;
		}
		#cboxContent{
			border: 6px solid #BC5137;
			border-radius: 5px;
			overflow: inherit!important;
		}
		#cboxLoadedContent{
			overflow: hidden!important;
			margin: 0!important;
		}
		button#cboxClose{
			background: url(../img/top/close.png) no-repeat center/contain;
			top: -25px;
			right: -28px;
			width: 20px;
			height: 20px;
		}
		button#cboxClose:hover{
			background-position: center!important;
		}

	/*　■ 人気レシピ
	------------------------------------------- */
	#top_recipe .recipe_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 960px;
		padding: 0 20px;
		margin: 0 auto 30px;
	}
	#top_recipe .recipe_list li{
		display: block;
		background: #F7ECC4;
		max-width: 290px;
		width: 32%;
		padding: 15px;
		margin: 0 0 10px;
		font-weight: 700;
		position: relative;
	}
	#top_recipe .recipe_list li:not(:last-child){
		margin: 0 0 10px;
	}
	/* 会員限定フラグ */
	#top_recipe .recipe_list li.members_only::before{
		font-size: 16px;
		padding: 0 15px;
		top: 15px;
		left: 15px;
	}
	#top_recipe .recipe_list li > a{
		width: 100%;
	}
	#top_recipe .recipe_title{
		width: 100%;
		margin: 10px 0;
	}
	#top_recipe .recipe_list li .box{
		display: block;
		background: #FDF6DA;
		padding: 10px;
		font-weight: 500;
	}
	#top_recipe .recipe_list li dl{
		display: flex;
		align-items: flex-start;
		border: none!important;
		margin: 0 auto;
		padding: 0;
		width: auto;
	}
	#top_recipe .recipe_list li dl:nth-of-type(2){
		margin-top: 3px;
	}
	#top_recipe .recipe_list li dl dt{
		font-size: 14px;
		flex-shrink: 0;
		margin: 2px 1em 0 0;
	}
	#top_recipe .recipe_list li dl dd{
		font-size: 18px;
		text-align: left;
	}


	/*　■ 企業・団体のみなさまへ
	------------------------------------------- */
	#group_lesson {
		background: #FAF2EC;
	}

	#group_lesson ul{
		display: flex;
		justify-content: space-between;
		max-width: 1040px;
		padding: 0 20px;
		margin: 0 auto;
	}
		#group_lesson ul li{
			width: 27%;
			margin: 0 10px;
		}
		#group_lesson ul li p{
			padding: 0 10px;
		}
		#group_lesson ul li p::after{
			right: 5px;
		}
}

/* ====================================================================
		SP breakpoint 768px〜
==================================================================== */
@media screen and (max-width: 768px) {

	/*mainVisual 追加*/
	.slick-prev, .slick-next {
		height: 70px !important;
	}
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
	#mainVisual .slider li {
		padding: 0;
	}	
	/* arrow */
	#mainVisual .slick-prev {
		left: 0;
	}
	#mainVisual .slick-next {
		right: 0;
	}

	/* mainVisual 追加*/
	.mv_u_btn .mv_u_btn_cover {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -6px;
	}
	.mv_u_btn .mv_u_btn_cover a {
		display: block;
		width: calc(50% - 12px);
		margin: 6px;
	}
	/*レッスンカテゴリー*/
	#lesson_category {
		padding: 0;
	}
	#lesson_category .lesson_category_list a {
		width: calc(50% - 10px);
		margin: 5px;
		padding: 5px;
	}
	#lesson_category .lesson_category_list a:before {
		width: 6px;
		height: 6px;
		right: 14px;
	}
	#lesson_category .lesson_category_list a .ph {
		width: 60px;
		margin-right: 7px;
	}
	#lesson_category .lesson_category_list a .txt p span {
		font-size: 14px;
	}
	#lesson_category .lesson_category_list a .txt p {
		font-size: 12px;
	}


	.tab_area label {
		width: 23%;
	}
	/*　■ レッスンを～から探す
	------------------------------------------- */
	section#lesson_ic_btn {
		padding-bottom: 0;
	}
	section#lesson_ic_btn .lesson_ic_btn_cover {
		display: block;
	}
	section#lesson_ic_btn .lesson_ic_btn_cover a {
		max-width: 320px;
		width: 100%;
		margin: 10px auto;
		padding: 10px 20px;
	}
	section#lesson_ic_btn .lesson_ic_btn_cover a .txt {
		font-size: 13px;
	}
	section#lesson_ic_btn .lesson_ic_btn_cover a .txt span {
		font-size: 19px;
		color: #BC5137;
	}
	section#lesson_ic_btn .lesson_ic_btn_cover a .ic {
		width: 25px;
		margin-right: 15px;
	}
}


/* ====================================================================
		SP breakpoint 340px〜
==================================================================== */
@media screen and (max-width: 450px) {
	#lesson_category .lesson_category_list a {
		width: calc(100% - 20px);
	}	
	#lesson_category .lesson_category_list a:first-of-type {
		margin-top: 0;
	}	
}
