@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Teko');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap');

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ブログの目次 TOCレイアウト整え
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#toc_container {
	padding: 0 30px 0px;
	border: 1px solid #ccc;
	margin: 0 auto;
	box-shadow: none;
	background: #f9f9f9;
}

#toc_container p.toc_title+ul.toc_list{
	margin-left:0;
	margin-top:0;
	padding-top:15px;
	padding-bottom:30px;
	border-top:1px dashed #ccc;
}

#toc_container li {
	margin: 0px 0px;
	font-size: 16px;
}

#toc_container p.toc_title{
	display:block;
	font-size:24px;
	line-height: 3;
}

#toc_container li a {
	display: block;
	position:relative;
	padding: 2px 0;
}

#toc_container li a:hover{
	opacity:.8;
}

#toc_container .toc_list li a,
#toc_container .toc_list li a span{
	color: #4e8619;
}

.toc_number{
	font-family:unset;
}

#toc_container span.toc_toggle{
	font-size:60%;
	border-radius: 0px;
	margin-left: 0.5em;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用クラス　施工事例の動画（トップ／施工事例アーカイブ等で使用）2021-02-05asa
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_movie {
    text-align: center;
    margin-bottom: 40px;
}

.cmn_movie h2.widgettitle {
    display: none;
}

.cmn_movie p a{
	position:relative;
	display: table;
	margin: 0 auto;
}

.cmn_movie p a::after {
    content: '\e81c';
    width: 40px;
    height: 43px;
    background:rgba(255,255,255,0.7);
    border-radius:50%;
    position:absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    line-height: 1;
    font-family: "fontello";
    font-size: 36px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 13px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
「booking-package」予約プラグイン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ボタン（全フェーズ共通） */
#booking-package button {
    font-size: 16px;
    background: #f1a209;
    padding: 10px;
    color: #fff;
    min-width: 150px;
}
/* ボタン（前日、翌日への切替ボタン）※不要なので削除 */
#returnDayButton,
#nextDayButtton{
	display:none;
}

/* ボタン（予約確定or戻る、最終フェーズのボタン） */
#booking-package_inputFormPanel .returnButton {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

/* 日付の選択フェーズ */
div#daysListPanel [class*="selectPanel"] {
    text-align:center;
}
div#daysListPanel [class*="selectPanel"] > *:first-child {
    display:none;
}
div#daysListPanel [class*="selectPanel"] > *:last-child:after {
    content:' 日';
}

/* 時間の選択フェーズ */
div#scheduleMainPanel .selectPanel span:first-child:after {
    content: '◯';
}

div#scheduleMainPanel .selectPanelError span:first-child:after {
    content: '✕';
}

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

/* テキストフィード */
#booking-package_inputFormPanel input[type=text] {
    max-width: 500px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用フレックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.f_wrap {
    display: flex;
    flex-wrap: wrap;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コンタクトフォーム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
span.wpcf7-list-item {
    display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿詳細ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_area .icon_label > * {
    font-size: 14px;
    background: #a0a0a0;
    padding: 8px 10px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 1;
}

#main_area .icon_label > *:not(:last-child) {
    margin-right: 10px;
}

#main_area .articleDate_area_event {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0 20px;
    font-size: 18px;
}

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

#promo_frame .vegas {
    height: 100%;
}

#promo_frame #promo_area {
    position: relative;
    height: inherit;
    width: auto;
}

#promo_frame p.txt_wrap {
    text-align: center;
    color: #fff;
    font-family: "my_mincho",serif;
    text-shadow: 0 0 5px #000;
    height: inherit;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 1100px;
    z-index: 1;
    left: calc(50% - 550px);
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/promo_no1_a.png?date=20220329) no-repeat 0% 0%,url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/promo_no1_b.png?date=20190311) no-repeat 200px 0%;
}

#promo_frame #promo_area .txt_wrap:after {
    content: "";
    display: block;
    width: 245px;
    height: 238px;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/promo_icon2.png) no-repeat;
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 1;
}

#promo_frame .main_ttl {
    font-size: 48px;
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.25;
    margin-bottom: 20px;
    margin-top: -100px;
}

#promo_frame .main_ttl:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 111px;
    height: 104px;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/200_b_hoso_w.svg) no-repeat center 0;
    margin-bottom: 17px;
}

#promo_frame .sub_ttl {
    font-size: 24px;
    letter-spacing: 0.1em;
}

#promo_frame img {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿タイプ「お客様の声」　＞　一覧ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.voice_archive {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -15px;
}

ul.voice_archive li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #a3c792;
    width: calc((100% - 40px) / 2);
    margin: 0 10px 15px;
    justify-content: space-between;
}

ul.voice_archive li .img {
    width: 200px;
}

ul.voice_archive li .txt_box {
    font-weight: bold;
    width: calc(100% - 240px);
    margin-right: 20px;
}

ul.voice_archive li .txt_box .ttl {
    margin-bottom: 15px;
    line-height: 1.4;
}

ul.voice_archive li .txt_box .ttl a {
    font-size: 20px;
    text-decoration: underline;
}

ul.voice_archive li .txt_box .ttl a:hover {
    text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿タイプ「施工事例」　＞　一覧ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.works_archive_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px -30px;
}

ul.works_archive_list li {
    width: calc( (100% - 120px) * .333);
    margin: 0 20px 30px;
}

ul.works_archive_list li .ttl {
    margin-top: 12px;
    font-size: 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿タイプ「施工事例」　＞　詳細ページ　＞　フリースペース
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.single-works .freespace {
    margin-bottom: 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カスタム投稿タイプ「施工事例」　＞　詳細ページ　＞　スライダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コントロール（「次へ」「前へ」）のカスタマイズ */
.single-works .slick-prev, .single-works .slick-next {
    width: 24px;
    height: 24px;
    content: '';
    border: 0 solid rgba(0, 0, 0, 0.8);
    border-top-width: 3px;
    border-right-width: 3px;
    z-index: 1;
}

.single-works .slick-prev, .single-works .slick-next {
    width: 30px;
    height: 30px;
    top: 200px;
    border-radius: 0;
}

.single-works .slick-prev {
    transform: rotate(-135deg);
    left: 0;
}

.single-works .slick-next {
    transform: rotate(45deg);
    right: 0;
}

.single-works .slick-prev:before, .single-works .slick-next:before {
    display: none;
}

/* スライダー　メイン画像 */
.single-works .slick-list .img_container {
    padding-top: 50%;
}

/* スライダーのサムネイルリスト */
.single-works .slick-dots {
    position: static;
    margin-top: 10px;
    text-align: left;
}

.single-works .slick-dots li {
    width: 80px;
    position: relative;
    padding-top: 60px;
    overflow: hidden;
    margin: 0 5px;
}

.single-works .slick-dots li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    height: 100%!important;
    width: auto;
}

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

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

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

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

.page_promo .inner {
    width: 400px;
    margin: 0 auto;
    padding: 55px 20px;
    background: rgba(255,255,255,0.9);
}

.page_promo .slug {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #4b8319;
    margin-bottom: 10px;
}

.page_promo .sub_ttl {
    display: none;
}

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

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テーブル01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.table01 th, .table01 td {
    border: 1px solid #bcc7b7;
}

.table01 th {
    background-color: #e3f5db;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.box02 {
    border: 2px solid #4b8319;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
よくある質問(定義リストver.)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
dl.faq > dt {
    background-color: #e3f5db;
}

dl.faq > dt.open, dl.faq > dt:hover {
    background-color: #e3f5db;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
リスト01（シンプルなリスト）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.list01 li:before {
    color: #4e8619;
}

ul.list01 > li:before {
    color: #4e8619;
}

ul.list_type02 > li:before {
    color: #f00;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
リスト02（BOXタイプ）
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.list02 > li {
    border: 2px solid #4e8619;
}

ol.list02 > li:before {
    background-color: #4e8619;
}

ol.list02 > li:after {
    color: #4e8619;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページ送り(シングルページ用[次のページは〇〇])
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.next_pickup a {
    background: #4b8319;
}

.next_pickup a:hover {
    border-color: #4e871c;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップへ戻る
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.to_page_top a {
    color: #4e8619;
    border: 2px solid #4e8619;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
選ばれる10の理由
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
dl.cmn_reason_box {
    width: 880px;
    margin: 0 auto;
}

dl.cmn_reason_box {
    border: 1px solid #4e8619;
}

dl.cmn_reason_box:not(:last-child) {
    border-bottom: none;
}

dl.cmn_reason_box > dt {
    font-weight: bold;
    padding: 25px 70px 25px 100px;
    position: relative;
}

dl.cmn_reason_box > dt span.ttl {
    font-size: 20px;
    color: #241205;
}

dl.cmn_reason_box > dt span.num {
    width: 66px;
    height: 66px;
    position: absolute;
    top: calc(50% - 33px);
    left: 10px;
    background: #e7f6d5;
    color: #451616;
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

dl.cmn_reason_box > dt span.num:after {
    counter-increment: number;
    content: counter(number);
    font-size: 30px;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
    line-height: 1;
    display: block;
}

dl.cmn_reason_box > dt .arrow {
    float: right;
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: calc(50% - 21px);
    /*border: 1px solid #4e8619;*/
    background-color:#4e8619;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

dl.cmn_reason_box > dt .arrow:before {
    font-family: "fontello";
    content: '\e812';
    color: #fff;
}

dl.cmn_reason_box > dt.open .arrow:before {
    font-family: "fontello";
    content: '\e815';
}

dl.cmn_reason_box > dd {
    padding: 30px 40px;
    overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　一言コメント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tweet_area {
    padding: 21px 0;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #b5c3a7;
}

.tweet_area a {
    color: #000;
}

.tweet_area .txt_wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.tweet_area .icon {
    width: 118px;
    height: 96px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/news.png) no-repeat 0 0/contain;
    font-size: 24px;
    font-family: 'Teko', sans-serif;
}

.tweet_area .items {
    position: relative;
}

.tweet_area li{
	padding-left: 150px;
}

.tweet_area li > * {
    display: inline-block;
}

.tweet_area .date {
    margin-left: 135px;
    margin-right: 1em;
	display:none;
}

.tweet_area .ttl {
    /* width: 66%; */
    vertical-align: bottom;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tweet_area .ttl a {
    text-decoration: none;
}

.tweet_area .ttl a:hover {
    text-decoration: underline;
}

.tweet_area .more {
    position: absolute;
    top: -21px;
    right: 0;
}

.tweet_area .more a {
    text-align: center;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 11px 17px;
    background: #4e8619;
}

.tweet_area .more a:before {
    font-family: FontAwesome;
    content: '\f105';
    display: block;
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ボタン01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*ボタン01,02*/
a.btn01 {
    background: #fff;
    padding: 21px 30px 21px 30px;
    min-width: 332px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    color: #000;
    border: 2px dotted;
    font-weight: bold;
    font-size: 16px;
}

div#home_recruit:hover a.btn01, a.btn01:hover {
    color: #fff;
    background: #000;
    opacity: 1;
    border: 2px dotted #000;
}

a.btn01:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

div#home_recruit:hover a.btn01:before, a.btn01:hover:before {
    left: 0;
    background-color: #000;
}

a.btn01:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/137_arr_hoso.svg) no-repeat center center;
    top: 50%;
    margin-top: -12px;
    right: 10px;
}

a.btn01:hover:after {
    background-image: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/137_arr_hoso_w.svg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ボタン02
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.btn02 {
    color: #4b8319;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2.common_ttl {
    width: 165px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

h2.common_ttl span.en {
    color: #4e8619;
    font-family: 'Teko', sans-serif;
    font-size: 40px;
    display: block;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/under.svg) no-repeat center bottom/contain;
    padding-bottom: 10px;
}

h2.common_ttl span.ja {
    font-size: 16px;
    display: block;
    padding: 15px 0;
}

h2.common_ttl2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #4e8619;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/under.svg) no-repeat center bottom/165px auto;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

/* [.h2a]のスタイル */
h2[class*="h2a"] {
    padding: 12px 0;
    border-top: 4px double #4b8319;
    border-bottom: 4px double #4b8319;
    font-family: "my_mincho",serif;
}

h2[class*="h2b"] {
    padding: 61px 0 0px;
    text-align: center;
    font-family: "my_mincho",serif;
}

h2[class*="h2b"]:before {
    width: 44px;
    height: 47px;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/leaf.svg) no-repeat center bottom;
}

/* [.h3a]のスタイル */
h3[class*="h3a"] {
    border-left: 8px solid #a79466;
    font-weight: bold;
}

/* [.h3b]のスタイル */
h3[class*="h3b"] {
    padding: 10px 15px 7px;
    background-color: #4b8319;
    margin-bottom: 1.5em;
    border-bottom: 3px solid #2d5906;
}
/* [.h4a]のスタイル */
h4[class*="h4a"] {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　コンセプト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_concept {
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/concept_bg.jpg) no-repeat 50% 50%/cover;
}

div#home_concept.section_kugiri {
    padding-bottom: 70px;
}

div#home_concept h3 {
    text-align: center;
    color: #451616;
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: bold;
}

div#home_concept h3 span.small {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

div#home_concept p.main_txt {
    text-align: center;
    width: 730px;
    margin: 0 auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　選ばれる10の理由
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_reason {
    counter-reset: number;
}

div#home_reason p.main_txt{
    width:880px;
    margin:0 auto 5px;
    display:flex;
    justify-content:flex-end;
}

div#home_reason p.main_txt .arrow {
    font-size: 1em;
    line-height: 1;
    /*border: 1px solid #4e8619;*/
    background-color:#4e8619;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:.5em;
}

div#home_reason p.main_txt .arrow:before {
    font-family: "fontello";
    content: '\e812';
    color: #fff;
}

div#home_reason [class*="h3"] span{
	margin-left:1em;
}

div#home_reason .f_wrap {
    justify-content: space-between;
    /* margin-bottom: 30px; */
}

div#home_reason .f_wrap > .area_a {
    width: 40%;
    text-align: center;
}

div#home_reason .f_wrap > .area_b {
    width: 55%;
}

div#home_reason p.btn {
    text-align: center;
}

/* 10の理由内テーブル */
table.m_dam {
    margin-bottom: 30px;
}

table.m_dam tr > * {
    width: 25%;
    font-size: 15px;
    text-align: center;
    border: 1px solid #4e8619;
    padding: 15px 5px;
}

table.m_dam th, table.m_dam td {
    border: 1px solid #4e8619;
}

table.m_dam th {
    text-align: center;
    background-color: #f0f0f0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　イベント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_event {
    background: #efeadf;
}

div#home_event h2.common_ttl span.en {
    position: relative;
}

div#home_event h2.common_ttl span.en:before, div#home_event h2.common_ttl span.en:after {
    content: "";
    width: 102px;
    height: 53px;
    position: absolute;
}

div#home_event h2.common_ttl span.en:before {
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/h2_before.png) no-repeat 0 0 ;
    top: 10px;
    left: -220px;
}

div#home_event h2.common_ttl span.en:after {
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/h2_after.png) no-repeat 0 0 ;
    top: 10px;
    right: -220px;
}

div#home_event .section_kugiri {
    padding: 70px 0 40px;
}

div#home_event ul.common_post_list1 {
    display: flex;
    margin: 0 -20px 0;
    flex-wrap: wrap;
}

div#home_event ul.common_post_list1 li {
    background: #fff;
    border-radius: 5px;
    width: 340px;
    margin: 0 20px 30px;
    position: relative;
    z-index: 0;
}

div#home_event ul.common_post_list1 li p.img {
    height: 226px;
    overflow: hidden;
    position: relative;
}

div#home_event ul.common_post_list1 li 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: 100%;
    height: auto!important;
    /* 画像の高さを画像コンテナの高さに収める（4:3画像がアップされた場合に隙間が空かない様に考慮し、15%のゆとりを持たせる） */
    width: 100%;
}

div#home_event li .txt_area {
    padding: 25px 25px 45px;
}

div#home_event li .ttl {
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div#home_event li .date {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}

div#home_event li.new:before {
    content: "NEW";
    font-family: 'Teko', sans-serif;
    width: 50px;
    height: 50px;
    line-height: 53px;
    text-align: center;
    font-size: 18px;
    background: #ffd800;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 1;
}

div#home_event li.fin p.img {
    position: relative;
    background-color: #000;
    /* カラーフィルタ効果の色を指定 */
    /* display: inline-block; */
    /* (任意：インラインブロック化したい場合) */
    border-radius: 5px 5px 0 0;
}

div#home_event li.fin p.img img {
    opacity: 0.4;
    /* カラーフィルタ効果の度合いを指定(※) */
    display: block;
    margin: 0 auto;
}

div#home_event li.fin p.img a:after {
    content: "終了しました";
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 66px);
    z-index: 1;
    padding: 2px 17px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　施工事例
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_works h2.common_ttl {
    position: relative;
}

div#home_works h2.common_ttl:after {
    content: "";
    width: 320px;
    height: 162px;
    position: absolute;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/works_h2_after.png?date=20190311a) no-repeat 0 0 ;
    top: 30px;
    left: 252px;
}

div#home_works .section_kugiri {
    padding-top: 35px;
}

div#home_works p.main_ttl {
    width: 400px;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    font-family: "my_mincho",serif;
}

div#home_works ul.common_post_list2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px 0;
}

div#home_works ul.common_post_list2 li {
    width: 364px;
    margin: 0 2px 25px;
}

div#home_works ul.common_post_list2 li .img_container img {
    max-width: 100%;
    height: auto!important;
    width: 100%;
}

div#home_works ul.common_post_list2 li .list2_txt {
    padding: 20px 40px 20px 15px;
    position: relative;
}

div#home_works ul.common_post_list2 li .list2_txt:after {
    font-family: "fontello";
    content: '\e80f';
    font-size: 1.8em;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    line-height: 1;
    font-weight: normal;
    color: #b5b5b5;
}

div#home_works ul.common_post_list2 h3.ttl {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div#home_works ul.common_post_list2 p.name {
    margin-top: 10px;
    color: #4e8619;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　オーナーズボイス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_voice {
    height: 554px;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/voice_bg.jpg) #def1d5 no-repeat left 0;
}

div#home_voice .pc_base_width {
    display: flex;
}

div#home_voice .voice_left {
    min-width: 340px;
    text-align: center;
    padding: 155px 0;
}

div#home_voice .voice_left h2 {
    font-family: 'Teko', sans-serif;
    color: #fff;
    font-size: 45px;
    margin-bottom: 17px;
}

div#home_voice .voice_left p.lead {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

div#home_voice .voice_left a.btn01 {
    min-width: 235px;
}

div#home_voice .voice_right {
    height: 554px;
    background: #def1d5;
    display: flex;
    align-items: center;
}

div#home_voice .voice_right ul.items {
    margin-left: 60px;
}

div#home_voice .voice_right ul.items li {
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    border: 1px solid #a3c792;
}

div#home_voice .voice_right ul.items li:nth-of-type(1) {
    margin-bottom: 30px;
}

div#home_voice .img {
    width: 220px;
}

div#home_voice .txt_box {
    width: 478px;
    padding: 25px;
}

div#home_voice .txt_box .ttl {
    margin-bottom: 15px;
}

div#home_voice .txt_box .ttl a {
    font-size: 20px;
    text-decoration: underline;
}

div#home_voice .txt_box .name {
    font-weight: bold;
}

div#home_voice .txt_box .ttl a:hover {
    text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　代表ご挨拶
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_gree {
    padding: 75px 0 70px;
}

div#home_gree .box {
    display: flex;
    margin-bottom: 70px;
}

div#home_gree .container {
    width: 675px;
    margin-left: auto;
}

div#home_gree .height {
    margin-bottom: 60px;
}

div#home_gree h2 {
    font-size: 36px;
    font-family: "my_mincho",serif;
    display: inline-block;
    vertical-align: middle;
}

div#home_gree p.main_lead {
    font-size: 18px;
    display: inline-block;
    font-family: "my_mincho",serif;
    margin-left: 50px;
    vertical-align: middle;
}

div#home_gree p.main_txt {
    margin-bottom: 60px;
}

div#home_gree .container p.name {
    text-align: right;
}

div#home_gree .us {
    text-align: center;
}

div#home_gree .us a {
    display: block;
    width: 1100px;
    height: 260px;
    color: #fff;
    text-decoration: none;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/us_bg.jpg) no-repeat 50% 50%;
}

div#home_gree .us a:hover {
    opacity: .8;
}

div#home_gree .us a .ttl {
    display: table;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 105px 0 10px;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/under_w.svg) no-repeat center bottom/65%;
}

div#home_gree .us a .txt {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

div#home_gree .us p {
    position: relative;
}

div#home_gree .us p a:after {
    content: "";
    width: 34px;
    height: 34px;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/137_arr_hoso_w.svg) no-repeat;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 17px);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　バナーエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_bnr_list {
    background: #eaedda;
}

div#home_bnr_list ul.items {
    justify-content: space-between;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　sns
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_sns {
    display: flex;
    padding: 80px 0;
}

div#home_sns .blog_box {
    width: 530px;
    background: #fff9cc;
    border: 3px solid #dcd49c;
    position: relative;
    padding: 135px 45px 30px 45px;
    margin-right: 40px;
}

div#home_sns h2 {
    width: 265px;
    height: 137px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    z-index: 1;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/blog_fukidashi.png) no-repeat 50% 0;
    position: absolute;
    top: -38px;
    left: calc(50% - (265px / 2));
    padding-top: 22px;
}

div#home_sns h2:before {
    content: "";
    width: 147px;
    height: 26px;
    display: block;
    margin: 0 auto;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/blog_before.png) no-repeat 50% 0;
    margin-bottom: 10px;
}

div#home_sns .blog {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

div#home_sns .common_post_list3 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#home_sns .common_post_list3 li:not(:last-child) {
    margin-bottom: 30px;
}

div#home_sns .common_post_list3 li .area_a {
    position: relative;
    width: 90px;
    height: 90px;
    overflow: hidden;
    background: #dcd49c;
}

div#home_sns .common_post_list3 li .area_a a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150%;
    height: auto!important;
    /* 画像の高さを画像コンテナの高さに収める（4:3画像がアップされた場合に隙間が空かない様に考慮し、15%のゆとりを持たせる） */
    width: 150%;
}

div#home_sns .common_post_list3 .area_b {
    width: 320px;
}

div#home_sns .common_post_list3 .area_b .cat {
    margin-left: 10px;
    font-size: 11px;
    padding: 3px 8px;
    color: #fff;
    vertical-align: 2px;
}

div#home_sns .common_post_list3 .area_b .ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div#home_sns .common_post_list3 .area_b a {
    text-decoration: underline;
}

div#home_sns .common_post_list3 .area_b a:hover {
    text-decoration: none;
}

div#home_sns .blog:before {
    content: "";
    width: 63px;
    height: 79px;
    display: block;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/note.svg) no-repeat 0 0/contain;
    position: absolute;
    top: -106px;
    left: 0;
}

div#home_sns p.btn {
    text-align: center;
}

div#home_sns a.btn01 {
    min-width: 200px;
}

div#home_sns .insta_box {
    width: 530px;
}

div#home_sns .insta {
    border: 1px solid #b0c47f;
    padding: 30px 20px 20px;
    text-align: center;
    margin-bottom: 35px;
}

div#home_sns .insta p.ttl, div#home_sns .insta p.btn {
    margin-bottom: 13px;
}

div#home_sns .insta .follow {
    display: inline-block;
}

div#home_sns .insta .follow a {
    display: block;
    width: 150px;
    height: 40px;
    background: #4e8619;
}

div#home_sns .insta .follow a:hover {
    opacity: .8;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　採用情報
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_recruit {
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/recruit_bg.jpg?ver=20210125) no-repeat 50% 0;
}

div#home_recruit .section_kugiri {
    padding: 33px 0 39px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

div#home_recruit p.ttl_img {
    position: relative;
}

div#home_recruit p.ttl_img:before {
    content: "";
    display: block;
    width: 130px;
    height: 1px;
    background: #fff;
    transform: rotate(-46.5deg);
    position: absolute;
    top: 31px;
    left: -39px;
}

div#home_recruit a.btn01 {
    min-width: 235px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　展示場・モデルハウス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_model h2 {
    margin-bottom: 20px;
}

div#home_model .main_lead {
    font-family: "my_mincho",serif;
    font-size: 30px;
    text-align: center;
}

div#home_model .main_txt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
}

div#home_model .quo {
    display: table;
    margin: 0 auto;
    background: #0766db;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 22px 30px 22px 65px;
    border-radius: 10px;
    margin-bottom: 35px;
    position: relative;
}

div#home_model .quo:before {
    content: "";
    display: block;
    width: 138px;
    height: 113px;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/quo.png) no-repeat 0 0/contain;
    position: absolute;
    top: -12px;
    left: -90px;
}

div#home_model .bnr_wrap {
    display: flex;
    justify-content: space-between;
	/*justify-content: center;*//*一つのみ表示の場合、センターに揃える2024-11-05fuji*/
    margin-bottom: 50px;
}
/*展示01バナー一時的に非表示 2024-11-05fuji*/
/*div#home_model .bnr_wrap .tenji {
    display: none;
}*/

div#home_model .bnr_wrap [class*="tenji"] [class*="bnr"] {
    margin-bottom: 15px;
}

div#home_model .bnr_wrap [class*="tenji"] [class*="bnr"] a {
    display: block;
    width: 540px;
    height: 271px;
    background: no-repeat right bottom;
    padding: 60px 200px 70px 24px;
    border: 2px solid #4e8619;
    text-decoration: none;
}

div#home_model .bnr_wrap .tenji [class*="bnr"] a {
    background-image: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/bnr01_3.jpg);
}

div#home_model .bnr_wrap .tenji2 [class*="bnr"] a {
    background-image: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/bnr02_re.jpg);
    color: #71570f;
    border-color: #caa84d;
}

div#home_model .bnr_wrap [class*="bnr"] a .ttl {
    display: block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #4e8619;
}

div#home_model .bnr_wrap .tenji2 [class*="bnr"] a .ttl {
    color: #71570f;
}

div#home_model .bnr_wrap [class*="bnr"] a .sub_ttl {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #4e8619;
    position: relative;
    padding: 8px 20px;
    border-radius: 2em;
}

div#home_model .bnr_wrap .tenji2 [class*="bnr"] a .sub_ttl {
    background: #71570f;
}

div#home_model .bnr_wrap [class*="bnr"] a .sub_ttl:after {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/137_arr_hoso.svg) no-repeat;
    position: absolute;
    top: 40px;
    left: 0;
}

div#home_model .bnr_wrap .tenji2 [class*="bnr"] a .sub_ttl:after {
    background-image: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/137_arr_hoso_b.svg);
}

div#home_model .bnr_wrap [class*="bnr"] a:hover {
    opacity: .8;
}

div#home_model .bnr_wrap :not([class*="bnr"]) {
    text-align: center;
}

div#home_model .addr {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

div#home_model .addr .arrow {
    position: relative;
}

div#home_model .addr a {
    color: #000;
    margin-left: 22px;
}

div#home_model .addr .arrow:before {
    content: "▲";
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #4e8619;
}

div#home_model .addr a:hover {
    text-decoration: none;
}

div#home_model .map iframe {
    vertical-align: bottom;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
全ページ共通　＞　コンタクトエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body:not(.home) div#contact_area {
    border-top: 1px solid #c8c8c8;
    padding-top: 20px;
}

div#contact_area .inner {
    padding-top: 30px;
    text-align: center;
	padding-bottom: 20px;
   /* padding-bottom: 150px;
    background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/contact_bg.jpg) no-repeat 50% bottom;*/
    position: relative;
}

div#contact_area .inner:before {
    content: "";
    display: inline-block;
    width: 281px;
    height: 173px;
   /* background: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/contact_a.png) no-repeat 0 0/contain;*/
    position: absolute;
    left: 45px;
    top: 20px;
}

div#contact_area .inner .txt {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #4e8619;
    border-bottom: 1px solid #4e8619;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

div#contact_area .inner .tel {
    font-size: 51px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    position: relative;
    display: table;
    margin: 0 auto 20px;
}

div#contact_area .inner .tel a {
    color: #000;
    text-decoration: none;
}

div#contact_area .inner .tel:before {
    font-family: "fontello";
    content: '\e821';
    color: #4e8619;
    font-size: 51px;
    display: block;
    position: absolute;
    top: 5px;
    left: -50px;
}

div#contact_area .inner .open {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

div#contact_area .inner .open .time {
    font-family: 'Oswald', sans-serif;
    margin-right: 15px;
}

div#contact_area ul.items {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

div#contact_area ul.items li {
    width: 100%;
    height: 220px;
    display: flex;
}

div#contact_area .items li:not(:last-child) {
    border-right: 1px solid #c8c8c8;
}

div#contact_area .items li a {
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
}

div#contact_area .items li a:hover {
    background: #d3e4c2;
    text-decoration: none;
}

div#contact_area .items li a:before {
    content: "";
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

div#contact_area .items li.request a:before {
    background-image: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/icon01.png);
}

div#contact_area .items li.reserve a:before {
    background-image: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/icon02.png);
}

div#contact_area .items li.office a:before {
    background-image: url(https://nojima-k.jp/wordpress/wp-content/themes/cyber-child/images/icon03.png);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　インフォメーションエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#footer_info {
    position: relative;
    padding: 30px 0;
}

div#footer_info .logo {
    width: 170px;
    margin: 0 auto;
}

div#footer_info p.zeh img {
    border: 1px solid #e6e6e6;
    padding: 8px 13px;
    position: absolute;
    right: calc(50% - 550px);
    top: 20px;
}

/*zehを非表示*/
div#footer_info p.zeh {
    display: none;
}

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