@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

body {
	background-color: #303030;
	font-family: "Zen Old Mincho", serif;
	color: #ffffff;
}

/* ---------------------------------------------------------------------------------------------------- */

.fv_other {
	background-image: url(../img/fv_other_2.webp);
}

.fv_other .text_wrap .text_1 {
	font-family: "Zen Old Mincho", serif;
	color: #ffffff;
}

.fv_other .text_wrap .text_2 {
	font-family: "Playfair Display", serif;
	color: #ffffff;
}

.fv_other .text_wrap .text {
	text-shadow: 4px 4px 4px rgba(48, 48, 48, 1);
}

@media screen and (min-width: 768px) {
	.fv_other {
		background-image: none;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.table {
	width: 100%;
}

.table tr th,
.table tr td {
	display: block;
	padding: 12px;
	border: 0;
	border-bottom: 1px #ffffff solid;
	font-weight: 600;
}

.table tr th {}

.table tr td {}

@media screen and (min-width: 768px) {
	.table tr th,
	.table tr td {
		display: table-cell;
		width: 50%;
		padding-top: 24px;
	}

	.table tr th {
		padding-left: 0;
	}

	.table tr td {
		padding-right: 0;
	}
}

@media screen and (min-width: 1440px) {
	.table tr th,
	.table tr td {
		font-size: 1.5rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.textbox {
	padding: 0 0.1795em;
	aspect-ratio: 1 / 1;
}

.textbox_1 {
	border: 1px #000000 solid;
	background-color: #000000;
	color: #ffffff;
}

.textbox_2 {
	border: 1px #000000 solid;
	background-color: #ffffff;
	color: #000000;
}

@media screen and (min-width: 1440px) {
	.textbox {
		padding: 0 0.175em;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {
	padding: 10% 0 10%;
}

.section_1 .wrap {
	gap: 24px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	position: relative;
	font-size: 1.5rem;
}

.section_1 .heading_wrap .heading::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 150%;
	height: auto;
	aspect-ratio: 631 / 180;
	background-image: url(../img/supported_types_text.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_1 .heading_wrap .heading .main {
	color: #0093EE;
}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_1 .content_wrap .content_1 {
	gap: 24px;
}

.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text_1 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}


@media screen and (min-width: 768px) {
	.section_1 {}

	.section_1 .inner {
		padding: 10% 0;
	}

	.section_1 .wrap {
		margin: 0;
		margin-right: auto;
	}

	.section_1 .heading_wrap {
		align-items: flex-start;
		width: max-content;
		max-width: 100%;
	}

	.section_1 .heading_wrap .heading::before {
		
	}

	.section_1 .content_wrap {
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
		gap: 12px;
	}

	.section_1 .content_wrap .content .item_wrap {
		align-items: flex-start;
	}

	.section .content_wrap .content .item_wrap .item {
		width: max-content;
		max-width: 100%;
	}

	.section_1 .content_wrap .content_1 {
		width: 50%;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text {}

	.section_1 .content_wrap .content_2 {
		width: 50%;
	}

	.section_1 .content_wrap .content_2 .item_wrap {
		width: 100%;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item {
		width: 100%;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item img {
		width: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap {
		gap: 36px;
	}

	.section_1 .content_wrap .content_1 {
		width: 60%;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
		line-height: 2;
	}

	.section_1 .content_wrap .content_2 {
		width: 40%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .wrap {
		gap: 84px;
	}

	.section_1 .heading_wrap .heading {
		font-size: 3rem;
	}

	.section_1 .content_wrap {
		gap: 84px;
	}

	.section_1 .content_wrap .content_1 {
		width: 55%;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
		font-size: 1.25rem;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .text_1 {
		font-size: 2.5rem;
	}

	.section_1 .content_wrap .content_2 {
		width: 45%;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .content_wrap {}

	.section_1 .content_wrap .content_1 {}

	.section_1 .content_wrap .content_2 {}

	.section_1 .content_wrap .content_3 {
		right: -120px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {}

.section_2 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	padding: 0;
}

.section_2 .wrap {
	gap: 24px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {
	font-size: 2rem;
}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {
	gap: 24px;
	padding: 48px 0;
	background-image: url(../img/taiwanese-restaurants_bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_2 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_2 .content_wrap .content_1 .item_wrap .item .text_wrap .text_1 {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.section_2 .content_wrap .content_2 .item_wrap .item .text_wrap .text {
	display: block;
	width: 180px;
	padding: 12px 0;
	background-color: #ffffff;
	text-align: center;
	font-weight: 700;
	color: #303030;
}

.section_2 .wrap_2 {
    gap: 24px;
    width: 90%;
    margin: 0 auto;
}

.section_2 .wrap_2 .content_wrap {
	gap: 24px;
	padding: 0;
	background-image: none;
}

.section_2 .wrap_2 .content_wrap .content {
	width: 100%;
}

.section_2 .wrap_2 .content_wrap .content_1 {
	gap: 24px;
}

.section_2 .wrap_2 .content_wrap .content .item_wrap .item .text_wrap {
	align-items: flex-start;
}

@media screen and (min-width: 768px) {
	.section_2 .wrap_2 {
		margin: 0;
		margin-left: auto;
	}

	.section_2 .wrap_2_l {
		margin: 0;
		margin-right: auto;
	}

	.section_2 .wrap_2 .content_wrap {
		flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
		width: 100%;
	}

	.section_2 .wrap_2_l .content_wrap {
		flex-direction: row-reverse;
	}

	.section_2 .wrap_2 .content_wrap .content_1 {
		width: calc((100% - (12px * 1)) * 0.5);
	}

	.section_2 .wrap_2 .content_wrap .content_2 {
		width: calc((100% - (12px * 1)) * 0.5);
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .inner {
		gap: 72px;
	}

	.section_2 .wrap {
		gap: 48px;
	}

	.section_2 .content_wrap {
		gap: 36px;
		padding: 96px 0;
	}

	.section_2 .content_wrap .content .item_wrap .item .text_wrap {
		gap: 24px;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .text_wrap .text_2 {
		line-height: 2;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item .text_wrap .text {
		width: auto;
		padding: 12px 48px;
	}

	.section_2 .wrap_2 .content_wrap {
		gap: 36px;
	}

	.section_2 .wrap_2 .content_wrap .content_1 {
		width: calc((100% - (36px * 1)) * 0.5);
	}

	.section_2 .wrap_2 .content_wrap .content_2 {
		width: calc((100% - (36px * 1)) * 0.5);
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .inner {
		gap: 108px;
	}

	.section_2 .heading_wrap .heading {
		font-size: 4rem;
	}

	.section_2 .content_wrap {
		gap: 84px;
		padding: 168px 0;
	}

	.section_2 .content_wrap .content .item_wrap .item .text_wrap {
		gap: 36px;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .text_wrap .text_1 {
		font-size: 2.5rem;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .text_wrap .text_2 {
		font-size: 1.25rem;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item .text_wrap .text {
		font-size: 1.25rem;
	}

	.section_2 .wrap_2 .content_wrap {
		gap: 84px;
	}

	.section_2 .wrap_2 .content_wrap .content_1 {
		width: calc((100% - (84px * 1)) * 0.5);
	}

	.section_2 .wrap_2 .content_wrap .content_2 {
		width: calc((100% - (84px * 1)) * 0.5);
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_3 {}

.section_3 .inner {
	padding: 10% 0 10%;
}

.section_3 .wrap {
	gap: 24px;
}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {
	font-size: 2rem;
}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {}

.section_3 .content_wrap .content .item_wrap {}

.section_3 .content_wrap .content .item_wrap .item {}

.section_3 .content_wrap .content .item_wrap .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_3 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_3 .slider_wrap {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_3 .inner {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 1280px) {
	.section_3 .wrap {
		gap: 48px;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .wrap {
		gap: 158px;
	}

	.section_3 .heading_wrap .heading {
		font-size: 4rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_4 {}

.section_4 .inner {
	padding: 10% 0 10%;
}

.section_4 .wrap {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto 0;
}

.section_4 .heading_wrap {}

.section_4 .heading_wrap .heading {
	font-size: 2rem;
}

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_wrap .heading .sub {}

.section_4 .content_wrap {
	gap: 12px;
}

.section_4 .content_wrap .content {}

.section_4 .content_wrap .content .item_wrap {}

.section_4 .content_wrap .content .item_wrap .item {
	width: 100%;
}

.section_4 .content_wrap .content .item_wrap .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_4 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_4 .content_wrap .content_1 .item_wrap,
.section_4 .content_wrap .content_2 .item_wrap {
	gap: 12px;
}

.section_4 .content_wrap .content_3 .item_wrap .item .text_wrap .text {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.section_4 .content_wrap {
		gap: 24px;
	}

	.section_4 .content_wrap .content_1 .item_wrap,
	.section_4 .content_wrap .content_2 .item_wrap {
		flex-direction: row;
		align-items: flex-start;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item_1,
	.section_4 .content_wrap .content_2 .item_wrap .item_1 {
		width: calc((100% - (12px * 1)) * 0.6);
	}

	.section_4 .content_wrap .content_1 .item_wrap .item_2,
	.section_4 .content_wrap .content_2 .item_wrap .item_2 {
		width: calc((100% - (12px * 1)) * 0.4);
	}
}

@media screen and (min-width: 1280px) {
	.section_4 .wrap {
		gap: 48px;
	}

	.section_4 .content_wrap {
		gap: 36px;
	}

	.section_4 .content_wrap .content_1 .item_wrap,
	.section_4 .content_wrap .content_2 .item_wrap {
		gap: 24px;
	}
}

@media screen and (min-width: 1440px) {
	.section_4 .wrap {
		gap: 158px;
	}

	.section_4 .heading_wrap .heading {
		font-size: 4rem;
	}

	.section_4 .content_wrap {
		gap: 60px;
	}

	.section_4 .content_wrap .content_1 .item_wrap,
	.section_4 .content_wrap .content_2 .item_wrap {
		gap: 36px;
	}

	.section_4 .content_wrap .content_3 .item_wrap .item .text_wrap .text {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
