@charset "UTF-8";

/*
Theme Name: BABATOCHI
Template: SATC-template-1
Theme URI: http://www.babatochi.jp/
Description: 作成日 2018/11/08 / 更新日 2025/09/20
Author: SATC
Version: 1.1
*/

/**********************************************************************
Font Include
**********************************************************************/



/**********************************************************************
Basic Font Style
**********************************************************************/
.sub h2 {
    font-size: 24px;
    padding-top: 30px;
}

.heading {
    font-size: 26px;
}

.second-heading {
    font-size: 26px !important;
    padding-top: 0 !important;
}

.ruby {
    margin: 0;
    padding-bottom: 5px;
    font-weight: 400;
    font-size: 0.6em;
    color: #0071BC;
    letter-spacing: 0.06em;
}

.notes {
    font-size: 0.875em;
}


/**********************************************************************
Custom Font Style
**********************************************************************/
.freedial,
#property-title {
    font-family: 'Anton', sans-serif;
}


/**********************************************************************
Custom Class Style
**********************************************************************/
.heading-area {
    padding: 50px 0;
}

.page-heading-area {
    height: 260px;
    padding: 130px 0 70px;
    margin-bottom: 80px;
    background: url(images/page-header.jpg) no-repeat top center/140% auto;
    color: #fff;
    position: relative;
    z-index: -1;
}

.dl-table dt {
    margin-right: 0;
    padding-bottom: 0;
}

.btn-area {
    max-width: 730px;
    margin: auto;
}

.btn-top {
    bottom: -50px;
}

.return-top {
    text-align: center;
}

.return-top a,
.return-top a:hover {
    color: #0071BC;
}


/**********************************************************************
Bootstrap4 Style
**********************************************************************/
.btn-primary,
.btn-secondary {
    font-family: "メイリオ", sans-serif;
    font-weight: 700;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    border: #0071BC 3px solid;
    background-color: #0071BC;
}

.btn-primary:focus,
.btn-primary {
    background-color: #fff;
    border-radius: 0;
    color: #0071BC;
    padding: 20px 0;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
    border: #707070 3px solid;
    background-color: #707070;
}

.btn-secondary:focus,
.btn-secondary {
    color: #707070;
    border-radius: 0;
    background-color: #EAEAE0;
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}



/**********************************************************************
Custom Basic Structure
**********************************************************************/

/******* Base
***********************************************************************************/
body {
    font-family: "Helvetica Neue", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
    color: #3E3A39;
}





/******* Header
***********************************************************************************/
#header {
    height: 71px;
    background-color: #fff;
    z-index: 2;
}





/******* LOGO
***********************************************************************************/
#logo {
    width: 270px;
    margin: 5px 15px 0;
}

#logo a {
    background: url(images/logo.svg) center center no-repeat;
    background-size: contain;
}



/******* Navigation
***********************************************************************************/
#gNav a {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

#gNav a:hover {
    color: #0071BC;
    background-color: transparent;
}

#gNav a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #0071BC;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

#gNav a:hover::after {
    height: 5px;
    opacity: 1;
    visibility: visible;
}

#gNav ul:nth-child(2) a::after {
    content: none;
}

#menu-btn {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 7px;
    right: 15px;
    z-index: 2;
}


/******* Main
***********************************************************************************/
#main {
    padding: 0;
}


/******* Footer
***********************************************************************************/
#footer {
    background-color: transparent;
}

#footer-contents {
    padding: 50px 0 30px;
    border-top: #ccc 1px solid;
}

.copyright {
    padding: 10px;
}


/******* Sidebar
***********************************************************************************/




/**********************************************************************
Front Page Content Style
**********************************************************************/
/******* Hero
***********************************************************************************/
#hero {
    height: 100vh;
    display: table;
    text-align: center;
    background-image: url(images/mv-line.svg);
    background-repeat: no-repeat;
    background-position: bottom 40px center;
    background-size: 95%;
}

#hero-title {
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
}

#hero-title img {
    width: 90%;
}


/******* About
***********************************************************************************/
#about-us {
    padding: 80px 0 0 0;
    background: url(images/about-bg.jpg) no-repeat center center;
    background-size: cover;
    /*height: 100vh;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#about-us .container-fluid {
    padding-bottom: 80px;
    
}

#about-us .inner {
    max-width: 670px;
    padding: 30px 15px;
    margin: auto;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
}

#about-us .heading-area {
    background: url(images/logo-mark.png) no-repeat top center;
    padding-top: 100px;
}


/******* Property
***********************************************************************************/
#property {
    padding-bottom: 60px;
    background: url(images/service-bg.jpg) no-repeat center bottom;
    background-size: cover;
    border-top: #0071BC 3px solid;
    overflow: hidden;
}

#property #property-title {
    color: #fff;
    font-size: 3.4em;
    padding-top: 60px;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 0.04em;
    line-height: 1.2;
    opacity: 0.7;
    text-shadow: 0 0 8px rgba(0,0,0,0.8);
}

#property .property-btn {
    height: 200px;
    position: relative;
    z-index: 0;
}

#property .property-btn a {
    color: #fff;
    font-size: 24px;
    background-color: rgba(0, 113, 188, 0.8);
    background-image: url(images/logo-mark-white.png),
        url(images/property-arrow.png);
    background-position: left -20px bottom -20px,
        right 20px center;
    background-repeat: no-repeat,no-repeat;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
}

#property .property-btn a::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: inherit;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}

#property .property-btn a:hover::after {
    top: 10px;
    left: 10px;
}

#property .property-btn a:hover {
    background-color: rgba(0, 113, 188, 1);
    background-image: url(images/logo-mark-white.png),
        url(images/property-arrow.png);
    background-position: left -20px bottom -20px,
        right 20px center;
    background-repeat: no-repeat,no-repeat;
    text-decoration: none;
}


/******* Company
***********************************************************************************/
#company {
    padding-bottom: 0px;
    border-top: #0071BC 3px solid;
}

#company h3 {
    font-size: 24px;
    font-weight: 400;
    color: #0071BC;
    margin-bottom: 0.8em;
    line-height: 1.6;
    text-align: center;
}

#company .company-bg {
    padding-bottom: 50px;
    background-position: center bottom;
    background-image: url(images/company-info-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#company .inner {
    max-width: 670px;
    margin: auto;
    padding: 30px 15px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
}

#company .dl-table {
    margin-bottom: 0;
}

#company .dl-table dt {
    border-left: #0071BC 3px solid;
    border-bottom: #0071BC 1px solid;
    font-weight: 700;
}

#company .dl-table dd {
    margin-bottom: 0.5em;
}

#company .dl-table dd ul {
    list-style: none;
    padding-left: 0;
}


/******* Contact
***********************************************************************************/
#contact {
    text-align: center;
    border-top: #0071BC 3px solid;
}




/******* Privacy
***********************************************************************************/
.privacy h2 {
    color: #0071BC;
}





/**********************************************************************
Sub Page Content Style（配下ページ）
**********************************************************************/
/******* Page Common
***********************************************************************************/
.page-heading-area .heading {
    width: 100%;
    max-width: 730px;
    height: 150px;
    background-color: rgba(0, 113, 188, 0.8);
    position: relative;
    text-align: right;
    padding: 100px 30px 0 0;
}

.page-heading-area .heading::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(234, 234, 224, 0.8);
    height: inherit;
    width: inherit;
    z-index: -1;
}




/******* Property page
***********************************************************************************/
.property-item .inner {
    margin-bottom: 30px;
    border-bottom: #B3B3B3 1px solid;
    position: relative;
}

.property-item .inner::after {
    content: "";
    display: block;
    background-color: #0071BC;
    height: 1px;
    width: 50%;
    position: absolute;
    bottom: -1;
    left: 0;
}

.property-item .inner .property-title {
    font-size: 20px;
}

.property-item .inner figure {
    position: relative;
}

.property-item .inner figure img {
    max-width: 100%;
    height: auto;
}

.sale-tag,
.soldout-tag {
    display: block;
    padding: 5px 10px;
    width: 130px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
}

.property-item i {
    color: #0071BC;
}
.property-address {
    padding-left: 0.3em;
}

.sale-tag {
    background-color: #0071BC;
}

.soldout-tag {
    background-color: #666666;
}

.sub section {
    padding-bottom: 20px;
}

.no-padding {
    padding: 0;
}













/**********************************************************************
Custom Form Style
**********************************************************************/

/******* Page Layout Style
***********************************************************************************/
#form-header-area, #form-body-area {
    padding: 20px 20px 0;
    background-color: transparent;
}

#form-header-area .notes {
    padding: 5px 10px 5px 0;
    background-color: #fff;
}

#form-body-area {
    background-color: #F5F5F5;
}

#form-footer-area .text-box a {
    color: #3395d6;
}

input,
select,
textarea {
    background-color: #fff;
}


/******* Focus Design ※カラーを変更
***********************************************************************************/
select {
    padding-top: 12px;
    padding-bottom: 8px;
    padding-right: 30px;
    background: #fff url(images/_default/form-parts/select-arrow-default.png) no-repeat right -1px center;
}

input:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 0 1px #0071BC;
    box-shadow: 0 0 0 1px #0071BC;
    border:  #0071BC 1px solid;
}

/******* Radio
***********************************************************************************/
input[type="radio"] + span::before {
    background: url(images/_default/form-parts/radio.png) no-repeat left top;
}

input[type="radio"]:checked + span::before {
    background: url(images/_default/form-parts/radio.png) no-repeat left top -30px;
}

/******* Checkbox
***********************************************************************************/
input[type="checkbox"] + span::before {
    background: url(images/_default/form-parts/checkbox.png) no-repeat left top 0px;
}

input[type="checkbox"]:checked + span::before {
    background: url(images/_default/form-parts/checkbox.png) no-repeat left top -30px;
}






/**********************************************************************
Media Query
**********************************************************************/

@media screen and (min-width: 375px) {
    #property #property-title {
        font-size: 3.8em;
    }
}

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

@media screen and (max-width: 767px) {
    /******* Common
    ***********************************************************************************/
    
    
    /******* Property
    ***********************************************************************************/
    .property-btn {
        margin-bottom: 20px;
    }
    
    
    /******* Company
    ***********************************************************************************/
    #company .dl-table dt {
        float: none;
    }
    
    #company dt {
        border-left: #3395d6 5px solid;
        padding: 0 0 0 8px;
        margin-bottom: 5px;
    }
    
    #company .dl-table dt::after {
        content: none;
    }
    
    #company-photo {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (max-width: 768px) {
    /******* Navigation
    ***********************************************************************************/
    #gNav-wrap {
        text-align: left;
        padding-left: 0px;
    }
    
    #gNav {
        background-color: #fff;
        border-left: #0071BC 10px solid;
        opacity: 1 !important;
    }
    
    #gNav li {
        margin: 0px 0 0px 0;
    }

    #gNav a {
        padding: 15px 0;
        font-size: 22px;
    }
    
    #gNav a,
    #gNav a:hover,
    #gNav a:active {
        color: #0071BC;
    }

    #gNav a::after {
        content: none;
    }

    .open #menu-btn a span::before,
    .open #menu-btn a span::after {
        background-color: #0071BC;
    }
    
    .open #gNav {
        width: 230px;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.5);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.5);
    }
    
    .navbar-nav > li {
        padding-left: 30px;
        border-bottom: #0071BC 1px dashed;
    }
    
    .sub-menu li {
        padding-left: 20px;
        /*background: url(images/nav-arrow.png) no-repeat left center;*/
        position: relative;
    }
    
    .sub-menu li::after {
        content: ">";
        display: block;
        position: absolute;
        left: 0;
        bottom: 15px;
    }
    
    .sub-menu li:last-child a {
        padding-top: 5px !important;
    }
    
    /******* Property
    ***********************************************************************************/
    
}

@media screen and (min-width: 768px) {
    /******* Common
    ***********************************************************************************/
    
    
    /******* Hero
    ***********************************************************************************/
    #hero-title img {
        max-width: 450px;
    }

    #hero-title img[src$=".svg"] {
        width: 100%;
    }
    
    
    /******* Property
    ***********************************************************************************/
    #property {
        padding-bottom: 200px;
    }
    
    
    #property #property-title {
        font-size: 4.8em;
    }
    
    #property .inner {
        position: relative;
        max-width: 780px;
        padding: 0px 40px 80px 40px;
    }
    
    
    /******* Company
    ***********************************************************************************/
    #company .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
    
    #company .dl-table dt {
        padding: 10px 0 10px 10px;
        width: 8em;
        float: left;
        clear: both;
    }

    #company .dl-table dd {
        border-bottom: #0071BC 1px solid;
        padding-left: 1em;
        margin-left: 10em;
    }
    
}

@media screen and (min-width: 769px) {
    /******* Navigation
    ***********************************************************************************/
    #gNav li:last-child a {
        width: 120px;
        color: #fff;
        background-color: #0071BC;
    }
    
    #gNav li:last-child a:hover {
        color: #fff;
        background-color: #3395d6;
    }
    
    #gNav li:last-child a:hover::after {
        content: none;
    }
    
    #gNav li {
        width: 100px;
    }
    
    #gNav li a {
        text-align: center;
        border-left: #EEEEEE 1px solid;
        padding: 29px 10px;
    }
    
    #gNav li a.active {
        color: #0071BC;
    }
    
    #gNav li a.active::after {
        height: 5px;
        opacity: 1;
        visibility: visible;
    }
    
    /******* Company
    ***********************************************************************************/
    
    /******* Property
    ***********************************************************************************/
    #property .property-btn {
        height: 350px;
    }
    
    #property .property-btn a::after {
        top: 0px;
        left: 0px;
        -webkit-transition: .3s;
        transition: .3s;
    }

    #property .property-btn a:hover::after {
        top: 10px;
        left: 10px;
    }

    
}

@media screen and (max-width: 991px) {
    /******* Property
    ***********************************************************************************/
    
    
    /******* Company
    ***********************************************************************************/
    #company dd {
        padding-left: 0.6em;
    }
    #company-photo {
        padding-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    /* background-position: bottom center; */
}

@media screen and (min-width: 992px) {
    /******* Common
    ***********************************************************************************/
    #header {
        height: 81px;
    }
    
    #logo {
        width: 320px;
        margin: 10px 15px 0;
    }
    
    #gNav li a {
        border-left: #EEEEEE 1px solid;
        padding: 34px 10px;
    }
    
    #gNav li {
        background-color: #FFF;
    }
    
    
    /**** ドロップダウン ****/
    #gNav li:nth-of-type(3) {
        position: relative;
    }
    
    .sub-menu {
        display: block !important;
        position: absolute;
        padding-bottom: 0 !important;
        top: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: -10;
        -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
        box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
    }
    
    .sub-menu li {
        display: block !important;
        background-color: #fff !important;
        border-bottom: #0071BC 1px solid;
    }
    
    #gNav li:nth-of-type(3):hover .sub-menu {
        top: 81px;
        visibility: visible;
        opacity: 1;
    }
    
    .sub-menu li,
    .sub-menu li a,
    .sub-menu li:last-child a {
        padding: 0 !important;
        width: 99px !important;
        height: auto !important;
    }
    
    .sub-menu li a,
    .sub-menu li:last-child a {
        padding: 10px 10px !important;
        width: 100% !important;
        height: auto !important;
        color: #0071BC !important;
        border-left: none !important;
        background-color: #FFF !important;
        -webkit-transition: .3s;
        transition: .3s;
    }
    
    .sub-menu li a:hover {
        background-color: #3395d6 !important;
        color: #fff !important;
    }
    
    
    
    
    
    /******* About Us
    ***********************************************************************************/
    
    
    /******* Property
    ***********************************************************************************/
    #property {
        padding-bottom: 220px;
    }
    
    #property #property-title {
        font-size: 6.2em;
    }
    
    #property .inner {
        left: 50px;
        max-width: 780px;
        padding: 0px 270px 80px 40px;
    }
    

    
    /******* Company
    ***********************************************************************************/
    #company .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 1200px) {
    /******* Hero
    ***********************************************************************************/
    #hero-title img {
        max-width: 600px;
    }

    #hero-title img[src$=".svg"] {
        width: 100%;
    }
    
    
    /******* Property
    ***********************************************************************************/
    #property .inner {
        left: 100px;
        max-width: 780px;
        padding: 0px 220px 80px 40px;
    }
    
    
    /******* Page Common
    ***********************************************************************************/
    .page-heading-area {
        background-size: cover;
    }
}

@media screen and (min-width: 1600px) {
    #hero {
        background-size: 70%;
    }
}

/**********************************************************************
Plug-in Style
**********************************************************************/

/******* MW WP Form（お問い合わせ内容の確認ページ用）
***********************************************************************************/
.mw_wp_form_confirm #form-body-area label {
    margin-bottom: 0;
}

.mw_wp_form_confirm #form-body-area dl dt {
    background-color: #fff;
}

.mw_wp_form_confirm #form-body-area dl.col2 dd {
    max-width: none;
    width: auto;
}

.mw_wp_form_confirm #form-footer-area .text-box {
    display: none;
}



/******* Slick Slider
***********************************************************************************/
.slider {
    margin: 0;
    padding: 0;
}

.slider img {
    max-width: 100%;
    height: auto;
}

/*左右の矢印の色を変える*/
.slick-prev::before,
.slick-next::before {
    color: #000;
}

.slick-arrow {
    width: 40px;
    height: 100%;
}

/*左右の矢印の位置を変える*/
.slick-next {
    right: 5px;
    z-index: 0;
}
.slick-prev {
    left: 5px;
    z-index: 1;
}