@charset "utf-8";

/* = プレミアム記事の施設一覧
----------------------------------------------- */
.mod-buildingImgList,
.mod-wideBuildingList {
    width: 100%;
    margin-bottom: 40px;
}
.mod-buildingImgList .wrap {
    overflow: hidden;
}
.mod-buildingImgList .image {
    display: inline-block;
    width: 176px;
    height: 176px;
    margin: 0 0 5px;
}
.mod-buildingImgList a {
    position: relative;
    display: block;
    width: inherit;
    height: inherit;
    text-align: center;
    overflow: hidden;
}
.mod-buildingImgList img:hover {
    transform: scale(1.2, 1.2);
    transition-duration: 0.45s;
}
.mod-buildingImgList img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.mod-wideBuildingList .buildingList {
    width: inherit;
}
.mod-wideBuildingList .buildingList + .buildingList {
    margin-top: 40px;
}
.mod-wideBuildingList .listTitle {
    border-bottom: 4px solid #4C5051;
}
.mod-wideBuildingList .listTitle h4 {
    font-size: 138.5%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.mod-wideBuildingList .listTitle p {
    text-align: center;
    font-size: 107.7%;
    line-height: 2.0;
    letter-spacing: 0.08em;
}
.mod-wideBuildingList .listItem {
    padding-top: 10px;
}
.mod-wideBuildingList .listItem .image {
    display: table;
    width: 100%;
}
.mod-wideBuildingList .image .alignLeft {
    display: table-cell;
    box-sizing: border-box;
    border-right: 10px solid transparent;
}
.mod-wideBuildingList .image .alignLeft,
.mod-wideBuildingList .image .alignRight {
    width: 444px;
    height: 425px;
    vertical-align: middle;
}
.mod-wideBuildingList .image .alignLeft a,
.mod-wideBuildingList .image .alignRight a {
    position: relative;
    display: block;
    overflow: hidden;
}
.mod-wideBuildingList .image .alignLeft a {
    width: inherit;
    height: inherit;
}
.mod-wideBuildingList .image .alignRight a {
    width: 100%;
    height: 100%;
}
.mod-wideBuildingList .image .alignLeft img,
.mod-wideBuildingList .image .alignRight img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.mod-wideBuildingList .image .alignRight {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
}
.mod-wideBuildingList .image .alignRight .flexBox {
    display: block;
    width: 100px;
    height: 100px;
    max-width: 444px;
    max-height: 135px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-grow: 1;
    border-style: solid;
    border-color: transparent;
    border-width: 10px 10px 0 0;
    box-sizing: border-box;
}
.mod-wideBuildingList .image .alignRight .flexBox.img_0,
.mod-wideBuildingList .image .alignRight .flexBox.img_1 {
    width: 50%;
    height: 140px;
    max-height: 140px;
    border-top-width: 0;
}
.mod-wideBuildingList .image .alignRight .flexBox.img_2 {
    width: 100%;
    height: 185px;
    max-height: 185px;
}
.mod-wideBuildingList .image .alignRight .flexBox.img_1,
.mod-wideBuildingList .image .alignRight .flexBox.img_2,
.mod-wideBuildingList .image .alignRight .flexBox:last-of-type {
    border-right-width: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .mod-buildingImgList .image {
        overflow: hidden;
    }
    .mod-buildingImgList img,
    .mod-wideBuildingList img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0);
    }
    .mod-buildingImgList img {
        width: auto;
        height: 100%;
        -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
                transform: scale(1) translate3d(-50%, -50%, 0);
    }
    .mod-buildingImgList img:hover {
        -webkit-transform: scale(1.2) translate3d(-40%, -40%, 0);
                transform: scale(1.2) translate3d(-40%, -40%, 0);
    }
    .mod-wideBuildingList .image .alignLeft img,
    .mod-wideBuildingList .image .alignRight .viewIe img {
        width: auto;
        height: 100%;
    }
    .mod-wideBuildingList .image .alignRight img {
        width: 100%;
        height: auto;
    }
}

.mod-wideBuildingList .listItem .info {
    display: flex;
    width: inherit;
    margin-top: 10px;
    -webkit-justify-content: center;
            justify-content: center;
}
.mod-wideBuildingList .listItem .info > div  {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    flex: 1 1 auto;
}
.mod-wideBuildingList .listItem .info > div > span {
    display: table-cell;
    vertical-align: middle;
    font-size: 107.7%;
    letter-spacing: 0.08em;
}
.mod-wideBuildingList .listItem .info > div > span.text {
    width: 40px;
    text-align: center;
}
.mod-wideBuildingList .listItem .info > div > span.number {
    color: #ed6103;
    font-weight: bold;
}
.mod-wideBuildingList .listItem .info > div > span.number b {
    font-size: 1.3rem;
}

/* = プレミアム記事の終了ページ
----------------------------------------------- */
.articleBody.premiumEnd {
    padding: 40px;
    text-align: center;
}
.articleBody.premiumEnd h1 {
    font-size: 2.5em;
    color: #5a6a71;
}
.articleBody.premiumEnd p {
    padding-top: 20px;
    font-size: 1.5em;
    font-weight: bold;
}

/* = プレミアム記事の記事コンテンツ
----------------------------------------------- */
.articleBody.premium .edit .box {
    padding-left: 210px;
}
.articleBody.premium .edit .box .thumbnail {
    width: 200px;
}
.articleBody.premium .edit .box .thumbnail img {
    width: 200px;
}
