/*--------------------------------------------------------
    共通
--------------------------------------------------------*/
* {
    margin:0;
    padding:0;
}

html, body {
}

body {
    /*font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;*/
    /*font-family: 'Avenir Next', Verdana, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, Osaka, sans-serif;*/
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
    color: #000;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image : url(../images/body-bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
    font-weight: 500;
    color: #000;
}

.header-top h1 {
    height: 20px;
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 12.5px;
    font-weight: normal;
    color: #000;
    text-shadow: 1px 1px 0 #fff;
}

h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 6px;
    font-size: 30px;
    color: #683820;
    font-weight: normal;
    border-bottom: 1px solid #683820;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    font-size: 22px;
    color: #4D3725;
    font-weight: 600;
    border-bottom: 1px dotted #4D3725;
}

h4.office {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #c40d23;
}

a {
    color: #666;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

.clear {
    display: table;
    content: " ";
    clear: both;
}

.page-block {
    margin-top: 10px;
    margin-bottom: 40px;
    max-width: 800px;
    line-height: 1.5em;
}

.resizeimage {
    text-align: center;
}

.none-list-style {
    list-style-type: none;
}

.none-list-style li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 24px;
    background-image : url(../images/list-mark.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.btn-list-all {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-list-all:after {
    content: " ";
    display: table;
    clear: both;
}

.btn-list-all a {
    display: block;
    width: 150px;
    margin-right: 6px;
    /*
    margin-top: 10px;
    margin-right: 0;
    margin-left: auto;
    */
    padding: 6px;
    text-align: center;
    background-color: #ccc;
    color: #000;
    font-size: 12px;
    float: right;
}

.btn-list-all a:hover {
    background-color: #666;
    color: #fff;
    text-decoration: none;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .page-block {
        margin-bottom: 20px;
        width: 100%;
    }
    .resizeimage {
        padding: 4px;
    }
    .resizeimage img {
        width: 100%;
    }
}

/*--------------------------------------------------------
    画像
--------------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}

.img-left {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.img-right {
    margin-left: 10px;
    float: right;
}

img.thum {
    max-width: 120px;
    max-height: 120px;
}

/*--------------------------------------------------------
    レイアウト
--------------------------------------------------------*/
.container {
    padding-right: 0;
    padding-left: 0;
    width: 1000px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
/*
    padding-right: 4px;
    padding-left: 4px;
*/
/*
    padding-right: 0px;
    padding-left: 0px;
*/
}

/* 768pxより大きい時 */
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

/* 992pxより大きい時 */
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

/* 1200pxより大きい時 */
@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 8px;
        padding-left: 8px;
    }
}

/*--------------------------------------------------------
  ページメイン
--------------------------------------------------------*/
.page-main {
    /*width: 698px;*/
    width: 100%;
    margin-top: 10px;
    padding-right: 6px;
    padding-left: 0px;
    background-color: transparent;
    float: left;
}

.page-main-inline {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.page-sidebar {
    width: 300px;
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 6px;
    background-color: transparent;
    float: right;
}

.page-sidebar-inline {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    /*background-color: rgba(255, 255, 255, 0.85);*/
}

.page-body, .page-sidebar-body {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 14.5px;
    font-weight: 500;
    text-shadow: 1px 1px 3px #fff;
    line-height: 1.5;
    background-color: rgba(255, 255, 255, 0.7);
}

.page-body a.btn {
    text-shadow: none;
}

/* 1199pxより小さい時 */
@media (min-width: 992px) and (max-width: 1199px) {
    .page-main {
        /*width: 666px;*/
    }
    .page-sidebar {
        width: 300px;
    }
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .page-main {
        /*width: 546px;*/
    }
    .page-sidebar {
        width: 200px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .page-main {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .page-sidebar {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }
}

/*--------------------------------------------------------
    テーブル
--------------------------------------------------------*/
.table-group {
    display: table;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
}

.table-row {
    display: table-row;
}

.table-th, .table-td {
    display: table-cell;
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.table-th {
    background-color: #dce8ef;
    border-left: 1px solid #ccc;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .table-group {
        display: block;
    }

    .table-row {
        display: block;
    }

    .table-td {
        border-left: 1px solid #ccc;
    }

    .table-th, .table-td {
        display: block;
        width: auto;
    }
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
}

table.content {
}

table.content th,table.content td {
    padding-right: 10px;
    vertical-align: top;
    text-align: left;
}

/* テーブル */
.table-group {
    display: table;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
}

table.line {
    xdisplay: block;
    width: 100%;
    margin: 0 auto;
    border-spacing: 0;
    border-left: solid #ccc 1px;
    border-bottom: solid #ccc 1px;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

table.line th {
    background-color: #e5edd5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 1px 1px 0 rgba(255,255,255, 2.5);
    color: #330;
    text-align: center;
    white-space: nowrap;
}

table.line td, table.line th, table table.line td, table table.line th {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 1em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/* 991pxより小さい時 */
@media (max-width: 991px) {
    table.line {
        display: block;
        width: auto;
    }
}

/*--------------------------------------------------------
    リンク
--------------------------------------------------------*/
a.link-btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px;
    font-size: 1em;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: #7F6911;
    border-radius: 12px;
    text-decoration: none;
}

a.link-btn:hover {
    background-color: #a48816;
}

/*--------------------------------------------------------
    headline
--------------------------------------------------------*/
h2.headline {
    width: 100%;
    height: 48px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    font-size: 18px;
    color: #e8e4db;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
    background-color: #563e29;
    background-image : url(../images/page-title-bg.png);
    background-repeat: repeat-x;
    background-position: right center;
    border-bottom: none;
}

h2.page-side {
    width: 100%;
    height: 36px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
    color: #e8e4db;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
    background-color: #5F4B38;
    border-bottom: none;
}


/* 1200pxより小さい時 */
@media (min-width: 992px) and (max-width: 1200px) {
    h2.headline {
    }
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    h2.headline {
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    h2.headline {
        width: 100%;
    }
}

/*--------------------------------------------------------
    メイン
--------------------------------------------------------*/
.main {
    min-height: 1200px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 220px;
}

.sns-button {
    text-align: right;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .main {
        min-height: 0;
        padding-left: 0;
    }
}

/*--------------------------------------------------------
    ヘッダー
--------------------------------------------------------*/
.page-top {
    height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    color: #e8e4db;
    font-size: 12px;
    background-color: #584635;
}

/* ナビゲーションバー */
.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    background-color: #563e29;
    background-image : url(../images/navi-bg.png);
    background-repeat: repeat-x;
    background-position: left center;
    border-top: 1px solid #907e5e;
    border-right: 1px solid #251800;
    border-bottom: 1px solid #251800;
    border-left: 1px solid #907e5e;
}

.nav-justified > li > a:hover {
    background-image : url(../images/navi-bg-hover.png);
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: inline-block;
        width: 100px;
        xxdisplay: table-cell;
        xxwidth: 1%;
    }
    .nav-justified > li > a {
        xxmargin-bottom: 0;
    }
}






.navbar-top {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #fff;
}

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

.header-top {
    background-color: #9fc5dd;
    opacity: 0.8;
}

.header {
    width: 100%;
    height: 101px;
    margin-bottom: 0px;
    background-color: #E9E5DC;
}

.header-logo a {
    display: block;
    width: 300px;
    height: 81px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    background-image : url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    float: left;
}

.header-info a {
    display: block;
    width: 300px;
    height: 81px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    background-image : url(../images/header-info.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    float: right;
}

.breadcrumb {
    padding: 0px 15px;
    margin-bottom: 6px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .navbar-top {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-top-right {
        display: none;
    }
    .header {
        height: 182px;
    }
    .header-logo a {
        width: 100%;
        background-position: center center;
        float: none;
    }
    .header-info a {
        width: 100%;
        background-position: center center;
        float: none;
    }
    .header-top  {
        height: 32px;
    }
    .header-top h1 {
        margin-top: 2px;
    }
    .nav-justified > li > a:hover {
        color: #fff;
    }
}

/*--------------------------------------------------------
    ナビゲーター
--------------------------------------------------------*/
/*
.side-navbar {
    position: absolute;
    z-index: 1000;
    top: 120px;
    /*left: 60px;*/
}

.side-navbar .navbar-collapse {
    margin: 0;
    padding: 0;
}

.side-navbar ul.nav-pills li {
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid #999;
}

.side-navbar ul.nav-pills li.top {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
}

.side-navbar ul.nav-pills li.bot {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
}

.side-navbar ul.nav-pills li.first a {
    display: block;
    width: 200px;
    height: 40px;
    padding-top: 12px;
    padding-right: auto;
    padding-bottom: 12px;
    padding-left: 30px;
    font-size: 14px;
    background-image : url(../images/nav-mark-first.png);
    background-repeat: no-repeat;
    background-position: 10px 15px;
}

.side-navbar ul.nav-pills li.second a {
    display: block;
    width: 200px;
    height: 40px;
    padding-top: 12px;
    padding-right: auto;
    padding-bottom: 12px;
    padding-left: 46px;
    font-size: 14px;
    background-image : url(../images/nav-mark-second.png);
    background-repeat: no-repeat;
    background-position: 30px 15px;
}
*/

.navbar-brand {
    color: #99cc00;
}

.navbar-default {
    margin: 0;
    padding: 0;
    height: 40px;
    /*background-color: #ff0;*/
    background-color: rgba(255,255,255,0.25);
    border: none;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background-color: #94c139;
}

.navbar-default .navbar-text {
    color: #fff;
}

.navbar-default .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
}

.navbar-default .navbar-nav > li > a {
    width: 143px;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 15px;
    /*font-family: 'Century Gothic', Times, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
    font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
    color: #F2EFEC;
    text-align: center;
    background-color: #563e29;
    background-image : url(../images/navi-bg.png);
    background-repeat: repeat-x;
    background-position: left center;
    border-top: 1px solid #907e5e;
    border-right: 1px solid #251800;
    border-bottom: 1px solid #251800;
    border-left: 1px solid #907e5e;
    /*border-bottom: 4px solid transparent;*/
    border-bottom: none;
}

.navbar-default .navbar-nav > li > a.s {
    padding-right: 0;
    padding-left: 0;
    font-size: 12px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    /*color: #fff;
    background-color: #cfc;
    border-bottom: 4px solid #fff;
    text-decoration: none;
    */
    color: #fff;
    background-color: #584635;
    opacity: 0.85;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    border-color: #fff;
    background-color: #94c139;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #fff;
}

.navbar-header {
    /*
    position: absolute;
    top: 80px;
    right: 20px;
    display: block;
    margin-top: 10px;
    z-index: 9999;
    */
}

.navbar-header .navbar-toggle {
    margin-top: 0px;
    margin-right: 30px;
    border-color: #fff;
    background-color: #4E3826;
}

.navbar-header .navbar-toggle:hover,
.navbar-header .navbar-toggle:focus {
    background-color: #4E3826;
}

.navbar-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #fff;
    border-radius: 1px;
    background-color: #4E3826;
}
/*
.navbar-default .navbar-toggle {
    margin-top: 0px;
    border-color: #fff;
    background-color: #94c139;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #94c139;
}

.navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #fff;
    border-radius: 1px;
    background-color: #94c139;
}
*/
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

/* 1199pxより小さい時 */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a {
        width: 138px;
    }
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        width: 107px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .side-navbar {
        /*position: static;*/
        left: 0;
        width: 100%;
    }
    .side-navbar ul.nav-pills li.first a, .side-navbar ul.nav-pills li.second a {
        width: 100%;
    }
    .navbar-default .navbar-nav {
        width: 100%;
        margin: 0;
    }
    .pull-right {
      float: none !important;
    }

    .navbar-default .navbar-nav > li > a {
        width: 100%;
        height: 40px;
        display: block;
        font-size: 18px;
        background-image: none;
    }

    #navbar-home a,
    #navbar-introduction a,
    #navbar-guidance a,
    #navbar-access a,
    #navbar-contact a {
        background-position: left center;
    }

    #navbar-home a,
    #navbar-introduction a,
    #navbar-guidance a,
    #navbar-access a {
        border-right: none;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        opacity: 1;
    }
}

/*--------------------------------------------------------
  エントリーリンク
--------------------------------------------------------*/
.entry-link-area {
    margin: 0;
    padding: 0;
}

.entry-link {
    margin-bottom: 6px;
    padding: 10px;
    text-align: center;
    background-color: #4472C4;
}

.entry-link-head {
    margin-bottom: 6px;
    font-size: 1.1em;
    font-weight: bold;
    color: #ffffff;
}

.entry-link-button a {
    display: block;
    padding: 10px;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #FF6A00;
    border-radius: 2em;
    text-decoration: none;
}

.entry-link-button a:hover {
    text-decoration: none;
    opacity: 0.85;
}

.entry-link-top .entry-link {
    background-color: #433020;
}

.entry-link-top .entry-link-button a {
    background-color: #7F6911;
}

.entry-link-top .entry-link-button a {
    background-color: #a48816;
}

.entry-link-top .entry-link-head,
.entry-link-top .entry-link-button a {
    text-shadow: none !important;
    font-size: 1em;
    font-weight: normal;
}

/*--------------------------------------------------------
  フッター
--------------------------------------------------------*/
.footer {
    margin-top: 20px;
    padding: 20px 0;
    color: #999;
    text-align: center;
    background-color: rgba(35, 35, 35, 0.85);
    border-top: 1px solid #e5e5e5;
}
.footer p:last-child {
    margin-bottom: 0;
}

.footer .copyright {
    margin-top: 10px;
    font-size: 13px;
    color: #808080;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#footer-navi {
    width: 100%;
}

ul#footer-navi {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    list-style-type: none;
    text-align: center;
}

#footer-navi li {
    line-height: 1.2;
    display: inline;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#footer-navi li a {
    font-size: 15px;
    margin-right: 4px;
    margin-left: 4px;
    color: #fff;
    white-space: nowrap;
}

#footer-navi a:hover {
    text-decoration: underline;
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    ul#footer-navi {
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }
    #footer-navi li {
        display: block;
    }
    #footer-navi li a {
        display: block;
        font-size: 13.5px;
        margin-top: 8px;
        margin-bottom: 8px;
        padding-bottom: 4px;
        border-bottom: 1px dotted #fff;
    }
}

/*--------------------------------------------------------
    フォーム
--------------------------------------------------------*/
.form-horizontal .control-label {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: left;
}

.form-group {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.control-label {
    text-align: left;
}

.contact-form-group {
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #999;
}

.contact-row {
    display: table-row;
}

.contact-label {
    display: table-cell;
    width: 300px;
    padding: 4px;
    vertical-align: middle;
    background-color: #e5edd5;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
}

.recruit-label {
    display: table-cell;
    width: 6em;
    padding: 4px;
    vertical-align: middle;
    background-color: #e5edd5;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    white-space: nowrap;
}

.contact-input {
    display: table-cell;
    width: 700px;
    padding: 4px;
    vertical-align: middle;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

textarea {
    min-height: 100px;
}

.btn-success {
    color: #fff;
    background-color: #c40d23;
    border-color: #c40d23;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #ff3333;
    border-color: #ff3333;
}

#contact.btn {
    min-width: 240px;
    min-height: 50px;
}

/*input.err, textarea.err {*/
.err {
    background-color: #fcc;
}

.form-check {
    padding: 4px;
    min-height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #20b2aa;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
}

.entry label {
    margin-left: 0.5em;
    margin-right: 1em;
    font-weight: 500;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .contact-form-group {
        display: block;
        border-top: none;
    }
    .contact-row {
        display: block;
        background-color: #fff;
    }
    .recruit-label {
        display: block;
        width: auto;
        padding: 6px;
    }
    .contact-label {
        display: block;
        width: auto;
        padding: 6px;
    }
    .form-horizontal .control-label {
        display: block;
        width: auto;
        padding-top: 6px;
        padding-bottom: 6px;
        /*background-color: #e5edd5;*/
        border-right: none;
        border-left: none;
        border-bottom: none;
    }
    .contact-input {
        display: block;
        width: auto;
        margin-top: 0;
        margin-bottom: 4px;
        border-right: none;
        border-bottom: none;
    }
    .form-control {
        margin-top: 0;
        margin-bottom: 4px;
    }
}

/*--------------------------------------------------------
  トップページ
--------------------------------------------------------*/
.top-shop-table {
    width: 90%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: separate;
}

.top-shop-table th, .top-shop-table td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.top-shop-table th {
    padding: 4px;
    background: #9FC5DD;
    color: #fff;
}

.top-shop-table td {
    padding: 4px;
    background: #fff;
    color: #444;
}

.top-shop-table th:last-child, .top-shop-table td:last-child {
    border-right: 1px solid #ccc;
}

.top-shop-table tr:last-child th, .top-shop-table tr:last-child td {
    border-bottom: 1px solid #ccc;
}

.top-shop-table tr:first-child :first-child {
    border-top-left-radius: 7px;
}

.top-shop-table tr:first-child :last-child {
    border-top-right-radius: 7px;
}

.top-shop-table tr:last-child :first-child {
    border-bottom-left-radius: 7px;
}

.top-shop-table tr:last-child :last-child {
    border-bottom-right-radius: 7px;
}

.table-center th, .table-center td {
    text-align: center;
}

.top-shop-name {
    color: #6699cc;
    font-size: 26px;
}

.top-shop-tel {
    color: #999;
    font-size: 30px;
}

.top-info-bg {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 14px;
    background-image : url(../images/info-bg.png);
    background-repeat: repeat;
    background-position: right bottom;
    background-size: contain;
}

.top-info {
    padding-top: 20px;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-left: 60px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.top-info-link a {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 16px;
    border-bottom: 1px dotted #999;
}

.top-info-link a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #a2cbe5;
}

.topics {
    margin: 0 auto;
    text-align: center;
}

.topics1, .topics2, .topics3 {
    display: inline-block;
    margin: 4px;
    width: 280px;
    height: 280px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: repeat;
    background-position: right bottom;
    background-size: contain;
}

.topics1 {
    background-image : url(../images/topics1.png);
}

.topics2 {
    background-image : url(../images/topics2.png);
}

.topics3 {
    background-image : url(../images/topics3.png);
}

/* 1200pxより小さい時 */
@media (min-width: 992px) and (max-width: 1200px) {
    .topics1, .topics2, .topics3 {
        width: 200px;
        height: 200px;
    }
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .top-info {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .topics1, .topics2, .topics3 {
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .top-shop-table {
        width: 100%;
    }
    .top-info {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    .topics1, .topics2, .topics3 {
        width: 300px;
        height: 300px;
    }
}

/*--------------------------------------------------------
  業務内容
--------------------------------------------------------*/
.works h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    font-size: 1.6em;
    color: #000;
    font-weight: 900;
    border-bottom: 1px dotted #000;
}

.works h4 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 1.15em;
    color: #35261A;
    font-weight: 800;
}

.works h5 {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    font-size: 1.15em;
    color: #000;
    font-weight: 800;
}

.works_flow {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px;
    font-size: 1em;
    color: #000;
    text-align: left;
    text-shadow: none;
    background-color: #FFD2B5;
    border-radius: 12px;
    text-decoration: none;
}

.works_flow img {
    display: block;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .works h4 {
        margin-top: 20px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .works h4 {
        margin-top: 20px;
    }
    .works_flow img {
        padding: 2px;
        border-radius: 6px;
    }
}

/*--------------------------------------------------------
  会社案内
--------------------------------------------------------*/
h4.company {
    margin-top: 20px;
    margin-left: 5px;
    margin-bottom: -10px;
    padding-bottom: 0;
    font-size: 1.15em;
    color: #35261A;
    font-weight: 550;
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    h4.company {
        margin-left: 0;
        padding: 4px;
        font-size: 1.5em;
    }
}

/*--------------------------------------------------------
  会員サイト
--------------------------------------------------------*/
.member_info_area {
    border-top: 1px dotted #4D3725;
}

.member_info_area .member_info {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.member_info_area .member_info a {
    display: inline;
}

.member_info_area .member_info a img {
    display: inline;
}

.member_info_area .date {
    display: block;
    margin-bottom: 4px;
    font-size: 0.85em;
}

.member_info_area .subject {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.4em;
}

.member_info_area .message {
    display: block;
    margin-bottom: 4px;
    font-size: 1em;
}

.member_infos {
    border-top: 1px dotted #4D3725;
}

.member_infos .member_info {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #4D3725;
}

.member_infos .member_info a {
    display: block;
}

.member_infos .date {
    display: block;
    margin-bottom: 4px;
    font-size: 0.75em;
}

.member_infos .subject {
    display: block;
    margin-bottom: 4px;
    font-size: 1.2em;
    font-weight: bold;
}

.member_infos .message {
    display: block;
    margin-bottom: 4px;
    font-size: 0.9em;
}

/*--------------------------------------------------------
  施工事例
--------------------------------------------------------*/
.gallery {
    margin: 0 auto;
    padding: 10px;
}

.gallery img {
    margin: 4px;
}

/*--------------------------------------------------------
  採用情報
--------------------------------------------------------*/
h4.recruit {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 15px;
    color: #35261A;
    font-weight: 550;
}

div.recruit {
    margin-left: 30px;
    font-size: 14px;
    color: #4D3725;
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    h4.recruit {
        margin-left: 4px;
    }

    div.recruit {
        margin-left: 4px;
    }
}

/*--------------------------------------------------------
  プライバシーポリシー
--------------------------------------------------------*/
.privacy h3 {
    margin-top: 20px;
}

/*--------------------------------------------------------
  お知らせ
--------------------------------------------------------*/
.info-subject {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #c30;
}

.info-date {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    color: #c30;
    border-bottom: 1px dotted #c30;
}

.info-text {
}

.info-list {
    display: table;
    width: 100%;
    margin-top: 30px;
}

.info-row {
    display: table-row;
}

.info-list-name {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px dotted #999;
}

.info-list-name a {
    display: block;
}

.info-list-date {
    display: table-cell;
    width: 10em;
    padding: 10px;
    text-align: right;
    border-bottom: 1px dotted #999;
}


/*--------------------------------------------------------
  アクセス
--------------------------------------------------------*/
.map {
    width: auto;
    height: 400px;
    margin-top: 20px;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .map {
        width: auto;
        height: 300px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .map {
        width: 100%;
        height: 300px;
    }
}

/*--------------------------------------------------------
  お問合わせ
--------------------------------------------------------*/
.contact-send-success {
    padding: 20px;
    font-size: 16px;
    line-height: 2;
}

.contact-send-danger {
    padding: 20px;
    font-size: 16px;
    color: #800000;
    line-height: 2;
}

/*--------------------------------------------------------
  エラーページ
--------------------------------------------------------*/
.err-code {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 80px;
    color: #fff;
    background-color: #800000;
}

.err-name {
    height: auto;
    padding-top: 0;
    padding-bottom: 30px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background-color: #800000;
}

.err-text {
    height: 200px;
    padding-top: 80px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    border: 3px solid #800000;
}

/*--------------------------------------------------------
    マージン
--------------------------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/*--------------------------------------------------------
    フォント
--------------------------------------------------------*/
.err_msg_small {
    font-size: 12px;
    font-weight: normal;
    color: #900;
}

.err_message {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background-color: #fcc;
    color: #a94442;
    border-color: #ebccd1;
}

.essential {
    display: inline-block;
    margin-top -4px;
    margin-right: 4px;
    margin-bottom: auto;
    margin-left: auto;
    padding: 2px;
    color: #fff;
    font-weight: normal;
    background-color: #c40d23;
    float: right;
}

.small {
    font-size: 12px;
}

#contact .alert {
    font-size: 20px;
    line-height: 1.5;
}

.sentence-s {
    font-size: 14px;
    line-height: 1.75;
}

.sentence-m {
    font-size: 16px;
    line-height: 1.75;
}

.blue {
    color: #004199;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}
