@charset "utf-8";
/*------------------------------------------------------------
	rankas
------------------------------------------------------------*/
#main .comBg {
	padding-bottom: 9.2rem;
	background-color: #f1f1ef;
}
#gFooter {
	margin-top: 0;
}
@media all and (min-width: 897px) {
	.mainVisual {
		padding-bottom: 17.6rem;
	}
	#pagePath {
		margin-bottom: 8.5rem;
	}
}
@media all and (max-width: 896px) {
	#main .comBg {
		padding-bottom: 5rem;
	}
}


/* topBox */
#main .topBox .headLine04 {
	margin-bottom: 4.8rem;
}
#main .topBox .headLine04 small {
	font-weight: 400;
	font-size: 1.6rem;
	display: block;
	margin-top: 1.9rem;
}
#main .topBox .imgBox {
	display: flex;
}
#main .topBox .imgBox .photo {
	width: 51rem;
	border-radius: 1.7rem;
	overflow: hidden;
}
#main .topBox .imgBox .photo img {
	width: 100%;
}
#main .topBox .imgBox .textBox {
	margin: -0.5rem 0 0 3.2rem;
	flex: 1;
}
#main .topBox .imgBox p {
	line-height: 2.31;
	letter-spacing: 0.05em;
}
#main .topBox .imgBox .headLine07 {
	margin-bottom: 1.1rem;
	text-align: left;
}
@media all and (max-width: 896px) {
	#main .topBox .headLine04 {
		margin-bottom: 3rem;
	}
	#main .topBox .headLine04 small {
		font-size: 1.6rem;
		margin-top: 1.9rem;
	}
	#main .topBox .imgBox {
		display: block;
	}
	#main .topBox .imgBox .photo {
		margin-bottom: 4rem;
		width: auto;
		border-radius: 1.5rem;
	}
	#main .topBox .imgBox .textBox {
		margin: 0;
	}
	#main .topBox .imgBox p {
		line-height: 2;
	}
	#main .topBox .imgBox .headLine07 {
		margin-bottom: 1.1rem;
	}
}

/* btmBox */
#main .btmBox {
	padding: 5.5rem 0 7.2rem;
	background-color: #e5ebeb;
}
#main .btmBox .centerTxt {
	line-height: 2.31;
}
#main .btmBox .headLine04 {
	margin-bottom: 5.1rem;
}
#main .btmBox .comBtn02 {
	margin-top: 4rem;
}
#main .btmBox .comBtn02 a {
	width: 39rem;
}
@media all and (max-width: 896px) {
	#main .btmBox .comBtn02 a {
		width: 100%;
		max-width: 33rem;
	}
	#main .btmBox .centerTxt {
		line-height: 2;
	}
	#main .btmBox .headLine04 {
		margin-bottom: 2.1rem;
	}
}

/* caseBox */
#main .caseBox {
	padding: 6.5rem 0 10.3rem;
}
#main .caseBox .subBox + .subBox {
	margin-top: 5.5rem;
}
#main .caseBox .subBox {
	display: flex;
	align-items: flex-start;
}
#main .caseBox .subBox .photoBox {
	width: 56rem;
	order: 3;
	position: relative;
}
#main .caseBox .subBox .leftBox {
	flex: 1;
	margin: 0.9rem 4rem 0 0;
}
#main .caseBox .headLine06 {
	margin-bottom: 3.7rem;
}
#main .caseBox p + .title {
	margin-top: 1rem;
}
#main .caseBox .title {
	margin-bottom: 0.4rem;
	padding: 0.1rem 0 0.2rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	background-color: #476b8f;
}
#main .caseBox .subBox p {
	line-height: 1.78;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#main .caseBox .imgBox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.2rem;
	margin: 0 1.6rem 1.9rem 0;
}
#main .caseBox .imgBox img {
	height: 13.4rem;
}
#main .caseBox .imgBox .txt {
	color: #476b8f;
	text-align: center;
	font-weight: 700;
	line-height: 1.56;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	margin-top: 0.5rem;
}
#main .caseBox .title.bg {
	background-color: #808080;
}
#main .caseBox .photoBox .img {
	border-radius: 2rem;
	overflow: hidden;
}
#main .caseBox .photoBox .img img {
	width: 100%;
}
#main .caseBox .photoBox .num {
	width: 7.6rem;
	position: absolute;
	top: -0.6rem;
  	left: -0.4rem;
}
#main .caseBox .photoBox .ttl {
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	width: 100%;
	position: absolute;
	top: 2rem;
	left: 0;
	padding: 0 3.1rem 0 9.1rem;
}
@media all and (min-width: 897px) {
	#main .caseBox .subBox02 .photoBox {
		order: 0;
	}
	#main .caseBox .subBox02 .leftBox {
		margin: 0.9rem 0 0 4.2rem;
	}
	#main .caseBox .subBox02 .photoBox .num {
		left: auto;
		right: -0.6rem;
	}
	#main .caseBox .subBox02 .photoBox .ttl {
		padding: 0 9.1rem 0 3.1rem;
	}
}
@media all and (max-width: 896px) {
	#main .caseBox {
		padding: 4rem 0 5rem;
	}
	#main .caseBox .subBox + .subBox {
		margin-top: 8rem;
	}
	#main .caseBox .subBox {
		display: block;
	}
	#main .caseBox .subBox .photoBox {
		width: auto;
		margin-bottom: 2rem;
	}
	#main .caseBox .subBox .leftBox {
		margin: 0;
	}
	#main .caseBox .headLine06 {
		margin-bottom: 2rem;
	}
	#main .caseBox .title {
		font-size: 1.2rem;
	}
	#main .caseBox .subBox p {
		font-size: 1.2rem;
	}
	#main .caseBox .imgBox img {
		height: 9.4rem;
	}
	#main .caseBox .imgBox .txt {
		font-size: 1.4rem;
	}
	#main .caseBox .photoBox .img {
		border-radius: 1.5rem;
	}
	#main .caseBox .photoBox .num {
		width: 4.4rem;
	}
	#main .caseBox .photoBox .ttl {
		font-size: 1.3rem;
		top: 0.5rem;
		left: 0;
		padding: 0 2rem 0 4.6rem;
	}
}


/* showBox */
#main .showBox {
	padding: 6.7rem 0 8rem;
	background-color: #e5ebeb;
}
#main .showBox .headLine05 {
	margin-bottom: 6.6rem;
}
#main .showBox .photo {
	margin-bottom: 6.4rem;
}
#main .showBox .photo img {
	width: 100%;
}
#main .showBox .txtUl {
	margin: 0 auto 4.5rem;
	padding: 1.9rem 13rem 2.2rem;
	max-width: 65rem;
	background-color: #476b8f;
	font-size: 1.8rem;
	color: #fff;
	font-weight: 700;
}
#main .showBox .txtUl li {
	margin-bottom: 0.4rem;
	display: flex;
	letter-spacing: 0.05em;
}
#main .showBox .txtUl li:last-child {
	margin-bottom: 0;
}
#main .showBox .txtUl .ttl {
	width: 18.4rem;
}
#main .showBox .txtUl .txt {
	flex: 1;
	padding-left: 3.5rem;
	position: relative;
}
#main .showBox .txtUl .txt::before {
	width: 3.2rem;
	height: 0.1rem;
	position: absolute;
	top: 1.5rem;
	left: 0;
	background-color: #fff;
	content: "";
}
#main .showBox .centerTxt {
	margin-bottom: 3.9rem;
	text-align: center;
	line-height: 2.31;
}
#main .showBox .listUl {
	display: flex;
	justify-content: center;
	gap: 4.8rem;
}
#main .showBox .listUl li {
	width: 26rem;
}
#main .showBox .listUl .image {
	margin: 0 auto 1.1rem;
	max-width: 22rem;
}
#main .showBox .listUl p {
	line-height: 1.78;
	font-size: 1.4rem;
}
#main .showBox .listUl .headLine07 {
	margin-bottom: 0.8rem;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .showBox .headLine04 {
	margin-bottom: 0.9rem;
}
@media all and (max-width: 896px) {
	#main .showBox {
		padding: 3.5rem 0 4rem;
	}
	#main .showBox .headLine05 {
		margin-bottom: 4rem;
	}
	#main .showBox .photo {
		margin-bottom: 6.4rem;
	}
	#main .showBox .txtUl {
		margin-bottom: 3rem;
		padding: 1.5rem;
		max-width: 34rem;
		font-size: 1.4rem;
	}
	#main .showBox .txtUl .ttl {
		width: 14.4rem;
	}
	#main .showBox .txtUl .txt {
		padding-left: 2.5rem;
	}
	#main .showBox .txtUl .txt::before {
		width: 2rem;
		top: 1rem;
	}
	#main .showBox .centerTxt {
		margin-bottom: 5rem;
		line-height: 2;
	}
	#main .showBox .listUl {
		display: block;
	}
	#main .showBox .listUl li {
		width: auto;
		margin-bottom: 3rem;
	}
	#main .showBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .showBox .listUl .image {
		margin: 0 auto 1.1rem;
		max-width: 12rem;
	}
	#main .showBox .listUl p {
		line-height: 1.78;
		font-size: 1.4rem;
	}
	#main .showBox .listUl .headLine07 {
		font-size: 1.6rem;
	}
	#main .showBox .headLine04 {
		margin-bottom: 0.9rem;
	}
}

/* roomBox */
#main .roomBox {
	padding: 5.5rem 0 9.1rem;
}
#main .roomBox .flexBox {
	margin-bottom: 8rem;
	display: flex;
	justify-content: space-between;
}
#main .roomBox .flexBox .subBox {
	padding: 6.3rem 0 4.4rem;
	width: calc(50% - 2rem);
	background-color: #f1f1ee;
	border-radius: 2rem;
	position: relative;
	text-align: center;
}
#main .roomBox .flexBox .title {
	position: absolute;
	top: -1.6rem;
	left: 4rem;
	display: flex;
	font-size: 1.6rem;
	border: 0.1rem solid #476b8f;
	background-color: #fff;
	line-height: 1.56;
	font-weight: 700;
	right: 4rem;
	letter-spacing: 0.05em;
}
#main .roomBox .flexBox .title .num {
	padding: 0.7rem 0 0.6rem;
	width: 7.9rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #476b8f;
}
#main .roomBox .flexBox .title .txt {
	color: #476b8f;
	padding: 0.7rem 1.8rem 0.5rem;
}
#main .roomBox .flexBox img {
	width: 43.4rem;
}
#main .roomBox .headLine05 {
	margin-bottom: 8.6rem;
}
#main .roomBox .photoBox {
	position: relative;
}
#main .roomBox .photoBox img {
	width: 100%;
}
#main .roomBox .photoBox .note {
	position: absolute;
	bottom: 1.9rem;
	left: 2.2rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .roomBox .imgUl {
	margin-top: 5.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#main .roomBox .imgUl .item01 {
	width: 71rem;
}
#main .roomBox .imgUl .item02 {
	width: 47rem;
	margin: 16.2rem 0 0 -8rem;
	z-index: 10;
}
#main .roomBox .imgUl02 {
	margin-top: 4.7rem;
	gap: 1rem;
	display: flex;
	flex-wrap: wrap;
}
#main .roomBox .imgUl02 li {
	width: calc((100% - 2rem)/3);
}
@media all and (max-width: 896px) {
	#main .roomBox {
		padding: 3rem 0 4rem;
	}
	#main .roomBox .flexBox {
		margin-bottom: 8rem;
		display: block;
	}
	#main .roomBox .flexBox .subBox {
		margin-bottom: 6rem;
		padding: 6.3rem 0 4.4rem;
		width: auto;
		border-radius: 1.5rem;
	}
	#main .roomBox .flexBox .subBox:last-child {
		margin-bottom: 0;
	}
	#main .roomBox .flexBox .title {
		top: -1.6rem;
		left: 1rem;
		font-size: 1.2rem;
		line-height: 1.56;
		right: 1rem;
	}
	#main .roomBox .flexBox .title .num {
		padding: 0.3rem 0 0.6rem;
		width: 7.9rem;
	}
	#main .roomBox .flexBox .title .txt {
		padding: 0.5rem 1.8rem 0.5rem;
	}
	#main .roomBox .flexBox img {
		width: 88%;
		max-width: 50rem;
	}
	#main .roomBox .headLine05 {
		margin-bottom: 5rem;
	}
	#main .roomBox .photoBox .note {
		bottom: 1rem;
		left: 1rem;
	}
	#main .roomBox .imgUl {
		margin-top: 4rem;
		display: block;
	}
	#main .roomBox .imgUl .item01 {
		width: auto;
		margin-bottom: 3rem;
	}
	#main .roomBox .imgUl .item02 {
		width: auto;
		margin: 0;
	}
	#main .roomBox .imgUl02 {
		margin-top: 4.7rem;
		display: block;
	}
	#main .roomBox .imgUl02 li {
		width: auto;
		margin-bottom: 3rem;
	}
	#main .roomBox .imgUl02 li:last-child {
		margin-bottom: 0;
	}
}