@charset "UTF-8";

body {
    background: #fff ;
}

div#content {
    margin: 0 auto;
}

div#titleUnit01 .titleHeader {
background: #c3dbf9;
    color: #000;
}

div#titleUnit01 .titleBody .title_gakuman_02 {
background: none;
    padding-left: 0;
}
div#titleUnit01 .titleBody {
    border-bottom: #bdbbbb 1px solid;
    background: #fbfbfb;
}

div#main {
    float: none;
    width: auto;
}
ul#detailTab li a {
    background: none;
}
ul#detailTab li#detailTab01 a:hover, ul#detailTab li#detailTab01 a.active {
    background-position:none;
}
ul#detailTab li#detailTab01 {
    display: none;
}
ul#detailTab {
    background: none;
}
div#inDetailContent {
    background: none;
}
div#thumbWrap {
    margin: 20px auto;
}
div#detailContentBody {
    background: none;
}
div.twoColBlock {
    width: auto;
    display: flex;
    justify-content: space-between;
}
div.twoColBlock div.col {
    width: 450px;
}
div#detailPhotoWrap {
    border: 3px solid #c3dbf9;
}

div#detailPhotoWrap p.caption {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 904px;
    padding: 5px 10px;
    background: #656565 ;
    text-align: center;
    font-size: 83.4%;
    color: #fff;
}
@media screen and (min-width: 768px){
    #estate_list2 > div {
    width: 325px;
}
}

.anc_area {
display: flex;
    justify-content: space-between;
    width: 980px;
    margin: 0 auto;
}

.anc_area a{
    padding: 20px;
    background: #3f9dff;
    border-radius: 17px;
    text-decoration: none;
    font-size: 120%;
    color: #fff;
    width: 24%;
    text-align: center;
}

.anc_area a::before {
  content: "▼";
}

.anc_area a:hover{
    background: #F5181C;
}

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

.pc_none{
display: block;
}
    
.anc_area {
display: block;
    width: auto;
    
}

.anc_area a{
    width: 100%;
display: block;
    margin-bottom: 20px;
        padding: 9px;
}
}


div#detailHeader div.point {
    float: none; 
    width: auto; 
}

div#detailHeader div.point .title {
    display: block;
    border-bottom: #ddd 1px solid;
    background: none;
}

div#detailHeader ol.pointList {
display: flex;
    justify-content: start;
    min-height: 0;
}
div#detailHeader ol.pointList li {
margin-right: 20px;
}

.effect-fade {
　opacity : 0;
　transform : translate(0, 45px);
　transition : all 300ms;
}

.effect-fade.effect-scroll {
　opacity : 1;
　transform : translate(0, 0);
}

.none1:empty,
.none2:empty,
.none3:empty,
.off{
	display:none;
}