@charset "utf-8";

/*初期設定*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500&display=swap');
:root {
	--main-color: #231815;
	--green-color: #8a9e39;
	--red-color: #cb4b3d;
	--orange-color: #e2b656;
}
body {
	background-color: #fff;
	font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt"/*, "kern"*/;
	-webkit-font-feature-settings: "palt"/*, "kern"*/;
	font-weight: 400;
	font-size: 1.8rem;
	color: var(--main-color);
}
body * {
	box-sizing: border-box;
}
h1,
h2,
h3 {
	font-weight: 600;
	text-align: center;
}
.sp_only {
	display: none;
}

/*ヘッダー*/
#hdr {
	position: relative;
	min-width: 1240px;
}
.hdr_navi {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 1206px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 35px calc((100% - 1206px) / 2) 0;
}
.hdr_navi_logo {
	display: flex;
	justify-content: space-between;
	width: 300px;
	padding: 15px 24px;/*内252*/
	background-color: #fff9eb;
	border-radius: 5px;
}
.hdr_navi_logo_1 {
	width: calc(100 / 252 * 100%);
}
.hdr_navi_logo_2 {
	width: calc(120 / 252 * 100%);
}
.hdr_navi_list {
	width: 840px;
	background-color: #fff9eb;
	padding: 1rem 2rem 1rem 4.8rem;
	border-radius: 3.5rem;
}
.hdr_navi_list_btn {}
.hdr_navi_list_btn_inq {}
.hdr_navi_list_btn_opn {}
.hdr_navi_list_btn_cls {}
.hdr_navi_list ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
}
.hdr_navi_list ul li {}
.hdr_navi_list ul li a {
	color: var(--main-color);
	font-size: 1.8rem;
	text-decoration: none;
}
.hdr_navi_list ul li.hdr_navi_list_inq a {
	display: block;
	background-color: var(--red-color);
	color: #fff;
	padding: 1.6rem 4.4rem;
	border-radius: 2.5rem;
}
.hdr_ttl {
	position: relative;
	background: url("../img/hdr_ttl_bg_pc.jpg") no-repeat top center;
	background-size: cover;
	width: 100%;
	height: min(100vh, 100rem);
	display: flex;
	justify-content: center;
	align-items: center;
}
.hdr_ttl_wrapper {
	width: 65rem;
	height: 30rem;
	background-color: rgba(255,255,255,0.9);
	border-radius: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 1.1rem 1.1rem 2.2rem rgba(119,70,37,0.5);
}
.hdr_ttl_inr {}
.hdr_ttl_logo {
	display: flex;
	justify-content: space-between;
	width: 48.1rem;
}
.hdr_ttl_logo_1 {
	width: calc(195 / 481 * 100%);
}
.hdr_ttl_logo_2 {
	width: calc(234 / 481 * 100%);
}
.hdr_ttl_inr h1 {
	margin-top: 2.6rem;
	font-size: 3rem;
	line-height: calc(40 / 30);
	text-align: center;
	letter-spacing: 0.14em;
	color: var(--red-color);
}


/*コンテンツ*/
#cont {}
.cont_box_hdr {
	min-width: 1240px;
}
.cont_box_body {
	width: 1240px;
	margin: 0 auto;
	position: relative;
}

/*コンテンツ0（韓美膳・韓ポチャとは）*/
#cont_0 {}
.cont_0_body {
	width: 1240px;
	display: flex;
	padding: 15rem 0 13.6rem;
}
.cont_0_box {
	width: 50%;
	text-align: center;
}
.cont_0_2 {
	border-left: 1px solid var(--main-color);
}
.cont_0_1_logo img {
	width: calc(190 / 620 * 100%);
}
.cont_0_2_logo img {
	width: calc(240 / 620 * 100%);
}
.cont_0_box p {
	font-size: 2rem;
	line-height: calc(36 / 20);
	margin-top: 2.8rem;
}

/*コンテンツ1（社長挨拶）*/
#cont_1 {
	background-color: #fff9eb;
	padding-bottom: 14.2rem;
}
.cont_1_hdr h2 {
	margin-top: 13.6rem;
}
.cont_1_body {
	margin-top: 5rem;
}
#cont_1 h2 {
	font-size: 2.5rem;
	color: var(--red-color);
	letter-spacing: 0.15em;
}
#cont_1 p {
	line-height: calc(36 / 18);
	text-align: center;
}
.cont_1_img {
	position: absolute;
	right: 3.5rem;
	bottom: 0;
	width: 24rem;
}
.cont_1_img_cap {
	font-size: 1.9rem;
	text-align: right;
	line-height: calc(25 / 19);
	margin-top: 0.6em;
}

/*コンテンツ2（選ばれる理由）*/
#cont_2 {
	padding: 8rem 0 9.8rem;
}
.cont_2_hdr {}
.cont_2_hdr h2 {
	font-size: 2.5rem;
	letter-spacing: 0.2rem;
	line-height: 4.8rem;
}
.cont_2_hdr_logo_1 {
	display: inline-block;
	width: 13rem;
	margin: 0 0.5em;
}
.cont_2_hdr_logo_2 {
	display: inline-block;
	width: 15rem;
	margin: 0 0.5em;
}
.cont_2_body {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8.2rem 6.8rem;
	margin-top: 8rem;
}
.cont_2_box {
	width: 35.3rem;
	border: 3px solid var(--orange-color);
	border-radius: 3rem;
	padding-bottom: 2.8rem;
}
.cont_2_box_num {
	width: 7rem;
	margin: -3.6rem auto 0;
}
.cont_2_box h3 {
	margin-top: 2.4rem;
	font-size: 2.4rem;
	line-height: calc(40 / 24);
	color: var(--red-color);
}
.cont_2_box p {
	width: 28rem;
	margin: 2.2rem auto 0;
	line-height: 2;
}

/*コンテンツ3（モデルケース）*/
#cont_3 {
	background-color: #fff9eb;
	padding-bottom: 10rem;
}
.cont_3_hdr {}
.cont_3_hdr h2 {
	padding-top: 9.6rem;
	font-size: 2.5rem;
	letter-spacing: 0.15em;
	color: var(--red-color);
}
.cont_3_tab {
	width: 101rem;
	margin: 5.6rem auto 0;
	display: flex;
	justify-content: space-between;
}
.cont_3_tab li {
	width: 33rem;
	font-weight: 600;
	font-size: 2.5rem;
	text-align: center;
	letter-spacing: 0.15em;
	background-color: #fff;
	padding: 2.2rem;
	cursor: pointer;
}
.cont_3_tab li:nth-of-type(1) {
	color: var(--green-color);
}
.cont_3_tab li:nth-of-type(1).act {
	background-color: var(--green-color);
	color: #fff;
}
.cont_3_tab li:nth-of-type(2) {
	color: var(--red-color);
}
.cont_3_tab li:nth-of-type(2).act {
	background-color: var(--red-color);
	color: #fff;
}
.cont_3_tab li:nth-of-type(3) {
	color: var(--orange-color);
}
.cont_3_tab li:nth-of-type(3).act {
	background-color: var(--orange-color);
	color: #fff;
}
.cont_3_body {
	display: flex;
	min-width: 1240px;
}
.cont_3_box {
	width: 100%;
	background-color: #fff;
	padding: 3.6rem 0 9.3rem;
	position: relative;
}
.cont_3_box:nth-of-type(n+2) {
	margin-left: -100%;
}
.cont_3_box.act {
	z-index: 9;
}
.cont_3_1 {
	border-top: 5px solid var(--green-color);
	border-bottom: 5px solid var(--green-color);
}
.cont_3_2 {
	border-top: 5px solid var(--red-color);
	border-bottom: 5px solid var(--red-color);
}
.cont_3_3 {
	border-top: 5px solid var(--orange-color);
	border-bottom: 5px solid var(--orange-color);
}
.cont_3_box_inr {
	width: 1240px;
	padding: 0 17px;
	margin: 0 auto;
}
.cont_3_box h3 {
	font-size: 3.6rem;
	display: flex;
	justify-content: center;
	gap: 5.6rem;
}
.cont_3_box h3 span {
	display: block;
}
.cont_3_box_hdr_logo_1 {
	width: 18.7rem;
}
.cont_3_box_hdr_logo_2 {
	width: 22.4rem;
}
.cont_3_box_hdr_txt {
	padding-top: 1.4rem;
	letter-spacing: 0.15em;
}
.cont_3_1 .cont_3_box_hdr_txt {
	color: var(--green-color);
}
.cont_3_2 .cont_3_box_hdr_txt {
	color: var(--red-color);
}
.cont_3_3 .cont_3_box_hdr_txt {
	color: var(--orange-color);
}
.cont_3_box_body {
	display: flex;
	justify-content: space-between;
	margin-top: 3.5rem;
}
.cont_3_box_bodytbl {
	width: 640px;
}
.cont_3_box_body table {
	width: 100%;
}
.cont_3_box_body table tr {
	vertical-align: top;
}
.cont_3_box_body table tr th {
	width: 150px;
}
.cont_3_box_body table tr:nth-of-type(n+2) th {
	padding-top: 5.2rem;
}
.cont_3_box_body table tr th span {
	display: block;
	width: 100%;
	font-weight: 600;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
	padding: 1.4rem;
	border-radius: 2.3rem;
}
.cont_3_1 .cont_3_box_body table tr th span {
	background-color: var(--green-color);
}
.cont_3_2 .cont_3_box_body table tr th span {
	background-color: var(--red-color);
}
.cont_3_3 .cont_3_box_body table tr th span {
	background-color: var(--orange-color);
}
.cont_3_box_body table tr td {
	font-size: 1.8rem;
	line-height: calc(32 / 18);
	padding-left: 4.8rem;
	padding-top: 0.6rem;
	padding-bottom: 0;
}
.cont_3_box_body table tr:nth-of-type(n+2) td {
	padding-top: 5.8rem;
}
.cont_3_box_img {
	width: 520px;
}

/*コンテンツ4（出店までの流れ）*/
#cont_4 {}
.cont_4_hdr {
	background-color: var(--red-color);
	color: #fff;
	padding: 6rem 0 5rem;
}
.cont_4_hdr h2 {
	font-size: 3.2rem;
}
.cont_4_hdr p {
	margin-top: 3rem;
	font-size: 2.4rem;
	text-align: center;
}
.cont_4_body {
	padding: 5rem 0 14.8rem;
}
.cont_4_box {
	width: 1048px;
	margin: 0 auto;
	position: relative;
}
.cont_4_box:nth-of-type(n+2) {
	margin-top: 5.6rem;
}
.cont_4_box::before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 138px;
	background-color: var(--orange-color);
	width: 36px;
	height: 36px;
	transform: rotate(45deg);
	z-index: -1;
}
.cont_4_box_inr {
	width: 100%;
	border: 2px solid var(--orange-color);
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.cont_4_box_entry {
	width: 310px;
	min-height: 11rem;
	background-color: var(--orange-color);
	font-weight: 600;
	font-size: 2.5rem;
	line-height: calc(32 / 25);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont_4_box_body {
	width: 658px;
	display: flex;
	font-size: 1.8rem;
	line-height: calc(32 / 18);
	align-items: center;
	padding-right: 56px;
}
.cont_4_box_end .cont_4_box_inr {
	border-color: var(--red-color);
	background-color: var(--red-color);
}
.cont_4_box_end::before {
	display: none;
}
.cont_4_box_end_body {
	width: 100%;
	min-height: 11rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.2rem;
	color: #fff;
}
.cont_4_1 .cont_4_box_body a {
	display: block;
	width: 50rem;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	background-color: var(--red-color);
	padding: 1.5rem;
	border-radius: 2.5rem;
	margin: 0 auto;
}

/*コンテンツ5（FAQ）*/
#cont_5 {}
.cont_5_hdr {
	background-color: var(--orange-color);
	color: #fff;
	padding: 6rem 0 5.4rem;
	letter-spacing: 0.15em;
}
.cont_5_body {
	padding: 9.6rem 0 22rem;
}
.cont_5_box {
	width: 115rem;
	padding: 3rem 0;
	margin: 0 auto;
	line-height: calc(32 / 18);
}
.cont_5_box:nth-of-type(n+2) {
	border-top: 1px solid var(--main-color);
}
.cont_5_box_q,
.cont_5_box_a {
	display: flex;
	justify-content: space-between;
}
.cont_5_box_a {
	margin-top: 0.5em;
}
.cont_5_box_q_icon,
.cont_5_box_a_icon {
	width: 4rem;
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
	font-size: 3rem;
	line-height: 1;
}
.cont_5_box_a_icon {
	color: var(--red-color);
}
.cont_5_box_q_txt,
.cont_5_box_a_txt {
	width: 1042px;
}

/*フッター*/
#ftr {
	background-color: var(--orange-color);
	padding: 10.6rem 0 7.2rem;
}
.ftr_logo {
	width: 70rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.ftr_logo_1 {
	width: calc(254 / 700 * 100%);
}
.ftr_logo_2 {
	width: calc(304 / 700 * 100%);
}
.ftr_copy {
	margin-top: 7rem;
	font-size: 1.8rem;
	text-align: center;
	color: #fff;
}

/*ページトップ*/
.pagetop {
	position: fixed;
	bottom: 16px;
	right: 8px;
	width: 58px;
	z-index: 999;
}