@charset "utf-8";

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

.fv {
	position: relative;
	height: 240px;
	background-color: #D0F5FD;
	overflow: hidden;
}

.fv .section_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_text {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	height: max-content;
	margin: 0;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}

.fv_text > * {
	display: block;
}

.fv_text > *:nth-of-type(1) {
	font-size: 0.5em;
	color: #009AB7;
}

.fv_text > *:nth-of-type(2) {
	font-size: 1em;
}

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

@media screen and (min-width: 1280px) {
	.fv {
		height: 360px;
	}
}

@media screen and (min-width: 1440px) {
	.fv_text {
		font-size: 3rem;
	}
}

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

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

.section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_inner {
	width: 100%;
	padding: 20% 0;
}

@media screen and (min-width: 768px) {
	.section_inner {
		padding: 10% 0;
	}
}

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

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

.section_1 {}

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

.section_1 .section_container {}

.section_1 .section_container_inner {}

.section_1 .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 90%;
	margin: 0 auto 0;
}

.section_1 .flex .text_wrap {
	background-color: #fff;
}

.section_1 .flex .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding-bottom: 24px;
	background-color: #fff;
}

.section_1 .flex .text_wrap .text_wrap_inner .text {
	font-weight: 500;
}

.section_1 .flex .text_wrap .text_wrap_inner .text_1 {
	font-size: 1.25rem;
	color: #009AB7;
}

.section_1 .flex .text_wrap .text_wrap_inner .text_2 {}

.section_1 .flex .img_wrap {}

.section_1 .flex .img_wrap .img_wrap_inner {}

.section_1 .flex .img_wrap .img_wrap_inner .img {}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .flex {
		flex-direction: row-reverse;
		width: 100%;
	}

	.section_1 .flex .text_wrap {
		width: 50%;
	}

	.section_1 .flex .text_wrap .text_wrap_inner {
		padding: 0;
		padding-right: 5%;
	}

	.section_1 .flex .text_wrap .text_wrap_inner .text {}

	.section_1 .flex .text_wrap .text_wrap_inner .text_1 {}

	.section_1 .flex .text_wrap .text_wrap_inner .text_2 {}

	.section_1 .flex .img_wrap {
		width: 50%;
	}

	.section_1 .flex .img_wrap .img_wrap_inner {
		padding-right: 5%;
	}

	.section_1 .flex .img_wrap .img_wrap_inner .img {}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .flex {}

	.section_1 .flex .text_wrap {}

	.section_1 .flex .text_wrap .text_wrap_inner {
		gap: 24px;
		padding-right: 10%;
	}

	.section_1 .flex .text_wrap .text_wrap_inner .text {}

	.section_1 .flex .text_wrap .text_wrap_inner .text_1 {}

	.section_1 .flex .text_wrap .text_wrap_inner .text_2 {}

	.section_1 .flex .img_wrap {}

	.section_1 .flex .img_wrap .img_wrap_inner {
		padding-right: 10%;
	}

	.section_1 .flex .img_wrap .img_wrap_inner .img {}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .flex {}

	.section_1 .flex .text_wrap {}

	.section_1 .flex .text_wrap .text_wrap_inner {
		gap: 36px;
		padding-right: 20%;
	}

	.section_1 .flex .text_wrap .text_wrap_inner .text {}

	.section_1 .flex .text_wrap .text_wrap_inner .text_1 {
		font-size: 2rem;
	}

	.section_1 .flex .text_wrap .text_wrap_inner .text_2 {
		font-size: 1.25rem;
	}

	.section_1 .flex .img_wrap {}

	.section_1 .flex .img_wrap .img_wrap_inner {}

	.section_1 .flex .img_wrap .img_wrap_inner .img {}
}

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

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .flex {}

	.section_1 .flex .text_wrap {}

	.section_1 .flex .text_wrap .text_wrap_inner {
		gap: 48px;
		padding-right: 30%;
	}

	.section_1 .flex .text_wrap .text_wrap_inner .text {}

	.section_1 .flex .text_wrap .text_wrap_inner .text_1 {}

	.section_1 .flex .text_wrap .text_wrap_inner .text_2 {}

	.section_1 .flex .img_wrap {}

	.section_1 .flex .img_wrap .img_wrap_inner {}

	.section_1 .flex .img_wrap .img_wrap_inner .img {}
}

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

.section_2 {}

.section_2 .section_inner {}

.section_2 .section_container {}

.section_2 .section_container_inner {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(208, 245, 253, 1) 43%, rgba(255, 255, 255, 1) 96%);
}

.section_2 .heading_cafe {
	position: relative;
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0;
	margin-bottom: 10%;
	margin-left: 5%;
	padding-left: 24px;
	font-size: 1.25rem;
	font-weight: 500;
}

.section_2 .heading_cafe::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(0, 255, 240, 1), rgba(0, 131, 254, 1));
}

.section_2 .flex_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_2 .flex_wrap .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 90%;
	margin: 0 auto 0;
	background-color: #fff;
}

.section_2 .flex_wrap .flex .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding: 5% 5% 24px;
}

.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text {
	font-weight: 500;
}

.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_label {
	padding: 4px 24px;
	background-color: #0ED2F7;
	border-radius: 4px;
	color: #fff;
}

.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_1 {
	font-size: 1.25rem;
}

.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_2 {}

.section_2 .flex_wrap .flex .img_wrap {}

.section_2 .flex_wrap .flex .img_wrap .img_wrap_inner {}

.section_2 .flex_wrap .flex .img_wrap .img_wrap_inner .img {}

.section_2 .flex_wrap .inst {
	display: block;
	width: 90%;
}

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

	.section_2 .section_inner {
		padding: 10% 0 0;
	}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .heading_cafe {}

	.section_2 .heading_cafe::before {}

	.section_2 .flex_wrap {
		gap: 48px;
	}

	.section_2 .flex_wrap .flex {
		flex-direction: row-reverse;
		align-items: stretch;
		width: 100%;
	}

	.section_2 .flex_wrap .flex.reverse {
		flex-direction: row;
	}

	.section_2 .flex_wrap .flex .text_wrap {
		width: 50%;
	}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner {
		padding: 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text {}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_label {}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_1 {}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_2 {}

	.section_2 .flex_wrap .flex .img_wrap {
		width: 50%;
	}

	.section_2 .flex_wrap .flex .img_wrap .img_wrap_inner {}

	.section_2 .flex_wrap .flex .img_wrap .img_wrap_inner .img {}

	.section_2 .flex_wrap .inst {
		width: 40%;
	}
}

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

	.section_2 .section_inner {
		padding: 5% 0 0;
	}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .heading_cafe {
		margin-bottom: 5%;
	}

	.section_2 .heading_cafe::before {}

	.section_2 .flex_wrap {}

	.section_2 .flex_wrap .flex {}

	.section_2 .flex_wrap .flex.reverse {}

	.section_2 .flex_wrap .flex .text_wrap {}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner {
		gap: 24px;
		padding-left: 10%;
		padding-right: 10%;
	}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text {}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_label {}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_1 {}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_2 {}

	.section_2 .flex_wrap .flex .img_wrap {}

	.section_2 .flex_wrap .flex .img_wrap .img_wrap_inner {}

	.section_2 .flex_wrap .flex .img_wrap .img_wrap_inner .img {}

	.section_2 .flex_wrap .inst {}
}

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

	.section_2 .section_inner {}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .heading_cafe {
		margin-left: 15%;
		font-size: 2.25rem;
	}

	.section_2 .heading_cafe::before {}

	.section_2 .flex_wrap {
		gap: 120px;
	}

	.section_2 .flex_wrap .flex {}

	.section_2 .flex_wrap .flex.reverse {}

	.section_2 .flex_wrap .flex .text_wrap {}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner {
		gap: 36px;
		padding-right: 20%;
	}

	.section_2 .flex_wrap .flex.reverse .text_wrap .text_wrap_inner {
		padding-left: 20%;
		padding-right: 10%;
	}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text {}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_label {
		font-size: 1.25rem;
	}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_1 {
		font-size: 2rem;
	}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_2 {
		font-size: 1.25rem;
	}

	.section_2 .flex_wrap .flex .img_wrap {}

	.section_2 .flex_wrap .flex .img_wrap .img_wrap_inner {}

	.section_2 .flex_wrap .flex .img_wrap .img_wrap_inner .img {}

	.section_2 .flex_wrap .inst {
		width: 30%;
	}
}

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

	.section_2 .section_inner {}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .heading_cafe {}

	.section_2 .heading_cafe::before {}

	.section_2 .flex_wrap {}

	.section_2 .flex_wrap .flex {}

	.section_2 .flex_wrap .flex.reverse {}

	.section_2 .flex_wrap .flex .text_wrap {}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner {
		gap: 48px;
		padding-right: 30%;
	}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text {}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_label {}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_1 {}

	.section_2 .flex_wrap .flex .text_wrap .text_wrap_inner .text_2 {}

	.section_2 .flex_wrap .flex .img_wrap {}

	.section_2 .flex_wrap .flex .img_wrap .img_wrap_inner {}

	.section_2 .flex_wrap .flex .img_wrap .img_wrap_inner .img {}

	.section_2 .flex_wrap .inst {}
}

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

.section_3 {
    position: relative;
    background-image: url(../img/cafe_menu_bg_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 90%;
}

.section_3 .section_inner {}

.section_3 .section_container {}

.section_3 .section_container_inner {}

.section_3 .heading_cafe {
	position: relative;
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0;
	margin-bottom: 10%;
	margin-left: 5%;
	padding-left: 24px;
	font-size: 1.25rem;
	font-weight: 500;
}

.section_3 .heading_cafe::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 100%;
	background-image: linear-gradient(90deg, rgba(0, 255, 240, 1), rgba(0, 131, 254, 1));
}

.section_3 .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_3 .flex .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 90%;
	margin: 0 auto 0;
	padding: 5%;
	background-color: #fff;
}

.section_3 .flex .box table {
	width: 100%;
}

.section_3 .flex .box table tr {}

.section_3 .flex .box table tr th,
.section_3 .flex .box table tr td {
	width: 50%;
	border: 0;
	border-bottom: 1px #B5B5B5 solid;
	font-weight: 500;
}

.section_3 .flex .box table tr th {
	padding-left: 0;
	text-align: left;
}

.section_3 .flex .box table tr td {
	padding-right: 0;
	text-align: right;
}

.section_3 .swiper {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_3 {
		background-image: url(../img/cafe_menu_bg_pc.png);
		background-position: 50% 95%;
	}

	.section_3 .section_inner {}

	.section_3 .section_container {}

	.section_3 .section_container_inner {}

	.section_3 .heading_cafe {
		margin: 0 auto 5% 5%;
	}

	.section_3 .heading_cafe::before {}

	.section_3 .flex {}

	.section_3 .flex .box {}

	.section_3 .flex .box table {}

	.section_3 .flex .box table tr {}

	.section_3 .flex .box table tr th,
	.section_3 .flex .box table tr td {}

	.section_3 .flex .box table tr th {}

	.section_3 .flex .box table tr td {}

	.section_3 .flex .box_2 table tr th {
		width: 30%;
	}

	.section_3 .flex .box_2 table tr td {
		width: 70%;
		text-align: left;
	}

	.section_3 .swiper {}
}

@media screen and (min-width: 1280px) {
	.section_3 {
		background-position: 50% 80%;
	}

	.section_3 .section_inner {}

	.section_3 .section_container {}

	.section_3 .section_container_inner {}

	.section_3 .heading_cafe {
		margin: 0 auto 5% 20%;
	}

	.section_3 .heading_cafe::before {}

	.section_3 .flex {}

	.section_3 .flex .box {
		padding: 2.5% 5%;
		width: 60%;
	}

	.section_3 .flex .box_1 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		gap: 24px;
	}

	.section_3 .flex .box table {}

	.section_3 .flex .box table tr {}

	.section_3 .flex .box table tr th,
	.section_3 .flex .box table tr td {}

	.section_3 .flex .box table tr th {}

	.section_3 .flex .box table tr td {}

	.section_3 .swiper {}
}

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

	.section_3 .section_inner {}

	.section_3 .section_container {}

	.section_3 .section_container_inner {}

	.section_3 .heading_cafe {
		margin: 0 auto 5% 20%;
		font-size: 2.25rem;
	}

	.section_3 .heading_cafe::before {}

	.section_3 .flex {
		gap: 60px;
	}

	.section_3 .flex .box {
		padding: 2.5% 10%;
	}

	.section_3 .flex .box_1 {}

	.section_3 .flex .box table {}

	.section_3 .flex .box table tr {}

	.section_3 .flex .box table tr th,
	.section_3 .flex .box table tr td {}

	.section_3 .flex .box table tr th {}

	.section_3 .flex .box table tr td {}

	.section_3 .swiper {}
}

@media screen and (min-width: 1920px) {
	.section_3 {
		background-position: 50% 20%;
	}

	.section_3 .section_inner {}

	.section_3 .section_container {}

	.section_3 .section_container_inner {}

	.section_3 .heading_cafe {}

	.section_3 .heading_cafe::before {}

	.section_3 .flex {}

	.section_3 .flex .box {}

	.section_3 .flex .box_1 {}

	.section_3 .flex .box table {}

	.section_3 .flex .box table tr {}

	.section_3 .flex .box table tr th,
	.section_3 .flex .box table tr td {}

	.section_3 .flex .box table tr th {}

	.section_3 .flex .box table tr td {}

	.section_3 .swiper {}
}

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