@charset "UTF-8";
/*  WordPress用
----------------------------*/

.single_head{
    font-size:20px;
    margin-bottom:30px;
}
.single_head .single_title{
    font-size:20px;
    text-align:center;
}
.single_wapper{
    margin:50px auto;
}
.entry-content{
    margin-top:30px;
    font-size:16px;
}
.mv_txt{
    top: 65% !important;
        width: 50% !important;
}
.rela_box{
position: relative;
}
.slider_txtbox{
position: absolute;
left: 10px;
bottom: 10px;
background-color: rgba(255, 255, 255, 0.8);
font-size: 1.8rem;
line-height: 1.5;
width: 95%;
padding: 20px;
}
header{
height: auto;
}
header .inner{
/* background-image: linear-gradient(90deg, rgba(233, 233, 233, 1), rgba(172, 172, 172, 1)); */

padding: 18px 14% 16px 3%;
}
header .inner .pc_list li a{
font-size: 2rem;
font-weight: 400;

}
header .contact{
background-color: #616365;

width: auto;
height: 100px;
font-size: 1.4rem;
text-align: center;
padding: 20px;	
transition: 0.4s ;
}


header .contact a{
color: #fff;
}



header .tel_box{
color: #00f0d1;
}
header .tel_box::before {
content: url(icon02.png);
}
header .tel_box::after{
background-color: #00f0d1;
}
header .tel_box{
color: #fff;
}
.mv_txt_top_po{
position: absolute;
top:52%;
left: 2%;
}
.img_box {
    width: 100%;
}

.news_wapper{
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
  }

  .news_wapper a{
    width: 31%;
    margin: 20px 1%;
  }
  .single_wapper{
    padding-top: 150px;
  }
  .single_wapper{
    max-width: 800px;
  }

  .img_box figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.txt_box{
    width: 100%;
}

.wp-block-group{
    line-height: 1.8;
}

@media (max-width: 768px) {
    .news_wapper{
        padding-top: 0;
    }
    .news_wapper a{
        padding-top: 30px;
    }
    .single_wapper{
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .news_wapper a{
        width: 100%;
    }
    .txt_box{
        width: 100%;
    }
}