@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*トップタブボタン /*
 gray-tab-style-cir gray-tab-label-equal –pc-center

/* 工藤　ここから */
html {
    margin-top: 0px !important;
    font-size: 62.5%;
}

/* WP icon bar */
#wpadminbar {
    display: none;
}

.entry-title {
    display: none;
}

.breadcrumb {
    display: none;
}

.logo-header {
    display: none;
}

.article h2 {
    background-color: unset;
}

.article p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a:hover {
    color: black;
}

.article-footer {
    margin: 0;
}

.entry-footer {
    margin: 0;
}

.entry-content {
    /*     margin-top: 1em; */
    /*     margin-bottom: 3em; */
    margin: 0
}

/* recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}

/* トップページ */
.page-id-500 h1.entry-title {
    display: none;
}

.page-id-500 article h2 {
    background-color: unset;
    padding: 0;
}

.page-id-500 article h3 {
    margin-bottom: 0;
    border: none;
    padding-top: 30px;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.page-id-500 .article p {
    margin-bottom: 0;
    /* 	letter-spacing: 0.03em; */
    letter-spacing: 0.07em;
    line-height: 1.5;
}

.page-id-500 .entry-content>* {
    margin-bottom: 0;
}

.page-id-500 .entry-content {
    margin: 0;
}

.page-id-500 header {
    /* 	padding: 0; */
}

/* main */
.main.main {
    /*     padding: 0px 16px; */
    padding: 0;
}

/* お問い合わせ */
.page-id-72 .entry-content>* {
    margin-bottom: 0;
}

/* 工事の流れ HTMLページ */
.page-id-647 article p {
    margin-bottom: 0;
}

/* サービス一覧　HTMLページ */
.page-id-649 article h2 {
    margin-bottom: 0;
    background-color: transparent;
}

.page-id-649 article h3 {
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.page-id-649 article p {
    margin-bottom: 0;
}

/* .page-id-649 article table {
	margin-bottom: 0;
} */

table tr:nth-of-type(2n+1) {
    background-color: unset;
}

table:not(.has-border-color) :where(th, td) {
    border: 0px solid var(--cocoon-x-thin-color);
}

.page .logo-header {
    display: none;
}

.footer-bottom {
    display: none;
}

.content {
    margin-top: 0;
}


main.main {
    padding: 0px 16px;
}

.body {
    background-color: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #3C2525;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 1px;
}





/* sp */
body {
    /*   max-width: 375px; */
    margin: 0 auto;
    /*   padding: 0 4%; */
    /* font-family: Noto sans-serif; */
}

img {
    width: 100%;
    vertical-align: bottom;
}

li {
    list-style: none;
}

a {
    color: black;
}

.container {
    background-color: #fefaf6;
}

.u_wrp__full {
    min-width: 100%;
}

.u_wrp_chd {
    max-width: 92vw;
    min-width: 92vw;
    margin: auto;
}

.u_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* 共通 */

/* H2タイトル */
.h2_wrp {
    text-align: center;
    margin-bottom: 2rem;
}

.h2_ttl {
    display: inline-block;
    position: relative;
    padding: 0 3.5em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 600;
}

.h2_ttl::before,
.h2_ttl::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    border-radius: 60px;
    background-color: #4BB0B6;
}

.h2_ttl::before {
    left: 0;
}

.h2_ttl::after {
    right: 0;
}

.common-btn {
    margin-top: 20px;
    margin: 0 auto;
    background-color: #c1d5ce;
    display: block;
    border-radius: 50px;
    border: unset;
    padding: 5px 35px;
    font-size: 1rem;
    /*16px*/
    position: relative;
}

.common-btn a {
    text-decoration: none;
}

.common-btn a::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1.76px solid #000000;
    border-radius: 50px;
}

.more-look-btn {
    margin-top: 50px;
}

.arrow {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #c1d5ce;
    border: solid 1px #211715;
    border-radius: 50%;
    margin-left: 10px;
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    /* top: calc(50%); */
    top: 50%;
    right: 8px;
    width: 5px;
    height: 1px;
    /* border-radius: 9999px; */
    background-color: #000000;
    transform-origin: calc(100%) 50%;
}

.arrow::before {
    transform: rotate(45deg);
}

.arrow::after {
    transform: rotate(-45deg);
}

/* 下矢印 */
.arrow-down {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #c1d5ce;
    border: solid 1px #211715;
    border-radius: 50%;
    /*   margin-left: 10px; */
    margin-left: 20px;
}

.arrow-down::before,
.arrow-down::after {
    content: "";
    position: absolute;
    /* top: calc(50%); */
    top: 62%;
    right: 9px;
    width: 5px;
    height: 1px;
    /* border-radius: 9999px; */
    background-color: #000000;
    transform-origin: calc(100%) 50%;
}

.arrow-down::before {
    transform: rotate(45deg);
}

.arrow-down::after {
    transform: rotate(125deg);
}

/* お問い合わせボタン */

.contact_wrp {
    margin-top: 4rem;
    text-align: center;
}

.contact_wrp a {
    display: inline-block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    color: #fff;
    background: #4BB0B6;
    padding: 1rem 2rem;
    border-radius: 60px;
    font-size: 2rem;
}

.section-image {
    border-radius: 10px;
    margin-bottom: 1.8rem;
}


/* ページネーション */
.pagination {
    display: flex;
    align-items: center;
}

.page-numbers {
    border-radius: 50%;
    /* 	margin: 0 10px; */
    color: #211715;
    border: unset;
    font-family: Josefin Sans;
}

.pagination .current {
    background-color: unset;
    border: 1px solid #ABC9BF;
    color: #ABC9BF;
}

.prev,
.next {
    background-color: #C1D5CE;
    position: relative;
    /* 	color: rgba(0, 0, 0, 0); */
}

.prev::before,
.prev::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 5px;
    height: 1px;
    background-color: #211715;
    transform-origin: calc(100%) 50%;
}

.prev::before {
    transform: rotate(125deg);
}

.prev::after {
    transform: rotate(-125deg);
}


.next::before,
.next::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 5px;
    height: 1px;
    background-color: #211715;
    transform-origin: calc(100%) 50%;
}

.next::before {
    transform: rotate(45deg);
}

.next::after {
    transform: rotate(-45deg);
}

.pagination a:hover {
    background-color: #ffffff;
    transition: all 0.3sease-in-out;
    color: #211715;
}

.page-numbers.dots {
    opacity: 0.6;
    background-color: unset;
}

/*  ロゴ */
.logo_wrp {
    padding: 0 0 0 12px;
}

.custom-logo {
    width: 115px;
}

/*  ヘッダー */
.w_Head .Head {
    height: 8rem;
    background-color: #fefaf6;
}

.header-container {
    display: none;
}

.header-nav {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    padding-top: 7px;
}

.header-logo {
    width: 116px;
    height: 38px;
}

.header-logo img {
    vertical-align: baseline;
    width: 100%;
    height: 100%;
}

#header-container {
    /* 	display:none; */
}

/* ハンバーガーメニュー */
/* Nav items */
.menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 0 0 10px 0;
    clear: both;
    /* background: var(--background-navbar); */
    background-color: #fffaf7;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    z-index: 3;
}

.menu li:first-of-type {
    margin-top: 100px;
    border-top: none;
    /* padding-top: 50px; */
}

/* Hamburger menu button */
.menu-btn:checked~.menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    /* background: #211715; */
    color: #211715;
    opacity: 0;
    transition: 0.5s;
}

.menu li {
    border-top: 1px solid #4BB0B6;
    padding: 15px 0;
    margin: 0 54px;
    text-align: center;
    opacity: 0;
    transition: 0.5s;
}

.menu li:last-child {
    border-bottom: 1px solid #4BB0B6;
}

.menu-btn:checked~.menu a,
.menu-btn:checked~.menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
    display: none;
}

.menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 5;
    padding: 15px 8px;
    margin-right: 25px;
}

.navicon {
    background: #4BB0B6;
    display: block;
    height: 2.5px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    border-radius: 60px;
}

.navicon:before,
.navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #4BB0B6;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    border-radius: 60px;
}

.navicon:before {
    top: 9px;
}

.navicon:after {
    bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0;
}

.menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    bottom: 0;
}

.menu-btn:checked~.menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Navbar Text */
.navtext {
    position: absolute;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 4px;
    font-size: 20px;
}

/* heder  PC用 */
.nav {
    display: none;
}

.menu-nav {
    display: none;
}

.contact-btn {
    display: none;
}

/* メインビジュアル */
section.FV {
    margin-bottom: 3rem;
}

.fv_pc {
    display: none;
}

/* 当院について about */
.about {
    margin-bottom: 6rem;
}

/* 料金表 */
.service {
    margin-bottom: 6rem;
}

.price-table {
    margin: 30px 0;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-top: 1px solid #4BB0B6;
}

.price-row:last-child {
    border-top: 1px solid #4BB0B6;
}

.price-label {
    font-weight: 700;
}

.price-value {}

.price-detail {
    margin-left: 14px;
    font-weight: 700;
    line-height: 30px;
}

.price-detail-value {
    line-height: 30px;
}

/* スタッフ */
.staff {
    margin-bottom: 6rem;
}

/* アクセス */
.access {
    padding-bottom: 6rem;
}

.map_wrp {
    text-align: center;
}

/* よくある質問 */
.sec-question {
    display: flex;
    /* justify-content: space-around; */
    background-color: #f6f3ef;
    padding: 15px;
    margin-top: 30px;
    position: relative;
    align-items: center;
}

.sec-question img {
    width: 25px;
    height: 28px;
    object-fit: contain;
}

/* 開閉ボタン */
.ac-box input {
    display: none;
}


.ac-box .ac-small {
    height: 0px;
    /*   padding: 0px; */
    padding: 15px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
    padding-left: 28px;
}

.sec-question-content {
    display: flex;
    align-items: center;
    /*   width: 80%; */
    padding-left: 25px;
}

.sec-question-content p {
    margin-left: 15px;
}

.question-dtl {
    width: 80%;
    display: flex;
    align-items: center;
}

.ac-box input:checked~.arrow-down::after {
    transform: rotate(-125deg);
    top: 40%;
}

.ac-box input:checked~.arrow-down::before {
    transform: rotate(-45deg);
    top: 40%;
}

.sec-question:has(input:checked) {
    /* margin-bottom: 150px; */
    margin-bottom: 90px;
}

.ac-box input:checked~div {
    height: auto;
    /*   padding: 5px; */
    background: #f6f3ef;
    opacity: 1;
    z-index: 5;
    transition: 0.5s;
}

.ac-box div p {
    color: #3e3e3e;
    line-height: 23px;
    font-size: 14px;
    /* padding: 20px; */
    text-align: justify;
}

.ac-small p {
    margin-bottom: 0px;
    margin-left: 18px;
    /*   width: 65%; */
    width: 80%;
}

.ac-small {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: flex;
    align-items: center;
}

.ac-small-dtl {
    width: 80%;
    display: flex;
    align-items: center;
}

.ac-small img {
    width: 20px;
    height: 28px;
    /*   margin-left: 28px; */
    /*   margin-left: 14px; */
}

/* お知らせ */
.sec-news {
    /*   margin-top: 30px; */
    border-bottom: 1px dashed #c1d5ce;
    padding: 15px 0;
}

.sec-news-date {
    margin-right: 30px;
    color: #abc9bf;
    font-family: Josefin Sans;
}

.sec-news-bage {
    color: red;
}


.sec-news a {
    /*   padding: 10px 0; */
    font-size: 0.9rem;
    /*14px*/
    display: block;
}

/* ブログ */
.sec-blog {
    margin-top: 30px;
}

.sec-blog img {
    width: 100%;
}

.blog-content {
    width: 46%;
    margin: 0 auto;
}

.sec-blog-date {
    /*   margin-right: 10px; */
    color: #abc9bf;
    font-size: 0.8rem;
    /*12.8px*/
    /*   font-family: "Josefin Sans" */
    font-weight: 400;
    font-family: Josefin Sans;
}

.blog-content p {
    /*   padding: 10px 0; */
    font-size: 0.9rem;
    /*14px*/
}

.blog-content img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.blog-dtl {
    padding: 10px 0;
}

/* 会社概要 */
.sec-company dl dd {
    width: 27%;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 0.9rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #c1d5ce;
}

.sec-company dl dt {
    width: 73%;
    font-size: 0.9rem;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    border-bottom: 1px solid #c1d5ce;
}

.sec-company dl dd:first-of-type {
    padding-top: 20px;
}

.sec-company dl dt:first-of-type {
    padding-top: 20px;
}

.sec-company dl dd:last-of-type {
    border-bottom: none;
}

.sec-company dl dt:nth-of-type(6) {
    border-bottom: none;
}

.company-adress {
    width: 100% !important;
    /* margin-left: 25%; */
    padding-left: 35% !important;
    font-size: 0.8rem !important;
    padding-top: 0px !important;
}

/* 工事の流れ */
/* 工事の流れ　FLOW */
.sec-flow img {
    width: 25px;
}

.sec-flow {
    justify-content: flex-start;
    padding: 0 16px;
}

.sec-flow+.sec-flow {
    margin-top: 20px;
}

.number {
    background-color: #000;
    border-radius: 50%;
    color: #ffffff;
    /* padding: 4px; */
    /* padding-top: 2px; */
    margin-right: 10px;
    width: 34px;
    height: 34px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    /* position: relative; */
}

.number img {
    width: 9px;
    height: 22px;
    margin: 0 auto;
}

.sec-flow-txt {
    font-size: 0.9rem;
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #D9D9D9;
}

.sec-flow-remove {
    padding-bottom: 0px;
    border-bottom: none;
}

.sec-flow-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #D9D9D9;
}

.flow-line img,
.flow-tel img,
.flow-mail img {
    margin-right: 5px;
}

.flow-line img {
    width: 50px;
}

.flow-tel {
    margin-left: 20px;
}

/* サービス一覧 */
.reform-txt {
    display: flex;
    padding-top: 10px;
}

.reform-txt p {
    padding-top: 0;
    /* padding-left: 10px; */
    margin-left: 10px;
    width: 100%;
    line-height: 1.5;
}

/* 丸チェック */
.check {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #c1d5ce;
    border: solid 1px #211715;
    border-radius: 50%;
    /* margin-right: 10px; */
}

.check::before {
    content: "";
    position: absolute;
    /* top: calc(50%); */
    top: 70%;
    right: 9px;
    width: 5px;
    height: 1px;
    /* border-radius: 9999px; */
    background-color: #000000;
    transform-origin: calc(100%) 50%;
}

.check::after {
    content: "";
    position: absolute;
    /* top: calc(50%); */
    top: 70%;
    right: 9px;
    width: 8px;
    height: 1px;
    /* border-radius: 9999px; */
    background-color: #000000;
    transform-origin: calc(100%) 50%;
}

.check::before {
    transform: rotate(45deg);
}

.check::after {
    transform: rotate(125deg);
}

.reform-place-img {
    width: 100%;
    height: 196px;
    vertical-align: bottom;
}

/* 料金表 */
.reform-place-price {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    border: 1px solid #211715;
}

.reform-place-price th {
    background-color: #211715;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 200;
    padding: 5px;
}

.reform-place-price th:first-of-type {
    border-right: 1px solid;
}

.reform-place-price td {
    font-size: 0.9rem;
    /* border: 0.5px solid #211715; */
    border-bottom: 1px solid #211715;

    padding: 5px;
}

.reform-place-price tr td:first-of-type {
    border-right: 1px solid #211715;
}

.reform-place-price tr:nth-child(4) td {
    border-bottom: none;
}

.reform-place-content {
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

table {
    border-spacing: 0;
    border-collapse: unset;
}

ol,
ul {
    /* padding-left: 40px; */
    padding: 0px;
}

/* フッター */
footer {
    /*   position: relative; */
    /*   margin-top: 70px; */
}

footer img {
    /*   position: absolute; */
    /*   top:-12%; */
}

.footer-pc {
    display: none;
}

.sec-footer {
    /* background-image: url(https://suzuya-denki.com/wp-content/uploads/2025/02/footer-bg.png); */
    /* background-image: url(https://suzuya-denki.com/wp-content/uploads/2025/06/footer_bg-sp.png); */
    background-image: url(https://suzuya-denki.com/wp-content/uploads/2025/07/footer_bg-sp2.png);
    background-size: cover;
    /*   height: auto; */
}

.footer-content {}

.footer-txt {
    margin-left: 86px;
}

.sec-footer-box {
    align-items: baseline;
    justify-content: flex-start;
    padding: 30px;
    padding: 30px 0 30px 15px;
    background-color: #4BB0B6;
}

.sec-footer ul li {
    padding-top: 10px;
}

.sec-footer ul li:first-child {
    padding-top: 0;
}

.sec-footer ul li a {
    text-decoration: none;
    color: #fff;
}

.footer_copy {
    display: block;
    margin-top: 3rem;
    text-align: center;
    font-size: 1rem;
}

.footer_copy p {
    color: #fff;
}



#footer {
    display: none;
}

ul.mobile-footer-menu-buttons.mobile-menu-buttons {
    background: #4BB0B6;
        border-radius: 10px 10px 0 0;
}
ul.mobile-footer-menu-buttons.mobile-menu-buttons a {
    color: #fff;
        line-height: 2.5;
}
/* 工藤　ここまで */

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
    /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
    /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
    /*必要ならばここにコードを書く*/
}


/* ここから */
@media screen and (min-width: 756px) {
    .container {

    }

    .common-ttl {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 70px;
    }

    .common-btn {
        padding: 12px 70px;
        margin-bottom: 80px;
    }

    .common-btn a {
        font-size: 24px;
        /* font-size: 15rem; */
    }

    .common-btn a::before {
        top: -5px;
        left: -5px;
    }


    /* .inner {
    max-width: 1040px;
  } */
    .u_wrp_chd {
        max-width: 940px;
        min-width: 940px;
        margin: 0 auto;
    }

    .wrap {
        width: auto;
        margin: 0 auto;
    }

    .logo_wrp {
        padding: 15px 0 0 20px;
    }

    /* ヘッダー */
    .header-nav {
        width: 100%;
        /*     max-width: 1040px; */
        max-width: 100vw;

    }

    .page-id-500 header {
        padding: 0;
    }

    #header .header .cf {
        padding: none;
    }

    .header-logo {
        width: 162.48px;
        height: 55.28px;
        margin-left: 35px;
    }

    /* .menu-icon {
    display: none;
  } */

    .nav {
        display: flex;
    }

    .menu-nav {
        display: flex;
        align-items: center;
        font-family: Noto Sans JP;
        font-size: 1.15rem;
        font-weight: 400;
    }

    .menu-nav li {
        padding-right: 22px;
        list-style: none;
    }

    .menu-nav li:last-child {
        padding-right: unset;
    }

    .menu-nav li a {
        text-decoration: none;
        letter-spacing: 0.12em;
    }

    .contact-btn {
        display: block;
        background-color: #c1d5ce;
        border: 1px solid #000000;
        border-bottom: unset;
        padding: 20px 48px !important;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .contact-btn a {
        text-decoration: none;
        font-family: Noto Sans JP;
        font-size: 1.15rem;
        font-weight: 400;
        letter-spacing: 0.08em !important;
    }

    /* main visual */
    .sec-mainvisual {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .header-container,
    .main {
        margin-top: -1px;
        background-color: unset;
    }

    /* .mainvisual-pc {
        display: block;
        height: 635px;
    } */

    .fv_pc {
        display: block;
    }

    .fv_sp {
        display: none;
    }

    /* .mainvisual-sp {
	display:none;
} */

    /* リフォームメリット */
    .sec-reform-merit {
        display: flex;
        justify-content: space-between;
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .reform-content {
        width: calc(100% / 3);
        text-align: center;
        display: block;
    }

    .reform-img {
        height: 100px;
        width: 100%;
    }

    .reform-content:first-child .reform-img {
        padding-top: 10px;
    }

    .reform-content img {
        /* width: 32%; */
        width: 35%;
        padding-top: 0;
    }

    .reform-content p {
        width: 100%;
        /* margin-left: auto; */
        /* padding-top: 30px; */
        padding-top: 5px;
        /* font-size: 16px; */
        font-size: 1rem;
    }

    .reform-content:first-child {
        /*     padding-top: 40px; */
    }

    .reform-conten-text {
        padding-top: 5px !important;
    }

    .sec-reform-merit {
        margin-top: 55px;
        /*     margin-bottom: 35px; */
        margin-bottom: 60px;
    }

    /* リフォーム場所選択 */
    .sec-reform-place-box {
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        flex-wrap: wrap;
    }

    .reform-tab-ttl-kitchin {
        width: 158px;
    }

    .sec-reform-place {
        /* width: calc(100% / 2); */
        width: 49%;
        height: 53%;
    }


    .sec-reform-place p {
        font-size: 1rem;
        /*16px*/
        padding-left: 10px;
        line-height: 1.5;
        /* padding-top: 15px; */
        /* padding-bottom: 0; */
    }

    .page-id-500 .article p {
        letter-spacing: 0.03em;
        /* letter-spacing: 0.02em; */
        /* line-height: 1.5; */
    }

    .sec-reform-place img {
        padding-top: 15px;
        /* padding-top: 25px; */
    }

    .reform-icon {
        padding-left: 10px;
    }

    .icon {
        /* margin-top: 10px; */
        margin-top: 6px;
        /* padding: 0 8px; */
        padding: 3px 8px;
        margin-right: 1px;
        font-size: 1rem;
    }

    .icon+.icon {
        margin-left: 5px;
    }

    .reform-place-img-ddl {
        padding-top: 20px !important;
        padding-left: 7px;
        width: 98.5%;
    }

    .su-tabs-nav {
        max-width: 548px !important;
        margin-top: 65px;
        margin-bottom: 53px;
    }

    .su-tabs-nav span {
        font-size: 1.2rem !important;
        padding: 21px 20px !important;
    }

    .su-tabs-nav .tab-2:before {
        height: 47px;
        /* ボーダーの厚さ */
    }

    .su-tabs-nav .tab-2:after {
        height: 47px;
        /* ボーダーの厚さ */
    }

    .su-tabs-nav .tab-2:before {
        bottom: 7px;
    }

    .su-tabs-nav .tab-2:after {
        bottom: 7px;
    }

    .su-tabs {
        max-width: 1040px;
        /* インナー */
        margin: 0 auto !important;
        padding: 0 15px !important;
    }

    .su-tabs-panes {
        box-sizing: border-box !important;
        width: 800px;
        margin: 0 auto;
    }

    .kitchen-icon {
        /*     margin-left: unset !important; */
    }

    .more-btn {
        font-size: 1.168rem;
        padding-right: 5px;
        padding-top: 11px;
    }

    .arrow {
        width: 24.53px;
        height: 24.53px;
        margin-left: 10px;
    }

    /* 対応地域 */
    .sec-area {
        width: 80%;
        margin: 0 auto;
        padding: 80px 0;
    }

    .sec-area-name {
        /*     text-align: center; */
        width: 598px;
        margin: 0 auto;
        font-size: 16px;
    }

    /*  工事の流れ*/
    .sec-flow {
        display: block;
        width: 50%;
        margin: 0 auto;
    }

    .sec-flow-pc {
        display: flex;
    }

    .flow-mail {
        margin-left: 20px;
    }

    /* お客様の声 */
    .sec-customer-voice-box {
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        flex-wrap: wrap;
        /* padding: 0 4%; */
        max-width: 1040px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .sec-customer-voice {
        width: 46%;
        margin-top: 40px;
    }

    /* よくある質問 */
    .sec-question {
        width: 50%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .sec-question-content {
        padding-left: 50px;
    }

    .ac-box .ac-small {
        padding-left: 53px;
    }

    /* お知らせ */
    .sec-news {
        max-width: 523px;
        margin: 0 auto;
    }


    /* ブログ */
    .blog-content {
        /*     width: unset; */
        width: 30%;
    }

    .sec-blog-date {
        /*   font-size: 0.9rem;  */
        font-size: 1rem;
        /*16px*/
    }

    .blog-content p {
        font-size: 1rem;
        /*16px*/
        padding-bottom: 20px;
    }

    /* ブログ　ページネーション */
    .prev::before,
    .prev::after {
        /*   top: 50%; */
        right: 20px;
        /*   width: 5px; */
        /*   height: 1px; */
    }

    .next::before,
    .next::after {
        /*   top: 50%; */
        right: 20px;
        /*   width: 5px; */
        /*   height: 1px; */
    }

    /* サービス	 */
    .page-id-649 article h2 {
        top: -6% !important;
    }

    .page-id-649 .reform-tab-ttl-en {
        top: -6% !important;
    }

    /* 会社概要 */
    .sec-company {
        max-width: 523px;
        width: 100%;
        margin: 0 auto;
    }

    .company-adress {
        padding-left: 32% !important;
    }

    /* お問い合わせ */
    .contact-content {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    /* フッター */
    footer img {
        /*     position: absolute; */
        /*     top: -35%; */
    }

    footer {
        /*     margin-top: 150px; */
    }


    .footer-sp {
        display: none !important;
    }


    .footer-pc {
        display: flex;
    }

    .sec-footer {
        background-image: url(https://suzuya-denki.com/wp-content/uploads/2025/06/footer-bg-pc-scaled.png);
        /* background-image: url(https://suzuya-denki.com/wp-content/uploads/2025/06/footer-bg-sp.png); */
    }

    .sec-footer-box {
    }

    .footer-pc-box {
        display: flex;
    }

    .sec-footer ul li a {
        color: #ffffff;
        text-decoration: none;
        font-family: Noto Sans JP;
        /* font-size: 18px; */
        font-weight: 400;
    }

    .footer-content {
        margin-top: 0px;
    }

    .footer-logo {
        width: 204px;
    }

    .footer-adrees {
        padding-top: 20px;
    }

    .footer-adrees p {
        color: #ffffff;
        font-family: Noto Sans JP;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1.8px;
    }


}