﻿@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}
#contents,
.l-main {
    padding: 0;
    width: 100%;
    margin: auto;
}
.l-wrapper:has(.org-header.under) {
	padding: 0;
}

.breadcrumbs {
	display: none;
}

.l-page * {
    font-weight: 400;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    color: #333333;
}

.l-page {
    width: 100%;
    overflow: hidden;
    background: #FFF;
    padding: 0;
}

.l-page .f-min {
    font-family: "Sedan SC", sans-serif;
}

.cont__wrap {
    position: relative;
    width: 100%;
    padding: 102px 0 120px;
    z-index: 1;
    min-height: 790px;
}

.cont__inner {
    width: 1140px;
    margin: 0 auto;
}

.ttl__wrapper {
    margin: 0 0 52px;
}

.ui__ttl {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
    display: block;
}

.ui__ttl::first-letter {
    color: #76BBD8;
    line-height: 1.2;
}

[class^="ttl__sub--"] {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400;
    margin: 8px 0 0;
}

.l-page a {
    transition: .4s;
}

.l-page a:hover {
    opacity: 1;
    transition: .4s;
}

.l-page button {
    transition: .4s;
}

.l-page button:hover {
    opacity: 1;
    transition: .4s;
}
[class^="btn__"] {
    color: #fff;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
[class^="btn__"]:before, [class^="btn__"]:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*/////////////mv////////////////*/
.top-mainview {
	width: 100%;
	height: 792px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
	.mv__list {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mv__list .swiper-slide,
	.mv__item {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.mv__item > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
		.mv__ttl {
			position: absolute;
			z-index: 1;
			top: 104px;
			left: 50%;
			transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			width: 1140px;
			max-width: 100%;
			box-sizing: border-box;
			padding-left: 403px;
			text-align: end;
			margin: 0;
		}
		.mv__ttl--main {
			z-index: 2;
		}
		.top-mainview.is-mv-second .mv__ttl--main {
			opacity: 0;
			visibility: hidden;
		}
		.mv__ttl img {
			width: 737px;
			max-width: 100%;
			height: auto;
		}

/* お知らせ */
.news {
    position: relative;
    z-index: 0;
    padding: 107px 0 145px;
    min-height: unset;
}

.news:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 1071px;
    background: url(../images/bg_wave.webp) no-repeat center bottom / cover;
    z-index: -1;
}

.news__content {
    background: #fff;
    min-height: 160px;
    padding: 50px 50px;
}

.news .ttl__wrapper:before {
    background: #FFF4F0;
}

.news__list {
    padding-right: 35px;
    margin-bottom: 0;
    max-height: 420px;
}

.news__item:not(:last-of-type) {
    margin: 0 0 30px;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 30px;
}

.news__head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 11px;
}

.news__day {
    font-size: 12px;
    font-weight: 500;
    color: #76BBD8;
    background: #EBF9FF;
    padding: 3px 10px 2px;
}

.scroll__ttl--news {
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}
.scroll__txt--news {
    font-size: 16px;
    line-height: 1.85;
    color: #333;
}

.news__list .simplebar-track.simplebar-vertical {
    width: 5px;
    background: #D9D9D9;
    border-radius: 9999px;
}

.news__list .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #76BBD8;
    border-radius: 9999px;
    opacity: 1;
}

/* SEARCH */

.cont__wrap.search {
	padding: 97px 0 120px;
}
.search .ttl__wrapper {
    text-align: center;
}

.search__content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.tab-menu {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #C4C4C4;
    margin: 0 0 50px;
}

.tab-menu-item {
    border: 1px solid #C4C4C4;
    border-bottom: none;
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-button.active {
    background: #76BBD8;
    border: 1px solid #76BBD8;
}

.tab__ttl {
    color: #C4C4C4;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab__ttl:hover {
    cursor: pointer;
}

.tab-button.active .tab__ttl {
    color: #fff;
}

.tab-content,
.tab-content-condition {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
    background: rgb(255, 255, 255);
}

.tabCont-wrap {
    /* overflow: hidden; */
}

.tab-content.active,
.tab-content-condition.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    pointer-events: auto;
}

.tab__panel {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.tab__panel .tab__panel {
    gap: 0;
}

[class^="search__block--"] h3 {
    font-size: 18px;
    line-height: 1.778;
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 20px;
}

[class^="search__block--"] h3:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background: #033C60;
}

.type__list {
    display: flex;
    gap: 28px;
}

.panel-cont__rent .type__list {
    gap: 40px;
}

.type__item {
    width: 264px;
    height: 245px;
    border: 1px solid #E6E6E6;
    position: relative;
}

.panel-cont__rent .type__item {
    width: 550px;
    height: 120px;
}

.type__item a {
    padding: 9px;
    display: block;
}

[class^="area-popup--area"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    height: 100%;
}

[class^="area-popup--area"].is-visible {
    opacity: 1;
    visibility: visible;
}

.type__item .popup__area--link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 224px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    position: relative;
    background: #76BBD8;
    text-align: center;
}

.popup__area--link:hover {
    color: #76BBD8;
    background: #fff !important;
    border: 1px solid #76BBD8;
}

.type__item a:hover {
    background: #76BBD8;
}

.panel-cont__rent .type__item a {
    padding: 9px;
    display: flex;
    gap: 14px;
    align-items: center;
}

.type__img {
    margin: 0 0 10px;
    height: 183px;
}

.panel-cont__rent .type__img {
    margin: 0;
    height: 100px;
}

.type__img img {
    width: 100%;
    height: 100%;
}

.type__txt {
    font-size: 18px;
    line-height: 1.778;
    padding: 0 0 0 6px;
    position: relative;
    width: 100%;
    flex: 1;
}

.type__txt:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(/images/top/arw_search_type.webp) no-repeat center / cover;
}

.panel-cont__rent .type__txt:after {
    right: 10px;
}

.type__item a:hover .type__txt {
    color: #fff;
}

.type__item a:hover .type__txt:after {
    background: url(/images/top/arw_search_type_on.webp) no-repeat center / cover;
}

.search__block--map {
    position: relative;
}

.btn__map {
    width: 260px;
    height: 50px;
    color: #76BBD8;
    border: 1px solid #76BBD8;
    margin: 0;
    font-size: 18px;
}

.btn__map:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/images/top/icn_open.webp) no-repeat center / cover;
}

.btn__map:hover {
    color: #fff;
    background: #76BBD8;
}

.btn__map:hover:after {
    background: url(/images/top/icn_open_on.webp) no-repeat center / cover;
}

.search__block--map:has(.search__map--block.is-open) .btn__map {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.search__block--map:has(.search__map--block.is-open) .btn__map:after {
    width: 16px;
    height: 1px;
    background: url(/images/top/icn_close.webp) no-repeat center / cover;
}

.search__block--map:has(.search__map--block.is-open) .btn__map:hover:after {
    background: url(/images/top/icn_close_on.webp) no-repeat center / cover;
}

.search__map--block {
    position: relative;
    height: 513px;
    display: none;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.search__map--block.is-open {
    display: block;
    max-height: 1000px;
    opacity: 1;
    position: relative;
    z-index: 0;
}

.search__map--block>svg {
    position: absolute;
    left: 276px;
    top: -52px;
}

[class^="search__map--item-"] {
    position: absolute;
    border-radius: 9999px;
}

[class^="search__map--item-"] a {
    color: #3692AC;
    border: 1px solid #3692AC;
    border-radius: 9999px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 30px 5px;
    background: #fff;
    position: relative;
}

[class^="search__map--item-"] a:after {
    background: url(/images/top/arw_map.webp) no-repeat center / cover;
    width: 11px;
    height: 6px;
    position: absolute;
    content: "";
    display: block;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

[class^="search__map--item-"] a:hover {
    background: #3692AC;
    color: #fff;
}

[class^="search__map--item-"] a:hover:after {
    background: url(/images/top/arw_map_on.webp) no-repeat center / cover;
}

.search__map--item-higashizu {
    left: 612px;
    top: -3px;
}

.search__map--item-higashizu a {
    padding: 4px 22px 5px;
}

.search__map--item-nishiizu {
    left: 291px;
    top: 65px;
}

.search__map--item-nishiizu a {
    padding: 4px 29px 5px 21px;
}

.search__map--item-kawazu {
    left: 513px;
    top: 59px;
}

.search__map--item-shimoda {
    left: 478px;
    top: 159px;
}

.search__map--item-minamiizu {
    left: 362px;
    top: 241px;
}

.search__map--item-minamiizu a {
    padding: 4px 22px 5px;
}

.search__map--item-mishima {
    left: 450px;
    top: 16px;
}

.search__map--item-yugawara {
    left: 607px;
    top: -10px;
}

.search__map--item-kannami {
    left: 510px;
    top: 76px;
}

.search__map--item-manazuru {
    left: 690px;
    top: 31px;
}

.search__map--item-numazu {
    left: 299px;
    top: 43px;
}

.search__map--item-suntougun {
    left: 391px;
    top: 121px;
}

.search__map--item-atami {
    left: 618px;
    top: 114px;
}

.search__map--item-izunokuni {
    left: 462px;
    top: 191px;
}

.search__map--item-izunokuni a {
    padding: 4px 34px 5px;
}

.search__map--item-izushi {
    left: 410px;
    top: 320px;
}

.search__map--item-izushi a {
    padding: 4px 28px 5px;
}

.search__map--item-itou {
    left: 564px;
    top: 374px;
}

.search__map--item-itou a {
    padding: 4px 34px 5px 26px;
}

.search__block--condition .tab-menu {
    gap: 0;
    border-bottom: none;
    margin: 0
}

.tab-menu-item.tab-button-condition {
    width: 285px;
    height: 42px;
    border: none;
    border-bottom: 2px solid #C4C4C4;
}

.tab-menu-item.tab-button-condition.active {
    border-bottom: 2px solid #76BBD8;
}

.tab-menu-item.tab-button-condition .tab__ttl {
    padding: 0 0 10px;
    color: #8E8E8E;
    font-weight: 400;
}

.tab-menu-item.tab-button-condition.active .tab__ttl {
    color: #76BBD8;
}

.search__block--condition .tab-content-condition {
    background: #EBF9FF;
    padding: 50px;
}

.salelist__bkntab .tab-content-condition {
    background: transparent;
    padding: 0;
}

[class^="condition__list--"] {
    display: flex;
    padding: 0 0 30px;
}

.condition__list--type {
    gap: 30px;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 29px;
}

.condition__list--other {
    flex-direction: column;
    gap: 9px;
    padding: 0 0 39px;
}

.condition__ttl {
    font-size: 16px;
}

.check-list--type {
    display: flex;
    gap: 10px;
}

.check-list--other {
    display: flex;
    flex-wrap: wrap;
}

.condition__contents label {
    background: #fff;
    border: 1px solid #C4C4C4;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    padding: 0 0 0 11px;
}

.check-list--type label {
    width: 228px;
    height: 50px;
    border-radius: 9999px;
    cursor: pointer;
}

.check-list--type.rent-check-list label {
    width: 136px;
}

.check-list--type.rent-check-list label.mansion-label {
    width: 216px;
}

.check-list--type label:has(input[type="radio"]:checked) {
    background: #76BBD8;
    color: #fff;
}

.check-list--other label {
    width: 208px;
    height: 44px;
    cursor: pointer;
}

.check-list--other label:not(:last-of-type):not(:nth-of-type(5)) {
    border-right: none;
}

.check-list--other label:nth-child(-n+5) {
    border-bottom: none;
}

input[type="checkbox"] {
    background-color: #fff;
    border: 1px solid #C4C4C4 !important;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    cursor: pointer;
}

.check-list--type input[type="radio"] {
    border-radius: 9999px;
    background-color: #fff;
    border: 1px solid #C4C4C4 !important;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    cursor: pointer;
}

.check-list--type input[type="radio"]:checked {
    background-image: url(/images/top/icn_check1.webp);
    border: none !important;
}

.check-list--other input[type="checkbox"]:checked {
    background-image: url(/images/top/icn_check2.webp);
    border: none !important;
}

.check-list--other label.is-kyw-disabled {
    background: #F4F4F4;
    color: #8E8E8E;
    cursor: not-allowed;
    pointer-events: none;
    user-select: none;
}

.check-list--other label.is-kyw-disabled input {
    cursor: not-allowed;
    background: #F4F4F4;
}

.condition__bottom--row {
    display: flex;
    gap: 64px;
}

.condition__bottom--row [class^="condition__list--"] {
    flex-direction: column;
    gap: 9px;
}

.ui-select {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ui-select__wrap {
    width: 140px;
    height: 44px;
}

.ui-select__wrap select {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 15px 0 12px;
    border: 1px solid #C4C4C4;
    background: #fff url(/images/top/bg_search_arw.webp) no-repeat 120px / 10px 6px;
    cursor: pointer;
}

.btn__condition {
    width: 600px;
    height: 50px;
    background: #76BBD8;
    padding: 0 36px 0 0;
    border: 1px solid #76BBD8;
}

.btn__condition:after {
    background: url(/images/top/arw_btn.webp) no-repeat center / cover;
    width: 17px;
    height: 7px;
    right: 208px;
}

.btn__condition:hover {
    background: #fff;
    color: #76BBD8;
    border: 1px solid #76BBD8;
}

.btn__condition:hover:after {
    background: url(/images/top/arw_btn_b.webp) no-repeat center / cover;
}

.search__block--word {
    display: flex;
    align-items: center;
    gap: 23px;
}

.search__block--word h3 {
    margin: 0;
}

#org-freeSearchForm,
#org-freeSearchForm-rent {
    display: flex;
    justify-content: center;
    height: 50px;
    gap: 15px;
}

.freeword__block input[type="text"] {
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    width: 755px;
    border: 1px solid #C4C4C4;
    text-rendering: auto;
    color: #333333;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: #F4F4F4;
    border-image: initial;
    border-radius: 0;
    padding: 0 15px 2px 14px;
    margin: 0;
    box-sizing: border-box;
}

.freeword__block input[type="text"]::placeholder {
    font-size: 16px;
    color: #8E8E8E;
    font-weight: 400;
}

.freeword__block input[type="submit"] {
    width: 150px;
    height: 100%;
    border: 1px solid #76BBD8;
    cursor: pointer;
    appearance: auto;
    user-select: none;
    text-align: center;
    text-rendering: auto;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    -webkit-rtl-ordering: logical;
    overflow-clip-margin: 0px;
    padding: 0px 3px 0px 0px;
    white-space: pre;
    padding-block: 1px;
    padding-inline: 6px;
    margin: 0em;
    overflow: clip;
    transition: .4s;
    color: #fff;
    font-size: 16px;
    background: #76BBD8 url(/images/top/arw_btn.webp) no-repeat 113px 21px / 17px 7px;
}

.freeword__block input[type="submit"]:hover {
    border: 1px solid #76BBD8;
    background: #FFF url(/images/top/arw_btn_b.webp) no-repeat 113px 21px / 17px 7px;
    transition: .4s;
    color: #76BBD8;
}

/* PURCHASE */
.purchase {
    background: none;
    min-height: auto;
    padding: 353px 0 0;
    position: relative;
    z-index: 3;
}

.purchase::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    height: 500px;
    background: url(../images/bg_purchase.webp) no-repeat center top / 1920px 500px;
    z-index: 0;
    pointer-events: none;
}

.purchase__inner {
    background: #fff;
    width: 1280px;
    padding: 72px 70px 0;
    position: relative;
    z-index: 1;
}

.purchase__inner > * {
    position: relative;
    z-index: 1;
}

.purchase__block {
    display: flex;
    justify-content: space-between;
}

.purchase__txt {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
}

.btn__purchase {
    width: 280px;
    height: 70px;
    color: #76BBD8;
    border: 1px solid #76BBD8;
    margin: 0;
}

.btn__purchase:hover,
.btn__sell:hover {
    color: #fff;
    background: #76BBD8;
}

.btn__sell:hover:after,
.btn__purchase:hover:after {
    background: url(/images/top/icn_open_on.webp) no-repeat center / cover;
}

.sell__content:has([class^="flow__content--"].is-open) .btn__sell:hover:after,
.purchase__content:has([class^="flow__content--"].is-open) .btn__purchase:hover:after {
    background: url(/images/top/icn_close_on.webp) no-repeat center / cover;
}
/* salelist */
.salelist {
    background: url(../images/salelast__img.webp) no-repeat center top / 1920px 700px;
    padding: 414px 0 0;
    position: relative;
    z-index: auto;
}

.salelist::before {
    content: "";
    display: block;
    width: 1920px;
    height: 2345px;
    background: url(../images/sakelast__bg.webp) center center / cover;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 700px;
    z-index: 2;
    pointer-events: none;
}

.salelist__inner {
    width: 1282px;
    padding: 72px 0 120px;
    min-height: 286px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    background: transparent;
}

.salelist__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 286px;
    background: #fff;
    z-index: 0;
    pointer-events: none;
}

.salelist__inner > * {
    position: relative;
    z-index: 1;
}

.salelist__ttl {
    text-align: center;
}

.salelist__bkntab {
    margin: 50px 0 0;
}

.salelist__bkntab .tab-menu {
    gap: 2px;
    border-bottom: none;
    margin: 0 70px 50px;
}

.salelist__bkntab .tab-menu-item.tab-button-condition {
    flex: 1;
    width: auto;
    min-width: 0;
}

.salelist__bkntab .tab-menu-item.tab-button-condition:first-child,
.salelist__bkntab .tab-menu-item.tab-button-condition:last-child {
    flex: 0 0 284px;
}

.salelist__panels {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.salelist__block {
    display: flex;
    flex-direction: column;
    gap: 478px;
    align-items: center;
    min-height: 472px;
    position: relative;
}

.salelist__block-head {
    width: 100%;
    align-self: stretch;
}

.salelist__block-ttl {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
    color: #333;
    margin-left: 70px;
}

.salelist__block-ttl::before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background: #033C60;
    border-radius: 9999px;
    flex-shrink: 0;
}

.salelist__slider {
    overflow: hidden;
    position: absolute;
    top: 52px;
    left: 70px;
    width: 1500px;
}

.salelist__list {
    display: flex;
}

.salelist__item {
    width: 356px;
    flex-shrink: 0;
}

.salelist__link {
    display: block;
    color: #333;
}

.salelist__img {
    position: relative;
    width: 356px;
    height: 267px;
    overflow: hidden;
}

.salelist__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.salelist__item:hover .salelist__img img {
    transition: .4s;
    transform: scale(1.03);
    opacity: .9;
}

.salelist__badge--new {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 25px;
    background: #DD5B5B;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.salelist__badge--down {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    background: rgba(54, 146, 172, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
}

.salelist__badge-txt {
    color: #fff;
    font-size: 16px;
    line-height: 1.85;
    display: flex;
    align-items: center;
}
.detail-header__cost-down {
    color: #fff;
    font-size: 16px;
    line-height: 1.85;
}

.salelist__detail {
    width: 344px;
    margin: 10px auto 0;
}

.salelist__detail-head {
    padding: 0 0 10px;
}

.salelist__name {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 400;
    margin: 0 0 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.salelist__spec {
    font-size: 16px;
    line-height: 1.85;
    white-space: nowrap;
}

.salelist__price {
    color: #333;
    font-size: 18px;
}

.salelist__price .price {
    color: #E34444;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 500;
}

.salelist__detail-foot {
    border-top: 1px solid #C4C4C4;
    padding: 11px 0 0;
}

.salelist__address,
.salelist__access {
    font-size: 16px;
    line-height: 1.85;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.salelist__property {
    position: absolute;
    left: -115px;
    top: 360px;
    font-family: "Sedan SC", sans-serif;
    font-size: 120px;
    line-height: 1;
    color: rgba(33, 188, 184, 0.6);
    opacity: 0.5;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    white-space: nowrap;
    pointer-events: none;
}

.btn__salelist-more {
    width: 310px;
    height: 60px;
    background: #76BBD8;
    color: #fff;
    margin: 0 auto;
}

.btn__salelist-more:after {
    width: 17px;
    height: 7px;
    background: url(/images/top/arw_btn.webp) no-repeat center / cover;
    right: 18px;
}

.btn__salelist-more:hover {
    background: #fff;
    color: #76BBD8;
    border: 1px solid #76BBD8;
}

.btn__salelist-more:hover:after {
    background: url(/images/top/arw_btn_b.webp) no-repeat center / cover;
}

.salelist__slider.no-swiper .salelist__list {
    gap: 30px;
    justify-content: start;
}

 .bkn_favorite {
    background: url(../images/favorite_icon.svg) no-repeat center;
    background-size: 100%;
    width: 30px;
    height: 28px;
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
}
 .bkn_favorite.is-checked {
    background: url(../images/favorite_icon_on.svg) no-repeat center;
}

/* flow共通 */
[class^="flow__content--"] {
    display: none;
    margin: 50px 0 0;
}

[class^="flow__content--"].is-open {
    display: block;
}

.flow__inner {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    gap: 36px;
    align-items: center;
}

.flow__head {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

[class^="flow__head--"] {
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 176px;
    position: relative;
    padding: 2px 0 0;
    letter-spacing: 0.2em;
    line-height: 1.3;
}

.flow__head--broker {
    background: #76A1D8;
}

.flow__head--purchase {
    background: #63BECE;
}

[class^="flow__head--"]:before,
[class^="flow__head--"]:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 42px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.sell [class^="flow__head--"]:before,
.sell [class^="flow__head--"]:after {
    left: 54px;
}

[class^="flow__head--"]:before {
    width: 985px;
    height: 16px;
}

.flow__head--broker:before {
    background: url(/images/top/arw_flow1.webp) no-repeat center / cover;
}

.flow__head--purchase:before {
    background: url(/images/top/arw_flow2.webp) no-repeat center / cover;
}

.flow__list {
    display: flex;
    gap: 24px;
}

.sell .flow__list {
    gap: 21px;
}

[class^="flow__item--"] {
    width: 108px;
    height: 396px;
    background: linear-gradient(183deg, #EAF1F9 11.06%, #EAF9F8 93.28%);
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 11px 0 0;
    letter-spacing: 0.25em;
}

.sell [class^="flow__item--"] {
    width: 96px;
}

[class^="flow__item--"]:nth-of-type(5),
[class^="flow__item--"]:nth-of-type(7) {
    height: 247px;
}

.sell [class^="flow__item--"]:nth-of-type(4),
.sell [class^="flow__item--"]:nth-of-type(5),
.sell [class^="flow__item--"]:nth-of-type(6) {
    height: 257px;
}

.sell [class^="flow__item--"]:nth-of-type(7) {
    height: 396px;
}

.flow__step {
    writing-mode: horizontal-tb;
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
    width: 92px;
    border-bottom: 1px solid #C4C4C4;
    margin: 0 0 12px;
}

.sell .flow__step {
    width: 80px;
}

.flow__num {
    font-size: 18px;
    position: relative;
    bottom: 6px;
}

.sell__contact {
    margin: 50px 0 0;
    background: url(/images/top/bg_sell_contact.webp) no-repeat center / cover;
    margin-inline: calc(50% - max(50%, 50vw));
    padding: 50px 0 77px;
}

.sell__contact--outer {
    width: 1140px;
    margin: 0 auto;
}

.sell__contact--inner {
    background: rgba(255, 255, 255, 0.94);
    width: 612px;
    height: 273px;
    margin: 0 auto 0 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.sell__contact--inner h3 {
    font-size: 24px;
    line-height: 1.5834;
    margin: 0 0 20px;
    font-weight: 500;
}

.sell__contact--inner h3 span {
    font-weight: 600;
}

.sell__txt--contact {
    font-size: 16px;
    line-height: 1.875;
    margin: 0 0 15px;
}

.sell__wrapper--btn {
    display: flex;
    gap: 12px;
}

[class^="sell__btn--"] {
    width: 260px;
    height: 60px;
    position: relative;
}

[class^="btn__sell--"] {
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 0 2px 35px;
    font-size: 18px;
}

.btn__sell--satei {
    background: #65BECF;
    height: 60px;
}

.btn__sell--contact {
    background: linear-gradient(248deg, #76D8AE 21.5%, #59D774 88.53%);
    height: 60px;
}

[class^="btn__sell--"]:hover {
    background: #fff;
}

.btn__sell--satei:hover {
    color: #65BECF;
    border: 1px solid #65BECF;
}

.btn__sell--contact:hover {
    color: #65BECF;
    border: 1px solid #76D8AE;
}

[class^="btn__sell--"]:before {
    background: url(/images/top/icn_satei.webp) no-repeat center / cover;
    width: 26px;
    height: 26px;
}

.btn__sell--satei:before {
    left: 77px;
}

.btn__sell--contact:before {
    left: 59px;
}

.btn__sell--satei:hover:before {
    background: url(/images/top/icn_satei_on.webp) no-repeat center / cover;
}

.btn__sell--contact:hover:before {
    background: url(/images/top/icn_sellcontact_on.webp) no-repeat center / cover;
}

[class^="btn__sell--"]:after {
    right: 20px;
}

.btn__sell--satei:after {
    background: url(/images/top/arw_btn.webp) no-repeat center / cover;
    width: 17px;
    height: 7px;
}

.btn__sell--contact:after {
    background: url(/images/top/arw_btn.webp) no-repeat center / cover;
    width: 17px;
    height: 6px;
}

.btn__sell--satei:hover:after {
    background: url(/images/top/arw_btn_b.webp) no-repeat center / cover;
}

.btn__sell--contact:hover:after {
    background: url(/images/top/arw_btn_gr.webp) no-repeat center / cover;
}

.sell-popup--area {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "";
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: #fff;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 140px;
}

.sell-popup--area.is-visible {
    opacity: 1;
    visibility: visible;
}

.sell [class^="popup__link--"] {
    width: 220px;
}

.sell [class^="popup__link--"]:after {
    right: 18px;
}

.sell__content:has([class^="flow__content--"].is-open) .btn__sell:after,
.purchase__content:has([class^="flow__content--"].is-open) .btn__purchase:after {
    width: 16px;
    height: 1px;
    background: url(/images/top/icn_close.webp) no-repeat center / cover;
}

.cont__wrap.areacontents {
	padding: 187px 0 133px;
	background: url(../images/areacontents__bg.webp) center / cover no-repeat;
}
.areacontents__item {
	position: relative;
	width: 960px;
}
.areacontents__item:nth-child(even) {
	flex-direction: row-reverse;
	margin: 26px 0 0 auto;
	width: 423px;
}
.areacontents__item:nth-child(even) .areacontents__img {
	width: 650px;
	height: 488px;
	right: 491px;
	top: -78px;
	}

.areacontents__list {
	display: flex;
	flex-direction: column;
	gap: 175px;
}
.areacontents__txt {
	margin-top: 54px;
	font-size: 18px;
	color: #333;
	line-height: 1.77;
	}
.areacontents__img {
	width: 890px;
	height: 500px;
	position: absolute;
	top: -68px;
	right: -569px;
}
.areacontents__img img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}


.pet {
    padding: 60px 0 0;
    background: url(../images/bg_pet.webp) no-repeat center / cover;
    min-height: 1063px;
}
.pet__title {
    position: relative;
    margin-left: -16px;
    margin-bottom: 23px;
}
.pet__inner {
    position: relative;
}
.pet__text--wrapper{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}
.pet__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    color: #FFF;
}
.pet__notes {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;
    color: #FFF;
}
.pet__img {
    position: absolute;
    top: 46px;
    left: 1px;
    width: 1144px;
    height: 927px;
    object-fit: cover;
}

/* CUSTOMER */
.customer {
    padding: 121px 0 80px;
    min-height: 613px;
}

/* COLUMN */
.column {
    background: url(../images/bg_column.webp) no-repeat center / cover;
    padding: 121px 0 114px;
    min-height: 765px;
}

.staff {
    padding: 120px 0;
    min-height: auto;
}

.customer__inner,
.column__inner {
    position: relative;
    display: flex;
}

.staff__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.customer .ttl__wrapper,
.column .ttl__wrapper {
    width: 310px;
    z-index: 1;
    top: 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 405px;
    margin: 0;
}
.customer .ttl__wrapper {
    height: 369px;
}

.staff .ttl__wrapper {
    width: auto;
    margin: 0;
    text-align: center;
}

.staff__ttl {
    text-align: center;
}

.ttl__sub--staff {
    line-height: 1.75;
}

.staff__body {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
    width: 1140px;
}

.staff__slide--option {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}

.purchase .ui__ttl::first-letter,
.sell .ui__ttl::first-letter {
    color: #76A1D8;
}

.column .ui__ttl::first-letter {
    color: #333;
}

.customer__content,
.column__content {
    position: relative;
    z-index: 0;
}

.customer__content,
.column__content {
    right: -15px;
    overflow: hidden;
    min-width: 1180px;
}

.staff__content {
    position: relative;
    z-index: 0;
    width: 100%;
}

.staff__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.customer__list,
.column__list {
    justify-content: flex-start;
}

.customer__item,
.column__item {
    width: 356px;
    height: 405px;
    box-shadow: none;
    background: #fff;
    padding: 8px;
}
.customer__item {
padding: 0;
}

.staff__item {
    width: 208px;
    height: auto;
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.slider__img--customer,
.slider__img--column {
    width: 100%;
    height: 267px;
    margin: 0 0 11px;
    overflow: hidden;
}
.slider__img--column {
    height: 255px;
}

.slider__img--staff {
    width: 100%;
    height: 141px;
    margin: 0;
    overflow: hidden;
    background: #fafafa;
}

.slider__link--staff {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.slider__img--customer img,
.slider__img--column img,
.slider__img--staff img {
    transition: .4s;
}

.slider__img--staff img {
    object-fit: cover;
}

.customer__item:hover .slider__img--customer img,
.column__item:hover .slider__img--column img,
.staff__item:hover .slider__img--staff img {
    transition: .4s;
    transform: scale(1.03);
    opacity: .9;
}

[class^="slider__detail--"] {
    padding: 0 6px;
    max-height: 122px;
    overflow: hidden;
}

[class^="slider__date--"] {
    margin: 0 0 1px;
}

[class^="slider__date--"] time {
    font-size: 14px;
    line-height: 1.5;
    color: #76BBD8;
    font-weight: 500;
    display: block;
}

.slider__ttl--customer,
.slider__ttl--column {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.slider__txt--customer,
.slider__txt--column {
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.875;
}

.slider__detail--staff {
    width: 196px;
    max-height: none;
    padding: 0;
    text-align: center;
}

.slider__ttl--staff {
    font-size: 16px;
    line-height: 1.85;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0;
}

.slider__txt--staff {
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.btn__customer,
.btn__column {
    width: 310px;
    height: 60px;
}

.btn__customer:after,
.btn__column:after {
    width: 17px;
    height: 7px;
    background: url(/images/top/arw_btn.webp) no-repeat center / cover;
    right: 18px;
}

.btn__column {
    background: #59D774;
}

.btn__column:hover {
    background: #fff;
    color: #59D774;
    border: 1px solid #59D774;
}

.btn__customer {
    background: #76BBD8;
}

.btn__customer:hover {
    background: #fff;
    color: #76BBD8;
    border: 1px solid #76BBD8;
}

.btn__column:hover:after {
    background: url(/images/top/arw_btn_gr.webp) no-repeat center / cover;
}
.btn__customer:hover:after {
    background: url(/images/top/arw_btn_b.webp) no-repeat center / cover;
}

.btn__staff {
    width: 260px;
    height: 50px;
    background: #fff;
    color: #76BBD8;
    border: 1px solid #76BBD8;
    margin: 0 auto;
}

.btn__staff:after {
    background: url(/images/top/arw_btn_b.webp) no-repeat center / cover;
    width: 17px;
    height: 6px;
    right: 12px;
}

.btn__staff:hover {
    background: #76BBD8;
    color: #fff;
    border: 1px solid #76BBD8;
}

.btn__staff:hover:after {
    background: url(/images/top/arw_btn.webp) no-repeat center / cover;
}

.slide__option--staff {
    justify-content: flex-start;
    gap: 10px;
    width: auto;
    height: 30px;
    margin: 0;
}

.slide__option--staff .swiper-button-next,
.slide__option--staff .swiper-button-prev {
    width: 30px;
    height: 30px;
}

.slide__option--staff .swiper-button-prev:after,
.slide__option--staff .swiper-rtl .swiper-button-next:after,
.slide__option--staff .swiper-button-next:after,
.slide__option--staff .swiper-rtl .swiper-button-prev:after {
    width: 30px;
    height: 30px;
}

.slide__option--staff .swiper-pagination,
.slide__option--staff .swiper-pagination span,
.slide__option--staff .swiper-pagination-fraction {
    font-size: 14px;
    font-weight: 500;
    color: #76BBD8;
}

/* オプション */
.slide__option {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 40px;
    margin: 0 0 28px;
    width: 133px;
    z-index: 0;
}

.slide__option .swiper-button-next,
.slide__option .swiper-button-prev {
    position: relative;
    width: 40px;
    height: 40px;
    left: auto;
    right: auto;
    z-index: 1;
}

.slide__option .swiper-button-prev:after,
.slide__option .swiper-rtl .swiper-button-next:after {
    content: '';
    background: url(/images/top/arw_prev.webp) no-repeat center / cover;
    width: 40px;
    height: 40px;
    transition: .4s;
}

.slide__option .swiper-button-next:after,
.slide__option .swiper-rtl .swiper-button-prev:after {
    content: '';
    background: url(/images/top/arw_next.webp) no-repeat center / cover;
    width: 40px;
    height: 40px;
    transition: .4s;
}

.slide__option .swiper-button-prev:hover:after,
.slide__option .swiper-rtl .swiper-button-next:hover:after,
.slide__option .swiper-button-next:hover:after,
.slide__option .swiper-rtl .swiper-button-prev:hover:after {
    transform: scale(1.05);
    transition: .4s;
}

.slide__option--staff .swiper-button-prev:after,
.slide__option--staff .swiper-rtl .swiper-button-next:after {
    content: '';
    background: url(../images/staff_arw_prev.webp) no-repeat center / cover;
    width: 30px;
    height: 30px;
    transition: .4s;
}

.slide__option--staff .swiper-button-next:after,
.slide__option--staff .swiper-rtl .swiper-button-prev:after {
    content: '';
    background: url(../images/staff_arw_next.webp) no-repeat center / cover;
    width: 30px;
    height: 30px;
    transition: .4s;
}

.slide__option .swiper-pagination,
.slide__option .swiper-pagination span {
    font-size: 16px;
    z-index: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

[class^="slider__img--"] img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

[class^="slider__ttl--"] {
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.778;
    margin: 0 0 2px;
}
/* SELL */
.sell {
    background: url(../images/sell_bg.webp) no-repeat center top / 1920px 520px;
    padding: 214px 0 0px;
    min-height: auto;
}

.sell__inner {
    background: #fff;
    width: 1280px;
    padding: 72px 70px 50px;
}

.sell__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sell__txt {
    font-size: 16px;
    line-height: 1.875;
    font-weight: 500;
}

.btn__sell {
    width: 230px;
    height: 60px;
    color: #76BBD8;
    border: 1px solid #76BBD8;
    margin: 0;
}

.btn__sell:after,
.btn__purchase:after {
    right: 13px;
    width: 16px;
    height: 16px;
    background: url(/images/top/icn_open.webp) no-repeat center / cover;
}

/* ownercontact */
.cont__wrap.ownercontact {
    background: url(../images/owner__contact.webp) no-repeat center / cover;
    min-height: 400px;
    padding: 49px 0;
}

.ownercontact__content {
    background: rgba(255, 255, 255, 0.94);
    padding: 40px;
    width: 610px;
    margin: 0 auto 0 0;
}

.ownercontact__ttl--inner {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
}

.ownercontact__ttl--inner span {
    font-weight: 500;
}

.ownercontact__txt--inner {
    font-size: 16px;
    line-height: 1.9;
}

.ownercontact__btn--inner {
    margin-top: 15px;
    display: flex;
    gap: 13px;
}

.ownercontact__btn--inner .btn__sell--contact:hover {
    color: #76D8AE;
}

/* contact */
.contact {
    background: url(../images/bg_contact.webp) no-repeat top center / cover;
    padding: 120px 0 121px;
    min-height: 696px;
}

.contact .ttl__wrapper {
    text-align: center;
}

.contact__content {
    position: relative;
}

.contact__wrapper {
    padding: 0;
    margin: 0;
}

.contact__head {
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    margin: 0 0 40px;
}

.contact__bottom {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.contact__left {
    width: 550px;
    flex-shrink: 0;
}

.contact__card {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 17px;
    padding: 24px 0 0;
}

.contact__card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0 30px;
}

.contact__shop {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
}

.content__tel--shop {
    display: inline-block;
    font-size: 18px;
    line-height: 1.778;
    padding: 1px 30px 3px;
    border-radius: 18px;
}

.contact__shop .content__tel--shop {
    background: #D9F4FC;
    color: #42C9EF;
}

.contact__tel--shimoda {
    margin: 0;
}

.content__tel--num {
    font-size: 40px;
    font-weight: 500;
    display: inline-block;
    padding: 0 0 0 36px;
    position: relative;
}
.contact__tel--atami .content__tel--num:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: url(../images/icn_tel_atami.svg) no-repeat center / cover;
}

.contact__detail {
    width: 490px;
    text-align: center;
}

.contact__detail-item {
    font-size: 12px;
    line-height: 1.75;
    margin: 0;
}

.contact__card-foot {
    border-top: 1px solid #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 35px;
    flex: 1;
    min-height: 1px;
}

.contact__address {
    font-size: 12px;
    line-height: 1.75;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

.contact__list {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    gap: 25px;
    border-radius: 10px;
    padding: 43px 72px 43px 73px;
}

[class^="btn__contact--"] {
    width: 190px;
    height: 150px;
    padding: 68px 0 0;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid transparent;
}

.btn__contact--satei {
    background: linear-gradient(87deg, #76BBD8 9.26%, #63BECE 94.37%);
}

.btn__contact--satei:hover {
    background: linear-gradient(87deg, rgba(118, 187, 216, 0.12) 9.26%, rgba(118, 187, 216, 0.12) 94.37%);
    color: #76BBD8;
    border: 1px solid #76BBD8;
}

.btn__contact--contact {
    background: linear-gradient(243deg, #76D8AE 21.5%, #59D774 88.53%);
}

.btn__contact--contact:hover {
    background: linear-gradient(243deg, rgba(118, 216, 174, 0.12) 21.5%, rgba(118, 216, 174, 0.12) 88.53%);
    color: #76D8AE;
    border: 1px solid #76D8AE;
}

[class^="btn__contact--"]:before {
    width: 46px;
    height: 46px;
    left: 70px;
    top: 30px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transition: .4s;
}

.btn__contact--satei:before {
    background: url(../images/satei__icon.svg) no-repeat center / cover;
}

.btn__contact--satei:hover:before {
    background: url(../images/icn_satei-atami.svg) no-repeat center / cover;
}

.btn__contact--contact:before {
    background: url(../images/contact__icon.svg) no-repeat center / cover;
    width: 44px;
    height: 40px;
    margin-top: 4px;
}

.btn__contact--contact:hover:before {
    background: url(../images/icn_contact-atami.svg) no-repeat center / cover;
}

.btn__contact--satei:after {
    background: url(/images/top/arw_btn.webp) no-repeat center / cover;
    width: 16px;
    height: 5px;
    right: 11px;
    top: auto;
    bottom: 9px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transition: .4s;
}

.btn__contact--satei:hover:after {
    background: url(/images/top/arw_btn_b.webp) no-repeat center / cover;
}

.btn__contact--contact:after {
    background: url(/images/top/arw_btn.webp) no-repeat center / cover;
    width: 16px;
    height: 5px;
    right: 12px;
    top: auto;
    bottom: 8px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transition: .4s;
}

.btn__contact--contact:hover:after {
    background: url(/images/top/arw_btn_gr.webp) no-repeat center / cover;
}

[class^="btn__contact--"]:hover:after {
    transition: .4s;
}

[class^="popup__link--"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
    font-size: 18px;
    color: #fff;
    position: relative;
}

[class^="popup__link--"]:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 17px;
    height: 7px;
    background: url(../images/top/arw_btn.webp) no-repeat center / cover;
}

.popup__link--atami {
    background: #42C9EF;
}

.popup__link--shimoda {
    background: #21BCB8;
}

.popup__link--atami:hover {
    color: #42C9EF;
    background: #fff;
    border: 1px solid #42C9EF;
}

.popup__link--shimoda:hover {
    color: #21BCB8;
    background: #fff;
    border: 1px solid #21BCB8;
}

.popup__link--atami:hover:after {
    background: url(/images/top/arw_btn_b.webp) no-repeat center / cover;
}

.popup__link--shimoda:hover:after {
    background: url(/images/top/arw_btn_gr.webp) no-repeat center / cover;
}


.org-header__navi-list {
    display: flex;
    justify-content: flex-end;
    gap: 22px;
    margin: 0 30px 0 0;
    padding: 0 0 4px;
}
.header__tel--wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 21px 0 0;
    gap: 2px;
    position: relative;
    bottom: 1px;
}
.org-header__inner {
    display: flex;
    justify-content: start;
    align-items: center;
    background: transparent;
    padding: 0;
    height: 80px;
    gap: 10px;
}
header.org-header {
    background: url(../images/bg_header.webp) no-repeat center / cover;
    height: 80px;
}
header.header__txt--shimoda {
    background: #D3F2F1;
    color: #21BCB8;
    flex-shrink: 0;
}
.org-header {
    z-index: 10; 
}