/* CSS Document */

#visual {
	width: 100%;
	position: relative;
}
#visual .image {
	width: calc( 100vw * ( 1498 / 1918 ));
}
#visual .image img {
	width: 100%;	
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
	#visual .image {
		width: calc( 100vw * ( 665 / 730 ));
	}
}

.page-title-wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}
.page-title-wrap h2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.page-title-wrap h2 span {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.page-title-wrap h2 span.en {
	padding: 0 0 40px 0;
}
.page-title-wrap h2 span.en img {
	width: 260px;
}
.page-title-wrap h2 span.ja {
	font-size: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}

@media only screen and (max-width: 1024px) {
	.page-title-wrap {
		padding-top: calc( 100vw * ( 100 / 1024 ));
	}
	.page-title-wrap h2 span.en {
		padding: 0 0 calc( 100vw * ( 40 / 1024 )) 0;
	}
	.page-title-wrap h2 span.en img {
		width: calc( 100vw * ( 286 / 1024 ));
	}
	.page-title-wrap h2 span.ja {
		font-size: calc( 100vw * ( 40 / 1024 ));
	}
}
@media only screen and (max-width: 767px) {
	.page-title-wrap {
		padding-top: calc( 100vw * ( 67 / 730 ));
		padding-bottom: calc( 100vw * ( 130 / 730 ));
	}
	.page-title-wrap h2 span.en {
		padding: 0 0 calc( 100vw * ( 30 / 730 )) 0;
	}
	.page-title-wrap h2 span.en img {
		width: calc( 100vw * ( 320 / 730 ));
	}
	.page-title-wrap h2 span.ja {
		font-size: calc( 100vw * ( 40 / 730 ));
	}
}

.heading-center-eng {
	padding-bottom: 40px;
}
.heading-center-eng h3 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.heading-center-eng h3 span {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.heading-center-eng h3 span.en {
	font-size: 40px;
	letter-spacing: 0.2rem;
	padding-bottom: 30px;
}
.heading-center-eng h3 span.ja {
	font-size: 28.5px;
}

@media only screen and (max-width: 1024px) {
	.heading-center-eng {
		padding-bottom: calc( 100vw * ( 40 / 1024 ));
	}
	.heading-center-eng h3 span.en {
		font-size: calc( 100vw * ( 40 / 1024 ));
		padding-bottom: calc( 100vw * ( 30 / 1024 ));
	}
	.heading-center-eng h3 span.ja {
		font-size: calc( 100vw * ( 28.5 / 1024 ));
	}
}

@media only screen and (max-width: 767px) {
	.heading-center-eng {
		padding-bottom: calc( 100vw * ( 70 / 730 ));
	}
	.heading-center-eng h3 span.en {
		font-size: calc( 100vw * ( 40 / 730 ));
		padding-bottom: calc( 100vw * ( 30 / 730 ));
	}
	.heading-center-eng h3 span.ja {
		font-size: calc( 100vw * ( 28.5 / 730 ));
	}
}

/* renovation
----------------------------------------------------------------------*/

#renovation {

}

.renovation-flex-wrap {
	display: flex;
	margin-bottom: 100px;
	justify-content: space-between;
}
.renovation-flex-wrap:nth-child(even) {
	flex-direction: row-reverse;
}
.renovation-flex-wrap .text-wrap {
	width: 450px;
}

.renovation-flex-wrap .image-wrap {
	width: 450px;
}

.reno1 .renovation-flex-wrap {

}
.reno1 .renovation-flex-wrap .text-wrap {
	width: 710px;
}

.reno1 .renovation-flex-wrap .image-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 250px;
}
.reno1 .renovation-flex-wrap .image-wrap .free-mark {
	width: 194px;
}
.reno1 .renovation-flex-wrap .image-wrap .contact {
	margin-top: 40px;
	width: 203px;
}

.renovation-flex-wrap .text-wrap h3 {
	display: flex;
	flex-direction: column;
}
.renovation-flex-wrap .text-wrap h3 span {
	display: flex;
	flex-direction: row;
}
.renovation-flex-wrap .text-wrap h3 span.en {
	color: #f18700;
	font-size: 28px;
	letter-spacing: 0rem;
}
.renovation-flex-wrap .text-wrap h3 span.ja {
	font-size: 35px;
}
.renovation-flex-wrap .text-wrap p {
	font-size: 20px;
	margin: 1em 0;
}

@media only screen and (max-width: 1024px) {
	.renovation-flex-wrap {
		margin-bottom: calc( 100vw * ( 100 / 1024 ));
	}
	.renovation-flex-wrap .text-wrap {
		width: calc( 100vw * ( 450 / 1024 ));
	}
	.renovation-flex-wrap .image-wrap {
		width: calc( 100vw * ( 450 / 1024 ));
	}
	.renovation-flex-wrap .image-wrap img {
		width: calc( 100vw * ( 450 / 1024 ));
	}
	.reno1 .renovation-flex-wrap .text-wrap {
		width: calc( 100vw * ( 710 / 1024 ));
	}

	.reno1 .renovation-flex-wrap .image-wrap {
		width: calc( 100vw * ( 250 / 1024 ));
	}
	.reno1 .renovation-flex-wrap .image-wrap img {
		width: calc( 100vw * ( 250 / 1024 ));
	}
	.reno1 .renovation-flex-wrap .image-wrap .free-mark {
		width: calc( 100vw * ( 194 / 1024 ));
	}
	.reno1 .renovation-flex-wrap .image-wrap .free-mark img {
		width: calc( 100vw * ( 194 / 1024 ));
	}
	.reno1 .renovation-flex-wrap .image-wrap .contact {
		margin-top: calc( 100vw * ( 40 / 1024 ));
		width: calc( 100vw * ( 203 / 1024 ));
	}
	.reno1 .renovation-flex-wrap .image-wrap .contact img {
		width: calc( 100vw * ( 203 / 1024 ));
	}
	.renovation-flex-wrap .text-wrap h3 span.en {
		font-size: calc( 100vw * ( 28 / 1024 ));
	}
	.renovation-flex-wrap .text-wrap h3 span.ja {
		font-size: calc( 100vw * ( 35 / 1024 ));
	}
	.renovation-flex-wrap .text-wrap p {
		font-size: calc( 100vw * ( 20 / 1024 ));
	}
}

@media only screen and (max-width: 767px) {
	.renovation-flex-wrap {
		margin-bottom: calc( 100vw * ( 120 / 730 ));
		flex-direction: column;
	}
	.renovation-item {
		width: calc( 100vw * ( 600 / 730 ));
		margin-left: auto;
		margin-right: auto;
	}
	.renovation-flex-wrap .text-wrap {
		width: calc( 100vw * ( 600 / 730 ));
	}
	.renovation-flex-wrap .image-wrap {
		width: calc( 100vw * ( 600 / 730 ));
	}
	.renovation-flex-wrap .image-wrap img {
		width: calc( 100vw * ( 600 / 730 ));
	}
	
	.renovation-flex-wrap .text-wrap h3 span.en {
		font-size: calc( 100vw * ( 33 / 730 ));
	}
	.renovation-flex-wrap .text-wrap h3 span.ja {
		font-size: calc( 100vw * ( 40 / 730 ));
	}
	.renovation-flex-wrap .text-wrap p {
		font-size: calc( 100vw * ( 25 / 730 ));
	}
	
	.reno1 .renovation-flex-wrap .text-wrap {
		width: calc( 100vw * ( 600 / 730 ));
	}
	.reno1 .renovation-flex-wrap .image-wrap {
		width: calc( 100vw * ( 600 / 730 ));
	}
	.reno1 .renovation-flex-wrap .image-wrap .free-mark {
		width: calc( 100vw * ( 481 / 730 ));
	}
	.reno1 .renovation-flex-wrap .image-wrap .free-mark img {
		width: calc( 100vw * ( 481 / 730 ));
	}
	.reno1 .renovation-flex-wrap .image-wrap .contact {
		margin-top: calc( 100vw * ( 40 / 730 ));
		width: calc( 100vw * ( 391 / 730 ));
	}
	.reno1 .renovation-flex-wrap .image-wrap .contact img {
		width: calc( 100vw * ( 391 / 730 ));
	}
}


/* for_example
----------------------------------------------------------------*/

#for_example {
	background-color: #efefef;
	padding-top: 80px;
	padding-bottom: 80px;
}

.swiper-button-prev,
.swiper-button-next {
	width: 35px;
	height: 35px;
	margin-top: -17.5px;
	z-index: 10;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: center center;
	content: "";
	height: 35px;
	width: 35px;
	display: block;
	margin: auto;
}
.swiper-button-prev::after {
	background-image: url('../rent/arw_left.svg');
}
.swiper-button-next::after {
	background-image: url('../rent/arw_right.svg');
}
.swiper {
	padding-bottom: 55px;
}
.swiper-pagination {
	bottom: 0 !important;
}
.swiper-pagination-bullet {
	background-color: #dbdcdc;
	width: 18px;
	height: 18px;
}
.swiper-pagination-bullet-active {
	background-color: #9e9f9f;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}
.example-slide {
	width: 100%;
	overflow: hidden;
	padding: 0;
}
.exampleSwiper {
	width: 100%;
	height: auto !important;
}
.exampleSwiper .swiper-wrapper {
	display: flex;
	align-items: stretch !important;
}
.exampleSwiper .swiper-slide {
	width: calc(355px + 52px);
	width: calc((100vw * (355 / 1920)) + (100vw * (52 / 1920)));
	min-width: calc(355px + 52px);
	
	display: flex !important;
	justify-content: center;
	height: auto !important;
}
.exampleSwiper .swiper-slide .slide-card {
	width: 355px;
	width: calc(100vw * (355 / 1920));
	min-width: 355px;

	aspect-ratio: 355 / 275;

	height: 100% !important;
	border-radius: 20px;
	background-color: #fff;
	height: auto;
	min-height: 100%;
	text-align: center;
	padding: 20px 0 26px;
	flex-shrink: 0;
	
	box-shadow: 6px 6px rgba(150,151,151,0.4);
}
.example-slide .swiper-button-next,
.example-slide .swiper-button-prev {
	display: none;
}
.example-slide .swiper-pagination {
	bottom: -0.5em;
	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 10px;
	
}
.example-slide .swiper-pagination-bullet {
	background-color: rgba(150,151,151,0.4);
	opacity: 1;
	width: 18px;
	height: 18px;
}
.example-slide .swiper-pagination-bullet-active {
	background-color: #f18700;
}
.exampleSwiper .swiper-slide .label {
	display: inline-flex;
	margin-left: auto;
	margin-right: auto;
	background-color: #f18700;
	border-radius: 999px;
	color: #fff;
	padding: 0 1em;
	font-size: 20px;
}
.exampleSwiper .swiper-slide h3 {
	color: #f18700;
	font-size: 22px;
	margin: 0 0 1em 0;
}
.exampleSwiper .swiper-slide p {
	width: 306px;
	width: calc(100vw * (306 / 1920));
	min-width: 306px;
	flex-grow: 1;
	border-top: 1px solid #000;
	padding-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.6;
}
.exampleSwiper .swiper-slide p.kome {
	font-size: 14px;
	border-top: none;
	padding-top: 1em;
}

@media only screen and (max-width: 1218px) {
	.exampleSwiper .swiper-slide {
		width: calc((100vw * (355 / 1218)) + (100vw * (52 / 1218)));
		min-width: auto;
	}
	.exampleSwiper .swiper-slide .slide-card {
		width: calc(100vw * (355 / 1218));
		min-width: auto;
		padding:calc(100vw * (20 / 1218)) 0 calc(100vw * (26 / 1218));
	}
	.exampleSwiper .swiper-slide p {
		width: calc(100vw * (306 / 1218));
		min-width: auto;
		font-size: calc(100vw * (16 / 1218));
	}
	
	.exampleSwiper .swiper-slide .label {
		font-size: calc(100vw * (20 / 1218));
	}
	.exampleSwiper .swiper-slide h3 {
		font-size: calc(100vw * (22 / 1218));
	}
	
	.exampleSwiper .swiper-slide p.kome {
		font-size: calc(100vw * (14 / 1218));
	}
	
}
@media only screen and (max-width: 1024px) {
	.exampleSwiper .swiper-slide .slide-card {
		aspect-ratio: auto;
	}
	.exampleSwiper .swiper-slide p {
		font-size: calc(100vw * (16 / 1024));
	}
	.exampleSwiper .swiper-slide .label {
		font-size: calc(100vw * (20 / 1024));
	}
	.exampleSwiper .swiper-slide h3 {
		font-size: calc(100vw * (22 / 1024));
	}
	.exampleSwiper .swiper-slide p.kome {
		font-size: calc(100vw * (14 / 1024));
	}
	
}
@media only screen and (max-width: 970px) {
	.exampleSwiper .swiper-slide {
		width: calc((100vw * (355 / 970)) + (100vw * (52 / 970)));
		min-width: auto;
	}
	.exampleSwiper .swiper-slide .slide-card {
		padding:calc(100vw * (25 / 970)) 0 calc(100vw * (26 / 970));
		width: calc(100vw * (355 / 970));
	}
	.exampleSwiper .swiper-slide p {
		width: calc(100vw * (306 / 970));
		font-size: calc(100vw * (16 / 970));
	}
	
	.exampleSwiper .swiper-slide .label {
		font-size: calc(100vw * (20 / 970));
	}
	.exampleSwiper .swiper-slide h3 {
		font-size: calc(100vw * (22 / 970));
	}
	.exampleSwiper .swiper-slide p.kome {
		font-size: calc(100vw * (14 / 970));
	}
	
}
@media only screen and (max-width: 767px) {

	.exampleSwiper .swiper-slide {
		width: calc((100vw * (520 / 730)) + (100vw * (52 / 730)));
		min-width: auto;
	}
	.exampleSwiper .swiper-slide .slide-card {
		padding:calc(100vw * (30 / 730)) 0 calc(100vw * (38 / 730));
		width: calc(100vw * (520 / 730));
	}
	.exampleSwiper .swiper-slide p {
		width: calc(100vw * (447 / 730));
		font-size: calc(100vw * (26 / 730));
	}
	.exampleSwiper .swiper-slide .label {
		font-size: calc(100vw * (24 / 730));
	}
	.exampleSwiper .swiper-slide h3 {
		font-size: calc(100vw * (32 / 730));
	}
	.exampleSwiper .swiper-slide p.kome {
		font-size: calc(100vw * (22 / 730));
	}
	.exampleSwiper .swiper-button-next,
	.exampleSwiper .swiper-button-prev {
		display: block !important;
		top: 45%;
		transform: translateY(-50%);
		margin-top: 0;
	}

	.exampleSwiper .swiper-button-prev {
		left: calc(100vw * (30 / 730));
	}
	.exampleSwiper .swiper-button-next {
		right: calc(100vw * (30 / 730));
	}

	.exampleSwiper .swiper-button-next,
	.exampleSwiper .swiper-button-prev {
		display: block !important;
	}
	
}

/* sodan
----------------------------------------------------------------*/

#sodan {
	background-image: url('../renovation/bg_renovation.svg');
	background-size: cover;
	background-position: center center;
	padding: 50px 0;
}

#sodan h3 {
	font-size: 30px;
	border-bottom: 2px solid #fff;
	width: 970px;
	max-width: 100%;
	text-align: center;
	margin: 0;
	padding: 0 0 30px 0;
}
#sodan p {
	font-size: 16px;
	text-align: center;
	margin: 1em 0;
}
#sodan .freedial {
	display: flex;
	justify-content: center;
}
#sodan .freedial img {
	width: 434px;
}

@media only screen and (max-width: 1024px) {
	#sodan {
		background-image: url('../renovation/bg_renovation-sp.svg');
		padding: calc(100vw * (50 / 1024)) 0;
	}
	#sodan h3 {
		font-size: calc(100vw * (30 / 1024));
		width: calc(100vw * (970 / 1024));
		padding: 0 0 calc(100vw * (30 / 1024)) 0;
	}
	#sodan p {
		font-size: calc(100vw * (16 / 1024));
	}
	#sodan .freedial img {
		width: calc(100vw * (434 / 1024));
	}
}
@media only screen and (max-width: 767px) {
	#sodan {
		background-image: url('../renovation/bg_renovation-sp.svg');
		padding: calc(100vw * (40 / 730)) 0;
	}
	#sodan h3 {
		font-size: calc(100vw * (30 / 730));
		width: calc(100vw * (970 / 730));
		padding: 0 0 calc(100vw * (30 / 730)) 0;
	}
	#sodan p {
		font-size: calc(100vw * (22 / 730));
	}
	#sodan .freedial img {
		width: calc(100vw * (600 / 730));
	}

}