@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');
@import url("https://use.typekit.net/nxj4vnp.css");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address,
em, img, small, strong, b, i,dl, dt, dd, ol, ul, li, form, label, table, caption,
tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section,
time, audio, video, figure , button
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{-webkit-appearance: none;border-radius: 0;}
body {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}
small{display: block;}
address{font-style: normal;}
article, footer, header, menu, nav, section {display: block;}
ul {list-style: none; }
a {margin: 0;color: inherit;padding: 0;font-size: 100%;text-decoration: none;vertical-align: baseline;background: transparent;}
a:link{transition: .3s;}
a:link:hover{opacity: 0.7;cursor: pointer;}
table {border-collapse: collapse;border-spacing: 0; }
em, b {font-style: normal; }
img {max-width: 100%;vertical-align: bottom;}
hr {display: block;height: 1px;margin: 0;padding: 0;border: 0;outline: 0; }
input, select {vertical-align: middle;}
.opensans {font-family: 'Open Sans', sans-serif;}
.din {font-family: din-2014, sans-serif;}
.mincho {font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
@media screen and (max-width:1200px){
}
@media screen and (max-width:767px){
  body {
    font-size: 12px;
  }
}
/*//////////////////////////////
    header
//////////////////////////////*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 102;
  transition: 0.5s;
  background-color: rgba(255,255,255,0.7);
}
header .logo{
  width: 148px;
}
header.hd_shadow .pcnav li a {
  padding: 10px 10px;
}
.menu_btn {
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}
.hd_shadow .menu_btn{
  top: 20px !important;
}
.hd_shadow .globalheader{
  margin-top: 0 !important;
}
.globalnavi li {
  box-sizing: border-box;
  font-size: 16px;
  height: 88px;
  padding: 0 10px;
  line-height: 88px;
}
.head_btn{
  align-items: center;
  display: flex;
  line-height: 1.4 !important;
}
.sales_menu a{
  font-size: 18px;
  font-weight: bold;
}
.globalnavi li a {
  position: relative;
}
.globalnavi li a:hover {
  opacity: 1;
}
.globalnavi li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -5px;
  background-color: #000;
  transform: scale(0,1);
  transform-origin: left;
  transition: .3s;
}
.globalnavi li.head_btn a::after {
  display: none;
}
.globalnavi li a:hover::after,.globalnavi li.current a::after  {
  transform: scale(1,1);
}
.current_neststyle>a::after,.current_neststyle>a:hover::after{
  transform: scale(1,1) !important;
}
.globalheader .head_btn a {
  display: inline-block;
  width: 110px;
  background-color: #000;
  color: #fff;
  padding: 2px 0;
  font-size: 14px;
  text-align: center;
}
.globalnavi {
  padding-right: 100px;
}
.globalnav_btn{
  position: relative;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
.globalnav_btn span {
  position: absolute;
  display: block;
  top: 24px;
  right: 12px;
  width: 25px;
  height: 2px;
  background-color: #000;
}
.globalnav_btn span::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  width: 25px;
  height: 2px;
  background-color: #000;
  transition: .3s;
}
.globalnav_btn span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 25px;
  height: 2px;
  background-color: #000 ;
  transition: .3s;
}
.open .globalnav_btn span {
  background-color: transparent;
  width: 25px;
}
.open .globalnav_btn span::before{
  top: 0;
  left: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open .globalnav_btn span::after {
 bottom: 0;
 left: 0;
 width: 25px;
 -webkit-transform: rotate(-135deg);
 transform: rotate(-135deg);
}
.sp-menu {
  opacity: 0;
  z-index: -1;
  transition: .3s;
}
.sp-menu.show {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  display: block;
  opacity: 1;
  z-index: 99;
}
.sp-menu nav {
  display: none;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
}
.sp-menu.show nav {
  display: block;
}
.sp-menu.show nav th {
  font-size: 18px;
  line-height: 8vh;
  padding-right: 5vw;
  border-right: 1px solid #969696;
  vertical-align: middle;
}
.sp-menu.show nav td {
  line-height: 8vh;
  padding-left: 5vw;
  vertical-align: middle;
}
.sp-menu.show nav td a {
  margin-right: 30px;
}

/* ドロップダウンメニュー */

.dropdown > li a {
  display: block;
}
.dropdown_menu {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.dropdown_menu>li{
  padding: 10px !important;
}
.dropdown_item {
  position: relative;
}
.dropdown_item ul.dropdown_menu {
  position: absolute;
  top: 88px;
  width: 200px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.dropdown_item:hover ul.dropdown_menu {
  visibility: visible;
  opacity: 1;
  background: #c2c1b7;
}
.dropdown_item:hover ul.dropdown_menu a{
  color: #fff;
}
.dropdown_item a{
  padding: 0 10px;
}
.dropdown_item a::after{
  top: 60px;
  bottom: 0;
}
.dropdown_menu a::after{
  top: auto;
  bottom: -5px;
  background-color: #fff !important;
}
.dropdown_menu li{
  height: 50px;
  line-height: 1.6;
}
@media screen and (max-width: 1400px) {
  .globalnavi li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1280px) {
  .globalnavi {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header{
    left: 0;
    max-width: none;
    padding: 0;
    height: 50px;
    background: #fff;
    position: fixed;
  }
  .globalheader {
    padding: 0;
  }
  header .logo {
    padding: 5px 0;
    width: auto;
    height: 40px;
  }
  header .logo img {
    height: 100%;
    width: auto;
  }
  .head_top {
    padding: 0;
  }
  header.hd_shadow .head_top {
    padding: 10px 0;
  }
  /*sp navi */
  .menu_btn {
    position: static;
  }
  .sp_navBtn{
    position: absolute;
    width: 176px;
    right: 0;
    top: 0;
  }
 .sp-menu li a {
    font-size: 14px;
  }
 .sp-menu{
    background-color:rgba(255,255,255,0.8);
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding-bottom: 50px;
    height: 0;
    overflow-y: scroll;
  }

 .sp-menu li{
   border-top: 1px solid #d2d2d2;
   position: relative;
   transition: .5s;
  }
 .sp-menu a{
    padding: 0 20px;
    font-size: 15px;
    line-height: 50px;
    display: block;
    position: relative;
  }
  .sp-menu li span{
    color: #543617;
    font-weight: 500;
  }
  .sp-menu ul li{
    text-align: left;
     display: block;
     height: auto;
     padding-bottom: 0;
   }
  .sp-menu ul li a{
    padding: 0 0 0 15px;
    line-height: 4em;
  }
  .sp-menu.show nav {
    width: 80%;
  }
  .sp-menu.show nav table {
    width: 100%;
  }
  .sp-menu.show nav th {
    padding-right: 0;
    border-right: 0;
  }
  .sp-menu.show nav td {
    display: none;
  }
  .pcnav{
    display: none;
  }
  .sp-menu a.nav_acc{
    position: relative;
  }
  .sp-menu a.nav_acc::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 24px;
    background-color: #000;
    right: 30px;
    top: calc(50% - 12px);
    transition: .3s;
  }
  .sp-menu a.nav_acc::after{
    position: absolute;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #000;
    right: 19px;
    top: calc(50% - 1px);
  }
  .sp-menu a.nav_acc.open::before{
    transform: rotate(90deg);
    transform-origin: center center;
  }
  .sp-menu nav > ul{
    height: auto;
    padding-bottom: 50px;
  }
  .sp-menu nav > ul > li:last-child{
    border-bottom:1px solid #d2d2d2;
  }
  .sp-menu nav > ul > li > ul{
    display: none;
  }
  .sp-menu nav > ul > li > ul > li{
    padding-left: 20px;
  }
  .sp-menu nav > ul > li > ul > li a{
    line-height: 3em
  }
}
/* /////////////////////////////
      footer
///////////////////////////// */
#pageTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: -1;
  opacity: 0;
}
#pageTop.show {
  opacity: 1;
  z-index: 100;
}
footer .logo{
  display: inline-block;
  width: 186px;
}
.foot_address {
  padding: 15px 0;
  background-color: #f4f3e9;
}
.foot_link a {
  padding: 0 5px;
}
.foot_contact a {
  position: relative;
  text-align: center;
  padding: 20px 50px;
  box-sizing: border-box;
  border: 8px solid #e0dfd5;
  color: #5a5a5a;
}
.foot_contact a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #5a5a5a;
  right: 20px;
  top: calc(50% + 3px);
  transition: .3s;
}
.foot_contact a::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  transform: rotate(45deg);
  transform-origin: bottom right;
  background-color: #5a5a5a;
  right: 20px;
  top: calc(50% + 3px);
  transition: .3s;
}
.foot_contact a:link:hover {
  opacity: 1;
}
.foot_contact a:hover::before,.foot_contact a:hover::after {
  right: 5px;
}
.foot_company {
  max-width: 460px;
  margin: 0 auto 60px;
  padding: 0 20px;
}
.foot_company a {
  max-width: 48%;
  position: relative;
}
.foot_company a .abs_center {
  color: #fff;
  width: 100%;
  text-align: center;
}
.foot_address address {
  border-left: 1px solid #000;
  padding-left: 20px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  min-height: 94px;
}
.foot_address address .exbold {
  letter-spacing: -2px;
}
.saito_logo {
  width: 167px;
}
footer .freedial {
  padding-bottom: 5px;
  display: inline-block;
  width: 191px;
}
@media screen and (max-width: 1000px) {
  .footer_logo {
    width: 100%;
    justify-content: center !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  .information_wrap h2::after {
    display: none;
  }
  .foot_jigyo h2,.foot_hanbai h2 {
    width: 52px;
    text-align: right;
  }
  .foot_address address {
    padding-left: 10px;
    margin-left: 10px;
  }
  footer .freedial {
    width: 131px;
  }
}



.next_page {
  display: none;
}
.login input[type="submit"] {
  background: #e0dfd5;
  border: none;
  width: 100%;
  padding: 5px 0;
  transition: 0.3s;
  font-size: 16px;
  font-weight: bold;
}
.login input[type="submit"]:hover{
  cursor: pointer;
  opacity: 0.7;
}
.login{
  padding: 20px;
}
.login input[type="text"],
.login input[type="password"] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.iziModal-overlay::after {
  display: block;
  content: "×";
  color: rgb(255, 255, 255);
  font-size: 60px;
  position: fixed;
  right: 60px;
  top: 60px;
}
.next_page .color_red {
  color: #921033;
}
#container .wp-pagenavi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0;
}
#container .wp-pagenavi a, #container .wp-pagenavi span {
  width: 20px;
  line-height: 20px;
  text-align: center;
  padding: 3px;
}
#container .wp-pagenavi span.pages {
  width: auto;
  padding: 3px 10px;
}
@media screen and (max-width: 767px){
  .iziModal-overlay::after {
    font-size: 40px;
    right: 20px;
    top: 80px;
  }
}


/* 間取り部分追加記述 */
.madori_title{
  background: #000;
  color: #fff;
  width: 150px;
  line-height: 40px;
  text-align: center;
}

.recommend_title{
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 768px){
  .recommend_title{
    width: 60px;
    height: 60px;
  }
}

.corona{
  border:2px solid #000000;
  padding: 30px;
}
