h2.title-center{
    text-align: center;
    font-size: 30px;
    padding : 60px 0 30px 0;
}
h2.profile .hiragana {
    padding-left: 5px;
    font-weight: normal;
    font-size: 22px;
}

div.main {
    padding-top: calc(1620 / 2500 * 100%);
    background: url(../image/background_main.jpg) top center / cover no-repeat;
    position: relative;
}
div.main>div {
    position: absolute;
}
div.main div.image-title {
    top: calc(1620 / 2500 * 20%);
}
div.main div.image-title img.title-museum {
    width: 40%;
}
div.main div.image-title img.title-charity {
    padding-top: 2%;
    width: 70%;
}
div.main div.image-title img.title-author {
    padding-top: 2%;
    width: 57%;
}
div.main div.image-title img.title-author-en {
    padding-top: 1%;
    width: 35%;
}
div.main div.image-date {
    padding-left: 6%;
    top: calc(1620 / 2500 * 100%);
}
div.main div.image-date div.badge-container {
    position: absolute;
    top: 5%;
    left: 30%;
    width: 40%;
}
div.main div.image-date img.label-date-day {
    width: 28%;
}
div.main div.image-date img.label-date-hour {
    padding-top: 2%;
    width: 17%;
}
div.main div.image-date img.label-organizer {
    padding-top: 2.5%;
    width: 37%;
}

div.main div.image-appreciation {
    padding-left: 43%;
    top: calc(1620 / 2500 * 91%);
}
div.main div.image-appreciation img {
    width: 94%;
}

div.corner-round {
    border-radius: 1rem;
}
p.indent {
    text-indent: 1rem;
}
div.about {
    line-height: 2rem;
}
div.about span {
    display: inline-block;
}
div.about span.month {
    width: 7rem;
}
div.about span.date {
    width: 7rem;
}
div.about div.title-border {
    display: inline-block;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 0 4px 0 8px;
}

ol.instruction li  {
    list-style: none;
    padding-left: 3.3rem;
    text-indent: -3.3rem;
    line-height: 2rem;
}
ol.instruction li span.number-pointer{
    padding-right: 2.3rem;
}

hr.ukraine {
    opacity: 1;
    border-top: calc(4vw) solid #015bbb;
    border-bottom: calc(4vw) solid #fed500;
    margin-top: 0;
}
hr.divider {
    height: 3px;
}

table.profile {
    width: 100%;
}
table.profile td.year {
    vertical-align: top;
    width: 4rem;
}

a .btn-charity {
    background-color: #015bbb;
    border: 5px solid #fed500;
    border-radius: 10px;
    width: 100%;
}
a .btn-charity p.charity-text {
    color: #fed500;
    font-weight: bold;
    font-size: 22px;
    line-height: 2rem;
    margin: 0;
}
div.button-indent {
    padding-left: 3.3rem;
}

div.access {
    background-color: #F7F5EC;
    width: 90%;
    margin: auto;
}
div.access .googleMap {
    margin-top: 50px;
    width: 100%;
}
div.access .clickGuide {
    text-align: center;
    margin: 30px 0;
}
div.access ul {
    list-style: none;
}
div.access .vanueList {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
div.access .vanueList .topImg {
    width: 130px;
    border-radius: 50%;
}
div.access .vanueList .topImg > a > img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
div.access .vanueList .topImg .nearestStationImages {
    display: none;
}
div.access .vanueList .topImg .nearestStationName {
    margin-top: 20px;
}
div.access .vanueList .topImg .nearestStationName > p {
    font-size: 16px;
}

#lightboxOverlay {
    position: fixed;
    opacity: 1;
    background-color: #fff;
}
.lightbox {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overrayWrap {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 100px;
    overflow-x: scroll;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
    z-index: 10001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.overrayWrap.active {
    opacity: 1;
    visibility: visible;
}
.overrayWrap > img {
    cursor: pointer;
}
.overrayWrap > img + img {
    margin-left: 10px;
}

@media(max-width:1199px) {
    div.access .vanueList {
        padding: 0;
        gap: 15px;
    }
}
@media screen and (max-width: 991px) {
    div.access .vanueList {
        overflow-x: scroll;
    }
}
@media screen and (max-width: 768px) {
    div.overrayWrap {
        bottom: 30px;
        width: 100%;
    }
    div.access .googleMap {
        margin-top: 20px;
        width: 100%;
        height: 450px;
        padding: 0 20px;
    }
}
@media screen and (max-width: 450px) {
    div.main div.image-title {
        top: calc(1620 / 2500 * 10%);
    }
    div.main div.image-date img.label-organizer {
        padding-top: 0.5%;
        width: 37%;
    }
}
