@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

#contents {
    background: #FAFAFA;
	width: 100%;
	padding: 0;
}

.breadcrumbs {
    max-width: 100%;
}

.org-main * {
	color: #1C1C1C;
	font-family: "Noto Sans JP";
}
.org-main * a:hover {
	opacity: 1;
}
.org-main {
	overflow: hidden;
	background: #FFF;
}

[class*="__section"].bg-gray {
	background: #F4F4F4;
}
.section__inner {
	width: 1140px;
	margin: 0 auto;
}
.section__headline {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	font-size: 72px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
	font-family: var(--text-Lato-font);
}
	.section__headline span {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.8;
	}
[class*="contents__title--"] {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 1.2px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 30px;
	position: relative;
}
	[class*="contents__title--"] span {
		font-size: inherit;
		color: #FF5800;
	}


/*---------------------- メイン画像 ----------------------*/

[class*="mainview__section--"] {
	padding: 44px 0 54px;
}
.mainview__section--pet {
	background: url(/images/conditions/bg_mainview-pet.webp) no-repeat bottom center / cover;
}
.mainview__section--low-price {
	background: url(/images/conditions/bg_mainview-low-price.webp) no-repeat center / cover;
}
.mainview__section--short-stay {
	background: url(/images/conditions/bg_mainview-short-stay.webp) no-repeat center / cover;
}
.mainview__section--furnished {
	background: url(/images/conditions/bg_mainview-furnished.webp) no-repeat center / cover;
}
.mainview__section--business-trip {
	background: url(/images/conditions/bg_mainview-business-trip.webp) no-repeat center / cover;
}
	.conditions__title {
		font-size: 46px;
		font-weight: 700;
		line-height: 1.25;
	}
		.conditions__title span {
			font-size: 46px;
			font-weight: 700;
			line-height: 1.25;
			color: #FF5800;
		}
	.conditions__sub-title {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.8;
	}
		.conditions__sub-title span {
			display: block;
			font-size: 12px;
			font-weight: 500;
			line-height: 1;
			margin-top: 15px;
		}

/*---------------------- 物件検索 ----------------------*/

.search__section {
	padding-block: 60px 70px;
}
	.contents__title--search::before {
		content: '';
		background: url(/images/conditions/icon_search-mascot.svg) no-repeat center / cover;
		display: block;
		width: 100px;
		height: 132px;
		position: absolute;
		right: 32px;
		bottom: -5px;
	}
	.search__area-list {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
		.search__area-item {
			width: 212px;
			height: 141px;
			border-radius: 5px;
			box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.12);
			overflow: hidden;
		}
		.search__area-item a {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			height: 100%;
			position: relative;
		}
		.search__area-item .area__nolink {
			pointer-events: none;
			box-shadow: none;
		}
		.search__area-item:has(.area__nolink) {
			pointer-events: none;
			box-shadow: none;
		}
		.search__area-item .area__nolink img {
			filter: grayscale(70%);
		}
			.search__area-name {
				width: 100%;
				font-size: 20px;
				font-weight: 700;
				line-height: 1.25;
				color: #FFF;
				text-align: center;
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%,-50%);
			}

/*---------------------- 都道府県から探す ----------------------*/

.prefectures__section {
	padding: 50px 0 70px;
}
	.prefectures__contents {
		display: flex;
		gap: 39px;
		margin-left: 26px;
	}
		.prefectures__area-wrap {
			display: flex;
			flex-direction: column;
			gap: 20px;
		}
			.prefectures__area-group {
				display: flex;
				align-items: center;
				gap: 15px;
			}
				.prefectures__area-title {
					width: 48px;
					font-size: 16px;
					font-weight: 700;
					line-height: 1.25;
				}
				.prefectures__area-list {
					display: flex;
					align-items: center;
					gap: 5px;
				}
					.prefectures__area-item a {
						display: flex;
						justify-content: center;
						align-items: center;
						padding: 0 15px;
						height: 28px;
						border-radius: 5px;
						background: var(--color-primary-grayscale-white);
						font-size: 14px;
						font-weight: 400;
						line-height: 1;
					}
					.prefectures__area-item.no-link a {
						color: var(--color-primary-grayscale-gray);
						pointer-events: none;
					}
					.prefectures__area-item a:hover {
						color: #FF5800;
					}

/*---------------------- 物件リクエスト ----------------------*/

.request__section {
	padding: 99px 0 100px;
	background: url(/images/conditions/bg_request.webp) no-repeat center / cover;
}
	.request__contents {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 127px;
	}
		.request__title {
			display: flex;
			flex-direction: column;
			gap: 10px;
			font-size: 30px;
			font-weight: 700;
			line-height: 1.25;
			letter-spacing: 1.2px;
			color: #FFF;
			margin-bottom: 19px;
		}
			.request__title span {
				font-size: 16px;
				font-weight: 700;
				line-height: 1;
				color: #FFF;
				letter-spacing: 0;
			}
		.request__text {
			font-size: 14px;
			font-weight: 500;
			line-height: 2.1;
			color: #FFF;
		}
		.request__more a {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 400px;
			height: 96px;
			background: #FF5800;
			border-radius: 5px;
			font-size: 20px;
			font-weight: 700;
			line-height: 1;
			color: #FFF;
			padding-right: 11px;
			position: relative;
		}
			.request__more-arrow {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 26px;
				height: 26px;
				background: #FFF;
				border-radius: 50%;
				padding-left: 2px;
				position: absolute;
				top: 50%;
				right: 24px;
				transform: translateY(-50%);
			}
			.request__more-arrow svg {
				width: 5px;
				height: 8px;
				fill: none;
				stroke: #FF5800;
			}

/*---------------------- ご利用ガイド ----------------------*/

.guide__section {
	padding: 58px 0 69px;
}

/*---------------------- ご契約の流れ ----------------------*/

.flow__section {
	padding: 50px 0 70px;
}
	.flow__inner {
		position: relative;
	}
		.flow__inner::after {
			content: '';
			background: url(/images/conditions/icon_flow-mascot.svg) no-repeat center / cover;
			display: block;
			width: 95px;
			height: 125px;
			position: absolute;
			right: 75px;
			bottom: -79px;
		}
	.flow__list {
		display: flex;
		gap: 0 24px;
		margin-top: 44px;
		margin-bottom: 30px;
		position: relative;
		z-index: 1;
	}
	.flow__list::before {
		content: '';
		background: #FFF;
		width: 100%;
		height: 4px;
		position: absolute;
		top: 81px;
		left: 0;
		right: 0;
		z-index: -1;
	}
		.flow__item {
			width: 170px;
			position: relative;
		}
			.flow__num {
				display: flex;
				align-items: center;
				padding: 6px 15px;
				background: var(--black);
				border-radius: 110px;
				font-weight: 700;
				line-height: 1;
				color: var(--white);
				position: absolute;
				top: -13px;
				left: 50%;
				transform: translateX(-50%);
			}
			.flow__image {
				width: 100%;
				margin-bottom: 8px;
			}
			.flow__title {
				font-weight: 700;
				line-height: 1.25;
				text-align: center;
				margin-bottom: 5px;
			}
			.flow__text {
				line-height: 1.5;
			}
	.more__button a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 280px;
		height: 50px;
		margin: 0 auto;
		background: #1C1C1C;
		border-radius: 5px;
		box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.30);
		font-size: 16px;
		font-weight: 700;
		line-height: 1.5;
		color: #FFF;
		padding-right: 8px;
		padding-bottom: 4px;
		position: relative;
	}
		.more__arrow {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 22px;
			height: 22px;
			background: #FFF;
			border-radius: 50%;
			padding-left: 2px;
			position: absolute;
			top: 50%;
			right: 15px;
			transform: translateY(-50%);
		}
			.more__arrow svg {
				width: 5px;
				height: 8px;
				fill: none;
				stroke: #1C1C1C;
			}

/*---------------------- ペット可のマンスリーマンション特集 ----------------------*/

.pickup__section {
	padding: 50px 0 70px;
}
	.pickup__text {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.8;
	}
	.pickup__notes {
		display: block;
		font-size: 12px;
		font-weight: 500;
		line-height: 1;
		margin-top: 15px;
	}

/*---------------------- ペット可マンスリーマンションで確認しておきたいポイント ----------------------*/

.point__section {
	padding: 50px 0 70px;
	background: #F4F4F4;
}
	.point__contents {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
		.point__detail {
			padding: 30px;
			background: #FFF;
		}
			.point__title {
				display: flex;
				align-items: center;
				gap: 8px;
				font-size: 20px;
				font-weight: 700;
				line-height: 1.25;
				color: #000;
				margin-bottom: 9px;
			}
				.point__title::before {
					content: '';
					background: #FF5800;
					display: block;
					width: 14px;
					height: 14px;
					border-radius: 50%;
				}
			.point__text {
				font-size: 14px;
				font-weight: 400;
				line-height: 1.8;
			}
			.more__button.point__more {
				margin-left: 80px;
			}
				.more__button.point__more a {
					width: 240px;
					height: 44px;
					margin: 0;
					padding-right: 15px;
					font-size: 14px;
					line-height: 1;
					position: relative;
				}
					.point__more a span {
						width: 16px;
						height: 16px;
						right: 11px;
					}
						.point__more a span svg {
							position: absolute;
							top: 50%;
							left: 50%;
							transform: translate(-50%, -50%);
						}

            .point__more {
                margin-top: 8px;
            }
                .point__more a {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 240px;
                    height: 44px;
                    background: #1C1C1C;
                    border: 1px solid var(--color-primary-grayscale-black);
                    border-radius: 5px;
                    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.30);
                    font-size: var(--size-XS);
                    font-weight: 700;
                    line-height: 1;
                    color: #FFF;
                    position: relative;
                    padding: 0 6px 2px 0;
                    transition: .4s;
                }
                .point__more a:hover {
                    background: var(--color-primary-grayscale-white);
                    color: var(--color-primary-grayscale-black);
                    box-shadow: unset;
                    transition: .4s;
                }

                    .point__more a span {
                        width: 16px;
                        height: 16px;
                        background: var(--color-primary-grayscale-white);
                        border-radius: 50%;
                        position: absolute;
                        top: 50%;
                        right: 10px;
                        transform: translateY(-50%);
                        transition: .4s;
                    }

                    .point__more a:hover span {
                        background: var(--color-primary-grayscale-black);
                        transition: .4s;
                    }
                    
                        .point__more a span svg {
                            width: 5px;
                            height: 8px;
                            fill: none;
                            stroke: var(--color-primary-grayscale-black);
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            transition: .4s;
                        }

                        .point__more a:hover span svg {
                            stroke: var(--color-primary-grayscale-white);
                            transition: .4s;
                        }

/*---------------------- ペット可の新着情報 ----------------------*/

.newbkn__section {
    padding: 82px 0 100px;
}
	.no-slide .newbkn__list {
		display: flex;
		gap: 20px;
		align-items: stretch;
	}
	.newbkn__contents .newbkn__list.swiper-wrapper {
		align-items: stretch;
	}
	.newbkn__contents .newbkn__card.swiper-slide {
		height: auto;
	}
    .newbkn__card {
        width: 270px;
		position: relative;
		display: flex;
		flex-direction: column;
    }
        .newbkn__card .more__button {
            margin-top: auto;
        }
        .newbkn__image {
            width: 100%;
            height: 203px;
            margin-bottom: 10px;
            position: relative;
        }
            .newbkn__image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .newbkn__favorite {
                background: url(/images/top/icon_favorite.webp) no-repeat center / cover;
                display: block;
                width: 40px;
                height: 40px;
                position: absolute;
                top: 8px;
                right: 8px;
				z-index: 1;
            }
            .newbkn__favorite.is-checked {
                background: url(/images/top/icon_favorite_on.webp) no-repeat center / cover;
            }
            /* グレードバッジは物件画像の左上に重ねる（該当時のみ） */
            .newbkn__image .newbkn__type-slot {
                position: absolute;
                left: 8px;
                top: 8px;
                z-index: 1;
                min-height: 0;
                margin-bottom: 0;
            }
                .newbkn__image .newbkn__type-slot .newbkn__type {
                    margin-bottom: 0;
                }
        .newbkn__summary {
            margin-bottom: 9px;
        }
            .newbkn__label-list {
                display: flex;
                gap: 0 3px;
                margin-bottom: 10px;
            }
                [class*="newbkn__label-item--"] {
                    flex: 1;
                    display: flex;
                    justify-content: center;
                    align-content: center;
                    width: 100%;
                    height: fit-content;
                    padding: 6px 0;
                    font-size: 12px;
                    font-weight: 700;
                    color: var(--white);
                    line-height: 1;
                    text-align: center;
                }
                .newbkn__label-item--01 {
                    background: var(--orange);
                }
                .newbkn__label-item--02 {
                    background: var(--red);
                }
                .newbkn__label-item--03 {
                    background: var(--yellow);
                }
                .newbkn__label-item--04 {
                    background: #5FB530;
                }
            .newbkn__name {
                font-size: 20px;
                font-weight: 700;
                line-height: 1;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-bottom: 10px;
            }
            .newbkn__type {
                display: flex;
                justify-content: center;
                align-items: center;
                width: fit-content;
                height: fit-content;
                padding: 6px 12px;
                background: #FFF;
                border-radius: 999px;
                font-size: 12px;
                font-weight: 700;
                line-height: 1;
                color: var(--text-orange-color);
                margin-bottom: 5px;
            }
            [class*="newbkn__short-wrap"] {
                display: flex;
                gap: 0 8px;
            }
            .newbkn__short-wrap--sshort {
                margin-bottom: 5px;
            }
                .short__label {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    min-width: 88px;
                    width: 88px;
                    height: auto;
                    min-height: 24px;
                    background: #FFF;
					border: 1px solid var(--color-primary-grayscale-border-light);
                    font-size: 12px;
                    font-weight: 700;
                }
                .newbkn__short-wrap--sshort .short__label {
                    min-height: 51px;
                }
                .short__price-wrap {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: flex-start;
                    gap: 5px;
                }
                    .short__days {
                        display: flex;
                        align-items: center;
                        gap: 0 20px;
                    }
                        [class*="short__price--"] {
                            font-weight: 500;
                        }
                        [class*="short__price--"],
                        [class*="short__price--"] span {
                            line-height: 1;
                        }
                        .price-off {
                            font-size: 12px;
                            font-weight: 700;
                            line-height: 1;
                            color: var(--red);
                        }
                        .short__price--change {
                            position: relative;
                        }
                            .short__price--change::before {
                                content: '';
                                background: url(/images/top/icon_change-arrow.webp) no-repeat center / cover;
                                display: block;
                                width: 8px;
                                height: 6px;
                                position: absolute;
                                top: 5px;
                                left: -11px;
                            }
                        .change {
                            text-decoration: line-through;
							font-weight: 400;
                        }
                        .price-change {
                            font-weight: 700;
                            color: var(--red);
                        }
            .newbkn__info {
                display: flex;
                flex-direction: column;
                gap: 4px;
                margin-top: 10px;
            }
                .newbkn__text {
                    font-weight: 500;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
        .newbkn__card .more__button a {
            width: 100%;
        }

/*---------------------- よくある質問 ----------------------*/

.faq__section {
	padding: 62px 0 70px;
}
	.faq__inner {
		position: relative;
	}
		.faq__inner::before {
			content: '';
			background: url(/images/conditions/icon_faq-mascot.svg) no-repeat center / cover;
			display: block;
			width: 116px;
			height: 110px;
			position: absolute;
			left: 270px;
			top: -10px;
		}
		.faq__wrap {
			display: flex;
			flex-direction: column;
			gap: 28px;
			margin-bottom: 39px;
		}
			.faq__question {
				display: flex;
				align-items: center;
				gap: 10px;
				padding: 12px;
				background: #F4F4F4;
				font-size: 14px;
				font-weight: 700;
				line-height: 1.8;
				margin-bottom: 7px;
			}
				.faq__question::before {
					content: 'Q';
					display: flex;
					justify-content: center;
					align-items: center;
					width: 58px;
					height: 58px;
					background: #1C1C1C;
					border-radius: 50%;
					font-size: 24px;
					font-weight: 700;
					line-height: 1;
					color: #FFF;
					font-family: "Lato", sans-serif;
				}
			.faq__answer {
				display: flex;
				align-items: center;
				gap: 10px;
				font-size: 14px;
				font-weight: 400;
				line-height: 1.8;
				padding: 12px 0 12px 12px;
			}
				.faq__answer::before {
					content: 'A';
					display: flex;
					justify-content: center;
					align-items: center;
					min-width: 58px;
					height: 58px;
					background: #FFF;
					border: 1px solid #FF5800;
					border-radius: 50%;
					font-size: 24px;
					font-weight: 700;
					line-height: 1;
					color: #FF5800;
					font-family: "Lato", sans-serif;
				}
				.faq__answer p {
					font-size: 14px;
					font-weight: 400;
					line-height: 1.8;
				}
				.faq__answer span {
					font-size: 14px;
					font-weight: 400;
					line-height: 1.8;
					color: #FFF;
					margin-right: 7px;
					position: relative;
					z-index: 1;
				}
				.faq__answer span::before {
					content: '';
					background: var(--color-primary-grayscale-black);
					width: 144px;
					height: 22px;
					position: absolute;
					top: 0px;
					left: -3px;
					z-index: -1;
				}