@charset "UTF-8";
/*===========共通===========*/
@font-face {
  font-family: "MyanmarMN";
  src: url("../font/MyanmarMN.ttf");
	font-weight: 300;
}
@media screen and (min-width:768px) {
a[href^="tel:"] {
    pointer-events: none;
}
	
}
.ofi{
  object-fit: contain;
  font-family: 'object-fit: contain;' /* IE専用のスタイル */
}
body{
	font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
p{
	margin-bottom: 0!important;
	line-height: 1.75;
}
.pb-290{
	padding-bottom: min(15.104166666666666vw,290px);
}
.pb-300{
	padding-bottom: min(15.625vw,300px);
}
.pt-500{
	padding-top: min(26.041666666666668vw,500px);
}
.pt-450{
	padding-top: min(23.4375vw,450px);
}
.pt-470{
	padding-top: min(24.479166666666664vw,470px);
}
.fs-13{
	font-size: 13px;
}
.fs-20{
	font-size: 20px;
}
.lh-175{
	line-height: 1.75;
}
.more_btn_wrap{
	text-align: center;
}
.more_btn{
	position: relative;
	font-size: 25px;
	padding: 0 1rem;
	text-decoration: none;
	color: #111;
	font-family: "MyanmarMN";
}
.more_btn::after{
	position: absolute;
	bottom:0;
	left: 0;
width: 100%;
	content: "";
	height: 5px;
	background: url(../img/arrow_right.svg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}
.back_btn_wrap{
	text-align: center;
}
.back_btn{
	position: relative;
	font-size: 25px;
	padding: 0 1rem;
	text-decoration: none;
	color: #111;
	font-family: "MyanmarMN";
}
.back_btn::after{
	position: absolute;
	bottom:0;
	left: 0;
width: 100%;
	content: "";
	height: 5px;
	background: url(../img/arrow_left.svg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: cover;
}
#mv{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#mv video{
	width: 100%;
	height:auto;
}
#topics {
	overflow: hidden;
	position: relative;
}
#topics .p-right_min10{
	width: min(44.6875vw,858px);
}#gallery .p-right_min10{
	width: min(55.104166666666664vw,1058px);
}
.p-right_min10{
	position: absolute;
	top:0;
	right: -10px;
}

#construction .p-right_puls5{
	width: min(92.13541666666667vw,1769px);
}
.p-right_puls5{
	position: absolute;
	top:0;
	right: 5px;
}
.p-right_min0{
	position: absolute;
	top:0;
	right: 0;
}
#service .p-left_min10{
	width: min(51.145833333333336vw,982px);
}
#about .p-left_min10{
	width: min(44.79166666666667vw,860px);
}
.p-left_min10{
	position: absolute;
	top:0;
	left: -10px;
}
.p-left_min0{
	position: absolute;
	top:0;
	left: 0;
}

.topics_list_wrap a{
	text-decoration: none;
	color: inherit;
}
.topics_list_wrap span.new{
	font-size: 14px;
	color: #FF2424;
	margin-right: 1em;
	font-weight: normal;
}
.topics_list_wrap span.topicsdate{
	letter-spacing: .5px;
	margin-right: 1em;
}
#service{
	position: relative;
	overflow: hidden;
}
#service h2{
	margin-bottom: 100px;
	font-size: 30px;
}
#construction{
	position: relative;
	overflow: hidden;
}
#construction .const_logo{
	width: 190px;
	margin: 0 auto;
}
#construction h2{
	margin-bottom: 100px;
	font-size: 30px;
}
#construction .insta_qr{
	width: 136px;
	margin-left: auto;
	margin-right: auto;
}

#about{
	position: relative;
	overflow: hidden;
}
#about h2{
	margin-bottom: 100px;
	font-size: 30px;
}
#gallery{
	position: relative;
	overflow: hidden;
}
#gallery .gallery_slider_item{
	width: min(48.020833333333336vw, 922px)!important;
	padding-left: min(0.5208333333333333vw , 10px);
	padding-right: min(0.5208333333333333vw , 10px);
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 14px!important;
}
.slick-dots{
	bottom: -55px;
}
.slick-dots li {
	width: 15px;
	
	}
.slide-arrow{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
}
.slide-arrow.prev-arrow{
	left:40px;
}
.slide-arrow.next-arrow{
	right:40px;
}

.slide-arrow span{
	display: block;
	width: 60px;
	height: 60px;
	background: #5F5F5F;
	border-radius: 30px;
	position: relative;
}
.slide-arrow span::before{
	content: "";
	position: absolute;
}
.slide-arrow.prev-arrow span::before{
	border: 12.5px solid transparent;
    border-right: 20px solid #fff;
    left: 6px;
    top: calc(50% - 12.5px);
}
.slide-arrow.next-arrow span::before{
	border: 12.5px solid transparent;
    border-left: 20px solid #fff;
    right: 6px;
    top: calc(50% - 12.5px);
}
#f_nav {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 1rem 0;
	margin: 0;
}
#f_nav li:not(:last-child){
	padding-right: 75px;
}
#f_nav #f_logo{
	width: max(9.166666666666666vw,176px);
}
footer p#copyright{
	text-align: center;
	font-size: 12px;
}
footer .privacy_btn{
	position: relative;
	font-size: min(1.9270833333333335vw,37px);
	padding: 0 1rem;
	text-decoration: none;
	color: #111;
	font-family: "MyanmarMN";
	display: block;
	line-height: 1;
}
footer .privacy_btn::after{
	position: absolute;
	bottom:0;
	left: 0;
width: 100%;
	content: "";
	height: 8px;
	background: url(../img/foot_arrow.svg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}
footer .f_tel{
	font-size: min(1.875vw,36px);
	font-family: "MyanmarMN";
	text-decoration: none;
	color: #111;
	padding-left:40px;
	position:relative;
}
footer .f_tel::before{
	position:absolute;
	content: "";
	width: 33px;
	height: 33px;
	background: url(../img/tel.svg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	top:calc(50% - 16.5px);
	left: 0;
}
footer .f_mail{
	font-size: min(1.25vw,24px);
	font-family: "MyanmarMN";
	text-decoration: none;
	color: #111;
	padding-left:35px;
	position:relative;
}
footer .f_mail::before{
	position:absolute;
	content: "";
	width: 27px;
	height: 17px;
	background: url(../img/mail.svg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	top:calc(50% - 8.5px);
	left: 0;
}
@media screen and (max-width:768px) {
#mv {
    height: auto;
	}
	.p-right_min10 {
    right: -2px;
}
	.p-left_min10 {
    left: -2px;
}
	#service h2,#construction h2,#about h2 {
    margin-bottom: 80px;
    font-size: 25px;
		line-height: 1.75;
}
	.fs-20 {
    font-size: 18px;
}
	#construction .const_logo {
    width: 90px;
	}
#gallery .gallery_slider_item{
	width: min(60.9375vw,468px)!important;
	padding-left: min(0.5208333333333333vw , 10px);
	padding-right: min(0.5208333333333333vw , 10px);
}
	#f_nav{
		flex-wrap: wrap;
	}
	#f_nav #f_logo{
		width: 100%!important;
		margin: 0 auto 20px;
		padding-right: 0;
	}
	#f_nav #f_logo img{
		width: 25%!important;
		margin: 0 auto;
		display: block;
	}
.slide-arrow.prev-arrow{
	left:5px;
}
.slide-arrow.next-arrow{
	right:5px;
}

.slide-arrow span{
	width: 40px;
	height: 40px;
}
.slide-arrow.prev-arrow span::before{
	border: 10px solid transparent;
    border-right: 15px solid #fff;
    left: 0;
    top: calc(50% - 10px);
}
.slide-arrow.next-arrow span::before{
	border: 10px solid transparent;
    border-left: 15px solid #fff;
    right: 0;
    top: calc(50% - 10px);
}
	footer li:not(:first-child){
		width: calc(100%/3)!important;
		padding-left: 5px;
		padding-right: 5px!important;
	}
	footer .privacy_btn {
    position: relative;
    font-size: 11px;
    padding: .25rem .25rem;
	}
	footer .f_tel::before{
		width: 22px;
		height: 22px;
		top:calc(50% - 11px);
	}
	footer .f_tel {
    font-size: 14px;
		padding-left: 25px;
	}
	footer .f_mail::before{
		width: 19px;
		height: 12px;
		top: calc(50% - 6px);
	}
	footer .f_mail {
    font-size: 13px;
    padding-left: 25px;
	}
}
/*==================archive.php=============*/
#page_texture{
	position: relative;
	overflow: hidden;
	margin-top: min(15.625vw,300px);
	padding-bottom: min(15.625vw,300px);
}
#page_texture .texture_img{
	position: relative;
	left: -5px;
	top:0;
}
#page_texture .texture_img.topics{
	width: min(44.6875vw,858px);
}
#page_texture .texture_img.const{
	width: min(93.30168776371308vw,1769px);
}
#page_texture .texture_img.privacy{
	width: min(82.11640211640213vw,1552px);
}
#page_texture .texture_img.gallery{
	width: min(55.97883597883598vw,1058px);
}
.archive_ttl{
	width: min(36.614583333333336vw,703px);
	margin:0 auto 100px;
}
body.archive h1{
	text-align: center;
	font-size: min(1.5625vw,30px);
	
}
.topics-list{
	display: flex;
	width: 100%;
	max-width: 1400px;
	margin-bottom: min(9.375vw,180px);
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
.topics-list .archive_item_link{
	width: min(34.28270042194092vw,650px);
	border: 1px solid #707070;
	padding: 1rem 1rem 4.5rem;
	position: relative;
}
.topics-list .archive_item_link:nth-child(odd){
	margin-right: min(5.274261603375527vw,100px);
}
.topics-list .topic-date{
	font-size: 20px;
	margin-bottom: 10px;
}

.topics-list .topic-date span{
	color: #FF2424;
	margin-right: 5px;
}
.topics-list h2{
	font-size: 20px;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.topics-list h2::before{
	width: 75px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom:0;
	background: #707070;
	content: "";
}
body.archive .archive_item_link{
	text-decoration: none;
	color: inherit;
	display: block;
}
body.archive .archive_item_link .archive_readmore{
	position: absolute;
	width: 200px;
	bottom: 0;
	right: 0;
	
}
@media screen and (max-width:768px) {
	#page_texture .texture_img.topics {
    width: 60%;
}
	#page_texture .texture_img.const {
    width: 90%;
}
	#page_texture .texture_img.privacy {
    width: 85%;
}
	
#page_texture .texture_img.gallery{
	width: 65%;
	}
	#page_texture {
    margin-top: 100px;
    padding-bottom: 80px;
	}
	.archive_ttl {
    width: 60%;
	}
	body.archive h1{
		font-size: 20px;
	}
.topics-list{
	flex-wrap: wrap;
}
.topics-list .archive_item_link{
	width: 100%;
	margin-bottom: 30px;
	
}
	.topics-list .archive_item_link:nth-child(odd){
	margin-right: 0px;
}
}
/*==================single.php=============*/
#single_wrap .single-cont{
	border: 1px solid #707070;
	padding: 1.5rem;
	position: relative;
	width: 100%;
	max-width: min(69.84126984126983vw,1320px);
	margin: 0 auto;
}

#single_wrap .single-cont h1{
	font-size: 20px;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
#single_wrap .single-cont h1::before{
	width: 75px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom:0;
	background: #707070;
	content: "";
}
#single_wrap .single-cont .topic-date{
	font-size: 20px;
	margin-bottom: 10px;
}

#single_wrap .single-cont .topic-date span{
	color: #FF2424;
	margin-right: 5px;
}
@media screen and (max-width:768px) {
	#single_wrap .single-cont{
		max-width: 100%;
	}
}
/*==================page-service.php=============*/
body.page-template-page-service .texture_sec_img{
	margin-bottom: min(5.274261603375527vw,100px);
}
body.page-template-page-service h2{
	font-size: min(1.5822784810126582vw,30px);
	margin-bottom: min(5.274261603375527vw,100px);
}
body.page-template-page-service h2 + p {
	font-size: min(1.3185654008438819vw,25px);
	margin-bottom: min(5.274261603375527vw,100px)!important;
}
body.page-template-page-service .cont_right .more_btn_wrap{
	text-align: end;
}
body.page-template-page-service .cont_left .more_btn_wrap{
	text-align: start;
}
body.page-template-page-service .cont_right .texture_sec_img{
	margin-left: auto;
}
body.page-template-page-service .cont_left .texture_sec_img{
	
}
#s_facility .texture_sec_img{
	width: min(51.16033755274262vw,970px);
}
#s_b_and_s .texture_sec_img{
	width: min(32.01476793248945vw,607px);
}
#s_rentalhouse .texture_sec_img{
	width: min(34.651898734177216vw,657px);
}
#s_leasing .texture_sec_img{
	width: min(18.670886075949365vw,354px);
}
#s_planning .texture_sec_img{
	width: min(23.10126582278481vw,438px);
}
@media screen and (max-width:768px) {
	body.page-template-page-service .texture_sec_img{
	margin-bottom: 50px;
}
body.page-template-page-service h2{
	font-size: 22px;
	margin-bottom: 50px;
}
body.page-template-page-service h2 + p {
	font-size: 13px;
	margin-bottom: 50px!important;
}
	
#s_facility .texture_sec_img{
	width: 80%;
}
#s_b_and_s .texture_sec_img{
	width: 50%;
}
#s_rentalhouse .texture_sec_img{
	width: 51%;
}
#s_leasing .texture_sec_img{
	width: 30%;
}
#s_planning .texture_sec_img{
	width: 35%;
}
}
/*==================page-facility.php=============*/
body.page-template.page-child .texture_sec_img{
	margin: 0 auto min(5.274261603375527vw,100px);
}
body.page-template.page-child h1{
	font-size: min(1.5822784810126582vw,30px);
	margin-bottom: min(5.274261603375527vw,100px);
}
body.page-template.page-child p.page-des{
	font-size: min(1.3185654008438819vw,25px);
	margin-bottom: min(15.822784810126583vw,300px)!important;
}
body.page-template.page-child p.page-des.short{
	margin-bottom: min(5.27426160337552vw,100px)!important;
}
body.page-template.page-child p.page-des:not(:last-child){
	margin-bottom: 3rem;
}

body.page-template.page-child p.page-des.mb-4{
	margin-bottom: 1.5rem!important;
}
@media screen and (min-width:769px) {
body.page-template.page-child .schild_cont_wrap .schild_cont_left,body.page-template.page-child .schild_cont_wrap .schild_cont_right {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	padding: min(8.438818565400844vw,160px) 0 50px;
}

body.page-template.page-child .schild_cont_wrap .schild_cont_left,body.page-template.page-child .schild_cont_wrap  .schild_num{
	align-content: center;
}
body.page-template.page-child .schild_cont_wrap .schild_cont_left,body.page-template.page-child .schild_cont_wrap .schild_cont_right .schild_num{
	order: 2;
}
body.page-template.page-child .schild_cont_wrap .schild_cont_left .schild_num_img{
	position: absolute;
	top: 0;
	left: -.5rem;
}
body.page-template.page-child .schild_cont_wrap .schild_cont_right .schild_num_img{
	position: absolute;
	top: 0;
	right: -.5rem;
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.first{
	width: min(7.2257383966244735vw,137px);
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.second{
	width: min(8.38607594936709vw,159px);
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.third{
	width: min(8.069620253164556vw,153px);
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.fourth{
	width: min(8.4915611814346vw,161px);
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.fifth{
	width: min(8.227848101265822vw,156px);
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_ttl h2{
	writing-mode: vertical-rl;
        text-orientation: upright;
	font-size: min(2.109704641350211vw,40px);
	margin-bottom: 0;
	letter-spacing: 15px;
}
body.page-template.page-child .schild_cont_wrap  .schild_text_inner{
	position: relative;
	}
body.page-template.page-child .schild_cont_wrap .schild_cont_left .schild_text{
	text-align: center;
	width: 78vw;
	align-content: center;
	border-left: 3px solid #707070;
	margin: 0 auto;
	padding: 50px 0;
	
}
	
	body.page-template.page-child .schild_cont_wrap .schild_cont_left .schild_text .schild_num_ttl{
		position: absolute;
	left: -6rem;
	top:50%;
	transform: translateY(-50%);
	}
	body.page-template.page-child .schild_cont_wrap .schild_cont_left .schild_text .schild_num_ttl h2{
	writing-mode: vertical-rl;
        text-orientation: upright;
	font-size: min(2.109704641350211vw,40px);
	margin-bottom: 0;
	letter-spacing: 15px;
	
	}
	body.page-template.page-child .schild_cont_wrap .schild_cont_right .schild_text .schild_num_ttl{
		position: absolute;
	right: -6rem;
	top:50%;
	transform: translateY(-50%);
	}
	body.page-template.page-child .schild_cont_wrap .schild_cont_right .schild_text .schild_num_ttl h2{
	writing-mode: vertical-rl;
        text-orientation: upright;
	font-size: min(2.109704641350211vw,40px);
	margin-bottom: 0;
	letter-spacing: 15px;
	
	}

body.page-template.page-child .schild_cont_wrap  .schild_text p:not(:last-child){
	margin-bottom: 1.5rem!important;
}
body.page-template.page-child .schild_cont_wrap  .schild_text p{
	font-size: min(1.5822784810126582vw,30px);
}
body.page-template.page-child .schild_cont_wrap .schild_cont_right .schild_text{
	text-align: center;
	width: 78vw;
	align-content: center;
	border-right: 3px solid #707070;
	margin: 0 auto;
	padding: 50px 0;
}
body.page-template.page-child .schild_cont_wrap  .schild_text.widepadding{
	padding: 120px 0;
}
	body.page-template.page-template-page-construction .schild_cont_wrap .schild_cont_left,body.page-template.page-template-page-construction .schild_cont_wrap .schild_cont_right {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	padding: min(8.438818565400844vw,160px) 0 50px;
}

body.page-template.page-template-page-construction .schild_cont_wrap .schild_cont_left,body.page-template.page-template-page-construction .schild_cont_wrap  .schild_num{
	align-content: center;
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_cont_left,body.page-template.page-template-page-construction .schild_cont_wrap .schild_cont_right .schild_num{
	order: 2;
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_cont_left .schild_num_img{
	position: absolute;
	top: 0;
	left: -.5rem;
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_cont_right .schild_num_img{
	position: absolute;
	top: 0;
	right: -.5rem;
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_img.first{
	width: min(7.2257383966244735vw,137px);
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_img.second{
	width: min(8.38607594936709vw,159px);
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_img.third{
	width: min(8.069620253164556vw,153px);
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_img.fourth{
	width: min(8.4915611814346vw,161px);
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_img.fifth{
	width: min(8.227848101265822vw,156px);
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_ttl h2{
	writing-mode: vertical-rl;
        text-orientation: upright;
	font-size: min(2.109704641350211vw,40px);
	margin-bottom: 0;
	letter-spacing: 15px;
}
body.page-template.page-template-page-construction .schild_cont_wrap  .schild_text_inner{
	position: relative;
	}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_cont_left .schild_text{
	text-align: center;
	width: 78vw;
	align-content: center;
	border-left: 3px solid #707070;
	margin: 0 auto;
	padding: 50px 0;
	
}
	
	body.page-template.page-template-page-construction .schild_cont_wrap .schild_cont_left .schild_text .schild_num_ttl{
		position: absolute;
	left: -6rem;
	top:50%;
	transform: translateY(-50%);
	}
	body.page-template.page-template-page-construction .schild_cont_wrap .schild_cont_left .schild_text .schild_num_ttl h2{
	writing-mode: vertical-rl;
        text-orientation: upright;
	font-size: min(2.109704641350211vw,40px);
	margin-bottom: 0;
	letter-spacing: 15px;
	
	}
	body.page-template.page-template-page-construction .schild_cont_wrap .schild_cont_right .schild_text .schild_num_ttl{
		position: absolute;
	right: -6rem;
	top:50%;
	transform: translateY(-50%);
	}
	body.page-template.page-template-page-construction .schild_cont_wrap .schild_cont_right .schild_text .schild_num_ttl h2{
	writing-mode: vertical-rl;
        text-orientation: upright;
	font-size: min(2.109704641350211vw,40px);
	margin-bottom: 0;
	letter-spacing: 15px;
	
	}

body.page-template.page-template-page-construction .schild_cont_wrap  .schild_text p:not(:last-child){
	margin-bottom: 1.5rem!important;
}
body.page-template.page-template-page-construction .schild_cont_wrap  .schild_text p{
	font-size: min(1.5822784810126582vw,30px);
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_cont_right .schild_text{
	text-align: center;
	width: 78vw;
	align-content: center;
	border-right: 3px solid #707070;
	margin: 0 auto;
	padding: 50px 0;
}
body.page-template.page-template-page-construction .schild_cont_wrap  .schild_text.widepadding{
	padding: 120px 0;
}
}
/*
body.page-template.page-child .schild_cont_wrap{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1321px;
	margin: 0 auto;
	justify-content: center;
}
body.page-template.page-child .schild_cont_wrap:not(:last-child){
	margin-bottom: 3rem;
}
body.page-template.page-child .schild_cont_wrap div.schild_cont_left,
body.page-template.page-child .schild_cont_wrap div.schild_cont_right{
	width: min(30.590717299578056vw,580px);
	
}
body.page-template.page-child .schild_cont_wrap div.schild_cont_left{
	margin-right: min(7.9113924050632916vw,150px);
}
body.page-template.page-child .schild_cont_wrap .schild_num{
	display: flex;
	flex-wrap: nowrap;
	border-bottom:3px solid #707070;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img{
	margin-right: 15px;
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.first{
	width: min(7.2257383966244735vw,137px);
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.second{
	width: min(8.38607594936709vw,159px);
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.third{
	width: min(8.069620253164556vw,153px);
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.fourth{
	width: min(8.4915611814346vw,161px);
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.fifth{
	width: min(8.227848101265822vw,156px);
}
body.page-template.page-child .schild_cont_wrap .schild_num h2{
	font-size: min(2.109704641350211vw,40px);
	margin-bottom: 0;
}body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_ttl{
	align-self: flex-end;
}
body.page-template.page-child .schild_cont_wrap .num_five{
	margin-top: 3rem;
}
body.page-template.page-child .schild_cont_wrap p{
	font-size: min(1.5822784810126582vw,30px);

}
body.page-template.page-child .schild_cont_wrap p:not(:last-child){
	margin-bottom: 1rem!important;
}*/
body.page-template-page-facility #page_facility .texture_sec_img{
	width: min(51.16033755274262vw,970px);
}

body.page-template-page-buyandsell #page_buysell .texture_sec_img{
	width: min(32.01476793248945vw,607px);
}

body.page-template-page-rentalhouse #page_rentalhouse .texture_sec_img{
	width: min(34.651898734177216vw,657px);
}

body.page-template-page-leasing #page_leasing .texture_sec_img{
	width: min(18.670886075949365vw,354px);
}

body.page-template-page-planning #page_planning .texture_sec_img{
	width: min(23.10126582278481vw,438px);
}

@media screen and (max-width:768px) {
	body.page-template-page-facility #page_facility .texture_sec_img {
    width: 70%;
}
	body.page-template-page-buyandsell #page_buysell .texture_sec_img {
    width: 50%;
}
	body.page-template-page-rentalhouse #page_rentalhouse .texture_sec_img {
    width: 50%;
}
body.page-template-page-leasing #page_leasing .texture_sec_img{
	width: 35%;
}

body.page-template-page-planning #page_planning .texture_sec_img{
	width: 40%;
}
body.page-template.page-child .texture_sec_img {
    margin: 0 auto 50px;
}
	body.page-template.page-child h1 {
    font-size: 24px;
    margin-bottom:  50px;
}
	body.page-template.page-child p.page-des{
		font-size: 16px;
		margin-bottom: 50px !important;
	}
body.page-template.page-child .schild_cont_wrap{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1321px;
	margin: 0 auto;
	justify-content: center;
}
body.page-template.page-child .schild_cont_wrap:not(:last-child){
	margin-bottom: 3rem;
}
body.page-template.page-child .schild_cont_wrap div.schild_cont_left,
body.page-template.page-child .schild_cont_wrap div.schild_cont_right{
	width: min(30.590717299578056vw,580px);
	
}
body.page-template.page-child .schild_cont_wrap div.schild_cont_left{
	margin-right: min(7.9113924050632916vw,150px);
}
body.page-template.page-child .schild_cont_wrap .schild_num{
	display: flex;
	flex-wrap: nowrap;
	border-bottom:3px solid #707070;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img{
	margin-right: 15px;
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.first{
	width: min(7.2257383966244735vw,137px);
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.second{
	width: min(8.38607594936709vw,159px);
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.third{
	width: min(8.069620253164556vw,153px);
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.fourth{
	width: min(8.4915611814346vw,161px);
}
body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img.fifth{
	width: min(8.227848101265822vw,156px);
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_img.fifth{
	width: min(8.227848101265822vw,156px);
}
body.page-template.page-child .schild_cont_wrap .schild_num h2{
	font-size: min(2.109704641350211vw,40px);
	margin-bottom: 0;
}body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_ttl{
	align-self: flex-end;
}
body.page-template.page-child .schild_cont_wrap .num_five{
	margin-top: 3rem;
}
body.page-template.page-child .schild_cont_wrap p{
	font-size: min(1.5822784810126582vw,30px);

}
body.page-template.page-child .schild_cont_wrap p:not(:last-child){
	margin-bottom: 1rem!important;
}
	body.page-template.page-child .schild_cont_wrap div.schild_cont_left{
		margin-right: 15px;
	}
	body.page-template.page-child .schild_cont_wrap div.schild_cont_left, body.page-template.page-child .schild_cont_wrap div.schild_cont_right{
		width: 50%;
	}
	body.page-template.page-child .schild_cont_wrap p {
    font-size: 13px;
}
	body.page-template.page-child .schild_cont_wrap .schild_num .schild_num_img {
    margin-right: 5px;
}
	body.page-template.page-child .schild_cont_wrap .schild_num h2 {
    font-size: 18px;
	}
}
/*==================page-about.php=============*/

body.page-template.page-template-page-about .texture_sec_img{
	margin: 0 auto min(5.274261603375527vw,100px);
}
body.page-template.page-template-page-about h1{
	font-size: min(1.5822784810126582vw,30px);
	margin-bottom: min(15.822784810126583vw,300px);
}
body.page-template-page-about #page_about .texture_sec_img.tex_info{
	width: min(32.594936708860764vw,618px);
}
body.page-template-page-about #page_about .about_info1{
	margin: 0 auto 3rem;
	display: flex;
	width: 100%;
	max-width: min(73.80952380952381vw,1395px);
	justify-content: space-between;
}

body.page-template-page-about #page_about .about_info1 .right{
	width: min(34.22751322751323vw,628px);
}
body.page-template-page-about #page_about .about_info1 .left{
width: min(24.65079365079365vw,447px);
}
body.page-template-page-about #page_about .item_wrap{
	display: flex;
	margin-bottom: 1.5rem;
	flex-wrap: nowrap;
}

body.page-template-page-about #page_about .item_wrap .item{
	font-size: min(1.0582010582010581vw,20px);
	color: #808080;
	margin-right:min(1.0582010582010581vw,20px);
	width: 80px;
	text-align: end;
}
body.page-template-page-about #page_about .right .item_wrap .item{
	width: 70px;
}
body.page-template-page-about #page_about .item_wrap .detail{
	font-size: min(1.0582010582010581vw,20px);
}
body.page-template-page-about #page_about .item_wrap .detail a{
	color: inherit;
	text-decoration: none;
}
body.page-template-page-about #page_about .about_info2 {
	width: 100%;
	max-width: min(73.80952380952381vw,1395px);
	margin: 0 auto;
}
body.page-template-page-about #page_about .about_info2 .item_wrap{
	display: flex;
}
body.page-template-page-about #page_about .about_info2 .item_wrap .detail{
	width: calc(100% - 80px);
}

body.page-template-page-about #page_history .texture_sec_img.tex_his{
	width: min(16.19047619047619vw,306px);
}
body.page-template-page-about #page_history .about_info1{
	margin: 0 auto;
	display: flex;
	width: 100%;
	max-width: min(73.80952380952381vw,1395px);
	justify-content: space-between;
}

body.page-template-page-about #page_history .about_info1 .left,
body.page-template-page-about #page_history .about_info1 .right{
width: min(32.804232804232804vw,620px);
}
body.page-template-page-about #page_history .item_wrap{
	display: flex;
	margin-bottom: 1.5rem;
	flex-wrap: nowrap;
}

body.page-template-page-about #page_history .item_wrap .item{
	font-size: min(1.0582010582010581vw,20px);
	color: #808080;
	margin-right:min(1.0582010582010581vw,20px);
	width: 84px;
	text-align: end;
}
body.page-template-page-about #page_history .item_wrap .detail{
	font-size: min(1.0582010582010581vw,20px);
}
@media screen and (max-width:768px) {
	body.page-template-page-about #page_about .texture_sec_img.tex_info {
    width: 65%;
}
	body.page-template.page-template-page-about .texture_sec_img {
    margin: 0 auto 50px;
}
body.page-template.page-template-page-about h1{
	font-size: 24px;
        margin-bottom: 50px;
}
	body.page-template-page-about #page_about .about_info1,body.page-template-page-about #page_about .about_info2{
		max-width: 100%;
		flex-wrap: wrap;
	}
	body.page-template-page-about #page_about .about_info1{
		margin: 0 auto 0rem;
	}
	body.page-template-page-about #page_about .item_wrap{
		flex-wrap: wrap;
    margin-bottom: 1rem;
	}
	body.page-template-page-about #page_about .about_info1 .left,
	body.page-template-page-about #page_about .about_info1 .right{
		width: 100%;
		
	}
	body.page-template-page-about #page_about .item_wrap .detail,body.page-template-page-about #page_about .item_wrap .item{
		font-size: 16px;
		width: 100%;
		text-align: left;
	}
	body.page-template-page-about #page_about .right .item_wrap .item{
		width: 100%;
	}
	body.page-template-page-about #page_about .about_info2 .item_wrap .detail{
		width: 100%;
	}
	body.page-template-page-about #page_history .texture_sec_img.tex_his {
    width: 35%;
}
	body.page-template-page-about #page_history .about_info1{
		max-width: 100%;
		flex-wrap: wrap;
	}
	body.page-template-page-about #page_history .about_info1 .left, body.page-template-page-about #page_history .about_info1 .right {
    width: 100%;
}
	body.page-template-page-about #page_history .item_wrap .item{
	
	}
	body.page-template-page-about #page_history .item_wrap .item,body.page-template-page-about #page_history .item_wrap .detail{
		font-size: 16px;
		width: 100%;
		text-align: left;
	}body.page-template-page-about #page_history .item_wrap{
		flex-wrap: wrap;
		margin-bottom: 1rem;
	}
}
/*==================page-construction.php=============*/

body.page-template.page-template-page-construction #works h2{
	text-align: center;
	font-size: min(1.5822784810126582vw,30px);
	margin-bottom: min(5.274261603375527vw,100px);
}
body.page-template.page-template-page-construction #works .works_wrap{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
body.page-template.page-template-page-construction #works .works_wrap:not(:last-child){
	margin-bottom: min(5.274261603375527vw,100px);
}
body.page-template.page-template-page-construction #works .works_wrap .works_detail{
	align-self: center;
	width:calc(100% - min(56.32911392405063vw,1068px));
}
body.page-template.page-template-page-construction #works .works_wrap .works_detail h3{
	font-size: min(1.9514767932489452vw ,37px);
	margin-bottom: 2rem;
	text-align:center;
}
body.page-template.page-template-page-construction #works .works_wrap .works_detail p{
	font-size: min(1.3185654008438819vw ,25px);
	text-align:center;
}
body.page-template.page-template-page-construction #works .works_wrap .works_img{
	width: min(56.32911392405063vw,1068px);
}
@media screen and (max-width:768px) {
	
body.page-template.page-template-page-construction .schild_cont_wrap{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1321px;
	margin: 0 auto;
	justify-content: center;
}
body.page-template.page-template-page-construction .schild_cont_wrap:not(:last-child){
	margin-bottom: 3rem;
}
body.page-template.page-template-page-construction .schild_cont_wrap div.schild_cont_left,
body.page-template.page-template-page-construction .schild_cont_wrap div.schild_cont_right{
	width: min(30.590717299578056vw,580px);
	
}
body.page-template.page-template-page-construction .schild_cont_wrap div.schild_cont_left{
	margin-right: min(7.9113924050632916vw,150px);
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_num{
	display: flex;
	flex-wrap: nowrap;
	border-bottom:3px solid #707070;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_img{
	margin-right: 15px;
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_img.first{
	width: min(7.2257383966244735vw,137px);
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_img.second{
	width: min(8.38607594936709vw,159px);
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_img.third{
	width: min(8.069620253164556vw,153px);
}
body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_img.fourth{
	width: min(8.4915611814346vw,161px);
}

body.page-template.page-template-page-construction .schild_cont_wrap .schild_num h2{
	font-size: min(2.109704641350211vw,40px);
	margin-bottom: 0;
}body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_ttl{
	align-self: flex-end;
}
	body.page-template.page-template-page-construction .schild_cont_wrap div.schild_cont_left{
		margin-right: 15px;
	}
	body.page-template.page-template-page-construction .schild_cont_wrap div.schild_cont_left, body.page-template.page-template-page-construction .schild_cont_wrap div.schild_cont_right{
		width: 50%;
	}
	body.page-template.page-template-page-construction .schild_cont_wrap p {
    font-size: 13px;
}
	body.page-template.page-template-page-construction .schild_cont_wrap .schild_num .schild_num_img {
    margin-right: 5px;
}
	body.page-template.page-template-page-construction .schild_cont_wrap .schild_num h2 {
    font-size: 17px;
	}
	body.page-template.page-template-page-construction #works h2 {
        font-size: 24px;
        margin-bottom: 50px;
    }
	body.page-template.page-template-page-construction #works .works_wrap{
	flex-wrap: wrap;
	width: 95%;
		margin: 0 auto;
}
	body.page-template.page-template-page-construction #works .works_wrap:not(:last-child){
		margin-bottom: 4rem;
	}
body.page-template.page-template-page-construction #works .works_wrap .works_detail{
	width:100%;
	order:1;
	margin-bottom: 1rem;
}
body.page-template.page-template-page-construction #works .works_wrap .works_detail h3{
	font-size: 22px;
	margin-bottom: .5rem;
}
body.page-template.page-template-page-construction #works .works_wrap .works_detail p{
	font-size: 16px;
}
body.page-template.page-template-page-construction #works .works_wrap .works_img{
	width: 100%;
	order:2;
}
}
/*==================page-privacy.php=============*/

body.privacy-policy h1{
	font-size: min(1.5822784810126582vw,30px);
	margin-bottom: min(15.822784810126583vw,300px);
}

body.privacy-policy p.page-des{
	font-size: min(1.3185654008438819vw,25px);
	margin-bottom: min(5.27426160337552vw,100px)!important;
}
body.privacy-policy .privacy_wrap {
	margin-bottom: 2.5rem;
	
}
body.privacy-policy .privacy_wrap  h2{
	margin-bottom: .5rem;
	font-size: min(1.0582010582010581vw,20px);
	font-weight: bold;
}
body.privacy-policy .privacy_wrap  p{
	font-size: min(1.0582010582010581vw,20px);
}
body.privacy-policy .privacy_wrap  p:not(:last-child){
	margin-bottom: 1rem!important;
}
@media screen and (max-width:768px) {
body.privacy-policy h1 {
        font-size: 24px;
        margin-bottom: 50px;
    }
	
	body.privacy-policy p.page-des{
		font-size: 16px;
		margin-bottom: 50px !important;
	}
	body.privacy-policy .privacy_wrap  h2{
	margin-bottom: .5rem;
	font-size: 18px;
	font-weight: bold;
}
body.privacy-policy .privacy_wrap  p{
	font-size: 14px;
}
}
/*==================archive-gallery.php=============*/
body.post-type-archive-gallery .gallery-list_archive .gallery-list{
	margin-bottom: 2rem;
}
body.post-type-archive-gallery .gallery-list_archive .gallery-list .gallery_item_link{
	color: #222222;
	text-decoration: none;
}
body.post-type-archive-gallery .gallery-list_archive .gallery-list .gallery_item_img{
	margin-bottom: 1.5rem;
}
body.post-type-archive-gallery .gallery-list_archive .gallery-list .gallery_item_name h2{
	font-size: min(1.0582010582010581vw,20px);
	text-align: center;
}
@media screen and (max-width:768px) {
body.post-type-archive-gallery .gallery-list_archive .gallery-list .gallery_item_name h2 {
    font-size: 22px;
    text-align: center;
}
}
/*==================single-gallery.php=============*/
body.single-gallery h1 {
    text-align: center;
    font-size: min(1.5625vw, 30px);
	padding-bottom: min(7.936507936507936vw,150px);
}
body.single-gallery #single_gallery_mv{
	margin-bottom: 5rem;
}
body.single-gallery .gallery-cont{
	display: flex;
	flex-wrap: nowrap;
}

body.single-gallery .gallery-cont:not(:last-child){
	margin-bottom: 5rem;
}
body.single-gallery .gallery-cont{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
body.single-gallery .gallery-cont:not(:last-child){
	margin-bottom: min(5.274261603375527vw,100px);
}
body.single-gallery .gallery-cont .gallery-cont_detail{
	align-self: center;
	width:calc(100% - min(56.32911392405063vw,1068px));
}
body.single-gallery .gallery-cont .gallery-cont_detail h2{
	font-size: min(2.486772486772487vw ,47px);
	margin-bottom: 2rem;
	text-align:center;
}
body.single-gallery .gallery-cont .gallery-cont_detail_inner {
	width: min(29.100529100529098vw,550px);
	margin: 0 auto;
}
body.single-gallery .gallery-cont .gallery-cont_detail .gallery-cont_detail_inner p{
	font-size: min(1.3185654008438819vw ,25px);
	text-align:center;
	padding-left: min(5.502645502645502vw,104px);
	border-bottom: 1px solid #707070;
	position: relative;
}
body.single-gallery .gallery-cont .gallery-cont_detail .gallery-cont_detail_inner p::before{
	position: absolute;
	left: 0;
	bottom:0;
	font-size: min(1.0052910052910053vw,19px);
	background: linear-gradient(#8E8E8E, #262626);
	width: min(6.031746031746032vw,114px);
	color: #fff;
	text-align: center;
	border-radius: 0px 20px 0px 0px;
}
body.single-gallery .gallery-cont .gallery-cont_detail .gallery-cont_detail_inner p.first::before{
	content: "築年月日";
}
body.single-gallery .gallery-cont .gallery-cont_detail .gallery-cont_detail_inner p.second::before{
	content: "構造";
}
body.single-gallery .gallery-cont .gallery-cont_detail .gallery-cont_detail_inner p.third::before{
	content: "延べ床面積";
}
body.single-gallery .gallery-cont .gallery-cont_detail .gallery-cont_detail_inner p.fourth::before{
	content: "全戸数";
}
body.single-gallery .gallery-cont .gallery-cont_detail .gallery-cont_detail_inner p:not(:last-child){
	
	margin-bottom: 50px!important;}
body.single-gallery .gallery-cont .gallery-cont_img{
	width: min(56.32911392405063vw,1068px);
}

body.single-gallery .gallery-cont .gallery-cont_detail .gallery-cont_detail_des p{
	font-size: min(1.3185654008438819vw ,25px);
}
body.single-gallery .gallery-cont .gallery-cont_detail_des {
	width: min(34.39153439153439vw,650px);
	margin: 0 auto;
}
@media screen and (max-width:768px) {
	body.single-gallery h1 {
     font-size: 24px;
        margin-bottom: 50px;
}
	body.single-gallery #single_gallery_mv {
    margin-bottom: 3rem;
}
	body.single-gallery .gallery-cont .gallery-cont_detail .gallery-cont_detail_inner p:not(:last-child) {
    margin-bottom: 10px !important;
}
	body.single-gallery .gallery-cont .gallery-cont_detail_inner {
    width: max(34.66666666666667vw,130px);
	}
	body.single-gallery .gallery-cont .gallery-cont_detail h2 {
    font-size: 18px;
		margin-bottom: 1rem;
	}
	body.single-gallery .gallery-cont .gallery-cont_detail .gallery-cont_detail_inner p {
		font-size: 10px;
		padding-left: 50px;
		
	}
	body.single-gallery .gallery-cont .gallery-cont_detail .gallery-cont_detail_inner p::before {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 8px;
    background: linear-gradient(#8E8E8E, #262626);
    width: 50px;
    color: #fff;
    text-align: center;
    border-radius: 0px 6px 0px 0px;
}
	body.single-gallery .gallery-cont .gallery-cont_detail .gallery-cont_detail_des p {
    font-size: 14px;
}
	body.single-gallery .gallery-cont .gallery-cont_detail_des {
    width: max(40vw,150px);
    margin: 0 auto;
}
}
