/* 1 General*/

body{
    font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    color: #333333;
}

h2{
    font-size: 20px;
}

h3{
    font-size: 16px;
}

.row{
    padding: 10px;
}

.black-half-transparent{
    background-color: hsla(360, 0%, 0%, 0.3);
    color: #ffffff;
}

.no-padding{
    padding: 0;
}

.no-margin{
    padding: 0;
}

.text-small{
    font-size: .8em;
}

/* 2. Header */

.rakuda-header{
    border-bottom: 1px solid #e5e5e5;
    height: 60px;
    padding-top: 20px;
    display: none;
}

.rakuda-logo{
    height: 28px;
}

.hatachi-header{
    border-bottom: 1px solid #e5e5e5;
}

.hatachi-logo-small{
    height: 36px;
}

.hatachi-header a{
    color: #333333;
}

.hatachi-header a:hover{
    text-decoration: none;
}

.hatachi-header ul{
    padding-left: 0;
}

.hatachi-header li{
    display: inline;
    padding-left: .3em;
    padding-right: .3em;
    padding-bottom: .5em;
}

.hatachi-header li:hover{
    border-bottom: 2px solid #555555;
    cursor: pointer;
}

.left-logo{
    text-align: center;
}

@media screen and (min-width:768px){
    .left-logo{
        text-align: left;
        padding-left: 2em;
    }
}

.hatachi-menu{
    text-align: center;
    padding-top: 5px;
}

.menu-selected{
    border-bottom: 1px solid #888888;
}

@media screen and (min-width:768px){
    .hatachi-menu{
        text-align: right;
        padding-top: 10px;
    }
}

.hatachi-logo-large{
    width: 80%;
    max-width: 350px;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* 3. Main */

.film-detail{
    font-size: .9em;
    line-height: 2em;
    padding-bottom: 30px;
}

.footer, .credit, .info, .comment, .film-title, .film-detail{
    background-color: #ffffff;
}

@media screen and (min-width:768px){
    .hatachi-main-image{
        display: none;
    }
}

/*large trailer*/
@media screen and (max-width:767px){
    .trailer-large{
        display: none;
    }
}

.trailer-large{
    /*background-color: #e5e5e5;*/
    padding-top: 2em;
    padding-bottom: 2em;
    background-image: url("../img/hatachi-web-images-dark.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

/* 4 Trailer*/

@media screen and (min-width:768px){
    .trailer{
        display: none;
    }
}

/* 5. Information and Facebook */

.info{
    padding-bottom: 2em;
}

.showing-info{
    padding-bottom: 1em;
}

.btn-hatachi{
    background-color: #333333;
    color: #ffffff;
    margin-bottom: 18px;
    margin-top: 18px;
    transition: all .4s;
    border-radius: 0;
}

.btn-hatachi:hover{
    background-color: #666666;
    color: #ffffff;
}

@media screen and (max-width: 991px){
    .fb-small{
        display: block;
    }

    .fb-large{
        display: none;
    }
}

@media screen and (min-width: 992px){
    .fb-small{
        display: none;
    }

    .fb-large{
        display: block;
    }
}


/*6. Footer*/

.footer{
    border-top: 1px solid #e3e3e3;
    padding-top: 1em;
}

.footer-logo{
    margin-top: 2em;
}

/* page 2: theater.html*/

.borderless>tbody>tr>td {
    border: none;
    line-height: 1.8em;
}

.theater-info{
    padding: 10px;
}

.theater-info h1{
    font-size: 1.5em;
    padding-left: 7px;
    margin-bottom: 0;
}

.theater-table-col{
    min-width: 4em;
}

/* page3: story.html*/

.story-row{
    padding: 0;
    background-image: url("../img/mugonkan-inside-darker.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.story{
    color: #ffffff;
    letter-spacing: .1em;
    line-height: 1.8em;
    padding: 1em;
}

.story h1{
    font-size: 1.2em;
    margin-top: .5em;
    margin-bottom: .5em;
    text-align: center;
}


@media screen and (min-width:992px){
    .story-row{
        background-image: none;
        background-color: #383838;
    }

    .story {
        background-color: #383838;
        background-image: none;
        padding: 2em;
    }

    .story-left-image{
        background-image: url("../img/mugonkan-inside-darker.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 780px;
    }

    .story h1{
        text-align: left;
        margin-bottom: 1em;
    }

}


/*aoiro*/

.aoiro{
    background-color: #4A90E2;
    color: #ffffff;
    letter-spacing: .1em;
    line-height: 1.8em;
    display: none;
}

.aoiro-trailer-large{
    display:none;
}

@media screen and (min-width:768px){
    .aoiro-trailer-large{
        display: block;
    }
    .aoiro-trailer-small{
        display: none;
    }
    .aoiro-trailer-container{
        padding-bottom: 2em;
    }
}

.aoiro h1{
    text-align: center;
    font-size: 1.8em;
    letter-spacing: .1em;
}

.aoiro-subtitle{
    text-align: center;
    font-size: .8em;
    margin-bottom: 1em;
}

.aoiro a{
    color: #ffffff;
}

.footer-story{
    border-top: none;
}

/* page4: mugonkan*/

.mugonkan-desc h1{
    font-size: 1.2em;
    text-align: center;
}

.mugonkan-desc{
    background-color: #6D6C6C;
    color:#ffffff;
    line-height: 2em;
    letter-spacing: .1em;
    font-size: .9em;
    padding: 1em;
}

.mugonkan-pic{
    background-image: url("../img/mugonkan-outside.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}

.kuboshima-pic{
    background-image: url("../img/kuboshima.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.kuboshima-profile{
    background-color: #181818;
    color: #ffffff;
    line-height: 1.8em;
    font-size: .9em;
}

.kuboshima-profile h2{
    font-size: 1.1em;
}

.kuboshima-container{
    background-color: #181818;
}

@media screen and (min-width:768px){
    .mugonkan-pic{
        display: none;
    }

    .mugonkan-container{
        background-image: url("../img/mugonkan-outside.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .mugonkan-desc{
        margin-top: 3em;
        background-color: hsla(360, 0%, 0%, 0.4);
        border: 1px solid #e5e5e5;
    }

    .kuboshima-pic{
        height: 250px;
    }
    .kuboshima-profile{
        padding-left: 2em;
        padding-right: 2em;
    }
}

/*background page*/
.bg-eye-catch{
    height: 132px;
    background-image: url("../img/bg-eye-catch.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (min-width:768px){
    .bg-eye-catch{
        height: 300px;
    }

}
