@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
株式会社サンロイヤル新潟　カスタム対応
	ver.2025.05.30.Custom-SunroyalNiigata
	施設のご紹介ページ　スタイルシート
────────────────────────────────────────
FileName:		/resources/css/room.css
Editor:			TRUSTEC
Description:	施設のご紹介ページ
────────────────────────────────────────
2025/05/30:		サンプル開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/


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

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

.section-title-row{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#room-guide-residence-article .section-title-row{
    background-image: url(../images/room/room-guide-residence-section-title-picture.jpg);
}
#room-guide-care-center-article .section-title-row{
    background-image: url(../images/room/room-guide-care-section-title-picture.jpg);
}

.room-guide-care-center-map-wrapper {
}
.care-center-map-img {
    max-width: 80%;
    max-height: 80vh;
    height: auto !important;
    width: auto !important;
    margin: auto !important;
}
@media(max-width: 991px){
	.care-center-map-img {
		max-height: 500px;
	}
}
@media(max-width: 576px){
	.care-center-map-img {
		max-width: 100%;
		max-height: 290px;
	}
}

.room-guide-care-center-text{
    margin: 3em auto;
	width: fit-content;
}
@media(max-width: 576px){
	.room-guide-care-center-text{
		margin: 2em auto 1.5em auto;
	}
}

.care-center-picture-list {
	display: flex;
	flex-direction: row;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	list-style: none;
	align-items: center;
	justify-content: space-around;
	margin: auto;
}
@media(max-width: 991px){
	.care-center-picture-list {
		width: 90%;
		margin: auto;
	}
}
@media(max-width: 767px){
	.care-center-picture-list {
		width: 100%;
		max-width: 500px;
		margin: auto;
	    flex-direction: column;
	}
}
.room-care-center-picture{
    border-radius: 0.5rem;
	width: 30%;
    height: auto;
}
@media(max-width: 767px){
	.room-care-center-picture{
		width: 80%;
		margin-bottom: 1em;
	}
}
@media(max-width: 576px){
	.room-care-center-picture{
		width: 100%;
		margin-bottom: 1em;
	}
}
.room-care-center-picture img {
    border-radius: 0.5rem;
}
.room-care-center-picture .caption {
	text-align: center;
    margin-top: 1em;
	letter-spacing: var(--common-letter-spacing-wide);
    font-family: var(--common-title-font);
    font-size: max(0.8rem, 1.1vw);
    font-weight: 900;
}
@media(max-width: 767px){
	.room-care-center-picture .caption {
		font-size: max(1rem, 1.1vw);
	}
}


.search-nav{
	height: 5em;
    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;
}
@media (max-width: 575px) {
    .search-nav-1,
	.search-nav-2,
	.search-nav-3 {
        margin-left: 0;
    }
}
.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(.9rem, 1.4vw);
    padding: .5em 1.5em;
	color: #ffffff;
}
.nav-tabs .nav-link .active{
	color: var(--common-color);
    padding-bottom: .7em;
	transition: all 0.1s;

}
.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;
}
.floor-plan-title {
    display: flex;
    align-items: center;
}
.floor-plan-intro{
	margin-top: 1em;
}
.floor-plan-type {
	width: max-content;
	background-color: #83a84a;
	color: #ffffff;
	font-family: var(--common-title-font);
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	border-radius: 0.4em;
	padding: 0.8em;
	margin-right: 1.5em;
}
.floor-plan-type .caption {
    font-size: max(1rem, 1vw);
	width: fit-content;
	letter-spacing: .2em
}
.floor-plan-type .type {
    font-size: max(1.8rem, 1.5vw);
	width: fit-content;
	letter-spacing: .2em
}
.floor-plan-underline {
    width: fit-content;
    display: flex;
    align-items: baseline;
    flex-direction: column;
}
@media(max-width: 991px){
	.floor-plan-underline {
		width: fit-content;
		display: flex;
		align-items: baseline;
		flex-direction: column;
	}
}
.floor-plan-underline-text{
    display: flex;
    flex-direction: row;
}
.floor-plan-name {
	font-family: var(--common-title-font);
	width: fit-content;
    font-size: max(2rem, 2vw);
	margin-right: 1em;
}
.floor-plan-area {
	font-family: var(--common-title-font);
	width: fit-content;
    font-size: max(1.5rem, 1.4vw);
	margin-bottom: .5rem;
}
@media(max-width: 767px){
	.floor-plan-area{
		font-size: max(1.3rem, 1.2vw);
	}
	.floor-plan-area .balcony{
	}
}
.floor-plan-area .area {

}
.floor-plan-area .balcony {
	font-size: 0.7em;
}
.text-vertical{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.floor-plan-header {
    width: 1000px;
    margin: auto;
}
.btn-price-guide-wrapper {
	width: 1173px;
	margin: 2em auto auto auto;
	display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}
.room-guide-residence-wrap-wrapper {
	display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
	width: 1173px;
	margin: auto;
}
.floor-plan-img {
	width: 400px;
    height: auto;
	margin: 0 1rem;
}
.floor-plan-img img {
	width: 400px;
    height: auto;
	margin: auto;
    object-fit: contain;
}
.room-guide-residence-carousel-wrapper{
	width: 710px;
    max-height: 70vh;
    height: auto;
    margin: 0 1rem;
}
.table-horizontal{
	width: 1173px !important;
	margin: auto;
}
#room-guide-residence-carousel-A,
#room-guide-residence-carousel-B,
#room-guide-residence-carousel-C{
	width: 100%;
}
@media(max-width: 1999px){
	.floor-plan-header {
		width: 960px;
		margin: auto;
	}
	.btn-price-guide-wrapper {
		width: 960px;
	}
	.room-guide-residence-wrap-wrapper {
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: space-around;
		width: 960px;
		margin: auto;
	}
	.floor-plan-img {
		width: 288px;
		height: 400px;
	}
	.floor-plan-img img {
		width: 288px;
		height: 400px;
		object-fit: contain;
	}
	.room-guide-residence-carousel-wrapper{
		width: 672px;
		max-height: 70vh;
	}
	.table-horizontal{
		width: 960px !important;
	}

}
@media(max-width: 991px){
	.btn-price-guide {
		padding: 0 4em;
	}
	.floor-plan-header {
		width: 720px;
		margin: auto;
	}
	.btn-price-guide-wrapper {
		width: 720px;
	}
	.room-guide-residence-wrap-wrapper {
		display: flex;
		align-items: center;
		flex-direction: row;
		justify-content: space-around;
		width: 720px;
		margin: auto;
	}
	.floor-plan-img {
		width: 216px;
		height: 288px;
	}
	.floor-plan-img img {
		width: 216px;
		height: 288px;
		object-fit: contain;
	}
	.room-guide-residence-carousel-wrapper{
		width: 504px;
		max-height: 70vh;
	}
	.table-horizontal{
		width: 720px !important;
	}

}
@media(max-width: 767px){
	.floor-plan-header{
			width: 540px;
	}
	.floor-plan-type{
		margin-right: 1em;
	}
	.btn-price-guide-wrapper {
		width: 540px;
	}
	.room-guide-residence-wrap-wrapper {
		display: flex;
		align-items: center;
		flex-direction: column;
		width: 540px;
		margin: auto;
	}
	.floor-plan-img {
		width: 100%;
		height: 450px;
		margin-bottom: 2em;
	}
	.floor-plan-img img {
		width: auto;
		height: 450px;
		max-width: 300px;
		margin: auto;
	}
	.room-guide-residence-carousel-wrapper{
		width: 504px;
		max-height: 70vh;
	}
}
@media(max-width: 575px){
	.room-guide-residence-wrap-col{
		padding: 0 .5em;
	}
	.floor-plan-header {
		width: 100%;
		margin: auto;
	}
	.btn-price-guide-wrapper {
		width: 100%;
	}
	.room-guide-residence-wrap-wrapper {
		width: 100%;
		margin: auto;
	}
	.floor-plan-img {
		width: 100%;
		height: 450px;
	}
	.floor-plan-img img {
		width: 100%;
		height: 450px;
		object-fit: contain;
	}
	.room-guide-residence-carousel-wrapper{
		width: 100%;
		max-height: 70vh;
	}

}
.carousel-inner{
    max-height: 70vh;
}

.carousel-inner,
.carousel-item,
.carousel-item img {
	border-radius: 1rem;
}

.table-information{
	width: 100%;
	margin-top: 3em;
}
.table-horizontal th,
.table-horizontal td {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}
.table-horizontal td {
	width:1%;
}
.table-vertical{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.table-horizontal td,
.table-vertical td {
	padding: 1em 2em;
    font-size: max(1.1rem, 1.3vw);
	font-family: var(--common-title-font);
}
@media(max-width: 991px){
	.table-horizontal td {
		padding: 1.5em;
	}
}
@media (max-width: 575px) {
	.table-vertical td {
		padding: 1em .8em;
	}
}
.table-vertical tr {
    border-right: 1px solid var(--table-border-color);
    border-left: 1px solid var(--table-border-color);
}
.table-vertical th {
	font-weight: 700;
	width: 6em;
    border-right: 1px solid var(--table-border-color);
    white-space: nowrap;
}
.floor_area_text .balcony{
	font-size: 0.8em;
}

.caption_price_monthly_fee_value {
	background-color: #cee8d7 !important;
}
.caption_floor_area {
	background-color: #e2edba !important;
}
.caption_floor_plan {
	background-color: #f3f6e6 !important;
}
.caption_number_of_rooms {
	background-color: #e1f1e6 !important;
}

.floor_area_text{
	text-align: start;
	width: fit-content;
	margin: auto;
}
.table-vertical .floor_area_text {
	margin: unset;
}
.floor_area_text .area,
.floor_area_text .balcony {
	width: fit-content;
}
.table-vertical tbody, .table-vertical td, .table-vertical tfoot, .table-vertical thead, .table-vertical tr {
	width: 100%;
}



.room-features-floor-map-wrap-col .common-picture {
    padding: 1em;
    margin: auto;
}

.modal-move {
	position: absolute;
	z-index: 50;
	width: fit-content;
	top: 150px;
}
.arrow-icon {
	width: 2em;
	height: auto;
	transition: all 0.2s ease-out;
}
.arrow-icon:hover{
	opacity: 0.7;
	transition: all 0.2s ease-out;
}
.prev-button {
	left: 5%;
}
.next-button {
	right: 5%;
}
@media(max-width: 991px){
	.arrow-icon {
		width: 1.5em;
		height: auto;
	}
	.prev-button {
		left: 0;
	}
	.next-button {
		right: 0;
	}
}
@media(max-width: 576px){
	.modal-move{
		top: 110px;
	}
}

.modal.show .modal-dialog {
    transform: translateY(0) !important;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateX(0) !important;
    transform: translateY(50px);
}

.room-features-gallary-list {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    padding-bottom: 0;
    margin: 0;
    list-style: none;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.room-features-gallary-button {
    flex: 1;
    height: max-content;
    padding: .5em;
    margin-bottom: 1.5em;
    max-width: 25%;
    min-width: 25%;
}
.room-features-gallary-button .caption{
	color: var(--common-article-title-color1);
    font-size: max(.8rem, 1vw);
    letter-spacing: var(--common-letter-spacing-title);
    font-weight: 900;
    font-family: var(--common-title-font);
}
@media(max-width: 768px){
	.room-features-gallary-button {
		padding: 1em;
		max-width: 33%;
		min-width: 33%;
	}
	.room-features-gallary-button .caption{
		font-size: max(.9rem, 1vw);
	}
}
@media(max-width: 576px){
	.room-features-gallary-button {
		padding: 0.5em;
		max-width: 50%;
		min-width: 50%;
	}
}

.gallary-picture{
    border-radius: 0.5rem !important;
    margin-bottom: .5em !important;
}

.btn-room-features-modal{
    border: none;
    background-color: transparent;
}

.button-img{
	position: relative;
	transition: all 0.2s ease-out;
}
.button-img:hover{
	transform: scale(1.02);
	transition: all 0.2s ease-out;
}
.glass-icon{
    color: #ffffff;
    background-color: #569546;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
	width: 3em;
    height: 3em;
	border-top-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.fa-magnifying-glass{
	font-size: 1.5em;
}
.room-features-modal-header{
    border-bottom: none;
	border-radius: 1em;
}
.room-features-modal-header .btn-close {
	background: transparent url(../images/room/btn-close.svg) center / 2em auto no-repeat;
	transition: all 0.2s ease-out;
}
.modal-header .btn-close:active,
.modal-header .btn-close:focus {
	box-shadow: none;
	opacity: 0.8;
	transition: all 0.2s ease-out;
}

.room-features-modal-image{
	border-radius: 1em;
}
.room-features-modal-content{
    background-color: #fff;
    border: none;
    border-radius: 1em;
}
.room-features-modal-text-wrapper {
		margin: 2em;
    margin-bottom: 1.5em;
}
.room-features-modal-title{
	color: var(--common-article-title-color1);
    font-size: max(1.2rem, 1.5vw);
    letter-spacing: var(--common-letter-spacing-title);
    text-align: center;
    display: flex;
    align-items: flex-start;
    font-weight: 900;
    font-family: var(--common-title-font);
    flex-direction: column;
    width: 50%;
}
@media(max-width: 991px){
	.room-features-modal-title{
		width: 100%;
	}
	.room-features-modal-text-wrapper {
		margin: 0;
		margin-bottom: 1.5em;
	}
}
.room-features-modal-title .decoration-line {
    height: 2px;
	margin-bottom: 2px;
    display: block;
}
.room-features-modal-title .line1 {
	width: 100%;
    background-color: #00813d;
}
.room-features-modal-title .line2 {
	width: 50%;
    background-color: #83a84a;
}
.room-features-modal-title .line3 {
	width: 20%;
    background-color: #ced866;
}
.room-features-modal-text {
    font-size: max(0.9em, 1vw);
    letter-spacing: var(--common-letter-spacing-title);
    line-height: 1.5em;
    margin-top: 1em;
    margin-bottom: 0;
}

.floor-plan-underline .decoration-line {
    height: 2px;
	margin-bottom: 2px;
    display: block;
}
.floor-plan-underline .line1{
	width: 100%;
    background-color: #00813d;
}
.floor-plan-underline .line2{
	width: 50%;
    background-color: #83a84a;
}
.floor-plan-underline .line3{
	width: 20%;
    background-color: #ced866;
}

.btn-price-guide {
	color: var(--common-color);
    padding: 0 3em;
    font-weight: 500;
	width: fit-content;
    font-size: max(0.8rem, 0.95vw);
    display: block;
    position: relative;
}
.btn-price-guide .href-txt:after{
    content: '';
	background: transparent url(../images/room/arrow-right.svg) center / 1em auto no-repeat;
	width: 1em;
	height: 1em;
    position: absolute;
    right: 25px;
    top: 3px;
}
@media(max-width: 576px){
	.btn-price-guide {
		padding: 0 2em;
	}
	.btn-price-guide .href-txt:after {
		right: 5px;
		top: 4px;
	}
}
/* PCの時は:hover */
@media screen and (min-width: 1001px) {
	.btn-price-guide:hover,
	.btn-price-guide .href-txt:hover{
		color: var(--common-color);
	}
	.btn-price-guide .href-txt:hover:after{
		color: var(--common-color);
		right: 20px;
		transition: ease .3s;
		opacity: 0.8;
	}
}

#room-guide-residence-title,
#room-guide-residence-short-title,
#room-guide-residence-line-1,
#room-guide-residence-line-2,
#room-guide-residence-line-3,
#room-room-features-title,
#room-room-features-short-title,
#room-room-features-line-1,
#room-room-features-line-2,
#room-room-features-line-3,
#room-care-center-title,
#room-care-center-short-title,
#room-care-center-line-1,
#room-care-center-line-2,
#room-care-center-line-3{
	filter: opacity(0);
	transition: all 0.8s;
	will-change: opacity;
}