body {

    -webkit-text-size-adjust: 100%;
}

/*//////////////////////////////////////////////////


map


//////////////////////////////////////////////////*/

/*---------------共通---------------*/

#mapContainer {
    text-align: left;
    color: #000;
    letter-spacing: 1pt;
    line-height: 1.5;
    font-size: 14px;
}

#mapContainer .inner {
    width: 900px;
    margin: 0 auto 120px;
}

#mapContainer img {
    width: 100%;
}

#mapContainer a:hover {
    opacity: 0.5;
}

#mapContainer #exhi_location a {
    opacity: 1.0 !important;
}

#mapContainer #exhi_location a img {
    opacity: 1.0 !important;
}

#l_anchor img {
    width: 100%;
}

#l_anchor {
    width: 99px;
    height: auto;
    position: fixed;
    bottom: 35px;
    right: 45px;
    z-index: 999;
}

#mapContainer .sp {
    display: none;
}

.fadein {
    opacity: 0;
    transition: all 1.5s;
}

.fadein.scrollin {
    opacity: 1;
}

#end {
    text-align: center;
    padding: 1.5em 0;
    color: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    font-size: 2em;
    font-weight: bold;
    background: #000;
    display: none;
}

.slick-list .draggable {
    height: 0;
}

/*---------------マップheader---------------*/
#map_header {
    width: 900px;
    margin: 30px auto;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    background-color: #fff;
}

#map_header h1 {
    position: relative;
    width: 110px;
    top: 0;
    left: 0;
    margin: 0;
}

/*---------------マップwarp---------------*/
#map-wrap {
    /*width: 900px;
  margin: 0 auto;*/
}


/*---------------マップTOP---------------*/

/* main */
#mapContainer #main {
    background-image: url(../img/map/main_bg_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 62px;
    padding-bottom: 62px;
}

#mapContainer #main h2 {
    width: 900px;
    margin: 0 auto;
}

#mapContainer #main h2 .lmaa_logo {
    width: 190px;
    margin: 0 auto;
}

#mapContainer #main h2 .main_title {
    width: 530px;
    margin: 40px auto 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

#mapContainer #main h2 .main_title .mt-A {
    font-size: 26px;
}

#mapContainer #main h2 .main_title .mt-B {
    font-size: 61px;
    letter-spacing: 20px;
}

#mapContainer #main .att {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 30px;
}

/* EXHIBITION LOCATION */
#mapContainer #exhi_location {
    width: 900px;
    margin: 60px auto 0;
    overflow: hidden;
}

#mapContainer #exhi_location .active {
    pointer-events: none;
}

#mapContainer #exhi_location .map {
    margin-right: 50px;
    width: 580px;
    height: 0;
    padding-top: 1510px;
    background-image: url(../img/map/map_all_pc.png);
    background-repeat: no-repeat;
    background-color: #efefef;
    background-size: contain;
    /* border: solid 15px #eeeeee; */
    border-top: solid 16px #eeeeee;
    border-bottom: solid 12px #eeeeee;
    box-sizing: border-box;
    float: left;
    position: relative;
}

#mapContainer #exhi_location .map li {
    width: 25px;
    height: auto;
}

#mapContainer #exhi_location .map li.area01 {
    position: absolute;
    top: 431px;
    left: 277px;
}

#mapContainer #exhi_location .map li.area02 {
    position: absolute;
    top: 431px;
    left: 305px;
}

#mapContainer #exhi_location .map li.area03 {
    position: absolute;
    top: 431px;
    left: 351px;
}

#mapContainer #exhi_location .map li.area04 {
    position: absolute;
    top: 155px;
    left: 452px;
}

#mapContainer #exhi_location .map li.area05 {
    position: absolute;
    top: 638px;
    left: 437px;
}

#mapContainer #exhi_location .map li.area06 {
    position: absolute;
    top: 1035px;
    left: 204px;
}

/*description*/
#mapContainer #exhi_location .description {
    width: 270px;
    height: auto;
    float: left;
}

#mapContainer #exhi_location .description .building {
    background-color: #eeeeee;
    font-size: 14px;
    padding: 5px 8px;
    margin-bottom: 15px;
}

#mapContainer #exhi_location .description .building::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 15px;
    background-image: url(../img/map/icon_spot.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

#mapContainer #exhi_location .description .floor {
    font-size: 21px;
    padding-bottom: 7px;
    border-bottom: solid 2px #000000;
    margin-bottom: 15px;
}

#mapContainer #exhi_location .description .floor img {
    width: 25px;
    height: auto;
}

#mapContainer #exhi_location .description dl {
    overflow: hidden;
    margin-bottom: 10px;
}

#mapContainer #exhi_location .description dt.number {
    width: 40px;
    height: auto;
    margin-right: 10px;
    float: left;
    pointer-events: painted;
}

#mapContainer #exhi_location .description dd {
    width: 220px;
    float: left;
    margin-bottom: 30px;
}

#mapContainer #exhi_location .description dd .area {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

#mapContainer #exhi_location .description dd .area span {
    font-size: 12px;
}

#mapContainer #exhi_location .description dd .first {
    font-size: 12px;
    font-weight: bold;
    color: #d7c265;
    position: relative;
    margin-left: 20px;
}

#mapContainer #exhi_location .description dd .second {
    font-size: 12px;
    font-weight: bold;
    color: #c1c1c1;
    position: relative;
    margin-left: 20px;
}

#mapContainer #exhi_location .description dd .recomm {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    position: relative;
    margin-left: 20px;
}

#mapContainer #exhi_location .description dd .audience {
    font-size: 12px;
    font-weight: bold;
    color: #a7815d;
    position: relative;
    margin-left: 20px;
}

#mapContainer #exhi_location .description dd .first::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url(../img/map/icon_first.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -17px;
    top: 1px;
}

#mapContainer #exhi_location .description dd .second::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url(../img/map/icon_second.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -17px;
    top: 1px;
}

#mapContainer #exhi_location .description dd .recomm::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/map/icon_recomm.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -20px;
    top: 2px;
}

#mapContainer #exhi_location .description dd .audience::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/map/icon_audi.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -20px;
    top: 2px;
}

#mapContainer #exhi_location .description dd .name span {
    font-size: 10px;
}

/*---------------マップ-アーティストページ---------------*/

#mapContainer h3 {
    margin: 0 auto 40px;
    text-align: center;
    font-size: 38px;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    line-height: 68px;
}

/* main */
#mapContainer #submain {
    border-style: solid;
    border-color: #000000;
    border-width: 3px 0;
    padding-top: 34px;
    padding-bottom: 34px;
}

#mapContainer #submain h2 {
    width: 900px;
    margin: 0 auto;
}

#mapContainer #submain h2 .ttl_number {
    width: 54px;
    margin: 0 auto;
}

#mapContainer #submain h2 .ttl_area {
    font-size: 28px;
    letter-spacing: 6px;
    font-weight: bold;
    /*color: #fff;*/
    text-align: center;
    margin-top: 10px;
}

#mapContainer #submain h2 .ttl_area span {
    font-size: 20px;
}

#mapContainer #submain .att {
    font-size: 16px;
    width: 900px;
    text-align: center;
    margin: 10px auto 0;
    font-weight: bold;
    /*color: #ffffff;*/
}

/* ARTIST PROFILE */
#mapContainer #profile {
    overflow: hidden;
    margin-top: 60px;
}

#mapContainer #profile h3:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    /*線の上下位置*/
    display: inline-block;
    width: 325px;
    /*線の長さ*/
    height: 4px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #000;
    /*線の色*/
}

#mapContainer #profile h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    /*線の上下位置*/
    display: inline-block;
    width: 325px;
    /*線の長さ*/
    height: 4px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #000;
    /*線の色*/
}

#mapContainer #profile .photo {
    width: 208px;
    height: auto;
    float: left;
    margin-right: 30px;
}

#mapContainer #profile .prText {
    width: 540px;
    float: left;
}

#mapContainer #profile .artist_info,
#mapContainer #profile .sub_info {
    margin-bottom: 30px;
}

#mapContainer #profile .sub_info {
    padding-top: 30px;
    border-top: solid 2px #eeeeee;
}

#mapContainer #profile dt {
    margin-bottom: 10px;
}

#mapContainer #profile .first {
    font-size: 12px;
    font-weight: bold;
    color: #d7c265;
    margin-bottom: 8px;
    position: relative;
    margin-left: 20px;
}

#mapContainer #profile .second {
    font-size: 12px;
    font-weight: bold;
    color: #c1c1c1;
    margin-bottom: 8px;
    position: relative;
    margin-left: 20px;
}

#mapContainer #profile .recomm {
    font-size: 12px;
    font-weight: bold;
    color: #aaaaaa;
    margin-bottom: 8px;
    position: relative;
    margin-left: 20px;
}

#mapContainer #profile .audience {
    font-size: 12px;
    font-weight: bold;
    color: #a7815d;
    margin-bottom: 8px;
    position: relative;
    margin-left: 20px;
}

#mapContainer #profile .first::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url(../img/map/icon_first.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -17px;
    top: 1px;
}

#mapContainer #profile .second::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url(../img/map/icon_second.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -17px;
    top: 1px;
}

#mapContainer #profile .recomm::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/map/icon_recomm.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -20px;
    top: 2px;
}

#mapContainer #profile .audience::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/map/icon_audi.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -20px;
    top: 2px;
}

#mapContainer #profile .gray_tag {
    background: #eeeeee;
    display: inline-block;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

#mapContainer #profile .name {
    font-size: 20px;
}

#mapContainer #profile .name span {
    font-size: 12px;
}

#mapContainer #profile .comment {
    background: #f7f7f7;
    padding: 20px;
}

#mapContainer #profile .comment dt {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 12px;
}

/* EXHIBITION WORKS */
#mapContainer #work {
    margin-bottom: 120px;
}

#mapContainer #work h3:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    /*線の上下位置*/
    display: inline-block;
    width: 385px;
    /*線の長さ*/
    height: 4px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #000;
    /*線の色*/
}

#mapContainer #work h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    /*線の上下位置*/
    display: inline-block;
    width: 385px;
    /*線の長さ*/
    height: 4px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #000;
    /*線の色*/
}

.works-slide {
    width: 710px;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

.works-detail {
    width: 710px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.works-detail .works-imgsub {
    font-size: 12px;
    margin: 10px auto;
    color: #888;
}

.wd-text,
.out-text {
    position: relative;
    max-width: 710px;
    margin: 0 auto;
    margin-top: 15px;
}

.wd-text dl,
.out-text dl {
    margin-bottom: 15px;
}

.wd-text .w_title,
.out-text .w_title {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 12px;
}

.wd-text .w_title span,
.out-text .w_title span {
    font-size: 14px;
}

.wd-text .cap,
.out-text .cap {
    font-size: 12px;
}

/*.wd-text .concept,*/
.out-text .concept {
    padding-top: 15px;
    font-size: 14px;
    border-top: solid 2px #eeeeee;
}

.wd-text .comment,
.out-text .comment {
    background: #f7f7f7;
    padding: 20px;
    margin-top: 15px;
}

.wd-text .comment dt,
.out-text .comment dt {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 12px;
}

.slick-list {
    border-radius: 0;
}

.slick-slide .slide.border img {
    border-radius: 0;
    border: none;
}

.slide-arrow {
    width: 34px !important;
    z-index: 999;
    cursor: pointer;
}

.prev-arrow {
    position: absolute;
    left: -95px;
    top: 195px;
}

.next-arrow {
    position: absolute;
    right: -95px;
    top: 195px;
}

/* ARTIST ARCHIVE */
#mapContainer #archive {
    margin-bottom: 60px;
}

#mapContainer #archive h3:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    /*線の上下位置*/
    display: inline-block;
    width: 368px;
    /*線の長さ*/
    height: 4px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #000;
    /*線の色*/
}

#mapContainer #archive h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    /*線の上下位置*/
    display: inline-block;
    width: 368px;
    /*線の長さ*/
    height: 4px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #000;
    /*線の色*/
}

/* LOCATION */
#mapContainer #location {
    overflow: hidden;
    padding-top: 60px;
}

#mapContainer #location h3:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    /*線の上下位置*/
    display: inline-block;
    width: 205px;
    /*線の長さ*/
    height: 4px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #000;
    /*線の色*/
}

#mapContainer #location h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    /*線の上下位置*/
    display: inline-block;
    width: 205px;
    /*線の長さ*/
    height: 4px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #000;
    /*線の色*/
}

#mapContainer #location .hear {
    width: 710px;
    height: auto;
    margin: 0 auto;
}

/* EXHIBITION LOCATION */
#mapContainer #exhi_location {
    overflow: hidden;
    margin-top: 60px;
}

#mapContainer #exhi_location h3:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    /*線の上下位置*/
    display: inline-block;
    width: 302px;
    /*線の長さ*/
    height: 4px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #000;
    /*線の色*/
}

#mapContainer #exhi_location h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    /*線の上下位置*/
    display: inline-block;
    width: 302px;
    /*線の長さ*/
    height: 4px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #000;
    /*線の色*/
}

/* Art Sticker */
#mapContainer #artsticker {
    width: 720px;
    height: auto;
    margin: 80px auto 40px;
    display: block;
}

/* FOOTER */
footer {
    width: 900px;
    margin: 8vw auto 0;
}

/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*####################*/
/*####################*/

/*iPad*/
/*@media screen and (min-width: 750px) and (max-width: 768px){
  #map_index{
      width: 900px;
      margin: 0 auto;
  }
  #mapContainer {
    width: 900px;
    margin: 0 auto;
  }*/
/*iPad終わり*/
/*}*/

/*SPモード*/
@media screen and (max-width: 768px) {

    /*//////////////////////////////////////////////////


map


//////////////////////////////////////////////////*/

    /*---------------共通---------------*/
    #l_anchor {
        width: 20%;
        right: 2.5%;
        bottom: 30vw;
    }

    #l_anchor.chase {
        bottom: 2.5%;
    }

    #l_anchor a:hover,
    #l_anchor a img:hover {
        opacity: 1 !important;
    }

    #mapContainer .pc {
        display: none;
    }

    #mapContainer .sp {
        display: block;
    }

    #mapContainer .inner {
        width: 95%;
        margin: 0 auto 18%;
    }

    #end {
        font-size: 1.5em;
        padding: 1em 0;
        margin: 0 auto;
    }

    /*---------------マップheader---------------*/
    #map_header {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background-color: #fff;
    }

    #map_header h1 {
        width: 29vw;
        margin: 7.25vw auto 7.25vw 7.25vw;
    }

    /*---------------マップTOP---------------*/

    /* main */
    #mapContainer #main {
        background-image: url(../img/map/main_bg_sp.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        padding-top: 10%;
        padding-bottom: 49%;
    }

    #mapContainer #main h2 {
        width: 100%;
    }

    #mapContainer #main h2 .lmaa_logo {
        width: 40%;
    }

    #mapContainer #main h2 .main_title {
        width: 73%;
        margin-top: 7%;
    }

    #mapContainer #main h2 .main_title .mt-A {
        font-size: 3.4vw;
    }

    #mapContainer #main h2 .main_title .mt-B {
        font-size: 8.133333333333333vw;
        letter-spacing: 3.2vw;
    }

    #mapContainer #main .att {
        font-size: 0.9em;
        margin-top: 5%;
    }

    /* map */
    #mapContainer #exhi_location {
        width: 95%;
        margin-top: -40%;
    }

    #mapContainer #exhi_location .map {
        background-image: url(../img/map/map_all_sp.png);
        margin: 0 auto;
        width: 82%;
        padding-top: 215%;
        /* border: solid 7px #eeeeee; */
        border-top: solid 2vw #eeeeee;
        border-bottom: solid 0.2vw #eeeeee;
        float: none;
    }

    #mapContainer #exhi_location .map li {
        width: 6%;
    }

    #mapContainer #exhi_location .map li.area01 {
        top: 28.5%;
        left: 45%;
    }

    #mapContainer #exhi_location .map li.area02 {
        top: 28.5%;
        left: 51.5%;
    }

    #mapContainer #exhi_location .map li.area03 {
        top: 28.5%;
        left: 60%;
    }

    #mapContainer #exhi_location .map li.area04 {
        top: 11%;
        left: 77%;
    }

    #mapContainer #exhi_location .map li.area05 {
        top: 42%;
        left: 75.3%;
    }

    #mapContainer #exhi_location .map li.area06 {
        top: 68%;
        left: 33%;
    }

    /*description*/
    #mapContainer #exhi_location .description {
        width: 100%;
        margin-top: 10%;
    }

    #mapContainer #exhi_location .description dt.number {
        width: 12%;
        margin-right: 3%;
    }

    #mapContainer #exhi_location .description dd {
        width: 85%;
    }

    /*---------------マップ-アーティストページ---------------*/
    #mapContainer h3 {
        margin: 0 auto 8%;
        font-size: 30px;
        letter-spacing: 2px;
    }

    /* main */
    #mapContainer #submain {
        /*background-image: url(../img/map/submain_bg_sp.jpg);*/
        padding-top: 3%;
        padding-bottom: 3%;
        /*background-repeat: no-repeat;*/
        /*background-size: 100%;*/
    }

    #mapContainer #submain h2 {
        width: 90%;
    }

    #mapContainer #submain h2 .ttl_number {
        width: 10%;
    }

    #mapContainer #submain h2 .ttl_area {
        font-size: 0.8em;
        margin-top: 2%;
        letter-spacing: 2px;
    }

    #mapContainer #submain h2 .ttl_area span {
        font-size: 0.8em;
    }

    #mapContainer #submain .att {
        font-size: 0.9em;
        margin-top: 1.5%;
        width: 100%;
    }

    /* ARTIST PROFILE */
    #mapContainer #profile {
        margin-top: 10%;
    }

    #mapContainer #profile h3:before,
    #mapContainer #profile h3:after {
        width: 265px;
    }

    #mapContainer #profile .photo {
        width: 37%;
        float: none;
        margin: 0 auto;
    }

    #mapContainer #profile .prText {
        width: 100%;
        float: none;
        margin: 5% auto 0;
    }

    #mapContainer #profile .artist_info {
        margin-bottom: 5%;
    }

    #mapContainer #profile .sub_info {
        padding-top: 5%;
    }

    #mapContainer #profile dt {
        margin-bottom: 2%;
    }

    /* EXHIBITION WORKS */
    #mapContainer #work {
        width: 95%;
        margin: 0 auto 18%;
    }

    #mapContainer #work h3:before,
    #mapContainer #work h3:after {
        width: 313px;
    }

    /*.works-detail {
      width: 80%;
  }*/
    .works-detail .works-imgsub {
        font-size: 3.2vw;
    }

    .out-text {
        max-width: 80%;
    }

    /*.works-slide {
      width: 80%;
  }
  .works-detail{
      width: 80%;
  }*/
    .slide-arrow {
        width: 4.533333333333333vw !important;
    }

    .prev-arrow {
        top: 20.53333333333333vw;
        left: -9.5vw;
    }

    .next-arrow {
        top: 20.53333333333333vw;
        right: -9.5vw;
    }

    /* ARTIST's ARCHIVE */
    #mapContainer #archive {
        width: 95%;
        margin: 0 auto 8%;
    }

    #mapContainer #archive h3:before,
    #mapContainer #archive h3:after {
        width: 286px;
    }

    /* LOCATION */
    #mapContainer #location {
        padding-top: 10%;
    }

    #mapContainer #location h3:before,
    #mapContainer #location h3:after {
        width: 163px;
    }

    #mapContainer #location .hear {
        width: 100%;
    }

    /* EXHIBITION LOCATION */
    #mapContainer #exhi_location.artist {
        margin-top: 24%;
    }

    #mapContainer #exhi_location h3:before,
    #mapContainer #exhi_location h3:after {
        width: 246px;
    }

    /* Art Sticker */
    #mapContainer #artsticker {
        width: 95%;
        margin: 7% auto 14%;
    }

    #mapContainer #artsticker a:hover {
        opacity: 1 !important;
    }

    #mapContainer #artsticker a img:hover {
        opacity: 1 !important;
    }

    /* FOOTER */
    footer {
        width: 74vw;
        padding: 20vw 0 12vw 0;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }

    footer p.copy {
        font-size: 4.2vw;
        margin: 0 0 0.5vw 0;
        text-align: right;
    }

    p.copyright {
        font-size: 3.2vw;
        letter-spacing: 0.03vw;
        text-align: right;
    }

    /*SPモード終わり*/
}

/*iPhone5/SE*/
@media screen and (max-width: 320px) {
    #mapContainer #main h2 .main_title {
        width: 75%;
    }

    #mapContainer h3 {
        font-size: 25px;
    }

    #mapContainer #profile h3:before,
    #mapContainer #profile h3:after {
        width: 225px;
    }

    #mapContainer #work h3:before,
    #mapContainer #work h3:after {
        width: 263px;
    }

    #mapContainer #archive h3:before,
    #mapContainer #archive h3:after {
        width: 246px;
    }

    #mapContainer #location h3:before,
    #mapContainer #location h3:after {
        width: 143px;
    }

    #mapContainer #exhi_location h3:before,
    #mapContainer #exhi_location h3:after {
        width: 210px;
    }

    /*iPhone5/SE終わり*/

}