/* クリムトエキシビションページで使用されるCSSです */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
}

.main,
.main p,
.main h3,
.main h4 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

p {
    text-align: left;
    line-height: 160%;
}

.li_uset {
    line-height: unset;
}

.main .gothic {
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.container02 {
    background-color: #0b1f26;
    padding: 0 5px;
}

.main {
    width: 100%;
    max-width: 1200px;
    background-image: url(../pattern.jpg);
}

.main img {
    vertical-align: bottom;
    width: 100%;
    margin-bottom: -1px;
}

.main img.img01 {
    margin-top: -2px;
}

.gallery {
    font-size: 0;
}

.gallery img {
    width: 33.33%
}

.txt_white {
    color: #fff;
}

.txt_gray {
    color: #dddbcd;
}

.txt_gold {
    color: #cdbb39;
}

.txt_ct {
    text-align: center;
}

.f20 {
    font-size: 28px;
}

.sub_tit {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}

.sub_tit2 {
    font-size: 48px;
    text-align: center;
    line-height: unset;
    font-weight: bold;
    line-height: 120%;
}

.account {
    margin: 5px 0;
    font-size: 42px;
}

.snstit {
    font-size: 21px;
    text-align: center;
}

.pbox {
    max-width: 960px;
}

.oubo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.oubo dt {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 10px;
}

.oubo dd {
    width: 70%;
    text-align: left;
    margin: 0 0 10px;
}

.btn_fbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.snslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    list-style: none;
/*    max-width: 960px;*/
}

/*
.snslist li {
    width: 32%;
}
*/

.snslist img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
}

.mb01 {
    margin-bottom: 2%;
}

.mb02 {
    margin-bottom: 5%;
}

.mb03 {
    margin-bottom: 7%;
}

.mb04 {
    margin-bottom: 9%;
}

.mb05 {
    margin-bottom: 18%;
}

div.bg01,
div.bg02,
div.bg03,
div.bg04,
div.bg05,
div.bg06,
div.bg07,
div.bg08,
div.bg09,
div.bg10,
div.bg2-01,
div.bg2-02,
div.bg2-03 {
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.main .bg01 {
    background-image: url("https://www.e-hirameki.jp/img/2019/xmas/xmas_01.png");
    height: 969px;
}

.main .bg02 {
    background-image: url("https://www.e-hirameki.jp/img/2019/xmas/xmas_03.png");
    height: 1260px;
}

.main .bg03 {
    background-image: url("https://www.e-hirameki.jp/img/2019/xmas/xmas_08.png");
}

.main .bg04 {
    background-image: url("https://www.e-hirameki.jp/img/2019/xmas/snow.png");
    padding: 0 0 23%;
    background-position: center 100px;
}

.xmas_box {
    max-width: 960px;
    font-size: 33px;
    background-image: url("https://www.e-hirameki.jp/img/2019/xmas/box_bk01.png"), url("https://www.e-hirameki.jp/img/2019/xmas/box_bk03.png"), url("https://www.e-hirameki.jp/img/2019/xmas/box_bk02.png");
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: top, bottom, center;
    background-size: 100% auto;
    padding: 5% 9%;
    font-weight: bold;
}

.price_f {
    font-weight: bold;
    font-size: 30px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.snsa {
    width: 30%;
    display: inline-block; /* ここがポイント */
    height: 80px;
}

.snsa img {
    height: 100%;
}

@media screen and (max-width:960px) {
    /*スマホ用のcssを記述*/

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    
    .main {
        background-size: 400px;
    }

    .main .bg01 {
        background-image: unset;
        height: unset;
    }
    
    .main .bg02 {
        height: unset;
    }
    
    .main .bg04 {
        background-image: unset;
        padding: 0;
    }

    .f20 {
        font-size: 100%;
    }
    
    .spf-80 {
        font-size: 80%;
    }

    .container02 {
        background-color: #0b1f26;
        padding: 0;
    }
    
    .spbox {
        text-align: left;
        padding: 0 5%;
    }
    
    .sub_tit {
        font-size: 120%;
        font-weight: normal;
    }
    
    .sub_tit2 {
        font-size: 150%;
        font-weight: normal;
    }
    
    .sub_tit-sp {
        font-size: 130%;
        line-height: 130%;
    }
    
    .price_f {
        font-size: 24px;
    }
    
    .sp_mb01 {
        margin-bottom: 2%;
    }
    
    .sp_mb01-2 {
        margin-bottom: 3%;
    }
    
    .sp_mb02 {
        margin-bottom: 5%;
    }
    
/*
    .snslist li {
        width: 30%;
    }
*/
    
    .snslist img {
        width: 100%;
        height: auto;
    }
    
    .snstit {
        font-size: 100%;
    }
    
    .xmas_tabel {
        width: 90%;
        margin: 0 auto 17%;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: fixed;
        display: table;
    }
    
    .xmas_tabel th {
        width: 20%;
        background-color: #a29b89;
        padding: 10px;
    }
    
    .xmas_tabel td {
        width: 80%;
        background-color: #fff;
        padding: 10px;
        border-bottom: 1px solid #a29b89;
    }
    
    .account {
        font-size: 120%;
        line-height: unset;
    }

}

/* SP landscape */
/*
@media (orientation: landscape) {
    .main div.bg01 {
        height: 337px;
    }

    .main div.bg02 {
        height: 119px;
    }

    .main div.bg03 {
        height: 122px;
    }

    .main div.bg04 {
        height: 187px;
    }

    .main div.bg05 {
        height: 373px;
    }

    .main div.bg06 {
        height: 178px;
    }

    .main div.bg07 {
        height: 257px;
    }

    .main div.bg08 {
        height: 150px;
    }

    .main div.bg09 {
        height: 250px;
    }

    .main div.bg10 {
        height: 511px;
    }

    div.bg2-01 {
        height: 125px;
    }

    div.bg2-02 {
        height: 301px;
    }

    div.bg2-03 {
        height: 340px;
    }
}
*/
