.panorama-room-info{
	padding-bottom: 3px;
	border-bottom: 2px solid #f1457e;
	font-size: 1.2em;
	font-weight: bold;
}
.panorama-main
, .panorama-main-comment{
    width: 100%;
    max-width: 1000px;
    max-height: 500px;
}
.panorama-main{
    margin: 20px auto 0;
    border: 1px solid #c3c3c3;
}
.panorama-main-comment{
    margin: 10px auto 0;
    text-align: center;
	font-size: 1.2em;
}
.panorama-navs{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
    .panorama-navs>dt{
        width: 100%;
		background: url(/images/line_2px.png) center repeat-x;
		text-align: center;
		font-size: 1.2em;
		font-weight: bold;
    }
	.panorama-navs-title-span{
		padding: 0 1.2em;
		background-color: #fff;
	}
    .panorama-navs>dd{
        border-bottom: 1px solid #c3c3c3;
    }
.panorama-navs-link{
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    line-height: 38px;
}
.panorama-close{
	display: block;
    width: 100%;
    max-width: 360px;
    margin: 60px auto 0;
	background-color: #fdeeed;
	border: 1px solid #c3c3c3;
}

@media screen and ( min-width: 1026px ){
	.panorama-container{
		width: 1000px;
		margin: 50px auto 0;
		padding-bottom: 100px;
	}
	.panorama-main{
		height: 500px;
	}
	.panorama-navs{
		justify-content: flex-start;
		gap: 10px 20px;
	}
		.panorama-navs>dd{
			width: 184px;
			border: none;
		}
		/* .panorama-navs>dd:not(:nth-of-type(5n+1)){
			margin-left: 20px;
		}
		.panorama-navs>dd:nth-of-type(-n+5){
			margin-top: 10px;
		}
		.panorama-navs>dd:nth-of-type(n+6){
			margin-top: 20px;
		} */
	.panorama-navs-link:hover{
		opacity: .8;
	}
	.panorama-close{
		height: 60px;
		line-height: 58px;
	}
	.panorama-close:hover{
		opacity: .8;
	}
	.panorama-navs-link{
		height: auto;
		flex-direction: column;
	}
	.panorama-navs-item-comment{
		text-align: center;
		text-decoration: underline;
	}
}
@media screen and ( max-width: 1025px ){
	.panorama-container{
		margin: 30px 5% 0;
		padding-bottom: 60px;
	}
	.panorama-main{
		height: 55vw;
	}
	.panorama-navs{
		justify-content: space-between;
	}
		.panorama-navs>dd{
			width: 48%;
		}
		.panorama-navs>dd:nth-of-type(-n+2){
			margin-top: 10px;
		}
		.panorama-navs>dd:nth-of-type(n+3){
			margin-top: 15px;
		}
	.panorama-close{
		height: 48px;
		line-height: 46px;
	}
	.panorama-navs-link::after{
		position: absolute;
		top: 40%;
		right: 0;
		display: block;
		width: 6px;
		height: 6px;
		border-top: 2px solid #c3c3c3;
		border-right: 2px solid #c3c3c3;
		transform: rotate(45deg);
		content: '';
	}
}