@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PC用フッター > ホワイト企業認定バナー設置（2026-01-13）wi
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#f_navi_other .white_co_bnr {
    text-align: center;
    padding: 0 0 20px 0;
}

#f_navi_other .white_co_bnr img {
    width: auto;
    height: 102px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
SP用フッター > ホワイト企業認定バナー設置（2026-01-13）wi
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer .footer_bnr_area {
    padding: 40px;
    text-align: center;
    display: none;
}

#footer .footer_bnr_area img {
    width: auto;
    height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
外壁サイトへの導線ボタンを追加（2025-05-01）ah
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header_frame .left {
	display: flex;
}

.cmn_gaiheki_btn a {
	position: relative;
	color: #f78b00;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	border: 2px solid #f78b00;
	padding: 10px 30px 10px 15px;
}

.cmn_gaiheki_btn a::after {
	position: absolute;
	content: '\e91b';
	font-family: icomoon;
	color: #f78b00;
	top: calc(50% - 10px);
	right: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　Call To Actionセクション(2023-05-11mk)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_cta {
    align-items: center;
    gap: 20px;
    padding-top: 50px;
}

.cmn_cta .area_a {
    gap: 15px;
}

.cmn_cta .area_b {
    gap: 20px;
}

.cmn_cta .icon {
    font-size: 17px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(images/svg/kazari.svg) no-repeat 50% 50% / contain;
    line-height: 1.2;
    font-family: "hira_kaku_w7";
}

.cmn_cta .icon strong {
    font-size: 36px;
    display: block;
	font-weight: normal;
}

.cmn_cta .btn a {
    border-radius: 7px;
    padding: 10px;
    color: inherit;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmn_cta .btn.tel a {
    flex-direction: column;
    justify-content: center;
    border: 2px solid #f08660;
    width: 420px;
    line-height: 1.3;
}

.cmn_cta .btn.tel a span.a {
    font-size: 17px;
    color: #e9521c;
    font-family: "hira_kaku_w7";
}

.cmn_cta .btn.tel a span.b {
    font-size: 38px;
    font-family: 'Jua', sans-serif;
}

.cmn_cta .btn.tel a span.b::before {
    content: '';
    background: url(images/svg/free.svg) no-repeat 50% 50% / contain;
    width: 60px;
    height: 35px;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 3px;
}

.cmn_cta .btn.tel a span.c {
    font-weight: bold;
}

.cmn_cta .btn.type_a a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    width: 295px;
    position: relative;
}

.cmn_cta .btn.type_a a::before {
    content: '';
    background: no-repeat 50% 50% / 24px auto rgb(255 255 255 / 20%);
    width: 63px;
    height: 63px;
    border-radius: 50%;
    margin: 0 .5em 0 -2em;
}

.cmn_cta .btn.type_a a::after {
    content: '';
    background: url(images/svg/ku.svg) no-repeat 50% 50% / contain;
    width: 8px;
    height: 15px;
    position: absolute;
    top: calc(50% - .5em);
    right: 15px;
}

.cmn_cta .btn.contact a {
    background-color: #f68b00;
}

.cmn_cta .btn.contact a::before {
    background-image: url(images/svg/mail.svg);
}

.cmn_cta .btn.line a {
    background-color: #279700;
}

.cmn_cta .btn.line a::before {
    background-image: url(images/svg/line.svg);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　口コミセクション(2023-05-11mk)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_voice {
	padding-bottom: 0;
}
div#home_voice h2.main_ttl {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding: 25px 105px 0 150px;
    margin: 0 auto 20px;
    background: url(images/voice_bg01.jpg) no-repeat ,url(images/voice_bg02.jpg) no-repeat right;
    width: fit-content;
}

div#home_voice h2.main_ttl b {
    color: #ff7b00;
}

div#home_voice h2.main_ttl .sub {
    font-size: 22px;
    display: block;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

div#home_voice h2.main_ttl .sub::before, div#home_voice h2.main_ttl .sub::after {
    content: '';
    width: 2px;
    height: 50px;
    background: #151515;
    position: absolute;
    bottom: 0px;
}

div#home_voice h2.main_ttl .sub::before {
    transform: rotate(-30deg);
    transform-origin: bottom right;
    left: -15px;
}

div#home_voice h2.main_ttl .sub::after {
    transform: rotate(30deg);
    transform-origin: bottom left;
    right: -5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　#home_access(2023-05-11mk)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_access .f_wrap {
    gap: 60px;
}

#home_access .logo {
    margin-top:15px;
}

#home_access ul.items {
    font-size: 17px;
    margin: 25px 0;
}

#home_access ul.items li {
    font-weight: bold;
    line-height: 1.4;
    padding-left: 30px;
    position: relative;
}

#home_access ul.items li .open {
    font-size:15px;
    margin-left:2em;
}

#home_access ul.items li::before {
    content: '';
    width: 20px;
    height: 22px;
    background: no-repeat 50% 50%/contain;
    position: absolute;
    left: 0;
}

#home_access ul.items li.addr::before {
    background-image: url(images/svg/spot.svg);
}

#home_access ul.items li.tel::before {
    background-image: url(images/svg/tel.svg);
}

#home_access ul.items li:not(:first-child) {
    border-top: 1px solid #e0c5ab;
    padding-top: 20px;
    margin-top: 20px;
}

#home_access .box {
    background-color: #fff9e3;
    padding: 30px;
}

#home_access dl.items2 {
    display: flex;
    gap: 1em;
}

#home_access dl.items2:not(:first-of-type) {
    margin-top:1em;
}

#home_access dl.items2 dt {
    color: #3d2000;
    font-size: 17px;
    font-weight: bold;
}

#home_access dl.items2 dt::before {
    content: '';
    width: 23px;
    height: 23px;
    background: no-repeat 50% 50%/contain;
    display:inline-block;
    vertical-align: -6px;
    margin-right: .5em;
}

#home_access dl.items2 dt.car::before {
    background-image: url(images/svg/car.svg);
}

#home_access dl.items2 dt.train::before {
    background-image: url(images/svg/train.svg);
}

#home_access dl.items2 dd {
    font-size: 15px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　#kaiyu_area(2023-05-11mk)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#kaiyu_area ul.items {
    gap: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
絵文字を入れたときに余白が付きすぎるので削除
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.single-post .editor_area img {
    margin-top: inherit;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
会社案内のスタッフ紹介　スマホ時の余白調整
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-company .col_46 div:last-child {
    margin-top:0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿カテゴリー「不動産」用のスニペットのテーブル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.pc table.basic_table01.fudosan th {
    width: 150px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿内に挿入された画像に1文字分の上余白をつける（投稿画像を綺麗に表示するために追加）2019-09-02
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* body.single-post img[class*="wp-image"] { */
body.category-fudosan .editor_area img {
    margin-top: 0em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ローディングアイコン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ローディング時の背景 */
#loading_container .back {
    z-index: 0;
    background-color: #f39800;
}

.sk-cube-grid {
    width: 60px;
    height: 60px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WooCommerce
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メッセージ上ボーダー色 */
.woocommerce-message, .woocommerce-info {
    border-top-color: #e73f03;
}

/* 基本文字色 */
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #151515;
}

/* 基本文字色 */
.woocommerce-message::before, .woocommerce-info::before,.woocommerce-MyAccount-navigation a:after {
    color: #e73f03;
}

/* ボタン・背景色 */
section.related.products > h2,.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt {
    background-color: #e73f03;
}

.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover {
    background-color: #ff652e;
}

.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #e73f03;
}

/* ボタンホバーtransition */
.woocommerce button {
    transition:.3s;
}

/* baseのem記述をリセット */

/* アーカイブページ */
.woocommerce-pagination a, li.product a {
    color: inherit;
}

.woocommerce ul.products li.product .price {
    font-weight: bold;
    font-size: 1.2em;
    text-align: right;
}

.woocommerce ul.products li.product .price small {
    font-size: .8em;
}

.woocommerce li.product a.button {
    display: none;
}

/* 商品詳細ページ */
body.single-product h1 {
    margin-bottom: 30px!important;
}

body.single-product .article_date_area {
    display: none;
}

body.woocommerce [rel=lightbox]:after {
    display: none;
}

.flex-control-thumbs {
    margin: 10px -5px -10px!important;
}

.flex-control-thumbs li {
    width: calc((100% - 40px) * .25)!important;
    margin: 0 5px 10px!important;
}

.woocommerce div.product p.price {
    font-size: 1.8em;
    font-weight: bold;
}

.woocommerce div.product p.price small {
    font-size: .8em;
}

.woocommerce-product-details__short-description{
    margin-bottom:20px;
}

.woocommerce div.product form.cart .button {
    margin-left: 10px;
}

.woocommerce div.product form.cart .button:before {
    content: "\f07a";
    font-family: "icomoon";
    margin-right: 10px;
}

.woocommerce-Tabs-panel h2:nth-of-type(1) {
    display: none;
}

.woocommerce div.product p.stock {
    font-size: 100%;
    font-weight: bold;
    padding: .618em 1em;
    background-color: #ffdede;
    display: table;
    border-radius: 5px;
    margin-bottom: 2em;
}

section.related.products > h2 {
    font-size: 20px;
    font-weight:bold;
    margin-bottom: 1em;
    clear: both;
    position: relative;
    line-height: 1.4;
    color: #ffffff;
    padding: 10px 15px;
}

body.woocommerce .product_meta,body.woocommerce .article_meta_area,body.woocommerce .sns_btns {
    display: none;
}

/* マイアカウント */
.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation a {
    text-decoration: none;
    color: inherit;
    padding: 8px 20px 8px 30px;
    position: relative;
}

.woocommerce-MyAccount-navigation a:after {
    font-family: "icomoon";
    content: '\e917';
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: calc(50% - .5em);
    line-height: 1;
}

.woocommerce-MyAccount-navigation a:hover {
    color: #ccc;
}

.woocommerce-Address {
    width: 100%!important;
    padding: 10px;
    border:1px solid #ccc;
    border-radius: 5px;
    margin: 5px 0;
}

.woocommerce-Address h3 {
    font-weight: bold;
}

fieldset{
    margin-bottom:20px;
}

.woocommerce-page ul.woocommerce-error{
	padding: 1em 2em 1em 3.5em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用スタイル　＞　サイトのテーマ色を一括指定する
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 文字色 */
body.sp[class*="voice"] ul.child_navi a[href*="voice"], body.sp dl.type01 [class*="current"] > a, body.sp dl.type01 dt, a.basic_btn02, .basic_list01 li:before, ol.basic_list02 > li:after, a.basic_color_font, [class*="current"] .basic_color_font_cur, [class*="current"] .basic_color_font_cur:hover, .basic_color_font_bf:before, .basic_color_font_af:after {
    color: #e73f03;
}

/* ボーダー色 */
body.sp dl.type01 > dt .arrow, h3[class*="h3a"], h2[class*="h2a"], .basic_box02, .basic_list02 > li, .basic_color_border, .basic_color_border_bg:before, .basic_color_border_af:after {
    border-color: #e73f03;
}

/* 背景色 */
a.basic_btn01, h3[class*="h3b"], ol.basic_list02 > li:before, .basic_color_bg, .basic_color_bg_bf:before, .basic_color_bg_af:after {
    background-color: #e73f03;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出しの次に見出しの次にある時は上余白をとる */
h2[class*="h2"] + h2[class*="h2"], h2[class*="h2"] + h3[class*="h3"], h3[class*="h3"] + h3[class*="h3"] {
    margin-top: 0em;
}

/* [.h2a][.h2b]共通のスタイル */
h2[class*="h2"] {
    font-size: 30px;
    font-weight: bold;
    color: #482b03;
}

h2[class*="h2a"] {
    padding: 10px;
    border-top: 1px solid #4f2010!important;
    border-bottom: 1px solid #4f2010!important;
}

h2[class*="h2b"] {
    padding: 0 0 .8em;
    margin-bottom: 1.3em;
}

h2[class*="h2b"]:before, h2[class*="h2b"]:after {
    content: '';
    width: 22px;
    position: absolute;
    top: 100%;
}

h2[class*="h2b"]:before {
    height: 4px;
    left: calc(50% - 22px);
    background-color: #e73e03;
    margin-top: -1px;
}

h2[class*="h2b"]:after {
    height: 2px;
    left: 50%;
    background-color: #4f2010;
}

/* [.h3a][.h3b]共通のスタイル */
h3[class*="h3"] {
    font-weight: bold;
}

h3[class*="h3a"] {
    color: #6a4319;
    background-color: #e5e0d8;
    border: none;
    padding: 12px 10px 12px 33px;
}

h3[class*="h3a"]:before {
    content: '';
    width: 5px;
    height: calc(100% - 20px);
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 15px;
    border-radius: 10em;
}

h3[class*="h3b"] {
    color: #482b03;
    background: none;
	border-left: 8px solid #e73f03;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用ボタン01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.basic_btn01 {
    border-radius: 10em;
    font-weight: bold;
}

/*---トップページのみの記述---*/
body.home a.basic_btn01 {
    font-size: 17px;
    padding: 23px 30px;
    min-width: 350px;
}

a.basic_btn01:hover {
    opacity: 1;
    background-color: #fa9600;
}

a.basic_btn01:after {
    content: '\e91b';
    font-size: .9em;
    font-weight: normal;
    margin-top: -.5em;
    right: 10px;
    transition: 0.2s linear;
}

a.basic_btn01:hover:after {
    right: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　テーブル01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_table01 th, .basic_table01 td {
    border-color: #d4ccc0;
}

.basic_table01 th {
    background-color: #f8f2e8;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ビジュアルエディタ　＞　汎用ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.basic_box01 {
    background-color: #fff9e3;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
スニペット　＞　写真・タイトル・テキスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
[class*="cmn_items_list_box"] {
    justify-content: center;
    margin: 0 -20px;
}

[class*="cmn_items_list_box"] li {
    width: calc(33% - 40px);
    margin: 0 20px;
    border: 1px solid #eaeaea;
    padding: 25px;
}

/*---横2列---*/
.cmn_items_list_box2 li {
    width: calc(50% - 40px);
}

/*---横3列---*/
.cmn_items_list_box3 li {
    width: calc(33.333% - 40px);
}

[class*="cmn_items_list_box"] .img_container {
    margin: -25px -25px 25px -25px;
}

[class*="cmn_items_list_box"] .img_container img {
    width: 100%;
    height: 15.8vw;
}

[class*="cmn_items_list_box"] .ttl {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
シングルページ　＞　一覧ページへ戻るためのリンク
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
p.back_to_list:before{
	display: none;
}

p.back_to_list a {
    border: 1px solid #e7e2db;
    margin: 0 auto;
    padding: 7px 15px 7px 25px;
    max-width: 900px;
    min-width: 400px;
    text-align: center;
    position: relative;
    line-height: 1.6;
    text-decoration: none;
    border-radius: 8px;
}

p.back_to_list a:before {
    font-family: "icomoon";
    content: '\e91a';
    font-size: .8em;
    display: inline-block;
    position: absolute;
    top: calc(50% - .45em);
    left: 5px;
    line-height: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用タグ・クラス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cmn_tel a:before {
    content: '\e900';
    font-family: icomoon;
    color: #e73f03;
    font-size: .8em;
    margin-right: 5px;
}

.cmn_contact a {
    position: relative;
}

.cmn_contact a:before {
    content: '\e90d';
    font-family: icomoon;
    line-height: 1;
}

.cmn_reserve a {
    position: relative;
}

.cmn_reserve a:before {
    content: '';
    background: url(images/svg/reserve_icon.svg) no-repeat 50% 50% / contain;
    display: inline-block;
    width: 25px;
    height: 21px;
}

.cmn_line a {
    position: relative;
}

.cmn_line a:before {
    content: '';
    background: url(images/svg/line.svg) no-repeat 50% 50% / contain;
    display: inline-block;
    width: 25px;
    height: 21px;
}

.cmn_red {
    color: #e73f03;
}

.cmn_web a:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(images/svg/cart.svg) no-repeat 50% 50% / contain;
    margin-right: 8px;
}

p.cmn_btn1 {
    text-align: center;
}

p.cmn_btn1 a {
    font-size: 18px;
    font-weight: bold;
    color: #996c2a;
    border: 2px solid #c89562;
    padding: 12px 27px;
    border-radius: 10px;
}

body.home p.btn {
    text-align: center;
}

/*---biggerlinkの子にbiggerlinkあるタグを使用する時の為の記述---*/
[class*="biggerlink"] [class*="biggerlink"]:hover {
    opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
slikスライダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.slick_wrap {
    margin: 0 auto;
}

.slick-slider {
    /*---矢印ボタンの為の記述---*/
    z-index: 0;
}

ul.slick-dots {
    display: table!important;
    width: auto;
    margin: 0 auto;
    position: static;
    margin-top: 10px;
}

.slick-dots li:hover button:before {
    opacity: 1;
}

.slick-dots li.slick-active button:before, .slick-dots li:hover button:before {
    color: #e73f03;
    opacity: 1;
}

/*---矢印ボタン(画像が増えた際、jsでサムネイルボタンの横幅可変に対応させている)---*/
.slick-prev, .slick-next {
    top: calc(100% - 10px);
    border: none;
    background: none;
    height: 40px;
    z-index: -1;
}

.slick-prev:hover, .slick-next:hover {
    background: none;
}

.slick-prev {
    left: auto;
    right: 50%;
    padding-right: 50px;
}

.slick-next {
    right: auto;
    left: 50%;
    padding-left: 50px;
}

.slick-prev:before, .slick-next:before {
    width: 10px;
    height: 10px;
    border-color: #606060;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
バナースライダー（2024-05-14）sansan
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.slick_wrap2 .slick-dots li button:before {
    font-size: 12px;
    content: '●';
}
.home_sogobana {
    background-color: #F5F5F5;
    padding-bottom: 20px;
    padding-top: 50px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿ページ　＞　メインエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.single-post #main_area .article_date_area {
    margin-bottom: 35px;
}

body.single-post #main_area .article_date_area {
    padding-left: 0px;
}

#main_area .article_title.plain_type h1{
	margin-bottom: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿ページ　＞　イベント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* イベントレポフラグに変更(2020-01-20take) */
ul.post_archive li.end:before {
    content: 'こちらのイベントは終了しました';
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 17px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100px;
    z-index:1;
}

ul.post_archive li.end.repo:before {
    height: 55px;
    padding-bottom: 45px;
}

ul.post_archive li.end.repo:after {
    content: 'イベントレポートを見る →';
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 112px);
    font-size: 15px;
    background-color:#e73e03;
    padding: 2px 20px;
    border-radius:2em;
    z-index:1;
}

.cmn_event_post_custom {
    width: auto;
    color: #151515!important;
}

.cmn_event_post_custom th {
    vertical-align: top;
}

.cmn_event_post_custom span.event_date {
    margin-right: 1em;
}

.cmn_event_post_custom .event_time {
    display: inline-block;
}

/*---以下（イベント）詳細ページ---*/
body.single-post .cmn_event_post_custom th, body.single-post .cmn_event_post_custom td {
    font-size: 18px;
    text-align: left;
}

body.single-post .cmn_event_post_custom + .date {
    display: none;
}

/*---イベント開催フラグ追加(2019-11-27ty)---*/
body.single-post .event_end {
    background-color: #f78b00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 7px;
    margin-bottom: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿　＞　シングルページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---snsボタン---*/
body.single-post div#main_area .sns_btns {
    display: none;
}

/*---yarpp-related---*/
body.single-post .yarpp-related {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿ページ　＞　お客様の声
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.voice-cat-post #grw_widget-2:before{
	content:'Google口コミ';
	display:block;
    font-weight: bold;
    font-size: 18px;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
	margin-bottom:15px;
}

body:not(.voice-cat-post) #grw_widget-2 {/*voice以外口コミ非表示*/
    display: none;
}

body.voice-cat-post .fit_sidebar_wrap aside > *:not(#grw_widget-2) {/*voice時口コミ以外非表示*/
    display: none;
}

ul.cmn_voice_list li {
    border: 1px solid #beb6ae;
    background: #fff;
    border-radius: 5px;
    padding: 40px 30px;
}

ul.cmn_voice_list li .area_a {
    width: 170px;
}

ul.cmn_voice_list li .ttl {
    margin: 0 0 15px;
}

ul.cmn_voice_list li .ttl a {
    font-size: 20px;
    font-weight: bold;
    color: #6a4319;
}

ul.cmn_voice_list p.meta_ttl {
    margin-bottom: 10px;

}

ul.cmn_voice_list .voice_area {
    margin-right: .5em;
}

ul.cmn_voice_list .voice_name {
    display: inline-block;
}

/*---以下（お客様の声）詳細ページ---*/
body.single-post.voice-cat-post #main_area .article_inner {
    border: 1px solid #beb6ae;
    border-radius: 5px;
    padding: 40px 30px;
}

body.single-post.voice-cat-post #main_area .article_title.plain_type h1 {
    font-size: 26px;
    color: #6a4319;
    border-bottom: 1px solid #beb6ae;
}

body.single-post.voice-cat-post .cmn_voice_post_custom {
    text-align: left;
}

body.single-post.voice-cat-post .cmn_voice_post_custom .voice_area{
    margin-right: .5em;
}

body.single-post.voice-cat-post .cmn_voice_post_custom + .date {
    display: none;
}

body.single-post.voice-cat-post .i_catch_img {
    max-width: 97%;
    margin: 30px auto 0;
}

body.single-post.voice-cat-post .article_meta_area {

    display: none;
}

body.single-post.voice-cat-post .paging_common {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用投稿　＞　イベント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_event_list p.img {
    padding: 0px;
    margin-bottom: 10px;
}

ul.cmn_event_list table.info {
    font-size: 14px;
    margin-bottom: 5px;
}

ul.cmn_event_list table.info th {
    vertical-align: top;
}

ul.cmn_event_list table.info .time{
	display: inline-block;
    margin-left: .5em;
}

ul.cmn_event_list p.ttl a {
    font-size: 20px;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用　＞　施工事例
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.single-post.works-cat-post .article_outer{
	width: 980px;	
	margin: 0 auto;
}

/*---施工事例カテゴリーボックス---*/
.cmn_work_cat_wrap {
    font-weight: bold;
    justify-content: space-between;
    align-items: center;
    background-color: #a58f78;
    border-radius: 5px;
    text-align: center;
    max-width: 1200px;
    padding: 10px;
    margin: 0 auto 30px;
}

.cmn_work_cat_wrap dt {
    width: 140px;
    color: #fff;
    line-height: 1.4;
}

.cmn_work_cat_wrap dd {
    width: calc(100% - 160px);
}

.cmn_work_cat_wrap ul.items {
    justify-content: space-between;
    margin: 0 -4px;
}

.cmn_work_cat_wrap ul.items li {
    flex-grow: 1;
    margin: 0 4px;
}

.cmn_work_cat_wrap ul.items li a {
    color: inherit;
    text-decoration: none;
    display: block;
    background-color: #fff;
    border-radius: 5px;
    padding: 11px 5px;
}

.cmn_work_cat_wrap ul.items li a.current, 
.cmn_work_cat_wrap ul.items li a:hover {
    background-color: #000000;
    color: #fff;
}

/*---施工事例一覧---*/
.cmn_works_list {
    margin: 0 -15px -25px;
}

.cmn_works_list .li {
    width: 380px;
    background-color: #fff;
	padding: 25px 25px 70px;
    position: relative;
    margin: 0 15px;
	overflow: hidden;
}

.cmn_works_list p.main_cat {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, .8);
    padding: 8px 10px;
    line-height: 1;
    min-width: 140px;
    text-align: center;
}

.cmn_works_list p.img {
    margin: -26px -26px 20px;
}

.cmn_works_list .seshu span{
	display: inline-block;
	margin-right: .6em;	
}

.cmn_works_list p.ttl {
    margin-bottom: 15px;
}

.cmn_works_list p.ttl a {
    font-size: 18px;
    font-weight: bold;
    color: inherit;
    text-decoration: none;
}

.cmn_works_list .tag_wrap span {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #916538;
    background-color: #ecded0;
    display: inline-block;
    line-height: 1;
    padding: 5px 10px;
    margin: 0 3px 3px;
    min-width: 23%;
    border-radius: 5px;
}

/*追加(2023-06-13mkw)*/
.cmn_works_list .hiyo{
	/*margin-top: 1rem;
    padding-top: 1rem;*/
    text-align: right;
    border-top: #ecded0 solid 1px;
    color: #e73f03;
    letter-spacing: 0px;
	position: absolute;
	bottom: 10px;
	width: calc(100% - 50px);
	padding-top:5px;
}

.cmn_works_list .hiyo .num{
	font-size: 150%;
    font-weight: bold;
    margin: 0 2px;
}

/*---以下（施工事例）一覧ページ---*/
body:not(.home) .cmn_works_list {
    display: flex;
    flex-wrap: wrap;
}

body:not(.home) .cmn_works_list .li {
    width: calc(33.333% - 30px);
    margin-bottom: 25px;
    border: 1px solid #ecded0;
}

body:not(.home) .cmn_works_list p.img {
    margin: -25px -25px 20px;
}

/*---以下（施工事例）詳細ページ---*/
body.single-post .blog_post_custom {
    float: left;
}

body.single-post .blog_post_custom a {
    font-size: 18px;
    color: #6e5c28;
}

body.single-post table.works_details {
    width: 75%;
    /* margin: 1.7em auto 0; */
    margin: 0 auto 1.7em;
}

body.single-post table.works_details th,
body.single-post table.works_details td {
    padding: 17px 25px;
}

body.single-post table.works_details th {
    font-weight: bold;
    color: #6a4319;
    width: 25%;
}

body.single-post table.works_details td {
    font-size: 17px;
}

body.single-post table.works_details span{
	display: inline-block;	
	margin-right: .5em;
}

body.single-post table.works_details ul.basic_list01 li{
    margin: 3px 0!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用投稿　＞　現場ブログ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_blog_list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.cmn_blog_list li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

ul.cmn_blog_list .img {
    width: 120px;
    height: 120px;
    padding: 0px;
}

ul.cmn_blog_list .txt_wrap {
    width: calc(100% - 160px);
}

ul.cmn_blog_list .ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

ul.cmn_blog_list .ttl a {
    color: inherit;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;

}

ul.cmn_blog_list .date {
    font-size: 14px;
    margin-bottom: 10px;
}

ul.cmn_blog_list .tag_wrap {
    margin: 0 -3px -5px;
}

ul.cmn_blog_list .tag_wrap span {
    font-size: 14px;
    background-color: #e3e0d8;
    display: inline-block;
    border-radius: 3px;
    padding: 2px 7px;
    margin: 0 2px 3px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用投稿　＞　不動産仲介
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_fudosan_list {
	display: flex;
	/*justify-content: space-between;*/
	margin: 0 -5px 30px;
}

ul.cmn_fudosan_list li {
	width: calc(33.333% - 10px);
	margin: 0 5px;
}

ul.cmn_fudosan_list .img {
    width: 100%;
	margin-bottom: 5px;
}

ul.cmn_fudosan_list .date {
    font-size: 15px;
}

ul.cmn_fudosan_list .ttl a {
    color: inherit;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
	line-height: 1.4;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コンタクトフォーム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
input.w155 {
    width: 155px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
下層ページ　＞　ヘッダー画像
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_promo {
    height: 362px;
}

.page_promo .sub_ttl {
    display: none;
}

.page_promo .slug {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: -30px;
}

/*---サンクスページのスラッグは非表示---*/
body.page-thanks .page_promo .slug{
	display: none;	
}

.page_promo .slug:after {
    content: '';
    display: block;
    width: 26px;
    height: 1px;
    background-color: #e73e03;
    margin: 3px auto;
}

.page_promo .ttl {
    font-size: 42px;
    color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サンクスページ　>　ページ送り
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.page-thanks .paging_common {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#promo_frame {
    /*---変数をサポートしていないブラウザのフォールバック ---*/
    height: calc(100vh - 141px);
    /*---jsでプロモ高さ設定---*/
    height: calc((var(--my_vh) * 100) - 141px);
    /*---ノートパソコンの為の記述---*/
    min-height: 507px;
    /*---タブレットを縦で表示した時のための記述---*/
    max-height: 50vw;
    position: relative;
    z-index: 0;
	background: url(images/promo01.jpg) no-repeat 50% 50% / cover;
}

/*---プロモ上の暗くするフィルム---*/
div#promo_frame:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
}

div#promo_frame .txt_wrap {
    width: 1200px;
    height: calc(100% - 66px);
    position: absolute;
    top: 0px;
    left: calc(50% - 600px);
    align-items: center;
    justify-content: center;
    z-index: 1;
    /*---タイトルを上よりにする為の記述---*/
    padding-bottom: 5%;
}

div#promo_frame .txt_wrap:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(images/promo_staff.png) no-repeat 100% 100% / contain;
    width: 31%;
    max-width: 369px;
    height: 35%;
    max-height: 224px;
}

div#promo_frame .txt_wrap img {
    width: auto;
    max-width: 802px;
    height: 80%;
    max-height: 384px;
    /*---タイトルを中心にする為の記述---*/
    margin-left: -4%;
}

/* ホワイト企業認定バナー設置（2026-01-13）wi */
div#promo_frame .promo_bnr img {
    position: absolute;
    top: 2.08vw;
    right: 4.16vw;
    z-index: 1;
    width: auto;
    height: clamp(240px, 11.1vw + 106.6px, 320px);
}

/*---スライドvegas---*/
div#promo_frame .vegas {
    height: 100%!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　一言コメント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tweet_area {
    padding: 0;
    background-color: transparent;
    margin-top: -66px;
    z-index: 1;
    position: relative;
}

.tweet_area .txt_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.tweet_area a, .tweet_area a:hover {
    text-decoration: none;
}

.tweet_area ul.items {
    width: 1150px;
    padding: 22px 20px 22px 40px;
    background-color: rgba(255, 255, 255, .9);
}

.tweet_area ul.items li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tweet_area .cat {
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    background-color: #e73f03;
    color: #fff;
    border-radius: 10em;
    padding: 4px 15px;
    margin-right: 20px;
}

.tweet_area .date {
    margin-right: 1em;
}

.tweet_area .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(231, 63, 3, .8);
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.tweet_area .more a:hover {
    text-decoration: none;
}

.tweet_area .more a:after {
    content: '\e91b';
    font-family: icomoon;
    color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　#home_menu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_menu {
    background-color: #efeadb;
}

div#home_menu ul.items {
    justify-content: space-between;
    margin: 0 auto -20px;
}

div#home_menu ul.items li {
    width: 375px;
    background-color: #fff;
    border: 2px solid #e73f03;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

div#home_menu ul.items .txt_wrap {
    width: calc(100% - 130px);
    text-align: center;
    font-weight: bold;
}

div#home_menu ul.items p.txt {
    color: #fa5800;
}

div#home_menu ul.items p.ttl a {
    font-size: 24px;
    color: inherit;
    text-decoration: none;
}

div#home_menu ul.items p.img {
    width: 118px;
    height: 107px;
    padding: 0px;
    border-radius: 3px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　#home_ad
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_ad .inner {
    justify-content: space-between;
}

div#home_ad .inner .event {
    width: 450px;
    border: 1px solid #dcdcdc;
    padding: 35px 50px 40px;
    position: relative;
}

div#home_ad .inner .event:after {
    content: '\e91b';
    font-family: icomoon;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e73f03;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

div#home_ad .event p.main_ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

div#home_ad .event p.en_ttl {
    font-size: 15px;
    font-family: "Roboto",sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

div#home_ad ul.cmn_event_list li {
    width: 100%;
}

div#home_ad ul.cmn_event_list p.img {
    width: 100%;
    height: 220px;
	overflow:hidden;
	position: relative;
}

/*---修正(2020-01-20take)---*/
div#home_ad ul.cmn_event_list li.end p.img:before {
    content: 'こちらのイベントは終了しました';
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 17px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 30%;
}

div#home_ad ul.cmn_event_list li.end.repo p.img:before {
    padding-bottom:40px;
}

div#home_ad ul.cmn_event_list li.end.repo p.img:after {
    content: 'イベントレポートを見る →';
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 115px);
    font-size: 15px;
    background-color:#e73e03;
    padding: 4px 23px;
    border-radius:2em;
}

div#home_ad .inner > div:nth-child(2) {
    width: 710px;
}

div#home_ad .inner .reason {
    border: 1px solid #dcdcdc;
    padding: 145px 230px 35px 70px;
    margin-bottom: 30px;
/*    background: url(images/reason_no1.png) no-repeat 60px 50px / 308px auto,url(images/staff_a.jpg) no-repeat 96% 100% / auto;*/
    background: url(images/reason_no1.png) no-repeat 60px 50px / 308px auto,url(images/staff_b.jpg) no-repeat 96% 100% / auto;
}

div#home_ad .inner .reason:hover{
	opacity: 1;	
}

div#home_ad .inner .reason:hover a.basic_btn01{
    background-color: #fa9600;
}

div#home_ad .inner .reason:hover a.basic_btn01:after{
    right: 5px;
}

div#home_ad .inner .bnr_wrap {
    justify-content: space-between;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　#home_works
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_works {
    background: url(images/work_bg.jpg) no-repeat 50% 50% / cover;
}

div#home_works p.main_lead {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    background: url(images/work_txt.png) no-repeat 50% 50% / contain;
    padding: 61px 10px 74px;
    margin-bottom: -50px;
}

div#home_works .cmn_works_list {
    margin: 0 -30px 30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　#home_aisatsu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_aisatsu {
    background: url(images/aisatsu_bg.jpg) no-repeat 50% 50% / cover;
}

div#home_aisatsu .txt_box {
    width: 700px;
    text-align: center;
    padding: 110px 70px 70px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

div#home_aisatsu .txt_box:before, div#home_aisatsu .txt_box:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    z-index: -1;
}

div#home_aisatsu .txt_box:before {
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 350px 230px 350px;
    border-color: transparent transparent #ffffff transparent;
}

div#home_aisatsu .txt_box:after {
    bottom: 0px;
    width: 100%;
    height: calc(100% - 230px);
    background-color: #fff;
}

div#home_aisatsu p.main_ttl {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
}

div#home_aisatsu p.daihyo_img {
    position: absolute;
    top: 20px;
    right: -85px;
}

div#home_aisatsu p.main_txt {
    margin-bottom: 25px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　#home_blog
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_blog {
    padding-bottom: 120px;
}

div#home_blog .inner {
    justify-content: space-between;
}

div#home_blog .blog {
    width: 580px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 40px;
    border: 1px solid #cdc1a8;
}

div#home_blog .blog_ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 17px;
}

div#home_blog .inner > div:nth-child(2) {
    width: 592px;
}

div#home_blog .inner > div:nth-child(2) > div {
    width: 100%;
    display: flex;
    flex-direction: column;
}

div#home_blog .inner > div:nth-child(2) > div:not(:last-child) {
    margin-bottom: 30px;
}

div#home_blog .inner > div:nth-child(2) > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
}

div#home_blog .recruit ,div#home_blog .shiryo {
    color: #fff;
    font-size: 24px;
    min-height: 120px;
    padding-right: 374px;
    height: 120px;
}

div#home_blog .recruit {
    background: url(images/bnr_recruit_bg.jpg) no-repeat 100% 50% / contain #ffae00;
}

div#home_blog .shiryo {
    background: url(images/bnr_shiryo_bg.jpg) no-repeat 100% 50% / contain #063488;
}

div#home_blog .inner > div:nth-child(2) a {
    color: inherit;
    text-decoration: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　#home_map
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#home_map {
    /* padding-bottom: 50px; */
}

div#home_map .map {
    margin-bottom: 25px;
}

div#home_map iframe {
    vertical-align: bottom;
}

div#home_map p.addr {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　コンタクトエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#contact_area {
    background-color: #f39800;
}

div#contact_area .pc_base_width {
    position: relative;
}

div#contact_area p.main_img {
    position: absolute;
    top: 0px;
    right: 670px;
    width: auto;
    min-width: 530px;
    height: 100%;
    padding: 0px;
}

div#contact_area p.main_img img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    max-width: none;
    width: auto;
}

div#contact_area .txt_wrap {
    width: calc(100% - 530px);
    text-align: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px;
    margin-left: auto;
    min-height: 330px;
}

div#contact_area p.main_ttl {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

div#contact_area p.main_txt {
    font-size: 16px;
    margin-bottom: 17px;
}

div#contact_area p.cmn_tel {
    margin-bottom: 5px;
}

div#contact_area p.cmn_tel a {
    font-size: 40px;
    font-family: 'Jua', sans-serif;
    line-height: 1;
}

div#contact_area p.cmn_tel a:before {
    color: #793b0f;
    font-size: 37px;
    margin-right: 10px;
}

div#contact_area p.open {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

div#contact_area .btn.old a{
    min-width: 330px;
    padding: 18px 30px;
    background-color: #fff;
    color: #fa5800;
	
}

div#contact_area .box {
    background-color: #fff;
    border-radius: 7px;
    padding: 20px 25px;
}

div#contact_area .box .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#contact_area .box .btn.tel a {
    flex-direction: column;
    line-height: 1.3;
    margin-bottom: 15px;
}

div#contact_area .box .btn.tel a span.a {
    font-size: 17px;
    color: #e9521c;
    font-family: "hira_kaku_w7";
}

div#contact_area .box .btn.tel a span.b {
    font-size: 40px;
    font-family: 'Jua', sans-serif;
    color: #151515;
}

div#contact_area .box .btn.tel a span.b::before {
    content: '';
    background: url(images/svg/free.svg) no-repeat 50% 50% / contain;
    width: 60px;
    height: 35px;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 3px;
}

div#contact_area .box .btn.tel a span.c {
    font-weight: bold;
    color: #151515;
    font-size: 18px;
}

div#contact_area .box .btns {
    gap: 15px;
}

div#contact_area .box .btns > * {
    width: calc(50% - 7.5px);
}

div#contact_area .box .btn.type_a a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    border-radius: 50px;
    padding: 17px;
}

div#contact_area .box .btn.type_a a::before {
    content: '';
    background: no-repeat 50% 50% / 24px auto;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
}

div#contact_area .box .btn.type_a a::after {
    content: '';
    background: url(images/svg/ku.svg) no-repeat 50% 50% / contain;
    width: 8px;
    height: 15px;
    position: absolute;
    top: calc(50% - .5em);
    right: 15px;
}

div#contact_area .box .btn.contact a {
    background-color: #e73f03;
}

div#contact_area .box .btn.contact a::before {
    background-image: url(images/svg/mail.svg);
}

div#contact_area .box .btn.line a {
    background-color: #279700;
}

div#contact_area .box .btn.line a::before {
    background-image: url(images/svg/line.svg);
}
/*相互バナー*/
.home_sogobana {
  display: none; 
}

.home .home_sogobana { 
  display: block; 
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　インフォメーションエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#footer_info {
    display: none;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フッター　＞　webshopバナー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

div#f_navi_wrap .pc_base_width {
    position: relative;
    padding-bottom: 30px;
}

.pc div#footer .bnr_shop {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.pc div#footer .bnr_estate {
    position: absolute;
    right: 270px;
    bottom: 10px;
}

.pc div#footer .bnr_gaiso{
    position: absolute;
    right: 540px;
    bottom: 10px;
}
