@charset "utf-8"; 

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
「booking-package」予約プラグイン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 上の日付 */
#booking-package .calendarData {
	font-weight: bold;
}

/* カレンダー　日付選択　曜日 */
#booking-package .calendar .week_slot {
    font-weight: bold;
}
#booking-package .calendar .week_slot.sun {
    color: #ff3f3f;
}
#booking-package .calendar .week_slot.sat {
    color: #2b71fd;
}

/* カレンダー　＞　「休日」の色変更 */
#booking-package_calendarPage div.holidayPanel {
    background-color: #eeeeee!important;
}

/* ボタン（全フェーズ共通） */
#booking-package .bottomBarPanel {
    text-align: center;
}
#booking-package button {
    font-weight: bold!important;
    min-width: 150px;
    border-radius: 4px;
    transition: .3s;
}
#booking-package button:hover {
    opacity: .8;
}
/* 予約するボタン */
#booking-package button.book_now_button {
    background: var(--company-color,#222);
    padding: 15px 20px;
    color: #fff;
}
/* 戻るボタン */
#booking-package button[class*="return"] {
    background: #f1f1f1;
    width: 140px!important;
    color: #717171;
    border: 1px solid #d0d0d0;
    font-size: 15px;
}

/* 個人情報入力画面にてタイトルの文字を太くする */
#booking-package .row div:first-of-type {
    font-weight: bold!important;
}

/* ------------ デザイン追加修正 ------------ */

/* 「次の週」「前の週」ボタン */
:is(#previous_available_day_button,#next_available_day_button){
	display: none!important;
}

/* 日付選択（カレンダーで選択後） */
#booking-package_schedulePage .selectable_day_slot {
    flex-direction: row-reverse;
}
#booking-package_schedulePage .selectable_day_slot>*:first-child::before {
    content:'(';
}
#booking-package_schedulePage .selectable_day_slot>*:first-child::after {
    content:')';
}
#booking-package_schedulePage .selectable_day_slot>*:last-child::after {
    content:'日';
}

/* サービス・時間選択 */
#booking-package .service_details > span::after,
#booking-package .selectable_time_slot:not(.closed) span.timeSlot::after{
    font-family: 'icomoon';
    content: '\e917';
    font-size:1.3em;
    font-weight:bold;
    margin-left: 2px;
    vertical-align: -3px;
}
#booking-package .selectable_time_slot.closed span.timeSlot::after{
    content: '予約不可';
    margin-left: 5px;
}

/* 個人情報入力画面（「個人情報」という表現が相応しくないと先方から指摘があり変更・翻訳プラグインは上手く動作しなかったためCSSで変更）2024-04-25mk */
#booking-package_inputFormPanel:not(.booking_completed_panel)::before {
    content: '予約内容の入力（＊は入力必須）';
    padding: 10px 0;
    text-align: center;
    font-size: 1.4em;
    border-bottom: 1px solid #ddd;
    display: block;
	font-weight: bold;
}

#booking-package_inputFormPanel:not(.booking_completed_panel) #reservationHeader {
    display: none;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
外部　＞　Google reCAPTCHAバッチ　邪魔なため非表示に(2023-08-10)og
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.grecaptcha-badge {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿詳細ページ　＞　現場ブログの場合
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_area .articleDate_area .client .ttl:after {
    content: '：';
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿タイプ「施工事例」　＞　アーカイブ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#works_archive .search_wrap {
    text-align: right;
    margin-bottom: 30px;
}

#works_archive .search_wrap select {
    border-color: #c09686;
    padding: 10px 10px 14px;
    font-size: 14px;
    background-color: #fff;
}

#works_archive .items {
    margin: 0 0 -25px -25px;
    flex-wrap: wrap;
    justify-content: normal;
}

#works_archive .items li {
    width: 350px;
    margin: 0 0 30px 25px;
    position: relative;
}

#works_archive .items li p.img {
    margin-bottom: 10px;
}

#works_archive .items li:not(.fin) p.img {
    background: repeating-linear-gradient(135deg, #ddc2b9 0 , #ddc2b9 25px, #d6b8ad 10px, #d6b8ad 70px);
    color: #fff;
    position: relative;
}

#works_archive .items li:not(.fin) p.img:before {
    content: 'ただいま施工中';
    font-size: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -50px;
}

#works_archive .items li:not(.fin) p.img:after {
    display: inline-block;
    content: '';
    width: 49px;
    height: 55px;
    background: url(https://madoiro-reform.com/wordpress/wp-content/themes/cyber-child/images/detail/detail_construct_w.png) no-repeat 50% / contain;
    position: absolute;
    top: 50%;
    left: calc(50% - 25px);
}

#works_archive .items li .area_icon {
    position: absolute;
    top: -12px;
    left: -10px;
    background: #0367ba;
    color: #fff;
    font-size: 13px;
    width: 77px;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
}

#works_archive .items li .ttl {
    margin-bottom: 7px;
}

#works_archive .items li .ttl a {
    font-size: 18px;
}

#works_archive .items li .ttl a:hover {
    text-decoration: none;
}

#works_archive .items li .tags{
    flex-wrap:wrap;
    justify-content:normal;
}

#works_archive .items li .tags > p {
    background: #08467a;
    color: #fff;
    border-radius: 5px;
    padding: 3px 8px;
    font-size: 13px;
    margin-bottom: 5px;
}

#works_archive .items li .tags > p:not(:last-child) {
    margin-right: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿タイプ「施工事例」　＞　詳細ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 施工事例詳細 施工中 */
#works_detail .comming_soon {
    border: 3px dotted #000;
    margin: 70px auto;
    font-size: 24px;
    width: 600px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#works_detail .img_container {
    /* background-color: #f3eeea; */
}

#works_detail .comming_soon .txt {
    font-weight: bold;
}

#works_detail .comming_soon .txt:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    content: '';
    width: 49px;
    height: 55px;
    background: url(https://madoiro-reform.com/wordpress/wp-content/themes/cyber-child/images/detail/detail_construct.jpg) no-repeat center / contain;
}

#works_detail .bfaf_wrap {
    display: flex;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
}

#works_detail .bfaf_wrap .area_a {
    /* width: 380px; */
    width: 300px;
}

#works_detail .bfaf_wrap .area_a p.img {
    margin-bottom: 30px;
    position: relative;
}

#works_detail .bfaf_wrap.hide_bf .area_a p.img {
    display:none;
}

#works_detail .bfaf_wrap .area_a p.img:before {
    content: 'Before';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 40px;
    background: #3e2b1c;
    font-family: "my_mincho",serif;
    font-size: 20px;
    color: #fff;
}

#works_detail .bfaf_wrap .area_a .data_box {
    background: #f7f4ee;
    border: 3px solid #e8e4db;
    padding: 10px 20px 15px;
    font-family: "my_mincho",serif;
}

#works_detail .bfaf_wrap .area_a .data_box .ttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}

#works_detail .bfaf_wrap .area_a .data_box dl dt {
    /* width: 100px; */
}

#works_detail .bfaf_wrap .area_a .data_box dl dd {
    /* width: 174px; */
    width: calc(100% - 5em);
    font-size: 14px;
}

#works_detail .bfaf_wrap .area_a .data_box dl dd > span {
    display: inline-block;
}

#works_detail .bfaf_wrap .area_a .data_box dl {
    justify-content: space-between;
    align-items: center;
}

#works_detail .bfaf_wrap .area_a .data_box dl dd > span:not(:last-child):after {
    content: " , ";
}

#works_detail .bfaf_wrap .area_a .data_box dl:not(:last-child) {
    border-bottom: 1px solid #766a53;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#works_detail .bfaf_wrap .area_b {
    /* width: 580px; */
    width: 660px;
}

#works_detail .bfaf_wrap .area_b ul.slick {
    position: relative;
    margin-bottom: 0;
}

#works_detail .bfaf_wrap .area_b ul.slick:before {
    content: 'After';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 40px;
    background: #c53800;
    font-family: "my_mincho",serif;
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
}
#works_detail .bfaf_wrap.hide_bf .area_b ul.slick:before {
    display:none;
}

#works_detail .main_msg {
    /* background: #efefef; */
    margin-top: 1.5em;
    /* padding: 15px; */
}

#works_detail .items {
    margin: 0 0 -20px -33px;
}

#works_detail .items li.biggerlink {
    width: 225px;
    margin: 0 0 20px 33px;
}

#works_detail .items li.biggerlink p.meta span.date {
    font-size: 14px;
}

#works_detail .items li.biggerlink .ttl a {
    text-decoration: none;
    color: #000;
}

/* Slickスライダー */
#works_detail .slick-dots {
    position: static;
    margin: 15px -5px 0;
    width: auto;
    text-align: left;
}

#works_detail .slick-dots li {
    width: calc(16.66% - 10px);
    padding-top: 75px;
    margin: 0 5px;
    background: #e8e4db;
    overflow: hidden;
}

#works_detail .slick-dots li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: auto;
    /* width: 100%; */
    /* height: auto!important; */
    height: 100%!important;
    width: 100%;
    object-fit: cover;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿タイプ「施工事例」　＞　詳細ページ　＞　関連ブログ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.common_works_list {
    margin: 0 -10px;
    justify-content:normal;
}

ul.common_works_list li {
    width: calc(25% - 20px);
    margin: 0 10px 15px !important;
}

ul.common_works_list li .img {
    margin-bottom: 5px;
}

ul.common_works_list li .ttl a {
    color: #333;
    text-decoration: none;
}

ul.common_works_list li .ttl a:hover{
    text-decoration:underline;
}

ul.common_works_list li .meta {
    font-size: 13px;
}

ul.common_works_list li p.tags span {
    background: #d6b8ad;
    color: #fff;
    border-radius: 5px;
    padding: 3px 8px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: bottom;
}

ul.common_works_list li p.tags span:not(:last-child) {
    margin-right: 5px;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
vegasスライダーのズームのスピードを変更する
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.vegas-animation-kenburnsUp {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サイトのテーマ色
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.sp[class*="voice"] ul.child_navi a[href*="voice"], body.sp dl.type01 [class*="current"] > a, body.sp dl.type01 dt, a.btn02, .list01 li:before, ol.list02 > li:after, a.cmn_color_font, [class*="current"] .cmn_color_font_cur, [class*="current"] .cmn_color_font_cur:hover, .cmn_color_font_bf:before, .cmn_color_font_af:after {
    color: #0467ba;
}

body.sp dl.type01, body.sp dl.type01 > dt .arrow, h3[class*="h3a"], h2[class*="h2a"], .box02, .list02 > li, .cmn_color_border, .cmn_color_border_bg:before, .cmn_color_border_af:after {
    border-color: #0467ba;
}

body.sp dl.type01 dd > ul:before, a.btn01, h3[class*="h3b"], ol.list02 > li:before, .cmn_color_bg, .cmn_color_bg_bf:before, .cmn_color_bg_af:after {
    background: #0467ba;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ウィジェット
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sub_area .side_menu:not([class*="recent_entries2"]) li a:hover, #sub_area .side_menu:not([class*="recent_entries2"]) li.current-cat {
    background: #d1dcec;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.btn01 {
    background: #0467ba;
    border: 2px solid #0467ba;
    z-index: 1;
    transition: all 0.5s ease;
    color: #fff;
    padding: 17px 43px 17px 37px;
    font-size: 16px;
}

body.home a.btn01 {
    margin: 0 auto;
    display: flex;
    position: relative;
    max-width: 385px;
    min-height: 85px;
    align-items: center;
    justify-content: center;
    padding: 30px 50px;
    font-size: 18px;
}

a.btn01:after {
    content: "";
    width: 25px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: calc(50% - -12px);
    transition: all 0.5s ease;
}

body.home a.btn01:after {
    width: 35px;
    height: 1px;
    right: 10px;
    top: calc(50% - -12px);
}

/*---ボタンhover用---*/
a.btn01:before {
    content: '';
    width: 0%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease;
}

a.btn01:hover {
    color: #0467ba;
}

a.btn01:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
}

a.btn01:hover:after {
    background: #0467ba;
    right: 3px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.box01 {
    background-color: #0467ba;
    padding: 27px 30px;
    color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページ送り(シングルページ用[次のページは〇〇])
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.next_pickup a {
    border-color: #0467ba;
    background: #fff;
    color: #0467ba;
}

.next_pickup a:after {
    color: #0467ba;
}

.next_pickup a:hover {
    background: #0467ba;
    border: 2px solid #0467ba;
    z-index: 1;
    transition: all 0.5s ease;
    color: #fff;
}

.next_pickup a:hover:after {
    color: #FFF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
logoの高さをナビの文字に合わせる。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
p.logo {
    margin-top: -2px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
固定ページ用プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo {
    height: 300px;
}

.page_promo .ttl {
    font-family: "my_mincho",serif;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
}

.page_promo .sub_ttl {
    width: 247px;
    font-family: "my_mincho",serif;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    background: rgba(255,255,255,0);
    border-bottom: 1px solid #fff;
    padding: 10px;
    margin-bottom: 10px;
}

/*--- お問い合わせページのみ親ttl非表示 ---*/
body.page-contact-child .page_promo .sub_ttl {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿系一覧ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.post_archive li .cat > * {
    background: #0467ba;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　汎用クラス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
[class*="section_kugiri"] {
    padding: 75px 0;
}

/*---縮小した時の文字改行用---*/
.ib {
    display: inline-block;
}

/*---見出しアイコン---*/
h2[class*="h2b"]:before {
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/svg/house.svg) no-repeat;
    background-position: 50%;
}

body.home h2[class*="h2b"]:before {
    background-size: contain;
}

h2[class*="h2b"]:before {
    background-size: 70%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローカルナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.child_navi_wrap {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2[class*="h2b"] {
    font-family: "my_mincho",serif;
    padding: 75px 0 0;
}

/* [.h3a]のスタイル */
h3[class*="h3a"] {
    font-family: "my_mincho",serif;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　h2汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2.cmn_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 130px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

h2.cmn_ttl:before {
    display: block;
    font-family: "hannari";
    margin-bottom: 65px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

h2.cmn_ttl:after {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #1f70b4;
    border-bottom: 1px solid #6aa8b5;
    padding-bottom: 15px;
    display: block;
}

/*---h2、IDごとのbefore,after用----*/
#home_concept h2.cmn_ttl:before {
    content: '';
    width: 83px;
    height: 374px;
    background-image: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/h2_concept.png);
}

#home_concept h2.cmn_ttl:after {
    content: 'CONCEPT';
}

#home_anshin h2.cmn_ttl:before {
    content: '';
    width: 80px;
    height: 463px;
    background-image: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/h2_anshin.png);
}

#home_anshin h2.cmn_ttl:after {
    content: 'ANSHIN';
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　ヘッダー(プロモ)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#promo_frame {
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/promo01.jpg) no-repeat 50% 0;
    height: 706px;
    position: relative;
}

div#promo_frame div.ttl_box_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

#promo_frame div.vegas {
    height: 100%;
}

div#promo_frame div.ttl_box {
    width: 568px;
    height: 318px;
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/promo_ttl_bg.png) no-repeat 50% / cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    margin-top: -120px;
}

div#promo_frame p.lead {
    width: 348px;
    height: 61px;
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/promo_lead_bg.png) no-repeat 50% / contain;
    font-family: "my_mincho",serif;
    font-size: 28px;
    text-align: center;
}

div#promo_frame h2 {
    font-family: "hannari";
    font-size: 86px;
    line-height: 1.2;
    margin: -17px 0 22px;
}

div#promo_frame p.txt {
    font-family: "hannari";
    font-size: 32px;
    letter-spacing: -5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　一言コメント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---NEWS-----*/
.tweet_area {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.tweet_area {
    font-size: 16px;
    position: absolute;
    bottom: 45px;
    right: 68px;
    z-index: 1;
}

.tweet_area .txt_wrap {
    display: flex;
    width: 740px;
    height: 90px;
    align-items: center;
    background-color: #fff;
}

.tweet_area .icon {
    background: #0467ba;
    width: 110px;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.tweet_area .items {
    width: 600px;
    padding: 25px 85px 25px 25px;
}

.tweet_area .items li {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.tweet_area .ttl {
    margin-left: 20px;
}

.tweet_area .more a {
    display: block;
    position: absolute;
    right: 25px;
    top: calc(50% - 15px);
    font-size: 14px;
    background: #0467ba;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border: 2px solid #0467ba;
    overflow: hidden;
}

/*モア、hover*/
.tweet_area .more a:hover {
    opacity: .7;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　CONCEPT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---私たちの家づくりページの変更箇所を非表示---*/
.concept_page_shinrai{
    display:none;
}
#home_concept {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%,#fff), url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/concept_bg.jpg);
    position: relative;
    padding-bottom: 90px;
}

#home_concept .pc_base_width {
    display: flex;
}

#home_concept .inner_wrap {
    width: 45vw;
    max-width: 563px;
    min-width: 476px;
    margin-left: 90px;
}

/*---スマホ用改行をPCでは非表示---*/
#home_concept h2 span.br_sp {
    display: none;
    height: 0;
}

#home_concept p.main_ttl {
    font-size: 72px;
    font-family: "hannari";
    line-height: 1.05;
    letter-spacing: -6px;
    margin-top: -18px;
}

#home_concept p.main_ttl .fs {
    font-size: 55px;
}

#home_concept p.main_ttl strong {
    color: #0467ba;
    font-weight: normal;
}

#home_concept p.main_txt {
    margin: 40px 0;
}

#home_concept a.btn01 {
    margin-left: 0;
}

#home_concept .inner_wrap:after {
    content: '';
    width: 671px;
    height: 526px;
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/concept_img.jpg) no-repeat;
    display: block;
    position: absolute;
    top: 70px;
    left: calc(57% + 149px);
    margin-left: auto;
}

/*---以下追加修正2019-04-15（高山）---*/
#home_concept .items {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    width: 90vw;
    max-width: 1700px;
    min-width: 1150px;
    margin: 70px auto 0;
}

#home_concept .items li {
    position: relative;
    width: calc((100% / 4) - 10px);
    height: 15vw;
    min-height: 205px;
    max-height: 290px;
    overflow: hidden;
}

#home_concept .items li div.txt_wrap {
    width: 100%;
    min-height: 100%;
    position: absolute;
    text-align: center;
    z-index: 1;
}

#home_concept .items li div.txt_wrap a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    padding: 24% 10px 30px;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
}

#home_concept .items li div.txt_wrap span.ttl {
    display: block;
    text-align: center;
    font-size: 41px;
    font-family: "hannari";
    letter-spacing: -5px;
    line-height: 1.2;
    margin-bottom: .8vw;
}

#home_concept .items li div.txt_wrap span.txt {
    font-size: 16px;
    line-height: 1.6;
}

#home_concept .items li div.txt_wrap a:before {
    content: 'TAKASTYLE';
    width: 55%;
    height: 35%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/svg/sankaku.svg) no-repeat 0 0 / contain;
    color: #fff;
    font-size: 14px;
    padding: 2.5% 5%;
    box-sizing: border-box;
    z-index: 1;
    text-align: left;
}

#home_concept .items li div.txt_wrap a:after {
    content: '0' counters(ol_cnt, "");
    display: block;
    position: absolute;
    top: 23px;
    left: 1vw;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 50px;
    font-weight: 500;
    text-align: left;
    line-height: 1;
    z-index: 1;
}

/*---hover時、拡大用----*/
#home_concept .items p.img {
    overflow: hidden;
}

#home_concept .items p.img img {
    -webkit-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .5s ease-in-out;
    transition-duration: .5s;
    vertical-align: middle;
}

#home_concept .items >*:hover p.img img {
    -webkit-transform: translate(0%, 0%) scale(1.08);
    -ms-transform: translate(0%, 0%) scale(1.08);
    transform: translate(0%, 0%) scale(1.08);
    transition: .8s ease-in-out;
    transition-duration: .5s;
    opacity: .8;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　ANSHIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_anshin {
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/anshin_bg.jpg);
    padding: 90px 0;
}

#home_anshin .pc_base_width {
    display: flex;
    position: relative;
}

/*---スマホ用改行をPCでは非表示---*/
#home_anshin h2 span.br_sp {
    display: none;
    height: 0;
}

#home_anshin ul.items {
    margin-left: auto;
}

#home_anshin ul.items >*:not(:last-child) {
    margin-bottom: 1px;
}

#home_anshin ul.items >*:nth-child(n) p {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all .5s;
}

#home_anshin ul.items >*:nth-child(n) p:hover {
    transition: all .5s;
    background: rgba(0,0,0,.3);
}

#home_anshin ul.items >*:nth-child(n) a strong {
    font-size: 72px;
    font-weight: normal;
    margin-bottom: 30px;
}

#home_anshin ul.items >*:nth-child(n) a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    font-family: "hannari";
    position: absolute;
    left: 0;
    top: 0;
    padding: 45px 406px 45px 95px;
}

#home_anshin ul.items >*:nth-child(n) a:hover {
    padding: 45px 306px 45px 125px;
}

#home_anshin ul.items >*:nth-child(1) {
    background-image: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/anshin_ul_a.jpg);
    background-color: #1F8CB3;
}

#home_anshin ul.items >*:nth-child(2) {
    background-image: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/anshin_ul_b.jpg);
    background-color: #015DA6;
}

#home_anshin ul.items >*:nth-child(3) {
    background-image: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/anshin_ul_c.jpg);
    background-color: #122F8D;
}

#home_anshin ul.items >*:nth-child(n) {
    width: 844px;
    height: 220px;
    background-repeat: no-repeat;
    transition: all .2.5s;
}

#home_anshin ul.items >*:nth-child(n):hover {
    margin-right: 50px;
    margin-left: -50px;
    background-position: 100% 50%;
    transition: all .5s;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　result
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_result {
    height: 590px;
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/result_bg.jpg) no-repeat 50% / cover;
    position: relative;
}

#home_result:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}

#home_result:hover:before {
    background: rgba(0,0,0,.3);
}

#home_result:after {
    content: '';
    width: 1134px;
    height: 486px;
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/result_img.png) no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 542px);
}

#home_result .pc_base_width {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 142px;
    left: 0;
    right: 0;
}

#home_result p.main_ttl {
    font-family: "hannari";
    font-size: 52px;
    color: #fff;
}

#home_result p.main_ttl strong {
    font-size: 80px;
    font-weight: normal;
}

#home_result a.btn01 {
    margin-top: 100px;
    max-width: 265px;
    min-height: 70px;
    background: transparent;
    border: 2px solid #fff;
}

#home_result a.btn01:hover {
    background: transparent;
}

#home_result a.btn01:after {
    width: 28px;
}

#home_result:hover a.btn01 {
    color: #555;
    opacity: 1;
}

#home_result:hover a.btn01:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#home_result:hover a.btn01:after {
    background: #555;
    right: 3px;
}

#home_result:hover {
    opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　blog
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_blog {
    padding-top: 80px;
}

body[class*="works"] #home_blog {
    padding-top: 0px;
}

#home_blog div.reform {
    height: 364px;
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/reform_bg.jpg) no-repeat;
    color: #fff;
    padding: 50px 75px;
}

#home_blog div.reform p.main_ttl a {
    font-family: "hannari";
    font-size: 50px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
}

#home_blog div.reform p.main_ttl a strong {
    font-weight: normal;
    font-size: 103px;
}

#home_blog div.reform p.main_txt {
    font-family: "my_mincho",serif;
    font-size: 24px;
    line-height: 1.6;
}

#home_blog h2 {
    text-align: center;
    color: #707171;
    margin-top: 70px;
    position: relative;
}

#home_blog h2 img {
    margin-bottom: 15px;
}

#home_blog h2:before {
    content: '';
    width: 277px;
    height: 161px;
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/blog_tool.png) no-repeat;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 75px;
}

#home_blog ul.items {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 25px -11px 0;
}

#home_blog ul.items:before {
    content: '';
    width: 301px;
    height: 95px;
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/blog_staff.png) no-repeat;
    display: block;
    position: absolute;
    top: -95px;
    right: 30px;
}

body[class*="works"] #home_blog ul.items:before {
    display: none;
}

#home_blog ul.items >* {
    width: calc((100% - 66px) *.333);
    background: #fff;
    box-shadow: 0 0 18px #d2d2d2;
    padding: 25px 20px;
    margin: 0 11px;
}

body[class*="works"] #home_blog ul.items {
    margin: 10px -8px 0;
}

body[class*="works"] #home_blog ul.items >* {
    width: calc((100% - 64px) *.25);
    margin: 0 8px 15px;
    padding: 20px 17px;
    min-height: auto;
}

#home_blog ul.items li.new p.img {
    position: relative;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
縦横のサイズ固定のボックス内にある画像について、比率を保ったまま縦横中央揃え＆トリミングして表示
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_blog .items p.img {
    position: relative;
    /*  */
    padding-top: 66.6666%;
    /* パーセントで指定すると、ボックスの横幅に対する比率になる（画像の「高さ」） */
    overflow: hidden;
}

#home_blog .items p.img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    width: 100%;
    height: auto!important;
}

/* 併せて画像の拡大も行なうバージョン */
#home_blog .items p.img img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#home_blog .items >*:hover p.img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

/*----画像hover拡大指定ここまで-----*/
#home_blog ul.items li.new:before {
    content: 'NEW';
    width: 58px;
    height: 58px;
    background: #2c9bf1;
    color: #fff;
    font-family: "my_mincho",serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: 15px;
    z-index: 1;
}

#home_blog ul.items >* p.ttl {
    width: 100%;
    margin: 20px 0 0;
}

#home_blog ul.items >* p.ttl a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#home_blog ul.items >* p.txt {
    font-size: 14px;
    color: #909090;
}

#home_blog ul.items >* p.txt .date {
    font-size: 14px;
    color: #909090;
}

#home_blog ul.items >* p.txt span.tag:before {
    content: "|";
    padding: 0 7px;
    vertical-align: 1px;
}

#home_blog a.btn01 {
    margin: 35px auto 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　access
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_access {
    padding: 0;
}

#home_access p.iframe_wrap {
    text-align: center;
}

#home_access iframe {
    vertical-align: bottom;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　contact
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_contact {
    background: #0467ba;
    font-size: 16px;
    line-height: 1.8;
}

#home_contact div.f_wrap {
    display: flex;
    color: #fff;
    position: relative;
    margin-bottom: 50px;
}

#home_contact h2 {
    margin-left: 20px;
}

#home_contact h2:before {
    content: 'CONTACT';
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

#home_contact div.f_wrap >*:last-child {
    margin-left: auto;
}

#home_contact div.f_wrap:after {
    content: '';
    width: 257px;
    height: 175px;
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/contact_img.png) no-repeat;
    display: block;
    position: absolute;
    bottom: -50px;
    left: 70px;
}

#home_contact div.f_wrap p.lead {
    font-size: 16px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px;
    min-width: 645px;
    text-align: center;
}

#home_contact div.f_wrap02 {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

#home_contact div.tel_wrap {
    margin-right: 35px;
}

#home_contact p.tel {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
}

#home_contact p.tel:before {
    content: "\e900";
    font-family: "icomoon";
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    margin-right: 15px;
}

#home_contact p.open {
    text-align: center;
}

#home_contact p.btn_wrap a {
    width: 300px;
    height: 65px;
    background: #fff;
    color: #0467ba;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 70px 5px 90px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
    z-index: 0;
}

#home_contact p.btn_wrap a:after {
    content: '';
    width: 36px;
    height: 27px;
    background: url(https://takacorporation.com/wordpress/wp-content/themes/cyber-child/images/svg/contact_mail.svg) no-repeat;
    display: block;
    position: absolute;
    top: calc(50% - 14px);
    left: 45px;
    z-index: 1;
}

#home_contact p.addr {
    margin-top: 20px;
}

#home_contact span.root a {
    color: #fff;
    margin-left: 25px;
}

#home_contact p.footer_menu {
    background: #d2e8fa;
    height: 140px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
検索ウィジェット
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#f_navi_other p.copy_link {
    font-size: 13px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　コピーライトのエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#copy_frame {
    background: transparent;
}
