@charset "UTF-8";
.sp{
    display: block;
}
.pc{
    display: none;
}

/* =====================
  Icon
===================== */
.icon::before{
    content: "";
    display: inline-block;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
}
/* search-w */
.icon.search-w::before{
    background-image: url("../img/icon/search-w@2x.png");
    width: 5.6vw;
    height: 5.6vw;
}
/* reload-w */
.icon.reload-w::before{
    background-image: url("../img/icon/reload-w.png");
    width: 2.53vw;
    height: 2.53vw;
}

/* =====================
  Utility
===================== */
/* Display */
.db{display: block;}

/* font */
.ff-mincho{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
}

.font-b {
    font-weight: bold;
 }


/* color */
.c-green{color: #79d2d3;}
.c-deepblue{color:#2d3d62;}

/* position */
.posr{position: relative;}
.vis-hidden{
    visibility: hidden;
}

/* =====================
  Utility button style
===================== */
.u-btn{
    -webkit-border-radius: 50rem;
            border-radius: 50rem;
    font-size: 3.54vw;
    display: inline-flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    height: 7.87vw;
    font-weight: bold;
}
.u-btn.arrow{
    position: relative;
    padding-right: 4.57vw;
    padding-left: 4.57vw;
}
.u-btn.arrow::after{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    line-height: 1;
    font-size: 2.27vw;
    right: 2.27vw;
    display: inline;
    color:currentColor;
}
.u-btn.arrow.arrow-r::after{
    content: "▶";
}
.u-btn.arrow.arrow-b::after{
    content: "▼";
}
.u-btn.orange{
    color: #FFF;
    background: #ffb739;
}
.u-btn.blue-o{
    background: #fff;
    border: 1px solid #0d69aa;
    color: #0d69aa;
}

/* =====================
  Editor style
===================== */
.editor-style strong{
    color: #5b5b5b;
}
.editor-style strong.editor-strong{
    display: inline;
    margin: 0;
    padding: 0;
    color: #5B5B5B;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 1.714;
}
.editor-style table{
    width: 100%;
}
.editor-style table th,
.editor-style table td{
    border: 1px solid #cacaca;
    padding: 1em;
}
.editor-style h1{
    margin: 0;
    padding: 0;
    color: #5B5B5B;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 1.714;
}
.editor-style h2,.editor-style h3,.editor-style h4,.editor-style h5,.editor-style h6{
    margin: 0;
    padding: 0;
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 1.714;
}
.editor-style h6{
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #5B5B5B;
    font-size: 2.5vw;
}
.editor-style p{
    line-height: 1.714;
    margin: 0;
    padding: 0;
    font-size: 3.33vw;
    color: #5a5a5a;
}
.editor-style * + p{
    margin-top: 0.1em;
}
.editor-style p + h1{
    margin-top: 0!important;
}
.editor-style img{
    line-height: 1.714;
    max-width: 80%;
    height: auto;
    vertical-align: top;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.editor-style * + img{
    margin-top: 0.25em;
}
.editor-style img.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.editor-style a{
    color: #0074c1;
    line-height: 1.714;
    text-decoration: none!important;
}
.editor-style ul{
    padding-left: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
    display: block!important;
    height:auto!important;
    line-height: 1.714;
    margin-top: 0.25em;
    list-style-type: none!important;
    margin-bottom: 0!important;
}
.editor-style ul li{
    padding-left: 0em;
    color: #5a5a5a;
    font-size: 2.6vw;
    display: list-item!important;
    height:auto!important;
    line-height: 1.714;
    padding-left: 0;
    list-style-type: none!important;
}
.editor-style ol{
    margin-left: 1.25em!important;
    display:block!important;
    margin-top:1em!important;
    margin-left:1em!important;
    margin-bottom:1em!important;
    list-style: decimal!important;
    padding-left: 0;
}
.editor-style ol li{
    margin-left: 1.25em;
    display: list-item!important;
    height:auto!important;
    font-size: 2.6vw;
    line-height: 1.714;
    list-style-type: decimal!important;
}
.editor-style blockquote{
    line-height: 1.714;
    padding:1em;
    margin-bottom:1em;
    margin-top:1em;
    background:#efefef;
    margin-left: 0;
    margin-right: 0;
    border-left:2px solid #c3c3c3;
}
.editor-style hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.editor-style h1 + h1{
    margin-top: 0;
}
.editor-style .editor-pc{
    display: none;
}
.editor-style .editor-sp{
    position: relative;
}
.editor-style .editor-paragraph{
    line-height: 1.714;
    margin: 0;
    padding: 0;
    font-size: 3.33vw;
    color: #5a5a5a;
    display: inline;
}
.editor-style .editor-paragraph *{
    display: inline;
}
.editor-style .editor-paragraph + p{
    display: inline;
}
.editor-attention,
.editor-attention * {
    display: inline;
    color: #5a5a5a;
    font-size: 12px;
    line-height: 1.714;
}


/* =====================
  Item loop
===================== */
.u-item-loop{
    position: relative;
}
.u-item .label{
    background: #faf153;
    font-size: 3.25vw;
    display: inline-block;
    color: #0d69aa;
    padding: 1.1vw 5.6vw;
}
.u-item-loop .label{
    top: 0;
}
.u-item .type span{
    display: inline-block;
    background: #fff;
    text-align: center;
    font-size: 3.3vw;
    padding: 0vw 6.8vw;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.u-item .type.type1 span{
    border: 1px solid #0d69aa;
    color: #0D69AA;
}
.u-item .type.type2 span{
    border: 1px solid #419f6d;
    color: #419f6d;
}
.u-item .type.type2 + span{
    display: block;
    padding-left: 0;
}
.u-item .body{
    padding: 3.33vw 0;
}
.u-item-loop .body{
    padding: 0;
}
.u-item-loop .body > .head{padding-top: 0.5em;}
.u-item .address{
    color: #4d4e4e;
    padding-top: 1.25vw;
    padding-left: 0.5em;
    font-size: 3.71vw;
    -webkit-flex: 1;
    color: #4d4e4e;
    font-weight: bold;
        -ms-flex: 1;
            flex: 1;
}
.u-item .title{
    font-weight: bold;
    color: #4e4741;
    font-size: 5.36vw;
    margin-top: 0.05em;
}
.u-item .info{
    margin-top: 0.25vw;
}
.u-item span + .u-item--bunjyo-price{
    padding-top: 1em;
}
.u-item .u-item--bunjyo-square{
    display: flex!important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.u-item .u-item--bunjyo-square--body{
    padding-top: 1em;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: flex;
}
.u-item--bunjyo-square-body--item{
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.u-item--bunjyo-square-body--item--head{
    padding-right: 1em;
}
.u-item--bunjyo-square-body--item--body{
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.u-item .img{
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
    /*width:54.93vw;
    height:41.2vw;*/

    width: 100%;
    height: 61.2vw;
}
.u-item .text{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0;
    font-size: 3.3vw;
    color: #4d4e4e;
    padding-top: 1.4vw;
}
.u-item .text > span{
    display: block;
}
.u-item .text > span.in-address{
    margin-top: 1em;
}
.u-item .text > .anchor{display: none;}
.u-item .text > .anchor::after{
    content: "▶";
}
.u-item .desc{
    margin-top: 3.33vw;
    border: 1px solid #9fa0a4;
    color: #4D4E4E;
    background: #e5f0f4;
    font-size: 3.3vw;
    padding: 0.55em 0.9em;
}
.u-item .sp-anchor a{
    background: #0d69aa;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    height: 10.67vw;
    white-space: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    font-size: 3.71vw;
    padding: 0;
    width: 100%;
    margin-top: 2.97vw;
    position: relative;
}
.u-item .sp-anchor a::after{
    content: "▶";
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 2vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.u-item .contact{
    margin-top: 0.7em;
    width: 100%;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.u-item .contact .tel a{
    color: #0074c1;
    text-decoration: underline;
}
.u-item .contact .head > div:first-child{
    font-size: 3.31vw;
    line-height: 1;
    color: #4d4e4e;
}
.u-item .contact .contact-info{
    font-size: 4.08vw;
    color: #4D4E4E;
    font-weight: bold;
}
.u-item .contact .contact-info .division{
    margin-right: 0.25em;
}
.u-item .contact .anchor{
    text-align: right;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.u-item .contact .anchor a{
    background: #fff;
    border: 1px solid #0d69aa;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    height: 10.67vw;
    white-space: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    color: #0d69aa;
    font-size: 3.71vw;
    padding: 2em 0 1.8em 0;
    width: 100%;
    margin-top: 2.97vw;
}

/* =====================
  Main
===================== */
main{
    padding-top: 0;
}


/* =====================
  Aside
===================== */
.aside{
    padding-top: 6.93vw;
    padding-bottom: 6.67vw;
    background: #d6e7e6;
    padding-left: 4.13vw;
    padding-right: 4.13vw;
}
.aside li{
    width: 100%;
    background: #FFF;
    -webkit-border-radius: 50rem;
            border-radius: 50rem;
}
.aside li + li{
    margin-top: 3.6vw;
}
.aside li a{
    text-align: center;
    position: relative;
    font-size: 3.75vw;
    color: #696969;
    font-weight: bold;
    width: 100%;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    height: 9.73vw;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 8vw;
    padding-left: 8vw;
}
.aside li a .fz-s{
    font-size: 3.13vw;
}
.aside li a::after{
    content: "▶";
    position: absolute;
    top: 50%;
    right: 3.6vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.aside li a img{
    display: none;
}

/* =====================
  Top
==================== */
.to-top{
    background-image: url("data:image/png;base64,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");
    position: fixed;
    width: 10.53vw;
    height: 10.4vw;
    right: 2.13vw;
    bottom: 20.13vw;
    -webkit-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 7;
    display: block;
    opacity: 0;
}
.to-top.on{
    opacity: 1;
}

.input-birthyear{
    min-width: 60%!important;
    width: 60%!important;
}
.input-birthmonth{
    min-width: 60%!important;
    width: 60%!important;
}
.input-birthday{
    min-width: 60%!important;
    width: 60%!important;
}

#bunjyoOutlineTable.hide{
    display: none;
}
#tochiOutlineTable.hide{
    display: none;
}

.fl {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-ju-end {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.fl-bt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-sa {
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.fl-wr {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.fl-ju-st {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
}

.fl-st {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.fl-c {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.fl-ju-c {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}


.favorites {
    width: 94%;
    margin: 5em auto;
}

.know {
    width: 94%;
    max-width: 1100px;
    margin: 5em auto 5em auto;
}

.know h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 1em;
}

.know h2 span {
    display: block;
    font-size: 16px;
}

.know li {
    margin-bottom: 1em;
}

.know li:hover {
    opacity: 0.7;
}

.know li img {
    width: 100%;
}

.pickup h3 {
    text-align: center;
    display: block;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 30px;
}

.pickup .fl {
    display: block;
}

.pickup li:hover {
    opacity: 0.7;
}

.pickup li {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
}

.aside .pickup li a {
    height: auto;
    padding-right: 0;
    padding-left: 0;
}

.pickup li a::after {
    display: none;
}

.pickup li .img {
    width: 100%;
    display: block;
}

.aside .pickup li .img img {
    width: 100%;
    display: block;
}

.pickup li .box {
    padding: 1em;
}

.pickup li .title {
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    display: block;
}

.pickup li .comment {
    font-size: 14px;
}

.u-btn.u-btn.blue-o {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 50px;
    font-weight: bold;
    margin-top: 3em;
}

    .u-btn.blue-o {
        background: #83a2d9;
        color: #fff;
        width: 100%;
        margin-top: 2em;
    }

.property-contents .eco-label-list li {
   margin-bottom: 1em;
}


.feature-icon {
    margin-top: 1em;
    margin-bottom: 1em;
}

.feature-icon img {
    width: 100%;
}

.feature-icon .icon-m {
    width: 73px;
    margin-right: 10px;
}

/* =====================
  ログアウト
===================== */
#global_nav_member_logged_in {
    background: none;
    font-size: 7px;
    text-align: center;
    padding: 6px 0px 4px 0px;
    font-weight: normal;
    font-weight: 500;
    height: 100%;
    margin: 0 auto;
}

#global_nav_member_logged_in button {
    border: none;
}

#global_nav_member_logged_in .waku {
    font-size: 7px;
    border: 1px solid #999999;
    margin: 0 auto;
}

.contact {
    background: #fff;
}


/* =====================
  お気に入り
===================== */
#button-toggle-fav {
    width: 31px;
    height: 31px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    border: none;
    background-color: transparent;
    cursor: pointer;
}

#button-toggle-fav[data-fav-action="add"] {
    background-image: url("../img/icon/fav-icon.png");
    margin-top: 0.5em;
}

#button-toggle-fav[data-fav-action="remove"] {
    background-image: url("../img/icon/fav-icon-b.png");
    margin-top: 0.5em;
}
