/* style.css
-------------- */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    line-height: 1.42857;
    color: #333;
    /* Margin bottom by footer height */
    
    font-family: 'Noto Sans Japanese', sans-serif;
    margin-bottom: 60px;
    padding-bottom: 0;
}

.other-header {
    position: fixed;
    left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family:"UD Shin Go Medium", "UD Shin Go Regular", "Noto Sans Japanese", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: inherit;
}

.ud-p {
    font-family: "UD Shin Go Regular";
}

footer {
    min-height: 60px;
    /* footerの最小値 */
    
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.90);
    color: #999999;
}

.box02 {
    display: -webkit-flex;
    display: flex;
}

.shadow01 {
    -webkit-box-shadow: 0px 0px 1px 1px #eeeeee;
    -moz-box-shadow: 0px 0px 1px 1px #eeeeee;
    box-shadow: 0px 0px 1px 1px #eeeeee;
}

a img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:hover img {
    opacity: 0.8;
    filter: "alpha(opacity=70)";
    -ms-filter: "alpha(opacity=70)";
}

.thumbnail_sh {
    padding: 0px;
    height: 300px;
    position: relative;
}

.thumbnail_photo {
    padding: 7px;
    height: 100%;
    box-shadow: 0px 1px 6px 1px #ddd;
}

.img_filter01 {
    -webkit-filter: grayscale(30%);
    -moz-filter: grayscale(30%);
    -o-filter: grayscale(30%);
    -ms-filter: grayscale(30%);
    filter: grayscale(30%);
}

.thumbhover:hover {
    background-color: #fff;
}
/* ページトップ */

#page-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 80%;
}

#page-top a {
    background: #222;
    text-decoration: none;
    color: #fff;
    width: 140px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: solid 1px #ccc;
}

#page-top a:hover {
    text-decoration: none;
    background: #e52800;
    border: solid 2px #eee;
}

.navbar-inverse {
    border-bottom: 4px solid;
    background-color: rgba(0, 0, 0, .9);
    border-color: rgba(0, 0, 0, .9)
}

.navbar .nav {
    margin-bottom: -4px;
}

.navbar .nav li a:hover {
    margin-bottom: 0px;
    border-bottom: 4px solid #ff4500;
}

@media screen and (min-width: 992px) {
    #home {
    background: url(../img/top2015_dark.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.2);
    background-attachment: fixed;
    /* filter: brightness(0.5);
    -webkit-filter: brightness(0.5); */
}

    #fb_back {
    background: url(../img/top2015_dark.jpg) no-repeat center center fixed;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: black;
    background-attachment: fixed;
    /* filter: brightness(0.5);
    -webkit-filter: brightness(0.5); */
}
}

@media screen and (max-width: 991px) {
    #home {
    display: table;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgba(51, 51, 51, 1.0);
    background-attachment: fixed;
}

    #fb_back {
/*    background: url(../img/top2015_dark_s.jpg) no-repeat center center fixed; */
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #333;
    background-attachment: fixed;
    /* filter: brightness(0.5);
    -webkit-filter: brightness(0.5); */
}
}


.other_home {
    background: url(../img/top.jpg) no-repeat center center fixed;
    display: table;
    height: 80px;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.2);
    background-attachment: fixed;
    /* filter: brightness(0.5);
    -webkit-filter: brightness(0.5); */
}

.btn {
    background: #e52800;
    padding: 10px 18px 9px 18px;
    color: #ffffff;
    border: 3px solid #e52800;
    border-radius: 5px;
    font-weight: 400;
    /*    width: 100%; */
    /* CSS Transition */
    
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

.btn:hover {
    color: white;
    background-color: orangered;
    border-color: orangered;
    font-weight: 400;
}

.btn:active {
    color: white;
    background-color: #e52800;
    border-color: #e52800;
    font-weight: 600;
}

.btn-inverse {
    background: #ffe4df;
    padding: 10px 18px 9px 18px;
    color: #d50000;
    border: 3px solid #e52800;
    border-radius: 5px;
    font-weight: 400;
    /*    width: 100%; */
    /* CSS Transition */
    
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

.btn-inverse:hover {
    color: #ffffff;
    background-color: orangered;
    border-color: orangered;
    font-weight: 400;
    text-decoration: none;
}

.btn-inverse:active {
    color: white;
    background-color: #e52800;
    border-color: #e52800;
    font-weight: 600;
}

.gbutton1 {
    display: inline-block;
    padding: 10px 30px 9px 30px;
    border: solid 1px #000000;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    font-family: inherit;
    width: 100%;
    text-align: center;
}

.gbutton1:hover {
    color: #fff;
    background: rgba(255, 69, 0, 0.75);
    border: solid 1px rgba(255, 0, 0, 1.0);
    opacity: 0.9;
    text-decoration: none;
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
}

.panel {
    border-radius: 6px;
}

.panel-warning {
    border-color: #ff2d00;
}