@charset "utf-8";
/*
Theme Name: KIZUKUstyle
Template: vogue_tcd051
Description: TCD051 Child Theme
Author: MACS
Author URI:https://macssoft.co.jp/
Version: 1.0
*/
body.logged-in {
    top: 32px;
    position: relative;
}
/*--------------------------------------------------------*/
/*　共通　　　　　  　　　　　　　　　　　　　　　　　　　*/
/*--------------------------------------------------------*/
html {
  scroll-padding-top: 100px; // ヘッダーの高さ分設定
}
body:not(.home) {
	display: none;
}
p {
    font-size: 14px;
}
.p-entry .s_table {
    margin: 1em 0;
    white-space: normal;
}
.p-entry .s_table td {
    line-height: 1.7 !important;
}
.p-entry .s_table td br {
/*    content: "";
    height: 10px !important;
    display: block;*/
}
.wp-block-columns {
    margin-left: 2em;
    margin-right: 2em;
}
ul.emu {
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;    
}
ul.emu li {
    display: inline-block;
    padding-left: 1em;
    line-height: 1.3;
    margin-right: -1em;
}
ul.emu li:first-child {
    padding-left: 0;
}
/* 画像ブロック */
figure.wp-block-image,
figure.wp-block-gallery {
    margin: 1em 0;
}
figure.wp-block-video video {
    max-height: 80vh;
}
@media (max-width:1545px) {
.p-page-header {
    padding-bottom: 38%;
    height: auto;
}
}
@media (max-width:1279px) {
.l-primary {
    max-width: 1000px;
}
    .l-secondary {
        justify-content: center;
    }
.l-secondary .p-widget {
        width: 48%;
        max-width: 500px;
    }
}
@media (max-width:991px) {
.p-page-header {
    padding-bottom: 36%;
}
}
@media (max-width:767px) {
.p-page-header {
    padding-bottom: 0;
    height: 240px;
}
}
.p-entry__body h2 {
    font-size: 35px !important;
    font-family: "Times New Roman", "Noto Serif JP", sans-serif;
    font-weight: 400;
}
.p-entry__body p {
    line-height: 2;
}
.wp-block-buttons .wp-block-button__link {
    font-size: 0.95em;
}
.small {
    font-size: 0.9em !important;
    line-height: 1.3 !important;
}
.marginbottom0 {
    margin-bottom: 0 !important;
}
.marginbottom05 {
    margin-bottom: 0.5em !important;
}
.caution {
    color: #c40000;
    font-weight: 700;
}
br.sm, br.xs, br.xxs {
    display: none;
}
br.xsnon {
    display: inline;
}
div.pcnon {
    display: none;
}
@media (max-width:767px) {
h2 br {
    display: inline;
}
br.sm {
    display: inline;
}
div.pcnon {
    display: block;
}
div.pcnon.flex {
    display: flex;
}
div.mbnon {
    display: none;
}
}
@media (max-width:575px) {
.p-entry__body h2 {
    font-size: 6vw !important;
}
.wp-block-columns {
    margin-left: 0;
    margin-right: 0;
}
br.xs {
    display: inline;
}
}
@media (max-width:449px) {
.p-main-image__content {
    padding: 3em 2em;
}
br.xsnon {
    display: none;
}
br.xxs {
    display: inline;
}
}
@media (max-width:399px) {
ul.emu li {
    display: block;
}
}
/*--------------------------------------------------------*/
/*　トップページ　  　　　　　　　　　　　　　　　　　　　*/
/*--------------------------------------------------------*/
/* hero -----------------------------------------*/
.p-splash__catch img {
    width: 277px;
}
.p-hero-header__nav-item a:hover .p-hero-header__nav-item-title:before {
    content: "";
    display: block;
    height: 100%;
    background: #04180cc4;
    position: absolute;
    z-index: -10;
    width: 100%;
}
@media(max-width:991px) {
.p-hero-header__slider-item-title {
    background: #04180cc4;
    padding: 2px;
}
}
@media(max-width:575px) {
.p-hero-header .slick-list.draggable:after {
    content: "築宮建設";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    padding: 8px 25px 10px;
    box-sizing: border-box;
}

}
/* スライドショー */
@media(max-width:991px) {
.p-hero-header, .slick-slide {
    max-height: 660px;
}
}


/* TOP/columnlink --------------------------------*/
.p-content04__catch>p {
    font-size: 40px !important;
}
.columnlink .wp-block-group__inner-container {
    display: flex;
}

.columnlink figure {
    width: 33.3333%;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.columnlink figure.wp-block-image {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.columnlink figure.wp-block-image:first-child {
    border-left: none;
}
.columnlink figure a {
    display: block;
}
.columnlink figure figcaption {
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    /*opacity: 0;*/
    transition: opacity 0.65s ease-out;
    padding-top: 2em;
    top: 0;
    width: 100%;
    text-align: center;
    font-family: "Times New Roman", Times, "Yu Mincho", "游明朝", "游明朝体", "Hiragino Mincho Pro", serif;
}
.columnlink figure:hover figcaption {
    opacity: 1;
}
.columnlink figure figcaption span {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.columnlink figure a img {
    transition-duration: 0.75s;
    transition-timing-function: ease;
    width: 100%;
}
.columnlink figure a:hover img {
    transform: scale(1.2);
}
@media(max-width:767px) {
.p-content04__catch>p {
    font-size: 30px !important;
}
.columnlink .wp-block-group__inner-container {
    flex-wrap: wrap;
}
.columnlink figure {
    width: 100%;
}
.columnlink figure img {
    width: 100%;
    transition: none !important;
    transform: none !important;
}
.columnlink figure a {
    transition: 0.65s;
}
.columnlink figure a:hover {
    background: #fff;
    opacity: .8;
}
.columnlink figure figcaption {
    opacity: 1;
    font-size: 30px;
}
}
/* ニュース一覧タイトル */
@media(max-width:767px) {
section.p-content03__news {
    background: #3f2919 !important;
    color: #fff !important;
    padding-top: 30px;
    margin-top: 30px;
}
section.p-content03__news .p-content03__news-catch {
        color: #fff;
    }
section.p-content03__news a.p-content03__news-archive-link {
    color: #fff;
    padding: 5px;
    /*border: 1px solid #8b8b8b;
    border-radius: 5px;*/
    transition: .2s;
    top: 35px;
}
section.p-content03__news a.p-content03__news-archive-link:hover {
    color: #9df1db;
}
}
/*--------------------------------------------------------*/
/*　ヘッダー　　　  　　　　　　　　　　　　　　　　　　　*/
/*--------------------------------------------------------*/
/*.p-page-header {
    background-position: center center !important;
}*/

.p-page-header__title {
    text-align: center;
}
@media (min-width:1025px) and (max-width:1090px) {
.l-header__inner {
    width: 95%;
}
}
/*--------------------------------------------------------*/
/*　サイドカラム　  　　　　　　　　　　　　　　　　　　　*/
/*--------------------------------------------------------*/
/* カスタム投稿サイドウィジェット */
.widget_newpostcatch .p-widget__title {
    margin-bottom: 0;
}
.p-widget ul.npcatch {
    background: #fff;
}
.p-widget ul.npcatch li::marker {
    content: none;
}
.p-widget ul.npcatch li a {
    padding: 18px;
    display: flex;
    border: 1px solid #eee;
    border-top: 0;
    box-sizing: border-box;
    transition: .3s;
}
.p-widget ul.npcatch li a figure {
    margin: 0 0 0 5px;
}
.detail .title {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    word-wrap: break-word;
    display: block;
}
.detail .date {
    color: #999;
    font-size: 14px;
    font-family: 'Arial';
}
.p-widget ul.npcatch li a:hover {
    filter: brightness(0.95);
}
.p-widget ul.npcatch li a:hover .detail .title {
    color: #004353;
}
/* グローバルメニューエリア */
.l-header {
    background: rgb(47 23 6 / 80%) !important;
}
@media (max-width:1279px) {
.l-secondary .p-widget.widget_media_image {
    width: 300px;
}
.l-secondary .p-widget.widget_newpostcatch {
    padding-left: 1em;
    width: calc(100% - 320px);
}
}
@media (max-width:767px) {
.l-secondary .p-widget.widget_media_image {
    width: 100%;
    max-width: 300px;
}
.l-secondary .p-widget.widget_newpostcatch {
    width: 100%;
    padding-left: 0;
}
}
/*--------------------------------------------------------*/
/*　ニュース　　　  　　　　　　　　　　　　　　　　　　　*/
/*--------------------------------------------------------*/
body.single-news .l-primary {
    padding-bottom: 0;
}
body.single-news .p-entry__body {
    margin-bottom: 100px;
}
/*body.single-news .p-latest-news {
    display: none;
}*/



/*--------------------------------------------------------*/
/*　理念　　　　　  　　　　　　　　　　　　　　　　　　　*/
/*--------------------------------------------------------*/
.page-id-343 .pb-widget-main-image p.p-main-image__desc {
    margin-bottom: 0 !important;
}
.page-id-343 .row2 .pb-widget-main-image a.p-main-image__btn.p-button {
    color: #333333;
    font-weight: 700;
    margin-right: 1em;
    margin-left: auto;
    pointer-events: none;
}
.tcd-pb-row.row3 .tcd-pb-row-inner {
    background: #ffffff !important;
}
.tcd-pb-row.row3 .col1 {
    display: flex;
    gap: 1px;
}

@media (max-width:767px) {
.tcd-pb-row.row3 .col1 {
    flex-wrap: wrap;

}
.tcd-pb-row.row3 .col1 .pb-widget-image {
    flex-basis: calc(50% - 1px);
}
}
/*--------------------------------------------------------*/
/*　会社情報　　　  　　　　　　　　　　　　　　　　　　　*/
/*--------------------------------------------------------*/
iframe.gmap {
    min-height: 300px;
    height: 30vw;
}

body.page-id-295 .tcd-pb-row.row3 .tcd-pb-row-inner {
    display: flex;
    background: #231104;
    flex-wrap: wrap;
}
body.page-id-295 .tcd-pb-row.row3 .tcd-pb-col.col1 {
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    align-items: center;
    width: 33%;
    background: #231105;
}
body.page-id-295 .tcd-pb-row.row3 .tcd-pb-col.col2 {
    width: 67%;
}
body.page-id-295 .tcd-pb-row.row3 .tcd-pb-col.col1 .tcd-pb-widget.widget1 {
    margin-bottom: 0;
}
body.page-id-295 .tcd-pb-row.row3 .tcd-pb-col.col1 h2 {
    font-size: 40px;
    margin: 0.5em 0;
}
.maptxt p, .maptxt div {
    font-size: 14px !important;
}
body.page-id-295 .tcd-pb-row.row3 .tcd-pb-col.col1 .q_button {
    background: #231104;
    border: 1px solid #6e6259;
    padding: 1em 2em;
}
body.page-id-295 .tcd-pb-row.row3 .tcd-pb-col.col1 .q_button:hover {
    background: #0e0701;
    border-color: transparent;
    text-decoration: none;
}
body.page-id-295 .tcd-pb-row.row3 .tcd-pb-col.col2 p {
    line-height: 0;
}
@media (max-width:575px) {
iframe.gmap {
    min-height: 300px;
    height: 100vw;
}
}
/* companyT ----------------------------------*/
.s_table {
    max-width: unset !important;
}
.companyT {
    border: 1px solid #ddd;
}
.companyT td.column-1 {
    width: 150px !important;
    text-align: center;
    vertical-align: middle;
    background: #efefef;
    font-weight: 700;
}
.companyT td.column-2 {
    vertical-align: middle;
}
.p-entry__body .companyT ul {
    margin-bottom: 0;
}
.p-entry__body .companyT li {
    line-height: 1.8;
}
@media (max-width:1199px) {
    body.page-id-295 .tcd-pb-row.row3 .tcd-pb-col.col1,
    body.page-id-295 .tcd-pb-row.row3 .tcd-pb-col.col2 {
        width: 100%;
    }
body.page-id-295 .tcd-pb-row.row3 .tcd-pb-col.col1 h2 {
    font-size: 30px;
    margin: 1em 0 0.8em;
}
}
@media (max-width:767px) {
table.companyT {
    margin: 0 1em;
    width: calc(100% - 2em);
}
}
@media (max-width:575px) {
.companyT td.column-1 {
    width: 6em !important;
}
}
/* ACCESS */
div#access p {
    font-size: 0.8em !important;
}

/*--------------------------------------------------------*/
/*　お問い合わせ　  　　　　　　　　　　　　　　　　　　　*/
/*--------------------------------------------------------*/
.page-id-299 .p-entry__body p,
.page-id-310 .p-entry__body p,
.page-id-312 .p-entry__body p,
.page-id-299 form,
.page-id-310 form {
    font-size: 0.9em;
}
/* 電話番号案内 */
.telinfo {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 2em;
    max-width: 800px;
    margin: 0 auto;
}
.telinfo p {
    margin-bottom: 0;
}
.telinfo p.telnum {
    font-size: 2.5em;
    line-height: 1.4;
    margin-left: -0.5em;
    margin-bottom: 0.5em;
}
.telinfo p.telnum span {
    padding: 0 0.5em;
    color: #57a8c0;
}
/* メールフォーム */
div#mw_wp_form_mw-wp-form-293 {
    background: #f6f6f6;
    border-radius: 20px;
    padding: 2em;
    max-width: 800px;
    margin: 0 auto;
}
div#mw_wp_form_mw-wp-form-293 dd input, 
div#mw_wp_form_mw-wp-form-293 dd textarea {
    border: none;
    padding: 10px;
    border-radius: 5px;
    filter: drop-shadow(1px 1px 2px #dfdfdf);
}
div#mw_wp_form_mw-wp-form-293 dd input:not(.telephone), 
div#mw_wp_form_mw-wp-form-293 dd textarea {
    width: calc(100% - 2em);
}
div#mw_wp_form_mw-wp-form-293 dd input.per50 {
    max-width: 400px;
}
div#mw_wp_form_mw-wp-form-293 dd input#zip {
    max-width: 200px;
}
div#autozip {
    margin-top: -2em;
}
/* 注意書き */
.personalinfo {
    font-size: 0.85em;
    line-height: 1.3;
    margin: 2em;
}
.recap {
    margin: 1em 2em 3em;
}

/* 確認・送信ボタン */
input[type="submit"] {
    background: #3e6048;
    color: #fff;
    border: none;
    padding: 0.8em 1em;
    border-radius: 5px;
    letter-spacing: 2px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    transition: 1s;
}
input.back {
    background: #67826f;
}
input[type="submit"]:hover {
    background: #723728;
    cursor:pointer;
}
/* 確認時エラー表示 */
dd.errorRed {
    background: #f2d5d5;
    margin-left: 1em;
    padding: 1em 1em 0;
}
/* 確認画面 */
body.page-id-310 dt {
    font-size: 0.9em;
    padding-left: 5px;
}
body.page-id-310 .p-entry__body dd {
    background: #fff;
    text-indent: 1em;
    border-radius: 5px;
    margin-left: 0;
    margin-top: -2px;
}
body.page-id-310 .personalinfo, body.page-id-310 .caution {
    display: none;
}

@media (max-width:575px) {
div#mw_wp_form_mw-wp-form-293 dd {
    margin-left: 0;
}
div#mw_wp_form_mw-wp-form-293 input.telephone {
    width: 21% !important;
}
@media (max-width:499px) {
.telinfo p.telnum {
    font-size: 8vw;
}
}
}
@media (max-width:399px) {
div#mw_wp_form_mw-wp-form-293 {
    padding: 1em;
    margin-left: -10px;
    margin-right: -10px;
}
}
/* 送信完了画面 */
.page-id-312 div#mw_wp_form_mw-wp-form-293 {
    background: transparent;
}
/*--------------------------------------------------------*/
/*　フッター　　　  　　　　　　　　　　　　　　　　　　　*/
/*--------------------------------------------------------*/
.p-widget-area__inner {
    text-align: center;
    display: flex;
    justify-content: center;
}
.p-footer-widget__title {
    border-left: 5px solid #7e7e7e;
    padding-left: 5px;
    margin-left: -5px;
}
.p-footer-widget.widget_nav_menu ul li a {
    font-size: 0.9em;
}
.p-footer-widget.widget_nav_menu ul.sub-menu li a {
    font-size: 0.85em;
    padding: 5px;
}
@media (max-width:991px) {
.p-footer-widget {
    margin-right: 0;
}
footer .p-widget-area__inner {
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    justify-content: space-between;
}
footer .p-widget-area__inner div {
    flex: 125px;
}
}
@media (max-width:767px) {
footer .p-widget-area__inner {
    max-width: 400px;
}
.p-footer-widget.widget_nav_menu {
    margin-bottom: 3em;
    box-sizing: border-box;
}
.p-footer-widget__title {
    margin-bottom: 0.5em;
    margin-left: -0.3em;
}
.p-footer-widget.widget_nav_menu ul li a {
    padding: 5px;
}
.p-footer-widget.widget_nav_menu ul.sub-menu li a {
    padding: 3px;
}
}
@media (max-width:575px) {
footer .p-widget-area__inner {
    max-width: 300px;
    padding: 0;
}
}
@media (max-width:359px) {
footer .p-widget-area__inner {
    gap: 0;
    padding-left: 1em;
    }
}
/*--------------------------------------------------------*/
/*　fancybox　　    　　　　　　　　　　　　　　　　　　　*/
/*--------------------------------------------------------*/
.fancybox-title-outside-wrap {
    padding: 5px 10px !important;
    background: rgba(0, 0, 0, .6);
    margin-left: -2px;
    margin-right: -2px;
    margin-top: 0;
}