﻿@charset "UTF-8";
/*
 * museum
 */
.museum .sec h2 {
    margin-bottom: 13px;
}
.museum .sec .museumImg {
    margin: 22px 0 35px;
}
.museum .sec .secBox .imgText {
    margin: 2px 0 0;
}
.museum .sec p:last-child {
    margin-bottom: 0;
}
.museum .sec2 {
    margin-bottom: 52px;
}
.museum .txt1 {
    margin-top: 0px;
}
.museum .tableDetail {
    margin-top: 32px;
}
.museum .tableDetail ul.accessDetail li {
    margin-bottom: 25px;
}
.museum .tableDetail ul.accessDetail li:last-child {
    margin-bottom: 0;
}
.museum .museumMap iframe {
    width: 100%;
    height: 450px;
}
@media screen and (max-width: 750px) {
.museum .sec {
    margin-bottom: 50px;
}
.museum .sec2 {
    margin-bottom: 14px;
}
.museum .sec:last-child p:last-child {
    margin-bottom: 0;
}
.museum .sec .secBox:nth-child(1) {
    margin-bottom: 37px;
}
.museum .sec .tit3 h2 {
    margin-bottom: 0px;
    background: url(../images/common/icon2.png) no-repeat left 58px top 3px;
}
.english .museum .sec h2:first-child {
    background: url(../images/common/icon2.png) no-repeat left 37px top 4px;
}
}