@charset "UTF-8"; *,*::before,*::after {
    box-sizing: border-box;
}

ul,ol {
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

body,h1,h2,h3,h4,p,li,figure,figcaption,blockquote,dl,dd {
    margin: 0;
}

html {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 62.5%;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    word-wrap: break-word;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
    min-height: 100vh;
    line-height: 1.5;
    color: #333;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    scroll-behavior: smooth;
}

ul,ol {
    list-style: none;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img {
    display: block;
    max-width: 100%;
}

input,button,select,optgroup,textarea {
    margin: 0;
    outline: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input,button,textarea,select {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: none;
    font: inherit;
    font-size: 1.7rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

:focus {
    outline: none;
}

input::-ms-clear {
    visibility: hidden;
}

input::-ms-reveal {
    visibility: hidden;
}

button,input {
    overflow: visible;
}

button,select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

textarea {
    overflow: auto;
    resize: vertical;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

::-webkit-scrollbar {
    display: none;
}

[hidden] {
    display: none !important;
}

a {
    outline: none;
    cursor: pointer;
}

∂ a:hover,a:focus {
    outline: none;
}

img {
    border-style: none;
    vertical-align: middle;
}

.img-max {
    width: 100%;
    height: auto;
}

strong,b {
    font-weight: bold;
}

.event {
    opacity: 0;
}

.tns-outer {
    position: relative;
    padding: 0 !important;
}

.tns-outer [hidden] {
    display: none !important;
}

.tns-outer [aria-controls],.tns-outer [data-action] {
    cursor: pointer;
}

@media only screen and (max-width: 767.98px) {
    .tns-outer {
        max-width: auto;
        margin: 0 auto;
    }
    .event-wrap{
        margin: 0 15px;    
    }
}

@media only screen and (max-width: 374.98px) {
    .tns-outer {
        max-width: auto;
        margin: 0 auto;
    }
}

.tns-slider {
    transition: all 0s;
}

.tns-slider>.tns-item {
    box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
    display: table;
    clear: both;
    content: '';
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s;
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important;
}

.tns-gallery>.tns-moving {
    transition: all 0.25s;
}

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    opacity: 0.6;
    transition: opacity 0.6s;
}

.tns-lazy-img.tns-complete {
    opacity: 1;
}

.tns-ah {
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    visibility: hidden;
    opacity: 0;
}

.tns-fadeIn {
    z-index: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tns-normal,.tns-fadeOut {
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tns-vpfix {
    white-space: nowrap;
}

.tns-vpfix>div,.tns-vpfix>li {
    display: inline-block;
}

.tns-t-subp2 {
    position: relative;
    overflow: hidden;
    width: 310px;
    height: 10px;
    margin: 0 auto;
}

.tns-t-ct {
    position: absolute;
    right: 0;
    width: 2333.33333%;
    width: calc(100% * 70 / 3);
}

.tns-t-ct:after {
    display: table;
    clear: both;
    content: '';
}

.tns-t-ct>div {
    float: left;
    width: 1.42857%;
    width: calc(100% / 70);
    height: 10px;
}

.tns-controls {
    z-index: 1;
    width: 100%;
}

.tns-controls button {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #333;
    transform: translateY(-50%);
    z-index: 9;
}

.tns-controls button:first-child {
    left: -40px;
    border-left: 1px solid #333;
    transform: rotate(45deg);
}

.single-main-gallery .tns-controls button {
    top: 45%;
    width: 16px;
    height: 16px;
    border-bottom: 1px solid #fff;
}

.single-main-gallery .tns-controls button:first-child {
    left: 20px;
    border-left: 1px solid #fff;
}

.single-main-gallery .tns-controls button:last-child {
    right: 20px;
    border-right: 1px solid #fff;
}

@media only screen and (max-width: 767.98px) {
    .tns-controls button:first-child {
        left: 20px;
        border-left: 1px solid #fff;
    }
    .tns-controls button {
        top: 184px;
        border-bottom: 1px solid #fff;
    }
}
@media only screen and (max-width: 567.98px) {
    .tns-controls button:first-child {
        left: 20px;
    }
    .tns-controls button {
        top: 124px;
        filter: drop-shadow(0px 2px 3px #333);
    }
}
@media only screen and (max-width: 374.98px) {
    .tns-controls button:first-child {
        left: 15px;
    }
    .tns-controls button {
        top: 81px;
    }
}
.tns-controls button:last-child {
    right: -40px;
    border-right: 1px solid #333;
    transform: rotate(315deg);
    
}

@media only screen and (max-width: 767.98px) {
    .tns-controls button:last-child {
        right: 20px;
        border-right: 1px solid #fff;
    }
}
@media only screen and (max-width: 374.98px) {
    .tns-controls button:last-child {
        right: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .link-button-inner:before,.hover-area-image-cover:after,.hover-area-text,.breadcrumb-inner-list a,.header-logo,.header-menu-list-item .menu-link,.modelhouse-grid-text-list-link,.modelhouse-grid-text-list-link:before,.modelhouse-grid-text-list-link:after,.event-carousel-image img,.blog-grid-image img,.blog-grid-text,.works-image img,.intro-realestate .category-system-button-inner:before,.single-sponsored-link {
        cursor:pointer;
        transition-delay: 0s;
        transition-timing-function: ease-in-out;
        transition-duration: .4s;
    }

    .link-button-inner:hover:before,.hover-area-image-cover:hover:after,.hover-area-text:hover,.breadcrumb-inner-list a:hover,.header-logo:hover,.header-menu-list-item .menu-link:hover,.modelhouse-grid-text-list-link:hover,.modelhouse-grid-text-list-link:hover:before,.modelhouse-grid-text-list-link:hover:after,.event-carousel-image img:hover,.blog-grid-image img:hover,.blog-grid-text:hover,.works-image img:hover,.intro-realestate .category-system-button-inner:hover:before,.single-sponsored-link:hover {
        text-decoration: none;
        cursor: pointer;
        transition-delay: 0s;
        transition-timing-function: ease-in-out;
        transition-duration: .4s;
    }
}

.top-base,.sub-base,.breadcrumb,.header,.modelhouse,.concept-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 576px) {
    .top-base,.sub-base,.breadcrumb,.header,.modelhouse,.concept-grid {
        max-width:540px;
    }
}

@media only screen and (min-width: 768px) {
    .top-base,.sub-base,.breadcrumb,.header,.modelhouse,.concept-grid {
        max-width:708px;
    }
}

@media only screen and (min-width: 992px) {
    .top-base,.sub-base,.breadcrumb,.header,.modelhouse,.concept-grid {
        max-width:900px;
    }
}

h1.heading,h2.heading,.menu-link,.link-button,.hover-area-text,.sub-base h1.heading,#loading-title-main,.footer-grid-menu-list-item .menu-link,.contact-information .telephone,.price .heading-sub,.concept-grid-inner .heading .sp-style .heading-sub,.works-text-title-main,.separate-grid .sidebar-title,.list-works .works-text-title-main,.list-realestate .item-text-detail-title,.single-section .single-title,.single-contact-num-main,.ability-grid .item-title-num,.modal-grid-text .text-main span {
    font-family: "Oswald", serif;
}

@media all and (-ms-high-contrast: none) {
    h1.heading,h2.heading,.menu-link,.link-button,.hover-area-text,.sub-base h1.heading,#loading-title-main,.footer-grid-menu-list-item .menu-link,.contact-information .telephone,.price .heading-sub,.concept-grid-inner .heading .sp-style .heading-sub,.works-text-title-main,.separate-grid .sidebar-title,.list-works .works-text-title-main,.list-realestate .item-text-detail-title,.single-section .single-title,.single-contact-num-main,.ability-grid .item-title-num,.modal-grid-text .text-main span {
        font-family: "Oswald";
    }
}

@supports (-ms-ime-align: auto) {
    h1.heading,h2.heading,.menu-link,.link-button,.hover-area-text,.sub-base h1.heading,#loading-title-main,.footer-grid-menu-list-item .menu-link,.contact-information .telephone,.price .heading-sub,.concept-grid-inner .heading .sp-style .heading-sub,.works-text-title-main,.separate-grid .sidebar-title,.list-works .works-text-title-main,.list-realestate .item-text-detail-title,.single-section .single-title,.single-contact-num-main,.ability-grid .item-title-num,.modal-grid-text .text-main span {
        font-family: "Oswald";
    }
}

.header-top-text-title,.footer-grid-image .text,.works-text .heading-main {
    font-family: "Frank Ruhl Libre", serif;
}

@media all and (-ms-high-contrast: none) {
    .header-top-text-title,.footer-grid-image .text,.works-text .heading-main {
        font-family: "Frank Ruhl Libre";
    }
}

@supports (-ms-ime-align: auto) {
    .header-top-text-title,.footer-grid-image .text,.works-text .heading-main {
        font-family: "Frank Ruhl Libre";
    }
}

#loading-title-sub,.header-top-text-detail,.footer-grid-menu-sns .follow-us,.modelhouse-grid-text-title-en,.price-list-item-title,.works-text .heading-text,.list-works .works-text-category {
    font-family: "Lato", sans-serif;
}

@media only screen and (min-width: 768px) {
    .header-drawer-menu-list .menu-link-draw span,.footer-grid-menu-sns a span,.footer-grid-menu-list-item .menu-link span,ul.page-link li a span {
        position:relative;
    }

    .header-drawer-menu-list .menu-link-draw span:before,.footer-grid-menu-sns a span:before,.footer-grid-menu-list-item .menu-link span:before,ul.page-link li a span:before,.header-drawer-menu-list .menu-link-draw span:after,.footer-grid-menu-sns a span:after,.footer-grid-menu-list-item .menu-link span:after,ul.page-link li a span:after {
        position: absolute;
        width: 100%;
        height: 1px;
        content: '';
        transition: transform 0.3s;
        transform: scaleX(0);
    }

    .header-drawer-menu-list .menu-link-draw span:before,.footer-grid-menu-sns a span:before,.footer-grid-menu-list-item .menu-link span:before,ul.page-link li a span:before {
        top: -7px;
        left: 0;
        transform-origin: top left;
    }

    .header-drawer-menu-list .menu-link-draw span:after,.footer-grid-menu-sns a span:after,.footer-grid-menu-list-item .menu-link span:after,ul.page-link li a span:after {
        right: 0;
        bottom: -7px;
        transform-origin: bottom right;
    }

    .header-drawer-menu-list .menu-link-draw .-white:before,.footer-grid-menu-sns a .-white:before,.footer-grid-menu-list-item .menu-link .-white:before,ul.page-link li a .-white:before,.header-drawer-menu-list .menu-link-draw .-white:after,.footer-grid-menu-sns a .-white:after,.footer-grid-menu-list-item .menu-link .-white:after,ul.page-link li a .-white:after {
        background-color: #fff;
    }

    .header-drawer-menu-list .menu-link-draw .-black:before,.footer-grid-menu-sns a .-black:before,.footer-grid-menu-list-item .menu-link .-black:before,ul.page-link li a .-black:before,.header-drawer-menu-list .menu-link-draw .-black:after,.footer-grid-menu-sns a .-black:after,.footer-grid-menu-list-item .menu-link .-black:after,ul.page-link li a .-black:after {
        background-color: #000;
    }

    .header-drawer-menu-list .menu-link-draw:hover span:before,.footer-grid-menu-sns a:hover span:before,.footer-grid-menu-list-item .menu-link:hover span:before,ul.page-link li a:hover span:before,.header-drawer-menu-list .menu-link-draw:hover span:after,.footer-grid-menu-sns a:hover span:after,.footer-grid-menu-list-item .menu-link:hover span:after,ul.page-link li a:hover span:after {
        transform: scaleX(1);
    }
}

body.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 767.98px) {
    main {
        overflow:hidden;
    }
}

h1,h2,h3 {
    line-height: 1.2;
}

h1.heading {
    margin-bottom: 50px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

h2.heading {
    margin-bottom: 40px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: .025em;
}

@media only screen and (max-width: 767.98px) {
    h2.heading {
        margin-bottom:30px;
        font-size: 1.8rem;
    }
}

.modelhouse h2.heading {
    margin-bottom: 20px;
    letter-spacing: .05em;
}

@media only screen and (max-width: 767.98px) {
    .modelhouse h2.heading {
        margin-bottom:10px;
    }
}

h3.heading {
    font-weight: normal;
}

.menu-link {
    display: block;
    font-size: 1.4rem;
}
.header-menu-list-item .menu-link.head-jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.7;
}
@media(max-width: 991.98px) {
  .header-menu-list-item .menu-link.head-jp {
    line-height: 1.4;
  }
}
.menu-link-draw.head-jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: -1px;
}
footer .menu-link.head-jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: -1px;
}

.link-button {
    position: relative;
    display: block;
    width: 170px;
    height: 36px;
    margin: 0 auto;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    transition-delay: 0s;
    transition-timing-function: ease;
    transition-duration: .3s;
}

.link-button:before,.link-button:after {
    z-index: 2;
}

.link-button:before {
    position: absolute;
    top: 15px;
    right: -22px;
    width: 10px;
    content: "";
    transform: rotate(45deg);
}

.link-button:after {
    position: absolute;
    top: 18px;
    right: -20px;
    width: 40px;
    content: "";
}

@media all and (-ms-high-contrast: none) {
    .link-button:after {
        top: 19px;
        right: -21px;
    }
}

@supports (-ms-ime-align: auto) {
    .link-button:after {
        top: 19px;
        right: -21px;
    }
}

.link-button-outer {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.link-button-inner:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    transform: translateX(-100%);
}

.link-button:before,.link-button:after {
    transition-delay: .4s;
    transition-timing-function: ease;
    transition-duration: .3s;
}

@media only screen and (min-width: 768px) {
    .link-button:hover:before {
        right:10px;
        width: 10px;
    }

    .link-button:hover:after {
        right: 12px;
        width: 20px;
    }

    .link-button:hover span:before {
        transform: translateX(0);
    }
}

.link-button.-jp {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.link-button.-transparent {
    margin: 0;
    border: 1px solid #fff;
    color: #fff;
}

@media only screen and (max-width: 767.98px) {
    .link-button.-transparent {
        width:185px;
        height: 40px;
        margin: 0 auto;
        border: 1px solid #333;
        background: #333;
        line-height: 40px;
        color: #fff !important;
    }
}

@media only screen and (min-width: 768px) {
    .link-button.-transparent:hover {
        background-color:transparent;
        color: #333;
    }
}

.link-button.-transparent .link-button-inner:before {
    background-color: #fff;
}

.link-button.-transparent:before {
    border-bottom: 1px solid #fff;
}

.link-button.-transparent:after {
    border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
    .link-button.-transparent:hover {
        color:#333;
    }

    .link-button.-transparent:hover:before {
        border-bottom: 1px solid #333;
    }

    .link-button.-transparent:hover:after {
        border-bottom: 1px solid #333;
    }
}

@media only screen and (max-width: 767.98px) {
    .link-button.-transparent {
        margin:0 auto;
        border: 1px solid #333;
        color: #333;
    }

    .link-button.-transparent:before {
        border-bottom: 1px solid #333;
    }

    .link-button.-transparent:after {
        border-bottom: 1px solid #333;
    }
}

.link-button.-normal {
    width: 185px;
    height: 40px;
    border: 1px solid #333;
    background-color: #333;
    line-height: 38px;
    color: #fff;
}

.link-button.-normal .link-button-inner:before {
    background-color: #fff;
    color: #333;
}

.link-button.-normal:before {
    border-bottom: 1px solid #333;
}

.link-button.-normal:after {
    border-bottom: 1px solid #333;
}

@media only screen and (min-width: 768px) {
    .link-button.-normal:hover {
        color:#333;
    }

    .link-button.-normal:hover:before {
        border-bottom: 1px solid #333;
    }

    .link-button.-normal:hover:after {
        border-bottom: 1px solid #333;
    }
}

.link-button.-contact {
    border: 1px solid #fff;
    background-color: #fff;
    color: #333;
}

.link-button.-contact .link-button-inner:before {
    background-color: transparent;
}

.link-button.-contact:before {
    border-bottom: 1px solid #fff;
}

.link-button.-contact:after {
    border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
    .link-button.-contact:hover {
        background-color:transparent;
        color: #fff;
    }
}

.link-button span.line-button {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.hover-area {
    overflow: hidden;
}

.hover-area-image {
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    .hover-area-image:before,.hover-area-image:after {
        position:absolute;
        z-index: 2;
        display: block;
        box-sizing: border-box;
        width: 0;
        height: 0;
        content: "";
        opacity: 0;
        transition: opacity 0.1s, width 0.3s 0.1s, height 0.3s 0.4s;
    }

    .hover-area-image:before {
        top: 16px;
        left: 16px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .hover-area-image:after {
        right: 16px;
        bottom: 16px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
    }
}

.hover-area-image-cover {
    display: block;
    margin: 0;
    padding: 0;
    transition: 0.3s;
}

.hover-area-image-cover:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    content: "";
    opacity: 0;
}

.hover-area-image-cover img {
    display: block;
    max-width: 100%;
    transition: 0.1s;
}

.hover-area-text {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateY(-120%);
}

@media only screen and (min-width: 768px) {
    .hover-area:hover .hover-area-image:before,.hover-area:hover .hover-area-image:after {
        width:calc(100% - 32px);
        height: calc(100% - 32px);
        opacity: 1;
    }

    .hover-area:hover .hover-area-image-cover {
        transform: scale(1.15);
    }

    .hover-area:hover .hover-area-image-cover:after {
        opacity: 1;
    }

    .hover-area:hover .hover-area-image-cover img {
        -webkit-filter: blur(2px);
        filter: blur(2px);
    }

    .hover-area:hover .hover-area-text {
        opacity: 1;
        transform: translateY(-50%);
    }
}

.pagenation {
    margin-top: 60px;
}

@media only screen and (max-width: 767.98px) {
    .pagenation {
        margin-top:40px;
    }
}

.pagenation ul {
    display: flex;
    justify-content: center;
}

.pagenation ul li {
    font-size: 1.4rem;
}

.pagenation ul li:not(:last-child) {
    margin-right: 10px;
}

.pagenation ul li a,.pagenation ul li span {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.pagenation ul li a:not(.prev):not(.next) {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    transition-duration: .3s;
}

.pagenation ul li a:not(.prev):not(.next):hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.pagenation ul li a.prev {
    margin-right: -4px;
}

.pagenation ul li a.next {
    margin-left: -4px;
}

.pagenation ul li a.current {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.pagenation ul li span.current {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.top-base {
    padding-top: 90px;
}

@media only screen and (max-width: 767.98px) {
    .top-base {
        margin:0 auto;
        padding-top: 50px;
    }
}

.sub-base {
    display: block;
    padding-top: 70px;
}

@media only screen and (max-width: 767.98px) {
    .sub-base {
        margin:0 auto;
        padding-top: 40px;
    }
}

@media only screen and (min-width: 768px) {
    .sub-base.extension {
        max-width:708px;
    }
}

@media only screen and (min-width: 992px) {
    .sub-base.extension {
        max-width:900px;
    }
}

@media only screen and (min-width: 1200px) {
    .sub-base.extension {
        max-width:991px;
    }
}

@media only screen and (min-width: 1360px) {
    .sub-base.extension {
        max-width:1100px;
    }
}

.sub-base h1.heading {
    margin-bottom: 60px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 767.98px) {
    .sub-base h1.heading {
        margin-bottom: 40px;
    }
}

.js-show {
    opacity: 0;
}

.js-fade {
    opacity: 1;
}

.mask {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

#wrap {
    opacity: 0;
}

#loading {
    position: fixed;
    z-index: 99999;
    display: flex;
    width: 100%;
    height: 100vh;
    opacity: 1;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767.98px) {
    #loading {
        height:100%;
    }
}

#loading-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    vertical-align: top;
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
}

#loading-inner img {
    width: 180px;
}

#loading-mask {
    z-index: 0;
    width: 0;
    background-color: #000;
}

#loading-title {
    color: #fff;
    text-align: center;
    vertical-align: top;
}

#loading-title-main {
    margin-bottom: 20px;
    font-size: 7.2rem;
    line-height: 86px;
    opacity: 0;
    transition-delay: .1s;
    transition-timing-function: ease-in;
    transition-duration: .4s;
    transform: scale(1.05);
    -webkit-filter: blur(6px);
    filter: blur(6px);
}

#loading-title-sub {
    font-size: 1.4rem;
    line-height: 1.7;
    opacity: 0;
    transition-delay: .1s;
    transition-timing-function: ease-in;
    transition-duration: .4s;
    -webkit-filter: blur(6px);
    filter: blur(6px);
}

@-webkit-keyframes fulfilling-square-spinner-animation {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(180deg);
    }

    50% {
        transform: rotateY(180deg);
    }
}

@keyframes fulfilling-square-spinner-animation {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(180deg);
    }

    50% {
        transform: rotateY(180deg);
    }
}

.breadcrumb {
    margin-top: 35px;
}

.breadcrumb-inner {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    align-items: center;
    overflow-scrolling: touch;
}

@media only screen and (max-width: 767.98px) {
    .breadcrumb-inner {
        margin:0 15px;
    }
}

@media all and (-ms-high-contrast: none) {
    .breadcrumb-inner-list:last-child {
        margin-top: -4px;
    }
}

.breadcrumb-inner-list .arrow {
    position: relative;
    top: 4.5px;
    display: inline-block;
    width: 7px;
    height: 16px;
    margin: 0 10px;
}

.breadcrumb-inner-list a,.breadcrumb-inner-list span {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1.3;
}

.breadcrumb-inner-list>span {
    margin-top: 4px;
}

.breadcrumb-inner-list>span>span {
    margin-top: 4px;
}

.breadcrumb-inner-list a:hover {
    font-weight: bold;
}

.breadcrumb-inner-list a:hover span:after {
    font-weight: normal;
}

.page-404 p {
    text-align: center;
}

.page-404 p a {
    font-size: 1.6rem;
    text-decoration: underline;
}

.page-404 p a:hover {
    text-decoration: none;
}

.js-modal-content {
    display: none;
}

.header {
    position: relative;
    margin-top: 50px;
}

@media only screen and (max-width: 991.98px) {
    .header {
        overflow:hidden;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .header {
        margin-top: 20px;
    }
}

.header-top {
    position: relative;
    height: 100vh;
}

.header-top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
}

.header-top-text-title {
    margin-bottom: 20px;
    font-size: 7.2rem;
    line-height: 86px;
}

@media only screen and (max-width: 767.98px) {
    .header-top-text-title {
        margin-bottom:25px;
        font-size: 4.0rem;
        line-height: 48px;
    }
}

.header-top-text-detail {
    font-size: 1.4rem;
    line-height: 1.7;
}

@media only screen and (max-width: 767.98px) {
    .header-top-text-detail {
        width:300px;
        margin: 0 auto;
        font-size: 1.1rem;
        line-height: 21px;
    }

    .header-top-text-detail br {
        display: none;
    }
}

.header-top-scroll {
    position: absolute;
    bottom: 80px;
    left: 50%;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
}

@media only screen and (max-width: 767.98px) {
    .header-top-scroll {
        font-size:1.4rem;
    }
}

.header-top-scroll:after {
    position: absolute;
    bottom: -80px;
    left: inherit;
    width: 1px;
    height: 60px;
    border-right: 1px solid #fff;
    content: "";
    -webkit-animation: scrollmove 2s cubic-bezier(0.04, 0.435, 0.315, 0.9) infinite;
    animation: scrollmove 2s cubic-bezier(0.04, 0.435, 0.315, 0.9) infinite;
}

.header-logo {
    display: block;
    width: 134px;
    margin: 0 auto 30px;
}

.header-logo:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 991.98px) {
    .header-logo {
        width:120px;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .header-logo {
        margin: 0 0 0 15px;
    }
}

.header-menu {
    padding-top: 3px;
    border-top: 2px solid #000;
}

@media only screen and (max-width: 991.98px) {
    .header-menu {
        overflow-x:scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .header-menu {
        margin:0;
        border: none;
        padding: 0;
    }
}

.header-menu-list {
    display: flex;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    justify-content: center;
}

@media only screen and (max-width: 991.98px) {
    .header-menu-list {
        display:block;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 867px;
        height: 41px;
        padding: 0px 10px;
    }
}


@media(max-width: 767px) {
    .header-menu-list {
        display: none;
    }
}

.header-menu-list-item {
    position: relative;
}

@media only screen and (max-width: 991.98px) {
    .header-menu-list-item {
        display:inline-block;
    }
}

.header-menu-list-item .menu-link {
    position: relative;
    overflow: hidden;
    margin: 13.5px 0;
    padding: 0 15px;
    font-weight: bold;
    letter-spacing: .025em;
}

@media only screen and (min-width: 992px) {
    .header-menu-list-item .menu-link.pc-menu {
        display:block;
    }

    .header-menu-list-item .menu-link.sp-menu {
        display: none;
    }
}

@media only screen and (max-width: 991.98px) {
    .header-menu-list-item .menu-link.pc-menu {
        display:none;
    }

    .header-menu-list-item .menu-link.sp-menu {
        display: block;
    }
}

@media only screen and (max-width: 991.98px) {
    .header-menu-list-item .menu-link {
        margin:10px 0;
    }
}

@media only screen and (min-width: 992px) {
    .header-menu-list-item .menu-link[href]:before {
        position:absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        opacity: 0;
        transition-delay: 0s;
        transition-timing-function: ease-in-out;
        transition-duration: .4s;
    }

    .header-menu-list-item .menu-link[href]:before {
        border-bottom: 50px solid #000;
        transform: translateY(100%);
    }

    .header-menu-list-item .menu-link[href]:hover {
        color: #fff;
    }

    .header-menu-list-item .menu-link[href]:hover:before {
        opacity: 1;
        transform: translateY(0%);
    }
}

.header-menu-list-sub {
    position: absolute;
    z-index: 1;
    top: 39px;
    left: 16px;
    visibility: hidden;
    width: 100%;
    min-width: 180px;
    background: #333;
    opacity: 0;
    transition-delay: 0s;
    transition-timing-function: ease;
    transition-duration: .3s;
}

@media only screen and (max-width: 991.98px) {
    .header-menu-list-sub {
        display:none;
    }
}

.header-menu-list-sub-item {
    background-color: #000;
    transition-delay: 0s;
    transition-duration: .3s;
}

@media only screen and (min-width: 992px) {
    .header-menu-list-sub-item .menu-link-sub {
        display:block;
        padding: 6px 15px;
        font-size: 1.4rem;
        color: #fff;
        transition-delay: 0s;
        transition-duration: .3s;
    }

    .header-menu-list-sub-item .menu-link-sub:hover {
        background: #f5f5f5;
        color: #333;
    }
}

.header-menu-list .header-menu-list-item:hover .header-menu-list-sub {
    visibility: visible;
    opacity: 1;
}

.header-menu-toggle {
    position: absolute;
    z-index: 4;
    top: 14px;
    right: 0;
    display: inline-block;
    overflow: visible;
    margin: 0;
    border: 0;
    background-color: transparent;
    text-transform: none;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity;
}

@media only screen and (max-width: 991.98px) {
    .header-menu-toggle {
        top: 10px;
        right: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .header-menu-toggle {
        top: 6px;
        right: 15px;
    }
}

.js-open .header-menu-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
}

.header-menu-toggle-box {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 17px;
}

.header-menu-toggle-box-inner {
    top: auto;
    bottom: 0;
}

.js-open .header-menu-toggle-box-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.header-menu-toggle-box-inner,.header-menu-toggle-box-inner:before,.header-menu-toggle-box-inner:after {
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #000;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: .13s;
    transition-property: transform;
}

.header-menu-toggle-box-inner:before,.header-menu-toggle-box-inner:after {
    display: block;
    content: "";
}

.header-menu-toggle-box-inner:before {
    top: -8px;
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.js-open .header-menu-toggle-box-inner:before {
    top: 0;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transform: rotate(-90deg);
}

.header-menu-toggle-box-inner:after {
    top: -16px;
    bottom: -10px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,opacity 0.1s linear;
}

.js-open .header-menu-toggle-box-inner:after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s linear 0.22s;
}

@-webkit-keyframes scrollmove {
    0% {
        transform: scaleY(1);
        transform-origin: right bottom;
    }

    50% {
        transform: scaleY(0);
        transform-origin: right bottom;
    }

    51% {
        transform: scaleY(0);
        transform-origin: left top;
    }

    to {
        transform: scaleX(1);
        transform-origin: left top;
    }
}

@keyframes scrollmove {
    0% {
        transform: scaleY(1);
        transform-origin: right bottom;
    }

    50% {
        transform: scaleY(0);
        transform-origin: right bottom;
    }

    51% {
        transform: scaleY(0);
        transform-origin: left top;
    }

    to {
        transform: scaleX(1);
        transform-origin: left top;
    }
}

.header-drawer-menu {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: scroll;
    overflow-x: hidden;
    width: 270px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: .2s;
    transition-property: transform;
    transform: translateX(310px);
    transform-style: preserve-3d;
    will-change: transform;
}

@media only screen and (max-width: 991.98px) {
    .header-drawer-menu {
        width:300px;
        padding-top: 50px;
        padding-bottom: 30px;
        transform: translateX(300px);
    }
}

.js-open .header-drawer-menu {
    z-index: 3;
    transform: translateX(0);
}

.header-drawer-menu-list {
    text-align: center;
}

.header-drawer-menu-list .menu-link-draw {
    display: block;
    font-size: 1.4rem;
}

.header-drawer-menu-list-item.-text:not(:first-child) .menu-link-draw {
    padding-top: 10px;
}

.header-drawer-menu-list-item.-text:not(:last-child) .menu-link-draw {
    padding-bottom: 10px;
}

.header-drawer-menu-list-item.-sns .menu-link-draw {
    padding-top: 30px;
}

.header-drawer-menu-list-item.-sns:not(:first-child) .menu-link-draw {
    padding-left: 15px;
}

.header-drawer-menu-list-item.-sns:not(:last-child) .menu-link-draw {
    padding-right: 15px;
}

.header-drawer-menu-list.sns {
    display: flex;
    justify-content: center;
}

@media all and (-ms-high-contrast: none) {
    .header-drawer-menu-list.sns {
        margin: 0 40px;
    }

    .header-drawer-menu-list.sns li {
        width: 33.33%;
    }
}

.header-drawer-menu-list.sns span {
    display: block;
}

.header-drawer-menu-list.sns svg {
    height: 18px;
    transition: .3s;
}

.header-drawer-menu-list.sns svg path {
    transition-timing-function: ease;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.header-drawer-menu-list.sns a {
    transition: .3s;
}

.header-drawer-menu-list.sns a:hover {
    opacity: 0.7;
}

.dark-area {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: .2s;
}

.js-open .dark-area {
    visibility: visible;
    background-color: rgba(0,0,0,0.5);
}

.footer {
    padding-top: 80px;
}

@media only screen and (max-width: 767.98px) {
    .footer {
        padding-top:60px;
    }
}

.footer-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 583px;
    grid-template-columns: 1fr 583px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

@media only screen and (max-width: 1199.98px) {
    .footer-grid {
        -ms-grid-columns:1fr 350px;
        grid-template-columns: 1fr 350px;
    }
}

@media only screen and (max-width: 991.98px) {
    .footer-grid {
        -ms-grid-columns:1fr 270px;
        grid-template-columns: 1fr 270px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer-grid {
        display:block;
    }
}

.footer-grid-image {
    position: relative;
    background-image: url("../images/common/footer.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

.footer-grid-image .text {
    position: absolute;
    top: 50px;
    left: 40px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
}

@media only screen and (max-width: 991.98px) {
    .footer-grid-image .text {
        margin-right:40px;
    }

    .footer-grid-image br {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer-grid-image {
        display:flex;
        height: 250px;
        padding: 0 20px 15px;
        align-items: flex-end;
    }

    .footer-grid-image .text {
        position: static;
        margin-right: 0;
        font-size: 1.1rem;
    }
}


.footer-grid-menu {
    padding: 60px 60px 55px;
    background: #333;
    color: #fff;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

@media only screen and (max-width: 991.98px) {
    .footer-grid-menu {
        padding:60px 30px 55px;
    }
}

@media only screen and (max-width: 767.98px) {
    .footer-grid-menu {
        padding:30px 15px;
        margin-bottom: 57px;
    }
}

.footer-grid-menu-logo {
    display: block;
    width: 134px;
    transition-delay: 0s;
    transition-timing-function: ease;
    transition-duration: .3s;
}

.footer-grid-menu-logo:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 767.98px) {
    .footer-grid-menu-logo {
        width:120px;
    }
}

.footer-grid-menu-address {
    margin-top: 40px;
}

.footer-grid-menu-address span {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5;
}

@media only screen and (max-width: 767.98px) {
    .footer-grid-menu-address {
        margin-top:30px;
    }
}

.footer-grid-menu-sns {
    margin-top: 20px;
    align-items: center;
}

.footer-grid-menu-sns .follow-us {
    display: inline-block;
    margin-right: 30px;
    font-size: 1.6rem;
}

.footer-grid-menu-sns a {
    display: inline-block;
    vertical-align: middle;
    transition: .5s;
}

@media all and (-ms-high-contrast: none) {
    .footer-grid-menu-sns a {
        width: 20px;
    }
}

.footer-grid-menu-sns a span {
    display: block;
}

.footer-grid-menu-sns a:nth-child(2) {
    margin-right: 15px;
}

.footer-grid-menu-sns a:hover {
    opacity: 0.7;
}

.footer-grid-menu-sns svg {
    width: auto;
    height: 19px;
}

.footer-grid-menu-sns svg path {
    transition-delay: 0s;
    transition-timing-function: ease;
    transition-duration: .3s;
}

.footer-grid-menu-list {
    margin-top: 40px;
}

.footer-grid-menu-list-item .menu-link {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    letter-spacing: .05em;
}

.footer-grid-menu-list-item:not(:first-child) .menu-link {
    padding-top: 20px;
}

@media only screen and (max-width: 767.98px) {
    .footer-grid-menu-list-item:not(:first-child) .menu-link {
        padding-top:16px;
    }
}

.footer-grid-menu-copyright {
    display: inline-block;
    float: right;
    margin-top: 40px;
    font-size: 1.2rem;
    color: #fff;
    text-align: right;
}

@media only screen and (max-width: 767.98px) {
    .footer-grid-menu-copyright {
        display:block;
        float: none;
        text-align: left;
    }
}

.contact {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
}

@media only screen and (max-width: 767.98px) {
    .contact {
        padding-top:50px;
    }
}

@media only screen and (min-width: 576px) {
    .contact {
        max-width:540px;
    }
}

@media only screen and (min-width: 768px) {
    .contact {
        max-width:708px;
    }
}

@media only screen and (min-width: 992px) {
    .contact {
        max-width:930px;
    }
}

@media only screen and (min-width: 1200px) {
    .contact {
        max-width:1120px;
    }
}

@media only screen and (min-width: 1360px) {
    .contact {
        max-width:1220px;
    }
}

.contact-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template: "itemA itemB" auto / 1fr 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

@media only screen and (max-width: 1359.98px) {
    .contact-grid {
        -moz-column-gap:30px;
        column-gap: 30px;
    }
}

@media only screen and (max-width: 1199.98px) {
    .contact-grid {
        -moz-column-gap:20px;
        column-gap: 20px;
    }
}

@media only screen and (max-width: 991.98px) {
    .contact-grid {
        -moz-column-gap:15px;
        column-gap: 15px;
        -ms-grid-rows: 330px;
        grid-template-rows: 330px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-grid {
        display:block;
        margin: 0 15px;
    }
}

.contact-grid-box {
    position: relative;
    text-align: center;
}

.contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.contact-information-button > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.price-list > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-grid > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n-1) > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.intro-realestate .category-system > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-realestate .item-text-detail > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-main > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-contact-grid > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.ability-grid > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.modal-grid > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-table > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-photos > .contact-grid-box:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.contact-information-button > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-list > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-grid > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n-1) > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-realestate .item-text-detail > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-main > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-table-lg-wrap > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-contact-grid > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ability-grid > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.modal-grid > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.price-table > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-photos > .contact-grid-box:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.contact-grid-box:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: itemC;
}

.blog-grid > .contact-grid-box:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n) > .contact-grid-box:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .contact-grid-box:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.single-table-lg-wrap > .contact-grid-box:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-contact-grid > .contact-grid-box:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-table > .contact-grid-box:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-photos > .contact-grid-box:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.contact-grid-box:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: itemD;
}

.blog-grid > .contact-grid-box:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n) > .contact-grid-box:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .contact-grid-box:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.price-table > .contact-grid-box:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.price-photos > .contact-grid-box:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.contact-grid-box:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    grid-area: itemE;
}

.single-table-lg-wrap > .contact-grid-box:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-table > .contact-grid-box:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.price-photos > .contact-grid-box:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.contact-grid-box:nth-child(6) {
    grid-area: itemF;
}

.single-table-lg-wrap > .contact-grid-box:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
}

.price-table > .contact-grid-box:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.price-photos > .contact-grid-box:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.contact-grid-box:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: itemG;
}

.price-photos > .contact-grid-box:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.contact-grid-box:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: itemH;
}

.price-photos > .contact-grid-box:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.contact-grid-box:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: itemI;
}

.contact-grid-box:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: itemJ;
}

.contact-grid-box:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    grid-area: itemK;
}

.contact-grid-box:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    grid-area: itemL;
}

.contact-grid-box:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: itemM;
}

.contact-grid-box:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    grid-area: itemN;
}

.contact-grid-box:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    grid-area: itemO;
}

.contact-grid-box:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    grid-area: itemP;
}

.contact-grid-box:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    grid-area: itemQ;
}

.contact-grid-box:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
    grid-area: itemR;
}

.contact-grid-box:nth-child(19) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
    grid-area: itemS;
}

.contact-grid-box:nth-child(20) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
    grid-area: itemT;
}

@media only screen and (max-width: 767.98px) {
    .contact-grid-box:nth-child(1) {
        margin-bottom:25px;
    }
}

.contact-grid-box-link {
    z-index: 1;
    height: 100%;
}

.contact-grid-box-link-cover {
    position: static;
}

.contact-grid-box-link-cover .hover-area-image-cover {
    transform: scale(1) !important;
}

.contact-grid-box-link-cover img {
    width: auto;
    height: 100%;
    transition: all .3s;
    -webkit-filter: brightness(85%);
    filter: brightness(85%);
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 991.98px) {
    .contact-grid-box-link-cover img {
        height:330px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-grid-box-link-cover img {
        width:100%;
        height: 276px;
    }
}

.contact-grid-box-link-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
}

.contact-grid-box-link .heading {
    font-size: 2.4rem;
    color: #fff;
}

.contact-grid-box-link .heading-main,.contact-grid-box-link .heading-sub {
    text-shadow: 1px 1px 0.95px rgba(0,0,0,0.7);
}

.contact-grid-box-link .heading-main {
    font-weight: bold;
}

.contact-grid-box-link .heading-sub {
    display: block;
    margin: 10px 0 30px;
    font-size: 1.2rem;
}

@media only screen and (max-width: 767.98px) {
    .contact-grid-box-link .heading {
        font-size: 2.0rem;
    }
    .contact-grid-box-link .heading-sub {
        margin:5px 0 20px;
    }
}
.heading-sub.top-heading-sub {
    font-family: "Lato", sans-serif;
}

.contact-grid-box-link .heading-text {
    margin-bottom: 30px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .contact-grid-box-link:hover img {
        -webkit-filter:brightness(100%) blur(0px) !important;
        filter: brightness(100%) blur(0px) !important;
    }

    .contact-grid-box-link:hover .link-button {
        background-color: transparent;
        color: #fff;
    }

    .contact-grid-box-link:hover .link-button:before {
        right: 10px;
        width: 10px;
    }

    .contact-grid-box-link:hover .link-button:after {
        right: 12px;
        width: 20px;
    }

    .contact-grid-box-link:hover .link-button span:before {
        transform: translateX(0);
    }
}

.contact-information {
    margin-top: 40px;
    padding: 40px 0;
    background-color: #333;
    color: #fff;
    text-align: center;
}
.top-page .contact-information {
    margin-top: 0;
}
@media only screen and (max-width: 767.98px) {
    .contact-information {
        margin:30px 15px 0;
        padding: 40px 15px;
    }
    .top-page .contact-information {
        margin-top: 40px;
    }
}

.contact-information .text {
    font-size: 1.4rem;
}

.contact-information .telephone {
    margin-top: 20px;
    font-size: 4.0rem;
    line-height: 1;
}

@media only screen and (max-width: 767.98px) {
    .contact-information .telephone {
        margin-top:15px;
    }
}

.contact-information-sub {
    margin-top: 20px;
}

.contact-information-sub span {
    display: inline-block;
    font-size: 1.2rem;
}

.contact-information-sub span:first-child {
    margin-right: 10px;
}

.contact-information-sub span:last-child {
    margin-left: 10px;
}

.contact-information .link-button:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.contact-information .link-button:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.contact-information .link-button:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: itemC;
}

.contact-information .link-button:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: itemD;
}

.contact-information .link-button:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    grid-area: itemE;
}

.contact-information .link-button:nth-child(6) {
    grid-area: itemF;
}

.contact-information .link-button:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: itemG;
}

.contact-information .link-button:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: itemH;
}

.contact-information .link-button:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: itemI;
}

.contact-information .link-button:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: itemJ;
}

.contact-information .link-button:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    grid-area: itemK;
}

.contact-information .link-button:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    grid-area: itemL;
}

.contact-information .link-button:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: itemM;
}

.contact-information .link-button:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    grid-area: itemN;
}

.contact-information .link-button:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    grid-area: itemO;
}

.contact-information .link-button:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    grid-area: itemP;
}

.contact-information .link-button:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    grid-area: itemQ;
}

.contact-information .link-button:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
    grid-area: itemR;
}

.contact-information .link-button:nth-child(19) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
    grid-area: itemS;
}

.contact-information .link-button:nth-child(20) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
    grid-area: itemT;
}

.contact-information-button {
    display: -ms-grid;
    display: grid;
    margin-top: 20px;
    justify-content: center;
}

@media all and (-ms-high-contrast: none) {
    .contact-information-button {
        margin: 20px 400px;
    }
}

@media screen and (max-width: 991.98px) and (-ms-high-contrast: none) {
    .contact-information-button {
        margin:20px 150px;
    }
}

@media screen and (max-width: 767.98px) and (-ms-high-contrast: none) {
    .contact-information-button {
        margin:20px 0;
    }

    .contact-information-button .link-button:first-of-type {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-information-button {
        -ms-grid-rows:auto auto;
        -ms-grid-columns: 1fr;
        grid-template: "itemA" auto "itemB" auto / 1fr;
    }

    .contact-information-button .link-button {
        width: 100%;
        height: 40px;
        border: none;
        background-color: #fff;
        font-size: 1.4rem;
        line-height: 40px;
        color: #333 !important;
        text-align: left;
    }

    .contact-information-button .link-button-outer {
        margin-left: 15px;
    }

    .contact-information-button .link-button:before {
        top: 17px;
        right: 14px;
    }

    .contact-information-button .link-button:after {
        top: 21px;
        right: 15px;
        width: 30px;
    }

    .contact-information-button > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .contact-information-button > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .link-button:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
}

.image-crossfader {
    position: relative;
    z-index: 0;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.image-crossfader-inner {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955),transform 5.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform: scale(1.07);
}

.image-crossfader-inner {
    height: 100%;
}

.image-crossfader .image-crossfader-inner:nth-child(1) {
    background-image: url(../images/home/main-visual-1.jpg);
}

.image-crossfader .image-crossfader-inner:nth-child(2) {
    background-image: url(../images/home/main-visual-2.jpg);
}

.image-crossfader .image-crossfader-inner:nth-child(3) {
    background-image: url(../images/home/main-visual-3.jpg);
}

.image-crossfader .image-crossfader-inner:nth-child(4) {
    background-image: url(../images/home/main-visual-4.jpg);
}

.image-crossfader .image-crossfader-inner:nth-child(5) {
    background-image: url(../images/home/main-visual-5.jpg);
}

@media only screen and (max-width: 767.98px) {
    .image-crossfader .image-crossfader-inner:nth-child(1) {
        background-image:url(../images/home/main-visual-1-sp.jpg);
    }

    .image-crossfader .image-crossfader-inner:nth-child(2) {
        background-image: url(../images/home/main-visual-2-sp.jpg);
    }

    .image-crossfader .image-crossfader-inner:nth-child(3) {
        background-image: url(../images/home/main-visual-3-sp.jpg);
    }

    .image-crossfader .image-crossfader-inner:nth-child(4) {
        background-image: url(../images/home/main-visual-4-sp.jpg);
    }

    .image-crossfader .image-crossfader-inner:nth-child(5) {
        background-image: url(../images/home/main-visual-5-sp.jpg);
    }
}

.image-crossfader-inner.is-visible {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
}

.modelhouse {
    padding-top: 60px;
}

@media only screen and (max-width: 767.98px) {
    .modelhouse {
        padding-top:40px;
    }
}

.modelhouse-grid {
    display: -ms-grid;
    display: grid;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -ms-grid-rows: 36px 297px;
    -ms-grid-columns: 1fr 40px 360px;
    grid-template: 'image heading' 36px 'image text' 297px / 1fr 360px;
}

@media only screen and (max-width: 991.98px) {
    .modelhouse-grid {
        -moz-column-gap:30px;
        column-gap: 30px;
        -ms-grid-rows: 36px 169px;
        -ms-grid-columns: 1fr 30px 360px;
        grid-template: 'image heading' 36px 'image text' 169px / 1fr 360px;
    }
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid {
        display:block;
        margin: 0 15px;
    }
}

.modelhouse-grid-image {
    position: relative;
    overflow: hidden;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: image;
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid-image {
        margin-bottom:50px;
    }
}

.modelhouse-grid-image-main {
    position: relative;
}

.modelhouse-grid-image-sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.modelhouse-grid-image-sub img {
    position: absolute;
    top: 0;
    left: 0;
    height: 333px;
    opacity: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 991.98px) {
    .modelhouse-grid-image-sub img {
        height:205px;
    }
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid-image-sub img {
        height:334px;
    }
}

.modelhouse-grid-image .text {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.4rem;
    color: #fff;
    text-align: right;
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid-image .text {
        right:10px;
        font-size: 1.1rem;
    }
}

.modelhouse .heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: heading;
}

.modelhouse-grid-text {
    overflow-y: scroll;
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: text;
}

@media only screen and (max-width: 991.98px) {
    .modelhouse-grid-image {
        -ms-grid-row:1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .modelhouse .heading {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .modelhouse-grid-text {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
}

.modelhouse-grid-text-list-item {
    /* border-bottom: 1px solid #000; */
}

.modelhouse-grid-text-list-link {
    position: relative;
    display: block;
    padding: 17px 0 15px;
}

.modelhouse-grid-text-list-link:before,.modelhouse-grid-text-list-link:after {
    position: absolute;
    right: 0;
    content: "";
}

.modelhouse-grid-text-list-link:before {
    bottom: 23px;
    width: 24px;
    border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid-text-list-link:before {
        bottom:27px;
    }
}

.modelhouse-grid-text-list-link:after {
    bottom: 27px;
    width: 10px;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid-text-list-link:after {
        bottom:31px;
    }
}

@media only screen and (min-width: 768px) {
    .modelhouse-grid-text-list-link:hover:before,.modelhouse-grid-text-list-link:hover:after {
        right:5px;
    }
}

.modelhouse-grid-text-title-jp,.modelhouse-grid-text-address {
    display: inline-block;
    vertical-align: middle;
}

.modelhouse-grid-text-title-en {
    display: block;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.modelhouse-grid-text-title-jp {
    margin-right: 15px;
    font-size: 1.6rem;
}

.modelhouse-grid-text-address {
    font-size: 1.3rem;
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid-text-address {
        font-size:1.2rem;
    }
}

.event {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
}

@media only screen and (min-width: 576px) {
    .event {
        max-width:540px;
    }
}

@media only screen and (min-width: 768px) {
    .event {
        max-width:620px;
    }
}

@media only screen and (min-width: 992px) {
    .event {
        max-width:810px;
    }
}

@media only screen and (min-width: 1200px) {
    .event {
        max-width:900px;
    }
}

@media only screen and (max-width: 767.98px) {
    .event {
        padding-top:45px;
    }
}

.event-carousel-image {
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.event-carousel-image img {
    height: 198.571px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (-ms-high-contrast: none) {
    .event-carousel-image img {
        -o-object-fit: none;
        object-fit: none;
    }
}

@media only screen and (max-width: 1359.98px) {
    .event-carousel-image img {
        height:177.143px;
    }
}

@media only screen and (max-width: 991.98px) {
    .event-carousel-image img {
        height:209.286px;
    }
}

@media only screen and (max-width: 767.98px) {
    .event-carousel-image img {
        height: 375.571px;
    }
}
@media only screen and (max-width: 567.98px) {
    .event-carousel-image img {
        height: 253.571px;
    }
}

@media only screen and (max-width: 374.98px) {
    .event-carousel-image img {
        height: 177.714px;
    }
}

.event-carousel-date {
    display: block;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.event-carousel-title {
    font-size: 1.6rem;
}

.event-carousel-detail {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #000;
    font-size: 1.3rem;
}

.topics-list {
    display: block;
    overflow-y: scroll;
    height: calc(51px * 3);
    list-style-type: none;
}

@media only screen and (max-width: 767.98px) {
    .topics-list {
        height: calc(77px * 3);
        margin: 0 15px;
    }
}

.topics-list-item {
    border-bottom: 1px solid #000;
}

.topics-list-item-link {
    display: flex;
    padding: 16px 20px;
    align-items: center;
}

@media only screen and (max-width: 767.98px) {
    .topics-list-item-link {
        display:block;
        padding: 17px 15px 15px 15px;
    }
}

.topics-list-item-link-date {
    margin-right: 30px;
    font-size: 1.2rem;
}

@media only screen and (max-width: 767.98px) {
    .topics-list-item-link-date {
        display:block;
        margin: 0 0 10px 0;
    }
}

.topics-list-item-link-title {
    font-size: 1.3rem;
}

@media only screen and (max-width: 767.98px) {
    .topics-list-item-link-title {
        font-size:1.4rem;
    }
}

.price-content {
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .price-content {
        margin:0 15px;
    }
}

.price-content img {
    width: 130px;
    margin: 0 auto 40px;
}

.price .heading-main {
    display: block;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
    .price .heading-main {
        margin-bottom:15px;
        font-size: 1.6rem;
    }
}

.price .heading-sub {
    display: block;
    margin-bottom: 40px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 767.98px) {
    .price .heading-sub {
        margin-bottom:30px;
        font-size: 1.2rem;
    }
}

.price .heading-text {
    margin-bottom: 40px;
    font-size: 1.3rem;
}

@media only screen and (max-width: 767.98px) {
    .price .heading-text {
        margin-bottom:35px;
        font-size: 1.4rem;
        text-align: left;
    }
}

.price-list {
    display: -ms-grid;
    display: grid;
    margin-bottom: 50px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template: "itemA itemB itemC itemD itemE" auto / 1fr 1fr 1fr 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media only screen and (max-width: 767.98px) {
    .price-list {
        display:block;
        margin: 0 15px 30px;
        border-bottom: 1px solid #000;
    }
}

.price-list-item {
    border-bottom: 1px solid #000;
}

.price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.contact-information-button > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.price-list > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-grid > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n-1) > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.intro-realestate .category-system > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-realestate .item-text-detail > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-main > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-contact-grid > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.ability-grid > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.modal-grid > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-table > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-photos > .price-list-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.contact-information-button > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-list > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-grid > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n-1) > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-realestate .item-text-detail > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-main > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-table-lg-wrap > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-contact-grid > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ability-grid > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.modal-grid > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.price-table > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-photos > .price-list-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-list-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: itemC;
}

.blog-grid > .price-list-item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n) > .price-list-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .price-list-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.single-table-lg-wrap > .price-list-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-contact-grid > .price-list-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-table > .price-list-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-photos > .price-list-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-list-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: itemD;
}

.blog-grid > .price-list-item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n) > .price-list-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .price-list-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.price-table > .price-list-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.price-photos > .price-list-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.price-list-item:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    grid-area: itemE;
}

.single-table-lg-wrap > .price-list-item:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-table > .price-list-item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.price-photos > .price-list-item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.price-list-item:nth-child(6) {
    grid-area: itemF;
}

.single-table-lg-wrap > .price-list-item:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
}

.price-table > .price-list-item:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.price-photos > .price-list-item:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.price-list-item:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: itemG;
}

.price-photos > .price-list-item:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.price-list-item:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: itemH;
}

.price-photos > .price-list-item:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.price-list-item:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: itemI;
}

.price-list-item:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: itemJ;
}

.price-list-item:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    grid-area: itemK;
}

.price-list-item:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    grid-area: itemL;
}

.price-list-item:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: itemM;
}

.price-list-item:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    grid-area: itemN;
}

.price-list-item:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    grid-area: itemO;
}

.price-list-item:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    grid-area: itemP;
}

.price-list-item:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    grid-area: itemQ;
}

.price-list-item:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
    grid-area: itemR;
}

.price-list-item:nth-child(19) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
    grid-area: itemS;
}

.price-list-item:nth-child(20) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
    grid-area: itemT;
}

.price-list-item-cover {
    padding-bottom: 15px;
}

.price-list-item-title {
    margin-bottom: 25px;
    padding: 4px;
    border: 1px solid #000;
    font-size: 1.6rem;
    text-align: center;
}

.price-list-item img {
    width: 80px;
    margin: 0 auto 20px;
}

.price-list-item-head,.price-list-item-price {
    display: block;
    text-align: center;
}

.price-list-item-head {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.price-list-item-price {
    font-size: 2.2rem;
    font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
    .price-list-item {
        border:none;
    }

    .price-list-item-cover {
        display: -ms-grid;
        display: grid;
        width: 200px;
        margin: 0 auto 20px;
        padding: 0;
        border: none;
        -ms-grid-rows: 50px auto;
        -ms-grid-columns: 65px 20px 1fr;
        grid-template: "itemA itemB" 50px "itemA itemD" auto / 65px 1fr;
    }

    .price-list-item:first-child {
        margin-top: 3px;
        padding-top: 20px;
        border-top: 1px solid #000;
    }

    .price-list-item-title {
        margin-top: 25px;
        margin-bottom: 0;
        padding: 0;
        border: none;
        font-size: 1.6rem;
        text-align: left;
        -ms-grid-row: 1;
        -ms-grid-column: 3;
        grid-area: itemB;
        margin-left: 20px;
    }

    .contact-information-button > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-list > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .list-modelhouse .list-item:nth-child(2n-1) > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .price-list-item img {
        width: 65px;
        margin: 0;
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        grid-area: itemA;
    }

    .price-list-item-head,.price-list-item-price {
        display: block;
        text-align: left;
    }

    .price-list-item-head {
        display: none;
    }

    .price-list-item-price {
        font-size: 2.0rem;
        -ms-grid-row: 1;
        -ms-grid-column: 7;
        grid-area: itemD;
        margin-left: 20px;
    }

    .blog-grid > .price-list-item-price {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-list-item-cover > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-list-item-cover > .contact-grid-box:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .price-list-item-cover > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-list-item-cover > .link-button:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .price-list-item-cover > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .price-list-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-list-item-cover > .price-list-item:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
}

.list-modelhouse .list-item:nth-child(2n) > .price-list-item-price {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .price-list-item-price {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.price-table > .price-list-item-price {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.price-photos > .price-list-item-price {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.intro-realestate .category-system > .price-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-realestate .item-text-detail > .price-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-main > .price-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table > .price-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-table-lg-wrap > .price-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-contact-grid > .price-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ability-grid > .price-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.modal-grid > .price-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.price-table > .price-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-photos > .price-list-item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.concept {
    position: relative;
    margin-top: 80px;
    background-image: url("../images/home/concept.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 767.98px) {
    .concept {
        margin-top:60px;
        background: none;
    }
}

.concept-grid {
    display: -ms-grid;
    display: grid;
    padding: 55px 0;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 400px;
    grid-template: "left right" auto / 1fr 400px;
}

@media only screen and (max-width: 767.98px) {
    .concept-grid {
        display:block;
        padding: 0;
    }
}

.concept-grid-inner {
    color: #fff;
}

.concept-grid-inner:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: right;
}

.concept-grid-inner:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: left;
}

.concept-grid-inner img {
    display: none;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
    .concept-grid-inner img {
        display:block;
    }
}

@media only screen and (max-width: 767.98px) {
    .concept-grid-inner {
        margin:0 15px;
        color: #333;
        text-align: center;
    }
}

.concept-grid-inner h2.heading {
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #000;
    text-align: left;
}

@media only screen and (max-width: 767.98px) {
    .concept-grid-inner h2.heading {
        font-size:1.8rem;
        text-shadow: none;
        text-align: center;
    }
}

.concept-grid-inner .heading .pc-style {
    display: block;
}

.concept-grid-inner .heading .pc-style .heading-sub {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.concept-grid-inner .heading .sp-style {
    display: none;
}

.concept-grid-inner .heading .sp-style .heading-main {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (max-width: 767.98px) {
    .concept-grid-inner .heading .pc-style {
        display:none;
    }

    .concept-grid-inner .heading .sp-style {
        display: block;
    }
}

.concept-grid-inner .heading-main,.concept-grid-inner .heading-sub,.concept-grid-inner .heading-text {
    text-shadow: 1px 1px 1px #000;
}

@media only screen and (max-width: 767.98px) {
    .concept-grid-inner .heading-main,.concept-grid-inner .heading-sub,.concept-grid-inner .heading-text {
        text-shadow:none;
    }
}

.concept-grid-inner .heading-main {
    display: block;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
    .concept-grid-inner .heading-main {
        margin-bottom:15px;
        font-size: 1.6rem;
    }
}

.concept-grid-inner .heading-main img {
    display: block;
    margin-bottom: 0;
}

.concept-grid-inner .heading-sub {
    display: block;
    margin-bottom: 30px;
    font-size: 1.4rem;
    font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
    .concept-grid-inner .heading-sub {
        margin-bottom:30px;
        font-size: 1.2rem;
    }
}

.concept-grid-inner .heading-text {
    margin-bottom: 40px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
}

@media only screen and (max-width: 767.98px) {
    .concept-grid-inner .heading-text {
        margin-bottom:30px;
        font-size: 1.4rem;
        font-weight: normal;
        text-align: left;
    }
}

.blog-grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 50px;
    -ms-grid-rows: auto 30px auto;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template: "itemA itemB" auto "itemC itemD" auto / 1fr 1fr;
    gap: 30px;
}

@media only screen and (max-width: 767.98px) {
    .blog-grid {
        margin:0 15px 30px;
        -ms-grid-rows: auto 20px auto 20px auto 20px auto;
        -ms-grid-columns: 1fr;
        grid-template: "itemA" auto "itemB" auto "itemC" auto "itemD" auto / 1fr;
        gap: 20px;
    }

    .blog-grid > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .blog-grid > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .blog-grid > .contact-grid-box:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .blog-grid > .contact-grid-box:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .blog-grid > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .blog-grid > .link-button:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .blog-grid > .link-button:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .blog-grid > .link-button:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .blog-grid > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .blog-grid > .price-list-item:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .blog-grid > .price-list-item:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .blog-grid > .price-list-item:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .blog-grid > .price-list-item-title {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .blog-grid > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .blog-grid > .price-list-item-price {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }
}

.blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.contact-information-button > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.price-list > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-grid > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n-1) > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.intro-realestate .category-system > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-realestate .item-text-detail > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-main > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-contact-grid > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.ability-grid > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.modal-grid > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-table > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-photos > .blog-grid-article:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.contact-information-button > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-list > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-grid > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n-1) > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-realestate .item-text-detail > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-main > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-table-lg-wrap > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-contact-grid > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ability-grid > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.modal-grid > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.price-table > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-photos > .blog-grid-article:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-grid-article:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: itemC;
}

.blog-grid > .blog-grid-article:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n) > .blog-grid-article:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .blog-grid-article:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.single-table-lg-wrap > .blog-grid-article:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-contact-grid > .blog-grid-article:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-table > .blog-grid-article:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-photos > .blog-grid-article:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.blog-grid-article:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: itemD;
}

.blog-grid > .blog-grid-article:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n) > .blog-grid-article:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .blog-grid-article:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.price-table > .blog-grid-article:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.price-photos > .blog-grid-article:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.blog-grid-article:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    grid-area: itemE;
}

.single-table-lg-wrap > .blog-grid-article:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-table > .blog-grid-article:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.price-photos > .blog-grid-article:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.blog-grid-article:nth-child(6) {
    grid-area: itemF;
}

.single-table-lg-wrap > .blog-grid-article:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
}

.price-table > .blog-grid-article:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.price-photos > .blog-grid-article:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.blog-grid-article:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: itemG;
}

.price-photos > .blog-grid-article:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.blog-grid-article:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: itemH;
}

.price-photos > .blog-grid-article:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.blog-grid-article:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: itemI;
}

.blog-grid-article:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: itemJ;
}

.blog-grid-article:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    grid-area: itemK;
}

.blog-grid-article:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    grid-area: itemL;
}

.blog-grid-article:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: itemM;
}

.blog-grid-article:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    grid-area: itemN;
}

.blog-grid-article:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    grid-area: itemO;
}

.blog-grid-article:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    grid-area: itemP;
}

.blog-grid-article:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    grid-area: itemQ;
}

.blog-grid-article:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
    grid-area: itemR;
}

.blog-grid-article:nth-child(19) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
    grid-area: itemS;
}

.blog-grid-article:nth-child(20) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
    grid-area: itemT;
}

.blog-grid-article-link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 160px 1fr;
    grid-template-columns: 160px 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

@media only screen and (max-width: 767.98px) {
    .blog-grid-article-link {
        -ms-grid-columns:130px 1fr;
        grid-template-columns: 130px 1fr;
    }
}

.blog-grid-image {
    display: block;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

.blog-grid-image img {
    width: 160px;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
    .blog-grid-image img {
        width:130px;
        height: 130px;
    }
}

.blog-grid-text {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}

.blog-grid-text time,.blog-grid-text h3,.blog-grid-text p {
    padding-left: 20px;
}

.blog-grid-text time {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.blog-grid-text h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    font-size: 1.4rem;
}

@media only screen and (max-width: 767.98px) {
    .blog-grid-text h3 {
        font-size:1.3rem;
    }
}

.blog-grid-text h3+p {
    font-size: 1.3rem;
    line-height: 1.5;
}

.sub-base .works.top-base {
    padding-top: 50px;
}

.works-image {
    margin-bottom: 20px;
}

.works-image img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
    .works-image img {
        height:166.667px;
    }
}

@media only screen and (max-width: 575.98px) {
    .works-image img {
        height:111.667px;
    }
}

@media only screen and (max-width: 374.98px) {
    .works-image img {
        height:93px;
    }
}

.top-base .works-image img {
    height: 140px;
}

@media only screen and (max-width: 991.98px) {
    .top-base .works-image img {
        height:108px;
    }
}

.sub-base .works-image img {
    height: 168px;
}

@media only screen and (max-width: 1359.98px) {
    .sub-base .works-image img {
        height:186.667px;
    }
}

@media only screen and (max-width: 991.98px) {
    .sub-base .works-image img {
        height:144px;
    }
}

@media only screen and (max-width: 767.98px) {
    .works-image {
        margin-bottom:15px;
    }
}

.works-text .heading-main {
    display: block;
    margin-bottom: 10px;
    font-size: 1.6rem;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
}

@media only screen and (max-width: 767.98px) {
    .works-text .heading-main {
        font-size:1.4rem;
    }
}

.works-text .heading-sub {
    display: block;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.works-text .heading-text {
    font-size: 1.2rem;
}

@media only screen and (max-width: 767.98px) {
    .works-text .heading-text {
        font-size:1.2rem;
    }
}

.top-base .works-list {
    display: flex;
    margin: 0 -10px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
    .top-base .works-list {
        margin:0 0px 40px;
        padding: 0px 15px;
    }
}

.top-base .works-list-item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 10px;
    flex-basis: calc(100%/4 - 0px);
}

@media only screen and (max-width: 767.98px) {
    .top-base .works-list-item {
        margin-bottom:20px;
        padding: 0 5px;
        flex-basis: calc(100%/2 - 0px);
    }
}

@media only screen and (min-width: 768px) {
    .top-base .works-list-item:nth-last-child(1) {
        margin-bottom:0;
    }
}

@media only screen and (min-width: 768px) {
    .top-base .works-list-item:nth-last-child(2) {
        margin-bottom:0;
    }
}

@media only screen and (min-width: 768px) {
    .top-base .works-list-item:nth-last-child(3) {
        margin-bottom:0;
    }
}

@media only screen and (min-width: 768px) {
    .top-base .works-list-item:nth-last-child(4) {
        margin-bottom:0;
    }
}

@media only screen and (max-width: 767.98px) {
    .top-base .works-list-item:nth-last-child(1) {
        margin-bottom:0;
    }
}

@media only screen and (max-width: 767.98px) {
    .top-base .works-list-item:nth-last-child(2) {
        margin-bottom:0;
    }
}

.works-heading {
    width: 100%;
    margin: 40px auto 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 2.6rem;
    text-align: left;
}

@media all and (-ms-high-contrast: none) {
    .works-heading {
        font-family: "Frank Ruhl Libre";
    }
}

@supports (-ms-ime-align: auto) {
    .works-heading {
        font-family: "Frank Ruhl Libre";
    }
}

.works-heading span {
    display: block;
    margin-top: 10px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
}

.works-text-title-main {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
}

.works-text-title-sub {
    display: block;
    margin-bottom: 13px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
}

@media only screen and (max-width: 767.98px) {
    .works-heading {
        font-size:2.0rem;
    }

    .works-heading span {
        font-size: 1.5rem;
    }
}

.works-heading+p {
    margin-bottom: 25px;
    font-family: 'Lato',sans-serif;
    font-size: 1.6rem;
}

.works-content {
    margin-bottom: 50px;
    font-size: 1.6rem;
}

.works-images {
    overflow: hidden;
    width: 100%;
    margin: 0;
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media only screen and (max-width: 767.98px) {
    .works-images {
        -moz-column-count:1;
        column-count: 1;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

.works-img {
    margin-bottom: 20px;
}

.works-img img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767.98px) {
    .list {
        margin:0 15px;
    }
}

.separate-grid {
    display: -ms-grid;
    display: grid;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 30px 180px;
    grid-template: 'main sidebar' auto / 1fr 180px;
}

.separate-grid .contents {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: main;
}

.separate-grid .sidebar {
    font-size: 1.4rem;
    line-height: 1.5;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: sidebar;
}

@media only screen and (max-width: 767.98px) {
    .separate-grid .sidebar {
        margin-top:50px;
    }
}

.separate-grid .sidebar-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 1.4rem;
}

.separate-grid .sidebar-inner-item-link {
    display: block;
    padding-top: 20px;
}

.separate-grid .sidebar-inner-item-link .hover-link {
    position: relative;
}

.separate-grid .sidebar-inner-item-link .hover-link:after {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #666;
    content: '';
    transition: transform 0.3s;
    transform: scaleX(0);
    transform-origin: top left;
}

.separate-grid .sidebar-inner-item-link.active .hover-link:after {
    transform: scaleX(1);
}

@media only screen and (min-width: 992px) {
    .separate-grid .sidebar-inner-item-link:hover .hover-link:after {
        transform:scaleX(1);
    }
}

.separate-grid .sidebar-wrap.second {
    margin-top: 40px;
}

@media only screen and (max-width: 991.98px) {
    .separate-grid {
        -ms-grid-rows:auto;
        -ms-grid-columns: 1fr 150px;
        grid-template: 'main sidebar' auto / 1fr 150px;
    }

    .separate-grid .sidebar {
        font-size: 1.3rem;
    }

    .separate-grid .sidebar-title {
        font-size: 1.3rem;
    }

    .separate-grid .sidebar-inner-item-link {
        padding-top: 15px;
    }

    .separate-grid .contents {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .separate-grid .sidebar {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
}

@media only screen and (max-width: 767.98px) {
    .separate-grid {
        display:block;
    }

    .separate-grid .sidebar {
        font-size: 1.4rem;
    }

    .separate-grid .sidebar-title {
        font-size: 1.4rem;
    }

    .separate-grid .sidebar-inner-item-link {
        padding-top: 15px;
    }
}

.list-blog,.list-event {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
    .list-blog,.list-event {
        margin:0 -5px;
    }
}

.list-blog .list-item,.list-event .list-item {
    margin-bottom: 30px;
    padding: 0 15px;
    flex-basis: calc(100%/2 - 30px);
}

.list-blog .list-item:nth-last-child(1),.list-event .list-item:nth-last-child(1) {
    margin-bottom: 0;
}

.list-blog .list-item:nth-last-child(2),.list-event .list-item:nth-last-child(2) {
    margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
    .list-blog .list-item,.list-event .list-item {
        margin-bottom:30px;
        padding: 0 5px;
        flex-basis: calc(100%/2 - 0px);
    }
}
@media only screen and (max-width: 575.98px) {
    .list-blog .list-item,.list-event .list-item {
        margin-bottom: 30px;
        padding: 0 15px;
        flex-basis: calc(100%/1 - 0px);
    }
}

.list-blog .item-text,.list-event .item-text {
    padding-top: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
}

.list-blog .item-text-title,.list-event .item-text-title {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 1.4rem;
}

.list-blog .item-text-category,.list-event .item-text-category {
    display: block;
    margin-top: 10px;
}

@media only screen and (max-width: 767.98px) {
    .list-blog .item-text,.list-event .item-text {
        padding-top:10px;
    }

    .list-blog .item-text-time,.list-event .item-text-time {
        font-size: 1.1rem;
    }

    .list-blog .item-text-title,.list-event .item-text-title {
        margin-top: 5px;
        padding-bottom: 10px;
        font-size: 1.3rem;
    }

    .list-blog .item-text-category,.list-event .item-text-category {
        margin-top: 10px;
        font-size: 1.1rem;
    }
}

.list-event img {
    width: 100%;
    height: 237px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (-ms-high-contrast: none) {
    .list-event img {
        height: 237px;
    }
}

@media only screen and (max-width: 991.98px) {
    .list-event img {
        height:178.827px;
    }
}

@media only screen and (max-width: 767.98px) {
    .list-event img {
        height:179.545px;
    }
}

@media only screen and (max-width: 575.98px) {
    .list-event img {
        height: auto;
    }
}

.list-blog img {
    width: 100%;
    height: 176px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (-ms-high-contrast: none) {
    .list-blog img {
        height: 205px;
    }
}

@media only screen and (max-width: 991.98px) {
    .list-blog img {
        height:178.827px;
    }
}

@media only screen and (max-width: 767.98px) {
    .list-blog img {
        height:179.545px;
    }
}

@media only screen and (max-width: 575.98px) {
    .list-blog img {
        height:120.83px;
    }
}

.list-works {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
    .list-works {
        margin:0 -5px;
    }
}

.list-works .list-item,.list-works .works-list-item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
    flex-basis: calc(100%/3 - 0px);
}

@media only screen and (max-width: 767.98px) {
    .list-works .list-item,.list-works .works-list-item {
        margin-bottom:20px;
        padding: 0 5px;
        flex-basis: calc(100%/2 - 0px);
    }
}

@media only screen and (min-width: 768px) {
    .list-works .list-item:nth-last-child(1),.list-works .works-list-item:nth-last-child(1) {
        margin-bottom:0;
    }
}

@media only screen and (min-width: 768px) {
    .list-works .list-item:nth-last-child(2),.list-works .works-list-item:nth-last-child(2) {
        margin-bottom:0;
    }
}

@media only screen and (min-width: 768px) {
    .list-works .list-item:nth-last-child(3),.list-works .works-list-item:nth-last-child(3) {
        margin-bottom:0;
    }
}

@media only screen and (max-width: 767.98px) {
    .list-works .list-item:nth-last-child(1),.list-works .works-list-item:nth-last-child(1) {
        margin-bottom:0;
    }
}

@media only screen and (max-width: 767.98px) {
    .list-works .list-item:nth-last-child(2),.list-works .works-list-item:nth-last-child(2) {
        margin-bottom:0;
    }
}

.list-works .works-text {
    font-size: 1.4rem;
    line-height: 1.5;
}

.list-works .works-text-title {
    padding-bottom: 10px;
}

.list-works .works-text-title-main,.list-works .works-text-title-sub {
    display: block;
}

.list-works .works-text-title-main {
    font-size: 1.6rem;
}

.list-works .works-text-title-sub {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: normal;
}

.list-works .works-text-category {
    display: block;
    margin-top: 10px;
}

@media only screen and (max-width: 767.98px) {
    .list-works .works-text-title-main {
        font-size:1.4rem;
    }

    .list-works .works-text-title-sub {
        font-size: 1.1rem;
    }

    .list-works .works-text-category {
        font-size: 1.1rem;
    }
}

.list-modelhouse .list-item {
    display: -ms-grid;
    display: grid;
}

.list-modelhouse .list-item:not(:last-child) {
    margin-bottom: 50px;
}

.list-modelhouse .list-item:nth-child(2n-1) {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 300px;
    grid-template: "itemA itemB" auto/ 1fr 300px;
}

.list-modelhouse .list-item:nth-child(2n-1) .item-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.list-modelhouse .list-item:nth-child(2n-1) .item-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: itemB;
}

.list-modelhouse .list-item:nth-child(2n) {
    -ms-grid-rows: auto;
    -ms-grid-columns: 300px 1fr;
    grid-template: "itemD itemC" auto/ 300px 1fr;
}

.list-modelhouse .list-item:nth-child(2n) .item-image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: itemC;
}

.list-modelhouse .list-item:nth-child(2n) .item-text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemD;
}

.list-modelhouse .list-item .item-image img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media only screen and (max-width: 991.98px) {
    .list-modelhouse .list-item .item-image img {
        height:auto;
    }
}

.list-modelhouse .list-item .item-text {
    background-color: #f5f5f5;
    padding: 30px 25px;
}

.list-modelhouse .list-item .item-text .pre-title {
    font-size: 1.4rem;
    font-weight: bold;
}

.list-modelhouse .list-item .item-text .title {
    margin-top: 5px;
    font-family: "Oswald", sans-serif;
    font-size: 2.2rem;
}

.list-modelhouse .list-item .item-text .title .sub-title {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
}

.list-modelhouse .list-item .item-text .introduction {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.7;
}

.list-modelhouse .list-item .item-text .link-button {
    margin: 0;
}

@media only screen and (max-width: 991.98px) {
    .list-modelhouse .list-item {
        display:block;
    }

    .list-modelhouse .list-item .item-text .title {
        margin-top: 8px;
    }

    .list-modelhouse .list-item .item-text .title .sub-title {
        margin-top: 5px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        font-size: 1.5rem;
    }
}

.intro-realestate .text {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .intro-realestate .text {
        margin-bottom:30px;
        text-align: left;
    }
}

.intro-realestate .category-system {
    z-index: 1;
    display: -ms-grid;
    display: grid;
    margin-bottom: 50px;
    text-align: center;
    -moz-column-gap: 50px;
    column-gap: 50px;
    justify-content: center;
    -ms-grid-rows: auto;
    -ms-grid-columns: 180px 50px 180px;
    grid-template: "itemA itemB" auto / 180px 180px;
}

@media all and (-ms-high-contrast: none) {
    .intro-realestate .category-system {
        margin: 0 130px 50px;
    }
}

.intro-realestate .category-system-button {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #000;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 38px;
}

.intro-realestate .category-system-button:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.intro-realestate .category-system-button:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.intro-realestate .category-system-button:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: itemC;
}

.intro-realestate .category-system-button:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: itemD;
}

.intro-realestate .category-system-button:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    grid-area: itemE;
}

.intro-realestate .category-system-button:nth-child(6) {
    grid-area: itemF;
}

.intro-realestate .category-system-button:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: itemG;
}

.intro-realestate .category-system-button:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: itemH;
}

.intro-realestate .category-system-button:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: itemI;
}

.intro-realestate .category-system-button:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: itemJ;
}

.intro-realestate .category-system-button:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    grid-area: itemK;
}

.intro-realestate .category-system-button:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    grid-area: itemL;
}

.intro-realestate .category-system-button:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: itemM;
}

.intro-realestate .category-system-button:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    grid-area: itemN;
}

.intro-realestate .category-system-button:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    grid-area: itemO;
}

.intro-realestate .category-system-button:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    grid-area: itemP;
}

.intro-realestate .category-system-button:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    grid-area: itemQ;
}

.intro-realestate .category-system-button:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
    grid-area: itemR;
}

.intro-realestate .category-system-button:nth-child(19) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
    grid-area: itemS;
}

.intro-realestate .category-system-button:nth-child(20) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
    grid-area: itemT;
}

.intro-realestate .category-system-button br {
    display: none;
}

.intro-realestate .category-system-button.active span {
    color: #fff;
}

.intro-realestate .category-system-button.active span:before {
    transform: translateX(0);
}

@media only screen and (min-width: 768px) {
    .intro-realestate .category-system-button:hover span {
        color:#fff;
    }

    .intro-realestate .category-system-button:hover span:before {
        transform: translateX(0);
    }
}

.intro-realestate .category-system-button-inner {
    transition-duration: .3s;
}

.intro-realestate .category-system-button-inner:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    content: '';
    transform: translateX(-100%);
}

@media screen and (max-width: 991.98px) and (-ms-high-contrast: none) {
    .intro-realestate .category-system {
        margin:0 40px 40px;
    }
}

@media screen and (max-width: 767.98px) and (-ms-high-contrast: none) {
    .intro-realestate .category-system {
        margin:0 100px 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .intro-realestate .category-system {
        z-index:1;
        margin-bottom: 40px;
        -ms-grid-rows: auto;
        -ms-grid-columns: 110px 10px 110px;
        grid-template: "itemA itemB" auto / 110px 110px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .intro-realestate .category-system-button {
        padding: 6px 8px;
        font-size: 1.2rem;
        line-height: 1.4;
    }

    .intro-realestate .category-system-button br {
        display: inline;
    }

    .intro-realestate .category-system > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system > .contact-grid-box:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .intro-realestate .category-system > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system > .link-button:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .intro-realestate .category-system > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .price-list-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system > .price-list-item:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .intro-realestate .category-system > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system > .blog-grid-article:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .intro-realestate .category-system > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .item-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system > .item-image {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .intro-realestate .category-system > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .category-system-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system > .category-system-button:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }
}

.list-realestate {
    display: -ms-grid;
    display: grid;
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
    .list-realestate {
        display:block;
        margin: 0;
    }
}

.list-realestate .list-item {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 15px;
    flex-basis: calc(100%/2 - 0px);
}

@media only screen and (min-width: 768px) {
    .list-realestate .list-item:nth-last-child(1) {
        margin-bottom:0;
    }
}

@media only screen and (min-width: 768px) {
    .list-realestate .list-item:nth-last-child(2) {
        margin-bottom:0;
    }
}

@media only screen and (max-width: 767.98px) {
    .list-realestate .list-item {
        margin-bottom:30px;
        padding: 0;
    }

    .list-realestate .list-item:nth-last-child(1) {
        margin-bottom: 0;
    }
}

.list-realestate .list-item img {
    width: 100%;
    height: 266.65px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 991.98px) {
    .list-realestate .list-item img {
        height:207.803px;
    }
}

@media only screen and (max-width: 767.98px) {
    .list-realestate .list-item img {
        height:auto;
    }
}

.list-realestate .item-text {
    margin-top: 40px;
}

@media only screen and (max-width: 767.98px) {
    .list-realestate .item-text {
        margin-top:30px;
    }
}

.list-realestate .item-text-wrap {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.list-realestate .item-text-wrap .estate-info {
    display: block;
    padding: 10px 15px;
    min-width: 144px;
    background-color: #f5f5f5;
    font-size: 1.3rem;
    font-weight: bold;
}

.list-realestate .item-text-wrap .estate-info br {
    display: none;
}

.list-realestate .item-text-wrap .title {
    margin-left: 20px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 991.98px) {
    .list-realestate .item-text-wrap {
        margin-bottom:15px;
    }

    .list-realestate .item-text-wrap .estate-info {
        width: 55px;
        padding: 5px 10px;
        min-width: 95px;
        font-size: 1.3rem;
        text-align: center;
    }

    .list-realestate .item-text-wrap .estate-info br {
        display: inline;
    }

    .list-realestate .item-text-wrap .estate-info .separate {
        display: none;
    }

    .list-realestate .item-text-wrap .title {
        margin-left: 15px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .list-realestate .item-text .estate-info {
        padding:5px 15px;
    }
}

@media only screen and (max-width: 575.98px) {
    .list-realestate .item-text .estate-info {
        font-size:1.2rem;
    }
}

.list-realestate .item-text-detail {
    display: -ms-grid;
    display: grid;
    padding: 17px 0;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    line-height: 1.5;
    -ms-grid-rows: auto;
    -ms-grid-columns: 130px 1fr;
    grid-template: "itemA itemB" auto/ 130px 1fr;
}

.list-realestate .item-text-detail:last-child {
    border-bottom: 1px solid #ccc;
}

.list-realestate .item-text-detail-title {
    padding-left: 40px;
    font-weight: bold;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.list-realestate .item-text-detail-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: itemB;
}

@media only screen and (max-width: 991.98px) {
    .list-realestate .item-text-detail {
        padding:10px 0;
        font-size: 1.3rem;
        -ms-grid-rows: auto;
        -ms-grid-columns: 90px 1fr;
        grid-template: "itemA itemB" auto/ 90px 1fr;
    }

    .list-realestate .item-text-detail-title {
        padding-left: 15px;
    }

    .list-realestate .item-text-detail > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .price-list-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .item-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .category-system-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .item-text-detail-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
}

@media only screen and (max-width: 767.98px) {
    .list-realestate .item-text-detail {
        -ms-grid-rows:auto;
        -ms-grid-columns: 100px 1fr;
        grid-template: "itemA itemB" auto/ 100px 1fr;
    }

    .list-realestate .item-text-detail > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .price-list-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .item-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .category-system-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .item-text-detail-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
}

.single-contact.single-contact-build.estate-contact {  
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0 10px 0 0;
}
.estate-contact .link-button.-normal.-jp {
    display: inline-block;
    width: 130px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0;
}
.estate-contact .link-button:before,
.estate-contact .link-button:after {
    display: none;
}
@media(max-width: 991px) {
    .estate-contact .link-button.-normal.-jp {
        width: 120px;
    }
}
@media(max-width: 771px) {
    .single-contact.single-contact-build.estate-contact {  
        width: auto;
    }
}
@media(max-width: 575px) {
    .single-contact.single-contact-build.estate-contact {  
        padding: 0;

    }
    .estate-contact .link-button.-normal.-jp {
        width: 115px;
        margin-left: 0;
        margin-right: 25px;
        font-size: 13px;
    }
}
.single-contact-estate .link-button {
    width: 290px !important;
}


.single-title {
    margin-bottom: 20px;
}

.single-title-main {
    margin-bottom: 10px;
    font-size: 2.4rem;
}

@media only screen and (max-width: 767.98px) {
    .single-title {
        margin-bottom:30px;
    }

    .single-title-main {
        margin-bottom: 15px;
        font-size: 2.0rem;
    }
}

.single-info-top {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: center;
}

.single-info-cost {
    font-size: 1.6rem;
    font-weight: bold;
}

.single-info-date,.single-info-location {
    font-size: 1.4rem;
}

@media only screen and (max-width: 767.98px) {
    .single-info-top {
        margin-bottom:10px;
    }

    .single-info-cost {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .single-info-date,.single-info-location {
        font-size: 1.3rem;
    }
}

.single-main {
    display: -ms-grid;
    display: grid;
    margin-bottom: 60px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 40px 360px;
    grid-template: "itemA itemB" auto/ 1fr 360px;
}

.single-main.-estate {
    display: -ms-grid;
    display: grid;
    margin-bottom: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 40px 48%;
    grid-template: "itemA itemB" auto/ 1fr 48%;
}

.single-main-wrap {
    margin-bottom: 60px;
}

.single-main-image,
.single-main-gallery {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.single-main-section {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemB;
}

.contact-information-button > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.price-list > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-grid > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n-1) > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.intro-realestate .category-system > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-realestate .item-text-detail > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-main > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-contact-grid > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.ability-grid > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.modal-grid > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-table > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-photos > .single-main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.contact-information-button > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-list > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-grid > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n-1) > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-realestate .item-text-detail > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-main > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-table-lg-wrap > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-contact-grid > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ability-grid > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.modal-grid > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.price-table > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-photos > .single-main-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-main-text-main {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.single-main-text-main img {
    width: 100%;
    height: 333.33px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 991.98px) {
    .single-main-text-main img {
        height:238.428px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-main-text-main img {
        height:auto;
    }
}

.single-main-text-sub {
    font-size: 1.4rem;
}

@media only screen and (max-width: 991.98px) {
    .single-main {
        -moz-column-gap:20px;
        column-gap: 20px;
        -ms-grid-rows: auto;
        -ms-grid-columns: 1fr 20px 330px;
        grid-template: "itemA itemB" auto/ 1fr 330px;
    }

    .single-main-text-main {
        margin-bottom: 20px;
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .single-main > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-main > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-main > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .price-list-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-main > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-main > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-main > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .item-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-main > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .category-system-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-main > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .item-text-detail-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-main > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .single-main-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-main {
        display:block;
        margin-bottom: 40px;
    }

    .single-main.-estate {
        display: block;
        margin-bottom: 20px;
    }

    .single-main-wrap {
        margin-bottom: 40px;
    }

    .single-main-image,
    .single-main-gallery {
        margin-bottom: 20px;
    }

    .single-main-text-main {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .single-main-text-sub {
        font-size: 1.4rem;
    }
}

.single-section {
    margin: 0 auto 60px;
}

@media only screen and (min-width: 576px) {
    .single-section.slider {
        max-width:540px;
    }
}

@media only screen and (min-width: 768px) {
    .single-section.slider {
        max-width:620px;
    }
}

@media only screen and (min-width: 992px) {
    .single-section.slider {
        max-width:810px;
    }
}

@media only screen and (min-width: 1200px) {
    .single-section.slider {
        max-width:900px;
    }
}

.single-section:last-child {
    margin-bottom: 0;
}

.single-section .single-title {
    margin-bottom: 30px;
    font-size: 2.0rem;
    text-align: center;
}

.single-section .single-title-jp {
    display: block;
    margin-top: 8px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.4rem;
}

@media only screen and (max-width: 767.98px) {
    .single-section .single-title {
        font-size:1.8rem;
    }

    .single-section .single-title-jp {
        font-size: 1.4rem;
    }
}

.single-text {
    font-size: 1.4rem;
}

.single-drawing {
    text-align: center;
}

.single-drawing img {
    margin: 0 auto 20px;
}

.single-carousel-text {
    margin: 20px 10px 0;
    font-size: 1.4rem;
    text-align: center;
}

.single-carousel img {
    height: 186px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-carousel.-estate img {
    height: 320px;
}

@media screen and (-ms-high-contrast: none) {
    .single-carousel img {
        -o-object-fit: none;
        object-fit: none;
    }
}

@media only screen and (max-width: 1359.98px) {
    .single-carousel img {
        height:166.071px;
    }
}

@media only screen and (max-width: 991.98px) {
    .single-carousel img {
        height:195.964px;
    }
    .single-carousel.-estate img {
        height: 260px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-carousel img {
        height:186px;
    }
}

@media only screen and (max-width: 374.98px) {
    .single-carousel img {
        height:146.143px;
    }
}

.single-access-text {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}

.single-grid {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
    .single-grid {
        margin:0 -10px;
    }
}

@media only screen and (max-width: 991.98px) {
    .single-grid {
        -moz-column-gap:15px;
        column-gap: 15px;
        row-gap: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-grid {
        -moz-column-gap:10px;
        column-gap: 10px;
        row-gap: 20px;
        -ms-grid-rows: auto 20px auto 20px auto;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template: "itemA itemB" auto "itemC itemD" auto "itemE itemF" auto/ 1fr 1fr;
    }

    .single-grid > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-grid > .contact-grid-box:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-grid > .contact-grid-box:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .single-grid > .contact-grid-box:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .contact-grid-box:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .single-grid > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-grid > .link-button:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-grid > .link-button:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .single-grid > .link-button:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .contact-information .link-button:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .single-grid > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .price-list-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-grid > .price-list-item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-grid > .price-list-item:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .single-grid > .price-list-item:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-list-item:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .single-grid > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-grid > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .price-list-item-price {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .single-grid > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-grid > .blog-grid-article:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-grid > .blog-grid-article:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .single-grid > .blog-grid-article:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .blog-grid-article:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .single-grid > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .item-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-grid > .item-image {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-grid > .item-text {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .single-grid > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .category-system-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-grid > .category-system-button:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-grid > .category-system-button:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .single-grid > .category-system-button:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system-button:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .single-grid > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .item-text-detail-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-grid > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .single-main-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}

.single-box {
    margin-bottom: 30px;
    padding: 0 15px;
    flex-basis: calc(100%/3 - 0px);
}

@media only screen and (max-width: 767.98px) {
    .single-box {
        margin-bottom:20px;
        padding: 0 10px;
        flex-basis: calc(100%/2 - 0px);
    }
}

@media only screen and (min-width: 768px) {
    .single-box:nth-last-child(1),.single-box:nth-last-child(2),.single-box:nth-last-child(3) {
        margin-bottom:0;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-box:nth-last-child(1),.single-box:nth-last-child(2) {
        margin-bottom:0;
    }
}

.single-box img {
    height: 185px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 991.98px) {
    .single-box img {
        height:149.321px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-box img {
        height:165.179px;
    }
}

@media only screen and (max-width: 575.98px) {
    .single-box img {
        height:120px;
    }
}

.single-box-text {
    display: flex;
    margin-top: 10px;
    font-size: 1.3rem;
    align-items: center;
}

.single-box-text-type {
    width: 73px;
    margin-right: 10px;
    padding: 4px 8px;
    border: 1px solid #000;
    text-align: center;
    word-break: break-all;
}

@media only screen and (max-width: 991.98px) {
    .single-box-text {
        font-size:1.2rem;
    }

    .single-box-text-type {
        padding: 2px 3px;
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-box-text {
        font-size:1.1rem;
    }

    .single-box-text-type {
        padding: 2px 3px;
        font-size: 1.0rem;
        text-align: center;
        flex-basis: 55px;
    }
}

@media only screen and (max-width: 575.98px) {
    .single-box-text {
        align-items:flex-start;
    }
}

@media only screen and (max-width: 374.98px) {
    .single-box-text {
        font-size:1.0rem;
    }

    .single-box-text-type {
        font-size: 8px;
    }
}

.single-table {
    display: -ms-grid;
    display: grid;
    padding: 17px 0;
    font-size: 1.4rem;
    line-height: 1.5;
    -ms-grid-rows: auto;
    -ms-grid-columns: 300px 1fr;
    grid-template: "itemA itemB" auto/ 300px 1fr;
}

.single-table:nth-child(2n-1) {
    background-color: #f5f5f5;
}

.single-table-title {
    padding-left: 40px;
    font-weight: bold;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.contact-information-button > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.price-list > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-grid > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n-1) > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.intro-realestate .category-system > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-realestate .item-text-detail > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-main > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-contact-grid > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.ability-grid > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.modal-grid > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-table > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-photos > .single-table-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.contact-information-button > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-list > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-grid > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n-1) > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-realestate .item-text-detail > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-main > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-table-lg-wrap > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-contact-grid > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ability-grid > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.modal-grid > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.price-table > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-photos > .single-table-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

@media only screen and (max-width: 991.98px) {
    .single-table {
        padding:10px 0;
        font-size: 1.3rem;
        -ms-grid-rows: auto;
        -ms-grid-columns: 175px 1fr;
        grid-template: "itemA itemB" auto/ 175px 1fr;
    }

    .single-table-title {
        padding-left: 30px;
    }

    .single-table > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .price-list-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .item-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .category-system-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .item-text-detail-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .single-main-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .single-table-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-table {
        -ms-grid-rows:auto;
        -ms-grid-columns: 145px 1fr;
        grid-template: "itemA itemB" auto/ 145px 1fr;
    }

    .single-table-title {
        padding-left: 15px;
    }

    .single-table > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .price-list-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .item-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .category-system-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .item-text-detail-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .single-main-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .single-table-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
}

.single-table-lg-wrap {
    display: -ms-grid;
    display: grid;
    padding: 17px 30px;
    font-size: 1.4rem;
    line-height: 1.5;
    align-items: center;
    -ms-grid-rows: auto;
    -ms-grid-columns: 120px 80px 178px 105px 130px 1fr;
    grid-template: "itemA itemB itemC itemD itemE itemF" auto/ 120px 80px 178px 105px 130px 1fr;
}

.single-table-lg-wrap:nth-child(2n) {
    background-color: #f5f5f5;
}

.single-table-lg-wrap:first-child {
    padding-top: 10px;
}

@media only screen and (max-width: 767.98px) {
    .single-table-lg-wrap:first-child {
        display:none;
    }
}

.single-table-lg-wrap:not(:first-child) .single-table-lg-title {
    display: none;
}

@media only screen and (max-width: 767.98px) {
    .single-table-lg-wrap:not(:first-child) .single-table-lg-title {
        display:block;
    }
}

@media only screen and (max-width: 991.98px) {
    .single-table-lg-wrap {
        padding:15px 30px;
        font-size: 1.2rem;
        -ms-grid-rows: auto;
        -ms-grid-columns: 100px 65px 155px 90px 110px 1fr;
        grid-template: "itemA itemB itemC itemD itemE itemF" auto/ 100px 65px 155px 90px 110px 1fr;
    }

    .single-table-lg-wrap > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .contact-grid-box:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table-lg-wrap > .contact-grid-box:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .single-table-lg-wrap > .contact-grid-box:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .single-table-lg-wrap > .contact-grid-box:nth-child(6) {
        -ms-grid-row: 1;
        -ms-grid-column: 6;
    }

    .single-table-lg-wrap > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .link-button:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table-lg-wrap > .link-button:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .single-table-lg-wrap > .link-button:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .single-table-lg-wrap > .link-button:nth-child(6) {
        -ms-grid-row: 1;
        -ms-grid-column: 6;
    }

    .single-table-lg-wrap > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .price-list-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .price-list-item:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table-lg-wrap > .price-list-item:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .single-table-lg-wrap > .price-list-item:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .single-table-lg-wrap > .price-list-item:nth-child(6) {
        -ms-grid-row: 1;
        -ms-grid-column: 6;
    }

    .single-table-lg-wrap > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .price-list-item-price {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .single-table-lg-wrap > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .blog-grid-article:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table-lg-wrap > .blog-grid-article:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .single-table-lg-wrap > .blog-grid-article:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .single-table-lg-wrap > .blog-grid-article:nth-child(6) {
        -ms-grid-row: 1;
        -ms-grid-column: 6;
    }

    .single-table-lg-wrap > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .item-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .item-image {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table-lg-wrap > .item-text {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .single-table-lg-wrap > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .category-system-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .category-system-button:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table-lg-wrap > .category-system-button:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .single-table-lg-wrap > .category-system-button:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .single-table-lg-wrap > .category-system-button:nth-child(6) {
        -ms-grid-row: 1;
        -ms-grid-column: 6;
    }

    .single-table-lg-wrap > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .item-text-detail-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .single-main-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .single-table-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-table-lg-wrap {
        display:block;
        padding: 10px 15px;
        font-size: 1.4rem;
    }
}

.single-table-lg .result {
    padding: 3px 17px;
    border: 1px solid #000;
}

@media only screen and (max-width: 991.98px) {
    .single-table-lg .result {
        padding:3px 13px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-table-lg .result {
        display:inline-block;
        margin-top: 6px;
        margin-bottom: 6px;
        padding: 1px 12px;
    }
}

.single-table-lg .result.soldout {
    background-color: #000;
    color: #fff;
}

@media only screen and (max-width: 767.98px) {
    .single-table-lg.status {
        display:flex;
        padding: 0;
    }
}

.single-table-lg.area .single-table-lg-info:nth-child(2) {
    margin-right: 16px;
}

.single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.contact-information-button > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.price-list > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-grid > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n-1) > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.intro-realestate .category-system > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-realestate .item-text-detail > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-main > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-contact-grid > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.ability-grid > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.modal-grid > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-table > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-photos > .single-table-lg:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.contact-information-button > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-list > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-grid > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n-1) > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-realestate .item-text-detail > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-main > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-table-lg-wrap > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-contact-grid > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ability-grid > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.modal-grid > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.price-table > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-photos > .single-table-lg:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table-lg:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: itemC;
}

.blog-grid > .single-table-lg:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n) > .single-table-lg:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .single-table-lg:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.single-table-lg-wrap > .single-table-lg:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-contact-grid > .single-table-lg:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-table > .single-table-lg:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-photos > .single-table-lg:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.single-table-lg:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: itemD;
}

.blog-grid > .single-table-lg:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n) > .single-table-lg:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .single-table-lg:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.price-table > .single-table-lg:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.price-photos > .single-table-lg:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.single-table-lg:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    grid-area: itemE;
}

.single-table-lg-wrap > .single-table-lg:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-table > .single-table-lg:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.price-photos > .single-table-lg:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.single-table-lg:nth-child(6) {
    grid-area: itemF;
}

.single-table-lg-wrap > .single-table-lg:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
}

.price-table > .single-table-lg:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.price-photos > .single-table-lg:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.single-table-lg:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: itemG;
}

.price-photos > .single-table-lg:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.single-table-lg:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: itemH;
}

.price-photos > .single-table-lg:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.single-table-lg:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: itemI;
}

.single-table-lg:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: itemJ;
}

.single-table-lg:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    grid-area: itemK;
}

.single-table-lg:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    grid-area: itemL;
}

.single-table-lg:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: itemM;
}

.single-table-lg:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    grid-area: itemN;
}

.single-table-lg:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    grid-area: itemO;
}

.single-table-lg:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    grid-area: itemP;
}

.single-table-lg:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    grid-area: itemQ;
}

.single-table-lg:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
    grid-area: itemR;
}

.single-table-lg:nth-child(19) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
    grid-area: itemS;
}

.single-table-lg:nth-child(20) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
    grid-area: itemT;
}

.single-table-lg-title {
    font-weight: bold;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.contact-information-button > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.price-list > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-grid > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n-1) > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.intro-realestate .category-system > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-realestate .item-text-detail > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-main > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-contact-grid > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.ability-grid > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.modal-grid > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-table > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-photos > .single-table-lg-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.contact-information-button > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-list > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-grid > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n-1) > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-realestate .item-text-detail > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-main > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-table-lg-wrap > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-contact-grid > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ability-grid > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.modal-grid > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.price-table > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-photos > .single-table-lg-info {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table-lg-info .jp,.single-table-lg-info .en {
    display: inline-block;
}

.single-table-lg-info .en {
    margin-right: 16px;
}

@media only screen and (max-width: 767.98px) {
    .single-table-lg-info .en {
        margin-right:12px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-table-lg {
        display:-ms-grid;
        display: grid;
        padding: 6px 0;
        font-size: 1.4rem;
        -ms-grid-rows: auto;
        -ms-grid-columns: 85px 1fr;
        grid-template: "itemA itemB" auto/ 85px 1fr;
    }

    .single-table-lg > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .price-list-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .item-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .category-system-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .item-text-detail-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .single-main-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .single-table-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .single-table-lg:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .single-table-lg-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
}

.single-contact {
    margin-top: 60px;
}

.single-contact.single-contact-sub {
    margin-bottom: 60px;
    padding: 0 15px;
}
.single-contact.single-contact-build,
.single-contact.single-contact-price,
.single-contact.single-contact-concept,
.single-contact.single-contact-price {
    margin-bottom: 40px;
    padding: 0 15px;
    margin-top: 30px;
}
.single-contact.single-contact-build a,
.single-contact.single-contact-price a,
.single-contact.single-contact-concept a,
.single-contact.single-contact-price a {
    margin-bottom: 30px;
}
@media(max-width: 767px) {
    .single-contact.single-contact-build,
    .single-contact.single-contact-price,
    .single-contact.single-contact-concept,
    .single-contact.single-contact-price {
        width: 170px;
        padding: 0;
        margin: 30px auto 40px; 
    }

    .single-contact.single-contact-build a,
    .single-contact.single-contact-price a,
    .single-contact.single-contact-concept a,
    .single-contact.single-contact-price a {
        margin-bottom: 20px;
    }
    .single-contact.single-contact-build span,
    .single-contact.single-contact-price span,
    .single-contact.single-contact-concept span,
    .single-contact.single-contact-price span {
        text-align: center;
        margin-left: 0;
    }
    .single-contact.single-contact-build .link-button:before,
    .single-contact.single-contact-price .link-button:before,
    .single-contact.single-contact-concept .link-button:before,
    .single-contact.single-contact-price .link-button:before {
        top: 17px !important;
        right: -20px !important;
    }
    .single-contact.single-contact-build .link-button:after,
    .single-contact.single-contact-price .link-button:after,
    .single-contact.single-contact-concept .link-button:after,
    .single-contact.single-contact-price .link-button:after {
        top: 21px;
        right: -19px;
        width: 30px;
    }
    .single-contact.single-contact-build span.link-button-outer,
    .single-contact.single-contact-price span.link-button-outer,
    .single-contact.single-contact-concept span.link-button-outer,
    .single-contact.single-contact-price span.link-button-outer {
        width: 100%;
        height: 100%;
    }
}
.single-contact-grid {
    display: -ms-grid;
    display: grid;
    margin-bottom: 35px;
    justify-content: center;
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 10px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 200px 50px 200px 50px 200px;
    grid-template: "itemA itemB itemC" auto / 200px 200px 200px;
}

@media all and (-ms-high-contrast: none) {
    .single-contact-grid {
        margin: 0 100px 35px;
    }
}

@media screen and (max-width: 991.98px) and (-ms-high-contrast: none) {
    .single-contact-grid {
        margin:30px 0 35px;
    }
}

.single-contact .link-button {
    width: 200px;
}

.single-contact .link-button:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.single-contact .link-button:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.single-contact .link-button:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: itemC;
}

.single-contact .link-button:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: itemD;
}

.single-contact .link-button:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    grid-area: itemE;
}

.single-contact .link-button:nth-child(6) {
    grid-area: itemF;
}

.single-contact .link-button:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: itemG;
}

.single-contact .link-button:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: itemH;
}

.single-contact .link-button:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: itemI;
}

.single-contact .link-button:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: itemJ;
}

.single-contact .link-button:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    grid-area: itemK;
}

.single-contact .link-button:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    grid-area: itemL;
}

.single-contact .link-button:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: itemM;
}

.single-contact .link-button:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    grid-area: itemN;
}

.single-contact .link-button:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    grid-area: itemO;
}

.single-contact .link-button:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    grid-area: itemP;
}

.single-contact .link-button:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    grid-area: itemQ;
}

.single-contact .link-button:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
    grid-area: itemR;
}

.single-contact .link-button:nth-child(19) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
    grid-area: itemS;
}

.single-contact .link-button:nth-child(20) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
    grid-area: itemT;
}

.single-contact-num {
    text-align: center;
}

.single-contact-num-pre,.single-contact-num-main {
    display: block;
}

.single-contact-num-pre {
    margin-bottom: 5px;
    font-size: 1.4rem;
}

.single-contact-num-main {
    font-size: 3.6rem;
    font-weight: bold;
}

@media only screen and (max-width: 991.98px) {
    .single-contact-grid {
        -moz-column-gap:30px;
        column-gap: 30px;
    }
}

@media screen and (max-width: 991.98px) and (-ms-high-contrast: none) {
    .single-contact {
        margin: 0 0 35px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-contact {
        margin-top: 35px;
    }

    .single-contact.single-contact-sub {
        margin-bottom: 0;
    }

    .single-contact-grid {
        margin-bottom: 30px;
        -ms-grid-rows: auto auto auto;
        -ms-grid-columns: 1fr;
        grid-template: "itemA" auto "itemB" auto "itemC" auto / 1fr;
    }

    .single-contact .link-button {
        width: 100%;
        height: 40px;
        font-size: 1.4rem;
        line-height: 40px;
        text-align: left;
    }

    .single-contact .link-button:before {
        top: 17px;
        right: 14px;
    }

    .single-contact .link-button:after {
        top: 21px;
        right: 15px;
        width: 30px;
    }

    .single-contact .link-button-outer {
        margin-left: 15px;
    }

    .single-contact-grid > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .contact-grid-box:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .link-button:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .link-button:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .price-list-item:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .price-list-item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .price-list-item-title {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .single-contact-grid > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .blog-grid-article:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .item-text {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .item-image {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .category-system-button:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .category-system-button:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .item-text-detail-info {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .single-main-text {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .single-table-info {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .single-table-lg:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .single-table-lg:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .single-table-lg-info {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .link-button:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .link-button:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
}

.single-sponsored {
    padding: 30px;
    background-color: #f5f5f5;
    text-align: center;
}

.single-sponsored-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: bold;
}

.single-sponsored-link {
    display: block;
}

.single-sponsored-link img {
    margin: 0 auto;
}

.single-sponsored-link:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 767.98px) {
    .single-sponsored {
        padding:20px 15px;
    }

    .single-sponsored-title {
        margin-bottom: 15px;
        font-size: 1.5rem;
    }
}

.blog-single h2.blog-title,.event-single h2.event-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #333;
    font-size: 24px;
}

.blog-single p,.event-single p {
    font-size: 14px;
}

.blog-single p.blog-category,.event-single p.event-category {
    margin-bottom: 45px;
}

.blog-single .blog-contents p,.event-single .event-contents p {
    margin-bottom: 30px;
    font-size: 14px;
}

.blog-single .blog-contents img,.event-single .event-contents img {
    width: 100%;
    margin-bottom: 30px;
}

.event-single .event-contents h3 {
    margin-bottom: 30px;
    padding: 18px 30px 15px;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 1.5;
}

.event-single .event-contents p.event-date-text {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.event-single .event-contents a,.blog-single .blog-contents a {
    text-decoration: underline;
    transition-duration: .2s;
}

.event-single .event-contents a:hover,.blog-single .blog-contents a:hover {
    color: #898989;
    text-decoration: none;
}

.event-single .event-contents ul {
    margin-bottom: 40px;
}

.event-single .event-contents ul li {
    font-size: 14px;
}

.event-single .event-contents ul li:before {
    content: '◆';
}

.event-single iframe {
    width: 100%;
}

ul.page-link {
    position: relative;
    top: -3px;
    margin-top: 40px;
    text-align: center;
}

ul.page-link li {
    display: inline-block;
    margin-right: 25px;
    margin-left: 25px;
    font-family: "Oswald", serif;
    font-size: 14px;
    font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
    ul.page-link li {
        font-family: "Oswald";
    }
}

@supports (-ms-ime-align: auto) {
    ul.page-link li {
        font-family: "Oswald";
    }
}

ul.page-link li a {
    position: relative;
}

ul.page-link li.next .arrow {
    position: absolute;
    top: 1px;
    right: -34px;
    width: 10px;
    height: 20px;
}

ul.page-link li.prev .arrow {
    position: absolute;
    top: 2px;
    left: -33px;
    width: 10px;
    height: 10px;
}

@media (max-width: 767px) {
    ul.page-link {
        margin-bottom:60px;
    }
}

@media (max-width: 575px) {
    section.blog-single,section.event-single {
        padding-right:15px;
        padding-left: 15px;
    }

    .blog-single h2.blog-title,.event-single h2.event-title {
        margin-top: 5px;
        font-size: 18px;
    }

    .blog-single p,.event-single p {
        font-size: 12px;
    }

    .event-single .event-contents h3 {
        padding: 18px 20px 15px;
    }

    .event-single .event-contents ul li {
        margin-bottom: 5px;
    }

    ul.page-link li {
        margin-right: 15px;
        margin-left: 15px;
    }

    ul.page-link li.next a:after {
        right: -30px;
    }

    ul.page-link li.prev a:after {
        left: -30px;
    }
}

.recruit-img {
    width: 100%;
}

.sub-page {
    font-size: 1.4rem;
}

h1.heading span {
    display: block;
    margin-top: 10px;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
}

.sub-page-heading {
    margin-bottom: 40px;
}

.sub-page h2 {
    width: 500px;
    margin: 0 auto 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
}

.sub-page h2 span {
    display: block;
    margin-top: 10px;
    font-family: 'Lato',sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
}

.sub-page h2+p {
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .sub-page h2+p.mb-20 {
        margin-bottom:20px;
    }
}

.sub-page h3 {
    margin: 50px 0 40px;
    font-size: 20px;
    text-align: center;
}

.sub-page-heading-small {
    margin-top: 30px;
    font-size: 1.8rem;
    text-align: center;
}

.sub-page-heading-small span {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: normal;
    font-family: "Lato", sans-serif;
}

.sub-page-table {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 1.4rem;
}

.sub-page-table th {
    width: 400px;
    padding: 30px 0 0 30px;
    text-align: left;
    vertical-align: top;
}

.sub-page-table td {
    padding: 30px 0;
}

.sub-page-table tbody tr {
    border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 991.98px) {
    .sub-page-table th {
        width:250px;
    }
}

@media only screen and (max-width: 767.98px) {
    main.sub-page {
        padding:40px 0 0;
    }

    main.sub-page section {
        margin: 0 15px;
    }

    h1.heading {
        margin-bottom: 30px;
        font-size: 2.2rem;
    }

    .sub-page h2 {
        width: 100%;
        font-size: 1.6rem;
    }

    .sub-page h2 span {
        font-size: 1.3rem;
    }

    .sub-page h3 {
        margin: 40px 0 30px;
    }

    .sub-page-table th {
        display: block;
        width: 100%;
        padding: 20px 0 0;
        text-align: left;
    }

    .sub-page-table td {
        display: block;
        padding: 10px 0 20px;
    }

    .sub-page-heading-small span {
        margin-top: 0;
    }
}

.privacy-policy-section {
    margin-bottom: 40px;
}

.privacy-policy-section:last-child {
    margin-bottom: 0;
}

.privacy-policy-heading {
    margin-bottom: 20px;
    font-size: 16px;
}

.privacy-policy-contents {
    margin-bottom: 20px;
}

.privacy-policy-contents.last {
    margin-bottom: 0;
}

.privacy-policy-list {
    margin: 0 0 20px 20px;
    list-style-type: disc;
    font-size: 14px;
}

.privacy-policy-list-number {
    margin: 0 0 20px 20px;
    list-style-type: decimal;
    font-size: 14px;
}

@media only screen and (max-width: 767.98px) {
    .privacy-policy-section {
        margin-bottom:30px;
    }

    .privacy-policy-heading {
        margin-bottom: 10px;
    }

    .privacy-policy-contents {
        margin-bottom: 10px;
    }

    .privacy-policy-contents br {
        display: none;
    }

    .privacy-policy-list {
        margin: 0 0 10px 20px;
    }

    .privacy-policy-list-number {
        margin: 0 0 10px 20px;
    }
}

.about-flow-wrap {
    display: flex;
    margin-bottom: 30px;
}

.about-flow-wrap.last {
    margin-bottom: 0;
}

.about-flow-detail {
    width: 50%;
}

.about-flow-img {
    width: 50%;
}

.about-flow-img img {
    width: 100%;
}

.about-flow-title {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 30px;
}

@media all and (-ms-high-contrast: none) {
    .about-flow-title {
        font-family: "Frank Ruhl Libre";
    }
}

@supports (-ms-ime-align: auto) {
    .about-flow-title {
        font-family: "Frank Ruhl Libre";
    }
}

.about-flow-title span {
    position: absolute;
    top: 10px;
    left: 40px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.8rem;
}

.about-flow-title-double span {
    left: 55px;
}

.about-flow-detail h4+p {
    margin: 20px 40px 0 0;
}

@media only screen and (max-width: 991.98px) {
    .about-flow-title {
        padding-bottom:10px;
        font-size: 25px;
    }

    .about-flow-title span {
        top: 7px;
        font-size: 1.6rem;
    }

    .about-flow-detail h4+p {
        margin: 15px 20px 0 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .about-flow-wrap {
        display:block;
    }

    .about-flow-detail {
        width: 100%;
    }

    .about-flow-img {
        width: 100%;
    }

    .about-flow-title {
        border-bottom: none;
    }

    .about-flow-detail h4+p {
        margin: 0 0 15px;
    }

    .about-flow-title span {
        left: 30px;
    }

    .about-flow-title-double span {
        left: 45px;
    }
}

.ability-grid {
    display: -ms-grid;
    display: grid;
    padding: 20px 70px 20px 40px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 208px 1fr;
    grid-template: "itemA itemB" auto/ 208px 1fr;
    align-items: center;
}

@media only screen and (max-width: 767.98px) {
    .ability-grid {
        display:block;
        padding: 20px 25px;
    }
}

.ability-grid:nth-of-type(1) {
    margin-top: 40px;
}

.ability-grid:nth-child(2n+1) {
    background-color: #f5f5f5;
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
    .ability-grid:nth-of-type(1) .item-title,.ability-grid:nth-of-type(4) .item-title {
        margin-top:19px;
    }

    .ability-grid:nth-of-type(2) .item-title,.ability-grid:nth-of-type(3) .item-title {
        margin-top: 9px;
    }
}

.ability-grid .item-title {
    display: flex;
    font-size: 1.6rem;
    font-weight: bold;
    align-items: center;
}

@media only screen and (max-width: 767.98px) {
    .ability-grid .item-title {
        margin-bottom:3px;
    }
}

.ability-grid .item-title-num {
    margin-right: 20px;
    font-size: 3.0rem;
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
    .ability-grid .item-title-num {
        margin-top:-7px;
    }
}

@media only screen and (max-width: 767.98px) {
    .ability-grid .item-title-num {
        margin-right:10px;
        font-size: 2.2rem;
    }
}

.ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.contact-information-button > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.price-list > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-grid > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n-1) > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.intro-realestate .category-system > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-realestate .item-text-detail > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-main > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-contact-grid > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.ability-grid > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.modal-grid > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-table > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-photos > .ability-grid-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.ability-grid-detail {
    font-size: 1.4rem;
    line-height: 1.5;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.contact-information-button > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-list > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-grid > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n-1) > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-realestate .item-text-detail > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-main > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-table-lg-wrap > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-contact-grid > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ability-grid > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.modal-grid > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.price-table > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-photos > .ability-grid-detail {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ability-contents {
    display: flex;
    margin-bottom: 50px;
}

.ability-contents-left {
    width: 435px;
    margin-right: 30px;
}

.ability-contents-right {
    width: 435px;
}

.ability-title {
    margin: 30px 0 10px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.ability-tag-list {
    margin-bottom: 25px;
    text-align: center;
}

.ability-tag {
    display: inline-block;
    width: 77px;
    height: 24px;
    margin-right: 4px;
    border: solid 1px #000;
    font-size: 1.3rem;
    line-height: 24px;
}

@media all and (-ms-high-contrast: none) {
    .ability-tag {
        line-height: 28px;
    }
}

.ability-tag.-long {
    width: 100px;
}

.ability-tag:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 991.98px) {
    .ability-tag:nth-child(4),.ability-tag:nth-child(5) {
        margin-top:5px;
    }
}

@media only screen and (max-width: 767.98px) {
    .ability-tag:nth-child(4),.ability-tag:nth-child(5) {
        margin-top:0px;
    }
}

.ability-plus-heading {
    margin-bottom: 40px;
    text-align: center;
}

.ability-plus-heading-1 {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #000;
    color: #fff;
    line-height: 40px;
}

.ability-plus-contents-left {
    width: 286px;
    margin-right: 20px;
}

.ability-plus-up {
    margin-bottom: 20px;
    text-align: center;
}

.ability-green {
    margin-bottom: 50px;
    padding: 30px 40px;
    background-color: #f5f5f5;
    text-align: center;
}

.ability-green-heading {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}

.ability-text {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .ability-contents {
        flex-direction:column;
        margin-bottom: 30px;
    }

    .ability-contents:last-child {
        margin-bottom: 50px;
    }

    .ability-title {
        margin-top: 20px;
    }

    .ability-contents-left {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .ability-contents-right {
        width: 100%;
        margin-bottom: 30px;
    }

    .ability-contents-right:last-child {
        margin-bottom: 0;
    }

    .ability-tag {
        width: auto;
        padding: 0 10px;
    }

    .ability-tag-list {
        margin-bottom: 15px;
    }

    .ability-plus-contents-left {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .ability-plus-contents-left:last-child {
        margin-bottom: 0;
    }

    .ability-plus-heading {
        margin-bottom: 20px;
    }

    .ability-plus-heading-1 {
        margin-bottom: 25px;
        font-size: 1.5rem;
    }

    .about-ability-table th {
        display: block;
        width: 100%;
        padding: 20px 10px 10px;
        text-align: left;
    }

    .about-ability-table td {
        display: block;
        padding: 0 10px 20px;
    }

    .ability-green {
        padding: 30px 20px;
    }

    .ability-text {
        font-size: 1.6rem;
        text-align: left;
    }
}
.estate-text {
    text-align: center;
    margin-bottom: 50px;
}
.estate-text h5 {
    font-size: 16px;
    margin-bottom: 15px;
}
.estate-text p {
    font-size: 1.4rem;
    line-height: 1.6;
}
.recruit-img {
    width: 100%;
}

.company-img img {
    width: 100%;
    margin-bottom: 30px;
}

.company-img p {
    margin-bottom: 60px;
    font-size: 16px;
    text-align: center;
}

.mov {
    display: none;
}

.office-img-wrap {
    display: flex;
    width: 100%;
    font-family: "Oswald", serif;
    font-size: 1.8rem;
    font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
    .office-img-wrap {
        font-family: "Oswald";
    }
}

@supports (-ms-ime-align: auto) {
    .office-img-wrap {
        font-family: "Oswald";
    }
}

.office-01 {
    position: relative;
    width: 50%;
}

.office-01 span {
    position: absolute;
    top: 20px;
    padding: 5px 35px;
    background-color: #fff;
}

.office-01 img {
    width: 100%;
}

.office-02 {
    position: relative;
    width: 50%;
    margin-top: 100px;
}

.office-02 span {
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 5px 35px;
    background-color: #fff;
}

.office-02 img {
    width: 100%;
}

.company-member {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.company-profile:not(:last-child) {
    margin-bottom: 30px;
}

.company-profile {
    width: 100%;
    padding: 0 15px;
    flex-basis: calc(25% - 0px);
}

.name-j {
    margin-top: 10px;
    font-weight: bold;
}

p.name-e {
    font-family: 'Lato',sans-serif;
    font-size: 1.3rem;
}

.map {
    margin-top: 50px;
}
.map iframe {
    width: 100% !important;
 }
@media only screen and (max-width: 767.98px) {
    .map {
        margin-top:40px;
    }
}

@media only screen and (max-width: 991.98px) {
    .office-img-wrap {
        font-size:1.6rem;
    }

    .office-01 span,.office-02 span {
        padding: 4px 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .office-img-wrap {
        display:block;
        font-size: 1.4rem;
    }

    .office-01 {
        width: 100%;
    }

    .office-02 {
        width: 100%;
        margin-top: 20px;
    }

    .office-01 span,.office-02 span {
        padding: 3px 25px;
    }

    .map iframe {
        height: 250px;
    }

    .company-profile {
        display: block;
        width: 100%;
        padding: 0 15px;
        flex-basis: calc(50% - 0px);
    }

    .company-profile:nth-child(2n-1) {
        padding-right: 5px;
    }

    .company-profile:nth-child(2n) {
        padding-left: 5px;
    }

    p.name-j {
        margin-top: 6px;
        font-size: 1.3rem;
        font-weight: bold;
    }

    p.name-e {
        font-family: 'Lato',sans-serif;
        font-size: 1.2rem;
    }

    .company-profile:not(:last-child) {
        margin-bottom: 20px;
    }

    .pc {
        display: none;
    }

    .mov {
        display: block;
    }
}

#modal-main {
    position: fixed;
    z-index: 2;
    display: none;
    width: 603px;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
}

#modal-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media all and (-ms-high-contrast: none) {
    #modal-main img {
        width: 100%;
        height: auto;
        -o-object-fit: none;
        object-fit: none;
    }
}

@media only screen and (max-width: 767.98px) {
    #modal-main {
        width:315px;
        height: auto;
    }

    #modal-main img {
        height: 290px;
    }
}

#modal-bg {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 250px;
    grid-template: 'itemA itemB' auto/ 1fr 250px;
}

@media only screen and (max-width: 767.98px) {
    .modal-grid {
        display:block;
    }
}

.modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.works-gallery {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
@media(max-width: 767px) {
    .works-gallery {
        padding-right: 15px;
        padding-left: 15px;
        pointer-events: none;
    }
}
.works-gallery a.works-photo {
    width: 100%;
    flex-basis: calc(25% - 0px);
}
.modal-grid.gallery-grid {
    grid-template: initial !important;
}

.contact-information-button > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.price-list > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-grid > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n-1) > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.intro-realestate .category-system > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-realestate .item-text-detail > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-main > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-contact-grid > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.ability-grid > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.modal-grid > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-table > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-photos > .modal-grid-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.modal-grid-text {
    padding: 40px 30px 40px;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.contact-information-button > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-list > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-grid > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n-1) > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-realestate .item-text-detail > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-main > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-table-lg-wrap > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-contact-grid > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ability-grid > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.modal-grid > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.price-table > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-photos > .modal-grid-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

@media only screen and (max-width: 767.98px) {
    .modal-grid-text {
        padding:25px 20px;
    }
}

.modal-grid-text .text-main {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}

.modal-grid-text .text-main span {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5;
}

.modal-grid-text .text-sub {
    font-size: 1.4rem;
    line-height: 1.5;
}

@media only screen and (max-width: 767.98px) {
    .modal-grid-text .text-sub {
        font-size:1.3rem;
    }
}

.price-heading-1 {
    margin: 60px 0 40px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    background-color: #000;
    color: #fff;
}

@media only screen and (max-width: 767.98px) {
    .price-heading-1 {
        margin: 60px 0 35px;
    }
}

.price-small-heading {
    margin-bottom: 60px;
    text-align: center;
}

.price-small-heading-1 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: bold;
}

.price-small-heading-2 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
    .price-small-heading-2 {
        margin-bottom:30px;
    }
}

.price-small-heading-3 {
    margin-bottom: 40px;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .price-small-heading-3 {
        margin-bottom:30px;
    }
}

.price-table {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    align-items: center;
    gap: 20px;
    -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template: 'itemA itemB itemC itemD' auto 'itemE itemF itemG itemH' auto 'itemI itemJ itemK itemL' auto 'itemM itemN itemO itemP' auto 'itemQ itemR itemS itemT' auto/ 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 767.98px) {
    .price-table {
        gap:10px;
        -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template: 'itemA itemB' auto 'itemC itemD' auto 'itemE itemF' auto 'itemG itemH' auto 'itemI itemJ' auto 'itemK itemL' auto 'itemM itemN' auto 'itemO itemP' auto 'itemQ itemR' auto 'itemS itemT' auto/ 1fr 1fr;
    }

    .price-table > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > .contact-grid-box:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-table > .contact-grid-box:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-table > .contact-grid-box:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-table > .contact-grid-box:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .contact-grid-box:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .contact-grid-box:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .contact-grid-box:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    .contact-grid-box:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }

    .contact-grid-box:nth-child(11) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }

    .contact-grid-box:nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3;
    }

    .contact-grid-box:nth-child(13) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
    }

    .contact-grid-box:nth-child(14) {
        -ms-grid-row: 13;
        -ms-grid-column: 3;
    }

    .contact-grid-box:nth-child(15) {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
    }

    .contact-grid-box:nth-child(16) {
        -ms-grid-row: 15;
        -ms-grid-column: 3;
    }

    .contact-grid-box:nth-child(17) {
        -ms-grid-row: 17;
        -ms-grid-column: 1;
    }

    .contact-grid-box:nth-child(18) {
        -ms-grid-row: 17;
        -ms-grid-column: 3;
    }

    .contact-grid-box:nth-child(19) {
        -ms-grid-row: 19;
        -ms-grid-column: 1;
    }

    .contact-grid-box:nth-child(20) {
        -ms-grid-row: 19;
        -ms-grid-column: 3;
    }

    .price-table > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > .link-button:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-table > .link-button:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-table > .link-button:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-table > .link-button:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .contact-information .link-button:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .contact-information .link-button:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .contact-information .link-button:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    .contact-information .link-button:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }

    .contact-information .link-button:nth-child(11) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }

    .contact-information .link-button:nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3;
    }

    .contact-information .link-button:nth-child(13) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
    }

    .contact-information .link-button:nth-child(14) {
        -ms-grid-row: 13;
        -ms-grid-column: 3;
    }

    .contact-information .link-button:nth-child(15) {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
    }

    .contact-information .link-button:nth-child(16) {
        -ms-grid-row: 15;
        -ms-grid-column: 3;
    }

    .contact-information .link-button:nth-child(17) {
        -ms-grid-row: 17;
        -ms-grid-column: 1;
    }

    .contact-information .link-button:nth-child(18) {
        -ms-grid-row: 17;
        -ms-grid-column: 3;
    }

    .contact-information .link-button:nth-child(19) {
        -ms-grid-row: 19;
        -ms-grid-column: 1;
    }

    .contact-information .link-button:nth-child(20) {
        -ms-grid-row: 19;
        -ms-grid-column: 3;
    }

    .price-table > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .price-list-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > .price-list-item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-table > .price-list-item:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-table > .price-list-item:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-table > .price-list-item:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-list-item:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .price-list-item:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .price-list-item:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    .price-list-item:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }

    .price-list-item:nth-child(11) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }

    .price-list-item:nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3;
    }

    .price-list-item:nth-child(13) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
    }

    .price-list-item:nth-child(14) {
        -ms-grid-row: 13;
        -ms-grid-column: 3;
    }

    .price-list-item:nth-child(15) {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
    }

    .price-list-item:nth-child(16) {
        -ms-grid-row: 15;
        -ms-grid-column: 3;
    }

    .price-list-item:nth-child(17) {
        -ms-grid-row: 17;
        -ms-grid-column: 1;
    }

    .price-list-item:nth-child(18) {
        -ms-grid-row: 17;
        -ms-grid-column: 3;
    }

    .price-list-item:nth-child(19) {
        -ms-grid-row: 19;
        -ms-grid-column: 1;
    }

    .price-list-item:nth-child(20) {
        -ms-grid-row: 19;
        -ms-grid-column: 3;
    }

    .price-table > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .price-list-item-price {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-table > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > .blog-grid-article:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-table > .blog-grid-article:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-table > .blog-grid-article:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-table > .blog-grid-article:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .blog-grid-article:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .blog-grid-article:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .blog-grid-article:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    .blog-grid-article:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }

    .blog-grid-article:nth-child(11) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }

    .blog-grid-article:nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3;
    }

    .blog-grid-article:nth-child(13) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
    }

    .blog-grid-article:nth-child(14) {
        -ms-grid-row: 13;
        -ms-grid-column: 3;
    }

    .blog-grid-article:nth-child(15) {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
    }

    .blog-grid-article:nth-child(16) {
        -ms-grid-row: 15;
        -ms-grid-column: 3;
    }

    .blog-grid-article:nth-child(17) {
        -ms-grid-row: 17;
        -ms-grid-column: 1;
    }

    .blog-grid-article:nth-child(18) {
        -ms-grid-row: 17;
        -ms-grid-column: 3;
    }

    .blog-grid-article:nth-child(19) {
        -ms-grid-row: 19;
        -ms-grid-column: 1;
    }

    .blog-grid-article:nth-child(20) {
        -ms-grid-row: 19;
        -ms-grid-column: 3;
    }

    .price-table > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .item-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > .item-image {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-table > .item-text {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-table > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .category-system-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > .category-system-button:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-table > .category-system-button:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-table > .category-system-button:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-table > .category-system-button:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system-button:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system-button:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system-button:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system-button:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system-button:nth-child(11) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system-button:nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system-button:nth-child(13) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system-button:nth-child(14) {
        -ms-grid-row: 13;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system-button:nth-child(15) {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system-button:nth-child(16) {
        -ms-grid-row: 15;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system-button:nth-child(17) {
        -ms-grid-row: 17;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system-button:nth-child(18) {
        -ms-grid-row: 17;
        -ms-grid-column: 3;
    }

    .intro-realestate .category-system-button:nth-child(19) {
        -ms-grid-row: 19;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system-button:nth-child(20) {
        -ms-grid-row: 19;
        -ms-grid-column: 3;
    }

    .price-table > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .item-text-detail-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .single-main-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .single-table-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .single-table-lg:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > .single-table-lg:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-table > .single-table-lg:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-table > .single-table-lg:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-table > .single-table-lg:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .single-table-lg:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .single-table-lg:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .single-table-lg:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    .single-table-lg:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }

    .single-table-lg:nth-child(11) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }

    .single-table-lg:nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3;
    }

    .single-table-lg:nth-child(13) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
    }

    .single-table-lg:nth-child(14) {
        -ms-grid-row: 13;
        -ms-grid-column: 3;
    }

    .single-table-lg:nth-child(15) {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
    }

    .single-table-lg:nth-child(16) {
        -ms-grid-row: 15;
        -ms-grid-column: 3;
    }

    .single-table-lg:nth-child(17) {
        -ms-grid-row: 17;
        -ms-grid-column: 1;
    }

    .single-table-lg:nth-child(18) {
        -ms-grid-row: 17;
        -ms-grid-column: 3;
    }

    .single-table-lg:nth-child(19) {
        -ms-grid-row: 19;
        -ms-grid-column: 1;
    }

    .single-table-lg:nth-child(20) {
        -ms-grid-row: 19;
        -ms-grid-column: 3;
    }

    .price-table > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .single-table-lg-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > .link-button:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-table > .link-button:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-table > .link-button:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-table > .link-button:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .single-contact .link-button:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .single-contact .link-button:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .single-contact .link-button:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    .single-contact .link-button:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }

    .single-contact .link-button:nth-child(11) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }

    .single-contact .link-button:nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3;
    }

    .single-contact .link-button:nth-child(13) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
    }

    .single-contact .link-button:nth-child(14) {
        -ms-grid-row: 13;
        -ms-grid-column: 3;
    }

    .single-contact .link-button:nth-child(15) {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
    }

    .single-contact .link-button:nth-child(16) {
        -ms-grid-row: 15;
        -ms-grid-column: 3;
    }

    .single-contact .link-button:nth-child(17) {
        -ms-grid-row: 17;
        -ms-grid-column: 1;
    }

    .single-contact .link-button:nth-child(18) {
        -ms-grid-row: 17;
        -ms-grid-column: 3;
    }

    .single-contact .link-button:nth-child(19) {
        -ms-grid-row: 19;
        -ms-grid-column: 1;
    }

    .single-contact .link-button:nth-child(20) {
        -ms-grid-row: 19;
        -ms-grid-column: 3;
    }

    .price-table > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .ability-grid-detail {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-table > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .modal-grid-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}

.price-table-item {
    display: flex;
    flex-direction: column;
    height: 60px;
    font-size: 1.4rem;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 991.98px) {
    .price-table-item {
        font-size:1.2rem;
    }
}

.price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.contact-information-button > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.price-list > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-grid > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n-1) > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.intro-realestate .category-system > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-realestate .item-text-detail > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-main > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-contact-grid > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.ability-grid > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.modal-grid > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-table > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-photos > .price-table-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.contact-information-button > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-list > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-grid > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n-1) > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-realestate .item-text-detail > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-main > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-table-lg-wrap > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-contact-grid > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ability-grid > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.modal-grid > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.price-table > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-photos > .price-table-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-table-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: itemC;
}

.blog-grid > .price-table-item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n) > .price-table-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .price-table-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.single-table-lg-wrap > .price-table-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-contact-grid > .price-table-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-table > .price-table-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-photos > .price-table-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-table-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: itemD;
}

.blog-grid > .price-table-item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n) > .price-table-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .price-table-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.price-table > .price-table-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.price-photos > .price-table-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.price-table-item:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    grid-area: itemE;
}

.single-table-lg-wrap > .price-table-item:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-table > .price-table-item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.price-photos > .price-table-item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.price-table-item:nth-child(6) {
    grid-area: itemF;
}

.single-table-lg-wrap > .price-table-item:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
}

.price-table > .price-table-item:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.price-photos > .price-table-item:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.price-table-item:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: itemG;
}

.price-photos > .price-table-item:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.price-table-item:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: itemH;
}

.price-photos > .price-table-item:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.price-table-item:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: itemI;
}

.price-table-item:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: itemJ;
}

.price-table-item:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    grid-area: itemK;
}

.price-table-item:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    grid-area: itemL;
}

.price-table-item:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: itemM;
}

.price-table-item:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    grid-area: itemN;
}

.price-table-item:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
    grid-area: itemO;
}

.price-table-item:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
    grid-area: itemP;
}

.price-table-item:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
    grid-area: itemQ;
}

.price-table-item:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
    grid-area: itemR;
}

.price-table-item:nth-child(19) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
    grid-area: itemS;
}

.price-table-item:nth-child(20) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
    grid-area: itemT;
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(1) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(1) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(2) {
        border:1px solid #ccc;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(2) {
        border:1px solid #ccc;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(3) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(3) {
        border:1px solid #ccc;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(4) {
        border:1px solid #ccc;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(4) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(5) {
        border:1px solid #ccc;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(5) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(6) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(6) {
        border:1px solid #ccc;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(7) {
        border:1px solid #ccc;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(7) {
        border:1px solid #ccc;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(8) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(8) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(9) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(9) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(10) {
        border:1px solid #ccc;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(10) {
        border:1px solid #ccc;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(11) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(11) {
        border:1px solid #ccc;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(12) {
        border:1px solid #ccc;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(12) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(13) {
        border:1px solid #ccc;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(13) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(14) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(14) {
        border:1px solid #ccc;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(15) {
        border:1px solid #ccc;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(15) {
        border:1px solid #ccc;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(16) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(16) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(17) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(17) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(18) {
        border:1px solid #ccc;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(18) {
        border:1px solid #ccc;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(19) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(19) {
        border:1px solid #ccc;
    }
}

@media only screen and (min-width: 768px) {
    .price-table-item:nth-child(20) {
        border:1px solid #ccc;
    }
}

@media only screen and (max-width: 767.98px) {
    .price-table-item:nth-child(20) {
        border:1px solid #f5f5f5;
        background-color: #f5f5f5;
    }
}

.price-table span {
    display: block;
    margin-top: 2px;
    font-size: 1.2rem;
}

@media only screen and (max-width: 991.98px) {
    .price-table span {
        font-size:0.9rem;
    }
}

.price-photos {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-rows: auto 20px auto;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template: 'itemA itemB itemC itemD' auto 'itemE itemF itemG itemH' auto/ 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 767.98px) {
    .price-photos {
        row-gap:10px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        -ms-grid-rows: auto 10px auto 10px auto 10px auto;
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template: 'itemA itemB' auto 'itemC itemD' auto 'itemE itemF' auto 'itemG itemH' auto/ 1fr 1fr;
    }

    .price-photos > .contact-grid-box:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .contact-grid-box:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .contact-grid-box:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-photos > .contact-grid-box:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-photos > .contact-grid-box:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-photos > .contact-grid-box:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-photos > .contact-grid-box:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .price-photos > .contact-grid-box:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .price-photos > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .link-button:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-photos > .link-button:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-photos > .link-button:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-photos > .link-button:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-photos > .link-button:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .price-photos > .link-button:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .price-photos > .price-list-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .price-list-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .price-list-item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-photos > .price-list-item:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-photos > .price-list-item:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-photos > .price-list-item:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-photos > .price-list-item:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .price-photos > .price-list-item:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .price-photos > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .price-list-item-price {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-photos > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .blog-grid-article:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-photos > .blog-grid-article:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-photos > .blog-grid-article:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-photos > .blog-grid-article:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-photos > .blog-grid-article:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .price-photos > .blog-grid-article:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .price-photos > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .item-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .item-image {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-photos > .item-text {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-photos > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .category-system-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .category-system-button:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-photos > .category-system-button:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-photos > .category-system-button:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-photos > .category-system-button:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-photos > .category-system-button:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .price-photos > .category-system-button:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .price-photos > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .item-text-detail-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .single-main-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .single-table-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .single-table-lg:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .single-table-lg:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-photos > .single-table-lg:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-photos > .single-table-lg:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-photos > .single-table-lg:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-photos > .single-table-lg:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .price-photos > .single-table-lg:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .price-photos > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .single-table-lg-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .link-button:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-photos > .link-button:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-photos > .link-button:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-photos > .link-button:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-photos > .link-button:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .price-photos > .link-button:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .price-photos > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .ability-grid-detail {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .modal-grid-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .price-table-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .price-table-item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-photos > .price-table-item:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-photos > .price-table-item:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-photos > .price-table-item:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-photos > .price-table-item:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .price-photos > .price-table-item:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }
}

.price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: itemA;
}

.contact-information-button > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.price-list > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.blog-grid > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n-1) > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.intro-realestate .category-system > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.list-realestate .item-text-detail > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-main > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.single-contact-grid > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.ability-grid > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.modal-grid > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-table > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-photos > .price-photos-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
}

.price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: itemB;
}

.contact-information-button > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-list > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.blog-grid > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n-1) > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.list-realestate .item-text-detail > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-main > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-table > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-table-lg-wrap > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.single-contact-grid > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.ability-grid > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.modal-grid > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.price-table > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-photos > .price-photos-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.price-photos-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: itemC;
}

.blog-grid > .price-photos-item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.list-modelhouse .list-item:nth-child(2n) > .price-photos-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.intro-realestate .category-system > .price-photos-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.single-table-lg-wrap > .price-photos-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.single-contact-grid > .price-photos-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-table > .price-photos-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-photos > .price-photos-item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-photos-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: itemD;
}

.blog-grid > .price-photos-item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.list-modelhouse .list-item:nth-child(2n) > .price-photos-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.single-table-lg-wrap > .price-photos-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.price-table > .price-photos-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.price-photos > .price-photos-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.price-photos-item:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    grid-area: itemE;
}

.single-table-lg-wrap > .price-photos-item:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.price-table > .price-photos-item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.price-photos > .price-photos-item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.price-photos-item:nth-child(6) {
    grid-area: itemF;
}

.single-table-lg-wrap > .price-photos-item:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
}

.price-table > .price-photos-item:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.price-photos > .price-photos-item:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.price-photos-item:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: itemG;
}

.price-photos > .price-photos-item:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.price-photos-item:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: itemH;
}

.price-photos > .price-photos-item:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

@media only screen and (max-width: 767.98px) {
    .contact-information-button > .price-list-item:nth-child(1) {
        -ms-grid-row:1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .price-list-item:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .contact-information-button > .price-list-item-title {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .price-list-item-title {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .contact-information-button > img {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > img {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .price-list-item-price {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .contact-information-button > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .blog-grid > .blog-grid-article:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .blog-grid-article:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .blog-grid > .blog-grid-article:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .blog-grid-article:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .blog-grid > .blog-grid-article:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .contact-information-button > .item-image {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .blog-grid > .item-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .item-text {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .item-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .item-text {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .blog-grid > .item-image {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .item-text {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .blog-grid > .item-text {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .contact-information-button > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .blog-grid > .category-system-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .category-system-button:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .category-system-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .category-system-button:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .blog-grid > .category-system-button:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .category-system-button:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .blog-grid > .category-system-button:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .contact-information-button > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .blog-grid > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .item-text-detail-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .item-text-detail-info {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .item-text-detail-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .item-text-detail-info {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .item-text-detail-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .contact-information-button > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .blog-grid > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .single-main-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .single-main-text {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .single-main-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .single-main-text {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .single-main-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .list-realestate .item-text-detail > .single-main-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .contact-information-button > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .blog-grid > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .single-table-info {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .single-table-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .single-table-info {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .single-table-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .list-realestate .item-text-detail > .single-table-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-grid > .single-table-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .contact-information-button > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .blog-grid > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .single-table-lg:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .single-table-lg:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .single-table-lg:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .single-table-lg:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .list-realestate .item-text-detail > .single-table-lg:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-grid > .single-table-lg:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .single-table-lg:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .blog-grid > .single-table-lg:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .single-table-lg:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .single-grid > .single-table-lg:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .single-table-lg:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .blog-grid > .single-table-lg:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .single-grid > .single-table-lg:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .single-grid > .single-table-lg:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .single-table-lg:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .contact-information-button > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .blog-grid > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .single-table-lg-info {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .single-table-lg-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .single-table-lg-info {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .single-table-lg-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .list-realestate .item-text-detail > .single-table-lg-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-grid > .single-table-lg-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .single-table-lg-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .contact-information-button > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .blog-grid > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .link-button:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .link-button:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .list-realestate .item-text-detail > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-grid > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .blog-grid > .link-button:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .link-button:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .single-grid > .link-button:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .link-button:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .blog-grid > .link-button:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .single-grid > .link-button:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .single-grid > .link-button:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .single-contact .link-button:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .contact-information-button > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .blog-grid > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .ability-grid-detail {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .ability-grid-detail {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .ability-grid-detail {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .ability-grid-detail {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .list-realestate .item-text-detail > .ability-grid-detail {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-grid > .ability-grid-detail {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .ability-grid-detail {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .ability-grid-detail {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-contact-grid > .ability-grid-detail {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .contact-information-button > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .blog-grid > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .modal-grid-text {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .modal-grid-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .modal-grid-text {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .modal-grid-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .list-realestate .item-text-detail > .modal-grid-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-grid > .modal-grid-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .modal-grid-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .modal-grid-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-contact-grid > .modal-grid-text {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .contact-information-button > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .blog-grid > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .price-table-item:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .price-table-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .price-table-item:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .price-table-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .list-realestate .item-text-detail > .price-table-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-grid > .price-table-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .price-table-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .price-table-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-contact-grid > .price-table-item:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-table > .price-table-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .price-table-item:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .price-table-item:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .single-grid > .price-table-item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .price-table-item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-table > .price-table-item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .price-table-item:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .blog-grid > .price-table-item:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .single-grid > .price-table-item:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-table > .price-table-item:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .single-grid > .price-table-item:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-table > .price-table-item:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-table-item:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-table > .price-table-item:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-table-item:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .price-table-item:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .price-table-item:nth-child(9) {
        -ms-grid-row: 9;
        -ms-grid-column: 1;
    }

    .price-table-item:nth-child(10) {
        -ms-grid-row: 9;
        -ms-grid-column: 3;
    }

    .price-table-item:nth-child(11) {
        -ms-grid-row: 11;
        -ms-grid-column: 1;
    }

    .price-table-item:nth-child(12) {
        -ms-grid-row: 11;
        -ms-grid-column: 3;
    }

    .price-table-item:nth-child(13) {
        -ms-grid-row: 13;
        -ms-grid-column: 1;
    }

    .price-table-item:nth-child(14) {
        -ms-grid-row: 13;
        -ms-grid-column: 3;
    }

    .price-table-item:nth-child(15) {
        -ms-grid-row: 15;
        -ms-grid-column: 1;
    }

    .price-table-item:nth-child(16) {
        -ms-grid-row: 15;
        -ms-grid-column: 3;
    }

    .price-table-item:nth-child(17) {
        -ms-grid-row: 17;
        -ms-grid-column: 1;
    }

    .price-table-item:nth-child(18) {
        -ms-grid-row: 17;
        -ms-grid-column: 3;
    }

    .price-table-item:nth-child(19) {
        -ms-grid-row: 19;
        -ms-grid-column: 1;
    }

    .price-table-item:nth-child(20) {
        -ms-grid-row: 19;
        -ms-grid-column: 3;
    }

    .contact-information-button > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .blog-grid > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-grid > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-table > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .price-photos > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .contact-information-button > .price-photos-item:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .price-photos-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .price-photos-item:nth-child(2) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .price-photos-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .list-realestate .item-text-detail > .price-photos-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-grid > .price-photos-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .price-photos-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg > .price-photos-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-contact-grid > .price-photos-item:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .price-table > .price-photos-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .price-photos > .price-photos-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .blog-grid > .price-photos-item:nth-child(3) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .intro-realestate .category-system > .price-photos-item:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .single-grid > .price-photos-item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .single-contact-grid > .price-photos-item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-table > .price-photos-item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-photos > .price-photos-item:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .price-list-item-cover > .price-photos-item:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .blog-grid > .price-photos-item:nth-child(4) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .single-grid > .price-photos-item:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-table > .price-photos-item:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .price-photos > .price-photos-item:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    .single-grid > .price-photos-item:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-table > .price-photos-item:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-photos > .price-photos-item:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .price-photos-item:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-table > .price-photos-item:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-photos > .price-photos-item:nth-child(6) {
        -ms-grid-row: 5;
        -ms-grid-column: 3;
    }

    .price-photos-item:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .price-photos > .price-photos-item:nth-child(7) {
        -ms-grid-row: 7;
        -ms-grid-column: 1;
    }

    .price-photos-item:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }

    .price-photos > .price-photos-item:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-column: 3;
    }
}

@media only screen and (max-width: 991.98px) {
    .list-realestate .item-text-detail > .single-main-image {
        -ms-grid-row:1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .single-main-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .single-table-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .single-table-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-main > .single-table-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .list-realestate .item-text-detail > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .single-table-lg:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .single-table-lg:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-main > .single-table-lg:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .single-table-lg:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .single-table-lg:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .single-table-lg:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table-lg-wrap > .single-table-lg:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .single-table-lg-wrap > .single-table-lg:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .single-table-lg-wrap > .single-table-lg:nth-child(6) {
        -ms-grid-row: 1;
        -ms-grid-column: 6;
    }

    .list-realestate .item-text-detail > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .single-table-lg-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .single-table-lg-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-main > .single-table-lg-info {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .single-table-lg-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .single-table-lg-info {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .link-button:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-main > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .link-button:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .link-button:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table-lg-wrap > .link-button:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .single-table-lg-wrap > .link-button:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .single-table-lg-wrap > .link-button:nth-child(6) {
        -ms-grid-row: 1;
        -ms-grid-column: 6;
    }

    .list-realestate .item-text-detail > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .ability-grid-title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .ability-grid-detail {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-main > .ability-grid-detail {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .ability-grid-detail {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .ability-grid-detail {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .modal-grid-image {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .modal-grid-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-main > .modal-grid-text {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .modal-grid-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .modal-grid-text {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .list-realestate .item-text-detail > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .price-table-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .price-table-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-main > .price-table-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .price-table-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .price-table-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .price-table-item:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table-lg-wrap > .price-table-item:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .single-table-lg-wrap > .price-table-item:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .single-table-lg-wrap > .price-table-item:nth-child(6) {
        -ms-grid-row: 1;
        -ms-grid-column: 6;
    }

    .list-realestate .item-text-detail > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-main > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .single-table-lg-wrap > .price-photos-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .list-realestate .item-text-detail > .price-photos-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-main > .price-photos-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table > .price-photos-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .price-photos-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .single-table-lg-wrap > .price-photos-item:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .single-table-lg-wrap > .price-photos-item:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .single-table-lg-wrap > .price-photos-item:nth-child(5) {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
    }

    .single-table-lg-wrap > .price-photos-item:nth-child(6) {
        -ms-grid-row: 1;
        -ms-grid-column: 6;
    }
}

.price-photos p {
    margin-top: 10px;
    text-align: center;
}

.concept-main {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 80px;
    background-image: url("../images/home/concept.jpg");
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover;
}

.concept-main-text {
    position: absolute;
    top: 70px;
    left: 500px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}

@media only screen and (max-width: 991.98px) {
    .concept-main-text {
        top:60px;
        left: 340px;
    }
}

.concept-main-text-1 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}

.concept-main-text-2 {
    margin-bottom: 30px;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.concept-main-text-3 {
    font-weight: bold;
}

.concept-text-4 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
@media(max-width: 425px) {
    .concept-text-4 {
        font-size: 17px;
    }
}
.concept-text-4 span {
    display: block;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.concept-text-5 {
    margin-bottom: 60px;
    text-align: center;
}
@media(max-width: 575px) {
    .concept-text-5 br {
        display: none;
    }
}
.concept-0103 {
    position: relative;
    display: flex;
}

.concept-0103 img {
    width: 560px;
}

.concept-wrap {
    display: flex;
}

.concept-wrap:not(:last-child) {
    margin-bottom: 60px;
}

.concept-wrap .concept-img {
    width: 560px;
}

.concept-wrap .concept-detail {
    width: 340px;
    padding-left: 30px;
}

.concept-detail {
    position: relative;
}

.concept-0103-number {
    width: auto;
    margin: 10px 0 5px 0;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

@media all and (-ms-high-contrast: none) {
    .concept-0103-number {
        font-family: "Frank Ruhl Libre";
    }
}

@supports (-ms-ime-align: auto) {
    .concept-0103-number {
        font-family: "Frank Ruhl Libre";
    }
}

.concept-0103-title {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

@media all and (-ms-high-contrast: none) {
    .concept-0103-title {
        font-family: "Frank Ruhl Libre";
    }
}

@supports (-ms-ime-align: auto) {
    .concept-0103-title {
        font-family: "Frank Ruhl Libre";
    }
}

.concept-0103-title span {
    display: block;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: normal;
    margin-top: -5px;
}

.concept-0103-text-a {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
}

.concept-detail-02 {
    position: relative;
    width: 340px;
    padding-right: 30px;
}

.concept-02-number {
    width: auto;
    margin: 10px 0 5px 0;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

@media all and (-ms-high-contrast: none) {
    .concept-02-number {
        font-family: "Frank Ruhl Libre";
    }
}

@supports (-ms-ime-align: auto) {
    .concept-02-number {
        font-family: "Frank Ruhl Libre";
    }
}

.concept-02-title {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

@media all and (-ms-high-contrast: none) {
    .concept-02-title {
        font-family: "Frank Ruhl Libre";
    }
}

@supports (-ms-ime-align: auto) {
    .concept-02-title {
        font-family: "Frank Ruhl Libre";
    }
}

.concept-02-title span {
    display: block;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: normal;
    margin-top: -5px;
}

.concept-02-text-a {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.5rem;
}

@media only screen and (max-width: 991.98px) {
    .concept-main {
        background-position:center -300%;
    }

    .concept-main-text {
        top: 80px;
        left: 360px;
    }

    .concept-wrap .concept-img {
        width: 460px;
    }

    .concept-wrap .concept-detail {
        padding-left: 20px;
    }

    .concept-0103-number {
        top: 20px;
        width: 76px;
    }

    .concept-0103-title {
        top: 20px;
        font-size: 29px;
    }

    .concept-0103-text-a {
        margin-bottom: 15px;
    }

    .concept-02-text-a {
        margin-bottom: 15px;
    }

    .concept-02-number {
        width: 76px;
    }

    .concept-02-title {
        top: 20px;
        font-size: 29px;
    }
}

@media only screen and (max-width: 767.98px) {
    .concept-main-text {
        display:none;
    }
    .concept-main {
        height: 180px;
        margin-bottom: 40px;
        background-position: center center;
    }
    .concept-main-s {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }

    .concept-main-text-1 {
        margin-bottom: 5px;
    }

    .concept-main-text-2 {
        margin-bottom: 20px;
    }

    .concept-main-text-3 {
        font-weight: normal;
    }

    .concept-text-4 {
        margin-bottom: 20px;
    }

    .concept-text-5 {
        margin-bottom: 40px;
    }

    .concept-wrap {
        display: block;
    }

    .concept-wrap .concept-img {
        width: 100%;
    }

    .concept-wrap .concept-detail {
        width: calc(100% - 40px);
        margin: 20px 20px 0;
        padding: 0;
    }

    .concept-0103-number {
        margin-top: 0;
    }

    .concept-0103-title {
        font-size: 2.5rem;
    }

    .concept-wrap-02 {
        display: flex;
        flex-direction: column;
    }

    .concept-detail-02 {
        width: calc(100% - 40px);
        margin: 20px 20px 0;
        padding: 0;
        order: 2;
    }

    .concept-wrap-02 .concept-img {
        top: 0;
        order: 1;
    }

    .concept-02-number {
        margin-top: 0;
    }

    .concept-02-number .concept-02-title {
        top: 320px;
    }

    .concept-02-title {
        margin-right: 0px;
        padding: 0;
        font-size: 2.5rem;
    }

    .concept-wrap br {
        display: none;
    }
}


img.pinterest-logo {
    border-style: none;
    vertical-align: middle;
    width: 19px;
    margin: 0 0 4px 13px;
}

.footer-button {
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 0;
    background: #000;
    z-index: 999;
    height: 58px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform: translateY(100%);
    width: 200px;
}
.footer-button p {
    font-family: "Oswald", serif !important;
}
.footer-button.hide {
    transform: translateY(0);
}
.footer-button .footer-button-reserve,
.footer-button .footer-button-tel {
    background: #000;
    text-align: center;
    width: 100%;
    align-items: center;
    height: 100%;
}
.footer-button .footer-button-reserve {
    display: flex;
}
.footer-button .footer-button-tel {
    border-right: solid 1px #fff;
    display: none;
}
.footer-button .footer-button-reserve p,
.footer-button .footer-button-tel p {
    font-family: 'Lato',sans-serif;
    color: #fff;
    margin: auto;
    font-weight: bold;
}
.footer-button .footer-button-tel p {
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}
.footer-button .footer-button-reserve p {
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    padding-top: 2px;
}
.footer-button .footer-button-tel p:before {
    content: '';
    background: url(../images/common/tel-icon.png);
    width: 16px;
    height: 16px;
    position: absolute;
    background-size: contain;
    top: 5px;
    left: -2px;
}
.footer-button .footer-button-reserve p:before {
    content: '';
    background: url(../images/common/mail-icon.png);
    width: 16px;
    height: 16px;
    position: absolute;
    background-size: contain;
    top: 6px;
    left: -2px;
}
@media(max-width: 767.98px) {
    .footer-button .footer-button-reserve,
    .footer-button .footer-button-tel {
        width: 100%;
    }
    .footer-button {
        width: 100%;
    }
    .footer-button .footer-button-reserve,
    .footer-button .footer-button-tel {
        display: flex;
    }
}

/*---------------------------------------------------------------------------------

Modal

----------------------------------------------------------------------------------*/
.modaal-noscroll {
    overflow: hidden;
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
    outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
    background: #999;
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 2px;
    height: 22px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

.modaal-content-container {
    padding: 30px;
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: transparent;
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%;
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}

.modaal-gallery-item {
    display: none;
}

.modaal-gallery-item img {
    display: block;
}

.modaal-gallery-item.is_active {
    display: block;
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.modaal-gallery-label:focus {
    outline: none;
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
    background: #afb7bc;
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 2px;
    height: 15px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px;
}

.modaal-gallery-next-outer {
    right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
    left: 22px;
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px;
}

.modaal-gallery-prev-outer {
    left: 45px;
}

@media(max-width: 767px) {
    ul.works-images {
        pointer-events: none;
    }
}


@media only screen and (max-height: 820px) {

.modaal-gallery-label {
    display: none;
}

}

@keyframes instaReveal {

0% {
    opacity: 0;
}

100% {
    opacity: 1;
}

}

@-webkit-keyframes instaReveal {

0% {
    opacity: 0;
}

100% {
    opacity: 1;
}

}

@-webkit-keyframes modaal-loading-spinner {

0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

}

@keyframes modaal-loading-spinner {

0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

}

.page-next-button {
    width: 9px;
    margin-left: 15px;
    margin-top: 11px;
}
.page-prev-button {
    width: 9px;
    margin-right: 15px;
    margin-top: 11px;
}

.contact-wrap {
  width: 100%;
  margin: 0 auto !important;
}
.contact-inner {
  margin: 0 15px;
}

.field-wrap {
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .field-wrap {
    display: block;
  }
}
.field-wrap br {
  display: none;
}
.field-wrap label {
  font-weight: bold;
  display: inline-block;
  flex-basis: 30%;
}
@media only screen and (max-width: 767.98px) {
  .field-wrap > label {
    margin-bottom: 10px;
  }
}
.field-wrap.date label {
  display: block;
}
.field-wrap.date .date-event {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}
.field-wrap.date label .your-time, .field-wrap.date label .your-year, .field-wrap.date label .your-month, .field-wrap.date label .your-day {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
}
.field-wrap.date label .date-event > input {
  margin: 0;
}
.field-wrap label > .req{
  font-weight: normal;
  display: inline-block;
  color: #fff;
  background: #333;
  margin-left: 10px;
  padding: 2px 6px;
  font-size: 11px;
  vertical-align: middle;
}
.field-wrap.eventname, .field-wrap.date, .field-wrap.free {
  display: none;
}
.field-wrap.date .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: bottom;
}
.wpcf7-list-item {
  display: block;
  line-height: 1.5;
}
@media only screen and (max-width: 574.98px) {
  .wpcf7-list-item {
    line-height: 1;
  }
 }
.wpcf7-list-item input {
  display: none;
}
.wpcf7 .field-wrap.number span {
  display: inline-block;
}
.wpcf7 .form-icon {
  display: inline-block;
  font-size: 18px;
  margin: 0 5px;
}
.wpcf7 .appendix {
  display: block;
  font-size: 12px;
  margin-top: 7px;
}
.wpcf7 .field-wrap:nth-child(n+3) {
  margin-top: 35px;
}
.wpcf7 textarea {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
}

.wpcf7-radio {
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item:not(:first-child) input[type="radio"] {
  display: block;
  margin-top: 5px;
}
.wpcf7 .wpcf7-form-control-wrap input:not([type="radio"]) {
  display: block;
  border: 1px solid #ccc;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .wpcf7 .wpcf7-form-control-wrap input:not([type="radio"]) {
    padding: 10px 10px;
  }
}

.wpcf7 .wpcf7-form-control-wrap input:focus {
  background-color: #f5f5f5;
}
.wpcf7 .field-wrap .wpcf7-radio input:checked+span {
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.wpcf7 .field-wrap .wpcf7-fomr-control {
  color: #333;
  font-weight: bold;
}
.wpcf7 .field-wrap .wpcf7-radio input+.wpcf7-list-item-label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-weight: 500;
}
.wpcf7 .field-wrap .wpcf7-radio input+.wpcf7-list-item-label:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
}
.wpcf7 .field-wrap .wpcf7-radio input:checked+span:after {
  position: absolute;
  top: 1px;
  left: 2px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333;
  content: "";
}


.your-year select, .your-month select, .your-day select {
  padding-right: 23px !important;
}

@media only screen and (max-width: 567.98px) {
  .your-year select, .your-month select, .your-day select, .your-time select {
    font-size: 16px;
    padding-right: 21px !important;
  }
}
.wpcf7 .field-wrap.select {
  font-size: 0;
}
.wpcf7 .field-wrap.select label {
  display: block;
  font-size: 14px;
}

.field-wrap-content {
    flex-basis: 70%;
}

.wpcf7-form-control-wrap.your-pref, .wpcf7-form-control-wrap.your-time , .wpcf7-form-control-wrap.your-year, .wpcf7-form-control-wrap.your-month, .wpcf7-form-control-wrap.your-day {
  text-align: center;
  position: relative;
  border: 1px solid #ccc;
  background: #ffffff;
  display: inline-block;
  overflow: hidden;
  margin-top: 15px;
}
@media only screen and (max-width: 767.98px) {
  .wpcf7-form-control-wrap.your-pref, .wpcf7-form-control-wrap.your-time , .wpcf7-form-control-wrap.your-year, .wpcf7-form-control-wrap.your-month, .wpcf7-form-control-wrap.your-day {
    margin-top: 0;
  }
}
.wpcf7-form-control-wrap.your-tim, .wpcf7-form-control-wrap.your-year, .wpcf7-form-control-wrap.your-month, .wpcf7-form-control-wrap.your-day {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
}
.wpcf7-form-control-wrap.your-pref:before, .wpcf7-form-control-wrap.your-time:before, .wpcf7-form-control-wrap.your-year:before, .wpcf7-form-control-wrap.your-month:before, .wpcf7-form-control-wrap.your-day:before {
    position: absolute;
    top: 15px;
    right: 8px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #333;
    pointer-events: none;
}
@media only screen and (max-width: 567.98px) {
  .wpcf7-form-control-wrap.your-time:before, .wpcf7-form-control-wrap.your-year:before, .wpcf7-form-control-wrap.your-month:before, .wpcf7-form-control-wrap.your-day:before {
    position: absolute;
    top: 15px;
    right: 7px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    pointer-events: none;
  }
}
.wpcf7-form-control-wrap.your-pref select, .wpcf7-form-control-wrap.your-time select, .wpcf7-form-control-wrap.your-year select , .wpcf7-form-control-wrap.your-month select, .wpcf7-form-control-wrap.your-day select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
  appearance: none;
  padding: 6px 38px 6px 10px;
  color: #333;
}
.link-button.-normal.-form {
  margin-top: 40px;
  width: 140px;
  height: 37px;
  border: 1px solid #333;
  background-color: #333;
  line-height: 34px;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .link-button.-normal.-form {
    margin-top: 30px;
  }
}
.link-button.-normal.-form input {
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  transition-duration: .3s;
  font-size: 15px;
}
@media only screen and (max-width: 374.98px) {
 .your-time {
   margin-top: 15px;
 }
}
@media only screen and (min-width: 768px) {
  .link-button.-form:hover input {
    color: #333;
  }
}
.js-form-active {
  display: flex !important;
}
@media only screen and (max-width: 767.98px) {
  .js-form-active {
    display: block !important;
  }
}
/*# sourceMappingURL=maps/style.css.map */
.wpcf7-not-valid-tip {
  margin-top: 5px;
  display: block;
}
.wpcf7-validation-errors {
  margin-top: 35px
}
.screen-reader-response ul {
  display: none;
}
.wpcf7 > .screen-reader-response {
  margin-bottom: 30px;
}

.landing-page .contact-inner{
  margin: 40px 0 0 0;
}
.landing-page label {
  font-size: 14px;
}
.post-info .postal-1  {
  width: 75px;
}
.post-info .postal-2  {
  width: 85px;
}
.wpcf7-mail-sent-ok {
  margin-top: 30px;
}

p.footer-note {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 14px;
}
/*----------------------------------------------------------------------

Group

----------------------------------------------------------------------*/
.sub-base.group-page h1.heading {
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.group-page-table {
  width: 100%;
}   
.group-small-heading-2 {
  text-align: center;
  margin-top: 20px;
 }
 .single-contact-group {
  margin-top: 40px;
 }

 ul.group-list {
  margin-bottom: 60px;
}
ul.group-list a {
  border-bottom: solid 1px #666;
}
ul.group-list a:hover {
  opacity: 0.8;
}
li.group-list-area {
  position: relative;
}
li.group-list-area:nth-child(odd) {
  background-color: #efefef;
}
li.group-list-area:nth-child(even) {
  background-color: #fff;
}
li.group-list-area span {
  position: absolute;
  top: 10px;
  left: 10px;
}
ul.group-list-discriotion {
  display: flex;
  padding: 10px;
}
ul.group-list-discriotion li {
  display: inline-block;
  padding-right: 10px;
  letter-spacing: -0.3px;
}
li.group-list-area.group-list-head {
  font-weight: bold;
}
ul.group-list-discriotion li:nth-child(1) {
  width: 20%;
}
ul.group-list-discriotion li:nth-child(2) {
  width: 30%;
}
ul.group-list-discriotion li:nth-child(3) {
  width: 50%;
  padding-right: 0;
}
@media(max-width: 767px) {
  ul.group-list-discriotion li {
    font-size: 12px;
  }
  .single-contact .link-button:before {
    border-bottom: solid 1px #fff;
  }
  .single-contact .link-button:after {
    border-bottom: solid 1px #fff;
  }
}
@media(max-width: 575px) {
  ul.group-list-discriotion li {
    font-size: 11px;
  }
  ul.group-list-discriotion li:nth-child(1) {
    width: 20%;
  }
  ul.group-list-discriotion li:nth-child(2) {
    width: 40%;
  }
  ul.group-list-discriotion li:nth-child(3) {
    width: 40%;
  }
}
@media(max-width: 390px) {
  ul.group-list-discriotion li:nth-child(1) {
    width: 20%;
  }
}


/* 200107 */
.modelhouse-grid {
    display: -ms-grid;
    display: grid;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -ms-grid-rows: 36px 297px;
    -ms-grid-columns: 1fr 40px 360px;
    grid-template: 'image heading' 36px 'image text' 297px / 1fr 360px;
}

@media only screen and (max-width: 991.98px) {
    .modelhouse-grid {
        -moz-column-gap:30px;
        column-gap: 30px;
        -ms-grid-rows: 36px 169px;
        -ms-grid-columns: 1fr 30px 360px;
        grid-template: 'image heading' 36px 'image text' 169px / 1fr 360px;
    }
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid {
        display:block;
        margin: 0 15px;
    }
}

.modelhouse-grid-image {
    position: relative;
    overflow: hidden;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: image;
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid-image {
        margin-bottom:50px;
    }
}

.modelhouse-grid-image-main {
    position: relative;
}

.modelhouse-grid-image-sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.modelhouse-grid-image-sub img {
    position: absolute;
    top: 0;
    left: 0;
    height: 333px;
    opacity: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 991.98px) {
    .modelhouse-grid-image-sub img {
        height:205px;
    }
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid-image-sub img {
        height:334px;
    }
}

.modelhouse-grid-image .text {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 1.4rem;
    color: #fff;
    text-align: right;
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid-image .text {
        right:10px;
        font-size: 1.1rem;
    }
}

.modelhouse .heading {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: heading;
}

.modelhouse-grid-text {
    overflow-y: scroll;
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: text;
}
.modelhouse-grid-text-list-item {
    display: grid;
    grid-template: 'image text' auto/ 1fr 300px;
    display: -ms-grid;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 300px;
 }
.modelhouse-grid-text-list-item:not(:first-child) {
    margin-top: 30px;
 }
 .modelhouse-grid-text-list-item-image {
     grid-area: image;
     -ms-grid-column: 1;
     -ms-grid-row: 1;
 }
 .modelhouse-grid-text-list-item-image img {
     height: 220px;
     object-fit: cover;
     object-position:center;
 }
 .modelhouse-grid-text-list-item-image {
     grid-area: image;
     -ms-grid-column: 1;
     -ms-grid-row: 1;
 }
 .modelhouse-grid-text-list-item-text {
     grid-area: text;
     -ms-grid-column: 3;
     -ms-grid-row: 1;
 }
 .modelhouse-grid-text-list-item-text .link-button{
    margin: 16px 0 0 0;
    width: 180px;
    height: 45px;
    border: 1px solid #333;
    background-color: #333;
    line-height: 42px;
 }
 .modelhouse-grid-text-list-item-text .link-button .link-button-inner{
    font-size: 1.6rem;
 }
 .modelhouse-grid-text-list-item-text .link-button:before{
     top: 18px;
 }
 .modelhouse-grid-text-list-item-text .link-button:after{
    top: 21px;
 }
 .modelhouse-grid-text-title-jp,.modelhouse-grid-text-address {
    display: inline-block;
    vertical-align: middle;
}

.modelhouse-grid-text-title-en {
    display: block;
    margin-bottom: 12px;
    font-size: 2.2rem;
    font-family: 'Oswald';
}

.modelhouse-grid-text-title-jp {
    font-size: 1.6rem;
}
@media only screen and (max-width: 767.98px) {
    .modelhouse-grid-text-list-item-image img {
        height: 180px;
    }
    .modelhouse-grid-text-list-item {
        display: grid;
        grid-template: 'image text' auto/ 1fr 170px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        -ms-grid-columns: 1fr 170px;
        display: block;
     }
     .modelhouse-grid-text-list-item:not(:first-child) {
        margin-top: 30px;
     }
    .modelhouse-grid-text-list-item:not(:first-child) {
        margin-top: 30px;
     }
    .modelhouse-grid-text-list-item-text{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
     }
    .modelhouse-grid-text-list-item-text .link-button{
        margin: 16px 0 0 0;
        width: 120px;
        height: 35px;
        line-height: 32px;
     }
     .modelhouse-grid-text-title-en {
        display: block;
        margin-bottom: 12px;
        font-size: 2.0rem;
    }
    .modelhouse-grid-text-title-jp {
        font-size: 1.4rem;
    }
     .modelhouse-grid-text-list-item-text .link-button .link-button-inner{
        font-size: 1.4rem;
     }
     .modelhouse-grid-text-list-item-text .link-button:before{
         top: 14px;
     }
     .modelhouse-grid-text-list-item-text .link-button:after{
        top: 17px;
     }
}
@media only screen and (max-width: 991.98px) {
    .modelhouse-grid-image {
        -ms-grid-row:1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
    }

    .modelhouse .heading {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .modelhouse-grid-text {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
}

.modelhouse-grid-text-list-link {
    position: relative;
    display: block;
    padding: 17px 0 15px;
}

.modelhouse-grid-text-list-link:before,.modelhouse-grid-text-list-link:after {
    position: absolute;
    right: 0;
    content: "";
}

.modelhouse-grid-text-list-link:before {
    bottom: 23px;
    width: 24px;
    border-bottom: 1px solid #000;
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid-text-list-link:before {
        bottom:27px;
    }
}

.modelhouse-grid-text-list-link:after {
    bottom: 27px;
    width: 10px;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid-text-list-link:after {
        bottom:31px;
    }
}

@media only screen and (min-width: 768px) {
    .modelhouse-grid-text-list-link:hover:before,.modelhouse-grid-text-list-link:hover:after {
        right:5px;
    }
}



.modelhouse-grid-text-address {
    font-size: 1.3rem;
}

@media only screen and (max-width: 767.98px) {
    .modelhouse-grid-text-address {
        font-size:1.2rem;
    }
}








