@charset "UTF-8";

@media (max-width: 991px) { /* タブレット */ }
@media (max-width: 575px) { /* モバイル */ }

:root {
  --main-color: #222224;
  --sub-light-color: rgba(194, 194, 194, 0.233);
  --sub-dark-color: #5a5d60;
  --white-color: #dee0efc7;
  --light-color: #f4f4f4;
}



/*共通タグ*/
* {
    box-sizing: border-box;

}
body {
    
}
h1,h2,h3,h4,h5  {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
ol, ul {
    padding-left: 0;
    list-style: none;
}

a {
    transition: .5s;
    /* display: block; */
    width: 100%;
}
a:hover {
    opacity: .5;
}
dl {
    margin-bottom: 0;
}
img {
    margin: 0;
    vertical-align: bottom;
}
li a {
    text-decoration: none;
}
/*フェードイン*/
.home .fadein {
	transform: translateY(30px);
}
.fadein {
	opacity: 0;
	transition-property: transform, opacity;
	transition-duration: 1.5s;
	transition-delay: 0s;
}
.fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}
/*共通クラス*/

.sub-container {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
}
.noimages {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


 /* タブレット */
@media (max-width: 991px) {
    .sub-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}
.zen-old-mincho-regular {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.zen-old-mincho-medium {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
}

.zen-old-mincho-semibold {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-style: normal;
}

.zen-old-mincho-bold {
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
}

.zen-old-mincho-black {
    font-family: "Zen Old Mincho", serif;
    font-weight: 900;
    font-style: normal;
}

.flex {
    display: flex;
}
.flex-direction_col {
    flex-direction: column;
}
.flex-direction_row {
    flex-direction: row;
}
.flex-direction_nowrap {
    flex-wrap: nowrap;
}
.flex-direction_wrap {
    flex-wrap: wrap;
}
.flex-justify-content_sb {
    justify-content: space-between;
}
.flex-justify-content_center {
    justify-content: center;
}
.grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
.grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
 /* タブレット */
@media (max-width: 991px) {
    .grid3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
}
/* モバイル */
@media (max-width: 575px) { 
    .grid2 ,
    .grid3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem;
    }
    .flex {
        flex-direction: column;
    }
}

.margin-bottom5rem {
    margin-bottom: 7.5rem;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.arrow {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 3px;
    margin-top: 29px;
    border-radius: 9999px;
    background-color: var(--main-color);
    margin-left: 1rem;
}

.arrow::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 30px;
    height: 3px;
    border-radius: 9999px;
    background-color: var(--main-color);
    transform: rotate(45deg);
    transform-origin: calc(100% - 2px) 50%;
}
.arrow:hover,
.arrow::before:hover {
    background-color: var(--sub-light-color);
}
.nopost {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*header関連*/
 .global-nav {
    display: initial;
 }
.site-header {
    position: fixed;
    background-color: var(--vk-color-header-bg);
 }
 .header_scrolled .site-header {
    background-color: rgba(255, 255, 255, .8);
 }
/* .site-header, */
.site-header--layout--nav-float .site-header-container  {
    display: flex;
    justify-content: space-between;
}
/*降りてくるメニューをやめる*/
.header_scrolled .site-header {
    animation: none;
}
@media (min-width: 992px) and (max-width: 1100px) {
    .device-pc .global-nav-list>li>a {
        padding-left: .75em;
        padding-right: .75em;
    }
}
@media (min-width: 992px) {
    .header_scrolled .site-header {
        width: 100%;
    }
    .header_scrolled.admin-bar .site-header {
        animation: none;
    }
    .site-header--layout--nav-float .site-header-logo {
        margin-right:0;
        min-width: 160px;
    }
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: initial;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 1280px;
    }
}


/*ヘッダーロゴ*/
.site-header--layout--nav-float .site-header-logo {
    max-height :60px;
}
.header_scrolled .site-header-logo {
    display: initial;
}
#site-header-container {
    width: 100%;
}
.site-header-logo {
    text-align: left;
}
.site-header-logo img {
    margin-left: 0;
    margin-right: 0;
    max-height: 45px;
}
/*メニュー関連*/
/*ハンバーガーメニューのカスタマイズ*/
.vk-mobile-nav-menu-btn,
.vk-mobile-nav-menu-btn.menu-open {
    border-color: transparent;
    border-radius: 10px;
}
.vk-mobile-nav-menu-btn  {
    left: transparent;
    right: 20px!important;
}

.vk-mobile-nav-menu-btn {
    left: initial;
}

/*デフォのハンバーガーメニューは非表示に　ここから*/
.vk-mobile-nav-menu-btn {
    display: none;
}

@media (min-width: 992px) {
    body.device-pc .vk-mobile-nav-menu-btn,
    body.device-pc .vk-mobile-nav {
        display: none;
    }
}
/*デフォのハンバーガーメニューは非表示に　ここまで*/



/*各ページタイトル*/
.page-header {
    margin-top: 5rem;
}
.page-header-title, 
h1.page-header-title {
    padding-bottom: 1rem;
    text-transform:capitalize;
}
.page-header-title span, 
h1.page-header-title span{
    display: block;
    font-size: small;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    color: var(--sub-dark-color);
}
.page-header-title::after, 
.page-header-title::after {
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    border-radius: 1px;
    background-color: var(--main-color);
    margin:  .5rem auto 1rem;
}
/*フッター*/

@media (min-width: 1200px) {
    .site-body-bottom .container {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}
footer,
footer .nav li a, footer nav li a {
    color: var(--main-color);
}
footer .widget ul {
    padding-left:0;
}

.site-body-bottom .container iframe {
    width: 100%;
    height: 30vh!important;
    margin-bottom: 0;
}
.footer-nav {
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.site-footer {
    padding: 1rem;
    background-color: var(--light-color);
}
.footer-nav .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-nav .container ul#menu-footer{
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap:5px;
    width: 85%;
    max-width: 680px;
}
.footer-nav .container ul#menu-footer li{
    padding: 0;
}
.footer-nav .container ul#menu-footer li a{
    display: block; 
    background-color: var(--sub-dark-color);
    width: 100%;
    padding: 1rem;
    text-align: center;
    transition: .5s;
    color: var(--light-color);
}
.footer-nav .container ul#menu-footer li a:hover {
    opacity: .5;
}

#block-6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
footer .col-lg-4 {
    flex: initial;
    max-width: 100%;
}
footer svg {
    width: 30%;
    fill:#ffff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube,
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
    background-color: var(--main-color);
    color: var(--light-color);;
}
footer ul.tel {
    font-size: 2rem;
    font-weight: 900;
}
footer ul.tel li{
    margin: 0;
}
footer ul.tel li span{
    font-size: 1rem;
    margin-left: 1rem;
}
@media (min-width: 576px) {
    .site-body-bottom  .container {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
    }
}
/* モバイル */
@media (max-width: 575px) { 
    .footer-nav .container ul#menu-footer { 
        grid-template-columns: repeat(2, 1fr);
        font-size: 0.9rem;
        width: 100%;
    }
    footer svg {
        width: 60%;
    }
    footer ul.tel li span,
    footer .text-center span{
        display: block;
    }
}
/*TOPページ*/
/* .top-slide {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.top-slide .n2_clear {
    position: absolute;
}
.top-slide video {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
} */
/* wrap */

.hero {
  position: relative;
}

/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.video-box video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.301);
}

.home h2 {
    text-align: center;
    position: relative;
    line-height: 1.75rem;
}
.home h2 span{
    display: block;
    font-size: .9rem;
    padding: 0;
    margin: 0;
    color: var(--sub-dark-color);
}
.home .area02 .sub-container {
    max-width: 800px;
}
.home .area02 ul.news_list {
    width: 100%;
}
.home .area02 ul.news_list li {
    border-bottom: 1px var(--main-color) solid;
    padding: 1rem 5rem;
}
.home .area02 ul.news_list li a{
    text-decoration: none;
}
.home .area02 ul.news_list li dl{
    width: 100%;
    margin-bottom: 0;
}
.home .area02 ul.news_list li dl dt{
    width: 10rem;
}
.home .area02 ul.news_list li dl dd{
    width: calc(100% - 10rem);
    margin-left: 2rem;
    display: block;
}
.home .area02 ul.news_list li .label,
.news ul.news_list li .label {
    font-size: .75rem;
    margin-left: 0.5rem;
    background-color: var(--sub-light-color);
    padding: 0.25rem;
    color: var(--vk-color-text-link);
    border-radius: 2px;
}
.home .area03.concept h2{
    margin-bottom: 0;
    margin-top: 2rem;
}
.home .area03.concept {
    background-color: var(--sub-light-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home .area03.concept .comment{
    width: 100%;
    max-width: 1280px;
    /* height: 600px; */
    height: calc(100vh - 200px );
    background-image: url(../../front/conceppt_bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 110%;
    padding-left: 2rem;
    padding-right: 20%;
}
.news dl {
    border-bottom: var(--sub-dark-color) dotted 1px;
}
.news dl dt,
.news dl dd{
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news dl dt{
    width: 30%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: right;
}
.news dl dd{
    width: 70%;
    display: flex;
}
.news dl dd a{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.news dl dt .label{
    font-weight: 300;
    font-size: 70%;
    margin-right: 0.5rem;
    background-color: var(--light-color);
    padding: .3rem .75rem;
    border-radius: 2px;
}

/* モバイル */
@media (max-width: 575px) { 
    .home .area03.concept .comment{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .home .area02 ul.news_list li dl dt,
    .home .area02 ul.news_list li dl dd{
        width: 100%;
    }
    .home .area02 ul.news_list li dl dt{
        margin:0;
    }
    .home .area02 ul.news_list li dl dd{
        margin: .5rem 0;
    }
    .home .area03.concept .comment {
        height: calc(100vh - 300px);
    }
    .news dl dt,
    .news dl dd{
        width: 100%;
    }
    .news dl dt{
        padding: 0;
    }
}
.home .area03.concept .comment h2{
    text-align: left;
    line-height: 2.2rem;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: .75rem;
}
.home .area03.concept .comment p{
    padding-left: 1em;
}

.home .area04.our-homes .grid3,
.our-homes .homes_list.grid3,
.home .area05.blog .grid3,
.blog .blog_list .grid3,
.event .event_list.grid3 {
    gap:  1rem 3rem;

}

.home .area04.our-homes .grid3 li,
.our-homes .homes_list.grid3 li,
.home .area05.blog .grid3 li,
.blog .blog_list .grid3 li,
.event .event_list.grid3 li{
    grid-template-rows: subgrid;
    grid-row: span 3; 
}
.home .area04.our-homes .grid3 dl,
.our-homes .homes_list.grid3 dl,
.home .area05.blog .grid3 dl,
.blog .blog_list .grid3 dl,
.event .event_list.grid3 dl {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}

.home .area04.our-homes a,
.our-homes .homes_list a
.home .area05.blog a,
.blog .blog_list a,
.event .event_list a {
    text-decoration: none;
}

.home .area04.our-homes dt img,
.our-homes .homes_list dt img,
.home .area05.blog dt img,
.blog .blog_list dt img {
    object-fit: cover;
    width: 100%;
    height: 160px;
}
.home .area04.our-homes dd .owner,
.our-homes .homes_list dd .owner,
.home .area05.blog dd .date,
.blog .blog_list dd .date {
    border-bottom: 1px solid var(--main-color);
    text-align: right;
    font-size: 90%;
}
.home .area07.banner ul{
    justify-content: space-between;
}

.home .area07.banner ul li{
    width: calc(100% / 3) ;
}
.home .area07.banner ul li:nth-child(2){
        margin-left: 1rem;
        margin-right: 1rem;
}

.area05.blog dt img, .blog .blog_list dt img.noimages { 
    width: 60%;
    height: auto;
}

 /* タブレット */
@media (max-width: 991px) {
    .home .area02 ul.news_list li {
        padding: 1rem 2rem;
    }
}
/* モバイル */
@media (max-width: 575px) { 
    .home .area07.banner ul{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .home .area07.banner ul li{
        width: 80% ;
    }
    ul.flex.our-homes-cat {
        flex-direction: row;
    }
    .home .area04.our-homes .grid3 li:nth-child(n+4) {
        display: none;
    }
}
/*会社概要ページ*/
.company .area01 h3 {
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
}
.company .area01 h3 span{
    font-size: 1rem;
    display: block;
}
.company .area02 p img {
    width: 40%;
    float: left;
    margin: 0 20px 10px 0;
    vertical-align: bottom;
}

.company .area03 dl dt,
.history .area04 dl dt {
    width: 20%;
    padding: 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid var(--main-color);
    text-align: right;
}
.company .area03 dl dd,
.history .area04 dl dd {
    width: 80%;
    padding: 1rem;
    border-bottom: 1px solid var(--main-color);
}
.company .company_bt{
    display: flex;
    justify-content: center;
}
.company .company_bt a{
    display: block;
    background-color: var(--sub-dark-color);
    width: 100%;
    padding: 1rem;
    transition: .5s;
    color: var(--light-color);
    width: 80%;
    max-width: 200px;
}

 /* タブレット */
@media (max-width: 991px) {
    .company .area03 dl dt,
    .history .area04 dl dt,
    .company .area03 dl dd,
    .history .area04 dl dd {
        width: 100%;
        border: none;
    }
    .company .area03 dl dt,
    .history .area04 dl dt {
        background-color: var(--light-color);
        text-align: left;
    }
    .company .area02 p img {
        float: none;
        width: 100%;
        margin: 0 0 1rem 0;
    }
}


/*コンセプトページ*/
.concept .entry-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.concept .area01 {
    background-color: var(--sub-light-color);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.concept .scroll {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.concept .slideshow {
  display: flex;
  animation: loop-slide 60s infinite linear 1s both;
}
.concept .slideshow li{
    width: 360px;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.concept .area02{
    max-width: 1920px;
}
.concept .area02 li{
    width: 50%;
}
.concept .area02 li:nth-child(1) img{
    width: 100%;
}
.concept .area02 li:nth-child(2){
    font-size: 1.5rem;
    padding: 1rem;

}
 /* タブレット */
@media (max-width: 991px) {
    .concept .area02 ul.flex {
        flex-direction: column;
    }
    .concept .area02 ul.flex li{
        width: 100%;
    }
}
/* モバイル */
@media (max-width: 575px) {
    .concept .flex.slideshow {
        flex-direction: row;
    }
    .concept .slideshow li {
        width: 240px;
    }
    .concept .area02 li:nth-child(2){
        font-size: 1.25rem;

    }
}


/*イベント*/
.event .event_list a {
    display: inline-block;
    padding: 1rem;
    border-radius: 5px;
    background-color: var(--sub-light-color);
}
.event .event_list li dl {
    margin-bottom: 0;
}

.event .event_list dt img {
    object-fit: cover;
    width: 100%;
}


/*建築実績*/
ul.flex.our-homes-cat {
    font-size: 70%;
    flex-wrap: wrap;
    margin-top: .75rem;
}
ul.flex.our-homes-cat li{
    margin-right: 0.5rem;
    margin-bottom: .75rem;
}

ul.flex.our-homes-cat li:last-child{
    margin-right:0;
}
ul.flex.our-homes-cat li a{
    padding: 0.5rem;
    background-color: var(--sub-light-color)
}
/*建築実績 シングル*/
.single-our-homes h3,
.single-our-homes ul.flex.data {
    padding: 1rem;
    border-bottom: 1px solid var(--main-color);
}
.single-our-homes ul.flex.data {
   justify-content: space-between;
}
.single-our-homes ul.flex.data h4{
    margin-bottom: 0;
}
.single-our-homes ul.flex.our-homes-cat {
    margin-top: 0;
    margin-bottom: 0;
}

.single-our-homes figure img {
    width: 100%;
}
.single-our-homes ul.sub_photo li {
    max-height: 260px;
    overflow: hidden;
    margin: 0;
    width: 100%;
    aspect-ratio: 5 / 3;
}
.single-our-homes ul.sub_photo li img {
    object-fit: cover;
    object-position: 50% 50%;
}
.single-our-homes .comment {
    margin:auto 1rem 5rem;
}
.single-our-homes .comment table th{
    white-space: nowrap;
}
/* モバイル */
@media (max-width: 575px) {
    .single-our-homes .sub_photo.grid2 {
        grid-template-columns: repeat(2, 1fr);
    }

    
}
/*更新情報一覧*/
.news .flex dt {
    margin-right: 1rem;
}
.page-id-12 .news .more {
    display: none;
}


/*ブログ一覧*/
.blog .blog_list dl dt {
    min-height: 160px;
    overflow: hidden;
    background-color: var(--light-color);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.blog .blog_date,
.news .blog_date {
    text-align: right;
    font-size: 0.75rem;
}
.archive .site-body.fadein.is-active {
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
