@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------- FORMAT ---------- */

html {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",'Noto Serif JP', serif,"Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
/*  font-family: "リュウミン R-KL","Ryumin Regular KL",serif;*/
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
    */
  font-size: 10px;
  line-height: 1.8em;
  color: #221714;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding-left:230px;
}
#wpadminbar{
  display: none;
}
/*
@media screen and (min-width: 960px) {
  body {
    padding-left: 23%;
  }
}
@media screen and (min-width: 1260px) {
  body {
    padding-left: 230px;
  }
}
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  text-align: justify;
  line-height: 1.8em;
  margin: 0;
}

img {
  border: 0;
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

a *:hover {
  color: inherit;
  cursor: pointer;
}

p.u-link a {
  color: #ea5504;
}

a:hover {
  color: inherit;
  cursor: pointer;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a:hover img.no_opacity {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sp {
  display: none !important;
}

/* ----------------------------------------------- COMMON ---------- */

h1 {
  margin: 0;
}

h2 {
  font-weight: 800;
  font-size: 3rem;
  margin: 0 0 20px;
  text-align: left;
  line-height: 1;
}

h3 {
  font-weight: normal;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5em;
  margin: 0 0 20px;
  text-align: left;
  line-height: 3rem;
  text-align: center;
}
h3 span {
  font-size: 1.6rem;
  letter-spacing: 0;
}
h4 {
  font-weight: 600;
  font-size: 2rem;
}
h5 {
  font-weight: 600;
  font-size: 1.8rem;
  margin: 10px 0;
  text-align: left;
}
p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

section {
  width: calc(100% - 260px);
  margin: 40px auto;
}


/* ----------------------------------------------- HDR ---------- */
header {
  display: none;
}

/* ----------------------------------------------- NAV ---------- */

#menu {
  background: #fff;
/*
  max-width: 230px;
  width: 23%;
*/
width:230px;
  height: 100vh;
  text-align: center;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#menu h1 {
  width: 180px;
  max-width: 80%;
  height: 16vh;
  margin: 0 auto;
  padding-top: calc(8vh - 12px);
}

#menu h1 img {
  width: 100%;
  height: auto;
}
#menu li:nth-child(1) {
  border-top: solid 1px #ccc;
}
#menu li {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  padding: 0.5vh 30px;
  border-bottom: solid 1px #ccc;
  text-align: left;
  position: relative;
}
#menu li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#menu li:hover {
  background: #eee;
}
#menu li span {
  font-weight: normal;
  font-size: 1rem;
  color: #999;
}
#menu_contact {
  width: 100%;
  height: 100px;
  background: #727071;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
#menu_contact p {
  margin: 15px 0 10px;
  text-align: center;
  font-size: 1.6rem;
}
#menu_contact div.btn {
  width: 80%;
  text-align: center;
  padding: 8px 0 6px;
  font-size: 1.2rem;
  border: 1px #fff solid;
  margin: 0 auto;
  position:relative;
}
#menu_contact div.btn a{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
#menu_contact div.btn:hover {
  background: #444;
}
#menu_company,
#menu_renovation,
#menu_property,
#menu_news,
#menu_owner,
#menu_faq,
#menu_works {
  display: none;
  padding-top: 20vh;
  max-width: 230px;
  width: 23%;
  height: 100vh;
  text-align: center;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 230px;
  z-index: 9999;
  background: rgba(40, 40, 40, 0.9);
}
#menu_company li,
#menu_renovation li,
#menu_property li,
#menu_news li,
#menu_owner li,
#menu_faq li,
#menu_works li {
  border: none !important;
  color: #fff;
  border: none;
  padding: 2vh 20px;
}
#menu_company li:hover,
#menu_renovation li:hover,
#menu_property li:hover,
#menu_news li:hover,
#menu_owner li:hover,
#menu_faq li:hover,
#menu_works li:hover {
  background: #000;
}
#sp_nav {
  display: none;
}
/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn {
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 2;
  width: 20px;
  height: 20px;
}

.menu-btn img {
  width: auto;
  height: 100%;
}
.menu-btn {
  display: none;
}

/*----------------------------
* メニュー本体
*----------------------------*/

#hdr_nav {
  display: none;
  width: 100%;
  height: 70px;
  overflow: hidden;
  margin-top: 70px;
  position: fixed;
  z-index: 999;
}

#hdr_nav div {
  width: 100%;
}

#hdr_nav ul {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  position: relative;
  background: #000;
}
#hdr_nav div.arrow_left {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 30px;
  height: 70px;
  background: rgba(220, 220, 220, 0.9);
  border-right: 1px solid #999;
  color: #666;
  z-index: 8888;
  font-size: 14px;
  text-align: center;
  padding-top: 27px;
}
#hdr_nav div.arrow_right {
  display: none;
  position: fixed;
  top: 50px;
  right: 0;
  width: 30px;
  height: 70px;
  background: rgba(220, 220, 220, 0.9);
  border-left: 1px solid #999;
  color: #666;
  z-index: 8888;
  font-size: 14px;
  text-align: center;
  padding-top: 27px;
}
#hdr_nav li.cover_left {
  position: absolute;
  top: 0;
  left: 0;
  backgound: #000;
  z-index: 99999;
}
#hdr_nav li.cover_right {
  position: absolute;
  top: 0;
  right: 0;
  backgound: #000;
  z-index: 99999;
}
#hdr_nav li {
  display: table-cell;
  padding: 14px 16px;
}

#hdr_nav li.customer {
  background: #000;
}

#hdr_nav li.owner {
  background: #000;
}

#hdr_nav li.etc {
  background: #000;
}
#hdr_nav li img {
  width: auto;
  height: 24px;
}

#hdr_nav li p {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-bottom: -6px;
}

::-webkit-scrollbar {
  display: none;
}

.hdr_member {
  position: absolute;
  top: 24px;
  right: 20px;
  z-index: 2;
  width: 24px;
  height: 24px;
}
.hdr_member img {
  height: 100%;
  max-height: 100%;
  width: auto;
}
@media screen and (min-width: 960px) {
  #hdr_nav {
    display: none;
  }
}

/* ----------------------------------------------- FOOTER ---------- */

footer .f_logo {
  width: 100%;
  text-align: center;
}

footer .f_logo img {
  width: 165px;
  height: auto;
  margin: 0 auto 10px;
}

footer .f_logo p.f_copy {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

footer .f_logo p.f_copy span {
  font-size: 0.9rem;
}

footer .f_tel {
  background: #000;
  padding: 20px 0 10px;
  width: 100%;
}

footer .f_tel p {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  color: #fff;
}

footer .f_tel p.tel {
  font-size: 3.2rem;
}

footer .f_info {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

footer .f_info p {
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.4;
}

footer .f_info p.name {
  font-weight: bold;
  margin-bottom: 10px;
}

footer .f_info article {
  margin-bottom: 10px;
}

footer nav.f_nav {
  width: 100%;
  padding: 0 6vw;
  margin-bottom: 40px;
}

footer nav.f_nav ul {
  border-top: 1px solid #ccc;
}

footer nav.f_nav ul li {
  font-size: 1rem;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

footer #copyright {
  padding: 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0;
}

footer #f_snav {
  padding: 0 40px;
  width: 100%;
  font-size: 1rem;
  text-align: left;
}
@media screen and (min-width: 960px) {
  footer .f_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .f_info article {
    width: 50%;
  }
}

/* ----------------------------------------------- INDEX ---------- */
#home #top_main {
  padding: 0;
  width: 100%;
  height: 240px;
  margin: 0 0 40px;
  background-image: url(../img/main.jpg);
  background-size: cover;
  background-position: center center;
}
#home #top_main img {
  width: 100%;
  height: auto;
}
#article_list{
  width:90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#article_list article{
  width:32%;
  position:relative;
}
#article_list article:hover{
  opacity: 0.8;
}
#article_list article a{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#article_list article h4{
  text-align: left;
  line-height: 1.5em;
  font-size:2.0rem;
}