@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle {
    background: url("../img/studio_img/bg_pagetitle.png") left calc(50% - 60px) center no-repeat;
    background-size: cover;
}
@media print, screen and (min-width:768px) {
    #pagetitle {
        background: url("../img/studio_img/bg_pagetitle.png") center center no-repeat;
        background-size: cover;
    }
}
/*------------------------------------------------------------Content*/
[class^="ph_list2column"] {}
[class^="ph_list2column"] li {
    max-width: 360px;
    border-radius: 6px;
    padding: 10px 0;
    margin: 0 auto 15px;
}
.ph_list2column_01 li {
    background: #fdf3f9;
}
.ph_list2column_02 li {
    background: #fff;
}
[class^="ph_list2column"] li img {
    width: 250px;
    height: auto;
}
@media print, screen and (min-width:768px) {
    [class^="ph_list2column"] {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    [class^="ph_list2column"] li {
        width: 540px;
        max-width: 540px;
        padding: 20px 0;
        margin: 0 15px 40px;
    }
    [class^="ph_list2column"] li img {
        width: 360px;
    }
}
.map iframe {
    width: 100%;
    height: 250px;
}
@media print, screen and (min-width:768px) {
    .map iframe {
        height: 360px;
    }
}