/*
Theme Name:   サイドエコ専用テーマ
Description:  
Author:       sideeco
Author URL:   http://www.side-eco.com/
Template:     skt_babysitter
Version:      1.0
Text Domain:  skt_babysitter-child
*/


@media (min-width: 769px){
    .wid1{width: 1200px !important;margin: auto;}
    .pc_none{display: none;}
    .slideshape svg {
        background-image: url(./top_kumo.png);
        height: 250px;
    }
}
@media (max-width: 768px){
    .wid1{width: 94%;margin: auto;}
    .slideshape svg {
        background-image: url(./top_kumo_sp.png);
        height: 70px;
    }
}
@media (max-width: 680px){
    h1{font-size: 24px !important;line-height: 130%;}
    h2{font-size: 22px !important;line-height: 130%;}
    #footer .rowfooter {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .emltp {
        margin-right: 0px !important;
        display: block !important;
    }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
#home_slider {
    margin-top: 140px;
}
}

.slideshape svg g {
    display: none;
}



/* Hタグ */

h1 {
    position: relative;
    padding: 1rem 2rem 0.5rem 0rem;
    border-bottom: 6px solid #71B22C;
}

h1:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: #1D2088;
}

.tit1 h2{
    padding: 0.25em 0.5em;
    color: #1E73BE;
    background: transparent;
    border-left: solid 5px #1E73BE;
    border-bottom: 1px dotted #1E73BE;
}
.tit1 h3{
    background-color: #DEEAFF;
    padding: 10px 20px;
}

.tit2 h2{
    background: linear-gradient(transparent 70%, #c8dcff 70%);
}

/* トップ */

.ugb-blog-posts.ugb-blog-posts--v2.ugb-blog-posts--design-list .ugb-blog-posts__item {
    padding: 1em;
    color: #232323;
    background: #f9f9f9;
    border-left: solid 10px #C8DCFF;
}
.ugb-blog-posts.ugb-blog-posts--v2 .ugb-block-content {
    grid-row-gap: 20px;
}

.wpfm-template-3 .wpfm-menu-nav.wpfm-position-right ul li a span.wpfm-menu-name, .wpfm-template-3 .wpfm-menu-nav.wpfm-position-top-right ul li a span.wpfm-menu-name, .wpfm-template-3 .wpfm-menu-nav.wpfm-position-bottom-right ul li a span.wpfm-menu-name {
    font-size: 20px;
}

/* スライダー*/

.slider-main .nivo-caption .nivo-caption-content {
    max-width: 650px;
}

/* サイドバー */

#sidebar li{list-style: circle !important;margin:0 0 10px 20px !important;line-height: 130%;}

/* post */

.rent1{text-align: center;}

.rent1 a {
    position: relative;
    display: inline-block;
    padding: 0.5em 1.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.rent1 a:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

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

.inframe{
    height: 300px;
    overflow: auto;
    overflow-y:scroll;
    overflow-x: hidden;
    font-size: 12px;
    padding: 0 10px;
}
.inframe h4{font-size: 16px;border-bottom: 1px solid #ccc;margin-bottom: 10px;}
.inframe h5{font-size: 13px;}


.wpcf7c-elm-step2 {
    width: 100%;
    height: 80px;
    background: #1D2088;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer;
}

#form1{overflow: hidden;}
#form1 th,#form1 td{padding: 20px;}
#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;
}
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 (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; }
}

/* ----------------- パーツ ----------------- */

/* --- PC --- */

@media screen and (min-width:769px) {

    .up10{margin-top: 10px;}
    .up20{margin-top: 20px;}
    .up30{margin-top: 30px;}
    .up40{margin-top: 40px;}
    .up50{margin-top: 50px;}
    .up60{margin-top: 60px;}
    .up70{margin-top: 70px;}
    .up80{margin-top: 80px;}
    .up90{margin-top: 90px;}
    .up100{margin-top: 100px;}

    .dn10{margin-bottom: 10px;}
    .dn20{margin-bottom: 20px;}
    .dn30{margin-bottom: 30px;}
    .dn40{margin-bottom: 40px;}
    .dn50{margin-bottom: 50px;}
    .dn60{margin-bottom: 60px;}
    .dn70{margin-bottom: 70px;}
    .dn80{margin-bottom: 80px;}
    .dn90{margin-bottom: 90px;}
    .dn100{margin-bottom: 100px;}

    .fnt10{font-size: 10px;}
    .fnt12{font-size: 12px;}
    .fnt13{font-size: 13px;}
    .fnt14{font-size: 14px;}
    .fnt15{font-size: 15px;}
    .fnt16{font-size: 16px;}
    .fnt18{font-size: 18px;}
    .fnt20{font-size: 20px;}
    .fnt22{font-size: 22px;}
    .fnt24{font-size: 24px;}
    .fnt28{font-size: 28px;}
    .fnt30{font-size: 30px;}
    .fnt36{font-size: 36px;}
    .fnt42{font-size: 42px;}
    .fnt48{font-size: 48px;}
    .fnt54{font-size: 54px;}
    .fnt60{font-size: 60px;}
    .fnt72{font-size: 72px;}
}

/* --- スマホ --- */
@media screen and (max-width:768px) {
    .up10{margin-top: 10px;}
    .up20{margin-top: 12px;}
    .up30{margin-top: 16px;}
    .up40{margin-top: 18px;}
    .up50{margin-top: 20px;}
    .up60{margin-top: 22px;}
    .up70{margin-top: 24px;}
    .up80{margin-top: 26px;}
    .up90{margin-top: 28px;}
    .up100{margin-top: 30px;}

    .dn10{margin-bottom: 10px;}
    .dn20{margin-bottom: 12px;}
    .dn30{margin-bottom: 16px;}
    .dn40{margin-bottom: 18px;}
    .dn50{margin-bottom: 20px;}
    .dn60{margin-bottom: 22px;}
    .dn70{margin-bottom: 24px;}
    .dn80{margin-bottom: 26px;}
    .dn90{margin-bottom: 28px;}
    .dn100{margin-bottom: 30px;}

    .fnt10{font-size: 10px;}
    .fnt12{font-size: 10px;}
    .fnt13{font-size: 11px;}
    .fnt14{font-size: 11px;}
    .fnt15{font-size: 11px;}
    .fnt16{font-size: 12px;}
    .fnt18{font-size: 12px;}
    .fnt20{font-size: 13px;}
    .fnt22{font-size: 14px;}
    .fnt24{font-size: 16px;}
    .fnt28{font-size: 18px;}
    .fnt30{font-size: 20px;}
    .fnt36{font-size: 24px;}
    .fnt42{font-size: 28px;}
    .fnt48{font-size: 32px;}
    .fnt54{font-size: 36px;}
    .fnt60{font-size: 40px;}
    .fnt72{font-size: 48px;}
}