/*
Template:screenr
Theme Name:ikenaka-kensetsu
*/
@import url(“../screenr/style.css”);

body {
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
font-weight: 500;
line-height: 1.7;
}
.theme-info {
	display:none;
}
.theme-info a{
	display:none;
}

/*見出し*/
h4 {
    font-size: 1.3rem;
    line-height: 1.5;
}

.title-h3{
position: relative;
padding: 0.4em;
background: #F0AD56;
color: white;
margin-bottom:1em;
}

.title-h3::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}


.title-h4 {
  position: relative;
  padding: 0.6em;
  background: #FFF4DD;
}

.title-h4:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #FFF4DD;
width: 0;
height: 0;
}


/*レスポンシブテーブル*/
@media only screen and (max-width: 800px) {
table.responsive > thead > tr > th, table.responsive > tbody > tr > th, table.responsive > tfoot > tr > th, table.responsive > thead > tr > td, table.responsive > tbody > tr > td, table.responsive > tfoot > tr > td {
  display: block;
  width: 100%;
}
}


table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td{
  text-align: left;
  padding-left:1.5em;
  padding-right:1.5em;
  padding-top:0.5em;
  padding-bottom:0.5em;
}
table th {
  background: #f5f5f5;
}


/*スクロールレスポンシブテーブル*/
@media screen and (max-width: 400px) {
body table.footable > thead > tr > th, table.footable > tbody > tr > th, table.footable > tfoot > tr > th, table.footable > thead > tr > td, table.footable > tbody > tr > td
{
font-size:9px;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
}

/*デザイン無しのテーブル*/
table.no-table th {
  background: none;
}
table.no-table{
    border: none;
}
table.no-table > thead > tr > th, table > tbody > tr > th, table.no-table > tfoot > tr > th, table > thead > tr > td, table.no-table > tbody > tr > td, table.no-table > tfoot > tr > td {
    border: none;
vertical-align: top;
}

/*画像の中央配置*/
.center{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

/*囲みボックス*/
.box{
    padding: 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #FFFFFF, #FFFFFF 3px,#FFF4DD 3px, #FFF4DD 7px);
    background: repeating-linear-gradient(-45deg, #FFFFFF, #FFFFFF 3px,#FFF4DD 3px, #FFF4DD 7px);
}
.box-midashi {
    position: relative;
    margin: 2.5em auto 0.5em auto;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box-midashi .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box-midashi p {
    margin: 0; 
    padding: 0;
}


/*文字色*/
.blue{
color: #0275d8;
}
.red{
color: #ff0000;
}

/*マージン*/
.mt1em{
margin-top:1em;
}
.mt2em{
margin-top:2em;
}
.pt1em{
padding-top:1em;
}


/*レスポンシブテーブル画像*/

table th.responsiveimg {
  width: 25%;
}
table td.responsiveimg {
  width: 25%;
}

table th.responsiveimg2 {
  width: 50%;
}
table td.responsiveimg2 {
  width: 50%;
}

/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: #F0AD56;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}
}
/***** サイドバー *****/

.right-sidebar .sidebar .widget h2.widget-title {
    font-size: 1.2em;
    background: #F0AD56;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
/*#nav_menu-2
 {
    background:#f4f4f4;
    padding: 15px 20px;
    margin: 0;
}*/

.widget_nav_menu ul li {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #e9e9e9;
}
/***** トップサービス *****/
.services-content .card {
    margin-top: 20px;
    margin-bottom: 10px;
    /* border: 4px double #ddd; */
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #F0AD56;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.services-content .card h3 {
    font-size: 1.2rem;
    text-align: center;
}
.service-button {
    color: #F0AD4D;
}
#menu-item-1370,#menu-item-1368{
    text-align: center;
    line-height: 20px;
    padding-top:1.5em;
}
@media screen and (max-width: 1140px) {
#menu-item-1370,#menu-item-1368 {
    text-align: left;
    line-height: 20px;
    padding-top:0em;
}

}
.sticky-header.transparent .nav-menu > li:hover > a::after, .sticky-header.transparent .nav-menu > li.current-menu-item > a::after {
    border: none;
}

.page-id-1310 #page {
    background-color: #fff;
}
.page-id-1276 #page {
    background-color: #fff;
}
.page-id-13 #page {
    background-color: #fff;
}
.page-id-8 #page {
    background-color: #fff;
}
.page-id-1553 #page {
    background-color: #fff;
}
.page-id-11 #page {
    background-color: #fff;
}
.page-id-1325 #page {
    background-color: #fff;
}
.page-id-1204 #page {
    background-color: #fff;
}
.page-id-1660 #page {
    background-color: #fff;
}
.page-id-2128 #page {
    background-color: #fff;
}
.archive #page {
    background-color: #fff;
}
.post-template-default #page {
    background-color: #fff;
}

#page-header-cover .swiper-slide-heading {
text-shadow: 1px 2px 5px #000000; 
}
.swiper-intro-inner h1 {
text-shadow: 1px 2px 5px #000000; 
}

.nav-menu a {
    font-size: 14px;
}
#features .card-group{
    display:block;
text-align: center;
}
#features .card-group .card{
    margin: 2em;
    width: 25%;
    display: inline-block;
}
@media (max-width: 991px)
{
#features .card-group .card {
    margin: 0em;
    width: 100%;
    display: block;
}}
#comments {
    display: none;
}

.page-id-1993 .site-content {
	background:#fff;
}
