﻿.all-popup{display:none;}
    .all-popup, .all-mask {
        position: fixed;
        z-index: 3000;
        top: 0;
        left: 0;
        height:100%;
        width:100%;
    }

    .all-mask {
        background: rgba(0,0,0,0.45);
        z-index: 4000;
    }
     .all-content {
        position: fixed;
        z-index: 5000;
        background:#fff;
    }

    .pc .all-content {
        width: 1178px;
        left:50%;
        top:50%;
        margin-left:-589px;
        margin-top:-270px;
    }
    .pc .nomap .all-content{
        width:600px;
        margin-left:-300px;
    }

    .pc .iframe .all-content{
        width:844px;
        height:540px;
        margin-left:-422px;
        margin-top:-270px;
    }
     .pc .iframe .all-content iframe{
         border:0;
         width:100%;
         height:100%;
     }

     .mobile .all-content{
         width:90vw;
         /*height:90vh;*/
         height:80vh;
         margin-left:5vw;
         margin-top:5vh;
     }
    .all-c-title{
        background: #D90112;
        color:#fff;
    }

    .pc .all-c-title{
        height:60px;
        font-size:24px;
        font-weight:bold;
        line-height:60px;
        padding-left:10px;
    }

        .pc .all-content .all-list {
            width: 326px;
            float: left;
            height:437px;
        }
         .pc .nomap .all-content .all-list {
             width:auto;
             float:none;
         }
        .pc .all-content .all-map {
            width: 850px;
            float: right;
            height:437px;
        }
        .pc .all-content .all-map iframe{
            border:0;
            width:100%;
            height:100%;
        }
        .pc .nomap .all-content .all-map {
            display:none;
        }
        .all-c-footer{
            border-top:5px solid  #D90112;
        }
        .all-c-footer p{
            font-size:12px;
            padding:2px 10px;
        }
        .all-c-footer .acf-title{
            color: #A05C5B;
             font-weight:bold;
        }
        .mobile .all-c-footer .acf-title{
            font-size:12px;
        }

        .pc .all-list-header{
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
            font-size: 18px;
            color: #D90112;
            height:50px;
            line-height:50px;
            font-weight:bold;
            padding-left:10px;
        }
        .mobile .all-list-header{
            background: #D90112;
            height:44px;
            line-height:44px;
            font-size: 18px;
            color: #FFFFFF;
            padding-left:10px;
        }
        .pc .all-list-wapper a{
            display:inline-block;
            font-size: 16px;
            padding:10px 10px 10px 5px;
            /*width:100%;*/
            width: calc(100% - 20px);
        }
        .mobile .all-list-wapper a{
            display:inline-block;
            font-size: 16px;
            padding:10px 10px 10px 5px;
            width:100%;
          
        }
         .all-list .item{
             border-bottom:1px dashed #D1D1D1;
         }
          .pc .all-list-wapper{
              margin-left:30px;
              height:385px;
              overflow:auto;
              overflow-x:hidden;
         }
          .mobile .all-list-wapper{
              margin-left:30px;
              /*height:calc(90vh - 100px);*/
              height:calc(80vh - 100px);
              overflow:auto;
              overflow-x:hidden;
          }
       .pc   .all-c-footer{
           min-height:57px;
           padding-top:5px;
       }
.closebutton{
    position:absolute;
    right:30px;
    top:18px;
    font-size:23px;
}

.all-close{
    float:right;
    margin-right:20px;
    color:#fff;
    font-size:22px;
}