html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    line-height: 1;
    scroll-behavior: smooth;
    font-family: RodinPro-R, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    color: #252525;
}
a {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    color: #333;
    text-decoration: none;
}

.main-wrapper {
    display: grid;
    grid-template-columns: minmax(20%, 30%) minmax(80%, 70%);
}
.post-type-archive-property .main-wrapper #primary {
    grid-column: 2;
    grid-row: 1;
}
.post-type-archive-property aside {
    grid-column: 1;
    grid-row: 1;
}
.headgruop {
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}
.headline {
    background-color: #000;
}
.headline__inner {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    left: -50px;
    overflow: hidden;
    width: 100%;
}
.headlinelist {
    width: 475px;
    float: right;
    position: relative;
    z-index: 201;
}
.headlinelist__arrow {
    color: #999999;
}
.headlinelist__secondtxt {
    display: none;
}
.headlinelist__item {
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 18px;
}
.headlinelist__item:nth-child(1) {
    width: 11em;
}
.headlinelist__item a {
    color: #fff;
    line-height: 2.5;
}
.head {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
}
.logo {
    float: left;
    width: 15%;
    position: relative;
}
.logo img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}
.nav {
    float: none;
    width: auto;
    margin-left: 15%;
}
nav {
    display: block;
}
.navlist {
    display: flex;
    font-size: 0;
    border-bottom: 1px solid #e5e5e5;
    height: 70px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
.nav::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
.navlist__item:first-child {
    padding-top: 10px;
    flex-grow: 2;
}

.navlist * {
    text-align: center;
}
.navlist__item {
    height: 100%;
    position: relative;
    flex-grow: 1;
}
.navlist__item:first-child a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navlist__link {
    display: inline-block;
    font-size: 1.4rem;
    color: #252525;
    line-height: 70px;
    height: 100%;
    width: 100%;
    position: relative;
}
.navlist__link svg {
    margin: 0 auto;
    width: 20px;
    height: 20px;
}
body .mainArea img {
    width: 100%;
    height: auto;
}
#js-manusearch {
    display: none;
}
.manu {
    padding: 9.375vw 0;
    background-color: #fff;
    text-align: center;
}
.sns_btn {
    padding: 0 1em;
    display: flex;
    align-items: center;
    gap: 5px;
}
.sns_btn img.sns_icon {
    width: 35px;
    height: 35px;
}
.nav li img {
    vertical-align: top;
}
.sns_btn .line {
    position: relative;
    cursor: pointer;
}




.footer {
    display: block;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.secFootLink {
    padding: 60px 0 20px;
    background-color: #f2f2f2;
}

@media only screen and (min-width: 769px) {
    .pc_none {
        display: none;
    }
    .navlist__item.navlist__item_thispage:after, .navlist__link:hover:after {
        content: "";
        height: 6px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #4e4e4e;
    }
}
@media only screen and (max-width: 768px) {
    .sp_none {
        display: none;
    }
}



.front .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.items-list .card{
    border: 1px solid rgba(0, 0, 0, 0.10);
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.07);
    padding: 2rem;
}
figure.clm1 {
    max-width: 150px;
    width: 39%;
}
figure.clm1 img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: top;
}
.row {
    display: flex;
    gap: 2%;
}
.clm2 {
    width: 59%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.btDetail a {
    display: block;
    text-align: center;
    background-color: #ddd;
    padding: 15px 10px;
    color: #000;
    font-size: 14px;
    position: relative;
    transition: all .3s ease 0;
    box-sizing: border-box;
}
.btContact a {
    display: block;
    text-align: center;
    background-color: #907f39;
    padding: 15px 10px;
    color: #fff;
    font-size: 14px;
    position: relative;
    transition: all .3s ease 0;
    box-sizing: border-box;
}

body table.tableList {
    border-left: 0 none;
    border-top: 1px solid #e6e6e6;
    border-right: 0 none;
}

body table.tableList {
    width: 100%;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body table.tableList th {
    border-right: 0 none;
    background-color: #f7f7f7;
}
body table.tableList th, body table.tableList td {
    border-bottom: 1px dotted #e6e6e6;
}

body table.tableList th {
    width: 27%;
    border-right: 2px solid #fff;
    background-color: #e9e9e9;
}
body table.tableList th, body table.tableList td {
    text-align: left;
    padding: 10px;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
}
body table.tableList td {
    background-color: #fff;
}
body table.tableList th, body table.tableList td {
    border-bottom: 1px dotted #e6e6e6;
}

body table.tableList td {
    width: 73%;
    background-color: #f4f4f4;
}

.iconArea {
    /* padding-right: 15px; */
    color: #454545;
    line-height: 1;
    border: 1px solid #454545;
    padding: 6px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
}