/** Body **/

body {
    background: #111;
    color: #aaa;
}


/** Header **/

header {
    padding: 1.8rem 0;
}

header h1 img {
    width: 100%;
}

header div.headerInner {
    padding: 0.5em 0;
}





/** Breadcrumbs **/

section.breadcrumbs {
    background: #f4f4f4;
}

section.breadcrumbs .breadcrumb {
    background: none;
    padding: 0.2rem;
    font-size: 0.8em;
}

/** Footer **/

footer {
    margin-top: 2em;
    background: #333;
}

footer p.copyright {
    color: #ddd;
    text-align: center;
    font-size: 0.8em;
    padding: 2em 0;
    margin: 0;
}






/** General **/

dl {
    margin-left: 1em;
}


/** HeadLines **/

div.headLineArea {
    margin-bottom: 1em;
}

h1 {}

h2 {
    font-family: 'Noto Serif JP', serif;
    padding: 0.4em;
    text-align: center;
}

h3 {
    font-size: 1.4rem;
    font-weight: 400;
}

h2 img {
    width: 100%;
}

.btn-primary {
    background: #000;
    border-radius: 100px;
}

/** singleContents **/

.photoGallery {}

.photoGallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.photoGallery ul li {
    margin: 20px;
    width: 90%;
}

.photoGallery ul li img {
    width: 100%;
}

.modal-dialog {
    max-width: 1000px;
}

.modal-dialog img {
    width: 100%;
}

.bgBlack {
    background: #000;
    color: #fff;
    padding: 2rem 0 4rem;
}

.bgBlack h2 {
    padding-bottom: 2rem;
}

.btn-tel,
.btn-inquiry {
    font-size: 1.4rem;
    padding: 1rem 3rem;
    border: 2px solid #fff;
    color: #fff;

}

.btn-tel {}






/** PageTop **/

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

#page-top a {
    display: block;
    background: #666;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}

#page-top a:hover {
    background: #999;
    text-decoration: none;
}







@media screen and (max-width: 768px) {
    header {
        padding: 0;
    }
    .toTopBox {
        text-align: center;
    }
    .photoGallery ul li {
        margin: 1rem;
    }
}
