@charset "utf-8";

/* パノラマビュー本体
-------------------------------------------------------------*/
.contents.is-panoramaView {
    max-width: inherit;
    padding: 0;
}

.lo-panoramaView {
    position: relative;
}

#responsibleCheck {
    width: 1px;
}
@media screen and (max-width: 919px) {
    #responsibleCheck {
        width: 2px;
    }
}

/* PC用見出し
-------------------------------------------------------------*/
.lo-panoramaView__pc-ttl {
    position: relative;
    width: 100%;
    margin: auto;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.02em;
    padding: 25px 13px 25px 68px;
}
@media screen and (max-width: 1219px) {
    .lo-panoramaView__pc-ttl {
        display: none;
    }
}

.lo-panoramaView__pc-ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    width: 35px;
    height: 35px;
    margin: auto 0;
    background: url(/albums/css/individual-panoramaView/abm00027267.svg) 0 0 no-repeat;
    background-size: 35px 35px;
}

/* パノラマビューリスト
-------------------------------------------------------------*/
.lo-panoramaView__lists {
    opacity: 0;
    width: 180px;
    position: absolute;
    z-index: 2;
    top: 50px;
    right: 40px;
    padding: 17px 0 33px;
    background-color: #fff;
    border-radius: 10px;
}
@media screen and (max-width: 1219px) {
    .lo-panoramaView__lists {
        width: 100%;
        position: static;
        padding: 0;
    }
}

.lo-panoramaView__lists-ttl {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    font-size: 0;
    background: url(/albums/css/individual-panoramaView/abm00027267.svg) 0 0 no-repeat;
    background-size: 70px 70px;
}
@media screen and (max-width: 1219px) {
    .lo-panoramaView__lists-ttl {
        width: 100%;
        height: auto;
        margin: auto 0;
        font-size: 1.6rem;
        font-weight: 500;
        background: none;
        letter-spacing: -.02em;
        padding: 12px 13px 12px 58px;
        cursor: pointer;
    }
    .lo-panoramaView__lists-ttl::before {
        content: '';
        position: absolute;
        top: 0;
        left: 10px;
        bottom: 0;
        margin: auto;
        width: 35px;
        height: 35px;
        background: url(/albums/css/individual-panoramaView/abm00027267.svg) 0 0 no-repeat;
        background-size: 35px 35px;
    }
    .lo-panoramaView__lists-ttl > div {
        position: relative;
    }
    .lo-panoramaView__lists-ttl > div::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #DFDFDF;
    }
    .lo-panoramaView__lists-ttl > div::after {
        content: '';
        position: absolute;
        top: 2px;
        bottom: 0;
        right: 9px;
        width: 17px;
        height: 12px;
        margin: auto 0;
        background: url(/albums/css/individual-panoramaView/abm00027409.svg) 0 0 no-repeat;
        background-size: 17px 12px;
    }
    .lo-panoramaView__lists-ttl.is-open > div::after {
        top: 0;
        right: 10px;
        width: 15px;
        height: 15px;
        background: url(/albums/css/individual-panoramaView/abm00027410.svg) 0 0 no-repeat;
        background-size: 15px 15px;
    }
}

.cms .lo-panoramaView__lists-ttl {
    font-size: 1.6rem;
    width: 100%;
    height: auto;
    background: none;
}

.lo-panoramaView__lists-group {
    margin: 16px 0 0;
}
@media screen and (max-width: 1219px) {
    .lo-panoramaView__lists-group {
        display: none;
        margin: 0;
    }
}

.lo-panoramaView__lists-group > div {
    border-bottom: 1px dashed #DDD;
}
@media screen and (max-width: 1219px) {
    .lo-panoramaView__lists-group > div {
        border-bottom: 1px solid #E3E3E3;
    }
}

.lo-panoramaView__lists-group > div:first-child {
    border-top: 1px dashed #DDD;
}
@media screen and (max-width: 1219px) {
    .lo-panoramaView__lists-group > div:first-child {
        border-top: 1px solid #E3E3E3;
    }
    .lo-panoramaView__lists-group > div:last-child {
        border-bottom: 0;
    }
}

.lo-panoramaView__lists-group > div > div {
    font-size: 1.5rem;
    padding: 8px 30px 1px;
    cursor: pointer;
    transition: .2s;
}
@media screen and (max-width: 1219px) {
    .lo-panoramaView__lists-group > div > div {
        font-size: 1.6rem;
        font-weight: 500;
        color: #3D3D3D;
        padding: 10px 13px 5px 57px;
    }
}

.lo-panoramaView__lists-group > div.is-active > div,
.lo-panoramaView__lists-group > div:hover > div {
    background-color: rgba(133,154,209,.3);
}
@media screen and (max-width: 1219px) {
    .lo-panoramaView__lists-group > div.is-active > div,
    .lo-panoramaView__lists-group > div:hover > div {
        color: #3D3D3D;
    }
}

/* パノラマビューコンテンツ
-------------------------------------------------------------*/
.lo-panoramaView__contents {
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 919px){
    .lo-panoramaView__contents {
      overflow: hidden;
    }
}

.lo-panoramaView__contentsBox {
    position: relative;
    width: 100%;
    padding: calc(1152 / 1920 * 100%) 0 0;
    background-color: #000;
}
@media screen and (max-width: 919px){
    .lo-panoramaView__contentsBox {
        padding: calc(919 / 675 * 100%) 0 0;
    }
}

.cms .lo-panoramaView__contentsBox {
    padding: 0;
}

.lo-panoramaView__contentsBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* パノラマビューMAP
-------------------------------------------------------------*/
.lo-panoramaView__contentsBox.is-map {
    height: 0;
    padding: calc(1152 / 1920 * 100%) 0 0;
    background-color: #3B559B;
}
/*
@media screen and (max-width: 1219px){
  .lo-panoramaView__contentsBox.is-map {
    width: 100vw;
    overflow: scroll;
    padding: 0 0 1152px;
  }
}
*/


.lo-panoramaView__contentsBox.is-map svg {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 10.5vw;
}
@media screen and (max-width: 1219px){
  .lo-panoramaView__contentsBox.is-map svg {
    left: 0;
    /*
    width: 1920px;
    height: 1152px;
    */
  }
}

.lo-panoramaView__contentsBox.is-map svg a {
    width: 100%;
    height: 100%;
    display: block;
}

.lo-panoramaView__contentsBox.is-map svg a:hover {
    text-decoration: none;
}

.lo-panoramaView__contentsBox.is-map svg a:hover tspan {
    fill: #fd9726;
}

.cp-map {
    display: none;
}

.fixedMenu{
  display: none;
}