@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;
}

/*投稿ページ*/
.blog_wrap{
    width: 960px;
    margin: 0 auto;
    padding: 70px 0;
}

/*問い合わせ*/
.contact_wrap h2{
    background-color: #eee;
    padding: 10px 0;
    border-radius: 4px;
    font-size: 18px;
    letter-spacing: 10px;
    width: 60%;
    text-align: center;
    margin:0 auto 40px;
}
.contact_wrap h3{
    line-height: 1.8;
    width: 80%;
    margin:0 auto;
    font-size: 13px;
}
.entry-tbl table{
    width: 80%;
    margin: 40px auto 0;
    border-collapse:collapse
}
.entry-tbl table th{
    width: 25%;
    text-align: left;
    margin-bottom: 20px;
    border-right: 1px solid #e4e4e4;
    padding-left: 5%;
}
.entry-tbl table td{
    width: 70%;
    text-align: left;
    padding-left: 25px;
    padding: 20px 0 20px 30px;
}
.contents_wrap p {
    text-align: center;
    line-height: 1.8;
    font-size: 15px;
}
.txt_spc{
    width: 80%;
    background-color: #fbfbfb;
    border:1px solid #eee;
    height: 30px;
}
.txt_are{
    width: 80%;
    background-color: #fbfbfb;
    border:1px solid #eee;
    height: 240px;
}
.txt_sht{
    width: 20%;
    background-color: #fbfbfb;
    border:1px solid #eee;
    height: 30px;
    margin: 0 10px 0 5px;
}


/*ガレージハウス*/
.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;
}


}