@charset "utf-8";
/*
Theme Name: しっぽのおせわ専用テーマ
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 1.0.0
*/
/* 吹き出し */

@media only screen and (min-width:768px) {
    .vk_balloon_icon_image {
        max-width: 100px !important;
    }
    /*.carousel-inner .container {
        max-width: 600px;
    }*/
}


/* ヘッダー */

.btn-primary {
    background-color: #FFCC00 !important;
    border-color: #FFCC00 !important;
}
.btn {
    border: 0px solid rgba(255,255,255,.3) !important;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.vk_outer_container .btn {
    width: 100% !important;
}

.veu_color_txt_key {
    color: #ffa500 !important;
}

/* トップ */

.vk_card_item .vk_post_title.card-title {
    position: relative;/*相対位置*/
    padding-left: 1.2em;/*アイコン分のスペース*/
    line-height: 1.4;/*行高*/
    color: #7b6459;/*文字色*/
    font-size: 1.2em;
}

.vk_card_item .vk_post_title.card-title:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1b0";/*アイコンのユニコード*/
    font-weight: 900;
    position: absolute;/*絶対位置*/
    font-size: 1em;/*サイズ*/
    left: 0;/*アイコンの位置*/
    top: 0;/*アイコンの位置*/
    color: #ff938b; /*アイコン色*/
}

/* トップ以外 */

.mainSection-col-two {
    background-color: #fff;
    padding: 50px;
    background-color: rgba(255,255,255,0.7);
}
.sideSection-col-two {
    padding: 20px;
    background-color: #fff;
    background-color: rgba(255,255,255,0.7);
}


.page-header h1.page-header_pageTitle, .page-header div.page-header_pageTitle {
    position: relative;/*相対位置*/
    padding-left: 1.2em;/*アイコン分のスペース*/
    line-height: 1.4;/*行高*/
    color: #7b6459;/*文字色*/
}

.page-header h1.page-header_pageTitle:before, .page-header div.page-header_pageTitle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1b0";/*アイコンのユニコード*/
    font-weight: 900;
    position: absolute;/*絶対位置*/
    font-size: 1em;/*サイズ*/
    left: 0;/*アイコンの位置*/
    top: 0;/*アイコンの位置*/
    color: #ff938b; /*アイコン色*/
}


/* ヘッダーメニュー */

.gMenu_outer {
    border-top-color: #0e8701;
    background-color: #09AA04;
}
.device-pc .gMenu > li a {
    padding-left: 1em;
    padding-right: 1em;
    color: #fff !important;
}

/* snsフローティング */

.wpfm-position-left.wpfm-menu-nav ul, .wpfm-position-right.wpfm-menu-nav ul {
    position: fixed;
    top: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}


@media (min-width: 992px){
    .header_scrolled .gMenu_outer {
        background-color: #09AA04;
    }
}

/* パンくずリスト */

.breadSection {
    line-height: 1.2;
    border-bottom: 10px solid #FFFDDB;
    background-color: #FFFBB6 !important;
}

/* スライダー */

/*.carousel-inner .container {
    overflow: hidden;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 40px 10px;
    text-align: center;
}*/

.wp-block-table{
    background-color: #fff;
}
.wp-block-table th{
    background-color: #ffe7e5;
}
.wp-block-table.tb2{
    width: 250px;
}
ul{
    padding-left: 30px !important;
}

/* レスポンシブ */
@media (max-width: 680px) {
    figure.tb1 .has-fixed-layout {
        width: 600px !important;
    }

    figure.tb1 .wp-block-table {
        width: 600px !important;
    }
}

@media only screen and (max-width:768px) {
    .title_b1 .wp-block-column:nth-child(1){flex-basis: 15% !important;}
    .title_b1 .wp-block-column:nth-child(2){flex-basis: 70% !important;}
    .wp-block-column:nth-child(2n) {
        margin-left: 5px !important;
    }
    body.page .wp-block-image img {
        max-width: 90% !important;
    }
}

@media only screen and (max-width:767px) {
    /*.carousel-inner .container {
        width: 90%;
    }*/
}

@media (min-width: 992px) {
    .siteHeadContainer.container .navbar-header {
        padding: 0px 15px !important;
    }

    .siteHeader_logo img {
        max-height: 80px;
        margin-top: -10px;
    }
}

/* 問い合わせフォーム */

.inquiry {
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
}
.inquiry2 {
    background-color: #fff;
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    width: 100%;
}

#form1 {
    overflow: hidden;
}

#form1 th,
#form1 td {
    padding: 20px;
    border: 1px solid #ccc;
}

#form1 th {
    width: 40%;
    text-align: left;
    font-weight: normal;
}

#form1 .form_1 {
    background-color: #f39800;
    padding: 10px;
    color: #fff;
    text-align: center !important;
    margin-bottom: 20px;
}

#form1 .color-botton01 {
    width: 220px;
    margin: 20px auto;
    padding: 15px 5px;
    background-color: #f39800;
    text-align: center;
    border-radius: 30px;
}

#form1 .color-botton01 a {
    color: #fff;
}

@media (min-width: 768px) {
    .wpcf7 {
        width: 100% !important;
    }
}

.wpcf7 {
    margin: 0px auto !important;
    padding: 0px !important;
    padding-bottom: 0px !important;
    background: rgba(215, 215, 215, 0.15);
}

span.wpcf7-list-item {
    display: block !important;
    margin: 0 0 0 1em;
    width: 100%;
}

/* 必須マーク */
.must {
    color: #fff;
    margin-right: 5px;
    padding: 3px 5px;
    background: #F92931;
    border-radius: 20px;
    font-size: 11px;
}

/* 任意マーク */
.free {
    color: #fff;
    margin-right: 5px;
    padding: 3px 5px;
    background: #a9a9a9;
    border-radius: 20px;
    font-size: 11px;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}


/* 送信ボタンを見やすくする */
input.wpcf7-submit {
    width: 100%;
    height: 80px;
    background: #27c038;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}

.wpcf7-form-control.wpcf7c-btn-confirm {
    width: 350px;
    padding: 15px !important;
    color: #fff;
    font-size: 30px !important;
    font-weight: 600;
    border-radius: 50px !important;
    margin-top: 30px !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc86a+0,f39800+100 */
    background: #ffc86a !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffc86a 0%, #f39800 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffc86a 0%, #f39800 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffc86a 0%, #f39800 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc86a', endColorstr='#f39800', GradientType=0) !important;
    /* IE6-9 */

}
@media only screen and (min-width:680px) {
    .siteContent_after .veu_contact{display: none;}
}

@media only screen and (max-width:768px) {
    .mini-content-container-1,.mini-content-container-2,.mini-content-container-3 {
        width: 80%;
        margin: auto;
    }
    .slide-text-title{font-size: 24px;}
    .slide-text-caption{font-size: 13px;}
    .slide .btn-ghost {
        font-size: 2.7vw;
    }
    body.page figure {
        text-align: center !important;
    }
    .page-header h1{
        text-shadow: 
            3px  3px 1px #ffffff,
            -3px  3px 1px #ffffff,
            3px -3px 1px #ffffff,
            -3px -3px 1px #ffffff,
            3px  0px 1px #ffffff,
            0px  3px 1px #ffffff,
            -3px  0px 1px #ffffff,
            0px -3px 1px #ffffff;
    }
    .page-header h1.page-header_pageTitle, .page-header div.page-header_pageTitle {
        margin-top: 0em;
        margin-bottom: calc( 4em - 0.1em );
    }
}

@media only screen and (max-width:480px) {
    #form1 {
        margin: 0 -10px;
    }

    #form1 th,
    #form1 td {
        width: 100% !important;
        display: block;
        border-top: none;
    }

    #form1 tr:first-child th {
        border-top: 1px solid #ddd;
    }
}