@charset "UTF-8";
/*PC→SP*/

:root {
	--main-color: #4c5870; 
}
.flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexBox_reverse {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	flex-direction: row-reverse;
}

.red{color: #c1391e;}
.bg_gray{background-color: rgba(76, 88, 112, 0.05);}

p.project:before {
    content: "";
    background: url(../images/housegallery/projection_mapping02.svg) no-repeat 50% 50%;
    display: inline-block;
    width: 35px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    margin: -4px 10px 0 0;
}


/*h1*/
.house_title1{
	clear: both;
	max-width: 1160px;
	margin: 10rem auto 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	padding: 0 0 0 32px;
	border-left: 10px solid #4C5870;
	border-top: none;
	border-bottom: none;
	text-align: left;
}

@media all and (max-width: 768px) {
.house_title1{
	margin: 50px 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	padding-left: 15px;
	border-left: 5px solid #4C5870;
	margin-bottom: 23px;
}
}

h1.house_title2{
	margin-top: 60px;
	font-size: 24px;
	text-align: center;
}

@media all and (max-width: 768px) {
h1.house_title2{
	font-size: 20px;
	margin-bottom: 30px;
}
}



.housegalleryPage .listSec ul li .wrap .detail .spec p.project,
.housegalleryPage .listSec ul li .wrap .detail .spec p.project02 {
    padding-left: 0;
	margin-top: 7px;
}

.housegalleryPage .listSec ul li .wrap .detail .spec .osakModel {
    position: relative;
    padding: 0 0 0 50px;
	margin: 15px 0 20px;
	display: inline-block;
}

.osakModel:before {
	content: "";
	background: url("../images/housegallery/osaka_logo.svg") no-repeat 0 50%;
	background-size: 100%;
    position: absolute;
    top: 0;
    height: 35px;
    width: 40px;
    left: 0;
}

.text36 {
	font-size: 36px;
}

.mainPhotoNakamozu {
	position: relative;
}

#addressArea .detail .btn a,
#addressArea .detail .btn2 a{
	position: relative;
	margin-bottom: 5%;
}

#addressArea .detail .btn a:before {
	content: "";
	position: absolute;
	background: url(../images/common/icon01.svg) no-repeat 50% 50%;
	width: 40px;
	height: 57px;
	left: 15px;
	top: 0px;
	background-size: 46px;
}

#addressAreac .detail .btn a:after {
	content: "";
	position: absolute;
	background: url(../images/common/arrow02.svg) no-repeat 50% 50%;
	width: 30px;
	height: 54px;
	right: 20px;
	top: 0;
	background-size: 30px;
}

.btnArea p a {
	padding: 0!important;
}

.btnArea p.reserveBtn a {
	position: relative;
}

.btnArea p.reserveBtn a:before {
	content: "";
	position: absolute;
	background: url(../images/common/icon01.svg) no-repeat 50% 50%;
	width: 40px;
	height: 57px;
	left: 68px;
	top: 0px;
	background-size: 46px;
}

.btnArea p.reserveBtn a:after {
	content: "";
	position: absolute;
	background: url(../images/common/arrow02.svg) no-repeat 50% 50%;
	width: 30px;
	height: 54px;
	right: 50px;
	top: 0;
	background-size: 30px;
}




@media all and (max-width:768px) {
	
	.housegalleryPage .listSec ul li .wrap .detail p a {
		text-decoration: underline;
	}		
	
	img {
		width: 100%;
	}
	
	.mainPhoto {
		width: 100%;
		margin: 0 auto 2rem;
	}
	
	.mainPhoto02 {
		width: calc(100% - 40px);
		margin: 0 auto 2rem;
	}
	
	.inner {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	
	
	
	
	h3 {
		font-size: 15px;
		line-height: 1.4;
		padding: 0;
		font-weight: 600;
		text-align: center;
		margin: 0 auto 0;
	}
	
	h4.title {
		font-size: 14px;
		font-weight: 600;
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(76, 88, 112, 0.3);
		margin-bottom: 12px;
	}	

	h4.title span {
		font-size: 16px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-style: italic;
		margin-right: 8px;
	}
	
	h5 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 1.2rem;
	}
	
	.linkBtn a {
		margin: 0 auto 2rem;
	}	
	
	.text {
		font-size: 12px;
		line-height: 23px;
		margin-bottom: 20px;
	}
	
	.merit.type01 img {
		margin-bottom: 4rem;
	}
	
	.present {
		padding: 1.8rem;
		color: #ffffff;
		width:100%;
		margin: 0 auto 4rem;
		background: #4c5870;
	}
	
	.present .flexBox div:first-child {
		width: 100%;
	}
	
	.present .flexBox div:last-child {
		width: 100%;
	}
	
	.present .textBold {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
    	margin-bottom: 2rem;
	}
	
	.present .textSmall {
		line-height: 1.4;
		font-size: 10px;
		margin-bottom: 2rem;
	}
	
	/*展示場一覧の横長バナー*/
	.tempBannerLong{
		margin: 0 auto 4rem;
	}
	.tempBannerLong a img:hover{
		opacity: .7;
	}
	.tempBannerLong .textSmall{
		font-size: 10px;
		margin-top: 5px;
		text-align: justify;
	}
	

	
	.housegalleryMadori {
		width: 90%;
		margin: 0 auto;
	}
	
	.tab {
		width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
		margin: 0 auto;
	}
	.tab label {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	.tab label {
		width: 33.33%;
		margin: 0 0 -1px;
		background-color: #edeef0;
		color: #4C5870;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		padding: 5px 10px 9px 10px;
		font-size: 14px;
	}
	.tab label:hover {
		background: #ddd;
	}
	.tab input:checked + label {
		background: #4C5870;
		padding: 5px 10px 9px 10px;
		text-align: center;
		color: #fff;
		font-size: 14px;
		margin: 0 0 -1px;
	}
	.tab input[type="radio"] {
		display: none;
	} 
	.tab #tabContent01,
	.tab #tabContent02,
	.tab #tabContent03,
	.tab #tabContent04 {
		display: none;
		margin-bottom: 50px;
		padding: 10px;
	}
	.tab #tab01:checked ~ #tabContent01,
	.tab #tab02:checked ~ #tabContent02,
	.tab #tab03:checked ~ #tabContent03,
	.tab #tab04:checked ~ #tabContent04 {
		display: block;
		padding: 10px;
		border: 1px solid #edeef0;
	}
	
	.tabContent .flexBox {
		justify-content: flex-start;
	}
	
	.floor {
		color:#4C5870;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 4%
	}
	
	.madori {
		margin: 0 auto 4%;
	}

	.menseki {
		font-size: 14px;
	}

	
	.housegalleryPage .housegallerySlide ul.slide li p {
		position: inherit;
		padding: 0 2rem;
		background: #4c5870;
		width: 100%;
		color: #fff;
		height: 70px;
		display: flex;
		align-items: center;
		font-size: 12px;
	}

	.housegalleryPage .housegallerySlide {
		height: 370px;
	}		
	
	
	
	p.project:before {
		width: 35px;
		height: 15px;
		margin: -4px 7px 0 0;
	}
	
	.mapping {
		padding-bottom: 30px;
	}
	
	.mapping p.center {
		font-size: 12px;
		line-height: 23px;
		text-align: left;
		margin-bottom: 2rem;
	}
		
	.mapping ul li {
		width: 100%;
		margin-bottom: 2%;
	}	
	
	.mapping ul li.thumbnail {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.mapping ul li.thumbnail img {
		width: 32%;
	}
	
	.movieBox {
		width: 100%;
		margin: 0px auto 30px;
	}
	
	
	#addressArea .wrap,
	#addressArea .wrap_wide{
		padding: 0 20px 50px; 
	}
	
	#addressArea .pct,
	#addressArea .pct_wide{
		margin-bottom: 30px;
		margin-top: 50px;
	}
	
	#addressArea .pct img,
	#addressArea .pct_wide img{
		width: 100%;
	}
	
	#addressArea .detail {
/*		width: 77.7%;*/
		width: 90%;
		margin: 0 auto;
	}
	
	#addressArea .detail .title {
		height: 57px;
		border-top: 1px solid #4C5870;
		border-bottom: 1px solid #4C5870;
		margin-bottom: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#addressArea .detail .title h3 {
		display: inline-block;
		font-size: 13px;
		line-height: 23px;
	}
	
	#addressArea .detail .spec {
		margin-bottom: 20px;
	}
	
	#addressArea .detail .spec p {
		font-size: 12px;
		line-height: 23px;
		padding-left: 22px;
	}
	
	#addressArea .detail .spec p.address {
		background: url(../images/housegallery/icon-address.png) 3px 5px no-repeat;
		background-size: 10px 15px;
	}
	
	#addressArea .detail .spec p.time {
		background: url(../images/housegallery/icon-time.png) 3px 7px no-repeat;
		background-size: 11px;
	}
	
	#addressArea .detail .spec p.tel {
		background: url(../images/housegallery/icon-tel.png) 3px 7px no-repeat;
		background-size: 11px;
	}
	
	#addressArea .detail .btn a,
	#addressArea .detail .btn2 a{
        height: 45px;
		margin-bottom: 5%;
        display: block;
        text-align: center;
        font-size: 15px;
        line-height: 43px;
        color: #fff;
        background-color: #4C5870;
    }
	
	#addressArea .detail .btn a:before {
		width: 35px;
		height: 40px;
		left: 18px;
		background-size: 35px;
	}	
	
	#addressArea .detail .btn a:after {
		width: 25px;
		height: 38px;
		right: 20px;
		background-size: 25px;
	}	
	
	
	#addressArea .detail .btn a:active {
		opacity: 0.7; 
	}
	
	.housegalleryPage .housegallerySlide ul.slide li {
		position: relative;
		padding-bottom:70px;
	}
			
	.housegalleryPage .housegallerySlide ul.slide li p {
		position: absolute;
		padding: 0 2rem;
		bottom: 0;
		background: #fff;
		width: 100%;
		color: #4c5870;
		height:70px;
		display: flex;
		align-items: center;
		font-size: 12px;
		/*border-bottom: 1px solid #edeef0;*/
	}
	
	.housegalleryPage .housegallerySlide .slick-prev, 
	.housegalleryPage .housegallerySlide .slick-next {
		top: 30%;
	}

	.housegalleryPage ul.slick-dots {
		bottom: -85px;
	}
	
	.btnArea {
		display: block;
		margin-bottom: 50px;
	}
	
	.btnArea p {
		width: 94%;
		margin: 0 auto 2rem;
	}	
	
    .btnArea p a {
        display: block;
        text-align: center;
        font-size: 15px;
        line-height: 40px;
        height: 45px;
        color: #fff;
        background-color: #4C5870;
        border: 1px solid #4C5870;
        margin: 0 auto;
    }

	.btnArea p.reserveBtn a:before {
		width: 35px;
		height: 40px;
		left: 50px;
		background-size: 35px;
	}	
	
	
	.btnArea p.reserveBtn a:after {
		width: 25px;
		height: 40px;
		right: 50px;
		background-size: 25px;
	}	
	
	.btnArea p.tel a {
		color: #4C5870;
		background-color: #fff;
		border: 1px solid #4C5870;
		font-size: 13px;
	}
	
	.btnArea p.tel a span:before {
		content: "";
		background: url(../images/housegallery/icon-tel.png) 0% 100% no-repeat;
		background-size: 15px;
		width: 20px;
		height: 15px;
		display: inline-block;
		
	}
	
	.housegalleryPage #minoo p.textBig {
		font-weight: bold;
		text-align: center;
		font-size: 22px;
		margin-bottom: 14px;
		color: #4c5870;
	}
	
	.osakModel:before {
		height: 46px;
	}
	
	.fixBtn {
		display: none;
	}	

	.fixBtn02 {
		margin: 0 auto;
		width: 100%;
		position: fixed;
		top: unset;
		bottom: 0;
		left: 0;
		right: 0;
		background: #ebedec;
		padding: 5px 2%;
		z-index: 9;
	}

	.fixBtn02 li {
		text-align: center;
		font-size: 18px;
		height: 50px;
		color: #fff;
		background-color: #4C5870;
	}

	.fixBtn02 li a {
		color: #fff;
		display: block;
		position: relative;
		font-size: 18px;
		line-height: 47px;
	}

	.fixBtn02 li a:before {
		content: "";
		position: absolute;
		background: url(../images/common/icon01.svg) no-repeat 50% 50%;
		width: 40px;
		height: 47px;
		left: 52px;
		top: 1px;
		background-size: 40px;
	}

	.fixBtn02 li a:after {
		content: "";
		position: absolute;
		background: url(../images/common/arrow02.svg) no-repeat 50% 50%;
		width: 85px;
		height: 40px;
		right: 25px;
		top: 1px;
		background-size: 30px;
	}


}

@media all and (min-width:769px) {

	/*＝＝＝＝一覧＝＝＝＝*/
	
	.housegalleryPage .listSec ul li .wrap .pct {
		width: 450px;
		height: 293px;
	}
	
	.housegalleryPage .listSec ul li .wrap.itami02 {
		flex-flow: inherit;
	}	
	
	.housegalleryPage .listSec ul li .wrap.itami02 .pct {
		width: 452px;
		height: 295px;
	}	
	
	.housegalleryPage #minoo p.textBig {
		font-weight: bold;
		text-align: center;
		font-size: 33px;
		margin-bottom: 14px;
		color: #4c5870;
	}
	
	
	/*.housegalleryPage .listSec ul li .wrap.itami02 .pct {
		border: 1px solid #4C5870;
	}*/
	
	.housegalleryPage .listSec ul li .wrap .detail {
		width: 395px;
	}

	.housegalleryPage .listSec ul li .wrap .detail .spec {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.housegalleryPage .listSec ul li .wrap .detail .address {
		margin-bottom: 1.6rem;
	}
	
	.housegalleryPage .listSec ul li .wrap .detail p a {
		text-decoration: underline;
	}
	
	.housegalleryPage .listSec ul li#minoo .wrap:last-child {
		display: block;
	}
	
	.housegalleryPage .listSec ul li#minoo .wrap:last-child .detail {
		margin: 60px auto 0;
		width: 450px;
	}	
	
	/*＝＝＝＝一覧ここまで＝＝＝＝*/
	
	.housegalleryPage .housegalleryDetail .detail .spec {
		width: 370px;
		margin-bottom: 20px;
	}	
	
	.mainPhoto,.mainPhoto02 {
		text-align: center;
		max-width: 1160px;
		margin: 0 auto 8rem;
	}
	
	.inner {
		width: calc(100% - 40px);
		max-width: 1160px;
		margin: 0 auto;
		text-align: center;
	}
	
	.linkBtn a {
		margin: 0 auto 8rem;
	}
	
	h3 {
		font-size: 22px;
		font-weight: 600;
		line-height: 34px;
/*		margin-bottom: 6rem;*/
/*		text-align: center;*/
	}
	
	h4.title {
		font-size: 19px;
		font-weight: 600;
		border-bottom: 1px solid rgba(76, 88, 112, 0.3);
		margin-bottom: 30px;
		border-left: none;
		padding: 0;
		text-align: left;
	}
	
	h4.title span {
		font-size: 24px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-style: italic;
		margin-left: 8px;
	}	
	
	.merit {
		margin-bottom: 6rem;
	}	
	
	.merit div {
		width: 47%;
	}	
	
	h5 {
		font-size: 130%;
		font-weight: bold;
		margin-bottom: 1.6rem;
		text-align: left;
	}
	
	.merit.type01 {
		margin-bottom: 8rem;
	}	
	
	.merit.type01 div {
		width: 100%;
	}

	.merit.type01 .flexBox div {
		width: 64%;
	}
	.merit.type01 .text{
		text-align: left;
	}
	.merit.type01 img {
		width: 30%;
	}
	
	.present {
		border: 1px solid #4c5870;
		padding: 2%;
		color: #ffffff;
		width: 92%;
		margin: 0 auto 8rem;
		background: #4c5870;
	}
	
	.present .flexBox {
		align-items: flex-end;
	}
	
	.present .flexBox div:first-child {
		width: 68%;
	}
	
	.present .flexBox div:last-child {
		width: 32%;
	}
	
	.present .textBold {
		font-size: 170%;
		font-weight: bold;
		text-align: center;
		padding: 0 0 3.5rem;
	}
	
	.present .textSmall {
		line-height: 1.4;
		font-size: 90%;
		text-align: center;
	}
	
	.present img {
		width: 100%;
	}
	
	/*展示場一覧の横長バナー*/
	.tempBannerLong{
		width: 100%;
		max-width: 960px;
		margin: 0 auto 5rem;
	}
	.tempBannerLong .textSmall{
		font-size: 14px;
		margin-top: 5px;
		text-align: right;
	}
	.tempBannerLong img{
		width: 100%;
	}
	.tempBannerLong a img:hover{
		opacity: .8;
	}


	.housegalleryMadori {
		width: 1160px;
		margin: 0 auto;
	}
	
	.tab {
		width: 100%;/*横幅はここで設定します。100%にすれば可変になります。*/
		min-width: 640px;
		margin: 0 auto;
	}
	.tab label {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	.tab label {
		width: 33.33%;
		margin-right: 0;
		background-color: #edeef0;
		color: #4C5870;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		padding: 10px 10px 13px 10px;
	}
	.tab label:hover {
		background: #ddd;
	}
	.tab input:checked + label {
		background: #4C5870;
		padding: 10px 10px 13px 10px;
		text-align: center;
		color: #fff;
	}
	.tab input[type="radio" i] {
		display: none;
	} 
	.tab #tabContent01,
	.tab #tabContent02,
	.tab #tabContent03,
	.tab #tabContent04 {
		display: none;
		margin-bottom: 80px;
		padding: 30px;
	}
	.tab #tab01:checked ~ #tabContent01,
	.tab #tab02:checked ~ #tabContent02,
	.tab #tab03:checked ~ #tabContent03,
	.tab #tab04:checked ~ #tabContent04 {
		display: block;
		padding: 30px;
		border: 1px solid #edeef0;
	}
	
	.tabContent .flexBox {
		justify-content: space-between;
	}
	
	.floor {
		color:#4C5870;
		font-size: 180%;
		font-weight: bold;
	}
	
	.mapping {
		margin-bottom: 80px;
	}
	
	.mapping h3,.mapping p {
		margin-bottom: 5rem;
	}
	
	.mapping ul {
		display: flex;
		justify-content: space-between;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	/*.mapping ul li {
		width: 32%;
	}*/
	
	.mapping ul li:first-child {
		width: 68%;
		margin-right: 17px;
	}	
	
	.mapping ul li.thumbnail {
		width:21%;
	}	
	
	.mapping ul li img {
		width:100%;
	}	
	
	.mapping ul li.thumbnail img {
		margin-bottom: 17px;
	}
	
	.mapping ul li.thumbnail img:last-child {
		margin-bottom: 0;
	}
	
	.movieBox {
		margin: 60px auto;
	}
	
/*	addressArea*/
	#addressArea .wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 940px;
		margin: 0 auto 8rem;
		align-items: center;
	}	
	
	#addressArea .wrap_wide {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1000px;
		margin: 0 auto 8rem;
		align-items: flex-start;
	}	
	
	#addressArea .pct {
		width: 50%; 
	}
	#addressArea .pct_wide {
		width: 55%; 
	}
	
	#addressArea .pct img,
	#addressArea .pct_wide img{
		width: 100%;
	}
	
	f .detail {
		width: 35%;
		margin: 0 ;
		display: flex;
    	flex-direction: column;
	}
	
	#addressArea .detail .title {
		height: 70px;
		border-top: 1px solid #4C5870;
		border-bottom: 1px solid #4C5870;
		margin-bottom: 25px;
		display: flex;
		align-items: center;
		justify-content: center; 
	}
	
	#addressArea .detail .title h3 {
		display: inline-block;
		font-size: 19px;
		line-height: 28px; 
	}
	
	#addressArea .detail .spec {
		width: 360px;
		margin-bottom: 25px;
		margin-top: -5px;
	}
	
	#addressArea .detail .spec p {
		font-size: 16px;
		line-height: 28px;
		padding-left: 25px; 
	}
	
	#addressArea .detail .spec p.address {
		background: url(../images/housegallery/icon-address.png) left 7px no-repeat;
		background-size: 10px 15px; 
	}
	
	#addressArea .detail .spec p.time {
		background: url(../images/housegallery/icon-time.png) left 7px no-repeat;
		background-size: 11px; 
	}
	
	#addressArea .detail .spec p.tel {
		background: url(../images/housegallery/icon-tel.png) left 7px no-repeat;
		background-size: 11px; 
	}
	
	#addressArea .detail .btn,
	#addressArea .detail .btn2{
		margin-top: auto;
		width: 90%;
	}
	
	#addressArea .detail .btn a,
	#addressArea .detail .btn2 a{
        display: block;
        text-align: center;
        font-size: 17px;
        line-height: 54px;
        height: 60px;
        color: #fff;
        background-color: #4C5870;
    }
	
	#addressArea .detail .btn a:hover,
	#addressArea .detail .btn2 a:hover{
		opacity: 0.7;
	}
	
	
	
	
	.housegalleryPage .housegallerySlide ul.slide li div {
		width: 100%;
		height: 596px;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.housegalleryPage .housegallerySlide {
		height: 720px;
	}		


	.housegalleryPage .housegallerySlide ul.slide li {
		position: relative;
	}
			
	.housegalleryPage .housegallerySlide ul.slide li p {
		position: absolute;
		padding: 0 2rem;
		bottom: 0;
		background: rgb(76 88 112 / 70%);
		width: 100%;
		color: #fff;
		height: 75px;
		display: flex;
		align-items: center;
	}	
	
	
	
	
	.btnArea {
		justify-content: center;
	}
	
	.btnArea p {
		width: 36%;
		margin: 0 3%;
	}	
	
	.btnArea p a {
		display: block;
		text-align: center;
		font-size: 18px;
		line-height: 54px;
		height: 60px;
		color: #fff;
		background-color: #4C5870;
		border: 1px solid #4C5870;
		margin: 0 auto 8rem;
	}
	
	.btnArea p.tel a {
		display: block;
		text-align: center;
		font-size: 18px;
		line-height: 54px;
		height: 60px;
		color: #4C5870;
		background-color: #fff;
		border: 1px solid #4C5870;
		margin: 0 auto 8rem;
		pointer-events: none;
	}
	
	.btnArea p.tel a span:before {
		content: "";
		background: url(../images/housegallery/icon-tel.png) 0% 0% no-repeat;
		background-size: 15px;
		width: 20px;
		height: 15px;
		display: inline-block;
		
	}
	
	p.tel a {
		pointer-events: none;
	}
	
}

/*展示場一覧のショールーム*/
.showroom_wrap{
	width: 100%;
	margin-bottom: 100px;
	padding: 100px 0;
	background-color: rgba(76, 88, 112, 0.05);
}
.showroom_wrap ul{
	max-width: 990px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.showroom_wrap ul li{
	width: 40%;
	margin: 0 5% ;
	background: #fff;
	padding: 0;
}
.showroom_wrap ul li a:hover{
	opacity: .7;
}
.showroom_wrap ul li .pct img{
	width: 100%;
}
.showroom_wrap ul li .detail{
	padding: 20px;
}
.showroom_wrap ul li .detail .title{
	padding: 20px;
	font-size: 19px;
	line-height: 28px;
	text-align: center;
}
.showroom_wrap ul li .detail .title h3{
	position: relative;
}
.showroom_wrap ul li .detail .title h3::after{
	padding-left: 1rem;
	content: url(/_assets/images/common/icon-link-blue.svg);
	transform: scale(1.3) translateY(-1px);
	display: inline-block;
}

/*spec*/
.showroom_wrap ul li .detail .spec{
	margin: 20px;
}
.showroom_wrap ul li .detail .spec p {
	font-size: 16px;
	line-height: 28px;
	padding-left: 22px;
}
.showroom_wrap ul li .detail .spec .address{
	background: url(../images/housegallery/icon-address.png) 3px 5px no-repeat;
	background-size: 10px 15px;
}
.showroom_wrap ul li .detail .spec .time{
	background: url(../images/housegallery/icon-time.png) 3px 7px no-repeat;
	background-size: 11px;
}
.showroom_wrap ul li .detail .spec .tel{
	background: url(../images/housegallery/icon-tel.png) 3px 7px no-repeat;
	background-size: 11px;
}
.showroom_wrap ul li .detail .spec .project{
	padding-left: 0;
	margin-top: 7px;
}
.showroom_wrap ul li .detail .spec .project:before {
	width: 35px;
	height: 15px;
	margin: -4px 7px 0 0;
}
.showroom_wrap ul li .detail .spec .osakModel {
	position: relative;
	padding: 0 0 0 74px;
	margin: 15px auto 20px;
	display: inline-block;
}
.showroom_wrap ul li .detail .spec .osakModel:before {
	content: "";
	background: url("../images/housegallery/osaka_logo.svg") no-repeat 0 50%;
	background-size: 100%;
	position: absolute;
	top: 0;
	height: 35px;
	width: 40px;
	left: 23px;
}

@media all and (max-width: 767px) {
.showroom_wrap{
	width: 100%;
	margin-bottom: 50px;
	padding: 80px 0 40px;
}
.showroom_wrap ul{
	margin: auto;
	display: flex;
	flex-direction: column;
}
.showroom_wrap ul li{
	width: 90%;
	margin: 0 5% 10%;
}
.showroom_wrap ul li .detail .title{
	font-size: 18px;
}
.showroom_wrap ul li .detail .title h2::after {
	transform: scale(1.1) translateY(1px);
}
.showroom_wrap ul li .detail .spec {
	margin: 0 20px 20px;
}
.showroom_wrap ul li .detail .spec p {
	font-size: 12px;
	line-height: 23px;
}
/*
@media all and (max-width: 410px) {
.showroom_wrap ul li .detail {
	padding: 10px;
}
.showroom_wrap ul li .detail .spec {
	margin: 20px 0;
}
}
*/
}

/*展示場詳細ページの「土地探し」スライダー*/

/*PC/TB/SP共通*/
.bunjou_Slide {
	height: 317px;
	margin-top: 5rem;
	margin-bottom: 45rem;
}
.bunjou_Slide h2{
	max-width: 1160px;
	margin: auto;
	font-size: 30px;
	text-align: center;
}
.bunjou_Slide ul.slide {
	max-width: 1160px;
	width: 97%;
	margin: 4rem auto auto;
}
.bunjou_Slide ul.slide li.slide_box {
	width: 470px;
	width: 555px;
	margin: 0 1rem;
}
.bunjou_Slide ul.slide li.slide_box a:hover {
	opacity: .7;
}
.bunjou_Slide ul.slide li.slide_box div {
	width: 100%;
	height: 350px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bunjou_Slide .slick-prev,
.bunjou_Slide .slick-next {
	position: absolute;
	z-index: 20;
	display: block;
	width: 37px;
	height: 37px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	top: 27%;
	padding: 0;
	border: none;
	outline: none; 
}
.bunjou_Slide .slick-prev:hover,
.bunjou_Slide .slick-next:hover {
	opacity: 0.7;
}
.bunjou_Slide .slick-prev {
	left: -60px;
}
.bunjou_Slide .slick-next {
	right:-60px;
}
.bunjou_Slide .slick-prev:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 37px;
	height: 37px;
	background: url(/_assets/images/housegallery/btn-slide-l.png);
	background-size: cover; 
}
.bunjou_Slide .slick-next:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 37px;
	height: 37px;
	background: url(/_assets/images/housegallery/btn-slide-r.png);
	background-size: cover;
}
.bunjou_Slide .slick-track {
	margin-left: inherit;
	margin-right: inherit; 
}
.bunjou_Slide .slick-dotted.slick-slider {
	margin-bottom: 30px; 
}
.bunjou_Slide ul.slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center; 
}
.bunjou_Slide ul.slick-dots > li {
	position: relative;
	display: inline-block;
	width: 20px !important;
	height: 20px;
	margin: 0 5px !important;
	padding: 0;
	cursor: pointer; 
}
.bunjou_Slide ul.slick-dots > li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent; 
}
.bunjou_Slide ul.slick-dots > li button:hover,
.bunjou_Slide ul.slick-dots > li button:focus {
	outline: none; 
}
.bunjou_Slide ul.slick-dots > li button:hover:before,
.bunjou_Slide ul.slick-dots > li button:focus:before {
	opacity: 1; 
}
.bunjou_Slide ul.slick-dots > li button:before {
	font-size: 1px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	content: '';
	opacity: .3;
	background-color: #4C5870;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.bunjou_Slide ul.slick-dots > li.slick-active button:before {
	opacity: 1; 
}

/*table*/
.slide_box table{
	width: 100%;
	font-size: 14px;
	margin-top: 5%;
	margin-left: -5px;
	border-spacing: 5px;
	border-collapse: separate;
}
.slide_box table th{
	width: 15%;
	text-align: center;
	padding: 3px;
	background: #ededed;
	vertical-align:middle!important;
}
.slide_box table .mark {
	color: #fff;
	background-color: #4c5870;
	vertical-align:top!important;
}
.slide_box table td{
	padding: 3px 10px;
	vertical-align: middle!important;
}
.slide_box table strong {
	font-size: 18px;
}

.slide_box table strong::after {
	content: url(/_assets/images/common/icon-link-blue.svg);
	transform: scale(1.3);
	transform: translate(0px, 1px);
	padding-left: 1rem;
	display: inline-block;
}

.slide_box table strong.nomark::after {
	content: none;
}

/*TB*/
@media all and (max-width: 768px) {
.bunjou_Slide {
	margin-top: 3rem;
	margin-bottom: 25rem;
}
.bunjou_Slide h2{
	font-size: 18px;
}
.bunjou_Slide ul.slide {
	padding: 0 10px;
}
.slide_box table{
	font-size: 12px;
}
.slide_box table th {
}
.slide_box table strong {
	font-size: 14px;
}
.bunjou_Slide ul.slide li.slide_box div{
	height: 320px;
}
.bunjou_Slide .slick-prev {
	left: 35px;
}
.bunjou_Slide .slick-next {
	right:35px;
}
.bunjou_Slide .slick-prev,
.bunjou_Slide .slick-next{
	top:23%;
}
.bunjou_Slide ul.slick-dots > li button:before{
	width: 7px;
	height: 7px;
}
.bunjou_Slide ul.slick-dots > li {
    margin: 0 0 !important;
}
}
@media all and (max-width: 430px) {
.bunjou_Slide ul.slide li.slide_box div{
	height: 220px;
}
}
@media all and (max-width: 390px) {
.bunjou_Slide ul.slide li.slide_box div{
	height: 200px;
}
}
@media all and (max-width: 370px) {
.bunjou_Slide ul.slide li.slide_box div{
	height: 190px;
}
}

/*展示場扉のGoogleマップ*/
.index_mapArea{
	width: 1150px;
	margin: 40px auto 40px;
	text-align: right;
}
#map {
	width: 1150px;
	height: 49vh;
	margin: auto auto 10px;
}
.index_mapArea img {
	width: 15px;
}
@media all and (max-width: 768px){
	.index_mapArea {
		width: 100%;
		margin: 0 0 50px 0;
		padding: 0 20px;
		text-align: right;
		font-size: 13px;
	}
	#map {
		width: 100%;
		height: 35vh;
		margin: 0 0 10px 0;
		background: gray;
	}
}

/*SEO対策*/
.housegalleryPage .listSec ul li .wrap .detail .title h3 {
    display: inline-block;
    font-size: 19px;
    line-height: 28px;
}

.main_title{
	margin: 6% 1% 2% 1%;
    font-size: 30px;
/*    color: var(--main-color);*/
	text-align: center;
}

@media (max-width: 768px) {
	.housegalleryPage .listSec ul li .wrap .detail .title h3 {
		display: inline-block;
		font-size: 13px;
		line-height: 23px;
	}

	.main_title{
		margin: 10% 1% 2% 1%;
		font-size: 20px;
	}
}

.tempBanner2 .attention {
	margin-top: 5px;
	font-size: 10px;
}

.housegalleryPage .listSec ul li {
	padding: 60px 0 7%;
}


/*＝＝＝＝＝＝＝＝＝＝
6つのポイント　#pointArea
＝＝＝＝＝＝＝＝＝＝＝*/

#pointArea {
	margin: 100px auto;
	background: #EFEFEF;
    padding: 50px 0;
}

#pointArea h2 {
    font-size: 24px;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 40px;
	text-align: left;
	position: relative;
}

#pointArea h2:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 36px;
	background: #4C5870;
	bottom:0;
	left:0;
}

#pointArea h2 span {
    font-size: 40px;
}

#pointArea .flexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#pointArea .flexBox li {
	width: 32%;
	position: relative;
	margin-bottom: 50px;
}

#pointArea .flexBox li .pinyon {
    position: absolute;
    font-size: 64px;
    left: 0;
    top: -28px;
    color: rgb(76 88 112 / 30%);
    letter-spacing: 3px;
}

#pointArea .flexBox li .image {
	margin-bottom: 15px;
}

#pointArea .flexBox li img {
	width: 100%;
}

#pointArea p.title {
    font-size: clamp(16px, 1.5vw, 18px);
    padding-left: 80px;
    margin-bottom: 12px;
	text-align: left;
}

#pointArea p.text {
    font-size: 16px;
	text-align: left;
}

@media (max-width: 768px) {
	
	#pointArea {
		padding: 50px 0 30px;
		margin: 50px auto;
	}	

	#pointArea h2 {
		font-size: 16px;
		padding-left: 15px;
	}

	#pointArea h2:before {
		width: 5px;
		height: 50px;
	}

	#pointArea h2 span {
		font-size: 26px;
	}

	#pointArea .flexBox li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	#pointArea .flexBox li:last-child {
		margin-bottom: 0;
	}

	#pointArea .flexBox li .pinyon {
		font-size: 40px;
        left: -5px;
        top: -11px;
        letter-spacing: 0;
	}

    #pointArea p.title {
        font-size: clamp(16px, 1.5vw, 20px);
        padding-left: 45px;
        margin-bottom: 10px;
        min-height: 2.6em;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
	
	#pointArea .flexSP {
    	display: flex;
		justify-content: space-between;
		align-items: center;
	}
		
	#pointArea .flexSP .image {
    	width: 40%;
		margin-right: 4%;;
	}
	
	#pointArea p.text {
		font-size: 12px;
		width: 56%;
	}
}

/*イベント*/
.event_wrap{
	max-width: 1160px;
	width: 100%;
	margin: 0 auto 100px;
}
.event_box{
	margin-bottom: 40px;
}
.event_box a{
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}
.event_box a:hover{
	opacity: .6;
}
.event_box .img_area{
	width: 50%;
}
.event_box .text_area{
	width: 50%;
}
.event_box .img_area img{
	width: 100%;
	height: auto;
}
.event_box .attention {
	margin-top: 5px;
	font-size: 10px;
}
.event_box .marginTop{
	margin-top: -40px!important;
}

.event_box .hd_txt::after {
    content: "";
    width: 47.99px;
    height: 1.5px;
    display: inline-block;
    background: #D5C583;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*ラベル装飾*/
.topics__label {
	margin-right: 15px;
	padding: 7px 10px;
	display: inline-flex;
	vertical-align: 2px!important;
	align-items: center;
	justify-content: center;
	background: #4C5870;
	color: #fff;
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
}
.text_area .hd_txt {
	font-weight: 600;
	font-size: 23px;
	margin-bottom: 18px;
	position: relative;
	padding-right: 65.49px;
	width: fit-content;
}
.hd_txt_spacer {
	width: 100px;
	display: inline-block;
}
@media (max-width: 768px) {
	.event_wrap {
		margin: -40px auto 20px;
	}
	.event_box{
		margin-bottom: 40px;
	}
	.event_box a{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	.event_box .img_area{
		width: 90%!important;
	}
	.event_box .text_area{
		width: 90%!important;
	}
	.text_area .hd_txt {
		font-size: 18px;
		margin-bottom: 10px;
		padding-right: 50px;
	}
	.topics__label {
		margin-right: 5px;
		font-size: 12px;
		transform: translateY(0px);
	}
	.hd_txt_spacer {
		width: 80px;
	}
	.event_box .hd_txt::after {
		width: 25px;
	}
	.text_area .txt{
		font-size: 14px;
		line-height: 1.875;
	}
	.event_box .marginTop{
		margin-top: 0px!important;
	}
	
	/*swiper*/
	.swiper-initialized {
		overflow-x: hidden;
	}
	.swiper-slide img {
		height: auto;
		width: 100%;
	}
}

/*spec_h1 SEO対策*/
.spec_h1{
	font-size: 18px;
    margin: 10px 0;
}