/* 基本スタイル */
body {
    font-size: 1.2rem;
    line-height: 150%;
}

.subtitle {
    font-size: 1.1rem;
    margin-top: 0.5em;
}

p.original-photo-site {
    font-size: 1.0rem;
    line-height: 150%;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 0.5ex;
    margin-bottom: 0.7ex;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5ex;
}

/* ユーティティ */
.nowrap {
    white-space: nowrap;
}
/* ブランド */
.brand-logo {
    white-space: nowrap;
}

/* ナビゲーション */
.navbar {
    background-color: #000;
    color: #fff;
}

.navbar-brand .navbar-item {
    font-size: 1.4rem;
    font-weight: bold;
}
.navbar-item, .navbar-link {
    font-size: 1.1rem;
    color: #fff;
}

.navbar-link:focus, .navbar-link:hover, a.navbar-item:focus, a.navbar-item:hover {
    color: #000;
    background-color: #FFEFDF;
}

.navbar-brand .navbar-item:hover {
    color: #fff;
}

/* フッター */
.footer {
    min-height: 4.25rem;
    background-color: #000;
    color: #fff;
}

.footer strong {
    background-color: #000;
    color: #fff;
}

/* トップ */
#top-lxr {
    background-color: #FFEFDF;
}

/* サービス */
#services-lxr {
    background-color: #FFFFFF;
}
.service-icon {
    width: 100px;
}

/* 制作実績 */
#past-work-lxr {
    background-color: #EEEEEE;
}

/* 私たちについて */
#about-us-lxr {
    background-color: #F0DEE0;
}
#about-us-lxr img {
    width: 150px;
}

/* お問い合わせ */
#contact-lxr {
    background-color: #CCCCCC;
}

#contact-lxr dt {
    font-weight: bold;
}

#contact-lxr dd {
    padding-left: 2em;
}
