@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

@charset "UTF-8";
/*==========================

プロジェクト

==========================*/


/*  archiveページ
-------------------------------------*/
.project {
    
}
.project .wrapper .oneColumn .readArea {
    margin-bottom: 75px;    
}

.project .projectMain {
    padding: 0 70px;
}

.project .projectMain .read {
    background-color: #F7F7F7;
    padding: 55px 60px;
    margin-bottom: 66px;
}
.project .projectMain .read p {
    margin-bottom: 30px;
}
.project .projectMain .read p:last-child {
    margin-bottom: 0;
}

/*.articleArea*/
.project .projectMain .articleArea {

}
.project .projectMain .articleArea > section {
    margin-bottom: 30px;
}
.project .projectMain .articleArea > section:last-child {
    margin-bottom: 0;
}
.project .projectMain .articleArea section a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    height: 250px;
}
.project .projectMain .articleArea section a:hover {
    opacity: 0.7;
}
.project .projectMain .articleArea section a figure {
    width: calc(100% * 400 / 980);
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.project .projectMain .articleArea section a figure img {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    height: 100%;
    width: auto;
    max-width: none;
}

.project .projectMain .articleArea section a:hover figure img {
    opacity: 1;
    transform: scale(1.1);
}

.project .projectMain .articleArea section a .txtArea {
    background-color: #F7F7F7;
    width: calc(100% * 580 / 900);
    padding: 20px 34px 31px 46px;
}
.project .projectMain .articleArea section a .txtArea .sub {
    font-weight: bold;
    font-size: 16px;
    font-family: 'Open Sans',-apple-system,BlinkMacSystemFont,'Helvetica Neue',sans-serif;
    letter-spacing: 0;
    font-style: italic;
    line-height: 1;
    text-align: right;
    margin-bottom: 25px;
}
.project .projectMain .articleArea section a .txtArea .sub .num {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin-left: 5px;
}
.project .projectMain .articleArea section a .txtArea .ttl {
    font-size: 28px;
    margin-bottom: 10px;
    height: 125px;
    position: relative;
    max-height: calc(28 * 1.45 * 3 * 1px);
    word-break: break-all;
    overflow: hidden;
}
.project .projectMain .articleArea section a .txtArea .ttl::before {
    content: '...';
    top: calc(28 * 1.45 * (3 - 1) * 1px);
    width: 1em;
    position: absolute;
    background: #F7F7F7;
    right: 2px;
    font-size: 0.9em;
    line-height: 1.7;
}
.project .projectMain .articleArea section a .txtArea .ttl::after {
    position: absolute;
    background: #F7F7F7;
    content: '';
    width: 100%;
    height: 100%;
}


.project .projectMain .articleArea section a .txtArea .name {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: right;
}



/*  singleページ
-------------------------------------*/

/*タイトル周り*/
.single-project .wrapper .oneColumn .readArea .pageTtl span {
    margin-left: 16px;
}
.single-project .wrapper .oneColumn .ttlArea {
    padding: 18px 25px 25px 50px;
}
.single-project .wrapper .oneColumn .ttlArea > h3 {
    margin-bottom: 20px;
}
.single-project .wrapper .oneColumn .ttlArea .sub {
    font-weight: bold;
    font-size: 16px;
    font-family: 'Open Sans',-apple-system,BlinkMacSystemFont,'Helvetica Neue',sans-serif;
    letter-spacing: 0;
    font-style: italic;
    line-height: 1;
    text-align: right;
    margin-bottom: 25px;
}
.single-project .wrapper .oneColumn .ttlArea .sub .num {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin-left: 5px;
}
.single .wrapper .oneColumn .ttlArea .name {
    font-size: 14px;
    letter-spacing: 0.05em;
    float: right;
}


/*記事エリア*/
.single-project .wrapper .module figure.mainImg {
    margin: 0;
}
.single-project .wrapper .module .midashiB {
    margin-bottom: -4px;
}
.single-project .wrapper .module p {
    margin: 21px 0;
}
.single-project .wrapper .module > section {
    margin-bottom: 108px;
}
.single-project .wrapper .module section p:last-of-type {
    margin-bottom: 35px;
}
.single-project .wrapper .module .lead {
    margin-bottom: 55px;
}
.single-project .wrapper .module .lead > p:last-child,
.single-project .wrapper .module section > p:last-child {
    margin-bottom: 0;
}
.single-project .wrapper .module section figure {
    margin: 0;
    margin-top: 34px;
}
.single-project .wrapper .module section figure:first-of-type {
    margin-top: 0;
}
.single-project .wrapper .module section figure figcaption {
    font-size: 14px;
}

/*さがす*/
.single-project .wrapper .module .sagasu > figure {
    text-align: center;
}
.single-project .wrapper .module .sagasu > figure img {
    max-height: 500px;
    max-width: 500px;
}
/*みたてる*/
.single-project .wrapper .module .mitateru > figure {
    text-align: center;
}
.single-project .wrapper .module .mitateru > figure img {
    max-height: 500px;
    max-width: 500px;
}

/*つくる*/
.single-project .wrapper .module .tsukuru > figure:last-of-type {
    margin-bottom: 70px;
}

/*ギャラリー*/
.single-project .wrapper .module .gallery {
    width: calc(100% + 10px) !important;
}
.single-project .wrapper .module .gallery .ttl {
    font-family: 'Open Sans',-apple-system,BlinkMacSystemFont,'Helvetica Neue',sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
.single-project .wrapper .module .gallery .glidBoxIn {
    width: 100% !important;
}
.single-project .wrapper .module .gallery .glidBoxIn .glidBox {
    width: 246px;
    width: calc(100% / 3 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
}


.mfp-wrap {
    z-index: 9004 !important;
}
.mfp-bg {
    z-index: 9003 !important;
}


/**/
.single .wrapper .articleArea .module > *:last-child {
    margin-bottom: 60px;
}



/*物件データ*/
.single-project .wrapper .outline {
    margin-bottom: 90px;
}
.single-project .wrapper .outline .ttl {
    font-size: 20px;
    font-family: 'Open Sans',-apple-system,BlinkMacSystemFont,'Helvetica Neue',sans-serif;
    letter-spacing: 0;
    border-bottom: 1px solid #222;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.single-project .wrapper .outline .ttl span {
    font-size: 12px;
    font-weight: bold;
    left: 0.1em;
    display: block;
}
.single-project .wrapper .outline table {

}
.single-project .wrapper .outline table tbody {
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: left;
}
.single-project .wrapper .outline table tbody tr {

}
.single-project .wrapper .outline table tbody tr:last-child th {
    padding-bottom: 0;
}
.single-project .wrapper .outline table tbody tr th {
    font-weight: bold;
    padding-right: 60px;
    max-width: 236px;
}
.single-project .wrapper .outline table tbody tr td {
    padding-bottom: 18px;
}


/*ニュースメール登録エリア*/
.single .twoColumn .articleArea .entryArea {
    margin-bottom: 40px;
}

/*「PROJECT」一覧に戻るボタン*/
.twoColumn .articleArea > .linkArrow {
    display: block;
    text-align: center;
}



/*==========================

SP

==========================*/
@media (max-width: 767px ) {

    /*  archiveページ
    -------------------------------------*/
    .project {

    }
    .project .wrapper .oneColumn .readArea {
        margin-bottom: 45px;
    }

    .project .projectMain {
        padding: 0 35px;
    }

    .project .projectMain .read {
        padding: 25px 30px;
        margin-bottom: 36px;
    }
    .project .projectMain .read p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .project .projectMain .read p:last-child {
    }

    /*.articleArea*/
    .project .projectMain .articleArea {
    }
    .project .projectMain .articleArea > section {
    }
    .project .projectMain .articleArea > section:last-child {
    }
    .project .projectMain .articleArea section a {
        height: 182px;
    }
    .project .projectMain .articleArea section a:hover {
    }
    .project .projectMain .articleArea section a figure {
    }
    .project .projectMain .articleArea section a figure img {
    }
    .project .projectMain .articleArea section a:hover figure img {
    }
    .project .projectMain .articleArea section a .txtArea {
        padding: 13px 20px 13px 20px;
    }
    .project .projectMain .articleArea section a .txtArea .sub {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .project .projectMain .articleArea section a .txtArea .sub .num {
        font-size: 26px;
    }
    .project .projectMain .articleArea section a .txtArea .ttl {
        font-size: 20px;
        max-height: calc(20 * 1.45 * 3 * 1px);
    }
    .project .projectMain .articleArea section a .txtArea .ttl::before {
        top: calc(20 * 1.45 * (3 - 1) * 1px);
        right: 8px;
        font-size: 1em;
        line-height: 1.6;
    }
    .project .projectMain .articleArea section a .txtArea .ttl::after {
    }
    .project .projectMain .articleArea section a .txtArea .name {
    }
    
    
    /*  singleページ
    -------------------------------------*/

    /*タイトル周り*/
    .single .wrapper .oneColumn .ttlArea {
        padding: 15px 19px 16px;
    }
    .single .wrapper .oneColumn .ttlArea .sub {
        font-size: 14px;
    }
    .single .wrapper .oneColumn .ttlArea .sub .num {
        font-size: 26px;
    }
    .single .wrapper .oneColumn .ttlArea > h3 {
        margin-bottom: 32px;
    }
    
    
    /*記事エリア*/
    .single-project .wrapper .module figure.mainImg {
    }
    .single-project .wrapper .module .midashiB {
        font-size: 20px;
    }
    .single-project .wrapper .module p {
    }
    .single-project .wrapper .module > section {
        margin-bottom: 48px;
    }
    .single-project .wrapper .module section p:last-of-type {
    }
    .single-project .wrapper .module .lead {
    }
    .single-project .wrapper .module .lead > p:last-child,
    .single-project .wrapper .module section > p:last-child {
    }
    .single-project .wrapper .module section figure {
        margin-top: 27px;
    }
    .single-project .wrapper .module section figure:first-of-type {
    }
    .single-project .wrapper .module section figure figcaption {
        font-size: 12px;
    }
    /*つくる*/
    .single-project .wrapper .module .tsukuru > figure:last-of-type {
        margin-bottom: 43px;
    }
    /*ギャラリー*/
    .single-project .wrapper .module .gallery .ttl {
    }
    
    
    /*物件データ*/
    .single-project .wrapper .outline {
        margin-bottom: 40px;
    }
    .single-project .wrapper .outline .ttl {
        padding-bottom: 16px;
        margin-bottom: 22px;
    }
    .single-project .wrapper .outline .ttl span {
    }
    .single-project .wrapper .outline table {

    }
    .single-project .wrapper .outline table tbody {
    }
    .single-project .wrapper .outline table tbody tr {
    }
    .single-project .wrapper .outline table tbody tr:last-child th {
    }
    .single-project .wrapper .outline table tbody tr th {
    }
    .single-project .wrapper .outline table tbody tr td {
    }
    
    
}

@media screen and (max-width: 650px) {
    .project .projectMain {
        padding: 0;
    }
}


@media screen and (max-width: 500px) {

    

    .project .projectMain .read {
        padding: 15px 15px;
    }
    
    /*.articleArea*/
    .project .projectMain .articleArea {
    }
    .project .projectMain .articleArea > section {
    }
    .project .projectMain .articleArea > section:last-child {
    }
    .project .projectMain .articleArea section a {
        display: block;
        height: auto;
    }
    .project .projectMain .articleArea section a:hover {
    }
    .project .projectMain .articleArea section a figure {
        height: 210px;
        width: 100%;
        height: 50vw;
    }
    .project .projectMain .articleArea section a figure img {
        width: 100%;
        height: auto;
    }
    .project .projectMain .articleArea section a:hover figure img {
    }
    .project .projectMain .articleArea section a .txtArea {
        width: 100%;
    }
    .project .projectMain .articleArea section a .txtArea .sub {
    }
    .project .projectMain .articleArea section a .txtArea .sub .num {
    }
    .project .projectMain .articleArea section a .txtArea .ttl {
        max-height: none;
        height: auto;
    }
    .project .projectMain .articleArea section a .txtArea .ttl::before {
        display: none;
    }
    .project .projectMain .articleArea section a .txtArea .ttl::after {
        display: none;
    }
    .project .projectMain .articleArea section a .txtArea .name {
    }
    
    
    
    
    /*  singleページ
    -------------------------------------*/
    
    /*さがす*/
    .single-project .wrapper .module .sagasu > figure img {
        max-height: none;
        max-width: none;
        width: 80%;
        height: auto;
    }
    /*みたてる*/
    .single-project .wrapper .module .mitateru > figure img {
        max-height: none;
        max-width: none;
        width: 80%;
        height: auto;
    }
    
    
    /*ギャラリー*/
    .single-project .wrapper .module .gallery {
        width: calc(100% + 5px) !important;
    }
    .single-project .wrapper .module .gallery .ttl {
    }
    .single-project .wrapper .module .gallery .glidBoxIn {
    }
    .single-project .wrapper .module .gallery .glidBoxIn .glidBox {
        width: calc(100% / 3 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
    }
    
    

    /*物件データ*/
    .single-project .wrapper .outline {
    }
    .single-project .wrapper .outline .ttl {
    }
    .single-project .wrapper .outline .ttl span {
    }
    .single-project .wrapper .outline table {

    }
    .single-project .wrapper .outline table tbody {
    }
    .single-project .wrapper .outline table tbody tr {
        margin-bottom: 18px;
        display: block;
    }
    .single-project .wrapper .outline table tbody tr:last-child {
        margin-bottom: 0;
    }
    .single-project .wrapper .outline table tbody tr th {
        font-size: 14px;
        display: block;
        max-width: none;
        padding: 0;
        margin-bottom: 5px;
    }
    .single-project .wrapper .outline table tbody tr td {
        font-size: 12px;
        display: block;
        padding: 0;
    }
    
    
}

/* 2022.10.3 ADD */
.module .ptag {
    text-align: justify;
    text-justify: inter-ideograph;
}
.single-project .wrapper .module .ptag{
    margin: 21px 0 28px;
}
.single-project .wrapper .module section .ptag:last-of-type {
    margin-bottom: 35px;
}
.single-project .wrapper .module .lead > .ptag:last-child, .single-project .wrapper .module section > .ptag :last-child {
    margin-bottom: 0;
}

/* iFrame */
.single-project .wrapper .module .ptag .movie{
    margin: 0 auto ;
}
.single-project .wrapper .module .ptag iframe{
    height: 426px;
    width: 100%;
}

/* italic */
.single-project .wrapper .module .ptag em ,.single-project .wrapper .module .ptag em span{
    font-style: italic;
}

/* blockquote */
.single-project .wrapper .module .ptag blockquote{
    background-color: #F7F7F7;
    padding: 32px 34px;
}


@media (max-width: 767px ) {
    .single-project .wrapper .module .ptag{
        font-size: 14px;
    }
    .single-project .wrapper .module .ptag .movie{
        padding-top: 56.25%;
        position: relative;
        width: 100%;
    }
    .single-project .wrapper .module .ptag iframe{
        height: 100% !important;
        position: absolute;
        right: 0;
        top: 0;
        width: 100% !important;
    }
    /* blockquote */
    .single-project .wrapper .module .ptag blockquote{
        padding: 30px;
    }
}















