@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  common.css
// style info :  スタイル指定
=================================================================== */

/* ===================================================================
  共通
=================================================================== */
h1 {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-family: YakuHanMP, 'Noto Serif JP', "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
    color: #000;
    padding-top: 5px;
}

@media only screen and (max-width: 991px) {
    h1 {
        padding-top: 0;
    }
}

.pos-relative {
    position: relative;
}

p small {
    font-size: 11px;
}

.bellefair {
    font-family: 'Bellefair', serif !important;
}

/* 余白 */
@media only screen and (max-width: 991px) {
    .mt60-SP {
        margin-top: 60px !important;
    }

    .mb60-SP {
        margin-bottom: 60px !important;
    }

    .mt30-SP {
        margin-top: 30px !important;
    }
}

/* 背景色指定 */


/* -----------------------------------------------------
	wrapper
----------------------------------------------------- */
.wrapper {
    overflow: hidden;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .wrapper {
        padding-top: 0;
    }
}

.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
    color: #333;
    font-family: YakuHanMP, 'Noto Serif JP', "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
    letter-spacing: .1em;
}

.wrapper p,
.wrapper table th,
.wrapper table td,
.wrapper dl dt,
.wrapper dl dd,
.wrapper ul li {
    color: #333;
    font-family: YakuHanMP, 'Noto Serif JP', "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
    letter-spacing: .1em;
    font-size: 14px;
}

.wrapper a {
    font-family: YakuHanMP, 'Noto Serif JP', "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
    color: #333;
    text-decoration: none;
    letter-spacing: .1em;
}

.wrapper figure img {
    width: 100%;
    height: auto;
}

/* -----------------------------------------------------
	画像
----------------------------------------------------- */
figure {
    position: relative;
}

img {
    vertical-align: bottom;
}

/* キャプション */
.picsCaps {
    font-family: YakuHanMP, 'Noto Serif JP', "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    line-height: 1.2 !important;
    padding: 5px;
    margin: 1px;
    color: #fff !important;
    text-align: right;
    letter-spacing: 0.02em;
}

.picsCaps.Lside {
    right: auto;
    left: 5px;
}

.picsCaps.black {
    color: #111 !important;
}

.picsCaps.withBG {
    background: rgba(0, 0, 0, 0.8);
    color: #fff !important;
}

.picsCaps.whiteBG {
    background: rgba(255, 255, 255, 0.6);
    color: #000 !important;
}

.picsCaps.noBG {
    position: static;
    margin-top: 10px;
    background: none;
    color: #333 !important;
}

/* -----------------------------------------------------
	家具配置図バナー
----------------------------------------------------- */
.fbox {
    text-align: center;
    margin-bottom: 150px;
}

.fbox img {
    max-width: 1000px;
}

/* -----------------------------------------------------
	間取り注釈キャプション
----------------------------------------------------- */

/* -----------------------------------------------------
	ページ下部注釈
----------------------------------------------------- */
.pageCaption {
    padding-bottom: 50px;
}

.pageCaption ul li {
    font-size: 10px;
}

.pageCaption ul li+li {
    margin-top: 5px;
}

/* -----------------------------------------------------
	資料請求・来場予約ボタン
----------------------------------------------------- */

/* ===================================================================
  ヘッダー
=================================================================== */
@media only screen and (max-width: 767px) {
    body> :not(#topPage, #outlinePage) {
        padding-top: 120px;
    }
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 980;
    background: rgba(255, 255, 255, 0);
    transition: .2s;
}

header.active {
    background: rgba(255, 255, 255, 1);
}

.headerWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

#navToggle {
    display: none;
}

/* logo */
.logo {
    width: 100%;
    margin-top: 25px;
    font-size: 1.6vw;
}

.logoWrap {
    margin-left: 15px;
}

.pagecopy {
    padding-top: 5px;
}

.logoWrap a {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    .logo {
        margin-top: 15px;
        font-size: 3.4vw;
    }
}

/* 空室情報・お問い合わせ */
.fixBtnLink {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    width: 100%;
    max-width: 500px;
}

.fixBtnLink li {
    width: 100%;
    max-width: 200px;
    height: 50px;
}

.fixBtnLink li.vacant {
    background: #006655;
    border-right: 1px solid #fff;
}

.fixBtnLink li.p_pdf {
    background: #4D4D4D;
}

.fixBtnLink li.contact {
    /*background: #262626;*/
    background: #5f5213;
    border-right: 1px solid #fff;
}

.fixBtnLink li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #fff;
}

/* Gnav */
#menuListWrap {
    position: fixed;
    top: 70px;
    right: 15px;
    margin: auto;
    z-index: 10000;
}

.menuList {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    padding-left: 360px;
    gap: 20px;
}

.menuList li a {
    display: block;
    position: relative;
    /* font-family: 'Bellefair', serif; */
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-shadow: #fff 0 0 5px;
    line-height: 1;
    padding-bottom: 10px;
    transition: .3s all;
}

.menuList li span {
    display: block;
    position: relative;
    padding: 15px;
}

.menuList li a:hover {
    color: #006655 !important;
}

.menuList li a.is-current::after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background: #006655;
}

.menuList li.vacant,
.menuList li.p_pdf,
.menuList li.contact,
.menuList li.menu,
.menuList li.search,
.menuList li.vacant01,
.menuList li.vacant02,
.menuList li.vacant03 {
    display: none;
}

.menuListSub {
    display: none;
}

.telNum a {
    color: #fff;
}


@media screen and (max-width: 1350px) {
    .logoWrap {
        margin-left: 15px;
    }

    .menuList {
        gap: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    header {
        height: 100px;
    }

    .headerWrap {
        padding: 0 15px;
        justify-content: flex-start;
    }

    .logoWrap {
        margin-left: 0;
    }

    .fixBtnLink {
        max-width: 260px;
        margin-left: auto;
    }

    /* ハンバーガーメニュー */
    #navToggle {
        display: block;
        position: relative;
        top: 5px;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

    #navToggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: solid 3px #000;
        transition: .4s ease-in-out;
        left: 10px;
    }

    #navToggle span:nth-child(1) {
        top: 7px;
    }

    #navToggle span:nth-child(2) {
        top: 16px;
    }

    #navToggle span:nth-child(3) {
        top: 25px;
    }

    #navToggle span:nth-child(4) {
        top: 38px;
        border: none;
        font-size: 11px;
        font-family: 'Bellefair', serif;
        color: #000;
    }

    .navOpen #navToggle span:nth-child(1) {
        top: 18px;
        left: 9px;
        transform: rotate(-45deg);
    }

    .navOpen #navToggle span:nth-child(2),
    .navOpen #navToggle span:nth-child(3) {
        top: 18px;
        transform: rotate(45deg);
    }

    /* Gnav */
    #menuListWrap {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity .6s ease, visibility .6s ease;
        z-index: 990;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: rgba(255, 255, 255, .95)
    }

    .navOpen #menuListWrap {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .menuList {
        flex-flow: column wrap;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .menuList li {
        width: 100%;
        border-bottom: #eee 1px solid;
    }

    .menuList li a {
        padding: 15px 0;
    }

    .menuList li a.is-current {
        background: rgba(0, 0, 0, .05);
    }

    .menuList li a.is-current::after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    #menuListWrap {
        top: 0;
        right: unset;
    }

    .logoWrap {
        margin: 0 auto;
    }


    .fixBtnLink {
        display: none;
    }

    #navToggle {
        position: fixed;
        top: unset;
        bottom: 5px;
        right: 5px;
        margin-left: auto;
        z-index: 9999;
    }

    #navToggle span {
        border-bottom: solid 3px #666;
    }

    #navToggle span:nth-child(4) {
        color: #666;
    }

    .menuList li.vacant,
    .menuList li.p_pdf,
    .menuList li.contact,
    .menuList li.menu,
    .menuList li.search,
    .menuList li.vacant01,
    .menuList li.vacant02,
    .menuList li.vacant03 {
        display: block;
    }

    .menuListSub {
        display: flex;
        flex-direction: row;
    }

    .menuListSub li {
        width: 100%;
        text-align: center;
    }

    .menuListSub li a {
        display: block;
        padding: 15px 0;
    }

    .menuList li.vacant a {
        background: #006655;
        color: #fff;
    }

    .menuList li.p_pdf a,
    .menuListSub li.p_pdf a {
        background: #4D4D4D;
        color: #fff;
    }

    .menuList li.contact a,
    .menuListSub li.contact a {
        /*background: #262626;*/
        background: #5f5213;
        color: #fff;
    }

    .menuList li.menu span {
        background: #000;
        color: #fff;
    }

    .menuList li.search span {
        background: #006655;
        color: #fff;
    }
}

/* ===================================================================
  kv / scroll
=================================================================== */
.kv {
    position: relative;
}

.kvWrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.scoll_wrap {
    position: absolute;
    bottom: 50px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 80px;
}

.scoll_wrap p {
    color: #ccc;
    font-size: 16px;
    text-align: center;
}

.scroll_arrow {
    display: block;
    position: absolute;
    overflow: hidden;
    height: 50px;
    width: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.scroll_arrow::before {
    content: " ";
    display: block;
    position: absolute;
    height: 50px;
    width: 1px;
    background: #ccc;
    animation: arrowLine 2.5s cubic-bezier(.55, .1, .2, 1) 0s infinite;
}

@keyframes arrowLine {
    0% {
        top: -50px;
    }

    50% {
        top: 0;
    }

    100% {
        top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1520px) {
    .scoll_wrap {
        bottom: -20px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .kvWrap {
        padding-bottom: 70px;
    }

    .scoll_wrap {
        bottom: 0px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        height: 50px;
    }

    .scoll_wrap p {
        color: #006655;
        font-size: 12px;
    }

    .scroll_arrow {
        height: 30px;
    }

    .scroll_arrow::before {
        height: 30px;
        background: #006655;
    }
}

/* -----------------------------------------------------
	link area
----------------------------------------------------- */
.linkBnrWrap {
    margin-top: 100px;
    margin-bottom: 100px;
}

.linkBnrWrap .is-current {
    display: none;
}

.linkBnrInner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
    gap: 30px;
}

.linkBnrInner li {
    width: calc((100% / 3) - 20px);
}

.linkBnr {
    display: block;
    width: auto;
    position: relative;
    /* padding-top: 100%; */
    padding-top: 180px;
    transition: .3s all;
}

.linkBnr::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background: rgba(0, 20, 45, .8);
    transition: .3s all;
}

.linkBnr:hover::before {
    opacity: 0;
}

.linkBnr>div {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.linkBnr h3 {
    color: #fff;
    font-weight: normal;
    font-size: 32px;
    line-height: 0.9;
    position: relative;
    display: inline-block;
}

.linkBnr h3+p {
    color: #fff;
    position: absolute;
    display: inline-block;
    top: 35px;
    left: 0;
    line-height: 0.9;
}

.linkBnr p.more {
    color: #fff;
    border: #fff 1px solid;
    text-align: center;
    padding: 20px 10px;
    margin-top: 60px;
    transition: 0.3s all;
}

.linkBnr h3::after,
.linkBnr h3+p::after {
    content: " ";
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    width: 0;
    height: calc(100% + 10px);
    background: #006655;
    transition: 0.3s all;
    z-index: -1;
}

.linkBnr:hover h3::after,
.linkBnr:hover h3+p::after {
    width: 100%;
}

.linkBnr:hover p.more {
    color: #262626;
    background: #fff;
}

.linkAccess {
    background: url("../../../img/pages/common/private.jpg") bottom;
    background-size: cover;
}

.linkPlan {
    background: url("../../../img/pages/common/private.jpg") bottom;
    background-size: cover;
}

.linkPublic {
    background: url("../../../img/pages/common/private.jpg");
    background-size: cover;
}

.linkDesign {
    background: url("../../../img/pages/common/private.jpg");
    background-size: cover;
}

.linkPrivate {
    background: url("../../../img/pages/common/private.jpg");
    background-size: cover;
}

.linkLocation {
    background: url("../../../img/pages/common/private.jpg") bottom;
    background-size: cover;
}

.linkPrivate h3+p {
    top: 65px;
}

.linkConcept {
    background: url("../../../img/pages/common/private.jpg");
    background-size: cover;
}

.linkCollaboration {
    background: url("../../../img/pages/common/private.jpg");
    background-size: cover;
}

.linkGallery {
    background: url("../../../img/pages/common/private.jpg");
    background-size: cover;
}


@media screen and (max-width: 991px) {
    .linkBnrWrap {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .linkBnrInner li {
        width: calc((100% / 2) - 15px);
    }
}

@media screen and (max-width: 767px) {
    .linkBnrInner {
        gap: 20px;
    }

    .linkBnrInner li {
        width: calc((100% / 2) - 10px);
    }

    .linkBnr {
        padding-top: 100px;
    }

    .linkBnr h3 {
        font-size: 3.5vw;
    }

    .linkBnr h3+p {
        position: unset;
    }

    .linkBnr p.more {
        top: 5%;
    }
}

/* ===================================================================
  コンタクト
=================================================================== */
.contactWrap .row {
    position: relative;
}

.contactWrap .leftBox {
    position: relative;
    padding: 80px 15px;
}

.contactWrap .leftBox h3 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.contactWrap .leftBox p.num {
    color: #fff;
    font-size: 36px;
    margin: 0.4em 0 0.3em;
}

.contactWrap .leftBox p.info {
    color: #fff;
    font-size: 12px;
    line-height: 2;
}

.contactWrap .leftBox::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2000px;
    background: #262626;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .contactWrap .leftBox::before {
        right: -500px;
        left: -500px;
    }
}

.contactWrap .rightBox {
    padding: 20px 80px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.rightBox .vacant,
.rightBox .contact h3 {
    display: block;
}

.rightBox .contact,
.rightBox .contact h3 {
    display: none;
}

.rightBox .vacant,
.rightBox .contact {
    width: calc(50% - 15px);
}

.rightBox .mitsui {
    width: 100%;
    display: none;
}

.contactWrap .rightBox h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}

.contactWrap .rightBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    height: 60px;
    padding: 10px;
}

.rightBox .vacant a {
    background: #5f5213;
    margin-bottom: 45px;
}

.rightBox .p_pdf a {
    background: #4D4D4D;
    margin-bottom: 45px;
}

.rightBox .contact a {
    /* background: #262626; */
    background: #5f5213;
    margin-bottom: 45px;
}

.rightBox .mitsui a {
    background: #ee8552;
}

.footerBox {
    display: none;
}

@media only screen and (max-width: 991px) {
    .contactWrap .rightBox {
        padding: 80px 15px;
    }

    .rightBox .vacant a,
    .rightBox .p_pdf a,
    .rightBox .contact a {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {

    .contactWrap .leftBox,
    .contactWrap .rightBox {
        padding: 50px 15px;
    }

    .contactWrap .rightBox {
        display: none;
    }

    .rightBox .vacant,
    .rightBox .p_pdf,
    .rightBox .contact {
        width: 100%;
    }

    .footerBox {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 2000;
    }

    .footerBox ul {
        display: flex;
        flex-direction: row;
        width: calc(100% - 60px);
    }

    .footerBox ul li {
        /* width: calc(100% / 3);
        width: calc(100% / 2); */
        width: calc(100% / 1);
        text-align: center;
    }

    .footerBox ul li.vacant {
        display: none;
    }

    .footerBox ul li a {
        display: block;
        padding: 20px 0;
        color: #fff;
    }

    .footerBox ul li.vacant a {
        background: #006655;
    }

    .footerBox ul li.contact a {
        /* background: #262626; */
        background: #5f5213;
    }

    .footerBox ul li.mitsui a {
        background: #8E7D76;
    }
}

.contactWrap #topBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    background: #6288bb;
    border: #dae3ef 7px solid;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: -36px;
    color: #fff !important;
    font-size: 13px;
}

.contactWrap #topBtn span::before {
    content: "▲";
    color: #fff;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
}

@media only screen and (max-width: 767px) {
    .contactWrap #topBtn {
        position: fixed;
        right: -72px;
        bottom: 100px;
        transition: all 0.5s;
        z-index: 980;
    }

    .contactWrap #topBtn.anime {
        right: 5px;
    }
}

/* ===================================================================
  フッター
=================================================================== */
footer {
    padding: 30px 0;
}

footer p {
    font-size: 10px !important;
}

.logoRF {
    margin: 10px 0;
}

.logoRF img {
    max-width: 172px;
}

.info {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

@media only screen and (max-width: 991px) {
    footer {
        padding: 0 0 30px 0;
    }

    .info {
        flex-flow: column wrap;
    }

    .info .address {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {

    /* トップへ戻るボタン調整 */
    footer {
        padding: 0 0 82px 0;
    }
}
.privacyBox{text-align: center;}
ul.privacy{text-align: center; margin-bottom: 25px;}
ul.privacy li{font-size: 12px; padding:0 10px; margin: 5px 0;}
ul.privacy a{color: #000;}
.topTxt h3{margin-bottom: 50px;text-align: center;border: none;font-size: 24px;font-weight: normal;}
.topTxt h4{font-size: 18px; font-weight: normal;}
.topTxt h4 span{font-size: 24px; }


@media only screen and (min-width: 991px) {
ul.privacy{display: flex;flex-wrap: wrap;}
ul.privacy li{ border-right:1px solid #000;}
ul.privacy li:last-child{
    border-right:none;
}
}

/* ===================================================================
  PC・スマホ・タブレット出し分け
=================================================================== */
/* -----------------------------------------------------
    タブレット以下で出し分ける場合
----------------------------------------------------- */
.mobile-only {
    display: none;
}

@media only screen and (max-width: 991px) {
    .pc-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    img.mobile-only {
        display: inline-block;
    }
}

/* -----------------------------------------------------
    スマホ以下で出し分ける場合
----------------------------------------------------- */
.sp-only {
    display: none;
}

@media only screen and (max-width: 767px) {
    .pctb-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    img.sp-only {
        display: inline-block;
    }
}

/* iphone5 */
.xs-sp-only {
    display: none;
}

@media only screen and (max-width: 320px) {
    .xs-sp-only {
        display: block;
    }

    img.xs-sp-only {
        display: inline-block;
    }
}

/* -----------------------------------------------------
	リニューアル
----------------------------------------------------- */
.sectionWrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.pageLink {
    display: flex;
    flex-direction: row;
    gap: 20px;

}

.pageLink li {
    width: calc(1200px / 3);
    height: 300px;
    overflow: hidden;
}

.privacyBox {
    margin-bottom: 30px;
    padding: 0 15px;
}

@media only screen and (max-width: 767px) {
    .privacyBox {
        padding: 0;
        border-top: 1px solid #999;
    }

    .privacyBox li {
        border-bottom: 1px solid #999;
    }

    .privacyBox li a {
        display: block;
        padding: 20px;
    }
}

.recommend,
.news {
    margin: 100px 0;
}

.recommend h2 {
    font-size: 16px;
    color: #006655;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 8px;
    border-bottom: #999 1px solid;
}

.recommend img {
    width: 100%;
}

.recommend ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 30px 30px;
    margin-top: 30px;
}

.recommend ul li {
    width: calc(50% - 30px / 2);
}

@media only screen and (max-width: 480px) {

    .recommend,
    .news {
        margin: 50px 0;
    }

    .recommend ul {
        flex-direction: column;
    }

    .recommend ul li {
        width: 100%;
    }
}

/* -----------------------------------------------------
	仮対応
----------------------------------------------------- */
.linkBnrWrap .container {
    display: none;
}

.menuList .privatePage,
.menuList .designPage,
.menuList .galleryPage {
    display: none;
}