@charset "utf-8";

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
	background-color: #f7f7f7;
	color: #333;
}

h2 {
    position: relative;
    margin-bottom: 50px !important;
    padding: 1.5rem;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
}

h2::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 35px);
    width: 70px;
    height: 5px;
    border-radius: 3px;
    background: #333333;
    content: "";
}
/* h2.white::before {
	background: #fff;
}
h2.pink::before {
	background: #ed7780;
} */


@media screen and (min-width: 800px) {
	.sp{
		display: none;
	}
}

/*-------------------- 変数 --------------------*/

:root{
	--_color-text: #333;
}

/*-------------------- 全ページ共通クラス --------------------*/
/* padding・margin左右上下リセット */
.pt_0 {
    padding-top: 0 !important;
}

.pb_0 { 
    padding-bottom: 0 !important;
}

.pl_0 {
    padding-left: 0 !important;
}

.pr_0 {
    padding-right: 0 !important;
}

.mt_0 {
    margin-top: 0 !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.ml_0 {
    margin-left: 0 !important;
}

.mr_0 {
    margin-right: 0 !important;
}

/* padding・margin 10px・20px */
.pt_10 {
    padding-top: 10px !important;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.pt_20 {
    padding-top: 20px !important;
}

.pb_20 {
    padding-bottom: 20px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

/* FLEX関連 */
.d_flex {
    display: flex;
}

.d_flex.f_wrap {
    flex-wrap: wrap;
}

.inline_b {
    display: inline-block;
}

.jc_ct {
    justify-content: center;
}

.ai_ct {
    align-items: center;
}

.fd_cm {
    flex-direction: column;
}

.fd_rr {
    flex-direction: row-reverse;
}

.gap_10 {
    gap: 10px !important;
}

.gap_20 {
    gap: 20px !important;
}

/* Z-INDEX */
.z_0 {
    z-index: 0;
}

.z_1 {
    z-index: 1;
}

/* POSITION */
.p_ab {
    position: absolute;
}

.p_rel {
    position: relative;
}

/* 小さいタグ */
.w-tag {
    width: fit-content;
    padding: .3em .7em;
    border-radius: .5em;
    background-color: #ffffff;
}

/* ボタン共通 */
a.smb-btn, .cta a span {
    position: relative;
    border: 2px solid var(--wp--preset--color--sm-accent);
    border-radius: 2px;
    box-sizing: border-box;
    background-color: var(--wp--preset--color--sm-accent);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
}

a.smb-btn:hover, .drop_tel a:hover, .cta a:hover span {
    transform: scale(1.05);
    border: 2px solid var(--wp--preset--color--sm-accent);
    box-sizing: border-box;
    box-shadow: none;
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-accent);
    font-weight: 700;
    filter: brightness(100%);
}

.wp-block-snow-monkey-blocks-btn.smb-btn-wrapper {
    max-width: 100%;
}

.smb-buttons a svg {
    margin-right: 8px !important;
}

a.smb-btn {
    width: 300px !important;
}

.smb-buttons a svg {
    margin-right: 5px !important;
}


/*-------------------- HEADER -------------------- */
/* ---HEADER--- */
p.header_tel.header_txt {
    animation: headerTel .8s ease both;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes headerTel {
    0% {
        transform: scale(1);
    }

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

p.header_tel.header_txt:hover {
    animation-play-state: paused;
}

p.header_time.header_txt {
    font-size: .8rem;
    font-weight: 700;
    text-align: center;
	color: #333;
}

.header_wrap {
    display: flex;
    align-items: center;
}

.header_con {
    margin-right: 10px;
}

.header_tel-con {
    margin-right: 25px;
}

.header_tel-con a {
    color: #333333 !important;
    font-size: 1.7rem;
    font-weight: 900;
    text-decoration: none;
}

span.bold {
    font-weight: 800;
}

ul#menu-g_nav li a {
    padding-top: 12px;
    padding-bottom: 12px;
    border-left: 2px solid #ffffff;
    box-sizing: border-box;
    background-color: #333333;
    color: #ffffff;
}

ul#menu-g_nav li:first-child a {
    border-left: none;
}

/* ホバーしたら色反転 */
ul#menu-g_nav li a:hover {
    background-color: #ffffff;
    color: var(--wp--preset--color--sm-accent);
}

/* ヘッダー余白 */
.l-2row-header__row {
    padding-right: 1%;
    padding-left: 1%;
}

header .c-fluid-container {
    padding-right: 0;
    padding-left: 0;
}

.l-2row-header__row.u-invisible-md-down {
    padding-right: 0;
    padding-left: 0;
}

.l-1row-header__branding, .l-1row-header__content, .l-2row-header__row:first-child {
    padding-bottom: 0 !important;
}

/*headerボタン */
.header_con {
    border-radius: .3em;
    background-color: var(--wp--preset--color--sm-accent);
	border: 2px solid var(--wp--preset--color--sm-accent);
}

.header_con a {
    display: inline-block;
    width: 200px;
    padding: 10px !important;
    color: #ffffff;
    text-decoration: none !important;
    text-align: center;
}

.header_con a:hover {
/*     border: 2px solid var(--wp--preset--color--sm-accent); */
    border-radius: .3em;
    background: #ffffff;
    color: var(--wp--preset--color--sm-accent);
}

.header_con2 {
    border-radius: .3em !important;
    background-color: #fff;
}

.header_con2 a {
    display: inline-block;
    width: 200px;
    padding: 10px !important;
    color: var(--wp--preset--color--sm-accent);
    text-decoration: none !important;
    text-align: center;
	  border: 2px solid var(--wp--preset--color--sm-accent);
	border-radius: .3em !important;
}

.header_con2 a:hover {
    border: 2px solid var(--wp--preset--color--sm-accent);
    border-radius: .3em;
    background: var(--wp--preset--color--sm-accent);
    color: #fff;
}

.c-page-header {
    background-color: #f4f4f4;
}

.l-contents__inner {
    margin-top: 0 !important;
}

/* ハンバーガー内部 */
#drawer-nav{
	height: 100vh;
}
.c-drawer {
    height: 80%;
    background-color: var(--wp--preset--color--sm-accent) !important;
}

.c-drawer__sub-nav {
    font-size: 17px !important;
}

.c-drawer__menu {
    padding-top: 50px !important;
}

.c-drawer__inner {
    padding-left: 35px !important;
}

.c-hamburger-btn{
	position: relative;
}

.c-hamburger-btn__label{
	display: none;
}

.c-hamburger-btn__bar{
	height: 2px;
	border-radius: 10px;
}

.c-drawer__item.sp-nav_tel,
.c-drawer__item.sp-nav_contact{
	font-weight: bold !important;
	font-size: 1.16em;
	
}

/* ページトップボタン */
#page-top {
    margin-right: 10px;
}

.c-page-top {
    width: 65px;
    height: 65px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

#page-top a::after {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 25%;
    font-size: .9rem;
    font-weight: 700;
    content: "TOP";
}

#page-top .svg-inline--fa {
    position: absolute;
    top: 13%;
}

/* ボーダー */
.br_3px {
    border-radius: 3px;
}

.border-blue {
    background-image: linear-gradient(transparent 60%, #72aee642 0%);
}

/*------------- HOME ---------------*/
/*--------------------------- MV ---------------------------*/
.c-section {
    padding-top: 0 !important;
}

section.mv_sec {
    height: 80vh;
    overflow: hidden;
}

.mv_sec .smb-section__inner {
    position: absolute;
    top: 0;
    width: 100%;
}


/* テキスト */
.mv_con_wrap {
    top: 200px;
    left: auto;
    transform: translateY(20%);
    width: 1140px;
    max-width: 100% !important;
}

p.mv_for {
    width: fit-content;
    margin-left: 0;
    border-bottom: double 10px;
    color: var(--wp--preset--color--sm-accent);
    font-size: min(2rem, 4vw);
    font-weight: 900;
    line-height: 1.4;
}

p.mv_want {
    width: 24%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 10px 1rem;
    border: 3px solid var(--wp--preset--color--sm-accent);
    border-radius: 50px;
    background-color: #ffffff;
    font-weight: 700;
    text-align: center;
}

#mv .mv_ttl {
    width: fit-content;
    margin-left: 0;
    padding: 0 .5em !important;
    border: solid 1px #ffffff;
    background-color: var(--wp--preset--color--sm-accent);
    color: #ffffff !important;
/*     font-size: 4.6rem; */
    text-align: center;
}

#mv .mv_ttl::before {
    display: none;
}

p.mv_service {
    width: 24%;
    margin-right: 0;
    margin-right: 5px;
    margin-left: 0;
    padding: 5px;
    border: var(--wp--preset--color--sm-accent) solid 1px;
    border-radius: 5px;
    background-color: #ffffffeb;
    color: var(--wp--preset--color--sm-accent);
    font-size: 1.2rem;
    font-weight: bolder;
    text-align: center;
	　white-space: nowrap !important;
}


/* ３つの強み */
.st_child {
    border-radius: 15px;
}

/* パネル */
.top_bns_label .smb-panels__item .smb-panels__item__body {
    padding: 15px;
    overflow: hidden;
/*     border: 2px solid var(--wp--preset--color--sm-accent); */
    border-radius: 15px;
    background-color: #a7947a;
    color: #ffffff;
}

.top_bns_label .smb-panels__item .smb-panels__item__body {
    padding: 0;
}

.top_bns_label .smb-panels__item:active, .smb-panels__item:focus, .smb-panels__item:hover {
    transform: scale(1.03);
    box-shadow: var(--smb-panels--item-box-shadow--hover);
    transition: .7s;
}

.top_bns_label .smb-panels__item {
    border-radius: 15px;
    background-color: transparent;
}

/* 筆者消す */
.c-meta__item--author {
    display: none;
}

@media screen and (max-width: 639px) {
    .c-entries--simple .c-entry-summary__content {
        display: block;
    }

    .c-entries--simple .c-entry-summary__figure {
        float: inherit;
        width: 100%;
        margin-bottom: 20px;
    }
}

/*--------------------------- 事業案内 ---------------------------*/
.service-about {
    width: fit-content;
    margin-left: 0 !important;
    padding: 15px !important;
}

#service1 .b-tag, #service2 .b-tag, #service3 .b-tag, #service4 .b-tag {
    width: fit-content;
    margin-left: 0!important;
    padding: .2rem 1rem;
    border-radius: 3px;
    background-color: var(--wp--preset--color--sm-accent);
}

/*--------------------------- 会社概要 ---------------------------*/
.company-table td:first-child {
    background-color: #333333;
    color: #ffffff;
}

.company-table td:last-child {
    background-color: #ffffff;
    color: #333333;
}

/*--------------- お問い合わせ ----------------*/
/* 必須の文字 */
.smf-item__description {
    width: fit-content;
    padding: .2em .8em;
    border-radius: 2px;
    background-color: var(--wp--preset--color--sm-accent);
    color: #ffffff !important;
    font-weight: 600;
}

/* 確認ボタン */
.smf-action .smf-button-control__control {
    position: relative;
    width: 100%;
    max-width: 400px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: none;
	 background: #333;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 3px;
}

/* プログレス */

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__number, [data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number, [data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__number{
	background-color: #333;
}

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__text, [data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__text, [data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text, [data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text, [data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__text{
	color: #333;
}

@media(max-width:1140px) {
    /* MV */
    .mv_con_wrap {
        left: 0;
        transform: translateY(5%);
        padding: 0 3%;
    }

    #mv .mv_ttl {
        width: 100%;
        padding: 0 .2em !important;
        font-size: 5rem;
    }

    p.mv_for {
        padding: 0 1%;
    }

    p.mv_service {
        margin-bottom: 5px !important;
        font-size: 1rem;
    }

    figure.bkg2 {
        top: 0;
    }

    figure.bkg3 {
        left: 0;
        max-width: 30%;
    }

    p.top_price {
        top: unset;
        right: 50px;
        bottom: 50px;
        font-size: 1.2rem;
    }

    p.top_price::before {
        width: 120px;
        height: 120px;
    }

    figure.bkg6 {
        left: 0;
        max-width: 30%;
    }

    figure.wp-block-image.size-large.p_ab.bkg7 {
        right: 0;
    }
}

@media(max-width:1024px) {
    .mv_con_wrap {
        transform: translateY(10%);
    }

    p.mv_want {
        width: 48%;
        margin-bottom: 5px !important;
        padding: 10px .5rem;
    }
}

@media(max-width:953px){
    #mv .mv_ttl {
        font-size: 3.5rem;
    }
}

@media(max-width:887px){
    .mv_con_wrap {
        transform: translateY(0%);
    }
}

@media(max-width:640px) {
    /* 	MV */
    section.mv_sec {
        height: 100vh;
        max-height: 600px;
    }

    p.mv_want {
        width: 100%;
        max-width: 330px;
        padding: 5px .5rem;
        background-color: #ffffffbf;
    }

    p.mv_service {
        width: 49%;
    }

    .wp-block-snow-monkey-blocks-spider-slider.mv_slider {
        margin-top: 0 !important;
    }

    p.mv_price {
        width: 65px;
        height: 65px;
        font-size: 1.2rem;
        line-height: 30px;
    }

    p.mv_for {
        font-size: 1.2rem;
    }
}

@media(max-width:550px) {
    h2 {
        font-size: 1.8rem !important;
    }
    #mv .mv_ttl {
        font-size: 2rem!important;
    }
    p.mv_service {
        width: 100%;
    }

    .c-row > .c-row__col {
        padding-right: 20px !important;
    }
}

@media screen and (max-width: 500px) {
    #company-outline .c-container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 437px) {
    .mv_con_wrap {
        top: 140px;
    }

}

@media screen and (max-width: 390px) {
    .top-man {
        top: -35%;
    }
}

/*--------------- 投稿一覧ページ ----------------*/


.page-id-30 .c-entry-summary__content{
	color: #333 !important;
}


/*--------------- 投稿ページ ----------------*/

.single-post .l-contents {
	background: #fff;
	color: #333;
}

/*--------------- フッター ----------------*/

#menu-sp_footer li{
	text-align: center ;
}

.copyright{
	margin-top: 0 !important;
}

/* .l-footer__header,
.l-footer__body{
	background: #333;
	color: #fff;
} */

@media screen and (max-width: 1023px) {
	.l-footer-widget-area__item:nth-child(1),
	.l-footer-widget-area__item:nth-child(2),
	.l-footer-widget-area__item:nth-child(3){
		display: none;
	}
}

/*--------------- 施工実績 ----------------*/


/* スライダー */

.single-post .spider{
	max-width: 600px;
	margin: 0 auto;
}

.single-post .smb-spider-slider__item{
	background: rgba(0,0,0, .5) !important;
}
.single-post .smb-spider-slider__item__caption{
	color: #fff;
	font-size: 1rem;
}

.single-post .spider__dots .spider__dot{
	aspect-ratio: 3 / 2;
	overflow: hidden;      /* はみ出した部分を隠す */
}

.single-post .spider__dots .spider__dot img{
  width: 100%;
  height: 100%;
  object-fit: cover;     /* 枠に合わせて切り取り */
	object-position: center; /* 中央基準で切り取る */
}

/* テーブル */

table,
tbody {
    display: block;
    width: 100%;
}

tr {
    display: flex;
    flex-wrap: wrap;
}

figure.wp-block-table tr td:first-child {
    background-color: #f2f0ea;
    width: 30%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.1rem;
    color: #412E28;
}

figure tr td:last-child {
    width: 70%;
/*     border-right: 1px solid #eee; */
    padding-left: 1.2rem;
    background-color: #e5955f16;
}

figure.wp-block-table tr td {
    border: none;
    border-bottom: 1px solid var(--wp--preset--color--sm-lighter-gray);
    display: block;
    padding: 1rem;
    font-weight: 500;
}

figure.wp-block-table tr:first-child {
    border-top: 1px solid var(--wp--preset--color--sm-lighter-gray);
}

@media(max-width:640px) {

    figure.wp-block-table tr td:first-child,
    figure tr td:last-child {
        width: 100%;
    }

    figure.wp-block-table tr td:first-child {
        border-right: 1px solid var(--wp--preset--color--sm-lighter-gray);
        border-left: 1px solid var(--wp--preset--color--sm-lighter-gray);
        box-sizing: border-box;
        border-bottom: none;
    }

    figure.wp-block-table tr:first-child {
        border-top: none;
    }

    figure tr td:last-child {
        border-bottom: none;
        border-right: 1px solid var(--wp--preset--color--sm-lighter-gray);
        border-left: 1px solid var(--wp--preset--color--sm-lighter-gray);
        box-sizing: border-box;
        background-color: #F0F5FA;
    }

    figure.wp-block-table tr:last-child {
        border-bottom: 1px solid #fff;
    }

    .footer_btn_txt {
        background-color: #ffffff8c;
        width: 80%;
        padding: 12%;
    }
}

/* テーブル 終わり*/

.single-post td:first-child {
    background-color: #333333;
    color: #ffffff;
}

.single-post td:last-child {
    background-color: #ffffff;
    color: #333333;
}
.single-post .p-comments,
.single-post .p-trackbacks{
	display: none;
}

@media (max-width: 699px){
	.single-post h1{
		font-size: 28px;
	}
}

/*----- 施工実績テーブル -----*/

@media (max-width: 699px) {
	.single-post table tr {
    	display: flex;
    	flex-direction: column;
	}
}

/*----- アーカイブ -----*/
.archive h2 {
	padding: 0;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left; 
}
.archive h2::before {
    content: none;
}
@media screen and (max-width: 550px){
	.archive .c-entries{
		flex-direction: column;
	}
	.archive h2{
		font-size: 1.2rem !important;
		margin-bottom: 24px !important;
	}
	.archive .c-entries__item{
		width: 100% !important;
		max-width: 100%;
	}
}