@charset "utf-8";

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

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

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

.section_1 {}

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

.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 {
	padding-bottom: 40%;
	background-image: url(../img/trentotto_about_img_2.webp);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 95% auto;
}

.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 {
		padding-bottom: 20%;
		background-size: 50% auto;
	}

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

	.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 {
	background-image: url(../img/trentotto_menu_bg_sp.webp);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

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

.section_2 .wrap {}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {}

.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 {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .img {
	width: 90%;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
	width: 80%;
	margin-top: -24px;
	padding: 24px 0;
	background-color: rgba(255, 255, 255, 0.7);
}

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

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	font-size: 0.875rem;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .big {
	font-size: 1rem;
}

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

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

.section_2 .content_wrap .content .item_wrap .item .btn_wrap .btn_wrap_inner .btn {
	width: 240px;
}

@media screen and (min-width: 768px) {
	.section_2 {
		background-image: url(../img/trentotto_menu_bg_pc.webp);
	}

	.section_2 .inner {
		padding: 0 0 15%;
	}

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

	.section_2 .content_wrap .content .item_wrap .item .item_inner {
		flex-direction: row-reverse;
		align-items: center;
		gap: 0;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .img {
		width: 52.5%;
		margin: 0;
		margin-left: -2.5%;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: 52.5%;
		margin: 0;
		margin-right: -2.5%;
	}

	.section_2 .content_wrap .content .item_wrap .item .btn_wrap .btn_wrap_inner {
		flex-direction: row;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .content_wrap .content .item_wrap .item .btn_wrap {
		position: relative;
		z-index: 1;
		margin-top: -10%;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		margin-top: -10%;
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		font-size: 1rem;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .big {
		font-size: 1.5rem;
	}

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

@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 {
	align-items: flex-start;
	width: 90%;
}

.section_3 .heading_wrap .heading {}

.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 {
	align-items: flex-start;
	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 {
	overflow: visible;
}

.section_3 .swiper-button-prev,
.section_3 .swiper-button-next {
	top: -12px;
	left: 0;
	transform: translate(0, -100%);
	width: 36px;
	height: auto;
	margin: 0;
	aspect-ratio: 1 / 1;
	border: 1px #797979 solid;
	font-size: unset;
	color: #797979;
}

.section_3 .swiper-button-prev {
	left: 5%;
}

.section_3 .swiper-button-next {
	left: 20%;
}

.swiper-button-prev:after, .swiper-button-next:after {
	font-size: 1rem;
}

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

	.section_3 .heading_wrap {
		width: max-content;
		max-width: 100%;
	}

	body.trentotto .section_3 .heading::before {
		top: -24px;
		bottom: auto;
		left: auto;
		right: -12px;
		transform: translate(100%, 0);
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: 90%;
		max-width: 1280px;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 24px;
	}

	.section_3 .swiper-button-next {
		left: 12.5%;
	}
}

@media screen and (min-width: 1280px) {
	body.trentotto .section_3 .heading::before {
		top: -12px;
	}

	.section_3 .swiper-button-prev,
	.section_3 .swiper-button-next {
		top: -72px;
	}

	.section_3 .swiper-button-prev {
		left: auto;
		right: 10%;
	}

	.section_3 .swiper-button-next {
		left: auto;
		right: 5%;
	}
}

@media screen and (min-width: 1440px) {
	body.trentotto .section_3 .heading::before {
		top: 0;
		right: -36px;
	}

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

@media screen and (min-width: 1920px) {
	.section_3 .swiper-button-prev {
		left: auto;
		right: 25%;
	}

	.section_3 .swiper-button-next {
		left: auto;
		right: 20%;
	}
}

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

.section_4 {}

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

.section_4 .wrap {}

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

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

.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 .img {
	width: 90%;
	margin-right: auto;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
	gap: 24px;
	width: 90%;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
}

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

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text.flex {
	/* display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0px; */
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text.flex > span:first-child {
    flex: 0 0 auto;      /* 中身幅 */
    white-space: nowrap; /* 「住所：」を改行させない */
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text.flex > span:last-child {
    flex: 1 1 auto;      /* 残り幅 */
    min-width: 0;        /* 折り返し/はみ出し対策 */
    word-break: break-word;
}

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

	.section_4 .heading_wrap {
		align-items: flex-end;
	}

	body.trentotto .section_4 .heading::before {
		left: auto;
		right: -24px;
	}

	.section_4 .content_wrap .content .item_wrap .item {
		width: 95%;
		margin-right: auto;
	}

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

	.section_4 .content_wrap .content .item_wrap .item .item_inner .img {
		width: calc((100% - (24px * 1)) * 0.5);
		margin: 0;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		align-items: flex-end;
		width: calc((100% - (24px * 1)) * 0.5);
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		align-items: flex-end;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		text-align: right;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner_3 .text {
		font-size: 1.25rem;
	}
}

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

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

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

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

	.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner_3 .text {
		font-size: 1.25rem;
	}

	.section_4 .content_wrap .content .item_wrap .item .item_inner .text_wrap .btn {
		width: 324px;
	}
}

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

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