/* sandcadd.css
auther:sandc Masaya Hashimoto */

/* 固定ページMVの画像の設定 */
.add_pagemv img {
    width: 100%;
}

/* カラム内コンテンツの位置調整 */
.add_column-center {
    margin: 20px auto 0;
    justify-content: center;
}

/* カラム内インライン要素の位置調整 */
.add_text-center {
    text-align: center;
}

/* カラム内要素のテキストを左右センタリング */
.add_container {
    text-align: center;
}

/* カラム内の複数のコンテンツをセンタリング */
.single .single_content .single_content_text .is-layout-flex.add_columns {
    display: flex;
    justify-content: center;
    gap: 40px;
}

/* コンテンツ幅いっぱいの画像の設定 */
.add_page-content img {
    width: 100%;
}

/* カラム内右側コンテンツの左余白 */
.add_row-right {
    padding-left: 30px;
}

/* h3が中央で大きすぎる場合に左寄せにして少しサイズを小さくする */
.single .single_content .single_content_text h3.add_h3-small-left {
    padding: 30px 0 0;
    text-align: left;
    font-size: 24px;
}

/* サイトマップの固定ページの子ページを一段下げる */
ul.is-style-flabo-list-1.sitemap_sublist {
    margin-left: 30px;
}

/* /ninbai/のテーブルの幅調整など */
.is-style-flabo-table-1.add_ninbai-table td:first-child {
    width: 20%;
}
.is-style-flabo-table-1.add_ninbai-table td:nth-child(2) {
    width: 40%;
}
.is-style-flabo-table-1.add_ninbai-table td:last-child {
    width: 40%;
}

/* /tenant/manners/のテーブルの幅調整など */
.is-style-flabo-table-2 td:first-child {
    width: 25%;
}
.is-style-flabo-table-2 td:nth-child(2) {
    width: 75%;
}
.is-style-flabo-table-2 td a {
    text-decoration: underline;
}
.is-style-flabo-table-2 td a:hover {
    color: #029a6c;
}

/* /akiyakanri/のテーブルの幅調整など */
.is-style-flabo-table-2.add_table-a td:first-child {
    width: 35%;
}
.is-style-flabo-table-2.add_table-a td:nth-child(2) {
    width: 65%;
}
.is-style-flabo-table-2.add_table-b td:first-child {
    width: 30%;
}
.is-style-flabo-table-2.add-table-b td:nth-child(2) {
    width: 70%;
}

@media screen and (max-width:768px) {
    .is-style-flabo-table-2.add_table-a,
    .is-style-flabo-table-2.add_table-b {
        font-size: 14px;
    }
    .is-style-flabo-table-2.add_table-a td:first-child {
        width: 40%;
    }
    .is-style-flabo-table-2.add_table-a td:nth-child(2) {
        width: 60%;
    }
    .is-style-flabo-table-2.add_table-b td:first-child {
        width: 38%;
    }
    .is-style-flabo-table-2.add-table-b td:nth-child(2) {
        width: 62%;
    }
}

/* /akiyakanri/のボタン調整 */
.add_akiyakanri-link a {
    font-size: 18px!important;
}

@media screen and (max-width:768px) {
    .add_akiyakanri-link a {
        width: 100%;
        font-size: 15px!important;
    }
}


/* "step0X"のあしらい */
.add_step {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #029a6c;
    border-radius: 100px;
}
.single .single_content .single_content_text p.add_step_p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}
.add_step-center {
    display: grid;
    padding-top: 30px;
    justify-content: center;
}
.add_step:not(.add_step_last):after {
    content: "\f103";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 80px;
    color: #029a6c;
    top: 90px;
    left: 20px;
}

@media screen and (max-width:768px) {
    .add_step:not(.add_step_last):after {
        display: none;
    }
}

/* 404などのリンクのあしらい */
.link-deco {
    text-decoration: underline;
}
.link-deco:hover {
    color: #029a6c;
}
.list_01 {
    padding-left: 50px;
}

/* /koriyama/各ページのテーブルの幅調整 */
.is-style-flabo-table-1.add_koriyama-table th,
.is-style-flabo-table-1.add_koriyama-table td {
    font-size: 17.5px;
}
.is-style-flabo-table-1.add_koriyama-table th:first-child {
    width: 25%;
}
.is-style-flabo-table-1.add_koriyama-table th:nth-child(2) {
    width: 43%;
}
.is-style-flabo-table-1.add_koriyama-table th:nth-child(3) {
    width: 14%;
}
.is-style-flabo-table-1.add_koriyama-table th:last-child {
    width: 18%;
}

@media screen and (max-width:768px) {
    .is-style-flabo-table-1.add_koriyama-table th,
    .is-style-flabo-table-1.add_koriyama-table td {
        padding: 7px 5px;
        font-size: 12px;
    }
    .is-style-flabo-table-1.add_koriyama-table th:first-child {
        width: 30%;
    }
    .is-style-flabo-table-1.add_koriyama-table th:nth-child(2) {
        width: 36%;
    }
    .is-style-flabo-table-1.add_koriyama-table th:nth-child(3) {
        width: 14%;
    }
    .is-style-flabo-table-1.add_koriyama-table th:last-child {
        width: 20%;
    }
    .is-style-flabo-table-1.add_koriyama-table tr:not(:first-child) th:first-child {
        text-align: left;
    }
}

/* /contract/下部の問い合わせ先の調整 */
.reserve.add_contract .cards {
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    gap: 40px;
}

@media screen and (max-width:768px) {
    .reserve.add_contract .cards {
        flex-direction: column;
        gap: 0px;
    }
    .card.vertical {
        flex-direction: row;
        align-items: center;
    }
    .card.vertical img{
        width: 50%;
    }
    .card.vertical .card-shopname {
        font-size: 13px;
    }
    .card.vertical .card-tel {
        gap: 3px;
        font-size: 13.5px;
    }
    .card.vertical .card-tel img.telicon {
        aspect-ratio: 4/3;
    }
    .card.vertical .card-tel img.arrow {
        aspect-ratio: 3/2;
    }
}

/* /contract/登録情報変更のお手続きの調整 */
.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 1;
}

/* /store/各店舗ページのテーブルの幅調整 */
.is-style-flabo-table-2.add_store-table {
    margin-left: 30px;
}
.is-style-flabo-table-2.add_store-table th,
.is-style-flabo-table-2.add_store-table td {
    font-size: 18px;
}
.is-style-flabo-table-2.add_store-table td:first-child {
    width: 30%;
}
.is-style-flabo-table-2.add_store-table td:nth-child(2) {
    width: 70%;
}

@media screen and (max-width:768px) {
    .is-style-flabo-table-2.add_store-table {
        margin-left: 0;
    }
    .is-style-flabo-table-2.add_store-table th,
    .is-style-flabo-table-2.add_store-table td {
        font-size: 14px;
        padding: 10px;
    }
    .is-style-flabo-table-2.add_store-table td:first-child {
        width: 33%;
    }
    .is-style-flabo-table-2.add_store-table td:nth-child(2) {
        width: 67%;
    }
}

/* /company/の業務内容部分と店舗画像順の調整 */
@media screen and (max-width:768px) {
    body .is-layout-flex.add_company-column {
        flex-direction: column-reverse;
    }
    .single .single_content .single_content_text .is-layout-flex.add_company-column {
        gap: 50px;
    }
}

/* /company/のテーブルの調整 */
.is-style-flabo-table-2.add_company-info-table,
.is-style-flabo-table-2.add_company-history-table {
    font-size: 18px;
}
.is-style-flabo-table-2.add_company-info-table td:first-child {
    width: 25%;
}
.is-style-flabo-table-2.add_company-info-table td:nth-child(2) {
    width: 75%;
}
.is-style-flabo-table-2.add_company-history-table td:first-child {
    width: 20%;
}
.is-style-flabo-table-2.add_company-history-table td:nth-child(2) {
    width: 80%;
}

@media screen and (max-width:768px) {
    .is-style-flabo-table-2.add_company-info-table,
    .is-style-flabo-table-2.add_company-history-table {
        font-size: 16px;
    }
    .is-style-flabo-table-2.add_company-info-table td,
    .is-style-flabo-table-2.add_company-history-table td {
        padding: 12px 15px 12px 12px;
    }
    .is-style-flabo-table-2.add_company-info-table td:first-child {
        width: 30%;
    }
    .is-style-flabo-table-2.add_company-info-table td:nth-child(2) {
        width: 70%;
    }
    .is-style-flabo-table-2.add_company-history-table td:first-child {
        width: 28%;
    }
    .is-style-flabo-table-2.add_company-history-table td:nth-child(2) {
        width: 72%;
    }
}


/* /company/のリストの調整 */
.add_company-service li {
    margin-left: 10%;
}
.add_company-list {
    padding-left: 30%;
}

@media screen and (max-width:768px) {
    .add_company-service li:before {
        top: 15px;
    }
    .add_company-list {
        padding-left: 12%;
        font-size: 16px;
    }
}

/* /company/の企業理念セクションの調整 */
.add_company-philosophy p {
    display: block;
    padding: 0 50px;
}
.single .single_content .single_content_text .add_company-philosophy p.add_company-vision {
    font-size: 26px;
}
.single .single_content .single_content_text .add_company-philosophy li {
    margin: 0 30px 0 75px;
}

@media screen and (max-width:768px) {
    .add_company-philosophy {
        padding: 30px 10px;
    }
    .single .single_content .single_content_text .add_company-philosophy p.add_company-vision {
        font-size: 22px;
    }
    .single .single_content .single_content_text .add_company-philosophy p {
        padding: 0 20px;
    }
    .single .single_content .single_content_text .add_company-philosophy li {
        margin: 0 15px 0 40px;
        font-size: 14px;
    }
}

/* /souzokusoudan/のサービスリストの幅など調整 */
.add_souzoku-box {
    margin: 0 auto;
    width: 600px;
}
.add_souzoku-box.is-style-flabo-group-box-1 li {
    margin-left: 50px;
}

@media screen and (max-width:768px) {
    .add_souzoku-box {
        width: 98%;
        padding: 10px;
    }
    .add_souzoku-box.is-style-flabo-group-box-1 p:first-child {
        font-size: 16px!important;
    }
    .add_souzoku-box.is-style-flabo-group-box-1 li {
        margin-left: 30px;
        font-size: 13px!important;
    }
}

/* トップページの店舗一覧の幅調整 */
div.row.branch-info {
    width: 400px;
}

@media screen and (max-width:768px) {
    div.row.branch-info {
        width: auto;
    }
}

/* /tenant/taikyo/の※必ずご確認くださいの調整 */
.is-style-flabo-group-box-2.add_group-box-2 {
    padding: 30px 10% 40px;
}

@media screen and (max-width:768px) {
    .is-style-flabo-group-box-2.add_group-box-2 {
        padding: 5px 10% 20px;
    }
}

/* /renovation/の調整 */
.add_renovation-p {
    display: block;
    width: 45%;
}

@media screen and (max-width:768px) {
    .add_renovation-p-a {
        font-size: 18px!important;
        margin-block-start: 0;
    }
}

/* フォームの調整 */
.mw_wp_form input[name=post_code],
.mw_wp_form input[name=post_code2] {
    width: 280px;
}

@media screen and (max-width:768px) {
    .mw_wp_form input[name=post_code],
    .mw_wp_form input[name=post_code2] {
        width: 60%;
    }
}

@media screen and (max-width:768px) {
    .mw_wp_form .radio-list-2 {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

/* CTAの調整 */
@media screen and (max-width:768px) {
    .contact-cta-area-2__cta__mail>img {
        width: 20px;
        margin-right: 4%;
    }
    .contact-cta-area-2__cta__mail::after {
        right: 5%;
    }
}

/* /akiyakanri/内リストの調整 */
.add_akiyakanri_list {
    margin-left: 30px;
}
@media screen and (max-width:768px) {
    .add_akiyakanri_list {
        margin-left: 20px;
        font-size: 15px;
    }
    .is-style-flabo-list-2.add_akiyakanri_list {
        padding-left: 20px;
    }
    .single .single_content .single_content_text .add_akiyakanri-basicplan p {
        font-size: 16px;
    }
    .single .single_content .single_content_text .add_akiyakanri-option p,
    .single .single_content .single_content_text .add_company-service p {
        font-size: 20px!important;
    }
    .add_akiyakanri-option li,
    .add_company-service li {
        font-size: 16px;
    }
}


/* /company/と/store/各ページ内Google Mapの調整 */
.add_access-map {
    width: 100%;
    max-width: 600px;
    height: 450px;
}

@media screen and (max-width:768px) {
    .add_access-map {
        height: 250px;
    }
}