/**
 * 全体
 */
#photos {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-color: #FAFAFA;
    padding-top: 20px;
}
#bridal-photo {
    width: 1020px;
    min-height: 100vh;
    padding: 20px;
    margin: 0 auto;
}
#photo-contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.hide {
    display: none !important;
}
#photos-left h5,
#photos-right h5 {
    font-size: 16px;
    vertical-align: top;
    padding: 15px 0;
    color: #B2B9C7;
}
#photos-left h5 img,
#photos-right h5 img {
    vertical-align: top;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}
#photos-left {
    width: 632px;
}
#photos-right {
    width: 324px;
}

/**
 * ヘッダー部
 */
#photo-header {
    position: relative;
    height: 60px;
    padding-top: 7px;
    margin-top: 10px;
    margin-bottom: 40px;
}
#photo-logo-wrapper {
    width: 180px;
    height: 45px;
}
#photo-logo-wrapper img, #photo-logo-wrapper div {
    float: left;
}
#photo-logo-wrapper #photo-logo-glyph {
    width: 35px;
    height: 35px;
    margin-top: 5px;
}
#photo-logo-wrapper #photo-logo-bar {
    width: 1px;
    height: 40px;
    background-color: #333;
    margin: 3px 10px 0 10px;
}
#photo-logo-wrapper #photo-logo-text {
    width: 124px;
    margin-top: 1px;
}
#photo-header #photo-back-btn {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
    padding: 0 40px;
    border-radius: 4px;
    border: 1px solid #B2B9C7;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    color: #B2B9C7;
    font-size: 16px;
    white-space: nowrap;
    width: auto;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
}
#photo-header #photo-back-btn img {
    vertical-align: top;
    margin-right: 12px;
    position: relative;
    top: 6px;
}

/**
 * 画像ブロック
 */

#image-template {
    display: none;
}

#image-block-wrapper-clip p {
    /* not found */
    font-size: 16px;
    padding: 10px;
}

#image-block-wrapper-clip:after,
#image-block-wrapper-ranking:after {
    content: '';
    display: block;
    clear: both;
}
#image-block-wrapper-clip .image-block {
    width: 308px;
    height: 308px;
    float: left;
    margin: 0 16px 16px 0;
    cursor: pointer;
}
#image-block-wrapper-clip .image-block:nth-child(2n) {
    margin-right: 0;
}
#image-block-wrapper-ranking .image-block {
    width: 150px;
    height: 150px;
    float: left;
    margin: 0 12px 12px 0;
    cursor: pointer;
}
#image-block-wrapper-ranking .image-block:nth-child(2n) {
    margin-right: 0;
}
#image-block-wrapper-clip .image-block .main-image,
#image-block-wrapper-ranking .image-block .main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/**
 * ポップアップはIndexと同一UIなのでそちらを読み込んで利用しています
 */
