@charset "utf-8";

/* ----------------------------------------
    PC設定
---------------------------------------- */

@media screen and (min-width: 481px){

nav ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    width: 95%;
    margin: 0 auto;
    max-width: 1300px;
}

nav ul li{
    margin: 0 50px 0 0;
    font-size: 0.9rem;
    font-weight: bold;
}



nav ul li:first-child{
    margin-right: auto;
}

nav ul li:last-child{
    margin: 0 10px 0 0;
    background-color: #000;
    padding: 10px;
    margin-top: -3px;
    font-weight: normal;
}

nav ul li:last-child a{
    color: #fff;
}s

/*オープン日程知らせ*/


.twocol{
    display: flex;
}
.blog_inner{
    width: 75%;
    margin-right: 2%;
}
.sidebar{
    width: 23%;
}

.twocol{
    display: flex;
}
.blog_inner{
    width: 75%;
    margin-right: 2%;
}
.sidebar{
    width: 23%;
}


/*新着のNEW*/

span.new_label{
    top: 2rem;
    left: -4rem;
}

/*工事現場写真のページ*/
.page_in ul li {
    width: 33%;
}
.works_dtl {
    width: 90%;
    margin: 0 auto 80px;
    max-width: 1050px;
}

/*トップページのスライダー*/
.visual-slider {
    width: 80%;
    top: 40px;
}
.contents_wrap{
    width: 95%;
    padding: 70px 0;
    max-width: 1128px;
}
.mb100{
    margin-bottom: 100px;
}

.works_dtl h2 {
    margin: 55px 0 50px;
}
.slider_photo {
    width: 90%;
    margin: 0 auto 80px;
    max-width: 900px;
}
.slider-nav {
    padding: 20px;
    width: 80%;
}

/*トップページの現場写真*/

.topphoto_in ul li {
    width: 24%;
    max-width: 1200px;
}
.news{
    width: 80%;
}
.insta_wrap {
    max-width: 1200px;
}

/*フッター*/
.foot_contents{
    width:95%;
    margin:0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 20px 0;
    align-items: center;
}

/*20250530追加*/
.garag{
    display: flex;
    justify-content: center;
}
.garag h4 {
    font-size: 18px;
    margin: 0 30px 0 60px;
    line-height: 2;
}

.realLink {
    width: 30%;
    margin: 0 auto 3rem;
    text-align: center;
}
.tophot_toLink {
    width: 30%;
}
.tophot_toLink {
    text-align: center;
    font-size: 16px;
    margin: 40px auto;
    padding: 10px;
    border: 1px solid #000;
    letter-spacing: 2px;
}

.photo_ttl{
    font-size: 1.0rem;
    margin-bottom: 2rem;
}
.gallery ul li{
    width: 19%;
    margin-bottom: 15px;
}
.business ul{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
.business ul li{
    font-size: 18px;
    line-height: 2;
}
.philos h4 {
    font-size: 18px;
    margin: 0 30px 0 7rem;
    line-height: 2;
}

.pcnone{
    display: none;
}

/*ガレージハウス*/
.gh_wrap h4{
    font-size: 1.2rem;
}
ul.gh_box li{
    font-size: 1.2rem;
}
ul.gh_tate_box{
      display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.gh_tate_box li{
    margin-bottom: 1rem;
}

/*.houseworks ul li{
    width: 49%;
    margin-bottom: 15px;
}*/
.gh_wrap h4 img{
    width: 85%;
    margin:0 auto 2rem;
}
ul.hw01{
    display: flex;
    justify-content:space-between;
    margin-bottom: 1rem;
}

ul.hw02{
    display: flex;
    justify-content:space-between;
    margin-bottom: 1rem;
}

ul.hw02 li.tate01{
    width: 30.6%;
}
ul.hw02 li.tate02{
    width: 68%;
}

ul.hw03{
    display: flex;
    justify-content:space-between;
    margin-bottom: 1rem;
}
ul.hw03 li{
    width: 49.5%;
}
ul.hw04{
    display: flex;
    justify-content:space-between;
    margin-bottom: 1rem;
}

ul.hw04 li.tate01{
    width: 63.5%;
}
ul.hw04 li.tate02{
    width: 35.5%;
}
/*20260304修正*/
.midashi h3{
    font-size: 30px;
    letter-spacing: 10px;
}
.single_inner h2 {
    margin: 0 auto 1em;
}
.single_thumbnail {
    margin-bottom: 1rem;
}
.single_content {
    margin-bottom: 4rem;
}
/*ul.wp-block-latest-posts__list{
    list-style: square;
    }*/
.sidebar ul li{
    font-size: 0.85rem;
    margin-bottom: 1rem;
}
/*blogのレイアウト*/
.im_txt{
    display: none;
}

.hworks_wrap{
    width: 100%;
    margin: 0 auto 100px;
    padding-top: 4rem;
}





}