/*
このテーマは、POP-UP用のテーマです。
*/

@font-face {
    font-family: 'print_clearlyregular';
    src: url('../fonts/princ__-webfont.eot');
    src: url('../fonts/princ__-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/princ__-webfont.woff2') format('woff2'),
    url('../fonts/princ__-webfont.woff') format('woff'),
    url('../fonts/princ__-webfont.ttf') format('truetype'),
    url('../fonts/princ__-webfont.svg#print_clearlyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1.title {
    letter-spacing: -0.08em;
    font-size: 2em;
    margin-bottom: 0.3em;
}
h2.title {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size : 1em;
    margin-top: 0;
    letter-spacing: -0.01em;
}
h2.title2 {
    font-size : 1.5em;
    margin-top: 0;
    letter-spacing: -0.08em;
}


/*タイトル*/
body {
    min-height: 2000px;
    padding-top: 0px;
}
header.jumbotron {
    height: 900px;
    background: url("../img/title_big.jpg") center 0 no-repeat;
    background-size: cover;
    color: #ffffff;
}
div.jumbotron-h1 {
    margin-top: 20px;
    font-family: print_clearlyregular, serif;
    text-align: center;
}

p.title {
    font-family: print_clearlyregular, serif;
    text-align: center;
    text-shadow: 1px 1px 3px #000,1px 1px 6px #000;
}

div.btn-main {
    text-align: center;
}

h1.title-h1 {
    color: #ffffff;
    font-family: print_clearlyregular, serif;
    font-weight: 100;
    font-size: 10em;
    letter-spacing: -2px;
    text-shadow:    1px 1px 3px #000,
                    1px 5px 6px #000,
                    1px 10px 6px #000,
                    1px 15px 6px #000;
}

@media (max-width: 767px) {
    header.jumbotron {
        height: 667px;
        background: url("../img/title_big.jpg") center no-repeat;
        background-size: cover;
    }

    div.jumbotron-h1 {
        margin-top: 10px;
        font-family: print_clearlyregular, serif;
        text-align: center;
    }

    h1.title-h1 {
        color: #ffffff;
        font-family: print_clearlyregular, serif;
        font-size: 4em;
        text-shadow:    1px 1px 3px #000,
        1px 5px 6px #000,
        1px 10px 6px #000,
        1px 15px 6px #000;
        letter-spacing: -0.1em;
    }

    p.title {
        margin-top: 250px;
        font-family: print_clearlyregular, serif;
        text-align: center;
        text-shadow: 1px 1px 3px #000,1px 1px 6px #000;
    }
}

/*
動くメニューバー
*/
.navbar-custom {
    position: inherit;
}
.fixed {
    position: fixed;
    background-color: rgba(255,255,255,0.7);
    top: 0;
    width: 100%;
    z-index: 10000;
}
.navbar {
    margin: 0;
}
.jumbotron {
    margin: 0;
}
.btn-success {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    border-color: #fff;
}

.flexslider {
    display: none;
}
@media (max-width: 991px) {
    .flexslider {
        display: block;
    }
}


.section-heading {
    font-size: 42px;
}

.blueimp-gallery>.title {
    top: 68px;
}
.blueimp-gallery>.close {
    top: 68px;
}

/*PAGE TOP*/
#page-top {
    position: fixed;
    bottom: 0px;
    right: 7px;
}
#page-top a {
    background: rgba(0,0,0,0.5);
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.copyright {
    font-family: print_clearlyregular, serif;
}

footer {
    margin: 0;
    padding: 10px;
}

.ura {
    padding:20px;
}
.section-heading {
    letter-spacing: -2px;
}