@charset "UTF-8";
/* =====================
  Property Contents Inner
==================== */

.property-contents .contents-wrap {
    padding-top: 32px;
    padding-bottom: 80px;
    width: 1102px;
    margin-left: auto;
    margin-right: auto;
}

.property-contents .contents-wrap::before {
    content: "";
    display: block;
    height: 621px;
    width: 100%;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.property-contents .headstyle {
    background: #e5e9eb;
    color: #5b5b5b;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 3.5px 0;
}

.property-contents .headstyle + .body {
    padding: 24px 0 0;
}

/* =====================
  Property Contents Unit
==================== */

.property-contents .unit02 {
    margin-top: 75px;
}

.property-contents .unit03 {
    margin-top: 56px;
}

.property-contents .unit04 {
    margin-top: 157px;
}

.property-contents .unit04 .img {
    margin-top: 33px;
}

.property-contents .unit05 {
    margin-top: 146px;
}

.property-contents .unit06 {
    margin-top: 162px;
}

.property-contents .unit07 {
    margin-top: 160px;
}

/* =====================
  Property Float nav
==================== */

.property-nav {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 6;
    background: #606060;
}

.property-nav ul {
    color: #FFF;
    width: 1102px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.property-nav ul button {
    text-align: center;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    height: 45px;
    border: none;
}

.property-nav li.hide {
    display: none;
}

.property-nav li:nth-child(1) {
    width: 164px;
}

.property-nav li:nth-child(2) {
    width: 182px;
}

.property-nav li:nth-child(3) {
    width: 166px;
}

.property-nav li:nth-child(4) {
    width: 172px;
}

.property-nav li:nth-child(5) {
    width: 165px;
}

.property-nav li:nth-child(6) {
    width: 182px;
}

.property-nav li:nth-child(7) {
    width: 73px;
}

.property-nav li:first-child button {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.property-nav li:last-child button {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.property-nav li button.pre_floor {
    position: relative;
    left: -14px;
}

/* =====================
  Property Information
==================== */

.prop-information-contents {
    color: #5a5a5a;
    padding-top: 44px;
}

.prop-information-contents h2 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    padding-left: 15px;
    padding-bottom: 5px;
}

.prop-information-contents .unit01-item::-webkit-scrollbar {
    width: 5px;
}

.prop-information-contents .unit01-item::-webkit-scrollbar-track {
    background: #dbdbdb;
}

.prop-information-contents .unit01-item::-webkit-scrollbar-thumb {
    background: #a9a9a9;
    box-shadow: inset 0 0 0 2px transparent;
}

.prop-information-contents .unit01-item {
    max-height: 173px;
    -ms-overflow-y: scroll;
    padding-right: 10px;
    overflow-y: scroll;
}

.prop-information-contents ul {
    margin-top: 15px;
}

.prop-information-contents li:first-child {
    border-top: 2px dotted #6e6e6e;
}

.prop-information-contents li {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 2px dotted #6e6e6e;
    font-size: 14px;
}

.prop-information-contents .df {
    padding: 1em 0;
}

.prop-information-contents a.df:hover .title {
    text-decoration: underline;
}

.prop-information-contents .df .date {
    width: 132px;
    font-weight: bold;
}

.prop-information-contents .df .title {
    line-height: 1.6;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* =====================
  Special site button
==================== */

.specialsite-contents {
    text-align: center;
    margin-top: 49px;
}

.specialsite-contents a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/property/btn.png");
    width: 355px;
    height: 96px;
}

/* =====================
  Division table
==================== */

.division-table {
    margin-top: 52px;
}

.division-table + .division-table {
    margin-top: 30px;
}

.division-table .type {
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    min-width: 115px;
    font-weight: bold;
    padding: 2.5px 5px;
    text-align: center;
}

.division-table.type1 .type {
    color: #2355a4;
    border: 1px solid #2355a4;
}

.division-table.type2 .type {
    color: #419f6d;
    border: 1px solid #419f6d;
}

.division-table table {
    width: 100%;
    margin-top: 14px;
    table-layout: fixed;
    border: 1px solid #484848;
}

.division-table table thead tr:first-child th:first-child {
    width: 117px;
}

.division-table table thead th {
    background: #deeff1;
    font-weight: bold;
    color: #222;
}

.division-table table tbody th,
.division-table table tbody td {
    color: #222;
}

.division-table th,
.division-table td {
    padding: 0.55em;
    border-bottom: 2px dotted #5a5a5a;
    border-left: 1px solid #484848;
    text-align: center;
    font-size: 14px;
}

.division-table table thead tr th:first-child,
.division-table table thead tr td:first-child,
.division-table table tbody tr th:first-child,
.division-table table tbody tr td:first-child {
    border-left: none;
}

.division-table table tbody tr:last-child th,
.division-table table tbody tr:last-child td {
    border-bottom: none;
}

.division-table.type2 thead tr th:nth-child(3),
.division-table.type2 thead tr th:nth-child(4) {
    width: calc( 450px / 2);
}

.division-table.type2 thead tr th:nth-child(4),
.division-table.type2 tbody tr td:nth-child(4) {
    border-left: none;
}

.unit03 .attention {
    font-size: 13px;
    font-weight: normal;
    color: #3b3b3b;
    margin-top: 1.5em;
}

/* =====================
  Enviroment list
==================== */

.enviroment-access {
    margin-top: 2em;
}

.enviroment-list {
    margin-top: 64px;
}

.enviroment-list .text-list {
    width: 523px;
}

.enviroment-list .text-list .unit + .unit {
    margin-top: 26px;
}

.enviroment-list .text-list .unit h3 {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: bold;
}

.enviroment-list .text-list .unit h3::before {
    content: "■";
}

.enviroment-list .text-list .unit ul {
    font-size: 13px;
    margin-top: 0.15em;
    color: #5a5a5a;
}

.enviroment-list .text-list .unit ul li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACBAMAAACNhmBQAAAAD1BMVEUAAABaWlpaWlpaWlpaWlrYneGxAAAABHRSTlMA7ohmR2RNHgAAAA5JREFUCNdjEGZgcGIAAADpAFaNAFXbAAAAAElFTkSuQmCC") repeat-x 0 24%;
}

.enviroment-list .text-list .unit ul li + li {
    margin-top: 0.75em;
}

.enviroment-list .text-list .unit ul li span.title {
    margin-right: auto;
    padding-right: .2em;
    max-width: 300px;
}

.enviroment-list .text-list .unit ul li span.distance {
    padding-left: .2em;
    display: block;
    text-align: left;
    flex-shrink: 0;
}

.enviroment-list .text-list .unit ul li span.distance span {
    min-width: 4em;
    text-align: left;
    line-height: 1.3;
}

.enviroment-list .text-list .unit ul li span.time span {
    text-align: right;
}

.enviroment-list .text-list .unit ul li span.time {
    display: block;
}

.enviroment-list .text-list .unit ul li span.title,
.enviroment-list .text-list .unit ul li span.distance,
.enviroment-list .text-list .unit ul li span.time {
    background: #fff;
}

.enviroment-list .text-list .unit ul li span.time.empty {
    min-width: max-content;
}

.enviroment-list .text-list .unit ul li span.time.empty::before {
    content: "　";
}

.enviroment-list .img-list {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 42px;
}

.enviroment-list .img-list li {
    width: calc(50% - 3px);
}

.enviroment-list .img-list li:nth-child(n + 3) {
    margin-top: 17px;
}

.enviroment-list .img-list li .img {
    width: 100%;
    height: 183px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.enviroment-list .img-list .text {
    font-size: 13px;
    font-weight: bold;
    color: #353535;
    margin-top: 3px;
}

.enviroment-list .attention {
    font-size: 13px;
    font-weight: normal;
    color: #3b3b3b;
    margin-top: 1.5em;
}

.enviroment-googlemap {
    width: 100%;
    height: 600px;
}

.enviroment-map {
    margin-top: 62px;
    text-align: center;
}

.enviroment-map .anchor {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.enviroment-map .anchor a {
    width: 321px;
    display: inline-flex;
    height: 61px;
    color: #0074c1;
    font-weight: bold;
    margin: 0 7px;
    font-size: 18px;
    border: 1px solid #0074c1;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.enviroment-map .anchor a::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    left: 15px;
}

.enviroment-map .anchor a.to-map::before {
    background-image: url("../img/icon/map.png");
    width: 21px;
    height: 32px;
}

.enviroment-map .anchor a.to-nav::before {
    background-image: url("../img/icon/nav.png");
    width: 28px;
    height: 30px;
}

.enviroment-map .anchor a::after {
    content: "▶";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    right: 14px;
    font-size: 15px;
    color: #0074c1;
}

.enviroment-map + .editor-style {
    margin-top: 43px;
}

.access-map {
    text-align: center;
    margin-top: 42px;
}

/* =====================
  Gallery list
==================== */

.gallery-list {
    margin-top: 51px;
    background: #F7F3E4;
}

.gallery-list .text .ff-mincho {
    color: #77665B;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
}

.gallery-list .text p {
    margin-top: 0.5em;
    font-size: 13.2px;
    color: #221815;
}

.gallery-list .gallery-slide {
    margin-left: auto;
    margin-right: auto;
    width: 697px;
    margin-top: 12px;
    position: relative;
}

.gallery-list .gallery-slide .swiper-controller {
    position: absolute;
    background: #000;
    width: 100%;
    z-index: 5;
    top: 50%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery-list .gallery-slide .swiper-controller button {
    width: 23px;
    height: 23px;
    background: #6c6c6c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    pointer-events: auto;
    position: relative;
    -webkit-transition: opacity 250ms ease 0s;
    -moz-transition: opacity 250ms ease 0s;
    -ms-transition: opacity 250ms ease 0s;
    -o-transition: opacity 250ms ease 0s;
    transition: opacity 250ms ease 0s;
    position: absolute;
}

.gallery-list .gallery-slide .swiper-controller button:hover {
    opacity: 0.7;
}

.gallery-list .gallery-slide .swiper-controller button.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.gallery-list .gallery-slide .swiper-controller button::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
}

.gallery-list .gallery-slide .swiper-controller button.prev {
    left: 11px;
}

.gallery-list .gallery-slide .swiper-controller button.prev::before {
    left: 56%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery-list .gallery-slide .swiper-controller button.next {
    right: 11px;
}

.gallery-list .gallery-slide .swiper-controller button.next::before {
    left: 40%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.gallery-slide-thumb {
    margin-left: auto;
    margin-right: auto;
    width: 1004px;
}

.gallery-list .gallery-slide .swiper-slide-img {
    height: 462px;
    background-color: #3a3a3a;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.gallery-list .gallery-slide .swiper-slide-img:fullscreen,
.gallery-list .gallery-slide .swiper-slide-img:-webkit-full-screen,
.gallery-list .gallery-slide .swiper-slide-img:-moz-full-screen {
    height: 100%;
}

.gallery-list .gallery-slide-thumb {
    margin-top: 21px;
}

.gallery-list .gallery-slide-thumb .swiper-slide {
    width: 155px;
    height: 115px;
    cursor: pointer;
    background-color: #3a3a3a;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 250ms ease 0s;
    -moz-transition: opacity 250ms ease 0s;
    -ms-transition: opacity 250ms ease 0s;
    -o-transition: opacity 250ms ease 0s;
    transition: opacity 250ms ease 0s;
    opacity: 0.7;
}

.gallery-list .gallery-slide .swiper-slide-img iframe {
    max-height: 462px;
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.gallery-list .gallery-slide-thumb .swiper-slide:hover {
    opacity: 0.9;
}

.gallery-list .gallery-slide-thumb .swiper-slide.swiper-slide-thumb-active {
    opacity: 1 !important;
}

.gallery-list .gallery-slide-thumb .swiper-controller {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.gallery-list .gallery-slide-thumb .swiper-controller button {
    width: 23px;
    height: 23px;
    background: #6c6c6c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    pointer-events: auto;
    position: relative;
    -webkit-transition: opacity 250ms ease 0s;
    -moz-transition: opacity 250ms ease 0s;
    -ms-transition: opacity 250ms ease 0s;
    -o-transition: opacity 250ms ease 0s;
    transition: opacity 250ms ease 0s;
    top: -7px;
    position: absolute;
}

.gallery-list .gallery-slide-thumb .swiper-controller button:hover {
    opacity: 0.7;
}

.gallery-list .gallery-slide-thumb .swiper-controller button.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.4;
}

.gallery-list .gallery-slide-thumb .swiper-controller button::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
}

.gallery-list .gallery-slide-thumb .swiper-controller button.prev {
    left: -34px;
}

.gallery-list .gallery-slide-thumb .swiper-controller button.prev::before {
    left: 56%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery-list .gallery-slide-thumb .swiper-controller button.next {
    right: -34px;
}

.gallery-list .gallery-slide-thumb .swiper-controller button.next::before {
    left: 40%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.tab-wrap {
    margin-top: 2em;
    background-color: #fff;
}

.tab-wrap ul {
    display: flex;
    background: #fff;
}

.tab-wrap ul li::after {
    content: "▼";
}

.tab-btn {
    width: 50%;
    padding: 10px 0;
    text-align: center;
    list-style: none;
    cursor: pointer;
    font-weight: bold;
    color: #5B5B5B;
}

.tab-btn.show {
    background: #F7F3E4;
    color: #5B5B5B;
    border: 1px solid #F7F3E4;
}

.tab-wrap li.tab-btn.show::after {
    content: none;
}

.tab-contents {
    display: none;
    background-color: #F7F3E4
}

.tab-contents {
    display: none;
    background-color: #F7F3E4
}

.tab-contents.show {
    display: block;
    padding: 20px;
    margin-bottom: 1.5em;
}

.tab-contents.show .editor-style {
    margin-top: 50px;
}

.tab-contents iframe {
    margin: 0 auto;
    display: block;
    block-size: revert-layer;
}

/* =====================
  Outline table
==================== */

.outline-table + .outline-table {
    margin-top: 40px;
}

.outline-table h2 {
    font-size: 18px;
    color: #3c3c3c;
    font-weight: bold;
}

.outline-table h3 {
    font-size: 18px;
    color: #3c3c3c;
    margin: 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.outline-table h2::before {
    content: "■";
}

.outline-table h2 + table {
    margin-top: 10px;
}

.outline-table table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid #010004;
}

.outline-table table th,
.outline-table table td {
    color: #222222;
    padding: 1em 1.5em;
    font-size: 14px;
    border: 1px solid #4a4e4f;
}

.outline-table table th {
    background: #deeff1;
    text-align: center;
    width: 325px;
}

.outline-table:last-child {
    margin-top: 80px;
}

/* =====================
  Float button
==================== */

.property-contents .float-contact {
    position: fixed;
    right: 0;
    top: 192px;
    background-image: url("../img/property/contact.png");
    width: 144px;
    height: 174px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 20;
}

/* =====================
  State type
==================== */

.state-type {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.state-type.state-type1 {
    border: 1px solid #2355a4;
}

.state-type.state-type1::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "商";
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #2355a4;
}



.property-contents .bnr_f-sekisui {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 120px 0 0;
}

.property-contents .eco-label-list li {
    display: inline-block;
    width: 227px;
    margin-right: 8px;
    margin-bottom: 12px;
}

.property-contents .eco-label-list li img {
    width: 227px;
    height: auto;
}


.property-banner-list {
    margin-bottom: 4em;
}

.property-banner-list .property-banner-item {
    margin-bottom: 2.5em;
}


.swiper-modal-opener {
    position: absolute;
}

#point .editor-image {
    margin-bottom: 0.2em;
}

.editor-image {
    margin-bottom: 2em;
}

.exhibition {
    margin-top: 5em;
}

.exhibition .exhibition-l-r {
    display: flex;
    flex-wrap: wrap;
}

.exhibition .img-area {
    width: 300px;
    height: auto;
    margin-right: 30px;
}

.exhibition .img-area img {
    width: 100%;
}

.exhibition h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 1em;
    font-weight: bold;
    border-bottom: 1px solid #000;
    position: relative;
}

.exhibition h3 span {
    font-size: 16px;
    display: block;
    color: #7ebdeb;
}

.exhibition h3:before {
    position: absolute;
    content: '';
    width: 5%;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #7ebdeb;
}

.exhibition .text-area{
    width: 700px;
    font-size: 14px;
}

.exhibition .exhibition-name {
    font-size: 22px;
    font-weight: bold;
    color: #0d69aa;
    margin-bottom: 0.5em;
}

.exhibition dl {
    display: flex;
    flex-wrap: wrap;
}

.exhibition dl dt {
    width: 100px;
    margin-top: 0.5em;
}

.exhibition dl dd{
    width: 600px;
    margin-top: 0.4em;
}

.exhibition .btn a {
    display: block;
    margin-top: 1em;
    padding: 5px 15px;
    border: 1px solid #0074c1;
    color: #0074c1;
    width: 230px;
    text-align: center;
}

.exhibition .btn a:hover {
    border: 1px solid #0074c1;
    background-color: #0074c1;
    color: #fff;
}

.price-revised {
    color: red;
}
