/*concept CSS*/
#pageMain .psec:last-of-type {
	margin-bottom: var(--u-sec-bottom);
}
.pindex .psec h2::before {
	display: none;
}
.pslide {
    margin-bottom: 0;
}
@media only screen and (min-width:1000px) {
	.wrap-small {
		max-width: 100%;
	}
}
@media only screen and (min-width:641px) {
	.wrap-small {
		max-width: 570px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width:1281px) {
	.sec-wrap {
		max-width: var(--contents-width);
	}
}
@media only screen and (max-width:640px) {
	#pageMain .psec:last-of-type {
		margin-bottom: 120px;
	}
	.psec + .psec {
		margin-top: 120px;
	}
}

/*導入メッセージ*/
#psec-01 h5 {
	letter-spacing: 0.02em;
	line-height: 2.2em;
	margin-bottom: var(--u-gutter);
}
@media only screen and (max-width: 640px) {
	#psec-01 h5 {
		font-size: 16px;
		/* line-height: 1.65em; */
		margin-bottom: calc(var(--u-gutter) * 2);
	}
}
@media only screen and (max-width: 380px) {
	#psec-01 h5 br {
		display: none;
	}
}

/*ストーリー*/
#psec-02 img {
	margin-bottom: var(--u-side-margin);
}
.pindex #psec-02 h3 {
	line-height: 1.75em;
	letter-spacing: 0.04em;
	margin-bottom: var(--u-gc);
    height: max-content;
}
#psec-02 .story-text p + p {
	margin-top: var(--u-gutter-s);
}
@media only screen and (max-width: 640px){
	#psec-02 img {
		margin-bottom: calc(var(--u-gc) * 2 + var(--u-gutter));
	}
	.pindex #psec-02 h3 {
		font-size: 19px;
		margin-bottom: 36px;
	}
	#psec-02 .story-text p + p {
		margin-top: calc(var(--u-gutter) * 2);
	}
}

/*華野の空間美*/
#psec-03 .vis-face {
	margin-bottom: 0;
}
#psec-03 .vis-face .canvas::before {
	padding-top: initial;
	width: 100%;
	aspect-ratio: 790/487;
}
#psec-03 .vis-face[data-enableoutsidecontrol="1"] .controlOutside {
	display: none;
}
#psec-03 .sec-wrap > * + * {
	margin-top: var(--u-gutter);
	margin-bottom: 0px;
}
#psec-03 .sec-wrap > .tate {
	margin-left: auto;
	margin-right: auto;
	margin-top: var(--u-side-margin);
	height: max-content;
}
	.pindex #psec-03.psec h3 {
		line-height: 1.85em;
		margin-left: 8px;
	}
	#psec-03 .tate p {
		font-size: 16px;
		line-height: 2.5em;
		letter-spacing: 0.02em;
		margin-top: 0;
	}
@media only screen and (max-width: 640px){
	#psec-03 .sec-wrap > .tate {
		margin-top: 66px;
	}
		.pindex #psec-03.psec h3 {
			font-size: 16px;
		}
		#psec-03 .tate p {
			font-size: 14px;
		}
}

/*サービス*/
.pindex #psec-04.psec h2 {
	writing-mode: initial;
	font-size: 24px;
	padding-right: 0;
	padding-top: 0;
	letter-spacing: 0.04em;
	line-height: 1.65em;
	margin-bottom: 19px;
}
.s-conGr > .s-con + .s-con {
	margin-top: var(--u-gutter);
}
.s-con .id-desc .wrap {
	width: 100%;
	display: inline-block;
	margin-top: auto;
	margin-bottom: 0;
	margin-right: 0;
}
.s-con .imdesc {
	gap: 0;
}
.s-con .imdesc > * {
	width: 50%;
}
.s-con .id-desc {
	justify-content: flex-end;
	transition: all 0.3s;
}
	.pindex #psec-04.psec .s-con h2 {
		font-weight: 400;
		line-height: 1;
		transition: all 0.3s;
	}
	.s-con p {
		font-size: 15px;
		letter-spacing: 0.02em;
		line-height: 2.2em;
		transition: all 0.3s;
		margin-bottom: var(--u-gutter-s);
	}
@media only screen and (min-width:751px) {
	.s-conGr .s-con:nth-child(even) .imdesc {
		flex-direction: row-reverse;
	}
		.s-conGr .s-con:nth-child(even) .wrap {
			width: 100%;
		}
	.s-con .id-desc {
		padding: var(--u-gutter);
	}
}
@media only screen and (min-width:960px) {
	.s-con .id-desc {
		padding: var(--u-gutter);
	}
	.s-con.s-con-rooms p {
		letter-spacing: 0.015em;
	}
}
@media only screen and (max-width:750px) {
    .s-conGr > .s-con + .s-con {
        margin-top: calc(var(--u-gc) * 2 + var(--u-gutter));
    }
	.s-con {
		padding: 0 26px;
	}
	.id-desc.flexbox {
		padding: 0 14px;
	}
	.s-con .imdesc {
		flex-wrap: wrap;
	}
	.s-con .imdesc > * {
		width: 100%;
	}
	.s-con .id-desc .wrap {
		writing-mode: initial;
		padding: 32px 0 0;
		/*font-size: 18px;*/
	}
	.pindex #psec-04.psec .s-con h2 {
		margin-bottom: 19px;
		/*font-size: 18px;*/
		margin-top: 0;
		padding-top: 0;
	}
	.s-con p {
		padding: 0;
		margin: 0;
		/*font-size: 13px;*/
		margin-bottom: 44px;
	}
}
@media only screen and (max-width:640px) {
    .pindex #psec-04.psec .s-con h2 {
		font-size: 18px;
	}
	.s-con p {
		font-size: 13px;
	}
}
.s-con .wrap-bt {
	display: inline-flex;
	width: 100%;
	justify-content: flex-end;
}
	.s-con a.bt {
		color: var(--cl-pageink);
		background-color: #fff;
		border: none;
		background-image: url("/share/im-hanano/ui/nr-next-long-gr.svg");
		padding: 0;
		padding-right: 6em;
		font-size: 14px;
	}
@media only screen and (min-width:641px) {
	.s-con a.bt {
		background-position: right 0 center;
		padding-right: calc(var(--u-gutter) + 20px);
	}
}
@media only screen and (max-width:640px) {
	.s-con a.bt {
		font-size: 12px;
		background-size: 61px auto;
		padding-right: 76px;
		background-position: right 0 center;
	}
}

/*締めメッセージ*/
#psec-05 .sec-wrap h5 {
	margin-bottom: var(--u-gutter-s);
	line-height: 2.2em;
	letter-spacing: 0.02em;
}
#psec-05 .sec-wrap > div:first-of-type {
	margin-bottom: var(--u-gc);
}
@media only screen and (min-width:401px) {
    #psec-05 .br-custom {
        display: none;
    }
}
@media only screen and (max-width:640px) {
    #psec-05 .sec-wrap h5 {
        font-size: 17px;
    }
    #psec-05 .sec-wrap p {
        font-size: 14px;
    }
}