@charset "utf-8";

.mv .slick-slide {
    outline: none;
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    color: #707070;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    content: '●';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #707070;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #707070;
}
.page-sharespace #cboxClose{
	top: 0;
	right: 0;
}
@media screen and (max-width: 768px) {
    .mv {
        padding-bottom: 8%;
    }
}


/* ------------------------ intro ------------------------ */
.intro-wrapper {
    position: relative;
    width: 80%;
    max-width: 940px;
    margin: 5vw auto;
}
.page-sharespace .mainTitle {
    margin: 0 0 .7em;
    color: #EB6D6C;
}
.page-sharespace .mainTitle .jp {
    line-height: 1.4;
}
.intro-ttl {
    margin-bottom: .5em;
    color: #EB6D6C;
    font-size: 45px;
    font-weight: 100;
    line-height: 1.3;
}
.intro-txt {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 2.2;
}
@media screen and (max-width: 768px) {
    .intro-wrapper {
        position: relative;
        width: 90%;
        max-width: 1066px;
        margin: 5vw auto 2vw;
    }
    .intro-ttl {
        font-size: 8vw;
    }
    .intro-txt {
        margin-bottom: 20px;
    }
}



/* ------------------------ layout ------------------------ */
.layout-wrapper {
/*    padding-left: 150px;*/
    padding: 0 8%;
}
.layout-ttl {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
}

.map {
    position: relative;
}
.map-posi {
    position: absolute;
    width: 6%;
    max-width: 43px;
}
.map-a {
    top: 26%;
    left: 48%;
}
.map-b {
    top: 35.5%;
    left: 32.5%;
}
.map-c {
    top: 65%;
    left: 32%;
}
.map-d {
    top: 21%;
    left: 26.5%;
}
.map-e {
    top: 27.5%;
    left: 26%;
}
.map-f {
    top: 45.2%;
    left: 32.3%;
}
.map-g {
    top: 57.6%;
    left: 21.5%;
}
.map-i {
    top: 49.4%;
    left: 19.4%;
}
.map-j {
    top: 57.8%;
    left: 64.6%;
}


.map-btn {
    display: block;
    transition: .3s;
}
.map-btn:hover {
    opacity: .7;
}
.map-btn img {
    vertical-align: bottom;
}


/* モーダル */
.modal-map {
    position: relative;
}
.modal-map img {
    vertical-align: bottom;
}
.modal-map-txt .modal-box {
    background-color: #FFF;
}
.modal-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 6px 10px 13px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.6);
}
.modal-number {
    max-width: 21px;
    padding-right: 7px;
}
.modal-details-ttl {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    color: #FFF;
}
.modal-details-txt {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #FFF;
}
.modal-note {
    margin-top: auto;
    margin-left: auto;
    font-size: 10px;
    color: #FFF;
}

.modal-map-txt .modal-box {
    position: static;
    padding: 40px;
    background-color: #FFF;
}
.modal-map-txt .modal-details-ttl {
    color: #505050;
}
.modal-map-txt .modal-details-txt {
    color: #505050;
}

.building {
    display: flex;
    margin-bottom: 80px;
}
.building-item {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
}
.building-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    margin: auto;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
}
.building-item.building-item-society:before {
    background-image: url(../img/sharespace/building_list_img_society.png);
}
.building-item.building-item-student:before {
    background-image: url(../img/sharespace/building_list_img_student.png);
}
.building-item.building-item-combine:before {
    background-image: url(../img/sharespace/building_list_img_combine.png);
}
.building-note-01 {
    margin-bottom: 35px;
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 13px;
    font-weight: 400;
}
.building-note-02 {
    padding: 0 0 0 1em;
    text-indent: -1em;
    list-style: none;
    /*margin-bottom: 75px;*/
    font-size: 10px;
    font-weight: 400;
}

.building-details {
    display: flex;
    flex-wrap: wrap;
}
.building-details-cnt {
    align-items: center;
}
.building-details-item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 40px;
}
.building-details-item:nth-child(even) {
    margin-right: 0;
}

.building-ttl {
    position: relative;
    margin-bottom: 4px;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #00607F;
}
.building-ttl:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    margin: auto;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
}
.building-ttl.building-ttl-a:before {
    background-image: url(../img/sharespace/map_a.png);
}
.building-ttl.building-ttl-b:before {
    background-image: url(../img/sharespace/map_b.png);
}
.building-ttl.building-ttl-c:before {
    background-image: url(../img/sharespace/map_c.png);
}
.building-ttl.building-ttl-d:before {
    background-image: url(../img/sharespace/map_d.png);
}
.building-ttl.building-ttl-e:before {
    background-image: url(../img/sharespace/map_e.png);
}
.building-ttl.building-ttl-f:before {
    background-image: url(../img/sharespace/map_f.png);
}
.building-ttl.building-ttl-g:before {
    background-image: url(../img/sharespace/map_g.png);
}
.building-ttl.building-ttl-i:before {
    background-image: url(../img/sharespace/map_i.png);
}
.building-ttl.building-ttl-j:before {
    background-image: url(../img/sharespace/map_j.png);
}
.kome {
    font-size: 10px;
    vertical-align: top;
}
.building-txt {
    min-height: 3em;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

.building-btn {
    position: relative;
    display: block;
    transition: .3s;
}
.building-btn:hover {
    opacity: .7;
}
.building-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/sharespace/building_img_open_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.building-details-cnt .building-details-item:nth-child(2) .building-btn:before {
    content: none;
}
.building-btn.no-plus:before {
    display: none;
}
.building-btn img {
    vertical-align: bottom;
}
.building-img-note {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
    color: #000;
}
.font_wht {
    color: #FFF;
}

@media screen and (max-width: 768px) {
    .layout-wrapper {
        padding: 0;
    }
    .layout-ttl {
        font-size: 6.4vw;
    }
    
    .building {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .building-item {
        width: 100%;
        margin-bottom: 6px;
        padding-right: 0;
    }
    
    .building-details-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    
    .modal-box {
        position: static;
        flex-wrap: wrap;
        background-color: rgba(0,0,0,1);
    }
    .modal-details {
        width: 100%;
    }
    .modal-number {
        padding-right: 0;
        padding-bottom: 6px;
    }
    .modal-details-ttl {
        padding-bottom: 4px;
    }
    .modal-note {
        width: 100%;
        text-align: right;
    }
}

.bottomCaption {
  position: relative;
  text-align: center;
  color: #1A1311;
  background: #fff;
  z-index: 2;
}
.bottomCaption .inner {
  display: inline-block;
  width: 60%;
  min-width: 430px;
  text-align: left;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .bottomCaption .inner {
    width: 90%;
    min-width: 90%;
    margin: 0 auto;
  }
}