@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ファインレーベル株式会社　カスタム対応
	ver.2024.06.06.Custom-Finelabel
	個人情報の取扱い（プライバシーポリシー）　スタイルシート
────────────────────────────────────────
FileName:		/resources/css/servicepolicy.css
Editor:			TRUSTEC
Description:	個人情報の取扱い（プライバシーポリシー）のデザインスタイルシート。
────────────────────────────────────────
2025/05/30:		サンプル開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/



/* :::::  [SECTION : MAIN] ::::: */



/* :::::  [SECTION : PRIVACYPOLICY] ::::: */

/* Privacy Policy
--------- --------- --------- ------- */
#service-page-title {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/service/service-intro-background.jpg);
}

@media(max-width: 767px){
    #service-page-title {
        background-image: url(../images/service/service-intro-background.jpg);
        padding-top: 1rem !important;
    }
}


.search-nav{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 3px solid #00813d;
}
.search-nav-1,
.search-nav-2,
.search-nav-3 {
	background-color: #00813d;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    margin-bottom: -2px;
	margin-left: 0.3em;
    margin-right: 0.3em;
}
.search-nav-1:has(.active),
.search-nav-2:has(.active),
.search-nav-3:has(.active){
    padding-top: 1em;
}
.search-nav-1:has(.active) + .nav-link,
.search-nav-2:has(.active) + .nav-link,
.search-nav-3:has(.active) + .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    font-size: max(1.3rem, 1.5vw);
    padding: .5em 1.5em;
	color: #ffffff;
}
.nav-tabs .nav-link .active{
	color: var(--common-color);

}
.nav-tabs .nav-link:not(.active):focus,
.nav-tabs .nav-link:not(.active):hover {
    padding-bottom: .7em;
    border-bottom:  none;
	transition: all 0.1s;
}
.nav-item button {
    padding: .8rem 1.5rem 2rem 1.5rem;
    font-size: 1rem;
    text-align: center;
    font-family: var(--common-title-font);
    display: block;
    border-top: solid 3px #00813d !important;
    border-left: solid 3px #00813d !important;
    border-right: solid 3px #00813d !important;
    border-bottom:  none;
}

.price-guide-residence-contents-section{
	margin: auto;
}

@media(max-width: 575px){
	.nav-tabs .nav-link {
		font-size: max(1rem, 1.4vw);
		padding: .5em 1em;
	}
	.search-nav-1,
	.search-nav-2,
	.search-nav-3 {
		margin-left: 0;
	}
	.running-cost-wrapper,
	.moving-in-cost-wrapper,
	.price-guide-residence-wrap-wrapper {
		width: 100% !important;
		margin: auto;
	}
	.running-cost-wrapper,
	.moving-in-cost-wrapper{
		margin-top: 3em;
	}
	.floor-plan-img {
		width: 100% !important;
		height: 450px;
	}
	.floor-plan-img img {
		width: 100% !important;
		height: 450px;
		object-fit: contain;
	}
	.price-guide-residence-table-wrapper{
		width: 100% !important;
		max-height: 70vh;
	}

}

.tab-intro {
    color: var(--common-color);
    font-size: max(1rem, 1vw);
    font-family: var(--common-title-font);
    letter-spacing: var(--common-letter-spacing-title);
    font-weight: 900;
    line-height: 2em;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 0.5em;
	width: 100%;
}
@media(max-width: 991px){
	.tab-intro {
		width: fit-content;
	}
}
#service-care-safety,
#service-life-meal{
	margin-top: var(--common-margin-width-half) !important;
}
.section-intro{
	font-size: max(1.1rem, 1vw);
    letter-spacing: 0.02em;
    line-height: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    width: 100%;
}

.icon-section-group{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin: auto;
    justify-content: space-around;
}
.group-2,
.group-3{
	margin-top: 3rem;
}
.icon-section{
	display: flex;
    width: 45%;
	max-width: 550px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
@media(max-width: 767px){
	.icon-section-group{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: auto;
        justify-content: space-around;
		max-width: 530px;
		margin: auto;
	}
	.icon-section{
		width: 100%;
		margin-top: 3rem;
	}
	.group-2,
	.group-3{
		margin-top: 0;
		margin-bottom: 3rem;
	}
	.group-single{
		margin-bottom: 3rem;
	}
}
@media(max-width: 575px){
	.section-intro{
		font-size: max(1rem, 1vw);
	}
}
.icon-section-title{
    font-size: max(1rem, 1vw);
    font-family: var(--common-title-font);
	margin-bottom: 1em;
	padding-bottom: 1em;
    padding-left: 0.5em;
	position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.icon-section-title h3{
    font-size: max(1.3rem, 1.35vw);
}
.icon-section-title .icon{
    margin-right: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5em;
    height: 3.5em;
}
.icon-img{
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
@media(max-width: 767px){
	.icon-section-title h3{
		font-size: max(1.2rem, 1.1vw);
	}
	.icon-section-title .icon{
		margin-right: 1.5em;
		width: 3em;
		height: 3em;
	}
}
.option-label{
    font-family: var(--common-subtitle-font);
    background-color: #00813d;
    color: #ffffff;
    font-size: max(.8rem, .8vw);
    padding: 0.1em .4em;
    border-radius: 0.2em;
	font-weight: 900;
	height: fit-content;
    line-height: 1.5em;
    margin-top: 0.25em;
}
.icon-section-title::after{
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cccccc;;
}
.icon-section-text{
	padding: 0 .5em;
}
.icon-section-text p{
	font-weight: 500;
}

.icon-section-wrapper{
    background: #eaf5ed;
	border-radius: 1em;
	padding-top: 4em;
    padding-bottom: 4em;
    max-width: 1370px;
}
.management-title::before{
	background-image: url(../images/service/icon-service.png);
	width: 4em;
	height: 4em;
	margin-right: .5em;
	content: '';
	display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
	left: 0;
}
@media(max-width: 767px){
	.icon-section-wrapper{
		padding-top: 0;
		padding-bottom: 0;
        width: 90%;
	}
}
@media(max-width: 575px){
	.icon-section-wrapper{
        width: 100%;
	}
}

.service-picture-list{
    display: flex;
    flex-direction: row;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media(max-width: 767px){
	.service-picture-list{
		width: 100%;
		max-width: 500px;
		margin: auto;
	    flex-direction: column;
	}
}
.service-picture{
    border-radius: 0.5rem;
    width: 32%;
	max-width: 435px;
    height: auto;
    overflow: hidden;
}
@media(max-width: 1199px){
	.service-picture{
		width: 48%;
        max-width: unset;
        margin-bottom: 1.5em;
	}
}
@media(max-width: 767px){
	.service-picture{
		width: 100%;
		margin-bottom: 1.5em;
	}
}
.service-picture .common-picture{
    border-radius: 0.5rem;
}
.label-wrapper{
	white-space: nowrap;
}
@media(max-width: 576px){
	.label-wrapper{
		margin-top: .3em;
	}
}
.service-picture .caption{
    margin-top: 1em;
    margin-bottom: 0;
    font-family: var(--common-title-font);
    font-size: max(1.15rem, 1.15vw);
    font-weight: 900;
	white-space: nowrap;
}
@media(max-width: 576px){
	.service-picture .caption{
		font-size: max(1.3rem, 1.15vw);
	}
}
.service-picture .text {
    font-weight: 500;
	padding-right: .5em;
	padding-left: .5em;
}

.service-picture-caption-wrapper{
	margin-bottom: .8em;
	padding-bottom: .5em;
	padding-right: 0;
	padding-left: 0;
	position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.service-picture-caption-wrapper::after{
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cccccc;;
}
@media(max-width: 576px){
	.service-picture-caption-wrapper{
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
}




#service-life-meal-title,
#service-life-meal-line-1,
#service-life-meal-line-2,
#service-life-meal-line-3,
/*#service-life-meal-intro,*/
/*#service-life-meal-picture-1,
#service-life-meal-picture-2,
#service-life-meal-picture-3,
#service-life-meal-icon-section,*/
#service-life-front-title,
#service-life-front-line-1,
#service-life-front-line-2,
#service-life-front-line-3,
/*#service-life-front-intro,*/
/*#service-life-front-picture-1,
#service-life-front-picture-2,
#service-life-front-picture-3,
#service-life-front-icon-section,*/
#service-life-daily-title,
#service-life-daily-line-1,
#service-life-daily-line-2,
#service-life-daily-line-3,
/*#service-life-daily-intro,
#service-life-daily-picture-1,
#service-life-daily-picture-2,
#service-life-daily-picture-3,
#service-life-daily-icon-section,*/
#service-care-health-title,
#service-care-health-line-1,
#service-care-health-line-2,
#service-care-health-line-3,
/*#service-care-health-intro,
#service-care-health-icon-section,*/
#service-care-welfare-title,
#service-care-welfare-line-1,
#service-care-welfare-line-2,
#service-care-welfare-line-3,
/*#service-care-welfare-intro,
#service-care-welfare-icon-section,*/
#service-care-safety-title,
#service-care-safety-line-1,
#service-care-safety-line-2,
#service-care-safety-line-3{
/*#service-care-safety-intro,
#service-care-safety-icon-section*/
	filter: opacity(0);
	transition: all 0.8s;
	will-change: opacity;
}