@charset "utf-8";

.property--cover {
    width: 100%;
    background-image: url(../img/property-cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.property-cover--ttl::before {
    position: absolute;
    content: '';
    width: 71px;
    height: 16px;
    background-image: url(../img/page-property.png);
    background-repeat: no-repeat;
}
.property-item {
   width: 100%;
   margin-bottom: 40px;
}
.property-item-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.property-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.property-map {
    height: 200px;
}
.property-map iframe {
    width: 100%;
    height: 100%;
}
.property-contact {
    border: 1px solid #1d2088;
    background-color: #1d2088;
    line-height: 2.625rem;
    display: inline-block;
    margin: 5px 0;
    width: 240px;
    border-radius: 22px;
}

.property-contact a {
    font-size: 0.875rem;
    padding-left: 4.5rem;
    padding-right: 1.8rem;
    position: relative;
    display: flex;
    color: #fff;
}
.property-contact a::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 35px;
    height: 18px;
    top: calc(50% - 9px);
    left: 1.6rem;
    background-image: url(../img/icon-contact-mail.png);
    background-repeat: no-repeat;
    background-size: 70%;
}
.property-pdf {
    border: 1px solid #1d2088;
    background-color: #1d2088;
    line-height: 2.625rem;
    display: inline-block;
    margin: 5px 0;
    width: 240px;
    border-radius: 22px;
}

.property-pdf a {
    font-size: 0.875rem;
    padding-left: 4.5rem;
    padding-right: 1.8rem;
    position: relative;
    display: flex;
    color: #fff;
    text-decoration: none;
}
.property-pdf a::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 27px;
    top: calc(50% - 13.5px);
    left: 1.6rem;
    background-image: url(../img/icon-pdf.png);
    background-repeat: no-repeat;
}
.property-pdf a::after {
    position: absolute;
    content: '';
    display: inline-block;
    background: none;

}
/*================================
レスポンシブ
===================================*/
/* SP */
@media screen and (min-width: 0px) {
    .property--cover {
        height: 250px;
    }
    .property-cover--ttl::before {
        bottom:-30px;
        left: calc(100%/2 - 28px);
        background-size: 80%;
    }
    .property-item-body {
        flex-direction: column-reverse;
    }
    .property-map {
        width: 100%;
    }
    .property-more {
        width: 100%;
        margin-top: 1rem;
    }

}
/* タブレット */
@media screen and (min-width: 768px) {

}
/* PC */
@media screen and (min-width: 1028px) {
    .property-cover--ttl::before {
        bottom:-30px;
        left: calc(100%/2 - 35px);
        background-size: contain;
    }
    .property--cover {
        height: 385px;
    }
    .property-item-body {
        flex-direction: row;
    }
    .property-map {
        width: 57%;
    }
    .property-more {
        width: calc(43% - 0.5rem);
        margin-top: 0;
    }


}




/* ===============================================
	固定ページ目次 ( page-parent.php )
================================================== */
.contents-list {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	list-style: none;
    padding-left: 0;
}
.contents-list__item+.contents-list__item {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000;
}
.contents-list__item a {
	width: 100%;
	display: block;
	padding-right: 1rem;
	padding-left: 0;
}
.contents-list__item:hover {
	z-index: 1;
}
.contents-list__item a:hover {
	background: #f0f0f0;
}

/* -------------------------------------------
    固定ページ目次 ( page-parent.php ) > SP
--------------------------------------------- */
@media (min-width:0px) {
    .contents-list {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }
    .contents-list__item a {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 0.75rem;
    }

}
/* -------------------------------------------
    固定ページ目次 ( page-parent.php ) > TABLET
---------------------------------------------- */
@media (min-width:768px) {}
/* -------------------------------------------
    固定ページ目次 ( page-parent.php ) > PC
---------------------------------------------- */
@media (min-width:1028px) {
    .contents-list {
        margin-top: 3rem;
        margin-bottom: 5rem;
    }
    .contents-list__item a {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1rem;  
    }


}



/* ===============================================
	page-guide
================================================== */
.page-guide {
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
}
.page-guide--ttl {
	text-align: center;
}
.page-guide--list {
	display: flex;
	flex-wrap: wrap;
}
.page-guide .current_page_item a,
.page-guide .current_page_ancestor a {
	color: #1d2088;
}
.page-guide--list li:hover {
    background: #1d2088;
    transition: .2s;
}
.page-guide--list li:hover a {
    color: #fff;
    transition: .2s;
}
/*現在のページ*/
.page-guide--list .current_page_item,
.page-guide--list .current_page_ancestor {
	position: relative;
}
.page-guide--list .current_page_item::before,
.page-guide--list .current_page_ancestor::before {
	content: "▼";
	margin: auto;
	width: 1rem;
	height: 1rem;
	position: absolute;
	right: 0;
	bottom: auto;
	left: 0;
	color: #1d2088;
}


/* -------------------------------------------
    page-guide > SP
--------------------------------------------- */
@media (min-width:0px) {
    .page-guide--ttl {
        margin-bottom: 2rem;
    }
    .page-guide--ttl img {
        width: auto;
        height: 1.5rem;
    }
    .page-guide--list {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 1.5rem;
        justify-content: flex-start;
        
    }
    .page-guide--list li {
        margin: 0.25rem;
        width: calc(50% - 1rem);
        margin-bottom: 0.9rem;
    }
    .page-guide--list li a {
        border-style: solid;
        border-color: #ccc;
        border-width: 1px;
        display: block;
        padding-top: 0.5rem;
        padding-right: 1rem;
        padding-bottom: 0.5rem;
        padding-left: 1rem;
    }
    .page-guide--list .current_page_item::before,
    .page-guide--list .current_page_ancestor::before {
        top: -1.2rem;
    }
}
/* -------------------------------------------
    page-guide > TABLET
---------------------------------------------- */
@media (min-width:720px) {
    .page-guide--list {
        width: 80%;
        padding-bottom: 1.125rem;
        justify-content: center;
    }
    .page-guide--list li+li {
        border-left-style: solid;
        border-left-color: #aaa;
        border-left-width: 1px;
    }
    .page-guide--list li {
        width: auto;
        margin: 0;
        margin-bottom: 1.5rem;
    }
    .page-guide--list li a {
        border-style: none;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        letter-spacing: 2px;
    }
}
/* -------------------------------------------
    page-guide > PC
---------------------------------------------- */
@media (min-width:1028px) {}




/* ===============================================
	カテゴリ毎の建物名一覧 ( work-page.php )
================================================== */
/* -------------------------------------------
    カテゴリ毎の建物名一覧 ( work-page.php ) > SP
--------------------------------------------- */
@media (min-width:0px) {
    .property--list {
        margin-top: 3rem;
        margin-bottom: 5rem;
        
    }
    .property--list-item a {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 2.2rem;
        padding-right: 2rem;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        text-decoration: underline;
    }
    .property--list-item a::before,
    .property--list-item a::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0.7rem;
        margin: auto;
        content: "";
        vertical-align: middle;
    }
    .property--list-item a::before{
        width: 12px;
        height: 12px;
        background: #1d2088;
    }
    .property--list-item a::after{
        left: calc(3px + 0.7rem);
        width: 3px;
        height: 3px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .property--list-item a:hover {
        text-decoration: underline;
        background: #f0f0f0;
        transition: .2s;
    }
}
/* -------------------------------------------
    カテゴリ毎の建物名一覧 ( work-page.php ) > TABLET
---------------------------------------------- */
@media (min-width:768px) {}
/* -------------------------------------------
    カテゴリ毎の建物名一覧 ( work-page.php ) > PC
---------------------------------------------- */
@media (min-width:1028px) {}


