@charset "utf-8";

/* LAYOUT
--------------------------- */
#content,
#contents {
    width: 100%;
}

.breadcrumbs {
    background: #F4F4F4;
    width: 100%;
}

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

.l-contents {
    background: #f7f7f7;
}

.sitemap {
    width: 1140px;
    margin: 0 auto;
    padding: 0 0 60px;
}

.sitemap__headline {
    position: relative;
    margin: 0;
    padding: 15px 0 20px 18px;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
}

.sitemap__headline::before {
    position: absolute;
    top: 18px;
    left: 0;
    display: block;
    width: 4px;
    height: 32px;
    background: #f6e24c;
    content: "";
}

.sitemap__section:not(:last-child) {
    margin: 0 0 20px;
}

.sitemap__ttl {
    border-bottom: 1px solid var(--border-color);
    margin: 0 0 17px;
    padding: 0 0 4px;
    font-size: 22px;
    font-weight: bold;
}

.sitemap__contents>*+* {
    margin: 58px 0 0;
}

.sitemap__between {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.sitemap__type {
    flex: 1;
}

.sitemap__sub-ttl {
    display: flex;
    gap: 7px;
    align-items: center;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
}

.sitemap__type .sitemap__sub-ttl {
    margin: 0 0 15px;
}

.sitemap__sub-ttl svg {
    margin: -2px 0 0;
    width: 22px;
    height: 22px;
    fill: var(--sub-color);
}

.sitemap__link {
    display: flex;
    gap: 9px;
}

.sitemap__link svg {
    min-width: 7px;
    width: 7px;
    height: 7px;
    margin: 6px 0 0;
}

/* リスト
--------------------------- */
.type-list>*+* {
    margin: 20px 0 0;
}

.regist-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.other-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.category-list {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
}

.category-list__link {
    display: block;
    padding: 7px 12px 5px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 13px;
}

/* お部屋を借りる
--------------------------- */
/* 計測値: card W:1140px, padding:30px, radius:10px, gap:16px */
.sitemap__section--rent {
    box-sizing: border-box;
    width: 1140px;
    padding: 30px 30px 26px;
    border-radius: 10px;
    background: #fff;
}

.sitemap__section--rent .sitemap__ttl {
    margin: 0;
    padding: 0 0 14px;
    border-bottom: 1px solid #cfcfcf;
    font-size: 18px;
    line-height: 1.223;
    font-weight: 700;
    color: #000;
}

/* 計測値: content gap:30px */
.sitemap__contents--rent {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 15px 0 0;
}

.sitemap__contents--rent>*+* {
    margin: 0;
}

/* 計測値: group gap:16px */
.sitemap__group {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sitemap__section--rent .sitemap__sub-ttl {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #d83c3c;
}

.sitemap__link-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 11px;
}

.sitemap__link-list--wide {
    width: 1080px;
}

.sitemap__link-item--area {
    width: 180px;
}

.sitemap__link-item--wide {
    width: 350px;
}

.sitemap__section--rent .sitemap__link {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #333;
}

/* 目的から探す
--------------------------- */
/* 計測値: card W:1140px, padding:30px, radius:5px, gap:16px */
.sitemap__section--purpose {
    box-sizing: border-box;
    width: 1140px;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
}

.sitemap__section--purpose .sitemap__ttl {
    margin: 0;
    padding: 0 0 14px;
    border-bottom: 1px solid #cfcfcf;
    font-size: 18px;
    line-height: 1.223;
    font-weight: 700;
    color: #000;
}

/* 計測値: content gap:30px */
.sitemap__contents--purpose {
    display: flex;
    flex-direction: column;
    gap: 27px;
    margin: 16px 0 0;
}

.sitemap__contents--purpose>*+* {
    margin: 0;
}

/* 計測値: block gap:24px, block-head gap:15px */
.sitemap__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sitemap__block-head,
.sitemap__block--simple {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sitemap__block-head {
    margin-bottom: 4px;
}

.sitemap__block--simple {
    margin-bottom: 3px;
}

.sitemap__block-title {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #d83c3c;
}

.sitemap__page-link {
    width: 335px;
}

/* 計測値: subgroup gap:16px, marker W:10px, gap:6px */
.sitemap__subgroup {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sitemap__section--purpose .sitemap__sub-ttl--line {
    display: flex;
    gap: 6px;
    align-items: center;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

.sitemap__sub-ttl--line::before {
    display: block;
    width: 10px;
    height: 1px;
    background: #d83c3c;
    content: "";
}

.sitemap__link-list--indent {
    width: 1080px;
    padding: 0 0 0 16px;
}

.sitemap__link-list--indent-useful {
    flex-direction: column;
}

.sitemap__link-item--indent {
    width: 350px;
}

.sitemap__link-item--indent:nth-child(3n+1) {
    width: 334px;
}

.sitemap__section--purpose .sitemap__link {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #333;
}

.sitemap__link--external {
    position: relative;
    padding: 0 0 0 16px;
}

.sitemap__link--external::before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/images/pc/sitemap/icon-link.webp) no-repeat center / cover;
    box-sizing: border-box;
    content: "";
}

/* 各種サービス
--------------------------- */
/* 計測値: card W:1140px, padding:30px, radius:5px, gap:16px */
.sitemap__section--service {
    box-sizing: border-box;
    width: 1140px;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
}

.sitemap__section--service .sitemap__ttl {
    margin: 0;
    padding: 0 0 14px;
    border-bottom: 1px solid #cfcfcf;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #000;
}

/* 計測値: content gap:30px */
.sitemap__contents--service {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 16px 0 0;
}

.sitemap__contents--service>*+* {
    margin: 0;
}

.sitemap__section--service .sitemap__sub-ttl--line {
    display: flex;
    gap: 6px;
    align-items: center;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

.sitemap__section--service .sitemap__link {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #333;
}

/* 常口アトムについて
--------------------------- */
/* 計測値: card W:1140px, padding:30px, radius:5px, gap:14px */
.sitemap__section--about {
    box-sizing: border-box;
    width: 1140px;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
}

.sitemap__section--about .sitemap__ttl {
    margin: 0;
    padding: 0 0 14px;
    border-bottom: 1px solid #cfcfcf;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #000;
}

/* 計測値: content gap:30px */
.sitemap__contents--about {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 14px 0 0;
}

.sitemap__contents--about>*+* {
    margin: 0;
}

.sitemap__section--about .sitemap__sub-ttl--line {
    display: flex;
    gap: 6px;
    align-items: center;
    margin: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

.sitemap__section--about .sitemap__link {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #333;
}

/* 常口グループサイト
--------------------------- */
/* 計測値: card W:1140px, padding:30px, radius:5px, gap:14px */
.sitemap__section--group {
    box-sizing: border-box;
    width: 1140px;
    padding: 30px;
    border-radius: 5px;
    background: #fff;
}

.sitemap__section--group .sitemap__ttl {
    margin: 0;
    padding: 0 0 14px;
    border-bottom: 1px solid #cfcfcf;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #000;
}

/* 計測値: list W:1080px, row-gap:16px */
.sitemap__link-list--group {
    margin: 14px 0 0;
}

.sitemap__section--group .sitemap__link {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #333;
}

/* ホバー効果
--------------------------- */
.sitemap .sitemap__link {
    position: relative;
    display: inline-block;
    width: fit-content;
    text-decoration: none;
    transition: transform 0.25s ease;
}

.sitemap .sitemap__link::after {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
    content: "";
}

.sitemap .sitemap__link:hover,
.sitemap .sitemap__link:focus-visible {
    opacity: 1;
}

.sitemap .sitemap__link:hover::after,
.sitemap .sitemap__link:focus-visible::after {
    transform: scaleX(1);
}

.sitemap .sitemap__link:focus-visible {
    outline: 2px solid #d83c3c;
    outline-offset: 2px;
}

.sitemap .sitemap__link--external::after {
    left: 16px;
}