/* mystyle - By DK1 */

.navbar-header h1 {
    color: #000;
}

/* navbar 全体の背景色とボーダーカラー */
.navbar {
    background-color: rgba(178, 142, 58, 1.0)
}

/* navbar テキストカラー */
.navbar-collapse .navbar-nav > li > a {
    color: #FFF;
}

/* navbar hover,focus時のテキストカラー */
.navbar-collapse .navbar-nav > li > a:hover,
.navbar-collapse .navbar-nav > li > a:focus {
    color: #26534c;
    /*background-color: transparent;*/
}

/* navbar active設定時のカラー */
.navbar-collapse .navbar-nav > .active > a,
.navbar-collapse .navbar-nav > .active > a:focus,
.navbar-collapse .navbar-nav > .active > a:hover {
    color: #65baad;
}

.navbar-brand {
    background: url(../images/logo.png) no-repeat left center;
    background-size: contain;
    position: relative;
    top: 10px;
    left: 10px;
    height: auto;
    width: 150px;
}

@media (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

/* common */

.ta-center {
    text-align: center;
}

.ma-center {
    margin: 0 auto;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.mg-center {
    margin: 0 auto;
}

.main-title p {
    font-size: 18px;
    margin-top: 10px;
}

.main-title-black {
    color: black;
}

.black-line {
    border-bottom: solid 1px black;
}

.ft-10 {
    font-size: 10px;
}

.ft-12 {
    font-size: 12px;
}

.ft-18 {
    font-size: 18px;
}

.ft-30 {
    font-size: 30px;
}

.ft-black {
    color: black;
}

.ft140-black {
    color: black;
    font-size: 140%;
    font-weight: 600;
}

.ft-green {
    color: #008a32;
    font-weight: bold;
}

.ft-black {
    color: black;
}

.ft-white {
    color: white;
}

.ft-red {
    color: #d73636;
}

.ft-bold {
    font-weight: 600;
}

.ft-gray {
    color: #A2A2A2;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt47 {
    margin-top: 47px;
}

.mt50 {
    margin-top: 50px;
}

.mr10 {
    margin-right: 10px;
}

.bg-white {
    background-color: white;
}

.bg-white-alpha {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    font-size: 12px;
    color: #333;
    text-align: left;
}

.bg-gray-alpha {
    background-color: rgba(200, 200, 200, 0.6);
    padding: 10px;
    text-align: left;
}

.bg-white-r50 {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-red {
    background-color: rgba(255, 84, 116, 1.0);
}

.bg-gray {
    background-color: rgba(238, 238, 238, 1.0);
}

.pd10 {
    padding: 10px 10px 0 10px;
}

.pd10-02 {
    padding: 10px;
}

.bd-gray2 {
    border: solid 2px #d3d3d3;
}

.sp {
    display: none;
}

.main-title-black p {
    font-size: 18px;
    margin-top: 10px;
}

.btnbox001 {
    margin: 0 auto;
    text-align: center;
    background-color: #000;
    border-radius: 25px;
    width: 290px;
    font-size: 130%;
    color: white;
    padding: 10px;
}

.btnbox001 a {
    color: white;
}

.btnbox001 a:hover,
a;

link,
a:visited,
a:focus {
    color: white;
    font-size: 130%;
}

.ft-180 {
    font-size: 180%;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 600;
    color: #337f69;
}

.media ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}

.media li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    text-align: left;
}

.media li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #bada55;
    color: #222;
    display: block;
    float: left;
    line-height: 22px;
    margin-left: -30px;
    text-align: center;
    height: 22px;
    width: 22px;
    border-radius: 50%;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #ff8213;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #6aa7cd;
}


.img-responsive {
    margin: 0 auto;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.va-moddle {
    position: relative;
    top: 45px;
    text-align: center;
}

.row-eq-height {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-wrap: wrap;
}

/* common end */


/* information */
#info {
    text-align: center;
    font-size: 20px;
    margin-top: 3%;
}

#info span {
    color: #FF0000;
    font-weight: 600;
}

@media screen (max-width:767px) {
    #info {
        text-align: left;
    }

    #info p {
        text-align: left;
    }
}

/* information end */

/* top contents */

.post .post-title {
    font-size: 120%;
    font-weight: 600;
}

.prtfolio-img {
    position: relative;
}

.prtfolio-img p {
    position: absolute;
    top: 0;
    /*画像の左上に配置*/
    left: 0;
    margin: 0;
    /*余計な隙間を除く*/
    color: white;
    /*文字を白に*/
    background: black;
    /*背景色*/
    font-size: 40px;
    line-height: 1;
    /*行高は1に*/
    padding: 5px 10px;
    /*文字周りの余白*/
}

.prtfolio-img img {
    width: 100%;
}

.info-box {
    width: 100%;
    padding: 10px 10px 2px 10px;
    background-color: white;
}

.info-box .left {
    color: black;
    font-weight: 600;
    border-right: solid 2px #000;
    padding: 2px 30px 0 0;
    margin-top: 4px;
    height: 30px;
}

.info-box .center {
    color: black;
    font-weight: 600;
    font-size: 140%;
}

.info-box .right {
    color: white;
    font-weight: 300;
    background-color: black;
    padding: 5px 10px 5px 0;
    text-align: right;
}

.info-box .center a {
    color: #000;
}

.info-box .right a {
    color: #FFF;
}

@media screen (max-width:767px) {
    .info-box {
        padding: 5px;
        margin: 0 auto;
        text-align: center;
    }
}

.telsize01 {
    width: 13%;
    height: auto;
    padding-right: 10px;
}

.telsize02 {
    width: 10%;
    height: auto;
    padding-right: 10px;
}

.divider-section02 {
    background-color: rgba(216, 216, 216, 1.0);
    position: relative;
    overflow: hidden;
    display: block;
    color: #f5f5f5;
    padding: 0;
}

.w100 {
    width: 100%;
}

.plan-img {
    height: 77px;
    width: auto;
}

.tention {
    color: #FF0000;
    font-weight: 500;
    font-size: 19px;
    border-top: solid 2px #FF0000;
    border-bottom: solid 2px #FF0000;
    padding: 5px 0 0 0;
    text-align: center;
    width: 440px;
    margin: 0 auto;
    background-color: #ffeded;
}

.tention .ft-30 {
    font-size: 30px;
}

.graybox {
    background-color: #aaa;
    padding: 10px 10px 10px 0;
    display: inline-block;
    border-left: solid 5px #FFF;
    text-justify: auto;
    margin: 0px;
    clear: both;
}

.graybox img {
    width: 50%;
}

.graybox p {
    font-size: 16px;
    color: white;
    padding: 5px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.graybox .l-area {
    width: 24%;
    text-align: left;
    float: left;
    margin: 0px;
}

.graybox .r-area {
    width: 74%;
    text-align: left;
    float: left;
    margin: 0px;
}

@media screen and (max-width: 767px) {
    .graybox {
        padding: 5px 5px 5px 0;
    }

    .graybox p {
        font-size: 12px;
        color: white;
        padding: 5px;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .graybox .l-area {
        width: 34%;
        text-align: left;
        float: left;
        margin: 0;
        padding: 0;
    }

    .graybox .r-area {
        width: 65%;
        text-align: left;
        float: left;
        margin: 0;
        padding: 0;
    }
}

/* top contents end */


/* reason */

.post-reason {
    background-color: #fff;
    overflow: hidden;
    color: #4e4e4e;
}

.post-reason .content {
    padding: 5px;
    position: relative;
    border-bottom: 4px solid #4e4e4e;
}

.post-reason .content:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.circle {
    color: #1c5b83;
    font-size: 40px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.6);
    border: solid 4px #1c5b83;
    padding: 0;
    margin: 0;
    width: 160px;
    height: 160px;
    line-height: 150px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .circle {
        color: #1c5b83;
        font-size: 18px;
        font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
        font-weight: 600;
        background-color: rgba(255, 255, 255, 0.6);
        border: solid 2px #1c5b83;
        padding: 0;
        margin: 0;
        width: 100px;
        height: 100px;
        line-height: 98px;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
    }

}

#single-quote .container .ta-left a {
    color: black;
    border-bottom: solid 1px black;
}

#services .container ul {
    color: white;
    list-style: none;
}

#single-quote .container ul {
    list-style: none;
}

#single-quote .container p a {
    color: black;
    border-bottom: solid 1px black;
}

/* reason end */

/* new constraction */

.well .content ul {
    list-style-type: none;
    margin: 0 auto;
}

.well ul li {
    list-style-type: none;
    color: black;
    background-color: #519841;
    border-radius: 18px;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    color: white;
    font-weight: 500;
    width: 450px;
}

.team-member .team-content p {
    font-size: 14px;
}


/* new constraction end */

/* rehouse */

.circle-img {
    border-radius: 50%;
    /* 角丸半径を50%にする(=円形にする) */
    width: 200px;
    /* ※縦横を同値に */
    height: 200px;
    /* ※縦横を同値に */
    border: solid 5px #21c287;
    padding: 2px;
}

/* rehouse end */


/* real estate */

.recomendpoint-box {
    border: solid 2px orange;
    padding: 20px 10px 10px 10px;
    margin: 0 auto;
    color: #ff5317;
    font-weight: 600;
    background-color: rgba(255, 241, 213, 0.6);
    line-height: 0;
}

.recomendpoint-box .normal {
    color: #333;
    font-weight: normal;
    line-height: 0;
}

table .bg {
    background-color: rgba(255, 255, 255, 0.7)
}

.sub-ttl-bg {
    background-color: rgba(255, 210, 144, 0.8);
    padding: 10px;
    font-weight: 600;
    color: #ff6d1d;
}

.sub-ttl-bg02 {
    background-color: rgba(149, 149, 149, 0.8);
    padding: 10px;
    font-weight: 600;
    color: #3d3d3d;
    text-align: left;
}

table.LandTable {
    background-color: white;
    border: solid 2px #d1d1d1;
    font-size: 12px;
}

table.LandTable th,
td {
    border: solid 1px #d1d1d1;
    /* 枠線指定 */
    padding: 10px;
    /* 余白指定 */
}

.display-num {
    display: inline-block;
    margin-left: 20px;
}

/* real estate end */

/* faq */

.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;
    /*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 13px 12px;
    color: #91a746;
    font-weight: bold;
    background: #fff2cc;
    cursor: pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background: #ffe9a9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #fff5eb;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}

.balloon1-top {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #FFF;
    font-size: 16px;
    background: #459f6d;
}

.balloon1-top:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #459f6d;
}

.balloon1-top p {
    margin: 0;
    padding: 0;
}

/* faq end */

/* about us */

.kaisha {
    width: 100%;
}

.kaisha th,
.kaisha td {
    border: 1px solid #ccc;
    padding: 10px;
}

.kaisha th {
    font-weight: bold;
    background-color: #dedede;
}

.kaisha td {
    background-color: #FFF;
}

@media screen and (max-width: 767px) {

    .kaisha,
    .kaisha tr,
    .kaisha td,
    .kaisha th {
        display: block;
    }

    .kaisha th {
        width: auto;
    }
}

.kaisha ol {
    margin-left: -20px;
}

.kaisha ol.nonum {
    list-style-type: none;
    margin-left: -35px;
}

/* about us end*/

/* sitemap */



/* sitemap end */

/* minpaku */

.tention100 {
    color: #FF0000;
    font-weight: 500;
    font-size: 19px;
    border-top: solid 2px #FF0000;
    border-bottom: solid 2px #FF0000;
    padding: 5px 0 0 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background-color: #ffeded;
}

.tention100 .ft-30 {
    font-size: 30px;
}

.hr330 {
    width: 330px;
}

/* minpaku end */

/* constractio-contract */

#meet-the-team .team-member h5 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}

#meet-the-team .team-member p {
    font-size: 12px;
    line-height: 20px;
}

/* constractio-contract end */

/* tap tel */

a#tel {
    position: fixed;
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 76px;
    margin: 0 auto;
    bottom: 1px;
    display: block;
    background: rgba(255, 42, 107, .7);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 26px;
    z-index: 50;
}

a#tel:hover {
    background: rgba(255, 42, 107, .5);
}

@media screen and (min-width: 768px) {
    a#tel {
        display: none;
    }
}

@media screen and (min-width:960px) {
    a#tel {
        display: none;
    }
}

/* tap tel end */

#footer-wrapper .tel {
    color: black;
    font-weight: 600;
}

#footer-wrapper .tel a:link,
a:active {
    color: black;
    font-weight: 600;
}

#footer-wrapper .tel-w {
    color: white;
    font-weight: 600;
}

/* add new style*/
.navbar-brand {
    margin-right: 40px;
}

.main-pricebox {
    border: solid 4px #FFF;
    padding: 5px;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.5);
}

.main-pricebox p {
    color: black;
    font-weight: 600;
}

.main-pricebox p.price {
    color: #D72925;
    font-weight: 600;
    font-size: 26px;
}

.contents-bg00 {
    background-color: #C1E8F2;
    padding: 20px 0;
}

.contents-bg00 .subttl {
    color: #0084A5;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.post-title {
    display: inline;
}

.post-title p.num {
    border: solid 2px #000;
    padding: 2px;
    width: 35px;
    display: inline-block;
}

.post-title p.moji {
    font-weight: 600;
    color: #000;
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
}

.ft-16 {
    font-size: 16px;
}

.contents-ttl {
    border: solid 2px #0084A5;
    padding: 30px;
    color: #0084A5;
    font-size: 30px;
}

.btn-mailbox {
    padding: 10px;
    border: solid 2px #000;
    background-color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 350px;
}

.btn-telbox {
    padding: 10px;
    border: solid 2px #000;
    background-color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 350px;
}

.black-box00 {
    border: solid 2px #000;
    padding: 8px 5px 2px 5px;
    width: 100%;
    margin: 0 auto;
}

.orange-box {
    background-color: #EC6329;
    border: solid 2px #d3d3d3;
    border-radius: 30px;
    padding: 10px;
    color: white;
    font-weight: 600;
    text-align: center;
    margin: 10px;
    width: 55%;
    margin: 0 auto;
}

.white-shadow-box {
    width: 96%;
    padding: 5px;
    background-color: white;
    box-shadow: 2px 2px 4px #999;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 15px;
}

table {
    width: 100%;
    font-size: 16px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    color: #555;
}

table tbody {
    padding: 20px;
}

/*table tr {
    text-align: left;
    padding: 15px;
    font-weight: normal;
    padding: 15px;
}

table th {
    text-align: left;
    font-weight: normal;
    padding: 15px;
    width: 30%;
}

table td {
    width: 70%;
}*/

table {
    margin: 10px auto;
}

.tbl-r02 th {
    padding: 10px;
    background-color: #f9f9f9;
    font-weight: normal;
}

.tbl-r02 td {
    padding: 10px;
    text-align: left;
    background-color: white;
    border-right: none;
    border-left: none;
}

@media screen and (max-width: 787px) {
    .white-box02 {
        padding: 10px;
    }

    .last td:last-child {
        width: 100%;
    }

    .tbl-r02 {
        width: 100%;
    }

    .tbl-r02 th,
    .tbl-r02 td {
        display: block;
        width: 100%;
    }
}

table .bottombox {
    border-bottom: solid 1px #ddd;
}

/**/
