@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
/*Noto Sans JP 500*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}
/*Noto Sans JP 700*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}

/* NEWS見出し（PCの Heebo ExtraBold に合わせる） */
@font-face {
    font-family: 'Heebo';
    src: url(/fonts/Heebo-ExtraBold.ttf);
    font-weight: 800;
    font-display: swap;
}

.l-main * {
    font-family: "Noto Sans JP", sans-serif;
}

/* リセット */

#contents{
	width: auto;
	padding: 0;
}

.l-main{
	width: auto;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}

/* 共通化 */

[class*="section__wrapper--"]{
	position: relative;
	padding-block: 100px;
}

[class*="section__inner--"]{
	position: relative;
	width: 1140px;
	margin: 0 auto;
	z-index: 1;
}

[class*="ttl__box--"]{
	text-align: center;
	margin-bottom: 33px;
}

[class*="ttl__box--"]:not(.ttl__box--search) {
    position: relative;
    z-index: 2;
}

[class*="section__sub-ttl--"]{
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

[class*="section__ttl--"]{
	font-family: 'Heebo', sans-serif;
	font-size: 80px;
	font-weight: 800;
	letter-spacing: 4.8px;
	background: linear-gradient(180deg, #3CA3F8 0%, #0058CC 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.4;
}

/* スワイパー共通 */

/* メイン画像 */

.main__img{
	height: 600px;
}

.main__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 物件を探す */

.section__inner--search {
    z-index: 0;
}

.ttl__box--search {
    position: relative;
    z-index: 1;
    text-align: left;
}

.search__ornament {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 515px;
    pointer-events: none;
    z-index: 0;
    transform: translateX(-50%);
}

.search__ornament img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 100% 0;
}

.search__main {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    padding-bottom: 100px;
}

.search__label {
    margin: 0;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.search__label::before {
    color: #016CDA;
    content: 'ー ';
}

.search__block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
}

.search__category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 21px;
    width: 100%;
    max-width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search__category-item {
    width: 366px;
}

.search__category-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 90px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #016CDA;
    background-color: #016CDA;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.search__category-link:hover {
    background-color: #fff;
    color: #016CDA;
}

.search__category-icon {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}

.search__category-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.25s ease;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.search__category-link:hover .search__category-icon::before {
    background-color: #016CDA;
}

.search__category-icon--area::before {
    -webkit-mask-image: url("../images/icon_area.svg");
    mask-image: url("../images/icon_area.svg");
}

.search__category-icon--map::before {
    -webkit-mask-image: url("../images/icon_map.svg");
    mask-image: url("../images/icon_map.svg");
}

.search__category-icon--school::before {
    -webkit-mask-image: url("../images/icon_school.svg");
    mask-image: url("../images/icon_school.svg");
}

.search__columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1140px;
}

.search__col--map {
    flex: 0 0 560px;
    width: 560px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.search__col--side {
    flex: 0 0 550px;
    width: 550px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.map__box{
	position: relative;
}

.search__map-frame {
    width: 560px;
    height: 440px;
    border-radius: 10px;
}

.search__map-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[class*="map__item--"] a {
	position: absolute;
	width: fit-content;
	height: 29px;
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #016CDA;
	border-radius: 9999px;
	background-color: #016CDA;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	text-decoration: none;
	box-sizing: border-box;
	transition: background-color 0.25s ease, color 0.25s ease;
}

[class*="map__item--"] a:hover {
	background-color: #fff;
	color: #016CDA;
}

.map__item--takahashi a {
    top: 140px;
    left: 47px;
}

.map__item--bizenntyuou a {
    top: 90px;
    left: 161px;
}

.map__item--akaiwashi a {
    top: 126px;
    right: 144px;
}

.map__item--wake a {
    top: 103px;
    right: 53px;
}

.map__item--bizen a {
    top: 158px;
    right: 14px;
}

.map__item--okayama a {
    top: 205px;
    right: 196px;
}

.map__item--setouchi a {
    bottom: 172px;
    right: 33px;
}

.map__item--tamano a {
    bottom: 64px;
    right: 163px;
}

.map__item--kurashiki a {
    bottom: 117px;
    left: 181px;
}

.map__item--souja a {
    top: 206px;
    left: 159px;
}

.map__item--asakuchi a {
    bottom: 87px;
    left: 94px;
}

.map__item--kasaoka a {
    bottom: 58px;
    left: 15px;
}

.map__item--ihara a {
    bottom: 159px;
    left: 31px;
}

.search__type-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 10px;
    width: 550px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search__type-item {
    width: 270px;
}

.search__type-link {
    position: relative;
    display: block;
    width: 270px;
    height: 161px;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
}

.search__type-link:hover {
    opacity: 0.95;
}

.search__type-media {
    position: absolute;
    inset: 0;
    display: block;
}

.search__type-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search__type-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    height: 100%;
    padding: 20px 22px 14px;
}

.search__type-name {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}

.search__keyword-form {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: stretch;
}

.search__keyword-field {
    display: block;
    flex: 0 0 442px;
}

.search__keyword-input {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    border: 1px solid #91a5d7;
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    box-sizing: border-box;
}

.search__keyword-input::placeholder {
    color: #b5b5b5;
}

.search__keyword-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 0 0 103px;
    width: 103px;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #016CDA;
    border-radius: 5px;
    background-color: #016CDA;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.search__keyword-submit:hover {
    background-color: #fff;
    color: #016CDA;
}

.search__keyword-submit:hover .search__keyword-submit-icon::before {
    background-color: #016CDA;
}

.search__keyword-submit-text {
    color: inherit;
}

.search__keyword-submit-icon {
    display: block;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
}

.search__keyword-submit-icon::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.25s ease;
    -webkit-mask-image: url("../images/search_icn.svg");
    mask-image: url("../images/search_icn.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.search__keyword-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* 人気の条件から探す */

.pick-up__box {
	padding-block: 100px 0;
}

.pick-up__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    width: 100%;
    max-width: 1140px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pick-up__item {
    width: 270px;
}

.pick-up__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    border-radius: 5px;
    text-decoration: none;
}

.pick-up__link:hover {
    opacity: 0.7;
}

.pick-up__media {
    display: block;
    width: 270px;
    height: 170px;
    border-radius: 5px;
    overflow: hidden;
}

.pick-up__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pick-up__caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
    text-align: center;
}

.pick-up__caption-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #016cda;
}

.pick-up__caption-line {
    width: 50px;
    height: 1px;
    background-color: #016cda;
}

/* 新着物件 */

.section__wrapper--new,
.section__wrapper--staff {
    background-color: #e7f6ff;
    border-radius: 0 180px 0 0;
}

.new__ornament,
.voice__ornament {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 0;
    line-height: 0;
}


.l-main .recommend__ornament{
	bottom: 139px;
}

.new__ornament img,
.recommend__ornament img,
.voice__ornament img {
    display: block;
    width: 100%;
    height: auto;
}

[class*="common__slider-wrap--"] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-bottom: 49px;
    margin-left: auto;
    overflow: visible;
}

[class*="common__swiper--"] {
    width: 1050px;
    max-width: 100%;
    overflow: visible;
    box-sizing: border-box;
}

.common__swiper--ranking,
.common__swiper--blog,
.common__swiper--voice,
.common__swiper--staff{
	width: 1140px;
}

[class*="common__swiper--"] .swiper-wrapper {
    align-items: stretch;
}

[class*="common__slide--new"],
[class*="common__slide--recommend"],
[class*="common__slide--ranking"] {
    width: 330px;
    height: auto;
    box-sizing: border-box;
}

[class*="common__slide--voice"],
[class*="common__slide--staff"],
[class*="common__slide--blog"] {
    width: 360px;
    height: auto;
    box-sizing: border-box;
}

[class*="common__card--"] {
    margin: 0;
}

[class*="common__link--"] {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: flex-start;
    max-width: 330px;
    color: inherit;
    text-decoration: none;
}

[class*="common__link--"]:hover {
    opacity: 0.95;
}

[class*="common__media--"] {
    display: block;
    width: 330px;
    height: 248px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #e6e6e6;
}

[class*="common__media--"] > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
}

[class*="common__body--"] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
    width: 330px;
}

[class*="common__title--"] {
    display: block;
    width: 100%;
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[class*="common__meta--"] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #5e5d5d;
}

[class*="common__price-row--"] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 2px;
}

.flex__detail{
	display: flex;
	align-items: baseline;
	gap: 10px;
}

[class*="common__price--"] {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #5e5d5d;
}

[class*="common__price--"] span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    color: #016CDA;
}

[class*="common__spec--"] {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #5e5d5d;
    width: fit-content;
    flex-shrink: 0;
}

[class*="common__txt--"] {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[class*="common__actions--"] {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    width: 100%;
}

[class*="common__more--"] {
    position: relative;
    display: flex;
    width: 300px;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 20px 48px 20px 110px;
    border-radius: 9999px;
    border: 1px solid #016CDA;
    background-color: #016CDA;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    text-decoration: none;
    box-sizing: border-box;
    transition: background-color 0.25s ease, color 0.25s ease;
}

[class*="common__more--"]:hover {
    background-color: #fff;
    color: #016CDA;
}

[class*="common__more-text--"] {
    flex: 1 1 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    color: inherit;
}

[class*="common__more-icon--"] {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 17px;
    height: 12px;
    transform: translateY(-50%);
}

[class*="common__more-icon--"]::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.25s ease;
    -webkit-mask-image: url("../images/icon_more-arrow.svg");
    mask-image: url("../images/icon_more-arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

[class*="common__more--"]:hover [class*="common__more-icon--"]::before {
    background-color: #016CDA;
}

/* 人気物件ランキング */

.section__wrapper--ranking {
    background-color: #e7f6ff;
    border-radius: 180px 0 0 0;
}

.ranking__ornament {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 0;
    line-height: 0;
}

.ranking__ornament img {
    display: block;
    width: 100%;
    height: auto;
}

.common__media--ranking {
    position: relative;
}

.ranking-badge {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    display: block;
    line-height: 0;
    pointer-events: none;
}

.ranking-badge img {
    display: block;
    width: 60px;
    height: auto;
}

/* おすすめ物件（セクション背景・装飾のみ差分） */

.section__wrapper--recommend {
    background-color: #fff;
}

.recommend__ornament {
    position: absolute;
    top: 22.37%;
    right: 0;
    bottom: 16.56%;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 0;
    line-height: 0;
}

.recommend__ornament img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/* お客様の声 */

.section__wrapper--voice {
    background-color: #fff;
    border-radius: 180px 0 0 0;
}
.l-main .voice__ornament {
    bottom: inherit;
    top: 51px;
}

[class*="shared__item--"] {
    margin: 0;
}

[class*="shared__link--"] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    max-width: 360px;
    color: inherit;
    text-decoration: none;
}

.shared__link--blog{
	gap: 11px;
}

[class*="shared__link--"]:hover {
    opacity: 0.95;
}

[class*="shared__media--"] {
    position: relative;
    display: block;
    width: 360px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #e6e6e6;
}

.shared__media--voice,
.shared__media--staff {
    height: 270px;
}

.shared__media--blog {
    height: 223px;
}

[class*="shared__media--"] img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shared__name--voice,
.shared__name--staff {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #016CDA;
    text-align: center;
}

/* お役立ちブログ */

.section__wrapper--blog {
    background-color: #fff;
    border-radius: 180px 0 0 0;
}

.blog__ornament {
    position: absolute;
    bottom: 112px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 0;
    line-height: 0;
}

.blog__ornament img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.shared__name--blog {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 24px;
    border: 1px solid #016CDA;
    border-radius: 9999px;
    background-color: #f4f7ff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #016CDA;
    margin-bottom: 7px;
}

.blog__sub-ttl{
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 3px;
}

.blog__txt{
	color: #5E5D5D;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/* バナー */

.section__wrapper--bnr{
	padding-block: 76px;
}

.bnr__box{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.bnr__link a{
	display: block;
	width: 565px;
}

.bnr__link a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* お問い合わせ */

.section__wrapper--contact {
    position: relative;
    overflow: hidden;
    background: url(../images/contact_bg.webp) no-repeat center / cover;
    padding-block: 77px 80px;
}

.contact__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 419px;
    pointer-events: none;
}

.contact__bg-base {
    position: absolute;
    inset: 0;
    background-color: #fff;
}

.contact__bg-photo {
    position: absolute;
    inset: 0;
    overflow: hidden;
    opacity: 0.25;
}

.contact__bg-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.section__inner--contact {
    display: flex;
    flex-direction: column;
    gap: 33px;
}

.contact__row--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ttl__box--contact {
    margin-bottom: 0;
    text-align: left;
}

.contact__tel-box {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #d2ecff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    width: 570px;
    height: 90px;
}

.contact__tel-row {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.contact__tel-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160.5px;
    height: 50px;
    margin: 0;
    padding: 7px 0;
    background-color: rgba(1, 108, 218, 0.15);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #016cda;
}

.contact__tel-num {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 1;
    color: #016cda;
}

.contact__tel-link:hover {
    opacity: 0.92;
}

.contact__row--btns {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    align-items: center;
}

.contact__btn {
    position: relative;
    display: flex;
    width: 366px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 28px 20px 58px;
    border-radius: 9999px;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.contact__btn--visit {
    background-color: #016cda;
    border-color: #016cda;
    padding-left: 80px;
}

.contact__btn--visit:hover {
    background-color: #fff;
    color: #016cda;
}

.contact__btn--visit:hover .contact__btn-ico--reservation::before,
.contact__btn--visit:hover .contact__btn-arrow::before {
    background-color: #016cda;
}

.contact__btn--mail {
    background-color: #009fee;
    border-color: #009fee;
}

.contact__btn--mail:hover {
    background-color: #fff;
    color: #009fee;
}

.contact__btn--mail:hover .contact__btn-ico--mail::before,
.contact__btn--mail:hover .contact__btn-arrow::before {
    background-color: #009fee;
}

.contact__btn--line {
    background-color: #06c755;
    border-color: #06c755;
}

.contact__btn--line:hover {
    background-color: #fff;
    color: #06c755;
}

.contact__btn--line:hover .contact__btn-ico--line::before,
.contact__btn--line:hover .contact__btn-arrow::before {
    background-color: #06c755;
}

.contact__btn-ico {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
}

.contact__btn-ico::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.25s ease;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.contact__btn-ico--reservation::before {
    -webkit-mask-image: url("../images/reservation_icn.svg");
    mask-image: url("../images/reservation_icn.svg");
}

.contact__btn-ico--mail::before {
    -webkit-mask-image: url("../images/mail_icn.svg");
    mask-image: url("../images/mail_icn.svg");
}

.contact__btn-ico--line::before {
    -webkit-mask-image: url("../images/line_icn.svg");
    mask-image: url("../images/line_icn.svg");
}

.contact__btn-txt {
    flex: 1 1 auto;
    color: inherit;
}

.contact__btn-arrow {
    position: absolute;
    top: 50%;
    right: 30.5px;
    display: block;
    width: 17px;
    height: 12px;
    transform: translateY(-50%);
}

.contact__btn-arrow::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.25s ease;
    -webkit-mask-image: url("../images/icon_more-arrow.svg");
    mask-image: url("../images/icon_more-arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
