@charset "utf-8";
* {
    /* 全要素をborder-box */
    box-sizing:border-box;
}

a {
    color:#333;
    text-decoration:none;
    transition: .3s;
}
a:hover {
    opacity: 0.7;
}

div#wrap_breadcrumb {
    padding-top: 5px;
    padding-bottom: 13px;
    background: #fdfdfd;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    margin-bottom: 30px;
}

/* overrideからの移設 */
.fv-form__item.checkbox input[type="checkbox"] + span {
	display: inline-block;
	position: relative;
	margin: 0 2em 0.5em 0;
	padding: 0.3em 0.3em 0.3em 2em;
	line-height: 1;
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
}
.fv-form__item.checkbox input[type="checkbox"]:checked + span::before {
    background: #39A79C;
    border: 1px solid #39A79C;
}
.fv-form__item.checkbox input[type="checkbox"] + span::before {
    position: absolute;
    top: 0.2em;
    left: 0;
    content: "";
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #A9A9A9;
    background: #fff;
    line-height: 1;
    vertical-align: middle;
}

.fv-form__item.checkbox input[type="checkbox"]:checked + span::after {
    display: block;
    position: absolute;
    top: 0.2em;
    left: 0.35em;
    width: 0.4em;
    height: 0.7em;
    content: "";
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.icon-mypage {
    font-size: 70%;
    background-color: #2aab9f;
    padding: 1px 5px;
    border-radius: 30px;
    color: #fff;
    margin-left: 2px;
}

#logins a {
    display: inline-flex;
    align-items: center;
}

.header-sub-nav__link--favorite {
    position:relative;
}
#fvrnum {
    position: absolute;
    top: -8px;
    right: -15px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 10px;
    padding-bottom: 1px;
    background-color: #dc3c3c;
    color: #fff;
}
.header-sp-button-favorite__link {
    position:relative;
}
#fvrnum-sp {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 10px;
    padding-bottom: 1px;
}


div#wrap_breadcrumb {
    width:100%;
    padding:10px 0;
}
div#wrap_breadcrumb .breadcrumbs__wrapper {
    width:100%;
    max-width: 1300px;
    margin: 0 auto;
}
div#wrap_breadcrumb .breadcrumbs__wrapper .breadcrumbs__list {
    margin:0;
}

.footer__wrapper__bnr {
    z-index: 10;
    height: 70px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff9f1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    box-shadow: 0 0 5px #aaa;
}
.footer__wrapper__bnr .footer__text__bnr--border {
    background: linear-gradient(70deg, transparent 0%, transparent 50%, #ffaa32 50%, #ffaa32 50.8%, transparent 50.8%, transparent 100%), linear-gradient(110deg, transparent 0%, transparent 50%, #ffaa32 50%, #ffaa32 50.8%, transparent 50.8%, transparent 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: -174px 0px, 168px 0px;
}
.footer__wrapper__bnr .footer__text__bnr {
    margin: 0;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    line-height:1.3;
  }

  @media (max-width: 768px) {
    .footer__wrapper__bnr {
        height: 60px;
        gap: 10px;
    }
  
    .footer__wrapper__bnr .footer__text__bnr {
      padding-left: 24px;
      padding-right: 24px;
      font-size: 0.8rem;
    }
    .footer__wrapper__bnr .footer__text__bnr--border {
        background-position: -126px 0px, 120px 0px;
    }
  
  }
  @media (max-width: 500px) {
    .footer__wrapper__bnr {
        height: 54px;
        gap: 10px;
    }
  
    .footer__wrapper__bnr .footer__text__bnr {
      padding-left: 16px;
      padding-right: 16px;
      font-size: 0.7rem;
    }
    .footer__wrapper__bnr .footer__text__bnr--border {
        background-position: -106px 0px, 100px 0px;
    }
  
  }

.property__links__unders {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background-color:#fff;
    border-radius: 6px;
    transition:opacity 0.3s;
    z-index:3;
}
.property__links__unders:hover {
    opacity:0.4;
}

/* 20250820 korenaga */
.ytmark {
  position: absolute;
  background-color: #f00;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 5px 12px;
  top: 160px;
  right: 10px;
  z-index: 1;
  font-size:75%;
  font-weight:500;
  border:1px solid #fff;
}

/* 20250827 korenaga */
.footer__wrapper__bnr__inner {
    width:100%;
    max-width:1050px;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 769px) and (max-width: 1400px) {
    .footer__wrapper__bnr__inner {
        justify-content: start;
        padding-left:15px;
    }
}

@media (min-width: 900px) and (max-width: 950px) {
    .footer__wrapper__bnr .footer__text__bnr {
        font-size:.9rem;
        padding-left:25px;
        padding-right:25px;
    }
    .footer__wrapper__bnr .footer__text__bnr--border {
        background-position:-140px 0, 138px 0;
    }
}
@media (min-width: 820px) and (max-width: 899px) {
    .footer__wrapper__bnr .footer__text__bnr {
        font-size:.8rem;
        padding-left:15px;
        padding-right:15px;
    }
    .footer__wrapper__bnr .footer__text__bnr--border {
        background-position:-118px 0, 115px 0;
    }
    /* .footer__link {
        width:130px;
    } */
}
@media (min-width: 769px) and (max-width: 819px) {
    .footer__wrapper__bnr .footer__text__bnr {
        font-size:.7rem;
        padding-left:15px;
        padding-right:15px;
    }
    .footer__wrapper__bnr .footer__text__bnr--border {
        background-position:-105px 0, 100px 0;
    }
    /* .footer__link {
        width:120px;
        height:36px;
    } */
    .footer__wrapper__bnr__inner {
        padding-left:5px;
    }
}
@media (min-width: 769px) and (max-width: 850px) {
    #chatplusview.chatplusview-modern {
        width:380px !important;
    }
}