/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 20 2021 | 06:25:21 */
/*
body.home{
  overflow-x:hidden;
}
*/

.side_base_wrap {
  padding-top: 20px;
  padding-bottom:80px;
}

.gifu-univ th{
  text-align:center;
  vertical-align:middle;
}
.gifu-univ td{
  text-align:center;
  vertical-align:middle;
}
table.gifu-univ a{
  color:#fff;
  border-radius:10px;
  background-color:#EAAD07;
  padding:10px 35px;
  cursor:pointer;
}
table.gifu-univ a:hover{
  text-decoration:none;
  background-color:#fbc737;
  transition:.5s;
}
table.gifu-univ a>span{
  margin: 0 5px 6px 0;
}

.gifu-univ th:nth-child(1){
  width:46%;
}
.gifu-univ th:nth-child(3){
  width:25%;
}

.gifu-univ-entrance{
  width:300px;
  height:auto;
  margin:10px 70px 0 50px;
}
@media screen and (max-width: 500px){
.gifu-univ-entrance{
  width:200px;
  height:auto;
  margin:-20px 70px 0;
}
}

.flex-box{
  display:flex;
  justify-content: center;
}

.footer_bt_bar .bt_group {
  align-items: center; 
}

.btn-center{
  display:block!important;
  text-align:center;
}

.gifu-banner{
  margin-bottom:-20px;
}
  
  /* ヘッダー */
  a.enbtn {
      background: #E8B800;
      color: #fff;
      padding: 4px 30px;
      text-decoration: none;
      border-radius: 30px;
      /* margin-top: 6px; */
  }
  /*フッター色*/
  .site-footer .widget-title {
      margin-bottom: 1em;
      padding-bottom: 1em;
      color: #555;
      border-bottom: 1px solid #077EB6;
  }
  
  .footer-adv-overlay li a:before {
      display:none;
  }
  /*問合せ先ブロック*/
  .top_company_info span[class^="icon-"] {
      display: block;
      font-size: 48px;
      margin-bottom: 10px;
      font-style: normal;
      color: #077EB6;
  }
  
  .top_company_info .inquiry_column .wp-block-button__link {
      width: 100%;
      padding: 10px;
      background: #077EB6;
      line-height: 1.1;
      font-size: 16px;
      font-size: 1rem;
  }
  
  .top_company_info .inquiry_column strong {
      color:#077EB6;
  }
  
  .top_company_info .phonenumber-link {
      color: #077EB6;
  }
  
  
  
  /* 画像背景非表示 */
  .img_4_3 {
      background: none;
  }
  
  /* ウェブフォント */
  
  body .editor-styles-wrapper, html body {
    font-family: 'Kiwi Maru', serif;
  }
  /* 各ページタイトル非表示
  .page-header {
    display: none;
  }
  */
 
  .page-header h1{
 /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;  */
    font-size:28px!important;
  }
  /* h2の下線非表示 */
  .entry-content h2:after {
      display: none;
  }
  
  /*大枠の1カラム*/
  .A{
      margin-left: calc(-50vw + 50%);
      margin-right: calc(-50vw + 50%);
/*     max-width: calc(100vw - 9px);
      width: calc(100vw - 9px); */
}
  
  /*大枠の1カラム内のカラム*/
  .B{
      width: 1140px;
      max-width: 100%;
      margin-left: auto !important;
      margin-right: auto !important;
      margin-bottom: 0;
  }
  
  /*吹き出し*/
  .design01 {
    position: relative;
    padding: 1.5rem 2rem;
    color: #fff !important;
    border-radius: 10px;
    background: #71B0D3;
  }
  
  .design01::after {
    position: absolute;
    bottom: -9px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #71B0D3 transparent transparent transparent;
  }
  /* テーブル */
  th {
      background-color: #addde7;
  }
  td {
      background-color: #f7ffff;
  }
  td, th {
   border-bottom: 1px solid #e2e2e2;
  }
  table {
   border-top: 1px solid #e2e2e2;
   border-left: 1px solid #e2e2e2;
  }
  
  
  /*スペシャルページ用*/
  
  /*
  h2.widthWide{
    margin:0 calc(50% - 50vw);
    width: 100vw;
  }
  */
  
  .page-id-7341 .entry-content h2::after, .page-id-7351 .entry-content h2::after {
      display: block;
  }
  
  .page-id-7341 h2.design01, .page-id-7351 h2.design01{
    text-align:left;
    padding: 1.2rem 2rem;
  }
  .page-id-7341 h2.design01::after, .page-id-7351 h2.design01::after {
    position: absolute;
    bottom: -50px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #71B0D3 transparent transparent transparent;
    background-color: transparent;;
  }
  
  .content_of_table{
    margin: -30px 20px -20px;
  }

  li::marker {
    color: #f78da7;
  }
  
  .page-id-7341 caption, .page-id-7351 caption {
    caption-side:top;
  }
  dt{
    float: left ;
    clear: left ;
    margin-right: 0.5em ;
  }
  
  dd{
    float: left ;
    margin-left: 1em ;
  }
  .floatLeft{
   float:left;
  }
  .clearLeft{
    clear: left;
  }
  .page-id-7341 .page-header, .page-id-7351 .page-header {
    display: block;
    border-bottom: none;
    margin: 40px auto 0;
    max-width: 1140px;
    padding: 0 0 20px;
  }
  
  .single-image{
    width:350px;
    margin:5% 20%;
  }
  
  a.inquiry{
    text-align:center;
    color:#fff;
    background-color:#20a6c1;
    border-radius:5px;
    padding:15px 30px;
    width:260px;
    margin:0 10px;
    font-size:20px;
  }
  a.tel{
    margin-top:20px;
    font-size:25px;
  }
  a.inquiry:hover{
    text-decoration:none;
    background-color:#15505c;
    transform: translateY(-3px);
  }
  hr.inKanri{
    margin:0px auto 50px;
  }
  
  .message-inKanri{
    margin-bottom:30px;
  }
  
  /*黄色見出し*/
  .design02 {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #FFF387;
    text-align: center;
  }
  
  .design02:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #000;
  }
  
  
  /*---- 賃貸管理ページ ----*/
  .step {
      border-radius: 20px;
      width: 70%;
      height: 70px;
  }
  .step strong {
      font-weight: 700;
      /* padding-top: 10px; */
      position: relative;
      top: -26px;
  }
  @media (max-width:780px){
  .step {
      border-radius: 20px;
      width: 100%;
      height: 70px;
  }
  }
  
  /*---- おうちでお部屋探し ----*/
  .searchRoom-button {
      margin: 0px 100px;
      background-color: #fcb900;
      text-align: center;
      border-radius: 50px;
      width: 70%;
      /* font-size: 10px; */
  }
  
  .searchRoom-button a {
      color: #fff;
      font-size: 24px!important;
      padding: 5px;
      margin: 0px;
  }
  
  @media (max-width:780px){
  .searchRoom-button {
      width: 100%;
  }
  }
  
  /*こだわり条件から探すcss*/
  *, *:before, *:after {
      box-sizing: border-box;
  }
  .feature-items {
       width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin: 0px;
  }
  .feature-items > li {
      width: 33.33333%;
      padding: 30px;
      list-style: none;
  }
  @media screen and (max-width: 960px) {
      .feature-items li{
          width: 50%;
          padding: 10px;
      }
  }
  
  /*各種ご案内css*/
  *, *:before, *:after {
      box-sizing: border-box;
  }
  .information-items {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin: 0px;
  }
  .information-items > li {
      width: 33.33333%;
      padding: 20px;
        list-style: none;
  }
  .information-items li p {
      padding-top: 20px;
  }
  
  @media screen and (max-width: 960px) {
      .information-items li{
          width: 50%;
          padding: 10px;
      }
  }
    /*駐車場料金表PCSP表示切替*/
  @media (min-width:960px){
    .parkingPriceSP{
     display: none;
    }
  }
  
    .list_content.es-list-content h3.wrap{
      color:#548bc3;
      text-decoration:underline;
    }
  
  /*-------------------------------------------------------------------SP*/
  @media screen and (max-width: 960px){
   
    .A{
      margin-left: calc(-50vw + 50%);
      margin-right: calc(-50vw + 50%);
      max-width: ;
      width: ;
  　}
    .mb-0{
      margin-bottom: 0px !important;
    }
    .top-text-sp1{
      font-size: 11px !important;
    }
    .search .wp-block-image{
      margin-bottom: 0px;
    }
    .OriginalService-sp p{
      line-height: 1.5em;
      font-size: 11px !important;
    }
    .information-items li p {
      line-height: 1.5em;
      font-size: 11px !important;
    }
    .recommended-sp .vertical-padding {
      padding-bottom: 0px;
    }
    .QandA .wp-block-image {
      margin-bottom: 0px;
    }
    .QandA p {
      margin-bottom: 0px !important;
    }
    .tintaikanri-text-sp {
      font-size: 12px !important;
    }
    .tintaikanri-text-sp p {
      font-size: 12px !important;
    }
    .height {
      line-height: 25px;
    }
  
    /*駐車場料金表SP*/
    .parkingPricePC{
      display: none;  
    }
  
    /*スペシャルページ用*/
    .page-header h1{
    font-size:20px!important;
  }
    h2.widthWide{
     font-size:20px;
    }
   .content_of_table{
    margin: -30px 20px -20px -10px;
  }
    
    .single-image {
      margin: initial;
  }
  a.inquiry{
    border-radius:5px;
    padding:5px 10px;
    width:90%;
    margin:5px auto;
    font-size:20px;
  }
  a.tel{
    margin-top:20px;
    font-size:25px;
  }
.flex-box{
    flex-direction: column;
    align-items: center;
}
.gifu-univ th:nth-child(3){
  width:95px;
}

table.gifu-univ a{
  padding:10px;
}
    
  }