@charset "UTF-8";

/****************************************

          Layout

*****************************************/

#mainconkizi {
    border: 0px solid #ddd;
    padding: 0px 0px 50px;
    margin-bottom: 30px;
    background: #fff;
    width: 100%;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    width: 100%;
}

@media screen and (max-width: 680px) {
    #mainconkizi {
        margin-bottom: 0px;
        padding: 0px 0px;
    }

    #container,
    .wrapper {
        padding-left: auto;
        padding-right: auto;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        overflow: hidden;
    }

    .kizi {
        margin: 0;
        padding: 15px;
    }
}

.wrap_pagenavi {
    margin: 20px 0;
    clear: both;
}

.wp-pagenavi {
    text-align: center;
    display: flex;
    float: right;
}


/* --------------------
margin
-----------------------  */

.mt0 {
    margin-top: 0px;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr30 {
    margin-right: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mr40 {
    margin-right: 40px;
}

.ml40 {
    margin-left: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 50px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.mb50 {
    margin-bottom: 50px;
}


/****************************************

          padding

*****************************************/

.pt10 {
    padding-top: 10px;
}

.pt16 {
    padding-top: 16px;
}

.pr10 {
    padding-right: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pr40 {
    padding-right: 40px;
}

.pl40 {
    padding-left: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pr50 {
    padding-right: 50px;
}

.pl50 {
    padding-left: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb70 {
    padding-bottom: 70px;
}


/* --------------------
不動産情報 一覧
モデルハウス 一覧
-----------------------  */

#archiveList li p.title {
    font-size: 1.3em;
    border-bottom: 1px solid #666;
    text-align: left;
    margin: 5px 0px 15px;
    padding: 10px 0px 8px 0px;
}

#archiveList li p.title a:link,
#archiveList li p.title a:visited {
    color: #062363;
}

#archiveList li .box1 {
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin-left: 0px;
    max-width: 300px;
    width: 35%;
    float: left;
    border: 1px solid #eee;
}

#archiveList li .box1 img {
    display: block;
    max-width: 100%;
}

#archiveList li .box2 {
    float: right;
    max-width: 580px;
    width: 63%;
}

#archiveList li .box2 .descbloc {
    max-height: 10em;
    overflow: hidden;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    line-height: 1.6;
}

#archiveList li table {
    width: 98%;
    margin: 10px 0px 20px 0px;
    border-collapse: collapse;
}

#archiveList li table th {
    background: #fefefe;
    width: 8em;
    padding: 16px 10px;
    border: 1px #ddd solid;
    font-weight: 400;
}

#archiveList li table td {
    background: #fff;
    padding: 5px 10px;
    border: 1px #ddd solid;
}

#archiveList li .more {
    text-align: right;
    margin: 10px 0px 20px;
}

#archiveList li .more a {
    margin-top: 10px;
    margin-right: 10px;
    width: 10rem;
    height: auto;
    padding: 5px 10px;
    margin-left: auto;
    background: #062363;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
}

#archiveList li .more a::after {
    content: "＞";
    padding-left: 5px;
}

/* 20220428 change */
.f-label {
    position: absolute;
    color: #fff;
    display: inline-block;
    background: #ff0000;
    padding: 0;
    font-size: 20px;
    border-radius: 10px;
    margin: 20px;
    font-weight: 400;
    text-align: center;
    width: 134px;
}

/* 20220428 add */
.n-label {
    position: absolute;
    color: #fff;
    display: inline-block;
    background: #FB4606;
    padding: 0;
    font-size: 20px;
    border-radius: 10px;
    margin: 20px;
    font-weight: 400;
    text-align: center;
    width: 134px;
}

@media screen and (max-width: 1024px) {
    #archiveList li {
        border-bottom: 1px dotted #ddd;
    }

    #archiveList.voicelist li .box2,
    #archiveList li .box2 {
        float: none;
        width: 100%;
    }

    #archiveList li table {
        width: 100%;
    }

    #archiveList li p.title {
        font-size: 1.2em;
    }

    #archiveList li .more a {
        background: none;
        color: #000;
        font-weight: 500;
    }

    #archiveList li .more {
        padding-bottom: 10px;
    }

    #archiveList li .box1 {
        max-width: none;
        width: 100%;
        float: none;
    }

    #archiveList li .box1 img {
        width: 100%;
    }

    #archiveList li .box2 {
        max-width: none;
    }
}


/* --------------------
不動産情報 詳細
-----------------------  */

.mBttl {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 16px 16px 20px;
    clear: both;
    font-size: 20px;
    font-weight: 500;
    background-color: #062363;
    color: #fff;
}

.slide_sekou {
    margin-top: 30px;
}

@media screen and (min-width: 680px) {
    .fudousan .bx-viewport {
        width: 100% !important;
    }

    .fudousan .bx-viewport li img {
        max-height: none;
    }

    .fudousan .bx-pager {
        width: 100%;
    }

    .fudousan .bx-wrapper .bx-prev {
        left: -30px !important;
    }

    .fudousan .bx-wrapper .bx-controls-direction a {
        width: 30px;
        /* right: 0 !important; */
    }
}

@media screen and (max-width: 680px) {
    .fudousan .bx-viewport li img {
        margin: 0 auto;
    }
}

        /* PC向けの基本スタイル */
table.fudousaninfo {
    border: solid 0px #c99269;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5em;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed; /* iframe等の幅が親要素を超えないようにする */
}

table.fudousaninfo th {
    border: solid 1px #ddd;
    text-align: left;
    padding: 14px 10px;
    width: 16%; /* 柔軟にするためパーセントに変更 */
    font-weight: normal;
    background: #f7f5f5;
    word-break: break-all;
}

table.fudousaninfo td {
    border: solid 1px #ddd;
    padding: 14px 10px;
    word-break: break-word;
}

table.fudousaninfo td:nth-child(2n) {
    width: 38%; /* 柔軟にするためパーセントに変更 */
}

/* iframe（Googleマップ等）をレスポンシブ対応にする */
table.fudousaninfo iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}

/* スマートフォン向けのレスポンシブスタイル */
@media screen and (max-width: 768px) {
    /* テーブル構造をブロックレベル要素に変換 */
    table.fudousaninfo, 
    table.fudousaninfo tbody, 
    table.fudousaninfo tr, 
    table.fudousaninfo th, 
    table.fudousaninfo td {
        display: block;
        width: 100%;
    }

    table.fudousaninfo tr {
        margin-bottom: 15px; /* 項目間の余白 */
        border: 1px solid #ddd; /* 行全体を枠線で囲む */
    }

    table.fudousaninfo th, 
    table.fudousaninfo td {
        border: none; /* 既存のボーダーをリセット */
        box-sizing: border-box;
    }

    table.fudousaninfo th {
        border-bottom: 1px solid #ddd;
        background: #e9e9e9;
        font-weight: bold;
    }

    /* 1行に複数のth/tdがある場合（例：建ぺい率・容積率）の区切り線 */
    table.fudousaninfo td:not(:last-child) {
            border-bottom: 1px solid #ddd;
    }
    
    table.fudousaninfo td:nth-child(2n) {
        width: 100%;
    }
}


.kanren .list li {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 20px;
}


/* --------------------
関連記事
-----------------------  */

.kanren .list li img {
    border: 1px solid #eee;
    max-height: 140px;
    width: 140px;
    float: left;
    margin-right: 20px;
}

.kanren .list li h3 {
    font-size: 16px;
    text-align: left;
    margin: 0px 0px 20px 20px;
    font-weight: normal;
    line-height: 1.4;
}

@media screen and (max-width: 680px) {
    .fudousan .right_exit {
        margin: 0;
        font-size: 16px;
    }

    .kanren .list li {
        float: none;
        width: auto;
        margin-right: 0px;
    }

    .kanren .list li:after {
        clear: both;
        content: "";
        display: block;
    }

    .kanren .list li img {
        width: 90px;
        height: 80px;
        float: left;
        margin-right: 10px;
    }
}


/* --------------------
モデルハウス 詳細
-----------------------  */

.sekourei_catch {
    font-size: 20px;
    text-align: center;
    line-height: 1.7em;
    background: #f5f5ee;
    background-size: cover;
    padding: 5px 20px;
    margin: 10px 0px 15px;
    border-radius: 5px;
    padding-top: 1em;
    padding-bottom: 1em;
}

@media screen and (max-width: 680px) {
    .sekourei_catch {
        font-size: 14px;
        line-height: 1.5em;
        padding: 10px;
    }

    .sekourei_catch h3 {
        padding: 0px;
        margin: 0px;
    }
}


/* 施工例カテゴリタグ */

.tags {
    font-size: 13px;
    text-align: left;
    color: #fff;
}

.tags a {
    display: inline-block;
    padding: 2px 8px;
    margin: 5px 0px 0px 10px;
    background: #7C6E66;
    color: #fff;
}

.tags a:nth-child(4n+1) {
    background: #7C6E66;
}

.tags a:nth-child(4n+2) {
    background: #674F0D;
}

.tags a:nth-child(4n+3) {
    background: #7C6E66;
}

.tags a:nth-child(4n+4) {
    background: #c3b1d5;
}


/* 施工例カテゴリタグ */

.imageMain {
    max-width: 100%;
}

.photos {
    margin-top: 20px;
}

.photos .part {
    margin-top: 60px;
    margin-bottom: 20px;
    line-height: 1.3em;
    padding: 0px 5px 0px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-left: 3px solid #111111;
    padding-left: 8px;
}

.photos:after {
    clear: both;
    content: "";
    display: block;
}

.photos li:after {
    clear: both;
    content: "";
    display: block;
    margin-bottom: 20px;
}

.photos .part span {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1em;
    padding: 0px 20px 0px 10px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
}

.photos li .halfright,
.photos li .halfleft {
    width: 49%;
}

.photos li .halfleft {
    padding-right: 2%;
}

.photos li .table {
    display: table;
    vertical-align: top;
    width: 100%;
}

.photos li .alignleft,
.photos li .alignright {
    width: 49%;
}

.photos li .alignleft {
    margin-right: 1%
}

.photos li .alignright {
    margin-left: 1%;
}

.photos .workdimg td:first-child {
    padding-right: 1.5%;
    width: 48.5%;
    vertical-align: top;
}

.photos .workdimg td:last-child {
    padding-left: 1.5%;
    width: 48.5%;
    vertical-align: top;
}

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

    .photos li .alignleft,
    .photos li .alignright {
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
        max-width: 100%;
        width: auto !important;
    }

    .photos li .alignleft {
        margin-bottom: 10px;
    }

    .photos .part {
        margin-bottom: 10px;
        line-height: 1.3em;
        padding: 0px 5px 0px 10px;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.imgB {
    max-width: 100%;
}

.bukendata dl {
    width: 49%;
    display: inline-block;
    border-bottom: 1px dashed #999;
}

.bukendata dl:nth-child(odd) {
    margin: 5px 1% 5px 0px;
}

.bukendata dl:nth-child(even) {
    margin: 5px 0% 5px 0px;
}

.bukendata dl dd,
.bukendata dl dt {
    float: left;
    padding: 5px 10px;
}

.bukendata dl dt {
    font-weight: 400;
    width: 6em;
    background: #fefefe;
}

.bukendata dl dd {
    width: 240px;
    margin-left: 10px;
}

@media screen and (max-width: 680px) {
    .bukendata dl {
        margin: 0px 0px;
        padding: 0px;
        float: none;
        width: 99%;
    }

    .bukendata dl dt {
        margin: 0px;
        padding: 0px;
        width: 25%;
    }

    .bukendata dl dd {
        margin: 0px;
        padding: 0px 0px 0px 1%;
        width: 72%;
    }
}

.work_wrap {
    max-width: 750px;
    width: 100%;
    margin: 20px auto;
}

.work_wrap table td {
    vertical-align: top;
    padding: 10px;
}

.work_wrap img {
    max-width: inherit;
}

@media screen and (max-width: 680px) {
    .work_wrap img {
        max-width: 100%;
        height: auto;
    }

    .work_wrap table td {
        display: block;
        width: 100% !important;
    }

    .work_wrap table td img {
        float: none !important;
    }

    .work_wrap {
        width: 100%;
    }
}


/* --------------------
スタッフ紹介 詳細
-----------------------  */

.staffMainImage {
    width: 200px;
}

.kizi div#staffDedail {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

table.staffProfile {
    border-collapse: collapse;
    width: 660px;
    /* 	background: #f7f5f5; */
}

table.staffProfile th {
    vertical-align: top;
    border-bottom: 2px dotted #ccc;
    width: 8em;
    padding: 20px 20px;
    font-weight: bold;
    color: #062363;
}

table.staffProfile td {
    padding: 20px 10px;
    border-bottom: 2px dotted #ccc;
}

table.staffProfile02 {
    margin: 0px 0px;
    width: 100%;
    /*     background: #f7f5f5; */
}

table.staffProfile02 th,
table.staffProfile02 td {
    position: relative;
    display: block;
    padding: 10px 10px;
}

table.staffProfile02 th {
    padding: 20px 10px 10px;
    border-bottom: 2px dotted #ccc;
    font-size: 18px;
    /* 		color: #7d5d5e; */
}

table.staffProfile02 th:after {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    content: '';
    width: 22%;
    height: 2px;
    background-color: #062363;
}

span.bloglinkicon {
    font-size: 14px;
    letter-spacing: 1px;
    padding-right: 10px;
}

span.bloglinkicon:before {
    padding-right: 10px;
    content: "\f086";
    font-family: FontAwesome;
    font-size: 1.2em;
}

a.bloglink {
    width: 150px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    background: #17614e;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.bloglink:hover {
    background: #333;
}

.facebook {
    font-size: 14px;
    letter-spacing: 1px;
    padding-right: 10px;
}

.facebook:before {
    padding-right: 10px;
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 1.2em;
}

a.facebooklink {
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    width: 160px;
    text-align: center;
    background: #3b5998;
    color: #fff;
    border-radius: 5px;
}

a.facebooklink:hover {
    background: #333;
}

.extlink {
    text-align: right;
}

#recoStaff {
    padding: 10px 0 0 0;
    margin: 15px 0 0 0;
    clear: both;
    text-align: center;
}

#recoStaff ul li {
    display: inline-block;
    width: 180px;
    margin-right: 5px;
    padding: 15px 5px 5px;
    border: 1px solid #eee;
    font-size: 14px;
    margin-bottom: 10px;
    background-color: #fff;
    box-sizing: border-box;
}

#recoStaff ul li:nth-child(5n) {
    margin-right: 0px;
}

#recoStaff ul li a {
    display: block;
}

#recoStaff ul li img {
    height: 130px;
    display: block;
    margin: 0 auto 10px;
}

#recoStaff ul li p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.staffp1 {
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    .spcenter {
        float: none !important;
        text-align: center !important;
    }

    .kizist {
        padding: 20px 10px 10px;
        margin: 10px 0px 20px;
        background: #f7f5f5;
        border: 0px solid #eee;
    }

    #recoStaff ul li {
        margin-right: auto;
        width: 49%;
        height: auto;
        padding: 0px 0px 10px;
    }

    #recoStaff ul li img {
        padding-top: 10px;
        height: 100px;
        width: 100px;
    }

    #recoStaff ul li:nth-child(5n) {
        margin-right: auto;
    }

    .kizi div#staffDedail {
        width: 100%;
    }

    .kizi div#staffDedail .alignleft {
        width: 100%;
        float: none;
    }

    .kizi div#staffDedail .alignright {
        width: 50%;
        float: none;
    }

    table.staffProfile {
        padding-top: 10px;
        float: none;
        width: 100%;
    }

    table.staffProfile th {
        width: 5em;
        padding: 20px 5px;
    }

    table.staffProfile02 {
        margin: 0px;
    }
}


/* --------------------
スタッフ紹介 一覧
-----------------------  */

.post-type-archive-staff #mainconkizi {
    padding: 0px 50px 50px;
}

.topstaff .section0300 {
    background: url(/images/staff-bg.png) no-repeat top center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 50px;
}

ul#staffList {
    padding: 40px 0px;
    /*  background: url(/images/staff-bg.jpg);　 */
}

ul#staffList li {
    float: left;
    width: 225px;
    border-bottom: 1px #e7e0d6 solid;
    /*      margin-right: 15px;　 */
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
    padding-top: 20px;
}

ul#staffList li:nth-child(5n) {
    margin-right: 0px;
}

ul#staffList li p {
    text-align: center;
    margin: 0;
    padding: 0;
}

ul#staffList li p.staffp1 {
    font-weight: normal;
    min-height: 22px;
}

ul#staffList li p.staffp2 {
    font-weight: 500;
    color: #555;
    font-size: 18px;
}

ul#staffList li p.staffp3 {
    font-size: 13px;
    line-height: 1.5em;
}

ul#staffList li a.morelink {
    text-align: center;
    font-size: 14px;
    display: block;
    color: #0f529a;
    padding: 5px;
    text-decoration: underline;
}

ul#staffList li .staffmore {
    font-size: 14px;
}

ul#staffList li img {
    display: block;
    margin: 0px auto 10px auto;
    max-height: 200px;
    max-width: 100%;
}

@media screen and (max-width: 680px) {
    .post-type-archive-staff #mainconkizi {
        padding: 0px;
    }

    ul#staffList {
        padding: 0px;
    }

    ul#staffList li {
        float: none;
        margin: auto;
        width: 250px;
    }

    ul#staffList li:nth-child(5n + 5) {
        margin: auto;
    }
}


/* --------------------
スタッフブログ詳細
-----------------------  */

#main {
    text-align: left;
    float: left;
    width: 800px;
    padding: 5px 10px 20px 7px;
    /*修正しました。錦織*/
    padding: 5px 0px 20px 0px;
    margin-left: 10px;
}

.kizi.kiziblog {
    margin: 20px 0px 0px;
}

.kiziblog .bloglink {
    text-align: right;
    margin: 10px 0px 20px;
}

.kiziblog .bloglink a {
    margin-top: 10px;
    margin-right: 10px;
    width: 6em;
    padding: 10px 15px;
    margin-left: auto;
    background: #2e6580;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
}

.kiziblog .bloglink a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px; 
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: 10px; 
    margin-bottom: 2px;
    padding-left: 0;
}

.blog-thumbnail {
    float: left;
    margin-right: 20px;
    width: 200px;
    height: auto;
}

.blogContent img {
    max-width: 100%;
    height: auto;
}

.blogContent p {
    padding: 0px;
    margin: 0px;
}

.kanren .list li {
    box-sizing: border-box;
}

.kanren-thumbnail {
    width: 100px;
    float: left;
    margin-right: 10px;
    height: 100px;
    overflow: hidden;
}

.kanren .list li .kanren-thumbnail img {
    height: 100px;
    max-width: 100%;
    width: 100px;
    object-fit: cover;
}

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

    #sidepage,
    #main,
    #sidebar {
        background: #fff;
        padding: 10px 0px;
        text-align: left;
        float: none;
        width: 100%;
        margin: 5px auto;
        overflow: hidden;
        float: none !important;
    }

    #sideblog,
    #sidepage,
    #sidebar {
        width: 100% !important;
    }

    #main .pagetoi img {
        max-width: 100%;
    }

    .blogContent img {
        margin-bottom: 10px;
        float: none !important;
    }

    .kanren .list li .kanren-thumbnail img {
        width: 100px;
        height: 100px;
    }

    #words dl dd {
        display: block;
    }
}


/* サイドバー */

#sidepage,
#sidebar01,
#sideblog,
#sidebar {
    float: right;
    width: 240px;
}

#sidebar01,
#sideblog,
#sidebar {
    padding: 20px 0px 20px 0px;
}

#sideblog ul {
    list-style: none;
    margin-bottom: 20px;
}

#sideblog ul li {
    padding: 10px 10px 10px;
    background: #f9f8f8;
}

#sideblog ul.children li a:before {
    content: "－";
}

#sideblog .calendrier {
    margin-bottom: 30px;
}

.widgettitle,
.boxtitle {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    background: #2e6580;
}

.widgettitle a {
    color: #fff;
}

#words ul li {
    width: 3em;
    padding: 1px 8px;
    display: inline-block;
    margin: 5px 1px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
}

#words dt {
    font-weight: bold;
    cursor: pointer;
    margin: 10px 0px 5px;
}

#words dl dd {
    margin: 0px;
    padding: 0px;
    display: none;
}

#words dl dd.first {
    margin: 0px;
    padding: 0px;
    display: block !important;
}

#words dl:hover dd {
    display: block !important;
}

#words dl:first-child dd {
    display: block !important;
}


/* --------------------
スタッフブログ 一覧
-----------------------  */

.category .mBttl {
    margin-top: 16px;
}


/* --------------------
OBアフターブログ 詳細
-----------------------  */

@media screen and (max-width: 1200px) {
    .single-after .kiziwo {
        padding: 15px;
    }
}


/* --------------------
縦バナー（ブログ用）
-----------------------  */

.fbnr--vertical .fbnr-bnr {
    flex-direction: column;
}

.fbnr--vertical .fbnr-bnr-item {
    max-width: 100%;
    width: 366px;
    margin-right: 0;
    margin-left: 0;
}

.fbnr--vertical .fbnr-bnr-item:nth-child(n + 2) {
    margin-top: 30px;
}

.fbnr--vertical figure img {
    width: 100%;
}

@media screen and (max-width: 680px) {
    .fbnr--vertical .fbnr-bnr-item:nth-child(n + 2) {
        margin-top: 15px;
    }
}



/* --------------------
2023.12.28
トップページ変更
-----------------------  */
.top-event {
    padding-top: 30px;
}

.top-movies-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.top-voicestaff {
    padding: 60px 0;

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

.top-showroom-bg {
    padding-bottom: 45px;

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

/* 見出し内の日付（span）をインラインブロック化して余白を効かせる */
h1.mBttl span {
    display: inline-block; 
    padding-top: 15px;
}

.blogbloc {
    font-size: 16px;
    line-height: normal;
}

/* 2番目以降の記事タイトルの上部余白を調整 */
.post + .post .mBttl {
    margin-top: 38px;
}

.font999{
    color: #999;
}

/* ===================================
   TCDテーマの初期CSSに負けないようセレクタを強化
==================================== */
.fbnr-bnr-item a.c-banner {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 25px 20px !important; /* 余白を強制適用 */
    text-decoration: none !important;
    transition: opacity 0.3s ease;
    box-sizing: border-box !important;
    border: none !important; /* 元の枠線があれば消去 */
    min-height: 75px; /* 高さが潰れないように確保 */
}

.fbnr-bnr-item a.c-banner:hover {
    opacity: 0.8;
}

/* アイコンの位置とサイズ */
.fbnr-bnr-item a.c-banner .banner-icon {
    position: absolute;
    left: 20%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fbnr-bnr-item a.c-banner .banner-icon svg {
    width: 100%;
    height: 100%;
}

/* テキストのスタイル */
.fbnr-bnr-item a.c-banner .banner-text {
    font-size: 18px !important;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1 !important;
    margin: 0 !important;
}

/* 右側のシュッとした矢印（borderで作成） */
.fbnr-bnr-item a.c-banner::after {
    content: "";
    position: absolute;
    right: 20%;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
}

/* ===================================
   お問い合わせバナー（上）の配色
==================================== */
.fbnr-bnr-item a.banner-contact {
    background-color: #062363 !important;
    color: #FFFFFF !important;
}
.fbnr-bnr-item a.banner-contact .banner-icon svg {
    stroke: #FFFFFF;
}
.fbnr-bnr-item a.banner-contact::after {
    border-color: #FFFFFF;
}

/* ===================================
   資料請求バナー（下）の配色
==================================== */
.fbnr-bnr-item a.banner-document {
    background-color: #2e6580 !important;
    color: #FFFFFF !important;
}
.fbnr-bnr-item a.banner-document .banner-icon svg {
    stroke: #FFFFFF;
}
.fbnr-bnr-item a.banner-document::after {
    border-color: #FFFFFF;
}

/* バナーエリアの下に余白を設ける */
section.fbnr.fbnr--vertical {
    margin-bottom: 50px; /* 30pxや60pxなど、お好みの広さに調整してください */
}

/* サイドバー（#words）のテキストサイズと行間を調整 */
#sidepage #words {
    font-size: 16px;
    line-height: 1.2;
}


/* 「詳しく見る」ボタン本体のスタイル */
#archiveList li .more a {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: auto;
    width: 9em;
    padding: 10px 15px;
    background: #2e6580;   /* 背景色を合わせる */
    color: #fff;
    font-size: 14px;       /* 文字サイズを合わせる */
    border-radius: 10px;
    display: inline-block; /* 念のため追加（幅や高さを効かせるため） */
    text-decoration: none; 
}

/* ボタン右側の矢印（>）のスタイル */
#archiveList li .more a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: 10px;
    margin-bottom: 2px;
    padding-left: 0;
}

/* ※もしボタンが右寄せにならない場合は、親要素に以下を追記してください */
#archiveList li .more {
    text-align: right;
}

/* 物件概要の表を中央寄せにする */
table.fudousaninfo {
    width: 100%;
    max-width: 900px;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 施工事例サムネイル画像の右側に15pxの隙間を空ける */
.article02 .article02-thumbnail {
    margin-right: 15px !important;
}

.single-modelhouse .text.mb30 {
    line-height: 2;
    margin-top: 20px;
}