/*
Template:generic
Theme Name:generic-child
*/

/* 子テーマ デフォルトスタイル */

body {
  background: transparent;
  color: #000;
  font-family: "Helvetica Neue",
  Arial,
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  Meiryo,
  sans-serif;
  letter-spacing: 2px;
}

.entry-content ul,
.widget-container ul,
.comment-body ul {
  list-style-type: circle;
  text-indent: 0;
}

.entry-content ul li:before,
.widget-container ul li:before,
.comment-body ul li:before {
  content: none;
}

#header {padding: 0;}
.top-container {overflow: hidden;}

.logo {
  display: block;
  position: absolute;
  padding-top: 3%;
  padding-left: 10%;
  z-index: 3;
}

.pc-top-container {
  display: block;
  overflow: hidden;
}

.mb-top-container {
  display: none;
  overflow: hidden;
}

.mb-slider, .main-slider {
  width: 100%;
  height: 100vh;
}

.mb-slider img, .main-slider img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100vh !important;
  object-fit: cover !important;
  margin:0 auto !important;  
}

h1 {
  background: url('../../uploads/2021/09/hi-bg.jpg') no-repeat;
  background-size: cover;
  background-position: bottom center;
  color: #fff;
  padding: 100px 0;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
  font-size: 1.6em;
  margin-bottom: 0;
}

.single h1, .single h1.entry-title a, .single h1 a {
  background: none !important;
  color: #000;
  text-shadow: none;
  padding: 1em 0;
}

h2 {font-size: 1.6em;}

.page-id-24 h2 {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.6em;
}

.page-id-24 h2:before {
  content: '';
  position: absolute;
  bottom: -1em;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.category h2 {margin: 0;}
.category h2 a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.page-id-22 h2 {text-align: center;}
#work-tt01:after, #work-tt02:after,
#work-tt03:after, #work-tt04:after {
  display: block;
  font-size: 15px; 
  font-weight: 400;
  padding: .4em 0;
  letter-spacing: .2em;
}

#work-tt01:after {content: 'Real estate sale';}
#work-tt02:after {content: 'Residential land development';}
#work-tt03:after {content: 'Construction, renovation';}
#work-tt04:after {content: 'Revenue real estate, investment consulting';}

.breadcrumbs {
  padding: 2em 0;
  overflow: hidden;
}

.breadcrumbs a {color: #000;}

#content {
  background: #fff;
  border-radius: 8px;
  float: none;
  padding-right: 0;
  padding: 2em 2em 3em 2em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1200px;
}

.single #content {margin-top: 4em;}

#container {
  padding: 0 !important;
}

.archive #content, .category #content {background: transparent;}

#menu {
  display: block;
  position: absolute;
  padding-top: 8%;
  padding-left: 10%;
  z-index: 2;
}

.eyecatch-layer {overflow: hidden;}

.page-id-2 #menu ul li a {
  color: #fff;
  display: block;
  text-align: left;
  float: none;
  font-weight: bold;
}

.pagemenu {
  overflow: hidden;
  width: 600px;
}

.pagemenu li {
  float: left;
  width: 20%;
  text-align: center;
  padding: 1em;
}

.pagemenu li a {
  color: #000;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.pagemenu-layer {
  overflow: hidden;
  padding: 3% 10%;
  width: 100%;
}

.top-left {float: left;}
.top-right {float: right;}

#copyright, #copyright a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

#footer {
  background: #f5f5f5;
  padding: 3% 5%;
}

.page-id-2 #container, .page-id-2 #footer,
.page-id-2 h1, .page-id-2 #container,
.page-id-2 .entry-content, .page-id-2 .post-edit-link {display: none !important;}


.align-c {text-align: center;}
.margin-c .wp-post-image {margin: 0.5em auto;}

.detail-btn {
  color: #000;
  display: block;
  font-size: 0.875em;
  text-align: right;
}

.tb-contact tr:nth-child(odd) th,
.tb-contact tr:nth-child(odd) td {background: #f6f6f6;}

.tb-contact th, .tb-contact td {padding: 2em 1em !important;}

.tb-contact th {
  font-weight: 400;
  text-align: left;
  width: 32% !important;
  vertical-align: middle;
}

.tb-contact th strong {
  background: #e60012;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  float: right;
  padding: 2px 10px;
  margin-left: 10px;
}

.single-post table td, .single-post table th,
.tb-aboutus table th, .tb-aboutus table td {
  border-bottom: 1px solid #eee;
  padding: 1em;
  text-align: left;
  vertical-align: middle;
}

.tb-aboutus table th, 
.tb-aboutus table td {line-height: 180%;}

.tb-template th, .tb-aboutus table th {
  text-align: left;
  width: 26%;
}

.tb-template {
  font-size: 14px !important;
  margin-top: 1em;
  margin-bottom: 1em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  background: #fff;
  border: 1px solid #cfcfcf;
  width: 100% !important;
  margin: 0 !important;
}

input[type="submit"] {
  background: #000;
  font-family:
  "Noto Sans CJK JP",
  "Hiragino Kaku Gothic ProN",
  "Hiragino Sans",
  "Helvetica Neue",
  Arial,
  Meiryo,
  sans-serif;
  font-size: 1em;
  margin-bottom: 40px;
  padding: 20px 80px;
}

.google-maps {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.blog-container {
  overflow: hidden;
  padding: 1em 0;
}

.blog-layer {
  float: left;
  width: 33.3333%;
  padding: 1em;
}

.margin-none {margin-top: 0;}

.home:before {
  content: url('../../uploads/2021/09/home.png');
  padding-right: .5em;
}
.page-id-2:before {content: none;}

.page_navi {
    text-align: center;
    font-size: 14px;
}

.page_navi li {
    display: inline;
    list-style: none;
}

.page_navi li.current span {
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 11px 10px;
    height: 40px;
    width: 40px;
    line-height: 17px;
}

.page_navi li a {
    border: solid 1px #777;
    color: #333;
    display: inline-block;
    padding: 10px;
    height: 40px;
    width: 40px;
    line-height: 16px;
    text-decoration: none;
    transition: 0.5s;
}

.page_navi li a:hover {opacity: 0.5;}

.work-layer {margin: 1.25em 0;}
.wpcf7 .ajax-loader {display: none;}

.contactbtn {
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 1em;
  display: inline-block;
}

.contactbtn:after, input[type="submit"]:after {
  content: url('../../uploads/2021/09/arrow.png');
  padding-left: 1em;
}

.about-line {border-right: 1px solid #7a7a7a;}
.contactbtn:hover, input[type="submit"]:hover {opacity: .6;}

.reversebox {display: flex;}
.wp-block-separator {margin: 3em 0;}
.page-id-22 .wp-block-column .wp-block-image {padding: 1.875em 0;}
.group-layer {
  padding: 2em;
  overflow: hidden;
  margin-top: 4em;
}

.group-layer .wp-block-column {
  border-radius: 10px;
  padding: 2em;
}

.group-layer .wp-block-column h3 {
  margin-top: 0;
  font-size: 1.2em;
}

.group-layer .wp-block-column ul {margin: 1.875em 0 1.875em 1.5em;}
.group-layer .wp-block-column {
    box-shadow: 10px 5px 5px #eee;
    border: 1px solid #000;
  }

.group-layer-last {margin-bottom: 0;}
.about-layer .wp-block-column ul {margin-left: 1.5em;}


@media(max-width: 1690px) {
  .top-left, .top-right {
    float: none;
    width: 100%;
    text-align: center;
  }

  .pagemenu {
    width: 100%;
    padding: 3em 1em 0 1em;
  }

  .pc-top-container {
    display: block;
    overflow: hidden;
  }

  .mb-top-container {
    display: none;
    overflow: hidden;
  }

  .blog-layer {
    width: 50%;
    padding: 1em;
  }

}

@media(max-width: 1198px) {


  .pc-top-container, .pagemenu {display: none;}

  .mb-top-container {
    display: block;
    overflow: hidden;
  }

  .logo-dp {
    display: block;
    position: absolute;
    padding-top: 10%;
    padding-left: 1em !important;
    z-index: 3;
  }

  .tb-contact th, .tb-contact td {
    display: block;
    width: 100% !important;
  }

  .tb-contact td {padding-top: 0 !important;}
  .about-line {border-right: none;}

  .about-layer .wp-block-column,
  .work-layer .wp-block-column {
    width: 100% !important;
    overflow: hidden;
    flex-basis: 100% !important;
    padding: 0;
  }

  .group-layer .wp-block-column {
    width: 98% !important;
    overflow: hidden;
    flex-basis: 100% !important; 
    margin: 0 1%;  
  }

  .group-layer .wp-block-column ul {margin-bottom: 0;}
  .wp-block-columns.has-background {padding: 1.75em 1em;}
  
  .column-top ul {
    margin-top: 2em;
    margin-bottom: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 0;
    margin-bottom: 0;
  }

  .page-id-22 .wp-block-column .wp-block-image {
    padding: 1em 0 0 0;
    margin-bottom: 0;
  }

}


@media(max-width: 780px) {

  h2 {font-size: 1.3em;}
  h3 {font-size: 1.2em;}
  h4 {font-size: 1.1em;}
  h5 {font-size: 1em;}

  .blog-layer {
    width: 100%;
    float: none;
  }

  .group-layer .wp-block-column {
    width: 100%;
    margin: 0;
  }

  #content {padding: 2em 1em 3em 1em;}

  .group-layer {padding: 1.75em .5em;}
  .mgroup-btm {margin-bottom: 1.75em !important;}
  .list-last {margin-bottom: 0 !important;}
  
   .reversebox {flex-direction: column;}
   .order1 {
    order: 1;
    margin-top: 1em;
  }
   .order2 {
    order: 2;
    margin-bottom: 1em;
  }

  .tb-aboutus th, .tb-aboutus td {
    display: block;
    width: 100% !important;
  }

  .tb-aboutus th {background: #f6f6f6;}
  

}