@charset "UTF-8";

main{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
 "Meiryo", sans-serif;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.mainvisual {
    height: 400px;
    background: url("../img/mv.png") no-repeat center center;
    background-size: cover;
    position: relative; }

.mainvisual__inner {
    position: absolute;
    height: 250px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(115, 99, 71, 0.9);
    z-index: 10;
    mix-blend-mode: multiply;
    text-align: center;
    color: #fff; }

.mainvisual__ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20; }

.parkingContainer {
    margin: 0 auto;
    padding: 62px 10px 100px;
    max-width: 1024px;
}

.map__ttl {
    text-align: center;
}

.map__ttl__ttl {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.04rem;
}

.map__ttl__txt {
    margin-top: 21px;
    font-size: 21px;
    letter-spacing: 0.04rem;
}

.mapbox {
    margin-bottom: 84px;
}

.mapbox__cont {
    margin-top: 52px;
}

.mapbox__ttlWrap {
    margin-bottom: 18px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}

.mapbox__ttlWrap--color1 {
    background: #009890;
}

.mapbox__ttlWrap--color2 {
    background: #8FAF43;
}

.mapbox__ttlWrap--color3 {
    background: #4A74A1;
}

.mapbox__ttlWrap--color4 {
    background: #DD851B;
}

.mapbox__ttlWrap--color5 {
    background: #DD72A2;
}

.mapbox__ttl {
    font-size: 28px;
    font-weight: bold;
}

.mapbox__ttl span {
    font-size: 22px;
}

.mapbox__ttl--small {
    font-size: 20px !important;
}

.parkingBtn1 {
    margin: 0 auto;
    padding: 14px 37px;
    max-width: 495px;
    width: 100%;
    display: block;
    background: #736347;
    color: #fff;
    font-size: 30px;
    border-radius: 10px;
}

.parkingBtn1:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}

.lightbox {
    padding-top: 250px;
}

@-moz-document url-prefix() {
    .lightbox {
        padding-top: 0px;
    }
}

.lightbox .lb-image {
    transform: scale(4);
    -moz-transform: scale(1);
}

@media screen and (max-width:767px) {
.pc {
    display: none;
}

.sp {
    display: block;
}

.mainvisual {
    height: 163px;
    background: url("../img/mv-sp.png") no-repeat center center;
    background-size: cover;
}
.mainvisual__ttl{
    text-align: center;
}
.mainvisual__ttl img{
    max-width: 450px;
    margin: 0 auto;
}
.mainvisual__inner {
    height: 90px;
}

.parkingContainer {
    margin: 0 auto;
    padding: 56px 15px;
    width: 100%;
}

.map__ttl__ttl {
    font-size: 19px;
}

.map__ttl__txt {
    margin: 28px 0 0;
    font-size: 16px;
}

.mapbox {
    margin:-20px 0 60px;
}

.mapbox__cont {
    text-align: center;
}

.mapbox__ttl {
    font-size: 19px;
    font-weight: bold;
}

.mapbox__ttl span {
    font-size: 14px;
}

.mapbox__ttl--small {
    font-size: 14px !important;
}

.mapbox__img {
    max-width: 80%;
}

.parkingBtn1 {
    padding: 12px 34px;
    font-size: 19px;
    position: relative;
}


.parkingBtn1:before {
    content: '';
    background: url('../img/arrow.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 18px;
    text-align: center;
}

.lightbox .lb-image {
    transform: scale(1);
}

.lightbox .lightboxOverlay {
    width: 100% !important;
}

.lightbox .lb-outerContainer {
    height: auto;
}

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    
    .parkingBtn1{
        padding: 20px 37px 10px;
    }
    @media screen and (max-width:767px) {
        .parkingBtn1{
            padding: 17px 37px 7px;
        }
    }
}