@charset "utf-8";

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

.now.index::before {
	content: "";
}

body.trentotto .header {
	background-color: #ffffff;
}

.fv_trentotto_other .text_posi {
	top: 50%;
}

@media screen and (min-width: 768px) {
	body.trentotto .header_inner {
		width: 90%;
		max-width: 1280px;
	}
}

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

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

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

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

.section_1 {}

.section_1 .inner {
	position: relative;
	padding: 20% 0 20%;
}

.section_1 .wrap {}

.section_1 .heading_wrap {
	align-items: flex-start;
}

.section_1 .heading_wrap .heading {
	align-items: flex-start;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.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 .item_inner {
	gap: 24px;
}

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

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

.section_1 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner .img {}

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

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 24px;
	width: 90%;
}

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

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding: 5% 0 5%;
	}

	body.trentotto .section_1 .heading::before {
		left: -20px;
	}

	.section_1 .content_wrap .content .item_wrap .item {
		margin-left: auto;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img {
		width: calc((100% - (24px * 1)) * 0.55);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (24px * 1)) * 0.45);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		width: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content .item_wrap .item {
		padding-bottom: 7.5%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .heading_wrap .heading {
		gap: 36px;
	}

	body.trentotto .section_1 .heading::before {
		bottom: -24px;
		left: -20px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		gap: 60px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img {
		width: calc((100% - (60px * 1)) * 0.55);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (60px * 1)) * 0.45);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		gap: 36px;
	}
}

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

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

.section_2 {}

.section_2 .inner {
	position: relative;
	padding: 20% 0;
}

.section_2 .wrap {}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

body.trentotto .section_2 .heading::before {
	content: none;
}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {
	gap: 24px;
}

.section_2 .content_wrap .content .item_wrap {}

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

.section_2 .content_wrap .content .item_wrap .item .item_inner {
	gap: 48px;
}

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

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

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

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

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

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_title .text {
	position: relative;
	font-size: 1.5rem;
	line-height: 1;
	color: #635C53;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_title .text::before,
.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_title .text::after {
	content: "";
	position: absolute;
	top: 50%;
	/* width: 100%; */
	width: var(--line-w, 0px);
	height: 1px;
	background-color: #635C53;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_title .text::before {
	left: -12px;
	transform: translate(-100%, -50%);
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_title .text::after {
	right: -12px;
	transform: translate(100%, -50%);
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_desc .text {
	text-align: center;
}

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

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table_title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
	padding: 12px;
	background-color: #ECECE8;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table_title .text {
	font-size: 1.25rem;
	color: #635C53;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table {
	width: 100%;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tr {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tr th {
	display: block;
	padding: 20px 10px;
	border: 0;
	border-bottom: 1px #635C53 solid;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tr th .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tr th .flex .text {
	font-weight: 400;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tr td {
	display: block;
	padding: 20px 10px;
	border: 0;
	border-bottom: 1px #635C53 solid;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tr td .flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tr td .flex .text {
	font-weight: 400;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tr td .flex .pink {
	font-size: 1.25rem;
	color: #E8BAF4;
}

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

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_tag .tag {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	padding: 12px;
	background-color: #ECECE8;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_tag .tag .text {}

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

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_memo .text {
	text-align: center;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_img {
	width: 100%;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_img .img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_2 .inner {
		padding: 5% 0;
	}

	.section_2 .content_wrap .content {
		gap: 72px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner {
		gap: 48px;
	}


	.section_2 .content_wrap .content .item_wrap .item .item_inner .menu {
		gap: 24px;
		width: 90%;
		max-width: 1120px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table {
		margin: 0 -20px;
		border-collapse: separate;
		border-spacing: 20px 0;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tbody {
		width: 100%;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tr th,
	.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tr td {
		display: table-cell;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tr th {
		width: 70%;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tr td {
		width: 30%;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table tr td .flex {
		justify-content: center;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_tag {
		flex-direction: row;
		gap: 24px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_tag .tag {
		width: calc((100% - (24px * 1)) / 3);
	}
}

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

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

	.section_2 .heading_wrap .text {
		font-size: 1.125rem;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .menu {
		gap: 48px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .menu_title .text {
		font-size: 2.5rem;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .menu .table_wrap .table_title .text {
		font-size: 1.5rem;
	}
}

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

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

.section_3 {
	background-color: #ECECE8;
}

.section_3 .inner {
	position: relative;
	padding: 20% 0;
}

.section_3 .wrap {}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

body.trentotto .section_3 .heading::before {
	content: none;
}

.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 .item_inner {
	gap: 60px;
}

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
	width: 90%;
}

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	gap: 36px;
}

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

.section_3 .slider_wrap {
	width: 100%;
}

.section_3 .swiper_2_re {
	margin-top: 24px;
}

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

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

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

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

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

.section_4 {}

.section_4 .inner {
	position: relative;
	padding: 20% 0;
}

.section_4 .wrap {}

.section_4 .heading_wrap {}

.section_4 .heading_wrap .heading {}

body.trentotto .section_4 .heading::before {
	content: none;
}

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_wrap .heading .sub {}

.section_4 .content_wrap {}

.section_4 .content_wrap .content {}

.section_4 .content_wrap .content .item_wrap {}

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

.section_4 .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    width: 90%;
}

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

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr {}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th,
.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td {
    display: block;
    padding: 20px 10px;
    border: 0;
    border-bottom: 1px #635C53 solid;
	vertical-align: middle;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr:first-child th {
	border-top: 1px #635C53 solid;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th .flex .text,
.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td .flex .text {
	font-weight: 400;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th {}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th .flex {
	height: 100%;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th .flex .text {}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td {}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td .flex {}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td .flex .text {}

@media screen and (min-width: 768px) {
	.section_4 .inner {
		padding: 5% 0;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner {
		gap: 48px;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap {
		width: 90%;
		max-width: 1220px;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table {
        margin: 0 -20px;
        border-collapse: separate;
        border-spacing: 20px 0;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th,
	.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td {
		display: table-cell;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr:first-child th,
	.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr:first-child td {
		border-top: 1px #635C53 solid;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th .flex {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0px;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_4 .content_wrap .content .item_wrap .item .item_inner {
		gap: 60px;
	}
}

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

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