@charset "UTF-8";

/*PC + ALL*/

img{width: 100%;}
.read{margin: 3% 0;}
.underline{text-decoration: underline;}
.mbMiddle{margin-bottom: 7%!important;}
.text_center{text-align: center!important;}
.mgn_top{margin-top: 5%!important;}
.small_width{max-width: 70%;margin:auto;}

.text_link{
	text-decoration: underline!important;
	color: #4C5870;
}
.text_link:hover{
	text-decoration: none!important;
}


.flexBox{
	margin-top: 8%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:50px;
}
.reverseBox{
	margin-top: 8%;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap:50px;
}
.textArea{
	width: 50%;
	font-size: 16px;
}
.flexBox .photoArea,
.reverseBox .photoArea{
	width: 50%;
}
.container .photoArea{
	width: 70%;
	margin: auto;
}


.text{
	margin-top: 3%;
	line-height: 1.6;
	text-align: justify;
}
.matome{
	margin: 5% 0;
}

/*見出し*/
h2.title{
	border-left: 10px solid #4C5870;
	font-size: 24px;
	font-weight: 600;
	padding-left: 30px;
	margin-bottom: 40px;
}
h3.title_h3{
	border-bottom: 1px dashed #999;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	display: inline-block;
}
h4.title_h4{
	font-size: 18px;
	font-weight: 600;
	margin-top: 60px;
}
.textArea h3{
	font-size: 20px;
	margin: 0 0 5%;
}
.mbMiddle h3{
	font-size: 20px;
	margin: 5% 0 0%;
}

/*ページタイトル　伊丹*/
.areaPage .tempPageTitle.area.itami {
	background-image: url(/_assets/images/area/itami/pct-mv.jpg);
}
/*ページタイトル　箕面*/
.areaPage .tempPageTitle.area.mino {
	background-image: url(/_assets/images/area/mino/pct-mv.jpg);
}
.tempPageTitle {
	position: relative;
	width: 100%;
	height: 332px;
	background-position: center center;
	background-size: cover;
	margin-bottom: 10px;
}
.areaPage .topTitle {
    text-align: center;
    margin: 0 auto 2rem;
    font-size: 24px;
    line-height: 1.6;
}
.areaPage .topText {
    text-align: center;
    margin: 0 auto 5%;
	padding-left: 40px;
	padding-right: 40px;
    font-size: 16px;
    line-height: 1.6;
}

/*施工事例*/
.example{
    max-width: 1240px;
    padding: 0 40px;
    margin: 0 auto;
}
.example ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 50px 0;
}
.example ul li {
    width: 27.7%;
    margin: 0 0 50px 0;
}
.example ul li .pct {
    margin-bottom: 30px;
}
.example ul li .pct a {
    position: relative;
}
.example ul li a {
    display: block;
    color: #000;
}
.example ul li .pct img {
    width: 100%;
}
.example ul li .caption {
    font-size: 16px;
    line-height: 30px;
}
.example ul li a {
    display: block;
    color: #000;
}
.example ul li .caption strong {
    font-size: 19px;
    margin-bottom: 5px;
    overflow: hidden;
}
.example ul li .caption strong:after {
    content: "";
    display: inline-block;
    background: url("/_assets/images/common/icon-link-blue.svg") no-repeat center / contain;
    height: 17px;
    width: 17px;
    margin-left: 0.5em;
}

/*#タグ*/
.searchTaglist {
    margin: 10px auto 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: left !important;
    gap: 8px 2%;
}
.searchTaglist a {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 11px;
    color: #666 !important;
    line-height: 28px;
    text-align: center;
    display: block;
    background: #ededed;
    padding: 0 0.6rem;
    cursor: pointer;
}
.searchTaglist a:before {
    content: "#";
    display: inline-block;
    vertical-align: middle;
}

/*YouTubeアイコン*/
.searchTaglist a.roomTour:after {
	width: 20px;
	height: 15px;
	margin: -1px 5px 0 5px;
	content: "";
	background: url(/_assets/images/common/youtube.svg) no-repeat 50% 50%;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
}

/*吹き出しアイコン*/
.searchTaglist a.bubble:after {
	width: 30px;
	height: 20px;
	margin: -2px 5px 0 5px;
	content: "";
	background: url(/_assets/images/common/bubble.png) no-repeat 50% 50%;
	display: inline-block;
	background-size: contain;
	vertical-align: middle;
}


/*ボタン*/
.linkBtn a {
	max-width: 430px;
	width: 100%;
	height: 60px;
	margin: 0 auto 7%;
	padding: 2rem 0;
	background-color: #4C5870;
	transition: opacity 0.2s ease-in-out;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
}
.linkBtn a::after {
	width: 32.92px;
	height: 10px;
	content: "";
	background: url("/_assets/images/common/arrow02.svg") no-repeat;
	background-size: cover;
	top: calc(50% - 0.2em);
	-webkit-transform: translateY(-50%);
	right: 7.93%;
	position: absolute;
	transition: right 0.2s;
	transform: translateY(-50%);
}
.linkBtn a:hover{
	opacity: .8;
}

/*展示場*/
.container{
	max-width: 1240px;
	margin: 3% auto 0;
	padding: 0 40px;
}
.housegalleryTitle {
    text-align: center;
    width: 628px;
    padding: 30px 0 28px;
    border-top: 1px solid #4C5870;
    border-bottom: 1px solid #4C5870;
    margin: 80px auto 60px;
}
.housegalleryTitle .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 12px;
}
.housegalleryTitle .sub {
    font-size: 19px;
    line-height: 30px;
}
#addressArea .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 940px;
	margin: 0 auto 8rem;
}
#addressArea .wrap.reverse {
	flex-direction: row-reverse;
}
#addressArea .wrap .pct {
    width: 50%;
}
#addressArea .wrap .pct img {
    width: 100%;
}
#addressArea .wrap .detail {
    width: 40%;
    margin: 0;
    display: flex;
    flex-direction: column;
}
#addressArea .wrap .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 .wrap .detail .title h2 {
    display: inline-block;
    font-size: 19px;
    line-height: 28px;
}
#addressArea .wrap .detail .spec {
    width: 360px;
    margin-bottom: 45px;
}
#addressArea .wrap .detail .spec p {
    font-size: 16px;
    line-height: 28px;
    padding-left: 25px;
}
#addressArea .wrap .detail .spec p.address {
    background: url(/_assets/images/housegallery/icon-address.png) left 7px no-repeat;
    background-size: 10px 15px;
}
#addressArea .wrap .detail .spec p.time {
    background: url(/_assets/images/housegallery/icon-time.png) left 7px no-repeat;
    background-size: 11px;
}
#addressArea .wrap .detail .spec p.tel {
    background: url(/_assets/images/housegallery/icon-tel.png) left 7px no-repeat;
    background-size: 11px;
}
p.project:before {
    content: "";
    background: url(/_assets/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;
}
#addressArea .wrap .detail .btn {
    margin-top: auto;
    width: 90%;
}
#addressArea .wrap .detail .btn a {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 54px;
    height: 60px;
    color: #fff;
    background-color: #4C5870;
	position: relative;
}
#addressArea .wrap .detail .btn a:before {
    content: "";
    position: absolute;
    background: url(/_assets/images/common/icon01.svg) no-repeat 50% 50%;
    width: 40px;
    height: 57px;
    left: 15px;
    top: 0px;
    background-size: 46px;
}
#addressArea .wrap .detail .btn a:after {
    content: "";
    position: absolute;
    background: url(/_assets/images/common/arrow02.svg) no-repeat 50% 50%;
    width: 30px;
    height: 54px;
    right: 20px;
    top: 0;
    background-size: 30px;
}
#addressArea .wrap .detail .btn a:hover {
	opacity: .8;
}
#addressArea .bg_glay{
	margin-bottom: 8%;
	padding: 8% 0 1px;
	background-color: rgba(76, 88, 112, 0.05);
}

/*コラムへの関連リンク*/
.relation{
	max-width: 960px;
	width: 90%;
	margin: 100px auto;
	padding: 20px;
	display: flex;
	flex-wrap: nowrap;
	border: 1px solid #4c5870;
	font-size: 18px;
}
.relation a:hover{
	opacity: .6;
}
.relation .pct{
	width: 20%;
	margin-right: 20px;
}
.relation .pct img{
	width: 100%;
}
.relation .detail {
	width: 80%;
}
.relation .detail .mark{
	padding: 2px 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: #efefef;
	display: inline-block;
}
.relation .detail .title{
	line-height: 1.4;
}
.relation .detail .view{
	text-align: right;
	position: relative;
	padding-right: 10px;
	margin-top: 20px;
}
.relation .detail .view::after{
    width: 0.5em;
    height: 0.5em;
	display: block;
    content: '';
    border-right: 1px solid #4C5970;
    border-bottom: 1px solid #4C5970;
    transform: rotate(-45deg);
    position: absolute;
    top: 0.5em;
    right: 0;
    z-index: 100;
}




@media all and (max-width: 768px) {

	.read,
	.text,
	.area_table{
		margin: 3% 0;
		font-size: 14px;
	}
	.small_width{
		max-width: 100%;
		width: 100%;
		margin:auto;
	}
	.container .photoArea{
		width: 100%;
		margin: auto;
	}


}


@media all and (max-width: 767px) {

.read {
    margin: 3% 0;
    font-size: 14px;
}

h2.title {
    margin-bottom: 23px;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    border-left: 5px solid #4C5870;
}
.textArea h3 {
    font-size: 14px;
    margin: 1% 0 5%;
}
h4.title_h4 {
    font-size: 12px;
	margin: 7% 0 5%;
}
.mbMiddle h3{
	font-size: 14px;
	margin: 10% 0 0%;
}

.text {
    margin-top: 3%;
    font-size: 12px;
    line-height: 1.6;
}

.flexBox{
	margin-top: 8%;
	flex-direction: column;
	gap:0px;
}
.reverseBox{
	margin-top: 8%;
	flex-direction: column;
	gap:0px;
}
.textArea {
    width: 100%;
    margin-bottom: 5%;
}
.photoArea{
	width: 100%;
    margin-bottom: 5%;
}


/*ページタイトル 伊丹*/
.areaPage .tempPageTitle.area.itami {
	background-image: url(/_assets/images/area/itami/pct-mv-sp.jpg);
}
/*ページタイトル 箕面*/
.areaPage .tempPageTitle.area.mino {
	background-image: url(/_assets/images/area/mino/pct-mv-sp.jpg);
}
.tempPageTitle {
	position: relative;
	width: 100%;
	height: 230px;
	background-position: center center;
	background-size: cover;
	margin-bottom: 10px;
}
.areaPage .topTitle {
    margin: 5% auto 2rem;
	text-align: center;
    font-size: 16px;
    line-height: 1.6;
}
.areaPage .topText {
    margin-bottom: 2rem;
	padding: 0 20px;
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
}

.linkBtn a {
	width: auto;
	margin: 0 10%;
	font-size: 14px;
}


/*実例*/
.example{
    width: 100%;
    margin: 10% auto 0;
    padding: 0 20px;
}
.example ul {
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    margin: 0 0 0 0;
}
.example ul li {
    width: 100%;
    margin: 0 0 50px 0;
}
.example ul li .caption {
    font-size: 13px;
    line-height: 23px;
    overflow: hidden;
}
.example ul li .caption strong {
    font-size: 14px;
    margin-bottom: 3px;
}

.example ul li .caption strong:after {
    height: 12px;
    width: 12px;
    vertical-align: text-bottom;
}

.container{
    width: 100%;
    margin: 10% auto;
    padding: 0 20px;
}

.housegalleryTitle {
	width: auto;
	margin: 40px 0px 30px;
}
.housegalleryTitle .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 6px;
}
.housegalleryTitle .sub {
    font-size: 13px;
    line-height: 23px;
}
#addressArea .wrap{
flex-direction: column;
}
#addressArea .wrap .pct {
	width: 100%;
    margin-bottom: 30px;
    margin-top: 50px;
}
#addressArea .wrap .detail {
    width: 77.7%;
    margin: 0 auto;
}
#addressArea .wrap .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 .wrap .detail .title h2 {
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
}
#addressArea .wrap .detail .spec {
	width: 100%;
    margin-bottom: 20px;
}

#addressArea .wrap .detail .spec p.address {
    background: url(../images/housegallery/icon-address.png) 3px 5px no-repeat;
    background-size: 10px 15px;
}
#addressArea .wrap .detail .spec p.time {
    background: url(../images/housegallery/icon-time.png) 3px 7px no-repeat;
    background-size: 11px;
}
#addressArea .wrap .detail .spec p.tel {
    background: url(../images/housegallery/icon-tel.png) 3px 7px no-repeat;
    background-size: 11px;
}
#addressArea .wrap .detail .spec p {
    font-size: 12px;
    line-height: 23px;
    padding-left: 22px;
}
p.project:before {
    width: 35px;
    height: 15px;
    margin: -4px 7px 0 0;
}
#addressArea .wrap .detail .btn {
    margin-top: auto;
    width: 100%;
}
#addressArea .wrap .detail .btn a {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 43px;
    height: 45px;
    color: #fff;
    background-color: #4C5870;
}
#addressArea .wrap .detail .btn a:before {
    width: 35px;
    height: 40px;
    left: 18px;
    background-size: 35px;
}
#addressArea .wrap .detail .btn a:after {
    width: 25px;
    height: 38px;
    right: 20px;
    background-size: 25px;
}

#addressArea .bg_glay{
	margin-left: -20px;
	margin-right: -20px;
	padding: 0 20px 1px; 
}

/*コラムへの関連リンク*/
.relation{
	max-width: 700px;
	width: auto;
	margin: 50px 5%;
	padding: 10px;
	font-size: 12px;
/*	flex-direction: column;*/
}
.relation .pct{
/*	width: 100%;*/
	margin-right: 10px;
	width: 40%;
}
.relation .detail{
	width: 61%;
}
.relation .detail .mark{
	margin-bottom: 10px;
	padding: 1px 10px;
/*	margin-top: 10px;*/
}
.relation .detail .title{
	line-height: 1.6;
}
.relation .detail .view{
	margin-top: 5px;
}
}

/*area_table*/
.area_table{
	width: 100%;
	margin-bottom: 0.5rem;
}
table,
table td,
table th {
	border: 1px solid #595959;
	border-collapse: collapse;
	padding: 0.8rem;
	table-layout: fixed;
}
table th {
	text-align: center;
	background: #4C5870;
	border-right: none;
	border-left: 1px solid #EBEDEC;
	color:#fff;
	font-weight: bold; 
}
.area_table th:first-child {
	border-left: 1px solid #595959;
}
	
table th:last-child {
	border-right: 1px solid #595959;
}

table td {
	text-align: center;
	vertical-align: middle;
}
@media (max-width: 767px){
.area_table{
	font-size: 12px;
}
}





