@charset "UTF-8";


/*========================================

  料理教室

========================================*/
#com_pagetop_a .ttl_box h1 {
	width: 560px;
	margin: 0 auto;
	background-color: #ff8a49;
}

@media screen and (max-width: 767px) {
	#com_pagetop_a .ttl_box h1 {
		width: 55vw;
		margin: 0 auto;
	}
}



/* #sec001 */
#sec001 {
	padding-top: 50px;
	padding-bottom: 130px;
}

#sec001 .copy {
	font-size: 20px;
	font-weight: 600;
	line-height: 2em;
}

#sec001 .com_white_box {
	position: relative;
	margin-top: 60px;
	padding: 80px 70px;
}

#sec001 .com_white_box .i01 {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}

#sec001 .com_white_box h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff8a49;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 2px;
}

#sec001 .com_white_box h2::before,
#sec001 .com_white_box h2::after {
	content: "";
	width: 180px;
	height: 10px;
	display: block;
	background-image: url(../img/dot_pc.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#sec001 .com_white_box h2:before {
	margin-right: 1em;
}

#sec001 .com_white_box h2:after {
	margin-left: 1em;
}

#sec001 .com_white_box .box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#sec001 .com_white_box .box .item {
	position: relative;
	width: 340px;
	margin-top: 70px;
	margin-right: 20px;
	z-index: 1;
}

#sec001 .com_white_box .box .item:nth-child(3),
#sec001 .com_white_box .box .item:nth-child(5) {
	margin-right: 0;
}

#sec001 .com_white_box .box .item .flag {
	position: absolute;
	top: -30px;
	left: -20px;
}

#sec001 .com_white_box .box .item .flag img {
	width: 100px;
}

#sec001 .com_white_box .box .item span img {
	border-radius: 8px;
}

#sec001 .com_white_box .box .item h3 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 1em;
}

#sec001 .com_white_box .box .item p {
	font-size: 16px;
	margin-top: .5em;
}

#sec001 .btnSearch {
	margin-top: 50px;
}


@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 8vw;
		padding-bottom: 30vw;
	}

	#sec001 .copy {
		font-size: 3.6vw;
		line-height: 1.7em;
	}

	#sec001 .com_white_box {
		margin-top: 8vw;
		padding: 8vw 5vw;
	}

	#sec001 .com_white_box .i01 {
		display: none;
	}

	#sec001 .com_white_box h2 {
		display: block;
		font-size: 5vw;
		padding: 1em 0;
		border-top: 2px dotted #ff8a49;
		border-bottom: 2px dotted #ff8a49;
	}

	#sec001 .com_white_box h2::before,
	#sec001 .com_white_box h2::after {
		display: none;
	}

	#sec001 .com_white_box .box {
		flex-direction: column;
	}

	#sec001 .com_white_box .box .item {
		width: 100%;
		margin-top: 12vw;
		margin-right: 0;
	}

	#sec001 .com_white_box .box .item .flag {
		position: absolute;
		top: -3vw;
		left: -3vw;
	}

	#sec001 .com_white_box .box .item .flag img {
		width: 18vw;
	}

	#sec001 .com_white_box .box .item h3 {
		font-size: 5vw;
		margin-top: 1em;
	}

	#sec001 .com_white_box .box .item p {
		font-size: 3.4vw;
		margin-top: .3em;
	}

	#sec001 .btnSearch {
		margin-top: 8vw;
	}
}



/* #sec002 */
#sec002 {
	position: relative;
	background-color: #ffed80;
	padding-top: 20px;
	padding-bottom: 200px;
}

#sec002:before {
	position: absolute;
	content: "";
	top: -100px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100px;
	background-image: url(../../assets/img/bg_06_pc.png);
	background-size: 100% 100px;
	background-repeat: no-repeat;
}

#sec002 h2 {
	width: 600px;
	margin: 0 auto;
	color: #fff;
	font-size: 40px;
	letter-spacing: 5px;
	border-radius: 100vh;
	background-color: #ff8a49;
	padding: .4em 0;
}

#sec002 .flex_box {
	flex-wrap: wrap;
	margin-top: 10px;
}

#sec002 .flex_box .item {
	width: 370px;
	border-radius: 20px;
	background-color: #fff2b7;
	margin-top: 40px;
	padding: 30px;
}

#sec002 .flex_box .item .innr {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sec002 .flex_box .item span {
	display: block;
	width: 130px;
}

#sec002 .flex_box .item span img {
	width: 130px;
	border-radius: 100vh;
	border: 5px solid #fff;
}

#sec002 .flex_box .item h3 {
	width: 170px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 3px;
	border-top: 3px dotted #ff8a49;
	border-bottom: 3px dotted #ff8a49;
	padding: .7em 0;
}

#sec002 .flex_box .item p {
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-top: 1em;
}



@media screen and (max-width: 767px) {
	#sec002 {
		padding-top: 0;
		padding-bottom: 40vw;
	}

	#sec002:before {
		position: absolute;
		content: "";
		top: -100px;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 100px;
		background-image: url(../../assets/img/bg_06_sp.png);
		background-size: 150% 100px;
		background-position-x: center;
		background-repeat: no-repeat;
	}

	#sec002 h2 {
		width: 70%;
		margin: 0 auto;
		font-size: 6vw;
		letter-spacing: 3px;
		padding: .6em 0;
	}

	#sec002 .flex_box {
		margin-top: 0;
	}

	#sec002 .flex_box .item {
		width: 100%;
		border-radius: 3vw;
		margin-top: 5vw;
		padding: 5vw 8vw;
	}

	#sec002 .flex_box .item span {
		width: 30vw;
	}

	#sec002 .flex_box .item span img {
		width: 30vw;
	}

	#sec002 .flex_box .item h3 {
		width: 40vw;
		font-size: 4.5vw;
		letter-spacing: 2px;
	}

	#sec002 .flex_box .item p {
		font-size: 3.4vw;
		margin-top: .7em;
	}
}



/* #sec003 */
#sec003 {
	position: relative;
	background-color: #faf5d8;
	padding-top: 0px;
}

#sec003 h2 {
	width: 600px;
	margin: 0 auto;
	color: #fff;
	font-size: 40px;
	letter-spacing: 5px;
	border-radius: 100vh;
	background-color: #ff8a49;
	padding: .4em 0;
}

#sec003 .atten {
	margin-top: 2.5em;
	font-size: 20px;
}

#sec003 .atten a {
	color: #4a77e3;
	text-decoration: underline;
}

#sec003 .atten a:hover {
	opacity: .7;
}

#sec003 .atten .fa {
	margin-left: .5em;
}


#sec003 .showroom {
	margin-top: 50px;
}


.showroom .item {
	width: 370px;
	border-radius: 0;
	background-color: unset;
	box-shadow: none;
}

.showroom .item .innr {
	border-radius: 15px;
	padding-bottom: 20px;
	background-color: #fff;
	box-shadow: none;
}

.showroom .btnbox {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.showroom .item h3 {
	padding-bottom: .5em;
}

#sec003 .showroom .btnSearch {
	margin-top: 0;
}

.showroom .btnSearch a {
	font-size: 22px;
	padding: 1em 1em;
	border: 3px solid #fff;
	box-shadow: 0px 4px 0px 0px rgba(140, 131, 68, .2);
	letter-spacing: 3px;
}

.showroom .btnSearch a span::before {
	font-size: 26px;
}

.showroom .btnSearch.btnList a span::before {
	content: "\f1c1";
	font-weight: 400;
}


@media screen and (max-width: 767px) {
	#sec003 .atten {
		margin-top: 1.5em;
		font-size: 3.6vw;
	}

	.showroom .item {
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-top: 7vw;
	}

	.showroom .item .innr {
		border-radius: 3vw;
		padding-bottom: 4vw;
	}

	.showroom .item h3 {
		width: 100%;
		font-size: 5.4vw;
		margin-top: 5vw;
		padding-bottom: 0;
	}

	.showroom .item figure {
		width: 100%;
	}

	.showroom .item figure img {
		object-fit: cover;
		width: 100%;
		height: 40vw;
		border-radius: 3vw 3vw 0 0;
	}

	.showroom .btnbox {
		gap: 3vw;
	}

	#sec003 .showroom .btnbox {
		width: 100%;
		margin-top: 2vw;
	}

	.showroom .btnSearch a {
		font-size: 5vw;
	}

	.showroom .btnSearch a span::before {
		font-size: 6vw;
	}
}


@media screen and (max-width: 767px) {
	#sec003 {
		padding-top: 0;
	}

	#sec003 h2 {
		width: 80%;
		margin: 0 auto;
		font-size: 6vw;
		letter-spacing: 3px;
	}

	#sec003 .showroom {
		margin-top: 0;
	}
}